|
|
|
1 | 2025-02-11T20:35:52.423Z | job assigned to worker 01JKVBHVW4ZDPSW5C175KHEB82 [factory aws, i-047cb29ec8ae3c0e1] (queued for 52 s) |
|
2 | 2025-02-11T20:36:01.100Z | starting task 0: "setup" |
3 | 2025-02-11T20:36:01.108Z | ++ uname -s |
4 | 2025-02-11T20:36:01.110Z | + kern=SunOS |
5 | 2025-02-11T20:36:01.110Z | + build_user=build |
6 | 2025-02-11T20:36:01.111Z | + build_uid=12345 |
7 | 2025-02-11T20:36:01.111Z | + work_dir=/work |
8 | 2025-02-11T20:36:01.111Z | + input_dir=/input |
9 | 2025-02-11T20:36:01.111Z | + [[ 0 == 12345 ]] |
10 | 2025-02-11T20:36:01.111Z | + case "$kern" in |
11 | 2025-02-11T20:36:01.111Z | + groupadd -g 12345 build |
12 | 2025-02-11T20:36:01.114Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-11T20:36:03.127Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-11T20:36:03.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-11T20:36:03.255Z | + home_fs=zfs |
16 | 2025-02-11T20:36:03.255Z | + [[ zfs == autofs ]] |
17 | 2025-02-11T20:36:03.255Z | + mkdir -p /home/build |
18 | 2025-02-11T20:36:03.256Z | + chown build:build /home/build /work |
19 | 2025-02-11T20:36:04.214Z | + chmod 0700 /home/build /work |
20 | 2025-02-11T20:36:04.219Z | process exited: duration 3113 ms, exit code 0 |
|
21 | 2025-02-11T20:36:04.248Z | starting task 1: "rust-toolchain" |
22 | 2025-02-11T20:36:04.265Z | * rust toolchain channel = "1.84.1" |
23 | 2025-02-11T20:36:04.265Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
24 | 2025-02-11T20:36:04.265Z | * rust toolchain profile = "default" |
25 | 2025-02-11T20:36:04.265Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-11T20:36:04.265Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-11T20:36:04.265Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-11T20:36:04.283Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-11T20:36:04.283Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-11T20:36:04.379Z | info: downloading installer |
31 | 2025-02-11T20:36:05.851Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-11T20:36:05.851Z | warning: /opt/ooce/bin |
33 | 2025-02-11T20:36:05.851Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-11T20:36:05.851Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-11T20:36:05.851Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-11T20:36:05.851Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-11T20:36:05.851Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-11T20:36:05.852Z | error: cannot install while Rust is installed |
39 | 2025-02-11T20:36:05.852Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-11T20:36:05.908Z | info: profile set to 'default' |
41 | 2025-02-11T20:36:05.908Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-11T20:36:05.911Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-11T20:36:06.051Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-11T20:36:06.052Z | info: downloading component 'cargo' |
45 | 2025-02-11T20:36:06.801Z | info: downloading component 'clippy' |
46 | 2025-02-11T20:36:07.090Z | info: downloading component 'rust-docs' |
47 | 2025-02-11T20:36:08.106Z | info: downloading component 'rust-std' |
48 | 2025-02-11T20:36:09.743Z | info: downloading component 'rustc' |
49 | 2025-02-11T20:36:15.540Z | info: downloading component 'rustfmt' |
50 | 2025-02-11T20:36:15.756Z | info: installing component 'cargo' |
51 | 2025-02-11T20:36:16.574Z | info: installing component 'clippy' |
52 | 2025-02-11T20:36:16.952Z | info: installing component 'rust-docs' |
53 | 2025-02-11T20:36:18.640Z | info: installing component 'rust-std' |
54 | 2025-02-11T20:36:20.503Z | info: installing component 'rustc' |
55 | 2025-02-11T20:36:26.458Z | info: installing component 'rustfmt' |
56 | 2025-02-11T20:36:26.792Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-11T20:36:26.792Z | |
58 | 2025-02-11T20:36:27.182Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-11T20:36:27.182Z | |
60 | 2025-02-11T20:36:27.185Z | |
61 | 2025-02-11T20:36:27.185Z | Rust is installed now. Great! |
62 | 2025-02-11T20:36:27.185Z | |
63 | 2025-02-11T20:36:27.185Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-11T20:36:27.185Z | environment variable. This has not been done automatically. |
65 | 2025-02-11T20:36:27.185Z | |
66 | 2025-02-11T20:36:27.185Z | To configure your current shell, you need to source |
67 | 2025-02-11T20:36:27.185Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-11T20:36:27.185Z | |
69 | 2025-02-11T20:36:27.185Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-11T20:36:27.185Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-11T20:36:27.185Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-11T20:36:27.264Z | + rustup --version |
73 | 2025-02-11T20:36:27.272Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-11T20:36:27.272Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-11T20:36:27.350Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-11T20:36:27.353Z | + cargo --version |
77 | 2025-02-11T20:36:27.410Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-11T20:36:27.413Z | + rustc --version |
79 | 2025-02-11T20:36:27.476Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-11T20:36:27.478Z | process exited: duration 23227 ms, exit code 0 |
|
81 | 2025-02-11T20:36:27.484Z | starting task 2: "authentication" |
82 | 2025-02-11T20:36:27.505Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-11T20:36:27.511Z | starting task 3: "clone repository" |
84 | 2025-02-11T20:36:27.516Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-11T20:36:27.518Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-11T20:36:27.782Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-11T20:36:34.825Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-11T20:36:34.825Z | + git fetch origin 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
89 | 2025-02-11T20:36:35.133Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-11T20:36:35.133Z | * branch 068d8dea4d258efa5f36c1012af40b6eba2a91c5 -> FETCH_HEAD |
91 | 2025-02-11T20:36:35.144Z | + [[ -n iliana/tuf-replication-generation-numbers ]] |
92 | 2025-02-11T20:36:35.147Z | ++ git branch --show-current |
93 | 2025-02-11T20:36:35.147Z | + current=main |
94 | 2025-02-11T20:36:35.147Z | + [[ main != iliana/tuf-replication-generation-numbers ]] |
95 | 2025-02-11T20:36:35.150Z | + git branch -f iliana/tuf-replication-generation-numbers 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
96 | 2025-02-11T20:36:35.153Z | + git checkout -f iliana/tuf-replication-generation-numbers |
97 | 2025-02-11T20:36:35.336Z | Switched to branch 'iliana/tuf-replication-generation-numbers' |
98 | 2025-02-11T20:36:35.339Z | + git reset --hard 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
99 | 2025-02-11T20:36:35.356Z | HEAD is now at 068d8dea4 fix some control flow |
100 | 2025-02-11T20:36:35.359Z | process exited: duration 7845 ms, exit code 0 |
|
101 | 2025-02-11T20:36:35.367Z | starting task 4: "build" |
102 | 2025-02-11T20:36:35.371Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-11T20:36:35.371Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-11T20:36:35.373Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-11T20:36:35.373Z | + cargo --version |
106 | 2025-02-11T20:36:35.419Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-11T20:36:35.424Z | + rustc --version |
108 | 2025-02-11T20:36:35.481Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-11T20:36:35.484Z | + source ./env.sh |
110 | 2025-02-11T20:36:35.484Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-11T20:36:35.484Z | ++ set -o xtrace |
112 | 2025-02-11T20:36:35.487Z | ++++ dirname ./env.sh |
113 | 2025-02-11T20:36:35.489Z | +++ readlink -f . |
114 | 2025-02-11T20:36:35.616Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-11T20:36:35.619Z | ++ export PATH=/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-11T20:36:35.619Z | ++ PATH=/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-11T20:36:35.619Z | ++ 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 |
118 | 2025-02-11T20:36:35.619Z | ++ 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 |
119 | 2025-02-11T20:36:35.619Z | ++ 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 |
120 | 2025-02-11T20:36:35.619Z | ++ 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 |
121 | 2025-02-11T20:36:35.619Z | ++ 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 |
122 | 2025-02-11T20:36:35.619Z | ++ 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 |
123 | 2025-02-11T20:36:35.619Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-11T20:36:35.619Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-11T20:36:35.619Z | + 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 |
126 | 2025-02-11T20:36:35.619Z | + 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 |
127 | 2025-02-11T20:36:35.620Z | + banner prerequisites |
128 | 2025-02-11T20:36:35.739Z | |
129 | 2025-02-11T20:36:35.739Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-11T20:36:35.739Z | # # # # # # # # # # # # # # # |
131 | 2025-02-11T20:36:35.739Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-11T20:36:35.739Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-11T20:36:35.739Z | # # # # # # # # # # # # # # # |
134 | 2025-02-11T20:36:35.742Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-11T20:36:35.742Z | |
136 | 2025-02-11T20:36:35.742Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-11T20:36:49.647Z | pkg list: illegal option -- F |
138 | 2025-02-11T20:36:49.647Z | Usage: |
139 | 2025-02-11T20:36:49.652Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-11T20:36:49.652Z | [pkg_fmri_pattern ...] |
141 | 2025-02-11T20:36:50.483Z | pkg list: illegal option -- F |
142 | 2025-02-11T20:36:50.483Z | Usage: |
143 | 2025-02-11T20:36:50.486Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-11T20:36:50.486Z | [pkg_fmri_pattern ...] |
145 | 2025-02-11T20:37:01.221Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-11T20:37:05.557Z | Startup: Caching catalogs ... Done |
147 | 2025-02-11T20:37:18.174Z | Planning: Solver setup ... Done (11.668s) |
148 | 2025-02-11T20:37:18.331Z | Planning: Running solver ... Done (0.157s) |
149 | 2025-02-11T20:37:18.811Z | Planning: Finding local manifests ... Done (0.368s) |
150 | 2025-02-11T20:37:18.844Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-11T20:37:19.289Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-11T20:37:19.950Z | Planning: Package planning ... Done (0.662s) |
153 | 2025-02-11T20:37:20.007Z | Planning: Merging actions ... Done (0.057s) |
154 | 2025-02-11T20:37:21.193Z | Planning: Checking for conflicting actions ... Done (1.186s) |
155 | 2025-02-11T20:37:27.559Z | Planning: Consolidating action changes ... Done (6.364s) |
156 | 2025-02-11T20:37:27.934Z | Planning: Evaluating mediators ... Done (0.376s) |
157 | 2025-02-11T20:37:28.130Z | Planning: Planning completed in 22.47 seconds |
158 | 2025-02-11T20:37:28.895Z | Packages to install: 4 |
159 | 2025-02-11T20:37:28.895Z | Packages to update: 3 |
160 | 2025-02-11T20:37:28.895Z | Mediators to change: 2 |
161 | 2025-02-11T20:37:28.898Z | Services to change: 1 |
162 | 2025-02-11T20:37:28.898Z | Estimated space available: 155.61 GB |
163 | 2025-02-11T20:37:28.898Z | Estimated space to be consumed: 1.65 GB |
164 | 2025-02-11T20:37:28.898Z | Create boot environment: No |
165 | 2025-02-11T20:37:28.898Z | Create backup boot environment: Yes |
166 | 2025-02-11T20:37:28.898Z | Rebuild boot archive: No |
167 | 2025-02-11T20:37:28.898Z | |
168 | 2025-02-11T20:37:28.898Z | Changed mediators: |
169 | 2025-02-11T20:37:28.898Z | mediator clang: |
170 | 2025-02-11T20:37:28.898Z | version: None -> 15 (system default) |
171 | 2025-02-11T20:37:28.898Z | |
172 | 2025-02-11T20:37:28.898Z | mediator llvm: |
173 | 2025-02-11T20:37:28.898Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-11T20:37:28.898Z | |
175 | 2025-02-11T20:37:28.898Z | Changed packages: |
176 | 2025-02-11T20:37:28.898Z | helios-dev |
177 | 2025-02-11T20:37:28.898Z | developer/build-essential |
178 | 2025-02-11T20:37:28.898Z | None -> 11-2.0 |
179 | 2025-02-11T20:37:28.898Z | library/libxmlsec1 |
180 | 2025-02-11T20:37:28.898Z | None -> 1.2.35-2.0 |
181 | 2025-02-11T20:37:28.898Z | ooce/developer/clang-15 |
182 | 2025-02-11T20:37:28.899Z | None -> 15.0.7-2.0 |
183 | 2025-02-11T20:37:28.899Z | ooce/developer/llvm-15 |
184 | 2025-02-11T20:37:28.899Z | None -> 15.0.7-2.0 |
185 | 2025-02-11T20:37:28.899Z | package/pkg |
186 | 2025-02-11T20:37:28.899Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-11T20:37:28.899Z | system/library/g++-runtime |
188 | 2025-02-11T20:37:28.899Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-11T20:37:28.899Z | system/library/gcc-runtime |
190 | 2025-02-11T20:37:28.899Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-11T20:37:28.899Z | |
192 | 2025-02-11T20:37:28.899Z | Services: |
193 | 2025-02-11T20:37:28.899Z | restart_fmri: |
194 | 2025-02-11T20:37:28.899Z | svc:/system/update-man-index:default |
195 | 2025-02-11T20:37:28.899Z | |
196 | 2025-02-11T20:37:28.899Z | Editable files to change: |
197 | 2025-02-11T20:37:28.899Z | Update: |
198 | 2025-02-11T20:37:28.899Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-11T20:37:29.424Z | |
200 | 2025-02-11T20:37:29.424Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-11T20:37:34.565Z | Download: 585/4301 items 3.5/225.4MB 1% complete (770k/s) |
202 | 2025-02-11T20:37:39.807Z | Download: 873/4301 items 4.7/225.4MB 2% complete (510k/s) |
203 | 2025-02-11T20:37:56.591Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
204 | 2025-02-11T20:38:01.590Z | Download: 1773/4301 items 118.2/225.4MB 52% complete (7.1M/s) |
205 | 2025-02-11T20:38:07.170Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (4.1M/s) |
206 | 2025-02-11T20:38:12.312Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (3.8M/s) |
207 | 2025-02-11T20:38:17.315Z | Download: 2533/4301 items 120.3/225.4MB 53% complete (116k/s) |
208 | 2025-02-11T20:38:25.376Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (10.2M/s) |
209 | 2025-02-11T20:38:29.955Z | Download: 3783/4301 items 216.8/225.4MB 96% complete (4.8M/s) |
210 | 2025-02-11T20:38:35.429Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (2.2M/s) |
211 | 2025-02-11T20:38:42.076Z | Download: 4295/4301 items 224.7/225.4MB 99% complete (1.2M/s) |
212 | 2025-02-11T20:38:42.108Z | Download: Completed 225.42 MB in 72.68 seconds (3.1M/s) |
213 | 2025-02-11T20:38:44.307Z | Actions: 1/5122 actions (Removing old actions) |
214 | 2025-02-11T20:38:44.325Z | Actions: 194/5122 actions (Installing new actions) |
215 | 2025-02-11T20:38:49.382Z | Actions: 4165/5122 actions (Installing new actions) |
216 | 2025-02-11T20:38:49.584Z | Actions: 4267/5122 actions (Updating modified actions) |
217 | 2025-02-11T20:38:50.031Z | Actions: Completed 5122 actions in 5.72 seconds. |
218 | 2025-02-11T20:38:50.269Z | Done (0.231s) |
219 | 2025-02-11T20:38:50.273Z | Done (0.001s) |
220 | 2025-02-11T20:38:50.876Z | Done (0.604s) |
221 | 2025-02-11T20:38:56.315Z | Done (5.214s) |
222 | 2025-02-11T20:38:56.580Z | Done (0.191s) |
223 | 2025-02-11T20:38:56.582Z | Done (0.000s) |
224 | 2025-02-11T20:38:56.753Z | Done (0.000s) |
225 | 2025-02-11T20:38:57.462Z | Planning: Evaluating mediator changes ... Done |
226 | 2025-02-11T20:38:57.625Z | Planning: Checking for conflicting actions ... Done |
227 | 2025-02-11T20:38:57.627Z | Planning: Consolidating action changes ... Done |
228 | 2025-02-11T20:38:57.892Z | Planning: Evaluating mediators ... Done |
229 | 2025-02-11T20:38:57.895Z | Planning: Planning completed in 0.43 seconds |
230 | 2025-02-11T20:38:57.931Z | Mediators to change: 2 |
231 | 2025-02-11T20:38:57.934Z | Create boot environment: No |
232 | 2025-02-11T20:38:57.934Z | Create backup boot environment: No |
233 | 2025-02-11T20:38:58.021Z | Done |
234 | 2025-02-11T20:38:58.021Z | Done |
235 | 2025-02-11T20:38:58.428Z | Done |
236 | 2025-02-11T20:39:02.022Z | Done |
237 | 2025-02-11T20:39:02.118Z | Done |
238 | 2025-02-11T20:39:02.121Z | Done |
239 | 2025-02-11T20:39:02.325Z | Done |
240 | 2025-02-11T20:39:02.931Z | Planning: Evaluating mediator changes ... Done |
241 | 2025-02-11T20:39:02.934Z | Planning: Merging actions ... Done |
242 | 2025-02-11T20:39:03.131Z | Planning: Checking for conflicting actions ... Done |
243 | 2025-02-11T20:39:03.151Z | Planning: Consolidating action changes ... Done |
244 | 2025-02-11T20:39:03.386Z | Planning: Evaluating mediators ... Done |
245 | 2025-02-11T20:39:03.448Z | Planning: Planning completed in 0.75 seconds |
246 | 2025-02-11T20:39:03.493Z | Packages to change: 1 |
247 | 2025-02-11T20:39:03.494Z | Mediators to change: 1 |
248 | 2025-02-11T20:39:03.518Z | Services to change: 1 |
249 | 2025-02-11T20:39:03.518Z | Create boot environment: No |
250 | 2025-02-11T20:39:03.518Z | Create backup boot environment: Yes |
251 | 2025-02-11T20:39:05.719Z | Actions: 1/6 actions (Updating modified actions) |
252 | 2025-02-11T20:39:05.748Z | Actions: Completed 6 actions in 0.03 seconds. |
253 | 2025-02-11T20:39:05.752Z | Done |
254 | 2025-02-11T20:39:05.752Z | Done |
255 | 2025-02-11T20:39:05.871Z | Done |
256 | 2025-02-11T20:39:09.483Z | Done |
257 | 2025-02-11T20:39:09.570Z | Done |
258 | 2025-02-11T20:39:09.573Z | Done |
259 | 2025-02-11T20:39:09.717Z | Done |
260 | 2025-02-11T20:39:10.186Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
261 | 2025-02-11T20:39:10.186Z | clang system 15 system |
262 | 2025-02-11T20:39:10.186Z | csh system system illumos |
263 | 2025-02-11T20:39:10.186Z | ctags system system illumos |
264 | 2025-02-11T20:39:10.186Z | gcc vendor 12 vendor |
265 | 2025-02-11T20:39:10.186Z | gcc system 10 system |
266 | 2025-02-11T20:39:10.186Z | gcc system 7 system |
267 | 2025-02-11T20:39:10.186Z | go system 1.20 system |
268 | 2025-02-11T20:39:10.186Z | go system 1.19 system |
269 | 2025-02-11T20:39:10.186Z | llvm system 15 system |
270 | 2025-02-11T20:39:10.186Z | llvm system 14 system |
271 | 2025-02-11T20:39:10.186Z | mariadb system 10.6 system |
272 | 2025-02-11T20:39:10.186Z | mta vendor vendor dma |
273 | 2025-02-11T20:39:10.186Z | openjdk system 17 system |
274 | 2025-02-11T20:39:10.186Z | openjdk system 11 system |
275 | 2025-02-11T20:39:10.186Z | openjdk system 1.8 system |
276 | 2025-02-11T20:39:10.186Z | openssl vendor 3 vendor |
277 | 2025-02-11T20:39:10.186Z | perl system 5.36 system |
278 | 2025-02-11T20:39:10.186Z | postgresql system 15 system |
279 | 2025-02-11T20:39:10.186Z | postgresql system 13 system |
280 | 2025-02-11T20:39:10.186Z | python vendor 3 vendor |
281 | 2025-02-11T20:39:10.186Z | python system 2 system |
282 | 2025-02-11T20:39:10.186Z | python3 system 3.11 system |
283 | 2025-02-11T20:39:10.186Z | ruby system 3.0 system |
284 | 2025-02-11T20:39:10.187Z | words vendor vendor american-english |
285 | 2025-02-11T20:39:10.187Z | words system system australian-english |
286 | 2025-02-11T20:39:10.187Z | words system system british-english |
287 | 2025-02-11T20:39:10.187Z | words system system canadian-english |
288 | 2025-02-11T20:39:10.187Z | words system system french |
289 | 2025-02-11T20:39:10.187Z | words system system italian |
290 | 2025-02-11T20:39:10.187Z | words system system ngerman |
291 | 2025-02-11T20:39:10.187Z | words system system ogerman |
292 | 2025-02-11T20:39:10.187Z | words system system spanish |
293 | 2025-02-11T20:39:10.473Z | PUBLISHER TYPE STATUS P LOCATION |
294 | 2025-02-11T20:39:10.473Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
295 | 2025-02-11T20:39:13.342Z | FMRI IFO |
296 | 2025-02-11T20:39:13.342Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
297 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
298 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
299 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
300 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
301 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
302 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
303 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
304 | 2025-02-11T20:39:13.343Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
305 | 2025-02-11T20:39:13.344Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
306 | 2025-02-11T20:39:13.344Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
307 | 2025-02-11T20:39:13.344Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
308 | 2025-02-11T20:39:13.344Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
309 | 2025-02-11T20:39:13.344Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
310 | 2025-02-11T20:39:13.344Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
311 | 2025-02-11T20:39:14.109Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
312 | 2025-02-11T20:39:14.404Z | Updating crates.io index |
313 | 2025-02-11T20:39:14.494Z | Updating git repository `https://github.com/oxidecomputer/daft` |
314 | 2025-02-11T20:39:14.913Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
315 | 2025-02-11T20:39:15.441Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
316 | 2025-02-11T20:39:15.706Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
317 | 2025-02-11T20:39:15.933Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
318 | 2025-02-11T20:39:16.201Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
319 | 2025-02-11T20:39:17.219Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
320 | 2025-02-11T20:39:19.401Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2025-02-11T20:39:20.047Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
322 | 2025-02-11T20:39:20.827Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
323 | 2025-02-11T20:39:21.116Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
324 | 2025-02-11T20:39:21.476Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
325 | 2025-02-11T20:39:21.988Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
326 | 2025-02-11T20:39:22.600Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
327 | 2025-02-11T20:39:22.844Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
328 | 2025-02-11T20:39:23.174Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
329 | 2025-02-11T20:39:23.431Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
330 | 2025-02-11T20:39:23.672Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
331 | 2025-02-11T20:39:23.927Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
332 | 2025-02-11T20:39:24.218Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
333 | 2025-02-11T20:39:24.533Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
334 | 2025-02-11T20:39:24.813Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
335 | 2025-02-11T20:39:25.123Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
336 | 2025-02-11T20:39:25.475Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
337 | 2025-02-11T20:39:25.721Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
338 | 2025-02-11T20:39:26.213Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
339 | 2025-02-11T20:39:26.506Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
340 | 2025-02-11T20:39:26.913Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
341 | 2025-02-11T20:39:27.395Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
342 | 2025-02-11T20:39:27.712Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
343 | 2025-02-11T20:39:28.024Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
344 | 2025-02-11T20:39:28.274Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
345 | 2025-02-11T20:39:29.407Z | Downloading crates ... |
346 | 2025-02-11T20:39:29.588Z | Downloaded is_terminal_polyfill v1.70.1 |
347 | 2025-02-11T20:39:29.591Z | Downloaded generic-array v0.14.7 |
348 | 2025-02-11T20:39:29.595Z | Downloaded clap_derive v4.5.24 |
349 | 2025-02-11T20:39:29.599Z | Downloaded block-buffer v0.10.4 |
350 | 2025-02-11T20:39:29.605Z | Downloaded indexmap v2.7.1 |
351 | 2025-02-11T20:39:29.610Z | Downloaded anyhow v1.0.95 |
352 | 2025-02-11T20:39:29.613Z | Downloaded heck v0.5.0 |
353 | 2025-02-11T20:39:29.616Z | Downloaded autocfg v1.4.0 |
354 | 2025-02-11T20:39:29.618Z | Downloaded hashbrown v0.15.1 |
355 | 2025-02-11T20:39:29.624Z | Downloaded fs-err v2.11.0 |
356 | 2025-02-11T20:39:29.631Z | Downloaded heck v0.4.1 |
357 | 2025-02-11T20:39:29.634Z | Downloaded goblin v0.8.2 |
358 | 2025-02-11T20:39:29.639Z | Downloaded bitflags v2.6.0 |
359 | 2025-02-11T20:39:29.642Z | Downloaded anstyle-parse v0.2.5 |
360 | 2025-02-11T20:39:29.645Z | Downloaded anstyle v1.0.10 |
361 | 2025-02-11T20:39:29.647Z | Downloaded anstream v0.6.15 |
362 | 2025-02-11T20:39:29.649Z | Downloaded clap_lex v0.7.4 |
363 | 2025-02-11T20:39:29.650Z | Downloaded anstyle-query v1.1.1 |
364 | 2025-02-11T20:39:29.669Z | Downloaded serde_json v1.0.135 |
365 | 2025-02-11T20:39:29.675Z | Downloaded proc-macro2 v1.0.92 |
366 | 2025-02-11T20:39:29.678Z | Downloaded thiserror-impl v1.0.69 |
367 | 2025-02-11T20:39:29.680Z | Downloaded smawk v0.3.2 |
368 | 2025-02-11T20:39:29.681Z | Downloaded serde_spanned v0.6.8 |
369 | 2025-02-11T20:39:29.684Z | Downloaded sha2 v0.10.8 |
370 | 2025-02-11T20:39:29.686Z | Downloaded strsim v0.11.1 |
371 | 2025-02-11T20:39:29.691Z | Downloaded syn v1.0.109 |
372 | 2025-02-11T20:39:29.703Z | Downloaded ucd-trie v0.1.7 |
373 | 2025-02-11T20:39:29.706Z | Downloaded tempfile v3.13.0 |
374 | 2025-02-11T20:39:29.718Z | Downloaded usdt-macro v0.5.0 |
375 | 2025-02-11T20:39:29.720Z | Downloaded scroll_derive v0.12.0 |
376 | 2025-02-11T20:39:29.720Z | Downloaded equivalent v1.0.1 |
377 | 2025-02-11T20:39:29.725Z | Downloaded usdt v0.5.0 |
378 | 2025-02-11T20:39:29.733Z | Downloaded usdt-attr-macro v0.5.0 |
379 | 2025-02-11T20:39:29.736Z | Downloaded toml_datetime v0.6.8 |
380 | 2025-02-11T20:39:29.736Z | Downloaded unicode-linebreak v0.1.5 |
381 | 2025-02-11T20:39:29.738Z | Downloaded swrite v0.1.0 |
382 | 2025-02-11T20:39:29.738Z | Downloaded dtrace-parser v0.2.0 |
383 | 2025-02-11T20:39:29.741Z | Downloaded thiserror v1.0.69 |
384 | 2025-02-11T20:39:29.745Z | Downloaded fnv v1.0.7 |
385 | 2025-02-11T20:39:29.748Z | Downloaded utf8parse v0.2.2 |
386 | 2025-02-11T20:39:29.748Z | Downloaded camino-tempfile v1.1.1 |
387 | 2025-02-11T20:39:29.750Z | Downloaded version_check v0.9.5 |
388 | 2025-02-11T20:39:29.751Z | Downloaded thread-id v4.2.2 |
389 | 2025-02-11T20:39:29.753Z | Downloaded terminal_size v0.4.0 |
390 | 2025-02-11T20:39:29.753Z | Downloaded crypto-common v0.1.6 |
391 | 2025-02-11T20:39:29.753Z | Downloaded cfg-if v1.0.0 |
392 | 2025-02-11T20:39:29.759Z | Downloaded cargo-platform v0.1.8 |
393 | 2025-02-11T20:39:29.759Z | Downloaded plain v0.2.3 |
394 | 2025-02-11T20:39:29.759Z | Downloaded proc-macro-error-attr v1.0.4 |
395 | 2025-02-11T20:39:29.762Z | Downloaded macaddr v1.0.1 |
396 | 2025-02-11T20:39:29.762Z | Downloaded fastrand v2.1.1 |
397 | 2025-02-11T20:39:29.762Z | Downloaded pest_generator v2.7.14 |
398 | 2025-02-11T20:39:29.762Z | Downloaded errno v0.3.9 |
399 | 2025-02-11T20:39:29.765Z | Downloaded digest v0.10.7 |
400 | 2025-02-11T20:39:29.765Z | Downloaded cpufeatures v0.2.14 |
401 | 2025-02-11T20:39:29.768Z | Downloaded byteorder v1.5.0 |
402 | 2025-02-11T20:39:29.769Z | Downloaded bytecount v0.6.8 |
403 | 2025-02-11T20:39:29.771Z | Downloaded colorchoice v1.0.2 |
404 | 2025-02-11T20:39:29.771Z | Downloaded usdt-impl v0.5.0 |
405 | 2025-02-11T20:39:29.771Z | Downloaded pretty-hex v0.4.1 |
406 | 2025-02-11T20:39:29.774Z | Downloaded memmap v0.7.0 |
407 | 2025-02-11T20:39:29.774Z | Downloaded dof v0.3.0 |
408 | 2025-02-11T20:39:29.776Z | Downloaded tabled_derive v0.7.0 |
409 | 2025-02-11T20:39:29.776Z | Downloaded serde_tokenstream v0.2.2 |
410 | 2025-02-11T20:39:29.781Z | Downloaded camino v1.1.9 |
411 | 2025-02-11T20:39:29.781Z | Downloaded itoa v1.0.11 |
412 | 2025-02-11T20:39:29.781Z | Downloaded cargo_metadata v0.18.1 |
413 | 2025-02-11T20:39:29.785Z | Downloaded semver v1.0.24 |
414 | 2025-02-11T20:39:29.788Z | Downloaded zerocopy-derive v0.7.35 |
415 | 2025-02-11T20:39:29.790Z | Downloaded proc-macro-error v1.0.4 |
416 | 2025-02-11T20:39:29.794Z | Downloaded scroll v0.12.0 |
417 | 2025-02-11T20:39:29.796Z | Downloaded cargo_toml v0.20.5 |
418 | 2025-02-11T20:39:29.796Z | Downloaded pest_derive v2.7.14 |
419 | 2025-02-11T20:39:29.799Z | Downloaded textwrap v0.16.1 |
420 | 2025-02-11T20:39:29.802Z | Downloaded toml v0.8.19 |
421 | 2025-02-11T20:39:29.805Z | Downloaded unicode-ident v1.0.14 |
422 | 2025-02-11T20:39:29.808Z | Downloaded quote v1.0.38 |
423 | 2025-02-11T20:39:29.810Z | Downloaded once_cell v1.20.2 |
424 | 2025-02-11T20:39:29.814Z | Downloaded pest_meta v2.7.14 |
425 | 2025-02-11T20:39:29.817Z | Downloaded serde_derive v1.0.217 |
426 | 2025-02-11T20:39:29.819Z | Downloaded log v0.4.22 |
427 | 2025-02-11T20:39:29.822Z | Downloaded clap v4.5.27 |
428 | 2025-02-11T20:39:29.830Z | Downloaded typenum v1.17.0 |
429 | 2025-02-11T20:39:29.832Z | Downloaded papergrid v0.11.0 |
430 | 2025-02-11T20:39:29.836Z | Downloaded ryu v1.0.18 |
431 | 2025-02-11T20:39:29.839Z | Downloaded serde v1.0.217 |
432 | 2025-02-11T20:39:29.843Z | Downloaded memchr v2.7.4 |
433 | 2025-02-11T20:39:29.853Z | Downloaded toml_edit v0.22.22 |
434 | 2025-02-11T20:39:29.874Z | Downloaded tabled v0.15.0 |
435 | 2025-02-11T20:39:29.888Z | Downloaded zerocopy v0.7.35 |
436 | 2025-02-11T20:39:29.903Z | Downloaded pest v2.7.14 |
437 | 2025-02-11T20:39:29.908Z | Downloaded winnow v0.6.20 |
438 | 2025-02-11T20:39:29.916Z | Downloaded clap_builder v4.5.27 |
439 | 2025-02-11T20:39:29.931Z | Downloaded unicode-width v0.1.14 |
440 | 2025-02-11T20:39:29.941Z | Downloaded syn v2.0.96 |
441 | 2025-02-11T20:39:29.949Z | Downloaded rustix v0.38.37 |
442 | 2025-02-11T20:39:29.985Z | Downloaded libc v0.2.169 |
443 | 2025-02-11T20:39:30.295Z | Compiling proc-macro2 v1.0.92 |
444 | 2025-02-11T20:39:30.295Z | Compiling unicode-ident v1.0.14 |
445 | 2025-02-11T20:39:30.297Z | Compiling serde v1.0.217 |
446 | 2025-02-11T20:39:30.297Z | Compiling version_check v0.9.5 |
447 | 2025-02-11T20:39:30.297Z | Compiling thiserror v1.0.69 |
448 | 2025-02-11T20:39:30.297Z | Compiling memchr v2.7.4 |
449 | 2025-02-11T20:39:30.330Z | Compiling libc v0.2.169 |
450 | 2025-02-11T20:39:31.336Z | Compiling itoa v1.0.11 |
451 | 2025-02-11T20:39:31.338Z | Compiling ryu v1.0.18 |
452 | 2025-02-11T20:39:31.338Z | Compiling ucd-trie v0.1.7 |
453 | 2025-02-11T20:39:31.339Z | Compiling once_cell v1.20.2 |
454 | 2025-02-11T20:39:31.339Z | Compiling byteorder v1.5.0 |
455 | 2025-02-11T20:39:31.339Z | Compiling rustix v0.38.37 |
456 | 2025-02-11T20:39:31.515Z | Compiling serde_json v1.0.135 |
457 | 2025-02-11T20:39:31.738Z | Compiling bitflags v2.6.0 |
458 | 2025-02-11T20:39:31.828Z | Compiling usdt-impl v0.5.0 |
459 | 2025-02-11T20:39:31.858Z | Compiling proc-macro-error-attr v1.0.4 |
460 | 2025-02-11T20:39:32.029Z | Compiling syn v1.0.109 |
461 | 2025-02-11T20:39:32.061Z | Compiling proc-macro-error v1.0.4 |
462 | 2025-02-11T20:39:32.120Z | Compiling hashbrown v0.15.1 |
463 | 2025-02-11T20:39:32.251Z | Compiling camino v1.1.9 |
464 | 2025-02-11T20:39:32.301Z | Compiling equivalent v1.0.1 |
465 | 2025-02-11T20:39:32.352Z | Compiling log v0.4.22 |
466 | 2025-02-11T20:39:32.432Z | Compiling plain v0.2.3 |
467 | 2025-02-11T20:39:32.608Z | Compiling utf8parse v0.2.2 |
468 | 2025-02-11T20:39:32.646Z | Compiling quote v1.0.38 |
469 | 2025-02-11T20:39:32.792Z | Compiling errno v0.3.9 |
470 | 2025-02-11T20:39:32.854Z | Compiling anstyle-parse v0.2.5 |
471 | 2025-02-11T20:39:32.949Z | Compiling is_terminal_polyfill v1.70.1 |
472 | 2025-02-11T20:39:33.040Z | Compiling syn v2.0.96 |
473 | 2025-02-11T20:39:33.096Z | Compiling thread-id v4.2.2 |
474 | 2025-02-11T20:39:33.178Z | Compiling indexmap v2.7.1 |
475 | 2025-02-11T20:39:33.256Z | Compiling anstyle v1.0.10 |
476 | 2025-02-11T20:39:33.258Z | Compiling pretty-hex v0.4.1 |
477 | 2025-02-11T20:39:33.301Z | Compiling colorchoice v1.0.2 |
478 | 2025-02-11T20:39:33.459Z | Compiling anstyle-query v1.1.1 |
479 | 2025-02-11T20:39:33.486Z | Compiling autocfg v1.4.0 |
480 | 2025-02-11T20:39:33.629Z | Compiling winnow v0.6.20 |
481 | 2025-02-11T20:39:33.672Z | Compiling semver v1.0.24 |
482 | 2025-02-11T20:39:34.165Z | Compiling unicode-width v0.1.14 |
483 | 2025-02-11T20:39:34.361Z | Compiling anstream v0.6.15 |
484 | 2025-02-11T20:39:34.456Z | Compiling fs-err v2.11.0 |
485 | 2025-02-11T20:39:34.714Z | Compiling heck v0.5.0 |
486 | 2025-02-11T20:39:34.742Z | Compiling fastrand v2.1.1 |
487 | 2025-02-11T20:39:34.810Z | Compiling cfg-if v1.0.0 |
488 | 2025-02-11T20:39:34.927Z | Compiling strsim v0.11.1 |
489 | 2025-02-11T20:39:35.076Z | Compiling terminal_size v0.4.0 |
490 | 2025-02-11T20:39:35.212Z | Compiling fnv v1.0.7 |
491 | 2025-02-11T20:39:35.293Z | Compiling clap_lex v0.7.4 |
492 | 2025-02-11T20:39:35.319Z | Compiling anyhow v1.0.95 |
493 | 2025-02-11T20:39:35.366Z | Compiling bytecount v0.6.8 |
494 | 2025-02-11T20:39:35.593Z | Compiling heck v0.4.1 |
495 | 2025-02-11T20:39:35.716Z | Compiling clap_builder v4.5.27 |
496 | 2025-02-11T20:39:35.747Z | Compiling papergrid v0.11.0 |
497 | 2025-02-11T20:39:36.009Z | Compiling tempfile v3.13.0 |
498 | 2025-02-11T20:39:36.591Z | Compiling memmap v0.7.0 |
499 | 2025-02-11T20:39:36.619Z | Compiling unicode-linebreak v0.1.5 |
500 | 2025-02-11T20:39:36.767Z | Compiling smawk v0.3.2 |
501 | 2025-02-11T20:39:37.006Z | Compiling swrite v0.1.0 |
502 | 2025-02-11T20:39:37.108Z | Compiling textwrap v0.16.1 |
503 | 2025-02-11T20:39:37.995Z | Compiling tabled_derive v0.7.0 |
504 | 2025-02-11T20:39:39.226Z | Compiling tabled v0.15.0 |
505 | 2025-02-11T20:39:40.045Z | Compiling serde_derive v1.0.217 |
506 | 2025-02-11T20:39:40.117Z | Compiling thiserror-impl v1.0.69 |
507 | 2025-02-11T20:39:40.292Z | Compiling zerocopy-derive v0.7.35 |
508 | 2025-02-11T20:39:40.318Z | Compiling scroll_derive v0.12.0 |
509 | 2025-02-11T20:39:40.380Z | Compiling clap_derive v4.5.24 |
510 | 2025-02-11T20:39:41.505Z | Compiling scroll v0.12.0 |
511 | 2025-02-11T20:39:41.839Z | Compiling zerocopy v0.7.35 |
512 | 2025-02-11T20:39:41.945Z | Compiling goblin v0.8.2 |
513 | 2025-02-11T20:39:42.379Z | Compiling pest v2.7.14 |
514 | 2025-02-11T20:39:43.363Z | Compiling clap v4.5.27 |
515 | 2025-02-11T20:39:44.553Z | Compiling pest_meta v2.7.14 |
516 | 2025-02-11T20:39:45.533Z | Compiling pest_generator v2.7.14 |
517 | 2025-02-11T20:39:46.862Z | Compiling pest_derive v2.7.14 |
518 | 2025-02-11T20:39:47.536Z | Compiling dtrace-parser v0.2.0 |
519 | 2025-02-11T20:39:48.515Z | Compiling toml_datetime v0.6.8 |
520 | 2025-02-11T20:39:48.518Z | Compiling serde_spanned v0.6.8 |
521 | 2025-02-11T20:39:48.518Z | Compiling cargo-platform v0.1.8 |
522 | 2025-02-11T20:39:48.824Z | Compiling serde_tokenstream v0.2.2 |
523 | 2025-02-11T20:39:48.873Z | Compiling toml_edit v0.22.22 |
524 | 2025-02-11T20:39:48.993Z | Compiling macaddr v1.0.1 |
525 | 2025-02-11T20:39:49.088Z | Compiling camino-tempfile v1.1.1 |
526 | 2025-02-11T20:39:49.943Z | Compiling dof v0.3.0 |
527 | 2025-02-11T20:39:49.943Z | Compiling cargo_metadata v0.18.1 |
528 | 2025-02-11T20:39:51.532Z | Compiling usdt-macro v0.5.0 |
529 | 2025-02-11T20:39:51.532Z | Compiling usdt-attr-macro v0.5.0 |
530 | 2025-02-11T20:39:51.573Z | Compiling toml v0.8.19 |
531 | 2025-02-11T20:39:52.415Z | Compiling cargo_toml v0.20.5 |
532 | 2025-02-11T20:39:52.785Z | Compiling usdt v0.5.0 |
533 | 2025-02-11T20:39:55.184Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
534 | 2025-02-11T20:39:58.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.38s |
535 | 2025-02-11T20:39:58.552Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
536 | 2025-02-11T20:39:59.075Z | Downloading crates ... |
537 | 2025-02-11T20:39:59.192Z | Downloaded atomic-waker v1.1.2 |
538 | 2025-02-11T20:39:59.200Z | Downloaded base64 v0.13.1 |
539 | 2025-02-11T20:39:59.204Z | Downloaded async-stream-impl v0.3.6 |
540 | 2025-02-11T20:39:59.206Z | Downloaded adler2 v2.0.0 |
541 | 2025-02-11T20:39:59.209Z | Downloaded cfg_aliases v0.1.1 |
542 | 2025-02-11T20:39:59.212Z | Downloaded atty v0.2.14 |
543 | 2025-02-11T20:39:59.217Z | Downloaded cfg_aliases v0.2.1 |
544 | 2025-02-11T20:39:59.222Z | Downloaded hubpack_derive v0.1.1 |
545 | 2025-02-11T20:39:59.225Z | Downloaded http-range v0.1.5 |
546 | 2025-02-11T20:39:59.229Z | Downloaded http-body v1.0.1 |
547 | 2025-02-11T20:39:59.232Z | Downloaded httpdate v1.0.3 |
548 | 2025-02-11T20:39:59.232Z | Downloaded home v0.5.9 |
549 | 2025-02-11T20:39:59.235Z | Downloaded crunchy v0.2.2 |
550 | 2025-02-11T20:39:59.235Z | Downloaded ciborium-io v0.2.2 |
551 | 2025-02-11T20:39:59.237Z | Downloaded cstr-argument v0.1.2 |
552 | 2025-02-11T20:39:59.246Z | Downloaded ident_case v1.0.1 |
553 | 2025-02-11T20:39:59.248Z | Downloaded crucible-workspace-hack v0.1.0 |
554 | 2025-02-11T20:39:59.251Z | Downloaded icu_provider_macros v1.5.0 |
555 | 2025-02-11T20:39:59.254Z | Downloaded is_ci v1.2.0 |
556 | 2025-02-11T20:39:59.257Z | Downloaded ascii-canvas v3.0.0 |
557 | 2025-02-11T20:39:59.260Z | Downloaded array-init v0.0.4 |
558 | 2025-02-11T20:39:59.263Z | Downloaded assert_matches v1.5.0 |
559 | 2025-02-11T20:39:59.267Z | Downloaded cobs v0.2.3 |
560 | 2025-02-11T20:39:59.267Z | Downloaded cassowary v0.3.0 |
561 | 2025-02-11T20:39:59.270Z | Downloaded http v1.2.0 |
562 | 2025-02-11T20:39:59.273Z | Downloaded cbc v0.1.2 |
563 | 2025-02-11T20:39:59.275Z | Downloaded md5 v0.7.0 |
564 | 2025-02-11T20:39:59.275Z | Downloaded managed v0.8.0 |
565 | 2025-02-11T20:39:59.278Z | Downloaded match_cfg v0.1.0 |
566 | 2025-02-11T20:39:59.278Z | Downloaded cmake v0.1.51 |
567 | 2025-02-11T20:39:59.281Z | Downloaded buf-list v1.0.3 |
568 | 2025-02-11T20:39:59.283Z | Downloaded constant_time_eq v0.3.1 |
569 | 2025-02-11T20:39:59.286Z | Downloaded ciborium-ll v0.2.2 |
570 | 2025-02-11T20:39:59.286Z | Downloaded newline-converter v0.3.0 |
571 | 2025-02-11T20:39:59.289Z | Downloaded bitfield-struct v0.6.2 |
572 | 2025-02-11T20:39:59.289Z | Downloaded bit-set v0.5.3 |
573 | 2025-02-11T20:39:59.292Z | Downloaded curve25519-dalek-derive v0.1.1 |
574 | 2025-02-11T20:39:59.292Z | Downloaded mirai-annotations v1.12.0 |
575 | 2025-02-11T20:39:59.295Z | Downloaded castaway v0.2.3 |
576 | 2025-02-11T20:39:59.295Z | Downloaded hyper-tls v0.6.0 |
577 | 2025-02-11T20:39:59.298Z | Downloaded cexpr v0.6.0 |
578 | 2025-02-11T20:39:59.301Z | Downloaded http-body-util v0.1.2 |
579 | 2025-02-11T20:39:59.301Z | Downloaded lockfree-object-pool v0.1.6 |
580 | 2025-02-11T20:39:59.304Z | Downloaded memoffset v0.9.1 |
581 | 2025-02-11T20:39:59.308Z | Downloaded indoc v1.0.9 |
582 | 2025-02-11T20:39:59.311Z | Downloaded cipher v0.4.4 |
583 | 2025-02-11T20:39:59.311Z | Downloaded keccak v0.1.5 |
584 | 2025-02-11T20:39:59.314Z | Downloaded md-5 v0.10.6 |
585 | 2025-02-11T20:39:59.314Z | Downloaded indent_write v2.2.0 |
586 | 2025-02-11T20:39:59.316Z | Downloaded ctr v0.9.2 |
587 | 2025-02-11T20:39:59.319Z | Downloaded linked-hash-map v0.5.6 |
588 | 2025-02-11T20:39:59.319Z | Downloaded crc-catalog v2.4.0 |
589 | 2025-02-11T20:39:59.321Z | Downloaded mockall v0.13.0 |
590 | 2025-02-11T20:39:59.324Z | Downloaded lru v0.12.5 |
591 | 2025-02-11T20:39:59.327Z | Downloaded bcs v0.1.6 |
592 | 2025-02-11T20:39:59.327Z | Downloaded base16ct v0.2.0 |
593 | 2025-02-11T20:39:59.331Z | Downloaded impl-trait-for-tuples v0.2.2 |
594 | 2025-02-11T20:39:59.334Z | Downloaded russh-cryptovec v0.7.3 |
595 | 2025-02-11T20:39:59.334Z | Downloaded chrono-tz-build v0.4.0 |
596 | 2025-02-11T20:39:59.334Z | Downloaded addr2line v0.24.2 |
597 | 2025-02-11T20:39:59.337Z | Downloaded mime v0.3.17 |
598 | 2025-02-11T20:39:59.339Z | Downloaded darling v0.20.10 |
599 | 2025-02-11T20:39:59.343Z | Downloaded nanorand v0.7.0 |
600 | 2025-02-11T20:39:59.347Z | Downloaded multimap v0.10.0 |
601 | 2025-02-11T20:39:59.349Z | Downloaded lru-cache v0.1.2 |
602 | 2025-02-11T20:39:59.349Z | Downloaded is-terminal v0.4.13 |
603 | 2025-02-11T20:39:59.352Z | Downloaded async-trait v0.1.86 |
604 | 2025-02-11T20:39:59.355Z | Downloaded sqlparser_derive v0.2.2 |
605 | 2025-02-11T20:39:59.357Z | Downloaded httparse v1.9.5 |
606 | 2025-02-11T20:39:59.360Z | Downloaded libefi-sys v0.1.0 |
607 | 2025-02-11T20:39:59.360Z | Downloaded arrayvec v0.7.6 |
608 | 2025-02-11T20:39:59.362Z | Downloaded lazy_static v1.5.0 |
609 | 2025-02-11T20:39:59.365Z | Downloaded crc v3.2.1 |
610 | 2025-02-11T20:39:59.368Z | Downloaded csv-core v0.1.11 |
611 | 2025-02-11T20:39:59.370Z | Downloaded crc32fast v1.4.2 |
612 | 2025-02-11T20:39:59.373Z | Downloaded maplit v1.0.2 |
613 | 2025-02-11T20:39:59.373Z | Downloaded iana-time-zone v0.1.61 |
614 | 2025-02-11T20:39:59.376Z | Downloaded litemap v0.7.3 |
615 | 2025-02-11T20:39:59.379Z | Downloaded bitfield v0.14.0 |
616 | 2025-02-11T20:39:59.381Z | Downloaded hyper-staticfile v0.10.1 |
617 | 2025-02-11T20:39:59.384Z | Downloaded rand_seeder v0.3.0 |
618 | 2025-02-11T20:39:59.387Z | Downloaded quick-error v1.2.3 |
619 | 2025-02-11T20:39:59.387Z | Downloaded ipnet v2.10.1 |
620 | 2025-02-11T20:39:59.390Z | Downloaded lock_api v0.4.12 |
621 | 2025-02-11T20:39:59.392Z | Downloaded instability v0.3.2 |
622 | 2025-02-11T20:39:59.395Z | Downloaded vte_generate_state_changes v0.1.2 |
623 | 2025-02-11T20:39:59.395Z | Downloaded tower-service v0.3.3 |
624 | 2025-02-11T20:39:59.395Z | Downloaded console v0.15.10 |
625 | 2025-02-11T20:39:59.398Z | Downloaded rustfmt-wrapper v0.2.1 |
626 | 2025-02-11T20:39:59.401Z | Downloaded crossbeam-deque v0.8.5 |
627 | 2025-02-11T20:39:59.403Z | Downloaded libloading v0.8.5 |
628 | 2025-02-11T20:39:59.406Z | Downloaded ahash v0.8.11 |
629 | 2025-02-11T20:39:59.409Z | Downloaded downcast v0.11.0 |
630 | 2025-02-11T20:39:59.411Z | Downloaded foreign-types-shared v0.1.1 |
631 | 2025-02-11T20:39:59.411Z | Downloaded crossbeam-epoch v0.9.18 |
632 | 2025-02-11T20:39:59.414Z | Downloaded darling_macro v0.20.10 |
633 | 2025-02-11T20:39:59.414Z | Downloaded const-oid v0.9.6 |
634 | 2025-02-11T20:39:59.417Z | Downloaded multer v3.1.0 |
635 | 2025-02-11T20:39:59.420Z | Downloaded slog-stdlog v4.1.1 |
636 | 2025-02-11T20:39:59.423Z | Downloaded slog-bunyan v2.5.0 |
637 | 2025-02-11T20:39:59.425Z | Downloaded siphasher v0.3.11 |
638 | 2025-02-11T20:39:59.425Z | Downloaded stringprep v0.1.5 |
639 | 2025-02-11T20:39:59.428Z | Downloaded cookie_store v0.21.1 |
640 | 2025-02-11T20:39:59.430Z | Downloaded memmap2 v0.9.5 |
641 | 2025-02-11T20:39:59.433Z | Downloaded icu_normalizer v1.5.0 |
642 | 2025-02-11T20:39:59.436Z | Downloaded icu_normalizer_data v1.5.0 |
643 | 2025-02-11T20:39:59.439Z | Downloaded cookie v0.18.1 |
644 | 2025-02-11T20:39:59.442Z | Downloaded crc-any v2.5.0 |
645 | 2025-02-11T20:39:59.445Z | Downloaded async-bb8-diesel v0.2.1 |
646 | 2025-02-11T20:39:59.447Z | Downloaded number_prefix v0.4.0 |
647 | 2025-02-11T20:39:59.450Z | Downloaded num_threads v0.1.7 |
648 | 2025-02-11T20:39:59.450Z | Downloaded hmac v0.12.1 |
649 | 2025-02-11T20:39:59.452Z | Downloaded clang-sys v1.8.1 |
650 | 2025-02-11T20:39:59.455Z | Downloaded path-slash v0.1.5 |
651 | 2025-02-11T20:39:59.458Z | Downloaded num-conv v0.1.0 |
652 | 2025-02-11T20:39:59.458Z | Downloaded fxhash v0.2.1 |
653 | 2025-02-11T20:39:59.461Z | Downloaded thiserror-no-std v2.0.2 |
654 | 2025-02-11T20:39:59.464Z | Downloaded tokio-macros v2.5.0 |
655 | 2025-02-11T20:39:59.467Z | Downloaded icu_locid_transform_data v1.5.0 |
656 | 2025-02-11T20:39:59.467Z | Downloaded litrs v0.4.1 |
657 | 2025-02-11T20:39:59.469Z | Downloaded tls_codec_derive v0.4.1 |
658 | 2025-02-11T20:39:59.472Z | Downloaded tls_codec v0.4.1 |
659 | 2025-02-11T20:39:59.475Z | Downloaded thiserror-impl-no-std v2.0.2 |
660 | 2025-02-11T20:39:59.477Z | Downloaded arc-swap v1.7.1 |
661 | 2025-02-11T20:39:59.480Z | Downloaded pretty-hex v0.2.1 |
662 | 2025-02-11T20:39:59.482Z | Downloaded data-encoding v2.6.0 |
663 | 2025-02-11T20:39:59.485Z | Downloaded hex-literal v0.4.1 |
664 | 2025-02-11T20:39:59.485Z | Downloaded unicase v2.7.0 |
665 | 2025-02-11T20:39:59.488Z | Downloaded smallvec v0.6.14 |
666 | 2025-02-11T20:39:59.488Z | Downloaded strip-ansi-escapes v0.2.0 |
667 | 2025-02-11T20:39:59.490Z | Downloaded rustls-pemfile v2.2.0 |
668 | 2025-02-11T20:39:59.494Z | Downloaded serde-big-array v0.5.1 |
669 | 2025-02-11T20:39:59.494Z | Downloaded miniz_oxide v0.8.0 |
670 | 2025-02-11T20:39:59.496Z | Downloaded crossbeam-utils v0.8.20 |
671 | 2025-02-11T20:39:59.500Z | Downloaded icu_properties v1.5.1 |
672 | 2025-02-11T20:39:59.503Z | Downloaded blake2 v0.10.6 |
673 | 2025-02-11T20:39:59.506Z | Downloaded compact_str v0.8.0 |
674 | 2025-02-11T20:39:59.510Z | Downloaded sigpipe v0.1.3 |
675 | 2025-02-11T20:39:59.513Z | Downloaded hickory-server v0.24.2 |
676 | 2025-02-11T20:39:59.518Z | Downloaded tinyvec_macros v0.1.1 |
677 | 2025-02-11T20:39:59.521Z | Downloaded take_mut v0.2.2 |
678 | 2025-02-11T20:39:59.521Z | Downloaded paste v1.0.15 |
679 | 2025-02-11T20:39:59.524Z | Downloaded heck v0.3.3 |
680 | 2025-02-11T20:39:59.526Z | Downloaded want v0.3.1 |
681 | 2025-02-11T20:39:59.529Z | Downloaded powerfmt v0.2.0 |
682 | 2025-02-11T20:39:59.529Z | Downloaded polyval v0.6.2 |
683 | 2025-02-11T20:39:59.531Z | Downloaded num_enum_derive v0.5.11 |
684 | 2025-02-11T20:39:59.531Z | Downloaded wait-timeout v0.2.0 |
685 | 2025-02-11T20:39:59.534Z | Downloaded indexmap v1.9.3 |
686 | 2025-02-11T20:39:59.537Z | Downloaded indicatif v0.17.11 |
687 | 2025-02-11T20:39:59.542Z | Downloaded base64 v0.22.1 |
688 | 2025-02-11T20:39:59.546Z | Downloaded progenitor-macro v0.8.0 |
689 | 2025-02-11T20:39:59.549Z | Downloaded waitgroup v0.1.2 |
690 | 2025-02-11T20:39:59.549Z | Downloaded slog-term v2.9.1 |
691 | 2025-02-11T20:39:59.551Z | Downloaded rusty-fork v0.3.0 |
692 | 2025-02-11T20:39:59.554Z | Downloaded spki v0.7.3 |
693 | 2025-02-11T20:39:59.556Z | Downloaded diesel_table_macro_syntax v0.2.0 |
694 | 2025-02-11T20:39:59.559Z | Downloaded predicates-tree v1.0.11 |
695 | 2025-02-11T20:39:59.559Z | Downloaded pin-project-internal v1.1.6 |
696 | 2025-02-11T20:39:59.561Z | Downloaded des v0.8.1 |
697 | 2025-02-11T20:39:59.564Z | Downloaded subprocess v0.2.9 |
698 | 2025-02-11T20:39:59.566Z | Downloaded rtoolbox v0.0.2 |
699 | 2025-02-11T20:39:59.569Z | Downloaded rfc6979 v0.4.0 |
700 | 2025-02-11T20:39:59.569Z | Downloaded fallible-iterator v0.3.0 |
701 | 2025-02-11T20:39:59.572Z | Downloaded hyper-util v0.1.10 |
702 | 2025-02-11T20:39:59.576Z | Downloaded icu_locid v1.5.0 |
703 | 2025-02-11T20:39:59.582Z | Downloaded termcolor v1.4.1 |
704 | 2025-02-11T20:39:59.585Z | Downloaded tap v1.0.1 |
705 | 2025-02-11T20:39:59.585Z | Downloaded string_cache v0.8.7 |
706 | 2025-02-11T20:39:59.587Z | Downloaded signal-hook-mio v0.2.4 |
707 | 2025-02-11T20:39:59.590Z | Downloaded password-hash v0.5.0 |
708 | 2025-02-11T20:39:59.593Z | Downloaded tokio-native-tls v0.3.1 |
709 | 2025-02-11T20:39:59.593Z | Downloaded tabwriter v1.4.0 |
710 | 2025-02-11T20:39:59.595Z | Downloaded static_assertions v1.1.0 |
711 | 2025-02-11T20:39:59.598Z | Downloaded utf-8 v0.7.6 |
712 | 2025-02-11T20:39:59.598Z | Downloaded vte v0.11.1 |
713 | 2025-02-11T20:39:59.601Z | Downloaded uuid v1.12.0 |
714 | 2025-02-11T20:39:59.603Z | Downloaded peg-runtime v0.8.3 |
715 | 2025-02-11T20:39:59.609Z | Downloaded progenitor-client v0.9.1 |
716 | 2025-02-11T20:39:59.609Z | Downloaded schemars v0.8.21 |
717 | 2025-02-11T20:39:59.638Z | Downloaded float-cmp v0.9.0 |
718 | 2025-02-11T20:39:59.641Z | Downloaded fd-lock v4.0.2 |
719 | 2025-02-11T20:39:59.643Z | Downloaded embedded-io v0.6.1 |
720 | 2025-02-11T20:39:59.643Z | Downloaded embedded-io v0.4.0 |
721 | 2025-02-11T20:39:59.648Z | Downloaded float-ord v0.3.2 |
722 | 2025-02-11T20:39:59.650Z | Downloaded hickory-resolver v0.24.2 |
723 | 2025-02-11T20:39:59.653Z | Downloaded ed25519 v2.2.3 |
724 | 2025-02-11T20:39:59.656Z | Downloaded time-core v0.1.2 |
725 | 2025-02-11T20:39:59.658Z | Downloaded display-error-chain v0.2.2 |
726 | 2025-02-11T20:39:59.658Z | Downloaded which v4.4.2 |
727 | 2025-02-11T20:39:59.662Z | Downloaded unarray v0.1.4 |
728 | 2025-02-11T20:39:59.662Z | Downloaded typify-macro v0.3.0 |
729 | 2025-02-11T20:39:59.665Z | Downloaded serde_derive_internals v0.29.1 |
730 | 2025-02-11T20:39:59.665Z | Downloaded nodrop v0.1.14 |
731 | 2025-02-11T20:39:59.669Z | Downloaded zerofrom v0.1.4 |
732 | 2025-02-11T20:39:59.669Z | Downloaded toolchain_find v0.4.0 |
733 | 2025-02-11T20:39:59.669Z | Downloaded tokio-tungstenite v0.24.0 |
734 | 2025-02-11T20:39:59.673Z | Downloaded pin-project-lite v0.2.14 |
735 | 2025-02-11T20:39:59.676Z | Downloaded packed_struct_codegen v0.10.1 |
736 | 2025-02-11T20:39:59.679Z | Downloaded num-iter v0.1.45 |
737 | 2025-02-11T20:39:59.682Z | Downloaded tracing-attributes v0.1.27 |
738 | 2025-02-11T20:39:59.682Z | Downloaded progenitor-macro v0.9.1 |
739 | 2025-02-11T20:39:59.685Z | Downloaded opaque-debug v0.3.1 |
740 | 2025-02-11T20:39:59.685Z | Downloaded foreign-types-shared v0.3.1 |
741 | 2025-02-11T20:39:59.688Z | Downloaded endian-type v0.1.2 |
742 | 2025-02-11T20:39:59.688Z | Downloaded peg v0.8.4 |
743 | 2025-02-11T20:39:59.691Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2025-02-11T20:39:59.693Z | Downloaded scheduled-thread-pool v0.2.7 |
745 | 2025-02-11T20:39:59.693Z | Downloaded rustc_version v0.4.1 |
746 | 2025-02-11T20:39:59.696Z | Downloaded derive_more v0.99.18 |
747 | 2025-02-11T20:39:59.701Z | Downloaded sqlformat v0.2.6 |
748 | 2025-02-11T20:39:59.703Z | Downloaded slog-json v2.6.1 |
749 | 2025-02-11T20:39:59.706Z | Downloaded sha1 v0.10.6 |
750 | 2025-02-11T20:39:59.708Z | Downloaded secrecy v0.8.0 |
751 | 2025-02-11T20:39:59.708Z | Downloaded progenitor-impl v0.8.0 |
752 | 2025-02-11T20:39:59.711Z | Downloaded elliptic-curve v0.13.8 |
753 | 2025-02-11T20:39:59.715Z | Downloaded precomputed-hash v0.1.1 |
754 | 2025-02-11T20:39:59.717Z | Downloaded oso-derive v0.27.3 |
755 | 2025-02-11T20:39:59.717Z | Downloaded thiserror-impl v2.0.11 |
756 | 2025-02-11T20:39:59.720Z | Downloaded futures-channel v0.3.31 |
757 | 2025-02-11T20:39:59.722Z | Downloaded displaydoc v0.2.5 |
758 | 2025-02-11T20:39:59.725Z | Downloaded unicode-truncate v1.1.0 |
759 | 2025-02-11T20:39:59.725Z | Downloaded num-rational v0.4.2 |
760 | 2025-02-11T20:39:59.729Z | Downloaded termtree v0.4.1 |
761 | 2025-02-11T20:39:59.731Z | Downloaded unicode-xid v0.2.6 |
762 | 2025-02-11T20:39:59.731Z | Downloaded globset v0.4.15 |
763 | 2025-02-11T20:39:59.734Z | Downloaded zerovec-derive v0.10.3 |
764 | 2025-02-11T20:39:59.734Z | Downloaded der_derive v0.7.3 |
765 | 2025-02-11T20:39:59.737Z | Downloaded topological-sort v0.2.2 |
766 | 2025-02-11T20:39:59.737Z | Downloaded defmt v0.3.8 |
767 | 2025-02-11T20:39:59.741Z | Downloaded same-file v1.0.6 |
768 | 2025-02-11T20:39:59.744Z | Downloaded peg-macros v0.8.4 |
769 | 2025-02-11T20:39:59.747Z | Downloaded form_urlencoded v1.2.1 |
770 | 2025-02-11T20:39:59.747Z | Downloaded pem v3.0.4 |
771 | 2025-02-11T20:39:59.752Z | Downloaded document-features v0.2.10 |
772 | 2025-02-11T20:39:59.752Z | Downloaded num v0.4.3 |
773 | 2025-02-11T20:39:59.752Z | Downloaded enum-as-inner v0.6.1 |
774 | 2025-02-11T20:39:59.755Z | Downloaded pkg-config v0.3.31 |
775 | 2025-02-11T20:39:59.755Z | Downloaded proc-macro-crate v1.3.1 |
776 | 2025-02-11T20:39:59.757Z | Downloaded primeorder v0.13.6 |
777 | 2025-02-11T20:39:59.757Z | Downloaded hash32 v0.3.1 |
778 | 2025-02-11T20:39:59.760Z | Downloaded serde_with_macros v3.11.0 |
779 | 2025-02-11T20:39:59.762Z | Downloaded hash32 v0.2.1 |
780 | 2025-02-11T20:39:59.765Z | Downloaded futures v0.3.31 |
781 | 2025-02-11T20:39:59.769Z | Downloaded ed25519-dalek v2.1.1 |
782 | 2025-02-11T20:39:59.774Z | Downloaded libxml v0.3.3 |
783 | 2025-02-11T20:39:59.779Z | Downloaded headers-core v0.3.0 |
784 | 2025-02-11T20:39:59.781Z | Downloaded thread_local v1.1.8 |
785 | 2025-02-11T20:39:59.782Z | Downloaded snafu-derive v0.8.5 |
786 | 2025-02-11T20:39:59.784Z | Downloaded phf_codegen v0.11.2 |
787 | 2025-02-11T20:39:59.787Z | Downloaded aes v0.8.4 |
788 | 2025-02-11T20:39:59.790Z | Downloaded phf v0.11.2 |
789 | 2025-02-11T20:39:59.792Z | Downloaded schemars_derive v0.8.21 |
790 | 2025-02-11T20:39:59.795Z | Downloaded rpassword v7.3.1 |
791 | 2025-02-11T20:39:59.795Z | Downloaded predicates v3.1.2 |
792 | 2025-02-11T20:39:59.798Z | Downloaded defmt-macros v0.3.9 |
793 | 2025-02-11T20:39:59.801Z | Downloaded slog-envlogger v2.2.0 |
794 | 2025-02-11T20:39:59.804Z | Downloaded slog-dtrace v0.3.0 |
795 | 2025-02-11T20:39:59.806Z | Downloaded slab v0.4.9 |
796 | 2025-02-11T20:39:59.809Z | Downloaded mio v1.0.2 |
797 | 2025-02-11T20:39:59.813Z | Downloaded typify-macro v0.2.0 |
798 | 2025-02-11T20:39:59.816Z | Downloaded tinystr v0.7.6 |
799 | 2025-02-11T20:39:59.818Z | Downloaded try-lock v0.2.5 |
800 | 2025-02-11T20:39:59.818Z | Downloaded dyn-clone v1.0.17 |
801 | 2025-02-11T20:39:59.821Z | Downloaded pkcs5 v0.7.1 |
802 | 2025-02-11T20:39:59.825Z | Downloaded tiny-keccak v2.0.2 |
803 | 2025-02-11T20:39:59.828Z | Downloaded spin v0.9.8 |
804 | 2025-02-11T20:39:59.830Z | Downloaded socket2 v0.5.7 |
805 | 2025-02-11T20:39:59.833Z | Downloaded pkcs1 v0.7.5 |
806 | 2025-02-11T20:39:59.836Z | Downloaded signal-hook v0.3.17 |
807 | 2025-02-11T20:39:59.839Z | Downloaded libm v0.2.8 |
808 | 2025-02-11T20:39:59.847Z | Downloaded openssl-macros v0.1.1 |
809 | 2025-02-11T20:39:59.850Z | Downloaded diesel-dtrace v0.4.2 |
810 | 2025-02-11T20:39:59.850Z | Downloaded parse-zoneinfo v0.3.1 |
811 | 2025-02-11T20:39:59.853Z | Downloaded parse-display v0.10.0 |
812 | 2025-02-11T20:39:59.856Z | Downloaded idna v1.0.3 |
813 | 2025-02-11T20:39:59.858Z | Downloaded newtype-uuid v1.2.1 |
814 | 2025-02-11T20:39:59.861Z | Downloaded yoke-derive v0.7.4 |
815 | 2025-02-11T20:39:59.864Z | Downloaded crossterm v0.28.1 |
816 | 2025-02-11T20:39:59.868Z | Downloaded packed_struct v0.10.1 |
817 | 2025-02-11T20:39:59.871Z | Downloaded untrusted v0.9.0 |
818 | 2025-02-11T20:39:59.873Z | Downloaded strum_macros v0.25.3 |
819 | 2025-02-11T20:39:59.876Z | Downloaded shlex v1.3.0 |
820 | 2025-02-11T20:39:59.879Z | Downloaded rustc-hash v1.1.0 |
821 | 2025-02-11T20:39:59.880Z | Downloaded derive_builder_macro v0.20.2 |
822 | 2025-02-11T20:39:59.882Z | Downloaded universal-hash v0.5.1 |
823 | 2025-02-11T20:39:59.882Z | Downloaded itertools v0.12.1 |
824 | 2025-02-11T20:39:59.887Z | Downloaded tui-tree-widget v0.22.0 |
825 | 2025-02-11T20:39:59.890Z | Downloaded untrusted v0.7.1 |
826 | 2025-02-11T20:39:59.890Z | Downloaded termtree v0.5.1 |
827 | 2025-02-11T20:39:59.895Z | Downloaded termios v0.3.3 |
828 | 2025-02-11T20:39:59.898Z | Downloaded serde_repr v0.1.19 |
829 | 2025-02-11T20:39:59.898Z | Downloaded ena v0.14.3 |
830 | 2025-02-11T20:39:59.898Z | Downloaded nibble_vec v0.1.0 |
831 | 2025-02-11T20:39:59.901Z | Downloaded aho-corasick v1.1.3 |
832 | 2025-02-11T20:39:59.905Z | Downloaded serde_yaml v0.9.34+deprecated |
833 | 2025-02-11T20:39:59.910Z | Downloaded russh v0.45.0 |
834 | 2025-02-11T20:39:59.915Z | Downloaded pbkdf2 v0.11.0 |
835 | 2025-02-11T20:39:59.918Z | Downloaded parse-size v1.1.0 |
836 | 2025-02-11T20:39:59.920Z | Downloaded typify v0.2.0 |
837 | 2025-02-11T20:39:59.930Z | Downloaded oso v0.27.3 |
838 | 2025-02-11T20:39:59.930Z | Downloaded parking_lot_core v0.9.10 |
839 | 2025-02-11T20:39:59.932Z | Downloaded filetime v0.2.25 |
840 | 2025-02-11T20:39:59.933Z | Downloaded hickory-client v0.24.2 |
841 | 2025-02-11T20:39:59.935Z | Downloaded phf_shared v0.10.0 |
842 | 2025-02-11T20:39:59.935Z | Downloaded salsa20 v0.10.2 |
843 | 2025-02-11T20:39:59.938Z | Downloaded parse-display-derive v0.10.0 |
844 | 2025-02-11T20:39:59.938Z | Downloaded rand_xorshift v0.3.0 |
845 | 2025-02-11T20:39:59.942Z | Downloaded parking_lot v0.11.2 |
846 | 2025-02-11T20:39:59.946Z | Downloaded xz2 v0.1.7 |
847 | 2025-02-11T20:39:59.946Z | Downloaded structmeta v0.2.0 |
848 | 2025-02-11T20:39:59.950Z | Downloaded stable_deref_trait v1.2.0 |
849 | 2025-02-11T20:39:59.950Z | Downloaded rustc-demangle v0.1.24 |
850 | 2025-02-11T20:39:59.953Z | Downloaded diesel_derives v2.2.3 |
851 | 2025-02-11T20:39:59.955Z | Downloaded num-derive v0.4.2 |
852 | 2025-02-11T20:39:59.959Z | Downloaded fallible-streaming-iterator v0.1.9 |
853 | 2025-02-11T20:39:59.959Z | Downloaded prettyplease v0.2.25 |
854 | 2025-02-11T20:39:59.961Z | Downloaded flate2 v1.0.35 |
855 | 2025-02-11T20:39:59.966Z | Downloaded tokio-tungstenite v0.23.1 |
856 | 2025-02-11T20:39:59.969Z | Downloaded hyper v1.5.2 |
857 | 2025-02-11T20:39:59.977Z | Downloaded snafu v0.8.5 |
858 | 2025-02-11T20:39:59.982Z | Downloaded zone_cfg_derive v0.3.0 |
859 | 2025-02-11T20:39:59.986Z | Downloaded diff v0.1.13 |
860 | 2025-02-11T20:39:59.990Z | Downloaded dirs-sys-next v0.1.2 |
861 | 2025-02-11T20:39:59.990Z | Downloaded whoami v1.5.2 |
862 | 2025-02-11T20:39:59.992Z | Downloaded ref-cast-impl v1.0.23 |
863 | 2025-02-11T20:39:59.992Z | Downloaded progenitor v0.9.1 |
864 | 2025-02-11T20:39:59.995Z | Downloaded poly1305 v0.8.0 |
865 | 2025-02-11T20:39:59.999Z | Downloaded write16 v1.0.0 |
866 | 2025-02-11T20:40:00.002Z | Downloaded structmeta-derive v0.3.0 |
867 | 2025-02-11T20:40:00.002Z | Downloaded structmeta-derive v0.2.0 |
868 | 2025-02-11T20:40:00.002Z | Downloaded structmeta v0.3.0 |
869 | 2025-02-11T20:40:00.002Z | Downloaded blake3 v1.5.4 |
870 | 2025-02-11T20:40:00.009Z | Downloaded phf_shared v0.11.2 |
871 | 2025-02-11T20:40:00.012Z | Downloaded yasna v0.5.2 |
872 | 2025-02-11T20:40:00.015Z | Downloaded strum v0.26.3 |
873 | 2025-02-11T20:40:00.015Z | Downloaded num-complex v0.4.6 |
874 | 2025-02-11T20:40:00.018Z | Downloaded zone_cfg_derive v0.1.2 |
875 | 2025-02-11T20:40:00.018Z | Downloaded yoke v0.7.4 |
876 | 2025-02-11T20:40:00.021Z | Downloaded unsafe-libyaml v0.2.11 |
877 | 2025-02-11T20:40:00.023Z | Downloaded semver v0.1.20 |
878 | 2025-02-11T20:40:00.026Z | Downloaded radium v0.7.0 |
879 | 2025-02-11T20:40:00.026Z | Downloaded derive_builder_core v0.20.2 |
880 | 2025-02-11T20:40:00.028Z | Downloaded derive_builder v0.20.2 |
881 | 2025-02-11T20:40:00.032Z | Downloaded tokio-stream v0.1.16 |
882 | 2025-02-11T20:40:00.036Z | Downloaded tungstenite v0.21.0 |
883 | 2025-02-11T20:40:00.040Z | Downloaded sync_wrapper v1.0.1 |
884 | 2025-02-11T20:40:00.043Z | Downloaded sync-ptr v0.1.1 |
885 | 2025-02-11T20:40:00.043Z | Downloaded rustls-pemfile v1.0.4 |
886 | 2025-02-11T20:40:00.046Z | Downloaded headers v0.4.0 |
887 | 2025-02-11T20:40:00.049Z | Downloaded progenitor-client v0.8.0 |
888 | 2025-02-11T20:40:00.052Z | Downloaded zeroize_derive v1.4.2 |
889 | 2025-02-11T20:40:00.052Z | Downloaded openssl-sys v0.9.105 |
890 | 2025-02-11T20:40:00.056Z | Downloaded olpc-cjson v0.1.4 |
891 | 2025-02-11T20:40:00.059Z | Downloaded num-integer v0.1.46 |
892 | 2025-02-11T20:40:00.061Z | Downloaded synstructure v0.13.1 |
893 | 2025-02-11T20:40:00.061Z | Downloaded scrypt v0.11.0 |
894 | 2025-02-11T20:40:00.064Z | Downloaded fatfs v0.3.6 |
895 | 2025-02-11T20:40:00.066Z | Downloaded rsa v0.9.6 |
896 | 2025-02-11T20:40:00.070Z | Downloaded dirs-next v2.0.0 |
897 | 2025-02-11T20:40:00.072Z | Downloaded difflib v0.4.0 |
898 | 2025-02-11T20:40:00.072Z | Downloaded tokio-rustls v0.26.0 |
899 | 2025-02-11T20:40:00.075Z | Downloaded tokio-rustls v0.25.0 |
900 | 2025-02-11T20:40:00.077Z | Downloaded percent-encoding v2.3.1 |
901 | 2025-02-11T20:40:00.077Z | Downloaded deranged v0.3.11 |
902 | 2025-02-11T20:40:00.080Z | Downloaded defmt-parser v0.3.4 |
903 | 2025-02-11T20:40:00.080Z | Downloaded tungstenite v0.23.0 |
904 | 2025-02-11T20:40:00.083Z | Downloaded sct v0.7.1 |
905 | 2025-02-11T20:40:00.087Z | Downloaded writeable v0.5.5 |
906 | 2025-02-11T20:40:00.090Z | Downloaded toml v0.7.8 |
907 | 2025-02-11T20:40:00.093Z | Downloaded strum_macros v0.24.3 |
908 | 2025-02-11T20:40:00.095Z | Downloaded r2d2 v0.8.10 |
909 | 2025-02-11T20:40:00.099Z | Downloaded quinn-udp v0.5.5 |
910 | 2025-02-11T20:40:00.099Z | Downloaded zone v0.3.0 |
911 | 2025-02-11T20:40:00.102Z | Downloaded serde_with v3.11.0 |
912 | 2025-02-11T20:40:00.109Z | Downloaded pbkdf2 v0.12.2 |
913 | 2025-02-11T20:40:00.111Z | Downloaded zone v0.1.8 |
914 | 2025-02-11T20:40:00.114Z | Downloaded ref-cast v1.0.23 |
915 | 2025-02-11T20:40:00.117Z | Downloaded fixedbitset v0.4.2 |
916 | 2025-02-11T20:40:00.117Z | Downloaded thiserror v2.0.11 |
917 | 2025-02-11T20:40:00.121Z | Downloaded heapless v0.7.17 |
918 | 2025-02-11T20:40:00.125Z | Downloaded openssl-probe v0.1.5 |
919 | 2025-02-11T20:40:00.130Z | Downloaded unicode-segmentation v1.12.0 |
920 | 2025-02-11T20:40:00.133Z | Downloaded zerofrom-derive v0.1.4 |
921 | 2025-02-11T20:40:00.133Z | Downloaded xattr v1.3.1 |
922 | 2025-02-11T20:40:00.136Z | Downloaded wyz v0.5.1 |
923 | 2025-02-11T20:40:00.137Z | Downloaded publicsuffix v2.3.0 |
924 | 2025-02-11T20:40:00.141Z | Downloaded ghash v0.5.1 |
925 | 2025-02-11T20:40:00.141Z | Downloaded quinn v0.11.5 |
926 | 2025-02-11T20:40:00.144Z | Downloaded slog-scope v4.4.0 |
927 | 2025-02-11T20:40:00.153Z | Downloaded gethostname v0.5.0 |
928 | 2025-02-11T20:40:00.153Z | Downloaded subtle v2.6.1 |
929 | 2025-02-11T20:40:00.153Z | Downloaded smf v0.2.3 |
930 | 2025-02-11T20:40:00.153Z | Downloaded supports-color v3.0.1 |
931 | 2025-02-11T20:40:00.153Z | Downloaded hashbrown v0.12.3 |
932 | 2025-02-11T20:40:00.158Z | Downloaded rusqlite v0.32.1 |
933 | 2025-02-11T20:40:00.165Z | Downloaded time v0.3.36 |
934 | 2025-02-11T20:40:00.169Z | Downloaded zeroize v1.8.1 |
935 | 2025-02-11T20:40:00.171Z | Downloaded test-strategy v0.3.1 |
936 | 2025-02-11T20:40:00.177Z | Downloaded ppv-lite86 v0.2.20 |
937 | 2025-02-11T20:40:00.177Z | Downloaded omicron-zone-package v0.12.0 |
938 | 2025-02-11T20:40:00.181Z | Downloaded glob v0.3.2 |
939 | 2025-02-11T20:40:00.181Z | Downloaded smallvec v1.13.2 |
940 | 2025-02-11T20:40:00.183Z | Downloaded resolv-conf v0.7.0 |
941 | 2025-02-11T20:40:00.183Z | Downloaded time-macros v0.2.18 |
942 | 2025-02-11T20:40:00.187Z | Downloaded fs_extra v1.3.0 |
943 | 2025-02-11T20:40:00.190Z | Downloaded value-bag v1.9.0 |
944 | 2025-02-11T20:40:00.190Z | Downloaded qorb v0.2.1 |
945 | 2025-02-11T20:40:00.194Z | Downloaded sqlparser v0.45.0 |
946 | 2025-02-11T20:40:00.200Z | Downloaded dropshot_endpoint v0.15.1 |
947 | 2025-02-11T20:40:00.204Z | Downloaded futures-util v0.3.31 |
948 | 2025-02-11T20:40:00.215Z | Downloaded postgres-types v0.2.8 |
949 | 2025-02-11T20:40:00.218Z | Downloaded postcard v1.0.10 |
950 | 2025-02-11T20:40:00.221Z | Downloaded pem-rfc7468 v0.7.0 |
951 | 2025-02-11T20:40:00.225Z | Downloaded postgres-protocol v0.6.7 |
952 | 2025-02-11T20:40:00.225Z | Downloaded rustls-pki-types v1.10.0 |
953 | 2025-02-11T20:40:00.229Z | Downloaded dunce v1.0.5 |
954 | 2025-02-11T20:40:00.229Z | Downloaded pin-project v1.1.6 |
955 | 2025-02-11T20:40:00.239Z | Downloaded ecdsa v0.16.9 |
956 | 2025-02-11T20:40:00.242Z | Downloaded getrandom v0.2.15 |
957 | 2025-02-11T20:40:00.244Z | Downloaded zopfli v0.8.1 |
958 | 2025-02-11T20:40:00.247Z | Downloaded similar v2.6.0 |
959 | 2025-02-11T20:40:00.252Z | Downloaded h2 v0.4.6 |
960 | 2025-02-11T20:40:00.259Z | Downloaded p256 v0.13.2 |
961 | 2025-02-11T20:40:00.263Z | Downloaded chrono v0.4.39 |
962 | 2025-02-11T20:40:00.271Z | Downloaded derive-where v1.2.7 |
963 | 2025-02-11T20:40:00.277Z | Downloaded icu_properties_data v1.5.0 |
964 | 2025-02-11T20:40:00.287Z | Downloaded tokio-rustls v0.24.1 |
965 | 2025-02-11T20:40:00.291Z | Downloaded bitvec v1.0.1 |
966 | 2025-02-11T20:40:00.306Z | Downloaded flume v0.11.1 |
967 | 2025-02-11T20:40:00.309Z | Downloaded num-bigint v0.4.6 |
968 | 2025-02-11T20:40:00.314Z | Downloaded lalrpop v0.19.12 |
969 | 2025-02-11T20:40:00.326Z | Downloaded rand v0.8.5 |
970 | 2025-02-11T20:40:00.330Z | Downloaded tokio-postgres v0.7.12 |
971 | 2025-02-11T20:40:00.335Z | Downloaded hashbrown v0.13.2 |
972 | 2025-02-11T20:40:00.340Z | Downloaded zerocopy v0.8.10 |
973 | 2025-02-11T20:40:00.364Z | Downloaded zip v2.1.3 |
974 | 2025-02-11T20:40:00.368Z | Downloaded p521 v0.13.3 |
975 | 2025-02-11T20:40:00.372Z | Downloaded ssh-key v0.6.6 |
976 | 2025-02-11T20:40:00.379Z | Downloaded tokio-util v0.7.12 |
977 | 2025-02-11T20:40:00.385Z | Downloaded rustls-webpki v0.102.8 |
978 | 2025-02-11T20:40:00.403Z | Downloaded num-bigint-dig v0.8.4 |
979 | 2025-02-11T20:40:00.408Z | Downloaded bindgen v0.69.5 |
980 | 2025-02-11T20:40:00.415Z | Downloaded curve25519-dalek v4.1.3 |
981 | 2025-02-11T20:40:00.424Z | Downloaded rayon v1.10.0 |
982 | 2025-02-11T20:40:00.433Z | Downloaded portable-atomic v1.9.0 |
983 | 2025-02-11T20:40:00.441Z | Downloaded reedline v0.35.0 |
984 | 2025-02-11T20:40:00.448Z | Downloaded salty v0.3.0 |
985 | 2025-02-11T20:40:00.455Z | Downloaded quinn-proto v0.11.8 |
986 | 2025-02-11T20:40:00.462Z | Downloaded rustls-webpki v0.101.7 |
987 | 2025-02-11T20:40:00.476Z | Downloaded webpki-roots v0.26.6 |
988 | 2025-02-11T20:40:00.480Z | Downloaded object v0.30.4 |
989 | 2025-02-11T20:40:00.490Z | Downloaded zerovec v0.10.4 |
990 | 2025-02-11T20:40:00.496Z | Downloaded chrono-tz v0.10.1 |
991 | 2025-02-11T20:40:00.505Z | Downloaded winnow v0.5.40 |
992 | 2025-02-11T20:40:00.512Z | Downloaded bstr v1.10.0 |
993 | 2025-02-11T20:40:00.524Z | Downloaded radix_trie v0.2.1 |
994 | 2025-02-11T20:40:00.530Z | Downloaded vcpkg v0.2.15 |
995 | 2025-02-11T20:40:00.568Z | Downloaded dropshot v0.12.0 |
996 | 2025-02-11T20:40:00.588Z | Downloaded git2 v0.19.0 |
997 | 2025-02-11T20:40:00.595Z | Downloaded smoltcp v0.11.0 |
998 | 2025-02-11T20:40:00.608Z | Downloaded object v0.36.5 |
999 | 2025-02-11T20:40:00.620Z | Downloaded nix v0.27.1 |
1000 | 2025-02-11T20:40:00.631Z | Downloaded unicode-width v0.2.0 |
1001 | 2025-02-11T20:40:00.637Z | Downloaded regex-syntax v0.8.5 |
1002 | 2025-02-11T20:40:00.646Z | Downloaded hickory-proto v0.24.3 |
1003 | 2025-02-11T20:40:00.661Z | Downloaded petname v2.0.2 |
1004 | 2025-02-11T20:40:00.667Z | Downloaded regex-syntax v0.6.29 |
1005 | 2025-02-11T20:40:00.675Z | Downloaded p384 v0.13.0 |
1006 | 2025-02-11T20:40:00.682Z | Downloaded regress v0.9.1 |
1007 | 2025-02-11T20:40:00.691Z | Downloaded regex v1.11.1 |
1008 | 2025-02-11T20:40:00.704Z | Downloaded rustls v0.22.4 |
1009 | 2025-02-11T20:40:00.717Z | Downloaded openssl v0.10.70 |
1010 | 2025-02-11T20:40:00.727Z | Downloaded polar-core v0.27.3 |
1011 | 2025-02-11T20:40:00.736Z | Downloaded gimli v0.31.1 |
1012 | 2025-02-11T20:40:00.746Z | Downloaded rustls v0.23.19 |
1013 | 2025-02-11T20:40:00.757Z | Downloaded regress v0.10.1 |
1014 | 2025-02-11T20:40:00.766Z | Downloaded nix v0.29.0 |
1015 | 2025-02-11T20:40:00.778Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2025-02-11T20:40:00.791Z | Downloaded openapiv3 v2.0.0 |
1017 | 2025-02-11T20:40:00.804Z | Downloaded ratatui v0.28.1 |
1018 | 2025-02-11T20:40:00.823Z | Downloaded regex-automata v0.4.8 |
1019 | 2025-02-11T20:40:00.839Z | Downloaded dropshot v0.15.1 |
1020 | 2025-02-11T20:40:00.860Z | Downloaded sled v0.34.7 |
1021 | 2025-02-11T20:40:00.870Z | Downloaded typify-impl v0.3.0 |
1022 | 2025-02-11T20:40:00.886Z | Downloaded typify-impl v0.2.0 |
1023 | 2025-02-11T20:40:00.901Z | Downloaded zerocopy-derive v0.6.6 |
1024 | 2025-02-11T20:40:00.911Z | Downloaded nix v0.28.0 |
1025 | 2025-02-11T20:40:00.923Z | Downloaded rustls v0.21.12 |
1026 | 2025-02-11T20:40:00.934Z | Downloaded petgraph v0.6.5 |
1027 | 2025-02-11T20:40:00.951Z | Downloaded smoltcp v0.9.1 |
1028 | 2025-02-11T20:40:00.962Z | Downloaded diesel v2.2.6 |
1029 | 2025-02-11T20:40:00.980Z | Downloaded lzma-sys v0.1.20 |
1030 | 2025-02-11T20:40:01.009Z | Downloaded tokio v1.43.0 |
1031 | 2025-02-11T20:40:01.046Z | Downloaded csv v1.3.1 |
1032 | 2025-02-11T20:40:01.065Z | Downloaded dropshot_endpoint v0.12.0 |
1033 | 2025-02-11T20:40:01.068Z | Downloaded expectorate v1.1.0 |
1034 | 2025-02-11T20:40:01.071Z | Downloaded typed-path v0.9.3 |
1035 | 2025-02-11T20:40:01.076Z | Downloaded proptest v1.5.0 |
1036 | 2025-02-11T20:40:01.085Z | Downloaded quick-xml v0.33.0 |
1037 | 2025-02-11T20:40:01.091Z | Downloaded libz-sys v1.1.20 |
1038 | 2025-02-11T20:40:01.112Z | Downloaded simd-adler32 v0.3.7 |
1039 | 2025-02-11T20:40:01.115Z | Downloaded url v2.5.3 |
1040 | 2025-02-11T20:40:01.117Z | Downloaded sha3 v0.10.8 |
1041 | 2025-02-11T20:40:01.123Z | Downloaded fragile v2.0.0 |
1042 | 2025-02-11T20:40:01.127Z | Downloaded nom v7.1.3 |
1043 | 2025-02-11T20:40:01.130Z | Downloaded aws-lc-rs v1.10.0 |
1044 | 2025-02-11T20:40:01.136Z | Downloaded flagset v0.4.6 |
1045 | 2025-02-11T20:40:01.139Z | Downloaded reqwest v0.12.9 |
1046 | 2025-02-11T20:40:01.146Z | Downloaded debug-ignore v1.0.5 |
1047 | 2025-02-11T20:40:01.149Z | Downloaded serde_path_to_error v0.1.16 |
1048 | 2025-02-11T20:40:01.154Z | Downloaded scopeguard v1.2.0 |
1049 | 2025-02-11T20:40:01.154Z | Downloaded env_logger v0.10.2 |
1050 | 2025-02-11T20:40:01.159Z | Downloaded uzers v0.12.1 |
1051 | 2025-02-11T20:40:01.159Z | Downloaded hashbrown v0.14.5 |
1052 | 2025-02-11T20:40:01.162Z | Downloaded toml_edit v0.19.15 |
1053 | 2025-02-11T20:40:01.177Z | Downloaded hashlink v0.9.1 |
1054 | 2025-02-11T20:40:01.179Z | Downloaded unicode-normalization v0.1.24 |
1055 | 2025-02-11T20:40:01.183Z | Downloaded tough v0.19.0 |
1056 | 2025-02-11T20:40:01.189Z | Downloaded env_logger v0.11.5 |
1057 | 2025-02-11T20:40:01.192Z | Downloaded samael v0.0.17 |
1058 | 2025-02-11T20:40:01.196Z | Downloaded parking_lot v0.12.3 |
1059 | 2025-02-11T20:40:01.199Z | Downloaded progenitor v0.8.0 |
1060 | 2025-02-11T20:40:01.202Z | Downloaded ff v0.13.0 |
1061 | 2025-02-11T20:40:01.202Z | Downloaded utf8_iter v1.0.4 |
1062 | 2025-02-11T20:40:01.202Z | Downloaded utf16_iter v1.0.5 |
1063 | 2025-02-11T20:40:01.205Z | Downloaded unicode_categories v0.1.1 |
1064 | 2025-02-11T20:40:01.205Z | Downloaded aes-gcm v0.10.3 |
1065 | 2025-02-11T20:40:01.208Z | Downloaded hkdf v0.12.4 |
1066 | 2025-02-11T20:40:01.212Z | Downloaded tokio-tungstenite v0.21.0 |
1067 | 2025-02-11T20:40:01.215Z | Downloaded tracing v0.1.40 |
1068 | 2025-02-11T20:40:01.217Z | Downloaded futures-macro v0.3.31 |
1069 | 2025-02-11T20:40:01.220Z | Downloaded futures-io v0.3.31 |
1070 | 2025-02-11T20:40:01.220Z | Downloaded typify v0.3.0 |
1071 | 2025-02-11T20:40:01.224Z | Downloaded der v0.7.9 |
1072 | 2025-02-11T20:40:01.228Z | Downloaded itertools v0.13.0 |
1073 | 2025-02-11T20:40:01.234Z | Downloaded ssh-encoding v0.2.0 |
1074 | 2025-02-11T20:40:01.238Z | Downloaded ssh-cipher v0.2.0 |
1075 | 2025-02-11T20:40:01.238Z | Downloaded zip v0.6.6 |
1076 | 2025-02-11T20:40:01.241Z | Downloaded tinyvec v1.8.0 |
1077 | 2025-02-11T20:40:01.244Z | Downloaded slog v2.7.0 |
1078 | 2025-02-11T20:40:01.247Z | Downloaded ron v0.7.1 |
1079 | 2025-02-11T20:40:01.253Z | Downloaded encoding_rs v0.8.34 |
1080 | 2025-02-11T20:40:01.273Z | Downloaded steno v0.4.1 |
1081 | 2025-02-11T20:40:01.277Z | Downloaded serde_plain v1.0.2 |
1082 | 2025-02-11T20:40:01.281Z | Downloaded rayon-core v1.12.1 |
1083 | 2025-02-11T20:40:01.283Z | Downloaded psl-types v2.0.11 |
1084 | 2025-02-11T20:40:01.283Z | Downloaded newtype_derive v0.1.6 |
1085 | 2025-02-11T20:40:01.283Z | Downloaded serde_urlencoded v0.7.1 |
1086 | 2025-02-11T20:40:01.286Z | Downloaded slog-async v2.8.0 |
1087 | 2025-02-11T20:40:01.286Z | Downloaded rustyline v14.0.0 |
1088 | 2025-02-11T20:40:01.290Z | Downloaded futures-executor v0.3.31 |
1089 | 2025-02-11T20:40:01.294Z | Downloaded futures-core v0.3.31 |
1090 | 2025-02-11T20:40:01.294Z | Downloaded funty v2.0.0 |
1091 | 2025-02-11T20:40:01.294Z | Downloaded tracing-core v0.1.32 |
1092 | 2025-02-11T20:40:01.297Z | Downloaded x509-cert v0.2.5 |
1093 | 2025-02-11T20:40:01.303Z | Downloaded half v2.4.1 |
1094 | 2025-02-11T20:40:01.306Z | Downloaded itertools v0.10.5 |
1095 | 2025-02-11T20:40:01.312Z | Downloaded icu_collections v1.5.0 |
1096 | 2025-02-11T20:40:01.318Z | Downloaded zerocopy-derive v0.8.10 |
1097 | 2025-02-11T20:40:01.323Z | Downloaded foldhash v0.1.3 |
1098 | 2025-02-11T20:40:01.326Z | Downloaded predicates-core v1.0.8 |
1099 | 2025-02-11T20:40:01.326Z | Downloaded phf_generator v0.11.2 |
1100 | 2025-02-11T20:40:01.330Z | Downloaded pkcs8 v0.10.2 |
1101 | 2025-02-11T20:40:01.330Z | Downloaded zerocopy v0.6.6 |
1102 | 2025-02-11T20:40:01.333Z | Downloaded foreign-types v0.3.2 |
1103 | 2025-02-11T20:40:01.333Z | Downloaded env_filter v0.1.2 |
1104 | 2025-02-11T20:40:01.333Z | Downloaded vergen v8.3.2 |
1105 | 2025-02-11T20:40:01.336Z | Downloaded owo-colors v4.1.0 |
1106 | 2025-02-11T20:40:01.339Z | Downloaded walkdir v2.5.0 |
1107 | 2025-02-11T20:40:01.343Z | Downloaded russh-keys v0.45.0 |
1108 | 2025-02-11T20:40:01.343Z | Downloaded progenitor-impl v0.9.1 |
1109 | 2025-02-11T20:40:01.347Z | Downloaded darling_core v0.20.10 |
1110 | 2025-02-11T20:40:01.349Z | Downloaded rustc_version v0.1.7 |
1111 | 2025-02-11T20:40:01.349Z | Downloaded rustc-hash v2.0.0 |
1112 | 2025-02-11T20:40:01.353Z | Downloaded pin-utils v0.1.0 |
1113 | 2025-02-11T20:40:01.354Z | Downloaded vsss-rs v3.3.4 |
1114 | 2025-02-11T20:40:01.357Z | Downloaded unicode-bidi v0.3.17 |
1115 | 2025-02-11T20:40:01.357Z | Downloaded tungstenite v0.24.0 |
1116 | 2025-02-11T20:40:01.360Z | Downloaded tar v0.4.42 |
1117 | 2025-02-11T20:40:01.363Z | Downloaded minimal-lexical v0.2.1 |
1118 | 2025-02-11T20:40:01.366Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1119 | 2025-02-11T20:40:01.422Z | Downloaded num-traits v0.2.19 |
1120 | 2025-02-11T20:40:01.425Z | Downloaded group v0.13.0 |
1121 | 2025-02-11T20:40:01.429Z | Downloaded crossbeam-channel v0.5.13 |
1122 | 2025-02-11T20:40:01.432Z | Downloaded rand_chacha v0.3.1 |
1123 | 2025-02-11T20:40:01.432Z | Downloaded crypto-bigint v0.5.5 |
1124 | 2025-02-11T20:40:01.436Z | Downloaded unicode-properties v0.1.3 |
1125 | 2025-02-11T20:40:01.439Z | Downloaded heapless v0.8.0 |
1126 | 2025-02-11T20:40:01.442Z | Downloaded backtrace v0.3.74 |
1127 | 2025-02-11T20:40:01.446Z | Downloaded password-hash v0.4.2 |
1128 | 2025-02-11T20:40:01.449Z | Downloaded nu-ansi-term v0.50.1 |
1129 | 2025-02-11T20:40:01.452Z | Downloaded parking_lot_core v0.8.6 |
1130 | 2025-02-11T20:40:01.455Z | Downloaded rcgen v0.12.1 |
1131 | 2025-02-11T20:40:01.457Z | Downloaded const_format v0.2.34 |
1132 | 2025-02-11T20:40:01.461Z | Downloaded bumpalo v3.16.0 |
1133 | 2025-02-11T20:40:01.463Z | Downloaded ron v0.8.1 |
1134 | 2025-02-11T20:40:01.470Z | Downloaded signature v2.2.0 |
1135 | 2025-02-11T20:40:01.473Z | Downloaded signal-hook-tokio v0.3.1 |
1136 | 2025-02-11T20:40:01.473Z | Downloaded twox-hash v2.1.0 |
1137 | 2025-02-11T20:40:01.476Z | Downloaded rustversion v1.0.17 |
1138 | 2025-02-11T20:40:01.476Z | Downloaded rand_core v0.6.4 |
1139 | 2025-02-11T20:40:01.479Z | Downloaded base64 v0.21.7 |
1140 | 2025-02-11T20:40:01.482Z | Downloaded cc v1.1.30 |
1141 | 2025-02-11T20:40:01.485Z | Downloaded term v0.7.0 |
1142 | 2025-02-11T20:40:01.488Z | Downloaded strum_macros v0.26.4 |
1143 | 2025-02-11T20:40:01.490Z | Downloaded mockall_derive v0.13.0 |
1144 | 2025-02-11T20:40:01.493Z | Downloaded futures-task v0.3.31 |
1145 | 2025-02-11T20:40:01.493Z | Downloaded futures-sink v0.3.31 |
1146 | 2025-02-11T20:40:01.493Z | Downloaded fallible-iterator v0.2.0 |
1147 | 2025-02-11T20:40:01.496Z | Downloaded num_enum v0.5.11 |
1148 | 2025-02-11T20:40:01.498Z | Downloaded either v1.13.0 |
1149 | 2025-02-11T20:40:01.501Z | Downloaded chacha20poly1305 v0.10.1 |
1150 | 2025-02-11T20:40:01.501Z | Downloaded icu_provider v1.5.0 |
1151 | 2025-02-11T20:40:01.503Z | Downloaded bytes v1.9.0 |
1152 | 2025-02-11T20:40:01.507Z | Downloaded bzip2 v0.4.4 |
1153 | 2025-02-11T20:40:01.510Z | Downloaded hex v0.4.3 |
1154 | 2025-02-11T20:40:01.512Z | Downloaded foreign-types-macros v0.2.3 |
1155 | 2025-02-11T20:40:01.512Z | Downloaded foreign-types v0.5.0 |
1156 | 2025-02-11T20:40:01.512Z | Downloaded dsl_auto_type v0.1.2 |
1157 | 2025-02-11T20:40:01.515Z | Downloaded allocator-api2 v0.2.18 |
1158 | 2025-02-11T20:40:01.517Z | Downloaded mime_guess v2.0.5 |
1159 | 2025-02-11T20:40:01.517Z | Downloaded signal-hook-registry v1.4.2 |
1160 | 2025-02-11T20:40:01.520Z | Downloaded shell-words v1.1.0 |
1161 | 2025-02-11T20:40:01.520Z | Downloaded serde-hex v0.1.0 |
1162 | 2025-02-11T20:40:01.523Z | Downloaded sec1 v0.7.3 |
1163 | 2025-02-11T20:40:01.523Z | Downloaded native-tls v0.2.12 |
1164 | 2025-02-11T20:40:01.526Z | Downloaded jobserver v0.1.32 |
1165 | 2025-02-11T20:40:01.528Z | Downloaded idna_adapter v1.2.0 |
1166 | 2025-02-11T20:40:01.528Z | Downloaded icu_locid_transform v1.5.0 |
1167 | 2025-02-11T20:40:01.531Z | Downloaded hyper-rustls v0.27.3 |
1168 | 2025-02-11T20:40:01.533Z | Downloaded cancel-safe-futures v0.1.5 |
1169 | 2025-02-11T20:40:01.536Z | Downloaded highway v1.2.0 |
1170 | 2025-02-11T20:40:01.539Z | Downloaded arrayref v0.3.9 |
1171 | 2025-02-11T20:40:01.541Z | Downloaded const_format_proc_macros v0.2.34 |
1172 | 2025-02-11T20:40:01.547Z | Downloaded maybe-uninit v2.0.0 |
1173 | 2025-02-11T20:40:01.547Z | Downloaded libsw v3.3.1 |
1174 | 2025-02-11T20:40:01.551Z | Downloaded ciborium v0.2.2 |
1175 | 2025-02-11T20:40:01.551Z | Downloaded backoff v0.4.0 |
1176 | 2025-02-11T20:40:01.551Z | Downloaded linear-map v1.2.0 |
1177 | 2025-02-11T20:40:01.553Z | Downloaded lalrpop-util v0.19.12 |
1178 | 2025-02-11T20:40:01.553Z | Downloaded kstat-rs v0.2.4 |
1179 | 2025-02-11T20:40:01.553Z | Downloaded ipnetwork v0.20.0 |
1180 | 2025-02-11T20:40:01.553Z | Downloaded internet-checksum v0.2.1 |
1181 | 2025-02-11T20:40:01.556Z | Downloaded inout v0.1.3 |
1182 | 2025-02-11T20:40:01.556Z | Downloaded convert_case v0.4.0 |
1183 | 2025-02-11T20:40:01.559Z | Downloaded async-recursion v1.1.1 |
1184 | 2025-02-11T20:40:01.561Z | Downloaded argon2 v0.5.3 |
1185 | 2025-02-11T20:40:01.561Z | Downloaded lazycell v1.3.0 |
1186 | 2025-02-11T20:40:01.564Z | Downloaded colored v2.1.0 |
1187 | 2025-02-11T20:40:01.564Z | Downloaded chacha20 v0.9.1 |
1188 | 2025-02-11T20:40:01.567Z | Downloaded block-padding v0.3.3 |
1189 | 2025-02-11T20:40:01.567Z | Downloaded atomicwrites v0.4.4 |
1190 | 2025-02-11T20:40:01.567Z | Downloaded base64ct v1.6.0 |
1191 | 2025-02-11T20:40:01.570Z | Downloaded humantime v2.1.0 |
1192 | 2025-02-11T20:40:01.572Z | Downloaded hubpack v0.1.2 |
1193 | 2025-02-11T20:40:01.572Z | Downloaded hostname v0.3.1 |
1194 | 2025-02-11T20:40:01.575Z | Downloaded hostname v0.4.0 |
1195 | 2025-02-11T20:40:01.575Z | Downloaded bit-vec v0.6.3 |
1196 | 2025-02-11T20:40:01.577Z | Downloaded async-stream v0.3.6 |
1197 | 2025-02-11T20:40:01.578Z | Downloaded new_debug_unreachable v1.0.6 |
1198 | 2025-02-11T20:40:01.581Z | Downloaded blowfish v0.9.1 |
1199 | 2025-02-11T20:40:01.581Z | Downloaded bb8 v0.8.5 |
1200 | 2025-02-11T20:40:01.583Z | Downloaded instant v0.1.13 |
1201 | 2025-02-11T20:40:01.583Z | Downloaded bitflags v1.3.2 |
1202 | 2025-02-11T20:40:01.586Z | Downloaded aead v0.5.2 |
1203 | 2025-02-11T20:40:01.586Z | Downloaded bcrypt-pbkdf v0.10.0 |
1204 | 2025-02-11T20:40:01.776Z | Downloaded ring v0.17.8 |
1205 | 2025-02-11T20:40:01.895Z | Downloaded libsqlite3-sys v0.30.1 |
1206 | 2025-02-11T20:40:02.140Z | Downloaded aws-lc-sys v0.22.0 |
1207 | 2025-02-11T20:40:02.337Z | Compiling serde v1.0.217 |
1208 | 2025-02-11T20:40:02.340Z | Compiling lock_api v0.4.12 |
1209 | 2025-02-11T20:40:02.340Z | Compiling value-bag v1.9.0 |
1210 | 2025-02-11T20:40:02.340Z | Compiling scopeguard v1.2.0 |
1211 | 2025-02-11T20:40:02.340Z | Compiling typenum v1.17.0 |
1212 | 2025-02-11T20:40:02.340Z | Compiling generic-array v0.14.7 |
1213 | 2025-02-11T20:40:02.511Z | Compiling syn v2.0.96 |
1214 | 2025-02-11T20:40:02.523Z | Compiling getrandom v0.2.15 |
1215 | 2025-02-11T20:40:02.745Z | Compiling rand_core v0.6.4 |
1216 | 2025-02-11T20:40:02.892Z | Compiling log v0.4.22 |
1217 | 2025-02-11T20:40:02.997Z | Compiling subtle v2.6.1 |
1218 | 2025-02-11T20:40:03.014Z | Compiling shlex v1.3.0 |
1219 | 2025-02-11T20:40:03.041Z | Compiling jobserver v0.1.32 |
1220 | 2025-02-11T20:40:03.249Z | Compiling smallvec v1.13.2 |
1221 | 2025-02-11T20:40:03.319Z | Compiling const-oid v0.9.6 |
1222 | 2025-02-11T20:40:03.356Z | Compiling pin-project-lite v0.2.14 |
1223 | 2025-02-11T20:40:03.379Z | Compiling rustix v0.38.37 |
1224 | 2025-02-11T20:40:03.483Z | Compiling cc v1.1.30 |
1225 | 2025-02-11T20:40:03.631Z | Compiling spin v0.9.8 |
1226 | 2025-02-11T20:40:03.651Z | Compiling parking_lot_core v0.9.10 |
1227 | 2025-02-11T20:40:03.836Z | Compiling futures-core v0.3.31 |
1228 | 2025-02-11T20:40:04.002Z | Compiling signal-hook-registry v1.4.2 |
1229 | 2025-02-11T20:40:04.080Z | Compiling mio v1.0.2 |
1230 | 2025-02-11T20:40:04.137Z | Compiling aho-corasick v1.1.3 |
1231 | 2025-02-11T20:40:04.827Z | Compiling parking_lot v0.12.3 |
1232 | 2025-02-11T20:40:04.865Z | Compiling cpufeatures v0.2.14 |
1233 | 2025-02-11T20:40:04.984Z | Compiling either v1.13.0 |
1234 | 2025-02-11T20:40:05.005Z | Compiling stable_deref_trait v1.2.0 |
1235 | 2025-02-11T20:40:05.123Z | Compiling regex-syntax v0.8.5 |
1236 | 2025-02-11T20:40:05.246Z | Compiling futures-sink v0.3.31 |
1237 | 2025-02-11T20:40:05.413Z | Compiling glob v0.3.2 |
1238 | 2025-02-11T20:40:05.416Z | Compiling socket2 v0.5.7 |
1239 | 2025-02-11T20:40:05.467Z | Compiling slab v0.4.9 |
1240 | 2025-02-11T20:40:05.720Z | Compiling prettyplease v0.2.25 |
1241 | 2025-02-11T20:40:05.926Z | Compiling lazy_static v1.5.0 |
1242 | 2025-02-11T20:40:06.075Z | Compiling serde_json v1.0.135 |
1243 | 2025-02-11T20:40:06.101Z | Compiling minimal-lexical v0.2.1 |
1244 | 2025-02-11T20:40:06.348Z | Compiling clang-sys v1.8.1 |
1245 | 2025-02-11T20:40:06.437Z | Compiling libloading v0.8.5 |
1246 | 2025-02-11T20:40:06.609Z | Compiling nom v7.1.3 |
1247 | 2025-02-11T20:40:06.663Z | Compiling home v0.5.9 |
1248 | 2025-02-11T20:40:06.836Z | Compiling bindgen v0.69.5 |
1249 | 2025-02-11T20:40:06.929Z | Compiling futures-channel v0.3.31 |
1250 | 2025-02-11T20:40:07.295Z | Compiling itertools v0.12.1 |
1251 | 2025-02-11T20:40:07.362Z | Compiling rustc-hash v1.1.0 |
1252 | 2025-02-11T20:40:07.538Z | Compiling allocator-api2 v0.2.18 |
1253 | 2025-02-11T20:40:07.680Z | Compiling libm v0.2.8 |
1254 | 2025-02-11T20:40:08.025Z | Compiling lazycell v1.3.0 |
1255 | 2025-02-11T20:40:08.208Z | Compiling pin-utils v0.1.0 |
1256 | 2025-02-11T20:40:08.322Z | Compiling futures-task v0.3.31 |
1257 | 2025-02-11T20:40:08.322Z | Compiling foldhash v0.1.3 |
1258 | 2025-02-11T20:40:08.623Z | Compiling futures-io v0.3.31 |
1259 | 2025-02-11T20:40:08.653Z | Compiling hashbrown v0.15.1 |
1260 | 2025-02-11T20:40:08.883Z | Compiling regex-automata v0.4.8 |
1261 | 2025-02-11T20:40:09.103Z | Compiling cmake v0.1.51 |
1262 | 2025-02-11T20:40:09.914Z | Compiling synstructure v0.13.1 |
1263 | 2025-02-11T20:40:09.997Z | Compiling cexpr v0.6.0 |
1264 | 2025-02-11T20:40:10.221Z | Compiling num-traits v0.2.19 |
1265 | 2025-02-11T20:40:10.511Z | Compiling dunce v1.0.5 |
1266 | 2025-02-11T20:40:10.657Z | Compiling fs_extra v1.3.0 |
1267 | 2025-02-11T20:40:11.201Z | Compiling pkg-config v0.3.31 |
1268 | 2025-02-11T20:40:11.549Z | Compiling writeable v0.5.5 |
1269 | 2025-02-11T20:40:11.641Z | Compiling litemap v0.7.3 |
1270 | 2025-02-11T20:40:12.016Z | Compiling ring v0.17.8 |
1271 | 2025-02-11T20:40:12.096Z | Compiling paste v1.0.15 |
1272 | 2025-02-11T20:40:12.579Z | Compiling base64ct v1.6.0 |
1273 | 2025-02-11T20:40:12.727Z | Compiling flagset v0.4.6 |
1274 | 2025-02-11T20:40:12.793Z | Compiling icu_locid_transform_data v1.5.0 |
1275 | 2025-02-11T20:40:12.902Z | Compiling aws-lc-rs v1.10.0 |
1276 | 2025-02-11T20:40:12.935Z | Compiling httparse v1.9.5 |
1277 | 2025-02-11T20:40:13.165Z | Compiling pem-rfc7468 v0.7.0 |
1278 | 2025-02-11T20:40:13.613Z | Compiling tracing-core v0.1.32 |
1279 | 2025-02-11T20:40:13.729Z | Compiling crossbeam-utils v0.8.20 |
1280 | 2025-02-11T20:40:14.123Z | Compiling regex v1.11.1 |
1281 | 2025-02-11T20:40:14.227Z | Compiling rustls-pki-types v1.10.0 |
1282 | 2025-02-11T20:40:14.369Z | Compiling icu_properties_data v1.5.0 |
1283 | 2025-02-11T20:40:14.652Z | Compiling percent-encoding v2.3.1 |
1284 | 2025-02-11T20:40:14.956Z | Compiling utf8_iter v1.0.4 |
1285 | 2025-02-11T20:40:15.215Z | Compiling powerfmt v0.2.0 |
1286 | 2025-02-11T20:40:15.221Z | Compiling utf16_iter v1.0.5 |
1287 | 2025-02-11T20:40:15.221Z | Compiling icu_normalizer_data v1.5.0 |
1288 | 2025-02-11T20:40:15.225Z | Compiling serde_derive v1.0.217 |
1289 | 2025-02-11T20:40:15.293Z | Compiling zeroize_derive v1.4.2 |
1290 | 2025-02-11T20:40:15.341Z | Compiling zerocopy-derive v0.7.35 |
1291 | 2025-02-11T20:40:15.415Z | Compiling tokio-macros v2.5.0 |
1292 | 2025-02-11T20:40:15.418Z | Compiling zerofrom-derive v0.1.4 |
1293 | 2025-02-11T20:40:16.642Z | Compiling zeroize v1.8.1 |
1294 | 2025-02-11T20:40:16.800Z | Compiling yoke-derive v0.7.4 |
1295 | 2025-02-11T20:40:17.265Z | Compiling zerocopy v0.7.35 |
1296 | 2025-02-11T20:40:17.510Z | Compiling thiserror-impl v1.0.69 |
1297 | 2025-02-11T20:40:18.241Z | Compiling crypto-common v0.1.6 |
1298 | 2025-02-11T20:40:18.470Z | Compiling block-buffer v0.10.4 |
1299 | 2025-02-11T20:40:18.524Z | Compiling zerovec-derive v0.10.3 |
1300 | 2025-02-11T20:40:18.727Z | Compiling digest v0.10.7 |
1301 | 2025-02-11T20:40:18.827Z | Compiling zerofrom v0.1.4 |
1302 | 2025-02-11T20:40:19.057Z | Compiling displaydoc v0.2.5 |
1303 | 2025-02-11T20:40:19.161Z | Compiling hmac v0.12.1 |
1304 | 2025-02-11T20:40:19.413Z | Compiling futures-macro v0.3.31 |
1305 | 2025-02-11T20:40:19.530Z | Compiling yoke v0.7.4 |
1306 | 2025-02-11T20:40:19.671Z | Compiling block-padding v0.3.3 |
1307 | 2025-02-11T20:40:19.917Z | Compiling inout v0.1.3 |
1308 | 2025-02-11T20:40:19.937Z | Compiling sha2 v0.10.8 |
1309 | 2025-02-11T20:40:20.171Z | Compiling cipher v0.4.4 |
1310 | 2025-02-11T20:40:20.525Z | Compiling thiserror v1.0.69 |
1311 | 2025-02-11T20:40:20.590Z | Compiling icu_provider_macros v1.5.0 |
1312 | 2025-02-11T20:40:20.659Z | Compiling ppv-lite86 v0.2.20 |
1313 | 2025-02-11T20:40:20.678Z | Compiling der_derive v0.7.3 |
1314 | 2025-02-11T20:40:20.890Z | Compiling zerovec v0.10.4 |
1315 | 2025-02-11T20:40:21.217Z | Compiling futures-util v0.3.31 |
1316 | 2025-02-11T20:40:21.437Z | Compiling rand_chacha v0.3.1 |
1317 | 2025-02-11T20:40:21.579Z | Compiling tracing-attributes v0.1.27 |
1318 | 2025-02-11T20:40:22.557Z | Compiling tinystr v0.7.6 |
1319 | 2025-02-11T20:40:22.774Z | Compiling icu_collections v1.5.0 |
1320 | 2025-02-11T20:40:22.927Z | Compiling icu_locid v1.5.0 |
1321 | 2025-02-11T20:40:22.954Z | Compiling der v0.7.9 |
1322 | 2025-02-11T20:40:23.350Z | Compiling rand v0.8.5 |
1323 | 2025-02-11T20:40:23.633Z | Compiling pest v2.7.14 |
1324 | 2025-02-11T20:40:24.083Z | Compiling icu_provider v1.5.0 |
1325 | 2025-02-11T20:40:24.916Z | Compiling icu_locid_transform v1.5.0 |
1326 | 2025-02-11T20:40:25.035Z | Compiling spki v0.7.3 |
1327 | 2025-02-11T20:40:25.055Z | Compiling tracing v0.1.40 |
1328 | 2025-02-11T20:40:25.393Z | Compiling salsa20 v0.10.2 |
1329 | 2025-02-11T20:40:25.422Z | Compiling pbkdf2 v0.12.2 |
1330 | 2025-02-11T20:40:25.556Z | Compiling untrusted v0.7.1 |
1331 | 2025-02-11T20:40:25.594Z | Compiling vcpkg v0.2.15 |
1332 | 2025-02-11T20:40:25.626Z | Compiling time-core v0.1.2 |
1333 | 2025-02-11T20:40:25.754Z | Compiling mirai-annotations v1.12.0 |
1334 | 2025-02-11T20:40:25.818Z | Compiling write16 v1.0.0 |
1335 | 2025-02-11T20:40:25.947Z | Compiling untrusted v0.9.0 |
1336 | 2025-02-11T20:40:25.970Z | Compiling num-conv v0.1.0 |
1337 | 2025-02-11T20:40:25.997Z | Compiling scrypt v0.11.0 |
1338 | 2025-02-11T20:40:26.135Z | Compiling icu_properties v1.5.1 |
1339 | 2025-02-11T20:40:26.243Z | Compiling time-macros v0.2.18 |
1340 | 2025-02-11T20:40:26.438Z | Compiling pest_meta v2.7.14 |
1341 | 2025-02-11T20:40:26.681Z | Compiling aes v0.8.4 |
1342 | 2025-02-11T20:40:27.273Z | Compiling cbc v0.1.2 |
1343 | 2025-02-11T20:40:27.385Z | Compiling openssl-sys v0.9.105 |
1344 | 2025-02-11T20:40:27.502Z | Compiling bitflags v2.6.0 |
1345 | 2025-02-11T20:40:27.809Z | Compiling bytes v1.9.0 |
1346 | 2025-02-11T20:40:28.981Z | Compiling tokio v1.43.0 |
1347 | 2025-02-11T20:40:29.236Z | Compiling indexmap v2.7.1 |
1348 | 2025-02-11T20:40:29.375Z | Compiling http v1.2.0 |
1349 | 2025-02-11T20:40:29.938Z | Compiling semver v1.0.24 |
1350 | 2025-02-11T20:40:30.604Z | Compiling rustc_version v0.4.1 |
1351 | 2025-02-11T20:40:30.652Z | Compiling icu_normalizer v1.5.0 |
1352 | 2025-02-11T20:40:30.808Z | Compiling deranged v0.3.11 |
1353 | 2025-02-11T20:40:30.896Z | Compiling scroll_derive v0.12.0 |
1354 | 2025-02-11T20:40:31.376Z | Compiling num_threads v0.1.7 |
1355 | 2025-02-11T20:40:31.528Z | Compiling which v4.4.2 |
1356 | 2025-02-11T20:40:31.550Z | Compiling tinyvec_macros v0.1.1 |
1357 | 2025-02-11T20:40:31.651Z | Compiling atomic-waker v1.1.2 |
1358 | 2025-02-11T20:40:32.089Z | Compiling tinyvec v1.8.0 |
1359 | 2025-02-11T20:40:32.182Z | Compiling time v0.3.36 |
1360 | 2025-02-11T20:40:32.296Z | Compiling scroll v0.12.0 |
1361 | 2025-02-11T20:40:32.423Z | Compiling idna_adapter v1.2.0 |
1362 | 2025-02-11T20:40:32.461Z | Compiling http-body v1.0.1 |
1363 | 2025-02-11T20:40:32.705Z | Compiling pest_generator v2.7.14 |
1364 | 2025-02-11T20:40:32.727Z | Compiling pkcs5 v0.7.1 |
1365 | 2025-02-11T20:40:32.787Z | Compiling form_urlencoded v1.2.1 |
1366 | 2025-02-11T20:40:32.844Z | Compiling slog v2.7.0 |
1367 | 2025-02-11T20:40:33.078Z | Compiling try-lock v0.2.5 |
1368 | 2025-02-11T20:40:33.243Z | Compiling want v0.3.1 |
1369 | 2025-02-11T20:40:33.410Z | Compiling pkcs8 v0.10.2 |
1370 | 2025-02-11T20:40:33.476Z | Compiling goblin v0.8.2 |
1371 | 2025-02-11T20:40:33.528Z | Compiling idna v1.0.3 |
1372 | 2025-02-11T20:40:33.838Z | Compiling uuid v1.12.0 |
1373 | 2025-02-11T20:40:34.073Z | Compiling iana-time-zone v0.1.61 |
1374 | 2025-02-11T20:40:34.483Z | Compiling httpdate v1.0.3 |
1375 | 2025-02-11T20:40:34.566Z | Compiling pest_derive v2.7.14 |
1376 | 2025-02-11T20:40:34.930Z | Compiling chrono v0.4.39 |
1377 | 2025-02-11T20:40:35.391Z | Compiling toml_datetime v0.6.8 |
1378 | 2025-02-11T20:40:35.411Z | Compiling dtrace-parser v0.2.0 |
1379 | 2025-02-11T20:40:35.854Z | Compiling serde_spanned v0.6.8 |
1380 | 2025-02-11T20:40:35.950Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2025-02-11T20:40:36.104Z | Compiling foreign-types-shared v0.1.1 |
1382 | 2025-02-11T20:40:36.234Z | Compiling adler2 v2.0.0 |
1383 | 2025-02-11T20:40:36.482Z | Compiling base64 v0.22.1 |
1384 | 2025-02-11T20:40:36.543Z | Compiling rustversion v1.0.17 |
1385 | 2025-02-11T20:40:36.817Z | Compiling tokio-util v0.7.12 |
1386 | 2025-02-11T20:40:37.146Z | Compiling tower-service v0.3.3 |
1387 | 2025-02-11T20:40:37.204Z | Compiling openssl v0.10.70 |
1388 | 2025-02-11T20:40:37.283Z | Compiling match_cfg v0.1.0 |
1389 | 2025-02-11T20:40:37.388Z | Compiling hostname v0.3.1 |
1390 | 2025-02-11T20:40:38.411Z | Compiling miniz_oxide v0.8.0 |
1391 | 2025-02-11T20:40:38.414Z | Compiling foreign-types v0.3.2 |
1392 | 2025-02-11T20:40:38.414Z | Compiling url v2.5.3 |
1393 | 2025-02-11T20:40:38.414Z | Compiling h2 v0.4.6 |
1394 | 2025-02-11T20:40:38.414Z | Compiling async-trait v0.1.86 |
1395 | 2025-02-11T20:40:38.830Z | Compiling openssl-macros v0.1.1 |
1396 | 2025-02-11T20:40:38.958Z | Compiling serde_derive_internals v0.29.1 |
1397 | 2025-02-11T20:40:39.455Z | Compiling dof v0.3.0 |
1398 | 2025-02-11T20:40:39.584Z | Compiling dirs-sys-next v0.1.2 |
1399 | 2025-02-11T20:40:40.160Z | Compiling native-tls v0.2.12 |
1400 | 2025-02-11T20:40:40.503Z | Compiling usdt-impl v0.5.0 |
1401 | 2025-02-11T20:40:40.876Z | Compiling data-encoding v2.6.0 |
1402 | 2025-02-11T20:40:41.371Z | Compiling rustls v0.23.19 |
1403 | 2025-02-11T20:40:41.393Z | Compiling rustls v0.22.4 |
1404 | 2025-02-11T20:40:41.650Z | Compiling siphasher v0.3.11 |
1405 | 2025-02-11T20:40:41.671Z | Compiling schemars v0.8.21 |
1406 | 2025-02-11T20:40:41.881Z | Compiling syn v1.0.109 |
1407 | 2025-02-11T20:40:42.045Z | Compiling schemars_derive v0.8.21 |
1408 | 2025-02-11T20:40:42.096Z | Compiling dirs-next v2.0.0 |
1409 | 2025-02-11T20:40:42.537Z | Compiling unicode-normalization v0.1.24 |
1410 | 2025-02-11T20:40:42.808Z | Compiling http-body-util v0.1.2 |
1411 | 2025-02-11T20:40:42.900Z | Compiling crossbeam-epoch v0.9.18 |
1412 | 2025-02-11T20:40:43.298Z | Compiling heapless v0.7.17 |
1413 | 2025-02-11T20:40:43.515Z | Compiling signature v2.2.0 |
1414 | 2025-02-11T20:40:43.594Z | Compiling sha1 v0.10.6 |
1415 | 2025-02-11T20:40:43.616Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2025-02-11T20:40:43.711Z | Compiling thread_local v1.1.8 |
1417 | 2025-02-11T20:40:43.815Z | Compiling encoding_rs v0.8.34 |
1418 | 2025-02-11T20:40:44.017Z | Compiling cookie v0.18.1 |
1419 | 2025-02-11T20:40:44.089Z | Compiling multer v3.1.0 |
1420 | 2025-02-11T20:40:44.185Z | Compiling ipnet v2.10.1 |
1421 | 2025-02-11T20:40:44.307Z | Compiling unicode-bidi v0.3.17 |
1422 | 2025-02-11T20:40:44.380Z | Compiling rayon-core v1.12.1 |
1423 | 2025-02-11T20:40:44.703Z | Compiling dyn-clone v1.0.17 |
1424 | 2025-02-11T20:40:44.943Z | Compiling gimli v0.31.1 |
1425 | 2025-02-11T20:40:45.185Z | Compiling hyper v1.5.2 |
1426 | 2025-02-11T20:40:45.299Z | Compiling openssl-probe v0.1.5 |
1427 | 2025-02-11T20:40:45.580Z | Compiling unicode-properties v0.1.3 |
1428 | 2025-02-11T20:40:45.612Z | Compiling signal-hook v0.3.17 |
1429 | 2025-02-11T20:40:45.894Z | Compiling mime v0.3.17 |
1430 | 2025-02-11T20:40:45.981Z | Compiling slog-async v2.8.0 |
1431 | 2025-02-11T20:40:46.399Z | Compiling stringprep v0.1.5 |
1432 | 2025-02-11T20:40:46.549Z | Compiling toml_edit v0.22.22 |
1433 | 2025-02-11T20:40:47.493Z | Compiling hyper-util v0.1.10 |
1434 | 2025-02-11T20:40:48.970Z | Compiling addr2line v0.24.2 |
1435 | 2025-02-11T20:40:49.545Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2025-02-11T20:40:49.641Z | Compiling usdt-attr-macro v0.5.0 |
1437 | 2025-02-11T20:40:49.931Z | Compiling usdt-macro v0.5.0 |
1438 | 2025-02-11T20:40:50.343Z | Compiling term v0.7.0 |
1439 | 2025-02-11T20:40:50.379Z | Compiling slog-json v2.6.1 |
1440 | 2025-02-11T20:40:50.729Z | Compiling serde_urlencoded v0.7.1 |
1441 | 2025-02-11T20:40:51.109Z | Compiling crossbeam-channel v0.5.13 |
1442 | 2025-02-11T20:40:51.206Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2025-02-11T20:40:51.345Z | Compiling futures-executor v0.3.31 |
1444 | 2025-02-11T20:40:51.626Z | Compiling enum-as-inner v0.6.1 |
1445 | 2025-02-11T20:40:51.651Z | Compiling md-5 v0.10.6 |
1446 | 2025-02-11T20:40:51.874Z | Compiling async-stream-impl v0.3.6 |
1447 | 2025-02-11T20:40:51.896Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2025-02-11T20:40:51.916Z | Compiling num-integer v0.1.46 |
1449 | 2025-02-11T20:40:52.132Z | Compiling hash32 v0.2.1 |
1450 | 2025-02-11T20:40:52.243Z | Compiling ff v0.13.0 |
1451 | 2025-02-11T20:40:52.457Z | Compiling is-terminal v0.4.13 |
1452 | 2025-02-11T20:40:52.477Z | Compiling dropshot v0.12.0 |
1453 | 2025-02-11T20:40:52.599Z | Compiling object v0.36.5 |
1454 | 2025-02-11T20:40:52.660Z | Compiling quick-error v1.2.3 |
1455 | 2025-02-11T20:40:52.662Z | Compiling psl-types v2.0.11 |
1456 | 2025-02-11T20:40:52.754Z | Compiling smoltcp v0.9.1 |
1457 | 2025-02-11T20:40:52.833Z | Compiling portable-atomic v1.9.0 |
1458 | 2025-02-11T20:40:52.854Z | Compiling utf-8 v0.7.6 |
1459 | 2025-02-11T20:40:53.136Z | Compiling anyhow v1.0.95 |
1460 | 2025-02-11T20:40:53.156Z | Compiling rustc-demangle v0.1.24 |
1461 | 2025-02-11T20:40:53.399Z | Compiling num-bigint-dig v0.8.4 |
1462 | 2025-02-11T20:40:53.715Z | Compiling fallible-iterator v0.2.0 |
1463 | 2025-02-11T20:40:53.734Z | Compiling litrs v0.4.1 |
1464 | 2025-02-11T20:40:53.825Z | Compiling take_mut v0.2.2 |
1465 | 2025-02-11T20:40:53.912Z | Compiling base16ct v0.2.0 |
1466 | 2025-02-11T20:40:54.001Z | Compiling linked-hash-map v0.5.6 |
1467 | 2025-02-11T20:40:54.243Z | Compiling sec1 v0.7.3 |
1468 | 2025-02-11T20:40:54.344Z | Compiling postgres-protocol v0.6.7 |
1469 | 2025-02-11T20:40:54.386Z | Compiling lru-cache v0.1.2 |
1470 | 2025-02-11T20:40:54.882Z | Compiling document-features v0.2.10 |
1471 | 2025-02-11T20:40:54.935Z | Compiling async-stream v0.3.6 |
1472 | 2025-02-11T20:40:55.101Z | Compiling tungstenite v0.24.0 |
1473 | 2025-02-11T20:40:55.203Z | Compiling publicsuffix v2.3.0 |
1474 | 2025-02-11T20:40:55.232Z | Compiling resolv-conf v0.7.0 |
1475 | 2025-02-11T20:40:55.559Z | Compiling hickory-proto v0.24.3 |
1476 | 2025-02-11T20:40:55.583Z | Compiling slog-term v2.9.1 |
1477 | 2025-02-11T20:40:55.966Z | Compiling usdt v0.5.0 |
1478 | 2025-02-11T20:40:56.035Z | Compiling group v0.13.0 |
1479 | 2025-02-11T20:40:56.374Z | Compiling num-iter v0.1.45 |
1480 | 2025-02-11T20:40:56.686Z | Compiling futures v0.3.31 |
1481 | 2025-02-11T20:40:56.709Z | Compiling slog-bunyan v2.5.0 |
1482 | 2025-02-11T20:40:56.979Z | Compiling toml v0.8.19 |
1483 | 2025-02-11T20:40:58.122Z | Compiling camino v1.1.9 |
1484 | 2025-02-11T20:40:58.415Z | Compiling tokio-native-tls v0.3.1 |
1485 | 2025-02-11T20:40:58.522Z | Compiling phf_shared v0.11.2 |
1486 | 2025-02-11T20:40:58.695Z | Compiling dropshot_endpoint v0.12.0 |
1487 | 2025-02-11T20:40:59.875Z | Compiling waitgroup v0.1.2 |
1488 | 2025-02-11T20:40:59.878Z | Compiling backtrace v0.3.74 |
1489 | 2025-02-11T20:40:59.878Z | Compiling terminal_size v0.4.0 |
1490 | 2025-02-11T20:40:59.878Z | Compiling openapiv3 v2.0.0 |
1491 | 2025-02-11T20:40:59.878Z | Compiling serde_path_to_error v0.1.16 |
1492 | 2025-02-11T20:40:59.878Z | Compiling hkdf v0.12.4 |
1493 | 2025-02-11T20:40:59.879Z | Compiling crypto-bigint v0.5.5 |
1494 | 2025-02-11T20:41:00.119Z | Compiling curve25519-dalek-derive v0.1.1 |
1495 | 2025-02-11T20:41:01.557Z | Compiling zerocopy-derive v0.6.6 |
1496 | 2025-02-11T20:41:02.086Z | Compiling webpki-roots v0.26.6 |
1497 | 2025-02-11T20:41:02.403Z | Compiling hostname v0.4.0 |
1498 | 2025-02-11T20:41:02.477Z | Compiling hubpack_derive v0.1.1 |
1499 | 2025-02-11T20:41:02.537Z | Compiling fs-err v2.11.0 |
1500 | 2025-02-11T20:41:02.844Z | Compiling ahash v0.8.11 |
1501 | 2025-02-11T20:41:02.867Z | Compiling crc32fast v1.4.2 |
1502 | 2025-02-11T20:41:03.188Z | Compiling bitflags v1.3.2 |
1503 | 2025-02-11T20:41:03.190Z | Compiling unicode-width v0.2.0 |
1504 | 2025-02-11T20:41:03.297Z | Compiling winnow v0.5.40 |
1505 | 2025-02-11T20:41:03.333Z | Compiling debug-ignore v1.0.5 |
1506 | 2025-02-11T20:41:03.355Z | Compiling managed v0.8.0 |
1507 | 2025-02-11T20:41:03.459Z | Compiling newtype-uuid v1.2.1 |
1508 | 2025-02-11T20:41:03.500Z | Compiling zerocopy v0.6.6 |
1509 | 2025-02-11T20:41:03.721Z | Compiling console v0.15.10 |
1510 | 2025-02-11T20:41:03.799Z | Compiling hubpack v0.1.2 |
1511 | 2025-02-11T20:41:04.222Z | Compiling clap_builder v4.5.27 |
1512 | 2025-02-11T20:41:04.245Z | Compiling strum_macros v0.25.3 |
1513 | 2025-02-11T20:41:04.835Z | Compiling flate2 v1.0.35 |
1514 | 2025-02-11T20:41:05.237Z | Compiling elliptic-curve v0.13.8 |
1515 | 2025-02-11T20:41:05.752Z | Compiling hickory-resolver v0.24.2 |
1516 | 2025-02-11T20:41:06.042Z | Compiling signal-hook-mio v0.2.4 |
1517 | 2025-02-11T20:41:06.223Z | Compiling phf v0.11.2 |
1518 | 2025-02-11T20:41:06.509Z | Compiling toml_edit v0.19.15 |
1519 | 2025-02-11T20:41:06.540Z | Compiling hyper-tls v0.6.0 |
1520 | 2025-02-11T20:41:06.784Z | Compiling rayon v1.10.0 |
1521 | 2025-02-11T20:41:06.954Z | Compiling cookie_store v0.21.1 |
1522 | 2025-02-11T20:41:08.080Z | Compiling bzip2 v0.4.4 |
1523 | 2025-02-11T20:41:08.471Z | Compiling tokio-tungstenite v0.24.0 |
1524 | 2025-02-11T20:41:08.982Z | Compiling postgres-types v0.2.8 |
1525 | 2025-02-11T20:41:11.065Z | Compiling ed25519 v2.2.3 |
1526 | 2025-02-11T20:41:11.558Z | Compiling phf_shared v0.10.0 |
1527 | 2025-02-11T20:41:11.657Z | Compiling tokio-stream v0.1.16 |
1528 | 2025-02-11T20:41:11.924Z | Compiling pkcs1 v0.7.5 |
1529 | 2025-02-11T20:41:12.458Z | Compiling serde-big-array v0.5.1 |
1530 | 2025-02-11T20:41:12.555Z | Compiling clap_derive v4.5.24 |
1531 | 2025-02-11T20:41:12.689Z | Compiling rfc6979 v0.4.0 |
1532 | 2025-02-11T20:41:12.839Z | Compiling derive-where v1.2.7 |
1533 | 2025-02-11T20:41:12.894Z | Compiling serde_repr v0.1.19 |
1534 | 2025-02-11T20:41:12.914Z | Compiling bstr v1.10.0 |
1535 | 2025-02-11T20:41:13.638Z | Compiling float-cmp v0.9.0 |
1536 | 2025-02-11T20:41:13.710Z | Compiling sync_wrapper v1.0.1 |
1537 | 2025-02-11T20:41:13.870Z | Compiling unicode-segmentation v1.12.0 |
1538 | 2025-02-11T20:41:13.874Z | Compiling difflib v0.4.0 |
1539 | 2025-02-11T20:41:14.033Z | Compiling bit-vec v0.6.3 |
1540 | 2025-02-11T20:41:14.427Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2025-02-11T20:41:14.525Z | Compiling precomputed-hash v0.1.1 |
1542 | 2025-02-11T20:41:14.544Z | Compiling predicates-core v1.0.8 |
1543 | 2025-02-11T20:41:14.675Z | Compiling number_prefix v0.4.0 |
1544 | 2025-02-11T20:41:14.783Z | Compiling normalize-line-endings v0.3.0 |
1545 | 2025-02-11T20:41:14.877Z | Compiling static_assertions v1.1.0 |
1546 | 2025-02-11T20:41:14.908Z | Compiling whoami v1.5.2 |
1547 | 2025-02-11T20:41:14.929Z | Compiling fixedbitset v0.4.2 |
1548 | 2025-02-11T20:41:15.031Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1549 | 2025-02-11T20:41:15.288Z | Compiling tokio-postgres v0.7.12 |
1550 | 2025-02-11T20:41:15.390Z | Compiling petgraph v0.6.5 |
1551 | 2025-02-11T20:41:15.480Z | Compiling predicates v3.1.2 |
1552 | 2025-02-11T20:41:16.125Z | Compiling indicatif v0.17.11 |
1553 | 2025-02-11T20:41:16.970Z | Compiling string_cache v0.8.7 |
1554 | 2025-02-11T20:41:17.124Z | Compiling clap v4.5.27 |
1555 | 2025-02-11T20:41:17.255Z | Compiling similar v2.6.0 |
1556 | 2025-02-11T20:41:17.413Z | Compiling bit-set v0.5.3 |
1557 | 2025-02-11T20:41:17.701Z | Compiling ecdsa v0.16.9 |
1558 | 2025-02-11T20:41:18.208Z | Compiling rsa v0.9.6 |
1559 | 2025-02-11T20:41:18.527Z | Compiling ed25519-dalek v2.1.1 |
1560 | 2025-02-11T20:41:18.866Z | Compiling toml v0.7.8 |
1561 | 2025-02-11T20:41:19.411Z | Compiling zip v0.6.6 |
1562 | 2025-02-11T20:41:19.822Z | Compiling crossterm v0.28.1 |
1563 | 2025-02-11T20:41:21.171Z | Compiling hex v0.4.3 |
1564 | 2025-02-11T20:41:21.229Z | Compiling x509-cert v0.2.5 |
1565 | 2025-02-11T20:41:21.231Z | Compiling itertools v0.10.5 |
1566 | 2025-02-11T20:41:21.327Z | Compiling unicode-xid v0.2.6 |
1567 | 2025-02-11T20:41:21.526Z | Compiling lalrpop-util v0.19.12 |
1568 | 2025-02-11T20:41:21.741Z | Compiling peg-runtime v0.8.3 |
1569 | 2025-02-11T20:41:21.897Z | Compiling strum_macros v0.26.4 |
1570 | 2025-02-11T20:41:22.184Z | Compiling xattr v1.3.1 |
1571 | 2025-02-11T20:41:22.339Z | Compiling filetime v0.2.25 |
1572 | 2025-02-11T20:41:22.644Z | Compiling tar v0.4.42 |
1573 | 2025-02-11T20:41:25.902Z | Compiling strum v0.26.3 |
1574 | 2025-02-11T20:41:30.062Z | Compiling aws-lc-sys v0.22.0 |
1575 | 2025-02-11T20:42:00.767Z | Compiling rustls-webpki v0.102.8 |
1576 | 2025-02-11T20:42:03.904Z | Compiling tokio-rustls v0.25.0 |
1577 | 2025-02-11T20:42:05.609Z | Compiling tokio-rustls v0.26.0 |
1578 | 2025-02-11T20:42:05.887Z | Compiling hyper-rustls v0.27.3 |
1579 | 2025-02-11T20:42:06.204Z | Compiling reqwest v0.12.9 |
1580 | 2025-02-11T20:42:07.589Z | Compiling qorb v0.2.1 |
1581 | 2025-02-11T20:42:10.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2025-02-11T20:42:10.987Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1583 | 2025-02-11T20:42:15.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1584 | 2025-02-11T20:42:15.528Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1585 | 2025-02-11T20:42:15.578Z | Feb 11 20:42:14.365 INFO Starting download, target: Clickhouse |
1586 | 2025-02-11T20:42:15.578Z | Feb 11 20:42:14.365 INFO Starting download, target: Cockroach |
1587 | 2025-02-11T20:42:15.578Z | Feb 11 20:42:14.365 INFO Starting download, target: Console |
1588 | 2025-02-11T20:42:15.578Z | Feb 11 20:42:14.365 INFO Starting download, target: DendriteOpenapi |
1589 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.365 INFO Starting download, target: DendriteStub |
1590 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.366 INFO Starting download, target: MaghemiteMgd |
1591 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.366 INFO Starting download, target: TransceiverControl |
1592 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.366 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1593 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.366 INFO Downloading out/downloads/dpd-bec304c7a9abc1a130c93be003d285cd4ebe028e.json (attempt 1/3), target: DendriteOpenapi |
1594 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.366 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1595 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.366 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.367 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1597 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.367 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1598 | 2025-02-11T20:42:15.581Z | Feb 11 20:42:14.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1599 | 2025-02-11T20:42:15.841Z | Feb 11 20:42:14.597 INFO Download complete, target: DendriteOpenapi |
1600 | 2025-02-11T20:42:15.879Z | Feb 11 20:42:14.656 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1601 | 2025-02-11T20:42:16.150Z | Feb 11 20:42:14.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1602 | 2025-02-11T20:42:16.368Z | Feb 11 20:42:15.142 INFO Download complete, target: TransceiverControl |
1603 | 2025-02-11T20:42:16.529Z | Feb 11 20:42:15.302 INFO Download complete, target: Console |
1604 | 2025-02-11T20:42:16.905Z | Feb 11 20:42:15.688 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1605 | 2025-02-11T20:42:16.936Z | Feb 11 20:42:15.720 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1606 | 2025-02-11T20:42:17.357Z | Feb 11 20:42:16.144 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2025-02-11T20:42:17.357Z | Feb 11 20:42:16.144 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2025-02-11T20:42:17.958Z | Feb 11 20:42:16.744 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1609 | 2025-02-11T20:42:19.839Z | Feb 11 20:42:18.625 INFO Download complete, target: MaghemiteMgd |
1610 | 2025-02-11T20:42:19.839Z | Feb 11 20:42:18.625 INFO Download complete, target: DendriteStub |
1611 | 2025-02-11T20:42:24.807Z | Feb 11 20:42:23.594 INFO Checking that binary works, target: Cockroach |
1612 | 2025-02-11T20:42:24.960Z | Feb 11 20:42:23.747 INFO Download complete, target: Cockroach |
1613 | 2025-02-11T20:42:30.480Z | Feb 11 20:42:29.266 INFO Checking that binary works, target: Clickhouse |
1614 | 2025-02-11T20:42:30.885Z | Feb 11 20:42:29.671 INFO Download complete, target: Clickhouse |
1615 | 2025-02-11T20:42:30.950Z | All builder prerequisites installed successfully, and PATH looks valid |
1616 | 2025-02-11T20:42:30.952Z | |
1617 | 2025-02-11T20:42:30.952Z | real 5:55.175764376 |
1618 | 2025-02-11T20:42:30.952Z | user 15:40.552041248 |
1619 | 2025-02-11T20:42:30.952Z | sys 2:04.295408361 |
1620 | 2025-02-11T20:42:30.952Z | trap 0.557316138 |
1621 | 2025-02-11T20:42:30.952Z | tflt 5.463036044 |
1622 | 2025-02-11T20:42:30.952Z | dflt 5.024363647 |
1623 | 2025-02-11T20:42:30.952Z | kflt 0.485304981 |
1624 | 2025-02-11T20:42:30.952Z | lock 24:19.628618564 |
1625 | 2025-02-11T20:42:30.952Z | slp 57:51.119834425 |
1626 | 2025-02-11T20:42:30.952Z | lat 58.382393157 |
1627 | 2025-02-11T20:42:30.952Z | stop 2:22.259301098 |
1628 | 2025-02-11T20:42:30.952Z | + banner hack-check |
1629 | 2025-02-11T20:42:30.954Z | |
1630 | 2025-02-11T20:42:30.954Z | # # ## #### # # #### # # ###### #### # # |
1631 | 2025-02-11T20:42:30.954Z | # # # # # # # # # # # # # # # # # |
1632 | 2025-02-11T20:42:30.954Z | ###### # # # #### ##### # ###### ##### # #### |
1633 | 2025-02-11T20:42:30.954Z | # # ###### # # # # # # # # # # |
1634 | 2025-02-11T20:42:30.954Z | # # # # # # # # # # # # # # # # # |
1635 | 2025-02-11T20:42:30.954Z | # # # # #### # # #### # # ###### #### # # |
1636 | 2025-02-11T20:42:30.954Z | |
1637 | 2025-02-11T20:42:30.954Z | + export CARGO_INCREMENTAL=0 |
1638 | 2025-02-11T20:42:30.954Z | + CARGO_INCREMENTAL=0 |
1639 | 2025-02-11T20:42:30.954Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1640 | 2025-02-11T20:42:31.482Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1641 | 2025-02-11T20:42:34.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
1642 | 2025-02-11T20:42:34.384Z | Running `target/debug/xtask check-features --ci` |
1643 | 2025-02-11T20:42:34.404Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1644 | 2025-02-11T20:42:34.407Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1645 | 2025-02-11T20:42:34.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1646 | 2025-02-11T20:42:34.886Z | Running `target/debug/xtask download cargo-hack` |
1647 | 2025-02-11T20:42:35.688Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1648 | 2025-02-11T20:42:36.056Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1649 | 2025-02-11T20:42:39.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
1650 | 2025-02-11T20:42:39.842Z | Running `target/debug/xtask-downloader cargo-hack` |
1651 | 2025-02-11T20:42:39.877Z | Feb 11 20:42:38.662 INFO Starting download, target: CargoHack |
1652 | 2025-02-11T20:42:39.880Z | Feb 11 20:42:38.663 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1653 | 2025-02-11T20:42:40.566Z | Feb 11 20:42:39.352 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1654 | 2025-02-11T20:42:40.658Z | Feb 11 20:42:39.443 INFO Download complete, target: CargoHack |
1655 | 2025-02-11T20:42:40.661Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1656 | 2025-02-11T20:42:40.678Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1657 | 2025-02-11T20:42:40.854Z | info: running `cargo check --bins` on api_identity (1/199) |
1658 | 2025-02-11T20:42:41.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2025-02-11T20:42:41.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2025-02-11T20:42:41.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2025-02-11T20:42:41.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1662 | 2025-02-11T20:42:41.445Z | |
1663 | 2025-02-11T20:42:41.445Z | info: running `cargo check --bins` on bootstore (2/199) |
1664 | 2025-02-11T20:42:41.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2025-02-11T20:42:42.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2025-02-11T20:42:42.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2025-02-11T20:42:42.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1668 | 2025-02-11T20:42:42.075Z | |
1669 | 2025-02-11T20:42:42.075Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1670 | 2025-02-11T20:42:42.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-02-11T20:42:42.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-02-11T20:42:42.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-02-11T20:42:42.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1674 | 2025-02-11T20:42:42.682Z | |
1675 | 2025-02-11T20:42:42.682Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1676 | 2025-02-11T20:42:43.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-02-11T20:42:43.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-02-11T20:42:43.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-02-11T20:42:43.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1680 | 2025-02-11T20:42:43.295Z | |
1681 | 2025-02-11T20:42:43.295Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1682 | 2025-02-11T20:42:43.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-02-11T20:42:43.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-02-11T20:42:43.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-02-11T20:42:43.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1686 | 2025-02-11T20:42:43.717Z | |
1687 | 2025-02-11T20:42:43.717Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1688 | 2025-02-11T20:42:44.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-02-11T20:42:44.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-02-11T20:42:44.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-02-11T20:42:44.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1692 | 2025-02-11T20:42:44.144Z | |
1693 | 2025-02-11T20:42:44.144Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1694 | 2025-02-11T20:42:44.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-02-11T20:42:44.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-02-11T20:42:44.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-02-11T20:42:44.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1698 | 2025-02-11T20:42:44.576Z | |
1699 | 2025-02-11T20:42:44.576Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1700 | 2025-02-11T20:42:44.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-02-11T20:42:44.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-02-11T20:42:44.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-02-11T20:42:44.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1704 | 2025-02-11T20:42:45.001Z | |
1705 | 2025-02-11T20:42:45.001Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1706 | 2025-02-11T20:42:45.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-02-11T20:42:45.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-02-11T20:42:45.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-02-11T20:42:45.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1710 | 2025-02-11T20:42:45.420Z | |
1711 | 2025-02-11T20:42:45.421Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1712 | 2025-02-11T20:42:45.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-02-11T20:42:45.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-02-11T20:42:45.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-02-11T20:42:45.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1716 | 2025-02-11T20:42:45.839Z | |
1717 | 2025-02-11T20:42:45.839Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1718 | 2025-02-11T20:42:46.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-02-11T20:42:46.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-02-11T20:42:46.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-02-11T20:42:46.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1722 | 2025-02-11T20:42:46.257Z | |
1723 | 2025-02-11T20:42:46.257Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1724 | 2025-02-11T20:42:46.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-02-11T20:42:46.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-02-11T20:42:46.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-02-11T20:42:46.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1728 | 2025-02-11T20:42:46.677Z | |
1729 | 2025-02-11T20:42:46.677Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1730 | 2025-02-11T20:42:47.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-02-11T20:42:47.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-02-11T20:42:47.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-02-11T20:42:47.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1734 | 2025-02-11T20:42:47.096Z | |
1735 | 2025-02-11T20:42:47.096Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1736 | 2025-02-11T20:42:47.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-02-11T20:42:47.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-02-11T20:42:47.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-02-11T20:42:47.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1740 | 2025-02-11T20:42:47.519Z | |
1741 | 2025-02-11T20:42:47.519Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1742 | 2025-02-11T20:42:47.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-02-11T20:42:47.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-02-11T20:42:47.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-02-11T20:42:47.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1746 | 2025-02-11T20:42:47.934Z | |
1747 | 2025-02-11T20:42:47.934Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1748 | 2025-02-11T20:42:48.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-02-11T20:42:48.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-02-11T20:42:48.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-02-11T20:42:48.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2025-02-11T20:42:48.365Z | |
1753 | 2025-02-11T20:42:48.365Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1754 | 2025-02-11T20:42:48.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-02-11T20:42:48.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-02-11T20:42:48.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-02-11T20:42:48.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1758 | 2025-02-11T20:42:48.786Z | |
1759 | 2025-02-11T20:42:48.786Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1760 | 2025-02-11T20:42:49.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-02-11T20:42:49.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-02-11T20:42:49.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-02-11T20:42:49.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1764 | 2025-02-11T20:42:49.222Z | |
1765 | 2025-02-11T20:42:49.222Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1766 | 2025-02-11T20:42:49.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-02-11T20:42:49.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-02-11T20:42:49.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-02-11T20:42:49.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1770 | 2025-02-11T20:42:49.635Z | |
1771 | 2025-02-11T20:42:49.635Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1772 | 2025-02-11T20:42:50.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-02-11T20:42:50.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-02-11T20:42:50.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-02-11T20:42:50.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1776 | 2025-02-11T20:42:50.060Z | |
1777 | 2025-02-11T20:42:50.060Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1778 | 2025-02-11T20:42:50.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-02-11T20:42:50.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-02-11T20:42:50.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-02-11T20:42:50.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1782 | 2025-02-11T20:42:50.483Z | |
1783 | 2025-02-11T20:42:50.483Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1784 | 2025-02-11T20:42:50.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-02-11T20:42:50.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-02-11T20:42:50.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-02-11T20:42:50.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1788 | 2025-02-11T20:42:50.904Z | |
1789 | 2025-02-11T20:42:50.904Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1790 | 2025-02-11T20:42:51.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-02-11T20:42:51.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-02-11T20:42:51.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-02-11T20:42:51.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1794 | 2025-02-11T20:42:51.342Z | |
1795 | 2025-02-11T20:42:51.342Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1796 | 2025-02-11T20:42:51.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-02-11T20:42:51.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-02-11T20:42:51.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-02-11T20:42:51.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1800 | 2025-02-11T20:42:51.755Z | |
1801 | 2025-02-11T20:42:51.756Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1802 | 2025-02-11T20:42:52.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-02-11T20:42:52.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-02-11T20:42:52.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-02-11T20:42:52.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1806 | 2025-02-11T20:42:52.174Z | |
1807 | 2025-02-11T20:42:52.174Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1808 | 2025-02-11T20:42:52.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-02-11T20:42:52.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-02-11T20:42:52.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1811 | 2025-02-11T20:42:52.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1812 | 2025-02-11T20:42:52.591Z | |
1813 | 2025-02-11T20:42:52.591Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1814 | 2025-02-11T20:42:52.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1815 | 2025-02-11T20:42:52.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1816 | 2025-02-11T20:42:52.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1817 | 2025-02-11T20:42:52.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1818 | 2025-02-11T20:42:53.011Z | |
1819 | 2025-02-11T20:42:53.011Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1820 | 2025-02-11T20:42:53.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1821 | 2025-02-11T20:42:53.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1822 | 2025-02-11T20:42:53.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1823 | 2025-02-11T20:42:53.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1824 | 2025-02-11T20:42:53.433Z | |
1825 | 2025-02-11T20:42:53.433Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1826 | 2025-02-11T20:42:53.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1827 | 2025-02-11T20:42:53.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1828 | 2025-02-11T20:42:53.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1829 | 2025-02-11T20:42:53.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1830 | 2025-02-11T20:42:53.852Z | |
1831 | 2025-02-11T20:42:53.852Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1832 | 2025-02-11T20:42:54.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2025-02-11T20:42:54.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2025-02-11T20:42:54.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1835 | 2025-02-11T20:42:54.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1836 | 2025-02-11T20:42:54.274Z | |
1837 | 2025-02-11T20:42:54.274Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1838 | 2025-02-11T20:42:54.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2025-02-11T20:42:54.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2025-02-11T20:42:54.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1841 | 2025-02-11T20:42:54.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1842 | 2025-02-11T20:42:54.693Z | |
1843 | 2025-02-11T20:42:54.694Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1844 | 2025-02-11T20:42:55.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2025-02-11T20:42:55.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2025-02-11T20:42:55.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1847 | 2025-02-11T20:42:55.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1848 | 2025-02-11T20:42:55.117Z | |
1849 | 2025-02-11T20:42:55.117Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1850 | 2025-02-11T20:42:55.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2025-02-11T20:42:55.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2025-02-11T20:42:55.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1853 | 2025-02-11T20:42:55.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1854 | 2025-02-11T20:42:55.536Z | |
1855 | 2025-02-11T20:42:55.536Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1856 | 2025-02-11T20:42:55.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2025-02-11T20:42:55.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2025-02-11T20:42:55.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1859 | 2025-02-11T20:42:55.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1860 | 2025-02-11T20:42:55.955Z | |
1861 | 2025-02-11T20:42:55.955Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1862 | 2025-02-11T20:42:56.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1863 | 2025-02-11T20:42:56.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1864 | 2025-02-11T20:42:56.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1865 | 2025-02-11T20:42:56.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1866 | 2025-02-11T20:42:56.374Z | |
1867 | 2025-02-11T20:42:56.374Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1868 | 2025-02-11T20:42:56.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1869 | 2025-02-11T20:42:56.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1870 | 2025-02-11T20:42:56.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1871 | 2025-02-11T20:42:56.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1872 | 2025-02-11T20:42:56.796Z | |
1873 | 2025-02-11T20:42:56.796Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1874 | 2025-02-11T20:42:57.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1875 | 2025-02-11T20:42:57.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1876 | 2025-02-11T20:42:57.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1877 | 2025-02-11T20:42:57.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1878 | 2025-02-11T20:42:57.222Z | |
1879 | 2025-02-11T20:42:57.222Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1880 | 2025-02-11T20:42:57.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1881 | 2025-02-11T20:42:57.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1882 | 2025-02-11T20:42:57.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1883 | 2025-02-11T20:42:57.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1884 | 2025-02-11T20:42:57.651Z | |
1885 | 2025-02-11T20:42:57.651Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1886 | 2025-02-11T20:42:58.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1887 | 2025-02-11T20:42:58.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1888 | 2025-02-11T20:42:58.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1889 | 2025-02-11T20:42:58.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1890 | 2025-02-11T20:42:58.138Z | |
1891 | 2025-02-11T20:42:58.138Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1892 | 2025-02-11T20:42:58.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2025-02-11T20:42:58.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2025-02-11T20:42:58.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1895 | 2025-02-11T20:42:58.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1896 | 2025-02-11T20:42:58.509Z | |
1897 | 2025-02-11T20:42:58.509Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1898 | 2025-02-11T20:42:58.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2025-02-11T20:42:58.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2025-02-11T20:42:58.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1901 | 2025-02-11T20:42:58.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1902 | 2025-02-11T20:42:58.931Z | |
1903 | 2025-02-11T20:42:58.931Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1904 | 2025-02-11T20:42:59.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2025-02-11T20:42:59.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2025-02-11T20:42:59.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1907 | 2025-02-11T20:42:59.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1908 | 2025-02-11T20:42:59.356Z | |
1909 | 2025-02-11T20:42:59.356Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1910 | 2025-02-11T20:42:59.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1911 | 2025-02-11T20:42:59.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1912 | 2025-02-11T20:42:59.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1913 | 2025-02-11T20:42:59.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1914 | 2025-02-11T20:42:59.783Z | |
1915 | 2025-02-11T20:42:59.783Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1916 | 2025-02-11T20:43:00.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1917 | 2025-02-11T20:43:00.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1918 | 2025-02-11T20:43:00.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1919 | 2025-02-11T20:43:00.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1920 | 2025-02-11T20:43:00.207Z | |
1921 | 2025-02-11T20:43:00.207Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1922 | 2025-02-11T20:43:00.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1923 | 2025-02-11T20:43:00.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1924 | 2025-02-11T20:43:00.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1925 | 2025-02-11T20:43:00.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1926 | 2025-02-11T20:43:00.831Z | |
1927 | 2025-02-11T20:43:00.831Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1928 | 2025-02-11T20:43:01.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1929 | 2025-02-11T20:43:01.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1930 | 2025-02-11T20:43:01.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1931 | 2025-02-11T20:43:01.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1932 | 2025-02-11T20:43:01.457Z | |
1933 | 2025-02-11T20:43:01.458Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1934 | 2025-02-11T20:43:02.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1935 | 2025-02-11T20:43:02.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1936 | 2025-02-11T20:43:02.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1937 | 2025-02-11T20:43:02.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1938 | 2025-02-11T20:43:02.080Z | |
1939 | 2025-02-11T20:43:02.080Z | info: running `cargo check --bins` on oxlog (48/199) |
1940 | 2025-02-11T20:43:02.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1941 | 2025-02-11T20:43:02.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1942 | 2025-02-11T20:43:02.686Z | Checking cfg-if v1.0.0 |
1943 | 2025-02-11T20:43:02.688Z | Checking libc v0.2.169 |
1944 | 2025-02-11T20:43:02.797Z | Checking serde v1.0.217 |
1945 | 2025-02-11T20:43:02.799Z | Checking zeroize v1.8.1 |
1946 | 2025-02-11T20:43:02.813Z | Checking memchr v2.7.4 |
1947 | 2025-02-11T20:43:02.823Z | Checking typenum v1.17.0 |
1948 | 2025-02-11T20:43:02.826Z | Checking subtle v2.6.1 |
1949 | 2025-02-11T20:43:02.826Z | Checking scopeguard v1.2.0 |
1950 | 2025-02-11T20:43:02.864Z | Checking value-bag v1.9.0 |
1951 | 2025-02-11T20:43:02.988Z | Checking lock_api v0.4.12 |
1952 | 2025-02-11T20:43:03.038Z | Checking smallvec v1.13.2 |
1953 | 2025-02-11T20:43:03.106Z | Checking itoa v1.0.11 |
1954 | 2025-02-11T20:43:03.261Z | Checking log v0.4.22 |
1955 | 2025-02-11T20:43:03.315Z | Checking const-oid v0.9.6 |
1956 | 2025-02-11T20:43:03.368Z | Checking pin-project-lite v0.2.14 |
1957 | 2025-02-11T20:43:03.386Z | Checking byteorder v1.5.0 |
1958 | 2025-02-11T20:43:03.490Z | Checking once_cell v1.20.2 |
1959 | 2025-02-11T20:43:03.609Z | Checking futures-core v0.3.31 |
1960 | 2025-02-11T20:43:03.756Z | Checking stable_deref_trait v1.2.0 |
1961 | 2025-02-11T20:43:03.785Z | Checking cpufeatures v0.2.14 |
1962 | 2025-02-11T20:43:03.800Z | Checking futures-sink v0.3.31 |
1963 | 2025-02-11T20:43:03.813Z | Checking getrandom v0.2.15 |
1964 | 2025-02-11T20:43:03.817Z | Checking parking_lot_core v0.9.10 |
1965 | 2025-02-11T20:43:03.849Z | Checking generic-array v0.14.7 |
1966 | 2025-02-11T20:43:03.865Z | Checking signal-hook-registry v1.4.2 |
1967 | 2025-02-11T20:43:03.886Z | Checking mio v1.0.2 |
1968 | 2025-02-11T20:43:03.939Z | Checking socket2 v0.5.7 |
1969 | 2025-02-11T20:43:04.031Z | Checking rand_core v0.6.4 |
1970 | 2025-02-11T20:43:04.101Z | Checking zerocopy v0.7.35 |
1971 | 2025-02-11T20:43:04.133Z | Checking parking_lot v0.12.3 |
1972 | 2025-02-11T20:43:04.331Z | Checking zerofrom v0.1.4 |
1973 | 2025-02-11T20:43:04.393Z | Checking spin v0.9.8 |
1974 | 2025-02-11T20:43:04.455Z | Checking slab v0.4.9 |
1975 | 2025-02-11T20:43:04.475Z | Checking futures-channel v0.3.31 |
1976 | 2025-02-11T20:43:04.542Z | Checking yoke v0.7.4 |
1977 | 2025-02-11T20:43:04.715Z | Checking foldhash v0.1.3 |
1978 | 2025-02-11T20:43:04.731Z | Checking equivalent v1.0.1 |
1979 | 2025-02-11T20:43:04.831Z | Checking allocator-api2 v0.2.18 |
1980 | 2025-02-11T20:43:04.846Z | Checking futures-io v0.3.31 |
1981 | 2025-02-11T20:43:04.875Z | Checking zerovec v0.10.4 |
1982 | 2025-02-11T20:43:04.904Z | Checking crypto-common v0.1.6 |
1983 | 2025-02-11T20:43:04.930Z | Checking block-buffer v0.10.4 |
1984 | 2025-02-11T20:43:05.029Z | Checking pin-utils v0.1.0 |
1985 | 2025-02-11T20:43:05.084Z | Checking futures-task v0.3.31 |
1986 | 2025-02-11T20:43:05.124Z | Checking block-padding v0.3.3 |
1987 | 2025-02-11T20:43:05.150Z | Checking ryu v1.0.18 |
1988 | 2025-02-11T20:43:05.205Z | Checking digest v0.10.7 |
1989 | 2025-02-11T20:43:05.285Z | Checking writeable v0.5.5 |
1990 | 2025-02-11T20:43:05.308Z | Checking futures-util v0.3.31 |
1991 | 2025-02-11T20:43:05.332Z | Checking inout v0.1.3 |
1992 | 2025-02-11T20:43:05.380Z | Checking fnv v1.0.7 |
1993 | 2025-02-11T20:43:05.421Z | Checking hashbrown v0.15.1 |
1994 | 2025-02-11T20:43:05.511Z | Checking litemap v0.7.3 |
1995 | 2025-02-11T20:43:05.542Z | Checking cipher v0.4.4 |
1996 | 2025-02-11T20:43:05.557Z | Checking hmac v0.12.1 |
1997 | 2025-02-11T20:43:05.609Z | Checking sha2 v0.10.8 |
1998 | 2025-02-11T20:43:05.768Z | Checking libm v0.2.8 |
1999 | 2025-02-11T20:43:05.855Z | Checking base64ct v1.6.0 |
2000 | 2025-02-11T20:43:05.920Z | Checking ppv-lite86 v0.2.20 |
2001 | 2025-02-11T20:43:06.183Z | Checking icu_locid_transform_data v1.5.0 |
2002 | 2025-02-11T20:43:06.288Z | Checking flagset v0.4.6 |
2003 | 2025-02-11T20:43:06.311Z | Checking pem-rfc7468 v0.7.0 |
2004 | 2025-02-11T20:43:06.365Z | Checking tinystr v0.7.6 |
2005 | 2025-02-11T20:43:06.458Z | Checking icu_collections v1.5.0 |
2006 | 2025-02-11T20:43:06.480Z | Checking tracing-core v0.1.32 |
2007 | 2025-02-11T20:43:06.572Z | Checking rand_chacha v0.3.1 |
2008 | 2025-02-11T20:43:06.575Z | Checking der v0.7.9 |
2009 | 2025-02-11T20:43:06.623Z | Checking num-traits v0.2.19 |
2010 | 2025-02-11T20:43:06.677Z | Checking icu_locid v1.5.0 |
2011 | 2025-02-11T20:43:06.973Z | Checking thiserror v1.0.69 |
2012 | 2025-02-11T20:43:07.082Z | Checking rustls-pki-types v1.10.0 |
2013 | 2025-02-11T20:43:07.097Z | Checking icu_properties_data v1.5.0 |
2014 | 2025-02-11T20:43:07.116Z | Checking percent-encoding v2.3.1 |
2015 | 2025-02-11T20:43:07.280Z | Checking bytes v1.9.0 |
2016 | 2025-02-11T20:43:07.328Z | Checking indexmap v2.7.1 |
2017 | 2025-02-11T20:43:07.346Z | Checking serde_json v1.0.135 |
2018 | 2025-02-11T20:43:07.590Z | Checking icu_provider v1.5.0 |
2019 | 2025-02-11T20:43:07.622Z | Checking bitflags v2.6.0 |
2020 | 2025-02-11T20:43:07.923Z | Checking tracing v0.1.40 |
2021 | 2025-02-11T20:43:08.026Z | Checking tokio v1.43.0 |
2022 | 2025-02-11T20:43:08.162Z | Checking http v1.2.0 |
2023 | 2025-02-11T20:43:08.207Z | Checking icu_locid_transform v1.5.0 |
2024 | 2025-02-11T20:43:08.255Z | Checking spki v0.7.3 |
2025 | 2025-02-11T20:43:08.272Z | Checking rand v0.8.5 |
2026 | 2025-02-11T20:43:08.524Z | Checking salsa20 v0.10.2 |
2027 | 2025-02-11T20:43:08.553Z | Checking pbkdf2 v0.12.2 |
2028 | 2025-02-11T20:43:08.760Z | Checking aws-lc-sys v0.22.0 |
2029 | 2025-02-11T20:43:08.778Z | Checking httparse v1.9.5 |
2030 | 2025-02-11T20:43:09.028Z | Checking untrusted v0.9.0 |
2031 | 2025-02-11T20:43:09.250Z | Checking untrusted v0.7.1 |
2032 | 2025-02-11T20:43:09.364Z | Checking icu_properties v1.5.1 |
2033 | 2025-02-11T20:43:09.364Z | Checking write16 v1.0.0 |
2034 | 2025-02-11T20:43:09.485Z | Checking mirai-annotations v1.12.0 |
2035 | 2025-02-11T20:43:09.485Z | Checking utf8_iter v1.0.4 |
2036 | 2025-02-11T20:43:09.485Z | Checking powerfmt v0.2.0 |
2037 | 2025-02-11T20:43:09.615Z | Checking icu_normalizer_data v1.5.0 |
2038 | 2025-02-11T20:43:09.615Z | Checking utf16_iter v1.0.5 |
2039 | 2025-02-11T20:43:09.615Z | Checking ring v0.17.8 |
2040 | 2025-02-11T20:43:09.704Z | Checking scrypt v0.11.0 |
2041 | 2025-02-11T20:43:09.704Z | Checking deranged v0.3.11 |
2042 | 2025-02-11T20:43:09.749Z | Checking cbc v0.1.2 |
2043 | 2025-02-11T20:43:09.797Z | Checking aes v0.8.4 |
2044 | 2025-02-11T20:43:09.853Z | Checking crossbeam-utils v0.8.20 |
2045 | 2025-02-11T20:43:09.897Z | Checking num_threads v0.1.7 |
2046 | 2025-02-11T20:43:09.997Z | Checking num-conv v0.1.0 |
2047 | 2025-02-11T20:43:10.237Z | Checking tinyvec_macros v0.1.1 |
2048 | 2025-02-11T20:43:10.329Z | Checking atomic-waker v1.1.2 |
2049 | 2025-02-11T20:43:10.473Z | Checking time-core v0.1.2 |
2050 | 2025-02-11T20:43:10.491Z | Checking tinyvec v1.8.0 |
2051 | 2025-02-11T20:43:10.584Z | Checking pkcs5 v0.7.1 |
2052 | 2025-02-11T20:43:10.626Z | Checking http-body v1.0.1 |
2053 | 2025-02-11T20:43:10.758Z | Checking aws-lc-rs v1.10.0 |
2054 | 2025-02-11T20:43:10.835Z | Checking form_urlencoded v1.2.1 |
2055 | 2025-02-11T20:43:10.884Z | Checking time v0.3.36 |
2056 | 2025-02-11T20:43:11.043Z | Checking try-lock v0.2.5 |
2057 | 2025-02-11T20:43:11.072Z | Checking pkcs8 v0.10.2 |
2058 | 2025-02-11T20:43:11.193Z | Checking want v0.3.1 |
2059 | 2025-02-11T20:43:11.244Z | Checking uuid v1.12.0 |
2060 | 2025-02-11T20:43:11.378Z | Checking httpdate v1.0.3 |
2061 | 2025-02-11T20:43:11.395Z | Checking unicode-ident v1.0.14 |
2062 | 2025-02-11T20:43:11.573Z | Checking proc-macro2 v1.0.92 |
2063 | 2025-02-11T20:43:11.626Z | Checking toml_datetime v0.6.8 |
2064 | 2025-02-11T20:43:11.787Z | Checking serde_spanned v0.6.8 |
2065 | 2025-02-11T20:43:11.851Z | Checking slog v2.7.0 |
2066 | 2025-02-11T20:43:11.911Z | Checking scroll v0.12.0 |
2067 | 2025-02-11T20:43:11.978Z | Checking base64 v0.22.1 |
2068 | 2025-02-11T20:43:12.216Z | Checking tower-service v0.3.3 |
2069 | 2025-02-11T20:43:12.307Z | Checking plain v0.2.3 |
2070 | 2025-02-11T20:43:12.345Z | Checking ucd-trie v0.1.7 |
2071 | 2025-02-11T20:43:12.361Z | Checking adler2 v2.0.0 |
2072 | 2025-02-11T20:43:12.377Z | Checking icu_normalizer v1.5.0 |
2073 | 2025-02-11T20:43:12.420Z | Checking foreign-types-shared v0.1.1 |
2074 | 2025-02-11T20:43:12.439Z | Checking rustls-webpki v0.102.8 |
2075 | 2025-02-11T20:43:12.453Z | Checking iana-time-zone v0.1.61 |
2076 | 2025-02-11T20:43:12.513Z | Checking match_cfg v0.1.0 |
2077 | 2025-02-11T20:43:12.530Z | Checking foreign-types v0.3.2 |
2078 | 2025-02-11T20:43:12.546Z | Checking pest v2.7.14 |
2079 | 2025-02-11T20:43:12.598Z | Checking chrono v0.4.39 |
2080 | 2025-02-11T20:43:12.612Z | Checking hostname v0.3.1 |
2081 | 2025-02-11T20:43:12.627Z | Checking miniz_oxide v0.8.0 |
2082 | 2025-02-11T20:43:12.745Z | Checking goblin v0.8.2 |
2083 | 2025-02-11T20:43:13.154Z | Checking idna_adapter v1.2.0 |
2084 | 2025-02-11T20:43:13.192Z | Checking quote v1.0.38 |
2085 | 2025-02-11T20:43:13.229Z | Checking openssl-sys v0.9.105 |
2086 | 2025-02-11T20:43:13.357Z | Checking idna v1.0.3 |
2087 | 2025-02-11T20:43:13.369Z | Checking errno v0.3.9 |
2088 | 2025-02-11T20:43:13.502Z | Checking dirs-sys-next v0.1.2 |
2089 | 2025-02-11T20:43:13.554Z | Checking aho-corasick v1.1.3 |
2090 | 2025-02-11T20:43:13.683Z | Compiling newtype-uuid v1.2.1 |
2091 | 2025-02-11T20:43:13.841Z | Checking url v2.5.3 |
2092 | 2025-02-11T20:43:13.958Z | Checking pretty-hex v0.4.1 |
2093 | 2025-02-11T20:43:14.143Z | Checking siphasher v0.3.11 |
2094 | 2025-02-11T20:43:14.332Z | Checking regex-syntax v0.8.5 |
2095 | 2025-02-11T20:43:14.487Z | Checking data-encoding v2.6.0 |
2096 | 2025-02-11T20:43:14.490Z | Checking openssl v0.10.70 |
2097 | 2025-02-11T20:43:14.559Z | Checking tokio-util v0.7.12 |
2098 | 2025-02-11T20:43:14.705Z | Checking dirs-next v2.0.0 |
2099 | 2025-02-11T20:43:14.843Z | Checking rustix v0.38.37 |
2100 | 2025-02-11T20:43:15.009Z | Checking syn v2.0.96 |
2101 | 2025-02-11T20:43:15.069Z | Checking dtrace-parser v0.2.0 |
2102 | 2025-02-11T20:43:15.120Z | Checking unicode-normalization v0.1.24 |
2103 | 2025-02-11T20:43:15.383Z | Checking h2 v0.4.6 |
2104 | 2025-02-11T20:43:15.493Z | Checking http-body-util v0.1.2 |
2105 | 2025-02-11T20:43:15.890Z | Checking crossbeam-epoch v0.9.18 |
2106 | 2025-02-11T20:43:16.045Z | Checking sha1 v0.10.6 |
2107 | 2025-02-11T20:43:16.329Z | Checking signature v2.2.0 |
2108 | 2025-02-11T20:43:16.346Z | Checking thread-id v4.2.2 |
2109 | 2025-02-11T20:43:16.458Z | Checking thread_local v1.1.8 |
2110 | 2025-02-11T20:43:16.535Z | Checking encoding_rs v0.8.34 |
2111 | 2025-02-11T20:43:16.744Z | Checking mime v0.3.17 |
2112 | 2025-02-11T20:43:17.076Z | Checking winnow v0.6.20 |
2113 | 2025-02-11T20:43:17.479Z | Checking dof v0.3.0 |
2114 | 2025-02-11T20:43:17.518Z | Checking regex-automata v0.4.8 |
2115 | 2025-02-11T20:43:18.010Z | Checking openssl-probe v0.1.5 |
2116 | 2025-02-11T20:43:18.110Z | Checking unicode-properties v0.1.3 |
2117 | 2025-02-11T20:43:18.177Z | Checking ipnet v2.10.1 |
2118 | 2025-02-11T20:43:18.500Z | Checking anstyle v1.0.10 |
2119 | 2025-02-11T20:43:18.636Z | Checking utf8parse v0.2.2 |
2120 | 2025-02-11T20:43:18.793Z | Checking unicode-bidi v0.3.17 |
2121 | 2025-02-11T20:43:18.821Z | Checking either v1.13.0 |
2122 | 2025-02-11T20:43:18.864Z | Checking gimli v0.31.1 |
2123 | 2025-02-11T20:43:19.172Z | Checking anstyle-parse v0.2.5 |
2124 | 2025-02-11T20:43:19.398Z | Checking stringprep v0.1.5 |
2125 | 2025-02-11T20:43:19.432Z | Checking native-tls v0.2.12 |
2126 | 2025-02-11T20:43:19.450Z | Checking crossbeam-deque v0.8.5 |
2127 | 2025-02-11T20:43:19.692Z | Checking term v0.7.0 |
2128 | 2025-02-11T20:43:19.755Z | Checking slog-json v2.6.1 |
2129 | 2025-02-11T20:43:19.773Z | Checking rustls v0.22.4 |
2130 | 2025-02-11T20:43:19.776Z | Checking toml_edit v0.22.22 |
2131 | 2025-02-11T20:43:19.999Z | Checking rustls v0.23.19 |
2132 | 2025-02-11T20:43:20.089Z | Checking serde_urlencoded v0.7.1 |
2133 | 2025-02-11T20:43:20.508Z | Checking crossbeam-channel v0.5.13 |
2134 | 2025-02-11T20:43:21.033Z | Checking usdt-impl v0.5.0 |
2135 | 2025-02-11T20:43:21.164Z | Checking futures-executor v0.3.31 |
2136 | 2025-02-11T20:43:21.407Z | Checking num-integer v0.1.46 |
2137 | 2025-02-11T20:43:21.542Z | Checking hyper v1.5.2 |
2138 | 2025-02-11T20:43:21.567Z | Checking rustls-pemfile v2.2.0 |
2139 | 2025-02-11T20:43:21.791Z | Checking md-5 v0.10.6 |
2140 | 2025-02-11T20:43:21.908Z | Checking ff v0.13.0 |
2141 | 2025-02-11T20:43:21.936Z | Checking memmap v0.7.0 |
2142 | 2025-02-11T20:43:22.026Z | Checking is-terminal v0.4.13 |
2143 | 2025-02-11T20:43:22.126Z | Checking hash32 v0.2.1 |
2144 | 2025-02-11T20:43:22.148Z | Checking object v0.36.5 |
2145 | 2025-02-11T20:43:22.165Z | Checking utf-8 v0.7.6 |
2146 | 2025-02-11T20:43:22.299Z | Checking anstyle-query v1.1.1 |
2147 | 2025-02-11T20:43:22.372Z | Checking rustc-demangle v0.1.24 |
2148 | 2025-02-11T20:43:22.399Z | Checking is_terminal_polyfill v1.70.1 |
2149 | 2025-02-11T20:43:22.431Z | Checking fallible-iterator v0.2.0 |
2150 | 2025-02-11T20:43:22.500Z | Checking addr2line v0.24.2 |
2151 | 2025-02-11T20:43:22.523Z | Checking psl-types v2.0.11 |
2152 | 2025-02-11T20:43:22.704Z | Checking dyn-clone v1.0.17 |
2153 | 2025-02-11T20:43:22.798Z | Checking colorchoice v1.0.2 |
2154 | 2025-02-11T20:43:22.851Z | Checking take_mut v0.2.2 |
2155 | 2025-02-11T20:43:22.939Z | Checking base16ct v0.2.0 |
2156 | 2025-02-11T20:43:22.994Z | Checking linked-hash-map v0.5.6 |
2157 | 2025-02-11T20:43:23.008Z | Checking quick-error v1.2.3 |
2158 | 2025-02-11T20:43:23.023Z | Checking slog-async v2.8.0 |
2159 | 2025-02-11T20:43:23.039Z | Checking tokio-rustls v0.25.0 |
2160 | 2025-02-11T20:43:23.136Z | Checking sec1 v0.7.3 |
2161 | 2025-02-11T20:43:23.154Z | Checking resolv-conf v0.7.0 |
2162 | 2025-02-11T20:43:23.275Z | Checking lru-cache v0.1.2 |
2163 | 2025-02-11T20:43:23.302Z | Checking postgres-protocol v0.6.7 |
2164 | 2025-02-11T20:43:23.402Z | Checking anstream v0.6.15 |
2165 | 2025-02-11T20:43:23.461Z | Checking schemars v0.8.21 |
2166 | 2025-02-11T20:43:23.479Z | Checking hyper-util v0.1.10 |
2167 | 2025-02-11T20:43:23.495Z | Checking publicsuffix v2.3.0 |
2168 | 2025-02-11T20:43:23.510Z | Checking heapless v0.7.17 |
2169 | 2025-02-11T20:43:23.741Z | Checking tungstenite v0.24.0 |
2170 | 2025-02-11T20:43:23.763Z | Checking toml v0.8.19 |
2171 | 2025-02-11T20:43:24.055Z | Checking slog-term v2.9.1 |
2172 | 2025-02-11T20:43:24.390Z | Checking usdt v0.5.0 |
2173 | 2025-02-11T20:43:24.406Z | Checking group v0.13.0 |
2174 | 2025-02-11T20:43:24.431Z | Checking num-iter v0.1.45 |
2175 | 2025-02-11T20:43:24.605Z | Checking futures v0.3.31 |
2176 | 2025-02-11T20:43:24.634Z | Checking slog-bunyan v2.5.0 |
2177 | 2025-02-11T20:43:24.658Z | Checking tokio-native-tls v0.3.1 |
2178 | 2025-02-11T20:43:24.661Z | Checking rayon-core v1.12.1 |
2179 | 2025-02-11T20:43:24.710Z | Checking multer v3.1.0 |
2180 | 2025-02-11T20:43:24.807Z | Checking hickory-proto v0.24.3 |
2181 | 2025-02-11T20:43:24.902Z | Checking terminal_size v0.4.0 |
2182 | 2025-02-11T20:43:24.977Z | Checking tokio-rustls v0.26.0 |
2183 | 2025-02-11T20:43:25.082Z | Checking phf_shared v0.11.2 |
2184 | 2025-02-11T20:43:25.099Z | Checking cookie v0.18.1 |
2185 | 2025-02-11T20:43:25.305Z | Checking async-stream v0.3.6 |
2186 | 2025-02-11T20:43:25.321Z | Checking bzip2-sys v0.1.11+1.0.8 |
2187 | 2025-02-11T20:43:25.339Z | Checking signal-hook v0.3.17 |
2188 | 2025-02-11T20:43:25.370Z | Checking camino v1.1.9 |
2189 | 2025-02-11T20:43:25.423Z | Checking waitgroup v0.1.2 |
2190 | 2025-02-11T20:43:25.444Z | Checking openapiv3 v2.0.0 |
2191 | 2025-02-11T20:43:25.503Z | Checking webpki-roots v0.26.6 |
2192 | 2025-02-11T20:43:25.521Z | Checking serde_path_to_error v0.1.16 |
2193 | 2025-02-11T20:43:25.555Z | Checking hkdf v0.12.4 |
2194 | 2025-02-11T20:43:25.644Z | Checking crypto-bigint v0.5.5 |
2195 | 2025-02-11T20:43:25.697Z | Checking lazy_static v1.5.0 |
2196 | 2025-02-11T20:43:25.761Z | Checking hostname v0.4.0 |
2197 | 2025-02-11T20:43:25.815Z | Checking crc32fast v1.4.2 |
2198 | 2025-02-11T20:43:25.869Z | Checking bitflags v1.3.2 |
2199 | 2025-02-11T20:43:25.891Z | Checking managed v0.8.0 |
2200 | 2025-02-11T20:43:25.969Z | Checking winnow v0.5.40 |
2201 | 2025-02-11T20:43:26.047Z | Checking debug-ignore v1.0.5 |
2202 | 2025-02-11T20:43:26.091Z | Checking strsim v0.11.1 |
2203 | 2025-02-11T20:43:26.183Z | Checking unicode-width v0.2.0 |
2204 | 2025-02-11T20:43:26.259Z | Checking clap_lex v0.7.4 |
2205 | 2025-02-11T20:43:26.370Z | Checking smoltcp v0.9.1 |
2206 | 2025-02-11T20:43:26.499Z | Checking clap_builder v4.5.27 |
2207 | 2025-02-11T20:43:26.677Z | Checking console v0.15.10 |
2208 | 2025-02-11T20:43:27.231Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2209 | 2025-02-11T20:43:27.515Z | Checking flate2 v1.0.35 |
2210 | 2025-02-11T20:43:27.725Z | Checking num-bigint-dig v0.8.4 |
2211 | 2025-02-11T20:43:27.931Z | Checking backtrace v0.3.74 |
2212 | 2025-02-11T20:43:28.111Z | Checking hyper-rustls v0.27.3 |
2213 | 2025-02-11T20:43:28.257Z | Checking elliptic-curve v0.13.8 |
2214 | 2025-02-11T20:43:28.429Z | Checking signal-hook-mio v0.2.4 |
2215 | 2025-02-11T20:43:28.488Z | Checking anyhow v1.0.95 |
2216 | 2025-02-11T20:43:28.583Z | Checking cookie_store v0.21.1 |
2217 | 2025-02-11T20:43:28.606Z | Checking dropshot v0.12.0 |
2218 | 2025-02-11T20:43:28.717Z | Checking toml_edit v0.19.15 |
2219 | 2025-02-11T20:43:28.833Z | Checking bzip2 v0.4.4 |
2220 | 2025-02-11T20:43:28.855Z | Checking hyper-tls v0.6.0 |
2221 | 2025-02-11T20:43:29.110Z | Checking phf v0.11.2 |
2222 | 2025-02-11T20:43:29.135Z | Checking rayon v1.10.0 |
2223 | 2025-02-11T20:43:29.294Z | Checking tokio-tungstenite v0.24.0 |
2224 | 2025-02-11T20:43:29.325Z | Checking hickory-resolver v0.24.2 |
2225 | 2025-02-11T20:43:29.375Z | Checking postgres-types v0.2.8 |
2226 | 2025-02-11T20:43:29.392Z | Checking regex v1.11.1 |
2227 | 2025-02-11T20:43:29.672Z | Checking bstr v1.10.0 |
2228 | 2025-02-11T20:43:29.775Z | Checking ed25519 v2.2.3 |
2229 | 2025-02-11T20:43:29.956Z | Checking tokio-stream v0.1.16 |
2230 | 2025-02-11T20:43:30.043Z | Checking phf_shared v0.10.0 |
2231 | 2025-02-11T20:43:30.072Z | Checking curve25519-dalek v4.1.3 |
2232 | 2025-02-11T20:43:30.305Z | Checking zerocopy v0.6.6 |
2233 | 2025-02-11T20:43:30.523Z | Checking hubpack v0.1.2 |
2234 | 2025-02-11T20:43:30.745Z | Checking portable-atomic v1.9.0 |
2235 | 2025-02-11T20:43:30.827Z | Checking pkcs1 v0.7.5 |
2236 | 2025-02-11T20:43:30.869Z | Checking float-cmp v0.9.0 |
2237 | 2025-02-11T20:43:30.915Z | Checking serde-big-array v0.5.1 |
2238 | 2025-02-11T20:43:31.059Z | Checking rfc6979 v0.4.0 |
2239 | 2025-02-11T20:43:31.126Z | Checking sync_wrapper v1.0.1 |
2240 | 2025-02-11T20:43:31.129Z | Checking normalize-line-endings v0.3.0 |
2241 | 2025-02-11T20:43:31.192Z | Checking difflib v0.4.0 |
2242 | 2025-02-11T20:43:31.239Z | Checking number_prefix v0.4.0 |
2243 | 2025-02-11T20:43:31.263Z | Checking unicode-segmentation v1.12.0 |
2244 | 2025-02-11T20:43:31.266Z | Checking precomputed-hash v0.1.1 |
2245 | 2025-02-11T20:43:31.394Z | Checking predicates-core v1.0.8 |
2246 | 2025-02-11T20:43:31.413Z | Checking minimal-lexical v0.2.1 |
2247 | 2025-02-11T20:43:31.518Z | Checking bit-vec v0.6.3 |
2248 | 2025-02-11T20:43:31.587Z | Checking whoami v1.5.2 |
2249 | 2025-02-11T20:43:31.709Z | Checking static_assertions v1.1.0 |
2250 | 2025-02-11T20:43:31.807Z | Checking fixedbitset v0.4.2 |
2251 | 2025-02-11T20:43:31.822Z | Checking new_debug_unreachable v1.0.6 |
2252 | 2025-02-11T20:43:31.840Z | Checking bit-set v0.5.3 |
2253 | 2025-02-11T20:43:31.871Z | Checking tokio-postgres v0.7.12 |
2254 | 2025-02-11T20:43:31.888Z | Checking ed25519-dalek v2.1.1 |
2255 | 2025-02-11T20:43:31.909Z | Checking string_cache v0.8.7 |
2256 | 2025-02-11T20:43:31.937Z | Checking similar v2.6.0 |
2257 | 2025-02-11T20:43:31.978Z | Checking qorb v0.2.1 |
2258 | 2025-02-11T20:43:32.049Z | Checking petgraph v0.6.5 |
2259 | 2025-02-11T20:43:32.078Z | Checking nom v7.1.3 |
2260 | 2025-02-11T20:43:32.174Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2261 | 2025-02-11T20:43:32.264Z | Checking predicates v3.1.2 |
2262 | 2025-02-11T20:43:32.507Z | Checking indicatif v0.17.11 |
2263 | 2025-02-11T20:43:32.731Z | Checking reqwest v0.12.9 |
2264 | 2025-02-11T20:43:32.844Z | Checking ecdsa v0.16.9 |
2265 | 2025-02-11T20:43:33.238Z | Checking rsa v0.9.6 |
2266 | 2025-02-11T20:43:33.542Z | Checking toml v0.7.8 |
2267 | 2025-02-11T20:43:34.233Z | Checking clap v4.5.27 |
2268 | 2025-02-11T20:43:34.251Z | Checking zip v0.6.6 |
2269 | 2025-02-11T20:43:34.353Z | Checking crossterm v0.28.1 |
2270 | 2025-02-11T20:43:34.415Z | Checking itertools v0.10.5 |
2271 | 2025-02-11T20:43:34.457Z | Checking itertools v0.12.1 |
2272 | 2025-02-11T20:43:34.674Z | Checking fs-err v2.11.0 |
2273 | 2025-02-11T20:43:34.710Z | Checking ahash v0.8.11 |
2274 | 2025-02-11T20:43:35.069Z | Checking x509-cert v0.2.5 |
2275 | 2025-02-11T20:43:35.152Z | Checking semver v1.0.24 |
2276 | 2025-02-11T20:43:35.181Z | Checking hex v0.4.3 |
2277 | 2025-02-11T20:43:35.183Z | Checking lalrpop-util v0.19.12 |
2278 | 2025-02-11T20:43:35.479Z | Checking heck v0.4.1 |
2279 | 2025-02-11T20:43:35.565Z | Checking peg-runtime v0.8.3 |
2280 | 2025-02-11T20:43:35.687Z | Checking sigpipe v0.1.3 |
2281 | 2025-02-11T20:43:36.666Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2282 | 2025-02-11T20:43:36.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.89s |
2283 | 2025-02-11T20:43:37.140Z | |
2284 | 2025-02-11T20:43:37.140Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2285 | 2025-02-11T20:43:37.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2025-02-11T20:43:37.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2025-02-11T20:43:37.786Z | Compiling hashbrown v0.14.5 |
2288 | 2025-02-11T20:43:37.907Z | Checking heck v0.5.0 |
2289 | 2025-02-11T20:43:37.919Z | Compiling unsafe-libyaml v0.2.11 |
2290 | 2025-02-11T20:43:37.932Z | Checking ipnetwork v0.20.0 |
2291 | 2025-02-11T20:43:37.946Z | Compiling ident_case v1.0.1 |
2292 | 2025-02-11T20:43:37.960Z | Checking progenitor-client v0.8.0 |
2293 | 2025-02-11T20:43:37.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2294 | 2025-02-11T20:43:38.070Z | Compiling darling_core v0.20.10 |
2295 | 2025-02-11T20:43:38.110Z | Checking newtype-uuid v1.2.1 |
2296 | 2025-02-11T20:43:39.263Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2297 | 2025-02-11T20:43:39.266Z | Compiling proc-macro-crate v1.3.1 |
2298 | 2025-02-11T20:43:39.266Z | Compiling structmeta-derive v0.3.0 |
2299 | 2025-02-11T20:43:39.266Z | Compiling thiserror v2.0.11 |
2300 | 2025-02-11T20:43:39.266Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2301 | 2025-02-11T20:43:39.266Z | Compiling regress v0.10.1 |
2302 | 2025-02-11T20:43:39.266Z | Compiling lzma-sys v0.1.20 |
2303 | 2025-02-11T20:43:39.266Z | Compiling serde_yaml v0.9.34+deprecated |
2304 | 2025-02-11T20:43:39.288Z | Compiling num_enum_derive v0.5.11 |
2305 | 2025-02-11T20:43:39.664Z | Compiling foreign-types-macros v0.2.3 |
2306 | 2025-02-11T20:43:39.790Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2307 | 2025-02-11T20:43:40.895Z | Compiling thiserror-impl v2.0.11 |
2308 | 2025-02-11T20:43:40.930Z | Compiling dropshot v0.15.1 |
2309 | 2025-02-11T20:43:40.956Z | Compiling structmeta v0.3.0 |
2310 | 2025-02-11T20:43:41.214Z | Checking foreign-types-shared v0.3.1 |
2311 | 2025-02-11T20:43:41.338Z | Checking arc-swap v1.7.1 |
2312 | 2025-02-11T20:43:41.355Z | Compiling parse-display-derive v0.10.0 |
2313 | 2025-02-11T20:43:41.502Z | Checking num_enum v0.5.11 |
2314 | 2025-02-11T20:43:41.659Z | Checking foreign-types v0.5.0 |
2315 | 2025-02-11T20:43:41.740Z | Checking slog-scope v4.4.0 |
2316 | 2025-02-11T20:43:41.828Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2317 | 2025-02-11T20:43:41.982Z | Compiling proc-macro-error v1.0.4 |
2318 | 2025-02-11T20:43:42.416Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2319 | 2025-02-11T20:43:42.435Z | Checking typify-impl v0.2.0 |
2320 | 2025-02-11T20:43:42.529Z | Checking tungstenite v0.21.0 |
2321 | 2025-02-11T20:43:42.728Z | Compiling heck v0.3.3 |
2322 | 2025-02-11T20:43:43.094Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2323 | 2025-02-11T20:43:43.377Z | Compiling dropshot_endpoint v0.15.1 |
2324 | 2025-02-11T20:43:43.677Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2325 | 2025-02-11T20:43:43.909Z | Checking cstr-argument v0.1.2 |
2326 | 2025-02-11T20:43:43.976Z | Compiling darling_macro v0.20.10 |
2327 | 2025-02-11T20:43:44.095Z | Checking instant v0.1.13 |
2328 | 2025-02-11T20:43:44.208Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2329 | 2025-02-11T20:43:44.234Z | Checking base64 v0.21.7 |
2330 | 2025-02-11T20:43:44.440Z | Checking fastrand v2.1.1 |
2331 | 2025-02-11T20:43:44.536Z | Checking pretty-hex v0.2.1 |
2332 | 2025-02-11T20:43:44.715Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2333 | 2025-02-11T20:43:44.757Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2334 | 2025-02-11T20:43:44.814Z | Checking tempfile v3.13.0 |
2335 | 2025-02-11T20:43:44.896Z | Compiling darling v0.20.10 |
2336 | 2025-02-11T20:43:44.929Z | Checking backoff v0.4.0 |
2337 | 2025-02-11T20:43:44.982Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2338 | 2025-02-11T20:43:45.007Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2339 | 2025-02-11T20:43:45.010Z | Compiling serde_with_macros v3.11.0 |
2340 | 2025-02-11T20:43:45.158Z | Checking tokio-tungstenite v0.21.0 |
2341 | 2025-02-11T20:43:45.175Z | Checking strum v0.26.3 |
2342 | 2025-02-11T20:43:45.227Z | Compiling zone_cfg_derive v0.1.2 |
2343 | 2025-02-11T20:43:45.269Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2344 | 2025-02-11T20:43:45.332Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2345 | 2025-02-11T20:43:45.382Z | Checking parse-display v0.10.0 |
2346 | 2025-02-11T20:43:45.644Z | Checking slog-stdlog v4.1.1 |
2347 | 2025-02-11T20:43:45.660Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2348 | 2025-02-11T20:43:45.770Z | Checking regress v0.9.1 |
2349 | 2025-02-11T20:43:45.814Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2350 | 2025-02-11T20:43:45.830Z | Checking progenitor-client v0.9.1 |
2351 | 2025-02-11T20:43:45.998Z | Checking colored v2.1.0 |
2352 | 2025-02-11T20:43:46.083Z | Checking macaddr v1.0.1 |
2353 | 2025-02-11T20:43:46.213Z | Checking unicode-width v0.1.14 |
2354 | 2025-02-11T20:43:46.298Z | Checking base64 v0.13.1 |
2355 | 2025-02-11T20:43:46.572Z | Checking zone v0.1.8 |
2356 | 2025-02-11T20:43:46.695Z | Checking ron v0.7.1 |
2357 | 2025-02-11T20:43:46.711Z | Checking tabwriter v1.4.0 |
2358 | 2025-02-11T20:43:46.953Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2359 | 2025-02-11T20:43:47.213Z | Checking slog-envlogger v2.2.0 |
2360 | 2025-02-11T20:43:47.386Z | Checking xz2 v0.1.7 |
2361 | 2025-02-11T20:43:47.435Z | Checking xattr v1.3.1 |
2362 | 2025-02-11T20:43:47.564Z | Checking serde_with v3.11.0 |
2363 | 2025-02-11T20:43:47.623Z | Checking pem v3.0.4 |
2364 | 2025-02-11T20:43:47.673Z | Checking yasna v0.5.2 |
2365 | 2025-02-11T20:43:47.743Z | Checking headers-core v0.3.0 |
2366 | 2025-02-11T20:43:47.887Z | Checking smf v0.2.3 |
2367 | 2025-02-11T20:43:47.890Z | Checking filetime v0.2.25 |
2368 | 2025-02-11T20:43:48.088Z | Checking same-file v1.0.6 |
2369 | 2025-02-11T20:43:48.271Z | Checking walkdir v2.5.0 |
2370 | 2025-02-11T20:43:48.289Z | Checking tar v0.4.42 |
2371 | 2025-02-11T20:43:48.365Z | Checking headers v0.4.0 |
2372 | 2025-02-11T20:43:48.456Z | Checking rcgen v0.12.1 |
2373 | 2025-02-11T20:43:48.547Z | Checking camino-tempfile v1.1.1 |
2374 | 2025-02-11T20:43:48.819Z | Checking atomicwrites v0.4.4 |
2375 | 2025-02-11T20:43:49.018Z | Checking subprocess v0.2.9 |
2376 | 2025-02-11T20:43:51.769Z | Compiling typify-macro v0.2.0 |
2377 | 2025-02-11T20:43:53.256Z | Compiling typify v0.2.0 |
2378 | 2025-02-11T20:43:53.324Z | Compiling progenitor-impl v0.8.0 |
2379 | 2025-02-11T20:43:55.688Z | Compiling progenitor-macro v0.8.0 |
2380 | 2025-02-11T20:43:59.282Z | Checking progenitor v0.8.0 |
2381 | 2025-02-11T20:43:59.408Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2382 | 2025-02-11T20:43:59.411Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2383 | 2025-02-11T20:44:01.869Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2384 | 2025-02-11T20:44:02.184Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2385 | 2025-02-11T20:44:07.963Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2386 | 2025-02-11T20:44:09.414Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2387 | 2025-02-11T20:44:10.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s |
2388 | 2025-02-11T20:44:10.765Z | |
2389 | 2025-02-11T20:44:10.765Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2390 | 2025-02-11T20:44:11.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-02-11T20:44:11.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-02-11T20:44:11.403Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2393 | 2025-02-11T20:44:12.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2394 | 2025-02-11T20:44:12.921Z | |
2395 | 2025-02-11T20:44:12.921Z | info: running `cargo check --bins` on nexus-config (51/199) |
2396 | 2025-02-11T20:44:13.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-02-11T20:44:13.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-02-11T20:44:13.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2025-02-11T20:44:13.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2400 | 2025-02-11T20:44:13.530Z | |
2401 | 2025-02-11T20:44:13.530Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2402 | 2025-02-11T20:44:14.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2025-02-11T20:44:14.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2025-02-11T20:44:14.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2025-02-11T20:44:14.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2406 | 2025-02-11T20:44:14.119Z | |
2407 | 2025-02-11T20:44:14.120Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2408 | 2025-02-11T20:44:14.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2025-02-11T20:44:14.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2025-02-11T20:44:14.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2025-02-11T20:44:14.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2412 | 2025-02-11T20:44:14.712Z | |
2413 | 2025-02-11T20:44:14.712Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2414 | 2025-02-11T20:44:15.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2025-02-11T20:44:15.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2025-02-11T20:44:15.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2025-02-11T20:44:15.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2418 | 2025-02-11T20:44:15.318Z | |
2419 | 2025-02-11T20:44:15.318Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2420 | 2025-02-11T20:44:15.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2025-02-11T20:44:15.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2025-02-11T20:44:15.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2423 | 2025-02-11T20:44:16.094Z | Compiling ipnetwork v0.20.0 |
2424 | 2025-02-11T20:44:16.097Z | Compiling zerocopy v0.8.10 |
2425 | 2025-02-11T20:44:16.097Z | Compiling progenitor-client v0.8.0 |
2426 | 2025-02-11T20:44:16.097Z | Compiling itertools v0.13.0 |
2427 | 2025-02-11T20:44:16.097Z | Compiling zerocopy-derive v0.8.10 |
2428 | 2025-02-11T20:44:16.097Z | Compiling heapless v0.8.0 |
2429 | 2025-02-11T20:44:16.097Z | Compiling thiserror v2.0.11 |
2430 | 2025-02-11T20:44:16.264Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2431 | 2025-02-11T20:44:16.327Z | Checking hash32 v0.3.1 |
2432 | 2025-02-11T20:44:16.509Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2433 | 2025-02-11T20:44:16.527Z | Compiling progenitor v0.8.0 |
2434 | 2025-02-11T20:44:16.721Z | Compiling instant v0.1.13 |
2435 | 2025-02-11T20:44:16.866Z | Compiling smoltcp v0.11.0 |
2436 | 2025-02-11T20:44:16.898Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2437 | 2025-02-11T20:44:16.930Z | Compiling backoff v0.4.0 |
2438 | 2025-02-11T20:44:16.960Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2025-02-11T20:44:17.201Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2440 | 2025-02-11T20:44:17.220Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2441 | 2025-02-11T20:44:17.318Z | Compiling dropshot v0.15.1 |
2442 | 2025-02-11T20:44:17.525Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2443 | 2025-02-11T20:44:17.650Z | Compiling serde_with v3.11.0 |
2444 | 2025-02-11T20:44:17.703Z | Compiling parse-display v0.10.0 |
2445 | 2025-02-11T20:44:17.725Z | Checking num-rational v0.4.2 |
2446 | 2025-02-11T20:44:18.297Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2447 | 2025-02-11T20:44:18.315Z | Compiling progenitor-client v0.9.1 |
2448 | 2025-02-11T20:44:18.820Z | Compiling regress v0.9.1 |
2449 | 2025-02-11T20:44:18.977Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2450 | 2025-02-11T20:44:20.075Z | Compiling phf_generator v0.11.2 |
2451 | 2025-02-11T20:44:20.264Z | Checking num-complex v0.4.6 |
2452 | 2025-02-11T20:44:21.048Z | Compiling macaddr v1.0.1 |
2453 | 2025-02-11T20:44:21.459Z | Checking cobs v0.2.3 |
2454 | 2025-02-11T20:44:21.479Z | Checking num v0.4.3 |
2455 | 2025-02-11T20:44:21.587Z | Compiling phf_codegen v0.11.2 |
2456 | 2025-02-11T20:44:21.653Z | Checking postcard v1.0.10 |
2457 | 2025-02-11T20:44:22.085Z | Compiling parse-zoneinfo v0.3.1 |
2458 | 2025-02-11T20:44:22.192Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2459 | 2025-02-11T20:44:22.486Z | Checking float-ord v0.3.2 |
2460 | 2025-02-11T20:44:23.811Z | Compiling convert_case v0.4.0 |
2461 | 2025-02-11T20:44:23.908Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2462 | 2025-02-11T20:44:24.071Z | Compiling chrono-tz-build v0.4.0 |
2463 | 2025-02-11T20:44:24.644Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2464 | 2025-02-11T20:44:24.662Z | Compiling derive_more v0.99.18 |
2465 | 2025-02-11T20:44:24.680Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2025-02-11T20:44:24.960Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2467 | 2025-02-11T20:44:25.286Z | Checking newline-converter v0.3.0 |
2468 | 2025-02-11T20:44:25.330Z | Compiling chrono-tz v0.10.1 |
2469 | 2025-02-11T20:44:25.466Z | Checking prettyplease v0.2.25 |
2470 | 2025-02-11T20:44:25.638Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2471 | 2025-02-11T20:44:25.982Z | Compiling slog-dtrace v0.3.0 |
2472 | 2025-02-11T20:44:26.303Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2473 | 2025-02-11T20:44:26.322Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2474 | 2025-02-11T20:44:26.543Z | Checking expectorate v1.1.0 |
2475 | 2025-02-11T20:44:26.704Z | Compiling zone_cfg_derive v0.3.0 |
2476 | 2025-02-11T20:44:26.963Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2477 | 2025-02-11T20:44:27.683Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2478 | 2025-02-11T20:44:27.846Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2479 | 2025-02-11T20:44:28.005Z | Compiling const_format_proc_macros v0.2.34 |
2480 | 2025-02-11T20:44:28.234Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2481 | 2025-02-11T20:44:28.297Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2482 | 2025-02-11T20:44:28.349Z | Compiling num-derive v0.4.2 |
2483 | 2025-02-11T20:44:28.716Z | Checking highway v1.2.0 |
2484 | 2025-02-11T20:44:29.155Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2485 | 2025-02-11T20:44:29.325Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2486 | 2025-02-11T20:44:29.524Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2487 | 2025-02-11T20:44:29.598Z | Checking zone v0.3.0 |
2488 | 2025-02-11T20:44:29.653Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2489 | 2025-02-11T20:44:30.026Z | Checking const_format v0.2.34 |
2490 | 2025-02-11T20:44:30.326Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2491 | 2025-02-11T20:44:30.345Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2492 | 2025-02-11T20:44:30.673Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2493 | 2025-02-11T20:44:30.900Z | Checking gethostname v0.5.0 |
2494 | 2025-02-11T20:44:31.032Z | Checking bcs v0.1.6 |
2495 | 2025-02-11T20:44:31.115Z | Compiling async-recursion v1.1.1 |
2496 | 2025-02-11T20:44:31.262Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2497 | 2025-02-11T20:44:31.280Z | Checking nanorand v0.7.0 |
2498 | 2025-02-11T20:44:31.450Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2499 | 2025-02-11T20:44:31.477Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2500 | 2025-02-11T20:44:31.561Z | Checking termtree v0.5.1 |
2501 | 2025-02-11T20:44:31.629Z | Checking flume v0.11.1 |
2502 | 2025-02-11T20:44:33.329Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2503 | 2025-02-11T20:44:37.725Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2504 | 2025-02-11T20:44:40.932Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2505 | 2025-02-11T20:44:43.313Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2506 | 2025-02-11T20:44:44.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.20s |
2507 | 2025-02-11T20:44:44.717Z | |
2508 | 2025-02-11T20:44:44.717Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2509 | 2025-02-11T20:44:45.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2025-02-11T20:44:45.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2025-02-11T20:44:45.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2025-02-11T20:44:45.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2513 | 2025-02-11T20:44:45.353Z | |
2514 | 2025-02-11T20:44:45.353Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2515 | 2025-02-11T20:44:45.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2025-02-11T20:44:45.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2025-02-11T20:44:45.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2025-02-11T20:44:45.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2519 | 2025-02-11T20:44:45.967Z | |
2520 | 2025-02-11T20:44:45.967Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2521 | 2025-02-11T20:44:46.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2025-02-11T20:44:46.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2025-02-11T20:44:46.603Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2524 | 2025-02-11T20:44:47.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2525 | 2025-02-11T20:44:47.395Z | |
2526 | 2025-02-11T20:44:47.396Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2527 | 2025-02-11T20:44:47.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2025-02-11T20:44:47.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2025-02-11T20:44:48.050Z | Compiling cfg_aliases v0.1.1 |
2530 | 2025-02-11T20:44:48.053Z | Compiling vte_generate_state_changes v0.1.2 |
2531 | 2025-02-11T20:44:48.053Z | Checking fd-lock v4.0.2 |
2532 | 2025-02-11T20:44:48.053Z | Checking nibble_vec v0.1.0 |
2533 | 2025-02-11T20:44:48.155Z | Checking bytecount v0.6.8 |
2534 | 2025-02-11T20:44:48.158Z | Checking endian-type v0.1.2 |
2535 | 2025-02-11T20:44:48.192Z | Compiling tabled_derive v0.7.0 |
2536 | 2025-02-11T20:44:48.206Z | Compiling peg-macros v0.8.4 |
2537 | 2025-02-11T20:44:48.236Z | Compiling nix v0.28.0 |
2538 | 2025-02-11T20:44:48.317Z | Checking papergrid v0.11.0 |
2539 | 2025-02-11T20:44:48.320Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2540 | 2025-02-11T20:44:48.354Z | Compiling sqlparser_derive v0.2.2 |
2541 | 2025-02-11T20:44:48.370Z | Checking radix_trie v0.2.1 |
2542 | 2025-02-11T20:44:48.727Z | Checking vte v0.11.1 |
2543 | 2025-02-11T20:44:48.744Z | Checking nu-ansi-term v0.50.1 |
2544 | 2025-02-11T20:44:49.145Z | Checking unicode_categories v0.1.1 |
2545 | 2025-02-11T20:44:49.349Z | Checking home v0.5.9 |
2546 | 2025-02-11T20:44:49.422Z | Checking sqlparser v0.45.0 |
2547 | 2025-02-11T20:44:49.445Z | Checking sqlformat v0.2.6 |
2548 | 2025-02-11T20:44:49.539Z | Checking display-error-chain v0.2.2 |
2549 | 2025-02-11T20:44:50.084Z | Checking strip-ansi-escapes v0.2.0 |
2550 | 2025-02-11T20:44:50.238Z | Checking reedline v0.35.0 |
2551 | 2025-02-11T20:44:50.310Z | Checking tabled v0.15.0 |
2552 | 2025-02-11T20:44:50.771Z | Checking peg v0.8.4 |
2553 | 2025-02-11T20:44:51.124Z | Checking rustyline v14.0.0 |
2554 | 2025-02-11T20:44:59.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.46s |
2555 | 2025-02-11T20:45:00.037Z | |
2556 | 2025-02-11T20:45:00.037Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2557 | 2025-02-11T20:45:00.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-02-11T20:45:00.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-02-11T20:45:00.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-02-11T20:45:05.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2561 | 2025-02-11T20:45:05.889Z | |
2562 | 2025-02-11T20:45:05.889Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2563 | 2025-02-11T20:45:06.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-02-11T20:45:06.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-02-11T20:45:06.539Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2566 | 2025-02-11T20:45:09.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
2567 | 2025-02-11T20:45:10.135Z | |
2568 | 2025-02-11T20:45:10.135Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2569 | 2025-02-11T20:45:10.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-02-11T20:45:10.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-02-11T20:45:10.790Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-02-11T20:45:15.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
2573 | 2025-02-11T20:45:15.610Z | |
2574 | 2025-02-11T20:45:15.610Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2575 | 2025-02-11T20:45:16.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-02-11T20:45:16.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-02-11T20:45:16.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-02-11T20:45:20.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2579 | 2025-02-11T20:45:21.174Z | |
2580 | 2025-02-11T20:45:21.174Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2581 | 2025-02-11T20:45:21.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-02-11T20:45:21.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-02-11T20:45:21.829Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-02-11T20:45:25.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
2585 | 2025-02-11T20:45:25.614Z | |
2586 | 2025-02-11T20:45:25.614Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2587 | 2025-02-11T20:45:26.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-02-11T20:45:26.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-02-11T20:45:26.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2590 | 2025-02-11T20:45:29.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2591 | 2025-02-11T20:45:30.143Z | |
2592 | 2025-02-11T20:45:30.143Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2593 | 2025-02-11T20:45:30.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-02-11T20:45:30.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-02-11T20:45:30.793Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2596 | 2025-02-11T20:45:35.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2597 | 2025-02-11T20:45:35.905Z | |
2598 | 2025-02-11T20:45:35.905Z | info: running `cargo check --bins` on oximeter (67/199) |
2599 | 2025-02-11T20:45:36.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-02-11T20:45:36.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-02-11T20:45:36.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2025-02-11T20:45:36.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2603 | 2025-02-11T20:45:36.517Z | |
2604 | 2025-02-11T20:45:36.517Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2605 | 2025-02-11T20:45:37.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-02-11T20:45:37.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-02-11T20:45:37.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2025-02-11T20:45:37.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2609 | 2025-02-11T20:45:37.112Z | |
2610 | 2025-02-11T20:45:37.112Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2611 | 2025-02-11T20:45:37.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-02-11T20:45:37.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-02-11T20:45:37.733Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2614 | 2025-02-11T20:45:39.732Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2615 | 2025-02-11T20:45:40.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
2616 | 2025-02-11T20:45:40.816Z | |
2617 | 2025-02-11T20:45:40.816Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2618 | 2025-02-11T20:45:41.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-02-11T20:45:41.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-02-11T20:45:41.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-02-11T20:45:41.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2622 | 2025-02-11T20:45:41.427Z | |
2623 | 2025-02-11T20:45:41.427Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2624 | 2025-02-11T20:45:41.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-02-11T20:45:41.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-02-11T20:45:41.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-02-11T20:45:41.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2628 | 2025-02-11T20:45:42.035Z | |
2629 | 2025-02-11T20:45:42.035Z | info: running `cargo check --bins` on oxql-types (72/199) |
2630 | 2025-02-11T20:45:42.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-02-11T20:45:42.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-02-11T20:45:42.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-02-11T20:45:42.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2634 | 2025-02-11T20:45:42.643Z | |
2635 | 2025-02-11T20:45:42.643Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2636 | 2025-02-11T20:45:43.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-02-11T20:45:43.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-02-11T20:45:43.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-02-11T20:45:43.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2640 | 2025-02-11T20:45:43.283Z | |
2641 | 2025-02-11T20:45:43.283Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2642 | 2025-02-11T20:45:43.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-02-11T20:45:43.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-02-11T20:45:43.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-02-11T20:45:43.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2646 | 2025-02-11T20:45:43.904Z | |
2647 | 2025-02-11T20:45:43.904Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2648 | 2025-02-11T20:45:44.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-02-11T20:45:44.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-02-11T20:45:44.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-02-11T20:45:44.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2652 | 2025-02-11T20:45:44.535Z | |
2653 | 2025-02-11T20:45:44.535Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2654 | 2025-02-11T20:45:45.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-02-11T20:45:45.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-02-11T20:45:45.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-02-11T20:45:45.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2658 | 2025-02-11T20:45:45.156Z | |
2659 | 2025-02-11T20:45:45.156Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2660 | 2025-02-11T20:45:45.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-02-11T20:45:45.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-02-11T20:45:45.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-02-11T20:45:45.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2025-02-11T20:45:45.779Z | |
2665 | 2025-02-11T20:45:45.779Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2666 | 2025-02-11T20:45:46.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-02-11T20:45:46.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-02-11T20:45:46.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-02-11T20:45:46.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2670 | 2025-02-11T20:45:46.394Z | |
2671 | 2025-02-11T20:45:46.394Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2672 | 2025-02-11T20:45:46.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-02-11T20:45:46.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-02-11T20:45:46.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-02-11T20:45:46.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2676 | 2025-02-11T20:45:46.994Z | |
2677 | 2025-02-11T20:45:46.994Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2678 | 2025-02-11T20:45:47.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-02-11T20:45:47.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-02-11T20:45:47.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-02-11T20:45:47.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2682 | 2025-02-11T20:45:47.621Z | |
2683 | 2025-02-11T20:45:47.621Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2684 | 2025-02-11T20:45:48.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-02-11T20:45:48.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-02-11T20:45:48.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-02-11T20:45:48.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2688 | 2025-02-11T20:45:48.233Z | |
2689 | 2025-02-11T20:45:48.233Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2690 | 2025-02-11T20:45:48.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-02-11T20:45:48.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-02-11T20:45:48.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-02-11T20:45:48.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2694 | 2025-02-11T20:45:48.848Z | |
2695 | 2025-02-11T20:45:48.848Z | info: running `cargo check --bins` on dpd-client (83/199) |
2696 | 2025-02-11T20:45:49.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-02-11T20:45:49.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-02-11T20:45:49.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-02-11T20:45:49.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2700 | 2025-02-11T20:45:49.457Z | |
2701 | 2025-02-11T20:45:49.458Z | info: running `cargo check --bins` on gateway-client (84/199) |
2702 | 2025-02-11T20:45:49.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-02-11T20:45:49.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-02-11T20:45:49.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-02-11T20:45:49.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2706 | 2025-02-11T20:45:50.052Z | |
2707 | 2025-02-11T20:45:50.053Z | info: running `cargo check --bins` on installinator-client (85/199) |
2708 | 2025-02-11T20:45:50.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-02-11T20:45:50.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-02-11T20:45:50.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-02-11T20:45:50.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2712 | 2025-02-11T20:45:50.680Z | |
2713 | 2025-02-11T20:45:50.680Z | info: running `cargo check --bins` on installinator-common (86/199) |
2714 | 2025-02-11T20:45:51.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-02-11T20:45:51.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-02-11T20:45:51.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-02-11T20:45:51.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2718 | 2025-02-11T20:45:51.305Z | |
2719 | 2025-02-11T20:45:51.305Z | info: running `cargo check --bins` on update-engine (87/199) |
2720 | 2025-02-11T20:45:51.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-02-11T20:45:51.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-02-11T20:45:51.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-02-11T20:45:51.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2724 | 2025-02-11T20:45:51.902Z | |
2725 | 2025-02-11T20:45:51.902Z | info: running `cargo check --bins` on nexus-client (88/199) |
2726 | 2025-02-11T20:45:52.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-02-11T20:45:52.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-02-11T20:45:52.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-02-11T20:45:52.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2730 | 2025-02-11T20:45:52.539Z | |
2731 | 2025-02-11T20:45:52.539Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2732 | 2025-02-11T20:45:53.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-02-11T20:45:53.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-02-11T20:45:53.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-02-11T20:45:53.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2736 | 2025-02-11T20:45:53.166Z | |
2737 | 2025-02-11T20:45:53.166Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2738 | 2025-02-11T20:45:53.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-02-11T20:45:53.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-02-11T20:45:53.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-02-11T20:45:53.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2742 | 2025-02-11T20:45:53.768Z | |
2743 | 2025-02-11T20:45:53.768Z | info: running `cargo check --bins` on nexus-types (91/199) |
2744 | 2025-02-11T20:45:54.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-02-11T20:45:54.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-02-11T20:45:54.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-02-11T20:45:54.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2748 | 2025-02-11T20:45:54.406Z | |
2749 | 2025-02-11T20:45:54.406Z | info: running `cargo check --bins` on oxide-client (92/199) |
2750 | 2025-02-11T20:45:54.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-02-11T20:45:54.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-02-11T20:45:54.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-02-11T20:45:54.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2754 | 2025-02-11T20:45:55.006Z | |
2755 | 2025-02-11T20:45:55.006Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2756 | 2025-02-11T20:45:55.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-02-11T20:45:55.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-02-11T20:45:55.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-02-11T20:45:55.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2760 | 2025-02-11T20:45:55.619Z | |
2761 | 2025-02-11T20:45:55.619Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2762 | 2025-02-11T20:45:56.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-02-11T20:45:56.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-02-11T20:45:56.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-02-11T20:45:56.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2766 | 2025-02-11T20:45:56.217Z | |
2767 | 2025-02-11T20:45:56.217Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2768 | 2025-02-11T20:45:56.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-02-11T20:45:56.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-02-11T20:45:56.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-02-11T20:45:56.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2772 | 2025-02-11T20:45:56.846Z | |
2773 | 2025-02-11T20:45:56.846Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2774 | 2025-02-11T20:45:57.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-02-11T20:45:57.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-02-11T20:45:57.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-02-11T20:45:57.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2778 | 2025-02-11T20:45:57.494Z | |
2779 | 2025-02-11T20:45:57.494Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2780 | 2025-02-11T20:45:58.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-02-11T20:45:58.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-02-11T20:45:58.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-02-11T20:45:58.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2025-02-11T20:45:58.132Z | |
2785 | 2025-02-11T20:45:58.132Z | info: running `cargo check --bins` on wicket-common (98/199) |
2786 | 2025-02-11T20:45:58.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-02-11T20:45:58.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-02-11T20:45:58.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-02-11T20:45:58.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2790 | 2025-02-11T20:45:58.770Z | |
2791 | 2025-02-11T20:45:58.770Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2792 | 2025-02-11T20:45:59.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-02-11T20:45:59.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-02-11T20:45:59.417Z | Checking csv-core v0.1.11 |
2795 | 2025-02-11T20:45:59.417Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2796 | 2025-02-11T20:45:59.420Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2797 | 2025-02-11T20:45:59.420Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2798 | 2025-02-11T20:45:59.704Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2799 | 2025-02-11T20:45:59.720Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2800 | 2025-02-11T20:45:59.738Z | Checking csv v1.3.1 |
2801 | 2025-02-11T20:46:00.254Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2802 | 2025-02-11T20:46:00.586Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2803 | 2025-02-11T20:46:02.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
2804 | 2025-02-11T20:46:02.356Z | |
2805 | 2025-02-11T20:46:02.356Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2806 | 2025-02-11T20:46:02.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-02-11T20:46:02.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-02-11T20:46:02.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-02-11T20:46:02.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2810 | 2025-02-11T20:46:02.974Z | |
2811 | 2025-02-11T20:46:02.974Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2812 | 2025-02-11T20:46:03.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-02-11T20:46:03.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-02-11T20:46:03.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-02-11T20:46:03.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2816 | 2025-02-11T20:46:03.588Z | |
2817 | 2025-02-11T20:46:03.588Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2818 | 2025-02-11T20:46:04.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-02-11T20:46:04.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-02-11T20:46:04.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-02-11T20:46:04.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2822 | 2025-02-11T20:46:04.310Z | |
2823 | 2025-02-11T20:46:04.310Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2824 | 2025-02-11T20:46:04.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-02-11T20:46:04.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-02-11T20:46:04.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-02-11T20:46:04.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2828 | 2025-02-11T20:46:05.028Z | |
2829 | 2025-02-11T20:46:05.028Z | info: running `cargo check --bins` on dns-server (104/199) |
2830 | 2025-02-11T20:46:05.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-02-11T20:46:05.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-02-11T20:46:05.661Z | Compiling typify-impl v0.3.0 |
2833 | 2025-02-11T20:46:05.770Z | Compiling parking_lot_core v0.8.6 |
2834 | 2025-02-11T20:46:05.779Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2835 | 2025-02-11T20:46:05.787Z | Checking fxhash v0.2.1 |
2836 | 2025-02-11T20:46:05.798Z | Checking hickory-client v0.24.2 |
2837 | 2025-02-11T20:46:05.813Z | Checking hickory-server v0.24.2 |
2838 | 2025-02-11T20:46:06.430Z | Checking parking_lot v0.11.2 |
2839 | 2025-02-11T20:46:06.503Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2840 | 2025-02-11T20:46:06.689Z | Checking sled v0.34.7 |
2841 | 2025-02-11T20:46:11.162Z | Compiling typify-macro v0.3.0 |
2842 | 2025-02-11T20:46:12.701Z | Compiling typify v0.3.0 |
2843 | 2025-02-11T20:46:12.769Z | Compiling progenitor-impl v0.9.1 |
2844 | 2025-02-11T20:46:15.178Z | Compiling progenitor-macro v0.9.1 |
2845 | 2025-02-11T20:46:18.782Z | Checking progenitor v0.9.1 |
2846 | 2025-02-11T20:46:18.910Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2847 | 2025-02-11T20:46:19.363Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2848 | 2025-02-11T20:46:20.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.56s |
2849 | 2025-02-11T20:46:20.769Z | |
2850 | 2025-02-11T20:46:20.769Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2851 | 2025-02-11T20:46:21.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-02-11T20:46:21.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-02-11T20:46:21.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-02-11T20:46:21.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2855 | 2025-02-11T20:46:21.387Z | |
2856 | 2025-02-11T20:46:21.387Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2857 | 2025-02-11T20:46:21.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-02-11T20:46:21.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-02-11T20:46:21.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-02-11T20:46:21.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2861 | 2025-02-11T20:46:22.058Z | |
2862 | 2025-02-11T20:46:22.058Z | info: running `cargo check --bins` on gateway-types (107/199) |
2863 | 2025-02-11T20:46:22.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-02-11T20:46:22.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-02-11T20:46:22.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-02-11T20:46:22.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2867 | 2025-02-11T20:46:22.673Z | |
2868 | 2025-02-11T20:46:22.673Z | info: running `cargo check --bins` on ipcc (108/199) |
2869 | 2025-02-11T20:46:23.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-02-11T20:46:23.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-02-11T20:46:23.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-02-11T20:46:23.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2873 | 2025-02-11T20:46:23.291Z | |
2874 | 2025-02-11T20:46:23.291Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2875 | 2025-02-11T20:46:23.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-02-11T20:46:23.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-02-11T20:46:23.984Z | Compiling radium v0.7.0 |
2878 | 2025-02-11T20:46:23.984Z | Compiling semver v0.1.20 |
2879 | 2025-02-11T20:46:24.108Z | Compiling maybe-uninit v2.0.0 |
2880 | 2025-02-11T20:46:24.113Z | Checking tap v1.0.1 |
2881 | 2025-02-11T20:46:24.124Z | Checking password-hash v0.5.0 |
2882 | 2025-02-11T20:46:24.138Z | Checking blake2 v0.10.6 |
2883 | 2025-02-11T20:46:24.138Z | Compiling owo-colors v4.1.0 |
2884 | 2025-02-11T20:46:24.138Z | Compiling cancel-safe-futures v0.1.5 |
2885 | 2025-02-11T20:46:24.242Z | Checking wyz v0.5.1 |
2886 | 2025-02-11T20:46:24.421Z | Compiling rustc_version v0.1.7 |
2887 | 2025-02-11T20:46:24.486Z | Compiling packed_struct v0.10.1 |
2888 | 2025-02-11T20:46:24.554Z | Checking crc-catalog v2.4.0 |
2889 | 2025-02-11T20:46:24.573Z | Checking funty v2.0.0 |
2890 | 2025-02-11T20:46:24.604Z | Checking argon2 v0.5.3 |
2891 | 2025-02-11T20:46:24.703Z | Checking crc v3.2.1 |
2892 | 2025-02-11T20:46:24.719Z | Compiling packed_struct_codegen v0.10.1 |
2893 | 2025-02-11T20:46:24.735Z | Checking half v2.4.1 |
2894 | 2025-02-11T20:46:24.882Z | Compiling newtype_derive v0.1.6 |
2895 | 2025-02-11T20:46:24.921Z | Compiling indexmap v1.9.3 |
2896 | 2025-02-11T20:46:24.944Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2897 | 2025-02-11T20:46:25.128Z | Checking ciborium-io v0.2.2 |
2898 | 2025-02-11T20:46:25.174Z | Checking nodrop v0.1.14 |
2899 | 2025-02-11T20:46:25.247Z | Checking ciborium-ll v0.2.2 |
2900 | 2025-02-11T20:46:25.250Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2901 | 2025-02-11T20:46:25.286Z | Checking smallvec v0.6.14 |
2902 | 2025-02-11T20:46:25.304Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2903 | 2025-02-11T20:46:25.308Z | Checking array-init v0.0.4 |
2904 | 2025-02-11T20:46:25.375Z | Checking bitvec v1.0.1 |
2905 | 2025-02-11T20:46:25.549Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2906 | 2025-02-11T20:46:25.631Z | Checking libsw v3.3.1 |
2907 | 2025-02-11T20:46:25.879Z | Compiling memoffset v0.9.1 |
2908 | 2025-02-11T20:46:25.921Z | Checking hashbrown v0.12.3 |
2909 | 2025-02-11T20:46:25.973Z | Checking linear-map v1.2.0 |
2910 | 2025-02-11T20:46:26.178Z | Checking bitfield v0.14.0 |
2911 | 2025-02-11T20:46:26.197Z | Checking swrite v0.1.0 |
2912 | 2025-02-11T20:46:26.266Z | Checking termcolor v1.4.1 |
2913 | 2025-02-11T20:46:26.330Z | Checking indent_write v2.2.0 |
2914 | 2025-02-11T20:46:26.463Z | Checking ron v0.8.1 |
2915 | 2025-02-11T20:46:26.537Z | Checking serde-hex v0.1.0 |
2916 | 2025-02-11T20:46:26.639Z | Checking env_logger v0.10.2 |
2917 | 2025-02-11T20:46:26.666Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2918 | 2025-02-11T20:46:26.836Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2919 | 2025-02-11T20:46:27.041Z | Checking ciborium v0.2.2 |
2920 | 2025-02-11T20:46:27.264Z | Checking steno v0.4.1 |
2921 | 2025-02-11T20:46:27.483Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2922 | 2025-02-11T20:46:27.871Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2923 | 2025-02-11T20:46:27.929Z | Checking hashbrown v0.13.2 |
2924 | 2025-02-11T20:46:28.123Z | Checking humantime v2.1.0 |
2925 | 2025-02-11T20:46:28.154Z | Checking crc-any v2.5.0 |
2926 | 2025-02-11T20:46:28.419Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2927 | 2025-02-11T20:46:28.544Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2928 | 2025-02-11T20:46:28.790Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2929 | 2025-02-11T20:46:28.844Z | Checking object v0.30.4 |
2930 | 2025-02-11T20:46:29.084Z | Checking path-slash v0.1.5 |
2931 | 2025-02-11T20:46:29.117Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2932 | 2025-02-11T20:46:29.317Z | Checking nix v0.27.1 |
2933 | 2025-02-11T20:46:29.352Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2934 | 2025-02-11T20:46:29.632Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2935 | 2025-02-11T20:46:29.886Z | Checking tungstenite v0.23.0 |
2936 | 2025-02-11T20:46:30.030Z | Checking kstat-rs v0.2.4 |
2937 | 2025-02-11T20:46:30.357Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2938 | 2025-02-11T20:46:30.390Z | Checking signal-hook-tokio v0.3.1 |
2939 | 2025-02-11T20:46:30.752Z | Checking tokio-tungstenite v0.23.1 |
2940 | 2025-02-11T20:46:31.083Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2941 | 2025-02-11T20:46:31.594Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2942 | 2025-02-11T20:46:31.625Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2943 | 2025-02-11T20:46:37.892Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2944 | 2025-02-11T20:46:39.193Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2945 | 2025-02-11T20:46:41.846Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2946 | 2025-02-11T20:46:46.884Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2947 | 2025-02-11T20:46:47.524Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2948 | 2025-02-11T20:46:54.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.83s |
2949 | 2025-02-11T20:46:54.134Z | |
2950 | 2025-02-11T20:46:54.134Z | info: running `cargo check --bins` on gateway-api (110/199) |
2951 | 2025-02-11T20:46:54.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-02-11T20:46:54.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-02-11T20:46:54.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-02-11T20:46:54.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2955 | 2025-02-11T20:46:54.135Z | |
2956 | 2025-02-11T20:46:54.135Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2957 | 2025-02-11T20:46:54.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-02-11T20:46:54.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-02-11T20:46:54.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-02-11T20:46:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2961 | 2025-02-11T20:46:54.151Z | |
2962 | 2025-02-11T20:46:54.151Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2963 | 2025-02-11T20:46:54.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-02-11T20:46:54.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-02-11T20:46:54.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-02-11T20:46:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2967 | 2025-02-11T20:46:54.151Z | |
2968 | 2025-02-11T20:46:54.151Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2969 | 2025-02-11T20:46:54.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-02-11T20:46:54.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-02-11T20:46:54.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-02-11T20:46:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2973 | 2025-02-11T20:46:54.151Z | |
2974 | 2025-02-11T20:46:54.151Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2975 | 2025-02-11T20:46:54.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-02-11T20:46:54.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-02-11T20:46:54.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2025-02-11T20:46:54.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2979 | 2025-02-11T20:46:54.151Z | |
2980 | 2025-02-11T20:46:54.151Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2981 | 2025-02-11T20:46:54.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2025-02-11T20:46:54.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2025-02-11T20:46:54.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2025-02-11T20:46:54.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2985 | 2025-02-11T20:46:54.152Z | |
2986 | 2025-02-11T20:46:54.152Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2987 | 2025-02-11T20:46:54.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2025-02-11T20:46:54.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2025-02-11T20:46:54.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2025-02-11T20:46:54.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2991 | 2025-02-11T20:46:54.601Z | |
2992 | 2025-02-11T20:46:54.601Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
2993 | 2025-02-11T20:46:55.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-02-11T20:46:55.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-02-11T20:46:55.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2025-02-11T20:46:55.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2997 | 2025-02-11T20:46:55.214Z | |
2998 | 2025-02-11T20:46:55.214Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
2999 | 2025-02-11T20:46:55.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-02-11T20:46:55.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-02-11T20:46:55.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2025-02-11T20:46:55.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3003 | 2025-02-11T20:46:55.856Z | |
3004 | 2025-02-11T20:46:55.856Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3005 | 2025-02-11T20:46:56.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-02-11T20:46:56.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-02-11T20:46:56.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2025-02-11T20:46:56.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3009 | 2025-02-11T20:46:56.466Z | |
3010 | 2025-02-11T20:46:56.466Z | info: running `cargo check --bins` on sp-sim (120/199) |
3011 | 2025-02-11T20:46:56.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-02-11T20:46:57.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-02-11T20:46:57.084Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3014 | 2025-02-11T20:46:57.519Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3015 | 2025-02-11T20:46:59.133Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3016 | 2025-02-11T20:47:00.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3017 | 2025-02-11T20:47:00.913Z | |
3018 | 2025-02-11T20:47:00.913Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3019 | 2025-02-11T20:47:01.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-02-11T20:47:01.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-02-11T20:47:01.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-02-11T20:47:01.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3023 | 2025-02-11T20:47:01.571Z | |
3024 | 2025-02-11T20:47:01.571Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3025 | 2025-02-11T20:47:02.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-02-11T20:47:02.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-02-11T20:47:02.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-02-11T20:47:02.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3029 | 2025-02-11T20:47:02.236Z | |
3030 | 2025-02-11T20:47:02.236Z | info: running `cargo check --bins` on db-macros (123/199) |
3031 | 2025-02-11T20:47:02.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-02-11T20:47:02.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-02-11T20:47:02.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-02-11T20:47:02.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3035 | 2025-02-11T20:47:02.833Z | |
3036 | 2025-02-11T20:47:02.833Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3037 | 2025-02-11T20:47:03.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-02-11T20:47:03.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-02-11T20:47:03.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-02-11T20:47:03.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3041 | 2025-02-11T20:47:03.431Z | |
3042 | 2025-02-11T20:47:03.431Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3043 | 2025-02-11T20:47:03.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-02-11T20:47:03.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-02-11T20:47:03.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-02-11T20:47:04.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3047 | 2025-02-11T20:47:04.083Z | |
3048 | 2025-02-11T20:47:04.083Z | info: running `cargo check --bins` on authz-macros (126/199) |
3049 | 2025-02-11T20:47:04.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-02-11T20:47:04.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-02-11T20:47:04.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-02-11T20:47:04.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3053 | 2025-02-11T20:47:04.684Z | |
3054 | 2025-02-11T20:47:04.684Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3055 | 2025-02-11T20:47:05.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-02-11T20:47:05.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-02-11T20:47:05.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-02-11T20:47:05.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3059 | 2025-02-11T20:47:05.331Z | |
3060 | 2025-02-11T20:47:05.331Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3061 | 2025-02-11T20:47:05.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-02-11T20:47:05.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-02-11T20:47:05.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-02-11T20:47:05.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3065 | 2025-02-11T20:47:05.975Z | |
3066 | 2025-02-11T20:47:05.975Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3067 | 2025-02-11T20:47:06.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-02-11T20:47:06.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-02-11T20:47:06.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-02-11T20:47:06.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3071 | 2025-02-11T20:47:06.589Z | |
3072 | 2025-02-11T20:47:06.589Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3073 | 2025-02-11T20:47:07.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-02-11T20:47:07.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-02-11T20:47:07.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-02-11T20:47:07.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3077 | 2025-02-11T20:47:07.236Z | |
3078 | 2025-02-11T20:47:07.236Z | info: running `cargo check --bins` on typed-rng (131/199) |
3079 | 2025-02-11T20:47:07.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-02-11T20:47:07.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-02-11T20:47:07.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-02-11T20:47:07.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3083 | 2025-02-11T20:47:07.830Z | |
3084 | 2025-02-11T20:47:07.830Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3085 | 2025-02-11T20:47:08.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-02-11T20:47:08.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-02-11T20:47:08.557Z | Checking keccak v0.1.5 |
3088 | 2025-02-11T20:47:08.670Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3089 | 2025-02-11T20:47:08.672Z | Checking secrecy v0.8.0 |
3090 | 2025-02-11T20:47:08.672Z | Compiling unicase v2.7.0 |
3091 | 2025-02-11T20:47:08.679Z | Compiling same-file v1.0.6 |
3092 | 2025-02-11T20:47:08.713Z | Compiling tempfile v3.13.0 |
3093 | 2025-02-11T20:47:08.729Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3094 | 2025-02-11T20:47:08.732Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3095 | 2025-02-11T20:47:08.843Z | Compiling thiserror-impl-no-std v2.0.2 |
3096 | 2025-02-11T20:47:08.946Z | Checking sha3 v0.10.8 |
3097 | 2025-02-11T20:47:08.981Z | Compiling walkdir v2.5.0 |
3098 | 2025-02-11T20:47:08.996Z | Checking universal-hash v0.5.1 |
3099 | 2025-02-11T20:47:09.014Z | Compiling blake3 v1.5.4 |
3100 | 2025-02-11T20:47:09.147Z | Checking opaque-debug v0.3.1 |
3101 | 2025-02-11T20:47:09.194Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3102 | 2025-02-11T20:47:09.252Z | Checking poly1305 v0.8.0 |
3103 | 2025-02-11T20:47:09.277Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3104 | 2025-02-11T20:47:09.340Z | Checking chacha20 v0.9.1 |
3105 | 2025-02-11T20:47:09.470Z | Checking aead v0.5.2 |
3106 | 2025-02-11T20:47:09.489Z | Compiling memmap2 v0.9.5 |
3107 | 2025-02-11T20:47:09.628Z | Compiling arrayref v0.3.9 |
3108 | 2025-02-11T20:47:09.692Z | Compiling libefi-sys v0.1.0 |
3109 | 2025-02-11T20:47:09.695Z | Compiling salty v0.3.0 |
3110 | 2025-02-11T20:47:09.735Z | Compiling constant_time_eq v0.3.1 |
3111 | 2025-02-11T20:47:09.779Z | Compiling arrayvec v0.7.6 |
3112 | 2025-02-11T20:47:09.903Z | Checking chacha20poly1305 v0.10.1 |
3113 | 2025-02-11T20:47:09.943Z | Compiling toolchain_find v0.4.0 |
3114 | 2025-02-11T20:47:10.083Z | Compiling camino-tempfile v1.1.1 |
3115 | 2025-02-11T20:47:10.107Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3116 | 2025-02-11T20:47:10.131Z | Compiling bitfield-struct v0.6.2 |
3117 | 2025-02-11T20:47:10.333Z | Compiling topological-sort v0.2.2 |
3118 | 2025-02-11T20:47:10.509Z | Compiling mime_guess v2.0.5 |
3119 | 2025-02-11T20:47:10.523Z | Compiling rustfmt-wrapper v0.2.1 |
3120 | 2025-02-11T20:47:10.954Z | Compiling omicron-zone-package v0.12.0 |
3121 | 2025-02-11T20:47:11.069Z | Compiling progenitor v0.9.1 |
3122 | 2025-02-11T20:47:11.104Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3123 | 2025-02-11T20:47:11.292Z | Checking primeorder v0.13.6 |
3124 | 2025-02-11T20:47:11.383Z | Checking env_filter v0.1.2 |
3125 | 2025-02-11T20:47:11.402Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3126 | 2025-02-11T20:47:11.547Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3127 | 2025-02-11T20:47:11.617Z | Checking env_logger v0.11.5 |
3128 | 2025-02-11T20:47:11.620Z | Checking thiserror-no-std v2.0.2 |
3129 | 2025-02-11T20:47:11.697Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3130 | 2025-02-11T20:47:11.720Z | Checking p384 v0.13.0 |
3131 | 2025-02-11T20:47:11.746Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3132 | 2025-02-11T20:47:11.763Z | Checking vsss-rs v3.3.4 |
3133 | 2025-02-11T20:47:11.863Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3134 | 2025-02-11T20:47:11.991Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
3135 | 2025-02-11T20:47:12.043Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3136 | 2025-02-11T20:47:12.204Z | Checking simd-adler32 v0.3.7 |
3137 | 2025-02-11T20:47:12.260Z | Checking lockfree-object-pool v0.1.6 |
3138 | 2025-02-11T20:47:12.493Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3139 | 2025-02-11T20:47:12.512Z | Checking bumpalo v3.16.0 |
3140 | 2025-02-11T20:47:12.535Z | Compiling zip v2.1.3 |
3141 | 2025-02-11T20:47:12.782Z | Checking http-range v0.1.5 |
3142 | 2025-02-11T20:47:12.800Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3143 | 2025-02-11T20:47:12.851Z | Checking zopfli v0.8.1 |
3144 | 2025-02-11T20:47:12.927Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3145 | 2025-02-11T20:47:13.084Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3146 | 2025-02-11T20:47:13.553Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3147 | 2025-02-11T20:47:13.625Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
3148 | 2025-02-11T20:47:13.690Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3149 | 2025-02-11T20:47:13.721Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3150 | 2025-02-11T20:47:14.091Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3151 | 2025-02-11T20:47:14.321Z | Checking atty v0.2.14 |
3152 | 2025-02-11T20:47:14.341Z | Checking glob v0.3.2 |
3153 | 2025-02-11T20:47:14.502Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3154 | 2025-02-11T20:47:14.632Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3155 | 2025-02-11T20:47:14.700Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3156 | 2025-02-11T20:47:14.923Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3157 | 2025-02-11T20:47:15.580Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3158 | 2025-02-11T20:47:15.600Z | Checking hyper-staticfile v0.10.1 |
3159 | 2025-02-11T20:47:16.137Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3160 | 2025-02-11T20:47:16.445Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3161 | 2025-02-11T20:47:16.644Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3162 | 2025-02-11T20:47:16.761Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3163 | 2025-02-11T20:47:16.809Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3164 | 2025-02-11T20:47:16.826Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3165 | 2025-02-11T20:47:16.907Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3166 | 2025-02-11T20:47:17.173Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3167 | 2025-02-11T20:47:17.378Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3168 | 2025-02-11T20:47:17.748Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3169 | 2025-02-11T20:47:20.609Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3170 | 2025-02-11T20:47:20.609Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3171 | 2025-02-11T20:47:28.847Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3172 | 2025-02-11T20:47:41.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.91s |
3173 | 2025-02-11T20:47:41.929Z | |
3174 | 2025-02-11T20:47:41.929Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3175 | 2025-02-11T20:47:42.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-02-11T20:47:42.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-02-11T20:47:42.647Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3178 | 2025-02-11T20:47:55.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
3179 | 2025-02-11T20:47:55.646Z | |
3180 | 2025-02-11T20:47:55.646Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3181 | 2025-02-11T20:47:56.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-02-11T20:47:56.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-02-11T20:47:56.366Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3184 | 2025-02-11T20:48:09.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
3185 | 2025-02-11T20:48:09.467Z | |
3186 | 2025-02-11T20:48:09.467Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3187 | 2025-02-11T20:48:10.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-02-11T20:48:10.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-02-11T20:48:10.202Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3190 | 2025-02-11T20:48:23.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
3191 | 2025-02-11T20:48:23.291Z | |
3192 | 2025-02-11T20:48:23.291Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3193 | 2025-02-11T20:48:23.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-02-11T20:48:23.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-02-11T20:48:24.019Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3196 | 2025-02-11T20:48:36.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
3197 | 2025-02-11T20:48:37.182Z | |
3198 | 2025-02-11T20:48:37.182Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3199 | 2025-02-11T20:48:37.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-02-11T20:48:37.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-02-11T20:48:37.903Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3202 | 2025-02-11T20:48:50.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
3203 | 2025-02-11T20:48:51.068Z | |
3204 | 2025-02-11T20:48:51.068Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3205 | 2025-02-11T20:48:51.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-02-11T20:48:51.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-02-11T20:48:51.789Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3208 | 2025-02-11T20:49:04.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
3209 | 2025-02-11T20:49:05.066Z | |
3210 | 2025-02-11T20:49:05.066Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3211 | 2025-02-11T20:49:05.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-02-11T20:49:05.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-02-11T20:49:05.787Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3214 | 2025-02-11T20:49:18.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
3215 | 2025-02-11T20:49:18.807Z | |
3216 | 2025-02-11T20:49:18.808Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3217 | 2025-02-11T20:49:19.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2025-02-11T20:49:19.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2025-02-11T20:49:19.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2025-02-11T20:49:19.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3221 | 2025-02-11T20:49:19.460Z | |
3222 | 2025-02-11T20:49:19.460Z | info: running `cargo check --bins` on key-manager (141/199) |
3223 | 2025-02-11T20:49:20.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2025-02-11T20:49:20.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2025-02-11T20:49:20.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2025-02-11T20:49:20.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3227 | 2025-02-11T20:49:20.086Z | |
3228 | 2025-02-11T20:49:20.086Z | info: running `cargo check --bins` on range-requests (142/199) |
3229 | 2025-02-11T20:49:20.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-02-11T20:49:20.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-02-11T20:49:20.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2025-02-11T20:49:20.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3233 | 2025-02-11T20:49:20.685Z | |
3234 | 2025-02-11T20:49:20.685Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3235 | 2025-02-11T20:49:21.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-02-11T20:49:21.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-02-11T20:49:21.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2025-02-11T20:49:21.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3239 | 2025-02-11T20:49:21.312Z | |
3240 | 2025-02-11T20:49:21.312Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3241 | 2025-02-11T20:49:21.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-02-11T20:49:21.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-02-11T20:49:21.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2025-02-11T20:49:21.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3245 | 2025-02-11T20:49:21.961Z | |
3246 | 2025-02-11T20:49:21.961Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3247 | 2025-02-11T20:49:22.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-02-11T20:49:22.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-02-11T20:49:22.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3250 | 2025-02-11T20:49:22.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3251 | 2025-02-11T20:49:22.561Z | |
3252 | 2025-02-11T20:49:22.561Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3253 | 2025-02-11T20:49:23.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-02-11T20:49:23.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-02-11T20:49:23.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3256 | 2025-02-11T20:49:23.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3257 | 2025-02-11T20:49:23.193Z | |
3258 | 2025-02-11T20:49:23.193Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3259 | 2025-02-11T20:49:23.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-02-11T20:49:23.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-02-11T20:49:23.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3262 | 2025-02-11T20:49:23.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3263 | 2025-02-11T20:49:23.828Z | |
3264 | 2025-02-11T20:49:23.828Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3265 | 2025-02-11T20:49:24.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-02-11T20:49:24.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-02-11T20:49:24.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2025-02-11T20:49:24.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3269 | 2025-02-11T20:49:24.456Z | |
3270 | 2025-02-11T20:49:24.456Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3271 | 2025-02-11T20:49:25.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-02-11T20:49:25.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-02-11T20:49:25.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2025-02-11T20:49:25.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3275 | 2025-02-11T20:49:25.091Z | |
3276 | 2025-02-11T20:49:25.091Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3277 | 2025-02-11T20:49:25.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-02-11T20:49:25.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-02-11T20:49:25.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2025-02-11T20:49:25.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3281 | 2025-02-11T20:49:25.745Z | |
3282 | 2025-02-11T20:49:25.745Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3283 | 2025-02-11T20:49:26.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-02-11T20:49:26.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-02-11T20:49:26.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2025-02-11T20:49:26.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3287 | 2025-02-11T20:49:26.394Z | |
3288 | 2025-02-11T20:49:26.394Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3289 | 2025-02-11T20:49:26.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-02-11T20:49:26.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-02-11T20:49:27.071Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3292 | 2025-02-11T20:49:27.071Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3293 | 2025-02-11T20:49:27.911Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3294 | 2025-02-11T20:49:29.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3295 | 2025-02-11T20:49:30.005Z | |
3296 | 2025-02-11T20:49:30.005Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3297 | 2025-02-11T20:49:30.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-02-11T20:49:30.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-02-11T20:49:30.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2025-02-11T20:49:30.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3301 | 2025-02-11T20:49:30.617Z | |
3302 | 2025-02-11T20:49:30.617Z | info: running `cargo check --bins` on cert-dev (154/199) |
3303 | 2025-02-11T20:49:31.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-02-11T20:49:31.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-02-11T20:49:31.216Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3306 | 2025-02-11T20:49:31.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3307 | 2025-02-11T20:49:31.646Z | |
3308 | 2025-02-11T20:49:31.646Z | info: running `cargo check --bins` on clickana (155/199) |
3309 | 2025-02-11T20:49:32.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-02-11T20:49:32.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-02-11T20:49:32.280Z | Checking castaway v0.2.3 |
3312 | 2025-02-11T20:49:32.280Z | Checking lru v0.12.5 |
3313 | 2025-02-11T20:49:32.283Z | Compiling instability v0.3.2 |
3314 | 2025-02-11T20:49:32.283Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3315 | 2025-02-11T20:49:32.283Z | Checking unicode-truncate v1.1.0 |
3316 | 2025-02-11T20:49:32.283Z | Checking cassowary v0.3.0 |
3317 | 2025-02-11T20:49:32.521Z | Checking compact_str v0.8.0 |
3318 | 2025-02-11T20:49:33.074Z | Checking ratatui v0.28.1 |
3319 | 2025-02-11T20:49:33.945Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3320 | 2025-02-11T20:49:35.083Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3321 | 2025-02-11T20:49:35.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
3322 | 2025-02-11T20:49:36.075Z | |
3323 | 2025-02-11T20:49:36.075Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3324 | 2025-02-11T20:49:36.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-02-11T20:49:36.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-02-11T20:49:36.739Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3327 | 2025-02-11T20:49:36.740Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3328 | 2025-02-11T20:49:37.725Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3329 | 2025-02-11T20:49:38.190Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3330 | 2025-02-11T20:49:38.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
3331 | 2025-02-11T20:49:38.702Z | |
3332 | 2025-02-11T20:49:38.702Z | info: running `cargo check --bins` on ch-dev (157/199) |
3333 | 2025-02-11T20:49:39.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2025-02-11T20:49:39.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2025-02-11T20:49:39.346Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3336 | 2025-02-11T20:49:40.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3337 | 2025-02-11T20:49:40.213Z | |
3338 | 2025-02-11T20:49:40.213Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3339 | 2025-02-11T20:49:40.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2025-02-11T20:49:40.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2025-02-11T20:49:40.853Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3342 | 2025-02-11T20:49:41.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3343 | 2025-02-11T20:49:41.374Z | |
3344 | 2025-02-11T20:49:41.374Z | info: running `cargo check --bins` on db-dev (159/199) |
3345 | 2025-02-11T20:49:41.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2025-02-11T20:49:41.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2025-02-11T20:49:42.014Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3348 | 2025-02-11T20:49:42.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3349 | 2025-02-11T20:49:42.895Z | |
3350 | 2025-02-11T20:49:42.895Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3351 | 2025-02-11T20:49:43.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-02-11T20:49:43.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-02-11T20:49:43.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2025-02-11T20:49:43.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3355 | 2025-02-11T20:49:43.528Z | |
3356 | 2025-02-11T20:49:43.528Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3357 | 2025-02-11T20:49:44.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-02-11T20:49:44.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-02-11T20:49:44.126Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3360 | 2025-02-11T20:49:44.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3361 | 2025-02-11T20:49:45.130Z | |
3362 | 2025-02-11T20:49:45.130Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3363 | 2025-02-11T20:49:45.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-02-11T20:49:45.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-02-11T20:49:45.731Z | Checking cargo-platform v0.1.8 |
3366 | 2025-02-11T20:49:45.999Z | Checking cargo_metadata v0.18.1 |
3367 | 2025-02-11T20:49:46.897Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3368 | 2025-02-11T20:49:47.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3369 | 2025-02-11T20:49:47.868Z | |
3370 | 2025-02-11T20:49:47.868Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3371 | 2025-02-11T20:49:48.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-02-11T20:49:48.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-02-11T20:49:48.579Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3374 | 2025-02-11T20:49:49.949Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3375 | 2025-02-11T20:49:50.486Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3376 | 2025-02-11T20:49:51.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
3377 | 2025-02-11T20:49:51.210Z | |
3378 | 2025-02-11T20:49:51.210Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3379 | 2025-02-11T20:49:51.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-02-11T20:49:51.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-02-11T20:49:51.975Z | Compiling crunchy v0.2.2 |
3382 | 2025-02-11T20:49:51.975Z | Compiling tiny-keccak v2.0.2 |
3383 | 2025-02-11T20:49:51.978Z | Compiling dsl_auto_type v0.1.2 |
3384 | 2025-02-11T20:49:51.978Z | Checking scheduled-thread-pool v0.2.7 |
3385 | 2025-02-11T20:49:51.978Z | Compiling diesel_table_macro_syntax v0.2.0 |
3386 | 2025-02-11T20:49:52.112Z | Compiling ascii-canvas v3.0.0 |
3387 | 2025-02-11T20:49:52.123Z | Compiling ena v0.14.3 |
3388 | 2025-02-11T20:49:52.133Z | Compiling regex-syntax v0.6.29 |
3389 | 2025-02-11T20:49:52.291Z | Checking r2d2 v0.8.10 |
3390 | 2025-02-11T20:49:52.411Z | Compiling diff v0.1.13 |
3391 | 2025-02-11T20:49:52.508Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3392 | 2025-02-11T20:49:52.554Z | Compiling ref-cast v1.0.23 |
3393 | 2025-02-11T20:49:52.571Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3394 | 2025-02-11T20:49:52.589Z | Compiling derive_builder_core v0.20.2 |
3395 | 2025-02-11T20:49:52.726Z | Compiling libxml v0.3.3 |
3396 | 2025-02-11T20:49:52.837Z | Compiling ref-cast-impl v1.0.23 |
3397 | 2025-02-11T20:49:52.967Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3398 | 2025-02-11T20:49:53.140Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3399 | 2025-02-11T20:49:53.160Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3400 | 2025-02-11T20:49:53.300Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3401 | 2025-02-11T20:49:53.439Z | Compiling strum_macros v0.24.3 |
3402 | 2025-02-11T20:49:53.462Z | Compiling samael v0.0.17 |
3403 | 2025-02-11T20:49:53.481Z | Compiling diesel_derives v2.2.3 |
3404 | 2025-02-11T20:49:53.662Z | Compiling indoc v1.0.9 |
3405 | 2025-02-11T20:49:54.527Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3406 | 2025-02-11T20:49:54.788Z | Compiling derive_builder_macro v0.20.2 |
3407 | 2025-02-11T20:49:54.831Z | Compiling oso-derive v0.27.3 |
3408 | 2025-02-11T20:49:55.646Z | Compiling lalrpop v0.19.12 |
3409 | 2025-02-11T20:49:55.673Z | Checking derive_builder v0.20.2 |
3410 | 2025-02-11T20:49:55.797Z | Compiling impl-trait-for-tuples v0.2.2 |
3411 | 2025-02-11T20:49:55.828Z | Checking quick-xml v0.33.0 |
3412 | 2025-02-11T20:49:56.282Z | Compiling diesel-dtrace v0.4.2 |
3413 | 2025-02-11T20:49:56.608Z | Checking maplit v1.0.2 |
3414 | 2025-02-11T20:49:56.788Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3415 | 2025-02-11T20:49:56.810Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3416 | 2025-02-11T20:49:57.096Z | Checking bb8 v0.8.5 |
3417 | 2025-02-11T20:49:57.235Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3418 | 2025-02-11T20:49:57.469Z | Checking rand_seeder v0.3.0 |
3419 | 2025-02-11T20:49:57.568Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3420 | 2025-02-11T20:49:57.589Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3421 | 2025-02-11T20:49:57.707Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3422 | 2025-02-11T20:49:57.913Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3423 | 2025-02-11T20:49:58.219Z | Checking unicode-linebreak v0.1.5 |
3424 | 2025-02-11T20:49:58.324Z | Checking is_ci v1.2.0 |
3425 | 2025-02-11T20:49:58.479Z | Checking smawk v0.3.2 |
3426 | 2025-02-11T20:49:58.679Z | Checking supports-color v3.0.1 |
3427 | 2025-02-11T20:49:58.699Z | Checking textwrap v0.16.1 |
3428 | 2025-02-11T20:49:58.904Z | Checking multimap v0.10.0 |
3429 | 2025-02-11T20:49:59.710Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3430 | 2025-02-11T20:50:01.665Z | Checking diesel v2.2.6 |
3431 | 2025-02-11T20:50:25.436Z | Compiling polar-core v0.27.3 |
3432 | 2025-02-11T20:50:26.931Z | Checking async-bb8-diesel v0.2.1 |
3433 | 2025-02-11T20:50:32.630Z | Checking oso v0.27.3 |
3434 | 2025-02-11T20:51:31.727Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3435 | 2025-02-11T20:51:38.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
3436 | 2025-02-11T20:51:38.242Z | |
3437 | 2025-02-11T20:51:38.242Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3438 | 2025-02-11T20:51:38.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3439 | 2025-02-11T20:51:38.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3440 | 2025-02-11T20:51:38.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3441 | 2025-02-11T20:51:38.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3442 | 2025-02-11T20:51:38.901Z | |
3443 | 2025-02-11T20:51:38.901Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3444 | 2025-02-11T20:51:39.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2025-02-11T20:51:39.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2025-02-11T20:51:39.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3447 | 2025-02-11T20:51:39.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3448 | 2025-02-11T20:51:39.563Z | |
3449 | 2025-02-11T20:51:39.563Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3450 | 2025-02-11T20:51:40.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3451 | 2025-02-11T20:51:40.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3452 | 2025-02-11T20:51:40.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3453 | 2025-02-11T20:51:40.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3454 | 2025-02-11T20:51:40.159Z | |
3455 | 2025-02-11T20:51:40.159Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3456 | 2025-02-11T20:51:40.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3457 | 2025-02-11T20:51:40.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3458 | 2025-02-11T20:51:40.951Z | Compiling libz-sys v1.1.20 |
3459 | 2025-02-11T20:51:40.954Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3460 | 2025-02-11T20:51:41.093Z | Compiling vergen v8.3.2 |
3461 | 2025-02-11T20:51:41.096Z | Compiling cargo-platform v0.1.8 |
3462 | 2025-02-11T20:51:41.096Z | Compiling pin-project-internal v1.1.6 |
3463 | 2025-02-11T20:51:41.116Z | Compiling snafu-derive v0.8.5 |
3464 | 2025-02-11T20:51:41.118Z | Compiling libsqlite3-sys v0.30.1 |
3465 | 2025-02-11T20:51:41.119Z | Compiling buf-list v1.0.3 |
3466 | 2025-02-11T20:51:41.383Z | Compiling cargo_metadata v0.18.1 |
3467 | 2025-02-11T20:51:41.552Z | Compiling rustls v0.21.12 |
3468 | 2025-02-11T20:51:41.611Z | Compiling cfg_aliases v0.2.1 |
3469 | 2025-02-11T20:51:41.718Z | Compiling nix v0.29.0 |
3470 | 2025-02-11T20:51:41.861Z | Checking globset v0.4.15 |
3471 | 2025-02-11T20:51:41.902Z | Checking olpc-cjson v0.1.4 |
3472 | 2025-02-11T20:51:41.952Z | Checking rustls-webpki v0.101.7 |
3473 | 2025-02-11T20:51:42.136Z | Checking sct v0.7.1 |
3474 | 2025-02-11T20:51:42.339Z | Checking serde_plain v1.0.2 |
3475 | 2025-02-11T20:51:42.358Z | Checking typed-path v0.9.3 |
3476 | 2025-02-11T20:51:42.884Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3477 | 2025-02-11T20:51:42.954Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3478 | 2025-02-11T20:51:43.176Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3479 | 2025-02-11T20:51:43.233Z | Checking hashlink v0.9.1 |
3480 | 2025-02-11T20:51:43.464Z | Checking fallible-iterator v0.3.0 |
3481 | 2025-02-11T20:51:43.800Z | Checking parse-size v1.1.0 |
3482 | 2025-02-11T20:51:43.820Z | Checking pin-project v1.1.6 |
3483 | 2025-02-11T20:51:43.952Z | Checking fallible-streaming-iterator v0.1.9 |
3484 | 2025-02-11T20:51:44.083Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3485 | 2025-02-11T20:51:44.172Z | Checking rusqlite v0.32.1 |
3486 | 2025-02-11T20:51:44.192Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3487 | 2025-02-11T20:51:44.308Z | Checking rustls-pemfile v1.0.4 |
3488 | 2025-02-11T20:51:44.541Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3489 | 2025-02-11T20:51:44.561Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3490 | 2025-02-11T20:51:44.840Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3491 | 2025-02-11T20:51:45.058Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3492 | 2025-02-11T20:51:45.090Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3493 | 2025-02-11T20:51:45.195Z | Checking twox-hash v2.1.0 |
3494 | 2025-02-11T20:51:45.214Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3495 | 2025-02-11T20:51:45.427Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3496 | 2025-02-11T20:51:45.589Z | Checking tokio-rustls v0.24.1 |
3497 | 2025-02-11T20:51:45.718Z | Checking snafu v0.8.5 |
3498 | 2025-02-11T20:51:45.771Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3499 | 2025-02-11T20:51:46.144Z | Checking tough v0.19.0 |
3500 | 2025-02-11T20:51:46.420Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3501 | 2025-02-11T20:51:46.690Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3502 | 2025-02-11T20:51:46.907Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3503 | 2025-02-11T20:51:47.083Z | Checking fatfs v0.3.6 |
3504 | 2025-02-11T20:51:47.446Z | Checking assert_matches v1.5.0 |
3505 | 2025-02-11T20:51:50.174Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3506 | 2025-02-11T20:51:51.445Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3507 | 2025-02-11T20:51:53.269Z | Compiling git2 v0.19.0 |
3508 | 2025-02-11T20:51:57.258Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3509 | 2025-02-11T20:52:50.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3510 | 2025-02-11T20:52:51.082Z | |
3511 | 2025-02-11T20:52:51.082Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3512 | 2025-02-11T20:52:51.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-02-11T20:52:51.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-02-11T20:52:51.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2025-02-11T20:52:51.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3516 | 2025-02-11T20:52:51.761Z | |
3517 | 2025-02-11T20:52:51.761Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3518 | 2025-02-11T20:52:52.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-02-11T20:52:52.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-02-11T20:52:52.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2025-02-11T20:52:52.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3522 | 2025-02-11T20:52:52.364Z | |
3523 | 2025-02-11T20:52:52.364Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3524 | 2025-02-11T20:52:52.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2025-02-11T20:52:52.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2025-02-11T20:52:52.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2025-02-11T20:52:52.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3528 | 2025-02-11T20:52:53.030Z | |
3529 | 2025-02-11T20:52:53.030Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3530 | 2025-02-11T20:52:53.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2025-02-11T20:52:53.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2025-02-11T20:52:53.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3533 | 2025-02-11T20:52:53.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3534 | 2025-02-11T20:52:53.684Z | |
3535 | 2025-02-11T20:52:53.684Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3536 | 2025-02-11T20:52:54.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2025-02-11T20:52:54.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2025-02-11T20:52:54.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3539 | 2025-02-11T20:52:54.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3540 | 2025-02-11T20:52:54.364Z | |
3541 | 2025-02-11T20:52:54.364Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3542 | 2025-02-11T20:52:54.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2025-02-11T20:52:54.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2025-02-11T20:52:54.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3545 | 2025-02-11T20:52:54.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3546 | 2025-02-11T20:52:55.032Z | |
3547 | 2025-02-11T20:52:55.032Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3548 | 2025-02-11T20:52:55.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2025-02-11T20:52:55.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2025-02-11T20:52:55.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3551 | 2025-02-11T20:52:55.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3552 | 2025-02-11T20:52:55.688Z | |
3553 | 2025-02-11T20:52:55.688Z | info: running `cargo check --bins` on update-common (176/199) |
3554 | 2025-02-11T20:52:56.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2025-02-11T20:52:56.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2025-02-11T20:52:56.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3557 | 2025-02-11T20:52:56.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3558 | 2025-02-11T20:52:56.322Z | |
3559 | 2025-02-11T20:52:56.322Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3560 | 2025-02-11T20:52:56.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2025-02-11T20:52:56.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2025-02-11T20:52:56.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3563 | 2025-02-11T20:52:56.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3564 | 2025-02-11T20:52:56.953Z | |
3565 | 2025-02-11T20:52:56.954Z | info: running `cargo check --bins` on tufaceous (178/199) |
3566 | 2025-02-11T20:52:57.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3567 | 2025-02-11T20:52:57.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3568 | 2025-02-11T20:52:57.605Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3569 | 2025-02-11T20:52:57.889Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3570 | 2025-02-11T20:52:58.871Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3571 | 2025-02-11T20:52:59.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3572 | 2025-02-11T20:52:59.844Z | |
3573 | 2025-02-11T20:52:59.844Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3574 | 2025-02-11T20:53:00.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2025-02-11T20:53:00.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2025-02-11T20:53:00.673Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3577 | 2025-02-11T20:53:00.676Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3578 | 2025-02-11T20:53:00.813Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3579 | 2025-02-11T20:53:00.816Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3580 | 2025-02-11T20:53:01.775Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3581 | 2025-02-11T20:53:27.602Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3582 | 2025-02-11T20:53:27.602Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3583 | 2025-02-11T20:53:27.604Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3584 | 2025-02-11T20:53:27.605Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3585 | 2025-02-11T20:53:27.605Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3586 | 2025-02-11T20:53:27.605Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3587 | 2025-02-11T20:53:28.430Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3588 | 2025-02-11T20:53:29.616Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3589 | 2025-02-11T20:54:08.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3590 | 2025-02-11T20:54:08.800Z | |
3591 | 2025-02-11T20:54:08.801Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3592 | 2025-02-11T20:54:09.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3593 | 2025-02-11T20:54:09.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3594 | 2025-02-11T20:54:09.504Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3595 | 2025-02-11T20:54:09.504Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3596 | 2025-02-11T20:54:09.507Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3597 | 2025-02-11T20:54:09.636Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3598 | 2025-02-11T20:54:09.639Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3599 | 2025-02-11T20:54:09.663Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3600 | 2025-02-11T20:54:09.666Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3601 | 2025-02-11T20:54:09.679Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3602 | 2025-02-11T20:54:09.861Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3603 | 2025-02-11T20:54:09.929Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3604 | 2025-02-11T20:54:09.995Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3605 | 2025-02-11T20:54:10.183Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3606 | 2025-02-11T20:54:10.258Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3607 | 2025-02-11T20:54:10.701Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3608 | 2025-02-11T20:54:10.843Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3609 | 2025-02-11T20:54:11.010Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3610 | 2025-02-11T20:54:12.111Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3611 | 2025-02-11T20:54:12.702Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3612 | 2025-02-11T20:54:13.123Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3613 | 2025-02-11T20:54:13.336Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3614 | 2025-02-11T20:54:14.976Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3615 | 2025-02-11T20:54:14.976Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3616 | 2025-02-11T20:54:16.558Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3617 | 2025-02-11T20:54:17.977Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3618 | 2025-02-11T20:54:23.623Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3619 | 2025-02-11T20:54:23.623Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3620 | 2025-02-11T20:54:24.787Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3621 | 2025-02-11T20:54:25.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s |
3622 | 2025-02-11T20:54:25.958Z | |
3623 | 2025-02-11T20:54:25.958Z | info: running `cargo check --bins` on installinator-api (181/199) |
3624 | 2025-02-11T20:54:26.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3625 | 2025-02-11T20:54:26.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3626 | 2025-02-11T20:54:26.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3627 | 2025-02-11T20:54:26.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3628 | 2025-02-11T20:54:26.569Z | |
3629 | 2025-02-11T20:54:26.569Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3630 | 2025-02-11T20:54:27.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2025-02-11T20:54:27.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2025-02-11T20:54:27.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3633 | 2025-02-11T20:54:27.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3634 | 2025-02-11T20:54:27.208Z | |
3635 | 2025-02-11T20:54:27.208Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3636 | 2025-02-11T20:54:27.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3637 | 2025-02-11T20:54:27.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3638 | 2025-02-11T20:54:27.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3639 | 2025-02-11T20:54:27.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3640 | 2025-02-11T20:54:27.801Z | |
3641 | 2025-02-11T20:54:27.801Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3642 | 2025-02-11T20:54:28.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3643 | 2025-02-11T20:54:28.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3644 | 2025-02-11T20:54:28.480Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3645 | 2025-02-11T20:54:28.480Z | Compiling petname v2.0.2 |
3646 | 2025-02-11T20:54:28.480Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3647 | 2025-02-11T20:54:28.483Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3648 | 2025-02-11T20:54:28.483Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3649 | 2025-02-11T20:54:28.483Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3650 | 2025-02-11T20:54:28.483Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3651 | 2025-02-11T20:54:28.591Z | Checking sync-ptr v0.1.1 |
3652 | 2025-02-11T20:54:33.623Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3653 | 2025-02-11T20:54:34.221Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3654 | 2025-02-11T20:54:35.356Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3655 | 2025-02-11T20:54:36.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s |
3656 | 2025-02-11T20:54:37.047Z | |
3657 | 2025-02-11T20:54:37.047Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3658 | 2025-02-11T20:54:37.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3659 | 2025-02-11T20:54:37.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3660 | 2025-02-11T20:54:37.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3661 | 2025-02-11T20:54:37.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3662 | 2025-02-11T20:54:37.702Z | |
3663 | 2025-02-11T20:54:37.702Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3664 | 2025-02-11T20:54:38.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3665 | 2025-02-11T20:54:38.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3666 | 2025-02-11T20:54:38.351Z | Checking memmap2 v0.9.5 |
3667 | 2025-02-11T20:54:38.351Z | Checking arrayvec v0.7.6 |
3668 | 2025-02-11T20:54:38.355Z | Checking constant_time_eq v0.3.1 |
3669 | 2025-02-11T20:54:38.355Z | Checking arrayref v0.3.9 |
3670 | 2025-02-11T20:54:38.355Z | Checking topological-sort v0.2.2 |
3671 | 2025-02-11T20:54:38.457Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3672 | 2025-02-11T20:54:38.468Z | Checking shell-words v1.1.0 |
3673 | 2025-02-11T20:54:38.730Z | Checking blake3 v1.5.4 |
3674 | 2025-02-11T20:54:39.052Z | Checking omicron-zone-package v0.12.0 |
3675 | 2025-02-11T20:54:40.162Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3676 | 2025-02-11T20:54:41.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
3677 | 2025-02-11T20:54:41.225Z | |
3678 | 2025-02-11T20:54:41.225Z | info: running `cargo check --bins` on xtask (187/199) |
3679 | 2025-02-11T20:54:41.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3680 | 2025-02-11T20:54:41.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3681 | 2025-02-11T20:54:41.647Z | Checking bitflags v2.6.0 |
3682 | 2025-02-11T20:54:41.650Z | Checking serde v1.0.217 |
3683 | 2025-02-11T20:54:41.650Z | Checking thiserror v1.0.69 |
3684 | 2025-02-11T20:54:41.650Z | Checking scroll v0.12.0 |
3685 | 2025-02-11T20:54:41.744Z | Checking log v0.4.22 |
3686 | 2025-02-11T20:54:41.747Z | Checking hashbrown v0.15.1 |
3687 | 2025-02-11T20:54:41.751Z | Checking zerocopy v0.7.35 |
3688 | 2025-02-11T20:54:41.773Z | Checking syn v2.0.96 |
3689 | 2025-02-11T20:54:41.841Z | Checking pest v2.7.14 |
3690 | 2025-02-11T20:54:41.967Z | Checking rustix v0.38.37 |
3691 | 2025-02-11T20:54:41.982Z | Checking once_cell v1.20.2 |
3692 | 2025-02-11T20:54:42.148Z | Checking goblin v0.8.2 |
3693 | 2025-02-11T20:54:42.274Z | Checking fs-err v2.11.0 |
3694 | 2025-02-11T20:54:42.611Z | Checking anyhow v1.0.95 |
3695 | 2025-02-11T20:54:42.716Z | Checking indexmap v2.7.1 |
3696 | 2025-02-11T20:54:42.880Z | Checking tabled v0.15.0 |
3697 | 2025-02-11T20:54:43.775Z | Checking terminal_size v0.4.0 |
3698 | 2025-02-11T20:54:43.775Z | Checking tempfile v3.13.0 |
3699 | 2025-02-11T20:54:43.941Z | Checking clap_builder v4.5.27 |
3700 | 2025-02-11T20:54:44.050Z | Checking dtrace-parser v0.2.0 |
3701 | 2025-02-11T20:54:45.516Z | Checking serde_json v1.0.135 |
3702 | 2025-02-11T20:54:45.516Z | Checking toml_datetime v0.6.8 |
3703 | 2025-02-11T20:54:45.516Z | Checking serde_spanned v0.6.8 |
3704 | 2025-02-11T20:54:45.518Z | Checking camino v1.1.9 |
3705 | 2025-02-11T20:54:45.518Z | Checking semver v1.0.24 |
3706 | 2025-02-11T20:54:45.715Z | Checking cargo-platform v0.1.8 |
3707 | 2025-02-11T20:54:45.839Z | Checking toml_edit v0.22.22 |
3708 | 2025-02-11T20:54:45.928Z | Checking macaddr v1.0.1 |
3709 | 2025-02-11T20:54:46.060Z | Checking camino-tempfile v1.1.1 |
3710 | 2025-02-11T20:54:46.278Z | Checking clap v4.5.27 |
3711 | 2025-02-11T20:54:46.706Z | Checking dof v0.3.0 |
3712 | 2025-02-11T20:54:46.706Z | Checking cargo_metadata v0.18.1 |
3713 | 2025-02-11T20:54:47.091Z | Checking usdt-impl v0.5.0 |
3714 | 2025-02-11T20:54:47.444Z | Checking usdt v0.5.0 |
3715 | 2025-02-11T20:54:47.617Z | Checking toml v0.8.19 |
3716 | 2025-02-11T20:54:48.038Z | Checking cargo_toml v0.20.5 |
3717 | 2025-02-11T20:54:49.163Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3718 | 2025-02-11T20:54:49.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s |
3719 | 2025-02-11T20:54:49.882Z | |
3720 | 2025-02-11T20:54:49.883Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3721 | 2025-02-11T20:54:50.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3722 | 2025-02-11T20:54:50.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3723 | 2025-02-11T20:54:50.634Z | Checking polyval v0.6.2 |
3724 | 2025-02-11T20:54:50.747Z | Checking ctr v0.9.2 |
3725 | 2025-02-11T20:54:50.760Z | Checking ssh-encoding v0.2.0 |
3726 | 2025-02-11T20:54:50.763Z | Checking blowfish v0.9.1 |
3727 | 2025-02-11T20:54:50.781Z | Checking password-hash v0.4.2 |
3728 | 2025-02-11T20:54:50.794Z | Checking p521 v0.13.3 |
3729 | 2025-02-11T20:54:50.797Z | Checking p256 v0.13.2 |
3730 | 2025-02-11T20:54:50.827Z | Checking russh-cryptovec v0.7.3 |
3731 | 2025-02-11T20:54:50.977Z | Checking ghash v0.5.1 |
3732 | 2025-02-11T20:54:50.996Z | Checking md5 v0.7.0 |
3733 | 2025-02-11T20:54:50.999Z | Checking bcrypt-pbkdf v0.10.0 |
3734 | 2025-02-11T20:54:51.069Z | Checking num-bigint v0.4.6 |
3735 | 2025-02-11T20:54:51.071Z | Checking des v0.8.1 |
3736 | 2025-02-11T20:54:51.139Z | Checking aes-gcm v0.10.3 |
3737 | 2025-02-11T20:54:51.165Z | Checking pbkdf2 v0.11.0 |
3738 | 2025-02-11T20:54:51.274Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3739 | 2025-02-11T20:54:51.293Z | Checking hex-literal v0.4.1 |
3740 | 2025-02-11T20:54:51.296Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3741 | 2025-02-11T20:54:51.344Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3742 | 2025-02-11T20:54:51.381Z | Checking ssh-cipher v0.2.0 |
3743 | 2025-02-11T20:54:51.428Z | Checking internet-checksum v0.2.1 |
3744 | 2025-02-11T20:54:51.642Z | Checking ssh-key v0.6.6 |
3745 | 2025-02-11T20:54:51.874Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3746 | 2025-02-11T20:54:52.776Z | Checking russh-keys v0.45.0 |
3747 | 2025-02-11T20:54:53.575Z | Checking russh v0.45.0 |
3748 | 2025-02-11T20:55:10.221Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3749 | 2025-02-11T20:55:11.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.65s |
3750 | 2025-02-11T20:55:11.741Z | |
3751 | 2025-02-11T20:55:11.741Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3752 | 2025-02-11T20:55:12.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3753 | 2025-02-11T20:55:12.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3754 | 2025-02-11T20:55:12.372Z | Checking termios v0.3.3 |
3755 | 2025-02-11T20:55:12.588Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3756 | 2025-02-11T20:55:13.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3757 | 2025-02-11T20:55:13.542Z | |
3758 | 2025-02-11T20:55:13.542Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3759 | 2025-02-11T20:55:14.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3760 | 2025-02-11T20:55:14.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3761 | 2025-02-11T20:55:14.223Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3762 | 2025-02-11T20:55:14.223Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3763 | 2025-02-11T20:55:14.226Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3764 | 2025-02-11T20:55:14.226Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3765 | 2025-02-11T20:55:15.278Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3766 | 2025-02-11T20:55:16.479Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3767 | 2025-02-11T20:55:18.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3768 | 2025-02-11T20:55:18.381Z | |
3769 | 2025-02-11T20:55:18.381Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3770 | 2025-02-11T20:55:18.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3771 | 2025-02-11T20:55:18.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3772 | 2025-02-11T20:55:19.006Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3773 | 2025-02-11T20:55:19.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3774 | 2025-02-11T20:55:19.640Z | |
3775 | 2025-02-11T20:55:19.641Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3776 | 2025-02-11T20:55:20.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3777 | 2025-02-11T20:55:20.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3778 | 2025-02-11T20:55:20.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3779 | 2025-02-11T20:55:20.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3780 | 2025-02-11T20:55:20.238Z | |
3781 | 2025-02-11T20:55:20.238Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3782 | 2025-02-11T20:55:20.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3783 | 2025-02-11T20:55:20.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3784 | 2025-02-11T20:55:20.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3785 | 2025-02-11T20:55:20.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3786 | 2025-02-11T20:55:20.850Z | |
3787 | 2025-02-11T20:55:20.850Z | info: running `cargo check --bins` on omicron-package (194/199) |
3788 | 2025-02-11T20:55:21.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3789 | 2025-02-11T20:55:21.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3790 | 2025-02-11T20:55:21.504Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3791 | 2025-02-11T20:55:22.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3792 | 2025-02-11T20:55:22.994Z | |
3793 | 2025-02-11T20:55:22.995Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3794 | 2025-02-11T20:55:23.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3795 | 2025-02-11T20:55:23.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3796 | 2025-02-11T20:55:23.684Z | Checking rtoolbox v0.0.2 |
3797 | 2025-02-11T20:55:23.687Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3798 | 2025-02-11T20:55:23.687Z | Checking tui-tree-widget v0.22.0 |
3799 | 2025-02-11T20:55:23.915Z | Checking rpassword v7.3.1 |
3800 | 2025-02-11T20:55:27.566Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3801 | 2025-02-11T20:55:30.325Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3802 | 2025-02-11T20:55:31.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.44s |
3803 | 2025-02-11T20:55:31.645Z | |
3804 | 2025-02-11T20:55:31.645Z | info: running `cargo check --bins` on wicket (196/199) |
3805 | 2025-02-11T20:55:32.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3806 | 2025-02-11T20:55:32.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3807 | 2025-02-11T20:55:32.322Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3808 | 2025-02-11T20:55:32.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3809 | 2025-02-11T20:55:32.915Z | |
3810 | 2025-02-11T20:55:32.915Z | info: running `cargo check --bins` on wicketd (197/199) |
3811 | 2025-02-11T20:55:33.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-02-11T20:55:33.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-02-11T20:55:33.610Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3814 | 2025-02-11T20:55:33.611Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3815 | 2025-02-11T20:55:34.429Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3816 | 2025-02-11T20:55:38.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
3817 | 2025-02-11T20:55:38.305Z | |
3818 | 2025-02-11T20:55:38.305Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3819 | 2025-02-11T20:55:38.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3820 | 2025-02-11T20:55:38.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3821 | 2025-02-11T20:55:38.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3822 | 2025-02-11T20:55:38.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3823 | 2025-02-11T20:55:38.900Z | |
3824 | 2025-02-11T20:55:38.900Z | info: running `cargo check --bins` on zone-setup (199/199) |
3825 | 2025-02-11T20:55:39.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3826 | 2025-02-11T20:55:39.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3827 | 2025-02-11T20:55:39.622Z | Checking uzers v0.12.1 |
3828 | 2025-02-11T20:55:39.963Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3829 | 2025-02-11T20:55:41.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3830 | 2025-02-11T20:55:41.227Z | |
3831 | 2025-02-11T20:55:41.229Z | real 13:10.204234259 |
3832 | 2025-02-11T20:55:41.229Z | user 25:30.532658512 |
3833 | 2025-02-11T20:55:41.229Z | sys 4:09.808454405 |
3834 | 2025-02-11T20:55:41.229Z | trap 0.532570458 |
3835 | 2025-02-11T20:55:41.229Z | tflt 3.462308476 |
3836 | 2025-02-11T20:55:41.229Z | dflt 2.292378089 |
3837 | 2025-02-11T20:55:41.230Z | kflt 0.001004125 |
3838 | 2025-02-11T20:55:41.230Z | lock 44:31.072711494 |
3839 | 2025-02-11T20:55:41.230Z | slp 2:06:23.514105191 |
3840 | 2025-02-11T20:55:41.230Z | lat 1:05.153806966 |
3841 | 2025-02-11T20:55:41.230Z | stop 3:45.765547454 |
3842 | 2025-02-11T20:55:41.230Z | process exited: duration 1145766 ms, exit code 0 |
|
3843 | 2025-02-11T20:55:41.240Z | found 0 output files |