|
|
|
1 | 2025-01-08T23:17:57.337Z | job assigned to worker 01JH43ACMDYMJ2ZFM5J00R8RMJ [factory aws, i-0145dd790ca38008d] (queued for 47 s) |
|
2 | 2025-01-08T23:18:04.529Z | starting task 0: "setup" |
3 | 2025-01-08T23:18:04.538Z | ++ uname -s |
4 | 2025-01-08T23:18:04.542Z | + kern=SunOS |
5 | 2025-01-08T23:18:04.542Z | + case "$kern" in |
6 | 2025-01-08T23:18:04.542Z | + groupadd -g 12345 build |
7 | 2025-01-08T23:18:04.544Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T23:18:06.551Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T23:18:06.663Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T23:18:06.666Z | + home_fs=zfs |
11 | 2025-01-08T23:18:06.668Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T23:18:06.668Z | + mkdir -p /home/build |
13 | 2025-01-08T23:18:06.670Z | + chown build:build /home/build /work |
14 | 2025-01-08T23:18:08.670Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T23:18:08.673Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2025-01-08T23:18:08.679Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T23:18:08.684Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T23:18:08.684Z | ' 1.81.0 |
19 | 2025-01-08T23:18:08.686Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-08T23:18:08.687Z | * toolchain channel = "1.81.0" |
21 | 2025-01-08T23:18:08.687Z | * toolchain profile = "default" |
22 | 2025-01-08T23:18:08.687Z | ' default |
23 | 2025-01-08T23:18:08.687Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T23:18:08.687Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T23:18:08.805Z | info: downloading installer |
26 | 2025-01-08T23:18:09.972Z | info: profile set to 'default' |
27 | 2025-01-08T23:18:09.973Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T23:18:09.975Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T23:18:10.107Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T23:18:10.107Z | info: downloading component 'cargo' |
31 | 2025-01-08T23:18:10.800Z | info: downloading component 'clippy' |
32 | 2025-01-08T23:18:11.056Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T23:18:12.020Z | info: downloading component 'rust-std' |
34 | 2025-01-08T23:18:13.527Z | info: downloading component 'rustc' |
35 | 2025-01-08T23:18:18.927Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T23:18:19.130Z | info: installing component 'cargo' |
37 | 2025-01-08T23:18:19.955Z | info: installing component 'clippy' |
38 | 2025-01-08T23:18:20.326Z | info: installing component 'rust-docs' |
39 | 2025-01-08T23:18:21.908Z | info: installing component 'rust-std' |
40 | 2025-01-08T23:18:23.696Z | info: installing component 'rustc' |
41 | 2025-01-08T23:18:29.482Z | info: installing component 'rustfmt' |
42 | 2025-01-08T23:18:29.801Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T23:18:29.801Z | |
44 | 2025-01-08T23:18:30.166Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T23:18:30.166Z | |
46 | 2025-01-08T23:18:30.169Z | |
47 | 2025-01-08T23:18:30.169Z | Rust is installed now. Great! |
48 | 2025-01-08T23:18:30.169Z | |
49 | 2025-01-08T23:18:30.169Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T23:18:30.169Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T23:18:30.169Z | |
52 | 2025-01-08T23:18:30.169Z | To configure your current shell, you need to source |
53 | 2025-01-08T23:18:30.169Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T23:18:30.169Z | |
55 | 2025-01-08T23:18:30.169Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T23:18:30.170Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T23:18:30.170Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T23:18:30.239Z | + rustc --version |
59 | 2025-01-08T23:18:30.303Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T23:18:30.306Z | process exited: duration 21623 ms, exit code 0 |
|
61 | 2025-01-08T23:18:30.314Z | starting task 2: "authentication" |
62 | 2025-01-08T23:18:30.332Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T23:18:30.338Z | starting task 3: "clone repository" |
64 | 2025-01-08T23:18:30.343Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T23:18:30.345Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T23:18:30.389Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T23:18:37.855Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T23:18:37.857Z | + git fetch origin 67215d1e066e6d5174e761b5693b88d4304075cc |
69 | 2025-01-08T23:18:38.123Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T23:18:38.123Z | * branch 67215d1e066e6d5174e761b5693b88d4304075cc -> FETCH_HEAD |
71 | 2025-01-08T23:18:38.133Z | + [[ -n '' ]] |
72 | 2025-01-08T23:18:38.133Z | + git reset --hard 67215d1e066e6d5174e761b5693b88d4304075cc |
73 | 2025-01-08T23:18:38.309Z | HEAD is now at 67215d1e0 patch migration |
74 | 2025-01-08T23:18:38.312Z | process exited: duration 7971 ms, exit code 0 |
|
75 | 2025-01-08T23:18:38.319Z | starting task 4: "build" |
76 | 2025-01-08T23:18:38.323Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-08T23:18:38.323Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-08T23:18:38.323Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-08T23:18:38.325Z | + cargo --version |
80 | 2025-01-08T23:18:38.379Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2025-01-08T23:18:38.382Z | + rustc --version |
82 | 2025-01-08T23:18:38.443Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2025-01-08T23:18:38.445Z | + source ./env.sh |
84 | 2025-01-08T23:18:38.445Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2025-01-08T23:18:38.445Z | ++ set -o xtrace |
86 | 2025-01-08T23:18:38.448Z | ++++ dirname ./env.sh |
87 | 2025-01-08T23:18:38.450Z | +++ readlink -f . |
88 | 2025-01-08T23:18:38.453Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2025-01-08T23:18:38.453Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-08T23:18:38.453Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-08T23:18:38.453Z | ++ 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 |
92 | 2025-01-08T23:18:38.454Z | ++ 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 |
93 | 2025-01-08T23:18:38.454Z | ++ 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 |
94 | 2025-01-08T23:18:38.454Z | ++ 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 |
95 | 2025-01-08T23:18:38.454Z | ++ 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 |
96 | 2025-01-08T23:18:38.454Z | ++ 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 |
97 | 2025-01-08T23:18:38.454Z | ++ case $OLD_SHELL_OPTS in |
98 | 2025-01-08T23:18:38.454Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2025-01-08T23:18:38.454Z | + 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 |
100 | 2025-01-08T23:18:38.454Z | + 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 |
101 | 2025-01-08T23:18:38.454Z | + banner prerequisites |
102 | 2025-01-08T23:18:38.457Z | |
103 | 2025-01-08T23:18:38.457Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2025-01-08T23:18:38.457Z | # # # # # # # # # # # # # # # |
105 | 2025-01-08T23:18:38.457Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2025-01-08T23:18:38.458Z | ##### ##### # ##### # # # # # # # # # |
107 | 2025-01-08T23:18:38.458Z | # # # # # # # # # # # # # # # |
108 | 2025-01-08T23:18:38.458Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2025-01-08T23:18:38.458Z | |
110 | 2025-01-08T23:18:38.458Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2025-01-08T23:18:40.126Z | pkg list: illegal option -- F |
112 | 2025-01-08T23:18:40.126Z | Usage: |
113 | 2025-01-08T23:18:40.129Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-01-08T23:18:40.129Z | [pkg_fmri_pattern ...] |
115 | 2025-01-08T23:18:40.978Z | pkg list: illegal option -- F |
116 | 2025-01-08T23:18:40.978Z | Usage: |
117 | 2025-01-08T23:18:40.981Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-08T23:18:40.981Z | [pkg_fmri_pattern ...] |
119 | 2025-01-08T23:18:47.472Z | Startup: Refreshing catalog 'helios-dev' ... Done |
120 | 2025-01-08T23:18:51.417Z | Startup: Caching catalogs ... Done |
121 | 2025-01-08T23:19:02.389Z | Planning: Solver setup ... Done (9.998s) |
122 | 2025-01-08T23:19:02.526Z | Planning: Running solver ... Done (0.137s) |
123 | 2025-01-08T23:19:02.638Z | Planning: Finding local manifests ... Done (0.007s) |
124 | 2025-01-08T23:19:02.652Z | Planning: Fetching manifests: 0/7 0% complete |
125 | 2025-01-08T23:19:02.882Z | Planning: Fetching manifests: 7/7 100% complete |
126 | 2025-01-08T23:19:03.160Z | Planning: Package planning ... Done (0.278s) |
127 | 2025-01-08T23:19:03.217Z | Planning: Merging actions ... Done (0.056s) |
128 | 2025-01-08T23:19:03.417Z | Planning: Checking for conflicting actions ... Done (0.200s) |
129 | 2025-01-08T23:19:05.550Z | Planning: Consolidating action changes ... Done (2.131s) |
130 | 2025-01-08T23:19:06.005Z | Planning: Evaluating mediators ... Done (0.455s) |
131 | 2025-01-08T23:19:06.086Z | Planning: Planning completed in 14.57 seconds |
132 | 2025-01-08T23:19:06.104Z | Packages to install: 4 |
133 | 2025-01-08T23:19:06.104Z | Packages to update: 3 |
134 | 2025-01-08T23:19:06.107Z | Mediators to change: 2 |
135 | 2025-01-08T23:19:06.107Z | Services to change: 1 |
136 | 2025-01-08T23:19:06.107Z | Estimated space available: 155.63 GB |
137 | 2025-01-08T23:19:06.107Z | Estimated space to be consumed: 1.64 GB |
138 | 2025-01-08T23:19:06.107Z | Create boot environment: No |
139 | 2025-01-08T23:19:06.107Z | Create backup boot environment: Yes |
140 | 2025-01-08T23:19:06.107Z | Rebuild boot archive: No |
141 | 2025-01-08T23:19:06.107Z | |
142 | 2025-01-08T23:19:06.107Z | Changed mediators: |
143 | 2025-01-08T23:19:06.107Z | mediator clang: |
144 | 2025-01-08T23:19:06.107Z | version: None -> 15 (system default) |
145 | 2025-01-08T23:19:06.107Z | |
146 | 2025-01-08T23:19:06.107Z | mediator llvm: |
147 | 2025-01-08T23:19:06.107Z | version: 14 (system default) -> 15 (system default) |
148 | 2025-01-08T23:19:06.107Z | |
149 | 2025-01-08T23:19:06.107Z | Changed packages: |
150 | 2025-01-08T23:19:06.107Z | helios-dev |
151 | 2025-01-08T23:19:06.107Z | developer/build-essential |
152 | 2025-01-08T23:19:06.107Z | None -> 11-2.0 |
153 | 2025-01-08T23:19:06.108Z | library/libxmlsec1 |
154 | 2025-01-08T23:19:06.108Z | None -> 1.2.35-2.0 |
155 | 2025-01-08T23:19:06.108Z | ooce/developer/clang-15 |
156 | 2025-01-08T23:19:06.108Z | None -> 15.0.7-2.0 |
157 | 2025-01-08T23:19:06.108Z | ooce/developer/llvm-15 |
158 | 2025-01-08T23:19:06.108Z | None -> 15.0.7-2.0 |
159 | 2025-01-08T23:19:06.108Z | package/pkg |
160 | 2025-01-08T23:19:06.108Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
161 | 2025-01-08T23:19:06.108Z | system/library/g++-runtime |
162 | 2025-01-08T23:19:06.108Z | 13-2.0 -> 14-2.0 |
163 | 2025-01-08T23:19:06.108Z | system/library/gcc-runtime |
164 | 2025-01-08T23:19:06.108Z | 13-2.0 -> 14-2.0 |
165 | 2025-01-08T23:19:06.108Z | |
166 | 2025-01-08T23:19:06.108Z | Services: |
167 | 2025-01-08T23:19:06.108Z | restart_fmri: |
168 | 2025-01-08T23:19:06.108Z | svc:/system/update-man-index:default |
169 | 2025-01-08T23:19:06.108Z | |
170 | 2025-01-08T23:19:06.108Z | Editable files to change: |
171 | 2025-01-08T23:19:06.109Z | Update: |
172 | 2025-01-08T23:19:06.109Z | usr/share/lib/pkg/web/config.shtml |
173 | 2025-01-08T23:19:06.187Z | |
174 | 2025-01-08T23:19:06.187Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
175 | 2025-01-08T23:19:11.189Z | Download: 782/4301 items 18.6/225.4MB 8% complete (3.8M/s) |
176 | 2025-01-08T23:19:16.449Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (8.9M/s) |
177 | 2025-01-08T23:19:24.600Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.8M/s) |
178 | 2025-01-08T23:19:29.609Z | Download: 2103/4301 items 118.9/225.4MB 52% complete (7.4M/s) |
179 | 2025-01-08T23:19:34.611Z | Download: 2375/4301 items 120.0/225.4MB 53% complete (3.7M/s) |
180 | 2025-01-08T23:19:39.620Z | Download: 3138/4301 items 150.5/225.4MB 66% complete (3.1M/s) |
181 | 2025-01-08T23:19:44.625Z | Download: 3577/4301 items 216.4/225.4MB 95% complete (9.6M/s) |
182 | 2025-01-08T23:19:48.223Z | Download: Completed 225.42 MB in 42.03 seconds (5.4M/s) |
183 | 2025-01-08T23:19:50.290Z | Actions: 1/5122 actions (Removing old actions) |
184 | 2025-01-08T23:19:50.314Z | Actions: 194/5122 actions (Installing new actions) |
185 | 2025-01-08T23:19:55.048Z | Actions: 4267/5122 actions (Updating modified actions) |
186 | 2025-01-08T23:19:55.414Z | Actions: Completed 5122 actions in 5.12 seconds. |
187 | 2025-01-08T23:19:55.831Z | Done (0.410s) |
188 | 2025-01-08T23:19:55.834Z | Done (0.001s) |
189 | 2025-01-08T23:19:56.424Z | Done (0.588s) |
190 | 2025-01-08T23:20:00.752Z | Done (4.099s) |
191 | 2025-01-08T23:20:00.844Z | Done (0.018s) |
192 | 2025-01-08T23:20:00.847Z | Done (0.000s) |
193 | 2025-01-08T23:20:01.031Z | Done (0.000s) |
194 | 2025-01-08T23:20:01.724Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-01-08T23:20:01.883Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-01-08T23:20:01.886Z | Planning: Consolidating action changes ... Done |
197 | 2025-01-08T23:20:02.159Z | Planning: Evaluating mediators ... Done |
198 | 2025-01-08T23:20:02.161Z | Planning: Planning completed in 0.44 seconds |
199 | 2025-01-08T23:20:02.200Z | Mediators to change: 2 |
200 | 2025-01-08T23:20:02.200Z | Create boot environment: No |
201 | 2025-01-08T23:20:02.203Z | Create backup boot environment: No |
202 | 2025-01-08T23:20:02.300Z | Done |
203 | 2025-01-08T23:20:02.300Z | Done |
204 | 2025-01-08T23:20:02.657Z | Done |
205 | 2025-01-08T23:20:06.313Z | Done |
206 | 2025-01-08T23:20:06.408Z | Done |
207 | 2025-01-08T23:20:06.410Z | Done |
208 | 2025-01-08T23:20:06.541Z | Done |
209 | 2025-01-08T23:20:07.155Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-01-08T23:20:07.158Z | Planning: Merging actions ... Done |
211 | 2025-01-08T23:20:07.347Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-01-08T23:20:07.350Z | Planning: Consolidating action changes ... Done |
213 | 2025-01-08T23:20:07.616Z | Planning: Evaluating mediators ... Done |
214 | 2025-01-08T23:20:07.671Z | Planning: Planning completed in 0.76 seconds |
215 | 2025-01-08T23:20:07.712Z | Packages to change: 1 |
216 | 2025-01-08T23:20:07.712Z | Mediators to change: 1 |
217 | 2025-01-08T23:20:07.715Z | Services to change: 1 |
218 | 2025-01-08T23:20:07.715Z | Create boot environment: No |
219 | 2025-01-08T23:20:07.715Z | Create backup boot environment: Yes |
220 | 2025-01-08T23:20:10.141Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-01-08T23:20:10.145Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-01-08T23:20:10.145Z | Done |
223 | 2025-01-08T23:20:10.145Z | Done |
224 | 2025-01-08T23:20:10.262Z | Done |
225 | 2025-01-08T23:20:13.855Z | Done |
226 | 2025-01-08T23:20:13.951Z | Done |
227 | 2025-01-08T23:20:13.953Z | Done |
228 | 2025-01-08T23:20:14.084Z | Done |
229 | 2025-01-08T23:20:14.519Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-01-08T23:20:14.519Z | clang system 15 system |
231 | 2025-01-08T23:20:14.519Z | csh system system illumos |
232 | 2025-01-08T23:20:14.519Z | ctags system system illumos |
233 | 2025-01-08T23:20:14.520Z | gcc vendor 12 vendor |
234 | 2025-01-08T23:20:14.520Z | gcc system 10 system |
235 | 2025-01-08T23:20:14.520Z | gcc system 7 system |
236 | 2025-01-08T23:20:14.520Z | go system 1.20 system |
237 | 2025-01-08T23:20:14.520Z | go system 1.19 system |
238 | 2025-01-08T23:20:14.520Z | llvm system 15 system |
239 | 2025-01-08T23:20:14.520Z | llvm system 14 system |
240 | 2025-01-08T23:20:14.520Z | mariadb system 10.6 system |
241 | 2025-01-08T23:20:14.520Z | mta vendor vendor dma |
242 | 2025-01-08T23:20:14.520Z | openjdk system 17 system |
243 | 2025-01-08T23:20:14.520Z | openjdk system 11 system |
244 | 2025-01-08T23:20:14.520Z | openjdk system 1.8 system |
245 | 2025-01-08T23:20:14.520Z | openssl vendor 3 vendor |
246 | 2025-01-08T23:20:14.520Z | perl system 5.36 system |
247 | 2025-01-08T23:20:14.520Z | postgresql system 15 system |
248 | 2025-01-08T23:20:14.520Z | postgresql system 13 system |
249 | 2025-01-08T23:20:14.520Z | python vendor 3 vendor |
250 | 2025-01-08T23:20:14.520Z | python system 2 system |
251 | 2025-01-08T23:20:14.520Z | python3 system 3.11 system |
252 | 2025-01-08T23:20:14.520Z | ruby system 3.0 system |
253 | 2025-01-08T23:20:14.520Z | words vendor vendor american-english |
254 | 2025-01-08T23:20:14.520Z | words system system australian-english |
255 | 2025-01-08T23:20:14.520Z | words system system british-english |
256 | 2025-01-08T23:20:14.520Z | words system system canadian-english |
257 | 2025-01-08T23:20:14.520Z | words system system french |
258 | 2025-01-08T23:20:14.520Z | words system system italian |
259 | 2025-01-08T23:20:14.520Z | words system system ngerman |
260 | 2025-01-08T23:20:14.520Z | words system system ogerman |
261 | 2025-01-08T23:20:14.520Z | words system system spanish |
262 | 2025-01-08T23:20:14.856Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-01-08T23:20:14.856Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-01-08T23:20:17.643Z | FMRI IFO |
265 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
272 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
275 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
276 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
277 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
278 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
279 | 2025-01-08T23:20:17.643Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
280 | 2025-01-08T23:20:18.409Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
281 | 2025-01-08T23:20:18.673Z | Updating crates.io index |
282 | 2025-01-08T23:20:18.676Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
283 | 2025-01-08T23:20:19.093Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
284 | 2025-01-08T23:20:19.625Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
285 | 2025-01-08T23:20:19.897Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-01-08T23:20:20.200Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-01-08T23:20:20.507Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2025-01-08T23:20:21.485Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
289 | 2025-01-08T23:20:22.991Z | Updating git repository `https://github.com/oxidecomputer/opte` |
290 | 2025-01-08T23:20:23.650Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
291 | 2025-01-08T23:20:24.475Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2025-01-08T23:20:24.841Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
293 | 2025-01-08T23:20:25.246Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
294 | 2025-01-08T23:20:25.895Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
295 | 2025-01-08T23:20:26.282Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
296 | 2025-01-08T23:20:26.715Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
297 | 2025-01-08T23:20:27.281Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
298 | 2025-01-08T23:20:27.541Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
299 | 2025-01-08T23:20:27.792Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
300 | 2025-01-08T23:20:28.098Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-01-08T23:20:28.498Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2025-01-08T23:20:28.911Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
303 | 2025-01-08T23:20:29.480Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2025-01-08T23:20:29.981Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
305 | 2025-01-08T23:20:30.280Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
306 | 2025-01-08T23:20:30.725Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
307 | 2025-01-08T23:20:31.124Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
308 | 2025-01-08T23:20:31.491Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
309 | 2025-01-08T23:20:31.780Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
310 | 2025-01-08T23:20:32.033Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
311 | 2025-01-08T23:20:33.334Z | Downloading crates ... |
312 | 2025-01-08T23:20:33.396Z | Downloaded clap_lex v0.7.2 |
313 | 2025-01-08T23:20:33.399Z | Downloaded clap_derive v4.5.18 |
314 | 2025-01-08T23:20:33.406Z | Downloaded equivalent v1.0.1 |
315 | 2025-01-08T23:20:33.420Z | Downloaded cargo-platform v0.1.8 |
316 | 2025-01-08T23:20:33.423Z | Downloaded scroll_derive v0.12.0 |
317 | 2025-01-08T23:20:33.428Z | Downloaded usdt-macro v0.5.0 |
318 | 2025-01-08T23:20:33.439Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2025-01-08T23:20:33.443Z | Downloaded dtrace-parser v0.2.0 |
320 | 2025-01-08T23:20:33.445Z | Downloaded block-buffer v0.10.4 |
321 | 2025-01-08T23:20:33.448Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-01-08T23:20:33.448Z | Downloaded autocfg v1.4.0 |
323 | 2025-01-08T23:20:33.452Z | Downloaded anstyle-query v1.1.1 |
324 | 2025-01-08T23:20:33.452Z | Downloaded cfg-if v1.0.0 |
325 | 2025-01-08T23:20:33.455Z | Downloaded memmap v0.7.0 |
326 | 2025-01-08T23:20:33.455Z | Downloaded generic-array v0.14.7 |
327 | 2025-01-08T23:20:33.455Z | Downloaded utf8parse v0.2.2 |
328 | 2025-01-08T23:20:33.457Z | Downloaded strsim v0.11.1 |
329 | 2025-01-08T23:20:33.457Z | Downloaded anstyle v1.0.10 |
330 | 2025-01-08T23:20:33.460Z | Downloaded pest_generator v2.7.14 |
331 | 2025-01-08T23:20:33.460Z | Downloaded heck v0.4.1 |
332 | 2025-01-08T23:20:33.463Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2025-01-08T23:20:33.466Z | Downloaded anstream v0.6.15 |
334 | 2025-01-08T23:20:33.470Z | Downloaded swrite v0.1.0 |
335 | 2025-01-08T23:20:33.470Z | Downloaded digest v0.10.7 |
336 | 2025-01-08T23:20:33.473Z | Downloaded cargo_toml v0.20.5 |
337 | 2025-01-08T23:20:33.473Z | Downloaded pretty-hex v0.4.1 |
338 | 2025-01-08T23:20:33.475Z | Downloaded unicode-linebreak v0.1.5 |
339 | 2025-01-08T23:20:33.476Z | Downloaded toml_datetime v0.6.8 |
340 | 2025-01-08T23:20:33.476Z | Downloaded itoa v1.0.11 |
341 | 2025-01-08T23:20:33.478Z | Downloaded tabled_derive v0.7.0 |
342 | 2025-01-08T23:20:33.478Z | Downloaded errno v0.3.9 |
343 | 2025-01-08T23:20:33.485Z | Downloaded thiserror-impl v1.0.69 |
344 | 2025-01-08T23:20:33.487Z | Downloaded serde_spanned v0.6.8 |
345 | 2025-01-08T23:20:33.487Z | Downloaded macaddr v1.0.1 |
346 | 2025-01-08T23:20:33.492Z | Downloaded crypto-common v0.1.6 |
347 | 2025-01-08T23:20:33.495Z | Downloaded terminal_size v0.4.0 |
348 | 2025-01-08T23:20:33.495Z | Downloaded fastrand v2.1.1 |
349 | 2025-01-08T23:20:33.495Z | Downloaded thread-id v4.2.2 |
350 | 2025-01-08T23:20:33.495Z | Downloaded plain v0.2.3 |
351 | 2025-01-08T23:20:33.498Z | Downloaded fs-err v2.11.0 |
352 | 2025-01-08T23:20:33.498Z | Downloaded fnv v1.0.7 |
353 | 2025-01-08T23:20:33.501Z | Downloaded dof v0.3.0 |
354 | 2025-01-08T23:20:33.501Z | Downloaded thiserror v1.0.69 |
355 | 2025-01-08T23:20:33.507Z | Downloaded colorchoice v1.0.2 |
356 | 2025-01-08T23:20:33.510Z | Downloaded camino-tempfile v1.1.1 |
357 | 2025-01-08T23:20:33.510Z | Downloaded once_cell v1.20.2 |
358 | 2025-01-08T23:20:33.510Z | Downloaded camino v1.1.9 |
359 | 2025-01-08T23:20:33.518Z | Downloaded usdt v0.5.0 |
360 | 2025-01-08T23:20:33.518Z | Downloaded tempfile v3.13.0 |
361 | 2025-01-08T23:20:33.532Z | Downloaded sha2 v0.10.8 |
362 | 2025-01-08T23:20:33.532Z | Downloaded smawk v0.3.2 |
363 | 2025-01-08T23:20:33.532Z | Downloaded proc-macro-error-attr v1.0.4 |
364 | 2025-01-08T23:20:33.532Z | Downloaded is_terminal_polyfill v1.70.1 |
365 | 2025-01-08T23:20:33.532Z | Downloaded bytecount v0.6.8 |
366 | 2025-01-08T23:20:33.532Z | Downloaded pest_derive v2.7.14 |
367 | 2025-01-08T23:20:33.532Z | Downloaded semver v1.0.23 |
368 | 2025-01-08T23:20:33.532Z | Downloaded scroll v0.12.0 |
369 | 2025-01-08T23:20:33.532Z | Downloaded cpufeatures v0.2.14 |
370 | 2025-01-08T23:20:33.536Z | Downloaded anyhow v1.0.93 |
371 | 2025-01-08T23:20:33.540Z | Downloaded version_check v0.9.5 |
372 | 2025-01-08T23:20:33.540Z | Downloaded quote v1.0.37 |
373 | 2025-01-08T23:20:33.540Z | Downloaded usdt-impl v0.5.0 |
374 | 2025-01-08T23:20:33.540Z | Downloaded proc-macro-error v1.0.4 |
375 | 2025-01-08T23:20:33.544Z | Downloaded toml v0.8.19 |
376 | 2025-01-08T23:20:33.544Z | Downloaded serde_derive v1.0.215 |
377 | 2025-01-08T23:20:33.547Z | Downloaded unicode-ident v1.0.13 |
378 | 2025-01-08T23:20:33.553Z | Downloaded cargo_metadata v0.18.1 |
379 | 2025-01-08T23:20:33.553Z | Downloaded ucd-trie v0.1.7 |
380 | 2025-01-08T23:20:33.553Z | Downloaded bitflags v2.6.0 |
381 | 2025-01-08T23:20:33.560Z | Downloaded ryu v1.0.18 |
382 | 2025-01-08T23:20:33.563Z | Downloaded log v0.4.22 |
383 | 2025-01-08T23:20:33.563Z | Downloaded papergrid v0.11.0 |
384 | 2025-01-08T23:20:33.563Z | Downloaded textwrap v0.16.1 |
385 | 2025-01-08T23:20:33.568Z | Downloaded proc-macro2 v1.0.89 |
386 | 2025-01-08T23:20:33.572Z | Downloaded clap v4.5.21 |
387 | 2025-01-08T23:20:33.576Z | Downloaded zerocopy-derive v0.7.35 |
388 | 2025-01-08T23:20:33.579Z | Downloaded typenum v1.17.0 |
389 | 2025-01-08T23:20:33.582Z | Downloaded pest_meta v2.7.14 |
390 | 2025-01-08T23:20:33.584Z | Downloaded heck v0.5.0 |
391 | 2025-01-08T23:20:33.584Z | Downloaded indexmap v2.6.0 |
392 | 2025-01-08T23:20:33.587Z | Downloaded byteorder v1.5.0 |
393 | 2025-01-08T23:20:33.607Z | Downloaded memchr v2.7.4 |
394 | 2025-01-08T23:20:33.614Z | Downloaded serde v1.0.215 |
395 | 2025-01-08T23:20:33.620Z | Downloaded toml_edit v0.22.22 |
396 | 2025-01-08T23:20:33.639Z | Downloaded pest v2.7.14 |
397 | 2025-01-08T23:20:33.644Z | Downloaded hashbrown v0.15.1 |
398 | 2025-01-08T23:20:33.655Z | Downloaded serde_json v1.0.133 |
399 | 2025-01-08T23:20:33.663Z | Downloaded zerocopy v0.7.35 |
400 | 2025-01-08T23:20:33.677Z | Downloaded winnow v0.6.20 |
401 | 2025-01-08T23:20:33.684Z | Downloaded goblin v0.8.2 |
402 | 2025-01-08T23:20:33.690Z | Downloaded tabled v0.15.0 |
403 | 2025-01-08T23:20:33.703Z | Downloaded syn v1.0.109 |
404 | 2025-01-08T23:20:33.712Z | Downloaded clap_builder v4.5.21 |
405 | 2025-01-08T23:20:33.719Z | Downloaded unicode-width v0.1.14 |
406 | 2025-01-08T23:20:33.724Z | Downloaded syn v2.0.87 |
407 | 2025-01-08T23:20:33.748Z | Downloaded rustix v0.38.37 |
408 | 2025-01-08T23:20:33.784Z | Downloaded libc v0.2.162 |
409 | 2025-01-08T23:20:34.098Z | Compiling proc-macro2 v1.0.89 |
410 | 2025-01-08T23:20:34.098Z | Compiling unicode-ident v1.0.13 |
411 | 2025-01-08T23:20:34.098Z | Compiling serde v1.0.215 |
412 | 2025-01-08T23:20:34.101Z | Compiling version_check v0.9.5 |
413 | 2025-01-08T23:20:34.101Z | Compiling memchr v2.7.4 |
414 | 2025-01-08T23:20:34.134Z | Compiling thiserror v1.0.69 |
415 | 2025-01-08T23:20:34.138Z | Compiling libc v0.2.162 |
416 | 2025-01-08T23:20:34.138Z | Compiling ryu v1.0.18 |
417 | 2025-01-08T23:20:34.356Z | Compiling itoa v1.0.11 |
418 | 2025-01-08T23:20:34.573Z | Compiling ucd-trie v0.1.7 |
419 | 2025-01-08T23:20:34.879Z | Compiling once_cell v1.20.2 |
420 | 2025-01-08T23:20:34.991Z | Compiling byteorder v1.5.0 |
421 | 2025-01-08T23:20:35.211Z | Compiling serde_json v1.0.133 |
422 | 2025-01-08T23:20:35.211Z | Compiling rustix v0.38.37 |
423 | 2025-01-08T23:20:35.261Z | Compiling bitflags v2.6.0 |
424 | 2025-01-08T23:20:35.553Z | Compiling usdt-impl v0.5.0 |
425 | 2025-01-08T23:20:35.704Z | Compiling proc-macro-error-attr v1.0.4 |
426 | 2025-01-08T23:20:35.788Z | Compiling syn v1.0.109 |
427 | 2025-01-08T23:20:35.877Z | Compiling proc-macro-error v1.0.4 |
428 | 2025-01-08T23:20:35.946Z | Compiling quote v1.0.37 |
429 | 2025-01-08T23:20:36.106Z | Compiling utf8parse v0.2.2 |
430 | 2025-01-08T23:20:36.144Z | Compiling log v0.4.22 |
431 | 2025-01-08T23:20:36.169Z | Compiling plain v0.2.3 |
432 | 2025-01-08T23:20:36.263Z | Compiling errno v0.3.9 |
433 | 2025-01-08T23:20:36.331Z | Compiling syn v2.0.87 |
434 | 2025-01-08T23:20:36.507Z | Compiling camino v1.1.9 |
435 | 2025-01-08T23:20:36.541Z | Compiling hashbrown v0.15.1 |
436 | 2025-01-08T23:20:36.570Z | Compiling equivalent v1.0.1 |
437 | 2025-01-08T23:20:36.681Z | Compiling anstyle-parse v0.2.5 |
438 | 2025-01-08T23:20:36.821Z | Compiling thread-id v4.2.2 |
439 | 2025-01-08T23:20:37.087Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2025-01-08T23:20:37.190Z | Compiling anstyle v1.0.10 |
441 | 2025-01-08T23:20:37.227Z | Compiling semver v1.0.23 |
442 | 2025-01-08T23:20:37.338Z | Compiling winnow v0.6.20 |
443 | 2025-01-08T23:20:37.661Z | Compiling pretty-hex v0.4.1 |
444 | 2025-01-08T23:20:37.688Z | Compiling autocfg v1.4.0 |
445 | 2025-01-08T23:20:37.747Z | Compiling indexmap v2.6.0 |
446 | 2025-01-08T23:20:37.788Z | Compiling colorchoice v1.0.2 |
447 | 2025-01-08T23:20:37.870Z | Compiling unicode-width v0.1.14 |
448 | 2025-01-08T23:20:37.951Z | Compiling anstyle-query v1.1.1 |
449 | 2025-01-08T23:20:38.118Z | Compiling anstream v0.6.15 |
450 | 2025-01-08T23:20:38.628Z | Compiling terminal_size v0.4.0 |
451 | 2025-01-08T23:20:38.823Z | Compiling fs-err v2.11.0 |
452 | 2025-01-08T23:20:38.875Z | Compiling strsim v0.11.1 |
453 | 2025-01-08T23:20:39.139Z | Compiling heck v0.5.0 |
454 | 2025-01-08T23:20:39.165Z | Compiling cfg-if v1.0.0 |
455 | 2025-01-08T23:20:39.266Z | Compiling clap_lex v0.7.2 |
456 | 2025-01-08T23:20:39.397Z | Compiling bytecount v0.6.8 |
457 | 2025-01-08T23:20:39.425Z | Compiling fnv v1.0.7 |
458 | 2025-01-08T23:20:39.625Z | Compiling fastrand v2.1.1 |
459 | 2025-01-08T23:20:39.686Z | Compiling heck v0.4.1 |
460 | 2025-01-08T23:20:39.807Z | Compiling anyhow v1.0.93 |
461 | 2025-01-08T23:20:39.833Z | Compiling clap_builder v4.5.21 |
462 | 2025-01-08T23:20:40.179Z | Compiling tempfile v3.13.0 |
463 | 2025-01-08T23:20:40.205Z | Compiling papergrid v0.11.0 |
464 | 2025-01-08T23:20:40.443Z | Compiling memmap v0.7.0 |
465 | 2025-01-08T23:20:40.766Z | Compiling unicode-linebreak v0.1.5 |
466 | 2025-01-08T23:20:40.834Z | Compiling smawk v0.3.2 |
467 | 2025-01-08T23:20:41.180Z | Compiling textwrap v0.16.1 |
468 | 2025-01-08T23:20:41.263Z | Compiling swrite v0.1.0 |
469 | 2025-01-08T23:20:42.386Z | Compiling tabled_derive v0.7.0 |
470 | 2025-01-08T23:20:44.017Z | Compiling tabled v0.15.0 |
471 | 2025-01-08T23:20:45.348Z | Compiling serde_derive v1.0.215 |
472 | 2025-01-08T23:20:45.348Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-01-08T23:20:45.352Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-01-08T23:20:45.352Z | Compiling scroll_derive v0.12.0 |
475 | 2025-01-08T23:20:45.466Z | Compiling clap_derive v4.5.18 |
476 | 2025-01-08T23:20:46.581Z | Compiling scroll v0.12.0 |
477 | 2025-01-08T23:20:47.128Z | Compiling goblin v0.8.2 |
478 | 2025-01-08T23:20:47.238Z | Compiling zerocopy v0.7.35 |
479 | 2025-01-08T23:20:47.874Z | Compiling pest v2.7.14 |
480 | 2025-01-08T23:20:49.343Z | Compiling clap v4.5.21 |
481 | 2025-01-08T23:20:50.201Z | Compiling pest_meta v2.7.14 |
482 | 2025-01-08T23:20:51.015Z | Compiling pest_generator v2.7.14 |
483 | 2025-01-08T23:20:52.790Z | Compiling pest_derive v2.7.14 |
484 | 2025-01-08T23:20:53.497Z | Compiling dtrace-parser v0.2.0 |
485 | 2025-01-08T23:20:55.435Z | Compiling serde_tokenstream v0.2.2 |
486 | 2025-01-08T23:20:55.555Z | Compiling serde_spanned v0.6.8 |
487 | 2025-01-08T23:20:55.555Z | Compiling toml_datetime v0.6.8 |
488 | 2025-01-08T23:20:55.866Z | Compiling cargo-platform v0.1.8 |
489 | 2025-01-08T23:20:55.961Z | Compiling toml_edit v0.22.22 |
490 | 2025-01-08T23:20:55.987Z | Compiling macaddr v1.0.1 |
491 | 2025-01-08T23:20:56.286Z | Compiling camino-tempfile v1.1.1 |
492 | 2025-01-08T23:20:56.944Z | Compiling dof v0.3.0 |
493 | 2025-01-08T23:20:57.057Z | Compiling cargo_metadata v0.18.1 |
494 | 2025-01-08T23:20:58.619Z | Compiling usdt-macro v0.5.0 |
495 | 2025-01-08T23:20:58.619Z | Compiling usdt-attr-macro v0.5.0 |
496 | 2025-01-08T23:20:58.667Z | Compiling toml v0.8.19 |
497 | 2025-01-08T23:20:59.471Z | Compiling cargo_toml v0.20.5 |
498 | 2025-01-08T23:21:00.027Z | Compiling usdt v0.5.0 |
499 | 2025-01-08T23:21:03.005Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
500 | 2025-01-08T23:21:07.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.91s |
501 | 2025-01-08T23:21:07.357Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
502 | 2025-01-08T23:21:07.889Z | Downloading crates ... |
503 | 2025-01-08T23:21:08.025Z | Downloaded adler2 v2.0.0 |
504 | 2025-01-08T23:21:08.033Z | Downloaded ahash v0.8.11 |
505 | 2025-01-08T23:21:08.050Z | Downloaded aho-corasick v1.1.3 |
506 | 2025-01-08T23:21:08.057Z | Downloaded httpdate v1.0.3 |
507 | 2025-01-08T23:21:08.061Z | Downloaded async-stream v0.3.6 |
508 | 2025-01-08T23:21:08.061Z | Downloaded atomic-waker v1.1.2 |
509 | 2025-01-08T23:21:08.064Z | Downloaded hyper-util v0.1.10 |
510 | 2025-01-08T23:21:08.067Z | Downloaded iana-time-zone v0.1.61 |
511 | 2025-01-08T23:21:08.070Z | Downloaded icu_normalizer v1.5.0 |
512 | 2025-01-08T23:21:08.074Z | Downloaded base64 v0.22.1 |
513 | 2025-01-08T23:21:08.078Z | Downloaded icu_provider_macros v1.5.0 |
514 | 2025-01-08T23:21:08.080Z | Downloaded icu_provider v1.5.0 |
515 | 2025-01-08T23:21:08.083Z | Downloaded ident_case v1.0.1 |
516 | 2025-01-08T23:21:08.083Z | Downloaded cfg_aliases v0.2.1 |
517 | 2025-01-08T23:21:08.086Z | Downloaded bitvec v1.0.1 |
518 | 2025-01-08T23:21:08.100Z | Downloaded indexmap v1.9.3 |
519 | 2025-01-08T23:21:08.104Z | Downloaded array-init v0.0.4 |
520 | 2025-01-08T23:21:08.106Z | Downloaded argon2 v0.5.3 |
521 | 2025-01-08T23:21:08.109Z | Downloaded idna v1.0.3 |
522 | 2025-01-08T23:21:08.112Z | Downloaded lazycell v1.3.0 |
523 | 2025-01-08T23:21:08.118Z | Downloaded hickory-client v0.24.1 |
524 | 2025-01-08T23:21:08.122Z | Downloaded aes v0.8.4 |
525 | 2025-01-08T23:21:08.124Z | Downloaded assert_matches v1.5.0 |
526 | 2025-01-08T23:21:08.124Z | Downloaded async-stream-impl v0.3.6 |
527 | 2025-01-08T23:21:08.124Z | Downloaded async-recursion v1.1.1 |
528 | 2025-01-08T23:21:08.128Z | Downloaded backoff v0.4.0 |
529 | 2025-01-08T23:21:08.130Z | Downloaded atty v0.2.14 |
530 | 2025-01-08T23:21:08.133Z | Downloaded base64 v0.13.1 |
531 | 2025-01-08T23:21:08.137Z | Downloaded arrayvec v0.7.6 |
532 | 2025-01-08T23:21:08.137Z | Downloaded backtrace v0.3.74 |
533 | 2025-01-08T23:21:08.144Z | Downloaded bit-vec v0.6.3 |
534 | 2025-01-08T23:21:08.148Z | Downloaded bitflags v1.3.2 |
535 | 2025-01-08T23:21:08.151Z | Downloaded block-padding v0.3.3 |
536 | 2025-01-08T23:21:08.151Z | Downloaded base64 v0.21.7 |
537 | 2025-01-08T23:21:08.154Z | Downloaded bit-set v0.5.3 |
538 | 2025-01-08T23:21:08.159Z | Downloaded ciborium-io v0.2.2 |
539 | 2025-01-08T23:21:08.159Z | Downloaded cipher v0.4.4 |
540 | 2025-01-08T23:21:08.161Z | Downloaded heck v0.3.3 |
541 | 2025-01-08T23:21:08.161Z | Downloaded crc-catalog v2.4.0 |
542 | 2025-01-08T23:21:08.161Z | Downloaded ciborium v0.2.2 |
543 | 2025-01-08T23:21:08.165Z | Downloaded hostname v0.4.0 |
544 | 2025-01-08T23:21:08.168Z | Downloaded hmac v0.12.1 |
545 | 2025-01-08T23:21:08.168Z | Downloaded convert_case v0.4.0 |
546 | 2025-01-08T23:21:08.171Z | Downloaded bumpalo v3.16.0 |
547 | 2025-01-08T23:21:08.173Z | Downloaded clang-sys v1.8.1 |
548 | 2025-01-08T23:21:08.175Z | Downloaded httparse v1.9.5 |
549 | 2025-01-08T23:21:08.178Z | Downloaded http-body-util v0.1.2 |
550 | 2025-01-08T23:21:08.181Z | Downloaded http-body v1.0.1 |
551 | 2025-01-08T23:21:08.184Z | Downloaded hex v0.4.3 |
552 | 2025-01-08T23:21:08.184Z | Downloaded home v0.5.9 |
553 | 2025-01-08T23:21:08.187Z | Downloaded humantime v2.1.0 |
554 | 2025-01-08T23:21:08.187Z | Downloaded http v1.1.0 |
555 | 2025-01-08T23:21:08.190Z | Downloaded hyper-tls v0.6.0 |
556 | 2025-01-08T23:21:08.193Z | Downloaded hyper-rustls v0.27.3 |
557 | 2025-01-08T23:21:08.195Z | Downloaded blake3 v1.5.4 |
558 | 2025-01-08T23:21:08.203Z | Downloaded hkdf v0.12.4 |
559 | 2025-01-08T23:21:08.207Z | Downloaded heapless v0.7.17 |
560 | 2025-01-08T23:21:08.211Z | Downloaded icu_locid_transform v1.5.0 |
561 | 2025-01-08T23:21:08.214Z | Downloaded icu_collections v1.5.0 |
562 | 2025-01-08T23:21:08.220Z | Downloaded colored v2.1.0 |
563 | 2025-01-08T23:21:08.222Z | Downloaded bstr v1.10.0 |
564 | 2025-01-08T23:21:08.233Z | Downloaded keccak v0.1.5 |
565 | 2025-01-08T23:21:08.236Z | Downloaded jobserver v0.1.32 |
566 | 2025-01-08T23:21:08.239Z | Downloaded crossbeam-epoch v0.9.18 |
567 | 2025-01-08T23:21:08.241Z | Downloaded crossbeam-utils v0.8.20 |
568 | 2025-01-08T23:21:08.244Z | Downloaded is-terminal v0.4.13 |
569 | 2025-01-08T23:21:08.246Z | Downloaded instant v0.1.13 |
570 | 2025-01-08T23:21:08.246Z | Downloaded inout v0.1.3 |
571 | 2025-01-08T23:21:08.248Z | Downloaded idna_adapter v1.2.0 |
572 | 2025-01-08T23:21:08.248Z | Downloaded icu_properties_data v1.5.0 |
573 | 2025-01-08T23:21:08.260Z | Downloaded itertools v0.10.5 |
574 | 2025-01-08T23:21:08.266Z | Downloaded idna v0.5.0 |
575 | 2025-01-08T23:21:08.273Z | Downloaded itertools v0.12.1 |
576 | 2025-01-08T23:21:08.281Z | Downloaded match_cfg v0.1.0 |
577 | 2025-01-08T23:21:08.284Z | Downloaded libm v0.2.8 |
578 | 2025-01-08T23:21:08.292Z | Downloaded mime v0.3.17 |
579 | 2025-01-08T23:21:08.294Z | Downloaded constant_time_eq v0.3.1 |
580 | 2025-01-08T23:21:08.294Z | Downloaded chacha20 v0.9.1 |
581 | 2025-01-08T23:21:08.297Z | Downloaded crunchy v0.2.2 |
582 | 2025-01-08T23:21:08.299Z | Downloaded csv-core v0.1.11 |
583 | 2025-01-08T23:21:08.299Z | Downloaded aes-gcm v0.10.3 |
584 | 2025-01-08T23:21:08.302Z | Downloaded cc v1.1.30 |
585 | 2025-01-08T23:21:08.306Z | Downloaded crypto-bigint v0.5.5 |
586 | 2025-01-08T23:21:08.313Z | Downloaded libloading v0.8.5 |
587 | 2025-01-08T23:21:08.316Z | Downloaded crc v3.2.1 |
588 | 2025-01-08T23:21:08.319Z | Downloaded cbc v0.1.2 |
589 | 2025-01-08T23:21:08.321Z | Downloaded blake2 v0.10.6 |
590 | 2025-01-08T23:21:08.324Z | Downloaded aead v0.5.2 |
591 | 2025-01-08T23:21:08.326Z | Downloaded addr2line v0.24.2 |
592 | 2025-01-08T23:21:08.328Z | Downloaded bcrypt-pbkdf v0.10.0 |
593 | 2025-01-08T23:21:08.328Z | Downloaded chrono v0.4.38 |
594 | 2025-01-08T23:21:08.336Z | Downloaded const-oid v0.9.6 |
595 | 2025-01-08T23:21:08.338Z | Downloaded ciborium-ll v0.2.2 |
596 | 2025-01-08T23:21:08.341Z | Downloaded darling v0.20.10 |
597 | 2025-01-08T23:21:08.344Z | Downloaded cexpr v0.6.0 |
598 | 2025-01-08T23:21:08.347Z | Downloaded bzip2 v0.4.4 |
599 | 2025-01-08T23:21:08.349Z | Downloaded curve25519-dalek v4.1.3 |
600 | 2025-01-08T23:21:08.357Z | Downloaded curve25519-dalek-derive v0.1.1 |
601 | 2025-01-08T23:21:08.360Z | Downloaded atomicwrites v0.4.4 |
602 | 2025-01-08T23:21:08.362Z | Downloaded ctr v0.9.2 |
603 | 2025-01-08T23:21:08.362Z | Downloaded bb8 v0.8.5 |
604 | 2025-01-08T23:21:08.365Z | Downloaded base64ct v1.6.0 |
605 | 2025-01-08T23:21:08.367Z | Downloaded ascii-canvas v3.0.0 |
606 | 2025-01-08T23:21:08.370Z | Downloaded arrayref v0.3.9 |
607 | 2025-01-08T23:21:08.370Z | Downloaded aws-lc-rs v1.10.0 |
608 | 2025-01-08T23:21:08.379Z | Downloaded icu_normalizer_data v1.5.0 |
609 | 2025-01-08T23:21:08.381Z | Downloaded ipnet v2.10.1 |
610 | 2025-01-08T23:21:08.383Z | Downloaded bytes v1.8.0 |
611 | 2025-01-08T23:21:08.387Z | Downloaded chacha20poly1305 v0.10.1 |
612 | 2025-01-08T23:21:08.389Z | Downloaded cookie v0.18.1 |
613 | 2025-01-08T23:21:08.392Z | Downloaded hyper v1.5.0 |
614 | 2025-01-08T23:21:08.399Z | Downloaded indicatif v0.17.9 |
615 | 2025-01-08T23:21:08.403Z | Downloaded compact_str v0.8.0 |
616 | 2025-01-08T23:21:08.408Z | Downloaded heapless v0.8.0 |
617 | 2025-01-08T23:21:08.412Z | Downloaded bindgen v0.69.5 |
618 | 2025-01-08T23:21:08.430Z | Downloaded mime_guess v2.0.5 |
619 | 2025-01-08T23:21:08.433Z | Downloaded memoffset v0.9.1 |
620 | 2025-01-08T23:21:08.435Z | Downloaded md5 v0.7.0 |
621 | 2025-01-08T23:21:08.435Z | Downloaded md-5 v0.10.6 |
622 | 2025-01-08T23:21:08.438Z | Downloaded matches v0.1.10 |
623 | 2025-01-08T23:21:08.438Z | Downloaded lru v0.12.5 |
624 | 2025-01-08T23:21:08.440Z | Downloaded lock_api v0.4.12 |
625 | 2025-01-08T23:21:08.443Z | Downloaded memmap2 v0.9.5 |
626 | 2025-01-08T23:21:08.443Z | Downloaded linked-hash-map v0.5.6 |
627 | 2025-01-08T23:21:08.445Z | Downloaded icu_locid_transform_data v1.5.0 |
628 | 2025-01-08T23:21:08.447Z | Downloaded icu_locid v1.5.0 |
629 | 2025-01-08T23:21:08.451Z | Downloaded chrono-tz-build v0.4.0 |
630 | 2025-01-08T23:21:08.453Z | Downloaded cassowary v0.3.0 |
631 | 2025-01-08T23:21:08.456Z | Downloaded blowfish v0.9.1 |
632 | 2025-01-08T23:21:08.456Z | Downloaded bcs v0.1.6 |
633 | 2025-01-08T23:21:08.458Z | Downloaded base16ct v0.2.0 |
634 | 2025-01-08T23:21:08.460Z | Downloaded primeorder v0.13.6 |
635 | 2025-01-08T23:21:08.464Z | Downloaded allocator-api2 v0.2.18 |
636 | 2025-01-08T23:21:08.474Z | Downloaded lazy_static v1.5.0 |
637 | 2025-01-08T23:21:08.474Z | Downloaded itertools v0.13.0 |
638 | 2025-01-08T23:21:08.479Z | Downloaded miniz_oxide v0.8.0 |
639 | 2025-01-08T23:21:08.479Z | Downloaded proptest v1.5.0 |
640 | 2025-01-08T23:21:08.486Z | Downloaded is_ci v1.2.0 |
641 | 2025-01-08T23:21:08.489Z | Downloaded indoc v1.0.9 |
642 | 2025-01-08T23:21:08.491Z | Downloaded lockfree-object-pool v0.1.6 |
643 | 2025-01-08T23:21:08.496Z | Downloaded indent_write v2.2.0 |
644 | 2025-01-08T23:21:08.496Z | Downloaded hex-literal v0.4.1 |
645 | 2025-01-08T23:21:08.501Z | Downloaded crossbeam-deque v0.8.5 |
646 | 2025-01-08T23:21:08.501Z | Downloaded idna v0.2.3 |
647 | 2025-01-08T23:21:08.505Z | Downloaded minimal-lexical v0.2.1 |
648 | 2025-01-08T23:21:08.510Z | Downloaded crossbeam-channel v0.5.13 |
649 | 2025-01-08T23:21:08.514Z | Downloaded crc32fast v1.4.2 |
650 | 2025-01-08T23:21:08.518Z | Downloaded async-bb8-diesel v0.2.1 |
651 | 2025-01-08T23:21:08.521Z | Downloaded icu_properties v1.5.1 |
652 | 2025-01-08T23:21:08.524Z | Downloaded async-trait v0.1.83 |
653 | 2025-01-08T23:21:08.527Z | Downloaded arc-swap v1.7.1 |
654 | 2025-01-08T23:21:08.537Z | Downloaded radium v0.7.0 |
655 | 2025-01-08T23:21:08.541Z | Downloaded managed v0.8.0 |
656 | 2025-01-08T23:21:08.545Z | Downloaded litemap v0.7.3 |
657 | 2025-01-08T23:21:08.548Z | Downloaded rfc6979 v0.4.0 |
658 | 2025-01-08T23:21:08.550Z | Downloaded maplit v1.0.2 |
659 | 2025-01-08T23:21:08.553Z | Downloaded highway v1.2.0 |
660 | 2025-01-08T23:21:08.553Z | Downloaded hickory-server v0.24.1 |
661 | 2025-01-08T23:21:08.559Z | Downloaded regex v1.11.1 |
662 | 2025-01-08T23:21:08.573Z | Downloaded shlex v1.3.0 |
663 | 2025-01-08T23:21:08.576Z | Downloaded idna v0.4.0 |
664 | 2025-01-08T23:21:08.583Z | Downloaded bitfield v0.14.0 |
665 | 2025-01-08T23:21:08.586Z | Downloaded shell-words v1.1.0 |
666 | 2025-01-08T23:21:08.586Z | Downloaded sha1 v0.10.6 |
667 | 2025-01-08T23:21:08.588Z | Downloaded same-file v1.0.6 |
668 | 2025-01-08T23:21:08.589Z | Downloaded rustls-pemfile v2.2.0 |
669 | 2025-01-08T23:21:08.591Z | Downloaded rustls-pemfile v1.0.4 |
670 | 2025-01-08T23:21:08.593Z | Downloaded ssh-cipher v0.2.0 |
671 | 2025-01-08T23:21:08.597Z | Downloaded zeroize v1.8.1 |
672 | 2025-01-08T23:21:08.597Z | Downloaded sqlparser_derive v0.2.2 |
673 | 2025-01-08T23:21:08.597Z | Downloaded serde_yaml v0.9.34+deprecated |
674 | 2025-01-08T23:21:08.601Z | Downloaded ed25519 v2.2.3 |
675 | 2025-01-08T23:21:08.604Z | Downloaded ecdsa v0.16.9 |
676 | 2025-01-08T23:21:08.606Z | Downloaded hostname v0.3.1 |
677 | 2025-01-08T23:21:08.609Z | Downloaded dyn-clone v1.0.17 |
678 | 2025-01-08T23:21:08.609Z | Downloaded fallible-streaming-iterator v0.1.9 |
679 | 2025-01-08T23:21:08.612Z | Downloaded futures-task v0.3.31 |
680 | 2025-01-08T23:21:08.615Z | Downloaded futures-sink v0.3.31 |
681 | 2025-01-08T23:21:08.615Z | Downloaded form_urlencoded v1.2.1 |
682 | 2025-01-08T23:21:08.615Z | Downloaded foreign-types-shared v0.3.1 |
683 | 2025-01-08T23:21:08.618Z | Downloaded libefi-sys v0.1.0 |
684 | 2025-01-08T23:21:08.618Z | Downloaded lalrpop v0.19.12 |
685 | 2025-01-08T23:21:08.628Z | Downloaded headers-core v0.3.0 |
686 | 2025-01-08T23:21:08.632Z | Downloaded slog-term v2.9.1 |
687 | 2025-01-08T23:21:08.635Z | Downloaded kstat-rs v0.2.4 |
688 | 2025-01-08T23:21:08.635Z | Downloaded ipnetwork v0.20.0 |
689 | 2025-01-08T23:21:08.635Z | Downloaded internet-checksum v0.2.1 |
690 | 2025-01-08T23:21:08.638Z | Downloaded instability v0.3.2 |
691 | 2025-01-08T23:21:08.638Z | Downloaded tap v1.0.1 |
692 | 2025-01-08T23:21:08.641Z | Downloaded impl-trait-for-tuples v0.2.2 |
693 | 2025-01-08T23:21:08.644Z | Downloaded tinyvec_macros v0.1.1 |
694 | 2025-01-08T23:21:08.644Z | Downloaded term v0.7.0 |
695 | 2025-01-08T23:21:08.647Z | Downloaded tinystr v0.7.6 |
696 | 2025-01-08T23:21:08.650Z | Downloaded tinyvec v1.8.0 |
697 | 2025-01-08T23:21:08.653Z | Downloaded tokio-tungstenite v0.24.0 |
698 | 2025-01-08T23:21:08.656Z | Downloaded tokio-tungstenite v0.23.1 |
699 | 2025-01-08T23:21:08.659Z | Downloaded tracing-attributes v0.1.27 |
700 | 2025-01-08T23:21:08.662Z | Downloaded num-conv v0.1.0 |
701 | 2025-01-08T23:21:08.662Z | Downloaded tungstenite v0.23.0 |
702 | 2025-01-08T23:21:08.664Z | Downloaded libsw v3.3.1 |
703 | 2025-01-08T23:21:08.668Z | Downloaded num-complex v0.4.6 |
704 | 2025-01-08T23:21:08.671Z | Downloaded num v0.4.3 |
705 | 2025-01-08T23:21:08.671Z | Downloaded cookie_store v0.21.0 |
706 | 2025-01-08T23:21:08.674Z | Downloaded const_format v0.2.33 |
707 | 2025-01-08T23:21:08.677Z | Downloaded num-bigint-dig v0.8.4 |
708 | 2025-01-08T23:21:08.682Z | Downloaded utf-8 v0.7.6 |
709 | 2025-01-08T23:21:08.687Z | Downloaded num-bigint v0.4.6 |
710 | 2025-01-08T23:21:08.690Z | Downloaded phf_shared v0.11.2 |
711 | 2025-01-08T23:21:08.690Z | Downloaded nu-ansi-term v0.50.1 |
712 | 2025-01-08T23:21:08.693Z | Downloaded value-bag v1.9.0 |
713 | 2025-01-08T23:21:08.698Z | Downloaded unicase v2.7.0 |
714 | 2025-01-08T23:21:08.700Z | Downloaded unarray v0.1.4 |
715 | 2025-01-08T23:21:08.701Z | Downloaded vcpkg v0.2.15 |
716 | 2025-01-08T23:21:08.738Z | Downloaded which v4.4.2 |
717 | 2025-01-08T23:21:08.741Z | Downloaded console v0.15.8 |
718 | 2025-01-08T23:21:08.744Z | Downloaded cobs v0.2.3 |
719 | 2025-01-08T23:21:08.744Z | Downloaded cmake v0.1.51 |
720 | 2025-01-08T23:21:08.747Z | Downloaded castaway v0.2.3 |
721 | 2025-01-08T23:21:08.747Z | Downloaded cancel-safe-futures v0.1.5 |
722 | 2025-01-08T23:21:08.749Z | Downloaded maybe-uninit v2.0.0 |
723 | 2025-01-08T23:21:08.752Z | Downloaded lalrpop-util v0.19.12 |
724 | 2025-01-08T23:21:08.752Z | Downloaded hubpack_derive v0.1.1 |
725 | 2025-01-08T23:21:08.755Z | Downloaded lzma-sys v0.1.20 |
726 | 2025-01-08T23:21:08.784Z | Downloaded unicode-bidi v0.3.17 |
727 | 2025-01-08T23:21:08.787Z | Downloaded tokio-macros v2.4.0 |
728 | 2025-01-08T23:21:08.787Z | Downloaded winnow v0.5.40 |
729 | 2025-01-08T23:21:08.797Z | Downloaded unsafe-libyaml v0.2.11 |
730 | 2025-01-08T23:21:08.802Z | Downloaded derive_builder_macro v0.20.2 |
731 | 2025-01-08T23:21:08.806Z | Downloaded defmt-macros v0.3.9 |
732 | 2025-01-08T23:21:08.806Z | Downloaded dunce v1.0.5 |
733 | 2025-01-08T23:21:08.806Z | Downloaded futures-macro v0.3.31 |
734 | 2025-01-08T23:21:08.809Z | Downloaded dsl_auto_type v0.1.2 |
735 | 2025-01-08T23:21:08.809Z | Downloaded downcast v0.11.0 |
736 | 2025-01-08T23:21:08.811Z | Downloaded want v0.3.1 |
737 | 2025-01-08T23:21:08.811Z | Downloaded vte_generate_state_changes v0.1.2 |
738 | 2025-01-08T23:21:08.812Z | Downloaded defmt v0.3.8 |
739 | 2025-01-08T23:21:08.815Z | Downloaded write16 v1.0.0 |
740 | 2025-01-08T23:21:08.818Z | Downloaded walkdir v2.5.0 |
741 | 2025-01-08T23:21:08.820Z | Downloaded parking_lot v0.11.2 |
742 | 2025-01-08T23:21:08.823Z | Downloaded normalize-line-endings v0.3.0 |
743 | 2025-01-08T23:21:08.823Z | Downloaded new_debug_unreachable v1.0.6 |
744 | 2025-01-08T23:21:08.825Z | Downloaded crucible-workspace-hack v0.1.0 |
745 | 2025-01-08T23:21:08.825Z | Downloaded crc-any v2.5.0 |
746 | 2025-01-08T23:21:08.828Z | Downloaded const_format_proc_macros v0.2.33 |
747 | 2025-01-08T23:21:08.831Z | Downloaded cfg_aliases v0.1.1 |
748 | 2025-01-08T23:21:08.834Z | Downloaded bitfield-struct v0.6.2 |
749 | 2025-01-08T23:21:08.834Z | Downloaded webpki-roots v0.26.6 |
750 | 2025-01-08T23:21:08.836Z | Downloaded phf_shared v0.10.0 |
751 | 2025-01-08T23:21:08.839Z | Downloaded vte v0.11.1 |
752 | 2025-01-08T23:21:08.839Z | Downloaded embedded-io v0.6.1 |
753 | 2025-01-08T23:21:08.842Z | Downloaded pkg-config v0.3.31 |
754 | 2025-01-08T23:21:08.845Z | Downloaded csv v1.3.0 |
755 | 2025-01-08T23:21:08.863Z | Downloaded polyval v0.6.2 |
756 | 2025-01-08T23:21:08.866Z | Downloaded wait-timeout v0.2.0 |
757 | 2025-01-08T23:21:08.869Z | Downloaded strum_macros v0.25.3 |
758 | 2025-01-08T23:21:08.872Z | Downloaded sqlparser v0.45.0 |
759 | 2025-01-08T23:21:08.875Z | Downloaded poly1305 v0.8.0 |
760 | 2025-01-08T23:21:08.878Z | Downloaded sqlformat v0.2.6 |
761 | 2025-01-08T23:21:08.881Z | Downloaded serde-hex v0.1.0 |
762 | 2025-01-08T23:21:08.883Z | Downloaded rustc_version v0.1.7 |
763 | 2025-01-08T23:21:08.883Z | Downloaded rtoolbox v0.0.2 |
764 | 2025-01-08T23:21:08.884Z | Downloaded portable-atomic v1.9.0 |
765 | 2025-01-08T23:21:08.890Z | Downloaded flagset v0.4.6 |
766 | 2025-01-08T23:21:08.893Z | Downloaded fatfs v0.3.6 |
767 | 2025-01-08T23:21:08.896Z | Downloaded idna v0.3.0 |
768 | 2025-01-08T23:21:08.903Z | Downloaded rayon-core v1.12.1 |
769 | 2025-01-08T23:21:08.907Z | Downloaded rayon v1.10.0 |
770 | 2025-01-08T23:21:08.918Z | Downloaded russh-keys v0.45.0 |
771 | 2025-01-08T23:21:08.920Z | Downloaded fixedbitset v0.4.2 |
772 | 2025-01-08T23:21:08.923Z | Downloaded headers v0.4.0 |
773 | 2025-01-08T23:21:08.928Z | Downloaded hash32 v0.2.1 |
774 | 2025-01-08T23:21:08.930Z | Downloaded ghash v0.5.1 |
775 | 2025-01-08T23:21:08.933Z | Downloaded futures-io v0.3.31 |
776 | 2025-01-08T23:21:08.933Z | Downloaded rustls v0.21.12 |
777 | 2025-01-08T23:21:08.944Z | Downloaded postgres-types v0.2.8 |
778 | 2025-01-08T23:21:08.947Z | Downloaded num-iter v0.1.45 |
779 | 2025-01-08T23:21:08.950Z | Downloaded num-derive v0.4.2 |
780 | 2025-01-08T23:21:08.952Z | Downloaded num-integer v0.1.46 |
781 | 2025-01-08T23:21:08.952Z | Downloaded nodrop v0.1.14 |
782 | 2025-01-08T23:21:08.954Z | Downloaded libz-sys v1.1.20 |
783 | 2025-01-08T23:21:08.976Z | Downloaded nom v7.1.3 |
784 | 2025-01-08T23:21:08.981Z | Downloaded spin v0.9.8 |
785 | 2025-01-08T23:21:08.984Z | Downloaded slog-json v2.6.1 |
786 | 2025-01-08T23:21:08.986Z | Downloaded siphasher v0.3.11 |
787 | 2025-01-08T23:21:08.991Z | Downloaded similar v2.6.0 |
788 | 2025-01-08T23:21:09.001Z | Downloaded signal-hook-registry v1.4.2 |
789 | 2025-01-08T23:21:09.005Z | Downloaded pbkdf2 v0.12.2 |
790 | 2025-01-08T23:21:09.009Z | Downloaded paste v1.0.15 |
791 | 2025-01-08T23:21:09.012Z | Downloaded nix v0.29.0 |
792 | 2025-01-08T23:21:09.026Z | Downloaded stringprep v0.1.5 |
793 | 2025-01-08T23:21:09.029Z | Downloaded static_assertions v1.1.0 |
794 | 2025-01-08T23:21:09.031Z | Downloaded r2d2 v0.8.10 |
795 | 2025-01-08T23:21:09.034Z | Downloaded quick-xml v0.33.0 |
796 | 2025-01-08T23:21:09.040Z | Downloaded chrono-tz v0.10.0 |
797 | 2025-01-08T23:21:09.050Z | Downloaded postgres-protocol v0.6.7 |
798 | 2025-01-08T23:21:09.053Z | Downloaded regex-syntax v0.8.5 |
799 | 2025-01-08T23:21:09.062Z | Downloaded rustc-demangle v0.1.24 |
800 | 2025-01-08T23:21:09.065Z | Downloaded utf8_iter v1.0.4 |
801 | 2025-01-08T23:21:09.067Z | Downloaded serde_with_macros v3.11.0 |
802 | 2025-01-08T23:21:09.069Z | Downloaded scopeguard v1.2.0 |
803 | 2025-01-08T23:21:09.069Z | Downloaded rustls-webpki v0.102.8 |
804 | 2025-01-08T23:21:09.089Z | Downloaded rusty-fork v0.3.0 |
805 | 2025-01-08T23:21:09.092Z | Downloaded waitgroup v0.1.2 |
806 | 2025-01-08T23:21:09.096Z | Downloaded tui-tree-widget v0.22.0 |
807 | 2025-01-08T23:21:09.096Z | Downloaded structmeta-derive v0.2.0 |
808 | 2025-01-08T23:21:09.099Z | Downloaded structmeta v0.3.0 |
809 | 2025-01-08T23:21:09.099Z | Downloaded structmeta v0.2.0 |
810 | 2025-01-08T23:21:09.099Z | Downloaded reedline v0.35.0 |
811 | 2025-01-08T23:21:09.106Z | Downloaded hashlink v0.9.1 |
812 | 2025-01-08T23:21:09.111Z | Downloaded rustls-webpki v0.101.7 |
813 | 2025-01-08T23:21:09.123Z | Downloaded time-core v0.1.2 |
814 | 2025-01-08T23:21:09.125Z | Downloaded zerocopy v0.8.10 |
815 | 2025-01-08T23:21:09.148Z | Downloaded gethostname v0.5.0 |
816 | 2025-01-08T23:21:09.150Z | Downloaded derive_builder_core v0.20.2 |
817 | 2025-01-08T23:21:09.153Z | Downloaded fxhash v0.2.1 |
818 | 2025-01-08T23:21:09.153Z | Downloaded foldhash v0.1.3 |
819 | 2025-01-08T23:21:09.153Z | Downloaded flume v0.11.1 |
820 | 2025-01-08T23:21:09.158Z | Downloaded try-lock v0.2.5 |
821 | 2025-01-08T23:21:09.160Z | Downloaded time v0.3.36 |
822 | 2025-01-08T23:21:09.167Z | Downloaded regex-syntax v0.6.29 |
823 | 2025-01-08T23:21:09.175Z | Downloaded parse-display-derive v0.10.0 |
824 | 2025-01-08T23:21:09.181Z | Downloaded newline-converter v0.3.0 |
825 | 2025-01-08T23:21:09.181Z | Downloaded diesel-dtrace v0.4.2 |
826 | 2025-01-08T23:21:09.181Z | Downloaded zone v0.1.8 |
827 | 2025-01-08T23:21:09.181Z | Downloaded zip v2.1.3 |
828 | 2025-01-08T23:21:09.185Z | Downloaded writeable v0.5.5 |
829 | 2025-01-08T23:21:09.189Z | Downloaded untrusted v0.9.0 |
830 | 2025-01-08T23:21:09.191Z | Downloaded unicode-normalization v0.1.24 |
831 | 2025-01-08T23:21:09.194Z | Downloaded hashbrown v0.13.2 |
832 | 2025-01-08T23:21:09.197Z | Downloaded ena v0.14.3 |
833 | 2025-01-08T23:21:09.200Z | Downloaded rand v0.8.5 |
834 | 2025-01-08T23:21:09.204Z | Downloaded parse-zoneinfo v0.3.1 |
835 | 2025-01-08T23:21:09.208Z | Downloaded typify-macro v0.2.0 |
836 | 2025-01-08T23:21:09.208Z | Downloaded thread_local v1.1.8 |
837 | 2025-01-08T23:21:09.211Z | Downloaded subprocess v0.2.9 |
838 | 2025-01-08T23:21:09.215Z | Downloaded openssl-probe v0.1.5 |
839 | 2025-01-08T23:21:09.215Z | Downloaded strum_macros v0.26.4 |
840 | 2025-01-08T23:21:09.217Z | Downloaded openssl-sys v0.9.103 |
841 | 2025-01-08T23:21:09.221Z | Downloaded rand_xorshift v0.3.0 |
842 | 2025-01-08T23:21:09.223Z | Downloaded ppv-lite86 v0.2.20 |
843 | 2025-01-08T23:21:09.226Z | Downloaded powerfmt v0.2.0 |
844 | 2025-01-08T23:21:09.226Z | Downloaded zopfli v0.8.1 |
845 | 2025-01-08T23:21:09.229Z | Downloaded zerovec v0.10.4 |
846 | 2025-01-08T23:21:09.234Z | Downloaded precomputed-hash v0.1.1 |
847 | 2025-01-08T23:21:09.236Z | Downloaded derive_more v0.99.18 |
848 | 2025-01-08T23:21:09.241Z | Downloaded diesel_table_macro_syntax v0.2.0 |
849 | 2025-01-08T23:21:09.244Z | Downloaded des v0.8.1 |
850 | 2025-01-08T23:21:09.244Z | Downloaded sec1 v0.7.3 |
851 | 2025-01-08T23:21:09.248Z | Downloaded diesel_derives v2.2.3 |
852 | 2025-01-08T23:21:09.251Z | Downloaded multimap v0.10.0 |
853 | 2025-01-08T23:21:09.255Z | Downloaded rcgen v0.12.1 |
854 | 2025-01-08T23:21:09.258Z | Downloaded phf v0.11.2 |
855 | 2025-01-08T23:21:09.261Z | Downloaded pem v3.0.4 |
856 | 2025-01-08T23:21:09.261Z | Downloaded scheduled-thread-pool v0.2.7 |
857 | 2025-01-08T23:21:09.264Z | Downloaded rustfmt-wrapper v0.2.1 |
858 | 2025-01-08T23:21:09.264Z | Downloaded sct v0.7.1 |
859 | 2025-01-08T23:21:09.267Z | Downloaded scrypt v0.11.0 |
860 | 2025-01-08T23:21:09.270Z | Downloaded salsa20 v0.10.2 |
861 | 2025-01-08T23:21:09.273Z | Downloaded strum_macros v0.24.3 |
862 | 2025-01-08T23:21:09.273Z | Downloaded russh v0.45.0 |
863 | 2025-01-08T23:21:09.279Z | Downloaded smallvec v0.6.14 |
864 | 2025-01-08T23:21:09.283Z | Downloaded newtype_derive v0.1.6 |
865 | 2025-01-08T23:21:09.286Z | Downloaded rustc-hash v1.1.0 |
866 | 2025-01-08T23:21:09.286Z | Downloaded tokio-native-tls v0.3.1 |
867 | 2025-01-08T23:21:09.286Z | Downloaded slog-async v2.8.0 |
868 | 2025-01-08T23:21:09.288Z | Downloaded signature v2.2.0 |
869 | 2025-01-08T23:21:09.288Z | Downloaded slab v0.4.9 |
870 | 2025-01-08T23:21:09.292Z | Downloaded tokio-postgres v0.7.12 |
871 | 2025-01-08T23:21:09.295Z | Downloaded tracing-core v0.1.32 |
872 | 2025-01-08T23:21:09.298Z | Downloaded simd-adler32 v0.3.7 |
873 | 2025-01-08T23:21:09.301Z | Downloaded russh-cryptovec v0.7.3 |
874 | 2025-01-08T23:21:09.301Z | Downloaded rusqlite v0.32.1 |
875 | 2025-01-08T23:21:09.309Z | Downloaded signal-hook-tokio v0.3.1 |
876 | 2025-01-08T23:21:09.314Z | Downloaded xattr v1.3.1 |
877 | 2025-01-08T23:21:09.314Z | Downloaded wyz v0.5.1 |
878 | 2025-01-08T23:21:09.317Z | Downloaded xz2 v0.1.7 |
879 | 2025-01-08T23:21:09.317Z | Downloaded futures-core v0.3.31 |
880 | 2025-01-08T23:21:09.317Z | Downloaded yoke v0.7.4 |
881 | 2025-01-08T23:21:09.321Z | Downloaded futures-executor v0.3.31 |
882 | 2025-01-08T23:21:09.327Z | Downloaded universal-hash v0.5.1 |
883 | 2025-01-08T23:21:09.327Z | Downloaded unicode-segmentation v1.12.0 |
884 | 2025-01-08T23:21:09.334Z | Downloaded mio v1.0.2 |
885 | 2025-01-08T23:21:09.339Z | Downloaded foreign-types v0.3.2 |
886 | 2025-01-08T23:21:09.339Z | Downloaded progenitor-client v0.8.0 |
887 | 2025-01-08T23:21:09.339Z | Downloaded pbkdf2 v0.11.0 |
888 | 2025-01-08T23:21:09.340Z | Downloaded path-slash v0.1.5 |
889 | 2025-01-08T23:21:09.343Z | Downloaded password-hash v0.5.0 |
890 | 2025-01-08T23:21:09.343Z | Downloaded password-hash v0.4.2 |
891 | 2025-01-08T23:21:09.343Z | Downloaded h2 v0.4.6 |
892 | 2025-01-08T23:21:09.350Z | Downloaded phf_codegen v0.11.2 |
893 | 2025-01-08T23:21:09.353Z | Downloaded mirai-annotations v1.12.0 |
894 | 2025-01-08T23:21:09.353Z | Downloaded slog v2.7.0 |
895 | 2025-01-08T23:21:09.356Z | Downloaded signal-hook-mio v0.2.4 |
896 | 2025-01-08T23:21:09.356Z | Downloaded multer v3.1.0 |
897 | 2025-01-08T23:21:09.359Z | Downloaded tar v0.4.42 |
898 | 2025-01-08T23:21:09.363Z | Downloaded phf_generator v0.11.2 |
899 | 2025-01-08T23:21:09.368Z | Downloaded parking_lot_core v0.9.10 |
900 | 2025-01-08T23:21:09.372Z | Downloaded openssl-macros v0.1.1 |
901 | 2025-01-08T23:21:09.372Z | Downloaded strip-ansi-escapes v0.2.0 |
902 | 2025-01-08T23:21:09.372Z | Downloaded string_cache v0.8.7 |
903 | 2025-01-08T23:21:09.377Z | Downloaded steno v0.4.1 |
904 | 2025-01-08T23:21:09.377Z | Downloaded take_mut v0.2.2 |
905 | 2025-01-08T23:21:09.381Z | Downloaded rustversion v1.0.17 |
906 | 2025-01-08T23:21:09.381Z | Downloaded filetime v0.2.25 |
907 | 2025-01-08T23:21:09.384Z | Downloaded samael v0.0.17 |
908 | 2025-01-08T23:21:09.387Z | Downloaded pin-project v1.1.6 |
909 | 2025-01-08T23:21:09.397Z | Downloaded salty v0.3.0 |
910 | 2025-01-08T23:21:09.404Z | Downloaded ref-cast-impl v1.0.23 |
911 | 2025-01-08T23:21:09.408Z | Downloaded tower-service v0.3.3 |
912 | 2025-01-08T23:21:09.408Z | Downloaded toml v0.7.8 |
913 | 2025-01-08T23:21:09.411Z | Downloaded quinn v0.11.5 |
914 | 2025-01-08T23:21:09.415Z | Downloaded postcard v1.0.10 |
915 | 2025-01-08T23:21:09.417Z | Downloaded peg-runtime v0.8.3 |
916 | 2025-01-08T23:21:09.417Z | Downloaded peg-macros v0.8.4 |
917 | 2025-01-08T23:21:09.421Z | Downloaded p256 v0.13.2 |
918 | 2025-01-08T23:21:09.425Z | Downloaded cstr-argument v0.1.2 |
919 | 2025-01-08T23:21:09.425Z | Downloaded crossterm v0.28.1 |
920 | 2025-01-08T23:21:09.431Z | Downloaded synstructure v0.13.1 |
921 | 2025-01-08T23:21:09.433Z | Downloaded termcolor v1.4.1 |
922 | 2025-01-08T23:21:09.436Z | Downloaded thiserror v2.0.3 |
923 | 2025-01-08T23:21:09.439Z | Downloaded signal-hook v0.3.17 |
924 | 2025-01-08T23:21:09.443Z | Downloaded termtree v0.4.1 |
925 | 2025-01-08T23:21:09.445Z | Downloaded secrecy v0.8.0 |
926 | 2025-01-08T23:21:09.448Z | Downloaded serde_with v3.11.0 |
927 | 2025-01-08T23:21:09.455Z | Downloaded displaydoc v0.2.5 |
928 | 2025-01-08T23:21:09.459Z | Downloaded diesel v2.2.6 |
929 | 2025-01-08T23:21:09.478Z | Downloaded num-traits v0.2.19 |
930 | 2025-01-08T23:21:09.481Z | Downloaded tokio-tungstenite v0.21.0 |
931 | 2025-01-08T23:21:09.484Z | Downloaded test-strategy v0.3.1 |
932 | 2025-01-08T23:21:09.488Z | Downloaded num-rational v0.4.2 |
933 | 2025-01-08T23:21:09.492Z | Downloaded data-encoding v2.6.0 |
934 | 2025-01-08T23:21:09.492Z | Downloaded unicode-width v0.2.0 |
935 | 2025-01-08T23:21:09.496Z | Downloaded unicode-properties v0.1.3 |
936 | 2025-01-08T23:21:09.499Z | Downloaded typify-impl v0.2.0 |
937 | 2025-01-08T23:21:09.513Z | Downloaded getrandom v0.2.15 |
938 | 2025-01-08T23:21:09.516Z | Downloaded futures-util v0.3.31 |
939 | 2025-01-08T23:21:09.527Z | Downloaded percent-encoding v2.3.1 |
940 | 2025-01-08T23:21:09.530Z | Downloaded pem-rfc7468 v0.7.0 |
941 | 2025-01-08T23:21:09.533Z | Downloaded float-ord v0.3.2 |
942 | 2025-01-08T23:21:09.533Z | Downloaded dhcproto-macros v0.1.0 |
943 | 2025-01-08T23:21:09.533Z | Downloaded dhcproto v0.12.0 |
944 | 2025-01-08T23:21:09.536Z | Downloaded derive_builder v0.20.2 |
945 | 2025-01-08T23:21:09.541Z | Downloaded darling_macro v0.20.10 |
946 | 2025-01-08T23:21:09.544Z | Downloaded ssh-encoding v0.2.0 |
947 | 2025-01-08T23:21:09.544Z | Downloaded darling_core v0.20.10 |
948 | 2025-01-08T23:21:09.549Z | Downloaded debug-ignore v1.0.5 |
949 | 2025-01-08T23:21:09.552Z | Downloaded vergen v8.3.2 |
950 | 2025-01-08T23:21:09.555Z | Downloaded parking_lot_core v0.8.6 |
951 | 2025-01-08T23:21:09.558Z | Downloaded prettyplease v0.2.25 |
952 | 2025-01-08T23:21:09.564Z | Downloaded tls_codec_derive v0.4.1 |
953 | 2025-01-08T23:21:09.566Z | Downloaded number_prefix v0.4.0 |
954 | 2025-01-08T23:21:09.567Z | Downloaded tokio-util v0.7.12 |
955 | 2025-01-08T23:21:09.572Z | Downloaded nanorand v0.7.0 |
956 | 2025-01-08T23:21:09.572Z | Downloaded utf16_iter v1.0.5 |
957 | 2025-01-08T23:21:09.575Z | Downloaded untrusted v0.7.1 |
958 | 2025-01-08T23:21:09.575Z | Downloaded unicode-xid v0.2.6 |
959 | 2025-01-08T23:21:09.578Z | Downloaded mockall_derive v0.13.0 |
960 | 2025-01-08T23:21:09.581Z | Downloaded polar-core v0.27.3 |
961 | 2025-01-08T23:21:09.588Z | Downloaded unicode_categories v0.1.1 |
962 | 2025-01-08T23:21:09.597Z | Downloaded stable_deref_trait v1.2.0 |
963 | 2025-01-08T23:21:09.597Z | Downloaded ssh-key v0.6.6 |
964 | 2025-01-08T23:21:09.601Z | Downloaded tiny-keccak v2.0.2 |
965 | 2025-01-08T23:21:09.601Z | Downloaded env_logger v0.10.2 |
966 | 2025-01-08T23:21:09.603Z | Downloaded tokio-rustls v0.26.0 |
967 | 2025-01-08T23:21:09.606Z | Downloaded pin-utils v0.1.0 |
968 | 2025-01-08T23:21:09.609Z | Downloaded pkcs1 v0.7.5 |
969 | 2025-01-08T23:21:09.612Z | Downloaded env_logger v0.11.5 |
970 | 2025-01-08T23:21:09.614Z | Downloaded tokio-stream v0.1.16 |
971 | 2025-01-08T23:21:09.617Z | Downloaded env_filter v0.1.2 |
972 | 2025-01-08T23:21:09.620Z | Downloaded tokio-rustls v0.24.1 |
973 | 2025-01-08T23:21:09.622Z | Downloaded slog-stdlog v4.1.1 |
974 | 2025-01-08T23:21:09.622Z | Downloaded serde_urlencoded v0.7.1 |
975 | 2025-01-08T23:21:09.625Z | Downloaded quinn-udp v0.5.5 |
976 | 2025-01-08T23:21:09.628Z | Downloaded pin-project-internal v1.1.6 |
977 | 2025-01-08T23:21:09.628Z | Downloaded endian-type v0.1.2 |
978 | 2025-01-08T23:21:09.628Z | Downloaded yasna v0.5.2 |
979 | 2025-01-08T23:21:09.631Z | Downloaded x509-cert v0.2.5 |
980 | 2025-01-08T23:21:09.636Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
981 | 2025-01-08T23:21:09.648Z | Downloaded fs_extra v1.3.0 |
982 | 2025-01-08T23:21:09.651Z | Downloaded futures v0.3.31 |
983 | 2025-01-08T23:21:09.655Z | Downloaded futures-channel v0.3.31 |
984 | 2025-01-08T23:21:09.658Z | Downloaded resolv-conf v0.7.0 |
985 | 2025-01-08T23:21:09.661Z | Downloaded num_enum_derive v0.5.11 |
986 | 2025-01-08T23:21:09.661Z | Downloaded foreign-types-shared v0.1.1 |
987 | 2025-01-08T23:21:09.661Z | Downloaded slog-bunyan v2.5.0 |
988 | 2025-01-08T23:21:09.667Z | Downloaded sigpipe v0.1.3 |
989 | 2025-01-08T23:21:09.667Z | Downloaded quick-error v1.2.3 |
990 | 2025-01-08T23:21:09.667Z | Downloaded gimli v0.31.1 |
991 | 2025-01-08T23:21:09.673Z | Downloaded glob v0.3.1 |
992 | 2025-01-08T23:21:09.676Z | Downloaded funty v2.0.0 |
993 | 2025-01-08T23:21:09.676Z | Downloaded fragile v2.0.0 |
994 | 2025-01-08T23:21:09.678Z | Downloaded rand_core v0.6.4 |
995 | 2025-01-08T23:21:09.681Z | Downloaded predicates-core v1.0.8 |
996 | 2025-01-08T23:21:09.681Z | Downloaded uuid v1.11.0 |
997 | 2025-01-08T23:21:09.684Z | Downloaded rand_chacha v0.3.1 |
998 | 2025-01-08T23:21:09.686Z | Downloaded either v1.13.0 |
999 | 2025-01-08T23:21:09.689Z | Downloaded proc-macro-crate v1.3.1 |
1000 | 2025-01-08T23:21:09.689Z | Downloaded predicates v3.1.2 |
1001 | 2025-01-08T23:21:09.693Z | Downloaded toml_edit v0.19.15 |
1002 | 2025-01-08T23:21:09.709Z | Downloaded der v0.7.9 |
1003 | 2025-01-08T23:21:09.715Z | Downloaded petname v2.0.2 |
1004 | 2025-01-08T23:21:09.722Z | Downloaded foreign-types v0.5.0 |
1005 | 2025-01-08T23:21:09.725Z | Downloaded zerocopy v0.6.6 |
1006 | 2025-01-08T23:21:09.725Z | Downloaded hashbrown v0.14.5 |
1007 | 2025-01-08T23:21:09.729Z | Downloaded yoke-derive v0.7.4 |
1008 | 2025-01-08T23:21:09.731Z | Downloaded regress v0.9.1 |
1009 | 2025-01-08T23:21:09.738Z | Downloaded display-error-chain v0.2.2 |
1010 | 2025-01-08T23:21:09.741Z | Downloaded slog-dtrace v0.3.0 |
1011 | 2025-01-08T23:21:09.741Z | Downloaded dropshot v0.12.0 |
1012 | 2025-01-08T23:21:09.762Z | Downloaded rustc_version v0.4.1 |
1013 | 2025-01-08T23:21:09.765Z | Downloaded rustc-hash v2.0.0 |
1014 | 2025-01-08T23:21:09.765Z | Downloaded openssl v0.10.66 |
1015 | 2025-01-08T23:21:09.780Z | Downloaded tungstenite v0.24.0 |
1016 | 2025-01-08T23:21:09.783Z | Downloaded pkcs8 v0.10.2 |
1017 | 2025-01-08T23:21:09.783Z | Downloaded pkcs5 v0.7.1 |
1018 | 2025-01-08T23:21:09.789Z | Downloaded tabwriter v1.4.0 |
1019 | 2025-01-08T23:21:09.789Z | Downloaded slog-envlogger v2.2.0 |
1020 | 2025-01-08T23:21:09.789Z | Downloaded owo-colors v4.1.0 |
1021 | 2025-01-08T23:21:09.796Z | Downloaded petgraph v0.6.5 |
1022 | 2025-01-08T23:21:09.810Z | Downloaded tungstenite v0.21.0 |
1023 | 2025-01-08T23:21:09.813Z | Downloaded num_threads v0.1.7 |
1024 | 2025-01-08T23:21:09.817Z | Downloaded defmt-parser v0.3.4 |
1025 | 2025-01-08T23:21:09.817Z | Downloaded url v2.5.3 |
1026 | 2025-01-08T23:21:09.819Z | Downloaded ron v0.8.1 |
1027 | 2025-01-08T23:21:09.824Z | Downloaded topological-sort v0.2.2 |
1028 | 2025-01-08T23:21:09.827Z | Downloaded smallvec v1.13.2 |
1029 | 2025-01-08T23:21:09.830Z | Downloaded pretty-hex v0.2.1 |
1030 | 2025-01-08T23:21:09.830Z | Downloaded parse-display v0.10.0 |
1031 | 2025-01-08T23:21:09.830Z | Downloaded enum-as-inner v0.5.1 |
1032 | 2025-01-08T23:21:09.833Z | Downloaded ff v0.13.0 |
1033 | 2025-01-08T23:21:09.833Z | Downloaded foreign-types-macros v0.2.3 |
1034 | 2025-01-08T23:21:09.835Z | Downloaded embedded-io v0.4.0 |
1035 | 2025-01-08T23:21:09.835Z | Downloaded qorb v0.2.1 |
1036 | 2025-01-08T23:21:09.839Z | Downloaded time-macros v0.2.18 |
1037 | 2025-01-08T23:21:09.841Z | Downloaded native-tls v0.2.12 |
1038 | 2025-01-08T23:21:09.844Z | Downloaded unicode-truncate v1.1.0 |
1039 | 2025-01-08T23:21:09.844Z | Downloaded typed-path v0.9.3 |
1040 | 2025-01-08T23:21:09.850Z | Downloaded encoding_rs v0.8.34 |
1041 | 2025-01-08T23:21:09.873Z | Downloaded strum v0.26.3 |
1042 | 2025-01-08T23:21:09.875Z | Downloaded rustls v0.22.4 |
1043 | 2025-01-08T23:21:09.887Z | Downloaded zip v0.6.6 |
1044 | 2025-01-08T23:21:09.893Z | Downloaded float-cmp v0.9.0 |
1045 | 2025-01-08T23:21:09.896Z | Downloaded zerovec-derive v0.10.3 |
1046 | 2025-01-08T23:21:09.896Z | Downloaded zerofrom-derive v0.1.4 |
1047 | 2025-01-08T23:21:09.898Z | Downloaded termios v0.3.3 |
1048 | 2025-01-08T23:21:09.898Z | Downloaded flate2 v1.0.34 |
1049 | 2025-01-08T23:21:09.903Z | Downloaded nibble_vec v0.1.0 |
1050 | 2025-01-08T23:21:09.906Z | Downloaded fallible-iterator v0.2.0 |
1051 | 2025-01-08T23:21:09.909Z | Downloaded elliptic-curve v0.13.8 |
1052 | 2025-01-08T23:21:09.911Z | Downloaded serde_plain v1.0.2 |
1053 | 2025-01-08T23:21:09.914Z | Downloaded serde_path_to_error v0.1.16 |
1054 | 2025-01-08T23:21:09.914Z | Downloaded der_derive v0.7.3 |
1055 | 2025-01-08T23:21:09.916Z | Downloaded thiserror-impl-no-std v2.0.2 |
1056 | 2025-01-08T23:21:09.919Z | Downloaded rustls-pki-types v1.10.0 |
1057 | 2025-01-08T23:21:09.922Z | Downloaded sync_wrapper v1.0.1 |
1058 | 2025-01-08T23:21:09.922Z | Downloaded thiserror-impl v2.0.3 |
1059 | 2025-01-08T23:21:09.925Z | Downloaded publicsuffix v2.2.3 |
1060 | 2025-01-08T23:21:09.925Z | Downloaded psl-types v2.0.11 |
1061 | 2025-01-08T23:21:09.928Z | Downloaded hashbrown v0.12.3 |
1062 | 2025-01-08T23:21:09.931Z | Downloaded globset v0.4.15 |
1063 | 2025-01-08T23:21:09.933Z | Downloaded hash32 v0.3.1 |
1064 | 2025-01-08T23:21:09.936Z | Downloaded half v2.4.1 |
1065 | 2025-01-08T23:21:09.939Z | Downloaded enum-as-inner v0.6.1 |
1066 | 2025-01-08T23:21:09.939Z | Downloaded opaque-debug v0.3.1 |
1067 | 2025-01-08T23:21:09.941Z | Downloaded subtle v2.6.1 |
1068 | 2025-01-08T23:21:09.941Z | Downloaded newtype-uuid v1.1.3 |
1069 | 2025-01-08T23:21:09.944Z | Downloaded spki v0.7.3 |
1070 | 2025-01-08T23:21:09.944Z | Downloaded tokio-rustls v0.25.0 |
1071 | 2025-01-08T23:21:09.946Z | Downloaded reqwest v0.12.9 |
1072 | 2025-01-08T23:21:09.955Z | Downloaded pin-project-lite v0.2.14 |
1073 | 2025-01-08T23:21:09.959Z | Downloaded parking_lot v0.12.3 |
1074 | 2025-01-08T23:21:09.962Z | Downloaded diff v0.1.13 |
1075 | 2025-01-08T23:21:09.965Z | Downloaded deranged v0.3.11 |
1076 | 2025-01-08T23:21:09.968Z | Downloaded socket2 v0.5.7 |
1077 | 2025-01-08T23:21:09.971Z | Downloaded tls_codec v0.4.1 |
1078 | 2025-01-08T23:21:09.974Z | Downloaded ratatui v0.28.1 |
1079 | 2025-01-08T23:21:09.993Z | Downloaded progenitor-macro v0.8.0 |
1080 | 2025-01-08T23:21:09.997Z | Downloaded structmeta-derive v0.3.0 |
1081 | 2025-01-08T23:21:09.997Z | Downloaded ref-cast v1.0.23 |
1082 | 2025-01-08T23:21:10.000Z | Downloaded rand_seeder v0.3.0 |
1083 | 2025-01-08T23:21:10.000Z | Downloaded progenitor-impl v0.8.0 |
1084 | 2025-01-08T23:21:10.003Z | Downloaded git2 v0.19.0 |
1085 | 2025-01-08T23:21:10.011Z | Downloaded ron v0.7.1 |
1086 | 2025-01-08T23:21:10.018Z | Downloaded olpc-cjson v0.1.4 |
1087 | 2025-01-08T23:21:10.022Z | Downloaded dropshot_endpoint v0.13.0 |
1088 | 2025-01-08T23:21:10.024Z | Downloaded rustls v0.23.19 |
1089 | 2025-01-08T23:21:10.034Z | Downloaded zone v0.3.0 |
1090 | 2025-01-08T23:21:10.037Z | Downloaded mockall v0.13.0 |
1091 | 2025-01-08T23:21:10.037Z | Downloaded supports-color v3.0.1 |
1092 | 2025-01-08T23:21:10.040Z | Downloaded omicron-zone-package v0.12.0 |
1093 | 2025-01-08T23:21:10.042Z | Downloaded toolchain_find v0.4.0 |
1094 | 2025-01-08T23:21:10.042Z | Downloaded group v0.13.0 |
1095 | 2025-01-08T23:21:10.045Z | Downloaded serde-big-array v0.5.1 |
1096 | 2025-01-08T23:21:10.048Z | Downloaded semver v0.1.20 |
1097 | 2025-01-08T23:21:10.048Z | Downloaded dropshot v0.13.0 |
1098 | 2025-01-08T23:21:10.070Z | Downloaded oso-derive v0.27.3 |
1099 | 2025-01-08T23:21:10.072Z | Downloaded oso v0.27.3 |
1100 | 2025-01-08T23:21:10.075Z | Downloaded expectorate v1.1.0 |
1101 | 2025-01-08T23:21:10.077Z | Downloaded smoltcp v0.11.0 |
1102 | 2025-01-08T23:21:10.090Z | Downloaded num_enum v0.5.11 |
1103 | 2025-01-08T23:21:10.095Z | Downloaded packed_struct v0.10.1 |
1104 | 2025-01-08T23:21:10.100Z | Downloaded serde_derive_internals v0.29.1 |
1105 | 2025-01-08T23:21:10.103Z | Downloaded regress v0.10.1 |
1106 | 2025-01-08T23:21:10.108Z | Downloaded regex-automata v0.4.8 |
1107 | 2025-01-08T23:21:10.126Z | Downloaded trust-dns-proto v0.22.0 |
1108 | 2025-01-08T23:21:10.138Z | Downloaded tokio v1.40.0 |
1109 | 2025-01-08T23:21:10.180Z | Downloaded smoltcp v0.9.1 |
1110 | 2025-01-08T23:21:10.188Z | Downloaded openapiv3 v2.0.0 |
1111 | 2025-01-08T23:21:10.200Z | Downloaded object v0.36.5 |
1112 | 2025-01-08T23:21:10.212Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1113 | 2025-01-08T23:21:10.273Z | Downloaded fallible-iterator v0.3.0 |
1114 | 2025-01-08T23:21:10.276Z | Downloaded thiserror-no-std v2.0.2 |
1115 | 2025-01-08T23:21:10.280Z | Downloaded snafu v0.8.5 |
1116 | 2025-01-08T23:21:10.284Z | Downloaded predicates-tree v1.0.11 |
1117 | 2025-01-08T23:21:10.287Z | Downloaded nix v0.28.0 |
1118 | 2025-01-08T23:21:10.295Z | Downloaded nix v0.27.1 |
1119 | 2025-01-08T23:21:10.306Z | Downloaded zerofrom v0.1.4 |
1120 | 2025-01-08T23:21:10.309Z | Downloaded zerocopy-derive v0.8.10 |
1121 | 2025-01-08T23:21:10.313Z | Downloaded snafu-derive v0.8.5 |
1122 | 2025-01-08T23:21:10.315Z | Downloaded smf v0.2.3 |
1123 | 2025-01-08T23:21:10.315Z | Downloaded peg v0.8.4 |
1124 | 2025-01-08T23:21:10.318Z | Downloaded tough v0.19.0 |
1125 | 2025-01-08T23:21:10.328Z | Downloaded sync-ptr v0.1.1 |
1126 | 2025-01-08T23:21:10.331Z | Downloaded rpassword v7.3.1 |
1127 | 2025-01-08T23:21:10.331Z | Downloaded sled v0.34.7 |
1128 | 2025-01-08T23:21:10.341Z | Downloaded dropshot_endpoint v0.12.0 |
1129 | 2025-01-08T23:21:10.344Z | Downloaded zone_cfg_derive v0.1.2 |
1130 | 2025-01-08T23:21:10.347Z | Downloaded uzers v0.12.1 |
1131 | 2025-01-08T23:21:10.347Z | Downloaded zerocopy-derive v0.6.6 |
1132 | 2025-01-08T23:21:10.356Z | Downloaded tracing v0.1.40 |
1133 | 2025-01-08T23:21:10.364Z | Downloaded p384 v0.13.0 |
1134 | 2025-01-08T23:21:10.367Z | Downloaded p521 v0.13.3 |
1135 | 2025-01-08T23:21:10.372Z | Downloaded zeroize_derive v1.4.2 |
1136 | 2025-01-08T23:21:10.374Z | Downloaded serde_repr v0.1.19 |
1137 | 2025-01-08T23:21:10.374Z | Downloaded ed25519-dalek v2.1.1 |
1138 | 2025-01-08T23:21:10.377Z | Downloaded object v0.30.4 |
1139 | 2025-01-08T23:21:10.385Z | Downloaded derive-where v1.2.7 |
1140 | 2025-01-08T23:21:10.388Z | Downloaded zone_cfg_derive v0.3.0 |
1141 | 2025-01-08T23:21:10.391Z | Downloaded vsss-rs v3.3.4 |
1142 | 2025-01-08T23:21:10.391Z | Downloaded dirs-sys-next v0.1.2 |
1143 | 2025-01-08T23:21:10.394Z | Downloaded dirs-next v2.0.0 |
1144 | 2025-01-08T23:21:10.394Z | Downloaded difflib v0.4.0 |
1145 | 2025-01-08T23:21:10.397Z | Downloaded twox-hash v1.6.3 |
1146 | 2025-01-08T23:21:10.397Z | Downloaded progenitor v0.8.0 |
1147 | 2025-01-08T23:21:10.399Z | Downloaded parse-size v1.1.0 |
1148 | 2025-01-08T23:21:10.399Z | Downloaded packed_struct_codegen v0.10.1 |
1149 | 2025-01-08T23:21:10.402Z | Downloaded sha3 v0.10.8 |
1150 | 2025-01-08T23:21:10.405Z | Downloaded slog-scope v4.4.0 |
1151 | 2025-01-08T23:21:10.408Z | Downloaded quinn-proto v0.11.8 |
1152 | 2025-01-08T23:21:10.413Z | Downloaded schemars_derive v0.8.21 |
1153 | 2025-01-08T23:21:10.416Z | Downloaded schemars v0.8.21 |
1154 | 2025-01-08T23:21:10.426Z | Downloaded rustyline v14.0.0 |
1155 | 2025-01-08T23:21:10.431Z | Downloaded typify v0.2.0 |
1156 | 2025-01-08T23:21:10.434Z | Downloaded fd-lock v4.0.2 |
1157 | 2025-01-08T23:21:10.436Z | Downloaded whoami v1.5.2 |
1158 | 2025-01-08T23:21:10.439Z | Downloaded lru-cache v0.1.2 |
1159 | 2025-01-08T23:21:10.439Z | Downloaded linear-map v1.2.0 |
1160 | 2025-01-08T23:21:10.442Z | Downloaded libxml v0.3.3 |
1161 | 2025-01-08T23:21:10.446Z | Downloaded hyper-staticfile v0.10.1 |
1162 | 2025-01-08T23:21:10.448Z | Downloaded hubpack v0.1.2 |
1163 | 2025-01-08T23:21:10.452Z | Downloaded http-range v0.1.5 |
1164 | 2025-01-08T23:21:10.452Z | Downloaded rsa v0.9.6 |
1165 | 2025-01-08T23:21:10.467Z | Downloaded radix_trie v0.2.1 |
1166 | 2025-01-08T23:21:10.471Z | Downloaded buf-list v1.0.3 |
1167 | 2025-01-08T23:21:10.471Z | Downloaded hickory-resolver v0.24.1 |
1168 | 2025-01-08T23:21:10.471Z | Downloaded hickory-proto v0.24.1 |
1169 | 2025-01-08T23:21:10.647Z | Downloaded libsqlite3-sys v0.30.1 |
1170 | 2025-01-08T23:21:10.921Z | Downloaded ring v0.17.8 |
1171 | 2025-01-08T23:21:11.031Z | Downloaded aws-lc-sys v0.22.0 |
1172 | 2025-01-08T23:21:11.335Z | Compiling serde v1.0.215 |
1173 | 2025-01-08T23:21:11.337Z | Compiling lock_api v0.4.12 |
1174 | 2025-01-08T23:21:11.337Z | Compiling scopeguard v1.2.0 |
1175 | 2025-01-08T23:21:11.337Z | Compiling value-bag v1.9.0 |
1176 | 2025-01-08T23:21:11.337Z | Compiling typenum v1.17.0 |
1177 | 2025-01-08T23:21:11.337Z | Compiling generic-array v0.14.7 |
1178 | 2025-01-08T23:21:11.515Z | Compiling syn v2.0.87 |
1179 | 2025-01-08T23:21:11.529Z | Compiling getrandom v0.2.15 |
1180 | 2025-01-08T23:21:11.616Z | Compiling subtle v2.6.1 |
1181 | 2025-01-08T23:21:11.821Z | Compiling rand_core v0.6.4 |
1182 | 2025-01-08T23:21:11.929Z | Compiling log v0.4.22 |
1183 | 2025-01-08T23:21:12.011Z | Compiling shlex v1.3.0 |
1184 | 2025-01-08T23:21:12.033Z | Compiling jobserver v0.1.32 |
1185 | 2025-01-08T23:21:12.075Z | Compiling const-oid v0.9.6 |
1186 | 2025-01-08T23:21:12.344Z | Compiling smallvec v1.13.2 |
1187 | 2025-01-08T23:21:12.363Z | Compiling cc v1.1.30 |
1188 | 2025-01-08T23:21:12.423Z | Compiling spin v0.9.8 |
1189 | 2025-01-08T23:21:12.718Z | Compiling pin-project-lite v0.2.14 |
1190 | 2025-01-08T23:21:12.804Z | Compiling rustix v0.38.37 |
1191 | 2025-01-08T23:21:12.832Z | Compiling parking_lot_core v0.9.10 |
1192 | 2025-01-08T23:21:12.851Z | Compiling futures-core v0.3.31 |
1193 | 2025-01-08T23:21:12.920Z | Compiling signal-hook-registry v1.4.2 |
1194 | 2025-01-08T23:21:13.096Z | Compiling mio v1.0.2 |
1195 | 2025-01-08T23:21:13.670Z | Compiling parking_lot v0.12.3 |
1196 | 2025-01-08T23:21:13.748Z | Compiling aho-corasick v1.1.3 |
1197 | 2025-01-08T23:21:13.917Z | Compiling cpufeatures v0.2.14 |
1198 | 2025-01-08T23:21:13.987Z | Compiling either v1.13.0 |
1199 | 2025-01-08T23:21:14.145Z | Compiling regex-syntax v0.8.5 |
1200 | 2025-01-08T23:21:14.191Z | Compiling lazy_static v1.5.0 |
1201 | 2025-01-08T23:21:14.317Z | Compiling glob v0.3.1 |
1202 | 2025-01-08T23:21:14.361Z | Compiling stable_deref_trait v1.2.0 |
1203 | 2025-01-08T23:21:14.461Z | Compiling futures-sink v0.3.31 |
1204 | 2025-01-08T23:21:14.551Z | Compiling socket2 v0.5.7 |
1205 | 2025-01-08T23:21:14.622Z | Compiling slab v0.4.9 |
1206 | 2025-01-08T23:21:14.738Z | Compiling prettyplease v0.2.25 |
1207 | 2025-01-08T23:21:15.068Z | Compiling minimal-lexical v0.2.1 |
1208 | 2025-01-08T23:21:15.106Z | Compiling serde_json v1.0.133 |
1209 | 2025-01-08T23:21:15.393Z | Compiling clang-sys v1.8.1 |
1210 | 2025-01-08T23:21:15.537Z | Compiling nom v7.1.3 |
1211 | 2025-01-08T23:21:15.592Z | Compiling libloading v0.8.5 |
1212 | 2025-01-08T23:21:15.727Z | Compiling home v0.5.9 |
1213 | 2025-01-08T23:21:15.991Z | Compiling bindgen v0.69.5 |
1214 | 2025-01-08T23:21:16.013Z | Compiling futures-channel v0.3.31 |
1215 | 2025-01-08T23:21:16.465Z | Compiling itertools v0.12.1 |
1216 | 2025-01-08T23:21:16.768Z | Compiling libm v0.2.8 |
1217 | 2025-01-08T23:21:16.817Z | Compiling rustc-hash v1.1.0 |
1218 | 2025-01-08T23:21:16.975Z | Compiling futures-io v0.3.31 |
1219 | 2025-01-08T23:21:17.112Z | Compiling futures-task v0.3.31 |
1220 | 2025-01-08T23:21:17.293Z | Compiling allocator-api2 v0.2.18 |
1221 | 2025-01-08T23:21:17.412Z | Compiling lazycell v1.3.0 |
1222 | 2025-01-08T23:21:17.575Z | Compiling foldhash v0.1.3 |
1223 | 2025-01-08T23:21:17.885Z | Compiling regex-automata v0.4.8 |
1224 | 2025-01-08T23:21:18.112Z | Compiling pin-utils v0.1.0 |
1225 | 2025-01-08T23:21:18.203Z | Compiling hashbrown v0.15.1 |
1226 | 2025-01-08T23:21:19.255Z | Compiling synstructure v0.13.1 |
1227 | 2025-01-08T23:21:19.599Z | Compiling cexpr v0.6.0 |
1228 | 2025-01-08T23:21:19.643Z | Compiling cmake v0.1.51 |
1229 | 2025-01-08T23:21:20.703Z | Compiling num-traits v0.2.19 |
1230 | 2025-01-08T23:21:20.935Z | Compiling dunce v1.0.5 |
1231 | 2025-01-08T23:21:20.973Z | Compiling fs_extra v1.3.0 |
1232 | 2025-01-08T23:21:21.051Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2025-01-08T23:21:21.067Z | Compiling pkg-config v0.3.31 |
1234 | 2025-01-08T23:21:21.140Z | Compiling tinyvec v1.8.0 |
1235 | 2025-01-08T23:21:21.564Z | Compiling ring v0.17.8 |
1236 | 2025-01-08T23:21:22.673Z | Compiling unicode-normalization v0.1.24 |
1237 | 2025-01-08T23:21:22.691Z | Compiling paste v1.0.15 |
1238 | 2025-01-08T23:21:22.709Z | Compiling litemap v0.7.3 |
1239 | 2025-01-08T23:21:22.927Z | Compiling base64ct v1.6.0 |
1240 | 2025-01-08T23:21:23.080Z | Compiling writeable v0.5.5 |
1241 | 2025-01-08T23:21:23.179Z | Compiling regex v1.11.1 |
1242 | 2025-01-08T23:21:23.505Z | Compiling unicode-bidi v0.3.17 |
1243 | 2025-01-08T23:21:23.669Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2025-01-08T23:21:24.280Z | Compiling flagset v0.4.6 |
1245 | 2025-01-08T23:21:24.433Z | Compiling httparse v1.9.5 |
1246 | 2025-01-08T23:21:24.496Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-01-08T23:21:24.921Z | Compiling tracing-core v0.1.32 |
1248 | 2025-01-08T23:21:24.940Z | Compiling percent-encoding v2.3.1 |
1249 | 2025-01-08T23:21:25.228Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2025-01-08T23:21:25.280Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2025-01-08T23:21:25.776Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2025-01-08T23:21:25.881Z | Compiling powerfmt v0.2.0 |
1253 | 2025-01-08T23:21:26.115Z | Compiling serde_derive v1.0.215 |
1254 | 2025-01-08T23:21:26.226Z | Compiling zeroize_derive v1.4.2 |
1255 | 2025-01-08T23:21:26.252Z | Compiling zerocopy-derive v0.7.35 |
1256 | 2025-01-08T23:21:26.380Z | Compiling tokio-macros v2.4.0 |
1257 | 2025-01-08T23:21:26.528Z | Compiling zerofrom-derive v0.1.4 |
1258 | 2025-01-08T23:21:27.774Z | Compiling zeroize v1.8.1 |
1259 | 2025-01-08T23:21:27.878Z | Compiling yoke-derive v0.7.4 |
1260 | 2025-01-08T23:21:28.257Z | Compiling thiserror-impl v1.0.69 |
1261 | 2025-01-08T23:21:28.579Z | Compiling zerocopy v0.7.35 |
1262 | 2025-01-08T23:21:29.515Z | Compiling crypto-common v0.1.6 |
1263 | 2025-01-08T23:21:29.538Z | Compiling block-buffer v0.10.4 |
1264 | 2025-01-08T23:21:29.763Z | Compiling digest v0.10.7 |
1265 | 2025-01-08T23:21:29.806Z | Compiling zerovec-derive v0.10.3 |
1266 | 2025-01-08T23:21:30.240Z | Compiling hmac v0.12.1 |
1267 | 2025-01-08T23:21:30.260Z | Compiling futures-macro v0.3.31 |
1268 | 2025-01-08T23:21:30.463Z | Compiling block-padding v0.3.3 |
1269 | 2025-01-08T23:21:30.491Z | Compiling displaydoc v0.2.5 |
1270 | 2025-01-08T23:21:30.675Z | Compiling zerofrom v0.1.4 |
1271 | 2025-01-08T23:21:30.707Z | Compiling inout v0.1.3 |
1272 | 2025-01-08T23:21:30.920Z | Compiling sha2 v0.10.8 |
1273 | 2025-01-08T23:21:30.955Z | Compiling yoke v0.7.4 |
1274 | 2025-01-08T23:21:30.976Z | Compiling cipher v0.4.4 |
1275 | 2025-01-08T23:21:31.331Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2025-01-08T23:21:31.509Z | Compiling der_derive v0.7.3 |
1277 | 2025-01-08T23:21:31.691Z | Compiling thiserror v1.0.69 |
1278 | 2025-01-08T23:21:31.827Z | Compiling icu_provider_macros v1.5.0 |
1279 | 2025-01-08T23:21:32.144Z | Compiling rand_chacha v0.3.1 |
1280 | 2025-01-08T23:21:32.185Z | Compiling tracing-attributes v0.1.27 |
1281 | 2025-01-08T23:21:32.208Z | Compiling futures-util v0.3.31 |
1282 | 2025-01-08T23:21:32.481Z | Compiling zerovec v0.10.4 |
1283 | 2025-01-08T23:21:32.996Z | Compiling rand v0.8.5 |
1284 | 2025-01-08T23:21:33.994Z | Compiling der v0.7.9 |
1285 | 2025-01-08T23:21:34.459Z | Compiling tinystr v0.7.6 |
1286 | 2025-01-08T23:21:34.478Z | Compiling icu_collections v1.5.0 |
1287 | 2025-01-08T23:21:34.802Z | Compiling pest v2.7.14 |
1288 | 2025-01-08T23:21:34.894Z | Compiling icu_locid v1.5.0 |
1289 | 2025-01-08T23:21:35.182Z | Compiling salsa20 v0.10.2 |
1290 | 2025-01-08T23:21:35.424Z | Compiling pbkdf2 v0.12.2 |
1291 | 2025-01-08T23:21:35.605Z | Compiling num-conv v0.1.0 |
1292 | 2025-01-08T23:21:35.885Z | Compiling untrusted v0.9.0 |
1293 | 2025-01-08T23:21:35.950Z | Compiling vcpkg v0.2.15 |
1294 | 2025-01-08T23:21:36.047Z | Compiling icu_provider v1.5.0 |
1295 | 2025-01-08T23:21:36.070Z | Compiling tracing v0.1.40 |
1296 | 2025-01-08T23:21:36.587Z | Compiling spki v0.7.3 |
1297 | 2025-01-08T23:21:36.975Z | Compiling icu_locid_transform v1.5.0 |
1298 | 2025-01-08T23:21:37.090Z | Compiling untrusted v0.7.1 |
1299 | 2025-01-08T23:21:37.245Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-01-08T23:21:37.266Z | Compiling mirai-annotations v1.12.0 |
1301 | 2025-01-08T23:21:37.377Z | Compiling time-core v0.1.2 |
1302 | 2025-01-08T23:21:37.466Z | Compiling pest_meta v2.7.14 |
1303 | 2025-01-08T23:21:37.553Z | Compiling time-macros v0.2.18 |
1304 | 2025-01-08T23:21:37.823Z | Compiling scrypt v0.11.0 |
1305 | 2025-01-08T23:21:38.120Z | Compiling openssl-sys v0.9.103 |
1306 | 2025-01-08T23:21:38.386Z | Compiling icu_properties v1.5.1 |
1307 | 2025-01-08T23:21:38.522Z | Compiling aes v0.8.4 |
1308 | 2025-01-08T23:21:39.260Z | Compiling cbc v0.1.2 |
1309 | 2025-01-08T23:21:39.496Z | Compiling deranged v0.3.11 |
1310 | 2025-01-08T23:21:39.613Z | Compiling scroll_derive v0.12.0 |
1311 | 2025-01-08T23:21:40.460Z | Compiling bitflags v2.6.0 |
1312 | 2025-01-08T23:21:40.877Z | Compiling bytes v1.8.0 |
1313 | 2025-01-08T23:21:41.300Z | Compiling indexmap v2.6.0 |
1314 | 2025-01-08T23:21:41.369Z | Compiling semver v1.0.23 |
1315 | 2025-01-08T23:21:42.116Z | Compiling tokio v1.40.0 |
1316 | 2025-01-08T23:21:42.158Z | Compiling http v1.1.0 |
1317 | 2025-01-08T23:21:42.481Z | Compiling rustc_version v0.4.1 |
1318 | 2025-01-08T23:21:42.668Z | Compiling write16 v1.0.0 |
1319 | 2025-01-08T23:21:42.763Z | Compiling utf16_iter v1.0.5 |
1320 | 2025-01-08T23:21:42.803Z | Compiling num_threads v0.1.7 |
1321 | 2025-01-08T23:21:42.928Z | Compiling atomic-waker v1.1.2 |
1322 | 2025-01-08T23:21:42.970Z | Compiling icu_normalizer_data v1.5.0 |
1323 | 2025-01-08T23:21:43.075Z | Compiling utf8_iter v1.0.4 |
1324 | 2025-01-08T23:21:43.118Z | Compiling time v0.3.36 |
1325 | 2025-01-08T23:21:43.202Z | Compiling scroll v0.12.0 |
1326 | 2025-01-08T23:21:43.335Z | Compiling icu_normalizer v1.5.0 |
1327 | 2025-01-08T23:21:43.353Z | Compiling pkcs5 v0.7.1 |
1328 | 2025-01-08T23:21:43.751Z | Compiling http-body v1.0.1 |
1329 | 2025-01-08T23:21:44.108Z | Compiling pest_generator v2.7.14 |
1330 | 2025-01-08T23:21:44.333Z | Compiling form_urlencoded v1.2.1 |
1331 | 2025-01-08T23:21:44.626Z | Compiling try-lock v0.2.5 |
1332 | 2025-01-08T23:21:44.665Z | Compiling slog v2.7.0 |
1333 | 2025-01-08T23:21:44.691Z | Compiling goblin v0.8.2 |
1334 | 2025-01-08T23:21:44.764Z | Compiling which v4.4.2 |
1335 | 2025-01-08T23:21:45.392Z | Compiling want v0.3.1 |
1336 | 2025-01-08T23:21:45.441Z | Compiling idna_adapter v1.2.0 |
1337 | 2025-01-08T23:21:45.658Z | Compiling pkcs8 v0.10.2 |
1338 | 2025-01-08T23:21:45.676Z | Compiling uuid v1.11.0 |
1339 | 2025-01-08T23:21:46.125Z | Compiling pest_derive v2.7.14 |
1340 | 2025-01-08T23:21:46.260Z | Compiling httpdate v1.0.3 |
1341 | 2025-01-08T23:21:46.349Z | Compiling iana-time-zone v0.1.61 |
1342 | 2025-01-08T23:21:46.757Z | Compiling chrono v0.4.38 |
1343 | 2025-01-08T23:21:46.814Z | Compiling idna v1.0.3 |
1344 | 2025-01-08T23:21:46.906Z | Compiling dtrace-parser v0.2.0 |
1345 | 2025-01-08T23:21:47.938Z | Compiling serde_spanned v0.6.8 |
1346 | 2025-01-08T23:21:48.175Z | Compiling toml_datetime v0.6.8 |
1347 | 2025-01-08T23:21:48.430Z | Compiling serde_tokenstream v0.2.2 |
1348 | 2025-01-08T23:21:48.655Z | Compiling base64 v0.22.1 |
1349 | 2025-01-08T23:21:48.673Z | Compiling rustversion v1.0.17 |
1350 | 2025-01-08T23:21:49.060Z | Compiling match_cfg v0.1.0 |
1351 | 2025-01-08T23:21:49.120Z | Compiling tower-service v0.3.3 |
1352 | 2025-01-08T23:21:49.156Z | Compiling openssl v0.10.66 |
1353 | 2025-01-08T23:21:49.248Z | Compiling adler2 v2.0.0 |
1354 | 2025-01-08T23:21:49.400Z | Compiling foreign-types-shared v0.1.1 |
1355 | 2025-01-08T23:21:49.452Z | Compiling miniz_oxide v0.8.0 |
1356 | 2025-01-08T23:21:49.482Z | Compiling hostname v0.3.1 |
1357 | 2025-01-08T23:21:49.511Z | Compiling foreign-types v0.3.2 |
1358 | 2025-01-08T23:21:49.598Z | Compiling url v2.5.3 |
1359 | 2025-01-08T23:21:49.735Z | Compiling openssl-macros v0.1.1 |
1360 | 2025-01-08T23:21:50.475Z | Compiling tokio-util v0.7.12 |
1361 | 2025-01-08T23:21:50.494Z | Compiling dof v0.3.0 |
1362 | 2025-01-08T23:21:50.945Z | Compiling async-trait v0.1.83 |
1363 | 2025-01-08T23:21:50.988Z | Compiling serde_derive_internals v0.29.1 |
1364 | 2025-01-08T23:21:51.627Z | Compiling h2 v0.4.6 |
1365 | 2025-01-08T23:21:51.883Z | Compiling usdt-impl v0.5.0 |
1366 | 2025-01-08T23:21:52.673Z | Compiling dirs-sys-next v0.1.2 |
1367 | 2025-01-08T23:21:53.360Z | Compiling rustls v0.22.4 |
1368 | 2025-01-08T23:21:53.470Z | Compiling schemars v0.8.21 |
1369 | 2025-01-08T23:21:53.617Z | Compiling syn v1.0.109 |
1370 | 2025-01-08T23:21:53.659Z | Compiling rustls v0.23.19 |
1371 | 2025-01-08T23:21:53.708Z | Compiling data-encoding v2.6.0 |
1372 | 2025-01-08T23:21:53.796Z | Compiling native-tls v0.2.12 |
1373 | 2025-01-08T23:21:53.905Z | Compiling siphasher v0.3.11 |
1374 | 2025-01-08T23:21:54.211Z | Compiling schemars_derive v0.8.21 |
1375 | 2025-01-08T23:21:54.340Z | Compiling dirs-next v2.0.0 |
1376 | 2025-01-08T23:21:54.836Z | Compiling http-body-util v0.1.2 |
1377 | 2025-01-08T23:21:55.376Z | Compiling heapless v0.7.17 |
1378 | 2025-01-08T23:21:55.817Z | Compiling crossbeam-epoch v0.9.18 |
1379 | 2025-01-08T23:21:55.978Z | Compiling sha1 v0.10.6 |
1380 | 2025-01-08T23:21:56.128Z | Compiling signature v2.2.0 |
1381 | 2025-01-08T23:21:56.398Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1382 | 2025-01-08T23:21:56.417Z | Compiling thread_local v1.1.8 |
1383 | 2025-01-08T23:21:56.535Z | Compiling encoding_rs v0.8.34 |
1384 | 2025-01-08T23:21:56.885Z | Compiling multer v3.1.0 |
1385 | 2025-01-08T23:21:56.949Z | Compiling cookie v0.18.1 |
1386 | 2025-01-08T23:21:57.155Z | Compiling mime v0.3.17 |
1387 | 2025-01-08T23:21:57.203Z | Compiling signal-hook v0.3.17 |
1388 | 2025-01-08T23:21:57.460Z | Compiling rayon-core v1.12.1 |
1389 | 2025-01-08T23:21:57.617Z | Compiling unicode-properties v0.1.3 |
1390 | 2025-01-08T23:21:57.640Z | Compiling ipnet v2.10.1 |
1391 | 2025-01-08T23:21:57.719Z | Compiling openssl-probe v0.1.5 |
1392 | 2025-01-08T23:21:57.720Z | Compiling slog-async v2.8.0 |
1393 | 2025-01-08T23:21:58.003Z | Compiling gimli v0.31.1 |
1394 | 2025-01-08T23:21:58.067Z | Compiling dyn-clone v1.0.17 |
1395 | 2025-01-08T23:21:58.293Z | Compiling stringprep v0.1.5 |
1396 | 2025-01-08T23:21:58.952Z | Compiling hyper v1.5.0 |
1397 | 2025-01-08T23:21:59.677Z | Compiling toml_edit v0.22.22 |
1398 | 2025-01-08T23:22:01.592Z | Compiling hyper-util v0.1.10 |
1399 | 2025-01-08T23:22:02.217Z | Compiling crossbeam-deque v0.8.5 |
1400 | 2025-01-08T23:22:02.535Z | Compiling addr2line v0.24.2 |
1401 | 2025-01-08T23:22:03.160Z | Compiling usdt-attr-macro v0.5.0 |
1402 | 2025-01-08T23:22:03.207Z | Compiling usdt-macro v0.5.0 |
1403 | 2025-01-08T23:22:03.210Z | Compiling term v0.7.0 |
1404 | 2025-01-08T23:22:03.635Z | Compiling slog-json v2.6.1 |
1405 | 2025-01-08T23:22:04.030Z | Compiling serde_urlencoded v0.7.1 |
1406 | 2025-01-08T23:22:04.600Z | Compiling curve25519-dalek v4.1.3 |
1407 | 2025-01-08T23:22:04.696Z | Compiling crossbeam-channel v0.5.13 |
1408 | 2025-01-08T23:22:04.716Z | Compiling futures-executor v0.3.31 |
1409 | 2025-01-08T23:22:04.737Z | Compiling enum-as-inner v0.6.1 |
1410 | 2025-01-08T23:22:04.786Z | Compiling md-5 v0.10.6 |
1411 | 2025-01-08T23:22:05.058Z | Compiling async-stream-impl v0.3.6 |
1412 | 2025-01-08T23:22:05.215Z | Compiling rustls-pemfile v2.2.0 |
1413 | 2025-01-08T23:22:05.295Z | Compiling num-integer v0.1.46 |
1414 | 2025-01-08T23:22:05.535Z | Compiling idna v0.4.0 |
1415 | 2025-01-08T23:22:05.744Z | Compiling idna v0.3.0 |
1416 | 2025-01-08T23:22:05.838Z | Compiling hash32 v0.2.1 |
1417 | 2025-01-08T23:22:06.083Z | Compiling ff v0.13.0 |
1418 | 2025-01-08T23:22:06.222Z | Compiling is-terminal v0.4.13 |
1419 | 2025-01-08T23:22:06.327Z | Compiling object v0.36.5 |
1420 | 2025-01-08T23:22:06.348Z | Compiling dropshot v0.12.0 |
1421 | 2025-01-08T23:22:06.428Z | Compiling portable-atomic v1.9.0 |
1422 | 2025-01-08T23:22:06.634Z | Compiling fallible-iterator v0.2.0 |
1423 | 2025-01-08T23:22:07.225Z | Compiling linked-hash-map v0.5.6 |
1424 | 2025-01-08T23:22:07.339Z | Compiling smoltcp v0.9.1 |
1425 | 2025-01-08T23:22:07.377Z | Compiling anyhow v1.0.93 |
1426 | 2025-01-08T23:22:07.503Z | Compiling psl-types v2.0.11 |
1427 | 2025-01-08T23:22:07.575Z | Compiling take_mut v0.2.2 |
1428 | 2025-01-08T23:22:07.684Z | Compiling rustc-demangle v0.1.24 |
1429 | 2025-01-08T23:22:07.729Z | Compiling num-bigint-dig v0.8.4 |
1430 | 2025-01-08T23:22:07.953Z | Compiling utf-8 v0.7.6 |
1431 | 2025-01-08T23:22:07.993Z | Compiling quick-error v1.2.3 |
1432 | 2025-01-08T23:22:08.011Z | Compiling base16ct v0.2.0 |
1433 | 2025-01-08T23:22:08.133Z | Compiling resolv-conf v0.7.0 |
1434 | 2025-01-08T23:22:08.263Z | Compiling sec1 v0.7.3 |
1435 | 2025-01-08T23:22:08.320Z | Compiling tungstenite v0.24.0 |
1436 | 2025-01-08T23:22:08.637Z | Compiling publicsuffix v2.2.3 |
1437 | 2025-01-08T23:22:08.866Z | Compiling lru-cache v0.1.2 |
1438 | 2025-01-08T23:22:08.938Z | Compiling postgres-protocol v0.6.7 |
1439 | 2025-01-08T23:22:09.078Z | Compiling async-stream v0.3.6 |
1440 | 2025-01-08T23:22:09.101Z | Compiling hickory-proto v0.24.1 |
1441 | 2025-01-08T23:22:09.382Z | Compiling usdt v0.5.0 |
1442 | 2025-01-08T23:22:09.712Z | Compiling slog-term v2.9.1 |
1443 | 2025-01-08T23:22:09.908Z | Compiling group v0.13.0 |
1444 | 2025-01-08T23:22:10.344Z | Compiling num-iter v0.1.45 |
1445 | 2025-01-08T23:22:10.650Z | Compiling futures v0.3.31 |
1446 | 2025-01-08T23:22:10.678Z | Compiling slog-bunyan v2.5.0 |
1447 | 2025-01-08T23:22:10.895Z | Compiling toml v0.8.19 |
1448 | 2025-01-08T23:22:12.110Z | Compiling tokio-native-tls v0.3.1 |
1449 | 2025-01-08T23:22:12.532Z | Compiling camino v1.1.9 |
1450 | 2025-01-08T23:22:12.665Z | Compiling phf_shared v0.11.2 |
1451 | 2025-01-08T23:22:12.684Z | Compiling dropshot_endpoint v0.12.0 |
1452 | 2025-01-08T23:22:13.067Z | Compiling terminal_size v0.4.0 |
1453 | 2025-01-08T23:22:13.284Z | Compiling openapiv3 v2.0.0 |
1454 | 2025-01-08T23:22:13.352Z | Compiling waitgroup v0.1.2 |
1455 | 2025-01-08T23:22:13.489Z | Compiling serde_path_to_error v0.1.16 |
1456 | 2025-01-08T23:22:13.570Z | Compiling hkdf v0.12.4 |
1457 | 2025-01-08T23:22:13.835Z | Compiling backtrace v0.3.74 |
1458 | 2025-01-08T23:22:14.305Z | Compiling crypto-bigint v0.5.5 |
1459 | 2025-01-08T23:22:14.460Z | Compiling curve25519-dalek-derive v0.1.1 |
1460 | 2025-01-08T23:22:16.047Z | Compiling zerocopy-derive v0.6.6 |
1461 | 2025-01-08T23:22:17.512Z | Compiling webpki-roots v0.26.6 |
1462 | 2025-01-08T23:22:17.551Z | Compiling hubpack_derive v0.1.1 |
1463 | 2025-01-08T23:22:17.553Z | Compiling idna v0.5.0 |
1464 | 2025-01-08T23:22:17.711Z | Compiling hostname v0.4.0 |
1465 | 2025-01-08T23:22:17.728Z | Compiling fs-err v2.11.0 |
1466 | 2025-01-08T23:22:17.971Z | Compiling ahash v0.8.11 |
1467 | 2025-01-08T23:22:18.014Z | Compiling crc32fast v1.4.2 |
1468 | 2025-01-08T23:22:18.260Z | Compiling debug-ignore v1.0.5 |
1469 | 2025-01-08T23:22:18.288Z | Compiling winnow v0.5.40 |
1470 | 2025-01-08T23:22:18.333Z | Compiling bitflags v1.3.2 |
1471 | 2025-01-08T23:22:18.405Z | Compiling managed v0.8.0 |
1472 | 2025-01-08T23:22:18.407Z | Compiling newtype-uuid v1.1.3 |
1473 | 2025-01-08T23:22:18.443Z | Compiling clap_builder v4.5.21 |
1474 | 2025-01-08T23:22:18.722Z | Compiling console v0.15.8 |
1475 | 2025-01-08T23:22:19.280Z | Compiling strum_macros v0.25.3 |
1476 | 2025-01-08T23:22:19.612Z | Compiling hubpack v0.1.2 |
1477 | 2025-01-08T23:22:20.080Z | Compiling cookie_store v0.21.0 |
1478 | 2025-01-08T23:22:20.424Z | Compiling zerocopy v0.6.6 |
1479 | 2025-01-08T23:22:20.455Z | Compiling flate2 v1.0.34 |
1480 | 2025-01-08T23:22:21.102Z | Compiling elliptic-curve v0.13.8 |
1481 | 2025-01-08T23:22:21.399Z | Compiling hickory-resolver v0.24.1 |
1482 | 2025-01-08T23:22:21.921Z | Compiling toml_edit v0.19.15 |
1483 | 2025-01-08T23:22:22.172Z | Compiling phf v0.11.2 |
1484 | 2025-01-08T23:22:22.483Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2025-01-08T23:22:22.567Z | Compiling hyper-tls v0.6.0 |
1486 | 2025-01-08T23:22:22.639Z | Compiling rayon v1.10.0 |
1487 | 2025-01-08T23:22:22.976Z | Compiling bzip2 v0.4.4 |
1488 | 2025-01-08T23:22:23.474Z | Compiling postgres-types v0.2.8 |
1489 | 2025-01-08T23:22:25.070Z | Compiling tokio-tungstenite v0.24.0 |
1490 | 2025-01-08T23:22:27.015Z | Compiling ed25519 v2.2.3 |
1491 | 2025-01-08T23:22:27.442Z | Compiling phf_shared v0.10.0 |
1492 | 2025-01-08T23:22:27.848Z | Compiling tokio-stream v0.1.16 |
1493 | 2025-01-08T23:22:27.951Z | Compiling pkcs1 v0.7.5 |
1494 | 2025-01-08T23:22:28.240Z | Compiling serde-big-array v0.5.1 |
1495 | 2025-01-08T23:22:28.476Z | Compiling clap_derive v4.5.18 |
1496 | 2025-01-08T23:22:28.929Z | Compiling rfc6979 v0.4.0 |
1497 | 2025-01-08T23:22:28.933Z | Compiling serde_repr v0.1.19 |
1498 | 2025-01-08T23:22:28.933Z | Compiling derive-where v1.2.7 |
1499 | 2025-01-08T23:22:29.130Z | Compiling float-cmp v0.9.0 |
1500 | 2025-01-08T23:22:29.308Z | Compiling bstr v1.10.0 |
1501 | 2025-01-08T23:22:29.344Z | Compiling sync_wrapper v1.0.1 |
1502 | 2025-01-08T23:22:29.501Z | Compiling fixedbitset v0.4.2 |
1503 | 2025-01-08T23:22:29.991Z | Compiling bit-vec v0.6.3 |
1504 | 2025-01-08T23:22:30.031Z | Compiling unicode-segmentation v1.12.0 |
1505 | 2025-01-08T23:22:30.224Z | Compiling predicates-core v1.0.8 |
1506 | 2025-01-08T23:22:30.429Z | Compiling whoami v1.5.2 |
1507 | 2025-01-08T23:22:30.583Z | Compiling static_assertions v1.1.0 |
1508 | 2025-01-08T23:22:30.687Z | Compiling new_debug_unreachable v1.0.6 |
1509 | 2025-01-08T23:22:30.788Z | Compiling number_prefix v0.4.0 |
1510 | 2025-01-08T23:22:30.928Z | Compiling difflib v0.4.0 |
1511 | 2025-01-08T23:22:31.007Z | Compiling precomputed-hash v0.1.1 |
1512 | 2025-01-08T23:22:31.056Z | Compiling unicode-width v0.2.0 |
1513 | 2025-01-08T23:22:31.124Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2025-01-08T23:22:31.146Z | Compiling string_cache v0.8.7 |
1515 | 2025-01-08T23:22:31.251Z | Compiling tokio-postgres v0.7.12 |
1516 | 2025-01-08T23:22:31.583Z | Compiling indicatif v0.17.9 |
1517 | 2025-01-08T23:22:31.620Z | Compiling predicates v3.1.2 |
1518 | 2025-01-08T23:22:32.522Z | Compiling similar v2.6.0 |
1519 | 2025-01-08T23:22:32.557Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1520 | 2025-01-08T23:22:33.411Z | Compiling bit-set v0.5.3 |
1521 | 2025-01-08T23:22:33.608Z | Compiling clap v4.5.21 |
1522 | 2025-01-08T23:22:33.707Z | Compiling petgraph v0.6.5 |
1523 | 2025-01-08T23:22:33.738Z | Compiling ecdsa v0.16.9 |
1524 | 2025-01-08T23:22:33.829Z | Compiling rsa v0.9.6 |
1525 | 2025-01-08T23:22:34.643Z | Compiling ed25519-dalek v2.1.1 |
1526 | 2025-01-08T23:22:34.952Z | Compiling toml v0.7.8 |
1527 | 2025-01-08T23:22:35.978Z | Compiling zip v0.6.6 |
1528 | 2025-01-08T23:22:36.708Z | Compiling crossterm v0.28.1 |
1529 | 2025-01-08T23:22:37.883Z | Compiling hex v0.4.3 |
1530 | 2025-01-08T23:22:37.998Z | Compiling x509-cert v0.2.5 |
1531 | 2025-01-08T23:22:38.066Z | Compiling itertools v0.10.5 |
1532 | 2025-01-08T23:22:38.110Z | Compiling peg-runtime v0.8.3 |
1533 | 2025-01-08T23:22:38.469Z | Compiling lalrpop-util v0.19.12 |
1534 | 2025-01-08T23:22:38.751Z | Compiling unicode-xid v0.2.6 |
1535 | 2025-01-08T23:22:38.825Z | Compiling strum_macros v0.26.4 |
1536 | 2025-01-08T23:22:38.928Z | Compiling xattr v1.3.1 |
1537 | 2025-01-08T23:22:39.215Z | Compiling filetime v0.2.25 |
1538 | 2025-01-08T23:22:39.548Z | Compiling tar v0.4.42 |
1539 | 2025-01-08T23:22:43.816Z | Compiling strum v0.26.3 |
1540 | 2025-01-08T23:22:46.561Z | Compiling aws-lc-sys v0.22.0 |
1541 | 2025-01-08T23:23:14.488Z | Compiling rustls-webpki v0.102.8 |
1542 | 2025-01-08T23:23:17.804Z | Compiling tokio-rustls v0.25.0 |
1543 | 2025-01-08T23:23:19.531Z | Compiling tokio-rustls v0.26.0 |
1544 | 2025-01-08T23:23:19.937Z | Compiling hyper-rustls v0.27.3 |
1545 | 2025-01-08T23:23:20.220Z | Compiling reqwest v0.12.9 |
1546 | 2025-01-08T23:23:21.340Z | Compiling qorb v0.2.1 |
1547 | 2025-01-08T23:23:26.253Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1548 | 2025-01-08T23:23:26.482Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1549 | 2025-01-08T23:23:32.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1550 | 2025-01-08T23:23:32.376Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1551 | 2025-01-08T23:23:32.423Z | Jan 08 23:23:31.961 INFO Starting download, target: Clickhouse |
1552 | 2025-01-08T23:23:32.424Z | Jan 08 23:23:31.961 INFO Starting download, target: Console |
1553 | 2025-01-08T23:23:32.426Z | Jan 08 23:23:31.961 INFO Starting download, target: Cockroach |
1554 | 2025-01-08T23:23:32.426Z | Jan 08 23:23:31.961 INFO Starting download, target: DendriteOpenapi |
1555 | 2025-01-08T23:23:32.426Z | Jan 08 23:23:31.961 INFO Starting download, target: DendriteStub |
1556 | 2025-01-08T23:23:32.426Z | Jan 08 23:23:31.961 INFO Starting download, target: MaghemiteMgd |
1557 | 2025-01-08T23:23:32.426Z | Jan 08 23:23:31.961 INFO Starting download, target: TransceiverControl |
1558 | 2025-01-08T23:23:32.426Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1559 | 2025-01-08T23:23:32.427Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1560 | 2025-01-08T23:23:32.427Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1561 | 2025-01-08T23:23:32.427Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1562 | 2025-01-08T23:23:32.427Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1563 | 2025-01-08T23:23:32.427Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1564 | 2025-01-08T23:23:32.427Z | Jan 08 23:23:31.962 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1565 | 2025-01-08T23:23:32.635Z | Jan 08 23:23:32.171 INFO Download complete, target: DendriteOpenapi |
1566 | 2025-01-08T23:23:32.777Z | Jan 08 23:23:32.293 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1567 | 2025-01-08T23:23:33.053Z | Jan 08 23:23:32.541 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1568 | 2025-01-08T23:23:33.313Z | Jan 08 23:23:32.834 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1569 | 2025-01-08T23:23:33.349Z | Jan 08 23:23:32.883 INFO Download complete, target: Console |
1570 | 2025-01-08T23:23:33.411Z | Jan 08 23:23:32.948 INFO Download complete, target: TransceiverControl |
1571 | 2025-01-08T23:23:33.438Z | Jan 08 23:23:32.976 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1572 | 2025-01-08T23:23:34.128Z | Jan 08 23:23:33.665 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1573 | 2025-01-08T23:23:34.128Z | Jan 08 23:23:33.665 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1574 | 2025-01-08T23:23:34.561Z | Jan 08 23:23:34.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1575 | 2025-01-08T23:23:36.292Z | Jan 08 23:23:35.828 INFO Download complete, target: DendriteStub |
1576 | 2025-01-08T23:23:36.484Z | Jan 08 23:23:36.021 INFO Download complete, target: MaghemiteMgd |
1577 | 2025-01-08T23:23:41.729Z | Jan 08 23:23:41.265 INFO Checking that binary works, target: Cockroach |
1578 | 2025-01-08T23:23:41.885Z | Jan 08 23:23:41.421 INFO Download complete, target: Cockroach |
1579 | 2025-01-08T23:23:47.273Z | Jan 08 23:23:46.806 INFO Checking that binary works, target: Clickhouse |
1580 | 2025-01-08T23:23:47.437Z | Jan 08 23:23:46.972 INFO Download complete, target: Clickhouse |
1581 | 2025-01-08T23:23:47.457Z | All builder prerequisites installed successfully, and PATH looks valid |
1582 | 2025-01-08T23:23:47.460Z | |
1583 | 2025-01-08T23:23:47.460Z | real 5:08.949038677 |
1584 | 2025-01-08T23:23:47.460Z | user 16:28.269810052 |
1585 | 2025-01-08T23:23:47.460Z | sys 3:13.586736150 |
1586 | 2025-01-08T23:23:47.460Z | trap 0.549808237 |
1587 | 2025-01-08T23:23:47.460Z | tflt 1.574482193 |
1588 | 2025-01-08T23:23:47.460Z | dflt 2.314709906 |
1589 | 2025-01-08T23:23:47.460Z | kflt 0.028390719 |
1590 | 2025-01-08T23:23:47.460Z | lock 29:30.195136023 |
1591 | 2025-01-08T23:23:47.460Z | slp 1:01:38.887968877 |
1592 | 2025-01-08T23:23:47.460Z | lat 57.664536046 |
1593 | 2025-01-08T23:23:47.460Z | stop 2:15.064698382 |
1594 | 2025-01-08T23:23:47.460Z | + banner hack-check |
1595 | 2025-01-08T23:23:47.463Z | |
1596 | 2025-01-08T23:23:47.463Z | # # ## #### # # #### # # ###### #### # # |
1597 | 2025-01-08T23:23:47.463Z | # # # # # # # # # # # # # # # # # |
1598 | 2025-01-08T23:23:47.463Z | ###### # # # #### ##### # ###### ##### # #### |
1599 | 2025-01-08T23:23:47.463Z | # # ###### # # # # # # # # # # |
1600 | 2025-01-08T23:23:47.463Z | # # # # # # # # # # # # # # # # # |
1601 | 2025-01-08T23:23:47.463Z | # # # # #### # # #### # # ###### #### # # |
1602 | 2025-01-08T23:23:47.463Z | |
1603 | 2025-01-08T23:23:47.463Z | + export CARGO_INCREMENTAL=0 |
1604 | 2025-01-08T23:23:47.463Z | + CARGO_INCREMENTAL=0 |
1605 | 2025-01-08T23:23:47.463Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1606 | 2025-01-08T23:23:47.985Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1607 | 2025-01-08T23:23:51.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1608 | 2025-01-08T23:23:51.508Z | Running `target/debug/xtask check-features --ci` |
1609 | 2025-01-08T23:23:51.527Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1610 | 2025-01-08T23:23:51.530Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1611 | 2025-01-08T23:23:51.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1612 | 2025-01-08T23:23:51.987Z | Running `target/debug/xtask download cargo-hack` |
1613 | 2025-01-08T23:23:52.800Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1614 | 2025-01-08T23:23:53.221Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1615 | 2025-01-08T23:23:58.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
1616 | 2025-01-08T23:23:58.243Z | Running `target/debug/xtask-downloader cargo-hack` |
1617 | 2025-01-08T23:23:58.277Z | Jan 08 23:23:57.811 INFO Starting download, target: CargoHack |
1618 | 2025-01-08T23:23:58.280Z | Jan 08 23:23:57.811 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1619 | 2025-01-08T23:23:58.881Z | Jan 08 23:23:58.414 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1620 | 2025-01-08T23:23:58.973Z | Jan 08 23:23:58.507 INFO Download complete, target: CargoHack |
1621 | 2025-01-08T23:23:58.977Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1622 | 2025-01-08T23:23:58.993Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1623 | 2025-01-08T23:23:59.162Z | info: running `cargo check --bins` on api_identity (1/176) |
1624 | 2025-01-08T23:23:59.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2025-01-08T23:23:59.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2025-01-08T23:23:59.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2025-01-08T23:23:59.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1628 | 2025-01-08T23:23:59.754Z | |
1629 | 2025-01-08T23:23:59.754Z | info: running `cargo check --bins` on bootstore (2/176) |
1630 | 2025-01-08T23:24:00.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2025-01-08T23:24:00.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2025-01-08T23:24:00.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2025-01-08T23:24:00.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1634 | 2025-01-08T23:24:00.415Z | |
1635 | 2025-01-08T23:24:00.415Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1636 | 2025-01-08T23:24:00.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2025-01-08T23:24:00.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2025-01-08T23:24:00.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2025-01-08T23:24:00.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1640 | 2025-01-08T23:24:00.981Z | |
1641 | 2025-01-08T23:24:00.981Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1642 | 2025-01-08T23:24:01.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2025-01-08T23:24:01.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2025-01-08T23:24:01.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2025-01-08T23:24:01.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1646 | 2025-01-08T23:24:01.589Z | |
1647 | 2025-01-08T23:24:01.590Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1648 | 2025-01-08T23:24:01.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2025-01-08T23:24:01.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2025-01-08T23:24:01.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2025-01-08T23:24:01.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2025-01-08T23:24:02.007Z | |
1653 | 2025-01-08T23:24:02.007Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1654 | 2025-01-08T23:24:02.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2025-01-08T23:24:02.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2025-01-08T23:24:02.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2025-01-08T23:24:02.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1658 | 2025-01-08T23:24:02.432Z | |
1659 | 2025-01-08T23:24:02.432Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1660 | 2025-01-08T23:24:02.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2025-01-08T23:24:02.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2025-01-08T23:24:02.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2025-01-08T23:24:02.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2025-01-08T23:24:02.854Z | |
1665 | 2025-01-08T23:24:02.854Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1666 | 2025-01-08T23:24:03.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-01-08T23:24:03.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-01-08T23:24:03.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-01-08T23:24:03.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2025-01-08T23:24:03.275Z | |
1671 | 2025-01-08T23:24:03.275Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1672 | 2025-01-08T23:24:03.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-01-08T23:24:03.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-01-08T23:24:03.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-01-08T23:24:03.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2025-01-08T23:24:03.694Z | |
1677 | 2025-01-08T23:24:03.694Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1678 | 2025-01-08T23:24:04.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-01-08T23:24:04.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-01-08T23:24:04.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-01-08T23:24:04.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1682 | 2025-01-08T23:24:04.119Z | |
1683 | 2025-01-08T23:24:04.119Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1684 | 2025-01-08T23:24:04.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-01-08T23:24:04.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-01-08T23:24:04.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-01-08T23:24:04.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1688 | 2025-01-08T23:24:04.545Z | |
1689 | 2025-01-08T23:24:04.545Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1690 | 2025-01-08T23:24:04.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-01-08T23:24:04.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-01-08T23:24:04.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-01-08T23:24:04.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1694 | 2025-01-08T23:24:04.976Z | |
1695 | 2025-01-08T23:24:04.976Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1696 | 2025-01-08T23:24:05.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-01-08T23:24:05.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-01-08T23:24:05.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-01-08T23:24:05.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1700 | 2025-01-08T23:24:05.401Z | |
1701 | 2025-01-08T23:24:05.401Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1702 | 2025-01-08T23:24:05.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-01-08T23:24:05.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-01-08T23:24:05.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-01-08T23:24:05.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1706 | 2025-01-08T23:24:05.829Z | |
1707 | 2025-01-08T23:24:05.829Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1708 | 2025-01-08T23:24:06.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-01-08T23:24:06.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-01-08T23:24:06.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-01-08T23:24:06.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1712 | 2025-01-08T23:24:06.255Z | |
1713 | 2025-01-08T23:24:06.255Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1714 | 2025-01-08T23:24:06.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-01-08T23:24:06.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-01-08T23:24:06.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-01-08T23:24:06.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2025-01-08T23:24:06.685Z | |
1719 | 2025-01-08T23:24:06.685Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1720 | 2025-01-08T23:24:07.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-01-08T23:24:07.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-01-08T23:24:07.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-01-08T23:24:07.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2025-01-08T23:24:07.109Z | |
1725 | 2025-01-08T23:24:07.109Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1726 | 2025-01-08T23:24:07.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-01-08T23:24:07.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-01-08T23:24:07.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-01-08T23:24:07.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1730 | 2025-01-08T23:24:07.536Z | |
1731 | 2025-01-08T23:24:07.536Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1732 | 2025-01-08T23:24:07.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-01-08T23:24:07.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-01-08T23:24:07.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-01-08T23:24:07.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2025-01-08T23:24:07.959Z | |
1737 | 2025-01-08T23:24:07.959Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1738 | 2025-01-08T23:24:08.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-01-08T23:24:08.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-01-08T23:24:08.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-01-08T23:24:08.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2025-01-08T23:24:08.387Z | |
1743 | 2025-01-08T23:24:08.387Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1744 | 2025-01-08T23:24:08.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-01-08T23:24:08.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-01-08T23:24:08.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-01-08T23:24:08.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2025-01-08T23:24:08.817Z | |
1749 | 2025-01-08T23:24:08.817Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1750 | 2025-01-08T23:24:09.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-01-08T23:24:09.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-01-08T23:24:09.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-01-08T23:24:09.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1754 | 2025-01-08T23:24:09.238Z | |
1755 | 2025-01-08T23:24:09.238Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1756 | 2025-01-08T23:24:09.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-01-08T23:24:09.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-01-08T23:24:09.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-01-08T23:24:09.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2025-01-08T23:24:09.662Z | |
1761 | 2025-01-08T23:24:09.662Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1762 | 2025-01-08T23:24:10.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-01-08T23:24:10.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-01-08T23:24:10.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-01-08T23:24:10.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1766 | 2025-01-08T23:24:10.087Z | |
1767 | 2025-01-08T23:24:10.087Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1768 | 2025-01-08T23:24:10.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-01-08T23:24:10.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-01-08T23:24:10.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-01-08T23:24:10.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1772 | 2025-01-08T23:24:10.727Z | |
1773 | 2025-01-08T23:24:10.727Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1774 | 2025-01-08T23:24:11.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-01-08T23:24:11.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-01-08T23:24:11.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-01-08T23:24:11.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1778 | 2025-01-08T23:24:11.355Z | |
1779 | 2025-01-08T23:24:11.355Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1780 | 2025-01-08T23:24:11.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-01-08T23:24:11.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-01-08T23:24:11.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-01-08T23:24:11.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1784 | 2025-01-08T23:24:11.985Z | |
1785 | 2025-01-08T23:24:11.985Z | info: running `cargo check --bins` on oxlog (28/176) |
1786 | 2025-01-08T23:24:12.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-01-08T23:24:12.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-01-08T23:24:12.597Z | Checking cfg-if v1.0.0 |
1789 | 2025-01-08T23:24:12.599Z | Checking libc v0.2.162 |
1790 | 2025-01-08T23:24:12.704Z | Checking serde v1.0.215 |
1791 | 2025-01-08T23:24:12.707Z | Checking zeroize v1.8.1 |
1792 | 2025-01-08T23:24:12.722Z | Checking memchr v2.7.4 |
1793 | 2025-01-08T23:24:12.724Z | Checking typenum v1.17.0 |
1794 | 2025-01-08T23:24:12.744Z | Checking scopeguard v1.2.0 |
1795 | 2025-01-08T23:24:12.746Z | Checking subtle v2.6.1 |
1796 | 2025-01-08T23:24:12.769Z | Checking value-bag v1.9.0 |
1797 | 2025-01-08T23:24:12.874Z | Checking lock_api v0.4.12 |
1798 | 2025-01-08T23:24:12.948Z | Checking const-oid v0.9.6 |
1799 | 2025-01-08T23:24:13.022Z | Checking smallvec v1.13.2 |
1800 | 2025-01-08T23:24:13.168Z | Checking log v0.4.22 |
1801 | 2025-01-08T23:24:13.262Z | Checking itoa v1.0.11 |
1802 | 2025-01-08T23:24:13.388Z | Checking pin-project-lite v0.2.14 |
1803 | 2025-01-08T23:24:13.466Z | Checking byteorder v1.5.0 |
1804 | 2025-01-08T23:24:13.508Z | Checking futures-core v0.3.31 |
1805 | 2025-01-08T23:24:13.582Z | Checking once_cell v1.20.2 |
1806 | 2025-01-08T23:24:13.674Z | Checking cpufeatures v0.2.14 |
1807 | 2025-01-08T23:24:13.690Z | Checking stable_deref_trait v1.2.0 |
1808 | 2025-01-08T23:24:13.763Z | Checking futures-sink v0.3.31 |
1809 | 2025-01-08T23:24:13.784Z | Checking spin v0.9.8 |
1810 | 2025-01-08T23:24:13.841Z | Checking getrandom v0.2.15 |
1811 | 2025-01-08T23:24:13.883Z | Checking signal-hook-registry v1.4.2 |
1812 | 2025-01-08T23:24:13.909Z | Checking parking_lot_core v0.9.10 |
1813 | 2025-01-08T23:24:13.923Z | Checking mio v1.0.2 |
1814 | 2025-01-08T23:24:14.043Z | Checking rand_core v0.6.4 |
1815 | 2025-01-08T23:24:14.076Z | Checking generic-array v0.14.7 |
1816 | 2025-01-08T23:24:14.109Z | Checking socket2 v0.5.7 |
1817 | 2025-01-08T23:24:14.131Z | Checking zerocopy v0.7.35 |
1818 | 2025-01-08T23:24:14.242Z | Checking parking_lot v0.12.3 |
1819 | 2025-01-08T23:24:14.357Z | Checking zerofrom v0.1.4 |
1820 | 2025-01-08T23:24:14.517Z | Checking slab v0.4.9 |
1821 | 2025-01-08T23:24:14.557Z | Checking yoke v0.7.4 |
1822 | 2025-01-08T23:24:14.577Z | Checking futures-channel v0.3.31 |
1823 | 2025-01-08T23:24:14.592Z | Checking futures-task v0.3.31 |
1824 | 2025-01-08T23:24:14.785Z | Checking foldhash v0.1.3 |
1825 | 2025-01-08T23:24:14.801Z | Checking equivalent v1.0.1 |
1826 | 2025-01-08T23:24:14.825Z | Checking futures-io v0.3.31 |
1827 | 2025-01-08T23:24:14.870Z | Checking pin-utils v0.1.0 |
1828 | 2025-01-08T23:24:14.891Z | Checking allocator-api2 v0.2.18 |
1829 | 2025-01-08T23:24:14.933Z | Checking zerovec v0.10.4 |
1830 | 2025-01-08T23:24:14.958Z | Checking ryu v1.0.18 |
1831 | 2025-01-08T23:24:14.975Z | Checking tinyvec_macros v0.1.1 |
1832 | 2025-01-08T23:24:14.992Z | Checking futures-util v0.3.31 |
1833 | 2025-01-08T23:24:15.057Z | Checking tinyvec v1.8.0 |
1834 | 2025-01-08T23:24:15.176Z | Checking fnv v1.0.7 |
1835 | 2025-01-08T23:24:15.252Z | Checking crypto-common v0.1.6 |
1836 | 2025-01-08T23:24:15.301Z | Checking block-buffer v0.10.4 |
1837 | 2025-01-08T23:24:15.430Z | Checking block-padding v0.3.3 |
1838 | 2025-01-08T23:24:15.502Z | Checking libm v0.2.8 |
1839 | 2025-01-08T23:24:15.517Z | Checking digest v0.10.7 |
1840 | 2025-01-08T23:24:15.532Z | Checking hashbrown v0.15.1 |
1841 | 2025-01-08T23:24:15.617Z | Checking inout v0.1.3 |
1842 | 2025-01-08T23:24:15.854Z | Checking cipher v0.4.4 |
1843 | 2025-01-08T23:24:15.873Z | Checking hmac v0.12.1 |
1844 | 2025-01-08T23:24:16.065Z | Checking sha2 v0.10.8 |
1845 | 2025-01-08T23:24:16.253Z | Checking base64ct v1.6.0 |
1846 | 2025-01-08T23:24:16.368Z | Checking unicode-normalization v0.1.24 |
1847 | 2025-01-08T23:24:16.382Z | Checking unicode-bidi v0.3.17 |
1848 | 2025-01-08T23:24:16.568Z | Checking tinystr v0.7.6 |
1849 | 2025-01-08T23:24:16.653Z | Checking litemap v0.7.3 |
1850 | 2025-01-08T23:24:16.678Z | Checking writeable v0.5.5 |
1851 | 2025-01-08T23:24:16.681Z | Checking pem-rfc7468 v0.7.0 |
1852 | 2025-01-08T23:24:16.944Z | Checking num-traits v0.2.19 |
1853 | 2025-01-08T23:24:16.959Z | Checking ppv-lite86 v0.2.20 |
1854 | 2025-01-08T23:24:16.978Z | Checking flagset v0.4.6 |
1855 | 2025-01-08T23:24:16.993Z | Checking icu_locid v1.5.0 |
1856 | 2025-01-08T23:24:17.013Z | Checking tracing-core v0.1.32 |
1857 | 2025-01-08T23:24:17.164Z | Checking der v0.7.9 |
1858 | 2025-01-08T23:24:17.291Z | Checking thiserror v1.0.69 |
1859 | 2025-01-08T23:24:17.426Z | Checking percent-encoding v2.3.1 |
1860 | 2025-01-08T23:24:17.613Z | Checking rustls-pki-types v1.10.0 |
1861 | 2025-01-08T23:24:17.640Z | Checking bytes v1.8.0 |
1862 | 2025-01-08T23:24:17.655Z | Checking indexmap v2.6.0 |
1863 | 2025-01-08T23:24:17.709Z | Checking serde_json v1.0.133 |
1864 | 2025-01-08T23:24:18.013Z | Checking icu_provider v1.5.0 |
1865 | 2025-01-08T23:24:18.168Z | Checking rand_chacha v0.3.1 |
1866 | 2025-01-08T23:24:18.466Z | Checking tokio v1.40.0 |
1867 | 2025-01-08T23:24:18.570Z | Checking http v1.1.0 |
1868 | 2025-01-08T23:24:18.610Z | Checking bitflags v2.6.0 |
1869 | 2025-01-08T23:24:18.647Z | Checking icu_locid_transform_data v1.5.0 |
1870 | 2025-01-08T23:24:18.752Z | Checking icu_locid_transform v1.5.0 |
1871 | 2025-01-08T23:24:18.925Z | Checking rand v0.8.5 |
1872 | 2025-01-08T23:24:18.959Z | Checking tracing v0.1.40 |
1873 | 2025-01-08T23:24:19.021Z | Checking spki v0.7.3 |
1874 | 2025-01-08T23:24:19.296Z | Checking icu_collections v1.5.0 |
1875 | 2025-01-08T23:24:19.322Z | Checking salsa20 v0.10.2 |
1876 | 2025-01-08T23:24:19.410Z | Checking pbkdf2 v0.12.2 |
1877 | 2025-01-08T23:24:19.532Z | Checking aws-lc-sys v0.22.0 |
1878 | 2025-01-08T23:24:19.575Z | Checking httparse v1.9.5 |
1879 | 2025-01-08T23:24:19.732Z | Checking mirai-annotations v1.12.0 |
1880 | 2025-01-08T23:24:19.892Z | Checking untrusted v0.7.1 |
1881 | 2025-01-08T23:24:19.907Z | Checking icu_properties_data v1.5.0 |
1882 | 2025-01-08T23:24:19.939Z | Checking powerfmt v0.2.0 |
1883 | 2025-01-08T23:24:20.002Z | Checking untrusted v0.9.0 |
1884 | 2025-01-08T23:24:20.046Z | Checking scrypt v0.11.0 |
1885 | 2025-01-08T23:24:20.114Z | Checking cbc v0.1.2 |
1886 | 2025-01-08T23:24:20.136Z | Checking icu_properties v1.5.1 |
1887 | 2025-01-08T23:24:20.151Z | Checking ring v0.17.8 |
1888 | 2025-01-08T23:24:20.192Z | Checking deranged v0.3.11 |
1889 | 2025-01-08T23:24:20.223Z | Checking aes v0.8.4 |
1890 | 2025-01-08T23:24:20.256Z | Checking crossbeam-utils v0.8.20 |
1891 | 2025-01-08T23:24:20.302Z | Checking num-conv v0.1.0 |
1892 | 2025-01-08T23:24:20.548Z | Checking utf16_iter v1.0.5 |
1893 | 2025-01-08T23:24:20.716Z | Checking utf8_iter v1.0.4 |
1894 | 2025-01-08T23:24:20.919Z | Checking write16 v1.0.0 |
1895 | 2025-01-08T23:24:20.956Z | Checking num_threads v0.1.7 |
1896 | 2025-01-08T23:24:21.048Z | Checking atomic-waker v1.1.2 |
1897 | 2025-01-08T23:24:21.074Z | Checking time-core v0.1.2 |
1898 | 2025-01-08T23:24:21.140Z | Checking icu_normalizer_data v1.5.0 |
1899 | 2025-01-08T23:24:21.176Z | Checking pkcs5 v0.7.1 |
1900 | 2025-01-08T23:24:21.232Z | Checking http-body v1.0.1 |
1901 | 2025-01-08T23:24:21.234Z | Checking form_urlencoded v1.2.1 |
1902 | 2025-01-08T23:24:21.432Z | Checking try-lock v0.2.5 |
1903 | 2025-01-08T23:24:21.447Z | Checking uuid v1.11.0 |
1904 | 2025-01-08T23:24:21.574Z | Checking want v0.3.1 |
1905 | 2025-01-08T23:24:21.688Z | Checking pkcs8 v0.10.2 |
1906 | 2025-01-08T23:24:21.739Z | Checking unicode-ident v1.0.13 |
1907 | 2025-01-08T23:24:21.899Z | Checking httpdate v1.0.3 |
1908 | 2025-01-08T23:24:21.914Z | Checking time v0.3.36 |
1909 | 2025-01-08T23:24:21.998Z | Checking proc-macro2 v1.0.89 |
1910 | 2025-01-08T23:24:22.038Z | Checking toml_datetime v0.6.8 |
1911 | 2025-01-08T23:24:22.056Z | Checking serde_spanned v0.6.8 |
1912 | 2025-01-08T23:24:22.076Z | Checking aws-lc-rs v1.10.0 |
1913 | 2025-01-08T23:24:22.113Z | Checking slog v2.7.0 |
1914 | 2025-01-08T23:24:22.231Z | Checking scroll v0.12.0 |
1915 | 2025-01-08T23:24:22.302Z | Checking ucd-trie v0.1.7 |
1916 | 2025-01-08T23:24:22.515Z | Checking foreign-types-shared v0.1.1 |
1917 | 2025-01-08T23:24:22.606Z | Checking tower-service v0.3.3 |
1918 | 2025-01-08T23:24:22.623Z | Checking base64 v0.22.1 |
1919 | 2025-01-08T23:24:22.642Z | Checking plain v0.2.3 |
1920 | 2025-01-08T23:24:22.689Z | Checking adler2 v2.0.0 |
1921 | 2025-01-08T23:24:22.721Z | Checking match_cfg v0.1.0 |
1922 | 2025-01-08T23:24:22.779Z | Checking iana-time-zone v0.1.61 |
1923 | 2025-01-08T23:24:22.815Z | Checking hostname v0.3.1 |
1924 | 2025-01-08T23:24:22.840Z | Checking miniz_oxide v0.8.0 |
1925 | 2025-01-08T23:24:22.921Z | Checking chrono v0.4.38 |
1926 | 2025-01-08T23:24:22.937Z | Checking goblin v0.8.2 |
1927 | 2025-01-08T23:24:23.096Z | Checking quote v1.0.37 |
1928 | 2025-01-08T23:24:23.384Z | Checking icu_normalizer v1.5.0 |
1929 | 2025-01-08T23:24:23.418Z | Checking foreign-types v0.3.2 |
1930 | 2025-01-08T23:24:23.507Z | Checking pest v2.7.14 |
1931 | 2025-01-08T23:24:23.576Z | Checking openssl-sys v0.9.103 |
1932 | 2025-01-08T23:24:23.874Z | Checking rustls-webpki v0.102.8 |
1933 | 2025-01-08T23:24:24.185Z | Checking idna_adapter v1.2.0 |
1934 | 2025-01-08T23:24:24.366Z | Checking idna v1.0.3 |
1935 | 2025-01-08T23:24:24.402Z | Checking dirs-sys-next v0.1.2 |
1936 | 2025-01-08T23:24:24.602Z | Checking errno v0.3.9 |
1937 | 2025-01-08T23:24:24.701Z | Checking aho-corasick v1.1.3 |
1938 | 2025-01-08T23:24:24.775Z | Checking regex-syntax v0.8.5 |
1939 | 2025-01-08T23:24:24.825Z | Checking url v2.5.3 |
1940 | 2025-01-08T23:24:24.883Z | Checking data-encoding v2.6.0 |
1941 | 2025-01-08T23:24:24.936Z | Checking pretty-hex v0.4.1 |
1942 | 2025-01-08T23:24:25.101Z | Compiling newtype-uuid v1.1.3 |
1943 | 2025-01-08T23:24:25.372Z | Checking siphasher v0.3.11 |
1944 | 2025-01-08T23:24:25.541Z | Checking openssl v0.10.66 |
1945 | 2025-01-08T23:24:25.598Z | Checking rustix v0.38.37 |
1946 | 2025-01-08T23:24:25.667Z | Checking tokio-util v0.7.12 |
1947 | 2025-01-08T23:24:25.669Z | Checking dirs-next v2.0.0 |
1948 | 2025-01-08T23:24:25.804Z | Checking syn v2.0.87 |
1949 | 2025-01-08T23:24:25.947Z | Checking dtrace-parser v0.2.0 |
1950 | 2025-01-08T23:24:26.348Z | Checking http-body-util v0.1.2 |
1951 | 2025-01-08T23:24:26.401Z | Checking crossbeam-epoch v0.9.18 |
1952 | 2025-01-08T23:24:26.553Z | Checking h2 v0.4.6 |
1953 | 2025-01-08T23:24:26.811Z | Checking signature v2.2.0 |
1954 | 2025-01-08T23:24:26.839Z | Checking sha1 v0.10.6 |
1955 | 2025-01-08T23:24:26.995Z | Checking lazy_static v1.5.0 |
1956 | 2025-01-08T23:24:27.119Z | Checking thread_local v1.1.8 |
1957 | 2025-01-08T23:24:27.134Z | Checking thread-id v4.2.2 |
1958 | 2025-01-08T23:24:27.233Z | Checking encoding_rs v0.8.34 |
1959 | 2025-01-08T23:24:27.378Z | Checking ipnet v2.10.1 |
1960 | 2025-01-08T23:24:27.800Z | Checking mime v0.3.17 |
1961 | 2025-01-08T23:24:27.949Z | Checking dof v0.3.0 |
1962 | 2025-01-08T23:24:28.065Z | Checking regex-automata v0.4.8 |
1963 | 2025-01-08T23:24:28.100Z | Checking utf8parse v0.2.2 |
1964 | 2025-01-08T23:24:28.252Z | Checking either v1.13.0 |
1965 | 2025-01-08T23:24:28.567Z | Checking unicode-properties v0.1.3 |
1966 | 2025-01-08T23:24:28.631Z | Checking openssl-probe v0.1.5 |
1967 | 2025-01-08T23:24:28.781Z | Checking winnow v0.6.20 |
1968 | 2025-01-08T23:24:28.937Z | Checking anstyle v1.0.10 |
1969 | 2025-01-08T23:24:29.063Z | Checking gimli v0.31.1 |
1970 | 2025-01-08T23:24:29.266Z | Checking stringprep v0.1.5 |
1971 | 2025-01-08T23:24:29.536Z | Checking anstyle-parse v0.2.5 |
1972 | 2025-01-08T23:24:29.596Z | Checking crossbeam-deque v0.8.5 |
1973 | 2025-01-08T23:24:29.792Z | Checking term v0.7.0 |
1974 | 2025-01-08T23:24:29.908Z | Checking rustls v0.23.19 |
1975 | 2025-01-08T23:24:30.237Z | Checking rustls v0.22.4 |
1976 | 2025-01-08T23:24:30.991Z | Checking native-tls v0.2.12 |
1977 | 2025-01-08T23:24:31.319Z | Checking slog-json v2.6.1 |
1978 | 2025-01-08T23:24:31.561Z | Checking serde_urlencoded v0.7.1 |
1979 | 2025-01-08T23:24:31.664Z | Checking toml_edit v0.22.22 |
1980 | 2025-01-08T23:24:31.952Z | Checking crossbeam-channel v0.5.13 |
1981 | 2025-01-08T23:24:31.974Z | Checking usdt-impl v0.5.0 |
1982 | 2025-01-08T23:24:32.491Z | Checking futures-executor v0.3.31 |
1983 | 2025-01-08T23:24:32.653Z | Checking num-integer v0.1.46 |
1984 | 2025-01-08T23:24:32.676Z | Checking rustls-pemfile v2.2.0 |
1985 | 2025-01-08T23:24:32.711Z | Checking idna v0.3.0 |
1986 | 2025-01-08T23:24:32.753Z | Checking hyper v1.5.0 |
1987 | 2025-01-08T23:24:32.877Z | Checking idna v0.4.0 |
1988 | 2025-01-08T23:24:33.046Z | Checking addr2line v0.24.2 |
1989 | 2025-01-08T23:24:33.119Z | Checking md-5 v0.10.6 |
1990 | 2025-01-08T23:24:33.332Z | Checking ff v0.13.0 |
1991 | 2025-01-08T23:24:33.538Z | Checking hash32 v0.2.1 |
1992 | 2025-01-08T23:24:33.538Z | Checking memmap v0.7.0 |
1993 | 2025-01-08T23:24:33.572Z | Checking is-terminal v0.4.13 |
1994 | 2025-01-08T23:24:33.681Z | Checking object v0.36.5 |
1995 | 2025-01-08T23:24:33.704Z | Checking dyn-clone v1.0.17 |
1996 | 2025-01-08T23:24:33.760Z | Checking colorchoice v1.0.2 |
1997 | 2025-01-08T23:24:33.840Z | Checking psl-types v2.0.11 |
1998 | 2025-01-08T23:24:33.843Z | Checking is_terminal_polyfill v1.70.1 |
1999 | 2025-01-08T23:24:33.876Z | Checking rustc-demangle v0.1.24 |
2000 | 2025-01-08T23:24:33.896Z | Checking anstyle-query v1.1.1 |
2001 | 2025-01-08T23:24:33.965Z | Checking fallible-iterator v0.2.0 |
2002 | 2025-01-08T23:24:34.014Z | Checking base16ct v0.2.0 |
2003 | 2025-01-08T23:24:34.017Z | Checking quick-error v1.2.3 |
2004 | 2025-01-08T23:24:34.159Z | Checking take_mut v0.2.2 |
2005 | 2025-01-08T23:24:34.202Z | Checking linked-hash-map v0.5.6 |
2006 | 2025-01-08T23:24:34.281Z | Checking utf-8 v0.7.6 |
2007 | 2025-01-08T23:24:34.297Z | Checking slog-async v2.8.0 |
2008 | 2025-01-08T23:24:34.300Z | Checking toml v0.8.19 |
2009 | 2025-01-08T23:24:34.465Z | Checking tungstenite v0.24.0 |
2010 | 2025-01-08T23:24:34.531Z | Checking lru-cache v0.1.2 |
2011 | 2025-01-08T23:24:34.555Z | Checking postgres-protocol v0.6.7 |
2012 | 2025-01-08T23:24:34.576Z | Checking sec1 v0.7.3 |
2013 | 2025-01-08T23:24:34.697Z | Checking resolv-conf v0.7.0 |
2014 | 2025-01-08T23:24:34.793Z | Checking hyper-util v0.1.10 |
2015 | 2025-01-08T23:24:34.936Z | Checking anstream v0.6.15 |
2016 | 2025-01-08T23:24:35.029Z | Checking publicsuffix v2.2.3 |
2017 | 2025-01-08T23:24:35.041Z | Checking tokio-rustls v0.25.0 |
2018 | 2025-01-08T23:24:35.196Z | Checking heapless v0.7.17 |
2019 | 2025-01-08T23:24:35.257Z | Checking schemars v0.8.21 |
2020 | 2025-01-08T23:24:35.301Z | Checking usdt v0.5.0 |
2021 | 2025-01-08T23:24:35.383Z | Checking hickory-proto v0.24.1 |
2022 | 2025-01-08T23:24:35.400Z | Checking slog-term v2.9.1 |
2023 | 2025-01-08T23:24:35.525Z | Checking tokio-rustls v0.26.0 |
2024 | 2025-01-08T23:24:35.557Z | Checking group v0.13.0 |
2025 | 2025-01-08T23:24:35.814Z | Checking num-iter v0.1.45 |
2026 | 2025-01-08T23:24:35.897Z | Checking futures v0.3.31 |
2027 | 2025-01-08T23:24:35.915Z | Checking slog-bunyan v2.5.0 |
2028 | 2025-01-08T23:24:35.984Z | Checking tokio-native-tls v0.3.1 |
2029 | 2025-01-08T23:24:36.003Z | Checking rayon-core v1.12.1 |
2030 | 2025-01-08T23:24:36.076Z | Checking multer v3.1.0 |
2031 | 2025-01-08T23:24:36.239Z | Checking terminal_size v0.4.0 |
2032 | 2025-01-08T23:24:36.255Z | Checking phf_shared v0.11.2 |
2033 | 2025-01-08T23:24:36.442Z | Checking cookie v0.18.1 |
2034 | 2025-01-08T23:24:36.539Z | Checking async-stream v0.3.6 |
2035 | 2025-01-08T23:24:36.647Z | Checking bzip2-sys v0.1.11+1.0.8 |
2036 | 2025-01-08T23:24:36.665Z | Checking camino v1.1.9 |
2037 | 2025-01-08T23:24:36.725Z | Checking signal-hook v0.3.17 |
2038 | 2025-01-08T23:24:36.764Z | Checking waitgroup v0.1.2 |
2039 | 2025-01-08T23:24:36.780Z | Checking openapiv3 v2.0.0 |
2040 | 2025-01-08T23:24:36.815Z | Checking webpki-roots v0.26.6 |
2041 | 2025-01-08T23:24:36.874Z | Checking serde_path_to_error v0.1.16 |
2042 | 2025-01-08T23:24:36.889Z | Checking idna v0.5.0 |
2043 | 2025-01-08T23:24:37.005Z | Checking hkdf v0.12.4 |
2044 | 2025-01-08T23:24:37.066Z | Checking crypto-bigint v0.5.5 |
2045 | 2025-01-08T23:24:37.220Z | Checking hostname v0.4.0 |
2046 | 2025-01-08T23:24:37.223Z | Checking crc32fast v1.4.2 |
2047 | 2025-01-08T23:24:37.355Z | Checking bitflags v1.3.2 |
2048 | 2025-01-08T23:24:37.451Z | Checking winnow v0.5.40 |
2049 | 2025-01-08T23:24:37.453Z | Checking clap_lex v0.7.2 |
2050 | 2025-01-08T23:24:37.480Z | Checking unicode-width v0.1.14 |
2051 | 2025-01-08T23:24:37.704Z | Checking debug-ignore v1.0.5 |
2052 | 2025-01-08T23:24:37.720Z | Checking managed v0.8.0 |
2053 | 2025-01-08T23:24:37.831Z | Checking strsim v0.11.1 |
2054 | 2025-01-08T23:24:37.960Z | Checking console v0.15.8 |
2055 | 2025-01-08T23:24:38.085Z | Checking smoltcp v0.9.1 |
2056 | 2025-01-08T23:24:38.118Z | Checking clap_builder v4.5.21 |
2057 | 2025-01-08T23:24:38.543Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2058 | 2025-01-08T23:24:38.818Z | Checking cookie_store v0.21.0 |
2059 | 2025-01-08T23:24:39.542Z | Checking flate2 v1.0.34 |
2060 | 2025-01-08T23:24:39.590Z | Checking signal-hook-mio v0.2.4 |
2061 | 2025-01-08T23:24:39.724Z | Checking hyper-rustls v0.27.3 |
2062 | 2025-01-08T23:24:39.907Z | Checking elliptic-curve v0.13.8 |
2063 | 2025-01-08T23:24:40.041Z | Checking hyper-tls v0.6.0 |
2064 | 2025-01-08T23:24:40.089Z | Checking hickory-resolver v0.24.1 |
2065 | 2025-01-08T23:24:40.113Z | Checking backtrace v0.3.74 |
2066 | 2025-01-08T23:24:40.137Z | Checking dropshot v0.12.0 |
2067 | 2025-01-08T23:24:40.167Z | Checking bzip2 v0.4.4 |
2068 | 2025-01-08T23:24:40.326Z | Checking rayon v1.10.0 |
2069 | 2025-01-08T23:24:40.438Z | Checking toml_edit v0.19.15 |
2070 | 2025-01-08T23:24:40.453Z | Checking phf v0.11.2 |
2071 | 2025-01-08T23:24:40.523Z | Checking num-bigint-dig v0.8.4 |
2072 | 2025-01-08T23:24:40.672Z | Checking anyhow v1.0.93 |
2073 | 2025-01-08T23:24:40.719Z | Checking tokio-tungstenite v0.24.0 |
2074 | 2025-01-08T23:24:41.051Z | Checking postgres-types v0.2.8 |
2075 | 2025-01-08T23:24:41.092Z | Checking bstr v1.10.0 |
2076 | 2025-01-08T23:24:41.163Z | Checking regex v1.11.1 |
2077 | 2025-01-08T23:24:41.692Z | Checking ed25519 v2.2.3 |
2078 | 2025-01-08T23:24:41.776Z | Checking tokio-stream v0.1.16 |
2079 | 2025-01-08T23:24:41.792Z | Checking phf_shared v0.10.0 |
2080 | 2025-01-08T23:24:41.984Z | Checking curve25519-dalek v4.1.3 |
2081 | 2025-01-08T23:24:42.028Z | Checking zerocopy v0.6.6 |
2082 | 2025-01-08T23:24:42.061Z | Checking hubpack v0.1.2 |
2083 | 2025-01-08T23:24:42.391Z | Checking portable-atomic v1.9.0 |
2084 | 2025-01-08T23:24:42.643Z | Checking pkcs1 v0.7.5 |
2085 | 2025-01-08T23:24:42.693Z | Checking float-cmp v0.9.0 |
2086 | 2025-01-08T23:24:42.770Z | Checking serde-big-array v0.5.1 |
2087 | 2025-01-08T23:24:42.853Z | Checking rfc6979 v0.4.0 |
2088 | 2025-01-08T23:24:42.872Z | Checking sync_wrapper v1.0.1 |
2089 | 2025-01-08T23:24:42.987Z | Checking difflib v0.4.0 |
2090 | 2025-01-08T23:24:43.012Z | Checking unicode-segmentation v1.12.0 |
2091 | 2025-01-08T23:24:43.029Z | Checking bit-vec v0.6.3 |
2092 | 2025-01-08T23:24:43.043Z | Checking new_debug_unreachable v1.0.6 |
2093 | 2025-01-08T23:24:43.128Z | Checking minimal-lexical v0.2.1 |
2094 | 2025-01-08T23:24:43.302Z | Checking number_prefix v0.4.0 |
2095 | 2025-01-08T23:24:43.523Z | Checking unicode-width v0.2.0 |
2096 | 2025-01-08T23:24:43.531Z | Checking precomputed-hash v0.1.1 |
2097 | 2025-01-08T23:24:43.532Z | Checking static_assertions v1.1.0 |
2098 | 2025-01-08T23:24:43.532Z | Checking normalize-line-endings v0.3.0 |
2099 | 2025-01-08T23:24:43.532Z | Checking whoami v1.5.2 |
2100 | 2025-01-08T23:24:43.566Z | Checking predicates-core v1.0.8 |
2101 | 2025-01-08T23:24:43.597Z | Checking fixedbitset v0.4.2 |
2102 | 2025-01-08T23:24:43.685Z | Checking similar v2.6.0 |
2103 | 2025-01-08T23:24:43.740Z | Checking predicates v3.1.2 |
2104 | 2025-01-08T23:24:43.781Z | Checking tokio-postgres v0.7.12 |
2105 | 2025-01-08T23:24:43.784Z | Checking qorb v0.2.1 |
2106 | 2025-01-08T23:24:43.814Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2107 | 2025-01-08T23:24:43.843Z | Checking ed25519-dalek v2.1.1 |
2108 | 2025-01-08T23:24:43.859Z | Checking petgraph v0.6.5 |
2109 | 2025-01-08T23:24:44.111Z | Checking indicatif v0.17.9 |
2110 | 2025-01-08T23:24:44.240Z | Checking nom v7.1.3 |
2111 | 2025-01-08T23:24:44.401Z | Checking string_cache v0.8.7 |
2112 | 2025-01-08T23:24:44.558Z | Checking bit-set v0.5.3 |
2113 | 2025-01-08T23:24:44.698Z | Checking ecdsa v0.16.9 |
2114 | 2025-01-08T23:24:44.802Z | Checking rsa v0.9.6 |
2115 | 2025-01-08T23:24:44.860Z | Checking reqwest v0.12.9 |
2116 | 2025-01-08T23:24:45.398Z | Checking toml v0.7.8 |
2117 | 2025-01-08T23:24:45.856Z | Checking clap v4.5.21 |
2118 | 2025-01-08T23:24:45.982Z | Checking zip v0.6.6 |
2119 | 2025-01-08T23:24:46.142Z | Checking crossterm v0.28.1 |
2120 | 2025-01-08T23:24:46.319Z | Checking itertools v0.10.5 |
2121 | 2025-01-08T23:24:46.678Z | Checking itertools v0.12.1 |
2122 | 2025-01-08T23:24:46.693Z | Checking fs-err v2.11.0 |
2123 | 2025-01-08T23:24:46.838Z | Checking ahash v0.8.11 |
2124 | 2025-01-08T23:24:47.121Z | Checking x509-cert v0.2.5 |
2125 | 2025-01-08T23:24:47.217Z | Checking hex v0.4.3 |
2126 | 2025-01-08T23:24:47.320Z | Checking semver v1.0.23 |
2127 | 2025-01-08T23:24:47.401Z | Checking lalrpop-util v0.19.12 |
2128 | 2025-01-08T23:24:47.700Z | Checking peg-runtime v0.8.3 |
2129 | 2025-01-08T23:24:47.721Z | Checking sigpipe v0.1.3 |
2130 | 2025-01-08T23:24:48.842Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2131 | 2025-01-08T23:24:49.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.16s |
2132 | 2025-01-08T23:24:49.309Z | |
2133 | 2025-01-08T23:24:49.309Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2134 | 2025-01-08T23:24:49.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2025-01-08T23:24:49.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2025-01-08T23:24:49.959Z | Compiling hashbrown v0.14.5 |
2137 | 2025-01-08T23:24:50.077Z | Checking heck v0.5.0 |
2138 | 2025-01-08T23:24:50.090Z | Compiling unsafe-libyaml v0.2.11 |
2139 | 2025-01-08T23:24:50.103Z | Checking ipnetwork v0.20.0 |
2140 | 2025-01-08T23:24:50.116Z | Compiling ident_case v1.0.1 |
2141 | 2025-01-08T23:24:50.131Z | Checking progenitor-client v0.8.0 |
2142 | 2025-01-08T23:24:50.144Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2143 | 2025-01-08T23:24:50.232Z | Checking newtype-uuid v1.1.3 |
2144 | 2025-01-08T23:24:50.281Z | Compiling darling_core v0.20.10 |
2145 | 2025-01-08T23:24:50.432Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2146 | 2025-01-08T23:24:50.478Z | Compiling proc-macro-crate v1.3.1 |
2147 | 2025-01-08T23:24:50.481Z | Compiling structmeta-derive v0.3.0 |
2148 | 2025-01-08T23:24:50.491Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2149 | 2025-01-08T23:24:50.776Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2150 | 2025-01-08T23:24:50.796Z | Compiling lzma-sys v0.1.20 |
2151 | 2025-01-08T23:24:51.190Z | Checking regress v0.10.1 |
2152 | 2025-01-08T23:24:51.556Z | Compiling serde_yaml v0.9.34+deprecated |
2153 | 2025-01-08T23:24:51.585Z | Compiling num_enum_derive v0.5.11 |
2154 | 2025-01-08T23:24:51.978Z | Compiling foreign-types-macros v0.2.3 |
2155 | 2025-01-08T23:24:52.014Z | Compiling dropshot v0.13.0 |
2156 | 2025-01-08T23:24:52.311Z | Checking foreign-types-shared v0.3.1 |
2157 | 2025-01-08T23:24:52.427Z | Checking arc-swap v1.7.1 |
2158 | 2025-01-08T23:24:52.838Z | Checking slog-scope v4.4.0 |
2159 | 2025-01-08T23:24:53.102Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2160 | 2025-01-08T23:24:53.278Z | Checking foreign-types v0.5.0 |
2161 | 2025-01-08T23:24:53.441Z | Compiling structmeta v0.3.0 |
2162 | 2025-01-08T23:24:53.577Z | Compiling proc-macro-error v1.0.4 |
2163 | 2025-01-08T23:24:53.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2164 | 2025-01-08T23:24:53.903Z | Compiling parse-display-derive v0.10.0 |
2165 | 2025-01-08T23:24:53.975Z | Checking tungstenite v0.21.0 |
2166 | 2025-01-08T23:24:54.199Z | Checking num_enum v0.5.11 |
2167 | 2025-01-08T23:24:54.372Z | Compiling heck v0.3.3 |
2168 | 2025-01-08T23:24:54.410Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2169 | 2025-01-08T23:24:54.697Z | Checking typify-impl v0.2.0 |
2170 | 2025-01-08T23:24:54.769Z | Compiling dropshot_endpoint v0.13.0 |
2171 | 2025-01-08T23:24:54.896Z | Checking cstr-argument v0.1.2 |
2172 | 2025-01-08T23:24:55.177Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2025-01-08T23:24:55.823Z | Checking instant v0.1.13 |
2174 | 2025-01-08T23:24:55.942Z | Checking pretty-hex v0.2.1 |
2175 | 2025-01-08T23:24:55.945Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2176 | 2025-01-08T23:24:56.092Z | Checking base64 v0.21.7 |
2177 | 2025-01-08T23:24:56.221Z | Checking fastrand v2.1.1 |
2178 | 2025-01-08T23:24:56.520Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2179 | 2025-01-08T23:24:56.557Z | Checking tempfile v3.13.0 |
2180 | 2025-01-08T23:24:56.583Z | Checking backoff v0.4.0 |
2181 | 2025-01-08T23:24:56.792Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2182 | 2025-01-08T23:24:56.885Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2183 | 2025-01-08T23:24:56.936Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2184 | 2025-01-08T23:24:56.938Z | Checking tokio-tungstenite v0.21.0 |
2185 | 2025-01-08T23:24:57.024Z | Compiling zone_cfg_derive v0.1.2 |
2186 | 2025-01-08T23:24:57.134Z | Checking strum v0.26.3 |
2187 | 2025-01-08T23:24:57.203Z | Compiling darling_macro v0.20.10 |
2188 | 2025-01-08T23:24:57.245Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2189 | 2025-01-08T23:24:57.295Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2190 | 2025-01-08T23:24:57.590Z | Checking slog-stdlog v4.1.1 |
2191 | 2025-01-08T23:24:57.624Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2025-01-08T23:24:57.748Z | Checking regress v0.9.1 |
2193 | 2025-01-08T23:24:57.769Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2025-01-08T23:24:57.985Z | Checking colored v2.1.0 |
2195 | 2025-01-08T23:24:58.056Z | Checking macaddr v1.0.1 |
2196 | 2025-01-08T23:24:58.113Z | Compiling darling v0.20.10 |
2197 | 2025-01-08T23:24:58.231Z | Compiling serde_with_macros v3.11.0 |
2198 | 2025-01-08T23:24:58.260Z | Checking base64 v0.13.1 |
2199 | 2025-01-08T23:24:58.488Z | Checking parse-display v0.10.0 |
2200 | 2025-01-08T23:24:58.492Z | Checking zone v0.1.8 |
2201 | 2025-01-08T23:24:58.671Z | Checking ron v0.7.1 |
2202 | 2025-01-08T23:24:58.754Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2203 | 2025-01-08T23:24:59.249Z | Checking slog-envlogger v2.2.0 |
2204 | 2025-01-08T23:24:59.251Z | Checking xz2 v0.1.7 |
2205 | 2025-01-08T23:24:59.477Z | Checking tabwriter v1.4.0 |
2206 | 2025-01-08T23:24:59.570Z | Checking xattr v1.3.1 |
2207 | 2025-01-08T23:24:59.703Z | Checking pem v3.0.4 |
2208 | 2025-01-08T23:24:59.774Z | Checking yasna v0.5.2 |
2209 | 2025-01-08T23:24:59.838Z | Checking headers-core v0.3.0 |
2210 | 2025-01-08T23:24:59.960Z | Checking smf v0.2.3 |
2211 | 2025-01-08T23:24:59.977Z | Checking filetime v0.2.25 |
2212 | 2025-01-08T23:25:00.182Z | Checking same-file v1.0.6 |
2213 | 2025-01-08T23:25:00.359Z | Checking walkdir v2.5.0 |
2214 | 2025-01-08T23:25:00.386Z | Checking tar v0.4.42 |
2215 | 2025-01-08T23:25:00.419Z | Checking headers v0.4.0 |
2216 | 2025-01-08T23:25:00.580Z | Checking rcgen v0.12.1 |
2217 | 2025-01-08T23:25:00.617Z | Checking atomicwrites v0.4.4 |
2218 | 2025-01-08T23:25:00.802Z | Checking camino-tempfile v1.1.1 |
2219 | 2025-01-08T23:25:01.082Z | Checking serde_with v3.11.0 |
2220 | 2025-01-08T23:25:01.098Z | Checking subprocess v0.2.9 |
2221 | 2025-01-08T23:25:05.265Z | Compiling typify-macro v0.2.0 |
2222 | 2025-01-08T23:25:07.138Z | Compiling typify v0.2.0 |
2223 | 2025-01-08T23:25:07.218Z | Compiling progenitor-impl v0.8.0 |
2224 | 2025-01-08T23:25:10.315Z | Compiling progenitor-macro v0.8.0 |
2225 | 2025-01-08T23:25:15.022Z | Checking progenitor v0.8.0 |
2226 | 2025-01-08T23:25:15.176Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2227 | 2025-01-08T23:25:15.176Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2228 | 2025-01-08T23:25:17.844Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2229 | 2025-01-08T23:25:18.138Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2230 | 2025-01-08T23:25:24.550Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2231 | 2025-01-08T23:25:26.102Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2232 | 2025-01-08T23:25:27.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s |
2233 | 2025-01-08T23:25:27.517Z | |
2234 | 2025-01-08T23:25:27.517Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2235 | 2025-01-08T23:25:28.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2025-01-08T23:25:28.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2025-01-08T23:25:28.165Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2025-01-08T23:25:29.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
2239 | 2025-01-08T23:25:29.766Z | |
2240 | 2025-01-08T23:25:29.766Z | info: running `cargo check --bins` on nexus-config (31/176) |
2241 | 2025-01-08T23:25:30.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2025-01-08T23:25:30.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2025-01-08T23:25:30.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2025-01-08T23:25:30.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2245 | 2025-01-08T23:25:30.382Z | |
2246 | 2025-01-08T23:25:30.382Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2247 | 2025-01-08T23:25:30.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2025-01-08T23:25:30.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2025-01-08T23:25:30.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2025-01-08T23:25:30.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2251 | 2025-01-08T23:25:30.986Z | |
2252 | 2025-01-08T23:25:30.986Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2253 | 2025-01-08T23:25:31.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2025-01-08T23:25:31.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2025-01-08T23:25:31.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2025-01-08T23:25:31.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2257 | 2025-01-08T23:25:31.601Z | |
2258 | 2025-01-08T23:25:31.601Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2259 | 2025-01-08T23:25:32.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2025-01-08T23:25:32.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2025-01-08T23:25:32.281Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2262 | 2025-01-08T23:25:32.389Z | Compiling ipnetwork v0.20.0 |
2263 | 2025-01-08T23:25:32.391Z | Compiling zerocopy v0.8.10 |
2264 | 2025-01-08T23:25:32.392Z | Compiling progenitor-client v0.8.0 |
2265 | 2025-01-08T23:25:32.392Z | Compiling itertools v0.13.0 |
2266 | 2025-01-08T23:25:32.392Z | Compiling zerocopy-derive v0.8.10 |
2267 | 2025-01-08T23:25:32.392Z | Compiling heapless v0.8.0 |
2268 | 2025-01-08T23:25:32.392Z | Checking hash32 v0.3.1 |
2269 | 2025-01-08T23:25:32.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2270 | 2025-01-08T23:25:32.638Z | Compiling instant v0.1.13 |
2271 | 2025-01-08T23:25:32.782Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2272 | 2025-01-08T23:25:32.898Z | Compiling progenitor v0.8.0 |
2273 | 2025-01-08T23:25:33.154Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2274 | 2025-01-08T23:25:33.214Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2275 | 2025-01-08T23:25:33.230Z | Compiling smoltcp v0.11.0 |
2276 | 2025-01-08T23:25:33.350Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2277 | 2025-01-08T23:25:33.546Z | Compiling backoff v0.4.0 |
2278 | 2025-01-08T23:25:33.907Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2279 | 2025-01-08T23:25:33.948Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2280 | 2025-01-08T23:25:34.124Z | Compiling dropshot v0.13.0 |
2281 | 2025-01-08T23:25:34.157Z | Compiling serde_with v3.11.0 |
2282 | 2025-01-08T23:25:34.306Z | Compiling parse-display v0.10.0 |
2283 | 2025-01-08T23:25:34.380Z | Checking num-rational v0.4.2 |
2284 | 2025-01-08T23:25:35.025Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2285 | 2025-01-08T23:25:35.198Z | Compiling regress v0.9.1 |
2286 | 2025-01-08T23:25:35.577Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2287 | 2025-01-08T23:25:36.797Z | Compiling phf_generator v0.11.2 |
2288 | 2025-01-08T23:25:36.985Z | Checking num-complex v0.4.6 |
2289 | 2025-01-08T23:25:38.163Z | Compiling macaddr v1.0.1 |
2290 | 2025-01-08T23:25:38.573Z | Checking cobs v0.2.3 |
2291 | 2025-01-08T23:25:38.622Z | Checking num v0.4.3 |
2292 | 2025-01-08T23:25:38.746Z | Compiling phf_codegen v0.11.2 |
2293 | 2025-01-08T23:25:38.761Z | Checking postcard v1.0.10 |
2294 | 2025-01-08T23:25:39.357Z | Compiling parse-zoneinfo v0.3.1 |
2295 | 2025-01-08T23:25:40.320Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2296 | 2025-01-08T23:25:40.608Z | Checking float-ord v0.3.2 |
2297 | 2025-01-08T23:25:40.758Z | Compiling convert_case v0.4.0 |
2298 | 2025-01-08T23:25:41.597Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2025-01-08T23:25:41.708Z | Compiling chrono-tz-build v0.4.0 |
2300 | 2025-01-08T23:25:41.724Z | Compiling derive_more v0.99.18 |
2301 | 2025-01-08T23:25:41.756Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2302 | 2025-01-08T23:25:42.065Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2303 | 2025-01-08T23:25:42.336Z | Compiling crucible-workspace-hack v0.1.0 |
2304 | 2025-01-08T23:25:42.623Z | Compiling thiserror v2.0.3 |
2305 | 2025-01-08T23:25:42.781Z | Checking newline-converter v0.3.0 |
2306 | 2025-01-08T23:25:42.858Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2025-01-08T23:25:43.151Z | Compiling chrono-tz v0.10.0 |
2308 | 2025-01-08T23:25:43.587Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2309 | 2025-01-08T23:25:43.604Z | Checking prettyplease v0.2.25 |
2310 | 2025-01-08T23:25:43.694Z | Compiling thiserror-impl v2.0.3 |
2311 | 2025-01-08T23:25:43.823Z | Compiling slog-dtrace v0.3.0 |
2312 | 2025-01-08T23:25:44.118Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2313 | 2025-01-08T23:25:44.230Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2314 | 2025-01-08T23:25:45.562Z | Checking expectorate v1.1.0 |
2315 | 2025-01-08T23:25:45.630Z | Compiling zone_cfg_derive v0.3.0 |
2316 | 2025-01-08T23:25:45.829Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2317 | 2025-01-08T23:25:45.882Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2318 | 2025-01-08T23:25:46.731Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2319 | 2025-01-08T23:25:46.980Z | Compiling const_format_proc_macros v0.2.33 |
2320 | 2025-01-08T23:25:47.076Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2321 | 2025-01-08T23:25:47.142Z | Compiling num-derive v0.4.2 |
2322 | 2025-01-08T23:25:47.319Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2323 | 2025-01-08T23:25:47.475Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2025-01-08T23:25:47.574Z | Checking highway v1.2.0 |
2325 | 2025-01-08T23:25:47.986Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2326 | 2025-01-08T23:25:48.244Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2327 | 2025-01-08T23:25:48.285Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2328 | 2025-01-08T23:25:48.500Z | Checking zone v0.3.0 |
2329 | 2025-01-08T23:25:48.514Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2330 | 2025-01-08T23:25:49.104Z | Checking const_format v0.2.33 |
2331 | 2025-01-08T23:25:49.123Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2332 | 2025-01-08T23:25:49.443Z | Checking gethostname v0.5.0 |
2333 | 2025-01-08T23:25:49.526Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2334 | 2025-01-08T23:25:49.547Z | Checking bcs v0.1.6 |
2335 | 2025-01-08T23:25:49.566Z | Compiling async-recursion v1.1.1 |
2336 | 2025-01-08T23:25:49.607Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2337 | 2025-01-08T23:25:49.705Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2338 | 2025-01-08T23:25:51.887Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2339 | 2025-01-08T23:25:56.063Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2340 | 2025-01-08T23:25:59.394Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2341 | 2025-01-08T23:26:01.990Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2342 | 2025-01-08T23:26:03.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.58s |
2343 | 2025-01-08T23:26:03.372Z | |
2344 | 2025-01-08T23:26:03.372Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2345 | 2025-01-08T23:26:03.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2025-01-08T23:26:03.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2025-01-08T23:26:03.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2025-01-08T23:26:03.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2349 | 2025-01-08T23:26:04.022Z | |
2350 | 2025-01-08T23:26:04.022Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2351 | 2025-01-08T23:26:04.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2025-01-08T23:26:04.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2025-01-08T23:26:04.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2025-01-08T23:26:04.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2355 | 2025-01-08T23:26:04.666Z | |
2356 | 2025-01-08T23:26:04.666Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2357 | 2025-01-08T23:26:05.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2025-01-08T23:26:05.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2025-01-08T23:26:05.304Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2360 | 2025-01-08T23:26:05.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2361 | 2025-01-08T23:26:06.115Z | |
2362 | 2025-01-08T23:26:06.115Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2363 | 2025-01-08T23:26:06.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-01-08T23:26:06.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-01-08T23:26:06.775Z | Compiling cfg_aliases v0.1.1 |
2366 | 2025-01-08T23:26:06.778Z | Compiling vte_generate_state_changes v0.1.2 |
2367 | 2025-01-08T23:26:06.778Z | Checking fd-lock v4.0.2 |
2368 | 2025-01-08T23:26:06.778Z | Checking nibble_vec v0.1.0 |
2369 | 2025-01-08T23:26:06.778Z | Checking bytecount v0.6.8 |
2370 | 2025-01-08T23:26:06.879Z | Checking endian-type v0.1.2 |
2371 | 2025-01-08T23:26:06.900Z | Compiling tabled_derive v0.7.0 |
2372 | 2025-01-08T23:26:06.911Z | Compiling peg-macros v0.8.4 |
2373 | 2025-01-08T23:26:06.950Z | Compiling nix v0.28.0 |
2374 | 2025-01-08T23:26:07.028Z | Checking papergrid v0.11.0 |
2375 | 2025-01-08T23:26:07.043Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2376 | 2025-01-08T23:26:07.057Z | Compiling sqlparser_derive v0.2.2 |
2377 | 2025-01-08T23:26:07.098Z | Checking radix_trie v0.2.1 |
2378 | 2025-01-08T23:26:07.483Z | Checking vte v0.11.1 |
2379 | 2025-01-08T23:26:07.504Z | Checking unicode_categories v0.1.1 |
2380 | 2025-01-08T23:26:07.830Z | Checking home v0.5.9 |
2381 | 2025-01-08T23:26:07.976Z | Checking nu-ansi-term v0.50.1 |
2382 | 2025-01-08T23:26:08.179Z | Checking sqlparser v0.45.0 |
2383 | 2025-01-08T23:26:08.201Z | Checking sqlformat v0.2.6 |
2384 | 2025-01-08T23:26:08.363Z | Checking display-error-chain v0.2.2 |
2385 | 2025-01-08T23:26:08.854Z | Checking strip-ansi-escapes v0.2.0 |
2386 | 2025-01-08T23:26:09.001Z | Checking reedline v0.35.0 |
2387 | 2025-01-08T23:26:09.266Z | Checking tabled v0.15.0 |
2388 | 2025-01-08T23:26:09.816Z | Checking peg v0.8.4 |
2389 | 2025-01-08T23:26:10.040Z | Checking rustyline v14.0.0 |
2390 | 2025-01-08T23:26:18.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
2391 | 2025-01-08T23:26:18.846Z | |
2392 | 2025-01-08T23:26:18.846Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2393 | 2025-01-08T23:26:19.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2025-01-08T23:26:19.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2025-01-08T23:26:19.500Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2025-01-08T23:26:24.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2397 | 2025-01-08T23:26:24.618Z | |
2398 | 2025-01-08T23:26:24.618Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2399 | 2025-01-08T23:26:25.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-01-08T23:26:25.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-01-08T23:26:25.291Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2025-01-08T23:26:29.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2403 | 2025-01-08T23:26:29.195Z | |
2404 | 2025-01-08T23:26:29.195Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2405 | 2025-01-08T23:26:29.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-01-08T23:26:29.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-01-08T23:26:29.847Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2025-01-08T23:26:34.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
2409 | 2025-01-08T23:26:34.731Z | |
2410 | 2025-01-08T23:26:34.731Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2411 | 2025-01-08T23:26:35.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-08T23:26:35.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-08T23:26:35.396Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-08T23:26:40.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2415 | 2025-01-08T23:26:40.289Z | |
2416 | 2025-01-08T23:26:40.289Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2417 | 2025-01-08T23:26:40.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-08T23:26:40.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-08T23:26:40.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-08T23:26:44.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2421 | 2025-01-08T23:26:45.028Z | |
2422 | 2025-01-08T23:26:45.028Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2423 | 2025-01-08T23:26:45.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-08T23:26:45.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-08T23:26:45.692Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2025-01-08T23:26:49.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2427 | 2025-01-08T23:26:49.793Z | |
2428 | 2025-01-08T23:26:49.793Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2429 | 2025-01-08T23:26:50.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-08T23:26:50.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-08T23:26:50.458Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2432 | 2025-01-08T23:26:55.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2433 | 2025-01-08T23:26:55.524Z | |
2434 | 2025-01-08T23:26:55.524Z | info: running `cargo check --bins` on oximeter (46/176) |
2435 | 2025-01-08T23:26:56.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-08T23:26:56.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-08T23:26:56.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2025-01-08T23:26:56.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2439 | 2025-01-08T23:26:56.151Z | |
2440 | 2025-01-08T23:26:56.151Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2441 | 2025-01-08T23:26:56.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-08T23:26:56.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-08T23:26:56.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-01-08T23:26:56.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2445 | 2025-01-08T23:26:56.759Z | |
2446 | 2025-01-08T23:26:56.759Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2447 | 2025-01-08T23:26:57.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-01-08T23:26:57.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-01-08T23:26:57.399Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2450 | 2025-01-08T23:26:59.487Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2451 | 2025-01-08T23:27:00.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
2452 | 2025-01-08T23:27:00.626Z | |
2453 | 2025-01-08T23:27:00.626Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2454 | 2025-01-08T23:27:01.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2025-01-08T23:27:01.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2025-01-08T23:27:01.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2025-01-08T23:27:01.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2458 | 2025-01-08T23:27:01.252Z | |
2459 | 2025-01-08T23:27:01.252Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2460 | 2025-01-08T23:27:01.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2025-01-08T23:27:01.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2025-01-08T23:27:01.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2025-01-08T23:27:01.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2464 | 2025-01-08T23:27:01.877Z | |
2465 | 2025-01-08T23:27:01.877Z | info: running `cargo check --bins` on oxql-types (51/176) |
2466 | 2025-01-08T23:27:02.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2025-01-08T23:27:02.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2025-01-08T23:27:02.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2025-01-08T23:27:02.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2470 | 2025-01-08T23:27:02.501Z | |
2471 | 2025-01-08T23:27:02.501Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2472 | 2025-01-08T23:27:03.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2025-01-08T23:27:03.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2025-01-08T23:27:03.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2025-01-08T23:27:03.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2476 | 2025-01-08T23:27:03.151Z | |
2477 | 2025-01-08T23:27:03.151Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2478 | 2025-01-08T23:27:03.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-08T23:27:03.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-08T23:27:03.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-08T23:27:03.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2025-01-08T23:27:03.780Z | |
2483 | 2025-01-08T23:27:03.780Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2484 | 2025-01-08T23:27:04.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-08T23:27:04.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-08T23:27:04.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-08T23:27:04.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2025-01-08T23:27:04.415Z | |
2489 | 2025-01-08T23:27:04.415Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2490 | 2025-01-08T23:27:05.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-08T23:27:05.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-08T23:27:05.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2025-01-08T23:27:05.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2494 | 2025-01-08T23:27:05.159Z | |
2495 | 2025-01-08T23:27:05.159Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2496 | 2025-01-08T23:27:05.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-08T23:27:05.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-08T23:27:05.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2025-01-08T23:27:05.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2500 | 2025-01-08T23:27:05.666Z | |
2501 | 2025-01-08T23:27:05.666Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2502 | 2025-01-08T23:27:06.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2025-01-08T23:27:06.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2025-01-08T23:27:06.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2025-01-08T23:27:06.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2506 | 2025-01-08T23:27:06.290Z | |
2507 | 2025-01-08T23:27:06.290Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2508 | 2025-01-08T23:27:06.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-01-08T23:27:06.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-01-08T23:27:06.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-01-08T23:27:06.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2512 | 2025-01-08T23:27:06.896Z | |
2513 | 2025-01-08T23:27:06.896Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2514 | 2025-01-08T23:27:07.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-01-08T23:27:07.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-01-08T23:27:07.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-01-08T23:27:07.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2518 | 2025-01-08T23:27:07.527Z | |
2519 | 2025-01-08T23:27:07.527Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2520 | 2025-01-08T23:27:08.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-01-08T23:27:08.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-01-08T23:27:08.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-01-08T23:27:08.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2524 | 2025-01-08T23:27:08.144Z | |
2525 | 2025-01-08T23:27:08.144Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2526 | 2025-01-08T23:27:08.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-08T23:27:08.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-08T23:27:08.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-01-08T23:27:08.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2530 | 2025-01-08T23:27:08.766Z | |
2531 | 2025-01-08T23:27:08.766Z | info: running `cargo check --bins` on dpd-client (62/176) |
2532 | 2025-01-08T23:27:09.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-08T23:27:09.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-08T23:27:09.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-01-08T23:27:09.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2536 | 2025-01-08T23:27:09.375Z | |
2537 | 2025-01-08T23:27:09.375Z | info: running `cargo check --bins` on gateway-client (63/176) |
2538 | 2025-01-08T23:27:09.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-08T23:27:09.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-08T23:27:09.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-01-08T23:27:09.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2542 | 2025-01-08T23:27:09.984Z | |
2543 | 2025-01-08T23:27:09.984Z | info: running `cargo check --bins` on installinator-client (64/176) |
2544 | 2025-01-08T23:27:10.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-08T23:27:10.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-08T23:27:10.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-01-08T23:27:10.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2548 | 2025-01-08T23:27:10.617Z | |
2549 | 2025-01-08T23:27:10.617Z | info: running `cargo check --bins` on installinator-common (65/176) |
2550 | 2025-01-08T23:27:11.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-08T23:27:11.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-08T23:27:11.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2025-01-08T23:27:11.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2554 | 2025-01-08T23:27:11.247Z | |
2555 | 2025-01-08T23:27:11.247Z | info: running `cargo check --bins` on update-engine (66/176) |
2556 | 2025-01-08T23:27:11.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-08T23:27:11.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-08T23:27:11.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-01-08T23:27:11.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2560 | 2025-01-08T23:27:11.853Z | |
2561 | 2025-01-08T23:27:11.854Z | info: running `cargo check --bins` on nexus-client (67/176) |
2562 | 2025-01-08T23:27:12.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-08T23:27:12.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-08T23:27:12.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-01-08T23:27:12.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2566 | 2025-01-08T23:27:12.491Z | |
2567 | 2025-01-08T23:27:12.492Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2568 | 2025-01-08T23:27:13.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-08T23:27:13.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-08T23:27:13.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-08T23:27:13.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2572 | 2025-01-08T23:27:13.123Z | |
2573 | 2025-01-08T23:27:13.123Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2574 | 2025-01-08T23:27:13.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-08T23:27:13.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-08T23:27:13.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-08T23:27:13.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2578 | 2025-01-08T23:27:13.730Z | |
2579 | 2025-01-08T23:27:13.730Z | info: running `cargo check --bins` on nexus-types (70/176) |
2580 | 2025-01-08T23:27:14.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-08T23:27:14.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-08T23:27:14.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-08T23:27:14.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2584 | 2025-01-08T23:27:14.376Z | |
2585 | 2025-01-08T23:27:14.376Z | info: running `cargo check --bins` on oxide-client (71/176) |
2586 | 2025-01-08T23:27:14.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-08T23:27:14.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-08T23:27:14.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-08T23:27:14.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2590 | 2025-01-08T23:27:14.983Z | |
2591 | 2025-01-08T23:27:14.983Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2592 | 2025-01-08T23:27:15.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-08T23:27:15.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-08T23:27:15.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-08T23:27:15.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2596 | 2025-01-08T23:27:15.602Z | |
2597 | 2025-01-08T23:27:15.602Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2598 | 2025-01-08T23:27:16.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-08T23:27:16.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-08T23:27:16.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-08T23:27:16.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2602 | 2025-01-08T23:27:16.218Z | |
2603 | 2025-01-08T23:27:16.218Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2604 | 2025-01-08T23:27:16.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-08T23:27:16.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-08T23:27:16.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-08T23:27:16.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2608 | 2025-01-08T23:27:16.846Z | |
2609 | 2025-01-08T23:27:16.846Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2610 | 2025-01-08T23:27:17.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-08T23:27:17.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-08T23:27:17.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-08T23:27:17.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2614 | 2025-01-08T23:27:17.496Z | |
2615 | 2025-01-08T23:27:17.496Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2616 | 2025-01-08T23:27:18.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-08T23:27:18.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-08T23:27:18.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-08T23:27:18.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2620 | 2025-01-08T23:27:18.140Z | |
2621 | 2025-01-08T23:27:18.140Z | info: running `cargo check --bins` on wicket-common (77/176) |
2622 | 2025-01-08T23:27:18.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-08T23:27:18.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-08T23:27:18.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-08T23:27:18.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2626 | 2025-01-08T23:27:18.782Z | |
2627 | 2025-01-08T23:27:18.782Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2628 | 2025-01-08T23:27:19.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-08T23:27:19.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-08T23:27:19.438Z | Checking csv-core v0.1.11 |
2631 | 2025-01-08T23:27:19.438Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2632 | 2025-01-08T23:27:19.443Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2633 | 2025-01-08T23:27:19.443Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2634 | 2025-01-08T23:27:19.714Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2635 | 2025-01-08T23:27:19.760Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2636 | 2025-01-08T23:27:19.773Z | Checking csv v1.3.0 |
2637 | 2025-01-08T23:27:20.369Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2638 | 2025-01-08T23:27:20.716Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2639 | 2025-01-08T23:27:22.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
2640 | 2025-01-08T23:27:22.624Z | |
2641 | 2025-01-08T23:27:22.624Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2642 | 2025-01-08T23:27:23.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-01-08T23:27:23.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-01-08T23:27:23.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-01-08T23:27:23.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2646 | 2025-01-08T23:27:23.252Z | |
2647 | 2025-01-08T23:27:23.253Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2648 | 2025-01-08T23:27:23.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-08T23:27:23.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-08T23:27:23.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-08T23:27:23.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2652 | 2025-01-08T23:27:23.872Z | |
2653 | 2025-01-08T23:27:23.872Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2654 | 2025-01-08T23:27:24.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-08T23:27:24.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-08T23:27:24.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-08T23:27:24.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2658 | 2025-01-08T23:27:24.604Z | |
2659 | 2025-01-08T23:27:24.604Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2660 | 2025-01-08T23:27:25.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-08T23:27:25.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-08T23:27:25.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-08T23:27:25.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2664 | 2025-01-08T23:27:25.322Z | |
2665 | 2025-01-08T23:27:25.322Z | info: running `cargo check --bins` on dns-server (83/176) |
2666 | 2025-01-08T23:27:25.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-08T23:27:25.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-08T23:27:25.957Z | Compiling parking_lot_core v0.8.6 |
2669 | 2025-01-08T23:27:25.966Z | Checking fxhash v0.2.1 |
2670 | 2025-01-08T23:27:25.966Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2671 | 2025-01-08T23:27:25.966Z | Checking hickory-server v0.24.1 |
2672 | 2025-01-08T23:27:25.966Z | Checking hickory-client v0.24.1 |
2673 | 2025-01-08T23:27:26.632Z | Checking parking_lot v0.11.2 |
2674 | 2025-01-08T23:27:26.752Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2675 | 2025-01-08T23:27:26.760Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2676 | 2025-01-08T23:27:26.863Z | Checking sled v0.34.7 |
2677 | 2025-01-08T23:27:31.018Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2678 | 2025-01-08T23:27:31.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2679 | 2025-01-08T23:27:31.043Z | |
2680 | 2025-01-08T23:27:31.043Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2681 | 2025-01-08T23:27:31.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-01-08T23:27:31.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-01-08T23:27:31.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-01-08T23:27:31.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2685 | 2025-01-08T23:27:31.045Z | |
2686 | 2025-01-08T23:27:31.045Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2687 | 2025-01-08T23:27:31.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-01-08T23:27:31.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-01-08T23:27:31.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-01-08T23:27:31.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2691 | 2025-01-08T23:27:31.326Z | |
2692 | 2025-01-08T23:27:31.327Z | info: running `cargo check --bins` on gateway-types (86/176) |
2693 | 2025-01-08T23:27:31.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-01-08T23:27:31.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-01-08T23:27:31.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-01-08T23:27:31.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2697 | 2025-01-08T23:27:31.943Z | |
2698 | 2025-01-08T23:27:31.943Z | info: running `cargo check --bins` on ipcc (87/176) |
2699 | 2025-01-08T23:27:32.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-01-08T23:27:32.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-01-08T23:27:32.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-01-08T23:27:32.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2703 | 2025-01-08T23:27:32.562Z | |
2704 | 2025-01-08T23:27:32.562Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2705 | 2025-01-08T23:27:33.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-01-08T23:27:33.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-01-08T23:27:33.251Z | Compiling radium v0.7.0 |
2708 | 2025-01-08T23:27:33.251Z | Compiling semver v0.1.20 |
2709 | 2025-01-08T23:27:33.365Z | Compiling maybe-uninit v2.0.0 |
2710 | 2025-01-08T23:27:33.368Z | Checking tap v1.0.1 |
2711 | 2025-01-08T23:27:33.382Z | Checking password-hash v0.5.0 |
2712 | 2025-01-08T23:27:33.385Z | Checking blake2 v0.10.6 |
2713 | 2025-01-08T23:27:33.385Z | Checking crc-catalog v2.4.0 |
2714 | 2025-01-08T23:27:33.385Z | Compiling packed_struct v0.10.1 |
2715 | 2025-01-08T23:27:33.545Z | Compiling owo-colors v4.1.0 |
2716 | 2025-01-08T23:27:33.757Z | Compiling rustc_version v0.1.7 |
2717 | 2025-01-08T23:27:33.804Z | Checking wyz v0.5.1 |
2718 | 2025-01-08T23:27:33.819Z | Compiling cancel-safe-futures v0.1.5 |
2719 | 2025-01-08T23:27:33.836Z | Checking funty v2.0.0 |
2720 | 2025-01-08T23:27:33.924Z | Checking argon2 v0.5.3 |
2721 | 2025-01-08T23:27:33.980Z | Checking crc v3.2.1 |
2722 | 2025-01-08T23:27:34.026Z | Compiling packed_struct_codegen v0.10.1 |
2723 | 2025-01-08T23:27:34.150Z | Compiling indexmap v1.9.3 |
2724 | 2025-01-08T23:27:34.167Z | Checking half v2.4.1 |
2725 | 2025-01-08T23:27:34.182Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2726 | 2025-01-08T23:27:34.219Z | Compiling newtype_derive v0.1.6 |
2727 | 2025-01-08T23:27:34.416Z | Checking nodrop v0.1.14 |
2728 | 2025-01-08T23:27:34.434Z | Checking ciborium-io v0.2.2 |
2729 | 2025-01-08T23:27:34.526Z | Checking array-init v0.0.4 |
2730 | 2025-01-08T23:27:34.555Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2731 | 2025-01-08T23:27:34.584Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2732 | 2025-01-08T23:27:34.650Z | Checking ciborium-ll v0.2.2 |
2733 | 2025-01-08T23:27:34.671Z | Checking smallvec v0.6.14 |
2734 | 2025-01-08T23:27:34.800Z | Checking bitvec v1.0.1 |
2735 | 2025-01-08T23:27:34.933Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2736 | 2025-01-08T23:27:34.961Z | Checking libsw v3.3.1 |
2737 | 2025-01-08T23:27:35.075Z | Compiling memoffset v0.9.1 |
2738 | 2025-01-08T23:27:35.220Z | Checking termcolor v1.4.1 |
2739 | 2025-01-08T23:27:35.262Z | Checking swrite v0.1.0 |
2740 | 2025-01-08T23:27:35.375Z | Checking bitfield v0.14.0 |
2741 | 2025-01-08T23:27:35.391Z | Checking indent_write v2.2.0 |
2742 | 2025-01-08T23:27:35.497Z | Checking linear-map v1.2.0 |
2743 | 2025-01-08T23:27:35.575Z | Checking hashbrown v0.12.3 |
2744 | 2025-01-08T23:27:35.642Z | Checking ron v0.8.1 |
2745 | 2025-01-08T23:27:35.663Z | Checking env_logger v0.10.2 |
2746 | 2025-01-08T23:27:35.835Z | Checking serde-hex v0.1.0 |
2747 | 2025-01-08T23:27:36.081Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2748 | 2025-01-08T23:27:36.098Z | Checking ciborium v0.2.2 |
2749 | 2025-01-08T23:27:36.712Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2025-01-08T23:27:36.780Z | Checking steno v0.4.1 |
2751 | 2025-01-08T23:27:37.032Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2752 | 2025-01-08T23:27:37.057Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2753 | 2025-01-08T23:27:37.277Z | Checking hashbrown v0.13.2 |
2754 | 2025-01-08T23:27:37.279Z | Checking crc-any v2.5.0 |
2755 | 2025-01-08T23:27:37.652Z | Checking humantime v2.1.0 |
2756 | 2025-01-08T23:27:37.671Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2757 | 2025-01-08T23:27:37.931Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2758 | 2025-01-08T23:27:38.064Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2759 | 2025-01-08T23:27:38.304Z | Checking object v0.30.4 |
2760 | 2025-01-08T23:27:38.340Z | Checking path-slash v0.1.5 |
2761 | 2025-01-08T23:27:38.560Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2762 | 2025-01-08T23:27:38.562Z | Checking nix v0.27.1 |
2763 | 2025-01-08T23:27:38.957Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2764 | 2025-01-08T23:27:39.682Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2765 | 2025-01-08T23:27:39.713Z | Checking tungstenite v0.23.0 |
2766 | 2025-01-08T23:27:39.856Z | Checking kstat-rs v0.2.4 |
2767 | 2025-01-08T23:27:39.913Z | Checking signal-hook-tokio v0.3.1 |
2768 | 2025-01-08T23:27:40.195Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2769 | 2025-01-08T23:27:40.648Z | Checking tokio-tungstenite v0.23.1 |
2770 | 2025-01-08T23:27:41.057Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2771 | 2025-01-08T23:27:41.229Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2772 | 2025-01-08T23:27:41.389Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2773 | 2025-01-08T23:27:48.184Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2774 | 2025-01-08T23:27:49.487Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2775 | 2025-01-08T23:27:52.312Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2776 | 2025-01-08T23:27:57.872Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2777 | 2025-01-08T23:27:58.574Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2778 | 2025-01-08T23:28:01.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s |
2779 | 2025-01-08T23:28:01.555Z | |
2780 | 2025-01-08T23:28:01.555Z | info: running `cargo check --bins` on gateway-api (89/176) |
2781 | 2025-01-08T23:28:02.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-01-08T23:28:02.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-01-08T23:28:02.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-01-08T23:28:02.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2785 | 2025-01-08T23:28:02.177Z | |
2786 | 2025-01-08T23:28:02.177Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2787 | 2025-01-08T23:28:02.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-01-08T23:28:02.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-01-08T23:28:02.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-01-08T23:28:02.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2791 | 2025-01-08T23:28:02.778Z | |
2792 | 2025-01-08T23:28:02.778Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2793 | 2025-01-08T23:28:03.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-01-08T23:28:03.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-01-08T23:28:03.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-01-08T23:28:03.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2025-01-08T23:28:03.397Z | |
2798 | 2025-01-08T23:28:03.398Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2799 | 2025-01-08T23:28:03.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-01-08T23:28:03.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-01-08T23:28:03.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-01-08T23:28:03.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2025-01-08T23:28:04.021Z | |
2804 | 2025-01-08T23:28:04.021Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2805 | 2025-01-08T23:28:04.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-01-08T23:28:04.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-01-08T23:28:04.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-01-08T23:28:04.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2809 | 2025-01-08T23:28:04.636Z | |
2810 | 2025-01-08T23:28:04.636Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2811 | 2025-01-08T23:28:05.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-01-08T23:28:05.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-01-08T23:28:05.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-01-08T23:28:05.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2815 | 2025-01-08T23:28:05.255Z | |
2816 | 2025-01-08T23:28:05.255Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2817 | 2025-01-08T23:28:05.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-08T23:28:05.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-08T23:28:05.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-08T23:28:05.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2821 | 2025-01-08T23:28:05.875Z | |
2822 | 2025-01-08T23:28:05.875Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2823 | 2025-01-08T23:28:06.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-08T23:28:06.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-08T23:28:06.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-08T23:28:06.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2827 | 2025-01-08T23:28:06.488Z | |
2828 | 2025-01-08T23:28:06.489Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2829 | 2025-01-08T23:28:07.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-08T23:28:07.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-08T23:28:07.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-08T23:28:07.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2833 | 2025-01-08T23:28:07.129Z | |
2834 | 2025-01-08T23:28:07.129Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2835 | 2025-01-08T23:28:07.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-08T23:28:07.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-08T23:28:07.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-08T23:28:07.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2839 | 2025-01-08T23:28:07.750Z | |
2840 | 2025-01-08T23:28:07.750Z | info: running `cargo check --bins` on sp-sim (99/176) |
2841 | 2025-01-08T23:28:08.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-08T23:28:08.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-08T23:28:08.377Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2844 | 2025-01-08T23:28:08.853Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2845 | 2025-01-08T23:28:10.643Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2846 | 2025-01-08T23:28:12.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2847 | 2025-01-08T23:28:12.538Z | |
2848 | 2025-01-08T23:28:12.538Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2849 | 2025-01-08T23:28:13.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-01-08T23:28:13.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-01-08T23:28:13.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-01-08T23:28:13.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2853 | 2025-01-08T23:28:13.202Z | |
2854 | 2025-01-08T23:28:13.202Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2855 | 2025-01-08T23:28:13.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-01-08T23:28:13.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-01-08T23:28:13.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-01-08T23:28:13.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2859 | 2025-01-08T23:28:13.872Z | |
2860 | 2025-01-08T23:28:13.872Z | info: running `cargo check --bins` on db-macros (102/176) |
2861 | 2025-01-08T23:28:14.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-01-08T23:28:14.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-01-08T23:28:14.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-01-08T23:28:14.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2865 | 2025-01-08T23:28:14.476Z | |
2866 | 2025-01-08T23:28:14.476Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2867 | 2025-01-08T23:28:15.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-01-08T23:28:15.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-01-08T23:28:15.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-01-08T23:28:15.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2871 | 2025-01-08T23:28:15.079Z | |
2872 | 2025-01-08T23:28:15.079Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2873 | 2025-01-08T23:28:15.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-01-08T23:28:15.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-01-08T23:28:15.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-01-08T23:28:15.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2877 | 2025-01-08T23:28:15.736Z | |
2878 | 2025-01-08T23:28:15.736Z | info: running `cargo check --bins` on authz-macros (105/176) |
2879 | 2025-01-08T23:28:16.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-01-08T23:28:16.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-01-08T23:28:16.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-01-08T23:28:16.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2883 | 2025-01-08T23:28:16.340Z | |
2884 | 2025-01-08T23:28:16.340Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2885 | 2025-01-08T23:28:16.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-01-08T23:28:16.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-01-08T23:28:16.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-01-08T23:28:16.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2889 | 2025-01-08T23:28:16.991Z | |
2890 | 2025-01-08T23:28:16.991Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2891 | 2025-01-08T23:28:17.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-01-08T23:28:17.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-01-08T23:28:17.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-01-08T23:28:17.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2895 | 2025-01-08T23:28:17.644Z | |
2896 | 2025-01-08T23:28:17.644Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2897 | 2025-01-08T23:28:18.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-01-08T23:28:18.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-01-08T23:28:18.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-01-08T23:28:18.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2901 | 2025-01-08T23:28:18.261Z | |
2902 | 2025-01-08T23:28:18.261Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2903 | 2025-01-08T23:28:18.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-01-08T23:28:18.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-01-08T23:28:18.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2025-01-08T23:28:18.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2907 | 2025-01-08T23:28:18.907Z | |
2908 | 2025-01-08T23:28:18.907Z | info: running `cargo check --bins` on typed-rng (110/176) |
2909 | 2025-01-08T23:28:19.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-01-08T23:28:19.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-01-08T23:28:19.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-01-08T23:28:19.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2913 | 2025-01-08T23:28:19.518Z | |
2914 | 2025-01-08T23:28:19.518Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2915 | 2025-01-08T23:28:20.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-01-08T23:28:20.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-01-08T23:28:20.245Z | Checking keccak v0.1.5 |
2918 | 2025-01-08T23:28:20.354Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2919 | 2025-01-08T23:28:20.358Z | Checking secrecy v0.8.0 |
2920 | 2025-01-08T23:28:20.358Z | Compiling unicase v2.7.0 |
2921 | 2025-01-08T23:28:20.364Z | Compiling same-file v1.0.6 |
2922 | 2025-01-08T23:28:20.380Z | Compiling tempfile v3.13.0 |
2923 | 2025-01-08T23:28:20.404Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2924 | 2025-01-08T23:28:20.406Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2925 | 2025-01-08T23:28:20.541Z | Compiling walkdir v2.5.0 |
2926 | 2025-01-08T23:28:20.652Z | Checking sha3 v0.10.8 |
2927 | 2025-01-08T23:28:20.669Z | Compiling thiserror-impl-no-std v2.0.2 |
2928 | 2025-01-08T23:28:20.705Z | Checking universal-hash v0.5.1 |
2929 | 2025-01-08T23:28:20.726Z | Compiling blake3 v1.5.4 |
2930 | 2025-01-08T23:28:20.823Z | Checking opaque-debug v0.3.1 |
2931 | 2025-01-08T23:28:20.895Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2932 | 2025-01-08T23:28:20.920Z | Checking poly1305 v0.8.0 |
2933 | 2025-01-08T23:28:20.963Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2934 | 2025-01-08T23:28:21.026Z | Checking chacha20 v0.9.1 |
2935 | 2025-01-08T23:28:21.182Z | Checking aead v0.5.2 |
2936 | 2025-01-08T23:28:21.235Z | Compiling memmap2 v0.9.5 |
2937 | 2025-01-08T23:28:21.298Z | Compiling arrayref v0.3.9 |
2938 | 2025-01-08T23:28:21.357Z | Compiling libefi-sys v0.1.0 |
2939 | 2025-01-08T23:28:21.393Z | Compiling salty v0.3.0 |
2940 | 2025-01-08T23:28:21.408Z | Compiling constant_time_eq v0.3.1 |
2941 | 2025-01-08T23:28:21.411Z | Compiling arrayvec v0.7.6 |
2942 | 2025-01-08T23:28:21.576Z | Checking chacha20poly1305 v0.10.1 |
2943 | 2025-01-08T23:28:21.666Z | Compiling toolchain_find v0.4.0 |
2944 | 2025-01-08T23:28:21.745Z | Compiling camino-tempfile v1.1.1 |
2945 | 2025-01-08T23:28:21.804Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2946 | 2025-01-08T23:28:21.825Z | Compiling bitfield-struct v0.6.2 |
2947 | 2025-01-08T23:28:22.058Z | Compiling topological-sort v0.2.2 |
2948 | 2025-01-08T23:28:22.204Z | Compiling mime_guess v2.0.5 |
2949 | 2025-01-08T23:28:22.282Z | Compiling rustfmt-wrapper v0.2.1 |
2950 | 2025-01-08T23:28:22.702Z | Compiling omicron-zone-package v0.12.0 |
2951 | 2025-01-08T23:28:22.839Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2952 | 2025-01-08T23:28:22.841Z | Checking primeorder v0.13.6 |
2953 | 2025-01-08T23:28:23.140Z | Checking env_filter v0.1.2 |
2954 | 2025-01-08T23:28:23.250Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2955 | 2025-01-08T23:28:23.285Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2956 | 2025-01-08T23:28:23.321Z | Checking p384 v0.13.0 |
2957 | 2025-01-08T23:28:23.366Z | Checking env_logger v0.11.5 |
2958 | 2025-01-08T23:28:23.517Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2959 | 2025-01-08T23:28:23.586Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2960 | 2025-01-08T23:28:23.643Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2961 | 2025-01-08T23:28:23.854Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2962 | 2025-01-08T23:28:23.857Z | Checking thiserror-no-std v2.0.2 |
2963 | 2025-01-08T23:28:23.888Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2964 | 2025-01-08T23:28:23.962Z | Checking vsss-rs v3.3.4 |
2965 | 2025-01-08T23:28:23.988Z | Checking http-range v0.1.5 |
2966 | 2025-01-08T23:28:24.143Z | Checking lockfree-object-pool v0.1.6 |
2967 | 2025-01-08T23:28:24.163Z | Compiling zip v2.1.3 |
2968 | 2025-01-08T23:28:24.166Z | Checking simd-adler32 v0.3.7 |
2969 | 2025-01-08T23:28:24.340Z | Checking bumpalo v3.16.0 |
2970 | 2025-01-08T23:28:24.383Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2971 | 2025-01-08T23:28:24.452Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2972 | 2025-01-08T23:28:24.546Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2973 | 2025-01-08T23:28:24.658Z | Checking zopfli v0.8.1 |
2974 | 2025-01-08T23:28:24.740Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2975 | 2025-01-08T23:28:25.196Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2976 | 2025-01-08T23:28:25.231Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2977 | 2025-01-08T23:28:25.367Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2978 | 2025-01-08T23:28:25.525Z | Checking nanorand v0.7.0 |
2979 | 2025-01-08T23:28:25.648Z | Checking atty v0.2.14 |
2980 | 2025-01-08T23:28:25.750Z | Checking glob v0.3.1 |
2981 | 2025-01-08T23:28:25.777Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2982 | 2025-01-08T23:28:25.884Z | Checking flume v0.11.1 |
2983 | 2025-01-08T23:28:25.902Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2984 | 2025-01-08T23:28:26.074Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2985 | 2025-01-08T23:28:26.440Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2986 | 2025-01-08T23:28:27.165Z | Checking hyper-staticfile v0.10.1 |
2987 | 2025-01-08T23:28:27.508Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2988 | 2025-01-08T23:28:27.533Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2989 | 2025-01-08T23:28:27.707Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2990 | 2025-01-08T23:28:27.828Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2991 | 2025-01-08T23:28:27.936Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2992 | 2025-01-08T23:28:28.146Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2993 | 2025-01-08T23:28:28.968Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2994 | 2025-01-08T23:28:29.022Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2995 | 2025-01-08T23:28:29.596Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2996 | 2025-01-08T23:28:29.826Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2997 | 2025-01-08T23:28:32.465Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2998 | 2025-01-08T23:28:32.465Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2999 | 2025-01-08T23:28:41.989Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3000 | 2025-01-08T23:28:55.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.09s |
3001 | 2025-01-08T23:28:55.800Z | |
3002 | 2025-01-08T23:28:55.800Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3003 | 2025-01-08T23:28:56.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-08T23:28:56.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-08T23:28:56.538Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2025-01-08T23:29:10.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
3007 | 2025-01-08T23:29:10.347Z | |
3008 | 2025-01-08T23:29:10.347Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3009 | 2025-01-08T23:29:10.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-08T23:29:10.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-08T23:29:11.078Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2025-01-08T23:29:24.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
3013 | 2025-01-08T23:29:25.107Z | |
3014 | 2025-01-08T23:29:25.107Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3015 | 2025-01-08T23:29:25.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-08T23:29:25.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-08T23:29:25.831Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2025-01-08T23:29:39.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
3019 | 2025-01-08T23:29:39.864Z | |
3020 | 2025-01-08T23:29:39.864Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3021 | 2025-01-08T23:29:40.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-08T23:29:40.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-08T23:29:40.584Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2025-01-08T23:29:54.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
3025 | 2025-01-08T23:29:54.659Z | |
3026 | 2025-01-08T23:29:54.659Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3027 | 2025-01-08T23:29:55.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-08T23:29:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-08T23:29:55.377Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2025-01-08T23:30:09.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3031 | 2025-01-08T23:30:09.472Z | |
3032 | 2025-01-08T23:30:09.473Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3033 | 2025-01-08T23:30:10.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-08T23:30:10.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-08T23:30:10.194Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3036 | 2025-01-08T23:30:24.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s |
3037 | 2025-01-08T23:30:24.241Z | |
3038 | 2025-01-08T23:30:24.241Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3039 | 2025-01-08T23:30:24.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-08T23:30:24.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-08T23:30:24.969Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3042 | 2025-01-08T23:30:38.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
3043 | 2025-01-08T23:30:38.932Z | |
3044 | 2025-01-08T23:30:38.932Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3045 | 2025-01-08T23:30:39.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-08T23:30:39.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-08T23:30:39.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-08T23:30:39.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3049 | 2025-01-08T23:30:39.576Z | |
3050 | 2025-01-08T23:30:39.576Z | info: running `cargo check --bins` on key-manager (120/176) |
3051 | 2025-01-08T23:30:40.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-08T23:30:40.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-08T23:30:40.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-01-08T23:30:40.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3055 | 2025-01-08T23:30:40.196Z | |
3056 | 2025-01-08T23:30:40.196Z | info: running `cargo check --bins` on range-requests (121/176) |
3057 | 2025-01-08T23:30:40.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-08T23:30:40.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-08T23:30:40.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-01-08T23:30:40.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3061 | 2025-01-08T23:30:40.804Z | |
3062 | 2025-01-08T23:30:40.804Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3063 | 2025-01-08T23:30:41.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-08T23:30:41.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-08T23:30:41.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-01-08T23:30:41.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3067 | 2025-01-08T23:30:41.430Z | |
3068 | 2025-01-08T23:30:41.430Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3069 | 2025-01-08T23:30:41.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-01-08T23:30:42.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-01-08T23:30:42.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-01-08T23:30:42.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3073 | 2025-01-08T23:30:42.080Z | |
3074 | 2025-01-08T23:30:42.080Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3075 | 2025-01-08T23:30:42.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-01-08T23:30:42.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-01-08T23:30:42.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-01-08T23:30:42.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3079 | 2025-01-08T23:30:42.681Z | |
3080 | 2025-01-08T23:30:42.681Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3081 | 2025-01-08T23:30:43.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-01-08T23:30:43.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-01-08T23:30:43.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-01-08T23:30:43.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3085 | 2025-01-08T23:30:43.319Z | |
3086 | 2025-01-08T23:30:43.319Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3087 | 2025-01-08T23:30:43.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-01-08T23:30:43.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-01-08T23:30:43.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-01-08T23:30:43.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3091 | 2025-01-08T23:30:43.956Z | |
3092 | 2025-01-08T23:30:43.956Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3093 | 2025-01-08T23:30:44.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-01-08T23:30:44.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-01-08T23:30:44.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-01-08T23:30:44.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3097 | 2025-01-08T23:30:44.601Z | |
3098 | 2025-01-08T23:30:44.601Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3099 | 2025-01-08T23:30:45.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-01-08T23:30:45.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-01-08T23:30:45.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-01-08T23:30:45.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3103 | 2025-01-08T23:30:45.250Z | |
3104 | 2025-01-08T23:30:45.250Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3105 | 2025-01-08T23:30:45.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-01-08T23:30:45.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-01-08T23:30:45.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-01-08T23:30:45.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3109 | 2025-01-08T23:30:45.901Z | |
3110 | 2025-01-08T23:30:45.902Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3111 | 2025-01-08T23:30:46.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-08T23:30:46.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-08T23:30:46.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2025-01-08T23:30:46.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3115 | 2025-01-08T23:30:46.545Z | |
3116 | 2025-01-08T23:30:46.545Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3117 | 2025-01-08T23:30:47.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-01-08T23:30:47.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-01-08T23:30:47.220Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3120 | 2025-01-08T23:30:47.220Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3121 | 2025-01-08T23:30:48.074Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3122 | 2025-01-08T23:30:50.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
3123 | 2025-01-08T23:30:50.285Z | |
3124 | 2025-01-08T23:30:50.286Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3125 | 2025-01-08T23:30:50.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-01-08T23:30:50.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-01-08T23:30:50.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2025-01-08T23:30:50.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3129 | 2025-01-08T23:30:50.908Z | |
3130 | 2025-01-08T23:30:50.908Z | info: running `cargo check --bins` on cert-dev (133/176) |
3131 | 2025-01-08T23:30:51.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-01-08T23:30:51.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-01-08T23:30:51.513Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3134 | 2025-01-08T23:30:51.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3135 | 2025-01-08T23:30:51.943Z | |
3136 | 2025-01-08T23:30:51.943Z | info: running `cargo check --bins` on clickana (134/176) |
3137 | 2025-01-08T23:30:52.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-01-08T23:30:52.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-01-08T23:30:52.581Z | Checking castaway v0.2.3 |
3140 | 2025-01-08T23:30:52.584Z | Checking unicode-truncate v1.1.0 |
3141 | 2025-01-08T23:30:52.584Z | Checking lru v0.12.5 |
3142 | 2025-01-08T23:30:52.584Z | Compiling instability v0.3.2 |
3143 | 2025-01-08T23:30:52.584Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3144 | 2025-01-08T23:30:52.584Z | Checking cassowary v0.3.0 |
3145 | 2025-01-08T23:30:52.801Z | Checking compact_str v0.8.0 |
3146 | 2025-01-08T23:30:53.405Z | Checking ratatui v0.28.1 |
3147 | 2025-01-08T23:30:54.385Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3148 | 2025-01-08T23:30:55.385Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3149 | 2025-01-08T23:30:56.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3150 | 2025-01-08T23:30:56.386Z | |
3151 | 2025-01-08T23:30:56.386Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3152 | 2025-01-08T23:30:56.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-08T23:30:56.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-08T23:30:57.052Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3155 | 2025-01-08T23:30:57.052Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3156 | 2025-01-08T23:30:58.064Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3157 | 2025-01-08T23:30:58.563Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3158 | 2025-01-08T23:30:58.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3159 | 2025-01-08T23:30:59.113Z | |
3160 | 2025-01-08T23:30:59.113Z | info: running `cargo check --bins` on ch-dev (136/176) |
3161 | 2025-01-08T23:30:59.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-01-08T23:30:59.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-01-08T23:30:59.772Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3164 | 2025-01-08T23:31:00.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3165 | 2025-01-08T23:31:00.655Z | |
3166 | 2025-01-08T23:31:00.655Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3167 | 2025-01-08T23:31:01.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-08T23:31:01.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-08T23:31:01.302Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3170 | 2025-01-08T23:31:01.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3171 | 2025-01-08T23:31:01.856Z | |
3172 | 2025-01-08T23:31:01.856Z | info: running `cargo check --bins` on db-dev (138/176) |
3173 | 2025-01-08T23:31:02.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-01-08T23:31:02.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-01-08T23:31:02.517Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3176 | 2025-01-08T23:31:03.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3177 | 2025-01-08T23:31:03.416Z | |
3178 | 2025-01-08T23:31:03.416Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3179 | 2025-01-08T23:31:03.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-01-08T23:31:03.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-01-08T23:31:03.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2025-01-08T23:31:03.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3183 | 2025-01-08T23:31:04.067Z | |
3184 | 2025-01-08T23:31:04.067Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3185 | 2025-01-08T23:31:04.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-01-08T23:31:04.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-01-08T23:31:04.669Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3188 | 2025-01-08T23:31:05.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3189 | 2025-01-08T23:31:05.715Z | |
3190 | 2025-01-08T23:31:05.715Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3191 | 2025-01-08T23:31:06.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-01-08T23:31:06.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-01-08T23:31:06.322Z | Checking cargo-platform v0.1.8 |
3194 | 2025-01-08T23:31:06.591Z | Checking cargo_metadata v0.18.1 |
3195 | 2025-01-08T23:31:07.537Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3196 | 2025-01-08T23:31:08.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3197 | 2025-01-08T23:31:08.512Z | |
3198 | 2025-01-08T23:31:08.512Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3199 | 2025-01-08T23:31:09.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-01-08T23:31:09.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-01-08T23:31:09.222Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3202 | 2025-01-08T23:31:10.711Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3203 | 2025-01-08T23:31:11.327Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3204 | 2025-01-08T23:31:11.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
3205 | 2025-01-08T23:31:12.086Z | |
3206 | 2025-01-08T23:31:12.087Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3207 | 2025-01-08T23:31:12.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-01-08T23:31:12.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-01-08T23:31:12.853Z | Compiling crunchy v0.2.2 |
3210 | 2025-01-08T23:31:12.855Z | Compiling tiny-keccak v2.0.2 |
3211 | 2025-01-08T23:31:12.855Z | Compiling dsl_auto_type v0.1.2 |
3212 | 2025-01-08T23:31:12.855Z | Checking scheduled-thread-pool v0.2.7 |
3213 | 2025-01-08T23:31:12.855Z | Compiling diesel_table_macro_syntax v0.2.0 |
3214 | 2025-01-08T23:31:12.986Z | Compiling ascii-canvas v3.0.0 |
3215 | 2025-01-08T23:31:12.998Z | Compiling ena v0.14.3 |
3216 | 2025-01-08T23:31:13.012Z | Compiling diff v0.1.13 |
3217 | 2025-01-08T23:31:13.197Z | Checking r2d2 v0.8.10 |
3218 | 2025-01-08T23:31:13.254Z | Compiling regex-syntax v0.6.29 |
3219 | 2025-01-08T23:31:13.387Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3220 | 2025-01-08T23:31:13.406Z | Compiling ref-cast v1.0.23 |
3221 | 2025-01-08T23:31:13.495Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3222 | 2025-01-08T23:31:13.572Z | Compiling derive_builder_core v0.20.2 |
3223 | 2025-01-08T23:31:13.642Z | Compiling libxml v0.3.3 |
3224 | 2025-01-08T23:31:13.673Z | Compiling ref-cast-impl v1.0.23 |
3225 | 2025-01-08T23:31:13.738Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3226 | 2025-01-08T23:31:14.025Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3227 | 2025-01-08T23:31:14.495Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3228 | 2025-01-08T23:31:14.495Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3229 | 2025-01-08T23:31:14.495Z | Compiling strum_macros v0.24.3 |
3230 | 2025-01-08T23:31:14.495Z | Compiling samael v0.0.17 |
3231 | 2025-01-08T23:31:14.574Z | Compiling diesel_derives v2.2.3 |
3232 | 2025-01-08T23:31:14.654Z | Compiling indoc v1.0.9 |
3233 | 2025-01-08T23:31:15.631Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3234 | 2025-01-08T23:31:15.919Z | Compiling impl-trait-for-tuples v0.2.2 |
3235 | 2025-01-08T23:31:15.967Z | Compiling derive_builder_macro v0.20.2 |
3236 | 2025-01-08T23:31:16.803Z | Compiling lalrpop v0.19.12 |
3237 | 2025-01-08T23:31:16.845Z | Checking derive_builder v0.20.2 |
3238 | 2025-01-08T23:31:16.993Z | Compiling oso-derive v0.27.3 |
3239 | 2025-01-08T23:31:17.421Z | Checking quick-xml v0.33.0 |
3240 | 2025-01-08T23:31:17.895Z | Compiling diesel-dtrace v0.4.2 |
3241 | 2025-01-08T23:31:18.072Z | Checking maplit v1.0.2 |
3242 | 2025-01-08T23:31:18.233Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3243 | 2025-01-08T23:31:18.258Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3244 | 2025-01-08T23:31:18.476Z | Checking bb8 v0.8.5 |
3245 | 2025-01-08T23:31:18.555Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3246 | 2025-01-08T23:31:18.833Z | Checking rand_seeder v0.3.0 |
3247 | 2025-01-08T23:31:19.072Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3248 | 2025-01-08T23:31:19.090Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3249 | 2025-01-08T23:31:19.162Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3250 | 2025-01-08T23:31:19.289Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3251 | 2025-01-08T23:31:19.564Z | Checking unicode-linebreak v0.1.5 |
3252 | 2025-01-08T23:31:19.961Z | Checking smawk v0.3.2 |
3253 | 2025-01-08T23:31:20.014Z | Checking is_ci v1.2.0 |
3254 | 2025-01-08T23:31:20.158Z | Checking supports-color v3.0.1 |
3255 | 2025-01-08T23:31:20.176Z | Checking textwrap v0.16.1 |
3256 | 2025-01-08T23:31:20.390Z | Checking multimap v0.10.0 |
3257 | 2025-01-08T23:31:21.122Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3258 | 2025-01-08T23:31:23.555Z | Checking diesel v2.2.6 |
3259 | 2025-01-08T23:31:49.678Z | Compiling polar-core v0.27.3 |
3260 | 2025-01-08T23:31:52.446Z | Checking async-bb8-diesel v0.2.1 |
3261 | 2025-01-08T23:31:57.129Z | Checking oso v0.27.3 |
3262 | 2025-01-08T23:33:02.649Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3263 | 2025-01-08T23:33:08.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s |
3264 | 2025-01-08T23:33:08.891Z | |
3265 | 2025-01-08T23:33:08.891Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3266 | 2025-01-08T23:33:09.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-01-08T23:33:09.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-01-08T23:33:09.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3269 | 2025-01-08T23:33:09.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3270 | 2025-01-08T23:33:09.559Z | |
3271 | 2025-01-08T23:33:09.559Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3272 | 2025-01-08T23:33:10.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-08T23:33:10.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-08T23:33:10.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-01-08T23:33:10.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3276 | 2025-01-08T23:33:10.225Z | |
3277 | 2025-01-08T23:33:10.225Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3278 | 2025-01-08T23:33:10.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-01-08T23:33:10.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-01-08T23:33:10.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2025-01-08T23:33:10.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3282 | 2025-01-08T23:33:10.825Z | |
3283 | 2025-01-08T23:33:10.825Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3284 | 2025-01-08T23:33:11.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-01-08T23:33:11.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-01-08T23:33:11.605Z | Compiling libz-sys v1.1.20 |
3287 | 2025-01-08T23:33:11.719Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3288 | 2025-01-08T23:33:11.730Z | Compiling vergen v8.3.2 |
3289 | 2025-01-08T23:33:11.733Z | Compiling cargo-platform v0.1.8 |
3290 | 2025-01-08T23:33:11.733Z | Compiling pin-project-internal v1.1.6 |
3291 | 2025-01-08T23:33:11.766Z | Compiling libsqlite3-sys v0.30.1 |
3292 | 2025-01-08T23:33:11.767Z | Compiling snafu-derive v0.8.5 |
3293 | 2025-01-08T23:33:11.771Z | Compiling cfg_aliases v0.2.1 |
3294 | 2025-01-08T23:33:11.900Z | Compiling rustls v0.21.12 |
3295 | 2025-01-08T23:33:12.026Z | Compiling cargo_metadata v0.18.1 |
3296 | 2025-01-08T23:33:12.164Z | Compiling buf-list v1.0.3 |
3297 | 2025-01-08T23:33:12.302Z | Compiling nix v0.29.0 |
3298 | 2025-01-08T23:33:12.328Z | Checking globset v0.4.15 |
3299 | 2025-01-08T23:33:12.643Z | Checking olpc-cjson v0.1.4 |
3300 | 2025-01-08T23:33:12.854Z | Checking rustls-webpki v0.101.7 |
3301 | 2025-01-08T23:33:12.871Z | Checking sct v0.7.1 |
3302 | 2025-01-08T23:33:12.874Z | Checking serde_plain v1.0.2 |
3303 | 2025-01-08T23:33:13.070Z | Checking typed-path v0.9.3 |
3304 | 2025-01-08T23:33:13.419Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3305 | 2025-01-08T23:33:13.635Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3306 | 2025-01-08T23:33:13.679Z | Checking hashlink v0.9.1 |
3307 | 2025-01-08T23:33:13.904Z | Checking parse-size v1.1.0 |
3308 | 2025-01-08T23:33:14.082Z | Checking fallible-iterator v0.3.0 |
3309 | 2025-01-08T23:33:14.348Z | Checking fallible-streaming-iterator v0.1.9 |
3310 | 2025-01-08T23:33:14.703Z | Checking rusqlite v0.32.1 |
3311 | 2025-01-08T23:33:14.808Z | Checking pin-project v1.1.6 |
3312 | 2025-01-08T23:33:14.934Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3313 | 2025-01-08T23:33:15.072Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3314 | 2025-01-08T23:33:15.119Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3315 | 2025-01-08T23:33:15.630Z | Checking rustls-pemfile v1.0.4 |
3316 | 2025-01-08T23:33:15.785Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3317 | 2025-01-08T23:33:15.834Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3318 | 2025-01-08T23:33:15.949Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3319 | 2025-01-08T23:33:16.041Z | Checking twox-hash v1.6.3 |
3320 | 2025-01-08T23:33:16.080Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3321 | 2025-01-08T23:33:16.099Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3322 | 2025-01-08T23:33:16.486Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3323 | 2025-01-08T23:33:16.740Z | Checking tokio-rustls v0.24.1 |
3324 | 2025-01-08T23:33:17.080Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3325 | 2025-01-08T23:33:17.082Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3326 | 2025-01-08T23:33:17.121Z | Checking fatfs v0.3.6 |
3327 | 2025-01-08T23:33:17.311Z | Checking snafu v0.8.5 |
3328 | 2025-01-08T23:33:17.750Z | Checking tough v0.19.0 |
3329 | 2025-01-08T23:33:17.920Z | Checking assert_matches v1.5.0 |
3330 | 2025-01-08T23:33:21.849Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3331 | 2025-01-08T23:33:23.194Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3332 | 2025-01-08T23:33:23.963Z | Compiling git2 v0.19.0 |
3333 | 2025-01-08T23:33:28.603Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3334 | 2025-01-08T23:34:22.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3335 | 2025-01-08T23:34:22.377Z | |
3336 | 2025-01-08T23:34:22.377Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3337 | 2025-01-08T23:34:22.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-01-08T23:34:22.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-01-08T23:34:22.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-01-08T23:34:22.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3341 | 2025-01-08T23:34:23.073Z | |
3342 | 2025-01-08T23:34:23.073Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3343 | 2025-01-08T23:34:23.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-01-08T23:34:23.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-01-08T23:34:23.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-01-08T23:34:23.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3347 | 2025-01-08T23:34:23.678Z | |
3348 | 2025-01-08T23:34:23.678Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3349 | 2025-01-08T23:34:24.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-01-08T23:34:24.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-01-08T23:34:24.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-01-08T23:34:24.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3353 | 2025-01-08T23:34:24.324Z | |
3354 | 2025-01-08T23:34:24.324Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3355 | 2025-01-08T23:34:24.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-01-08T23:34:24.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-01-08T23:34:24.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-01-08T23:34:24.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3359 | 2025-01-08T23:34:24.986Z | |
3360 | 2025-01-08T23:34:24.986Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3361 | 2025-01-08T23:34:25.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-01-08T23:34:25.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-01-08T23:34:25.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-01-08T23:34:25.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3365 | 2025-01-08T23:34:25.653Z | |
3366 | 2025-01-08T23:34:25.653Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3367 | 2025-01-08T23:34:26.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-01-08T23:34:26.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-01-08T23:34:26.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-01-08T23:34:26.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3371 | 2025-01-08T23:34:26.320Z | |
3372 | 2025-01-08T23:34:26.320Z | info: running `cargo check --bins` on update-common (154/176) |
3373 | 2025-01-08T23:34:26.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-08T23:34:26.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-08T23:34:26.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-08T23:34:26.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3377 | 2025-01-08T23:34:26.962Z | |
3378 | 2025-01-08T23:34:26.962Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3379 | 2025-01-08T23:34:27.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-08T23:34:27.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-08T23:34:27.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-01-08T23:34:27.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3383 | 2025-01-08T23:34:27.602Z | |
3384 | 2025-01-08T23:34:27.602Z | info: running `cargo check --bins` on tufaceous (156/176) |
3385 | 2025-01-08T23:34:28.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-01-08T23:34:28.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-01-08T23:34:28.261Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3388 | 2025-01-08T23:34:29.499Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3389 | 2025-01-08T23:34:30.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
3390 | 2025-01-08T23:34:30.556Z | |
3391 | 2025-01-08T23:34:30.556Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3392 | 2025-01-08T23:34:31.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2025-01-08T23:34:31.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2025-01-08T23:34:31.385Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3395 | 2025-01-08T23:34:31.388Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3396 | 2025-01-08T23:34:31.521Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3397 | 2025-01-08T23:34:31.524Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3398 | 2025-01-08T23:34:32.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3399 | 2025-01-08T23:34:57.944Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3400 | 2025-01-08T23:34:57.947Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3401 | 2025-01-08T23:34:57.947Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3402 | 2025-01-08T23:34:57.947Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3403 | 2025-01-08T23:34:57.947Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3404 | 2025-01-08T23:34:58.801Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3405 | 2025-01-08T23:35:00.075Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3406 | 2025-01-08T23:35:38.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3407 | 2025-01-08T23:35:38.350Z | |
3408 | 2025-01-08T23:35:38.350Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3409 | 2025-01-08T23:35:38.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-08T23:35:38.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-08T23:35:39.049Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3412 | 2025-01-08T23:35:39.052Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3413 | 2025-01-08T23:35:39.155Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3414 | 2025-01-08T23:35:39.177Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3415 | 2025-01-08T23:35:39.179Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3416 | 2025-01-08T23:35:39.201Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3417 | 2025-01-08T23:35:39.204Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3418 | 2025-01-08T23:35:39.229Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3419 | 2025-01-08T23:35:39.422Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3420 | 2025-01-08T23:35:39.467Z | Checking heck v0.4.1 |
3421 | 2025-01-08T23:35:39.554Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3422 | 2025-01-08T23:35:39.680Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3423 | 2025-01-08T23:35:39.739Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3424 | 2025-01-08T23:35:39.864Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3425 | 2025-01-08T23:35:40.224Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3426 | 2025-01-08T23:35:40.582Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3427 | 2025-01-08T23:35:40.649Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3428 | 2025-01-08T23:35:42.068Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3429 | 2025-01-08T23:35:42.729Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3430 | 2025-01-08T23:35:42.920Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3431 | 2025-01-08T23:35:43.047Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3432 | 2025-01-08T23:35:45.230Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3433 | 2025-01-08T23:35:45.230Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3434 | 2025-01-08T23:35:46.040Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3435 | 2025-01-08T23:35:47.593Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3436 | 2025-01-08T23:35:53.827Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3437 | 2025-01-08T23:35:53.827Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3438 | 2025-01-08T23:35:55.057Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3439 | 2025-01-08T23:35:56.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s |
3440 | 2025-01-08T23:35:56.337Z | |
3441 | 2025-01-08T23:35:56.337Z | info: running `cargo check --bins` on installinator-api (159/176) |
3442 | 2025-01-08T23:35:56.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2025-01-08T23:35:56.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2025-01-08T23:35:56.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3445 | 2025-01-08T23:35:56.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3446 | 2025-01-08T23:35:56.975Z | |
3447 | 2025-01-08T23:35:56.975Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3448 | 2025-01-08T23:35:57.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-01-08T23:35:57.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-01-08T23:35:57.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3451 | 2025-01-08T23:35:57.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3452 | 2025-01-08T23:35:57.623Z | |
3453 | 2025-01-08T23:35:57.623Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3454 | 2025-01-08T23:35:58.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-01-08T23:35:58.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-01-08T23:35:58.307Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3457 | 2025-01-08T23:35:58.307Z | Compiling petname v2.0.2 |
3458 | 2025-01-08T23:35:58.307Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3459 | 2025-01-08T23:35:58.309Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3460 | 2025-01-08T23:35:58.310Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3461 | 2025-01-08T23:35:58.310Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3462 | 2025-01-08T23:35:58.422Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3463 | 2025-01-08T23:35:58.440Z | Checking sync-ptr v0.1.1 |
3464 | 2025-01-08T23:36:03.897Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3465 | 2025-01-08T23:36:04.537Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3466 | 2025-01-08T23:36:05.709Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3467 | 2025-01-08T23:36:07.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s |
3468 | 2025-01-08T23:36:07.467Z | |
3469 | 2025-01-08T23:36:07.467Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3470 | 2025-01-08T23:36:08.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3471 | 2025-01-08T23:36:08.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3472 | 2025-01-08T23:36:08.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3473 | 2025-01-08T23:36:08.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3474 | 2025-01-08T23:36:08.126Z | |
3475 | 2025-01-08T23:36:08.126Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3476 | 2025-01-08T23:36:08.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-08T23:36:08.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-08T23:36:08.786Z | Checking memmap2 v0.9.5 |
3479 | 2025-01-08T23:36:08.786Z | Checking arrayvec v0.7.6 |
3480 | 2025-01-08T23:36:08.789Z | Checking constant_time_eq v0.3.1 |
3481 | 2025-01-08T23:36:08.789Z | Checking arrayref v0.3.9 |
3482 | 2025-01-08T23:36:08.789Z | Checking topological-sort v0.2.2 |
3483 | 2025-01-08T23:36:08.890Z | Checking shell-words v1.1.0 |
3484 | 2025-01-08T23:36:09.136Z | Checking blake3 v1.5.4 |
3485 | 2025-01-08T23:36:09.471Z | Checking omicron-zone-package v0.12.0 |
3486 | 2025-01-08T23:36:10.679Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3487 | 2025-01-08T23:36:11.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3488 | 2025-01-08T23:36:11.749Z | |
3489 | 2025-01-08T23:36:11.749Z | info: running `cargo check --bins` on xtask (164/176) |
3490 | 2025-01-08T23:36:12.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2025-01-08T23:36:12.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2025-01-08T23:36:12.174Z | Checking bitflags v2.6.0 |
3493 | 2025-01-08T23:36:12.176Z | Checking serde v1.0.215 |
3494 | 2025-01-08T23:36:12.176Z | Checking thiserror v1.0.69 |
3495 | 2025-01-08T23:36:12.266Z | Checking scroll v0.12.0 |
3496 | 2025-01-08T23:36:12.270Z | Checking hashbrown v0.15.1 |
3497 | 2025-01-08T23:36:12.274Z | Checking log v0.4.22 |
3498 | 2025-01-08T23:36:12.282Z | Checking zerocopy v0.7.35 |
3499 | 2025-01-08T23:36:12.306Z | Checking syn v2.0.87 |
3500 | 2025-01-08T23:36:12.361Z | Checking pest v2.7.14 |
3501 | 2025-01-08T23:36:12.501Z | Checking rustix v0.38.37 |
3502 | 2025-01-08T23:36:12.532Z | Checking once_cell v1.20.2 |
3503 | 2025-01-08T23:36:12.712Z | Checking goblin v0.8.2 |
3504 | 2025-01-08T23:36:12.851Z | Checking fs-err v2.11.0 |
3505 | 2025-01-08T23:36:13.144Z | Checking tabled v0.15.0 |
3506 | 2025-01-08T23:36:13.322Z | Checking indexmap v2.6.0 |
3507 | 2025-01-08T23:36:13.670Z | Checking anyhow v1.0.93 |
3508 | 2025-01-08T23:36:14.490Z | Checking terminal_size v0.4.0 |
3509 | 2025-01-08T23:36:14.493Z | Checking tempfile v3.13.0 |
3510 | 2025-01-08T23:36:14.675Z | Checking dtrace-parser v0.2.0 |
3511 | 2025-01-08T23:36:14.677Z | Checking clap_builder v4.5.21 |
3512 | 2025-01-08T23:36:16.621Z | Checking serde_json v1.0.133 |
3513 | 2025-01-08T23:36:16.621Z | Checking toml_datetime v0.6.8 |
3514 | 2025-01-08T23:36:16.623Z | Checking serde_spanned v0.6.8 |
3515 | 2025-01-08T23:36:16.623Z | Checking camino v1.1.9 |
3516 | 2025-01-08T23:36:16.623Z | Checking cargo-platform v0.1.8 |
3517 | 2025-01-08T23:36:16.677Z | Checking semver v1.0.23 |
3518 | 2025-01-08T23:36:16.832Z | Checking macaddr v1.0.1 |
3519 | 2025-01-08T23:36:16.888Z | Checking clap v4.5.21 |
3520 | 2025-01-08T23:36:16.903Z | Checking toml_edit v0.22.22 |
3521 | 2025-01-08T23:36:17.103Z | Checking camino-tempfile v1.1.1 |
3522 | 2025-01-08T23:36:17.742Z | Checking dof v0.3.0 |
3523 | 2025-01-08T23:36:17.742Z | Checking cargo_metadata v0.18.1 |
3524 | 2025-01-08T23:36:18.187Z | Checking usdt-impl v0.5.0 |
3525 | 2025-01-08T23:36:18.538Z | Checking usdt v0.5.0 |
3526 | 2025-01-08T23:36:18.663Z | Checking toml v0.8.19 |
3527 | 2025-01-08T23:36:19.127Z | Checking cargo_toml v0.20.5 |
3528 | 2025-01-08T23:36:20.312Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3529 | 2025-01-08T23:36:20.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
3530 | 2025-01-08T23:36:21.017Z | |
3531 | 2025-01-08T23:36:21.017Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3532 | 2025-01-08T23:36:21.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2025-01-08T23:36:21.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2025-01-08T23:36:21.774Z | Checking polyval v0.6.2 |
3535 | 2025-01-08T23:36:21.887Z | Checking ctr v0.9.2 |
3536 | 2025-01-08T23:36:21.898Z | Checking ssh-encoding v0.2.0 |
3537 | 2025-01-08T23:36:21.901Z | Checking blowfish v0.9.1 |
3538 | 2025-01-08T23:36:21.921Z | Checking password-hash v0.4.2 |
3539 | 2025-01-08T23:36:21.925Z | Checking matches v0.1.10 |
3540 | 2025-01-08T23:36:21.949Z | Checking p256 v0.13.2 |
3541 | 2025-01-08T23:36:21.949Z | Checking p521 v0.13.3 |
3542 | 2025-01-08T23:36:22.020Z | Checking idna v0.2.3 |
3543 | 2025-01-08T23:36:22.113Z | Checking ghash v0.5.1 |
3544 | 2025-01-08T23:36:22.131Z | Checking bcrypt-pbkdf v0.10.0 |
3545 | 2025-01-08T23:36:22.149Z | Compiling enum-as-inner v0.5.1 |
3546 | 2025-01-08T23:36:22.226Z | Checking russh-cryptovec v0.7.3 |
3547 | 2025-01-08T23:36:22.274Z | Checking aes-gcm v0.10.3 |
3548 | 2025-01-08T23:36:22.328Z | Checking pbkdf2 v0.11.0 |
3549 | 2025-01-08T23:36:22.377Z | Checking md5 v0.7.0 |
3550 | 2025-01-08T23:36:22.419Z | Checking num-bigint v0.4.6 |
3551 | 2025-01-08T23:36:22.437Z | Checking des v0.8.1 |
3552 | 2025-01-08T23:36:22.512Z | Checking ssh-cipher v0.2.0 |
3553 | 2025-01-08T23:36:22.625Z | Compiling dhcproto-macros v0.1.0 |
3554 | 2025-01-08T23:36:22.647Z | Checking hex-literal v0.4.1 |
3555 | 2025-01-08T23:36:22.706Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3556 | 2025-01-08T23:36:22.780Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3557 | 2025-01-08T23:36:22.798Z | Checking ssh-key v0.6.6 |
3558 | 2025-01-08T23:36:22.824Z | Checking internet-checksum v0.2.1 |
3559 | 2025-01-08T23:36:23.149Z | Checking trust-dns-proto v0.22.0 |
3560 | 2025-01-08T23:36:24.126Z | Checking russh-keys v0.45.0 |
3561 | 2025-01-08T23:36:25.033Z | Checking russh v0.45.0 |
3562 | 2025-01-08T23:36:25.605Z | Checking dhcproto v0.12.0 |
3563 | 2025-01-08T23:36:42.524Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3564 | 2025-01-08T23:36:43.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.91s |
3565 | 2025-01-08T23:36:44.136Z | |
3566 | 2025-01-08T23:36:44.136Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3567 | 2025-01-08T23:36:44.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3568 | 2025-01-08T23:36:44.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3569 | 2025-01-08T23:36:44.769Z | Checking termios v0.3.3 |
3570 | 2025-01-08T23:36:44.984Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3571 | 2025-01-08T23:36:45.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3572 | 2025-01-08T23:36:45.925Z | |
3573 | 2025-01-08T23:36:45.925Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3574 | 2025-01-08T23:36:46.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2025-01-08T23:36:46.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2025-01-08T23:36:46.616Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3577 | 2025-01-08T23:36:46.616Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3578 | 2025-01-08T23:36:46.618Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3579 | 2025-01-08T23:36:46.619Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3580 | 2025-01-08T23:36:47.680Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3581 | 2025-01-08T23:36:48.970Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3582 | 2025-01-08T23:36:50.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
3583 | 2025-01-08T23:36:51.029Z | |
3584 | 2025-01-08T23:36:51.029Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3585 | 2025-01-08T23:36:51.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-01-08T23:36:51.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-01-08T23:36:51.658Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3588 | 2025-01-08T23:36:52.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3589 | 2025-01-08T23:36:52.312Z | |
3590 | 2025-01-08T23:36:52.312Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3591 | 2025-01-08T23:36:52.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-08T23:36:52.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-08T23:36:52.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3594 | 2025-01-08T23:36:52.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3595 | 2025-01-08T23:36:52.923Z | |
3596 | 2025-01-08T23:36:52.923Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3597 | 2025-01-08T23:36:53.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-08T23:36:53.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-08T23:36:53.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-01-08T23:36:53.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3601 | 2025-01-08T23:36:53.532Z | |
3602 | 2025-01-08T23:36:53.532Z | info: running `cargo check --bins` on omicron-package (171/176) |
3603 | 2025-01-08T23:36:54.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-08T23:36:54.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-08T23:36:54.192Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3606 | 2025-01-08T23:36:55.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3607 | 2025-01-08T23:36:55.759Z | |
3608 | 2025-01-08T23:36:55.759Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3609 | 2025-01-08T23:36:56.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-08T23:36:56.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-08T23:36:56.453Z | Checking rtoolbox v0.0.2 |
3612 | 2025-01-08T23:36:56.456Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3613 | 2025-01-08T23:36:56.456Z | Checking tui-tree-widget v0.22.0 |
3614 | 2025-01-08T23:36:56.677Z | Checking rpassword v7.3.1 |
3615 | 2025-01-08T23:37:00.721Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3616 | 2025-01-08T23:37:03.718Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3617 | 2025-01-08T23:37:04.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
3618 | 2025-01-08T23:37:05.120Z | |
3619 | 2025-01-08T23:37:05.120Z | info: running `cargo check --bins` on wicket (173/176) |
3620 | 2025-01-08T23:37:05.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3621 | 2025-01-08T23:37:05.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3622 | 2025-01-08T23:37:05.816Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3623 | 2025-01-08T23:37:06.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3624 | 2025-01-08T23:37:06.449Z | |
3625 | 2025-01-08T23:37:06.449Z | info: running `cargo check --bins` on wicketd (174/176) |
3626 | 2025-01-08T23:37:07.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-01-08T23:37:07.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-01-08T23:37:07.160Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3629 | 2025-01-08T23:37:07.162Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3630 | 2025-01-08T23:37:08.025Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3631 | 2025-01-08T23:37:11.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
3632 | 2025-01-08T23:37:12.062Z | |
3633 | 2025-01-08T23:37:12.062Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3634 | 2025-01-08T23:37:12.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3635 | 2025-01-08T23:37:12.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3636 | 2025-01-08T23:37:12.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3637 | 2025-01-08T23:37:12.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3638 | 2025-01-08T23:37:12.672Z | |
3639 | 2025-01-08T23:37:12.673Z | info: running `cargo check --bins` on zone-setup (176/176) |
3640 | 2025-01-08T23:37:13.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-01-08T23:37:13.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-01-08T23:37:13.397Z | Checking uzers v0.12.1 |
3643 | 2025-01-08T23:37:13.737Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3644 | 2025-01-08T23:37:14.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
3645 | 2025-01-08T23:37:15.131Z | |
3646 | 2025-01-08T23:37:15.134Z | real 13:27.536022013 |
3647 | 2025-01-08T23:37:15.134Z | user 25:12.283911649 |
3648 | 2025-01-08T23:37:15.134Z | sys 5:43.340165812 |
3649 | 2025-01-08T23:37:15.134Z | trap 0.481463456 |
3650 | 2025-01-08T23:37:15.134Z | tflt 2.433833668 |
3651 | 2025-01-08T23:37:15.134Z | dflt 3.048979733 |
3652 | 2025-01-08T23:37:15.134Z | kflt 0.001876763 |
3653 | 2025-01-08T23:37:15.134Z | lock 48:04.814238194 |
3654 | 2025-01-08T23:37:15.134Z | slp 2:12:09.797550142 |
3655 | 2025-01-08T23:37:15.134Z | lat 1:04.883895088 |
3656 | 2025-01-08T23:37:15.134Z | stop 3:23.718567481 |
3657 | 2025-01-08T23:37:15.134Z | process exited: duration 1116632 ms, exit code 0 |
|
3658 | 2025-01-08T23:37:15.141Z | found 0 output files |