|
|
|
1 | 2025-02-25T01:10:03.715Z | job assigned to worker 01JMXACQ6RFJ1JKQQZD5DSSTA8 [factory aws, i-021b7ab4d54a7b041] (queued for 28 m 44 s) |
|
2 | 2025-02-25T01:10:11.650Z | starting task 0: "setup" |
3 | 2025-02-25T01:10:11.657Z | ++ uname -s |
4 | 2025-02-25T01:10:11.660Z | + kern=SunOS |
5 | 2025-02-25T01:10:11.660Z | + build_user=build |
6 | 2025-02-25T01:10:11.660Z | + build_uid=12345 |
7 | 2025-02-25T01:10:11.660Z | + work_dir=/work |
8 | 2025-02-25T01:10:11.660Z | + input_dir=/input |
9 | 2025-02-25T01:10:11.660Z | + [[ 0 == 12345 ]] |
10 | 2025-02-25T01:10:11.660Z | + case "$kern" in |
11 | 2025-02-25T01:10:11.660Z | + groupadd -g 12345 build |
12 | 2025-02-25T01:10:11.663Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-25T01:10:13.672Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-25T01:10:13.797Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-25T01:10:13.800Z | + home_fs=zfs |
16 | 2025-02-25T01:10:13.800Z | + [[ zfs == autofs ]] |
17 | 2025-02-25T01:10:13.800Z | + mkdir -p /home/build |
18 | 2025-02-25T01:10:13.800Z | + chown build:build /home/build /work |
19 | 2025-02-25T01:10:15.801Z | + chmod 0700 /home/build /work |
20 | 2025-02-25T01:10:15.804Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-02-25T01:10:15.809Z | starting task 1: "rust-toolchain" |
22 | 2025-02-25T01:10:15.815Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-25T01:10:15.815Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-25T01:10:15.815Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-25T01:10:15.815Z | * rust toolchain profile = "default" |
26 | 2025-02-25T01:10:15.815Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-25T01:10:15.815Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-25T01:10:15.818Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-25T01:10:15.818Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-25T01:10:15.933Z | info: downloading installer |
31 | 2025-02-25T01:10:17.296Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-25T01:10:17.297Z | warning: /opt/ooce/bin |
33 | 2025-02-25T01:10:17.297Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-25T01:10:17.297Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-25T01:10:17.297Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-25T01:10:17.297Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-25T01:10:17.297Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-25T01:10:17.297Z | error: cannot install while Rust is installed |
39 | 2025-02-25T01:10:17.298Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-25T01:10:17.322Z | info: profile set to 'default' |
41 | 2025-02-25T01:10:17.322Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-25T01:10:17.325Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-25T01:10:17.489Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-25T01:10:17.489Z | info: downloading component 'cargo' |
45 | 2025-02-25T01:10:18.386Z | info: downloading component 'clippy' |
46 | 2025-02-25T01:10:18.730Z | info: downloading component 'rust-docs' |
47 | 2025-02-25T01:10:20.082Z | info: downloading component 'rust-std' |
48 | 2025-02-25T01:10:22.062Z | info: downloading component 'rustc' |
49 | 2025-02-25T01:10:28.895Z | info: downloading component 'rustfmt' |
50 | 2025-02-25T01:10:29.154Z | info: installing component 'cargo' |
51 | 2025-02-25T01:10:29.993Z | info: installing component 'clippy' |
52 | 2025-02-25T01:10:30.380Z | info: installing component 'rust-docs' |
53 | 2025-02-25T01:10:32.153Z | info: installing component 'rust-std' |
54 | 2025-02-25T01:10:34.065Z | info: installing component 'rustc' |
55 | 2025-02-25T01:10:40.023Z | info: installing component 'rustfmt' |
56 | 2025-02-25T01:10:40.357Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-25T01:10:40.357Z | |
58 | 2025-02-25T01:10:40.726Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-25T01:10:40.726Z | |
60 | 2025-02-25T01:10:40.730Z | |
61 | 2025-02-25T01:10:40.730Z | Rust is installed now. Great! |
62 | 2025-02-25T01:10:40.730Z | |
63 | 2025-02-25T01:10:40.730Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-25T01:10:40.730Z | environment variable. This has not been done automatically. |
65 | 2025-02-25T01:10:40.730Z | |
66 | 2025-02-25T01:10:40.730Z | To configure your current shell, you need to source |
67 | 2025-02-25T01:10:40.730Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-25T01:10:40.730Z | |
69 | 2025-02-25T01:10:40.730Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-25T01:10:40.730Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-25T01:10:40.730Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-25T01:10:40.802Z | + rustup --version |
73 | 2025-02-25T01:10:40.810Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-25T01:10:40.810Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-25T01:10:40.891Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-25T01:10:40.894Z | + cargo --version |
77 | 2025-02-25T01:10:40.953Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-25T01:10:40.956Z | + rustc --version |
79 | 2025-02-25T01:10:41.023Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-25T01:10:41.035Z | process exited: duration 25209 ms, exit code 0 |
|
81 | 2025-02-25T01:10:41.062Z | starting task 2: "authentication" |
82 | 2025-02-25T01:10:41.103Z | process exited: duration 36 ms, exit code 0 |
|
83 | 2025-02-25T01:10:41.118Z | starting task 3: "clone repository" |
84 | 2025-02-25T01:10:41.124Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-25T01:10:41.127Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-25T01:10:42.059Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-25T01:10:49.430Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-25T01:10:49.430Z | + git fetch origin e893250381d11254f24f0a09fc0987adb158add4 |
89 | 2025-02-25T01:10:49.769Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-25T01:10:49.769Z | * branch e893250381d11254f24f0a09fc0987adb158add4 -> FETCH_HEAD |
91 | 2025-02-25T01:10:49.780Z | + [[ -n affinity-integration ]] |
92 | 2025-02-25T01:10:49.784Z | ++ git branch --show-current |
93 | 2025-02-25T01:10:49.787Z | + current=main |
94 | 2025-02-25T01:10:49.787Z | + [[ main != affinity-integration ]] |
95 | 2025-02-25T01:10:49.787Z | + git branch -f affinity-integration e893250381d11254f24f0a09fc0987adb158add4 |
96 | 2025-02-25T01:10:49.791Z | + git checkout -f affinity-integration |
97 | 2025-02-25T01:10:49.978Z | Switched to branch 'affinity-integration' |
98 | 2025-02-25T01:10:49.982Z | + git reset --hard e893250381d11254f24f0a09fc0987adb158add4 |
99 | 2025-02-25T01:10:50.168Z | HEAD is now at e89325038 Merge branch 'affinity-instance-integration' into affinity-integration |
100 | 2025-02-25T01:10:50.173Z | process exited: duration 9048 ms, exit code 0 |
|
101 | 2025-02-25T01:10:50.180Z | starting task 4: "build" |
102 | 2025-02-25T01:10:50.186Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-25T01:10:50.186Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-25T01:10:50.186Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-25T01:10:50.186Z | + cargo --version |
106 | 2025-02-25T01:10:50.238Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-25T01:10:50.259Z | + rustc --version |
108 | 2025-02-25T01:10:50.307Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-25T01:10:50.310Z | + source ./env.sh |
110 | 2025-02-25T01:10:50.310Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-25T01:10:50.310Z | ++ set -o xtrace |
112 | 2025-02-25T01:10:50.310Z | ++++ dirname ./env.sh |
113 | 2025-02-25T01:10:50.324Z | +++ readlink -f . |
114 | 2025-02-25T01:10:50.404Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-25T01:10:50.406Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ 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-02-25T01:10:50.407Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-25T01:10:50.407Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-25T01:10:50.407Z | + 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-02-25T01:10:50.407Z | + 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-02-25T01:10:50.407Z | + banner prerequisites |
128 | 2025-02-25T01:10:50.410Z | |
129 | 2025-02-25T01:10:50.410Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-25T01:10:50.410Z | # # # # # # # # # # # # # # # |
131 | 2025-02-25T01:10:50.410Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-25T01:10:50.410Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-25T01:10:50.410Z | # # # # # # # # # # # # # # # |
134 | 2025-02-25T01:10:50.410Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-25T01:10:50.410Z | |
136 | 2025-02-25T01:10:50.410Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-25T01:10:54.755Z | pkg list: illegal option -- F |
138 | 2025-02-25T01:10:54.755Z | Usage: |
139 | 2025-02-25T01:10:54.764Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-25T01:10:54.764Z | [pkg_fmri_pattern ...] |
141 | 2025-02-25T01:10:55.622Z | pkg list: illegal option -- F |
142 | 2025-02-25T01:10:55.622Z | Usage: |
143 | 2025-02-25T01:10:55.642Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-25T01:10:55.642Z | [pkg_fmri_pattern ...] |
145 | 2025-02-25T01:11:02.314Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-25T01:11:06.511Z | Startup: Caching catalogs ... Done |
147 | 2025-02-25T01:11:19.527Z | Planning: Solver setup ... Done (12.077s) |
148 | 2025-02-25T01:11:19.680Z | Planning: Running solver ... Done (0.153s) |
149 | 2025-02-25T01:11:20.049Z | Planning: Finding local manifests ... Done (0.253s) |
150 | 2025-02-25T01:11:20.061Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-25T01:11:20.301Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-25T01:11:20.710Z | Planning: Package planning ... Done (0.410s) |
153 | 2025-02-25T01:11:20.766Z | Planning: Merging actions ... Done (0.057s) |
154 | 2025-02-25T01:11:21.576Z | Planning: Checking for conflicting actions ... Done (0.809s) |
155 | 2025-02-25T01:11:27.343Z | Planning: Consolidating action changes ... Done (5.766s) |
156 | 2025-02-25T01:11:27.846Z | Planning: Evaluating mediators ... Done (0.490s) |
157 | 2025-02-25T01:11:27.912Z | Planning: Planning completed in 21.30 seconds |
158 | 2025-02-25T01:11:27.927Z | Packages to install: 4 |
159 | 2025-02-25T01:11:27.927Z | Packages to update: 3 |
160 | 2025-02-25T01:11:27.930Z | Mediators to change: 2 |
161 | 2025-02-25T01:11:27.930Z | Services to change: 1 |
162 | 2025-02-25T01:11:27.930Z | Estimated space available: 155.60 GB |
163 | 2025-02-25T01:11:27.930Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-25T01:11:27.930Z | Create boot environment: No |
165 | 2025-02-25T01:11:27.930Z | Create backup boot environment: Yes |
166 | 2025-02-25T01:11:27.930Z | Rebuild boot archive: No |
167 | 2025-02-25T01:11:27.931Z | |
168 | 2025-02-25T01:11:27.931Z | Changed mediators: |
169 | 2025-02-25T01:11:27.931Z | mediator clang: |
170 | 2025-02-25T01:11:27.931Z | version: None -> 15 (system default) |
171 | 2025-02-25T01:11:27.931Z | |
172 | 2025-02-25T01:11:27.931Z | mediator llvm: |
173 | 2025-02-25T01:11:27.931Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-25T01:11:27.931Z | |
175 | 2025-02-25T01:11:27.931Z | Changed packages: |
176 | 2025-02-25T01:11:27.931Z | helios-dev |
177 | 2025-02-25T01:11:27.931Z | developer/build-essential |
178 | 2025-02-25T01:11:27.931Z | None -> 11-2.0 |
179 | 2025-02-25T01:11:27.931Z | library/libxmlsec1 |
180 | 2025-02-25T01:11:27.931Z | None -> 1.2.35-2.0 |
181 | 2025-02-25T01:11:27.931Z | ooce/developer/clang-15 |
182 | 2025-02-25T01:11:27.931Z | None -> 15.0.7-2.0 |
183 | 2025-02-25T01:11:27.932Z | ooce/developer/llvm-15 |
184 | 2025-02-25T01:11:27.932Z | None -> 15.0.7-2.0 |
185 | 2025-02-25T01:11:27.932Z | package/pkg |
186 | 2025-02-25T01:11:27.932Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-25T01:11:27.932Z | system/library/g++-runtime |
188 | 2025-02-25T01:11:27.932Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-25T01:11:27.932Z | system/library/gcc-runtime |
190 | 2025-02-25T01:11:27.932Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-25T01:11:27.932Z | |
192 | 2025-02-25T01:11:27.932Z | Services: |
193 | 2025-02-25T01:11:27.932Z | restart_fmri: |
194 | 2025-02-25T01:11:27.932Z | svc:/system/update-man-index:default |
195 | 2025-02-25T01:11:27.932Z | |
196 | 2025-02-25T01:11:27.932Z | Editable files to change: |
197 | 2025-02-25T01:11:27.932Z | Update: |
198 | 2025-02-25T01:11:27.932Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-25T01:11:28.247Z | |
200 | 2025-02-25T01:11:28.248Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-25T01:11:33.252Z | Download: 1262/4301 items 98.1/225.4MB 43% complete (19.6M/s) |
202 | 2025-02-25T01:11:38.250Z | Download: 3108/4301 items 130.5/225.4MB 57% complete (13.0M/s) |
203 | 2025-02-25T01:11:43.777Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (13.7M/s) |
204 | 2025-02-25T01:11:44.377Z | Download: Completed 225.42 MB in 16.13 seconds (14.0M/s) |
205 | 2025-02-25T01:11:50.783Z | Actions: 1/5122 actions (Removing old actions) |
206 | 2025-02-25T01:11:51.165Z | Actions: 194/5122 actions (Installing new actions) |
207 | 2025-02-25T01:11:51.599Z | Actions: 4171/5122 actions (Installing new actions) |
208 | 2025-02-25T01:11:51.706Z | Actions: 4267/5122 actions (Updating modified actions) |
209 | 2025-02-25T01:11:52.254Z | Actions: Completed 5122 actions in 5.75 seconds. |
210 | 2025-02-25T01:11:52.679Z | Done (0.417s) |
211 | 2025-02-25T01:11:52.682Z | Done (0.001s) |
212 | 2025-02-25T01:11:53.290Z | Done (0.610s) |
213 | 2025-02-25T01:11:59.070Z | Done (5.532s) |
214 | 2025-02-25T01:11:59.458Z | Done (0.317s) |
215 | 2025-02-25T01:11:59.461Z | Done (0.000s) |
216 | 2025-02-25T01:11:59.649Z | Done (0.000s) |
217 | 2025-02-25T01:12:00.365Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-02-25T01:12:00.528Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-02-25T01:12:00.531Z | Planning: Consolidating action changes ... Done |
220 | 2025-02-25T01:12:00.802Z | Planning: Evaluating mediators ... Done |
221 | 2025-02-25T01:12:00.805Z | Planning: Planning completed in 0.44 seconds |
222 | 2025-02-25T01:12:00.844Z | Mediators to change: 2 |
223 | 2025-02-25T01:12:00.844Z | Create boot environment: No |
224 | 2025-02-25T01:12:00.844Z | Create backup boot environment: No |
225 | 2025-02-25T01:12:00.939Z | Done |
226 | 2025-02-25T01:12:00.939Z | Done |
227 | 2025-02-25T01:12:01.393Z | Done |
228 | 2025-02-25T01:12:04.994Z | Done |
229 | 2025-02-25T01:12:05.086Z | Done |
230 | 2025-02-25T01:12:05.091Z | Done |
231 | 2025-02-25T01:12:05.223Z | Done |
232 | 2025-02-25T01:12:05.838Z | Planning: Evaluating mediator changes ... Done |
233 | 2025-02-25T01:12:05.842Z | Planning: Merging actions ... Done |
234 | 2025-02-25T01:12:06.028Z | Planning: Checking for conflicting actions ... Done |
235 | 2025-02-25T01:12:06.031Z | Planning: Consolidating action changes ... Done |
236 | 2025-02-25T01:12:06.297Z | Planning: Evaluating mediators ... Done |
237 | 2025-02-25T01:12:06.354Z | Planning: Planning completed in 0.76 seconds |
238 | 2025-02-25T01:12:06.395Z | Packages to change: 1 |
239 | 2025-02-25T01:12:06.395Z | Mediators to change: 1 |
240 | 2025-02-25T01:12:06.399Z | Services to change: 1 |
241 | 2025-02-25T01:12:06.399Z | Create boot environment: No |
242 | 2025-02-25T01:12:06.399Z | Create backup boot environment: Yes |
243 | 2025-02-25T01:12:08.551Z | Actions: 1/6 actions (Updating modified actions) |
244 | 2025-02-25T01:12:08.554Z | Actions: Completed 6 actions in 0.00 seconds. |
245 | 2025-02-25T01:12:08.554Z | Done |
246 | 2025-02-25T01:12:08.554Z | Done |
247 | 2025-02-25T01:12:08.676Z | Done |
248 | 2025-02-25T01:12:12.304Z | Done |
249 | 2025-02-25T01:12:12.404Z | Done |
250 | 2025-02-25T01:12:12.417Z | Done |
251 | 2025-02-25T01:12:12.529Z | Done |
252 | 2025-02-25T01:12:12.961Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
253 | 2025-02-25T01:12:12.961Z | clang system 15 system |
254 | 2025-02-25T01:12:12.961Z | csh system system illumos |
255 | 2025-02-25T01:12:12.961Z | ctags system system illumos |
256 | 2025-02-25T01:12:12.961Z | gcc vendor 12 vendor |
257 | 2025-02-25T01:12:12.961Z | gcc system 10 system |
258 | 2025-02-25T01:12:12.961Z | gcc system 7 system |
259 | 2025-02-25T01:12:12.962Z | go system 1.20 system |
260 | 2025-02-25T01:12:12.962Z | go system 1.19 system |
261 | 2025-02-25T01:12:12.962Z | llvm system 15 system |
262 | 2025-02-25T01:12:12.962Z | llvm system 14 system |
263 | 2025-02-25T01:12:12.962Z | mariadb system 10.6 system |
264 | 2025-02-25T01:12:12.962Z | mta vendor vendor dma |
265 | 2025-02-25T01:12:12.962Z | openjdk system 17 system |
266 | 2025-02-25T01:12:12.962Z | openjdk system 11 system |
267 | 2025-02-25T01:12:12.962Z | openjdk system 1.8 system |
268 | 2025-02-25T01:12:12.962Z | openssl vendor 3 vendor |
269 | 2025-02-25T01:12:12.962Z | perl system 5.36 system |
270 | 2025-02-25T01:12:12.962Z | postgresql system 15 system |
271 | 2025-02-25T01:12:12.962Z | postgresql system 13 system |
272 | 2025-02-25T01:12:12.962Z | python vendor 3 vendor |
273 | 2025-02-25T01:12:12.962Z | python system 2 system |
274 | 2025-02-25T01:12:12.962Z | python3 system 3.11 system |
275 | 2025-02-25T01:12:12.962Z | ruby system 3.0 system |
276 | 2025-02-25T01:12:12.962Z | words vendor vendor american-english |
277 | 2025-02-25T01:12:12.962Z | words system system australian-english |
278 | 2025-02-25T01:12:12.962Z | words system system british-english |
279 | 2025-02-25T01:12:12.962Z | words system system canadian-english |
280 | 2025-02-25T01:12:12.962Z | words system system french |
281 | 2025-02-25T01:12:12.962Z | words system system italian |
282 | 2025-02-25T01:12:12.962Z | words system system ngerman |
283 | 2025-02-25T01:12:12.963Z | words system system ogerman |
284 | 2025-02-25T01:12:12.963Z | words system system spanish |
285 | 2025-02-25T01:12:13.291Z | PUBLISHER TYPE STATUS P LOCATION |
286 | 2025-02-25T01:12:13.291Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
287 | 2025-02-25T01:12:16.356Z | FMRI IFO |
288 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
289 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
290 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
291 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
292 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
293 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
294 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
295 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
296 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
297 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
298 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
299 | 2025-02-25T01:12:16.356Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
300 | 2025-02-25T01:12:16.357Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
301 | 2025-02-25T01:12:16.357Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
302 | 2025-02-25T01:12:16.357Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
303 | 2025-02-25T01:12:17.138Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
304 | 2025-02-25T01:12:17.440Z | Updating crates.io index |
305 | 2025-02-25T01:12:17.473Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
306 | 2025-02-25T01:12:18.007Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
307 | 2025-02-25T01:12:18.260Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
308 | 2025-02-25T01:12:18.506Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
309 | 2025-02-25T01:12:19.450Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
310 | 2025-02-25T01:12:21.211Z | Updating git repository `https://github.com/oxidecomputer/opte` |
311 | 2025-02-25T01:12:21.840Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
312 | 2025-02-25T01:12:22.495Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
313 | 2025-02-25T01:12:22.758Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
314 | 2025-02-25T01:12:23.082Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
315 | 2025-02-25T01:12:23.716Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
316 | 2025-02-25T01:12:24.204Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
317 | 2025-02-25T01:12:24.527Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
318 | 2025-02-25T01:12:24.959Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
319 | 2025-02-25T01:12:25.271Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
320 | 2025-02-25T01:12:25.529Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
321 | 2025-02-25T01:12:25.788Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
322 | 2025-02-25T01:12:26.040Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
323 | 2025-02-25T01:12:26.338Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
324 | 2025-02-25T01:12:26.714Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
325 | 2025-02-25T01:12:27.013Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
326 | 2025-02-25T01:12:27.364Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
327 | 2025-02-25T01:12:27.762Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
328 | 2025-02-25T01:12:28.031Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
329 | 2025-02-25T01:12:28.487Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
330 | 2025-02-25T01:12:28.791Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
331 | 2025-02-25T01:12:29.206Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
332 | 2025-02-25T01:12:29.675Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
333 | 2025-02-25T01:12:29.976Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2025-02-25T01:12:30.218Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
335 | 2025-02-25T01:12:30.494Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
336 | 2025-02-25T01:12:31.765Z | Downloading crates ... |
337 | 2025-02-25T01:12:31.824Z | Downloaded equivalent v1.0.1 |
338 | 2025-02-25T01:12:31.833Z | Downloaded clap v4.5.30 |
339 | 2025-02-25T01:12:31.842Z | Downloaded scroll_derive v0.12.0 |
340 | 2025-02-25T01:12:31.845Z | Downloaded pretty-hex v0.4.1 |
341 | 2025-02-25T01:12:31.848Z | Downloaded anstyle v1.0.10 |
342 | 2025-02-25T01:12:31.850Z | Downloaded clap_lex v0.7.4 |
343 | 2025-02-25T01:12:31.850Z | Downloaded dtrace-parser v0.2.0 |
344 | 2025-02-25T01:12:31.854Z | Downloaded swrite v0.1.0 |
345 | 2025-02-25T01:12:31.868Z | Downloaded fastrand v2.1.1 |
346 | 2025-02-25T01:12:31.871Z | Downloaded digest v0.10.7 |
347 | 2025-02-25T01:12:31.873Z | Downloaded macaddr v1.0.1 |
348 | 2025-02-25T01:12:31.873Z | Downloaded autocfg v1.4.0 |
349 | 2025-02-25T01:12:31.877Z | Downloaded anstyle-parse v0.2.5 |
350 | 2025-02-25T01:12:31.879Z | Downloaded thiserror-impl v1.0.69 |
351 | 2025-02-25T01:12:31.879Z | Downloaded plain v0.2.3 |
352 | 2025-02-25T01:12:31.880Z | Downloaded smawk v0.3.2 |
353 | 2025-02-25T01:12:31.882Z | Downloaded memmap v0.7.0 |
354 | 2025-02-25T01:12:31.882Z | Downloaded fs-err v2.11.0 |
355 | 2025-02-25T01:12:31.885Z | Downloaded thiserror v1.0.69 |
356 | 2025-02-25T01:12:31.888Z | Downloaded serde_spanned v0.6.8 |
357 | 2025-02-25T01:12:31.891Z | Downloaded proc-macro-error-attr v1.0.4 |
358 | 2025-02-25T01:12:31.891Z | Downloaded heck v0.5.0 |
359 | 2025-02-25T01:12:31.893Z | Downloaded cargo_toml v0.20.5 |
360 | 2025-02-25T01:12:31.893Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2025-02-25T01:12:31.896Z | Downloaded colorchoice v1.0.2 |
362 | 2025-02-25T01:12:31.899Z | Downloaded utf8parse v0.2.2 |
363 | 2025-02-25T01:12:31.899Z | Downloaded cfg-if v1.0.0 |
364 | 2025-02-25T01:12:31.901Z | Downloaded byteorder v1.5.0 |
365 | 2025-02-25T01:12:31.901Z | Downloaded terminal_size v0.4.0 |
366 | 2025-02-25T01:12:31.904Z | Downloaded strsim v0.11.1 |
367 | 2025-02-25T01:12:31.907Z | Downloaded itoa v1.0.11 |
368 | 2025-02-25T01:12:31.907Z | Downloaded clap_derive v4.5.28 |
369 | 2025-02-25T01:12:31.910Z | Downloaded quote v1.0.38 |
370 | 2025-02-25T01:12:31.913Z | Downloaded usdt-macro v0.5.0 |
371 | 2025-02-25T01:12:31.915Z | Downloaded usdt-attr-macro v0.5.0 |
372 | 2025-02-25T01:12:31.916Z | Downloaded cargo_metadata v0.18.1 |
373 | 2025-02-25T01:12:31.916Z | Downloaded camino-tempfile v1.1.1 |
374 | 2025-02-25T01:12:31.918Z | Downloaded camino v1.1.9 |
375 | 2025-02-25T01:12:31.922Z | Downloaded tabled_derive v0.7.0 |
376 | 2025-02-25T01:12:31.922Z | Downloaded pest_generator v2.7.14 |
377 | 2025-02-25T01:12:31.922Z | Downloaded block-buffer v0.10.4 |
378 | 2025-02-25T01:12:31.924Z | Downloaded is_terminal_polyfill v1.70.1 |
379 | 2025-02-25T01:12:31.924Z | Downloaded dof v0.3.0 |
380 | 2025-02-25T01:12:31.929Z | Downloaded usdt-impl v0.5.0 |
381 | 2025-02-25T01:12:31.934Z | Downloaded version_check v0.9.5 |
382 | 2025-02-25T01:12:31.937Z | Downloaded bitflags v2.6.0 |
383 | 2025-02-25T01:12:31.939Z | Downloaded toml_datetime v0.6.8 |
384 | 2025-02-25T01:12:31.942Z | Downloaded once_cell v1.20.3 |
385 | 2025-02-25T01:12:31.945Z | Downloaded unicode-linebreak v0.1.5 |
386 | 2025-02-25T01:12:31.945Z | Downloaded proc-macro-error v1.0.4 |
387 | 2025-02-25T01:12:31.949Z | Downloaded crypto-common v0.1.6 |
388 | 2025-02-25T01:12:31.952Z | Downloaded anstyle-query v1.1.1 |
389 | 2025-02-25T01:12:31.952Z | Downloaded cpufeatures v0.2.14 |
390 | 2025-02-25T01:12:31.954Z | Downloaded errno v0.3.9 |
391 | 2025-02-25T01:12:31.954Z | Downloaded usdt v0.5.0 |
392 | 2025-02-25T01:12:31.957Z | Downloaded toml v0.8.19 |
393 | 2025-02-25T01:12:31.960Z | Downloaded pest_meta v2.7.14 |
394 | 2025-02-25T01:12:31.963Z | Downloaded cargo-platform v0.1.8 |
395 | 2025-02-25T01:12:31.966Z | Downloaded sha2 v0.10.8 |
396 | 2025-02-25T01:12:31.968Z | Downloaded zerocopy-derive v0.7.35 |
397 | 2025-02-25T01:12:31.972Z | Downloaded typenum v1.17.0 |
398 | 2025-02-25T01:12:31.980Z | Downloaded fnv v1.0.7 |
399 | 2025-02-25T01:12:31.982Z | Downloaded thread-id v4.2.2 |
400 | 2025-02-25T01:12:31.982Z | Downloaded heck v0.4.1 |
401 | 2025-02-25T01:12:31.985Z | Downloaded generic-array v0.14.7 |
402 | 2025-02-25T01:12:31.985Z | Downloaded bytecount v0.6.8 |
403 | 2025-02-25T01:12:31.988Z | Downloaded ucd-trie v0.1.7 |
404 | 2025-02-25T01:12:31.990Z | Downloaded unicode-ident v1.0.14 |
405 | 2025-02-25T01:12:31.993Z | Downloaded tempfile v3.13.0 |
406 | 2025-02-25T01:12:31.995Z | Downloaded semver v1.0.25 |
407 | 2025-02-25T01:12:31.998Z | Downloaded textwrap v0.16.1 |
408 | 2025-02-25T01:12:32.001Z | Downloaded anstream v0.6.15 |
409 | 2025-02-25T01:12:32.001Z | Downloaded serde_derive v1.0.218 |
410 | 2025-02-25T01:12:32.003Z | Downloaded ryu v1.0.18 |
411 | 2025-02-25T01:12:32.006Z | Downloaded proc-macro2 v1.0.93 |
412 | 2025-02-25T01:12:32.009Z | Downloaded log v0.4.22 |
413 | 2025-02-25T01:12:32.012Z | Downloaded pest_derive v2.7.14 |
414 | 2025-02-25T01:12:32.015Z | Downloaded papergrid v0.11.0 |
415 | 2025-02-25T01:12:32.018Z | Downloaded serde v1.0.218 |
416 | 2025-02-25T01:12:32.021Z | Downloaded anyhow v1.0.96 |
417 | 2025-02-25T01:12:32.026Z | Downloaded indexmap v2.7.1 |
418 | 2025-02-25T01:12:32.030Z | Downloaded scroll v0.12.0 |
419 | 2025-02-25T01:12:32.034Z | Downloaded toml_edit v0.22.22 |
420 | 2025-02-25T01:12:32.054Z | Downloaded memchr v2.7.4 |
421 | 2025-02-25T01:12:32.061Z | Downloaded pest v2.7.14 |
422 | 2025-02-25T01:12:32.068Z | Downloaded hashbrown v0.15.1 |
423 | 2025-02-25T01:12:32.073Z | Downloaded zerocopy v0.7.35 |
424 | 2025-02-25T01:12:32.088Z | Downloaded serde_json v1.0.139 |
425 | 2025-02-25T01:12:32.095Z | Downloaded clap_builder v4.5.30 |
426 | 2025-02-25T01:12:32.102Z | Downloaded winnow v0.6.20 |
427 | 2025-02-25T01:12:32.111Z | Downloaded tabled v0.15.0 |
428 | 2025-02-25T01:12:32.125Z | Downloaded goblin v0.8.2 |
429 | 2025-02-25T01:12:32.131Z | Downloaded unicode-width v0.1.14 |
430 | 2025-02-25T01:12:32.136Z | Downloaded syn v1.0.109 |
431 | 2025-02-25T01:12:32.160Z | Downloaded syn v2.0.96 |
432 | 2025-02-25T01:12:32.172Z | Downloaded rustix v0.38.37 |
433 | 2025-02-25T01:12:32.200Z | Downloaded libc v0.2.170 |
434 | 2025-02-25T01:12:32.495Z | Compiling proc-macro2 v1.0.93 |
435 | 2025-02-25T01:12:32.495Z | Compiling unicode-ident v1.0.14 |
436 | 2025-02-25T01:12:32.498Z | Compiling serde v1.0.218 |
437 | 2025-02-25T01:12:32.498Z | Compiling version_check v0.9.5 |
438 | 2025-02-25T01:12:32.498Z | Compiling thiserror v1.0.69 |
439 | 2025-02-25T01:12:32.498Z | Compiling memchr v2.7.4 |
440 | 2025-02-25T01:12:32.500Z | Compiling libc v0.2.170 |
441 | 2025-02-25T01:12:32.531Z | Compiling itoa v1.0.11 |
442 | 2025-02-25T01:12:32.786Z | Compiling ucd-trie v0.1.7 |
443 | 2025-02-25T01:12:32.861Z | Compiling ryu v1.0.18 |
444 | 2025-02-25T01:12:33.279Z | Compiling once_cell v1.20.3 |
445 | 2025-02-25T01:12:33.322Z | Compiling byteorder v1.5.0 |
446 | 2025-02-25T01:12:33.368Z | Compiling rustix v0.38.37 |
447 | 2025-02-25T01:12:33.629Z | Compiling serde_json v1.0.139 |
448 | 2025-02-25T01:12:33.847Z | Compiling bitflags v2.6.0 |
449 | 2025-02-25T01:12:33.968Z | Compiling usdt-impl v0.5.0 |
450 | 2025-02-25T01:12:33.987Z | Compiling proc-macro-error-attr v1.0.4 |
451 | 2025-02-25T01:12:34.102Z | Compiling syn v1.0.109 |
452 | 2025-02-25T01:12:34.176Z | Compiling proc-macro-error v1.0.4 |
453 | 2025-02-25T01:12:34.235Z | Compiling log v0.4.22 |
454 | 2025-02-25T01:12:34.305Z | Compiling quote v1.0.38 |
455 | 2025-02-25T01:12:34.477Z | Compiling equivalent v1.0.1 |
456 | 2025-02-25T01:12:34.514Z | Compiling errno v0.3.9 |
457 | 2025-02-25T01:12:34.568Z | Compiling camino v1.1.9 |
458 | 2025-02-25T01:12:34.608Z | Compiling utf8parse v0.2.2 |
459 | 2025-02-25T01:12:34.667Z | Compiling syn v2.0.96 |
460 | 2025-02-25T01:12:34.784Z | Compiling hashbrown v0.15.1 |
461 | 2025-02-25T01:12:34.787Z | Compiling plain v0.2.3 |
462 | 2025-02-25T01:12:34.950Z | Compiling thread-id v4.2.2 |
463 | 2025-02-25T01:12:35.000Z | Compiling anstyle-parse v0.2.5 |
464 | 2025-02-25T01:12:35.227Z | Compiling unicode-width v0.1.14 |
465 | 2025-02-25T01:12:35.310Z | Compiling anstyle v1.0.10 |
466 | 2025-02-25T01:12:35.586Z | Compiling pretty-hex v0.4.1 |
467 | 2025-02-25T01:12:35.721Z | Compiling colorchoice v1.0.2 |
468 | 2025-02-25T01:12:35.724Z | Compiling winnow v0.6.20 |
469 | 2025-02-25T01:12:35.748Z | Compiling anstyle-query v1.1.1 |
470 | 2025-02-25T01:12:35.812Z | Compiling indexmap v2.7.1 |
471 | 2025-02-25T01:12:35.845Z | Compiling semver v1.0.25 |
472 | 2025-02-25T01:12:35.883Z | Compiling is_terminal_polyfill v1.70.1 |
473 | 2025-02-25T01:12:35.938Z | Compiling autocfg v1.4.0 |
474 | 2025-02-25T01:12:36.024Z | Compiling anstream v0.6.15 |
475 | 2025-02-25T01:12:36.733Z | Compiling terminal_size v0.4.0 |
476 | 2025-02-25T01:12:36.872Z | Compiling fs-err v2.11.0 |
477 | 2025-02-25T01:12:36.948Z | Compiling clap_lex v0.7.4 |
478 | 2025-02-25T01:12:37.016Z | Compiling fnv v1.0.7 |
479 | 2025-02-25T01:12:37.092Z | Compiling heck v0.4.1 |
480 | 2025-02-25T01:12:37.176Z | Compiling anyhow v1.0.96 |
481 | 2025-02-25T01:12:37.178Z | Compiling fastrand v2.1.1 |
482 | 2025-02-25T01:12:37.238Z | Compiling heck v0.5.0 |
483 | 2025-02-25T01:12:37.345Z | Compiling cfg-if v1.0.0 |
484 | 2025-02-25T01:12:37.548Z | Compiling strsim v0.11.1 |
485 | 2025-02-25T01:12:37.710Z | Compiling bytecount v0.6.8 |
486 | 2025-02-25T01:12:37.746Z | Compiling tempfile v3.13.0 |
487 | 2025-02-25T01:12:37.936Z | Compiling clap_builder v4.5.30 |
488 | 2025-02-25T01:12:38.513Z | Compiling papergrid v0.11.0 |
489 | 2025-02-25T01:12:38.530Z | Compiling memmap v0.7.0 |
490 | 2025-02-25T01:12:38.531Z | Compiling smawk v0.3.2 |
491 | 2025-02-25T01:12:38.531Z | Compiling unicode-linebreak v0.1.5 |
492 | 2025-02-25T01:12:39.002Z | Compiling textwrap v0.16.1 |
493 | 2025-02-25T01:12:39.083Z | Compiling swrite v0.1.0 |
494 | 2025-02-25T01:12:39.554Z | Compiling tabled_derive v0.7.0 |
495 | 2025-02-25T01:12:40.945Z | Compiling tabled v0.15.0 |
496 | 2025-02-25T01:12:41.415Z | Compiling serde_derive v1.0.218 |
497 | 2025-02-25T01:12:41.418Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-02-25T01:12:41.418Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-02-25T01:12:41.572Z | Compiling scroll_derive v0.12.0 |
500 | 2025-02-25T01:12:41.596Z | Compiling clap_derive v4.5.28 |
501 | 2025-02-25T01:12:42.943Z | Compiling scroll v0.12.0 |
502 | 2025-02-25T01:12:43.412Z | Compiling goblin v0.8.2 |
503 | 2025-02-25T01:12:43.434Z | Compiling zerocopy v0.7.35 |
504 | 2025-02-25T01:12:43.958Z | Compiling pest v2.7.14 |
505 | 2025-02-25T01:12:44.932Z | Compiling clap v4.5.30 |
506 | 2025-02-25T01:12:46.112Z | Compiling pest_meta v2.7.14 |
507 | 2025-02-25T01:12:47.026Z | Compiling pest_generator v2.7.14 |
508 | 2025-02-25T01:12:48.428Z | Compiling pest_derive v2.7.14 |
509 | 2025-02-25T01:12:49.100Z | Compiling dtrace-parser v0.2.0 |
510 | 2025-02-25T01:12:49.887Z | Compiling serde_tokenstream v0.2.2 |
511 | 2025-02-25T01:12:49.987Z | Compiling toml_datetime v0.6.8 |
512 | 2025-02-25T01:12:49.987Z | Compiling serde_spanned v0.6.8 |
513 | 2025-02-25T01:12:50.083Z | Compiling cargo-platform v0.1.8 |
514 | 2025-02-25T01:12:50.276Z | Compiling macaddr v1.0.1 |
515 | 2025-02-25T01:12:50.443Z | Compiling toml_edit v0.22.22 |
516 | 2025-02-25T01:12:50.534Z | Compiling camino-tempfile v1.1.1 |
517 | 2025-02-25T01:12:51.223Z | Compiling dof v0.3.0 |
518 | 2025-02-25T01:12:51.424Z | Compiling cargo_metadata v0.18.1 |
519 | 2025-02-25T01:12:52.536Z | Compiling usdt-macro v0.5.0 |
520 | 2025-02-25T01:12:52.539Z | Compiling usdt-attr-macro v0.5.0 |
521 | 2025-02-25T01:12:53.277Z | Compiling toml v0.8.19 |
522 | 2025-02-25T01:12:53.660Z | Compiling usdt v0.5.0 |
523 | 2025-02-25T01:12:54.054Z | Compiling cargo_toml v0.20.5 |
524 | 2025-02-25T01:12:56.599Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
525 | 2025-02-25T01:12:59.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.76s |
526 | 2025-02-25T01:12:59.911Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
527 | 2025-02-25T01:13:00.461Z | Downloading crates ... |
528 | 2025-02-25T01:13:00.581Z | Downloaded addr2line v0.24.2 |
529 | 2025-02-25T01:13:00.587Z | Downloaded ciborium-io v0.2.2 |
530 | 2025-02-25T01:13:00.596Z | Downloaded cfg_aliases v0.1.1 |
531 | 2025-02-25T01:13:00.600Z | Downloaded hex-literal v0.4.1 |
532 | 2025-02-25T01:13:00.600Z | Downloaded crucible-workspace-hack v0.1.0 |
533 | 2025-02-25T01:13:00.600Z | Downloaded async-stream v0.3.6 |
534 | 2025-02-25T01:13:00.604Z | Downloaded async-recursion v1.1.1 |
535 | 2025-02-25T01:13:00.608Z | Downloaded atomicwrites v0.4.4 |
536 | 2025-02-25T01:13:00.611Z | Downloaded heck v0.3.3 |
537 | 2025-02-25T01:13:00.611Z | Downloaded hmac v0.12.1 |
538 | 2025-02-25T01:13:00.616Z | Downloaded hex v0.4.3 |
539 | 2025-02-25T01:13:00.616Z | Downloaded headers-core v0.3.0 |
540 | 2025-02-25T01:13:00.620Z | Downloaded adler2 v2.0.0 |
541 | 2025-02-25T01:13:00.620Z | Downloaded hashlink v0.9.1 |
542 | 2025-02-25T01:13:00.620Z | Downloaded constant_time_eq v0.3.1 |
543 | 2025-02-25T01:13:00.624Z | Downloaded bitfield-struct v0.6.2 |
544 | 2025-02-25T01:13:00.624Z | Downloaded base16ct v0.2.0 |
545 | 2025-02-25T01:13:00.631Z | Downloaded crunchy v0.2.2 |
546 | 2025-02-25T01:13:00.631Z | Downloaded assert_matches v1.5.0 |
547 | 2025-02-25T01:13:00.631Z | Downloaded md5 v0.7.0 |
548 | 2025-02-25T01:13:00.631Z | Downloaded bb8 v0.8.5 |
549 | 2025-02-25T01:13:00.635Z | Downloaded crc-catalog v2.4.0 |
550 | 2025-02-25T01:13:00.635Z | Downloaded ident_case v1.0.1 |
551 | 2025-02-25T01:13:00.635Z | Downloaded bitfield v0.14.0 |
552 | 2025-02-25T01:13:00.643Z | Downloaded crossbeam-deque v0.8.5 |
553 | 2025-02-25T01:13:00.643Z | Downloaded is_ci v1.2.0 |
554 | 2025-02-25T01:13:00.643Z | Downloaded http-body v1.0.1 |
555 | 2025-02-25T01:13:00.643Z | Downloaded cobs v0.2.3 |
556 | 2025-02-25T01:13:00.643Z | Downloaded atty v0.2.14 |
557 | 2025-02-25T01:13:00.647Z | Downloaded ciborium-ll v0.2.2 |
558 | 2025-02-25T01:13:00.647Z | Downloaded http-range v0.1.5 |
559 | 2025-02-25T01:13:00.647Z | Downloaded chacha20 v0.9.1 |
560 | 2025-02-25T01:13:00.652Z | Downloaded block-padding v0.3.3 |
561 | 2025-02-25T01:13:00.652Z | Downloaded hubpack_derive v0.1.1 |
562 | 2025-02-25T01:13:00.653Z | Downloaded ctr v0.9.2 |
563 | 2025-02-25T01:13:00.656Z | Downloaded convert_case v0.4.0 |
564 | 2025-02-25T01:13:00.657Z | Downloaded bitflags v1.3.2 |
565 | 2025-02-25T01:13:00.666Z | Downloaded match_cfg v0.1.0 |
566 | 2025-02-25T01:13:00.666Z | Downloaded bit-set v0.5.3 |
567 | 2025-02-25T01:13:00.666Z | Downloaded ascii-canvas v3.0.0 |
568 | 2025-02-25T01:13:00.690Z | Downloaded arrayref v0.3.9 |
569 | 2025-02-25T01:13:00.690Z | Downloaded hostname v0.4.0 |
570 | 2025-02-25T01:13:00.690Z | Downloaded cstr-argument v0.1.2 |
571 | 2025-02-25T01:13:00.691Z | Downloaded http-body-util v0.1.2 |
572 | 2025-02-25T01:13:00.691Z | Downloaded const_format_proc_macros v0.2.34 |
573 | 2025-02-25T01:13:00.706Z | Downloaded bcs v0.1.6 |
574 | 2025-02-25T01:13:00.706Z | Downloaded cfg_aliases v0.2.1 |
575 | 2025-02-25T01:13:00.706Z | Downloaded lazy_static v1.5.0 |
576 | 2025-02-25T01:13:00.706Z | Downloaded inout v0.1.3 |
577 | 2025-02-25T01:13:00.706Z | Downloaded bit-vec v0.6.3 |
578 | 2025-02-25T01:13:00.706Z | Downloaded mime v0.3.17 |
579 | 2025-02-25T01:13:00.706Z | Downloaded console v0.15.10 |
580 | 2025-02-25T01:13:00.706Z | Downloaded ahash v0.8.11 |
581 | 2025-02-25T01:13:00.706Z | Downloaded progenitor-client v0.9.1 |
582 | 2025-02-25T01:13:00.706Z | Downloaded impl-trait-for-tuples v0.2.2 |
583 | 2025-02-25T01:13:00.706Z | Downloaded md-5 v0.10.6 |
584 | 2025-02-25T01:13:00.707Z | Downloaded maplit v1.0.2 |
585 | 2025-02-25T01:13:00.707Z | Downloaded lru-cache v0.1.2 |
586 | 2025-02-25T01:13:00.707Z | Downloaded libefi-sys v0.1.0 |
587 | 2025-02-25T01:13:00.707Z | Downloaded cassowary v0.3.0 |
588 | 2025-02-25T01:13:00.710Z | Downloaded crc32fast v1.4.2 |
589 | 2025-02-25T01:13:00.710Z | Downloaded instant v0.1.13 |
590 | 2025-02-25T01:13:00.710Z | Downloaded hyper-tls v0.6.0 |
591 | 2025-02-25T01:13:00.711Z | Downloaded curve25519-dalek-derive v0.1.1 |
592 | 2025-02-25T01:13:00.711Z | Downloaded lockfree-object-pool v0.1.6 |
593 | 2025-02-25T01:13:00.715Z | Downloaded lru v0.12.5 |
594 | 2025-02-25T01:13:00.719Z | Downloaded memoffset v0.9.1 |
595 | 2025-02-25T01:13:00.719Z | Downloaded linked-hash-map v0.5.6 |
596 | 2025-02-25T01:13:00.719Z | Downloaded serde-big-array v0.5.1 |
597 | 2025-02-25T01:13:00.723Z | Downloaded lalrpop-util v0.19.12 |
598 | 2025-02-25T01:13:00.723Z | Downloaded internet-checksum v0.2.1 |
599 | 2025-02-25T01:13:00.723Z | Downloaded cmake v0.1.51 |
600 | 2025-02-25T01:13:00.726Z | Downloaded cookie v0.18.1 |
601 | 2025-02-25T01:13:00.730Z | Downloaded maybe-uninit v2.0.0 |
602 | 2025-02-25T01:13:00.730Z | Downloaded async-bb8-diesel v0.2.1 |
603 | 2025-02-25T01:13:00.733Z | Downloaded cipher v0.4.4 |
604 | 2025-02-25T01:13:00.739Z | Downloaded linear-map v1.2.0 |
605 | 2025-02-25T01:13:00.739Z | Downloaded indoc v1.0.9 |
606 | 2025-02-25T01:13:00.739Z | Downloaded hostname v0.3.1 |
607 | 2025-02-25T01:13:00.743Z | Downloaded proc-macro-error-attr2 v2.0.0 |
608 | 2025-02-25T01:13:00.743Z | Downloaded predicates-tree v1.0.11 |
609 | 2025-02-25T01:13:00.746Z | Downloaded ipnet v2.10.1 |
610 | 2025-02-25T01:13:00.746Z | Downloaded icu_locid_transform v1.5.0 |
611 | 2025-02-25T01:13:00.751Z | Downloaded iana-time-zone v0.1.61 |
612 | 2025-02-25T01:13:00.756Z | Downloaded mime_guess v2.0.5 |
613 | 2025-02-25T01:13:00.756Z | Downloaded csv-core v0.1.11 |
614 | 2025-02-25T01:13:00.759Z | Downloaded cbc v0.1.2 |
615 | 2025-02-25T01:13:00.759Z | Downloaded managed v0.8.0 |
616 | 2025-02-25T01:13:00.763Z | Downloaded kstat-rs v0.2.4 |
617 | 2025-02-25T01:13:00.763Z | Downloaded hyper-staticfile v0.10.1 |
618 | 2025-02-25T01:13:00.767Z | Downloaded libloading v0.8.5 |
619 | 2025-02-25T01:13:00.773Z | Downloaded highway v1.2.0 |
620 | 2025-02-25T01:13:00.773Z | Downloaded crossbeam-utils v0.8.20 |
621 | 2025-02-25T01:13:00.778Z | Downloaded radium v0.7.0 |
622 | 2025-02-25T01:13:00.778Z | Downloaded memmap2 v0.9.5 |
623 | 2025-02-25T01:13:00.779Z | Downloaded cexpr v0.6.0 |
624 | 2025-02-25T01:13:00.786Z | Downloaded try-lock v0.2.5 |
625 | 2025-02-25T01:13:00.786Z | Downloaded downcast v0.11.0 |
626 | 2025-02-25T01:13:00.786Z | Downloaded cookie_store v0.21.1 |
627 | 2025-02-25T01:13:00.791Z | Downloaded slog-bunyan v2.5.0 |
628 | 2025-02-25T01:13:00.791Z | Downloaded jobserver v0.1.32 |
629 | 2025-02-25T01:13:00.791Z | Downloaded termios v0.3.3 |
630 | 2025-02-25T01:13:00.797Z | Downloaded spki v0.7.3 |
631 | 2025-02-25T01:13:00.797Z | Downloaded litemap v0.7.3 |
632 | 2025-02-25T01:13:00.804Z | Downloaded r2d2 v0.8.10 |
633 | 2025-02-25T01:13:00.804Z | Downloaded hickory-client v0.24.3 |
634 | 2025-02-25T01:13:00.814Z | Downloaded tls_codec_derive v0.4.1 |
635 | 2025-02-25T01:13:00.814Z | Downloaded thiserror-impl-no-std v2.0.2 |
636 | 2025-02-25T01:13:00.814Z | Downloaded new_debug_unreachable v1.0.6 |
637 | 2025-02-25T01:13:00.814Z | Downloaded hickory-resolver v0.24.3 |
638 | 2025-02-25T01:13:00.819Z | Downloaded pin-utils v0.1.0 |
639 | 2025-02-25T01:13:00.819Z | Downloaded openssl-macros v0.1.1 |
640 | 2025-02-25T01:13:00.819Z | Downloaded num-conv v0.1.0 |
641 | 2025-02-25T01:13:00.819Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2025-02-25T01:13:00.823Z | Downloaded thiserror-no-std v2.0.2 |
643 | 2025-02-25T01:13:00.832Z | Downloaded untrusted v0.9.0 |
644 | 2025-02-25T01:13:00.832Z | Downloaded tui-tree-widget v0.23.0 |
645 | 2025-02-25T01:13:00.832Z | Downloaded subtle v2.6.1 |
646 | 2025-02-25T01:13:00.838Z | Downloaded secrecy v0.8.0 |
647 | 2025-02-25T01:13:00.838Z | Downloaded const_format v0.2.34 |
648 | 2025-02-25T01:13:00.842Z | Downloaded lock_api v0.4.12 |
649 | 2025-02-25T01:13:00.843Z | Downloaded icu_locid_transform_data v1.5.0 |
650 | 2025-02-25T01:13:00.843Z | Downloaded psl-types v2.0.11 |
651 | 2025-02-25T01:13:00.843Z | Downloaded debug-ignore v1.0.5 |
652 | 2025-02-25T01:13:00.852Z | Downloaded crypto-bigint v0.5.5 |
653 | 2025-02-25T01:13:00.872Z | Downloaded display-error-chain v0.2.2 |
654 | 2025-02-25T01:13:00.872Z | Downloaded zone v0.3.0 |
655 | 2025-02-25T01:13:00.872Z | Downloaded which v4.4.2 |
656 | 2025-02-25T01:13:00.875Z | Downloaded salsa20 v0.10.2 |
657 | 2025-02-25T01:13:00.875Z | Downloaded group v0.13.0 |
658 | 2025-02-25T01:13:00.875Z | Downloaded futures-core v0.3.31 |
659 | 2025-02-25T01:13:00.875Z | Downloaded pem v3.0.5 |
660 | 2025-02-25T01:13:00.875Z | Downloaded hyper-util v0.1.10 |
661 | 2025-02-25T01:13:00.875Z | Downloaded fallible-streaming-iterator v0.1.9 |
662 | 2025-02-25T01:13:00.876Z | Downloaded hash32 v0.2.1 |
663 | 2025-02-25T01:13:00.876Z | Downloaded fallible-iterator v0.3.0 |
664 | 2025-02-25T01:13:00.876Z | Downloaded fallible-iterator v0.2.0 |
665 | 2025-02-25T01:13:00.879Z | Downloaded sqlparser_derive v0.2.2 |
666 | 2025-02-25T01:13:00.879Z | Downloaded toolchain_find v0.4.0 |
667 | 2025-02-25T01:13:00.879Z | Downloaded base64 v0.21.7 |
668 | 2025-02-25T01:13:00.883Z | Downloaded pbkdf2 v0.11.0 |
669 | 2025-02-25T01:13:00.886Z | Downloaded packed_struct_codegen v0.10.1 |
670 | 2025-02-25T01:13:00.888Z | Downloaded newtype-uuid v1.2.1 |
671 | 2025-02-25T01:13:00.891Z | Downloaded rand_xorshift v0.3.0 |
672 | 2025-02-25T01:13:00.891Z | Downloaded progenitor-macro v0.9.1 |
673 | 2025-02-25T01:13:00.893Z | Downloaded darling_macro v0.20.10 |
674 | 2025-02-25T01:13:00.893Z | Downloaded indexmap v1.9.3 |
675 | 2025-02-25T01:13:00.897Z | Downloaded icu_properties v1.5.1 |
676 | 2025-02-25T01:13:00.900Z | Downloaded take_mut v0.2.2 |
677 | 2025-02-25T01:13:00.903Z | Downloaded rcgen v0.12.1 |
678 | 2025-02-25T01:13:00.909Z | Downloaded heapless v0.7.17 |
679 | 2025-02-25T01:13:00.911Z | Downloaded fxhash v0.2.1 |
680 | 2025-02-25T01:13:00.912Z | Downloaded rustc_version v0.4.1 |
681 | 2025-02-25T01:13:00.914Z | Downloaded rustc_version v0.1.7 |
682 | 2025-02-25T01:13:00.914Z | Downloaded ref-cast v1.0.23 |
683 | 2025-02-25T01:13:00.917Z | Downloaded percent-encoding v2.3.1 |
684 | 2025-02-25T01:13:00.919Z | Downloaded crossbeam-channel v0.5.13 |
685 | 2025-02-25T01:13:00.923Z | Downloaded indicatif v0.17.11 |
686 | 2025-02-25T01:13:00.928Z | Downloaded serde_repr v0.1.19 |
687 | 2025-02-25T01:13:00.930Z | Downloaded topological-sort v0.2.2 |
688 | 2025-02-25T01:13:00.932Z | Downloaded postgres-types v0.2.8 |
689 | 2025-02-25T01:13:00.935Z | Downloaded synstructure v0.13.1 |
690 | 2025-02-25T01:13:00.938Z | Downloaded progenitor-client v0.8.0 |
691 | 2025-02-25T01:13:00.938Z | Downloaded endian-type v0.1.2 |
692 | 2025-02-25T01:13:00.940Z | Downloaded postgres-protocol v0.6.8 |
693 | 2025-02-25T01:13:00.943Z | Downloaded num-complex v0.4.6 |
694 | 2025-02-25T01:13:00.943Z | Downloaded subprocess v0.2.9 |
695 | 2025-02-25T01:13:00.946Z | Downloaded unarray v0.1.4 |
696 | 2025-02-25T01:13:00.949Z | Downloaded rsa v0.9.6 |
697 | 2025-02-25T01:13:00.954Z | Downloaded toml v0.7.8 |
698 | 2025-02-25T01:13:00.959Z | Downloaded float-cmp v0.10.0 |
699 | 2025-02-25T01:13:00.962Z | Downloaded gethostname v0.5.0 |
700 | 2025-02-25T01:13:00.962Z | Downloaded float-ord v0.3.2 |
701 | 2025-02-25T01:13:00.966Z | Downloaded slog-term v2.9.1 |
702 | 2025-02-25T01:13:00.970Z | Downloaded flagset v0.4.6 |
703 | 2025-02-25T01:13:00.978Z | Downloaded zone v0.1.8 |
704 | 2025-02-25T01:13:00.980Z | Downloaded aes v0.8.4 |
705 | 2025-02-25T01:13:00.984Z | Downloaded minimal-lexical v0.2.1 |
706 | 2025-02-25T01:13:00.989Z | Downloaded sigpipe v0.1.3 |
707 | 2025-02-25T01:13:00.993Z | Downloaded xattr v1.3.1 |
708 | 2025-02-25T01:13:00.995Z | Downloaded progenitor v0.8.0 |
709 | 2025-02-25T01:13:00.995Z | Downloaded write16 v1.0.0 |
710 | 2025-02-25T01:13:00.995Z | Downloaded signal-hook-tokio v0.3.1 |
711 | 2025-02-25T01:13:00.998Z | Downloaded nodrop v0.1.14 |
712 | 2025-02-25T01:13:00.998Z | Downloaded half v2.4.1 |
713 | 2025-02-25T01:13:01.001Z | Downloaded quinn-udp v0.5.5 |
714 | 2025-02-25T01:13:01.004Z | Downloaded defmt-parser v0.3.4 |
715 | 2025-02-25T01:13:01.007Z | Downloaded defmt v0.3.8 |
716 | 2025-02-25T01:13:01.009Z | Downloaded rustls-pemfile v1.0.4 |
717 | 2025-02-25T01:13:01.012Z | Downloaded writeable v0.5.5 |
718 | 2025-02-25T01:13:01.014Z | Downloaded pkg-config v0.3.31 |
719 | 2025-02-25T01:13:01.017Z | Downloaded opaque-debug v0.3.1 |
720 | 2025-02-25T01:13:01.017Z | Downloaded getrandom v0.2.15 |
721 | 2025-02-25T01:13:01.019Z | Downloaded signal-hook-registry v1.4.2 |
722 | 2025-02-25T01:13:01.022Z | Downloaded paste v1.0.15 |
723 | 2025-02-25T01:13:01.025Z | Downloaded tabled_derive v0.10.0 |
724 | 2025-02-25T01:13:01.027Z | Downloaded darling v0.20.10 |
725 | 2025-02-25T01:13:01.031Z | Downloaded defmt-macros v0.3.9 |
726 | 2025-02-25T01:13:01.035Z | Downloaded path-slash v0.1.5 |
727 | 2025-02-25T01:13:01.037Z | Downloaded openssl-probe v0.1.5 |
728 | 2025-02-25T01:13:01.037Z | Downloaded rand_chacha v0.9.0 |
729 | 2025-02-25T01:13:01.040Z | Downloaded serde_path_to_error v0.1.16 |
730 | 2025-02-25T01:13:01.043Z | Downloaded siphasher v0.3.11 |
731 | 2025-02-25T01:13:01.045Z | Downloaded http v1.2.0 |
732 | 2025-02-25T01:13:01.048Z | Downloaded phf_shared v0.10.0 |
733 | 2025-02-25T01:13:01.051Z | Downloaded rand_chacha v0.3.1 |
734 | 2025-02-25T01:13:01.053Z | Downloaded cc v1.2.15 |
735 | 2025-02-25T01:13:01.056Z | Downloaded either v1.13.0 |
736 | 2025-02-25T01:13:01.059Z | Downloaded xz2 v0.1.7 |
737 | 2025-02-25T01:13:01.062Z | Downloaded sync_wrapper v1.0.1 |
738 | 2025-02-25T01:13:01.065Z | Downloaded slog-dtrace v0.3.0 |
739 | 2025-02-25T01:13:01.065Z | Downloaded slab v0.4.9 |
740 | 2025-02-25T01:13:01.068Z | Downloaded der_derive v0.7.3 |
741 | 2025-02-25T01:13:01.070Z | Downloaded tinystr v0.7.6 |
742 | 2025-02-25T01:13:01.073Z | Downloaded pkcs1 v0.7.5 |
743 | 2025-02-25T01:13:01.076Z | Downloaded thread_local v1.1.8 |
744 | 2025-02-25T01:13:01.078Z | Downloaded signature v2.2.0 |
745 | 2025-02-25T01:13:01.078Z | Downloaded glob v0.3.2 |
746 | 2025-02-25T01:13:01.081Z | Downloaded tokio-tungstenite v0.24.0 |
747 | 2025-02-25T01:13:01.084Z | Downloaded password-hash v0.4.2 |
748 | 2025-02-25T01:13:01.087Z | Downloaded embedded-io v0.4.0 |
749 | 2025-02-25T01:13:01.090Z | Downloaded papergrid v0.14.0 |
750 | 2025-02-25T01:13:01.094Z | Downloaded serde_derive_internals v0.29.1 |
751 | 2025-02-25T01:13:01.097Z | Downloaded zone_cfg_derive v0.3.0 |
752 | 2025-02-25T01:13:01.100Z | Downloaded phf_generator v0.11.2 |
753 | 2025-02-25T01:13:01.100Z | Downloaded tokio-tungstenite v0.23.1 |
754 | 2025-02-25T01:13:01.102Z | Downloaded pkcs8 v0.10.2 |
755 | 2025-02-25T01:13:01.106Z | Downloaded num_threads v0.1.7 |
756 | 2025-02-25T01:13:01.109Z | Downloaded mirai-annotations v1.12.0 |
757 | 2025-02-25T01:13:01.109Z | Downloaded proc-macro-crate v1.3.1 |
758 | 2025-02-25T01:13:01.112Z | Downloaded phf_shared v0.11.2 |
759 | 2025-02-25T01:13:01.112Z | Downloaded hash32 v0.3.1 |
760 | 2025-02-25T01:13:01.115Z | Downloaded serde_urlencoded v0.7.1 |
761 | 2025-02-25T01:13:01.117Z | Downloaded typify v0.3.0 |
762 | 2025-02-25T01:13:01.122Z | Downloaded fs_extra v1.3.0 |
763 | 2025-02-25T01:13:01.126Z | Downloaded quick-error v1.2.3 |
764 | 2025-02-25T01:13:01.126Z | Downloaded pbkdf2 v0.12.2 |
765 | 2025-02-25T01:13:01.129Z | Downloaded derive_builder v0.20.2 |
766 | 2025-02-25T01:13:01.133Z | Downloaded sha1 v0.10.6 |
767 | 2025-02-25T01:13:01.136Z | Downloaded vergen v8.3.2 |
768 | 2025-02-25T01:13:01.138Z | Downloaded tokio-native-tls v0.3.1 |
769 | 2025-02-25T01:13:01.141Z | Downloaded password-hash v0.5.0 |
770 | 2025-02-25T01:13:01.143Z | Downloaded darling_core v0.20.10 |
771 | 2025-02-25T01:13:01.149Z | Downloaded getrandom v0.3.1 |
772 | 2025-02-25T01:13:01.153Z | Downloaded thiserror-impl v2.0.11 |
773 | 2025-02-25T01:13:01.156Z | Downloaded structmeta-derive v0.3.0 |
774 | 2025-02-25T01:13:01.161Z | Downloaded tokio-tungstenite v0.21.0 |
775 | 2025-02-25T01:13:01.165Z | Downloaded env_filter v0.1.2 |
776 | 2025-02-25T01:13:01.165Z | Downloaded enum-as-inner v0.6.1 |
777 | 2025-02-25T01:13:01.165Z | Downloaded p256 v0.13.2 |
778 | 2025-02-25T01:13:01.168Z | Downloaded diesel_table_macro_syntax v0.2.0 |
779 | 2025-02-25T01:13:01.171Z | Downloaded supports-color v3.0.2 |
780 | 2025-02-25T01:13:01.174Z | Downloaded strum v0.26.3 |
781 | 2025-02-25T01:13:01.174Z | Downloaded mockall v0.13.1 |
782 | 2025-02-25T01:13:01.177Z | Downloaded num_enum_derive v0.5.11 |
783 | 2025-02-25T01:13:01.177Z | Downloaded publicsuffix v2.3.0 |
784 | 2025-02-25T01:13:01.179Z | Downloaded serde_with_macros v3.11.0 |
785 | 2025-02-25T01:13:01.182Z | Downloaded yasna v0.5.2 |
786 | 2025-02-25T01:13:01.184Z | Downloaded foreign-types-shared v0.1.1 |
787 | 2025-02-25T01:13:01.187Z | Downloaded idna v1.0.3 |
788 | 2025-02-25T01:13:01.191Z | Downloaded predicates-core v1.0.8 |
789 | 2025-02-25T01:13:01.194Z | Downloaded phf_codegen v0.11.2 |
790 | 2025-02-25T01:13:01.194Z | Downloaded der v0.7.9 |
791 | 2025-02-25T01:13:01.199Z | Downloaded packed_struct v0.10.1 |
792 | 2025-02-25T01:13:01.202Z | Downloaded vte_generate_state_changes v0.1.2 |
793 | 2025-02-25T01:13:01.205Z | Downloaded rand_core v0.6.4 |
794 | 2025-02-25T01:13:01.205Z | Downloaded parking_lot v0.12.3 |
795 | 2025-02-25T01:13:01.208Z | Downloaded flume v0.11.1 |
796 | 2025-02-25T01:13:01.212Z | Downloaded termtree v0.4.1 |
797 | 2025-02-25T01:13:01.215Z | Downloaded similar v2.6.0 |
798 | 2025-02-25T01:13:01.220Z | Downloaded pretty-hex v0.2.1 |
799 | 2025-02-25T01:13:01.222Z | Downloaded precomputed-hash v0.1.1 |
800 | 2025-02-25T01:13:01.222Z | Downloaded serde-hex v0.1.0 |
801 | 2025-02-25T01:13:01.225Z | Downloaded resolv-conf v0.7.0 |
802 | 2025-02-25T01:13:01.228Z | Downloaded tower-service v0.3.3 |
803 | 2025-02-25T01:13:01.228Z | Downloaded itertools v0.12.1 |
804 | 2025-02-25T01:13:01.236Z | Downloaded diesel-dtrace v0.4.2 |
805 | 2025-02-25T01:13:01.238Z | Downloaded multer v3.1.0 |
806 | 2025-02-25T01:13:01.241Z | Downloaded env_logger v0.10.2 |
807 | 2025-02-25T01:13:01.244Z | Downloaded slog-json v2.6.1 |
808 | 2025-02-25T01:13:01.247Z | Downloaded thiserror v2.0.11 |
809 | 2025-02-25T01:13:01.252Z | Downloaded futures-task v0.3.31 |
810 | 2025-02-25T01:13:01.255Z | Downloaded wait-timeout v0.2.0 |
811 | 2025-02-25T01:13:01.258Z | Downloaded elliptic-curve v0.13.8 |
812 | 2025-02-25T01:13:01.260Z | Downloaded x509-cert v0.2.5 |
813 | 2025-02-25T01:13:01.267Z | Downloaded blake3 v1.5.4 |
814 | 2025-02-25T01:13:01.276Z | Downloaded dyn-clone v1.0.18 |
815 | 2025-02-25T01:13:01.278Z | Downloaded slog-envlogger v2.2.0 |
816 | 2025-02-25T01:13:01.281Z | Downloaded sqlformat v0.2.6 |
817 | 2025-02-25T01:13:01.284Z | Downloaded aho-corasick v1.1.3 |
818 | 2025-02-25T01:13:01.289Z | Downloaded foreign-types-shared v0.3.1 |
819 | 2025-02-25T01:13:01.291Z | Downloaded strum_macros v0.25.3 |
820 | 2025-02-25T01:13:01.294Z | Downloaded zerovec-derive v0.10.3 |
821 | 2025-02-25T01:13:01.297Z | Downloaded derive_more v0.99.19 |
822 | 2025-02-25T01:13:01.301Z | Downloaded mockall_derive v0.13.1 |
823 | 2025-02-25T01:13:01.304Z | Downloaded num-bigint v0.4.6 |
824 | 2025-02-25T01:13:01.308Z | Downloaded tower-layer v0.3.3 |
825 | 2025-02-25T01:13:01.311Z | Downloaded peg-runtime v0.8.3 |
826 | 2025-02-25T01:13:01.311Z | Downloaded dunce v1.0.5 |
827 | 2025-02-25T01:13:01.313Z | Downloaded primeorder v0.13.6 |
828 | 2025-02-25T01:13:01.316Z | Downloaded futures-executor v0.3.31 |
829 | 2025-02-25T01:13:01.316Z | Downloaded olpc-cjson v0.1.4 |
830 | 2025-02-25T01:13:01.318Z | Downloaded pin-project-internal v1.1.6 |
831 | 2025-02-25T01:13:01.321Z | Downloaded miniz_oxide v0.8.0 |
832 | 2025-02-25T01:13:01.323Z | Downloaded peg-macros v0.8.4 |
833 | 2025-02-25T01:13:01.326Z | Downloaded unicode-properties v0.1.3 |
834 | 2025-02-25T01:13:01.329Z | Downloaded aws-lc-rs v1.10.0 |
835 | 2025-02-25T01:13:01.338Z | Downloaded foreign-types v0.3.2 |
836 | 2025-02-25T01:13:01.340Z | Downloaded russh-cryptovec v0.7.3 |
837 | 2025-02-25T01:13:01.340Z | Downloaded predicates v3.1.3 |
838 | 2025-02-25T01:13:01.347Z | Downloaded futures-sink v0.3.31 |
839 | 2025-02-25T01:13:01.347Z | Downloaded termtree v0.5.1 |
840 | 2025-02-25T01:13:01.347Z | Downloaded flate2 v1.0.35 |
841 | 2025-02-25T01:13:01.351Z | Downloaded number_prefix v0.4.0 |
842 | 2025-02-25T01:13:01.354Z | Downloaded foreign-types-macros v0.2.3 |
843 | 2025-02-25T01:13:01.354Z | Downloaded foreign-types v0.5.0 |
844 | 2025-02-25T01:13:01.357Z | Downloaded tracing-attributes v0.1.27 |
845 | 2025-02-25T01:13:01.359Z | Downloaded futures-macro v0.3.31 |
846 | 2025-02-25T01:13:01.359Z | Downloaded parking_lot_core v0.8.6 |
847 | 2025-02-25T01:13:01.362Z | Downloaded slog-stdlog v4.1.1 |
848 | 2025-02-25T01:13:01.365Z | Downloaded peg v0.8.4 |
849 | 2025-02-25T01:13:01.368Z | Downloaded newtype_derive v0.1.6 |
850 | 2025-02-25T01:13:01.371Z | Downloaded unicode-truncate v1.1.0 |
851 | 2025-02-25T01:13:01.373Z | Downloaded string_cache v0.8.7 |
852 | 2025-02-25T01:13:01.373Z | Downloaded parse-zoneinfo v0.3.1 |
853 | 2025-02-25T01:13:01.377Z | Downloaded ron v0.7.1 |
854 | 2025-02-25T01:13:01.382Z | Downloaded normalize-line-endings v0.3.0 |
855 | 2025-02-25T01:13:01.385Z | Downloaded filetime v0.2.25 |
856 | 2025-02-25T01:13:01.387Z | Downloaded multimap v0.10.0 |
857 | 2025-02-25T01:13:01.387Z | Downloaded untrusted v0.7.1 |
858 | 2025-02-25T01:13:01.390Z | Downloaded proc-macro-error2 v2.0.1 |
859 | 2025-02-25T01:13:01.393Z | Downloaded twox-hash v2.1.0 |
860 | 2025-02-25T01:13:01.395Z | Downloaded rand v0.9.0 |
861 | 2025-02-25T01:13:01.399Z | Downloaded diff v0.1.13 |
862 | 2025-02-25T01:13:01.402Z | Downloaded value-bag v1.9.0 |
863 | 2025-02-25T01:13:01.406Z | Downloaded phf v0.11.2 |
864 | 2025-02-25T01:13:01.408Z | Downloaded daft-derive v0.1.1 |
865 | 2025-02-25T01:13:01.411Z | Downloaded time-macros v0.2.18 |
866 | 2025-02-25T01:13:01.414Z | Downloaded steno v0.4.1 |
867 | 2025-02-25T01:13:01.418Z | Downloaded num-rational v0.4.2 |
868 | 2025-02-25T01:13:01.421Z | Downloaded parse-size v1.1.0 |
869 | 2025-02-25T01:13:01.424Z | Downloaded structmeta v0.3.0 |
870 | 2025-02-25T01:13:01.424Z | Downloaded utf16_iter v1.0.5 |
871 | 2025-02-25T01:13:01.427Z | Downloaded utf-8 v0.7.6 |
872 | 2025-02-25T01:13:01.427Z | Downloaded toml_edit v0.19.15 |
873 | 2025-02-25T01:13:01.444Z | Downloaded ena v0.14.3 |
874 | 2025-02-25T01:13:01.446Z | Downloaded scopeguard v1.2.0 |
875 | 2025-02-25T01:13:01.446Z | Downloaded futures-channel v0.3.31 |
876 | 2025-02-25T01:13:01.450Z | Downloaded tokio-rustls v0.25.0 |
877 | 2025-02-25T01:13:01.450Z | Downloaded owo-colors v4.1.0 |
878 | 2025-02-25T01:13:01.452Z | Downloaded nibble_vec v0.1.0 |
879 | 2025-02-25T01:13:01.455Z | Downloaded itertools v0.14.0 |
880 | 2025-02-25T01:13:01.461Z | Downloaded serde_plain v1.0.2 |
881 | 2025-02-25T01:13:01.464Z | Downloaded zerocopy-derive v0.8.10 |
882 | 2025-02-25T01:13:01.470Z | Downloaded smf v0.2.3 |
883 | 2025-02-25T01:13:01.473Z | Downloaded time-core v0.1.2 |
884 | 2025-02-25T01:13:01.475Z | Downloaded tinyvec_macros v0.1.1 |
885 | 2025-02-25T01:13:01.475Z | Downloaded quick-xml v0.37.2 |
886 | 2025-02-25T01:13:01.481Z | Downloaded rustfmt-wrapper v0.2.1 |
887 | 2025-02-25T01:13:01.483Z | Downloaded ref-cast-impl v1.0.23 |
888 | 2025-02-25T01:13:01.483Z | Downloaded serde_yaml v0.9.34+deprecated |
889 | 2025-02-25T01:13:01.486Z | Downloaded waitgroup v0.1.2 |
890 | 2025-02-25T01:13:01.489Z | Downloaded polyval v0.6.2 |
891 | 2025-02-25T01:13:01.491Z | Downloaded num v0.4.3 |
892 | 2025-02-25T01:13:01.491Z | Downloaded zeroize v1.8.1 |
893 | 2025-02-25T01:13:01.494Z | Downloaded ff v0.13.0 |
894 | 2025-02-25T01:13:01.494Z | Downloaded diesel_derives v2.2.3 |
895 | 2025-02-25T01:13:01.498Z | Downloaded tls_codec v0.4.1 |
896 | 2025-02-25T01:13:01.501Z | Downloaded qorb v0.2.1 |
897 | 2025-02-25T01:13:01.505Z | Downloaded h2 v0.4.6 |
898 | 2025-02-25T01:13:01.512Z | Downloaded parse-display-derive v0.10.0 |
899 | 2025-02-25T01:13:01.515Z | Downloaded num-iter v0.1.45 |
900 | 2025-02-25T01:13:01.515Z | Downloaded hashbrown v0.12.3 |
901 | 2025-02-25T01:13:01.519Z | Downloaded prettyplease v0.2.29 |
902 | 2025-02-25T01:13:01.523Z | Downloaded oxnet v0.1.0 |
903 | 2025-02-25T01:13:01.526Z | Downloaded native-tls v0.2.12 |
904 | 2025-02-25T01:13:01.529Z | Downloaded bitvec v1.0.1 |
905 | 2025-02-25T01:13:01.545Z | Downloaded same-file v1.0.6 |
906 | 2025-02-25T01:13:01.548Z | Downloaded bindgen v0.69.5 |
907 | 2025-02-25T01:13:01.552Z | Downloaded openssl-sys v0.9.106 |
908 | 2025-02-25T01:13:01.559Z | Downloaded daft v0.1.1 |
909 | 2025-02-25T01:13:01.562Z | Downloaded sqlparser v0.45.0 |
910 | 2025-02-25T01:13:01.565Z | Downloaded nanorand v0.7.0 |
911 | 2025-02-25T01:13:01.569Z | Downloaded postcard v1.0.10 |
912 | 2025-02-25T01:13:01.571Z | Downloaded fd-lock v4.0.2 |
913 | 2025-02-25T01:13:01.575Z | Downloaded unsafe-libyaml v0.2.11 |
914 | 2025-02-25T01:13:01.578Z | Downloaded whoami v1.5.2 |
915 | 2025-02-25T01:13:01.581Z | Downloaded uzers v0.12.1 |
916 | 2025-02-25T01:13:01.583Z | Downloaded num_enum v0.5.11 |
917 | 2025-02-25T01:13:01.586Z | Downloaded ron v0.8.1 |
918 | 2025-02-25T01:13:01.592Z | Downloaded des v0.8.1 |
919 | 2025-02-25T01:13:01.594Z | Downloaded icu_properties_data v1.5.0 |
920 | 2025-02-25T01:13:01.604Z | Downloaded num-traits v0.2.19 |
921 | 2025-02-25T01:13:01.607Z | Downloaded strip-ansi-escapes v0.2.0 |
922 | 2025-02-25T01:13:01.610Z | Downloaded tokio-rustls v0.24.1 |
923 | 2025-02-25T01:13:01.613Z | Downloaded dropshot_endpoint v0.15.1 |
924 | 2025-02-25T01:13:01.616Z | Downloaded futures-util v0.3.31 |
925 | 2025-02-25T01:13:01.628Z | Downloaded scrypt v0.11.0 |
926 | 2025-02-25T01:13:01.631Z | Downloaded zerocopy v0.6.6 |
927 | 2025-02-25T01:13:01.635Z | Downloaded snafu v0.8.5 |
928 | 2025-02-25T01:13:01.639Z | Downloaded lalrpop v0.19.12 |
929 | 2025-02-25T01:13:01.651Z | Downloaded parse-display v0.10.0 |
930 | 2025-02-25T01:13:01.654Z | Downloaded fatfs v0.3.6 |
931 | 2025-02-25T01:13:01.658Z | Downloaded mio v1.0.2 |
932 | 2025-02-25T01:13:01.661Z | Downloaded rustls-pki-types v1.10.0 |
933 | 2025-02-25T01:13:01.666Z | Downloaded dropshot_endpoint v0.12.0 |
934 | 2025-02-25T01:13:01.669Z | Downloaded portable-atomic v1.9.0 |
935 | 2025-02-25T01:13:01.677Z | Downloaded hashbrown v0.14.5 |
936 | 2025-02-25T01:13:01.684Z | Downloaded curve25519-dalek v4.1.3 |
937 | 2025-02-25T01:13:01.692Z | Downloaded tokio-rustls v0.26.0 |
938 | 2025-02-25T01:13:01.695Z | Downloaded derive-where v1.2.7 |
939 | 2025-02-25T01:13:01.699Z | Downloaded tower v0.5.2 |
940 | 2025-02-25T01:13:01.704Z | Downloaded tough v0.19.0 |
941 | 2025-02-25T01:13:01.713Z | Downloaded tabled v0.18.0 |
942 | 2025-02-25T01:13:01.731Z | Downloaded salty v0.3.0 |
943 | 2025-02-25T01:13:01.738Z | Downloaded openssl v0.10.71 |
944 | 2025-02-25T01:13:01.749Z | Downloaded stringprep v0.1.5 |
945 | 2025-02-25T01:13:01.752Z | Downloaded zerovec v0.10.4 |
946 | 2025-02-25T01:13:01.756Z | Downloaded p384 v0.13.0 |
947 | 2025-02-25T01:13:01.762Z | Downloaded p521 v0.13.3 |
948 | 2025-02-25T01:13:01.767Z | Downloaded reqwest v0.12.12 |
949 | 2025-02-25T01:13:01.777Z | Downloaded nom v7.1.3 |
950 | 2025-02-25T01:13:01.782Z | Downloaded quinn-proto v0.11.8 |
951 | 2025-02-25T01:13:01.789Z | Downloaded webpki-roots v0.26.6 |
952 | 2025-02-25T01:13:01.795Z | Downloaded chrono-tz v0.10.1 |
953 | 2025-02-25T01:13:01.802Z | Downloaded rustyline v14.0.0 |
954 | 2025-02-25T01:13:01.807Z | Downloaded unicode-width v0.2.0 |
955 | 2025-02-25T01:13:01.813Z | Downloaded rustls v0.21.12 |
956 | 2025-02-25T01:13:01.826Z | Downloaded time v0.3.36 |
957 | 2025-02-25T01:13:01.834Z | Downloaded nix v0.27.1 |
958 | 2025-02-25T01:13:01.845Z | Downloaded bstr v1.10.0 |
959 | 2025-02-25T01:13:01.855Z | Downloaded zerocopy v0.8.10 |
960 | 2025-02-25T01:13:01.879Z | Downloaded petname v2.0.2 |
961 | 2025-02-25T01:13:01.885Z | Downloaded rustls v0.23.19 |
962 | 2025-02-25T01:13:01.898Z | Downloaded git2 v0.19.0 |
963 | 2025-02-25T01:13:01.906Z | Downloaded gimli v0.31.1 |
964 | 2025-02-25T01:13:01.915Z | Downloaded smoltcp v0.9.1 |
965 | 2025-02-25T01:13:01.926Z | Downloaded rustls-webpki v0.102.8 |
966 | 2025-02-25T01:13:01.945Z | Downloaded regex-syntax v0.6.29 |
967 | 2025-02-25T01:13:01.952Z | Downloaded dropshot v0.12.0 |
968 | 2025-02-25T01:13:01.973Z | Downloaded object v0.36.5 |
969 | 2025-02-25T01:13:01.983Z | Downloaded nix v0.29.0 |
970 | 2025-02-25T01:13:01.996Z | Downloaded dropshot v0.15.1 |
971 | 2025-02-25T01:13:02.018Z | Downloaded regex-syntax v0.8.5 |
972 | 2025-02-25T01:13:02.027Z | Downloaded regress v0.10.1 |
973 | 2025-02-25T01:13:02.036Z | Downloaded diesel v2.2.7 |
974 | 2025-02-25T01:13:02.055Z | Downloaded typify-impl v0.3.0 |
975 | 2025-02-25T01:13:02.071Z | Downloaded typify-impl v0.2.0 |
976 | 2025-02-25T01:13:02.086Z | Downloaded regress v0.9.1 |
977 | 2025-02-25T01:13:02.095Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
978 | 2025-02-25T01:13:02.107Z | Downloaded nix v0.28.0 |
979 | 2025-02-25T01:13:02.119Z | Downloaded sled v0.34.7 |
980 | 2025-02-25T01:13:02.130Z | Downloaded ratatui v0.29.0 |
981 | 2025-02-25T01:13:02.150Z | Downloaded polar-core v0.27.3 |
982 | 2025-02-25T01:13:02.158Z | Downloaded hickory-proto v0.24.3 |
983 | 2025-02-25T01:13:02.173Z | Downloaded rustls v0.22.4 |
984 | 2025-02-25T01:13:02.186Z | Downloaded openapiv3 v2.0.0 |
985 | 2025-02-25T01:13:02.198Z | Downloaded smoltcp v0.11.0 |
986 | 2025-02-25T01:13:02.211Z | Downloaded regex v1.11.1 |
987 | 2025-02-25T01:13:02.224Z | Downloaded regex-automata v0.4.8 |
988 | 2025-02-25T01:13:02.240Z | Downloaded zerocopy-derive v0.6.6 |
989 | 2025-02-25T01:13:02.250Z | Downloaded vcpkg v0.2.15 |
990 | 2025-02-25T01:13:02.286Z | Downloaded lzma-sys v0.1.20 |
991 | 2025-02-25T01:13:02.315Z | Downloaded object v0.30.4 |
992 | 2025-02-25T01:13:02.324Z | Downloaded unicode-normalization v0.1.24 |
993 | 2025-02-25T01:13:02.327Z | Downloaded radix_trie v0.2.1 |
994 | 2025-02-25T01:13:02.332Z | Downloaded csv v1.3.1 |
995 | 2025-02-25T01:13:02.353Z | Downloaded russh v0.45.0 |
996 | 2025-02-25T01:13:02.358Z | Downloaded unicode-segmentation v1.12.0 |
997 | 2025-02-25T01:13:02.361Z | Downloaded serde_with v3.11.0 |
998 | 2025-02-25T01:13:02.369Z | Downloaded winnow v0.5.40 |
999 | 2025-02-25T01:13:02.377Z | Downloaded petgraph v0.6.5 |
1000 | 2025-02-25T01:13:02.395Z | Downloaded tokio v1.43.0 |
1001 | 2025-02-25T01:13:02.433Z | Downloaded sha3 v0.10.8 |
1002 | 2025-02-25T01:13:02.444Z | Downloaded libz-sys v1.1.20 |
1003 | 2025-02-25T01:13:02.477Z | Downloaded proptest v1.5.0 |
1004 | 2025-02-25T01:13:02.488Z | Downloaded schemars_derive v0.8.21 |
1005 | 2025-02-25T01:13:02.491Z | Downloaded num-derive v0.4.2 |
1006 | 2025-02-25T01:13:02.493Z | Downloaded progenitor-impl v0.9.1 |
1007 | 2025-02-25T01:13:02.496Z | Downloaded zip v2.1.3 |
1008 | 2025-02-25T01:13:02.500Z | Downloaded zeroize_derive v1.4.2 |
1009 | 2025-02-25T01:13:02.503Z | Downloaded scheduled-thread-pool v0.2.7 |
1010 | 2025-02-25T01:13:02.503Z | Downloaded sec1 v0.7.3 |
1011 | 2025-02-25T01:13:02.508Z | Downloaded rusty-fork v0.3.0 |
1012 | 2025-02-25T01:13:02.508Z | Downloaded rustversion v1.0.17 |
1013 | 2025-02-25T01:13:02.510Z | Downloaded rand_core v0.9.2 |
1014 | 2025-02-25T01:13:02.510Z | Downloaded nu-ansi-term v0.50.1 |
1015 | 2025-02-25T01:13:02.513Z | Downloaded snafu-derive v0.8.5 |
1016 | 2025-02-25T01:13:02.516Z | Downloaded test-strategy v0.4.0 |
1017 | 2025-02-25T01:13:02.518Z | Downloaded russh-keys v0.45.0 |
1018 | 2025-02-25T01:13:02.521Z | Downloaded tungstenite v0.24.0 |
1019 | 2025-02-25T01:13:02.525Z | Downloaded tungstenite v0.23.0 |
1020 | 2025-02-25T01:13:02.528Z | Downloaded tracing-core v0.1.32 |
1021 | 2025-02-25T01:13:02.532Z | Downloaded typed-path v0.9.3 |
1022 | 2025-02-25T01:13:02.539Z | Downloaded rayon v1.10.0 |
1023 | 2025-02-25T01:13:02.548Z | Downloaded url v2.5.3 |
1024 | 2025-02-25T01:13:02.551Z | Downloaded hkdf v0.12.4 |
1025 | 2025-02-25T01:13:02.553Z | Downloaded tokio-macros v2.5.0 |
1026 | 2025-02-25T01:13:02.556Z | Downloaded bindgen v0.71.1 |
1027 | 2025-02-25T01:13:02.561Z | Downloaded num-integer v0.1.46 |
1028 | 2025-02-25T01:13:02.564Z | Downloaded deranged v0.3.11 |
1029 | 2025-02-25T01:13:02.567Z | Downloaded ed25519 v2.2.3 |
1030 | 2025-02-25T01:13:02.567Z | Downloaded utf8_iter v1.0.4 |
1031 | 2025-02-25T01:13:02.567Z | Downloaded socket2 v0.5.8 |
1032 | 2025-02-25T01:13:02.569Z | Downloaded futures-io v0.3.31 |
1033 | 2025-02-25T01:13:02.572Z | Downloaded encoding_rs v0.8.34 |
1034 | 2025-02-25T01:13:02.590Z | Downloaded ecdsa v0.16.9 |
1035 | 2025-02-25T01:13:02.593Z | Downloaded omicron-zone-package v0.12.0 |
1036 | 2025-02-25T01:13:02.596Z | Downloaded hashbrown v0.13.2 |
1037 | 2025-02-25T01:13:02.600Z | Downloaded rustls-webpki v0.101.7 |
1038 | 2025-02-25T01:13:02.614Z | Downloaded progenitor-macro v0.8.0 |
1039 | 2025-02-25T01:13:02.617Z | Downloaded ppv-lite86 v0.2.20 |
1040 | 2025-02-25T01:13:02.617Z | Downloaded poly1305 v0.8.0 |
1041 | 2025-02-25T01:13:02.619Z | Downloaded fixedbitset v0.4.2 |
1042 | 2025-02-25T01:13:02.619Z | Downloaded progenitor-impl v0.8.0 |
1043 | 2025-02-25T01:13:02.622Z | Downloaded oso v0.27.3 |
1044 | 2025-02-25T01:13:02.625Z | Downloaded quinn v0.11.5 |
1045 | 2025-02-25T01:13:02.628Z | Downloaded ed25519-dalek v2.1.1 |
1046 | 2025-02-25T01:13:02.631Z | Downloaded futures v0.3.31 |
1047 | 2025-02-25T01:13:02.635Z | Downloaded chrono v0.4.39 |
1048 | 2025-02-25T01:13:02.642Z | Downloaded spin v0.9.8 |
1049 | 2025-02-25T01:13:02.645Z | Downloaded smallvec v1.14.0 |
1050 | 2025-02-25T01:13:02.647Z | Downloaded static_assertions v1.1.0 |
1051 | 2025-02-25T01:13:02.648Z | Downloaded ssh-cipher v0.2.0 |
1052 | 2025-02-25T01:13:02.650Z | Downloaded signal-hook v0.3.17 |
1053 | 2025-02-25T01:13:02.653Z | Downloaded zopfli v0.8.1 |
1054 | 2025-02-25T01:13:02.656Z | Downloaded zip v0.6.6 |
1055 | 2025-02-25T01:13:02.658Z | Downloaded rusqlite v0.32.1 |
1056 | 2025-02-25T01:13:02.663Z | Downloaded oso-derive v0.27.3 |
1057 | 2025-02-25T01:13:02.666Z | Downloaded tokio-postgres v0.7.12 |
1058 | 2025-02-25T01:13:02.669Z | Downloaded num-bigint-dig v0.8.4 |
1059 | 2025-02-25T01:13:02.673Z | Downloaded ring v0.17.11 |
1060 | 2025-02-25T01:13:02.713Z | Downloaded tracing v0.1.40 |
1061 | 2025-02-25T01:13:02.716Z | Downloaded samael v0.0.18 |
1062 | 2025-02-25T01:13:02.724Z | Downloaded parking_lot_core v0.9.10 |
1063 | 2025-02-25T01:13:02.726Z | Downloaded tiny-keccak v2.0.2 |
1064 | 2025-02-25T01:13:02.726Z | Downloaded rand v0.8.5 |
1065 | 2025-02-25T01:13:02.729Z | Downloaded foldhash v0.1.3 |
1066 | 2025-02-25T01:13:02.732Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1067 | 2025-02-25T01:13:02.785Z | Downloaded hyper v1.5.2 |
1068 | 2025-02-25T01:13:02.790Z | Downloaded slog-scope v4.4.0 |
1069 | 2025-02-25T01:13:02.794Z | Downloaded unicode_categories v0.1.1 |
1070 | 2025-02-25T01:13:02.798Z | Downloaded difflib v0.4.0 |
1071 | 2025-02-25T01:13:02.798Z | Downloaded pin-project v1.1.6 |
1072 | 2025-02-25T01:13:02.804Z | Downloaded crossterm v0.28.1 |
1073 | 2025-02-25T01:13:02.811Z | Downloaded itertools v0.13.0 |
1074 | 2025-02-25T01:13:02.818Z | Downloaded globset v0.4.15 |
1075 | 2025-02-25T01:13:02.820Z | Downloaded termcolor v1.4.1 |
1076 | 2025-02-25T01:13:02.821Z | Downloaded sync-ptr v0.1.1 |
1077 | 2025-02-25T01:13:02.825Z | Downloaded rpassword v7.3.1 |
1078 | 2025-02-25T01:13:02.825Z | Downloaded walkdir v2.5.0 |
1079 | 2025-02-25T01:13:02.825Z | Downloaded expectorate v1.1.0 |
1080 | 2025-02-25T01:13:02.828Z | Downloaded form_urlencoded v1.2.1 |
1081 | 2025-02-25T01:13:02.829Z | Downloaded tokio-util v0.7.12 |
1082 | 2025-02-25T01:13:02.835Z | Downloaded reedline v0.35.0 |
1083 | 2025-02-25T01:13:02.840Z | Downloaded libm v0.2.8 |
1084 | 2025-02-25T01:13:02.846Z | Downloaded unicode-bidi v0.3.17 |
1085 | 2025-02-25T01:13:02.852Z | Downloaded tungstenite v0.21.0 |
1086 | 2025-02-25T01:13:02.855Z | Downloaded tar v0.4.44 |
1087 | 2025-02-25T01:13:02.856Z | Downloaded dsl_auto_type v0.1.2 |
1088 | 2025-02-25T01:13:02.856Z | Downloaded ssh-key v0.6.6 |
1089 | 2025-02-25T01:13:02.862Z | Downloaded embedded-io v0.6.1 |
1090 | 2025-02-25T01:13:02.865Z | Downloaded tinyvec v1.8.0 |
1091 | 2025-02-25T01:13:02.868Z | Downloaded libxml v0.3.3 |
1092 | 2025-02-25T01:13:02.872Z | Downloaded itertools v0.10.5 |
1093 | 2025-02-25T01:13:02.879Z | Downloaded aes-gcm v0.10.3 |
1094 | 2025-02-25T01:13:02.883Z | Downloaded yoke v0.7.4 |
1095 | 2025-02-25T01:13:02.885Z | Downloaded term v0.7.0 |
1096 | 2025-02-25T01:13:02.888Z | Downloaded pkcs5 v0.7.1 |
1097 | 2025-02-25T01:13:02.891Z | Downloaded vte v0.11.1 |
1098 | 2025-02-25T01:13:02.895Z | Downloaded funty v2.0.0 |
1099 | 2025-02-25T01:13:02.895Z | Downloaded rustls-pemfile v2.2.0 |
1100 | 2025-02-25T01:13:02.898Z | Downloaded shlex v1.3.0 |
1101 | 2025-02-25T01:13:02.898Z | Downloaded universal-hash v0.5.1 |
1102 | 2025-02-25T01:13:02.898Z | Downloaded unicode-xid v0.2.6 |
1103 | 2025-02-25T01:13:02.898Z | Downloaded wyz v0.5.1 |
1104 | 2025-02-25T01:13:02.901Z | Downloaded icu_collections v1.5.0 |
1105 | 2025-02-25T01:13:02.904Z | Downloaded hickory-server v0.24.3 |
1106 | 2025-02-25T01:13:02.910Z | Downloaded pin-project-lite v0.2.14 |
1107 | 2025-02-25T01:13:02.914Z | Downloaded typify v0.2.0 |
1108 | 2025-02-25T01:13:02.917Z | Downloaded bumpalo v3.16.0 |
1109 | 2025-02-25T01:13:02.920Z | Downloaded unicase v2.7.0 |
1110 | 2025-02-25T01:13:02.922Z | Downloaded tokio-stream v0.1.17 |
1111 | 2025-02-25T01:13:02.925Z | Downloaded sct v0.7.1 |
1112 | 2025-02-25T01:13:02.928Z | Downloaded tap v1.0.1 |
1113 | 2025-02-25T01:13:02.931Z | Downloaded tabwriter v1.4.0 |
1114 | 2025-02-25T01:13:02.931Z | Downloaded rustc-demangle v0.1.24 |
1115 | 2025-02-25T01:13:02.934Z | Downloaded parking_lot v0.11.2 |
1116 | 2025-02-25T01:13:02.938Z | Downloaded env_logger v0.11.5 |
1117 | 2025-02-25T01:13:02.940Z | Downloaded strum_macros v0.24.3 |
1118 | 2025-02-25T01:13:02.940Z | Downloaded smallvec v0.6.14 |
1119 | 2025-02-25T01:13:02.940Z | Downloaded shell-words v1.1.0 |
1120 | 2025-02-25T01:13:02.943Z | Downloaded pem-rfc7468 v0.7.0 |
1121 | 2025-02-25T01:13:02.943Z | Downloaded vsss-rs v3.3.4 |
1122 | 2025-02-25T01:13:02.946Z | Downloaded displaydoc v0.2.5 |
1123 | 2025-02-25T01:13:02.948Z | Downloaded progenitor v0.9.1 |
1124 | 2025-02-25T01:13:02.951Z | Downloaded uuid v1.12.0 |
1125 | 2025-02-25T01:13:02.953Z | Downloaded heapless v0.8.0 |
1126 | 2025-02-25T01:13:02.956Z | Downloaded rustc-hash v1.1.0 |
1127 | 2025-02-25T01:13:02.958Z | Downloaded schemars v0.8.21 |
1128 | 2025-02-25T01:13:02.967Z | Downloaded rayon-core v1.12.1 |
1129 | 2025-02-25T01:13:02.970Z | Downloaded icu_normalizer_data v1.5.0 |
1130 | 2025-02-25T01:13:02.973Z | Downloaded headers v0.4.0 |
1131 | 2025-02-25T01:13:02.977Z | Downloaded base64 v0.13.1 |
1132 | 2025-02-25T01:13:02.979Z | Downloaded rustc-hash v2.1.1 |
1133 | 2025-02-25T01:13:02.982Z | Downloaded rand_seeder v0.3.0 |
1134 | 2025-02-25T01:13:02.982Z | Downloaded derive_builder_core v0.20.2 |
1135 | 2025-02-25T01:13:02.985Z | Downloaded slog v2.7.0 |
1136 | 2025-02-25T01:13:02.988Z | Downloaded powerfmt v0.2.0 |
1137 | 2025-02-25T01:13:02.988Z | Downloaded data-encoding v2.6.0 |
1138 | 2025-02-25T01:13:02.990Z | Downloaded ghash v0.5.1 |
1139 | 2025-02-25T01:13:02.990Z | Downloaded document-features v0.2.10 |
1140 | 2025-02-25T01:13:02.990Z | Downloaded dirs-sys-next v0.1.2 |
1141 | 2025-02-25T01:13:02.993Z | Downloaded dirs-next v2.0.0 |
1142 | 2025-02-25T01:13:02.993Z | Downloaded bytes v1.9.0 |
1143 | 2025-02-25T01:13:02.996Z | Downloaded backtrace v0.3.74 |
1144 | 2025-02-25T01:13:03.000Z | Downloaded fragile v2.0.0 |
1145 | 2025-02-25T01:13:03.003Z | Downloaded icu_locid v1.5.0 |
1146 | 2025-02-25T01:13:03.006Z | Downloaded ciborium v0.2.2 |
1147 | 2025-02-25T01:13:03.009Z | Downloaded base64 v0.22.1 |
1148 | 2025-02-25T01:13:03.012Z | Downloaded zerofrom-derive v0.1.4 |
1149 | 2025-02-25T01:13:03.015Z | Downloaded strum_macros v0.26.4 |
1150 | 2025-02-25T01:13:03.015Z | Downloaded hyper-rustls v0.27.3 |
1151 | 2025-02-25T01:13:03.018Z | Downloaded httparse v1.9.5 |
1152 | 2025-02-25T01:13:03.021Z | Downloaded litrs v0.4.1 |
1153 | 2025-02-25T01:13:03.024Z | Downloaded compact_str v0.8.0 |
1154 | 2025-02-25T01:13:03.026Z | Downloaded clang-sys v1.8.1 |
1155 | 2025-02-25T01:13:03.029Z | Downloaded chacha20poly1305 v0.10.1 |
1156 | 2025-02-25T01:13:03.032Z | Downloaded newline-converter v0.3.0 |
1157 | 2025-02-25T01:13:03.032Z | Downloaded typify-macro v0.3.0 |
1158 | 2025-02-25T01:13:03.032Z | Downloaded typify-macro v0.2.0 |
1159 | 2025-02-25T01:13:03.032Z | Downloaded allocator-api2 v0.2.18 |
1160 | 2025-02-25T01:13:03.035Z | Downloaded stable_deref_trait v1.2.0 |
1161 | 2025-02-25T01:13:03.037Z | Downloaded ssh-encoding v0.2.0 |
1162 | 2025-02-25T01:13:03.037Z | Downloaded slog-async v2.8.0 |
1163 | 2025-02-25T01:13:03.040Z | Downloaded simd-adler32 v0.3.7 |
1164 | 2025-02-25T01:13:03.042Z | Downloaded rfc6979 v0.4.0 |
1165 | 2025-02-25T01:13:03.042Z | Downloaded icu_provider v1.5.0 |
1166 | 2025-02-25T01:13:03.045Z | Downloaded icu_normalizer v1.5.0 |
1167 | 2025-02-25T01:13:03.047Z | Downloaded cancel-safe-futures v0.1.5 |
1168 | 2025-02-25T01:13:03.050Z | Downloaded argon2 v0.5.3 |
1169 | 2025-02-25T01:13:03.053Z | Downloaded crc v3.2.1 |
1170 | 2025-02-25T01:13:03.055Z | Downloaded signal-hook-mio v0.2.4 |
1171 | 2025-02-25T01:13:03.056Z | Downloaded rtoolbox v0.0.2 |
1172 | 2025-02-25T01:13:03.058Z | Downloaded bzip2 v0.4.4 |
1173 | 2025-02-25T01:13:03.058Z | Downloaded backoff v0.4.0 |
1174 | 2025-02-25T01:13:03.061Z | Downloaded derive_builder_macro v0.20.2 |
1175 | 2025-02-25T01:13:03.061Z | Downloaded zone_cfg_derive v0.1.2 |
1176 | 2025-02-25T01:13:03.061Z | Downloaded zerofrom v0.1.4 |
1177 | 2025-02-25T01:13:03.064Z | Downloaded yoke-derive v0.7.4 |
1178 | 2025-02-25T01:13:03.064Z | Downloaded want v0.3.1 |
1179 | 2025-02-25T01:13:03.064Z | Downloaded semver v0.1.20 |
1180 | 2025-02-25T01:13:03.064Z | Downloaded array-init v0.0.4 |
1181 | 2025-02-25T01:13:03.066Z | Downloaded arc-swap v1.7.1 |
1182 | 2025-02-25T01:13:03.069Z | Downloaded crc-any v2.5.0 |
1183 | 2025-02-25T01:13:03.071Z | Downloaded chrono-tz-build v0.4.0 |
1184 | 2025-02-25T01:13:03.071Z | Downloaded castaway v0.2.3 |
1185 | 2025-02-25T01:13:03.074Z | Downloaded buf-list v1.0.3 |
1186 | 2025-02-25T01:13:03.074Z | Downloaded blake2 v0.10.6 |
1187 | 2025-02-25T01:13:03.078Z | Downloaded const-oid v0.9.6 |
1188 | 2025-02-25T01:13:03.080Z | Downloaded humantime v2.1.0 |
1189 | 2025-02-25T01:13:03.080Z | Downloaded blowfish v0.9.1 |
1190 | 2025-02-25T01:13:03.083Z | Downloaded keccak v0.1.5 |
1191 | 2025-02-25T01:13:03.083Z | Downloaded ipnetwork v0.21.1 |
1192 | 2025-02-25T01:13:03.085Z | Downloaded lazycell v1.3.0 |
1193 | 2025-02-25T01:13:03.085Z | Downloaded colored v2.1.0 |
1194 | 2025-02-25T01:13:03.088Z | Downloaded hubpack v0.1.2 |
1195 | 2025-02-25T01:13:03.088Z | Downloaded bcrypt-pbkdf v0.10.0 |
1196 | 2025-02-25T01:13:03.092Z | Downloaded async-trait v0.1.86 |
1197 | 2025-02-25T01:13:03.095Z | Downloaded indoc v2.0.5 |
1198 | 2025-02-25T01:13:03.095Z | Downloaded atomic-waker v1.1.2 |
1199 | 2025-02-25T01:13:03.098Z | Downloaded libsw v3.3.1 |
1200 | 2025-02-25T01:13:03.100Z | Downloaded instability v0.3.2 |
1201 | 2025-02-25T01:13:03.100Z | Downloaded idna_adapter v1.2.0 |
1202 | 2025-02-25T01:13:03.100Z | Downloaded httpdate v1.0.3 |
1203 | 2025-02-25T01:13:03.103Z | Downloaded indent_write v2.2.0 |
1204 | 2025-02-25T01:13:03.103Z | Downloaded base64ct v1.6.0 |
1205 | 2025-02-25T01:13:03.105Z | Downloaded is-terminal v0.4.13 |
1206 | 2025-02-25T01:13:03.105Z | Downloaded icu_provider_macros v1.5.0 |
1207 | 2025-02-25T01:13:03.108Z | Downloaded async-stream-impl v0.3.6 |
1208 | 2025-02-25T01:13:03.108Z | Downloaded arrayvec v0.7.6 |
1209 | 2025-02-25T01:13:03.112Z | Downloaded home v0.5.9 |
1210 | 2025-02-25T01:13:03.112Z | Downloaded aead v0.5.2 |
1211 | 2025-02-25T01:13:03.191Z | Downloaded libsqlite3-sys v0.30.1 |
1212 | 2025-02-25T01:13:03.400Z | Downloaded aws-lc-sys v0.22.0 |
1213 | 2025-02-25T01:13:03.709Z | Compiling serde v1.0.218 |
1214 | 2025-02-25T01:13:03.712Z | Compiling value-bag v1.9.0 |
1215 | 2025-02-25T01:13:03.712Z | Compiling lock_api v0.4.12 |
1216 | 2025-02-25T01:13:03.712Z | Compiling scopeguard v1.2.0 |
1217 | 2025-02-25T01:13:03.712Z | Compiling typenum v1.17.0 |
1218 | 2025-02-25T01:13:03.712Z | Compiling generic-array v0.14.7 |
1219 | 2025-02-25T01:13:03.923Z | Compiling syn v2.0.96 |
1220 | 2025-02-25T01:13:03.940Z | Compiling getrandom v0.2.15 |
1221 | 2025-02-25T01:13:04.078Z | Compiling subtle v2.6.1 |
1222 | 2025-02-25T01:13:04.210Z | Compiling rand_core v0.6.4 |
1223 | 2025-02-25T01:13:04.360Z | Compiling log v0.4.22 |
1224 | 2025-02-25T01:13:04.432Z | Compiling shlex v1.3.0 |
1225 | 2025-02-25T01:13:04.450Z | Compiling jobserver v0.1.32 |
1226 | 2025-02-25T01:13:04.489Z | Compiling smallvec v1.14.0 |
1227 | 2025-02-25T01:13:04.747Z | Compiling const-oid v0.9.6 |
1228 | 2025-02-25T01:13:04.822Z | Compiling pin-project-lite v0.2.14 |
1229 | 2025-02-25T01:13:04.888Z | Compiling cc v1.2.15 |
1230 | 2025-02-25T01:13:04.913Z | Compiling rustix v0.38.37 |
1231 | 2025-02-25T01:13:04.996Z | Compiling parking_lot_core v0.9.10 |
1232 | 2025-02-25T01:13:05.149Z | Compiling futures-core v0.3.31 |
1233 | 2025-02-25T01:13:05.284Z | Compiling spin v0.9.8 |
1234 | 2025-02-25T01:13:05.377Z | Compiling signal-hook-registry v1.4.2 |
1235 | 2025-02-25T01:13:05.658Z | Compiling mio v1.0.2 |
1236 | 2025-02-25T01:13:05.776Z | Compiling parking_lot v0.12.3 |
1237 | 2025-02-25T01:13:05.984Z | Compiling either v1.13.0 |
1238 | 2025-02-25T01:13:06.018Z | Compiling aho-corasick v1.1.3 |
1239 | 2025-02-25T01:13:06.161Z | Compiling regex-syntax v0.8.5 |
1240 | 2025-02-25T01:13:06.391Z | Compiling cpufeatures v0.2.14 |
1241 | 2025-02-25T01:13:06.504Z | Compiling stable_deref_trait v1.2.0 |
1242 | 2025-02-25T01:13:06.550Z | Compiling futures-sink v0.3.31 |
1243 | 2025-02-25T01:13:06.626Z | Compiling socket2 v0.5.8 |
1244 | 2025-02-25T01:13:06.670Z | Compiling slab v0.4.9 |
1245 | 2025-02-25T01:13:06.706Z | Compiling glob v0.3.2 |
1246 | 2025-02-25T01:13:06.764Z | Compiling prettyplease v0.2.29 |
1247 | 2025-02-25T01:13:07.128Z | Compiling lazy_static v1.5.0 |
1248 | 2025-02-25T01:13:07.252Z | Compiling serde_json v1.0.139 |
1249 | 2025-02-25T01:13:07.404Z | Compiling minimal-lexical v0.2.1 |
1250 | 2025-02-25T01:13:07.528Z | Compiling clang-sys v1.8.1 |
1251 | 2025-02-25T01:13:07.559Z | Compiling futures-channel v0.3.31 |
1252 | 2025-02-25T01:13:07.691Z | Compiling libloading v0.8.5 |
1253 | 2025-02-25T01:13:07.936Z | Compiling nom v7.1.3 |
1254 | 2025-02-25T01:13:07.976Z | Compiling futures-io v0.3.31 |
1255 | 2025-02-25T01:13:08.080Z | Compiling bindgen v0.69.5 |
1256 | 2025-02-25T01:13:08.265Z | Compiling pin-utils v0.1.0 |
1257 | 2025-02-25T01:13:08.292Z | Compiling futures-task v0.3.31 |
1258 | 2025-02-25T01:13:08.373Z | Compiling home v0.5.9 |
1259 | 2025-02-25T01:13:08.623Z | Compiling itertools v0.12.1 |
1260 | 2025-02-25T01:13:08.787Z | Compiling allocator-api2 v0.2.18 |
1261 | 2025-02-25T01:13:08.936Z | Compiling libm v0.2.8 |
1262 | 2025-02-25T01:13:09.281Z | Compiling lazycell v1.3.0 |
1263 | 2025-02-25T01:13:09.461Z | Compiling foldhash v0.1.3 |
1264 | 2025-02-25T01:13:09.583Z | Compiling rustc-hash v1.1.0 |
1265 | 2025-02-25T01:13:09.744Z | Compiling hashbrown v0.15.1 |
1266 | 2025-02-25T01:13:09.795Z | Compiling regex-automata v0.4.8 |
1267 | 2025-02-25T01:13:10.555Z | Compiling cmake v0.1.51 |
1268 | 2025-02-25T01:13:10.926Z | Compiling num-traits v0.2.19 |
1269 | 2025-02-25T01:13:11.243Z | Compiling synstructure v0.13.1 |
1270 | 2025-02-25T01:13:11.345Z | Compiling cexpr v0.6.0 |
1271 | 2025-02-25T01:13:11.462Z | Compiling pkg-config v0.3.31 |
1272 | 2025-02-25T01:13:12.123Z | Compiling fs_extra v1.3.0 |
1273 | 2025-02-25T01:13:12.651Z | Compiling dunce v1.0.5 |
1274 | 2025-02-25T01:13:12.797Z | Compiling writeable v0.5.5 |
1275 | 2025-02-25T01:13:12.916Z | Compiling litemap v0.7.3 |
1276 | 2025-02-25T01:13:12.941Z | Compiling ring v0.17.11 |
1277 | 2025-02-25T01:13:13.291Z | Compiling base64ct v1.6.0 |
1278 | 2025-02-25T01:13:13.339Z | Compiling paste v1.0.15 |
1279 | 2025-02-25T01:13:13.949Z | Compiling pem-rfc7468 v0.7.0 |
1280 | 2025-02-25T01:13:14.091Z | Compiling aws-lc-rs v1.10.0 |
1281 | 2025-02-25T01:13:14.129Z | Compiling httparse v1.9.5 |
1282 | 2025-02-25T01:13:14.508Z | Compiling icu_locid_transform_data v1.5.0 |
1283 | 2025-02-25T01:13:14.556Z | Compiling flagset v0.4.6 |
1284 | 2025-02-25T01:13:14.749Z | Compiling tracing-core v0.1.32 |
1285 | 2025-02-25T01:13:14.854Z | Compiling icu_properties_data v1.5.0 |
1286 | 2025-02-25T01:13:15.078Z | Compiling rustls-pki-types v1.10.0 |
1287 | 2025-02-25T01:13:15.486Z | Compiling regex v1.11.1 |
1288 | 2025-02-25T01:13:15.588Z | Compiling percent-encoding v2.3.1 |
1289 | 2025-02-25T01:13:15.881Z | Compiling crossbeam-utils v0.8.20 |
1290 | 2025-02-25T01:13:15.923Z | Compiling powerfmt v0.2.0 |
1291 | 2025-02-25T01:13:16.091Z | Compiling serde_derive v1.0.218 |
1292 | 2025-02-25T01:13:16.302Z | Compiling zeroize_derive v1.4.2 |
1293 | 2025-02-25T01:13:16.381Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2025-02-25T01:13:16.406Z | Compiling tokio-macros v2.5.0 |
1295 | 2025-02-25T01:13:16.514Z | Compiling zerofrom-derive v0.1.4 |
1296 | 2025-02-25T01:13:17.692Z | Compiling zeroize v1.8.1 |
1297 | 2025-02-25T01:13:17.887Z | Compiling yoke-derive v0.7.4 |
1298 | 2025-02-25T01:13:18.322Z | Compiling zerocopy v0.7.35 |
1299 | 2025-02-25T01:13:18.756Z | Compiling thiserror-impl v1.0.69 |
1300 | 2025-02-25T01:13:19.266Z | Compiling crypto-common v0.1.6 |
1301 | 2025-02-25T01:13:19.487Z | Compiling block-buffer v0.10.4 |
1302 | 2025-02-25T01:13:19.601Z | Compiling futures-macro v0.3.31 |
1303 | 2025-02-25T01:13:19.635Z | Compiling zerovec-derive v0.10.3 |
1304 | 2025-02-25T01:13:19.757Z | Compiling digest v0.10.7 |
1305 | 2025-02-25T01:13:19.849Z | Compiling zerofrom v0.1.4 |
1306 | 2025-02-25T01:13:20.062Z | Compiling displaydoc v0.2.5 |
1307 | 2025-02-25T01:13:20.150Z | Compiling hmac v0.12.1 |
1308 | 2025-02-25T01:13:20.193Z | Compiling block-padding v0.3.3 |
1309 | 2025-02-25T01:13:20.390Z | Compiling ppv-lite86 v0.2.20 |
1310 | 2025-02-25T01:13:20.459Z | Compiling inout v0.1.3 |
1311 | 2025-02-25T01:13:20.479Z | Compiling yoke v0.7.4 |
1312 | 2025-02-25T01:13:20.736Z | Compiling cipher v0.4.4 |
1313 | 2025-02-25T01:13:20.853Z | Compiling sha2 v0.10.8 |
1314 | 2025-02-25T01:13:21.159Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2025-02-25T01:13:21.250Z | Compiling der_derive v0.7.3 |
1316 | 2025-02-25T01:13:21.387Z | Compiling futures-util v0.3.31 |
1317 | 2025-02-25T01:13:21.591Z | Compiling tracing-attributes v0.1.27 |
1318 | 2025-02-25T01:13:21.612Z | Compiling thiserror v1.0.69 |
1319 | 2025-02-25T01:13:21.762Z | Compiling pest v2.7.14 |
1320 | 2025-02-25T01:13:22.049Z | Compiling zerovec v0.10.4 |
1321 | 2025-02-25T01:13:22.188Z | Compiling salsa20 v0.10.2 |
1322 | 2025-02-25T01:13:22.426Z | Compiling pbkdf2 v0.12.2 |
1323 | 2025-02-25T01:13:22.675Z | Compiling time-core v0.1.2 |
1324 | 2025-02-25T01:13:22.867Z | Compiling vcpkg v0.2.15 |
1325 | 2025-02-25T01:13:23.504Z | Compiling der v0.7.9 |
1326 | 2025-02-25T01:13:24.107Z | Compiling tinystr v0.7.6 |
1327 | 2025-02-25T01:13:24.470Z | Compiling icu_locid v1.5.0 |
1328 | 2025-02-25T01:13:24.509Z | Compiling icu_collections v1.5.0 |
1329 | 2025-02-25T01:13:24.531Z | Compiling icu_normalizer_data v1.5.0 |
1330 | 2025-02-25T01:13:24.646Z | Compiling num-conv v0.1.0 |
1331 | 2025-02-25T01:13:24.705Z | Compiling tracing v0.1.40 |
1332 | 2025-02-25T01:13:24.835Z | Compiling write16 v1.0.0 |
1333 | 2025-02-25T01:13:24.936Z | Compiling utf8_iter v1.0.4 |
1334 | 2025-02-25T01:13:24.963Z | Compiling utf16_iter v1.0.5 |
1335 | 2025-02-25T01:13:25.180Z | Compiling mirai-annotations v1.12.0 |
1336 | 2025-02-25T01:13:25.196Z | Compiling untrusted v0.7.1 |
1337 | 2025-02-25T01:13:25.214Z | Compiling untrusted v0.9.0 |
1338 | 2025-02-25T01:13:25.388Z | Compiling spki v0.7.3 |
1339 | 2025-02-25T01:13:25.412Z | Compiling time-macros v0.2.18 |
1340 | 2025-02-25T01:13:25.946Z | Compiling icu_provider v1.5.0 |
1341 | 2025-02-25T01:13:25.951Z | Compiling openssl-sys v0.9.106 |
1342 | 2025-02-25T01:13:26.370Z | Compiling pest_meta v2.7.14 |
1343 | 2025-02-25T01:13:26.399Z | Compiling icu_locid_transform v1.5.0 |
1344 | 2025-02-25T01:13:26.688Z | Compiling scrypt v0.11.0 |
1345 | 2025-02-25T01:13:26.810Z | Compiling cbc v0.1.2 |
1346 | 2025-02-25T01:13:27.043Z | Compiling aes v0.8.4 |
1347 | 2025-02-25T01:13:27.185Z | Compiling rand_chacha v0.3.1 |
1348 | 2025-02-25T01:13:27.803Z | Compiling icu_properties v1.5.1 |
1349 | 2025-02-25T01:13:28.468Z | Compiling bitflags v2.6.0 |
1350 | 2025-02-25T01:13:28.663Z | Compiling bytes v1.9.0 |
1351 | 2025-02-25T01:13:29.518Z | Compiling tokio v1.43.0 |
1352 | 2025-02-25T01:13:29.644Z | Compiling semver v1.0.25 |
1353 | 2025-02-25T01:13:29.791Z | Compiling indexmap v2.7.1 |
1354 | 2025-02-25T01:13:29.811Z | Compiling http v1.2.0 |
1355 | 2025-02-25T01:13:30.348Z | Compiling rustc_version v0.4.1 |
1356 | 2025-02-25T01:13:30.474Z | Compiling deranged v0.3.11 |
1357 | 2025-02-25T01:13:31.035Z | Compiling scroll_derive v0.12.0 |
1358 | 2025-02-25T01:13:31.097Z | Compiling atomic-waker v1.1.2 |
1359 | 2025-02-25T01:13:31.301Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2025-02-25T01:13:31.411Z | Compiling icu_normalizer v1.5.0 |
1361 | 2025-02-25T01:13:31.646Z | Compiling num_threads v0.1.7 |
1362 | 2025-02-25T01:13:31.785Z | Compiling tinyvec v1.8.0 |
1363 | 2025-02-25T01:13:31.885Z | Compiling time v0.3.36 |
1364 | 2025-02-25T01:13:31.948Z | Compiling http-body v1.0.1 |
1365 | 2025-02-25T01:13:32.189Z | Compiling pkcs5 v0.7.1 |
1366 | 2025-02-25T01:13:32.299Z | Compiling which v4.4.2 |
1367 | 2025-02-25T01:13:32.451Z | Compiling scroll v0.12.0 |
1368 | 2025-02-25T01:13:32.998Z | Compiling idna_adapter v1.2.0 |
1369 | 2025-02-25T01:13:33.192Z | Compiling pest_generator v2.7.14 |
1370 | 2025-02-25T01:13:33.220Z | Compiling rand v0.8.5 |
1371 | 2025-02-25T01:13:33.289Z | Compiling form_urlencoded v1.2.1 |
1372 | 2025-02-25T01:13:33.305Z | Compiling try-lock v0.2.5 |
1373 | 2025-02-25T01:13:33.438Z | Compiling getrandom v0.3.1 |
1374 | 2025-02-25T01:13:33.459Z | Compiling slog v2.7.0 |
1375 | 2025-02-25T01:13:33.583Z | Compiling zerocopy v0.8.10 |
1376 | 2025-02-25T01:13:33.954Z | Compiling goblin v0.8.2 |
1377 | 2025-02-25T01:13:34.173Z | Compiling want v0.3.1 |
1378 | 2025-02-25T01:13:34.453Z | Compiling idna v1.0.3 |
1379 | 2025-02-25T01:13:34.456Z | Compiling pkcs8 v0.10.2 |
1380 | 2025-02-25T01:13:34.891Z | Compiling pest_derive v2.7.14 |
1381 | 2025-02-25T01:13:35.086Z | Compiling uuid v1.12.0 |
1382 | 2025-02-25T01:13:35.244Z | Compiling zerocopy-derive v0.8.10 |
1383 | 2025-02-25T01:13:35.712Z | Compiling tower-service v0.3.3 |
1384 | 2025-02-25T01:13:35.859Z | Compiling httpdate v1.0.3 |
1385 | 2025-02-25T01:13:35.984Z | Compiling iana-time-zone v0.1.61 |
1386 | 2025-02-25T01:13:36.295Z | Compiling chrono v0.4.39 |
1387 | 2025-02-25T01:13:36.350Z | Compiling dtrace-parser v0.2.0 |
1388 | 2025-02-25T01:13:37.013Z | Compiling serde_spanned v0.6.8 |
1389 | 2025-02-25T01:13:37.078Z | Compiling toml_datetime v0.6.8 |
1390 | 2025-02-25T01:13:37.250Z | Compiling serde_tokenstream v0.2.2 |
1391 | 2025-02-25T01:13:37.552Z | Compiling tokio-util v0.7.12 |
1392 | 2025-02-25T01:13:37.858Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2025-02-25T01:13:37.995Z | Compiling base64 v0.22.1 |
1394 | 2025-02-25T01:13:38.121Z | Compiling rustversion v1.0.17 |
1395 | 2025-02-25T01:13:38.683Z | Compiling h2 v0.4.6 |
1396 | 2025-02-25T01:13:38.763Z | Compiling openssl v0.10.71 |
1397 | 2025-02-25T01:13:38.792Z | Compiling adler2 v2.0.0 |
1398 | 2025-02-25T01:13:39.007Z | Compiling match_cfg v0.1.0 |
1399 | 2025-02-25T01:13:39.112Z | Compiling hostname v0.3.1 |
1400 | 2025-02-25T01:13:39.224Z | Compiling miniz_oxide v0.8.0 |
1401 | 2025-02-25T01:13:39.403Z | Compiling foreign-types v0.3.2 |
1402 | 2025-02-25T01:13:39.510Z | Compiling url v2.5.3 |
1403 | 2025-02-25T01:13:40.591Z | Compiling dof v0.3.0 |
1404 | 2025-02-25T01:13:40.777Z | Compiling async-trait v0.1.86 |
1405 | 2025-02-25T01:13:41.000Z | Compiling rand_core v0.9.2 |
1406 | 2025-02-25T01:13:41.227Z | Compiling openssl-macros v0.1.1 |
1407 | 2025-02-25T01:13:41.436Z | Compiling usdt-impl v0.5.0 |
1408 | 2025-02-25T01:13:42.001Z | Compiling serde_derive_internals v0.29.1 |
1409 | 2025-02-25T01:13:42.397Z | Compiling dirs-sys-next v0.1.2 |
1410 | 2025-02-25T01:13:42.428Z | Compiling rustls v0.23.19 |
1411 | 2025-02-25T01:13:42.769Z | Compiling rustls v0.22.4 |
1412 | 2025-02-25T01:13:42.800Z | Compiling syn v1.0.109 |
1413 | 2025-02-25T01:13:42.934Z | Compiling siphasher v0.3.11 |
1414 | 2025-02-25T01:13:42.936Z | Compiling schemars v0.8.21 |
1415 | 2025-02-25T01:13:43.056Z | Compiling data-encoding v2.6.0 |
1416 | 2025-02-25T01:13:43.092Z | Compiling native-tls v0.2.12 |
1417 | 2025-02-25T01:13:43.330Z | Compiling dirs-next v2.0.0 |
1418 | 2025-02-25T01:13:43.442Z | Compiling rand_chacha v0.9.0 |
1419 | 2025-02-25T01:13:43.526Z | Compiling unicode-normalization v0.1.24 |
1420 | 2025-02-25T01:13:44.187Z | Compiling schemars_derive v0.8.21 |
1421 | 2025-02-25T01:13:44.603Z | Compiling http-body-util v0.1.2 |
1422 | 2025-02-25T01:13:44.708Z | Compiling heapless v0.7.17 |
1423 | 2025-02-25T01:13:44.940Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2025-02-25T01:13:45.113Z | Compiling sha1 v0.10.6 |
1425 | 2025-02-25T01:13:45.146Z | Compiling signature v2.2.0 |
1426 | 2025-02-25T01:13:45.477Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1427 | 2025-02-25T01:13:45.498Z | Compiling thread_local v1.1.8 |
1428 | 2025-02-25T01:13:45.532Z | Compiling multer v3.1.0 |
1429 | 2025-02-25T01:13:45.599Z | Compiling hyper v1.5.2 |
1430 | 2025-02-25T01:13:45.826Z | Compiling cookie v0.18.1 |
1431 | 2025-02-25T01:13:45.940Z | Compiling encoding_rs v0.8.34 |
1432 | 2025-02-25T01:13:45.962Z | Compiling dyn-clone v1.0.18 |
1433 | 2025-02-25T01:13:46.133Z | Compiling unicode-properties v0.1.3 |
1434 | 2025-02-25T01:13:46.189Z | Compiling slog-async v2.8.0 |
1435 | 2025-02-25T01:13:46.515Z | Compiling gimli v0.31.1 |
1436 | 2025-02-25T01:13:46.752Z | Compiling ipnet v2.10.1 |
1437 | 2025-02-25T01:13:47.116Z | Compiling unicode-bidi v0.3.17 |
1438 | 2025-02-25T01:13:51.705Z | Compiling rayon-core v1.12.1 |
1439 | 2025-02-25T01:13:51.786Z | Compiling hyper-util v0.1.10 |
1440 | 2025-02-25T01:13:51.786Z | Compiling mime v0.3.17 |
1441 | 2025-02-25T01:13:51.786Z | Compiling signal-hook v0.3.17 |
1442 | 2025-02-25T01:13:51.786Z | Compiling openssl-probe v0.1.5 |
1443 | 2025-02-25T01:13:51.786Z | Compiling stringprep v0.1.5 |
1444 | 2025-02-25T01:13:51.786Z | Compiling toml_edit v0.22.22 |
1445 | 2025-02-25T01:13:51.786Z | Compiling crossbeam-deque v0.8.5 |
1446 | 2025-02-25T01:13:51.786Z | Compiling addr2line v0.24.2 |
1447 | 2025-02-25T01:13:51.786Z | Compiling rand v0.9.0 |
1448 | 2025-02-25T01:13:51.786Z | Compiling term v0.7.0 |
1449 | 2025-02-25T01:13:51.786Z | Compiling usdt-attr-macro v0.5.0 |
1450 | 2025-02-25T01:13:51.810Z | Compiling usdt-macro v0.5.0 |
1451 | 2025-02-25T01:13:52.202Z | Compiling slog-json v2.6.1 |
1452 | 2025-02-25T01:13:52.584Z | Compiling serde_urlencoded v0.7.1 |
1453 | 2025-02-25T01:13:52.605Z | Compiling curve25519-dalek v4.1.3 |
1454 | 2025-02-25T01:13:52.646Z | Compiling crossbeam-channel v0.5.13 |
1455 | 2025-02-25T01:13:52.848Z | Compiling futures-executor v0.3.31 |
1456 | 2025-02-25T01:13:53.074Z | Compiling enum-as-inner v0.6.1 |
1457 | 2025-02-25T01:13:53.111Z | Compiling md-5 v0.10.6 |
1458 | 2025-02-25T01:13:53.277Z | Compiling async-stream-impl v0.3.6 |
1459 | 2025-02-25T01:13:53.350Z | Compiling rustls-pemfile v2.2.0 |
1460 | 2025-02-25T01:13:53.401Z | Compiling num-integer v0.1.46 |
1461 | 2025-02-25T01:13:53.648Z | Compiling hash32 v0.2.1 |
1462 | 2025-02-25T01:13:53.683Z | Compiling ff v0.13.0 |
1463 | 2025-02-25T01:13:53.907Z | Compiling is-terminal v0.4.13 |
1464 | 2025-02-25T01:13:54.002Z | Compiling dropshot v0.12.0 |
1465 | 2025-02-25T01:13:54.040Z | Compiling object v0.36.5 |
1466 | 2025-02-25T01:13:54.104Z | Compiling memoffset v0.9.1 |
1467 | 2025-02-25T01:13:54.130Z | Compiling anyhow v1.0.96 |
1468 | 2025-02-25T01:13:54.326Z | Compiling linked-hash-map v0.5.6 |
1469 | 2025-02-25T01:13:54.441Z | Compiling take_mut v0.2.2 |
1470 | 2025-02-25T01:13:54.554Z | Compiling fallible-iterator v0.2.0 |
1471 | 2025-02-25T01:13:54.610Z | Compiling smoltcp v0.9.1 |
1472 | 2025-02-25T01:13:54.662Z | Compiling base16ct v0.2.0 |
1473 | 2025-02-25T01:13:54.746Z | Compiling litrs v0.4.1 |
1474 | 2025-02-25T01:13:54.986Z | Compiling psl-types v2.0.11 |
1475 | 2025-02-25T01:13:55.188Z | Compiling rustc-demangle v0.1.24 |
1476 | 2025-02-25T01:13:55.208Z | Compiling utf-8 v0.7.6 |
1477 | 2025-02-25T01:13:55.268Z | Compiling cfg_aliases v0.2.1 |
1478 | 2025-02-25T01:13:55.382Z | Compiling num-bigint-dig v0.8.4 |
1479 | 2025-02-25T01:13:55.521Z | Compiling portable-atomic v1.9.0 |
1480 | 2025-02-25T01:13:55.716Z | Compiling quick-error v1.2.3 |
1481 | 2025-02-25T01:13:55.864Z | Compiling document-features v0.2.10 |
1482 | 2025-02-25T01:13:55.885Z | Compiling resolv-conf v0.7.0 |
1483 | 2025-02-25T01:13:56.064Z | Compiling tungstenite v0.24.0 |
1484 | 2025-02-25T01:13:56.090Z | Compiling nix v0.29.0 |
1485 | 2025-02-25T01:13:56.607Z | Compiling publicsuffix v2.3.0 |
1486 | 2025-02-25T01:13:56.631Z | Compiling postgres-protocol v0.6.8 |
1487 | 2025-02-25T01:13:56.903Z | Compiling sec1 v0.7.3 |
1488 | 2025-02-25T01:13:57.029Z | Compiling lru-cache v0.1.2 |
1489 | 2025-02-25T01:13:57.336Z | Compiling async-stream v0.3.6 |
1490 | 2025-02-25T01:13:57.684Z | Compiling hickory-proto v0.24.3 |
1491 | 2025-02-25T01:13:57.706Z | Compiling slog-term v2.9.1 |
1492 | 2025-02-25T01:13:58.003Z | Compiling usdt v0.5.0 |
1493 | 2025-02-25T01:13:58.230Z | Compiling num-iter v0.1.45 |
1494 | 2025-02-25T01:13:58.430Z | Compiling group v0.13.0 |
1495 | 2025-02-25T01:13:58.596Z | Compiling futures v0.3.31 |
1496 | 2025-02-25T01:13:58.721Z | Compiling slog-bunyan v2.5.0 |
1497 | 2025-02-25T01:13:58.751Z | Compiling toml v0.8.19 |
1498 | 2025-02-25T01:13:59.873Z | Compiling camino v1.1.9 |
1499 | 2025-02-25T01:13:59.902Z | Compiling tokio-native-tls v0.3.1 |
1500 | 2025-02-25T01:14:00.189Z | Compiling phf_shared v0.11.2 |
1501 | 2025-02-25T01:14:00.378Z | Compiling dropshot_endpoint v0.12.0 |
1502 | 2025-02-25T01:14:00.561Z | Compiling backtrace v0.3.74 |
1503 | 2025-02-25T01:14:00.718Z | Compiling terminal_size v0.4.0 |
1504 | 2025-02-25T01:14:00.949Z | Compiling waitgroup v0.1.2 |
1505 | 2025-02-25T01:14:00.973Z | Compiling openapiv3 v2.0.0 |
1506 | 2025-02-25T01:14:01.037Z | Compiling serde_path_to_error v0.1.16 |
1507 | 2025-02-25T01:14:01.146Z | Compiling hkdf v0.12.4 |
1508 | 2025-02-25T01:14:01.447Z | Compiling crypto-bigint v0.5.5 |
1509 | 2025-02-25T01:14:01.791Z | Compiling zerocopy-derive v0.6.6 |
1510 | 2025-02-25T01:14:03.215Z | Compiling hubpack_derive v0.1.1 |
1511 | 2025-02-25T01:14:03.409Z | Compiling curve25519-dalek-derive v0.1.1 |
1512 | 2025-02-25T01:14:03.747Z | Compiling webpki-roots v0.26.6 |
1513 | 2025-02-25T01:14:03.970Z | Compiling sync_wrapper v1.0.1 |
1514 | 2025-02-25T01:14:04.078Z | Compiling hostname v0.4.0 |
1515 | 2025-02-25T01:14:04.129Z | Compiling ahash v0.8.11 |
1516 | 2025-02-25T01:14:04.300Z | Compiling fs-err v2.11.0 |
1517 | 2025-02-25T01:14:04.451Z | Compiling crc32fast v1.4.2 |
1518 | 2025-02-25T01:14:04.475Z | Compiling tower-layer v0.3.3 |
1519 | 2025-02-25T01:14:04.621Z | Compiling newtype-uuid v1.2.1 |
1520 | 2025-02-25T01:14:04.758Z | Compiling debug-ignore v1.0.5 |
1521 | 2025-02-25T01:14:04.780Z | Compiling bitflags v1.3.2 |
1522 | 2025-02-25T01:14:04.783Z | Compiling unicode-width v0.2.0 |
1523 | 2025-02-25T01:14:04.896Z | Compiling winnow v0.5.40 |
1524 | 2025-02-25T01:14:04.924Z | Compiling managed v0.8.0 |
1525 | 2025-02-25T01:14:04.928Z | Compiling clap_builder v4.5.30 |
1526 | 2025-02-25T01:14:04.994Z | Compiling strum_macros v0.25.3 |
1527 | 2025-02-25T01:14:05.345Z | Compiling console v0.15.10 |
1528 | 2025-02-25T01:14:06.617Z | Compiling tower v0.5.2 |
1529 | 2025-02-25T01:14:07.185Z | Compiling flate2 v1.0.35 |
1530 | 2025-02-25T01:14:07.500Z | Compiling elliptic-curve v0.13.8 |
1531 | 2025-02-25T01:14:07.525Z | Compiling hubpack v0.1.2 |
1532 | 2025-02-25T01:14:07.954Z | Compiling zerocopy v0.6.6 |
1533 | 2025-02-25T01:14:08.044Z | Compiling hickory-resolver v0.24.3 |
1534 | 2025-02-25T01:14:08.313Z | Compiling toml_edit v0.19.15 |
1535 | 2025-02-25T01:14:08.669Z | Compiling signal-hook-mio v0.2.4 |
1536 | 2025-02-25T01:14:08.690Z | Compiling phf v0.11.2 |
1537 | 2025-02-25T01:14:08.839Z | Compiling hyper-tls v0.6.0 |
1538 | 2025-02-25T01:14:08.943Z | Compiling rayon v1.10.0 |
1539 | 2025-02-25T01:14:09.138Z | Compiling cookie_store v0.21.1 |
1540 | 2025-02-25T01:14:09.238Z | Compiling bzip2 v0.4.4 |
1541 | 2025-02-25T01:14:10.670Z | Compiling postgres-types v0.2.8 |
1542 | 2025-02-25T01:14:11.917Z | Compiling tokio-tungstenite v0.24.0 |
1543 | 2025-02-25T01:14:12.715Z | Compiling ed25519 v2.2.3 |
1544 | 2025-02-25T01:14:13.487Z | Compiling phf_shared v0.10.0 |
1545 | 2025-02-25T01:14:13.975Z | Compiling tokio-stream v0.1.17 |
1546 | 2025-02-25T01:14:14.031Z | Compiling pkcs1 v0.7.5 |
1547 | 2025-02-25T01:14:14.031Z | Compiling serde-big-array v0.5.1 |
1548 | 2025-02-25T01:14:14.031Z | Compiling clap_derive v4.5.28 |
1549 | 2025-02-25T01:14:14.404Z | Compiling rfc6979 v0.4.0 |
1550 | 2025-02-25T01:14:14.442Z | Compiling serde_repr v0.1.19 |
1551 | 2025-02-25T01:14:14.511Z | Compiling derive-where v1.2.7 |
1552 | 2025-02-25T01:14:14.532Z | Compiling float-cmp v0.10.0 |
1553 | 2025-02-25T01:14:14.594Z | Compiling bstr v1.10.0 |
1554 | 2025-02-25T01:14:14.764Z | Compiling normalize-line-endings v0.3.0 |
1555 | 2025-02-25T01:14:14.905Z | Compiling number_prefix v0.4.0 |
1556 | 2025-02-25T01:14:15.138Z | Compiling predicates-core v1.0.8 |
1557 | 2025-02-25T01:14:15.180Z | Compiling unicode-segmentation v1.12.0 |
1558 | 2025-02-25T01:14:15.430Z | Compiling precomputed-hash v0.1.1 |
1559 | 2025-02-25T01:14:15.536Z | Compiling fixedbitset v0.4.2 |
1560 | 2025-02-25T01:14:15.572Z | Compiling new_debug_unreachable v1.0.6 |
1561 | 2025-02-25T01:14:15.686Z | Compiling static_assertions v1.1.0 |
1562 | 2025-02-25T01:14:15.803Z | Compiling bit-vec v0.6.3 |
1563 | 2025-02-25T01:14:15.959Z | Compiling whoami v1.5.2 |
1564 | 2025-02-25T01:14:16.015Z | Compiling difflib v0.4.0 |
1565 | 2025-02-25T01:14:16.095Z | Compiling similar v2.6.0 |
1566 | 2025-02-25T01:14:16.206Z | Compiling bit-set v0.5.3 |
1567 | 2025-02-25T01:14:16.490Z | Compiling predicates v3.1.3 |
1568 | 2025-02-25T01:14:16.531Z | Compiling tokio-postgres v0.7.12 |
1569 | 2025-02-25T01:14:17.317Z | Compiling petgraph v0.6.5 |
1570 | 2025-02-25T01:14:17.652Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1571 | 2025-02-25T01:14:17.969Z | Compiling string_cache v0.8.7 |
1572 | 2025-02-25T01:14:18.171Z | Compiling indicatif v0.17.11 |
1573 | 2025-02-25T01:14:18.398Z | Compiling ecdsa v0.16.9 |
1574 | 2025-02-25T01:14:18.414Z | Compiling clap v4.5.30 |
1575 | 2025-02-25T01:14:18.544Z | Compiling rsa v0.9.6 |
1576 | 2025-02-25T01:14:19.234Z | Compiling ed25519-dalek v2.1.1 |
1577 | 2025-02-25T01:14:20.541Z | Compiling toml v0.7.8 |
1578 | 2025-02-25T01:14:20.904Z | Compiling zip v0.6.6 |
1579 | 2025-02-25T01:14:21.986Z | Compiling crossterm v0.28.1 |
1580 | 2025-02-25T01:14:22.484Z | Compiling hex v0.4.3 |
1581 | 2025-02-25T01:14:22.720Z | Compiling x509-cert v0.2.5 |
1582 | 2025-02-25T01:14:22.930Z | Compiling itertools v0.14.0 |
1583 | 2025-02-25T01:14:23.078Z | Compiling itertools v0.10.5 |
1584 | 2025-02-25T01:14:23.300Z | Compiling peg-runtime v0.8.3 |
1585 | 2025-02-25T01:14:23.731Z | Compiling unicode-xid v0.2.6 |
1586 | 2025-02-25T01:14:23.868Z | Compiling lalrpop-util v0.19.12 |
1587 | 2025-02-25T01:14:23.928Z | Compiling strum_macros v0.26.4 |
1588 | 2025-02-25T01:14:24.234Z | Compiling xattr v1.3.1 |
1589 | 2025-02-25T01:14:24.514Z | Compiling filetime v0.2.25 |
1590 | 2025-02-25T01:14:24.819Z | Compiling tar v0.4.44 |
1591 | 2025-02-25T01:14:27.891Z | Compiling strum v0.26.3 |
1592 | 2025-02-25T01:14:31.223Z | Compiling aws-lc-sys v0.22.0 |
1593 | 2025-02-25T01:15:02.478Z | Compiling rustls-webpki v0.102.8 |
1594 | 2025-02-25T01:15:05.703Z | Compiling tokio-rustls v0.25.0 |
1595 | 2025-02-25T01:15:07.344Z | Compiling tokio-rustls v0.26.0 |
1596 | 2025-02-25T01:15:07.656Z | Compiling hyper-rustls v0.27.3 |
1597 | 2025-02-25T01:15:08.055Z | Compiling reqwest v0.12.12 |
1598 | 2025-02-25T01:15:09.380Z | Compiling qorb v0.2.1 |
1599 | 2025-02-25T01:15:12.320Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1600 | 2025-02-25T01:15:12.589Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1601 | 2025-02-25T01:15:17.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1602 | 2025-02-25T01:15:17.190Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1603 | 2025-02-25T01:15:17.241Z | Feb 25 01:15:16.112 INFO Starting download, target: Clickhouse |
1604 | 2025-02-25T01:15:17.241Z | Feb 25 01:15:16.112 INFO Starting download, target: Cockroach |
1605 | 2025-02-25T01:15:17.241Z | Feb 25 01:15:16.112 INFO Starting download, target: Console |
1606 | 2025-02-25T01:15:17.241Z | Feb 25 01:15:16.112 INFO Starting download, target: DendriteOpenapi |
1607 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.112 INFO Starting download, target: DendriteStub |
1608 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.112 INFO Starting download, target: MaghemiteMgd |
1609 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.112 INFO Starting download, target: TransceiverControl |
1610 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1611 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1612 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1613 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1614 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1615 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1616 | 2025-02-25T01:15:17.244Z | Feb 25 01:15:16.113 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1617 | 2025-02-25T01:15:17.456Z | Feb 25 01:15:16.325 INFO Download complete, target: DendriteOpenapi |
1618 | 2025-02-25T01:15:17.546Z | Feb 25 01:15:16.412 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1619 | 2025-02-25T01:15:17.799Z | Feb 25 01:15:16.657 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1620 | 2025-02-25T01:15:18.084Z | Feb 25 01:15:16.951 INFO Download complete, target: TransceiverControl |
1621 | 2025-02-25T01:15:18.162Z | Feb 25 01:15:17.031 INFO Download complete, target: Console |
1622 | 2025-02-25T01:15:18.341Z | Feb 25 01:15:17.212 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1623 | 2025-02-25T01:15:18.479Z | Feb 25 01:15:17.350 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1624 | 2025-02-25T01:15:18.735Z | Feb 25 01:15:17.606 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1625 | 2025-02-25T01:15:18.735Z | Feb 25 01:15:17.606 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1626 | 2025-02-25T01:15:19.332Z | Feb 25 01:15:18.202 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1627 | 2025-02-25T01:15:21.140Z | Feb 25 01:15:20.011 INFO Download complete, target: DendriteStub |
1628 | 2025-02-25T01:15:21.474Z | Feb 25 01:15:20.344 INFO Download complete, target: MaghemiteMgd |
1629 | 2025-02-25T01:15:26.305Z | Feb 25 01:15:25.173 INFO Checking that binary works, target: Cockroach |
1630 | 2025-02-25T01:15:26.614Z | Feb 25 01:15:25.484 INFO Download complete, target: Cockroach |
1631 | 2025-02-25T01:15:32.044Z | Feb 25 01:15:30.913 INFO Checking that binary works, target: Clickhouse |
1632 | 2025-02-25T01:15:32.502Z | Feb 25 01:15:31.371 INFO Download complete, target: Clickhouse |
1633 | 2025-02-25T01:15:32.524Z | All builder prerequisites installed successfully, and PATH looks valid |
1634 | 2025-02-25T01:15:32.527Z | |
1635 | 2025-02-25T01:15:32.527Z | real 4:42.079429056 |
1636 | 2025-02-25T01:15:32.527Z | user 15:31.805521445 |
1637 | 2025-02-25T01:15:32.527Z | sys 2:05.944924108 |
1638 | 2025-02-25T01:15:32.527Z | trap 0.569551932 |
1639 | 2025-02-25T01:15:32.527Z | tflt 2.739284747 |
1640 | 2025-02-25T01:15:32.527Z | dflt 2.478845166 |
1641 | 2025-02-25T01:15:32.527Z | kflt 0.161819876 |
1642 | 2025-02-25T01:15:32.527Z | lock 24:55.515585825 |
1643 | 2025-02-25T01:15:32.527Z | slp 54:48.054642582 |
1644 | 2025-02-25T01:15:32.528Z | lat 1:00.089046319 |
1645 | 2025-02-25T01:15:32.528Z | stop 2:24.643557425 |
1646 | 2025-02-25T01:15:32.528Z | + banner hack-check |
1647 | 2025-02-25T01:15:32.530Z | |
1648 | 2025-02-25T01:15:32.530Z | # # ## #### # # #### # # ###### #### # # |
1649 | 2025-02-25T01:15:32.530Z | # # # # # # # # # # # # # # # # # |
1650 | 2025-02-25T01:15:32.530Z | ###### # # # #### ##### # ###### ##### # #### |
1651 | 2025-02-25T01:15:32.531Z | # # ###### # # # # # # # # # # |
1652 | 2025-02-25T01:15:32.531Z | # # # # # # # # # # # # # # # # # |
1653 | 2025-02-25T01:15:32.531Z | # # # # #### # # #### # # ###### #### # # |
1654 | 2025-02-25T01:15:32.531Z | |
1655 | 2025-02-25T01:15:32.531Z | + export CARGO_INCREMENTAL=0 |
1656 | 2025-02-25T01:15:32.531Z | + CARGO_INCREMENTAL=0 |
1657 | 2025-02-25T01:15:32.531Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1658 | 2025-02-25T01:15:33.098Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1659 | 2025-02-25T01:15:35.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1660 | 2025-02-25T01:15:35.920Z | Running `target/debug/xtask check-features --ci` |
1661 | 2025-02-25T01:15:35.942Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1662 | 2025-02-25T01:15:35.944Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1663 | 2025-02-25T01:15:36.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1664 | 2025-02-25T01:15:36.449Z | Running `target/debug/xtask download cargo-hack` |
1665 | 2025-02-25T01:15:37.314Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1666 | 2025-02-25T01:15:37.708Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1667 | 2025-02-25T01:15:41.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
1668 | 2025-02-25T01:15:41.531Z | Running `target/debug/xtask-downloader cargo-hack` |
1669 | 2025-02-25T01:15:41.571Z | Feb 25 01:15:40.439 INFO Starting download, target: CargoHack |
1670 | 2025-02-25T01:15:41.573Z | Feb 25 01:15:40.439 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1671 | 2025-02-25T01:15:42.214Z | Feb 25 01:15:41.082 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1672 | 2025-02-25T01:15:42.309Z | Feb 25 01:15:41.176 INFO Download complete, target: CargoHack |
1673 | 2025-02-25T01:15:42.315Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1674 | 2025-02-25T01:15:42.329Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1675 | 2025-02-25T01:15:42.508Z | info: running `cargo check --bins` on api_identity (1/199) |
1676 | 2025-02-25T01:15:43.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-02-25T01:15:43.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-02-25T01:15:43.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-02-25T01:15:43.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1680 | 2025-02-25T01:15:43.144Z | |
1681 | 2025-02-25T01:15:43.144Z | info: running `cargo check --bins` on bootstore (2/199) |
1682 | 2025-02-25T01:15:43.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-02-25T01:15:43.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-02-25T01:15:43.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-02-25T01:15:43.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1686 | 2025-02-25T01:15:43.819Z | |
1687 | 2025-02-25T01:15:43.819Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1688 | 2025-02-25T01:15:44.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-02-25T01:15:44.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-02-25T01:15:44.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-02-25T01:15:44.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1692 | 2025-02-25T01:15:44.475Z | |
1693 | 2025-02-25T01:15:44.475Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1694 | 2025-02-25T01:15:45.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-02-25T01:15:45.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-02-25T01:15:45.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-02-25T01:15:45.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1698 | 2025-02-25T01:15:45.126Z | |
1699 | 2025-02-25T01:15:45.126Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1700 | 2025-02-25T01:15:45.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-02-25T01:15:45.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-02-25T01:15:45.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-02-25T01:15:45.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1704 | 2025-02-25T01:15:45.570Z | |
1705 | 2025-02-25T01:15:45.570Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1706 | 2025-02-25T01:15:45.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-02-25T01:15:45.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-02-25T01:15:45.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-02-25T01:15:45.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1710 | 2025-02-25T01:15:46.019Z | |
1711 | 2025-02-25T01:15:46.019Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1712 | 2025-02-25T01:15:46.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-02-25T01:15:46.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-02-25T01:15:46.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-02-25T01:15:46.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1716 | 2025-02-25T01:15:46.469Z | |
1717 | 2025-02-25T01:15:46.469Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1718 | 2025-02-25T01:15:46.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-02-25T01:15:46.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-02-25T01:15:46.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-02-25T01:15:46.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1722 | 2025-02-25T01:15:46.913Z | |
1723 | 2025-02-25T01:15:46.913Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1724 | 2025-02-25T01:15:47.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-02-25T01:15:47.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-02-25T01:15:47.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-02-25T01:15:47.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1728 | 2025-02-25T01:15:47.365Z | |
1729 | 2025-02-25T01:15:47.365Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1730 | 2025-02-25T01:15:47.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-02-25T01:15:47.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-02-25T01:15:47.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-02-25T01:15:47.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1734 | 2025-02-25T01:15:47.810Z | |
1735 | 2025-02-25T01:15:47.810Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1736 | 2025-02-25T01:15:48.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-02-25T01:15:48.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-02-25T01:15:48.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-02-25T01:15:48.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1740 | 2025-02-25T01:15:48.262Z | |
1741 | 2025-02-25T01:15:48.262Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1742 | 2025-02-25T01:15:48.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-02-25T01:15:48.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-02-25T01:15:48.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-02-25T01:15:48.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1746 | 2025-02-25T01:15:48.791Z | |
1747 | 2025-02-25T01:15:48.791Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1748 | 2025-02-25T01:15:49.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-02-25T01:15:49.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-02-25T01:15:49.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-02-25T01:15:49.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1752 | 2025-02-25T01:15:49.163Z | |
1753 | 2025-02-25T01:15:49.163Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1754 | 2025-02-25T01:15:49.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-02-25T01:15:49.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-02-25T01:15:49.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-02-25T01:15:49.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1758 | 2025-02-25T01:15:49.609Z | |
1759 | 2025-02-25T01:15:49.609Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1760 | 2025-02-25T01:15:50.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-02-25T01:15:50.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-02-25T01:15:50.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-02-25T01:15:50.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1764 | 2025-02-25T01:15:50.068Z | |
1765 | 2025-02-25T01:15:50.069Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1766 | 2025-02-25T01:15:50.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-02-25T01:15:50.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-02-25T01:15:50.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-02-25T01:15:50.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1770 | 2025-02-25T01:15:50.521Z | |
1771 | 2025-02-25T01:15:50.521Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1772 | 2025-02-25T01:15:50.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-02-25T01:15:50.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-02-25T01:15:50.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-02-25T01:15:50.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1776 | 2025-02-25T01:15:50.985Z | |
1777 | 2025-02-25T01:15:50.985Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1778 | 2025-02-25T01:15:51.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-02-25T01:15:51.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-02-25T01:15:51.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-02-25T01:15:51.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1782 | 2025-02-25T01:15:51.444Z | |
1783 | 2025-02-25T01:15:51.444Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1784 | 2025-02-25T01:15:51.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-02-25T01:15:51.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-02-25T01:15:51.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-02-25T01:15:51.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1788 | 2025-02-25T01:15:51.907Z | |
1789 | 2025-02-25T01:15:51.907Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1790 | 2025-02-25T01:15:52.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-02-25T01:15:52.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-02-25T01:15:52.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-02-25T01:15:52.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1794 | 2025-02-25T01:15:52.372Z | |
1795 | 2025-02-25T01:15:52.373Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1796 | 2025-02-25T01:15:52.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-02-25T01:15:52.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-02-25T01:15:52.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-02-25T01:15:52.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1800 | 2025-02-25T01:15:52.834Z | |
1801 | 2025-02-25T01:15:52.834Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1802 | 2025-02-25T01:15:53.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-02-25T01:15:53.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-02-25T01:15:53.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-02-25T01:15:53.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1806 | 2025-02-25T01:15:53.293Z | |
1807 | 2025-02-25T01:15:53.293Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1808 | 2025-02-25T01:15:53.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-02-25T01:15:53.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-02-25T01:15:53.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1811 | 2025-02-25T01:15:53.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1812 | 2025-02-25T01:15:53.758Z | |
1813 | 2025-02-25T01:15:53.758Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1814 | 2025-02-25T01:15:54.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1815 | 2025-02-25T01:15:54.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1816 | 2025-02-25T01:15:54.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1817 | 2025-02-25T01:15:54.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1818 | 2025-02-25T01:15:54.229Z | |
1819 | 2025-02-25T01:15:54.229Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1820 | 2025-02-25T01:15:54.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1821 | 2025-02-25T01:15:54.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1822 | 2025-02-25T01:15:54.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1823 | 2025-02-25T01:15:54.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1824 | 2025-02-25T01:15:54.705Z | |
1825 | 2025-02-25T01:15:54.705Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1826 | 2025-02-25T01:15:55.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1827 | 2025-02-25T01:15:55.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1828 | 2025-02-25T01:15:55.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1829 | 2025-02-25T01:15:55.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1830 | 2025-02-25T01:15:55.170Z | |
1831 | 2025-02-25T01:15:55.170Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1832 | 2025-02-25T01:15:55.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2025-02-25T01:15:55.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2025-02-25T01:15:55.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1835 | 2025-02-25T01:15:55.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1836 | 2025-02-25T01:15:55.628Z | |
1837 | 2025-02-25T01:15:55.628Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1838 | 2025-02-25T01:15:56.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2025-02-25T01:15:56.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2025-02-25T01:15:56.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1841 | 2025-02-25T01:15:56.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1842 | 2025-02-25T01:15:56.106Z | |
1843 | 2025-02-25T01:15:56.106Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1844 | 2025-02-25T01:15:56.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2025-02-25T01:15:56.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2025-02-25T01:15:56.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1847 | 2025-02-25T01:15:56.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1848 | 2025-02-25T01:15:56.573Z | |
1849 | 2025-02-25T01:15:56.573Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1850 | 2025-02-25T01:15:56.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2025-02-25T01:15:56.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2025-02-25T01:15:56.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1853 | 2025-02-25T01:15:56.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1854 | 2025-02-25T01:15:57.029Z | |
1855 | 2025-02-25T01:15:57.030Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1856 | 2025-02-25T01:15:57.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2025-02-25T01:15:57.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2025-02-25T01:15:57.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1859 | 2025-02-25T01:15:57.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1860 | 2025-02-25T01:15:57.482Z | |
1861 | 2025-02-25T01:15:57.482Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1862 | 2025-02-25T01:15:57.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1863 | 2025-02-25T01:15:57.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1864 | 2025-02-25T01:15:57.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1865 | 2025-02-25T01:15:57.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1866 | 2025-02-25T01:15:57.932Z | |
1867 | 2025-02-25T01:15:57.933Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1868 | 2025-02-25T01:15:58.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1869 | 2025-02-25T01:15:58.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1870 | 2025-02-25T01:15:58.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1871 | 2025-02-25T01:15:58.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1872 | 2025-02-25T01:15:58.378Z | |
1873 | 2025-02-25T01:15:58.378Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1874 | 2025-02-25T01:15:58.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1875 | 2025-02-25T01:15:58.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1876 | 2025-02-25T01:15:58.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1877 | 2025-02-25T01:15:58.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1878 | 2025-02-25T01:15:58.831Z | |
1879 | 2025-02-25T01:15:58.831Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1880 | 2025-02-25T01:15:59.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1881 | 2025-02-25T01:15:59.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1882 | 2025-02-25T01:15:59.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1883 | 2025-02-25T01:15:59.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1884 | 2025-02-25T01:15:59.279Z | |
1885 | 2025-02-25T01:15:59.279Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1886 | 2025-02-25T01:15:59.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1887 | 2025-02-25T01:15:59.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1888 | 2025-02-25T01:15:59.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1889 | 2025-02-25T01:15:59.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1890 | 2025-02-25T01:15:59.731Z | |
1891 | 2025-02-25T01:15:59.731Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1892 | 2025-02-25T01:16:00.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2025-02-25T01:16:00.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2025-02-25T01:16:00.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1895 | 2025-02-25T01:16:00.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1896 | 2025-02-25T01:16:00.184Z | |
1897 | 2025-02-25T01:16:00.184Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1898 | 2025-02-25T01:16:00.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2025-02-25T01:16:00.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2025-02-25T01:16:00.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1901 | 2025-02-25T01:16:00.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1902 | 2025-02-25T01:16:00.636Z | |
1903 | 2025-02-25T01:16:00.636Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1904 | 2025-02-25T01:16:01.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2025-02-25T01:16:01.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2025-02-25T01:16:01.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1907 | 2025-02-25T01:16:01.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1908 | 2025-02-25T01:16:01.087Z | |
1909 | 2025-02-25T01:16:01.087Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1910 | 2025-02-25T01:16:01.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1911 | 2025-02-25T01:16:01.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1912 | 2025-02-25T01:16:01.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1913 | 2025-02-25T01:16:01.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1914 | 2025-02-25T01:16:01.538Z | |
1915 | 2025-02-25T01:16:01.538Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1916 | 2025-02-25T01:16:01.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1917 | 2025-02-25T01:16:01.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1918 | 2025-02-25T01:16:01.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1919 | 2025-02-25T01:16:01.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1920 | 2025-02-25T01:16:02.002Z | |
1921 | 2025-02-25T01:16:02.002Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1922 | 2025-02-25T01:16:02.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1923 | 2025-02-25T01:16:02.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1924 | 2025-02-25T01:16:02.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1925 | 2025-02-25T01:16:02.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1926 | 2025-02-25T01:16:02.459Z | |
1927 | 2025-02-25T01:16:02.459Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1928 | 2025-02-25T01:16:02.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1929 | 2025-02-25T01:16:02.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1930 | 2025-02-25T01:16:02.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1931 | 2025-02-25T01:16:02.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1932 | 2025-02-25T01:16:02.911Z | |
1933 | 2025-02-25T01:16:02.911Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1934 | 2025-02-25T01:16:03.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1935 | 2025-02-25T01:16:03.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1936 | 2025-02-25T01:16:03.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1937 | 2025-02-25T01:16:03.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1938 | 2025-02-25T01:16:03.365Z | |
1939 | 2025-02-25T01:16:03.365Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1940 | 2025-02-25T01:16:03.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1941 | 2025-02-25T01:16:03.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1942 | 2025-02-25T01:16:03.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1943 | 2025-02-25T01:16:03.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1944 | 2025-02-25T01:16:04.023Z | |
1945 | 2025-02-25T01:16:04.023Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1946 | 2025-02-25T01:16:04.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1947 | 2025-02-25T01:16:04.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1948 | 2025-02-25T01:16:04.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1949 | 2025-02-25T01:16:04.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1950 | 2025-02-25T01:16:04.685Z | |
1951 | 2025-02-25T01:16:04.685Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1952 | 2025-02-25T01:16:05.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1953 | 2025-02-25T01:16:05.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1954 | 2025-02-25T01:16:05.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1955 | 2025-02-25T01:16:05.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1956 | 2025-02-25T01:16:05.337Z | |
1957 | 2025-02-25T01:16:05.337Z | info: running `cargo check --bins` on oxlog (48/199) |
1958 | 2025-02-25T01:16:05.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1959 | 2025-02-25T01:16:05.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1960 | 2025-02-25T01:16:05.981Z | Checking cfg-if v1.0.0 |
1961 | 2025-02-25T01:16:05.985Z | Checking libc v0.2.170 |
1962 | 2025-02-25T01:16:06.095Z | Checking serde v1.0.218 |
1963 | 2025-02-25T01:16:06.098Z | Checking zeroize v1.8.1 |
1964 | 2025-02-25T01:16:06.115Z | Checking memchr v2.7.4 |
1965 | 2025-02-25T01:16:06.127Z | Checking typenum v1.17.0 |
1966 | 2025-02-25T01:16:06.139Z | Checking subtle v2.6.1 |
1967 | 2025-02-25T01:16:06.156Z | Checking value-bag v1.9.0 |
1968 | 2025-02-25T01:16:06.172Z | Checking scopeguard v1.2.0 |
1969 | 2025-02-25T01:16:06.317Z | Checking smallvec v1.14.0 |
1970 | 2025-02-25T01:16:06.331Z | Checking lock_api v0.4.12 |
1971 | 2025-02-25T01:16:06.386Z | Checking itoa v1.0.11 |
1972 | 2025-02-25T01:16:06.558Z | Checking log v0.4.22 |
1973 | 2025-02-25T01:16:06.625Z | Checking const-oid v0.9.6 |
1974 | 2025-02-25T01:16:06.647Z | Checking byteorder v1.5.0 |
1975 | 2025-02-25T01:16:06.713Z | Checking pin-project-lite v0.2.14 |
1976 | 2025-02-25T01:16:06.846Z | Checking once_cell v1.20.3 |
1977 | 2025-02-25T01:16:06.962Z | Checking futures-core v0.3.31 |
1978 | 2025-02-25T01:16:07.041Z | Checking cpufeatures v0.2.14 |
1979 | 2025-02-25T01:16:07.065Z | Checking stable_deref_trait v1.2.0 |
1980 | 2025-02-25T01:16:07.097Z | Checking getrandom v0.2.15 |
1981 | 2025-02-25T01:16:07.139Z | Checking signal-hook-registry v1.4.2 |
1982 | 2025-02-25T01:16:07.142Z | Checking parking_lot_core v0.9.10 |
1983 | 2025-02-25T01:16:07.142Z | Checking mio v1.0.2 |
1984 | 2025-02-25T01:16:07.182Z | Checking futures-sink v0.3.31 |
1985 | 2025-02-25T01:16:07.184Z | Checking generic-array v0.14.7 |
1986 | 2025-02-25T01:16:07.319Z | Checking socket2 v0.5.8 |
1987 | 2025-02-25T01:16:07.336Z | Checking rand_core v0.6.4 |
1988 | 2025-02-25T01:16:07.406Z | Checking zerocopy v0.7.35 |
1989 | 2025-02-25T01:16:07.456Z | Checking parking_lot v0.12.3 |
1990 | 2025-02-25T01:16:07.641Z | Checking slab v0.4.9 |
1991 | 2025-02-25T01:16:07.708Z | Checking zerofrom v0.1.4 |
1992 | 2025-02-25T01:16:07.793Z | Checking futures-channel v0.3.31 |
1993 | 2025-02-25T01:16:07.810Z | Checking pin-utils v0.1.0 |
1994 | 2025-02-25T01:16:07.901Z | Checking futures-task v0.3.31 |
1995 | 2025-02-25T01:16:07.901Z | Checking futures-io v0.3.31 |
1996 | 2025-02-25T01:16:07.930Z | Checking yoke v0.7.4 |
1997 | 2025-02-25T01:16:08.101Z | Checking foldhash v0.1.3 |
1998 | 2025-02-25T01:16:08.127Z | Checking allocator-api2 v0.2.18 |
1999 | 2025-02-25T01:16:08.144Z | Checking futures-util v0.3.31 |
2000 | 2025-02-25T01:16:08.245Z | Checking zerovec v0.10.4 |
2001 | 2025-02-25T01:16:08.279Z | Checking crypto-common v0.1.6 |
2002 | 2025-02-25T01:16:08.304Z | Checking block-buffer v0.10.4 |
2003 | 2025-02-25T01:16:08.478Z | Checking equivalent v1.0.1 |
2004 | 2025-02-25T01:16:08.494Z | Checking block-padding v0.3.3 |
2005 | 2025-02-25T01:16:08.526Z | Checking digest v0.10.7 |
2006 | 2025-02-25T01:16:08.593Z | Checking ryu v1.0.18 |
2007 | 2025-02-25T01:16:08.627Z | Checking ppv-lite86 v0.2.20 |
2008 | 2025-02-25T01:16:08.697Z | Checking inout v0.1.3 |
2009 | 2025-02-25T01:16:08.724Z | Checking hashbrown v0.15.1 |
2010 | 2025-02-25T01:16:08.835Z | Checking writeable v0.5.5 |
2011 | 2025-02-25T01:16:08.890Z | Checking hmac v0.12.1 |
2012 | 2025-02-25T01:16:08.918Z | Checking litemap v0.7.3 |
2013 | 2025-02-25T01:16:09.108Z | Checking fnv v1.0.7 |
2014 | 2025-02-25T01:16:09.165Z | Checking cipher v0.4.4 |
2015 | 2025-02-25T01:16:09.243Z | Checking sha2 v0.10.8 |
2016 | 2025-02-25T01:16:09.259Z | Checking libm v0.2.8 |
2017 | 2025-02-25T01:16:09.307Z | Checking base64ct v1.6.0 |
2018 | 2025-02-25T01:16:09.548Z | Checking icu_locid_transform_data v1.5.0 |
2019 | 2025-02-25T01:16:09.649Z | Checking flagset v0.4.6 |
2020 | 2025-02-25T01:16:09.748Z | Checking tracing-core v0.1.32 |
2021 | 2025-02-25T01:16:09.761Z | Checking pem-rfc7468 v0.7.0 |
2022 | 2025-02-25T01:16:09.779Z | Checking tinystr v0.7.6 |
2023 | 2025-02-25T01:16:09.779Z | Checking icu_collections v1.5.0 |
2024 | 2025-02-25T01:16:09.847Z | Checking thiserror v1.0.69 |
2025 | 2025-02-25T01:16:09.992Z | Checking percent-encoding v2.3.1 |
2026 | 2025-02-25T01:16:10.035Z | Checking der v0.7.9 |
2027 | 2025-02-25T01:16:10.102Z | Checking icu_locid v1.5.0 |
2028 | 2025-02-25T01:16:10.173Z | Checking num-traits v0.2.19 |
2029 | 2025-02-25T01:16:10.207Z | Checking icu_properties_data v1.5.0 |
2030 | 2025-02-25T01:16:10.370Z | Checking rustls-pki-types v1.10.0 |
2031 | 2025-02-25T01:16:10.416Z | Checking tracing v0.1.40 |
2032 | 2025-02-25T01:16:10.446Z | Checking salsa20 v0.10.2 |
2033 | 2025-02-25T01:16:10.548Z | Checking bytes v1.9.0 |
2034 | 2025-02-25T01:16:10.660Z | Checking indexmap v2.7.1 |
2035 | 2025-02-25T01:16:10.772Z | Checking serde_json v1.0.139 |
2036 | 2025-02-25T01:16:10.918Z | Checking bitflags v2.6.0 |
2037 | 2025-02-25T01:16:11.014Z | Checking icu_provider v1.5.0 |
2038 | 2025-02-25T01:16:11.237Z | Checking pbkdf2 v0.12.2 |
2039 | 2025-02-25T01:16:11.346Z | Checking tokio v1.43.0 |
2040 | 2025-02-25T01:16:11.418Z | Checking http v1.2.0 |
2041 | 2025-02-25T01:16:11.660Z | Checking icu_locid_transform v1.5.0 |
2042 | 2025-02-25T01:16:11.676Z | Checking aws-lc-sys v0.22.0 |
2043 | 2025-02-25T01:16:11.759Z | Checking spki v0.7.3 |
2044 | 2025-02-25T01:16:11.889Z | Checking httparse v1.9.5 |
2045 | 2025-02-25T01:16:12.047Z | Checking write16 v1.0.0 |
2046 | 2025-02-25T01:16:12.187Z | Checking utf8_iter v1.0.4 |
2047 | 2025-02-25T01:16:12.340Z | Checking untrusted v0.9.0 |
2048 | 2025-02-25T01:16:12.384Z | Checking mirai-annotations v1.12.0 |
2049 | 2025-02-25T01:16:12.402Z | Checking utf16_iter v1.0.5 |
2050 | 2025-02-25T01:16:12.510Z | Checking icu_normalizer_data v1.5.0 |
2051 | 2025-02-25T01:16:12.563Z | Checking powerfmt v0.2.0 |
2052 | 2025-02-25T01:16:12.563Z | Checking untrusted v0.7.1 |
2053 | 2025-02-25T01:16:12.598Z | Checking ring v0.17.11 |
2054 | 2025-02-25T01:16:12.614Z | Checking icu_properties v1.5.1 |
2055 | 2025-02-25T01:16:12.617Z | Checking scrypt v0.11.0 |
2056 | 2025-02-25T01:16:12.653Z | Checking cbc v0.1.2 |
2057 | 2025-02-25T01:16:12.744Z | Checking aes v0.8.4 |
2058 | 2025-02-25T01:16:12.825Z | Checking deranged v0.3.11 |
2059 | 2025-02-25T01:16:12.842Z | Checking rand_chacha v0.3.1 |
2060 | 2025-02-25T01:16:12.857Z | Checking crossbeam-utils v0.8.20 |
2061 | 2025-02-25T01:16:13.241Z | Checking spin v0.9.8 |
2062 | 2025-02-25T01:16:13.558Z | Checking atomic-waker v1.1.2 |
2063 | 2025-02-25T01:16:13.575Z | Checking time-core v0.1.2 |
2064 | 2025-02-25T01:16:13.646Z | Checking tinyvec_macros v0.1.1 |
2065 | 2025-02-25T01:16:13.703Z | Checking num-conv v0.1.0 |
2066 | 2025-02-25T01:16:13.738Z | Checking num_threads v0.1.7 |
2067 | 2025-02-25T01:16:13.752Z | Checking tinyvec v1.8.0 |
2068 | 2025-02-25T01:16:13.767Z | Checking aws-lc-rs v1.10.0 |
2069 | 2025-02-25T01:16:13.849Z | Checking pkcs5 v0.7.1 |
2070 | 2025-02-25T01:16:13.945Z | Checking rand v0.8.5 |
2071 | 2025-02-25T01:16:14.086Z | Checking time v0.3.36 |
2072 | 2025-02-25T01:16:14.372Z | Checking http-body v1.0.1 |
2073 | 2025-02-25T01:16:14.597Z | Checking form_urlencoded v1.2.1 |
2074 | 2025-02-25T01:16:14.813Z | Checking try-lock v0.2.5 |
2075 | 2025-02-25T01:16:14.818Z | Checking pkcs8 v0.10.2 |
2076 | 2025-02-25T01:16:14.961Z | Checking want v0.3.1 |
2077 | 2025-02-25T01:16:15.001Z | Checking uuid v1.12.0 |
2078 | 2025-02-25T01:16:15.128Z | Checking httpdate v1.0.3 |
2079 | 2025-02-25T01:16:15.146Z | Checking unicode-ident v1.0.14 |
2080 | 2025-02-25T01:16:15.187Z | Checking tower-service v0.3.3 |
2081 | 2025-02-25T01:16:15.322Z | Checking proc-macro2 v1.0.93 |
2082 | 2025-02-25T01:16:15.340Z | Checking toml_datetime v0.6.8 |
2083 | 2025-02-25T01:16:15.383Z | Checking serde_spanned v0.6.8 |
2084 | 2025-02-25T01:16:15.420Z | Checking rustls-webpki v0.102.8 |
2085 | 2025-02-25T01:16:15.574Z | Checking zerocopy v0.8.10 |
2086 | 2025-02-25T01:16:15.590Z | Checking getrandom v0.3.1 |
2087 | 2025-02-25T01:16:15.611Z | Checking slog v2.7.0 |
2088 | 2025-02-25T01:16:15.828Z | Checking scroll v0.12.0 |
2089 | 2025-02-25T01:16:15.865Z | Checking icu_normalizer v1.5.0 |
2090 | 2025-02-25T01:16:15.997Z | Checking ucd-trie v0.1.7 |
2091 | 2025-02-25T01:16:16.058Z | Checking match_cfg v0.1.0 |
2092 | 2025-02-25T01:16:16.146Z | Checking foreign-types-shared v0.1.1 |
2093 | 2025-02-25T01:16:16.164Z | Checking iana-time-zone v0.1.61 |
2094 | 2025-02-25T01:16:16.204Z | Checking base64 v0.22.1 |
2095 | 2025-02-25T01:16:16.260Z | Checking plain v0.2.3 |
2096 | 2025-02-25T01:16:16.294Z | Checking adler2 v2.0.0 |
2097 | 2025-02-25T01:16:16.312Z | Checking chrono v0.4.39 |
2098 | 2025-02-25T01:16:16.408Z | Checking goblin v0.8.2 |
2099 | 2025-02-25T01:16:16.427Z | Checking foreign-types v0.3.2 |
2100 | 2025-02-25T01:16:16.466Z | Checking miniz_oxide v0.8.0 |
2101 | 2025-02-25T01:16:16.522Z | Checking pest v2.7.14 |
2102 | 2025-02-25T01:16:16.651Z | Checking idna_adapter v1.2.0 |
2103 | 2025-02-25T01:16:16.697Z | Checking hostname v0.3.1 |
2104 | 2025-02-25T01:16:16.829Z | Checking idna v1.0.3 |
2105 | 2025-02-25T01:16:16.845Z | Checking quote v1.0.38 |
2106 | 2025-02-25T01:16:17.159Z | Checking openssl-sys v0.9.106 |
2107 | 2025-02-25T01:16:17.215Z | Checking errno v0.3.9 |
2108 | 2025-02-25T01:16:17.321Z | Checking url v2.5.3 |
2109 | 2025-02-25T01:16:17.389Z | Checking dirs-sys-next v0.1.2 |
2110 | 2025-02-25T01:16:17.572Z | Checking aho-corasick v1.1.3 |
2111 | 2025-02-25T01:16:18.032Z | Checking tokio-util v0.7.12 |
2112 | 2025-02-25T01:16:18.178Z | Checking regex-syntax v0.8.5 |
2113 | 2025-02-25T01:16:18.228Z | Checking pretty-hex v0.4.1 |
2114 | 2025-02-25T01:16:18.258Z | Checking siphasher v0.3.11 |
2115 | 2025-02-25T01:16:18.289Z | Checking rand_core v0.9.2 |
2116 | 2025-02-25T01:16:18.406Z | Checking data-encoding v2.6.0 |
2117 | 2025-02-25T01:16:18.538Z | Compiling newtype-uuid v1.2.1 |
2118 | 2025-02-25T01:16:18.633Z | Checking either v1.13.0 |
2119 | 2025-02-25T01:16:18.867Z | Checking h2 v0.4.6 |
2120 | 2025-02-25T01:16:18.889Z | Checking rand_chacha v0.9.0 |
2121 | 2025-02-25T01:16:18.938Z | Checking openssl v0.10.71 |
2122 | 2025-02-25T01:16:18.964Z | Checking dirs-next v2.0.0 |
2123 | 2025-02-25T01:16:19.069Z | Checking dtrace-parser v0.2.0 |
2124 | 2025-02-25T01:16:19.093Z | Checking rustix v0.38.37 |
2125 | 2025-02-25T01:16:19.143Z | Checking syn v2.0.96 |
2126 | 2025-02-25T01:16:19.266Z | Checking unicode-normalization v0.1.24 |
2127 | 2025-02-25T01:16:19.563Z | Checking http-body-util v0.1.2 |
2128 | 2025-02-25T01:16:19.968Z | Checking crossbeam-epoch v0.9.18 |
2129 | 2025-02-25T01:16:20.218Z | Checking signature v2.2.0 |
2130 | 2025-02-25T01:16:20.391Z | Checking sha1 v0.10.6 |
2131 | 2025-02-25T01:16:20.427Z | Checking thread_local v1.1.8 |
2132 | 2025-02-25T01:16:20.676Z | Checking thread-id v4.2.2 |
2133 | 2025-02-25T01:16:20.716Z | Checking encoding_rs v0.8.34 |
2134 | 2025-02-25T01:16:20.793Z | Checking openssl-probe v0.1.5 |
2135 | 2025-02-25T01:16:20.970Z | Checking winnow v0.6.20 |
2136 | 2025-02-25T01:16:21.172Z | Checking dof v0.3.0 |
2137 | 2025-02-25T01:16:21.287Z | Checking regex-automata v0.4.8 |
2138 | 2025-02-25T01:16:21.836Z | Checking gimli v0.31.1 |
2139 | 2025-02-25T01:16:22.416Z | Checking unicode-properties v0.1.3 |
2140 | 2025-02-25T01:16:22.808Z | Checking utf8parse v0.2.2 |
2141 | 2025-02-25T01:16:22.977Z | Checking unicode-bidi v0.3.17 |
2142 | 2025-02-25T01:16:23.015Z | Checking anstyle v1.0.10 |
2143 | 2025-02-25T01:16:23.357Z | Checking ipnet v2.10.1 |
2144 | 2025-02-25T01:16:23.603Z | Checking mime v0.3.17 |
2145 | 2025-02-25T01:16:23.647Z | Checking toml_edit v0.22.22 |
2146 | 2025-02-25T01:16:23.809Z | Checking stringprep v0.1.5 |
2147 | 2025-02-25T01:16:23.897Z | Checking anstyle-parse v0.2.5 |
2148 | 2025-02-25T01:16:24.042Z | Checking native-tls v0.2.12 |
2149 | 2025-02-25T01:16:24.093Z | Checking crossbeam-deque v0.8.5 |
2150 | 2025-02-25T01:16:24.173Z | Checking rand v0.9.0 |
2151 | 2025-02-25T01:16:24.366Z | Checking term v0.7.0 |
2152 | 2025-02-25T01:16:24.407Z | Checking slog-json v2.6.1 |
2153 | 2025-02-25T01:16:24.652Z | Checking rustls v0.23.19 |
2154 | 2025-02-25T01:16:24.786Z | Checking rustls v0.22.4 |
2155 | 2025-02-25T01:16:24.831Z | Checking hyper v1.5.2 |
2156 | 2025-02-25T01:16:25.217Z | Checking serde_urlencoded v0.7.1 |
2157 | 2025-02-25T01:16:25.236Z | Checking usdt-impl v0.5.0 |
2158 | 2025-02-25T01:16:25.561Z | Checking crossbeam-channel v0.5.13 |
2159 | 2025-02-25T01:16:25.579Z | Checking addr2line v0.24.2 |
2160 | 2025-02-25T01:16:25.617Z | Checking futures-executor v0.3.31 |
2161 | 2025-02-25T01:16:25.773Z | Checking num-integer v0.1.46 |
2162 | 2025-02-25T01:16:25.859Z | Checking rustls-pemfile v2.2.0 |
2163 | 2025-02-25T01:16:26.089Z | Checking semver v1.0.25 |
2164 | 2025-02-25T01:16:26.129Z | Checking md-5 v0.10.6 |
2165 | 2025-02-25T01:16:26.250Z | Checking ff v0.13.0 |
2166 | 2025-02-25T01:16:26.267Z | Checking is-terminal v0.4.13 |
2167 | 2025-02-25T01:16:26.285Z | Checking memmap v0.7.0 |
2168 | 2025-02-25T01:16:26.357Z | Checking hash32 v0.2.1 |
2169 | 2025-02-25T01:16:26.405Z | Checking object v0.36.5 |
2170 | 2025-02-25T01:16:26.452Z | Checking quick-error v1.2.3 |
2171 | 2025-02-25T01:16:26.515Z | Checking is_terminal_polyfill v1.70.1 |
2172 | 2025-02-25T01:16:26.533Z | Checking colorchoice v1.0.2 |
2173 | 2025-02-25T01:16:26.590Z | Checking utf-8 v0.7.6 |
2174 | 2025-02-25T01:16:26.650Z | Checking fallible-iterator v0.2.0 |
2175 | 2025-02-25T01:16:26.666Z | Checking base16ct v0.2.0 |
2176 | 2025-02-25T01:16:26.670Z | Checking psl-types v2.0.11 |
2177 | 2025-02-25T01:16:26.781Z | Checking hyper-util v0.1.10 |
2178 | 2025-02-25T01:16:26.805Z | Checking take_mut v0.2.2 |
2179 | 2025-02-25T01:16:26.851Z | Checking anstyle-query v1.1.1 |
2180 | 2025-02-25T01:16:26.884Z | Checking dyn-clone v1.0.18 |
2181 | 2025-02-25T01:16:26.950Z | Checking linked-hash-map v0.5.6 |
2182 | 2025-02-25T01:16:26.986Z | Checking rustc-demangle v0.1.24 |
2183 | 2025-02-25T01:16:27.034Z | Checking schemars v0.8.21 |
2184 | 2025-02-25T01:16:27.221Z | Checking postgres-protocol v0.6.8 |
2185 | 2025-02-25T01:16:27.260Z | Checking lru-cache v0.1.2 |
2186 | 2025-02-25T01:16:27.432Z | Checking anstream v0.6.15 |
2187 | 2025-02-25T01:16:27.450Z | Checking slog-async v2.8.0 |
2188 | 2025-02-25T01:16:27.741Z | Checking sec1 v0.7.3 |
2189 | 2025-02-25T01:16:27.811Z | Checking publicsuffix v2.3.0 |
2190 | 2025-02-25T01:16:27.893Z | Checking tungstenite v0.24.0 |
2191 | 2025-02-25T01:16:28.094Z | Checking heapless v0.7.17 |
2192 | 2025-02-25T01:16:28.136Z | Checking resolv-conf v0.7.0 |
2193 | 2025-02-25T01:16:28.175Z | Checking tokio-rustls v0.25.0 |
2194 | 2025-02-25T01:16:28.488Z | Checking usdt v0.5.0 |
2195 | 2025-02-25T01:16:28.553Z | Checking group v0.13.0 |
2196 | 2025-02-25T01:16:28.584Z | Checking slog-term v2.9.1 |
2197 | 2025-02-25T01:16:28.706Z | Checking toml v0.8.19 |
2198 | 2025-02-25T01:16:28.733Z | Checking num-iter v0.1.45 |
2199 | 2025-02-25T01:16:28.767Z | Checking futures v0.3.31 |
2200 | 2025-02-25T01:16:28.793Z | Checking slog-bunyan v2.5.0 |
2201 | 2025-02-25T01:16:28.880Z | Checking rayon-core v1.12.1 |
2202 | 2025-02-25T01:16:28.903Z | Checking tokio-native-tls v0.3.1 |
2203 | 2025-02-25T01:16:28.969Z | Checking multer v3.1.0 |
2204 | 2025-02-25T01:16:29.060Z | Checking hickory-proto v0.24.3 |
2205 | 2025-02-25T01:16:29.086Z | Checking terminal_size v0.4.0 |
2206 | 2025-02-25T01:16:29.265Z | Checking phf_shared v0.11.2 |
2207 | 2025-02-25T01:16:29.376Z | Checking cookie v0.18.1 |
2208 | 2025-02-25T01:16:29.396Z | Checking async-stream v0.3.6 |
2209 | 2025-02-25T01:16:29.416Z | Checking bzip2-sys v0.1.11+1.0.8 |
2210 | 2025-02-25T01:16:29.521Z | Checking camino v1.1.9 |
2211 | 2025-02-25T01:16:29.539Z | Checking signal-hook v0.3.17 |
2212 | 2025-02-25T01:16:29.554Z | Checking waitgroup v0.1.2 |
2213 | 2025-02-25T01:16:29.577Z | Checking lazy_static v1.5.0 |
2214 | 2025-02-25T01:16:29.707Z | Checking openapiv3 v2.0.0 |
2215 | 2025-02-25T01:16:29.725Z | Checking webpki-roots v0.26.6 |
2216 | 2025-02-25T01:16:29.742Z | Checking tokio-rustls v0.26.0 |
2217 | 2025-02-25T01:16:29.811Z | Checking serde_path_to_error v0.1.16 |
2218 | 2025-02-25T01:16:29.866Z | Checking hkdf v0.12.4 |
2219 | 2025-02-25T01:16:29.922Z | Checking crypto-bigint v0.5.5 |
2220 | 2025-02-25T01:16:30.042Z | Checking sync_wrapper v1.0.1 |
2221 | 2025-02-25T01:16:30.090Z | Checking hostname v0.4.0 |
2222 | 2025-02-25T01:16:30.133Z | Checking crc32fast v1.4.2 |
2223 | 2025-02-25T01:16:30.192Z | Checking bitflags v1.3.2 |
2224 | 2025-02-25T01:16:30.234Z | Checking managed v0.8.0 |
2225 | 2025-02-25T01:16:30.298Z | Checking winnow v0.5.40 |
2226 | 2025-02-25T01:16:30.365Z | Checking clap_lex v0.7.4 |
2227 | 2025-02-25T01:16:30.400Z | Checking tower-layer v0.3.3 |
2228 | 2025-02-25T01:16:30.616Z | Checking debug-ignore v1.0.5 |
2229 | 2025-02-25T01:16:30.637Z | Checking unicode-width v0.2.0 |
2230 | 2025-02-25T01:16:30.668Z | Checking strsim v0.11.1 |
2231 | 2025-02-25T01:16:30.752Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2232 | 2025-02-25T01:16:30.960Z | Checking clap_builder v4.5.30 |
2233 | 2025-02-25T01:16:31.061Z | Checking tower v0.5.2 |
2234 | 2025-02-25T01:16:31.139Z | Checking console v0.15.10 |
2235 | 2025-02-25T01:16:31.732Z | Checking smoltcp v0.9.1 |
2236 | 2025-02-25T01:16:31.782Z | Checking flate2 v1.0.35 |
2237 | 2025-02-25T01:16:32.371Z | Checking backtrace v0.3.74 |
2238 | 2025-02-25T01:16:32.426Z | Checking hyper-rustls v0.27.3 |
2239 | 2025-02-25T01:16:32.682Z | Checking elliptic-curve v0.13.8 |
2240 | 2025-02-25T01:16:32.767Z | Checking signal-hook-mio v0.2.4 |
2241 | 2025-02-25T01:16:32.875Z | Checking dropshot v0.12.0 |
2242 | 2025-02-25T01:16:32.903Z | Checking cookie_store v0.21.1 |
2243 | 2025-02-25T01:16:32.932Z | Checking anyhow v1.0.96 |
2244 | 2025-02-25T01:16:33.052Z | Checking toml_edit v0.19.15 |
2245 | 2025-02-25T01:16:33.148Z | Checking num-bigint-dig v0.8.4 |
2246 | 2025-02-25T01:16:33.289Z | Checking bzip2 v0.4.4 |
2247 | 2025-02-25T01:16:33.306Z | Checking phf v0.11.2 |
2248 | 2025-02-25T01:16:33.569Z | Checking rayon v1.10.0 |
2249 | 2025-02-25T01:16:33.587Z | Checking hyper-tls v0.6.0 |
2250 | 2025-02-25T01:16:33.587Z | Checking tokio-tungstenite v0.24.0 |
2251 | 2025-02-25T01:16:33.620Z | Checking hickory-resolver v0.24.3 |
2252 | 2025-02-25T01:16:33.881Z | Checking postgres-types v0.2.8 |
2253 | 2025-02-25T01:16:33.952Z | Checking regex v1.11.1 |
2254 | 2025-02-25T01:16:34.044Z | Checking bstr v1.10.0 |
2255 | 2025-02-25T01:16:34.527Z | Checking ed25519 v2.2.3 |
2256 | 2025-02-25T01:16:34.583Z | Checking tokio-stream v0.1.17 |
2257 | 2025-02-25T01:16:34.847Z | Checking phf_shared v0.10.0 |
2258 | 2025-02-25T01:16:34.924Z | Checking zerocopy v0.6.6 |
2259 | 2025-02-25T01:16:35.122Z | Checking curve25519-dalek v4.1.3 |
2260 | 2025-02-25T01:16:35.139Z | Checking hubpack v0.1.2 |
2261 | 2025-02-25T01:16:35.240Z | Checking memoffset v0.9.1 |
2262 | 2025-02-25T01:16:35.359Z | Checking portable-atomic v1.9.0 |
2263 | 2025-02-25T01:16:35.377Z | Checking pkcs1 v0.7.5 |
2264 | 2025-02-25T01:16:35.439Z | Checking float-cmp v0.10.0 |
2265 | 2025-02-25T01:16:35.519Z | Checking serde-big-array v0.5.1 |
2266 | 2025-02-25T01:16:35.566Z | Checking rfc6979 v0.4.0 |
2267 | 2025-02-25T01:16:35.632Z | Checking precomputed-hash v0.1.1 |
2268 | 2025-02-25T01:16:35.734Z | Checking static_assertions v1.1.0 |
2269 | 2025-02-25T01:16:35.753Z | Checking normalize-line-endings v0.3.0 |
2270 | 2025-02-25T01:16:36.119Z | Checking number_prefix v0.4.0 |
2271 | 2025-02-25T01:16:36.143Z | Checking bit-vec v0.6.3 |
2272 | 2025-02-25T01:16:36.143Z | Checking predicates-core v1.0.8 |
2273 | 2025-02-25T01:16:36.143Z | Checking new_debug_unreachable v1.0.6 |
2274 | 2025-02-25T01:16:36.143Z | Checking whoami v1.5.2 |
2275 | 2025-02-25T01:16:36.143Z | Checking difflib v0.4.0 |
2276 | 2025-02-25T01:16:36.143Z | Checking fixedbitset v0.4.2 |
2277 | 2025-02-25T01:16:36.143Z | Checking unicode-segmentation v1.12.0 |
2278 | 2025-02-25T01:16:36.251Z | Checking minimal-lexical v0.2.1 |
2279 | 2025-02-25T01:16:36.272Z | Checking qorb v0.2.1 |
2280 | 2025-02-25T01:16:36.299Z | Checking petgraph v0.6.5 |
2281 | 2025-02-25T01:16:36.324Z | Checking predicates v3.1.3 |
2282 | 2025-02-25T01:16:36.374Z | Checking tokio-postgres v0.7.12 |
2283 | 2025-02-25T01:16:36.677Z | Checking nom v7.1.3 |
2284 | 2025-02-25T01:16:36.845Z | Checking similar v2.6.0 |
2285 | 2025-02-25T01:16:36.953Z | Checking bit-set v0.5.3 |
2286 | 2025-02-25T01:16:36.988Z | Checking ed25519-dalek v2.1.1 |
2287 | 2025-02-25T01:16:37.150Z | Checking indicatif v0.17.11 |
2288 | 2025-02-25T01:16:37.214Z | Checking string_cache v0.8.7 |
2289 | 2025-02-25T01:16:37.403Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2290 | 2025-02-25T01:16:37.498Z | Checking rsa v0.9.6 |
2291 | 2025-02-25T01:16:37.649Z | Checking ecdsa v0.16.9 |
2292 | 2025-02-25T01:16:37.912Z | Checking toml v0.7.8 |
2293 | 2025-02-25T01:16:38.370Z | Checking nix v0.29.0 |
2294 | 2025-02-25T01:16:38.490Z | Checking clap v4.5.30 |
2295 | 2025-02-25T01:16:38.558Z | Checking reqwest v0.12.12 |
2296 | 2025-02-25T01:16:38.606Z | Checking zip v0.6.6 |
2297 | 2025-02-25T01:16:38.693Z | Checking crossterm v0.28.1 |
2298 | 2025-02-25T01:16:39.245Z | Checking ahash v0.8.11 |
2299 | 2025-02-25T01:16:39.260Z | Checking fs-err v2.11.0 |
2300 | 2025-02-25T01:16:39.274Z | Checking itertools v0.14.0 |
2301 | 2025-02-25T01:16:39.357Z | Checking itertools v0.12.1 |
2302 | 2025-02-25T01:16:39.708Z | Checking itertools v0.10.5 |
2303 | 2025-02-25T01:16:39.810Z | Checking x509-cert v0.2.5 |
2304 | 2025-02-25T01:16:39.936Z | Checking hex v0.4.3 |
2305 | 2025-02-25T01:16:40.359Z | Checking peg-runtime v0.8.3 |
2306 | 2025-02-25T01:16:40.404Z | Checking lalrpop-util v0.19.12 |
2307 | 2025-02-25T01:16:40.448Z | Checking sigpipe v0.1.3 |
2308 | 2025-02-25T01:16:41.810Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2309 | 2025-02-25T01:16:42.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.79s |
2310 | 2025-02-25T01:16:42.300Z | |
2311 | 2025-02-25T01:16:42.300Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2312 | 2025-02-25T01:16:42.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2025-02-25T01:16:42.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2025-02-25T01:16:43.003Z | Compiling hashbrown v0.14.5 |
2315 | 2025-02-25T01:16:43.129Z | Checking heck v0.5.0 |
2316 | 2025-02-25T01:16:43.143Z | Compiling unsafe-libyaml v0.2.11 |
2317 | 2025-02-25T01:16:43.157Z | Checking ipnetwork v0.21.1 |
2318 | 2025-02-25T01:16:43.174Z | Compiling ident_case v1.0.1 |
2319 | 2025-02-25T01:16:43.187Z | Checking progenitor-client v0.8.0 |
2320 | 2025-02-25T01:16:43.203Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2321 | 2025-02-25T01:16:43.298Z | Checking newtype-uuid v1.2.1 |
2322 | 2025-02-25T01:16:43.352Z | Compiling darling_core v0.20.10 |
2323 | 2025-02-25T01:16:43.497Z | Checking oxnet v0.1.0 |
2324 | 2025-02-25T01:16:43.552Z | Compiling proc-macro-crate v1.3.1 |
2325 | 2025-02-25T01:16:43.573Z | Compiling structmeta-derive v0.3.0 |
2326 | 2025-02-25T01:16:43.594Z | Compiling thiserror v2.0.11 |
2327 | 2025-02-25T01:16:43.870Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2328 | 2025-02-25T01:16:44.122Z | Compiling regress v0.10.1 |
2329 | 2025-02-25T01:16:44.246Z | Compiling lzma-sys v0.1.20 |
2330 | 2025-02-25T01:16:44.421Z | Compiling serde_yaml v0.9.34+deprecated |
2331 | 2025-02-25T01:16:44.555Z | Compiling num_enum_derive v0.5.11 |
2332 | 2025-02-25T01:16:44.889Z | Compiling thiserror-impl v2.0.11 |
2333 | 2025-02-25T01:16:44.964Z | Compiling foreign-types-macros v0.2.3 |
2334 | 2025-02-25T01:16:46.132Z | Compiling structmeta v0.3.0 |
2335 | 2025-02-25T01:16:46.218Z | Compiling daft-derive v0.1.1 |
2336 | 2025-02-25T01:16:46.541Z | Compiling dropshot v0.15.1 |
2337 | 2025-02-25T01:16:46.776Z | Checking arc-swap v1.7.1 |
2338 | 2025-02-25T01:16:46.854Z | Checking foreign-types-shared v0.3.1 |
2339 | 2025-02-25T01:16:46.992Z | Checking foreign-types v0.5.0 |
2340 | 2025-02-25T01:16:47.178Z | Checking num_enum v0.5.11 |
2341 | 2025-02-25T01:16:47.192Z | Checking slog-scope v4.4.0 |
2342 | 2025-02-25T01:16:47.341Z | Compiling parse-display-derive v0.10.0 |
2343 | 2025-02-25T01:16:47.432Z | Compiling proc-macro-error v1.0.4 |
2344 | 2025-02-25T01:16:47.692Z | Checking typify-impl v0.2.0 |
2345 | 2025-02-25T01:16:47.761Z | Checking daft v0.1.1 |
2346 | 2025-02-25T01:16:48.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2347 | 2025-02-25T01:16:48.179Z | Checking tungstenite v0.21.0 |
2348 | 2025-02-25T01:16:48.277Z | Compiling heck v0.3.3 |
2349 | 2025-02-25T01:16:48.319Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2350 | 2025-02-25T01:16:48.616Z | Compiling dropshot_endpoint v0.15.1 |
2351 | 2025-02-25T01:16:48.839Z | Checking cstr-argument v0.1.2 |
2352 | 2025-02-25T01:16:48.997Z | Compiling darling_macro v0.20.10 |
2353 | 2025-02-25T01:16:49.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2354 | 2025-02-25T01:16:49.041Z | Checking instant v0.1.13 |
2355 | 2025-02-25T01:16:49.139Z | Checking base64 v0.21.7 |
2356 | 2025-02-25T01:16:49.173Z | Checking fastrand v2.1.1 |
2357 | 2025-02-25T01:16:49.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2358 | 2025-02-25T01:16:49.620Z | Checking pretty-hex v0.2.1 |
2359 | 2025-02-25T01:16:49.781Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2360 | 2025-02-25T01:16:49.804Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2361 | 2025-02-25T01:16:49.904Z | Compiling darling v0.20.10 |
2362 | 2025-02-25T01:16:49.922Z | Checking tempfile v3.13.0 |
2363 | 2025-02-25T01:16:49.951Z | Checking backoff v0.4.0 |
2364 | 2025-02-25T01:16:50.031Z | Compiling serde_with_macros v3.11.0 |
2365 | 2025-02-25T01:16:50.082Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2366 | 2025-02-25T01:16:50.161Z | Checking tokio-tungstenite v0.21.0 |
2367 | 2025-02-25T01:16:50.243Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2368 | 2025-02-25T01:16:50.246Z | Compiling zone_cfg_derive v0.1.2 |
2369 | 2025-02-25T01:16:50.304Z | Checking strum v0.26.3 |
2370 | 2025-02-25T01:16:50.477Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2371 | 2025-02-25T01:16:50.559Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2372 | 2025-02-25T01:16:50.802Z | Checking slog-stdlog v4.1.1 |
2373 | 2025-02-25T01:16:50.904Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2374 | 2025-02-25T01:16:50.973Z | Checking regress v0.9.1 |
2375 | 2025-02-25T01:16:51.075Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2376 | 2025-02-25T01:16:51.217Z | Checking progenitor-client v0.9.1 |
2377 | 2025-02-25T01:16:51.222Z | Checking parse-display v0.10.0 |
2378 | 2025-02-25T01:16:51.361Z | Checking colored v2.1.0 |
2379 | 2025-02-25T01:16:51.544Z | Checking macaddr v1.0.1 |
2380 | 2025-02-25T01:16:51.627Z | Checking base64 v0.13.1 |
2381 | 2025-02-25T01:16:51.661Z | Checking unicode-width v0.1.14 |
2382 | 2025-02-25T01:16:51.887Z | Checking zone v0.1.8 |
2383 | 2025-02-25T01:16:52.051Z | Checking ron v0.7.1 |
2384 | 2025-02-25T01:16:52.174Z | Checking tabwriter v1.4.0 |
2385 | 2025-02-25T01:16:52.409Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2386 | 2025-02-25T01:16:52.559Z | Checking serde_with v3.11.0 |
2387 | 2025-02-25T01:16:52.599Z | Checking slog-envlogger v2.2.0 |
2388 | 2025-02-25T01:16:52.812Z | Checking xz2 v0.1.7 |
2389 | 2025-02-25T01:16:52.848Z | Checking xattr v1.3.1 |
2390 | 2025-02-25T01:16:53.055Z | Checking pem v3.0.5 |
2391 | 2025-02-25T01:16:53.081Z | Checking yasna v0.5.2 |
2392 | 2025-02-25T01:16:53.163Z | Checking headers-core v0.3.0 |
2393 | 2025-02-25T01:16:53.324Z | Checking smf v0.2.3 |
2394 | 2025-02-25T01:16:53.341Z | Checking filetime v0.2.25 |
2395 | 2025-02-25T01:16:53.574Z | Checking same-file v1.0.6 |
2396 | 2025-02-25T01:16:53.637Z | Checking tar v0.4.44 |
2397 | 2025-02-25T01:16:53.765Z | Checking walkdir v2.5.0 |
2398 | 2025-02-25T01:16:53.782Z | Checking headers v0.4.0 |
2399 | 2025-02-25T01:16:53.930Z | Checking rcgen v0.12.1 |
2400 | 2025-02-25T01:16:54.063Z | Checking atomicwrites v0.4.4 |
2401 | 2025-02-25T01:16:54.276Z | Checking camino-tempfile v1.1.1 |
2402 | 2025-02-25T01:16:54.481Z | Checking subprocess v0.2.9 |
2403 | 2025-02-25T01:16:56.915Z | Compiling typify-macro v0.2.0 |
2404 | 2025-02-25T01:16:58.414Z | Compiling typify v0.2.0 |
2405 | 2025-02-25T01:16:58.484Z | Compiling progenitor-impl v0.8.0 |
2406 | 2025-02-25T01:17:00.900Z | Compiling progenitor-macro v0.8.0 |
2407 | 2025-02-25T01:17:04.439Z | Checking progenitor v0.8.0 |
2408 | 2025-02-25T01:17:04.567Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2409 | 2025-02-25T01:17:04.568Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2410 | 2025-02-25T01:17:07.113Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2411 | 2025-02-25T01:17:07.420Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2412 | 2025-02-25T01:17:13.611Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2413 | 2025-02-25T01:17:15.119Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2414 | 2025-02-25T01:17:16.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s |
2415 | 2025-02-25T01:17:16.541Z | |
2416 | 2025-02-25T01:17:16.541Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2417 | 2025-02-25T01:17:17.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-02-25T01:17:17.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-02-25T01:17:17.232Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2420 | 2025-02-25T01:17:18.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2421 | 2025-02-25T01:17:18.756Z | |
2422 | 2025-02-25T01:17:18.756Z | info: running `cargo check --bins` on nexus-config (51/199) |
2423 | 2025-02-25T01:17:19.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-02-25T01:17:19.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-02-25T01:17:19.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2025-02-25T01:17:19.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2427 | 2025-02-25T01:17:19.426Z | |
2428 | 2025-02-25T01:17:19.426Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2429 | 2025-02-25T01:17:19.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-02-25T01:17:20.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-02-25T01:17:20.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2025-02-25T01:17:20.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2433 | 2025-02-25T01:17:20.075Z | |
2434 | 2025-02-25T01:17:20.075Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2435 | 2025-02-25T01:17:20.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-02-25T01:17:20.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-02-25T01:17:20.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2025-02-25T01:17:20.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2439 | 2025-02-25T01:17:20.740Z | |
2440 | 2025-02-25T01:17:20.740Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2441 | 2025-02-25T01:17:21.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-02-25T01:17:21.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-02-25T01:17:21.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-02-25T01:17:21.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2445 | 2025-02-25T01:17:21.401Z | |
2446 | 2025-02-25T01:17:21.401Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2447 | 2025-02-25T01:17:22.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-02-25T01:17:22.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-02-25T01:17:22.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2450 | 2025-02-25T01:17:22.231Z | Compiling ipnetwork v0.21.1 |
2451 | 2025-02-25T01:17:22.234Z | Compiling progenitor-client v0.8.0 |
2452 | 2025-02-25T01:17:22.234Z | Compiling itertools v0.13.0 |
2453 | 2025-02-25T01:17:22.234Z | Compiling heapless v0.8.0 |
2454 | 2025-02-25T01:17:22.234Z | Compiling thiserror v2.0.11 |
2455 | 2025-02-25T01:17:22.234Z | Checking hash32 v0.3.1 |
2456 | 2025-02-25T01:17:22.235Z | Compiling instant v0.1.13 |
2457 | 2025-02-25T01:17:22.412Z | Compiling smoltcp v0.11.0 |
2458 | 2025-02-25T01:17:22.430Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2459 | 2025-02-25T01:17:22.462Z | Compiling backoff v0.4.0 |
2460 | 2025-02-25T01:17:22.493Z | Compiling dropshot v0.15.1 |
2461 | 2025-02-25T01:17:22.655Z | Compiling oxnet v0.1.0 |
2462 | 2025-02-25T01:17:22.807Z | Compiling progenitor v0.8.0 |
2463 | 2025-02-25T01:17:22.960Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2025-02-25T01:17:23.012Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2465 | 2025-02-25T01:17:23.029Z | Compiling daft v0.1.1 |
2466 | 2025-02-25T01:17:23.491Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2467 | 2025-02-25T01:17:23.503Z | Compiling serde_with v3.11.0 |
2468 | 2025-02-25T01:17:23.504Z | Compiling parse-display v0.10.0 |
2469 | 2025-02-25T01:17:23.504Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2470 | 2025-02-25T01:17:23.875Z | Checking num-rational v0.4.2 |
2471 | 2025-02-25T01:17:23.904Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2472 | 2025-02-25T01:17:23.951Z | Compiling progenitor-client v0.9.1 |
2473 | 2025-02-25T01:17:24.457Z | Compiling regress v0.9.1 |
2474 | 2025-02-25T01:17:24.475Z | Compiling phf_generator v0.11.2 |
2475 | 2025-02-25T01:17:24.663Z | Checking num-complex v0.4.6 |
2476 | 2025-02-25T01:17:25.076Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2477 | 2025-02-25T01:17:25.574Z | Compiling macaddr v1.0.1 |
2478 | 2025-02-25T01:17:26.012Z | Checking cobs v0.2.3 |
2479 | 2025-02-25T01:17:26.205Z | Checking postcard v1.0.10 |
2480 | 2025-02-25T01:17:26.362Z | Compiling num v0.4.3 |
2481 | 2025-02-25T01:17:26.568Z | Compiling phf_codegen v0.11.2 |
2482 | 2025-02-25T01:17:26.751Z | Compiling parse-zoneinfo v0.3.1 |
2483 | 2025-02-25T01:17:26.795Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2484 | 2025-02-25T01:17:27.117Z | Compiling float-ord v0.3.2 |
2485 | 2025-02-25T01:17:27.298Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2486 | 2025-02-25T01:17:27.620Z | Compiling convert_case v0.4.0 |
2487 | 2025-02-25T01:17:28.453Z | Compiling derive_more v0.99.19 |
2488 | 2025-02-25T01:17:29.201Z | Compiling chrono-tz-build v0.4.0 |
2489 | 2025-02-25T01:17:29.556Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2490 | 2025-02-25T01:17:30.322Z | Compiling crucible-workspace-hack v0.1.0 |
2491 | 2025-02-25T01:17:30.376Z | Compiling chrono-tz v0.10.1 |
2492 | 2025-02-25T01:17:30.396Z | Checking newline-converter v0.3.0 |
2493 | 2025-02-25T01:17:30.655Z | Checking prettyplease v0.2.29 |
2494 | 2025-02-25T01:17:31.051Z | Compiling slog-dtrace v0.3.0 |
2495 | 2025-02-25T01:17:31.290Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2496 | 2025-02-25T01:17:31.547Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2497 | 2025-02-25T01:17:31.664Z | Checking expectorate v1.1.0 |
2498 | 2025-02-25T01:17:31.840Z | Compiling zone_cfg_derive v0.3.0 |
2499 | 2025-02-25T01:17:31.880Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2500 | 2025-02-25T01:17:32.240Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2501 | 2025-02-25T01:17:32.565Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2502 | 2025-02-25T01:17:32.906Z | Compiling const_format_proc_macros v0.2.34 |
2503 | 2025-02-25T01:17:32.927Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2504 | 2025-02-25T01:17:33.106Z | Compiling num-derive v0.4.2 |
2505 | 2025-02-25T01:17:33.220Z | Checking highway v1.2.0 |
2506 | 2025-02-25T01:17:33.626Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2507 | 2025-02-25T01:17:33.629Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2508 | 2025-02-25T01:17:33.980Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2509 | 2025-02-25T01:17:33.998Z | Checking zone v0.3.0 |
2510 | 2025-02-25T01:17:34.222Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2511 | 2025-02-25T01:17:34.244Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2512 | 2025-02-25T01:17:34.744Z | Checking const_format v0.2.34 |
2513 | 2025-02-25T01:17:34.956Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2514 | 2025-02-25T01:17:35.103Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2515 | 2025-02-25T01:17:35.189Z | Checking gethostname v0.5.0 |
2516 | 2025-02-25T01:17:35.326Z | Checking bcs v0.1.6 |
2517 | 2025-02-25T01:17:35.354Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2518 | 2025-02-25T01:17:35.521Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2519 | 2025-02-25T01:17:35.756Z | Compiling async-recursion v1.1.1 |
2520 | 2025-02-25T01:17:35.803Z | Checking nanorand v0.7.0 |
2521 | 2025-02-25T01:17:35.911Z | Checking termtree v0.5.1 |
2522 | 2025-02-25T01:17:36.176Z | Checking flume v0.11.1 |
2523 | 2025-02-25T01:17:36.766Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2524 | 2025-02-25T01:17:36.768Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2525 | 2025-02-25T01:17:37.100Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2526 | 2025-02-25T01:17:37.498Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2527 | 2025-02-25T01:17:43.084Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2528 | 2025-02-25T01:17:46.290Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2529 | 2025-02-25T01:17:48.774Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2530 | 2025-02-25T01:17:49.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.58s |
2531 | 2025-02-25T01:17:50.173Z | |
2532 | 2025-02-25T01:17:50.173Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2533 | 2025-02-25T01:17:50.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2025-02-25T01:17:50.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2025-02-25T01:17:50.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2025-02-25T01:17:50.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2537 | 2025-02-25T01:17:50.838Z | |
2538 | 2025-02-25T01:17:50.838Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2539 | 2025-02-25T01:17:51.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2025-02-25T01:17:51.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2025-02-25T01:17:51.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2025-02-25T01:17:51.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2543 | 2025-02-25T01:17:51.520Z | |
2544 | 2025-02-25T01:17:51.520Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2545 | 2025-02-25T01:17:52.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2025-02-25T01:17:52.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2025-02-25T01:17:52.207Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2548 | 2025-02-25T01:17:52.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2549 | 2025-02-25T01:17:53.027Z | |
2550 | 2025-02-25T01:17:53.027Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2551 | 2025-02-25T01:17:53.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2025-02-25T01:17:53.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2025-02-25T01:17:53.745Z | Compiling cfg_aliases v0.1.1 |
2554 | 2025-02-25T01:17:53.748Z | Compiling vte_generate_state_changes v0.1.2 |
2555 | 2025-02-25T01:17:53.748Z | Checking fd-lock v4.0.2 |
2556 | 2025-02-25T01:17:53.748Z | Checking nibble_vec v0.1.0 |
2557 | 2025-02-25T01:17:53.850Z | Checking bytecount v0.6.8 |
2558 | 2025-02-25T01:17:53.853Z | Checking endian-type v0.1.2 |
2559 | 2025-02-25T01:17:53.885Z | Compiling tabled_derive v0.7.0 |
2560 | 2025-02-25T01:17:53.927Z | Compiling peg-macros v0.8.4 |
2561 | 2025-02-25T01:17:53.929Z | Compiling nix v0.28.0 |
2562 | 2025-02-25T01:17:54.027Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2563 | 2025-02-25T01:17:54.043Z | Checking papergrid v0.11.0 |
2564 | 2025-02-25T01:17:54.057Z | Compiling sqlparser_derive v0.2.2 |
2565 | 2025-02-25T01:17:54.088Z | Checking radix_trie v0.2.1 |
2566 | 2025-02-25T01:17:54.446Z | Checking vte v0.11.1 |
2567 | 2025-02-25T01:17:54.488Z | Checking nu-ansi-term v0.50.1 |
2568 | 2025-02-25T01:17:54.863Z | Checking unicode_categories v0.1.1 |
2569 | 2025-02-25T01:17:55.029Z | Checking home v0.5.9 |
2570 | 2025-02-25T01:17:55.085Z | Checking sqlparser v0.45.0 |
2571 | 2025-02-25T01:17:55.170Z | Checking sqlformat v0.2.6 |
2572 | 2025-02-25T01:17:55.216Z | Checking display-error-chain v0.2.2 |
2573 | 2025-02-25T01:17:55.823Z | Checking strip-ansi-escapes v0.2.0 |
2574 | 2025-02-25T01:17:55.981Z | Checking reedline v0.35.0 |
2575 | 2025-02-25T01:17:56.036Z | Checking tabled v0.15.0 |
2576 | 2025-02-25T01:17:56.385Z | Checking peg v0.8.4 |
2577 | 2025-02-25T01:17:56.877Z | Checking rustyline v14.0.0 |
2578 | 2025-02-25T01:18:05.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
2579 | 2025-02-25T01:18:05.708Z | |
2580 | 2025-02-25T01:18:05.708Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2581 | 2025-02-25T01:18:06.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-02-25T01:18:06.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-02-25T01:18:06.414Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-02-25T01:18:11.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2585 | 2025-02-25T01:18:11.676Z | |
2586 | 2025-02-25T01:18:11.676Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2587 | 2025-02-25T01:18:12.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-02-25T01:18:12.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-02-25T01:18:12.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2590 | 2025-02-25T01:18:15.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
2591 | 2025-02-25T01:18:16.016Z | |
2592 | 2025-02-25T01:18:16.016Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2593 | 2025-02-25T01:18:16.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-02-25T01:18:16.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-02-25T01:18:16.709Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2596 | 2025-02-25T01:18:21.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2597 | 2025-02-25T01:18:21.682Z | |
2598 | 2025-02-25T01:18:21.682Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2599 | 2025-02-25T01:18:22.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-02-25T01:18:22.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-02-25T01:18:22.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2602 | 2025-02-25T01:18:27.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2603 | 2025-02-25T01:18:27.427Z | |
2604 | 2025-02-25T01:18:27.427Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2605 | 2025-02-25T01:18:28.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-02-25T01:18:28.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-02-25T01:18:28.110Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2608 | 2025-02-25T01:18:31.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
2609 | 2025-02-25T01:18:31.968Z | |
2610 | 2025-02-25T01:18:31.968Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2611 | 2025-02-25T01:18:32.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-02-25T01:18:32.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-02-25T01:18:32.662Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2614 | 2025-02-25T01:18:36.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2615 | 2025-02-25T01:18:36.685Z | |
2616 | 2025-02-25T01:18:36.685Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2617 | 2025-02-25T01:18:37.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2025-02-25T01:18:37.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2025-02-25T01:18:37.374Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2620 | 2025-02-25T01:18:42.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2621 | 2025-02-25T01:18:42.546Z | |
2622 | 2025-02-25T01:18:42.546Z | info: running `cargo check --bins` on oximeter (67/199) |
2623 | 2025-02-25T01:18:43.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2025-02-25T01:18:43.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2025-02-25T01:18:43.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2025-02-25T01:18:43.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2627 | 2025-02-25T01:18:43.199Z | |
2628 | 2025-02-25T01:18:43.199Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2629 | 2025-02-25T01:18:43.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2025-02-25T01:18:43.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2025-02-25T01:18:43.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2025-02-25T01:18:43.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2633 | 2025-02-25T01:18:43.836Z | |
2634 | 2025-02-25T01:18:43.836Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2635 | 2025-02-25T01:18:44.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2025-02-25T01:18:44.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2025-02-25T01:18:44.504Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2638 | 2025-02-25T01:18:46.491Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2639 | 2025-02-25T01:18:47.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
2640 | 2025-02-25T01:18:47.600Z | |
2641 | 2025-02-25T01:18:47.600Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2642 | 2025-02-25T01:18:48.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-02-25T01:18:48.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-02-25T01:18:48.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-02-25T01:18:48.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2646 | 2025-02-25T01:18:48.261Z | |
2647 | 2025-02-25T01:18:48.261Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2648 | 2025-02-25T01:18:48.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-02-25T01:18:48.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-02-25T01:18:48.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-02-25T01:18:48.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2652 | 2025-02-25T01:18:48.925Z | |
2653 | 2025-02-25T01:18:48.925Z | info: running `cargo check --bins` on oxql-types (72/199) |
2654 | 2025-02-25T01:18:49.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-02-25T01:18:49.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-02-25T01:18:49.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-02-25T01:18:49.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2658 | 2025-02-25T01:18:49.585Z | |
2659 | 2025-02-25T01:18:49.585Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2660 | 2025-02-25T01:18:50.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-02-25T01:18:50.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-02-25T01:18:50.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-02-25T01:18:50.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2664 | 2025-02-25T01:18:50.270Z | |
2665 | 2025-02-25T01:18:50.270Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2666 | 2025-02-25T01:18:50.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-02-25T01:18:50.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-02-25T01:18:50.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-02-25T01:18:50.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2670 | 2025-02-25T01:18:50.941Z | |
2671 | 2025-02-25T01:18:50.941Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2672 | 2025-02-25T01:18:51.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-02-25T01:18:51.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-02-25T01:18:51.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-02-25T01:18:51.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2676 | 2025-02-25T01:18:51.633Z | |
2677 | 2025-02-25T01:18:51.633Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2678 | 2025-02-25T01:18:52.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-02-25T01:18:52.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-02-25T01:18:52.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-02-25T01:18:52.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2682 | 2025-02-25T01:18:52.313Z | |
2683 | 2025-02-25T01:18:52.313Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2684 | 2025-02-25T01:18:52.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-02-25T01:18:52.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-02-25T01:18:52.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-02-25T01:18:52.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2688 | 2025-02-25T01:18:52.993Z | |
2689 | 2025-02-25T01:18:52.993Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2690 | 2025-02-25T01:18:53.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-02-25T01:18:53.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-02-25T01:18:53.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-02-25T01:18:53.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2694 | 2025-02-25T01:18:53.680Z | |
2695 | 2025-02-25T01:18:53.680Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2696 | 2025-02-25T01:18:54.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-02-25T01:18:54.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-02-25T01:18:54.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-02-25T01:18:54.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2700 | 2025-02-25T01:18:54.339Z | |
2701 | 2025-02-25T01:18:54.339Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2702 | 2025-02-25T01:18:54.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-02-25T01:18:54.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-02-25T01:18:54.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-02-25T01:18:54.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2706 | 2025-02-25T01:18:55.021Z | |
2707 | 2025-02-25T01:18:55.021Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2708 | 2025-02-25T01:18:55.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-02-25T01:18:55.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-02-25T01:18:55.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-02-25T01:18:55.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2712 | 2025-02-25T01:18:55.691Z | |
2713 | 2025-02-25T01:18:55.691Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2714 | 2025-02-25T01:18:56.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-02-25T01:18:56.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-02-25T01:18:56.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-02-25T01:18:56.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2718 | 2025-02-25T01:18:56.400Z | |
2719 | 2025-02-25T01:18:56.400Z | info: running `cargo check --bins` on dpd-client (83/199) |
2720 | 2025-02-25T01:18:56.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-02-25T01:18:56.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-02-25T01:18:56.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-02-25T01:18:56.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2724 | 2025-02-25T01:18:57.050Z | |
2725 | 2025-02-25T01:18:57.050Z | info: running `cargo check --bins` on gateway-client (84/199) |
2726 | 2025-02-25T01:18:57.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-02-25T01:18:57.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-02-25T01:18:57.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-02-25T01:18:57.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2730 | 2025-02-25T01:18:57.695Z | |
2731 | 2025-02-25T01:18:57.695Z | info: running `cargo check --bins` on installinator-client (85/199) |
2732 | 2025-02-25T01:18:58.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-02-25T01:18:58.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-02-25T01:18:58.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-02-25T01:18:58.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2736 | 2025-02-25T01:18:58.370Z | |
2737 | 2025-02-25T01:18:58.370Z | info: running `cargo check --bins` on installinator-common (86/199) |
2738 | 2025-02-25T01:18:58.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-02-25T01:18:58.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-02-25T01:18:58.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-02-25T01:18:58.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2742 | 2025-02-25T01:18:59.058Z | |
2743 | 2025-02-25T01:18:59.058Z | info: running `cargo check --bins` on update-engine (87/199) |
2744 | 2025-02-25T01:18:59.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-02-25T01:18:59.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-02-25T01:18:59.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-02-25T01:18:59.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2748 | 2025-02-25T01:18:59.711Z | |
2749 | 2025-02-25T01:18:59.711Z | info: running `cargo check --bins` on nexus-client (88/199) |
2750 | 2025-02-25T01:19:00.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-02-25T01:19:00.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-02-25T01:19:00.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-02-25T01:19:00.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2754 | 2025-02-25T01:19:00.403Z | |
2755 | 2025-02-25T01:19:00.403Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2756 | 2025-02-25T01:19:00.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-02-25T01:19:00.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-02-25T01:19:00.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-02-25T01:19:00.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2760 | 2025-02-25T01:19:01.073Z | |
2761 | 2025-02-25T01:19:01.073Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2762 | 2025-02-25T01:19:01.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-02-25T01:19:01.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-02-25T01:19:01.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-02-25T01:19:01.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2766 | 2025-02-25T01:19:01.721Z | |
2767 | 2025-02-25T01:19:01.721Z | info: running `cargo check --bins` on nexus-types (91/199) |
2768 | 2025-02-25T01:19:02.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-02-25T01:19:02.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-02-25T01:19:02.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-02-25T01:19:02.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2772 | 2025-02-25T01:19:02.410Z | |
2773 | 2025-02-25T01:19:02.410Z | info: running `cargo check --bins` on oxide-client (92/199) |
2774 | 2025-02-25T01:19:02.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-02-25T01:19:02.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-02-25T01:19:02.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-02-25T01:19:02.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2778 | 2025-02-25T01:19:03.068Z | |
2779 | 2025-02-25T01:19:03.069Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2780 | 2025-02-25T01:19:03.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-02-25T01:19:03.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-02-25T01:19:03.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-02-25T01:19:03.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2784 | 2025-02-25T01:19:03.728Z | |
2785 | 2025-02-25T01:19:03.728Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2786 | 2025-02-25T01:19:04.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-02-25T01:19:04.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-02-25T01:19:04.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-02-25T01:19:04.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2790 | 2025-02-25T01:19:04.374Z | |
2791 | 2025-02-25T01:19:04.374Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2792 | 2025-02-25T01:19:04.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-02-25T01:19:04.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-02-25T01:19:04.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-02-25T01:19:04.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2796 | 2025-02-25T01:19:05.049Z | |
2797 | 2025-02-25T01:19:05.049Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2798 | 2025-02-25T01:19:05.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-02-25T01:19:05.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-02-25T01:19:05.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-02-25T01:19:05.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2802 | 2025-02-25T01:19:05.742Z | |
2803 | 2025-02-25T01:19:05.742Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2804 | 2025-02-25T01:19:06.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-02-25T01:19:06.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-02-25T01:19:06.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-02-25T01:19:06.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2808 | 2025-02-25T01:19:06.430Z | |
2809 | 2025-02-25T01:19:06.430Z | info: running `cargo check --bins` on wicket-common (98/199) |
2810 | 2025-02-25T01:19:07.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-02-25T01:19:07.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-02-25T01:19:07.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-02-25T01:19:07.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2814 | 2025-02-25T01:19:07.120Z | |
2815 | 2025-02-25T01:19:07.120Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2816 | 2025-02-25T01:19:07.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-02-25T01:19:07.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-02-25T01:19:07.803Z | Checking csv-core v0.1.11 |
2819 | 2025-02-25T01:19:07.803Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2820 | 2025-02-25T01:19:07.806Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2821 | 2025-02-25T01:19:07.806Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2822 | 2025-02-25T01:19:08.089Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2823 | 2025-02-25T01:19:08.107Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2824 | 2025-02-25T01:19:08.131Z | Checking csv v1.3.1 |
2825 | 2025-02-25T01:19:08.704Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2826 | 2025-02-25T01:19:09.056Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2827 | 2025-02-25T01:19:10.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
2828 | 2025-02-25T01:19:10.785Z | |
2829 | 2025-02-25T01:19:10.785Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2830 | 2025-02-25T01:19:11.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-02-25T01:19:11.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-02-25T01:19:11.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-02-25T01:19:11.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2834 | 2025-02-25T01:19:11.449Z | |
2835 | 2025-02-25T01:19:11.449Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2836 | 2025-02-25T01:19:12.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-02-25T01:19:12.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-02-25T01:19:12.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-02-25T01:19:12.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2840 | 2025-02-25T01:19:12.123Z | |
2841 | 2025-02-25T01:19:12.123Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2842 | 2025-02-25T01:19:12.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-02-25T01:19:12.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-02-25T01:19:12.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2025-02-25T01:19:12.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2846 | 2025-02-25T01:19:12.875Z | |
2847 | 2025-02-25T01:19:12.875Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2848 | 2025-02-25T01:19:13.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2025-02-25T01:19:13.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2025-02-25T01:19:13.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2025-02-25T01:19:13.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2852 | 2025-02-25T01:19:13.632Z | |
2853 | 2025-02-25T01:19:13.632Z | info: running `cargo check --bins` on dns-server (104/199) |
2854 | 2025-02-25T01:19:14.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2025-02-25T01:19:14.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2025-02-25T01:19:14.316Z | Compiling typify-impl v0.3.0 |
2857 | 2025-02-25T01:19:14.423Z | Compiling parking_lot_core v0.8.6 |
2858 | 2025-02-25T01:19:14.425Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2025-02-25T01:19:14.425Z | Checking fxhash v0.2.1 |
2860 | 2025-02-25T01:19:14.435Z | Checking hickory-client v0.24.3 |
2861 | 2025-02-25T01:19:14.446Z | Checking hickory-server v0.24.3 |
2862 | 2025-02-25T01:19:15.106Z | Checking parking_lot v0.11.2 |
2863 | 2025-02-25T01:19:15.155Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2864 | 2025-02-25T01:19:15.424Z | Checking sled v0.34.7 |
2865 | 2025-02-25T01:19:20.279Z | Compiling typify-macro v0.3.0 |
2866 | 2025-02-25T01:19:21.464Z | Compiling typify v0.3.0 |
2867 | 2025-02-25T01:19:21.578Z | Compiling progenitor-impl v0.9.1 |
2868 | 2025-02-25T01:19:23.924Z | Compiling progenitor-macro v0.9.1 |
2869 | 2025-02-25T01:19:27.457Z | Checking progenitor v0.9.1 |
2870 | 2025-02-25T01:19:27.588Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2871 | 2025-02-25T01:19:28.048Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2872 | 2025-02-25T01:19:29.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s |
2873 | 2025-02-25T01:19:29.487Z | |
2874 | 2025-02-25T01:19:29.487Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2875 | 2025-02-25T01:19:30.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-02-25T01:19:30.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-02-25T01:19:30.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-02-25T01:19:30.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2879 | 2025-02-25T01:19:30.147Z | |
2880 | 2025-02-25T01:19:30.147Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2881 | 2025-02-25T01:19:30.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-02-25T01:19:30.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-02-25T01:19:30.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-02-25T01:19:30.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2885 | 2025-02-25T01:19:30.850Z | |
2886 | 2025-02-25T01:19:30.850Z | info: running `cargo check --bins` on gateway-types (107/199) |
2887 | 2025-02-25T01:19:31.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-02-25T01:19:31.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-02-25T01:19:31.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2025-02-25T01:19:31.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2891 | 2025-02-25T01:19:31.505Z | |
2892 | 2025-02-25T01:19:31.505Z | info: running `cargo check --bins` on ipcc (108/199) |
2893 | 2025-02-25T01:19:32.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2025-02-25T01:19:32.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2025-02-25T01:19:32.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2025-02-25T01:19:32.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2897 | 2025-02-25T01:19:32.172Z | |
2898 | 2025-02-25T01:19:32.172Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2899 | 2025-02-25T01:19:32.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2025-02-25T01:19:32.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2025-02-25T01:19:32.921Z | Compiling radium v0.7.0 |
2902 | 2025-02-25T01:19:32.921Z | Compiling semver v0.1.20 |
2903 | 2025-02-25T01:19:33.043Z | Compiling maybe-uninit v2.0.0 |
2904 | 2025-02-25T01:19:33.044Z | Checking tap v1.0.1 |
2905 | 2025-02-25T01:19:33.070Z | Checking password-hash v0.5.0 |
2906 | 2025-02-25T01:19:33.072Z | Checking blake2 v0.10.6 |
2907 | 2025-02-25T01:19:33.072Z | Compiling cancel-safe-futures v0.1.5 |
2908 | 2025-02-25T01:19:33.072Z | Compiling owo-colors v4.1.0 |
2909 | 2025-02-25T01:19:33.183Z | Checking wyz v0.5.1 |
2910 | 2025-02-25T01:19:33.409Z | Compiling rustc_version v0.1.7 |
2911 | 2025-02-25T01:19:33.431Z | Checking funty v2.0.0 |
2912 | 2025-02-25T01:19:33.503Z | Checking crc-catalog v2.4.0 |
2913 | 2025-02-25T01:19:33.537Z | Compiling packed_struct v0.10.1 |
2914 | 2025-02-25T01:19:33.539Z | Checking argon2 v0.5.3 |
2915 | 2025-02-25T01:19:33.650Z | Checking crc v3.2.1 |
2916 | 2025-02-25T01:19:33.671Z | Compiling packed_struct_codegen v0.10.1 |
2917 | 2025-02-25T01:19:33.701Z | Compiling indexmap v1.9.3 |
2918 | 2025-02-25T01:19:33.823Z | Compiling newtype_derive v0.1.6 |
2919 | 2025-02-25T01:19:33.889Z | Checking half v2.4.1 |
2920 | 2025-02-25T01:19:33.984Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2921 | 2025-02-25T01:19:34.008Z | Checking nodrop v0.1.14 |
2922 | 2025-02-25T01:19:34.074Z | Checking ciborium-io v0.2.2 |
2923 | 2025-02-25T01:19:34.146Z | Checking array-init v0.0.4 |
2924 | 2025-02-25T01:19:34.246Z | Checking smallvec v0.6.14 |
2925 | 2025-02-25T01:19:34.255Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2926 | 2025-02-25T01:19:34.273Z | Checking bitvec v1.0.1 |
2927 | 2025-02-25T01:19:34.319Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2928 | 2025-02-25T01:19:34.336Z | Checking ciborium-ll v0.2.2 |
2929 | 2025-02-25T01:19:34.610Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2930 | 2025-02-25T01:19:34.631Z | Checking libsw v3.3.1 |
2931 | 2025-02-25T01:19:34.898Z | Checking termcolor v1.4.1 |
2932 | 2025-02-25T01:19:34.927Z | Checking bitfield v0.14.0 |
2933 | 2025-02-25T01:19:34.981Z | Checking linear-map v1.2.0 |
2934 | 2025-02-25T01:19:35.002Z | Checking hashbrown v0.12.3 |
2935 | 2025-02-25T01:19:35.206Z | Checking indent_write v2.2.0 |
2936 | 2025-02-25T01:19:35.301Z | Checking swrite v0.1.0 |
2937 | 2025-02-25T01:19:35.303Z | Checking env_logger v0.10.2 |
2938 | 2025-02-25T01:19:35.435Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2939 | 2025-02-25T01:19:35.439Z | Checking serde-hex v0.1.0 |
2940 | 2025-02-25T01:19:35.557Z | Checking ron v0.8.1 |
2941 | 2025-02-25T01:19:35.731Z | Checking ciborium v0.2.2 |
2942 | 2025-02-25T01:19:35.902Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2943 | 2025-02-25T01:19:36.336Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2944 | 2025-02-25T01:19:36.608Z | Checking steno v0.4.1 |
2945 | 2025-02-25T01:19:36.640Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2946 | 2025-02-25T01:19:36.746Z | Checking hashbrown v0.13.2 |
2947 | 2025-02-25T01:19:36.900Z | Checking humantime v2.1.0 |
2948 | 2025-02-25T01:19:36.966Z | Checking crc-any v2.5.0 |
2949 | 2025-02-25T01:19:37.193Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2950 | 2025-02-25T01:19:37.354Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2951 | 2025-02-25T01:19:37.476Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2952 | 2025-02-25T01:19:37.659Z | Checking object v0.30.4 |
2953 | 2025-02-25T01:19:37.805Z | Checking path-slash v0.1.5 |
2954 | 2025-02-25T01:19:37.888Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2955 | 2025-02-25T01:19:38.027Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2956 | 2025-02-25T01:19:38.680Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2957 | 2025-02-25T01:19:38.728Z | Checking nix v0.27.1 |
2958 | 2025-02-25T01:19:38.778Z | Checking tungstenite v0.23.0 |
2959 | 2025-02-25T01:19:38.929Z | Checking kstat-rs v0.2.4 |
2960 | 2025-02-25T01:19:39.262Z | Checking signal-hook-tokio v0.3.1 |
2961 | 2025-02-25T01:19:39.276Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2962 | 2025-02-25T01:19:39.686Z | Checking tokio-tungstenite v0.23.1 |
2963 | 2025-02-25T01:19:40.262Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2964 | 2025-02-25T01:19:40.518Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2965 | 2025-02-25T01:19:40.520Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2966 | 2025-02-25T01:19:47.548Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2967 | 2025-02-25T01:19:48.883Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2968 | 2025-02-25T01:19:51.277Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2969 | 2025-02-25T01:19:58.347Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2970 | 2025-02-25T01:19:58.492Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2971 | 2025-02-25T01:19:59.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.81s |
2972 | 2025-02-25T01:20:00.179Z | |
2973 | 2025-02-25T01:20:00.179Z | info: running `cargo check --bins` on gateway-api (110/199) |
2974 | 2025-02-25T01:20:00.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2025-02-25T01:20:00.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2025-02-25T01:20:00.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2025-02-25T01:20:00.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2978 | 2025-02-25T01:20:00.841Z | |
2979 | 2025-02-25T01:20:00.841Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2980 | 2025-02-25T01:20:01.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2025-02-25T01:20:01.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2025-02-25T01:20:01.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2025-02-25T01:20:01.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2984 | 2025-02-25T01:20:01.480Z | |
2985 | 2025-02-25T01:20:01.480Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2986 | 2025-02-25T01:20:02.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2025-02-25T01:20:02.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2025-02-25T01:20:02.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2025-02-25T01:20:02.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2990 | 2025-02-25T01:20:02.149Z | |
2991 | 2025-02-25T01:20:02.149Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2992 | 2025-02-25T01:20:02.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2025-02-25T01:20:02.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2025-02-25T01:20:02.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2995 | 2025-02-25T01:20:02.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2996 | 2025-02-25T01:20:02.806Z | |
2997 | 2025-02-25T01:20:02.806Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2998 | 2025-02-25T01:20:03.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2025-02-25T01:20:03.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2025-02-25T01:20:03.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2025-02-25T01:20:03.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3002 | 2025-02-25T01:20:03.470Z | |
3003 | 2025-02-25T01:20:03.470Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
3004 | 2025-02-25T01:20:04.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2025-02-25T01:20:04.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2025-02-25T01:20:04.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2025-02-25T01:20:04.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3008 | 2025-02-25T01:20:04.121Z | |
3009 | 2025-02-25T01:20:04.121Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
3010 | 2025-02-25T01:20:04.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-02-25T01:20:04.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-02-25T01:20:04.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2025-02-25T01:20:04.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3014 | 2025-02-25T01:20:04.775Z | |
3015 | 2025-02-25T01:20:04.775Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3016 | 2025-02-25T01:20:05.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-02-25T01:20:05.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-02-25T01:20:05.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-02-25T01:20:05.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3020 | 2025-02-25T01:20:05.429Z | |
3021 | 2025-02-25T01:20:05.429Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3022 | 2025-02-25T01:20:06.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-02-25T01:20:06.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-02-25T01:20:06.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-02-25T01:20:06.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3026 | 2025-02-25T01:20:06.109Z | |
3027 | 2025-02-25T01:20:06.109Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3028 | 2025-02-25T01:20:06.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-02-25T01:20:06.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-02-25T01:20:06.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-02-25T01:20:06.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3032 | 2025-02-25T01:20:06.778Z | |
3033 | 2025-02-25T01:20:06.778Z | info: running `cargo check --bins` on sp-sim (120/199) |
3034 | 2025-02-25T01:20:07.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-02-25T01:20:07.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-02-25T01:20:07.437Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3037 | 2025-02-25T01:20:07.878Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3038 | 2025-02-25T01:20:09.539Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3039 | 2025-02-25T01:20:11.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3040 | 2025-02-25T01:20:11.371Z | |
3041 | 2025-02-25T01:20:11.371Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3042 | 2025-02-25T01:20:11.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-02-25T01:20:11.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-02-25T01:20:11.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-02-25T01:20:11.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3046 | 2025-02-25T01:20:12.078Z | |
3047 | 2025-02-25T01:20:12.079Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3048 | 2025-02-25T01:20:12.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-02-25T01:20:12.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-02-25T01:20:12.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-02-25T01:20:12.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3052 | 2025-02-25T01:20:12.787Z | |
3053 | 2025-02-25T01:20:12.787Z | info: running `cargo check --bins` on db-macros (123/199) |
3054 | 2025-02-25T01:20:13.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-02-25T01:20:13.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-02-25T01:20:13.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2025-02-25T01:20:13.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3058 | 2025-02-25T01:20:13.424Z | |
3059 | 2025-02-25T01:20:13.424Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3060 | 2025-02-25T01:20:13.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2025-02-25T01:20:13.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2025-02-25T01:20:13.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2025-02-25T01:20:13.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3064 | 2025-02-25T01:20:14.065Z | |
3065 | 2025-02-25T01:20:14.065Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3066 | 2025-02-25T01:20:14.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2025-02-25T01:20:14.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2025-02-25T01:20:14.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2025-02-25T01:20:14.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3070 | 2025-02-25T01:20:14.763Z | |
3071 | 2025-02-25T01:20:14.763Z | info: running `cargo check --bins` on authz-macros (126/199) |
3072 | 2025-02-25T01:20:15.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-02-25T01:20:15.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-02-25T01:20:15.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-02-25T01:20:15.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3076 | 2025-02-25T01:20:15.399Z | |
3077 | 2025-02-25T01:20:15.399Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3078 | 2025-02-25T01:20:16.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-02-25T01:20:16.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-02-25T01:20:16.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-02-25T01:20:16.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3082 | 2025-02-25T01:20:16.090Z | |
3083 | 2025-02-25T01:20:16.090Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3084 | 2025-02-25T01:20:16.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-02-25T01:20:16.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-02-25T01:20:16.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-02-25T01:20:16.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3088 | 2025-02-25T01:20:16.776Z | |
3089 | 2025-02-25T01:20:16.777Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3090 | 2025-02-25T01:20:17.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-02-25T01:20:17.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-02-25T01:20:17.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-02-25T01:20:17.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3094 | 2025-02-25T01:20:17.422Z | |
3095 | 2025-02-25T01:20:17.422Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3096 | 2025-02-25T01:20:18.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-02-25T01:20:18.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-02-25T01:20:18.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2025-02-25T01:20:18.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3100 | 2025-02-25T01:20:18.095Z | |
3101 | 2025-02-25T01:20:18.095Z | info: running `cargo check --bins` on typed-rng (131/199) |
3102 | 2025-02-25T01:20:18.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2025-02-25T01:20:18.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2025-02-25T01:20:18.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2025-02-25T01:20:18.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3106 | 2025-02-25T01:20:18.739Z | |
3107 | 2025-02-25T01:20:18.739Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3108 | 2025-02-25T01:20:19.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2025-02-25T01:20:19.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2025-02-25T01:20:19.510Z | Checking keccak v0.1.5 |
3111 | 2025-02-25T01:20:19.623Z | Checking secrecy v0.8.0 |
3112 | 2025-02-25T01:20:19.626Z | Compiling unicase v2.7.0 |
3113 | 2025-02-25T01:20:19.626Z | Compiling same-file v1.0.6 |
3114 | 2025-02-25T01:20:19.645Z | Compiling tempfile v3.13.0 |
3115 | 2025-02-25T01:20:19.673Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3116 | 2025-02-25T01:20:19.676Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3117 | 2025-02-25T01:20:19.676Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3118 | 2025-02-25T01:20:19.793Z | Compiling thiserror-impl-no-std v2.0.2 |
3119 | 2025-02-25T01:20:19.891Z | Checking sha3 v0.10.8 |
3120 | 2025-02-25T01:20:19.917Z | Compiling walkdir v2.5.0 |
3121 | 2025-02-25T01:20:19.923Z | Checking universal-hash v0.5.1 |
3122 | 2025-02-25T01:20:20.068Z | Compiling blake3 v1.5.4 |
3123 | 2025-02-25T01:20:20.145Z | Checking opaque-debug v0.3.1 |
3124 | 2025-02-25T01:20:20.170Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3125 | 2025-02-25T01:20:20.208Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3126 | 2025-02-25T01:20:20.241Z | Checking poly1305 v0.8.0 |
3127 | 2025-02-25T01:20:20.298Z | Checking chacha20 v0.9.1 |
3128 | 2025-02-25T01:20:20.368Z | Checking aead v0.5.2 |
3129 | 2025-02-25T01:20:20.484Z | Compiling memmap2 v0.9.5 |
3130 | 2025-02-25T01:20:20.589Z | Compiling arrayvec v0.7.6 |
3131 | 2025-02-25T01:20:20.592Z | Compiling libefi-sys v0.1.0 |
3132 | 2025-02-25T01:20:20.668Z | Compiling arrayref v0.3.9 |
3133 | 2025-02-25T01:20:20.731Z | Compiling constant_time_eq v0.3.1 |
3134 | 2025-02-25T01:20:20.777Z | Compiling salty v0.3.0 |
3135 | 2025-02-25T01:20:20.853Z | Checking chacha20poly1305 v0.10.1 |
3136 | 2025-02-25T01:20:20.943Z | Compiling toolchain_find v0.4.0 |
3137 | 2025-02-25T01:20:20.964Z | Compiling camino-tempfile v1.1.1 |
3138 | 2025-02-25T01:20:21.032Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3139 | 2025-02-25T01:20:21.217Z | Compiling bitfield-struct v0.6.2 |
3140 | 2025-02-25T01:20:21.302Z | Compiling topological-sort v0.2.2 |
3141 | 2025-02-25T01:20:21.398Z | Compiling mime_guess v2.0.5 |
3142 | 2025-02-25T01:20:21.559Z | Compiling rustfmt-wrapper v0.2.1 |
3143 | 2025-02-25T01:20:21.962Z | Compiling omicron-zone-package v0.12.0 |
3144 | 2025-02-25T01:20:22.037Z | Compiling progenitor v0.9.1 |
3145 | 2025-02-25T01:20:22.130Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3146 | 2025-02-25T01:20:22.258Z | Checking primeorder v0.13.6 |
3147 | 2025-02-25T01:20:22.412Z | Checking thiserror-no-std v2.0.2 |
3148 | 2025-02-25T01:20:22.432Z | Checking env_filter v0.1.2 |
3149 | 2025-02-25T01:20:22.435Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3150 | 2025-02-25T01:20:22.541Z | Checking vsss-rs v3.3.4 |
3151 | 2025-02-25T01:20:22.567Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3152 | 2025-02-25T01:20:22.587Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3153 | 2025-02-25T01:20:22.666Z | Checking env_logger v0.11.5 |
3154 | 2025-02-25T01:20:22.707Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3155 | 2025-02-25T01:20:22.736Z | Checking p384 v0.13.0 |
3156 | 2025-02-25T01:20:22.804Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3157 | 2025-02-25T01:20:23.044Z | Compiling zip v2.1.3 |
3158 | 2025-02-25T01:20:23.128Z | Checking bumpalo v3.16.0 |
3159 | 2025-02-25T01:20:23.147Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3160 | 2025-02-25T01:20:23.260Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3161 | 2025-02-25T01:20:23.354Z | Checking http-range v0.1.5 |
3162 | 2025-02-25T01:20:23.472Z | Checking lockfree-object-pool v0.1.6 |
3163 | 2025-02-25T01:20:23.546Z | Checking simd-adler32 v0.3.7 |
3164 | 2025-02-25T01:20:23.590Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3165 | 2025-02-25T01:20:23.710Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3166 | 2025-02-25T01:20:23.861Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3167 | 2025-02-25T01:20:23.880Z | Checking zopfli v0.8.1 |
3168 | 2025-02-25T01:20:24.170Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3169 | 2025-02-25T01:20:24.321Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3170 | 2025-02-25T01:20:24.375Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3171 | 2025-02-25T01:20:24.563Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3172 | 2025-02-25T01:20:24.701Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3173 | 2025-02-25T01:20:24.907Z | Checking atty v0.2.14 |
3174 | 2025-02-25T01:20:24.981Z | Checking glob v0.3.2 |
3175 | 2025-02-25T01:20:25.048Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3176 | 2025-02-25T01:20:25.123Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3177 | 2025-02-25T01:20:25.321Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3178 | 2025-02-25T01:20:25.487Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3179 | 2025-02-25T01:20:26.109Z | Checking hyper-staticfile v0.10.1 |
3180 | 2025-02-25T01:20:26.293Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3181 | 2025-02-25T01:20:26.474Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3182 | 2025-02-25T01:20:26.630Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3183 | 2025-02-25T01:20:26.652Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3184 | 2025-02-25T01:20:26.922Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3185 | 2025-02-25T01:20:27.006Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3186 | 2025-02-25T01:20:27.317Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3187 | 2025-02-25T01:20:27.408Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3188 | 2025-02-25T01:20:27.535Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3189 | 2025-02-25T01:20:27.773Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3190 | 2025-02-25T01:20:28.124Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3191 | 2025-02-25T01:20:31.024Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3192 | 2025-02-25T01:20:31.024Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3193 | 2025-02-25T01:20:39.555Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3194 | 2025-02-25T01:20:52.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.91s |
3195 | 2025-02-25T01:20:52.859Z | |
3196 | 2025-02-25T01:20:52.859Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3197 | 2025-02-25T01:20:53.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-02-25T01:20:53.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-02-25T01:20:53.651Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3200 | 2025-02-25T01:21:07.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3201 | 2025-02-25T01:21:07.311Z | |
3202 | 2025-02-25T01:21:07.311Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3203 | 2025-02-25T01:21:07.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-02-25T01:21:07.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-02-25T01:21:08.075Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3206 | 2025-02-25T01:21:21.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3207 | 2025-02-25T01:21:21.523Z | |
3208 | 2025-02-25T01:21:21.523Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3209 | 2025-02-25T01:21:22.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2025-02-25T01:21:22.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2025-02-25T01:21:22.280Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3212 | 2025-02-25T01:21:35.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3213 | 2025-02-25T01:21:35.738Z | |
3214 | 2025-02-25T01:21:35.738Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3215 | 2025-02-25T01:21:36.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2025-02-25T01:21:36.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2025-02-25T01:21:36.518Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3218 | 2025-02-25T01:21:49.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
3219 | 2025-02-25T01:21:50.074Z | |
3220 | 2025-02-25T01:21:50.074Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3221 | 2025-02-25T01:21:50.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-02-25T01:21:50.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-02-25T01:21:50.858Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3224 | 2025-02-25T01:22:04.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
3225 | 2025-02-25T01:22:04.503Z | |
3226 | 2025-02-25T01:22:04.503Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3227 | 2025-02-25T01:22:05.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-02-25T01:22:05.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-02-25T01:22:05.270Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3230 | 2025-02-25T01:22:18.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3231 | 2025-02-25T01:22:18.818Z | |
3232 | 2025-02-25T01:22:18.818Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3233 | 2025-02-25T01:22:19.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-02-25T01:22:19.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-02-25T01:22:19.588Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3236 | 2025-02-25T01:22:32.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3237 | 2025-02-25T01:22:33.138Z | |
3238 | 2025-02-25T01:22:33.138Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3239 | 2025-02-25T01:22:33.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-02-25T01:22:33.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-02-25T01:22:33.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2025-02-25T01:22:33.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3243 | 2025-02-25T01:22:33.833Z | |
3244 | 2025-02-25T01:22:33.833Z | info: running `cargo check --bins` on key-manager (141/199) |
3245 | 2025-02-25T01:22:34.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-02-25T01:22:34.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-02-25T01:22:34.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2025-02-25T01:22:34.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3249 | 2025-02-25T01:22:34.496Z | |
3250 | 2025-02-25T01:22:34.496Z | info: running `cargo check --bins` on range-requests (142/199) |
3251 | 2025-02-25T01:22:35.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-02-25T01:22:35.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-02-25T01:22:35.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2025-02-25T01:22:35.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3255 | 2025-02-25T01:22:35.150Z | |
3256 | 2025-02-25T01:22:35.150Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3257 | 2025-02-25T01:22:35.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-02-25T01:22:35.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-02-25T01:22:35.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2025-02-25T01:22:35.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3261 | 2025-02-25T01:22:35.806Z | |
3262 | 2025-02-25T01:22:35.806Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3263 | 2025-02-25T01:22:36.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-02-25T01:22:36.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-02-25T01:22:36.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2025-02-25T01:22:36.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3267 | 2025-02-25T01:22:36.492Z | |
3268 | 2025-02-25T01:22:36.492Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3269 | 2025-02-25T01:22:37.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-02-25T01:22:37.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-02-25T01:22:37.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2025-02-25T01:22:37.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3273 | 2025-02-25T01:22:37.138Z | |
3274 | 2025-02-25T01:22:37.138Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3275 | 2025-02-25T01:22:37.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-02-25T01:22:37.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-02-25T01:22:37.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2025-02-25T01:22:37.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3279 | 2025-02-25T01:22:37.828Z | |
3280 | 2025-02-25T01:22:37.828Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3281 | 2025-02-25T01:22:38.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-02-25T01:22:38.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-02-25T01:22:38.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2025-02-25T01:22:38.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3285 | 2025-02-25T01:22:38.501Z | |
3286 | 2025-02-25T01:22:38.501Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3287 | 2025-02-25T01:22:39.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-02-25T01:22:39.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-02-25T01:22:39.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-02-25T01:22:39.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3291 | 2025-02-25T01:22:39.170Z | |
3292 | 2025-02-25T01:22:39.170Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3293 | 2025-02-25T01:22:39.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-02-25T01:22:39.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-02-25T01:22:39.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2025-02-25T01:22:39.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3297 | 2025-02-25T01:22:39.841Z | |
3298 | 2025-02-25T01:22:39.841Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3299 | 2025-02-25T01:22:40.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-02-25T01:22:40.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-02-25T01:22:40.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2025-02-25T01:22:40.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3303 | 2025-02-25T01:22:40.522Z | |
3304 | 2025-02-25T01:22:40.522Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3305 | 2025-02-25T01:22:41.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-02-25T01:22:41.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-02-25T01:22:41.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2025-02-25T01:22:41.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3309 | 2025-02-25T01:22:41.198Z | |
3310 | 2025-02-25T01:22:41.198Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3311 | 2025-02-25T01:22:41.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-02-25T01:22:41.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-02-25T01:22:41.923Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3314 | 2025-02-25T01:22:41.924Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3315 | 2025-02-25T01:22:42.787Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3316 | 2025-02-25T01:22:44.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
3317 | 2025-02-25T01:22:44.909Z | |
3318 | 2025-02-25T01:22:44.909Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3319 | 2025-02-25T01:22:45.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-02-25T01:22:45.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-02-25T01:22:45.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-02-25T01:22:45.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3323 | 2025-02-25T01:22:45.557Z | |
3324 | 2025-02-25T01:22:45.557Z | info: running `cargo check --bins` on cert-dev (154/199) |
3325 | 2025-02-25T01:22:46.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-02-25T01:22:46.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-02-25T01:22:46.199Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3328 | 2025-02-25T01:22:46.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3329 | 2025-02-25T01:22:46.649Z | |
3330 | 2025-02-25T01:22:46.649Z | info: running `cargo check --bins` on clickana (155/199) |
3331 | 2025-02-25T01:22:47.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-02-25T01:22:47.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-02-25T01:22:47.338Z | Checking castaway v0.2.3 |
3334 | 2025-02-25T01:22:47.341Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3335 | 2025-02-25T01:22:47.341Z | Checking lru v0.12.5 |
3336 | 2025-02-25T01:22:47.341Z | Compiling instability v0.3.2 |
3337 | 2025-02-25T01:22:47.341Z | Compiling indoc v2.0.5 |
3338 | 2025-02-25T01:22:47.341Z | Checking unicode-truncate v1.1.0 |
3339 | 2025-02-25T01:22:47.341Z | Checking cassowary v0.3.0 |
3340 | 2025-02-25T01:22:47.596Z | Checking compact_str v0.8.0 |
3341 | 2025-02-25T01:22:48.193Z | Checking ratatui v0.29.0 |
3342 | 2025-02-25T01:22:49.080Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3343 | 2025-02-25T01:22:50.231Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3344 | 2025-02-25T01:22:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
3345 | 2025-02-25T01:22:51.241Z | |
3346 | 2025-02-25T01:22:51.241Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3347 | 2025-02-25T01:22:51.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-02-25T01:22:51.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-02-25T01:22:51.977Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3350 | 2025-02-25T01:22:51.977Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3351 | 2025-02-25T01:22:53.036Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3352 | 2025-02-25T01:22:53.511Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3353 | 2025-02-25T01:22:53.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3354 | 2025-02-25T01:22:54.071Z | |
3355 | 2025-02-25T01:22:54.071Z | info: running `cargo check --bins` on ch-dev (157/199) |
3356 | 2025-02-25T01:22:54.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2025-02-25T01:22:54.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2025-02-25T01:22:54.773Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3359 | 2025-02-25T01:22:55.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3360 | 2025-02-25T01:22:55.749Z | |
3361 | 2025-02-25T01:22:55.749Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3362 | 2025-02-25T01:22:56.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-02-25T01:22:56.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-02-25T01:22:56.432Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3365 | 2025-02-25T01:22:56.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3366 | 2025-02-25T01:22:56.974Z | |
3367 | 2025-02-25T01:22:56.974Z | info: running `cargo check --bins` on db-dev (159/199) |
3368 | 2025-02-25T01:22:57.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2025-02-25T01:22:57.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2025-02-25T01:22:57.655Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3371 | 2025-02-25T01:22:58.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3372 | 2025-02-25T01:22:58.582Z | |
3373 | 2025-02-25T01:22:58.582Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3374 | 2025-02-25T01:22:59.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2025-02-25T01:22:59.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2025-02-25T01:22:59.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3377 | 2025-02-25T01:22:59.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3378 | 2025-02-25T01:22:59.246Z | |
3379 | 2025-02-25T01:22:59.246Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3380 | 2025-02-25T01:22:59.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2025-02-25T01:22:59.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2025-02-25T01:22:59.888Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3383 | 2025-02-25T01:23:00.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3384 | 2025-02-25T01:23:00.895Z | |
3385 | 2025-02-25T01:23:00.895Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3386 | 2025-02-25T01:23:01.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2025-02-25T01:23:01.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2025-02-25T01:23:01.546Z | Checking cargo-platform v0.1.8 |
3389 | 2025-02-25T01:23:01.821Z | Checking cargo_metadata v0.18.1 |
3390 | 2025-02-25T01:23:02.726Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3391 | 2025-02-25T01:23:03.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3392 | 2025-02-25T01:23:03.719Z | |
3393 | 2025-02-25T01:23:03.719Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3394 | 2025-02-25T01:23:04.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2025-02-25T01:23:04.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2025-02-25T01:23:04.476Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3397 | 2025-02-25T01:23:05.925Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3398 | 2025-02-25T01:23:06.507Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3399 | 2025-02-25T01:23:07.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
3400 | 2025-02-25T01:23:07.235Z | |
3401 | 2025-02-25T01:23:07.235Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3402 | 2025-02-25T01:23:07.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3403 | 2025-02-25T01:23:07.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3404 | 2025-02-25T01:23:08.067Z | Compiling crunchy v0.2.2 |
3405 | 2025-02-25T01:23:08.067Z | Compiling tiny-keccak v2.0.2 |
3406 | 2025-02-25T01:23:08.070Z | Compiling dsl_auto_type v0.1.2 |
3407 | 2025-02-25T01:23:08.070Z | Checking scheduled-thread-pool v0.2.7 |
3408 | 2025-02-25T01:23:08.070Z | Compiling diesel_table_macro_syntax v0.2.0 |
3409 | 2025-02-25T01:23:08.221Z | Compiling ascii-canvas v3.0.0 |
3410 | 2025-02-25T01:23:08.235Z | Compiling ena v0.14.3 |
3411 | 2025-02-25T01:23:08.238Z | Compiling regex-syntax v0.6.29 |
3412 | 2025-02-25T01:23:08.437Z | Checking r2d2 v0.8.10 |
3413 | 2025-02-25T01:23:08.517Z | Compiling bindgen v0.71.1 |
3414 | 2025-02-25T01:23:08.579Z | Compiling diff v0.1.13 |
3415 | 2025-02-25T01:23:08.626Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3416 | 2025-02-25T01:23:08.696Z | Compiling rustc-hash v2.1.1 |
3417 | 2025-02-25T01:23:08.746Z | Compiling ref-cast v1.0.23 |
3418 | 2025-02-25T01:23:08.874Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3419 | 2025-02-25T01:23:08.907Z | Compiling derive_builder_core v0.20.2 |
3420 | 2025-02-25T01:23:09.069Z | Compiling libxml v0.3.3 |
3421 | 2025-02-25T01:23:09.184Z | Compiling ref-cast-impl v1.0.23 |
3422 | 2025-02-25T01:23:09.352Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3423 | 2025-02-25T01:23:09.488Z | Compiling diesel_derives v2.2.3 |
3424 | 2025-02-25T01:23:09.505Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3425 | 2025-02-25T01:23:09.523Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3426 | 2025-02-25T01:23:09.834Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3427 | 2025-02-25T01:23:09.852Z | Compiling strum_macros v0.24.3 |
3428 | 2025-02-25T01:23:10.214Z | Compiling indoc v1.0.9 |
3429 | 2025-02-25T01:23:10.909Z | Compiling derive_builder_macro v0.20.2 |
3430 | 2025-02-25T01:23:11.112Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3431 | 2025-02-25T01:23:11.433Z | Compiling lalrpop v0.19.12 |
3432 | 2025-02-25T01:23:11.841Z | Checking derive_builder v0.20.2 |
3433 | 2025-02-25T01:23:11.930Z | Compiling oso-derive v0.27.3 |
3434 | 2025-02-25T01:23:12.023Z | Compiling impl-trait-for-tuples v0.2.2 |
3435 | 2025-02-25T01:23:12.447Z | Checking quick-xml v0.37.2 |
3436 | 2025-02-25T01:23:12.886Z | Compiling diesel-dtrace v0.4.2 |
3437 | 2025-02-25T01:23:13.068Z | Checking maplit v1.0.2 |
3438 | 2025-02-25T01:23:13.243Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3439 | 2025-02-25T01:23:13.303Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3440 | 2025-02-25T01:23:13.485Z | Checking bb8 v0.8.5 |
3441 | 2025-02-25T01:23:13.649Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3442 | 2025-02-25T01:23:13.939Z | Checking rand_seeder v0.3.0 |
3443 | 2025-02-25T01:23:14.014Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3444 | 2025-02-25T01:23:14.176Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3445 | 2025-02-25T01:23:14.401Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3446 | 2025-02-25T01:23:14.473Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3447 | 2025-02-25T01:23:14.791Z | Checking is_ci v1.2.0 |
3448 | 2025-02-25T01:23:14.811Z | Checking unicode-linebreak v0.1.5 |
3449 | 2025-02-25T01:23:14.939Z | Checking smawk v0.3.2 |
3450 | 2025-02-25T01:23:15.155Z | Checking supports-color v3.0.2 |
3451 | 2025-02-25T01:23:15.264Z | Checking textwrap v0.16.1 |
3452 | 2025-02-25T01:23:15.403Z | Checking multimap v0.10.0 |
3453 | 2025-02-25T01:23:16.566Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3454 | 2025-02-25T01:23:17.901Z | Checking diesel v2.2.7 |
3455 | 2025-02-25T01:23:33.219Z | Compiling samael v0.0.18 |
3456 | 2025-02-25T01:23:50.084Z | Checking async-bb8-diesel v0.2.1 |
3457 | 2025-02-25T01:23:51.829Z | Compiling polar-core v0.27.3 |
3458 | 2025-02-25T01:23:59.113Z | Checking oso v0.27.3 |
3459 | 2025-02-25T01:24:59.942Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3460 | 2025-02-25T01:25:06.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3461 | 2025-02-25T01:25:06.710Z | |
3462 | 2025-02-25T01:25:06.710Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3463 | 2025-02-25T01:25:07.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2025-02-25T01:25:07.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2025-02-25T01:25:07.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3466 | 2025-02-25T01:25:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3467 | 2025-02-25T01:25:07.412Z | |
3468 | 2025-02-25T01:25:07.412Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3469 | 2025-02-25T01:25:08.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2025-02-25T01:25:08.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2025-02-25T01:25:08.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3472 | 2025-02-25T01:25:08.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3473 | 2025-02-25T01:25:08.110Z | |
3474 | 2025-02-25T01:25:08.110Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3475 | 2025-02-25T01:25:08.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2025-02-25T01:25:08.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2025-02-25T01:25:08.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3478 | 2025-02-25T01:25:08.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3479 | 2025-02-25T01:25:08.752Z | |
3480 | 2025-02-25T01:25:08.753Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3481 | 2025-02-25T01:25:09.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2025-02-25T01:25:09.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2025-02-25T01:25:09.586Z | Compiling libz-sys v1.1.20 |
3484 | 2025-02-25T01:25:09.589Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3485 | 2025-02-25T01:25:09.719Z | Compiling vergen v8.3.2 |
3486 | 2025-02-25T01:25:09.722Z | Compiling cargo-platform v0.1.8 |
3487 | 2025-02-25T01:25:09.722Z | Compiling pin-project-internal v1.1.6 |
3488 | 2025-02-25T01:25:09.759Z | Compiling libsqlite3-sys v0.30.1 |
3489 | 2025-02-25T01:25:09.762Z | Compiling snafu-derive v0.8.5 |
3490 | 2025-02-25T01:25:09.762Z | Compiling rustls v0.21.12 |
3491 | 2025-02-25T01:25:10.049Z | Compiling cargo_metadata v0.18.1 |
3492 | 2025-02-25T01:25:10.095Z | Compiling buf-list v1.0.3 |
3493 | 2025-02-25T01:25:10.199Z | Checking globset v0.4.15 |
3494 | 2025-02-25T01:25:10.334Z | Checking olpc-cjson v0.1.4 |
3495 | 2025-02-25T01:25:10.560Z | Checking rustls-webpki v0.101.7 |
3496 | 2025-02-25T01:25:10.612Z | Checking sct v0.7.1 |
3497 | 2025-02-25T01:25:10.695Z | Checking serde_plain v1.0.2 |
3498 | 2025-02-25T01:25:10.736Z | Checking typed-path v0.9.3 |
3499 | 2025-02-25T01:25:11.117Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3500 | 2025-02-25T01:25:11.350Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3501 | 2025-02-25T01:25:11.403Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3502 | 2025-02-25T01:25:11.684Z | Checking hashlink v0.9.1 |
3503 | 2025-02-25T01:25:11.734Z | Checking fallible-streaming-iterator v0.1.9 |
3504 | 2025-02-25T01:25:11.995Z | Checking parse-size v1.1.0 |
3505 | 2025-02-25T01:25:12.199Z | Checking fallible-iterator v0.3.0 |
3506 | 2025-02-25T01:25:12.308Z | Checking pin-project v1.1.6 |
3507 | 2025-02-25T01:25:12.356Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3508 | 2025-02-25T01:25:12.450Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3509 | 2025-02-25T01:25:12.583Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3510 | 2025-02-25T01:25:12.777Z | Checking rusqlite v0.32.1 |
3511 | 2025-02-25T01:25:13.046Z | Checking rustls-pemfile v1.0.4 |
3512 | 2025-02-25T01:25:13.253Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3513 | 2025-02-25T01:25:13.273Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3514 | 2025-02-25T01:25:13.292Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3515 | 2025-02-25T01:25:13.361Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3516 | 2025-02-25T01:25:13.428Z | Checking twox-hash v2.1.0 |
3517 | 2025-02-25T01:25:13.605Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3518 | 2025-02-25T01:25:13.698Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3519 | 2025-02-25T01:25:14.063Z | Checking tokio-rustls v0.24.1 |
3520 | 2025-02-25T01:25:14.163Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3521 | 2025-02-25T01:25:14.342Z | Checking snafu v0.8.5 |
3522 | 2025-02-25T01:25:14.746Z | Checking tough v0.19.0 |
3523 | 2025-02-25T01:25:14.893Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3524 | 2025-02-25T01:25:15.206Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3525 | 2025-02-25T01:25:15.418Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3526 | 2025-02-25T01:25:15.602Z | Checking fatfs v0.3.6 |
3527 | 2025-02-25T01:25:15.746Z | Checking assert_matches v1.5.0 |
3528 | 2025-02-25T01:25:18.798Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3529 | 2025-02-25T01:25:20.076Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3530 | 2025-02-25T01:25:21.640Z | Compiling git2 v0.19.0 |
3531 | 2025-02-25T01:25:25.646Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3532 | 2025-02-25T01:26:23.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3533 | 2025-02-25T01:26:23.867Z | |
3534 | 2025-02-25T01:26:23.867Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3535 | 2025-02-25T01:26:24.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2025-02-25T01:26:24.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2025-02-25T01:26:24.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3538 | 2025-02-25T01:26:24.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3539 | 2025-02-25T01:26:24.573Z | |
3540 | 2025-02-25T01:26:24.573Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3541 | 2025-02-25T01:26:25.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2025-02-25T01:26:25.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2025-02-25T01:26:25.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3544 | 2025-02-25T01:26:25.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3545 | 2025-02-25T01:26:25.204Z | |
3546 | 2025-02-25T01:26:25.204Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3547 | 2025-02-25T01:26:25.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2025-02-25T01:26:25.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2025-02-25T01:26:25.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2025-02-25T01:26:25.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3551 | 2025-02-25T01:26:25.891Z | |
3552 | 2025-02-25T01:26:25.891Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3553 | 2025-02-25T01:26:26.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2025-02-25T01:26:26.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2025-02-25T01:26:26.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3556 | 2025-02-25T01:26:26.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3557 | 2025-02-25T01:26:26.615Z | |
3558 | 2025-02-25T01:26:26.615Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3559 | 2025-02-25T01:26:27.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2025-02-25T01:26:27.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2025-02-25T01:26:27.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3562 | 2025-02-25T01:26:27.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3563 | 2025-02-25T01:26:27.308Z | |
3564 | 2025-02-25T01:26:27.309Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3565 | 2025-02-25T01:26:27.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2025-02-25T01:26:27.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2025-02-25T01:26:27.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2025-02-25T01:26:27.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3569 | 2025-02-25T01:26:28.005Z | |
3570 | 2025-02-25T01:26:28.005Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3571 | 2025-02-25T01:26:28.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-02-25T01:26:28.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-02-25T01:26:28.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3574 | 2025-02-25T01:26:28.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3575 | 2025-02-25T01:26:28.714Z | |
3576 | 2025-02-25T01:26:28.714Z | info: running `cargo check --bins` on update-common (176/199) |
3577 | 2025-02-25T01:26:29.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-02-25T01:26:29.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-02-25T01:26:29.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3580 | 2025-02-25T01:26:29.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3581 | 2025-02-25T01:26:29.393Z | |
3582 | 2025-02-25T01:26:29.393Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3583 | 2025-02-25T01:26:29.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-02-25T01:26:29.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-02-25T01:26:29.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3586 | 2025-02-25T01:26:29.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3587 | 2025-02-25T01:26:30.065Z | |
3588 | 2025-02-25T01:26:30.065Z | info: running `cargo check --bins` on tufaceous (178/199) |
3589 | 2025-02-25T01:26:30.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-02-25T01:26:30.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-02-25T01:26:30.767Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3592 | 2025-02-25T01:26:31.056Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3593 | 2025-02-25T01:26:32.040Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3594 | 2025-02-25T01:26:32.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
3595 | 2025-02-25T01:26:33.029Z | |
3596 | 2025-02-25T01:26:33.029Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3597 | 2025-02-25T01:26:33.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-02-25T01:26:33.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-02-25T01:26:33.913Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3600 | 2025-02-25T01:26:33.915Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3601 | 2025-02-25T01:26:34.057Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3602 | 2025-02-25T01:26:34.060Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3603 | 2025-02-25T01:26:35.059Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3604 | 2025-02-25T01:27:02.695Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3605 | 2025-02-25T01:27:02.699Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3606 | 2025-02-25T01:27:02.699Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3607 | 2025-02-25T01:27:02.699Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3608 | 2025-02-25T01:27:02.699Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3609 | 2025-02-25T01:27:02.699Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3610 | 2025-02-25T01:27:03.470Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3611 | 2025-02-25T01:27:04.709Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3612 | 2025-02-25T01:27:47.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3613 | 2025-02-25T01:27:47.658Z | |
3614 | 2025-02-25T01:27:47.658Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3615 | 2025-02-25T01:27:48.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-02-25T01:27:48.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-02-25T01:27:48.407Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3618 | 2025-02-25T01:27:48.407Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3619 | 2025-02-25T01:27:48.410Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3620 | 2025-02-25T01:27:48.542Z | Compiling proc-macro-error-attr2 v2.0.0 |
3621 | 2025-02-25T01:27:48.555Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3622 | 2025-02-25T01:27:48.558Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3623 | 2025-02-25T01:27:48.584Z | Checking papergrid v0.14.0 |
3624 | 2025-02-25T01:27:48.587Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3625 | 2025-02-25T01:27:48.785Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3626 | 2025-02-25T01:27:48.887Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3627 | 2025-02-25T01:27:49.160Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3628 | 2025-02-25T01:27:49.287Z | Compiling proc-macro-error2 v2.0.1 |
3629 | 2025-02-25T01:27:49.872Z | Compiling tabled_derive v0.10.0 |
3630 | 2025-02-25T01:27:49.991Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3631 | 2025-02-25T01:27:50.353Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3632 | 2025-02-25T01:27:50.388Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3633 | 2025-02-25T01:27:50.701Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3634 | 2025-02-25T01:27:51.235Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3635 | 2025-02-25T01:27:51.388Z | Checking heck v0.4.1 |
3636 | 2025-02-25T01:27:51.432Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3637 | 2025-02-25T01:27:51.612Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3638 | 2025-02-25T01:27:51.870Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3639 | 2025-02-25T01:27:52.028Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3640 | 2025-02-25T01:27:52.464Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3641 | 2025-02-25T01:27:52.536Z | Checking tabled v0.18.0 |
3642 | 2025-02-25T01:27:52.616Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3643 | 2025-02-25T01:27:52.774Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3644 | 2025-02-25T01:27:52.931Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3645 | 2025-02-25T01:27:52.996Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3646 | 2025-02-25T01:27:54.823Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3647 | 2025-02-25T01:27:54.826Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3648 | 2025-02-25T01:27:57.760Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3649 | 2025-02-25T01:27:59.322Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3650 | 2025-02-25T01:28:03.841Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3651 | 2025-02-25T01:28:03.841Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3652 | 2025-02-25T01:28:05.106Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3653 | 2025-02-25T01:28:06.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.47s |
3654 | 2025-02-25T01:28:06.342Z | |
3655 | 2025-02-25T01:28:06.342Z | info: running `cargo check --bins` on installinator-api (181/199) |
3656 | 2025-02-25T01:28:06.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3657 | 2025-02-25T01:28:06.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3658 | 2025-02-25T01:28:06.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3659 | 2025-02-25T01:28:06.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3660 | 2025-02-25T01:28:07.026Z | |
3661 | 2025-02-25T01:28:07.026Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3662 | 2025-02-25T01:28:07.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3663 | 2025-02-25T01:28:07.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3664 | 2025-02-25T01:28:07.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3665 | 2025-02-25T01:28:07.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3666 | 2025-02-25T01:28:07.708Z | |
3667 | 2025-02-25T01:28:07.708Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3668 | 2025-02-25T01:28:08.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3669 | 2025-02-25T01:28:08.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3670 | 2025-02-25T01:28:08.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3671 | 2025-02-25T01:28:08.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3672 | 2025-02-25T01:28:08.346Z | |
3673 | 2025-02-25T01:28:08.346Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3674 | 2025-02-25T01:28:08.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3675 | 2025-02-25T01:28:08.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3676 | 2025-02-25T01:28:09.072Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3677 | 2025-02-25T01:28:09.075Z | Compiling petname v2.0.2 |
3678 | 2025-02-25T01:28:09.075Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3679 | 2025-02-25T01:28:09.075Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3680 | 2025-02-25T01:28:09.075Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3681 | 2025-02-25T01:28:09.075Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3682 | 2025-02-25T01:28:09.231Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3683 | 2025-02-25T01:28:09.263Z | Checking sync-ptr v0.1.1 |
3684 | 2025-02-25T01:28:14.275Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3685 | 2025-02-25T01:28:14.875Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3686 | 2025-02-25T01:28:16.080Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3687 | 2025-02-25T01:28:17.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s |
3688 | 2025-02-25T01:28:17.793Z | |
3689 | 2025-02-25T01:28:17.793Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3690 | 2025-02-25T01:28:18.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3691 | 2025-02-25T01:28:18.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3692 | 2025-02-25T01:28:18.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3693 | 2025-02-25T01:28:18.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3694 | 2025-02-25T01:28:18.499Z | |
3695 | 2025-02-25T01:28:18.499Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3696 | 2025-02-25T01:28:19.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3697 | 2025-02-25T01:28:19.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3698 | 2025-02-25T01:28:19.191Z | Checking memmap2 v0.9.5 |
3699 | 2025-02-25T01:28:19.191Z | Checking constant_time_eq v0.3.1 |
3700 | 2025-02-25T01:28:19.194Z | Checking arrayref v0.3.9 |
3701 | 2025-02-25T01:28:19.194Z | Checking arrayvec v0.7.6 |
3702 | 2025-02-25T01:28:19.194Z | Checking topological-sort v0.2.2 |
3703 | 2025-02-25T01:28:19.194Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3704 | 2025-02-25T01:28:19.299Z | Checking shell-words v1.1.0 |
3705 | 2025-02-25T01:28:19.567Z | Checking blake3 v1.5.4 |
3706 | 2025-02-25T01:28:19.900Z | Checking omicron-zone-package v0.12.0 |
3707 | 2025-02-25T01:28:21.031Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3708 | 2025-02-25T01:28:21.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3709 | 2025-02-25T01:28:22.121Z | |
3710 | 2025-02-25T01:28:22.121Z | info: running `cargo check --bins` on xtask (187/199) |
3711 | 2025-02-25T01:28:22.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3712 | 2025-02-25T01:28:22.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3713 | 2025-02-25T01:28:22.580Z | Checking bitflags v2.6.0 |
3714 | 2025-02-25T01:28:22.583Z | Checking serde v1.0.218 |
3715 | 2025-02-25T01:28:22.583Z | Checking thiserror v1.0.69 |
3716 | 2025-02-25T01:28:22.679Z | Checking scroll v0.12.0 |
3717 | 2025-02-25T01:28:22.682Z | Checking log v0.4.22 |
3718 | 2025-02-25T01:28:22.690Z | Checking hashbrown v0.15.1 |
3719 | 2025-02-25T01:28:22.703Z | Checking zerocopy v0.7.35 |
3720 | 2025-02-25T01:28:22.726Z | Checking syn v2.0.96 |
3721 | 2025-02-25T01:28:22.796Z | Checking pest v2.7.14 |
3722 | 2025-02-25T01:28:22.886Z | Checking rustix v0.38.37 |
3723 | 2025-02-25T01:28:22.957Z | Checking once_cell v1.20.3 |
3724 | 2025-02-25T01:28:23.110Z | Checking goblin v0.8.2 |
3725 | 2025-02-25T01:28:23.258Z | Checking fs-err v2.11.0 |
3726 | 2025-02-25T01:28:23.563Z | Checking tabled v0.15.0 |
3727 | 2025-02-25T01:28:23.656Z | Checking indexmap v2.7.1 |
3728 | 2025-02-25T01:28:23.890Z | Checking anyhow v1.0.96 |
3729 | 2025-02-25T01:28:24.501Z | Checking terminal_size v0.4.0 |
3730 | 2025-02-25T01:28:24.501Z | Checking tempfile v3.13.0 |
3731 | 2025-02-25T01:28:24.684Z | Checking clap_builder v4.5.30 |
3732 | 2025-02-25T01:28:25.245Z | Checking dtrace-parser v0.2.0 |
3733 | 2025-02-25T01:28:26.785Z | Checking serde_json v1.0.139 |
3734 | 2025-02-25T01:28:26.785Z | Checking toml_datetime v0.6.8 |
3735 | 2025-02-25T01:28:26.792Z | Checking serde_spanned v0.6.8 |
3736 | 2025-02-25T01:28:26.792Z | Checking camino v1.1.9 |
3737 | 2025-02-25T01:28:26.792Z | Checking semver v1.0.25 |
3738 | 2025-02-25T01:28:26.792Z | Checking cargo-platform v0.1.8 |
3739 | 2025-02-25T01:28:26.857Z | Checking clap v4.5.30 |
3740 | 2025-02-25T01:28:26.965Z | Checking macaddr v1.0.1 |
3741 | 2025-02-25T01:28:27.404Z | Checking toml_edit v0.22.22 |
3742 | 2025-02-25T01:28:27.418Z | Checking camino-tempfile v1.1.1 |
3743 | 2025-02-25T01:28:27.887Z | Checking dof v0.3.0 |
3744 | 2025-02-25T01:28:27.887Z | Checking cargo_metadata v0.18.1 |
3745 | 2025-02-25T01:28:28.291Z | Checking usdt-impl v0.5.0 |
3746 | 2025-02-25T01:28:28.660Z | Checking usdt v0.5.0 |
3747 | 2025-02-25T01:28:28.777Z | Checking toml v0.8.19 |
3748 | 2025-02-25T01:28:29.212Z | Checking cargo_toml v0.20.5 |
3749 | 2025-02-25T01:28:30.359Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3750 | 2025-02-25T01:28:30.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s |
3751 | 2025-02-25T01:28:31.089Z | |
3752 | 2025-02-25T01:28:31.089Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3753 | 2025-02-25T01:28:31.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3754 | 2025-02-25T01:28:31.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3755 | 2025-02-25T01:28:31.885Z | Checking polyval v0.6.2 |
3756 | 2025-02-25T01:28:32.003Z | Checking ctr v0.9.2 |
3757 | 2025-02-25T01:28:32.015Z | Checking ssh-encoding v0.2.0 |
3758 | 2025-02-25T01:28:32.021Z | Checking blowfish v0.9.1 |
3759 | 2025-02-25T01:28:32.045Z | Checking password-hash v0.4.2 |
3760 | 2025-02-25T01:28:32.064Z | Checking p256 v0.13.2 |
3761 | 2025-02-25T01:28:32.064Z | Checking p521 v0.13.3 |
3762 | 2025-02-25T01:28:32.100Z | Checking russh-cryptovec v0.7.3 |
3763 | 2025-02-25T01:28:32.228Z | Checking ghash v0.5.1 |
3764 | 2025-02-25T01:28:32.248Z | Checking bcrypt-pbkdf v0.10.0 |
3765 | 2025-02-25T01:28:32.265Z | Checking md5 v0.7.0 |
3766 | 2025-02-25T01:28:32.310Z | Checking num-bigint v0.4.6 |
3767 | 2025-02-25T01:28:32.330Z | Checking des v0.8.1 |
3768 | 2025-02-25T01:28:32.397Z | Checking aes-gcm v0.10.3 |
3769 | 2025-02-25T01:28:32.456Z | Checking pbkdf2 v0.11.0 |
3770 | 2025-02-25T01:28:32.514Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3771 | 2025-02-25T01:28:32.539Z | Checking hex-literal v0.4.1 |
3772 | 2025-02-25T01:28:32.558Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3773 | 2025-02-25T01:28:32.577Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3774 | 2025-02-25T01:28:32.656Z | Checking ssh-cipher v0.2.0 |
3775 | 2025-02-25T01:28:32.690Z | Checking internet-checksum v0.2.1 |
3776 | 2025-02-25T01:28:32.923Z | Checking ssh-key v0.6.6 |
3777 | 2025-02-25T01:28:33.185Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3778 | 2025-02-25T01:28:34.033Z | Checking russh-keys v0.45.0 |
3779 | 2025-02-25T01:28:34.868Z | Checking russh v0.45.0 |
3780 | 2025-02-25T01:28:53.240Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3781 | 2025-02-25T01:28:54.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.53s |
3782 | 2025-02-25T01:28:54.839Z | |
3783 | 2025-02-25T01:28:54.839Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3784 | 2025-02-25T01:28:55.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3785 | 2025-02-25T01:28:55.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3786 | 2025-02-25T01:28:55.546Z | Checking termios v0.3.3 |
3787 | 2025-02-25T01:28:55.778Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3788 | 2025-02-25T01:28:56.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
3789 | 2025-02-25T01:28:56.808Z | |
3790 | 2025-02-25T01:28:56.808Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3791 | 2025-02-25T01:28:57.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3792 | 2025-02-25T01:28:57.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3793 | 2025-02-25T01:28:57.539Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3794 | 2025-02-25T01:28:57.539Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3795 | 2025-02-25T01:28:57.542Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3796 | 2025-02-25T01:28:57.542Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3797 | 2025-02-25T01:28:58.540Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3798 | 2025-02-25T01:28:59.744Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3799 | 2025-02-25T01:29:01.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3800 | 2025-02-25T01:29:01.699Z | |
3801 | 2025-02-25T01:29:01.700Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3802 | 2025-02-25T01:29:02.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3803 | 2025-02-25T01:29:02.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3804 | 2025-02-25T01:29:02.360Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3805 | 2025-02-25T01:29:02.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3806 | 2025-02-25T01:29:03.008Z | |
3807 | 2025-02-25T01:29:03.008Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3808 | 2025-02-25T01:29:03.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3809 | 2025-02-25T01:29:03.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3810 | 2025-02-25T01:29:03.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3811 | 2025-02-25T01:29:03.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3812 | 2025-02-25T01:29:03.652Z | |
3813 | 2025-02-25T01:29:03.652Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3814 | 2025-02-25T01:29:04.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3815 | 2025-02-25T01:29:04.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3816 | 2025-02-25T01:29:04.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3817 | 2025-02-25T01:29:04.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3818 | 2025-02-25T01:29:04.284Z | |
3819 | 2025-02-25T01:29:04.284Z | info: running `cargo check --bins` on omicron-package (194/199) |
3820 | 2025-02-25T01:29:04.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3821 | 2025-02-25T01:29:04.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3822 | 2025-02-25T01:29:04.972Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3823 | 2025-02-25T01:29:06.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3824 | 2025-02-25T01:29:06.544Z | |
3825 | 2025-02-25T01:29:06.544Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3826 | 2025-02-25T01:29:07.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3827 | 2025-02-25T01:29:07.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3828 | 2025-02-25T01:29:07.276Z | Checking rtoolbox v0.0.2 |
3829 | 2025-02-25T01:29:07.279Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3830 | 2025-02-25T01:29:07.279Z | Checking tui-tree-widget v0.23.0 |
3831 | 2025-02-25T01:29:07.515Z | Checking rpassword v7.3.1 |
3832 | 2025-02-25T01:29:12.114Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3833 | 2025-02-25T01:29:14.948Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3834 | 2025-02-25T01:29:16.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s |
3835 | 2025-02-25T01:29:16.323Z | |
3836 | 2025-02-25T01:29:16.323Z | info: running `cargo check --bins` on wicket (196/199) |
3837 | 2025-02-25T01:29:16.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3838 | 2025-02-25T01:29:16.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3839 | 2025-02-25T01:29:17.047Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3840 | 2025-02-25T01:29:17.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3841 | 2025-02-25T01:29:17.657Z | |
3842 | 2025-02-25T01:29:17.657Z | info: running `cargo check --bins` on wicketd (197/199) |
3843 | 2025-02-25T01:29:18.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3844 | 2025-02-25T01:29:18.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3845 | 2025-02-25T01:29:18.398Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3846 | 2025-02-25T01:29:18.398Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3847 | 2025-02-25T01:29:19.237Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3848 | 2025-02-25T01:29:23.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
3849 | 2025-02-25T01:29:23.306Z | |
3850 | 2025-02-25T01:29:23.306Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3851 | 2025-02-25T01:29:23.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-02-25T01:29:23.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-02-25T01:29:23.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3854 | 2025-02-25T01:29:23.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3855 | 2025-02-25T01:29:23.956Z | |
3856 | 2025-02-25T01:29:23.956Z | info: running `cargo check --bins` on zone-setup (199/199) |
3857 | 2025-02-25T01:29:24.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-02-25T01:29:24.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-02-25T01:29:24.716Z | Checking uzers v0.12.1 |
3860 | 2025-02-25T01:29:25.065Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3861 | 2025-02-25T01:29:26.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
3862 | 2025-02-25T01:29:26.388Z | |
3863 | 2025-02-25T01:29:26.388Z | real 13:53.753722254 |
3864 | 2025-02-25T01:29:26.388Z | user 27:54.102687466 |
3865 | 2025-02-25T01:29:26.388Z | sys 4:17.969201575 |
3866 | 2025-02-25T01:29:26.388Z | trap 0.578154833 |
3867 | 2025-02-25T01:29:26.391Z | tflt 0.552627532 |
3868 | 2025-02-25T01:29:26.391Z | dflt 1.769216512 |
3869 | 2025-02-25T01:29:26.391Z | kflt 0.001458328 |
3870 | 2025-02-25T01:29:26.391Z | lock 48:07.424455241 |
3871 | 2025-02-25T01:29:26.391Z | slp 2:14:02.718679711 |
3872 | 2025-02-25T01:29:26.391Z | lat 1:06.736027789 |
3873 | 2025-02-25T01:29:26.391Z | stop 3:56.711876105 |
3874 | 2025-02-25T01:29:26.391Z | process exited: duration 1116069 ms, exit code 0 |
|
3875 | 2025-02-25T01:29:26.398Z | found 0 output files |