|
|
|
1 | 2025-02-11T19:54:54.640Z | job assigned to worker 01JKV96WAHMHYPX1N1MT5218PH [factory aws, i-050ed43410b6992c0] (queued for 56 s) |
|
2 | 2025-02-11T19:55:02.740Z | starting task 0: "setup" |
3 | 2025-02-11T19:55:02.746Z | ++ uname -s |
4 | 2025-02-11T19:55:02.748Z | + kern=SunOS |
5 | 2025-02-11T19:55:02.748Z | + build_user=build |
6 | 2025-02-11T19:55:02.748Z | + build_uid=12345 |
7 | 2025-02-11T19:55:02.748Z | + work_dir=/work |
8 | 2025-02-11T19:55:02.748Z | + input_dir=/input |
9 | 2025-02-11T19:55:02.748Z | + [[ 0 == 12345 ]] |
10 | 2025-02-11T19:55:02.749Z | + case "$kern" in |
11 | 2025-02-11T19:55:02.749Z | + groupadd -g 12345 build |
12 | 2025-02-11T19:55:02.751Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-11T19:55:04.757Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-11T19:55:04.889Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-11T19:55:04.891Z | + home_fs=zfs |
16 | 2025-02-11T19:55:04.891Z | + [[ zfs == autofs ]] |
17 | 2025-02-11T19:55:04.891Z | + mkdir -p /home/build |
18 | 2025-02-11T19:55:04.894Z | + chown build:build /home/build /work |
19 | 2025-02-11T19:55:06.896Z | + chmod 0700 /home/build /work |
20 | 2025-02-11T19:55:06.899Z | process exited: duration 4160 ms, exit code 0 |
|
21 | 2025-02-11T19:55:06.904Z | starting task 1: "rust-toolchain" |
22 | 2025-02-11T19:55:06.909Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-11T19:55:06.909Z | * rust toolchain channel = "1.84.0" |
24 | 2025-02-11T19:55:06.909Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-11T19:55:06.909Z | * rust toolchain profile = "default" |
26 | 2025-02-11T19:55:06.909Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-11T19:55:06.909Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-11T19:55:06.912Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-11T19:55:06.912Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-11T19:55:07.211Z | info: downloading installer |
31 | 2025-02-11T19:55:08.726Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-11T19:55:08.726Z | warning: /opt/ooce/bin |
33 | 2025-02-11T19:55:08.726Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-11T19:55:08.726Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-11T19:55:08.726Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-11T19:55:08.726Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-11T19:55:08.726Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-11T19:55:08.726Z | error: cannot install while Rust is installed |
39 | 2025-02-11T19:55:08.726Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-11T19:55:08.738Z | info: profile set to 'default' |
41 | 2025-02-11T19:55:08.738Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-11T19:55:08.740Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-11T19:55:08.876Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-11T19:55:08.876Z | info: downloading component 'cargo' |
45 | 2025-02-11T19:55:09.605Z | info: downloading component 'clippy' |
46 | 2025-02-11T19:55:09.885Z | info: downloading component 'rust-docs' |
47 | 2025-02-11T19:55:10.890Z | info: downloading component 'rust-std' |
48 | 2025-02-11T19:55:12.365Z | info: downloading component 'rustc' |
49 | 2025-02-11T19:55:18.036Z | info: downloading component 'rustfmt' |
50 | 2025-02-11T19:55:18.249Z | info: installing component 'cargo' |
51 | 2025-02-11T19:55:19.124Z | info: installing component 'clippy' |
52 | 2025-02-11T19:55:19.522Z | info: installing component 'rust-docs' |
53 | 2025-02-11T19:55:21.175Z | info: installing component 'rust-std' |
54 | 2025-02-11T19:55:23.054Z | info: installing component 'rustc' |
55 | 2025-02-11T19:55:29.414Z | info: installing component 'rustfmt' |
56 | 2025-02-11T19:55:29.749Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-11T19:55:29.749Z | |
58 | 2025-02-11T19:55:30.155Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-11T19:55:30.155Z | |
60 | 2025-02-11T19:55:30.158Z | |
61 | 2025-02-11T19:55:30.158Z | Rust is installed now. Great! |
62 | 2025-02-11T19:55:30.158Z | |
63 | 2025-02-11T19:55:30.158Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-11T19:55:30.158Z | environment variable. This has not been done automatically. |
65 | 2025-02-11T19:55:30.158Z | |
66 | 2025-02-11T19:55:30.158Z | To configure your current shell, you need to source |
67 | 2025-02-11T19:55:30.158Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-11T19:55:30.158Z | |
69 | 2025-02-11T19:55:30.158Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-11T19:55:30.158Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-11T19:55:30.158Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-11T19:55:30.243Z | + rustup --version |
73 | 2025-02-11T19:55:30.253Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-11T19:55:30.253Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-11T19:55:30.333Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-11T19:55:30.337Z | + cargo --version |
77 | 2025-02-11T19:55:30.399Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-11T19:55:30.401Z | + rustc --version |
79 | 2025-02-11T19:55:30.467Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-11T19:55:30.471Z | process exited: duration 23565 ms, exit code 0 |
|
81 | 2025-02-11T19:55:30.476Z | starting task 2: "authentication" |
82 | 2025-02-11T19:55:30.499Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-11T19:55:30.507Z | starting task 3: "clone repository" |
84 | 2025-02-11T19:55:30.510Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-11T19:55:30.517Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-11T19:55:30.554Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-11T19:55:37.382Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-11T19:55:37.385Z | + git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
89 | 2025-02-11T19:55:37.671Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-11T19:55:37.671Z | * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD |
91 | 2025-02-11T19:55:37.682Z | + [[ -n '' ]] |
92 | 2025-02-11T19:55:37.682Z | + git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
93 | 2025-02-11T19:55:37.858Z | HEAD is now at 9dfa35b32 @smklein's comment suggestion |
94 | 2025-02-11T19:55:37.861Z | process exited: duration 7356 ms, exit code 0 |
|
95 | 2025-02-11T19:55:37.866Z | starting task 4: "build" |
96 | 2025-02-11T19:55:37.872Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-11T19:55:37.874Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-11T19:55:37.874Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-11T19:55:37.874Z | + cargo --version |
100 | 2025-02-11T19:55:37.929Z | cargo 1.84.0 (66221abde 2024-11-19) |
101 | 2025-02-11T19:55:37.932Z | + rustc --version |
102 | 2025-02-11T19:55:38.000Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
103 | 2025-02-11T19:55:38.005Z | + source ./env.sh |
104 | 2025-02-11T19:55:38.007Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-02-11T19:55:38.007Z | ++ set -o xtrace |
106 | 2025-02-11T19:55:38.007Z | ++++ dirname ./env.sh |
107 | 2025-02-11T19:55:38.010Z | +++ readlink -f . |
108 | 2025-02-11T19:55:38.012Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-02-11T19:55:38.012Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-02-11T19:55:38.012Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-02-11T19:55:38.012Z | ++ 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 |
112 | 2025-02-11T19:55:38.012Z | ++ 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 |
113 | 2025-02-11T19:55:38.012Z | ++ 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 |
114 | 2025-02-11T19:55:38.013Z | ++ 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 |
115 | 2025-02-11T19:55:38.013Z | ++ 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 |
116 | 2025-02-11T19:55:38.013Z | ++ 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 |
117 | 2025-02-11T19:55:38.013Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-02-11T19:55:38.013Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-02-11T19:55:38.013Z | + 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 |
120 | 2025-02-11T19:55:38.013Z | + 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 |
121 | 2025-02-11T19:55:38.013Z | + banner prerequisites |
122 | 2025-02-11T19:55:38.015Z | |
123 | 2025-02-11T19:55:38.015Z | ##### ##### ###### ##### ###### #### # # # #### # |
124 | 2025-02-11T19:55:38.016Z | # # # # # # # # # # # # # # # |
125 | 2025-02-11T19:55:38.016Z | # # # # ##### # # ##### # # # # # #### # |
126 | 2025-02-11T19:55:38.016Z | ##### ##### # ##### # # # # # # # # # |
127 | 2025-02-11T19:55:38.016Z | # # # # # # # # # # # # # # # |
128 | 2025-02-11T19:55:38.016Z | # # # ###### # # ###### ### # #### # #### # |
129 | 2025-02-11T19:55:38.016Z | |
130 | 2025-02-11T19:55:38.016Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
131 | 2025-02-11T19:55:39.599Z | pkg list: illegal option -- F |
132 | 2025-02-11T19:55:39.599Z | Usage: |
133 | 2025-02-11T19:55:39.602Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
134 | 2025-02-11T19:55:39.602Z | [pkg_fmri_pattern ...] |
135 | 2025-02-11T19:55:40.497Z | pkg list: illegal option -- F |
136 | 2025-02-11T19:55:40.497Z | Usage: |
137 | 2025-02-11T19:55:40.500Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-11T19:55:40.500Z | [pkg_fmri_pattern ...] |
139 | 2025-02-11T19:55:47.465Z | Startup: Refreshing catalog 'helios-dev' ... Done |
140 | 2025-02-11T19:55:51.796Z | Startup: Caching catalogs ... Done |
141 | 2025-02-11T19:56:04.827Z | Planning: Solver setup ... Done (12.058s) |
142 | 2025-02-11T19:56:04.985Z | Planning: Running solver ... Done (0.158s) |
143 | 2025-02-11T19:56:05.111Z | Planning: Finding local manifests ... Done (0.005s) |
144 | 2025-02-11T19:56:05.127Z | Planning: Fetching manifests: 0/7 0% complete |
145 | 2025-02-11T19:56:05.381Z | Planning: Fetching manifests: 7/7 100% complete |
146 | 2025-02-11T19:56:05.495Z | Planning: Package planning ... Done (0.114s) |
147 | 2025-02-11T19:56:05.553Z | Planning: Merging actions ... Done (0.058s) |
148 | 2025-02-11T19:56:05.755Z | Planning: Checking for conflicting actions ... Done (0.202s) |
149 | 2025-02-11T19:56:07.756Z | Planning: Consolidating action changes ... Done (2.001s) |
150 | 2025-02-11T19:56:08.194Z | Planning: Evaluating mediators ... Done (0.437s) |
151 | 2025-02-11T19:56:08.275Z | Planning: Planning completed in 16.38 seconds |
152 | 2025-02-11T19:56:08.290Z | Packages to install: 4 |
153 | 2025-02-11T19:56:08.290Z | Packages to update: 3 |
154 | 2025-02-11T19:56:08.293Z | Mediators to change: 2 |
155 | 2025-02-11T19:56:08.293Z | Services to change: 1 |
156 | 2025-02-11T19:56:08.294Z | Estimated space available: 155.61 GB |
157 | 2025-02-11T19:56:08.294Z | Estimated space to be consumed: 1.65 GB |
158 | 2025-02-11T19:56:08.294Z | Create boot environment: No |
159 | 2025-02-11T19:56:08.294Z | Create backup boot environment: Yes |
160 | 2025-02-11T19:56:08.294Z | Rebuild boot archive: No |
161 | 2025-02-11T19:56:08.294Z | |
162 | 2025-02-11T19:56:08.294Z | Changed mediators: |
163 | 2025-02-11T19:56:08.294Z | mediator clang: |
164 | 2025-02-11T19:56:08.294Z | version: None -> 15 (system default) |
165 | 2025-02-11T19:56:08.294Z | |
166 | 2025-02-11T19:56:08.294Z | mediator llvm: |
167 | 2025-02-11T19:56:08.294Z | version: 14 (system default) -> 15 (system default) |
168 | 2025-02-11T19:56:08.294Z | |
169 | 2025-02-11T19:56:08.294Z | Changed packages: |
170 | 2025-02-11T19:56:08.294Z | helios-dev |
171 | 2025-02-11T19:56:08.294Z | developer/build-essential |
172 | 2025-02-11T19:56:08.294Z | None -> 11-2.0 |
173 | 2025-02-11T19:56:08.294Z | library/libxmlsec1 |
174 | 2025-02-11T19:56:08.294Z | None -> 1.2.35-2.0 |
175 | 2025-02-11T19:56:08.294Z | ooce/developer/clang-15 |
176 | 2025-02-11T19:56:08.294Z | None -> 15.0.7-2.0 |
177 | 2025-02-11T19:56:08.294Z | ooce/developer/llvm-15 |
178 | 2025-02-11T19:56:08.294Z | None -> 15.0.7-2.0 |
179 | 2025-02-11T19:56:08.294Z | package/pkg |
180 | 2025-02-11T19:56:08.294Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
181 | 2025-02-11T19:56:08.295Z | system/library/g++-runtime |
182 | 2025-02-11T19:56:08.295Z | 13-2.0 -> 14-2.0 |
183 | 2025-02-11T19:56:08.295Z | system/library/gcc-runtime |
184 | 2025-02-11T19:56:08.295Z | 13-2.0 -> 14-2.0 |
185 | 2025-02-11T19:56:08.295Z | |
186 | 2025-02-11T19:56:08.295Z | Services: |
187 | 2025-02-11T19:56:08.295Z | restart_fmri: |
188 | 2025-02-11T19:56:08.295Z | svc:/system/update-man-index:default |
189 | 2025-02-11T19:56:08.295Z | |
190 | 2025-02-11T19:56:08.295Z | Editable files to change: |
191 | 2025-02-11T19:56:08.295Z | Update: |
192 | 2025-02-11T19:56:08.295Z | usr/share/lib/pkg/web/config.shtml |
193 | 2025-02-11T19:56:08.376Z | |
194 | 2025-02-11T19:56:08.376Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
195 | 2025-02-11T19:56:13.405Z | Download: 307/4301 items 15.8/225.4MB 7% complete (3.5M/s) |
196 | 2025-02-11T19:56:18.379Z | Download: 1190/4301 items 66.7/225.4MB 29% complete (6.6M/s) |
197 | 2025-02-11T19:56:23.379Z | Download: 1647/4301 items 116.3/225.4MB 51% complete (10.1M/s) |
198 | 2025-02-11T19:56:28.445Z | Download: 2217/4301 items 119.1/225.4MB 52% complete (8.5M/s) |
199 | 2025-02-11T19:56:33.447Z | Download: 2786/4301 items 121.0/225.4MB 53% complete (473k/s) |
200 | 2025-02-11T19:56:38.575Z | Download: 3287/4301 items 212.6/225.4MB 94% complete (9.4M/s) |
201 | 2025-02-11T19:56:43.576Z | Download: 4028/4301 items 219.3/225.4MB 97% complete (9.8M/s) |
202 | 2025-02-11T19:56:48.673Z | Download: 4294/4301 items 224.4/225.4MB 99% complete (1.4M/s) |
203 | 2025-02-11T19:56:50.303Z | Download: Completed 225.42 MB in 41.92 seconds (5.4M/s) |
204 | 2025-02-11T19:56:52.366Z | Actions: 1/5122 actions (Removing old actions) |
205 | 2025-02-11T19:56:52.388Z | Actions: 194/5122 actions (Installing new actions) |
206 | 2025-02-11T19:56:57.160Z | Actions: 4267/5122 actions (Updating modified actions) |
207 | 2025-02-11T19:56:57.518Z | Actions: Completed 5122 actions in 5.15 seconds. |
208 | 2025-02-11T19:56:57.759Z | Done (0.234s) |
209 | 2025-02-11T19:56:57.762Z | Done (0.001s) |
210 | 2025-02-11T19:56:58.365Z | Done (0.603s) |
211 | 2025-02-11T19:57:02.937Z | Done (4.340s) |
212 | 2025-02-11T19:57:03.031Z | Done (0.018s) |
213 | 2025-02-11T19:57:03.034Z | Done (0.000s) |
214 | 2025-02-11T19:57:03.255Z | Done (0.000s) |
215 | 2025-02-11T19:57:03.992Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-02-11T19:57:04.164Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-02-11T19:57:04.172Z | Planning: Consolidating action changes ... Done |
218 | 2025-02-11T19:57:04.448Z | Planning: Evaluating mediators ... Done |
219 | 2025-02-11T19:57:04.450Z | Planning: Planning completed in 0.46 seconds |
220 | 2025-02-11T19:57:04.490Z | Mediators to change: 2 |
221 | 2025-02-11T19:57:04.490Z | Create boot environment: No |
222 | 2025-02-11T19:57:04.490Z | Create backup boot environment: No |
223 | 2025-02-11T19:57:04.572Z | Done |
224 | 2025-02-11T19:57:04.572Z | Done |
225 | 2025-02-11T19:57:04.960Z | Done |
226 | 2025-02-11T19:57:08.835Z | Done |
227 | 2025-02-11T19:57:08.928Z | Done |
228 | 2025-02-11T19:57:08.931Z | Done |
229 | 2025-02-11T19:57:09.067Z | Done |
230 | 2025-02-11T19:57:09.709Z | Planning: Evaluating mediator changes ... Done |
231 | 2025-02-11T19:57:09.711Z | Planning: Merging actions ... Done |
232 | 2025-02-11T19:57:09.905Z | Planning: Checking for conflicting actions ... Done |
233 | 2025-02-11T19:57:09.907Z | Planning: Consolidating action changes ... Done |
234 | 2025-02-11T19:57:10.194Z | Planning: Evaluating mediators ... Done |
235 | 2025-02-11T19:57:10.256Z | Planning: Planning completed in 0.80 seconds |
236 | 2025-02-11T19:57:10.298Z | Packages to change: 1 |
237 | 2025-02-11T19:57:10.298Z | Mediators to change: 1 |
238 | 2025-02-11T19:57:10.301Z | Services to change: 1 |
239 | 2025-02-11T19:57:10.301Z | Create boot environment: No |
240 | 2025-02-11T19:57:10.301Z | Create backup boot environment: Yes |
241 | 2025-02-11T19:57:12.553Z | Actions: 1/6 actions (Updating modified actions) |
242 | 2025-02-11T19:57:12.557Z | Actions: Completed 6 actions in 0.00 seconds. |
243 | 2025-02-11T19:57:12.557Z | Done |
244 | 2025-02-11T19:57:12.557Z | Done |
245 | 2025-02-11T19:57:12.676Z | Done |
246 | 2025-02-11T19:57:16.630Z | Done |
247 | 2025-02-11T19:57:16.726Z | Done |
248 | 2025-02-11T19:57:16.729Z | Done |
249 | 2025-02-11T19:57:16.857Z | Done |
250 | 2025-02-11T19:57:17.323Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
251 | 2025-02-11T19:57:17.323Z | clang system 15 system |
252 | 2025-02-11T19:57:17.323Z | csh system system illumos |
253 | 2025-02-11T19:57:17.323Z | ctags system system illumos |
254 | 2025-02-11T19:57:17.323Z | gcc vendor 12 vendor |
255 | 2025-02-11T19:57:17.323Z | gcc system 10 system |
256 | 2025-02-11T19:57:17.323Z | gcc system 7 system |
257 | 2025-02-11T19:57:17.323Z | go system 1.20 system |
258 | 2025-02-11T19:57:17.323Z | go system 1.19 system |
259 | 2025-02-11T19:57:17.323Z | llvm system 15 system |
260 | 2025-02-11T19:57:17.323Z | llvm system 14 system |
261 | 2025-02-11T19:57:17.323Z | mariadb system 10.6 system |
262 | 2025-02-11T19:57:17.323Z | mta vendor vendor dma |
263 | 2025-02-11T19:57:17.323Z | openjdk system 17 system |
264 | 2025-02-11T19:57:17.323Z | openjdk system 11 system |
265 | 2025-02-11T19:57:17.323Z | openjdk system 1.8 system |
266 | 2025-02-11T19:57:17.323Z | openssl vendor 3 vendor |
267 | 2025-02-11T19:57:17.323Z | perl system 5.36 system |
268 | 2025-02-11T19:57:17.323Z | postgresql system 15 system |
269 | 2025-02-11T19:57:17.323Z | postgresql system 13 system |
270 | 2025-02-11T19:57:17.323Z | python vendor 3 vendor |
271 | 2025-02-11T19:57:17.323Z | python system 2 system |
272 | 2025-02-11T19:57:17.323Z | python3 system 3.11 system |
273 | 2025-02-11T19:57:17.323Z | ruby system 3.0 system |
274 | 2025-02-11T19:57:17.323Z | words vendor vendor american-english |
275 | 2025-02-11T19:57:17.323Z | words system system australian-english |
276 | 2025-02-11T19:57:17.323Z | words system system british-english |
277 | 2025-02-11T19:57:17.323Z | words system system canadian-english |
278 | 2025-02-11T19:57:17.323Z | words system system french |
279 | 2025-02-11T19:57:17.323Z | words system system italian |
280 | 2025-02-11T19:57:17.323Z | words system system ngerman |
281 | 2025-02-11T19:57:17.323Z | words system system ogerman |
282 | 2025-02-11T19:57:17.323Z | words system system spanish |
283 | 2025-02-11T19:57:17.680Z | PUBLISHER TYPE STATUS P LOCATION |
284 | 2025-02-11T19:57:17.680Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
285 | 2025-02-11T19:57:20.666Z | FMRI IFO |
286 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
287 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
288 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
289 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
290 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
291 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
292 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
293 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
294 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
295 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
296 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
297 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
298 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
299 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
300 | 2025-02-11T19:57:20.666Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
301 | 2025-02-11T19:57:21.467Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
302 | 2025-02-11T19:57:21.788Z | Updating crates.io index |
303 | 2025-02-11T19:57:21.839Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
304 | 2025-02-11T19:57:22.154Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
305 | 2025-02-11T19:57:22.706Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
306 | 2025-02-11T19:57:23.006Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
307 | 2025-02-11T19:57:23.255Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
308 | 2025-02-11T19:57:23.532Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
309 | 2025-02-11T19:57:24.512Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
310 | 2025-02-11T19:57:26.313Z | Updating git repository `https://github.com/oxidecomputer/opte` |
311 | 2025-02-11T19:57:26.933Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
312 | 2025-02-11T19:57:27.977Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
313 | 2025-02-11T19:57:28.406Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
314 | 2025-02-11T19:57:28.760Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
315 | 2025-02-11T19:57:29.628Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
316 | 2025-02-11T19:57:29.977Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
317 | 2025-02-11T19:57:30.347Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
318 | 2025-02-11T19:57:30.644Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
319 | 2025-02-11T19:57:30.887Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
320 | 2025-02-11T19:57:31.128Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
321 | 2025-02-11T19:57:31.483Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
322 | 2025-02-11T19:57:31.840Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
323 | 2025-02-11T19:57:32.117Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
324 | 2025-02-11T19:57:32.455Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
325 | 2025-02-11T19:57:32.855Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
326 | 2025-02-11T19:57:33.143Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
327 | 2025-02-11T19:57:33.666Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
328 | 2025-02-11T19:57:33.927Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
329 | 2025-02-11T19:57:34.332Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
330 | 2025-02-11T19:57:34.802Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
331 | 2025-02-11T19:57:35.149Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
332 | 2025-02-11T19:57:35.397Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
333 | 2025-02-11T19:57:35.665Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
334 | 2025-02-11T19:57:37.026Z | Downloading crates ... |
335 | 2025-02-11T19:57:37.223Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-02-11T19:57:37.225Z | Downloaded bytecount v0.6.8 |
337 | 2025-02-11T19:57:37.228Z | Downloaded camino-tempfile v1.1.1 |
338 | 2025-02-11T19:57:37.230Z | Downloaded autocfg v1.4.0 |
339 | 2025-02-11T19:57:37.230Z | Downloaded anstyle v1.0.10 |
340 | 2025-02-11T19:57:37.233Z | Downloaded anstyle-parse v0.2.5 |
341 | 2025-02-11T19:57:37.235Z | Downloaded camino v1.1.9 |
342 | 2025-02-11T19:57:37.235Z | Downloaded bitflags v2.6.0 |
343 | 2025-02-11T19:57:37.242Z | Downloaded equivalent v1.0.1 |
344 | 2025-02-11T19:57:37.245Z | Downloaded scroll_derive v0.12.0 |
345 | 2025-02-11T19:57:37.262Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2025-02-11T19:57:37.265Z | Downloaded dtrace-parser v0.2.0 |
347 | 2025-02-11T19:57:37.268Z | Downloaded pretty-hex v0.4.1 |
348 | 2025-02-11T19:57:37.277Z | Downloaded usdt-macro v0.5.0 |
349 | 2025-02-11T19:57:37.287Z | Downloaded swrite v0.1.0 |
350 | 2025-02-11T19:57:37.293Z | Downloaded plain v0.2.3 |
351 | 2025-02-11T19:57:37.296Z | Downloaded byteorder v1.5.0 |
352 | 2025-02-11T19:57:37.296Z | Downloaded block-buffer v0.10.4 |
353 | 2025-02-11T19:57:37.298Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2025-02-11T19:57:37.298Z | Downloaded thiserror v1.0.69 |
355 | 2025-02-11T19:57:37.302Z | Downloaded smawk v0.3.2 |
356 | 2025-02-11T19:57:37.304Z | Downloaded itoa v1.0.11 |
357 | 2025-02-11T19:57:37.304Z | Downloaded cpufeatures v0.2.14 |
358 | 2025-02-11T19:57:37.307Z | Downloaded cargo_metadata v0.18.1 |
359 | 2025-02-11T19:57:37.310Z | Downloaded thiserror-impl v1.0.69 |
360 | 2025-02-11T19:57:37.310Z | Downloaded fastrand v2.1.1 |
361 | 2025-02-11T19:57:37.310Z | Downloaded pest_generator v2.7.14 |
362 | 2025-02-11T19:57:37.313Z | Downloaded usdt v0.5.0 |
363 | 2025-02-11T19:57:37.317Z | Downloaded macaddr v1.0.1 |
364 | 2025-02-11T19:57:37.320Z | Downloaded heck v0.4.1 |
365 | 2025-02-11T19:57:37.323Z | Downloaded memmap v0.7.0 |
366 | 2025-02-11T19:57:37.323Z | Downloaded heck v0.5.0 |
367 | 2025-02-11T19:57:37.325Z | Downloaded digest v0.10.7 |
368 | 2025-02-11T19:57:37.328Z | Downloaded generic-array v0.14.7 |
369 | 2025-02-11T19:57:37.332Z | Downloaded fs-err v2.11.0 |
370 | 2025-02-11T19:57:37.335Z | Downloaded toml_datetime v0.6.8 |
371 | 2025-02-11T19:57:37.338Z | Downloaded fnv v1.0.7 |
372 | 2025-02-11T19:57:37.340Z | Downloaded usdt-impl v0.5.0 |
373 | 2025-02-11T19:57:37.343Z | Downloaded thread-id v4.2.2 |
374 | 2025-02-11T19:57:37.346Z | Downloaded terminal_size v0.4.0 |
375 | 2025-02-11T19:57:37.346Z | Downloaded tabled_derive v0.7.0 |
376 | 2025-02-11T19:57:37.349Z | Downloaded crypto-common v0.1.6 |
377 | 2025-02-11T19:57:37.349Z | Downloaded cfg-if v1.0.0 |
378 | 2025-02-11T19:57:37.351Z | Downloaded unicode-linebreak v0.1.5 |
379 | 2025-02-11T19:57:37.351Z | Downloaded errno v0.3.9 |
380 | 2025-02-11T19:57:37.351Z | Downloaded serde_spanned v0.6.8 |
381 | 2025-02-11T19:57:37.353Z | Downloaded cargo-platform v0.1.8 |
382 | 2025-02-11T19:57:37.356Z | Downloaded strsim v0.11.1 |
383 | 2025-02-11T19:57:37.356Z | Downloaded is_terminal_polyfill v1.70.1 |
384 | 2025-02-11T19:57:37.358Z | Downloaded colorchoice v1.0.2 |
385 | 2025-02-11T19:57:37.358Z | Downloaded utf8parse v0.2.2 |
386 | 2025-02-11T19:57:37.361Z | Downloaded once_cell v1.20.2 |
387 | 2025-02-11T19:57:37.364Z | Downloaded serde_tokenstream v0.2.2 |
388 | 2025-02-11T19:57:37.364Z | Downloaded anstream v0.6.15 |
389 | 2025-02-11T19:57:37.367Z | Downloaded dof v0.3.0 |
390 | 2025-02-11T19:57:37.369Z | Downloaded pest_derive v2.7.14 |
391 | 2025-02-11T19:57:37.369Z | Downloaded clap_lex v0.7.4 |
392 | 2025-02-11T19:57:37.371Z | Downloaded cargo_toml v0.20.5 |
393 | 2025-02-11T19:57:37.379Z | Downloaded version_check v0.9.5 |
394 | 2025-02-11T19:57:37.381Z | Downloaded sha2 v0.10.8 |
395 | 2025-02-11T19:57:37.384Z | Downloaded tempfile v3.13.0 |
396 | 2025-02-11T19:57:37.387Z | Downloaded quote v1.0.38 |
397 | 2025-02-11T19:57:37.390Z | Downloaded clap_derive v4.5.24 |
398 | 2025-02-11T19:57:37.392Z | Downloaded scroll v0.12.0 |
399 | 2025-02-11T19:57:37.395Z | Downloaded semver v1.0.24 |
400 | 2025-02-11T19:57:37.397Z | Downloaded proc-macro-error v1.0.4 |
401 | 2025-02-11T19:57:37.402Z | Downloaded zerocopy-derive v0.7.35 |
402 | 2025-02-11T19:57:37.409Z | Downloaded pest_meta v2.7.14 |
403 | 2025-02-11T19:57:37.418Z | Downloaded typenum v1.17.0 |
404 | 2025-02-11T19:57:37.420Z | Downloaded log v0.4.22 |
405 | 2025-02-11T19:57:37.426Z | Downloaded ucd-trie v0.1.7 |
406 | 2025-02-11T19:57:37.430Z | Downloaded toml v0.8.19 |
407 | 2025-02-11T19:57:37.434Z | Downloaded papergrid v0.11.0 |
408 | 2025-02-11T19:57:37.438Z | Downloaded unicode-ident v1.0.14 |
409 | 2025-02-11T19:57:37.441Z | Downloaded textwrap v0.16.1 |
410 | 2025-02-11T19:57:37.443Z | Downloaded ryu v1.0.18 |
411 | 2025-02-11T19:57:37.446Z | Downloaded anyhow v1.0.95 |
412 | 2025-02-11T19:57:37.449Z | Downloaded clap v4.5.27 |
413 | 2025-02-11T19:57:37.457Z | Downloaded proc-macro2 v1.0.92 |
414 | 2025-02-11T19:57:37.472Z | Downloaded serde_derive v1.0.217 |
415 | 2025-02-11T19:57:37.484Z | Downloaded indexmap v2.7.1 |
416 | 2025-02-11T19:57:37.498Z | Downloaded serde v1.0.217 |
417 | 2025-02-11T19:57:37.506Z | Downloaded memchr v2.7.4 |
418 | 2025-02-11T19:57:37.510Z | Downloaded toml_edit v0.22.22 |
419 | 2025-02-11T19:57:37.552Z | Downloaded zerocopy v0.7.35 |
420 | 2025-02-11T19:57:37.567Z | Downloaded winnow v0.6.20 |
421 | 2025-02-11T19:57:37.578Z | Downloaded serde_json v1.0.135 |
422 | 2025-02-11T19:57:37.583Z | Downloaded goblin v0.8.2 |
423 | 2025-02-11T19:57:37.590Z | Downloaded clap_builder v4.5.27 |
424 | 2025-02-11T19:57:37.595Z | Downloaded pest v2.7.14 |
425 | 2025-02-11T19:57:37.600Z | Downloaded hashbrown v0.15.1 |
426 | 2025-02-11T19:57:37.606Z | Downloaded tabled v0.15.0 |
427 | 2025-02-11T19:57:37.620Z | Downloaded syn v1.0.109 |
428 | 2025-02-11T19:57:37.630Z | Downloaded unicode-width v0.1.14 |
429 | 2025-02-11T19:57:37.635Z | Downloaded syn v2.0.96 |
430 | 2025-02-11T19:57:37.646Z | Downloaded rustix v0.38.37 |
431 | 2025-02-11T19:57:37.680Z | Downloaded libc v0.2.169 |
432 | 2025-02-11T19:57:38.003Z | Compiling proc-macro2 v1.0.92 |
433 | 2025-02-11T19:57:38.003Z | Compiling unicode-ident v1.0.14 |
434 | 2025-02-11T19:57:38.004Z | Compiling serde v1.0.217 |
435 | 2025-02-11T19:57:38.004Z | Compiling version_check v0.9.5 |
436 | 2025-02-11T19:57:38.007Z | Compiling memchr v2.7.4 |
437 | 2025-02-11T19:57:38.007Z | Compiling thiserror v1.0.69 |
438 | 2025-02-11T19:57:38.007Z | Compiling libc v0.2.169 |
439 | 2025-02-11T19:57:38.040Z | Compiling itoa v1.0.11 |
440 | 2025-02-11T19:57:38.291Z | Compiling ucd-trie v0.1.7 |
441 | 2025-02-11T19:57:38.417Z | Compiling ryu v1.0.18 |
442 | 2025-02-11T19:57:38.727Z | Compiling once_cell v1.20.2 |
443 | 2025-02-11T19:57:38.807Z | Compiling byteorder v1.5.0 |
444 | 2025-02-11T19:57:38.854Z | Compiling serde_json v1.0.135 |
445 | 2025-02-11T19:57:39.139Z | Compiling rustix v0.38.37 |
446 | 2025-02-11T19:57:39.222Z | Compiling bitflags v2.6.0 |
447 | 2025-02-11T19:57:39.354Z | Compiling usdt-impl v0.5.0 |
448 | 2025-02-11T19:57:39.607Z | Compiling proc-macro-error-attr v1.0.4 |
449 | 2025-02-11T19:57:39.645Z | Compiling syn v1.0.109 |
450 | 2025-02-11T19:57:39.686Z | Compiling proc-macro-error v1.0.4 |
451 | 2025-02-11T19:57:39.825Z | Compiling quote v1.0.38 |
452 | 2025-02-11T19:57:39.982Z | Compiling errno v0.3.9 |
453 | 2025-02-11T19:57:39.986Z | Compiling utf8parse v0.2.2 |
454 | 2025-02-11T19:57:40.037Z | Compiling plain v0.2.3 |
455 | 2025-02-11T19:57:40.162Z | Compiling equivalent v1.0.1 |
456 | 2025-02-11T19:57:40.190Z | Compiling hashbrown v0.15.1 |
457 | 2025-02-11T19:57:40.193Z | Compiling syn v2.0.96 |
458 | 2025-02-11T19:57:40.296Z | Compiling log v0.4.22 |
459 | 2025-02-11T19:57:40.335Z | Compiling camino v1.1.9 |
460 | 2025-02-11T19:57:40.538Z | Compiling thread-id v4.2.2 |
461 | 2025-02-11T19:57:40.672Z | Compiling anstyle-parse v0.2.5 |
462 | 2025-02-11T19:57:40.981Z | Compiling is_terminal_polyfill v1.70.1 |
463 | 2025-02-11T19:57:41.012Z | Compiling anstyle-query v1.1.1 |
464 | 2025-02-11T19:57:41.124Z | Compiling winnow v0.6.20 |
465 | 2025-02-11T19:57:41.175Z | Compiling anstyle v1.0.10 |
466 | 2025-02-11T19:57:41.222Z | Compiling indexmap v2.7.1 |
467 | 2025-02-11T19:57:41.293Z | Compiling unicode-width v0.1.14 |
468 | 2025-02-11T19:57:41.345Z | Compiling pretty-hex v0.4.1 |
469 | 2025-02-11T19:57:41.587Z | Compiling colorchoice v1.0.2 |
470 | 2025-02-11T19:57:41.616Z | Compiling autocfg v1.4.0 |
471 | 2025-02-11T19:57:41.790Z | Compiling semver v1.0.24 |
472 | 2025-02-11T19:57:41.875Z | Compiling anstream v0.6.15 |
473 | 2025-02-11T19:57:42.441Z | Compiling terminal_size v0.4.0 |
474 | 2025-02-11T19:57:42.686Z | Compiling fastrand v2.1.1 |
475 | 2025-02-11T19:57:42.714Z | Compiling strsim v0.11.1 |
476 | 2025-02-11T19:57:42.740Z | Compiling fs-err v2.11.0 |
477 | 2025-02-11T19:57:42.764Z | Compiling heck v0.4.1 |
478 | 2025-02-11T19:57:43.055Z | Compiling fnv v1.0.7 |
479 | 2025-02-11T19:57:43.222Z | Compiling cfg-if v1.0.0 |
480 | 2025-02-11T19:57:43.253Z | Compiling clap_lex v0.7.4 |
481 | 2025-02-11T19:57:43.253Z | Compiling bytecount v0.6.8 |
482 | 2025-02-11T19:57:43.304Z | Compiling anyhow v1.0.95 |
483 | 2025-02-11T19:57:43.336Z | Compiling heck v0.5.0 |
484 | 2025-02-11T19:57:43.517Z | Compiling papergrid v0.11.0 |
485 | 2025-02-11T19:57:43.730Z | Compiling clap_builder v4.5.27 |
486 | 2025-02-11T19:57:43.811Z | Compiling tempfile v3.13.0 |
487 | 2025-02-11T19:57:44.307Z | Compiling memmap v0.7.0 |
488 | 2025-02-11T19:57:44.337Z | Compiling unicode-linebreak v0.1.5 |
489 | 2025-02-11T19:57:44.615Z | Compiling smawk v0.3.2 |
490 | 2025-02-11T19:57:44.871Z | Compiling textwrap v0.16.1 |
491 | 2025-02-11T19:57:44.899Z | Compiling swrite v0.1.0 |
492 | 2025-02-11T19:57:45.786Z | Compiling tabled_derive v0.7.0 |
493 | 2025-02-11T19:57:47.367Z | Compiling tabled v0.15.0 |
494 | 2025-02-11T19:57:47.392Z | Compiling serde_derive v1.0.217 |
495 | 2025-02-11T19:57:47.395Z | Compiling thiserror-impl v1.0.69 |
496 | 2025-02-11T19:57:47.395Z | Compiling zerocopy-derive v0.7.35 |
497 | 2025-02-11T19:57:47.395Z | Compiling scroll_derive v0.12.0 |
498 | 2025-02-11T19:57:47.395Z | Compiling clap_derive v4.5.24 |
499 | 2025-02-11T19:57:48.860Z | Compiling scroll v0.12.0 |
500 | 2025-02-11T19:57:49.405Z | Compiling goblin v0.8.2 |
501 | 2025-02-11T19:57:49.578Z | Compiling zerocopy v0.7.35 |
502 | 2025-02-11T19:57:50.107Z | Compiling pest v2.7.14 |
503 | 2025-02-11T19:57:51.076Z | Compiling clap v4.5.27 |
504 | 2025-02-11T19:57:52.500Z | Compiling pest_meta v2.7.14 |
505 | 2025-02-11T19:57:53.433Z | Compiling pest_generator v2.7.14 |
506 | 2025-02-11T19:57:54.849Z | Compiling pest_derive v2.7.14 |
507 | 2025-02-11T19:57:55.552Z | Compiling dtrace-parser v0.2.0 |
508 | 2025-02-11T19:57:56.486Z | Compiling serde_spanned v0.6.8 |
509 | 2025-02-11T19:57:56.486Z | Compiling toml_datetime v0.6.8 |
510 | 2025-02-11T19:57:56.489Z | Compiling cargo-platform v0.1.8 |
511 | 2025-02-11T19:57:56.846Z | Compiling serde_tokenstream v0.2.2 |
512 | 2025-02-11T19:57:56.873Z | Compiling macaddr v1.0.1 |
513 | 2025-02-11T19:57:57.055Z | Compiling toml_edit v0.22.22 |
514 | 2025-02-11T19:57:57.189Z | Compiling camino-tempfile v1.1.1 |
515 | 2025-02-11T19:57:57.906Z | Compiling dof v0.3.0 |
516 | 2025-02-11T19:57:57.906Z | Compiling cargo_metadata v0.18.1 |
517 | 2025-02-11T19:57:59.699Z | Compiling usdt-macro v0.5.0 |
518 | 2025-02-11T19:57:59.701Z | Compiling usdt-attr-macro v0.5.0 |
519 | 2025-02-11T19:57:59.824Z | Compiling toml v0.8.19 |
520 | 2025-02-11T19:58:00.771Z | Compiling cargo_toml v0.20.5 |
521 | 2025-02-11T19:58:00.953Z | Compiling usdt v0.5.0 |
522 | 2025-02-11T19:58:03.531Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
523 | 2025-02-11T19:58:06.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.64s |
524 | 2025-02-11T19:58:07.170Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
525 | 2025-02-11T19:58:07.721Z | Downloading crates ... |
526 | 2025-02-11T19:58:07.843Z | Downloaded addr2line v0.24.2 |
527 | 2025-02-11T19:58:07.846Z | Downloaded base16ct v0.2.0 |
528 | 2025-02-11T19:58:07.848Z | Downloaded adler2 v2.0.0 |
529 | 2025-02-11T19:58:07.851Z | Downloaded ahash v0.8.11 |
530 | 2025-02-11T19:58:07.856Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-02-11T19:58:07.862Z | Downloaded http-body v1.0.1 |
532 | 2025-02-11T19:58:07.865Z | Downloaded atty v0.2.14 |
533 | 2025-02-11T19:58:07.867Z | Downloaded hex v0.4.3 |
534 | 2025-02-11T19:58:07.870Z | Downloaded darling v0.20.10 |
535 | 2025-02-11T19:58:07.875Z | Downloaded heapless v0.8.0 |
536 | 2025-02-11T19:58:07.879Z | Downloaded atomicwrites v0.4.4 |
537 | 2025-02-11T19:58:07.881Z | Downloaded hubpack_derive v0.1.1 |
538 | 2025-02-11T19:58:07.884Z | Downloaded http-range v0.1.5 |
539 | 2025-02-11T19:58:07.884Z | Downloaded crunchy v0.2.2 |
540 | 2025-02-11T19:58:07.886Z | Downloaded icu_provider_macros v1.5.0 |
541 | 2025-02-11T19:58:07.888Z | Downloaded md5 v0.7.0 |
542 | 2025-02-11T19:58:07.889Z | Downloaded cstr-argument v0.1.2 |
543 | 2025-02-11T19:58:07.891Z | Downloaded ciborium-io v0.2.2 |
544 | 2025-02-11T19:58:07.894Z | Downloaded instant v0.1.13 |
545 | 2025-02-11T19:58:07.897Z | Downloaded cfg_aliases v0.2.1 |
546 | 2025-02-11T19:58:07.900Z | Downloaded crucible-workspace-hack v0.1.0 |
547 | 2025-02-11T19:58:07.905Z | Downloaded progenitor-client v0.9.1 |
548 | 2025-02-11T19:58:07.908Z | Downloaded mirai-annotations v1.12.0 |
549 | 2025-02-11T19:58:07.908Z | Downloaded heck v0.3.3 |
550 | 2025-02-11T19:58:07.910Z | Downloaded match_cfg v0.1.0 |
551 | 2025-02-11T19:58:07.912Z | Downloaded is_ci v1.2.0 |
552 | 2025-02-11T19:58:07.912Z | Downloaded ident_case v1.0.1 |
553 | 2025-02-11T19:58:07.915Z | Downloaded bit-vec v0.6.3 |
554 | 2025-02-11T19:58:07.915Z | Downloaded crossbeam-deque v0.8.5 |
555 | 2025-02-11T19:58:07.917Z | Downloaded hyper-tls v0.6.0 |
556 | 2025-02-11T19:58:07.920Z | Downloaded const_format_proc_macros v0.2.34 |
557 | 2025-02-11T19:58:07.922Z | Downloaded http-body-util v0.1.2 |
558 | 2025-02-11T19:58:07.925Z | Downloaded humantime v2.1.0 |
559 | 2025-02-11T19:58:07.928Z | Downloaded bit-set v0.5.3 |
560 | 2025-02-11T19:58:07.931Z | Downloaded managed v0.8.0 |
561 | 2025-02-11T19:58:07.931Z | Downloaded cmake v0.1.51 |
562 | 2025-02-11T19:58:07.934Z | Downloaded cassowary v0.3.0 |
563 | 2025-02-11T19:58:07.934Z | Downloaded lazy_static v1.5.0 |
564 | 2025-02-11T19:58:07.936Z | Downloaded mime v0.3.17 |
565 | 2025-02-11T19:58:07.938Z | Downloaded lru-cache v0.1.2 |
566 | 2025-02-11T19:58:07.941Z | Downloaded memoffset v0.9.1 |
567 | 2025-02-11T19:58:07.941Z | Downloaded maplit v1.0.2 |
568 | 2025-02-11T19:58:07.943Z | Downloaded instability v0.3.2 |
569 | 2025-02-11T19:58:07.945Z | Downloaded lazycell v1.3.0 |
570 | 2025-02-11T19:58:07.948Z | Downloaded kstat-rs v0.2.4 |
571 | 2025-02-11T19:58:07.948Z | Downloaded indoc v1.0.9 |
572 | 2025-02-11T19:58:07.951Z | Downloaded lru v0.12.5 |
573 | 2025-02-11T19:58:07.954Z | Downloaded indent_write v2.2.0 |
574 | 2025-02-11T19:58:07.956Z | Downloaded convert_case v0.4.0 |
575 | 2025-02-11T19:58:07.957Z | Downloaded castaway v0.2.3 |
576 | 2025-02-11T19:58:07.959Z | Downloaded mockall v0.13.0 |
577 | 2025-02-11T19:58:07.961Z | Downloaded russh-cryptovec v0.7.3 |
578 | 2025-02-11T19:58:07.961Z | Downloaded maybe-uninit v2.0.0 |
579 | 2025-02-11T19:58:07.964Z | Downloaded bitfield-struct v0.6.2 |
580 | 2025-02-11T19:58:07.964Z | Downloaded bitfield v0.14.0 |
581 | 2025-02-11T19:58:07.966Z | Downloaded inout v0.1.3 |
582 | 2025-02-11T19:58:07.969Z | Downloaded internet-checksum v0.2.1 |
583 | 2025-02-11T19:58:07.969Z | Downloaded crc v3.2.1 |
584 | 2025-02-11T19:58:07.972Z | Downloaded lockfree-object-pool v0.1.6 |
585 | 2025-02-11T19:58:07.974Z | Downloaded icu_locid_transform v1.5.0 |
586 | 2025-02-11T19:58:07.978Z | Downloaded jobserver v0.1.32 |
587 | 2025-02-11T19:58:07.981Z | Downloaded libloading v0.8.5 |
588 | 2025-02-11T19:58:07.984Z | Downloaded lalrpop-util v0.19.12 |
589 | 2025-02-11T19:58:07.986Z | Downloaded crc-catalog v2.4.0 |
590 | 2025-02-11T19:58:07.986Z | Downloaded cipher v0.4.4 |
591 | 2025-02-11T19:58:07.989Z | Downloaded ipnet v2.10.1 |
592 | 2025-02-11T19:58:07.991Z | Downloaded async-bb8-diesel v0.2.1 |
593 | 2025-02-11T19:58:07.994Z | Downloaded multer v3.1.0 |
594 | 2025-02-11T19:58:07.998Z | Downloaded hyper-staticfile v0.10.1 |
595 | 2025-02-11T19:58:08.000Z | Downloaded linear-map v1.2.0 |
596 | 2025-02-11T19:58:08.003Z | Downloaded resolv-conf v0.7.0 |
597 | 2025-02-11T19:58:08.005Z | Downloaded console v0.15.10 |
598 | 2025-02-11T19:58:08.008Z | Downloaded yoke-derive v0.7.4 |
599 | 2025-02-11T19:58:08.011Z | Downloaded tower-service v0.3.3 |
600 | 2025-02-11T19:58:08.011Z | Downloaded toolchain_find v0.4.0 |
601 | 2025-02-11T19:58:08.013Z | Downloaded cancel-safe-futures v0.1.5 |
602 | 2025-02-11T19:58:08.016Z | Downloaded downcast v0.11.0 |
603 | 2025-02-11T19:58:08.019Z | Downloaded diesel_table_macro_syntax v0.2.0 |
604 | 2025-02-11T19:58:08.021Z | Downloaded sqlparser_derive v0.2.2 |
605 | 2025-02-11T19:58:08.021Z | Downloaded icu_normalizer v1.5.0 |
606 | 2025-02-11T19:58:08.025Z | Downloaded tinyvec_macros v0.1.1 |
607 | 2025-02-11T19:58:08.027Z | Downloaded take_mut v0.2.2 |
608 | 2025-02-11T19:58:08.030Z | Downloaded icu_normalizer_data v1.5.0 |
609 | 2025-02-11T19:58:08.032Z | Downloaded psl-types v2.0.11 |
610 | 2025-02-11T19:58:08.032Z | Downloaded radium v0.7.0 |
611 | 2025-02-11T19:58:08.035Z | Downloaded indexmap v1.9.3 |
612 | 2025-02-11T19:58:08.037Z | Downloaded rand_core v0.6.4 |
613 | 2025-02-11T19:58:08.041Z | Downloaded memmap2 v0.9.5 |
614 | 2025-02-11T19:58:08.044Z | Downloaded icu_provider v1.5.0 |
615 | 2025-02-11T19:58:08.048Z | Downloaded openssl-macros v0.1.1 |
616 | 2025-02-11T19:58:08.048Z | Downloaded newtype_derive v0.1.6 |
617 | 2025-02-11T19:58:08.050Z | Downloaded ssh-encoding v0.2.0 |
618 | 2025-02-11T19:58:08.053Z | Downloaded ssh-cipher v0.2.0 |
619 | 2025-02-11T19:58:08.053Z | Downloaded mime_guess v2.0.5 |
620 | 2025-02-11T19:58:08.055Z | Downloaded thiserror-impl-no-std v2.0.2 |
621 | 2025-02-11T19:58:08.058Z | Downloaded topological-sort v0.2.2 |
622 | 2025-02-11T19:58:08.060Z | Downloaded crossbeam-epoch v0.9.18 |
623 | 2025-02-11T19:58:08.063Z | Downloaded blake2 v0.10.6 |
624 | 2025-02-11T19:58:08.065Z | Downloaded document-features v0.2.10 |
625 | 2025-02-11T19:58:08.068Z | Downloaded crossbeam-utils v0.8.20 |
626 | 2025-02-11T19:58:08.071Z | Downloaded bzip2 v0.4.4 |
627 | 2025-02-11T19:58:08.073Z | Downloaded mockall_derive v0.13.0 |
628 | 2025-02-11T19:58:08.075Z | Downloaded slog-bunyan v2.5.0 |
629 | 2025-02-11T19:58:08.078Z | Downloaded allocator-api2 v0.2.18 |
630 | 2025-02-11T19:58:08.082Z | Downloaded tls_codec v0.4.1 |
631 | 2025-02-11T19:58:08.085Z | Downloaded peg-runtime v0.8.3 |
632 | 2025-02-11T19:58:08.087Z | Downloaded icu_properties v1.5.1 |
633 | 2025-02-11T19:58:08.089Z | Downloaded tabwriter v1.4.0 |
634 | 2025-02-11T19:58:08.092Z | Downloaded synstructure v0.13.1 |
635 | 2025-02-11T19:58:08.092Z | Downloaded rand_seeder v0.3.0 |
636 | 2025-02-11T19:58:08.094Z | Downloaded indicatif v0.17.11 |
637 | 2025-02-11T19:58:08.099Z | Downloaded fallible-streaming-iterator v0.1.9 |
638 | 2025-02-11T19:58:08.101Z | Downloaded fallible-iterator v0.3.0 |
639 | 2025-02-11T19:58:08.104Z | Downloaded futures-macro v0.3.31 |
640 | 2025-02-11T19:58:08.104Z | Downloaded strum_macros v0.26.4 |
641 | 2025-02-11T19:58:08.107Z | Downloaded newtype-uuid v1.2.1 |
642 | 2025-02-11T19:58:08.109Z | Downloaded hash32 v0.2.1 |
643 | 2025-02-11T19:58:08.112Z | Downloaded display-error-chain v0.2.2 |
644 | 2025-02-11T19:58:08.112Z | Downloaded defmt-parser v0.3.4 |
645 | 2025-02-11T19:58:08.115Z | Downloaded thiserror-no-std v2.0.2 |
646 | 2025-02-11T19:58:08.118Z | Downloaded num_enum v0.5.11 |
647 | 2025-02-11T19:58:08.125Z | Downloaded pkg-config v0.3.31 |
648 | 2025-02-11T19:58:08.131Z | Downloaded pem v3.0.4 |
649 | 2025-02-11T19:58:08.131Z | Downloaded packed_struct_codegen v0.10.1 |
650 | 2025-02-11T19:58:08.136Z | Downloaded packed_struct v0.10.1 |
651 | 2025-02-11T19:58:08.136Z | Downloaded miniz_oxide v0.8.0 |
652 | 2025-02-11T19:58:08.140Z | Downloaded base64 v0.13.1 |
653 | 2025-02-11T19:58:08.140Z | Downloaded icu_collections v1.5.0 |
654 | 2025-02-11T19:58:08.145Z | Downloaded rfc6979 v0.4.0 |
655 | 2025-02-11T19:58:08.150Z | Downloaded tls_codec_derive v0.4.1 |
656 | 2025-02-11T19:58:08.150Z | Downloaded slog-dtrace v0.3.0 |
657 | 2025-02-11T19:58:08.152Z | Downloaded darling_macro v0.20.10 |
658 | 2025-02-11T19:58:08.152Z | Downloaded zone_cfg_derive v0.3.0 |
659 | 2025-02-11T19:58:08.153Z | Downloaded scopeguard v1.2.0 |
660 | 2025-02-11T19:58:08.155Z | Downloaded progenitor-macro v0.8.0 |
661 | 2025-02-11T19:58:08.155Z | Downloaded pin-utils v0.1.0 |
662 | 2025-02-11T19:58:08.158Z | Downloaded signal-hook-registry v1.4.2 |
663 | 2025-02-11T19:58:08.158Z | Downloaded stable_deref_trait v1.2.0 |
664 | 2025-02-11T19:58:08.161Z | Downloaded tinystr v0.7.6 |
665 | 2025-02-11T19:58:08.163Z | Downloaded chacha20poly1305 v0.10.1 |
666 | 2025-02-11T19:58:08.167Z | Downloaded rcgen v0.12.1 |
667 | 2025-02-11T19:58:08.170Z | Downloaded yoke v0.7.4 |
668 | 2025-02-11T19:58:08.173Z | Downloaded env_logger v0.10.2 |
669 | 2025-02-11T19:58:08.176Z | Downloaded displaydoc v0.2.5 |
670 | 2025-02-11T19:58:08.178Z | Downloaded number_prefix v0.4.0 |
671 | 2025-02-11T19:58:08.180Z | Downloaded path-slash v0.1.5 |
672 | 2025-02-11T19:58:08.180Z | Downloaded untrusted v0.9.0 |
673 | 2025-02-11T19:58:08.183Z | Downloaded schemars_derive v0.8.21 |
674 | 2025-02-11T19:58:08.185Z | Downloaded scheduled-thread-pool v0.2.7 |
675 | 2025-02-11T19:58:08.188Z | Downloaded spki v0.7.3 |
676 | 2025-02-11T19:58:08.190Z | Downloaded untrusted v0.7.1 |
677 | 2025-02-11T19:58:08.190Z | Downloaded native-tls v0.2.12 |
678 | 2025-02-11T19:58:08.193Z | Downloaded hickory-resolver v0.24.2 |
679 | 2025-02-11T19:58:08.198Z | Downloaded minimal-lexical v0.2.1 |
680 | 2025-02-11T19:58:08.203Z | Downloaded embedded-io v0.6.1 |
681 | 2025-02-11T19:58:08.206Z | Downloaded futures-core v0.3.31 |
682 | 2025-02-11T19:58:08.208Z | Downloaded fragile v2.0.0 |
683 | 2025-02-11T19:58:08.211Z | Downloaded sqlformat v0.2.6 |
684 | 2025-02-11T19:58:08.214Z | Downloaded embedded-io v0.4.0 |
685 | 2025-02-11T19:58:08.216Z | Downloaded tiny-keccak v2.0.2 |
686 | 2025-02-11T19:58:08.219Z | Downloaded mio v1.0.2 |
687 | 2025-02-11T19:58:08.224Z | Downloaded strum v0.26.3 |
688 | 2025-02-11T19:58:08.227Z | Downloaded arc-swap v1.7.1 |
689 | 2025-02-11T19:58:08.230Z | Downloaded glob v0.3.2 |
690 | 2025-02-11T19:58:08.233Z | Downloaded crypto-bigint v0.5.5 |
691 | 2025-02-11T19:58:08.250Z | Downloaded nibble_vec v0.1.0 |
692 | 2025-02-11T19:58:08.253Z | Downloaded http v1.2.0 |
693 | 2025-02-11T19:58:08.256Z | Downloaded slog-term v2.9.1 |
694 | 2025-02-11T19:58:08.260Z | Downloaded endian-type v0.1.2 |
695 | 2025-02-11T19:58:08.262Z | Downloaded bumpalo v3.16.0 |
696 | 2025-02-11T19:58:08.265Z | Downloaded write16 v1.0.0 |
697 | 2025-02-11T19:58:08.267Z | Downloaded tinyvec v1.8.0 |
698 | 2025-02-11T19:58:08.270Z | Downloaded rustc_version v0.4.1 |
699 | 2025-02-11T19:58:08.272Z | Downloaded rustc_version v0.1.7 |
700 | 2025-02-11T19:58:08.272Z | Downloaded base64 v0.22.1 |
701 | 2025-02-11T19:58:08.276Z | Downloaded derive_builder_macro v0.20.2 |
702 | 2025-02-11T19:58:08.278Z | Downloaded fxhash v0.2.1 |
703 | 2025-02-11T19:58:08.278Z | Downloaded foreign-types-macros v0.2.3 |
704 | 2025-02-11T19:58:08.281Z | Downloaded termios v0.3.3 |
705 | 2025-02-11T19:58:08.283Z | Downloaded structmeta-derive v0.3.0 |
706 | 2025-02-11T19:58:08.283Z | Downloaded structmeta-derive v0.2.0 |
707 | 2025-02-11T19:58:08.286Z | Downloaded signature v2.2.0 |
708 | 2025-02-11T19:58:08.288Z | Downloaded itertools v0.10.5 |
709 | 2025-02-11T19:58:08.296Z | Downloaded pretty-hex v0.2.1 |
710 | 2025-02-11T19:58:08.301Z | Downloaded pin-project-internal v1.1.6 |
711 | 2025-02-11T19:58:08.301Z | Downloaded rustls-pki-types v1.10.0 |
712 | 2025-02-11T19:58:08.308Z | Downloaded sha1 v0.10.6 |
713 | 2025-02-11T19:58:08.309Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2025-02-11T19:58:08.313Z | Downloaded which v4.4.2 |
715 | 2025-02-11T19:58:08.315Z | Downloaded want v0.3.1 |
716 | 2025-02-11T19:58:08.316Z | Downloaded unsafe-libyaml v0.2.11 |
717 | 2025-02-11T19:58:08.318Z | Downloaded thread_local v1.1.8 |
718 | 2025-02-11T19:58:08.318Z | Downloaded rustc-hash v2.0.0 |
719 | 2025-02-11T19:58:08.320Z | Downloaded unicode-truncate v1.1.0 |
720 | 2025-02-11T19:58:08.323Z | Downloaded enum-as-inner v0.6.1 |
721 | 2025-02-11T19:58:08.325Z | Downloaded paste v1.0.15 |
722 | 2025-02-11T19:58:08.328Z | Downloaded percent-encoding v2.3.1 |
723 | 2025-02-11T19:58:08.332Z | Downloaded oso v0.27.3 |
724 | 2025-02-11T19:58:08.334Z | Downloaded expectorate v1.1.0 |
725 | 2025-02-11T19:58:08.337Z | Downloaded libxml v0.3.3 |
726 | 2025-02-11T19:58:08.342Z | Downloaded ed25519 v2.2.3 |
727 | 2025-02-11T19:58:08.345Z | Downloaded tracing-attributes v0.1.27 |
728 | 2025-02-11T19:58:08.347Z | Downloaded multimap v0.10.0 |
729 | 2025-02-11T19:58:08.350Z | Downloaded aes-gcm v0.10.3 |
730 | 2025-02-11T19:58:08.353Z | Downloaded rtoolbox v0.0.2 |
731 | 2025-02-11T19:58:08.355Z | Downloaded nanorand v0.7.0 |
732 | 2025-02-11T19:58:08.358Z | Downloaded rusty-fork v0.3.0 |
733 | 2025-02-11T19:58:08.360Z | Downloaded openssl-probe v0.1.5 |
734 | 2025-02-11T19:58:08.362Z | Downloaded parse-zoneinfo v0.3.1 |
735 | 2025-02-11T19:58:08.365Z | Downloaded oso-derive v0.27.3 |
736 | 2025-02-11T19:58:08.367Z | Downloaded salsa20 v0.10.2 |
737 | 2025-02-11T19:58:08.367Z | Downloaded funty v2.0.0 |
738 | 2025-02-11T19:58:08.370Z | Downloaded opaque-debug v0.3.1 |
739 | 2025-02-11T19:58:08.370Z | Downloaded foreign-types v0.3.2 |
740 | 2025-02-11T19:58:08.372Z | Downloaded olpc-cjson v0.1.4 |
741 | 2025-02-11T19:58:08.372Z | Downloaded strum_macros v0.24.3 |
742 | 2025-02-11T19:58:08.375Z | Downloaded strum_macros v0.25.3 |
743 | 2025-02-11T19:58:08.377Z | Downloaded elliptic-curve v0.13.8 |
744 | 2025-02-11T19:58:08.381Z | Downloaded peg-macros v0.8.4 |
745 | 2025-02-11T19:58:08.384Z | Downloaded parking_lot v0.11.2 |
746 | 2025-02-11T19:58:08.387Z | Downloaded structmeta v0.3.0 |
747 | 2025-02-11T19:58:08.389Z | Downloaded rustversion v1.0.17 |
748 | 2025-02-11T19:58:08.392Z | Downloaded r2d2 v0.8.10 |
749 | 2025-02-11T19:58:08.394Z | Downloaded rustls-pemfile v1.0.4 |
750 | 2025-02-11T19:58:08.397Z | Downloaded zone v0.1.8 |
751 | 2025-02-11T19:58:08.399Z | Downloaded socket2 v0.5.7 |
752 | 2025-02-11T19:58:08.399Z | Downloaded progenitor-macro v0.9.1 |
753 | 2025-02-11T19:58:08.402Z | Downloaded tokio-stream v0.1.16 |
754 | 2025-02-11T19:58:08.406Z | Downloaded foreign-types v0.5.0 |
755 | 2025-02-11T19:58:08.408Z | Downloaded dropshot_endpoint v0.15.1 |
756 | 2025-02-11T19:58:08.411Z | Downloaded ghash v0.5.1 |
757 | 2025-02-11T19:58:08.414Z | Downloaded fd-lock v4.0.2 |
758 | 2025-02-11T19:58:08.416Z | Downloaded zeroize_derive v1.4.2 |
759 | 2025-02-11T19:58:08.419Z | Downloaded rustfmt-wrapper v0.2.1 |
760 | 2025-02-11T19:58:08.419Z | Downloaded unarray v0.1.4 |
761 | 2025-02-11T19:58:08.422Z | Downloaded gethostname v0.5.0 |
762 | 2025-02-11T19:58:08.424Z | Downloaded twox-hash v2.1.0 |
763 | 2025-02-11T19:58:08.426Z | Downloaded omicron-zone-package v0.12.0 |
764 | 2025-02-11T19:58:08.430Z | Downloaded slog-envlogger v2.2.0 |
765 | 2025-02-11T19:58:08.432Z | Downloaded slog-async v2.8.0 |
766 | 2025-02-11T19:58:08.435Z | Downloaded slab v0.4.9 |
767 | 2025-02-11T19:58:08.435Z | Downloaded progenitor v0.9.1 |
768 | 2025-02-11T19:58:08.437Z | Downloaded float-ord v0.3.2 |
769 | 2025-02-11T19:58:08.440Z | Downloaded parking_lot_core v0.9.10 |
770 | 2025-02-11T19:58:08.443Z | Downloaded getrandom v0.2.15 |
771 | 2025-02-11T19:58:08.445Z | Downloaded tui-tree-widget v0.22.0 |
772 | 2025-02-11T19:58:08.448Z | Downloaded rand_xorshift v0.3.0 |
773 | 2025-02-11T19:58:08.448Z | Downloaded num_enum_derive v0.5.11 |
774 | 2025-02-11T19:58:08.451Z | Downloaded num-iter v0.1.45 |
775 | 2025-02-11T19:58:08.451Z | Downloaded zone v0.3.0 |
776 | 2025-02-11T19:58:08.454Z | Downloaded difflib v0.4.0 |
777 | 2025-02-11T19:58:08.454Z | Downloaded time-core v0.1.2 |
778 | 2025-02-11T19:58:08.457Z | Downloaded defmt-macros v0.3.9 |
779 | 2025-02-11T19:58:08.459Z | Downloaded nu-ansi-term v0.50.1 |
780 | 2025-02-11T19:58:08.462Z | Downloaded termcolor v1.4.1 |
781 | 2025-02-11T19:58:08.465Z | Downloaded tokio-rustls v0.26.0 |
782 | 2025-02-11T19:58:08.467Z | Downloaded parse-display-derive v0.10.0 |
783 | 2025-02-11T19:58:08.467Z | Downloaded owo-colors v4.1.0 |
784 | 2025-02-11T19:58:08.470Z | Downloaded qorb v0.2.1 |
785 | 2025-02-11T19:58:08.475Z | Downloaded rustc-demangle v0.1.24 |
786 | 2025-02-11T19:58:08.478Z | Downloaded subprocess v0.2.9 |
787 | 2025-02-11T19:58:08.481Z | Downloaded typed-path v0.9.3 |
788 | 2025-02-11T19:58:08.488Z | Downloaded smallvec v0.6.14 |
789 | 2025-02-11T19:58:08.491Z | Downloaded serde_urlencoded v0.7.1 |
790 | 2025-02-11T19:58:08.494Z | Downloaded semver v0.1.20 |
791 | 2025-02-11T19:58:08.494Z | Downloaded quinn-udp v0.5.5 |
792 | 2025-02-11T19:58:08.496Z | Downloaded tokio-tungstenite v0.24.0 |
793 | 2025-02-11T19:58:08.499Z | Downloaded phf_codegen v0.11.2 |
794 | 2025-02-11T19:58:08.502Z | Downloaded subtle v2.6.1 |
795 | 2025-02-11T19:58:08.505Z | Downloaded rustyline v14.0.0 |
796 | 2025-02-11T19:58:08.508Z | Downloaded progenitor-client v0.8.0 |
797 | 2025-02-11T19:58:08.511Z | Downloaded supports-color v3.0.1 |
798 | 2025-02-11T19:58:08.511Z | Downloaded num-rational v0.4.2 |
799 | 2025-02-11T19:58:08.513Z | Downloaded postgres-types v0.2.8 |
800 | 2025-02-11T19:58:08.516Z | Downloaded ref-cast v1.0.23 |
801 | 2025-02-11T19:58:08.519Z | Downloaded powerfmt v0.2.0 |
802 | 2025-02-11T19:58:08.522Z | Downloaded ppv-lite86 v0.2.20 |
803 | 2025-02-11T19:58:08.524Z | Downloaded precomputed-hash v0.1.1 |
804 | 2025-02-11T19:58:08.524Z | Downloaded ron v0.7.1 |
805 | 2025-02-11T19:58:08.529Z | Downloaded tracing-core v0.1.32 |
806 | 2025-02-11T19:58:08.532Z | Downloaded tokio-macros v2.5.0 |
807 | 2025-02-11T19:58:08.535Z | Downloaded term v0.7.0 |
808 | 2025-02-11T19:58:08.538Z | Downloaded vte_generate_state_changes v0.1.2 |
809 | 2025-02-11T19:58:08.541Z | Downloaded slog-json v2.6.1 |
810 | 2025-02-11T19:58:08.545Z | Downloaded simd-adler32 v0.3.7 |
811 | 2025-02-11T19:58:08.548Z | Downloaded slog v2.7.0 |
812 | 2025-02-11T19:58:08.548Z | Downloaded dirs-next v2.0.0 |
813 | 2025-02-11T19:58:08.550Z | Downloaded zerofrom v0.1.4 |
814 | 2025-02-11T19:58:08.551Z | Downloaded deranged v0.3.11 |
815 | 2025-02-11T19:58:08.553Z | Downloaded utf-8 v0.7.6 |
816 | 2025-02-11T19:58:08.553Z | Downloaded diff v0.1.13 |
817 | 2025-02-11T19:58:08.556Z | Downloaded nodrop v0.1.14 |
818 | 2025-02-11T19:58:08.559Z | Downloaded env_filter v0.1.2 |
819 | 2025-02-11T19:58:08.561Z | Downloaded termtree v0.4.1 |
820 | 2025-02-11T19:58:08.562Z | Downloaded reqwest v0.12.9 |
821 | 2025-02-11T19:58:08.570Z | Downloaded serde-big-array v0.5.1 |
822 | 2025-02-11T19:58:08.574Z | Downloaded strip-ansi-escapes v0.2.0 |
823 | 2025-02-11T19:58:08.577Z | Downloaded p256 v0.13.2 |
824 | 2025-02-11T19:58:08.579Z | Downloaded same-file v1.0.6 |
825 | 2025-02-11T19:58:08.580Z | Downloaded postgres-protocol v0.6.7 |
826 | 2025-02-11T19:58:08.582Z | Downloaded num-bigint-dig v0.8.4 |
827 | 2025-02-11T19:58:08.588Z | Downloaded dunce v1.0.5 |
828 | 2025-02-11T19:58:08.590Z | Downloaded dsl_auto_type v0.1.2 |
829 | 2025-02-11T19:58:08.593Z | Downloaded thiserror-impl v2.0.11 |
830 | 2025-02-11T19:58:08.593Z | Downloaded thiserror v2.0.11 |
831 | 2025-02-11T19:58:08.599Z | Downloaded num-conv v0.1.0 |
832 | 2025-02-11T19:58:08.602Z | Downloaded normalize-line-endings v0.3.0 |
833 | 2025-02-11T19:58:08.602Z | Downloaded proc-macro-crate v1.3.1 |
834 | 2025-02-11T19:58:08.604Z | Downloaded russh-keys v0.45.0 |
835 | 2025-02-11T19:58:08.606Z | Downloaded num-derive v0.4.2 |
836 | 2025-02-11T19:58:08.609Z | Downloaded slog-scope v4.4.0 |
837 | 2025-02-11T19:58:08.612Z | Downloaded filetime v0.2.25 |
838 | 2025-02-11T19:58:08.612Z | Downloaded hash32 v0.3.1 |
839 | 2025-02-11T19:58:08.614Z | Downloaded crossterm v0.28.1 |
840 | 2025-02-11T19:58:08.621Z | Downloaded phf_shared v0.10.0 |
841 | 2025-02-11T19:58:08.623Z | Downloaded phf_generator v0.11.2 |
842 | 2025-02-11T19:58:08.623Z | Downloaded openssl-sys v0.9.105 |
843 | 2025-02-11T19:58:08.629Z | Downloaded foreign-types-shared v0.3.1 |
844 | 2025-02-11T19:58:08.631Z | Downloaded foreign-types-shared v0.1.1 |
845 | 2025-02-11T19:58:08.631Z | Downloaded zip v0.6.6 |
846 | 2025-02-11T19:58:08.636Z | Downloaded rpassword v7.3.1 |
847 | 2025-02-11T19:58:08.638Z | Downloaded wait-timeout v0.2.0 |
848 | 2025-02-11T19:58:08.641Z | Downloaded serde_path_to_error v0.1.16 |
849 | 2025-02-11T19:58:08.641Z | Downloaded tokio-rustls v0.25.0 |
850 | 2025-02-11T19:58:08.643Z | Downloaded similar v2.6.0 |
851 | 2025-02-11T19:58:08.648Z | Downloaded sync-ptr v0.1.1 |
852 | 2025-02-11T19:58:08.651Z | Downloaded parse-display v0.10.0 |
853 | 2025-02-11T19:58:08.651Z | Downloaded flume v0.11.1 |
854 | 2025-02-11T19:58:08.655Z | Downloaded typify-macro v0.3.0 |
855 | 2025-02-11T19:58:08.658Z | Downloaded hashlink v0.9.1 |
856 | 2025-02-11T19:58:08.660Z | Downloaded sync_wrapper v1.0.1 |
857 | 2025-02-11T19:58:08.660Z | Downloaded typify-macro v0.2.0 |
858 | 2025-02-11T19:58:08.663Z | Downloaded string_cache v0.8.7 |
859 | 2025-02-11T19:58:08.663Z | Downloaded unicode-segmentation v1.12.0 |
860 | 2025-02-11T19:58:08.666Z | Downloaded dyn-clone v1.0.17 |
861 | 2025-02-11T19:58:08.669Z | Downloaded vte v0.11.1 |
862 | 2025-02-11T19:58:08.671Z | Downloaded predicates-tree v1.0.11 |
863 | 2025-02-11T19:58:08.674Z | Downloaded tar v0.4.42 |
864 | 2025-02-11T19:58:08.676Z | Downloaded ecdsa v0.16.9 |
865 | 2025-02-11T19:58:08.679Z | Downloaded phf_shared v0.11.2 |
866 | 2025-02-11T19:58:08.682Z | Downloaded blake3 v1.5.4 |
867 | 2025-02-11T19:58:08.688Z | Downloaded vsss-rs v3.3.4 |
868 | 2025-02-11T19:58:08.691Z | Downloaded structmeta v0.2.0 |
869 | 2025-02-11T19:58:08.694Z | Downloaded lalrpop v0.19.12 |
870 | 2025-02-11T19:58:08.706Z | Downloaded termtree v0.5.1 |
871 | 2025-02-11T19:58:08.708Z | Downloaded utf16_iter v1.0.5 |
872 | 2025-02-11T19:58:08.711Z | Downloaded stringprep v0.1.5 |
873 | 2025-02-11T19:58:08.711Z | Downloaded fixedbitset v0.4.2 |
874 | 2025-02-11T19:58:08.714Z | Downloaded parking_lot_core v0.8.6 |
875 | 2025-02-11T19:58:08.714Z | Downloaded num-complex v0.4.6 |
876 | 2025-02-11T19:58:08.717Z | Downloaded num v0.4.3 |
877 | 2025-02-11T19:58:08.719Z | Downloaded ff v0.13.0 |
878 | 2025-02-11T19:58:08.719Z | Downloaded sct v0.7.1 |
879 | 2025-02-11T19:58:08.723Z | Downloaded poly1305 v0.8.0 |
880 | 2025-02-11T19:58:08.726Z | Downloaded utf8_iter v1.0.4 |
881 | 2025-02-11T19:58:08.728Z | Downloaded aws-lc-rs v1.10.0 |
882 | 2025-02-11T19:58:08.737Z | Downloaded rand v0.8.5 |
883 | 2025-02-11T19:58:08.741Z | Downloaded vergen v8.3.2 |
884 | 2025-02-11T19:58:08.744Z | Downloaded writeable v0.5.5 |
885 | 2025-02-11T19:58:08.748Z | Downloaded zip v2.1.3 |
886 | 2025-02-11T19:58:08.751Z | Downloaded test-strategy v0.3.1 |
887 | 2025-02-11T19:58:08.755Z | Downloaded postcard v1.0.10 |
888 | 2025-02-11T19:58:08.757Z | Downloaded tokio-postgres v0.7.12 |
889 | 2025-02-11T19:58:08.763Z | Downloaded quinn v0.11.5 |
890 | 2025-02-11T19:58:08.766Z | Downloaded aho-corasick v1.1.3 |
891 | 2025-02-11T19:58:08.774Z | Downloaded unicode-normalization v0.1.24 |
892 | 2025-02-11T19:58:08.779Z | Downloaded prettyplease v0.2.25 |
893 | 2025-02-11T19:58:08.782Z | Downloaded winnow v0.5.40 |
894 | 2025-02-11T19:58:08.792Z | Downloaded headers v0.4.0 |
895 | 2025-02-11T19:58:08.798Z | Downloaded diesel_derives v2.2.3 |
896 | 2025-02-11T19:58:08.803Z | Downloaded snafu v0.8.5 |
897 | 2025-02-11T19:58:08.810Z | Downloaded tokio-util v0.7.12 |
898 | 2025-02-11T19:58:08.818Z | Downloaded tungstenite v0.24.0 |
899 | 2025-02-11T19:58:08.821Z | Downloaded chrono v0.4.39 |
900 | 2025-02-11T19:58:08.829Z | Downloaded ron v0.8.1 |
901 | 2025-02-11T19:58:08.835Z | Downloaded zerocopy-derive v0.8.10 |
902 | 2025-02-11T19:58:08.842Z | Downloaded rayon-core v1.12.1 |
903 | 2025-02-11T19:58:08.846Z | Downloaded hashbrown v0.12.3 |
904 | 2025-02-11T19:58:08.851Z | Downloaded nom v7.1.3 |
905 | 2025-02-11T19:58:08.857Z | Downloaded flate2 v1.0.35 |
906 | 2025-02-11T19:58:08.863Z | Downloaded reedline v0.35.0 |
907 | 2025-02-11T19:58:08.871Z | Downloaded rsa v0.9.6 |
908 | 2025-02-11T19:58:08.878Z | Downloaded zerovec v0.10.4 |
909 | 2025-02-11T19:58:08.884Z | Downloaded bitvec v1.0.1 |
910 | 2025-02-11T19:58:08.902Z | Downloaded rustls-webpki v0.101.7 |
911 | 2025-02-11T19:58:08.917Z | Downloaded salty v0.3.0 |
912 | 2025-02-11T19:58:08.924Z | Downloaded bindgen v0.69.5 |
913 | 2025-02-11T19:58:08.933Z | Downloaded hashbrown v0.14.5 |
914 | 2025-02-11T19:58:08.938Z | Downloaded quinn-proto v0.11.8 |
915 | 2025-02-11T19:58:08.945Z | Downloaded dropshot v0.12.0 |
916 | 2025-02-11T19:58:08.967Z | Downloaded futures-util v0.3.31 |
917 | 2025-02-11T19:58:08.979Z | Downloaded hashbrown v0.13.2 |
918 | 2025-02-11T19:58:08.984Z | Downloaded p521 v0.13.3 |
919 | 2025-02-11T19:58:08.989Z | Downloaded rustls v0.23.19 |
920 | 2025-02-11T19:58:09.001Z | Downloaded object v0.30.4 |
921 | 2025-02-11T19:58:09.013Z | Downloaded rusqlite v0.32.1 |
922 | 2025-02-11T19:58:09.020Z | Downloaded webpki-roots v0.26.6 |
923 | 2025-02-11T19:58:09.024Z | Downloaded openssl v0.10.70 |
924 | 2025-02-11T19:58:09.035Z | Downloaded curve25519-dalek v4.1.3 |
925 | 2025-02-11T19:58:09.045Z | Downloaded regress v0.10.1 |
926 | 2025-02-11T19:58:09.054Z | Downloaded rustls v0.22.4 |
927 | 2025-02-11T19:58:09.068Z | Downloaded vcpkg v0.2.15 |
928 | 2025-02-11T19:58:09.112Z | Downloaded portable-atomic v1.9.0 |
929 | 2025-02-11T19:58:09.116Z | Downloaded rayon v1.10.0 |
930 | 2025-02-11T19:58:09.125Z | Downloaded quick-xml v0.33.0 |
931 | 2025-02-11T19:58:09.132Z | Downloaded nix v0.28.0 |
932 | 2025-02-11T19:58:09.146Z | Downloaded smoltcp v0.9.1 |
933 | 2025-02-11T19:58:09.156Z | Downloaded petname v2.0.2 |
934 | 2025-02-11T19:58:09.162Z | Downloaded chrono-tz v0.10.1 |
935 | 2025-02-11T19:58:09.171Z | Downloaded polar-core v0.27.3 |
936 | 2025-02-11T19:58:09.181Z | Downloaded bstr v1.10.0 |
937 | 2025-02-11T19:58:09.192Z | Downloaded dropshot v0.15.1 |
938 | 2025-02-11T19:58:09.217Z | Downloaded smoltcp v0.11.0 |
939 | 2025-02-11T19:58:09.229Z | Downloaded openapiv3 v2.0.0 |
940 | 2025-02-11T19:58:09.242Z | Downloaded nix v0.29.0 |
941 | 2025-02-11T19:58:09.255Z | Downloaded diesel v2.2.6 |
942 | 2025-02-11T19:58:09.274Z | Downloaded object v0.36.5 |
943 | 2025-02-11T19:58:09.286Z | Downloaded zerocopy v0.8.10 |
944 | 2025-02-11T19:58:09.311Z | Downloaded radix_trie v0.2.1 |
945 | 2025-02-11T19:58:09.316Z | Downloaded nix v0.27.1 |
946 | 2025-02-11T19:58:09.327Z | Downloaded sled v0.34.7 |
947 | 2025-02-11T19:58:09.339Z | Downloaded regex-syntax v0.6.29 |
948 | 2025-02-11T19:58:09.347Z | Downloaded typify-impl v0.2.0 |
949 | 2025-02-11T19:58:09.363Z | Downloaded typify-impl v0.3.0 |
950 | 2025-02-11T19:58:09.379Z | Downloaded regex-automata v0.4.8 |
951 | 2025-02-11T19:58:09.397Z | Downloaded zerocopy-derive v0.6.6 |
952 | 2025-02-11T19:58:09.406Z | Downloaded ratatui v0.28.1 |
953 | 2025-02-11T19:58:09.427Z | Downloaded lzma-sys v0.1.20 |
954 | 2025-02-11T19:58:09.456Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2025-02-11T19:58:09.469Z | Downloaded p384 v0.13.0 |
956 | 2025-02-11T19:58:09.474Z | Downloaded gimli v0.31.1 |
957 | 2025-02-11T19:58:09.483Z | Downloaded regex-syntax v0.8.5 |
958 | 2025-02-11T19:58:09.492Z | Downloaded rustls v0.21.12 |
959 | 2025-02-11T19:58:09.503Z | Downloaded rustls-webpki v0.102.8 |
960 | 2025-02-11T19:58:09.522Z | Downloaded petgraph v0.6.5 |
961 | 2025-02-11T19:58:09.540Z | Downloaded libz-sys v1.1.20 |
962 | 2025-02-11T19:58:09.560Z | Downloaded regex v1.11.1 |
963 | 2025-02-11T19:58:09.573Z | Downloaded tokio v1.43.0 |
964 | 2025-02-11T19:58:09.612Z | Downloaded unicode-width v0.2.0 |
965 | 2025-02-11T19:58:09.618Z | Downloaded git2 v0.19.0 |
966 | 2025-02-11T19:58:09.627Z | Downloaded csv v1.3.1 |
967 | 2025-02-11T19:58:09.647Z | Downloaded regress v0.9.1 |
968 | 2025-02-11T19:58:09.655Z | Downloaded hickory-proto v0.24.2 |
969 | 2025-02-11T19:58:09.670Z | Downloaded proptest v1.5.0 |
970 | 2025-02-11T19:58:09.679Z | Downloaded sha3 v0.10.8 |
971 | 2025-02-11T19:58:09.684Z | Downloaded sqlparser v0.45.0 |
972 | 2025-02-11T19:58:09.690Z | Downloaded uuid v1.12.0 |
973 | 2025-02-11T19:58:09.693Z | Downloaded heapless v0.7.17 |
974 | 2025-02-11T19:58:09.697Z | Downloaded dropshot_endpoint v0.12.0 |
975 | 2025-02-11T19:58:09.699Z | Downloaded futures v0.3.31 |
976 | 2025-02-11T19:58:09.705Z | Downloaded flagset v0.4.6 |
977 | 2025-02-11T19:58:09.707Z | Downloaded serde_with v3.11.0 |
978 | 2025-02-11T19:58:09.714Z | Downloaded wyz v0.5.1 |
979 | 2025-02-11T19:58:09.717Z | Downloaded parking_lot v0.12.3 |
980 | 2025-02-11T19:58:09.719Z | Downloaded polyval v0.6.2 |
981 | 2025-02-11T19:58:09.722Z | Downloaded secrecy v0.8.0 |
982 | 2025-02-11T19:58:09.722Z | Downloaded scrypt v0.11.0 |
983 | 2025-02-11T19:58:09.724Z | Downloaded time v0.3.36 |
984 | 2025-02-11T19:58:09.730Z | Downloaded icu_properties_data v1.5.0 |
985 | 2025-02-11T19:58:09.741Z | Downloaded tokio-rustls v0.24.1 |
986 | 2025-02-11T19:58:09.743Z | Downloaded phf v0.11.2 |
987 | 2025-02-11T19:58:09.746Z | Downloaded futures-channel v0.3.31 |
988 | 2025-02-11T19:58:09.748Z | Downloaded samael v0.0.17 |
989 | 2025-02-11T19:58:09.752Z | Downloaded parse-size v1.1.0 |
990 | 2025-02-11T19:58:09.755Z | Downloaded headers-core v0.3.0 |
991 | 2025-02-11T19:58:09.755Z | Downloaded tap v1.0.1 |
992 | 2025-02-11T19:58:09.755Z | Downloaded dirs-sys-next v0.1.2 |
993 | 2025-02-11T19:58:09.757Z | Downloaded fs_extra v1.3.0 |
994 | 2025-02-11T19:58:09.757Z | Downloaded password-hash v0.5.0 |
995 | 2025-02-11T19:58:09.760Z | Downloaded des v0.8.1 |
996 | 2025-02-11T19:58:09.762Z | Downloaded derive-where v1.2.7 |
997 | 2025-02-11T19:58:09.765Z | Downloaded h2 v0.4.6 |
998 | 2025-02-11T19:58:09.771Z | Downloaded serde_plain v1.0.2 |
999 | 2025-02-11T19:58:09.773Z | Downloaded form_urlencoded v1.2.1 |
1000 | 2025-02-11T19:58:09.776Z | Downloaded tungstenite v0.23.0 |
1001 | 2025-02-11T19:58:09.778Z | Downloaded tungstenite v0.21.0 |
1002 | 2025-02-11T19:58:09.781Z | Downloaded url v2.5.3 |
1003 | 2025-02-11T19:58:09.784Z | Downloaded num-bigint v0.4.6 |
1004 | 2025-02-11T19:58:09.789Z | Downloaded russh v0.45.0 |
1005 | 2025-02-11T19:58:09.794Z | Downloaded zeroize v1.8.1 |
1006 | 2025-02-11T19:58:09.797Z | Downloaded encoding_rs v0.8.34 |
1007 | 2025-02-11T19:58:09.818Z | Downloaded zerofrom-derive v0.1.4 |
1008 | 2025-02-11T19:58:09.820Z | Downloaded primeorder v0.13.6 |
1009 | 2025-02-11T19:58:09.820Z | Downloaded ed25519-dalek v2.1.1 |
1010 | 2025-02-11T19:58:09.823Z | Downloaded x509-cert v0.2.5 |
1011 | 2025-02-11T19:58:09.828Z | Downloaded progenitor v0.8.0 |
1012 | 2025-02-11T19:58:09.831Z | Downloaded serde_repr v0.1.19 |
1013 | 2025-02-11T19:58:09.833Z | Downloaded derive_builder v0.20.2 |
1014 | 2025-02-11T19:58:09.836Z | Downloaded futures-task v0.3.31 |
1015 | 2025-02-11T19:58:09.838Z | Downloaded publicsuffix v2.3.0 |
1016 | 2025-02-11T19:58:09.841Z | Downloaded toml_edit v0.19.15 |
1017 | 2025-02-11T19:58:09.856Z | Downloaded group v0.13.0 |
1018 | 2025-02-11T19:58:09.858Z | Downloaded tokio-native-tls v0.3.1 |
1019 | 2025-02-11T19:58:09.860Z | Downloaded slog-stdlog v4.1.1 |
1020 | 2025-02-11T19:58:09.860Z | Downloaded derive_more v0.99.18 |
1021 | 2025-02-11T19:58:09.865Z | Downloaded serde_yaml v0.9.34+deprecated |
1022 | 2025-02-11T19:58:09.868Z | Downloaded ssh-key v0.6.6 |
1023 | 2025-02-11T19:58:09.875Z | Downloaded num-integer v0.1.46 |
1024 | 2025-02-11T19:58:09.877Z | Downloaded unicode_categories v0.1.1 |
1025 | 2025-02-11T19:58:09.880Z | Downloaded tokio-tungstenite v0.23.1 |
1026 | 2025-02-11T19:58:09.882Z | Downloaded hkdf v0.12.4 |
1027 | 2025-02-11T19:58:09.885Z | Downloaded diesel-dtrace v0.4.2 |
1028 | 2025-02-11T19:58:09.887Z | Downloaded unicode-properties v0.1.3 |
1029 | 2025-02-11T19:58:09.890Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1030 | 2025-02-11T19:58:09.947Z | Downloaded hyper v1.5.2 |
1031 | 2025-02-11T19:58:09.953Z | Downloaded foldhash v0.1.3 |
1032 | 2025-02-11T19:58:09.956Z | Downloaded float-cmp v0.9.0 |
1033 | 2025-02-11T19:58:09.956Z | Downloaded rustls-pemfile v2.2.0 |
1034 | 2025-02-11T19:58:09.958Z | Downloaded itertools v0.13.0 |
1035 | 2025-02-11T19:58:09.964Z | Downloaded zopfli v0.8.1 |
1036 | 2025-02-11T19:58:09.967Z | Downloaded libm v0.2.8 |
1037 | 2025-02-11T19:58:09.974Z | Downloaded tokio-tungstenite v0.21.0 |
1038 | 2025-02-11T19:58:09.977Z | Downloaded time-macros v0.2.18 |
1039 | 2025-02-11T19:58:09.979Z | Downloaded tough v0.19.0 |
1040 | 2025-02-11T19:58:09.986Z | Downloaded pin-project v1.1.6 |
1041 | 2025-02-11T19:58:09.997Z | Downloaded steno v0.4.1 |
1042 | 2025-02-11T19:58:10.001Z | Downloaded aes v0.8.4 |
1043 | 2025-02-11T19:58:10.005Z | Downloaded toml v0.7.8 |
1044 | 2025-02-11T19:58:10.008Z | Downloaded ref-cast-impl v1.0.23 |
1045 | 2025-02-11T19:58:10.010Z | Downloaded peg v0.8.4 |
1046 | 2025-02-11T19:58:10.012Z | Downloaded derive_builder_core v0.20.2 |
1047 | 2025-02-11T19:58:10.015Z | Downloaded whoami v1.5.2 |
1048 | 2025-02-11T19:58:10.017Z | Downloaded itertools v0.12.1 |
1049 | 2025-02-11T19:58:10.023Z | Downloaded idna v1.0.3 |
1050 | 2025-02-11T19:58:10.027Z | Downloaded num-traits v0.2.19 |
1051 | 2025-02-11T19:58:10.030Z | Downloaded shlex v1.3.0 |
1052 | 2025-02-11T19:58:10.033Z | Downloaded serde_derive_internals v0.29.1 |
1053 | 2025-02-11T19:58:10.036Z | Downloaded spin v0.9.8 |
1054 | 2025-02-11T19:58:10.036Z | Downloaded rustc-hash v1.1.0 |
1055 | 2025-02-11T19:58:10.038Z | Downloaded quick-error v1.2.3 |
1056 | 2025-02-11T19:58:10.038Z | Downloaded predicates v3.1.2 |
1057 | 2025-02-11T19:58:10.041Z | Downloaded progenitor-impl v0.9.1 |
1058 | 2025-02-11T19:58:10.043Z | Downloaded progenitor-impl v0.8.0 |
1059 | 2025-02-11T19:58:10.047Z | Downloaded globset v0.4.15 |
1060 | 2025-02-11T19:58:10.049Z | Downloaded typify v0.3.0 |
1061 | 2025-02-11T19:58:10.049Z | Downloaded waitgroup v0.1.2 |
1062 | 2025-02-11T19:58:10.052Z | Downloaded fatfs v0.3.6 |
1063 | 2025-02-11T19:58:10.054Z | Downloaded der v0.7.9 |
1064 | 2025-02-11T19:58:10.058Z | Downloaded unicode-bidi v0.3.17 |
1065 | 2025-02-11T19:58:10.061Z | Downloaded tracing v0.1.40 |
1066 | 2025-02-11T19:58:10.066Z | Downloaded try-lock v0.2.5 |
1067 | 2025-02-11T19:58:10.068Z | Downloaded predicates-core v1.0.8 |
1068 | 2025-02-11T19:58:10.068Z | Downloaded pbkdf2 v0.12.2 |
1069 | 2025-02-11T19:58:10.071Z | Downloaded pbkdf2 v0.11.0 |
1070 | 2025-02-11T19:58:10.073Z | Downloaded futures-sink v0.3.31 |
1071 | 2025-02-11T19:58:10.073Z | Downloaded ena v0.14.3 |
1072 | 2025-02-11T19:58:10.076Z | Downloaded defmt v0.3.8 |
1073 | 2025-02-11T19:58:10.080Z | Downloaded snafu-derive v0.8.5 |
1074 | 2025-02-11T19:58:10.080Z | Downloaded signal-hook v0.3.17 |
1075 | 2025-02-11T19:58:10.084Z | Downloaded serde_with_macros v3.11.0 |
1076 | 2025-02-11T19:58:10.087Z | Downloaded pkcs5 v0.7.1 |
1077 | 2025-02-11T19:58:10.091Z | Downloaded env_logger v0.11.5 |
1078 | 2025-02-11T19:58:10.091Z | Downloaded compact_str v0.8.0 |
1079 | 2025-02-11T19:58:10.094Z | Downloaded cc v1.1.30 |
1080 | 2025-02-11T19:58:10.096Z | Downloaded either v1.13.0 |
1081 | 2025-02-11T19:58:10.099Z | Downloaded typify v0.2.0 |
1082 | 2025-02-11T19:58:10.101Z | Downloaded pkcs1 v0.7.5 |
1083 | 2025-02-11T19:58:10.104Z | Downloaded pin-project-lite v0.2.14 |
1084 | 2025-02-11T19:58:10.108Z | Downloaded password-hash v0.4.2 |
1085 | 2025-02-11T19:58:10.110Z | Downloaded sigpipe v0.1.3 |
1086 | 2025-02-11T19:58:10.113Z | Downloaded unicode-xid v0.2.6 |
1087 | 2025-02-11T19:58:10.113Z | Downloaded darling_core v0.20.10 |
1088 | 2025-02-11T19:58:10.116Z | Downloaded half v2.4.1 |
1089 | 2025-02-11T19:58:10.119Z | Downloaded debug-ignore v1.0.5 |
1090 | 2025-02-11T19:58:10.122Z | Downloaded data-encoding v2.6.0 |
1091 | 2025-02-11T19:58:10.124Z | Downloaded zerovec-derive v0.10.3 |
1092 | 2025-02-11T19:58:10.124Z | Downloaded xattr v1.3.1 |
1093 | 2025-02-11T19:58:10.127Z | Downloaded hickory-server v0.24.2 |
1094 | 2025-02-11T19:58:10.131Z | Downloaded const_format v0.2.34 |
1095 | 2025-02-11T19:58:10.135Z | Downloaded bytes v1.9.0 |
1096 | 2025-02-11T19:58:10.139Z | Downloaded base64 v0.21.7 |
1097 | 2025-02-11T19:58:10.145Z | Downloaded backtrace v0.3.74 |
1098 | 2025-02-11T19:58:10.150Z | Downloaded cookie v0.18.1 |
1099 | 2025-02-11T19:58:10.152Z | Downloaded pkcs8 v0.10.2 |
1100 | 2025-02-11T19:58:10.155Z | Downloaded pem-rfc7468 v0.7.0 |
1101 | 2025-02-11T19:58:10.157Z | Downloaded num_threads v0.1.7 |
1102 | 2025-02-11T19:58:10.159Z | Downloaded schemars v0.8.21 |
1103 | 2025-02-11T19:58:10.169Z | Downloaded zerocopy v0.6.6 |
1104 | 2025-02-11T19:58:10.171Z | Downloaded xz2 v0.1.7 |
1105 | 2025-02-11T19:58:10.174Z | Downloaded yasna v0.5.2 |
1106 | 2025-02-11T19:58:10.176Z | Downloaded walkdir v2.5.0 |
1107 | 2025-02-11T19:58:10.179Z | Downloaded static_assertions v1.1.0 |
1108 | 2025-02-11T19:58:10.179Z | Downloaded rand_chacha v0.3.1 |
1109 | 2025-02-11T19:58:10.181Z | Downloaded const-oid v0.9.6 |
1110 | 2025-02-11T19:58:10.184Z | Downloaded signal-hook-mio v0.2.4 |
1111 | 2025-02-11T19:58:10.186Z | Downloaded fallible-iterator v0.2.0 |
1112 | 2025-02-11T19:58:10.186Z | Downloaded smallvec v1.13.2 |
1113 | 2025-02-11T19:58:10.188Z | Downloaded hyper-util v0.1.10 |
1114 | 2025-02-11T19:58:10.193Z | Downloaded zone_cfg_derive v0.1.2 |
1115 | 2025-02-11T19:58:10.195Z | Downloaded futures-io v0.3.31 |
1116 | 2025-02-11T19:58:10.195Z | Downloaded futures-executor v0.3.31 |
1117 | 2025-02-11T19:58:10.198Z | Downloaded der_derive v0.7.3 |
1118 | 2025-02-11T19:58:10.198Z | Downloaded value-bag v1.9.0 |
1119 | 2025-02-11T19:58:10.200Z | Downloaded uzers v0.12.1 |
1120 | 2025-02-11T19:58:10.203Z | Downloaded universal-hash v0.5.1 |
1121 | 2025-02-11T19:58:10.205Z | Downloaded unicase v2.7.0 |
1122 | 2025-02-11T19:58:10.205Z | Downloaded crc-any v2.5.0 |
1123 | 2025-02-11T19:58:10.208Z | Downloaded bcs v0.1.6 |
1124 | 2025-02-11T19:58:10.210Z | Downloaded clang-sys v1.8.1 |
1125 | 2025-02-11T19:58:10.212Z | Downloaded litrs v0.4.1 |
1126 | 2025-02-11T19:58:10.215Z | Downloaded smf v0.2.3 |
1127 | 2025-02-11T19:58:10.217Z | Downloaded siphasher v0.3.11 |
1128 | 2025-02-11T19:58:10.217Z | Downloaded signal-hook-tokio v0.3.1 |
1129 | 2025-02-11T19:58:10.220Z | Downloaded serde-hex v0.1.0 |
1130 | 2025-02-11T19:58:10.220Z | Downloaded newline-converter v0.3.0 |
1131 | 2025-02-11T19:58:10.223Z | Downloaded new_debug_unreachable v1.0.6 |
1132 | 2025-02-11T19:58:10.223Z | Downloaded icu_locid v1.5.0 |
1133 | 2025-02-11T19:58:10.227Z | Downloaded csv-core v0.1.11 |
1134 | 2025-02-11T19:58:10.229Z | Downloaded arrayvec v0.7.6 |
1135 | 2025-02-11T19:58:10.232Z | Downloaded hmac v0.12.1 |
1136 | 2025-02-11T19:58:10.234Z | Downloaded curve25519-dalek-derive v0.1.1 |
1137 | 2025-02-11T19:58:10.234Z | Downloaded icu_locid_transform_data v1.5.0 |
1138 | 2025-02-11T19:58:10.236Z | Downloaded httparse v1.9.5 |
1139 | 2025-02-11T19:58:10.239Z | Downloaded iana-time-zone v0.1.61 |
1140 | 2025-02-11T19:58:10.242Z | Downloaded shell-words v1.1.0 |
1141 | 2025-02-11T19:58:10.242Z | Downloaded sec1 v0.7.3 |
1142 | 2025-02-11T19:58:10.244Z | Downloaded hyper-rustls v0.27.3 |
1143 | 2025-02-11T19:58:10.246Z | Downloaded crc32fast v1.4.2 |
1144 | 2025-02-11T19:58:10.249Z | Downloaded cookie_store v0.21.1 |
1145 | 2025-02-11T19:58:10.252Z | Downloaded ciborium v0.2.2 |
1146 | 2025-02-11T19:58:10.254Z | Downloaded chacha20 v0.9.1 |
1147 | 2025-02-11T19:58:10.257Z | Downloaded base64ct v1.6.0 |
1148 | 2025-02-11T19:58:10.259Z | Downloaded backoff v0.4.0 |
1149 | 2025-02-11T19:58:10.262Z | Downloaded lock_api v0.4.12 |
1150 | 2025-02-11T19:58:10.264Z | Downloaded litemap v0.7.3 |
1151 | 2025-02-11T19:58:10.267Z | Downloaded libsw v3.3.1 |
1152 | 2025-02-11T19:58:10.267Z | Downloaded argon2 v0.5.3 |
1153 | 2025-02-11T19:58:10.269Z | Downloaded bcrypt-pbkdf v0.10.0 |
1154 | 2025-02-11T19:58:10.272Z | Downloaded hubpack v0.1.2 |
1155 | 2025-02-11T19:58:10.272Z | Downloaded ctr v0.9.2 |
1156 | 2025-02-11T19:58:10.274Z | Downloaded chrono-tz-build v0.4.0 |
1157 | 2025-02-11T19:58:10.274Z | Downloaded cbc v0.1.2 |
1158 | 2025-02-11T19:58:10.277Z | Downloaded highway v1.2.0 |
1159 | 2025-02-11T19:58:10.279Z | Downloaded async-trait v0.1.85 |
1160 | 2025-02-11T19:58:10.282Z | Downloaded hickory-client v0.24.2 |
1161 | 2025-02-11T19:58:10.284Z | Downloaded libefi-sys v0.1.0 |
1162 | 2025-02-11T19:58:10.287Z | Downloaded block-padding v0.3.3 |
1163 | 2025-02-11T19:58:10.287Z | Downloaded async-recursion v1.1.1 |
1164 | 2025-02-11T19:58:10.289Z | Downloaded md-5 v0.10.6 |
1165 | 2025-02-11T19:58:10.292Z | Downloaded idna_adapter v1.2.0 |
1166 | 2025-02-11T19:58:10.292Z | Downloaded linked-hash-map v0.5.6 |
1167 | 2025-02-11T19:58:10.294Z | Downloaded keccak v0.1.5 |
1168 | 2025-02-11T19:58:10.294Z | Downloaded is-terminal v0.4.13 |
1169 | 2025-02-11T19:58:10.297Z | Downloaded impl-trait-for-tuples v0.2.2 |
1170 | 2025-02-11T19:58:10.299Z | Downloaded colored v2.1.0 |
1171 | 2025-02-11T19:58:10.301Z | Downloaded bitflags v1.3.2 |
1172 | 2025-02-11T19:58:10.304Z | Downloaded cobs v0.2.3 |
1173 | 2025-02-11T19:58:10.306Z | Downloaded arrayref v0.3.9 |
1174 | 2025-02-11T19:58:10.306Z | Downloaded ipnetwork v0.20.0 |
1175 | 2025-02-11T19:58:10.309Z | Downloaded bb8 v0.8.5 |
1176 | 2025-02-11T19:58:10.309Z | Downloaded constant_time_eq v0.3.1 |
1177 | 2025-02-11T19:58:10.311Z | Downloaded ciborium-ll v0.2.2 |
1178 | 2025-02-11T19:58:10.311Z | Downloaded cexpr v0.6.0 |
1179 | 2025-02-11T19:58:10.314Z | Downloaded ascii-canvas v3.0.0 |
1180 | 2025-02-11T19:58:10.314Z | Downloaded async-stream v0.3.6 |
1181 | 2025-02-11T19:58:10.316Z | Downloaded hostname v0.4.0 |
1182 | 2025-02-11T19:58:10.319Z | Downloaded ring v0.17.8 |
1183 | 2025-02-11T19:58:10.388Z | Downloaded hostname v0.3.1 |
1184 | 2025-02-11T19:58:10.391Z | Downloaded home v0.5.9 |
1185 | 2025-02-11T19:58:10.391Z | Downloaded hex-literal v0.4.1 |
1186 | 2025-02-11T19:58:10.393Z | Downloaded buf-list v1.0.3 |
1187 | 2025-02-11T19:58:10.396Z | Downloaded blowfish v0.9.1 |
1188 | 2025-02-11T19:58:10.396Z | Downloaded assert_matches v1.5.0 |
1189 | 2025-02-11T19:58:10.396Z | Downloaded httpdate v1.0.3 |
1190 | 2025-02-11T19:58:10.399Z | Downloaded cfg_aliases v0.1.1 |
1191 | 2025-02-11T19:58:10.399Z | Downloaded array-init v0.0.4 |
1192 | 2025-02-11T19:58:10.399Z | Downloaded aead v0.5.2 |
1193 | 2025-02-11T19:58:10.402Z | Downloaded atomic-waker v1.1.2 |
1194 | 2025-02-11T19:58:10.437Z | Downloaded libsqlite3-sys v0.30.1 |
1195 | 2025-02-11T19:58:10.719Z | Downloaded aws-lc-sys v0.22.0 |
1196 | 2025-02-11T19:58:11.034Z | Compiling serde v1.0.217 |
1197 | 2025-02-11T19:58:11.037Z | Compiling lock_api v0.4.12 |
1198 | 2025-02-11T19:58:11.037Z | Compiling value-bag v1.9.0 |
1199 | 2025-02-11T19:58:11.037Z | Compiling scopeguard v1.2.0 |
1200 | 2025-02-11T19:58:11.037Z | Compiling typenum v1.17.0 |
1201 | 2025-02-11T19:58:11.037Z | Compiling generic-array v0.14.7 |
1202 | 2025-02-11T19:58:11.236Z | Compiling syn v2.0.96 |
1203 | 2025-02-11T19:58:11.254Z | Compiling getrandom v0.2.15 |
1204 | 2025-02-11T19:58:11.371Z | Compiling shlex v1.3.0 |
1205 | 2025-02-11T19:58:11.499Z | Compiling rand_core v0.6.4 |
1206 | 2025-02-11T19:58:11.679Z | Compiling log v0.4.22 |
1207 | 2025-02-11T19:58:11.741Z | Compiling subtle v2.6.1 |
1208 | 2025-02-11T19:58:11.816Z | Compiling jobserver v0.1.32 |
1209 | 2025-02-11T19:58:11.948Z | Compiling smallvec v1.13.2 |
1210 | 2025-02-11T19:58:12.129Z | Compiling const-oid v0.9.6 |
1211 | 2025-02-11T19:58:12.210Z | Compiling pin-project-lite v0.2.14 |
1212 | 2025-02-11T19:58:12.303Z | Compiling rustix v0.38.37 |
1213 | 2025-02-11T19:58:12.363Z | Compiling cc v1.1.30 |
1214 | 2025-02-11T19:58:12.384Z | Compiling spin v0.9.8 |
1215 | 2025-02-11T19:58:12.601Z | Compiling parking_lot_core v0.9.10 |
1216 | 2025-02-11T19:58:12.822Z | Compiling futures-core v0.3.31 |
1217 | 2025-02-11T19:58:12.842Z | Compiling signal-hook-registry v1.4.2 |
1218 | 2025-02-11T19:58:13.085Z | Compiling mio v1.0.2 |
1219 | 2025-02-11T19:58:13.173Z | Compiling aho-corasick v1.1.3 |
1220 | 2025-02-11T19:58:13.647Z | Compiling parking_lot v0.12.3 |
1221 | 2025-02-11T19:58:13.751Z | Compiling stable_deref_trait v1.2.0 |
1222 | 2025-02-11T19:58:13.806Z | Compiling either v1.13.0 |
1223 | 2025-02-11T19:58:13.883Z | Compiling cpufeatures v0.2.14 |
1224 | 2025-02-11T19:58:14.007Z | Compiling regex-syntax v0.8.5 |
1225 | 2025-02-11T19:58:14.260Z | Compiling glob v0.3.2 |
1226 | 2025-02-11T19:58:14.289Z | Compiling futures-sink v0.3.31 |
1227 | 2025-02-11T19:58:14.322Z | Compiling socket2 v0.5.7 |
1228 | 2025-02-11T19:58:14.470Z | Compiling slab v0.4.9 |
1229 | 2025-02-11T19:58:14.582Z | Compiling prettyplease v0.2.25 |
1230 | 2025-02-11T19:58:14.927Z | Compiling lazy_static v1.5.0 |
1231 | 2025-02-11T19:58:14.945Z | Compiling serde_json v1.0.135 |
1232 | 2025-02-11T19:58:15.076Z | Compiling minimal-lexical v0.2.1 |
1233 | 2025-02-11T19:58:15.178Z | Compiling clang-sys v1.8.1 |
1234 | 2025-02-11T19:58:15.312Z | Compiling libloading v0.8.5 |
1235 | 2025-02-11T19:58:15.574Z | Compiling nom v7.1.3 |
1236 | 2025-02-11T19:58:15.601Z | Compiling home v0.5.9 |
1237 | 2025-02-11T19:58:15.721Z | Compiling bindgen v0.69.5 |
1238 | 2025-02-11T19:58:15.872Z | Compiling futures-channel v0.3.31 |
1239 | 2025-02-11T19:58:16.304Z | Compiling itertools v0.12.1 |
1240 | 2025-02-11T19:58:16.321Z | Compiling futures-task v0.3.31 |
1241 | 2025-02-11T19:58:16.533Z | Compiling rustc-hash v1.1.0 |
1242 | 2025-02-11T19:58:16.628Z | Compiling foldhash v0.1.3 |
1243 | 2025-02-11T19:58:16.705Z | Compiling lazycell v1.3.0 |
1244 | 2025-02-11T19:58:16.914Z | Compiling futures-io v0.3.31 |
1245 | 2025-02-11T19:58:16.966Z | Compiling libm v0.2.8 |
1246 | 2025-02-11T19:58:17.202Z | Compiling pin-utils v0.1.0 |
1247 | 2025-02-11T19:58:17.304Z | Compiling allocator-api2 v0.2.18 |
1248 | 2025-02-11T19:58:17.355Z | Compiling cmake v0.1.51 |
1249 | 2025-02-11T19:58:18.086Z | Compiling regex-automata v0.4.8 |
1250 | 2025-02-11T19:58:18.170Z | Compiling hashbrown v0.15.1 |
1251 | 2025-02-11T19:58:18.275Z | Compiling num-traits v0.2.19 |
1252 | 2025-02-11T19:58:18.584Z | Compiling pkg-config v0.3.31 |
1253 | 2025-02-11T19:58:18.990Z | Compiling synstructure v0.13.1 |
1254 | 2025-02-11T19:58:19.433Z | Compiling cexpr v0.6.0 |
1255 | 2025-02-11T19:58:19.951Z | Compiling fs_extra v1.3.0 |
1256 | 2025-02-11T19:58:20.294Z | Compiling dunce v1.0.5 |
1257 | 2025-02-11T19:58:20.496Z | Compiling writeable v0.5.5 |
1258 | 2025-02-11T19:58:20.677Z | Compiling litemap v0.7.3 |
1259 | 2025-02-11T19:58:21.040Z | Compiling ring v0.17.8 |
1260 | 2025-02-11T19:58:21.061Z | Compiling paste v1.0.15 |
1261 | 2025-02-11T19:58:21.079Z | Compiling base64ct v1.6.0 |
1262 | 2025-02-11T19:58:21.749Z | Compiling pem-rfc7468 v0.7.0 |
1263 | 2025-02-11T19:58:21.852Z | Compiling httparse v1.9.5 |
1264 | 2025-02-11T19:58:22.116Z | Compiling aws-lc-rs v1.10.0 |
1265 | 2025-02-11T19:58:22.459Z | Compiling flagset v0.4.6 |
1266 | 2025-02-11T19:58:22.562Z | Compiling icu_locid_transform_data v1.5.0 |
1267 | 2025-02-11T19:58:22.643Z | Compiling tracing-core v0.1.32 |
1268 | 2025-02-11T19:58:22.686Z | Compiling icu_properties_data v1.5.0 |
1269 | 2025-02-11T19:58:22.970Z | Compiling rustls-pki-types v1.10.0 |
1270 | 2025-02-11T19:58:23.330Z | Compiling crossbeam-utils v0.8.20 |
1271 | 2025-02-11T19:58:23.643Z | Compiling regex v1.11.1 |
1272 | 2025-02-11T19:58:23.844Z | Compiling percent-encoding v2.3.1 |
1273 | 2025-02-11T19:58:23.929Z | Compiling powerfmt v0.2.0 |
1274 | 2025-02-11T19:58:24.163Z | Compiling untrusted v0.9.0 |
1275 | 2025-02-11T19:58:24.311Z | Compiling icu_normalizer_data v1.5.0 |
1276 | 2025-02-11T19:58:24.361Z | Compiling write16 v1.0.0 |
1277 | 2025-02-11T19:58:24.429Z | Compiling vcpkg v0.2.15 |
1278 | 2025-02-11T19:58:24.510Z | Compiling time-core v0.1.2 |
1279 | 2025-02-11T19:58:24.595Z | Compiling utf8_iter v1.0.4 |
1280 | 2025-02-11T19:58:24.616Z | Compiling untrusted v0.7.1 |
1281 | 2025-02-11T19:58:24.679Z | Compiling serde_derive v1.0.217 |
1282 | 2025-02-11T19:58:24.701Z | Compiling zeroize_derive v1.4.2 |
1283 | 2025-02-11T19:58:24.811Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2025-02-11T19:58:24.832Z | Compiling zerofrom-derive v0.1.4 |
1285 | 2025-02-11T19:58:26.172Z | Compiling zeroize v1.8.1 |
1286 | 2025-02-11T19:58:26.240Z | Compiling tokio-macros v2.5.0 |
1287 | 2025-02-11T19:58:26.401Z | Compiling yoke-derive v0.7.4 |
1288 | 2025-02-11T19:58:26.858Z | Compiling zerocopy v0.7.35 |
1289 | 2025-02-11T19:58:27.794Z | Compiling crypto-common v0.1.6 |
1290 | 2025-02-11T19:58:27.827Z | Compiling block-buffer v0.10.4 |
1291 | 2025-02-11T19:58:28.053Z | Compiling digest v0.10.7 |
1292 | 2025-02-11T19:58:28.092Z | Compiling zerovec-derive v0.10.3 |
1293 | 2025-02-11T19:58:28.114Z | Compiling thiserror-impl v1.0.69 |
1294 | 2025-02-11T19:58:28.205Z | Compiling displaydoc v0.2.5 |
1295 | 2025-02-11T19:58:28.451Z | Compiling zerofrom v0.1.4 |
1296 | 2025-02-11T19:58:28.531Z | Compiling hmac v0.12.1 |
1297 | 2025-02-11T19:58:28.688Z | Compiling futures-macro v0.3.31 |
1298 | 2025-02-11T19:58:28.797Z | Compiling block-padding v0.3.3 |
1299 | 2025-02-11T19:58:29.038Z | Compiling inout v0.1.3 |
1300 | 2025-02-11T19:58:29.170Z | Compiling yoke v0.7.4 |
1301 | 2025-02-11T19:58:29.310Z | Compiling cipher v0.4.4 |
1302 | 2025-02-11T19:58:29.407Z | Compiling sha2 v0.10.8 |
1303 | 2025-02-11T19:58:29.536Z | Compiling icu_provider_macros v1.5.0 |
1304 | 2025-02-11T19:58:29.792Z | Compiling ppv-lite86 v0.2.20 |
1305 | 2025-02-11T19:58:29.821Z | Compiling der_derive v0.7.3 |
1306 | 2025-02-11T19:58:30.547Z | Compiling rand_chacha v0.3.1 |
1307 | 2025-02-11T19:58:30.586Z | Compiling futures-util v0.3.31 |
1308 | 2025-02-11T19:58:30.641Z | Compiling tracing-attributes v0.1.27 |
1309 | 2025-02-11T19:58:30.643Z | Compiling zerovec v0.10.4 |
1310 | 2025-02-11T19:58:31.153Z | Compiling thiserror v1.0.69 |
1311 | 2025-02-11T19:58:31.318Z | Compiling pest v2.7.14 |
1312 | 2025-02-11T19:58:32.279Z | Compiling der v0.7.9 |
1313 | 2025-02-11T19:58:32.759Z | Compiling tinystr v0.7.6 |
1314 | 2025-02-11T19:58:33.097Z | Compiling icu_collections v1.5.0 |
1315 | 2025-02-11T19:58:33.110Z | Compiling rand v0.8.5 |
1316 | 2025-02-11T19:58:33.157Z | Compiling icu_locid v1.5.0 |
1317 | 2025-02-11T19:58:34.182Z | Compiling tracing v0.1.40 |
1318 | 2025-02-11T19:58:34.243Z | Compiling salsa20 v0.10.2 |
1319 | 2025-02-11T19:58:34.498Z | Compiling icu_provider v1.5.0 |
1320 | 2025-02-11T19:58:34.518Z | Compiling spki v0.7.3 |
1321 | 2025-02-11T19:58:34.771Z | Compiling pbkdf2 v0.12.2 |
1322 | 2025-02-11T19:58:34.894Z | Compiling num-conv v0.1.0 |
1323 | 2025-02-11T19:58:34.916Z | Compiling utf16_iter v1.0.5 |
1324 | 2025-02-11T19:58:35.143Z | Compiling mirai-annotations v1.12.0 |
1325 | 2025-02-11T19:58:35.165Z | Compiling scrypt v0.11.0 |
1326 | 2025-02-11T19:58:35.188Z | Compiling time-macros v0.2.18 |
1327 | 2025-02-11T19:58:35.299Z | Compiling icu_locid_transform v1.5.0 |
1328 | 2025-02-11T19:58:35.342Z | Compiling pest_meta v2.7.14 |
1329 | 2025-02-11T19:58:35.365Z | Compiling aes v0.8.4 |
1330 | 2025-02-11T19:58:35.467Z | Compiling cbc v0.1.2 |
1331 | 2025-02-11T19:58:35.711Z | Compiling openssl-sys v0.9.105 |
1332 | 2025-02-11T19:58:36.056Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-02-11T19:58:36.801Z | Compiling icu_properties v1.5.1 |
1334 | 2025-02-11T19:58:37.581Z | Compiling deranged v0.3.11 |
1335 | 2025-02-11T19:58:38.057Z | Compiling bitflags v2.6.0 |
1336 | 2025-02-11T19:58:38.134Z | Compiling bytes v1.9.0 |
1337 | 2025-02-11T19:58:38.878Z | Compiling indexmap v2.7.1 |
1338 | 2025-02-11T19:58:39.065Z | Compiling tokio v1.43.0 |
1339 | 2025-02-11T19:58:39.322Z | Compiling http v1.2.0 |
1340 | 2025-02-11T19:58:39.353Z | Compiling semver v1.0.24 |
1341 | 2025-02-11T19:58:39.918Z | Compiling rustc_version v0.4.1 |
1342 | 2025-02-11T19:58:40.070Z | Compiling num_threads v0.1.7 |
1343 | 2025-02-11T19:58:40.219Z | Compiling tinyvec_macros v0.1.1 |
1344 | 2025-02-11T19:58:40.237Z | Compiling atomic-waker v1.1.2 |
1345 | 2025-02-11T19:58:40.324Z | Compiling tinyvec v1.8.0 |
1346 | 2025-02-11T19:58:40.436Z | Compiling time v0.3.36 |
1347 | 2025-02-11T19:58:40.601Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-02-11T19:58:41.441Z | Compiling http-body v1.0.1 |
1349 | 2025-02-11T19:58:41.598Z | Compiling idna_adapter v1.2.0 |
1350 | 2025-02-11T19:58:41.598Z | Compiling scroll v0.12.0 |
1351 | 2025-02-11T19:58:41.814Z | Compiling pest_generator v2.7.14 |
1352 | 2025-02-11T19:58:41.853Z | Compiling pkcs5 v0.7.1 |
1353 | 2025-02-11T19:58:41.890Z | Compiling form_urlencoded v1.2.1 |
1354 | 2025-02-11T19:58:42.149Z | Compiling which v4.4.2 |
1355 | 2025-02-11T19:58:42.228Z | Compiling slog v2.7.0 |
1356 | 2025-02-11T19:58:42.722Z | Compiling try-lock v0.2.5 |
1357 | 2025-02-11T19:58:42.764Z | Compiling goblin v0.8.2 |
1358 | 2025-02-11T19:58:42.897Z | Compiling want v0.3.1 |
1359 | 2025-02-11T19:58:43.071Z | Compiling pkcs8 v0.10.2 |
1360 | 2025-02-11T19:58:43.190Z | Compiling idna v1.0.3 |
1361 | 2025-02-11T19:58:43.210Z | Compiling uuid v1.12.0 |
1362 | 2025-02-11T19:58:43.772Z | Compiling iana-time-zone v0.1.61 |
1363 | 2025-02-11T19:58:43.821Z | Compiling pest_derive v2.7.14 |
1364 | 2025-02-11T19:58:44.176Z | Compiling httpdate v1.0.3 |
1365 | 2025-02-11T19:58:44.645Z | Compiling chrono v0.4.39 |
1366 | 2025-02-11T19:58:44.661Z | Compiling dtrace-parser v0.2.0 |
1367 | 2025-02-11T19:58:44.908Z | Compiling toml_datetime v0.6.8 |
1368 | 2025-02-11T19:58:45.274Z | Compiling serde_spanned v0.6.8 |
1369 | 2025-02-11T19:58:45.435Z | Compiling serde_tokenstream v0.2.2 |
1370 | 2025-02-11T19:58:45.517Z | Compiling adler2 v2.0.0 |
1371 | 2025-02-11T19:58:45.569Z | Compiling match_cfg v0.1.0 |
1372 | 2025-02-11T19:58:45.682Z | Compiling openssl v0.10.70 |
1373 | 2025-02-11T19:58:45.774Z | Compiling rustversion v1.0.17 |
1374 | 2025-02-11T19:58:46.012Z | Compiling foreign-types-shared v0.1.1 |
1375 | 2025-02-11T19:58:46.098Z | Compiling tower-service v0.3.3 |
1376 | 2025-02-11T19:58:46.147Z | Compiling base64 v0.22.1 |
1377 | 2025-02-11T19:58:46.243Z | Compiling foreign-types v0.3.2 |
1378 | 2025-02-11T19:58:46.383Z | Compiling miniz_oxide v0.8.0 |
1379 | 2025-02-11T19:58:46.498Z | Compiling hostname v0.3.1 |
1380 | 2025-02-11T19:58:46.634Z | Compiling url v2.5.3 |
1381 | 2025-02-11T19:58:46.864Z | Compiling async-trait v0.1.85 |
1382 | 2025-02-11T19:58:47.865Z | Compiling tokio-util v0.7.12 |
1383 | 2025-02-11T19:58:48.074Z | Compiling openssl-macros v0.1.1 |
1384 | 2025-02-11T19:58:48.165Z | Compiling serde_derive_internals v0.29.1 |
1385 | 2025-02-11T19:58:48.522Z | Compiling dof v0.3.0 |
1386 | 2025-02-11T19:58:48.806Z | Compiling h2 v0.4.6 |
1387 | 2025-02-11T19:58:49.138Z | Compiling dirs-sys-next v0.1.2 |
1388 | 2025-02-11T19:58:49.498Z | Compiling usdt-impl v0.5.0 |
1389 | 2025-02-11T19:58:49.695Z | Compiling native-tls v0.2.12 |
1390 | 2025-02-11T19:58:50.035Z | Compiling siphasher v0.3.11 |
1391 | 2025-02-11T19:58:50.369Z | Compiling schemars v0.8.21 |
1392 | 2025-02-11T19:58:50.422Z | Compiling rustls v0.22.4 |
1393 | 2025-02-11T19:58:50.578Z | Compiling data-encoding v2.6.0 |
1394 | 2025-02-11T19:58:50.707Z | Compiling rustls v0.23.19 |
1395 | 2025-02-11T19:58:50.728Z | Compiling syn v1.0.109 |
1396 | 2025-02-11T19:58:50.973Z | Compiling schemars_derive v0.8.21 |
1397 | 2025-02-11T19:58:51.025Z | Compiling dirs-next v2.0.0 |
1398 | 2025-02-11T19:58:52.280Z | Compiling unicode-normalization v0.1.24 |
1399 | 2025-02-11T19:58:52.707Z | Compiling http-body-util v0.1.2 |
1400 | 2025-02-11T19:58:52.743Z | Compiling heapless v0.7.17 |
1401 | 2025-02-11T19:58:52.857Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2025-02-11T19:58:53.168Z | Compiling sha1 v0.10.6 |
1403 | 2025-02-11T19:58:53.191Z | Compiling signature v2.2.0 |
1404 | 2025-02-11T19:58:53.417Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1405 | 2025-02-11T19:58:53.507Z | Compiling thread_local v1.1.8 |
1406 | 2025-02-11T19:58:53.585Z | Compiling cookie v0.18.1 |
1407 | 2025-02-11T19:58:53.620Z | Compiling multer v3.1.0 |
1408 | 2025-02-11T19:58:53.881Z | Compiling encoding_rs v0.8.34 |
1409 | 2025-02-11T19:58:53.903Z | Compiling mime v0.3.17 |
1410 | 2025-02-11T19:58:53.923Z | Compiling rayon-core v1.12.1 |
1411 | 2025-02-11T19:58:54.001Z | Compiling unicode-properties v0.1.3 |
1412 | 2025-02-11T19:58:54.167Z | Compiling openssl-probe v0.1.5 |
1413 | 2025-02-11T19:58:54.222Z | Compiling dyn-clone v1.0.17 |
1414 | 2025-02-11T19:58:54.429Z | Compiling gimli v0.31.1 |
1415 | 2025-02-11T19:58:54.450Z | Compiling slog-async v2.8.0 |
1416 | 2025-02-11T19:58:54.470Z | Compiling unicode-bidi v0.3.17 |
1417 | 2025-02-11T19:58:54.491Z | Compiling signal-hook v0.3.17 |
1418 | 2025-02-11T19:58:54.766Z | Compiling ipnet v2.10.1 |
1419 | 2025-02-11T19:58:55.811Z | Compiling stringprep v0.1.5 |
1420 | 2025-02-11T19:58:55.954Z | Compiling toml_edit v0.22.22 |
1421 | 2025-02-11T19:58:56.931Z | Compiling hyper v1.5.2 |
1422 | 2025-02-11T19:58:58.816Z | Compiling addr2line v0.24.2 |
1423 | 2025-02-11T19:58:59.234Z | Compiling crossbeam-deque v0.8.5 |
1424 | 2025-02-11T19:58:59.384Z | Compiling hyper-util v0.1.10 |
1425 | 2025-02-11T19:58:59.460Z | Compiling usdt-macro v0.5.0 |
1426 | 2025-02-11T19:58:59.481Z | Compiling usdt-attr-macro v0.5.0 |
1427 | 2025-02-11T19:59:00.296Z | Compiling term v0.7.0 |
1428 | 2025-02-11T19:59:00.727Z | Compiling slog-json v2.6.1 |
1429 | 2025-02-11T19:59:00.855Z | Compiling serde_urlencoded v0.7.1 |
1430 | 2025-02-11T19:59:01.021Z | Compiling curve25519-dalek v4.1.3 |
1431 | 2025-02-11T19:59:01.128Z | Compiling crossbeam-channel v0.5.13 |
1432 | 2025-02-11T19:59:01.370Z | Compiling futures-executor v0.3.31 |
1433 | 2025-02-11T19:59:01.590Z | Compiling enum-as-inner v0.6.1 |
1434 | 2025-02-11T19:59:01.737Z | Compiling md-5 v0.10.6 |
1435 | 2025-02-11T19:59:01.929Z | Compiling async-stream-impl v0.3.6 |
1436 | 2025-02-11T19:59:02.057Z | Compiling rustls-pemfile v2.2.0 |
1437 | 2025-02-11T19:59:02.176Z | Compiling num-integer v0.1.46 |
1438 | 2025-02-11T19:59:02.376Z | Compiling hash32 v0.2.1 |
1439 | 2025-02-11T19:59:02.409Z | Compiling ff v0.13.0 |
1440 | 2025-02-11T19:59:02.664Z | Compiling is-terminal v0.4.13 |
1441 | 2025-02-11T19:59:02.690Z | Compiling dropshot v0.12.0 |
1442 | 2025-02-11T19:59:02.776Z | Compiling object v0.36.5 |
1443 | 2025-02-11T19:59:02.808Z | Compiling rustc-demangle v0.1.24 |
1444 | 2025-02-11T19:59:02.950Z | Compiling base16ct v0.2.0 |
1445 | 2025-02-11T19:59:03.003Z | Compiling linked-hash-map v0.5.6 |
1446 | 2025-02-11T19:59:03.231Z | Compiling psl-types v2.0.11 |
1447 | 2025-02-11T19:59:03.292Z | Compiling take_mut v0.2.2 |
1448 | 2025-02-11T19:59:03.372Z | Compiling smoltcp v0.9.1 |
1449 | 2025-02-11T19:59:03.452Z | Compiling fallible-iterator v0.2.0 |
1450 | 2025-02-11T19:59:03.470Z | Compiling anyhow v1.0.95 |
1451 | 2025-02-11T19:59:03.556Z | Compiling litrs v0.4.1 |
1452 | 2025-02-11T19:59:03.765Z | Compiling num-bigint-dig v0.8.4 |
1453 | 2025-02-11T19:59:04.016Z | Compiling portable-atomic v1.9.0 |
1454 | 2025-02-11T19:59:04.080Z | Compiling utf-8 v0.7.6 |
1455 | 2025-02-11T19:59:04.100Z | Compiling quick-error v1.2.3 |
1456 | 2025-02-11T19:59:04.271Z | Compiling resolv-conf v0.7.0 |
1457 | 2025-02-11T19:59:04.426Z | Compiling tungstenite v0.24.0 |
1458 | 2025-02-11T19:59:04.551Z | Compiling postgres-protocol v0.6.7 |
1459 | 2025-02-11T19:59:04.703Z | Compiling document-features v0.2.10 |
1460 | 2025-02-11T19:59:05.097Z | Compiling publicsuffix v2.3.0 |
1461 | 2025-02-11T19:59:05.386Z | Compiling lru-cache v0.1.2 |
1462 | 2025-02-11T19:59:05.603Z | Compiling async-stream v0.3.6 |
1463 | 2025-02-11T19:59:05.767Z | Compiling sec1 v0.7.3 |
1464 | 2025-02-11T19:59:05.908Z | Compiling slog-term v2.9.1 |
1465 | 2025-02-11T19:59:06.105Z | Compiling num-iter v0.1.45 |
1466 | 2025-02-11T19:59:06.312Z | Compiling hickory-proto v0.24.2 |
1467 | 2025-02-11T19:59:06.349Z | Compiling usdt v0.5.0 |
1468 | 2025-02-11T19:59:06.487Z | Compiling group v0.13.0 |
1469 | 2025-02-11T19:59:06.885Z | Compiling futures v0.3.31 |
1470 | 2025-02-11T19:59:06.999Z | Compiling slog-bunyan v2.5.0 |
1471 | 2025-02-11T19:59:07.176Z | Compiling toml v0.8.19 |
1472 | 2025-02-11T19:59:08.255Z | Compiling tokio-native-tls v0.3.1 |
1473 | 2025-02-11T19:59:08.286Z | Compiling camino v1.1.9 |
1474 | 2025-02-11T19:59:08.657Z | Compiling phf_shared v0.11.2 |
1475 | 2025-02-11T19:59:08.810Z | Compiling dropshot_endpoint v0.12.0 |
1476 | 2025-02-11T19:59:09.022Z | Compiling terminal_size v0.4.0 |
1477 | 2025-02-11T19:59:09.141Z | Compiling openapiv3 v2.0.0 |
1478 | 2025-02-11T19:59:09.247Z | Compiling waitgroup v0.1.2 |
1479 | 2025-02-11T19:59:09.424Z | Compiling serde_path_to_error v0.1.16 |
1480 | 2025-02-11T19:59:09.483Z | Compiling backtrace v0.3.74 |
1481 | 2025-02-11T19:59:10.127Z | Compiling hkdf v0.12.4 |
1482 | 2025-02-11T19:59:10.225Z | Compiling crypto-bigint v0.5.5 |
1483 | 2025-02-11T19:59:10.404Z | Compiling zerocopy-derive v0.6.6 |
1484 | 2025-02-11T19:59:12.401Z | Compiling hubpack_derive v0.1.1 |
1485 | 2025-02-11T19:59:12.488Z | Compiling curve25519-dalek-derive v0.1.1 |
1486 | 2025-02-11T19:59:12.609Z | Compiling webpki-roots v0.26.6 |
1487 | 2025-02-11T19:59:12.841Z | Compiling hostname v0.4.0 |
1488 | 2025-02-11T19:59:13.073Z | Compiling crc32fast v1.4.2 |
1489 | 2025-02-11T19:59:13.159Z | Compiling ahash v0.8.11 |
1490 | 2025-02-11T19:59:13.235Z | Compiling fs-err v2.11.0 |
1491 | 2025-02-11T19:59:13.266Z | Compiling managed v0.8.0 |
1492 | 2025-02-11T19:59:13.423Z | Compiling newtype-uuid v1.2.1 |
1493 | 2025-02-11T19:59:13.506Z | Compiling unicode-width v0.2.0 |
1494 | 2025-02-11T19:59:13.540Z | Compiling debug-ignore v1.0.5 |
1495 | 2025-02-11T19:59:13.698Z | Compiling bitflags v1.3.2 |
1496 | 2025-02-11T19:59:13.701Z | Compiling winnow v0.5.40 |
1497 | 2025-02-11T19:59:13.763Z | Compiling clap_builder v4.5.27 |
1498 | 2025-02-11T19:59:14.056Z | Compiling console v0.15.10 |
1499 | 2025-02-11T19:59:15.500Z | Compiling strum_macros v0.25.3 |
1500 | 2025-02-11T19:59:15.935Z | Compiling flate2 v1.0.35 |
1501 | 2025-02-11T19:59:16.002Z | Compiling hubpack v0.1.2 |
1502 | 2025-02-11T19:59:16.372Z | Compiling elliptic-curve v0.13.8 |
1503 | 2025-02-11T19:59:16.454Z | Compiling zerocopy v0.6.6 |
1504 | 2025-02-11T19:59:16.916Z | Compiling toml_edit v0.19.15 |
1505 | 2025-02-11T19:59:17.162Z | Compiling hickory-resolver v0.24.2 |
1506 | 2025-02-11T19:59:17.296Z | Compiling signal-hook-mio v0.2.4 |
1507 | 2025-02-11T19:59:17.489Z | Compiling phf v0.11.2 |
1508 | 2025-02-11T19:59:17.795Z | Compiling hyper-tls v0.6.0 |
1509 | 2025-02-11T19:59:18.032Z | Compiling rayon v1.10.0 |
1510 | 2025-02-11T19:59:18.221Z | Compiling cookie_store v0.21.1 |
1511 | 2025-02-11T19:59:19.423Z | Compiling bzip2 v0.4.4 |
1512 | 2025-02-11T19:59:19.810Z | Compiling tokio-tungstenite v0.24.0 |
1513 | 2025-02-11T19:59:20.342Z | Compiling postgres-types v0.2.8 |
1514 | 2025-02-11T19:59:22.192Z | Compiling ed25519 v2.2.3 |
1515 | 2025-02-11T19:59:22.215Z | Compiling phf_shared v0.10.0 |
1516 | 2025-02-11T19:59:22.488Z | Compiling tokio-stream v0.1.16 |
1517 | 2025-02-11T19:59:22.612Z | Compiling pkcs1 v0.7.5 |
1518 | 2025-02-11T19:59:23.060Z | Compiling serde-big-array v0.5.1 |
1519 | 2025-02-11T19:59:23.297Z | Compiling clap_derive v4.5.24 |
1520 | 2025-02-11T19:59:23.317Z | Compiling rfc6979 v0.4.0 |
1521 | 2025-02-11T19:59:23.494Z | Compiling serde_repr v0.1.19 |
1522 | 2025-02-11T19:59:23.525Z | Compiling derive-where v1.2.7 |
1523 | 2025-02-11T19:59:23.577Z | Compiling bstr v1.10.0 |
1524 | 2025-02-11T19:59:24.103Z | Compiling float-cmp v0.9.0 |
1525 | 2025-02-11T19:59:24.337Z | Compiling sync_wrapper v1.0.1 |
1526 | 2025-02-11T19:59:24.426Z | Compiling predicates-core v1.0.8 |
1527 | 2025-02-11T19:59:24.508Z | Compiling fixedbitset v0.4.2 |
1528 | 2025-02-11T19:59:24.613Z | Compiling new_debug_unreachable v1.0.6 |
1529 | 2025-02-11T19:59:24.721Z | Compiling whoami v1.5.2 |
1530 | 2025-02-11T19:59:24.759Z | Compiling precomputed-hash v0.1.1 |
1531 | 2025-02-11T19:59:24.899Z | Compiling static_assertions v1.1.0 |
1532 | 2025-02-11T19:59:24.979Z | Compiling difflib v0.4.0 |
1533 | 2025-02-11T19:59:25.019Z | Compiling unicode-segmentation v1.12.0 |
1534 | 2025-02-11T19:59:25.224Z | Compiling bit-vec v0.6.3 |
1535 | 2025-02-11T19:59:25.303Z | Compiling number_prefix v0.4.0 |
1536 | 2025-02-11T19:59:25.556Z | Compiling normalize-line-endings v0.3.0 |
1537 | 2025-02-11T19:59:25.624Z | Compiling bit-set v0.5.3 |
1538 | 2025-02-11T19:59:25.703Z | Compiling predicates v3.1.2 |
1539 | 2025-02-11T19:59:25.923Z | Compiling similar v2.6.0 |
1540 | 2025-02-11T19:59:25.943Z | Compiling indicatif v0.17.11 |
1541 | 2025-02-11T19:59:26.392Z | Compiling tokio-postgres v0.7.12 |
1542 | 2025-02-11T19:59:26.961Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1543 | 2025-02-11T19:59:27.354Z | Compiling string_cache v0.8.7 |
1544 | 2025-02-11T19:59:27.782Z | Compiling petgraph v0.6.5 |
1545 | 2025-02-11T19:59:28.067Z | Compiling clap v4.5.27 |
1546 | 2025-02-11T19:59:28.088Z | Compiling ecdsa v0.16.9 |
1547 | 2025-02-11T19:59:28.151Z | Compiling rsa v0.9.6 |
1548 | 2025-02-11T19:59:28.196Z | Compiling ed25519-dalek v2.1.1 |
1549 | 2025-02-11T19:59:28.904Z | Compiling toml v0.7.8 |
1550 | 2025-02-11T19:59:29.482Z | Compiling zip v0.6.6 |
1551 | 2025-02-11T19:59:30.434Z | Compiling crossterm v0.28.1 |
1552 | 2025-02-11T19:59:32.065Z | Compiling hex v0.4.3 |
1553 | 2025-02-11T19:59:32.116Z | Compiling x509-cert v0.2.5 |
1554 | 2025-02-11T19:59:32.197Z | Compiling itertools v0.10.5 |
1555 | 2025-02-11T19:59:32.612Z | Compiling lalrpop-util v0.19.12 |
1556 | 2025-02-11T19:59:32.993Z | Compiling peg-runtime v0.8.3 |
1557 | 2025-02-11T19:59:33.446Z | Compiling unicode-xid v0.2.6 |
1558 | 2025-02-11T19:59:33.615Z | Compiling strum_macros v0.26.4 |
1559 | 2025-02-11T19:59:33.656Z | Compiling xattr v1.3.1 |
1560 | 2025-02-11T19:59:33.898Z | Compiling filetime v0.2.25 |
1561 | 2025-02-11T19:59:34.232Z | Compiling tar v0.4.42 |
1562 | 2025-02-11T19:59:38.507Z | Compiling strum v0.26.3 |
1563 | 2025-02-11T19:59:41.646Z | Compiling aws-lc-sys v0.22.0 |
1564 | 2025-02-11T20:00:10.029Z | Compiling rustls-webpki v0.102.8 |
1565 | 2025-02-11T20:00:13.458Z | Compiling tokio-rustls v0.25.0 |
1566 | 2025-02-11T20:00:15.112Z | Compiling tokio-rustls v0.26.0 |
1567 | 2025-02-11T20:00:15.424Z | Compiling hyper-rustls v0.27.3 |
1568 | 2025-02-11T20:00:15.814Z | Compiling reqwest v0.12.9 |
1569 | 2025-02-11T20:00:17.223Z | Compiling qorb v0.2.1 |
1570 | 2025-02-11T20:00:20.388Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2025-02-11T20:00:20.638Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1572 | 2025-02-11T20:00:25.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1573 | 2025-02-11T20:00:25.538Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1574 | 2025-02-11T20:00:25.587Z | Feb 11 20:00:24.366 INFO Starting download, target: Clickhouse |
1575 | 2025-02-11T20:00:25.587Z | Feb 11 20:00:24.366 INFO Starting download, target: Cockroach |
1576 | 2025-02-11T20:00:25.588Z | Feb 11 20:00:24.366 INFO Starting download, target: Console |
1577 | 2025-02-11T20:00:25.588Z | Feb 11 20:00:24.366 INFO Starting download, target: DendriteOpenapi |
1578 | 2025-02-11T20:00:25.607Z | Feb 11 20:00:24.366 INFO Starting download, target: DendriteStub |
1579 | 2025-02-11T20:00:25.607Z | Feb 11 20:00:24.366 INFO Starting download, target: MaghemiteMgd |
1580 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.366 INFO Starting download, target: TransceiverControl |
1581 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1582 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1583 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1584 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1585 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1586 | 2025-02-11T20:00:25.608Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1587 | 2025-02-11T20:00:25.609Z | Feb 11 20:00:24.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1588 | 2025-02-11T20:00:26.003Z | Feb 11 20:00:24.774 INFO Download complete, target: DendriteOpenapi |
1589 | 2025-02-11T20:00:26.151Z | Feb 11 20:00:24.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1590 | 2025-02-11T20:00:26.258Z | Feb 11 20:00:24.991 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1591 | 2025-02-11T20:00:26.496Z | Feb 11 20:00:25.268 INFO Download complete, target: Console |
1592 | 2025-02-11T20:00:26.698Z | Feb 11 20:00:25.461 INFO Download complete, target: TransceiverControl |
1593 | 2025-02-11T20:00:27.061Z | Feb 11 20:00:25.842 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1594 | 2025-02-11T20:00:27.334Z | Feb 11 20:00:26.107 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1595 | 2025-02-11T20:00:27.514Z | Feb 11 20:00:26.295 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1596 | 2025-02-11T20:00:27.897Z | Feb 11 20:00:26.681 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1597 | 2025-02-11T20:00:27.897Z | Feb 11 20:00:26.681 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1598 | 2025-02-11T20:00:30.014Z | Feb 11 20:00:28.798 INFO Download complete, target: DendriteStub |
1599 | 2025-02-11T20:00:30.434Z | Feb 11 20:00:29.218 INFO Download complete, target: MaghemiteMgd |
1600 | 2025-02-11T20:00:35.610Z | Feb 11 20:00:34.393 INFO Checking that binary works, target: Cockroach |
1601 | 2025-02-11T20:00:35.770Z | Feb 11 20:00:34.554 INFO Download complete, target: Cockroach |
1602 | 2025-02-11T20:00:40.628Z | Feb 11 20:00:39.411 INFO Checking that binary works, target: Clickhouse |
1603 | 2025-02-11T20:00:40.769Z | Feb 11 20:00:39.552 INFO Download complete, target: Clickhouse |
1604 | 2025-02-11T20:00:40.790Z | All builder prerequisites installed successfully, and PATH looks valid |
1605 | 2025-02-11T20:00:40.792Z | |
1606 | 2025-02-11T20:00:40.792Z | real 5:02.752085297 |
1607 | 2025-02-11T20:00:40.792Z | user 16:17.665816643 |
1608 | 2025-02-11T20:00:40.792Z | sys 2:08.091374623 |
1609 | 2025-02-11T20:00:40.792Z | trap 0.616517311 |
1610 | 2025-02-11T20:00:40.792Z | tflt 1.587964089 |
1611 | 2025-02-11T20:00:40.792Z | dflt 1.856627666 |
1612 | 2025-02-11T20:00:40.792Z | kflt 0.024058567 |
1613 | 2025-02-11T20:00:40.792Z | lock 26:05.648119599 |
1614 | 2025-02-11T20:00:40.793Z | slp 57:06.317145761 |
1615 | 2025-02-11T20:00:40.793Z | lat 59.872537487 |
1616 | 2025-02-11T20:00:40.793Z | stop 2:29.237243700 |
1617 | 2025-02-11T20:00:40.793Z | + banner hack-check |
1618 | 2025-02-11T20:00:40.795Z | |
1619 | 2025-02-11T20:00:40.795Z | # # ## #### # # #### # # ###### #### # # |
1620 | 2025-02-11T20:00:40.795Z | # # # # # # # # # # # # # # # # # |
1621 | 2025-02-11T20:00:40.795Z | ###### # # # #### ##### # ###### ##### # #### |
1622 | 2025-02-11T20:00:40.795Z | # # ###### # # # # # # # # # # |
1623 | 2025-02-11T20:00:40.795Z | # # # # # # # # # # # # # # # # # |
1624 | 2025-02-11T20:00:40.795Z | # # # # #### # # #### # # ###### #### # # |
1625 | 2025-02-11T20:00:40.795Z | |
1626 | 2025-02-11T20:00:40.796Z | + export CARGO_INCREMENTAL=0 |
1627 | 2025-02-11T20:00:40.796Z | + CARGO_INCREMENTAL=0 |
1628 | 2025-02-11T20:00:40.796Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1629 | 2025-02-11T20:00:41.342Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1630 | 2025-02-11T20:00:44.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
1631 | 2025-02-11T20:00:44.389Z | Running `target/debug/xtask check-features --ci` |
1632 | 2025-02-11T20:00:44.411Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1633 | 2025-02-11T20:00:44.411Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1634 | 2025-02-11T20:00:44.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1635 | 2025-02-11T20:00:44.930Z | Running `target/debug/xtask download cargo-hack` |
1636 | 2025-02-11T20:00:45.799Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1637 | 2025-02-11T20:00:46.156Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1638 | 2025-02-11T20:00:49.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
1639 | 2025-02-11T20:00:50.138Z | Running `target/debug/xtask-downloader cargo-hack` |
1640 | 2025-02-11T20:00:50.178Z | Feb 11 20:00:48.959 INFO Starting download, target: CargoHack |
1641 | 2025-02-11T20:00:50.181Z | Feb 11 20:00:48.960 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1642 | 2025-02-11T20:00:50.801Z | Feb 11 20:00:49.583 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1643 | 2025-02-11T20:00:50.892Z | Feb 11 20:00:49.674 INFO Download complete, target: CargoHack |
1644 | 2025-02-11T20:00:50.898Z | 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" |
1645 | 2025-02-11T20:00:50.914Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1646 | 2025-02-11T20:00:51.095Z | info: running `cargo check --bins` on api_identity (1/199) |
1647 | 2025-02-11T20:00:51.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2025-02-11T20:00:51.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2025-02-11T20:00:51.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2025-02-11T20:00:51.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1651 | 2025-02-11T20:00:51.725Z | |
1652 | 2025-02-11T20:00:51.725Z | info: running `cargo check --bins` on bootstore (2/199) |
1653 | 2025-02-11T20:00:52.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2025-02-11T20:00:52.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2025-02-11T20:00:52.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2025-02-11T20:00:52.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1657 | 2025-02-11T20:00:52.385Z | |
1658 | 2025-02-11T20:00:52.385Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1659 | 2025-02-11T20:00:52.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-02-11T20:00:52.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-02-11T20:00:52.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-02-11T20:00:52.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1663 | 2025-02-11T20:00:53.045Z | |
1664 | 2025-02-11T20:00:53.045Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1665 | 2025-02-11T20:00:53.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-02-11T20:00:53.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-02-11T20:00:53.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-02-11T20:00:53.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1669 | 2025-02-11T20:00:53.698Z | |
1670 | 2025-02-11T20:00:53.698Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1671 | 2025-02-11T20:00:54.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-02-11T20:00:54.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-02-11T20:00:54.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-02-11T20:00:54.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1675 | 2025-02-11T20:00:54.149Z | |
1676 | 2025-02-11T20:00:54.149Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1677 | 2025-02-11T20:00:54.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-02-11T20:00:54.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-02-11T20:00:54.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-02-11T20:00:54.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1681 | 2025-02-11T20:00:54.621Z | |
1682 | 2025-02-11T20:00:54.621Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1683 | 2025-02-11T20:00:55.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-02-11T20:00:55.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-02-11T20:00:55.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-02-11T20:00:55.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1687 | 2025-02-11T20:00:55.084Z | |
1688 | 2025-02-11T20:00:55.084Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1689 | 2025-02-11T20:00:55.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-02-11T20:00:55.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-02-11T20:00:55.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-02-11T20:00:55.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1693 | 2025-02-11T20:00:55.528Z | |
1694 | 2025-02-11T20:00:55.528Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1695 | 2025-02-11T20:00:55.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-02-11T20:00:55.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-02-11T20:00:55.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-02-11T20:00:55.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1699 | 2025-02-11T20:00:55.978Z | |
1700 | 2025-02-11T20:00:55.978Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1701 | 2025-02-11T20:00:56.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-02-11T20:00:56.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-02-11T20:00:56.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-02-11T20:00:56.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1705 | 2025-02-11T20:00:56.421Z | |
1706 | 2025-02-11T20:00:56.421Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1707 | 2025-02-11T20:00:56.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-02-11T20:00:56.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-02-11T20:00:56.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-02-11T20:00:56.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1711 | 2025-02-11T20:00:56.874Z | |
1712 | 2025-02-11T20:00:56.874Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1713 | 2025-02-11T20:00:57.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-02-11T20:00:57.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-02-11T20:00:57.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-02-11T20:00:57.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1717 | 2025-02-11T20:00:57.321Z | |
1718 | 2025-02-11T20:00:57.321Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1719 | 2025-02-11T20:00:57.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-02-11T20:00:57.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-02-11T20:00:57.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-02-11T20:00:57.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1723 | 2025-02-11T20:00:57.768Z | |
1724 | 2025-02-11T20:00:57.768Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1725 | 2025-02-11T20:00:58.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-02-11T20:00:58.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-02-11T20:00:58.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-02-11T20:00:58.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1729 | 2025-02-11T20:00:58.220Z | |
1730 | 2025-02-11T20:00:58.220Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1731 | 2025-02-11T20:00:58.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-02-11T20:00:58.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-02-11T20:00:58.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-02-11T20:00:58.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1735 | 2025-02-11T20:00:58.659Z | |
1736 | 2025-02-11T20:00:58.659Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1737 | 2025-02-11T20:00:59.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-02-11T20:00:59.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-02-11T20:00:59.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-02-11T20:00:59.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1741 | 2025-02-11T20:00:59.103Z | |
1742 | 2025-02-11T20:00:59.103Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1743 | 2025-02-11T20:00:59.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-02-11T20:00:59.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-02-11T20:00:59.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-02-11T20:00:59.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1747 | 2025-02-11T20:00:59.548Z | |
1748 | 2025-02-11T20:00:59.548Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1749 | 2025-02-11T20:00:59.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-02-11T20:00:59.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-02-11T20:00:59.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-02-11T20:00:59.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1753 | 2025-02-11T20:00:59.989Z | |
1754 | 2025-02-11T20:00:59.989Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1755 | 2025-02-11T20:01:00.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-02-11T20:01:00.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-02-11T20:01:00.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-02-11T20:01:00.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1759 | 2025-02-11T20:01:00.435Z | |
1760 | 2025-02-11T20:01:00.435Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1761 | 2025-02-11T20:01:00.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-02-11T20:01:00.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-02-11T20:01:00.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-02-11T20:01:00.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1765 | 2025-02-11T20:01:00.878Z | |
1766 | 2025-02-11T20:01:00.878Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1767 | 2025-02-11T20:01:01.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-02-11T20:01:01.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-02-11T20:01:01.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-02-11T20:01:01.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1771 | 2025-02-11T20:01:01.321Z | |
1772 | 2025-02-11T20:01:01.321Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1773 | 2025-02-11T20:01:01.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-02-11T20:01:01.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-02-11T20:01:01.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-02-11T20:01:01.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1777 | 2025-02-11T20:01:01.792Z | |
1778 | 2025-02-11T20:01:01.792Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1779 | 2025-02-11T20:01:02.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-02-11T20:01:02.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-02-11T20:01:02.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-02-11T20:01:02.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1783 | 2025-02-11T20:01:02.253Z | |
1784 | 2025-02-11T20:01:02.253Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1785 | 2025-02-11T20:01:02.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-02-11T20:01:02.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-02-11T20:01:02.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-02-11T20:01:02.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1789 | 2025-02-11T20:01:02.715Z | |
1790 | 2025-02-11T20:01:02.715Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1791 | 2025-02-11T20:01:03.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-02-11T20:01:03.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-02-11T20:01:03.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-02-11T20:01:03.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1795 | 2025-02-11T20:01:03.172Z | |
1796 | 2025-02-11T20:01:03.172Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1797 | 2025-02-11T20:01:03.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-02-11T20:01:03.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-02-11T20:01:03.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-02-11T20:01:03.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1801 | 2025-02-11T20:01:03.629Z | |
1802 | 2025-02-11T20:01:03.629Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1803 | 2025-02-11T20:01:04.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-02-11T20:01:04.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-02-11T20:01:04.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-02-11T20:01:04.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1807 | 2025-02-11T20:01:04.087Z | |
1808 | 2025-02-11T20:01:04.088Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1809 | 2025-02-11T20:01:04.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-02-11T20:01:04.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-02-11T20:01:04.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-02-11T20:01:04.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1813 | 2025-02-11T20:01:04.546Z | |
1814 | 2025-02-11T20:01:04.546Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1815 | 2025-02-11T20:01:04.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-02-11T20:01:04.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-02-11T20:01:04.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-02-11T20:01:04.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1819 | 2025-02-11T20:01:05.000Z | |
1820 | 2025-02-11T20:01:05.000Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1821 | 2025-02-11T20:01:05.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-02-11T20:01:05.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-02-11T20:01:05.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-02-11T20:01:05.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1825 | 2025-02-11T20:01:05.455Z | |
1826 | 2025-02-11T20:01:05.455Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1827 | 2025-02-11T20:01:05.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-02-11T20:01:05.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-02-11T20:01:05.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-02-11T20:01:05.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1831 | 2025-02-11T20:01:05.900Z | |
1832 | 2025-02-11T20:01:05.900Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1833 | 2025-02-11T20:01:06.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-02-11T20:01:06.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-02-11T20:01:06.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-02-11T20:01:06.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1837 | 2025-02-11T20:01:06.346Z | |
1838 | 2025-02-11T20:01:06.346Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1839 | 2025-02-11T20:01:06.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-02-11T20:01:06.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-02-11T20:01:06.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-02-11T20:01:06.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1843 | 2025-02-11T20:01:06.793Z | |
1844 | 2025-02-11T20:01:06.793Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1845 | 2025-02-11T20:01:07.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-02-11T20:01:07.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-02-11T20:01:07.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-02-11T20:01:07.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1849 | 2025-02-11T20:01:07.239Z | |
1850 | 2025-02-11T20:01:07.239Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1851 | 2025-02-11T20:01:07.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-02-11T20:01:07.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-02-11T20:01:07.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-02-11T20:01:07.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1855 | 2025-02-11T20:01:07.690Z | |
1856 | 2025-02-11T20:01:07.690Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1857 | 2025-02-11T20:01:08.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-02-11T20:01:08.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-02-11T20:01:08.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-02-11T20:01:08.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1861 | 2025-02-11T20:01:08.144Z | |
1862 | 2025-02-11T20:01:08.144Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1863 | 2025-02-11T20:01:08.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-02-11T20:01:08.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-02-11T20:01:08.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-02-11T20:01:08.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1867 | 2025-02-11T20:01:08.594Z | |
1868 | 2025-02-11T20:01:08.594Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1869 | 2025-02-11T20:01:08.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-02-11T20:01:08.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-02-11T20:01:08.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-02-11T20:01:09.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1873 | 2025-02-11T20:01:09.040Z | |
1874 | 2025-02-11T20:01:09.040Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1875 | 2025-02-11T20:01:09.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-02-11T20:01:09.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-02-11T20:01:09.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-02-11T20:01:09.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1879 | 2025-02-11T20:01:09.483Z | |
1880 | 2025-02-11T20:01:09.483Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1881 | 2025-02-11T20:01:09.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-02-11T20:01:09.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-02-11T20:01:09.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-02-11T20:01:09.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1885 | 2025-02-11T20:01:09.924Z | |
1886 | 2025-02-11T20:01:09.924Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1887 | 2025-02-11T20:01:10.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-02-11T20:01:10.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-02-11T20:01:10.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-02-11T20:01:10.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1891 | 2025-02-11T20:01:10.378Z | |
1892 | 2025-02-11T20:01:10.378Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1893 | 2025-02-11T20:01:10.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-02-11T20:01:10.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-02-11T20:01:10.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-02-11T20:01:10.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1897 | 2025-02-11T20:01:10.823Z | |
1898 | 2025-02-11T20:01:10.823Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1899 | 2025-02-11T20:01:11.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-02-11T20:01:11.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-02-11T20:01:11.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-02-11T20:01:11.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1903 | 2025-02-11T20:01:11.269Z | |
1904 | 2025-02-11T20:01:11.269Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1905 | 2025-02-11T20:01:11.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-02-11T20:01:11.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-02-11T20:01:11.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-02-11T20:01:11.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1909 | 2025-02-11T20:01:11.721Z | |
1910 | 2025-02-11T20:01:11.721Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1911 | 2025-02-11T20:01:12.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-02-11T20:01:12.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-02-11T20:01:12.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-02-11T20:01:12.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1915 | 2025-02-11T20:01:12.379Z | |
1916 | 2025-02-11T20:01:12.379Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1917 | 2025-02-11T20:01:12.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-02-11T20:01:12.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-02-11T20:01:12.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-02-11T20:01:12.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1921 | 2025-02-11T20:01:13.048Z | |
1922 | 2025-02-11T20:01:13.048Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1923 | 2025-02-11T20:01:13.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-02-11T20:01:13.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-02-11T20:01:13.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-02-11T20:01:13.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1927 | 2025-02-11T20:01:13.728Z | |
1928 | 2025-02-11T20:01:13.728Z | info: running `cargo check --bins` on oxlog (48/199) |
1929 | 2025-02-11T20:01:14.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-02-11T20:01:14.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-02-11T20:01:14.376Z | Checking cfg-if v1.0.0 |
1932 | 2025-02-11T20:01:14.380Z | Checking libc v0.2.169 |
1933 | 2025-02-11T20:01:14.489Z | Checking serde v1.0.217 |
1934 | 2025-02-11T20:01:14.492Z | Checking zeroize v1.8.1 |
1935 | 2025-02-11T20:01:14.513Z | Checking memchr v2.7.4 |
1936 | 2025-02-11T20:01:14.525Z | Checking typenum v1.17.0 |
1937 | 2025-02-11T20:01:14.528Z | Checking subtle v2.6.1 |
1938 | 2025-02-11T20:01:14.528Z | Checking scopeguard v1.2.0 |
1939 | 2025-02-11T20:01:14.568Z | Checking value-bag v1.9.0 |
1940 | 2025-02-11T20:01:14.701Z | Checking lock_api v0.4.12 |
1941 | 2025-02-11T20:01:14.751Z | Checking smallvec v1.13.2 |
1942 | 2025-02-11T20:01:14.803Z | Checking const-oid v0.9.6 |
1943 | 2025-02-11T20:01:14.986Z | Checking log v0.4.22 |
1944 | 2025-02-11T20:01:15.082Z | Checking itoa v1.0.11 |
1945 | 2025-02-11T20:01:15.119Z | Checking pin-project-lite v0.2.14 |
1946 | 2025-02-11T20:01:15.255Z | Checking byteorder v1.5.0 |
1947 | 2025-02-11T20:01:15.322Z | Checking once_cell v1.20.2 |
1948 | 2025-02-11T20:01:15.389Z | Checking futures-core v0.3.31 |
1949 | 2025-02-11T20:01:15.503Z | Checking getrandom v0.2.15 |
1950 | 2025-02-11T20:01:15.517Z | Checking signal-hook-registry v1.4.2 |
1951 | 2025-02-11T20:01:15.575Z | Checking generic-array v0.14.7 |
1952 | 2025-02-11T20:01:15.592Z | Checking parking_lot_core v0.9.10 |
1953 | 2025-02-11T20:01:15.629Z | Checking mio v1.0.2 |
1954 | 2025-02-11T20:01:15.662Z | Checking stable_deref_trait v1.2.0 |
1955 | 2025-02-11T20:01:15.729Z | Checking rand_core v0.6.4 |
1956 | 2025-02-11T20:01:15.775Z | Checking cpufeatures v0.2.14 |
1957 | 2025-02-11T20:01:15.792Z | Checking futures-sink v0.3.31 |
1958 | 2025-02-11T20:01:15.879Z | Checking socket2 v0.5.7 |
1959 | 2025-02-11T20:01:15.950Z | Checking zerocopy v0.7.35 |
1960 | 2025-02-11T20:01:15.966Z | Checking parking_lot v0.12.3 |
1961 | 2025-02-11T20:01:16.058Z | Checking zerofrom v0.1.4 |
1962 | 2025-02-11T20:01:16.191Z | Checking spin v0.9.8 |
1963 | 2025-02-11T20:01:16.289Z | Checking yoke v0.7.4 |
1964 | 2025-02-11T20:01:16.315Z | Checking slab v0.4.9 |
1965 | 2025-02-11T20:01:16.345Z | Checking futures-channel v0.3.31 |
1966 | 2025-02-11T20:01:16.540Z | Checking equivalent v1.0.1 |
1967 | 2025-02-11T20:01:16.572Z | Checking futures-task v0.3.31 |
1968 | 2025-02-11T20:01:16.638Z | Checking zerovec v0.10.4 |
1969 | 2025-02-11T20:01:16.660Z | Checking crypto-common v0.1.6 |
1970 | 2025-02-11T20:01:16.661Z | Checking block-buffer v0.10.4 |
1971 | 2025-02-11T20:01:16.702Z | Checking allocator-api2 v0.2.18 |
1972 | 2025-02-11T20:01:16.734Z | Checking pin-utils v0.1.0 |
1973 | 2025-02-11T20:01:16.807Z | Checking foldhash v0.1.3 |
1974 | 2025-02-11T20:01:16.830Z | Checking futures-io v0.3.31 |
1975 | 2025-02-11T20:01:16.856Z | Checking block-padding v0.3.3 |
1976 | 2025-02-11T20:01:16.891Z | Checking digest v0.10.7 |
1977 | 2025-02-11T20:01:17.008Z | Checking futures-util v0.3.31 |
1978 | 2025-02-11T20:01:17.030Z | Checking ryu v1.0.18 |
1979 | 2025-02-11T20:01:17.063Z | Checking inout v0.1.3 |
1980 | 2025-02-11T20:01:17.177Z | Checking writeable v0.5.5 |
1981 | 2025-02-11T20:01:17.249Z | Checking hmac v0.12.1 |
1982 | 2025-02-11T20:01:17.266Z | Checking litemap v0.7.3 |
1983 | 2025-02-11T20:01:17.289Z | Checking fnv v1.0.7 |
1984 | 2025-02-11T20:01:17.322Z | Checking hashbrown v0.15.1 |
1985 | 2025-02-11T20:01:17.430Z | Checking cipher v0.4.4 |
1986 | 2025-02-11T20:01:17.463Z | Checking sha2 v0.10.8 |
1987 | 2025-02-11T20:01:17.481Z | Checking libm v0.2.8 |
1988 | 2025-02-11T20:01:17.615Z | Checking base64ct v1.6.0 |
1989 | 2025-02-11T20:01:17.850Z | Checking ppv-lite86 v0.2.20 |
1990 | 2025-02-11T20:01:18.028Z | Checking icu_locid_transform_data v1.5.0 |
1991 | 2025-02-11T20:01:18.076Z | Checking pem-rfc7468 v0.7.0 |
1992 | 2025-02-11T20:01:18.135Z | Checking flagset v0.4.6 |
1993 | 2025-02-11T20:01:18.213Z | Checking tinystr v0.7.6 |
1994 | 2025-02-11T20:01:18.336Z | Checking icu_collections v1.5.0 |
1995 | 2025-02-11T20:01:18.354Z | Checking der v0.7.9 |
1996 | 2025-02-11T20:01:18.411Z | Checking tracing-core v0.1.32 |
1997 | 2025-02-11T20:01:18.436Z | Checking num-traits v0.2.19 |
1998 | 2025-02-11T20:01:18.541Z | Checking rand_chacha v0.3.1 |
1999 | 2025-02-11T20:01:18.558Z | Checking icu_locid v1.5.0 |
2000 | 2025-02-11T20:01:18.961Z | Checking thiserror v1.0.69 |
2001 | 2025-02-11T20:01:18.984Z | Checking icu_properties_data v1.5.0 |
2002 | 2025-02-11T20:01:19.056Z | Checking percent-encoding v2.3.1 |
2003 | 2025-02-11T20:01:19.090Z | Checking rustls-pki-types v1.10.0 |
2004 | 2025-02-11T20:01:19.138Z | Checking bytes v1.9.0 |
2005 | 2025-02-11T20:01:19.230Z | Checking indexmap v2.7.1 |
2006 | 2025-02-11T20:01:19.260Z | Checking serde_json v1.0.135 |
2007 | 2025-02-11T20:01:19.536Z | Checking icu_provider v1.5.0 |
2008 | 2025-02-11T20:01:19.641Z | Checking bitflags v2.6.0 |
2009 | 2025-02-11T20:01:19.955Z | Checking tracing v0.1.40 |
2010 | 2025-02-11T20:01:19.973Z | Checking rand v0.8.5 |
2011 | 2025-02-11T20:01:19.989Z | Checking tokio v1.43.0 |
2012 | 2025-02-11T20:01:20.117Z | Checking http v1.2.0 |
2013 | 2025-02-11T20:01:20.160Z | Checking icu_locid_transform v1.5.0 |
2014 | 2025-02-11T20:01:20.284Z | Checking spki v0.7.3 |
2015 | 2025-02-11T20:01:20.452Z | Checking salsa20 v0.10.2 |
2016 | 2025-02-11T20:01:20.588Z | Checking pbkdf2 v0.12.2 |
2017 | 2025-02-11T20:01:20.670Z | Checking aws-lc-sys v0.22.0 |
2018 | 2025-02-11T20:01:20.751Z | Checking httparse v1.9.5 |
2019 | 2025-02-11T20:01:20.992Z | Checking utf16_iter v1.0.5 |
2020 | 2025-02-11T20:01:21.162Z | Checking icu_properties v1.5.1 |
2021 | 2025-02-11T20:01:21.177Z | Checking powerfmt v0.2.0 |
2022 | 2025-02-11T20:01:21.192Z | Checking untrusted v0.9.0 |
2023 | 2025-02-11T20:01:21.209Z | Checking mirai-annotations v1.12.0 |
2024 | 2025-02-11T20:01:21.355Z | Checking write16 v1.0.0 |
2025 | 2025-02-11T20:01:21.379Z | Checking utf8_iter v1.0.4 |
2026 | 2025-02-11T20:01:21.395Z | Checking untrusted v0.7.1 |
2027 | 2025-02-11T20:01:21.446Z | Checking icu_normalizer_data v1.5.0 |
2028 | 2025-02-11T20:01:21.494Z | Checking deranged v0.3.11 |
2029 | 2025-02-11T20:01:21.550Z | Checking ring v0.17.8 |
2030 | 2025-02-11T20:01:21.566Z | Checking scrypt v0.11.0 |
2031 | 2025-02-11T20:01:21.581Z | Checking cbc v0.1.2 |
2032 | 2025-02-11T20:01:21.625Z | Checking aes v0.8.4 |
2033 | 2025-02-11T20:01:21.771Z | Checking crossbeam-utils v0.8.20 |
2034 | 2025-02-11T20:01:21.787Z | Checking time-core v0.1.2 |
2035 | 2025-02-11T20:01:21.955Z | Checking atomic-waker v1.1.2 |
2036 | 2025-02-11T20:01:22.104Z | Checking tinyvec_macros v0.1.1 |
2037 | 2025-02-11T20:01:22.201Z | Checking num_threads v0.1.7 |
2038 | 2025-02-11T20:01:22.324Z | Checking num-conv v0.1.0 |
2039 | 2025-02-11T20:01:22.509Z | Checking pkcs5 v0.7.1 |
2040 | 2025-02-11T20:01:22.527Z | Checking tinyvec v1.8.0 |
2041 | 2025-02-11T20:01:22.570Z | Checking http-body v1.0.1 |
2042 | 2025-02-11T20:01:22.795Z | Checking form_urlencoded v1.2.1 |
2043 | 2025-02-11T20:01:22.817Z | Checking time v0.3.36 |
2044 | 2025-02-11T20:01:22.832Z | Checking aws-lc-rs v1.10.0 |
2045 | 2025-02-11T20:01:23.013Z | Checking try-lock v0.2.5 |
2046 | 2025-02-11T20:01:23.031Z | Checking pkcs8 v0.10.2 |
2047 | 2025-02-11T20:01:23.153Z | Checking want v0.3.1 |
2048 | 2025-02-11T20:01:23.338Z | Checking uuid v1.12.0 |
2049 | 2025-02-11T20:01:23.355Z | Checking unicode-ident v1.0.14 |
2050 | 2025-02-11T20:01:23.373Z | Checking httpdate v1.0.3 |
2051 | 2025-02-11T20:01:23.537Z | Checking proc-macro2 v1.0.92 |
2052 | 2025-02-11T20:01:23.609Z | Checking toml_datetime v0.6.8 |
2053 | 2025-02-11T20:01:23.870Z | Checking serde_spanned v0.6.8 |
2054 | 2025-02-11T20:01:23.922Z | Checking slog v2.7.0 |
2055 | 2025-02-11T20:01:23.947Z | Checking scroll v0.12.0 |
2056 | 2025-02-11T20:01:24.069Z | Checking adler2 v2.0.0 |
2057 | 2025-02-11T20:01:24.238Z | Checking base64 v0.22.1 |
2058 | 2025-02-11T20:01:24.255Z | Checking match_cfg v0.1.0 |
2059 | 2025-02-11T20:01:24.347Z | Checking foreign-types-shared v0.1.1 |
2060 | 2025-02-11T20:01:24.365Z | Checking iana-time-zone v0.1.61 |
2061 | 2025-02-11T20:01:24.435Z | Checking ucd-trie v0.1.7 |
2062 | 2025-02-11T20:01:24.461Z | Checking icu_normalizer v1.5.0 |
2063 | 2025-02-11T20:01:24.461Z | Checking plain v0.2.3 |
2064 | 2025-02-11T20:01:24.520Z | Checking tower-service v0.3.3 |
2065 | 2025-02-11T20:01:24.643Z | Checking goblin v0.8.2 |
2066 | 2025-02-11T20:01:24.660Z | Checking rustls-webpki v0.102.8 |
2067 | 2025-02-11T20:01:24.678Z | Checking pest v2.7.14 |
2068 | 2025-02-11T20:01:24.681Z | Checking chrono v0.4.39 |
2069 | 2025-02-11T20:01:24.741Z | Checking foreign-types v0.3.2 |
2070 | 2025-02-11T20:01:24.841Z | Checking hostname v0.3.1 |
2071 | 2025-02-11T20:01:24.982Z | Checking miniz_oxide v0.8.0 |
2072 | 2025-02-11T20:01:25.278Z | Checking idna_adapter v1.2.0 |
2073 | 2025-02-11T20:01:25.296Z | Checking quote v1.0.38 |
2074 | 2025-02-11T20:01:25.415Z | Checking openssl-sys v0.9.105 |
2075 | 2025-02-11T20:01:25.481Z | Checking idna v1.0.3 |
2076 | 2025-02-11T20:01:25.633Z | Checking errno v0.3.9 |
2077 | 2025-02-11T20:01:25.729Z | Checking dirs-sys-next v0.1.2 |
2078 | 2025-02-11T20:01:25.807Z | Checking aho-corasick v1.1.3 |
2079 | 2025-02-11T20:01:25.918Z | Checking pretty-hex v0.4.1 |
2080 | 2025-02-11T20:01:25.987Z | Checking url v2.5.3 |
2081 | 2025-02-11T20:01:26.113Z | Compiling newtype-uuid v1.2.1 |
2082 | 2025-02-11T20:01:26.404Z | Checking data-encoding v2.6.0 |
2083 | 2025-02-11T20:01:26.640Z | Checking siphasher v0.3.11 |
2084 | 2025-02-11T20:01:26.723Z | Checking regex-syntax v0.8.5 |
2085 | 2025-02-11T20:01:26.846Z | Checking openssl v0.10.70 |
2086 | 2025-02-11T20:01:26.983Z | Checking tokio-util v0.7.12 |
2087 | 2025-02-11T20:01:27.000Z | Checking dirs-next v2.0.0 |
2088 | 2025-02-11T20:01:27.014Z | Checking rustix v0.38.37 |
2089 | 2025-02-11T20:01:27.128Z | Checking syn v2.0.96 |
2090 | 2025-02-11T20:01:27.346Z | Checking unicode-normalization v0.1.24 |
2091 | 2025-02-11T20:01:27.365Z | Checking dtrace-parser v0.2.0 |
2092 | 2025-02-11T20:01:27.843Z | Checking h2 v0.4.6 |
2093 | 2025-02-11T20:01:27.861Z | Checking http-body-util v0.1.2 |
2094 | 2025-02-11T20:01:28.309Z | Checking crossbeam-epoch v0.9.18 |
2095 | 2025-02-11T20:01:28.325Z | Checking signature v2.2.0 |
2096 | 2025-02-11T20:01:28.535Z | Checking sha1 v0.10.6 |
2097 | 2025-02-11T20:01:28.719Z | Checking thread_local v1.1.8 |
2098 | 2025-02-11T20:01:28.829Z | Checking thread-id v4.2.2 |
2099 | 2025-02-11T20:01:28.949Z | Checking encoding_rs v0.8.34 |
2100 | 2025-02-11T20:01:28.999Z | Checking anstyle v1.0.10 |
2101 | 2025-02-11T20:01:29.369Z | Checking mime v0.3.17 |
2102 | 2025-02-11T20:01:29.648Z | Checking dof v0.3.0 |
2103 | 2025-02-11T20:01:29.718Z | Checking unicode-properties v0.1.3 |
2104 | 2025-02-11T20:01:30.073Z | Checking regex-automata v0.4.8 |
2105 | 2025-02-11T20:01:30.115Z | Checking ipnet v2.10.1 |
2106 | 2025-02-11T20:01:30.260Z | Checking unicode-bidi v0.3.17 |
2107 | 2025-02-11T20:01:30.279Z | Checking utf8parse v0.2.2 |
2108 | 2025-02-11T20:01:30.439Z | Checking either v1.13.0 |
2109 | 2025-02-11T20:01:30.605Z | Checking winnow v0.6.20 |
2110 | 2025-02-11T20:01:30.819Z | Checking gimli v0.31.1 |
2111 | 2025-02-11T20:01:30.923Z | Checking openssl-probe v0.1.5 |
2112 | 2025-02-11T20:01:31.080Z | Checking stringprep v0.1.5 |
2113 | 2025-02-11T20:01:31.361Z | Checking anstyle-parse v0.2.5 |
2114 | 2025-02-11T20:01:31.379Z | Checking crossbeam-deque v0.8.5 |
2115 | 2025-02-11T20:01:31.641Z | Checking term v0.7.0 |
2116 | 2025-02-11T20:01:31.713Z | Checking rustls v0.23.19 |
2117 | 2025-02-11T20:01:32.067Z | Checking native-tls v0.2.12 |
2118 | 2025-02-11T20:01:32.102Z | Checking rustls v0.22.4 |
2119 | 2025-02-11T20:01:32.404Z | Checking slog-json v2.6.1 |
2120 | 2025-02-11T20:01:32.663Z | Checking serde_urlencoded v0.7.1 |
2121 | 2025-02-11T20:01:33.085Z | Checking usdt-impl v0.5.0 |
2122 | 2025-02-11T20:01:33.102Z | Checking crossbeam-channel v0.5.13 |
2123 | 2025-02-11T20:01:33.330Z | Checking toml_edit v0.22.22 |
2124 | 2025-02-11T20:01:33.632Z | Checking futures-executor v0.3.31 |
2125 | 2025-02-11T20:01:33.866Z | Checking num-integer v0.1.46 |
2126 | 2025-02-11T20:01:33.885Z | Checking rustls-pemfile v2.2.0 |
2127 | 2025-02-11T20:01:34.120Z | Checking md-5 v0.10.6 |
2128 | 2025-02-11T20:01:34.231Z | Checking hyper v1.5.2 |
2129 | 2025-02-11T20:01:34.316Z | Checking ff v0.13.0 |
2130 | 2025-02-11T20:01:34.366Z | Checking hash32 v0.2.1 |
2131 | 2025-02-11T20:01:34.497Z | Checking is-terminal v0.4.13 |
2132 | 2025-02-11T20:01:34.551Z | Checking memmap v0.7.0 |
2133 | 2025-02-11T20:01:34.639Z | Checking object v0.36.5 |
2134 | 2025-02-11T20:01:34.664Z | Checking psl-types v2.0.11 |
2135 | 2025-02-11T20:01:34.777Z | Checking is_terminal_polyfill v1.70.1 |
2136 | 2025-02-11T20:01:34.805Z | Checking addr2line v0.24.2 |
2137 | 2025-02-11T20:01:34.852Z | Checking rustc-demangle v0.1.24 |
2138 | 2025-02-11T20:01:34.898Z | Checking fallible-iterator v0.2.0 |
2139 | 2025-02-11T20:01:35.328Z | Checking utf-8 v0.7.6 |
2140 | 2025-02-11T20:01:35.357Z | Checking anstyle-query v1.1.1 |
2141 | 2025-02-11T20:01:35.491Z | Checking quick-error v1.2.3 |
2142 | 2025-02-11T20:01:35.508Z | Checking base16ct v0.2.0 |
2143 | 2025-02-11T20:01:35.533Z | Checking colorchoice v1.0.2 |
2144 | 2025-02-11T20:01:35.601Z | Checking dyn-clone v1.0.17 |
2145 | 2025-02-11T20:01:35.647Z | Checking take_mut v0.2.2 |
2146 | 2025-02-11T20:01:35.685Z | Checking linked-hash-map v0.5.6 |
2147 | 2025-02-11T20:01:35.708Z | Checking sec1 v0.7.3 |
2148 | 2025-02-11T20:01:35.747Z | Checking schemars v0.8.21 |
2149 | 2025-02-11T20:01:35.809Z | Checking slog-async v2.8.0 |
2150 | 2025-02-11T20:01:35.992Z | Checking toml v0.8.19 |
2151 | 2025-02-11T20:01:36.010Z | Checking lru-cache v0.1.2 |
2152 | 2025-02-11T20:01:36.095Z | Checking anstream v0.6.15 |
2153 | 2025-02-11T20:01:36.125Z | Checking resolv-conf v0.7.0 |
2154 | 2025-02-11T20:01:36.196Z | Checking tokio-rustls v0.25.0 |
2155 | 2025-02-11T20:01:36.278Z | Checking hyper-util v0.1.10 |
2156 | 2025-02-11T20:01:36.473Z | Checking tungstenite v0.24.0 |
2157 | 2025-02-11T20:01:36.490Z | Checking postgres-protocol v0.6.7 |
2158 | 2025-02-11T20:01:36.590Z | Checking publicsuffix v2.3.0 |
2159 | 2025-02-11T20:01:36.683Z | Checking usdt v0.5.0 |
2160 | 2025-02-11T20:01:36.860Z | Checking heapless v0.7.17 |
2161 | 2025-02-11T20:01:36.951Z | Checking slog-term v2.9.1 |
2162 | 2025-02-11T20:01:37.116Z | Checking tokio-rustls v0.26.0 |
2163 | 2025-02-11T20:01:37.147Z | Checking group v0.13.0 |
2164 | 2025-02-11T20:01:37.330Z | Checking num-iter v0.1.45 |
2165 | 2025-02-11T20:01:37.356Z | Checking futures v0.3.31 |
2166 | 2025-02-11T20:01:37.397Z | Checking slog-bunyan v2.5.0 |
2167 | 2025-02-11T20:01:37.450Z | Checking tokio-native-tls v0.3.1 |
2168 | 2025-02-11T20:01:37.472Z | Checking rayon-core v1.12.1 |
2169 | 2025-02-11T20:01:37.499Z | Checking multer v3.1.0 |
2170 | 2025-02-11T20:01:37.528Z | Checking hickory-proto v0.24.2 |
2171 | 2025-02-11T20:01:37.558Z | Checking terminal_size v0.4.0 |
2172 | 2025-02-11T20:01:37.741Z | Checking phf_shared v0.11.2 |
2173 | 2025-02-11T20:01:37.756Z | Checking cookie v0.18.1 |
2174 | 2025-02-11T20:01:37.933Z | Checking async-stream v0.3.6 |
2175 | 2025-02-11T20:01:37.980Z | Checking bzip2-sys v0.1.11+1.0.8 |
2176 | 2025-02-11T20:01:38.021Z | Checking signal-hook v0.3.17 |
2177 | 2025-02-11T20:01:38.111Z | Checking camino v1.1.9 |
2178 | 2025-02-11T20:01:38.145Z | Checking waitgroup v0.1.2 |
2179 | 2025-02-11T20:01:38.161Z | Checking openapiv3 v2.0.0 |
2180 | 2025-02-11T20:01:38.209Z | Checking webpki-roots v0.26.6 |
2181 | 2025-02-11T20:01:38.264Z | Checking serde_path_to_error v0.1.16 |
2182 | 2025-02-11T20:01:38.283Z | Checking hkdf v0.12.4 |
2183 | 2025-02-11T20:01:38.362Z | Checking crypto-bigint v0.5.5 |
2184 | 2025-02-11T20:01:38.415Z | Checking lazy_static v1.5.0 |
2185 | 2025-02-11T20:01:38.501Z | Checking hostname v0.4.0 |
2186 | 2025-02-11T20:01:38.549Z | Checking crc32fast v1.4.2 |
2187 | 2025-02-11T20:01:38.637Z | Checking managed v0.8.0 |
2188 | 2025-02-11T20:01:38.637Z | Checking winnow v0.5.40 |
2189 | 2025-02-11T20:01:38.794Z | Checking strsim v0.11.1 |
2190 | 2025-02-11T20:01:38.852Z | Checking bitflags v1.3.2 |
2191 | 2025-02-11T20:01:38.961Z | Checking debug-ignore v1.0.5 |
2192 | 2025-02-11T20:01:39.001Z | Checking clap_lex v0.7.4 |
2193 | 2025-02-11T20:01:39.081Z | Checking unicode-width v0.2.0 |
2194 | 2025-02-11T20:01:39.106Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2195 | 2025-02-11T20:01:39.236Z | Checking clap_builder v4.5.27 |
2196 | 2025-02-11T20:01:39.374Z | Checking smoltcp v0.9.1 |
2197 | 2025-02-11T20:01:39.580Z | Checking console v0.15.10 |
2198 | 2025-02-11T20:01:40.166Z | Checking flate2 v1.0.35 |
2199 | 2025-02-11T20:01:40.760Z | Checking num-bigint-dig v0.8.4 |
2200 | 2025-02-11T20:01:40.778Z | Checking backtrace v0.3.74 |
2201 | 2025-02-11T20:01:40.842Z | Checking hyper-rustls v0.27.3 |
2202 | 2025-02-11T20:01:41.188Z | Checking elliptic-curve v0.13.8 |
2203 | 2025-02-11T20:01:41.207Z | Checking signal-hook-mio v0.2.4 |
2204 | 2025-02-11T20:01:41.332Z | Checking anyhow v1.0.95 |
2205 | 2025-02-11T20:01:41.348Z | Checking hyper-tls v0.6.0 |
2206 | 2025-02-11T20:01:41.463Z | Checking dropshot v0.12.0 |
2207 | 2025-02-11T20:01:41.479Z | Checking toml_edit v0.19.15 |
2208 | 2025-02-11T20:01:41.625Z | Checking cookie_store v0.21.1 |
2209 | 2025-02-11T20:01:41.693Z | Checking rayon v1.10.0 |
2210 | 2025-02-11T20:01:41.832Z | Checking bzip2 v0.4.4 |
2211 | 2025-02-11T20:01:42.155Z | Checking phf v0.11.2 |
2212 | 2025-02-11T20:01:42.216Z | Checking tokio-tungstenite v0.24.0 |
2213 | 2025-02-11T20:01:42.243Z | Checking hickory-resolver v0.24.2 |
2214 | 2025-02-11T20:01:42.315Z | Checking postgres-types v0.2.8 |
2215 | 2025-02-11T20:01:42.408Z | Checking regex v1.11.1 |
2216 | 2025-02-11T20:01:42.697Z | Checking bstr v1.10.0 |
2217 | 2025-02-11T20:01:42.791Z | Checking ed25519 v2.2.3 |
2218 | 2025-02-11T20:01:42.978Z | Checking tokio-stream v0.1.16 |
2219 | 2025-02-11T20:01:43.014Z | Checking phf_shared v0.10.0 |
2220 | 2025-02-11T20:01:43.107Z | Checking zerocopy v0.6.6 |
2221 | 2025-02-11T20:01:43.293Z | Checking curve25519-dalek v4.1.3 |
2222 | 2025-02-11T20:01:43.615Z | Checking hubpack v0.1.2 |
2223 | 2025-02-11T20:01:43.796Z | Checking portable-atomic v1.9.0 |
2224 | 2025-02-11T20:01:43.822Z | Checking pkcs1 v0.7.5 |
2225 | 2025-02-11T20:01:43.863Z | Checking float-cmp v0.9.0 |
2226 | 2025-02-11T20:01:43.902Z | Checking serde-big-array v0.5.1 |
2227 | 2025-02-11T20:01:43.996Z | Checking rfc6979 v0.4.0 |
2228 | 2025-02-11T20:01:44.064Z | Checking sync_wrapper v1.0.1 |
2229 | 2025-02-11T20:01:44.125Z | Checking bit-vec v0.6.3 |
2230 | 2025-02-11T20:01:44.173Z | Checking normalize-line-endings v0.3.0 |
2231 | 2025-02-11T20:01:44.212Z | Checking minimal-lexical v0.2.1 |
2232 | 2025-02-11T20:01:44.229Z | Checking whoami v1.5.2 |
2233 | 2025-02-11T20:01:44.305Z | Checking static_assertions v1.1.0 |
2234 | 2025-02-11T20:01:44.414Z | Checking new_debug_unreachable v1.0.6 |
2235 | 2025-02-11T20:01:44.465Z | Checking number_prefix v0.4.0 |
2236 | 2025-02-11T20:01:44.525Z | Checking predicates-core v1.0.8 |
2237 | 2025-02-11T20:01:44.550Z | Checking precomputed-hash v0.1.1 |
2238 | 2025-02-11T20:01:44.641Z | Checking fixedbitset v0.4.2 |
2239 | 2025-02-11T20:01:44.677Z | Checking difflib v0.4.0 |
2240 | 2025-02-11T20:01:44.680Z | Checking unicode-segmentation v1.12.0 |
2241 | 2025-02-11T20:01:44.733Z | Checking string_cache v0.8.7 |
2242 | 2025-02-11T20:01:44.820Z | Checking nom v7.1.3 |
2243 | 2025-02-11T20:01:44.908Z | Checking petgraph v0.6.5 |
2244 | 2025-02-11T20:01:45.006Z | Checking predicates v3.1.2 |
2245 | 2025-02-11T20:01:45.024Z | Checking tokio-postgres v0.7.12 |
2246 | 2025-02-11T20:01:45.052Z | Checking qorb v0.2.1 |
2247 | 2025-02-11T20:01:45.193Z | Checking ed25519-dalek v2.1.1 |
2248 | 2025-02-11T20:01:45.289Z | Checking indicatif v0.17.11 |
2249 | 2025-02-11T20:01:45.379Z | Checking similar v2.6.0 |
2250 | 2025-02-11T20:01:45.603Z | Checking bit-set v0.5.3 |
2251 | 2025-02-11T20:01:45.639Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2252 | 2025-02-11T20:01:45.872Z | Checking reqwest v0.12.9 |
2253 | 2025-02-11T20:01:46.050Z | Checking rsa v0.9.6 |
2254 | 2025-02-11T20:01:46.286Z | Checking ecdsa v0.16.9 |
2255 | 2025-02-11T20:01:47.045Z | Checking toml v0.7.8 |
2256 | 2025-02-11T20:01:47.071Z | Checking clap v4.5.27 |
2257 | 2025-02-11T20:01:47.193Z | Checking zip v0.6.6 |
2258 | 2025-02-11T20:01:47.515Z | Checking crossterm v0.28.1 |
2259 | 2025-02-11T20:01:47.665Z | Checking itertools v0.12.1 |
2260 | 2025-02-11T20:01:47.697Z | Checking itertools v0.10.5 |
2261 | 2025-02-11T20:01:47.915Z | Checking ahash v0.8.11 |
2262 | 2025-02-11T20:01:47.932Z | Checking fs-err v2.11.0 |
2263 | 2025-02-11T20:01:47.948Z | Checking x509-cert v0.2.5 |
2264 | 2025-02-11T20:01:47.963Z | Checking hex v0.4.3 |
2265 | 2025-02-11T20:01:48.388Z | Checking semver v1.0.24 |
2266 | 2025-02-11T20:01:48.461Z | Checking lalrpop-util v0.19.12 |
2267 | 2025-02-11T20:01:48.465Z | Checking peg-runtime v0.8.3 |
2268 | 2025-02-11T20:01:48.707Z | Checking sigpipe v0.1.3 |
2269 | 2025-02-11T20:01:50.230Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2270 | 2025-02-11T20:01:50.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s |
2271 | 2025-02-11T20:01:50.730Z | |
2272 | 2025-02-11T20:01:50.730Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2273 | 2025-02-11T20:01:51.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2025-02-11T20:01:51.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2025-02-11T20:01:51.419Z | Compiling hashbrown v0.14.5 |
2276 | 2025-02-11T20:01:51.543Z | Checking heck v0.5.0 |
2277 | 2025-02-11T20:01:51.556Z | Compiling unsafe-libyaml v0.2.11 |
2278 | 2025-02-11T20:01:51.569Z | Checking ipnetwork v0.20.0 |
2279 | 2025-02-11T20:01:51.585Z | Compiling ident_case v1.0.1 |
2280 | 2025-02-11T20:01:51.601Z | Checking progenitor-client v0.8.0 |
2281 | 2025-02-11T20:01:51.617Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2282 | 2025-02-11T20:01:51.705Z | Checking newtype-uuid v1.2.1 |
2283 | 2025-02-11T20:01:51.761Z | Compiling darling_core v0.20.10 |
2284 | 2025-02-11T20:01:51.915Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2285 | 2025-02-11T20:01:51.941Z | Compiling proc-macro-crate v1.3.1 |
2286 | 2025-02-11T20:01:51.957Z | Compiling structmeta-derive v0.3.0 |
2287 | 2025-02-11T20:01:52.011Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2288 | 2025-02-11T20:01:52.269Z | Compiling thiserror v2.0.11 |
2289 | 2025-02-11T20:01:52.316Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2290 | 2025-02-11T20:01:52.544Z | Checking regress v0.10.1 |
2291 | 2025-02-11T20:01:52.859Z | Compiling serde_yaml v0.9.34+deprecated |
2292 | 2025-02-11T20:01:52.903Z | Compiling num_enum_derive v0.5.11 |
2293 | 2025-02-11T20:01:53.562Z | Compiling lzma-sys v0.1.20 |
2294 | 2025-02-11T20:01:53.778Z | Compiling thiserror-impl v2.0.11 |
2295 | 2025-02-11T20:01:54.317Z | Compiling foreign-types-macros v0.2.3 |
2296 | 2025-02-11T20:01:54.671Z | Compiling structmeta v0.3.0 |
2297 | 2025-02-11T20:01:55.115Z | Compiling dropshot v0.15.1 |
2298 | 2025-02-11T20:01:55.254Z | Checking arc-swap v1.7.1 |
2299 | 2025-02-11T20:01:55.402Z | Checking foreign-types-shared v0.3.1 |
2300 | 2025-02-11T20:01:55.567Z | Checking foreign-types v0.5.0 |
2301 | 2025-02-11T20:01:55.609Z | Checking num_enum v0.5.11 |
2302 | 2025-02-11T20:01:55.678Z | Compiling parse-display-derive v0.10.0 |
2303 | 2025-02-11T20:01:55.681Z | Checking slog-scope v4.4.0 |
2304 | 2025-02-11T20:01:55.808Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2305 | 2025-02-11T20:01:55.891Z | Compiling proc-macro-error v1.0.4 |
2306 | 2025-02-11T20:01:56.120Z | Checking typify-impl v0.2.0 |
2307 | 2025-02-11T20:01:56.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2308 | 2025-02-11T20:01:56.667Z | Checking tungstenite v0.21.0 |
2309 | 2025-02-11T20:01:56.711Z | Compiling heck v0.3.3 |
2310 | 2025-02-11T20:01:57.094Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2311 | 2025-02-11T20:01:57.271Z | Compiling dropshot_endpoint v0.15.1 |
2312 | 2025-02-11T20:01:57.559Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2313 | 2025-02-11T20:01:57.623Z | Checking cstr-argument v0.1.2 |
2314 | 2025-02-11T20:01:57.817Z | Checking instant v0.1.13 |
2315 | 2025-02-11T20:01:57.912Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2316 | 2025-02-11T20:01:57.938Z | Checking fastrand v2.1.1 |
2317 | 2025-02-11T20:01:58.064Z | Compiling darling_macro v0.20.10 |
2318 | 2025-02-11T20:01:58.188Z | Checking pretty-hex v0.2.1 |
2319 | 2025-02-11T20:01:58.276Z | Checking base64 v0.21.7 |
2320 | 2025-02-11T20:01:58.372Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2321 | 2025-02-11T20:01:58.428Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2322 | 2025-02-11T20:01:58.586Z | Checking tempfile v3.13.0 |
2323 | 2025-02-11T20:01:58.666Z | Checking backoff v0.4.0 |
2324 | 2025-02-11T20:01:58.723Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2325 | 2025-02-11T20:01:58.764Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2326 | 2025-02-11T20:01:58.877Z | Checking tokio-tungstenite v0.21.0 |
2327 | 2025-02-11T20:01:58.936Z | Checking strum v0.26.3 |
2328 | 2025-02-11T20:01:58.954Z | Compiling darling v0.20.10 |
2329 | 2025-02-11T20:01:58.957Z | Compiling zone_cfg_derive v0.1.2 |
2330 | 2025-02-11T20:01:59.064Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2331 | 2025-02-11T20:01:59.084Z | Compiling serde_with_macros v3.11.0 |
2332 | 2025-02-11T20:01:59.099Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2333 | 2025-02-11T20:01:59.369Z | Checking slog-stdlog v4.1.1 |
2334 | 2025-02-11T20:01:59.548Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2335 | 2025-02-11T20:01:59.607Z | Checking regress v0.9.1 |
2336 | 2025-02-11T20:01:59.713Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2337 | 2025-02-11T20:01:59.805Z | Checking parse-display v0.10.0 |
2338 | 2025-02-11T20:01:59.858Z | Checking progenitor-client v0.9.1 |
2339 | 2025-02-11T20:02:00.008Z | Checking colored v2.1.0 |
2340 | 2025-02-11T20:02:00.041Z | Checking macaddr v1.0.1 |
2341 | 2025-02-11T20:02:00.261Z | Checking base64 v0.13.1 |
2342 | 2025-02-11T20:02:00.300Z | Checking unicode-width v0.1.14 |
2343 | 2025-02-11T20:02:00.447Z | Checking zone v0.1.8 |
2344 | 2025-02-11T20:02:00.688Z | Checking ron v0.7.1 |
2345 | 2025-02-11T20:02:00.830Z | Checking tabwriter v1.4.0 |
2346 | 2025-02-11T20:02:01.090Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2347 | 2025-02-11T20:02:01.125Z | Checking xz2 v0.1.7 |
2348 | 2025-02-11T20:02:01.428Z | Checking slog-envlogger v2.2.0 |
2349 | 2025-02-11T20:02:01.571Z | Checking xattr v1.3.1 |
2350 | 2025-02-11T20:02:01.643Z | Checking pem v3.0.4 |
2351 | 2025-02-11T20:02:01.720Z | Checking serde_with v3.11.0 |
2352 | 2025-02-11T20:02:01.759Z | Checking yasna v0.5.2 |
2353 | 2025-02-11T20:02:01.776Z | Checking headers-core v0.3.0 |
2354 | 2025-02-11T20:02:01.910Z | Checking smf v0.2.3 |
2355 | 2025-02-11T20:02:01.927Z | Checking filetime v0.2.25 |
2356 | 2025-02-11T20:02:02.151Z | Checking same-file v1.0.6 |
2357 | 2025-02-11T20:02:02.340Z | Checking tar v0.4.42 |
2358 | 2025-02-11T20:02:02.359Z | Checking walkdir v2.5.0 |
2359 | 2025-02-11T20:02:02.393Z | Checking headers v0.4.0 |
2360 | 2025-02-11T20:02:02.578Z | Checking rcgen v0.12.1 |
2361 | 2025-02-11T20:02:02.641Z | Checking atomicwrites v0.4.4 |
2362 | 2025-02-11T20:02:02.865Z | Checking camino-tempfile v1.1.1 |
2363 | 2025-02-11T20:02:03.102Z | Checking subprocess v0.2.9 |
2364 | 2025-02-11T20:02:06.071Z | Compiling typify-macro v0.2.0 |
2365 | 2025-02-11T20:02:07.622Z | Compiling typify v0.2.0 |
2366 | 2025-02-11T20:02:07.690Z | Compiling progenitor-impl v0.8.0 |
2367 | 2025-02-11T20:02:10.227Z | Compiling progenitor-macro v0.8.0 |
2368 | 2025-02-11T20:02:13.985Z | Checking progenitor v0.8.0 |
2369 | 2025-02-11T20:02:14.117Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2370 | 2025-02-11T20:02:14.119Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2371 | 2025-02-11T20:02:16.749Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2372 | 2025-02-11T20:02:17.169Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2373 | 2025-02-11T20:02:23.398Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2374 | 2025-02-11T20:02:24.948Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2375 | 2025-02-11T20:02:26.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.48s |
2376 | 2025-02-11T20:02:26.403Z | |
2377 | 2025-02-11T20:02:26.403Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2378 | 2025-02-11T20:02:26.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2025-02-11T20:02:26.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2025-02-11T20:02:27.091Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2381 | 2025-02-11T20:02:28.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
2382 | 2025-02-11T20:02:28.688Z | |
2383 | 2025-02-11T20:02:28.688Z | info: running `cargo check --bins` on nexus-config (51/199) |
2384 | 2025-02-11T20:02:29.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2025-02-11T20:02:29.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2025-02-11T20:02:29.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2025-02-11T20:02:29.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2388 | 2025-02-11T20:02:29.319Z | |
2389 | 2025-02-11T20:02:29.319Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2390 | 2025-02-11T20:02:29.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-02-11T20:02:29.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-02-11T20:02:29.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2025-02-11T20:02:29.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2394 | 2025-02-11T20:02:29.936Z | |
2395 | 2025-02-11T20:02:29.936Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2396 | 2025-02-11T20:02:30.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-02-11T20:02:30.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-02-11T20:02:30.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2025-02-11T20:02:30.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2400 | 2025-02-11T20:02:30.550Z | |
2401 | 2025-02-11T20:02:30.550Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2402 | 2025-02-11T20:02:31.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2025-02-11T20:02:31.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2025-02-11T20:02:31.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2025-02-11T20:02:31.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2406 | 2025-02-11T20:02:31.179Z | |
2407 | 2025-02-11T20:02:31.179Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2408 | 2025-02-11T20:02:31.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2025-02-11T20:02:31.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2025-02-11T20:02:31.892Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2411 | 2025-02-11T20:02:32.005Z | Compiling ipnetwork v0.20.0 |
2412 | 2025-02-11T20:02:32.007Z | Compiling zerocopy v0.8.10 |
2413 | 2025-02-11T20:02:32.007Z | Compiling progenitor-client v0.8.0 |
2414 | 2025-02-11T20:02:32.007Z | Compiling itertools v0.13.0 |
2415 | 2025-02-11T20:02:32.008Z | Compiling zerocopy-derive v0.8.10 |
2416 | 2025-02-11T20:02:32.008Z | Compiling heapless v0.8.0 |
2417 | 2025-02-11T20:02:32.008Z | Compiling thiserror v2.0.11 |
2418 | 2025-02-11T20:02:32.197Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2419 | 2025-02-11T20:02:32.283Z | Checking hash32 v0.3.1 |
2420 | 2025-02-11T20:02:32.460Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2421 | 2025-02-11T20:02:32.488Z | Compiling progenitor v0.8.0 |
2422 | 2025-02-11T20:02:32.714Z | Compiling instant v0.1.13 |
2423 | 2025-02-11T20:02:32.813Z | Compiling smoltcp v0.11.0 |
2424 | 2025-02-11T20:02:32.868Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2425 | 2025-02-11T20:02:32.886Z | Compiling backoff v0.4.0 |
2426 | 2025-02-11T20:02:32.967Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2427 | 2025-02-11T20:02:33.157Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2428 | 2025-02-11T20:02:33.246Z | Compiling dropshot v0.15.1 |
2429 | 2025-02-11T20:02:33.469Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2430 | 2025-02-11T20:02:33.658Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2431 | 2025-02-11T20:02:33.794Z | Compiling serde_with v3.11.0 |
2432 | 2025-02-11T20:02:33.812Z | Compiling parse-display v0.10.0 |
2433 | 2025-02-11T20:02:34.108Z | Checking num-rational v0.4.2 |
2434 | 2025-02-11T20:02:34.437Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2435 | 2025-02-11T20:02:34.625Z | Compiling progenitor-client v0.9.1 |
2436 | 2025-02-11T20:02:34.975Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2437 | 2025-02-11T20:02:35.204Z | Compiling regress v0.9.1 |
2438 | 2025-02-11T20:02:36.451Z | Compiling phf_generator v0.11.2 |
2439 | 2025-02-11T20:02:36.657Z | Checking num-complex v0.4.6 |
2440 | 2025-02-11T20:02:37.516Z | Compiling macaddr v1.0.1 |
2441 | 2025-02-11T20:02:37.553Z | Checking cobs v0.2.3 |
2442 | 2025-02-11T20:02:37.754Z | Checking postcard v1.0.10 |
2443 | 2025-02-11T20:02:37.959Z | Checking num v0.4.3 |
2444 | 2025-02-11T20:02:38.069Z | Compiling phf_codegen v0.11.2 |
2445 | 2025-02-11T20:02:38.308Z | Compiling parse-zoneinfo v0.3.1 |
2446 | 2025-02-11T20:02:38.343Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2447 | 2025-02-11T20:02:38.650Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2448 | 2025-02-11T20:02:38.808Z | Compiling float-ord v0.3.2 |
2449 | 2025-02-11T20:02:40.142Z | Compiling convert_case v0.4.0 |
2450 | 2025-02-11T20:02:40.364Z | Compiling chrono-tz-build v0.4.0 |
2451 | 2025-02-11T20:02:40.879Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2452 | 2025-02-11T20:02:40.992Z | Compiling derive_more v0.99.18 |
2453 | 2025-02-11T20:02:41.270Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2454 | 2025-02-11T20:02:41.551Z | Compiling crucible-workspace-hack v0.1.0 |
2455 | 2025-02-11T20:02:41.602Z | Compiling chrono-tz v0.10.1 |
2456 | 2025-02-11T20:02:41.761Z | Checking newline-converter v0.3.0 |
2457 | 2025-02-11T20:02:41.925Z | Checking prettyplease v0.2.25 |
2458 | 2025-02-11T20:02:42.039Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2459 | 2025-02-11T20:02:42.308Z | Compiling slog-dtrace v0.3.0 |
2460 | 2025-02-11T20:02:42.639Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2461 | 2025-02-11T20:02:42.729Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2462 | 2025-02-11T20:02:42.881Z | Checking expectorate v1.1.0 |
2463 | 2025-02-11T20:02:43.170Z | Compiling zone_cfg_derive v0.3.0 |
2464 | 2025-02-11T20:02:43.637Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2465 | 2025-02-11T20:02:43.906Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2466 | 2025-02-11T20:02:44.416Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2467 | 2025-02-11T20:02:44.745Z | Compiling const_format_proc_macros v0.2.34 |
2468 | 2025-02-11T20:02:44.820Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2469 | 2025-02-11T20:02:44.936Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2470 | 2025-02-11T20:02:44.954Z | Compiling num-derive v0.4.2 |
2471 | 2025-02-11T20:02:45.061Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2472 | 2025-02-11T20:02:45.367Z | Checking highway v1.2.0 |
2473 | 2025-02-11T20:02:45.845Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2474 | 2025-02-11T20:02:45.948Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2475 | 2025-02-11T20:02:46.112Z | Checking zone v0.3.0 |
2476 | 2025-02-11T20:02:46.341Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2477 | 2025-02-11T20:02:46.790Z | Checking const_format v0.2.34 |
2478 | 2025-02-11T20:02:47.080Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2479 | 2025-02-11T20:02:47.285Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2480 | 2025-02-11T20:02:47.303Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2481 | 2025-02-11T20:02:47.321Z | Checking gethostname v0.5.0 |
2482 | 2025-02-11T20:02:47.461Z | Checking bcs v0.1.6 |
2483 | 2025-02-11T20:02:47.701Z | Checking nanorand v0.7.0 |
2484 | 2025-02-11T20:02:47.940Z | Compiling async-recursion v1.1.1 |
2485 | 2025-02-11T20:02:47.961Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2486 | 2025-02-11T20:02:48.037Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2487 | 2025-02-11T20:02:48.061Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2488 | 2025-02-11T20:02:48.081Z | Checking termtree v0.5.1 |
2489 | 2025-02-11T20:02:48.309Z | Checking flume v0.11.1 |
2490 | 2025-02-11T20:02:50.063Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2491 | 2025-02-11T20:02:54.827Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2492 | 2025-02-11T20:02:58.188Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2493 | 2025-02-11T20:03:00.736Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2494 | 2025-02-11T20:03:02.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s |
2495 | 2025-02-11T20:03:02.192Z | |
2496 | 2025-02-11T20:03:02.192Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2497 | 2025-02-11T20:03:02.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2025-02-11T20:03:02.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2025-02-11T20:03:02.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2025-02-11T20:03:02.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2501 | 2025-02-11T20:03:02.859Z | |
2502 | 2025-02-11T20:03:02.859Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2503 | 2025-02-11T20:03:03.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2025-02-11T20:03:03.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2025-02-11T20:03:03.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2025-02-11T20:03:03.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2507 | 2025-02-11T20:03:03.536Z | |
2508 | 2025-02-11T20:03:03.536Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2509 | 2025-02-11T20:03:04.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2025-02-11T20:03:04.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2025-02-11T20:03:04.222Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2512 | 2025-02-11T20:03:04.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2513 | 2025-02-11T20:03:05.062Z | |
2514 | 2025-02-11T20:03:05.062Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2515 | 2025-02-11T20:03:05.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2025-02-11T20:03:05.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2025-02-11T20:03:05.752Z | Compiling cfg_aliases v0.1.1 |
2518 | 2025-02-11T20:03:05.754Z | Compiling vte_generate_state_changes v0.1.2 |
2519 | 2025-02-11T20:03:05.754Z | Checking fd-lock v4.0.2 |
2520 | 2025-02-11T20:03:05.754Z | Checking nibble_vec v0.1.0 |
2521 | 2025-02-11T20:03:05.754Z | Checking bytecount v0.6.8 |
2522 | 2025-02-11T20:03:05.859Z | Checking endian-type v0.1.2 |
2523 | 2025-02-11T20:03:05.893Z | Compiling tabled_derive v0.7.0 |
2524 | 2025-02-11T20:03:05.907Z | Compiling peg-macros v0.8.4 |
2525 | 2025-02-11T20:03:05.950Z | Compiling nix v0.28.0 |
2526 | 2025-02-11T20:03:06.018Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2527 | 2025-02-11T20:03:06.041Z | Checking papergrid v0.11.0 |
2528 | 2025-02-11T20:03:06.060Z | Compiling sqlparser_derive v0.2.2 |
2529 | 2025-02-11T20:03:06.105Z | Checking radix_trie v0.2.1 |
2530 | 2025-02-11T20:03:06.475Z | Checking vte v0.11.1 |
2531 | 2025-02-11T20:03:06.505Z | Checking unicode_categories v0.1.1 |
2532 | 2025-02-11T20:03:06.808Z | Checking home v0.5.9 |
2533 | 2025-02-11T20:03:06.972Z | Checking nu-ansi-term v0.50.1 |
2534 | 2025-02-11T20:03:07.048Z | Checking sqlformat v0.2.6 |
2535 | 2025-02-11T20:03:07.134Z | Checking sqlparser v0.45.0 |
2536 | 2025-02-11T20:03:07.397Z | Checking display-error-chain v0.2.2 |
2537 | 2025-02-11T20:03:07.911Z | Checking strip-ansi-escapes v0.2.0 |
2538 | 2025-02-11T20:03:08.097Z | Checking reedline v0.35.0 |
2539 | 2025-02-11T20:03:08.143Z | Checking tabled v0.15.0 |
2540 | 2025-02-11T20:03:08.573Z | Checking peg v0.8.4 |
2541 | 2025-02-11T20:03:08.874Z | Checking rustyline v14.0.0 |
2542 | 2025-02-11T20:03:18.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s |
2543 | 2025-02-11T20:03:18.496Z | |
2544 | 2025-02-11T20:03:18.496Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2545 | 2025-02-11T20:03:19.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2025-02-11T20:03:19.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2025-02-11T20:03:19.175Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2548 | 2025-02-11T20:03:24.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2549 | 2025-02-11T20:03:24.661Z | |
2550 | 2025-02-11T20:03:24.661Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2551 | 2025-02-11T20:03:25.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2025-02-11T20:03:25.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2025-02-11T20:03:25.363Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2554 | 2025-02-11T20:03:29.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2555 | 2025-02-11T20:03:29.250Z | |
2556 | 2025-02-11T20:03:29.250Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2557 | 2025-02-11T20:03:29.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-02-11T20:03:29.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-02-11T20:03:29.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-02-11T20:03:35.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2561 | 2025-02-11T20:03:35.240Z | |
2562 | 2025-02-11T20:03:35.240Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2563 | 2025-02-11T20:03:35.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-02-11T20:03:35.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-02-11T20:03:35.943Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2566 | 2025-02-11T20:03:41.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2567 | 2025-02-11T20:03:41.239Z | |
2568 | 2025-02-11T20:03:41.239Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2569 | 2025-02-11T20:03:41.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-02-11T20:03:41.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-02-11T20:03:41.921Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-02-11T20:03:45.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2573 | 2025-02-11T20:03:45.998Z | |
2574 | 2025-02-11T20:03:45.998Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2575 | 2025-02-11T20:03:46.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-02-11T20:03:46.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-02-11T20:03:46.691Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-02-11T20:03:50.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2579 | 2025-02-11T20:03:50.828Z | |
2580 | 2025-02-11T20:03:50.828Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2581 | 2025-02-11T20:03:51.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-02-11T20:03:51.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-02-11T20:03:51.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-02-11T20:03:56.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2585 | 2025-02-11T20:03:57.018Z | |
2586 | 2025-02-11T20:03:57.018Z | info: running `cargo check --bins` on oximeter (67/199) |
2587 | 2025-02-11T20:03:57.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-02-11T20:03:57.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-02-11T20:03:57.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2025-02-11T20:03:57.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2591 | 2025-02-11T20:03:57.655Z | |
2592 | 2025-02-11T20:03:57.655Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2593 | 2025-02-11T20:03:58.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-02-11T20:03:58.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-02-11T20:03:58.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2025-02-11T20:03:58.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2597 | 2025-02-11T20:03:58.305Z | |
2598 | 2025-02-11T20:03:58.305Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2599 | 2025-02-11T20:03:58.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-02-11T20:03:58.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-02-11T20:03:58.967Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2602 | 2025-02-11T20:04:01.040Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2603 | 2025-02-11T20:04:02.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s |
2604 | 2025-02-11T20:04:02.201Z | |
2605 | 2025-02-11T20:04:02.201Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2606 | 2025-02-11T20:04:02.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-02-11T20:04:02.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-02-11T20:04:02.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2025-02-11T20:04:02.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2610 | 2025-02-11T20:04:02.875Z | |
2611 | 2025-02-11T20:04:02.875Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2612 | 2025-02-11T20:04:03.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-02-11T20:04:03.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-02-11T20:04:03.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-02-11T20:04:03.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2616 | 2025-02-11T20:04:03.532Z | |
2617 | 2025-02-11T20:04:03.532Z | info: running `cargo check --bins` on oxql-types (72/199) |
2618 | 2025-02-11T20:04:04.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-02-11T20:04:04.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-02-11T20:04:04.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-02-11T20:04:04.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2622 | 2025-02-11T20:04:04.190Z | |
2623 | 2025-02-11T20:04:04.190Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2624 | 2025-02-11T20:04:04.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-02-11T20:04:04.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-02-11T20:04:04.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-02-11T20:04:04.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2628 | 2025-02-11T20:04:04.862Z | |
2629 | 2025-02-11T20:04:04.862Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2630 | 2025-02-11T20:04:05.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-02-11T20:04:05.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-02-11T20:04:05.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-02-11T20:04:05.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2634 | 2025-02-11T20:04:05.524Z | |
2635 | 2025-02-11T20:04:05.524Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2636 | 2025-02-11T20:04:06.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-02-11T20:04:06.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-02-11T20:04:06.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-02-11T20:04:06.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2640 | 2025-02-11T20:04:06.191Z | |
2641 | 2025-02-11T20:04:06.191Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2642 | 2025-02-11T20:04:06.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-02-11T20:04:06.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-02-11T20:04:06.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-02-11T20:04:06.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2646 | 2025-02-11T20:04:06.846Z | |
2647 | 2025-02-11T20:04:06.846Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2648 | 2025-02-11T20:04:07.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-02-11T20:04:07.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-02-11T20:04:07.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-02-11T20:04:07.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2652 | 2025-02-11T20:04:07.500Z | |
2653 | 2025-02-11T20:04:07.500Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2654 | 2025-02-11T20:04:08.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-02-11T20:04:08.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-02-11T20:04:08.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-02-11T20:04:08.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2658 | 2025-02-11T20:04:08.171Z | |
2659 | 2025-02-11T20:04:08.171Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2660 | 2025-02-11T20:04:08.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-02-11T20:04:08.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-02-11T20:04:08.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-02-11T20:04:08.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2664 | 2025-02-11T20:04:08.802Z | |
2665 | 2025-02-11T20:04:08.802Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2666 | 2025-02-11T20:04:09.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-02-11T20:04:09.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-02-11T20:04:09.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-02-11T20:04:09.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2670 | 2025-02-11T20:04:09.453Z | |
2671 | 2025-02-11T20:04:09.453Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2672 | 2025-02-11T20:04:10.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-02-11T20:04:10.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-02-11T20:04:10.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-02-11T20:04:10.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2676 | 2025-02-11T20:04:10.094Z | |
2677 | 2025-02-11T20:04:10.094Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2678 | 2025-02-11T20:04:10.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-02-11T20:04:10.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-02-11T20:04:10.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-02-11T20:04:10.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2682 | 2025-02-11T20:04:10.740Z | |
2683 | 2025-02-11T20:04:10.740Z | info: running `cargo check --bins` on dpd-client (83/199) |
2684 | 2025-02-11T20:04:11.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-02-11T20:04:11.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-02-11T20:04:11.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-02-11T20:04:11.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2688 | 2025-02-11T20:04:11.418Z | |
2689 | 2025-02-11T20:04:11.419Z | info: running `cargo check --bins` on gateway-client (84/199) |
2690 | 2025-02-11T20:04:11.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-02-11T20:04:11.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-02-11T20:04:11.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-02-11T20:04:11.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2694 | 2025-02-11T20:04:12.016Z | |
2695 | 2025-02-11T20:04:12.016Z | info: running `cargo check --bins` on installinator-client (85/199) |
2696 | 2025-02-11T20:04:12.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-02-11T20:04:12.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-02-11T20:04:12.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-02-11T20:04:12.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2700 | 2025-02-11T20:04:12.690Z | |
2701 | 2025-02-11T20:04:12.690Z | info: running `cargo check --bins` on installinator-common (86/199) |
2702 | 2025-02-11T20:04:13.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-02-11T20:04:13.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-02-11T20:04:13.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-02-11T20:04:13.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2706 | 2025-02-11T20:04:13.376Z | |
2707 | 2025-02-11T20:04:13.376Z | info: running `cargo check --bins` on update-engine (87/199) |
2708 | 2025-02-11T20:04:13.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-02-11T20:04:13.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-02-11T20:04:13.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-02-11T20:04:13.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2712 | 2025-02-11T20:04:14.013Z | |
2713 | 2025-02-11T20:04:14.013Z | info: running `cargo check --bins` on nexus-client (88/199) |
2714 | 2025-02-11T20:04:14.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-02-11T20:04:14.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-02-11T20:04:14.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-02-11T20:04:14.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2718 | 2025-02-11T20:04:14.689Z | |
2719 | 2025-02-11T20:04:14.689Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2720 | 2025-02-11T20:04:15.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-02-11T20:04:15.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-02-11T20:04:15.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-02-11T20:04:15.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2724 | 2025-02-11T20:04:15.358Z | |
2725 | 2025-02-11T20:04:15.358Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2726 | 2025-02-11T20:04:15.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-02-11T20:04:15.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-02-11T20:04:15.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-02-11T20:04:15.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2730 | 2025-02-11T20:04:15.991Z | |
2731 | 2025-02-11T20:04:15.991Z | info: running `cargo check --bins` on nexus-types (91/199) |
2732 | 2025-02-11T20:04:16.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-02-11T20:04:16.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-02-11T20:04:16.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-02-11T20:04:16.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2736 | 2025-02-11T20:04:16.686Z | |
2737 | 2025-02-11T20:04:16.686Z | info: running `cargo check --bins` on oxide-client (92/199) |
2738 | 2025-02-11T20:04:17.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-02-11T20:04:17.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-02-11T20:04:17.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-02-11T20:04:17.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2742 | 2025-02-11T20:04:17.346Z | |
2743 | 2025-02-11T20:04:17.346Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2744 | 2025-02-11T20:04:17.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-02-11T20:04:17.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-02-11T20:04:17.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-02-11T20:04:17.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2748 | 2025-02-11T20:04:18.018Z | |
2749 | 2025-02-11T20:04:18.018Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2750 | 2025-02-11T20:04:18.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-02-11T20:04:18.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-02-11T20:04:18.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-02-11T20:04:18.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2754 | 2025-02-11T20:04:18.664Z | |
2755 | 2025-02-11T20:04:18.664Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2756 | 2025-02-11T20:04:19.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-02-11T20:04:19.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-02-11T20:04:19.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-02-11T20:04:19.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2760 | 2025-02-11T20:04:19.323Z | |
2761 | 2025-02-11T20:04:19.323Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2762 | 2025-02-11T20:04:19.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-02-11T20:04:19.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-02-11T20:04:19.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-02-11T20:04:19.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2766 | 2025-02-11T20:04:19.997Z | |
2767 | 2025-02-11T20:04:19.997Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2768 | 2025-02-11T20:04:20.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-02-11T20:04:20.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-02-11T20:04:20.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-02-11T20:04:20.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2772 | 2025-02-11T20:04:20.672Z | |
2773 | 2025-02-11T20:04:20.672Z | info: running `cargo check --bins` on wicket-common (98/199) |
2774 | 2025-02-11T20:04:21.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-02-11T20:04:21.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-02-11T20:04:21.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-02-11T20:04:21.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2778 | 2025-02-11T20:04:21.351Z | |
2779 | 2025-02-11T20:04:21.351Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2780 | 2025-02-11T20:04:21.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-02-11T20:04:21.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-02-11T20:04:22.030Z | Checking csv-core v0.1.11 |
2783 | 2025-02-11T20:04:22.030Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2784 | 2025-02-11T20:04:22.033Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2785 | 2025-02-11T20:04:22.033Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2786 | 2025-02-11T20:04:22.334Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2787 | 2025-02-11T20:04:22.337Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2788 | 2025-02-11T20:04:22.364Z | Checking csv v1.3.1 |
2789 | 2025-02-11T20:04:22.957Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2790 | 2025-02-11T20:04:23.353Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2791 | 2025-02-11T20:04:25.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
2792 | 2025-02-11T20:04:25.234Z | |
2793 | 2025-02-11T20:04:25.234Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2794 | 2025-02-11T20:04:25.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-02-11T20:04:25.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-02-11T20:04:25.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-02-11T20:04:25.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2798 | 2025-02-11T20:04:25.888Z | |
2799 | 2025-02-11T20:04:25.889Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2800 | 2025-02-11T20:04:26.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-02-11T20:04:26.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-02-11T20:04:26.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-02-11T20:04:26.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2804 | 2025-02-11T20:04:26.538Z | |
2805 | 2025-02-11T20:04:26.538Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2806 | 2025-02-11T20:04:27.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-02-11T20:04:27.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-02-11T20:04:27.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-02-11T20:04:27.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2810 | 2025-02-11T20:04:27.291Z | |
2811 | 2025-02-11T20:04:27.291Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2812 | 2025-02-11T20:04:27.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-02-11T20:04:27.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-02-11T20:04:27.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-02-11T20:04:27.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2816 | 2025-02-11T20:04:28.053Z | |
2817 | 2025-02-11T20:04:28.053Z | info: running `cargo check --bins` on dns-server (104/199) |
2818 | 2025-02-11T20:04:28.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-02-11T20:04:28.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-02-11T20:04:28.722Z | Compiling typify-impl v0.3.0 |
2821 | 2025-02-11T20:04:28.832Z | Compiling parking_lot_core v0.8.6 |
2822 | 2025-02-11T20:04:28.844Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2823 | 2025-02-11T20:04:28.854Z | Checking fxhash v0.2.1 |
2824 | 2025-02-11T20:04:28.867Z | Checking hickory-client v0.24.2 |
2825 | 2025-02-11T20:04:28.870Z | Checking hickory-server v0.24.2 |
2826 | 2025-02-11T20:04:29.639Z | Checking parking_lot v0.11.2 |
2827 | 2025-02-11T20:04:29.661Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2828 | 2025-02-11T20:04:29.970Z | Checking sled v0.34.7 |
2829 | 2025-02-11T20:04:34.522Z | Compiling typify-macro v0.3.0 |
2830 | 2025-02-11T20:04:36.084Z | Compiling typify v0.3.0 |
2831 | 2025-02-11T20:04:36.155Z | Compiling progenitor-impl v0.9.1 |
2832 | 2025-02-11T20:04:38.664Z | Compiling progenitor-macro v0.9.1 |
2833 | 2025-02-11T20:04:42.503Z | Checking progenitor v0.9.1 |
2834 | 2025-02-11T20:04:42.640Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2835 | 2025-02-11T20:04:43.135Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2836 | 2025-02-11T20:04:44.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.42s |
2837 | 2025-02-11T20:04:44.668Z | |
2838 | 2025-02-11T20:04:44.668Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2839 | 2025-02-11T20:04:45.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-02-11T20:04:45.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-02-11T20:04:45.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-02-11T20:04:45.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2843 | 2025-02-11T20:04:45.318Z | |
2844 | 2025-02-11T20:04:45.319Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2845 | 2025-02-11T20:04:45.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-02-11T20:04:45.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-02-11T20:04:45.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-02-11T20:04:45.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2849 | 2025-02-11T20:04:46.021Z | |
2850 | 2025-02-11T20:04:46.021Z | info: running `cargo check --bins` on gateway-types (107/199) |
2851 | 2025-02-11T20:04:46.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-02-11T20:04:46.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-02-11T20:04:46.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-02-11T20:04:46.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2855 | 2025-02-11T20:04:46.669Z | |
2856 | 2025-02-11T20:04:46.669Z | info: running `cargo check --bins` on ipcc (108/199) |
2857 | 2025-02-11T20:04:47.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-02-11T20:04:47.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-02-11T20:04:47.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-02-11T20:04:47.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2861 | 2025-02-11T20:04:47.333Z | |
2862 | 2025-02-11T20:04:47.333Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2863 | 2025-02-11T20:04:47.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-02-11T20:04:47.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-02-11T20:04:48.064Z | Compiling semver v0.1.20 |
2866 | 2025-02-11T20:04:48.064Z | Compiling radium v0.7.0 |
2867 | 2025-02-11T20:04:48.185Z | Compiling maybe-uninit v2.0.0 |
2868 | 2025-02-11T20:04:48.188Z | Checking tap v1.0.1 |
2869 | 2025-02-11T20:04:48.210Z | Checking password-hash v0.5.0 |
2870 | 2025-02-11T20:04:48.213Z | Checking blake2 v0.10.6 |
2871 | 2025-02-11T20:04:48.213Z | Checking funty v2.0.0 |
2872 | 2025-02-11T20:04:48.213Z | Checking crc-catalog v2.4.0 |
2873 | 2025-02-11T20:04:48.358Z | Checking wyz v0.5.1 |
2874 | 2025-02-11T20:04:48.387Z | Compiling cancel-safe-futures v0.1.5 |
2875 | 2025-02-11T20:04:48.637Z | Compiling rustc_version v0.1.7 |
2876 | 2025-02-11T20:04:48.694Z | Compiling owo-colors v4.1.0 |
2877 | 2025-02-11T20:04:48.732Z | Compiling packed_struct v0.10.1 |
2878 | 2025-02-11T20:04:48.734Z | Checking argon2 v0.5.3 |
2879 | 2025-02-11T20:04:48.809Z | Checking crc v3.2.1 |
2880 | 2025-02-11T20:04:48.828Z | Compiling packed_struct_codegen v0.10.1 |
2881 | 2025-02-11T20:04:49.032Z | Checking half v2.4.1 |
2882 | 2025-02-11T20:04:49.049Z | Compiling indexmap v1.9.3 |
2883 | 2025-02-11T20:04:49.067Z | Checking bitvec v1.0.1 |
2884 | 2025-02-11T20:04:49.070Z | Compiling newtype_derive v0.1.6 |
2885 | 2025-02-11T20:04:49.190Z | Checking ciborium-io v0.2.2 |
2886 | 2025-02-11T20:04:49.235Z | Checking nodrop v0.1.14 |
2887 | 2025-02-11T20:04:49.317Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2888 | 2025-02-11T20:04:49.367Z | Checking array-init v0.0.4 |
2889 | 2025-02-11T20:04:49.478Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2890 | 2025-02-11T20:04:49.519Z | Checking ciborium-ll v0.2.2 |
2891 | 2025-02-11T20:04:49.572Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2892 | 2025-02-11T20:04:49.647Z | Checking smallvec v0.6.14 |
2893 | 2025-02-11T20:04:49.820Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2894 | 2025-02-11T20:04:50.037Z | Checking libsw v3.3.1 |
2895 | 2025-02-11T20:04:50.222Z | Compiling memoffset v0.9.1 |
2896 | 2025-02-11T20:04:50.253Z | Checking indent_write v2.2.0 |
2897 | 2025-02-11T20:04:50.278Z | Checking bitfield v0.14.0 |
2898 | 2025-02-11T20:04:50.319Z | Checking swrite v0.1.0 |
2899 | 2025-02-11T20:04:50.447Z | Checking hashbrown v0.12.3 |
2900 | 2025-02-11T20:04:50.464Z | Checking termcolor v1.4.1 |
2901 | 2025-02-11T20:04:50.543Z | Checking linear-map v1.2.0 |
2902 | 2025-02-11T20:04:50.736Z | Checking ron v0.8.1 |
2903 | 2025-02-11T20:04:50.836Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2904 | 2025-02-11T20:04:50.858Z | Checking serde-hex v0.1.0 |
2905 | 2025-02-11T20:04:50.887Z | Checking env_logger v0.10.2 |
2906 | 2025-02-11T20:04:50.971Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2907 | 2025-02-11T20:04:51.317Z | Checking ciborium v0.2.2 |
2908 | 2025-02-11T20:04:51.623Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2909 | 2025-02-11T20:04:52.040Z | Checking steno v0.4.1 |
2910 | 2025-02-11T20:04:52.060Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2911 | 2025-02-11T20:04:52.287Z | Checking hashbrown v0.13.2 |
2912 | 2025-02-11T20:04:52.307Z | Checking crc-any v2.5.0 |
2913 | 2025-02-11T20:04:52.336Z | Checking humantime v2.1.0 |
2914 | 2025-02-11T20:04:52.639Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2915 | 2025-02-11T20:04:52.701Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2916 | 2025-02-11T20:04:53.039Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2917 | 2025-02-11T20:04:53.260Z | Checking object v0.30.4 |
2918 | 2025-02-11T20:04:53.298Z | Checking path-slash v0.1.5 |
2919 | 2025-02-11T20:04:53.433Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2920 | 2025-02-11T20:04:53.453Z | Checking nix v0.27.1 |
2921 | 2025-02-11T20:04:53.879Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2922 | 2025-02-11T20:04:54.223Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2923 | 2025-02-11T20:04:54.486Z | Checking tungstenite v0.23.0 |
2924 | 2025-02-11T20:04:54.591Z | Checking kstat-rs v0.2.4 |
2925 | 2025-02-11T20:04:54.738Z | Checking signal-hook-tokio v0.3.1 |
2926 | 2025-02-11T20:04:54.961Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2927 | 2025-02-11T20:04:55.127Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2928 | 2025-02-11T20:04:55.419Z | Checking tokio-tungstenite v0.23.1 |
2929 | 2025-02-11T20:04:55.955Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2930 | 2025-02-11T20:04:56.070Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2931 | 2025-02-11T20:05:02.746Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2932 | 2025-02-11T20:05:04.126Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2933 | 2025-02-11T20:05:06.795Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2934 | 2025-02-11T20:05:12.236Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2935 | 2025-02-11T20:05:12.947Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2936 | 2025-02-11T20:05:15.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s |
2937 | 2025-02-11T20:05:16.055Z | |
2938 | 2025-02-11T20:05:16.055Z | info: running `cargo check --bins` on gateway-api (110/199) |
2939 | 2025-02-11T20:05:16.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-02-11T20:05:16.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-02-11T20:05:16.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-02-11T20:05:16.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2943 | 2025-02-11T20:05:16.704Z | |
2944 | 2025-02-11T20:05:16.704Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2945 | 2025-02-11T20:05:17.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-02-11T20:05:17.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-02-11T20:05:17.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-02-11T20:05:17.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2949 | 2025-02-11T20:05:17.347Z | |
2950 | 2025-02-11T20:05:17.347Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2951 | 2025-02-11T20:05:17.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-02-11T20:05:17.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-02-11T20:05:17.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-02-11T20:05:17.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2955 | 2025-02-11T20:05:18.021Z | |
2956 | 2025-02-11T20:05:18.021Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2957 | 2025-02-11T20:05:18.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-02-11T20:05:18.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-02-11T20:05:18.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-02-11T20:05:18.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2961 | 2025-02-11T20:05:18.683Z | |
2962 | 2025-02-11T20:05:18.683Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2963 | 2025-02-11T20:05:19.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-02-11T20:05:19.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-02-11T20:05:19.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-02-11T20:05:19.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2967 | 2025-02-11T20:05:19.337Z | |
2968 | 2025-02-11T20:05:19.338Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2969 | 2025-02-11T20:05:19.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-02-11T20:05:19.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-02-11T20:05:19.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-02-11T20:05:19.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2973 | 2025-02-11T20:05:19.985Z | |
2974 | 2025-02-11T20:05:19.985Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2975 | 2025-02-11T20:05:20.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-02-11T20:05:20.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-02-11T20:05:20.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2025-02-11T20:05:20.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2979 | 2025-02-11T20:05:20.632Z | |
2980 | 2025-02-11T20:05:20.632Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
2981 | 2025-02-11T20:05:21.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2025-02-11T20:05:21.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2025-02-11T20:05:21.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2025-02-11T20:05:21.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2985 | 2025-02-11T20:05:21.281Z | |
2986 | 2025-02-11T20:05:21.281Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
2987 | 2025-02-11T20:05:21.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2025-02-11T20:05:21.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2025-02-11T20:05:21.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2025-02-11T20:05:21.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2991 | 2025-02-11T20:05:21.949Z | |
2992 | 2025-02-11T20:05:21.949Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
2993 | 2025-02-11T20:05:22.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-02-11T20:05:22.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-02-11T20:05:22.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2025-02-11T20:05:22.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2997 | 2025-02-11T20:05:22.603Z | |
2998 | 2025-02-11T20:05:22.603Z | info: running `cargo check --bins` on sp-sim (120/199) |
2999 | 2025-02-11T20:05:23.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-02-11T20:05:23.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-02-11T20:05:23.290Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3002 | 2025-02-11T20:05:23.747Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3003 | 2025-02-11T20:05:25.484Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3004 | 2025-02-11T20:05:27.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
3005 | 2025-02-11T20:05:27.354Z | |
3006 | 2025-02-11T20:05:27.354Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3007 | 2025-02-11T20:05:27.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-02-11T20:05:27.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-02-11T20:05:27.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-02-11T20:05:27.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3011 | 2025-02-11T20:05:28.058Z | |
3012 | 2025-02-11T20:05:28.058Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3013 | 2025-02-11T20:05:28.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-02-11T20:05:28.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-02-11T20:05:28.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2025-02-11T20:05:28.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3017 | 2025-02-11T20:05:28.774Z | |
3018 | 2025-02-11T20:05:28.774Z | info: running `cargo check --bins` on db-macros (123/199) |
3019 | 2025-02-11T20:05:29.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-02-11T20:05:29.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-02-11T20:05:29.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-02-11T20:05:29.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3023 | 2025-02-11T20:05:29.405Z | |
3024 | 2025-02-11T20:05:29.406Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3025 | 2025-02-11T20:05:29.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-02-11T20:05:29.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-02-11T20:05:29.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-02-11T20:05:29.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3029 | 2025-02-11T20:05:30.027Z | |
3030 | 2025-02-11T20:05:30.027Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3031 | 2025-02-11T20:05:30.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-02-11T20:05:30.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-02-11T20:05:30.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-02-11T20:05:30.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3035 | 2025-02-11T20:05:30.711Z | |
3036 | 2025-02-11T20:05:30.711Z | info: running `cargo check --bins` on authz-macros (126/199) |
3037 | 2025-02-11T20:05:31.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-02-11T20:05:31.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-02-11T20:05:31.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-02-11T20:05:31.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3041 | 2025-02-11T20:05:31.339Z | |
3042 | 2025-02-11T20:05:31.339Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3043 | 2025-02-11T20:05:31.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-02-11T20:05:31.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-02-11T20:05:31.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-02-11T20:05:31.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3047 | 2025-02-11T20:05:32.012Z | |
3048 | 2025-02-11T20:05:32.012Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3049 | 2025-02-11T20:05:32.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-02-11T20:05:32.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-02-11T20:05:32.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-02-11T20:05:32.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3053 | 2025-02-11T20:05:32.691Z | |
3054 | 2025-02-11T20:05:32.691Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3055 | 2025-02-11T20:05:33.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-02-11T20:05:33.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-02-11T20:05:33.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-02-11T20:05:33.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3059 | 2025-02-11T20:05:33.374Z | |
3060 | 2025-02-11T20:05:33.374Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3061 | 2025-02-11T20:05:33.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-02-11T20:05:33.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-02-11T20:05:33.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-02-11T20:05:33.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3065 | 2025-02-11T20:05:34.064Z | |
3066 | 2025-02-11T20:05:34.064Z | info: running `cargo check --bins` on typed-rng (131/199) |
3067 | 2025-02-11T20:05:34.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-02-11T20:05:34.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-02-11T20:05:34.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-02-11T20:05:34.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2025-02-11T20:05:34.708Z | |
3072 | 2025-02-11T20:05:34.708Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3073 | 2025-02-11T20:05:35.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-02-11T20:05:35.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-02-11T20:05:35.484Z | Checking keccak v0.1.5 |
3076 | 2025-02-11T20:05:35.597Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3077 | 2025-02-11T20:05:35.600Z | Checking secrecy v0.8.0 |
3078 | 2025-02-11T20:05:35.600Z | Compiling unicase v2.7.0 |
3079 | 2025-02-11T20:05:35.622Z | Compiling same-file v1.0.6 |
3080 | 2025-02-11T20:05:35.624Z | Compiling tempfile v3.13.0 |
3081 | 2025-02-11T20:05:35.662Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3082 | 2025-02-11T20:05:35.662Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3083 | 2025-02-11T20:05:35.781Z | Compiling thiserror-impl-no-std v2.0.2 |
3084 | 2025-02-11T20:05:35.894Z | Checking sha3 v0.10.8 |
3085 | 2025-02-11T20:05:35.912Z | Compiling walkdir v2.5.0 |
3086 | 2025-02-11T20:05:35.950Z | Checking universal-hash v0.5.1 |
3087 | 2025-02-11T20:05:35.975Z | Compiling blake3 v1.5.4 |
3088 | 2025-02-11T20:05:36.126Z | Checking opaque-debug v0.3.1 |
3089 | 2025-02-11T20:05:36.157Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3090 | 2025-02-11T20:05:36.233Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3091 | 2025-02-11T20:05:36.252Z | Checking poly1305 v0.8.0 |
3092 | 2025-02-11T20:05:36.279Z | Checking chacha20 v0.9.1 |
3093 | 2025-02-11T20:05:36.440Z | Checking aead v0.5.2 |
3094 | 2025-02-11T20:05:36.459Z | Compiling memmap2 v0.9.5 |
3095 | 2025-02-11T20:05:36.610Z | Compiling constant_time_eq v0.3.1 |
3096 | 2025-02-11T20:05:36.630Z | Compiling arrayvec v0.7.6 |
3097 | 2025-02-11T20:05:36.666Z | Compiling libefi-sys v0.1.0 |
3098 | 2025-02-11T20:05:36.753Z | Compiling salty v0.3.0 |
3099 | 2025-02-11T20:05:36.807Z | Compiling arrayref v0.3.9 |
3100 | 2025-02-11T20:05:36.878Z | Checking chacha20poly1305 v0.10.1 |
3101 | 2025-02-11T20:05:36.962Z | Compiling toolchain_find v0.4.0 |
3102 | 2025-02-11T20:05:37.016Z | Compiling camino-tempfile v1.1.1 |
3103 | 2025-02-11T20:05:37.059Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3104 | 2025-02-11T20:05:37.178Z | Compiling bitfield-struct v0.6.2 |
3105 | 2025-02-11T20:05:37.392Z | Compiling topological-sort v0.2.2 |
3106 | 2025-02-11T20:05:37.452Z | Compiling mime_guess v2.0.5 |
3107 | 2025-02-11T20:05:37.560Z | Compiling rustfmt-wrapper v0.2.1 |
3108 | 2025-02-11T20:05:38.011Z | Compiling omicron-zone-package v0.12.0 |
3109 | 2025-02-11T20:05:38.156Z | Compiling progenitor v0.9.1 |
3110 | 2025-02-11T20:05:38.218Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3111 | 2025-02-11T20:05:38.387Z | Checking primeorder v0.13.6 |
3112 | 2025-02-11T20:05:38.447Z | Checking env_filter v0.1.2 |
3113 | 2025-02-11T20:05:38.528Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3114 | 2025-02-11T20:05:38.624Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3115 | 2025-02-11T20:05:38.628Z | Checking thiserror-no-std v2.0.2 |
3116 | 2025-02-11T20:05:38.698Z | Checking env_logger v0.11.5 |
3117 | 2025-02-11T20:05:38.716Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3118 | 2025-02-11T20:05:38.758Z | Checking vsss-rs v3.3.4 |
3119 | 2025-02-11T20:05:38.804Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3120 | 2025-02-11T20:05:38.864Z | Checking p384 v0.13.0 |
3121 | 2025-02-11T20:05:38.934Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3122 | 2025-02-11T20:05:39.174Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3123 | 2025-02-11T20:05:39.212Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3124 | 2025-02-11T20:05:39.302Z | Checking lockfree-object-pool v0.1.6 |
3125 | 2025-02-11T20:05:39.322Z | Checking simd-adler32 v0.3.7 |
3126 | 2025-02-11T20:05:39.552Z | Compiling zip v2.1.3 |
3127 | 2025-02-11T20:05:39.573Z | Checking bumpalo v3.16.0 |
3128 | 2025-02-11T20:05:39.628Z | Checking http-range v0.1.5 |
3129 | 2025-02-11T20:05:39.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3130 | 2025-02-11T20:05:39.901Z | Checking zopfli v0.8.1 |
3131 | 2025-02-11T20:05:39.926Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3132 | 2025-02-11T20:05:40.082Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3133 | 2025-02-11T20:05:40.388Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3134 | 2025-02-11T20:05:40.541Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3135 | 2025-02-11T20:05:40.605Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3136 | 2025-02-11T20:05:40.648Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3137 | 2025-02-11T20:05:40.927Z | Checking atty v0.2.14 |
3138 | 2025-02-11T20:05:41.075Z | Checking glob v0.3.2 |
3139 | 2025-02-11T20:05:41.141Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3140 | 2025-02-11T20:05:41.186Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3141 | 2025-02-11T20:05:41.207Z | Checking hyper-staticfile v0.10.1 |
3142 | 2025-02-11T20:05:41.417Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3143 | 2025-02-11T20:05:41.783Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3144 | 2025-02-11T20:05:42.540Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3145 | 2025-02-11T20:05:42.722Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3146 | 2025-02-11T20:05:42.869Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3147 | 2025-02-11T20:05:42.891Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3148 | 2025-02-11T20:05:43.196Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3149 | 2025-02-11T20:05:43.267Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3150 | 2025-02-11T20:05:43.536Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3151 | 2025-02-11T20:05:44.078Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3152 | 2025-02-11T20:05:44.113Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3153 | 2025-02-11T20:05:44.134Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3154 | 2025-02-11T20:05:44.677Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3155 | 2025-02-11T20:05:47.689Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3156 | 2025-02-11T20:05:47.689Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3157 | 2025-02-11T20:05:56.233Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3158 | 2025-02-11T20:06:10.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s |
3159 | 2025-02-11T20:06:10.395Z | |
3160 | 2025-02-11T20:06:10.395Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3161 | 2025-02-11T20:06:11.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-02-11T20:06:11.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-02-11T20:06:11.154Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3164 | 2025-02-11T20:06:25.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
3165 | 2025-02-11T20:06:25.396Z | |
3166 | 2025-02-11T20:06:25.396Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3167 | 2025-02-11T20:06:26.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-02-11T20:06:26.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-02-11T20:06:26.335Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3170 | 2025-02-11T20:06:40.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s |
3171 | 2025-02-11T20:06:40.322Z | |
3172 | 2025-02-11T20:06:40.323Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3173 | 2025-02-11T20:06:40.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-02-11T20:06:40.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-02-11T20:06:41.078Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3176 | 2025-02-11T20:06:55.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s |
3177 | 2025-02-11T20:06:55.510Z | |
3178 | 2025-02-11T20:06:55.510Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3179 | 2025-02-11T20:06:56.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-02-11T20:06:56.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-02-11T20:06:56.271Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3182 | 2025-02-11T20:07:10.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s |
3183 | 2025-02-11T20:07:10.451Z | |
3184 | 2025-02-11T20:07:10.451Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3185 | 2025-02-11T20:07:11.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-02-11T20:07:11.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-02-11T20:07:11.212Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3188 | 2025-02-11T20:07:25.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
3189 | 2025-02-11T20:07:25.264Z | |
3190 | 2025-02-11T20:07:25.264Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3191 | 2025-02-11T20:07:25.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-02-11T20:07:25.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-02-11T20:07:26.034Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3194 | 2025-02-11T20:07:39.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
3195 | 2025-02-11T20:07:39.979Z | |
3196 | 2025-02-11T20:07:39.979Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3197 | 2025-02-11T20:07:40.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-02-11T20:07:40.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-02-11T20:07:40.732Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3200 | 2025-02-11T20:07:54.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3201 | 2025-02-11T20:07:54.649Z | |
3202 | 2025-02-11T20:07:54.649Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3203 | 2025-02-11T20:07:55.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-02-11T20:07:55.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-02-11T20:07:55.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3206 | 2025-02-11T20:07:55.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3207 | 2025-02-11T20:07:55.323Z | |
3208 | 2025-02-11T20:07:55.323Z | info: running `cargo check --bins` on key-manager (141/199) |
3209 | 2025-02-11T20:07:55.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2025-02-11T20:07:55.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2025-02-11T20:07:55.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3212 | 2025-02-11T20:07:55.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3213 | 2025-02-11T20:07:55.964Z | |
3214 | 2025-02-11T20:07:55.964Z | info: running `cargo check --bins` on range-requests (142/199) |
3215 | 2025-02-11T20:07:56.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2025-02-11T20:07:56.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2025-02-11T20:07:56.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3218 | 2025-02-11T20:07:56.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3219 | 2025-02-11T20:07:56.592Z | |
3220 | 2025-02-11T20:07:56.592Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3221 | 2025-02-11T20:07:57.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-02-11T20:07:57.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-02-11T20:07:57.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3224 | 2025-02-11T20:07:57.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3225 | 2025-02-11T20:07:57.223Z | |
3226 | 2025-02-11T20:07:57.223Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3227 | 2025-02-11T20:07:57.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-02-11T20:07:57.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-02-11T20:07:57.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3230 | 2025-02-11T20:07:57.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3231 | 2025-02-11T20:07:57.905Z | |
3232 | 2025-02-11T20:07:57.905Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3233 | 2025-02-11T20:07:58.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-02-11T20:07:58.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-02-11T20:07:58.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2025-02-11T20:07:58.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3237 | 2025-02-11T20:07:58.550Z | |
3238 | 2025-02-11T20:07:58.550Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3239 | 2025-02-11T20:07:59.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-02-11T20:07:59.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-02-11T20:07:59.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2025-02-11T20:07:59.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3243 | 2025-02-11T20:07:59.215Z | |
3244 | 2025-02-11T20:07:59.215Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3245 | 2025-02-11T20:07:59.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-02-11T20:07:59.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-02-11T20:07:59.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2025-02-11T20:07:59.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3249 | 2025-02-11T20:07:59.867Z | |
3250 | 2025-02-11T20:07:59.867Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3251 | 2025-02-11T20:08:00.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-02-11T20:08:00.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-02-11T20:08:00.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2025-02-11T20:08:00.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3255 | 2025-02-11T20:08:00.715Z | |
3256 | 2025-02-11T20:08:00.716Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3257 | 2025-02-11T20:08:01.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-02-11T20:08:01.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-02-11T20:08:01.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2025-02-11T20:08:01.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3261 | 2025-02-11T20:08:01.229Z | |
3262 | 2025-02-11T20:08:01.229Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3263 | 2025-02-11T20:08:01.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-02-11T20:08:01.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-02-11T20:08:01.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2025-02-11T20:08:01.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3267 | 2025-02-11T20:08:01.899Z | |
3268 | 2025-02-11T20:08:01.899Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3269 | 2025-02-11T20:08:02.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-02-11T20:08:02.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-02-11T20:08:02.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2025-02-11T20:08:02.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3273 | 2025-02-11T20:08:02.589Z | |
3274 | 2025-02-11T20:08:02.589Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3275 | 2025-02-11T20:08:03.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-02-11T20:08:03.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-02-11T20:08:03.320Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3278 | 2025-02-11T20:08:03.321Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3279 | 2025-02-11T20:08:04.223Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3280 | 2025-02-11T20:08:06.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
3281 | 2025-02-11T20:08:06.409Z | |
3282 | 2025-02-11T20:08:06.409Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3283 | 2025-02-11T20:08:06.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-02-11T20:08:06.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-02-11T20:08:06.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2025-02-11T20:08:06.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3287 | 2025-02-11T20:08:07.046Z | |
3288 | 2025-02-11T20:08:07.046Z | info: running `cargo check --bins` on cert-dev (154/199) |
3289 | 2025-02-11T20:08:07.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-02-11T20:08:07.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-02-11T20:08:07.681Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3292 | 2025-02-11T20:08:07.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3293 | 2025-02-11T20:08:08.149Z | |
3294 | 2025-02-11T20:08:08.149Z | info: running `cargo check --bins` on clickana (155/199) |
3295 | 2025-02-11T20:08:08.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-02-11T20:08:08.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-02-11T20:08:08.842Z | Checking castaway v0.2.3 |
3298 | 2025-02-11T20:08:08.844Z | Checking lru v0.12.5 |
3299 | 2025-02-11T20:08:08.844Z | Compiling instability v0.3.2 |
3300 | 2025-02-11T20:08:08.844Z | Checking unicode-truncate v1.1.0 |
3301 | 2025-02-11T20:08:08.844Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3302 | 2025-02-11T20:08:08.844Z | Checking cassowary v0.3.0 |
3303 | 2025-02-11T20:08:09.061Z | Checking compact_str v0.8.0 |
3304 | 2025-02-11T20:08:09.680Z | Checking ratatui v0.28.1 |
3305 | 2025-02-11T20:08:10.609Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3306 | 2025-02-11T20:08:11.803Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3307 | 2025-02-11T20:08:12.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3308 | 2025-02-11T20:08:12.868Z | |
3309 | 2025-02-11T20:08:12.868Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3310 | 2025-02-11T20:08:13.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-02-11T20:08:13.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-02-11T20:08:13.587Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3313 | 2025-02-11T20:08:13.587Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3314 | 2025-02-11T20:08:14.643Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3315 | 2025-02-11T20:08:15.133Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3316 | 2025-02-11T20:08:15.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3317 | 2025-02-11T20:08:15.669Z | |
3318 | 2025-02-11T20:08:15.669Z | info: running `cargo check --bins` on ch-dev (157/199) |
3319 | 2025-02-11T20:08:16.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-02-11T20:08:16.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-02-11T20:08:16.358Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3322 | 2025-02-11T20:08:17.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3323 | 2025-02-11T20:08:17.272Z | |
3324 | 2025-02-11T20:08:17.273Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3325 | 2025-02-11T20:08:17.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-02-11T20:08:17.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-02-11T20:08:17.986Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3328 | 2025-02-11T20:08:18.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3329 | 2025-02-11T20:08:18.563Z | |
3330 | 2025-02-11T20:08:18.563Z | info: running `cargo check --bins` on db-dev (159/199) |
3331 | 2025-02-11T20:08:19.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-02-11T20:08:19.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-02-11T20:08:19.245Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3334 | 2025-02-11T20:08:19.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3335 | 2025-02-11T20:08:20.166Z | |
3336 | 2025-02-11T20:08:20.166Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3337 | 2025-02-11T20:08:20.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-02-11T20:08:20.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-02-11T20:08:20.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-02-11T20:08:20.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3341 | 2025-02-11T20:08:20.817Z | |
3342 | 2025-02-11T20:08:20.817Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3343 | 2025-02-11T20:08:21.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-02-11T20:08:21.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-02-11T20:08:21.439Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3346 | 2025-02-11T20:08:22.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3347 | 2025-02-11T20:08:22.525Z | |
3348 | 2025-02-11T20:08:22.525Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3349 | 2025-02-11T20:08:23.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-02-11T20:08:23.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-02-11T20:08:23.185Z | Checking cargo-platform v0.1.8 |
3352 | 2025-02-11T20:08:23.464Z | Checking cargo_metadata v0.18.1 |
3353 | 2025-02-11T20:08:24.447Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3354 | 2025-02-11T20:08:25.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s |
3355 | 2025-02-11T20:08:25.481Z | |
3356 | 2025-02-11T20:08:25.481Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3357 | 2025-02-11T20:08:26.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-02-11T20:08:26.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-02-11T20:08:26.226Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3360 | 2025-02-11T20:08:27.669Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3361 | 2025-02-11T20:08:28.250Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3362 | 2025-02-11T20:08:28.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
3363 | 2025-02-11T20:08:29.002Z | |
3364 | 2025-02-11T20:08:29.003Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3365 | 2025-02-11T20:08:29.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-02-11T20:08:29.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-02-11T20:08:29.820Z | Compiling crunchy v0.2.2 |
3368 | 2025-02-11T20:08:29.820Z | Compiling tiny-keccak v2.0.2 |
3369 | 2025-02-11T20:08:29.823Z | Compiling dsl_auto_type v0.1.2 |
3370 | 2025-02-11T20:08:29.823Z | Checking scheduled-thread-pool v0.2.7 |
3371 | 2025-02-11T20:08:29.823Z | Compiling diesel_table_macro_syntax v0.2.0 |
3372 | 2025-02-11T20:08:29.972Z | Compiling ascii-canvas v3.0.0 |
3373 | 2025-02-11T20:08:29.986Z | Compiling ena v0.14.3 |
3374 | 2025-02-11T20:08:29.988Z | Compiling regex-syntax v0.6.29 |
3375 | 2025-02-11T20:08:30.198Z | Checking r2d2 v0.8.10 |
3376 | 2025-02-11T20:08:30.240Z | Compiling diff v0.1.13 |
3377 | 2025-02-11T20:08:30.360Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3378 | 2025-02-11T20:08:30.383Z | Compiling ref-cast v1.0.23 |
3379 | 2025-02-11T20:08:30.477Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3380 | 2025-02-11T20:08:30.516Z | Compiling derive_builder_core v0.20.2 |
3381 | 2025-02-11T20:08:30.587Z | Compiling libxml v0.3.3 |
3382 | 2025-02-11T20:08:30.754Z | Compiling ref-cast-impl v1.0.23 |
3383 | 2025-02-11T20:08:30.809Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3384 | 2025-02-11T20:08:30.957Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3385 | 2025-02-11T20:08:31.022Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3386 | 2025-02-11T20:08:31.253Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3387 | 2025-02-11T20:08:31.296Z | Compiling strum_macros v0.24.3 |
3388 | 2025-02-11T20:08:31.320Z | Compiling samael v0.0.17 |
3389 | 2025-02-11T20:08:31.389Z | Compiling diesel_derives v2.2.3 |
3390 | 2025-02-11T20:08:31.622Z | Compiling indoc v1.0.9 |
3391 | 2025-02-11T20:08:32.554Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3392 | 2025-02-11T20:08:32.762Z | Compiling derive_builder_macro v0.20.2 |
3393 | 2025-02-11T20:08:32.872Z | Compiling impl-trait-for-tuples v0.2.2 |
3394 | 2025-02-11T20:08:33.640Z | Compiling lalrpop v0.19.12 |
3395 | 2025-02-11T20:08:33.660Z | Checking derive_builder v0.20.2 |
3396 | 2025-02-11T20:08:33.835Z | Compiling oso-derive v0.27.3 |
3397 | 2025-02-11T20:08:34.108Z | Checking quick-xml v0.33.0 |
3398 | 2025-02-11T20:08:34.603Z | Compiling diesel-dtrace v0.4.2 |
3399 | 2025-02-11T20:08:34.870Z | Checking maplit v1.0.2 |
3400 | 2025-02-11T20:08:35.024Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3401 | 2025-02-11T20:08:35.049Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3402 | 2025-02-11T20:08:35.342Z | Checking bb8 v0.8.5 |
3403 | 2025-02-11T20:08:35.417Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3404 | 2025-02-11T20:08:35.564Z | Checking rand_seeder v0.3.0 |
3405 | 2025-02-11T20:08:35.756Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3406 | 2025-02-11T20:08:35.814Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3407 | 2025-02-11T20:08:35.861Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3408 | 2025-02-11T20:08:36.035Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3409 | 2025-02-11T20:08:36.341Z | Checking smawk v0.3.2 |
3410 | 2025-02-11T20:08:36.556Z | Checking is_ci v1.2.0 |
3411 | 2025-02-11T20:08:36.648Z | Checking unicode-linebreak v0.1.5 |
3412 | 2025-02-11T20:08:36.711Z | Checking supports-color v3.0.1 |
3413 | 2025-02-11T20:08:36.958Z | Checking multimap v0.10.0 |
3414 | 2025-02-11T20:08:37.115Z | Checking textwrap v0.16.1 |
3415 | 2025-02-11T20:08:38.096Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3416 | 2025-02-11T20:08:39.884Z | Checking diesel v2.2.6 |
3417 | 2025-02-11T20:09:05.486Z | Compiling polar-core v0.27.3 |
3418 | 2025-02-11T20:09:05.856Z | Checking async-bb8-diesel v0.2.1 |
3419 | 2025-02-11T20:09:13.017Z | Checking oso v0.27.3 |
3420 | 2025-02-11T20:10:17.548Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3421 | 2025-02-11T20:10:24.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s |
3422 | 2025-02-11T20:10:24.421Z | |
3423 | 2025-02-11T20:10:24.421Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3424 | 2025-02-11T20:10:25.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3425 | 2025-02-11T20:10:25.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3426 | 2025-02-11T20:10:25.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3427 | 2025-02-11T20:10:25.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3428 | 2025-02-11T20:10:25.129Z | |
3429 | 2025-02-11T20:10:25.129Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3430 | 2025-02-11T20:10:25.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3431 | 2025-02-11T20:10:25.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3432 | 2025-02-11T20:10:25.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3433 | 2025-02-11T20:10:25.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3434 | 2025-02-11T20:10:25.839Z | |
3435 | 2025-02-11T20:10:25.839Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3436 | 2025-02-11T20:10:26.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2025-02-11T20:10:26.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2025-02-11T20:10:26.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3439 | 2025-02-11T20:10:26.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3440 | 2025-02-11T20:10:26.473Z | |
3441 | 2025-02-11T20:10:26.473Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3442 | 2025-02-11T20:10:27.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2025-02-11T20:10:27.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2025-02-11T20:10:27.314Z | Compiling libz-sys v1.1.20 |
3445 | 2025-02-11T20:10:27.319Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3446 | 2025-02-11T20:10:27.445Z | Compiling vergen v8.3.2 |
3447 | 2025-02-11T20:10:27.448Z | Compiling cargo-platform v0.1.8 |
3448 | 2025-02-11T20:10:27.448Z | Compiling pin-project-internal v1.1.6 |
3449 | 2025-02-11T20:10:27.485Z | Compiling libsqlite3-sys v0.30.1 |
3450 | 2025-02-11T20:10:27.485Z | Compiling snafu-derive v0.8.5 |
3451 | 2025-02-11T20:10:27.488Z | Compiling rustls v0.21.12 |
3452 | 2025-02-11T20:10:27.750Z | Compiling cargo_metadata v0.18.1 |
3453 | 2025-02-11T20:10:27.832Z | Compiling cfg_aliases v0.2.1 |
3454 | 2025-02-11T20:10:27.960Z | Compiling buf-list v1.0.3 |
3455 | 2025-02-11T20:10:27.983Z | Compiling nix v0.29.0 |
3456 | 2025-02-11T20:10:28.104Z | Checking globset v0.4.15 |
3457 | 2025-02-11T20:10:28.176Z | Checking olpc-cjson v0.1.4 |
3458 | 2025-02-11T20:10:28.611Z | Checking sct v0.7.1 |
3459 | 2025-02-11T20:10:28.615Z | Checking rustls-webpki v0.101.7 |
3460 | 2025-02-11T20:10:28.672Z | Checking serde_plain v1.0.2 |
3461 | 2025-02-11T20:10:28.832Z | Checking typed-path v0.9.3 |
3462 | 2025-02-11T20:10:29.198Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3463 | 2025-02-11T20:10:29.280Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3464 | 2025-02-11T20:10:29.490Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3465 | 2025-02-11T20:10:29.603Z | Checking hashlink v0.9.1 |
3466 | 2025-02-11T20:10:29.791Z | Checking fallible-iterator v0.3.0 |
3467 | 2025-02-11T20:10:30.152Z | Checking fallible-streaming-iterator v0.1.9 |
3468 | 2025-02-11T20:10:30.241Z | Checking pin-project v1.1.6 |
3469 | 2025-02-11T20:10:30.384Z | Checking parse-size v1.1.0 |
3470 | 2025-02-11T20:10:30.417Z | Checking rusqlite v0.32.1 |
3471 | 2025-02-11T20:10:30.571Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3472 | 2025-02-11T20:10:30.776Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3473 | 2025-02-11T20:10:30.949Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3474 | 2025-02-11T20:10:31.015Z | Checking rustls-pemfile v1.0.4 |
3475 | 2025-02-11T20:10:31.244Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3476 | 2025-02-11T20:10:31.626Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3477 | 2025-02-11T20:10:31.645Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3478 | 2025-02-11T20:10:31.667Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3479 | 2025-02-11T20:10:31.820Z | Checking twox-hash v2.1.0 |
3480 | 2025-02-11T20:10:31.910Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3481 | 2025-02-11T20:10:31.959Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3482 | 2025-02-11T20:10:31.978Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3483 | 2025-02-11T20:10:32.332Z | Checking tokio-rustls v0.24.1 |
3484 | 2025-02-11T20:10:32.494Z | Checking snafu v0.8.5 |
3485 | 2025-02-11T20:10:32.947Z | Checking tough v0.19.0 |
3486 | 2025-02-11T20:10:33.364Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3487 | 2025-02-11T20:10:33.538Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3488 | 2025-02-11T20:10:33.812Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3489 | 2025-02-11T20:10:33.832Z | Checking fatfs v0.3.6 |
3490 | 2025-02-11T20:10:33.853Z | Checking assert_matches v1.5.0 |
3491 | 2025-02-11T20:10:37.201Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3492 | 2025-02-11T20:10:38.457Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3493 | 2025-02-11T20:10:40.213Z | Compiling git2 v0.19.0 |
3494 | 2025-02-11T20:10:44.420Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3495 | 2025-02-11T20:11:43.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
3496 | 2025-02-11T20:11:44.089Z | |
3497 | 2025-02-11T20:11:44.089Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3498 | 2025-02-11T20:11:44.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2025-02-11T20:11:44.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2025-02-11T20:11:44.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3501 | 2025-02-11T20:11:44.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3502 | 2025-02-11T20:11:44.818Z | |
3503 | 2025-02-11T20:11:44.818Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3504 | 2025-02-11T20:11:45.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2025-02-11T20:11:45.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2025-02-11T20:11:45.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3507 | 2025-02-11T20:11:45.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3508 | 2025-02-11T20:11:45.457Z | |
3509 | 2025-02-11T20:11:45.457Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3510 | 2025-02-11T20:11:46.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2025-02-11T20:11:46.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2025-02-11T20:11:46.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2025-02-11T20:11:46.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3514 | 2025-02-11T20:11:46.144Z | |
3515 | 2025-02-11T20:11:46.144Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3516 | 2025-02-11T20:11:46.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2025-02-11T20:11:46.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2025-02-11T20:11:46.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2025-02-11T20:11:46.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3520 | 2025-02-11T20:11:46.830Z | |
3521 | 2025-02-11T20:11:46.830Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3522 | 2025-02-11T20:11:47.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2025-02-11T20:11:47.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2025-02-11T20:11:47.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2025-02-11T20:11:47.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3526 | 2025-02-11T20:11:47.531Z | |
3527 | 2025-02-11T20:11:47.531Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3528 | 2025-02-11T20:11:48.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2025-02-11T20:11:48.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2025-02-11T20:11:48.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3531 | 2025-02-11T20:11:48.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3532 | 2025-02-11T20:11:48.252Z | |
3533 | 2025-02-11T20:11:48.252Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3534 | 2025-02-11T20:11:48.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2025-02-11T20:11:48.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2025-02-11T20:11:48.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3537 | 2025-02-11T20:11:48.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3538 | 2025-02-11T20:11:48.961Z | |
3539 | 2025-02-11T20:11:48.961Z | info: running `cargo check --bins` on update-common (176/199) |
3540 | 2025-02-11T20:11:49.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2025-02-11T20:11:49.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2025-02-11T20:11:49.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3543 | 2025-02-11T20:11:49.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3544 | 2025-02-11T20:11:49.642Z | |
3545 | 2025-02-11T20:11:49.642Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3546 | 2025-02-11T20:11:50.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2025-02-11T20:11:50.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2025-02-11T20:11:50.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3549 | 2025-02-11T20:11:50.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3550 | 2025-02-11T20:11:50.301Z | |
3551 | 2025-02-11T20:11:50.302Z | info: running `cargo check --bins` on tufaceous (178/199) |
3552 | 2025-02-11T20:11:50.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2025-02-11T20:11:50.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2025-02-11T20:11:51.013Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3555 | 2025-02-11T20:11:51.314Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3556 | 2025-02-11T20:11:52.346Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3557 | 2025-02-11T20:11:53.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s |
3558 | 2025-02-11T20:11:53.417Z | |
3559 | 2025-02-11T20:11:53.417Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3560 | 2025-02-11T20:11:54.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2025-02-11T20:11:54.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2025-02-11T20:11:54.298Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3563 | 2025-02-11T20:11:54.302Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3564 | 2025-02-11T20:11:54.443Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3565 | 2025-02-11T20:11:54.446Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3566 | 2025-02-11T20:11:55.483Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3567 | 2025-02-11T20:12:23.935Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3568 | 2025-02-11T20:12:23.938Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3569 | 2025-02-11T20:12:23.938Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3570 | 2025-02-11T20:12:23.938Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3571 | 2025-02-11T20:12:23.938Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3572 | 2025-02-11T20:12:23.938Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3573 | 2025-02-11T20:12:24.768Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3574 | 2025-02-11T20:12:26.023Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3575 | 2025-02-11T20:13:09.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
3576 | 2025-02-11T20:13:09.611Z | |
3577 | 2025-02-11T20:13:09.611Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3578 | 2025-02-11T20:13:10.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3579 | 2025-02-11T20:13:10.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3580 | 2025-02-11T20:13:10.340Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3581 | 2025-02-11T20:13:10.343Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3582 | 2025-02-11T20:13:10.343Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3583 | 2025-02-11T20:13:10.476Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3584 | 2025-02-11T20:13:10.478Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3585 | 2025-02-11T20:13:10.510Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3586 | 2025-02-11T20:13:10.513Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3587 | 2025-02-11T20:13:10.526Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3588 | 2025-02-11T20:13:10.680Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3589 | 2025-02-11T20:13:10.725Z | Checking heck v0.4.1 |
3590 | 2025-02-11T20:13:10.817Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3591 | 2025-02-11T20:13:10.969Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3592 | 2025-02-11T20:13:11.086Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3593 | 2025-02-11T20:13:11.375Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3594 | 2025-02-11T20:13:11.768Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3595 | 2025-02-11T20:13:11.970Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3596 | 2025-02-11T20:13:12.252Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3597 | 2025-02-11T20:13:13.244Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3598 | 2025-02-11T20:13:13.795Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3599 | 2025-02-11T20:13:14.126Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3600 | 2025-02-11T20:13:14.246Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3601 | 2025-02-11T20:13:16.221Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3602 | 2025-02-11T20:13:16.224Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3603 | 2025-02-11T20:13:17.906Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3604 | 2025-02-11T20:13:19.466Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3605 | 2025-02-11T20:13:25.014Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3606 | 2025-02-11T20:13:25.014Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3607 | 2025-02-11T20:13:26.228Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3608 | 2025-02-11T20:13:27.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.64s |
3609 | 2025-02-11T20:13:27.452Z | |
3610 | 2025-02-11T20:13:27.452Z | info: running `cargo check --bins` on installinator-api (181/199) |
3611 | 2025-02-11T20:13:28.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3612 | 2025-02-11T20:13:28.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3613 | 2025-02-11T20:13:28.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3614 | 2025-02-11T20:13:28.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3615 | 2025-02-11T20:13:28.143Z | |
3616 | 2025-02-11T20:13:28.143Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3617 | 2025-02-11T20:13:28.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3618 | 2025-02-11T20:13:28.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3619 | 2025-02-11T20:13:28.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3620 | 2025-02-11T20:13:28.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3621 | 2025-02-11T20:13:28.842Z | |
3622 | 2025-02-11T20:13:28.842Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3623 | 2025-02-11T20:13:29.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3624 | 2025-02-11T20:13:29.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3625 | 2025-02-11T20:13:29.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3626 | 2025-02-11T20:13:29.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3627 | 2025-02-11T20:13:29.472Z | |
3628 | 2025-02-11T20:13:29.472Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3629 | 2025-02-11T20:13:30.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3630 | 2025-02-11T20:13:30.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3631 | 2025-02-11T20:13:30.174Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3632 | 2025-02-11T20:13:30.174Z | Compiling petname v2.0.2 |
3633 | 2025-02-11T20:13:30.177Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3634 | 2025-02-11T20:13:30.177Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3635 | 2025-02-11T20:13:30.177Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3636 | 2025-02-11T20:13:30.177Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3637 | 2025-02-11T20:13:30.283Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3638 | 2025-02-11T20:13:30.318Z | Checking sync-ptr v0.1.1 |
3639 | 2025-02-11T20:13:35.573Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3640 | 2025-02-11T20:13:36.199Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3641 | 2025-02-11T20:13:37.350Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3642 | 2025-02-11T20:13:38.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.49s |
3643 | 2025-02-11T20:13:39.179Z | |
3644 | 2025-02-11T20:13:39.179Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3645 | 2025-02-11T20:13:39.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3646 | 2025-02-11T20:13:39.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3647 | 2025-02-11T20:13:39.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3648 | 2025-02-11T20:13:39.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3649 | 2025-02-11T20:13:39.863Z | |
3650 | 2025-02-11T20:13:39.863Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3651 | 2025-02-11T20:13:40.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3652 | 2025-02-11T20:13:40.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3653 | 2025-02-11T20:13:40.541Z | Checking memmap2 v0.9.5 |
3654 | 2025-02-11T20:13:40.541Z | Checking arrayref v0.3.9 |
3655 | 2025-02-11T20:13:40.544Z | Checking arrayvec v0.7.6 |
3656 | 2025-02-11T20:13:40.544Z | Checking constant_time_eq v0.3.1 |
3657 | 2025-02-11T20:13:40.544Z | Checking topological-sort v0.2.2 |
3658 | 2025-02-11T20:13:40.651Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3659 | 2025-02-11T20:13:40.662Z | Checking shell-words v1.1.0 |
3660 | 2025-02-11T20:13:40.967Z | Checking blake3 v1.5.4 |
3661 | 2025-02-11T20:13:41.311Z | Checking omicron-zone-package v0.12.0 |
3662 | 2025-02-11T20:13:42.473Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3663 | 2025-02-11T20:13:43.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3664 | 2025-02-11T20:13:43.639Z | |
3665 | 2025-02-11T20:13:43.639Z | info: running `cargo check --bins` on xtask (187/199) |
3666 | 2025-02-11T20:13:44.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3667 | 2025-02-11T20:13:44.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3668 | 2025-02-11T20:13:44.078Z | Checking bitflags v2.6.0 |
3669 | 2025-02-11T20:13:44.081Z | Checking serde v1.0.217 |
3670 | 2025-02-11T20:13:44.081Z | Checking thiserror v1.0.69 |
3671 | 2025-02-11T20:13:44.179Z | Checking scroll v0.12.0 |
3672 | 2025-02-11T20:13:44.182Z | Checking hashbrown v0.15.1 |
3673 | 2025-02-11T20:13:44.182Z | Checking log v0.4.22 |
3674 | 2025-02-11T20:13:44.215Z | Checking zerocopy v0.7.35 |
3675 | 2025-02-11T20:13:44.230Z | Checking syn v2.0.96 |
3676 | 2025-02-11T20:13:44.292Z | Checking pest v2.7.14 |
3677 | 2025-02-11T20:13:44.412Z | Checking rustix v0.38.37 |
3678 | 2025-02-11T20:13:44.464Z | Checking once_cell v1.20.2 |
3679 | 2025-02-11T20:13:44.619Z | Checking goblin v0.8.2 |
3680 | 2025-02-11T20:13:44.775Z | Checking fs-err v2.11.0 |
3681 | 2025-02-11T20:13:45.119Z | Checking anyhow v1.0.95 |
3682 | 2025-02-11T20:13:45.169Z | Checking indexmap v2.7.1 |
3683 | 2025-02-11T20:13:45.393Z | Checking tabled v0.15.0 |
3684 | 2025-02-11T20:13:46.301Z | Checking terminal_size v0.4.0 |
3685 | 2025-02-11T20:13:46.301Z | Checking tempfile v3.13.0 |
3686 | 2025-02-11T20:13:46.462Z | Checking dtrace-parser v0.2.0 |
3687 | 2025-02-11T20:13:46.486Z | Checking clap_builder v4.5.27 |
3688 | 2025-02-11T20:13:48.092Z | Checking serde_json v1.0.135 |
3689 | 2025-02-11T20:13:48.092Z | Checking toml_datetime v0.6.8 |
3690 | 2025-02-11T20:13:48.094Z | Checking serde_spanned v0.6.8 |
3691 | 2025-02-11T20:13:48.094Z | Checking camino v1.1.9 |
3692 | 2025-02-11T20:13:48.094Z | Checking semver v1.0.24 |
3693 | 2025-02-11T20:13:48.369Z | Checking cargo-platform v0.1.8 |
3694 | 2025-02-11T20:13:48.418Z | Checking toml_edit v0.22.22 |
3695 | 2025-02-11T20:13:48.566Z | Checking macaddr v1.0.1 |
3696 | 2025-02-11T20:13:48.683Z | Checking camino-tempfile v1.1.1 |
3697 | 2025-02-11T20:13:48.857Z | Checking clap v4.5.27 |
3698 | 2025-02-11T20:13:49.404Z | Checking dof v0.3.0 |
3699 | 2025-02-11T20:13:49.404Z | Checking cargo_metadata v0.18.1 |
3700 | 2025-02-11T20:13:49.810Z | Checking usdt-impl v0.5.0 |
3701 | 2025-02-11T20:13:50.191Z | Checking usdt v0.5.0 |
3702 | 2025-02-11T20:13:50.323Z | Checking toml v0.8.19 |
3703 | 2025-02-11T20:13:50.784Z | Checking cargo_toml v0.20.5 |
3704 | 2025-02-11T20:13:51.954Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3705 | 2025-02-11T20:13:52.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s |
3706 | 2025-02-11T20:13:52.731Z | |
3707 | 2025-02-11T20:13:52.731Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3708 | 2025-02-11T20:13:53.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3709 | 2025-02-11T20:13:53.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3710 | 2025-02-11T20:13:53.537Z | Checking polyval v0.6.2 |
3711 | 2025-02-11T20:13:53.653Z | Checking ctr v0.9.2 |
3712 | 2025-02-11T20:13:53.666Z | Checking ssh-encoding v0.2.0 |
3713 | 2025-02-11T20:13:53.668Z | Checking blowfish v0.9.1 |
3714 | 2025-02-11T20:13:53.694Z | Checking password-hash v0.4.2 |
3715 | 2025-02-11T20:13:53.710Z | Checking p256 v0.13.2 |
3716 | 2025-02-11T20:13:53.710Z | Checking p521 v0.13.3 |
3717 | 2025-02-11T20:13:53.725Z | Checking russh-cryptovec v0.7.3 |
3718 | 2025-02-11T20:13:53.891Z | Checking ghash v0.5.1 |
3719 | 2025-02-11T20:13:53.913Z | Checking bcrypt-pbkdf v0.10.0 |
3720 | 2025-02-11T20:13:53.931Z | Checking md5 v0.7.0 |
3721 | 2025-02-11T20:13:53.949Z | Checking num-bigint v0.4.6 |
3722 | 2025-02-11T20:13:53.977Z | Checking des v0.8.1 |
3723 | 2025-02-11T20:13:54.057Z | Checking aes-gcm v0.10.3 |
3724 | 2025-02-11T20:13:54.089Z | Checking pbkdf2 v0.11.0 |
3725 | 2025-02-11T20:13:54.176Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3726 | 2025-02-11T20:13:54.176Z | Checking hex-literal v0.4.1 |
3727 | 2025-02-11T20:13:54.221Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3728 | 2025-02-11T20:13:54.243Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3729 | 2025-02-11T20:13:54.303Z | Checking ssh-cipher v0.2.0 |
3730 | 2025-02-11T20:13:54.342Z | Checking internet-checksum v0.2.1 |
3731 | 2025-02-11T20:13:54.591Z | Checking ssh-key v0.6.6 |
3732 | 2025-02-11T20:13:54.855Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3733 | 2025-02-11T20:13:55.714Z | Checking russh-keys v0.45.0 |
3734 | 2025-02-11T20:13:56.601Z | Checking russh v0.45.0 |
3735 | 2025-02-11T20:14:14.927Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3736 | 2025-02-11T20:14:16.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.60s |
3737 | 2025-02-11T20:14:16.540Z | |
3738 | 2025-02-11T20:14:16.540Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3739 | 2025-02-11T20:14:17.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3740 | 2025-02-11T20:14:17.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3741 | 2025-02-11T20:14:17.190Z | Checking termios v0.3.3 |
3742 | 2025-02-11T20:14:17.414Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3743 | 2025-02-11T20:14:18.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3744 | 2025-02-11T20:14:18.465Z | |
3745 | 2025-02-11T20:14:18.465Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3746 | 2025-02-11T20:14:19.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3747 | 2025-02-11T20:14:19.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3748 | 2025-02-11T20:14:19.195Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3749 | 2025-02-11T20:14:19.195Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3750 | 2025-02-11T20:14:19.197Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3751 | 2025-02-11T20:14:19.198Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3752 | 2025-02-11T20:14:20.247Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3753 | 2025-02-11T20:14:21.570Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3754 | 2025-02-11T20:14:23.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
3755 | 2025-02-11T20:14:23.635Z | |
3756 | 2025-02-11T20:14:23.635Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3757 | 2025-02-11T20:14:24.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3758 | 2025-02-11T20:14:24.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3759 | 2025-02-11T20:14:24.302Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3760 | 2025-02-11T20:14:24.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3761 | 2025-02-11T20:14:24.963Z | |
3762 | 2025-02-11T20:14:24.963Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3763 | 2025-02-11T20:14:25.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3764 | 2025-02-11T20:14:25.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3765 | 2025-02-11T20:14:25.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3766 | 2025-02-11T20:14:25.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3767 | 2025-02-11T20:14:25.596Z | |
3768 | 2025-02-11T20:14:25.596Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3769 | 2025-02-11T20:14:26.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-02-11T20:14:26.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-02-11T20:14:26.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3772 | 2025-02-11T20:14:26.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3773 | 2025-02-11T20:14:26.219Z | |
3774 | 2025-02-11T20:14:26.219Z | info: running `cargo check --bins` on omicron-package (194/199) |
3775 | 2025-02-11T20:14:26.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3776 | 2025-02-11T20:14:26.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3777 | 2025-02-11T20:14:26.894Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3778 | 2025-02-11T20:14:28.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
3779 | 2025-02-11T20:14:28.509Z | |
3780 | 2025-02-11T20:14:28.510Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3781 | 2025-02-11T20:14:29.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3782 | 2025-02-11T20:14:29.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3783 | 2025-02-11T20:14:29.235Z | Checking rtoolbox v0.0.2 |
3784 | 2025-02-11T20:14:29.235Z | Checking tui-tree-widget v0.22.0 |
3785 | 2025-02-11T20:14:29.240Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3786 | 2025-02-11T20:14:29.472Z | Checking rpassword v7.3.1 |
3787 | 2025-02-11T20:14:33.472Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3788 | 2025-02-11T20:14:36.445Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3789 | 2025-02-11T20:14:37.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3790 | 2025-02-11T20:14:37.825Z | |
3791 | 2025-02-11T20:14:37.825Z | info: running `cargo check --bins` on wicket (196/199) |
3792 | 2025-02-11T20:14:38.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3793 | 2025-02-11T20:14:38.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3794 | 2025-02-11T20:14:38.573Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3795 | 2025-02-11T20:14:39.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3796 | 2025-02-11T20:14:39.197Z | |
3797 | 2025-02-11T20:14:39.197Z | info: running `cargo check --bins` on wicketd (197/199) |
3798 | 2025-02-11T20:14:39.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3799 | 2025-02-11T20:14:39.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3800 | 2025-02-11T20:14:39.932Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3801 | 2025-02-11T20:14:39.932Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3802 | 2025-02-11T20:14:40.818Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3803 | 2025-02-11T20:14:44.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
3804 | 2025-02-11T20:14:45.014Z | |
3805 | 2025-02-11T20:14:45.014Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3806 | 2025-02-11T20:14:45.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3807 | 2025-02-11T20:14:45.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3808 | 2025-02-11T20:14:45.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3809 | 2025-02-11T20:14:45.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3810 | 2025-02-11T20:14:45.635Z | |
3811 | 2025-02-11T20:14:45.635Z | info: running `cargo check --bins` on zone-setup (199/199) |
3812 | 2025-02-11T20:14:46.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-02-11T20:14:46.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-02-11T20:14:46.392Z | Checking uzers v0.12.1 |
3815 | 2025-02-11T20:14:46.744Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3816 | 2025-02-11T20:14:47.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
3817 | 2025-02-11T20:14:48.070Z | |
3818 | 2025-02-11T20:14:48.070Z | real 14:07.216476411 |
3819 | 2025-02-11T20:14:48.070Z | user 26:54.602266983 |
3820 | 2025-02-11T20:14:48.070Z | sys 4:23.501009577 |
3821 | 2025-02-11T20:14:48.072Z | trap 0.588743772 |
3822 | 2025-02-11T20:14:48.072Z | tflt 3.222262448 |
3823 | 2025-02-11T20:14:48.072Z | dflt 2.200405398 |
3824 | 2025-02-11T20:14:48.072Z | kflt 0.003852963 |
3825 | 2025-02-11T20:14:48.072Z | lock 48:19.942281843 |
3826 | 2025-02-11T20:14:48.072Z | slp 2:14:22.320463911 |
3827 | 2025-02-11T20:14:48.072Z | lat 1:07.498775403 |
3828 | 2025-02-11T20:14:48.072Z | stop 3:52.623560163 |
3829 | 2025-02-11T20:14:48.072Z | process exited: duration 1150127 ms, exit code 0 |
|
3830 | 2025-02-11T20:14:48.078Z | found 0 output files |