|
|
|
1 | 2024-12-20T22:33:17.215Z | job assigned to worker 01JFK354DRNSP2EJ0SHRDNXA29 [factory aws, i-0fd12fd1f7d6082e3] (queued for 1 m 46 s) |
|
2 | 2024-12-20T22:33:33.277Z | starting task 0: "setup" |
3 | 2024-12-20T22:33:34.752Z | ++ uname -s |
4 | 2024-12-20T22:33:34.752Z | + kern=SunOS |
5 | 2024-12-20T22:33:34.752Z | + case "$kern" in |
6 | 2024-12-20T22:33:34.752Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:33:34.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:33:35.986Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:33:35.986Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:33:35.986Z | + home_fs=zfs |
11 | 2024-12-20T22:33:35.987Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:33:35.987Z | + mkdir -p /home/build |
13 | 2024-12-20T22:33:35.987Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:33:37.634Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:33:38.826Z | process exited: duration 4402 ms, exit code 0 |
|
16 | 2024-12-20T22:33:40.847Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:33:42.331Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:33:42.331Z | ' 1.81.0 |
19 | 2024-12-20T22:33:42.331Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:33:42.332Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T22:33:42.332Z | ' default |
22 | 2024-12-20T22:33:42.332Z | * toolchain profile = "default" |
23 | 2024-12-20T22:33:42.332Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:33:42.332Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:33:42.332Z | info: downloading installer |
26 | 2024-12-20T22:33:42.905Z | info: profile set to 'default' |
27 | 2024-12-20T22:33:42.905Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:33:44.171Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:33:44.762Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:33:44.762Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:33:44.762Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:33:44.762Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:33:45.311Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:33:46.401Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:33:51.687Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:33:52.008Z | info: installing component 'cargo' |
37 | 2024-12-20T22:33:52.836Z | info: installing component 'clippy' |
38 | 2024-12-20T22:33:53.454Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:33:54.592Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:33:56.748Z | info: installing component 'rustc' |
41 | 2024-12-20T22:34:01.974Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:34:02.362Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:34:02.362Z | |
44 | 2024-12-20T22:34:02.887Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:34:02.888Z | |
46 | 2024-12-20T22:34:03.113Z | |
47 | 2024-12-20T22:34:03.113Z | Rust is installed now. Great! |
48 | 2024-12-20T22:34:03.113Z | |
49 | 2024-12-20T22:34:03.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:34:03.114Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:34:03.114Z | |
52 | 2024-12-20T22:34:03.114Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:34:03.114Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:34:03.114Z | |
55 | 2024-12-20T22:34:03.114Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:34:03.114Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:34:03.114Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:34:03.114Z | + rustc --version |
59 | 2024-12-20T22:34:03.114Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:34:03.114Z | process exited: duration 22227 ms, exit code 0 |
|
61 | 2024-12-20T22:34:03.584Z | starting task 2: "authentication" |
62 | 2024-12-20T22:34:04.006Z | process exited: duration 411 ms, exit code 0 |
|
63 | 2024-12-20T22:34:04.551Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:34:04.688Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:34:04.688Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:34:05.730Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:34:12.561Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:34:12.561Z | + git fetch origin 053adca9631d35107145c730e9cf47a251bb05eb |
69 | 2024-12-20T22:34:12.894Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:34:12.894Z | * branch 053adca9631d35107145c730e9cf47a251bb05eb -> FETCH_HEAD |
71 | 2024-12-20T22:34:12.909Z | + [[ -n support-bundle-simulated-implementation ]] |
72 | 2024-12-20T22:34:12.909Z | ++ git branch --show-current |
73 | 2024-12-20T22:34:12.909Z | + current=main |
74 | 2024-12-20T22:34:12.910Z | + [[ main != support-bundle-simulated-implementation ]] |
75 | 2024-12-20T22:34:12.910Z | + git branch -f support-bundle-simulated-implementation 053adca9631d35107145c730e9cf47a251bb05eb |
76 | 2024-12-20T22:34:12.910Z | + git checkout -f support-bundle-simulated-implementation |
77 | 2024-12-20T22:34:13.026Z | Switched to branch 'support-bundle-simulated-implementation' |
78 | 2024-12-20T22:34:13.029Z | + git reset --hard 053adca9631d35107145c730e9cf47a251bb05eb |
79 | 2024-12-20T22:34:13.083Z | HEAD is now at 053adca96 Merge branch 'support-bundles-crdb' into support-bundle-simulated-implementation |
80 | 2024-12-20T22:34:13.087Z | process exited: duration 8704 ms, exit code 0 |
|
81 | 2024-12-20T22:34:13.101Z | starting task 4: "build" |
82 | 2024-12-20T22:34:13.106Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:34:13.106Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:34:13.106Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:34:13.106Z | + cargo --version |
86 | 2024-12-20T22:34:13.154Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:34:13.164Z | + rustc --version |
88 | 2024-12-20T22:34:13.216Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:34:13.225Z | + source ./env.sh |
90 | 2024-12-20T22:34:13.226Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T22:34:13.226Z | ++ set -o xtrace |
92 | 2024-12-20T22:34:13.226Z | ++++ dirname ./env.sh |
93 | 2024-12-20T22:34:13.226Z | +++ readlink -f . |
94 | 2024-12-20T22:34:13.273Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T22:34:13.282Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-20T22:34:13.282Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-20T22:34:13.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-20T22:34:13.283Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-20T22:34:13.284Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-20T22:34:13.284Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-20T22:34:13.284Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-20T22:34:13.284Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-20T22:34:13.284Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T22:34:13.285Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T22:34:13.285Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-20T22:34:13.285Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-20T22:34:13.285Z | + banner prerequisites |
108 | 2024-12-20T22:34:13.372Z | |
109 | 2024-12-20T22:34:13.372Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T22:34:13.373Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T22:34:13.373Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T22:34:13.373Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T22:34:13.373Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T22:34:13.373Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T22:34:13.373Z | |
116 | 2024-12-20T22:34:13.376Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T22:34:31.905Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T22:34:36.030Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T22:34:46.772Z | Planning: Solver setup ... Done (9.762s) |
120 | 2024-12-20T22:34:46.905Z | Planning: Running solver ... Done (0.133s) |
121 | 2024-12-20T22:34:47.133Z | Planning: Finding local manifests ... Done (0.126s) |
122 | 2024-12-20T22:34:47.172Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T22:34:48.232Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T22:34:48.513Z | Planning: Package planning ... Done (0.282s) |
125 | 2024-12-20T22:34:48.569Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-12-20T22:34:49.741Z | Planning: Checking for conflicting actions ... Done (1.171s) |
127 | 2024-12-20T22:34:56.926Z | Planning: Consolidating action changes ... Done (7.184s) |
128 | 2024-12-20T22:34:57.292Z | Planning: Evaluating mediators ... Done (0.366s) |
129 | 2024-12-20T22:34:57.428Z | Planning: Planning completed in 21.30 seconds |
130 | 2024-12-20T22:34:58.072Z | Packages to install: 4 |
131 | 2024-12-20T22:34:58.072Z | Packages to update: 1 |
132 | 2024-12-20T22:34:58.072Z | Mediators to change: 2 |
133 | 2024-12-20T22:34:58.075Z | Services to change: 1 |
134 | 2024-12-20T22:34:58.075Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T22:34:58.075Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T22:34:58.075Z | Create boot environment: No |
137 | 2024-12-20T22:34:58.075Z | Create backup boot environment: Yes |
138 | 2024-12-20T22:34:58.075Z | Rebuild boot archive: No |
139 | 2024-12-20T22:34:58.075Z | |
140 | 2024-12-20T22:34:58.075Z | Changed mediators: |
141 | 2024-12-20T22:34:58.075Z | mediator clang: |
142 | 2024-12-20T22:34:58.075Z | version: None -> 15 (system default) |
143 | 2024-12-20T22:34:58.076Z | |
144 | 2024-12-20T22:34:58.076Z | mediator llvm: |
145 | 2024-12-20T22:34:58.076Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T22:34:58.076Z | |
147 | 2024-12-20T22:34:58.076Z | Changed packages: |
148 | 2024-12-20T22:34:58.076Z | helios-dev |
149 | 2024-12-20T22:34:58.076Z | developer/build-essential |
150 | 2024-12-20T22:34:58.076Z | None -> 11-2.0 |
151 | 2024-12-20T22:34:58.076Z | library/libxmlsec1 |
152 | 2024-12-20T22:34:58.076Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T22:34:58.076Z | ooce/developer/clang-15 |
154 | 2024-12-20T22:34:58.076Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T22:34:58.076Z | ooce/developer/llvm-15 |
156 | 2024-12-20T22:34:58.076Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T22:34:58.076Z | package/pkg |
158 | 2024-12-20T22:34:58.076Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T22:34:58.076Z | |
160 | 2024-12-20T22:34:58.076Z | Services: |
161 | 2024-12-20T22:34:58.076Z | restart_fmri: |
162 | 2024-12-20T22:34:58.076Z | svc:/system/update-man-index:default |
163 | 2024-12-20T22:34:58.076Z | |
164 | 2024-12-20T22:34:58.076Z | Editable files to change: |
165 | 2024-12-20T22:34:58.077Z | Update: |
166 | 2024-12-20T22:34:58.077Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T22:34:58.393Z | |
168 | 2024-12-20T22:34:58.393Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T22:35:05.450Z | Download: 202/4281 items 1.2/220.6MB 0% complete (224k/s) |
170 | 2024-12-20T22:35:10.946Z | Download: 211/4281 items 1.3/220.6MB 0% complete (200k/s) |
171 | 2024-12-20T22:35:15.962Z | Download: 284/4281 items 15.9/220.6MB 7% complete (1.5M/s) |
172 | 2024-12-20T22:35:21.030Z | Download: 464/4281 items 17.1/220.6MB 7% complete (1.7M/s) |
173 | 2024-12-20T22:35:26.090Z | Download: 646/4281 items 18.0/220.6MB 8% complete (696k/s) |
174 | 2024-12-20T22:35:31.202Z | Download: 732/4281 items 18.3/220.6MB 8% complete (140k/s) |
175 | 2024-12-20T22:35:36.217Z | Download: 849/4281 items 18.8/220.6MB 8% complete (94.4k/s) |
176 | 2024-12-20T22:35:41.224Z | Download: 941/4281 items 19.0/220.6MB 8% complete (78.1k/s) |
177 | 2024-12-20T22:35:46.278Z | Download: 1129/4281 items 67.8/220.6MB 30% complete (4.9M/s) |
178 | 2024-12-20T22:35:51.820Z | Download: 1190/4281 items 83.4/220.6MB 37% complete (6.5M/s) |
179 | 2024-12-20T22:36:00.531Z | Download: 1192/4281 items 83.4/220.6MB 37% complete (5.9M/s) |
180 | 2024-12-20T22:36:11.897Z | Download: 1193/4281 items 83.4/220.6MB 37% complete |
181 | 2024-12-20T22:36:16.908Z | Download: 1437/4281 items 115.9/220.6MB 52% complete (7.3M/s) |
182 | 2024-12-20T22:36:21.952Z | Download: 1713/4281 items 118.1/220.6MB 53% complete (3.6M/s) |
183 | 2024-12-20T22:36:26.972Z | Download: 1938/4281 items 118.6/220.6MB 53% complete (296k/s) |
184 | 2024-12-20T22:36:32.033Z | Download: 2082/4281 items 118.8/220.6MB 53% complete (89.3k/s) |
185 | 2024-12-20T22:36:37.109Z | Download: 2207/4281 items 119.2/220.6MB 54% complete (52.4k/s) |
186 | 2024-12-20T22:36:42.723Z | Download: 2218/4281 items 119.2/220.6MB 54% complete (51.2k/s) |
187 | 2024-12-20T22:36:56.266Z | Download: 2218/4281 items 119.2/220.6MB 54% complete |
188 | 2024-12-20T22:37:01.269Z | Download: 2957/4281 items 121.2/220.6MB 54% complete (411k/s) |
189 | 2024-12-20T22:37:06.308Z | Download: 3278/4281 items 207.9/220.6MB 94% complete (9.0M/s) |
190 | 2024-12-20T22:37:11.309Z | Download: 3481/4281 items 215.4/220.6MB 97% complete (9.4M/s) |
191 | 2024-12-20T22:37:16.193Z | Download: Completed 220.60 MB in 137.78 seconds (1.6M/s) |
192 | 2024-12-20T22:37:18.166Z | Actions: 1/5063 actions (Removing old actions) |
193 | 2024-12-20T22:37:18.180Z | Actions: 194/5063 actions (Installing new actions) |
194 | 2024-12-20T22:37:23.195Z | Actions: 4200/5063 actions (Installing new actions) |
195 | 2024-12-20T22:37:23.197Z | Actions: 4226/5063 actions (Updating modified actions) |
196 | 2024-12-20T22:37:23.522Z | Actions: Completed 5063 actions in 5.36 seconds. |
197 | 2024-12-20T22:37:23.945Z | Done (0.414s) |
198 | 2024-12-20T22:37:23.948Z | Done (0.000s) |
199 | 2024-12-20T22:37:24.530Z | Done (0.583s) |
200 | 2024-12-20T22:37:29.957Z | Done (5.191s) |
201 | 2024-12-20T22:37:30.202Z | Done (0.175s) |
202 | 2024-12-20T22:37:30.205Z | Done (0.000s) |
203 | 2024-12-20T22:37:30.357Z | Done (0.000s) |
204 | 2024-12-20T22:37:31.053Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-20T22:37:31.211Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-20T22:37:31.213Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-20T22:37:31.478Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-20T22:37:31.481Z | Planning: Planning completed in 0.43 seconds |
209 | 2024-12-20T22:37:31.515Z | Mediators to change: 2 |
210 | 2024-12-20T22:37:31.515Z | Create boot environment: No |
211 | 2024-12-20T22:37:31.518Z | Create backup boot environment: No |
212 | 2024-12-20T22:37:31.587Z | Done |
213 | 2024-12-20T22:37:31.587Z | Done |
214 | 2024-12-20T22:37:31.978Z | Done |
215 | 2024-12-20T22:37:35.605Z | Done |
216 | 2024-12-20T22:37:35.695Z | Done |
217 | 2024-12-20T22:37:35.698Z | Done |
218 | 2024-12-20T22:37:35.820Z | Done |
219 | 2024-12-20T22:37:36.435Z | Planning: Evaluating mediator changes ... Done |
220 | 2024-12-20T22:37:36.437Z | Planning: Merging actions ... Done |
221 | 2024-12-20T22:37:36.632Z | Planning: Checking for conflicting actions ... Done |
222 | 2024-12-20T22:37:36.635Z | Planning: Consolidating action changes ... Done |
223 | 2024-12-20T22:37:36.903Z | Planning: Evaluating mediators ... Done |
224 | 2024-12-20T22:37:36.959Z | Planning: Planning completed in 0.77 seconds |
225 | 2024-12-20T22:37:36.999Z | Packages to change: 1 |
226 | 2024-12-20T22:37:36.999Z | Mediators to change: 1 |
227 | 2024-12-20T22:37:37.004Z | Services to change: 1 |
228 | 2024-12-20T22:37:37.004Z | Create boot environment: No |
229 | 2024-12-20T22:37:37.004Z | Create backup boot environment: Yes |
230 | 2024-12-20T22:37:39.145Z | Actions: 1/6 actions (Updating modified actions) |
231 | 2024-12-20T22:37:39.178Z | Actions: Completed 6 actions in 0.03 seconds. |
232 | 2024-12-20T22:37:39.182Z | Done |
233 | 2024-12-20T22:37:39.182Z | Done |
234 | 2024-12-20T22:37:39.294Z | Done |
235 | 2024-12-20T22:37:42.959Z | Done |
236 | 2024-12-20T22:37:43.053Z | Done |
237 | 2024-12-20T22:37:43.055Z | Done |
238 | 2024-12-20T22:37:43.198Z | Done |
239 | 2024-12-20T22:37:43.635Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
240 | 2024-12-20T22:37:43.635Z | clang system 15 system |
241 | 2024-12-20T22:37:43.635Z | csh system system illumos |
242 | 2024-12-20T22:37:43.635Z | ctags system system illumos |
243 | 2024-12-20T22:37:43.635Z | gcc vendor 12 vendor |
244 | 2024-12-20T22:37:43.635Z | gcc system 10 system |
245 | 2024-12-20T22:37:43.635Z | gcc system 7 system |
246 | 2024-12-20T22:37:43.635Z | go system 1.20 system |
247 | 2024-12-20T22:37:43.635Z | go system 1.19 system |
248 | 2024-12-20T22:37:43.635Z | llvm system 15 system |
249 | 2024-12-20T22:37:43.635Z | llvm system 14 system |
250 | 2024-12-20T22:37:43.636Z | mariadb system 10.6 system |
251 | 2024-12-20T22:37:43.636Z | mta vendor vendor dma |
252 | 2024-12-20T22:37:43.636Z | openjdk system 17 system |
253 | 2024-12-20T22:37:43.636Z | openjdk system 11 system |
254 | 2024-12-20T22:37:43.636Z | openjdk system 1.8 system |
255 | 2024-12-20T22:37:43.636Z | openssl vendor 3 vendor |
256 | 2024-12-20T22:37:43.636Z | perl system 5.36 system |
257 | 2024-12-20T22:37:43.636Z | postgresql system 15 system |
258 | 2024-12-20T22:37:43.636Z | postgresql system 13 system |
259 | 2024-12-20T22:37:43.636Z | python vendor 3 vendor |
260 | 2024-12-20T22:37:43.636Z | python system 2 system |
261 | 2024-12-20T22:37:43.636Z | python3 system 3.11 system |
262 | 2024-12-20T22:37:43.636Z | ruby system 3.0 system |
263 | 2024-12-20T22:37:43.636Z | words vendor vendor american-english |
264 | 2024-12-20T22:37:43.636Z | words system system australian-english |
265 | 2024-12-20T22:37:43.636Z | words system system british-english |
266 | 2024-12-20T22:37:43.637Z | words system system canadian-english |
267 | 2024-12-20T22:37:43.637Z | words system system french |
268 | 2024-12-20T22:37:43.637Z | words system system italian |
269 | 2024-12-20T22:37:43.637Z | words system system ngerman |
270 | 2024-12-20T22:37:43.637Z | words system system ogerman |
271 | 2024-12-20T22:37:43.637Z | words system system spanish |
272 | 2024-12-20T22:37:43.959Z | PUBLISHER TYPE STATUS P LOCATION |
273 | 2024-12-20T22:37:43.960Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
274 | 2024-12-20T22:37:46.687Z | FMRI IFO |
275 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
276 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
277 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
278 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
279 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
280 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
281 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
282 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
283 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
284 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
285 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
286 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
287 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
288 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
289 | 2024-12-20T22:37:46.687Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
290 | 2024-12-20T22:37:47.459Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
291 | 2024-12-20T22:37:47.758Z | Updating crates.io index |
292 | 2024-12-20T22:37:47.761Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2024-12-20T22:37:48.318Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
294 | 2024-12-20T22:37:48.567Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
295 | 2024-12-20T22:37:48.812Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
296 | 2024-12-20T22:37:49.068Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2024-12-20T22:37:49.896Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2024-12-20T22:37:51.324Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2024-12-20T22:37:52.293Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-12-20T22:37:53.024Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2024-12-20T22:37:53.271Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2024-12-20T22:37:53.523Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2024-12-20T22:37:54.141Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
304 | 2024-12-20T22:37:54.431Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2024-12-20T22:37:54.707Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2024-12-20T22:37:54.971Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2024-12-20T22:37:55.256Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2024-12-20T22:37:55.496Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2024-12-20T22:37:55.760Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2024-12-20T22:37:56.035Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2024-12-20T22:37:56.417Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2024-12-20T22:37:56.665Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2024-12-20T22:37:57.175Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2024-12-20T22:37:57.468Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2024-12-20T22:37:57.846Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2024-12-20T22:37:58.189Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2024-12-20T22:37:58.510Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2024-12-20T22:37:58.791Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2024-12-20T22:37:59.047Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2024-12-20T22:38:00.245Z | Downloading crates ... |
321 | 2024-12-20T22:38:00.338Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-12-20T22:38:00.353Z | Downloaded anstyle v1.0.10 |
323 | 2024-12-20T22:38:00.356Z | Downloaded anyhow v1.0.93 |
324 | 2024-12-20T22:38:00.358Z | Downloaded anstyle-query v1.1.1 |
325 | 2024-12-20T22:38:00.361Z | Downloaded anstream v0.6.15 |
326 | 2024-12-20T22:38:00.375Z | Downloaded bytecount v0.6.8 |
327 | 2024-12-20T22:38:00.378Z | Downloaded cargo-platform v0.1.8 |
328 | 2024-12-20T22:38:00.378Z | Downloaded autocfg v1.4.0 |
329 | 2024-12-20T22:38:00.381Z | Downloaded byteorder v1.5.0 |
330 | 2024-12-20T22:38:00.381Z | Downloaded block-buffer v0.10.4 |
331 | 2024-12-20T22:38:00.383Z | Downloaded colorchoice v1.0.2 |
332 | 2024-12-20T22:38:00.383Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-12-20T22:38:00.389Z | Downloaded clap_lex v0.7.2 |
334 | 2024-12-20T22:38:00.393Z | Downloaded camino-tempfile v1.1.1 |
335 | 2024-12-20T22:38:00.393Z | Downloaded clap_derive v4.5.18 |
336 | 2024-12-20T22:38:00.396Z | Downloaded bitflags v2.6.0 |
337 | 2024-12-20T22:38:00.399Z | Downloaded clap v4.5.21 |
338 | 2024-12-20T22:38:00.408Z | Downloaded heck v0.4.1 |
339 | 2024-12-20T22:38:00.411Z | Downloaded dtrace-parser v0.2.0 |
340 | 2024-12-20T22:38:00.411Z | Downloaded crypto-common v0.1.6 |
341 | 2024-12-20T22:38:00.411Z | Downloaded clap_builder v4.5.21 |
342 | 2024-12-20T22:38:00.415Z | Downloaded fastrand v2.1.1 |
343 | 2024-12-20T22:38:00.417Z | Downloaded equivalent v1.0.1 |
344 | 2024-12-20T22:38:00.417Z | Downloaded cargo_toml v0.20.5 |
345 | 2024-12-20T22:38:00.420Z | Downloaded fnv v1.0.7 |
346 | 2024-12-20T22:38:00.420Z | Downloaded fs-err v2.11.0 |
347 | 2024-12-20T22:38:00.425Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-12-20T22:38:00.425Z | Downloaded digest v0.10.7 |
349 | 2024-12-20T22:38:00.427Z | Downloaded heck v0.5.0 |
350 | 2024-12-20T22:38:00.427Z | Downloaded generic-array v0.14.7 |
351 | 2024-12-20T22:38:00.427Z | Downloaded itoa v1.0.11 |
352 | 2024-12-20T22:38:00.427Z | Downloaded dof v0.3.0 |
353 | 2024-12-20T22:38:00.430Z | Downloaded cfg-if v1.0.0 |
354 | 2024-12-20T22:38:00.430Z | Downloaded errno v0.3.9 |
355 | 2024-12-20T22:38:00.433Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-12-20T22:38:00.433Z | Downloaded camino v1.1.9 |
357 | 2024-12-20T22:38:00.435Z | Downloaded scroll_derive v0.12.0 |
358 | 2024-12-20T22:38:00.436Z | Downloaded pretty-hex v0.4.1 |
359 | 2024-12-20T22:38:00.449Z | Downloaded swrite v0.1.0 |
360 | 2024-12-20T22:38:00.452Z | Downloaded usdt-attr-macro v0.5.0 |
361 | 2024-12-20T22:38:00.456Z | Downloaded plain v0.2.3 |
362 | 2024-12-20T22:38:00.459Z | Downloaded pest_generator v2.7.14 |
363 | 2024-12-20T22:38:00.464Z | Downloaded memmap v0.7.0 |
364 | 2024-12-20T22:38:00.467Z | Downloaded macaddr v1.0.1 |
365 | 2024-12-20T22:38:00.471Z | Downloaded usdt-macro v0.5.0 |
366 | 2024-12-20T22:38:00.475Z | Downloaded usdt v0.5.0 |
367 | 2024-12-20T22:38:00.477Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2024-12-20T22:38:00.480Z | Downloaded tabled_derive v0.7.0 |
369 | 2024-12-20T22:38:00.480Z | Downloaded strsim v0.11.1 |
370 | 2024-12-20T22:38:00.483Z | Downloaded thiserror-impl v1.0.69 |
371 | 2024-12-20T22:38:00.486Z | Downloaded serde_spanned v0.6.8 |
372 | 2024-12-20T22:38:00.489Z | Downloaded toml_datetime v0.6.8 |
373 | 2024-12-20T22:38:00.489Z | Downloaded thiserror v1.0.69 |
374 | 2024-12-20T22:38:00.503Z | Downloaded serde_tokenstream v0.2.2 |
375 | 2024-12-20T22:38:00.506Z | Downloaded version_check v0.9.5 |
376 | 2024-12-20T22:38:00.506Z | Downloaded utf8parse v0.2.2 |
377 | 2024-12-20T22:38:00.506Z | Downloaded thread-id v4.2.2 |
378 | 2024-12-20T22:38:00.506Z | Downloaded terminal_size v0.4.0 |
379 | 2024-12-20T22:38:00.506Z | Downloaded proc-macro-error v1.0.4 |
380 | 2024-12-20T22:38:00.506Z | Downloaded once_cell v1.20.2 |
381 | 2024-12-20T22:38:00.509Z | Downloaded usdt-impl v0.5.0 |
382 | 2024-12-20T22:38:00.512Z | Downloaded semver v1.0.23 |
383 | 2024-12-20T22:38:00.515Z | Downloaded scroll v0.12.0 |
384 | 2024-12-20T22:38:00.515Z | Downloaded smawk v0.3.2 |
385 | 2024-12-20T22:38:00.519Z | Downloaded quote v1.0.37 |
386 | 2024-12-20T22:38:00.521Z | Downloaded ucd-trie v0.1.7 |
387 | 2024-12-20T22:38:00.521Z | Downloaded sha2 v0.10.8 |
388 | 2024-12-20T22:38:00.524Z | Downloaded pest_meta v2.7.14 |
389 | 2024-12-20T22:38:00.524Z | Downloaded pest_derive v2.7.14 |
390 | 2024-12-20T22:38:00.527Z | Downloaded zerocopy-derive v0.7.35 |
391 | 2024-12-20T22:38:00.529Z | Downloaded unicode-linebreak v0.1.5 |
392 | 2024-12-20T22:38:00.532Z | Downloaded indexmap v2.6.0 |
393 | 2024-12-20T22:38:00.536Z | Downloaded ryu v1.0.18 |
394 | 2024-12-20T22:38:00.540Z | Downloaded tempfile v3.13.0 |
395 | 2024-12-20T22:38:00.543Z | Downloaded typenum v1.17.0 |
396 | 2024-12-20T22:38:00.546Z | Downloaded toml v0.8.19 |
397 | 2024-12-20T22:38:00.548Z | Downloaded unicode-ident v1.0.13 |
398 | 2024-12-20T22:38:00.552Z | Downloaded proc-macro2 v1.0.89 |
399 | 2024-12-20T22:38:00.555Z | Downloaded papergrid v0.11.0 |
400 | 2024-12-20T22:38:00.558Z | Downloaded serde_derive v1.0.215 |
401 | 2024-12-20T22:38:00.560Z | Downloaded textwrap v0.16.1 |
402 | 2024-12-20T22:38:00.563Z | Downloaded log v0.4.22 |
403 | 2024-12-20T22:38:00.570Z | Downloaded serde v1.0.215 |
404 | 2024-12-20T22:38:00.579Z | Downloaded hashbrown v0.15.1 |
405 | 2024-12-20T22:38:00.583Z | Downloaded goblin v0.8.2 |
406 | 2024-12-20T22:38:00.596Z | Downloaded toml_edit v0.22.22 |
407 | 2024-12-20T22:38:00.615Z | Downloaded memchr v2.7.4 |
408 | 2024-12-20T22:38:00.628Z | Downloaded serde_json v1.0.132 |
409 | 2024-12-20T22:38:00.634Z | Downloaded pest v2.7.14 |
410 | 2024-12-20T22:38:00.640Z | Downloaded zerocopy v0.7.35 |
411 | 2024-12-20T22:38:00.654Z | Downloaded winnow v0.6.20 |
412 | 2024-12-20T22:38:00.669Z | Downloaded tabled v0.15.0 |
413 | 2024-12-20T22:38:00.685Z | Downloaded syn v2.0.87 |
414 | 2024-12-20T22:38:00.695Z | Downloaded unicode-width v0.1.14 |
415 | 2024-12-20T22:38:00.700Z | Downloaded syn v1.0.109 |
416 | 2024-12-20T22:38:00.709Z | Downloaded rustix v0.38.37 |
417 | 2024-12-20T22:38:00.748Z | Downloaded libc v0.2.162 |
418 | 2024-12-20T22:38:01.053Z | Compiling proc-macro2 v1.0.89 |
419 | 2024-12-20T22:38:01.053Z | Compiling unicode-ident v1.0.13 |
420 | 2024-12-20T22:38:01.053Z | Compiling serde v1.0.215 |
421 | 2024-12-20T22:38:01.056Z | Compiling version_check v0.9.5 |
422 | 2024-12-20T22:38:01.056Z | Compiling thiserror v1.0.69 |
423 | 2024-12-20T22:38:01.056Z | Compiling memchr v2.7.4 |
424 | 2024-12-20T22:38:01.056Z | Compiling libc v0.2.162 |
425 | 2024-12-20T22:38:01.056Z | Compiling ucd-trie v0.1.7 |
426 | 2024-12-20T22:38:01.311Z | Compiling ryu v1.0.18 |
427 | 2024-12-20T22:38:01.683Z | Compiling itoa v1.0.11 |
428 | 2024-12-20T22:38:01.853Z | Compiling once_cell v1.20.2 |
429 | 2024-12-20T22:38:01.872Z | Compiling byteorder v1.5.0 |
430 | 2024-12-20T22:38:02.206Z | Compiling rustix v0.38.37 |
431 | 2024-12-20T22:38:02.468Z | Compiling serde_json v1.0.132 |
432 | 2024-12-20T22:38:02.495Z | Compiling bitflags v2.6.0 |
433 | 2024-12-20T22:38:02.646Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2024-12-20T22:38:02.795Z | Compiling usdt-impl v0.5.0 |
435 | 2024-12-20T22:38:02.925Z | Compiling syn v1.0.109 |
436 | 2024-12-20T22:38:03.018Z | Compiling proc-macro-error v1.0.4 |
437 | 2024-12-20T22:38:03.047Z | Compiling plain v0.2.3 |
438 | 2024-12-20T22:38:03.074Z | Compiling hashbrown v0.15.1 |
439 | 2024-12-20T22:38:03.215Z | Compiling utf8parse v0.2.2 |
440 | 2024-12-20T22:38:03.303Z | Compiling equivalent v1.0.1 |
441 | 2024-12-20T22:38:03.355Z | Compiling camino v1.1.9 |
442 | 2024-12-20T22:38:03.384Z | Compiling log v0.4.22 |
443 | 2024-12-20T22:38:03.593Z | Compiling quote v1.0.37 |
444 | 2024-12-20T22:38:03.701Z | Compiling anstyle-parse v0.2.5 |
445 | 2024-12-20T22:38:03.792Z | Compiling errno v0.3.9 |
446 | 2024-12-20T22:38:03.826Z | Compiling thread-id v4.2.2 |
447 | 2024-12-20T22:38:04.027Z | Compiling syn v2.0.87 |
448 | 2024-12-20T22:38:04.148Z | Compiling pretty-hex v0.4.1 |
449 | 2024-12-20T22:38:04.282Z | Compiling indexmap v2.6.0 |
450 | 2024-12-20T22:38:04.316Z | Compiling anstyle-query v1.1.1 |
451 | 2024-12-20T22:38:04.342Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2024-12-20T22:38:04.367Z | Compiling winnow v0.6.20 |
453 | 2024-12-20T22:38:04.470Z | Compiling semver v1.0.23 |
454 | 2024-12-20T22:38:04.497Z | Compiling unicode-width v0.1.14 |
455 | 2024-12-20T22:38:04.958Z | Compiling anstyle v1.0.10 |
456 | 2024-12-20T22:38:05.039Z | Compiling colorchoice v1.0.2 |
457 | 2024-12-20T22:38:05.212Z | Compiling autocfg v1.4.0 |
458 | 2024-12-20T22:38:05.442Z | Compiling anstream v0.6.15 |
459 | 2024-12-20T22:38:05.814Z | Compiling bytecount v0.6.8 |
460 | 2024-12-20T22:38:05.841Z | Compiling clap_lex v0.7.2 |
461 | 2024-12-20T22:38:06.051Z | Compiling heck v0.5.0 |
462 | 2024-12-20T22:38:06.178Z | Compiling terminal_size v0.4.0 |
463 | 2024-12-20T22:38:06.370Z | Compiling anyhow v1.0.93 |
464 | 2024-12-20T22:38:06.396Z | Compiling fs-err v2.11.0 |
465 | 2024-12-20T22:38:06.420Z | Compiling fnv v1.0.7 |
466 | 2024-12-20T22:38:06.560Z | Compiling fastrand v2.1.1 |
467 | 2024-12-20T22:38:06.679Z | Compiling cfg-if v1.0.0 |
468 | 2024-12-20T22:38:06.786Z | Compiling heck v0.4.1 |
469 | 2024-12-20T22:38:06.991Z | Compiling strsim v0.11.1 |
470 | 2024-12-20T22:38:07.107Z | Compiling tempfile v3.13.0 |
471 | 2024-12-20T22:38:07.391Z | Compiling clap_builder v4.5.21 |
472 | 2024-12-20T22:38:07.427Z | Compiling papergrid v0.11.0 |
473 | 2024-12-20T22:38:07.574Z | Compiling memmap v0.7.0 |
474 | 2024-12-20T22:38:07.908Z | Compiling smawk v0.3.2 |
475 | 2024-12-20T22:38:07.934Z | Compiling unicode-linebreak v0.1.5 |
476 | 2024-12-20T22:38:08.241Z | Compiling swrite v0.1.0 |
477 | 2024-12-20T22:38:08.377Z | Compiling textwrap v0.16.1 |
478 | 2024-12-20T22:38:09.590Z | Compiling tabled_derive v0.7.0 |
479 | 2024-12-20T22:38:11.097Z | Compiling tabled v0.15.0 |
480 | 2024-12-20T22:38:12.902Z | Compiling serde_derive v1.0.215 |
481 | 2024-12-20T22:38:12.903Z | Compiling thiserror-impl v1.0.69 |
482 | 2024-12-20T22:38:12.912Z | Compiling zerocopy-derive v0.7.35 |
483 | 2024-12-20T22:38:12.912Z | Compiling scroll_derive v0.12.0 |
484 | 2024-12-20T22:38:12.962Z | Compiling clap_derive v4.5.18 |
485 | 2024-12-20T22:38:14.163Z | Compiling scroll v0.12.0 |
486 | 2024-12-20T22:38:14.622Z | Compiling goblin v0.8.2 |
487 | 2024-12-20T22:38:14.695Z | Compiling zerocopy v0.7.35 |
488 | 2024-12-20T22:38:15.748Z | Compiling pest v2.7.14 |
489 | 2024-12-20T22:38:16.678Z | Compiling clap v4.5.21 |
490 | 2024-12-20T22:38:17.854Z | Compiling pest_meta v2.7.14 |
491 | 2024-12-20T22:38:18.714Z | Compiling pest_generator v2.7.14 |
492 | 2024-12-20T22:38:20.521Z | Compiling pest_derive v2.7.14 |
493 | 2024-12-20T22:38:21.141Z | Compiling dtrace-parser v0.2.0 |
494 | 2024-12-20T22:38:23.124Z | Compiling toml_datetime v0.6.8 |
495 | 2024-12-20T22:38:23.124Z | Compiling serde_spanned v0.6.8 |
496 | 2024-12-20T22:38:23.127Z | Compiling cargo-platform v0.1.8 |
497 | 2024-12-20T22:38:23.523Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-12-20T22:38:23.604Z | Compiling toml_edit v0.22.22 |
499 | 2024-12-20T22:38:23.725Z | Compiling macaddr v1.0.1 |
500 | 2024-12-20T22:38:23.751Z | Compiling camino-tempfile v1.1.1 |
501 | 2024-12-20T22:38:24.650Z | Compiling dof v0.3.0 |
502 | 2024-12-20T22:38:24.650Z | Compiling cargo_metadata v0.18.1 |
503 | 2024-12-20T22:38:26.433Z | Compiling toml v0.8.19 |
504 | 2024-12-20T22:38:26.504Z | Compiling usdt-macro v0.5.0 |
505 | 2024-12-20T22:38:26.506Z | Compiling usdt-attr-macro v0.5.0 |
506 | 2024-12-20T22:38:27.282Z | Compiling cargo_toml v0.20.5 |
507 | 2024-12-20T22:38:27.900Z | Compiling usdt v0.5.0 |
508 | 2024-12-20T22:38:30.821Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2024-12-20T22:38:35.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s |
510 | 2024-12-20T22:38:35.454Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2024-12-20T22:38:35.987Z | Downloading crates ... |
512 | 2024-12-20T22:38:36.103Z | Downloaded atomicwrites v0.4.4 |
513 | 2024-12-20T22:38:36.107Z | Downloaded arrayref v0.3.9 |
514 | 2024-12-20T22:38:36.107Z | Downloaded aead v0.5.2 |
515 | 2024-12-20T22:38:36.118Z | Downloaded atomic-waker v1.1.2 |
516 | 2024-12-20T22:38:36.118Z | Downloaded async-stream v0.3.6 |
517 | 2024-12-20T22:38:36.122Z | Downloaded adler2 v2.0.0 |
518 | 2024-12-20T22:38:36.122Z | Downloaded headers-core v0.3.0 |
519 | 2024-12-20T22:38:36.125Z | Downloaded cstr-argument v0.1.2 |
520 | 2024-12-20T22:38:36.125Z | Downloaded darling v0.20.10 |
521 | 2024-12-20T22:38:36.127Z | Downloaded cfg_aliases v0.2.1 |
522 | 2024-12-20T22:38:36.130Z | Downloaded heapless v0.7.17 |
523 | 2024-12-20T22:38:36.135Z | Downloaded ident_case v1.0.1 |
524 | 2024-12-20T22:38:36.138Z | Downloaded crunchy v0.2.2 |
525 | 2024-12-20T22:38:36.138Z | Downloaded atty v0.2.14 |
526 | 2024-12-20T22:38:36.141Z | Downloaded is_ci v1.2.0 |
527 | 2024-12-20T22:38:36.144Z | Downloaded async-recursion v1.1.1 |
528 | 2024-12-20T22:38:36.148Z | Downloaded instant v0.1.13 |
529 | 2024-12-20T22:38:36.153Z | Downloaded http-range v0.1.5 |
530 | 2024-12-20T22:38:36.153Z | Downloaded http-body v1.0.1 |
531 | 2024-12-20T22:38:36.153Z | Downloaded cfg_aliases v0.1.1 |
532 | 2024-12-20T22:38:36.160Z | Downloaded async-stream-impl v0.3.6 |
533 | 2024-12-20T22:38:36.160Z | Downloaded crucible-workspace-hack v0.1.0 |
534 | 2024-12-20T22:38:36.160Z | Downloaded match_cfg v0.1.0 |
535 | 2024-12-20T22:38:36.160Z | Downloaded assert_matches v1.5.0 |
536 | 2024-12-20T22:38:36.160Z | Downloaded ascii-canvas v3.0.0 |
537 | 2024-12-20T22:38:36.164Z | Downloaded hubpack_derive v0.1.1 |
538 | 2024-12-20T22:38:36.164Z | Downloaded cipher v0.4.4 |
539 | 2024-12-20T22:38:36.164Z | Downloaded block-padding v0.3.3 |
540 | 2024-12-20T22:38:36.164Z | Downloaded md5 v0.7.0 |
541 | 2024-12-20T22:38:36.164Z | Downloaded ciborium-ll v0.2.2 |
542 | 2024-12-20T22:38:36.164Z | Downloaded ahash v0.8.11 |
543 | 2024-12-20T22:38:36.168Z | Downloaded hostname v0.3.1 |
544 | 2024-12-20T22:38:36.168Z | Downloaded heck v0.3.3 |
545 | 2024-12-20T22:38:36.174Z | Downloaded lalrpop-util v0.19.12 |
546 | 2024-12-20T22:38:36.174Z | Downloaded base16ct v0.2.0 |
547 | 2024-12-20T22:38:36.179Z | Downloaded icu_provider_macros v1.5.0 |
548 | 2024-12-20T22:38:36.179Z | Downloaded chrono-tz-build v0.4.0 |
549 | 2024-12-20T22:38:36.179Z | Downloaded castaway v0.2.3 |
550 | 2024-12-20T22:38:36.179Z | Downloaded buf-list v1.0.3 |
551 | 2024-12-20T22:38:36.179Z | Downloaded libefi-sys v0.1.0 |
552 | 2024-12-20T22:38:36.183Z | Downloaded kstat-rs v0.2.4 |
553 | 2024-12-20T22:38:36.183Z | Downloaded colored v2.1.0 |
554 | 2024-12-20T22:38:36.186Z | Downloaded cobs v0.2.3 |
555 | 2024-12-20T22:38:36.186Z | Downloaded inout v0.1.3 |
556 | 2024-12-20T22:38:36.186Z | Downloaded bit-vec v0.6.3 |
557 | 2024-12-20T22:38:36.189Z | Downloaded ipnetwork v0.20.0 |
558 | 2024-12-20T22:38:36.191Z | Downloaded humantime v2.1.0 |
559 | 2024-12-20T22:38:36.191Z | Downloaded crossbeam-deque v0.8.5 |
560 | 2024-12-20T22:38:36.195Z | Downloaded impl-trait-for-tuples v0.2.2 |
561 | 2024-12-20T22:38:36.198Z | Downloaded hubpack v0.1.2 |
562 | 2024-12-20T22:38:36.199Z | Downloaded cbc v0.1.2 |
563 | 2024-12-20T22:38:36.201Z | Downloaded ciborium-io v0.2.2 |
564 | 2024-12-20T22:38:36.201Z | Downloaded linear-map v1.2.0 |
565 | 2024-12-20T22:38:36.201Z | Downloaded cmake v0.1.51 |
566 | 2024-12-20T22:38:36.203Z | Downloaded mime v0.3.17 |
567 | 2024-12-20T22:38:36.209Z | Downloaded matches v0.1.10 |
568 | 2024-12-20T22:38:36.209Z | Downloaded linked-hash-map v0.5.6 |
569 | 2024-12-20T22:38:36.212Z | Downloaded instability v0.3.2 |
570 | 2024-12-20T22:38:36.212Z | Downloaded ctr v0.9.2 |
571 | 2024-12-20T22:38:36.212Z | Downloaded russh-cryptovec v0.7.3 |
572 | 2024-12-20T22:38:36.212Z | Downloaded lru-cache v0.1.2 |
573 | 2024-12-20T22:38:36.214Z | Downloaded lockfree-object-pool v0.1.6 |
574 | 2024-12-20T22:38:36.217Z | Downloaded lazycell v1.3.0 |
575 | 2024-12-20T22:38:36.217Z | Downloaded internet-checksum v0.2.1 |
576 | 2024-12-20T22:38:36.217Z | Downloaded hex-literal v0.4.1 |
577 | 2024-12-20T22:38:36.222Z | Downloaded lru v0.12.5 |
578 | 2024-12-20T22:38:36.222Z | Downloaded blowfish v0.9.1 |
579 | 2024-12-20T22:38:36.229Z | Downloaded bcrypt-pbkdf v0.10.0 |
580 | 2024-12-20T22:38:36.229Z | Downloaded managed v0.8.0 |
581 | 2024-12-20T22:38:36.229Z | Downloaded hex v0.4.3 |
582 | 2024-12-20T22:38:36.232Z | Downloaded ref-cast-impl v1.0.23 |
583 | 2024-12-20T22:38:36.232Z | Downloaded cookie_store v0.21.0 |
584 | 2024-12-20T22:38:36.232Z | Downloaded sqlparser_derive v0.2.2 |
585 | 2024-12-20T22:38:36.232Z | Downloaded ciborium v0.2.2 |
586 | 2024-12-20T22:38:36.235Z | Downloaded http-body-util v0.1.2 |
587 | 2024-12-20T22:38:36.235Z | Downloaded csv-core v0.1.11 |
588 | 2024-12-20T22:38:36.240Z | Downloaded bcs v0.1.6 |
589 | 2024-12-20T22:38:36.242Z | Downloaded async-bb8-diesel v0.2.1 |
590 | 2024-12-20T22:38:36.242Z | Downloaded lock_api v0.4.12 |
591 | 2024-12-20T22:38:36.247Z | Downloaded base64ct v1.6.0 |
592 | 2024-12-20T22:38:36.254Z | Downloaded hyper-rustls v0.27.3 |
593 | 2024-12-20T22:38:36.254Z | Downloaded libloading v0.8.5 |
594 | 2024-12-20T22:38:36.254Z | Downloaded progenitor v0.8.0 |
595 | 2024-12-20T22:38:36.258Z | Downloaded md-5 v0.10.6 |
596 | 2024-12-20T22:38:36.258Z | Downloaded hickory-client v0.24.1 |
597 | 2024-12-20T22:38:36.258Z | Downloaded primeorder v0.13.6 |
598 | 2024-12-20T22:38:36.261Z | Downloaded icu_locid_transform v1.5.0 |
599 | 2024-12-20T22:38:36.264Z | Downloaded rpassword v7.3.1 |
600 | 2024-12-20T22:38:36.264Z | Downloaded maybe-uninit v2.0.0 |
601 | 2024-12-20T22:38:36.264Z | Downloaded maplit v1.0.2 |
602 | 2024-12-20T22:38:36.269Z | Downloaded libsw v3.3.1 |
603 | 2024-12-20T22:38:36.269Z | Downloaded hmac v0.12.1 |
604 | 2024-12-20T22:38:36.277Z | Downloaded downcast v0.11.0 |
605 | 2024-12-20T22:38:36.277Z | Downloaded ipnet v2.10.1 |
606 | 2024-12-20T22:38:36.279Z | Downloaded console v0.15.8 |
607 | 2024-12-20T22:38:36.279Z | Downloaded mime_guess v2.0.5 |
608 | 2024-12-20T22:38:36.279Z | Downloaded derive_builder_macro v0.20.2 |
609 | 2024-12-20T22:38:36.280Z | Downloaded darling_macro v0.20.10 |
610 | 2024-12-20T22:38:36.284Z | Downloaded foreign-types-shared v0.3.1 |
611 | 2024-12-20T22:38:36.284Z | Downloaded foreign-types-shared v0.1.1 |
612 | 2024-12-20T22:38:36.284Z | Downloaded crossbeam-utils v0.8.20 |
613 | 2024-12-20T22:38:36.289Z | Downloaded crc-any v2.5.0 |
614 | 2024-12-20T22:38:36.295Z | Downloaded shell-words v1.1.0 |
615 | 2024-12-20T22:38:36.295Z | Downloaded icu_normalizer_data v1.5.0 |
616 | 2024-12-20T22:38:36.295Z | Downloaded iana-time-zone v0.1.61 |
617 | 2024-12-20T22:38:36.300Z | Downloaded icu_normalizer v1.5.0 |
618 | 2024-12-20T22:38:36.300Z | Downloaded endian-type v0.1.2 |
619 | 2024-12-20T22:38:36.300Z | Downloaded icu_locid_transform_data v1.5.0 |
620 | 2024-12-20T22:38:36.309Z | Downloaded cookie v0.18.1 |
621 | 2024-12-20T22:38:36.309Z | Downloaded futures-sink v0.3.31 |
622 | 2024-12-20T22:38:36.309Z | Downloaded slog-json v2.6.1 |
623 | 2024-12-20T22:38:36.312Z | Downloaded slog-envlogger v2.2.0 |
624 | 2024-12-20T22:38:36.312Z | Downloaded jobserver v0.1.32 |
625 | 2024-12-20T22:38:36.312Z | Downloaded normalize-line-endings v0.3.0 |
626 | 2024-12-20T22:38:36.312Z | Downloaded tap v1.0.1 |
627 | 2024-12-20T22:38:36.312Z | Downloaded strum_macros v0.24.3 |
628 | 2024-12-20T22:38:36.314Z | Downloaded static_assertions v1.1.0 |
629 | 2024-12-20T22:38:36.314Z | Downloaded want v0.3.1 |
630 | 2024-12-20T22:38:36.317Z | Downloaded memmap2 v0.9.5 |
631 | 2024-12-20T22:38:36.319Z | Downloaded strum_macros v0.25.3 |
632 | 2024-12-20T22:38:36.323Z | Downloaded tui-tree-widget v0.22.0 |
633 | 2024-12-20T22:38:36.323Z | Downloaded clang-sys v1.8.1 |
634 | 2024-12-20T22:38:36.326Z | Downloaded arc-swap v1.7.1 |
635 | 2024-12-20T22:38:36.328Z | Downloaded httparse v1.9.5 |
636 | 2024-12-20T22:38:36.331Z | Downloaded xattr v1.3.1 |
637 | 2024-12-20T22:38:36.334Z | Downloaded xz2 v0.1.7 |
638 | 2024-12-20T22:38:36.337Z | Downloaded utf8_iter v1.0.4 |
639 | 2024-12-20T22:38:36.337Z | Downloaded twox-hash v1.6.3 |
640 | 2024-12-20T22:38:36.343Z | Downloaded tls_codec_derive v0.4.1 |
641 | 2024-12-20T22:38:36.346Z | Downloaded enum-as-inner v0.5.1 |
642 | 2024-12-20T22:38:36.346Z | Downloaded data-encoding v2.6.0 |
643 | 2024-12-20T22:38:36.346Z | Downloaded zerovec-derive v0.10.3 |
644 | 2024-12-20T22:38:36.346Z | Downloaded crossbeam-epoch v0.9.18 |
645 | 2024-12-20T22:38:36.351Z | Downloaded addr2line v0.24.2 |
646 | 2024-12-20T22:38:36.356Z | Downloaded cancel-safe-futures v0.1.5 |
647 | 2024-12-20T22:38:36.356Z | Downloaded group v0.13.0 |
648 | 2024-12-20T22:38:36.360Z | Downloaded float-ord v0.3.2 |
649 | 2024-12-20T22:38:36.360Z | Downloaded fallible-streaming-iterator v0.1.9 |
650 | 2024-12-20T22:38:36.360Z | Downloaded snafu-derive v0.8.5 |
651 | 2024-12-20T22:38:36.360Z | Downloaded scheduled-thread-pool v0.2.7 |
652 | 2024-12-20T22:38:36.362Z | Downloaded icu_locid v1.5.0 |
653 | 2024-12-20T22:38:36.365Z | Downloaded nodrop v0.1.14 |
654 | 2024-12-20T22:38:36.368Z | Downloaded waitgroup v0.1.2 |
655 | 2024-12-20T22:38:36.368Z | Downloaded vte_generate_state_changes v0.1.2 |
656 | 2024-12-20T22:38:36.368Z | Downloaded tower-service v0.3.3 |
657 | 2024-12-20T22:38:36.373Z | Downloaded chacha20poly1305 v0.10.1 |
658 | 2024-12-20T22:38:36.373Z | Downloaded hyper-util v0.1.10 |
659 | 2024-12-20T22:38:36.379Z | Downloaded time-core v0.1.2 |
660 | 2024-12-20T22:38:36.382Z | Downloaded packed_struct_codegen v0.10.1 |
661 | 2024-12-20T22:38:36.382Z | Downloaded time-macros v0.2.18 |
662 | 2024-12-20T22:38:36.382Z | Downloaded tokio-rustls v0.25.0 |
663 | 2024-12-20T22:38:36.385Z | Downloaded try-lock v0.2.5 |
664 | 2024-12-20T22:38:36.385Z | Downloaded percent-encoding v2.3.1 |
665 | 2024-12-20T22:38:36.388Z | Downloaded psl-types v2.0.11 |
666 | 2024-12-20T22:38:36.388Z | Downloaded heapless v0.8.0 |
667 | 2024-12-20T22:38:36.390Z | Downloaded russh-keys v0.45.0 |
668 | 2024-12-20T22:38:36.395Z | Downloaded rand_seeder v0.3.0 |
669 | 2024-12-20T22:38:36.397Z | Downloaded polyval v0.6.2 |
670 | 2024-12-20T22:38:36.398Z | Downloaded derive_builder v0.20.2 |
671 | 2024-12-20T22:38:36.400Z | Downloaded displaydoc v0.2.5 |
672 | 2024-12-20T22:38:36.403Z | Downloaded uuid v1.11.0 |
673 | 2024-12-20T22:38:36.407Z | Downloaded slog-async v2.8.0 |
674 | 2024-12-20T22:38:36.409Z | Downloaded openssl-probe v0.1.5 |
675 | 2024-12-20T22:38:36.412Z | Downloaded bytes v1.8.0 |
676 | 2024-12-20T22:38:36.414Z | Downloaded cc v1.1.30 |
677 | 2024-12-20T22:38:36.418Z | Downloaded ssh-encoding v0.2.0 |
678 | 2024-12-20T22:38:36.423Z | Downloaded mirai-annotations v1.12.0 |
679 | 2024-12-20T22:38:36.423Z | Downloaded globset v0.4.15 |
680 | 2024-12-20T22:38:36.425Z | Downloaded tls_codec v0.4.1 |
681 | 2024-12-20T22:38:36.426Z | Downloaded thiserror-impl v2.0.3 |
682 | 2024-12-20T22:38:36.429Z | Downloaded prettyplease v0.2.25 |
683 | 2024-12-20T22:38:36.433Z | Downloaded icu_properties v1.5.1 |
684 | 2024-12-20T22:38:36.436Z | Downloaded walkdir v2.5.0 |
685 | 2024-12-20T22:38:36.436Z | Downloaded parking_lot v0.11.2 |
686 | 2024-12-20T22:38:36.440Z | Downloaded openssl-macros v0.1.1 |
687 | 2024-12-20T22:38:36.440Z | Downloaded nu-ansi-term v0.50.1 |
688 | 2024-12-20T22:38:36.442Z | Downloaded tokio-rustls v0.26.0 |
689 | 2024-12-20T22:38:36.445Z | Downloaded sct v0.7.1 |
690 | 2024-12-20T22:38:36.449Z | Downloaded phf_shared v0.10.0 |
691 | 2024-12-20T22:38:36.449Z | Downloaded rustversion v1.0.17 |
692 | 2024-12-20T22:38:36.452Z | Downloaded sigpipe v0.1.3 |
693 | 2024-12-20T22:38:36.452Z | Downloaded rustfmt-wrapper v0.2.1 |
694 | 2024-12-20T22:38:36.455Z | Downloaded derive_builder_core v0.20.2 |
695 | 2024-12-20T22:38:36.455Z | Downloaded deranged v0.3.11 |
696 | 2024-12-20T22:38:36.458Z | Downloaded which v4.4.2 |
697 | 2024-12-20T22:38:36.458Z | Downloaded fallible-iterator v0.2.0 |
698 | 2024-12-20T22:38:36.460Z | Downloaded embedded-io v0.4.0 |
699 | 2024-12-20T22:38:36.464Z | Downloaded fatfs v0.3.6 |
700 | 2024-12-20T22:38:36.466Z | Downloaded derive-where v1.2.7 |
701 | 2024-12-20T22:38:36.468Z | Downloaded schemars_derive v0.8.21 |
702 | 2024-12-20T22:38:36.471Z | Downloaded termtree v0.4.1 |
703 | 2024-12-20T22:38:36.474Z | Downloaded mockall v0.13.0 |
704 | 2024-12-20T22:38:36.474Z | Downloaded signal-hook-tokio v0.3.1 |
705 | 2024-12-20T22:38:36.477Z | Downloaded http v1.1.0 |
706 | 2024-12-20T22:38:36.479Z | Downloaded num_enum_derive v0.5.11 |
707 | 2024-12-20T22:38:36.482Z | Downloaded dhcproto-macros v0.1.0 |
708 | 2024-12-20T22:38:36.482Z | Downloaded tinyvec_macros v0.1.1 |
709 | 2024-12-20T22:38:36.487Z | Downloaded newtype-uuid v1.1.3 |
710 | 2024-12-20T22:38:36.487Z | Downloaded num-integer v0.1.46 |
711 | 2024-12-20T22:38:36.487Z | Downloaded icu_collections v1.5.0 |
712 | 2024-12-20T22:38:36.491Z | Downloaded pbkdf2 v0.12.2 |
713 | 2024-12-20T22:38:36.493Z | Downloaded num v0.4.3 |
714 | 2024-12-20T22:38:36.496Z | Downloaded futures-io v0.3.31 |
715 | 2024-12-20T22:38:36.496Z | Downloaded rand v0.8.5 |
716 | 2024-12-20T22:38:36.499Z | Downloaded yoke-derive v0.7.4 |
717 | 2024-12-20T22:38:36.501Z | Downloaded parking_lot_core v0.8.6 |
718 | 2024-12-20T22:38:36.507Z | Downloaded phf_codegen v0.11.2 |
719 | 2024-12-20T22:38:36.507Z | Downloaded tokio-tungstenite v0.23.1 |
720 | 2024-12-20T22:38:36.510Z | Downloaded quinn-udp v0.5.5 |
721 | 2024-12-20T22:38:36.510Z | Downloaded parking_lot v0.12.3 |
722 | 2024-12-20T22:38:36.514Z | Downloaded parse-size v1.1.0 |
723 | 2024-12-20T22:38:36.514Z | Downloaded num_threads v0.1.7 |
724 | 2024-12-20T22:38:36.514Z | Downloaded serde_path_to_error v0.1.16 |
725 | 2024-12-20T22:38:36.527Z | Downloaded strip-ansi-escapes v0.2.0 |
726 | 2024-12-20T22:38:36.530Z | Downloaded stringprep v0.1.5 |
727 | 2024-12-20T22:38:36.533Z | Downloaded signature v2.2.0 |
728 | 2024-12-20T22:38:36.533Z | Downloaded secrecy v0.8.0 |
729 | 2024-12-20T22:38:36.533Z | Downloaded rand_chacha v0.3.1 |
730 | 2024-12-20T22:38:36.536Z | Downloaded wyz v0.5.1 |
731 | 2024-12-20T22:38:36.538Z | Downloaded strum v0.26.3 |
732 | 2024-12-20T22:38:36.538Z | Downloaded tokio-macros v2.4.0 |
733 | 2024-12-20T22:38:36.538Z | Downloaded structmeta v0.3.0 |
734 | 2024-12-20T22:38:36.541Z | Downloaded structmeta v0.2.0 |
735 | 2024-12-20T22:38:36.541Z | Downloaded serde_plain v1.0.2 |
736 | 2024-12-20T22:38:36.543Z | Downloaded vte v0.11.1 |
737 | 2024-12-20T22:38:36.546Z | Downloaded tracing-attributes v0.1.27 |
738 | 2024-12-20T22:38:36.548Z | Downloaded writeable v0.5.5 |
739 | 2024-12-20T22:38:36.550Z | Downloaded untrusted v0.7.1 |
740 | 2024-12-20T22:38:36.553Z | Downloaded tokio-native-tls v0.3.1 |
741 | 2024-12-20T22:38:36.553Z | Downloaded tokio-tungstenite v0.21.0 |
742 | 2024-12-20T22:38:36.555Z | Downloaded hickory-resolver v0.24.1 |
743 | 2024-12-20T22:38:36.560Z | Downloaded dyn-clone v1.0.17 |
744 | 2024-12-20T22:38:36.563Z | Downloaded dsl_auto_type v0.1.2 |
745 | 2024-12-20T22:38:36.563Z | Downloaded derive_more v0.99.18 |
746 | 2024-12-20T22:38:36.567Z | Downloaded num_enum v0.5.11 |
747 | 2024-12-20T22:38:36.573Z | Downloaded diesel_table_macro_syntax v0.2.0 |
748 | 2024-12-20T22:38:36.576Z | Downloaded dropshot_endpoint v0.13.0 |
749 | 2024-12-20T22:38:36.578Z | Downloaded minimal-lexical v0.2.1 |
750 | 2024-12-20T22:38:36.582Z | Downloaded newtype_derive v0.1.6 |
751 | 2024-12-20T22:38:36.584Z | Downloaded rand_xorshift v0.3.0 |
752 | 2024-12-20T22:38:36.587Z | Downloaded powerfmt v0.2.0 |
753 | 2024-12-20T22:38:36.587Z | Downloaded phf v0.11.2 |
754 | 2024-12-20T22:38:36.590Z | Downloaded signal-hook-registry v1.4.2 |
755 | 2024-12-20T22:38:36.590Z | Downloaded salsa20 v0.10.2 |
756 | 2024-12-20T22:38:36.593Z | Downloaded rtoolbox v0.0.2 |
757 | 2024-12-20T22:38:36.593Z | Downloaded progenitor-macro v0.8.0 |
758 | 2024-12-20T22:38:36.595Z | Downloaded itertools v0.10.5 |
759 | 2024-12-20T22:38:36.599Z | Downloaded path-slash v0.1.5 |
760 | 2024-12-20T22:38:36.601Z | Downloaded structmeta-derive v0.3.0 |
761 | 2024-12-20T22:38:36.603Z | Downloaded slog-bunyan v2.5.0 |
762 | 2024-12-20T22:38:36.604Z | Downloaded publicsuffix v2.2.3 |
763 | 2024-12-20T22:38:36.607Z | Downloaded slog-scope v4.4.0 |
764 | 2024-12-20T22:38:36.610Z | Downloaded slog-dtrace v0.3.0 |
765 | 2024-12-20T22:38:36.610Z | Downloaded yoke v0.7.4 |
766 | 2024-12-20T22:38:36.612Z | Downloaded ecdsa v0.16.9 |
767 | 2024-12-20T22:38:36.616Z | Downloaded dunce v1.0.5 |
768 | 2024-12-20T22:38:36.616Z | Downloaded defmt-macros v0.3.9 |
769 | 2024-12-20T22:38:36.620Z | Downloaded take_mut v0.2.2 |
770 | 2024-12-20T22:38:36.620Z | Downloaded tinystr v0.7.6 |
771 | 2024-12-20T22:38:36.623Z | Downloaded des v0.8.1 |
772 | 2024-12-20T22:38:36.623Z | Downloaded ed25519 v2.2.3 |
773 | 2024-12-20T22:38:36.627Z | Downloaded tiny-keccak v2.0.2 |
774 | 2024-12-20T22:38:36.629Z | Downloaded display-error-chain v0.2.2 |
775 | 2024-12-20T22:38:36.629Z | Downloaded dirs-sys-next v0.1.2 |
776 | 2024-12-20T22:38:36.633Z | Downloaded dirs-next v2.0.0 |
777 | 2024-12-20T22:38:36.633Z | Downloaded sync_wrapper v1.0.1 |
778 | 2024-12-20T22:38:36.637Z | Downloaded progenitor-impl v0.8.0 |
779 | 2024-12-20T22:38:36.637Z | Downloaded fxhash v0.2.1 |
780 | 2024-12-20T22:38:36.637Z | Downloaded aes v0.8.4 |
781 | 2024-12-20T22:38:36.640Z | Downloaded zone v0.3.0 |
782 | 2024-12-20T22:38:36.642Z | Downloaded zone v0.1.8 |
783 | 2024-12-20T22:38:36.643Z | Downloaded schemars v0.8.21 |
784 | 2024-12-20T22:38:36.654Z | Downloaded num-iter v0.1.45 |
785 | 2024-12-20T22:38:36.656Z | Downloaded itertools v0.12.1 |
786 | 2024-12-20T22:38:36.663Z | Downloaded string_cache v0.8.7 |
787 | 2024-12-20T22:38:36.666Z | Downloaded steno v0.4.1 |
788 | 2024-12-20T22:38:36.668Z | Downloaded peg v0.8.4 |
789 | 2024-12-20T22:38:36.672Z | Downloaded ref-cast v1.0.23 |
790 | 2024-12-20T22:38:36.674Z | Downloaded pem v3.0.4 |
791 | 2024-12-20T22:38:36.678Z | Downloaded signal-hook-mio v0.2.4 |
792 | 2024-12-20T22:38:36.683Z | Downloaded value-bag v1.9.0 |
793 | 2024-12-20T22:38:36.683Z | Downloaded strum_macros v0.26.4 |
794 | 2024-12-20T22:38:36.689Z | Downloaded shlex v1.3.0 |
795 | 2024-12-20T22:38:36.689Z | Downloaded termios v0.3.3 |
796 | 2024-12-20T22:38:36.702Z | Downloaded thiserror-no-std v2.0.2 |
797 | 2024-12-20T22:38:36.702Z | Downloaded thiserror-impl-no-std v2.0.2 |
798 | 2024-12-20T22:38:36.702Z | Downloaded unicode-xid v0.2.6 |
799 | 2024-12-20T22:38:36.702Z | Downloaded miniz_oxide v0.8.0 |
800 | 2024-12-20T22:38:36.702Z | Downloaded termcolor v1.4.1 |
801 | 2024-12-20T22:38:36.706Z | Downloaded snafu v0.8.5 |
802 | 2024-12-20T22:38:36.707Z | Downloaded num-conv v0.1.0 |
803 | 2024-12-20T22:38:36.707Z | Downloaded newline-converter v0.3.0 |
804 | 2024-12-20T22:38:36.709Z | Downloaded pin-utils v0.1.0 |
805 | 2024-12-20T22:38:36.709Z | Downloaded futures-macro v0.3.31 |
806 | 2024-12-20T22:38:36.709Z | Downloaded num-rational v0.4.2 |
807 | 2024-12-20T22:38:36.711Z | Downloaded enum-as-inner v0.6.1 |
808 | 2024-12-20T22:38:36.711Z | Downloaded hash32 v0.3.1 |
809 | 2024-12-20T22:38:36.716Z | Downloaded gethostname v0.5.0 |
810 | 2024-12-20T22:38:36.716Z | Downloaded env_filter v0.1.2 |
811 | 2024-12-20T22:38:36.716Z | Downloaded parking_lot_core v0.9.10 |
812 | 2024-12-20T22:38:36.719Z | Downloaded tabwriter v1.4.0 |
813 | 2024-12-20T22:38:36.723Z | Downloaded synstructure v0.13.1 |
814 | 2024-12-20T22:38:36.723Z | Downloaded rustc-hash v1.1.0 |
815 | 2024-12-20T22:38:36.725Z | Downloaded rustls-pemfile v2.2.0 |
816 | 2024-12-20T22:38:36.726Z | Downloaded quick-error v1.2.3 |
817 | 2024-12-20T22:38:36.734Z | Downloaded peg-macros v0.8.4 |
818 | 2024-12-20T22:38:36.734Z | Downloaded unicode-properties v0.1.3 |
819 | 2024-12-20T22:38:36.737Z | Downloaded zerofrom v0.1.4 |
820 | 2024-12-20T22:38:36.737Z | Downloaded sync-ptr v0.1.1 |
821 | 2024-12-20T22:38:36.737Z | Downloaded tinyvec v1.8.0 |
822 | 2024-12-20T22:38:36.737Z | Downloaded quinn v0.11.5 |
823 | 2024-12-20T22:38:36.740Z | Downloaded foreign-types v0.3.2 |
824 | 2024-12-20T22:38:36.743Z | Downloaded untrusted v0.9.0 |
825 | 2024-12-20T22:38:36.743Z | Downloaded universal-hash v0.5.1 |
826 | 2024-12-20T22:38:36.746Z | Downloaded spin v0.5.2 |
827 | 2024-12-20T22:38:36.746Z | Downloaded progenitor-client v0.8.0 |
828 | 2024-12-20T22:38:36.759Z | Downloaded number_prefix v0.4.0 |
829 | 2024-12-20T22:38:36.759Z | Downloaded flume v0.11.1 |
830 | 2024-12-20T22:38:36.763Z | Downloaded opaque-debug v0.3.1 |
831 | 2024-12-20T22:38:36.763Z | Downloaded thiserror v2.0.3 |
832 | 2024-12-20T22:38:36.763Z | Downloaded pretty-hex v0.2.1 |
833 | 2024-12-20T22:38:36.763Z | Downloaded fragile v2.0.0 |
834 | 2024-12-20T22:38:36.763Z | Downloaded pkg-config v0.3.31 |
835 | 2024-12-20T22:38:36.766Z | Downloaded half v2.4.1 |
836 | 2024-12-20T22:38:36.766Z | Downloaded foreign-types v0.5.0 |
837 | 2024-12-20T22:38:36.769Z | Downloaded paste v1.0.15 |
838 | 2024-12-20T22:38:36.773Z | Downloaded env_logger v0.10.2 |
839 | 2024-12-20T22:38:36.779Z | Downloaded diff v0.1.13 |
840 | 2024-12-20T22:38:36.781Z | Downloaded defmt-parser v0.3.4 |
841 | 2024-12-20T22:38:36.781Z | Downloaded serde-big-array v0.5.1 |
842 | 2024-12-20T22:38:36.781Z | Downloaded semver v0.1.20 |
843 | 2024-12-20T22:38:36.781Z | Downloaded nom v7.1.3 |
844 | 2024-12-20T22:38:36.786Z | Downloaded ff v0.13.0 |
845 | 2024-12-20T22:38:36.789Z | Downloaded serde_urlencoded v0.7.1 |
846 | 2024-12-20T22:38:36.789Z | Downloaded serde_repr v0.1.19 |
847 | 2024-12-20T22:38:36.793Z | Downloaded rusty-fork v0.3.0 |
848 | 2024-12-20T22:38:36.796Z | Downloaded zerofrom-derive v0.1.4 |
849 | 2024-12-20T22:38:36.796Z | Downloaded unicode-bidi v0.3.17 |
850 | 2024-12-20T22:38:36.803Z | Downloaded supports-color v3.0.1 |
851 | 2024-12-20T22:38:36.804Z | Downloaded spin v0.9.8 |
852 | 2024-12-20T22:38:36.808Z | Downloaded zone_cfg_derive v0.3.0 |
853 | 2024-12-20T22:38:36.808Z | Downloaded signal-hook v0.3.17 |
854 | 2024-12-20T22:38:36.808Z | Downloaded zerovec v0.10.4 |
855 | 2024-12-20T22:38:36.812Z | Downloaded new_debug_unreachable v1.0.6 |
856 | 2024-12-20T22:38:36.812Z | Downloaded test-strategy v0.3.1 |
857 | 2024-12-20T22:38:36.815Z | Downloaded write16 v1.0.0 |
858 | 2024-12-20T22:38:36.819Z | Downloaded toolchain_find v0.4.0 |
859 | 2024-12-20T22:38:36.819Z | Downloaded siphasher v0.3.11 |
860 | 2024-12-20T22:38:36.825Z | Downloaded num-derive v0.4.2 |
861 | 2024-12-20T22:38:36.825Z | Downloaded postgres-protocol v0.6.7 |
862 | 2024-12-20T22:38:36.828Z | Downloaded ssh-key v0.6.6 |
863 | 2024-12-20T22:38:36.831Z | Downloaded utf-8 v0.7.6 |
864 | 2024-12-20T22:38:36.831Z | Downloaded multimap v0.10.0 |
865 | 2024-12-20T22:38:36.834Z | Downloaded debug-ignore v1.0.5 |
866 | 2024-12-20T22:38:36.834Z | Downloaded serde-hex v0.1.0 |
867 | 2024-12-20T22:38:36.840Z | Downloaded parse-display v0.10.0 |
868 | 2024-12-20T22:38:36.840Z | Downloaded precomputed-hash v0.1.1 |
869 | 2024-12-20T22:38:36.840Z | Downloaded predicates-tree v1.0.11 |
870 | 2024-12-20T22:38:36.845Z | Downloaded num-complex v0.4.6 |
871 | 2024-12-20T22:38:36.845Z | Downloaded hyper v1.5.0 |
872 | 2024-12-20T22:38:36.848Z | Downloaded nanorand v0.7.0 |
873 | 2024-12-20T22:38:36.854Z | Downloaded uzers v0.12.1 |
874 | 2024-12-20T22:38:36.854Z | Downloaded rustls-pki-types v1.10.0 |
875 | 2024-12-20T22:38:36.857Z | Downloaded smf v0.2.3 |
876 | 2024-12-20T22:38:36.857Z | Downloaded itertools v0.13.0 |
877 | 2024-12-20T22:38:36.863Z | Downloaded fs_extra v1.3.0 |
878 | 2024-12-20T22:38:36.867Z | Downloaded tokio-tungstenite v0.24.0 |
879 | 2024-12-20T22:38:36.867Z | Downloaded zone_cfg_derive v0.1.2 |
880 | 2024-12-20T22:38:36.871Z | Downloaded nibble_vec v0.1.0 |
881 | 2024-12-20T22:38:36.871Z | Downloaded funty v2.0.0 |
882 | 2024-12-20T22:38:36.875Z | Downloaded postcard v1.0.10 |
883 | 2024-12-20T22:38:36.875Z | Downloaded pin-project v1.1.6 |
884 | 2024-12-20T22:38:36.883Z | Downloaded oso-derive v0.27.3 |
885 | 2024-12-20T22:38:36.886Z | Downloaded fd-lock v4.0.2 |
886 | 2024-12-20T22:38:36.890Z | Downloaded foldhash v0.1.3 |
887 | 2024-12-20T22:38:36.890Z | Downloaded flagset v0.4.6 |
888 | 2024-12-20T22:38:36.890Z | Downloaded fixedbitset v0.4.2 |
889 | 2024-12-20T22:38:36.890Z | Downloaded filetime v0.2.25 |
890 | 2024-12-20T22:38:36.896Z | Downloaded ed25519-dalek v2.1.1 |
891 | 2024-12-20T22:38:36.900Z | Downloaded slog-stdlog v4.1.1 |
892 | 2024-12-20T22:38:36.900Z | Downloaded blake3 v1.5.4 |
893 | 2024-12-20T22:38:36.906Z | Downloaded multer v3.1.0 |
894 | 2024-12-20T22:38:36.909Z | Downloaded zeroize v1.8.1 |
895 | 2024-12-20T22:38:36.909Z | Downloaded password-hash v0.4.2 |
896 | 2024-12-20T22:38:36.912Z | Downloaded x509-cert v0.2.5 |
897 | 2024-12-20T22:38:36.915Z | Downloaded resolv-conf v0.7.0 |
898 | 2024-12-20T22:38:36.917Z | Downloaded predicates-core v1.0.8 |
899 | 2024-12-20T22:38:36.920Z | Downloaded ppv-lite86 v0.2.20 |
900 | 2024-12-20T22:38:36.920Z | Downloaded serde_derive_internals v0.29.1 |
901 | 2024-12-20T22:38:36.924Z | Downloaded diesel-dtrace v0.4.2 |
902 | 2024-12-20T22:38:36.924Z | Downloaded futures v0.3.31 |
903 | 2024-12-20T22:38:36.928Z | Downloaded mio v1.0.2 |
904 | 2024-12-20T22:38:36.933Z | Downloaded fallible-iterator v0.3.0 |
905 | 2024-12-20T22:38:36.935Z | Downloaded unicode-truncate v1.1.0 |
906 | 2024-12-20T22:38:36.938Z | Downloaded unarray v0.1.4 |
907 | 2024-12-20T22:38:36.938Z | Downloaded ena v0.14.3 |
908 | 2024-12-20T22:38:36.940Z | Downloaded native-tls v0.2.12 |
909 | 2024-12-20T22:38:36.943Z | Downloaded zip v2.1.3 |
910 | 2024-12-20T22:38:36.946Z | Downloaded slab v0.4.9 |
911 | 2024-12-20T22:38:36.950Z | Downloaded structmeta-derive v0.2.0 |
912 | 2024-12-20T22:38:36.950Z | Downloaded zeroize_derive v1.4.2 |
913 | 2024-12-20T22:38:36.953Z | Downloaded der v0.7.9 |
914 | 2024-12-20T22:38:36.956Z | Downloaded subtle v2.6.1 |
915 | 2024-12-20T22:38:36.956Z | Downloaded stable_deref_trait v1.2.0 |
916 | 2024-12-20T22:38:36.956Z | Downloaded zopfli v0.8.1 |
917 | 2024-12-20T22:38:36.959Z | Downloaded similar v2.6.0 |
918 | 2024-12-20T22:38:36.963Z | Downloaded qorb v0.2.1 |
919 | 2024-12-20T22:38:36.967Z | Downloaded pkcs8 v0.10.2 |
920 | 2024-12-20T22:38:36.969Z | Downloaded predicates v3.1.2 |
921 | 2024-12-20T22:38:36.972Z | Downloaded pkcs1 v0.7.5 |
922 | 2024-12-20T22:38:36.976Z | Downloaded mockall_derive v0.13.0 |
923 | 2024-12-20T22:38:36.978Z | Downloaded unicode-segmentation v1.12.0 |
924 | 2024-12-20T22:38:36.981Z | Downloaded toml v0.7.8 |
925 | 2024-12-20T22:38:36.984Z | Downloaded tokio-postgres v0.7.12 |
926 | 2024-12-20T22:38:36.989Z | Downloaded zerocopy v0.6.6 |
927 | 2024-12-20T22:38:36.991Z | Downloaded russh v0.45.0 |
928 | 2024-12-20T22:38:36.996Z | Downloaded owo-colors v4.1.0 |
929 | 2024-12-20T22:38:36.999Z | Downloaded rsa v0.9.6 |
930 | 2024-12-20T22:38:37.003Z | Downloaded chrono v0.4.38 |
931 | 2024-12-20T22:38:37.013Z | Downloaded ron v0.7.1 |
932 | 2024-12-20T22:38:37.016Z | Downloaded smallvec v1.13.2 |
933 | 2024-12-20T22:38:37.019Z | Downloaded rustyline v14.0.0 |
934 | 2024-12-20T22:38:37.023Z | Downloaded sqlparser v0.45.0 |
935 | 2024-12-20T22:38:37.031Z | Downloaded zip v0.6.6 |
936 | 2024-12-20T22:38:37.034Z | Downloaded darling_core v0.20.10 |
937 | 2024-12-20T22:38:37.038Z | Downloaded rustc-demangle v0.1.24 |
938 | 2024-12-20T22:38:37.041Z | Downloaded rustls-webpki v0.102.8 |
939 | 2024-12-20T22:38:37.058Z | Downloaded der_derive v0.7.3 |
940 | 2024-12-20T22:38:37.061Z | Downloaded bindgen v0.69.5 |
941 | 2024-12-20T22:38:37.065Z | Downloaded slog v2.7.0 |
942 | 2024-12-20T22:38:37.069Z | Downloaded oso v0.27.3 |
943 | 2024-12-20T22:38:37.072Z | Downloaded rcgen v0.12.1 |
944 | 2024-12-20T22:38:37.075Z | Downloaded dhcproto v0.12.0 |
945 | 2024-12-20T22:38:37.078Z | Downloaded time v0.3.36 |
946 | 2024-12-20T22:38:37.084Z | Downloaded hashbrown v0.14.5 |
947 | 2024-12-20T22:38:37.090Z | Downloaded ron v0.8.1 |
948 | 2024-12-20T22:38:37.095Z | Downloaded diesel_derives v2.2.3 |
949 | 2024-12-20T22:38:37.099Z | Downloaded p256 v0.13.2 |
950 | 2024-12-20T22:38:37.104Z | Downloaded idna v0.3.0 |
951 | 2024-12-20T22:38:37.110Z | Downloaded idna v0.4.0 |
952 | 2024-12-20T22:38:37.117Z | Downloaded serde_with v3.11.0 |
953 | 2024-12-20T22:38:37.125Z | Downloaded hashbrown v0.12.3 |
954 | 2024-12-20T22:38:37.129Z | Downloaded h2 v0.4.6 |
955 | 2024-12-20T22:38:37.138Z | Downloaded salty v0.3.0 |
956 | 2024-12-20T22:38:37.143Z | Downloaded num-bigint-dig v0.8.4 |
957 | 2024-12-20T22:38:37.150Z | Downloaded idna v0.5.0 |
958 | 2024-12-20T22:38:37.155Z | Downloaded futures-util v0.3.31 |
959 | 2024-12-20T22:38:37.166Z | Downloaded reqwest v0.12.9 |
960 | 2024-12-20T22:38:37.175Z | Downloaded quick-xml v0.33.0 |
961 | 2024-12-20T22:38:37.190Z | Downloaded flate2 v1.0.34 |
962 | 2024-12-20T22:38:37.196Z | Downloaded quinn-proto v0.11.8 |
963 | 2024-12-20T22:38:37.197Z | Downloaded trust-dns-proto v0.22.0 |
964 | 2024-12-20T22:38:37.204Z | Downloaded webpki-roots v0.26.6 |
965 | 2024-12-20T22:38:37.209Z | Downloaded vcpkg v0.2.15 |
966 | 2024-12-20T22:38:37.245Z | Downloaded rustls-webpki v0.101.7 |
967 | 2024-12-20T22:38:37.259Z | Downloaded tough v0.19.0 |
968 | 2024-12-20T22:38:37.266Z | Downloaded hickory-proto v0.24.1 |
969 | 2024-12-20T22:38:37.281Z | Downloaded p521 v0.13.3 |
970 | 2024-12-20T22:38:37.285Z | Downloaded curve25519-dalek v4.1.3 |
971 | 2024-12-20T22:38:37.294Z | Downloaded gimli v0.31.1 |
972 | 2024-12-20T22:38:37.304Z | Downloaded winnow v0.5.40 |
973 | 2024-12-20T22:38:37.310Z | Downloaded smoltcp v0.9.1 |
974 | 2024-12-20T22:38:37.321Z | Downloaded dropshot v0.13.0 |
975 | 2024-12-20T22:38:37.344Z | Downloaded regex-syntax v0.6.29 |
976 | 2024-12-20T22:38:37.350Z | Downloaded diesel v2.2.6 |
977 | 2024-12-20T22:38:37.366Z | Downloaded nix v0.27.1 |
978 | 2024-12-20T22:38:37.379Z | Downloaded sled v0.34.7 |
979 | 2024-12-20T22:38:37.388Z | Downloaded regress v0.9.1 |
980 | 2024-12-20T22:38:37.397Z | Downloaded rayon v1.10.0 |
981 | 2024-12-20T22:38:37.406Z | Downloaded p384 v0.13.0 |
982 | 2024-12-20T22:38:37.411Z | Downloaded chrono-tz v0.10.0 |
983 | 2024-12-20T22:38:37.419Z | Downloaded rustls v0.21.12 |
984 | 2024-12-20T22:38:37.428Z | Downloaded zerocopy v0.8.10 |
985 | 2024-12-20T22:38:37.452Z | Downloaded petname v2.0.2 |
986 | 2024-12-20T22:38:37.458Z | Downloaded regress v0.10.1 |
987 | 2024-12-20T22:38:37.467Z | Downloaded object v0.30.4 |
988 | 2024-12-20T22:38:37.475Z | Downloaded zerocopy-derive v0.6.6 |
989 | 2024-12-20T22:38:37.484Z | Downloaded unicode-width v0.2.0 |
990 | 2024-12-20T22:38:37.491Z | Downloaded openapiv3 v2.0.0 |
991 | 2024-12-20T22:38:37.502Z | Downloaded bstr v1.10.0 |
992 | 2024-12-20T22:38:37.514Z | Downloaded rustls v0.23.19 |
993 | 2024-12-20T22:38:37.524Z | Downloaded lzma-sys v0.1.20 |
994 | 2024-12-20T22:38:37.555Z | Downloaded nix v0.28.0 |
995 | 2024-12-20T22:38:37.564Z | Downloaded nix v0.29.0 |
996 | 2024-12-20T22:38:37.575Z | Downloaded regex-syntax v0.8.5 |
997 | 2024-12-20T22:38:37.583Z | Downloaded polar-core v0.27.3 |
998 | 2024-12-20T22:38:37.593Z | Downloaded smoltcp v0.11.0 |
999 | 2024-12-20T22:38:37.603Z | Downloaded libz-sys v1.1.20 |
1000 | 2024-12-20T22:38:37.624Z | Downloaded regex v1.11.1 |
1001 | 2024-12-20T22:38:37.637Z | Downloaded sha3 v0.10.8 |
1002 | 2024-12-20T22:38:37.640Z | Downloaded openssl v0.10.66 |
1003 | 2024-12-20T22:38:37.650Z | Downloaded dropshot v0.12.0 |
1004 | 2024-12-20T22:38:37.668Z | Downloaded tokio-util v0.7.12 |
1005 | 2024-12-20T22:38:37.675Z | Downloaded rustls v0.22.4 |
1006 | 2024-12-20T22:38:37.687Z | Downloaded object v0.36.5 |
1007 | 2024-12-20T22:38:37.698Z | Downloaded typify-impl v0.2.0 |
1008 | 2024-12-20T22:38:37.714Z | Downloaded ratatui v0.28.1 |
1009 | 2024-12-20T22:38:37.733Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1010 | 2024-12-20T22:38:37.745Z | Downloaded radix_trie v0.2.1 |
1011 | 2024-12-20T22:38:37.750Z | Downloaded git2 v0.19.0 |
1012 | 2024-12-20T22:38:37.759Z | Downloaded idna v0.2.3 |
1013 | 2024-12-20T22:38:37.763Z | Downloaded bitvec v1.0.1 |
1014 | 2024-12-20T22:38:37.777Z | Downloaded regex-automata v0.4.8 |
1015 | 2024-12-20T22:38:37.793Z | Downloaded petgraph v0.6.5 |
1016 | 2024-12-20T22:38:37.810Z | Downloaded proptest v1.5.0 |
1017 | 2024-12-20T22:38:37.819Z | Downloaded lalrpop v0.19.12 |
1018 | 2024-12-20T22:38:37.829Z | Downloaded portable-atomic v1.9.0 |
1019 | 2024-12-20T22:38:37.837Z | Downloaded tokio v1.40.0 |
1020 | 2024-12-20T22:38:37.872Z | Downloaded url v2.5.3 |
1021 | 2024-12-20T22:38:37.875Z | Downloaded toml_edit v0.19.15 |
1022 | 2024-12-20T22:38:37.891Z | Downloaded unicode-normalization v0.1.24 |
1023 | 2024-12-20T22:38:37.894Z | Downloaded socket2 v0.5.7 |
1024 | 2024-12-20T22:38:37.897Z | Downloaded rayon-core v1.12.1 |
1025 | 2024-12-20T22:38:37.900Z | Downloaded zerocopy-derive v0.8.10 |
1026 | 2024-12-20T22:38:37.905Z | Downloaded csv v1.3.0 |
1027 | 2024-12-20T22:38:37.925Z | Downloaded icu_properties_data v1.5.0 |
1028 | 2024-12-20T22:38:37.936Z | Downloaded aws-lc-rs v1.10.0 |
1029 | 2024-12-20T22:38:37.944Z | Downloaded unicode_categories v0.1.1 |
1030 | 2024-12-20T22:38:37.947Z | Downloaded rusqlite v0.32.1 |
1031 | 2024-12-20T22:38:37.951Z | Downloaded pem-rfc7468 v0.7.0 |
1032 | 2024-12-20T22:38:37.954Z | Downloaded password-hash v0.5.0 |
1033 | 2024-12-20T22:38:37.958Z | Downloaded rfc6979 v0.4.0 |
1034 | 2024-12-20T22:38:37.958Z | Downloaded parse-zoneinfo v0.3.1 |
1035 | 2024-12-20T22:38:37.961Z | Downloaded num-bigint v0.4.6 |
1036 | 2024-12-20T22:38:37.963Z | Downloaded hashbrown v0.13.2 |
1037 | 2024-12-20T22:38:37.966Z | Downloaded reedline v0.35.0 |
1038 | 2024-12-20T22:38:37.974Z | Downloaded typify-macro v0.2.0 |
1039 | 2024-12-20T22:38:37.977Z | Downloaded topological-sort v0.2.2 |
1040 | 2024-12-20T22:38:37.977Z | Downloaded unsafe-libyaml v0.2.11 |
1041 | 2024-12-20T22:38:37.980Z | Downloaded hkdf v0.12.4 |
1042 | 2024-12-20T22:38:37.983Z | Downloaded aho-corasick v1.1.3 |
1043 | 2024-12-20T22:38:37.989Z | Downloaded embedded-io v0.6.1 |
1044 | 2024-12-20T22:38:37.991Z | Downloaded either v1.13.0 |
1045 | 2024-12-20T22:38:37.992Z | Downloaded pin-project-internal v1.1.6 |
1046 | 2024-12-20T22:38:37.992Z | Downloaded pkcs5 v0.7.1 |
1047 | 2024-12-20T22:38:37.995Z | Downloaded headers v0.4.0 |
1048 | 2024-12-20T22:38:38.000Z | Downloaded vsss-rs v3.3.4 |
1049 | 2024-12-20T22:38:38.003Z | Downloaded vergen v8.3.2 |
1050 | 2024-12-20T22:38:38.006Z | Downloaded expectorate v1.1.0 |
1051 | 2024-12-20T22:38:38.010Z | Downloaded same-file v1.0.6 |
1052 | 2024-12-20T22:38:38.010Z | Downloaded unicase v2.7.0 |
1053 | 2024-12-20T22:38:38.013Z | Downloaded subprocess v0.2.9 |
1054 | 2024-12-20T22:38:38.013Z | Downloaded openssl-sys v0.9.103 |
1055 | 2024-12-20T22:38:38.016Z | Downloaded typed-path v0.9.3 |
1056 | 2024-12-20T22:38:38.023Z | Downloaded crossterm v0.28.1 |
1057 | 2024-12-20T22:38:38.029Z | Downloaded num-traits v0.2.19 |
1058 | 2024-12-20T22:38:38.031Z | Downloaded hashlink v0.9.1 |
1059 | 2024-12-20T22:38:38.035Z | Downloaded libm v0.2.8 |
1060 | 2024-12-20T22:38:38.040Z | Downloaded pbkdf2 v0.11.0 |
1061 | 2024-12-20T22:38:38.042Z | Downloaded libxml v0.3.3 |
1062 | 2024-12-20T22:38:38.047Z | Downloaded rustls-pemfile v1.0.4 |
1063 | 2024-12-20T22:38:38.049Z | Downloaded rand_core v0.6.4 |
1064 | 2024-12-20T22:38:38.057Z | Downloaded peg-runtime v0.8.3 |
1065 | 2024-12-20T22:38:38.057Z | Downloaded encoding_rs v0.8.34 |
1066 | 2024-12-20T22:38:38.071Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1067 | 2024-12-20T22:38:38.164Z | Downloaded tracing-core v0.1.32 |
1068 | 2024-12-20T22:38:38.168Z | Downloaded tracing v0.1.40 |
1069 | 2024-12-20T22:38:38.174Z | Downloaded idna v1.0.3 |
1070 | 2024-12-20T22:38:38.179Z | Downloaded aes-gcm v0.10.3 |
1071 | 2024-12-20T22:38:38.183Z | Downloaded hash32 v0.2.1 |
1072 | 2024-12-20T22:38:38.186Z | Downloaded difflib v0.4.0 |
1073 | 2024-12-20T22:38:38.186Z | Downloaded postgres-types v0.2.8 |
1074 | 2024-12-20T22:38:38.189Z | Downloaded parse-display-derive v0.10.0 |
1075 | 2024-12-20T22:38:38.192Z | Downloaded samael v0.0.17 |
1076 | 2024-12-20T22:38:38.197Z | Downloaded serde_yaml v0.9.34+deprecated |
1077 | 2024-12-20T22:38:38.201Z | Downloaded futures-task v0.3.31 |
1078 | 2024-12-20T22:38:38.203Z | Downloaded float-cmp v0.9.0 |
1079 | 2024-12-20T22:38:38.208Z | Downloaded rustc-hash v2.0.0 |
1080 | 2024-12-20T22:38:38.208Z | Downloaded dropshot_endpoint v0.12.0 |
1081 | 2024-12-20T22:38:38.211Z | Downloaded thread_local v1.1.8 |
1082 | 2024-12-20T22:38:38.211Z | Downloaded radium v0.7.0 |
1083 | 2024-12-20T22:38:38.211Z | Downloaded r2d2 v0.8.10 |
1084 | 2024-12-20T22:38:38.214Z | Downloaded phf_generator v0.11.2 |
1085 | 2024-12-20T22:38:38.214Z | Downloaded futures-channel v0.3.31 |
1086 | 2024-12-20T22:38:38.214Z | Downloaded elliptic-curve v0.13.8 |
1087 | 2024-12-20T22:38:38.217Z | Downloaded tungstenite v0.24.0 |
1088 | 2024-12-20T22:38:38.220Z | Downloaded tungstenite v0.23.0 |
1089 | 2024-12-20T22:38:38.224Z | Downloaded const_format v0.2.33 |
1090 | 2024-12-20T22:38:38.227Z | Downloaded phf_shared v0.11.2 |
1091 | 2024-12-20T22:38:38.231Z | Downloaded whoami v1.5.2 |
1092 | 2024-12-20T22:38:38.234Z | Downloaded typify v0.2.0 |
1093 | 2024-12-20T22:38:38.234Z | Downloaded env_logger v0.11.5 |
1094 | 2024-12-20T22:38:38.237Z | Downloaded defmt v0.3.8 |
1095 | 2024-12-20T22:38:38.240Z | Downloaded omicron-zone-package v0.11.1 |
1096 | 2024-12-20T22:38:38.244Z | Downloaded tungstenite v0.21.0 |
1097 | 2024-12-20T22:38:38.247Z | Downloaded tar v0.4.42 |
1098 | 2024-12-20T22:38:38.247Z | Downloaded futures-executor v0.3.31 |
1099 | 2024-12-20T22:38:38.247Z | Downloaded futures-core v0.3.31 |
1100 | 2024-12-20T22:38:38.250Z | Downloaded form_urlencoded v1.2.1 |
1101 | 2024-12-20T22:38:38.250Z | Downloaded sqlformat v0.2.6 |
1102 | 2024-12-20T22:38:38.253Z | Downloaded slog-term v2.9.1 |
1103 | 2024-12-20T22:38:38.256Z | Downloaded hickory-server v0.24.1 |
1104 | 2024-12-20T22:38:38.260Z | Downloaded smallvec v0.6.14 |
1105 | 2024-12-20T22:38:38.262Z | Downloaded crossbeam-channel v0.5.13 |
1106 | 2024-12-20T22:38:38.265Z | Downloaded base64 v0.22.1 |
1107 | 2024-12-20T22:38:38.269Z | Downloaded base64 v0.13.1 |
1108 | 2024-12-20T22:38:38.274Z | Downloaded serde_with_macros v3.11.0 |
1109 | 2024-12-20T22:38:38.277Z | Downloaded poly1305 v0.8.0 |
1110 | 2024-12-20T22:38:38.281Z | Downloaded wait-timeout v0.2.0 |
1111 | 2024-12-20T22:38:38.281Z | Downloaded pin-project-lite v0.2.14 |
1112 | 2024-12-20T22:38:38.283Z | Downloaded spki v0.7.3 |
1113 | 2024-12-20T22:38:38.286Z | Downloaded crypto-bigint v0.5.5 |
1114 | 2024-12-20T22:38:38.291Z | Downloaded ssh-cipher v0.2.0 |
1115 | 2024-12-20T22:38:38.295Z | Downloaded glob v0.3.1 |
1116 | 2024-12-20T22:38:38.295Z | Downloaded ghash v0.5.1 |
1117 | 2024-12-20T22:38:38.295Z | Downloaded getrandom v0.2.15 |
1118 | 2024-12-20T22:38:38.298Z | Downloaded base64 v0.21.7 |
1119 | 2024-12-20T22:38:38.302Z | Downloaded bumpalo v3.16.0 |
1120 | 2024-12-20T22:38:38.306Z | Downloaded simd-adler32 v0.3.7 |
1121 | 2024-12-20T22:38:38.306Z | Downloaded rustc_version v0.4.1 |
1122 | 2024-12-20T22:38:38.314Z | Downloaded rustc_version v0.1.7 |
1123 | 2024-12-20T22:38:38.314Z | Downloaded foreign-types-macros v0.2.3 |
1124 | 2024-12-20T22:38:38.314Z | Downloaded yasna v0.5.2 |
1125 | 2024-12-20T22:38:38.314Z | Downloaded term v0.7.0 |
1126 | 2024-12-20T22:38:38.323Z | Downloaded allocator-api2 v0.2.18 |
1127 | 2024-12-20T22:38:38.323Z | Downloaded tokio-stream v0.1.16 |
1128 | 2024-12-20T22:38:38.327Z | Downloaded tokio-rustls v0.24.1 |
1129 | 2024-12-20T22:38:38.327Z | Downloaded indicatif v0.17.9 |
1130 | 2024-12-20T22:38:38.327Z | Downloaded packed_struct v0.10.1 |
1131 | 2024-12-20T22:38:38.330Z | Downloaded olpc-cjson v0.1.4 |
1132 | 2024-12-20T22:38:38.330Z | Downloaded const-oid v0.9.6 |
1133 | 2024-12-20T22:38:38.333Z | Downloaded backtrace v0.3.74 |
1134 | 2024-12-20T22:38:38.335Z | Downloaded indexmap v1.9.3 |
1135 | 2024-12-20T22:38:38.338Z | Downloaded icu_provider v1.5.0 |
1136 | 2024-12-20T22:38:38.341Z | Downloaded compact_str v0.8.0 |
1137 | 2024-12-20T22:38:38.344Z | Downloaded blake2 v0.10.6 |
1138 | 2024-12-20T22:38:38.346Z | Downloaded utf16_iter v1.0.5 |
1139 | 2024-12-20T22:38:38.352Z | Downloaded sha1 v0.10.6 |
1140 | 2024-12-20T22:38:38.352Z | Downloaded sec1 v0.7.3 |
1141 | 2024-12-20T22:38:38.354Z | Downloaded scrypt v0.11.0 |
1142 | 2024-12-20T22:38:38.354Z | Downloaded scopeguard v1.2.0 |
1143 | 2024-12-20T22:38:38.354Z | Downloaded litemap v0.7.3 |
1144 | 2024-12-20T22:38:38.354Z | Downloaded highway v1.2.0 |
1145 | 2024-12-20T22:38:38.357Z | Downloaded proc-macro-crate v1.3.1 |
1146 | 2024-12-20T22:38:38.357Z | Downloaded hyper-staticfile v0.10.1 |
1147 | 2024-12-20T22:38:38.359Z | Downloaded crc32fast v1.4.2 |
1148 | 2024-12-20T22:38:38.362Z | Downloaded bzip2 v0.4.4 |
1149 | 2024-12-20T22:38:38.362Z | Downloaded memoffset v0.9.1 |
1150 | 2024-12-20T22:38:38.365Z | Downloaded indent_write v2.2.0 |
1151 | 2024-12-20T22:38:38.365Z | Downloaded const_format_proc_macros v0.2.33 |
1152 | 2024-12-20T22:38:38.368Z | Downloaded curve25519-dalek-derive v0.1.1 |
1153 | 2024-12-20T22:38:38.368Z | Downloaded crc-catalog v2.4.0 |
1154 | 2024-12-20T22:38:38.368Z | Downloaded convert_case v0.4.0 |
1155 | 2024-12-20T22:38:38.371Z | Downloaded httpdate v1.0.3 |
1156 | 2024-12-20T22:38:38.371Z | Downloaded cassowary v0.3.0 |
1157 | 2024-12-20T22:38:38.371Z | Downloaded bb8 v0.8.5 |
1158 | 2024-12-20T22:38:38.373Z | Downloaded lazy_static v1.5.0 |
1159 | 2024-12-20T22:38:38.376Z | Downloaded idna_adapter v1.2.0 |
1160 | 2024-12-20T22:38:38.376Z | Downloaded async-trait v0.1.83 |
1161 | 2024-12-20T22:38:38.379Z | Downloaded chacha20 v0.9.1 |
1162 | 2024-12-20T22:38:38.381Z | Downloaded crc v3.2.1 |
1163 | 2024-12-20T22:38:38.384Z | Downloaded bitfield v0.14.0 |
1164 | 2024-12-20T22:38:38.384Z | Downloaded constant_time_eq v0.3.1 |
1165 | 2024-12-20T22:38:38.384Z | Downloaded backoff v0.4.0 |
1166 | 2024-12-20T22:38:38.387Z | Downloaded argon2 v0.5.3 |
1167 | 2024-12-20T22:38:38.389Z | Downloaded indoc v1.0.9 |
1168 | 2024-12-20T22:38:38.392Z | Downloaded bitfield-struct v0.6.2 |
1169 | 2024-12-20T22:38:38.392Z | Downloaded array-init v0.0.4 |
1170 | 2024-12-20T22:38:38.392Z | Downloaded arrayvec v0.7.6 |
1171 | 2024-12-20T22:38:38.395Z | Downloaded is-terminal v0.4.13 |
1172 | 2024-12-20T22:38:38.398Z | Downloaded hyper-tls v0.6.0 |
1173 | 2024-12-20T22:38:38.398Z | Downloaded keccak v0.1.5 |
1174 | 2024-12-20T22:38:38.401Z | Downloaded hostname v0.4.0 |
1175 | 2024-12-20T22:38:38.401Z | Downloaded home v0.5.9 |
1176 | 2024-12-20T22:38:38.401Z | Downloaded cexpr v0.6.0 |
1177 | 2024-12-20T22:38:38.404Z | Downloaded bitflags v1.3.2 |
1178 | 2024-12-20T22:38:38.407Z | Downloaded bit-set v0.5.3 |
1179 | 2024-12-20T22:38:38.529Z | Downloaded ring v0.17.8 |
1180 | 2024-12-20T22:38:38.653Z | Downloaded ring v0.16.20 |
1181 | 2024-12-20T22:38:38.733Z | Downloaded libsqlite3-sys v0.30.1 |
1182 | 2024-12-20T22:38:38.954Z | Downloaded aws-lc-sys v0.22.0 |
1183 | 2024-12-20T22:38:39.262Z | Compiling serde v1.0.215 |
1184 | 2024-12-20T22:38:39.265Z | Compiling lock_api v0.4.12 |
1185 | 2024-12-20T22:38:39.266Z | Compiling scopeguard v1.2.0 |
1186 | 2024-12-20T22:38:39.266Z | Compiling value-bag v1.9.0 |
1187 | 2024-12-20T22:38:39.266Z | Compiling typenum v1.17.0 |
1188 | 2024-12-20T22:38:39.266Z | Compiling generic-array v0.14.7 |
1189 | 2024-12-20T22:38:39.435Z | Compiling syn v2.0.87 |
1190 | 2024-12-20T22:38:39.445Z | Compiling getrandom v0.2.15 |
1191 | 2024-12-20T22:38:39.556Z | Compiling shlex v1.3.0 |
1192 | 2024-12-20T22:38:39.764Z | Compiling rand_core v0.6.4 |
1193 | 2024-12-20T22:38:39.936Z | Compiling log v0.4.22 |
1194 | 2024-12-20T22:38:39.958Z | Compiling subtle v2.6.1 |
1195 | 2024-12-20T22:38:39.984Z | Compiling jobserver v0.1.32 |
1196 | 2024-12-20T22:38:40.086Z | Compiling const-oid v0.9.6 |
1197 | 2024-12-20T22:38:40.294Z | Compiling smallvec v1.13.2 |
1198 | 2024-12-20T22:38:40.316Z | Compiling spin v0.9.8 |
1199 | 2024-12-20T22:38:40.316Z | Compiling pin-project-lite v0.2.14 |
1200 | 2024-12-20T22:38:40.458Z | Compiling cc v1.1.30 |
1201 | 2024-12-20T22:38:40.707Z | Compiling rustix v0.38.37 |
1202 | 2024-12-20T22:38:40.728Z | Compiling parking_lot_core v0.9.10 |
1203 | 2024-12-20T22:38:40.800Z | Compiling futures-core v0.3.31 |
1204 | 2024-12-20T22:38:40.964Z | Compiling signal-hook-registry v1.4.2 |
1205 | 2024-12-20T22:38:41.103Z | Compiling mio v1.0.2 |
1206 | 2024-12-20T22:38:41.566Z | Compiling parking_lot v0.12.3 |
1207 | 2024-12-20T22:38:41.762Z | Compiling aho-corasick v1.1.3 |
1208 | 2024-12-20T22:38:41.819Z | Compiling cpufeatures v0.2.14 |
1209 | 2024-12-20T22:38:41.925Z | Compiling regex-syntax v0.8.5 |
1210 | 2024-12-20T22:38:42.103Z | Compiling lazy_static v1.5.0 |
1211 | 2024-12-20T22:38:42.155Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2024-12-20T22:38:42.223Z | Compiling futures-sink v0.3.31 |
1213 | 2024-12-20T22:38:42.264Z | Compiling glob v0.3.1 |
1214 | 2024-12-20T22:38:42.302Z | Compiling either v1.13.0 |
1215 | 2024-12-20T22:38:42.381Z | Compiling socket2 v0.5.7 |
1216 | 2024-12-20T22:38:42.448Z | Compiling slab v0.4.9 |
1217 | 2024-12-20T22:38:42.716Z | Compiling prettyplease v0.2.25 |
1218 | 2024-12-20T22:38:42.890Z | Compiling minimal-lexical v0.2.1 |
1219 | 2024-12-20T22:38:43.316Z | Compiling clang-sys v1.8.1 |
1220 | 2024-12-20T22:38:43.401Z | Compiling nom v7.1.3 |
1221 | 2024-12-20T22:38:43.420Z | Compiling libloading v0.8.5 |
1222 | 2024-12-20T22:38:43.489Z | Compiling bindgen v0.69.5 |
1223 | 2024-12-20T22:38:43.847Z | Compiling home v0.5.9 |
1224 | 2024-12-20T22:38:44.037Z | Compiling serde_json v1.0.132 |
1225 | 2024-12-20T22:38:44.290Z | Compiling itertools v0.10.5 |
1226 | 2024-12-20T22:38:44.379Z | Compiling futures-channel v0.3.31 |
1227 | 2024-12-20T22:38:44.798Z | Compiling foldhash v0.1.3 |
1228 | 2024-12-20T22:38:44.889Z | Compiling lazycell v1.3.0 |
1229 | 2024-12-20T22:38:45.061Z | Compiling futures-task v0.3.31 |
1230 | 2024-12-20T22:38:45.123Z | Compiling allocator-api2 v0.2.18 |
1231 | 2024-12-20T22:38:45.363Z | Compiling rustc-hash v1.1.0 |
1232 | 2024-12-20T22:38:45.517Z | Compiling pin-utils v0.1.0 |
1233 | 2024-12-20T22:38:45.606Z | Compiling futures-io v0.3.31 |
1234 | 2024-12-20T22:38:45.908Z | Compiling regex-automata v0.4.8 |
1235 | 2024-12-20T22:38:45.930Z | Compiling hashbrown v0.15.1 |
1236 | 2024-12-20T22:38:47.082Z | Compiling synstructure v0.13.1 |
1237 | 2024-12-20T22:38:47.286Z | Compiling cexpr v0.6.0 |
1238 | 2024-12-20T22:38:47.332Z | Compiling cmake v0.1.51 |
1239 | 2024-12-20T22:38:48.411Z | Compiling pkg-config v0.3.31 |
1240 | 2024-12-20T22:38:48.884Z | Compiling fs_extra v1.3.0 |
1241 | 2024-12-20T22:38:48.979Z | Compiling tinyvec_macros v0.1.1 |
1242 | 2024-12-20T22:38:49.077Z | Compiling dunce v1.0.5 |
1243 | 2024-12-20T22:38:49.135Z | Compiling libm v0.2.8 |
1244 | 2024-12-20T22:38:49.212Z | Compiling tinyvec v1.8.0 |
1245 | 2024-12-20T22:38:49.470Z | Compiling num-traits v0.2.19 |
1246 | 2024-12-20T22:38:49.971Z | Compiling ring v0.17.8 |
1247 | 2024-12-20T22:38:50.002Z | Compiling paste v1.0.15 |
1248 | 2024-12-20T22:38:50.311Z | Compiling unicode-bidi v0.3.17 |
1249 | 2024-12-20T22:38:50.483Z | Compiling writeable v0.5.5 |
1250 | 2024-12-20T22:38:50.711Z | Compiling unicode-normalization v0.1.24 |
1251 | 2024-12-20T22:38:50.824Z | Compiling base64ct v1.6.0 |
1252 | 2024-12-20T22:38:51.074Z | Compiling litemap v0.7.3 |
1253 | 2024-12-20T22:38:51.410Z | Compiling pem-rfc7468 v0.7.0 |
1254 | 2024-12-20T22:38:51.472Z | Compiling regex v1.11.1 |
1255 | 2024-12-20T22:38:51.775Z | Compiling flagset v0.4.6 |
1256 | 2024-12-20T22:38:51.991Z | Compiling aws-lc-rs v1.10.0 |
1257 | 2024-12-20T22:38:52.068Z | Compiling httparse v1.9.5 |
1258 | 2024-12-20T22:38:52.415Z | Compiling tracing-core v0.1.32 |
1259 | 2024-12-20T22:38:52.862Z | Compiling icu_locid_transform_data v1.5.0 |
1260 | 2024-12-20T22:38:52.973Z | Compiling percent-encoding v2.3.1 |
1261 | 2024-12-20T22:38:53.336Z | Compiling crossbeam-utils v0.8.20 |
1262 | 2024-12-20T22:38:53.581Z | Compiling rustls-pki-types v1.10.0 |
1263 | 2024-12-20T22:38:53.724Z | Compiling vcpkg v0.2.15 |
1264 | 2024-12-20T22:38:53.758Z | Compiling serde_derive v1.0.215 |
1265 | 2024-12-20T22:38:53.913Z | Compiling zeroize_derive v1.4.2 |
1266 | 2024-12-20T22:38:54.408Z | Compiling zerocopy-derive v0.7.35 |
1267 | 2024-12-20T22:38:54.597Z | Compiling tokio-macros v2.4.0 |
1268 | 2024-12-20T22:38:55.437Z | Compiling zeroize v1.8.1 |
1269 | 2024-12-20T22:38:55.823Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2024-12-20T22:38:56.204Z | Compiling thiserror-impl v1.0.69 |
1271 | 2024-12-20T22:38:56.251Z | Compiling yoke-derive v0.7.4 |
1272 | 2024-12-20T22:38:56.594Z | Compiling zerocopy v0.7.35 |
1273 | 2024-12-20T22:38:57.180Z | Compiling crypto-common v0.1.6 |
1274 | 2024-12-20T22:38:57.415Z | Compiling block-buffer v0.10.4 |
1275 | 2024-12-20T22:38:57.684Z | Compiling digest v0.10.7 |
1276 | 2024-12-20T22:38:58.198Z | Compiling hmac v0.12.1 |
1277 | 2024-12-20T22:38:58.263Z | Compiling zerovec-derive v0.10.3 |
1278 | 2024-12-20T22:38:58.451Z | Compiling futures-macro v0.3.31 |
1279 | 2024-12-20T22:38:58.781Z | Compiling block-padding v0.3.3 |
1280 | 2024-12-20T22:38:59.030Z | Compiling displaydoc v0.2.5 |
1281 | 2024-12-20T22:38:59.392Z | Compiling inout v0.1.3 |
1282 | 2024-12-20T22:38:59.445Z | Compiling thiserror v1.0.69 |
1283 | 2024-12-20T22:38:59.578Z | Compiling sha2 v0.10.8 |
1284 | 2024-12-20T22:38:59.668Z | Compiling cipher v0.4.4 |
1285 | 2024-12-20T22:38:59.807Z | Compiling zerofrom v0.1.4 |
1286 | 2024-12-20T22:39:00.048Z | Compiling yoke v0.7.4 |
1287 | 2024-12-20T22:39:00.176Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2024-12-20T22:39:00.344Z | Compiling futures-util v0.3.31 |
1289 | 2024-12-20T22:39:00.386Z | Compiling der_derive v0.7.3 |
1290 | 2024-12-20T22:39:00.694Z | Compiling icu_provider_macros v1.5.0 |
1291 | 2024-12-20T22:39:00.892Z | Compiling zerovec v0.10.4 |
1292 | 2024-12-20T22:39:00.935Z | Compiling rand_chacha v0.3.1 |
1293 | 2024-12-20T22:39:01.177Z | Compiling tracing-attributes v0.1.27 |
1294 | 2024-12-20T22:39:01.854Z | Compiling rand v0.8.5 |
1295 | 2024-12-20T22:39:02.811Z | Compiling tinystr v0.7.6 |
1296 | 2024-12-20T22:39:02.994Z | Compiling der v0.7.9 |
1297 | 2024-12-20T22:39:03.215Z | Compiling icu_locid v1.5.0 |
1298 | 2024-12-20T22:39:03.236Z | Compiling icu_collections v1.5.0 |
1299 | 2024-12-20T22:39:03.275Z | Compiling salsa20 v0.10.2 |
1300 | 2024-12-20T22:39:03.519Z | Compiling pest v2.7.14 |
1301 | 2024-12-20T22:39:04.173Z | Compiling pbkdf2 v0.12.2 |
1302 | 2024-12-20T22:39:04.381Z | Compiling untrusted v0.9.0 |
1303 | 2024-12-20T22:39:04.558Z | Compiling icu_provider v1.5.0 |
1304 | 2024-12-20T22:39:04.769Z | Compiling time-core v0.1.2 |
1305 | 2024-12-20T22:39:04.938Z | Compiling icu_properties_data v1.5.0 |
1306 | 2024-12-20T22:39:05.107Z | Compiling tracing v0.1.40 |
1307 | 2024-12-20T22:39:05.204Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2024-12-20T22:39:05.577Z | Compiling spki v0.7.3 |
1309 | 2024-12-20T22:39:05.626Z | Compiling untrusted v0.7.1 |
1310 | 2024-12-20T22:39:05.666Z | Compiling powerfmt v0.2.0 |
1311 | 2024-12-20T22:39:05.805Z | Compiling num-conv v0.1.0 |
1312 | 2024-12-20T22:39:05.933Z | Compiling mirai-annotations v1.12.0 |
1313 | 2024-12-20T22:39:06.083Z | Compiling time-macros v0.2.18 |
1314 | 2024-12-20T22:39:06.101Z | Compiling pest_meta v2.7.14 |
1315 | 2024-12-20T22:39:06.126Z | Compiling deranged v0.3.11 |
1316 | 2024-12-20T22:39:06.436Z | Compiling icu_properties v1.5.1 |
1317 | 2024-12-20T22:39:08.251Z | Compiling bitflags v2.6.0 |
1318 | 2024-12-20T22:39:08.251Z | Compiling bytes v1.8.0 |
1319 | 2024-12-20T22:39:08.251Z | Compiling indexmap v2.6.0 |
1320 | 2024-12-20T22:39:09.324Z | Compiling tokio v1.40.0 |
1321 | 2024-12-20T22:39:09.429Z | Compiling http v1.1.0 |
1322 | 2024-12-20T22:39:09.644Z | Compiling semver v1.0.23 |
1323 | 2024-12-20T22:39:10.400Z | Compiling rustc_version v0.4.1 |
1324 | 2024-12-20T22:39:10.420Z | Compiling scrypt v0.11.0 |
1325 | 2024-12-20T22:39:10.973Z | Compiling cbc v0.1.2 |
1326 | 2024-12-20T22:39:11.132Z | Compiling aes v0.8.4 |
1327 | 2024-12-20T22:39:11.204Z | Compiling openssl-sys v0.9.103 |
1328 | 2024-12-20T22:39:11.225Z | Compiling scroll_derive v0.12.0 |
1329 | 2024-12-20T22:39:11.316Z | Compiling atomic-waker v1.1.2 |
1330 | 2024-12-20T22:39:11.440Z | Compiling write16 v1.0.0 |
1331 | 2024-12-20T22:39:11.502Z | Compiling icu_normalizer_data v1.5.0 |
1332 | 2024-12-20T22:39:11.573Z | Compiling utf8_iter v1.0.4 |
1333 | 2024-12-20T22:39:11.610Z | Compiling utf16_iter v1.0.5 |
1334 | 2024-12-20T22:39:11.818Z | Compiling num_threads v0.1.7 |
1335 | 2024-12-20T22:39:11.837Z | Compiling icu_normalizer v1.5.0 |
1336 | 2024-12-20T22:39:11.879Z | Compiling http-body v1.0.1 |
1337 | 2024-12-20T22:39:11.949Z | Compiling time v0.3.36 |
1338 | 2024-12-20T22:39:12.103Z | Compiling pkcs5 v0.7.1 |
1339 | 2024-12-20T22:39:12.271Z | Compiling which v4.4.2 |
1340 | 2024-12-20T22:39:12.891Z | Compiling scroll v0.12.0 |
1341 | 2024-12-20T22:39:13.489Z | Compiling pest_generator v2.7.14 |
1342 | 2024-12-20T22:39:13.626Z | Compiling form_urlencoded v1.2.1 |
1343 | 2024-12-20T22:39:13.687Z | Compiling try-lock v0.2.5 |
1344 | 2024-12-20T22:39:13.832Z | Compiling slog v2.7.0 |
1345 | 2024-12-20T22:39:13.885Z | Compiling goblin v0.8.2 |
1346 | 2024-12-20T22:39:13.967Z | Compiling want v0.3.1 |
1347 | 2024-12-20T22:39:14.026Z | Compiling pkcs8 v0.10.2 |
1348 | 2024-12-20T22:39:14.251Z | Compiling idna_adapter v1.2.0 |
1349 | 2024-12-20T22:39:14.423Z | Compiling httpdate v1.0.3 |
1350 | 2024-12-20T22:39:14.765Z | Compiling idna v1.0.3 |
1351 | 2024-12-20T22:39:14.910Z | Compiling serde_spanned v0.6.8 |
1352 | 2024-12-20T22:39:15.147Z | Compiling uuid v1.11.0 |
1353 | 2024-12-20T22:39:15.310Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2024-12-20T22:39:15.516Z | Compiling pest_derive v2.7.14 |
1355 | 2024-12-20T22:39:15.914Z | Compiling toml_datetime v0.6.8 |
1356 | 2024-12-20T22:39:16.307Z | Compiling dtrace-parser v0.2.0 |
1357 | 2024-12-20T22:39:16.466Z | Compiling tower-service v0.3.3 |
1358 | 2024-12-20T22:39:16.564Z | Compiling iana-time-zone v0.1.61 |
1359 | 2024-12-20T22:39:16.601Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2024-12-20T22:39:16.674Z | Compiling match_cfg v0.1.0 |
1361 | 2024-12-20T22:39:16.713Z | Compiling base64 v0.22.1 |
1362 | 2024-12-20T22:39:16.776Z | Compiling adler2 v2.0.0 |
1363 | 2024-12-20T22:39:16.993Z | Compiling rustversion v1.0.17 |
1364 | 2024-12-20T22:39:17.014Z | Compiling openssl v0.10.66 |
1365 | 2024-12-20T22:39:17.120Z | Compiling miniz_oxide v0.8.0 |
1366 | 2024-12-20T22:39:17.441Z | Compiling hostname v0.3.1 |
1367 | 2024-12-20T22:39:17.466Z | Compiling chrono v0.4.38 |
1368 | 2024-12-20T22:39:17.672Z | Compiling tokio-util v0.7.12 |
1369 | 2024-12-20T22:39:17.762Z | Compiling foreign-types v0.3.2 |
1370 | 2024-12-20T22:39:17.865Z | Compiling url v2.5.3 |
1371 | 2024-12-20T22:39:18.663Z | Compiling openssl-macros v0.1.1 |
1372 | 2024-12-20T22:39:19.181Z | Compiling h2 v0.4.6 |
1373 | 2024-12-20T22:39:19.429Z | Compiling async-trait v0.1.83 |
1374 | 2024-12-20T22:39:19.922Z | Compiling dof v0.3.0 |
1375 | 2024-12-20T22:39:19.943Z | Compiling dirs-sys-next v0.1.2 |
1376 | 2024-12-20T22:39:20.610Z | Compiling usdt-impl v0.5.0 |
1377 | 2024-12-20T22:39:21.210Z | Compiling native-tls v0.2.12 |
1378 | 2024-12-20T22:39:21.531Z | Compiling rustls v0.22.4 |
1379 | 2024-12-20T22:39:21.792Z | Compiling rustls v0.23.19 |
1380 | 2024-12-20T22:39:22.071Z | Compiling syn v1.0.109 |
1381 | 2024-12-20T22:39:22.089Z | Compiling data-encoding v2.6.0 |
1382 | 2024-12-20T22:39:22.192Z | Compiling siphasher v0.3.11 |
1383 | 2024-12-20T22:39:22.273Z | Compiling dirs-next v2.0.0 |
1384 | 2024-12-20T22:39:22.780Z | Compiling http-body-util v0.1.2 |
1385 | 2024-12-20T22:39:23.362Z | Compiling heapless v0.7.17 |
1386 | 2024-12-20T22:39:23.789Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2024-12-20T22:39:24.051Z | Compiling sha1 v0.10.6 |
1388 | 2024-12-20T22:39:24.257Z | Compiling signature v2.2.0 |
1389 | 2024-12-20T22:39:24.497Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1390 | 2024-12-20T22:39:24.532Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2024-12-20T22:39:24.558Z | Compiling thread_local v1.1.8 |
1392 | 2024-12-20T22:39:24.577Z | Compiling cookie v0.18.1 |
1393 | 2024-12-20T22:39:24.860Z | Compiling multer v3.1.0 |
1394 | 2024-12-20T22:39:24.902Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-12-20T22:39:24.982Z | Compiling openssl-probe v0.1.5 |
1396 | 2024-12-20T22:39:25.054Z | Compiling gimli v0.31.1 |
1397 | 2024-12-20T22:39:25.146Z | Compiling signal-hook v0.3.17 |
1398 | 2024-12-20T22:39:25.321Z | Compiling rayon-core v1.12.1 |
1399 | 2024-12-20T22:39:25.423Z | Compiling unicode-properties v0.1.3 |
1400 | 2024-12-20T22:39:25.597Z | Compiling ipnet v2.10.1 |
1401 | 2024-12-20T22:39:25.814Z | Compiling schemars v0.8.21 |
1402 | 2024-12-20T22:39:26.161Z | Compiling hyper v1.5.0 |
1403 | 2024-12-20T22:39:26.904Z | Compiling mime v0.3.17 |
1404 | 2024-12-20T22:39:27.325Z | Compiling slog-async v2.8.0 |
1405 | 2024-12-20T22:39:27.524Z | Compiling schemars_derive v0.8.21 |
1406 | 2024-12-20T22:39:27.960Z | Compiling stringprep v0.1.5 |
1407 | 2024-12-20T22:39:29.256Z | Compiling hyper-util v0.1.10 |
1408 | 2024-12-20T22:39:29.713Z | Compiling addr2line v0.24.2 |
1409 | 2024-12-20T22:39:30.090Z | Compiling toml_edit v0.22.22 |
1410 | 2024-12-20T22:39:30.383Z | Compiling usdt-attr-macro v0.5.0 |
1411 | 2024-12-20T22:39:30.442Z | Compiling usdt-macro v0.5.0 |
1412 | 2024-12-20T22:39:30.897Z | Compiling crossbeam-deque v0.8.5 |
1413 | 2024-12-20T22:39:31.296Z | Compiling term v0.7.0 |
1414 | 2024-12-20T22:39:31.749Z | Compiling slog-json v2.6.1 |
1415 | 2024-12-20T22:39:31.833Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2024-12-20T22:39:32.037Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2024-12-20T22:39:32.124Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2024-12-20T22:39:32.325Z | Compiling futures-executor v0.3.31 |
1419 | 2024-12-20T22:39:32.353Z | Compiling enum-as-inner v0.6.1 |
1420 | 2024-12-20T22:39:32.671Z | Compiling md-5 v0.10.6 |
1421 | 2024-12-20T22:39:32.809Z | Compiling rustls-pemfile v2.2.0 |
1422 | 2024-12-20T22:39:32.896Z | Compiling async-stream-impl v0.3.6 |
1423 | 2024-12-20T22:39:32.945Z | Compiling num-integer v0.1.46 |
1424 | 2024-12-20T22:39:33.182Z | Compiling idna v0.3.0 |
1425 | 2024-12-20T22:39:33.257Z | Compiling idna v0.4.0 |
1426 | 2024-12-20T22:39:33.460Z | Compiling hash32 v0.2.1 |
1427 | 2024-12-20T22:39:33.775Z | Compiling ff v0.13.0 |
1428 | 2024-12-20T22:39:33.864Z | Compiling is-terminal v0.4.13 |
1429 | 2024-12-20T22:39:33.996Z | Compiling object v0.36.5 |
1430 | 2024-12-20T22:39:34.015Z | Compiling dropshot v0.12.0 |
1431 | 2024-12-20T22:39:34.307Z | Compiling quick-error v1.2.3 |
1432 | 2024-12-20T22:39:34.310Z | Compiling utf-8 v0.7.6 |
1433 | 2024-12-20T22:39:34.457Z | Compiling smoltcp v0.9.1 |
1434 | 2024-12-20T22:39:34.642Z | Compiling anyhow v1.0.93 |
1435 | 2024-12-20T22:39:34.879Z | Compiling linked-hash-map v0.5.6 |
1436 | 2024-12-20T22:39:34.900Z | Compiling rustc-demangle v0.1.24 |
1437 | 2024-12-20T22:39:35.164Z | Compiling portable-atomic v1.9.0 |
1438 | 2024-12-20T22:39:35.232Z | Compiling num-bigint-dig v0.8.4 |
1439 | 2024-12-20T22:39:35.253Z | Compiling dyn-clone v1.0.17 |
1440 | 2024-12-20T22:39:35.467Z | Compiling base16ct v0.2.0 |
1441 | 2024-12-20T22:39:35.522Z | Compiling take_mut v0.2.2 |
1442 | 2024-12-20T22:39:35.685Z | Compiling psl-types v2.0.11 |
1443 | 2024-12-20T22:39:35.812Z | Compiling fallible-iterator v0.2.0 |
1444 | 2024-12-20T22:39:35.870Z | Compiling publicsuffix v2.2.3 |
1445 | 2024-12-20T22:39:35.891Z | Compiling sec1 v0.7.3 |
1446 | 2024-12-20T22:39:36.527Z | Compiling postgres-protocol v0.6.7 |
1447 | 2024-12-20T22:39:36.807Z | Compiling lru-cache v0.1.2 |
1448 | 2024-12-20T22:39:37.049Z | Compiling tungstenite v0.24.0 |
1449 | 2024-12-20T22:39:37.312Z | Compiling resolv-conf v0.7.0 |
1450 | 2024-12-20T22:39:37.932Z | Compiling async-stream v0.3.6 |
1451 | 2024-12-20T22:39:38.166Z | Compiling hickory-proto v0.24.1 |
1452 | 2024-12-20T22:39:38.267Z | Compiling slog-term v2.9.1 |
1453 | 2024-12-20T22:39:38.345Z | Compiling group v0.13.0 |
1454 | 2024-12-20T22:39:38.682Z | Compiling usdt v0.5.0 |
1455 | 2024-12-20T22:39:39.436Z | Compiling num-iter v0.1.45 |
1456 | 2024-12-20T22:39:39.554Z | Compiling toml v0.8.19 |
1457 | 2024-12-20T22:39:39.723Z | Compiling futures v0.3.31 |
1458 | 2024-12-20T22:39:39.856Z | Compiling slog-bunyan v2.5.0 |
1459 | 2024-12-20T22:39:41.341Z | Compiling backtrace v0.3.74 |
1460 | 2024-12-20T22:39:41.431Z | Compiling camino v1.1.9 |
1461 | 2024-12-20T22:39:41.924Z | Compiling tokio-native-tls v0.3.1 |
1462 | 2024-12-20T22:39:42.137Z | Compiling phf_shared v0.11.2 |
1463 | 2024-12-20T22:39:42.206Z | Compiling dropshot_endpoint v0.12.0 |
1464 | 2024-12-20T22:39:42.363Z | Compiling terminal_size v0.4.0 |
1465 | 2024-12-20T22:39:42.429Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-20T22:39:42.518Z | Compiling openapiv3 v2.0.0 |
1467 | 2024-12-20T22:39:42.585Z | Compiling serde_path_to_error v0.1.16 |
1468 | 2024-12-20T22:39:42.660Z | Compiling hkdf v0.12.4 |
1469 | 2024-12-20T22:39:42.920Z | Compiling crypto-bigint v0.5.5 |
1470 | 2024-12-20T22:39:43.463Z | Compiling webpki-roots v0.26.6 |
1471 | 2024-12-20T22:39:43.688Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2024-12-20T22:39:45.022Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2024-12-20T22:39:45.536Z | Compiling hubpack_derive v0.1.1 |
1474 | 2024-12-20T22:39:45.967Z | Compiling idna v0.5.0 |
1475 | 2024-12-20T22:39:46.384Z | Compiling hostname v0.4.0 |
1476 | 2024-12-20T22:39:46.566Z | Compiling ahash v0.8.11 |
1477 | 2024-12-20T22:39:46.630Z | Compiling crc32fast v1.4.2 |
1478 | 2024-12-20T22:39:46.904Z | Compiling fs-err v2.11.0 |
1479 | 2024-12-20T22:39:46.938Z | Compiling bitflags v1.3.2 |
1480 | 2024-12-20T22:39:46.941Z | Compiling winnow v0.5.40 |
1481 | 2024-12-20T22:39:46.980Z | Compiling managed v0.8.0 |
1482 | 2024-12-20T22:39:47.051Z | Compiling debug-ignore v1.0.5 |
1483 | 2024-12-20T22:39:47.206Z | Compiling clap_builder v4.5.21 |
1484 | 2024-12-20T22:39:47.324Z | Compiling console v0.15.8 |
1485 | 2024-12-20T22:39:47.567Z | Compiling strum_macros v0.25.3 |
1486 | 2024-12-20T22:39:48.908Z | Compiling flate2 v1.0.34 |
1487 | 2024-12-20T22:39:49.002Z | Compiling cookie_store v0.21.0 |
1488 | 2024-12-20T22:39:49.566Z | Compiling hubpack v0.1.2 |
1489 | 2024-12-20T22:39:49.905Z | Compiling elliptic-curve v0.13.8 |
1490 | 2024-12-20T22:39:50.042Z | Compiling zerocopy v0.6.6 |
1491 | 2024-12-20T22:39:50.588Z | Compiling toml_edit v0.19.15 |
1492 | 2024-12-20T22:39:50.738Z | Compiling hickory-resolver v0.24.1 |
1493 | 2024-12-20T22:39:50.821Z | Compiling phf v0.11.2 |
1494 | 2024-12-20T22:39:50.891Z | Compiling hyper-tls v0.6.0 |
1495 | 2024-12-20T22:39:51.330Z | Compiling signal-hook-mio v0.2.4 |
1496 | 2024-12-20T22:39:51.497Z | Compiling rayon v1.10.0 |
1497 | 2024-12-20T22:39:51.853Z | Compiling bzip2 v0.4.4 |
1498 | 2024-12-20T22:39:52.259Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2024-12-20T22:39:52.810Z | Compiling postgres-types v0.2.8 |
1500 | 2024-12-20T22:39:55.832Z | Compiling ed25519 v2.2.3 |
1501 | 2024-12-20T22:39:56.335Z | Compiling phf_shared v0.10.0 |
1502 | 2024-12-20T22:39:56.712Z | Compiling tokio-stream v0.1.16 |
1503 | 2024-12-20T22:39:56.745Z | Compiling pkcs1 v0.7.5 |
1504 | 2024-12-20T22:39:57.345Z | Compiling serde-big-array v0.5.1 |
1505 | 2024-12-20T22:39:57.567Z | Compiling clap_derive v4.5.18 |
1506 | 2024-12-20T22:39:57.587Z | Compiling rfc6979 v0.4.0 |
1507 | 2024-12-20T22:39:57.696Z | Compiling serde_repr v0.1.19 |
1508 | 2024-12-20T22:39:57.773Z | Compiling derive-where v1.2.7 |
1509 | 2024-12-20T22:39:57.794Z | Compiling float-cmp v0.9.0 |
1510 | 2024-12-20T22:39:57.796Z | Compiling bstr v1.10.0 |
1511 | 2024-12-20T22:39:58.011Z | Compiling sync_wrapper v1.0.1 |
1512 | 2024-12-20T22:39:58.194Z | Compiling static_assertions v1.1.0 |
1513 | 2024-12-20T22:39:58.306Z | Compiling fixedbitset v0.4.2 |
1514 | 2024-12-20T22:39:58.706Z | Compiling number_prefix v0.4.0 |
1515 | 2024-12-20T22:39:58.801Z | Compiling bit-vec v0.6.3 |
1516 | 2024-12-20T22:39:58.881Z | Compiling whoami v1.5.2 |
1517 | 2024-12-20T22:39:58.932Z | Compiling precomputed-hash v0.1.1 |
1518 | 2024-12-20T22:39:59.057Z | Compiling predicates-core v1.0.8 |
1519 | 2024-12-20T22:39:59.251Z | Compiling unicode-segmentation v1.12.0 |
1520 | 2024-12-20T22:39:59.402Z | Compiling difflib v0.4.0 |
1521 | 2024-12-20T22:39:59.516Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2024-12-20T22:39:59.649Z | Compiling new_debug_unreachable v1.0.6 |
1523 | 2024-12-20T22:39:59.669Z | Compiling unicode-width v0.2.0 |
1524 | 2024-12-20T22:39:59.742Z | Compiling string_cache v0.8.7 |
1525 | 2024-12-20T22:40:00.150Z | Compiling indicatif v0.17.9 |
1526 | 2024-12-20T22:40:00.200Z | Compiling similar v2.6.0 |
1527 | 2024-12-20T22:40:00.217Z | Compiling predicates v3.1.2 |
1528 | 2024-12-20T22:40:01.070Z | Compiling tokio-postgres v0.7.12 |
1529 | 2024-12-20T22:40:01.464Z | Compiling bit-set v0.5.3 |
1530 | 2024-12-20T22:40:01.760Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1531 | 2024-12-20T22:40:02.011Z | Compiling petgraph v0.6.5 |
1532 | 2024-12-20T22:40:02.389Z | Compiling ecdsa v0.16.9 |
1533 | 2024-12-20T22:40:02.606Z | Compiling rsa v0.9.6 |
1534 | 2024-12-20T22:40:02.661Z | Compiling clap v4.5.21 |
1535 | 2024-12-20T22:40:02.790Z | Compiling ed25519-dalek v2.1.1 |
1536 | 2024-12-20T22:40:03.233Z | Compiling toml v0.7.8 |
1537 | 2024-12-20T22:40:04.167Z | Compiling zip v0.6.6 |
1538 | 2024-12-20T22:40:05.017Z | Compiling crossterm v0.28.1 |
1539 | 2024-12-20T22:40:06.266Z | Compiling hex v0.4.3 |
1540 | 2024-12-20T22:40:06.580Z | Compiling x509-cert v0.2.5 |
1541 | 2024-12-20T22:40:06.881Z | Compiling peg-runtime v0.8.3 |
1542 | 2024-12-20T22:40:06.964Z | Compiling lalrpop-util v0.19.12 |
1543 | 2024-12-20T22:40:07.113Z | Compiling unicode-xid v0.2.6 |
1544 | 2024-12-20T22:40:07.292Z | Compiling strum_macros v0.26.4 |
1545 | 2024-12-20T22:40:07.312Z | Compiling xattr v1.3.1 |
1546 | 2024-12-20T22:40:07.511Z | Compiling filetime v0.2.25 |
1547 | 2024-12-20T22:40:07.828Z | Compiling tar v0.4.42 |
1548 | 2024-12-20T22:40:12.319Z | Compiling strum v0.26.3 |
1549 | 2024-12-20T22:40:15.300Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2024-12-20T22:40:47.261Z | Compiling rustls-webpki v0.102.8 |
1551 | 2024-12-20T22:40:50.483Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-12-20T22:40:52.219Z | Compiling tokio-rustls v0.26.0 |
1553 | 2024-12-20T22:40:52.603Z | Compiling hyper-rustls v0.27.3 |
1554 | 2024-12-20T22:40:52.925Z | Compiling reqwest v0.12.9 |
1555 | 2024-12-20T22:40:54.036Z | Compiling qorb v0.2.1 |
1556 | 2024-12-20T22:40:59.066Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2024-12-20T22:40:59.262Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2024-12-20T22:41:05.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1559 | 2024-12-20T22:41:05.159Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2024-12-20T22:41:05.211Z | Dec 20 22:41:04.582 INFO Starting download, target: DendriteOpenapi |
1561 | 2024-12-20T22:41:05.211Z | Dec 20 22:41:04.582 INFO Starting download, target: DendriteStub |
1562 | 2024-12-20T22:41:05.211Z | Dec 20 22:41:04.582 INFO Starting download, target: Clickhouse |
1563 | 2024-12-20T22:41:05.213Z | Dec 20 22:41:04.582 INFO Starting download, target: Cockroach |
1564 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.582 INFO Starting download, target: Console |
1565 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.582 INFO Starting download, target: MaghemiteMgd |
1566 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.582 INFO Starting download, target: TransceiverControl |
1567 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1570 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1571 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2024-12-20T22:41:05.216Z | Dec 20 22:41:04.583 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2024-12-20T22:41:05.481Z | Dec 20 22:41:04.816 INFO Download complete, target: DendriteOpenapi |
1575 | 2024-12-20T22:41:05.620Z | Dec 20 22:41:04.942 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2024-12-20T22:41:05.758Z | Dec 20 22:41:05.097 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2024-12-20T22:41:06.079Z | Dec 20 22:41:05.408 INFO Download complete, target: Console |
1578 | 2024-12-20T22:41:06.280Z | Dec 20 22:41:05.588 INFO Download complete, target: TransceiverControl |
1579 | 2024-12-20T22:41:06.399Z | Dec 20 22:41:05.626 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1580 | 2024-12-20T22:41:06.399Z | Dec 20 22:41:05.644 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1581 | 2024-12-20T22:41:07.227Z | Dec 20 22:41:06.443 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2024-12-20T22:41:09.227Z | Dec 20 22:41:08.475 INFO Download complete, target: MaghemiteMgd |
1583 | 2024-12-20T22:41:09.453Z | Dec 20 22:41:08.480 INFO Download complete, target: DendriteStub |
1584 | 2024-12-20T22:41:10.483Z | Dec 20 22:41:09.704 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1585 | 2024-12-20T22:41:10.483Z | Dec 20 22:41:09.704 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1586 | 2024-12-20T22:41:17.666Z | Dec 20 22:41:17.032 INFO Checking that binary works, target: Cockroach |
1587 | 2024-12-20T22:41:17.817Z | Dec 20 22:41:17.186 INFO Download complete, target: Cockroach |
1588 | 2024-12-20T22:41:19.750Z | Dec 20 22:41:19.099 INFO Checking that binary works, target: Clickhouse |
1589 | 2024-12-20T22:41:20.148Z | Dec 20 22:41:19.512 INFO Download complete, target: Clickhouse |
1590 | 2024-12-20T22:41:20.209Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2024-12-20T22:41:20.220Z | |
1592 | 2024-12-20T22:41:20.220Z | real 7:06.775620617 |
1593 | 2024-12-20T22:41:20.220Z | user 16:25.588902552 |
1594 | 2024-12-20T22:41:20.220Z | sys 3:13.791368370 |
1595 | 2024-12-20T22:41:20.220Z | trap 0.549720892 |
1596 | 2024-12-20T22:41:20.220Z | tflt 5.023504560 |
1597 | 2024-12-20T22:41:20.220Z | dflt 4.972534664 |
1598 | 2024-12-20T22:41:20.221Z | kflt 0.411510714 |
1599 | 2024-12-20T22:41:20.221Z | lock 30:09.228271538 |
1600 | 2024-12-20T22:41:20.221Z | slp 1:06:06.575371444 |
1601 | 2024-12-20T22:41:20.221Z | lat 56.042081631 |
1602 | 2024-12-20T22:41:20.221Z | stop 2:16.302380563 |
1603 | 2024-12-20T22:41:20.222Z | + banner hack-check |
1604 | 2024-12-20T22:41:20.222Z | |
1605 | 2024-12-20T22:41:20.222Z | # # ## #### # # #### # # ###### #### # # |
1606 | 2024-12-20T22:41:20.222Z | # # # # # # # # # # # # # # # # # |
1607 | 2024-12-20T22:41:20.222Z | ###### # # # #### ##### # ###### ##### # #### |
1608 | 2024-12-20T22:41:20.222Z | # # ###### # # # # # # # # # # |
1609 | 2024-12-20T22:41:20.222Z | # # # # # # # # # # # # # # # # # |
1610 | 2024-12-20T22:41:20.222Z | # # # # #### # # #### # # ###### #### # # |
1611 | 2024-12-20T22:41:20.222Z | |
1612 | 2024-12-20T22:41:20.222Z | + export CARGO_INCREMENTAL=0 |
1613 | 2024-12-20T22:41:20.223Z | + CARGO_INCREMENTAL=0 |
1614 | 2024-12-20T22:41:20.223Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1615 | 2024-12-20T22:41:20.749Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2024-12-20T22:41:24.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
1617 | 2024-12-20T22:41:24.658Z | Running `target/debug/xtask check-features --ci` |
1618 | 2024-12-20T22:41:24.695Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1619 | 2024-12-20T22:41:24.706Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1620 | 2024-12-20T22:41:25.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1621 | 2024-12-20T22:41:25.210Z | Running `target/debug/xtask download cargo-hack` |
1622 | 2024-12-20T22:41:25.982Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2024-12-20T22:41:26.306Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1624 | 2024-12-20T22:41:31.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
1625 | 2024-12-20T22:41:31.571Z | Running `target/debug/xtask-downloader cargo-hack` |
1626 | 2024-12-20T22:41:31.608Z | Dec 20 22:41:30.975 INFO Starting download, target: CargoHack |
1627 | 2024-12-20T22:41:31.610Z | Dec 20 22:41:30.976 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1628 | 2024-12-20T22:41:32.081Z | Dec 20 22:41:31.447 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1629 | 2024-12-20T22:41:32.169Z | Dec 20 22:41:31.536 INFO Download complete, target: CargoHack |
1630 | 2024-12-20T22:41:32.174Z | 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" |
1631 | 2024-12-20T22:41:32.189Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1632 | 2024-12-20T22:41:32.361Z | info: running `cargo check --bins` on api_identity (1/175) |
1633 | 2024-12-20T22:41:32.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-20T22:41:32.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-20T22:41:32.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-20T22:41:32.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1637 | 2024-12-20T22:41:32.975Z | |
1638 | 2024-12-20T22:41:32.975Z | info: running `cargo check --bins` on bootstore (2/175) |
1639 | 2024-12-20T22:41:33.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-20T22:41:33.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-20T22:41:33.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-20T22:41:33.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1643 | 2024-12-20T22:41:33.645Z | |
1644 | 2024-12-20T22:41:33.645Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1645 | 2024-12-20T22:41:34.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-20T22:41:34.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-20T22:41:34.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-20T22:41:34.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1649 | 2024-12-20T22:41:34.271Z | |
1650 | 2024-12-20T22:41:34.271Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1651 | 2024-12-20T22:41:34.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-20T22:41:34.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-20T22:41:34.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-20T22:41:34.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1655 | 2024-12-20T22:41:34.910Z | |
1656 | 2024-12-20T22:41:34.910Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1657 | 2024-12-20T22:41:35.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-20T22:41:35.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-20T22:41:35.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-20T22:41:35.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1661 | 2024-12-20T22:41:35.381Z | |
1662 | 2024-12-20T22:41:35.381Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1663 | 2024-12-20T22:41:35.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-20T22:41:35.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-20T22:41:35.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-20T22:41:35.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2024-12-20T22:41:35.767Z | |
1668 | 2024-12-20T22:41:35.767Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1669 | 2024-12-20T22:41:36.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-20T22:41:36.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-20T22:41:36.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-20T22:41:36.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2024-12-20T22:41:36.439Z | |
1674 | 2024-12-20T22:41:36.439Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1675 | 2024-12-20T22:41:36.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-20T22:41:37.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-20T22:41:37.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-20T22:41:37.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2024-12-20T22:41:37.007Z | |
1680 | 2024-12-20T22:41:37.007Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1681 | 2024-12-20T22:41:37.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-20T22:41:37.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-20T22:41:37.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-20T22:41:37.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1685 | 2024-12-20T22:41:37.552Z | |
1686 | 2024-12-20T22:41:37.552Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1687 | 2024-12-20T22:41:37.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-20T22:41:37.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-20T22:41:37.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-20T22:41:37.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2024-12-20T22:41:37.619Z | |
1692 | 2024-12-20T22:41:37.619Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1693 | 2024-12-20T22:41:37.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-20T22:41:37.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-20T22:41:37.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-20T22:41:37.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2024-12-20T22:41:37.911Z | |
1698 | 2024-12-20T22:41:37.911Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1699 | 2024-12-20T22:41:38.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-20T22:41:38.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-20T22:41:38.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-20T22:41:38.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2024-12-20T22:41:38.349Z | |
1704 | 2024-12-20T22:41:38.349Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1705 | 2024-12-20T22:41:38.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-20T22:41:38.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-20T22:41:38.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-20T22:41:38.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-12-20T22:41:38.812Z | |
1710 | 2024-12-20T22:41:38.812Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1711 | 2024-12-20T22:41:39.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-20T22:41:39.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-20T22:41:39.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-20T22:41:39.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2024-12-20T22:41:39.213Z | |
1716 | 2024-12-20T22:41:39.213Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1717 | 2024-12-20T22:41:39.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-20T22:41:39.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-20T22:41:39.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-20T22:41:39.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2024-12-20T22:41:39.647Z | |
1722 | 2024-12-20T22:41:39.647Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1723 | 2024-12-20T22:41:40.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-20T22:41:40.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-20T22:41:40.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-20T22:41:40.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1727 | 2024-12-20T22:41:40.121Z | |
1728 | 2024-12-20T22:41:40.121Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1729 | 2024-12-20T22:41:40.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-20T22:41:40.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-20T22:41:40.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-20T22:41:40.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1733 | 2024-12-20T22:41:40.659Z | |
1734 | 2024-12-20T22:41:40.659Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1735 | 2024-12-20T22:41:40.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-20T22:41:41.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-20T22:41:41.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-20T22:41:41.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-12-20T22:41:41.055Z | |
1740 | 2024-12-20T22:41:41.055Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1741 | 2024-12-20T22:41:45.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-20T22:41:45.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-20T22:41:45.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-20T22:41:45.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2024-12-20T22:41:45.578Z | |
1746 | 2024-12-20T22:41:45.578Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1747 | 2024-12-20T22:41:45.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-20T22:41:45.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-20T22:41:45.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-20T22:41:45.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2024-12-20T22:41:45.578Z | |
1752 | 2024-12-20T22:41:45.578Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1753 | 2024-12-20T22:41:45.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-20T22:41:45.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-20T22:41:45.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-20T22:41:45.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2024-12-20T22:41:45.578Z | |
1758 | 2024-12-20T22:41:45.578Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1759 | 2024-12-20T22:41:45.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-20T22:41:45.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-20T22:41:45.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-20T22:41:45.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1763 | 2024-12-20T22:41:45.578Z | |
1764 | 2024-12-20T22:41:45.578Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1765 | 2024-12-20T22:41:45.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-20T22:41:45.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-20T22:41:45.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-20T22:41:45.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1769 | 2024-12-20T22:41:45.627Z | |
1770 | 2024-12-20T22:41:45.627Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1771 | 2024-12-20T22:41:45.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-20T22:41:45.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-20T22:41:45.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-20T22:41:45.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1775 | 2024-12-20T22:41:45.628Z | |
1776 | 2024-12-20T22:41:45.628Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1777 | 2024-12-20T22:41:45.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-20T22:41:45.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-20T22:41:45.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-12-20T22:41:45.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1781 | 2024-12-20T22:41:45.628Z | |
1782 | 2024-12-20T22:41:45.628Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1783 | 2024-12-20T22:41:45.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-12-20T22:41:45.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-12-20T22:41:45.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2024-12-20T22:41:45.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1787 | 2024-12-20T22:41:45.628Z | |
1788 | 2024-12-20T22:41:45.628Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1789 | 2024-12-20T22:41:45.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2024-12-20T22:41:45.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2024-12-20T22:41:45.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2024-12-20T22:41:45.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1793 | 2024-12-20T22:41:45.628Z | |
1794 | 2024-12-20T22:41:45.628Z | info: running `cargo check --bins` on oxlog (28/175) |
1795 | 2024-12-20T22:41:45.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2024-12-20T22:41:45.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2024-12-20T22:41:46.068Z | Checking cfg-if v1.0.0 |
1798 | 2024-12-20T22:41:46.071Z | Checking libc v0.2.162 |
1799 | 2024-12-20T22:41:46.171Z | Checking serde v1.0.215 |
1800 | 2024-12-20T22:41:46.174Z | Checking zeroize v1.8.1 |
1801 | 2024-12-20T22:41:46.187Z | Checking memchr v2.7.4 |
1802 | 2024-12-20T22:41:46.190Z | Checking typenum v1.17.0 |
1803 | 2024-12-20T22:41:46.212Z | Checking scopeguard v1.2.0 |
1804 | 2024-12-20T22:41:46.215Z | Checking subtle v2.6.1 |
1805 | 2024-12-20T22:41:46.236Z | Checking value-bag v1.9.0 |
1806 | 2024-12-20T22:41:46.342Z | Checking lock_api v0.4.12 |
1807 | 2024-12-20T22:41:46.396Z | Checking itoa v1.0.11 |
1808 | 2024-12-20T22:41:46.483Z | Checking const-oid v0.9.6 |
1809 | 2024-12-20T22:41:46.599Z | Checking smallvec v1.13.2 |
1810 | 2024-12-20T22:41:46.650Z | Checking log v0.4.22 |
1811 | 2024-12-20T22:41:46.753Z | Checking pin-project-lite v0.2.14 |
1812 | 2024-12-20T22:41:46.865Z | Checking byteorder v1.5.0 |
1813 | 2024-12-20T22:41:46.951Z | Checking futures-core v0.3.31 |
1814 | 2024-12-20T22:41:47.044Z | Checking once_cell v1.20.2 |
1815 | 2024-12-20T22:41:47.133Z | Checking cpufeatures v0.2.14 |
1816 | 2024-12-20T22:41:47.167Z | Checking futures-sink v0.3.31 |
1817 | 2024-12-20T22:41:47.224Z | Checking stable_deref_trait v1.2.0 |
1818 | 2024-12-20T22:41:47.274Z | Checking spin v0.9.8 |
1819 | 2024-12-20T22:41:47.290Z | Checking getrandom v0.2.15 |
1820 | 2024-12-20T22:41:47.304Z | Checking parking_lot_core v0.9.10 |
1821 | 2024-12-20T22:41:47.317Z | Checking signal-hook-registry v1.4.2 |
1822 | 2024-12-20T22:41:47.346Z | Checking mio v1.0.2 |
1823 | 2024-12-20T22:41:47.482Z | Checking generic-array v0.14.7 |
1824 | 2024-12-20T22:41:47.499Z | Checking rand_core v0.6.4 |
1825 | 2024-12-20T22:41:47.549Z | Checking socket2 v0.5.7 |
1826 | 2024-12-20T22:41:47.600Z | Checking parking_lot v0.12.3 |
1827 | 2024-12-20T22:41:47.617Z | Checking zerocopy v0.7.35 |
1828 | 2024-12-20T22:41:47.804Z | Checking slab v0.4.9 |
1829 | 2024-12-20T22:41:47.935Z | Checking zerofrom v0.1.4 |
1830 | 2024-12-20T22:41:47.947Z | Checking futures-channel v0.3.31 |
1831 | 2024-12-20T22:41:48.003Z | Checking allocator-api2 v0.2.18 |
1832 | 2024-12-20T22:41:48.059Z | Checking futures-io v0.3.31 |
1833 | 2024-12-20T22:41:48.151Z | Checking yoke v0.7.4 |
1834 | 2024-12-20T22:41:48.239Z | Checking futures-task v0.3.31 |
1835 | 2024-12-20T22:41:48.316Z | Checking foldhash v0.1.3 |
1836 | 2024-12-20T22:41:48.348Z | Checking equivalent v1.0.1 |
1837 | 2024-12-20T22:41:48.453Z | Checking pin-utils v0.1.0 |
1838 | 2024-12-20T22:41:48.474Z | Checking ryu v1.0.18 |
1839 | 2024-12-20T22:41:48.496Z | Checking zerovec v0.10.4 |
1840 | 2024-12-20T22:41:48.512Z | Checking tinyvec_macros v0.1.1 |
1841 | 2024-12-20T22:41:48.533Z | Checking futures-util v0.3.31 |
1842 | 2024-12-20T22:41:48.594Z | Checking tinyvec v1.8.0 |
1843 | 2024-12-20T22:41:48.609Z | Checking crypto-common v0.1.6 |
1844 | 2024-12-20T22:41:48.640Z | Checking block-buffer v0.10.4 |
1845 | 2024-12-20T22:41:48.701Z | Checking hashbrown v0.15.1 |
1846 | 2024-12-20T22:41:48.775Z | Checking block-padding v0.3.3 |
1847 | 2024-12-20T22:41:48.868Z | Checking digest v0.10.7 |
1848 | 2024-12-20T22:41:48.983Z | Checking inout v0.1.3 |
1849 | 2024-12-20T22:41:49.029Z | Checking fnv v1.0.7 |
1850 | 2024-12-20T22:41:49.151Z | Checking libm v0.2.8 |
1851 | 2024-12-20T22:41:49.201Z | Checking cipher v0.4.4 |
1852 | 2024-12-20T22:41:49.227Z | Checking hmac v0.12.1 |
1853 | 2024-12-20T22:41:49.421Z | Checking sha2 v0.10.8 |
1854 | 2024-12-20T22:41:49.619Z | Checking base64ct v1.6.0 |
1855 | 2024-12-20T22:41:49.892Z | Checking unicode-normalization v0.1.24 |
1856 | 2024-12-20T22:41:49.894Z | Checking unicode-bidi v0.3.17 |
1857 | 2024-12-20T22:41:49.987Z | Checking writeable v0.5.5 |
1858 | 2024-12-20T22:41:50.031Z | Checking litemap v0.7.3 |
1859 | 2024-12-20T22:41:50.053Z | Checking pem-rfc7468 v0.7.0 |
1860 | 2024-12-20T22:41:50.111Z | Checking tinystr v0.7.6 |
1861 | 2024-12-20T22:41:50.302Z | Checking num-traits v0.2.19 |
1862 | 2024-12-20T22:41:50.319Z | Checking ppv-lite86 v0.2.20 |
1863 | 2024-12-20T22:41:50.375Z | Checking flagset v0.4.6 |
1864 | 2024-12-20T22:41:50.484Z | Checking icu_locid v1.5.0 |
1865 | 2024-12-20T22:41:50.497Z | Checking tracing-core v0.1.32 |
1866 | 2024-12-20T22:41:50.567Z | Checking der v0.7.9 |
1867 | 2024-12-20T22:41:50.814Z | Checking thiserror v1.0.69 |
1868 | 2024-12-20T22:41:50.948Z | Checking rustls-pki-types v1.10.0 |
1869 | 2024-12-20T22:41:51.066Z | Checking rand_chacha v0.3.1 |
1870 | 2024-12-20T22:41:51.172Z | Checking percent-encoding v2.3.1 |
1871 | 2024-12-20T22:41:51.216Z | Checking bytes v1.8.0 |
1872 | 2024-12-20T22:41:51.379Z | Checking indexmap v2.6.0 |
1873 | 2024-12-20T22:41:51.462Z | Checking serde_json v1.0.132 |
1874 | 2024-12-20T22:41:51.492Z | Checking bitflags v2.6.0 |
1875 | 2024-12-20T22:41:51.495Z | Checking icu_provider v1.5.0 |
1876 | 2024-12-20T22:41:51.798Z | Checking icu_locid_transform_data v1.5.0 |
1877 | 2024-12-20T22:41:51.894Z | Checking rand v0.8.5 |
1878 | 2024-12-20T22:41:52.003Z | Checking tracing v0.1.40 |
1879 | 2024-12-20T22:41:52.005Z | Checking tokio v1.40.0 |
1880 | 2024-12-20T22:41:52.188Z | Checking http v1.1.0 |
1881 | 2024-12-20T22:41:52.349Z | Checking icu_locid_transform v1.5.0 |
1882 | 2024-12-20T22:41:52.429Z | Checking spki v0.7.3 |
1883 | 2024-12-20T22:41:52.661Z | Checking icu_collections v1.5.0 |
1884 | 2024-12-20T22:41:52.715Z | Checking salsa20 v0.10.2 |
1885 | 2024-12-20T22:41:52.931Z | Checking pbkdf2 v0.12.2 |
1886 | 2024-12-20T22:41:53.102Z | Checking aws-lc-sys v0.22.0 |
1887 | 2024-12-20T22:41:53.221Z | Checking httparse v1.9.5 |
1888 | 2024-12-20T22:41:53.236Z | Checking untrusted v0.7.1 |
1889 | 2024-12-20T22:41:53.307Z | Checking untrusted v0.9.0 |
1890 | 2024-12-20T22:41:53.330Z | Checking mirai-annotations v1.12.0 |
1891 | 2024-12-20T22:41:53.382Z | Checking icu_properties_data v1.5.0 |
1892 | 2024-12-20T22:41:53.459Z | Checking powerfmt v0.2.0 |
1893 | 2024-12-20T22:41:53.495Z | Checking ring v0.17.8 |
1894 | 2024-12-20T22:41:53.529Z | Checking scrypt v0.11.0 |
1895 | 2024-12-20T22:41:53.611Z | Checking icu_properties v1.5.1 |
1896 | 2024-12-20T22:41:53.640Z | Checking cbc v0.1.2 |
1897 | 2024-12-20T22:41:53.675Z | Checking aes v0.8.4 |
1898 | 2024-12-20T22:41:53.709Z | Checking deranged v0.3.11 |
1899 | 2024-12-20T22:41:53.726Z | Checking crossbeam-utils v0.8.20 |
1900 | 2024-12-20T22:41:53.846Z | Checking num_threads v0.1.7 |
1901 | 2024-12-20T22:41:53.955Z | Checking utf16_iter v1.0.5 |
1902 | 2024-12-20T22:41:54.114Z | Checking atomic-waker v1.1.2 |
1903 | 2024-12-20T22:41:54.244Z | Checking num-conv v0.1.0 |
1904 | 2024-12-20T22:41:54.475Z | Checking utf8_iter v1.0.4 |
1905 | 2024-12-20T22:41:54.502Z | Checking time-core v0.1.2 |
1906 | 2024-12-20T22:41:54.601Z | Checking icu_normalizer_data v1.5.0 |
1907 | 2024-12-20T22:41:54.655Z | Checking write16 v1.0.0 |
1908 | 2024-12-20T22:41:54.679Z | Checking pkcs5 v0.7.1 |
1909 | 2024-12-20T22:41:54.700Z | Checking http-body v1.0.1 |
1910 | 2024-12-20T22:41:54.779Z | Checking form_urlencoded v1.2.1 |
1911 | 2024-12-20T22:41:54.910Z | Checking try-lock v0.2.5 |
1912 | 2024-12-20T22:41:54.964Z | Checking httpdate v1.0.3 |
1913 | 2024-12-20T22:41:55.038Z | Checking want v0.3.1 |
1914 | 2024-12-20T22:41:55.175Z | Checking pkcs8 v0.10.2 |
1915 | 2024-12-20T22:41:55.195Z | Checking unicode-ident v1.0.13 |
1916 | 2024-12-20T22:41:55.210Z | Checking toml_datetime v0.6.8 |
1917 | 2024-12-20T22:41:55.302Z | Checking uuid v1.11.0 |
1918 | 2024-12-20T22:41:55.343Z | Checking proc-macro2 v1.0.89 |
1919 | 2024-12-20T22:41:55.475Z | Checking serde_spanned v0.6.8 |
1920 | 2024-12-20T22:41:55.478Z | Checking slog v2.7.0 |
1921 | 2024-12-20T22:41:55.514Z | Checking time v0.3.36 |
1922 | 2024-12-20T22:41:55.627Z | Checking aws-lc-rs v1.10.0 |
1923 | 2024-12-20T22:41:55.661Z | Checking scroll v0.12.0 |
1924 | 2024-12-20T22:41:55.889Z | Checking adler2 v2.0.0 |
1925 | 2024-12-20T22:41:55.974Z | Checking match_cfg v0.1.0 |
1926 | 2024-12-20T22:41:56.021Z | Checking ucd-trie v0.1.7 |
1927 | 2024-12-20T22:41:56.038Z | Checking base64 v0.22.1 |
1928 | 2024-12-20T22:41:56.057Z | Checking foreign-types-shared v0.1.1 |
1929 | 2024-12-20T22:41:56.139Z | Checking tower-service v0.3.3 |
1930 | 2024-12-20T22:41:56.153Z | Checking iana-time-zone v0.1.61 |
1931 | 2024-12-20T22:41:56.212Z | Checking plain v0.2.3 |
1932 | 2024-12-20T22:41:56.251Z | Checking pest v2.7.14 |
1933 | 2024-12-20T22:41:56.293Z | Checking chrono v0.4.38 |
1934 | 2024-12-20T22:41:56.354Z | Checking goblin v0.8.2 |
1935 | 2024-12-20T22:41:56.511Z | Checking foreign-types v0.3.2 |
1936 | 2024-12-20T22:41:56.603Z | Checking hostname v0.3.1 |
1937 | 2024-12-20T22:41:56.731Z | Checking miniz_oxide v0.8.0 |
1938 | 2024-12-20T22:41:56.976Z | Checking icu_normalizer v1.5.0 |
1939 | 2024-12-20T22:41:57.446Z | Checking quote v1.0.37 |
1940 | 2024-12-20T22:41:57.464Z | Checking rustls-webpki v0.102.8 |
1941 | 2024-12-20T22:41:57.734Z | Checking idna_adapter v1.2.0 |
1942 | 2024-12-20T22:41:57.798Z | Checking openssl-sys v0.9.103 |
1943 | 2024-12-20T22:41:57.927Z | Checking idna v1.0.3 |
1944 | 2024-12-20T22:41:58.051Z | Checking dirs-sys-next v0.1.2 |
1945 | 2024-12-20T22:41:58.242Z | Checking errno v0.3.9 |
1946 | 2024-12-20T22:41:58.285Z | Checking aho-corasick v1.1.3 |
1947 | 2024-12-20T22:41:58.352Z | Checking siphasher v0.3.11 |
1948 | 2024-12-20T22:41:58.432Z | Checking data-encoding v2.6.0 |
1949 | 2024-12-20T22:41:58.435Z | Checking url v2.5.3 |
1950 | 2024-12-20T22:41:58.641Z | Checking regex-syntax v0.8.5 |
1951 | 2024-12-20T22:41:58.760Z | Checking pretty-hex v0.4.1 |
1952 | 2024-12-20T22:41:58.932Z | Checking dtrace-parser v0.2.0 |
1953 | 2024-12-20T22:41:59.081Z | Checking rustix v0.38.37 |
1954 | 2024-12-20T22:41:59.112Z | Checking openssl v0.10.66 |
1955 | 2024-12-20T22:41:59.254Z | Checking dirs-next v2.0.0 |
1956 | 2024-12-20T22:41:59.331Z | Checking tokio-util v0.7.12 |
1957 | 2024-12-20T22:41:59.360Z | Checking syn v2.0.87 |
1958 | 2024-12-20T22:41:59.383Z | Checking http-body-util v0.1.2 |
1959 | 2024-12-20T22:41:59.827Z | Checking crossbeam-epoch v0.9.18 |
1960 | 2024-12-20T22:41:59.898Z | Checking signature v2.2.0 |
1961 | 2024-12-20T22:42:00.094Z | Checking sha1 v0.10.6 |
1962 | 2024-12-20T22:42:00.198Z | Checking h2 v0.4.6 |
1963 | 2024-12-20T22:42:00.258Z | Checking lazy_static v1.5.0 |
1964 | 2024-12-20T22:42:00.367Z | Checking thread_local v1.1.8 |
1965 | 2024-12-20T22:42:00.384Z | Checking thread-id v4.2.2 |
1966 | 2024-12-20T22:42:00.486Z | Checking encoding_rs v0.8.34 |
1967 | 2024-12-20T22:42:00.659Z | Checking winnow v0.6.20 |
1968 | 2024-12-20T22:42:01.342Z | Checking dof v0.3.0 |
1969 | 2024-12-20T22:42:01.898Z | Checking regex-automata v0.4.8 |
1970 | 2024-12-20T22:42:01.918Z | Checking ipnet v2.10.1 |
1971 | 2024-12-20T22:42:02.402Z | Checking utf8parse v0.2.2 |
1972 | 2024-12-20T22:42:02.555Z | Checking openssl-probe v0.1.5 |
1973 | 2024-12-20T22:42:02.595Z | Checking anstyle v1.0.10 |
1974 | 2024-12-20T22:42:02.695Z | Checking unicode-properties v0.1.3 |
1975 | 2024-12-20T22:42:02.739Z | Checking mime v0.3.17 |
1976 | 2024-12-20T22:42:02.948Z | Checking gimli v0.31.1 |
1977 | 2024-12-20T22:42:03.051Z | Checking anstyle-parse v0.2.5 |
1978 | 2024-12-20T22:42:03.071Z | Checking stringprep v0.1.5 |
1979 | 2024-12-20T22:42:03.309Z | Checking crossbeam-deque v0.8.5 |
1980 | 2024-12-20T22:42:03.337Z | Checking term v0.7.0 |
1981 | 2024-12-20T22:42:03.583Z | Checking toml_edit v0.22.22 |
1982 | 2024-12-20T22:42:03.610Z | Checking rustls v0.23.19 |
1983 | 2024-12-20T22:42:03.789Z | Checking rustls v0.22.4 |
1984 | 2024-12-20T22:42:04.579Z | Checking native-tls v0.2.12 |
1985 | 2024-12-20T22:42:04.891Z | Checking slog-json v2.6.1 |
1986 | 2024-12-20T22:42:05.149Z | Checking serde_urlencoded v0.7.1 |
1987 | 2024-12-20T22:42:05.563Z | Checking crossbeam-channel v0.5.13 |
1988 | 2024-12-20T22:42:06.104Z | Checking usdt-impl v0.5.0 |
1989 | 2024-12-20T22:42:06.190Z | Checking futures-executor v0.3.31 |
1990 | 2024-12-20T22:42:06.240Z | Checking num-integer v0.1.46 |
1991 | 2024-12-20T22:42:06.361Z | Checking hyper v1.5.0 |
1992 | 2024-12-20T22:42:06.385Z | Checking rustls-pemfile v2.2.0 |
1993 | 2024-12-20T22:42:06.497Z | Checking idna v0.4.0 |
1994 | 2024-12-20T22:42:06.590Z | Checking idna v0.3.0 |
1995 | 2024-12-20T22:42:06.630Z | Checking md-5 v0.10.6 |
1996 | 2024-12-20T22:42:06.710Z | Checking ff v0.13.0 |
1997 | 2024-12-20T22:42:06.835Z | Checking is-terminal v0.4.13 |
1998 | 2024-12-20T22:42:06.915Z | Checking memmap v0.7.0 |
1999 | 2024-12-20T22:42:06.952Z | Checking hash32 v0.2.1 |
2000 | 2024-12-20T22:42:07.061Z | Checking addr2line v0.24.2 |
2001 | 2024-12-20T22:42:07.108Z | Checking object v0.36.5 |
2002 | 2024-12-20T22:42:07.235Z | Checking linked-hash-map v0.5.6 |
2003 | 2024-12-20T22:42:07.339Z | Checking psl-types v2.0.11 |
2004 | 2024-12-20T22:42:07.431Z | Checking dyn-clone v1.0.17 |
2005 | 2024-12-20T22:42:07.447Z | Checking rustc-demangle v0.1.24 |
2006 | 2024-12-20T22:42:07.507Z | Checking utf-8 v0.7.6 |
2007 | 2024-12-20T22:42:07.544Z | Checking quick-error v1.2.3 |
2008 | 2024-12-20T22:42:07.547Z | Checking colorchoice v1.0.2 |
2009 | 2024-12-20T22:42:07.574Z | Checking take_mut v0.2.2 |
2010 | 2024-12-20T22:42:07.686Z | Checking fallible-iterator v0.2.0 |
2011 | 2024-12-20T22:42:07.699Z | Checking anstyle-query v1.1.1 |
2012 | 2024-12-20T22:42:07.703Z | Checking is_terminal_polyfill v1.70.1 |
2013 | 2024-12-20T22:42:07.729Z | Checking base16ct v0.2.0 |
2014 | 2024-12-20T22:42:07.823Z | Checking either v1.13.0 |
2015 | 2024-12-20T22:42:07.839Z | Checking anstream v0.6.15 |
2016 | 2024-12-20T22:42:07.855Z | Checking slog-async v2.8.0 |
2017 | 2024-12-20T22:42:07.915Z | Checking sec1 v0.7.3 |
2018 | 2024-12-20T22:42:08.142Z | Checking tungstenite v0.24.0 |
2019 | 2024-12-20T22:42:08.215Z | Checking resolv-conf v0.7.0 |
2020 | 2024-12-20T22:42:08.217Z | Checking schemars v0.8.21 |
2021 | 2024-12-20T22:42:08.265Z | Checking postgres-protocol v0.6.7 |
2022 | 2024-12-20T22:42:08.299Z | Checking lru-cache v0.1.2 |
2023 | 2024-12-20T22:42:08.379Z | Checking hyper-util v0.1.10 |
2024 | 2024-12-20T22:42:08.484Z | Checking publicsuffix v2.2.3 |
2025 | 2024-12-20T22:42:08.530Z | Checking tokio-rustls v0.25.0 |
2026 | 2024-12-20T22:42:08.703Z | Checking hickory-proto v0.24.1 |
2027 | 2024-12-20T22:42:08.903Z | Checking heapless v0.7.17 |
2028 | 2024-12-20T22:42:08.920Z | Checking usdt v0.5.0 |
2029 | 2024-12-20T22:42:09.049Z | Checking slog-term v2.9.1 |
2030 | 2024-12-20T22:42:09.182Z | Checking group v0.13.0 |
2031 | 2024-12-20T22:42:09.198Z | Checking tokio-rustls v0.26.0 |
2032 | 2024-12-20T22:42:09.443Z | Checking num-iter v0.1.45 |
2033 | 2024-12-20T22:42:09.575Z | Checking futures v0.3.31 |
2034 | 2024-12-20T22:42:09.608Z | Checking toml v0.8.19 |
2035 | 2024-12-20T22:42:09.623Z | Checking slog-bunyan v2.5.0 |
2036 | 2024-12-20T22:42:09.689Z | Checking tokio-native-tls v0.3.1 |
2037 | 2024-12-20T22:42:09.776Z | Checking rayon-core v1.12.1 |
2038 | 2024-12-20T22:42:09.797Z | Checking multer v3.1.0 |
2039 | 2024-12-20T22:42:09.914Z | Checking terminal_size v0.4.0 |
2040 | 2024-12-20T22:42:09.930Z | Checking phf_shared v0.11.2 |
2041 | 2024-12-20T22:42:10.077Z | Checking cookie v0.18.1 |
2042 | 2024-12-20T22:42:10.189Z | Checking async-stream v0.3.6 |
2043 | 2024-12-20T22:42:10.204Z | Checking bzip2-sys v0.1.11+1.0.8 |
2044 | 2024-12-20T22:42:10.315Z | Checking signal-hook v0.3.17 |
2045 | 2024-12-20T22:42:10.332Z | Checking camino v1.1.9 |
2046 | 2024-12-20T22:42:10.361Z | Checking waitgroup v0.1.2 |
2047 | 2024-12-20T22:42:10.364Z | Checking openapiv3 v2.0.0 |
2048 | 2024-12-20T22:42:10.473Z | Checking webpki-roots v0.26.6 |
2049 | 2024-12-20T22:42:10.496Z | Checking serde_path_to_error v0.1.16 |
2050 | 2024-12-20T22:42:10.531Z | Checking idna v0.5.0 |
2051 | 2024-12-20T22:42:10.633Z | Checking hkdf v0.12.4 |
2052 | 2024-12-20T22:42:10.689Z | Checking crypto-bigint v0.5.5 |
2053 | 2024-12-20T22:42:10.844Z | Checking hostname v0.4.0 |
2054 | 2024-12-20T22:42:10.890Z | Checking crc32fast v1.4.2 |
2055 | 2024-12-20T22:42:10.971Z | Checking strsim v0.11.1 |
2056 | 2024-12-20T22:42:11.101Z | Checking clap_lex v0.7.2 |
2057 | 2024-12-20T22:42:11.129Z | Checking winnow v0.5.40 |
2058 | 2024-12-20T22:42:11.254Z | Checking bitflags v1.3.2 |
2059 | 2024-12-20T22:42:11.341Z | Checking debug-ignore v1.0.5 |
2060 | 2024-12-20T22:42:11.356Z | Checking unicode-width v0.1.14 |
2061 | 2024-12-20T22:42:11.386Z | Checking managed v0.8.0 |
2062 | 2024-12-20T22:42:11.466Z | Checking cookie_store v0.21.0 |
2063 | 2024-12-20T22:42:11.742Z | Checking smoltcp v0.9.1 |
2064 | 2024-12-20T22:42:11.834Z | Checking console v0.15.8 |
2065 | 2024-12-20T22:42:12.196Z | Checking clap_builder v4.5.21 |
2066 | 2024-12-20T22:42:12.433Z | Checking flate2 v1.0.34 |
2067 | 2024-12-20T22:42:13.107Z | Checking hyper-rustls v0.27.3 |
2068 | 2024-12-20T22:42:13.239Z | Checking signal-hook-mio v0.2.4 |
2069 | 2024-12-20T22:42:13.386Z | Checking rayon v1.10.0 |
2070 | 2024-12-20T22:42:13.443Z | Checking hyper-tls v0.6.0 |
2071 | 2024-12-20T22:42:13.480Z | Checking backtrace v0.3.74 |
2072 | 2024-12-20T22:42:13.524Z | Checking hickory-resolver v0.24.1 |
2073 | 2024-12-20T22:42:13.538Z | Checking elliptic-curve v0.13.8 |
2074 | 2024-12-20T22:42:13.707Z | Checking dropshot v0.12.0 |
2075 | 2024-12-20T22:42:13.724Z | Checking bzip2 v0.4.4 |
2076 | 2024-12-20T22:42:14.015Z | Checking phf v0.11.2 |
2077 | 2024-12-20T22:42:14.032Z | Checking anyhow v1.0.93 |
2078 | 2024-12-20T22:42:14.154Z | Checking num-bigint-dig v0.8.4 |
2079 | 2024-12-20T22:42:14.192Z | Checking toml_edit v0.19.15 |
2080 | 2024-12-20T22:42:14.290Z | Checking tokio-tungstenite v0.24.0 |
2081 | 2024-12-20T22:42:14.403Z | Checking postgres-types v0.2.8 |
2082 | 2024-12-20T22:42:14.767Z | Checking bstr v1.10.0 |
2083 | 2024-12-20T22:42:15.108Z | Checking regex v1.11.1 |
2084 | 2024-12-20T22:42:15.127Z | Checking tokio-stream v0.1.16 |
2085 | 2024-12-20T22:42:15.213Z | Checking ed25519 v2.2.3 |
2086 | 2024-12-20T22:42:15.501Z | Checking phf_shared v0.10.0 |
2087 | 2024-12-20T22:42:15.670Z | Checking zerocopy v0.6.6 |
2088 | 2024-12-20T22:42:15.733Z | Checking curve25519-dalek v4.1.3 |
2089 | 2024-12-20T22:42:15.756Z | Checking pkcs1 v0.7.5 |
2090 | 2024-12-20T22:42:16.028Z | Checking hubpack v0.1.2 |
2091 | 2024-12-20T22:42:16.164Z | Checking portable-atomic v1.9.0 |
2092 | 2024-12-20T22:42:16.315Z | Checking float-cmp v0.9.0 |
2093 | 2024-12-20T22:42:16.329Z | Checking serde-big-array v0.5.1 |
2094 | 2024-12-20T22:42:16.422Z | Checking rfc6979 v0.4.0 |
2095 | 2024-12-20T22:42:16.496Z | Checking sync_wrapper v1.0.1 |
2096 | 2024-12-20T22:42:16.527Z | Checking number_prefix v0.4.0 |
2097 | 2024-12-20T22:42:16.605Z | Checking precomputed-hash v0.1.1 |
2098 | 2024-12-20T22:42:16.642Z | Checking minimal-lexical v0.2.1 |
2099 | 2024-12-20T22:42:16.658Z | Checking normalize-line-endings v0.3.0 |
2100 | 2024-12-20T22:42:16.702Z | Checking unicode-width v0.2.0 |
2101 | 2024-12-20T22:42:16.704Z | Checking bit-vec v0.6.3 |
2102 | 2024-12-20T22:42:16.775Z | Checking difflib v0.4.0 |
2103 | 2024-12-20T22:42:17.014Z | Checking predicates-core v1.0.8 |
2104 | 2024-12-20T22:42:17.037Z | Checking new_debug_unreachable v1.0.6 |
2105 | 2024-12-20T22:42:17.084Z | Checking whoami v1.5.2 |
2106 | 2024-12-20T22:42:17.120Z | Checking static_assertions v1.1.0 |
2107 | 2024-12-20T22:42:17.159Z | Checking unicode-segmentation v1.12.0 |
2108 | 2024-12-20T22:42:17.177Z | Checking fixedbitset v0.4.2 |
2109 | 2024-12-20T22:42:17.189Z | Checking predicates v3.1.2 |
2110 | 2024-12-20T22:42:17.208Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2111 | 2024-12-20T22:42:17.242Z | Checking indicatif v0.17.9 |
2112 | 2024-12-20T22:42:17.359Z | Checking tokio-postgres v0.7.12 |
2113 | 2024-12-20T22:42:17.375Z | Checking qorb v0.2.1 |
2114 | 2024-12-20T22:42:17.416Z | Checking petgraph v0.6.5 |
2115 | 2024-12-20T22:42:17.582Z | Checking ed25519-dalek v2.1.1 |
2116 | 2024-12-20T22:42:17.840Z | Checking similar v2.6.0 |
2117 | 2024-12-20T22:42:17.854Z | Checking string_cache v0.8.7 |
2118 | 2024-12-20T22:42:17.974Z | Checking bit-set v0.5.3 |
2119 | 2024-12-20T22:42:18.440Z | Checking nom v7.1.3 |
2120 | 2024-12-20T22:42:18.467Z | Checking toml v0.7.8 |
2121 | 2024-12-20T22:42:18.467Z | Checking reqwest v0.12.9 |
2122 | 2024-12-20T22:42:18.694Z | Checking ecdsa v0.16.9 |
2123 | 2024-12-20T22:42:18.877Z | Checking rsa v0.9.6 |
2124 | 2024-12-20T22:42:19.427Z | Checking clap v4.5.21 |
2125 | 2024-12-20T22:42:19.540Z | Checking zip v0.6.6 |
2126 | 2024-12-20T22:42:19.851Z | Checking crossterm v0.28.1 |
2127 | 2024-12-20T22:42:19.930Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2128 | 2024-12-20T22:42:19.956Z | Checking itertools v0.10.5 |
2129 | 2024-12-20T22:42:20.096Z | Checking fs-err v2.11.0 |
2130 | 2024-12-20T22:42:20.189Z | Checking ahash v0.8.11 |
2131 | 2024-12-20T22:42:20.538Z | Checking x509-cert v0.2.5 |
2132 | 2024-12-20T22:42:20.659Z | Checking hex v0.4.3 |
2133 | 2024-12-20T22:42:20.679Z | Checking semver v1.0.23 |
2134 | 2024-12-20T22:42:20.717Z | Checking heck v0.4.1 |
2135 | 2024-12-20T22:42:20.851Z | Checking peg-runtime v0.8.3 |
2136 | 2024-12-20T22:42:20.931Z | Checking lalrpop-util v0.19.12 |
2137 | 2024-12-20T22:42:21.073Z | Checking sigpipe v0.1.3 |
2138 | 2024-12-20T22:42:22.182Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2139 | 2024-12-20T22:42:22.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s |
2140 | 2024-12-20T22:42:22.651Z | |
2141 | 2024-12-20T22:42:22.651Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2142 | 2024-12-20T22:42:23.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-12-20T22:42:23.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-12-20T22:42:23.324Z | Compiling hashbrown v0.14.5 |
2145 | 2024-12-20T22:42:23.443Z | Checking heck v0.5.0 |
2146 | 2024-12-20T22:42:23.458Z | Compiling unsafe-libyaml v0.2.11 |
2147 | 2024-12-20T22:42:23.470Z | Compiling ident_case v1.0.1 |
2148 | 2024-12-20T22:42:23.480Z | Checking progenitor-client v0.8.0 |
2149 | 2024-12-20T22:42:23.494Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2150 | 2024-12-20T22:42:23.508Z | Compiling proc-macro-crate v1.3.1 |
2151 | 2024-12-20T22:42:23.603Z | Compiling darling_core v0.20.10 |
2152 | 2024-12-20T22:42:23.623Z | Checking ipnetwork v0.20.0 |
2153 | 2024-12-20T22:42:23.824Z | Compiling structmeta-derive v0.3.0 |
2154 | 2024-12-20T22:42:23.846Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2155 | 2024-12-20T22:42:23.960Z | Compiling newtype-uuid v1.1.3 |
2156 | 2024-12-20T22:42:24.170Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2157 | 2024-12-20T22:42:24.251Z | Compiling lzma-sys v0.1.20 |
2158 | 2024-12-20T22:42:24.509Z | Compiling foreign-types-macros v0.2.3 |
2159 | 2024-12-20T22:42:24.589Z | Compiling num_enum_derive v0.5.11 |
2160 | 2024-12-20T22:42:24.592Z | Checking regress v0.10.1 |
2161 | 2024-12-20T22:42:24.999Z | Compiling serde_yaml v0.9.34+deprecated |
2162 | 2024-12-20T22:42:25.368Z | Compiling dropshot v0.13.0 |
2163 | 2024-12-20T22:42:25.623Z | Checking arc-swap v1.7.1 |
2164 | 2024-12-20T22:42:25.796Z | Checking foreign-types-shared v0.3.1 |
2165 | 2024-12-20T22:42:25.908Z | Checking foreign-types v0.5.0 |
2166 | 2024-12-20T22:42:26.061Z | Checking slog-scope v4.4.0 |
2167 | 2024-12-20T22:42:26.120Z | Compiling proc-macro-error v1.0.4 |
2168 | 2024-12-20T22:42:26.803Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2169 | 2024-12-20T22:42:26.806Z | Checking tungstenite v0.21.0 |
2170 | 2024-12-20T22:42:26.889Z | Compiling structmeta v0.3.0 |
2171 | 2024-12-20T22:42:26.908Z | Compiling heck v0.3.3 |
2172 | 2024-12-20T22:42:27.208Z | Checking num_enum v0.5.11 |
2173 | 2024-12-20T22:42:27.319Z | Compiling parse-display-derive v0.10.0 |
2174 | 2024-12-20T22:42:27.324Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2024-12-20T22:42:27.353Z | Compiling dropshot_endpoint v0.13.0 |
2176 | 2024-12-20T22:42:27.715Z | Checking cstr-argument v0.1.2 |
2177 | 2024-12-20T22:42:27.889Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2024-12-20T22:42:28.041Z | Checking typify-impl v0.2.0 |
2179 | 2024-12-20T22:42:28.149Z | Checking instant v0.1.13 |
2180 | 2024-12-20T22:42:28.262Z | Checking fastrand v2.1.1 |
2181 | 2024-12-20T22:42:28.727Z | Checking pretty-hex v0.2.1 |
2182 | 2024-12-20T22:42:28.885Z | Checking base64 v0.21.7 |
2183 | 2024-12-20T22:42:29.316Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2184 | 2024-12-20T22:42:29.369Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2185 | 2024-12-20T22:42:29.619Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2186 | 2024-12-20T22:42:29.664Z | Checking tempfile v3.13.0 |
2187 | 2024-12-20T22:42:29.753Z | Checking backoff v0.4.0 |
2188 | 2024-12-20T22:42:29.822Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2189 | 2024-12-20T22:42:29.971Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2190 | 2024-12-20T22:42:30.009Z | Checking tokio-tungstenite v0.21.0 |
2191 | 2024-12-20T22:42:30.070Z | Checking strum v0.26.3 |
2192 | 2024-12-20T22:42:30.217Z | Compiling zone_cfg_derive v0.1.2 |
2193 | 2024-12-20T22:42:30.279Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2194 | 2024-12-20T22:42:30.498Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2195 | 2024-12-20T22:42:30.553Z | Checking slog-stdlog v4.1.1 |
2196 | 2024-12-20T22:42:30.652Z | Compiling darling_macro v0.20.10 |
2197 | 2024-12-20T22:42:30.741Z | Checking regress v0.9.1 |
2198 | 2024-12-20T22:42:30.888Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2199 | 2024-12-20T22:42:31.026Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2024-12-20T22:42:31.045Z | Checking colored v2.1.0 |
2201 | 2024-12-20T22:42:31.305Z | Checking macaddr v1.0.1 |
2202 | 2024-12-20T22:42:31.319Z | Checking base64 v0.13.1 |
2203 | 2024-12-20T22:42:31.597Z | Compiling darling v0.20.10 |
2204 | 2024-12-20T22:42:31.700Z | Checking zone v0.1.8 |
2205 | 2024-12-20T22:42:31.713Z | Compiling serde_with_macros v3.11.0 |
2206 | 2024-12-20T22:42:31.728Z | Checking ron v0.7.1 |
2207 | 2024-12-20T22:42:31.975Z | Checking parse-display v0.10.0 |
2208 | 2024-12-20T22:42:32.220Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2209 | 2024-12-20T22:42:32.310Z | Checking xz2 v0.1.7 |
2210 | 2024-12-20T22:42:32.612Z | Checking slog-envlogger v2.2.0 |
2211 | 2024-12-20T22:42:32.672Z | Checking tabwriter v1.4.0 |
2212 | 2024-12-20T22:42:32.823Z | Checking xattr v1.3.1 |
2213 | 2024-12-20T22:42:32.826Z | Checking pem v3.0.4 |
2214 | 2024-12-20T22:42:32.891Z | Checking yasna v0.5.2 |
2215 | 2024-12-20T22:42:33.055Z | Checking headers-core v0.3.0 |
2216 | 2024-12-20T22:42:33.117Z | Checking smf v0.2.3 |
2217 | 2024-12-20T22:42:33.199Z | Checking filetime v0.2.25 |
2218 | 2024-12-20T22:42:33.410Z | Checking same-file v1.0.6 |
2219 | 2024-12-20T22:42:33.568Z | Checking tar v0.4.42 |
2220 | 2024-12-20T22:42:33.595Z | Checking walkdir v2.5.0 |
2221 | 2024-12-20T22:42:33.683Z | Checking headers v0.4.0 |
2222 | 2024-12-20T22:42:33.832Z | Checking rcgen v0.12.1 |
2223 | 2024-12-20T22:42:33.865Z | Checking camino-tempfile v1.1.1 |
2224 | 2024-12-20T22:42:34.156Z | Checking atomicwrites v0.4.4 |
2225 | 2024-12-20T22:42:34.264Z | Checking subprocess v0.2.9 |
2226 | 2024-12-20T22:42:34.583Z | Checking serde_with v3.11.0 |
2227 | 2024-12-20T22:42:38.582Z | Compiling typify-macro v0.2.0 |
2228 | 2024-12-20T22:42:40.443Z | Compiling typify v0.2.0 |
2229 | 2024-12-20T22:42:40.510Z | Compiling progenitor-impl v0.8.0 |
2230 | 2024-12-20T22:42:43.759Z | Compiling progenitor-macro v0.8.0 |
2231 | 2024-12-20T22:42:48.535Z | Checking progenitor v0.8.0 |
2232 | 2024-12-20T22:42:48.691Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2233 | 2024-12-20T22:42:48.695Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2234 | 2024-12-20T22:42:51.387Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2235 | 2024-12-20T22:42:51.717Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2236 | 2024-12-20T22:42:58.305Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2237 | 2024-12-20T22:42:59.904Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2024-12-20T22:43:01.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.53s |
2239 | 2024-12-20T22:43:01.365Z | |
2240 | 2024-12-20T22:43:01.365Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2241 | 2024-12-20T22:43:01.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-20T22:43:01.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-20T22:43:02.033Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2244 | 2024-12-20T22:43:03.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2245 | 2024-12-20T22:43:03.656Z | |
2246 | 2024-12-20T22:43:03.656Z | info: running `cargo check --bins` on nexus-config (31/175) |
2247 | 2024-12-20T22:43:04.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-20T22:43:04.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-20T22:43:04.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-12-20T22:43:04.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2251 | 2024-12-20T22:43:04.301Z | |
2252 | 2024-12-20T22:43:04.301Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2253 | 2024-12-20T22:43:04.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-12-20T22:43:04.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-12-20T22:43:04.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-12-20T22:43:04.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2257 | 2024-12-20T22:43:04.924Z | |
2258 | 2024-12-20T22:43:04.924Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2259 | 2024-12-20T22:43:05.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-12-20T22:43:05.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-12-20T22:43:05.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2024-12-20T22:43:05.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2263 | 2024-12-20T22:43:05.871Z | |
2264 | 2024-12-20T22:43:05.871Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2265 | 2024-12-20T22:43:06.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2024-12-20T22:43:06.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2024-12-20T22:43:06.243Z | Compiling zerocopy v0.8.10 |
2268 | 2024-12-20T22:43:06.243Z | Compiling progenitor-client v0.8.0 |
2269 | 2024-12-20T22:43:06.243Z | Compiling itertools v0.13.0 |
2270 | 2024-12-20T22:43:06.246Z | Compiling zerocopy-derive v0.8.10 |
2271 | 2024-12-20T22:43:06.246Z | Compiling heapless v0.8.0 |
2272 | 2024-12-20T22:43:06.246Z | Compiling newtype-uuid v1.1.3 |
2273 | 2024-12-20T22:43:06.246Z | Compiling ipnetwork v0.20.0 |
2274 | 2024-12-20T22:43:06.246Z | Checking hash32 v0.3.1 |
2275 | 2024-12-20T22:43:06.585Z | Compiling instant v0.1.13 |
2276 | 2024-12-20T22:43:06.673Z | Compiling progenitor v0.8.0 |
2277 | 2024-12-20T22:43:06.725Z | Compiling smoltcp v0.11.0 |
2278 | 2024-12-20T22:43:06.793Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2279 | 2024-12-20T22:43:06.927Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2280 | 2024-12-20T22:43:07.281Z | Compiling backoff v0.4.0 |
2281 | 2024-12-20T22:43:07.296Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2282 | 2024-12-20T22:43:07.435Z | Compiling dropshot v0.13.0 |
2283 | 2024-12-20T22:43:07.561Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2284 | 2024-12-20T22:43:07.634Z | Compiling parse-display v0.10.0 |
2285 | 2024-12-20T22:43:07.658Z | Compiling serde_with v3.11.0 |
2286 | 2024-12-20T22:43:07.737Z | Checking num-rational v0.4.2 |
2287 | 2024-12-20T22:43:08.141Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2288 | 2024-12-20T22:43:08.346Z | Compiling regress v0.9.1 |
2289 | 2024-12-20T22:43:08.421Z | Compiling phf_generator v0.11.2 |
2290 | 2024-12-20T22:43:08.601Z | Checking num-complex v0.4.6 |
2291 | 2024-12-20T22:43:09.380Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2292 | 2024-12-20T22:43:10.210Z | Compiling macaddr v1.0.1 |
2293 | 2024-12-20T22:43:10.558Z | Checking cobs v0.2.3 |
2294 | 2024-12-20T22:43:10.673Z | Compiling num v0.4.3 |
2295 | 2024-12-20T22:43:10.741Z | Checking postcard v1.0.10 |
2296 | 2024-12-20T22:43:10.891Z | Compiling phf_codegen v0.11.2 |
2297 | 2024-12-20T22:43:11.299Z | Compiling parse-zoneinfo v0.3.1 |
2298 | 2024-12-20T22:43:11.808Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2024-12-20T22:43:12.084Z | Compiling convert_case v0.4.0 |
2300 | 2024-12-20T22:43:12.433Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2301 | 2024-12-20T22:43:13.095Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2302 | 2024-12-20T22:43:13.251Z | Compiling float-ord v0.3.2 |
2303 | 2024-12-20T22:43:13.429Z | Compiling derive_more v0.99.18 |
2304 | 2024-12-20T22:43:13.492Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2305 | 2024-12-20T22:43:13.535Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2024-12-20T22:43:14.233Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2307 | 2024-12-20T22:43:15.053Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2308 | 2024-12-20T22:43:15.152Z | Compiling thiserror v2.0.3 |
2309 | 2024-12-20T22:43:15.306Z | Compiling crucible-workspace-hack v0.1.0 |
2310 | 2024-12-20T22:43:15.345Z | Compiling chrono-tz v0.10.0 |
2311 | 2024-12-20T22:43:15.595Z | Checking newline-converter v0.3.0 |
2312 | 2024-12-20T22:43:15.996Z | Checking prettyplease v0.2.25 |
2313 | 2024-12-20T22:43:16.113Z | Compiling thiserror-impl v2.0.3 |
2314 | 2024-12-20T22:43:16.618Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2315 | 2024-12-20T22:43:17.081Z | Compiling slog-dtrace v0.3.0 |
2316 | 2024-12-20T22:43:17.101Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2317 | 2024-12-20T22:43:17.120Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2318 | 2024-12-20T22:43:17.422Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2319 | 2024-12-20T22:43:18.179Z | Checking expectorate v1.1.0 |
2320 | 2024-12-20T22:43:18.351Z | Compiling zone_cfg_derive v0.3.0 |
2321 | 2024-12-20T22:43:18.533Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2322 | 2024-12-20T22:43:18.670Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2323 | 2024-12-20T22:43:18.893Z | Compiling const_format_proc_macros v0.2.33 |
2324 | 2024-12-20T22:43:19.317Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2024-12-20T22:43:19.651Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-20T22:43:19.823Z | Compiling num-derive v0.4.2 |
2327 | 2024-12-20T22:43:19.893Z | Checking highway v1.2.0 |
2328 | 2024-12-20T22:43:20.020Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2329 | 2024-12-20T22:43:20.319Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2330 | 2024-12-20T22:43:20.336Z | Checking zone v0.3.0 |
2331 | 2024-12-20T22:43:20.464Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2332 | 2024-12-20T22:43:20.987Z | Checking const_format v0.2.33 |
2333 | 2024-12-20T22:43:21.038Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2334 | 2024-12-20T22:43:21.287Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2335 | 2024-12-20T22:43:21.442Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2336 | 2024-12-20T22:43:21.486Z | Checking gethostname v0.5.0 |
2337 | 2024-12-20T22:43:21.610Z | Checking bcs v0.1.6 |
2338 | 2024-12-20T22:43:21.794Z | Compiling async-recursion v1.1.1 |
2339 | 2024-12-20T22:43:22.079Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2340 | 2024-12-20T22:43:22.758Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2341 | 2024-12-20T22:43:23.627Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2342 | 2024-12-20T22:43:29.119Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2343 | 2024-12-20T22:43:32.691Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2344 | 2024-12-20T22:43:35.344Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2345 | 2024-12-20T22:43:36.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.02s |
2346 | 2024-12-20T22:43:36.766Z | |
2347 | 2024-12-20T22:43:36.766Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2348 | 2024-12-20T22:43:37.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-20T22:43:37.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-20T22:43:37.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-12-20T22:43:37.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2352 | 2024-12-20T22:43:37.399Z | |
2353 | 2024-12-20T22:43:37.399Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2354 | 2024-12-20T22:43:37.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-12-20T22:43:37.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-12-20T22:43:37.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-12-20T22:43:37.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2358 | 2024-12-20T22:43:38.043Z | |
2359 | 2024-12-20T22:43:38.043Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2360 | 2024-12-20T22:43:38.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-12-20T22:43:38.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-12-20T22:43:38.699Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2363 | 2024-12-20T22:43:39.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2364 | 2024-12-20T22:43:39.520Z | |
2365 | 2024-12-20T22:43:39.520Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2366 | 2024-12-20T22:43:40.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-12-20T22:43:40.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-12-20T22:43:40.203Z | Compiling cfg_aliases v0.1.1 |
2369 | 2024-12-20T22:43:40.206Z | Compiling vte_generate_state_changes v0.1.2 |
2370 | 2024-12-20T22:43:40.206Z | Checking fd-lock v4.0.2 |
2371 | 2024-12-20T22:43:40.206Z | Checking nibble_vec v0.1.0 |
2372 | 2024-12-20T22:43:40.206Z | Checking bytecount v0.6.8 |
2373 | 2024-12-20T22:43:40.305Z | Checking endian-type v0.1.2 |
2374 | 2024-12-20T22:43:40.323Z | Compiling tabled_derive v0.7.0 |
2375 | 2024-12-20T22:43:40.345Z | Checking itertools v0.12.1 |
2376 | 2024-12-20T22:43:40.386Z | Compiling nix v0.28.0 |
2377 | 2024-12-20T22:43:40.443Z | Checking papergrid v0.11.0 |
2378 | 2024-12-20T22:43:40.460Z | Compiling peg-macros v0.8.4 |
2379 | 2024-12-20T22:43:40.508Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-12-20T22:43:40.535Z | Checking radix_trie v0.2.1 |
2381 | 2024-12-20T22:43:40.926Z | Checking vte v0.11.1 |
2382 | 2024-12-20T22:43:40.941Z | Compiling sqlparser_derive v0.2.2 |
2383 | 2024-12-20T22:43:41.675Z | Checking home v0.5.9 |
2384 | 2024-12-20T22:43:41.828Z | Checking nu-ansi-term v0.50.1 |
2385 | 2024-12-20T22:43:41.905Z | Checking unicode_categories v0.1.1 |
2386 | 2024-12-20T22:43:42.090Z | Checking sqlparser v0.45.0 |
2387 | 2024-12-20T22:43:42.222Z | Checking sqlformat v0.2.6 |
2388 | 2024-12-20T22:43:42.243Z | Checking display-error-chain v0.2.2 |
2389 | 2024-12-20T22:43:42.333Z | Checking strip-ansi-escapes v0.2.0 |
2390 | 2024-12-20T22:43:42.884Z | Checking tabled v0.15.0 |
2391 | 2024-12-20T22:43:42.897Z | Checking reedline v0.35.0 |
2392 | 2024-12-20T22:43:43.531Z | Checking peg v0.8.4 |
2393 | 2024-12-20T22:43:43.637Z | Checking rustyline v14.0.0 |
2394 | 2024-12-20T22:43:52.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.18s |
2395 | 2024-12-20T22:43:53.009Z | |
2396 | 2024-12-20T22:43:53.009Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2397 | 2024-12-20T22:43:53.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-20T22:43:53.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-20T22:43:53.550Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-20T22:43:58.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2401 | 2024-12-20T22:43:58.827Z | |
2402 | 2024-12-20T22:43:58.827Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2403 | 2024-12-20T22:43:59.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-20T22:43:59.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-20T22:43:59.498Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-20T22:44:03.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2407 | 2024-12-20T22:44:03.490Z | |
2408 | 2024-12-20T22:44:03.490Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2409 | 2024-12-20T22:44:04.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-20T22:44:04.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-20T22:44:04.152Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-20T22:44:08.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2413 | 2024-12-20T22:44:09.086Z | |
2414 | 2024-12-20T22:44:09.086Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2415 | 2024-12-20T22:44:09.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-20T22:44:09.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-20T22:44:09.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2024-12-20T22:44:14.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
2419 | 2024-12-20T22:44:14.733Z | |
2420 | 2024-12-20T22:44:14.733Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2421 | 2024-12-20T22:44:15.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-20T22:44:15.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-20T22:44:15.388Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2024-12-20T22:44:19.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2425 | 2024-12-20T22:44:19.492Z | |
2426 | 2024-12-20T22:44:19.492Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2427 | 2024-12-20T22:44:20.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-20T22:44:20.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-20T22:44:20.147Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2024-12-20T22:44:24.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
2431 | 2024-12-20T22:44:24.351Z | |
2432 | 2024-12-20T22:44:24.352Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2433 | 2024-12-20T22:44:24.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-20T22:44:24.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-20T22:44:25.013Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2024-12-20T22:44:30.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2437 | 2024-12-20T22:44:30.202Z | |
2438 | 2024-12-20T22:44:30.203Z | info: running `cargo check --bins` on oximeter (46/175) |
2439 | 2024-12-20T22:44:30.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-20T22:44:30.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-20T22:44:30.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-12-20T22:44:30.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2024-12-20T22:44:30.831Z | |
2444 | 2024-12-20T22:44:30.831Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2445 | 2024-12-20T22:44:31.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-20T22:44:31.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-20T22:44:31.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-20T22:44:31.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2449 | 2024-12-20T22:44:31.436Z | |
2450 | 2024-12-20T22:44:31.436Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2451 | 2024-12-20T22:44:31.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-20T22:44:31.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-20T22:44:32.072Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2454 | 2024-12-20T22:44:32.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2455 | 2024-12-20T22:44:32.681Z | |
2456 | 2024-12-20T22:44:32.681Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2457 | 2024-12-20T22:44:33.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-20T22:44:33.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-20T22:44:33.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-20T22:44:33.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2461 | 2024-12-20T22:44:33.313Z | |
2462 | 2024-12-20T22:44:33.313Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2463 | 2024-12-20T22:44:33.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-20T22:44:33.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-20T22:44:33.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-20T22:44:33.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2467 | 2024-12-20T22:44:33.939Z | |
2468 | 2024-12-20T22:44:33.940Z | info: running `cargo check --bins` on oxql-types (51/175) |
2469 | 2024-12-20T22:44:34.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-20T22:44:34.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-20T22:44:34.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-20T22:44:34.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-12-20T22:44:34.563Z | |
2474 | 2024-12-20T22:44:34.563Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2475 | 2024-12-20T22:44:35.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-20T22:44:35.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-20T22:44:35.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-20T22:44:35.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2479 | 2024-12-20T22:44:35.210Z | |
2480 | 2024-12-20T22:44:35.211Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2481 | 2024-12-20T22:44:35.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-20T22:44:35.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-20T22:44:35.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-20T22:44:35.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2485 | 2024-12-20T22:44:35.855Z | |
2486 | 2024-12-20T22:44:35.855Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2487 | 2024-12-20T22:44:36.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-20T22:44:36.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-20T22:44:36.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-20T22:44:36.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2491 | 2024-12-20T22:44:36.505Z | |
2492 | 2024-12-20T22:44:36.505Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2493 | 2024-12-20T22:44:37.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-20T22:44:37.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-20T22:44:37.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-20T22:44:37.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2497 | 2024-12-20T22:44:37.145Z | |
2498 | 2024-12-20T22:44:37.145Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2499 | 2024-12-20T22:44:37.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-20T22:44:37.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-20T22:44:37.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-20T22:44:37.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2503 | 2024-12-20T22:44:37.784Z | |
2504 | 2024-12-20T22:44:37.784Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2505 | 2024-12-20T22:44:38.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-20T22:44:38.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-20T22:44:38.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-20T22:44:38.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-12-20T22:44:38.419Z | |
2510 | 2024-12-20T22:44:38.419Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2511 | 2024-12-20T22:44:38.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-20T22:44:38.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-20T22:44:38.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-20T22:44:38.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2515 | 2024-12-20T22:44:39.027Z | |
2516 | 2024-12-20T22:44:39.027Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2517 | 2024-12-20T22:44:39.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-20T22:44:39.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-20T22:44:39.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-20T22:44:39.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2521 | 2024-12-20T22:44:39.679Z | |
2522 | 2024-12-20T22:44:39.679Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2523 | 2024-12-20T22:44:40.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-20T22:44:40.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-20T22:44:40.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-20T22:44:40.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2527 | 2024-12-20T22:44:40.785Z | |
2528 | 2024-12-20T22:44:40.785Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2529 | 2024-12-20T22:44:40.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-20T22:44:40.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-20T22:44:40.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-20T22:44:40.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2533 | 2024-12-20T22:44:40.951Z | |
2534 | 2024-12-20T22:44:40.951Z | info: running `cargo check --bins` on dpd-client (62/175) |
2535 | 2024-12-20T22:44:41.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-20T22:44:41.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-20T22:44:41.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-20T22:44:41.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2539 | 2024-12-20T22:44:41.571Z | |
2540 | 2024-12-20T22:44:41.571Z | info: running `cargo check --bins` on gateway-client (63/175) |
2541 | 2024-12-20T22:44:42.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-20T22:44:42.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-20T22:44:42.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-20T22:44:42.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2545 | 2024-12-20T22:44:42.187Z | |
2546 | 2024-12-20T22:44:42.188Z | info: running `cargo check --bins` on installinator-client (64/175) |
2547 | 2024-12-20T22:44:42.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-20T22:44:42.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-20T22:44:42.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-20T22:44:42.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2551 | 2024-12-20T22:44:42.835Z | |
2552 | 2024-12-20T22:44:42.835Z | info: running `cargo check --bins` on installinator-common (65/175) |
2553 | 2024-12-20T22:44:43.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-20T22:44:43.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-20T22:44:43.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-20T22:44:43.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2557 | 2024-12-20T22:44:43.484Z | |
2558 | 2024-12-20T22:44:43.484Z | info: running `cargo check --bins` on update-engine (66/175) |
2559 | 2024-12-20T22:44:44.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-20T22:44:44.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-20T22:44:44.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-20T22:44:44.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2563 | 2024-12-20T22:44:44.097Z | |
2564 | 2024-12-20T22:44:44.097Z | info: running `cargo check --bins` on nexus-client (67/175) |
2565 | 2024-12-20T22:44:44.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-20T22:44:44.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-20T22:44:44.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-20T22:44:44.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2569 | 2024-12-20T22:44:44.744Z | |
2570 | 2024-12-20T22:44:44.744Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2571 | 2024-12-20T22:44:45.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-20T22:44:45.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-20T22:44:45.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-20T22:44:45.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2575 | 2024-12-20T22:44:45.383Z | |
2576 | 2024-12-20T22:44:45.384Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2577 | 2024-12-20T22:44:45.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-20T22:44:45.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-20T22:44:45.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-20T22:44:45.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2024-12-20T22:44:45.996Z | |
2582 | 2024-12-20T22:44:45.996Z | info: running `cargo check --bins` on nexus-types (70/175) |
2583 | 2024-12-20T22:44:46.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-20T22:44:46.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-20T22:44:46.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-20T22:44:46.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2587 | 2024-12-20T22:44:46.652Z | |
2588 | 2024-12-20T22:44:46.652Z | info: running `cargo check --bins` on oxide-client (71/175) |
2589 | 2024-12-20T22:44:47.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-20T22:44:47.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-20T22:44:47.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-20T22:44:47.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2593 | 2024-12-20T22:44:47.259Z | |
2594 | 2024-12-20T22:44:47.259Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2595 | 2024-12-20T22:44:47.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-20T22:44:47.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-20T22:44:47.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-20T22:44:47.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2599 | 2024-12-20T22:44:47.877Z | |
2600 | 2024-12-20T22:44:47.877Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2601 | 2024-12-20T22:44:48.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-20T22:44:48.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-20T22:44:48.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-20T22:44:48.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2605 | 2024-12-20T22:44:48.487Z | |
2606 | 2024-12-20T22:44:48.487Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2607 | 2024-12-20T22:44:49.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-20T22:44:49.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-20T22:44:49.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-20T22:44:49.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2611 | 2024-12-20T22:44:49.125Z | |
2612 | 2024-12-20T22:44:49.125Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2613 | 2024-12-20T22:44:49.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-20T22:44:49.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-20T22:44:49.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-12-20T22:44:49.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2617 | 2024-12-20T22:44:49.788Z | |
2618 | 2024-12-20T22:44:49.788Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2619 | 2024-12-20T22:44:50.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-20T22:44:50.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-20T22:44:50.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-12-20T22:44:50.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2623 | 2024-12-20T22:44:50.445Z | |
2624 | 2024-12-20T22:44:50.445Z | info: running `cargo check --bins` on wicket-common (77/175) |
2625 | 2024-12-20T22:44:51.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-20T22:44:51.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-20T22:44:51.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-20T22:44:51.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2629 | 2024-12-20T22:44:51.089Z | |
2630 | 2024-12-20T22:44:51.089Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2631 | 2024-12-20T22:44:51.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-20T22:44:51.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-20T22:44:51.747Z | Checking csv-core v0.1.11 |
2634 | 2024-12-20T22:44:51.747Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2635 | 2024-12-20T22:44:51.750Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2636 | 2024-12-20T22:44:52.059Z | Checking csv v1.3.0 |
2637 | 2024-12-20T22:44:52.075Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2638 | 2024-12-20T22:44:52.639Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2639 | 2024-12-20T22:44:52.977Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2640 | 2024-12-20T22:44:54.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
2641 | 2024-12-20T22:44:54.424Z | |
2642 | 2024-12-20T22:44:54.424Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2643 | 2024-12-20T22:44:54.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-20T22:44:54.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-20T22:44:54.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-12-20T22:44:54.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2647 | 2024-12-20T22:44:55.061Z | |
2648 | 2024-12-20T22:44:55.061Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2649 | 2024-12-20T22:44:55.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-12-20T22:44:55.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-12-20T22:44:55.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-12-20T22:44:55.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2653 | 2024-12-20T22:44:55.699Z | |
2654 | 2024-12-20T22:44:55.700Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2655 | 2024-12-20T22:44:56.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-12-20T22:44:56.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-12-20T22:44:56.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-12-20T22:44:56.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2659 | 2024-12-20T22:44:56.433Z | |
2660 | 2024-12-20T22:44:56.433Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2661 | 2024-12-20T22:44:57.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-12-20T22:44:57.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-12-20T22:44:57.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-12-20T22:44:57.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2665 | 2024-12-20T22:44:57.166Z | |
2666 | 2024-12-20T22:44:57.167Z | info: running `cargo check --bins` on dns-server (83/175) |
2667 | 2024-12-20T22:44:57.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-12-20T22:44:57.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-12-20T22:44:57.822Z | Compiling parking_lot_core v0.8.6 |
2670 | 2024-12-20T22:44:57.825Z | Checking fxhash v0.2.1 |
2671 | 2024-12-20T22:44:57.825Z | Checking hickory-server v0.24.1 |
2672 | 2024-12-20T22:44:57.825Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2673 | 2024-12-20T22:44:57.924Z | Checking hickory-client v0.24.1 |
2674 | 2024-12-20T22:44:58.523Z | Checking parking_lot v0.11.2 |
2675 | 2024-12-20T22:44:58.614Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2676 | 2024-12-20T22:44:58.614Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2677 | 2024-12-20T22:44:58.759Z | Checking sled v0.34.7 |
2678 | 2024-12-20T22:45:00.527Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2679 | 2024-12-20T22:45:01.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2680 | 2024-12-20T22:45:01.937Z | |
2681 | 2024-12-20T22:45:01.937Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2682 | 2024-12-20T22:45:02.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-20T22:45:02.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-20T22:45:02.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-12-20T22:45:02.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2686 | 2024-12-20T22:45:02.567Z | |
2687 | 2024-12-20T22:45:02.567Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2688 | 2024-12-20T22:45:03.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-12-20T22:45:03.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-12-20T22:45:03.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-12-20T22:45:03.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2692 | 2024-12-20T22:45:03.256Z | |
2693 | 2024-12-20T22:45:03.256Z | info: running `cargo check --bins` on gateway-types (86/175) |
2694 | 2024-12-20T22:45:03.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-12-20T22:45:03.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-12-20T22:45:03.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2024-12-20T22:45:03.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2698 | 2024-12-20T22:45:03.882Z | |
2699 | 2024-12-20T22:45:03.882Z | info: running `cargo check --bins` on ipcc (87/175) |
2700 | 2024-12-20T22:45:04.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-12-20T22:45:04.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-12-20T22:45:04.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-12-20T22:45:04.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2704 | 2024-12-20T22:45:04.510Z | |
2705 | 2024-12-20T22:45:04.510Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2706 | 2024-12-20T22:45:05.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-12-20T22:45:05.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-12-20T22:45:05.211Z | Compiling radium v0.7.0 |
2709 | 2024-12-20T22:45:05.211Z | Compiling semver v0.1.20 |
2710 | 2024-12-20T22:45:05.317Z | Checking tap v1.0.1 |
2711 | 2024-12-20T22:45:05.319Z | Compiling maybe-uninit v2.0.0 |
2712 | 2024-12-20T22:45:05.345Z | Checking password-hash v0.5.0 |
2713 | 2024-12-20T22:45:05.350Z | Checking blake2 v0.10.6 |
2714 | 2024-12-20T22:45:05.350Z | Checking crc-catalog v2.4.0 |
2715 | 2024-12-20T22:45:05.350Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2024-12-20T22:45:05.479Z | Checking wyz v0.5.1 |
2717 | 2024-12-20T22:45:05.499Z | Checking funty v2.0.0 |
2718 | 2024-12-20T22:45:05.707Z | Compiling rustc_version v0.1.7 |
2719 | 2024-12-20T22:45:05.788Z | Compiling owo-colors v4.1.0 |
2720 | 2024-12-20T22:45:05.832Z | Compiling packed_struct v0.10.1 |
2721 | 2024-12-20T22:45:05.870Z | Checking argon2 v0.5.3 |
2722 | 2024-12-20T22:45:05.934Z | Checking crc v3.2.1 |
2723 | 2024-12-20T22:45:05.951Z | Compiling packed_struct_codegen v0.10.1 |
2724 | 2024-12-20T22:45:06.089Z | Compiling indexmap v1.9.3 |
2725 | 2024-12-20T22:45:06.199Z | Compiling newtype_derive v0.1.6 |
2726 | 2024-12-20T22:45:06.215Z | Checking half v2.4.1 |
2727 | 2024-12-20T22:45:06.299Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2728 | 2024-12-20T22:45:06.359Z | Checking nodrop v0.1.14 |
2729 | 2024-12-20T22:45:06.379Z | Checking ciborium-io v0.2.2 |
2730 | 2024-12-20T22:45:06.429Z | Checking bitvec v1.0.1 |
2731 | 2024-12-20T22:45:06.475Z | Checking array-init v0.0.4 |
2732 | 2024-12-20T22:45:06.532Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2733 | 2024-12-20T22:45:06.608Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2734 | 2024-12-20T22:45:06.640Z | Checking ciborium-ll v0.2.2 |
2735 | 2024-12-20T22:45:06.669Z | Checking smallvec v0.6.14 |
2736 | 2024-12-20T22:45:06.943Z | Checking libsw v3.3.1 |
2737 | 2024-12-20T22:45:07.078Z | Compiling memoffset v0.9.1 |
2738 | 2024-12-20T22:45:07.215Z | Checking swrite v0.1.0 |
2739 | 2024-12-20T22:45:07.238Z | Checking linear-map v1.2.0 |
2740 | 2024-12-20T22:45:07.331Z | Checking termcolor v1.4.1 |
2741 | 2024-12-20T22:45:07.366Z | Checking bitfield v0.14.0 |
2742 | 2024-12-20T22:45:07.393Z | Checking hashbrown v0.12.3 |
2743 | 2024-12-20T22:45:07.489Z | Checking indent_write v2.2.0 |
2744 | 2024-12-20T22:45:07.579Z | Checking ron v0.8.1 |
2745 | 2024-12-20T22:45:07.623Z | Checking serde-hex v0.1.0 |
2746 | 2024-12-20T22:45:07.783Z | Checking env_logger v0.10.2 |
2747 | 2024-12-20T22:45:07.831Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2748 | 2024-12-20T22:45:08.230Z | Checking ciborium v0.2.2 |
2749 | 2024-12-20T22:45:08.442Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2024-12-20T22:45:08.780Z | Checking steno v0.4.1 |
2751 | 2024-12-20T22:45:09.041Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2752 | 2024-12-20T22:45:09.138Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2753 | 2024-12-20T22:45:09.268Z | Checking hashbrown v0.13.2 |
2754 | 2024-12-20T22:45:09.285Z | Checking crc-any v2.5.0 |
2755 | 2024-12-20T22:45:09.484Z | Checking humantime v2.1.0 |
2756 | 2024-12-20T22:45:09.651Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2757 | 2024-12-20T22:45:09.767Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2758 | 2024-12-20T22:45:10.039Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2759 | 2024-12-20T22:45:10.314Z | Checking object v0.30.4 |
2760 | 2024-12-20T22:45:10.338Z | Checking path-slash v0.1.5 |
2761 | 2024-12-20T22:45:10.378Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2762 | 2024-12-20T22:45:10.563Z | Checking nix v0.27.1 |
2763 | 2024-12-20T22:45:11.055Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2764 | 2024-12-20T22:45:11.528Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2765 | 2024-12-20T22:45:11.660Z | Checking tungstenite v0.23.0 |
2766 | 2024-12-20T22:45:11.803Z | Checking kstat-rs v0.2.4 |
2767 | 2024-12-20T22:45:11.839Z | Checking signal-hook-tokio v0.3.1 |
2768 | 2024-12-20T22:45:12.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2769 | 2024-12-20T22:45:12.405Z | Checking tokio-tungstenite v0.23.1 |
2770 | 2024-12-20T22:45:12.859Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2771 | 2024-12-20T22:45:13.094Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2772 | 2024-12-20T22:45:13.343Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2773 | 2024-12-20T22:45:19.911Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2774 | 2024-12-20T22:45:21.190Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2775 | 2024-12-20T22:45:24.259Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2776 | 2024-12-20T22:45:29.996Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2777 | 2024-12-20T22:45:30.710Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2778 | 2024-12-20T22:45:33.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.06s |
2779 | 2024-12-20T22:45:33.757Z | |
2780 | 2024-12-20T22:45:33.757Z | info: running `cargo check --bins` on gateway-api (89/175) |
2781 | 2024-12-20T22:45:34.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-20T22:45:34.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-20T22:45:34.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-20T22:45:34.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2785 | 2024-12-20T22:45:34.390Z | |
2786 | 2024-12-20T22:45:34.390Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2787 | 2024-12-20T22:45:34.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-20T22:45:34.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-20T22:45:34.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-20T22:45:34.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2791 | 2024-12-20T22:45:35.000Z | |
2792 | 2024-12-20T22:45:35.000Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2793 | 2024-12-20T22:45:35.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-20T22:45:35.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-20T22:45:35.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-20T22:45:35.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2797 | 2024-12-20T22:45:35.630Z | |
2798 | 2024-12-20T22:45:35.630Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2799 | 2024-12-20T22:45:36.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-20T22:45:36.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-20T22:45:36.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-20T22:45:36.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2803 | 2024-12-20T22:45:36.270Z | |
2804 | 2024-12-20T22:45:36.270Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2805 | 2024-12-20T22:45:36.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-20T22:45:36.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-20T22:45:36.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-20T22:45:36.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2809 | 2024-12-20T22:45:36.911Z | |
2810 | 2024-12-20T22:45:36.911Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2811 | 2024-12-20T22:45:37.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-20T22:45:37.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-20T22:45:37.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-20T22:45:37.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2815 | 2024-12-20T22:45:37.547Z | |
2816 | 2024-12-20T22:45:37.547Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2817 | 2024-12-20T22:45:38.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-20T22:45:38.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-20T22:45:38.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-20T22:45:38.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2821 | 2024-12-20T22:45:38.184Z | |
2822 | 2024-12-20T22:45:38.184Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2823 | 2024-12-20T22:45:38.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-20T22:45:38.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-20T22:45:38.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-20T22:45:38.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2827 | 2024-12-20T22:45:38.819Z | |
2828 | 2024-12-20T22:45:38.819Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2829 | 2024-12-20T22:45:39.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-20T22:45:39.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-20T22:45:39.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-20T22:45:39.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2833 | 2024-12-20T22:45:39.480Z | |
2834 | 2024-12-20T22:45:39.480Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2835 | 2024-12-20T22:45:40.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-20T22:45:40.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-20T22:45:40.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-20T22:45:40.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2839 | 2024-12-20T22:45:40.113Z | |
2840 | 2024-12-20T22:45:40.113Z | info: running `cargo check --bins` on sp-sim (99/175) |
2841 | 2024-12-20T22:45:40.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-20T22:45:40.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-20T22:45:40.759Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2844 | 2024-12-20T22:45:42.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2845 | 2024-12-20T22:45:42.799Z | |
2846 | 2024-12-20T22:45:42.799Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2847 | 2024-12-20T22:45:43.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-20T22:45:43.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-20T22:45:43.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-20T22:45:43.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2851 | 2024-12-20T22:45:43.476Z | |
2852 | 2024-12-20T22:45:43.476Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2853 | 2024-12-20T22:45:44.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-20T22:45:44.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-20T22:45:44.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-20T22:45:44.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2857 | 2024-12-20T22:45:44.151Z | |
2858 | 2024-12-20T22:45:44.151Z | info: running `cargo check --bins` on db-macros (102/175) |
2859 | 2024-12-20T22:45:44.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-20T22:45:44.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-20T22:45:44.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-20T22:45:44.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2863 | 2024-12-20T22:45:44.762Z | |
2864 | 2024-12-20T22:45:44.762Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2865 | 2024-12-20T22:45:45.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-20T22:45:45.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-20T22:45:45.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-20T22:45:45.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2869 | 2024-12-20T22:45:45.366Z | |
2870 | 2024-12-20T22:45:45.366Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2871 | 2024-12-20T22:45:45.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-20T22:45:45.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-20T22:45:45.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-20T22:45:45.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2875 | 2024-12-20T22:45:46.028Z | |
2876 | 2024-12-20T22:45:46.028Z | info: running `cargo check --bins` on authz-macros (105/175) |
2877 | 2024-12-20T22:45:46.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-20T22:45:46.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-20T22:45:46.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-20T22:45:46.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2881 | 2024-12-20T22:45:46.634Z | |
2882 | 2024-12-20T22:45:46.634Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2883 | 2024-12-20T22:45:47.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-20T22:45:47.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-20T22:45:47.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-20T22:45:47.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2887 | 2024-12-20T22:45:47.289Z | |
2888 | 2024-12-20T22:45:47.289Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2889 | 2024-12-20T22:45:47.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-20T22:45:47.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-20T22:45:47.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-12-20T22:45:47.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2893 | 2024-12-20T22:45:47.945Z | |
2894 | 2024-12-20T22:45:47.945Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2895 | 2024-12-20T22:45:48.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-12-20T22:45:48.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-12-20T22:45:48.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-12-20T22:45:48.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2899 | 2024-12-20T22:45:48.569Z | |
2900 | 2024-12-20T22:45:48.569Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2901 | 2024-12-20T22:45:49.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-12-20T22:45:49.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-12-20T22:45:49.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2024-12-20T22:45:49.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2905 | 2024-12-20T22:45:49.218Z | |
2906 | 2024-12-20T22:45:49.218Z | info: running `cargo check --bins` on typed-rng (110/175) |
2907 | 2024-12-20T22:45:49.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2024-12-20T22:45:49.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2024-12-20T22:45:49.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2024-12-20T22:45:49.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2911 | 2024-12-20T22:45:49.822Z | |
2912 | 2024-12-20T22:45:49.822Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2913 | 2024-12-20T22:45:50.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-12-20T22:45:50.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-12-20T22:45:50.559Z | Checking keccak v0.1.5 |
2916 | 2024-12-20T22:45:50.668Z | Checking secrecy v0.8.0 |
2917 | 2024-12-20T22:45:50.670Z | Compiling unicase v2.7.0 |
2918 | 2024-12-20T22:45:50.670Z | Compiling same-file v1.0.6 |
2919 | 2024-12-20T22:45:50.689Z | Compiling tempfile v3.13.0 |
2920 | 2024-12-20T22:45:50.712Z | Compiling thiserror-impl-no-std v2.0.2 |
2921 | 2024-12-20T22:45:50.714Z | Checking universal-hash v0.5.1 |
2922 | 2024-12-20T22:45:50.714Z | Compiling ring v0.16.20 |
2923 | 2024-12-20T22:45:50.843Z | Compiling walkdir v2.5.0 |
2924 | 2024-12-20T22:45:50.881Z | Compiling blake3 v1.5.4 |
2925 | 2024-12-20T22:45:50.944Z | Checking sha3 v0.10.8 |
2926 | 2024-12-20T22:45:50.961Z | Checking opaque-debug v0.3.1 |
2927 | 2024-12-20T22:45:51.052Z | Checking poly1305 v0.8.0 |
2928 | 2024-12-20T22:45:51.109Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2929 | 2024-12-20T22:45:51.339Z | Checking chacha20 v0.9.1 |
2930 | 2024-12-20T22:45:51.415Z | Checking aead v0.5.2 |
2931 | 2024-12-20T22:45:51.542Z | Compiling memmap2 v0.9.5 |
2932 | 2024-12-20T22:45:51.593Z | Compiling arrayvec v0.7.6 |
2933 | 2024-12-20T22:45:51.618Z | Compiling salty v0.3.0 |
2934 | 2024-12-20T22:45:51.634Z | Compiling constant_time_eq v0.3.1 |
2935 | 2024-12-20T22:45:51.680Z | Compiling spin v0.5.2 |
2936 | 2024-12-20T22:45:51.807Z | Compiling libefi-sys v0.1.0 |
2937 | 2024-12-20T22:45:51.901Z | Compiling arrayref v0.3.9 |
2938 | 2024-12-20T22:45:51.963Z | Checking chacha20poly1305 v0.10.1 |
2939 | 2024-12-20T22:45:52.010Z | Compiling toolchain_find v0.4.0 |
2940 | 2024-12-20T22:45:52.041Z | Compiling camino-tempfile v1.1.1 |
2941 | 2024-12-20T22:45:52.109Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2942 | 2024-12-20T22:45:52.146Z | Compiling bitfield-struct v0.6.2 |
2943 | 2024-12-20T22:45:52.407Z | Compiling topological-sort v0.2.2 |
2944 | 2024-12-20T22:45:52.482Z | Compiling mime_guess v2.0.5 |
2945 | 2024-12-20T22:45:52.612Z | Compiling rustfmt-wrapper v0.2.1 |
2946 | 2024-12-20T22:45:53.035Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2947 | 2024-12-20T22:45:53.187Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2948 | 2024-12-20T22:45:53.317Z | Checking primeorder v0.13.6 |
2949 | 2024-12-20T22:45:53.393Z | Checking env_filter v0.1.2 |
2950 | 2024-12-20T22:45:53.495Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2951 | 2024-12-20T22:45:53.609Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2952 | 2024-12-20T22:45:53.641Z | Checking env_logger v0.11.5 |
2953 | 2024-12-20T22:45:53.778Z | Checking p384 v0.13.0 |
2954 | 2024-12-20T22:45:53.825Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2955 | 2024-12-20T22:45:53.844Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2956 | 2024-12-20T22:45:53.905Z | Checking thiserror-no-std v2.0.2 |
2957 | 2024-12-20T22:45:54.014Z | Checking vsss-rs v3.3.4 |
2958 | 2024-12-20T22:45:54.074Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2959 | 2024-12-20T22:45:54.199Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2960 | 2024-12-20T22:45:54.233Z | Checking bumpalo v3.16.0 |
2961 | 2024-12-20T22:45:54.423Z | Checking simd-adler32 v0.3.7 |
2962 | 2024-12-20T22:45:54.495Z | Checking http-range v0.1.5 |
2963 | 2024-12-20T22:45:54.552Z | Compiling zip v2.1.3 |
2964 | 2024-12-20T22:45:54.665Z | Checking lockfree-object-pool v0.1.6 |
2965 | 2024-12-20T22:45:54.681Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2966 | 2024-12-20T22:45:54.763Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2967 | 2024-12-20T22:45:54.867Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2968 | 2024-12-20T22:45:54.923Z | Checking zopfli v0.8.1 |
2969 | 2024-12-20T22:45:54.972Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2970 | 2024-12-20T22:45:55.177Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2971 | 2024-12-20T22:45:55.586Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2972 | 2024-12-20T22:45:55.620Z | Checking nanorand v0.7.0 |
2973 | 2024-12-20T22:45:55.638Z | Checking atty v0.2.14 |
2974 | 2024-12-20T22:45:55.721Z | Checking glob v0.3.1 |
2975 | 2024-12-20T22:45:55.766Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2976 | 2024-12-20T22:45:55.958Z | Checking flume v0.11.1 |
2977 | 2024-12-20T22:45:56.048Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2978 | 2024-12-20T22:45:56.278Z | Compiling omicron-zone-package v0.11.1 |
2979 | 2024-12-20T22:45:56.482Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2980 | 2024-12-20T22:45:56.803Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2981 | 2024-12-20T22:45:57.334Z | Checking hyper-staticfile v0.10.1 |
2982 | 2024-12-20T22:45:57.952Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2983 | 2024-12-20T22:45:58.428Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2984 | 2024-12-20T22:45:58.546Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2985 | 2024-12-20T22:45:58.602Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2986 | 2024-12-20T22:45:58.657Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2987 | 2024-12-20T22:45:58.723Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2988 | 2024-12-20T22:45:59.275Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2989 | 2024-12-20T22:45:59.569Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2990 | 2024-12-20T22:45:59.998Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2991 | 2024-12-20T22:46:00.976Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2992 | 2024-12-20T22:46:02.810Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2993 | 2024-12-20T22:46:02.813Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2994 | 2024-12-20T22:46:13.100Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-20T22:46:26.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.89s |
2996 | 2024-12-20T22:46:26.908Z | |
2997 | 2024-12-20T22:46:26.908Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2998 | 2024-12-20T22:46:27.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-20T22:46:27.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-20T22:46:27.640Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-20T22:46:41.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s |
3002 | 2024-12-20T22:46:41.272Z | |
3003 | 2024-12-20T22:46:41.273Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
3004 | 2024-12-20T22:46:41.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-20T22:46:41.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-20T22:46:42.005Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-20T22:46:55.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
3008 | 2024-12-20T22:46:55.807Z | |
3009 | 2024-12-20T22:46:55.807Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
3010 | 2024-12-20T22:46:56.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-20T22:46:56.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-20T22:46:56.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-20T22:47:10.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
3014 | 2024-12-20T22:47:10.366Z | |
3015 | 2024-12-20T22:47:10.367Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
3016 | 2024-12-20T22:47:10.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-20T22:47:10.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-20T22:47:11.099Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-20T22:47:24.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
3020 | 2024-12-20T22:47:24.930Z | |
3021 | 2024-12-20T22:47:24.930Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3022 | 2024-12-20T22:47:25.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-20T22:47:25.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-20T22:47:25.659Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-12-20T22:47:39.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3026 | 2024-12-20T22:47:39.438Z | |
3027 | 2024-12-20T22:47:39.438Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3028 | 2024-12-20T22:47:40.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-20T22:47:40.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-20T22:47:40.170Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3031 | 2024-12-20T22:47:53.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
3032 | 2024-12-20T22:47:53.930Z | |
3033 | 2024-12-20T22:47:53.930Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3034 | 2024-12-20T22:47:54.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-20T22:47:54.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-20T22:47:54.662Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3037 | 2024-12-20T22:48:08.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
3038 | 2024-12-20T22:48:08.478Z | |
3039 | 2024-12-20T22:48:08.478Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3040 | 2024-12-20T22:48:09.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-20T22:48:09.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-20T22:48:09.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-20T22:48:09.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3044 | 2024-12-20T22:48:09.136Z | |
3045 | 2024-12-20T22:48:09.136Z | info: running `cargo check --bins` on key-manager (120/175) |
3046 | 2024-12-20T22:48:09.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-20T22:48:09.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-20T22:48:09.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-20T22:48:09.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3050 | 2024-12-20T22:48:09.766Z | |
3051 | 2024-12-20T22:48:09.766Z | info: running `cargo check --bins` on range-requests (121/175) |
3052 | 2024-12-20T22:48:10.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-20T22:48:10.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-20T22:48:10.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-20T22:48:10.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3056 | 2024-12-20T22:48:10.379Z | |
3057 | 2024-12-20T22:48:10.379Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3058 | 2024-12-20T22:48:10.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-20T22:48:10.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-20T22:48:10.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-20T22:48:10.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3062 | 2024-12-20T22:48:11.025Z | |
3063 | 2024-12-20T22:48:11.025Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3064 | 2024-12-20T22:48:11.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-20T22:48:11.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-20T22:48:11.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-20T22:48:11.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3068 | 2024-12-20T22:48:11.693Z | |
3069 | 2024-12-20T22:48:11.694Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3070 | 2024-12-20T22:48:12.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-20T22:48:12.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-20T22:48:12.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-20T22:48:12.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3074 | 2024-12-20T22:48:12.316Z | |
3075 | 2024-12-20T22:48:12.316Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3076 | 2024-12-20T22:48:12.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-20T22:48:12.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-20T22:48:12.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-20T22:48:12.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3080 | 2024-12-20T22:48:12.957Z | |
3081 | 2024-12-20T22:48:12.957Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3082 | 2024-12-20T22:48:13.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-20T22:48:13.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-20T22:48:13.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-12-20T22:48:13.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3086 | 2024-12-20T22:48:13.607Z | |
3087 | 2024-12-20T22:48:13.607Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3088 | 2024-12-20T22:48:14.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-20T22:48:14.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-20T22:48:14.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-20T22:48:14.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3092 | 2024-12-20T22:48:14.248Z | |
3093 | 2024-12-20T22:48:14.249Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3094 | 2024-12-20T22:48:14.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-20T22:48:14.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-20T22:48:14.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-12-20T22:48:14.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3098 | 2024-12-20T22:48:14.897Z | |
3099 | 2024-12-20T22:48:14.897Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3100 | 2024-12-20T22:48:15.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-20T22:48:15.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-20T22:48:15.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2024-12-20T22:48:15.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3104 | 2024-12-20T22:48:15.548Z | |
3105 | 2024-12-20T22:48:15.548Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3106 | 2024-12-20T22:48:16.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-12-20T22:48:16.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-12-20T22:48:16.237Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3109 | 2024-12-20T22:48:16.237Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3110 | 2024-12-20T22:48:17.102Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3111 | 2024-12-20T22:48:19.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3112 | 2024-12-20T22:48:19.326Z | |
3113 | 2024-12-20T22:48:19.326Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3114 | 2024-12-20T22:48:19.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-20T22:48:19.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-20T22:48:19.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3117 | 2024-12-20T22:48:19.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3118 | 2024-12-20T22:48:19.962Z | |
3119 | 2024-12-20T22:48:19.963Z | info: running `cargo check --bins` on cert-dev (132/175) |
3120 | 2024-12-20T22:48:20.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-12-20T22:48:20.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-12-20T22:48:20.578Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3123 | 2024-12-20T22:48:20.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3124 | 2024-12-20T22:48:21.011Z | |
3125 | 2024-12-20T22:48:21.012Z | info: running `cargo check --bins` on clickana (133/175) |
3126 | 2024-12-20T22:48:21.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-12-20T22:48:21.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-12-20T22:48:21.661Z | Checking castaway v0.2.3 |
3129 | 2024-12-20T22:48:21.665Z | Checking unicode-truncate v1.1.0 |
3130 | 2024-12-20T22:48:21.665Z | Checking lru v0.12.5 |
3131 | 2024-12-20T22:48:21.665Z | Compiling instability v0.3.2 |
3132 | 2024-12-20T22:48:21.665Z | Checking cassowary v0.3.0 |
3133 | 2024-12-20T22:48:21.665Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3134 | 2024-12-20T22:48:21.931Z | Checking compact_str v0.8.0 |
3135 | 2024-12-20T22:48:22.529Z | Checking ratatui v0.28.1 |
3136 | 2024-12-20T22:48:24.452Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3137 | 2024-12-20T22:48:25.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3138 | 2024-12-20T22:48:25.455Z | |
3139 | 2024-12-20T22:48:25.455Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3140 | 2024-12-20T22:48:26.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-20T22:48:26.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-20T22:48:26.138Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3143 | 2024-12-20T22:48:26.138Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3144 | 2024-12-20T22:48:26.724Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3145 | 2024-12-20T22:48:27.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3146 | 2024-12-20T22:48:27.265Z | |
3147 | 2024-12-20T22:48:27.265Z | info: running `cargo check --bins` on ch-dev (135/175) |
3148 | 2024-12-20T22:48:27.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-20T22:48:27.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-20T22:48:27.932Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3151 | 2024-12-20T22:48:28.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3152 | 2024-12-20T22:48:28.829Z | |
3153 | 2024-12-20T22:48:28.829Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3154 | 2024-12-20T22:48:29.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-12-20T22:48:29.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-12-20T22:48:29.496Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3157 | 2024-12-20T22:48:29.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3158 | 2024-12-20T22:48:30.052Z | |
3159 | 2024-12-20T22:48:30.053Z | info: running `cargo check --bins` on db-dev (137/175) |
3160 | 2024-12-20T22:48:30.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-12-20T22:48:30.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-12-20T22:48:30.732Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3163 | 2024-12-20T22:48:31.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3164 | 2024-12-20T22:48:31.633Z | |
3165 | 2024-12-20T22:48:31.633Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3166 | 2024-12-20T22:48:32.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-12-20T22:48:32.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-12-20T22:48:32.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3169 | 2024-12-20T22:48:32.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3170 | 2024-12-20T22:48:32.298Z | |
3171 | 2024-12-20T22:48:32.298Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3172 | 2024-12-20T22:48:32.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-12-20T22:48:32.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-12-20T22:48:32.924Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3175 | 2024-12-20T22:48:33.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3176 | 2024-12-20T22:48:33.984Z | |
3177 | 2024-12-20T22:48:33.984Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3178 | 2024-12-20T22:48:34.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-12-20T22:48:34.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-12-20T22:48:34.623Z | Checking cargo-platform v0.1.8 |
3181 | 2024-12-20T22:48:34.891Z | Checking cargo_metadata v0.18.1 |
3182 | 2024-12-20T22:48:35.859Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3183 | 2024-12-20T22:48:36.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
3184 | 2024-12-20T22:48:36.853Z | |
3185 | 2024-12-20T22:48:36.853Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3186 | 2024-12-20T22:48:37.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-12-20T22:48:37.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-12-20T22:48:37.564Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3189 | 2024-12-20T22:48:38.298Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3190 | 2024-12-20T22:48:38.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3191 | 2024-12-20T22:48:39.052Z | |
3192 | 2024-12-20T22:48:39.052Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3193 | 2024-12-20T22:48:39.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-12-20T22:48:39.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-12-20T22:48:39.850Z | Compiling crunchy v0.2.2 |
3196 | 2024-12-20T22:48:39.850Z | Compiling tiny-keccak v2.0.2 |
3197 | 2024-12-20T22:48:39.853Z | Compiling dsl_auto_type v0.1.2 |
3198 | 2024-12-20T22:48:39.853Z | Checking scheduled-thread-pool v0.2.7 |
3199 | 2024-12-20T22:48:39.853Z | Compiling diesel_table_macro_syntax v0.2.0 |
3200 | 2024-12-20T22:48:39.853Z | Compiling ascii-canvas v3.0.0 |
3201 | 2024-12-20T22:48:39.853Z | Compiling ena v0.14.3 |
3202 | 2024-12-20T22:48:39.853Z | Compiling diff v0.1.13 |
3203 | 2024-12-20T22:48:40.196Z | Checking r2d2 v0.8.10 |
3204 | 2024-12-20T22:48:40.235Z | Compiling regex-syntax v0.6.29 |
3205 | 2024-12-20T22:48:40.449Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3206 | 2024-12-20T22:48:40.466Z | Compiling ref-cast v1.0.23 |
3207 | 2024-12-20T22:48:40.502Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3208 | 2024-12-20T22:48:40.502Z | Compiling derive_builder_core v0.20.2 |
3209 | 2024-12-20T22:48:40.669Z | Compiling libxml v0.3.3 |
3210 | 2024-12-20T22:48:40.688Z | Compiling ref-cast-impl v1.0.23 |
3211 | 2024-12-20T22:48:40.762Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3212 | 2024-12-20T22:48:41.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3213 | 2024-12-20T22:48:41.097Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3214 | 2024-12-20T22:48:41.199Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3215 | 2024-12-20T22:48:41.289Z | Compiling strum_macros v0.24.3 |
3216 | 2024-12-20T22:48:41.363Z | Compiling samael v0.0.17 |
3217 | 2024-12-20T22:48:41.585Z | Compiling indoc v1.0.9 |
3218 | 2024-12-20T22:48:41.663Z | Compiling diesel_derives v2.2.3 |
3219 | 2024-12-20T22:48:42.540Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3220 | 2024-12-20T22:48:42.832Z | Compiling impl-trait-for-tuples v0.2.2 |
3221 | 2024-12-20T22:48:42.919Z | Compiling derive_builder_macro v0.20.2 |
3222 | 2024-12-20T22:48:43.836Z | Compiling lalrpop v0.19.12 |
3223 | 2024-12-20T22:48:43.946Z | Checking derive_builder v0.20.2 |
3224 | 2024-12-20T22:48:44.101Z | Compiling oso-derive v0.27.3 |
3225 | 2024-12-20T22:48:44.554Z | Checking quick-xml v0.33.0 |
3226 | 2024-12-20T22:48:44.967Z | Compiling diesel-dtrace v0.4.2 |
3227 | 2024-12-20T22:48:45.145Z | Checking maplit v1.0.2 |
3228 | 2024-12-20T22:48:45.301Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3229 | 2024-12-20T22:48:45.327Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3230 | 2024-12-20T22:48:45.606Z | Checking bb8 v0.8.5 |
3231 | 2024-12-20T22:48:45.654Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3232 | 2024-12-20T22:48:45.946Z | Checking rand_seeder v0.3.0 |
3233 | 2024-12-20T22:48:46.130Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3234 | 2024-12-20T22:48:46.171Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3235 | 2024-12-20T22:48:46.173Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3236 | 2024-12-20T22:48:46.372Z | Checking smawk v0.3.2 |
3237 | 2024-12-20T22:48:46.461Z | Checking unicode-linebreak v0.1.5 |
3238 | 2024-12-20T22:48:46.581Z | Checking is_ci v1.2.0 |
3239 | 2024-12-20T22:48:46.725Z | Checking supports-color v3.0.1 |
3240 | 2024-12-20T22:48:46.878Z | Checking textwrap v0.16.1 |
3241 | 2024-12-20T22:48:46.957Z | Checking multimap v0.10.0 |
3242 | 2024-12-20T22:48:47.900Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3243 | 2024-12-20T22:48:50.348Z | Checking diesel v2.2.6 |
3244 | 2024-12-20T22:49:17.022Z | Compiling polar-core v0.27.3 |
3245 | 2024-12-20T22:49:20.263Z | Checking async-bb8-diesel v0.2.1 |
3246 | 2024-12-20T22:49:24.514Z | Checking oso v0.27.3 |
3247 | 2024-12-20T22:50:35.611Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3248 | 2024-12-20T22:50:41.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3249 | 2024-12-20T22:50:42.116Z | |
3250 | 2024-12-20T22:50:42.116Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3251 | 2024-12-20T22:50:42.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-12-20T22:50:42.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-12-20T22:50:42.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-12-20T22:50:42.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3255 | 2024-12-20T22:50:42.815Z | |
3256 | 2024-12-20T22:50:42.815Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3257 | 2024-12-20T22:50:43.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-12-20T22:50:43.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-12-20T22:50:43.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2024-12-20T22:50:43.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3261 | 2024-12-20T22:50:43.500Z | |
3262 | 2024-12-20T22:50:43.500Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3263 | 2024-12-20T22:50:44.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-12-20T22:50:44.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-12-20T22:50:44.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2024-12-20T22:50:44.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3267 | 2024-12-20T22:50:44.131Z | |
3268 | 2024-12-20T22:50:44.131Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3269 | 2024-12-20T22:50:44.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-12-20T22:50:44.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-12-20T22:50:44.951Z | Compiling libz-sys v1.1.20 |
3272 | 2024-12-20T22:50:45.065Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3273 | 2024-12-20T22:50:45.078Z | Compiling vergen v8.3.2 |
3274 | 2024-12-20T22:50:45.084Z | Compiling cargo-platform v0.1.8 |
3275 | 2024-12-20T22:50:45.084Z | Compiling pin-project-internal v1.1.6 |
3276 | 2024-12-20T22:50:45.118Z | Compiling snafu-derive v0.8.5 |
3277 | 2024-12-20T22:50:45.118Z | Compiling libsqlite3-sys v0.30.1 |
3278 | 2024-12-20T22:50:45.121Z | Compiling rustls v0.21.12 |
3279 | 2024-12-20T22:50:45.340Z | Compiling cfg_aliases v0.2.1 |
3280 | 2024-12-20T22:50:45.401Z | Compiling cargo_metadata v0.18.1 |
3281 | 2024-12-20T22:50:45.451Z | Compiling buf-list v1.0.3 |
3282 | 2024-12-20T22:50:45.664Z | Compiling nix v0.29.0 |
3283 | 2024-12-20T22:50:45.714Z | Checking globset v0.4.15 |
3284 | 2024-12-20T22:50:46.037Z | Checking olpc-cjson v0.1.4 |
3285 | 2024-12-20T22:50:46.137Z | Checking rustls-webpki v0.101.7 |
3286 | 2024-12-20T22:50:46.232Z | Checking sct v0.7.1 |
3287 | 2024-12-20T22:50:46.259Z | Checking serde_plain v1.0.2 |
3288 | 2024-12-20T22:50:46.403Z | Checking typed-path v0.9.3 |
3289 | 2024-12-20T22:50:46.827Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3290 | 2024-12-20T22:50:47.003Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3291 | 2024-12-20T22:50:47.096Z | Checking hashlink v0.9.1 |
3292 | 2024-12-20T22:50:47.275Z | Checking fallible-streaming-iterator v0.1.9 |
3293 | 2024-12-20T22:50:47.516Z | Checking parse-size v1.1.0 |
3294 | 2024-12-20T22:50:47.702Z | Checking fallible-iterator v0.3.0 |
3295 | 2024-12-20T22:50:48.093Z | Checking pin-project v1.1.6 |
3296 | 2024-12-20T22:50:48.246Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3297 | 2024-12-20T22:50:48.307Z | Checking rustls-pemfile v1.0.4 |
3298 | 2024-12-20T22:50:48.375Z | Checking rusqlite v0.32.1 |
3299 | 2024-12-20T22:50:48.404Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3300 | 2024-12-20T22:50:48.500Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3301 | 2024-12-20T22:50:48.779Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3302 | 2024-12-20T22:50:49.089Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3303 | 2024-12-20T22:50:49.132Z | Checking twox-hash v1.6.3 |
3304 | 2024-12-20T22:50:49.225Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3305 | 2024-12-20T22:50:49.633Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3306 | 2024-12-20T22:50:49.988Z | Checking tokio-rustls v0.24.1 |
3307 | 2024-12-20T22:50:49.991Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3308 | 2024-12-20T22:50:50.258Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3309 | 2024-12-20T22:50:50.360Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3310 | 2024-12-20T22:50:50.590Z | Checking fatfs v0.3.6 |
3311 | 2024-12-20T22:50:50.656Z | Checking snafu v0.8.5 |
3312 | 2024-12-20T22:50:51.124Z | Checking tough v0.19.0 |
3313 | 2024-12-20T22:50:51.195Z | Checking assert_matches v1.5.0 |
3314 | 2024-12-20T22:50:55.246Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3315 | 2024-12-20T22:50:56.563Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3316 | 2024-12-20T22:50:57.601Z | Compiling git2 v0.19.0 |
3317 | 2024-12-20T22:51:02.387Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3318 | 2024-12-20T22:51:55.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3319 | 2024-12-20T22:51:55.970Z | |
3320 | 2024-12-20T22:51:55.970Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3321 | 2024-12-20T22:51:56.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-20T22:51:56.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-20T22:51:56.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-20T22:51:56.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3325 | 2024-12-20T22:51:56.663Z | |
3326 | 2024-12-20T22:51:56.663Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3327 | 2024-12-20T22:51:57.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-20T22:51:57.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-20T22:51:57.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-20T22:51:57.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3331 | 2024-12-20T22:51:57.279Z | |
3332 | 2024-12-20T22:51:57.279Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3333 | 2024-12-20T22:51:57.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-20T22:51:57.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-20T22:51:57.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-20T22:51:57.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3337 | 2024-12-20T22:51:57.953Z | |
3338 | 2024-12-20T22:51:57.953Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3339 | 2024-12-20T22:51:58.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-20T22:51:58.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-20T22:51:58.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-12-20T22:51:58.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3343 | 2024-12-20T22:51:58.625Z | |
3344 | 2024-12-20T22:51:58.625Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3345 | 2024-12-20T22:51:59.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-20T22:51:59.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-20T22:51:59.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-12-20T22:51:59.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3349 | 2024-12-20T22:51:59.294Z | |
3350 | 2024-12-20T22:51:59.294Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3351 | 2024-12-20T22:51:59.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-12-20T22:51:59.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-12-20T22:51:59.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-12-20T22:51:59.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3355 | 2024-12-20T22:51:59.967Z | |
3356 | 2024-12-20T22:51:59.967Z | info: running `cargo check --bins` on update-common (153/175) |
3357 | 2024-12-20T22:52:00.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-12-20T22:52:00.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-12-20T22:52:00.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2024-12-20T22:52:00.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3361 | 2024-12-20T22:52:00.618Z | |
3362 | 2024-12-20T22:52:00.618Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3363 | 2024-12-20T22:52:01.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-12-20T22:52:01.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-12-20T22:52:01.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2024-12-20T22:52:01.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3367 | 2024-12-20T22:52:01.282Z | |
3368 | 2024-12-20T22:52:01.282Z | info: running `cargo check --bins` on tufaceous (155/175) |
3369 | 2024-12-20T22:52:01.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-12-20T22:52:01.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-12-20T22:52:01.953Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3372 | 2024-12-20T22:52:02.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3373 | 2024-12-20T22:52:03.129Z | |
3374 | 2024-12-20T22:52:03.129Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3375 | 2024-12-20T22:52:03.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-12-20T22:52:03.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-12-20T22:52:03.977Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3378 | 2024-12-20T22:52:04.103Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3379 | 2024-12-20T22:52:04.103Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3380 | 2024-12-20T22:52:04.106Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3381 | 2024-12-20T22:52:30.835Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3382 | 2024-12-20T22:52:30.835Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3383 | 2024-12-20T22:52:30.842Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3384 | 2024-12-20T22:52:30.842Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3385 | 2024-12-20T22:52:30.842Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3386 | 2024-12-20T22:52:31.629Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3387 | 2024-12-20T22:52:32.917Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3388 | 2024-12-20T22:53:11.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3389 | 2024-12-20T22:53:11.942Z | |
3390 | 2024-12-20T22:53:11.942Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3391 | 2024-12-20T22:53:12.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-12-20T22:53:12.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-12-20T22:53:12.644Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3394 | 2024-12-20T22:53:12.646Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3395 | 2024-12-20T22:53:12.646Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3396 | 2024-12-20T22:53:14.294Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3397 | 2024-12-20T22:53:15.212Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3398 | 2024-12-20T22:53:16.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
3399 | 2024-12-20T22:53:16.510Z | |
3400 | 2024-12-20T22:53:16.510Z | info: running `cargo check --bins` on installinator-api (158/175) |
3401 | 2024-12-20T22:53:17.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-12-20T22:53:17.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-12-20T22:53:17.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2024-12-20T22:53:17.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3405 | 2024-12-20T22:53:17.160Z | |
3406 | 2024-12-20T22:53:17.160Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3407 | 2024-12-20T22:53:17.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2024-12-20T22:53:17.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2024-12-20T22:53:17.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3410 | 2024-12-20T22:53:17.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3411 | 2024-12-20T22:53:17.814Z | |
3412 | 2024-12-20T22:53:17.814Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3413 | 2024-12-20T22:53:18.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-12-20T22:53:18.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-12-20T22:53:18.512Z | Compiling petname v2.0.2 |
3416 | 2024-12-20T22:53:18.515Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3417 | 2024-12-20T22:53:18.515Z | Checking sync-ptr v0.1.1 |
3418 | 2024-12-20T22:53:19.956Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3419 | 2024-12-20T22:53:21.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
3420 | 2024-12-20T22:53:21.697Z | |
3421 | 2024-12-20T22:53:21.697Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3422 | 2024-12-20T22:53:22.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2024-12-20T22:53:22.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2024-12-20T22:53:22.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3425 | 2024-12-20T22:53:22.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3426 | 2024-12-20T22:53:22.354Z | |
3427 | 2024-12-20T22:53:22.354Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3428 | 2024-12-20T22:53:23.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2024-12-20T22:53:23.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2024-12-20T22:53:23.439Z | Checking memmap2 v0.9.5 |
3431 | 2024-12-20T22:53:23.439Z | Checking arrayref v0.3.9 |
3432 | 2024-12-20T22:53:23.439Z | Checking spin v0.5.2 |
3433 | 2024-12-20T22:53:23.439Z | Checking arrayvec v0.7.6 |
3434 | 2024-12-20T22:53:23.439Z | Checking constant_time_eq v0.3.1 |
3435 | 2024-12-20T22:53:23.439Z | Checking topological-sort v0.2.2 |
3436 | 2024-12-20T22:53:23.439Z | Checking shell-words v1.1.0 |
3437 | 2024-12-20T22:53:23.439Z | Checking ring v0.16.20 |
3438 | 2024-12-20T22:53:23.439Z | Checking blake3 v1.5.4 |
3439 | 2024-12-20T22:53:24.457Z | Checking omicron-zone-package v0.11.1 |
3440 | 2024-12-20T22:53:25.565Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3441 | 2024-12-20T22:53:26.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3442 | 2024-12-20T22:53:26.655Z | |
3443 | 2024-12-20T22:53:26.655Z | info: running `cargo check --bins` on xtask (163/175) |
3444 | 2024-12-20T22:53:27.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2024-12-20T22:53:27.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2024-12-20T22:53:27.086Z | Checking bitflags v2.6.0 |
3447 | 2024-12-20T22:53:27.088Z | Checking serde v1.0.215 |
3448 | 2024-12-20T22:53:27.088Z | Checking thiserror v1.0.69 |
3449 | 2024-12-20T22:53:27.179Z | Checking scroll v0.12.0 |
3450 | 2024-12-20T22:53:27.182Z | Checking hashbrown v0.15.1 |
3451 | 2024-12-20T22:53:27.199Z | Checking log v0.4.22 |
3452 | 2024-12-20T22:53:27.202Z | Checking zerocopy v0.7.35 |
3453 | 2024-12-20T22:53:27.224Z | Checking syn v2.0.87 |
3454 | 2024-12-20T22:53:27.268Z | Checking pest v2.7.14 |
3455 | 2024-12-20T22:53:27.396Z | Checking rustix v0.38.37 |
3456 | 2024-12-20T22:53:27.460Z | Checking once_cell v1.20.2 |
3457 | 2024-12-20T22:53:27.635Z | Checking goblin v0.8.2 |
3458 | 2024-12-20T22:53:27.755Z | Checking fs-err v2.11.0 |
3459 | 2024-12-20T22:53:28.046Z | Checking anyhow v1.0.93 |
3460 | 2024-12-20T22:53:28.274Z | Checking indexmap v2.6.0 |
3461 | 2024-12-20T22:53:28.452Z | Checking tabled v0.15.0 |
3462 | 2024-12-20T22:53:29.398Z | Checking dtrace-parser v0.2.0 |
3463 | 2024-12-20T22:53:29.414Z | Checking terminal_size v0.4.0 |
3464 | 2024-12-20T22:53:29.416Z | Checking tempfile v3.13.0 |
3465 | 2024-12-20T22:53:29.588Z | Checking clap_builder v4.5.21 |
3466 | 2024-12-20T22:53:31.332Z | Checking serde_json v1.0.132 |
3467 | 2024-12-20T22:53:31.332Z | Checking serde_spanned v0.6.8 |
3468 | 2024-12-20T22:53:31.335Z | Checking toml_datetime v0.6.8 |
3469 | 2024-12-20T22:53:31.335Z | Checking camino v1.1.9 |
3470 | 2024-12-20T22:53:31.335Z | Checking semver v1.0.23 |
3471 | 2024-12-20T22:53:31.552Z | Checking cargo-platform v0.1.8 |
3472 | 2024-12-20T22:53:31.654Z | Checking toml_edit v0.22.22 |
3473 | 2024-12-20T22:53:31.757Z | Checking macaddr v1.0.1 |
3474 | 2024-12-20T22:53:31.901Z | Checking camino-tempfile v1.1.1 |
3475 | 2024-12-20T22:53:31.934Z | Checking clap v4.5.21 |
3476 | 2024-12-20T22:53:32.540Z | Checking dof v0.3.0 |
3477 | 2024-12-20T22:53:32.540Z | Checking cargo_metadata v0.18.1 |
3478 | 2024-12-20T22:53:32.953Z | Checking usdt-impl v0.5.0 |
3479 | 2024-12-20T22:53:33.322Z | Checking usdt v0.5.0 |
3480 | 2024-12-20T22:53:33.512Z | Checking toml v0.8.19 |
3481 | 2024-12-20T22:53:33.972Z | Checking cargo_toml v0.20.5 |
3482 | 2024-12-20T22:53:35.168Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3483 | 2024-12-20T22:53:35.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3484 | 2024-12-20T22:53:35.896Z | |
3485 | 2024-12-20T22:53:35.896Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3486 | 2024-12-20T22:53:36.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2024-12-20T22:53:36.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2024-12-20T22:53:36.664Z | Checking polyval v0.6.2 |
3489 | 2024-12-20T22:53:36.779Z | Checking ctr v0.9.2 |
3490 | 2024-12-20T22:53:36.790Z | Checking ssh-encoding v0.2.0 |
3491 | 2024-12-20T22:53:36.793Z | Checking blowfish v0.9.1 |
3492 | 2024-12-20T22:53:36.819Z | Checking password-hash v0.4.2 |
3493 | 2024-12-20T22:53:36.822Z | Checking matches v0.1.10 |
3494 | 2024-12-20T22:53:36.850Z | Checking p521 v0.13.3 |
3495 | 2024-12-20T22:53:36.850Z | Checking p256 v0.13.2 |
3496 | 2024-12-20T22:53:36.918Z | Checking idna v0.2.3 |
3497 | 2024-12-20T22:53:36.995Z | Checking ghash v0.5.1 |
3498 | 2024-12-20T22:53:37.026Z | Compiling enum-as-inner v0.5.1 |
3499 | 2024-12-20T22:53:37.076Z | Checking bcrypt-pbkdf v0.10.0 |
3500 | 2024-12-20T22:53:37.106Z | Checking russh-cryptovec v0.7.3 |
3501 | 2024-12-20T22:53:37.169Z | Checking aes-gcm v0.10.3 |
3502 | 2024-12-20T22:53:37.216Z | Checking pbkdf2 v0.11.0 |
3503 | 2024-12-20T22:53:37.304Z | Checking md5 v0.7.0 |
3504 | 2024-12-20T22:53:37.325Z | Checking num-bigint v0.4.6 |
3505 | 2024-12-20T22:53:37.346Z | Checking des v0.8.1 |
3506 | 2024-12-20T22:53:37.395Z | Checking ssh-cipher v0.2.0 |
3507 | 2024-12-20T22:53:37.491Z | Checking hex-literal v0.4.1 |
3508 | 2024-12-20T22:53:37.570Z | Compiling dhcproto-macros v0.1.0 |
3509 | 2024-12-20T22:53:37.625Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3510 | 2024-12-20T22:53:37.625Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3511 | 2024-12-20T22:53:37.692Z | Checking ssh-key v0.6.6 |
3512 | 2024-12-20T22:53:37.736Z | Checking internet-checksum v0.2.1 |
3513 | 2024-12-20T22:53:38.035Z | Checking trust-dns-proto v0.22.0 |
3514 | 2024-12-20T22:53:39.012Z | Checking russh-keys v0.45.0 |
3515 | 2024-12-20T22:53:39.923Z | Checking russh v0.45.0 |
3516 | 2024-12-20T22:53:40.609Z | Checking dhcproto v0.12.0 |
3517 | 2024-12-20T22:53:58.254Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3518 | 2024-12-20T22:53:59.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.77s |
3519 | 2024-12-20T22:53:59.878Z | |
3520 | 2024-12-20T22:53:59.878Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3521 | 2024-12-20T22:54:00.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2024-12-20T22:54:00.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2024-12-20T22:54:00.516Z | Checking termios v0.3.3 |
3524 | 2024-12-20T22:54:00.738Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3525 | 2024-12-20T22:54:01.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3526 | 2024-12-20T22:54:01.714Z | |
3527 | 2024-12-20T22:54:01.714Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3528 | 2024-12-20T22:54:02.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-20T22:54:02.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-20T22:54:02.412Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3531 | 2024-12-20T22:54:04.479Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3532 | 2024-12-20T22:54:06.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
3533 | 2024-12-20T22:54:06.576Z | |
3534 | 2024-12-20T22:54:06.576Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3535 | 2024-12-20T22:54:07.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-12-20T22:54:07.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-12-20T22:54:07.224Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3538 | 2024-12-20T22:54:07.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3539 | 2024-12-20T22:54:07.884Z | |
3540 | 2024-12-20T22:54:07.884Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3541 | 2024-12-20T22:54:08.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-12-20T22:54:08.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-12-20T22:54:08.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3544 | 2024-12-20T22:54:08.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3545 | 2024-12-20T22:54:08.497Z | |
3546 | 2024-12-20T22:54:08.497Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3547 | 2024-12-20T22:54:09.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-20T22:54:09.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-20T22:54:09.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2024-12-20T22:54:09.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3551 | 2024-12-20T22:54:09.120Z | |
3552 | 2024-12-20T22:54:09.120Z | info: running `cargo check --bins` on omicron-package (170/175) |
3553 | 2024-12-20T22:54:09.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-12-20T22:54:09.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-12-20T22:54:09.801Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3556 | 2024-12-20T22:54:11.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3557 | 2024-12-20T22:54:11.309Z | |
3558 | 2024-12-20T22:54:11.309Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3559 | 2024-12-20T22:54:11.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-20T22:54:11.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-20T22:54:12.014Z | Checking rtoolbox v0.0.2 |
3562 | 2024-12-20T22:54:12.015Z | Checking tui-tree-widget v0.22.0 |
3563 | 2024-12-20T22:54:12.017Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3564 | 2024-12-20T22:54:12.239Z | Checking rpassword v7.3.1 |
3565 | 2024-12-20T22:54:16.277Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3566 | 2024-12-20T22:54:19.287Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3567 | 2024-12-20T22:54:20.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
3568 | 2024-12-20T22:54:20.731Z | |
3569 | 2024-12-20T22:54:20.731Z | info: running `cargo check --bins` on wicket (172/175) |
3570 | 2024-12-20T22:54:21.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2024-12-20T22:54:21.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2024-12-20T22:54:21.427Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3573 | 2024-12-20T22:54:21.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3574 | 2024-12-20T22:54:22.058Z | |
3575 | 2024-12-20T22:54:22.058Z | info: running `cargo check --bins` on wicketd (173/175) |
3576 | 2024-12-20T22:54:22.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2024-12-20T22:54:22.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2024-12-20T22:54:22.773Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3579 | 2024-12-20T22:54:26.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
3580 | 2024-12-20T22:54:26.975Z | |
3581 | 2024-12-20T22:54:26.975Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3582 | 2024-12-20T22:54:27.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2024-12-20T22:54:27.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2024-12-20T22:54:27.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2024-12-20T22:54:27.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3586 | 2024-12-20T22:54:27.582Z | |
3587 | 2024-12-20T22:54:27.582Z | info: running `cargo check --bins` on zone-setup (175/175) |
3588 | 2024-12-20T22:54:28.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2024-12-20T22:54:28.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2024-12-20T22:54:28.315Z | Checking uzers v0.12.1 |
3591 | 2024-12-20T22:54:28.664Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3592 | 2024-12-20T22:54:29.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3593 | 2024-12-20T22:54:30.052Z | |
3594 | 2024-12-20T22:54:30.054Z | real 13:09.730193874 |
3595 | 2024-12-20T22:54:30.054Z | user 24:22.233570483 |
3596 | 2024-12-20T22:54:30.054Z | sys 5:30.376292139 |
3597 | 2024-12-20T22:54:30.054Z | trap 0.470124758 |
3598 | 2024-12-20T22:54:30.054Z | tflt 2.257901480 |
3599 | 2024-12-20T22:54:30.054Z | dflt 3.231485803 |
3600 | 2024-12-20T22:54:30.054Z | kflt 0.000804863 |
3601 | 2024-12-20T22:54:30.054Z | lock 46:11.721386540 |
3602 | 2024-12-20T22:54:30.054Z | slp 2:07:23.147733750 |
3603 | 2024-12-20T22:54:30.054Z | lat 1:03.869782586 |
3604 | 2024-12-20T22:54:30.054Z | stop 3:17.925638500 |
3605 | 2024-12-20T22:54:30.054Z | process exited: duration 1216793 ms, exit code 0 |
|
3606 | 2024-12-20T22:54:30.062Z | found 0 output files |