|
|
|
1 | 2025-01-17T07:37:07.883Z | job assigned to worker 01JHSK1Y9CWK1VGMHERR9DWCPF [factory aws, i-053fea91ec34e8e66] (queued for 58 s) |
|
2 | 2025-01-17T07:37:15.875Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:15.885Z | ++ uname -s |
4 | 2025-01-17T07:37:15.888Z | + kern=SunOS |
5 | 2025-01-17T07:37:15.888Z | + case "$kern" in |
6 | 2025-01-17T07:37:15.888Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:15.891Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:17.898Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:18.007Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:18.010Z | + home_fs=zfs |
11 | 2025-01-17T07:37:18.010Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:18.010Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:18.013Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:20.013Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:20.016Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2025-01-17T07:37:20.021Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:20.027Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:20.027Z | * toolchain channel = "1.84.0" |
19 | 2025-01-17T07:37:20.027Z | ' 1.84.0 |
20 | 2025-01-17T07:37:20.027Z | * toolchain profile = "default" |
21 | 2025-01-17T07:37:20.027Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-17T07:37:20.027Z | ' default |
23 | 2025-01-17T07:37:20.030Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:20.030Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:20.146Z | info: downloading installer |
26 | 2025-01-17T07:37:21.540Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:21.540Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:21.542Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:21.697Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:21.698Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:22.580Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:22.919Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:24.127Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:25.912Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:32.790Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:33.047Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:33.909Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:34.290Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:35.982Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:37.727Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:43.857Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:44.193Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:44.195Z | |
44 | 2025-01-17T07:37:44.584Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:44.584Z | |
46 | 2025-01-17T07:37:44.587Z | |
47 | 2025-01-17T07:37:44.587Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:44.587Z | |
49 | 2025-01-17T07:37:44.587Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:44.587Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:44.587Z | |
52 | 2025-01-17T07:37:44.587Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:44.587Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:44.587Z | |
55 | 2025-01-17T07:37:44.587Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:44.587Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:44.587Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:44.667Z | + rustc --version |
59 | 2025-01-17T07:37:44.735Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:44.738Z | process exited: duration 24719 ms, exit code 0 |
|
61 | 2025-01-17T07:37:44.743Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:44.764Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T07:37:44.771Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:44.776Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:44.779Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:44.815Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:37:52.554Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:37:52.555Z | + git fetch origin 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
69 | 2025-01-17T07:37:52.864Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:37:52.864Z | * branch 1c7ecf4790f9de35ba68894094dd2f16411d9d98 -> FETCH_HEAD |
71 | 2025-01-17T07:37:52.875Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2025-01-17T07:37:52.878Z | ++ git branch --show-current |
73 | 2025-01-17T07:37:52.880Z | + current=main |
74 | 2025-01-17T07:37:52.881Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2025-01-17T07:37:52.881Z | + git branch -f renovate/uuid-1.x 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
76 | 2025-01-17T07:37:52.883Z | + git checkout -f renovate/uuid-1.x |
77 | 2025-01-17T07:37:52.906Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2025-01-17T07:37:52.908Z | + git reset --hard 1c7ecf4790f9de35ba68894094dd2f16411d9d98 |
79 | 2025-01-17T07:37:52.934Z | HEAD is now at 1c7ecf479 fix newly-broken inferences |
80 | 2025-01-17T07:37:52.937Z | process exited: duration 8166 ms, exit code 0 |
|
81 | 2025-01-17T07:37:52.942Z | starting task 4: "build" |
82 | 2025-01-17T07:37:52.948Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:37:52.950Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:37:52.951Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:37:52.951Z | + cargo --version |
86 | 2025-01-17T07:37:53.010Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:37:53.013Z | + rustc --version |
88 | 2025-01-17T07:37:53.077Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:37:53.079Z | + source ./env.sh |
90 | 2025-01-17T07:37:53.083Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-17T07:37:53.084Z | ++ set -o xtrace |
92 | 2025-01-17T07:37:53.086Z | ++++ dirname ./env.sh |
93 | 2025-01-17T07:37:53.086Z | +++ readlink -f . |
94 | 2025-01-17T07:37:53.089Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-17T07:37:53.089Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-17T07:37:53.090Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-17T07:37:53.090Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2025-01-17T07:37:53.090Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2025-01-17T07:37:53.090Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2025-01-17T07:37:53.090Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2025-01-17T07:37:53.090Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2025-01-17T07:37:53.090Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-01-17T07:37:53.090Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-17T07:37:53.090Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-17T07:37:53.090Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2025-01-17T07:37:53.090Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2025-01-17T07:37:53.090Z | + banner prerequisites |
108 | 2025-01-17T07:37:53.093Z | |
109 | 2025-01-17T07:37:53.093Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-17T07:37:53.094Z | # # # # # # # # # # # # # # # |
111 | 2025-01-17T07:37:53.094Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-17T07:37:53.094Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-17T07:37:53.094Z | # # # # # # # # # # # # # # # |
114 | 2025-01-17T07:37:53.094Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-17T07:37:53.094Z | |
116 | 2025-01-17T07:37:53.094Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-17T07:37:54.700Z | pkg list: illegal option -- F |
118 | 2025-01-17T07:37:54.700Z | Usage: |
119 | 2025-01-17T07:37:54.703Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-17T07:37:54.703Z | [pkg_fmri_pattern ...] |
121 | 2025-01-17T07:37:55.599Z | pkg list: illegal option -- F |
122 | 2025-01-17T07:37:55.599Z | Usage: |
123 | 2025-01-17T07:37:55.602Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-17T07:37:55.602Z | [pkg_fmri_pattern ...] |
125 | 2025-01-17T07:38:02.454Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-17T07:38:06.572Z | Startup: Caching catalogs ... Done |
127 | 2025-01-17T07:38:18.038Z | Planning: Solver setup ... Done (10.639s) |
128 | 2025-01-17T07:38:18.187Z | Planning: Running solver ... Done (0.149s) |
129 | 2025-01-17T07:38:18.304Z | Planning: Finding local manifests ... Done (0.006s) |
130 | 2025-01-17T07:38:18.317Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-17T07:38:18.554Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-17T07:38:18.667Z | Planning: Package planning ... Done (0.114s) |
133 | 2025-01-17T07:38:18.724Z | Planning: Merging actions ... Done (0.057s) |
134 | 2025-01-17T07:38:18.931Z | Planning: Checking for conflicting actions ... Done (0.207s) |
135 | 2025-01-17T07:38:20.967Z | Planning: Consolidating action changes ... Done (2.036s) |
136 | 2025-01-17T07:38:21.397Z | Planning: Evaluating mediators ... Done (0.429s) |
137 | 2025-01-17T07:38:21.479Z | Planning: Planning completed in 14.81 seconds |
138 | 2025-01-17T07:38:21.495Z | Packages to install: 4 |
139 | 2025-01-17T07:38:21.495Z | Packages to update: 3 |
140 | 2025-01-17T07:38:21.495Z | Mediators to change: 2 |
141 | 2025-01-17T07:38:21.498Z | Services to change: 1 |
142 | 2025-01-17T07:38:21.499Z | Estimated space available: 155.61 GB |
143 | 2025-01-17T07:38:21.499Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-17T07:38:21.499Z | Create boot environment: No |
145 | 2025-01-17T07:38:21.499Z | Create backup boot environment: Yes |
146 | 2025-01-17T07:38:21.499Z | Rebuild boot archive: No |
147 | 2025-01-17T07:38:21.499Z | |
148 | 2025-01-17T07:38:21.499Z | Changed mediators: |
149 | 2025-01-17T07:38:21.499Z | mediator clang: |
150 | 2025-01-17T07:38:21.499Z | version: None -> 15 (system default) |
151 | 2025-01-17T07:38:21.499Z | |
152 | 2025-01-17T07:38:21.499Z | mediator llvm: |
153 | 2025-01-17T07:38:21.499Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-17T07:38:21.499Z | |
155 | 2025-01-17T07:38:21.499Z | Changed packages: |
156 | 2025-01-17T07:38:21.499Z | helios-dev |
157 | 2025-01-17T07:38:21.499Z | developer/build-essential |
158 | 2025-01-17T07:38:21.499Z | None -> 11-2.0 |
159 | 2025-01-17T07:38:21.499Z | library/libxmlsec1 |
160 | 2025-01-17T07:38:21.499Z | None -> 1.2.35-2.0 |
161 | 2025-01-17T07:38:21.499Z | ooce/developer/clang-15 |
162 | 2025-01-17T07:38:21.499Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T07:38:21.499Z | ooce/developer/llvm-15 |
164 | 2025-01-17T07:38:21.500Z | None -> 15.0.7-2.0 |
165 | 2025-01-17T07:38:21.500Z | package/pkg |
166 | 2025-01-17T07:38:21.500Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-17T07:38:21.500Z | system/library/g++-runtime |
168 | 2025-01-17T07:38:21.500Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T07:38:21.500Z | system/library/gcc-runtime |
170 | 2025-01-17T07:38:21.500Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-17T07:38:21.500Z | |
172 | 2025-01-17T07:38:21.500Z | Services: |
173 | 2025-01-17T07:38:21.500Z | restart_fmri: |
174 | 2025-01-17T07:38:21.500Z | svc:/system/update-man-index:default |
175 | 2025-01-17T07:38:21.500Z | |
176 | 2025-01-17T07:38:21.500Z | Editable files to change: |
177 | 2025-01-17T07:38:21.500Z | Update: |
178 | 2025-01-17T07:38:21.500Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-17T07:38:21.580Z | |
180 | 2025-01-17T07:38:21.580Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-17T07:38:26.622Z | Download: 1188/4301 items 57.7/225.4MB 25% complete (11.7M/s) |
182 | 2025-01-17T07:38:55.615Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
183 | 2025-01-17T07:39:00.623Z | Download: 1571/4301 items 117.0/225.4MB 51% complete (7.0M/s) |
184 | 2025-01-17T07:39:05.623Z | Download: 2154/4301 items 119.0/225.4MB 52% complete (3.6M/s) |
185 | 2025-01-17T07:39:10.631Z | Download: 2793/4301 items 121.0/225.4MB 53% complete (412k/s) |
186 | 2025-01-17T07:39:15.628Z | Download: 3109/4301 items 160.9/225.4MB 71% complete (4.1M/s) |
187 | 2025-01-17T07:39:20.781Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
188 | 2025-01-17T07:39:38.331Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
189 | 2025-01-17T07:39:45.150Z | Download: 3288/4301 items 210.6/225.4MB 93% complete (1.9M/s) |
190 | 2025-01-17T07:39:51.572Z | Download: 3289/4301 items 212.0/225.4MB 94% complete (1.3M/s) |
191 | 2025-01-17T07:39:56.602Z | Download: 4204/4301 items 220.5/225.4MB 97% complete (1.8M/s) |
192 | 2025-01-17T07:39:59.997Z | Download: Completed 225.42 MB in 98.43 seconds (2.3M/s) |
193 | 2025-01-17T07:40:02.100Z | Actions: 1/5122 actions (Removing old actions) |
194 | 2025-01-17T07:40:02.121Z | Actions: 194/5122 actions (Installing new actions) |
195 | 2025-01-17T07:40:06.901Z | Actions: 4267/5122 actions (Updating modified actions) |
196 | 2025-01-17T07:40:07.257Z | Actions: Completed 5122 actions in 5.16 seconds. |
197 | 2025-01-17T07:40:07.671Z | Done (0.406s) |
198 | 2025-01-17T07:40:07.674Z | Done (0.001s) |
199 | 2025-01-17T07:40:08.253Z | Done (0.579s) |
200 | 2025-01-17T07:40:12.870Z | Done (4.381s) |
201 | 2025-01-17T07:40:12.962Z | Done (0.017s) |
202 | 2025-01-17T07:40:12.965Z | Done (0.000s) |
203 | 2025-01-17T07:40:13.131Z | Done (0.000s) |
204 | 2025-01-17T07:40:13.854Z | Planning: Evaluating mediator changes ... Done |
205 | 2025-01-17T07:40:14.017Z | Planning: Checking for conflicting actions ... Done |
206 | 2025-01-17T07:40:14.019Z | Planning: Consolidating action changes ... Done |
207 | 2025-01-17T07:40:14.295Z | Planning: Evaluating mediators ... Done |
208 | 2025-01-17T07:40:14.298Z | Planning: Planning completed in 0.44 seconds |
209 | 2025-01-17T07:40:14.336Z | Mediators to change: 2 |
210 | 2025-01-17T07:40:14.336Z | Create boot environment: No |
211 | 2025-01-17T07:40:14.336Z | Create backup boot environment: No |
212 | 2025-01-17T07:40:14.419Z | Done |
213 | 2025-01-17T07:40:14.419Z | Done |
214 | 2025-01-17T07:40:14.792Z | Done |
215 | 2025-01-17T07:40:18.676Z | Done |
216 | 2025-01-17T07:40:18.773Z | Done |
217 | 2025-01-17T07:40:18.776Z | Done |
218 | 2025-01-17T07:40:18.981Z | Done |
219 | 2025-01-17T07:40:19.607Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-01-17T07:40:19.611Z | Planning: Merging actions ... Done |
221 | 2025-01-17T07:40:19.800Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-01-17T07:40:19.802Z | Planning: Consolidating action changes ... Done |
223 | 2025-01-17T07:40:20.071Z | Planning: Evaluating mediators ... Done |
224 | 2025-01-17T07:40:20.128Z | Planning: Planning completed in 0.77 seconds |
225 | 2025-01-17T07:40:20.169Z | Packages to change: 1 |
226 | 2025-01-17T07:40:20.170Z | Mediators to change: 1 |
227 | 2025-01-17T07:40:20.172Z | Services to change: 1 |
228 | 2025-01-17T07:40:20.172Z | Create boot environment: No |
229 | 2025-01-17T07:40:20.172Z | Create backup boot environment: Yes |
230 | 2025-01-17T07:40:21.257Z | Actions: 1/6 actions (Updating modified actions) |
231 | 2025-01-17T07:40:21.259Z | Actions: Completed 6 actions in 0.00 seconds. |
232 | 2025-01-17T07:40:21.259Z | Done |
233 | 2025-01-17T07:40:21.259Z | Done |
234 | 2025-01-17T07:40:21.438Z | Done |
235 | 2025-01-17T07:40:25.221Z | Done |
236 | 2025-01-17T07:40:25.315Z | Done |
237 | 2025-01-17T07:40:25.318Z | Done |
238 | 2025-01-17T07:40:25.444Z | Done |
239 | 2025-01-17T07:40:25.897Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
240 | 2025-01-17T07:40:25.897Z | clang system 15 system |
241 | 2025-01-17T07:40:25.897Z | csh system system illumos |
242 | 2025-01-17T07:40:25.897Z | ctags system system illumos |
243 | 2025-01-17T07:40:25.897Z | gcc vendor 12 vendor |
244 | 2025-01-17T07:40:25.897Z | gcc system 10 system |
245 | 2025-01-17T07:40:25.897Z | gcc system 7 system |
246 | 2025-01-17T07:40:25.897Z | go system 1.20 system |
247 | 2025-01-17T07:40:25.897Z | go system 1.19 system |
248 | 2025-01-17T07:40:25.897Z | llvm system 15 system |
249 | 2025-01-17T07:40:25.897Z | llvm system 14 system |
250 | 2025-01-17T07:40:25.897Z | mariadb system 10.6 system |
251 | 2025-01-17T07:40:25.897Z | mta vendor vendor dma |
252 | 2025-01-17T07:40:25.897Z | openjdk system 17 system |
253 | 2025-01-17T07:40:25.897Z | openjdk system 11 system |
254 | 2025-01-17T07:40:25.897Z | openjdk system 1.8 system |
255 | 2025-01-17T07:40:25.897Z | openssl vendor 3 vendor |
256 | 2025-01-17T07:40:25.897Z | perl system 5.36 system |
257 | 2025-01-17T07:40:25.898Z | postgresql system 15 system |
258 | 2025-01-17T07:40:25.898Z | postgresql system 13 system |
259 | 2025-01-17T07:40:25.898Z | python vendor 3 vendor |
260 | 2025-01-17T07:40:25.898Z | python system 2 system |
261 | 2025-01-17T07:40:25.898Z | python3 system 3.11 system |
262 | 2025-01-17T07:40:25.898Z | ruby system 3.0 system |
263 | 2025-01-17T07:40:25.898Z | words vendor vendor american-english |
264 | 2025-01-17T07:40:25.898Z | words system system australian-english |
265 | 2025-01-17T07:40:25.898Z | words system system british-english |
266 | 2025-01-17T07:40:25.898Z | words system system canadian-english |
267 | 2025-01-17T07:40:25.898Z | words system system french |
268 | 2025-01-17T07:40:25.898Z | words system system italian |
269 | 2025-01-17T07:40:25.898Z | words system system ngerman |
270 | 2025-01-17T07:40:25.898Z | words system system ogerman |
271 | 2025-01-17T07:40:25.898Z | words system system spanish |
272 | 2025-01-17T07:40:26.240Z | PUBLISHER TYPE STATUS P LOCATION |
273 | 2025-01-17T07:40:26.240Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
274 | 2025-01-17T07:40:29.088Z | FMRI IFO |
275 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
276 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
277 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
278 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
279 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
280 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
281 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
282 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
283 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
284 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
285 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
286 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
287 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
288 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
289 | 2025-01-17T07:40:29.088Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
290 | 2025-01-17T07:40:29.873Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
291 | 2025-01-17T07:40:30.147Z | Updating crates.io index |
292 | 2025-01-17T07:40:30.151Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
293 | 2025-01-17T07:40:30.496Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
294 | 2025-01-17T07:40:31.009Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
295 | 2025-01-17T07:40:31.248Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
296 | 2025-01-17T07:40:31.480Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
297 | 2025-01-17T07:40:31.744Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
298 | 2025-01-17T07:40:32.676Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
299 | 2025-01-17T07:40:34.343Z | Updating git repository `https://github.com/oxidecomputer/opte` |
300 | 2025-01-17T07:40:34.991Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
301 | 2025-01-17T07:40:35.710Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
302 | 2025-01-17T07:40:35.951Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
303 | 2025-01-17T07:40:36.238Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
304 | 2025-01-17T07:40:36.793Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
305 | 2025-01-17T07:40:37.127Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
306 | 2025-01-17T07:40:37.430Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
307 | 2025-01-17T07:40:37.680Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
308 | 2025-01-17T07:40:37.949Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
309 | 2025-01-17T07:40:38.163Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
310 | 2025-01-17T07:40:38.463Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
311 | 2025-01-17T07:40:38.741Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
312 | 2025-01-17T07:40:39.008Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
313 | 2025-01-17T07:40:39.375Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
314 | 2025-01-17T07:40:39.865Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
315 | 2025-01-17T07:40:40.153Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
316 | 2025-01-17T07:40:40.492Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
317 | 2025-01-17T07:40:40.853Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
318 | 2025-01-17T07:40:41.133Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
319 | 2025-01-17T07:40:41.345Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
320 | 2025-01-17T07:40:41.620Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
321 | 2025-01-17T07:40:42.867Z | Downloading crates ... |
322 | 2025-01-17T07:40:42.945Z | Downloaded anstream v0.6.15 |
323 | 2025-01-17T07:40:42.948Z | Downloaded anstyle-parse v0.2.5 |
324 | 2025-01-17T07:40:42.956Z | Downloaded autocfg v1.4.0 |
325 | 2025-01-17T07:40:42.959Z | Downloaded equivalent v1.0.1 |
326 | 2025-01-17T07:40:42.967Z | Downloaded pretty-hex v0.4.1 |
327 | 2025-01-17T07:40:42.985Z | Downloaded swrite v0.1.0 |
328 | 2025-01-17T07:40:42.993Z | Downloaded clap_lex v0.7.2 |
329 | 2025-01-17T07:40:42.996Z | Downloaded cfg-if v1.0.0 |
330 | 2025-01-17T07:40:42.998Z | Downloaded fs-err v2.11.0 |
331 | 2025-01-17T07:40:42.998Z | Downloaded errno v0.3.9 |
332 | 2025-01-17T07:40:43.003Z | Downloaded byteorder v1.5.0 |
333 | 2025-01-17T07:40:43.007Z | Downloaded usdt-macro v0.5.0 |
334 | 2025-01-17T07:40:43.007Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2025-01-17T07:40:43.007Z | Downloaded scroll_derive v0.12.0 |
336 | 2025-01-17T07:40:43.011Z | Downloaded dtrace-parser v0.2.0 |
337 | 2025-01-17T07:40:43.011Z | Downloaded camino-tempfile v1.1.1 |
338 | 2025-01-17T07:40:43.014Z | Downloaded bytecount v0.6.8 |
339 | 2025-01-17T07:40:43.018Z | Downloaded fnv v1.0.7 |
340 | 2025-01-17T07:40:43.018Z | Downloaded fastrand v2.1.1 |
341 | 2025-01-17T07:40:43.018Z | Downloaded dof v0.3.0 |
342 | 2025-01-17T07:40:43.018Z | Downloaded digest v0.10.7 |
343 | 2025-01-17T07:40:43.022Z | Downloaded crypto-common v0.1.6 |
344 | 2025-01-17T07:40:43.023Z | Downloaded smawk v0.3.2 |
345 | 2025-01-17T07:40:43.026Z | Downloaded heck v0.4.1 |
346 | 2025-01-17T07:40:43.026Z | Downloaded serde_spanned v0.6.8 |
347 | 2025-01-17T07:40:43.026Z | Downloaded itoa v1.0.11 |
348 | 2025-01-17T07:40:43.026Z | Downloaded cpufeatures v0.2.14 |
349 | 2025-01-17T07:40:43.026Z | Downloaded colorchoice v1.0.2 |
350 | 2025-01-17T07:40:43.029Z | Downloaded block-buffer v0.10.4 |
351 | 2025-01-17T07:40:43.029Z | Downloaded thread-id v4.2.2 |
352 | 2025-01-17T07:40:43.029Z | Downloaded serde_tokenstream v0.2.2 |
353 | 2025-01-17T07:40:43.032Z | Downloaded anstyle v1.0.10 |
354 | 2025-01-17T07:40:43.037Z | Downloaded proc-macro-error-attr v1.0.4 |
355 | 2025-01-17T07:40:43.039Z | Downloaded generic-array v0.14.7 |
356 | 2025-01-17T07:40:43.040Z | Downloaded terminal_size v0.4.0 |
357 | 2025-01-17T07:40:43.042Z | Downloaded version_check v0.9.5 |
358 | 2025-01-17T07:40:43.042Z | Downloaded utf8parse v0.2.2 |
359 | 2025-01-17T07:40:43.045Z | Downloaded thiserror-impl v1.0.69 |
360 | 2025-01-17T07:40:43.049Z | Downloaded usdt v0.5.0 |
361 | 2025-01-17T07:40:43.049Z | Downloaded tabled_derive v0.7.0 |
362 | 2025-01-17T07:40:43.052Z | Downloaded strsim v0.11.1 |
363 | 2025-01-17T07:40:43.052Z | Downloaded macaddr v1.0.1 |
364 | 2025-01-17T07:40:43.055Z | Downloaded clap_derive v4.5.18 |
365 | 2025-01-17T07:40:43.057Z | Downloaded plain v0.2.3 |
366 | 2025-01-17T07:40:43.060Z | Downloaded camino v1.1.9 |
367 | 2025-01-17T07:40:43.063Z | Downloaded anstyle-query v1.1.1 |
368 | 2025-01-17T07:40:43.063Z | Downloaded pest_generator v2.7.14 |
369 | 2025-01-17T07:40:43.063Z | Downloaded memmap v0.7.0 |
370 | 2025-01-17T07:40:43.065Z | Downloaded heck v0.5.0 |
371 | 2025-01-17T07:40:43.068Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-17T07:40:43.071Z | Downloaded is_terminal_polyfill v1.70.1 |
373 | 2025-01-17T07:40:43.071Z | Downloaded thiserror v1.0.69 |
374 | 2025-01-17T07:40:43.077Z | Downloaded toml_datetime v0.6.8 |
375 | 2025-01-17T07:40:43.080Z | Downloaded quote v1.0.38 |
376 | 2025-01-17T07:40:43.082Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-17T07:40:43.090Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2025-01-17T07:40:43.098Z | Downloaded sha2 v0.10.8 |
379 | 2025-01-17T07:40:43.104Z | Downloaded proc-macro-error v1.0.4 |
380 | 2025-01-17T07:40:43.106Z | Downloaded cargo-platform v0.1.8 |
381 | 2025-01-17T07:40:43.106Z | Downloaded bitflags v2.6.0 |
382 | 2025-01-17T07:40:43.110Z | Downloaded semver v1.0.24 |
383 | 2025-01-17T07:40:43.112Z | Downloaded typenum v1.17.0 |
384 | 2025-01-17T07:40:43.115Z | Downloaded unicode-linebreak v0.1.5 |
385 | 2025-01-17T07:40:43.115Z | Downloaded toml v0.8.19 |
386 | 2025-01-17T07:40:43.117Z | Downloaded log v0.4.22 |
387 | 2025-01-17T07:40:43.120Z | Downloaded textwrap v0.16.1 |
388 | 2025-01-17T07:40:43.123Z | Downloaded scroll v0.12.0 |
389 | 2025-01-17T07:40:43.123Z | Downloaded cargo_toml v0.20.5 |
390 | 2025-01-17T07:40:43.126Z | Downloaded pest_derive v2.7.14 |
391 | 2025-01-17T07:40:43.129Z | Downloaded cargo_metadata v0.18.1 |
392 | 2025-01-17T07:40:43.129Z | Downloaded anyhow v1.0.93 |
393 | 2025-01-17T07:40:43.132Z | Downloaded ryu v1.0.18 |
394 | 2025-01-17T07:40:43.135Z | Downloaded ucd-trie v0.1.7 |
395 | 2025-01-17T07:40:43.138Z | Downloaded clap v4.5.21 |
396 | 2025-01-17T07:40:43.144Z | Downloaded proc-macro2 v1.0.92 |
397 | 2025-01-17T07:40:43.150Z | Downloaded once_cell v1.20.2 |
398 | 2025-01-17T07:40:43.152Z | Downloaded serde_derive v1.0.217 |
399 | 2025-01-17T07:40:43.152Z | Downloaded unicode-ident v1.0.14 |
400 | 2025-01-17T07:40:43.155Z | Downloaded papergrid v0.11.0 |
401 | 2025-01-17T07:40:43.158Z | Downloaded pest_meta v2.7.14 |
402 | 2025-01-17T07:40:43.177Z | Downloaded serde v1.0.217 |
403 | 2025-01-17T07:40:43.180Z | Downloaded memchr v2.7.4 |
404 | 2025-01-17T07:40:43.185Z | Downloaded indexmap v2.7.0 |
405 | 2025-01-17T07:40:43.200Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-17T07:40:43.230Z | Downloaded pest v2.7.14 |
407 | 2025-01-17T07:40:43.239Z | Downloaded zerocopy v0.7.35 |
408 | 2025-01-17T07:40:43.254Z | Downloaded hashbrown v0.15.1 |
409 | 2025-01-17T07:40:43.258Z | Downloaded winnow v0.6.20 |
410 | 2025-01-17T07:40:43.266Z | Downloaded clap_builder v4.5.21 |
411 | 2025-01-17T07:40:43.272Z | Downloaded serde_json v1.0.135 |
412 | 2025-01-17T07:40:43.279Z | Downloaded tabled v0.15.0 |
413 | 2025-01-17T07:40:43.293Z | Downloaded syn v1.0.109 |
414 | 2025-01-17T07:40:43.302Z | Downloaded goblin v0.8.2 |
415 | 2025-01-17T07:40:43.308Z | Downloaded unicode-width v0.1.14 |
416 | 2025-01-17T07:40:43.322Z | Downloaded syn v2.0.96 |
417 | 2025-01-17T07:40:43.333Z | Downloaded rustix v0.38.37 |
418 | 2025-01-17T07:40:43.371Z | Downloaded libc v0.2.169 |
419 | 2025-01-17T07:40:43.681Z | Compiling proc-macro2 v1.0.92 |
420 | 2025-01-17T07:40:43.682Z | Compiling unicode-ident v1.0.14 |
421 | 2025-01-17T07:40:43.685Z | Compiling version_check v0.9.5 |
422 | 2025-01-17T07:40:43.685Z | Compiling serde v1.0.217 |
423 | 2025-01-17T07:40:43.685Z | Compiling thiserror v1.0.69 |
424 | 2025-01-17T07:40:43.685Z | Compiling memchr v2.7.4 |
425 | 2025-01-17T07:40:43.685Z | Compiling libc v0.2.169 |
426 | 2025-01-17T07:40:43.720Z | Compiling ucd-trie v0.1.7 |
427 | 2025-01-17T07:40:43.960Z | Compiling ryu v1.0.18 |
428 | 2025-01-17T07:40:44.408Z | Compiling itoa v1.0.11 |
429 | 2025-01-17T07:40:44.410Z | Compiling once_cell v1.20.2 |
430 | 2025-01-17T07:40:44.485Z | Compiling byteorder v1.5.0 |
431 | 2025-01-17T07:40:44.659Z | Compiling serde_json v1.0.135 |
432 | 2025-01-17T07:40:44.791Z | Compiling rustix v0.38.37 |
433 | 2025-01-17T07:40:44.939Z | Compiling bitflags v2.6.0 |
434 | 2025-01-17T07:40:45.085Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2025-01-17T07:40:45.366Z | Compiling usdt-impl v0.5.0 |
436 | 2025-01-17T07:40:45.421Z | Compiling syn v1.0.109 |
437 | 2025-01-17T07:40:45.526Z | Compiling quote v1.0.38 |
438 | 2025-01-17T07:40:45.580Z | Compiling proc-macro-error v1.0.4 |
439 | 2025-01-17T07:40:45.705Z | Compiling errno v0.3.9 |
440 | 2025-01-17T07:40:45.882Z | Compiling equivalent v1.0.1 |
441 | 2025-01-17T07:40:45.911Z | Compiling utf8parse v0.2.2 |
442 | 2025-01-17T07:40:45.962Z | Compiling syn v2.0.96 |
443 | 2025-01-17T07:40:46.025Z | Compiling camino v1.1.9 |
444 | 2025-01-17T07:40:46.099Z | Compiling thread-id v4.2.2 |
445 | 2025-01-17T07:40:46.124Z | Compiling plain v0.2.3 |
446 | 2025-01-17T07:40:46.157Z | Compiling log v0.4.22 |
447 | 2025-01-17T07:40:46.195Z | Compiling hashbrown v0.15.1 |
448 | 2025-01-17T07:40:46.302Z | Compiling anstyle-parse v0.2.5 |
449 | 2025-01-17T07:40:46.699Z | Compiling anstyle v1.0.10 |
450 | 2025-01-17T07:40:46.727Z | Compiling colorchoice v1.0.2 |
451 | 2025-01-17T07:40:46.912Z | Compiling unicode-width v0.1.14 |
452 | 2025-01-17T07:40:46.994Z | Compiling anstyle-query v1.1.1 |
453 | 2025-01-17T07:40:47.024Z | Compiling semver v1.0.24 |
454 | 2025-01-17T07:40:47.162Z | Compiling is_terminal_polyfill v1.70.1 |
455 | 2025-01-17T07:40:47.192Z | Compiling autocfg v1.4.0 |
456 | 2025-01-17T07:40:47.313Z | Compiling indexmap v2.7.0 |
457 | 2025-01-17T07:40:47.338Z | Compiling winnow v0.6.20 |
458 | 2025-01-17T07:40:47.446Z | Compiling pretty-hex v0.4.1 |
459 | 2025-01-17T07:40:47.646Z | Compiling anstream v0.6.15 |
460 | 2025-01-17T07:40:47.859Z | Compiling terminal_size v0.4.0 |
461 | 2025-01-17T07:40:48.189Z | Compiling fs-err v2.11.0 |
462 | 2025-01-17T07:40:48.241Z | Compiling cfg-if v1.0.0 |
463 | 2025-01-17T07:40:48.324Z | Compiling clap_lex v0.7.2 |
464 | 2025-01-17T07:40:48.360Z | Compiling strsim v0.11.1 |
465 | 2025-01-17T07:40:48.448Z | Compiling fastrand v2.1.1 |
466 | 2025-01-17T07:40:48.491Z | Compiling bytecount v0.6.8 |
467 | 2025-01-17T07:40:48.738Z | Compiling fnv v1.0.7 |
468 | 2025-01-17T07:40:48.768Z | Compiling heck v0.5.0 |
469 | 2025-01-17T07:40:48.903Z | Compiling heck v0.4.1 |
470 | 2025-01-17T07:40:48.967Z | Compiling anyhow v1.0.93 |
471 | 2025-01-17T07:40:49.126Z | Compiling papergrid v0.11.0 |
472 | 2025-01-17T07:40:49.245Z | Compiling tempfile v3.13.0 |
473 | 2025-01-17T07:40:49.312Z | Compiling clap_builder v4.5.21 |
474 | 2025-01-17T07:40:49.787Z | Compiling memmap v0.7.0 |
475 | 2025-01-17T07:40:49.983Z | Compiling smawk v0.3.2 |
476 | 2025-01-17T07:40:50.043Z | Compiling unicode-linebreak v0.1.5 |
477 | 2025-01-17T07:40:50.598Z | Compiling textwrap v0.16.1 |
478 | 2025-01-17T07:40:50.755Z | Compiling swrite v0.1.0 |
479 | 2025-01-17T07:40:51.373Z | Compiling tabled_derive v0.7.0 |
480 | 2025-01-17T07:40:52.822Z | Compiling tabled v0.15.0 |
481 | 2025-01-17T07:40:52.982Z | Compiling serde_derive v1.0.217 |
482 | 2025-01-17T07:40:52.982Z | Compiling thiserror-impl v1.0.69 |
483 | 2025-01-17T07:40:52.985Z | Compiling zerocopy-derive v0.7.35 |
484 | 2025-01-17T07:40:52.985Z | Compiling scroll_derive v0.12.0 |
485 | 2025-01-17T07:40:52.985Z | Compiling clap_derive v4.5.18 |
486 | 2025-01-17T07:40:54.361Z | Compiling scroll v0.12.0 |
487 | 2025-01-17T07:40:54.874Z | Compiling zerocopy v0.7.35 |
488 | 2025-01-17T07:40:54.911Z | Compiling goblin v0.8.2 |
489 | 2025-01-17T07:40:56.141Z | Compiling pest v2.7.14 |
490 | 2025-01-17T07:40:56.778Z | Compiling clap v4.5.21 |
491 | 2025-01-17T07:40:58.262Z | Compiling pest_meta v2.7.14 |
492 | 2025-01-17T07:40:59.160Z | Compiling pest_generator v2.7.14 |
493 | 2025-01-17T07:41:00.666Z | Compiling pest_derive v2.7.14 |
494 | 2025-01-17T07:41:01.249Z | Compiling dtrace-parser v0.2.0 |
495 | 2025-01-17T07:41:01.801Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-17T07:41:01.916Z | Compiling serde_tokenstream v0.2.2 |
497 | 2025-01-17T07:41:02.068Z | Compiling toml_datetime v0.6.8 |
498 | 2025-01-17T07:41:02.095Z | Compiling cargo-platform v0.1.8 |
499 | 2025-01-17T07:41:02.207Z | Compiling macaddr v1.0.1 |
500 | 2025-01-17T07:41:02.496Z | Compiling toml_edit v0.22.22 |
501 | 2025-01-17T07:41:02.651Z | Compiling camino-tempfile v1.1.1 |
502 | 2025-01-17T07:41:03.232Z | Compiling dof v0.3.0 |
503 | 2025-01-17T07:41:03.233Z | Compiling cargo_metadata v0.18.1 |
504 | 2025-01-17T07:41:04.691Z | Compiling usdt-macro v0.5.0 |
505 | 2025-01-17T07:41:04.691Z | Compiling usdt-attr-macro v0.5.0 |
506 | 2025-01-17T07:41:05.314Z | Compiling toml v0.8.19 |
507 | 2025-01-17T07:41:05.867Z | Compiling usdt v0.5.0 |
508 | 2025-01-17T07:41:06.111Z | Compiling cargo_toml v0.20.5 |
509 | 2025-01-17T07:41:08.780Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
510 | 2025-01-17T07:41:12.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.44s |
511 | 2025-01-17T07:41:12.354Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
512 | 2025-01-17T07:41:12.901Z | Downloading crates ... |
513 | 2025-01-17T07:41:13.025Z | Downloaded async-stream-impl v0.3.6 |
514 | 2025-01-17T07:41:13.028Z | Downloaded cfg_aliases v0.1.1 |
515 | 2025-01-17T07:41:13.038Z | Downloaded cfg_aliases v0.2.1 |
516 | 2025-01-17T07:41:13.040Z | Downloaded atomicwrites v0.4.4 |
517 | 2025-01-17T07:41:13.043Z | Downloaded darling v0.20.10 |
518 | 2025-01-17T07:41:13.048Z | Downloaded assert_matches v1.5.0 |
519 | 2025-01-17T07:41:13.051Z | Downloaded ascii-canvas v3.0.0 |
520 | 2025-01-17T07:41:13.054Z | Downloaded atty v0.2.14 |
521 | 2025-01-17T07:41:13.058Z | Downloaded ciborium-io v0.2.2 |
522 | 2025-01-17T07:41:13.061Z | Downloaded crunchy v0.2.2 |
523 | 2025-01-17T07:41:13.066Z | Downloaded heapless v0.8.0 |
524 | 2025-01-17T07:41:13.070Z | Downloaded http-range v0.1.5 |
525 | 2025-01-17T07:41:13.074Z | Downloaded base16ct v0.2.0 |
526 | 2025-01-17T07:41:13.078Z | Downloaded ident_case v1.0.1 |
527 | 2025-01-17T07:41:13.078Z | Downloaded bitflags v1.3.2 |
528 | 2025-01-17T07:41:13.080Z | Downloaded http-body v1.0.1 |
529 | 2025-01-17T07:41:13.080Z | Downloaded cstr-argument v0.1.2 |
530 | 2025-01-17T07:41:13.083Z | Downloaded cassowary v0.3.0 |
531 | 2025-01-17T07:41:13.083Z | Downloaded block-padding v0.3.3 |
532 | 2025-01-17T07:41:13.086Z | Downloaded instant v0.1.13 |
533 | 2025-01-17T07:41:13.089Z | Downloaded crossbeam-deque v0.8.5 |
534 | 2025-01-17T07:41:13.092Z | Downloaded crc v3.2.1 |
535 | 2025-01-17T07:41:13.094Z | Downloaded convert_case v0.4.0 |
536 | 2025-01-17T07:41:13.094Z | Downloaded ctr v0.9.2 |
537 | 2025-01-17T07:41:13.097Z | Downloaded blowfish v0.9.1 |
538 | 2025-01-17T07:41:13.100Z | Downloaded argon2 v0.5.3 |
539 | 2025-01-17T07:41:13.103Z | Downloaded cexpr v0.6.0 |
540 | 2025-01-17T07:41:13.103Z | Downloaded matches v0.1.10 |
541 | 2025-01-17T07:41:13.105Z | Downloaded async-recursion v1.1.1 |
542 | 2025-01-17T07:41:13.109Z | Downloaded is_ci v1.2.0 |
543 | 2025-01-17T07:41:13.112Z | Downloaded ciborium-ll v0.2.2 |
544 | 2025-01-17T07:41:13.112Z | Downloaded constant_time_eq v0.3.1 |
545 | 2025-01-17T07:41:13.115Z | Downloaded bitfield v0.14.0 |
546 | 2025-01-17T07:41:13.115Z | Downloaded md5 v0.7.0 |
547 | 2025-01-17T07:41:13.120Z | Downloaded adler2 v2.0.0 |
548 | 2025-01-17T07:41:13.123Z | Downloaded match_cfg v0.1.0 |
549 | 2025-01-17T07:41:13.123Z | Downloaded home v0.5.9 |
550 | 2025-01-17T07:41:13.123Z | Downloaded cipher v0.4.4 |
551 | 2025-01-17T07:41:13.123Z | Downloaded curve25519-dalek-derive v0.1.1 |
552 | 2025-01-17T07:41:13.125Z | Downloaded icu_provider_macros v1.5.0 |
553 | 2025-01-17T07:41:13.125Z | Downloaded crc-catalog v2.4.0 |
554 | 2025-01-17T07:41:13.128Z | Downloaded idna_adapter v1.2.0 |
555 | 2025-01-17T07:41:13.130Z | Downloaded ipnetwork v0.20.0 |
556 | 2025-01-17T07:41:13.134Z | Downloaded bzip2 v0.4.4 |
557 | 2025-01-17T07:41:13.136Z | Downloaded async-trait v0.1.83 |
558 | 2025-01-17T07:41:13.139Z | Downloaded httpdate v1.0.3 |
559 | 2025-01-17T07:41:13.142Z | Downloaded csv-core v0.1.11 |
560 | 2025-01-17T07:41:13.142Z | Downloaded const_format_proc_macros v0.2.33 |
561 | 2025-01-17T07:41:13.145Z | Downloaded backoff v0.4.0 |
562 | 2025-01-17T07:41:13.148Z | Downloaded lockfree-object-pool v0.1.6 |
563 | 2025-01-17T07:41:13.151Z | Downloaded maplit v1.0.2 |
564 | 2025-01-17T07:41:13.153Z | Downloaded linked-hash-map v0.5.6 |
565 | 2025-01-17T07:41:13.153Z | Downloaded cancel-safe-futures v0.1.5 |
566 | 2025-01-17T07:41:13.156Z | Downloaded managed v0.8.0 |
567 | 2025-01-17T07:41:13.161Z | Downloaded linear-map v1.2.0 |
568 | 2025-01-17T07:41:13.163Z | Downloaded lazy_static v1.5.0 |
569 | 2025-01-17T07:41:13.163Z | Downloaded indent_write v2.2.0 |
570 | 2025-01-17T07:41:13.166Z | Downloaded impl-trait-for-tuples v0.2.2 |
571 | 2025-01-17T07:41:13.169Z | Downloaded strum v0.26.3 |
572 | 2025-01-17T07:41:13.169Z | Downloaded mime v0.3.17 |
573 | 2025-01-17T07:41:13.173Z | Downloaded libsw v3.3.1 |
574 | 2025-01-17T07:41:13.176Z | Downloaded progenitor v0.9.1 |
575 | 2025-01-17T07:41:13.176Z | Downloaded progenitor-macro v0.9.1 |
576 | 2025-01-17T07:41:13.179Z | Downloaded lalrpop-util v0.19.12 |
577 | 2025-01-17T07:41:13.179Z | Downloaded libefi-sys v0.1.0 |
578 | 2025-01-17T07:41:13.182Z | Downloaded lru v0.12.5 |
579 | 2025-01-17T07:41:13.182Z | Downloaded is-terminal v0.4.13 |
580 | 2025-01-17T07:41:13.185Z | Downloaded console v0.15.8 |
581 | 2025-01-17T07:41:13.188Z | Downloaded base64ct v1.6.0 |
582 | 2025-01-17T07:41:13.191Z | Downloaded maybe-uninit v2.0.0 |
583 | 2025-01-17T07:41:13.194Z | Downloaded hubpack v0.1.2 |
584 | 2025-01-17T07:41:13.194Z | Downloaded crossbeam-utils v0.8.20 |
585 | 2025-01-17T07:41:13.197Z | Downloaded darling_macro v0.20.10 |
586 | 2025-01-17T07:41:13.201Z | Downloaded hex v0.4.3 |
587 | 2025-01-17T07:41:13.201Z | Downloaded toolchain_find v0.4.0 |
588 | 2025-01-17T07:41:13.204Z | Downloaded httparse v1.9.5 |
589 | 2025-01-17T07:41:13.207Z | Downloaded rand_core v0.6.4 |
590 | 2025-01-17T07:41:13.207Z | Downloaded rand_chacha v0.3.1 |
591 | 2025-01-17T07:41:13.210Z | Downloaded crc32fast v1.4.2 |
592 | 2025-01-17T07:41:13.210Z | Downloaded rustc_version v0.4.1 |
593 | 2025-01-17T07:41:13.212Z | Downloaded r2d2 v0.8.10 |
594 | 2025-01-17T07:41:13.215Z | Downloaded memoffset v0.9.1 |
595 | 2025-01-17T07:41:13.215Z | Downloaded kstat-rs v0.2.4 |
596 | 2025-01-17T07:41:13.218Z | Downloaded crossbeam-epoch v0.9.18 |
597 | 2025-01-17T07:41:13.221Z | Downloaded time-core v0.1.2 |
598 | 2025-01-17T07:41:13.224Z | Downloaded lock_api v0.4.12 |
599 | 2025-01-17T07:41:13.225Z | Downloaded smallvec v0.6.14 |
600 | 2025-01-17T07:41:13.228Z | Downloaded strum_macros v0.24.3 |
601 | 2025-01-17T07:41:13.228Z | Downloaded structmeta-derive v0.3.0 |
602 | 2025-01-17T07:41:13.231Z | Downloaded float-ord v0.3.2 |
603 | 2025-01-17T07:41:13.234Z | Downloaded hyper-rustls v0.27.3 |
604 | 2025-01-17T07:41:13.238Z | Downloaded cookie_store v0.21.0 |
605 | 2025-01-17T07:41:13.241Z | Downloaded litemap v0.7.3 |
606 | 2025-01-17T07:41:13.244Z | Downloaded dhcproto-macros v0.1.0 |
607 | 2025-01-17T07:41:13.244Z | Downloaded allocator-api2 v0.2.18 |
608 | 2025-01-17T07:41:13.246Z | Downloaded yoke-derive v0.7.4 |
609 | 2025-01-17T07:41:13.249Z | Downloaded openssl-probe v0.1.5 |
610 | 2025-01-17T07:41:13.249Z | Downloaded new_debug_unreachable v1.0.6 |
611 | 2025-01-17T07:41:13.251Z | Downloaded icu_locid_transform v1.5.0 |
612 | 2025-01-17T07:41:13.254Z | Downloaded mime_guess v2.0.5 |
613 | 2025-01-17T07:41:13.260Z | Downloaded xattr v1.3.1 |
614 | 2025-01-17T07:41:13.262Z | Downloaded unicode-xid v0.2.6 |
615 | 2025-01-17T07:41:13.262Z | Downloaded data-encoding v2.6.0 |
616 | 2025-01-17T07:41:13.262Z | Downloaded debug-ignore v1.0.5 |
617 | 2025-01-17T07:41:13.265Z | Downloaded rustls-pemfile v1.0.4 |
618 | 2025-01-17T07:41:13.270Z | Downloaded hickory-client v0.24.1 |
619 | 2025-01-17T07:41:13.273Z | Downloaded num-conv v0.1.0 |
620 | 2025-01-17T07:41:13.273Z | Downloaded arc-swap v1.7.1 |
621 | 2025-01-17T07:41:13.276Z | Downloaded peg-runtime v0.8.3 |
622 | 2025-01-17T07:41:13.280Z | Downloaded crc-any v2.5.0 |
623 | 2025-01-17T07:41:13.283Z | Downloaded strum_macros v0.26.4 |
624 | 2025-01-17T07:41:13.285Z | Downloaded tui-tree-widget v0.22.0 |
625 | 2025-01-17T07:41:13.285Z | Downloaded stringprep v0.1.5 |
626 | 2025-01-17T07:41:13.288Z | Downloaded smallvec v1.13.2 |
627 | 2025-01-17T07:41:13.291Z | Downloaded form_urlencoded v1.2.1 |
628 | 2025-01-17T07:41:13.294Z | Downloaded backtrace v0.3.74 |
629 | 2025-01-17T07:41:13.298Z | Downloaded take_mut v0.2.2 |
630 | 2025-01-17T07:41:13.301Z | Downloaded tokio-tungstenite v0.21.0 |
631 | 2025-01-17T07:41:13.304Z | Downloaded libloading v0.8.5 |
632 | 2025-01-17T07:41:13.308Z | Downloaded icu_provider v1.5.0 |
633 | 2025-01-17T07:41:13.313Z | Downloaded icu_locid_transform_data v1.5.0 |
634 | 2025-01-17T07:41:13.313Z | Downloaded pin-utils v0.1.0 |
635 | 2025-01-17T07:41:13.316Z | Downloaded ref-cast v1.0.23 |
636 | 2025-01-17T07:41:13.316Z | Downloaded vsss-rs v3.3.4 |
637 | 2025-01-17T07:41:13.319Z | Downloaded des v0.8.1 |
638 | 2025-01-17T07:41:13.324Z | Downloaded yasna v0.5.2 |
639 | 2025-01-17T07:41:13.327Z | Downloaded rpassword v7.3.1 |
640 | 2025-01-17T07:41:13.327Z | Downloaded serde-big-array v0.5.1 |
641 | 2025-01-17T07:41:13.330Z | Downloaded cc v1.1.30 |
642 | 2025-01-17T07:41:13.333Z | Downloaded icu_locid v1.5.0 |
643 | 2025-01-17T07:41:13.338Z | Downloaded futures-core v0.3.31 |
644 | 2025-01-17T07:41:13.340Z | Downloaded sha1 v0.10.6 |
645 | 2025-01-17T07:41:13.343Z | Downloaded rustls-pemfile v2.2.0 |
646 | 2025-01-17T07:41:13.346Z | Downloaded hash32 v0.3.1 |
647 | 2025-01-17T07:41:13.351Z | Downloaded signal-hook-registry v1.4.2 |
648 | 2025-01-17T07:41:13.355Z | Downloaded const_format v0.2.33 |
649 | 2025-01-17T07:41:13.357Z | Downloaded zone_cfg_derive v0.3.0 |
650 | 2025-01-17T07:41:13.357Z | Downloaded untrusted v0.7.1 |
651 | 2025-01-17T07:41:13.358Z | Downloaded topological-sort v0.2.2 |
652 | 2025-01-17T07:41:13.360Z | Downloaded string_cache v0.8.7 |
653 | 2025-01-17T07:41:13.363Z | Downloaded untrusted v0.9.0 |
654 | 2025-01-17T07:41:13.363Z | Downloaded twox-hash v1.6.3 |
655 | 2025-01-17T07:41:13.367Z | Downloaded parse-display-derive v0.10.0 |
656 | 2025-01-17T07:41:13.372Z | Downloaded parse-display v0.10.0 |
657 | 2025-01-17T07:41:13.372Z | Downloaded powerfmt v0.2.0 |
658 | 2025-01-17T07:41:13.372Z | Downloaded zone_cfg_derive v0.1.2 |
659 | 2025-01-17T07:41:13.375Z | Downloaded quick-error v1.2.3 |
660 | 2025-01-17T07:41:13.375Z | Downloaded tap v1.0.1 |
661 | 2025-01-17T07:41:13.375Z | Downloaded strip-ansi-escapes v0.2.0 |
662 | 2025-01-17T07:41:13.375Z | Downloaded zone v0.3.0 |
663 | 2025-01-17T07:41:13.378Z | Downloaded psl-types v2.0.11 |
664 | 2025-01-17T07:41:13.378Z | Downloaded derive_more v0.99.18 |
665 | 2025-01-17T07:41:13.387Z | Downloaded ron v0.7.1 |
666 | 2025-01-17T07:41:13.390Z | Downloaded serde_yaml v0.9.34+deprecated |
667 | 2025-01-17T07:41:13.397Z | Downloaded icu_normalizer_data v1.5.0 |
668 | 2025-01-17T07:41:13.400Z | Downloaded ena v0.14.3 |
669 | 2025-01-17T07:41:13.403Z | Downloaded fallible-streaming-iterator v0.1.9 |
670 | 2025-01-17T07:41:13.403Z | Downloaded fallible-iterator v0.3.0 |
671 | 2025-01-17T07:41:13.403Z | Downloaded indicatif v0.17.9 |
672 | 2025-01-17T07:41:13.408Z | Downloaded funty v2.0.0 |
673 | 2025-01-17T07:41:13.411Z | Downloaded difflib v0.4.0 |
674 | 2025-01-17T07:41:13.411Z | Downloaded phf_shared v0.10.0 |
675 | 2025-01-17T07:41:13.415Z | Downloaded nanorand v0.7.0 |
676 | 2025-01-17T07:41:13.418Z | Downloaded pretty-hex v0.2.1 |
677 | 2025-01-17T07:41:13.418Z | Downloaded parse-size v1.1.0 |
678 | 2025-01-17T07:41:13.418Z | Downloaded multimap v0.10.0 |
679 | 2025-01-17T07:41:13.420Z | Downloaded phf_generator v0.11.2 |
680 | 2025-01-17T07:41:13.424Z | Downloaded tabwriter v1.4.0 |
681 | 2025-01-17T07:41:13.424Z | Downloaded serde_urlencoded v0.7.1 |
682 | 2025-01-17T07:41:13.436Z | Downloaded termcolor v1.4.1 |
683 | 2025-01-17T07:41:13.440Z | Downloaded foreign-types-macros v0.2.3 |
684 | 2025-01-17T07:41:13.443Z | Downloaded dirs-sys-next v0.1.2 |
685 | 2025-01-17T07:41:13.443Z | Downloaded tower-service v0.3.3 |
686 | 2025-01-17T07:41:13.443Z | Downloaded termtree v0.4.1 |
687 | 2025-01-17T07:41:13.446Z | Downloaded dirs-next v2.0.0 |
688 | 2025-01-17T07:41:13.446Z | Downloaded writeable v0.5.5 |
689 | 2025-01-17T07:41:13.451Z | Downloaded want v0.3.1 |
690 | 2025-01-17T07:41:13.451Z | Downloaded utf-8 v0.7.6 |
691 | 2025-01-17T07:41:13.451Z | Downloaded termios v0.3.3 |
692 | 2025-01-17T07:41:13.456Z | Downloaded diesel_table_macro_syntax v0.2.0 |
693 | 2025-01-17T07:41:13.456Z | Downloaded futures-executor v0.3.31 |
694 | 2025-01-17T07:41:13.459Z | Downloaded ppv-lite86 v0.2.20 |
695 | 2025-01-17T07:41:13.459Z | Downloaded postgres-protocol v0.6.7 |
696 | 2025-01-17T07:41:13.463Z | Downloaded ref-cast-impl v1.0.23 |
697 | 2025-01-17T07:41:13.463Z | Downloaded crossbeam-channel v0.5.13 |
698 | 2025-01-17T07:41:13.467Z | Downloaded number_prefix v0.4.0 |
699 | 2025-01-17T07:41:13.470Z | Downloaded shlex v1.3.0 |
700 | 2025-01-17T07:41:13.470Z | Downloaded shell-words v1.1.0 |
701 | 2025-01-17T07:41:13.473Z | Downloaded sec1 v0.7.3 |
702 | 2025-01-17T07:41:13.473Z | Downloaded smf v0.2.3 |
703 | 2025-01-17T07:41:13.476Z | Downloaded rand_seeder v0.3.0 |
704 | 2025-01-17T07:41:13.478Z | Downloaded native-tls v0.2.12 |
705 | 2025-01-17T07:41:13.482Z | Downloaded globset v0.4.15 |
706 | 2025-01-17T07:41:13.482Z | Downloaded progenitor-client v0.9.1 |
707 | 2025-01-17T07:41:13.485Z | Downloaded progenitor-client v0.8.0 |
708 | 2025-01-17T07:41:13.485Z | Downloaded parking_lot_core v0.8.6 |
709 | 2025-01-17T07:41:13.487Z | Downloaded env_logger v0.10.2 |
710 | 2025-01-17T07:41:13.491Z | Downloaded num-iter v0.1.45 |
711 | 2025-01-17T07:41:13.494Z | Downloaded num-integer v0.1.46 |
712 | 2025-01-17T07:41:13.494Z | Downloaded dropshot_endpoint v0.15.1 |
713 | 2025-01-17T07:41:13.498Z | Downloaded unicode_categories v0.1.1 |
714 | 2025-01-17T07:41:13.500Z | Downloaded primeorder v0.13.6 |
715 | 2025-01-17T07:41:13.503Z | Downloaded spin v0.9.8 |
716 | 2025-01-17T07:41:13.508Z | Downloaded fallible-iterator v0.2.0 |
717 | 2025-01-17T07:41:13.510Z | Downloaded icu_normalizer v1.5.0 |
718 | 2025-01-17T07:41:13.514Z | Downloaded defmt-parser v0.3.4 |
719 | 2025-01-17T07:41:13.514Z | Downloaded wait-timeout v0.2.0 |
720 | 2025-01-17T07:41:13.517Z | Downloaded filetime v0.2.25 |
721 | 2025-01-17T07:41:13.519Z | Downloaded flagset v0.4.6 |
722 | 2025-01-17T07:41:13.522Z | Downloaded stable_deref_trait v1.2.0 |
723 | 2025-01-17T07:41:13.522Z | Downloaded fixedbitset v0.4.2 |
724 | 2025-01-17T07:41:13.525Z | Downloaded diesel-dtrace v0.4.2 |
725 | 2025-01-17T07:41:13.529Z | Downloaded futures-task v0.3.31 |
726 | 2025-01-17T07:41:13.529Z | Downloaded oso v0.27.3 |
727 | 2025-01-17T07:41:13.531Z | Downloaded typify-macro v0.3.0 |
728 | 2025-01-17T07:41:13.536Z | Downloaded parking_lot v0.12.3 |
729 | 2025-01-17T07:41:13.538Z | Downloaded tungstenite v0.24.0 |
730 | 2025-01-17T07:41:13.542Z | Downloaded tungstenite v0.21.0 |
731 | 2025-01-17T07:41:13.547Z | Downloaded hickory-server v0.24.1 |
732 | 2025-01-17T07:41:13.551Z | Downloaded rustc-hash v1.1.0 |
733 | 2025-01-17T07:41:13.555Z | Downloaded progenitor v0.8.0 |
734 | 2025-01-17T07:41:13.556Z | Downloaded proc-macro-crate v1.3.1 |
735 | 2025-01-17T07:41:13.559Z | Downloaded aes-gcm v0.10.3 |
736 | 2025-01-17T07:41:13.559Z | Downloaded icu_collections v1.5.0 |
737 | 2025-01-17T07:41:13.567Z | Downloaded slog-json v2.6.1 |
738 | 2025-01-17T07:41:13.571Z | Downloaded slog-envlogger v2.2.0 |
739 | 2025-01-17T07:41:13.575Z | Downloaded mirai-annotations v1.12.0 |
740 | 2025-01-17T07:41:13.575Z | Downloaded secrecy v0.8.0 |
741 | 2025-01-17T07:41:13.579Z | Downloaded which v4.4.2 |
742 | 2025-01-17T07:41:13.579Z | Downloaded env_logger v0.11.5 |
743 | 2025-01-17T07:41:13.583Z | Downloaded newline-converter v0.3.0 |
744 | 2025-01-17T07:41:13.584Z | Downloaded sct v0.7.1 |
745 | 2025-01-17T07:41:13.590Z | Downloaded tinystr v0.7.6 |
746 | 2025-01-17T07:41:13.590Z | Downloaded tiny-keccak v2.0.2 |
747 | 2025-01-17T07:41:13.594Z | Downloaded zerofrom v0.1.4 |
748 | 2025-01-17T07:41:13.594Z | Downloaded derive_builder_macro v0.20.2 |
749 | 2025-01-17T07:41:13.594Z | Downloaded packed_struct v0.10.1 |
750 | 2025-01-17T07:41:13.599Z | Downloaded newtype_derive v0.1.6 |
751 | 2025-01-17T07:41:13.599Z | Downloaded packed_struct_codegen v0.10.1 |
752 | 2025-01-17T07:41:13.603Z | Downloaded fragile v2.0.0 |
753 | 2025-01-17T07:41:13.603Z | Downloaded pin-project-internal v1.1.6 |
754 | 2025-01-17T07:41:13.606Z | Downloaded rustc-demangle v0.1.24 |
755 | 2025-01-17T07:41:13.606Z | Downloaded pin-project-lite v0.2.14 |
756 | 2025-01-17T07:41:13.612Z | Downloaded sync_wrapper v1.0.1 |
757 | 2025-01-17T07:41:13.616Z | Downloaded sync-ptr v0.1.1 |
758 | 2025-01-17T07:41:13.616Z | Downloaded signal-hook-tokio v0.3.1 |
759 | 2025-01-17T07:41:13.620Z | Downloaded rustc-hash v2.0.0 |
760 | 2025-01-17T07:41:13.620Z | Downloaded openssl-sys v0.9.103 |
761 | 2025-01-17T07:41:13.624Z | Downloaded normalize-line-endings v0.3.0 |
762 | 2025-01-17T07:41:13.628Z | Downloaded rcgen v0.12.1 |
763 | 2025-01-17T07:41:13.633Z | Downloaded phf_shared v0.11.2 |
764 | 2025-01-17T07:41:13.633Z | Downloaded pem v3.0.4 |
765 | 2025-01-17T07:41:13.639Z | Downloaded hickory-resolver v0.24.1 |
766 | 2025-01-17T07:41:13.643Z | Downloaded precomputed-hash v0.1.1 |
767 | 2025-01-17T07:41:13.643Z | Downloaded downcast v0.11.0 |
768 | 2025-01-17T07:41:13.643Z | Downloaded serde_plain v1.0.2 |
769 | 2025-01-17T07:41:13.647Z | Downloaded resolv-conf v0.7.0 |
770 | 2025-01-17T07:41:13.647Z | Downloaded tokio-tungstenite v0.24.0 |
771 | 2025-01-17T07:41:13.651Z | Downloaded zerovec-derive v0.10.3 |
772 | 2025-01-17T07:41:13.651Z | Downloaded utf8_iter v1.0.4 |
773 | 2025-01-17T07:41:13.651Z | Downloaded utf16_iter v1.0.5 |
774 | 2025-01-17T07:41:13.655Z | Downloaded defmt v0.3.8 |
775 | 2025-01-17T07:41:13.661Z | Downloaded path-slash v0.1.5 |
776 | 2025-01-17T07:41:13.661Z | Downloaded enum-as-inner v0.6.1 |
777 | 2025-01-17T07:41:13.661Z | Downloaded universal-hash v0.5.1 |
778 | 2025-01-17T07:41:13.665Z | Downloaded displaydoc v0.2.5 |
779 | 2025-01-17T07:41:13.669Z | Downloaded deranged v0.3.11 |
780 | 2025-01-17T07:41:13.669Z | Downloaded hashlink v0.9.1 |
781 | 2025-01-17T07:41:13.673Z | Downloaded zip v2.1.3 |
782 | 2025-01-17T07:41:13.678Z | Downloaded socket2 v0.5.7 |
783 | 2025-01-17T07:41:13.682Z | Downloaded der_derive v0.7.3 |
784 | 2025-01-17T07:41:13.682Z | Downloaded http v1.2.0 |
785 | 2025-01-17T07:41:13.685Z | Downloaded pem-rfc7468 v0.7.0 |
786 | 2025-01-17T07:41:13.688Z | Downloaded peg v0.8.4 |
787 | 2025-01-17T07:41:13.691Z | Downloaded foreign-types v0.5.0 |
788 | 2025-01-17T07:41:13.694Z | Downloaded num-rational v0.4.2 |
789 | 2025-01-17T07:41:13.694Z | Downloaded pkcs1 v0.7.5 |
790 | 2025-01-17T07:41:13.697Z | Downloaded serde_derive_internals v0.29.1 |
791 | 2025-01-17T07:41:13.700Z | Downloaded time v0.3.36 |
792 | 2025-01-17T07:41:13.707Z | Downloaded vte_generate_state_changes v0.1.2 |
793 | 2025-01-17T07:41:13.710Z | Downloaded tokio-native-tls v0.3.1 |
794 | 2025-01-17T07:41:13.710Z | Downloaded serde-hex v0.1.0 |
795 | 2025-01-17T07:41:13.713Z | Downloaded signal-hook v0.3.17 |
796 | 2025-01-17T07:41:13.716Z | Downloaded zerocopy-derive v0.8.10 |
797 | 2025-01-17T07:41:13.723Z | Downloaded structmeta v0.2.0 |
798 | 2025-01-17T07:41:13.726Z | Downloaded value-bag v1.9.0 |
799 | 2025-01-17T07:41:13.729Z | Downloaded env_filter v0.1.2 |
800 | 2025-01-17T07:41:13.732Z | Downloaded rsa v0.9.6 |
801 | 2025-01-17T07:41:13.737Z | Downloaded sqlparser_derive v0.2.2 |
802 | 2025-01-17T07:41:13.741Z | Downloaded publicsuffix v2.2.3 |
803 | 2025-01-17T07:41:13.741Z | Downloaded paste v1.0.15 |
804 | 2025-01-17T07:41:13.744Z | Downloaded zerofrom-derive v0.1.4 |
805 | 2025-01-17T07:41:13.747Z | Downloaded nu-ansi-term v0.50.1 |
806 | 2025-01-17T07:41:13.751Z | Downloaded derive_builder_core v0.20.2 |
807 | 2025-01-17T07:41:13.754Z | Downloaded multer v3.1.0 |
808 | 2025-01-17T07:41:13.754Z | Downloaded postcard v1.0.10 |
809 | 2025-01-17T07:41:13.758Z | Downloaded foreign-types-shared v0.3.1 |
810 | 2025-01-17T07:41:13.761Z | Downloaded foreign-types-shared v0.1.1 |
811 | 2025-01-17T07:41:13.761Z | Downloaded newtype-uuid v1.2.1 |
812 | 2025-01-17T07:41:13.763Z | Downloaded diesel_derives v2.2.3 |
813 | 2025-01-17T07:41:13.766Z | Downloaded progenitor-macro v0.8.0 |
814 | 2025-01-17T07:41:13.769Z | Downloaded predicates-tree v1.0.11 |
815 | 2025-01-17T07:41:13.769Z | Downloaded predicates-core v1.0.8 |
816 | 2025-01-17T07:41:13.772Z | Downloaded oso-derive v0.27.3 |
817 | 2025-01-17T07:41:13.772Z | Downloaded foreign-types v0.3.2 |
818 | 2025-01-17T07:41:13.775Z | Downloaded vergen v8.3.2 |
819 | 2025-01-17T07:41:13.779Z | Downloaded num-bigint v0.4.6 |
820 | 2025-01-17T07:41:13.782Z | Downloaded foldhash v0.1.3 |
821 | 2025-01-17T07:41:13.785Z | Downloaded embedded-io v0.4.0 |
822 | 2025-01-17T07:41:13.788Z | Downloaded tough v0.19.0 |
823 | 2025-01-17T07:41:13.795Z | Downloaded qorb v0.2.1 |
824 | 2025-01-17T07:41:13.802Z | Downloaded endian-type v0.1.2 |
825 | 2025-01-17T07:41:13.805Z | Downloaded aho-corasick v1.1.3 |
826 | 2025-01-17T07:41:13.809Z | Downloaded derive-where v1.2.7 |
827 | 2025-01-17T07:41:13.813Z | Downloaded zeroize_derive v1.4.2 |
828 | 2025-01-17T07:41:13.817Z | Downloaded tracing-attributes v0.1.27 |
829 | 2025-01-17T07:41:13.820Z | Downloaded polyval v0.6.2 |
830 | 2025-01-17T07:41:13.820Z | Downloaded pkg-config v0.3.31 |
831 | 2025-01-17T07:41:13.823Z | Downloaded rustls-pki-types v1.10.0 |
832 | 2025-01-17T07:41:13.826Z | Downloaded predicates v3.1.2 |
833 | 2025-01-17T07:41:13.828Z | Downloaded tokio-macros v2.5.0 |
834 | 2025-01-17T07:41:13.831Z | Downloaded scrypt v0.11.0 |
835 | 2025-01-17T07:41:13.831Z | Downloaded pbkdf2 v0.12.2 |
836 | 2025-01-17T07:41:13.834Z | Downloaded opaque-debug v0.3.1 |
837 | 2025-01-17T07:41:13.837Z | Downloaded spki v0.7.3 |
838 | 2025-01-17T07:41:13.837Z | Downloaded tinyvec_macros v0.1.1 |
839 | 2025-01-17T07:41:13.839Z | Downloaded omicron-zone-package v0.12.0 |
840 | 2025-01-17T07:41:13.842Z | Downloaded mockall_derive v0.13.0 |
841 | 2025-01-17T07:41:13.845Z | Downloaded thiserror-impl-no-std v2.0.2 |
842 | 2025-01-17T07:41:13.847Z | Downloaded thiserror-impl v2.0.11 |
843 | 2025-01-17T07:41:13.847Z | Downloaded hashbrown v0.12.3 |
844 | 2025-01-17T07:41:13.852Z | Downloaded try-lock v0.2.5 |
845 | 2025-01-17T07:41:13.854Z | Downloaded aws-lc-rs v1.10.0 |
846 | 2025-01-17T07:41:13.863Z | Downloaded siphasher v0.3.11 |
847 | 2025-01-17T07:41:13.865Z | Downloaded ed25519 v2.2.3 |
848 | 2025-01-17T07:41:13.869Z | Downloaded pkcs8 v0.10.2 |
849 | 2025-01-17T07:41:13.869Z | Downloaded slab v0.4.9 |
850 | 2025-01-17T07:41:13.872Z | Downloaded olpc-cjson v0.1.4 |
851 | 2025-01-17T07:41:13.875Z | Downloaded bindgen v0.69.5 |
852 | 2025-01-17T07:41:13.883Z | Downloaded pbkdf2 v0.11.0 |
853 | 2025-01-17T07:41:13.885Z | Downloaded itertools v0.12.1 |
854 | 2025-01-17T07:41:13.891Z | Downloaded write16 v1.0.0 |
855 | 2025-01-17T07:41:13.894Z | Downloaded sigpipe v0.1.3 |
856 | 2025-01-17T07:41:13.894Z | Downloaded rustc_version v0.1.7 |
857 | 2025-01-17T07:41:13.897Z | Downloaded radium v0.7.0 |
858 | 2025-01-17T07:41:13.897Z | Downloaded dropshot_endpoint v0.12.0 |
859 | 2025-01-17T07:41:13.900Z | Downloaded zip v0.6.6 |
860 | 2025-01-17T07:41:13.903Z | Downloaded glob v0.3.1 |
861 | 2025-01-17T07:41:13.906Z | Downloaded thiserror v2.0.11 |
862 | 2025-01-17T07:41:13.912Z | Downloaded fxhash v0.2.1 |
863 | 2025-01-17T07:41:13.914Z | Downloaded salsa20 v0.10.2 |
864 | 2025-01-17T07:41:13.914Z | Downloaded tokio-tungstenite v0.23.1 |
865 | 2025-01-17T07:41:13.917Z | Downloaded futures-sink v0.3.31 |
866 | 2025-01-17T07:41:13.917Z | Downloaded poly1305 v0.8.0 |
867 | 2025-01-17T07:41:13.920Z | Downloaded simd-adler32 v0.3.7 |
868 | 2025-01-17T07:41:13.923Z | Downloaded russh-cryptovec v0.7.3 |
869 | 2025-01-17T07:41:13.923Z | Downloaded semver v0.1.20 |
870 | 2025-01-17T07:41:13.927Z | Downloaded reedline v0.35.0 |
871 | 2025-01-17T07:41:13.932Z | Downloaded num_threads v0.1.7 |
872 | 2025-01-17T07:41:13.935Z | Downloaded enum-as-inner v0.5.1 |
873 | 2025-01-17T07:41:13.938Z | Downloaded num_enum_derive v0.5.11 |
874 | 2025-01-17T07:41:13.938Z | Downloaded fd-lock v4.0.2 |
875 | 2025-01-17T07:41:13.941Z | Downloaded tokio-rustls v0.26.0 |
876 | 2025-01-17T07:41:13.944Z | Downloaded unicase v2.7.0 |
877 | 2025-01-17T07:41:13.944Z | Downloaded russh-keys v0.45.0 |
878 | 2025-01-17T07:41:13.947Z | Downloaded parking_lot v0.11.2 |
879 | 2025-01-17T07:41:13.950Z | Downloaded owo-colors v4.1.0 |
880 | 2025-01-17T07:41:13.953Z | Downloaded subprocess v0.2.9 |
881 | 2025-01-17T07:41:13.955Z | Downloaded rand_xorshift v0.3.0 |
882 | 2025-01-17T07:41:13.956Z | Downloaded serde_repr v0.1.19 |
883 | 2025-01-17T07:41:13.958Z | Downloaded num_enum v0.5.11 |
884 | 2025-01-17T07:41:13.963Z | Downloaded ecdsa v0.16.9 |
885 | 2025-01-17T07:41:13.967Z | Downloaded wyz v0.5.1 |
886 | 2025-01-17T07:41:13.968Z | Downloaded ghash v0.5.1 |
887 | 2025-01-17T07:41:13.970Z | Downloaded tracing-core v0.1.32 |
888 | 2025-01-17T07:41:13.973Z | Downloaded synstructure v0.13.1 |
889 | 2025-01-17T07:41:13.973Z | Downloaded bitvec v1.0.1 |
890 | 2025-01-17T07:41:13.990Z | Downloaded same-file v1.0.6 |
891 | 2025-01-17T07:41:13.993Z | Downloaded uzers v0.12.1 |
892 | 2025-01-17T07:41:13.996Z | Downloaded rayon-core v1.12.1 |
893 | 2025-01-17T07:41:13.998Z | Downloaded whoami v1.5.2 |
894 | 2025-01-17T07:41:14.001Z | Downloaded nibble_vec v0.1.0 |
895 | 2025-01-17T07:41:14.001Z | Downloaded rusqlite v0.32.1 |
896 | 2025-01-17T07:41:14.008Z | Downloaded either v1.13.0 |
897 | 2025-01-17T07:41:14.011Z | Downloaded scheduled-thread-pool v0.2.7 |
898 | 2025-01-17T07:41:14.014Z | Downloaded tokio-postgres v0.7.12 |
899 | 2025-01-17T07:41:14.017Z | Downloaded similar v2.6.0 |
900 | 2025-01-17T07:41:14.021Z | Downloaded quinn v0.11.5 |
901 | 2025-01-17T07:41:14.026Z | Downloaded fatfs v0.3.6 |
902 | 2025-01-17T07:41:14.029Z | Downloaded hyper v1.5.2 |
903 | 2025-01-17T07:41:14.036Z | Downloaded tls_codec_derive v0.4.1 |
904 | 2025-01-17T07:41:14.039Z | Downloaded zerocopy v0.6.6 |
905 | 2025-01-17T07:41:14.042Z | Downloaded unicode-properties v0.1.3 |
906 | 2025-01-17T07:41:14.044Z | Downloaded fs_extra v1.3.0 |
907 | 2025-01-17T07:41:14.047Z | Downloaded tracing v0.1.40 |
908 | 2025-01-17T07:41:14.050Z | Downloaded half v2.4.1 |
909 | 2025-01-17T07:41:14.053Z | Downloaded schemars v0.8.21 |
910 | 2025-01-17T07:41:14.068Z | Downloaded mio v1.0.2 |
911 | 2025-01-17T07:41:14.072Z | Downloaded parse-zoneinfo v0.3.1 |
912 | 2025-01-17T07:41:14.081Z | Downloaded snafu v0.8.5 |
913 | 2025-01-17T07:41:14.086Z | Downloaded h2 v0.4.6 |
914 | 2025-01-17T07:41:14.091Z | Downloaded vte v0.11.1 |
915 | 2025-01-17T07:41:14.093Z | Downloaded hashbrown v0.13.2 |
916 | 2025-01-17T07:41:14.096Z | Downloaded tinyvec v1.8.0 |
917 | 2025-01-17T07:41:14.099Z | Downloaded petname v2.0.2 |
918 | 2025-01-17T07:41:14.105Z | Downloaded rand v0.8.5 |
919 | 2025-01-17T07:41:14.109Z | Downloaded snafu-derive v0.8.5 |
920 | 2025-01-17T07:41:14.111Z | Downloaded flate2 v1.0.34 |
921 | 2025-01-17T07:41:14.116Z | Downloaded ssh-key v0.6.6 |
922 | 2025-01-17T07:41:14.124Z | Downloaded tungstenite v0.23.0 |
923 | 2025-01-17T07:41:14.129Z | Downloaded regex v1.11.1 |
924 | 2025-01-17T07:41:14.143Z | Downloaded nom v7.1.3 |
925 | 2025-01-17T07:41:14.149Z | Downloaded tokio-util v0.7.12 |
926 | 2025-01-17T07:41:14.156Z | Downloaded ed25519-dalek v2.1.1 |
927 | 2025-01-17T07:41:14.160Z | Downloaded hashbrown v0.14.5 |
928 | 2025-01-17T07:41:14.166Z | Downloaded reqwest v0.12.9 |
929 | 2025-01-17T07:41:14.176Z | Downloaded x509-cert v0.2.5 |
930 | 2025-01-17T07:41:14.182Z | Downloaded unicode-bidi v0.3.17 |
931 | 2025-01-17T07:41:14.185Z | Downloaded lalrpop v0.19.12 |
932 | 2025-01-17T07:41:14.198Z | Downloaded elliptic-curve v0.13.8 |
933 | 2025-01-17T07:41:14.202Z | Downloaded rustls-webpki v0.101.7 |
934 | 2025-01-17T07:41:14.217Z | Downloaded portable-atomic v1.9.0 |
935 | 2025-01-17T07:41:14.224Z | Downloaded icu_properties_data v1.5.0 |
936 | 2025-01-17T07:41:14.236Z | Downloaded rustyline v14.0.0 |
937 | 2025-01-17T07:41:14.242Z | Downloaded p521 v0.13.3 |
938 | 2025-01-17T07:41:14.246Z | Downloaded git2 v0.19.0 |
939 | 2025-01-17T07:41:14.255Z | Downloaded rustls-webpki v0.102.8 |
940 | 2025-01-17T07:41:14.276Z | Downloaded zerovec v0.10.4 |
941 | 2025-01-17T07:41:14.281Z | Downloaded idna v0.5.0 |
942 | 2025-01-17T07:41:14.289Z | Downloaded p384 v0.13.0 |
943 | 2025-01-17T07:41:14.295Z | Downloaded regress v0.9.1 |
944 | 2025-01-17T07:41:14.308Z | Downloaded zerocopy v0.8.10 |
945 | 2025-01-17T07:41:14.331Z | Downloaded vcpkg v0.2.15 |
946 | 2025-01-17T07:41:14.371Z | Downloaded unicode-normalization v0.1.24 |
947 | 2025-01-17T07:41:14.375Z | Downloaded rustls v0.23.19 |
948 | 2025-01-17T07:41:14.387Z | Downloaded sqlparser v0.45.0 |
949 | 2025-01-17T07:41:14.393Z | Downloaded quick-xml v0.33.0 |
950 | 2025-01-17T07:41:14.400Z | Downloaded idna v0.4.0 |
951 | 2025-01-17T07:41:14.408Z | Downloaded diesel v2.2.6 |
952 | 2025-01-17T07:41:14.428Z | Downloaded idna v0.3.0 |
953 | 2025-01-17T07:41:14.435Z | Downloaded regex-syntax v0.6.29 |
954 | 2025-01-17T07:41:14.442Z | Downloaded nix v0.27.1 |
955 | 2025-01-17T07:41:14.454Z | Downloaded typify-impl v0.3.0 |
956 | 2025-01-17T07:41:14.472Z | Downloaded rayon v1.10.0 |
957 | 2025-01-17T07:41:14.482Z | Downloaded object v0.30.4 |
958 | 2025-01-17T07:41:14.493Z | Downloaded regex-syntax v0.8.5 |
959 | 2025-01-17T07:41:14.502Z | Downloaded idna v0.2.3 |
960 | 2025-01-17T07:41:14.511Z | Downloaded gimli v0.31.1 |
961 | 2025-01-17T07:41:14.521Z | Downloaded polar-core v0.27.3 |
962 | 2025-01-17T07:41:14.531Z | Downloaded salty v0.3.0 |
963 | 2025-01-17T07:41:14.540Z | Downloaded sled v0.34.7 |
964 | 2025-01-17T07:41:14.551Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
965 | 2025-01-17T07:41:14.565Z | Downloaded zerocopy-derive v0.6.6 |
966 | 2025-01-17T07:41:14.575Z | Downloaded radix_trie v0.2.1 |
967 | 2025-01-17T07:41:14.581Z | Downloaded nix v0.28.0 |
968 | 2025-01-17T07:41:14.593Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2025-01-17T07:41:14.606Z | Downloaded dropshot v0.12.0 |
970 | 2025-01-17T07:41:14.627Z | Downloaded hickory-proto v0.24.1 |
971 | 2025-01-17T07:41:14.643Z | Downloaded dropshot v0.15.1 |
972 | 2025-01-17T07:41:14.665Z | Downloaded smoltcp v0.11.0 |
973 | 2025-01-17T07:41:14.678Z | Downloaded petgraph v0.6.5 |
974 | 2025-01-17T07:41:14.696Z | Downloaded nix v0.29.0 |
975 | 2025-01-17T07:41:14.708Z | Downloaded object v0.36.5 |
976 | 2025-01-17T07:41:14.721Z | Downloaded openapiv3 v2.0.0 |
977 | 2025-01-17T07:41:14.733Z | Downloaded typify-impl v0.2.0 |
978 | 2025-01-17T07:41:14.749Z | Downloaded serde_with v3.11.0 |
979 | 2025-01-17T07:41:14.757Z | Downloaded regress v0.10.1 |
980 | 2025-01-17T07:41:14.767Z | Downloaded tokio v1.43.0 |
981 | 2025-01-17T07:41:14.807Z | Downloaded csv v1.3.0 |
982 | 2025-01-17T07:41:14.826Z | Downloaded ratatui v0.28.1 |
983 | 2025-01-17T07:41:14.845Z | Downloaded bstr v1.10.0 |
984 | 2025-01-17T07:41:14.855Z | Downloaded rustls v0.22.4 |
985 | 2025-01-17T07:41:14.869Z | Downloaded smoltcp v0.9.1 |
986 | 2025-01-17T07:41:14.880Z | Downloaded regex-automata v0.4.8 |
987 | 2025-01-17T07:41:14.898Z | Downloaded chrono-tz v0.10.0 |
988 | 2025-01-17T07:41:14.905Z | Downloaded openssl v0.10.66 |
989 | 2025-01-17T07:41:14.915Z | Downloaded webpki-roots v0.26.6 |
990 | 2025-01-17T07:41:14.918Z | Downloaded unicode-width v0.2.0 |
991 | 2025-01-17T07:41:14.925Z | Downloaded rustls v0.21.12 |
992 | 2025-01-17T07:41:14.937Z | Downloaded curve25519-dalek v4.1.3 |
993 | 2025-01-17T07:41:14.946Z | Downloaded futures-util v0.3.31 |
994 | 2025-01-17T07:41:14.957Z | Downloaded lzma-sys v0.1.20 |
995 | 2025-01-17T07:41:14.987Z | Downloaded quinn-proto v0.11.8 |
996 | 2025-01-17T07:41:14.993Z | Downloaded hkdf v0.12.4 |
997 | 2025-01-17T07:41:14.996Z | Downloaded ff v0.13.0 |
998 | 2025-01-17T07:41:14.999Z | Downloaded libz-sys v1.1.20 |
999 | 2025-01-17T07:41:15.020Z | Downloaded sha3 v0.10.8 |
1000 | 2025-01-17T07:41:15.025Z | Downloaded supports-color v3.0.1 |
1001 | 2025-01-17T07:41:15.027Z | Downloaded tls_codec v0.4.1 |
1002 | 2025-01-17T07:41:15.030Z | Downloaded password-hash v0.5.0 |
1003 | 2025-01-17T07:41:15.033Z | Downloaded headers v0.4.0 |
1004 | 2025-01-17T07:41:15.036Z | Downloaded der v0.7.9 |
1005 | 2025-01-17T07:41:15.041Z | Downloaded hash32 v0.2.1 |
1006 | 2025-01-17T07:41:15.044Z | Downloaded flume v0.11.1 |
1007 | 2025-01-17T07:41:15.047Z | Downloaded unarray v0.1.4 |
1008 | 2025-01-17T07:41:15.050Z | Downloaded unicode-segmentation v1.12.0 |
1009 | 2025-01-17T07:41:15.054Z | Downloaded num-bigint-dig v0.8.4 |
1010 | 2025-01-17T07:41:15.057Z | Downloaded proptest v1.5.0 |
1011 | 2025-01-17T07:41:15.067Z | Downloaded signature v2.2.0 |
1012 | 2025-01-17T07:41:15.070Z | Downloaded itertools v0.13.0 |
1013 | 2025-01-17T07:41:15.075Z | Downloaded idna v1.0.3 |
1014 | 2025-01-17T07:41:15.080Z | Downloaded chrono v0.4.38 |
1015 | 2025-01-17T07:41:15.087Z | Downloaded blake3 v1.5.4 |
1016 | 2025-01-17T07:41:15.095Z | Downloaded miniz_oxide v0.8.0 |
1017 | 2025-01-17T07:41:15.100Z | Downloaded tokio-rustls v0.24.1 |
1018 | 2025-01-17T07:41:15.104Z | Downloaded schemars_derive v0.8.21 |
1019 | 2025-01-17T07:41:15.104Z | Downloaded darling_core v0.20.10 |
1020 | 2025-01-17T07:41:15.108Z | Downloaded uuid v1.12.0 |
1021 | 2025-01-17T07:41:15.110Z | Downloaded quinn-udp v0.5.5 |
1022 | 2025-01-17T07:41:15.113Z | Downloaded zeroize v1.8.1 |
1023 | 2025-01-17T07:41:15.113Z | Downloaded futures-io v0.3.31 |
1024 | 2025-01-17T07:41:15.113Z | Downloaded password-hash v0.4.2 |
1025 | 2025-01-17T07:41:15.116Z | Downloaded embedded-io v0.6.1 |
1026 | 2025-01-17T07:41:15.116Z | Downloaded encoding_rs v0.8.34 |
1027 | 2025-01-17T07:41:15.138Z | Downloaded typify v0.2.0 |
1028 | 2025-01-17T07:41:15.142Z | Downloaded pkcs5 v0.7.1 |
1029 | 2025-01-17T07:41:15.145Z | Downloaded winnow v0.5.40 |
1030 | 2025-01-17T07:41:15.153Z | Downloaded russh v0.45.0 |
1031 | 2025-01-17T07:41:15.158Z | Downloaded p256 v0.13.2 |
1032 | 2025-01-17T07:41:15.161Z | Downloaded zopfli v0.8.1 |
1033 | 2025-01-17T07:41:15.164Z | Downloaded nodrop v0.1.14 |
1034 | 2025-01-17T07:41:15.167Z | Downloaded num-traits v0.2.19 |
1035 | 2025-01-17T07:41:15.169Z | Downloaded libm v0.2.8 |
1036 | 2025-01-17T07:41:15.175Z | Downloaded itertools v0.10.5 |
1037 | 2025-01-17T07:41:15.181Z | Downloaded subtle v2.6.1 |
1038 | 2025-01-17T07:41:15.184Z | Downloaded sqlformat v0.2.6 |
1039 | 2025-01-17T07:41:15.187Z | Downloaded progenitor-impl v0.9.1 |
1040 | 2025-01-17T07:41:15.190Z | Downloaded progenitor-impl v0.8.0 |
1041 | 2025-01-17T07:41:15.190Z | Downloaded futures-macro v0.3.31 |
1042 | 2025-01-17T07:41:15.193Z | Downloaded test-strategy v0.3.1 |
1043 | 2025-01-17T07:41:15.195Z | Downloaded futures v0.3.31 |
1044 | 2025-01-17T07:41:15.198Z | Downloaded num v0.4.3 |
1045 | 2025-01-17T07:41:15.201Z | Downloaded expectorate v1.1.0 |
1046 | 2025-01-17T07:41:15.204Z | Downloaded static_assertions v1.1.0 |
1047 | 2025-01-17T07:41:15.204Z | Downloaded ssh-cipher v0.2.0 |
1048 | 2025-01-17T07:41:15.209Z | Downloaded derive_builder v0.20.2 |
1049 | 2025-01-17T07:41:15.212Z | Downloaded pin-project v1.1.6 |
1050 | 2025-01-17T07:41:15.220Z | Downloaded typed-path v0.9.3 |
1051 | 2025-01-17T07:41:15.226Z | Downloaded libxml v0.3.3 |
1052 | 2025-01-17T07:41:15.232Z | Downloaded time-macros v0.2.18 |
1053 | 2025-01-17T07:41:15.235Z | Downloaded steno v0.4.1 |
1054 | 2025-01-17T07:41:15.238Z | Downloaded crossterm v0.28.1 |
1055 | 2025-01-17T07:41:15.245Z | Downloaded rfc6979 v0.4.0 |
1056 | 2025-01-17T07:41:15.247Z | Downloaded minimal-lexical v0.2.1 |
1057 | 2025-01-17T07:41:15.250Z | Downloaded structmeta-derive v0.2.0 |
1058 | 2025-01-17T07:41:15.254Z | Downloaded structmeta v0.3.0 |
1059 | 2025-01-17T07:41:15.254Z | Downloaded slog-async v2.8.0 |
1060 | 2025-01-17T07:41:15.256Z | Downloaded defmt-macros v0.3.9 |
1061 | 2025-01-17T07:41:15.256Z | Downloaded tokio-rustls v0.25.0 |
1062 | 2025-01-17T07:41:15.259Z | Downloaded ssh-encoding v0.2.0 |
1063 | 2025-01-17T07:41:15.262Z | Downloaded url v2.5.3 |
1064 | 2025-01-17T07:41:15.264Z | Downloaded toml_edit v0.19.15 |
1065 | 2025-01-17T07:41:15.280Z | Downloaded peg-macros v0.8.4 |
1066 | 2025-01-17T07:41:15.282Z | Downloaded typify v0.3.0 |
1067 | 2025-01-17T07:41:15.286Z | Downloaded toml v0.7.8 |
1068 | 2025-01-17T07:41:15.289Z | Downloaded display-error-chain v0.2.2 |
1069 | 2025-01-17T07:41:15.291Z | Downloaded unsafe-libyaml v0.2.11 |
1070 | 2025-01-17T07:41:15.294Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1071 | 2025-01-17T07:41:15.373Z | Downloaded tar v0.4.42 |
1072 | 2025-01-17T07:41:15.377Z | Downloaded rusty-fork v0.3.0 |
1073 | 2025-01-17T07:41:15.380Z | Downloaded rustversion v1.0.17 |
1074 | 2025-01-17T07:41:15.383Z | Downloaded diff v0.1.13 |
1075 | 2025-01-17T07:41:15.387Z | Downloaded tokio-stream v0.1.16 |
1076 | 2025-01-17T07:41:15.392Z | Downloaded term v0.7.0 |
1077 | 2025-01-17T07:41:15.397Z | Downloaded samael v0.0.17 |
1078 | 2025-01-17T07:41:15.405Z | Downloaded ron v0.8.1 |
1079 | 2025-01-17T07:41:15.412Z | Downloaded postgres-types v0.2.8 |
1080 | 2025-01-17T07:41:15.415Z | Downloaded parking_lot_core v0.9.10 |
1081 | 2025-01-17T07:41:15.418Z | Downloaded waitgroup v0.1.2 |
1082 | 2025-01-17T07:41:15.421Z | Downloaded slog-dtrace v0.3.0 |
1083 | 2025-01-17T07:41:15.424Z | Downloaded num-derive v0.4.2 |
1084 | 2025-01-17T07:41:15.424Z | Downloaded num-complex v0.4.6 |
1085 | 2025-01-17T07:41:15.426Z | Downloaded dhcproto v0.12.0 |
1086 | 2025-01-17T07:41:15.430Z | Downloaded rtoolbox v0.0.2 |
1087 | 2025-01-17T07:41:15.432Z | Downloaded phf_codegen v0.11.2 |
1088 | 2025-01-17T07:41:15.435Z | Downloaded percent-encoding v2.3.1 |
1089 | 2025-01-17T07:41:15.435Z | Downloaded group v0.13.0 |
1090 | 2025-01-17T07:41:15.438Z | Downloaded openssl-macros v0.1.1 |
1091 | 2025-01-17T07:41:15.441Z | Downloaded zone v0.1.8 |
1092 | 2025-01-17T07:41:15.441Z | Downloaded float-cmp v0.9.0 |
1093 | 2025-01-17T07:41:15.445Z | Downloaded icu_properties v1.5.1 |
1094 | 2025-01-17T07:41:15.448Z | Downloaded hyper-util v0.1.10 |
1095 | 2025-01-17T07:41:15.452Z | Downloaded base64 v0.22.1 |
1096 | 2025-01-17T07:41:15.457Z | Downloaded yoke v0.7.4 |
1097 | 2025-01-17T07:41:15.459Z | Downloaded walkdir v2.5.0 |
1098 | 2025-01-17T07:41:15.462Z | Downloaded slog-bunyan v2.5.0 |
1099 | 2025-01-17T07:41:15.465Z | Downloaded signal-hook-mio v0.2.4 |
1100 | 2025-01-17T07:41:15.465Z | Downloaded bumpalo v3.16.0 |
1101 | 2025-01-17T07:41:15.467Z | Downloaded scopeguard v1.2.0 |
1102 | 2025-01-17T07:41:15.467Z | Downloaded mockall v0.13.0 |
1103 | 2025-01-17T07:41:15.470Z | Downloaded getrandom v0.2.15 |
1104 | 2025-01-17T07:41:15.473Z | Downloaded futures-channel v0.3.31 |
1105 | 2025-01-17T07:41:15.475Z | Downloaded prettyplease v0.2.25 |
1106 | 2025-01-17T07:41:15.478Z | Downloaded slog v2.7.0 |
1107 | 2025-01-17T07:41:15.481Z | Downloaded dunce v1.0.5 |
1108 | 2025-01-17T07:41:15.481Z | Downloaded crypto-bigint v0.5.5 |
1109 | 2025-01-17T07:41:15.486Z | Downloaded dyn-clone v1.0.17 |
1110 | 2025-01-17T07:41:15.488Z | Downloaded dsl_auto_type v0.1.2 |
1111 | 2025-01-17T07:41:15.491Z | Downloaded indexmap v1.9.3 |
1112 | 2025-01-17T07:41:15.494Z | Downloaded phf v0.11.2 |
1113 | 2025-01-17T07:41:15.494Z | Downloaded base64 v0.21.7 |
1114 | 2025-01-17T07:41:15.497Z | Downloaded slog-term v2.9.1 |
1115 | 2025-01-17T07:41:15.500Z | Downloaded serde_with_macros v3.11.0 |
1116 | 2025-01-17T07:41:15.503Z | Downloaded hmac v0.12.1 |
1117 | 2025-01-17T07:41:15.506Z | Downloaded compact_str v0.8.0 |
1118 | 2025-01-17T07:41:15.509Z | Downloaded xz2 v0.1.7 |
1119 | 2025-01-17T07:41:15.509Z | Downloaded unicode-truncate v1.1.0 |
1120 | 2025-01-17T07:41:15.511Z | Downloaded typify-macro v0.2.0 |
1121 | 2025-01-17T07:41:15.511Z | Downloaded memmap2 v0.9.5 |
1122 | 2025-01-17T07:41:15.514Z | Downloaded blake2 v0.10.6 |
1123 | 2025-01-17T07:41:15.514Z | Downloaded gethostname v0.5.0 |
1124 | 2025-01-17T07:41:15.517Z | Downloaded chacha20poly1305 v0.10.1 |
1125 | 2025-01-17T07:41:15.517Z | Downloaded base64 v0.13.1 |
1126 | 2025-01-17T07:41:15.520Z | Downloaded ipnet v2.10.1 |
1127 | 2025-01-17T07:41:15.523Z | Downloaded const-oid v0.9.6 |
1128 | 2025-01-17T07:41:15.526Z | Downloaded clang-sys v1.8.1 |
1129 | 2025-01-17T07:41:15.528Z | Downloaded bytes v1.9.0 |
1130 | 2025-01-17T07:41:15.531Z | Downloaded cookie v0.18.1 |
1131 | 2025-01-17T07:41:15.534Z | Downloaded thread_local v1.1.8 |
1132 | 2025-01-17T07:41:15.537Z | Downloaded thiserror-no-std v2.0.2 |
1133 | 2025-01-17T07:41:15.540Z | Downloaded strum_macros v0.25.3 |
1134 | 2025-01-17T07:41:15.540Z | Downloaded highway v1.2.0 |
1135 | 2025-01-17T07:41:15.546Z | Downloaded slog-stdlog v4.1.1 |
1136 | 2025-01-17T07:41:15.552Z | Downloaded slog-scope v4.4.0 |
1137 | 2025-01-17T07:41:15.552Z | Downloaded serde_path_to_error v0.1.16 |
1138 | 2025-01-17T07:41:15.552Z | Downloaded rustfmt-wrapper v0.2.1 |
1139 | 2025-01-17T07:41:15.552Z | Downloaded jobserver v0.1.32 |
1140 | 2025-01-17T07:41:15.552Z | Downloaded iana-time-zone v0.1.61 |
1141 | 2025-01-17T07:41:15.555Z | Downloaded hyper-staticfile v0.10.1 |
1142 | 2025-01-17T07:41:15.555Z | Downloaded bcs v0.1.6 |
1143 | 2025-01-17T07:41:15.558Z | Downloaded ahash v0.8.11 |
1144 | 2025-01-17T07:41:15.558Z | Downloaded internet-checksum v0.2.1 |
1145 | 2025-01-17T07:41:15.560Z | Downloaded inout v0.1.3 |
1146 | 2025-01-17T07:41:15.560Z | Downloaded keccak v0.1.5 |
1147 | 2025-01-17T07:41:15.563Z | Downloaded indoc v1.0.9 |
1148 | 2025-01-17T07:41:15.566Z | Downloaded hyper-tls v0.6.0 |
1149 | 2025-01-17T07:41:15.566Z | Downloaded ciborium v0.2.2 |
1150 | 2025-01-17T07:41:15.569Z | Downloaded lru-cache v0.1.2 |
1151 | 2025-01-17T07:41:15.569Z | Downloaded lazycell v1.3.0 |
1152 | 2025-01-17T07:41:15.572Z | Downloaded md-5 v0.10.6 |
1153 | 2025-01-17T07:41:15.572Z | Downloaded humantime v2.1.0 |
1154 | 2025-01-17T07:41:15.572Z | Downloaded instability v0.3.2 |
1155 | 2025-01-17T07:41:15.574Z | Downloaded addr2line v0.24.2 |
1156 | 2025-01-17T07:41:15.577Z | Downloaded hex-literal v0.4.1 |
1157 | 2025-01-17T07:41:15.577Z | Downloaded heck v0.3.3 |
1158 | 2025-01-17T07:41:15.580Z | Downloaded http-body-util v0.1.2 |
1159 | 2025-01-17T07:41:15.580Z | Downloaded hostname v0.4.0 |
1160 | 2025-01-17T07:41:15.583Z | Downloaded hostname v0.3.1 |
1161 | 2025-01-17T07:41:15.583Z | Downloaded async-bb8-diesel v0.2.1 |
1162 | 2025-01-17T07:41:15.585Z | Downloaded arrayvec v0.7.6 |
1163 | 2025-01-17T07:41:15.588Z | Downloaded buf-list v1.0.3 |
1164 | 2025-01-17T07:41:15.591Z | Downloaded bb8 v0.8.5 |
1165 | 2025-01-17T07:41:15.591Z | Downloaded chacha20 v0.9.1 |
1166 | 2025-01-17T07:41:15.594Z | Downloaded bcrypt-pbkdf v0.10.0 |
1167 | 2025-01-17T07:41:15.594Z | Downloaded colored v2.1.0 |
1168 | 2025-01-17T07:41:15.594Z | Downloaded cobs v0.2.3 |
1169 | 2025-01-17T07:41:15.597Z | Downloaded castaway v0.2.3 |
1170 | 2025-01-17T07:41:15.597Z | Downloaded atomic-waker v1.1.2 |
1171 | 2025-01-17T07:41:15.599Z | Downloaded hubpack_derive v0.1.1 |
1172 | 2025-01-17T07:41:15.599Z | Downloaded aes v0.8.4 |
1173 | 2025-01-17T07:41:15.602Z | Downloaded chrono-tz-build v0.4.0 |
1174 | 2025-01-17T07:41:15.602Z | Downloaded cbc v0.1.2 |
1175 | 2025-01-17T07:41:15.604Z | Downloaded bitfield-struct v0.6.2 |
1176 | 2025-01-17T07:41:15.605Z | Downloaded async-stream v0.3.6 |
1177 | 2025-01-17T07:41:15.607Z | Downloaded bit-set v0.5.3 |
1178 | 2025-01-17T07:41:15.607Z | Downloaded array-init v0.0.4 |
1179 | 2025-01-17T07:41:15.610Z | Downloaded headers-core v0.3.0 |
1180 | 2025-01-17T07:41:15.610Z | Downloaded crucible-workspace-hack v0.1.0 |
1181 | 2025-01-17T07:41:15.610Z | Downloaded cmake v0.1.51 |
1182 | 2025-01-17T07:41:15.613Z | Downloaded bit-vec v0.6.3 |
1183 | 2025-01-17T07:41:15.613Z | Downloaded arrayref v0.3.9 |
1184 | 2025-01-17T07:41:15.613Z | Downloaded aead v0.5.2 |
1185 | 2025-01-17T07:41:15.616Z | Downloaded heapless v0.7.17 |
1186 | 2025-01-17T07:41:15.661Z | Downloaded ring v0.17.8 |
1187 | 2025-01-17T07:41:15.784Z | Downloaded libsqlite3-sys v0.30.1 |
1188 | 2025-01-17T07:41:15.982Z | Downloaded aws-lc-sys v0.22.0 |
1189 | 2025-01-17T07:41:16.298Z | Compiling serde v1.0.217 |
1190 | 2025-01-17T07:41:16.301Z | Compiling lock_api v0.4.12 |
1191 | 2025-01-17T07:41:16.301Z | Compiling scopeguard v1.2.0 |
1192 | 2025-01-17T07:41:16.301Z | Compiling value-bag v1.9.0 |
1193 | 2025-01-17T07:41:16.461Z | Compiling typenum v1.17.0 |
1194 | 2025-01-17T07:41:16.464Z | Compiling generic-array v0.14.7 |
1195 | 2025-01-17T07:41:16.506Z | Compiling syn v2.0.96 |
1196 | 2025-01-17T07:41:16.520Z | Compiling getrandom v0.2.15 |
1197 | 2025-01-17T07:41:16.597Z | Compiling subtle v2.6.1 |
1198 | 2025-01-17T07:41:16.826Z | Compiling rand_core v0.6.4 |
1199 | 2025-01-17T07:41:16.955Z | Compiling log v0.4.22 |
1200 | 2025-01-17T07:41:17.016Z | Compiling shlex v1.3.0 |
1201 | 2025-01-17T07:41:17.035Z | Compiling jobserver v0.1.32 |
1202 | 2025-01-17T07:41:17.064Z | Compiling const-oid v0.9.6 |
1203 | 2025-01-17T07:41:17.372Z | Compiling smallvec v1.13.2 |
1204 | 2025-01-17T07:41:17.403Z | Compiling spin v0.9.8 |
1205 | 2025-01-17T07:41:17.403Z | Compiling pin-project-lite v0.2.14 |
1206 | 2025-01-17T07:41:17.543Z | Compiling cc v1.1.30 |
1207 | 2025-01-17T07:41:17.755Z | Compiling rustix v0.38.37 |
1208 | 2025-01-17T07:41:17.757Z | Compiling parking_lot_core v0.9.10 |
1209 | 2025-01-17T07:41:17.802Z | Compiling futures-core v0.3.31 |
1210 | 2025-01-17T07:41:17.920Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2025-01-17T07:41:18.079Z | Compiling mio v1.0.2 |
1212 | 2025-01-17T07:41:18.649Z | Compiling parking_lot v0.12.3 |
1213 | 2025-01-17T07:41:18.669Z | Compiling aho-corasick v1.1.3 |
1214 | 2025-01-17T07:41:18.848Z | Compiling cpufeatures v0.2.14 |
1215 | 2025-01-17T07:41:18.901Z | Compiling regex-syntax v0.8.5 |
1216 | 2025-01-17T07:41:18.967Z | Compiling either v1.13.0 |
1217 | 2025-01-17T07:41:19.139Z | Compiling lazy_static v1.5.0 |
1218 | 2025-01-17T07:41:19.197Z | Compiling glob v0.3.1 |
1219 | 2025-01-17T07:41:19.276Z | Compiling futures-sink v0.3.31 |
1220 | 2025-01-17T07:41:19.356Z | Compiling stable_deref_trait v1.2.0 |
1221 | 2025-01-17T07:41:19.436Z | Compiling socket2 v0.5.7 |
1222 | 2025-01-17T07:41:19.473Z | Compiling slab v0.4.9 |
1223 | 2025-01-17T07:41:19.494Z | Compiling prettyplease v0.2.25 |
1224 | 2025-01-17T07:41:19.853Z | Compiling minimal-lexical v0.2.1 |
1225 | 2025-01-17T07:41:19.945Z | Compiling serde_json v1.0.135 |
1226 | 2025-01-17T07:41:20.027Z | Compiling clang-sys v1.8.1 |
1227 | 2025-01-17T07:41:20.289Z | Compiling nom v7.1.3 |
1228 | 2025-01-17T07:41:20.367Z | Compiling libloading v0.8.5 |
1229 | 2025-01-17T07:41:20.672Z | Compiling home v0.5.9 |
1230 | 2025-01-17T07:41:20.794Z | Compiling bindgen v0.69.5 |
1231 | 2025-01-17T07:41:20.941Z | Compiling futures-channel v0.3.31 |
1232 | 2025-01-17T07:41:21.387Z | Compiling itertools v0.12.1 |
1233 | 2025-01-17T07:41:21.410Z | Compiling lazycell v1.3.0 |
1234 | 2025-01-17T07:41:21.588Z | Compiling allocator-api2 v0.2.18 |
1235 | 2025-01-17T07:41:21.650Z | Compiling pin-utils v0.1.0 |
1236 | 2025-01-17T07:41:21.760Z | Compiling rustc-hash v1.1.0 |
1237 | 2025-01-17T07:41:21.931Z | Compiling libm v0.2.8 |
1238 | 2025-01-17T07:41:22.293Z | Compiling futures-io v0.3.31 |
1239 | 2025-01-17T07:41:22.366Z | Compiling foldhash v0.1.3 |
1240 | 2025-01-17T07:41:22.579Z | Compiling futures-task v0.3.31 |
1241 | 2025-01-17T07:41:22.687Z | Compiling regex-automata v0.4.8 |
1242 | 2025-01-17T07:41:22.874Z | Compiling hashbrown v0.15.1 |
1243 | 2025-01-17T07:41:23.415Z | Compiling cexpr v0.6.0 |
1244 | 2025-01-17T07:41:23.724Z | Compiling cmake v0.1.51 |
1245 | 2025-01-17T07:41:24.039Z | Compiling synstructure v0.13.1 |
1246 | 2025-01-17T07:41:24.632Z | Compiling num-traits v0.2.19 |
1247 | 2025-01-17T07:41:24.946Z | Compiling tinyvec_macros v0.1.1 |
1248 | 2025-01-17T07:41:25.051Z | Compiling fs_extra v1.3.0 |
1249 | 2025-01-17T07:41:25.093Z | Compiling pkg-config v0.3.31 |
1250 | 2025-01-17T07:41:25.226Z | Compiling dunce v1.0.5 |
1251 | 2025-01-17T07:41:25.413Z | Compiling tinyvec v1.8.0 |
1252 | 2025-01-17T07:41:25.800Z | Compiling ring v0.17.8 |
1253 | 2025-01-17T07:41:26.473Z | Compiling writeable v0.5.5 |
1254 | 2025-01-17T07:41:26.925Z | Compiling unicode-normalization v0.1.24 |
1255 | 2025-01-17T07:41:26.994Z | Compiling base64ct v1.6.0 |
1256 | 2025-01-17T07:41:27.017Z | Compiling unicode-bidi v0.3.17 |
1257 | 2025-01-17T07:41:27.060Z | Compiling litemap v0.7.3 |
1258 | 2025-01-17T07:41:27.409Z | Compiling paste v1.0.15 |
1259 | 2025-01-17T07:41:27.585Z | Compiling pem-rfc7468 v0.7.0 |
1260 | 2025-01-17T07:41:28.001Z | Compiling httparse v1.9.5 |
1261 | 2025-01-17T07:41:28.266Z | Compiling regex v1.11.1 |
1262 | 2025-01-17T07:41:28.287Z | Compiling aws-lc-rs v1.10.0 |
1263 | 2025-01-17T07:41:28.534Z | Compiling flagset v0.4.6 |
1264 | 2025-01-17T07:41:28.734Z | Compiling tracing-core v0.1.32 |
1265 | 2025-01-17T07:41:28.766Z | Compiling crossbeam-utils v0.8.20 |
1266 | 2025-01-17T07:41:29.238Z | Compiling percent-encoding v2.3.1 |
1267 | 2025-01-17T07:41:29.293Z | Compiling rustls-pki-types v1.10.0 |
1268 | 2025-01-17T07:41:29.557Z | Compiling icu_locid_transform_data v1.5.0 |
1269 | 2025-01-17T07:41:29.753Z | Compiling time-core v0.1.2 |
1270 | 2025-01-17T07:41:29.779Z | Compiling serde_derive v1.0.217 |
1271 | 2025-01-17T07:41:29.895Z | Compiling zeroize_derive v1.4.2 |
1272 | 2025-01-17T07:41:29.941Z | Compiling zerocopy-derive v0.7.35 |
1273 | 2025-01-17T07:41:30.220Z | Compiling tokio-macros v2.5.0 |
1274 | 2025-01-17T07:41:30.417Z | Compiling zerofrom-derive v0.1.4 |
1275 | 2025-01-17T07:41:31.326Z | Compiling zeroize v1.8.1 |
1276 | 2025-01-17T07:41:31.562Z | Compiling yoke-derive v0.7.4 |
1277 | 2025-01-17T07:41:31.669Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-17T07:41:31.949Z | Compiling zerocopy v0.7.35 |
1279 | 2025-01-17T07:41:33.007Z | Compiling crypto-common v0.1.6 |
1280 | 2025-01-17T07:41:33.224Z | Compiling block-buffer v0.10.4 |
1281 | 2025-01-17T07:41:33.313Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-17T07:41:33.477Z | Compiling digest v0.10.7 |
1283 | 2025-01-17T07:41:33.794Z | Compiling zerovec-derive v0.10.3 |
1284 | 2025-01-17T07:41:33.939Z | Compiling hmac v0.12.1 |
1285 | 2025-01-17T07:41:33.962Z | Compiling block-padding v0.3.3 |
1286 | 2025-01-17T07:41:34.036Z | Compiling zerofrom v0.1.4 |
1287 | 2025-01-17T07:41:34.204Z | Compiling displaydoc v0.2.5 |
1288 | 2025-01-17T07:41:34.226Z | Compiling inout v0.1.3 |
1289 | 2025-01-17T07:41:34.247Z | Compiling yoke v0.7.4 |
1290 | 2025-01-17T07:41:34.268Z | Compiling sha2 v0.10.8 |
1291 | 2025-01-17T07:41:34.515Z | Compiling cipher v0.4.4 |
1292 | 2025-01-17T07:41:34.608Z | Compiling ppv-lite86 v0.2.20 |
1293 | 2025-01-17T07:41:34.663Z | Compiling thiserror v1.0.69 |
1294 | 2025-01-17T07:41:34.814Z | Compiling der_derive v0.7.3 |
1295 | 2025-01-17T07:41:35.011Z | Compiling icu_provider_macros v1.5.0 |
1296 | 2025-01-17T07:41:35.124Z | Compiling futures-util v0.3.31 |
1297 | 2025-01-17T07:41:35.430Z | Compiling rand_chacha v0.3.1 |
1298 | 2025-01-17T07:41:35.821Z | Compiling tracing-attributes v0.1.27 |
1299 | 2025-01-17T07:41:36.127Z | Compiling rand v0.8.5 |
1300 | 2025-01-17T07:41:36.370Z | Compiling zerovec v0.10.4 |
1301 | 2025-01-17T07:41:37.069Z | Compiling der v0.7.9 |
1302 | 2025-01-17T07:41:37.731Z | Compiling salsa20 v0.10.2 |
1303 | 2025-01-17T07:41:37.868Z | Compiling pest v2.7.14 |
1304 | 2025-01-17T07:41:38.007Z | Compiling tinystr v0.7.6 |
1305 | 2025-01-17T07:41:38.044Z | Compiling icu_collections v1.5.0 |
1306 | 2025-01-17T07:41:38.313Z | Compiling pbkdf2 v0.12.2 |
1307 | 2025-01-17T07:41:38.412Z | Compiling icu_locid v1.5.0 |
1308 | 2025-01-17T07:41:38.490Z | Compiling vcpkg v0.2.15 |
1309 | 2025-01-17T07:41:39.251Z | Compiling tracing v0.1.40 |
1310 | 2025-01-17T07:41:39.306Z | Compiling spki v0.7.3 |
1311 | 2025-01-17T07:41:39.701Z | Compiling icu_provider v1.5.0 |
1312 | 2025-01-17T07:41:39.772Z | Compiling num-conv v0.1.0 |
1313 | 2025-01-17T07:41:40.067Z | Compiling mirai-annotations v1.12.0 |
1314 | 2025-01-17T07:41:40.107Z | Compiling untrusted v0.9.0 |
1315 | 2025-01-17T07:41:40.254Z | Compiling untrusted v0.7.1 |
1316 | 2025-01-17T07:41:40.275Z | Compiling icu_properties_data v1.5.0 |
1317 | 2025-01-17T07:41:40.300Z | Compiling powerfmt v0.2.0 |
1318 | 2025-01-17T07:41:40.467Z | Compiling icu_locid_transform v1.5.0 |
1319 | 2025-01-17T07:41:40.590Z | Compiling pest_meta v2.7.14 |
1320 | 2025-01-17T07:41:40.683Z | Compiling deranged v0.3.11 |
1321 | 2025-01-17T07:41:40.712Z | Compiling openssl-sys v0.9.103 |
1322 | 2025-01-17T07:41:40.731Z | Compiling time-macros v0.2.18 |
1323 | 2025-01-17T07:41:41.007Z | Compiling scrypt v0.11.0 |
1324 | 2025-01-17T07:41:41.540Z | Compiling aes v0.8.4 |
1325 | 2025-01-17T07:41:41.789Z | Compiling icu_properties v1.5.1 |
1326 | 2025-01-17T07:41:42.117Z | Compiling cbc v0.1.2 |
1327 | 2025-01-17T07:41:42.372Z | Compiling scroll_derive v0.12.0 |
1328 | 2025-01-17T07:41:42.896Z | Compiling bitflags v2.6.0 |
1329 | 2025-01-17T07:41:43.007Z | Compiling bytes v1.9.0 |
1330 | 2025-01-17T07:41:43.850Z | Compiling indexmap v2.7.0 |
1331 | 2025-01-17T07:41:43.992Z | Compiling tokio v1.43.0 |
1332 | 2025-01-17T07:41:44.230Z | Compiling http v1.2.0 |
1333 | 2025-01-17T07:41:44.290Z | Compiling semver v1.0.24 |
1334 | 2025-01-17T07:41:45.027Z | Compiling rustc_version v0.4.1 |
1335 | 2025-01-17T07:41:45.129Z | Compiling num_threads v0.1.7 |
1336 | 2025-01-17T07:41:45.280Z | Compiling atomic-waker v1.1.2 |
1337 | 2025-01-17T07:41:45.517Z | Compiling utf8_iter v1.0.4 |
1338 | 2025-01-17T07:41:45.736Z | Compiling utf16_iter v1.0.5 |
1339 | 2025-01-17T07:41:45.777Z | Compiling icu_normalizer_data v1.5.0 |
1340 | 2025-01-17T07:41:45.905Z | Compiling write16 v1.0.0 |
1341 | 2025-01-17T07:41:45.968Z | Compiling http-body v1.0.1 |
1342 | 2025-01-17T07:41:46.068Z | Compiling icu_normalizer v1.5.0 |
1343 | 2025-01-17T07:41:46.224Z | Compiling time v0.3.36 |
1344 | 2025-01-17T07:41:46.287Z | Compiling scroll v0.12.0 |
1345 | 2025-01-17T07:41:46.420Z | Compiling pkcs5 v0.7.1 |
1346 | 2025-01-17T07:41:46.464Z | Compiling pest_generator v2.7.14 |
1347 | 2025-01-17T07:41:46.687Z | Compiling form_urlencoded v1.2.1 |
1348 | 2025-01-17T07:41:46.827Z | Compiling try-lock v0.2.5 |
1349 | 2025-01-17T07:41:46.999Z | Compiling which v4.4.2 |
1350 | 2025-01-17T07:41:47.020Z | Compiling slog v2.7.0 |
1351 | 2025-01-17T07:41:47.590Z | Compiling pkcs8 v0.10.2 |
1352 | 2025-01-17T07:41:47.611Z | Compiling want v0.3.1 |
1353 | 2025-01-17T07:41:47.850Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-01-17T07:41:47.905Z | Compiling goblin v0.8.2 |
1355 | 2025-01-17T07:41:48.066Z | Compiling uuid v1.12.0 |
1356 | 2025-01-17T07:41:48.086Z | Compiling httpdate v1.0.3 |
1357 | 2025-01-17T07:41:48.271Z | Compiling iana-time-zone v0.1.61 |
1358 | 2025-01-17T07:41:48.322Z | Compiling pest_derive v2.7.14 |
1359 | 2025-01-17T07:41:48.546Z | Compiling chrono v0.4.38 |
1360 | 2025-01-17T07:41:48.682Z | Compiling idna v1.0.3 |
1361 | 2025-01-17T07:41:49.143Z | Compiling dtrace-parser v0.2.0 |
1362 | 2025-01-17T07:41:50.271Z | Compiling toml_datetime v0.6.8 |
1363 | 2025-01-17T07:41:50.361Z | Compiling serde_tokenstream v0.2.2 |
1364 | 2025-01-17T07:41:50.788Z | Compiling serde_spanned v0.6.8 |
1365 | 2025-01-17T07:41:50.952Z | Compiling base64 v0.22.1 |
1366 | 2025-01-17T07:41:50.975Z | Compiling match_cfg v0.1.0 |
1367 | 2025-01-17T07:41:51.020Z | Compiling adler2 v2.0.0 |
1368 | 2025-01-17T07:41:51.083Z | Compiling foreign-types-shared v0.1.1 |
1369 | 2025-01-17T07:41:51.164Z | Compiling openssl v0.10.66 |
1370 | 2025-01-17T07:41:51.217Z | Compiling tower-service v0.3.3 |
1371 | 2025-01-17T07:41:51.245Z | Compiling rustversion v1.0.17 |
1372 | 2025-01-17T07:41:51.365Z | Compiling foreign-types v0.3.2 |
1373 | 2025-01-17T07:41:51.475Z | Compiling miniz_oxide v0.8.0 |
1374 | 2025-01-17T07:41:51.600Z | Compiling hostname v0.3.1 |
1375 | 2025-01-17T07:41:51.655Z | Compiling url v2.5.3 |
1376 | 2025-01-17T07:41:51.969Z | Compiling openssl-macros v0.1.1 |
1377 | 2025-01-17T07:41:52.002Z | Compiling async-trait v0.1.83 |
1378 | 2025-01-17T07:41:52.704Z | Compiling tokio-util v0.7.12 |
1379 | 2025-01-17T07:41:52.904Z | Compiling serde_derive_internals v0.29.1 |
1380 | 2025-01-17T07:41:53.130Z | Compiling dirs-sys-next v0.1.2 |
1381 | 2025-01-17T07:41:53.433Z | Compiling data-encoding v2.6.0 |
1382 | 2025-01-17T07:41:53.701Z | Compiling h2 v0.4.6 |
1383 | 2025-01-17T07:41:53.936Z | Compiling dof v0.3.0 |
1384 | 2025-01-17T07:41:54.432Z | Compiling schemars v0.8.21 |
1385 | 2025-01-17T07:41:54.779Z | Compiling usdt-impl v0.5.0 |
1386 | 2025-01-17T07:41:55.278Z | Compiling native-tls v0.2.12 |
1387 | 2025-01-17T07:41:55.502Z | Compiling syn v1.0.109 |
1388 | 2025-01-17T07:41:55.802Z | Compiling rustls v0.22.4 |
1389 | 2025-01-17T07:41:56.252Z | Compiling rustls v0.23.19 |
1390 | 2025-01-17T07:41:56.253Z | Compiling siphasher v0.3.11 |
1391 | 2025-01-17T07:41:56.253Z | Compiling schemars_derive v0.8.21 |
1392 | 2025-01-17T07:41:56.253Z | Compiling dirs-next v2.0.0 |
1393 | 2025-01-17T07:41:56.434Z | Compiling http-body-util v0.1.2 |
1394 | 2025-01-17T07:41:56.922Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2025-01-17T07:41:57.468Z | Compiling heapless v0.7.17 |
1396 | 2025-01-17T07:41:57.588Z | Compiling signature v2.2.0 |
1397 | 2025-01-17T07:41:57.610Z | Compiling sha1 v0.10.6 |
1398 | 2025-01-17T07:41:57.634Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1399 | 2025-01-17T07:41:57.887Z | Compiling thread_local v1.1.8 |
1400 | 2025-01-17T07:41:57.910Z | Compiling cookie v0.18.1 |
1401 | 2025-01-17T07:41:58.029Z | Compiling encoding_rs v0.8.34 |
1402 | 2025-01-17T07:41:58.113Z | Compiling multer v3.1.0 |
1403 | 2025-01-17T07:41:58.193Z | Compiling ipnet v2.10.1 |
1404 | 2025-01-17T07:41:58.361Z | Compiling gimli v0.31.1 |
1405 | 2025-01-17T07:41:58.408Z | Compiling rayon-core v1.12.1 |
1406 | 2025-01-17T07:41:58.695Z | Compiling mime v0.3.17 |
1407 | 2025-01-17T07:41:59.191Z | Compiling openssl-probe v0.1.5 |
1408 | 2025-01-17T07:41:59.244Z | Compiling signal-hook v0.3.17 |
1409 | 2025-01-17T07:41:59.308Z | Compiling dyn-clone v1.0.17 |
1410 | 2025-01-17T07:41:59.520Z | Compiling unicode-properties v0.1.3 |
1411 | 2025-01-17T07:41:59.542Z | Compiling slog-async v2.8.0 |
1412 | 2025-01-17T07:41:59.948Z | Compiling stringprep v0.1.5 |
1413 | 2025-01-17T07:42:00.161Z | Compiling toml_edit v0.22.22 |
1414 | 2025-01-17T07:42:01.139Z | Compiling hyper v1.5.2 |
1415 | 2025-01-17T07:42:02.960Z | Compiling addr2line v0.24.2 |
1416 | 2025-01-17T07:42:03.312Z | Compiling usdt-attr-macro v0.5.0 |
1417 | 2025-01-17T07:42:03.633Z | Compiling hyper-util v0.1.10 |
1418 | 2025-01-17T07:42:03.868Z | Compiling usdt-macro v0.5.0 |
1419 | 2025-01-17T07:42:04.107Z | Compiling crossbeam-deque v0.8.5 |
1420 | 2025-01-17T07:42:04.456Z | Compiling term v0.7.0 |
1421 | 2025-01-17T07:42:04.809Z | Compiling slog-json v2.6.1 |
1422 | 2025-01-17T07:42:04.833Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2025-01-17T07:42:05.184Z | Compiling crossbeam-channel v0.5.13 |
1424 | 2025-01-17T07:42:05.235Z | Compiling curve25519-dalek v4.1.3 |
1425 | 2025-01-17T07:42:05.341Z | Compiling futures-executor v0.3.31 |
1426 | 2025-01-17T07:42:05.821Z | Compiling enum-as-inner v0.6.1 |
1427 | 2025-01-17T07:42:05.933Z | Compiling md-5 v0.10.6 |
1428 | 2025-01-17T07:42:05.956Z | Compiling rustls-pemfile v2.2.0 |
1429 | 2025-01-17T07:42:06.183Z | Compiling async-stream-impl v0.3.6 |
1430 | 2025-01-17T07:42:06.214Z | Compiling num-integer v0.1.46 |
1431 | 2025-01-17T07:42:06.308Z | Compiling idna v0.3.0 |
1432 | 2025-01-17T07:42:06.532Z | Compiling idna v0.4.0 |
1433 | 2025-01-17T07:42:06.866Z | Compiling hash32 v0.2.1 |
1434 | 2025-01-17T07:42:06.985Z | Compiling ff v0.13.0 |
1435 | 2025-01-17T07:42:07.211Z | Compiling is-terminal v0.4.13 |
1436 | 2025-01-17T07:42:07.231Z | Compiling object v0.36.5 |
1437 | 2025-01-17T07:42:07.353Z | Compiling dropshot v0.12.0 |
1438 | 2025-01-17T07:42:07.497Z | Compiling linked-hash-map v0.5.6 |
1439 | 2025-01-17T07:42:07.653Z | Compiling fallible-iterator v0.2.0 |
1440 | 2025-01-17T07:42:07.778Z | Compiling psl-types v2.0.11 |
1441 | 2025-01-17T07:42:07.850Z | Compiling rustc-demangle v0.1.24 |
1442 | 2025-01-17T07:42:07.870Z | Compiling smoltcp v0.9.1 |
1443 | 2025-01-17T07:42:07.972Z | Compiling num-bigint-dig v0.8.4 |
1444 | 2025-01-17T07:42:08.039Z | Compiling quick-error v1.2.3 |
1445 | 2025-01-17T07:42:08.196Z | Compiling base16ct v0.2.0 |
1446 | 2025-01-17T07:42:08.285Z | Compiling take_mut v0.2.2 |
1447 | 2025-01-17T07:42:08.337Z | Compiling utf-8 v0.7.6 |
1448 | 2025-01-17T07:42:08.459Z | Compiling portable-atomic v1.9.0 |
1449 | 2025-01-17T07:42:08.519Z | Compiling anyhow v1.0.93 |
1450 | 2025-01-17T07:42:08.572Z | Compiling tungstenite v0.24.0 |
1451 | 2025-01-17T07:42:08.767Z | Compiling sec1 v0.7.3 |
1452 | 2025-01-17T07:42:09.322Z | Compiling postgres-protocol v0.6.7 |
1453 | 2025-01-17T07:42:09.501Z | Compiling resolv-conf v0.7.0 |
1454 | 2025-01-17T07:42:09.526Z | Compiling publicsuffix v2.2.3 |
1455 | 2025-01-17T07:42:09.723Z | Compiling lru-cache v0.1.2 |
1456 | 2025-01-17T07:42:09.871Z | Compiling async-stream v0.3.6 |
1457 | 2025-01-17T07:42:09.930Z | Compiling hickory-proto v0.24.1 |
1458 | 2025-01-17T07:42:10.167Z | Compiling slog-term v2.9.1 |
1459 | 2025-01-17T07:42:10.221Z | Compiling usdt v0.5.0 |
1460 | 2025-01-17T07:42:10.572Z | Compiling group v0.13.0 |
1461 | 2025-01-17T07:42:10.764Z | Compiling num-iter v0.1.45 |
1462 | 2025-01-17T07:42:10.957Z | Compiling futures v0.3.31 |
1463 | 2025-01-17T07:42:11.013Z | Compiling slog-bunyan v2.5.0 |
1464 | 2025-01-17T07:42:11.260Z | Compiling toml v0.8.19 |
1465 | 2025-01-17T07:42:12.402Z | Compiling tokio-native-tls v0.3.1 |
1466 | 2025-01-17T07:42:12.789Z | Compiling camino v1.1.9 |
1467 | 2025-01-17T07:42:12.814Z | Compiling phf_shared v0.11.2 |
1468 | 2025-01-17T07:42:12.823Z | Compiling dropshot_endpoint v0.12.0 |
1469 | 2025-01-17T07:42:13.185Z | Compiling terminal_size v0.4.0 |
1470 | 2025-01-17T07:42:13.421Z | Compiling openapiv3 v2.0.0 |
1471 | 2025-01-17T07:42:13.588Z | Compiling waitgroup v0.1.2 |
1472 | 2025-01-17T07:42:13.623Z | Compiling serde_path_to_error v0.1.16 |
1473 | 2025-01-17T07:42:13.812Z | Compiling backtrace v0.3.74 |
1474 | 2025-01-17T07:42:14.386Z | Compiling hkdf v0.12.4 |
1475 | 2025-01-17T07:42:14.389Z | Compiling crypto-bigint v0.5.5 |
1476 | 2025-01-17T07:42:14.648Z | Compiling webpki-roots v0.26.6 |
1477 | 2025-01-17T07:42:14.883Z | Compiling zerocopy-derive v0.6.6 |
1478 | 2025-01-17T07:42:16.926Z | Compiling curve25519-dalek-derive v0.1.1 |
1479 | 2025-01-17T07:42:16.929Z | Compiling idna v0.5.0 |
1480 | 2025-01-17T07:42:17.130Z | Compiling hostname v0.4.0 |
1481 | 2025-01-17T07:42:17.234Z | Compiling hubpack_derive v0.1.1 |
1482 | 2025-01-17T07:42:17.363Z | Compiling ahash v0.8.11 |
1483 | 2025-01-17T07:42:17.453Z | Compiling fs-err v2.11.0 |
1484 | 2025-01-17T07:42:17.675Z | Compiling crc32fast v1.4.2 |
1485 | 2025-01-17T07:42:17.740Z | Compiling managed v0.8.0 |
1486 | 2025-01-17T07:42:18.010Z | Compiling bitflags v1.3.2 |
1487 | 2025-01-17T07:42:18.082Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-01-17T07:42:18.122Z | Compiling winnow v0.5.40 |
1489 | 2025-01-17T07:42:18.165Z | Compiling newtype-uuid v1.2.1 |
1490 | 2025-01-17T07:42:18.250Z | Compiling console v0.15.8 |
1491 | 2025-01-17T07:42:18.513Z | Compiling hubpack v0.1.2 |
1492 | 2025-01-17T07:42:18.928Z | Compiling flate2 v1.0.34 |
1493 | 2025-01-17T07:42:19.252Z | Compiling cookie_store v0.21.0 |
1494 | 2025-01-17T07:42:19.653Z | Compiling strum_macros v0.25.3 |
1495 | 2025-01-17T07:42:19.854Z | Compiling clap_builder v4.5.21 |
1496 | 2025-01-17T07:42:20.600Z | Compiling elliptic-curve v0.13.8 |
1497 | 2025-01-17T07:42:20.623Z | Compiling zerocopy v0.6.6 |
1498 | 2025-01-17T07:42:20.704Z | Compiling hickory-resolver v0.24.1 |
1499 | 2025-01-17T07:42:21.405Z | Compiling toml_edit v0.19.15 |
1500 | 2025-01-17T07:42:21.661Z | Compiling signal-hook-mio v0.2.4 |
1501 | 2025-01-17T07:42:21.839Z | Compiling phf v0.11.2 |
1502 | 2025-01-17T07:42:22.132Z | Compiling hyper-tls v0.6.0 |
1503 | 2025-01-17T07:42:22.243Z | Compiling rayon v1.10.0 |
1504 | 2025-01-17T07:42:22.546Z | Compiling bzip2 v0.4.4 |
1505 | 2025-01-17T07:42:23.435Z | Compiling postgres-types v0.2.8 |
1506 | 2025-01-17T07:42:24.767Z | Compiling tokio-tungstenite v0.24.0 |
1507 | 2025-01-17T07:42:26.567Z | Compiling ed25519 v2.2.3 |
1508 | 2025-01-17T07:42:26.606Z | Compiling phf_shared v0.10.0 |
1509 | 2025-01-17T07:42:26.627Z | Compiling tokio-stream v0.1.16 |
1510 | 2025-01-17T07:42:26.732Z | Compiling pkcs1 v0.7.5 |
1511 | 2025-01-17T07:42:26.967Z | Compiling serde-big-array v0.5.1 |
1512 | 2025-01-17T07:42:27.218Z | Compiling clap_derive v4.5.18 |
1513 | 2025-01-17T07:42:27.578Z | Compiling rfc6979 v0.4.0 |
1514 | 2025-01-17T07:42:27.673Z | Compiling derive-where v1.2.7 |
1515 | 2025-01-17T07:42:27.797Z | Compiling serde_repr v0.1.19 |
1516 | 2025-01-17T07:42:28.264Z | Compiling float-cmp v0.9.0 |
1517 | 2025-01-17T07:42:28.494Z | Compiling bstr v1.10.0 |
1518 | 2025-01-17T07:42:28.515Z | Compiling sync_wrapper v1.0.1 |
1519 | 2025-01-17T07:42:28.630Z | Compiling predicates-core v1.0.8 |
1520 | 2025-01-17T07:42:28.686Z | Compiling precomputed-hash v0.1.1 |
1521 | 2025-01-17T07:42:28.829Z | Compiling new_debug_unreachable v1.0.6 |
1522 | 2025-01-17T07:42:28.916Z | Compiling bit-vec v0.6.3 |
1523 | 2025-01-17T07:42:28.938Z | Compiling static_assertions v1.1.0 |
1524 | 2025-01-17T07:42:28.966Z | Compiling unicode-segmentation v1.12.0 |
1525 | 2025-01-17T07:42:29.050Z | Compiling difflib v0.4.0 |
1526 | 2025-01-17T07:42:29.351Z | Compiling whoami v1.5.2 |
1527 | 2025-01-17T07:42:29.868Z | Compiling number_prefix v0.4.0 |
1528 | 2025-01-17T07:42:29.939Z | Compiling fixedbitset v0.4.2 |
1529 | 2025-01-17T07:42:30.082Z | Compiling unicode-width v0.2.0 |
1530 | 2025-01-17T07:42:30.103Z | Compiling normalize-line-endings v0.3.0 |
1531 | 2025-01-17T07:42:30.247Z | Compiling petgraph v0.6.5 |
1532 | 2025-01-17T07:42:30.420Z | Compiling predicates v3.1.2 |
1533 | 2025-01-17T07:42:30.469Z | Compiling tokio-postgres v0.7.12 |
1534 | 2025-01-17T07:42:30.628Z | Compiling indicatif v0.17.9 |
1535 | 2025-01-17T07:42:30.968Z | Compiling similar v2.6.0 |
1536 | 2025-01-17T07:42:31.893Z | Compiling clap v4.5.21 |
1537 | 2025-01-17T07:42:31.935Z | Compiling bit-set v0.5.3 |
1538 | 2025-01-17T07:42:32.026Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1539 | 2025-01-17T07:42:32.219Z | Compiling string_cache v0.8.7 |
1540 | 2025-01-17T07:42:32.668Z | Compiling ecdsa v0.16.9 |
1541 | 2025-01-17T07:42:32.689Z | Compiling rsa v0.9.6 |
1542 | 2025-01-17T07:42:33.066Z | Compiling ed25519-dalek v2.1.1 |
1543 | 2025-01-17T07:42:33.484Z | Compiling toml v0.7.8 |
1544 | 2025-01-17T07:42:33.841Z | Compiling zip v0.6.6 |
1545 | 2025-01-17T07:42:34.383Z | Compiling crossterm v0.28.1 |
1546 | 2025-01-17T07:42:35.832Z | Compiling hex v0.4.3 |
1547 | 2025-01-17T07:42:36.114Z | Compiling x509-cert v0.2.5 |
1548 | 2025-01-17T07:42:36.201Z | Compiling itertools v0.10.5 |
1549 | 2025-01-17T07:42:36.429Z | Compiling peg-runtime v0.8.3 |
1550 | 2025-01-17T07:42:36.815Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-01-17T07:42:37.025Z | Compiling lalrpop-util v0.19.12 |
1552 | 2025-01-17T07:42:37.028Z | Compiling strum_macros v0.26.4 |
1553 | 2025-01-17T07:42:37.406Z | Compiling xattr v1.3.1 |
1554 | 2025-01-17T07:42:37.687Z | Compiling filetime v0.2.25 |
1555 | 2025-01-17T07:42:38.009Z | Compiling tar v0.4.42 |
1556 | 2025-01-17T07:42:41.770Z | Compiling strum v0.26.3 |
1557 | 2025-01-17T07:42:45.255Z | Compiling aws-lc-sys v0.22.0 |
1558 | 2025-01-17T07:43:13.486Z | Compiling rustls-webpki v0.102.8 |
1559 | 2025-01-17T07:43:16.816Z | Compiling tokio-rustls v0.25.0 |
1560 | 2025-01-17T07:43:18.483Z | Compiling tokio-rustls v0.26.0 |
1561 | 2025-01-17T07:43:18.775Z | Compiling hyper-rustls v0.27.3 |
1562 | 2025-01-17T07:43:19.081Z | Compiling reqwest v0.12.9 |
1563 | 2025-01-17T07:43:20.619Z | Compiling qorb v0.2.1 |
1564 | 2025-01-17T07:43:23.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1565 | 2025-01-17T07:43:24.095Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1566 | 2025-01-17T07:43:28.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1567 | 2025-01-17T07:43:28.895Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1568 | 2025-01-17T07:43:28.947Z | Jan 17 07:43:28.457 INFO Starting download, target: Cockroach |
1569 | 2025-01-17T07:43:28.947Z | Jan 17 07:43:28.457 INFO Starting download, target: Console |
1570 | 2025-01-17T07:43:28.950Z | Jan 17 07:43:28.457 INFO Starting download, target: DendriteOpenapi |
1571 | 2025-01-17T07:43:28.952Z | Jan 17 07:43:28.457 INFO Starting download, target: Clickhouse |
1572 | 2025-01-17T07:43:28.952Z | Jan 17 07:43:28.457 INFO Starting download, target: DendriteStub |
1573 | 2025-01-17T07:43:28.952Z | Jan 17 07:43:28.457 INFO Starting download, target: MaghemiteMgd |
1574 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.457 INFO Starting download, target: TransceiverControl |
1575 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1576 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1577 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1578 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1579 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1580 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1581 | 2025-01-17T07:43:28.953Z | Jan 17 07:43:28.458 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1582 | 2025-01-17T07:43:29.134Z | Jan 17 07:43:28.635 INFO Download complete, target: DendriteOpenapi |
1583 | 2025-01-17T07:43:29.340Z | Jan 17 07:43:28.842 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1584 | 2025-01-17T07:43:29.559Z | Jan 17 07:43:29.030 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1585 | 2025-01-17T07:43:29.879Z | Jan 17 07:43:29.384 INFO Download complete, target: Console |
1586 | 2025-01-17T07:43:29.882Z | Jan 17 07:43:29.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1587 | 2025-01-17T07:43:29.888Z | Jan 17 07:43:29.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1588 | 2025-01-17T07:43:30.066Z | Jan 17 07:43:29.518 INFO Download complete, target: TransceiverControl |
1589 | 2025-01-17T07:43:30.720Z | Jan 17 07:43:30.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1590 | 2025-01-17T07:43:30.720Z | Jan 17 07:43:30.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1591 | 2025-01-17T07:43:31.338Z | Jan 17 07:43:30.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1592 | 2025-01-17T07:43:32.910Z | Jan 17 07:43:32.411 INFO Download complete, target: DendriteStub |
1593 | 2025-01-17T07:43:32.926Z | Jan 17 07:43:32.433 INFO Download complete, target: MaghemiteMgd |
1594 | 2025-01-17T07:43:38.158Z | Jan 17 07:43:37.668 INFO Checking that binary works, target: Cockroach |
1595 | 2025-01-17T07:43:38.330Z | Jan 17 07:43:37.840 INFO Download complete, target: Cockroach |
1596 | 2025-01-17T07:43:43.645Z | Jan 17 07:43:43.157 INFO Checking that binary works, target: Clickhouse |
1597 | 2025-01-17T07:43:43.797Z | Jan 17 07:43:43.308 INFO Download complete, target: Clickhouse |
1598 | 2025-01-17T07:43:43.818Z | All builder prerequisites installed successfully, and PATH looks valid |
1599 | 2025-01-17T07:43:43.821Z | |
1600 | 2025-01-17T07:43:43.821Z | real 5:50.769586222 |
1601 | 2025-01-17T07:43:43.821Z | user 15:58.796675787 |
1602 | 2025-01-17T07:43:43.821Z | sys 2:07.548529630 |
1603 | 2025-01-17T07:43:43.821Z | trap 0.595926264 |
1604 | 2025-01-17T07:43:43.822Z | tflt 1.637494096 |
1605 | 2025-01-17T07:43:43.822Z | dflt 1.430620341 |
1606 | 2025-01-17T07:43:43.822Z | kflt 0.025147072 |
1607 | 2025-01-17T07:43:43.822Z | lock 25:33.684731170 |
1608 | 2025-01-17T07:43:43.822Z | slp 57:53.305456503 |
1609 | 2025-01-17T07:43:43.822Z | lat 1:00.168514595 |
1610 | 2025-01-17T07:43:43.822Z | stop 2:29.097898190 |
1611 | 2025-01-17T07:43:43.822Z | + banner hack-check |
1612 | 2025-01-17T07:43:43.825Z | |
1613 | 2025-01-17T07:43:43.825Z | # # ## #### # # #### # # ###### #### # # |
1614 | 2025-01-17T07:43:43.825Z | # # # # # # # # # # # # # # # # # |
1615 | 2025-01-17T07:43:43.825Z | ###### # # # #### ##### # ###### ##### # #### |
1616 | 2025-01-17T07:43:43.825Z | # # ###### # # # # # # # # # # |
1617 | 2025-01-17T07:43:43.825Z | # # # # # # # # # # # # # # # # # |
1618 | 2025-01-17T07:43:43.825Z | # # # # #### # # #### # # ###### #### # # |
1619 | 2025-01-17T07:43:43.825Z | |
1620 | 2025-01-17T07:43:43.825Z | + export CARGO_INCREMENTAL=0 |
1621 | 2025-01-17T07:43:43.825Z | + CARGO_INCREMENTAL=0 |
1622 | 2025-01-17T07:43:43.825Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1623 | 2025-01-17T07:43:44.352Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1624 | 2025-01-17T07:43:47.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
1625 | 2025-01-17T07:43:47.344Z | Running `target/debug/xtask check-features --ci` |
1626 | 2025-01-17T07:43:47.365Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1627 | 2025-01-17T07:43:47.365Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1628 | 2025-01-17T07:43:47.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1629 | 2025-01-17T07:43:47.843Z | Running `target/debug/xtask download cargo-hack` |
1630 | 2025-01-17T07:43:48.681Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1631 | 2025-01-17T07:43:49.034Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1632 | 2025-01-17T07:43:52.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
1633 | 2025-01-17T07:43:53.067Z | Running `target/debug/xtask-downloader cargo-hack` |
1634 | 2025-01-17T07:43:53.110Z | Jan 17 07:43:52.623 INFO Starting download, target: CargoHack |
1635 | 2025-01-17T07:43:53.113Z | Jan 17 07:43:52.624 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1636 | 2025-01-17T07:43:53.688Z | Jan 17 07:43:53.201 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1637 | 2025-01-17T07:43:53.778Z | Jan 17 07:43:53.290 INFO Download complete, target: CargoHack |
1638 | 2025-01-17T07:43:53.781Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1639 | 2025-01-17T07:43:53.798Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1640 | 2025-01-17T07:43:53.985Z | info: running `cargo check --bins` on api_identity (1/197) |
1641 | 2025-01-17T07:43:54.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2025-01-17T07:43:54.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2025-01-17T07:43:54.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2025-01-17T07:43:54.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1645 | 2025-01-17T07:43:54.595Z | |
1646 | 2025-01-17T07:43:54.597Z | info: running `cargo check --bins` on bootstore (2/197) |
1647 | 2025-01-17T07:43:55.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2025-01-17T07:43:55.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2025-01-17T07:43:55.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2025-01-17T07:43:55.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1651 | 2025-01-17T07:43:55.250Z | |
1652 | 2025-01-17T07:43:55.250Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1653 | 2025-01-17T07:43:55.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2025-01-17T07:43:55.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2025-01-17T07:43:55.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2025-01-17T07:43:55.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1657 | 2025-01-17T07:43:55.872Z | |
1658 | 2025-01-17T07:43:55.873Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1659 | 2025-01-17T07:43:56.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-01-17T07:43:56.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-01-17T07:43:56.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-01-17T07:43:56.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1663 | 2025-01-17T07:43:56.503Z | |
1664 | 2025-01-17T07:43:56.503Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1665 | 2025-01-17T07:43:56.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-01-17T07:43:56.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-01-17T07:43:56.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-01-17T07:43:56.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1669 | 2025-01-17T07:43:56.929Z | |
1670 | 2025-01-17T07:43:56.929Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1671 | 2025-01-17T07:43:57.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-01-17T07:43:57.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-01-17T07:43:57.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-01-17T07:43:57.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1675 | 2025-01-17T07:43:57.365Z | |
1676 | 2025-01-17T07:43:57.365Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1677 | 2025-01-17T07:43:57.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-01-17T07:43:57.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-01-17T07:43:57.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-01-17T07:43:57.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1681 | 2025-01-17T07:43:57.790Z | |
1682 | 2025-01-17T07:43:57.790Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1683 | 2025-01-17T07:43:58.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-01-17T07:43:58.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-01-17T07:43:58.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-01-17T07:43:58.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1687 | 2025-01-17T07:43:58.212Z | |
1688 | 2025-01-17T07:43:58.212Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1689 | 2025-01-17T07:43:58.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-01-17T07:43:58.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-01-17T07:43:58.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-01-17T07:43:58.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1693 | 2025-01-17T07:43:58.659Z | |
1694 | 2025-01-17T07:43:58.659Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1695 | 2025-01-17T07:43:59.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-01-17T07:43:59.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-01-17T07:43:59.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-01-17T07:43:59.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1699 | 2025-01-17T07:43:59.087Z | |
1700 | 2025-01-17T07:43:59.087Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1701 | 2025-01-17T07:43:59.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-01-17T07:43:59.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-01-17T07:43:59.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-01-17T07:43:59.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1705 | 2025-01-17T07:43:59.517Z | |
1706 | 2025-01-17T07:43:59.519Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1707 | 2025-01-17T07:43:59.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-01-17T07:43:59.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-01-17T07:43:59.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-01-17T07:43:59.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1711 | 2025-01-17T07:43:59.943Z | |
1712 | 2025-01-17T07:43:59.943Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1713 | 2025-01-17T07:44:00.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-01-17T07:44:00.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-01-17T07:44:00.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-01-17T07:44:00.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1717 | 2025-01-17T07:44:00.375Z | |
1718 | 2025-01-17T07:44:00.375Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1719 | 2025-01-17T07:44:00.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-01-17T07:44:00.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-01-17T07:44:00.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-01-17T07:44:00.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1723 | 2025-01-17T07:44:00.807Z | |
1724 | 2025-01-17T07:44:00.807Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1725 | 2025-01-17T07:44:01.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-01-17T07:44:01.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-01-17T07:44:01.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-01-17T07:44:01.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1729 | 2025-01-17T07:44:01.235Z | |
1730 | 2025-01-17T07:44:01.235Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1731 | 2025-01-17T07:44:01.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-01-17T07:44:01.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-01-17T07:44:01.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-01-17T07:44:01.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1735 | 2025-01-17T07:44:01.679Z | |
1736 | 2025-01-17T07:44:01.679Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1737 | 2025-01-17T07:44:02.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-01-17T07:44:02.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-01-17T07:44:02.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-01-17T07:44:02.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1741 | 2025-01-17T07:44:02.122Z | |
1742 | 2025-01-17T07:44:02.122Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1743 | 2025-01-17T07:44:02.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-01-17T07:44:02.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-01-17T07:44:02.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-01-17T07:44:02.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2025-01-17T07:44:02.555Z | |
1748 | 2025-01-17T07:44:02.555Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1749 | 2025-01-17T07:44:02.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-01-17T07:44:02.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-01-17T07:44:02.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-01-17T07:44:02.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2025-01-17T07:44:02.988Z | |
1754 | 2025-01-17T07:44:02.988Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1755 | 2025-01-17T07:44:03.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-01-17T07:44:03.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-01-17T07:44:03.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-01-17T07:44:03.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1759 | 2025-01-17T07:44:03.434Z | |
1760 | 2025-01-17T07:44:03.434Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1761 | 2025-01-17T07:44:03.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-01-17T07:44:03.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-01-17T07:44:03.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-01-17T07:44:03.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1765 | 2025-01-17T07:44:03.877Z | |
1766 | 2025-01-17T07:44:03.877Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1767 | 2025-01-17T07:44:04.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-01-17T07:44:04.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-01-17T07:44:04.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-01-17T07:44:04.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1771 | 2025-01-17T07:44:04.313Z | |
1772 | 2025-01-17T07:44:04.313Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1773 | 2025-01-17T07:44:04.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-01-17T07:44:04.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-01-17T07:44:04.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-01-17T07:44:04.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1777 | 2025-01-17T07:44:04.741Z | |
1778 | 2025-01-17T07:44:04.741Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1779 | 2025-01-17T07:44:05.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-01-17T07:44:05.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-01-17T07:44:05.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-01-17T07:44:05.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1783 | 2025-01-17T07:44:05.174Z | |
1784 | 2025-01-17T07:44:05.174Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1785 | 2025-01-17T07:44:05.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-01-17T07:44:05.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-01-17T07:44:05.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-01-17T07:44:05.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1789 | 2025-01-17T07:44:05.611Z | |
1790 | 2025-01-17T07:44:05.611Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1791 | 2025-01-17T07:44:06.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-01-17T07:44:06.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-01-17T07:44:06.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-01-17T07:44:06.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1795 | 2025-01-17T07:44:06.049Z | |
1796 | 2025-01-17T07:44:06.049Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1797 | 2025-01-17T07:44:06.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-01-17T07:44:06.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-01-17T07:44:06.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-01-17T07:44:06.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1801 | 2025-01-17T07:44:06.477Z | |
1802 | 2025-01-17T07:44:06.477Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1803 | 2025-01-17T07:44:06.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-01-17T07:44:06.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-01-17T07:44:06.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-01-17T07:44:06.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1807 | 2025-01-17T07:44:06.908Z | |
1808 | 2025-01-17T07:44:06.908Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1809 | 2025-01-17T07:44:07.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-01-17T07:44:07.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-01-17T07:44:07.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-01-17T07:44:07.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1813 | 2025-01-17T07:44:07.336Z | |
1814 | 2025-01-17T07:44:07.336Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1815 | 2025-01-17T07:44:07.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-01-17T07:44:07.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-01-17T07:44:07.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-01-17T07:44:07.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1819 | 2025-01-17T07:44:07.767Z | |
1820 | 2025-01-17T07:44:07.767Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1821 | 2025-01-17T07:44:08.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-01-17T07:44:08.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-01-17T07:44:08.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-01-17T07:44:08.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1825 | 2025-01-17T07:44:08.219Z | |
1826 | 2025-01-17T07:44:08.219Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1827 | 2025-01-17T07:44:08.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-01-17T07:44:08.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-01-17T07:44:08.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-01-17T07:44:08.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1831 | 2025-01-17T07:44:08.658Z | |
1832 | 2025-01-17T07:44:08.659Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1833 | 2025-01-17T07:44:09.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-01-17T07:44:09.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-01-17T07:44:09.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-01-17T07:44:09.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1837 | 2025-01-17T07:44:09.084Z | |
1838 | 2025-01-17T07:44:09.084Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1839 | 2025-01-17T07:44:09.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-01-17T07:44:09.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-01-17T07:44:09.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-01-17T07:44:09.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1843 | 2025-01-17T07:44:09.510Z | |
1844 | 2025-01-17T07:44:09.510Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1845 | 2025-01-17T07:44:09.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-01-17T07:44:09.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-01-17T07:44:09.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-01-17T07:44:09.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1849 | 2025-01-17T07:44:09.938Z | |
1850 | 2025-01-17T07:44:09.938Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1851 | 2025-01-17T07:44:10.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-01-17T07:44:10.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-01-17T07:44:10.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-01-17T07:44:10.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1855 | 2025-01-17T07:44:10.372Z | |
1856 | 2025-01-17T07:44:10.372Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1857 | 2025-01-17T07:44:10.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-01-17T07:44:10.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-01-17T07:44:10.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-01-17T07:44:10.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1861 | 2025-01-17T07:44:10.810Z | |
1862 | 2025-01-17T07:44:10.810Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1863 | 2025-01-17T07:44:11.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-01-17T07:44:11.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-01-17T07:44:11.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-01-17T07:44:11.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1867 | 2025-01-17T07:44:11.249Z | |
1868 | 2025-01-17T07:44:11.249Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1869 | 2025-01-17T07:44:11.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-01-17T07:44:11.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-01-17T07:44:11.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-01-17T07:44:11.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1873 | 2025-01-17T07:44:11.687Z | |
1874 | 2025-01-17T07:44:11.687Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1875 | 2025-01-17T07:44:12.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-01-17T07:44:12.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-01-17T07:44:12.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-01-17T07:44:12.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1879 | 2025-01-17T07:44:12.122Z | |
1880 | 2025-01-17T07:44:12.122Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1881 | 2025-01-17T07:44:12.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-01-17T07:44:12.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-01-17T07:44:12.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-01-17T07:44:12.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1885 | 2025-01-17T07:44:12.555Z | |
1886 | 2025-01-17T07:44:12.555Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1887 | 2025-01-17T07:44:12.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-01-17T07:44:12.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-01-17T07:44:12.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-01-17T07:44:12.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1891 | 2025-01-17T07:44:13.005Z | |
1892 | 2025-01-17T07:44:13.005Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1893 | 2025-01-17T07:44:13.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-01-17T07:44:13.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-01-17T07:44:13.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-01-17T07:44:13.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1897 | 2025-01-17T07:44:13.445Z | |
1898 | 2025-01-17T07:44:13.445Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1899 | 2025-01-17T07:44:13.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-01-17T07:44:13.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-01-17T07:44:13.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-01-17T07:44:13.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1903 | 2025-01-17T07:44:13.883Z | |
1904 | 2025-01-17T07:44:13.883Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1905 | 2025-01-17T07:44:14.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-01-17T07:44:14.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-01-17T07:44:14.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-01-17T07:44:14.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1909 | 2025-01-17T07:44:14.521Z | |
1910 | 2025-01-17T07:44:14.521Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1911 | 2025-01-17T07:44:15.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-01-17T07:44:15.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-01-17T07:44:15.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-01-17T07:44:15.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1915 | 2025-01-17T07:44:15.152Z | |
1916 | 2025-01-17T07:44:15.153Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1917 | 2025-01-17T07:44:15.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-01-17T07:44:15.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-01-17T07:44:15.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-01-17T07:44:15.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1921 | 2025-01-17T07:44:15.808Z | |
1922 | 2025-01-17T07:44:15.809Z | info: running `cargo check --bins` on oxlog (48/197) |
1923 | 2025-01-17T07:44:16.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-01-17T07:44:16.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-01-17T07:44:16.447Z | Checking cfg-if v1.0.0 |
1926 | 2025-01-17T07:44:16.449Z | Checking libc v0.2.169 |
1927 | 2025-01-17T07:44:16.558Z | Checking serde v1.0.217 |
1928 | 2025-01-17T07:44:16.562Z | Checking zeroize v1.8.1 |
1929 | 2025-01-17T07:44:16.580Z | Checking memchr v2.7.4 |
1930 | 2025-01-17T07:44:16.582Z | Checking typenum v1.17.0 |
1931 | 2025-01-17T07:44:16.593Z | Checking scopeguard v1.2.0 |
1932 | 2025-01-17T07:44:16.618Z | Checking subtle v2.6.1 |
1933 | 2025-01-17T07:44:16.632Z | Checking value-bag v1.9.0 |
1934 | 2025-01-17T07:44:16.748Z | Checking lock_api v0.4.12 |
1935 | 2025-01-17T07:44:16.825Z | Checking itoa v1.0.11 |
1936 | 2025-01-17T07:44:16.863Z | Checking smallvec v1.13.2 |
1937 | 2025-01-17T07:44:17.034Z | Checking const-oid v0.9.6 |
1938 | 2025-01-17T07:44:17.050Z | Checking log v0.4.22 |
1939 | 2025-01-17T07:44:17.126Z | Checking pin-project-lite v0.2.14 |
1940 | 2025-01-17T07:44:17.186Z | Checking byteorder v1.5.0 |
1941 | 2025-01-17T07:44:17.356Z | Checking futures-core v0.3.31 |
1942 | 2025-01-17T07:44:17.426Z | Checking once_cell v1.20.2 |
1943 | 2025-01-17T07:44:17.445Z | Checking cpufeatures v0.2.14 |
1944 | 2025-01-17T07:44:17.545Z | Checking futures-sink v0.3.31 |
1945 | 2025-01-17T07:44:17.545Z | Checking stable_deref_trait v1.2.0 |
1946 | 2025-01-17T07:44:17.577Z | Checking spin v0.9.8 |
1947 | 2025-01-17T07:44:17.594Z | Checking getrandom v0.2.15 |
1948 | 2025-01-17T07:44:17.671Z | Checking signal-hook-registry v1.4.2 |
1949 | 2025-01-17T07:44:17.687Z | Checking generic-array v0.14.7 |
1950 | 2025-01-17T07:44:17.690Z | Checking parking_lot_core v0.9.10 |
1951 | 2025-01-17T07:44:17.714Z | Checking mio v1.0.2 |
1952 | 2025-01-17T07:44:17.825Z | Checking rand_core v0.6.4 |
1953 | 2025-01-17T07:44:17.913Z | Checking socket2 v0.5.7 |
1954 | 2025-01-17T07:44:17.929Z | Checking zerocopy v0.7.35 |
1955 | 2025-01-17T07:44:18.026Z | Checking parking_lot v0.12.3 |
1956 | 2025-01-17T07:44:18.133Z | Checking zerofrom v0.1.4 |
1957 | 2025-01-17T07:44:18.289Z | Checking slab v0.4.9 |
1958 | 2025-01-17T07:44:18.336Z | Checking yoke v0.7.4 |
1959 | 2025-01-17T07:44:18.369Z | Checking futures-channel v0.3.31 |
1960 | 2025-01-17T07:44:18.372Z | Checking pin-utils v0.1.0 |
1961 | 2025-01-17T07:44:18.482Z | Checking allocator-api2 v0.2.18 |
1962 | 2025-01-17T07:44:18.564Z | Checking futures-io v0.3.31 |
1963 | 2025-01-17T07:44:18.655Z | Checking futures-task v0.3.31 |
1964 | 2025-01-17T07:44:18.724Z | Checking equivalent v1.0.1 |
1965 | 2025-01-17T07:44:18.759Z | Checking crypto-common v0.1.6 |
1966 | 2025-01-17T07:44:18.775Z | Checking block-buffer v0.10.4 |
1967 | 2025-01-17T07:44:18.845Z | Checking foldhash v0.1.3 |
1968 | 2025-01-17T07:44:18.888Z | Checking futures-util v0.3.31 |
1969 | 2025-01-17T07:44:18.927Z | Checking block-padding v0.3.3 |
1970 | 2025-01-17T07:44:18.948Z | Checking zerovec v0.10.4 |
1971 | 2025-01-17T07:44:18.997Z | Checking digest v0.10.7 |
1972 | 2025-01-17T07:44:19.047Z | Checking tinyvec_macros v0.1.1 |
1973 | 2025-01-17T07:44:19.069Z | Checking hashbrown v0.15.1 |
1974 | 2025-01-17T07:44:19.127Z | Checking ryu v1.0.18 |
1975 | 2025-01-17T07:44:19.130Z | Checking inout v0.1.3 |
1976 | 2025-01-17T07:44:19.156Z | Checking tinyvec v1.8.0 |
1977 | 2025-01-17T07:44:19.343Z | Checking hmac v0.12.1 |
1978 | 2025-01-17T07:44:19.368Z | Checking fnv v1.0.7 |
1979 | 2025-01-17T07:44:19.384Z | Checking cipher v0.4.4 |
1980 | 2025-01-17T07:44:19.492Z | Checking sha2 v0.10.8 |
1981 | 2025-01-17T07:44:19.546Z | Checking libm v0.2.8 |
1982 | 2025-01-17T07:44:19.783Z | Checking unicode-bidi v0.3.17 |
1983 | 2025-01-17T07:44:20.034Z | Checking writeable v0.5.5 |
1984 | 2025-01-17T07:44:20.122Z | Checking litemap v0.7.3 |
1985 | 2025-01-17T07:44:20.366Z | Checking base64ct v1.6.0 |
1986 | 2025-01-17T07:44:20.413Z | Checking ppv-lite86 v0.2.20 |
1987 | 2025-01-17T07:44:20.457Z | Checking unicode-normalization v0.1.24 |
1988 | 2025-01-17T07:44:20.473Z | Checking flagset v0.4.6 |
1989 | 2025-01-17T07:44:20.491Z | Checking tinystr v0.7.6 |
1990 | 2025-01-17T07:44:20.493Z | Checking num-traits v0.2.19 |
1991 | 2025-01-17T07:44:20.656Z | Checking tracing-core v0.1.32 |
1992 | 2025-01-17T07:44:20.806Z | Checking pem-rfc7468 v0.7.0 |
1993 | 2025-01-17T07:44:20.834Z | Checking icu_locid v1.5.0 |
1994 | 2025-01-17T07:44:21.079Z | Checking der v0.7.9 |
1995 | 2025-01-17T07:44:21.122Z | Checking rand_chacha v0.3.1 |
1996 | 2025-01-17T07:44:21.157Z | Checking bytes v1.9.0 |
1997 | 2025-01-17T07:44:21.241Z | Checking indexmap v2.7.0 |
1998 | 2025-01-17T07:44:21.423Z | Checking serde_json v1.0.135 |
1999 | 2025-01-17T07:44:21.518Z | Checking bitflags v2.6.0 |
2000 | 2025-01-17T07:44:21.777Z | Checking icu_provider v1.5.0 |
2001 | 2025-01-17T07:44:21.832Z | Checking thiserror v1.0.69 |
2002 | 2025-01-17T07:44:21.931Z | Checking tokio v1.43.0 |
2003 | 2025-01-17T07:44:21.961Z | Checking http v1.2.0 |
2004 | 2025-01-17T07:44:21.977Z | Checking icu_locid_transform_data v1.5.0 |
2005 | 2025-01-17T07:44:22.079Z | Checking rustls-pki-types v1.10.0 |
2006 | 2025-01-17T07:44:22.390Z | Checking percent-encoding v2.3.1 |
2007 | 2025-01-17T07:44:22.431Z | Checking icu_locid_transform v1.5.0 |
2008 | 2025-01-17T07:44:22.628Z | Checking rand v0.8.5 |
2009 | 2025-01-17T07:44:22.647Z | Checking tracing v0.1.40 |
2010 | 2025-01-17T07:44:22.841Z | Checking spki v0.7.3 |
2011 | 2025-01-17T07:44:23.006Z | Checking icu_collections v1.5.0 |
2012 | 2025-01-17T07:44:23.048Z | Checking salsa20 v0.10.2 |
2013 | 2025-01-17T07:44:23.106Z | Checking pbkdf2 v0.12.2 |
2014 | 2025-01-17T07:44:23.251Z | Checking aws-lc-sys v0.22.0 |
2015 | 2025-01-17T07:44:23.268Z | Checking httparse v1.9.5 |
2016 | 2025-01-17T07:44:23.272Z | Checking icu_properties_data v1.5.0 |
2017 | 2025-01-17T07:44:23.387Z | Checking untrusted v0.9.0 |
2018 | 2025-01-17T07:44:23.416Z | Checking powerfmt v0.2.0 |
2019 | 2025-01-17T07:44:23.514Z | Checking mirai-annotations v1.12.0 |
2020 | 2025-01-17T07:44:23.544Z | Checking untrusted v0.7.1 |
2021 | 2025-01-17T07:44:23.641Z | Checking icu_properties v1.5.1 |
2022 | 2025-01-17T07:44:23.678Z | Checking deranged v0.3.11 |
2023 | 2025-01-17T07:44:23.696Z | Checking ring v0.17.8 |
2024 | 2025-01-17T07:44:23.714Z | Checking scrypt v0.11.0 |
2025 | 2025-01-17T07:44:23.716Z | Checking aes v0.8.4 |
2026 | 2025-01-17T07:44:23.813Z | Checking cbc v0.1.2 |
2027 | 2025-01-17T07:44:23.932Z | Checking crossbeam-utils v0.8.20 |
2028 | 2025-01-17T07:44:24.010Z | Checking atomic-waker v1.1.2 |
2029 | 2025-01-17T07:44:24.150Z | Checking num_threads v0.1.7 |
2030 | 2025-01-17T07:44:24.269Z | Checking utf8_iter v1.0.4 |
2031 | 2025-01-17T07:44:24.487Z | Checking num-conv v0.1.0 |
2032 | 2025-01-17T07:44:24.664Z | Checking utf16_iter v1.0.5 |
2033 | 2025-01-17T07:44:24.686Z | Checking icu_normalizer_data v1.5.0 |
2034 | 2025-01-17T07:44:24.727Z | Checking write16 v1.0.0 |
2035 | 2025-01-17T07:44:24.809Z | Checking time-core v0.1.2 |
2036 | 2025-01-17T07:44:24.859Z | Checking pkcs5 v0.7.1 |
2037 | 2025-01-17T07:44:24.878Z | Checking http-body v1.0.1 |
2038 | 2025-01-17T07:44:24.967Z | Checking time v0.3.36 |
2039 | 2025-01-17T07:44:24.970Z | Checking form_urlencoded v1.2.1 |
2040 | 2025-01-17T07:44:25.081Z | Checking try-lock v0.2.5 |
2041 | 2025-01-17T07:44:25.191Z | Checking uuid v1.12.0 |
2042 | 2025-01-17T07:44:25.229Z | Checking want v0.3.1 |
2043 | 2025-01-17T07:44:25.339Z | Checking aws-lc-rs v1.10.0 |
2044 | 2025-01-17T07:44:25.371Z | Checking pkcs8 v0.10.2 |
2045 | 2025-01-17T07:44:25.410Z | Checking httpdate v1.0.3 |
2046 | 2025-01-17T07:44:25.517Z | Checking unicode-ident v1.0.14 |
2047 | 2025-01-17T07:44:25.659Z | Checking serde_spanned v0.6.8 |
2048 | 2025-01-17T07:44:25.701Z | Checking toml_datetime v0.6.8 |
2049 | 2025-01-17T07:44:25.716Z | Checking proc-macro2 v1.0.92 |
2050 | 2025-01-17T07:44:25.792Z | Checking slog v2.7.0 |
2051 | 2025-01-17T07:44:25.865Z | Checking scroll v0.12.0 |
2052 | 2025-01-17T07:44:26.010Z | Checking tower-service v0.3.3 |
2053 | 2025-01-17T07:44:26.140Z | Checking base64 v0.22.1 |
2054 | 2025-01-17T07:44:26.268Z | Checking plain v0.2.3 |
2055 | 2025-01-17T07:44:26.346Z | Checking iana-time-zone v0.1.61 |
2056 | 2025-01-17T07:44:26.402Z | Checking match_cfg v0.1.0 |
2057 | 2025-01-17T07:44:26.430Z | Checking foreign-types-shared v0.1.1 |
2058 | 2025-01-17T07:44:26.501Z | Checking ucd-trie v0.1.7 |
2059 | 2025-01-17T07:44:26.516Z | Checking adler2 v2.0.0 |
2060 | 2025-01-17T07:44:26.546Z | Checking foreign-types v0.3.2 |
2061 | 2025-01-17T07:44:26.609Z | Checking chrono v0.4.38 |
2062 | 2025-01-17T07:44:26.642Z | Checking hostname v0.3.1 |
2063 | 2025-01-17T07:44:26.676Z | Checking miniz_oxide v0.8.0 |
2064 | 2025-01-17T07:44:26.715Z | Checking pest v2.7.14 |
2065 | 2025-01-17T07:44:26.774Z | Checking goblin v0.8.2 |
2066 | 2025-01-17T07:44:26.860Z | Checking icu_normalizer v1.5.0 |
2067 | 2025-01-17T07:44:27.002Z | Checking rustls-webpki v0.102.8 |
2068 | 2025-01-17T07:44:27.332Z | Checking quote v1.0.38 |
2069 | 2025-01-17T07:44:27.428Z | Checking openssl-sys v0.9.103 |
2070 | 2025-01-17T07:44:27.606Z | Checking idna_adapter v1.2.0 |
2071 | 2025-01-17T07:44:27.668Z | Checking errno v0.3.9 |
2072 | 2025-01-17T07:44:27.795Z | Checking idna v1.0.3 |
2073 | 2025-01-17T07:44:27.797Z | Checking dirs-sys-next v0.1.2 |
2074 | 2025-01-17T07:44:27.850Z | Checking aho-corasick v1.1.3 |
2075 | 2025-01-17T07:44:27.988Z | Checking data-encoding v2.6.0 |
2076 | 2025-01-17T07:44:28.277Z | Checking url v2.5.3 |
2077 | 2025-01-17T07:44:28.549Z | Checking regex-syntax v0.8.5 |
2078 | 2025-01-17T07:44:28.569Z | Checking pretty-hex v0.4.1 |
2079 | 2025-01-17T07:44:28.597Z | Checking siphasher v0.3.11 |
2080 | 2025-01-17T07:44:28.726Z | Checking tokio-util v0.7.12 |
2081 | 2025-01-17T07:44:28.742Z | Compiling newtype-uuid v1.2.1 |
2082 | 2025-01-17T07:44:28.920Z | Checking openssl v0.10.66 |
2083 | 2025-01-17T07:44:29.034Z | Checking dirs-next v2.0.0 |
2084 | 2025-01-17T07:44:29.079Z | Checking rustix v0.38.37 |
2085 | 2025-01-17T07:44:29.162Z | Checking syn v2.0.96 |
2086 | 2025-01-17T07:44:29.327Z | Checking dtrace-parser v0.2.0 |
2087 | 2025-01-17T07:44:29.450Z | Checking http-body-util v0.1.2 |
2088 | 2025-01-17T07:44:29.544Z | Checking h2 v0.4.6 |
2089 | 2025-01-17T07:44:29.802Z | Checking crossbeam-epoch v0.9.18 |
2090 | 2025-01-17T07:44:29.913Z | Checking sha1 v0.10.6 |
2091 | 2025-01-17T07:44:30.200Z | Checking signature v2.2.0 |
2092 | 2025-01-17T07:44:30.219Z | Checking lazy_static v1.5.0 |
2093 | 2025-01-17T07:44:30.337Z | Checking thread_local v1.1.8 |
2094 | 2025-01-17T07:44:30.387Z | Checking thread-id v4.2.2 |
2095 | 2025-01-17T07:44:30.511Z | Checking encoding_rs v0.8.34 |
2096 | 2025-01-17T07:44:30.615Z | Checking either v1.13.0 |
2097 | 2025-01-17T07:44:30.998Z | Checking gimli v0.31.1 |
2098 | 2025-01-17T07:44:31.646Z | Checking dof v0.3.0 |
2099 | 2025-01-17T07:44:31.714Z | Checking regex-automata v0.4.8 |
2100 | 2025-01-17T07:44:32.261Z | Checking ipnet v2.10.1 |
2101 | 2025-01-17T07:44:32.426Z | Checking unicode-properties v0.1.3 |
2102 | 2025-01-17T07:44:32.740Z | Checking winnow v0.6.20 |
2103 | 2025-01-17T07:44:32.790Z | Checking utf8parse v0.2.2 |
2104 | 2025-01-17T07:44:32.867Z | Checking openssl-probe v0.1.5 |
2105 | 2025-01-17T07:44:32.957Z | Checking anstyle v1.0.10 |
2106 | 2025-01-17T07:44:33.041Z | Checking mime v0.3.17 |
2107 | 2025-01-17T07:44:33.320Z | Checking anstyle-parse v0.2.5 |
2108 | 2025-01-17T07:44:33.372Z | Checking stringprep v0.1.5 |
2109 | 2025-01-17T07:44:33.615Z | Checking crossbeam-deque v0.8.5 |
2110 | 2025-01-17T07:44:33.656Z | Checking term v0.7.0 |
2111 | 2025-01-17T07:44:33.937Z | Checking rustls v0.22.4 |
2112 | 2025-01-17T07:44:34.094Z | Checking native-tls v0.2.12 |
2113 | 2025-01-17T07:44:34.110Z | Checking rustls v0.23.19 |
2114 | 2025-01-17T07:44:34.401Z | Checking slog-json v2.6.1 |
2115 | 2025-01-17T07:44:34.648Z | Checking serde_urlencoded v0.7.1 |
2116 | 2025-01-17T07:44:34.694Z | Checking addr2line v0.24.2 |
2117 | 2025-01-17T07:44:35.083Z | Checking crossbeam-channel v0.5.13 |
2118 | 2025-01-17T07:44:35.132Z | Checking usdt-impl v0.5.0 |
2119 | 2025-01-17T07:44:35.236Z | Checking futures-executor v0.3.31 |
2120 | 2025-01-17T07:44:35.465Z | Checking rustls-pemfile v2.2.0 |
2121 | 2025-01-17T07:44:35.586Z | Checking toml_edit v0.22.22 |
2122 | 2025-01-17T07:44:35.660Z | Checking num-integer v0.1.46 |
2123 | 2025-01-17T07:44:35.682Z | Checking idna v0.3.0 |
2124 | 2025-01-17T07:44:35.685Z | Checking hyper v1.5.2 |
2125 | 2025-01-17T07:44:35.824Z | Checking idna v0.4.0 |
2126 | 2025-01-17T07:44:36.115Z | Checking md-5 v0.10.6 |
2127 | 2025-01-17T07:44:36.137Z | Checking ff v0.13.0 |
2128 | 2025-01-17T07:44:36.346Z | Checking memmap v0.7.0 |
2129 | 2025-01-17T07:44:36.362Z | Checking is-terminal v0.4.13 |
2130 | 2025-01-17T07:44:36.495Z | Checking hash32 v0.2.1 |
2131 | 2025-01-17T07:44:36.567Z | Checking object v0.36.5 |
2132 | 2025-01-17T07:44:36.635Z | Checking linked-hash-map v0.5.6 |
2133 | 2025-01-17T07:44:36.726Z | Checking take_mut v0.2.2 |
2134 | 2025-01-17T07:44:36.771Z | Checking colorchoice v1.0.2 |
2135 | 2025-01-17T07:44:36.881Z | Checking anstyle-query v1.1.1 |
2136 | 2025-01-17T07:44:36.925Z | Checking is_terminal_polyfill v1.70.1 |
2137 | 2025-01-17T07:44:36.942Z | Checking dyn-clone v1.0.17 |
2138 | 2025-01-17T07:44:37.015Z | Checking base16ct v0.2.0 |
2139 | 2025-01-17T07:44:37.053Z | Checking fallible-iterator v0.2.0 |
2140 | 2025-01-17T07:44:37.110Z | Checking utf-8 v0.7.6 |
2141 | 2025-01-17T07:44:37.235Z | Checking rustc-demangle v0.1.24 |
2142 | 2025-01-17T07:44:37.237Z | Checking quick-error v1.2.3 |
2143 | 2025-01-17T07:44:37.324Z | Checking psl-types v2.0.11 |
2144 | 2025-01-17T07:44:37.397Z | Checking resolv-conf v0.7.0 |
2145 | 2025-01-17T07:44:37.504Z | Checking publicsuffix v2.2.3 |
2146 | 2025-01-17T07:44:37.609Z | Checking postgres-protocol v0.6.7 |
2147 | 2025-01-17T07:44:37.652Z | Checking hyper-util v0.1.10 |
2148 | 2025-01-17T07:44:37.690Z | Checking tungstenite v0.24.0 |
2149 | 2025-01-17T07:44:37.738Z | Checking tokio-rustls v0.25.0 |
2150 | 2025-01-17T07:44:37.754Z | Checking sec1 v0.7.3 |
2151 | 2025-01-17T07:44:38.101Z | Checking schemars v0.8.21 |
2152 | 2025-01-17T07:44:38.134Z | Checking toml v0.8.19 |
2153 | 2025-01-17T07:44:38.152Z | Checking anstream v0.6.15 |
2154 | 2025-01-17T07:44:38.247Z | Checking lru-cache v0.1.2 |
2155 | 2025-01-17T07:44:38.428Z | Checking slog-async v2.8.0 |
2156 | 2025-01-17T07:44:38.511Z | Checking heapless v0.7.17 |
2157 | 2025-01-17T07:44:38.573Z | Checking hickory-proto v0.24.1 |
2158 | 2025-01-17T07:44:38.738Z | Checking usdt v0.5.0 |
2159 | 2025-01-17T07:44:38.840Z | Checking slog-term v2.9.1 |
2160 | 2025-01-17T07:44:39.005Z | Checking group v0.13.0 |
2161 | 2025-01-17T07:44:39.150Z | Checking tokio-rustls v0.26.0 |
2162 | 2025-01-17T07:44:39.273Z | Checking num-iter v0.1.45 |
2163 | 2025-01-17T07:44:39.330Z | Checking futures v0.3.31 |
2164 | 2025-01-17T07:44:39.383Z | Checking slog-bunyan v2.5.0 |
2165 | 2025-01-17T07:44:39.435Z | Checking tokio-native-tls v0.3.1 |
2166 | 2025-01-17T07:44:39.454Z | Checking rayon-core v1.12.1 |
2167 | 2025-01-17T07:44:39.512Z | Checking multer v3.1.0 |
2168 | 2025-01-17T07:44:39.546Z | Checking terminal_size v0.4.0 |
2169 | 2025-01-17T07:44:39.651Z | Checking phf_shared v0.11.2 |
2170 | 2025-01-17T07:44:39.688Z | Checking cookie v0.18.1 |
2171 | 2025-01-17T07:44:39.723Z | Checking async-stream v0.3.6 |
2172 | 2025-01-17T07:44:39.891Z | Checking bzip2-sys v0.1.11+1.0.8 |
2173 | 2025-01-17T07:44:39.913Z | Checking signal-hook v0.3.17 |
2174 | 2025-01-17T07:44:39.928Z | Checking camino v1.1.9 |
2175 | 2025-01-17T07:44:39.944Z | Checking waitgroup v0.1.2 |
2176 | 2025-01-17T07:44:40.027Z | Checking openapiv3 v2.0.0 |
2177 | 2025-01-17T07:44:40.093Z | Checking webpki-roots v0.26.6 |
2178 | 2025-01-17T07:44:40.096Z | Checking idna v0.5.0 |
2179 | 2025-01-17T07:44:40.155Z | Checking serde_path_to_error v0.1.16 |
2180 | 2025-01-17T07:44:40.227Z | Checking hkdf v0.12.4 |
2181 | 2025-01-17T07:44:40.318Z | Checking crypto-bigint v0.5.5 |
2182 | 2025-01-17T07:44:40.448Z | Checking hostname v0.4.0 |
2183 | 2025-01-17T07:44:40.465Z | Checking crc32fast v1.4.2 |
2184 | 2025-01-17T07:44:40.587Z | Checking winnow v0.5.40 |
2185 | 2025-01-17T07:44:40.724Z | Checking clap_lex v0.7.2 |
2186 | 2025-01-17T07:44:40.727Z | Checking strsim v0.11.1 |
2187 | 2025-01-17T07:44:40.983Z | Checking unicode-width v0.1.14 |
2188 | 2025-01-17T07:44:41.002Z | Checking bitflags v1.3.2 |
2189 | 2025-01-17T07:44:41.022Z | Checking debug-ignore v1.0.5 |
2190 | 2025-01-17T07:44:41.107Z | Checking managed v0.8.0 |
2191 | 2025-01-17T07:44:41.175Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2192 | 2025-01-17T07:44:41.467Z | Checking cookie_store v0.21.0 |
2193 | 2025-01-17T07:44:41.482Z | Checking console v0.15.8 |
2194 | 2025-01-17T07:44:41.503Z | Checking smoltcp v0.9.1 |
2195 | 2025-01-17T07:44:42.029Z | Checking clap_builder v4.5.21 |
2196 | 2025-01-17T07:44:42.120Z | Checking flate2 v1.0.34 |
2197 | 2025-01-17T07:44:42.548Z | Checking backtrace v0.3.74 |
2198 | 2025-01-17T07:44:42.760Z | Checking hyper-rustls v0.27.3 |
2199 | 2025-01-17T07:44:42.900Z | Checking signal-hook-mio v0.2.4 |
2200 | 2025-01-17T07:44:43.030Z | Checking elliptic-curve v0.13.8 |
2201 | 2025-01-17T07:44:43.051Z | Checking rayon v1.10.0 |
2202 | 2025-01-17T07:44:43.079Z | Checking bzip2 v0.4.4 |
2203 | 2025-01-17T07:44:43.115Z | Checking anyhow v1.0.93 |
2204 | 2025-01-17T07:44:43.178Z | Checking hickory-resolver v0.24.1 |
2205 | 2025-01-17T07:44:43.288Z | Checking dropshot v0.12.0 |
2206 | 2025-01-17T07:44:43.334Z | Checking toml_edit v0.19.15 |
2207 | 2025-01-17T07:44:43.368Z | Checking phf v0.11.2 |
2208 | 2025-01-17T07:44:43.493Z | Checking hyper-tls v0.6.0 |
2209 | 2025-01-17T07:44:43.620Z | Checking num-bigint-dig v0.8.4 |
2210 | 2025-01-17T07:44:43.640Z | Checking tokio-tungstenite v0.24.0 |
2211 | 2025-01-17T07:44:43.778Z | Checking postgres-types v0.2.8 |
2212 | 2025-01-17T07:44:44.127Z | Checking bstr v1.10.0 |
2213 | 2025-01-17T07:44:44.417Z | Checking regex v1.11.1 |
2214 | 2025-01-17T07:44:44.823Z | Checking ed25519 v2.2.3 |
2215 | 2025-01-17T07:44:45.004Z | Checking tokio-stream v0.1.16 |
2216 | 2025-01-17T07:44:45.022Z | Checking phf_shared v0.10.0 |
2217 | 2025-01-17T07:44:45.036Z | Checking curve25519-dalek v4.1.3 |
2218 | 2025-01-17T07:44:45.139Z | Checking zerocopy v0.6.6 |
2219 | 2025-01-17T07:44:45.285Z | Checking pkcs1 v0.7.5 |
2220 | 2025-01-17T07:44:45.617Z | Checking hubpack v0.1.2 |
2221 | 2025-01-17T07:44:45.678Z | Checking portable-atomic v1.9.0 |
2222 | 2025-01-17T07:44:45.780Z | Checking float-cmp v0.9.0 |
2223 | 2025-01-17T07:44:45.799Z | Checking serde-big-array v0.5.1 |
2224 | 2025-01-17T07:44:45.802Z | Checking rfc6979 v0.4.0 |
2225 | 2025-01-17T07:44:45.905Z | Checking sync_wrapper v1.0.1 |
2226 | 2025-01-17T07:44:45.980Z | Checking minimal-lexical v0.2.1 |
2227 | 2025-01-17T07:44:45.996Z | Checking bit-vec v0.6.3 |
2228 | 2025-01-17T07:44:46.028Z | Checking whoami v1.5.2 |
2229 | 2025-01-17T07:44:46.062Z | Checking number_prefix v0.4.0 |
2230 | 2025-01-17T07:44:46.263Z | Checking static_assertions v1.1.0 |
2231 | 2025-01-17T07:44:46.313Z | Checking unicode-segmentation v1.12.0 |
2232 | 2025-01-17T07:44:46.341Z | Checking normalize-line-endings v0.3.0 |
2233 | 2025-01-17T07:44:46.364Z | Checking unicode-width v0.2.0 |
2234 | 2025-01-17T07:44:46.380Z | Checking fixedbitset v0.4.2 |
2235 | 2025-01-17T07:44:46.467Z | Checking difflib v0.4.0 |
2236 | 2025-01-17T07:44:46.623Z | Checking precomputed-hash v0.1.1 |
2237 | 2025-01-17T07:44:46.626Z | Checking new_debug_unreachable v1.0.6 |
2238 | 2025-01-17T07:44:46.677Z | Checking predicates-core v1.0.8 |
2239 | 2025-01-17T07:44:46.725Z | Checking qorb v0.2.1 |
2240 | 2025-01-17T07:44:46.741Z | Checking petgraph v0.6.5 |
2241 | 2025-01-17T07:44:46.756Z | Checking string_cache v0.8.7 |
2242 | 2025-01-17T07:44:46.794Z | Checking ed25519-dalek v2.1.1 |
2243 | 2025-01-17T07:44:46.811Z | Checking nom v7.1.3 |
2244 | 2025-01-17T07:44:46.852Z | Checking indicatif v0.17.9 |
2245 | 2025-01-17T07:44:46.868Z | Checking predicates v3.1.2 |
2246 | 2025-01-17T07:44:46.975Z | Checking similar v2.6.0 |
2247 | 2025-01-17T07:44:47.015Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2248 | 2025-01-17T07:44:47.210Z | Checking tokio-postgres v0.7.12 |
2249 | 2025-01-17T07:44:47.468Z | Checking bit-set v0.5.3 |
2250 | 2025-01-17T07:44:47.575Z | Checking reqwest v0.12.9 |
2251 | 2025-01-17T07:44:47.733Z | Checking ecdsa v0.16.9 |
2252 | 2025-01-17T07:44:47.793Z | Checking toml v0.7.8 |
2253 | 2025-01-17T07:44:48.433Z | Checking rsa v0.9.6 |
2254 | 2025-01-17T07:44:48.451Z | Checking clap v4.5.21 |
2255 | 2025-01-17T07:44:48.577Z | Checking zip v0.6.6 |
2256 | 2025-01-17T07:44:49.223Z | Checking crossterm v0.28.1 |
2257 | 2025-01-17T07:44:49.297Z | Checking itertools v0.12.1 |
2258 | 2025-01-17T07:44:49.420Z | Checking itertools v0.10.5 |
2259 | 2025-01-17T07:44:49.445Z | Checking fs-err v2.11.0 |
2260 | 2025-01-17T07:44:49.485Z | Checking ahash v0.8.11 |
2261 | 2025-01-17T07:44:49.955Z | Checking x509-cert v0.2.5 |
2262 | 2025-01-17T07:44:49.993Z | Checking semver v1.0.24 |
2263 | 2025-01-17T07:44:50.010Z | Checking hex v0.4.3 |
2264 | 2025-01-17T07:44:50.101Z | Checking lalrpop-util v0.19.12 |
2265 | 2025-01-17T07:44:50.397Z | Checking peg-runtime v0.8.3 |
2266 | 2025-01-17T07:44:50.397Z | Checking sigpipe v0.1.3 |
2267 | 2025-01-17T07:44:51.662Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2268 | 2025-01-17T07:44:51.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.18s |
2269 | 2025-01-17T07:44:52.154Z | |
2270 | 2025-01-17T07:44:52.154Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2271 | 2025-01-17T07:44:52.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2025-01-17T07:44:52.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2025-01-17T07:44:52.840Z | Compiling hashbrown v0.14.5 |
2274 | 2025-01-17T07:44:52.963Z | Checking heck v0.5.0 |
2275 | 2025-01-17T07:44:52.976Z | Compiling unsafe-libyaml v0.2.11 |
2276 | 2025-01-17T07:44:52.989Z | Checking ipnetwork v0.20.0 |
2277 | 2025-01-17T07:44:53.003Z | Compiling ident_case v1.0.1 |
2278 | 2025-01-17T07:44:53.017Z | Checking progenitor-client v0.8.0 |
2279 | 2025-01-17T07:44:53.034Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2280 | 2025-01-17T07:44:53.144Z | Checking newtype-uuid v1.2.1 |
2281 | 2025-01-17T07:44:53.179Z | Compiling darling_core v0.20.10 |
2282 | 2025-01-17T07:44:53.314Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2283 | 2025-01-17T07:44:53.353Z | Compiling proc-macro-crate v1.3.1 |
2284 | 2025-01-17T07:44:53.407Z | Compiling structmeta-derive v0.3.0 |
2285 | 2025-01-17T07:44:53.429Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2286 | 2025-01-17T07:44:53.675Z | Compiling thiserror v2.0.11 |
2287 | 2025-01-17T07:44:53.726Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2288 | 2025-01-17T07:44:53.955Z | Checking regress v0.10.1 |
2289 | 2025-01-17T07:44:54.259Z | Compiling serde_yaml v0.9.34+deprecated |
2290 | 2025-01-17T07:44:54.344Z | Compiling num_enum_derive v0.5.11 |
2291 | 2025-01-17T07:44:54.993Z | Compiling lzma-sys v0.1.20 |
2292 | 2025-01-17T07:44:55.215Z | Compiling foreign-types-macros v0.2.3 |
2293 | 2025-01-17T07:44:55.732Z | Compiling thiserror-impl v2.0.11 |
2294 | 2025-01-17T07:44:56.091Z | Compiling structmeta v0.3.0 |
2295 | 2025-01-17T07:44:56.494Z | Compiling dropshot v0.15.1 |
2296 | 2025-01-17T07:44:56.508Z | Checking foreign-types-shared v0.3.1 |
2297 | 2025-01-17T07:44:56.646Z | Checking arc-swap v1.7.1 |
2298 | 2025-01-17T07:44:56.692Z | Checking num_enum v0.5.11 |
2299 | 2025-01-17T07:44:56.860Z | Checking foreign-types v0.5.0 |
2300 | 2025-01-17T07:44:56.878Z | Compiling parse-display-derive v0.10.0 |
2301 | 2025-01-17T07:44:57.012Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2302 | 2025-01-17T07:44:57.060Z | Checking slog-scope v4.4.0 |
2303 | 2025-01-17T07:44:57.272Z | Compiling proc-macro-error v1.0.4 |
2304 | 2025-01-17T07:44:57.515Z | Checking typify-impl v0.2.0 |
2305 | 2025-01-17T07:44:57.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2306 | 2025-01-17T07:44:58.017Z | Checking tungstenite v0.21.0 |
2307 | 2025-01-17T07:44:58.042Z | Compiling heck v0.3.3 |
2308 | 2025-01-17T07:44:58.407Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2309 | 2025-01-17T07:44:58.827Z | Compiling dropshot_endpoint v0.15.1 |
2310 | 2025-01-17T07:44:58.919Z | Checking cstr-argument v0.1.2 |
2311 | 2025-01-17T07:44:59.104Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2312 | 2025-01-17T07:44:59.161Z | Checking instant v0.1.13 |
2313 | 2025-01-17T07:44:59.164Z | Compiling darling_macro v0.20.10 |
2314 | 2025-01-17T07:44:59.247Z | Checking pretty-hex v0.2.1 |
2315 | 2025-01-17T07:44:59.288Z | Checking fastrand v2.1.1 |
2316 | 2025-01-17T07:44:59.425Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2317 | 2025-01-17T07:44:59.625Z | Checking base64 v0.21.7 |
2318 | 2025-01-17T07:44:59.785Z | Checking tempfile v3.13.0 |
2319 | 2025-01-17T07:44:59.906Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2320 | 2025-01-17T07:45:00.038Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2321 | 2025-01-17T07:45:00.117Z | Compiling darling v0.20.10 |
2322 | 2025-01-17T07:45:00.151Z | Checking backoff v0.4.0 |
2323 | 2025-01-17T07:45:00.169Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2324 | 2025-01-17T07:45:00.185Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2325 | 2025-01-17T07:45:00.240Z | Compiling serde_with_macros v3.11.0 |
2326 | 2025-01-17T07:45:00.306Z | Checking tokio-tungstenite v0.21.0 |
2327 | 2025-01-17T07:45:00.323Z | Checking strum v0.26.3 |
2328 | 2025-01-17T07:45:00.437Z | Compiling zone_cfg_derive v0.1.2 |
2329 | 2025-01-17T07:45:00.490Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2330 | 2025-01-17T07:45:00.505Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2331 | 2025-01-17T07:45:00.798Z | Checking slog-stdlog v4.1.1 |
2332 | 2025-01-17T07:45:00.925Z | Checking parse-display v0.10.0 |
2333 | 2025-01-17T07:45:00.951Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2334 | 2025-01-17T07:45:00.989Z | Checking regress v0.9.1 |
2335 | 2025-01-17T07:45:01.116Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2336 | 2025-01-17T07:45:01.166Z | Checking progenitor-client v0.9.1 |
2337 | 2025-01-17T07:45:01.228Z | Checking colored v2.1.0 |
2338 | 2025-01-17T07:45:01.409Z | Checking macaddr v1.0.1 |
2339 | 2025-01-17T07:45:01.533Z | Checking base64 v0.13.1 |
2340 | 2025-01-17T07:45:01.767Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2341 | 2025-01-17T07:45:01.830Z | Checking zone v0.1.8 |
2342 | 2025-01-17T07:45:01.939Z | Checking ron v0.7.1 |
2343 | 2025-01-17T07:45:02.241Z | Checking slog-envlogger v2.2.0 |
2344 | 2025-01-17T07:45:02.474Z | Checking xz2 v0.1.7 |
2345 | 2025-01-17T07:45:02.492Z | Checking tabwriter v1.4.0 |
2346 | 2025-01-17T07:45:02.733Z | Checking xattr v1.3.1 |
2347 | 2025-01-17T07:45:02.777Z | Checking pem v3.0.4 |
2348 | 2025-01-17T07:45:02.797Z | Checking serde_with v3.11.0 |
2349 | 2025-01-17T07:45:02.922Z | Checking yasna v0.5.2 |
2350 | 2025-01-17T07:45:03.043Z | Checking headers-core v0.3.0 |
2351 | 2025-01-17T07:45:03.061Z | Checking smf v0.2.3 |
2352 | 2025-01-17T07:45:03.189Z | Checking filetime v0.2.25 |
2353 | 2025-01-17T07:45:03.409Z | Checking same-file v1.0.6 |
2354 | 2025-01-17T07:45:03.465Z | Checking tar v0.4.42 |
2355 | 2025-01-17T07:45:03.494Z | Checking headers v0.4.0 |
2356 | 2025-01-17T07:45:03.602Z | Checking walkdir v2.5.0 |
2357 | 2025-01-17T07:45:03.754Z | Checking rcgen v0.12.1 |
2358 | 2025-01-17T07:45:03.905Z | Checking atomicwrites v0.4.4 |
2359 | 2025-01-17T07:45:04.120Z | Checking camino-tempfile v1.1.1 |
2360 | 2025-01-17T07:45:04.262Z | Checking subprocess v0.2.9 |
2361 | 2025-01-17T07:45:07.103Z | Compiling typify-macro v0.2.0 |
2362 | 2025-01-17T07:45:08.608Z | Compiling typify v0.2.0 |
2363 | 2025-01-17T07:45:08.677Z | Compiling progenitor-impl v0.8.0 |
2364 | 2025-01-17T07:45:11.156Z | Compiling progenitor-macro v0.8.0 |
2365 | 2025-01-17T07:45:14.970Z | Checking progenitor v0.8.0 |
2366 | 2025-01-17T07:45:15.102Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2367 | 2025-01-17T07:45:15.105Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2368 | 2025-01-17T07:45:17.675Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2369 | 2025-01-17T07:45:17.968Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2370 | 2025-01-17T07:45:24.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2025-01-17T07:45:25.619Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2372 | 2025-01-17T07:45:26.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.69s |
2373 | 2025-01-17T07:45:27.027Z | |
2374 | 2025-01-17T07:45:27.027Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2375 | 2025-01-17T07:45:27.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2025-01-17T07:45:27.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2025-01-17T07:45:27.694Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2378 | 2025-01-17T07:45:29.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
2379 | 2025-01-17T07:45:29.258Z | |
2380 | 2025-01-17T07:45:29.258Z | info: running `cargo check --bins` on nexus-config (51/197) |
2381 | 2025-01-17T07:45:29.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2025-01-17T07:45:29.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2025-01-17T07:45:29.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2025-01-17T07:45:29.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2385 | 2025-01-17T07:45:29.910Z | |
2386 | 2025-01-17T07:45:29.910Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2387 | 2025-01-17T07:45:30.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2025-01-17T07:45:30.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2025-01-17T07:45:30.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2025-01-17T07:45:30.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2391 | 2025-01-17T07:45:30.511Z | |
2392 | 2025-01-17T07:45:30.511Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2393 | 2025-01-17T07:45:31.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2025-01-17T07:45:31.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2025-01-17T07:45:31.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2025-01-17T07:45:31.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2397 | 2025-01-17T07:45:31.154Z | |
2398 | 2025-01-17T07:45:31.154Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2399 | 2025-01-17T07:45:31.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-01-17T07:45:31.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-01-17T07:45:31.845Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2402 | 2025-01-17T07:45:31.957Z | Compiling ipnetwork v0.20.0 |
2403 | 2025-01-17T07:45:31.957Z | Compiling zerocopy v0.8.10 |
2404 | 2025-01-17T07:45:31.960Z | Compiling progenitor-client v0.8.0 |
2405 | 2025-01-17T07:45:31.960Z | Compiling itertools v0.13.0 |
2406 | 2025-01-17T07:45:31.960Z | Compiling zerocopy-derive v0.8.10 |
2407 | 2025-01-17T07:45:31.960Z | Compiling heapless v0.8.0 |
2408 | 2025-01-17T07:45:31.960Z | Compiling thiserror v2.0.11 |
2409 | 2025-01-17T07:45:32.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2410 | 2025-01-17T07:45:32.226Z | Checking hash32 v0.3.1 |
2411 | 2025-01-17T07:45:32.410Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2412 | 2025-01-17T07:45:32.427Z | Compiling progenitor v0.8.0 |
2413 | 2025-01-17T07:45:32.647Z | Compiling instant v0.1.13 |
2414 | 2025-01-17T07:45:32.763Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2415 | 2025-01-17T07:45:32.808Z | Compiling smoltcp v0.11.0 |
2416 | 2025-01-17T07:45:32.826Z | Compiling backoff v0.4.0 |
2417 | 2025-01-17T07:45:32.858Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2418 | 2025-01-17T07:45:33.071Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2419 | 2025-01-17T07:45:33.168Z | Compiling dropshot v0.15.1 |
2420 | 2025-01-17T07:45:33.500Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2421 | 2025-01-17T07:45:33.624Z | Compiling serde_with v3.11.0 |
2422 | 2025-01-17T07:45:33.683Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2423 | 2025-01-17T07:45:33.876Z | Compiling parse-display v0.10.0 |
2424 | 2025-01-17T07:45:33.951Z | Checking num-rational v0.4.2 |
2425 | 2025-01-17T07:45:34.492Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2426 | 2025-01-17T07:45:34.539Z | Compiling progenitor-client v0.9.1 |
2427 | 2025-01-17T07:45:34.850Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2428 | 2025-01-17T07:45:35.083Z | Compiling regress v0.9.1 |
2429 | 2025-01-17T07:45:36.374Z | Compiling phf_generator v0.11.2 |
2430 | 2025-01-17T07:45:36.576Z | Checking num-complex v0.4.6 |
2431 | 2025-01-17T07:45:37.376Z | Compiling macaddr v1.0.1 |
2432 | 2025-01-17T07:45:37.432Z | Checking cobs v0.2.3 |
2433 | 2025-01-17T07:45:37.631Z | Checking postcard v1.0.10 |
2434 | 2025-01-17T07:45:37.814Z | Checking num v0.4.3 |
2435 | 2025-01-17T07:45:37.929Z | Compiling phf_codegen v0.11.2 |
2436 | 2025-01-17T07:45:38.184Z | Compiling parse-zoneinfo v0.3.1 |
2437 | 2025-01-17T07:45:38.251Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2438 | 2025-01-17T07:45:38.546Z | Compiling convert_case v0.4.0 |
2439 | 2025-01-17T07:45:39.931Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2440 | 2025-01-17T07:45:39.995Z | Checking float-ord v0.3.2 |
2441 | 2025-01-17T07:45:40.164Z | Compiling derive_more v0.99.18 |
2442 | 2025-01-17T07:45:40.289Z | Compiling chrono-tz-build v0.4.0 |
2443 | 2025-01-17T07:45:40.806Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2444 | 2025-01-17T07:45:40.991Z | Compiling crucible-workspace-hack v0.1.0 |
2445 | 2025-01-17T07:45:41.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2446 | 2025-01-17T07:45:41.547Z | Compiling chrono-tz v0.10.0 |
2447 | 2025-01-17T07:45:41.587Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2448 | 2025-01-17T07:45:41.634Z | Checking newline-converter v0.3.0 |
2449 | 2025-01-17T07:45:41.806Z | Checking prettyplease v0.2.25 |
2450 | 2025-01-17T07:45:42.217Z | Compiling slog-dtrace v0.3.0 |
2451 | 2025-01-17T07:45:42.275Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2452 | 2025-01-17T07:45:42.438Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2453 | 2025-01-17T07:45:42.864Z | Checking expectorate v1.1.0 |
2454 | 2025-01-17T07:45:43.036Z | Compiling zone_cfg_derive v0.3.0 |
2455 | 2025-01-17T07:45:43.076Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2456 | 2025-01-17T07:45:43.794Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2457 | 2025-01-17T07:45:44.041Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2458 | 2025-01-17T07:45:44.352Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2459 | 2025-01-17T07:45:44.403Z | Compiling const_format_proc_macros v0.2.33 |
2460 | 2025-01-17T07:45:44.437Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2461 | 2025-01-17T07:45:44.581Z | Compiling num-derive v0.4.2 |
2462 | 2025-01-17T07:45:44.970Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2463 | 2025-01-17T07:45:45.265Z | Checking highway v1.2.0 |
2464 | 2025-01-17T07:45:45.654Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2465 | 2025-01-17T07:45:45.695Z | Checking zone v0.3.0 |
2466 | 2025-01-17T07:45:45.750Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2467 | 2025-01-17T07:45:45.917Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2468 | 2025-01-17T07:45:46.300Z | Checking const_format v0.2.33 |
2469 | 2025-01-17T07:45:46.415Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2470 | 2025-01-17T07:45:46.473Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2471 | 2025-01-17T07:45:47.012Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2472 | 2025-01-17T07:45:47.162Z | Checking gethostname v0.5.0 |
2473 | 2025-01-17T07:45:47.185Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2474 | 2025-01-17T07:45:47.292Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2475 | 2025-01-17T07:45:47.335Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2476 | 2025-01-17T07:45:47.440Z | Checking bcs v0.1.6 |
2477 | 2025-01-17T07:45:47.455Z | Compiling async-recursion v1.1.1 |
2478 | 2025-01-17T07:45:49.165Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2479 | 2025-01-17T07:45:54.435Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2480 | 2025-01-17T07:45:57.762Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2481 | 2025-01-17T07:46:00.323Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2482 | 2025-01-17T07:46:01.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.33s |
2483 | 2025-01-17T07:46:01.671Z | |
2484 | 2025-01-17T07:46:01.672Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2485 | 2025-01-17T07:46:02.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2025-01-17T07:46:02.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2025-01-17T07:46:02.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2025-01-17T07:46:02.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2489 | 2025-01-17T07:46:02.321Z | |
2490 | 2025-01-17T07:46:02.321Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2491 | 2025-01-17T07:46:02.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2025-01-17T07:46:02.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2025-01-17T07:46:02.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2025-01-17T07:46:02.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2495 | 2025-01-17T07:46:02.966Z | |
2496 | 2025-01-17T07:46:02.966Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2497 | 2025-01-17T07:46:03.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2025-01-17T07:46:03.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2025-01-17T07:46:03.625Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2500 | 2025-01-17T07:46:04.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2501 | 2025-01-17T07:46:04.454Z | |
2502 | 2025-01-17T07:46:04.454Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2503 | 2025-01-17T07:46:05.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2025-01-17T07:46:05.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2025-01-17T07:46:05.132Z | Compiling cfg_aliases v0.1.1 |
2506 | 2025-01-17T07:46:05.135Z | Compiling vte_generate_state_changes v0.1.2 |
2507 | 2025-01-17T07:46:05.135Z | Checking fd-lock v4.0.2 |
2508 | 2025-01-17T07:46:05.135Z | Checking nibble_vec v0.1.0 |
2509 | 2025-01-17T07:46:05.135Z | Checking endian-type v0.1.2 |
2510 | 2025-01-17T07:46:05.237Z | Checking bytecount v0.6.8 |
2511 | 2025-01-17T07:46:05.259Z | Compiling tabled_derive v0.7.0 |
2512 | 2025-01-17T07:46:05.311Z | Compiling peg-macros v0.8.4 |
2513 | 2025-01-17T07:46:05.325Z | Compiling nix v0.28.0 |
2514 | 2025-01-17T07:46:05.406Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2515 | 2025-01-17T07:46:05.423Z | Compiling sqlparser_derive v0.2.2 |
2516 | 2025-01-17T07:46:05.437Z | Checking radix_trie v0.2.1 |
2517 | 2025-01-17T07:46:05.453Z | Checking papergrid v0.11.0 |
2518 | 2025-01-17T07:46:05.847Z | Checking nu-ansi-term v0.50.1 |
2519 | 2025-01-17T07:46:05.871Z | Checking vte v0.11.1 |
2520 | 2025-01-17T07:46:06.275Z | Checking home v0.5.9 |
2521 | 2025-01-17T07:46:06.401Z | Checking unicode_categories v0.1.1 |
2522 | 2025-01-17T07:46:06.439Z | Checking sqlparser v0.45.0 |
2523 | 2025-01-17T07:46:06.462Z | Checking display-error-chain v0.2.2 |
2524 | 2025-01-17T07:46:06.702Z | Checking sqlformat v0.2.6 |
2525 | 2025-01-17T07:46:07.304Z | Checking strip-ansi-escapes v0.2.0 |
2526 | 2025-01-17T07:46:07.340Z | Checking tabled v0.15.0 |
2527 | 2025-01-17T07:46:07.443Z | Checking reedline v0.35.0 |
2528 | 2025-01-17T07:46:07.851Z | Checking peg v0.8.4 |
2529 | 2025-01-17T07:46:08.255Z | Checking rustyline v14.0.0 |
2530 | 2025-01-17T07:46:16.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.51s |
2531 | 2025-01-17T07:46:17.149Z | |
2532 | 2025-01-17T07:46:17.149Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2533 | 2025-01-17T07:46:17.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2025-01-17T07:46:17.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2025-01-17T07:46:17.824Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2536 | 2025-01-17T07:46:22.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2537 | 2025-01-17T07:46:22.872Z | |
2538 | 2025-01-17T07:46:22.872Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2539 | 2025-01-17T07:46:23.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2025-01-17T07:46:23.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2025-01-17T07:46:23.551Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2542 | 2025-01-17T07:46:27.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
2543 | 2025-01-17T07:46:27.311Z | |
2544 | 2025-01-17T07:46:27.311Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2545 | 2025-01-17T07:46:27.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2025-01-17T07:46:27.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2025-01-17T07:46:27.988Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2548 | 2025-01-17T07:46:32.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
2549 | 2025-01-17T07:46:32.737Z | |
2550 | 2025-01-17T07:46:32.737Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2551 | 2025-01-17T07:46:33.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2025-01-17T07:46:33.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2025-01-17T07:46:33.419Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2554 | 2025-01-17T07:46:38.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2555 | 2025-01-17T07:46:38.267Z | |
2556 | 2025-01-17T07:46:38.267Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2557 | 2025-01-17T07:46:38.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-01-17T07:46:38.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-01-17T07:46:38.940Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-01-17T07:46:42.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2561 | 2025-01-17T07:46:42.949Z | |
2562 | 2025-01-17T07:46:42.949Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2563 | 2025-01-17T07:46:43.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-01-17T07:46:43.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-01-17T07:46:43.620Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2566 | 2025-01-17T07:46:47.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2567 | 2025-01-17T07:46:47.707Z | |
2568 | 2025-01-17T07:46:47.707Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2569 | 2025-01-17T07:46:48.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-01-17T07:46:48.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-01-17T07:46:48.378Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-01-17T07:46:53.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2573 | 2025-01-17T07:46:53.391Z | |
2574 | 2025-01-17T07:46:53.391Z | info: running `cargo check --bins` on oximeter (66/197) |
2575 | 2025-01-17T07:46:53.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-01-17T07:46:53.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-01-17T07:46:53.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2025-01-17T07:46:53.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2579 | 2025-01-17T07:46:54.017Z | |
2580 | 2025-01-17T07:46:54.017Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2581 | 2025-01-17T07:46:54.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-01-17T07:46:54.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-01-17T07:46:54.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2025-01-17T07:46:54.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2025-01-17T07:46:54.635Z | |
2586 | 2025-01-17T07:46:54.635Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2587 | 2025-01-17T07:46:55.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-01-17T07:46:55.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-01-17T07:46:55.277Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2590 | 2025-01-17T07:46:57.422Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2591 | 2025-01-17T07:46:58.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
2592 | 2025-01-17T07:46:58.577Z | |
2593 | 2025-01-17T07:46:58.578Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2594 | 2025-01-17T07:46:59.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2025-01-17T07:46:59.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2025-01-17T07:46:59.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2025-01-17T07:46:59.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2598 | 2025-01-17T07:46:59.208Z | |
2599 | 2025-01-17T07:46:59.208Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2600 | 2025-01-17T07:46:59.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-01-17T07:46:59.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-01-17T07:46:59.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2025-01-17T07:46:59.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2604 | 2025-01-17T07:46:59.856Z | |
2605 | 2025-01-17T07:46:59.856Z | info: running `cargo check --bins` on oxql-types (71/197) |
2606 | 2025-01-17T07:47:00.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-01-17T07:47:00.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-01-17T07:47:00.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2025-01-17T07:47:00.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2610 | 2025-01-17T07:47:00.495Z | |
2611 | 2025-01-17T07:47:00.496Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2612 | 2025-01-17T07:47:01.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-01-17T07:47:01.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-01-17T07:47:01.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-01-17T07:47:01.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2616 | 2025-01-17T07:47:01.180Z | |
2617 | 2025-01-17T07:47:01.180Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2618 | 2025-01-17T07:47:01.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-01-17T07:47:01.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-01-17T07:47:01.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-01-17T07:47:01.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2622 | 2025-01-17T07:47:01.825Z | |
2623 | 2025-01-17T07:47:01.825Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2624 | 2025-01-17T07:47:02.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-01-17T07:47:02.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-01-17T07:47:02.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-01-17T07:47:02.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2628 | 2025-01-17T07:47:02.490Z | |
2629 | 2025-01-17T07:47:02.490Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2630 | 2025-01-17T07:47:03.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-01-17T07:47:03.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-01-17T07:47:03.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-01-17T07:47:03.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2634 | 2025-01-17T07:47:03.124Z | |
2635 | 2025-01-17T07:47:03.125Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2636 | 2025-01-17T07:47:03.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-01-17T07:47:03.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-01-17T07:47:03.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-01-17T07:47:03.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2640 | 2025-01-17T07:47:03.766Z | |
2641 | 2025-01-17T07:47:03.766Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2642 | 2025-01-17T07:47:04.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-01-17T07:47:04.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-01-17T07:47:04.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-01-17T07:47:04.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2646 | 2025-01-17T07:47:04.411Z | |
2647 | 2025-01-17T07:47:04.411Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2648 | 2025-01-17T07:47:04.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-17T07:47:04.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-17T07:47:04.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-17T07:47:04.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2652 | 2025-01-17T07:47:05.038Z | |
2653 | 2025-01-17T07:47:05.038Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2654 | 2025-01-17T07:47:05.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-17T07:47:05.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-17T07:47:05.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-17T07:47:05.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2658 | 2025-01-17T07:47:05.715Z | |
2659 | 2025-01-17T07:47:05.715Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2660 | 2025-01-17T07:47:06.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-17T07:47:06.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-17T07:47:06.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-17T07:47:06.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2664 | 2025-01-17T07:47:06.360Z | |
2665 | 2025-01-17T07:47:06.360Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2666 | 2025-01-17T07:47:06.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-17T07:47:06.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-17T07:47:06.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-17T07:47:06.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2670 | 2025-01-17T07:47:07.001Z | |
2671 | 2025-01-17T07:47:07.001Z | info: running `cargo check --bins` on dpd-client (82/197) |
2672 | 2025-01-17T07:47:07.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-17T07:47:07.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-17T07:47:07.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-01-17T07:47:07.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2676 | 2025-01-17T07:47:07.626Z | |
2677 | 2025-01-17T07:47:07.626Z | info: running `cargo check --bins` on gateway-client (83/197) |
2678 | 2025-01-17T07:47:08.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-01-17T07:47:08.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-01-17T07:47:08.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-01-17T07:47:08.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2682 | 2025-01-17T07:47:08.239Z | |
2683 | 2025-01-17T07:47:08.239Z | info: running `cargo check --bins` on installinator-client (84/197) |
2684 | 2025-01-17T07:47:08.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-01-17T07:47:08.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-01-17T07:47:08.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-01-17T07:47:08.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2688 | 2025-01-17T07:47:08.891Z | |
2689 | 2025-01-17T07:47:08.891Z | info: running `cargo check --bins` on installinator-common (85/197) |
2690 | 2025-01-17T07:47:09.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-01-17T07:47:09.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-01-17T07:47:09.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-01-17T07:47:09.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2694 | 2025-01-17T07:47:09.538Z | |
2695 | 2025-01-17T07:47:09.538Z | info: running `cargo check --bins` on update-engine (86/197) |
2696 | 2025-01-17T07:47:10.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-01-17T07:47:10.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-01-17T07:47:10.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-01-17T07:47:10.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2700 | 2025-01-17T07:47:10.171Z | |
2701 | 2025-01-17T07:47:10.171Z | info: running `cargo check --bins` on nexus-client (87/197) |
2702 | 2025-01-17T07:47:10.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-01-17T07:47:10.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-01-17T07:47:10.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-01-17T07:47:10.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2706 | 2025-01-17T07:47:10.850Z | |
2707 | 2025-01-17T07:47:10.850Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2708 | 2025-01-17T07:47:11.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-01-17T07:47:11.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-01-17T07:47:11.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-01-17T07:47:11.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2712 | 2025-01-17T07:47:11.512Z | |
2713 | 2025-01-17T07:47:11.512Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2714 | 2025-01-17T07:47:12.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-01-17T07:47:12.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-01-17T07:47:12.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-01-17T07:47:12.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2718 | 2025-01-17T07:47:12.135Z | |
2719 | 2025-01-17T07:47:12.135Z | info: running `cargo check --bins` on nexus-types (90/197) |
2720 | 2025-01-17T07:47:12.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-01-17T07:47:12.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-01-17T07:47:12.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-01-17T07:47:12.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2724 | 2025-01-17T07:47:12.802Z | |
2725 | 2025-01-17T07:47:12.802Z | info: running `cargo check --bins` on oxide-client (91/197) |
2726 | 2025-01-17T07:47:13.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-01-17T07:47:13.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-01-17T07:47:13.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-01-17T07:47:13.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2730 | 2025-01-17T07:47:13.419Z | |
2731 | 2025-01-17T07:47:13.419Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2732 | 2025-01-17T07:47:13.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-01-17T07:47:13.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-01-17T07:47:13.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-01-17T07:47:13.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2736 | 2025-01-17T07:47:14.053Z | |
2737 | 2025-01-17T07:47:14.053Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2738 | 2025-01-17T07:47:14.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-01-17T07:47:14.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-01-17T07:47:14.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-01-17T07:47:14.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2742 | 2025-01-17T07:47:14.674Z | |
2743 | 2025-01-17T07:47:14.674Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2744 | 2025-01-17T07:47:15.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-01-17T07:47:15.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-01-17T07:47:15.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-01-17T07:47:15.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2748 | 2025-01-17T07:47:15.345Z | |
2749 | 2025-01-17T07:47:15.345Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2750 | 2025-01-17T07:47:15.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-01-17T07:47:15.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-01-17T07:47:15.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-01-17T07:47:15.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2754 | 2025-01-17T07:47:16.011Z | |
2755 | 2025-01-17T07:47:16.011Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2756 | 2025-01-17T07:47:16.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-01-17T07:47:16.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-01-17T07:47:16.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-01-17T07:47:16.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2760 | 2025-01-17T07:47:16.668Z | |
2761 | 2025-01-17T07:47:16.668Z | info: running `cargo check --bins` on wicket-common (97/197) |
2762 | 2025-01-17T07:47:17.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-01-17T07:47:17.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-01-17T07:47:17.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-01-17T07:47:17.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2766 | 2025-01-17T07:47:17.323Z | |
2767 | 2025-01-17T07:47:17.323Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2768 | 2025-01-17T07:47:17.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-01-17T07:47:17.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-01-17T07:47:18.008Z | Checking csv-core v0.1.11 |
2771 | 2025-01-17T07:47:18.008Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2772 | 2025-01-17T07:47:18.014Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2773 | 2025-01-17T07:47:18.014Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2774 | 2025-01-17T07:47:18.295Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2775 | 2025-01-17T07:47:18.313Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2776 | 2025-01-17T07:47:18.351Z | Checking csv v1.3.0 |
2777 | 2025-01-17T07:47:18.910Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2778 | 2025-01-17T07:47:19.255Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2779 | 2025-01-17T07:47:20.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
2780 | 2025-01-17T07:47:21.146Z | |
2781 | 2025-01-17T07:47:21.146Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2782 | 2025-01-17T07:47:21.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-01-17T07:47:21.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-01-17T07:47:21.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-01-17T07:47:21.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2786 | 2025-01-17T07:47:21.793Z | |
2787 | 2025-01-17T07:47:21.793Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2788 | 2025-01-17T07:47:22.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-01-17T07:47:22.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-01-17T07:47:22.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-01-17T07:47:22.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2792 | 2025-01-17T07:47:22.428Z | |
2793 | 2025-01-17T07:47:22.429Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2794 | 2025-01-17T07:47:23.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-01-17T07:47:23.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-01-17T07:47:23.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-01-17T07:47:23.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2798 | 2025-01-17T07:47:23.172Z | |
2799 | 2025-01-17T07:47:23.172Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2800 | 2025-01-17T07:47:23.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-01-17T07:47:23.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-01-17T07:47:23.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-01-17T07:47:23.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2804 | 2025-01-17T07:47:23.920Z | |
2805 | 2025-01-17T07:47:23.920Z | info: running `cargo check --bins` on dns-server (103/197) |
2806 | 2025-01-17T07:47:24.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-01-17T07:47:24.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-01-17T07:47:24.591Z | Compiling typify-impl v0.3.0 |
2809 | 2025-01-17T07:47:24.700Z | Compiling parking_lot_core v0.8.6 |
2810 | 2025-01-17T07:47:24.703Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2811 | 2025-01-17T07:47:24.723Z | Checking fxhash v0.2.1 |
2812 | 2025-01-17T07:47:24.735Z | Checking hickory-client v0.24.1 |
2813 | 2025-01-17T07:47:24.737Z | Checking hickory-server v0.24.1 |
2814 | 2025-01-17T07:47:25.391Z | Checking parking_lot v0.11.2 |
2815 | 2025-01-17T07:47:25.460Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2816 | 2025-01-17T07:47:25.658Z | Checking sled v0.34.7 |
2817 | 2025-01-17T07:47:30.201Z | Compiling typify-macro v0.3.0 |
2818 | 2025-01-17T07:47:31.777Z | Compiling typify v0.3.0 |
2819 | 2025-01-17T07:47:31.847Z | Compiling progenitor-impl v0.9.1 |
2820 | 2025-01-17T07:47:34.282Z | Compiling progenitor-macro v0.9.1 |
2821 | 2025-01-17T07:47:38.059Z | Checking progenitor v0.9.1 |
2822 | 2025-01-17T07:47:38.192Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2823 | 2025-01-17T07:47:38.684Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2824 | 2025-01-17T07:47:40.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s |
2825 | 2025-01-17T07:47:40.185Z | |
2826 | 2025-01-17T07:47:40.185Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2827 | 2025-01-17T07:47:40.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-17T07:47:40.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-17T07:47:40.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-17T07:47:40.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2831 | 2025-01-17T07:47:40.815Z | |
2832 | 2025-01-17T07:47:40.815Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2833 | 2025-01-17T07:47:41.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-17T07:47:41.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-17T07:47:41.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-17T07:47:41.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2837 | 2025-01-17T07:47:41.511Z | |
2838 | 2025-01-17T07:47:41.511Z | info: running `cargo check --bins` on gateway-types (106/197) |
2839 | 2025-01-17T07:47:42.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-17T07:47:42.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-17T07:47:42.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-01-17T07:47:42.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2843 | 2025-01-17T07:47:42.149Z | |
2844 | 2025-01-17T07:47:42.149Z | info: running `cargo check --bins` on ipcc (107/197) |
2845 | 2025-01-17T07:47:42.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-01-17T07:47:42.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-01-17T07:47:42.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-01-17T07:47:42.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2849 | 2025-01-17T07:47:42.788Z | |
2850 | 2025-01-17T07:47:42.788Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2851 | 2025-01-17T07:47:43.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-01-17T07:47:43.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-01-17T07:47:43.521Z | Compiling semver v0.1.20 |
2854 | 2025-01-17T07:47:43.524Z | Compiling radium v0.7.0 |
2855 | 2025-01-17T07:47:43.642Z | Checking tap v1.0.1 |
2856 | 2025-01-17T07:47:43.645Z | Compiling maybe-uninit v2.0.0 |
2857 | 2025-01-17T07:47:43.664Z | Checking password-hash v0.5.0 |
2858 | 2025-01-17T07:47:43.666Z | Checking blake2 v0.10.6 |
2859 | 2025-01-17T07:47:43.666Z | Compiling packed_struct v0.10.1 |
2860 | 2025-01-17T07:47:43.666Z | Checking funty v2.0.0 |
2861 | 2025-01-17T07:47:43.785Z | Checking wyz v0.5.1 |
2862 | 2025-01-17T07:47:44.064Z | Compiling rustc_version v0.1.7 |
2863 | 2025-01-17T07:47:44.104Z | Checking crc-catalog v2.4.0 |
2864 | 2025-01-17T07:47:44.138Z | Compiling owo-colors v4.1.0 |
2865 | 2025-01-17T07:47:44.144Z | Compiling cancel-safe-futures v0.1.5 |
2866 | 2025-01-17T07:47:44.204Z | Checking argon2 v0.5.3 |
2867 | 2025-01-17T07:47:44.248Z | Checking crc v3.2.1 |
2868 | 2025-01-17T07:47:44.332Z | Compiling packed_struct_codegen v0.10.1 |
2869 | 2025-01-17T07:47:44.446Z | Compiling indexmap v1.9.3 |
2870 | 2025-01-17T07:47:44.478Z | Compiling newtype_derive v0.1.6 |
2871 | 2025-01-17T07:47:44.510Z | Checking half v2.4.1 |
2872 | 2025-01-17T07:47:44.525Z | Checking bitvec v1.0.1 |
2873 | 2025-01-17T07:47:44.540Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2874 | 2025-01-17T07:47:44.684Z | Checking nodrop v0.1.14 |
2875 | 2025-01-17T07:47:44.758Z | Checking ciborium-io v0.2.2 |
2876 | 2025-01-17T07:47:44.822Z | Checking array-init v0.0.4 |
2877 | 2025-01-17T07:47:44.919Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2878 | 2025-01-17T07:47:44.953Z | Checking ciborium-ll v0.2.2 |
2879 | 2025-01-17T07:47:44.970Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2880 | 2025-01-17T07:47:45.194Z | Checking smallvec v0.6.14 |
2881 | 2025-01-17T07:47:45.250Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2882 | 2025-01-17T07:47:45.328Z | Checking libsw v3.3.1 |
2883 | 2025-01-17T07:47:45.563Z | Compiling memoffset v0.9.1 |
2884 | 2025-01-17T07:47:45.610Z | Checking hashbrown v0.12.3 |
2885 | 2025-01-17T07:47:45.654Z | Checking linear-map v1.2.0 |
2886 | 2025-01-17T07:47:45.671Z | Checking swrite v0.1.0 |
2887 | 2025-01-17T07:47:45.798Z | Checking termcolor v1.4.1 |
2888 | 2025-01-17T07:47:45.875Z | Checking bitfield v0.14.0 |
2889 | 2025-01-17T07:47:45.979Z | Checking indent_write v2.2.0 |
2890 | 2025-01-17T07:47:46.196Z | Checking ron v0.8.1 |
2891 | 2025-01-17T07:47:46.215Z | Checking env_logger v0.10.2 |
2892 | 2025-01-17T07:47:46.238Z | Checking serde-hex v0.1.0 |
2893 | 2025-01-17T07:47:46.307Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2894 | 2025-01-17T07:47:46.486Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2895 | 2025-01-17T07:47:46.628Z | Checking ciborium v0.2.2 |
2896 | 2025-01-17T07:47:46.930Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2897 | 2025-01-17T07:47:47.211Z | Checking steno v0.4.1 |
2898 | 2025-01-17T07:47:47.573Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2899 | 2025-01-17T07:47:47.592Z | Checking hashbrown v0.13.2 |
2900 | 2025-01-17T07:47:47.795Z | Checking crc-any v2.5.0 |
2901 | 2025-01-17T07:47:47.841Z | Checking humantime v2.1.0 |
2902 | 2025-01-17T07:47:48.146Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2903 | 2025-01-17T07:47:48.182Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2904 | 2025-01-17T07:47:48.532Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2905 | 2025-01-17T07:47:48.551Z | Checking object v0.30.4 |
2906 | 2025-01-17T07:47:48.806Z | Checking path-slash v0.1.5 |
2907 | 2025-01-17T07:47:48.921Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2908 | 2025-01-17T07:47:48.963Z | Checking nix v0.27.1 |
2909 | 2025-01-17T07:47:49.300Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2910 | 2025-01-17T07:47:49.348Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2911 | 2025-01-17T07:47:49.623Z | Checking tungstenite v0.23.0 |
2912 | 2025-01-17T07:47:49.994Z | Checking kstat-rs v0.2.4 |
2913 | 2025-01-17T07:47:50.117Z | Checking signal-hook-tokio v0.3.1 |
2914 | 2025-01-17T07:47:50.308Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2915 | 2025-01-17T07:47:50.529Z | Checking tokio-tungstenite v0.23.1 |
2916 | 2025-01-17T07:47:50.594Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2917 | 2025-01-17T07:47:51.157Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2918 | 2025-01-17T07:47:51.495Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2919 | 2025-01-17T07:47:57.884Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2920 | 2025-01-17T07:47:59.252Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2921 | 2025-01-17T07:48:01.426Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2922 | 2025-01-17T07:48:06.831Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2923 | 2025-01-17T07:48:07.513Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2924 | 2025-01-17T07:48:10.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s |
2925 | 2025-01-17T07:48:10.463Z | |
2926 | 2025-01-17T07:48:10.463Z | info: running `cargo check --bins` on gateway-api (109/197) |
2927 | 2025-01-17T07:48:11.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-01-17T07:48:11.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-01-17T07:48:11.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-01-17T07:48:11.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2931 | 2025-01-17T07:48:11.101Z | |
2932 | 2025-01-17T07:48:11.101Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2933 | 2025-01-17T07:48:11.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-01-17T07:48:11.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-01-17T07:48:11.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-01-17T07:48:11.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2937 | 2025-01-17T07:48:11.713Z | |
2938 | 2025-01-17T07:48:11.714Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2939 | 2025-01-17T07:48:12.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-01-17T07:48:12.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-01-17T07:48:12.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-01-17T07:48:12.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2943 | 2025-01-17T07:48:12.364Z | |
2944 | 2025-01-17T07:48:12.364Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2945 | 2025-01-17T07:48:13.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-01-17T07:48:13.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-01-17T07:48:13.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-01-17T07:48:13.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2949 | 2025-01-17T07:48:13.075Z | |
2950 | 2025-01-17T07:48:13.075Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2951 | 2025-01-17T07:48:13.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-01-17T07:48:13.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-01-17T07:48:13.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-01-17T07:48:13.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2955 | 2025-01-17T07:48:13.635Z | |
2956 | 2025-01-17T07:48:13.635Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2957 | 2025-01-17T07:48:14.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-01-17T07:48:14.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-01-17T07:48:14.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-01-17T07:48:14.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2961 | 2025-01-17T07:48:14.279Z | |
2962 | 2025-01-17T07:48:14.279Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2963 | 2025-01-17T07:48:14.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-01-17T07:48:14.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-01-17T07:48:14.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-01-17T07:48:14.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2967 | 2025-01-17T07:48:14.924Z | |
2968 | 2025-01-17T07:48:14.924Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2969 | 2025-01-17T07:48:15.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-01-17T07:48:15.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-01-17T07:48:15.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-01-17T07:48:15.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2973 | 2025-01-17T07:48:15.561Z | |
2974 | 2025-01-17T07:48:15.561Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2975 | 2025-01-17T07:48:16.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-01-17T07:48:16.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-01-17T07:48:16.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2025-01-17T07:48:16.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2979 | 2025-01-17T07:48:16.208Z | |
2980 | 2025-01-17T07:48:16.208Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2981 | 2025-01-17T07:48:16.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2025-01-17T07:48:16.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2025-01-17T07:48:16.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2025-01-17T07:48:16.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2985 | 2025-01-17T07:48:16.839Z | |
2986 | 2025-01-17T07:48:16.839Z | info: running `cargo check --bins` on sp-sim (119/197) |
2987 | 2025-01-17T07:48:17.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2025-01-17T07:48:17.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2025-01-17T07:48:17.497Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2990 | 2025-01-17T07:48:17.950Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2991 | 2025-01-17T07:48:19.638Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2992 | 2025-01-17T07:48:21.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2993 | 2025-01-17T07:48:21.517Z | |
2994 | 2025-01-17T07:48:21.518Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2995 | 2025-01-17T07:48:22.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2025-01-17T07:48:22.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2025-01-17T07:48:22.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2025-01-17T07:48:22.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2999 | 2025-01-17T07:48:22.222Z | |
3000 | 2025-01-17T07:48:22.222Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
3001 | 2025-01-17T07:48:22.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2025-01-17T07:48:22.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2025-01-17T07:48:22.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2025-01-17T07:48:22.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3005 | 2025-01-17T07:48:22.937Z | |
3006 | 2025-01-17T07:48:22.937Z | info: running `cargo check --bins` on db-macros (122/197) |
3007 | 2025-01-17T07:48:23.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-01-17T07:48:23.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-01-17T07:48:23.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-01-17T07:48:23.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3011 | 2025-01-17T07:48:23.548Z | |
3012 | 2025-01-17T07:48:23.548Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3013 | 2025-01-17T07:48:24.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-01-17T07:48:24.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-01-17T07:48:24.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2025-01-17T07:48:24.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3017 | 2025-01-17T07:48:24.163Z | |
3018 | 2025-01-17T07:48:24.163Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3019 | 2025-01-17T07:48:24.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-01-17T07:48:24.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-01-17T07:48:24.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-01-17T07:48:24.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3023 | 2025-01-17T07:48:24.835Z | |
3024 | 2025-01-17T07:48:24.835Z | info: running `cargo check --bins` on authz-macros (125/197) |
3025 | 2025-01-17T07:48:25.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-01-17T07:48:25.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-01-17T07:48:25.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-01-17T07:48:25.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3029 | 2025-01-17T07:48:25.446Z | |
3030 | 2025-01-17T07:48:25.446Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3031 | 2025-01-17T07:48:26.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-01-17T07:48:26.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-01-17T07:48:26.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-01-17T07:48:26.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3035 | 2025-01-17T07:48:26.107Z | |
3036 | 2025-01-17T07:48:26.107Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3037 | 2025-01-17T07:48:26.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-01-17T07:48:26.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-01-17T07:48:26.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-01-17T07:48:26.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3041 | 2025-01-17T07:48:26.778Z | |
3042 | 2025-01-17T07:48:26.779Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3043 | 2025-01-17T07:48:27.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-01-17T07:48:27.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-01-17T07:48:27.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-01-17T07:48:27.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3047 | 2025-01-17T07:48:27.416Z | |
3048 | 2025-01-17T07:48:27.416Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3049 | 2025-01-17T07:48:27.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-01-17T07:48:27.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-01-17T07:48:27.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-01-17T07:48:27.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3053 | 2025-01-17T07:48:28.080Z | |
3054 | 2025-01-17T07:48:28.080Z | info: running `cargo check --bins` on typed-rng (130/197) |
3055 | 2025-01-17T07:48:28.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-01-17T07:48:28.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-01-17T07:48:28.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-01-17T07:48:28.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3059 | 2025-01-17T07:48:28.679Z | |
3060 | 2025-01-17T07:48:28.679Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3061 | 2025-01-17T07:48:29.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-01-17T07:48:29.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-01-17T07:48:29.430Z | Checking keccak v0.1.5 |
3064 | 2025-01-17T07:48:29.542Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3065 | 2025-01-17T07:48:29.545Z | Checking secrecy v0.8.0 |
3066 | 2025-01-17T07:48:29.545Z | Compiling unicase v2.7.0 |
3067 | 2025-01-17T07:48:29.545Z | Compiling same-file v1.0.6 |
3068 | 2025-01-17T07:48:29.578Z | Compiling tempfile v3.13.0 |
3069 | 2025-01-17T07:48:29.611Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3070 | 2025-01-17T07:48:29.614Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3071 | 2025-01-17T07:48:29.721Z | Compiling thiserror-impl-no-std v2.0.2 |
3072 | 2025-01-17T07:48:29.837Z | Checking sha3 v0.10.8 |
3073 | 2025-01-17T07:48:29.870Z | Compiling walkdir v2.5.0 |
3074 | 2025-01-17T07:48:29.912Z | Checking universal-hash v0.5.1 |
3075 | 2025-01-17T07:48:29.931Z | Compiling blake3 v1.5.4 |
3076 | 2025-01-17T07:48:30.042Z | Checking opaque-debug v0.3.1 |
3077 | 2025-01-17T07:48:30.099Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3078 | 2025-01-17T07:48:30.175Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3079 | 2025-01-17T07:48:30.196Z | Checking poly1305 v0.8.0 |
3080 | 2025-01-17T07:48:30.231Z | Checking chacha20 v0.9.1 |
3081 | 2025-01-17T07:48:30.379Z | Checking aead v0.5.2 |
3082 | 2025-01-17T07:48:30.398Z | Compiling memmap2 v0.9.5 |
3083 | 2025-01-17T07:48:30.533Z | Compiling arrayvec v0.7.6 |
3084 | 2025-01-17T07:48:30.586Z | Compiling constant_time_eq v0.3.1 |
3085 | 2025-01-17T07:48:30.602Z | Compiling salty v0.3.0 |
3086 | 2025-01-17T07:48:30.720Z | Compiling arrayref v0.3.9 |
3087 | 2025-01-17T07:48:30.771Z | Compiling libefi-sys v0.1.0 |
3088 | 2025-01-17T07:48:30.813Z | Checking chacha20poly1305 v0.10.1 |
3089 | 2025-01-17T07:48:30.867Z | Compiling toolchain_find v0.4.0 |
3090 | 2025-01-17T07:48:30.994Z | Compiling camino-tempfile v1.1.1 |
3091 | 2025-01-17T07:48:31.018Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3092 | 2025-01-17T07:48:31.068Z | Compiling bitfield-struct v0.6.2 |
3093 | 2025-01-17T07:48:31.282Z | Compiling topological-sort v0.2.2 |
3094 | 2025-01-17T07:48:31.416Z | Compiling mime_guess v2.0.5 |
3095 | 2025-01-17T07:48:31.485Z | Compiling rustfmt-wrapper v0.2.1 |
3096 | 2025-01-17T07:48:31.881Z | Compiling omicron-zone-package v0.12.0 |
3097 | 2025-01-17T07:48:32.061Z | Compiling progenitor v0.9.1 |
3098 | 2025-01-17T07:48:32.140Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3099 | 2025-01-17T07:48:32.275Z | Checking primeorder v0.13.6 |
3100 | 2025-01-17T07:48:32.353Z | Checking env_filter v0.1.2 |
3101 | 2025-01-17T07:48:32.445Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3102 | 2025-01-17T07:48:32.466Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3103 | 2025-01-17T07:48:32.483Z | Checking thiserror-no-std v2.0.2 |
3104 | 2025-01-17T07:48:32.599Z | Checking env_logger v0.11.5 |
3105 | 2025-01-17T07:48:32.617Z | Checking vsss-rs v3.3.4 |
3106 | 2025-01-17T07:48:32.635Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3107 | 2025-01-17T07:48:32.668Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3108 | 2025-01-17T07:48:32.703Z | Checking p384 v0.13.0 |
3109 | 2025-01-17T07:48:32.816Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3110 | 2025-01-17T07:48:32.980Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3111 | 2025-01-17T07:48:33.069Z | Checking http-range v0.1.5 |
3112 | 2025-01-17T07:48:33.195Z | Checking simd-adler32 v0.3.7 |
3113 | 2025-01-17T07:48:33.214Z | Compiling zip v2.1.3 |
3114 | 2025-01-17T07:48:33.258Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3115 | 2025-01-17T07:48:33.449Z | Checking bumpalo v3.16.0 |
3116 | 2025-01-17T07:48:33.518Z | Checking lockfree-object-pool v0.1.6 |
3117 | 2025-01-17T07:48:33.603Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3118 | 2025-01-17T07:48:33.752Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3119 | 2025-01-17T07:48:33.779Z | Checking zopfli v0.8.1 |
3120 | 2025-01-17T07:48:33.832Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3121 | 2025-01-17T07:48:34.125Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3122 | 2025-01-17T07:48:34.355Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3123 | 2025-01-17T07:48:34.392Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3124 | 2025-01-17T07:48:34.511Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3125 | 2025-01-17T07:48:34.798Z | Checking nanorand v0.7.0 |
3126 | 2025-01-17T07:48:34.902Z | Checking atty v0.2.14 |
3127 | 2025-01-17T07:48:35.047Z | Checking glob v0.3.1 |
3128 | 2025-01-17T07:48:35.050Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3129 | 2025-01-17T07:48:35.050Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3130 | 2025-01-17T07:48:35.150Z | Checking flume v0.11.1 |
3131 | 2025-01-17T07:48:35.356Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3132 | 2025-01-17T07:48:35.609Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3133 | 2025-01-17T07:48:36.326Z | Checking hyper-staticfile v0.10.1 |
3134 | 2025-01-17T07:48:36.394Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3135 | 2025-01-17T07:48:36.725Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3136 | 2025-01-17T07:48:36.869Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3137 | 2025-01-17T07:48:37.019Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3138 | 2025-01-17T07:48:37.139Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3139 | 2025-01-17T07:48:37.403Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3140 | 2025-01-17T07:48:37.626Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3141 | 2025-01-17T07:48:37.711Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3142 | 2025-01-17T07:48:38.054Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3143 | 2025-01-17T07:48:38.119Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3144 | 2025-01-17T07:48:41.127Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3145 | 2025-01-17T07:48:41.127Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3146 | 2025-01-17T07:48:49.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3147 | 2025-01-17T07:49:03.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.01s |
3148 | 2025-01-17T07:49:03.880Z | |
3149 | 2025-01-17T07:49:03.880Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3150 | 2025-01-17T07:49:04.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2025-01-17T07:49:04.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2025-01-17T07:49:04.625Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3153 | 2025-01-17T07:49:18.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
3154 | 2025-01-17T07:49:18.791Z | |
3155 | 2025-01-17T07:49:18.791Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3156 | 2025-01-17T07:49:19.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-01-17T07:49:19.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-01-17T07:49:19.550Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3159 | 2025-01-17T07:49:33.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
3160 | 2025-01-17T07:49:33.589Z | |
3161 | 2025-01-17T07:49:33.589Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3162 | 2025-01-17T07:49:34.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2025-01-17T07:49:34.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2025-01-17T07:49:34.342Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3165 | 2025-01-17T07:49:48.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3166 | 2025-01-17T07:49:48.408Z | |
3167 | 2025-01-17T07:49:48.408Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3168 | 2025-01-17T07:49:49.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3169 | 2025-01-17T07:49:49.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3170 | 2025-01-17T07:49:49.157Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3171 | 2025-01-17T07:50:03.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s |
3172 | 2025-01-17T07:50:03.293Z | |
3173 | 2025-01-17T07:50:03.293Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3174 | 2025-01-17T07:50:03.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2025-01-17T07:50:03.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2025-01-17T07:50:04.042Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3177 | 2025-01-17T07:50:18.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
3178 | 2025-01-17T07:50:18.283Z | |
3179 | 2025-01-17T07:50:18.283Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3180 | 2025-01-17T07:50:18.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2025-01-17T07:50:18.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2025-01-17T07:50:19.029Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3183 | 2025-01-17T07:50:32.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s |
3184 | 2025-01-17T07:50:33.157Z | |
3185 | 2025-01-17T07:50:33.157Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3186 | 2025-01-17T07:50:33.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2025-01-17T07:50:33.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2025-01-17T07:50:33.910Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3189 | 2025-01-17T07:50:47.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s |
3190 | 2025-01-17T07:50:48.095Z | |
3191 | 2025-01-17T07:50:48.095Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3192 | 2025-01-17T07:50:48.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2025-01-17T07:50:48.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2025-01-17T07:50:48.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3195 | 2025-01-17T07:50:48.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3196 | 2025-01-17T07:50:48.753Z | |
3197 | 2025-01-17T07:50:48.753Z | info: running `cargo check --bins` on key-manager (140/197) |
3198 | 2025-01-17T07:50:49.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2025-01-17T07:50:49.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2025-01-17T07:50:49.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3201 | 2025-01-17T07:50:49.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3202 | 2025-01-17T07:50:49.391Z | |
3203 | 2025-01-17T07:50:49.392Z | info: running `cargo check --bins` on range-requests (141/197) |
3204 | 2025-01-17T07:50:49.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2025-01-17T07:50:49.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2025-01-17T07:50:49.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2025-01-17T07:50:49.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3208 | 2025-01-17T07:50:50.015Z | |
3209 | 2025-01-17T07:50:50.015Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3210 | 2025-01-17T07:50:50.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2025-01-17T07:50:50.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2025-01-17T07:50:50.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2025-01-17T07:50:50.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3214 | 2025-01-17T07:50:50.660Z | |
3215 | 2025-01-17T07:50:50.660Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3216 | 2025-01-17T07:50:51.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2025-01-17T07:50:51.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2025-01-17T07:50:51.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2025-01-17T07:50:51.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3220 | 2025-01-17T07:50:51.323Z | |
3221 | 2025-01-17T07:50:51.323Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3222 | 2025-01-17T07:50:51.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2025-01-17T07:50:51.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2025-01-17T07:50:51.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3225 | 2025-01-17T07:50:51.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3226 | 2025-01-17T07:50:51.934Z | |
3227 | 2025-01-17T07:50:51.934Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3228 | 2025-01-17T07:50:52.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-01-17T07:50:52.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-01-17T07:50:52.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2025-01-17T07:50:52.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3232 | 2025-01-17T07:50:52.592Z | |
3233 | 2025-01-17T07:50:52.592Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3234 | 2025-01-17T07:50:53.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-01-17T07:50:53.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-01-17T07:50:53.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2025-01-17T07:50:53.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3238 | 2025-01-17T07:50:53.241Z | |
3239 | 2025-01-17T07:50:53.241Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3240 | 2025-01-17T07:50:53.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-01-17T07:50:53.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-01-17T07:50:53.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2025-01-17T07:50:53.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3244 | 2025-01-17T07:50:53.913Z | |
3245 | 2025-01-17T07:50:53.913Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3246 | 2025-01-17T07:50:54.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2025-01-17T07:50:54.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2025-01-17T07:50:54.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2025-01-17T07:50:54.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3250 | 2025-01-17T07:50:54.577Z | |
3251 | 2025-01-17T07:50:54.577Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3252 | 2025-01-17T07:50:55.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2025-01-17T07:50:55.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2025-01-17T07:50:55.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3255 | 2025-01-17T07:50:55.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3256 | 2025-01-17T07:50:55.242Z | |
3257 | 2025-01-17T07:50:55.242Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3258 | 2025-01-17T07:50:55.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2025-01-17T07:50:55.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2025-01-17T07:50:55.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2025-01-17T07:50:55.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3262 | 2025-01-17T07:50:55.907Z | |
3263 | 2025-01-17T07:50:55.907Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3264 | 2025-01-17T07:50:56.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2025-01-17T07:50:56.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2025-01-17T07:50:56.618Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3267 | 2025-01-17T07:50:56.618Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3268 | 2025-01-17T07:50:57.498Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3269 | 2025-01-17T07:50:59.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
3270 | 2025-01-17T07:50:59.721Z | |
3271 | 2025-01-17T07:50:59.721Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3272 | 2025-01-17T07:51:00.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-17T07:51:00.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-17T07:51:00.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-01-17T07:51:00.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3276 | 2025-01-17T07:51:00.355Z | |
3277 | 2025-01-17T07:51:00.355Z | info: running `cargo check --bins` on cert-dev (153/197) |
3278 | 2025-01-17T07:51:00.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-01-17T07:51:00.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-01-17T07:51:00.982Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3281 | 2025-01-17T07:51:01.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3282 | 2025-01-17T07:51:01.427Z | |
3283 | 2025-01-17T07:51:01.427Z | info: running `cargo check --bins` on clickana (154/197) |
3284 | 2025-01-17T07:51:02.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-01-17T07:51:02.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-01-17T07:51:02.105Z | Checking castaway v0.2.3 |
3287 | 2025-01-17T07:51:02.105Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3288 | 2025-01-17T07:51:02.108Z | Checking unicode-truncate v1.1.0 |
3289 | 2025-01-17T07:51:02.108Z | Checking lru v0.12.5 |
3290 | 2025-01-17T07:51:02.108Z | Compiling instability v0.3.2 |
3291 | 2025-01-17T07:51:02.108Z | Checking cassowary v0.3.0 |
3292 | 2025-01-17T07:51:02.350Z | Checking compact_str v0.8.0 |
3293 | 2025-01-17T07:51:02.926Z | Checking ratatui v0.28.1 |
3294 | 2025-01-17T07:51:03.802Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3295 | 2025-01-17T07:51:04.812Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3296 | 2025-01-17T07:51:05.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
3297 | 2025-01-17T07:51:05.824Z | |
3298 | 2025-01-17T07:51:05.824Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3299 | 2025-01-17T07:51:06.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-01-17T07:51:06.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-01-17T07:51:06.531Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3302 | 2025-01-17T07:51:06.531Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3303 | 2025-01-17T07:51:07.541Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3304 | 2025-01-17T07:51:08.034Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3305 | 2025-01-17T07:51:08.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3306 | 2025-01-17T07:51:08.559Z | |
3307 | 2025-01-17T07:51:08.559Z | info: running `cargo check --bins` on ch-dev (156/197) |
3308 | 2025-01-17T07:51:09.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2025-01-17T07:51:09.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2025-01-17T07:51:09.236Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3311 | 2025-01-17T07:51:09.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3312 | 2025-01-17T07:51:10.144Z | |
3313 | 2025-01-17T07:51:10.144Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3314 | 2025-01-17T07:51:10.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2025-01-17T07:51:10.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2025-01-17T07:51:10.823Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3317 | 2025-01-17T07:51:11.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3318 | 2025-01-17T07:51:11.356Z | |
3319 | 2025-01-17T07:51:11.356Z | info: running `cargo check --bins` on db-dev (158/197) |
3320 | 2025-01-17T07:51:11.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2025-01-17T07:51:11.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2025-01-17T07:51:12.028Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3323 | 2025-01-17T07:51:12.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3324 | 2025-01-17T07:51:12.954Z | |
3325 | 2025-01-17T07:51:12.954Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3326 | 2025-01-17T07:51:13.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2025-01-17T07:51:13.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2025-01-17T07:51:13.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2025-01-17T07:51:13.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3330 | 2025-01-17T07:51:13.620Z | |
3331 | 2025-01-17T07:51:13.620Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3332 | 2025-01-17T07:51:14.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2025-01-17T07:51:14.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2025-01-17T07:51:14.234Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3335 | 2025-01-17T07:51:15.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3336 | 2025-01-17T07:51:15.268Z | |
3337 | 2025-01-17T07:51:15.268Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3338 | 2025-01-17T07:51:15.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2025-01-17T07:51:15.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2025-01-17T07:51:15.893Z | Checking cargo-platform v0.1.8 |
3341 | 2025-01-17T07:51:16.172Z | Checking cargo_metadata v0.18.1 |
3342 | 2025-01-17T07:51:17.123Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3343 | 2025-01-17T07:51:17.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3344 | 2025-01-17T07:51:18.150Z | |
3345 | 2025-01-17T07:51:18.150Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3346 | 2025-01-17T07:51:18.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2025-01-17T07:51:18.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2025-01-17T07:51:18.872Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3349 | 2025-01-17T07:51:20.307Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3350 | 2025-01-17T07:51:20.880Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3351 | 2025-01-17T07:51:21.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
3352 | 2025-01-17T07:51:21.736Z | |
3353 | 2025-01-17T07:51:21.736Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3354 | 2025-01-17T07:51:22.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2025-01-17T07:51:22.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2025-01-17T07:51:22.406Z | Compiling crunchy v0.2.2 |
3357 | 2025-01-17T07:51:22.406Z | Compiling tiny-keccak v2.0.2 |
3358 | 2025-01-17T07:51:22.406Z | Compiling dsl_auto_type v0.1.2 |
3359 | 2025-01-17T07:51:22.408Z | Checking scheduled-thread-pool v0.2.7 |
3360 | 2025-01-17T07:51:22.408Z | Compiling diesel_table_macro_syntax v0.2.0 |
3361 | 2025-01-17T07:51:22.408Z | Compiling ascii-canvas v3.0.0 |
3362 | 2025-01-17T07:51:22.408Z | Compiling ena v0.14.3 |
3363 | 2025-01-17T07:51:22.520Z | Compiling regex-syntax v0.6.29 |
3364 | 2025-01-17T07:51:22.743Z | Checking r2d2 v0.8.10 |
3365 | 2025-01-17T07:51:22.919Z | Compiling diff v0.1.13 |
3366 | 2025-01-17T07:51:22.969Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3367 | 2025-01-17T07:51:22.972Z | Compiling ref-cast v1.0.23 |
3368 | 2025-01-17T07:51:22.984Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3369 | 2025-01-17T07:51:23.054Z | Compiling derive_builder_core v0.20.2 |
3370 | 2025-01-17T07:51:23.184Z | Compiling libxml v0.3.3 |
3371 | 2025-01-17T07:51:23.288Z | Compiling ref-cast-impl v1.0.23 |
3372 | 2025-01-17T07:51:23.460Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3373 | 2025-01-17T07:51:23.580Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3374 | 2025-01-17T07:51:23.602Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3375 | 2025-01-17T07:51:23.825Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3376 | 2025-01-17T07:51:23.872Z | Compiling diesel_derives v2.2.3 |
3377 | 2025-01-17T07:51:23.893Z | Compiling strum_macros v0.24.3 |
3378 | 2025-01-17T07:51:23.964Z | Compiling samael v0.0.17 |
3379 | 2025-01-17T07:51:24.196Z | Compiling indoc v1.0.9 |
3380 | 2025-01-17T07:51:25.123Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3381 | 2025-01-17T07:51:25.251Z | Compiling derive_builder_macro v0.20.2 |
3382 | 2025-01-17T07:51:25.438Z | Compiling oso-derive v0.27.3 |
3383 | 2025-01-17T07:51:25.882Z | Compiling lalrpop v0.19.12 |
3384 | 2025-01-17T07:51:26.072Z | Checking derive_builder v0.20.2 |
3385 | 2025-01-17T07:51:26.241Z | Compiling impl-trait-for-tuples v0.2.2 |
3386 | 2025-01-17T07:51:26.425Z | Checking quick-xml v0.33.0 |
3387 | 2025-01-17T07:51:26.697Z | Compiling diesel-dtrace v0.4.2 |
3388 | 2025-01-17T07:51:27.003Z | Checking maplit v1.0.2 |
3389 | 2025-01-17T07:51:27.199Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3390 | 2025-01-17T07:51:27.219Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3391 | 2025-01-17T07:51:27.522Z | Checking bb8 v0.8.5 |
3392 | 2025-01-17T07:51:28.028Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3393 | 2025-01-17T07:51:28.048Z | Checking rand_seeder v0.3.0 |
3394 | 2025-01-17T07:51:28.180Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3395 | 2025-01-17T07:51:28.286Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3396 | 2025-01-17T07:51:28.353Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3397 | 2025-01-17T07:51:28.475Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3398 | 2025-01-17T07:51:28.713Z | Checking smawk v0.3.2 |
3399 | 2025-01-17T07:51:28.778Z | Checking unicode-linebreak v0.1.5 |
3400 | 2025-01-17T07:51:28.921Z | Checking is_ci v1.2.0 |
3401 | 2025-01-17T07:51:29.079Z | Checking supports-color v3.0.1 |
3402 | 2025-01-17T07:51:29.218Z | Checking textwrap v0.16.1 |
3403 | 2025-01-17T07:51:29.328Z | Checking multimap v0.10.0 |
3404 | 2025-01-17T07:51:30.038Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3405 | 2025-01-17T07:51:32.332Z | Checking diesel v2.2.6 |
3406 | 2025-01-17T07:51:57.345Z | Compiling polar-core v0.27.3 |
3407 | 2025-01-17T07:51:58.331Z | Checking async-bb8-diesel v0.2.1 |
3408 | 2025-01-17T07:52:04.675Z | Checking oso v0.27.3 |
3409 | 2025-01-17T07:53:08.431Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3410 | 2025-01-17T07:53:15.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s |
3411 | 2025-01-17T07:53:15.338Z | |
3412 | 2025-01-17T07:53:15.338Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3413 | 2025-01-17T07:53:15.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-01-17T07:53:15.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-01-17T07:53:15.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3416 | 2025-01-17T07:53:15.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3417 | 2025-01-17T07:53:16.032Z | |
3418 | 2025-01-17T07:53:16.032Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3419 | 2025-01-17T07:53:16.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-01-17T07:53:16.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-01-17T07:53:16.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3422 | 2025-01-17T07:53:16.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3423 | 2025-01-17T07:53:16.712Z | |
3424 | 2025-01-17T07:53:16.713Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3425 | 2025-01-17T07:53:17.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2025-01-17T07:53:17.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2025-01-17T07:53:17.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3428 | 2025-01-17T07:53:17.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3429 | 2025-01-17T07:53:17.341Z | |
3430 | 2025-01-17T07:53:17.341Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3431 | 2025-01-17T07:53:17.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-01-17T07:53:17.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-01-17T07:53:18.165Z | Compiling libz-sys v1.1.20 |
3434 | 2025-01-17T07:53:18.168Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3435 | 2025-01-17T07:53:18.295Z | Compiling vergen v8.3.2 |
3436 | 2025-01-17T07:53:18.298Z | Compiling cargo-platform v0.1.8 |
3437 | 2025-01-17T07:53:18.298Z | Compiling pin-project-internal v1.1.6 |
3438 | 2025-01-17T07:53:18.339Z | Compiling libsqlite3-sys v0.30.1 |
3439 | 2025-01-17T07:53:18.341Z | Compiling snafu-derive v0.8.5 |
3440 | 2025-01-17T07:53:18.341Z | Compiling cfg_aliases v0.2.1 |
3441 | 2025-01-17T07:53:18.490Z | Compiling buf-list v1.0.3 |
3442 | 2025-01-17T07:53:18.599Z | Compiling rustls v0.21.12 |
3443 | 2025-01-17T07:53:18.825Z | Compiling cargo_metadata v0.18.1 |
3444 | 2025-01-17T07:53:18.904Z | Compiling nix v0.29.0 |
3445 | 2025-01-17T07:53:18.936Z | Checking globset v0.4.15 |
3446 | 2025-01-17T07:53:19.013Z | Checking olpc-cjson v0.1.4 |
3447 | 2025-01-17T07:53:19.231Z | Checking rustls-webpki v0.101.7 |
3448 | 2025-01-17T07:53:19.311Z | Checking sct v0.7.1 |
3449 | 2025-01-17T07:53:19.449Z | Checking serde_plain v1.0.2 |
3450 | 2025-01-17T07:53:19.520Z | Checking typed-path v0.9.3 |
3451 | 2025-01-17T07:53:20.024Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3452 | 2025-01-17T07:53:20.276Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3453 | 2025-01-17T07:53:20.317Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3454 | 2025-01-17T07:53:20.550Z | Checking hashlink v0.9.1 |
3455 | 2025-01-17T07:53:20.603Z | Checking parse-size v1.1.0 |
3456 | 2025-01-17T07:53:20.791Z | Checking fallible-iterator v0.3.0 |
3457 | 2025-01-17T07:53:21.041Z | Checking pin-project v1.1.6 |
3458 | 2025-01-17T07:53:21.092Z | Checking fallible-streaming-iterator v0.1.9 |
3459 | 2025-01-17T07:53:21.307Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3460 | 2025-01-17T07:53:21.357Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3461 | 2025-01-17T07:53:21.419Z | Checking rusqlite v0.32.1 |
3462 | 2025-01-17T07:53:21.717Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3463 | 2025-01-17T07:53:22.024Z | Checking rustls-pemfile v1.0.4 |
3464 | 2025-01-17T07:53:22.227Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3465 | 2025-01-17T07:53:22.247Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3466 | 2025-01-17T07:53:22.354Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3467 | 2025-01-17T07:53:22.406Z | Checking twox-hash v1.6.3 |
3468 | 2025-01-17T07:53:22.496Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3469 | 2025-01-17T07:53:22.823Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3470 | 2025-01-17T07:53:22.877Z | Checking tokio-rustls v0.24.1 |
3471 | 2025-01-17T07:53:23.214Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3472 | 2025-01-17T07:53:23.364Z | Checking snafu v0.8.5 |
3473 | 2025-01-17T07:53:23.469Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3474 | 2025-01-17T07:53:23.596Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3475 | 2025-01-17T07:53:23.673Z | Checking fatfs v0.3.6 |
3476 | 2025-01-17T07:53:23.796Z | Checking tough v0.19.0 |
3477 | 2025-01-17T07:53:24.320Z | Checking assert_matches v1.5.0 |
3478 | 2025-01-17T07:53:27.855Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3479 | 2025-01-17T07:53:29.133Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3480 | 2025-01-17T07:53:30.776Z | Compiling git2 v0.19.0 |
3481 | 2025-01-17T07:53:34.976Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3482 | 2025-01-17T07:54:32.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3483 | 2025-01-17T07:54:32.512Z | |
3484 | 2025-01-17T07:54:32.512Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3485 | 2025-01-17T07:54:33.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2025-01-17T07:54:33.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2025-01-17T07:54:33.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3488 | 2025-01-17T07:54:33.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3489 | 2025-01-17T07:54:33.214Z | |
3490 | 2025-01-17T07:54:33.214Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3491 | 2025-01-17T07:54:33.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2025-01-17T07:54:33.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2025-01-17T07:54:33.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3494 | 2025-01-17T07:54:33.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3495 | 2025-01-17T07:54:33.867Z | |
3496 | 2025-01-17T07:54:33.867Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3497 | 2025-01-17T07:54:34.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2025-01-17T07:54:34.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2025-01-17T07:54:34.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3500 | 2025-01-17T07:54:34.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3501 | 2025-01-17T07:54:34.535Z | |
3502 | 2025-01-17T07:54:34.535Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3503 | 2025-01-17T07:54:35.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-01-17T07:54:35.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-01-17T07:54:35.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3506 | 2025-01-17T07:54:35.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3507 | 2025-01-17T07:54:35.226Z | |
3508 | 2025-01-17T07:54:35.226Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3509 | 2025-01-17T07:54:35.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-01-17T07:54:35.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-01-17T07:54:35.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-01-17T07:54:35.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3513 | 2025-01-17T07:54:35.926Z | |
3514 | 2025-01-17T07:54:35.926Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3515 | 2025-01-17T07:54:36.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-01-17T07:54:36.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-01-17T07:54:36.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-01-17T07:54:36.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3519 | 2025-01-17T07:54:36.595Z | |
3520 | 2025-01-17T07:54:36.595Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3521 | 2025-01-17T07:54:37.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-01-17T07:54:37.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-01-17T07:54:37.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-01-17T07:54:37.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3525 | 2025-01-17T07:54:37.284Z | |
3526 | 2025-01-17T07:54:37.285Z | info: running `cargo check --bins` on update-common (175/197) |
3527 | 2025-01-17T07:54:37.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-01-17T07:54:37.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-01-17T07:54:37.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-01-17T07:54:37.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3531 | 2025-01-17T07:54:37.949Z | |
3532 | 2025-01-17T07:54:37.949Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3533 | 2025-01-17T07:54:38.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-01-17T07:54:38.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-01-17T07:54:38.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-01-17T07:54:38.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3537 | 2025-01-17T07:54:38.623Z | |
3538 | 2025-01-17T07:54:38.624Z | info: running `cargo check --bins` on tufaceous (177/197) |
3539 | 2025-01-17T07:54:39.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-01-17T07:54:39.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-01-17T07:54:39.312Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3542 | 2025-01-17T07:54:40.455Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3543 | 2025-01-17T07:54:41.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3544 | 2025-01-17T07:54:41.461Z | |
3545 | 2025-01-17T07:54:41.461Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3546 | 2025-01-17T07:54:42.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2025-01-17T07:54:42.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2025-01-17T07:54:42.369Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3549 | 2025-01-17T07:54:42.372Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3550 | 2025-01-17T07:54:42.513Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3551 | 2025-01-17T07:54:42.517Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3552 | 2025-01-17T07:54:43.515Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3553 | 2025-01-17T07:55:11.605Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3554 | 2025-01-17T07:55:11.608Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3555 | 2025-01-17T07:55:11.608Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3556 | 2025-01-17T07:55:11.608Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3557 | 2025-01-17T07:55:11.608Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3558 | 2025-01-17T07:55:11.608Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3559 | 2025-01-17T07:55:12.503Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3560 | 2025-01-17T07:55:13.804Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3561 | 2025-01-17T07:55:55.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3562 | 2025-01-17T07:55:56.046Z | |
3563 | 2025-01-17T07:55:56.046Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3564 | 2025-01-17T07:55:56.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-01-17T07:55:56.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-01-17T07:55:56.764Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3567 | 2025-01-17T07:55:56.767Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3568 | 2025-01-17T07:55:56.767Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3569 | 2025-01-17T07:55:56.898Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3570 | 2025-01-17T07:55:56.901Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3571 | 2025-01-17T07:55:56.929Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3572 | 2025-01-17T07:55:56.932Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3573 | 2025-01-17T07:55:56.947Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3574 | 2025-01-17T07:55:57.081Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3575 | 2025-01-17T07:55:57.129Z | Checking heck v0.4.1 |
3576 | 2025-01-17T07:55:57.222Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3577 | 2025-01-17T07:55:57.356Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3578 | 2025-01-17T07:55:57.473Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3579 | 2025-01-17T07:55:57.783Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3580 | 2025-01-17T07:55:58.163Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3581 | 2025-01-17T07:55:58.346Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3582 | 2025-01-17T07:55:58.602Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3583 | 2025-01-17T07:55:59.516Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3584 | 2025-01-17T07:55:59.903Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3585 | 2025-01-17T07:56:00.517Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3586 | 2025-01-17T07:56:00.554Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3587 | 2025-01-17T07:56:02.346Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3588 | 2025-01-17T07:56:02.348Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3589 | 2025-01-17T07:56:04.045Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3590 | 2025-01-17T07:56:05.530Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3591 | 2025-01-17T07:56:10.863Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3592 | 2025-01-17T07:56:10.863Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3593 | 2025-01-17T07:56:12.080Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3594 | 2025-01-17T07:56:13.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s |
3595 | 2025-01-17T07:56:13.299Z | |
3596 | 2025-01-17T07:56:13.299Z | info: running `cargo check --bins` on installinator-api (180/197) |
3597 | 2025-01-17T07:56:13.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-17T07:56:13.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-17T07:56:13.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-01-17T07:56:13.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3601 | 2025-01-17T07:56:13.972Z | |
3602 | 2025-01-17T07:56:13.972Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3603 | 2025-01-17T07:56:14.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-17T07:56:14.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-17T07:56:14.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2025-01-17T07:56:14.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3607 | 2025-01-17T07:56:14.647Z | |
3608 | 2025-01-17T07:56:14.647Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3609 | 2025-01-17T07:56:15.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-17T07:56:15.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-17T07:56:15.345Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3612 | 2025-01-17T07:56:15.345Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3613 | 2025-01-17T07:56:15.347Z | Compiling petname v2.0.2 |
3614 | 2025-01-17T07:56:15.347Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3615 | 2025-01-17T07:56:15.348Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3616 | 2025-01-17T07:56:15.348Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3617 | 2025-01-17T07:56:15.465Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3618 | 2025-01-17T07:56:15.499Z | Checking sync-ptr v0.1.1 |
3619 | 2025-01-17T07:56:20.799Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3620 | 2025-01-17T07:56:21.420Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3621 | 2025-01-17T07:56:22.565Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3622 | 2025-01-17T07:56:24.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3623 | 2025-01-17T07:56:24.340Z | |
3624 | 2025-01-17T07:56:24.340Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3625 | 2025-01-17T07:56:24.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3626 | 2025-01-17T07:56:24.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3627 | 2025-01-17T07:56:24.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3628 | 2025-01-17T07:56:24.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3629 | 2025-01-17T07:56:25.014Z | |
3630 | 2025-01-17T07:56:25.014Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3631 | 2025-01-17T07:56:25.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3632 | 2025-01-17T07:56:25.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3633 | 2025-01-17T07:56:25.684Z | Checking memmap2 v0.9.5 |
3634 | 2025-01-17T07:56:25.684Z | Checking arrayref v0.3.9 |
3635 | 2025-01-17T07:56:25.687Z | Checking constant_time_eq v0.3.1 |
3636 | 2025-01-17T07:56:25.687Z | Checking arrayvec v0.7.6 |
3637 | 2025-01-17T07:56:25.687Z | Checking topological-sort v0.2.2 |
3638 | 2025-01-17T07:56:25.687Z | Checking shell-words v1.1.0 |
3639 | 2025-01-17T07:56:26.092Z | Checking blake3 v1.5.4 |
3640 | 2025-01-17T07:56:26.439Z | Checking omicron-zone-package v0.12.0 |
3641 | 2025-01-17T07:56:27.604Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3642 | 2025-01-17T07:56:28.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
3643 | 2025-01-17T07:56:28.716Z | |
3644 | 2025-01-17T07:56:28.716Z | info: running `cargo check --bins` on xtask (185/197) |
3645 | 2025-01-17T07:56:29.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3646 | 2025-01-17T07:56:29.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3647 | 2025-01-17T07:56:29.144Z | Checking bitflags v2.6.0 |
3648 | 2025-01-17T07:56:29.146Z | Checking serde v1.0.217 |
3649 | 2025-01-17T07:56:29.146Z | Checking thiserror v1.0.69 |
3650 | 2025-01-17T07:56:29.147Z | Checking scroll v0.12.0 |
3651 | 2025-01-17T07:56:29.240Z | Checking log v0.4.22 |
3652 | 2025-01-17T07:56:29.248Z | Checking hashbrown v0.15.1 |
3653 | 2025-01-17T07:56:29.259Z | Checking zerocopy v0.7.35 |
3654 | 2025-01-17T07:56:29.282Z | Checking syn v2.0.96 |
3655 | 2025-01-17T07:56:29.343Z | Checking pest v2.7.14 |
3656 | 2025-01-17T07:56:29.459Z | Checking rustix v0.38.37 |
3657 | 2025-01-17T07:56:29.508Z | Checking once_cell v1.20.2 |
3658 | 2025-01-17T07:56:29.659Z | Checking goblin v0.8.2 |
3659 | 2025-01-17T07:56:29.809Z | Checking fs-err v2.11.0 |
3660 | 2025-01-17T07:56:30.134Z | Checking anyhow v1.0.93 |
3661 | 2025-01-17T07:56:30.194Z | Checking indexmap v2.7.0 |
3662 | 2025-01-17T07:56:30.452Z | Checking tabled v0.15.0 |
3663 | 2025-01-17T07:56:31.269Z | Checking terminal_size v0.4.0 |
3664 | 2025-01-17T07:56:31.271Z | Checking tempfile v3.13.0 |
3665 | 2025-01-17T07:56:31.445Z | Checking clap_builder v4.5.21 |
3666 | 2025-01-17T07:56:32.024Z | Checking dtrace-parser v0.2.0 |
3667 | 2025-01-17T07:56:33.326Z | Checking serde_json v1.0.135 |
3668 | 2025-01-17T07:56:33.326Z | Checking toml_datetime v0.6.8 |
3669 | 2025-01-17T07:56:33.329Z | Checking serde_spanned v0.6.8 |
3670 | 2025-01-17T07:56:33.329Z | Checking camino v1.1.9 |
3671 | 2025-01-17T07:56:33.329Z | Checking cargo-platform v0.1.8 |
3672 | 2025-01-17T07:56:33.329Z | Checking semver v1.0.24 |
3673 | 2025-01-17T07:56:33.527Z | Checking clap v4.5.21 |
3674 | 2025-01-17T07:56:33.557Z | Checking macaddr v1.0.1 |
3675 | 2025-01-17T07:56:33.623Z | Checking toml_edit v0.22.22 |
3676 | 2025-01-17T07:56:33.874Z | Checking camino-tempfile v1.1.1 |
3677 | 2025-01-17T07:56:34.460Z | Checking dof v0.3.0 |
3678 | 2025-01-17T07:56:34.461Z | Checking cargo_metadata v0.18.1 |
3679 | 2025-01-17T07:56:34.861Z | Checking usdt-impl v0.5.0 |
3680 | 2025-01-17T07:56:35.240Z | Checking usdt v0.5.0 |
3681 | 2025-01-17T07:56:35.391Z | Checking toml v0.8.19 |
3682 | 2025-01-17T07:56:35.835Z | Checking cargo_toml v0.20.5 |
3683 | 2025-01-17T07:56:37.028Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3684 | 2025-01-17T07:56:37.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s |
3685 | 2025-01-17T07:56:37.789Z | |
3686 | 2025-01-17T07:56:37.789Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3687 | 2025-01-17T07:56:38.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3688 | 2025-01-17T07:56:38.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3689 | 2025-01-17T07:56:38.566Z | Checking polyval v0.6.2 |
3690 | 2025-01-17T07:56:38.681Z | Checking ctr v0.9.2 |
3691 | 2025-01-17T07:56:38.696Z | Checking ssh-encoding v0.2.0 |
3692 | 2025-01-17T07:56:38.699Z | Checking blowfish v0.9.1 |
3693 | 2025-01-17T07:56:38.722Z | Checking password-hash v0.4.2 |
3694 | 2025-01-17T07:56:38.725Z | Checking matches v0.1.10 |
3695 | 2025-01-17T07:56:38.755Z | Checking p256 v0.13.2 |
3696 | 2025-01-17T07:56:38.758Z | Checking p521 v0.13.3 |
3697 | 2025-01-17T07:56:38.833Z | Checking idna v0.2.3 |
3698 | 2025-01-17T07:56:38.917Z | Checking ghash v0.5.1 |
3699 | 2025-01-17T07:56:38.935Z | Checking bcrypt-pbkdf v0.10.0 |
3700 | 2025-01-17T07:56:38.987Z | Compiling enum-as-inner v0.5.1 |
3701 | 2025-01-17T07:56:39.014Z | Checking russh-cryptovec v0.7.3 |
3702 | 2025-01-17T07:56:39.076Z | Checking aes-gcm v0.10.3 |
3703 | 2025-01-17T07:56:39.129Z | Checking pbkdf2 v0.11.0 |
3704 | 2025-01-17T07:56:39.184Z | Checking md5 v0.7.0 |
3705 | 2025-01-17T07:56:39.219Z | Checking num-bigint v0.4.6 |
3706 | 2025-01-17T07:56:39.256Z | Checking des v0.8.1 |
3707 | 2025-01-17T07:56:39.320Z | Checking ssh-cipher v0.2.0 |
3708 | 2025-01-17T07:56:39.419Z | Checking hex-literal v0.4.1 |
3709 | 2025-01-17T07:56:39.457Z | Compiling dhcproto-macros v0.1.0 |
3710 | 2025-01-17T07:56:39.535Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3711 | 2025-01-17T07:56:39.569Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3712 | 2025-01-17T07:56:39.605Z | Checking ssh-key v0.6.6 |
3713 | 2025-01-17T07:56:39.735Z | Checking internet-checksum v0.2.1 |
3714 | 2025-01-17T07:56:39.970Z | Checking trust-dns-proto v0.22.0 |
3715 | 2025-01-17T07:56:40.841Z | Checking russh-keys v0.45.0 |
3716 | 2025-01-17T07:56:41.730Z | Checking russh v0.45.0 |
3717 | 2025-01-17T07:56:42.430Z | Checking dhcproto v0.12.0 |
3718 | 2025-01-17T07:56:59.821Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3719 | 2025-01-17T07:57:01.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.43s |
3720 | 2025-01-17T07:57:01.430Z | |
3721 | 2025-01-17T07:57:01.430Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3722 | 2025-01-17T07:57:02.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3723 | 2025-01-17T07:57:02.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3724 | 2025-01-17T07:57:02.100Z | Checking termios v0.3.3 |
3725 | 2025-01-17T07:57:02.327Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3726 | 2025-01-17T07:57:03.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3727 | 2025-01-17T07:57:03.327Z | |
3728 | 2025-01-17T07:57:03.327Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3729 | 2025-01-17T07:57:04.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3730 | 2025-01-17T07:57:04.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3731 | 2025-01-17T07:57:04.932Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3732 | 2025-01-17T07:57:04.932Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3733 | 2025-01-17T07:57:04.932Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3734 | 2025-01-17T07:57:04.932Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3735 | 2025-01-17T07:57:05.075Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3736 | 2025-01-17T07:57:06.353Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3737 | 2025-01-17T07:57:08.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
3738 | 2025-01-17T07:57:08.388Z | |
3739 | 2025-01-17T07:57:08.389Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3740 | 2025-01-17T07:57:08.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3741 | 2025-01-17T07:57:08.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3742 | 2025-01-17T07:57:09.058Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3743 | 2025-01-17T07:57:09.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3744 | 2025-01-17T07:57:09.725Z | |
3745 | 2025-01-17T07:57:09.725Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3746 | 2025-01-17T07:57:10.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3747 | 2025-01-17T07:57:10.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3748 | 2025-01-17T07:57:10.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3749 | 2025-01-17T07:57:10.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3750 | 2025-01-17T07:57:10.382Z | |
3751 | 2025-01-17T07:57:10.382Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3752 | 2025-01-17T07:57:10.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3753 | 2025-01-17T07:57:10.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3754 | 2025-01-17T07:57:10.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3755 | 2025-01-17T07:57:10.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3756 | 2025-01-17T07:57:11.049Z | |
3757 | 2025-01-17T07:57:11.049Z | info: running `cargo check --bins` on omicron-package (192/197) |
3758 | 2025-01-17T07:57:11.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3759 | 2025-01-17T07:57:11.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3760 | 2025-01-17T07:57:11.779Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3761 | 2025-01-17T07:57:13.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
3762 | 2025-01-17T07:57:13.373Z | |
3763 | 2025-01-17T07:57:13.373Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3764 | 2025-01-17T07:57:14.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3765 | 2025-01-17T07:57:14.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3766 | 2025-01-17T07:57:14.141Z | Checking rtoolbox v0.0.2 |
3767 | 2025-01-17T07:57:14.144Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3768 | 2025-01-17T07:57:14.144Z | Checking tui-tree-widget v0.22.0 |
3769 | 2025-01-17T07:57:14.383Z | Checking rpassword v7.3.1 |
3770 | 2025-01-17T07:57:18.482Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3771 | 2025-01-17T07:57:21.476Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3772 | 2025-01-17T07:57:22.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3773 | 2025-01-17T07:57:22.831Z | |
3774 | 2025-01-17T07:57:22.831Z | info: running `cargo check --bins` on wicket (194/197) |
3775 | 2025-01-17T07:57:23.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3776 | 2025-01-17T07:57:23.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3777 | 2025-01-17T07:57:23.541Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3778 | 2025-01-17T07:57:23.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3779 | 2025-01-17T07:57:24.155Z | |
3780 | 2025-01-17T07:57:24.156Z | info: running `cargo check --bins` on wicketd (195/197) |
3781 | 2025-01-17T07:57:24.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3782 | 2025-01-17T07:57:24.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3783 | 2025-01-17T07:57:24.887Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3784 | 2025-01-17T07:57:24.890Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3785 | 2025-01-17T07:57:25.739Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3786 | 2025-01-17T07:57:29.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
3787 | 2025-01-17T07:57:29.801Z | |
3788 | 2025-01-17T07:57:29.801Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3789 | 2025-01-17T07:57:30.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-01-17T07:57:30.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-01-17T07:57:30.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3792 | 2025-01-17T07:57:30.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3793 | 2025-01-17T07:57:30.425Z | |
3794 | 2025-01-17T07:57:30.425Z | info: running `cargo check --bins` on zone-setup (197/197) |
3795 | 2025-01-17T07:57:31.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-01-17T07:57:31.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-01-17T07:57:31.179Z | Checking uzers v0.12.1 |
3798 | 2025-01-17T07:57:31.526Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3799 | 2025-01-17T07:57:32.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
3800 | 2025-01-17T07:57:32.844Z | |
3801 | 2025-01-17T07:57:32.844Z | real 13:49.124224180 |
3802 | 2025-01-17T07:57:32.844Z | user 26:20.095442681 |
3803 | 2025-01-17T07:57:32.844Z | sys 4:19.435917182 |
3804 | 2025-01-17T07:57:32.844Z | trap 0.551797411 |
3805 | 2025-01-17T07:57:32.844Z | tflt 3.248470751 |
3806 | 2025-01-17T07:57:32.845Z | dflt 2.189880084 |
3807 | 2025-01-17T07:57:32.845Z | kflt 0.001077822 |
3808 | 2025-01-17T07:57:32.845Z | lock 46:56.910020638 |
3809 | 2025-01-17T07:57:32.848Z | slp 2:11:30.308056554 |
3810 | 2025-01-17T07:57:32.848Z | lat 1:07.045183276 |
3811 | 2025-01-17T07:57:32.848Z | stop 3:56.769492234 |
3812 | 2025-01-17T07:57:32.848Z | process exited: duration 1180052 ms, exit code 0 |
|
3813 | 2025-01-17T07:57:32.854Z | found 0 output files |