|
|
|
1 | 2025-01-22T04:20:58.729Z | job assigned to worker 01JJ63TKDVD2JP9403B642W1F8 [factory aws, i-040044a10ba7b1a47] (queued for 48 s) |
|
2 | 2025-01-22T04:21:06.962Z | starting task 0: "setup" |
3 | 2025-01-22T04:21:06.970Z | ++ uname -s |
4 | 2025-01-22T04:21:06.973Z | + kern=SunOS |
5 | 2025-01-22T04:21:06.973Z | + case "$kern" in |
6 | 2025-01-22T04:21:06.973Z | + groupadd -g 12345 build |
7 | 2025-01-22T04:21:06.976Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T04:21:08.984Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T04:21:09.105Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T04:21:09.108Z | + home_fs=zfs |
11 | 2025-01-22T04:21:09.108Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T04:21:09.108Z | + mkdir -p /home/build |
13 | 2025-01-22T04:21:09.108Z | + chown build:build /home/build /work |
14 | 2025-01-22T04:21:11.110Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T04:21:11.114Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2025-01-22T04:21:11.119Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T04:21:11.124Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T04:21:11.124Z | ' 1.84.0 |
19 | 2025-01-22T04:21:11.124Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-22T04:21:11.124Z | ' default |
21 | 2025-01-22T04:21:11.124Z | * toolchain channel = "1.84.0" |
22 | 2025-01-22T04:21:11.124Z | * toolchain profile = "default" |
23 | 2025-01-22T04:21:11.127Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T04:21:11.127Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T04:21:11.252Z | info: downloading installer |
26 | 2025-01-22T04:21:12.478Z | info: profile set to 'default' |
27 | 2025-01-22T04:21:12.478Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T04:21:12.481Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T04:21:12.619Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T04:21:12.619Z | info: downloading component 'cargo' |
31 | 2025-01-22T04:21:13.377Z | info: downloading component 'clippy' |
32 | 2025-01-22T04:21:13.667Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T04:21:14.702Z | info: downloading component 'rust-std' |
34 | 2025-01-22T04:21:16.238Z | info: downloading component 'rustc' |
35 | 2025-01-22T04:21:22.144Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T04:21:22.366Z | info: installing component 'cargo' |
37 | 2025-01-22T04:21:23.214Z | info: installing component 'clippy' |
38 | 2025-01-22T04:21:23.596Z | info: installing component 'rust-docs' |
39 | 2025-01-22T04:21:25.307Z | info: installing component 'rust-std' |
40 | 2025-01-22T04:21:27.019Z | info: installing component 'rustc' |
41 | 2025-01-22T04:21:33.247Z | info: installing component 'rustfmt' |
42 | 2025-01-22T04:21:33.594Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T04:21:33.594Z | |
44 | 2025-01-22T04:21:33.985Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T04:21:33.985Z | |
46 | 2025-01-22T04:21:33.987Z | |
47 | 2025-01-22T04:21:33.987Z | Rust is installed now. Great! |
48 | 2025-01-22T04:21:33.987Z | |
49 | 2025-01-22T04:21:33.987Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T04:21:33.987Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T04:21:33.987Z | |
52 | 2025-01-22T04:21:33.987Z | To configure your current shell, you need to source |
53 | 2025-01-22T04:21:33.987Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T04:21:33.987Z | |
55 | 2025-01-22T04:21:33.987Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T04:21:33.987Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T04:21:33.987Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T04:21:34.070Z | + rustc --version |
59 | 2025-01-22T04:21:34.142Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T04:21:34.145Z | process exited: duration 23021 ms, exit code 0 |
|
61 | 2025-01-22T04:21:34.149Z | starting task 2: "authentication" |
62 | 2025-01-22T04:21:34.172Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-22T04:21:34.176Z | starting task 3: "clone repository" |
64 | 2025-01-22T04:21:34.181Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T04:21:34.184Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T04:21:34.303Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T04:21:42.033Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T04:21:42.036Z | + git fetch origin 71ad6243cc31335f551c80d5b0c530c169017d63 |
69 | 2025-01-22T04:21:42.375Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T04:21:42.376Z | * branch 71ad6243cc31335f551c80d5b0c530c169017d63 -> FETCH_HEAD |
71 | 2025-01-22T04:21:42.387Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2025-01-22T04:21:42.389Z | ++ git branch --show-current |
73 | 2025-01-22T04:21:42.391Z | + current=main |
74 | 2025-01-22T04:21:42.391Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2025-01-22T04:21:42.391Z | + git branch -f renovate/bytes-1.x 71ad6243cc31335f551c80d5b0c530c169017d63 |
76 | 2025-01-22T04:21:42.396Z | + git checkout -f renovate/bytes-1.x |
77 | 2025-01-22T04:21:42.521Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2025-01-22T04:21:42.524Z | + git reset --hard 71ad6243cc31335f551c80d5b0c530c169017d63 |
79 | 2025-01-22T04:21:42.644Z | HEAD is now at 71ad6243c Update Rust crate bytes to 1.9.0 |
80 | 2025-01-22T04:21:42.646Z | process exited: duration 8468 ms, exit code 0 |
|
81 | 2025-01-22T04:21:42.651Z | starting task 4: "build" |
82 | 2025-01-22T04:21:42.657Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T04:21:42.657Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T04:21:42.657Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T04:21:42.659Z | + cargo --version |
86 | 2025-01-22T04:21:42.725Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T04:21:42.727Z | + rustc --version |
88 | 2025-01-22T04:21:42.798Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T04:21:42.801Z | + source ./env.sh |
90 | 2025-01-22T04:21:42.803Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-22T04:21:42.803Z | ++ set -o xtrace |
92 | 2025-01-22T04:21:42.806Z | ++++ dirname ./env.sh |
93 | 2025-01-22T04:21:42.808Z | +++ readlink -f . |
94 | 2025-01-22T04:21:42.810Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-22T04:21:42.810Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-22T04:21:42.810Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-22T04:21:42.810Z | ++ 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 |
98 | 2025-01-22T04:21:42.810Z | ++ 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 |
99 | 2025-01-22T04:21:42.810Z | ++ 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 |
100 | 2025-01-22T04:21:42.810Z | ++ 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 |
101 | 2025-01-22T04:21:42.810Z | ++ 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 |
102 | 2025-01-22T04:21:42.810Z | ++ 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 |
103 | 2025-01-22T04:21:42.810Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-22T04:21:42.810Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-22T04:21:42.810Z | + 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 |
106 | 2025-01-22T04:21:42.810Z | + 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 |
107 | 2025-01-22T04:21:42.810Z | + banner prerequisites |
108 | 2025-01-22T04:21:42.813Z | |
109 | 2025-01-22T04:21:42.813Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-22T04:21:42.813Z | # # # # # # # # # # # # # # # |
111 | 2025-01-22T04:21:42.813Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-22T04:21:42.813Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-22T04:21:42.813Z | # # # # # # # # # # # # # # # |
114 | 2025-01-22T04:21:42.813Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-22T04:21:42.813Z | |
116 | 2025-01-22T04:21:42.813Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-22T04:21:44.627Z | pkg list: illegal option -- F |
118 | 2025-01-22T04:21:44.627Z | Usage: |
119 | 2025-01-22T04:21:44.631Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-22T04:21:44.631Z | [pkg_fmri_pattern ...] |
121 | 2025-01-22T04:21:45.509Z | pkg list: illegal option -- F |
122 | 2025-01-22T04:21:45.509Z | Usage: |
123 | 2025-01-22T04:21:45.512Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-22T04:21:45.512Z | [pkg_fmri_pattern ...] |
125 | 2025-01-22T04:21:54.761Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-22T04:21:58.995Z | Startup: Caching catalogs ... Done |
127 | 2025-01-22T04:22:10.984Z | Planning: Solver setup ... Done (11.133s) |
128 | 2025-01-22T04:22:11.136Z | Planning: Running solver ... Done (0.152s) |
129 | 2025-01-22T04:22:11.252Z | Planning: Finding local manifests ... Done (0.005s) |
130 | 2025-01-22T04:22:11.288Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-22T04:22:12.046Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-22T04:22:12.167Z | Planning: Package planning ... Done (0.120s) |
133 | 2025-01-22T04:22:12.224Z | Planning: Merging actions ... Done (0.058s) |
134 | 2025-01-22T04:22:12.426Z | Planning: Checking for conflicting actions ... Done (0.202s) |
135 | 2025-01-22T04:22:14.101Z | Planning: Consolidating action changes ... Done (1.674s) |
136 | 2025-01-22T04:22:14.511Z | Planning: Evaluating mediators ... Done (0.410s) |
137 | 2025-01-22T04:22:14.599Z | Planning: Planning completed in 15.50 seconds |
138 | 2025-01-22T04:22:14.616Z | Packages to install: 4 |
139 | 2025-01-22T04:22:14.616Z | Packages to update: 3 |
140 | 2025-01-22T04:22:14.616Z | Mediators to change: 2 |
141 | 2025-01-22T04:22:14.616Z | Services to change: 1 |
142 | 2025-01-22T04:22:14.619Z | Estimated space available: 155.61 GB |
143 | 2025-01-22T04:22:14.619Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-22T04:22:14.619Z | Create boot environment: No |
145 | 2025-01-22T04:22:14.619Z | Create backup boot environment: Yes |
146 | 2025-01-22T04:22:14.619Z | Rebuild boot archive: No |
147 | 2025-01-22T04:22:14.619Z | |
148 | 2025-01-22T04:22:14.619Z | Changed mediators: |
149 | 2025-01-22T04:22:14.619Z | mediator clang: |
150 | 2025-01-22T04:22:14.619Z | version: None -> 15 (system default) |
151 | 2025-01-22T04:22:14.619Z | |
152 | 2025-01-22T04:22:14.619Z | mediator llvm: |
153 | 2025-01-22T04:22:14.619Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-22T04:22:14.619Z | |
155 | 2025-01-22T04:22:14.619Z | Changed packages: |
156 | 2025-01-22T04:22:14.619Z | helios-dev |
157 | 2025-01-22T04:22:14.619Z | developer/build-essential |
158 | 2025-01-22T04:22:14.619Z | None -> 11-2.0 |
159 | 2025-01-22T04:22:14.619Z | library/libxmlsec1 |
160 | 2025-01-22T04:22:14.619Z | None -> 1.2.35-2.0 |
161 | 2025-01-22T04:22:14.619Z | ooce/developer/clang-15 |
162 | 2025-01-22T04:22:14.619Z | None -> 15.0.7-2.0 |
163 | 2025-01-22T04:22:14.619Z | ooce/developer/llvm-15 |
164 | 2025-01-22T04:22:14.619Z | None -> 15.0.7-2.0 |
165 | 2025-01-22T04:22:14.620Z | package/pkg |
166 | 2025-01-22T04:22:14.620Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-22T04:22:14.620Z | system/library/g++-runtime |
168 | 2025-01-22T04:22:14.620Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-22T04:22:14.620Z | system/library/gcc-runtime |
170 | 2025-01-22T04:22:14.620Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-22T04:22:14.620Z | |
172 | 2025-01-22T04:22:14.620Z | Services: |
173 | 2025-01-22T04:22:14.620Z | restart_fmri: |
174 | 2025-01-22T04:22:14.620Z | svc:/system/update-man-index:default |
175 | 2025-01-22T04:22:14.620Z | |
176 | 2025-01-22T04:22:14.620Z | Editable files to change: |
177 | 2025-01-22T04:22:14.620Z | Update: |
178 | 2025-01-22T04:22:14.620Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-22T04:22:14.764Z | |
180 | 2025-01-22T04:22:14.764Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-22T04:22:19.766Z | Download: 563/4301 items 17.1/225.4MB 7% complete (3.5M/s) |
182 | 2025-01-22T04:22:24.784Z | Download: 1059/4301 items 19.7/225.4MB 8% complete (2.0M/s) |
183 | 2025-01-22T04:22:34.646Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (8.4M/s) |
184 | 2025-01-22T04:22:47.464Z | Download: 1196/4301 items 83.5/225.4MB 37% complete |
185 | 2025-01-22T04:22:52.510Z | Download: 1201/4301 items 83.5/225.4MB 37% complete (2.4k/s) |
186 | 2025-01-22T04:22:57.510Z | Download: 1634/4301 items 113.9/225.4MB 50% complete (3.5M/s) |
187 | 2025-01-22T04:23:02.534Z | Download: 2028/4301 items 118.5/225.4MB 52% complete (3.5M/s) |
188 | 2025-01-22T04:23:07.966Z | Download: 2219/4301 items 119.0/225.4MB 52% complete (564k/s) |
189 | 2025-01-22T04:23:13.569Z | Download: 2221/4301 items 119.0/225.4MB 52% complete (547k/s) |
190 | 2025-01-22T04:23:21.567Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (400k/s) |
191 | 2025-01-22T04:23:26.574Z | Download: 2874/4301 items 121.1/225.4MB 53% complete (249k/s) |
192 | 2025-01-22T04:23:31.608Z | Download: 3240/4301 items 201.0/225.4MB 89% complete (8.7M/s) |
193 | 2025-01-22T04:23:38.125Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
194 | 2025-01-22T04:23:44.442Z | Download: 3283/4301 items 209.1/225.4MB 92% complete (6.1M/s) |
195 | 2025-01-22T04:23:49.965Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (1.7M/s) |
196 | 2025-01-22T04:23:55.732Z | Download: 4296/4301 items 225.1/225.4MB 99% complete (1.7M/s) |
197 | 2025-01-22T04:23:58.964Z | Download: Completed 225.42 MB in 104.18 seconds (2.2M/s) |
198 | 2025-01-22T04:24:00.931Z | Actions: 1/5122 actions (Removing old actions) |
199 | 2025-01-22T04:24:00.948Z | Actions: 194/5122 actions (Installing new actions) |
200 | 2025-01-22T04:24:06.003Z | Actions: 4104/5122 actions (Installing new actions) |
201 | 2025-01-22T04:24:06.111Z | Actions: 4267/5122 actions (Updating modified actions) |
202 | 2025-01-22T04:24:06.665Z | Actions: Completed 5122 actions in 5.73 seconds. |
203 | 2025-01-22T04:24:07.084Z | Done (0.408s) |
204 | 2025-01-22T04:24:07.087Z | Done (0.001s) |
205 | 2025-01-22T04:24:07.680Z | Done (0.594s) |
206 | 2025-01-22T04:24:12.429Z | Done (4.505s) |
207 | 2025-01-22T04:24:12.525Z | Done (0.018s) |
208 | 2025-01-22T04:24:12.528Z | Done (0.000s) |
209 | 2025-01-22T04:24:12.708Z | Done (0.000s) |
210 | 2025-01-22T04:24:13.468Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-01-22T04:24:13.644Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-01-22T04:24:13.647Z | Planning: Consolidating action changes ... Done |
213 | 2025-01-22T04:24:13.936Z | Planning: Evaluating mediators ... Done |
214 | 2025-01-22T04:24:13.939Z | Planning: Planning completed in 0.47 seconds |
215 | 2025-01-22T04:24:13.979Z | Mediators to change: 2 |
216 | 2025-01-22T04:24:13.980Z | Create boot environment: No |
217 | 2025-01-22T04:24:13.980Z | Create backup boot environment: No |
218 | 2025-01-22T04:24:14.061Z | Done |
219 | 2025-01-22T04:24:14.061Z | Done |
220 | 2025-01-22T04:24:14.458Z | Done |
221 | 2025-01-22T04:24:18.422Z | Done |
222 | 2025-01-22T04:24:18.527Z | Done |
223 | 2025-01-22T04:24:18.530Z | Done |
224 | 2025-01-22T04:24:18.660Z | Done |
225 | 2025-01-22T04:24:19.295Z | Planning: Evaluating mediator changes ... Done |
226 | 2025-01-22T04:24:19.298Z | Planning: Merging actions ... Done |
227 | 2025-01-22T04:24:19.502Z | Planning: Checking for conflicting actions ... Done |
228 | 2025-01-22T04:24:19.504Z | Planning: Consolidating action changes ... Done |
229 | 2025-01-22T04:24:19.776Z | Planning: Evaluating mediators ... Done |
230 | 2025-01-22T04:24:19.833Z | Planning: Planning completed in 0.79 seconds |
231 | 2025-01-22T04:24:19.876Z | Packages to change: 1 |
232 | 2025-01-22T04:24:19.876Z | Mediators to change: 1 |
233 | 2025-01-22T04:24:19.876Z | Services to change: 1 |
234 | 2025-01-22T04:24:19.879Z | Create boot environment: No |
235 | 2025-01-22T04:24:19.879Z | Create backup boot environment: Yes |
236 | 2025-01-22T04:24:22.132Z | Actions: 1/6 actions (Updating modified actions) |
237 | 2025-01-22T04:24:22.135Z | Actions: Completed 6 actions in 0.00 seconds. |
238 | 2025-01-22T04:24:22.135Z | Done |
239 | 2025-01-22T04:24:22.135Z | Done |
240 | 2025-01-22T04:24:22.255Z | Done |
241 | 2025-01-22T04:24:26.226Z | Done |
242 | 2025-01-22T04:24:26.318Z | Done |
243 | 2025-01-22T04:24:26.320Z | Done |
244 | 2025-01-22T04:24:26.456Z | Done |
245 | 2025-01-22T04:24:26.925Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
246 | 2025-01-22T04:24:26.925Z | clang system 15 system |
247 | 2025-01-22T04:24:26.925Z | csh system system illumos |
248 | 2025-01-22T04:24:26.925Z | ctags system system illumos |
249 | 2025-01-22T04:24:26.925Z | gcc vendor 12 vendor |
250 | 2025-01-22T04:24:26.925Z | gcc system 10 system |
251 | 2025-01-22T04:24:26.925Z | gcc system 7 system |
252 | 2025-01-22T04:24:26.925Z | go system 1.20 system |
253 | 2025-01-22T04:24:26.925Z | go system 1.19 system |
254 | 2025-01-22T04:24:26.925Z | llvm system 15 system |
255 | 2025-01-22T04:24:26.925Z | llvm system 14 system |
256 | 2025-01-22T04:24:26.925Z | mariadb system 10.6 system |
257 | 2025-01-22T04:24:26.925Z | mta vendor vendor dma |
258 | 2025-01-22T04:24:26.925Z | openjdk system 17 system |
259 | 2025-01-22T04:24:26.925Z | openjdk system 11 system |
260 | 2025-01-22T04:24:26.925Z | openjdk system 1.8 system |
261 | 2025-01-22T04:24:26.925Z | openssl vendor 3 vendor |
262 | 2025-01-22T04:24:26.925Z | perl system 5.36 system |
263 | 2025-01-22T04:24:26.925Z | postgresql system 15 system |
264 | 2025-01-22T04:24:26.925Z | postgresql system 13 system |
265 | 2025-01-22T04:24:26.925Z | python vendor 3 vendor |
266 | 2025-01-22T04:24:26.925Z | python system 2 system |
267 | 2025-01-22T04:24:26.925Z | python3 system 3.11 system |
268 | 2025-01-22T04:24:26.925Z | ruby system 3.0 system |
269 | 2025-01-22T04:24:26.925Z | words vendor vendor american-english |
270 | 2025-01-22T04:24:26.925Z | words system system australian-english |
271 | 2025-01-22T04:24:26.925Z | words system system british-english |
272 | 2025-01-22T04:24:26.926Z | words system system canadian-english |
273 | 2025-01-22T04:24:26.926Z | words system system french |
274 | 2025-01-22T04:24:26.926Z | words system system italian |
275 | 2025-01-22T04:24:26.926Z | words system system ngerman |
276 | 2025-01-22T04:24:26.926Z | words system system ogerman |
277 | 2025-01-22T04:24:26.926Z | words system system spanish |
278 | 2025-01-22T04:24:27.273Z | PUBLISHER TYPE STATUS P LOCATION |
279 | 2025-01-22T04:24:27.273Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
280 | 2025-01-22T04:24:30.171Z | FMRI IFO |
281 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
282 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
283 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
284 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
285 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
286 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
287 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
288 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
289 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
290 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
291 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
292 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
293 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
294 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
295 | 2025-01-22T04:24:30.171Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
296 | 2025-01-22T04:24:30.963Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
297 | 2025-01-22T04:24:31.263Z | Updating crates.io index |
298 | 2025-01-22T04:24:31.266Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
299 | 2025-01-22T04:24:31.623Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
300 | 2025-01-22T04:24:32.164Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
301 | 2025-01-22T04:24:32.427Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
302 | 2025-01-22T04:24:32.710Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
303 | 2025-01-22T04:24:32.973Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
304 | 2025-01-22T04:24:33.926Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
305 | 2025-01-22T04:24:35.621Z | Updating git repository `https://github.com/oxidecomputer/opte` |
306 | 2025-01-22T04:24:36.230Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
307 | 2025-01-22T04:24:37.032Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
308 | 2025-01-22T04:24:37.317Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
309 | 2025-01-22T04:24:37.641Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
310 | 2025-01-22T04:24:38.407Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
311 | 2025-01-22T04:24:38.695Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
312 | 2025-01-22T04:24:39.059Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
313 | 2025-01-22T04:24:39.347Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
314 | 2025-01-22T04:24:39.624Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
315 | 2025-01-22T04:24:39.898Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
316 | 2025-01-22T04:24:40.187Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
317 | 2025-01-22T04:24:40.460Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
318 | 2025-01-22T04:24:40.762Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
319 | 2025-01-22T04:24:41.033Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
320 | 2025-01-22T04:24:41.403Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
321 | 2025-01-22T04:24:41.976Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
322 | 2025-01-22T04:24:42.289Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
323 | 2025-01-22T04:24:42.679Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
324 | 2025-01-22T04:24:43.095Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
325 | 2025-01-22T04:24:43.400Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
326 | 2025-01-22T04:24:43.689Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
327 | 2025-01-22T04:24:43.966Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
328 | 2025-01-22T04:24:45.495Z | Downloading crates ... |
329 | 2025-01-22T04:24:45.581Z | Downloaded bytecount v0.6.8 |
330 | 2025-01-22T04:24:45.584Z | Downloaded generic-array v0.14.7 |
331 | 2025-01-22T04:24:45.587Z | Downloaded fs-err v2.11.0 |
332 | 2025-01-22T04:24:45.589Z | Downloaded anstyle-parse v0.2.5 |
333 | 2025-01-22T04:24:45.589Z | Downloaded bitflags v2.6.0 |
334 | 2025-01-22T04:24:45.594Z | Downloaded equivalent v1.0.1 |
335 | 2025-01-22T04:24:45.606Z | Downloaded dtrace-parser v0.2.0 |
336 | 2025-01-22T04:24:45.608Z | Downloaded clap_lex v0.7.2 |
337 | 2025-01-22T04:24:45.608Z | Downloaded anstyle-query v1.1.1 |
338 | 2025-01-22T04:24:45.611Z | Downloaded cpufeatures v0.2.14 |
339 | 2025-01-22T04:24:45.615Z | Downloaded terminal_size v0.4.0 |
340 | 2025-01-22T04:24:45.615Z | Downloaded dof v0.3.0 |
341 | 2025-01-22T04:24:45.618Z | Downloaded byteorder v1.5.0 |
342 | 2025-01-22T04:24:45.628Z | Downloaded serde_spanned v0.6.8 |
343 | 2025-01-22T04:24:45.632Z | Downloaded errno v0.3.9 |
344 | 2025-01-22T04:24:45.632Z | Downloaded fastrand v2.1.1 |
345 | 2025-01-22T04:24:45.632Z | Downloaded cargo-platform v0.1.8 |
346 | 2025-01-22T04:24:45.632Z | Downloaded colorchoice v1.0.2 |
347 | 2025-01-22T04:24:45.636Z | Downloaded once_cell v1.20.2 |
348 | 2025-01-22T04:24:45.639Z | Downloaded semver v1.0.24 |
349 | 2025-01-22T04:24:45.643Z | Downloaded cargo_metadata v0.18.1 |
350 | 2025-01-22T04:24:45.649Z | Downloaded swrite v0.1.0 |
351 | 2025-01-22T04:24:45.653Z | Downloaded memmap v0.7.0 |
352 | 2025-01-22T04:24:45.653Z | Downloaded heck v0.4.1 |
353 | 2025-01-22T04:24:45.656Z | Downloaded cfg-if v1.0.0 |
354 | 2025-01-22T04:24:45.656Z | Downloaded sha2 v0.10.8 |
355 | 2025-01-22T04:24:45.656Z | Downloaded clap_derive v4.5.18 |
356 | 2025-01-22T04:24:45.660Z | Downloaded pretty-hex v0.4.1 |
357 | 2025-01-22T04:24:45.660Z | Downloaded scroll v0.12.0 |
358 | 2025-01-22T04:24:45.665Z | Downloaded usdt-macro v0.5.0 |
359 | 2025-01-22T04:24:45.665Z | Downloaded tabled_derive v0.7.0 |
360 | 2025-01-22T04:24:45.669Z | Downloaded is_terminal_polyfill v1.70.1 |
361 | 2025-01-22T04:24:45.669Z | Downloaded smawk v0.3.2 |
362 | 2025-01-22T04:24:45.669Z | Downloaded ryu v1.0.18 |
363 | 2025-01-22T04:24:45.673Z | Downloaded utf8parse v0.2.2 |
364 | 2025-01-22T04:24:45.673Z | Downloaded pest_derive v2.7.14 |
365 | 2025-01-22T04:24:45.677Z | Downloaded typenum v1.17.0 |
366 | 2025-01-22T04:24:45.678Z | Downloaded camino v1.1.9 |
367 | 2025-01-22T04:24:45.682Z | Downloaded usdt-attr-macro v0.5.0 |
368 | 2025-01-22T04:24:45.682Z | Downloaded tempfile v3.13.0 |
369 | 2025-01-22T04:24:45.682Z | Downloaded toml_datetime v0.6.8 |
370 | 2025-01-22T04:24:45.685Z | Downloaded proc-macro-error-attr v1.0.4 |
371 | 2025-01-22T04:24:45.685Z | Downloaded pest_generator v2.7.14 |
372 | 2025-01-22T04:24:45.685Z | Downloaded serde_tokenstream v0.2.2 |
373 | 2025-01-22T04:24:45.685Z | Downloaded macaddr v1.0.1 |
374 | 2025-01-22T04:24:45.689Z | Downloaded version_check v0.9.5 |
375 | 2025-01-22T04:24:45.689Z | Downloaded toml v0.8.19 |
376 | 2025-01-22T04:24:45.693Z | Downloaded thiserror v1.0.69 |
377 | 2025-01-22T04:24:45.698Z | Downloaded serde_derive v1.0.217 |
378 | 2025-01-22T04:24:45.705Z | Downloaded unicode-linebreak v0.1.5 |
379 | 2025-01-22T04:24:45.705Z | Downloaded thread-id v4.2.2 |
380 | 2025-01-22T04:24:45.705Z | Downloaded fnv v1.0.7 |
381 | 2025-01-22T04:24:45.705Z | Downloaded anstyle v1.0.10 |
382 | 2025-01-22T04:24:45.709Z | Downloaded block-buffer v0.10.4 |
383 | 2025-01-22T04:24:45.709Z | Downloaded autocfg v1.4.0 |
384 | 2025-01-22T04:24:45.709Z | Downloaded thiserror-impl v1.0.69 |
385 | 2025-01-22T04:24:45.709Z | Downloaded anyhow v1.0.93 |
386 | 2025-01-22T04:24:45.713Z | Downloaded strsim v0.11.1 |
387 | 2025-01-22T04:24:45.713Z | Downloaded itoa v1.0.11 |
388 | 2025-01-22T04:24:45.718Z | Downloaded crypto-common v0.1.6 |
389 | 2025-01-22T04:24:45.718Z | Downloaded scroll_derive v0.12.0 |
390 | 2025-01-22T04:24:45.718Z | Downloaded log v0.4.22 |
391 | 2025-01-22T04:24:45.718Z | Downloaded usdt-impl v0.5.0 |
392 | 2025-01-22T04:24:45.722Z | Downloaded quote v1.0.38 |
393 | 2025-01-22T04:24:45.722Z | Downloaded pest_meta v2.7.14 |
394 | 2025-01-22T04:24:45.724Z | Downloaded plain v0.2.3 |
395 | 2025-01-22T04:24:45.725Z | Downloaded digest v0.10.7 |
396 | 2025-01-22T04:24:45.725Z | Downloaded heck v0.5.0 |
397 | 2025-01-22T04:24:45.736Z | Downloaded zerocopy-derive v0.7.35 |
398 | 2025-01-22T04:24:45.742Z | Downloaded anstream v0.6.15 |
399 | 2025-01-22T04:24:45.745Z | Downloaded usdt v0.5.0 |
400 | 2025-01-22T04:24:45.745Z | Downloaded indexmap v2.7.0 |
401 | 2025-01-22T04:24:45.749Z | Downloaded ucd-trie v0.1.7 |
402 | 2025-01-22T04:24:45.751Z | Downloaded clap v4.5.21 |
403 | 2025-01-22T04:24:45.760Z | Downloaded textwrap v0.16.1 |
404 | 2025-01-22T04:24:45.762Z | Downloaded memchr v2.7.4 |
405 | 2025-01-22T04:24:45.768Z | Downloaded unicode-ident v1.0.14 |
406 | 2025-01-22T04:24:45.772Z | Downloaded serde v1.0.217 |
407 | 2025-01-22T04:24:45.775Z | Downloaded hashbrown v0.15.1 |
408 | 2025-01-22T04:24:45.780Z | Downloaded proc-macro2 v1.0.92 |
409 | 2025-01-22T04:24:45.783Z | Downloaded proc-macro-error v1.0.4 |
410 | 2025-01-22T04:24:45.788Z | Downloaded papergrid v0.11.0 |
411 | 2025-01-22T04:24:45.793Z | Downloaded cargo_toml v0.20.5 |
412 | 2025-01-22T04:24:45.796Z | Downloaded camino-tempfile v1.1.1 |
413 | 2025-01-22T04:24:45.796Z | Downloaded toml_edit v0.22.22 |
414 | 2025-01-22T04:24:45.818Z | Downloaded pest v2.7.14 |
415 | 2025-01-22T04:24:45.823Z | Downloaded clap_builder v4.5.21 |
416 | 2025-01-22T04:24:45.831Z | Downloaded serde_json v1.0.135 |
417 | 2025-01-22T04:24:45.838Z | Downloaded zerocopy v0.7.35 |
418 | 2025-01-22T04:24:45.855Z | Downloaded tabled v0.15.0 |
419 | 2025-01-22T04:24:45.871Z | Downloaded goblin v0.8.2 |
420 | 2025-01-22T04:24:45.877Z | Downloaded winnow v0.6.20 |
421 | 2025-01-22T04:24:45.883Z | Downloaded syn v1.0.109 |
422 | 2025-01-22T04:24:45.893Z | Downloaded unicode-width v0.1.14 |
423 | 2025-01-22T04:24:45.898Z | Downloaded syn v2.0.96 |
424 | 2025-01-22T04:24:45.910Z | Downloaded rustix v0.38.37 |
425 | 2025-01-22T04:24:45.953Z | Downloaded libc v0.2.169 |
426 | 2025-01-22T04:24:46.265Z | Compiling proc-macro2 v1.0.92 |
427 | 2025-01-22T04:24:46.265Z | Compiling unicode-ident v1.0.14 |
428 | 2025-01-22T04:24:46.265Z | Compiling version_check v0.9.5 |
429 | 2025-01-22T04:24:46.268Z | Compiling serde v1.0.217 |
430 | 2025-01-22T04:24:46.268Z | Compiling memchr v2.7.4 |
431 | 2025-01-22T04:24:46.268Z | Compiling thiserror v1.0.69 |
432 | 2025-01-22T04:24:46.302Z | Compiling libc v0.2.169 |
433 | 2025-01-22T04:24:46.305Z | Compiling itoa v1.0.11 |
434 | 2025-01-22T04:24:46.578Z | Compiling ryu v1.0.18 |
435 | 2025-01-22T04:24:46.662Z | Compiling ucd-trie v0.1.7 |
436 | 2025-01-22T04:24:46.986Z | Compiling once_cell v1.20.2 |
437 | 2025-01-22T04:24:47.108Z | Compiling byteorder v1.5.0 |
438 | 2025-01-22T04:24:47.225Z | Compiling rustix v0.38.37 |
439 | 2025-01-22T04:24:47.348Z | Compiling serde_json v1.0.135 |
440 | 2025-01-22T04:24:47.538Z | Compiling bitflags v2.6.0 |
441 | 2025-01-22T04:24:47.729Z | Compiling proc-macro-error-attr v1.0.4 |
442 | 2025-01-22T04:24:47.904Z | Compiling usdt-impl v0.5.0 |
443 | 2025-01-22T04:24:47.959Z | Compiling syn v1.0.109 |
444 | 2025-01-22T04:24:48.065Z | Compiling proc-macro-error v1.0.4 |
445 | 2025-01-22T04:24:48.068Z | Compiling hashbrown v0.15.1 |
446 | 2025-01-22T04:24:48.144Z | Compiling log v0.4.22 |
447 | 2025-01-22T04:24:48.244Z | Compiling quote v1.0.38 |
448 | 2025-01-22T04:24:48.371Z | Compiling errno v0.3.9 |
449 | 2025-01-22T04:24:48.584Z | Compiling camino v1.1.9 |
450 | 2025-01-22T04:24:48.642Z | Compiling equivalent v1.0.1 |
451 | 2025-01-22T04:24:48.712Z | Compiling syn v2.0.96 |
452 | 2025-01-22T04:24:48.780Z | Compiling thread-id v4.2.2 |
453 | 2025-01-22T04:24:48.842Z | Compiling plain v0.2.3 |
454 | 2025-01-22T04:24:48.913Z | Compiling utf8parse v0.2.2 |
455 | 2025-01-22T04:24:49.098Z | Compiling anstyle-parse v0.2.5 |
456 | 2025-01-22T04:24:49.183Z | Compiling indexmap v2.7.0 |
457 | 2025-01-22T04:24:49.291Z | Compiling pretty-hex v0.4.1 |
458 | 2025-01-22T04:24:49.465Z | Compiling unicode-width v0.1.14 |
459 | 2025-01-22T04:24:49.539Z | Compiling anstyle-query v1.1.1 |
460 | 2025-01-22T04:24:49.636Z | Compiling semver v1.0.24 |
461 | 2025-01-22T04:24:49.699Z | Compiling anstyle v1.0.10 |
462 | 2025-01-22T04:24:49.740Z | Compiling is_terminal_polyfill v1.70.1 |
463 | 2025-01-22T04:24:49.900Z | Compiling colorchoice v1.0.2 |
464 | 2025-01-22T04:24:50.034Z | Compiling winnow v0.6.20 |
465 | 2025-01-22T04:24:50.074Z | Compiling autocfg v1.4.0 |
466 | 2025-01-22T04:24:50.177Z | Compiling anstream v0.6.15 |
467 | 2025-01-22T04:24:50.451Z | Compiling bytecount v0.6.8 |
468 | 2025-01-22T04:24:50.516Z | Compiling heck v0.5.0 |
469 | 2025-01-22T04:24:50.710Z | Compiling terminal_size v0.4.0 |
470 | 2025-01-22T04:24:50.899Z | Compiling fastrand v2.1.1 |
471 | 2025-01-22T04:24:50.955Z | Compiling clap_lex v0.7.2 |
472 | 2025-01-22T04:24:51.037Z | Compiling fnv v1.0.7 |
473 | 2025-01-22T04:24:51.105Z | Compiling fs-err v2.11.0 |
474 | 2025-01-22T04:24:51.277Z | Compiling anyhow v1.0.93 |
475 | 2025-01-22T04:24:51.445Z | Compiling cfg-if v1.0.0 |
476 | 2025-01-22T04:24:51.476Z | Compiling heck v0.4.1 |
477 | 2025-01-22T04:24:51.479Z | Compiling strsim v0.11.1 |
478 | 2025-01-22T04:24:51.564Z | Compiling tempfile v3.13.0 |
479 | 2025-01-22T04:24:51.963Z | Compiling clap_builder v4.5.21 |
480 | 2025-01-22T04:24:52.329Z | Compiling papergrid v0.11.0 |
481 | 2025-01-22T04:24:52.355Z | Compiling memmap v0.7.0 |
482 | 2025-01-22T04:24:52.411Z | Compiling unicode-linebreak v0.1.5 |
483 | 2025-01-22T04:24:52.471Z | Compiling smawk v0.3.2 |
484 | 2025-01-22T04:24:52.924Z | Compiling textwrap v0.16.1 |
485 | 2025-01-22T04:24:53.314Z | Compiling swrite v0.1.0 |
486 | 2025-01-22T04:24:54.069Z | Compiling tabled_derive v0.7.0 |
487 | 2025-01-22T04:24:55.634Z | Compiling tabled v0.15.0 |
488 | 2025-01-22T04:24:55.993Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-22T04:24:56.084Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-01-22T04:24:56.110Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-22T04:24:56.219Z | Compiling scroll_derive v0.12.0 |
492 | 2025-01-22T04:24:56.244Z | Compiling clap_derive v4.5.18 |
493 | 2025-01-22T04:24:57.661Z | Compiling scroll v0.12.0 |
494 | 2025-01-22T04:24:57.968Z | Compiling zerocopy v0.7.35 |
495 | 2025-01-22T04:24:58.127Z | Compiling goblin v0.8.2 |
496 | 2025-01-22T04:24:58.641Z | Compiling pest v2.7.14 |
497 | 2025-01-22T04:24:59.614Z | Compiling clap v4.5.21 |
498 | 2025-01-22T04:25:00.998Z | Compiling pest_meta v2.7.14 |
499 | 2025-01-22T04:25:02.048Z | Compiling pest_generator v2.7.14 |
500 | 2025-01-22T04:25:03.502Z | Compiling pest_derive v2.7.14 |
501 | 2025-01-22T04:25:04.205Z | Compiling dtrace-parser v0.2.0 |
502 | 2025-01-22T04:25:05.073Z | Compiling serde_tokenstream v0.2.2 |
503 | 2025-01-22T04:25:05.196Z | Compiling toml_datetime v0.6.8 |
504 | 2025-01-22T04:25:05.196Z | Compiling serde_spanned v0.6.8 |
505 | 2025-01-22T04:25:05.298Z | Compiling cargo-platform v0.1.8 |
506 | 2025-01-22T04:25:05.534Z | Compiling macaddr v1.0.1 |
507 | 2025-01-22T04:25:05.627Z | Compiling toml_edit v0.22.22 |
508 | 2025-01-22T04:25:05.796Z | Compiling camino-tempfile v1.1.1 |
509 | 2025-01-22T04:25:06.547Z | Compiling dof v0.3.0 |
510 | 2025-01-22T04:25:06.786Z | Compiling cargo_metadata v0.18.1 |
511 | 2025-01-22T04:25:08.023Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2025-01-22T04:25:08.023Z | Compiling usdt-macro v0.5.0 |
513 | 2025-01-22T04:25:08.776Z | Compiling toml v0.8.19 |
514 | 2025-01-22T04:25:09.120Z | Compiling usdt v0.5.0 |
515 | 2025-01-22T04:25:09.534Z | Compiling cargo_toml v0.20.5 |
516 | 2025-01-22T04:25:12.284Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
517 | 2025-01-22T04:25:15.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.92s |
518 | 2025-01-22T04:25:15.946Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
519 | 2025-01-22T04:25:16.520Z | Downloading crates ... |
520 | 2025-01-22T04:25:16.646Z | Downloaded ascii-canvas v3.0.0 |
521 | 2025-01-22T04:25:16.655Z | Downloaded ahash v0.8.11 |
522 | 2025-01-22T04:25:16.659Z | Downloaded assert_matches v1.5.0 |
523 | 2025-01-22T04:25:16.661Z | Downloaded aead v0.5.2 |
524 | 2025-01-22T04:25:16.674Z | Downloaded cstr-argument v0.1.2 |
525 | 2025-01-22T04:25:16.679Z | Downloaded crc-catalog v2.4.0 |
526 | 2025-01-22T04:25:16.681Z | Downloaded ciborium-ll v0.2.2 |
527 | 2025-01-22T04:25:16.681Z | Downloaded arrayref v0.3.9 |
528 | 2025-01-22T04:25:16.684Z | Downloaded addr2line v0.24.2 |
529 | 2025-01-22T04:25:16.687Z | Downloaded crunchy v0.2.2 |
530 | 2025-01-22T04:25:16.690Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-01-22T04:25:16.693Z | Downloaded atomicwrites v0.4.4 |
532 | 2025-01-22T04:25:16.708Z | Downloaded cbc v0.1.2 |
533 | 2025-01-22T04:25:16.710Z | Downloaded chrono-tz-build v0.4.0 |
534 | 2025-01-22T04:25:16.710Z | Downloaded async-recursion v1.1.1 |
535 | 2025-01-22T04:25:16.718Z | Downloaded atty v0.2.14 |
536 | 2025-01-22T04:25:16.723Z | Downloaded curve25519-dalek-derive v0.1.1 |
537 | 2025-01-22T04:25:16.727Z | Downloaded bit-set v0.5.3 |
538 | 2025-01-22T04:25:16.738Z | Downloaded crucible-workspace-hack v0.1.0 |
539 | 2025-01-22T04:25:16.741Z | Downloaded ciborium-io v0.2.2 |
540 | 2025-01-22T04:25:16.747Z | Downloaded colored v2.1.0 |
541 | 2025-01-22T04:25:16.750Z | Downloaded buf-list v1.0.3 |
542 | 2025-01-22T04:25:16.752Z | Downloaded chacha20 v0.9.1 |
543 | 2025-01-22T04:25:16.755Z | Downloaded bcrypt-pbkdf v0.10.0 |
544 | 2025-01-22T04:25:16.760Z | Downloaded base16ct v0.2.0 |
545 | 2025-01-22T04:25:16.760Z | Downloaded async-stream v0.3.6 |
546 | 2025-01-22T04:25:16.771Z | Downloaded cfg_aliases v0.1.1 |
547 | 2025-01-22T04:25:16.781Z | Downloaded crc32fast v1.4.2 |
548 | 2025-01-22T04:25:16.784Z | Downloaded arrayvec v0.7.6 |
549 | 2025-01-22T04:25:16.788Z | Downloaded bcs v0.1.6 |
550 | 2025-01-22T04:25:16.790Z | Downloaded cassowary v0.3.0 |
551 | 2025-01-22T04:25:16.793Z | Downloaded ctr v0.9.2 |
552 | 2025-01-22T04:25:16.796Z | Downloaded cexpr v0.6.0 |
553 | 2025-01-22T04:25:16.796Z | Downloaded adler2 v2.0.0 |
554 | 2025-01-22T04:25:16.798Z | Downloaded blowfish v0.9.1 |
555 | 2025-01-22T04:25:16.801Z | Downloaded crc v3.2.1 |
556 | 2025-01-22T04:25:16.803Z | Downloaded array-init v0.0.4 |
557 | 2025-01-22T04:25:16.804Z | Downloaded bb8 v0.8.5 |
558 | 2025-01-22T04:25:16.804Z | Downloaded bit-vec v0.6.3 |
559 | 2025-01-22T04:25:16.808Z | Downloaded ref-cast v1.0.23 |
560 | 2025-01-22T04:25:16.813Z | Downloaded cfg_aliases v0.2.1 |
561 | 2025-01-22T04:25:16.815Z | Downloaded allocator-api2 v0.2.18 |
562 | 2025-01-22T04:25:16.818Z | Downloaded darling v0.20.10 |
563 | 2025-01-22T04:25:16.822Z | Downloaded bitfield v0.14.0 |
564 | 2025-01-22T04:25:16.825Z | Downloaded crossbeam-deque v0.8.5 |
565 | 2025-01-22T04:25:16.827Z | Downloaded castaway v0.2.3 |
566 | 2025-01-22T04:25:16.830Z | Downloaded console v0.15.8 |
567 | 2025-01-22T04:25:16.833Z | Downloaded cmake v0.1.51 |
568 | 2025-01-22T04:25:16.835Z | Downloaded bzip2 v0.4.4 |
569 | 2025-01-22T04:25:16.839Z | Downloaded crossbeam-epoch v0.9.18 |
570 | 2025-01-22T04:25:16.842Z | Downloaded base64ct v1.6.0 |
571 | 2025-01-22T04:25:16.844Z | Downloaded convert_case v0.4.0 |
572 | 2025-01-22T04:25:16.847Z | Downloaded cobs v0.2.3 |
573 | 2025-01-22T04:25:16.847Z | Downloaded block-padding v0.3.3 |
574 | 2025-01-22T04:25:16.851Z | Downloaded blake2 v0.10.6 |
575 | 2025-01-22T04:25:16.855Z | Downloaded constant_time_eq v0.3.1 |
576 | 2025-01-22T04:25:16.858Z | Downloaded atomic-waker v1.1.2 |
577 | 2025-01-22T04:25:16.858Z | Downloaded salsa20 v0.10.2 |
578 | 2025-01-22T04:25:16.858Z | Downloaded hostname v0.3.1 |
579 | 2025-01-22T04:25:16.862Z | Downloaded signal-hook-tokio v0.3.1 |
580 | 2025-01-22T04:25:16.867Z | Downloaded quick-error v1.2.3 |
581 | 2025-01-22T04:25:16.871Z | Downloaded async-bb8-diesel v0.2.1 |
582 | 2025-01-22T04:25:16.873Z | Downloaded argon2 v0.5.3 |
583 | 2025-01-22T04:25:16.880Z | Downloaded csv-core v0.1.11 |
584 | 2025-01-22T04:25:16.882Z | Downloaded shell-words v1.1.0 |
585 | 2025-01-22T04:25:16.885Z | Downloaded hostname v0.4.0 |
586 | 2025-01-22T04:25:16.888Z | Downloaded const_format_proc_macros v0.2.33 |
587 | 2025-01-22T04:25:16.890Z | Downloaded cancel-safe-futures v0.1.5 |
588 | 2025-01-22T04:25:16.893Z | Downloaded rand_seeder v0.3.0 |
589 | 2025-01-22T04:25:16.893Z | Downloaded cipher v0.4.4 |
590 | 2025-01-22T04:25:16.896Z | Downloaded rustc-hash v1.1.0 |
591 | 2025-01-22T04:25:16.898Z | Downloaded http-body v1.0.1 |
592 | 2025-01-22T04:25:16.898Z | Downloaded ident_case v1.0.1 |
593 | 2025-01-22T04:25:16.901Z | Downloaded async-trait v0.1.83 |
594 | 2025-01-22T04:25:16.904Z | Downloaded cookie_store v0.21.1 |
595 | 2025-01-22T04:25:16.908Z | Downloaded arc-swap v1.7.1 |
596 | 2025-01-22T04:25:16.912Z | Downloaded base64 v0.13.1 |
597 | 2025-01-22T04:25:16.915Z | Downloaded httpdate v1.0.3 |
598 | 2025-01-22T04:25:16.915Z | Downloaded home v0.5.9 |
599 | 2025-01-22T04:25:16.915Z | Downloaded bitfield-struct v0.6.2 |
600 | 2025-01-22T04:25:16.921Z | Downloaded sec1 v0.7.3 |
601 | 2025-01-22T04:25:16.925Z | Downloaded bitflags v1.3.2 |
602 | 2025-01-22T04:25:16.928Z | Downloaded backoff v0.4.0 |
603 | 2025-01-22T04:25:16.928Z | Downloaded scheduled-thread-pool v0.2.7 |
604 | 2025-01-22T04:25:16.934Z | Downloaded icu_provider_macros v1.5.0 |
605 | 2025-01-22T04:25:16.936Z | Downloaded hmac v0.12.1 |
606 | 2025-01-22T04:25:16.940Z | Downloaded hickory-server v0.24.2 |
607 | 2025-01-22T04:25:16.943Z | Downloaded cookie v0.18.1 |
608 | 2025-01-22T04:25:16.946Z | Downloaded clang-sys v1.8.1 |
609 | 2025-01-22T04:25:16.948Z | Downloaded siphasher v0.3.11 |
610 | 2025-01-22T04:25:16.951Z | Downloaded ciborium v0.2.2 |
611 | 2025-01-22T04:25:16.953Z | Downloaded vte_generate_state_changes v0.1.2 |
612 | 2025-01-22T04:25:16.956Z | Downloaded termtree v0.4.1 |
613 | 2025-01-22T04:25:16.956Z | Downloaded unicode-xid v0.2.6 |
614 | 2025-01-22T04:25:16.962Z | Downloaded smallvec v0.6.14 |
615 | 2025-01-22T04:25:16.965Z | Downloaded hickory-resolver v0.24.2 |
616 | 2025-01-22T04:25:16.972Z | Downloaded humantime v2.1.0 |
617 | 2025-01-22T04:25:16.975Z | Downloaded hubpack_derive v0.1.1 |
618 | 2025-01-22T04:25:16.975Z | Downloaded http-body-util v0.1.2 |
619 | 2025-01-22T04:25:16.979Z | Downloaded match_cfg v0.1.0 |
620 | 2025-01-22T04:25:16.982Z | Downloaded zerofrom v0.1.4 |
621 | 2025-01-22T04:25:16.982Z | Downloaded instant v0.1.13 |
622 | 2025-01-22T04:25:16.989Z | Downloaded subtle v2.6.1 |
623 | 2025-01-22T04:25:16.991Z | Downloaded structmeta v0.3.0 |
624 | 2025-01-22T04:25:16.995Z | Downloaded crossbeam-utils v0.8.20 |
625 | 2025-01-22T04:25:16.998Z | Downloaded inout v0.1.3 |
626 | 2025-01-22T04:25:17.001Z | Downloaded thiserror-impl-no-std v2.0.2 |
627 | 2025-01-22T04:25:17.007Z | Downloaded new_debug_unreachable v1.0.6 |
628 | 2025-01-22T04:25:17.007Z | Downloaded hubpack v0.1.2 |
629 | 2025-01-22T04:25:17.010Z | Downloaded http-range v0.1.5 |
630 | 2025-01-22T04:25:17.010Z | Downloaded serde_derive_internals v0.29.1 |
631 | 2025-01-22T04:25:17.010Z | Downloaded newline-converter v0.3.0 |
632 | 2025-01-22T04:25:17.010Z | Downloaded tap v1.0.1 |
633 | 2025-01-22T04:25:17.018Z | Downloaded md5 v0.7.0 |
634 | 2025-01-22T04:25:17.018Z | Downloaded mirai-annotations v1.12.0 |
635 | 2025-01-22T04:25:17.019Z | Downloaded is_ci v1.2.0 |
636 | 2025-01-22T04:25:17.019Z | Downloaded bytes v1.9.0 |
637 | 2025-01-22T04:25:17.031Z | Downloaded untrusted v0.9.0 |
638 | 2025-01-22T04:25:17.034Z | Downloaded wait-timeout v0.2.0 |
639 | 2025-01-22T04:25:17.037Z | Downloaded indoc v1.0.9 |
640 | 2025-01-22T04:25:17.037Z | Downloaded highway v1.2.0 |
641 | 2025-01-22T04:25:17.040Z | Downloaded maplit v1.0.2 |
642 | 2025-01-22T04:25:17.043Z | Downloaded ron v0.7.1 |
643 | 2025-01-22T04:25:17.046Z | Downloaded httparse v1.9.5 |
644 | 2025-01-22T04:25:17.049Z | Downloaded linked-hash-map v0.5.6 |
645 | 2025-01-22T04:25:17.052Z | Downloaded indent_write v2.2.0 |
646 | 2025-01-22T04:25:17.054Z | Downloaded keccak v0.1.5 |
647 | 2025-01-22T04:25:17.054Z | Downloaded hyper-rustls v0.27.3 |
648 | 2025-01-22T04:25:17.057Z | Downloaded internet-checksum v0.2.1 |
649 | 2025-01-22T04:25:17.060Z | Downloaded nanorand v0.7.0 |
650 | 2025-01-22T04:25:17.063Z | Downloaded opaque-debug v0.3.1 |
651 | 2025-01-22T04:25:17.063Z | Downloaded const_format v0.2.33 |
652 | 2025-01-22T04:25:17.067Z | Downloaded mime v0.3.17 |
653 | 2025-01-22T04:25:17.070Z | Downloaded md-5 v0.10.6 |
654 | 2025-01-22T04:25:17.073Z | Downloaded libsw v3.3.1 |
655 | 2025-01-22T04:25:17.078Z | Downloaded http v1.2.0 |
656 | 2025-01-22T04:25:17.080Z | Downloaded compact_str v0.8.0 |
657 | 2025-01-22T04:25:17.083Z | Downloaded headers-core v0.3.0 |
658 | 2025-01-22T04:25:17.083Z | Downloaded phf_shared v0.10.0 |
659 | 2025-01-22T04:25:17.086Z | Downloaded parse-size v1.1.0 |
660 | 2025-01-22T04:25:17.086Z | Downloaded managed v0.8.0 |
661 | 2025-01-22T04:25:17.089Z | Downloaded libloading v0.8.5 |
662 | 2025-01-22T04:25:17.089Z | Downloaded libefi-sys v0.1.0 |
663 | 2025-01-22T04:25:17.091Z | Downloaded litemap v0.7.3 |
664 | 2025-01-22T04:25:17.094Z | Downloaded dyn-clone v1.0.17 |
665 | 2025-01-22T04:25:17.097Z | Downloaded tokio-rustls v0.26.0 |
666 | 2025-01-22T04:25:17.097Z | Downloaded lazycell v1.3.0 |
667 | 2025-01-22T04:25:17.100Z | Downloaded hyper-staticfile v0.10.1 |
668 | 2025-01-22T04:25:17.102Z | Downloaded maybe-uninit v2.0.0 |
669 | 2025-01-22T04:25:17.105Z | Downloaded foreign-types v0.3.2 |
670 | 2025-01-22T04:25:17.105Z | Downloaded native-tls v0.2.12 |
671 | 2025-01-22T04:25:17.108Z | Downloaded multimap v0.10.0 |
672 | 2025-01-22T04:25:17.108Z | Downloaded mockall v0.13.0 |
673 | 2025-01-22T04:25:17.108Z | Downloaded multer v3.1.0 |
674 | 2025-01-22T04:25:17.111Z | Downloaded mime_guess v2.0.5 |
675 | 2025-01-22T04:25:17.114Z | Downloaded vte v0.11.1 |
676 | 2025-01-22T04:25:17.117Z | Downloaded foldhash v0.1.3 |
677 | 2025-01-22T04:25:17.120Z | Downloaded memmap2 v0.9.5 |
678 | 2025-01-22T04:25:17.120Z | Downloaded lock_api v0.4.12 |
679 | 2025-01-22T04:25:17.123Z | Downloaded icu_normalizer v1.5.0 |
680 | 2025-01-22T04:25:17.125Z | Downloaded futures-core v0.3.31 |
681 | 2025-01-22T04:25:17.128Z | Downloaded litrs v0.4.1 |
682 | 2025-01-22T04:25:17.130Z | Downloaded icu_provider v1.5.0 |
683 | 2025-01-22T04:25:17.133Z | Downloaded futures-channel v0.3.31 |
684 | 2025-01-22T04:25:17.136Z | Downloaded sqlparser_derive v0.2.2 |
685 | 2025-01-22T04:25:17.139Z | Downloaded rand_xorshift v0.3.0 |
686 | 2025-01-22T04:25:17.139Z | Downloaded progenitor-macro v0.8.0 |
687 | 2025-01-22T04:25:17.141Z | Downloaded num v0.4.3 |
688 | 2025-01-22T04:25:17.141Z | Downloaded fd-lock v4.0.2 |
689 | 2025-01-22T04:25:17.144Z | Downloaded diesel_table_macro_syntax v0.2.0 |
690 | 2025-01-22T04:25:17.144Z | Downloaded glob v0.3.1 |
691 | 2025-01-22T04:25:17.147Z | Downloaded zerovec-derive v0.10.3 |
692 | 2025-01-22T04:25:17.147Z | Downloaded icu_normalizer_data v1.5.0 |
693 | 2025-01-22T04:25:17.151Z | Downloaded base64 v0.22.1 |
694 | 2025-01-22T04:25:17.154Z | Downloaded typify v0.2.0 |
695 | 2025-01-22T04:25:17.157Z | Downloaded der_derive v0.7.3 |
696 | 2025-01-22T04:25:17.160Z | Downloaded mockall_derive v0.13.0 |
697 | 2025-01-22T04:25:17.162Z | Downloaded icu_properties v1.5.1 |
698 | 2025-01-22T04:25:17.165Z | Downloaded socket2 v0.5.7 |
699 | 2025-01-22T04:25:17.168Z | Downloaded strum v0.26.3 |
700 | 2025-01-22T04:25:17.168Z | Downloaded progenitor-macro v0.9.1 |
701 | 2025-01-22T04:25:17.170Z | Downloaded base64 v0.21.7 |
702 | 2025-01-22T04:25:17.173Z | Downloaded icu_locid v1.5.0 |
703 | 2025-01-22T04:25:17.177Z | Downloaded hyper-util v0.1.10 |
704 | 2025-01-22T04:25:17.182Z | Downloaded crossbeam-channel v0.5.13 |
705 | 2025-01-22T04:25:17.186Z | Downloaded darling_macro v0.20.10 |
706 | 2025-01-22T04:25:17.189Z | Downloaded postgres-types v0.2.8 |
707 | 2025-01-22T04:25:17.192Z | Downloaded phf_generator v0.11.2 |
708 | 2025-01-22T04:25:17.192Z | Downloaded snafu-derive v0.8.5 |
709 | 2025-01-22T04:25:17.194Z | Downloaded crc-any v2.5.0 |
710 | 2025-01-22T04:25:17.197Z | Downloaded bumpalo v3.16.0 |
711 | 2025-01-22T04:25:17.200Z | Downloaded rustc_version v0.4.1 |
712 | 2025-01-22T04:25:17.200Z | Downloaded crypto-bigint v0.5.5 |
713 | 2025-01-22T04:25:17.206Z | Downloaded aes v0.8.4 |
714 | 2025-01-22T04:25:17.209Z | Downloaded linear-map v1.2.0 |
715 | 2025-01-22T04:25:17.212Z | Downloaded indexmap v1.9.3 |
716 | 2025-01-22T04:25:17.215Z | Downloaded tokio-stream v0.1.16 |
717 | 2025-01-22T04:25:17.219Z | Downloaded rustc_version v0.1.7 |
718 | 2025-01-22T04:25:17.222Z | Downloaded typify v0.3.0 |
719 | 2025-01-22T04:25:17.225Z | Downloaded cc v1.1.30 |
720 | 2025-01-22T04:25:17.227Z | Downloaded jobserver v0.1.32 |
721 | 2025-01-22T04:25:17.230Z | Downloaded embedded-io v0.4.0 |
722 | 2025-01-22T04:25:17.233Z | Downloaded thiserror-no-std v2.0.2 |
723 | 2025-01-22T04:25:17.236Z | Downloaded serde_urlencoded v0.7.1 |
724 | 2025-01-22T04:25:17.238Z | Downloaded rusty-fork v0.3.0 |
725 | 2025-01-22T04:25:17.241Z | Downloaded password-hash v0.4.2 |
726 | 2025-01-22T04:25:17.241Z | Downloaded slog-stdlog v4.1.1 |
727 | 2025-01-22T04:25:17.244Z | Downloaded globset v0.4.15 |
728 | 2025-01-22T04:25:17.246Z | Downloaded strum_macros v0.24.3 |
729 | 2025-01-22T04:25:17.249Z | Downloaded progenitor-client v0.9.1 |
730 | 2025-01-22T04:25:17.249Z | Downloaded termtree v0.5.1 |
731 | 2025-01-22T04:25:17.252Z | Downloaded slog-term v2.9.1 |
732 | 2025-01-22T04:25:17.256Z | Downloaded progenitor-client v0.8.0 |
733 | 2025-01-22T04:25:17.256Z | Downloaded time-core v0.1.2 |
734 | 2025-01-22T04:25:17.258Z | Downloaded termios v0.3.3 |
735 | 2025-01-22T04:25:17.258Z | Downloaded unicode-properties v0.1.3 |
736 | 2025-01-22T04:25:17.261Z | Downloaded termcolor v1.4.1 |
737 | 2025-01-22T04:25:17.262Z | Downloaded pkg-config v0.3.31 |
738 | 2025-01-22T04:25:17.269Z | Downloaded waitgroup v0.1.2 |
739 | 2025-01-22T04:25:17.269Z | Downloaded sqlformat v0.2.6 |
740 | 2025-01-22T04:25:17.269Z | Downloaded progenitor-impl v0.9.1 |
741 | 2025-01-22T04:25:17.272Z | Downloaded num-conv v0.1.0 |
742 | 2025-01-22T04:25:17.272Z | Downloaded form_urlencoded v1.2.1 |
743 | 2025-01-22T04:25:17.272Z | Downloaded sha1 v0.10.6 |
744 | 2025-01-22T04:25:17.275Z | Downloaded powerfmt v0.2.0 |
745 | 2025-01-22T04:25:17.275Z | Downloaded nu-ansi-term v0.50.1 |
746 | 2025-01-22T04:25:17.278Z | Downloaded miniz_oxide v0.8.0 |
747 | 2025-01-22T04:25:17.281Z | Downloaded password-hash v0.5.0 |
748 | 2025-01-22T04:25:17.284Z | Downloaded downcast v0.11.0 |
749 | 2025-01-22T04:25:17.284Z | Downloaded hkdf v0.12.4 |
750 | 2025-01-22T04:25:17.287Z | Downloaded derive_builder_macro v0.20.2 |
751 | 2025-01-22T04:25:17.287Z | Downloaded scopeguard v1.2.0 |
752 | 2025-01-22T04:25:17.289Z | Downloaded tinystr v0.7.6 |
753 | 2025-01-22T04:25:17.292Z | Downloaded futures v0.3.31 |
754 | 2025-01-22T04:25:17.297Z | Downloaded fragile v2.0.0 |
755 | 2025-01-22T04:25:17.300Z | Downloaded write16 v1.0.0 |
756 | 2025-01-22T04:25:17.303Z | Downloaded num-integer v0.1.46 |
757 | 2025-01-22T04:25:17.306Z | Downloaded nodrop v0.1.14 |
758 | 2025-01-22T04:25:17.306Z | Downloaded tiny-keccak v2.0.2 |
759 | 2025-01-22T04:25:17.309Z | Downloaded schemars_derive v0.8.21 |
760 | 2025-01-22T04:25:17.312Z | Downloaded backtrace v0.3.74 |
761 | 2025-01-22T04:25:17.317Z | Downloaded serde_with_macros v3.11.0 |
762 | 2025-01-22T04:25:17.320Z | Downloaded icu_collections v1.5.0 |
763 | 2025-01-22T04:25:17.329Z | Downloaded precomputed-hash v0.1.1 |
764 | 2025-01-22T04:25:17.333Z | Downloaded pin-utils v0.1.0 |
765 | 2025-01-22T04:25:17.333Z | Downloaded ed25519 v2.2.3 |
766 | 2025-01-22T04:25:17.335Z | Downloaded path-slash v0.1.5 |
767 | 2025-01-22T04:25:17.335Z | Downloaded openssl-probe v0.1.5 |
768 | 2025-01-22T04:25:17.338Z | Downloaded fatfs v0.3.6 |
769 | 2025-01-22T04:25:17.342Z | Downloaded synstructure v0.13.1 |
770 | 2025-01-22T04:25:17.347Z | Downloaded fallible-iterator v0.3.0 |
771 | 2025-01-22T04:25:17.347Z | Downloaded tungstenite v0.21.0 |
772 | 2025-01-22T04:25:17.349Z | Downloaded time-macros v0.2.18 |
773 | 2025-01-22T04:25:17.353Z | Downloaded progenitor-impl v0.8.0 |
774 | 2025-01-22T04:25:17.355Z | Downloaded aes-gcm v0.10.3 |
775 | 2025-01-22T04:25:17.359Z | Downloaded walkdir v2.5.0 |
776 | 2025-01-22T04:25:17.362Z | Downloaded vsss-rs v3.3.4 |
777 | 2025-01-22T04:25:17.365Z | Downloaded schemars v0.8.21 |
778 | 2025-01-22T04:25:17.378Z | Downloaded signal-hook-mio v0.2.4 |
779 | 2025-01-22T04:25:17.381Z | Downloaded pin-project-lite v0.2.14 |
780 | 2025-01-22T04:25:17.386Z | Downloaded endian-type v0.1.2 |
781 | 2025-01-22T04:25:17.389Z | Downloaded debug-ignore v1.0.5 |
782 | 2025-01-22T04:25:17.392Z | Downloaded derive_builder_core v0.20.2 |
783 | 2025-01-22T04:25:17.394Z | Downloaded env_filter v0.1.2 |
784 | 2025-01-22T04:25:17.397Z | Downloaded enum-as-inner v0.6.1 |
785 | 2025-01-22T04:25:17.399Z | Downloaded env_logger v0.11.5 |
786 | 2025-01-22T04:25:17.403Z | Downloaded itertools v0.10.5 |
787 | 2025-01-22T04:25:17.408Z | Downloaded take_mut v0.2.2 |
788 | 2025-01-22T04:25:17.410Z | Downloaded sync-ptr v0.1.1 |
789 | 2025-01-22T04:25:17.410Z | Downloaded tokio-native-tls v0.3.1 |
790 | 2025-01-22T04:25:17.413Z | Downloaded embedded-io v0.6.1 |
791 | 2025-01-22T04:25:17.416Z | Downloaded predicates v3.1.2 |
792 | 2025-01-22T04:25:17.419Z | Downloaded env_logger v0.10.2 |
793 | 2025-01-22T04:25:17.421Z | Downloaded vergen v8.3.2 |
794 | 2025-01-22T04:25:17.425Z | Downloaded pretty-hex v0.2.1 |
795 | 2025-01-22T04:25:17.428Z | Downloaded packed_struct_codegen v0.10.1 |
796 | 2025-01-22T04:25:17.428Z | Downloaded stringprep v0.1.5 |
797 | 2025-01-22T04:25:17.431Z | Downloaded utf-8 v0.7.6 |
798 | 2025-01-22T04:25:17.433Z | Downloaded wyz v0.5.1 |
799 | 2025-01-22T04:25:17.436Z | Downloaded num_enum v0.5.11 |
800 | 2025-01-22T04:25:17.439Z | Downloaded test-strategy v0.3.1 |
801 | 2025-01-22T04:25:17.444Z | Downloaded parse-display-derive v0.10.0 |
802 | 2025-01-22T04:25:17.447Z | Downloaded parse-display v0.10.0 |
803 | 2025-01-22T04:25:17.450Z | Downloaded writeable v0.5.5 |
804 | 2025-01-22T04:25:17.450Z | Downloaded libxml v0.3.3 |
805 | 2025-01-22T04:25:17.456Z | Downloaded normalize-line-endings v0.3.0 |
806 | 2025-01-22T04:25:17.460Z | Downloaded tokio-tungstenite v0.21.0 |
807 | 2025-01-22T04:25:17.463Z | Downloaded tokio-rustls v0.25.0 |
808 | 2025-01-22T04:25:17.463Z | Downloaded tokio-rustls v0.24.1 |
809 | 2025-01-22T04:25:17.466Z | Downloaded serde_path_to_error v0.1.16 |
810 | 2025-01-22T04:25:17.469Z | Downloaded paste v1.0.15 |
811 | 2025-01-22T04:25:17.473Z | Downloaded untrusted v0.7.1 |
812 | 2025-01-22T04:25:17.477Z | Downloaded rand_core v0.6.4 |
813 | 2025-01-22T04:25:17.477Z | Downloaded displaydoc v0.2.5 |
814 | 2025-01-22T04:25:17.482Z | Downloaded pbkdf2 v0.12.2 |
815 | 2025-01-22T04:25:17.482Z | Downloaded expectorate v1.1.0 |
816 | 2025-01-22T04:25:17.486Z | Downloaded itertools v0.12.1 |
817 | 2025-01-22T04:25:17.491Z | Downloaded primeorder v0.13.6 |
818 | 2025-01-22T04:25:17.497Z | Downloaded serde_repr v0.1.19 |
819 | 2025-01-22T04:25:17.500Z | Downloaded zone v0.3.0 |
820 | 2025-01-22T04:25:17.500Z | Downloaded tabwriter v1.4.0 |
821 | 2025-01-22T04:25:17.500Z | Downloaded signal-hook v0.3.17 |
822 | 2025-01-22T04:25:17.503Z | Downloaded spki v0.7.3 |
823 | 2025-01-22T04:25:17.507Z | Downloaded serde_plain v1.0.2 |
824 | 2025-01-22T04:25:17.510Z | Downloaded deranged v0.3.11 |
825 | 2025-01-22T04:25:17.510Z | Downloaded sync_wrapper v1.0.1 |
826 | 2025-01-22T04:25:17.510Z | Downloaded openssl-sys v0.9.103 |
827 | 2025-01-22T04:25:17.516Z | Downloaded which v4.4.2 |
828 | 2025-01-22T04:25:17.521Z | Downloaded foreign-types-shared v0.3.1 |
829 | 2025-01-22T04:25:17.525Z | Downloaded zone_cfg_derive v0.1.2 |
830 | 2025-01-22T04:25:17.525Z | Downloaded pbkdf2 v0.11.0 |
831 | 2025-01-22T04:25:17.525Z | Downloaded rustls-pemfile v2.2.0 |
832 | 2025-01-22T04:25:17.528Z | Downloaded samael v0.0.17 |
833 | 2025-01-22T04:25:17.534Z | Downloaded pem v3.0.4 |
834 | 2025-01-22T04:25:17.537Z | Downloaded zerocopy-derive v0.8.10 |
835 | 2025-01-22T04:25:17.543Z | Downloaded topological-sort v0.2.2 |
836 | 2025-01-22T04:25:17.547Z | Downloaded diesel-dtrace v0.4.2 |
837 | 2025-01-22T04:25:17.551Z | Downloaded zone_cfg_derive v0.3.0 |
838 | 2025-01-22T04:25:17.551Z | Downloaded fallible-streaming-iterator v0.1.9 |
839 | 2025-01-22T04:25:17.551Z | Downloaded publicsuffix v2.3.0 |
840 | 2025-01-22T04:25:17.554Z | Downloaded hyper v1.5.2 |
841 | 2025-01-22T04:25:17.559Z | Downloaded structmeta v0.2.0 |
842 | 2025-01-22T04:25:17.562Z | Downloaded utf16_iter v1.0.5 |
843 | 2025-01-22T04:25:17.562Z | Downloaded twox-hash v1.6.3 |
844 | 2025-01-22T04:25:17.569Z | Downloaded futures-sink v0.3.31 |
845 | 2025-01-22T04:25:17.569Z | Downloaded whoami v1.5.2 |
846 | 2025-01-22T04:25:17.573Z | Downloaded unicode-segmentation v1.12.0 |
847 | 2025-01-22T04:25:17.573Z | Downloaded radium v0.7.0 |
848 | 2025-01-22T04:25:17.577Z | Downloaded tokio-postgres v0.7.12 |
849 | 2025-01-22T04:25:17.582Z | Downloaded tough v0.19.0 |
850 | 2025-01-22T04:25:17.589Z | Downloaded num-iter v0.1.45 |
851 | 2025-01-22T04:25:17.591Z | Downloaded supports-color v3.0.1 |
852 | 2025-01-22T04:25:17.591Z | Downloaded time v0.3.36 |
853 | 2025-01-22T04:25:17.598Z | Downloaded typify-macro v0.2.0 |
854 | 2025-01-22T04:25:17.601Z | Downloaded futures-macro v0.3.31 |
855 | 2025-01-22T04:25:17.604Z | Downloaded snafu v0.8.5 |
856 | 2025-01-22T04:25:17.607Z | Downloaded tls_codec v0.4.1 |
857 | 2025-01-22T04:25:17.610Z | Downloaded blake3 v1.5.4 |
858 | 2025-01-22T04:25:17.618Z | Downloaded zone v0.1.8 |
859 | 2025-01-22T04:25:17.623Z | Downloaded secrecy v0.8.0 |
860 | 2025-01-22T04:25:17.627Z | Downloaded futures-executor v0.3.31 |
861 | 2025-01-22T04:25:17.627Z | Downloaded ssh-encoding v0.2.0 |
862 | 2025-01-22T04:25:17.627Z | Downloaded peg-macros v0.8.4 |
863 | 2025-01-22T04:25:17.630Z | Downloaded num-traits v0.2.19 |
864 | 2025-01-22T04:25:17.632Z | Downloaded peg-runtime v0.8.3 |
865 | 2025-01-22T04:25:17.632Z | Downloaded num-complex v0.4.6 |
866 | 2025-01-22T04:25:17.636Z | Downloaded diff v0.1.13 |
867 | 2025-01-22T04:25:17.639Z | Downloaded aws-lc-rs v1.10.0 |
868 | 2025-01-22T04:25:17.646Z | Downloaded ssh-cipher v0.2.0 |
869 | 2025-01-22T04:25:17.650Z | Downloaded scrypt v0.11.0 |
870 | 2025-01-22T04:25:17.654Z | Downloaded unarray v0.1.4 |
871 | 2025-01-22T04:25:17.654Z | Downloaded typify-macro v0.3.0 |
872 | 2025-01-22T04:25:17.654Z | Downloaded tls_codec_derive v0.4.1 |
873 | 2025-01-22T04:25:17.657Z | Downloaded ghash v0.5.1 |
874 | 2025-01-22T04:25:17.657Z | Downloaded resolv-conf v0.7.0 |
875 | 2025-01-22T04:25:17.660Z | Downloaded fxhash v0.2.1 |
876 | 2025-01-22T04:25:17.660Z | Downloaded qorb v0.2.1 |
877 | 2025-01-22T04:25:17.664Z | Downloaded derive-where v1.2.7 |
878 | 2025-01-22T04:25:17.668Z | Downloaded unicase v2.7.0 |
879 | 2025-01-22T04:25:17.672Z | Downloaded want v0.3.1 |
880 | 2025-01-22T04:25:17.674Z | Downloaded rustc-hash v2.0.0 |
881 | 2025-01-22T04:25:17.674Z | Downloaded icu_properties_data v1.5.0 |
882 | 2025-01-22T04:25:17.687Z | Downloaded peg v0.8.4 |
883 | 2025-01-22T04:25:17.690Z | Downloaded sqlparser v0.45.0 |
884 | 2025-01-22T04:25:17.698Z | Downloaded serde-hex v0.1.0 |
885 | 2025-01-22T04:25:17.702Z | Downloaded try-lock v0.2.5 |
886 | 2025-01-22T04:25:17.702Z | Downloaded futures-task v0.3.31 |
887 | 2025-01-22T04:25:17.702Z | Downloaded phf v0.11.2 |
888 | 2025-01-22T04:25:17.708Z | Downloaded similar v2.6.0 |
889 | 2025-01-22T04:25:17.712Z | Downloaded tokio-tungstenite v0.24.0 |
890 | 2025-01-22T04:25:17.712Z | Downloaded rusqlite v0.32.1 |
891 | 2025-01-22T04:25:17.718Z | Downloaded float-cmp v0.9.0 |
892 | 2025-01-22T04:25:17.721Z | Downloaded slog-envlogger v2.2.0 |
893 | 2025-01-22T04:25:17.721Z | Downloaded oso-derive v0.27.3 |
894 | 2025-01-22T04:25:17.724Z | Downloaded polyval v0.6.2 |
895 | 2025-01-22T04:25:17.724Z | Downloaded pkcs1 v0.7.5 |
896 | 2025-01-22T04:25:17.729Z | Downloaded ecdsa v0.16.9 |
897 | 2025-01-22T04:25:17.732Z | Downloaded typed-path v0.9.3 |
898 | 2025-01-22T04:25:17.735Z | Downloaded num_threads v0.1.7 |
899 | 2025-01-22T04:25:17.738Z | Downloaded yoke-derive v0.7.4 |
900 | 2025-01-22T04:25:17.738Z | Downloaded xattr v1.3.1 |
901 | 2025-01-22T04:25:17.741Z | Downloaded parking_lot v0.11.2 |
902 | 2025-01-22T04:25:17.744Z | Downloaded hash32 v0.3.1 |
903 | 2025-01-22T04:25:17.746Z | Downloaded slog-scope v4.4.0 |
904 | 2025-01-22T04:25:17.747Z | Downloaded slog-json v2.6.1 |
905 | 2025-01-22T04:25:17.750Z | Downloaded tower-service v0.3.3 |
906 | 2025-01-22T04:25:17.750Z | Downloaded tracing-attributes v0.1.27 |
907 | 2025-01-22T04:25:17.752Z | Downloaded headers v0.4.0 |
908 | 2025-01-22T04:25:17.758Z | Downloaded heck v0.3.3 |
909 | 2025-01-22T04:25:17.761Z | Downloaded dsl_auto_type v0.1.2 |
910 | 2025-01-22T04:25:17.762Z | Downloaded zeroize_derive v1.4.2 |
911 | 2025-01-22T04:25:17.764Z | Downloaded zeroize v1.8.1 |
912 | 2025-01-22T04:25:17.765Z | Downloaded quick-xml v0.33.0 |
913 | 2025-01-22T04:25:17.770Z | Downloaded number_prefix v0.4.0 |
914 | 2025-01-22T04:25:17.772Z | Downloaded phf_codegen v0.11.2 |
915 | 2025-01-22T04:25:17.772Z | Downloaded newtype_derive v0.1.6 |
916 | 2025-01-22T04:25:17.775Z | Downloaded strum_macros v0.26.4 |
917 | 2025-01-22T04:25:17.778Z | Downloaded ref-cast-impl v1.0.23 |
918 | 2025-01-22T04:25:17.778Z | Downloaded parking_lot_core v0.9.10 |
919 | 2025-01-22T04:25:17.781Z | Downloaded unicode-bidi v0.3.17 |
920 | 2025-01-22T04:25:17.784Z | Downloaded uzers v0.12.1 |
921 | 2025-01-22T04:25:17.786Z | Downloaded value-bag v1.9.0 |
922 | 2025-01-22T04:25:17.791Z | Downloaded h2 v0.4.6 |
923 | 2025-01-22T04:25:17.795Z | Downloaded defmt-macros v0.3.9 |
924 | 2025-01-22T04:25:17.798Z | Downloaded packed_struct v0.10.1 |
925 | 2025-01-22T04:25:17.801Z | Downloaded postcard v1.0.10 |
926 | 2025-01-22T04:25:17.804Z | Downloaded nibble_vec v0.1.0 |
927 | 2025-01-22T04:25:17.806Z | Downloaded parking_lot v0.12.3 |
928 | 2025-01-22T04:25:17.810Z | Downloaded proptest v1.5.0 |
929 | 2025-01-22T04:25:17.817Z | Downloaded russh-cryptovec v0.7.3 |
930 | 2025-01-22T04:25:17.821Z | Downloaded zerofrom-derive v0.1.4 |
931 | 2025-01-22T04:25:17.822Z | Downloaded predicates-tree v1.0.11 |
932 | 2025-01-22T04:25:17.824Z | Downloaded slog-async v2.8.0 |
933 | 2025-01-22T04:25:17.824Z | Downloaded rustc-demangle v0.1.24 |
934 | 2025-01-22T04:25:17.825Z | Downloaded rand v0.8.5 |
935 | 2025-01-22T04:25:17.828Z | Downloaded static_assertions v1.1.0 |
936 | 2025-01-22T04:25:17.831Z | Downloaded tui-tree-widget v0.22.0 |
937 | 2025-01-22T04:25:17.831Z | Downloaded signature v2.2.0 |
938 | 2025-01-22T04:25:17.834Z | Downloaded predicates-core v1.0.8 |
939 | 2025-01-22T04:25:17.834Z | Downloaded yoke v0.7.4 |
940 | 2025-01-22T04:25:17.836Z | Downloaded dropshot_endpoint v0.15.1 |
941 | 2025-01-22T04:25:17.839Z | Downloaded float-ord v0.3.2 |
942 | 2025-01-22T04:25:17.845Z | Downloaded toolchain_find v0.4.0 |
943 | 2025-01-22T04:25:17.845Z | Downloaded tinyvec_macros v0.1.1 |
944 | 2025-01-22T04:25:17.849Z | Downloaded dirs-next v2.0.0 |
945 | 2025-01-22T04:25:17.849Z | Downloaded difflib v0.4.0 |
946 | 2025-01-22T04:25:17.849Z | Downloaded hex v0.4.3 |
947 | 2025-01-22T04:25:17.849Z | Downloaded gethostname v0.5.0 |
948 | 2025-01-22T04:25:17.849Z | Downloaded rustls-pemfile v1.0.4 |
949 | 2025-01-22T04:25:17.852Z | Downloaded rustversion v1.0.17 |
950 | 2025-01-22T04:25:17.854Z | Downloaded hickory-proto v0.24.2 |
951 | 2025-01-22T04:25:17.870Z | Downloaded stable_deref_trait v1.2.0 |
952 | 2025-01-22T04:25:17.875Z | Downloaded num-bigint-dig v0.8.4 |
953 | 2025-01-22T04:25:17.877Z | Downloaded dirs-sys-next v0.1.2 |
954 | 2025-01-22T04:25:17.877Z | Downloaded progenitor v0.9.1 |
955 | 2025-01-22T04:25:17.877Z | Downloaded hickory-client v0.24.2 |
956 | 2025-01-22T04:25:17.881Z | Downloaded foreign-types-shared v0.1.1 |
957 | 2025-01-22T04:25:17.884Z | Downloaded filetime v0.2.25 |
958 | 2025-01-22T04:25:17.884Z | Downloaded chrono v0.4.38 |
959 | 2025-01-22T04:25:17.891Z | Downloaded sigpipe v0.1.3 |
960 | 2025-01-22T04:25:17.894Z | Downloaded oso v0.27.3 |
961 | 2025-01-22T04:25:17.896Z | Downloaded rtoolbox v0.0.2 |
962 | 2025-01-22T04:25:17.899Z | Downloaded parking_lot_core v0.8.6 |
963 | 2025-01-22T04:25:17.902Z | Downloaded hash32 v0.2.1 |
964 | 2025-01-22T04:25:17.902Z | Downloaded term v0.7.0 |
965 | 2025-01-22T04:25:17.905Z | Downloaded zerocopy v0.6.6 |
966 | 2025-01-22T04:25:17.909Z | Downloaded simd-adler32 v0.3.7 |
967 | 2025-01-22T04:25:17.911Z | Downloaded subprocess v0.2.9 |
968 | 2025-01-22T04:25:17.911Z | Downloaded utf8_iter v1.0.4 |
969 | 2025-01-22T04:25:17.914Z | Downloaded getrandom v0.2.15 |
970 | 2025-01-22T04:25:17.917Z | Downloaded rayon-core v1.12.1 |
971 | 2025-01-22T04:25:17.919Z | Downloaded tracing-core v0.1.32 |
972 | 2025-01-22T04:25:17.923Z | Downloaded universal-hash v0.5.1 |
973 | 2025-01-22T04:25:17.925Z | Downloaded phf_shared v0.11.2 |
974 | 2025-01-22T04:25:17.925Z | Downloaded olpc-cjson v0.1.4 |
975 | 2025-01-22T04:25:17.928Z | Downloaded document-features v0.2.10 |
976 | 2025-01-22T04:25:17.928Z | Downloaded flagset v0.4.6 |
977 | 2025-01-22T04:25:17.932Z | Downloaded fixedbitset v0.4.2 |
978 | 2025-01-22T04:25:17.932Z | Downloaded russh-keys v0.45.0 |
979 | 2025-01-22T04:25:17.935Z | Downloaded r2d2 v0.8.10 |
980 | 2025-01-22T04:25:17.935Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2025-01-22T04:25:17.937Z | Downloaded semver v0.1.20 |
982 | 2025-01-22T04:25:17.937Z | Downloaded rpassword v7.3.1 |
983 | 2025-01-22T04:25:17.937Z | Downloaded defmt v0.3.8 |
984 | 2025-01-22T04:25:17.941Z | Downloaded shlex v1.3.0 |
985 | 2025-01-22T04:25:17.943Z | Downloaded ff v0.13.0 |
986 | 2025-01-22T04:25:17.946Z | Downloaded tracing v0.1.40 |
987 | 2025-01-22T04:25:17.949Z | Downloaded tungstenite v0.24.0 |
988 | 2025-01-22T04:25:17.952Z | Downloaded tar v0.4.42 |
989 | 2025-01-22T04:25:17.958Z | Downloaded hex-literal v0.4.1 |
990 | 2025-01-22T04:25:17.962Z | Downloaded bindgen v0.69.5 |
991 | 2025-01-22T04:25:17.965Z | Downloaded dropshot_endpoint v0.12.0 |
992 | 2025-01-22T04:25:17.968Z | Downloaded foreign-types v0.5.0 |
993 | 2025-01-22T04:25:17.970Z | Downloaded postgres-protocol v0.6.7 |
994 | 2025-01-22T04:25:17.973Z | Downloaded pin-project v1.1.6 |
995 | 2025-01-22T04:25:17.982Z | Downloaded tinyvec v1.8.0 |
996 | 2025-01-22T04:25:17.986Z | Downloaded quinn v0.11.5 |
997 | 2025-01-22T04:25:17.990Z | Downloaded hashbrown v0.13.2 |
998 | 2025-01-22T04:25:17.994Z | Downloaded der v0.7.9 |
999 | 2025-01-22T04:25:17.999Z | Downloaded uuid v1.12.0 |
1000 | 2025-01-22T04:25:18.003Z | Downloaded nix v0.27.1 |
1001 | 2025-01-22T04:25:18.014Z | Downloaded pin-project-internal v1.1.6 |
1002 | 2025-01-22T04:25:18.017Z | Downloaded hashbrown v0.14.5 |
1003 | 2025-01-22T04:25:18.023Z | Downloaded flume v0.11.1 |
1004 | 2025-01-22T04:25:18.029Z | Downloaded salty v0.3.0 |
1005 | 2025-01-22T04:25:18.033Z | Downloaded omicron-zone-package v0.12.0 |
1006 | 2025-01-22T04:25:18.037Z | Downloaded toml_edit v0.19.15 |
1007 | 2025-01-22T04:25:18.054Z | Downloaded regress v0.10.1 |
1008 | 2025-01-22T04:25:18.063Z | Downloaded futures-util v0.3.31 |
1009 | 2025-01-22T04:25:18.076Z | Downloaded regress v0.9.1 |
1010 | 2025-01-22T04:25:18.085Z | Downloaded tungstenite v0.23.0 |
1011 | 2025-01-22T04:25:18.090Z | Downloaded git2 v0.19.0 |
1012 | 2025-01-22T04:25:18.100Z | Downloaded tokio-util v0.7.12 |
1013 | 2025-01-22T04:25:18.107Z | Downloaded unsafe-libyaml v0.2.11 |
1014 | 2025-01-22T04:25:18.111Z | Downloaded unicode_categories v0.1.1 |
1015 | 2025-01-22T04:25:18.114Z | Downloaded x509-cert v0.2.5 |
1016 | 2025-01-22T04:25:18.121Z | Downloaded flate2 v1.0.35 |
1017 | 2025-01-22T04:25:18.126Z | Downloaded petname v2.0.2 |
1018 | 2025-01-22T04:25:18.132Z | Downloaded ssh-key v0.6.6 |
1019 | 2025-01-22T04:25:18.140Z | Downloaded hashbrown v0.12.3 |
1020 | 2025-01-22T04:25:18.145Z | Downloaded gimli v0.31.1 |
1021 | 2025-01-22T04:25:18.155Z | Downloaded zerovec v0.10.4 |
1022 | 2025-01-22T04:25:18.161Z | Downloaded rustyline v14.0.0 |
1023 | 2025-01-22T04:25:18.167Z | Downloaded portable-atomic v1.9.0 |
1024 | 2025-01-22T04:25:18.175Z | Downloaded curve25519-dalek v4.1.3 |
1025 | 2025-01-22T04:25:18.185Z | Downloaded p521 v0.13.3 |
1026 | 2025-01-22T04:25:18.189Z | Downloaded num-bigint v0.4.6 |
1027 | 2025-01-22T04:25:18.195Z | Downloaded rayon v1.10.0 |
1028 | 2025-01-22T04:25:18.204Z | Downloaded zerocopy v0.8.10 |
1029 | 2025-01-22T04:25:18.229Z | Downloaded rustls-webpki v0.102.8 |
1030 | 2025-01-22T04:25:18.249Z | Downloaded vcpkg v0.2.15 |
1031 | 2025-01-22T04:25:18.291Z | Downloaded regex v1.11.1 |
1032 | 2025-01-22T04:25:18.305Z | Downloaded object v0.30.4 |
1033 | 2025-01-22T04:25:18.316Z | Downloaded polar-core v0.27.3 |
1034 | 2025-01-22T04:25:18.326Z | Downloaded smoltcp v0.11.0 |
1035 | 2025-01-22T04:25:18.340Z | Downloaded openssl v0.10.66 |
1036 | 2025-01-22T04:25:18.350Z | Downloaded rustls v0.22.4 |
1037 | 2025-01-22T04:25:18.365Z | Downloaded nix v0.29.0 |
1038 | 2025-01-22T04:25:18.378Z | Downloaded quinn-proto v0.11.8 |
1039 | 2025-01-22T04:25:18.384Z | Downloaded ratatui v0.28.1 |
1040 | 2025-01-22T04:25:18.407Z | Downloaded radix_trie v0.2.1 |
1041 | 2025-01-22T04:25:18.412Z | Downloaded bstr v1.10.0 |
1042 | 2025-01-22T04:25:18.424Z | Downloaded typify-impl v0.2.0 |
1043 | 2025-01-22T04:25:18.441Z | Downloaded rustls v0.21.12 |
1044 | 2025-01-22T04:25:18.453Z | Downloaded webpki-roots v0.26.6 |
1045 | 2025-01-22T04:25:18.457Z | Downloaded dropshot v0.15.1 |
1046 | 2025-01-22T04:25:18.482Z | Downloaded zerocopy-derive v0.6.6 |
1047 | 2025-01-22T04:25:18.493Z | Downloaded p384 v0.13.0 |
1048 | 2025-01-22T04:25:18.500Z | Downloaded regex-syntax v0.6.29 |
1049 | 2025-01-22T04:25:18.508Z | Downloaded chrono-tz v0.10.0 |
1050 | 2025-01-22T04:25:18.517Z | Downloaded openapiv3 v2.0.0 |
1051 | 2025-01-22T04:25:18.530Z | Downloaded dropshot v0.12.0 |
1052 | 2025-01-22T04:25:18.552Z | Downloaded unicode-width v0.2.0 |
1053 | 2025-01-22T04:25:18.558Z | Downloaded lzma-sys v0.1.20 |
1054 | 2025-01-22T04:25:18.590Z | Downloaded diesel v2.2.6 |
1055 | 2025-01-22T04:25:18.608Z | Downloaded smoltcp v0.9.1 |
1056 | 2025-01-22T04:25:18.620Z | Downloaded nix v0.28.0 |
1057 | 2025-01-22T04:25:18.632Z | Downloaded rustls v0.23.19 |
1058 | 2025-01-22T04:25:18.643Z | Downloaded petgraph v0.6.5 |
1059 | 2025-01-22T04:25:18.661Z | Downloaded object v0.36.5 |
1060 | 2025-01-22T04:25:18.672Z | Downloaded sled v0.34.7 |
1061 | 2025-01-22T04:25:18.682Z | Downloaded libz-sys v1.1.20 |
1062 | 2025-01-22T04:25:18.704Z | Downloaded regex-syntax v0.8.5 |
1063 | 2025-01-22T04:25:18.713Z | Downloaded winnow v0.5.40 |
1064 | 2025-01-22T04:25:18.721Z | Downloaded typify-impl v0.3.0 |
1065 | 2025-01-22T04:25:18.737Z | Downloaded reqwest v0.12.9 |
1066 | 2025-01-22T04:25:18.748Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1067 | 2025-01-22T04:25:18.759Z | Downloaded toml v0.7.8 |
1068 | 2025-01-22T04:25:18.762Z | Downloaded strum_macros v0.25.3 |
1069 | 2025-01-22T04:25:18.765Z | Downloaded structmeta-derive v0.3.0 |
1070 | 2025-01-22T04:25:18.765Z | Downloaded quinn-udp v0.5.5 |
1071 | 2025-01-22T04:25:18.768Z | Downloaded ppv-lite86 v0.2.20 |
1072 | 2025-01-22T04:25:18.768Z | Downloaded num_enum_derive v0.5.11 |
1073 | 2025-01-22T04:25:18.770Z | Downloaded slog-bunyan v2.5.0 |
1074 | 2025-01-22T04:25:18.770Z | Downloaded unicode-normalization v0.1.24 |
1075 | 2025-01-22T04:25:18.773Z | Downloaded string_cache v0.8.7 |
1076 | 2025-01-22T04:25:18.776Z | Downloaded serde-big-array v0.5.1 |
1077 | 2025-01-22T04:25:18.778Z | Downloaded pkcs5 v0.7.1 |
1078 | 2025-01-22T04:25:18.781Z | Downloaded rustls-pki-types v1.10.0 |
1079 | 2025-01-22T04:25:18.784Z | Downloaded poly1305 v0.8.0 |
1080 | 2025-01-22T04:25:18.787Z | Downloaded fs_extra v1.3.0 |
1081 | 2025-01-22T04:25:18.789Z | Downloaded sha3 v0.10.8 |
1082 | 2025-01-22T04:25:18.794Z | Downloaded slog-dtrace v0.3.0 |
1083 | 2025-01-22T04:25:18.796Z | Downloaded rustls-webpki v0.101.7 |
1084 | 2025-01-22T04:25:18.811Z | Downloaded sct v0.7.1 |
1085 | 2025-01-22T04:25:18.815Z | Downloaded pkcs8 v0.10.2 |
1086 | 2025-01-22T04:25:18.818Z | Downloaded ron v0.8.1 |
1087 | 2025-01-22T04:25:18.824Z | Downloaded dunce v1.0.5 |
1088 | 2025-01-22T04:25:18.827Z | Downloaded nom v7.1.3 |
1089 | 2025-01-22T04:25:18.830Z | Downloaded bitvec v1.0.1 |
1090 | 2025-01-22T04:25:18.847Z | Downloaded regex-automata v0.4.8 |
1091 | 2025-01-22T04:25:18.865Z | Downloaded tokio v1.43.0 |
1092 | 2025-01-22T04:25:18.905Z | Downloaded csv v1.3.0 |
1093 | 2025-01-22T04:25:18.925Z | Downloaded either v1.13.0 |
1094 | 2025-01-22T04:25:18.929Z | Downloaded slog v2.7.0 |
1095 | 2025-01-22T04:25:18.932Z | Downloaded des v0.8.1 |
1096 | 2025-01-22T04:25:18.932Z | Downloaded lalrpop v0.19.12 |
1097 | 2025-01-22T04:25:18.944Z | Downloaded futures-io v0.3.31 |
1098 | 2025-01-22T04:25:18.946Z | Downloaded funty v2.0.0 |
1099 | 2025-01-22T04:25:18.946Z | Downloaded darling_core v0.20.10 |
1100 | 2025-01-22T04:25:18.951Z | Downloaded progenitor v0.8.0 |
1101 | 2025-01-22T04:25:18.954Z | Downloaded proc-macro-crate v1.3.1 |
1102 | 2025-01-22T04:25:18.954Z | Downloaded zip v2.1.3 |
1103 | 2025-01-22T04:25:18.957Z | Downloaded russh v0.45.0 |
1104 | 2025-01-22T04:25:18.963Z | Downloaded newtype-uuid v1.2.1 |
1105 | 2025-01-22T04:25:18.967Z | Downloaded aho-corasick v1.1.3 |
1106 | 2025-01-22T04:25:18.971Z | Downloaded spin v0.9.8 |
1107 | 2025-01-22T04:25:18.974Z | Downloaded defmt-parser v0.3.4 |
1108 | 2025-01-22T04:25:18.976Z | Downloaded zopfli v0.8.1 |
1109 | 2025-01-22T04:25:18.981Z | Downloaded serde_with v3.11.0 |
1110 | 2025-01-22T04:25:18.985Z | Downloaded half v2.4.1 |
1111 | 2025-01-22T04:25:18.988Z | Downloaded hashlink v0.9.1 |
1112 | 2025-01-22T04:25:18.991Z | Downloaded ed25519-dalek v2.1.1 |
1113 | 2025-01-22T04:25:18.994Z | Downloaded itertools v0.13.0 |
1114 | 2025-01-22T04:25:19.002Z | Downloaded rsa v0.9.6 |
1115 | 2025-01-22T04:25:19.007Z | Downloaded reedline v0.35.0 |
1116 | 2025-01-22T04:25:19.015Z | Downloaded rand_chacha v0.3.1 |
1117 | 2025-01-22T04:25:19.017Z | Downloaded tokio-tungstenite v0.23.1 |
1118 | 2025-01-22T04:25:19.021Z | Downloaded pem-rfc7468 v0.7.0 |
1119 | 2025-01-22T04:25:19.023Z | Downloaded idna v1.0.3 |
1120 | 2025-01-22T04:25:19.026Z | Downloaded crossterm v0.28.1 |
1121 | 2025-01-22T04:25:19.032Z | Downloaded rfc6979 v0.4.0 |
1122 | 2025-01-22T04:25:19.035Z | Downloaded psl-types v2.0.11 |
1123 | 2025-01-22T04:25:19.035Z | Downloaded serde_yaml v0.9.34+deprecated |
1124 | 2025-01-22T04:25:19.038Z | Downloaded parse-zoneinfo v0.3.1 |
1125 | 2025-01-22T04:25:19.044Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1126 | 2025-01-22T04:25:19.099Z | Downloaded smallvec v1.13.2 |
1127 | 2025-01-22T04:25:19.102Z | Downloaded rustfmt-wrapper v0.2.1 |
1128 | 2025-01-22T04:25:19.105Z | Downloaded strip-ansi-escapes v0.2.0 |
1129 | 2025-01-22T04:25:19.105Z | Downloaded signal-hook-registry v1.4.2 |
1130 | 2025-01-22T04:25:19.105Z | Downloaded same-file v1.0.6 |
1131 | 2025-01-22T04:25:19.108Z | Downloaded prettyplease v0.2.25 |
1132 | 2025-01-22T04:25:19.111Z | Downloaded ena v0.14.3 |
1133 | 2025-01-22T04:25:19.111Z | Downloaded display-error-chain v0.2.2 |
1134 | 2025-01-22T04:25:19.115Z | Downloaded tokio-macros v2.5.0 |
1135 | 2025-01-22T04:25:19.115Z | Downloaded percent-encoding v2.3.1 |
1136 | 2025-01-22T04:25:19.115Z | Downloaded thiserror v2.0.11 |
1137 | 2025-01-22T04:25:19.118Z | Downloaded libm v0.2.8 |
1138 | 2025-01-22T04:25:19.125Z | Downloaded encoding_rs v0.8.34 |
1139 | 2025-01-22T04:25:19.147Z | Downloaded derive_builder v0.20.2 |
1140 | 2025-01-22T04:25:19.152Z | Downloaded diesel_derives v2.2.3 |
1141 | 2025-01-22T04:25:19.156Z | Downloaded rcgen v0.12.1 |
1142 | 2025-01-22T04:25:19.159Z | Downloaded data-encoding v2.6.0 |
1143 | 2025-01-22T04:25:19.164Z | Downloaded p256 v0.13.2 |
1144 | 2025-01-22T04:25:19.169Z | Downloaded heapless v0.7.17 |
1145 | 2025-01-22T04:25:19.169Z | Downloaded steno v0.4.1 |
1146 | 2025-01-22T04:25:19.172Z | Downloaded smf v0.2.3 |
1147 | 2025-01-22T04:25:19.172Z | Downloaded num-derive v0.4.2 |
1148 | 2025-01-22T04:25:19.174Z | Downloaded group v0.13.0 |
1149 | 2025-01-22T04:25:19.174Z | Downloaded fallible-iterator v0.2.0 |
1150 | 2025-01-22T04:25:19.177Z | Downloaded unicode-truncate v1.1.0 |
1151 | 2025-01-22T04:25:19.179Z | Downloaded url v2.5.3 |
1152 | 2025-01-22T04:25:19.182Z | Downloaded elliptic-curve v0.13.8 |
1153 | 2025-01-22T04:25:19.185Z | Downloaded minimal-lexical v0.2.1 |
1154 | 2025-01-22T04:25:19.188Z | Downloaded heapless v0.8.0 |
1155 | 2025-01-22T04:25:19.192Z | Downloaded openssl-macros v0.1.1 |
1156 | 2025-01-22T04:25:19.195Z | Downloaded owo-colors v4.1.0 |
1157 | 2025-01-22T04:25:19.197Z | Downloaded mio v1.0.2 |
1158 | 2025-01-22T04:25:19.201Z | Downloaded thread_local v1.1.8 |
1159 | 2025-01-22T04:25:19.204Z | Downloaded num-rational v0.4.2 |
1160 | 2025-01-22T04:25:19.207Z | Downloaded yasna v0.5.2 |
1161 | 2025-01-22T04:25:19.207Z | Downloaded xz2 v0.1.7 |
1162 | 2025-01-22T04:25:19.210Z | Downloaded zip v0.6.6 |
1163 | 2025-01-22T04:25:19.212Z | Downloaded derive_more v0.99.18 |
1164 | 2025-01-22T04:25:19.216Z | Downloaded indicatif v0.17.9 |
1165 | 2025-01-22T04:25:19.220Z | Downloaded memoffset v0.9.1 |
1166 | 2025-01-22T04:25:19.224Z | Downloaded lalrpop-util v0.19.12 |
1167 | 2025-01-22T04:25:19.224Z | Downloaded ipnet v2.10.1 |
1168 | 2025-01-22T04:25:19.227Z | Downloaded instability v0.3.2 |
1169 | 2025-01-22T04:25:19.227Z | Downloaded const-oid v0.9.6 |
1170 | 2025-01-22T04:25:19.229Z | Downloaded lazy_static v1.5.0 |
1171 | 2025-01-22T04:25:19.229Z | Downloaded kstat-rs v0.2.4 |
1172 | 2025-01-22T04:25:19.232Z | Downloaded lockfree-object-pool v0.1.6 |
1173 | 2025-01-22T04:25:19.235Z | Downloaded is-terminal v0.4.13 |
1174 | 2025-01-22T04:25:19.235Z | Downloaded ipnetwork v0.20.0 |
1175 | 2025-01-22T04:25:19.237Z | Downloaded thiserror-impl v2.0.11 |
1176 | 2025-01-22T04:25:19.241Z | Downloaded structmeta-derive v0.2.0 |
1177 | 2025-01-22T04:25:19.241Z | Downloaded slab v0.4.9 |
1178 | 2025-01-22T04:25:19.243Z | Downloaded lru-cache v0.1.2 |
1179 | 2025-01-22T04:25:19.243Z | Downloaded lru v0.12.5 |
1180 | 2025-01-22T04:25:19.243Z | Downloaded icu_locid_transform_data v1.5.0 |
1181 | 2025-01-22T04:25:19.246Z | Downloaded icu_locid_transform v1.5.0 |
1182 | 2025-01-22T04:25:19.249Z | Downloaded iana-time-zone v0.1.61 |
1183 | 2025-01-22T04:25:19.252Z | Downloaded hyper-tls v0.6.0 |
1184 | 2025-01-22T04:25:19.252Z | Downloaded chacha20poly1305 v0.10.1 |
1185 | 2025-01-22T04:25:19.255Z | Downloaded impl-trait-for-tuples v0.2.2 |
1186 | 2025-01-22T04:25:19.258Z | Downloaded idna_adapter v1.2.0 |
1187 | 2025-01-22T04:25:19.489Z | Downloaded ring v0.17.8 |
1188 | 2025-01-22T04:25:19.604Z | Downloaded libsqlite3-sys v0.30.1 |
1189 | 2025-01-22T04:25:19.828Z | Downloaded aws-lc-sys v0.22.0 |
1190 | 2025-01-22T04:25:20.155Z | Compiling serde v1.0.217 |
1191 | 2025-01-22T04:25:20.158Z | Compiling lock_api v0.4.12 |
1192 | 2025-01-22T04:25:20.158Z | Compiling scopeguard v1.2.0 |
1193 | 2025-01-22T04:25:20.158Z | Compiling value-bag v1.9.0 |
1194 | 2025-01-22T04:25:20.158Z | Compiling typenum v1.17.0 |
1195 | 2025-01-22T04:25:20.317Z | Compiling generic-array v0.14.7 |
1196 | 2025-01-22T04:25:20.365Z | Compiling syn v2.0.96 |
1197 | 2025-01-22T04:25:20.380Z | Compiling getrandom v0.2.15 |
1198 | 2025-01-22T04:25:20.500Z | Compiling shlex v1.3.0 |
1199 | 2025-01-22T04:25:20.704Z | Compiling rand_core v0.6.4 |
1200 | 2025-01-22T04:25:20.816Z | Compiling log v0.4.22 |
1201 | 2025-01-22T04:25:20.864Z | Compiling subtle v2.6.1 |
1202 | 2025-01-22T04:25:20.883Z | Compiling jobserver v0.1.32 |
1203 | 2025-01-22T04:25:20.910Z | Compiling smallvec v1.13.2 |
1204 | 2025-01-22T04:25:21.209Z | Compiling const-oid v0.9.6 |
1205 | 2025-01-22T04:25:21.226Z | Compiling spin v0.9.8 |
1206 | 2025-01-22T04:25:21.229Z | Compiling pin-project-lite v0.2.14 |
1207 | 2025-01-22T04:25:21.302Z | Compiling cc v1.1.30 |
1208 | 2025-01-22T04:25:21.570Z | Compiling rustix v0.38.37 |
1209 | 2025-01-22T04:25:21.637Z | Compiling parking_lot_core v0.9.10 |
1210 | 2025-01-22T04:25:21.771Z | Compiling futures-core v0.3.31 |
1211 | 2025-01-22T04:25:21.919Z | Compiling signal-hook-registry v1.4.2 |
1212 | 2025-01-22T04:25:22.024Z | Compiling mio v1.0.2 |
1213 | 2025-01-22T04:25:22.545Z | Compiling parking_lot v0.12.3 |
1214 | 2025-01-22T04:25:22.702Z | Compiling aho-corasick v1.1.3 |
1215 | 2025-01-22T04:25:22.771Z | Compiling regex-syntax v0.8.5 |
1216 | 2025-01-22T04:25:22.971Z | Compiling either v1.13.0 |
1217 | 2025-01-22T04:25:23.235Z | Compiling cpufeatures v0.2.14 |
1218 | 2025-01-22T04:25:23.362Z | Compiling stable_deref_trait v1.2.0 |
1219 | 2025-01-22T04:25:23.414Z | Compiling lazy_static v1.5.0 |
1220 | 2025-01-22T04:25:23.445Z | Compiling futures-sink v0.3.31 |
1221 | 2025-01-22T04:25:23.484Z | Compiling glob v0.3.1 |
1222 | 2025-01-22T04:25:23.559Z | Compiling socket2 v0.5.7 |
1223 | 2025-01-22T04:25:23.611Z | Compiling slab v0.4.9 |
1224 | 2025-01-22T04:25:23.632Z | Compiling prettyplease v0.2.25 |
1225 | 2025-01-22T04:25:24.004Z | Compiling serde_json v1.0.135 |
1226 | 2025-01-22T04:25:24.112Z | Compiling minimal-lexical v0.2.1 |
1227 | 2025-01-22T04:25:24.444Z | Compiling clang-sys v1.8.1 |
1228 | 2025-01-22T04:25:24.517Z | Compiling libloading v0.8.5 |
1229 | 2025-01-22T04:25:24.659Z | Compiling nom v7.1.3 |
1230 | 2025-01-22T04:25:24.695Z | Compiling bindgen v0.69.5 |
1231 | 2025-01-22T04:25:24.928Z | Compiling home v0.5.9 |
1232 | 2025-01-22T04:25:25.216Z | Compiling futures-channel v0.3.31 |
1233 | 2025-01-22T04:25:25.562Z | Compiling itertools v0.12.1 |
1234 | 2025-01-22T04:25:25.613Z | Compiling futures-task v0.3.31 |
1235 | 2025-01-22T04:25:25.645Z | Compiling lazycell v1.3.0 |
1236 | 2025-01-22T04:25:25.835Z | Compiling pin-utils v0.1.0 |
1237 | 2025-01-22T04:25:25.906Z | Compiling foldhash v0.1.3 |
1238 | 2025-01-22T04:25:25.949Z | Compiling rustc-hash v1.1.0 |
1239 | 2025-01-22T04:25:26.118Z | Compiling futures-io v0.3.31 |
1240 | 2025-01-22T04:25:26.231Z | Compiling libm v0.2.8 |
1241 | 2025-01-22T04:25:26.434Z | Compiling allocator-api2 v0.2.18 |
1242 | 2025-01-22T04:25:26.634Z | Compiling cmake v0.1.51 |
1243 | 2025-01-22T04:25:27.222Z | Compiling regex-automata v0.4.8 |
1244 | 2025-01-22T04:25:27.577Z | Compiling hashbrown v0.15.1 |
1245 | 2025-01-22T04:25:27.694Z | Compiling num-traits v0.2.19 |
1246 | 2025-01-22T04:25:28.002Z | Compiling cexpr v0.6.0 |
1247 | 2025-01-22T04:25:28.112Z | Compiling synstructure v0.13.1 |
1248 | 2025-01-22T04:25:28.794Z | Compiling fs_extra v1.3.0 |
1249 | 2025-01-22T04:25:29.379Z | Compiling pkg-config v0.3.31 |
1250 | 2025-01-22T04:25:29.422Z | Compiling dunce v1.0.5 |
1251 | 2025-01-22T04:25:29.729Z | Compiling litemap v0.7.3 |
1252 | 2025-01-22T04:25:29.825Z | Compiling writeable v0.5.5 |
1253 | 2025-01-22T04:25:30.137Z | Compiling ring v0.17.8 |
1254 | 2025-01-22T04:25:30.387Z | Compiling paste v1.0.15 |
1255 | 2025-01-22T04:25:30.917Z | Compiling base64ct v1.6.0 |
1256 | 2025-01-22T04:25:31.129Z | Compiling flagset v0.4.6 |
1257 | 2025-01-22T04:25:31.347Z | Compiling httparse v1.9.5 |
1258 | 2025-01-22T04:25:31.476Z | Compiling pem-rfc7468 v0.7.0 |
1259 | 2025-01-22T04:25:31.543Z | Compiling icu_locid_transform_data v1.5.0 |
1260 | 2025-01-22T04:25:31.658Z | Compiling aws-lc-rs v1.10.0 |
1261 | 2025-01-22T04:25:32.135Z | Compiling tracing-core v0.1.32 |
1262 | 2025-01-22T04:25:32.180Z | Compiling rustls-pki-types v1.10.0 |
1263 | 2025-01-22T04:25:32.474Z | Compiling icu_properties_data v1.5.0 |
1264 | 2025-01-22T04:25:32.736Z | Compiling percent-encoding v2.3.1 |
1265 | 2025-01-22T04:25:33.065Z | Compiling regex v1.11.1 |
1266 | 2025-01-22T04:25:33.105Z | Compiling crossbeam-utils v0.8.20 |
1267 | 2025-01-22T04:25:33.338Z | Compiling icu_normalizer_data v1.5.0 |
1268 | 2025-01-22T04:25:33.454Z | Compiling mirai-annotations v1.12.0 |
1269 | 2025-01-22T04:25:33.654Z | Compiling untrusted v0.9.0 |
1270 | 2025-01-22T04:25:33.680Z | Compiling powerfmt v0.2.0 |
1271 | 2025-01-22T04:25:33.843Z | Compiling num-conv v0.1.0 |
1272 | 2025-01-22T04:25:33.889Z | Compiling write16 v1.0.0 |
1273 | 2025-01-22T04:25:33.916Z | Compiling serde_derive v1.0.217 |
1274 | 2025-01-22T04:25:34.052Z | Compiling zeroize_derive v1.4.2 |
1275 | 2025-01-22T04:25:34.094Z | Compiling zerocopy-derive v0.7.35 |
1276 | 2025-01-22T04:25:34.111Z | Compiling zerofrom-derive v0.1.4 |
1277 | 2025-01-22T04:25:34.129Z | Compiling tokio-macros v2.5.0 |
1278 | 2025-01-22T04:25:35.488Z | Compiling zeroize v1.8.1 |
1279 | 2025-01-22T04:25:35.667Z | Compiling yoke-derive v0.7.4 |
1280 | 2025-01-22T04:25:36.047Z | Compiling thiserror-impl v1.0.69 |
1281 | 2025-01-22T04:25:36.123Z | Compiling zerocopy v0.7.35 |
1282 | 2025-01-22T04:25:37.138Z | Compiling crypto-common v0.1.6 |
1283 | 2025-01-22T04:25:37.216Z | Compiling block-buffer v0.10.4 |
1284 | 2025-01-22T04:25:37.411Z | Compiling zerovec-derive v0.10.3 |
1285 | 2025-01-22T04:25:37.523Z | Compiling digest v0.10.7 |
1286 | 2025-01-22T04:25:37.594Z | Compiling futures-macro v0.3.31 |
1287 | 2025-01-22T04:25:37.760Z | Compiling zerofrom v0.1.4 |
1288 | 2025-01-22T04:25:38.000Z | Compiling hmac v0.12.1 |
1289 | 2025-01-22T04:25:38.021Z | Compiling displaydoc v0.2.5 |
1290 | 2025-01-22T04:25:38.272Z | Compiling block-padding v0.3.3 |
1291 | 2025-01-22T04:25:38.510Z | Compiling yoke v0.7.4 |
1292 | 2025-01-22T04:25:38.558Z | Compiling inout v0.1.3 |
1293 | 2025-01-22T04:25:38.799Z | Compiling sha2 v0.10.8 |
1294 | 2025-01-22T04:25:38.852Z | Compiling cipher v0.4.4 |
1295 | 2025-01-22T04:25:38.875Z | Compiling icu_provider_macros v1.5.0 |
1296 | 2025-01-22T04:25:39.263Z | Compiling thiserror v1.0.69 |
1297 | 2025-01-22T04:25:39.412Z | Compiling ppv-lite86 v0.2.20 |
1298 | 2025-01-22T04:25:39.432Z | Compiling der_derive v0.7.3 |
1299 | 2025-01-22T04:25:39.556Z | Compiling futures-util v0.3.31 |
1300 | 2025-01-22T04:25:39.651Z | Compiling tracing-attributes v0.1.27 |
1301 | 2025-01-22T04:25:39.959Z | Compiling pest v2.7.14 |
1302 | 2025-01-22T04:25:40.006Z | Compiling zerovec v0.10.4 |
1303 | 2025-01-22T04:25:40.167Z | Compiling rand_chacha v0.3.1 |
1304 | 2025-01-22T04:25:41.848Z | Compiling tinystr v0.7.6 |
1305 | 2025-01-22T04:25:42.136Z | Compiling der v0.7.9 |
1306 | 2025-01-22T04:25:42.275Z | Compiling icu_locid v1.5.0 |
1307 | 2025-01-22T04:25:42.316Z | Compiling icu_collections v1.5.0 |
1308 | 2025-01-22T04:25:42.605Z | Compiling rand v0.8.5 |
1309 | 2025-01-22T04:25:43.128Z | Compiling salsa20 v0.10.2 |
1310 | 2025-01-22T04:25:43.197Z | Compiling tracing v0.1.40 |
1311 | 2025-01-22T04:25:43.389Z | Compiling pbkdf2 v0.12.2 |
1312 | 2025-01-22T04:25:43.590Z | Compiling icu_provider v1.5.0 |
1313 | 2025-01-22T04:25:43.698Z | Compiling vcpkg v0.2.15 |
1314 | 2025-01-22T04:25:43.731Z | Compiling time-core v0.1.2 |
1315 | 2025-01-22T04:25:43.918Z | Compiling utf8_iter v1.0.4 |
1316 | 2025-01-22T04:25:44.183Z | Compiling spki v0.7.3 |
1317 | 2025-01-22T04:25:44.396Z | Compiling icu_locid_transform v1.5.0 |
1318 | 2025-01-22T04:25:44.579Z | Compiling utf16_iter v1.0.5 |
1319 | 2025-01-22T04:25:44.601Z | Compiling untrusted v0.7.1 |
1320 | 2025-01-22T04:25:44.763Z | Compiling time-macros v0.2.18 |
1321 | 2025-01-22T04:25:44.803Z | Compiling scrypt v0.11.0 |
1322 | 2025-01-22T04:25:44.824Z | Compiling pest_meta v2.7.14 |
1323 | 2025-01-22T04:25:45.197Z | Compiling cbc v0.1.2 |
1324 | 2025-01-22T04:25:45.218Z | Compiling aes v0.8.4 |
1325 | 2025-01-22T04:25:45.491Z | Compiling deranged v0.3.11 |
1326 | 2025-01-22T04:25:45.592Z | Compiling openssl-sys v0.9.103 |
1327 | 2025-01-22T04:25:46.734Z | Compiling icu_properties v1.5.1 |
1328 | 2025-01-22T04:25:46.913Z | Compiling scroll_derive v0.12.0 |
1329 | 2025-01-22T04:25:47.616Z | Compiling bitflags v2.6.0 |
1330 | 2025-01-22T04:25:47.942Z | Compiling bytes v1.9.0 |
1331 | 2025-01-22T04:25:48.233Z | Compiling indexmap v2.7.0 |
1332 | 2025-01-22T04:25:48.464Z | Compiling semver v1.0.24 |
1333 | 2025-01-22T04:25:49.045Z | Compiling tokio v1.43.0 |
1334 | 2025-01-22T04:25:49.225Z | Compiling http v1.2.0 |
1335 | 2025-01-22T04:25:49.258Z | Compiling rustc_version v0.4.1 |
1336 | 2025-01-22T04:25:49.487Z | Compiling num_threads v0.1.7 |
1337 | 2025-01-22T04:25:49.606Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2025-01-22T04:25:49.642Z | Compiling atomic-waker v1.1.2 |
1339 | 2025-01-22T04:25:49.714Z | Compiling tinyvec v1.8.0 |
1340 | 2025-01-22T04:25:49.866Z | Compiling time v0.3.36 |
1341 | 2025-01-22T04:25:50.004Z | Compiling scroll v0.12.0 |
1342 | 2025-01-22T04:25:50.540Z | Compiling icu_normalizer v1.5.0 |
1343 | 2025-01-22T04:25:51.222Z | Compiling http-body v1.0.1 |
1344 | 2025-01-22T04:25:51.349Z | Compiling pest_generator v2.7.14 |
1345 | 2025-01-22T04:25:51.499Z | Compiling idna_adapter v1.2.0 |
1346 | 2025-01-22T04:25:51.526Z | Compiling pkcs5 v0.7.1 |
1347 | 2025-01-22T04:25:51.573Z | Compiling form_urlencoded v1.2.1 |
1348 | 2025-01-22T04:25:51.760Z | Compiling which v4.4.2 |
1349 | 2025-01-22T04:25:51.939Z | Compiling slog v2.7.0 |
1350 | 2025-01-22T04:25:52.452Z | Compiling try-lock v0.2.5 |
1351 | 2025-01-22T04:25:52.553Z | Compiling pkcs8 v0.10.2 |
1352 | 2025-01-22T04:25:52.629Z | Compiling want v0.3.1 |
1353 | 2025-01-22T04:25:52.678Z | Compiling goblin v0.8.2 |
1354 | 2025-01-22T04:25:52.943Z | Compiling idna v1.0.3 |
1355 | 2025-01-22T04:25:52.971Z | Compiling uuid v1.12.0 |
1356 | 2025-01-22T04:25:53.288Z | Compiling iana-time-zone v0.1.61 |
1357 | 2025-01-22T04:25:53.330Z | Compiling pest_derive v2.7.14 |
1358 | 2025-01-22T04:25:53.700Z | Compiling httpdate v1.0.3 |
1359 | 2025-01-22T04:25:54.158Z | Compiling dtrace-parser v0.2.0 |
1360 | 2025-01-22T04:25:54.179Z | Compiling chrono v0.4.38 |
1361 | 2025-01-22T04:25:54.638Z | Compiling serde_tokenstream v0.2.2 |
1362 | 2025-01-22T04:25:54.948Z | Compiling serde_spanned v0.6.8 |
1363 | 2025-01-22T04:25:55.222Z | Compiling toml_datetime v0.6.8 |
1364 | 2025-01-22T04:25:55.276Z | Compiling rustversion v1.0.17 |
1365 | 2025-01-22T04:25:55.299Z | Compiling adler2 v2.0.0 |
1366 | 2025-01-22T04:25:55.540Z | Compiling tower-service v0.3.3 |
1367 | 2025-01-22T04:25:55.697Z | Compiling openssl v0.10.66 |
1368 | 2025-01-22T04:25:55.743Z | Compiling base64 v0.22.1 |
1369 | 2025-01-22T04:25:55.980Z | Compiling foreign-types-shared v0.1.1 |
1370 | 2025-01-22T04:25:56.115Z | Compiling match_cfg v0.1.0 |
1371 | 2025-01-22T04:25:56.168Z | Compiling foreign-types v0.3.2 |
1372 | 2025-01-22T04:25:56.219Z | Compiling hostname v0.3.1 |
1373 | 2025-01-22T04:25:56.268Z | Compiling miniz_oxide v0.8.0 |
1374 | 2025-01-22T04:25:56.290Z | Compiling url v2.5.3 |
1375 | 2025-01-22T04:25:56.512Z | Compiling async-trait v0.1.83 |
1376 | 2025-01-22T04:25:57.769Z | Compiling tokio-util v0.7.12 |
1377 | 2025-01-22T04:25:57.791Z | Compiling openssl-macros v0.1.1 |
1378 | 2025-01-22T04:25:57.833Z | Compiling serde_derive_internals v0.29.1 |
1379 | 2025-01-22T04:25:58.212Z | Compiling dirs-sys-next v0.1.2 |
1380 | 2025-01-22T04:25:58.558Z | Compiling siphasher v0.3.11 |
1381 | 2025-01-22T04:25:58.780Z | Compiling h2 v0.4.6 |
1382 | 2025-01-22T04:25:58.973Z | Compiling dof v0.3.0 |
1383 | 2025-01-22T04:25:58.976Z | Compiling syn v1.0.109 |
1384 | 2025-01-22T04:25:59.093Z | Compiling rustls v0.23.19 |
1385 | 2025-01-22T04:25:59.400Z | Compiling schemars v0.8.21 |
1386 | 2025-01-22T04:25:59.603Z | Compiling native-tls v0.2.12 |
1387 | 2025-01-22T04:25:59.759Z | Compiling rustls v0.22.4 |
1388 | 2025-01-22T04:25:59.944Z | Compiling usdt-impl v0.5.0 |
1389 | 2025-01-22T04:26:00.058Z | Compiling data-encoding v2.6.0 |
1390 | 2025-01-22T04:26:00.365Z | Compiling schemars_derive v0.8.21 |
1391 | 2025-01-22T04:26:01.358Z | Compiling dirs-next v2.0.0 |
1392 | 2025-01-22T04:26:02.287Z | Compiling http-body-util v0.1.2 |
1393 | 2025-01-22T04:26:02.437Z | Compiling unicode-normalization v0.1.24 |
1394 | 2025-01-22T04:26:02.780Z | Compiling heapless v0.7.17 |
1395 | 2025-01-22T04:26:02.912Z | Compiling crossbeam-epoch v0.9.18 |
1396 | 2025-01-22T04:26:03.193Z | Compiling signature v2.2.0 |
1397 | 2025-01-22T04:26:03.196Z | Compiling sha1 v0.10.6 |
1398 | 2025-01-22T04:26:03.498Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1399 | 2025-01-22T04:26:03.552Z | Compiling thread_local v1.1.8 |
1400 | 2025-01-22T04:26:03.589Z | Compiling encoding_rs v0.8.34 |
1401 | 2025-01-22T04:26:03.612Z | Compiling cookie v0.18.1 |
1402 | 2025-01-22T04:26:03.660Z | Compiling multer v3.1.0 |
1403 | 2025-01-22T04:26:03.906Z | Compiling gimli v0.31.1 |
1404 | 2025-01-22T04:26:03.973Z | Compiling rayon-core v1.12.1 |
1405 | 2025-01-22T04:26:03.995Z | Compiling openssl-probe v0.1.5 |
1406 | 2025-01-22T04:26:04.033Z | Compiling ipnet v2.10.1 |
1407 | 2025-01-22T04:26:04.266Z | Compiling slog-async v2.8.0 |
1408 | 2025-01-22T04:26:04.298Z | Compiling dyn-clone v1.0.17 |
1409 | 2025-01-22T04:26:04.528Z | Compiling unicode-properties v0.1.3 |
1410 | 2025-01-22T04:26:04.755Z | Compiling unicode-bidi v0.3.17 |
1411 | 2025-01-22T04:26:04.973Z | Compiling signal-hook v0.3.17 |
1412 | 2025-01-22T04:26:05.161Z | Compiling mime v0.3.17 |
1413 | 2025-01-22T04:26:05.721Z | Compiling stringprep v0.1.5 |
1414 | 2025-01-22T04:26:06.157Z | Compiling toml_edit v0.22.22 |
1415 | 2025-01-22T04:26:06.860Z | Compiling hyper v1.5.2 |
1416 | 2025-01-22T04:26:08.596Z | Compiling addr2line v0.24.2 |
1417 | 2025-01-22T04:26:09.044Z | Compiling crossbeam-deque v0.8.5 |
1418 | 2025-01-22T04:26:09.192Z | Compiling usdt-macro v0.5.0 |
1419 | 2025-01-22T04:26:09.318Z | Compiling hyper-util v0.1.10 |
1420 | 2025-01-22T04:26:09.384Z | Compiling usdt-attr-macro v0.5.0 |
1421 | 2025-01-22T04:26:09.560Z | Compiling term v0.7.0 |
1422 | 2025-01-22T04:26:10.590Z | Compiling slog-json v2.6.1 |
1423 | 2025-01-22T04:26:10.636Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2025-01-22T04:26:10.858Z | Compiling curve25519-dalek v4.1.3 |
1425 | 2025-01-22T04:26:10.966Z | Compiling crossbeam-channel v0.5.13 |
1426 | 2025-01-22T04:26:10.998Z | Compiling futures-executor v0.3.31 |
1427 | 2025-01-22T04:26:11.152Z | Compiling md-5 v0.10.6 |
1428 | 2025-01-22T04:26:11.509Z | Compiling async-stream-impl v0.3.6 |
1429 | 2025-01-22T04:26:11.597Z | Compiling enum-as-inner v0.6.1 |
1430 | 2025-01-22T04:26:11.620Z | Compiling rustls-pemfile v2.2.0 |
1431 | 2025-01-22T04:26:11.997Z | Compiling num-integer v0.1.46 |
1432 | 2025-01-22T04:26:12.105Z | Compiling hash32 v0.2.1 |
1433 | 2025-01-22T04:26:12.358Z | Compiling ff v0.13.0 |
1434 | 2025-01-22T04:26:12.476Z | Compiling is-terminal v0.4.13 |
1435 | 2025-01-22T04:26:12.589Z | Compiling dropshot v0.12.0 |
1436 | 2025-01-22T04:26:12.629Z | Compiling object v0.36.5 |
1437 | 2025-01-22T04:26:12.697Z | Compiling base16ct v0.2.0 |
1438 | 2025-01-22T04:26:12.804Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2025-01-22T04:26:12.827Z | Compiling psl-types v2.0.11 |
1440 | 2025-01-22T04:26:12.909Z | Compiling fallible-iterator v0.2.0 |
1441 | 2025-01-22T04:26:13.035Z | Compiling linked-hash-map v0.5.6 |
1442 | 2025-01-22T04:26:13.059Z | Compiling take_mut v0.2.2 |
1443 | 2025-01-22T04:26:13.117Z | Compiling anyhow v1.0.93 |
1444 | 2025-01-22T04:26:13.254Z | Compiling rustc-demangle v0.1.24 |
1445 | 2025-01-22T04:26:13.395Z | Compiling smoltcp v0.9.1 |
1446 | 2025-01-22T04:26:13.574Z | Compiling portable-atomic v1.9.0 |
1447 | 2025-01-22T04:26:13.759Z | Compiling utf-8 v0.7.6 |
1448 | 2025-01-22T04:26:13.960Z | Compiling litrs v0.4.1 |
1449 | 2025-01-22T04:26:14.073Z | Compiling quick-error v1.2.3 |
1450 | 2025-01-22T04:26:14.125Z | Compiling tungstenite v0.24.0 |
1451 | 2025-01-22T04:26:14.246Z | Compiling resolv-conf v0.7.0 |
1452 | 2025-01-22T04:26:14.656Z | Compiling postgres-protocol v0.6.7 |
1453 | 2025-01-22T04:26:14.692Z | Compiling lru-cache v0.1.2 |
1454 | 2025-01-22T04:26:14.968Z | Compiling publicsuffix v2.3.0 |
1455 | 2025-01-22T04:26:15.158Z | Compiling document-features v0.2.10 |
1456 | 2025-01-22T04:26:15.363Z | Compiling sec1 v0.7.3 |
1457 | 2025-01-22T04:26:15.932Z | Compiling async-stream v0.3.6 |
1458 | 2025-01-22T04:26:15.952Z | Compiling hickory-proto v0.24.2 |
1459 | 2025-01-22T04:26:16.002Z | Compiling slog-term v2.9.1 |
1460 | 2025-01-22T04:26:16.234Z | Compiling usdt v0.5.0 |
1461 | 2025-01-22T04:26:16.267Z | Compiling num-iter v0.1.45 |
1462 | 2025-01-22T04:26:16.387Z | Compiling group v0.13.0 |
1463 | 2025-01-22T04:26:16.785Z | Compiling futures v0.3.31 |
1464 | 2025-01-22T04:26:16.892Z | Compiling slog-bunyan v2.5.0 |
1465 | 2025-01-22T04:26:17.090Z | Compiling toml v0.8.19 |
1466 | 2025-01-22T04:26:18.342Z | Compiling tokio-native-tls v0.3.1 |
1467 | 2025-01-22T04:26:18.650Z | Compiling camino v1.1.9 |
1468 | 2025-01-22T04:26:18.694Z | Compiling phf_shared v0.11.2 |
1469 | 2025-01-22T04:26:18.798Z | Compiling dropshot_endpoint v0.12.0 |
1470 | 2025-01-22T04:26:19.076Z | Compiling terminal_size v0.4.0 |
1471 | 2025-01-22T04:26:19.323Z | Compiling backtrace v0.3.74 |
1472 | 2025-01-22T04:26:19.540Z | Compiling openapiv3 v2.0.0 |
1473 | 2025-01-22T04:26:19.584Z | Compiling waitgroup v0.1.2 |
1474 | 2025-01-22T04:26:19.822Z | Compiling serde_path_to_error v0.1.16 |
1475 | 2025-01-22T04:26:19.844Z | Compiling hkdf v0.12.4 |
1476 | 2025-01-22T04:26:20.128Z | Compiling crypto-bigint v0.5.5 |
1477 | 2025-01-22T04:26:20.628Z | Compiling zerocopy-derive v0.6.6 |
1478 | 2025-01-22T04:26:22.522Z | Compiling curve25519-dalek-derive v0.1.1 |
1479 | 2025-01-22T04:26:22.704Z | Compiling webpki-roots v0.26.6 |
1480 | 2025-01-22T04:26:22.956Z | Compiling hostname v0.4.0 |
1481 | 2025-01-22T04:26:23.204Z | Compiling fs-err v2.11.0 |
1482 | 2025-01-22T04:26:23.255Z | Compiling crc32fast v1.4.2 |
1483 | 2025-01-22T04:26:23.492Z | Compiling hubpack_derive v0.1.1 |
1484 | 2025-01-22T04:26:23.522Z | Compiling ahash v0.8.11 |
1485 | 2025-01-22T04:26:23.611Z | Compiling newtype-uuid v1.2.1 |
1486 | 2025-01-22T04:26:23.738Z | Compiling managed v0.8.0 |
1487 | 2025-01-22T04:26:23.861Z | Compiling bitflags v1.3.2 |
1488 | 2025-01-22T04:26:23.918Z | Compiling debug-ignore v1.0.5 |
1489 | 2025-01-22T04:26:23.980Z | Compiling winnow v0.5.40 |
1490 | 2025-01-22T04:26:24.095Z | Compiling clap_builder v4.5.21 |
1491 | 2025-01-22T04:26:24.361Z | Compiling hubpack v0.1.2 |
1492 | 2025-01-22T04:26:24.842Z | Compiling strum_macros v0.25.3 |
1493 | 2025-01-22T04:26:25.811Z | Compiling console v0.15.8 |
1494 | 2025-01-22T04:26:26.370Z | Compiling flate2 v1.0.35 |
1495 | 2025-01-22T04:26:26.392Z | Compiling elliptic-curve v0.13.8 |
1496 | 2025-01-22T04:26:27.279Z | Compiling zerocopy v0.6.6 |
1497 | 2025-01-22T04:26:27.344Z | Compiling toml_edit v0.19.15 |
1498 | 2025-01-22T04:26:27.364Z | Compiling hickory-resolver v0.24.2 |
1499 | 2025-01-22T04:26:28.001Z | Compiling signal-hook-mio v0.2.4 |
1500 | 2025-01-22T04:26:28.196Z | Compiling phf v0.11.2 |
1501 | 2025-01-22T04:26:28.469Z | Compiling hyper-tls v0.6.0 |
1502 | 2025-01-22T04:26:28.514Z | Compiling rayon v1.10.0 |
1503 | 2025-01-22T04:26:28.882Z | Compiling cookie_store v0.21.1 |
1504 | 2025-01-22T04:26:28.929Z | Compiling bzip2 v0.4.4 |
1505 | 2025-01-22T04:26:30.450Z | Compiling postgres-types v0.2.8 |
1506 | 2025-01-22T04:26:31.820Z | Compiling tokio-tungstenite v0.24.0 |
1507 | 2025-01-22T04:26:32.462Z | Compiling ed25519 v2.2.3 |
1508 | 2025-01-22T04:26:32.653Z | Compiling phf_shared v0.10.0 |
1509 | 2025-01-22T04:26:33.060Z | Compiling tokio-stream v0.1.16 |
1510 | 2025-01-22T04:26:33.062Z | Compiling pkcs1 v0.7.5 |
1511 | 2025-01-22T04:26:33.621Z | Compiling serde-big-array v0.5.1 |
1512 | 2025-01-22T04:26:33.650Z | Compiling rfc6979 v0.4.0 |
1513 | 2025-01-22T04:26:33.880Z | Compiling derive-where v1.2.7 |
1514 | 2025-01-22T04:26:33.902Z | Compiling serde_repr v0.1.19 |
1515 | 2025-01-22T04:26:34.040Z | Compiling clap_derive v4.5.18 |
1516 | 2025-01-22T04:26:34.043Z | Compiling bstr v1.10.0 |
1517 | 2025-01-22T04:26:34.442Z | Compiling float-cmp v0.9.0 |
1518 | 2025-01-22T04:26:34.714Z | Compiling sync_wrapper v1.0.1 |
1519 | 2025-01-22T04:26:34.899Z | Compiling bit-vec v0.6.3 |
1520 | 2025-01-22T04:26:35.018Z | Compiling difflib v0.4.0 |
1521 | 2025-01-22T04:26:35.058Z | Compiling unicode-width v0.2.0 |
1522 | 2025-01-22T04:26:35.325Z | Compiling predicates-core v1.0.8 |
1523 | 2025-01-22T04:26:35.640Z | Compiling static_assertions v1.1.0 |
1524 | 2025-01-22T04:26:35.662Z | Compiling number_prefix v0.4.0 |
1525 | 2025-01-22T04:26:35.702Z | Compiling fixedbitset v0.4.2 |
1526 | 2025-01-22T04:26:35.762Z | Compiling unicode-segmentation v1.12.0 |
1527 | 2025-01-22T04:26:35.918Z | Compiling normalize-line-endings v0.3.0 |
1528 | 2025-01-22T04:26:36.067Z | Compiling precomputed-hash v0.1.1 |
1529 | 2025-01-22T04:26:36.197Z | Compiling whoami v1.5.2 |
1530 | 2025-01-22T04:26:36.217Z | Compiling new_debug_unreachable v1.0.6 |
1531 | 2025-01-22T04:26:36.332Z | Compiling string_cache v0.8.7 |
1532 | 2025-01-22T04:26:36.449Z | Compiling predicates v3.1.2 |
1533 | 2025-01-22T04:26:36.686Z | Compiling tokio-postgres v0.7.12 |
1534 | 2025-01-22T04:26:36.812Z | Compiling similar v2.6.0 |
1535 | 2025-01-22T04:26:36.834Z | Compiling petgraph v0.6.5 |
1536 | 2025-01-22T04:26:37.292Z | Compiling indicatif v0.17.9 |
1537 | 2025-01-22T04:26:38.022Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1538 | 2025-01-22T04:26:38.920Z | Compiling clap v4.5.21 |
1539 | 2025-01-22T04:26:39.060Z | Compiling bit-set v0.5.3 |
1540 | 2025-01-22T04:26:39.083Z | Compiling ecdsa v0.16.9 |
1541 | 2025-01-22T04:26:39.346Z | Compiling rsa v0.9.6 |
1542 | 2025-01-22T04:26:39.431Z | Compiling ed25519-dalek v2.1.1 |
1543 | 2025-01-22T04:26:39.951Z | Compiling toml v0.7.8 |
1544 | 2025-01-22T04:26:40.680Z | Compiling zip v0.6.6 |
1545 | 2025-01-22T04:26:40.786Z | Compiling crossterm v0.28.1 |
1546 | 2025-01-22T04:26:42.618Z | Compiling hex v0.4.3 |
1547 | 2025-01-22T04:26:42.723Z | Compiling x509-cert v0.2.5 |
1548 | 2025-01-22T04:26:42.784Z | Compiling itertools v0.10.5 |
1549 | 2025-01-22T04:26:43.243Z | Compiling lalrpop-util v0.19.12 |
1550 | 2025-01-22T04:26:43.640Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-01-22T04:26:43.850Z | Compiling peg-runtime v0.8.3 |
1552 | 2025-01-22T04:26:43.940Z | Compiling strum_macros v0.26.4 |
1553 | 2025-01-22T04:26:44.242Z | Compiling xattr v1.3.1 |
1554 | 2025-01-22T04:26:44.469Z | Compiling filetime v0.2.25 |
1555 | 2025-01-22T04:26:44.791Z | Compiling tar v0.4.42 |
1556 | 2025-01-22T04:26:48.845Z | Compiling strum v0.26.3 |
1557 | 2025-01-22T04:26:52.273Z | Compiling aws-lc-sys v0.22.0 |
1558 | 2025-01-22T04:27:21.234Z | Compiling rustls-webpki v0.102.8 |
1559 | 2025-01-22T04:27:24.658Z | Compiling tokio-rustls v0.25.0 |
1560 | 2025-01-22T04:27:26.586Z | Compiling tokio-rustls v0.26.0 |
1561 | 2025-01-22T04:27:26.846Z | Compiling hyper-rustls v0.27.3 |
1562 | 2025-01-22T04:27:27.217Z | Compiling reqwest v0.12.9 |
1563 | 2025-01-22T04:27:28.606Z | Compiling qorb v0.2.1 |
1564 | 2025-01-22T04:27:31.856Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1565 | 2025-01-22T04:27:32.124Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1566 | 2025-01-22T04:27:36.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1567 | 2025-01-22T04:27:37.037Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1568 | 2025-01-22T04:27:37.098Z | Jan 22 04:27:36.122 INFO Starting download, target: Clickhouse |
1569 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.122 INFO Starting download, target: Console |
1570 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.122 INFO Starting download, target: Cockroach |
1571 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.122 INFO Starting download, target: DendriteOpenapi |
1572 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.122 INFO Starting download, target: DendriteStub |
1573 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.122 INFO Starting download, target: MaghemiteMgd |
1574 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.122 INFO Starting download, target: TransceiverControl |
1575 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1576 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1577 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1578 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1579 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1580 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1581 | 2025-01-22T04:27:37.101Z | Jan 22 04:27:36.123 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1582 | 2025-01-22T04:27:37.307Z | Jan 22 04:27:36.318 INFO Download complete, target: DendriteOpenapi |
1583 | 2025-01-22T04:27:37.585Z | Jan 22 04:27:36.601 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1584 | 2025-01-22T04:27:37.642Z | Jan 22 04:27:36.664 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1585 | 2025-01-22T04:27:37.861Z | Jan 22 04:27:36.883 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1586 | 2025-01-22T04:27:37.998Z | Jan 22 04:27:37.021 INFO Download complete, target: Console |
1587 | 2025-01-22T04:27:38.209Z | Jan 22 04:27:37.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1588 | 2025-01-22T04:27:38.276Z | Jan 22 04:27:37.300 INFO Download complete, target: TransceiverControl |
1589 | 2025-01-22T04:27:38.616Z | Jan 22 04:27:37.640 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1590 | 2025-01-22T04:27:38.616Z | Jan 22 04:27:37.640 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1591 | 2025-01-22T04:27:38.992Z | Jan 22 04:27:38.016 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1592 | 2025-01-22T04:27:40.775Z | Jan 22 04:27:39.799 INFO Download complete, target: DendriteStub |
1593 | 2025-01-22T04:27:41.096Z | Jan 22 04:27:40.119 INFO Download complete, target: MaghemiteMgd |
1594 | 2025-01-22T04:27:46.080Z | Jan 22 04:27:45.102 INFO Checking that binary works, target: Cockroach |
1595 | 2025-01-22T04:27:46.250Z | Jan 22 04:27:45.273 INFO Download complete, target: Cockroach |
1596 | 2025-01-22T04:27:51.438Z | Jan 22 04:27:50.459 INFO Checking that binary works, target: Clickhouse |
1597 | 2025-01-22T04:27:51.607Z | Jan 22 04:27:50.628 INFO Download complete, target: Clickhouse |
1598 | 2025-01-22T04:27:51.629Z | All builder prerequisites installed successfully, and PATH looks valid |
1599 | 2025-01-22T04:27:51.633Z | |
1600 | 2025-01-22T04:27:51.633Z | real 6:08.748074544 |
1601 | 2025-01-22T04:27:51.633Z | user 16:29.052485514 |
1602 | 2025-01-22T04:27:51.633Z | sys 2:10.903944975 |
1603 | 2025-01-22T04:27:51.633Z | trap 0.631557634 |
1604 | 2025-01-22T04:27:51.633Z | tflt 1.595508499 |
1605 | 2025-01-22T04:27:51.633Z | dflt 1.615044098 |
1606 | 2025-01-22T04:27:51.633Z | kflt 0.026510434 |
1607 | 2025-01-22T04:27:51.633Z | lock 25:39.676603484 |
1608 | 2025-01-22T04:27:51.633Z | slp 59:45.987813208 |
1609 | 2025-01-22T04:27:51.633Z | lat 1:03.745153342 |
1610 | 2025-01-22T04:27:51.633Z | stop 2:33.024377061 |
1611 | 2025-01-22T04:27:51.633Z | + banner hack-check |
1612 | 2025-01-22T04:27:51.636Z | |
1613 | 2025-01-22T04:27:51.636Z | # # ## #### # # #### # # ###### #### # # |
1614 | 2025-01-22T04:27:51.636Z | # # # # # # # # # # # # # # # # # |
1615 | 2025-01-22T04:27:51.636Z | ###### # # # #### ##### # ###### ##### # #### |
1616 | 2025-01-22T04:27:51.636Z | # # ###### # # # # # # # # # # |
1617 | 2025-01-22T04:27:51.636Z | # # # # # # # # # # # # # # # # # |
1618 | 2025-01-22T04:27:51.636Z | # # # # #### # # #### # # ###### #### # # |
1619 | 2025-01-22T04:27:51.636Z | |
1620 | 2025-01-22T04:27:51.636Z | + export CARGO_INCREMENTAL=0 |
1621 | 2025-01-22T04:27:51.636Z | + CARGO_INCREMENTAL=0 |
1622 | 2025-01-22T04:27:51.636Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1623 | 2025-01-22T04:27:52.188Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1624 | 2025-01-22T04:27:55.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
1625 | 2025-01-22T04:27:55.302Z | Running `target/debug/xtask check-features --ci` |
1626 | 2025-01-22T04:27:55.326Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1627 | 2025-01-22T04:27:55.326Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1628 | 2025-01-22T04:27:55.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1629 | 2025-01-22T04:27:55.817Z | Running `target/debug/xtask download cargo-hack` |
1630 | 2025-01-22T04:27:56.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1631 | 2025-01-22T04:27:57.053Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1632 | 2025-01-22T04:28:01.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
1633 | 2025-01-22T04:28:01.208Z | Running `target/debug/xtask-downloader cargo-hack` |
1634 | 2025-01-22T04:28:01.253Z | Jan 22 04:28:00.273 INFO Starting download, target: CargoHack |
1635 | 2025-01-22T04:28:01.256Z | Jan 22 04:28:00.274 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1636 | 2025-01-22T04:28:01.746Z | Jan 22 04:28:00.766 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1637 | 2025-01-22T04:28:01.835Z | Jan 22 04:28:00.855 INFO Download complete, target: CargoHack |
1638 | 2025-01-22T04:28:01.840Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1639 | 2025-01-22T04:28:01.856Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1640 | 2025-01-22T04:28:02.042Z | info: running `cargo check --bins` on api_identity (1/197) |
1641 | 2025-01-22T04:28:02.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2025-01-22T04:28:02.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2025-01-22T04:28:02.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2025-01-22T04:28:02.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1645 | 2025-01-22T04:28:02.694Z | |
1646 | 2025-01-22T04:28:02.695Z | info: running `cargo check --bins` on bootstore (2/197) |
1647 | 2025-01-22T04:28:03.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2025-01-22T04:28:03.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2025-01-22T04:28:03.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2025-01-22T04:28:03.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1651 | 2025-01-22T04:28:03.376Z | |
1652 | 2025-01-22T04:28:03.376Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1653 | 2025-01-22T04:28:03.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2025-01-22T04:28:03.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2025-01-22T04:28:03.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2025-01-22T04:28:03.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1657 | 2025-01-22T04:28:04.021Z | |
1658 | 2025-01-22T04:28:04.021Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1659 | 2025-01-22T04:28:04.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-01-22T04:28:04.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-01-22T04:28:04.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-01-22T04:28:04.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1663 | 2025-01-22T04:28:04.685Z | |
1664 | 2025-01-22T04:28:04.685Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1665 | 2025-01-22T04:28:05.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-01-22T04:28:05.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-01-22T04:28:05.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-01-22T04:28:05.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1669 | 2025-01-22T04:28:05.320Z | |
1670 | 2025-01-22T04:28:05.320Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1671 | 2025-01-22T04:28:05.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-01-22T04:28:05.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-01-22T04:28:05.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-01-22T04:28:05.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1675 | 2025-01-22T04:28:05.617Z | |
1676 | 2025-01-22T04:28:05.617Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1677 | 2025-01-22T04:28:06.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-01-22T04:28:06.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-01-22T04:28:06.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-01-22T04:28:06.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1681 | 2025-01-22T04:28:06.052Z | |
1682 | 2025-01-22T04:28:06.052Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1683 | 2025-01-22T04:28:06.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-01-22T04:28:06.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-01-22T04:28:06.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-01-22T04:28:06.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1687 | 2025-01-22T04:28:06.508Z | |
1688 | 2025-01-22T04:28:06.508Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1689 | 2025-01-22T04:28:06.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-01-22T04:28:06.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-01-22T04:28:06.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-01-22T04:28:06.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1693 | 2025-01-22T04:28:06.950Z | |
1694 | 2025-01-22T04:28:06.950Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1695 | 2025-01-22T04:28:07.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-01-22T04:28:07.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-01-22T04:28:07.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-01-22T04:28:07.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1699 | 2025-01-22T04:28:07.408Z | |
1700 | 2025-01-22T04:28:07.408Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1701 | 2025-01-22T04:28:07.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-01-22T04:28:07.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-01-22T04:28:07.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-01-22T04:28:07.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1705 | 2025-01-22T04:28:07.850Z | |
1706 | 2025-01-22T04:28:07.850Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1707 | 2025-01-22T04:28:08.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-01-22T04:28:08.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-01-22T04:28:08.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-01-22T04:28:08.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1711 | 2025-01-22T04:28:08.295Z | |
1712 | 2025-01-22T04:28:08.295Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1713 | 2025-01-22T04:28:08.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-01-22T04:28:08.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-01-22T04:28:08.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-01-22T04:28:08.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1717 | 2025-01-22T04:28:08.760Z | |
1718 | 2025-01-22T04:28:08.760Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1719 | 2025-01-22T04:28:09.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-01-22T04:28:09.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-01-22T04:28:09.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-01-22T04:28:09.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1723 | 2025-01-22T04:28:09.210Z | |
1724 | 2025-01-22T04:28:09.210Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1725 | 2025-01-22T04:28:09.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-01-22T04:28:09.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-01-22T04:28:09.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-01-22T04:28:09.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1729 | 2025-01-22T04:28:09.674Z | |
1730 | 2025-01-22T04:28:09.674Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1731 | 2025-01-22T04:28:10.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-01-22T04:28:10.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-01-22T04:28:10.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-01-22T04:28:10.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1735 | 2025-01-22T04:28:10.133Z | |
1736 | 2025-01-22T04:28:10.133Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1737 | 2025-01-22T04:28:10.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-01-22T04:28:10.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-01-22T04:28:10.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-01-22T04:28:10.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1741 | 2025-01-22T04:28:10.583Z | |
1742 | 2025-01-22T04:28:10.583Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1743 | 2025-01-22T04:28:10.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-01-22T04:28:10.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-01-22T04:28:10.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-01-22T04:28:10.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1747 | 2025-01-22T04:28:11.031Z | |
1748 | 2025-01-22T04:28:11.031Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1749 | 2025-01-22T04:28:11.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-01-22T04:28:11.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-01-22T04:28:11.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-01-22T04:28:11.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1753 | 2025-01-22T04:28:11.485Z | |
1754 | 2025-01-22T04:28:11.485Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1755 | 2025-01-22T04:28:11.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-01-22T04:28:11.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-01-22T04:28:11.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-01-22T04:28:11.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1759 | 2025-01-22T04:28:11.941Z | |
1760 | 2025-01-22T04:28:11.941Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1761 | 2025-01-22T04:28:12.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-01-22T04:28:12.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-01-22T04:28:12.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-01-22T04:28:12.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1765 | 2025-01-22T04:28:12.394Z | |
1766 | 2025-01-22T04:28:12.394Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1767 | 2025-01-22T04:28:12.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-01-22T04:28:12.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-01-22T04:28:12.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-01-22T04:28:12.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1771 | 2025-01-22T04:28:12.848Z | |
1772 | 2025-01-22T04:28:12.849Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1773 | 2025-01-22T04:28:13.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-01-22T04:28:13.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-01-22T04:28:13.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-01-22T04:28:13.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1777 | 2025-01-22T04:28:13.315Z | |
1778 | 2025-01-22T04:28:13.316Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1779 | 2025-01-22T04:28:13.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-01-22T04:28:13.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-01-22T04:28:13.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-01-22T04:28:13.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1783 | 2025-01-22T04:28:13.770Z | |
1784 | 2025-01-22T04:28:13.770Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1785 | 2025-01-22T04:28:14.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-01-22T04:28:14.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-01-22T04:28:14.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-01-22T04:28:14.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1789 | 2025-01-22T04:28:14.222Z | |
1790 | 2025-01-22T04:28:14.222Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1791 | 2025-01-22T04:28:14.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-01-22T04:28:14.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-01-22T04:28:14.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-01-22T04:28:14.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1795 | 2025-01-22T04:28:14.670Z | |
1796 | 2025-01-22T04:28:14.670Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1797 | 2025-01-22T04:28:15.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-01-22T04:28:15.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-01-22T04:28:15.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-01-22T04:28:15.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1801 | 2025-01-22T04:28:15.115Z | |
1802 | 2025-01-22T04:28:15.115Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1803 | 2025-01-22T04:28:15.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-01-22T04:28:15.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-01-22T04:28:15.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-01-22T04:28:15.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1807 | 2025-01-22T04:28:15.567Z | |
1808 | 2025-01-22T04:28:15.567Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1809 | 2025-01-22T04:28:15.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-01-22T04:28:15.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-01-22T04:28:15.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-01-22T04:28:15.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1813 | 2025-01-22T04:28:16.007Z | |
1814 | 2025-01-22T04:28:16.007Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1815 | 2025-01-22T04:28:16.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-01-22T04:28:16.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-01-22T04:28:16.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-01-22T04:28:16.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1819 | 2025-01-22T04:28:16.456Z | |
1820 | 2025-01-22T04:28:16.456Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1821 | 2025-01-22T04:28:16.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-01-22T04:28:16.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-01-22T04:28:16.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-01-22T04:28:16.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1825 | 2025-01-22T04:28:16.894Z | |
1826 | 2025-01-22T04:28:16.894Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1827 | 2025-01-22T04:28:17.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-01-22T04:28:17.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-01-22T04:28:17.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-01-22T04:28:17.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1831 | 2025-01-22T04:28:17.334Z | |
1832 | 2025-01-22T04:28:17.334Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1833 | 2025-01-22T04:28:17.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-01-22T04:28:17.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-01-22T04:28:17.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-01-22T04:28:17.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1837 | 2025-01-22T04:28:17.793Z | |
1838 | 2025-01-22T04:28:17.793Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1839 | 2025-01-22T04:28:18.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-01-22T04:28:18.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-01-22T04:28:18.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-01-22T04:28:18.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1843 | 2025-01-22T04:28:18.249Z | |
1844 | 2025-01-22T04:28:18.249Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1845 | 2025-01-22T04:28:18.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-01-22T04:28:18.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-01-22T04:28:18.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-01-22T04:28:18.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1849 | 2025-01-22T04:28:18.719Z | |
1850 | 2025-01-22T04:28:18.719Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1851 | 2025-01-22T04:28:19.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-01-22T04:28:19.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-01-22T04:28:19.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-01-22T04:28:19.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1855 | 2025-01-22T04:28:19.163Z | |
1856 | 2025-01-22T04:28:19.163Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1857 | 2025-01-22T04:28:19.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-01-22T04:28:19.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-01-22T04:28:19.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-01-22T04:28:19.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1861 | 2025-01-22T04:28:19.637Z | |
1862 | 2025-01-22T04:28:19.637Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1863 | 2025-01-22T04:28:20.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-01-22T04:28:20.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-01-22T04:28:20.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-01-22T04:28:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1867 | 2025-01-22T04:28:20.093Z | |
1868 | 2025-01-22T04:28:20.093Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1869 | 2025-01-22T04:28:20.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-01-22T04:28:20.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-01-22T04:28:20.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-01-22T04:28:20.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1873 | 2025-01-22T04:28:20.572Z | |
1874 | 2025-01-22T04:28:20.572Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1875 | 2025-01-22T04:28:20.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-01-22T04:28:20.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-01-22T04:28:20.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-01-22T04:28:20.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1879 | 2025-01-22T04:28:21.034Z | |
1880 | 2025-01-22T04:28:21.034Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1881 | 2025-01-22T04:28:21.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-01-22T04:28:21.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-01-22T04:28:21.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-01-22T04:28:21.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1885 | 2025-01-22T04:28:21.496Z | |
1886 | 2025-01-22T04:28:21.496Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1887 | 2025-01-22T04:28:21.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-01-22T04:28:21.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-01-22T04:28:21.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-01-22T04:28:21.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1891 | 2025-01-22T04:28:21.956Z | |
1892 | 2025-01-22T04:28:21.956Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1893 | 2025-01-22T04:28:22.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-01-22T04:28:22.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-01-22T04:28:22.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-01-22T04:28:22.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1897 | 2025-01-22T04:28:22.421Z | |
1898 | 2025-01-22T04:28:22.421Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1899 | 2025-01-22T04:28:22.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-01-22T04:28:22.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-01-22T04:28:22.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-01-22T04:28:22.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1903 | 2025-01-22T04:28:22.871Z | |
1904 | 2025-01-22T04:28:22.871Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1905 | 2025-01-22T04:28:23.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-01-22T04:28:23.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-01-22T04:28:23.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-01-22T04:28:23.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1909 | 2025-01-22T04:28:23.561Z | |
1910 | 2025-01-22T04:28:23.561Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1911 | 2025-01-22T04:28:24.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-01-22T04:28:24.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-01-22T04:28:24.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-01-22T04:28:24.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1915 | 2025-01-22T04:28:24.230Z | |
1916 | 2025-01-22T04:28:24.230Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1917 | 2025-01-22T04:28:24.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-01-22T04:28:24.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-01-22T04:28:24.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-01-22T04:28:24.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1921 | 2025-01-22T04:28:24.892Z | |
1922 | 2025-01-22T04:28:24.892Z | info: running `cargo check --bins` on oxlog (48/197) |
1923 | 2025-01-22T04:28:25.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-01-22T04:28:25.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-01-22T04:28:25.531Z | Checking cfg-if v1.0.0 |
1926 | 2025-01-22T04:28:25.535Z | Checking libc v0.2.169 |
1927 | 2025-01-22T04:28:25.643Z | Checking serde v1.0.217 |
1928 | 2025-01-22T04:28:25.643Z | Checking zeroize v1.8.1 |
1929 | 2025-01-22T04:28:25.663Z | Checking memchr v2.7.4 |
1930 | 2025-01-22T04:28:25.666Z | Checking typenum v1.17.0 |
1931 | 2025-01-22T04:28:25.676Z | Checking scopeguard v1.2.0 |
1932 | 2025-01-22T04:28:25.703Z | Checking subtle v2.6.1 |
1933 | 2025-01-22T04:28:25.718Z | Checking value-bag v1.9.0 |
1934 | 2025-01-22T04:28:25.831Z | Checking lock_api v0.4.12 |
1935 | 2025-01-22T04:28:25.890Z | Checking smallvec v1.13.2 |
1936 | 2025-01-22T04:28:25.981Z | Checking const-oid v0.9.6 |
1937 | 2025-01-22T04:28:26.119Z | Checking log v0.4.22 |
1938 | 2025-01-22T04:28:26.229Z | Checking itoa v1.0.11 |
1939 | 2025-01-22T04:28:26.261Z | Checking pin-project-lite v0.2.14 |
1940 | 2025-01-22T04:28:26.402Z | Checking byteorder v1.5.0 |
1941 | 2025-01-22T04:28:26.464Z | Checking futures-core v0.3.31 |
1942 | 2025-01-22T04:28:26.497Z | Checking once_cell v1.20.2 |
1943 | 2025-01-22T04:28:26.623Z | Checking cpufeatures v0.2.14 |
1944 | 2025-01-22T04:28:26.664Z | Checking stable_deref_trait v1.2.0 |
1945 | 2025-01-22T04:28:26.724Z | Checking getrandom v0.2.15 |
1946 | 2025-01-22T04:28:26.747Z | Checking parking_lot_core v0.9.10 |
1947 | 2025-01-22T04:28:26.769Z | Checking signal-hook-registry v1.4.2 |
1948 | 2025-01-22T04:28:26.787Z | Checking generic-array v0.14.7 |
1949 | 2025-01-22T04:28:26.808Z | Checking mio v1.0.2 |
1950 | 2025-01-22T04:28:26.824Z | Checking futures-sink v0.3.31 |
1951 | 2025-01-22T04:28:26.972Z | Checking rand_core v0.6.4 |
1952 | 2025-01-22T04:28:26.989Z | Checking socket2 v0.5.7 |
1953 | 2025-01-22T04:28:27.026Z | Checking spin v0.9.8 |
1954 | 2025-01-22T04:28:27.081Z | Checking parking_lot v0.12.3 |
1955 | 2025-01-22T04:28:27.288Z | Checking zerocopy v0.7.35 |
1956 | 2025-01-22T04:28:27.379Z | Checking zerofrom v0.1.4 |
1957 | 2025-01-22T04:28:27.397Z | Checking slab v0.4.9 |
1958 | 2025-01-22T04:28:27.449Z | Checking futures-channel v0.3.31 |
1959 | 2025-01-22T04:28:27.473Z | Checking equivalent v1.0.1 |
1960 | 2025-01-22T04:28:27.585Z | Checking yoke v0.7.4 |
1961 | 2025-01-22T04:28:27.600Z | Checking allocator-api2 v0.2.18 |
1962 | 2025-01-22T04:28:27.681Z | Checking pin-utils v0.1.0 |
1963 | 2025-01-22T04:28:27.779Z | Checking futures-task v0.3.31 |
1964 | 2025-01-22T04:28:27.795Z | Checking foldhash v0.1.3 |
1965 | 2025-01-22T04:28:27.903Z | Checking crypto-common v0.1.6 |
1966 | 2025-01-22T04:28:27.932Z | Checking block-buffer v0.10.4 |
1967 | 2025-01-22T04:28:27.935Z | Checking zerovec v0.10.4 |
1968 | 2025-01-22T04:28:28.005Z | Checking futures-io v0.3.31 |
1969 | 2025-01-22T04:28:28.008Z | Checking block-padding v0.3.3 |
1970 | 2025-01-22T04:28:28.092Z | Checking ryu v1.0.18 |
1971 | 2025-01-22T04:28:28.167Z | Checking digest v0.10.7 |
1972 | 2025-01-22T04:28:28.199Z | Checking futures-util v0.3.31 |
1973 | 2025-01-22T04:28:28.230Z | Checking inout v0.1.3 |
1974 | 2025-01-22T04:28:28.246Z | Checking hashbrown v0.15.1 |
1975 | 2025-01-22T04:28:28.356Z | Checking litemap v0.7.3 |
1976 | 2025-01-22T04:28:28.472Z | Checking writeable v0.5.5 |
1977 | 2025-01-22T04:28:28.506Z | Checking fnv v1.0.7 |
1978 | 2025-01-22T04:28:28.524Z | Checking hmac v0.12.1 |
1979 | 2025-01-22T04:28:28.648Z | Checking sha2 v0.10.8 |
1980 | 2025-01-22T04:28:28.724Z | Checking cipher v0.4.4 |
1981 | 2025-01-22T04:28:28.752Z | Checking libm v0.2.8 |
1982 | 2025-01-22T04:28:28.789Z | Checking base64ct v1.6.0 |
1983 | 2025-01-22T04:28:29.137Z | Checking ppv-lite86 v0.2.20 |
1984 | 2025-01-22T04:28:29.252Z | Checking flagset v0.4.6 |
1985 | 2025-01-22T04:28:29.272Z | Checking pem-rfc7468 v0.7.0 |
1986 | 2025-01-22T04:28:29.382Z | Checking icu_locid_transform_data v1.5.0 |
1987 | 2025-01-22T04:28:29.478Z | Checking tracing-core v0.1.32 |
1988 | 2025-01-22T04:28:29.499Z | Checking thiserror v1.0.69 |
1989 | 2025-01-22T04:28:29.557Z | Checking der v0.7.9 |
1990 | 2025-01-22T04:28:29.561Z | Checking tinystr v0.7.6 |
1991 | 2025-01-22T04:28:29.647Z | Checking icu_collections v1.5.0 |
1992 | 2025-01-22T04:28:29.674Z | Checking num-traits v0.2.19 |
1993 | 2025-01-22T04:28:29.873Z | Checking rand_chacha v0.3.1 |
1994 | 2025-01-22T04:28:29.920Z | Checking icu_locid v1.5.0 |
1995 | 2025-01-22T04:28:30.144Z | Checking icu_properties_data v1.5.0 |
1996 | 2025-01-22T04:28:30.271Z | Checking bytes v1.9.0 |
1997 | 2025-01-22T04:28:30.290Z | Checking indexmap v2.7.0 |
1998 | 2025-01-22T04:28:30.364Z | Checking serde_json v1.0.135 |
1999 | 2025-01-22T04:28:30.392Z | Checking bitflags v2.6.0 |
2000 | 2025-01-22T04:28:30.734Z | Checking percent-encoding v2.3.1 |
2001 | 2025-01-22T04:28:30.915Z | Checking icu_provider v1.5.0 |
2002 | 2025-01-22T04:28:30.967Z | Checking rustls-pki-types v1.10.0 |
2003 | 2025-01-22T04:28:31.083Z | Checking tokio v1.43.0 |
2004 | 2025-01-22T04:28:31.270Z | Checking http v1.2.0 |
2005 | 2025-01-22T04:28:31.324Z | Checking spki v0.7.3 |
2006 | 2025-01-22T04:28:31.522Z | Checking icu_locid_transform v1.5.0 |
2007 | 2025-01-22T04:28:31.542Z | Checking rand v0.8.5 |
2008 | 2025-01-22T04:28:31.545Z | Checking tracing v0.1.40 |
2009 | 2025-01-22T04:28:31.614Z | Checking salsa20 v0.10.2 |
2010 | 2025-01-22T04:28:31.853Z | Checking pbkdf2 v0.12.2 |
2011 | 2025-01-22T04:28:31.914Z | Checking aws-lc-sys v0.22.0 |
2012 | 2025-01-22T04:28:32.033Z | Checking httparse v1.9.5 |
2013 | 2025-01-22T04:28:32.067Z | Checking mirai-annotations v1.12.0 |
2014 | 2025-01-22T04:28:32.262Z | Checking write16 v1.0.0 |
2015 | 2025-01-22T04:28:32.404Z | Checking utf16_iter v1.0.5 |
2016 | 2025-01-22T04:28:32.453Z | Checking untrusted v0.9.0 |
2017 | 2025-01-22T04:28:32.562Z | Checking icu_properties v1.5.1 |
2018 | 2025-01-22T04:28:32.578Z | Checking utf8_iter v1.0.4 |
2019 | 2025-01-22T04:28:32.594Z | Checking untrusted v0.7.1 |
2020 | 2025-01-22T04:28:32.618Z | Checking icu_normalizer_data v1.5.0 |
2021 | 2025-01-22T04:28:32.722Z | Checking powerfmt v0.2.0 |
2022 | 2025-01-22T04:28:32.766Z | Checking ring v0.17.8 |
2023 | 2025-01-22T04:28:32.783Z | Checking scrypt v0.11.0 |
2024 | 2025-01-22T04:28:32.799Z | Checking cbc v0.1.2 |
2025 | 2025-01-22T04:28:32.821Z | Checking aes v0.8.4 |
2026 | 2025-01-22T04:28:32.992Z | Checking deranged v0.3.11 |
2027 | 2025-01-22T04:28:33.013Z | Checking crossbeam-utils v0.8.20 |
2028 | 2025-01-22T04:28:33.032Z | Checking atomic-waker v1.1.2 |
2029 | 2025-01-22T04:28:33.187Z | Checking tinyvec_macros v0.1.1 |
2030 | 2025-01-22T04:28:33.298Z | Checking time-core v0.1.2 |
2031 | 2025-01-22T04:28:33.482Z | Checking num-conv v0.1.0 |
2032 | 2025-01-22T04:28:33.728Z | Checking num_threads v0.1.7 |
2033 | 2025-01-22T04:28:33.745Z | Checking pkcs5 v0.7.1 |
2034 | 2025-01-22T04:28:33.797Z | Checking tinyvec v1.8.0 |
2035 | 2025-01-22T04:28:33.852Z | Checking http-body v1.0.1 |
2036 | 2025-01-22T04:28:33.971Z | Checking aws-lc-rs v1.10.0 |
2037 | 2025-01-22T04:28:34.076Z | Checking form_urlencoded v1.2.1 |
2038 | 2025-01-22T04:28:34.295Z | Checking try-lock v0.2.5 |
2039 | 2025-01-22T04:28:34.315Z | Checking pkcs8 v0.10.2 |
2040 | 2025-01-22T04:28:34.335Z | Checking time v0.3.36 |
2041 | 2025-01-22T04:28:34.440Z | Checking want v0.3.1 |
2042 | 2025-01-22T04:28:34.575Z | Checking uuid v1.12.0 |
2043 | 2025-01-22T04:28:34.636Z | Checking unicode-ident v1.0.14 |
2044 | 2025-01-22T04:28:34.654Z | Checking httpdate v1.0.3 |
2045 | 2025-01-22T04:28:34.837Z | Checking proc-macro2 v1.0.92 |
2046 | 2025-01-22T04:28:34.898Z | Checking toml_datetime v0.6.8 |
2047 | 2025-01-22T04:28:35.161Z | Checking serde_spanned v0.6.8 |
2048 | 2025-01-22T04:28:35.204Z | Checking slog v2.7.0 |
2049 | 2025-01-22T04:28:35.254Z | Checking scroll v0.12.0 |
2050 | 2025-01-22T04:28:35.368Z | Checking match_cfg v0.1.0 |
2051 | 2025-01-22T04:28:35.490Z | Checking ucd-trie v0.1.7 |
2052 | 2025-01-22T04:28:35.527Z | Checking adler2 v2.0.0 |
2053 | 2025-01-22T04:28:35.681Z | Checking base64 v0.22.1 |
2054 | 2025-01-22T04:28:35.716Z | Checking foreign-types-shared v0.1.1 |
2055 | 2025-01-22T04:28:35.734Z | Checking iana-time-zone v0.1.61 |
2056 | 2025-01-22T04:28:35.755Z | Checking tower-service v0.3.3 |
2057 | 2025-01-22T04:28:35.796Z | Checking rustls-webpki v0.102.8 |
2058 | 2025-01-22T04:28:35.837Z | Checking plain v0.2.3 |
2059 | 2025-01-22T04:28:35.881Z | Checking foreign-types v0.3.2 |
2060 | 2025-01-22T04:28:35.895Z | Checking icu_normalizer v1.5.0 |
2061 | 2025-01-22T04:28:35.911Z | Checking chrono v0.4.38 |
2062 | 2025-01-22T04:28:35.977Z | Checking pest v2.7.14 |
2063 | 2025-01-22T04:28:36.005Z | Checking goblin v0.8.2 |
2064 | 2025-01-22T04:28:36.181Z | Checking miniz_oxide v0.8.0 |
2065 | 2025-01-22T04:28:36.610Z | Checking quote v1.0.38 |
2066 | 2025-01-22T04:28:36.729Z | Checking idna_adapter v1.2.0 |
2067 | 2025-01-22T04:28:36.756Z | Checking hostname v0.3.1 |
2068 | 2025-01-22T04:28:36.906Z | Checking openssl-sys v0.9.103 |
2069 | 2025-01-22T04:28:36.935Z | Checking idna v1.0.3 |
2070 | 2025-01-22T04:28:36.938Z | Checking dirs-sys-next v0.1.2 |
2071 | 2025-01-22T04:28:36.968Z | Checking errno v0.3.9 |
2072 | 2025-01-22T04:28:37.132Z | Checking aho-corasick v1.1.3 |
2073 | 2025-01-22T04:28:37.155Z | Checking pretty-hex v0.4.1 |
2074 | 2025-01-22T04:28:37.338Z | Checking data-encoding v2.6.0 |
2075 | 2025-01-22T04:28:37.452Z | Checking url v2.5.3 |
2076 | 2025-01-22T04:28:37.911Z | Checking regex-syntax v0.8.5 |
2077 | 2025-01-22T04:28:37.981Z | Compiling newtype-uuid v1.2.1 |
2078 | 2025-01-22T04:28:38.153Z | Checking siphasher v0.3.11 |
2079 | 2025-01-22T04:28:38.227Z | Checking tokio-util v0.7.12 |
2080 | 2025-01-22T04:28:38.313Z | Checking openssl v0.10.66 |
2081 | 2025-01-22T04:28:38.339Z | Checking rustix v0.38.37 |
2082 | 2025-01-22T04:28:38.479Z | Checking dirs-next v2.0.0 |
2083 | 2025-01-22T04:28:38.587Z | Checking dtrace-parser v0.2.0 |
2084 | 2025-01-22T04:28:38.633Z | Checking syn v2.0.96 |
2085 | 2025-01-22T04:28:38.799Z | Checking unicode-normalization v0.1.24 |
2086 | 2025-01-22T04:28:39.073Z | Checking http-body-util v0.1.2 |
2087 | 2025-01-22T04:28:39.093Z | Checking h2 v0.4.6 |
2088 | 2025-01-22T04:28:39.512Z | Checking crossbeam-epoch v0.9.18 |
2089 | 2025-01-22T04:28:39.771Z | Checking signature v2.2.0 |
2090 | 2025-01-22T04:28:39.962Z | Checking sha1 v0.10.6 |
2091 | 2025-01-22T04:28:40.003Z | Checking lazy_static v1.5.0 |
2092 | 2025-01-22T04:28:40.149Z | Checking thread_local v1.1.8 |
2093 | 2025-01-22T04:28:40.277Z | Checking thread-id v4.2.2 |
2094 | 2025-01-22T04:28:40.407Z | Checking encoding_rs v0.8.34 |
2095 | 2025-01-22T04:28:40.454Z | Checking openssl-probe v0.1.5 |
2096 | 2025-01-22T04:28:40.639Z | Checking either v1.13.0 |
2097 | 2025-01-22T04:28:41.046Z | Checking anstyle v1.0.10 |
2098 | 2025-01-22T04:28:41.110Z | Checking dof v0.3.0 |
2099 | 2025-01-22T04:28:41.257Z | Checking regex-automata v0.4.8 |
2100 | 2025-01-22T04:28:41.372Z | Checking unicode-properties v0.1.3 |
2101 | 2025-01-22T04:28:41.534Z | Checking unicode-bidi v0.3.17 |
2102 | 2025-01-22T04:28:41.746Z | Checking ipnet v2.10.1 |
2103 | 2025-01-22T04:28:41.778Z | Checking winnow v0.6.20 |
2104 | 2025-01-22T04:28:42.225Z | Checking utf8parse v0.2.2 |
2105 | 2025-01-22T04:28:42.240Z | Checking mime v0.3.17 |
2106 | 2025-01-22T04:28:42.377Z | Checking gimli v0.31.1 |
2107 | 2025-01-22T04:28:42.546Z | Checking anstyle-parse v0.2.5 |
2108 | 2025-01-22T04:28:42.844Z | Checking stringprep v0.1.5 |
2109 | 2025-01-22T04:28:42.892Z | Checking crossbeam-deque v0.8.5 |
2110 | 2025-01-22T04:28:43.154Z | Checking term v0.7.0 |
2111 | 2025-01-22T04:28:43.214Z | Checking slog-json v2.6.1 |
2112 | 2025-01-22T04:28:43.505Z | Checking rustls v0.23.19 |
2113 | 2025-01-22T04:28:43.634Z | Checking rustls v0.22.4 |
2114 | 2025-01-22T04:28:43.636Z | Checking native-tls v0.2.12 |
2115 | 2025-01-22T04:28:43.946Z | Checking serde_urlencoded v0.7.1 |
2116 | 2025-01-22T04:28:44.364Z | Checking crossbeam-channel v0.5.13 |
2117 | 2025-01-22T04:28:44.589Z | Checking toml_edit v0.22.22 |
2118 | 2025-01-22T04:28:44.755Z | Checking usdt-impl v0.5.0 |
2119 | 2025-01-22T04:28:45.084Z | Checking futures-executor v0.3.31 |
2120 | 2025-01-22T04:28:45.349Z | Checking rustls-pemfile v2.2.0 |
2121 | 2025-01-22T04:28:45.371Z | Checking num-integer v0.1.46 |
2122 | 2025-01-22T04:28:45.583Z | Checking md-5 v0.10.6 |
2123 | 2025-01-22T04:28:45.707Z | Checking hyper v1.5.2 |
2124 | 2025-01-22T04:28:45.772Z | Checking ff v0.13.0 |
2125 | 2025-01-22T04:28:45.805Z | Checking hash32 v0.2.1 |
2126 | 2025-01-22T04:28:45.906Z | Checking memmap v0.7.0 |
2127 | 2025-01-22T04:28:45.999Z | Checking is-terminal v0.4.13 |
2128 | 2025-01-22T04:28:46.135Z | Checking object v0.36.5 |
2129 | 2025-01-22T04:28:46.154Z | Checking linked-hash-map v0.5.6 |
2130 | 2025-01-22T04:28:46.157Z | Checking dyn-clone v1.0.17 |
2131 | 2025-01-22T04:28:46.269Z | Checking addr2line v0.24.2 |
2132 | 2025-01-22T04:28:46.339Z | Checking rustc-demangle v0.1.24 |
2133 | 2025-01-22T04:28:46.472Z | Checking psl-types v2.0.11 |
2134 | 2025-01-22T04:28:46.693Z | Checking base16ct v0.2.0 |
2135 | 2025-01-22T04:28:46.819Z | Checking fallible-iterator v0.2.0 |
2136 | 2025-01-22T04:28:46.836Z | Checking anstyle-query v1.1.1 |
2137 | 2025-01-22T04:28:46.910Z | Checking utf-8 v0.7.6 |
2138 | 2025-01-22T04:28:46.974Z | Checking quick-error v1.2.3 |
2139 | 2025-01-22T04:28:47.122Z | Checking take_mut v0.2.2 |
2140 | 2025-01-22T04:28:47.140Z | Checking colorchoice v1.0.2 |
2141 | 2025-01-22T04:28:47.158Z | Checking is_terminal_polyfill v1.70.1 |
2142 | 2025-01-22T04:28:47.287Z | Checking slog-async v2.8.0 |
2143 | 2025-01-22T04:28:47.291Z | Checking tokio-rustls v0.25.0 |
2144 | 2025-01-22T04:28:47.317Z | Checking anstream v0.6.15 |
2145 | 2025-01-22T04:28:47.353Z | Checking toml v0.8.19 |
2146 | 2025-01-22T04:28:47.417Z | Checking postgres-protocol v0.6.7 |
2147 | 2025-01-22T04:28:47.585Z | Checking resolv-conf v0.7.0 |
2148 | 2025-01-22T04:28:47.691Z | Checking tungstenite v0.24.0 |
2149 | 2025-01-22T04:28:47.694Z | Checking sec1 v0.7.3 |
2150 | 2025-01-22T04:28:47.738Z | Checking hyper-util v0.1.10 |
2151 | 2025-01-22T04:28:47.939Z | Checking publicsuffix v2.3.0 |
2152 | 2025-01-22T04:28:48.078Z | Checking lru-cache v0.1.2 |
2153 | 2025-01-22T04:28:48.094Z | Checking schemars v0.8.21 |
2154 | 2025-01-22T04:28:48.114Z | Checking usdt v0.5.0 |
2155 | 2025-01-22T04:28:48.225Z | Checking slog-term v2.9.1 |
2156 | 2025-01-22T04:28:48.270Z | Checking heapless v0.7.17 |
2157 | 2025-01-22T04:28:48.393Z | Checking group v0.13.0 |
2158 | 2025-01-22T04:28:48.627Z | Checking num-iter v0.1.45 |
2159 | 2025-01-22T04:28:48.672Z | Checking futures v0.3.31 |
2160 | 2025-01-22T04:28:48.741Z | Checking tokio-native-tls v0.3.1 |
2161 | 2025-01-22T04:28:48.788Z | Checking slog-bunyan v2.5.0 |
2162 | 2025-01-22T04:28:48.813Z | Checking rayon-core v1.12.1 |
2163 | 2025-01-22T04:28:48.913Z | Checking tokio-rustls v0.26.0 |
2164 | 2025-01-22T04:28:48.971Z | Checking multer v3.1.0 |
2165 | 2025-01-22T04:28:49.009Z | Checking hickory-proto v0.24.2 |
2166 | 2025-01-22T04:28:49.190Z | Checking terminal_size v0.4.0 |
2167 | 2025-01-22T04:28:49.340Z | Checking phf_shared v0.11.2 |
2168 | 2025-01-22T04:28:49.385Z | Checking cookie v0.18.1 |
2169 | 2025-01-22T04:28:49.538Z | Checking async-stream v0.3.6 |
2170 | 2025-01-22T04:28:49.632Z | Checking bzip2-sys v0.1.11+1.0.8 |
2171 | 2025-01-22T04:28:49.657Z | Checking signal-hook v0.3.17 |
2172 | 2025-01-22T04:28:49.710Z | Checking camino v1.1.9 |
2173 | 2025-01-22T04:28:49.751Z | Checking waitgroup v0.1.2 |
2174 | 2025-01-22T04:28:49.775Z | Checking openapiv3 v2.0.0 |
2175 | 2025-01-22T04:28:49.854Z | Checking webpki-roots v0.26.6 |
2176 | 2025-01-22T04:28:49.869Z | Checking serde_path_to_error v0.1.16 |
2177 | 2025-01-22T04:28:49.897Z | Checking hkdf v0.12.4 |
2178 | 2025-01-22T04:28:49.989Z | Checking crypto-bigint v0.5.5 |
2179 | 2025-01-22T04:28:50.076Z | Checking hostname v0.4.0 |
2180 | 2025-01-22T04:28:50.133Z | Checking crc32fast v1.4.2 |
2181 | 2025-01-22T04:28:50.232Z | Checking winnow v0.5.40 |
2182 | 2025-01-22T04:28:50.265Z | Checking debug-ignore v1.0.5 |
2183 | 2025-01-22T04:28:50.507Z | Checking bitflags v1.3.2 |
2184 | 2025-01-22T04:28:50.515Z | Checking unicode-width v0.1.14 |
2185 | 2025-01-22T04:28:50.515Z | Checking strsim v0.11.1 |
2186 | 2025-01-22T04:28:50.515Z | Checking managed v0.8.0 |
2187 | 2025-01-22T04:28:50.768Z | Checking clap_lex v0.7.2 |
2188 | 2025-01-22T04:28:50.929Z | Checking smoltcp v0.9.1 |
2189 | 2025-01-22T04:28:50.945Z | Checking console v0.15.8 |
2190 | 2025-01-22T04:28:51.039Z | Checking clap_builder v4.5.21 |
2191 | 2025-01-22T04:28:51.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2192 | 2025-01-22T04:28:51.864Z | Checking flate2 v1.0.35 |
2193 | 2025-01-22T04:28:52.278Z | Checking backtrace v0.3.74 |
2194 | 2025-01-22T04:28:52.444Z | Checking hyper-rustls v0.27.3 |
2195 | 2025-01-22T04:28:52.533Z | Checking signal-hook-mio v0.2.4 |
2196 | 2025-01-22T04:28:52.696Z | Checking cookie_store v0.21.1 |
2197 | 2025-01-22T04:28:52.811Z | Checking hyper-tls v0.6.0 |
2198 | 2025-01-22T04:28:52.880Z | Checking anyhow v1.0.93 |
2199 | 2025-01-22T04:28:52.900Z | Checking elliptic-curve v0.13.8 |
2200 | 2025-01-22T04:28:53.082Z | Checking dropshot v0.12.0 |
2201 | 2025-01-22T04:28:53.102Z | Checking bzip2 v0.4.4 |
2202 | 2025-01-22T04:28:53.197Z | Checking toml_edit v0.19.15 |
2203 | 2025-01-22T04:28:53.248Z | Checking phf v0.11.2 |
2204 | 2025-01-22T04:28:53.403Z | Checking rayon v1.10.0 |
2205 | 2025-01-22T04:28:53.420Z | Checking num-bigint-dig v0.8.4 |
2206 | 2025-01-22T04:28:53.518Z | Checking tokio-tungstenite v0.24.0 |
2207 | 2025-01-22T04:28:53.536Z | Checking postgres-types v0.2.8 |
2208 | 2025-01-22T04:28:53.885Z | Checking hickory-resolver v0.24.2 |
2209 | 2025-01-22T04:28:53.991Z | Checking bstr v1.10.0 |
2210 | 2025-01-22T04:28:54.167Z | Checking regex v1.11.1 |
2211 | 2025-01-22T04:28:54.187Z | Checking ed25519 v2.2.3 |
2212 | 2025-01-22T04:28:54.523Z | Checking tokio-stream v0.1.16 |
2213 | 2025-01-22T04:28:54.791Z | Checking phf_shared v0.10.0 |
2214 | 2025-01-22T04:28:54.928Z | Checking curve25519-dalek v4.1.3 |
2215 | 2025-01-22T04:28:55.073Z | Checking zerocopy v0.6.6 |
2216 | 2025-01-22T04:28:55.362Z | Checking hubpack v0.1.2 |
2217 | 2025-01-22T04:28:55.537Z | Checking portable-atomic v1.9.0 |
2218 | 2025-01-22T04:28:55.561Z | Checking pkcs1 v0.7.5 |
2219 | 2025-01-22T04:28:55.701Z | Checking float-cmp v0.9.0 |
2220 | 2025-01-22T04:28:55.728Z | Checking serde-big-array v0.5.1 |
2221 | 2025-01-22T04:28:55.780Z | Checking rfc6979 v0.4.0 |
2222 | 2025-01-22T04:28:55.904Z | Checking sync_wrapper v1.0.1 |
2223 | 2025-01-22T04:28:55.960Z | Checking unicode-width v0.2.0 |
2224 | 2025-01-22T04:28:55.960Z | Checking difflib v0.4.0 |
2225 | 2025-01-22T04:28:55.995Z | Checking number_prefix v0.4.0 |
2226 | 2025-01-22T04:28:56.057Z | Checking predicates-core v1.0.8 |
2227 | 2025-01-22T04:28:56.204Z | Checking bit-vec v0.6.3 |
2228 | 2025-01-22T04:28:56.248Z | Checking static_assertions v1.1.0 |
2229 | 2025-01-22T04:28:56.319Z | Checking whoami v1.5.2 |
2230 | 2025-01-22T04:28:56.349Z | Checking unicode-segmentation v1.12.0 |
2231 | 2025-01-22T04:28:56.464Z | Checking normalize-line-endings v0.3.0 |
2232 | 2025-01-22T04:28:56.549Z | Checking new_debug_unreachable v1.0.6 |
2233 | 2025-01-22T04:28:56.572Z | Checking precomputed-hash v0.1.1 |
2234 | 2025-01-22T04:28:56.597Z | Checking minimal-lexical v0.2.1 |
2235 | 2025-01-22T04:28:56.630Z | Checking fixedbitset v0.4.2 |
2236 | 2025-01-22T04:28:56.647Z | Checking qorb v0.2.1 |
2237 | 2025-01-22T04:28:56.661Z | Checking tokio-postgres v0.7.12 |
2238 | 2025-01-22T04:28:56.688Z | Checking string_cache v0.8.7 |
2239 | 2025-01-22T04:28:56.782Z | Checking ed25519-dalek v2.1.1 |
2240 | 2025-01-22T04:28:56.894Z | Checking petgraph v0.6.5 |
2241 | 2025-01-22T04:28:56.930Z | Checking indicatif v0.17.9 |
2242 | 2025-01-22T04:28:56.981Z | Checking nom v7.1.3 |
2243 | 2025-01-22T04:28:56.996Z | Checking predicates v3.1.2 |
2244 | 2025-01-22T04:28:57.040Z | Checking similar v2.6.0 |
2245 | 2025-01-22T04:28:57.191Z | Checking bit-set v0.5.3 |
2246 | 2025-01-22T04:28:57.464Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2247 | 2025-01-22T04:28:57.617Z | Checking reqwest v0.12.9 |
2248 | 2025-01-22T04:28:57.695Z | Checking ecdsa v0.16.9 |
2249 | 2025-01-22T04:28:57.859Z | Checking rsa v0.9.6 |
2250 | 2025-01-22T04:28:58.415Z | Checking toml v0.7.8 |
2251 | 2025-01-22T04:28:58.932Z | Checking clap v4.5.21 |
2252 | 2025-01-22T04:28:59.062Z | Checking zip v0.6.6 |
2253 | 2025-01-22T04:28:59.195Z | Checking crossterm v0.28.1 |
2254 | 2025-01-22T04:28:59.298Z | Checking itertools v0.10.5 |
2255 | 2025-01-22T04:28:59.562Z | Checking itertools v0.12.1 |
2256 | 2025-01-22T04:28:59.676Z | Checking fs-err v2.11.0 |
2257 | 2025-01-22T04:28:59.766Z | Checking ahash v0.8.11 |
2258 | 2025-01-22T04:29:00.019Z | Checking x509-cert v0.2.5 |
2259 | 2025-01-22T04:29:00.054Z | Checking semver v1.0.24 |
2260 | 2025-01-22T04:29:00.225Z | Checking hex v0.4.3 |
2261 | 2025-01-22T04:29:00.262Z | Checking lalrpop-util v0.19.12 |
2262 | 2025-01-22T04:29:00.528Z | Checking peg-runtime v0.8.3 |
2263 | 2025-01-22T04:29:00.574Z | Checking sigpipe v0.1.3 |
2264 | 2025-01-22T04:29:02.048Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2265 | 2025-01-22T04:29:02.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.48s |
2266 | 2025-01-22T04:29:02.566Z | |
2267 | 2025-01-22T04:29:02.566Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2268 | 2025-01-22T04:29:03.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2025-01-22T04:29:03.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2025-01-22T04:29:03.248Z | Compiling hashbrown v0.14.5 |
2271 | 2025-01-22T04:29:03.371Z | Checking heck v0.5.0 |
2272 | 2025-01-22T04:29:03.385Z | Compiling unsafe-libyaml v0.2.11 |
2273 | 2025-01-22T04:29:03.400Z | Checking ipnetwork v0.20.0 |
2274 | 2025-01-22T04:29:03.403Z | Compiling ident_case v1.0.1 |
2275 | 2025-01-22T04:29:03.430Z | Checking progenitor-client v0.8.0 |
2276 | 2025-01-22T04:29:03.446Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2277 | 2025-01-22T04:29:03.561Z | Compiling darling_core v0.20.10 |
2278 | 2025-01-22T04:29:03.604Z | Checking newtype-uuid v1.2.1 |
2279 | 2025-01-22T04:29:03.753Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2280 | 2025-01-22T04:29:03.789Z | Compiling proc-macro-crate v1.3.1 |
2281 | 2025-01-22T04:29:03.808Z | Compiling structmeta-derive v0.3.0 |
2282 | 2025-01-22T04:29:03.877Z | Compiling thiserror v2.0.11 |
2283 | 2025-01-22T04:29:04.119Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2284 | 2025-01-22T04:29:04.384Z | Checking regress v0.10.1 |
2285 | 2025-01-22T04:29:04.441Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2286 | 2025-01-22T04:29:04.761Z | Compiling serde_yaml v0.9.34+deprecated |
2287 | 2025-01-22T04:29:04.924Z | Compiling num_enum_derive v0.5.11 |
2288 | 2025-01-22T04:29:05.250Z | Compiling lzma-sys v0.1.20 |
2289 | 2025-01-22T04:29:05.689Z | Compiling foreign-types-macros v0.2.3 |
2290 | 2025-01-22T04:29:06.014Z | Compiling thiserror-impl v2.0.11 |
2291 | 2025-01-22T04:29:06.621Z | Compiling structmeta v0.3.0 |
2292 | 2025-01-22T04:29:06.981Z | Compiling dropshot v0.15.1 |
2293 | 2025-01-22T04:29:07.008Z | Checking foreign-types-shared v0.3.1 |
2294 | 2025-01-22T04:29:07.146Z | Checking arc-swap v1.7.1 |
2295 | 2025-01-22T04:29:07.242Z | Checking num_enum v0.5.11 |
2296 | 2025-01-22T04:29:07.353Z | Checking foreign-types v0.5.0 |
2297 | 2025-01-22T04:29:07.421Z | Compiling parse-display-derive v0.10.0 |
2298 | 2025-01-22T04:29:07.520Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2299 | 2025-01-22T04:29:07.564Z | Checking slog-scope v4.4.0 |
2300 | 2025-01-22T04:29:07.775Z | Compiling proc-macro-error v1.0.4 |
2301 | 2025-01-22T04:29:08.059Z | Checking typify-impl v0.2.0 |
2302 | 2025-01-22T04:29:08.594Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2303 | 2025-01-22T04:29:08.627Z | Checking tungstenite v0.21.0 |
2304 | 2025-01-22T04:29:08.714Z | Compiling heck v0.3.3 |
2305 | 2025-01-22T04:29:09.055Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2306 | 2025-01-22T04:29:09.497Z | Compiling dropshot_endpoint v0.15.1 |
2307 | 2025-01-22T04:29:09.518Z | Checking cstr-argument v0.1.2 |
2308 | 2025-01-22T04:29:09.587Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2309 | 2025-01-22T04:29:09.698Z | Checking instant v0.1.13 |
2310 | 2025-01-22T04:29:09.839Z | Checking fastrand v2.1.1 |
2311 | 2025-01-22T04:29:09.906Z | Checking pretty-hex v0.2.1 |
2312 | 2025-01-22T04:29:10.044Z | Compiling darling_macro v0.20.10 |
2313 | 2025-01-22T04:29:10.100Z | Checking base64 v0.21.7 |
2314 | 2025-01-22T04:29:10.170Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2315 | 2025-01-22T04:29:10.341Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2316 | 2025-01-22T04:29:10.563Z | Checking tempfile v3.13.0 |
2317 | 2025-01-22T04:29:10.627Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2318 | 2025-01-22T04:29:10.656Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2319 | 2025-01-22T04:29:10.731Z | Checking backoff v0.4.0 |
2320 | 2025-01-22T04:29:10.814Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2321 | 2025-01-22T04:29:10.903Z | Checking tokio-tungstenite v0.21.0 |
2322 | 2025-01-22T04:29:10.939Z | Checking strum v0.26.3 |
2323 | 2025-01-22T04:29:11.004Z | Compiling darling v0.20.10 |
2324 | 2025-01-22T04:29:11.029Z | Compiling zone_cfg_derive v0.1.2 |
2325 | 2025-01-22T04:29:11.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2326 | 2025-01-22T04:29:11.132Z | Compiling serde_with_macros v3.11.0 |
2327 | 2025-01-22T04:29:11.150Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2328 | 2025-01-22T04:29:11.434Z | Checking slog-stdlog v4.1.1 |
2329 | 2025-01-22T04:29:11.609Z | Checking parse-display v0.10.0 |
2330 | 2025-01-22T04:29:11.627Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2331 | 2025-01-22T04:29:11.654Z | Checking regress v0.9.1 |
2332 | 2025-01-22T04:29:11.798Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2333 | 2025-01-22T04:29:11.816Z | Checking progenitor-client v0.9.1 |
2334 | 2025-01-22T04:29:11.863Z | Checking colored v2.1.0 |
2335 | 2025-01-22T04:29:12.085Z | Checking macaddr v1.0.1 |
2336 | 2025-01-22T04:29:12.172Z | Checking base64 v0.13.1 |
2337 | 2025-01-22T04:29:12.413Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2338 | 2025-01-22T04:29:12.502Z | Checking zone v0.1.8 |
2339 | 2025-01-22T04:29:12.613Z | Checking ron v0.7.1 |
2340 | 2025-01-22T04:29:12.902Z | Checking xz2 v0.1.7 |
2341 | 2025-01-22T04:29:13.193Z | Checking slog-envlogger v2.2.0 |
2342 | 2025-01-22T04:29:13.223Z | Checking tabwriter v1.4.0 |
2343 | 2025-01-22T04:29:13.416Z | Checking xattr v1.3.1 |
2344 | 2025-01-22T04:29:13.482Z | Checking pem v3.0.4 |
2345 | 2025-01-22T04:29:13.642Z | Checking yasna v0.5.2 |
2346 | 2025-01-22T04:29:13.768Z | Checking headers-core v0.3.0 |
2347 | 2025-01-22T04:29:13.771Z | Checking smf v0.2.3 |
2348 | 2025-01-22T04:29:13.801Z | Checking serde_with v3.11.0 |
2349 | 2025-01-22T04:29:13.919Z | Checking filetime v0.2.25 |
2350 | 2025-01-22T04:29:14.121Z | Checking same-file v1.0.6 |
2351 | 2025-01-22T04:29:14.176Z | Checking tar v0.4.42 |
2352 | 2025-01-22T04:29:14.228Z | Checking headers v0.4.0 |
2353 | 2025-01-22T04:29:14.298Z | Checking walkdir v2.5.0 |
2354 | 2025-01-22T04:29:14.494Z | Checking rcgen v0.12.1 |
2355 | 2025-01-22T04:29:14.594Z | Checking atomicwrites v0.4.4 |
2356 | 2025-01-22T04:29:14.800Z | Checking camino-tempfile v1.1.1 |
2357 | 2025-01-22T04:29:15.039Z | Checking subprocess v0.2.9 |
2358 | 2025-01-22T04:29:17.981Z | Compiling typify-macro v0.2.0 |
2359 | 2025-01-22T04:29:19.594Z | Compiling typify v0.2.0 |
2360 | 2025-01-22T04:29:19.668Z | Compiling progenitor-impl v0.8.0 |
2361 | 2025-01-22T04:29:22.346Z | Compiling progenitor-macro v0.8.0 |
2362 | 2025-01-22T04:29:26.227Z | Checking progenitor v0.8.0 |
2363 | 2025-01-22T04:29:26.363Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2364 | 2025-01-22T04:29:26.366Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2365 | 2025-01-22T04:29:29.029Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2366 | 2025-01-22T04:29:29.432Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2367 | 2025-01-22T04:29:35.755Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2368 | 2025-01-22T04:29:37.302Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2369 | 2025-01-22T04:29:38.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.05s |
2370 | 2025-01-22T04:29:38.805Z | |
2371 | 2025-01-22T04:29:38.805Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2372 | 2025-01-22T04:29:39.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2025-01-22T04:29:39.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2025-01-22T04:29:39.501Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2375 | 2025-01-22T04:29:40.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
2376 | 2025-01-22T04:29:41.117Z | |
2377 | 2025-01-22T04:29:41.117Z | info: running `cargo check --bins` on nexus-config (51/197) |
2378 | 2025-01-22T04:29:41.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2025-01-22T04:29:41.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2025-01-22T04:29:41.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2025-01-22T04:29:41.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2382 | 2025-01-22T04:29:41.791Z | |
2383 | 2025-01-22T04:29:41.791Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2384 | 2025-01-22T04:29:42.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2025-01-22T04:29:42.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2025-01-22T04:29:42.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2025-01-22T04:29:42.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2388 | 2025-01-22T04:29:42.434Z | |
2389 | 2025-01-22T04:29:42.434Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2390 | 2025-01-22T04:29:42.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-01-22T04:29:42.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-01-22T04:29:42.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2025-01-22T04:29:43.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2394 | 2025-01-22T04:29:43.085Z | |
2395 | 2025-01-22T04:29:43.085Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2396 | 2025-01-22T04:29:43.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-01-22T04:29:43.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-01-22T04:29:43.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2399 | 2025-01-22T04:29:43.933Z | Compiling ipnetwork v0.20.0 |
2400 | 2025-01-22T04:29:43.933Z | Compiling zerocopy v0.8.10 |
2401 | 2025-01-22T04:29:43.936Z | Compiling progenitor-client v0.8.0 |
2402 | 2025-01-22T04:29:43.936Z | Compiling itertools v0.13.0 |
2403 | 2025-01-22T04:29:43.936Z | Compiling zerocopy-derive v0.8.10 |
2404 | 2025-01-22T04:29:43.936Z | Compiling heapless v0.8.0 |
2405 | 2025-01-22T04:29:43.936Z | Compiling thiserror v2.0.11 |
2406 | 2025-01-22T04:29:44.128Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2407 | 2025-01-22T04:29:44.251Z | Checking hash32 v0.3.1 |
2408 | 2025-01-22T04:29:44.425Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2409 | 2025-01-22T04:29:44.445Z | Compiling progenitor v0.8.0 |
2410 | 2025-01-22T04:29:44.676Z | Compiling instant v0.1.13 |
2411 | 2025-01-22T04:29:44.724Z | Compiling smoltcp v0.11.0 |
2412 | 2025-01-22T04:29:44.833Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2413 | 2025-01-22T04:29:44.870Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2025-01-22T04:29:44.888Z | Compiling backoff v0.4.0 |
2415 | 2025-01-22T04:29:45.151Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2416 | 2025-01-22T04:29:45.250Z | Compiling dropshot v0.15.1 |
2417 | 2025-01-22T04:29:45.438Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2418 | 2025-01-22T04:29:45.701Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2419 | 2025-01-22T04:29:45.765Z | Compiling serde_with v3.11.0 |
2420 | 2025-01-22T04:29:45.907Z | Compiling parse-display v0.10.0 |
2421 | 2025-01-22T04:29:45.927Z | Checking num-rational v0.4.2 |
2422 | 2025-01-22T04:29:46.559Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2423 | 2025-01-22T04:29:46.586Z | Compiling progenitor-client v0.9.1 |
2424 | 2025-01-22T04:29:46.975Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2425 | 2025-01-22T04:29:47.134Z | Compiling regress v0.9.1 |
2426 | 2025-01-22T04:29:48.294Z | Compiling phf_generator v0.11.2 |
2427 | 2025-01-22T04:29:48.500Z | Checking num-complex v0.4.6 |
2428 | 2025-01-22T04:29:49.419Z | Compiling macaddr v1.0.1 |
2429 | 2025-01-22T04:29:49.575Z | Checking cobs v0.2.3 |
2430 | 2025-01-22T04:29:49.776Z | Checking postcard v1.0.10 |
2431 | 2025-01-22T04:29:49.891Z | Checking num v0.4.3 |
2432 | 2025-01-22T04:29:50.008Z | Compiling phf_codegen v0.11.2 |
2433 | 2025-01-22T04:29:50.309Z | Compiling parse-zoneinfo v0.3.1 |
2434 | 2025-01-22T04:29:50.347Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2435 | 2025-01-22T04:29:50.699Z | Checking float-ord v0.3.2 |
2436 | 2025-01-22T04:29:50.880Z | Compiling convert_case v0.4.0 |
2437 | 2025-01-22T04:29:52.343Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2438 | 2025-01-22T04:29:52.370Z | Compiling derive_more v0.99.18 |
2439 | 2025-01-22T04:29:52.520Z | Compiling chrono-tz-build v0.4.0 |
2440 | 2025-01-22T04:29:53.008Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2441 | 2025-01-22T04:29:53.367Z | Compiling crucible-workspace-hack v0.1.0 |
2442 | 2025-01-22T04:29:53.667Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2443 | 2025-01-22T04:29:53.738Z | Compiling chrono-tz v0.10.0 |
2444 | 2025-01-22T04:29:53.892Z | Checking newline-converter v0.3.0 |
2445 | 2025-01-22T04:29:54.020Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2446 | 2025-01-22T04:29:54.070Z | Checking prettyplease v0.2.25 |
2447 | 2025-01-22T04:29:54.413Z | Compiling slog-dtrace v0.3.0 |
2448 | 2025-01-22T04:29:54.711Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2449 | 2025-01-22T04:29:54.730Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2450 | 2025-01-22T04:29:55.216Z | Checking expectorate v1.1.0 |
2451 | 2025-01-22T04:29:55.322Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2452 | 2025-01-22T04:29:55.400Z | Compiling zone_cfg_derive v0.3.0 |
2453 | 2025-01-22T04:29:56.085Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2454 | 2025-01-22T04:29:56.616Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2455 | 2025-01-22T04:29:56.903Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2456 | 2025-01-22T04:29:56.933Z | Compiling const_format_proc_macros v0.2.33 |
2457 | 2025-01-22T04:29:56.950Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2458 | 2025-01-22T04:29:56.988Z | Compiling num-derive v0.4.2 |
2459 | 2025-01-22T04:29:57.190Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2460 | 2025-01-22T04:29:57.500Z | Checking highway v1.2.0 |
2461 | 2025-01-22T04:29:57.979Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2462 | 2025-01-22T04:29:58.134Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2463 | 2025-01-22T04:29:58.258Z | Checking zone v0.3.0 |
2464 | 2025-01-22T04:29:58.276Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2465 | 2025-01-22T04:29:58.754Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2466 | 2025-01-22T04:29:58.909Z | Checking const_format v0.2.33 |
2467 | 2025-01-22T04:29:59.046Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2468 | 2025-01-22T04:29:59.410Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2469 | 2025-01-22T04:29:59.498Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2470 | 2025-01-22T04:29:59.813Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2471 | 2025-01-22T04:29:59.840Z | Checking gethostname v0.5.0 |
2472 | 2025-01-22T04:29:59.859Z | Checking bcs v0.1.6 |
2473 | 2025-01-22T04:29:59.953Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2474 | 2025-01-22T04:29:59.977Z | Compiling async-recursion v1.1.1 |
2475 | 2025-01-22T04:30:00.300Z | Checking termtree v0.5.1 |
2476 | 2025-01-22T04:30:01.739Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2477 | 2025-01-22T04:30:07.247Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2478 | 2025-01-22T04:30:10.676Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2479 | 2025-01-22T04:30:13.397Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2480 | 2025-01-22T04:30:14.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.53s |
2481 | 2025-01-22T04:30:14.811Z | |
2482 | 2025-01-22T04:30:14.811Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2483 | 2025-01-22T04:30:15.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2025-01-22T04:30:15.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2025-01-22T04:30:15.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2025-01-22T04:30:15.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2487 | 2025-01-22T04:30:15.457Z | |
2488 | 2025-01-22T04:30:15.457Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2489 | 2025-01-22T04:30:16.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2025-01-22T04:30:16.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2025-01-22T04:30:16.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2025-01-22T04:30:16.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2493 | 2025-01-22T04:30:16.104Z | |
2494 | 2025-01-22T04:30:16.105Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2495 | 2025-01-22T04:30:16.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2025-01-22T04:30:16.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2025-01-22T04:30:16.797Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2498 | 2025-01-22T04:30:17.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2499 | 2025-01-22T04:30:17.637Z | |
2500 | 2025-01-22T04:30:17.637Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2501 | 2025-01-22T04:30:18.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2025-01-22T04:30:18.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2025-01-22T04:30:18.352Z | Compiling cfg_aliases v0.1.1 |
2504 | 2025-01-22T04:30:18.355Z | Compiling vte_generate_state_changes v0.1.2 |
2505 | 2025-01-22T04:30:18.355Z | Checking fd-lock v4.0.2 |
2506 | 2025-01-22T04:30:18.355Z | Checking nibble_vec v0.1.0 |
2507 | 2025-01-22T04:30:18.459Z | Checking bytecount v0.6.8 |
2508 | 2025-01-22T04:30:18.471Z | Checking endian-type v0.1.2 |
2509 | 2025-01-22T04:30:18.497Z | Compiling tabled_derive v0.7.0 |
2510 | 2025-01-22T04:30:18.540Z | Compiling peg-macros v0.8.4 |
2511 | 2025-01-22T04:30:18.555Z | Compiling nix v0.28.0 |
2512 | 2025-01-22T04:30:18.623Z | Checking papergrid v0.11.0 |
2513 | 2025-01-22T04:30:18.653Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2514 | 2025-01-22T04:30:18.682Z | Compiling sqlparser_derive v0.2.2 |
2515 | 2025-01-22T04:30:18.714Z | Checking radix_trie v0.2.1 |
2516 | 2025-01-22T04:30:19.058Z | Checking vte v0.11.1 |
2517 | 2025-01-22T04:30:19.084Z | Checking home v0.5.9 |
2518 | 2025-01-22T04:30:19.247Z | Checking nu-ansi-term v0.50.1 |
2519 | 2025-01-22T04:30:19.668Z | Checking unicode_categories v0.1.1 |
2520 | 2025-01-22T04:30:19.753Z | Checking display-error-chain v0.2.2 |
2521 | 2025-01-22T04:30:19.792Z | Checking sqlparser v0.45.0 |
2522 | 2025-01-22T04:30:19.961Z | Checking sqlformat v0.2.6 |
2523 | 2025-01-22T04:30:20.450Z | Checking strip-ansi-escapes v0.2.0 |
2524 | 2025-01-22T04:30:20.622Z | Checking reedline v0.35.0 |
2525 | 2025-01-22T04:30:20.641Z | Checking tabled v0.15.0 |
2526 | 2025-01-22T04:30:21.184Z | Checking peg v0.8.4 |
2527 | 2025-01-22T04:30:21.708Z | Checking rustyline v14.0.0 |
2528 | 2025-01-22T04:30:31.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s |
2529 | 2025-01-22T04:30:31.320Z | |
2530 | 2025-01-22T04:30:31.320Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2531 | 2025-01-22T04:30:31.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2025-01-22T04:30:31.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2025-01-22T04:30:32.013Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2534 | 2025-01-22T04:30:37.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s |
2535 | 2025-01-22T04:30:37.808Z | |
2536 | 2025-01-22T04:30:37.808Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2537 | 2025-01-22T04:30:38.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2025-01-22T04:30:38.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2025-01-22T04:30:38.519Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2540 | 2025-01-22T04:30:42.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2541 | 2025-01-22T04:30:42.659Z | |
2542 | 2025-01-22T04:30:42.659Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2543 | 2025-01-22T04:30:43.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2025-01-22T04:30:43.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2025-01-22T04:30:43.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2546 | 2025-01-22T04:30:48.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
2547 | 2025-01-22T04:30:48.910Z | |
2548 | 2025-01-22T04:30:48.910Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2549 | 2025-01-22T04:30:49.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-01-22T04:30:49.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-01-22T04:30:49.627Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-01-22T04:30:54.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
2553 | 2025-01-22T04:30:55.091Z | |
2554 | 2025-01-22T04:30:55.091Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2555 | 2025-01-22T04:30:55.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-01-22T04:30:55.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-01-22T04:30:55.792Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-01-22T04:30:59.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2559 | 2025-01-22T04:30:59.922Z | |
2560 | 2025-01-22T04:30:59.922Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2561 | 2025-01-22T04:31:00.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-01-22T04:31:00.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-01-22T04:31:00.617Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2564 | 2025-01-22T04:31:04.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2565 | 2025-01-22T04:31:04.861Z | |
2566 | 2025-01-22T04:31:04.861Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2567 | 2025-01-22T04:31:05.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-01-22T04:31:05.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-01-22T04:31:05.593Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2570 | 2025-01-22T04:31:11.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
2571 | 2025-01-22T04:31:11.215Z | |
2572 | 2025-01-22T04:31:11.215Z | info: running `cargo check --bins` on oximeter (66/197) |
2573 | 2025-01-22T04:31:11.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-01-22T04:31:11.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-01-22T04:31:11.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2025-01-22T04:31:11.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2577 | 2025-01-22T04:31:11.859Z | |
2578 | 2025-01-22T04:31:11.859Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2579 | 2025-01-22T04:31:12.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-01-22T04:31:12.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-01-22T04:31:12.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2025-01-22T04:31:12.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2583 | 2025-01-22T04:31:12.486Z | |
2584 | 2025-01-22T04:31:12.487Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2585 | 2025-01-22T04:31:13.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-01-22T04:31:13.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-01-22T04:31:13.128Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2588 | 2025-01-22T04:31:15.337Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2589 | 2025-01-22T04:31:16.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
2590 | 2025-01-22T04:31:16.517Z | |
2591 | 2025-01-22T04:31:16.517Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2592 | 2025-01-22T04:31:17.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-22T04:31:17.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-22T04:31:17.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-22T04:31:17.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2596 | 2025-01-22T04:31:17.160Z | |
2597 | 2025-01-22T04:31:17.160Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2598 | 2025-01-22T04:31:17.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-22T04:31:17.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-22T04:31:17.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-22T04:31:17.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2602 | 2025-01-22T04:31:17.839Z | |
2603 | 2025-01-22T04:31:17.839Z | info: running `cargo check --bins` on oxql-types (71/197) |
2604 | 2025-01-22T04:31:18.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-22T04:31:18.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-22T04:31:18.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-22T04:31:18.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2608 | 2025-01-22T04:31:18.527Z | |
2609 | 2025-01-22T04:31:18.527Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2610 | 2025-01-22T04:31:19.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-22T04:31:19.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-22T04:31:19.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-22T04:31:19.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2614 | 2025-01-22T04:31:19.239Z | |
2615 | 2025-01-22T04:31:19.239Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2616 | 2025-01-22T04:31:19.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-22T04:31:19.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-22T04:31:19.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-22T04:31:19.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2620 | 2025-01-22T04:31:19.929Z | |
2621 | 2025-01-22T04:31:19.929Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2622 | 2025-01-22T04:31:20.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-22T04:31:20.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-22T04:31:20.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-22T04:31:20.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2626 | 2025-01-22T04:31:20.626Z | |
2627 | 2025-01-22T04:31:20.626Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2628 | 2025-01-22T04:31:21.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-22T04:31:21.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-22T04:31:21.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-22T04:31:21.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2632 | 2025-01-22T04:31:21.306Z | |
2633 | 2025-01-22T04:31:21.306Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2634 | 2025-01-22T04:31:21.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-22T04:31:21.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-22T04:31:21.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-01-22T04:31:21.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2638 | 2025-01-22T04:31:21.977Z | |
2639 | 2025-01-22T04:31:21.977Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2640 | 2025-01-22T04:31:22.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-22T04:31:22.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-22T04:31:22.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-22T04:31:22.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2644 | 2025-01-22T04:31:22.643Z | |
2645 | 2025-01-22T04:31:22.643Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2646 | 2025-01-22T04:31:23.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-22T04:31:23.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-22T04:31:23.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-22T04:31:23.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2650 | 2025-01-22T04:31:23.298Z | |
2651 | 2025-01-22T04:31:23.298Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2652 | 2025-01-22T04:31:23.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-22T04:31:23.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-22T04:31:23.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-22T04:31:23.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2656 | 2025-01-22T04:31:23.974Z | |
2657 | 2025-01-22T04:31:23.974Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2658 | 2025-01-22T04:31:24.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-22T04:31:24.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-22T04:31:24.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-22T04:31:24.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2662 | 2025-01-22T04:31:24.635Z | |
2663 | 2025-01-22T04:31:24.635Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2664 | 2025-01-22T04:31:25.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-22T04:31:25.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-22T04:31:25.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-22T04:31:25.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2668 | 2025-01-22T04:31:25.301Z | |
2669 | 2025-01-22T04:31:25.301Z | info: running `cargo check --bins` on dpd-client (82/197) |
2670 | 2025-01-22T04:31:25.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-22T04:31:25.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-22T04:31:25.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-01-22T04:31:25.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2674 | 2025-01-22T04:31:25.959Z | |
2675 | 2025-01-22T04:31:25.959Z | info: running `cargo check --bins` on gateway-client (83/197) |
2676 | 2025-01-22T04:31:26.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-01-22T04:31:26.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-01-22T04:31:26.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-01-22T04:31:26.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2680 | 2025-01-22T04:31:26.599Z | |
2681 | 2025-01-22T04:31:26.599Z | info: running `cargo check --bins` on installinator-client (84/197) |
2682 | 2025-01-22T04:31:27.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-01-22T04:31:27.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-01-22T04:31:27.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-01-22T04:31:27.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2686 | 2025-01-22T04:31:27.282Z | |
2687 | 2025-01-22T04:31:27.282Z | info: running `cargo check --bins` on installinator-common (85/197) |
2688 | 2025-01-22T04:31:27.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-01-22T04:31:27.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-01-22T04:31:27.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-01-22T04:31:27.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2692 | 2025-01-22T04:31:27.951Z | |
2693 | 2025-01-22T04:31:27.951Z | info: running `cargo check --bins` on update-engine (86/197) |
2694 | 2025-01-22T04:31:28.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-01-22T04:31:28.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-01-22T04:31:28.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-01-22T04:31:28.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2698 | 2025-01-22T04:31:28.620Z | |
2699 | 2025-01-22T04:31:28.620Z | info: running `cargo check --bins` on nexus-client (87/197) |
2700 | 2025-01-22T04:31:29.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-01-22T04:31:29.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-01-22T04:31:29.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-01-22T04:31:29.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2704 | 2025-01-22T04:31:29.289Z | |
2705 | 2025-01-22T04:31:29.289Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2706 | 2025-01-22T04:31:29.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-01-22T04:31:29.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-01-22T04:31:29.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-01-22T04:31:29.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2710 | 2025-01-22T04:31:29.976Z | |
2711 | 2025-01-22T04:31:29.976Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2712 | 2025-01-22T04:31:30.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-01-22T04:31:30.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-01-22T04:31:30.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-01-22T04:31:30.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2716 | 2025-01-22T04:31:30.622Z | |
2717 | 2025-01-22T04:31:30.622Z | info: running `cargo check --bins` on nexus-types (90/197) |
2718 | 2025-01-22T04:31:31.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-01-22T04:31:31.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-01-22T04:31:31.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-01-22T04:31:31.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2722 | 2025-01-22T04:31:31.291Z | |
2723 | 2025-01-22T04:31:31.291Z | info: running `cargo check --bins` on oxide-client (91/197) |
2724 | 2025-01-22T04:31:31.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-01-22T04:31:31.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-01-22T04:31:31.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-01-22T04:31:31.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2728 | 2025-01-22T04:31:31.935Z | |
2729 | 2025-01-22T04:31:31.935Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2730 | 2025-01-22T04:31:32.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-01-22T04:31:32.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-01-22T04:31:32.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-01-22T04:31:32.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2734 | 2025-01-22T04:31:32.611Z | |
2735 | 2025-01-22T04:31:32.611Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2736 | 2025-01-22T04:31:33.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-01-22T04:31:33.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-01-22T04:31:33.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-01-22T04:31:33.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2740 | 2025-01-22T04:31:33.259Z | |
2741 | 2025-01-22T04:31:33.259Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2742 | 2025-01-22T04:31:33.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-01-22T04:31:33.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-01-22T04:31:33.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-01-22T04:31:33.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2746 | 2025-01-22T04:31:33.938Z | |
2747 | 2025-01-22T04:31:33.938Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2748 | 2025-01-22T04:31:34.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-01-22T04:31:34.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-01-22T04:31:34.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-01-22T04:31:34.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2752 | 2025-01-22T04:31:34.629Z | |
2753 | 2025-01-22T04:31:34.629Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2754 | 2025-01-22T04:31:35.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-01-22T04:31:35.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-01-22T04:31:35.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-01-22T04:31:35.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2758 | 2025-01-22T04:31:35.342Z | |
2759 | 2025-01-22T04:31:35.342Z | info: running `cargo check --bins` on wicket-common (97/197) |
2760 | 2025-01-22T04:31:35.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-01-22T04:31:35.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-01-22T04:31:35.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-01-22T04:31:35.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2764 | 2025-01-22T04:31:36.024Z | |
2765 | 2025-01-22T04:31:36.024Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2766 | 2025-01-22T04:31:36.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-01-22T04:31:36.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-01-22T04:31:36.727Z | Checking csv-core v0.1.11 |
2769 | 2025-01-22T04:31:36.730Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2770 | 2025-01-22T04:31:36.730Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2771 | 2025-01-22T04:31:36.730Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2772 | 2025-01-22T04:31:37.056Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2773 | 2025-01-22T04:31:37.076Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2774 | 2025-01-22T04:31:37.081Z | Checking csv v1.3.0 |
2775 | 2025-01-22T04:31:37.685Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2776 | 2025-01-22T04:31:38.078Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2777 | 2025-01-22T04:31:39.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
2778 | 2025-01-22T04:31:40.003Z | |
2779 | 2025-01-22T04:31:40.003Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2780 | 2025-01-22T04:31:40.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-01-22T04:31:40.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-01-22T04:31:40.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-01-22T04:31:40.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2784 | 2025-01-22T04:31:40.676Z | |
2785 | 2025-01-22T04:31:40.676Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2786 | 2025-01-22T04:31:41.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-01-22T04:31:41.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-01-22T04:31:41.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-01-22T04:31:41.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2790 | 2025-01-22T04:31:41.339Z | |
2791 | 2025-01-22T04:31:41.339Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2792 | 2025-01-22T04:31:42.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-01-22T04:31:42.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-01-22T04:31:42.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-01-22T04:31:42.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2796 | 2025-01-22T04:31:42.116Z | |
2797 | 2025-01-22T04:31:42.116Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2798 | 2025-01-22T04:31:42.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-01-22T04:31:42.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-01-22T04:31:42.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-01-22T04:31:42.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2802 | 2025-01-22T04:31:42.885Z | |
2803 | 2025-01-22T04:31:42.885Z | info: running `cargo check --bins` on dns-server (103/197) |
2804 | 2025-01-22T04:31:43.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-01-22T04:31:43.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-01-22T04:31:43.585Z | Compiling typify-impl v0.3.0 |
2807 | 2025-01-22T04:31:43.693Z | Compiling parking_lot_core v0.8.6 |
2808 | 2025-01-22T04:31:43.695Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2809 | 2025-01-22T04:31:43.707Z | Checking fxhash v0.2.1 |
2810 | 2025-01-22T04:31:43.731Z | Checking hickory-client v0.24.2 |
2811 | 2025-01-22T04:31:43.747Z | Checking hickory-server v0.24.2 |
2812 | 2025-01-22T04:31:44.461Z | Checking parking_lot v0.11.2 |
2813 | 2025-01-22T04:31:44.485Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2814 | 2025-01-22T04:31:44.754Z | Checking sled v0.34.7 |
2815 | 2025-01-22T04:31:49.423Z | Compiling typify-macro v0.3.0 |
2816 | 2025-01-22T04:31:51.077Z | Compiling typify v0.3.0 |
2817 | 2025-01-22T04:31:51.149Z | Compiling progenitor-impl v0.9.1 |
2818 | 2025-01-22T04:31:53.731Z | Compiling progenitor-macro v0.9.1 |
2819 | 2025-01-22T04:31:57.614Z | Checking progenitor v0.9.1 |
2820 | 2025-01-22T04:31:57.754Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2821 | 2025-01-22T04:31:58.236Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2822 | 2025-01-22T04:31:59.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s |
2823 | 2025-01-22T04:31:59.876Z | |
2824 | 2025-01-22T04:31:59.876Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2825 | 2025-01-22T04:32:00.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-01-22T04:32:00.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-01-22T04:32:00.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-01-22T04:32:00.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2829 | 2025-01-22T04:32:00.547Z | |
2830 | 2025-01-22T04:32:00.547Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2831 | 2025-01-22T04:32:01.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-01-22T04:32:01.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-01-22T04:32:01.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-01-22T04:32:01.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2835 | 2025-01-22T04:32:01.275Z | |
2836 | 2025-01-22T04:32:01.275Z | info: running `cargo check --bins` on gateway-types (106/197) |
2837 | 2025-01-22T04:32:01.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-01-22T04:32:01.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-01-22T04:32:01.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-01-22T04:32:01.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2841 | 2025-01-22T04:32:01.929Z | |
2842 | 2025-01-22T04:32:01.929Z | info: running `cargo check --bins` on ipcc (107/197) |
2843 | 2025-01-22T04:32:02.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-01-22T04:32:02.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-01-22T04:32:02.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-01-22T04:32:02.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2847 | 2025-01-22T04:32:02.581Z | |
2848 | 2025-01-22T04:32:02.581Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2849 | 2025-01-22T04:32:03.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-01-22T04:32:03.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-01-22T04:32:03.322Z | Compiling radium v0.7.0 |
2852 | 2025-01-22T04:32:03.322Z | Compiling semver v0.1.20 |
2853 | 2025-01-22T04:32:03.444Z | Compiling maybe-uninit v2.0.0 |
2854 | 2025-01-22T04:32:03.444Z | Checking tap v1.0.1 |
2855 | 2025-01-22T04:32:03.457Z | Checking password-hash v0.5.0 |
2856 | 2025-01-22T04:32:03.472Z | Checking blake2 v0.10.6 |
2857 | 2025-01-22T04:32:03.475Z | Compiling owo-colors v4.1.0 |
2858 | 2025-01-22T04:32:03.475Z | Checking funty v2.0.0 |
2859 | 2025-01-22T04:32:03.596Z | Checking wyz v0.5.1 |
2860 | 2025-01-22T04:32:03.824Z | Compiling rustc_version v0.1.7 |
2861 | 2025-01-22T04:32:03.904Z | Compiling packed_struct v0.10.1 |
2862 | 2025-01-22T04:32:03.930Z | Checking crc-catalog v2.4.0 |
2863 | 2025-01-22T04:32:03.986Z | Compiling cancel-safe-futures v0.1.5 |
2864 | 2025-01-22T04:32:04.024Z | Checking argon2 v0.5.3 |
2865 | 2025-01-22T04:32:04.109Z | Checking crc v3.2.1 |
2866 | 2025-01-22T04:32:04.200Z | Compiling packed_struct_codegen v0.10.1 |
2867 | 2025-01-22T04:32:04.252Z | Compiling indexmap v1.9.3 |
2868 | 2025-01-22T04:32:04.255Z | Compiling newtype_derive v0.1.6 |
2869 | 2025-01-22T04:32:04.328Z | Checking bitvec v1.0.1 |
2870 | 2025-01-22T04:32:04.384Z | Checking half v2.4.1 |
2871 | 2025-01-22T04:32:04.401Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2872 | 2025-01-22T04:32:04.558Z | Checking nodrop v0.1.14 |
2873 | 2025-01-22T04:32:04.561Z | Checking ciborium-io v0.2.2 |
2874 | 2025-01-22T04:32:04.688Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2875 | 2025-01-22T04:32:04.722Z | Checking array-init v0.0.4 |
2876 | 2025-01-22T04:32:04.769Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2877 | 2025-01-22T04:32:04.816Z | Checking ciborium-ll v0.2.2 |
2878 | 2025-01-22T04:32:04.979Z | Checking smallvec v0.6.14 |
2879 | 2025-01-22T04:32:05.113Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2880 | 2025-01-22T04:32:05.179Z | Checking libsw v3.3.1 |
2881 | 2025-01-22T04:32:05.367Z | Compiling memoffset v0.9.1 |
2882 | 2025-01-22T04:32:05.459Z | Checking bitfield v0.14.0 |
2883 | 2025-01-22T04:32:05.481Z | Checking hashbrown v0.12.3 |
2884 | 2025-01-22T04:32:05.596Z | Checking indent_write v2.2.0 |
2885 | 2025-01-22T04:32:05.717Z | Checking linear-map v1.2.0 |
2886 | 2025-01-22T04:32:05.771Z | Checking swrite v0.1.0 |
2887 | 2025-01-22T04:32:05.825Z | Checking termcolor v1.4.1 |
2888 | 2025-01-22T04:32:05.914Z | Checking ron v0.8.1 |
2889 | 2025-01-22T04:32:06.136Z | Checking serde-hex v0.1.0 |
2890 | 2025-01-22T04:32:06.200Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2891 | 2025-01-22T04:32:06.236Z | Checking env_logger v0.10.2 |
2892 | 2025-01-22T04:32:06.392Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2893 | 2025-01-22T04:32:06.656Z | Checking ciborium v0.2.2 |
2894 | 2025-01-22T04:32:07.119Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2895 | 2025-01-22T04:32:07.119Z | Checking steno v0.4.1 |
2896 | 2025-01-22T04:32:07.187Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2897 | 2025-01-22T04:32:07.467Z | Checking hashbrown v0.13.2 |
2898 | 2025-01-22T04:32:07.619Z | Checking humantime v2.1.0 |
2899 | 2025-01-22T04:32:07.698Z | Checking crc-any v2.5.0 |
2900 | 2025-01-22T04:32:07.918Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2901 | 2025-01-22T04:32:08.072Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2902 | 2025-01-22T04:32:08.447Z | Checking object v0.30.4 |
2903 | 2025-01-22T04:32:08.482Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2904 | 2025-01-22T04:32:08.526Z | Checking path-slash v0.1.5 |
2905 | 2025-01-22T04:32:08.687Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2906 | 2025-01-22T04:32:08.877Z | Checking nix v0.27.1 |
2907 | 2025-01-22T04:32:09.361Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2908 | 2025-01-22T04:32:09.380Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2909 | 2025-01-22T04:32:09.670Z | Checking tungstenite v0.23.0 |
2910 | 2025-01-22T04:32:10.024Z | Checking kstat-rs v0.2.4 |
2911 | 2025-01-22T04:32:10.115Z | Checking signal-hook-tokio v0.3.1 |
2912 | 2025-01-22T04:32:10.388Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2913 | 2025-01-22T04:32:10.549Z | Checking tokio-tungstenite v0.23.1 |
2914 | 2025-01-22T04:32:10.570Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2915 | 2025-01-22T04:32:11.349Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2916 | 2025-01-22T04:32:11.512Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2917 | 2025-01-22T04:32:17.941Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2918 | 2025-01-22T04:32:19.361Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2919 | 2025-01-22T04:32:22.167Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2920 | 2025-01-22T04:32:27.960Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2921 | 2025-01-22T04:32:28.686Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2922 | 2025-01-22T04:32:31.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s |
2923 | 2025-01-22T04:32:31.835Z | |
2924 | 2025-01-22T04:32:31.835Z | info: running `cargo check --bins` on gateway-api (109/197) |
2925 | 2025-01-22T04:32:32.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-01-22T04:32:32.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-01-22T04:32:32.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-01-22T04:32:32.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2929 | 2025-01-22T04:32:32.483Z | |
2930 | 2025-01-22T04:32:32.483Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2931 | 2025-01-22T04:32:33.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-01-22T04:32:33.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-01-22T04:32:33.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2025-01-22T04:32:33.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2935 | 2025-01-22T04:32:33.132Z | |
2936 | 2025-01-22T04:32:33.132Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2937 | 2025-01-22T04:32:33.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2025-01-22T04:32:33.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2025-01-22T04:32:33.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2940 | 2025-01-22T04:32:33.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2941 | 2025-01-22T04:32:33.819Z | |
2942 | 2025-01-22T04:32:33.819Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2943 | 2025-01-22T04:32:34.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-01-22T04:32:34.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-01-22T04:32:34.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2025-01-22T04:32:34.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2947 | 2025-01-22T04:32:34.501Z | |
2948 | 2025-01-22T04:32:34.501Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2949 | 2025-01-22T04:32:35.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2025-01-22T04:32:35.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2025-01-22T04:32:35.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2025-01-22T04:32:35.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2953 | 2025-01-22T04:32:35.180Z | |
2954 | 2025-01-22T04:32:35.180Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2955 | 2025-01-22T04:32:35.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2025-01-22T04:32:35.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2025-01-22T04:32:35.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2025-01-22T04:32:35.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2959 | 2025-01-22T04:32:35.877Z | |
2960 | 2025-01-22T04:32:35.877Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2961 | 2025-01-22T04:32:36.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2025-01-22T04:32:36.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2025-01-22T04:32:36.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2025-01-22T04:32:36.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2965 | 2025-01-22T04:32:36.541Z | |
2966 | 2025-01-22T04:32:36.541Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2967 | 2025-01-22T04:32:37.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2025-01-22T04:32:37.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2025-01-22T04:32:37.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2025-01-22T04:32:37.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2971 | 2025-01-22T04:32:37.201Z | |
2972 | 2025-01-22T04:32:37.201Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2973 | 2025-01-22T04:32:37.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2025-01-22T04:32:37.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2025-01-22T04:32:37.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2025-01-22T04:32:37.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2977 | 2025-01-22T04:32:37.911Z | |
2978 | 2025-01-22T04:32:37.911Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2979 | 2025-01-22T04:32:38.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-01-22T04:32:38.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-01-22T04:32:38.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-01-22T04:32:38.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2983 | 2025-01-22T04:32:38.613Z | |
2984 | 2025-01-22T04:32:38.613Z | info: running `cargo check --bins` on sp-sim (119/197) |
2985 | 2025-01-22T04:32:39.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-22T04:32:39.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-22T04:32:39.299Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2988 | 2025-01-22T04:32:39.771Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2989 | 2025-01-22T04:32:41.569Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2990 | 2025-01-22T04:32:43.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
2991 | 2025-01-22T04:32:43.576Z | |
2992 | 2025-01-22T04:32:43.577Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2993 | 2025-01-22T04:32:44.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-01-22T04:32:44.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-01-22T04:32:44.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2025-01-22T04:32:44.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2997 | 2025-01-22T04:32:44.281Z | |
2998 | 2025-01-22T04:32:44.282Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2999 | 2025-01-22T04:32:44.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-01-22T04:32:44.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-01-22T04:32:44.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2025-01-22T04:32:44.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3003 | 2025-01-22T04:32:45.008Z | |
3004 | 2025-01-22T04:32:45.008Z | info: running `cargo check --bins` on db-macros (122/197) |
3005 | 2025-01-22T04:32:45.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-01-22T04:32:45.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-01-22T04:32:45.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2025-01-22T04:32:45.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3009 | 2025-01-22T04:32:45.648Z | |
3010 | 2025-01-22T04:32:45.648Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3011 | 2025-01-22T04:32:46.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-22T04:32:46.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-22T04:32:46.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-01-22T04:32:46.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3015 | 2025-01-22T04:32:46.484Z | |
3016 | 2025-01-22T04:32:46.484Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3017 | 2025-01-22T04:32:46.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-22T04:32:46.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-22T04:32:46.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-01-22T04:32:46.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3021 | 2025-01-22T04:32:46.986Z | |
3022 | 2025-01-22T04:32:46.986Z | info: running `cargo check --bins` on authz-macros (125/197) |
3023 | 2025-01-22T04:32:47.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-22T04:32:47.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-22T04:32:47.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-01-22T04:32:47.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3027 | 2025-01-22T04:32:47.619Z | |
3028 | 2025-01-22T04:32:47.619Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3029 | 2025-01-22T04:32:48.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-22T04:32:48.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-22T04:32:48.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-01-22T04:32:48.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3033 | 2025-01-22T04:32:48.323Z | |
3034 | 2025-01-22T04:32:48.323Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3035 | 2025-01-22T04:32:48.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-22T04:32:48.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-22T04:32:48.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-01-22T04:32:48.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3039 | 2025-01-22T04:32:49.033Z | |
3040 | 2025-01-22T04:32:49.033Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3041 | 2025-01-22T04:32:49.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-22T04:32:49.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-22T04:32:49.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-01-22T04:32:49.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3045 | 2025-01-22T04:32:49.697Z | |
3046 | 2025-01-22T04:32:49.697Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3047 | 2025-01-22T04:32:50.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-22T04:32:50.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-22T04:32:50.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-01-22T04:32:50.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3051 | 2025-01-22T04:32:50.380Z | |
3052 | 2025-01-22T04:32:50.380Z | info: running `cargo check --bins` on typed-rng (130/197) |
3053 | 2025-01-22T04:32:50.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-22T04:32:50.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-22T04:32:50.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-01-22T04:32:50.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3057 | 2025-01-22T04:32:51.017Z | |
3058 | 2025-01-22T04:32:51.017Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3059 | 2025-01-22T04:32:51.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-22T04:32:51.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-22T04:32:51.812Z | Checking keccak v0.1.5 |
3062 | 2025-01-22T04:32:51.925Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3063 | 2025-01-22T04:32:51.927Z | Checking secrecy v0.8.0 |
3064 | 2025-01-22T04:32:51.927Z | Compiling unicase v2.7.0 |
3065 | 2025-01-22T04:32:51.927Z | Compiling same-file v1.0.6 |
3066 | 2025-01-22T04:32:51.964Z | Compiling tempfile v3.13.0 |
3067 | 2025-01-22T04:32:51.999Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3068 | 2025-01-22T04:32:52.002Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3069 | 2025-01-22T04:32:52.126Z | Compiling thiserror-impl-no-std v2.0.2 |
3070 | 2025-01-22T04:32:52.215Z | Checking sha3 v0.10.8 |
3071 | 2025-01-22T04:32:52.239Z | Compiling walkdir v2.5.0 |
3072 | 2025-01-22T04:32:52.279Z | Checking universal-hash v0.5.1 |
3073 | 2025-01-22T04:32:52.327Z | Compiling blake3 v1.5.4 |
3074 | 2025-01-22T04:32:52.507Z | Checking opaque-debug v0.3.1 |
3075 | 2025-01-22T04:32:52.527Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3076 | 2025-01-22T04:32:52.582Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3077 | 2025-01-22T04:32:52.608Z | Checking chacha20 v0.9.1 |
3078 | 2025-01-22T04:32:52.627Z | Checking poly1305 v0.8.0 |
3079 | 2025-01-22T04:32:52.756Z | Checking aead v0.5.2 |
3080 | 2025-01-22T04:32:52.832Z | Compiling memmap2 v0.9.5 |
3081 | 2025-01-22T04:32:52.926Z | Compiling constant_time_eq v0.3.1 |
3082 | 2025-01-22T04:32:52.975Z | Compiling arrayvec v0.7.6 |
3083 | 2025-01-22T04:32:52.995Z | Compiling arrayref v0.3.9 |
3084 | 2025-01-22T04:32:53.108Z | Compiling salty v0.3.0 |
3085 | 2025-01-22T04:32:53.127Z | Compiling libefi-sys v0.1.0 |
3086 | 2025-01-22T04:32:53.152Z | Checking chacha20poly1305 v0.10.1 |
3087 | 2025-01-22T04:32:53.283Z | Compiling toolchain_find v0.4.0 |
3088 | 2025-01-22T04:32:53.373Z | Compiling camino-tempfile v1.1.1 |
3089 | 2025-01-22T04:32:53.445Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3090 | 2025-01-22T04:32:53.562Z | Compiling bitfield-struct v0.6.2 |
3091 | 2025-01-22T04:32:53.731Z | Compiling topological-sort v0.2.2 |
3092 | 2025-01-22T04:32:53.831Z | Compiling mime_guess v2.0.5 |
3093 | 2025-01-22T04:32:53.961Z | Compiling rustfmt-wrapper v0.2.1 |
3094 | 2025-01-22T04:32:54.384Z | Compiling omicron-zone-package v0.12.0 |
3095 | 2025-01-22T04:32:54.472Z | Compiling progenitor v0.9.1 |
3096 | 2025-01-22T04:32:54.557Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3097 | 2025-01-22T04:32:54.695Z | Checking primeorder v0.13.6 |
3098 | 2025-01-22T04:32:54.806Z | Checking env_filter v0.1.2 |
3099 | 2025-01-22T04:32:54.871Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3100 | 2025-01-22T04:32:54.957Z | Checking thiserror-no-std v2.0.2 |
3101 | 2025-01-22T04:32:54.978Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3102 | 2025-01-22T04:32:55.046Z | Checking env_logger v0.11.5 |
3103 | 2025-01-22T04:32:55.064Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3104 | 2025-01-22T04:32:55.084Z | Checking vsss-rs v3.3.4 |
3105 | 2025-01-22T04:32:55.156Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3106 | 2025-01-22T04:32:55.175Z | Checking p384 v0.13.0 |
3107 | 2025-01-22T04:32:55.268Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3108 | 2025-01-22T04:32:55.564Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3109 | 2025-01-22T04:32:55.582Z | Checking lockfree-object-pool v0.1.6 |
3110 | 2025-01-22T04:32:55.653Z | Checking simd-adler32 v0.3.7 |
3111 | 2025-01-22T04:32:55.673Z | Checking bumpalo v3.16.0 |
3112 | 2025-01-22T04:32:55.845Z | Checking http-range v0.1.5 |
3113 | 2025-01-22T04:32:56.042Z | Compiling zip v2.1.3 |
3114 | 2025-01-22T04:32:56.045Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3115 | 2025-01-22T04:32:56.045Z | Checking zopfli v0.8.1 |
3116 | 2025-01-22T04:32:56.091Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3117 | 2025-01-22T04:32:56.380Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3118 | 2025-01-22T04:32:56.418Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3119 | 2025-01-22T04:32:56.684Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3120 | 2025-01-22T04:32:56.800Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3121 | 2025-01-22T04:32:57.037Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3122 | 2025-01-22T04:32:57.174Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3123 | 2025-01-22T04:32:57.193Z | Checking nanorand v0.7.0 |
3124 | 2025-01-22T04:32:57.428Z | Checking atty v0.2.14 |
3125 | 2025-01-22T04:32:57.504Z | Checking glob v0.3.1 |
3126 | 2025-01-22T04:32:57.583Z | Checking flume v0.11.1 |
3127 | 2025-01-22T04:32:57.603Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3128 | 2025-01-22T04:32:57.697Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3129 | 2025-01-22T04:32:57.855Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3130 | 2025-01-22T04:32:58.083Z | Checking hyper-staticfile v0.10.1 |
3131 | 2025-01-22T04:32:58.196Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3132 | 2025-01-22T04:32:59.023Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3133 | 2025-01-22T04:32:59.045Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3134 | 2025-01-22T04:32:59.467Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3135 | 2025-01-22T04:32:59.667Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3136 | 2025-01-22T04:32:59.736Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3137 | 2025-01-22T04:32:59.935Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3138 | 2025-01-22T04:33:00.269Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3139 | 2025-01-22T04:33:00.433Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3140 | 2025-01-22T04:33:00.754Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3141 | 2025-01-22T04:33:00.929Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3142 | 2025-01-22T04:33:04.134Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3143 | 2025-01-22T04:33:04.134Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3144 | 2025-01-22T04:33:12.734Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3145 | 2025-01-22T04:33:27.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.52s |
3146 | 2025-01-22T04:33:27.754Z | |
3147 | 2025-01-22T04:33:27.754Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3148 | 2025-01-22T04:33:28.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2025-01-22T04:33:28.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2025-01-22T04:33:28.543Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3151 | 2025-01-22T04:33:43.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s |
3152 | 2025-01-22T04:33:43.586Z | |
3153 | 2025-01-22T04:33:43.586Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3154 | 2025-01-22T04:33:44.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2025-01-22T04:33:44.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2025-01-22T04:33:44.375Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3157 | 2025-01-22T04:33:59.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s |
3158 | 2025-01-22T04:33:59.447Z | |
3159 | 2025-01-22T04:33:59.447Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3160 | 2025-01-22T04:34:00.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2025-01-22T04:34:00.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2025-01-22T04:34:00.300Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3163 | 2025-01-22T04:34:14.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s |
3164 | 2025-01-22T04:34:15.159Z | |
3165 | 2025-01-22T04:34:15.159Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3166 | 2025-01-22T04:34:15.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2025-01-22T04:34:15.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2025-01-22T04:34:15.954Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3169 | 2025-01-22T04:34:31.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s |
3170 | 2025-01-22T04:34:31.382Z | |
3171 | 2025-01-22T04:34:31.382Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3172 | 2025-01-22T04:34:32.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-01-22T04:34:32.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-01-22T04:34:32.174Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-01-22T04:34:47.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s |
3176 | 2025-01-22T04:34:47.203Z | |
3177 | 2025-01-22T04:34:47.203Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3178 | 2025-01-22T04:34:47.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-01-22T04:34:47.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-01-22T04:34:47.993Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-01-22T04:35:02.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s |
3182 | 2025-01-22T04:35:03.106Z | |
3183 | 2025-01-22T04:35:03.106Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3184 | 2025-01-22T04:35:03.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-01-22T04:35:03.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-01-22T04:35:03.916Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-01-22T04:35:18.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.48s |
3188 | 2025-01-22T04:35:18.803Z | |
3189 | 2025-01-22T04:35:18.803Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3190 | 2025-01-22T04:35:19.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-01-22T04:35:19.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-01-22T04:35:19.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3193 | 2025-01-22T04:35:19.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3194 | 2025-01-22T04:35:19.510Z | |
3195 | 2025-01-22T04:35:19.510Z | info: running `cargo check --bins` on key-manager (140/197) |
3196 | 2025-01-22T04:35:20.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-01-22T04:35:20.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-01-22T04:35:20.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3199 | 2025-01-22T04:35:20.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3200 | 2025-01-22T04:35:20.172Z | |
3201 | 2025-01-22T04:35:20.172Z | info: running `cargo check --bins` on range-requests (141/197) |
3202 | 2025-01-22T04:35:20.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-01-22T04:35:20.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-01-22T04:35:20.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3205 | 2025-01-22T04:35:20.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3206 | 2025-01-22T04:35:20.879Z | |
3207 | 2025-01-22T04:35:20.879Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3208 | 2025-01-22T04:35:21.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-01-22T04:35:21.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-01-22T04:35:21.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3211 | 2025-01-22T04:35:21.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3212 | 2025-01-22T04:35:21.558Z | |
3213 | 2025-01-22T04:35:21.558Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3214 | 2025-01-22T04:35:22.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-01-22T04:35:22.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-01-22T04:35:22.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2025-01-22T04:35:22.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3218 | 2025-01-22T04:35:22.264Z | |
3219 | 2025-01-22T04:35:22.264Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3220 | 2025-01-22T04:35:22.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-01-22T04:35:22.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-01-22T04:35:22.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-01-22T04:35:22.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3224 | 2025-01-22T04:35:22.906Z | |
3225 | 2025-01-22T04:35:22.906Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3226 | 2025-01-22T04:35:23.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-01-22T04:35:23.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-01-22T04:35:23.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-01-22T04:35:23.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3230 | 2025-01-22T04:35:23.594Z | |
3231 | 2025-01-22T04:35:23.595Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3232 | 2025-01-22T04:35:24.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-01-22T04:35:24.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-01-22T04:35:24.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-01-22T04:35:24.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3236 | 2025-01-22T04:35:24.298Z | |
3237 | 2025-01-22T04:35:24.298Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3238 | 2025-01-22T04:35:24.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-01-22T04:35:24.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-01-22T04:35:24.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-01-22T04:35:24.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3242 | 2025-01-22T04:35:24.992Z | |
3243 | 2025-01-22T04:35:24.992Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3244 | 2025-01-22T04:35:25.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-01-22T04:35:25.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-01-22T04:35:25.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-01-22T04:35:25.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3248 | 2025-01-22T04:35:25.701Z | |
3249 | 2025-01-22T04:35:25.701Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3250 | 2025-01-22T04:35:26.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-01-22T04:35:26.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-01-22T04:35:26.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-01-22T04:35:26.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3254 | 2025-01-22T04:35:26.417Z | |
3255 | 2025-01-22T04:35:26.417Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3256 | 2025-01-22T04:35:27.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-01-22T04:35:27.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-01-22T04:35:27.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-01-22T04:35:27.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3260 | 2025-01-22T04:35:27.122Z | |
3261 | 2025-01-22T04:35:27.122Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3262 | 2025-01-22T04:35:27.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-22T04:35:27.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-22T04:35:27.898Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3265 | 2025-01-22T04:35:27.901Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3266 | 2025-01-22T04:35:28.798Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3267 | 2025-01-22T04:35:30.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s |
3268 | 2025-01-22T04:35:31.040Z | |
3269 | 2025-01-22T04:35:31.040Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3270 | 2025-01-22T04:35:31.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-01-22T04:35:31.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-01-22T04:35:31.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-01-22T04:35:31.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3274 | 2025-01-22T04:35:31.698Z | |
3275 | 2025-01-22T04:35:31.698Z | info: running `cargo check --bins` on cert-dev (153/197) |
3276 | 2025-01-22T04:35:32.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-01-22T04:35:32.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-01-22T04:35:32.351Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3279 | 2025-01-22T04:35:32.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3280 | 2025-01-22T04:35:32.809Z | |
3281 | 2025-01-22T04:35:32.810Z | info: running `cargo check --bins` on clickana (154/197) |
3282 | 2025-01-22T04:35:33.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-01-22T04:35:33.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-01-22T04:35:33.525Z | Checking castaway v0.2.3 |
3285 | 2025-01-22T04:35:33.527Z | Checking unicode-truncate v1.1.0 |
3286 | 2025-01-22T04:35:33.527Z | Checking lru v0.12.5 |
3287 | 2025-01-22T04:35:33.527Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3288 | 2025-01-22T04:35:33.527Z | Compiling instability v0.3.2 |
3289 | 2025-01-22T04:35:33.527Z | Checking cassowary v0.3.0 |
3290 | 2025-01-22T04:35:33.748Z | Checking compact_str v0.8.0 |
3291 | 2025-01-22T04:35:34.331Z | Checking ratatui v0.28.1 |
3292 | 2025-01-22T04:35:35.307Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3293 | 2025-01-22T04:35:36.385Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3294 | 2025-01-22T04:35:37.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
3295 | 2025-01-22T04:35:37.463Z | |
3296 | 2025-01-22T04:35:37.463Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3297 | 2025-01-22T04:35:38.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-01-22T04:35:38.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-01-22T04:35:38.171Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3300 | 2025-01-22T04:35:38.174Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3301 | 2025-01-22T04:35:39.258Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3302 | 2025-01-22T04:35:39.752Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3303 | 2025-01-22T04:35:40.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3304 | 2025-01-22T04:35:40.292Z | |
3305 | 2025-01-22T04:35:40.292Z | info: running `cargo check --bins` on ch-dev (156/197) |
3306 | 2025-01-22T04:35:40.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-01-22T04:35:40.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-01-22T04:35:41.018Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3309 | 2025-01-22T04:35:41.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3310 | 2025-01-22T04:35:41.973Z | |
3311 | 2025-01-22T04:35:41.973Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3312 | 2025-01-22T04:35:42.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-01-22T04:35:42.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-01-22T04:35:42.671Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3315 | 2025-01-22T04:35:43.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3316 | 2025-01-22T04:35:43.238Z | |
3317 | 2025-01-22T04:35:43.238Z | info: running `cargo check --bins` on db-dev (158/197) |
3318 | 2025-01-22T04:35:43.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-01-22T04:35:43.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-01-22T04:35:43.951Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3321 | 2025-01-22T04:35:44.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3322 | 2025-01-22T04:35:44.898Z | |
3323 | 2025-01-22T04:35:44.898Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3324 | 2025-01-22T04:35:45.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-01-22T04:35:45.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-01-22T04:35:45.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2025-01-22T04:35:45.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3328 | 2025-01-22T04:35:45.568Z | |
3329 | 2025-01-22T04:35:45.568Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3330 | 2025-01-22T04:35:46.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-01-22T04:35:46.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-01-22T04:35:46.203Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3333 | 2025-01-22T04:35:47.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3334 | 2025-01-22T04:35:47.293Z | |
3335 | 2025-01-22T04:35:47.293Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3336 | 2025-01-22T04:35:47.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-01-22T04:35:47.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-01-22T04:35:47.919Z | Checking cargo-platform v0.1.8 |
3339 | 2025-01-22T04:35:48.203Z | Checking cargo_metadata v0.18.1 |
3340 | 2025-01-22T04:35:49.192Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3341 | 2025-01-22T04:35:50.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s |
3342 | 2025-01-22T04:35:50.253Z | |
3343 | 2025-01-22T04:35:50.253Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3344 | 2025-01-22T04:35:50.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-01-22T04:35:50.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-01-22T04:35:50.994Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3347 | 2025-01-22T04:35:52.485Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3348 | 2025-01-22T04:35:53.062Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3349 | 2025-01-22T04:35:53.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
3350 | 2025-01-22T04:35:53.829Z | |
3351 | 2025-01-22T04:35:53.829Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3352 | 2025-01-22T04:35:54.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2025-01-22T04:35:54.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2025-01-22T04:35:54.661Z | Compiling crunchy v0.2.2 |
3355 | 2025-01-22T04:35:54.664Z | Compiling tiny-keccak v2.0.2 |
3356 | 2025-01-22T04:35:54.664Z | Compiling dsl_auto_type v0.1.2 |
3357 | 2025-01-22T04:35:54.664Z | Checking scheduled-thread-pool v0.2.7 |
3358 | 2025-01-22T04:35:54.664Z | Compiling diesel_table_macro_syntax v0.2.0 |
3359 | 2025-01-22T04:35:54.832Z | Compiling ascii-canvas v3.0.0 |
3360 | 2025-01-22T04:35:54.835Z | Compiling ena v0.14.3 |
3361 | 2025-01-22T04:35:54.835Z | Compiling regex-syntax v0.6.29 |
3362 | 2025-01-22T04:35:55.027Z | Checking r2d2 v0.8.10 |
3363 | 2025-01-22T04:35:55.125Z | Compiling diff v0.1.13 |
3364 | 2025-01-22T04:35:55.371Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3365 | 2025-01-22T04:35:55.378Z | Compiling ref-cast v1.0.23 |
3366 | 2025-01-22T04:35:55.378Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3367 | 2025-01-22T04:35:55.379Z | Compiling derive_builder_core v0.20.2 |
3368 | 2025-01-22T04:35:55.484Z | Compiling libxml v0.3.3 |
3369 | 2025-01-22T04:35:55.608Z | Compiling ref-cast-impl v1.0.23 |
3370 | 2025-01-22T04:35:55.686Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3371 | 2025-01-22T04:35:55.889Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3372 | 2025-01-22T04:35:55.919Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3373 | 2025-01-22T04:35:56.115Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3374 | 2025-01-22T04:35:56.192Z | Compiling strum_macros v0.24.3 |
3375 | 2025-01-22T04:35:56.228Z | Compiling samael v0.0.17 |
3376 | 2025-01-22T04:35:56.256Z | Compiling diesel_derives v2.2.3 |
3377 | 2025-01-22T04:35:56.479Z | Compiling indoc v1.0.9 |
3378 | 2025-01-22T04:35:57.407Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3379 | 2025-01-22T04:35:57.644Z | Compiling derive_builder_macro v0.20.2 |
3380 | 2025-01-22T04:35:57.708Z | Compiling oso-derive v0.27.3 |
3381 | 2025-01-22T04:35:58.480Z | Compiling lalrpop v0.19.12 |
3382 | 2025-01-22T04:35:58.533Z | Checking derive_builder v0.20.2 |
3383 | 2025-01-22T04:35:58.711Z | Compiling impl-trait-for-tuples v0.2.2 |
3384 | 2025-01-22T04:35:58.732Z | Checking quick-xml v0.33.0 |
3385 | 2025-01-22T04:35:59.143Z | Compiling diesel-dtrace v0.4.2 |
3386 | 2025-01-22T04:35:59.393Z | Checking maplit v1.0.2 |
3387 | 2025-01-22T04:35:59.572Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3388 | 2025-01-22T04:35:59.590Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3389 | 2025-01-22T04:35:59.897Z | Checking bb8 v0.8.5 |
3390 | 2025-01-22T04:36:00.234Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3391 | 2025-01-22T04:36:00.398Z | Checking rand_seeder v0.3.0 |
3392 | 2025-01-22T04:36:00.405Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3393 | 2025-01-22T04:36:00.665Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3394 | 2025-01-22T04:36:00.685Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3395 | 2025-01-22T04:36:00.913Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3396 | 2025-01-22T04:36:01.229Z | Checking smawk v0.3.2 |
3397 | 2025-01-22T04:36:01.294Z | Checking is_ci v1.2.0 |
3398 | 2025-01-22T04:36:01.461Z | Checking unicode-linebreak v0.1.5 |
3399 | 2025-01-22T04:36:01.481Z | Checking supports-color v3.0.1 |
3400 | 2025-01-22T04:36:01.734Z | Checking multimap v0.10.0 |
3401 | 2025-01-22T04:36:01.924Z | Checking textwrap v0.16.1 |
3402 | 2025-01-22T04:36:02.391Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3403 | 2025-01-22T04:36:04.786Z | Checking diesel v2.2.6 |
3404 | 2025-01-22T04:36:30.566Z | Compiling polar-core v0.27.3 |
3405 | 2025-01-22T04:36:31.541Z | Checking async-bb8-diesel v0.2.1 |
3406 | 2025-01-22T04:36:38.181Z | Checking oso v0.27.3 |
3407 | 2025-01-22T04:37:46.078Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3408 | 2025-01-22T04:37:53.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3409 | 2025-01-22T04:37:53.377Z | |
3410 | 2025-01-22T04:37:53.377Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3411 | 2025-01-22T04:37:54.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-01-22T04:37:54.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-01-22T04:37:54.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3414 | 2025-01-22T04:37:54.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3415 | 2025-01-22T04:37:54.089Z | |
3416 | 2025-01-22T04:37:54.089Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3417 | 2025-01-22T04:37:54.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-01-22T04:37:54.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-01-22T04:37:54.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3420 | 2025-01-22T04:37:54.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3421 | 2025-01-22T04:37:54.820Z | |
3422 | 2025-01-22T04:37:54.820Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3423 | 2025-01-22T04:37:55.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2025-01-22T04:37:55.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2025-01-22T04:37:55.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3426 | 2025-01-22T04:37:55.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3427 | 2025-01-22T04:37:55.465Z | |
3428 | 2025-01-22T04:37:55.465Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3429 | 2025-01-22T04:37:56.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2025-01-22T04:37:56.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2025-01-22T04:37:56.362Z | Compiling libz-sys v1.1.20 |
3432 | 2025-01-22T04:37:56.364Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3433 | 2025-01-22T04:37:56.494Z | Compiling vergen v8.3.2 |
3434 | 2025-01-22T04:37:56.496Z | Compiling cargo-platform v0.1.8 |
3435 | 2025-01-22T04:37:56.496Z | Compiling pin-project-internal v1.1.6 |
3436 | 2025-01-22T04:37:56.511Z | Compiling libsqlite3-sys v0.30.1 |
3437 | 2025-01-22T04:37:56.514Z | Compiling snafu-derive v0.8.5 |
3438 | 2025-01-22T04:37:56.514Z | Compiling buf-list v1.0.3 |
3439 | 2025-01-22T04:37:56.820Z | Compiling rustls v0.21.12 |
3440 | 2025-01-22T04:37:57.073Z | Compiling cargo_metadata v0.18.1 |
3441 | 2025-01-22T04:37:57.094Z | Compiling cfg_aliases v0.2.1 |
3442 | 2025-01-22T04:37:57.210Z | Checking globset v0.4.15 |
3443 | 2025-01-22T04:37:57.229Z | Compiling nix v0.29.0 |
3444 | 2025-01-22T04:37:57.232Z | Checking olpc-cjson v0.1.4 |
3445 | 2025-01-22T04:37:57.448Z | Checking sct v0.7.1 |
3446 | 2025-01-22T04:37:57.496Z | Checking rustls-webpki v0.101.7 |
3447 | 2025-01-22T04:37:57.662Z | Checking serde_plain v1.0.2 |
3448 | 2025-01-22T04:37:57.728Z | Checking typed-path v0.9.3 |
3449 | 2025-01-22T04:37:58.275Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3450 | 2025-01-22T04:37:58.575Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3451 | 2025-01-22T04:37:58.598Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3452 | 2025-01-22T04:37:58.873Z | Checking hashlink v0.9.1 |
3453 | 2025-01-22T04:37:58.913Z | Checking parse-size v1.1.0 |
3454 | 2025-01-22T04:37:59.102Z | Checking fallible-iterator v0.3.0 |
3455 | 2025-01-22T04:37:59.423Z | Checking fallible-streaming-iterator v0.1.9 |
3456 | 2025-01-22T04:37:59.567Z | Checking pin-project v1.1.6 |
3457 | 2025-01-22T04:37:59.717Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3458 | 2025-01-22T04:37:59.720Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3459 | 2025-01-22T04:37:59.758Z | Checking rusqlite v0.32.1 |
3460 | 2025-01-22T04:38:00.145Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3461 | 2025-01-22T04:38:00.290Z | Checking rustls-pemfile v1.0.4 |
3462 | 2025-01-22T04:38:00.533Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3463 | 2025-01-22T04:38:00.699Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3464 | 2025-01-22T04:38:00.859Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3465 | 2025-01-22T04:38:00.886Z | Checking twox-hash v1.6.3 |
3466 | 2025-01-22T04:38:01.012Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3467 | 2025-01-22T04:38:01.282Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3468 | 2025-01-22T04:38:01.285Z | Checking tokio-rustls v0.24.1 |
3469 | 2025-01-22T04:38:01.585Z | Checking snafu v0.8.5 |
3470 | 2025-01-22T04:38:01.638Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3471 | 2025-01-22T04:38:01.908Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3472 | 2025-01-22T04:38:02.013Z | Checking tough v0.19.0 |
3473 | 2025-01-22T04:38:02.070Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3474 | 2025-01-22T04:38:02.150Z | Checking fatfs v0.3.6 |
3475 | 2025-01-22T04:38:02.947Z | Checking assert_matches v1.5.0 |
3476 | 2025-01-22T04:38:06.019Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3477 | 2025-01-22T04:38:07.384Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3478 | 2025-01-22T04:38:09.031Z | Compiling git2 v0.19.0 |
3479 | 2025-01-22T04:38:13.443Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3480 | 2025-01-22T04:39:15.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
3481 | 2025-01-22T04:39:15.265Z | |
3482 | 2025-01-22T04:39:15.265Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3483 | 2025-01-22T04:39:15.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-01-22T04:39:15.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-01-22T04:39:15.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2025-01-22T04:39:15.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3487 | 2025-01-22T04:39:16.039Z | |
3488 | 2025-01-22T04:39:16.039Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3489 | 2025-01-22T04:39:16.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2025-01-22T04:39:16.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2025-01-22T04:39:16.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3492 | 2025-01-22T04:39:16.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3493 | 2025-01-22T04:39:16.728Z | |
3494 | 2025-01-22T04:39:16.728Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3495 | 2025-01-22T04:39:17.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-01-22T04:39:17.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-01-22T04:39:17.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2025-01-22T04:39:17.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3499 | 2025-01-22T04:39:17.385Z | |
3500 | 2025-01-22T04:39:17.385Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3501 | 2025-01-22T04:39:18.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-01-22T04:39:18.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-01-22T04:39:18.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3504 | 2025-01-22T04:39:18.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3505 | 2025-01-22T04:39:18.100Z | |
3506 | 2025-01-22T04:39:18.100Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3507 | 2025-01-22T04:39:18.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-01-22T04:39:18.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-01-22T04:39:18.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-01-22T04:39:18.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3511 | 2025-01-22T04:39:18.846Z | |
3512 | 2025-01-22T04:39:18.846Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3513 | 2025-01-22T04:39:19.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-01-22T04:39:19.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-01-22T04:39:19.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-01-22T04:39:19.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3517 | 2025-01-22T04:39:19.548Z | |
3518 | 2025-01-22T04:39:19.548Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3519 | 2025-01-22T04:39:20.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-01-22T04:39:20.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-01-22T04:39:20.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-01-22T04:39:20.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3523 | 2025-01-22T04:39:20.275Z | |
3524 | 2025-01-22T04:39:20.275Z | info: running `cargo check --bins` on update-common (175/197) |
3525 | 2025-01-22T04:39:20.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-22T04:39:20.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-22T04:39:20.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2025-01-22T04:39:20.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3529 | 2025-01-22T04:39:20.954Z | |
3530 | 2025-01-22T04:39:20.954Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3531 | 2025-01-22T04:39:21.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-01-22T04:39:21.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-01-22T04:39:21.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3534 | 2025-01-22T04:39:21.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3535 | 2025-01-22T04:39:21.646Z | |
3536 | 2025-01-22T04:39:21.646Z | info: running `cargo check --bins` on tufaceous (177/197) |
3537 | 2025-01-22T04:39:22.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2025-01-22T04:39:22.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2025-01-22T04:39:22.340Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3540 | 2025-01-22T04:39:23.575Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3541 | 2025-01-22T04:39:24.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
3542 | 2025-01-22T04:39:24.595Z | |
3543 | 2025-01-22T04:39:24.595Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3544 | 2025-01-22T04:39:25.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2025-01-22T04:39:25.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2025-01-22T04:39:25.501Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3547 | 2025-01-22T04:39:25.504Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3548 | 2025-01-22T04:39:25.646Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3549 | 2025-01-22T04:39:25.649Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3550 | 2025-01-22T04:39:26.732Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3551 | 2025-01-22T04:39:56.981Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3552 | 2025-01-22T04:39:56.981Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3553 | 2025-01-22T04:39:56.984Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3554 | 2025-01-22T04:39:56.984Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3555 | 2025-01-22T04:39:56.984Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3556 | 2025-01-22T04:39:56.984Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3557 | 2025-01-22T04:39:57.860Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3558 | 2025-01-22T04:39:59.213Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3559 | 2025-01-22T04:40:45.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
3560 | 2025-01-22T04:40:46.171Z | |
3561 | 2025-01-22T04:40:46.171Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3562 | 2025-01-22T04:40:46.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3563 | 2025-01-22T04:40:46.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3564 | 2025-01-22T04:40:46.914Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3565 | 2025-01-22T04:40:46.917Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3566 | 2025-01-22T04:40:46.917Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3567 | 2025-01-22T04:40:47.052Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3568 | 2025-01-22T04:40:47.055Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3569 | 2025-01-22T04:40:47.085Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3570 | 2025-01-22T04:40:47.088Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3571 | 2025-01-22T04:40:47.101Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3572 | 2025-01-22T04:40:47.256Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3573 | 2025-01-22T04:40:47.297Z | Checking heck v0.4.1 |
3574 | 2025-01-22T04:40:47.385Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3575 | 2025-01-22T04:40:47.563Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3576 | 2025-01-22T04:40:47.690Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3577 | 2025-01-22T04:40:47.976Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3578 | 2025-01-22T04:40:48.370Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3579 | 2025-01-22T04:40:48.576Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3580 | 2025-01-22T04:40:48.858Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3581 | 2025-01-22T04:40:49.966Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3582 | 2025-01-22T04:40:50.283Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3583 | 2025-01-22T04:40:50.948Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3584 | 2025-01-22T04:40:51.006Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3585 | 2025-01-22T04:40:52.782Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3586 | 2025-01-22T04:40:52.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3587 | 2025-01-22T04:40:54.548Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3588 | 2025-01-22T04:40:56.124Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3589 | 2025-01-22T04:41:01.484Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3590 | 2025-01-22T04:41:01.484Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3591 | 2025-01-22T04:41:02.767Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3592 | 2025-01-22T04:41:03.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.67s |
3593 | 2025-01-22T04:41:04.037Z | |
3594 | 2025-01-22T04:41:04.037Z | info: running `cargo check --bins` on installinator-api (180/197) |
3595 | 2025-01-22T04:41:04.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-01-22T04:41:04.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-01-22T04:41:04.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-01-22T04:41:04.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3599 | 2025-01-22T04:41:04.732Z | |
3600 | 2025-01-22T04:41:04.732Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3601 | 2025-01-22T04:41:05.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-01-22T04:41:05.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-01-22T04:41:05.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3604 | 2025-01-22T04:41:05.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3605 | 2025-01-22T04:41:05.419Z | |
3606 | 2025-01-22T04:41:05.419Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3607 | 2025-01-22T04:41:06.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3608 | 2025-01-22T04:41:06.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3609 | 2025-01-22T04:41:06.147Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3610 | 2025-01-22T04:41:06.150Z | Compiling petname v2.0.2 |
3611 | 2025-01-22T04:41:06.150Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3612 | 2025-01-22T04:41:06.150Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3613 | 2025-01-22T04:41:06.150Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3614 | 2025-01-22T04:41:06.150Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3615 | 2025-01-22T04:41:06.294Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3616 | 2025-01-22T04:41:06.311Z | Checking sync-ptr v0.1.1 |
3617 | 2025-01-22T04:41:11.847Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3618 | 2025-01-22T04:41:12.532Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3619 | 2025-01-22T04:41:13.769Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3620 | 2025-01-22T04:41:15.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s |
3621 | 2025-01-22T04:41:15.613Z | |
3622 | 2025-01-22T04:41:15.613Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3623 | 2025-01-22T04:41:16.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3624 | 2025-01-22T04:41:16.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3625 | 2025-01-22T04:41:16.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3626 | 2025-01-22T04:41:16.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3627 | 2025-01-22T04:41:16.309Z | |
3628 | 2025-01-22T04:41:16.309Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3629 | 2025-01-22T04:41:16.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3630 | 2025-01-22T04:41:16.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3631 | 2025-01-22T04:41:17.015Z | Checking memmap2 v0.9.5 |
3632 | 2025-01-22T04:41:17.015Z | Checking constant_time_eq v0.3.1 |
3633 | 2025-01-22T04:41:17.017Z | Checking arrayref v0.3.9 |
3634 | 2025-01-22T04:41:17.017Z | Checking arrayvec v0.7.6 |
3635 | 2025-01-22T04:41:17.017Z | Checking topological-sort v0.2.2 |
3636 | 2025-01-22T04:41:17.017Z | Checking shell-words v1.1.0 |
3637 | 2025-01-22T04:41:17.420Z | Checking blake3 v1.5.4 |
3638 | 2025-01-22T04:41:17.791Z | Checking omicron-zone-package v0.12.0 |
3639 | 2025-01-22T04:41:19.038Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3640 | 2025-01-22T04:41:20.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
3641 | 2025-01-22T04:41:20.270Z | |
3642 | 2025-01-22T04:41:20.270Z | info: running `cargo check --bins` on xtask (185/197) |
3643 | 2025-01-22T04:41:20.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3644 | 2025-01-22T04:41:20.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3645 | 2025-01-22T04:41:20.750Z | Checking bitflags v2.6.0 |
3646 | 2025-01-22T04:41:20.752Z | Checking serde v1.0.217 |
3647 | 2025-01-22T04:41:20.830Z | Checking thiserror v1.0.69 |
3648 | 2025-01-22T04:41:20.850Z | Checking scroll v0.12.0 |
3649 | 2025-01-22T04:41:20.853Z | Checking hashbrown v0.15.1 |
3650 | 2025-01-22T04:41:20.863Z | Checking log v0.4.22 |
3651 | 2025-01-22T04:41:20.877Z | Checking zerocopy v0.7.35 |
3652 | 2025-01-22T04:41:20.907Z | Checking syn v2.0.96 |
3653 | 2025-01-22T04:41:20.960Z | Checking pest v2.7.14 |
3654 | 2025-01-22T04:41:21.077Z | Checking rustix v0.38.37 |
3655 | 2025-01-22T04:41:21.142Z | Checking once_cell v1.20.2 |
3656 | 2025-01-22T04:41:21.324Z | Checking goblin v0.8.2 |
3657 | 2025-01-22T04:41:21.464Z | Checking fs-err v2.11.0 |
3658 | 2025-01-22T04:41:21.827Z | Checking anyhow v1.0.93 |
3659 | 2025-01-22T04:41:21.885Z | Checking indexmap v2.7.0 |
3660 | 2025-01-22T04:41:22.090Z | Checking tabled v0.15.0 |
3661 | 2025-01-22T04:41:22.956Z | Checking terminal_size v0.4.0 |
3662 | 2025-01-22T04:41:22.956Z | Checking tempfile v3.13.0 |
3663 | 2025-01-22T04:41:23.151Z | Checking clap_builder v4.5.21 |
3664 | 2025-01-22T04:41:23.664Z | Checking dtrace-parser v0.2.0 |
3665 | 2025-01-22T04:41:24.798Z | Checking serde_json v1.0.135 |
3666 | 2025-01-22T04:41:24.798Z | Checking toml_datetime v0.6.8 |
3667 | 2025-01-22T04:41:24.801Z | Checking serde_spanned v0.6.8 |
3668 | 2025-01-22T04:41:24.801Z | Checking camino v1.1.9 |
3669 | 2025-01-22T04:41:24.801Z | Checking cargo-platform v0.1.8 |
3670 | 2025-01-22T04:41:25.036Z | Checking semver v1.0.24 |
3671 | 2025-01-22T04:41:25.159Z | Checking macaddr v1.0.1 |
3672 | 2025-01-22T04:41:25.159Z | Checking toml_edit v0.22.22 |
3673 | 2025-01-22T04:41:25.332Z | Checking camino-tempfile v1.1.1 |
3674 | 2025-01-22T04:41:25.967Z | Checking clap v4.5.21 |
3675 | 2025-01-22T04:41:26.107Z | Checking dof v0.3.0 |
3676 | 2025-01-22T04:41:26.107Z | Checking cargo_metadata v0.18.1 |
3677 | 2025-01-22T04:41:26.527Z | Checking usdt-impl v0.5.0 |
3678 | 2025-01-22T04:41:26.909Z | Checking usdt v0.5.0 |
3679 | 2025-01-22T04:41:27.132Z | Checking toml v0.8.19 |
3680 | 2025-01-22T04:41:27.588Z | Checking cargo_toml v0.20.5 |
3681 | 2025-01-22T04:41:28.865Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3682 | 2025-01-22T04:41:29.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
3683 | 2025-01-22T04:41:29.630Z | |
3684 | 2025-01-22T04:41:29.630Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3685 | 2025-01-22T04:41:30.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3686 | 2025-01-22T04:41:30.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3687 | 2025-01-22T04:41:30.441Z | Checking polyval v0.6.2 |
3688 | 2025-01-22T04:41:30.557Z | Checking ctr v0.9.2 |
3689 | 2025-01-22T04:41:30.572Z | Checking ssh-encoding v0.2.0 |
3690 | 2025-01-22T04:41:30.575Z | Checking blowfish v0.9.1 |
3691 | 2025-01-22T04:41:30.601Z | Checking password-hash v0.4.2 |
3692 | 2025-01-22T04:41:30.617Z | Checking p256 v0.13.2 |
3693 | 2025-01-22T04:41:30.620Z | Checking p521 v0.13.3 |
3694 | 2025-01-22T04:41:30.651Z | Checking russh-cryptovec v0.7.3 |
3695 | 2025-01-22T04:41:30.816Z | Checking ghash v0.5.1 |
3696 | 2025-01-22T04:41:30.837Z | Checking bcrypt-pbkdf v0.10.0 |
3697 | 2025-01-22T04:41:30.866Z | Checking md5 v0.7.0 |
3698 | 2025-01-22T04:41:30.869Z | Checking num-bigint v0.4.6 |
3699 | 2025-01-22T04:41:30.937Z | Checking des v0.8.1 |
3700 | 2025-01-22T04:41:30.990Z | Checking aes-gcm v0.10.3 |
3701 | 2025-01-22T04:41:31.020Z | Checking pbkdf2 v0.11.0 |
3702 | 2025-01-22T04:41:31.112Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3703 | 2025-01-22T04:41:31.130Z | Checking hex-literal v0.4.1 |
3704 | 2025-01-22T04:41:31.214Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3705 | 2025-01-22T04:41:31.214Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3706 | 2025-01-22T04:41:31.254Z | Checking ssh-cipher v0.2.0 |
3707 | 2025-01-22T04:41:31.278Z | Checking internet-checksum v0.2.1 |
3708 | 2025-01-22T04:41:31.563Z | Checking ssh-key v0.6.6 |
3709 | 2025-01-22T04:41:31.799Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3710 | 2025-01-22T04:41:32.803Z | Checking russh-keys v0.45.0 |
3711 | 2025-01-22T04:41:33.732Z | Checking russh v0.45.0 |
3712 | 2025-01-22T04:41:51.921Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3713 | 2025-01-22T04:41:53.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.74s |
3714 | 2025-01-22T04:41:53.606Z | |
3715 | 2025-01-22T04:41:53.606Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3716 | 2025-01-22T04:41:54.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3717 | 2025-01-22T04:41:54.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3718 | 2025-01-22T04:41:54.332Z | Checking termios v0.3.3 |
3719 | 2025-01-22T04:41:54.572Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3720 | 2025-01-22T04:41:55.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3721 | 2025-01-22T04:41:55.690Z | |
3722 | 2025-01-22T04:41:55.690Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3723 | 2025-01-22T04:41:56.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3724 | 2025-01-22T04:41:56.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3725 | 2025-01-22T04:41:56.444Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3726 | 2025-01-22T04:41:56.444Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3727 | 2025-01-22T04:41:56.447Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3728 | 2025-01-22T04:41:56.447Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3729 | 2025-01-22T04:41:57.527Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3730 | 2025-01-22T04:41:58.877Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3731 | 2025-01-22T04:42:00.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
3732 | 2025-01-22T04:42:00.987Z | |
3733 | 2025-01-22T04:42:00.987Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3734 | 2025-01-22T04:42:01.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3735 | 2025-01-22T04:42:01.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3736 | 2025-01-22T04:42:01.667Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3737 | 2025-01-22T04:42:02.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3738 | 2025-01-22T04:42:02.342Z | |
3739 | 2025-01-22T04:42:02.342Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3740 | 2025-01-22T04:42:02.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3741 | 2025-01-22T04:42:02.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3742 | 2025-01-22T04:42:02.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3743 | 2025-01-22T04:42:02.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3744 | 2025-01-22T04:42:03.002Z | |
3745 | 2025-01-22T04:42:03.002Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3746 | 2025-01-22T04:42:03.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3747 | 2025-01-22T04:42:03.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3748 | 2025-01-22T04:42:03.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3749 | 2025-01-22T04:42:03.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3750 | 2025-01-22T04:42:03.669Z | |
3751 | 2025-01-22T04:42:03.669Z | info: running `cargo check --bins` on omicron-package (192/197) |
3752 | 2025-01-22T04:42:04.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3753 | 2025-01-22T04:42:04.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3754 | 2025-01-22T04:42:04.387Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3755 | 2025-01-22T04:42:05.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3756 | 2025-01-22T04:42:06.069Z | |
3757 | 2025-01-22T04:42:06.069Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3758 | 2025-01-22T04:42:06.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3759 | 2025-01-22T04:42:06.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3760 | 2025-01-22T04:42:06.846Z | Checking rtoolbox v0.0.2 |
3761 | 2025-01-22T04:42:06.849Z | Checking tui-tree-widget v0.22.0 |
3762 | 2025-01-22T04:42:06.849Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3763 | 2025-01-22T04:42:07.093Z | Checking rpassword v7.3.1 |
3764 | 2025-01-22T04:42:11.289Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3765 | 2025-01-22T04:42:14.368Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3766 | 2025-01-22T04:42:15.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s |
3767 | 2025-01-22T04:42:15.812Z | |
3768 | 2025-01-22T04:42:15.813Z | info: running `cargo check --bins` on wicket (194/197) |
3769 | 2025-01-22T04:42:16.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-01-22T04:42:16.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-01-22T04:42:16.561Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3772 | 2025-01-22T04:42:16.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3773 | 2025-01-22T04:42:17.176Z | |
3774 | 2025-01-22T04:42:17.176Z | info: running `cargo check --bins` on wicketd (195/197) |
3775 | 2025-01-22T04:42:17.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3776 | 2025-01-22T04:42:17.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3777 | 2025-01-22T04:42:17.939Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3778 | 2025-01-22T04:42:17.939Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3779 | 2025-01-22T04:42:18.825Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3780 | 2025-01-22T04:42:22.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
3781 | 2025-01-22T04:42:23.130Z | |
3782 | 2025-01-22T04:42:23.130Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3783 | 2025-01-22T04:42:23.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-01-22T04:42:23.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-01-22T04:42:23.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3786 | 2025-01-22T04:42:23.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3787 | 2025-01-22T04:42:23.782Z | |
3788 | 2025-01-22T04:42:23.782Z | info: running `cargo check --bins` on zone-setup (197/197) |
3789 | 2025-01-22T04:42:24.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-01-22T04:42:24.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-01-22T04:42:24.565Z | Checking uzers v0.12.1 |
3792 | 2025-01-22T04:42:24.928Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3793 | 2025-01-22T04:42:26.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
3794 | 2025-01-22T04:42:26.333Z | |
3795 | 2025-01-22T04:42:26.333Z | real 14:34.541094667 |
3796 | 2025-01-22T04:42:26.333Z | user 27:24.278130523 |
3797 | 2025-01-22T04:42:26.333Z | sys 4:28.651561591 |
3798 | 2025-01-22T04:42:26.333Z | trap 0.609426681 |
3799 | 2025-01-22T04:42:26.333Z | tflt 3.137853729 |
3800 | 2025-01-22T04:42:26.336Z | dflt 1.857346506 |
3801 | 2025-01-22T04:42:26.336Z | kflt 0.001609243 |
3802 | 2025-01-22T04:42:26.336Z | lock 49:48.352536616 |
3803 | 2025-01-22T04:42:26.336Z | slp 2:17:47.906597555 |
3804 | 2025-01-22T04:42:26.336Z | lat 1:09.063430249 |
3805 | 2025-01-22T04:42:26.336Z | stop 3:56.815712664 |
3806 | 2025-01-22T04:42:26.336Z | process exited: duration 1243460 ms, exit code 0 |
|
3807 | 2025-01-22T04:42:26.342Z | found 0 output files |