|
|
|
1 | 2025-01-22T08:39:15.331Z | job assigned to worker 01JJ6JKEM77ZZFWHSHWAFD1QEG [factory aws, i-088d93591026a1229] (queued for 51 s) |
|
2 | 2025-01-22T08:39:22.590Z | starting task 0: "setup" |
3 | 2025-01-22T08:39:22.600Z | ++ uname -s |
4 | 2025-01-22T08:39:22.603Z | + kern=SunOS |
5 | 2025-01-22T08:39:22.603Z | + case "$kern" in |
6 | 2025-01-22T08:39:22.603Z | + groupadd -g 12345 build |
7 | 2025-01-22T08:39:22.606Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T08:39:24.612Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T08:39:24.721Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T08:39:24.723Z | + home_fs=zfs |
11 | 2025-01-22T08:39:24.723Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T08:39:24.723Z | + mkdir -p /home/build |
13 | 2025-01-22T08:39:24.726Z | + chown build:build /home/build /work |
14 | 2025-01-22T08:39:26.728Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T08:39:26.730Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2025-01-22T08:39:26.736Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T08:39:26.741Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T08:39:26.741Z | * toolchain channel = "1.84.0" |
19 | 2025-01-22T08:39:26.741Z | * toolchain profile = "default" |
20 | 2025-01-22T08:39:26.741Z | ' 1.84.0 |
21 | 2025-01-22T08:39:26.741Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-22T08:39:26.741Z | ' default |
23 | 2025-01-22T08:39:26.744Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T08:39:26.744Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T08:39:26.861Z | info: downloading installer |
26 | 2025-01-22T08:39:28.218Z | info: profile set to 'default' |
27 | 2025-01-22T08:39:28.218Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T08:39:28.221Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T08:39:28.374Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T08:39:28.375Z | info: downloading component 'cargo' |
31 | 2025-01-22T08:39:29.274Z | info: downloading component 'clippy' |
32 | 2025-01-22T08:39:29.616Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T08:39:30.847Z | info: downloading component 'rust-std' |
34 | 2025-01-22T08:39:32.695Z | info: downloading component 'rustc' |
35 | 2025-01-22T08:39:39.784Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T08:39:40.050Z | info: installing component 'cargo' |
37 | 2025-01-22T08:39:40.898Z | info: installing component 'clippy' |
38 | 2025-01-22T08:39:41.281Z | info: installing component 'rust-docs' |
39 | 2025-01-22T08:39:43.041Z | info: installing component 'rust-std' |
40 | 2025-01-22T08:39:44.712Z | info: installing component 'rustc' |
41 | 2025-01-22T08:39:50.781Z | info: installing component 'rustfmt' |
42 | 2025-01-22T08:39:51.086Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T08:39:51.086Z | |
44 | 2025-01-22T08:39:51.474Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T08:39:51.474Z | |
46 | 2025-01-22T08:39:51.477Z | |
47 | 2025-01-22T08:39:51.477Z | Rust is installed now. Great! |
48 | 2025-01-22T08:39:51.477Z | |
49 | 2025-01-22T08:39:51.477Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T08:39:51.477Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T08:39:51.477Z | |
52 | 2025-01-22T08:39:51.477Z | To configure your current shell, you need to source |
53 | 2025-01-22T08:39:51.477Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T08:39:51.477Z | |
55 | 2025-01-22T08:39:51.477Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T08:39:51.477Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T08:39:51.477Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T08:39:51.555Z | + rustc --version |
59 | 2025-01-22T08:39:51.623Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T08:39:51.627Z | process exited: duration 24889 ms, exit code 0 |
|
61 | 2025-01-22T08:39:51.633Z | starting task 2: "authentication" |
62 | 2025-01-22T08:39:51.654Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-22T08:39:51.659Z | starting task 3: "clone repository" |
64 | 2025-01-22T08:39:51.664Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T08:39:51.667Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T08:39:51.706Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T08:39:58.764Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T08:39:58.764Z | + git fetch origin b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
69 | 2025-01-22T08:39:59.084Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T08:39:59.084Z | * branch b2cbd871e3c4725de90daf3c25e4b0055e4d7efd -> FETCH_HEAD |
71 | 2025-01-22T08:39:59.095Z | + [[ -n renovate/chrono-tz-0.x ]] |
72 | 2025-01-22T08:39:59.098Z | ++ git branch --show-current |
73 | 2025-01-22T08:39:59.101Z | + current=main |
74 | 2025-01-22T08:39:59.101Z | + [[ main != renovate/chrono-tz-0.x ]] |
75 | 2025-01-22T08:39:59.101Z | + git branch -f renovate/chrono-tz-0.x b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
76 | 2025-01-22T08:39:59.103Z | + git checkout -f renovate/chrono-tz-0.x |
77 | 2025-01-22T08:39:59.283Z | Switched to branch 'renovate/chrono-tz-0.x' |
78 | 2025-01-22T08:39:59.286Z | + git reset --hard b2cbd871e3c4725de90daf3c25e4b0055e4d7efd |
79 | 2025-01-22T08:39:59.300Z | HEAD is now at b2cbd871e Update Rust crate chrono-tz to 0.10.1 |
80 | 2025-01-22T08:39:59.302Z | process exited: duration 7641 ms, exit code 0 |
|
81 | 2025-01-22T08:39:59.308Z | starting task 4: "build" |
82 | 2025-01-22T08:39:59.313Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T08:39:59.313Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T08:39:59.313Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T08:39:59.313Z | + cargo --version |
86 | 2025-01-22T08:39:59.377Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T08:39:59.379Z | + rustc --version |
88 | 2025-01-22T08:39:59.440Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T08:39:59.444Z | + source ./env.sh |
90 | 2025-01-22T08:39:59.446Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-22T08:39:59.446Z | ++ set -o xtrace |
92 | 2025-01-22T08:39:59.446Z | ++++ dirname ./env.sh |
93 | 2025-01-22T08:39:59.449Z | +++ readlink -f . |
94 | 2025-01-22T08:39:59.451Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.451Z | ++ 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-22T08:39:59.452Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-22T08:39:59.452Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-22T08:39:59.452Z | + 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-22T08:39:59.452Z | + 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-22T08:39:59.452Z | + banner prerequisites |
108 | 2025-01-22T08:39:59.454Z | |
109 | 2025-01-22T08:39:59.455Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-22T08:39:59.455Z | # # # # # # # # # # # # # # # |
111 | 2025-01-22T08:39:59.455Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-22T08:39:59.455Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-22T08:39:59.455Z | # # # # # # # # # # # # # # # |
114 | 2025-01-22T08:39:59.455Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-22T08:39:59.455Z | |
116 | 2025-01-22T08:39:59.455Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-22T08:40:01.095Z | pkg list: illegal option -- F |
118 | 2025-01-22T08:40:01.095Z | Usage: |
119 | 2025-01-22T08:40:01.098Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-22T08:40:01.098Z | [pkg_fmri_pattern ...] |
121 | 2025-01-22T08:40:01.937Z | pkg list: illegal option -- F |
122 | 2025-01-22T08:40:01.937Z | Usage: |
123 | 2025-01-22T08:40:01.940Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-22T08:40:01.940Z | [pkg_fmri_pattern ...] |
125 | 2025-01-22T08:40:08.080Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-22T08:40:12.179Z | Startup: Caching catalogs ... Done |
127 | 2025-01-22T08:40:23.536Z | Planning: Solver setup ... Done (10.529s) |
128 | 2025-01-22T08:40:23.684Z | Planning: Running solver ... Done (0.148s) |
129 | 2025-01-22T08:40:23.796Z | Planning: Finding local manifests ... Done (0.007s) |
130 | 2025-01-22T08:40:23.834Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-22T08:40:25.317Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-22T08:40:25.431Z | Planning: Package planning ... Done (0.114s) |
133 | 2025-01-22T08:40:25.489Z | Planning: Merging actions ... Done (0.058s) |
134 | 2025-01-22T08:40:25.690Z | Planning: Checking for conflicting actions ... Done (0.201s) |
135 | 2025-01-22T08:40:27.785Z | Planning: Consolidating action changes ... Done (2.095s) |
136 | 2025-01-22T08:40:28.232Z | Planning: Evaluating mediators ... Done (0.447s) |
137 | 2025-01-22T08:40:28.313Z | Planning: Planning completed in 16.04 seconds |
138 | 2025-01-22T08:40:28.330Z | Packages to install: 4 |
139 | 2025-01-22T08:40:28.330Z | Packages to update: 3 |
140 | 2025-01-22T08:40:28.333Z | Mediators to change: 2 |
141 | 2025-01-22T08:40:28.333Z | Services to change: 1 |
142 | 2025-01-22T08:40:28.333Z | Estimated space available: 155.61 GB |
143 | 2025-01-22T08:40:28.333Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-22T08:40:28.333Z | Create boot environment: No |
145 | 2025-01-22T08:40:28.333Z | Create backup boot environment: Yes |
146 | 2025-01-22T08:40:28.333Z | Rebuild boot archive: No |
147 | 2025-01-22T08:40:28.333Z | |
148 | 2025-01-22T08:40:28.333Z | Changed mediators: |
149 | 2025-01-22T08:40:28.333Z | mediator clang: |
150 | 2025-01-22T08:40:28.333Z | version: None -> 15 (system default) |
151 | 2025-01-22T08:40:28.333Z | |
152 | 2025-01-22T08:40:28.333Z | mediator llvm: |
153 | 2025-01-22T08:40:28.333Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-22T08:40:28.333Z | |
155 | 2025-01-22T08:40:28.333Z | Changed packages: |
156 | 2025-01-22T08:40:28.333Z | helios-dev |
157 | 2025-01-22T08:40:28.333Z | developer/build-essential |
158 | 2025-01-22T08:40:28.333Z | None -> 11-2.0 |
159 | 2025-01-22T08:40:28.333Z | library/libxmlsec1 |
160 | 2025-01-22T08:40:28.333Z | None -> 1.2.35-2.0 |
161 | 2025-01-22T08:40:28.333Z | ooce/developer/clang-15 |
162 | 2025-01-22T08:40:28.333Z | None -> 15.0.7-2.0 |
163 | 2025-01-22T08:40:28.333Z | ooce/developer/llvm-15 |
164 | 2025-01-22T08:40:28.333Z | None -> 15.0.7-2.0 |
165 | 2025-01-22T08:40:28.333Z | package/pkg |
166 | 2025-01-22T08:40:28.333Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-22T08:40:28.333Z | system/library/g++-runtime |
168 | 2025-01-22T08:40:28.333Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-22T08:40:28.333Z | system/library/gcc-runtime |
170 | 2025-01-22T08:40:28.334Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-22T08:40:28.334Z | |
172 | 2025-01-22T08:40:28.334Z | Services: |
173 | 2025-01-22T08:40:28.334Z | restart_fmri: |
174 | 2025-01-22T08:40:28.334Z | svc:/system/update-man-index:default |
175 | 2025-01-22T08:40:28.334Z | |
176 | 2025-01-22T08:40:28.334Z | Editable files to change: |
177 | 2025-01-22T08:40:28.334Z | Update: |
178 | 2025-01-22T08:40:28.334Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-22T08:40:28.482Z | |
180 | 2025-01-22T08:40:28.482Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-22T08:40:34.586Z | Download: 212/4301 items 1.3/225.4MB 0% complete (389k/s) |
182 | 2025-01-22T08:40:39.586Z | Download: 1120/4301 items 33.1/225.4MB 14% complete (3.2M/s) |
183 | 2025-01-22T08:40:50.372Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (8.1M/s) |
184 | 2025-01-22T08:40:55.376Z | Download: 1764/4301 items 118.3/225.4MB 52% complete (7.2M/s) |
185 | 2025-01-22T08:41:00.384Z | Download: 2340/4301 items 119.7/225.4MB 53% complete (3.7M/s) |
186 | 2025-01-22T08:41:05.386Z | Download: 3237/4301 items 189.3/225.4MB 83% complete (7.0M/s) |
187 | 2025-01-22T08:41:10.386Z | Download: 3846/4301 items 217.3/225.4MB 96% complete (9.8M/s) |
188 | 2025-01-22T08:41:16.232Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (6.1M/s) |
189 | 2025-01-22T08:41:21.231Z | Download: 4273/4301 items 220.6/225.4MB 97% complete (314k/s) |
190 | 2025-01-22T08:41:24.668Z | Download: Completed 225.42 MB in 56.25 seconds (4.0M/s) |
191 | 2025-01-22T08:41:26.793Z | Actions: 1/5122 actions (Removing old actions) |
192 | 2025-01-22T08:41:26.816Z | Actions: 194/5122 actions (Installing new actions) |
193 | 2025-01-22T08:41:31.562Z | Actions: 4267/5122 actions (Updating modified actions) |
194 | 2025-01-22T08:41:31.925Z | Actions: Completed 5122 actions in 5.13 seconds. |
195 | 2025-01-22T08:41:32.338Z | Done (0.406s) |
196 | 2025-01-22T08:41:32.341Z | Done (0.001s) |
197 | 2025-01-22T08:41:32.923Z | Done (0.583s) |
198 | 2025-01-22T08:41:37.463Z | Done (4.303s) |
199 | 2025-01-22T08:41:37.551Z | Done (0.019s) |
200 | 2025-01-22T08:41:37.554Z | Done (0.000s) |
201 | 2025-01-22T08:41:37.728Z | Done (0.000s) |
202 | 2025-01-22T08:41:38.440Z | Planning: Evaluating mediator changes ... Done |
203 | 2025-01-22T08:41:38.606Z | Planning: Checking for conflicting actions ... Done |
204 | 2025-01-22T08:41:38.609Z | Planning: Consolidating action changes ... Done |
205 | 2025-01-22T08:41:38.879Z | Planning: Evaluating mediators ... Done |
206 | 2025-01-22T08:41:38.882Z | Planning: Planning completed in 0.44 seconds |
207 | 2025-01-22T08:41:38.922Z | Mediators to change: 2 |
208 | 2025-01-22T08:41:38.922Z | Create boot environment: No |
209 | 2025-01-22T08:41:38.922Z | Create backup boot environment: No |
210 | 2025-01-22T08:41:39.007Z | Done |
211 | 2025-01-22T08:41:39.007Z | Done |
212 | 2025-01-22T08:41:39.372Z | Done |
213 | 2025-01-22T08:41:43.103Z | Done |
214 | 2025-01-22T08:41:43.207Z | Done |
215 | 2025-01-22T08:41:43.217Z | Done |
216 | 2025-01-22T08:41:43.339Z | Done |
217 | 2025-01-22T08:41:43.966Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-01-22T08:41:43.968Z | Planning: Merging actions ... Done |
219 | 2025-01-22T08:41:44.165Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-01-22T08:41:44.168Z | Planning: Consolidating action changes ... Done |
221 | 2025-01-22T08:41:44.437Z | Planning: Evaluating mediators ... Done |
222 | 2025-01-22T08:41:44.494Z | Planning: Planning completed in 0.77 seconds |
223 | 2025-01-22T08:41:44.535Z | Packages to change: 1 |
224 | 2025-01-22T08:41:44.535Z | Mediators to change: 1 |
225 | 2025-01-22T08:41:44.538Z | Services to change: 1 |
226 | 2025-01-22T08:41:44.538Z | Create boot environment: No |
227 | 2025-01-22T08:41:44.538Z | Create backup boot environment: Yes |
228 | 2025-01-22T08:41:46.693Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2025-01-22T08:41:46.698Z | Actions: Completed 6 actions in 0.00 seconds. |
230 | 2025-01-22T08:41:46.698Z | Done |
231 | 2025-01-22T08:41:46.698Z | Done |
232 | 2025-01-22T08:41:46.813Z | Done |
233 | 2025-01-22T08:41:50.494Z | Done |
234 | 2025-01-22T08:41:50.587Z | Done |
235 | 2025-01-22T08:41:50.592Z | Done |
236 | 2025-01-22T08:41:50.804Z | Done |
237 | 2025-01-22T08:41:51.249Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2025-01-22T08:41:51.249Z | clang system 15 system |
239 | 2025-01-22T08:41:51.249Z | csh system system illumos |
240 | 2025-01-22T08:41:51.249Z | ctags system system illumos |
241 | 2025-01-22T08:41:51.249Z | gcc vendor 12 vendor |
242 | 2025-01-22T08:41:51.249Z | gcc system 10 system |
243 | 2025-01-22T08:41:51.249Z | gcc system 7 system |
244 | 2025-01-22T08:41:51.249Z | go system 1.20 system |
245 | 2025-01-22T08:41:51.249Z | go system 1.19 system |
246 | 2025-01-22T08:41:51.249Z | llvm system 15 system |
247 | 2025-01-22T08:41:51.249Z | llvm system 14 system |
248 | 2025-01-22T08:41:51.249Z | mariadb system 10.6 system |
249 | 2025-01-22T08:41:51.249Z | mta vendor vendor dma |
250 | 2025-01-22T08:41:51.249Z | openjdk system 17 system |
251 | 2025-01-22T08:41:51.249Z | openjdk system 11 system |
252 | 2025-01-22T08:41:51.249Z | openjdk system 1.8 system |
253 | 2025-01-22T08:41:51.249Z | openssl vendor 3 vendor |
254 | 2025-01-22T08:41:51.249Z | perl system 5.36 system |
255 | 2025-01-22T08:41:51.249Z | postgresql system 15 system |
256 | 2025-01-22T08:41:51.249Z | postgresql system 13 system |
257 | 2025-01-22T08:41:51.249Z | python vendor 3 vendor |
258 | 2025-01-22T08:41:51.249Z | python system 2 system |
259 | 2025-01-22T08:41:51.249Z | python3 system 3.11 system |
260 | 2025-01-22T08:41:51.249Z | ruby system 3.0 system |
261 | 2025-01-22T08:41:51.249Z | words vendor vendor american-english |
262 | 2025-01-22T08:41:51.249Z | words system system australian-english |
263 | 2025-01-22T08:41:51.249Z | words system system british-english |
264 | 2025-01-22T08:41:51.249Z | words system system canadian-english |
265 | 2025-01-22T08:41:51.249Z | words system system french |
266 | 2025-01-22T08:41:51.249Z | words system system italian |
267 | 2025-01-22T08:41:51.249Z | words system system ngerman |
268 | 2025-01-22T08:41:51.249Z | words system system ogerman |
269 | 2025-01-22T08:41:51.249Z | words system system spanish |
270 | 2025-01-22T08:41:51.594Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2025-01-22T08:41:51.594Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2025-01-22T08:41:54.402Z | FMRI IFO |
273 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
283 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2025-01-22T08:41:54.402Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2025-01-22T08:41:54.403Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
286 | 2025-01-22T08:41:54.403Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2025-01-22T08:41:54.403Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2025-01-22T08:41:55.172Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2025-01-22T08:41:55.417Z | Updating crates.io index |
290 | 2025-01-22T08:41:55.420Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
291 | 2025-01-22T08:41:55.815Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
292 | 2025-01-22T08:41:56.340Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
293 | 2025-01-22T08:41:56.601Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2025-01-22T08:41:56.885Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2025-01-22T08:41:57.146Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2025-01-22T08:41:58.105Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2025-01-22T08:41:59.654Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2025-01-22T08:42:00.373Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2025-01-22T08:42:01.120Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2025-01-22T08:42:01.414Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2025-01-22T08:42:01.723Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2025-01-22T08:42:02.281Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
303 | 2025-01-22T08:42:02.537Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-01-22T08:42:02.908Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
305 | 2025-01-22T08:42:03.163Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
306 | 2025-01-22T08:42:03.419Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
307 | 2025-01-22T08:42:03.669Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
308 | 2025-01-22T08:42:04.034Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
309 | 2025-01-22T08:42:04.355Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
310 | 2025-01-22T08:42:04.674Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-01-22T08:42:05.053Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-01-22T08:42:05.289Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-01-22T08:42:05.850Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2025-01-22T08:42:06.154Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-01-22T08:42:06.569Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-01-22T08:42:06.936Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2025-01-22T08:42:07.322Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-01-22T08:42:07.621Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-01-22T08:42:07.908Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-01-22T08:42:09.063Z | Downloading crates ... |
321 | 2025-01-22T08:42:09.147Z | Downloaded anstream v0.6.15 |
322 | 2025-01-22T08:42:09.216Z | Downloaded dtrace-parser v0.2.0 |
323 | 2025-01-22T08:42:09.219Z | Downloaded plain v0.2.3 |
324 | 2025-01-22T08:42:09.222Z | Downloaded cargo-platform v0.1.8 |
325 | 2025-01-22T08:42:09.225Z | Downloaded utf8parse v0.2.2 |
326 | 2025-01-22T08:42:09.227Z | Downloaded thiserror-impl v1.0.69 |
327 | 2025-01-22T08:42:09.227Z | Downloaded semver v1.0.24 |
328 | 2025-01-22T08:42:09.230Z | Downloaded digest v0.10.7 |
329 | 2025-01-22T08:42:09.230Z | Downloaded pest_generator v2.7.14 |
330 | 2025-01-22T08:42:09.237Z | Downloaded usdt-macro v0.5.0 |
331 | 2025-01-22T08:42:09.242Z | Downloaded cfg-if v1.0.0 |
332 | 2025-01-22T08:42:09.244Z | Downloaded generic-array v0.14.7 |
333 | 2025-01-22T08:42:09.247Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2025-01-22T08:42:09.250Z | Downloaded is_terminal_polyfill v1.70.1 |
335 | 2025-01-22T08:42:09.253Z | Downloaded pretty-hex v0.4.1 |
336 | 2025-01-22T08:42:09.258Z | Downloaded usdt v0.5.0 |
337 | 2025-01-22T08:42:09.295Z | Downloaded scroll_derive v0.12.0 |
338 | 2025-01-22T08:42:09.298Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2025-01-22T08:42:09.308Z | Downloaded equivalent v1.0.1 |
340 | 2025-01-22T08:42:09.319Z | Downloaded bytecount v0.6.8 |
341 | 2025-01-22T08:42:09.321Z | Downloaded anstyle-query v1.1.1 |
342 | 2025-01-22T08:42:09.324Z | Downloaded itoa v1.0.11 |
343 | 2025-01-22T08:42:09.327Z | Downloaded autocfg v1.4.0 |
344 | 2025-01-22T08:42:09.330Z | Downloaded heck v0.4.1 |
345 | 2025-01-22T08:42:09.330Z | Downloaded anstyle-parse v0.2.5 |
346 | 2025-01-22T08:42:09.332Z | Downloaded unicode-linebreak v0.1.5 |
347 | 2025-01-22T08:42:09.332Z | Downloaded bitflags v2.6.0 |
348 | 2025-01-22T08:42:09.336Z | Downloaded thiserror v1.0.69 |
349 | 2025-01-22T08:42:09.341Z | Downloaded smawk v0.3.2 |
350 | 2025-01-22T08:42:09.345Z | Downloaded block-buffer v0.10.4 |
351 | 2025-01-22T08:42:09.345Z | Downloaded anstyle v1.0.10 |
352 | 2025-01-22T08:42:09.347Z | Downloaded terminal_size v0.4.0 |
353 | 2025-01-22T08:42:09.347Z | Downloaded serde_tokenstream v0.2.2 |
354 | 2025-01-22T08:42:09.347Z | Downloaded unicode-ident v1.0.14 |
355 | 2025-01-22T08:42:09.350Z | Downloaded typenum v1.17.0 |
356 | 2025-01-22T08:42:09.352Z | Downloaded pest_derive v2.7.14 |
357 | 2025-01-22T08:42:09.355Z | Downloaded camino v1.1.9 |
358 | 2025-01-22T08:42:09.357Z | Downloaded cpufeatures v0.2.14 |
359 | 2025-01-22T08:42:09.360Z | Downloaded swrite v0.1.0 |
360 | 2025-01-22T08:42:09.360Z | Downloaded clap_derive v4.5.18 |
361 | 2025-01-22T08:42:09.362Z | Downloaded thread-id v4.2.2 |
362 | 2025-01-22T08:42:09.362Z | Downloaded proc-macro-error-attr v1.0.4 |
363 | 2025-01-22T08:42:09.366Z | Downloaded tabled_derive v0.7.0 |
364 | 2025-01-22T08:42:09.369Z | Downloaded memmap v0.7.0 |
365 | 2025-01-22T08:42:09.369Z | Downloaded strsim v0.11.1 |
366 | 2025-01-22T08:42:09.371Z | Downloaded serde_spanned v0.6.8 |
367 | 2025-01-22T08:42:09.371Z | Downloaded scroll v0.12.0 |
368 | 2025-01-22T08:42:09.374Z | Downloaded proc-macro-error v1.0.4 |
369 | 2025-01-22T08:42:09.376Z | Downloaded fnv v1.0.7 |
370 | 2025-01-22T08:42:09.376Z | Downloaded macaddr v1.0.1 |
371 | 2025-01-22T08:42:09.379Z | Downloaded heck v0.5.0 |
372 | 2025-01-22T08:42:09.379Z | Downloaded dof v0.3.0 |
373 | 2025-01-22T08:42:09.379Z | Downloaded fs-err v2.11.0 |
374 | 2025-01-22T08:42:09.383Z | Downloaded fastrand v2.1.1 |
375 | 2025-01-22T08:42:09.383Z | Downloaded version_check v0.9.5 |
376 | 2025-01-22T08:42:09.385Z | Downloaded ucd-trie v0.1.7 |
377 | 2025-01-22T08:42:09.385Z | Downloaded log v0.4.22 |
378 | 2025-01-22T08:42:09.388Z | Downloaded colorchoice v1.0.2 |
379 | 2025-01-22T08:42:09.388Z | Downloaded byteorder v1.5.0 |
380 | 2025-01-22T08:42:09.390Z | Downloaded sha2 v0.10.8 |
381 | 2025-01-22T08:42:09.390Z | Downloaded toml_datetime v0.6.8 |
382 | 2025-01-22T08:42:09.393Z | Downloaded cargo_metadata v0.18.1 |
383 | 2025-01-22T08:42:09.393Z | Downloaded crypto-common v0.1.6 |
384 | 2025-01-22T08:42:09.395Z | Downloaded tempfile v3.13.0 |
385 | 2025-01-22T08:42:09.401Z | Downloaded pest_meta v2.7.14 |
386 | 2025-01-22T08:42:09.403Z | Downloaded once_cell v1.20.2 |
387 | 2025-01-22T08:42:09.409Z | Downloaded quote v1.0.38 |
388 | 2025-01-22T08:42:09.411Z | Downloaded clap_lex v0.7.2 |
389 | 2025-01-22T08:42:09.413Z | Downloaded usdt-impl v0.5.0 |
390 | 2025-01-22T08:42:09.414Z | Downloaded toml v0.8.19 |
391 | 2025-01-22T08:42:09.416Z | Downloaded errno v0.3.9 |
392 | 2025-01-22T08:42:09.419Z | Downloaded camino-tempfile v1.1.1 |
393 | 2025-01-22T08:42:09.423Z | Downloaded cargo_toml v0.20.5 |
394 | 2025-01-22T08:42:09.425Z | Downloaded papergrid v0.11.0 |
395 | 2025-01-22T08:42:09.428Z | Downloaded ryu v1.0.18 |
396 | 2025-01-22T08:42:09.430Z | Downloaded anyhow v1.0.93 |
397 | 2025-01-22T08:42:09.433Z | Downloaded memchr v2.7.4 |
398 | 2025-01-22T08:42:09.441Z | Downloaded textwrap v0.16.1 |
399 | 2025-01-22T08:42:09.452Z | Downloaded proc-macro2 v1.0.92 |
400 | 2025-01-22T08:42:09.460Z | Downloaded indexmap v2.7.0 |
401 | 2025-01-22T08:42:09.465Z | Downloaded serde_derive v1.0.217 |
402 | 2025-01-22T08:42:09.467Z | Downloaded clap v4.5.21 |
403 | 2025-01-22T08:42:09.475Z | Downloaded serde v1.0.217 |
404 | 2025-01-22T08:42:09.502Z | Downloaded zerocopy v0.7.35 |
405 | 2025-01-22T08:42:09.517Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-22T08:42:09.536Z | Downloaded winnow v0.6.20 |
407 | 2025-01-22T08:42:09.544Z | Downloaded serde_json v1.0.135 |
408 | 2025-01-22T08:42:09.551Z | Downloaded tabled v0.15.0 |
409 | 2025-01-22T08:42:09.568Z | Downloaded hashbrown v0.15.1 |
410 | 2025-01-22T08:42:09.571Z | Downloaded clap_builder v4.5.21 |
411 | 2025-01-22T08:42:09.575Z | Downloaded pest v2.7.14 |
412 | 2025-01-22T08:42:09.580Z | Downloaded goblin v0.8.2 |
413 | 2025-01-22T08:42:09.600Z | Downloaded unicode-width v0.1.14 |
414 | 2025-01-22T08:42:09.605Z | Downloaded syn v1.0.109 |
415 | 2025-01-22T08:42:09.615Z | Downloaded syn v2.0.96 |
416 | 2025-01-22T08:42:09.625Z | Downloaded rustix v0.38.37 |
417 | 2025-01-22T08:42:09.645Z | Downloaded libc v0.2.169 |
418 | 2025-01-22T08:42:09.956Z | Compiling proc-macro2 v1.0.92 |
419 | 2025-01-22T08:42:09.956Z | Compiling unicode-ident v1.0.14 |
420 | 2025-01-22T08:42:09.959Z | Compiling version_check v0.9.5 |
421 | 2025-01-22T08:42:09.959Z | Compiling serde v1.0.217 |
422 | 2025-01-22T08:42:09.959Z | Compiling thiserror v1.0.69 |
423 | 2025-01-22T08:42:09.959Z | Compiling memchr v2.7.4 |
424 | 2025-01-22T08:42:09.992Z | Compiling libc v0.2.169 |
425 | 2025-01-22T08:42:09.996Z | Compiling itoa v1.0.11 |
426 | 2025-01-22T08:42:10.229Z | Compiling ucd-trie v0.1.7 |
427 | 2025-01-22T08:42:10.380Z | Compiling ryu v1.0.18 |
428 | 2025-01-22T08:42:10.752Z | Compiling once_cell v1.20.2 |
429 | 2025-01-22T08:42:10.800Z | Compiling byteorder v1.5.0 |
430 | 2025-01-22T08:42:10.826Z | Compiling rustix v0.38.37 |
431 | 2025-01-22T08:42:11.174Z | Compiling serde_json v1.0.135 |
432 | 2025-01-22T08:42:11.315Z | Compiling bitflags v2.6.0 |
433 | 2025-01-22T08:42:11.538Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2025-01-22T08:42:11.634Z | Compiling usdt-impl v0.5.0 |
435 | 2025-01-22T08:42:11.667Z | Compiling syn v1.0.109 |
436 | 2025-01-22T08:42:11.697Z | Compiling proc-macro-error v1.0.4 |
437 | 2025-01-22T08:42:11.742Z | Compiling equivalent v1.0.1 |
438 | 2025-01-22T08:42:11.828Z | Compiling quote v1.0.38 |
439 | 2025-01-22T08:42:11.951Z | Compiling errno v0.3.9 |
440 | 2025-01-22T08:42:12.073Z | Compiling utf8parse v0.2.2 |
441 | 2025-01-22T08:42:12.126Z | Compiling camino v1.1.9 |
442 | 2025-01-22T08:42:12.179Z | Compiling syn v2.0.96 |
443 | 2025-01-22T08:42:12.202Z | Compiling log v0.4.22 |
444 | 2025-01-22T08:42:12.308Z | Compiling plain v0.2.3 |
445 | 2025-01-22T08:42:12.438Z | Compiling thread-id v4.2.2 |
446 | 2025-01-22T08:42:12.452Z | Compiling hashbrown v0.15.1 |
447 | 2025-01-22T08:42:12.566Z | Compiling anstyle-parse v0.2.5 |
448 | 2025-01-22T08:42:12.804Z | Compiling anstyle v1.0.10 |
449 | 2025-01-22T08:42:12.877Z | Compiling pretty-hex v0.4.1 |
450 | 2025-01-22T08:42:13.175Z | Compiling autocfg v1.4.0 |
451 | 2025-01-22T08:42:13.181Z | Compiling winnow v0.6.20 |
452 | 2025-01-22T08:42:13.226Z | Compiling colorchoice v1.0.2 |
453 | 2025-01-22T08:42:13.296Z | Compiling semver v1.0.24 |
454 | 2025-01-22T08:42:13.411Z | Compiling is_terminal_polyfill v1.70.1 |
455 | 2025-01-22T08:42:13.520Z | Compiling indexmap v2.7.0 |
456 | 2025-01-22T08:42:13.557Z | Compiling anstyle-query v1.1.1 |
457 | 2025-01-22T08:42:13.725Z | Compiling unicode-width v0.1.14 |
458 | 2025-01-22T08:42:13.854Z | Compiling anstream v0.6.15 |
459 | 2025-01-22T08:42:14.065Z | Compiling fs-err v2.11.0 |
460 | 2025-01-22T08:42:14.286Z | Compiling terminal_size v0.4.0 |
461 | 2025-01-22T08:42:14.500Z | Compiling cfg-if v1.0.0 |
462 | 2025-01-22T08:42:14.635Z | Compiling heck v0.5.0 |
463 | 2025-01-22T08:42:14.661Z | Compiling bytecount v0.6.8 |
464 | 2025-01-22T08:42:14.694Z | Compiling strsim v0.11.1 |
465 | 2025-01-22T08:42:14.720Z | Compiling fastrand v2.1.1 |
466 | 2025-01-22T08:42:14.896Z | Compiling fnv v1.0.7 |
467 | 2025-01-22T08:42:14.967Z | Compiling anyhow v1.0.93 |
468 | 2025-01-22T08:42:15.118Z | Compiling heck v0.4.1 |
469 | 2025-01-22T08:42:15.226Z | Compiling clap_lex v0.7.2 |
470 | 2025-01-22T08:42:15.498Z | Compiling clap_builder v4.5.21 |
471 | 2025-01-22T08:42:15.534Z | Compiling tempfile v3.13.0 |
472 | 2025-01-22T08:42:15.704Z | Compiling papergrid v0.11.0 |
473 | 2025-01-22T08:42:15.887Z | Compiling memmap v0.7.0 |
474 | 2025-01-22T08:42:16.017Z | Compiling smawk v0.3.2 |
475 | 2025-01-22T08:42:16.255Z | Compiling unicode-linebreak v0.1.5 |
476 | 2025-01-22T08:42:16.642Z | Compiling swrite v0.1.0 |
477 | 2025-01-22T08:42:16.761Z | Compiling textwrap v0.16.1 |
478 | 2025-01-22T08:42:17.396Z | Compiling tabled_derive v0.7.0 |
479 | 2025-01-22T08:42:18.975Z | Compiling tabled v0.15.0 |
480 | 2025-01-22T08:42:19.064Z | Compiling serde_derive v1.0.217 |
481 | 2025-01-22T08:42:19.066Z | Compiling thiserror-impl v1.0.69 |
482 | 2025-01-22T08:42:19.067Z | Compiling zerocopy-derive v0.7.35 |
483 | 2025-01-22T08:42:19.067Z | Compiling scroll_derive v0.12.0 |
484 | 2025-01-22T08:42:19.067Z | Compiling clap_derive v4.5.18 |
485 | 2025-01-22T08:42:20.545Z | Compiling scroll v0.12.0 |
486 | 2025-01-22T08:42:20.850Z | Compiling zerocopy v0.7.35 |
487 | 2025-01-22T08:42:21.144Z | Compiling goblin v0.8.2 |
488 | 2025-01-22T08:42:22.073Z | Compiling pest v2.7.14 |
489 | 2025-01-22T08:42:22.715Z | Compiling clap v4.5.21 |
490 | 2025-01-22T08:42:24.135Z | Compiling pest_meta v2.7.14 |
491 | 2025-01-22T08:42:25.068Z | Compiling pest_generator v2.7.14 |
492 | 2025-01-22T08:42:26.559Z | Compiling pest_derive v2.7.14 |
493 | 2025-01-22T08:42:27.176Z | Compiling dtrace-parser v0.2.0 |
494 | 2025-01-22T08:42:27.879Z | Compiling serde_tokenstream v0.2.2 |
495 | 2025-01-22T08:42:27.927Z | Compiling toml_datetime v0.6.8 |
496 | 2025-01-22T08:42:27.983Z | Compiling serde_spanned v0.6.8 |
497 | 2025-01-22T08:42:28.223Z | Compiling cargo-platform v0.1.8 |
498 | 2025-01-22T08:42:28.252Z | Compiling toml_edit v0.22.22 |
499 | 2025-01-22T08:42:28.411Z | Compiling macaddr v1.0.1 |
500 | 2025-01-22T08:42:28.626Z | Compiling camino-tempfile v1.1.1 |
501 | 2025-01-22T08:42:29.256Z | Compiling dof v0.3.0 |
502 | 2025-01-22T08:42:29.285Z | Compiling cargo_metadata v0.18.1 |
503 | 2025-01-22T08:42:30.623Z | Compiling usdt-macro v0.5.0 |
504 | 2025-01-22T08:42:30.623Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2025-01-22T08:42:30.966Z | Compiling toml v0.8.19 |
506 | 2025-01-22T08:42:31.738Z | Compiling cargo_toml v0.20.5 |
507 | 2025-01-22T08:42:31.852Z | Compiling usdt v0.5.0 |
508 | 2025-01-22T08:42:34.502Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2025-01-22T08:42:37.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.73s |
510 | 2025-01-22T08:42:37.952Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2025-01-22T08:42:38.479Z | Downloading crates ... |
512 | 2025-01-22T08:42:38.608Z | Downloaded adler2 v2.0.0 |
513 | 2025-01-22T08:42:38.611Z | Downloaded addr2line v0.24.2 |
514 | 2025-01-22T08:42:38.619Z | Downloaded atomicwrites v0.4.4 |
515 | 2025-01-22T08:42:38.623Z | Downloaded async-stream-impl v0.3.6 |
516 | 2025-01-22T08:42:38.626Z | Downloaded assert_matches v1.5.0 |
517 | 2025-01-22T08:42:38.635Z | Downloaded cfg_aliases v0.2.1 |
518 | 2025-01-22T08:42:38.720Z | Downloaded ciborium-io v0.2.2 |
519 | 2025-01-22T08:42:38.728Z | Downloaded cfg_aliases v0.1.1 |
520 | 2025-01-22T08:42:38.728Z | Downloaded atty v0.2.14 |
521 | 2025-01-22T08:42:38.728Z | Downloaded hostname v0.3.1 |
522 | 2025-01-22T08:42:38.728Z | Downloaded hex v0.4.3 |
523 | 2025-01-22T08:42:38.728Z | Downloaded darling v0.20.10 |
524 | 2025-01-22T08:42:38.728Z | Downloaded http-body v1.0.1 |
525 | 2025-01-22T08:42:38.728Z | Downloaded hickory-resolver v0.24.2 |
526 | 2025-01-22T08:42:38.728Z | Downloaded icu_locid v1.5.0 |
527 | 2025-01-22T08:42:38.728Z | Downloaded hyper-staticfile v0.10.1 |
528 | 2025-01-22T08:42:38.728Z | Downloaded icu_properties v1.5.1 |
529 | 2025-01-22T08:42:38.728Z | Downloaded array-init v0.0.4 |
530 | 2025-01-22T08:42:38.728Z | Downloaded arrayref v0.3.9 |
531 | 2025-01-22T08:42:38.728Z | Downloaded aead v0.5.2 |
532 | 2025-01-22T08:42:38.728Z | Downloaded ipnetwork v0.20.0 |
533 | 2025-01-22T08:42:38.728Z | Downloaded bit-vec v0.6.3 |
534 | 2025-01-22T08:42:38.728Z | Downloaded async-recursion v1.1.1 |
535 | 2025-01-22T08:42:38.728Z | Downloaded bcrypt-pbkdf v0.10.0 |
536 | 2025-01-22T08:42:38.729Z | Downloaded hubpack v0.1.2 |
537 | 2025-01-22T08:42:38.729Z | Downloaded constant_time_eq v0.3.1 |
538 | 2025-01-22T08:42:38.729Z | Downloaded cmake v0.1.51 |
539 | 2025-01-22T08:42:38.729Z | Downloaded icu_properties_data v1.5.0 |
540 | 2025-01-22T08:42:38.729Z | Downloaded indexmap v1.9.3 |
541 | 2025-01-22T08:42:38.729Z | Downloaded internet-checksum v0.2.1 |
542 | 2025-01-22T08:42:38.729Z | Downloaded home v0.5.9 |
543 | 2025-01-22T08:42:38.729Z | Downloaded icu_normalizer_data v1.5.0 |
544 | 2025-01-22T08:42:38.729Z | Downloaded idna_adapter v1.2.0 |
545 | 2025-01-22T08:42:38.729Z | Downloaded icu_provider v1.5.0 |
546 | 2025-01-22T08:42:38.729Z | Downloaded cipher v0.4.4 |
547 | 2025-01-22T08:42:38.734Z | Downloaded ident_case v1.0.1 |
548 | 2025-01-22T08:42:38.734Z | Downloaded ctr v0.9.2 |
549 | 2025-01-22T08:42:38.734Z | Downloaded convert_case v0.4.0 |
550 | 2025-01-22T08:42:38.734Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2025-01-22T08:42:38.734Z | Downloaded hmac v0.12.1 |
552 | 2025-01-22T08:42:38.737Z | Downloaded instant v0.1.13 |
553 | 2025-01-22T08:42:38.737Z | Downloaded ciborium-ll v0.2.2 |
554 | 2025-01-22T08:42:38.737Z | Downloaded castaway v0.2.3 |
555 | 2025-01-22T08:42:38.739Z | Downloaded ipnet v2.10.1 |
556 | 2025-01-22T08:42:38.742Z | Downloaded impl-trait-for-tuples v0.2.2 |
557 | 2025-01-22T08:42:38.745Z | Downloaded highway v1.2.0 |
558 | 2025-01-22T08:42:38.747Z | Downloaded curve25519-dalek-derive v0.1.1 |
559 | 2025-01-22T08:42:38.751Z | Downloaded cexpr v0.6.0 |
560 | 2025-01-22T08:42:38.751Z | Downloaded instability v0.3.2 |
561 | 2025-01-22T08:42:38.754Z | Downloaded strum v0.26.3 |
562 | 2025-01-22T08:42:38.757Z | Downloaded is_ci v1.2.0 |
563 | 2025-01-22T08:42:38.757Z | Downloaded inout v0.1.3 |
564 | 2025-01-22T08:42:38.757Z | Downloaded indoc v1.0.9 |
565 | 2025-01-22T08:42:38.759Z | Downloaded hickory-server v0.24.2 |
566 | 2025-01-22T08:42:38.766Z | Downloaded is-terminal v0.4.13 |
567 | 2025-01-22T08:42:38.769Z | Downloaded md5 v0.7.0 |
568 | 2025-01-22T08:42:38.771Z | Downloaded crc32fast v1.4.2 |
569 | 2025-01-22T08:42:38.774Z | Downloaded colored v2.1.0 |
570 | 2025-01-22T08:42:38.776Z | Downloaded match_cfg v0.1.0 |
571 | 2025-01-22T08:42:38.776Z | Downloaded mirai-annotations v1.12.0 |
572 | 2025-01-22T08:42:38.779Z | Downloaded async-bb8-diesel v0.2.1 |
573 | 2025-01-22T08:42:38.781Z | Downloaded cancel-safe-futures v0.1.5 |
574 | 2025-01-22T08:42:38.785Z | Downloaded linear-map v1.2.0 |
575 | 2025-01-22T08:42:38.787Z | Downloaded lazycell v1.3.0 |
576 | 2025-01-22T08:42:38.790Z | Downloaded csv-core v0.1.11 |
577 | 2025-01-22T08:42:38.793Z | Downloaded maplit v1.0.2 |
578 | 2025-01-22T08:42:38.793Z | Downloaded libloading v0.8.5 |
579 | 2025-01-22T08:42:38.795Z | Downloaded indicatif v0.17.9 |
580 | 2025-01-22T08:42:38.799Z | Downloaded sqlparser_derive v0.2.2 |
581 | 2025-01-22T08:42:38.802Z | Downloaded russh-cryptovec v0.7.3 |
582 | 2025-01-22T08:42:38.802Z | Downloaded ciborium v0.2.2 |
583 | 2025-01-22T08:42:38.804Z | Downloaded kstat-rs v0.2.4 |
584 | 2025-01-22T08:42:38.807Z | Downloaded rand_seeder v0.3.0 |
585 | 2025-01-22T08:42:38.810Z | Downloaded ahash v0.8.11 |
586 | 2025-01-22T08:42:38.813Z | Downloaded radium v0.7.0 |
587 | 2025-01-22T08:42:38.813Z | Downloaded sync-ptr v0.1.1 |
588 | 2025-01-22T08:42:38.815Z | Downloaded yoke-derive v0.7.4 |
589 | 2025-01-22T08:42:38.817Z | Downloaded unarray v0.1.4 |
590 | 2025-01-22T08:42:38.818Z | Downloaded multimap v0.10.0 |
591 | 2025-01-22T08:42:38.820Z | Downloaded md-5 v0.10.6 |
592 | 2025-01-22T08:42:38.820Z | Downloaded maybe-uninit v2.0.0 |
593 | 2025-01-22T08:42:38.823Z | Downloaded hostname v0.4.0 |
594 | 2025-01-22T08:42:38.826Z | Downloaded fxhash v0.2.1 |
595 | 2025-01-22T08:42:38.826Z | Downloaded lru-cache v0.1.2 |
596 | 2025-01-22T08:42:38.826Z | Downloaded mime v0.3.17 |
597 | 2025-01-22T08:42:38.829Z | Downloaded mockall v0.13.0 |
598 | 2025-01-22T08:42:38.832Z | Downloaded humantime v2.1.0 |
599 | 2025-01-22T08:42:38.832Z | Downloaded managed v0.8.0 |
600 | 2025-01-22T08:42:38.834Z | Downloaded stringprep v0.1.5 |
601 | 2025-01-22T08:42:38.837Z | Downloaded serde_repr v0.1.19 |
602 | 2025-01-22T08:42:38.839Z | Downloaded serde_plain v1.0.2 |
603 | 2025-01-22T08:42:38.839Z | Downloaded serde_path_to_error v0.1.16 |
604 | 2025-01-22T08:42:38.842Z | Downloaded blake2 v0.10.6 |
605 | 2025-01-22T08:42:38.845Z | Downloaded num_threads v0.1.7 |
606 | 2025-01-22T08:42:38.847Z | Downloaded new_debug_unreachable v1.0.6 |
607 | 2025-01-22T08:42:38.847Z | Downloaded headers-core v0.3.0 |
608 | 2025-01-22T08:42:38.852Z | Downloaded scopeguard v1.2.0 |
609 | 2025-01-22T08:42:38.852Z | Downloaded scrypt v0.11.0 |
610 | 2025-01-22T08:42:38.855Z | Downloaded slog-stdlog v4.1.1 |
611 | 2025-01-22T08:42:38.855Z | Downloaded serde_urlencoded v0.7.1 |
612 | 2025-01-22T08:42:38.857Z | Downloaded linked-hash-map v0.5.6 |
613 | 2025-01-22T08:42:38.858Z | Downloaded subtle v2.6.1 |
614 | 2025-01-22T08:42:38.862Z | Downloaded supports-color v3.0.1 |
615 | 2025-01-22T08:42:38.865Z | Downloaded allocator-api2 v0.2.18 |
616 | 2025-01-22T08:42:38.865Z | Downloaded num_enum_derive v0.5.11 |
617 | 2025-01-22T08:42:38.867Z | Downloaded unicode-truncate v1.1.0 |
618 | 2025-01-22T08:42:38.870Z | Downloaded tiny-keccak v2.0.2 |
619 | 2025-01-22T08:42:38.873Z | Downloaded tokio-native-tls v0.3.1 |
620 | 2025-01-22T08:42:38.875Z | Downloaded fallible-streaming-iterator v0.1.9 |
621 | 2025-01-22T08:42:38.875Z | Downloaded diesel-dtrace v0.4.2 |
622 | 2025-01-22T08:42:38.878Z | Downloaded crc-any v2.5.0 |
623 | 2025-01-22T08:42:38.881Z | Downloaded multer v3.1.0 |
624 | 2025-01-22T08:42:38.883Z | Downloaded icu_locid_transform v1.5.0 |
625 | 2025-01-22T08:42:38.887Z | Downloaded foreign-types-shared v0.3.1 |
626 | 2025-01-22T08:42:38.890Z | Downloaded derive_builder_macro v0.20.2 |
627 | 2025-01-22T08:42:38.890Z | Downloaded deranged v0.3.11 |
628 | 2025-01-22T08:42:38.892Z | Downloaded unicase v2.7.0 |
629 | 2025-01-22T08:42:38.896Z | Downloaded typify-macro v0.3.0 |
630 | 2025-01-22T08:42:38.896Z | Downloaded num-derive v0.4.2 |
631 | 2025-01-22T08:42:38.899Z | Downloaded nanorand v0.7.0 |
632 | 2025-01-22T08:42:38.901Z | Downloaded typify-macro v0.2.0 |
633 | 2025-01-22T08:42:38.901Z | Downloaded rustls-pemfile v2.2.0 |
634 | 2025-01-22T08:42:38.905Z | Downloaded phf_generator v0.11.2 |
635 | 2025-01-22T08:42:38.907Z | Downloaded paste v1.0.15 |
636 | 2025-01-22T08:42:38.911Z | Downloaded termtree v0.4.1 |
637 | 2025-01-22T08:42:38.914Z | Downloaded num_enum v0.5.11 |
638 | 2025-01-22T08:42:38.917Z | Downloaded progenitor v0.8.0 |
639 | 2025-01-22T08:42:38.921Z | Downloaded const-oid v0.9.6 |
640 | 2025-01-22T08:42:38.923Z | Downloaded ref-cast v1.0.23 |
641 | 2025-01-22T08:42:38.927Z | Downloaded futures-channel v0.3.31 |
642 | 2025-01-22T08:42:38.930Z | Downloaded icu_locid_transform_data v1.5.0 |
643 | 2025-01-22T08:42:38.932Z | Downloaded mockall_derive v0.13.0 |
644 | 2025-01-22T08:42:38.935Z | Downloaded crossbeam-utils v0.8.20 |
645 | 2025-01-22T08:42:38.937Z | Downloaded icu_normalizer v1.5.0 |
646 | 2025-01-22T08:42:38.942Z | Downloaded owo-colors v4.1.0 |
647 | 2025-01-22T08:42:38.945Z | Downloaded tokio-rustls v0.25.0 |
648 | 2025-01-22T08:42:38.951Z | Downloaded want v0.3.1 |
649 | 2025-01-22T08:42:38.954Z | Downloaded waitgroup v0.1.2 |
650 | 2025-01-22T08:42:38.954Z | Downloaded ref-cast-impl v1.0.23 |
651 | 2025-01-22T08:42:38.954Z | Downloaded pkg-config v0.3.31 |
652 | 2025-01-22T08:42:38.957Z | Downloaded native-tls v0.2.12 |
653 | 2025-01-22T08:42:38.957Z | Downloaded hkdf v0.12.4 |
654 | 2025-01-22T08:42:38.959Z | Downloaded serde_with_macros v3.11.0 |
655 | 2025-01-22T08:42:38.962Z | Downloaded slog-json v2.6.1 |
656 | 2025-01-22T08:42:38.966Z | Downloaded smf v0.2.3 |
657 | 2025-01-22T08:42:38.969Z | Downloaded slog-envlogger v2.2.0 |
658 | 2025-01-22T08:42:38.969Z | Downloaded parse-size v1.1.0 |
659 | 2025-01-22T08:42:38.971Z | Downloaded oso-derive v0.27.3 |
660 | 2025-01-22T08:42:38.971Z | Downloaded utf-8 v0.7.6 |
661 | 2025-01-22T08:42:38.971Z | Downloaded thiserror-impl-no-std v2.0.2 |
662 | 2025-01-22T08:42:38.974Z | Downloaded thiserror-impl v2.0.11 |
663 | 2025-01-22T08:42:38.976Z | Downloaded which v4.4.2 |
664 | 2025-01-22T08:42:38.979Z | Downloaded quick-error v1.2.3 |
665 | 2025-01-22T08:42:38.979Z | Downloaded base64 v0.22.1 |
666 | 2025-01-22T08:42:38.983Z | Downloaded rustc-hash v1.1.0 |
667 | 2025-01-22T08:42:38.986Z | Downloaded slog-bunyan v2.5.0 |
668 | 2025-01-22T08:42:38.988Z | Downloaded getrandom v0.2.15 |
669 | 2025-01-22T08:42:38.991Z | Downloaded der_derive v0.7.3 |
670 | 2025-01-22T08:42:38.993Z | Downloaded env_logger v0.10.2 |
671 | 2025-01-22T08:42:38.996Z | Downloaded bumpalo v3.16.0 |
672 | 2025-01-22T08:42:38.999Z | Downloaded fallible-iterator v0.2.0 |
673 | 2025-01-22T08:42:39.002Z | Downloaded either v1.13.0 |
674 | 2025-01-22T08:42:39.005Z | Downloaded crypto-bigint v0.5.5 |
675 | 2025-01-22T08:42:39.011Z | Downloaded semver v0.1.20 |
676 | 2025-01-22T08:42:39.014Z | Downloaded futures-core v0.3.31 |
677 | 2025-01-22T08:42:39.017Z | Downloaded funty v2.0.0 |
678 | 2025-01-22T08:42:39.027Z | Downloaded untrusted v0.7.1 |
679 | 2025-01-22T08:42:39.029Z | Downloaded parse-display-derive v0.10.0 |
680 | 2025-01-22T08:42:39.032Z | Downloaded progenitor-macro v0.8.0 |
681 | 2025-01-22T08:42:39.032Z | Downloaded polyval v0.6.2 |
682 | 2025-01-22T08:42:39.035Z | Downloaded derive-where v1.2.7 |
683 | 2025-01-22T08:42:39.038Z | Downloaded nodrop v0.1.14 |
684 | 2025-01-22T08:42:39.040Z | Downloaded downcast v0.11.0 |
685 | 2025-01-22T08:42:39.040Z | Downloaded zerofrom v0.1.4 |
686 | 2025-01-22T08:42:39.043Z | Downloaded group v0.13.0 |
687 | 2025-01-22T08:42:39.046Z | Downloaded icu_collections v1.5.0 |
688 | 2025-01-22T08:42:39.051Z | Downloaded endian-type v0.1.2 |
689 | 2025-01-22T08:42:39.054Z | Downloaded olpc-cjson v0.1.4 |
690 | 2025-01-22T08:42:39.054Z | Downloaded poly1305 v0.8.0 |
691 | 2025-01-22T08:42:39.056Z | Downloaded rustc-hash v2.0.0 |
692 | 2025-01-22T08:42:39.059Z | Downloaded heapless v0.8.0 |
693 | 2025-01-22T08:42:39.062Z | Downloaded backtrace v0.3.74 |
694 | 2025-01-22T08:42:39.069Z | Downloaded time-core v0.1.2 |
695 | 2025-01-22T08:42:39.072Z | Downloaded strum_macros v0.25.3 |
696 | 2025-01-22T08:42:39.074Z | Downloaded opaque-debug v0.3.1 |
697 | 2025-01-22T08:42:39.078Z | Downloaded num-conv v0.1.0 |
698 | 2025-01-22T08:42:39.078Z | Downloaded cc v1.1.30 |
699 | 2025-01-22T08:42:39.081Z | Downloaded write16 v1.0.0 |
700 | 2025-01-22T08:42:39.083Z | Downloaded proc-macro-crate v1.3.1 |
701 | 2025-01-22T08:42:39.084Z | Downloaded scheduled-thread-pool v0.2.7 |
702 | 2025-01-22T08:42:39.086Z | Downloaded walkdir v2.5.0 |
703 | 2025-01-22T08:42:39.088Z | Downloaded pkcs8 v0.10.2 |
704 | 2025-01-22T08:42:39.091Z | Downloaded parking_lot_core v0.9.10 |
705 | 2025-01-22T08:42:39.094Z | Downloaded strum_macros v0.24.3 |
706 | 2025-01-22T08:42:39.096Z | Downloaded structmeta-derive v0.3.0 |
707 | 2025-01-22T08:42:39.099Z | Downloaded spki v0.7.3 |
708 | 2025-01-22T08:42:39.101Z | Downloaded zerocopy-derive v0.8.10 |
709 | 2025-01-22T08:42:39.107Z | Downloaded ena v0.14.3 |
710 | 2025-01-22T08:42:39.109Z | Downloaded thread_local v1.1.8 |
711 | 2025-01-22T08:42:39.112Z | Downloaded take_mut v0.2.2 |
712 | 2025-01-22T08:42:39.112Z | Downloaded foreign-types-macros v0.2.3 |
713 | 2025-01-22T08:42:39.115Z | Downloaded zone v0.3.0 |
714 | 2025-01-22T08:42:39.115Z | Downloaded zone v0.1.8 |
715 | 2025-01-22T08:42:39.117Z | Downloaded futures-task v0.3.31 |
716 | 2025-01-22T08:42:39.118Z | Downloaded heapless v0.7.17 |
717 | 2025-01-22T08:42:39.122Z | Downloaded time-macros v0.2.18 |
718 | 2025-01-22T08:42:39.125Z | Downloaded powerfmt v0.2.0 |
719 | 2025-01-22T08:42:39.128Z | Downloaded nibble_vec v0.1.0 |
720 | 2025-01-22T08:42:39.130Z | Downloaded newtype_derive v0.1.6 |
721 | 2025-01-22T08:42:39.133Z | Downloaded zone_cfg_derive v0.3.0 |
722 | 2025-01-22T08:42:39.133Z | Downloaded tungstenite v0.24.0 |
723 | 2025-01-22T08:42:39.135Z | Downloaded half v2.4.1 |
724 | 2025-01-22T08:42:39.139Z | Downloaded peg-runtime v0.8.3 |
725 | 2025-01-22T08:42:39.142Z | Downloaded newline-converter v0.3.0 |
726 | 2025-01-22T08:42:39.142Z | Downloaded precomputed-hash v0.1.1 |
727 | 2025-01-22T08:42:39.144Z | Downloaded num-integer v0.1.46 |
728 | 2025-01-22T08:42:39.144Z | Downloaded futures-macro v0.3.31 |
729 | 2025-01-22T08:42:39.147Z | Downloaded rfc6979 v0.4.0 |
730 | 2025-01-22T08:42:39.149Z | Downloaded http v1.2.0 |
731 | 2025-01-22T08:42:39.153Z | Downloaded slab v0.4.9 |
732 | 2025-01-22T08:42:39.156Z | Downloaded libm v0.2.8 |
733 | 2025-01-22T08:42:39.164Z | Downloaded signal-hook-tokio v0.3.1 |
734 | 2025-01-22T08:42:39.167Z | Downloaded termcolor v1.4.1 |
735 | 2025-01-22T08:42:39.169Z | Downloaded utf8_iter v1.0.4 |
736 | 2025-01-22T08:42:39.169Z | Downloaded elliptic-curve v0.13.8 |
737 | 2025-01-22T08:42:39.173Z | Downloaded signature v2.2.0 |
738 | 2025-01-22T08:42:39.176Z | Downloaded tap v1.0.1 |
739 | 2025-01-22T08:42:39.178Z | Downloaded strip-ansi-escapes v0.2.0 |
740 | 2025-01-22T08:42:39.179Z | Downloaded string_cache v0.8.7 |
741 | 2025-01-22T08:42:39.181Z | Downloaded dirs-next v2.0.0 |
742 | 2025-01-22T08:42:39.183Z | Downloaded pkcs5 v0.7.1 |
743 | 2025-01-22T08:42:39.186Z | Downloaded oso v0.27.3 |
744 | 2025-01-22T08:42:39.191Z | Downloaded openssl-macros v0.1.1 |
745 | 2025-01-22T08:42:39.193Z | Downloaded tokio-postgres v0.7.12 |
746 | 2025-01-22T08:42:39.198Z | Downloaded serde-big-array v0.5.1 |
747 | 2025-01-22T08:42:39.200Z | Downloaded itertools v0.13.0 |
748 | 2025-01-22T08:42:39.208Z | Downloaded sigpipe v0.1.3 |
749 | 2025-01-22T08:42:39.210Z | Downloaded phf_shared v0.10.0 |
750 | 2025-01-22T08:42:39.211Z | Downloaded signal-hook-registry v1.4.2 |
751 | 2025-01-22T08:42:39.214Z | Downloaded siphasher v0.3.11 |
752 | 2025-01-22T08:42:39.216Z | Downloaded simd-adler32 v0.3.7 |
753 | 2025-01-22T08:42:39.216Z | Downloaded data-encoding v2.6.0 |
754 | 2025-01-22T08:42:39.219Z | Downloaded toml v0.7.8 |
755 | 2025-01-22T08:42:39.221Z | Downloaded ppv-lite86 v0.2.20 |
756 | 2025-01-22T08:42:39.226Z | Downloaded num-rational v0.4.2 |
757 | 2025-01-22T08:42:39.228Z | Downloaded pem v3.0.4 |
758 | 2025-01-22T08:42:39.228Z | Downloaded der v0.7.9 |
759 | 2025-01-22T08:42:39.233Z | Downloaded resolv-conf v0.7.0 |
760 | 2025-01-22T08:42:39.236Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2025-01-22T08:42:39.238Z | Downloaded postgres-types v0.2.8 |
762 | 2025-01-22T08:42:39.241Z | Downloaded tracing-core v0.1.32 |
763 | 2025-01-22T08:42:39.244Z | Downloaded rpassword v7.3.1 |
764 | 2025-01-22T08:42:39.246Z | Downloaded vte_generate_state_changes v0.1.2 |
765 | 2025-01-22T08:42:39.246Z | Downloaded signal-hook-mio v0.2.4 |
766 | 2025-01-22T08:42:39.249Z | Downloaded xattr v1.3.1 |
767 | 2025-01-22T08:42:39.251Z | Downloaded toolchain_find v0.4.0 |
768 | 2025-01-22T08:42:39.254Z | Downloaded predicates v3.1.2 |
769 | 2025-01-22T08:42:39.257Z | Downloaded quinn v0.11.5 |
770 | 2025-01-22T08:42:39.260Z | Downloaded itertools v0.12.1 |
771 | 2025-01-22T08:42:39.268Z | Downloaded quinn-udp v0.5.5 |
772 | 2025-01-22T08:42:39.270Z | Downloaded slog v2.7.0 |
773 | 2025-01-22T08:42:39.274Z | Downloaded tui-tree-widget v0.22.0 |
774 | 2025-01-22T08:42:39.276Z | Downloaded tinystr v0.7.6 |
775 | 2025-01-22T08:42:39.279Z | Downloaded form_urlencoded v1.2.1 |
776 | 2025-01-22T08:42:39.281Z | Downloaded tokio-tungstenite v0.21.0 |
777 | 2025-01-22T08:42:39.284Z | Downloaded uuid v1.12.0 |
778 | 2025-01-22T08:42:39.286Z | Downloaded normalize-line-endings v0.3.0 |
779 | 2025-01-22T08:42:39.289Z | Downloaded diff v0.1.13 |
780 | 2025-01-22T08:42:39.291Z | Downloaded parking_lot v0.11.2 |
781 | 2025-01-22T08:42:39.294Z | Downloaded wyz v0.5.1 |
782 | 2025-01-22T08:42:39.297Z | Downloaded whoami v1.5.2 |
783 | 2025-01-22T08:42:39.299Z | Downloaded phf v0.11.2 |
784 | 2025-01-22T08:42:39.304Z | Downloaded rand_xorshift v0.3.0 |
785 | 2025-01-22T08:42:39.304Z | Downloaded sha1 v0.10.6 |
786 | 2025-01-22T08:42:39.307Z | Downloaded parse-zoneinfo v0.3.1 |
787 | 2025-01-22T08:42:39.307Z | Downloaded omicron-zone-package v0.12.0 |
788 | 2025-01-22T08:42:39.310Z | Downloaded ssh-encoding v0.2.0 |
789 | 2025-01-22T08:42:39.312Z | Downloaded unsafe-libyaml v0.2.11 |
790 | 2025-01-22T08:42:39.316Z | Downloaded topological-sort v0.2.2 |
791 | 2025-01-22T08:42:39.319Z | Downloaded synstructure v0.13.1 |
792 | 2025-01-22T08:42:39.321Z | Downloaded zip v0.6.6 |
793 | 2025-01-22T08:42:39.325Z | Downloaded foreign-types v0.5.0 |
794 | 2025-01-22T08:42:39.329Z | Downloaded foreign-types v0.3.2 |
795 | 2025-01-22T08:42:39.329Z | Downloaded zerovec-derive v0.10.3 |
796 | 2025-01-22T08:42:39.332Z | Downloaded typify v0.2.0 |
797 | 2025-01-22T08:42:39.334Z | Downloaded peg v0.8.4 |
798 | 2025-01-22T08:42:39.337Z | Downloaded qorb v0.2.1 |
799 | 2025-01-22T08:42:39.342Z | Downloaded aes-gcm v0.10.3 |
800 | 2025-01-22T08:42:39.348Z | Downloaded rustfmt-wrapper v0.2.1 |
801 | 2025-01-22T08:42:39.351Z | Downloaded rustc_version v0.4.1 |
802 | 2025-01-22T08:42:39.351Z | Downloaded rustc_version v0.1.7 |
803 | 2025-01-22T08:42:39.351Z | Downloaded rtoolbox v0.0.2 |
804 | 2025-01-22T08:42:39.354Z | Downloaded dsl_auto_type v0.1.2 |
805 | 2025-01-22T08:42:39.354Z | Downloaded rand_core v0.6.4 |
806 | 2025-01-22T08:42:39.358Z | Downloaded rand_chacha v0.3.1 |
807 | 2025-01-22T08:42:39.358Z | Downloaded crossterm v0.28.1 |
808 | 2025-01-22T08:42:39.364Z | Downloaded pbkdf2 v0.12.2 |
809 | 2025-01-22T08:42:39.367Z | Downloaded pbkdf2 v0.11.0 |
810 | 2025-01-22T08:42:39.369Z | Downloaded spin v0.9.8 |
811 | 2025-01-22T08:42:39.372Z | Downloaded tinyvec_macros v0.1.1 |
812 | 2025-01-22T08:42:39.375Z | Downloaded glob v0.3.1 |
813 | 2025-01-22T08:42:39.377Z | Downloaded zeroize_derive v1.4.2 |
814 | 2025-01-22T08:42:39.378Z | Downloaded rusty-fork v0.3.0 |
815 | 2025-01-22T08:42:39.381Z | Downloaded pretty-hex v0.2.1 |
816 | 2025-01-22T08:42:39.381Z | Downloaded rustversion v1.0.17 |
817 | 2025-01-22T08:42:39.384Z | Downloaded path-slash v0.1.5 |
818 | 2025-01-22T08:42:39.384Z | Downloaded ecdsa v0.16.9 |
819 | 2025-01-22T08:42:39.386Z | Downloaded tinyvec v1.8.0 |
820 | 2025-01-22T08:42:39.389Z | Downloaded url v2.5.3 |
821 | 2025-01-22T08:42:39.393Z | Downloaded tracing v0.1.40 |
822 | 2025-01-22T08:42:39.398Z | Downloaded openssl-probe v0.1.5 |
823 | 2025-01-22T08:42:39.400Z | Downloaded xz2 v0.1.7 |
824 | 2025-01-22T08:42:39.403Z | Downloaded foreign-types-shared v0.1.1 |
825 | 2025-01-22T08:42:39.403Z | Downloaded ron v0.7.1 |
826 | 2025-01-22T08:42:39.407Z | Downloaded try-lock v0.2.5 |
827 | 2025-01-22T08:42:39.410Z | Downloaded num-bigint v0.4.6 |
828 | 2025-01-22T08:42:39.415Z | Downloaded zone_cfg_derive v0.1.2 |
829 | 2025-01-22T08:42:39.418Z | Downloaded sync_wrapper v1.0.1 |
830 | 2025-01-22T08:42:39.418Z | Downloaded vte v0.11.1 |
831 | 2025-01-22T08:42:39.424Z | Downloaded tower-service v0.3.3 |
832 | 2025-01-22T08:42:39.424Z | Downloaded static_assertions v1.1.0 |
833 | 2025-01-22T08:42:39.424Z | Downloaded stable_deref_trait v1.2.0 |
834 | 2025-01-22T08:42:39.424Z | Downloaded float-cmp v0.9.0 |
835 | 2025-01-22T08:42:39.424Z | Downloaded globset v0.4.15 |
836 | 2025-01-22T08:42:39.427Z | Downloaded postcard v1.0.10 |
837 | 2025-01-22T08:42:39.430Z | Downloaded progenitor-macro v0.9.1 |
838 | 2025-01-22T08:42:39.430Z | Downloaded hashlink v0.9.1 |
839 | 2025-01-22T08:42:39.433Z | Downloaded yasna v0.5.2 |
840 | 2025-01-22T08:42:39.437Z | Downloaded predicates-core v1.0.8 |
841 | 2025-01-22T08:42:39.437Z | Downloaded fatfs v0.3.6 |
842 | 2025-01-22T08:42:39.439Z | Downloaded parking_lot_core v0.8.6 |
843 | 2025-01-22T08:42:39.442Z | Downloaded dunce v1.0.5 |
844 | 2025-01-22T08:42:39.442Z | Downloaded headers v0.4.0 |
845 | 2025-01-22T08:42:39.448Z | Downloaded percent-encoding v2.3.1 |
846 | 2025-01-22T08:42:39.451Z | Downloaded pin-project-internal v1.1.6 |
847 | 2025-01-22T08:42:39.454Z | Downloaded russh-keys v0.45.0 |
848 | 2025-01-22T08:42:39.457Z | Downloaded futures-io v0.3.31 |
849 | 2025-01-22T08:42:39.457Z | Downloaded strum_macros v0.26.4 |
850 | 2025-01-22T08:42:39.460Z | Downloaded uzers v0.12.1 |
851 | 2025-01-22T08:42:39.462Z | Downloaded publicsuffix v2.3.0 |
852 | 2025-01-22T08:42:39.465Z | Downloaded num v0.4.3 |
853 | 2025-01-22T08:42:39.465Z | Downloaded futures-executor v0.3.31 |
854 | 2025-01-22T08:42:39.469Z | Downloaded zerofrom-derive v0.1.4 |
855 | 2025-01-22T08:42:39.469Z | Downloaded document-features v0.2.10 |
856 | 2025-01-22T08:42:39.472Z | Downloaded tls_codec_derive v0.4.1 |
857 | 2025-01-22T08:42:39.472Z | Downloaded zip v2.1.3 |
858 | 2025-01-22T08:42:39.476Z | Downloaded time v0.3.36 |
859 | 2025-01-22T08:42:39.484Z | Downloaded peg-macros v0.8.4 |
860 | 2025-01-22T08:42:39.487Z | Downloaded unicode_categories v0.1.1 |
861 | 2025-01-22T08:42:39.490Z | Downloaded aho-corasick v1.1.3 |
862 | 2025-01-22T08:42:39.495Z | Downloaded pem-rfc7468 v0.7.0 |
863 | 2025-01-22T08:42:39.499Z | Downloaded blake3 v1.5.4 |
864 | 2025-01-22T08:42:39.506Z | Downloaded nu-ansi-term v0.50.1 |
865 | 2025-01-22T08:42:39.509Z | Downloaded enum-as-inner v0.6.1 |
866 | 2025-01-22T08:42:39.512Z | Downloaded structmeta-derive v0.2.0 |
867 | 2025-01-22T08:42:39.514Z | Downloaded dyn-clone v1.0.17 |
868 | 2025-01-22T08:42:39.514Z | Downloaded darling_core v0.20.10 |
869 | 2025-01-22T08:42:39.519Z | Downloaded dropshot_endpoint v0.15.1 |
870 | 2025-01-22T08:42:39.523Z | Downloaded fragile v2.0.0 |
871 | 2025-01-22T08:42:39.527Z | Downloaded ron v0.8.1 |
872 | 2025-01-22T08:42:39.531Z | Downloaded x509-cert v0.2.5 |
873 | 2025-01-22T08:42:39.538Z | Downloaded hashbrown v0.13.2 |
874 | 2025-01-22T08:42:39.543Z | Downloaded typify v0.3.0 |
875 | 2025-01-22T08:42:39.547Z | Downloaded snafu v0.8.5 |
876 | 2025-01-22T08:42:39.554Z | Downloaded structmeta v0.2.0 |
877 | 2025-01-22T08:42:39.556Z | Downloaded lalrpop v0.19.12 |
878 | 2025-01-22T08:42:39.568Z | Downloaded rustls-pki-types v1.10.0 |
879 | 2025-01-22T08:42:39.571Z | Downloaded aws-lc-rs v1.10.0 |
880 | 2025-01-22T08:42:39.582Z | Downloaded winnow v0.5.40 |
881 | 2025-01-22T08:42:39.590Z | Downloaded pin-project v1.1.6 |
882 | 2025-01-22T08:42:39.603Z | Downloaded ed25519-dalek v2.1.1 |
883 | 2025-01-22T08:42:39.607Z | Downloaded futures-util v0.3.31 |
884 | 2025-01-22T08:42:39.620Z | Downloaded dropshot_endpoint v0.12.0 |
885 | 2025-01-22T08:42:39.623Z | Downloaded prettyplease v0.2.25 |
886 | 2025-01-22T08:42:39.626Z | Downloaded flume v0.11.1 |
887 | 2025-01-22T08:42:39.630Z | Downloaded subprocess v0.2.9 |
888 | 2025-01-22T08:42:39.633Z | Downloaded quick-xml v0.33.0 |
889 | 2025-01-22T08:42:39.640Z | Downloaded steno v0.4.1 |
890 | 2025-01-22T08:42:39.645Z | Downloaded signal-hook v0.3.17 |
891 | 2025-01-22T08:42:39.648Z | Downloaded typed-path v0.9.3 |
892 | 2025-01-22T08:42:39.655Z | Downloaded openssl-sys v0.9.103 |
893 | 2025-01-22T08:42:39.661Z | Downloaded rand v0.8.5 |
894 | 2025-01-22T08:42:39.666Z | Downloaded chrono v0.4.39 |
895 | 2025-01-22T08:42:39.673Z | Downloaded p256 v0.13.2 |
896 | 2025-01-22T08:42:39.677Z | Downloaded h2 v0.4.6 |
897 | 2025-01-22T08:42:39.684Z | Downloaded webpki-roots v0.26.6 |
898 | 2025-01-22T08:42:39.688Z | Downloaded tough v0.19.0 |
899 | 2025-01-22T08:42:39.697Z | Downloaded tungstenite v0.23.0 |
900 | 2025-01-22T08:42:39.701Z | Downloaded p521 v0.13.3 |
901 | 2025-01-22T08:42:39.706Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2025-01-22T08:42:39.711Z | Downloaded smoltcp v0.9.1 |
903 | 2025-01-22T08:42:39.723Z | Downloaded rustyline v14.0.0 |
904 | 2025-01-22T08:42:39.729Z | Downloaded hickory-proto v0.24.2 |
905 | 2025-01-22T08:42:39.746Z | Downloaded portable-atomic v1.9.0 |
906 | 2025-01-22T08:42:39.831Z | Downloaded quinn-proto v0.11.8 |
907 | 2025-01-22T08:42:39.846Z | Downloaded hashbrown v0.14.5 |
908 | 2025-01-22T08:42:39.847Z | Downloaded bitvec v1.0.1 |
909 | 2025-01-22T08:42:39.847Z | Downloaded object v0.30.4 |
910 | 2025-01-22T08:42:39.847Z | Downloaded salty v0.3.0 |
911 | 2025-01-22T08:42:39.847Z | Downloaded regex v1.11.1 |
912 | 2025-01-22T08:42:39.847Z | Downloaded rustls-webpki v0.101.7 |
913 | 2025-01-22T08:42:39.847Z | Downloaded vcpkg v0.2.15 |
914 | 2025-01-22T08:42:39.870Z | Downloaded p384 v0.13.0 |
915 | 2025-01-22T08:42:39.876Z | Downloaded regex-syntax v0.6.29 |
916 | 2025-01-22T08:42:39.884Z | Downloaded dropshot v0.15.1 |
917 | 2025-01-22T08:42:39.907Z | Downloaded curve25519-dalek v4.1.3 |
918 | 2025-01-22T08:42:39.917Z | Downloaded rustls-webpki v0.102.8 |
919 | 2025-01-22T08:42:39.936Z | Downloaded openapiv3 v2.0.0 |
920 | 2025-01-22T08:42:39.948Z | Downloaded git2 v0.19.0 |
921 | 2025-01-22T08:42:39.959Z | Downloaded nix v0.29.0 |
922 | 2025-01-22T08:42:39.971Z | Downloaded regex-syntax v0.8.5 |
923 | 2025-01-22T08:42:39.979Z | Downloaded polar-core v0.27.3 |
924 | 2025-01-22T08:42:39.990Z | Downloaded petname v2.0.2 |
925 | 2025-01-22T08:42:39.995Z | Downloaded regress v0.10.1 |
926 | 2025-01-22T08:42:40.003Z | Downloaded openssl v0.10.66 |
927 | 2025-01-22T08:42:40.014Z | Downloaded sled v0.34.7 |
928 | 2025-01-22T08:42:40.024Z | Downloaded typify-impl v0.2.0 |
929 | 2025-01-22T08:42:40.040Z | Downloaded gimli v0.31.1 |
930 | 2025-01-22T08:42:40.049Z | Downloaded radix_trie v0.2.1 |
931 | 2025-01-22T08:42:40.056Z | Downloaded object v0.36.5 |
932 | 2025-01-22T08:42:40.066Z | Downloaded nix v0.28.0 |
933 | 2025-01-22T08:42:40.079Z | Downloaded regress v0.9.1 |
934 | 2025-01-22T08:42:40.088Z | Downloaded bstr v1.10.0 |
935 | 2025-01-22T08:42:40.098Z | Downloaded zerocopy-derive v0.6.6 |
936 | 2025-01-22T08:42:40.108Z | Downloaded chrono-tz v0.10.1 |
937 | 2025-01-22T08:42:40.117Z | Downloaded rayon v1.10.0 |
938 | 2025-01-22T08:42:40.128Z | Downloaded lzma-sys v0.1.20 |
939 | 2025-01-22T08:42:40.155Z | Downloaded smoltcp v0.11.0 |
940 | 2025-01-22T08:42:40.168Z | Downloaded rustls v0.22.4 |
941 | 2025-01-22T08:42:40.183Z | Downloaded nix v0.27.1 |
942 | 2025-01-22T08:42:40.192Z | Downloaded typify-impl v0.3.0 |
943 | 2025-01-22T08:42:40.209Z | Downloaded libz-sys v1.1.20 |
944 | 2025-01-22T08:42:40.229Z | Downloaded dropshot v0.12.0 |
945 | 2025-01-22T08:42:40.250Z | Downloaded rustls v0.23.19 |
946 | 2025-01-22T08:42:40.262Z | Downloaded diesel v2.2.6 |
947 | 2025-01-22T08:42:40.281Z | Downloaded ratatui v0.28.1 |
948 | 2025-01-22T08:42:40.301Z | Downloaded regex-automata v0.4.8 |
949 | 2025-01-22T08:42:40.319Z | Downloaded rustls v0.21.12 |
950 | 2025-01-22T08:42:40.329Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
951 | 2025-01-22T08:42:40.342Z | Downloaded flate2 v1.0.35 |
952 | 2025-01-22T08:42:40.348Z | Downloaded unicode-width v0.2.0 |
953 | 2025-01-22T08:42:40.352Z | Downloaded zerovec v0.10.4 |
954 | 2025-01-22T08:42:40.358Z | Downloaded bindgen v0.69.5 |
955 | 2025-01-22T08:42:40.366Z | Downloaded ssh-key v0.6.6 |
956 | 2025-01-22T08:42:40.372Z | Downloaded proptest v1.5.0 |
957 | 2025-01-22T08:42:40.382Z | Downloaded nom v7.1.3 |
958 | 2025-01-22T08:42:40.387Z | Downloaded sqlparser v0.45.0 |
959 | 2025-01-22T08:42:40.393Z | Downloaded tokio-util v0.7.12 |
960 | 2025-01-22T08:42:40.401Z | Downloaded reqwest v0.12.9 |
961 | 2025-01-22T08:42:40.408Z | Downloaded tokio v1.43.0 |
962 | 2025-01-22T08:42:40.449Z | Downloaded rsa v0.9.6 |
963 | 2025-01-22T08:42:40.452Z | Downloaded petgraph v0.6.5 |
964 | 2025-01-22T08:42:40.470Z | Downloaded csv v1.3.0 |
965 | 2025-01-22T08:42:40.491Z | Downloaded zerocopy v0.8.10 |
966 | 2025-01-22T08:42:40.513Z | Downloaded parking_lot v0.12.3 |
967 | 2025-01-22T08:42:40.516Z | Downloaded sha3 v0.10.8 |
968 | 2025-01-22T08:42:40.520Z | Downloaded vergen v8.3.2 |
969 | 2025-01-22T08:42:40.522Z | Downloaded hashbrown v0.12.3 |
970 | 2025-01-22T08:42:40.528Z | Downloaded postgres-protocol v0.6.7 |
971 | 2025-01-22T08:42:40.531Z | Downloaded slog-async v2.8.0 |
972 | 2025-01-22T08:42:40.531Z | Downloaded serde-hex v0.1.0 |
973 | 2025-01-22T08:42:40.534Z | Downloaded salsa20 v0.10.2 |
974 | 2025-01-22T08:42:40.534Z | Downloaded pkcs1 v0.7.5 |
975 | 2025-01-22T08:42:40.537Z | Downloaded vsss-rs v3.3.4 |
976 | 2025-01-22T08:42:40.541Z | Downloaded tokio-tungstenite v0.23.1 |
977 | 2025-01-22T08:42:40.545Z | Downloaded filetime v0.2.25 |
978 | 2025-01-22T08:42:40.545Z | Downloaded zeroize v1.8.1 |
979 | 2025-01-22T08:42:40.545Z | Downloaded tls_codec v0.4.1 |
980 | 2025-01-22T08:42:40.548Z | Downloaded tungstenite v0.21.0 |
981 | 2025-01-22T08:42:40.551Z | Downloaded rusqlite v0.32.1 |
982 | 2025-01-22T08:42:40.555Z | Downloaded socket2 v0.5.7 |
983 | 2025-01-22T08:42:40.559Z | Downloaded float-ord v0.3.2 |
984 | 2025-01-22T08:42:40.564Z | Downloaded phf_codegen v0.11.2 |
985 | 2025-01-22T08:42:40.564Z | Downloaded num-complex v0.4.6 |
986 | 2025-01-22T08:42:40.564Z | Downloaded reedline v0.35.0 |
987 | 2025-01-22T08:42:40.571Z | Downloaded foldhash v0.1.3 |
988 | 2025-01-22T08:42:40.575Z | Downloaded tokio-tungstenite v0.24.0 |
989 | 2025-01-22T08:42:40.575Z | Downloaded toml_edit v0.19.15 |
990 | 2025-01-22T08:42:40.589Z | Downloaded unicode-normalization v0.1.24 |
991 | 2025-01-22T08:42:40.593Z | Downloaded serde_with v3.11.0 |
992 | 2025-01-22T08:42:40.602Z | Downloaded r2d2 v0.8.10 |
993 | 2025-01-22T08:42:40.607Z | Downloaded hash32 v0.3.1 |
994 | 2025-01-22T08:42:40.607Z | Downloaded yoke v0.7.4 |
995 | 2025-01-22T08:42:40.611Z | Downloaded tokio-stream v0.1.16 |
996 | 2025-01-22T08:42:40.611Z | Downloaded tar v0.4.42 |
997 | 2025-01-22T08:42:40.614Z | Downloaded snafu-derive v0.8.5 |
998 | 2025-01-22T08:42:40.614Z | Downloaded similar v2.6.0 |
999 | 2025-01-22T08:42:40.620Z | Downloaded expectorate v1.1.0 |
1000 | 2025-01-22T08:42:40.623Z | Downloaded embedded-io v0.6.1 |
1001 | 2025-01-22T08:42:40.623Z | Downloaded embedded-io v0.4.0 |
1002 | 2025-01-22T08:42:40.626Z | Downloaded tokio-rustls v0.26.0 |
1003 | 2025-01-22T08:42:40.639Z | Downloaded structmeta v0.3.0 |
1004 | 2025-01-22T08:42:40.639Z | Downloaded ff v0.13.0 |
1005 | 2025-01-22T08:42:40.643Z | Downloaded fd-lock v4.0.2 |
1006 | 2025-01-22T08:42:40.643Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1007 | 2025-01-22T08:42:40.710Z | Downloaded env_filter v0.1.2 |
1008 | 2025-01-22T08:42:40.713Z | Downloaded ed25519 v2.2.3 |
1009 | 2025-01-22T08:42:40.716Z | Downloaded defmt v0.3.8 |
1010 | 2025-01-22T08:42:40.719Z | Downloaded term v0.7.0 |
1011 | 2025-01-22T08:42:40.722Z | Downloaded writeable v0.5.5 |
1012 | 2025-01-22T08:42:40.725Z | Downloaded displaydoc v0.2.5 |
1013 | 2025-01-22T08:42:40.728Z | Downloaded russh v0.45.0 |
1014 | 2025-01-22T08:42:40.734Z | Downloaded num-traits v0.2.19 |
1015 | 2025-01-22T08:42:40.738Z | Downloaded packed_struct v0.10.1 |
1016 | 2025-01-22T08:42:40.741Z | Downloaded encoding_rs v0.8.34 |
1017 | 2025-01-22T08:42:40.758Z | Downloaded thiserror-no-std v2.0.2 |
1018 | 2025-01-22T08:42:40.763Z | Downloaded diesel_derives v2.2.3 |
1019 | 2025-01-22T08:42:40.767Z | Downloaded pin-utils v0.1.0 |
1020 | 2025-01-22T08:42:40.771Z | Downloaded newtype-uuid v1.2.1 |
1021 | 2025-01-22T08:42:40.771Z | Downloaded display-error-chain v0.2.2 |
1022 | 2025-01-22T08:42:40.771Z | Downloaded difflib v0.4.0 |
1023 | 2025-01-22T08:42:40.771Z | Downloaded serde_derive_internals v0.29.1 |
1024 | 2025-01-22T08:42:40.774Z | Downloaded unicode-segmentation v1.12.0 |
1025 | 2025-01-22T08:42:40.779Z | Downloaded libxml v0.3.3 |
1026 | 2025-01-22T08:42:40.784Z | Downloaded progenitor-impl v0.9.1 |
1027 | 2025-01-22T08:42:40.787Z | Downloaded utf16_iter v1.0.5 |
1028 | 2025-01-22T08:42:40.787Z | Downloaded tracing-attributes v0.1.27 |
1029 | 2025-01-22T08:42:40.787Z | Downloaded unicode-bidi v0.3.17 |
1030 | 2025-01-22T08:42:40.790Z | Downloaded itertools v0.10.5 |
1031 | 2025-01-22T08:42:40.795Z | Downloaded psl-types v2.0.11 |
1032 | 2025-01-22T08:42:40.798Z | Downloaded zopfli v0.8.1 |
1033 | 2025-01-22T08:42:40.801Z | Downloaded mio v1.0.2 |
1034 | 2025-01-22T08:42:40.804Z | Downloaded progenitor-impl v0.8.0 |
1035 | 2025-01-22T08:42:40.808Z | Downloaded primeorder v0.13.6 |
1036 | 2025-01-22T08:42:40.811Z | Downloaded rayon-core v1.12.1 |
1037 | 2025-01-22T08:42:40.814Z | Downloaded schemars v0.8.21 |
1038 | 2025-01-22T08:42:40.821Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1039 | 2025-01-22T08:42:40.824Z | Downloaded darling_macro v0.20.10 |
1040 | 2025-01-22T08:42:40.824Z | Downloaded universal-hash v0.5.1 |
1041 | 2025-01-22T08:42:40.824Z | Downloaded sct v0.7.1 |
1042 | 2025-01-22T08:42:40.829Z | Downloaded phf_shared v0.11.2 |
1043 | 2025-01-22T08:42:40.832Z | Downloaded futures-sink v0.3.31 |
1044 | 2025-01-22T08:42:40.832Z | Downloaded rustc-demangle v0.1.24 |
1045 | 2025-01-22T08:42:40.832Z | Downloaded env_logger v0.11.5 |
1046 | 2025-01-22T08:42:40.832Z | Downloaded derive_more v0.99.18 |
1047 | 2025-01-22T08:42:40.837Z | Downloaded same-file v1.0.6 |
1048 | 2025-01-22T08:42:40.841Z | Downloaded progenitor-client v0.8.0 |
1049 | 2025-01-22T08:42:40.841Z | Downloaded progenitor v0.9.1 |
1050 | 2025-01-22T08:42:40.841Z | Downloaded untrusted v0.9.0 |
1051 | 2025-01-22T08:42:40.844Z | Downloaded value-bag v1.9.0 |
1052 | 2025-01-22T08:42:40.844Z | Downloaded thiserror v2.0.11 |
1053 | 2025-01-22T08:42:40.850Z | Downloaded minimal-lexical v0.2.1 |
1054 | 2025-01-22T08:42:40.853Z | Downloaded number_prefix v0.4.0 |
1055 | 2025-01-22T08:42:40.856Z | Downloaded fs_extra v1.3.0 |
1056 | 2025-01-22T08:42:40.859Z | Downloaded ssh-cipher v0.2.0 |
1057 | 2025-01-22T08:42:40.859Z | Downloaded sqlformat v0.2.6 |
1058 | 2025-01-22T08:42:40.862Z | Downloaded secrecy v0.8.0 |
1059 | 2025-01-22T08:42:40.862Z | Downloaded sec1 v0.7.3 |
1060 | 2025-01-22T08:42:40.947Z | Downloaded crossbeam-channel v0.5.13 |
1061 | 2025-01-22T08:42:40.954Z | Downloaded defmt-macros v0.3.9 |
1062 | 2025-01-22T08:42:40.954Z | Downloaded base64 v0.21.7 |
1063 | 2025-01-22T08:42:40.954Z | Downloaded zerocopy v0.6.6 |
1064 | 2025-01-22T08:42:40.955Z | Downloaded parse-display v0.10.0 |
1065 | 2025-01-22T08:42:40.955Z | Downloaded num-iter v0.1.45 |
1066 | 2025-01-22T08:42:40.955Z | Downloaded hash32 v0.2.1 |
1067 | 2025-01-22T08:42:40.955Z | Downloaded wait-timeout v0.2.0 |
1068 | 2025-01-22T08:42:40.955Z | Downloaded unicode-xid v0.2.6 |
1069 | 2025-01-22T08:42:40.955Z | Downloaded smallvec v1.13.2 |
1070 | 2025-01-22T08:42:40.955Z | Downloaded pin-project-lite v0.2.14 |
1071 | 2025-01-22T08:42:40.955Z | Downloaded password-hash v0.5.0 |
1072 | 2025-01-22T08:42:40.955Z | Downloaded password-hash v0.4.2 |
1073 | 2025-01-22T08:42:40.955Z | Downloaded rcgen v0.12.1 |
1074 | 2025-01-22T08:42:40.955Z | Downloaded tabwriter v1.4.0 |
1075 | 2025-01-22T08:42:40.955Z | Downloaded slog-dtrace v0.3.0 |
1076 | 2025-01-22T08:42:40.955Z | Downloaded serde_yaml v0.9.34+deprecated |
1077 | 2025-01-22T08:42:40.955Z | Downloaded miniz_oxide v0.8.0 |
1078 | 2025-01-22T08:42:40.955Z | Downloaded progenitor-client v0.9.1 |
1079 | 2025-01-22T08:42:40.955Z | Downloaded fallible-iterator v0.3.0 |
1080 | 2025-01-22T08:42:40.955Z | Downloaded schemars_derive v0.8.21 |
1081 | 2025-01-22T08:42:40.955Z | Downloaded futures v0.3.31 |
1082 | 2025-01-22T08:42:40.955Z | Downloaded test-strategy v0.3.1 |
1083 | 2025-01-22T08:42:40.955Z | Downloaded samael v0.0.17 |
1084 | 2025-01-22T08:42:40.955Z | Downloaded const_format v0.2.33 |
1085 | 2025-01-22T08:42:40.955Z | Downloaded defmt-parser v0.3.4 |
1086 | 2025-01-22T08:42:40.955Z | Downloaded bytes v1.9.0 |
1087 | 2025-01-22T08:42:40.955Z | Downloaded base64 v0.13.1 |
1088 | 2025-01-22T08:42:40.955Z | Downloaded unicode-properties v0.1.3 |
1089 | 2025-01-22T08:42:40.955Z | Downloaded termios v0.3.3 |
1090 | 2025-01-22T08:42:40.955Z | Downloaded slog-scope v4.4.0 |
1091 | 2025-01-22T08:42:40.956Z | Downloaded des v0.8.1 |
1092 | 2025-01-22T08:42:40.956Z | Downloaded derive_builder_core v0.20.2 |
1093 | 2025-01-22T08:42:40.956Z | Downloaded shlex v1.3.0 |
1094 | 2025-01-22T08:42:40.956Z | Downloaded shell-words v1.1.0 |
1095 | 2025-01-22T08:42:40.956Z | Downloaded derive_builder v0.20.2 |
1096 | 2025-01-22T08:42:40.956Z | Downloaded tokio-rustls v0.24.1 |
1097 | 2025-01-22T08:42:40.961Z | Downloaded termtree v0.5.1 |
1098 | 2025-01-22T08:42:40.961Z | Downloaded compact_str v0.8.0 |
1099 | 2025-01-22T08:42:40.961Z | Downloaded cookie v0.18.1 |
1100 | 2025-01-22T08:42:40.966Z | Downloaded chacha20poly1305 v0.10.1 |
1101 | 2025-01-22T08:42:40.966Z | Downloaded predicates-tree v1.0.11 |
1102 | 2025-01-22T08:42:40.966Z | Downloaded twox-hash v1.6.3 |
1103 | 2025-01-22T08:42:40.966Z | Downloaded gethostname v0.5.0 |
1104 | 2025-01-22T08:42:40.971Z | Downloaded ghash v0.5.1 |
1105 | 2025-01-22T08:42:40.971Z | Downloaded litrs v0.4.1 |
1106 | 2025-01-22T08:42:40.971Z | Downloaded packed_struct_codegen v0.10.1 |
1107 | 2025-01-22T08:42:40.974Z | Downloaded flagset v0.4.6 |
1108 | 2025-01-22T08:42:40.974Z | Downloaded fixedbitset v0.4.2 |
1109 | 2025-01-22T08:42:40.974Z | Downloaded slog-term v2.9.1 |
1110 | 2025-01-22T08:42:40.978Z | Downloaded litemap v0.7.3 |
1111 | 2025-01-22T08:42:40.978Z | Downloaded arc-swap v1.7.1 |
1112 | 2025-01-22T08:42:40.982Z | Downloaded crossbeam-epoch v0.9.18 |
1113 | 2025-01-22T08:42:40.984Z | Downloaded debug-ignore v1.0.5 |
1114 | 2025-01-22T08:42:40.987Z | Downloaded memmap2 v0.9.5 |
1115 | 2025-01-22T08:42:40.987Z | Downloaded tokio-macros v2.5.0 |
1116 | 2025-01-22T08:42:40.989Z | Downloaded aes v0.8.4 |
1117 | 2025-01-22T08:42:40.992Z | Downloaded mime_guess v2.0.5 |
1118 | 2025-01-22T08:42:40.994Z | Downloaded console v0.15.8 |
1119 | 2025-01-22T08:42:40.996Z | Downloaded clang-sys v1.8.1 |
1120 | 2025-01-22T08:42:40.999Z | Downloaded smallvec v0.6.14 |
1121 | 2025-01-22T08:42:41.003Z | Downloaded memoffset v0.9.1 |
1122 | 2025-01-22T08:42:41.003Z | Downloaded cookie_store v0.21.1 |
1123 | 2025-01-22T08:42:41.005Z | Downloaded lock_api v0.4.12 |
1124 | 2025-01-22T08:42:41.005Z | Downloaded rustls-pemfile v1.0.4 |
1125 | 2025-01-22T08:42:41.008Z | Downloaded libefi-sys v0.1.0 |
1126 | 2025-01-22T08:42:41.008Z | Downloaded jobserver v0.1.32 |
1127 | 2025-01-22T08:42:41.011Z | Downloaded lru v0.12.5 |
1128 | 2025-01-22T08:42:41.011Z | Downloaded lockfree-object-pool v0.1.6 |
1129 | 2025-01-22T08:42:41.015Z | Downloaded libsw v3.3.1 |
1130 | 2025-01-22T08:42:41.018Z | Downloaded lalrpop-util v0.19.12 |
1131 | 2025-01-22T08:42:41.018Z | Downloaded keccak v0.1.5 |
1132 | 2025-01-22T08:42:41.018Z | Downloaded lazy_static v1.5.0 |
1133 | 2025-01-22T08:42:41.022Z | Downloaded hubpack_derive v0.1.1 |
1134 | 2025-01-22T08:42:41.022Z | Downloaded bcs v0.1.6 |
1135 | 2025-01-22T08:42:41.022Z | Downloaded base64ct v1.6.0 |
1136 | 2025-01-22T08:42:41.026Z | Downloaded backoff v0.4.0 |
1137 | 2025-01-22T08:42:41.026Z | Downloaded arrayvec v0.7.6 |
1138 | 2025-01-22T08:42:41.028Z | Downloaded bzip2 v0.4.4 |
1139 | 2025-01-22T08:42:41.028Z | Downloaded bitflags v1.3.2 |
1140 | 2025-01-22T08:42:41.030Z | Downloaded async-trait v0.1.83 |
1141 | 2025-01-22T08:42:41.033Z | Downloaded buf-list v1.0.3 |
1142 | 2025-01-22T08:42:41.036Z | Downloaded argon2 v0.5.3 |
1143 | 2025-01-22T08:42:41.039Z | Downloaded idna v1.0.3 |
1144 | 2025-01-22T08:42:41.041Z | Downloaded const_format_proc_macros v0.2.33 |
1145 | 2025-01-22T08:42:41.044Z | Downloaded cobs v0.2.3 |
1146 | 2025-01-22T08:42:41.046Z | Downloaded chrono-tz-build v0.4.0 |
1147 | 2025-01-22T08:42:41.046Z | Downloaded chacha20 v0.9.1 |
1148 | 2025-01-22T08:42:41.046Z | Downloaded bb8 v0.8.5 |
1149 | 2025-01-22T08:42:41.049Z | Downloaded atomic-waker v1.1.2 |
1150 | 2025-01-22T08:42:41.049Z | Downloaded hyper-util v0.1.10 |
1151 | 2025-01-22T08:42:41.053Z | Downloaded cassowary v0.3.0 |
1152 | 2025-01-22T08:42:41.056Z | Downloaded bit-set v0.5.3 |
1153 | 2025-01-22T08:42:41.056Z | Downloaded indent_write v2.2.0 |
1154 | 2025-01-22T08:42:41.056Z | Downloaded icu_provider_macros v1.5.0 |
1155 | 2025-01-22T08:42:41.060Z | Downloaded hyper-tls v0.6.0 |
1156 | 2025-01-22T08:42:41.060Z | Downloaded hyper v1.5.2 |
1157 | 2025-01-22T08:42:41.063Z | Downloaded crc-catalog v2.4.0 |
1158 | 2025-01-22T08:42:41.065Z | Downloaded crc v3.2.1 |
1159 | 2025-01-22T08:42:41.068Z | Downloaded cbc v0.1.2 |
1160 | 2025-01-22T08:42:41.068Z | Downloaded bitfield v0.14.0 |
1161 | 2025-01-22T08:42:41.071Z | Downloaded async-stream v0.3.6 |
1162 | 2025-01-22T08:42:41.071Z | Downloaded ascii-canvas v3.0.0 |
1163 | 2025-01-22T08:42:41.074Z | Downloaded blowfish v0.9.1 |
1164 | 2025-01-22T08:42:41.074Z | Downloaded block-padding v0.3.3 |
1165 | 2025-01-22T08:42:41.075Z | Downloaded bitfield-struct v0.6.2 |
1166 | 2025-01-22T08:42:41.077Z | Downloaded base16ct v0.2.0 |
1167 | 2025-01-22T08:42:41.077Z | Downloaded httparse v1.9.5 |
1168 | 2025-01-22T08:42:41.081Z | Downloaded hyper-rustls v0.27.3 |
1169 | 2025-01-22T08:42:41.083Z | Downloaded httpdate v1.0.3 |
1170 | 2025-01-22T08:42:41.083Z | Downloaded iana-time-zone v0.1.61 |
1171 | 2025-01-22T08:42:41.087Z | Downloaded http-range v0.1.5 |
1172 | 2025-01-22T08:42:41.087Z | Downloaded http-body-util v0.1.2 |
1173 | 2025-01-22T08:42:41.091Z | Downloaded cstr-argument v0.1.2 |
1174 | 2025-01-22T08:42:41.091Z | Downloaded crunchy v0.2.2 |
1175 | 2025-01-22T08:42:41.091Z | Downloaded crucible-workspace-hack v0.1.0 |
1176 | 2025-01-22T08:42:41.091Z | Downloaded hickory-client v0.24.2 |
1177 | 2025-01-22T08:42:41.093Z | Downloaded hex-literal v0.4.1 |
1178 | 2025-01-22T08:42:41.093Z | Downloaded heck v0.3.3 |
1179 | 2025-01-22T08:42:41.137Z | Downloaded libsqlite3-sys v0.30.1 |
1180 | 2025-01-22T08:42:41.233Z | Downloaded ring v0.17.8 |
1181 | 2025-01-22T08:42:41.548Z | Downloaded aws-lc-sys v0.22.0 |
1182 | 2025-01-22T08:42:41.864Z | Compiling serde v1.0.217 |
1183 | 2025-01-22T08:42:41.867Z | Compiling lock_api v0.4.12 |
1184 | 2025-01-22T08:42:41.867Z | Compiling scopeguard v1.2.0 |
1185 | 2025-01-22T08:42:41.867Z | Compiling value-bag v1.9.0 |
1186 | 2025-01-22T08:42:41.867Z | Compiling typenum v1.17.0 |
1187 | 2025-01-22T08:42:41.867Z | Compiling generic-array v0.14.7 |
1188 | 2025-01-22T08:42:42.081Z | Compiling syn v2.0.96 |
1189 | 2025-01-22T08:42:42.098Z | Compiling getrandom v0.2.15 |
1190 | 2025-01-22T08:42:42.220Z | Compiling shlex v1.3.0 |
1191 | 2025-01-22T08:42:42.327Z | Compiling rand_core v0.6.4 |
1192 | 2025-01-22T08:42:42.521Z | Compiling log v0.4.22 |
1193 | 2025-01-22T08:42:42.595Z | Compiling subtle v2.6.1 |
1194 | 2025-01-22T08:42:42.632Z | Compiling jobserver v0.1.32 |
1195 | 2025-01-22T08:42:42.654Z | Compiling smallvec v1.13.2 |
1196 | 2025-01-22T08:42:42.875Z | Compiling const-oid v0.9.6 |
1197 | 2025-01-22T08:42:42.941Z | Compiling spin v0.9.8 |
1198 | 2025-01-22T08:42:42.959Z | Compiling pin-project-lite v0.2.14 |
1199 | 2025-01-22T08:42:43.063Z | Compiling cc v1.1.30 |
1200 | 2025-01-22T08:42:43.168Z | Compiling rustix v0.38.37 |
1201 | 2025-01-22T08:42:43.355Z | Compiling parking_lot_core v0.9.10 |
1202 | 2025-01-22T08:42:43.400Z | Compiling futures-core v0.3.31 |
1203 | 2025-01-22T08:42:43.489Z | Compiling signal-hook-registry v1.4.2 |
1204 | 2025-01-22T08:42:43.656Z | Compiling mio v1.0.2 |
1205 | 2025-01-22T08:42:44.001Z | Compiling aho-corasick v1.1.3 |
1206 | 2025-01-22T08:42:44.285Z | Compiling parking_lot v0.12.3 |
1207 | 2025-01-22T08:42:44.366Z | Compiling stable_deref_trait v1.2.0 |
1208 | 2025-01-22T08:42:44.366Z | Compiling either v1.13.0 |
1209 | 2025-01-22T08:42:44.490Z | Compiling regex-syntax v0.8.5 |
1210 | 2025-01-22T08:42:44.733Z | Compiling cpufeatures v0.2.14 |
1211 | 2025-01-22T08:42:44.799Z | Compiling lazy_static v1.5.0 |
1212 | 2025-01-22T08:42:44.850Z | Compiling futures-sink v0.3.31 |
1213 | 2025-01-22T08:42:44.936Z | Compiling glob v0.3.1 |
1214 | 2025-01-22T08:42:44.938Z | Compiling socket2 v0.5.7 |
1215 | 2025-01-22T08:42:45.021Z | Compiling slab v0.4.9 |
1216 | 2025-01-22T08:42:45.069Z | Compiling prettyplease v0.2.25 |
1217 | 2025-01-22T08:42:45.432Z | Compiling serde_json v1.0.135 |
1218 | 2025-01-22T08:42:45.490Z | Compiling minimal-lexical v0.2.1 |
1219 | 2025-01-22T08:42:45.780Z | Compiling clang-sys v1.8.1 |
1220 | 2025-01-22T08:42:45.922Z | Compiling libloading v0.8.5 |
1221 | 2025-01-22T08:42:46.071Z | Compiling nom v7.1.3 |
1222 | 2025-01-22T08:42:46.132Z | Compiling bindgen v0.69.5 |
1223 | 2025-01-22T08:42:46.310Z | Compiling home v0.5.9 |
1224 | 2025-01-22T08:42:46.583Z | Compiling futures-channel v0.3.31 |
1225 | 2025-01-22T08:42:46.813Z | Compiling itertools v0.12.1 |
1226 | 2025-01-22T08:42:46.999Z | Compiling libm v0.2.8 |
1227 | 2025-01-22T08:42:47.019Z | Compiling futures-task v0.3.31 |
1228 | 2025-01-22T08:42:47.326Z | Compiling pin-utils v0.1.0 |
1229 | 2025-01-22T08:42:47.349Z | Compiling foldhash v0.1.3 |
1230 | 2025-01-22T08:42:47.438Z | Compiling futures-io v0.3.31 |
1231 | 2025-01-22T08:42:47.684Z | Compiling rustc-hash v1.1.0 |
1232 | 2025-01-22T08:42:47.724Z | Compiling allocator-api2 v0.2.18 |
1233 | 2025-01-22T08:42:47.859Z | Compiling lazycell v1.3.0 |
1234 | 2025-01-22T08:42:48.067Z | Compiling cmake v0.1.51 |
1235 | 2025-01-22T08:42:48.483Z | Compiling regex-automata v0.4.8 |
1236 | 2025-01-22T08:42:48.838Z | Compiling hashbrown v0.15.1 |
1237 | 2025-01-22T08:42:48.910Z | Compiling num-traits v0.2.19 |
1238 | 2025-01-22T08:42:49.204Z | Compiling synstructure v0.13.1 |
1239 | 2025-01-22T08:42:49.627Z | Compiling cexpr v0.6.0 |
1240 | 2025-01-22T08:42:49.983Z | Compiling pkg-config v0.3.31 |
1241 | 2025-01-22T08:42:50.662Z | Compiling fs_extra v1.3.0 |
1242 | 2025-01-22T08:42:50.750Z | Compiling dunce v1.0.5 |
1243 | 2025-01-22T08:42:51.249Z | Compiling writeable v0.5.5 |
1244 | 2025-01-22T08:42:51.304Z | Compiling litemap v0.7.3 |
1245 | 2025-01-22T08:42:51.387Z | Compiling ring v0.17.8 |
1246 | 2025-01-22T08:42:51.702Z | Compiling base64ct v1.6.0 |
1247 | 2025-01-22T08:42:51.780Z | Compiling paste v1.0.15 |
1248 | 2025-01-22T08:42:52.319Z | Compiling pem-rfc7468 v0.7.0 |
1249 | 2025-01-22T08:42:52.373Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2025-01-22T08:42:52.498Z | Compiling httparse v1.9.5 |
1251 | 2025-01-22T08:42:52.775Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2025-01-22T08:42:52.896Z | Compiling flagset v0.4.6 |
1253 | 2025-01-22T08:42:53.164Z | Compiling tracing-core v0.1.32 |
1254 | 2025-01-22T08:42:53.212Z | Compiling rustls-pki-types v1.10.0 |
1255 | 2025-01-22T08:42:53.915Z | Compiling regex v1.11.1 |
1256 | 2025-01-22T08:42:53.983Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2025-01-22T08:42:54.174Z | Compiling percent-encoding v2.3.1 |
1258 | 2025-01-22T08:42:54.343Z | Compiling icu_properties_data v1.5.0 |
1259 | 2025-01-22T08:42:54.531Z | Compiling time-core v0.1.2 |
1260 | 2025-01-22T08:42:54.598Z | Compiling vcpkg v0.2.15 |
1261 | 2025-01-22T08:42:54.713Z | Compiling write16 v1.0.0 |
1262 | 2025-01-22T08:42:54.827Z | Compiling serde_derive v1.0.217 |
1263 | 2025-01-22T08:42:54.863Z | Compiling zeroize_derive v1.4.2 |
1264 | 2025-01-22T08:42:54.888Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2025-01-22T08:42:55.150Z | Compiling zerofrom-derive v0.1.4 |
1266 | 2025-01-22T08:42:56.297Z | Compiling zeroize v1.8.1 |
1267 | 2025-01-22T08:42:56.385Z | Compiling tokio-macros v2.5.0 |
1268 | 2025-01-22T08:42:56.960Z | Compiling zerocopy v0.7.35 |
1269 | 2025-01-22T08:42:57.024Z | Compiling yoke-derive v0.7.4 |
1270 | 2025-01-22T08:42:57.862Z | Compiling crypto-common v0.1.6 |
1271 | 2025-01-22T08:42:57.884Z | Compiling block-buffer v0.10.4 |
1272 | 2025-01-22T08:42:58.115Z | Compiling digest v0.10.7 |
1273 | 2025-01-22T08:42:58.160Z | Compiling thiserror-impl v1.0.69 |
1274 | 2025-01-22T08:42:58.231Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-22T08:42:58.302Z | Compiling futures-macro v0.3.31 |
1276 | 2025-01-22T08:42:58.561Z | Compiling hmac v0.12.1 |
1277 | 2025-01-22T08:42:58.835Z | Compiling zerofrom v0.1.4 |
1278 | 2025-01-22T08:42:58.838Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-22T08:42:59.074Z | Compiling block-padding v0.3.3 |
1280 | 2025-01-22T08:42:59.340Z | Compiling inout v0.1.3 |
1281 | 2025-01-22T08:42:59.520Z | Compiling sha2 v0.10.8 |
1282 | 2025-01-22T08:42:59.621Z | Compiling cipher v0.4.4 |
1283 | 2025-01-22T08:42:59.652Z | Compiling yoke v0.7.4 |
1284 | 2025-01-22T08:43:00.022Z | Compiling icu_provider_macros v1.5.0 |
1285 | 2025-01-22T08:43:00.140Z | Compiling ppv-lite86 v0.2.20 |
1286 | 2025-01-22T08:43:00.177Z | Compiling futures-util v0.3.31 |
1287 | 2025-01-22T08:43:00.414Z | Compiling der_derive v0.7.3 |
1288 | 2025-01-22T08:43:00.745Z | Compiling zerovec v0.10.4 |
1289 | 2025-01-22T08:43:00.967Z | Compiling rand_chacha v0.3.1 |
1290 | 2025-01-22T08:43:01.134Z | Compiling tracing-attributes v0.1.27 |
1291 | 2025-01-22T08:43:01.232Z | Compiling thiserror v1.0.69 |
1292 | 2025-01-22T08:43:01.397Z | Compiling pest v2.7.14 |
1293 | 2025-01-22T08:43:02.690Z | Compiling tinystr v0.7.6 |
1294 | 2025-01-22T08:43:02.803Z | Compiling der v0.7.9 |
1295 | 2025-01-22T08:43:03.077Z | Compiling icu_locid v1.5.0 |
1296 | 2025-01-22T08:43:03.167Z | Compiling icu_collections v1.5.0 |
1297 | 2025-01-22T08:43:03.279Z | Compiling rand v0.8.5 |
1298 | 2025-01-22T08:43:04.448Z | Compiling icu_provider v1.5.0 |
1299 | 2025-01-22T08:43:04.469Z | Compiling tracing v0.1.40 |
1300 | 2025-01-22T08:43:04.491Z | Compiling salsa20 v0.10.2 |
1301 | 2025-01-22T08:43:04.728Z | Compiling pbkdf2 v0.12.2 |
1302 | 2025-01-22T08:43:04.919Z | Compiling spki v0.7.3 |
1303 | 2025-01-22T08:43:04.985Z | Compiling powerfmt v0.2.0 |
1304 | 2025-01-22T08:43:05.105Z | Compiling mirai-annotations v1.12.0 |
1305 | 2025-01-22T08:43:05.288Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-22T08:43:05.382Z | Compiling num-conv v0.1.0 |
1307 | 2025-01-22T08:43:05.392Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-01-22T08:43:05.392Z | Compiling untrusted v0.7.1 |
1309 | 2025-01-22T08:43:05.412Z | Compiling utf16_iter v1.0.5 |
1310 | 2025-01-22T08:43:05.449Z | Compiling untrusted v0.9.0 |
1311 | 2025-01-22T08:43:05.548Z | Compiling utf8_iter v1.0.4 |
1312 | 2025-01-22T08:43:05.570Z | Compiling deranged v0.3.11 |
1313 | 2025-01-22T08:43:05.590Z | Compiling time-macros v0.2.18 |
1314 | 2025-01-22T08:43:05.682Z | Compiling scrypt v0.11.0 |
1315 | 2025-01-22T08:43:05.807Z | Compiling pest_meta v2.7.14 |
1316 | 2025-01-22T08:43:05.828Z | Compiling aes v0.8.4 |
1317 | 2025-01-22T08:43:06.214Z | Compiling cbc v0.1.2 |
1318 | 2025-01-22T08:43:06.497Z | Compiling openssl-sys v0.9.103 |
1319 | 2025-01-22T08:43:07.068Z | Compiling icu_properties v1.5.1 |
1320 | 2025-01-22T08:43:07.511Z | Compiling scroll_derive v0.12.0 |
1321 | 2025-01-22T08:43:08.184Z | Compiling bitflags v2.6.0 |
1322 | 2025-01-22T08:43:08.627Z | Compiling bytes v1.9.0 |
1323 | 2025-01-22T08:43:08.871Z | Compiling indexmap v2.7.0 |
1324 | 2025-01-22T08:43:08.956Z | Compiling semver v1.0.24 |
1325 | 2025-01-22T08:43:08.977Z | Compiling tinyvec_macros v0.1.1 |
1326 | 2025-01-22T08:43:09.089Z | Compiling num_threads v0.1.7 |
1327 | 2025-01-22T08:43:09.240Z | Compiling atomic-waker v1.1.2 |
1328 | 2025-01-22T08:43:09.449Z | Compiling rustc_version v0.4.1 |
1329 | 2025-01-22T08:43:09.647Z | Compiling tokio v1.43.0 |
1330 | 2025-01-22T08:43:09.853Z | Compiling http v1.2.0 |
1331 | 2025-01-22T08:43:10.179Z | Compiling time v0.3.36 |
1332 | 2025-01-22T08:43:10.201Z | Compiling tinyvec v1.8.0 |
1333 | 2025-01-22T08:43:10.232Z | Compiling scroll v0.12.0 |
1334 | 2025-01-22T08:43:10.750Z | Compiling icu_normalizer v1.5.0 |
1335 | 2025-01-22T08:43:11.590Z | Compiling http-body v1.0.1 |
1336 | 2025-01-22T08:43:11.740Z | Compiling idna_adapter v1.2.0 |
1337 | 2025-01-22T08:43:11.765Z | Compiling pest_generator v2.7.14 |
1338 | 2025-01-22T08:43:11.828Z | Compiling pkcs5 v0.7.1 |
1339 | 2025-01-22T08:43:11.975Z | Compiling form_urlencoded v1.2.1 |
1340 | 2025-01-22T08:43:12.078Z | Compiling slog v2.7.0 |
1341 | 2025-01-22T08:43:12.315Z | Compiling which v4.4.2 |
1342 | 2025-01-22T08:43:12.590Z | Compiling try-lock v0.2.5 |
1343 | 2025-01-22T08:43:12.611Z | Compiling goblin v0.8.2 |
1344 | 2025-01-22T08:43:12.906Z | Compiling want v0.3.1 |
1345 | 2025-01-22T08:43:13.025Z | Compiling pkcs8 v0.10.2 |
1346 | 2025-01-22T08:43:13.194Z | Compiling idna v1.0.3 |
1347 | 2025-01-22T08:43:13.455Z | Compiling uuid v1.12.0 |
1348 | 2025-01-22T08:43:13.669Z | Compiling pest_derive v2.7.14 |
1349 | 2025-01-22T08:43:13.700Z | Compiling httpdate v1.0.3 |
1350 | 2025-01-22T08:43:14.156Z | Compiling iana-time-zone v0.1.61 |
1351 | 2025-01-22T08:43:14.466Z | Compiling dtrace-parser v0.2.0 |
1352 | 2025-01-22T08:43:14.560Z | Compiling chrono v0.4.39 |
1353 | 2025-01-22T08:43:14.862Z | Compiling serde_spanned v0.6.8 |
1354 | 2025-01-22T08:43:14.884Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2025-01-22T08:43:15.111Z | Compiling toml_datetime v0.6.8 |
1356 | 2025-01-22T08:43:15.482Z | Compiling openssl v0.10.66 |
1357 | 2025-01-22T08:43:15.484Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2025-01-22T08:43:15.597Z | Compiling tower-service v0.3.3 |
1359 | 2025-01-22T08:43:15.626Z | Compiling base64 v0.22.1 |
1360 | 2025-01-22T08:43:15.771Z | Compiling rustversion v1.0.17 |
1361 | 2025-01-22T08:43:15.934Z | Compiling match_cfg v0.1.0 |
1362 | 2025-01-22T08:43:16.052Z | Compiling adler2 v2.0.0 |
1363 | 2025-01-22T08:43:16.283Z | Compiling miniz_oxide v0.8.0 |
1364 | 2025-01-22T08:43:16.361Z | Compiling hostname v0.3.1 |
1365 | 2025-01-22T08:43:16.414Z | Compiling foreign-types v0.3.2 |
1366 | 2025-01-22T08:43:16.523Z | Compiling url v2.5.3 |
1367 | 2025-01-22T08:43:16.578Z | Compiling openssl-macros v0.1.1 |
1368 | 2025-01-22T08:43:17.363Z | Compiling async-trait v0.1.83 |
1369 | 2025-01-22T08:43:17.663Z | Compiling tokio-util v0.7.12 |
1370 | 2025-01-22T08:43:17.789Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2025-01-22T08:43:17.985Z | Compiling dirs-sys-next v0.1.2 |
1372 | 2025-01-22T08:43:18.360Z | Compiling dof v0.3.0 |
1373 | 2025-01-22T08:43:18.563Z | Compiling h2 v0.4.6 |
1374 | 2025-01-22T08:43:18.912Z | Compiling native-tls v0.2.12 |
1375 | 2025-01-22T08:43:19.253Z | Compiling usdt-impl v0.5.0 |
1376 | 2025-01-22T08:43:19.837Z | Compiling syn v1.0.109 |
1377 | 2025-01-22T08:43:20.188Z | Compiling schemars v0.8.21 |
1378 | 2025-01-22T08:43:20.192Z | Compiling rustls v0.22.4 |
1379 | 2025-01-22T08:43:20.395Z | Compiling data-encoding v2.6.0 |
1380 | 2025-01-22T08:43:20.473Z | Compiling siphasher v0.3.11 |
1381 | 2025-01-22T08:43:20.549Z | Compiling rustls v0.23.19 |
1382 | 2025-01-22T08:43:20.726Z | Compiling schemars_derive v0.8.21 |
1383 | 2025-01-22T08:43:20.952Z | Compiling dirs-next v2.0.0 |
1384 | 2025-01-22T08:43:21.824Z | Compiling http-body-util v0.1.2 |
1385 | 2025-01-22T08:43:22.325Z | Compiling unicode-normalization v0.1.24 |
1386 | 2025-01-22T08:43:22.360Z | Compiling heapless v0.7.17 |
1387 | 2025-01-22T08:43:22.543Z | Compiling crossbeam-epoch v0.9.18 |
1388 | 2025-01-22T08:43:22.801Z | Compiling sha1 v0.10.6 |
1389 | 2025-01-22T08:43:23.033Z | Compiling signature v2.2.0 |
1390 | 2025-01-22T08:43:23.223Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1391 | 2025-01-22T08:43:23.251Z | Compiling thread_local v1.1.8 |
1392 | 2025-01-22T08:43:23.312Z | Compiling multer v3.1.0 |
1393 | 2025-01-22T08:43:23.402Z | Compiling cookie v0.18.1 |
1394 | 2025-01-22T08:43:23.616Z | Compiling encoding_rs v0.8.34 |
1395 | 2025-01-22T08:43:23.685Z | Compiling unicode-bidi v0.3.17 |
1396 | 2025-01-22T08:43:23.706Z | Compiling gimli v0.31.1 |
1397 | 2025-01-22T08:43:23.724Z | Compiling signal-hook v0.3.17 |
1398 | 2025-01-22T08:43:23.817Z | Compiling mime v0.3.17 |
1399 | 2025-01-22T08:43:23.986Z | Compiling unicode-properties v0.1.3 |
1400 | 2025-01-22T08:43:24.342Z | Compiling rayon-core v1.12.1 |
1401 | 2025-01-22T08:43:24.381Z | Compiling slog-async v2.8.0 |
1402 | 2025-01-22T08:43:24.635Z | Compiling dyn-clone v1.0.17 |
1403 | 2025-01-22T08:43:24.850Z | Compiling openssl-probe v0.1.5 |
1404 | 2025-01-22T08:43:24.883Z | Compiling ipnet v2.10.1 |
1405 | 2025-01-22T08:43:25.197Z | Compiling stringprep v0.1.5 |
1406 | 2025-01-22T08:43:26.027Z | Compiling hyper v1.5.2 |
1407 | 2025-01-22T08:43:26.360Z | Compiling toml_edit v0.22.22 |
1408 | 2025-01-22T08:43:27.819Z | Compiling addr2line v0.24.2 |
1409 | 2025-01-22T08:43:28.450Z | Compiling hyper-util v0.1.10 |
1410 | 2025-01-22T08:43:28.760Z | Compiling crossbeam-deque v0.8.5 |
1411 | 2025-01-22T08:43:28.825Z | Compiling usdt-macro v0.5.0 |
1412 | 2025-01-22T08:43:29.005Z | Compiling usdt-attr-macro v0.5.0 |
1413 | 2025-01-22T08:43:29.060Z | Compiling term v0.7.0 |
1414 | 2025-01-22T08:43:30.038Z | Compiling slog-json v2.6.1 |
1415 | 2025-01-22T08:43:30.239Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2025-01-22T08:43:30.366Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2025-01-22T08:43:30.386Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2025-01-22T08:43:30.422Z | Compiling enum-as-inner v0.6.1 |
1419 | 2025-01-22T08:43:30.777Z | Compiling futures-executor v0.3.31 |
1420 | 2025-01-22T08:43:31.067Z | Compiling md-5 v0.10.6 |
1421 | 2025-01-22T08:43:31.321Z | Compiling async-stream-impl v0.3.6 |
1422 | 2025-01-22T08:43:31.352Z | Compiling rustls-pemfile v2.2.0 |
1423 | 2025-01-22T08:43:31.372Z | Compiling num-integer v0.1.46 |
1424 | 2025-01-22T08:43:31.418Z | Compiling hash32 v0.2.1 |
1425 | 2025-01-22T08:43:31.528Z | Compiling ff v0.13.0 |
1426 | 2025-01-22T08:43:31.701Z | Compiling is-terminal v0.4.13 |
1427 | 2025-01-22T08:43:31.760Z | Compiling object v0.36.5 |
1428 | 2025-01-22T08:43:31.780Z | Compiling dropshot v0.12.0 |
1429 | 2025-01-22T08:43:31.844Z | Compiling psl-types v2.0.11 |
1430 | 2025-01-22T08:43:32.094Z | Compiling base16ct v0.2.0 |
1431 | 2025-01-22T08:43:32.098Z | Compiling take_mut v0.2.2 |
1432 | 2025-01-22T08:43:32.121Z | Compiling linked-hash-map v0.5.6 |
1433 | 2025-01-22T08:43:32.253Z | Compiling utf-8 v0.7.6 |
1434 | 2025-01-22T08:43:32.387Z | Compiling smoltcp v0.9.1 |
1435 | 2025-01-22T08:43:32.463Z | Compiling litrs v0.4.1 |
1436 | 2025-01-22T08:43:32.594Z | Compiling portable-atomic v1.9.0 |
1437 | 2025-01-22T08:43:32.615Z | Compiling quick-error v1.2.3 |
1438 | 2025-01-22T08:43:32.783Z | Compiling anyhow v1.0.93 |
1439 | 2025-01-22T08:43:33.022Z | Compiling num-bigint-dig v0.8.4 |
1440 | 2025-01-22T08:43:33.324Z | Compiling rustc-demangle v0.1.24 |
1441 | 2025-01-22T08:43:33.366Z | Compiling fallible-iterator v0.2.0 |
1442 | 2025-01-22T08:43:33.632Z | Compiling document-features v0.2.10 |
1443 | 2025-01-22T08:43:33.885Z | Compiling resolv-conf v0.7.0 |
1444 | 2025-01-22T08:43:33.990Z | Compiling postgres-protocol v0.6.7 |
1445 | 2025-01-22T08:43:34.069Z | Compiling async-stream v0.3.6 |
1446 | 2025-01-22T08:43:34.315Z | Compiling tungstenite v0.24.0 |
1447 | 2025-01-22T08:43:34.364Z | Compiling lru-cache v0.1.2 |
1448 | 2025-01-22T08:43:34.580Z | Compiling sec1 v0.7.3 |
1449 | 2025-01-22T08:43:34.871Z | Compiling publicsuffix v2.3.0 |
1450 | 2025-01-22T08:43:35.106Z | Compiling num-iter v0.1.45 |
1451 | 2025-01-22T08:43:35.182Z | Compiling slog-term v2.9.1 |
1452 | 2025-01-22T08:43:35.207Z | Compiling usdt v0.5.0 |
1453 | 2025-01-22T08:43:35.307Z | Compiling group v0.13.0 |
1454 | 2025-01-22T08:43:35.693Z | Compiling hickory-proto v0.24.2 |
1455 | 2025-01-22T08:43:35.833Z | Compiling futures v0.3.31 |
1456 | 2025-01-22T08:43:35.962Z | Compiling slog-bunyan v2.5.0 |
1457 | 2025-01-22T08:43:36.331Z | Compiling toml v0.8.19 |
1458 | 2025-01-22T08:43:36.380Z | Compiling tokio-native-tls v0.3.1 |
1459 | 2025-01-22T08:43:37.670Z | Compiling camino v1.1.9 |
1460 | 2025-01-22T08:43:37.839Z | Compiling phf_shared v0.11.2 |
1461 | 2025-01-22T08:43:37.907Z | Compiling dropshot_endpoint v0.12.0 |
1462 | 2025-01-22T08:43:38.208Z | Compiling backtrace v0.3.74 |
1463 | 2025-01-22T08:43:38.490Z | Compiling terminal_size v0.4.0 |
1464 | 2025-01-22T08:43:38.657Z | Compiling openapiv3 v2.0.0 |
1465 | 2025-01-22T08:43:38.751Z | Compiling waitgroup v0.1.2 |
1466 | 2025-01-22T08:43:38.832Z | Compiling serde_path_to_error v0.1.16 |
1467 | 2025-01-22T08:43:38.976Z | Compiling hkdf v0.12.4 |
1468 | 2025-01-22T08:43:39.254Z | Compiling crypto-bigint v0.5.5 |
1469 | 2025-01-22T08:43:39.608Z | Compiling zerocopy-derive v0.6.6 |
1470 | 2025-01-22T08:43:41.302Z | Compiling curve25519-dalek-derive v0.1.1 |
1471 | 2025-01-22T08:43:41.619Z | Compiling webpki-roots v0.26.6 |
1472 | 2025-01-22T08:43:41.855Z | Compiling hostname v0.4.0 |
1473 | 2025-01-22T08:43:42.104Z | Compiling fs-err v2.11.0 |
1474 | 2025-01-22T08:43:42.148Z | Compiling hubpack_derive v0.1.1 |
1475 | 2025-01-22T08:43:42.169Z | Compiling crc32fast v1.4.2 |
1476 | 2025-01-22T08:43:42.402Z | Compiling ahash v0.8.11 |
1477 | 2025-01-22T08:43:42.521Z | Compiling newtype-uuid v1.2.1 |
1478 | 2025-01-22T08:43:42.683Z | Compiling bitflags v1.3.2 |
1479 | 2025-01-22T08:43:42.714Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-01-22T08:43:42.734Z | Compiling winnow v0.5.40 |
1481 | 2025-01-22T08:43:42.792Z | Compiling managed v0.8.0 |
1482 | 2025-01-22T08:43:42.844Z | Compiling strum_macros v0.25.3 |
1483 | 2025-01-22T08:43:42.872Z | Compiling clap_builder v4.5.21 |
1484 | 2025-01-22T08:43:42.978Z | Compiling hubpack v0.1.2 |
1485 | 2025-01-22T08:43:44.937Z | Compiling console v0.15.8 |
1486 | 2025-01-22T08:43:45.186Z | Compiling flate2 v1.0.35 |
1487 | 2025-01-22T08:43:45.429Z | Compiling elliptic-curve v0.13.8 |
1488 | 2025-01-22T08:43:46.140Z | Compiling toml_edit v0.19.15 |
1489 | 2025-01-22T08:43:46.225Z | Compiling zerocopy v0.6.6 |
1490 | 2025-01-22T08:43:46.228Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-22T08:43:46.680Z | Compiling signal-hook-mio v0.2.4 |
1492 | 2025-01-22T08:43:46.861Z | Compiling phf v0.11.2 |
1493 | 2025-01-22T08:43:46.953Z | Compiling cookie_store v0.21.1 |
1494 | 2025-01-22T08:43:47.148Z | Compiling rayon v1.10.0 |
1495 | 2025-01-22T08:43:47.178Z | Compiling hyper-tls v0.6.0 |
1496 | 2025-01-22T08:43:47.652Z | Compiling bzip2 v0.4.4 |
1497 | 2025-01-22T08:43:48.019Z | Compiling tokio-tungstenite v0.24.0 |
1498 | 2025-01-22T08:43:48.557Z | Compiling postgres-types v0.2.8 |
1499 | 2025-01-22T08:43:51.014Z | Compiling ed25519 v2.2.3 |
1500 | 2025-01-22T08:43:51.147Z | Compiling phf_shared v0.10.0 |
1501 | 2025-01-22T08:43:51.370Z | Compiling tokio-stream v0.1.16 |
1502 | 2025-01-22T08:43:51.476Z | Compiling pkcs1 v0.7.5 |
1503 | 2025-01-22T08:43:51.541Z | Compiling serde-big-array v0.5.1 |
1504 | 2025-01-22T08:43:51.790Z | Compiling clap_derive v4.5.18 |
1505 | 2025-01-22T08:43:52.150Z | Compiling rfc6979 v0.4.0 |
1506 | 2025-01-22T08:43:52.295Z | Compiling derive-where v1.2.7 |
1507 | 2025-01-22T08:43:52.362Z | Compiling serde_repr v0.1.19 |
1508 | 2025-01-22T08:43:52.415Z | Compiling bstr v1.10.0 |
1509 | 2025-01-22T08:43:52.868Z | Compiling float-cmp v0.9.0 |
1510 | 2025-01-22T08:43:53.102Z | Compiling sync_wrapper v1.0.1 |
1511 | 2025-01-22T08:43:53.277Z | Compiling difflib v0.4.0 |
1512 | 2025-01-22T08:43:53.297Z | Compiling precomputed-hash v0.1.1 |
1513 | 2025-01-22T08:43:53.435Z | Compiling number_prefix v0.4.0 |
1514 | 2025-01-22T08:43:53.469Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2025-01-22T08:43:53.584Z | Compiling normalize-line-endings v0.3.0 |
1516 | 2025-01-22T08:43:53.682Z | Compiling bit-vec v0.6.3 |
1517 | 2025-01-22T08:43:53.731Z | Compiling fixedbitset v0.4.2 |
1518 | 2025-01-22T08:43:54.003Z | Compiling unicode-segmentation v1.12.0 |
1519 | 2025-01-22T08:43:54.095Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-22T08:43:54.168Z | Compiling unicode-width v0.2.0 |
1521 | 2025-01-22T08:43:54.208Z | Compiling predicates-core v1.0.8 |
1522 | 2025-01-22T08:43:54.547Z | Compiling whoami v1.5.2 |
1523 | 2025-01-22T08:43:54.676Z | Compiling indicatif v0.17.9 |
1524 | 2025-01-22T08:43:54.726Z | Compiling similar v2.6.0 |
1525 | 2025-01-22T08:43:54.888Z | Compiling tokio-postgres v0.7.12 |
1526 | 2025-01-22T08:43:55.122Z | Compiling predicates v3.1.2 |
1527 | 2025-01-22T08:43:55.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1528 | 2025-01-22T08:43:56.461Z | Compiling clap v4.5.21 |
1529 | 2025-01-22T08:43:56.594Z | Compiling bit-set v0.5.3 |
1530 | 2025-01-22T08:43:56.681Z | Compiling petgraph v0.6.5 |
1531 | 2025-01-22T08:43:56.794Z | Compiling string_cache v0.8.7 |
1532 | 2025-01-22T08:43:56.863Z | Compiling ecdsa v0.16.9 |
1533 | 2025-01-22T08:43:56.922Z | Compiling rsa v0.9.6 |
1534 | 2025-01-22T08:43:57.135Z | Compiling ed25519-dalek v2.1.1 |
1535 | 2025-01-22T08:43:57.685Z | Compiling toml v0.7.8 |
1536 | 2025-01-22T08:43:58.439Z | Compiling zip v0.6.6 |
1537 | 2025-01-22T08:43:59.162Z | Compiling crossterm v0.28.1 |
1538 | 2025-01-22T08:44:00.708Z | Compiling hex v0.4.3 |
1539 | 2025-01-22T08:44:00.947Z | Compiling x509-cert v0.2.5 |
1540 | 2025-01-22T08:44:00.968Z | Compiling itertools v0.10.5 |
1541 | 2025-01-22T08:44:01.282Z | Compiling lalrpop-util v0.19.12 |
1542 | 2025-01-22T08:44:01.658Z | Compiling unicode-xid v0.2.6 |
1543 | 2025-01-22T08:44:01.824Z | Compiling peg-runtime v0.8.3 |
1544 | 2025-01-22T08:44:01.865Z | Compiling strum_macros v0.26.4 |
1545 | 2025-01-22T08:44:02.197Z | Compiling xattr v1.3.1 |
1546 | 2025-01-22T08:44:02.428Z | Compiling filetime v0.2.25 |
1547 | 2025-01-22T08:44:02.756Z | Compiling tar v0.4.42 |
1548 | 2025-01-22T08:44:06.666Z | Compiling strum v0.26.3 |
1549 | 2025-01-22T08:44:09.871Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2025-01-22T08:44:37.686Z | Compiling rustls-webpki v0.102.8 |
1551 | 2025-01-22T08:44:40.962Z | Compiling tokio-rustls v0.25.0 |
1552 | 2025-01-22T08:44:42.652Z | Compiling tokio-rustls v0.26.0 |
1553 | 2025-01-22T08:44:43.005Z | Compiling hyper-rustls v0.27.3 |
1554 | 2025-01-22T08:44:43.291Z | Compiling reqwest v0.12.9 |
1555 | 2025-01-22T08:44:44.601Z | Compiling qorb v0.2.1 |
1556 | 2025-01-22T08:44:47.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2025-01-22T08:44:48.002Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2025-01-22T08:44:52.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1559 | 2025-01-22T08:44:52.640Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2025-01-22T08:44:52.690Z | Jan 22 08:44:51.558 INFO Starting download, target: Console |
1561 | 2025-01-22T08:44:52.690Z | Jan 22 08:44:51.558 INFO Starting download, target: Cockroach |
1562 | 2025-01-22T08:44:52.690Z | Jan 22 08:44:51.558 INFO Starting download, target: DendriteOpenapi |
1563 | 2025-01-22T08:44:52.690Z | Jan 22 08:44:51.558 INFO Starting download, target: Clickhouse |
1564 | 2025-01-22T08:44:52.690Z | Jan 22 08:44:51.558 INFO Starting download, target: DendriteStub |
1565 | 2025-01-22T08:44:52.695Z | Jan 22 08:44:51.558 INFO Starting download, target: MaghemiteMgd |
1566 | 2025-01-22T08:44:52.695Z | Jan 22 08:44:51.558 INFO Starting download, target: TransceiverControl |
1567 | 2025-01-22T08:44:52.695Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1568 | 2025-01-22T08:44:52.695Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2025-01-22T08:44:52.696Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1570 | 2025-01-22T08:44:52.696Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1571 | 2025-01-22T08:44:52.696Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1572 | 2025-01-22T08:44:52.696Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1573 | 2025-01-22T08:44:52.696Z | Jan 22 08:44:51.559 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2025-01-22T08:44:53.098Z | Jan 22 08:44:51.880 INFO Download complete, target: DendriteOpenapi |
1575 | 2025-01-22T08:44:53.247Z | Jan 22 08:44:51.998 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2025-01-22T08:44:53.319Z | Jan 22 08:44:52.182 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2025-01-22T08:44:53.482Z | Jan 22 08:44:52.348 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2025-01-22T08:44:53.659Z | Jan 22 08:44:52.527 INFO Download complete, target: Console |
1579 | 2025-01-22T08:44:53.688Z | Jan 22 08:44:52.556 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1580 | 2025-01-22T08:44:53.806Z | Jan 22 08:44:52.670 INFO Download complete, target: TransceiverControl |
1581 | 2025-01-22T08:44:54.428Z | Jan 22 08:44:53.295 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2025-01-22T08:44:54.428Z | Jan 22 08:44:53.296 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2025-01-22T08:44:54.902Z | Jan 22 08:44:53.770 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2025-01-22T08:44:56.440Z | Jan 22 08:44:55.308 INFO Download complete, target: DendriteStub |
1585 | 2025-01-22T08:44:56.635Z | Jan 22 08:44:55.478 INFO Download complete, target: MaghemiteMgd |
1586 | 2025-01-22T08:45:01.969Z | Jan 22 08:45:00.837 INFO Checking that binary works, target: Cockroach |
1587 | 2025-01-22T08:45:02.185Z | Jan 22 08:45:01.007 INFO Download complete, target: Cockroach |
1588 | 2025-01-22T08:45:07.421Z | Jan 22 08:45:06.286 INFO Checking that binary works, target: Clickhouse |
1589 | 2025-01-22T08:45:07.537Z | Jan 22 08:45:06.404 INFO Download complete, target: Clickhouse |
1590 | 2025-01-22T08:45:07.558Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2025-01-22T08:45:07.561Z | |
1592 | 2025-01-22T08:45:07.561Z | real 5:08.081171008 |
1593 | 2025-01-22T08:45:07.561Z | user 15:49.589468804 |
1594 | 2025-01-22T08:45:07.561Z | sys 2:05.720969480 |
1595 | 2025-01-22T08:45:07.561Z | trap 0.567529639 |
1596 | 2025-01-22T08:45:07.561Z | tflt 1.418289909 |
1597 | 2025-01-22T08:45:07.561Z | dflt 1.359842396 |
1598 | 2025-01-22T08:45:07.561Z | kflt 0.026041590 |
1599 | 2025-01-22T08:45:07.561Z | lock 25:02.461898284 |
1600 | 2025-01-22T08:45:07.561Z | slp 55:57.634516568 |
1601 | 2025-01-22T08:45:07.561Z | lat 59.954179954 |
1602 | 2025-01-22T08:45:07.561Z | stop 2:26.020146720 |
1603 | 2025-01-22T08:45:07.561Z | + banner hack-check |
1604 | 2025-01-22T08:45:07.564Z | |
1605 | 2025-01-22T08:45:07.564Z | # # ## #### # # #### # # ###### #### # # |
1606 | 2025-01-22T08:45:07.564Z | # # # # # # # # # # # # # # # # # |
1607 | 2025-01-22T08:45:07.564Z | ###### # # # #### ##### # ###### ##### # #### |
1608 | 2025-01-22T08:45:07.564Z | # # ###### # # # # # # # # # # |
1609 | 2025-01-22T08:45:07.564Z | # # # # # # # # # # # # # # # # # |
1610 | 2025-01-22T08:45:07.564Z | # # # # #### # # #### # # ###### #### # # |
1611 | 2025-01-22T08:45:07.564Z | |
1612 | 2025-01-22T08:45:07.564Z | + export CARGO_INCREMENTAL=0 |
1613 | 2025-01-22T08:45:07.564Z | + CARGO_INCREMENTAL=0 |
1614 | 2025-01-22T08:45:07.564Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1615 | 2025-01-22T08:45:08.097Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2025-01-22T08:45:10.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1617 | 2025-01-22T08:45:11.027Z | Running `target/debug/xtask check-features --ci` |
1618 | 2025-01-22T08:45:11.051Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1619 | 2025-01-22T08:45:11.057Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1620 | 2025-01-22T08:45:11.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1621 | 2025-01-22T08:45:11.527Z | Running `target/debug/xtask download cargo-hack` |
1622 | 2025-01-22T08:45:12.343Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2025-01-22T08:45:12.694Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1624 | 2025-01-22T08:45:16.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
1625 | 2025-01-22T08:45:16.555Z | Running `target/debug/xtask-downloader cargo-hack` |
1626 | 2025-01-22T08:45:16.593Z | Jan 22 08:45:15.459 INFO Starting download, target: CargoHack |
1627 | 2025-01-22T08:45:16.596Z | Jan 22 08:45:15.460 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1628 | 2025-01-22T08:45:17.082Z | Jan 22 08:45:15.948 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1629 | 2025-01-22T08:45:17.174Z | Jan 22 08:45:16.040 INFO Download complete, target: CargoHack |
1630 | 2025-01-22T08:45:17.178Z | 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" |
1631 | 2025-01-22T08:45:17.195Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1632 | 2025-01-22T08:45:17.376Z | info: running `cargo check --bins` on api_identity (1/197) |
1633 | 2025-01-22T08:45:17.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2025-01-22T08:45:17.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2025-01-22T08:45:17.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2025-01-22T08:45:18.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1637 | 2025-01-22T08:45:18.933Z | |
1638 | 2025-01-22T08:45:18.933Z | info: running `cargo check --bins` on bootstore (2/197) |
1639 | 2025-01-22T08:45:18.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2025-01-22T08:45:18.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2025-01-22T08:45:18.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2025-01-22T08:45:18.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1643 | 2025-01-22T08:45:18.933Z | |
1644 | 2025-01-22T08:45:18.933Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1645 | 2025-01-22T08:45:19.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2025-01-22T08:45:19.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2025-01-22T08:45:19.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2025-01-22T08:45:19.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1649 | 2025-01-22T08:45:19.289Z | |
1650 | 2025-01-22T08:45:19.289Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1651 | 2025-01-22T08:45:19.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2025-01-22T08:45:19.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2025-01-22T08:45:19.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2025-01-22T08:45:19.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1655 | 2025-01-22T08:45:19.890Z | |
1656 | 2025-01-22T08:45:19.890Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1657 | 2025-01-22T08:45:20.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2025-01-22T08:45:20.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2025-01-22T08:45:20.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2025-01-22T08:45:20.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1661 | 2025-01-22T08:45:20.323Z | |
1662 | 2025-01-22T08:45:20.323Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1663 | 2025-01-22T08:45:20.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2025-01-22T08:45:20.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2025-01-22T08:45:20.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2025-01-22T08:45:20.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1667 | 2025-01-22T08:45:20.763Z | |
1668 | 2025-01-22T08:45:20.763Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1669 | 2025-01-22T08:45:21.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-01-22T08:45:21.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-01-22T08:45:21.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-01-22T08:45:21.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2025-01-22T08:45:21.194Z | |
1674 | 2025-01-22T08:45:21.194Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1675 | 2025-01-22T08:45:21.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-01-22T08:45:21.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-01-22T08:45:21.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-01-22T08:45:21.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2025-01-22T08:45:21.621Z | |
1680 | 2025-01-22T08:45:21.621Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1681 | 2025-01-22T08:45:21.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-01-22T08:45:21.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-01-22T08:45:21.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-01-22T08:45:22.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2025-01-22T08:45:22.039Z | |
1686 | 2025-01-22T08:45:22.039Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1687 | 2025-01-22T08:45:22.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-01-22T08:45:22.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-01-22T08:45:22.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-01-22T08:45:22.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2025-01-22T08:45:22.459Z | |
1692 | 2025-01-22T08:45:22.459Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1693 | 2025-01-22T08:45:22.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-01-22T08:45:22.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-01-22T08:45:22.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-01-22T08:45:22.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1697 | 2025-01-22T08:45:22.884Z | |
1698 | 2025-01-22T08:45:22.885Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1699 | 2025-01-22T08:45:23.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-01-22T08:45:23.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-01-22T08:45:23.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-01-22T08:45:23.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1703 | 2025-01-22T08:45:23.308Z | |
1704 | 2025-01-22T08:45:23.308Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1705 | 2025-01-22T08:45:23.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-01-22T08:45:23.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-01-22T08:45:23.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-01-22T08:45:23.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2025-01-22T08:45:23.797Z | |
1710 | 2025-01-22T08:45:23.797Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1711 | 2025-01-22T08:45:24.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-01-22T08:45:24.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-01-22T08:45:24.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-01-22T08:45:24.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2025-01-22T08:45:24.152Z | |
1716 | 2025-01-22T08:45:24.152Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1717 | 2025-01-22T08:45:24.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-01-22T08:45:24.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-01-22T08:45:24.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-01-22T08:45:24.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2025-01-22T08:45:24.579Z | |
1722 | 2025-01-22T08:45:24.579Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1723 | 2025-01-22T08:45:24.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-01-22T08:45:24.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-01-22T08:45:24.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-01-22T08:45:24.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2025-01-22T08:45:25.015Z | |
1728 | 2025-01-22T08:45:25.015Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1729 | 2025-01-22T08:45:25.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-01-22T08:45:25.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-01-22T08:45:25.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-01-22T08:45:25.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2025-01-22T08:45:25.451Z | |
1734 | 2025-01-22T08:45:25.452Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1735 | 2025-01-22T08:45:25.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-01-22T08:45:25.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-01-22T08:45:25.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-01-22T08:45:25.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1739 | 2025-01-22T08:45:25.909Z | |
1740 | 2025-01-22T08:45:25.909Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1741 | 2025-01-22T08:45:26.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-01-22T08:45:26.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-01-22T08:45:26.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-01-22T08:45:26.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1745 | 2025-01-22T08:45:26.361Z | |
1746 | 2025-01-22T08:45:26.361Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1747 | 2025-01-22T08:45:26.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-01-22T08:45:26.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-01-22T08:45:26.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-01-22T08:45:26.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1751 | 2025-01-22T08:45:26.801Z | |
1752 | 2025-01-22T08:45:26.801Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1753 | 2025-01-22T08:45:27.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-01-22T08:45:27.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-01-22T08:45:27.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-01-22T08:45:27.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1757 | 2025-01-22T08:45:27.242Z | |
1758 | 2025-01-22T08:45:27.242Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1759 | 2025-01-22T08:45:27.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-01-22T08:45:27.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-01-22T08:45:27.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-01-22T08:45:27.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1763 | 2025-01-22T08:45:27.680Z | |
1764 | 2025-01-22T08:45:27.680Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1765 | 2025-01-22T08:45:28.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-01-22T08:45:28.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-01-22T08:45:28.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-01-22T08:45:28.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1769 | 2025-01-22T08:45:28.113Z | |
1770 | 2025-01-22T08:45:28.113Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1771 | 2025-01-22T08:45:28.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-01-22T08:45:28.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-01-22T08:45:28.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-01-22T08:45:28.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1775 | 2025-01-22T08:45:28.548Z | |
1776 | 2025-01-22T08:45:28.548Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1777 | 2025-01-22T08:45:28.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-01-22T08:45:28.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-01-22T08:45:28.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-01-22T08:45:28.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1781 | 2025-01-22T08:45:28.982Z | |
1782 | 2025-01-22T08:45:28.982Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1783 | 2025-01-22T08:45:29.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-01-22T08:45:29.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-01-22T08:45:29.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-01-22T08:45:29.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1787 | 2025-01-22T08:45:29.410Z | |
1788 | 2025-01-22T08:45:29.410Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1789 | 2025-01-22T08:45:29.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-01-22T08:45:29.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-01-22T08:45:29.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-01-22T08:45:29.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1793 | 2025-01-22T08:45:29.842Z | |
1794 | 2025-01-22T08:45:29.842Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1795 | 2025-01-22T08:45:30.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-01-22T08:45:30.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-01-22T08:45:30.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-01-22T08:45:30.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1799 | 2025-01-22T08:45:30.268Z | |
1800 | 2025-01-22T08:45:30.268Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1801 | 2025-01-22T08:45:30.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-01-22T08:45:30.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-01-22T08:45:30.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-01-22T08:45:30.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1805 | 2025-01-22T08:45:30.700Z | |
1806 | 2025-01-22T08:45:30.700Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1807 | 2025-01-22T08:45:31.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-01-22T08:45:31.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-01-22T08:45:31.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-01-22T08:45:31.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1811 | 2025-01-22T08:45:31.124Z | |
1812 | 2025-01-22T08:45:31.124Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1813 | 2025-01-22T08:45:31.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-01-22T08:45:31.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-01-22T08:45:31.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-01-22T08:45:31.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1817 | 2025-01-22T08:45:31.612Z | |
1818 | 2025-01-22T08:45:31.612Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1819 | 2025-01-22T08:45:31.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-01-22T08:45:31.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-01-22T08:45:31.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-01-22T08:45:31.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1823 | 2025-01-22T08:45:31.992Z | |
1824 | 2025-01-22T08:45:31.992Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1825 | 2025-01-22T08:45:32.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-01-22T08:45:32.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-01-22T08:45:32.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-01-22T08:45:32.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1829 | 2025-01-22T08:45:32.423Z | |
1830 | 2025-01-22T08:45:32.423Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1831 | 2025-01-22T08:45:32.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-01-22T08:45:32.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-01-22T08:45:32.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-01-22T08:45:32.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1835 | 2025-01-22T08:45:32.859Z | |
1836 | 2025-01-22T08:45:32.859Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1837 | 2025-01-22T08:45:33.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-01-22T08:45:33.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-01-22T08:45:33.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-01-22T08:45:33.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1841 | 2025-01-22T08:45:33.359Z | |
1842 | 2025-01-22T08:45:33.359Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1843 | 2025-01-22T08:45:33.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-01-22T08:45:33.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-01-22T08:45:33.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-01-22T08:45:33.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1847 | 2025-01-22T08:45:33.959Z | |
1848 | 2025-01-22T08:45:33.959Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1849 | 2025-01-22T08:45:34.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-01-22T08:45:34.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-01-22T08:45:34.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-01-22T08:45:34.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1853 | 2025-01-22T08:45:34.169Z | |
1854 | 2025-01-22T08:45:34.169Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1855 | 2025-01-22T08:45:34.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-01-22T08:45:34.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-01-22T08:45:34.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-01-22T08:45:34.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1859 | 2025-01-22T08:45:34.612Z | |
1860 | 2025-01-22T08:45:34.612Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1861 | 2025-01-22T08:45:35.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-01-22T08:45:35.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-01-22T08:45:35.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-01-22T08:45:35.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1865 | 2025-01-22T08:45:35.117Z | |
1866 | 2025-01-22T08:45:35.117Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1867 | 2025-01-22T08:45:35.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-01-22T08:45:35.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-01-22T08:45:35.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-01-22T08:45:35.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1871 | 2025-01-22T08:45:35.487Z | |
1872 | 2025-01-22T08:45:35.487Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1873 | 2025-01-22T08:45:35.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-01-22T08:45:35.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-01-22T08:45:35.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-01-22T08:45:35.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1877 | 2025-01-22T08:45:35.928Z | |
1878 | 2025-01-22T08:45:35.928Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1879 | 2025-01-22T08:45:36.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-01-22T08:45:36.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-01-22T08:45:36.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-01-22T08:45:36.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1883 | 2025-01-22T08:45:36.359Z | |
1884 | 2025-01-22T08:45:36.359Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1885 | 2025-01-22T08:45:36.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-01-22T08:45:36.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-01-22T08:45:36.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-01-22T08:45:36.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1889 | 2025-01-22T08:45:36.794Z | |
1890 | 2025-01-22T08:45:36.794Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1891 | 2025-01-22T08:45:37.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-01-22T08:45:37.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-01-22T08:45:37.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-01-22T08:45:37.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1895 | 2025-01-22T08:45:37.228Z | |
1896 | 2025-01-22T08:45:37.228Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1897 | 2025-01-22T08:45:37.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-01-22T08:45:37.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-01-22T08:45:37.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-01-22T08:45:37.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1901 | 2025-01-22T08:45:37.867Z | |
1902 | 2025-01-22T08:45:37.867Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1903 | 2025-01-22T08:45:38.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-01-22T08:45:38.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-01-22T08:45:38.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-01-22T08:45:38.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1907 | 2025-01-22T08:45:38.496Z | |
1908 | 2025-01-22T08:45:38.496Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1909 | 2025-01-22T08:45:39.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-01-22T08:45:39.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-01-22T08:45:39.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-01-22T08:45:39.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1913 | 2025-01-22T08:45:39.141Z | |
1914 | 2025-01-22T08:45:39.141Z | info: running `cargo check --bins` on oxlog (48/197) |
1915 | 2025-01-22T08:45:39.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-01-22T08:45:39.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-01-22T08:45:39.766Z | Checking cfg-if v1.0.0 |
1918 | 2025-01-22T08:45:39.768Z | Checking libc v0.2.169 |
1919 | 2025-01-22T08:45:39.878Z | Checking serde v1.0.217 |
1920 | 2025-01-22T08:45:39.880Z | Checking zeroize v1.8.1 |
1921 | 2025-01-22T08:45:39.899Z | Checking memchr v2.7.4 |
1922 | 2025-01-22T08:45:39.901Z | Checking typenum v1.17.0 |
1923 | 2025-01-22T08:45:39.912Z | Checking scopeguard v1.2.0 |
1924 | 2025-01-22T08:45:39.938Z | Checking subtle v2.6.1 |
1925 | 2025-01-22T08:45:39.952Z | Checking value-bag v1.9.0 |
1926 | 2025-01-22T08:45:40.068Z | Checking lock_api v0.4.12 |
1927 | 2025-01-22T08:45:40.103Z | Checking smallvec v1.13.2 |
1928 | 2025-01-22T08:45:40.191Z | Checking const-oid v0.9.6 |
1929 | 2025-01-22T08:45:40.323Z | Checking log v0.4.22 |
1930 | 2025-01-22T08:45:40.447Z | Checking itoa v1.0.11 |
1931 | 2025-01-22T08:45:40.466Z | Checking pin-project-lite v0.2.14 |
1932 | 2025-01-22T08:45:40.687Z | Checking byteorder v1.5.0 |
1933 | 2025-01-22T08:45:40.692Z | Checking futures-core v0.3.31 |
1934 | 2025-01-22T08:45:40.713Z | Checking once_cell v1.20.2 |
1935 | 2025-01-22T08:45:40.817Z | Checking cpufeatures v0.2.14 |
1936 | 2025-01-22T08:45:40.868Z | Checking getrandom v0.2.15 |
1937 | 2025-01-22T08:45:40.869Z | Checking signal-hook-registry v1.4.2 |
1938 | 2025-01-22T08:45:40.919Z | Checking parking_lot_core v0.9.10 |
1939 | 2025-01-22T08:45:40.966Z | Checking generic-array v0.14.7 |
1940 | 2025-01-22T08:45:41.004Z | Checking mio v1.0.2 |
1941 | 2025-01-22T08:45:41.021Z | Checking stable_deref_trait v1.2.0 |
1942 | 2025-01-22T08:45:41.100Z | Checking rand_core v0.6.4 |
1943 | 2025-01-22T08:45:41.117Z | Checking futures-sink v0.3.31 |
1944 | 2025-01-22T08:45:41.133Z | Checking socket2 v0.5.7 |
1945 | 2025-01-22T08:45:41.246Z | Checking parking_lot v0.12.3 |
1946 | 2025-01-22T08:45:41.263Z | Checking spin v0.9.8 |
1947 | 2025-01-22T08:45:41.406Z | Checking zerocopy v0.7.35 |
1948 | 2025-01-22T08:45:41.591Z | Checking zerofrom v0.1.4 |
1949 | 2025-01-22T08:45:41.609Z | Checking slab v0.4.9 |
1950 | 2025-01-22T08:45:41.624Z | Checking futures-channel v0.3.31 |
1951 | 2025-01-22T08:45:41.627Z | Checking foldhash v0.1.3 |
1952 | 2025-01-22T08:45:41.821Z | Checking yoke v0.7.4 |
1953 | 2025-01-22T08:45:41.839Z | Checking allocator-api2 v0.2.18 |
1954 | 2025-01-22T08:45:41.863Z | Checking equivalent v1.0.1 |
1955 | 2025-01-22T08:45:41.955Z | Checking futures-task v0.3.31 |
1956 | 2025-01-22T08:45:41.976Z | Checking futures-io v0.3.31 |
1957 | 2025-01-22T08:45:42.021Z | Checking crypto-common v0.1.6 |
1958 | 2025-01-22T08:45:42.115Z | Checking block-buffer v0.10.4 |
1959 | 2025-01-22T08:45:42.144Z | Checking zerovec v0.10.4 |
1960 | 2025-01-22T08:45:42.160Z | Checking pin-utils v0.1.0 |
1961 | 2025-01-22T08:45:42.188Z | Checking block-padding v0.3.3 |
1962 | 2025-01-22T08:45:42.208Z | Checking ryu v1.0.18 |
1963 | 2025-01-22T08:45:42.248Z | Checking futures-util v0.3.31 |
1964 | 2025-01-22T08:45:42.328Z | Checking digest v0.10.7 |
1965 | 2025-01-22T08:45:42.393Z | Checking inout v0.1.3 |
1966 | 2025-01-22T08:45:42.422Z | Checking hashbrown v0.15.1 |
1967 | 2025-01-22T08:45:42.446Z | Checking fnv v1.0.7 |
1968 | 2025-01-22T08:45:42.583Z | Checking litemap v0.7.3 |
1969 | 2025-01-22T08:45:42.607Z | Checking writeable v0.5.5 |
1970 | 2025-01-22T08:45:42.609Z | Checking cipher v0.4.4 |
1971 | 2025-01-22T08:45:42.692Z | Checking hmac v0.12.1 |
1972 | 2025-01-22T08:45:42.928Z | Checking sha2 v0.10.8 |
1973 | 2025-01-22T08:45:42.931Z | Checking libm v0.2.8 |
1974 | 2025-01-22T08:45:42.936Z | Checking base64ct v1.6.0 |
1975 | 2025-01-22T08:45:43.017Z | Checking ppv-lite86 v0.2.20 |
1976 | 2025-01-22T08:45:43.394Z | Checking pem-rfc7468 v0.7.0 |
1977 | 2025-01-22T08:45:43.439Z | Checking flagset v0.4.6 |
1978 | 2025-01-22T08:45:43.461Z | Checking icu_locid_transform_data v1.5.0 |
1979 | 2025-01-22T08:45:43.568Z | Checking tracing-core v0.1.32 |
1980 | 2025-01-22T08:45:43.616Z | Checking tinystr v0.7.6 |
1981 | 2025-01-22T08:45:43.630Z | Checking icu_collections v1.5.0 |
1982 | 2025-01-22T08:45:43.673Z | Checking der v0.7.9 |
1983 | 2025-01-22T08:45:43.737Z | Checking rand_chacha v0.3.1 |
1984 | 2025-01-22T08:45:43.788Z | Checking num-traits v0.2.19 |
1985 | 2025-01-22T08:45:43.937Z | Checking icu_locid v1.5.0 |
1986 | 2025-01-22T08:45:44.117Z | Checking thiserror v1.0.69 |
1987 | 2025-01-22T08:45:44.193Z | Checking rustls-pki-types v1.10.0 |
1988 | 2025-01-22T08:45:44.255Z | Checking icu_properties_data v1.5.0 |
1989 | 2025-01-22T08:45:44.298Z | Checking percent-encoding v2.3.1 |
1990 | 2025-01-22T08:45:44.318Z | Checking bytes v1.9.0 |
1991 | 2025-01-22T08:45:44.507Z | Checking indexmap v2.7.0 |
1992 | 2025-01-22T08:45:44.523Z | Checking serde_json v1.0.135 |
1993 | 2025-01-22T08:45:44.690Z | Checking bitflags v2.6.0 |
1994 | 2025-01-22T08:45:44.889Z | Checking icu_provider v1.5.0 |
1995 | 2025-01-22T08:45:45.003Z | Checking tracing v0.1.40 |
1996 | 2025-01-22T08:45:45.150Z | Checking tokio v1.43.0 |
1997 | 2025-01-22T08:45:45.279Z | Checking http v1.2.0 |
1998 | 2025-01-22T08:45:45.351Z | Checking rand v0.8.5 |
1999 | 2025-01-22T08:45:45.379Z | Checking spki v0.7.3 |
2000 | 2025-01-22T08:45:45.480Z | Checking icu_locid_transform v1.5.0 |
2001 | 2025-01-22T08:45:45.652Z | Checking salsa20 v0.10.2 |
2002 | 2025-01-22T08:45:45.680Z | Checking pbkdf2 v0.12.2 |
2003 | 2025-01-22T08:45:45.837Z | Checking aws-lc-sys v0.22.0 |
2004 | 2025-01-22T08:45:45.854Z | Checking httparse v1.9.5 |
2005 | 2025-01-22T08:45:46.116Z | Checking untrusted v0.7.1 |
2006 | 2025-01-22T08:45:46.305Z | Checking mirai-annotations v1.12.0 |
2007 | 2025-01-22T08:45:46.321Z | Checking powerfmt v0.2.0 |
2008 | 2025-01-22T08:45:46.475Z | Checking icu_properties v1.5.1 |
2009 | 2025-01-22T08:45:46.491Z | Checking untrusted v0.9.0 |
2010 | 2025-01-22T08:45:46.566Z | Checking write16 v1.0.0 |
2011 | 2025-01-22T08:45:46.569Z | Checking utf16_iter v1.0.5 |
2012 | 2025-01-22T08:45:46.597Z | Checking utf8_iter v1.0.4 |
2013 | 2025-01-22T08:45:46.642Z | Checking icu_normalizer_data v1.5.0 |
2014 | 2025-01-22T08:45:46.704Z | Checking ring v0.17.8 |
2015 | 2025-01-22T08:45:46.725Z | Checking deranged v0.3.11 |
2016 | 2025-01-22T08:45:46.739Z | Checking scrypt v0.11.0 |
2017 | 2025-01-22T08:45:46.752Z | Checking cbc v0.1.2 |
2018 | 2025-01-22T08:45:46.795Z | Checking aes v0.8.4 |
2019 | 2025-01-22T08:45:46.942Z | Checking crossbeam-utils v0.8.20 |
2020 | 2025-01-22T08:45:46.966Z | Checking num_threads v0.1.7 |
2021 | 2025-01-22T08:45:47.081Z | Checking num-conv v0.1.0 |
2022 | 2025-01-22T08:45:47.367Z | Checking tinyvec_macros v0.1.1 |
2023 | 2025-01-22T08:45:47.413Z | Checking atomic-waker v1.1.2 |
2024 | 2025-01-22T08:45:47.562Z | Checking time-core v0.1.2 |
2025 | 2025-01-22T08:45:47.669Z | Checking tinyvec v1.8.0 |
2026 | 2025-01-22T08:45:47.684Z | Checking pkcs5 v0.7.1 |
2027 | 2025-01-22T08:45:47.735Z | Checking http-body v1.0.1 |
2028 | 2025-01-22T08:45:47.850Z | Checking aws-lc-rs v1.10.0 |
2029 | 2025-01-22T08:45:47.939Z | Checking form_urlencoded v1.2.1 |
2030 | 2025-01-22T08:45:47.987Z | Checking time v0.3.36 |
2031 | 2025-01-22T08:45:48.147Z | Checking try-lock v0.2.5 |
2032 | 2025-01-22T08:45:48.185Z | Checking pkcs8 v0.10.2 |
2033 | 2025-01-22T08:45:48.296Z | Checking want v0.3.1 |
2034 | 2025-01-22T08:45:48.477Z | Checking uuid v1.12.0 |
2035 | 2025-01-22T08:45:48.483Z | Checking unicode-ident v1.0.14 |
2036 | 2025-01-22T08:45:48.498Z | Checking httpdate v1.0.3 |
2037 | 2025-01-22T08:45:48.655Z | Checking proc-macro2 v1.0.92 |
2038 | 2025-01-22T08:45:48.722Z | Checking toml_datetime v0.6.8 |
2039 | 2025-01-22T08:45:48.999Z | Checking serde_spanned v0.6.8 |
2040 | 2025-01-22T08:45:49.016Z | Checking slog v2.7.0 |
2041 | 2025-01-22T08:45:49.031Z | Checking scroll v0.12.0 |
2042 | 2025-01-22T08:45:49.184Z | Checking plain v0.2.3 |
2043 | 2025-01-22T08:45:49.336Z | Checking match_cfg v0.1.0 |
2044 | 2025-01-22T08:45:49.352Z | Checking tower-service v0.3.3 |
2045 | 2025-01-22T08:45:49.435Z | Checking base64 v0.22.1 |
2046 | 2025-01-22T08:45:49.460Z | Checking ucd-trie v0.1.7 |
2047 | 2025-01-22T08:45:49.480Z | Checking foreign-types-shared v0.1.1 |
2048 | 2025-01-22T08:45:49.484Z | Checking adler2 v2.0.0 |
2049 | 2025-01-22T08:45:49.590Z | Checking rustls-webpki v0.102.8 |
2050 | 2025-01-22T08:45:49.596Z | Checking iana-time-zone v0.1.61 |
2051 | 2025-01-22T08:45:49.656Z | Checking icu_normalizer v1.5.0 |
2052 | 2025-01-22T08:45:49.658Z | Checking miniz_oxide v0.8.0 |
2053 | 2025-01-22T08:45:49.659Z | Checking pest v2.7.14 |
2054 | 2025-01-22T08:45:49.746Z | Checking chrono v0.4.39 |
2055 | 2025-01-22T08:45:49.874Z | Checking foreign-types v0.3.2 |
2056 | 2025-01-22T08:45:49.968Z | Checking goblin v0.8.2 |
2057 | 2025-01-22T08:45:50.271Z | Checking hostname v0.3.1 |
2058 | 2025-01-22T08:45:50.288Z | Checking quote v1.0.38 |
2059 | 2025-01-22T08:45:50.385Z | Checking idna_adapter v1.2.0 |
2060 | 2025-01-22T08:45:50.407Z | Checking openssl-sys v0.9.103 |
2061 | 2025-01-22T08:45:50.423Z | Checking dirs-sys-next v0.1.2 |
2062 | 2025-01-22T08:45:50.588Z | Checking idna v1.0.3 |
2063 | 2025-01-22T08:45:50.605Z | Checking errno v0.3.9 |
2064 | 2025-01-22T08:45:50.608Z | Checking aho-corasick v1.1.3 |
2065 | 2025-01-22T08:45:50.813Z | Compiling newtype-uuid v1.2.1 |
2066 | 2025-01-22T08:45:51.065Z | Checking url v2.5.3 |
2067 | 2025-01-22T08:45:51.109Z | Checking siphasher v0.3.11 |
2068 | 2025-01-22T08:45:51.453Z | Checking data-encoding v2.6.0 |
2069 | 2025-01-22T08:45:51.558Z | Checking regex-syntax v0.8.5 |
2070 | 2025-01-22T08:45:51.666Z | Checking pretty-hex v0.4.1 |
2071 | 2025-01-22T08:45:51.842Z | Checking tokio-util v0.7.12 |
2072 | 2025-01-22T08:45:51.873Z | Checking openssl v0.10.66 |
2073 | 2025-01-22T08:45:51.932Z | Checking rustix v0.38.37 |
2074 | 2025-01-22T08:45:51.957Z | Checking dirs-next v2.0.0 |
2075 | 2025-01-22T08:45:52.090Z | Checking syn v2.0.96 |
2076 | 2025-01-22T08:45:52.204Z | Checking unicode-normalization v0.1.24 |
2077 | 2025-01-22T08:45:52.237Z | Checking dtrace-parser v0.2.0 |
2078 | 2025-01-22T08:45:52.599Z | Checking h2 v0.4.6 |
2079 | 2025-01-22T08:45:52.685Z | Checking http-body-util v0.1.2 |
2080 | 2025-01-22T08:45:53.085Z | Checking crossbeam-epoch v0.9.18 |
2081 | 2025-01-22T08:45:53.201Z | Checking sha1 v0.10.6 |
2082 | 2025-01-22T08:45:53.491Z | Checking signature v2.2.0 |
2083 | 2025-01-22T08:45:53.494Z | Checking lazy_static v1.5.0 |
2084 | 2025-01-22T08:45:53.633Z | Checking thread_local v1.1.8 |
2085 | 2025-01-22T08:45:53.710Z | Checking thread-id v4.2.2 |
2086 | 2025-01-22T08:45:53.834Z | Checking encoding_rs v0.8.34 |
2087 | 2025-01-22T08:45:53.918Z | Checking unicode-bidi v0.3.17 |
2088 | 2025-01-22T08:45:54.594Z | Checking openssl-probe v0.1.5 |
2089 | 2025-01-22T08:45:54.728Z | Checking dof v0.3.0 |
2090 | 2025-01-22T08:45:54.747Z | Checking ipnet v2.10.1 |
2091 | 2025-01-22T08:45:54.837Z | Checking regex-automata v0.4.8 |
2092 | 2025-01-22T08:45:55.084Z | Checking anstyle v1.0.10 |
2093 | 2025-01-22T08:45:55.170Z | Checking mime v0.3.17 |
2094 | 2025-01-22T08:45:55.340Z | Checking unicode-properties v0.1.3 |
2095 | 2025-01-22T08:45:55.441Z | Checking either v1.13.0 |
2096 | 2025-01-22T08:45:55.476Z | Checking utf8parse v0.2.2 |
2097 | 2025-01-22T08:45:55.630Z | Checking gimli v0.31.1 |
2098 | 2025-01-22T08:45:55.733Z | Checking winnow v0.6.20 |
2099 | 2025-01-22T08:45:55.804Z | Checking stringprep v0.1.5 |
2100 | 2025-01-22T08:45:56.091Z | Checking anstyle-parse v0.2.5 |
2101 | 2025-01-22T08:45:56.285Z | Checking crossbeam-deque v0.8.5 |
2102 | 2025-01-22T08:45:56.399Z | Checking term v0.7.0 |
2103 | 2025-01-22T08:45:56.567Z | Checking rustls v0.22.4 |
2104 | 2025-01-22T08:45:56.838Z | Checking native-tls v0.2.12 |
2105 | 2025-01-22T08:45:56.854Z | Checking rustls v0.23.19 |
2106 | 2025-01-22T08:45:57.135Z | Checking slog-json v2.6.1 |
2107 | 2025-01-22T08:45:57.396Z | Checking serde_urlencoded v0.7.1 |
2108 | 2025-01-22T08:45:57.775Z | Checking crossbeam-channel v0.5.13 |
2109 | 2025-01-22T08:45:57.985Z | Checking usdt-impl v0.5.0 |
2110 | 2025-01-22T08:45:58.417Z | Checking toml_edit v0.22.22 |
2111 | 2025-01-22T08:45:58.500Z | Checking futures-executor v0.3.31 |
2112 | 2025-01-22T08:45:58.550Z | Checking num-integer v0.1.46 |
2113 | 2025-01-22T08:45:58.674Z | Checking rustls-pemfile v2.2.0 |
2114 | 2025-01-22T08:45:58.740Z | Checking hyper v1.5.2 |
2115 | 2025-01-22T08:45:58.886Z | Checking md-5 v0.10.6 |
2116 | 2025-01-22T08:45:59.012Z | Checking ff v0.13.0 |
2117 | 2025-01-22T08:45:59.122Z | Checking hash32 v0.2.1 |
2118 | 2025-01-22T08:45:59.238Z | Checking memmap v0.7.0 |
2119 | 2025-01-22T08:45:59.368Z | Checking is-terminal v0.4.13 |
2120 | 2025-01-22T08:45:59.409Z | Checking addr2line v0.24.2 |
2121 | 2025-01-22T08:45:59.424Z | Checking object v0.36.5 |
2122 | 2025-01-22T08:45:59.447Z | Checking linked-hash-map v0.5.6 |
2123 | 2025-01-22T08:45:59.489Z | Checking colorchoice v1.0.2 |
2124 | 2025-01-22T08:45:59.634Z | Checking is_terminal_polyfill v1.70.1 |
2125 | 2025-01-22T08:45:59.758Z | Checking quick-error v1.2.3 |
2126 | 2025-01-22T08:45:59.776Z | Checking anstyle-query v1.1.1 |
2127 | 2025-01-22T08:45:59.899Z | Checking rustc-demangle v0.1.24 |
2128 | 2025-01-22T08:45:59.911Z | Checking take_mut v0.2.2 |
2129 | 2025-01-22T08:45:59.914Z | Checking fallible-iterator v0.2.0 |
2130 | 2025-01-22T08:45:59.914Z | Checking base16ct v0.2.0 |
2131 | 2025-01-22T08:46:00.047Z | Checking psl-types v2.0.11 |
2132 | 2025-01-22T08:46:00.129Z | Checking dyn-clone v1.0.17 |
2133 | 2025-01-22T08:46:00.240Z | Checking utf-8 v0.7.6 |
2134 | 2025-01-22T08:46:00.285Z | Checking schemars v0.8.21 |
2135 | 2025-01-22T08:46:00.311Z | Checking publicsuffix v2.3.0 |
2136 | 2025-01-22T08:46:00.453Z | Checking tungstenite v0.24.0 |
2137 | 2025-01-22T08:46:00.480Z | Checking postgres-protocol v0.6.7 |
2138 | 2025-01-22T08:46:00.578Z | Checking sec1 v0.7.3 |
2139 | 2025-01-22T08:46:00.619Z | Checking hyper-util v0.1.10 |
2140 | 2025-01-22T08:46:00.926Z | Checking toml v0.8.19 |
2141 | 2025-01-22T08:46:00.965Z | Checking slog-async v2.8.0 |
2142 | 2025-01-22T08:46:01.112Z | Checking tokio-rustls v0.25.0 |
2143 | 2025-01-22T08:46:01.270Z | Checking anstream v0.6.15 |
2144 | 2025-01-22T08:46:01.323Z | Checking resolv-conf v0.7.0 |
2145 | 2025-01-22T08:46:01.503Z | Checking lru-cache v0.1.2 |
2146 | 2025-01-22T08:46:01.622Z | Checking slog-term v2.9.1 |
2147 | 2025-01-22T08:46:01.669Z | Checking usdt v0.5.0 |
2148 | 2025-01-22T08:46:01.688Z | Checking heapless v0.7.17 |
2149 | 2025-01-22T08:46:01.702Z | Checking group v0.13.0 |
2150 | 2025-01-22T08:46:01.848Z | Checking num-iter v0.1.45 |
2151 | 2025-01-22T08:46:01.916Z | Checking futures v0.3.31 |
2152 | 2025-01-22T08:46:01.951Z | Checking slog-bunyan v2.5.0 |
2153 | 2025-01-22T08:46:01.954Z | Checking tokio-rustls v0.26.0 |
2154 | 2025-01-22T08:46:01.983Z | Checking tokio-native-tls v0.3.1 |
2155 | 2025-01-22T08:46:02.025Z | Checking rayon-core v1.12.1 |
2156 | 2025-01-22T08:46:02.104Z | Checking multer v3.1.0 |
2157 | 2025-01-22T08:46:02.120Z | Checking hickory-proto v0.24.2 |
2158 | 2025-01-22T08:46:02.217Z | Checking terminal_size v0.4.0 |
2159 | 2025-01-22T08:46:02.395Z | Checking phf_shared v0.11.2 |
2160 | 2025-01-22T08:46:02.497Z | Checking cookie v0.18.1 |
2161 | 2025-01-22T08:46:02.555Z | Checking async-stream v0.3.6 |
2162 | 2025-01-22T08:46:02.597Z | Checking bzip2-sys v0.1.11+1.0.8 |
2163 | 2025-01-22T08:46:02.643Z | Checking signal-hook v0.3.17 |
2164 | 2025-01-22T08:46:02.659Z | Checking camino v1.1.9 |
2165 | 2025-01-22T08:46:02.676Z | Checking waitgroup v0.1.2 |
2166 | 2025-01-22T08:46:02.721Z | Checking openapiv3 v2.0.0 |
2167 | 2025-01-22T08:46:02.758Z | Checking webpki-roots v0.26.6 |
2168 | 2025-01-22T08:46:02.817Z | Checking serde_path_to_error v0.1.16 |
2169 | 2025-01-22T08:46:02.961Z | Checking hkdf v0.12.4 |
2170 | 2025-01-22T08:46:02.975Z | Checking crypto-bigint v0.5.5 |
2171 | 2025-01-22T08:46:02.994Z | Checking hostname v0.4.0 |
2172 | 2025-01-22T08:46:03.125Z | Checking crc32fast v1.4.2 |
2173 | 2025-01-22T08:46:03.141Z | Checking strsim v0.11.1 |
2174 | 2025-01-22T08:46:03.177Z | Checking managed v0.8.0 |
2175 | 2025-01-22T08:46:03.383Z | Checking unicode-width v0.1.14 |
2176 | 2025-01-22T08:46:03.413Z | Checking winnow v0.5.40 |
2177 | 2025-01-22T08:46:03.415Z | Checking debug-ignore v1.0.5 |
2178 | 2025-01-22T08:46:03.558Z | Checking bitflags v1.3.2 |
2179 | 2025-01-22T08:46:03.574Z | Checking clap_lex v0.7.2 |
2180 | 2025-01-22T08:46:03.670Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2181 | 2025-01-22T08:46:03.844Z | Checking clap_builder v4.5.21 |
2182 | 2025-01-22T08:46:03.884Z | Checking console v0.15.8 |
2183 | 2025-01-22T08:46:03.966Z | Checking smoltcp v0.9.1 |
2184 | 2025-01-22T08:46:04.434Z | Checking flate2 v1.0.35 |
2185 | 2025-01-22T08:46:05.071Z | Checking signal-hook-mio v0.2.4 |
2186 | 2025-01-22T08:46:05.228Z | Checking hyper-rustls v0.27.3 |
2187 | 2025-01-22T08:46:05.315Z | Checking backtrace v0.3.74 |
2188 | 2025-01-22T08:46:05.386Z | Checking cookie_store v0.21.1 |
2189 | 2025-01-22T08:46:05.575Z | Checking bzip2 v0.4.4 |
2190 | 2025-01-22T08:46:05.645Z | Checking elliptic-curve v0.13.8 |
2191 | 2025-01-22T08:46:05.849Z | Checking rayon v1.10.0 |
2192 | 2025-01-22T08:46:05.877Z | Checking anyhow v1.0.93 |
2193 | 2025-01-22T08:46:05.915Z | Checking dropshot v0.12.0 |
2194 | 2025-01-22T08:46:06.099Z | Checking phf v0.11.2 |
2195 | 2025-01-22T08:46:06.141Z | Checking toml_edit v0.19.15 |
2196 | 2025-01-22T08:46:06.299Z | Checking hyper-tls v0.6.0 |
2197 | 2025-01-22T08:46:06.311Z | Checking num-bigint-dig v0.8.4 |
2198 | 2025-01-22T08:46:06.359Z | Checking tokio-tungstenite v0.24.0 |
2199 | 2025-01-22T08:46:06.506Z | Checking postgres-types v0.2.8 |
2200 | 2025-01-22T08:46:06.677Z | Checking hickory-resolver v0.24.2 |
2201 | 2025-01-22T08:46:06.733Z | Checking bstr v1.10.0 |
2202 | 2025-01-22T08:46:06.824Z | Checking regex v1.11.1 |
2203 | 2025-01-22T08:46:07.192Z | Checking ed25519 v2.2.3 |
2204 | 2025-01-22T08:46:07.415Z | Checking tokio-stream v0.1.16 |
2205 | 2025-01-22T08:46:07.512Z | Checking phf_shared v0.10.0 |
2206 | 2025-01-22T08:46:07.592Z | Checking zerocopy v0.6.6 |
2207 | 2025-01-22T08:46:07.787Z | Checking curve25519-dalek v4.1.3 |
2208 | 2025-01-22T08:46:08.189Z | Checking hubpack v0.1.2 |
2209 | 2025-01-22T08:46:08.222Z | Checking portable-atomic v1.9.0 |
2210 | 2025-01-22T08:46:08.239Z | Checking pkcs1 v0.7.5 |
2211 | 2025-01-22T08:46:08.256Z | Checking float-cmp v0.9.0 |
2212 | 2025-01-22T08:46:08.437Z | Checking serde-big-array v0.5.1 |
2213 | 2025-01-22T08:46:08.529Z | Checking rfc6979 v0.4.0 |
2214 | 2025-01-22T08:46:08.601Z | Checking sync_wrapper v1.0.1 |
2215 | 2025-01-22T08:46:08.625Z | Checking difflib v0.4.0 |
2216 | 2025-01-22T08:46:08.668Z | Checking whoami v1.5.2 |
2217 | 2025-01-22T08:46:08.670Z | Checking precomputed-hash v0.1.1 |
2218 | 2025-01-22T08:46:08.755Z | Checking unicode-segmentation v1.12.0 |
2219 | 2025-01-22T08:46:08.795Z | Checking normalize-line-endings v0.3.0 |
2220 | 2025-01-22T08:46:08.926Z | Checking number_prefix v0.4.0 |
2221 | 2025-01-22T08:46:08.942Z | Checking predicates-core v1.0.8 |
2222 | 2025-01-22T08:46:08.966Z | Checking new_debug_unreachable v1.0.6 |
2223 | 2025-01-22T08:46:09.059Z | Checking static_assertions v1.1.0 |
2224 | 2025-01-22T08:46:09.119Z | Checking unicode-width v0.2.0 |
2225 | 2025-01-22T08:46:09.135Z | Checking bit-vec v0.6.3 |
2226 | 2025-01-22T08:46:09.160Z | Checking minimal-lexical v0.2.1 |
2227 | 2025-01-22T08:46:09.234Z | Checking fixedbitset v0.4.2 |
2228 | 2025-01-22T08:46:09.251Z | Checking qorb v0.2.1 |
2229 | 2025-01-22T08:46:09.267Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2230 | 2025-01-22T08:46:09.426Z | Checking similar v2.6.0 |
2231 | 2025-01-22T08:46:09.442Z | Checking bit-set v0.5.3 |
2232 | 2025-01-22T08:46:09.485Z | Checking petgraph v0.6.5 |
2233 | 2025-01-22T08:46:09.557Z | Checking nom v7.1.3 |
2234 | 2025-01-22T08:46:09.644Z | Checking indicatif v0.17.9 |
2235 | 2025-01-22T08:46:09.646Z | Checking ed25519-dalek v2.1.1 |
2236 | 2025-01-22T08:46:09.670Z | Checking predicates v3.1.2 |
2237 | 2025-01-22T08:46:10.014Z | Checking string_cache v0.8.7 |
2238 | 2025-01-22T08:46:10.241Z | Checking tokio-postgres v0.7.12 |
2239 | 2025-01-22T08:46:10.280Z | Checking reqwest v0.12.9 |
2240 | 2025-01-22T08:46:10.300Z | Checking ecdsa v0.16.9 |
2241 | 2025-01-22T08:46:10.302Z | Checking rsa v0.9.6 |
2242 | 2025-01-22T08:46:11.027Z | Checking toml v0.7.8 |
2243 | 2025-01-22T08:46:11.302Z | Checking clap v4.5.21 |
2244 | 2025-01-22T08:46:11.427Z | Checking zip v0.6.6 |
2245 | 2025-01-22T08:46:11.681Z | Checking crossterm v0.28.1 |
2246 | 2025-01-22T08:46:11.780Z | Checking itertools v0.10.5 |
2247 | 2025-01-22T08:46:12.018Z | Checking itertools v0.12.1 |
2248 | 2025-01-22T08:46:12.108Z | Checking fs-err v2.11.0 |
2249 | 2025-01-22T08:46:12.142Z | Checking ahash v0.8.11 |
2250 | 2025-01-22T08:46:12.638Z | Checking x509-cert v0.2.5 |
2251 | 2025-01-22T08:46:12.654Z | Checking hex v0.4.3 |
2252 | 2025-01-22T08:46:12.735Z | Checking semver v1.0.24 |
2253 | 2025-01-22T08:46:13.023Z | Checking lalrpop-util v0.19.12 |
2254 | 2025-01-22T08:46:13.130Z | Checking peg-runtime v0.8.3 |
2255 | 2025-01-22T08:46:13.161Z | Checking sigpipe v0.1.3 |
2256 | 2025-01-22T08:46:14.107Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2257 | 2025-01-22T08:46:14.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.28s |
2258 | 2025-01-22T08:46:14.596Z | |
2259 | 2025-01-22T08:46:14.596Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2260 | 2025-01-22T08:46:15.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2261 | 2025-01-22T08:46:15.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2262 | 2025-01-22T08:46:15.259Z | Compiling hashbrown v0.14.5 |
2263 | 2025-01-22T08:46:15.379Z | Checking heck v0.5.0 |
2264 | 2025-01-22T08:46:15.392Z | Compiling unsafe-libyaml v0.2.11 |
2265 | 2025-01-22T08:46:15.408Z | Checking ipnetwork v0.20.0 |
2266 | 2025-01-22T08:46:15.422Z | Compiling ident_case v1.0.1 |
2267 | 2025-01-22T08:46:15.436Z | Checking progenitor-client v0.8.0 |
2268 | 2025-01-22T08:46:15.450Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2269 | 2025-01-22T08:46:15.558Z | Compiling darling_core v0.20.10 |
2270 | 2025-01-22T08:46:15.599Z | Checking newtype-uuid v1.2.1 |
2271 | 2025-01-22T08:46:15.744Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2272 | 2025-01-22T08:46:15.802Z | Compiling proc-macro-crate v1.3.1 |
2273 | 2025-01-22T08:46:15.824Z | Compiling structmeta-derive v0.3.0 |
2274 | 2025-01-22T08:46:15.852Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2275 | 2025-01-22T08:46:16.083Z | Compiling thiserror v2.0.11 |
2276 | 2025-01-22T08:46:16.151Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2277 | 2025-01-22T08:46:16.441Z | Compiling regress v0.10.1 |
2278 | 2025-01-22T08:46:16.730Z | Compiling serde_yaml v0.9.34+deprecated |
2279 | 2025-01-22T08:46:17.026Z | Compiling num_enum_derive v0.5.11 |
2280 | 2025-01-22T08:46:17.257Z | Compiling lzma-sys v0.1.20 |
2281 | 2025-01-22T08:46:17.436Z | Compiling thiserror-impl v2.0.11 |
2282 | 2025-01-22T08:46:17.998Z | Compiling foreign-types-macros v0.2.3 |
2283 | 2025-01-22T08:46:18.563Z | Compiling structmeta v0.3.0 |
2284 | 2025-01-22T08:46:18.941Z | Compiling dropshot v0.15.1 |
2285 | 2025-01-22T08:46:19.193Z | Checking arc-swap v1.7.1 |
2286 | 2025-01-22T08:46:19.258Z | Checking foreign-types-shared v0.3.1 |
2287 | 2025-01-22T08:46:19.299Z | Checking num_enum v0.5.11 |
2288 | 2025-01-22T08:46:19.381Z | Checking foreign-types v0.5.0 |
2289 | 2025-01-22T08:46:19.494Z | Compiling parse-display-derive v0.10.0 |
2290 | 2025-01-22T08:46:19.574Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2291 | 2025-01-22T08:46:19.668Z | Checking slog-scope v4.4.0 |
2292 | 2025-01-22T08:46:19.815Z | Compiling proc-macro-error v1.0.4 |
2293 | 2025-01-22T08:46:20.034Z | Compiling typify-impl v0.2.0 |
2294 | 2025-01-22T08:46:20.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2295 | 2025-01-22T08:46:20.624Z | Checking tungstenite v0.21.0 |
2296 | 2025-01-22T08:46:20.639Z | Compiling heck v0.3.3 |
2297 | 2025-01-22T08:46:20.813Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2298 | 2025-01-22T08:46:21.008Z | Compiling dropshot_endpoint v0.15.1 |
2299 | 2025-01-22T08:46:21.082Z | Checking cstr-argument v0.1.2 |
2300 | 2025-01-22T08:46:21.306Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2301 | 2025-01-22T08:46:21.535Z | Checking instant v0.1.13 |
2302 | 2025-01-22T08:46:21.612Z | Compiling darling_macro v0.20.10 |
2303 | 2025-01-22T08:46:21.658Z | Checking pretty-hex v0.2.1 |
2304 | 2025-01-22T08:46:21.682Z | Checking base64 v0.21.7 |
2305 | 2025-01-22T08:46:21.903Z | Checking fastrand v2.1.1 |
2306 | 2025-01-22T08:46:22.044Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2307 | 2025-01-22T08:46:22.197Z | Checking tempfile v3.13.0 |
2308 | 2025-01-22T08:46:22.291Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2309 | 2025-01-22T08:46:22.355Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2310 | 2025-01-22T08:46:22.449Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2311 | 2025-01-22T08:46:22.484Z | Compiling darling v0.20.10 |
2312 | 2025-01-22T08:46:22.551Z | Checking backoff v0.4.0 |
2313 | 2025-01-22T08:46:22.605Z | Checking tokio-tungstenite v0.21.0 |
2314 | 2025-01-22T08:46:22.625Z | Compiling serde_with_macros v3.11.0 |
2315 | 2025-01-22T08:46:22.636Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2316 | 2025-01-22T08:46:22.678Z | Compiling zone_cfg_derive v0.1.2 |
2317 | 2025-01-22T08:46:22.830Z | Checking strum v0.26.3 |
2318 | 2025-01-22T08:46:22.936Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2319 | 2025-01-22T08:46:23.033Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2320 | 2025-01-22T08:46:23.084Z | Checking slog-stdlog v4.1.1 |
2321 | 2025-01-22T08:46:23.334Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2322 | 2025-01-22T08:46:23.446Z | Checking regress v0.9.1 |
2323 | 2025-01-22T08:46:23.483Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2324 | 2025-01-22T08:46:23.499Z | Checking parse-display v0.10.0 |
2325 | 2025-01-22T08:46:23.656Z | Checking progenitor-client v0.9.1 |
2326 | 2025-01-22T08:46:23.732Z | Checking colored v2.1.0 |
2327 | 2025-01-22T08:46:23.760Z | Checking macaddr v1.0.1 |
2328 | 2025-01-22T08:46:24.022Z | Checking base64 v0.13.1 |
2329 | 2025-01-22T08:46:24.042Z | Checking zone v0.1.8 |
2330 | 2025-01-22T08:46:24.148Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2331 | 2025-01-22T08:46:24.451Z | Checking ron v0.7.1 |
2332 | 2025-01-22T08:46:24.543Z | Checking xz2 v0.1.7 |
2333 | 2025-01-22T08:46:24.734Z | Checking slog-envlogger v2.2.0 |
2334 | 2025-01-22T08:46:24.845Z | Checking tabwriter v1.4.0 |
2335 | 2025-01-22T08:46:24.970Z | Checking xattr v1.3.1 |
2336 | 2025-01-22T08:46:25.097Z | Checking pem v3.0.4 |
2337 | 2025-01-22T08:46:25.161Z | Checking yasna v0.5.2 |
2338 | 2025-01-22T08:46:25.278Z | Checking serde_with v3.11.0 |
2339 | 2025-01-22T08:46:25.352Z | Checking headers-core v0.3.0 |
2340 | 2025-01-22T08:46:25.502Z | Checking smf v0.2.3 |
2341 | 2025-01-22T08:46:25.518Z | Checking filetime v0.2.25 |
2342 | 2025-01-22T08:46:25.739Z | Checking same-file v1.0.6 |
2343 | 2025-01-22T08:46:25.927Z | Checking walkdir v2.5.0 |
2344 | 2025-01-22T08:46:25.927Z | Checking tar v0.4.42 |
2345 | 2025-01-22T08:46:25.968Z | Checking headers v0.4.0 |
2346 | 2025-01-22T08:46:26.016Z | Checking rcgen v0.12.1 |
2347 | 2025-01-22T08:46:26.220Z | Checking camino-tempfile v1.1.1 |
2348 | 2025-01-22T08:46:26.544Z | Checking atomicwrites v0.4.4 |
2349 | 2025-01-22T08:46:26.698Z | Checking subprocess v0.2.9 |
2350 | 2025-01-22T08:46:32.524Z | Compiling typify-macro v0.2.0 |
2351 | 2025-01-22T08:46:32.578Z | Compiling typify v0.2.0 |
2352 | 2025-01-22T08:46:32.578Z | Compiling progenitor-impl v0.8.0 |
2353 | 2025-01-22T08:46:33.398Z | Compiling progenitor-macro v0.8.0 |
2354 | 2025-01-22T08:46:37.041Z | Checking progenitor v0.8.0 |
2355 | 2025-01-22T08:46:37.174Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2356 | 2025-01-22T08:46:37.177Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2357 | 2025-01-22T08:46:39.666Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2358 | 2025-01-22T08:46:40.045Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2359 | 2025-01-22T08:46:45.945Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2360 | 2025-01-22T08:46:47.406Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2025-01-22T08:46:48.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.01s |
2362 | 2025-01-22T08:46:48.792Z | |
2363 | 2025-01-22T08:46:48.792Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2364 | 2025-01-22T08:46:49.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2025-01-22T08:46:49.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2025-01-22T08:46:49.433Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2025-01-22T08:46:50.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2368 | 2025-01-22T08:46:50.970Z | |
2369 | 2025-01-22T08:46:50.970Z | info: running `cargo check --bins` on nexus-config (51/197) |
2370 | 2025-01-22T08:46:51.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2025-01-22T08:46:51.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2025-01-22T08:46:51.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2025-01-22T08:46:51.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2374 | 2025-01-22T08:46:51.593Z | |
2375 | 2025-01-22T08:46:51.593Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2376 | 2025-01-22T08:46:52.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2025-01-22T08:46:52.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2025-01-22T08:46:52.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2025-01-22T08:46:52.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2380 | 2025-01-22T08:46:52.192Z | |
2381 | 2025-01-22T08:46:52.192Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2382 | 2025-01-22T08:46:52.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2025-01-22T08:46:52.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2025-01-22T08:46:52.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2025-01-22T08:46:52.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2386 | 2025-01-22T08:46:52.814Z | |
2387 | 2025-01-22T08:46:52.814Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2388 | 2025-01-22T08:46:53.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2025-01-22T08:46:53.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2025-01-22T08:46:53.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2391 | 2025-01-22T08:46:53.594Z | Compiling ipnetwork v0.20.0 |
2392 | 2025-01-22T08:46:53.594Z | Compiling zerocopy v0.8.10 |
2393 | 2025-01-22T08:46:53.597Z | Compiling progenitor-client v0.8.0 |
2394 | 2025-01-22T08:46:53.597Z | Compiling itertools v0.13.0 |
2395 | 2025-01-22T08:46:53.597Z | Compiling zerocopy-derive v0.8.10 |
2396 | 2025-01-22T08:46:53.597Z | Compiling heapless v0.8.0 |
2397 | 2025-01-22T08:46:53.597Z | Compiling thiserror v2.0.11 |
2398 | 2025-01-22T08:46:53.780Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2399 | 2025-01-22T08:46:53.925Z | Checking hash32 v0.3.1 |
2400 | 2025-01-22T08:46:54.053Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2401 | 2025-01-22T08:46:54.134Z | Compiling progenitor v0.8.0 |
2402 | 2025-01-22T08:46:54.354Z | Compiling instant v0.1.13 |
2403 | 2025-01-22T08:46:54.385Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2404 | 2025-01-22T08:46:54.387Z | Compiling smoltcp v0.11.0 |
2405 | 2025-01-22T08:46:54.505Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2406 | 2025-01-22T08:46:54.522Z | Compiling backoff v0.4.0 |
2407 | 2025-01-22T08:46:54.685Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2408 | 2025-01-22T08:46:54.837Z | Compiling dropshot v0.15.1 |
2409 | 2025-01-22T08:46:55.079Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2410 | 2025-01-22T08:46:55.270Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2411 | 2025-01-22T08:46:55.272Z | Compiling serde_with v3.11.0 |
2412 | 2025-01-22T08:46:55.443Z | Compiling parse-display v0.10.0 |
2413 | 2025-01-22T08:46:55.553Z | Checking num-rational v0.4.2 |
2414 | 2025-01-22T08:46:56.107Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2415 | 2025-01-22T08:46:56.162Z | Compiling progenitor-client v0.9.1 |
2416 | 2025-01-22T08:46:56.603Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2417 | 2025-01-22T08:46:56.703Z | Compiling regress v0.9.1 |
2418 | 2025-01-22T08:46:57.938Z | Compiling phf_generator v0.11.2 |
2419 | 2025-01-22T08:46:58.132Z | Checking num-complex v0.4.6 |
2420 | 2025-01-22T08:46:58.986Z | Compiling macaddr v1.0.1 |
2421 | 2025-01-22T08:46:59.005Z | Checking cobs v0.2.3 |
2422 | 2025-01-22T08:46:59.199Z | Checking postcard v1.0.10 |
2423 | 2025-01-22T08:46:59.420Z | Checking num v0.4.3 |
2424 | 2025-01-22T08:46:59.626Z | Compiling phf_codegen v0.11.2 |
2425 | 2025-01-22T08:46:59.712Z | Compiling parse-zoneinfo v0.3.1 |
2426 | 2025-01-22T08:46:59.838Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2427 | 2025-01-22T08:47:00.143Z | Checking float-ord v0.3.2 |
2428 | 2025-01-22T08:47:00.300Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2429 | 2025-01-22T08:47:01.624Z | Compiling convert_case v0.4.0 |
2430 | 2025-01-22T08:47:01.687Z | Compiling chrono-tz-build v0.4.0 |
2431 | 2025-01-22T08:47:02.221Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2432 | 2025-01-22T08:47:02.477Z | Compiling derive_more v0.99.18 |
2433 | 2025-01-22T08:47:02.492Z | Compiling crucible-workspace-hack v0.1.0 |
2434 | 2025-01-22T08:47:02.762Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2435 | 2025-01-22T08:47:02.933Z | Compiling chrono-tz v0.10.1 |
2436 | 2025-01-22T08:47:03.100Z | Checking newline-converter v0.3.0 |
2437 | 2025-01-22T08:47:03.257Z | Checking prettyplease v0.2.25 |
2438 | 2025-01-22T08:47:03.293Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2439 | 2025-01-22T08:47:03.670Z | Compiling slog-dtrace v0.3.0 |
2440 | 2025-01-22T08:47:03.928Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2441 | 2025-01-22T08:47:03.942Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2442 | 2025-01-22T08:47:04.323Z | Checking expectorate v1.1.0 |
2443 | 2025-01-22T08:47:04.556Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2444 | 2025-01-22T08:47:04.603Z | Compiling zone_cfg_derive v0.3.0 |
2445 | 2025-01-22T08:47:05.204Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2446 | 2025-01-22T08:47:05.488Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2447 | 2025-01-22T08:47:05.826Z | Compiling const_format_proc_macros v0.2.33 |
2448 | 2025-01-22T08:47:05.928Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2449 | 2025-01-22T08:47:05.942Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2450 | 2025-01-22T08:47:06.014Z | Compiling num-derive v0.4.2 |
2451 | 2025-01-22T08:47:06.301Z | Checking highway v1.2.0 |
2452 | 2025-01-22T08:47:06.770Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2453 | 2025-01-22T08:47:07.034Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2454 | 2025-01-22T08:47:07.091Z | Checking zone v0.3.0 |
2455 | 2025-01-22T08:47:07.288Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2456 | 2025-01-22T08:47:07.364Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2457 | 2025-01-22T08:47:07.860Z | Checking const_format v0.2.33 |
2458 | 2025-01-22T08:47:07.940Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2459 | 2025-01-22T08:47:08.251Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2460 | 2025-01-22T08:47:08.381Z | Checking gethostname v0.5.0 |
2461 | 2025-01-22T08:47:08.384Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2462 | 2025-01-22T08:47:08.457Z | Checking bcs v0.1.6 |
2463 | 2025-01-22T08:47:08.769Z | Compiling async-recursion v1.1.1 |
2464 | 2025-01-22T08:47:08.900Z | Checking termtree v0.5.1 |
2465 | 2025-01-22T08:47:09.029Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2466 | 2025-01-22T08:47:09.322Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2467 | 2025-01-22T08:47:09.339Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2468 | 2025-01-22T08:47:11.066Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2469 | 2025-01-22T08:47:15.388Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2470 | 2025-01-22T08:47:18.638Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2025-01-22T08:47:21.102Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2472 | 2025-01-22T08:47:22.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.48s |
2473 | 2025-01-22T08:47:22.483Z | |
2474 | 2025-01-22T08:47:22.483Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2475 | 2025-01-22T08:47:23.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2025-01-22T08:47:23.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2025-01-22T08:47:23.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2025-01-22T08:47:23.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2479 | 2025-01-22T08:47:23.103Z | |
2480 | 2025-01-22T08:47:23.103Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2481 | 2025-01-22T08:47:23.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2025-01-22T08:47:23.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2025-01-22T08:47:23.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2025-01-22T08:47:23.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2485 | 2025-01-22T08:47:23.732Z | |
2486 | 2025-01-22T08:47:23.732Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2487 | 2025-01-22T08:47:24.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2025-01-22T08:47:24.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2025-01-22T08:47:24.380Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2025-01-22T08:47:25.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2491 | 2025-01-22T08:47:25.192Z | |
2492 | 2025-01-22T08:47:25.192Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2493 | 2025-01-22T08:47:25.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2025-01-22T08:47:25.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2025-01-22T08:47:25.881Z | Compiling cfg_aliases v0.1.1 |
2496 | 2025-01-22T08:47:25.883Z | Compiling vte_generate_state_changes v0.1.2 |
2497 | 2025-01-22T08:47:25.883Z | Checking fd-lock v4.0.2 |
2498 | 2025-01-22T08:47:25.883Z | Checking nibble_vec v0.1.0 |
2499 | 2025-01-22T08:47:25.883Z | Checking bytecount v0.6.8 |
2500 | 2025-01-22T08:47:25.883Z | Checking endian-type v0.1.2 |
2501 | 2025-01-22T08:47:26.008Z | Compiling tabled_derive v0.7.0 |
2502 | 2025-01-22T08:47:26.061Z | Compiling peg-macros v0.8.4 |
2503 | 2025-01-22T08:47:26.080Z | Compiling nix v0.28.0 |
2504 | 2025-01-22T08:47:26.168Z | Checking papergrid v0.11.0 |
2505 | 2025-01-22T08:47:26.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2506 | 2025-01-22T08:47:26.199Z | Compiling sqlparser_derive v0.2.2 |
2507 | 2025-01-22T08:47:26.233Z | Checking radix_trie v0.2.1 |
2508 | 2025-01-22T08:47:26.563Z | Checking vte v0.11.1 |
2509 | 2025-01-22T08:47:26.643Z | Checking unicode_categories v0.1.1 |
2510 | 2025-01-22T08:47:26.948Z | Checking nu-ansi-term v0.50.1 |
2511 | 2025-01-22T08:47:27.214Z | Checking home v0.5.9 |
2512 | 2025-01-22T08:47:27.259Z | Checking sqlparser v0.45.0 |
2513 | 2025-01-22T08:47:27.367Z | Checking sqlformat v0.2.6 |
2514 | 2025-01-22T08:47:27.391Z | Checking display-error-chain v0.2.2 |
2515 | 2025-01-22T08:47:27.914Z | Checking strip-ansi-escapes v0.2.0 |
2516 | 2025-01-22T08:47:28.107Z | Checking reedline v0.35.0 |
2517 | 2025-01-22T08:47:28.136Z | Checking tabled v0.15.0 |
2518 | 2025-01-22T08:47:28.594Z | Checking peg v0.8.4 |
2519 | 2025-01-22T08:47:28.907Z | Checking rustyline v14.0.0 |
2520 | 2025-01-22T08:47:37.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s |
2521 | 2025-01-22T08:47:37.759Z | |
2522 | 2025-01-22T08:47:37.759Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2523 | 2025-01-22T08:47:38.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2025-01-22T08:47:38.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2025-01-22T08:47:38.417Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2526 | 2025-01-22T08:47:43.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2527 | 2025-01-22T08:47:43.720Z | |
2528 | 2025-01-22T08:47:43.720Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2529 | 2025-01-22T08:47:44.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2025-01-22T08:47:44.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2025-01-22T08:47:44.397Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2532 | 2025-01-22T08:47:47.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
2533 | 2025-01-22T08:47:48.105Z | |
2534 | 2025-01-22T08:47:48.105Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2535 | 2025-01-22T08:47:48.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2025-01-22T08:47:48.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2025-01-22T08:47:48.779Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-01-22T08:47:53.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2539 | 2025-01-22T08:47:53.811Z | |
2540 | 2025-01-22T08:47:53.811Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2541 | 2025-01-22T08:47:54.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2025-01-22T08:47:54.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2025-01-22T08:47:54.493Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2544 | 2025-01-22T08:47:59.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2545 | 2025-01-22T08:47:59.698Z | |
2546 | 2025-01-22T08:47:59.698Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2547 | 2025-01-22T08:48:00.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2025-01-22T08:48:00.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2025-01-22T08:48:00.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2550 | 2025-01-22T08:48:04.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2551 | 2025-01-22T08:48:04.315Z | |
2552 | 2025-01-22T08:48:04.315Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2553 | 2025-01-22T08:48:04.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-01-22T08:48:04.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-01-22T08:48:04.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2025-01-22T08:48:08.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2557 | 2025-01-22T08:48:08.910Z | |
2558 | 2025-01-22T08:48:08.910Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2559 | 2025-01-22T08:48:09.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-01-22T08:48:09.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-01-22T08:48:09.580Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2562 | 2025-01-22T08:48:14.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2563 | 2025-01-22T08:48:14.827Z | |
2564 | 2025-01-22T08:48:14.827Z | info: running `cargo check --bins` on oximeter (66/197) |
2565 | 2025-01-22T08:48:15.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-01-22T08:48:15.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-01-22T08:48:15.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2025-01-22T08:48:15.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2569 | 2025-01-22T08:48:15.463Z | |
2570 | 2025-01-22T08:48:15.463Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2571 | 2025-01-22T08:48:16.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-01-22T08:48:16.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-01-22T08:48:16.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2025-01-22T08:48:16.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2575 | 2025-01-22T08:48:16.091Z | |
2576 | 2025-01-22T08:48:16.091Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2577 | 2025-01-22T08:48:16.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-01-22T08:48:16.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-01-22T08:48:16.736Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2580 | 2025-01-22T08:48:18.745Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2581 | 2025-01-22T08:48:19.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
2582 | 2025-01-22T08:48:19.874Z | |
2583 | 2025-01-22T08:48:19.874Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2584 | 2025-01-22T08:48:20.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-22T08:48:20.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-22T08:48:20.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-22T08:48:20.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2588 | 2025-01-22T08:48:20.486Z | |
2589 | 2025-01-22T08:48:20.486Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2590 | 2025-01-22T08:48:21.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-22T08:48:21.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-22T08:48:21.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-22T08:48:21.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2594 | 2025-01-22T08:48:21.114Z | |
2595 | 2025-01-22T08:48:21.114Z | info: running `cargo check --bins` on oxql-types (71/197) |
2596 | 2025-01-22T08:48:21.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-22T08:48:21.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-22T08:48:21.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-22T08:48:21.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2600 | 2025-01-22T08:48:21.746Z | |
2601 | 2025-01-22T08:48:21.746Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2602 | 2025-01-22T08:48:22.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-22T08:48:22.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-22T08:48:22.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-22T08:48:22.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2606 | 2025-01-22T08:48:22.393Z | |
2607 | 2025-01-22T08:48:22.393Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2608 | 2025-01-22T08:48:22.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-22T08:48:22.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-22T08:48:22.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-22T08:48:22.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2612 | 2025-01-22T08:48:23.031Z | |
2613 | 2025-01-22T08:48:23.031Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2614 | 2025-01-22T08:48:23.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-22T08:48:23.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-22T08:48:23.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-22T08:48:23.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2618 | 2025-01-22T08:48:23.678Z | |
2619 | 2025-01-22T08:48:23.678Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2620 | 2025-01-22T08:48:24.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-22T08:48:24.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-22T08:48:24.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-22T08:48:24.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2624 | 2025-01-22T08:48:24.319Z | |
2625 | 2025-01-22T08:48:24.319Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2626 | 2025-01-22T08:48:24.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-22T08:48:24.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-22T08:48:24.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-22T08:48:24.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2630 | 2025-01-22T08:48:24.961Z | |
2631 | 2025-01-22T08:48:24.961Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2632 | 2025-01-22T08:48:25.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-22T08:48:25.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-22T08:48:25.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-22T08:48:25.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2636 | 2025-01-22T08:48:25.606Z | |
2637 | 2025-01-22T08:48:25.606Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2638 | 2025-01-22T08:48:26.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-22T08:48:26.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-22T08:48:26.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-22T08:48:26.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2642 | 2025-01-22T08:48:26.247Z | |
2643 | 2025-01-22T08:48:26.247Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2644 | 2025-01-22T08:48:26.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-22T08:48:26.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-22T08:48:26.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-22T08:48:26.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2648 | 2025-01-22T08:48:26.901Z | |
2649 | 2025-01-22T08:48:26.901Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2650 | 2025-01-22T08:48:27.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-22T08:48:27.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-22T08:48:27.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-22T08:48:27.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2654 | 2025-01-22T08:48:27.530Z | |
2655 | 2025-01-22T08:48:27.530Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2656 | 2025-01-22T08:48:28.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-22T08:48:28.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-22T08:48:28.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-01-22T08:48:28.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2660 | 2025-01-22T08:48:28.149Z | |
2661 | 2025-01-22T08:48:28.149Z | info: running `cargo check --bins` on dpd-client (82/197) |
2662 | 2025-01-22T08:48:28.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-01-22T08:48:28.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-01-22T08:48:28.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-01-22T08:48:28.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2666 | 2025-01-22T08:48:28.760Z | |
2667 | 2025-01-22T08:48:28.760Z | info: running `cargo check --bins` on gateway-client (83/197) |
2668 | 2025-01-22T08:48:29.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-01-22T08:48:29.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-01-22T08:48:29.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-01-22T08:48:29.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2672 | 2025-01-22T08:48:29.365Z | |
2673 | 2025-01-22T08:48:29.365Z | info: running `cargo check --bins` on installinator-client (84/197) |
2674 | 2025-01-22T08:48:29.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-01-22T08:48:29.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-01-22T08:48:29.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-01-22T08:48:29.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2678 | 2025-01-22T08:48:30.006Z | |
2679 | 2025-01-22T08:48:30.006Z | info: running `cargo check --bins` on installinator-common (85/197) |
2680 | 2025-01-22T08:48:30.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-01-22T08:48:30.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-01-22T08:48:30.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-01-22T08:48:30.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2684 | 2025-01-22T08:48:30.652Z | |
2685 | 2025-01-22T08:48:30.652Z | info: running `cargo check --bins` on update-engine (86/197) |
2686 | 2025-01-22T08:48:31.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-01-22T08:48:31.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-01-22T08:48:31.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-01-22T08:48:31.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2690 | 2025-01-22T08:48:31.266Z | |
2691 | 2025-01-22T08:48:31.266Z | info: running `cargo check --bins` on nexus-client (87/197) |
2692 | 2025-01-22T08:48:31.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-01-22T08:48:31.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-01-22T08:48:31.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-01-22T08:48:31.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2696 | 2025-01-22T08:48:31.926Z | |
2697 | 2025-01-22T08:48:31.926Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2698 | 2025-01-22T08:48:32.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-01-22T08:48:32.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-01-22T08:48:32.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-01-22T08:48:32.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2702 | 2025-01-22T08:48:32.570Z | |
2703 | 2025-01-22T08:48:32.570Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2704 | 2025-01-22T08:48:33.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-01-22T08:48:33.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-01-22T08:48:33.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-01-22T08:48:33.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2708 | 2025-01-22T08:48:33.184Z | |
2709 | 2025-01-22T08:48:33.184Z | info: running `cargo check --bins` on nexus-types (90/197) |
2710 | 2025-01-22T08:48:33.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-01-22T08:48:33.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-01-22T08:48:33.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-01-22T08:48:33.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2714 | 2025-01-22T08:48:33.839Z | |
2715 | 2025-01-22T08:48:33.839Z | info: running `cargo check --bins` on oxide-client (91/197) |
2716 | 2025-01-22T08:48:34.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-01-22T08:48:34.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-01-22T08:48:34.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-01-22T08:48:34.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2720 | 2025-01-22T08:48:34.453Z | |
2721 | 2025-01-22T08:48:34.453Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2722 | 2025-01-22T08:48:35.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-01-22T08:48:35.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-01-22T08:48:35.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-01-22T08:48:35.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2726 | 2025-01-22T08:48:35.082Z | |
2727 | 2025-01-22T08:48:35.082Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2728 | 2025-01-22T08:48:35.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-01-22T08:48:35.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-01-22T08:48:35.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-01-22T08:48:35.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2732 | 2025-01-22T08:48:35.696Z | |
2733 | 2025-01-22T08:48:35.696Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2734 | 2025-01-22T08:48:36.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-01-22T08:48:36.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-01-22T08:48:36.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-01-22T08:48:36.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2738 | 2025-01-22T08:48:36.348Z | |
2739 | 2025-01-22T08:48:36.348Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2740 | 2025-01-22T08:48:36.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-01-22T08:48:36.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-01-22T08:48:36.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-01-22T08:48:36.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2744 | 2025-01-22T08:48:37.007Z | |
2745 | 2025-01-22T08:48:37.007Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2746 | 2025-01-22T08:48:37.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-01-22T08:48:37.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-01-22T08:48:37.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-01-22T08:48:37.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2750 | 2025-01-22T08:48:37.664Z | |
2751 | 2025-01-22T08:48:37.664Z | info: running `cargo check --bins` on wicket-common (97/197) |
2752 | 2025-01-22T08:48:38.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-01-22T08:48:38.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-01-22T08:48:38.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-01-22T08:48:38.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2756 | 2025-01-22T08:48:38.314Z | |
2757 | 2025-01-22T08:48:38.315Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2758 | 2025-01-22T08:48:38.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-01-22T08:48:38.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-01-22T08:48:38.980Z | Checking csv-core v0.1.11 |
2761 | 2025-01-22T08:48:38.980Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-01-22T08:48:38.982Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2763 | 2025-01-22T08:48:39.082Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2764 | 2025-01-22T08:48:39.270Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2765 | 2025-01-22T08:48:39.292Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2766 | 2025-01-22T08:48:39.309Z | Checking csv v1.3.0 |
2767 | 2025-01-22T08:48:39.882Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2768 | 2025-01-22T08:48:40.233Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2769 | 2025-01-22T08:48:41.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2770 | 2025-01-22T08:48:42.036Z | |
2771 | 2025-01-22T08:48:42.036Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2772 | 2025-01-22T08:48:42.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-01-22T08:48:42.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-01-22T08:48:42.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-01-22T08:48:42.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2776 | 2025-01-22T08:48:42.660Z | |
2777 | 2025-01-22T08:48:42.660Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2778 | 2025-01-22T08:48:43.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-01-22T08:48:43.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-01-22T08:48:43.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-01-22T08:48:43.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2782 | 2025-01-22T08:48:43.287Z | |
2783 | 2025-01-22T08:48:43.287Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2784 | 2025-01-22T08:48:43.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-01-22T08:48:43.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-01-22T08:48:43.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-01-22T08:48:43.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2788 | 2025-01-22T08:48:44.019Z | |
2789 | 2025-01-22T08:48:44.019Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2790 | 2025-01-22T08:48:44.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-01-22T08:48:44.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-01-22T08:48:44.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-01-22T08:48:44.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2794 | 2025-01-22T08:48:44.751Z | |
2795 | 2025-01-22T08:48:44.751Z | info: running `cargo check --bins` on dns-server (103/197) |
2796 | 2025-01-22T08:48:45.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-01-22T08:48:45.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-01-22T08:48:45.399Z | Compiling typify-impl v0.3.0 |
2799 | 2025-01-22T08:48:45.507Z | Compiling parking_lot_core v0.8.6 |
2800 | 2025-01-22T08:48:45.518Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2801 | 2025-01-22T08:48:45.527Z | Checking fxhash v0.2.1 |
2802 | 2025-01-22T08:48:45.530Z | Checking hickory-client v0.24.2 |
2803 | 2025-01-22T08:48:45.540Z | Checking hickory-server v0.24.2 |
2804 | 2025-01-22T08:48:46.117Z | Checking parking_lot v0.11.2 |
2805 | 2025-01-22T08:48:46.327Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2806 | 2025-01-22T08:48:46.424Z | Checking sled v0.34.7 |
2807 | 2025-01-22T08:48:51.082Z | Compiling typify-macro v0.3.0 |
2808 | 2025-01-22T08:48:52.630Z | Compiling typify v0.3.0 |
2809 | 2025-01-22T08:48:52.704Z | Compiling progenitor-impl v0.9.1 |
2810 | 2025-01-22T08:48:55.127Z | Compiling progenitor-macro v0.9.1 |
2811 | 2025-01-22T08:48:58.867Z | Checking progenitor v0.9.1 |
2812 | 2025-01-22T08:48:59.003Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2025-01-22T08:48:59.470Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2814 | 2025-01-22T08:49:00.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s |
2815 | 2025-01-22T08:49:00.929Z | |
2816 | 2025-01-22T08:49:00.929Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2817 | 2025-01-22T08:49:01.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-22T08:49:01.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-22T08:49:01.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-22T08:49:01.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2821 | 2025-01-22T08:49:01.583Z | |
2822 | 2025-01-22T08:49:01.583Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2823 | 2025-01-22T08:49:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-22T08:49:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-22T08:49:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-22T08:49:02.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2827 | 2025-01-22T08:49:02.271Z | |
2828 | 2025-01-22T08:49:02.271Z | info: running `cargo check --bins` on gateway-types (106/197) |
2829 | 2025-01-22T08:49:02.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-22T08:49:02.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-22T08:49:02.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-22T08:49:02.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2833 | 2025-01-22T08:49:02.903Z | |
2834 | 2025-01-22T08:49:02.903Z | info: running `cargo check --bins` on ipcc (107/197) |
2835 | 2025-01-22T08:49:03.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-22T08:49:03.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-22T08:49:03.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-22T08:49:03.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2839 | 2025-01-22T08:49:03.545Z | |
2840 | 2025-01-22T08:49:03.545Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2841 | 2025-01-22T08:49:04.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-22T08:49:04.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-22T08:49:04.260Z | Compiling semver v0.1.20 |
2844 | 2025-01-22T08:49:04.260Z | Compiling radium v0.7.0 |
2845 | 2025-01-22T08:49:04.366Z | Checking tap v1.0.1 |
2846 | 2025-01-22T08:49:04.369Z | Compiling maybe-uninit v2.0.0 |
2847 | 2025-01-22T08:49:04.394Z | Checking password-hash v0.5.0 |
2848 | 2025-01-22T08:49:04.396Z | Checking blake2 v0.10.6 |
2849 | 2025-01-22T08:49:04.396Z | Compiling owo-colors v4.1.0 |
2850 | 2025-01-22T08:49:04.396Z | Compiling cancel-safe-futures v0.1.5 |
2851 | 2025-01-22T08:49:04.513Z | Checking wyz v0.5.1 |
2852 | 2025-01-22T08:49:04.676Z | Checking crc-catalog v2.4.0 |
2853 | 2025-01-22T08:49:04.737Z | Compiling rustc_version v0.1.7 |
2854 | 2025-01-22T08:49:04.825Z | Checking funty v2.0.0 |
2855 | 2025-01-22T08:49:04.857Z | Compiling packed_struct v0.10.1 |
2856 | 2025-01-22T08:49:04.859Z | Checking argon2 v0.5.3 |
2857 | 2025-01-22T08:49:04.871Z | Checking crc v3.2.1 |
2858 | 2025-01-22T08:49:04.976Z | Compiling packed_struct_codegen v0.10.1 |
2859 | 2025-01-22T08:49:05.007Z | Checking half v2.4.1 |
2860 | 2025-01-22T08:49:05.170Z | Compiling newtype_derive v0.1.6 |
2861 | 2025-01-22T08:49:05.188Z | Compiling indexmap v1.9.3 |
2862 | 2025-01-22T08:49:05.286Z | Checking nodrop v0.1.14 |
2863 | 2025-01-22T08:49:05.328Z | Checking ciborium-io v0.2.2 |
2864 | 2025-01-22T08:49:05.427Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2865 | 2025-01-22T08:49:05.454Z | Checking array-init v0.0.4 |
2866 | 2025-01-22T08:49:05.487Z | Checking ciborium-ll v0.2.2 |
2867 | 2025-01-22T08:49:05.545Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2868 | 2025-01-22T08:49:05.563Z | Checking smallvec v0.6.14 |
2869 | 2025-01-22T08:49:05.633Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2870 | 2025-01-22T08:49:05.651Z | Checking bitvec v1.0.1 |
2871 | 2025-01-22T08:49:05.817Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2872 | 2025-01-22T08:49:05.939Z | Checking libsw v3.3.1 |
2873 | 2025-01-22T08:49:06.179Z | Compiling memoffset v0.9.1 |
2874 | 2025-01-22T08:49:06.203Z | Checking swrite v0.1.0 |
2875 | 2025-01-22T08:49:06.275Z | Checking indent_write v2.2.0 |
2876 | 2025-01-22T08:49:06.320Z | Checking linear-map v1.2.0 |
2877 | 2025-01-22T08:49:06.347Z | Checking bitfield v0.14.0 |
2878 | 2025-01-22T08:49:06.509Z | Checking termcolor v1.4.1 |
2879 | 2025-01-22T08:49:06.526Z | Checking hashbrown v0.12.3 |
2880 | 2025-01-22T08:49:06.617Z | Checking ron v0.8.1 |
2881 | 2025-01-22T08:49:06.812Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2882 | 2025-01-22T08:49:06.830Z | Checking serde-hex v0.1.0 |
2883 | 2025-01-22T08:49:06.910Z | Checking env_logger v0.10.2 |
2884 | 2025-01-22T08:49:07.274Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2885 | 2025-01-22T08:49:07.353Z | Checking ciborium v0.2.2 |
2886 | 2025-01-22T08:49:07.679Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2025-01-22T08:49:07.832Z | Checking steno v0.4.1 |
2888 | 2025-01-22T08:49:08.155Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2889 | 2025-01-22T08:49:08.277Z | Checking hashbrown v0.13.2 |
2890 | 2025-01-22T08:49:08.324Z | Checking humantime v2.1.0 |
2891 | 2025-01-22T08:49:08.409Z | Checking crc-any v2.5.0 |
2892 | 2025-01-22T08:49:08.632Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2893 | 2025-01-22T08:49:08.779Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2894 | 2025-01-22T08:49:09.036Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2895 | 2025-01-22T08:49:09.171Z | Checking object v0.30.4 |
2896 | 2025-01-22T08:49:09.323Z | Checking path-slash v0.1.5 |
2897 | 2025-01-22T08:49:09.379Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2898 | 2025-01-22T08:49:09.560Z | Checking nix v0.27.1 |
2899 | 2025-01-22T08:49:10.017Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2900 | 2025-01-22T08:49:10.113Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2901 | 2025-01-22T08:49:10.388Z | Checking tungstenite v0.23.0 |
2902 | 2025-01-22T08:49:10.450Z | Checking kstat-rs v0.2.4 |
2903 | 2025-01-22T08:49:10.708Z | Checking signal-hook-tokio v0.3.1 |
2904 | 2025-01-22T08:49:10.795Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2905 | 2025-01-22T08:49:11.304Z | Checking tokio-tungstenite v0.23.1 |
2906 | 2025-01-22T08:49:11.666Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2907 | 2025-01-22T08:49:11.856Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2908 | 2025-01-22T08:49:11.912Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2909 | 2025-01-22T08:49:18.682Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2910 | 2025-01-22T08:49:20.039Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2911 | 2025-01-22T08:49:21.905Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2025-01-22T08:49:27.249Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-01-22T08:49:27.918Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2914 | 2025-01-22T08:49:30.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.12s |
2915 | 2025-01-22T08:49:30.864Z | |
2916 | 2025-01-22T08:49:30.864Z | info: running `cargo check --bins` on gateway-api (109/197) |
2917 | 2025-01-22T08:49:31.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-01-22T08:49:31.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-01-22T08:49:31.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-01-22T08:49:31.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2921 | 2025-01-22T08:49:31.505Z | |
2922 | 2025-01-22T08:49:31.505Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2923 | 2025-01-22T08:49:32.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-01-22T08:49:32.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-01-22T08:49:32.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-01-22T08:49:32.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2927 | 2025-01-22T08:49:32.115Z | |
2928 | 2025-01-22T08:49:32.115Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2929 | 2025-01-22T08:49:32.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-01-22T08:49:32.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-01-22T08:49:32.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-01-22T08:49:32.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2933 | 2025-01-22T08:49:32.746Z | |
2934 | 2025-01-22T08:49:32.746Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2935 | 2025-01-22T08:49:33.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-01-22T08:49:33.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-01-22T08:49:33.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-01-22T08:49:33.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2939 | 2025-01-22T08:49:33.371Z | |
2940 | 2025-01-22T08:49:33.371Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2941 | 2025-01-22T08:49:33.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-01-22T08:49:33.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-01-22T08:49:33.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2025-01-22T08:49:33.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2945 | 2025-01-22T08:49:34.003Z | |
2946 | 2025-01-22T08:49:34.003Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2947 | 2025-01-22T08:49:34.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2025-01-22T08:49:34.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2025-01-22T08:49:34.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2025-01-22T08:49:34.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2951 | 2025-01-22T08:49:34.633Z | |
2952 | 2025-01-22T08:49:34.633Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2953 | 2025-01-22T08:49:35.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2025-01-22T08:49:35.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2025-01-22T08:49:35.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2025-01-22T08:49:35.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2957 | 2025-01-22T08:49:35.261Z | |
2958 | 2025-01-22T08:49:35.261Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2959 | 2025-01-22T08:49:35.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2025-01-22T08:49:35.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2025-01-22T08:49:35.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2025-01-22T08:49:35.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2963 | 2025-01-22T08:49:35.888Z | |
2964 | 2025-01-22T08:49:35.888Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2965 | 2025-01-22T08:49:36.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-01-22T08:49:36.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-01-22T08:49:36.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2025-01-22T08:49:36.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2969 | 2025-01-22T08:49:36.542Z | |
2970 | 2025-01-22T08:49:36.542Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2971 | 2025-01-22T08:49:37.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2025-01-22T08:49:37.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2025-01-22T08:49:37.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2025-01-22T08:49:37.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2975 | 2025-01-22T08:49:37.169Z | |
2976 | 2025-01-22T08:49:37.169Z | info: running `cargo check --bins` on sp-sim (119/197) |
2977 | 2025-01-22T08:49:37.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2025-01-22T08:49:37.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2025-01-22T08:49:37.811Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2980 | 2025-01-22T08:49:38.266Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2981 | 2025-01-22T08:49:39.923Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2982 | 2025-01-22T08:49:41.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2983 | 2025-01-22T08:49:41.729Z | |
2984 | 2025-01-22T08:49:41.729Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2985 | 2025-01-22T08:49:42.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-22T08:49:42.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-22T08:49:42.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-01-22T08:49:42.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2989 | 2025-01-22T08:49:42.413Z | |
2990 | 2025-01-22T08:49:42.413Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2991 | 2025-01-22T08:49:43.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-01-22T08:49:43.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-01-22T08:49:43.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-01-22T08:49:43.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2995 | 2025-01-22T08:49:43.088Z | |
2996 | 2025-01-22T08:49:43.088Z | info: running `cargo check --bins` on db-macros (122/197) |
2997 | 2025-01-22T08:49:43.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-22T08:49:43.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-22T08:49:43.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-01-22T08:49:43.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3001 | 2025-01-22T08:49:43.692Z | |
3002 | 2025-01-22T08:49:43.692Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3003 | 2025-01-22T08:49:44.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-22T08:49:44.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-22T08:49:44.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2025-01-22T08:49:44.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3007 | 2025-01-22T08:49:44.295Z | |
3008 | 2025-01-22T08:49:44.295Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3009 | 2025-01-22T08:49:44.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-22T08:49:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-22T08:49:44.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2025-01-22T08:49:44.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3013 | 2025-01-22T08:49:44.952Z | |
3014 | 2025-01-22T08:49:44.952Z | info: running `cargo check --bins` on authz-macros (125/197) |
3015 | 2025-01-22T08:49:45.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-22T08:49:45.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-22T08:49:45.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2025-01-22T08:49:45.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3019 | 2025-01-22T08:49:45.552Z | |
3020 | 2025-01-22T08:49:45.552Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3021 | 2025-01-22T08:49:46.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-22T08:49:46.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-22T08:49:46.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-01-22T08:49:46.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3025 | 2025-01-22T08:49:46.202Z | |
3026 | 2025-01-22T08:49:46.202Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3027 | 2025-01-22T08:49:46.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-22T08:49:46.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-22T08:49:46.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-01-22T08:49:46.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3031 | 2025-01-22T08:49:46.852Z | |
3032 | 2025-01-22T08:49:46.852Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3033 | 2025-01-22T08:49:47.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-22T08:49:47.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-22T08:49:47.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-01-22T08:49:47.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3037 | 2025-01-22T08:49:47.467Z | |
3038 | 2025-01-22T08:49:47.467Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3039 | 2025-01-22T08:49:48.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-22T08:49:48.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-22T08:49:48.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-01-22T08:49:48.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3043 | 2025-01-22T08:49:48.113Z | |
3044 | 2025-01-22T08:49:48.113Z | info: running `cargo check --bins` on typed-rng (130/197) |
3045 | 2025-01-22T08:49:48.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-22T08:49:48.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-22T08:49:48.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-22T08:49:48.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3049 | 2025-01-22T08:49:48.706Z | |
3050 | 2025-01-22T08:49:48.707Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3051 | 2025-01-22T08:49:49.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-22T08:49:49.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-22T08:49:49.434Z | Checking keccak v0.1.5 |
3054 | 2025-01-22T08:49:49.545Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3055 | 2025-01-22T08:49:49.548Z | Checking secrecy v0.8.0 |
3056 | 2025-01-22T08:49:49.548Z | Compiling unicase v2.7.0 |
3057 | 2025-01-22T08:49:49.548Z | Compiling same-file v1.0.6 |
3058 | 2025-01-22T08:49:49.595Z | Compiling tempfile v3.13.0 |
3059 | 2025-01-22T08:49:49.612Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3060 | 2025-01-22T08:49:49.615Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3061 | 2025-01-22T08:49:49.711Z | Compiling thiserror-impl-no-std v2.0.2 |
3062 | 2025-01-22T08:49:49.835Z | Checking sha3 v0.10.8 |
3063 | 2025-01-22T08:49:49.862Z | Compiling walkdir v2.5.0 |
3064 | 2025-01-22T08:49:49.891Z | Checking universal-hash v0.5.1 |
3065 | 2025-01-22T08:49:49.926Z | Compiling blake3 v1.5.4 |
3066 | 2025-01-22T08:49:50.065Z | Checking opaque-debug v0.3.1 |
3067 | 2025-01-22T08:49:50.084Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3068 | 2025-01-22T08:49:50.164Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3069 | 2025-01-22T08:49:50.182Z | Checking poly1305 v0.8.0 |
3070 | 2025-01-22T08:49:50.239Z | Checking chacha20 v0.9.1 |
3071 | 2025-01-22T08:49:50.363Z | Checking aead v0.5.2 |
3072 | 2025-01-22T08:49:50.399Z | Compiling memmap2 v0.9.5 |
3073 | 2025-01-22T08:49:50.518Z | Compiling libefi-sys v0.1.0 |
3074 | 2025-01-22T08:49:50.585Z | Compiling salty v0.3.0 |
3075 | 2025-01-22T08:49:50.600Z | Compiling arrayref v0.3.9 |
3076 | 2025-01-22T08:49:50.684Z | Compiling constant_time_eq v0.3.1 |
3077 | 2025-01-22T08:49:50.708Z | Compiling arrayvec v0.7.6 |
3078 | 2025-01-22T08:49:50.822Z | Checking chacha20poly1305 v0.10.1 |
3079 | 2025-01-22T08:49:50.868Z | Compiling toolchain_find v0.4.0 |
3080 | 2025-01-22T08:49:50.974Z | Compiling camino-tempfile v1.1.1 |
3081 | 2025-01-22T08:49:51.010Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3082 | 2025-01-22T08:49:51.067Z | Compiling bitfield-struct v0.6.2 |
3083 | 2025-01-22T08:49:51.237Z | Compiling topological-sort v0.2.2 |
3084 | 2025-01-22T08:49:51.405Z | Compiling mime_guess v2.0.5 |
3085 | 2025-01-22T08:49:51.452Z | Compiling rustfmt-wrapper v0.2.1 |
3086 | 2025-01-22T08:49:51.923Z | Compiling omicron-zone-package v0.12.0 |
3087 | 2025-01-22T08:49:52.031Z | Compiling progenitor v0.9.1 |
3088 | 2025-01-22T08:49:52.034Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3089 | 2025-01-22T08:49:52.269Z | Checking primeorder v0.13.6 |
3090 | 2025-01-22T08:49:52.334Z | Checking env_filter v0.1.2 |
3091 | 2025-01-22T08:49:52.351Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3092 | 2025-01-22T08:49:52.474Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3093 | 2025-01-22T08:49:52.526Z | Checking thiserror-no-std v2.0.2 |
3094 | 2025-01-22T08:49:52.578Z | Checking env_logger v0.11.5 |
3095 | 2025-01-22T08:49:52.598Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3096 | 2025-01-22T08:49:52.639Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3097 | 2025-01-22T08:49:52.658Z | Checking vsss-rs v3.3.4 |
3098 | 2025-01-22T08:49:52.696Z | Checking p384 v0.13.0 |
3099 | 2025-01-22T08:49:52.727Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3100 | 2025-01-22T08:49:52.975Z | Checking simd-adler32 v0.3.7 |
3101 | 2025-01-22T08:49:53.031Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3102 | 2025-01-22T08:49:53.144Z | Checking bumpalo v3.16.0 |
3103 | 2025-01-22T08:49:53.167Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3104 | 2025-01-22T08:49:53.318Z | Checking lockfree-object-pool v0.1.6 |
3105 | 2025-01-22T08:49:53.472Z | Compiling zip v2.1.3 |
3106 | 2025-01-22T08:49:53.493Z | Checking http-range v0.1.5 |
3107 | 2025-01-22T08:49:53.495Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3108 | 2025-01-22T08:49:53.555Z | Checking zopfli v0.8.1 |
3109 | 2025-01-22T08:49:53.808Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3110 | 2025-01-22T08:49:53.827Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3111 | 2025-01-22T08:49:54.106Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3112 | 2025-01-22T08:49:54.234Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3113 | 2025-01-22T08:49:54.400Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3114 | 2025-01-22T08:49:54.472Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3115 | 2025-01-22T08:49:54.629Z | Checking nanorand v0.7.0 |
3116 | 2025-01-22T08:49:54.841Z | Checking atty v0.2.14 |
3117 | 2025-01-22T08:49:54.889Z | Checking glob v0.3.1 |
3118 | 2025-01-22T08:49:54.981Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3119 | 2025-01-22T08:49:54.997Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3120 | 2025-01-22T08:49:55.000Z | Checking flume v0.11.1 |
3121 | 2025-01-22T08:49:55.223Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3122 | 2025-01-22T08:49:55.500Z | Checking hyper-staticfile v0.10.1 |
3123 | 2025-01-22T08:49:55.568Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3124 | 2025-01-22T08:49:56.310Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3125 | 2025-01-22T08:49:56.330Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3126 | 2025-01-22T08:49:56.758Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3127 | 2025-01-22T08:49:56.913Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3128 | 2025-01-22T08:49:57.128Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3129 | 2025-01-22T08:49:57.277Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3130 | 2025-01-22T08:49:57.667Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3131 | 2025-01-22T08:49:57.686Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3132 | 2025-01-22T08:49:57.947Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3133 | 2025-01-22T08:49:58.118Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3134 | 2025-01-22T08:50:01.082Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3135 | 2025-01-22T08:50:01.082Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3136 | 2025-01-22T08:50:09.349Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3137 | 2025-01-22T08:50:22.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s |
3138 | 2025-01-22T08:50:22.765Z | |
3139 | 2025-01-22T08:50:22.765Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3140 | 2025-01-22T08:50:23.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2025-01-22T08:50:23.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2025-01-22T08:50:23.492Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3143 | 2025-01-22T08:50:36.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s |
3144 | 2025-01-22T08:50:37.051Z | |
3145 | 2025-01-22T08:50:37.051Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3146 | 2025-01-22T08:50:37.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-01-22T08:50:37.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-01-22T08:50:37.782Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2025-01-22T08:50:51.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s |
3150 | 2025-01-22T08:50:51.501Z | |
3151 | 2025-01-22T08:50:51.501Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3152 | 2025-01-22T08:50:52.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-22T08:50:52.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-22T08:50:52.236Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3155 | 2025-01-22T08:51:05.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
3156 | 2025-01-22T08:51:05.981Z | |
3157 | 2025-01-22T08:51:05.981Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3158 | 2025-01-22T08:51:06.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-22T08:51:06.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-22T08:51:06.729Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3161 | 2025-01-22T08:51:20.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
3162 | 2025-01-22T08:51:20.300Z | |
3163 | 2025-01-22T08:51:20.300Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3164 | 2025-01-22T08:51:20.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-01-22T08:51:20.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-01-22T08:51:21.056Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3167 | 2025-01-22T08:51:34.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
3168 | 2025-01-22T08:51:34.706Z | |
3169 | 2025-01-22T08:51:34.706Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3170 | 2025-01-22T08:51:35.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2025-01-22T08:51:35.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2025-01-22T08:51:35.458Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3173 | 2025-01-22T08:51:48.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3174 | 2025-01-22T08:51:49.138Z | |
3175 | 2025-01-22T08:51:49.138Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3176 | 2025-01-22T08:51:49.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2025-01-22T08:51:49.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2025-01-22T08:51:49.867Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3179 | 2025-01-22T08:52:03.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
3180 | 2025-01-22T08:52:03.614Z | |
3181 | 2025-01-22T08:52:03.614Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3182 | 2025-01-22T08:52:04.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-01-22T08:52:04.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-01-22T08:52:04.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3185 | 2025-01-22T08:52:04.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3186 | 2025-01-22T08:52:04.260Z | |
3187 | 2025-01-22T08:52:04.260Z | info: running `cargo check --bins` on key-manager (140/197) |
3188 | 2025-01-22T08:52:04.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-01-22T08:52:04.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-01-22T08:52:04.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3191 | 2025-01-22T08:52:04.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3192 | 2025-01-22T08:52:04.875Z | |
3193 | 2025-01-22T08:52:04.875Z | info: running `cargo check --bins` on range-requests (141/197) |
3194 | 2025-01-22T08:52:05.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-01-22T08:52:05.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-01-22T08:52:05.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2025-01-22T08:52:05.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3198 | 2025-01-22T08:52:05.478Z | |
3199 | 2025-01-22T08:52:05.478Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3200 | 2025-01-22T08:52:06.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-01-22T08:52:06.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-01-22T08:52:06.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2025-01-22T08:52:06.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3204 | 2025-01-22T08:52:06.103Z | |
3205 | 2025-01-22T08:52:06.103Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3206 | 2025-01-22T08:52:06.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-01-22T08:52:06.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-01-22T08:52:06.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2025-01-22T08:52:06.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3210 | 2025-01-22T08:52:06.770Z | |
3211 | 2025-01-22T08:52:06.770Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3212 | 2025-01-22T08:52:07.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2025-01-22T08:52:07.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2025-01-22T08:52:07.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2025-01-22T08:52:07.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3216 | 2025-01-22T08:52:07.362Z | |
3217 | 2025-01-22T08:52:07.362Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3218 | 2025-01-22T08:52:07.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-01-22T08:52:07.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-01-22T08:52:07.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2025-01-22T08:52:07.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3222 | 2025-01-22T08:52:07.992Z | |
3223 | 2025-01-22T08:52:07.992Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3224 | 2025-01-22T08:52:08.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-01-22T08:52:08.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-01-22T08:52:08.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-01-22T08:52:08.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3228 | 2025-01-22T08:52:08.619Z | |
3229 | 2025-01-22T08:52:08.619Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3230 | 2025-01-22T08:52:09.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-01-22T08:52:09.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-01-22T08:52:09.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-01-22T08:52:09.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3234 | 2025-01-22T08:52:09.251Z | |
3235 | 2025-01-22T08:52:09.251Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3236 | 2025-01-22T08:52:09.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-01-22T08:52:09.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-01-22T08:52:09.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-01-22T08:52:09.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3240 | 2025-01-22T08:52:09.895Z | |
3241 | 2025-01-22T08:52:09.895Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3242 | 2025-01-22T08:52:10.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-01-22T08:52:10.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-01-22T08:52:10.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-01-22T08:52:10.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3246 | 2025-01-22T08:52:10.542Z | |
3247 | 2025-01-22T08:52:10.542Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3248 | 2025-01-22T08:52:11.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-01-22T08:52:11.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-01-22T08:52:11.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2025-01-22T08:52:11.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3252 | 2025-01-22T08:52:11.190Z | |
3253 | 2025-01-22T08:52:11.190Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3254 | 2025-01-22T08:52:11.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2025-01-22T08:52:11.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2025-01-22T08:52:11.880Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3257 | 2025-01-22T08:52:11.880Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3258 | 2025-01-22T08:52:12.742Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3259 | 2025-01-22T08:52:14.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
3260 | 2025-01-22T08:52:14.881Z | |
3261 | 2025-01-22T08:52:14.881Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3262 | 2025-01-22T08:52:15.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-22T08:52:15.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-22T08:52:15.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-01-22T08:52:15.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3266 | 2025-01-22T08:52:15.495Z | |
3267 | 2025-01-22T08:52:15.495Z | info: running `cargo check --bins` on cert-dev (153/197) |
3268 | 2025-01-22T08:52:16.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-22T08:52:16.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-22T08:52:16.099Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3271 | 2025-01-22T08:52:16.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3272 | 2025-01-22T08:52:16.541Z | |
3273 | 2025-01-22T08:52:16.541Z | info: running `cargo check --bins` on clickana (154/197) |
3274 | 2025-01-22T08:52:17.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-22T08:52:17.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-22T08:52:17.192Z | Checking castaway v0.2.3 |
3277 | 2025-01-22T08:52:17.192Z | Checking unicode-truncate v1.1.0 |
3278 | 2025-01-22T08:52:17.195Z | Checking lru v0.12.5 |
3279 | 2025-01-22T08:52:17.195Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3280 | 2025-01-22T08:52:17.195Z | Compiling instability v0.3.2 |
3281 | 2025-01-22T08:52:17.195Z | Checking cassowary v0.3.0 |
3282 | 2025-01-22T08:52:17.434Z | Checking compact_str v0.8.0 |
3283 | 2025-01-22T08:52:17.994Z | Checking ratatui v0.28.1 |
3284 | 2025-01-22T08:52:18.846Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3285 | 2025-01-22T08:52:19.831Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3286 | 2025-01-22T08:52:20.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3287 | 2025-01-22T08:52:20.839Z | |
3288 | 2025-01-22T08:52:20.839Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3289 | 2025-01-22T08:52:21.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-01-22T08:52:21.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-01-22T08:52:21.530Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3292 | 2025-01-22T08:52:21.530Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3293 | 2025-01-22T08:52:22.533Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3294 | 2025-01-22T08:52:23.028Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3295 | 2025-01-22T08:52:23.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
3296 | 2025-01-22T08:52:23.544Z | |
3297 | 2025-01-22T08:52:23.544Z | info: running `cargo check --bins` on ch-dev (156/197) |
3298 | 2025-01-22T08:52:24.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-01-22T08:52:24.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-01-22T08:52:24.198Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3301 | 2025-01-22T08:52:24.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3302 | 2025-01-22T08:52:25.091Z | |
3303 | 2025-01-22T08:52:25.091Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3304 | 2025-01-22T08:52:25.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-01-22T08:52:25.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-01-22T08:52:25.757Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3307 | 2025-01-22T08:52:26.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3308 | 2025-01-22T08:52:26.304Z | |
3309 | 2025-01-22T08:52:26.304Z | info: running `cargo check --bins` on db-dev (158/197) |
3310 | 2025-01-22T08:52:26.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-22T08:52:26.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-22T08:52:26.976Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3313 | 2025-01-22T08:52:27.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3314 | 2025-01-22T08:52:27.875Z | |
3315 | 2025-01-22T08:52:27.875Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3316 | 2025-01-22T08:52:28.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-01-22T08:52:28.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-01-22T08:52:28.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2025-01-22T08:52:28.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3320 | 2025-01-22T08:52:28.525Z | |
3321 | 2025-01-22T08:52:28.525Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3322 | 2025-01-22T08:52:29.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-01-22T08:52:29.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-01-22T08:52:29.143Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3325 | 2025-01-22T08:52:30.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3326 | 2025-01-22T08:52:30.170Z | |
3327 | 2025-01-22T08:52:30.170Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3328 | 2025-01-22T08:52:30.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-01-22T08:52:30.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-01-22T08:52:30.790Z | Checking cargo-platform v0.1.8 |
3331 | 2025-01-22T08:52:31.067Z | Checking cargo_metadata v0.18.1 |
3332 | 2025-01-22T08:52:31.999Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3333 | 2025-01-22T08:52:32.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s |
3334 | 2025-01-22T08:52:33.004Z | |
3335 | 2025-01-22T08:52:33.004Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3336 | 2025-01-22T08:52:33.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-01-22T08:52:33.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-01-22T08:52:33.727Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3339 | 2025-01-22T08:52:35.119Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3340 | 2025-01-22T08:52:35.690Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3341 | 2025-01-22T08:52:36.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
3342 | 2025-01-22T08:52:36.438Z | |
3343 | 2025-01-22T08:52:36.438Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3344 | 2025-01-22T08:52:37.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-01-22T08:52:37.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-01-22T08:52:37.211Z | Compiling crunchy v0.2.2 |
3347 | 2025-01-22T08:52:37.211Z | Compiling tiny-keccak v2.0.2 |
3348 | 2025-01-22T08:52:37.213Z | Compiling dsl_auto_type v0.1.2 |
3349 | 2025-01-22T08:52:37.213Z | Checking scheduled-thread-pool v0.2.7 |
3350 | 2025-01-22T08:52:37.213Z | Compiling diesel_table_macro_syntax v0.2.0 |
3351 | 2025-01-22T08:52:37.347Z | Compiling ascii-canvas v3.0.0 |
3352 | 2025-01-22T08:52:37.361Z | Compiling ena v0.14.3 |
3353 | 2025-01-22T08:52:37.364Z | Compiling diff v0.1.13 |
3354 | 2025-01-22T08:52:37.587Z | Checking r2d2 v0.8.10 |
3355 | 2025-01-22T08:52:37.646Z | Compiling regex-syntax v0.6.29 |
3356 | 2025-01-22T08:52:37.751Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3357 | 2025-01-22T08:52:37.815Z | Compiling ref-cast v1.0.23 |
3358 | 2025-01-22T08:52:37.837Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3359 | 2025-01-22T08:52:37.907Z | Compiling derive_builder_core v0.20.2 |
3360 | 2025-01-22T08:52:37.945Z | Compiling libxml v0.3.3 |
3361 | 2025-01-22T08:52:38.023Z | Compiling ref-cast-impl v1.0.23 |
3362 | 2025-01-22T08:52:38.112Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3363 | 2025-01-22T08:52:38.392Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3364 | 2025-01-22T08:52:38.411Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3365 | 2025-01-22T08:52:38.548Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3366 | 2025-01-22T08:52:38.605Z | Compiling strum_macros v0.24.3 |
3367 | 2025-01-22T08:52:38.708Z | Compiling samael v0.0.17 |
3368 | 2025-01-22T08:52:38.763Z | Compiling diesel_derives v2.2.3 |
3369 | 2025-01-22T08:52:38.904Z | Compiling indoc v1.0.9 |
3370 | 2025-01-22T08:52:39.749Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3371 | 2025-01-22T08:52:40.046Z | Compiling oso-derive v0.27.3 |
3372 | 2025-01-22T08:52:40.091Z | Compiling derive_builder_macro v0.20.2 |
3373 | 2025-01-22T08:52:40.733Z | Compiling impl-trait-for-tuples v0.2.2 |
3374 | 2025-01-22T08:52:40.940Z | Compiling lalrpop v0.19.12 |
3375 | 2025-01-22T08:52:40.998Z | Checking derive_builder v0.20.2 |
3376 | 2025-01-22T08:52:41.150Z | Checking quick-xml v0.33.0 |
3377 | 2025-01-22T08:52:41.626Z | Compiling diesel-dtrace v0.4.2 |
3378 | 2025-01-22T08:52:41.950Z | Checking maplit v1.0.2 |
3379 | 2025-01-22T08:52:42.093Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3380 | 2025-01-22T08:52:42.121Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3381 | 2025-01-22T08:52:42.403Z | Checking bb8 v0.8.5 |
3382 | 2025-01-22T08:52:42.740Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3383 | 2025-01-22T08:52:42.902Z | Checking rand_seeder v0.3.0 |
3384 | 2025-01-22T08:52:42.922Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3385 | 2025-01-22T08:52:43.077Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3386 | 2025-01-22T08:52:43.146Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3387 | 2025-01-22T08:52:43.358Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3388 | 2025-01-22T08:52:43.648Z | Checking unicode-linebreak v0.1.5 |
3389 | 2025-01-22T08:52:43.675Z | Checking is_ci v1.2.0 |
3390 | 2025-01-22T08:52:43.831Z | Checking smawk v0.3.2 |
3391 | 2025-01-22T08:52:44.055Z | Checking supports-color v3.0.1 |
3392 | 2025-01-22T08:52:44.093Z | Checking textwrap v0.16.1 |
3393 | 2025-01-22T08:52:44.286Z | Checking multimap v0.10.0 |
3394 | 2025-01-22T08:52:44.673Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3395 | 2025-01-22T08:52:46.974Z | Checking diesel v2.2.6 |
3396 | 2025-01-22T08:53:11.424Z | Compiling polar-core v0.27.3 |
3397 | 2025-01-22T08:53:12.171Z | Checking async-bb8-diesel v0.2.1 |
3398 | 2025-01-22T08:53:18.689Z | Checking oso v0.27.3 |
3399 | 2025-01-22T08:54:19.743Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3400 | 2025-01-22T08:54:26.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
3401 | 2025-01-22T08:54:26.345Z | |
3402 | 2025-01-22T08:54:26.345Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3403 | 2025-01-22T08:54:26.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-01-22T08:54:26.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-01-22T08:54:26.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2025-01-22T08:54:26.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3407 | 2025-01-22T08:54:27.036Z | |
3408 | 2025-01-22T08:54:27.036Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3409 | 2025-01-22T08:54:27.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-22T08:54:27.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-22T08:54:27.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3412 | 2025-01-22T08:54:27.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3413 | 2025-01-22T08:54:27.703Z | |
3414 | 2025-01-22T08:54:27.703Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3415 | 2025-01-22T08:54:28.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-22T08:54:28.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-22T08:54:28.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3418 | 2025-01-22T08:54:28.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3419 | 2025-01-22T08:54:28.301Z | |
3420 | 2025-01-22T08:54:28.301Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3421 | 2025-01-22T08:54:28.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2025-01-22T08:54:28.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2025-01-22T08:54:29.095Z | Compiling libz-sys v1.1.20 |
3424 | 2025-01-22T08:54:29.097Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3425 | 2025-01-22T08:54:29.224Z | Compiling vergen v8.3.2 |
3426 | 2025-01-22T08:54:29.226Z | Compiling cargo-platform v0.1.8 |
3427 | 2025-01-22T08:54:29.226Z | Compiling pin-project-internal v1.1.6 |
3428 | 2025-01-22T08:54:29.268Z | Compiling libsqlite3-sys v0.30.1 |
3429 | 2025-01-22T08:54:29.268Z | Compiling snafu-derive v0.8.5 |
3430 | 2025-01-22T08:54:29.270Z | Compiling rustls v0.21.12 |
3431 | 2025-01-22T08:54:29.540Z | Compiling cargo_metadata v0.18.1 |
3432 | 2025-01-22T08:54:29.569Z | Compiling cfg_aliases v0.2.1 |
3433 | 2025-01-22T08:54:29.685Z | Compiling buf-list v1.0.3 |
3434 | 2025-01-22T08:54:29.709Z | Compiling nix v0.29.0 |
3435 | 2025-01-22T08:54:29.850Z | Checking globset v0.4.15 |
3436 | 2025-01-22T08:54:30.106Z | Checking olpc-cjson v0.1.4 |
3437 | 2025-01-22T08:54:30.339Z | Checking sct v0.7.1 |
3438 | 2025-01-22T08:54:30.356Z | Checking rustls-webpki v0.101.7 |
3439 | 2025-01-22T08:54:30.389Z | Checking serde_plain v1.0.2 |
3440 | 2025-01-22T08:54:30.535Z | Checking typed-path v0.9.3 |
3441 | 2025-01-22T08:54:30.910Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3442 | 2025-01-22T08:54:31.023Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3443 | 2025-01-22T08:54:31.199Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3444 | 2025-01-22T08:54:31.325Z | Checking hashlink v0.9.1 |
3445 | 2025-01-22T08:54:31.499Z | Checking fallible-streaming-iterator v0.1.9 |
3446 | 2025-01-22T08:54:31.745Z | Checking parse-size v1.1.0 |
3447 | 2025-01-22T08:54:31.905Z | Checking fallible-iterator v0.3.0 |
3448 | 2025-01-22T08:54:32.003Z | Checking pin-project v1.1.6 |
3449 | 2025-01-22T08:54:32.145Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3450 | 2025-01-22T08:54:32.427Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3451 | 2025-01-22T08:54:32.480Z | Checking rustls-pemfile v1.0.4 |
3452 | 2025-01-22T08:54:32.498Z | Checking rusqlite v0.32.1 |
3453 | 2025-01-22T08:54:32.571Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3454 | 2025-01-22T08:54:32.687Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3455 | 2025-01-22T08:54:33.141Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3456 | 2025-01-22T08:54:33.272Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3457 | 2025-01-22T08:54:33.292Z | Checking twox-hash v1.6.3 |
3458 | 2025-01-22T08:54:33.414Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3459 | 2025-01-22T08:54:33.468Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3460 | 2025-01-22T08:54:33.971Z | Checking tokio-rustls v0.24.1 |
3461 | 2025-01-22T08:54:33.995Z | Checking snafu v0.8.5 |
3462 | 2025-01-22T08:54:34.309Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3463 | 2025-01-22T08:54:34.446Z | Checking tough v0.19.0 |
3464 | 2025-01-22T08:54:34.612Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3465 | 2025-01-22T08:54:34.614Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3466 | 2025-01-22T08:54:34.772Z | Checking fatfs v0.3.6 |
3467 | 2025-01-22T08:54:35.224Z | Checking assert_matches v1.5.0 |
3468 | 2025-01-22T08:54:38.404Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3469 | 2025-01-22T08:54:39.685Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3470 | 2025-01-22T08:54:41.430Z | Compiling git2 v0.19.0 |
3471 | 2025-01-22T08:54:45.501Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3472 | 2025-01-22T08:55:41.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3473 | 2025-01-22T08:55:41.684Z | |
3474 | 2025-01-22T08:55:41.684Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3475 | 2025-01-22T08:55:42.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2025-01-22T08:55:42.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2025-01-22T08:55:42.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3478 | 2025-01-22T08:55:42.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3479 | 2025-01-22T08:55:42.363Z | |
3480 | 2025-01-22T08:55:42.363Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3481 | 2025-01-22T08:55:42.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2025-01-22T08:55:42.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2025-01-22T08:55:42.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3484 | 2025-01-22T08:55:42.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3485 | 2025-01-22T08:55:42.958Z | |
3486 | 2025-01-22T08:55:42.958Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3487 | 2025-01-22T08:55:43.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2025-01-22T08:55:43.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2025-01-22T08:55:43.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3490 | 2025-01-22T08:55:43.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3491 | 2025-01-22T08:55:43.601Z | |
3492 | 2025-01-22T08:55:43.601Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3493 | 2025-01-22T08:55:44.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2025-01-22T08:55:44.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2025-01-22T08:55:44.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3496 | 2025-01-22T08:55:44.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3497 | 2025-01-22T08:55:44.264Z | |
3498 | 2025-01-22T08:55:44.264Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3499 | 2025-01-22T08:55:44.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2025-01-22T08:55:44.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2025-01-22T08:55:44.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2025-01-22T08:55:44.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3503 | 2025-01-22T08:55:44.930Z | |
3504 | 2025-01-22T08:55:44.930Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3505 | 2025-01-22T08:55:45.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-01-22T08:55:45.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-01-22T08:55:45.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2025-01-22T08:55:45.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3509 | 2025-01-22T08:55:45.595Z | |
3510 | 2025-01-22T08:55:45.595Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3511 | 2025-01-22T08:55:46.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-01-22T08:55:46.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-01-22T08:55:46.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2025-01-22T08:55:46.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3515 | 2025-01-22T08:55:46.258Z | |
3516 | 2025-01-22T08:55:46.258Z | info: running `cargo check --bins` on update-common (175/197) |
3517 | 2025-01-22T08:55:46.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2025-01-22T08:55:46.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2025-01-22T08:55:46.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2025-01-22T08:55:46.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3521 | 2025-01-22T08:55:46.896Z | |
3522 | 2025-01-22T08:55:46.896Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3523 | 2025-01-22T08:55:47.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2025-01-22T08:55:47.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2025-01-22T08:55:47.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3526 | 2025-01-22T08:55:47.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3527 | 2025-01-22T08:55:47.543Z | |
3528 | 2025-01-22T08:55:47.543Z | info: running `cargo check --bins` on tufaceous (177/197) |
3529 | 2025-01-22T08:55:48.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2025-01-22T08:55:48.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2025-01-22T08:55:48.215Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3532 | 2025-01-22T08:55:49.348Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3533 | 2025-01-22T08:55:50.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3534 | 2025-01-22T08:55:50.328Z | |
3535 | 2025-01-22T08:55:50.328Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3536 | 2025-01-22T08:55:50.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2025-01-22T08:55:50.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2025-01-22T08:55:51.168Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3539 | 2025-01-22T08:55:51.171Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3540 | 2025-01-22T08:55:51.309Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3541 | 2025-01-22T08:55:51.312Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3542 | 2025-01-22T08:55:52.308Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3543 | 2025-01-22T08:56:18.475Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3544 | 2025-01-22T08:56:18.478Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3545 | 2025-01-22T08:56:18.478Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3546 | 2025-01-22T08:56:18.478Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3547 | 2025-01-22T08:56:18.478Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3548 | 2025-01-22T08:56:18.478Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3549 | 2025-01-22T08:56:19.395Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3550 | 2025-01-22T08:56:20.675Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3551 | 2025-01-22T08:57:00.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3552 | 2025-01-22T08:57:00.717Z | |
3553 | 2025-01-22T08:57:00.718Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3554 | 2025-01-22T08:57:01.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2025-01-22T08:57:01.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2025-01-22T08:57:01.417Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3557 | 2025-01-22T08:57:01.417Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3558 | 2025-01-22T08:57:01.420Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3559 | 2025-01-22T08:57:01.546Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3560 | 2025-01-22T08:57:01.553Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3561 | 2025-01-22T08:57:01.569Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3562 | 2025-01-22T08:57:01.575Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3563 | 2025-01-22T08:57:01.609Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3564 | 2025-01-22T08:57:01.738Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3565 | 2025-01-22T08:57:01.773Z | Checking heck v0.4.1 |
3566 | 2025-01-22T08:57:01.825Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3567 | 2025-01-22T08:57:02.004Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3568 | 2025-01-22T08:57:02.185Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3569 | 2025-01-22T08:57:02.429Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3570 | 2025-01-22T08:57:02.768Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3571 | 2025-01-22T08:57:03.002Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3572 | 2025-01-22T08:57:03.241Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3573 | 2025-01-22T08:57:04.278Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3574 | 2025-01-22T08:57:04.409Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3575 | 2025-01-22T08:57:05.107Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3576 | 2025-01-22T08:57:05.227Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3577 | 2025-01-22T08:57:06.837Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3578 | 2025-01-22T08:57:06.837Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3579 | 2025-01-22T08:57:08.569Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3580 | 2025-01-22T08:57:10.014Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3581 | 2025-01-22T08:57:15.232Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3582 | 2025-01-22T08:57:15.232Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3583 | 2025-01-22T08:57:16.413Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3584 | 2025-01-22T08:57:17.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s |
3585 | 2025-01-22T08:57:17.614Z | |
3586 | 2025-01-22T08:57:17.614Z | info: running `cargo check --bins` on installinator-api (180/197) |
3587 | 2025-01-22T08:57:18.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-01-22T08:57:18.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-01-22T08:57:18.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-01-22T08:57:18.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3591 | 2025-01-22T08:57:18.256Z | |
3592 | 2025-01-22T08:57:18.256Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3593 | 2025-01-22T08:57:18.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-01-22T08:57:18.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-01-22T08:57:18.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3596 | 2025-01-22T08:57:18.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3597 | 2025-01-22T08:57:18.912Z | |
3598 | 2025-01-22T08:57:18.912Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3599 | 2025-01-22T08:57:19.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-01-22T08:57:19.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-01-22T08:57:19.602Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3602 | 2025-01-22T08:57:19.602Z | Compiling petname v2.0.2 |
3603 | 2025-01-22T08:57:19.605Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3604 | 2025-01-22T08:57:19.605Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3605 | 2025-01-22T08:57:19.605Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3606 | 2025-01-22T08:57:19.605Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3607 | 2025-01-22T08:57:19.720Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3608 | 2025-01-22T08:57:19.744Z | Checking sync-ptr v0.1.1 |
3609 | 2025-01-22T08:57:24.869Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3610 | 2025-01-22T08:57:25.483Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3611 | 2025-01-22T08:57:26.668Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3612 | 2025-01-22T08:57:28.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s |
3613 | 2025-01-22T08:57:28.374Z | |
3614 | 2025-01-22T08:57:28.374Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3615 | 2025-01-22T08:57:28.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-01-22T08:57:28.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-01-22T08:57:28.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3618 | 2025-01-22T08:57:28.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3619 | 2025-01-22T08:57:29.031Z | |
3620 | 2025-01-22T08:57:29.031Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3621 | 2025-01-22T08:57:29.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-01-22T08:57:29.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-01-22T08:57:29.695Z | Checking memmap2 v0.9.5 |
3624 | 2025-01-22T08:57:29.695Z | Checking constant_time_eq v0.3.1 |
3625 | 2025-01-22T08:57:29.698Z | Checking arrayref v0.3.9 |
3626 | 2025-01-22T08:57:29.698Z | Checking arrayvec v0.7.6 |
3627 | 2025-01-22T08:57:29.698Z | Checking topological-sort v0.2.2 |
3628 | 2025-01-22T08:57:29.698Z | Checking shell-words v1.1.0 |
3629 | 2025-01-22T08:57:30.058Z | Checking blake3 v1.5.4 |
3630 | 2025-01-22T08:57:30.419Z | Checking omicron-zone-package v0.12.0 |
3631 | 2025-01-22T08:57:31.546Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3632 | 2025-01-22T08:57:32.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3633 | 2025-01-22T08:57:32.620Z | |
3634 | 2025-01-22T08:57:32.620Z | info: running `cargo check --bins` on xtask (185/197) |
3635 | 2025-01-22T08:57:33.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3636 | 2025-01-22T08:57:33.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3637 | 2025-01-22T08:57:33.045Z | Checking bitflags v2.6.0 |
3638 | 2025-01-22T08:57:33.048Z | Checking serde v1.0.217 |
3639 | 2025-01-22T08:57:33.048Z | Checking thiserror v1.0.69 |
3640 | 2025-01-22T08:57:33.143Z | Checking scroll v0.12.0 |
3641 | 2025-01-22T08:57:33.150Z | Checking log v0.4.22 |
3642 | 2025-01-22T08:57:33.153Z | Checking hashbrown v0.15.1 |
3643 | 2025-01-22T08:57:33.159Z | Checking zerocopy v0.7.35 |
3644 | 2025-01-22T08:57:33.190Z | Checking syn v2.0.96 |
3645 | 2025-01-22T08:57:33.244Z | Checking pest v2.7.14 |
3646 | 2025-01-22T08:57:33.365Z | Checking rustix v0.38.37 |
3647 | 2025-01-22T08:57:33.406Z | Checking once_cell v1.20.2 |
3648 | 2025-01-22T08:57:33.572Z | Checking goblin v0.8.2 |
3649 | 2025-01-22T08:57:33.722Z | Checking fs-err v2.11.0 |
3650 | 2025-01-22T08:57:34.013Z | Checking tabled v0.15.0 |
3651 | 2025-01-22T08:57:34.085Z | Checking indexmap v2.7.0 |
3652 | 2025-01-22T08:57:34.339Z | Checking anyhow v1.0.93 |
3653 | 2025-01-22T08:57:35.197Z | Checking terminal_size v0.4.0 |
3654 | 2025-01-22T08:57:35.197Z | Checking tempfile v3.13.0 |
3655 | 2025-01-22T08:57:35.372Z | Checking clap_builder v4.5.21 |
3656 | 2025-01-22T08:57:35.743Z | Checking dtrace-parser v0.2.0 |
3657 | 2025-01-22T08:57:37.233Z | Checking serde_json v1.0.135 |
3658 | 2025-01-22T08:57:37.233Z | Checking serde_spanned v0.6.8 |
3659 | 2025-01-22T08:57:37.233Z | Checking toml_datetime v0.6.8 |
3660 | 2025-01-22T08:57:37.236Z | Checking camino v1.1.9 |
3661 | 2025-01-22T08:57:37.236Z | Checking cargo-platform v0.1.8 |
3662 | 2025-01-22T08:57:37.236Z | Checking semver v1.0.24 |
3663 | 2025-01-22T08:57:37.443Z | Checking macaddr v1.0.1 |
3664 | 2025-01-22T08:57:37.576Z | Checking toml_edit v0.22.22 |
3665 | 2025-01-22T08:57:37.649Z | Checking clap v4.5.21 |
3666 | 2025-01-22T08:57:37.702Z | Checking camino-tempfile v1.1.1 |
3667 | 2025-01-22T08:57:38.347Z | Checking dof v0.3.0 |
3668 | 2025-01-22T08:57:38.347Z | Checking cargo_metadata v0.18.1 |
3669 | 2025-01-22T08:57:38.735Z | Checking usdt-impl v0.5.0 |
3670 | 2025-01-22T08:57:39.105Z | Checking usdt v0.5.0 |
3671 | 2025-01-22T08:57:39.319Z | Checking toml v0.8.19 |
3672 | 2025-01-22T08:57:39.757Z | Checking cargo_toml v0.20.5 |
3673 | 2025-01-22T08:57:40.906Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3674 | 2025-01-22T08:57:41.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s |
3675 | 2025-01-22T08:57:41.640Z | |
3676 | 2025-01-22T08:57:41.640Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3677 | 2025-01-22T08:57:42.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3678 | 2025-01-22T08:57:42.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3679 | 2025-01-22T08:57:42.398Z | Checking polyval v0.6.2 |
3680 | 2025-01-22T08:57:42.512Z | Checking ctr v0.9.2 |
3681 | 2025-01-22T08:57:42.525Z | Checking ssh-encoding v0.2.0 |
3682 | 2025-01-22T08:57:42.525Z | Checking blowfish v0.9.1 |
3683 | 2025-01-22T08:57:42.551Z | Checking password-hash v0.4.2 |
3684 | 2025-01-22T08:57:42.565Z | Checking p256 v0.13.2 |
3685 | 2025-01-22T08:57:42.565Z | Checking p521 v0.13.3 |
3686 | 2025-01-22T08:57:42.599Z | Checking russh-cryptovec v0.7.3 |
3687 | 2025-01-22T08:57:42.746Z | Checking ghash v0.5.1 |
3688 | 2025-01-22T08:57:42.765Z | Checking bcrypt-pbkdf v0.10.0 |
3689 | 2025-01-22T08:57:42.768Z | Checking md5 v0.7.0 |
3690 | 2025-01-22T08:57:42.812Z | Checking num-bigint v0.4.6 |
3691 | 2025-01-22T08:57:42.845Z | Checking des v0.8.1 |
3692 | 2025-01-22T08:57:42.910Z | Checking aes-gcm v0.10.3 |
3693 | 2025-01-22T08:57:42.938Z | Checking pbkdf2 v0.11.0 |
3694 | 2025-01-22T08:57:43.021Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3695 | 2025-01-22T08:57:43.023Z | Checking hex-literal v0.4.1 |
3696 | 2025-01-22T08:57:43.056Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3697 | 2025-01-22T08:57:43.111Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3698 | 2025-01-22T08:57:43.131Z | Checking ssh-cipher v0.2.0 |
3699 | 2025-01-22T08:57:43.187Z | Checking internet-checksum v0.2.1 |
3700 | 2025-01-22T08:57:43.422Z | Checking ssh-key v0.6.6 |
3701 | 2025-01-22T08:57:43.657Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3702 | 2025-01-22T08:57:44.600Z | Checking russh-keys v0.45.0 |
3703 | 2025-01-22T08:57:45.419Z | Checking russh v0.45.0 |
3704 | 2025-01-22T08:58:02.254Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3705 | 2025-01-22T08:58:03.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s |
3706 | 2025-01-22T08:58:03.824Z | |
3707 | 2025-01-22T08:58:03.824Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3708 | 2025-01-22T08:58:04.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3709 | 2025-01-22T08:58:04.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3710 | 2025-01-22T08:58:04.467Z | Checking termios v0.3.3 |
3711 | 2025-01-22T08:58:04.688Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3712 | 2025-01-22T08:58:05.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3713 | 2025-01-22T08:58:05.687Z | |
3714 | 2025-01-22T08:58:05.687Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3715 | 2025-01-22T08:58:06.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3716 | 2025-01-22T08:58:06.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3717 | 2025-01-22T08:58:06.391Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3718 | 2025-01-22T08:58:06.391Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3719 | 2025-01-22T08:58:06.394Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3720 | 2025-01-22T08:58:06.394Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3721 | 2025-01-22T08:58:07.404Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3722 | 2025-01-22T08:58:08.652Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3723 | 2025-01-22T08:58:10.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
3724 | 2025-01-22T08:58:10.629Z | |
3725 | 2025-01-22T08:58:10.629Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3726 | 2025-01-22T08:58:11.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3727 | 2025-01-22T08:58:11.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3728 | 2025-01-22T08:58:11.263Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3729 | 2025-01-22T08:58:11.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3730 | 2025-01-22T08:58:11.918Z | |
3731 | 2025-01-22T08:58:11.918Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3732 | 2025-01-22T08:58:12.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3733 | 2025-01-22T08:58:12.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3734 | 2025-01-22T08:58:12.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3735 | 2025-01-22T08:58:12.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3736 | 2025-01-22T08:58:12.528Z | |
3737 | 2025-01-22T08:58:12.528Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3738 | 2025-01-22T08:58:13.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3739 | 2025-01-22T08:58:13.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3740 | 2025-01-22T08:58:13.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3741 | 2025-01-22T08:58:13.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3742 | 2025-01-22T08:58:13.142Z | |
3743 | 2025-01-22T08:58:13.142Z | info: running `cargo check --bins` on omicron-package (192/197) |
3744 | 2025-01-22T08:58:13.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3745 | 2025-01-22T08:58:13.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3746 | 2025-01-22T08:58:13.808Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3747 | 2025-01-22T08:58:15.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3748 | 2025-01-22T08:58:15.343Z | |
3749 | 2025-01-22T08:58:15.343Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3750 | 2025-01-22T08:58:15.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3751 | 2025-01-22T08:58:15.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3752 | 2025-01-22T08:58:16.047Z | Checking rtoolbox v0.0.2 |
3753 | 2025-01-22T08:58:16.051Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3754 | 2025-01-22T08:58:16.051Z | Checking tui-tree-widget v0.22.0 |
3755 | 2025-01-22T08:58:16.283Z | Checking rpassword v7.3.1 |
3756 | 2025-01-22T08:58:20.174Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3757 | 2025-01-22T08:58:23.011Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3758 | 2025-01-22T08:58:24.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s |
3759 | 2025-01-22T08:58:24.343Z | |
3760 | 2025-01-22T08:58:24.343Z | info: running `cargo check --bins` on wicket (194/197) |
3761 | 2025-01-22T08:58:24.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3762 | 2025-01-22T08:58:24.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3763 | 2025-01-22T08:58:25.042Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3764 | 2025-01-22T08:58:25.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3765 | 2025-01-22T08:58:25.659Z | |
3766 | 2025-01-22T08:58:25.659Z | info: running `cargo check --bins` on wicketd (195/197) |
3767 | 2025-01-22T08:58:26.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3768 | 2025-01-22T08:58:26.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3769 | 2025-01-22T08:58:26.405Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3770 | 2025-01-22T08:58:26.408Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3771 | 2025-01-22T08:58:27.214Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3772 | 2025-01-22T08:58:31.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
3773 | 2025-01-22T08:58:31.192Z | |
3774 | 2025-01-22T08:58:31.192Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3775 | 2025-01-22T08:58:31.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3776 | 2025-01-22T08:58:31.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3777 | 2025-01-22T08:58:31.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3778 | 2025-01-22T08:58:31.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3779 | 2025-01-22T08:58:31.813Z | |
3780 | 2025-01-22T08:58:31.813Z | info: running `cargo check --bins` on zone-setup (197/197) |
3781 | 2025-01-22T08:58:32.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3782 | 2025-01-22T08:58:32.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3783 | 2025-01-22T08:58:32.546Z | Checking uzers v0.12.1 |
3784 | 2025-01-22T08:58:32.896Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3785 | 2025-01-22T08:58:33.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3786 | 2025-01-22T08:58:34.203Z | |
3787 | 2025-01-22T08:58:34.203Z | real 13:26.584176620 |
3788 | 2025-01-22T08:58:34.203Z | user 25:43.931113458 |
3789 | 2025-01-22T08:58:34.203Z | sys 4:14.107908491 |
3790 | 2025-01-22T08:58:34.203Z | trap 0.523781880 |
3791 | 2025-01-22T08:58:34.206Z | tflt 3.080259041 |
3792 | 2025-01-22T08:58:34.207Z | dflt 2.162999917 |
3793 | 2025-01-22T08:58:34.207Z | kflt 0.000848716 |
3794 | 2025-01-22T08:58:34.207Z | lock 45:45.019401859 |
3795 | 2025-01-22T08:58:34.207Z | slp 2:08:15.162735987 |
3796 | 2025-01-22T08:58:34.207Z | lat 1:04.796058991 |
3797 | 2025-01-22T08:58:34.207Z | stop 3:47.498481989 |
3798 | 2025-01-22T08:58:34.207Z | process exited: duration 1114821 ms, exit code 0 |
|
3799 | 2025-01-22T08:58:34.213Z | found 0 output files |