|
|
|
1 | 2025-02-07T09:17:40.963Z | job assigned to worker 01JKFV53H4CP37GXKZQP649AJ4 [factory aws, i-0ae28f116e5a25621] (queued for 54 s) |
|
2 | 2025-02-07T09:17:49.394Z | starting task 0: "setup" |
3 | 2025-02-07T09:17:49.402Z | ++ uname -s |
4 | 2025-02-07T09:17:49.404Z | + kern=SunOS |
5 | 2025-02-07T09:17:49.404Z | + build_user=build |
6 | 2025-02-07T09:17:49.404Z | + build_uid=12345 |
7 | 2025-02-07T09:17:49.404Z | + work_dir=/work |
8 | 2025-02-07T09:17:49.404Z | + input_dir=/input |
9 | 2025-02-07T09:17:49.404Z | + [[ 0 == 12345 ]] |
10 | 2025-02-07T09:17:49.404Z | + case "$kern" in |
11 | 2025-02-07T09:17:49.404Z | + groupadd -g 12345 build |
12 | 2025-02-07T09:17:49.407Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-07T09:17:51.416Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-07T09:17:51.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-07T09:17:51.554Z | + home_fs=zfs |
16 | 2025-02-07T09:17:51.554Z | + [[ zfs == autofs ]] |
17 | 2025-02-07T09:17:51.554Z | + mkdir -p /home/build |
18 | 2025-02-07T09:17:51.556Z | + chown build:build /home/build /work |
19 | 2025-02-07T09:17:53.558Z | + chmod 0700 /home/build /work |
20 | 2025-02-07T09:17:53.560Z | process exited: duration 4165 ms, exit code 0 |
|
21 | 2025-02-07T09:17:53.566Z | starting task 1: "rust-toolchain" |
22 | 2025-02-07T09:17:53.571Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-07T09:17:53.571Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-07T09:17:53.571Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-07T09:17:53.571Z | * rust toolchain profile = "default" |
26 | 2025-02-07T09:17:53.571Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-07T09:17:53.571Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-07T09:17:53.574Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-07T09:17:53.574Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-07T09:17:53.695Z | info: downloading installer |
31 | 2025-02-07T09:17:54.851Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-07T09:17:54.851Z | warning: /opt/ooce/bin |
33 | 2025-02-07T09:17:54.851Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-07T09:17:54.851Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-07T09:17:54.851Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-07T09:17:54.851Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-07T09:17:54.851Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-07T09:17:54.851Z | error: cannot install while Rust is installed |
39 | 2025-02-07T09:17:54.851Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-07T09:17:54.867Z | info: profile set to 'default' |
41 | 2025-02-07T09:17:54.867Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-07T09:17:54.870Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-07T09:17:55.002Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-07T09:17:55.002Z | info: downloading component 'cargo' |
45 | 2025-02-07T09:17:55.729Z | info: downloading component 'clippy' |
46 | 2025-02-07T09:17:56.005Z | info: downloading component 'rust-docs' |
47 | 2025-02-07T09:17:56.998Z | info: downloading component 'rust-std' |
48 | 2025-02-07T09:17:58.611Z | info: downloading component 'rustc' |
49 | 2025-02-07T09:18:04.307Z | info: downloading component 'rustfmt' |
50 | 2025-02-07T09:18:04.520Z | info: installing component 'cargo' |
51 | 2025-02-07T09:18:05.336Z | info: installing component 'clippy' |
52 | 2025-02-07T09:18:05.717Z | info: installing component 'rust-docs' |
53 | 2025-02-07T09:18:07.368Z | info: installing component 'rust-std' |
54 | 2025-02-07T09:18:09.216Z | info: installing component 'rustc' |
55 | 2025-02-07T09:18:15.164Z | info: installing component 'rustfmt' |
56 | 2025-02-07T09:18:15.532Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-07T09:18:15.532Z | |
58 | 2025-02-07T09:18:15.930Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-07T09:18:15.930Z | |
60 | 2025-02-07T09:18:15.933Z | |
61 | 2025-02-07T09:18:15.933Z | Rust is installed now. Great! |
62 | 2025-02-07T09:18:15.933Z | |
63 | 2025-02-07T09:18:15.933Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-07T09:18:15.933Z | environment variable. This has not been done automatically. |
65 | 2025-02-07T09:18:15.933Z | |
66 | 2025-02-07T09:18:15.933Z | To configure your current shell, you need to source |
67 | 2025-02-07T09:18:15.933Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-07T09:18:15.933Z | |
69 | 2025-02-07T09:18:15.933Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-07T09:18:15.933Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-07T09:18:15.933Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-07T09:18:16.009Z | + rustup --version |
73 | 2025-02-07T09:18:16.017Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-07T09:18:16.017Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-07T09:18:16.094Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-07T09:18:16.098Z | + cargo --version |
77 | 2025-02-07T09:18:16.156Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-07T09:18:16.159Z | + rustc --version |
79 | 2025-02-07T09:18:16.221Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-07T09:18:16.224Z | process exited: duration 22655 ms, exit code 0 |
|
81 | 2025-02-07T09:18:16.230Z | starting task 2: "authentication" |
82 | 2025-02-07T09:18:16.251Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-07T09:18:16.256Z | starting task 3: "clone repository" |
84 | 2025-02-07T09:18:16.262Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-07T09:18:16.264Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-07T09:18:16.299Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-07T09:18:23.024Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-07T09:18:23.024Z | + git fetch origin e5add313d964279423d70a502bba4b41af8478dd |
89 | 2025-02-07T09:18:23.321Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-07T09:18:23.321Z | * branch e5add313d964279423d70a502bba4b41af8478dd -> FETCH_HEAD |
91 | 2025-02-07T09:18:23.331Z | + [[ -n dont_deploy_expunged_datasets ]] |
92 | 2025-02-07T09:18:23.333Z | ++ git branch --show-current |
93 | 2025-02-07T09:18:23.336Z | + current=main |
94 | 2025-02-07T09:18:23.336Z | + [[ main != dont_deploy_expunged_datasets ]] |
95 | 2025-02-07T09:18:23.336Z | + git branch -f dont_deploy_expunged_datasets e5add313d964279423d70a502bba4b41af8478dd |
96 | 2025-02-07T09:18:23.339Z | + git checkout -f dont_deploy_expunged_datasets |
97 | 2025-02-07T09:18:23.521Z | Switched to branch 'dont_deploy_expunged_datasets' |
98 | 2025-02-07T09:18:23.524Z | + git reset --hard e5add313d964279423d70a502bba4b41af8478dd |
99 | 2025-02-07T09:18:23.535Z | HEAD is now at e5add313d Merge branch 'main' into dont_deploy_expunged_datasets |
100 | 2025-02-07T09:18:23.538Z | process exited: duration 7279 ms, exit code 0 |
|
101 | 2025-02-07T09:18:23.543Z | starting task 4: "build" |
102 | 2025-02-07T09:18:23.549Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-07T09:18:23.549Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-07T09:18:23.549Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-07T09:18:23.551Z | + cargo --version |
106 | 2025-02-07T09:18:23.599Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-07T09:18:23.602Z | + rustc --version |
108 | 2025-02-07T09:18:23.662Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-07T09:18:23.666Z | + source ./env.sh |
110 | 2025-02-07T09:18:23.666Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-07T09:18:23.666Z | ++ set -o xtrace |
112 | 2025-02-07T09:18:23.668Z | ++++ dirname ./env.sh |
113 | 2025-02-07T09:18:23.673Z | +++ readlink -f . |
114 | 2025-02-07T09:18:23.676Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ 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-07T09:18:23.676Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-07T09:18:23.676Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-07T09:18:23.676Z | + 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-07T09:18:23.676Z | + 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-07T09:18:23.676Z | + banner prerequisites |
128 | 2025-02-07T09:18:23.681Z | |
129 | 2025-02-07T09:18:23.681Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-07T09:18:23.681Z | # # # # # # # # # # # # # # # |
131 | 2025-02-07T09:18:23.681Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-07T09:18:23.681Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-07T09:18:23.681Z | # # # # # # # # # # # # # # # |
134 | 2025-02-07T09:18:23.681Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-07T09:18:23.681Z | |
136 | 2025-02-07T09:18:23.681Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-07T09:18:25.305Z | pkg list: illegal option -- F |
138 | 2025-02-07T09:18:25.308Z | Usage: |
139 | 2025-02-07T09:18:25.308Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-07T09:18:25.308Z | [pkg_fmri_pattern ...] |
141 | 2025-02-07T09:18:26.162Z | pkg list: illegal option -- F |
142 | 2025-02-07T09:18:26.162Z | Usage: |
143 | 2025-02-07T09:18:26.162Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-07T09:18:26.162Z | [pkg_fmri_pattern ...] |
145 | 2025-02-07T09:18:34.807Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-07T09:18:38.981Z | Startup: Caching catalogs ... Done |
147 | 2025-02-07T09:18:51.075Z | Planning: Solver setup ... Done (11.163s) |
148 | 2025-02-07T09:18:51.226Z | Planning: Running solver ... Done (0.150s) |
149 | 2025-02-07T09:18:51.340Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-02-07T09:18:51.355Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-07T09:18:51.661Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-07T09:18:51.941Z | Planning: Package planning ... Done (0.279s) |
153 | 2025-02-07T09:18:51.997Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-07T09:18:52.190Z | Planning: Checking for conflicting actions ... Done (0.193s) |
155 | 2025-02-07T09:18:54.330Z | Planning: Consolidating action changes ... Done (2.139s) |
156 | 2025-02-07T09:18:54.765Z | Planning: Evaluating mediators ... Done (0.435s) |
157 | 2025-02-07T09:18:54.845Z | Planning: Planning completed in 15.76 seconds |
158 | 2025-02-07T09:18:54.861Z | Packages to install: 4 |
159 | 2025-02-07T09:18:54.861Z | Packages to update: 3 |
160 | 2025-02-07T09:18:54.864Z | Mediators to change: 2 |
161 | 2025-02-07T09:18:54.864Z | Services to change: 1 |
162 | 2025-02-07T09:18:54.864Z | Estimated space available: 155.61 GB |
163 | 2025-02-07T09:18:54.864Z | Estimated space to be consumed: 1.65 GB |
164 | 2025-02-07T09:18:54.864Z | Create boot environment: No |
165 | 2025-02-07T09:18:54.864Z | Create backup boot environment: Yes |
166 | 2025-02-07T09:18:54.864Z | Rebuild boot archive: No |
167 | 2025-02-07T09:18:54.864Z | |
168 | 2025-02-07T09:18:54.864Z | Changed mediators: |
169 | 2025-02-07T09:18:54.864Z | mediator clang: |
170 | 2025-02-07T09:18:54.864Z | version: None -> 15 (system default) |
171 | 2025-02-07T09:18:54.864Z | |
172 | 2025-02-07T09:18:54.864Z | mediator llvm: |
173 | 2025-02-07T09:18:54.865Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-07T09:18:54.865Z | |
175 | 2025-02-07T09:18:54.865Z | Changed packages: |
176 | 2025-02-07T09:18:54.865Z | helios-dev |
177 | 2025-02-07T09:18:54.865Z | developer/build-essential |
178 | 2025-02-07T09:18:54.865Z | None -> 11-2.0 |
179 | 2025-02-07T09:18:54.865Z | library/libxmlsec1 |
180 | 2025-02-07T09:18:54.865Z | None -> 1.2.35-2.0 |
181 | 2025-02-07T09:18:54.865Z | ooce/developer/clang-15 |
182 | 2025-02-07T09:18:54.865Z | None -> 15.0.7-2.0 |
183 | 2025-02-07T09:18:54.865Z | ooce/developer/llvm-15 |
184 | 2025-02-07T09:18:54.865Z | None -> 15.0.7-2.0 |
185 | 2025-02-07T09:18:54.865Z | package/pkg |
186 | 2025-02-07T09:18:54.865Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-07T09:18:54.865Z | system/library/g++-runtime |
188 | 2025-02-07T09:18:54.865Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-07T09:18:54.865Z | system/library/gcc-runtime |
190 | 2025-02-07T09:18:54.865Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-07T09:18:54.865Z | |
192 | 2025-02-07T09:18:54.865Z | Services: |
193 | 2025-02-07T09:18:54.865Z | restart_fmri: |
194 | 2025-02-07T09:18:54.865Z | svc:/system/update-man-index:default |
195 | 2025-02-07T09:18:54.865Z | |
196 | 2025-02-07T09:18:54.865Z | Editable files to change: |
197 | 2025-02-07T09:18:54.865Z | Update: |
198 | 2025-02-07T09:18:54.865Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-07T09:18:54.946Z | |
200 | 2025-02-07T09:18:54.946Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-07T09:18:59.947Z | Download: 1177/4301 items 50.2/225.4MB 22% complete (10.0M/s) |
202 | 2025-02-07T09:19:04.952Z | Download: 1680/4301 items 118.0/225.4MB 52% complete (12.2M/s) |
203 | 2025-02-07T09:19:09.961Z | Download: 2528/4301 items 120.3/225.4MB 53% complete (7.5M/s) |
204 | 2025-02-07T09:19:14.968Z | Download: 3231/4301 items 198.6/225.4MB 88% complete (8.0M/s) |
205 | 2025-02-07T09:19:22.117Z | Download: 3281/4301 items 210.8/225.4MB 93% complete (9.0M/s) |
206 | 2025-02-07T09:19:27.121Z | Download: 3608/4301 items 216.2/225.4MB 95% complete (1.5M/s) |
207 | 2025-02-07T09:19:32.705Z | Download: 4293/4301 items 224.8/225.4MB 99% complete (1.6M/s) |
208 | 2025-02-07T09:19:35.920Z | Download: Completed 225.42 MB in 40.97 seconds (5.5M/s) |
209 | 2025-02-07T09:19:38.210Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-02-07T09:19:38.231Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-02-07T09:19:42.935Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-02-07T09:19:43.293Z | Actions: Completed 5122 actions in 5.08 seconds. |
213 | 2025-02-07T09:19:43.721Z | Done (0.420s) |
214 | 2025-02-07T09:19:43.723Z | Done (0.002s) |
215 | 2025-02-07T09:19:44.321Z | Done (0.598s) |
216 | 2025-02-07T09:19:48.606Z | Done (4.051s) |
217 | 2025-02-07T09:19:48.692Z | Done (0.017s) |
218 | 2025-02-07T09:19:48.695Z | Done (0.000s) |
219 | 2025-02-07T09:19:48.861Z | Done (0.000s) |
220 | 2025-02-07T09:19:49.560Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-02-07T09:19:49.721Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-02-07T09:19:49.723Z | Planning: Consolidating action changes ... Done |
223 | 2025-02-07T09:19:49.990Z | Planning: Evaluating mediators ... Done |
224 | 2025-02-07T09:19:50.004Z | Planning: Planning completed in 0.43 seconds |
225 | 2025-02-07T09:19:50.038Z | Mediators to change: 2 |
226 | 2025-02-07T09:19:50.038Z | Create boot environment: No |
227 | 2025-02-07T09:19:50.076Z | Create backup boot environment: No |
228 | 2025-02-07T09:19:50.111Z | Done |
229 | 2025-02-07T09:19:50.111Z | Done |
230 | 2025-02-07T09:19:50.477Z | Done |
231 | 2025-02-07T09:19:54.040Z | Done |
232 | 2025-02-07T09:19:54.116Z | Done |
233 | 2025-02-07T09:19:54.119Z | Done |
234 | 2025-02-07T09:19:54.241Z | Done |
235 | 2025-02-07T09:19:54.853Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-02-07T09:19:54.857Z | Planning: Merging actions ... Done |
237 | 2025-02-07T09:19:55.042Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-02-07T09:19:55.049Z | Planning: Consolidating action changes ... Done |
239 | 2025-02-07T09:19:55.315Z | Planning: Evaluating mediators ... Done |
240 | 2025-02-07T09:19:55.370Z | Planning: Planning completed in 0.76 seconds |
241 | 2025-02-07T09:19:55.412Z | Packages to change: 1 |
242 | 2025-02-07T09:19:55.412Z | Mediators to change: 1 |
243 | 2025-02-07T09:19:55.413Z | Services to change: 1 |
244 | 2025-02-07T09:19:55.413Z | Create boot environment: No |
245 | 2025-02-07T09:19:55.419Z | Create backup boot environment: Yes |
246 | 2025-02-07T09:19:57.698Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-02-07T09:19:57.701Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-02-07T09:19:57.701Z | Done |
249 | 2025-02-07T09:19:57.701Z | Done |
250 | 2025-02-07T09:19:57.820Z | Done |
251 | 2025-02-07T09:20:01.394Z | Done |
252 | 2025-02-07T09:20:01.481Z | Done |
253 | 2025-02-07T09:20:01.483Z | Done |
254 | 2025-02-07T09:20:01.630Z | Done |
255 | 2025-02-07T09:20:02.068Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-02-07T09:20:02.068Z | clang system 15 system |
257 | 2025-02-07T09:20:02.068Z | csh system system illumos |
258 | 2025-02-07T09:20:02.068Z | ctags system system illumos |
259 | 2025-02-07T09:20:02.068Z | gcc vendor 12 vendor |
260 | 2025-02-07T09:20:02.068Z | gcc system 10 system |
261 | 2025-02-07T09:20:02.068Z | gcc system 7 system |
262 | 2025-02-07T09:20:02.068Z | go system 1.20 system |
263 | 2025-02-07T09:20:02.068Z | go system 1.19 system |
264 | 2025-02-07T09:20:02.068Z | llvm system 15 system |
265 | 2025-02-07T09:20:02.068Z | llvm system 14 system |
266 | 2025-02-07T09:20:02.068Z | mariadb system 10.6 system |
267 | 2025-02-07T09:20:02.068Z | mta vendor vendor dma |
268 | 2025-02-07T09:20:02.069Z | openjdk system 17 system |
269 | 2025-02-07T09:20:02.069Z | openjdk system 11 system |
270 | 2025-02-07T09:20:02.069Z | openjdk system 1.8 system |
271 | 2025-02-07T09:20:02.069Z | openssl vendor 3 vendor |
272 | 2025-02-07T09:20:02.069Z | perl system 5.36 system |
273 | 2025-02-07T09:20:02.069Z | postgresql system 15 system |
274 | 2025-02-07T09:20:02.069Z | postgresql system 13 system |
275 | 2025-02-07T09:20:02.069Z | python vendor 3 vendor |
276 | 2025-02-07T09:20:02.069Z | python system 2 system |
277 | 2025-02-07T09:20:02.069Z | python3 system 3.11 system |
278 | 2025-02-07T09:20:02.069Z | ruby system 3.0 system |
279 | 2025-02-07T09:20:02.069Z | words vendor vendor american-english |
280 | 2025-02-07T09:20:02.069Z | words system system australian-english |
281 | 2025-02-07T09:20:02.069Z | words system system british-english |
282 | 2025-02-07T09:20:02.069Z | words system system canadian-english |
283 | 2025-02-07T09:20:02.069Z | words system system french |
284 | 2025-02-07T09:20:02.069Z | words system system italian |
285 | 2025-02-07T09:20:02.069Z | words system system ngerman |
286 | 2025-02-07T09:20:02.069Z | words system system ogerman |
287 | 2025-02-07T09:20:02.069Z | words system system spanish |
288 | 2025-02-07T09:20:02.403Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-02-07T09:20:02.403Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-02-07T09:20:05.277Z | FMRI IFO |
291 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-02-07T09:20:05.277Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-02-07T09:20:06.036Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-02-07T09:20:06.296Z | Updating crates.io index |
308 | 2025-02-07T09:20:06.299Z | Updating git repository `https://github.com/oxidecomputer/daft` |
309 | 2025-02-07T09:20:06.646Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-02-07T09:20:07.141Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
311 | 2025-02-07T09:20:07.411Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-02-07T09:20:07.750Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-02-07T09:20:08.024Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-02-07T09:20:08.976Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-02-07T09:20:10.638Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-02-07T09:20:11.300Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-02-07T09:20:12.067Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-02-07T09:20:12.430Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-02-07T09:20:12.733Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-02-07T09:20:13.340Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
321 | 2025-02-07T09:20:13.862Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
322 | 2025-02-07T09:20:14.259Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
323 | 2025-02-07T09:20:14.563Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
324 | 2025-02-07T09:20:14.808Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
325 | 2025-02-07T09:20:15.068Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
326 | 2025-02-07T09:20:15.380Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
327 | 2025-02-07T09:20:15.653Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
328 | 2025-02-07T09:20:16.018Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
329 | 2025-02-07T09:20:16.344Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
330 | 2025-02-07T09:20:16.663Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
331 | 2025-02-07T09:20:16.944Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
332 | 2025-02-07T09:20:17.307Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
333 | 2025-02-07T09:20:17.837Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
334 | 2025-02-07T09:20:18.156Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
335 | 2025-02-07T09:20:18.529Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
336 | 2025-02-07T09:20:18.959Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
337 | 2025-02-07T09:20:19.350Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2025-02-07T09:20:19.641Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2025-02-07T09:20:19.936Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
340 | 2025-02-07T09:20:21.106Z | Downloading crates ... |
341 | 2025-02-07T09:20:21.174Z | Downloaded autocfg v1.4.0 |
342 | 2025-02-07T09:20:21.177Z | Downloaded anstream v0.6.15 |
343 | 2025-02-07T09:20:21.180Z | Downloaded equivalent v1.0.1 |
344 | 2025-02-07T09:20:21.182Z | Downloaded dtrace-parser v0.2.0 |
345 | 2025-02-07T09:20:21.194Z | Downloaded swrite v0.1.0 |
346 | 2025-02-07T09:20:21.199Z | Downloaded scroll_derive v0.12.0 |
347 | 2025-02-07T09:20:21.202Z | Downloaded pretty-hex v0.4.1 |
348 | 2025-02-07T09:20:21.205Z | Downloaded anstyle v1.0.10 |
349 | 2025-02-07T09:20:21.208Z | Downloaded anstyle-query v1.1.1 |
350 | 2025-02-07T09:20:21.211Z | Downloaded usdt-macro v0.5.0 |
351 | 2025-02-07T09:20:21.216Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-02-07T09:20:21.218Z | Downloaded colorchoice v1.0.2 |
353 | 2025-02-07T09:20:21.218Z | Downloaded errno v0.3.9 |
354 | 2025-02-07T09:20:21.221Z | Downloaded anstyle-parse v0.2.5 |
355 | 2025-02-07T09:20:21.221Z | Downloaded dof v0.3.0 |
356 | 2025-02-07T09:20:21.224Z | Downloaded clap_lex v0.7.4 |
357 | 2025-02-07T09:20:21.224Z | Downloaded heck v0.5.0 |
358 | 2025-02-07T09:20:21.227Z | Downloaded crypto-common v0.1.6 |
359 | 2025-02-07T09:20:21.227Z | Downloaded toml_datetime v0.6.8 |
360 | 2025-02-07T09:20:21.227Z | Downloaded pest_generator v2.7.14 |
361 | 2025-02-07T09:20:21.229Z | Downloaded usdt v0.5.0 |
362 | 2025-02-07T09:20:21.229Z | Downloaded heck v0.4.1 |
363 | 2025-02-07T09:20:21.232Z | Downloaded cargo-platform v0.1.8 |
364 | 2025-02-07T09:20:21.232Z | Downloaded byteorder v1.5.0 |
365 | 2025-02-07T09:20:21.235Z | Downloaded terminal_size v0.4.0 |
366 | 2025-02-07T09:20:21.235Z | Downloaded proc-macro-error-attr v1.0.4 |
367 | 2025-02-07T09:20:21.235Z | Downloaded itoa v1.0.11 |
368 | 2025-02-07T09:20:21.237Z | Downloaded bytecount v0.6.8 |
369 | 2025-02-07T09:20:21.240Z | Downloaded plain v0.2.3 |
370 | 2025-02-07T09:20:21.240Z | Downloaded fastrand v2.1.1 |
371 | 2025-02-07T09:20:21.240Z | Downloaded serde_spanned v0.6.8 |
372 | 2025-02-07T09:20:21.243Z | Downloaded block-buffer v0.10.4 |
373 | 2025-02-07T09:20:21.245Z | Downloaded utf8parse v0.2.2 |
374 | 2025-02-07T09:20:21.245Z | Downloaded macaddr v1.0.1 |
375 | 2025-02-07T09:20:21.248Z | Downloaded tabled_derive v0.7.0 |
376 | 2025-02-07T09:20:21.251Z | Downloaded version_check v0.9.5 |
377 | 2025-02-07T09:20:21.254Z | Downloaded smawk v0.3.2 |
378 | 2025-02-07T09:20:21.256Z | Downloaded thiserror v1.0.69 |
379 | 2025-02-07T09:20:21.259Z | Downloaded thiserror-impl v1.0.69 |
380 | 2025-02-07T09:20:21.261Z | Downloaded strsim v0.11.1 |
381 | 2025-02-07T09:20:21.261Z | Downloaded thread-id v4.2.2 |
382 | 2025-02-07T09:20:21.264Z | Downloaded cpufeatures v0.2.14 |
383 | 2025-02-07T09:20:21.264Z | Downloaded cargo_metadata v0.18.1 |
384 | 2025-02-07T09:20:21.266Z | Downloaded unicode-linebreak v0.1.5 |
385 | 2025-02-07T09:20:21.269Z | Downloaded fnv v1.0.7 |
386 | 2025-02-07T09:20:21.269Z | Downloaded cfg-if v1.0.0 |
387 | 2025-02-07T09:20:21.269Z | Downloaded scroll v0.12.0 |
388 | 2025-02-07T09:20:21.272Z | Downloaded fs-err v2.11.0 |
389 | 2025-02-07T09:20:21.272Z | Downloaded camino v1.1.9 |
390 | 2025-02-07T09:20:21.275Z | Downloaded memmap v0.7.0 |
391 | 2025-02-07T09:20:21.278Z | Downloaded is_terminal_polyfill v1.70.1 |
392 | 2025-02-07T09:20:21.280Z | Downloaded quote v1.0.38 |
393 | 2025-02-07T09:20:21.283Z | Downloaded bitflags v2.6.0 |
394 | 2025-02-07T09:20:21.286Z | Downloaded pest_derive v2.7.14 |
395 | 2025-02-07T09:20:21.293Z | Downloaded anyhow v1.0.95 |
396 | 2025-02-07T09:20:21.296Z | Downloaded usdt-impl v0.5.0 |
397 | 2025-02-07T09:20:21.296Z | Downloaded tempfile v3.13.0 |
398 | 2025-02-07T09:20:21.296Z | Downloaded proc-macro-error v1.0.4 |
399 | 2025-02-07T09:20:21.299Z | Downloaded clap v4.5.27 |
400 | 2025-02-07T09:20:21.306Z | Downloaded unicode-ident v1.0.14 |
401 | 2025-02-07T09:20:21.309Z | Downloaded typenum v1.17.0 |
402 | 2025-02-07T09:20:21.312Z | Downloaded proc-macro2 v1.0.92 |
403 | 2025-02-07T09:20:21.315Z | Downloaded pest_meta v2.7.14 |
404 | 2025-02-07T09:20:21.317Z | Downloaded papergrid v0.11.0 |
405 | 2025-02-07T09:20:21.320Z | Downloaded zerocopy-derive v0.7.35 |
406 | 2025-02-07T09:20:21.324Z | Downloaded sha2 v0.10.8 |
407 | 2025-02-07T09:20:21.327Z | Downloaded serde_tokenstream v0.2.2 |
408 | 2025-02-07T09:20:21.329Z | Downloaded camino-tempfile v1.1.1 |
409 | 2025-02-07T09:20:21.332Z | Downloaded generic-array v0.14.7 |
410 | 2025-02-07T09:20:21.332Z | Downloaded log v0.4.22 |
411 | 2025-02-07T09:20:21.335Z | Downloaded ryu v1.0.18 |
412 | 2025-02-07T09:20:21.337Z | Downloaded cargo_toml v0.20.5 |
413 | 2025-02-07T09:20:21.338Z | Downloaded serde_derive v1.0.217 |
414 | 2025-02-07T09:20:21.340Z | Downloaded ucd-trie v0.1.7 |
415 | 2025-02-07T09:20:21.343Z | Downloaded toml v0.8.19 |
416 | 2025-02-07T09:20:21.345Z | Downloaded serde v1.0.217 |
417 | 2025-02-07T09:20:21.348Z | Downloaded clap_derive v4.5.24 |
418 | 2025-02-07T09:20:21.351Z | Downloaded digest v0.10.7 |
419 | 2025-02-07T09:20:21.353Z | Downloaded indexmap v2.7.1 |
420 | 2025-02-07T09:20:21.356Z | Downloaded textwrap v0.16.1 |
421 | 2025-02-07T09:20:21.358Z | Downloaded once_cell v1.20.2 |
422 | 2025-02-07T09:20:21.361Z | Downloaded semver v1.0.24 |
423 | 2025-02-07T09:20:21.366Z | Downloaded memchr v2.7.4 |
424 | 2025-02-07T09:20:21.375Z | Downloaded toml_edit v0.22.22 |
425 | 2025-02-07T09:20:21.418Z | Downloaded zerocopy v0.7.35 |
426 | 2025-02-07T09:20:21.432Z | Downloaded winnow v0.6.20 |
427 | 2025-02-07T09:20:21.441Z | Downloaded serde_json v1.0.135 |
428 | 2025-02-07T09:20:21.447Z | Downloaded tabled v0.15.0 |
429 | 2025-02-07T09:20:21.461Z | Downloaded goblin v0.8.2 |
430 | 2025-02-07T09:20:21.467Z | Downloaded clap_builder v4.5.27 |
431 | 2025-02-07T09:20:21.473Z | Downloaded unicode-width v0.1.14 |
432 | 2025-02-07T09:20:21.478Z | Downloaded syn v1.0.109 |
433 | 2025-02-07T09:20:21.487Z | Downloaded pest v2.7.14 |
434 | 2025-02-07T09:20:21.492Z | Downloaded syn v2.0.96 |
435 | 2025-02-07T09:20:21.502Z | Downloaded hashbrown v0.15.1 |
436 | 2025-02-07T09:20:21.507Z | Downloaded rustix v0.38.37 |
437 | 2025-02-07T09:20:21.555Z | Downloaded libc v0.2.169 |
438 | 2025-02-07T09:20:21.873Z | Compiling proc-macro2 v1.0.92 |
439 | 2025-02-07T09:20:21.873Z | Compiling unicode-ident v1.0.14 |
440 | 2025-02-07T09:20:21.875Z | Compiling serde v1.0.217 |
441 | 2025-02-07T09:20:21.875Z | Compiling version_check v0.9.5 |
442 | 2025-02-07T09:20:21.875Z | Compiling thiserror v1.0.69 |
443 | 2025-02-07T09:20:21.876Z | Compiling memchr v2.7.4 |
444 | 2025-02-07T09:20:21.909Z | Compiling libc v0.2.169 |
445 | 2025-02-07T09:20:21.912Z | Compiling ucd-trie v0.1.7 |
446 | 2025-02-07T09:20:22.161Z | Compiling ryu v1.0.18 |
447 | 2025-02-07T09:20:22.506Z | Compiling itoa v1.0.11 |
448 | 2025-02-07T09:20:22.648Z | Compiling once_cell v1.20.2 |
449 | 2025-02-07T09:20:22.676Z | Compiling byteorder v1.5.0 |
450 | 2025-02-07T09:20:22.728Z | Compiling rustix v0.38.37 |
451 | 2025-02-07T09:20:22.851Z | Compiling serde_json v1.0.135 |
452 | 2025-02-07T09:20:23.172Z | Compiling bitflags v2.6.0 |
453 | 2025-02-07T09:20:23.229Z | Compiling usdt-impl v0.5.0 |
454 | 2025-02-07T09:20:23.467Z | Compiling proc-macro-error-attr v1.0.4 |
455 | 2025-02-07T09:20:23.512Z | Compiling syn v1.0.109 |
456 | 2025-02-07T09:20:23.545Z | Compiling proc-macro-error v1.0.4 |
457 | 2025-02-07T09:20:23.604Z | Compiling equivalent v1.0.1 |
458 | 2025-02-07T09:20:23.671Z | Compiling quote v1.0.38 |
459 | 2025-02-07T09:20:23.747Z | Compiling camino v1.1.9 |
460 | 2025-02-07T09:20:23.803Z | Compiling errno v0.3.9 |
461 | 2025-02-07T09:20:23.826Z | Compiling log v0.4.22 |
462 | 2025-02-07T09:20:24.042Z | Compiling syn v2.0.96 |
463 | 2025-02-07T09:20:24.146Z | Compiling hashbrown v0.15.1 |
464 | 2025-02-07T09:20:24.203Z | Compiling utf8parse v0.2.2 |
465 | 2025-02-07T09:20:24.283Z | Compiling plain v0.2.3 |
466 | 2025-02-07T09:20:24.394Z | Compiling thread-id v4.2.2 |
467 | 2025-02-07T09:20:24.420Z | Compiling anstyle-parse v0.2.5 |
468 | 2025-02-07T09:20:24.637Z | Compiling anstyle-query v1.1.1 |
469 | 2025-02-07T09:20:24.737Z | Compiling anstyle v1.0.10 |
470 | 2025-02-07T09:20:24.792Z | Compiling colorchoice v1.0.2 |
471 | 2025-02-07T09:20:24.855Z | Compiling semver v1.0.24 |
472 | 2025-02-07T09:20:24.953Z | Compiling winnow v0.6.20 |
473 | 2025-02-07T09:20:25.136Z | Compiling autocfg v1.4.0 |
474 | 2025-02-07T09:20:25.164Z | Compiling indexmap v2.7.1 |
475 | 2025-02-07T09:20:25.241Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-02-07T09:20:25.310Z | Compiling pretty-hex v0.4.1 |
477 | 2025-02-07T09:20:25.389Z | Compiling unicode-width v0.1.14 |
478 | 2025-02-07T09:20:25.546Z | Compiling anstream v0.6.15 |
479 | 2025-02-07T09:20:25.948Z | Compiling terminal_size v0.4.0 |
480 | 2025-02-07T09:20:26.123Z | Compiling fs-err v2.11.0 |
481 | 2025-02-07T09:20:26.304Z | Compiling fastrand v2.1.1 |
482 | 2025-02-07T09:20:26.330Z | Compiling anyhow v1.0.95 |
483 | 2025-02-07T09:20:26.401Z | Compiling strsim v0.11.1 |
484 | 2025-02-07T09:20:26.617Z | Compiling heck v0.5.0 |
485 | 2025-02-07T09:20:26.864Z | Compiling clap_lex v0.7.4 |
486 | 2025-02-07T09:20:26.890Z | Compiling bytecount v0.6.8 |
487 | 2025-02-07T09:20:26.980Z | Compiling fnv v1.0.7 |
488 | 2025-02-07T09:20:27.147Z | Compiling cfg-if v1.0.0 |
489 | 2025-02-07T09:20:27.150Z | Compiling heck v0.4.1 |
490 | 2025-02-07T09:20:27.197Z | Compiling clap_builder v4.5.27 |
491 | 2025-02-07T09:20:27.255Z | Compiling tempfile v3.13.0 |
492 | 2025-02-07T09:20:27.286Z | Compiling papergrid v0.11.0 |
493 | 2025-02-07T09:20:27.916Z | Compiling memmap v0.7.0 |
494 | 2025-02-07T09:20:27.992Z | Compiling unicode-linebreak v0.1.5 |
495 | 2025-02-07T09:20:28.065Z | Compiling smawk v0.3.2 |
496 | 2025-02-07T09:20:28.353Z | Compiling swrite v0.1.0 |
497 | 2025-02-07T09:20:28.474Z | Compiling textwrap v0.16.1 |
498 | 2025-02-07T09:20:29.313Z | Compiling tabled_derive v0.7.0 |
499 | 2025-02-07T09:20:30.820Z | Compiling tabled v0.15.0 |
500 | 2025-02-07T09:20:30.823Z | Compiling serde_derive v1.0.217 |
501 | 2025-02-07T09:20:30.823Z | Compiling thiserror-impl v1.0.69 |
502 | 2025-02-07T09:20:30.823Z | Compiling zerocopy-derive v0.7.35 |
503 | 2025-02-07T09:20:30.823Z | Compiling scroll_derive v0.12.0 |
504 | 2025-02-07T09:20:31.089Z | Compiling clap_derive v4.5.24 |
505 | 2025-02-07T09:20:32.346Z | Compiling scroll v0.12.0 |
506 | 2025-02-07T09:20:32.813Z | Compiling zerocopy v0.7.35 |
507 | 2025-02-07T09:20:32.884Z | Compiling goblin v0.8.2 |
508 | 2025-02-07T09:20:33.653Z | Compiling pest v2.7.14 |
509 | 2025-02-07T09:20:34.377Z | Compiling clap v4.5.27 |
510 | 2025-02-07T09:20:35.815Z | Compiling pest_meta v2.7.14 |
511 | 2025-02-07T09:20:36.724Z | Compiling pest_generator v2.7.14 |
512 | 2025-02-07T09:20:38.127Z | Compiling pest_derive v2.7.14 |
513 | 2025-02-07T09:20:38.743Z | Compiling dtrace-parser v0.2.0 |
514 | 2025-02-07T09:20:39.602Z | Compiling serde_spanned v0.6.8 |
515 | 2025-02-07T09:20:39.604Z | Compiling toml_datetime v0.6.8 |
516 | 2025-02-07T09:20:39.604Z | Compiling cargo-platform v0.1.8 |
517 | 2025-02-07T09:20:39.902Z | Compiling serde_tokenstream v0.2.2 |
518 | 2025-02-07T09:20:39.930Z | Compiling macaddr v1.0.1 |
519 | 2025-02-07T09:20:40.090Z | Compiling toml_edit v0.22.22 |
520 | 2025-02-07T09:20:40.267Z | Compiling camino-tempfile v1.1.1 |
521 | 2025-02-07T09:20:40.946Z | Compiling dof v0.3.0 |
522 | 2025-02-07T09:20:40.946Z | Compiling cargo_metadata v0.18.1 |
523 | 2025-02-07T09:20:42.498Z | Compiling usdt-attr-macro v0.5.0 |
524 | 2025-02-07T09:20:42.498Z | Compiling usdt-macro v0.5.0 |
525 | 2025-02-07T09:20:42.808Z | Compiling toml v0.8.19 |
526 | 2025-02-07T09:20:43.613Z | Compiling cargo_toml v0.20.5 |
527 | 2025-02-07T09:20:43.640Z | Compiling usdt v0.5.0 |
528 | 2025-02-07T09:20:46.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
529 | 2025-02-07T09:20:49.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.49s |
530 | 2025-02-07T09:20:49.583Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
531 | 2025-02-07T09:20:50.104Z | Downloading crates ... |
532 | 2025-02-07T09:20:50.224Z | Downloaded adler2 v2.0.0 |
533 | 2025-02-07T09:20:50.227Z | Downloaded aead v0.5.2 |
534 | 2025-02-07T09:20:50.229Z | Downloaded addr2line v0.24.2 |
535 | 2025-02-07T09:20:50.234Z | Downloaded atty v0.2.14 |
536 | 2025-02-07T09:20:50.238Z | Downloaded http-body v1.0.1 |
537 | 2025-02-07T09:20:50.241Z | Downloaded cfg_aliases v0.2.1 |
538 | 2025-02-07T09:20:50.244Z | Downloaded hex v0.4.3 |
539 | 2025-02-07T09:20:50.246Z | Downloaded darling v0.20.10 |
540 | 2025-02-07T09:20:50.251Z | Downloaded hubpack_derive v0.1.1 |
541 | 2025-02-07T09:20:50.254Z | Downloaded cfg_aliases v0.1.1 |
542 | 2025-02-07T09:20:50.256Z | Downloaded http-range v0.1.5 |
543 | 2025-02-07T09:20:50.259Z | Downloaded icu_provider_macros v1.5.0 |
544 | 2025-02-07T09:20:50.261Z | Downloaded crunchy v0.2.2 |
545 | 2025-02-07T09:20:50.264Z | Downloaded match_cfg v0.1.0 |
546 | 2025-02-07T09:20:50.268Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/curve25519-dalek/4.1.3/download` (146.75.42.137), got 502 |
547 | 2025-02-07T09:20:50.268Z | body: |
548 | 2025-02-07T09:20:50.268Z | I/O error |
549 | 2025-02-07T09:20:50.271Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/ahash/0.8.11/download` (146.75.42.137), got 502 |
550 | 2025-02-07T09:20:50.271Z | body: |
551 | 2025-02-07T09:20:50.271Z | I/O error |
552 | 2025-02-07T09:20:50.271Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/crossterm/0.28.1/download` (146.75.42.137), got 502 |
553 | 2025-02-07T09:20:50.271Z | body: |
554 | 2025-02-07T09:20:50.271Z | I/O error |
555 | 2025-02-07T09:20:50.273Z | Downloaded is_ci v1.2.0 |
556 | 2025-02-07T09:20:50.276Z | Downloaded cstr-argument v0.1.2 |
557 | 2025-02-07T09:20:50.276Z | Downloaded assert_matches v1.5.0 |
558 | 2025-02-07T09:20:50.279Z | Downloaded instant v0.1.13 |
559 | 2025-02-07T09:20:50.279Z | Downloaded progenitor-client v0.9.1 |
560 | 2025-02-07T09:20:50.281Z | Downloaded md5 v0.7.0 |
561 | 2025-02-07T09:20:50.281Z | Downloaded mirai-annotations v1.12.0 |
562 | 2025-02-07T09:20:50.284Z | Downloaded array-init v0.0.4 |
563 | 2025-02-07T09:20:50.284Z | Downloaded async-recursion v1.1.1 |
564 | 2025-02-07T09:20:50.287Z | Downloaded ident_case v1.0.1 |
565 | 2025-02-07T09:20:50.290Z | Downloaded bcrypt-pbkdf v0.10.0 |
566 | 2025-02-07T09:20:50.290Z | Downloaded atomicwrites v0.4.4 |
567 | 2025-02-07T09:20:50.292Z | Downloaded crucible-workspace-hack v0.1.0 |
568 | 2025-02-07T09:20:50.292Z | Downloaded ciborium-ll v0.2.2 |
569 | 2025-02-07T09:20:50.295Z | Downloaded bb8 v0.8.5 |
570 | 2025-02-07T09:20:50.295Z | Downloaded bitflags v1.3.2 |
571 | 2025-02-07T09:20:50.300Z | Downloaded humantime v2.1.0 |
572 | 2025-02-07T09:20:50.303Z | Downloaded hyper-tls v0.6.0 |
573 | 2025-02-07T09:20:50.305Z | Downloaded heck v0.3.3 |
574 | 2025-02-07T09:20:50.308Z | Downloaded crossbeam-deque v0.8.5 |
575 | 2025-02-07T09:20:50.308Z | Downloaded internet-checksum v0.2.1 |
576 | 2025-02-07T09:20:50.310Z | Downloaded impl-trait-for-tuples v0.2.2 |
577 | 2025-02-07T09:20:50.313Z | Downloaded md-5 v0.10.6 |
578 | 2025-02-07T09:20:50.316Z | Downloaded ctr v0.9.2 |
579 | 2025-02-07T09:20:50.318Z | Downloaded lazy_static v1.5.0 |
580 | 2025-02-07T09:20:50.320Z | Downloaded cipher v0.4.4 |
581 | 2025-02-07T09:20:50.320Z | Downloaded chacha20 v0.9.1 |
582 | 2025-02-07T09:20:50.323Z | Downloaded lockfree-object-pool v0.1.6 |
583 | 2025-02-07T09:20:50.326Z | Downloaded lazycell v1.3.0 |
584 | 2025-02-07T09:20:50.328Z | Downloaded crc v3.2.1 |
585 | 2025-02-07T09:20:50.331Z | Downloaded maplit v1.0.2 |
586 | 2025-02-07T09:20:50.333Z | Downloaded keccak v0.1.5 |
587 | 2025-02-07T09:20:50.336Z | Downloaded libefi-sys v0.1.0 |
588 | 2025-02-07T09:20:50.336Z | Downloaded managed v0.8.0 |
589 | 2025-02-07T09:20:50.339Z | Downloaded memoffset v0.9.1 |
590 | 2025-02-07T09:20:50.339Z | Downloaded mockall v0.13.0 |
591 | 2025-02-07T09:20:50.342Z | Downloaded mime v0.3.17 |
592 | 2025-02-07T09:20:50.344Z | Downloaded maybe-uninit v2.0.0 |
593 | 2025-02-07T09:20:50.344Z | Downloaded idna_adapter v1.2.0 |
594 | 2025-02-07T09:20:50.347Z | Downloaded highway v1.2.0 |
595 | 2025-02-07T09:20:50.349Z | Downloaded serde-big-array v0.5.1 |
596 | 2025-02-07T09:20:50.349Z | Downloaded inout v0.1.3 |
597 | 2025-02-07T09:20:50.352Z | Downloaded ciborium-io v0.2.2 |
598 | 2025-02-07T09:20:50.352Z | Downloaded async-stream-impl v0.3.6 |
599 | 2025-02-07T09:20:50.352Z | Downloaded bitfield v0.14.0 |
600 | 2025-02-07T09:20:50.355Z | Downloaded rand_seeder v0.3.0 |
601 | 2025-02-07T09:20:50.357Z | Downloaded strum v0.26.3 |
602 | 2025-02-07T09:20:50.357Z | Downloaded colored v2.1.0 |
603 | 2025-02-07T09:20:50.360Z | Downloaded bitfield-struct v0.6.2 |
604 | 2025-02-07T09:20:50.360Z | Downloaded backoff v0.4.0 |
605 | 2025-02-07T09:20:50.362Z | Downloaded lock_api v0.4.12 |
606 | 2025-02-07T09:20:50.365Z | Downloaded litemap v0.7.3 |
607 | 2025-02-07T09:20:50.368Z | Downloaded bcs v0.1.6 |
608 | 2025-02-07T09:20:50.370Z | Downloaded iana-time-zone v0.1.61 |
609 | 2025-02-07T09:20:50.373Z | Downloaded httparse v1.9.5 |
610 | 2025-02-07T09:20:50.375Z | Downloaded libloading v0.8.5 |
611 | 2025-02-07T09:20:50.378Z | Downloaded hickory-client v0.24.2 |
612 | 2025-02-07T09:20:50.380Z | Downloaded kstat-rs v0.2.4 |
613 | 2025-02-07T09:20:50.383Z | Downloaded csv-core v0.1.11 |
614 | 2025-02-07T09:20:50.385Z | Downloaded multer v3.1.0 |
615 | 2025-02-07T09:20:50.388Z | Downloaded mime_guess v2.0.5 |
616 | 2025-02-07T09:20:50.388Z | Downloaded ipnet v2.10.1 |
617 | 2025-02-07T09:20:50.390Z | Downloaded take_mut v0.2.2 |
618 | 2025-02-07T09:20:50.391Z | Downloaded tower-service v0.3.3 |
619 | 2025-02-07T09:20:50.393Z | Downloaded tinyvec_macros v0.1.1 |
620 | 2025-02-07T09:20:50.393Z | Downloaded memmap2 v0.9.5 |
621 | 2025-02-07T09:20:50.396Z | Downloaded hmac v0.12.1 |
622 | 2025-02-07T09:20:50.398Z | Downloaded curve25519-dalek-derive v0.1.1 |
623 | 2025-02-07T09:20:50.398Z | Downloaded progenitor-macro v0.9.1 |
624 | 2025-02-07T09:20:50.401Z | Downloaded async-trait v0.1.86 |
625 | 2025-02-07T09:20:50.404Z | Downloaded want v0.3.1 |
626 | 2025-02-07T09:20:50.404Z | Downloaded radium v0.7.0 |
627 | 2025-02-07T09:20:50.406Z | Downloaded crc32fast v1.4.2 |
628 | 2025-02-07T09:20:50.406Z | Downloaded foreign-types-shared v0.1.1 |
629 | 2025-02-07T09:20:50.410Z | Downloaded opaque-debug v0.3.1 |
630 | 2025-02-07T09:20:50.410Z | Downloaded foreign-types-macros v0.2.3 |
631 | 2025-02-07T09:20:50.412Z | Downloaded atomic-waker v1.1.2 |
632 | 2025-02-07T09:20:50.412Z | Downloaded const_format_proc_macros v0.2.34 |
633 | 2025-02-07T09:20:50.415Z | Downloaded shlex v1.3.0 |
634 | 2025-02-07T09:20:50.415Z | Downloaded spki v0.7.3 |
635 | 2025-02-07T09:20:50.417Z | Downloaded slog-stdlog v4.1.1 |
636 | 2025-02-07T09:20:50.420Z | Downloaded endian-type v0.1.2 |
637 | 2025-02-07T09:20:50.420Z | Downloaded derive_builder_macro v0.20.2 |
638 | 2025-02-07T09:20:50.420Z | Downloaded slab v0.4.9 |
639 | 2025-02-07T09:20:50.423Z | Downloaded schemars_derive v0.8.21 |
640 | 2025-02-07T09:20:50.423Z | Downloaded salsa20 v0.10.2 |
641 | 2025-02-07T09:20:50.425Z | Downloaded headers-core v0.3.0 |
642 | 2025-02-07T09:20:50.425Z | Downloaded foreign-types v0.3.2 |
643 | 2025-02-07T09:20:50.428Z | Downloaded icu_locid_transform_data v1.5.0 |
644 | 2025-02-07T09:20:50.430Z | Downloaded jobserver v0.1.32 |
645 | 2025-02-07T09:20:50.431Z | Downloaded icu_normalizer v1.5.0 |
646 | 2025-02-07T09:20:50.434Z | Downloaded indexmap v1.9.3 |
647 | 2025-02-07T09:20:50.438Z | Downloaded miniz_oxide v0.8.0 |
648 | 2025-02-07T09:20:50.440Z | Downloaded litrs v0.4.1 |
649 | 2025-02-07T09:20:50.443Z | Downloaded tinystr v0.7.6 |
650 | 2025-02-07T09:20:50.445Z | Downloaded slog-scope v4.4.0 |
651 | 2025-02-07T09:20:50.448Z | Downloaded crc-any v2.5.0 |
652 | 2025-02-07T09:20:50.451Z | Downloaded const-oid v0.9.6 |
653 | 2025-02-07T09:20:50.454Z | Downloaded stringprep v0.1.5 |
654 | 2025-02-07T09:20:50.454Z | Downloaded russh-cryptovec v0.7.3 |
655 | 2025-02-07T09:20:50.454Z | Downloaded progenitor-client v0.8.0 |
656 | 2025-02-07T09:20:50.457Z | Downloaded icu_locid v1.5.0 |
657 | 2025-02-07T09:20:50.459Z | Downloaded zone v0.1.8 |
658 | 2025-02-07T09:20:50.462Z | Downloaded which v4.4.2 |
659 | 2025-02-07T09:20:50.462Z | Downloaded tap v1.0.1 |
660 | 2025-02-07T09:20:50.465Z | Downloaded structmeta-derive v0.3.0 |
661 | 2025-02-07T09:20:50.465Z | Downloaded globset v0.4.15 |
662 | 2025-02-07T09:20:50.467Z | Downloaded dyn-clone v1.0.17 |
663 | 2025-02-07T09:20:50.470Z | Downloaded arrayvec v0.7.6 |
664 | 2025-02-07T09:20:50.470Z | Downloaded cookie_store v0.21.1 |
665 | 2025-02-07T09:20:50.472Z | Downloaded nanorand v0.7.0 |
666 | 2025-02-07T09:20:50.475Z | Downloaded multimap v0.10.0 |
667 | 2025-02-07T09:20:50.477Z | Downloaded typify-macro v0.2.0 |
668 | 2025-02-07T09:20:50.477Z | Downloaded hash32 v0.3.1 |
669 | 2025-02-07T09:20:50.480Z | Downloaded form_urlencoded v1.2.1 |
670 | 2025-02-07T09:20:50.480Z | Downloaded defmt v0.3.8 |
671 | 2025-02-07T09:20:50.483Z | Downloaded enum-as-inner v0.6.1 |
672 | 2025-02-07T09:20:50.487Z | Downloaded icu_provider v1.5.0 |
673 | 2025-02-07T09:20:50.489Z | Downloaded env_filter v0.1.2 |
674 | 2025-02-07T09:20:50.489Z | Downloaded sigpipe v0.1.3 |
675 | 2025-02-07T09:20:50.492Z | Downloaded mockall_derive v0.13.0 |
676 | 2025-02-07T09:20:50.492Z | Downloaded indicatif v0.17.11 |
677 | 2025-02-07T09:20:50.497Z | Downloaded thiserror-impl-no-std v2.0.2 |
678 | 2025-02-07T09:20:50.499Z | Downloaded time-macros v0.2.18 |
679 | 2025-02-07T09:20:50.502Z | Downloaded chacha20poly1305 v0.10.1 |
680 | 2025-02-07T09:20:50.505Z | Downloaded zone_cfg_derive v0.3.0 |
681 | 2025-02-07T09:20:50.505Z | Downloaded heapless v0.8.0 |
682 | 2025-02-07T09:20:50.507Z | Downloaded parse-display-derive v0.10.0 |
683 | 2025-02-07T09:20:50.510Z | Downloaded tls_codec v0.4.1 |
684 | 2025-02-07T09:20:50.513Z | Downloaded zone_cfg_derive v0.1.2 |
685 | 2025-02-07T09:20:50.513Z | Downloaded toolchain_find v0.4.0 |
686 | 2025-02-07T09:20:50.513Z | Downloaded rand_core v0.6.4 |
687 | 2025-02-07T09:20:50.516Z | Downloaded rand_chacha v0.3.1 |
688 | 2025-02-07T09:20:50.516Z | Downloaded unicode-xid v0.2.6 |
689 | 2025-02-07T09:20:50.518Z | Downloaded uzers v0.12.1 |
690 | 2025-02-07T09:20:50.521Z | Downloaded parse-display v0.10.0 |
691 | 2025-02-07T09:20:50.521Z | Downloaded rpassword v7.3.1 |
692 | 2025-02-07T09:20:50.523Z | Downloaded diesel-dtrace v0.4.2 |
693 | 2025-02-07T09:20:50.526Z | Downloaded progenitor v0.9.1 |
694 | 2025-02-07T09:20:50.526Z | Downloaded rusty-fork v0.3.0 |
695 | 2025-02-07T09:20:50.529Z | Downloaded hyper-util v0.1.10 |
696 | 2025-02-07T09:20:50.531Z | Downloaded rustversion v1.0.17 |
697 | 2025-02-07T09:20:50.534Z | Downloaded serde_plain v1.0.2 |
698 | 2025-02-07T09:20:50.537Z | Downloaded ecdsa v0.16.9 |
699 | 2025-02-07T09:20:50.540Z | Downloaded num-complex v0.4.6 |
700 | 2025-02-07T09:20:50.540Z | Downloaded shell-words v1.1.0 |
701 | 2025-02-07T09:20:50.544Z | Downloaded walkdir v2.5.0 |
702 | 2025-02-07T09:20:50.544Z | Downloaded num v0.4.3 |
703 | 2025-02-07T09:20:50.544Z | Downloaded ron v0.7.1 |
704 | 2025-02-07T09:20:50.549Z | Downloaded env_logger v0.10.2 |
705 | 2025-02-07T09:20:50.555Z | Downloaded oso-derive v0.27.3 |
706 | 2025-02-07T09:20:50.555Z | Downloaded des v0.8.1 |
707 | 2025-02-07T09:20:50.555Z | Downloaded icu_collections v1.5.0 |
708 | 2025-02-07T09:20:50.560Z | Downloaded phf_shared v0.10.0 |
709 | 2025-02-07T09:20:50.564Z | Downloaded peg-runtime v0.8.3 |
710 | 2025-02-07T09:20:50.564Z | Downloaded smf v0.2.3 |
711 | 2025-02-07T09:20:50.564Z | Downloaded simd-adler32 v0.3.7 |
712 | 2025-02-07T09:20:50.568Z | Downloaded universal-hash v0.5.1 |
713 | 2025-02-07T09:20:50.568Z | Downloaded bytes v1.9.0 |
714 | 2025-02-07T09:20:50.571Z | Downloaded zone v0.3.0 |
715 | 2025-02-07T09:20:50.573Z | Downloaded pkcs1 v0.7.5 |
716 | 2025-02-07T09:20:50.577Z | Downloaded postgres-types v0.2.8 |
717 | 2025-02-07T09:20:50.581Z | Downloaded uuid v1.12.0 |
718 | 2025-02-07T09:20:50.581Z | Downloaded float-ord v0.3.2 |
719 | 2025-02-07T09:20:50.584Z | Downloaded fallible-streaming-iterator v0.1.9 |
720 | 2025-02-07T09:20:50.584Z | Downloaded peg v0.8.4 |
721 | 2025-02-07T09:20:50.587Z | Downloaded try-lock v0.2.5 |
722 | 2025-02-07T09:20:50.589Z | Downloaded waitgroup v0.1.2 |
723 | 2025-02-07T09:20:50.589Z | Downloaded ena v0.14.3 |
724 | 2025-02-07T09:20:50.591Z | Downloaded serde_path_to_error v0.1.16 |
725 | 2025-02-07T09:20:50.593Z | Downloaded writeable v0.5.5 |
726 | 2025-02-07T09:20:50.595Z | Downloaded nibble_vec v0.1.0 |
727 | 2025-02-07T09:20:50.597Z | Downloaded wyz v0.5.1 |
728 | 2025-02-07T09:20:50.597Z | Downloaded futures-sink v0.3.31 |
729 | 2025-02-07T09:20:50.599Z | Downloaded tokio-rustls v0.26.0 |
730 | 2025-02-07T09:20:50.601Z | Downloaded thiserror v2.0.11 |
731 | 2025-02-07T09:20:50.605Z | Downloaded rcgen v0.12.1 |
732 | 2025-02-07T09:20:50.608Z | Downloaded schemars v0.8.21 |
733 | 2025-02-07T09:20:50.619Z | Downloaded number_prefix v0.4.0 |
734 | 2025-02-07T09:20:50.622Z | Downloaded futures-executor v0.3.31 |
735 | 2025-02-07T09:20:50.624Z | Downloaded proc-macro-crate v1.3.1 |
736 | 2025-02-07T09:20:50.624Z | Downloaded phf_generator v0.11.2 |
737 | 2025-02-07T09:20:50.628Z | Downloaded futures-core v0.3.31 |
738 | 2025-02-07T09:20:50.628Z | Downloaded embedded-io v0.6.1 |
739 | 2025-02-07T09:20:50.628Z | Downloaded futures-io v0.3.31 |
740 | 2025-02-07T09:20:50.631Z | Downloaded derive_more v0.99.18 |
741 | 2025-02-07T09:20:50.634Z | Downloaded slog-bunyan v2.5.0 |
742 | 2025-02-07T09:20:50.637Z | Downloaded ron v0.8.1 |
743 | 2025-02-07T09:20:50.644Z | Downloaded futures-macro v0.3.31 |
744 | 2025-02-07T09:20:50.644Z | Downloaded hickory-server v0.24.2 |
745 | 2025-02-07T09:20:50.658Z | Downloaded num_threads v0.1.7 |
746 | 2025-02-07T09:20:50.660Z | Downloaded aes-gcm v0.10.3 |
747 | 2025-02-07T09:20:50.663Z | Downloaded newline-converter v0.3.0 |
748 | 2025-02-07T09:20:50.663Z | Downloaded new_debug_unreachable v1.0.6 |
749 | 2025-02-07T09:20:50.666Z | Downloaded mio v1.0.2 |
750 | 2025-02-07T09:20:50.670Z | Downloaded num_enum_derive v0.5.11 |
751 | 2025-02-07T09:20:50.673Z | Downloaded newtype-uuid v1.2.1 |
752 | 2025-02-07T09:20:50.673Z | Downloaded tokio-macros v2.5.0 |
753 | 2025-02-07T09:20:50.676Z | Downloaded flagset v0.4.6 |
754 | 2025-02-07T09:20:50.676Z | Downloaded derive_builder_core v0.20.2 |
755 | 2025-02-07T09:20:50.678Z | Downloaded aes v0.8.4 |
756 | 2025-02-07T09:20:50.681Z | Downloaded group v0.13.0 |
757 | 2025-02-07T09:20:50.683Z | Downloaded embedded-io v0.4.0 |
758 | 2025-02-07T09:20:50.685Z | Downloaded russh-keys v0.45.0 |
759 | 2025-02-07T09:20:50.687Z | Downloaded paste v1.0.15 |
760 | 2025-02-07T09:20:50.690Z | Downloaded const_format v0.2.34 |
761 | 2025-02-07T09:20:50.695Z | Downloaded dirs-next v2.0.0 |
762 | 2025-02-07T09:20:50.697Z | Downloaded difflib v0.4.0 |
763 | 2025-02-07T09:20:50.698Z | Downloaded zerofrom-derive v0.1.4 |
764 | 2025-02-07T09:20:50.698Z | Downloaded futures-channel v0.3.31 |
765 | 2025-02-07T09:20:50.700Z | Downloaded serde_derive_internals v0.29.1 |
766 | 2025-02-07T09:20:50.702Z | Downloaded ref-cast v1.0.23 |
767 | 2025-02-07T09:20:50.705Z | Downloaded rfc6979 v0.4.0 |
768 | 2025-02-07T09:20:50.706Z | Downloaded compact_str v0.8.0 |
769 | 2025-02-07T09:20:50.709Z | Downloaded whoami v1.5.2 |
770 | 2025-02-07T09:20:50.712Z | Downloaded num-iter v0.1.45 |
771 | 2025-02-07T09:20:50.714Z | Downloaded float-cmp v0.9.0 |
772 | 2025-02-07T09:20:50.717Z | Downloaded primeorder v0.13.6 |
773 | 2025-02-07T09:20:50.717Z | Downloaded subtle v2.6.1 |
774 | 2025-02-07T09:20:50.719Z | Downloaded libxml v0.3.3 |
775 | 2025-02-07T09:20:50.723Z | Downloaded psl-types v2.0.11 |
776 | 2025-02-07T09:20:50.725Z | Downloaded path-slash v0.1.5 |
777 | 2025-02-07T09:20:50.728Z | Downloaded num-conv v0.1.0 |
778 | 2025-02-07T09:20:50.728Z | Downloaded tokio-native-tls v0.3.1 |
779 | 2025-02-07T09:20:50.730Z | Downloaded rand_xorshift v0.3.0 |
780 | 2025-02-07T09:20:50.730Z | Downloaded powerfmt v0.2.0 |
781 | 2025-02-07T09:20:50.732Z | Downloaded strum_macros v0.26.4 |
782 | 2025-02-07T09:20:50.735Z | Downloaded supports-color v3.0.1 |
783 | 2025-02-07T09:20:50.735Z | Downloaded sqlparser_derive v0.2.2 |
784 | 2025-02-07T09:20:50.737Z | Downloaded serde_urlencoded v0.7.1 |
785 | 2025-02-07T09:20:50.737Z | Downloaded dropshot_endpoint v0.15.1 |
786 | 2025-02-07T09:20:50.740Z | Downloaded tui-tree-widget v0.22.0 |
787 | 2025-02-07T09:20:50.743Z | Downloaded topological-sort v0.2.2 |
788 | 2025-02-07T09:20:50.745Z | Downloaded termios v0.3.3 |
789 | 2025-02-07T09:20:50.745Z | Downloaded termcolor v1.4.1 |
790 | 2025-02-07T09:20:50.747Z | Downloaded serde_with_macros v3.11.0 |
791 | 2025-02-07T09:20:50.750Z | Downloaded either v1.13.0 |
792 | 2025-02-07T09:20:50.752Z | Downloaded progenitor-impl v0.8.0 |
793 | 2025-02-07T09:20:50.754Z | Downloaded zerocopy-derive v0.8.10 |
794 | 2025-02-07T09:20:50.759Z | Downloaded xz2 v0.1.7 |
795 | 2025-02-07T09:20:50.761Z | Downloaded termtree v0.4.1 |
796 | 2025-02-07T09:20:50.764Z | Downloaded http v1.2.0 |
797 | 2025-02-07T09:20:50.769Z | Downloaded sync_wrapper v1.0.1 |
798 | 2025-02-07T09:20:50.769Z | Downloaded sync-ptr v0.1.1 |
799 | 2025-02-07T09:20:50.769Z | Downloaded fatfs v0.3.6 |
800 | 2025-02-07T09:20:50.772Z | Downloaded num-integer v0.1.46 |
801 | 2025-02-07T09:20:50.772Z | Downloaded deranged v0.3.11 |
802 | 2025-02-07T09:20:50.775Z | Downloaded num-derive v0.4.2 |
803 | 2025-02-07T09:20:50.777Z | Downloaded unicode-properties v0.1.3 |
804 | 2025-02-07T09:20:50.780Z | Downloaded idna v1.0.3 |
805 | 2025-02-07T09:20:50.782Z | Downloaded omicron-zone-package v0.12.0 |
806 | 2025-02-07T09:20:50.786Z | Downloaded openssl-probe v0.1.5 |
807 | 2025-02-07T09:20:50.788Z | Downloaded openssl-macros v0.1.1 |
808 | 2025-02-07T09:20:50.788Z | Downloaded ghash v0.5.1 |
809 | 2025-02-07T09:20:50.791Z | Downloaded p256 v0.13.2 |
810 | 2025-02-07T09:20:50.793Z | Downloaded pkg-config v0.3.31 |
811 | 2025-02-07T09:20:50.795Z | Downloaded subprocess v0.2.9 |
812 | 2025-02-07T09:20:50.797Z | Downloaded itertools v0.12.1 |
813 | 2025-02-07T09:20:50.803Z | Downloaded scrypt v0.11.0 |
814 | 2025-02-07T09:20:50.806Z | Downloaded scopeguard v1.2.0 |
815 | 2025-02-07T09:20:50.806Z | Downloaded scheduled-thread-pool v0.2.7 |
816 | 2025-02-07T09:20:50.809Z | Downloaded signal-hook-tokio v0.3.1 |
817 | 2025-02-07T09:20:50.809Z | Downloaded zerovec-derive v0.10.3 |
818 | 2025-02-07T09:20:50.811Z | Downloaded futures v0.3.31 |
819 | 2025-02-07T09:20:50.815Z | Downloaded pretty-hex v0.2.1 |
820 | 2025-02-07T09:20:50.818Z | Downloaded slog-envlogger v2.2.0 |
821 | 2025-02-07T09:20:50.818Z | Downloaded slog-dtrace v0.3.0 |
822 | 2025-02-07T09:20:50.820Z | Downloaded env_logger v0.11.5 |
823 | 2025-02-07T09:20:50.822Z | Downloaded zip v2.1.3 |
824 | 2025-02-07T09:20:50.827Z | Downloaded time-core v0.1.2 |
825 | 2025-02-07T09:20:50.830Z | Downloaded vte_generate_state_changes v0.1.2 |
826 | 2025-02-07T09:20:50.830Z | Downloaded strum_macros v0.25.3 |
827 | 2025-02-07T09:20:50.833Z | Downloaded tls_codec_derive v0.4.1 |
828 | 2025-02-07T09:20:50.836Z | Downloaded thiserror-no-std v2.0.2 |
829 | 2025-02-07T09:20:50.840Z | Downloaded structmeta-derive v0.2.0 |
830 | 2025-02-07T09:20:50.840Z | Downloaded hyper v1.5.2 |
831 | 2025-02-07T09:20:50.845Z | Downloaded downcast v0.11.0 |
832 | 2025-02-07T09:20:50.847Z | Downloaded tabwriter v1.4.0 |
833 | 2025-02-07T09:20:50.847Z | Downloaded synstructure v0.13.1 |
834 | 2025-02-07T09:20:50.850Z | Downloaded derive_builder v0.20.2 |
835 | 2025-02-07T09:20:50.853Z | Downloaded fragile v2.0.0 |
836 | 2025-02-07T09:20:50.856Z | Downloaded untrusted v0.9.0 |
837 | 2025-02-07T09:20:50.859Z | Downloaded fixedbitset v0.4.2 |
838 | 2025-02-07T09:20:50.859Z | Downloaded pkcs8 v0.10.2 |
839 | 2025-02-07T09:20:50.862Z | Downloaded diesel_table_macro_syntax v0.2.0 |
840 | 2025-02-07T09:20:50.864Z | Downloaded yoke-derive v0.7.4 |
841 | 2025-02-07T09:20:50.864Z | Downloaded foldhash v0.1.3 |
842 | 2025-02-07T09:20:50.864Z | Downloaded zip v0.6.6 |
843 | 2025-02-07T09:20:50.868Z | Downloaded pem v3.0.4 |
844 | 2025-02-07T09:20:50.871Z | Downloaded utf-8 v0.7.6 |
845 | 2025-02-07T09:20:50.871Z | Downloaded nu-ansi-term v0.50.1 |
846 | 2025-02-07T09:20:50.874Z | Downloaded pkcs5 v0.7.1 |
847 | 2025-02-07T09:20:50.877Z | Downloaded tracing-core v0.1.32 |
848 | 2025-02-07T09:20:50.880Z | Downloaded unicode_categories v0.1.1 |
849 | 2025-02-07T09:20:50.883Z | Downloaded x509-cert v0.2.5 |
850 | 2025-02-07T09:20:50.888Z | Downloaded signal-hook-registry v1.4.2 |
851 | 2025-02-07T09:20:50.891Z | Downloaded signal-hook-mio v0.2.4 |
852 | 2025-02-07T09:20:50.893Z | Downloaded wait-timeout v0.2.0 |
853 | 2025-02-07T09:20:50.893Z | Downloaded fallible-iterator v0.2.0 |
854 | 2025-02-07T09:20:50.896Z | Downloaded displaydoc v0.2.5 |
855 | 2025-02-07T09:20:50.899Z | Downloaded termtree v0.5.1 |
856 | 2025-02-07T09:20:50.899Z | Downloaded tokio-postgres v0.7.12 |
857 | 2025-02-07T09:20:50.904Z | Downloaded dirs-sys-next v0.1.2 |
858 | 2025-02-07T09:20:50.906Z | Downloaded document-features v0.2.10 |
859 | 2025-02-07T09:20:50.906Z | Downloaded darling_macro v0.20.10 |
860 | 2025-02-07T09:20:50.909Z | Downloaded zerofrom v0.1.4 |
861 | 2025-02-07T09:20:50.909Z | Downloaded display-error-chain v0.2.2 |
862 | 2025-02-07T09:20:50.909Z | Downloaded derive-where v1.2.7 |
863 | 2025-02-07T09:20:50.913Z | Downloaded rustfmt-wrapper v0.2.1 |
864 | 2025-02-07T09:20:50.915Z | Downloaded untrusted v0.7.1 |
865 | 2025-02-07T09:20:50.915Z | Downloaded rustls-pemfile v1.0.4 |
866 | 2025-02-07T09:20:50.918Z | Downloaded predicates-tree v1.0.11 |
867 | 2025-02-07T09:20:50.921Z | Downloaded predicates-core v1.0.8 |
868 | 2025-02-07T09:20:50.921Z | Downloaded slog v2.7.0 |
869 | 2025-02-07T09:20:50.924Z | Downloaded olpc-cjson v0.1.4 |
870 | 2025-02-07T09:20:50.924Z | Downloaded r2d2 v0.8.10 |
871 | 2025-02-07T09:20:50.926Z | Downloaded poly1305 v0.8.0 |
872 | 2025-02-07T09:20:50.929Z | Downloaded hashlink v0.9.1 |
873 | 2025-02-07T09:20:50.933Z | Downloaded glob v0.3.2 |
874 | 2025-02-07T09:20:50.933Z | Downloaded tungstenite v0.24.0 |
875 | 2025-02-07T09:20:50.935Z | Downloaded tungstenite v0.23.0 |
876 | 2025-02-07T09:20:50.939Z | Downloaded defmt-parser v0.3.4 |
877 | 2025-02-07T09:20:50.941Z | Downloaded rayon-core v1.12.1 |
878 | 2025-02-07T09:20:50.944Z | Downloaded tungstenite v0.21.0 |
879 | 2025-02-07T09:20:50.947Z | Downloaded elliptic-curve v0.13.8 |
880 | 2025-02-07T09:20:50.950Z | Downloaded tar v0.4.42 |
881 | 2025-02-07T09:20:50.953Z | Downloaded diesel_derives v2.2.3 |
882 | 2025-02-07T09:20:50.957Z | Downloaded hkdf v0.12.4 |
883 | 2025-02-07T09:20:50.959Z | Downloaded funty v2.0.0 |
884 | 2025-02-07T09:20:50.962Z | Downloaded parse-size v1.1.0 |
885 | 2025-02-07T09:20:50.962Z | Downloaded parking_lot_core v0.9.10 |
886 | 2025-02-07T09:20:50.964Z | Downloaded parking_lot_core v0.8.6 |
887 | 2025-02-07T09:20:50.967Z | Downloaded steno v0.4.1 |
888 | 2025-02-07T09:20:50.969Z | Downloaded serde_with v3.11.0 |
889 | 2025-02-07T09:20:50.978Z | Downloaded precomputed-hash v0.1.1 |
890 | 2025-02-07T09:20:50.981Z | Downloaded write16 v1.0.0 |
891 | 2025-02-07T09:20:50.981Z | Downloaded same-file v1.0.6 |
892 | 2025-02-07T09:20:50.984Z | Downloaded tokio-rustls v0.25.0 |
893 | 2025-02-07T09:20:50.984Z | Downloaded pin-project-lite v0.2.14 |
894 | 2025-02-07T09:20:50.987Z | Downloaded toml_edit v0.19.15 |
895 | 2025-02-07T09:20:51.002Z | Downloaded newtype_derive v0.1.6 |
896 | 2025-02-07T09:20:51.005Z | Downloaded rtoolbox v0.0.2 |
897 | 2025-02-07T09:20:51.005Z | Downloaded ff v0.13.0 |
898 | 2025-02-07T09:20:51.007Z | Downloaded fd-lock v4.0.2 |
899 | 2025-02-07T09:20:51.010Z | Downloaded fallible-iterator v0.3.0 |
900 | 2025-02-07T09:20:51.010Z | Downloaded ed25519-dalek v2.1.1 |
901 | 2025-02-07T09:20:51.013Z | Downloaded unicase v2.7.0 |
902 | 2025-02-07T09:20:51.015Z | Downloaded progenitor-impl v0.9.1 |
903 | 2025-02-07T09:20:51.018Z | Downloaded semver v0.1.20 |
904 | 2025-02-07T09:20:51.018Z | Downloaded rustc_version v0.4.1 |
905 | 2025-02-07T09:20:51.020Z | Downloaded rustc_version v0.1.7 |
906 | 2025-02-07T09:20:51.020Z | Downloaded dunce v1.0.5 |
907 | 2025-02-07T09:20:51.020Z | Downloaded tokio-rustls v0.24.1 |
908 | 2025-02-07T09:20:51.023Z | Downloaded typify v0.2.0 |
909 | 2025-02-07T09:20:51.025Z | Downloaded password-hash v0.5.0 |
910 | 2025-02-07T09:20:51.031Z | Downloaded typed-path v0.9.3 |
911 | 2025-02-07T09:20:51.033Z | Downloaded fxhash v0.2.1 |
912 | 2025-02-07T09:20:51.033Z | Downloaded aho-corasick v1.1.3 |
913 | 2025-02-07T09:20:51.039Z | Downloaded utf8_iter v1.0.4 |
914 | 2025-02-07T09:20:51.042Z | Downloaded utf16_iter v1.0.5 |
915 | 2025-02-07T09:20:51.042Z | Downloaded vte v0.11.1 |
916 | 2025-02-07T09:20:51.045Z | Downloaded unicode-segmentation v1.12.0 |
917 | 2025-02-07T09:20:51.047Z | Downloaded rustls-pemfile v2.2.0 |
918 | 2025-02-07T09:20:51.050Z | Downloaded strip-ansi-escapes v0.2.0 |
919 | 2025-02-07T09:20:51.050Z | Downloaded secrecy v0.8.0 |
920 | 2025-02-07T09:20:51.052Z | Downloaded yoke v0.7.4 |
921 | 2025-02-07T09:20:51.055Z | Downloaded yasna v0.5.2 |
922 | 2025-02-07T09:20:51.055Z | Downloaded tokio-tungstenite v0.24.0 |
923 | 2025-02-07T09:20:51.057Z | Downloaded polyval v0.6.2 |
924 | 2025-02-07T09:20:51.060Z | Downloaded defmt-macros v0.3.9 |
925 | 2025-02-07T09:20:51.062Z | Downloaded data-encoding v2.6.0 |
926 | 2025-02-07T09:20:51.062Z | Downloaded similar v2.6.0 |
927 | 2025-02-07T09:20:51.066Z | Downloaded gethostname v0.5.0 |
928 | 2025-02-07T09:20:51.069Z | Downloaded serde_repr v0.1.19 |
929 | 2025-02-07T09:20:51.072Z | Downloaded fs_extra v1.3.0 |
930 | 2025-02-07T09:20:51.072Z | Downloaded ssh-encoding v0.2.0 |
931 | 2025-02-07T09:20:51.074Z | Downloaded slog-term v2.9.1 |
932 | 2025-02-07T09:20:51.077Z | Downloaded diff v0.1.13 |
933 | 2025-02-07T09:20:51.079Z | Downloaded unicode-normalization v0.1.24 |
934 | 2025-02-07T09:20:51.082Z | Downloaded prettyplease v0.2.25 |
935 | 2025-02-07T09:20:51.085Z | Downloaded unicode-truncate v1.1.0 |
936 | 2025-02-07T09:20:51.088Z | Downloaded password-hash v0.4.2 |
937 | 2025-02-07T09:20:51.090Z | Downloaded ssh-cipher v0.2.0 |
938 | 2025-02-07T09:20:51.090Z | Downloaded qorb v0.2.1 |
939 | 2025-02-07T09:20:51.094Z | Downloaded serde-hex v0.1.0 |
940 | 2025-02-07T09:20:51.097Z | Downloaded rustc-hash v1.1.0 |
941 | 2025-02-07T09:20:51.097Z | Downloaded toml v0.7.8 |
942 | 2025-02-07T09:20:51.099Z | Downloaded flate2 v1.0.35 |
943 | 2025-02-07T09:20:51.104Z | Downloaded hash32 v0.2.1 |
944 | 2025-02-07T09:20:51.106Z | Downloaded percent-encoding v2.3.1 |
945 | 2025-02-07T09:20:51.106Z | Downloaded string_cache v0.8.7 |
946 | 2025-02-07T09:20:51.109Z | Downloaded pin-project-internal v1.1.6 |
947 | 2025-02-07T09:20:51.112Z | Downloaded pem-rfc7468 v0.7.0 |
948 | 2025-02-07T09:20:51.112Z | Downloaded quinn v0.11.5 |
949 | 2025-02-07T09:20:51.114Z | Downloaded stable_deref_trait v1.2.0 |
950 | 2025-02-07T09:20:51.117Z | Downloaded vergen v8.3.2 |
951 | 2025-02-07T09:20:51.120Z | Downloaded pin-project v1.1.6 |
952 | 2025-02-07T09:20:51.128Z | Downloaded tokio-tungstenite v0.23.1 |
953 | 2025-02-07T09:20:51.131Z | Downloaded tokio-stream v0.1.16 |
954 | 2025-02-07T09:20:51.134Z | Downloaded rustls-webpki v0.101.7 |
955 | 2025-02-07T09:20:51.147Z | Downloaded nom v7.1.3 |
956 | 2025-02-07T09:20:51.152Z | Downloaded native-tls v0.2.12 |
957 | 2025-02-07T09:20:51.155Z | Downloaded lalrpop v0.19.12 |
958 | 2025-02-07T09:20:51.165Z | Downloaded signal-hook v0.3.17 |
959 | 2025-02-07T09:20:51.168Z | Downloaded smallvec v1.13.2 |
960 | 2025-02-07T09:20:51.171Z | Downloaded tough v0.19.0 |
961 | 2025-02-07T09:20:51.177Z | Downloaded half v2.4.1 |
962 | 2025-02-07T09:20:51.180Z | Downloaded quick-xml v0.33.0 |
963 | 2025-02-07T09:20:51.186Z | Downloaded aws-lc-rs v1.10.0 |
964 | 2025-02-07T09:20:51.194Z | Downloaded parse-zoneinfo v0.3.1 |
965 | 2025-02-07T09:20:51.197Z | Downloaded headers v0.4.0 |
966 | 2025-02-07T09:20:51.202Z | Downloaded oso v0.27.3 |
967 | 2025-02-07T09:20:51.205Z | Downloaded bitvec v1.0.1 |
968 | 2025-02-07T09:20:51.221Z | Downloaded unicode-bidi v0.3.17 |
969 | 2025-02-07T09:20:51.224Z | Downloaded der v0.7.9 |
970 | 2025-02-07T09:20:51.229Z | Downloaded time v0.3.36 |
971 | 2025-02-07T09:20:51.236Z | Downloaded unsafe-libyaml v0.2.11 |
972 | 2025-02-07T09:20:51.240Z | Downloaded reedline v0.35.0 |
973 | 2025-02-07T09:20:51.249Z | Downloaded icu_properties_data v1.5.0 |
974 | 2025-02-07T09:20:51.260Z | Downloaded hashbrown v0.14.5 |
975 | 2025-02-07T09:20:51.265Z | Downloaded chrono v0.4.39 |
976 | 2025-02-07T09:20:51.273Z | Downloaded bindgen v0.69.5 |
977 | 2025-02-07T09:20:51.281Z | Downloaded expectorate v1.1.0 |
978 | 2025-02-07T09:20:51.284Z | Downloaded rustyline v14.0.0 |
979 | 2025-02-07T09:20:51.290Z | Downloaded portable-atomic v1.9.0 |
980 | 2025-02-07T09:20:51.297Z | Downloaded url v2.5.3 |
981 | 2025-02-07T09:20:51.301Z | Downloaded sqlparser v0.45.0 |
982 | 2025-02-07T09:20:51.307Z | Downloaded webpki-roots v0.26.6 |
983 | 2025-02-07T09:20:51.311Z | Downloaded tokio-util v0.7.12 |
984 | 2025-02-07T09:20:51.318Z | Downloaded p521 v0.13.3 |
985 | 2025-02-07T09:20:51.323Z | Downloaded zerovec v0.10.4 |
986 | 2025-02-07T09:20:51.329Z | Downloaded rustls v0.21.12 |
987 | 2025-02-07T09:20:51.342Z | Downloaded vcpkg v0.2.15 |
988 | 2025-02-07T09:20:51.381Z | Downloaded russh v0.45.0 |
989 | 2025-02-07T09:20:51.386Z | Downloaded quinn-proto v0.11.8 |
990 | 2025-02-07T09:20:51.393Z | Downloaded radix_trie v0.2.1 |
991 | 2025-02-07T09:20:51.399Z | Downloaded futures-util v0.3.31 |
992 | 2025-02-07T09:20:51.411Z | Downloaded winnow v0.5.40 |
993 | 2025-02-07T09:20:51.420Z | Downloaded rusqlite v0.32.1 |
994 | 2025-02-07T09:20:51.427Z | Downloaded openssl v0.10.70 |
995 | 2025-02-07T09:20:51.438Z | Downloaded zerocopy v0.8.10 |
996 | 2025-02-07T09:20:51.462Z | Downloaded salty v0.3.0 |
997 | 2025-02-07T09:20:51.468Z | Downloaded object v0.30.4 |
998 | 2025-02-07T09:20:51.479Z | Downloaded h2 v0.4.6 |
999 | 2025-02-07T09:20:51.486Z | Downloaded proptest v1.5.0 |
1000 | 2025-02-07T09:20:51.497Z | Downloaded git2 v0.19.0 |
1001 | 2025-02-07T09:20:51.505Z | Downloaded hickory-proto v0.24.2 |
1002 | 2025-02-07T09:20:51.524Z | Downloaded nix v0.27.1 |
1003 | 2025-02-07T09:20:51.541Z | Downloaded regress v0.10.1 |
1004 | 2025-02-07T09:20:51.550Z | Downloaded smoltcp v0.11.0 |
1005 | 2025-02-07T09:20:51.567Z | Downloaded regress v0.9.1 |
1006 | 2025-02-07T09:20:51.578Z | Downloaded gimli v0.31.1 |
1007 | 2025-02-07T09:20:51.589Z | Downloaded dropshot v0.12.0 |
1008 | 2025-02-07T09:20:51.610Z | Downloaded unicode-width v0.2.0 |
1009 | 2025-02-07T09:20:51.615Z | Downloaded nix v0.28.0 |
1010 | 2025-02-07T09:20:51.626Z | Downloaded nix v0.29.0 |
1011 | 2025-02-07T09:20:51.638Z | Downloaded object v0.36.5 |
1012 | 2025-02-07T09:20:51.649Z | Downloaded polar-core v0.27.3 |
1013 | 2025-02-07T09:20:51.657Z | Downloaded rustls v0.23.19 |
1014 | 2025-02-07T09:20:51.669Z | Downloaded typify-impl v0.2.0 |
1015 | 2025-02-07T09:20:51.683Z | Downloaded rustls v0.22.4 |
1016 | 2025-02-07T09:20:51.697Z | Downloaded ratatui v0.28.1 |
1017 | 2025-02-07T09:20:51.716Z | Downloaded zerocopy-derive v0.6.6 |
1018 | 2025-02-07T09:20:51.724Z | Downloaded curve25519-dalek v4.1.3 |
1019 | 2025-02-07T09:20:51.733Z | Downloaded sled v0.34.7 |
1020 | 2025-02-07T09:20:51.743Z | Downloaded typify-impl v0.3.0 |
1021 | 2025-02-07T09:20:51.758Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1022 | 2025-02-07T09:20:51.770Z | Downloaded dropshot v0.15.1 |
1023 | 2025-02-07T09:20:51.791Z | Downloaded crossterm v0.28.1 |
1024 | 2025-02-07T09:20:51.798Z | Downloaded regex-automata v0.4.8 |
1025 | 2025-02-07T09:20:51.813Z | Downloaded ahash v0.8.11 |
1026 | 2025-02-07T09:20:51.816Z | Downloaded regex-syntax v0.8.5 |
1027 | 2025-02-07T09:20:51.824Z | Downloaded openapiv3 v2.0.0 |
1028 | 2025-02-07T09:20:51.836Z | Downloaded diesel v2.2.6 |
1029 | 2025-02-07T09:20:51.855Z | Downloaded regex-syntax v0.6.29 |
1030 | 2025-02-07T09:20:51.861Z | Downloaded bstr v1.10.0 |
1031 | 2025-02-07T09:20:51.872Z | Downloaded petgraph v0.6.5 |
1032 | 2025-02-07T09:20:51.887Z | Downloaded lzma-sys v0.1.20 |
1033 | 2025-02-07T09:20:51.915Z | Downloaded chrono-tz v0.10.1 |
1034 | 2025-02-07T09:20:51.921Z | Downloaded rustls-webpki v0.102.8 |
1035 | 2025-02-07T09:20:51.939Z | Downloaded smoltcp v0.9.1 |
1036 | 2025-02-07T09:20:51.949Z | Downloaded csv v1.3.1 |
1037 | 2025-02-07T09:20:51.968Z | Downloaded libz-sys v1.1.20 |
1038 | 2025-02-07T09:20:51.987Z | Downloaded rayon v1.10.0 |
1039 | 2025-02-07T09:20:51.995Z | Downloaded petname v2.0.2 |
1040 | 2025-02-07T09:20:52.001Z | Downloaded p384 v0.13.0 |
1041 | 2025-02-07T09:20:52.005Z | Downloaded regex v1.11.1 |
1042 | 2025-02-07T09:20:52.018Z | Downloaded sha3 v0.10.8 |
1043 | 2025-02-07T09:20:52.022Z | Downloaded hashbrown v0.12.3 |
1044 | 2025-02-07T09:20:52.025Z | Downloaded parking_lot v0.12.3 |
1045 | 2025-02-07T09:20:52.028Z | Downloaded getrandom v0.2.15 |
1046 | 2025-02-07T09:20:52.031Z | Downloaded tokio v1.43.0 |
1047 | 2025-02-07T09:20:52.067Z | Downloaded smallvec v0.6.14 |
1048 | 2025-02-07T09:20:52.070Z | Downloaded samael v0.0.17 |
1049 | 2025-02-07T09:20:52.074Z | Downloaded rsa v0.9.6 |
1050 | 2025-02-07T09:20:52.078Z | Downloaded phf_shared v0.11.2 |
1051 | 2025-02-07T09:20:52.084Z | Downloaded parking_lot v0.11.2 |
1052 | 2025-02-07T09:20:52.084Z | Downloaded value-bag v1.9.0 |
1053 | 2025-02-07T09:20:52.088Z | Downloaded rustls-pki-types v1.10.0 |
1054 | 2025-02-07T09:20:52.088Z | Downloaded zerocopy v0.6.6 |
1055 | 2025-02-07T09:20:52.090Z | Downloaded openssl-sys v0.9.105 |
1056 | 2025-02-07T09:20:52.093Z | Downloaded reqwest v0.12.9 |
1057 | 2025-02-07T09:20:52.102Z | Downloaded publicsuffix v2.3.0 |
1058 | 2025-02-07T09:20:52.105Z | Downloaded futures-task v0.3.31 |
1059 | 2025-02-07T09:20:52.105Z | Downloaded filetime v0.2.25 |
1060 | 2025-02-07T09:20:52.109Z | Downloaded der_derive v0.7.3 |
1061 | 2025-02-07T09:20:52.109Z | Downloaded typify v0.3.0 |
1062 | 2025-02-07T09:20:52.112Z | Downloaded hashbrown v0.13.2 |
1063 | 2025-02-07T09:20:52.115Z | Downloaded ssh-key v0.6.6 |
1064 | 2025-02-07T09:20:52.121Z | Downloaded predicates v3.1.2 |
1065 | 2025-02-07T09:20:52.124Z | Downloaded blake3 v1.5.4 |
1066 | 2025-02-07T09:20:52.132Z | Downloaded normalize-line-endings v0.3.0 |
1067 | 2025-02-07T09:20:52.135Z | Downloaded nodrop v0.1.14 |
1068 | 2025-02-07T09:20:52.135Z | Downloaded encoding_rs v0.8.34 |
1069 | 2025-02-07T09:20:52.155Z | Downloaded packed_struct_codegen v0.10.1 |
1070 | 2025-02-07T09:20:52.160Z | Downloaded packed_struct v0.10.1 |
1071 | 2025-02-07T09:20:52.160Z | Downloaded zeroize_derive v1.4.2 |
1072 | 2025-02-07T09:20:52.160Z | Downloaded zeroize v1.8.1 |
1073 | 2025-02-07T09:20:52.163Z | Downloaded flume v0.11.1 |
1074 | 2025-02-07T09:20:52.166Z | Downloaded num-bigint-dig v0.8.4 |
1075 | 2025-02-07T09:20:52.168Z | Downloaded strum_macros v0.24.3 |
1076 | 2025-02-07T09:20:52.171Z | Downloaded progenitor-macro v0.8.0 |
1077 | 2025-02-07T09:20:52.171Z | Downloaded itertools v0.13.0 |
1078 | 2025-02-07T09:20:52.178Z | Downloaded darling_core v0.20.10 |
1079 | 2025-02-07T09:20:52.183Z | Downloaded zopfli v0.8.1 |
1080 | 2025-02-07T09:20:52.186Z | Downloaded serde_yaml v0.9.34+deprecated |
1081 | 2025-02-07T09:20:52.189Z | Downloaded structmeta v0.3.0 |
1082 | 2025-02-07T09:20:52.192Z | Downloaded structmeta v0.2.0 |
1083 | 2025-02-07T09:20:52.192Z | Downloaded sqlformat v0.2.6 |
1084 | 2025-02-07T09:20:52.192Z | Downloaded num-traits v0.2.19 |
1085 | 2025-02-07T09:20:52.195Z | Downloaded snafu v0.8.5 |
1086 | 2025-02-07T09:20:52.201Z | Downloaded ed25519 v2.2.3 |
1087 | 2025-02-07T09:20:52.204Z | Downloaded num-bigint v0.4.6 |
1088 | 2025-02-07T09:20:52.207Z | Downloaded rand v0.8.5 |
1089 | 2025-02-07T09:20:52.211Z | Downloaded quinn-udp v0.5.5 |
1090 | 2025-02-07T09:20:52.214Z | Downloaded quick-error v1.2.3 |
1091 | 2025-02-07T09:20:52.217Z | Downloaded pbkdf2 v0.11.0 |
1092 | 2025-02-07T09:20:52.217Z | Downloaded tokio-tungstenite v0.21.0 |
1093 | 2025-02-07T09:20:52.222Z | Downloaded libm v0.2.8 |
1094 | 2025-02-07T09:20:52.227Z | Downloaded ppv-lite86 v0.2.20 |
1095 | 2025-02-07T09:20:52.230Z | Downloaded crossbeam-channel v0.5.13 |
1096 | 2025-02-07T09:20:52.233Z | Downloaded dropshot_endpoint v0.12.0 |
1097 | 2025-02-07T09:20:52.236Z | Downloaded itertools v0.10.5 |
1098 | 2025-02-07T09:20:52.242Z | Downloaded owo-colors v4.1.0 |
1099 | 2025-02-07T09:20:52.244Z | Downloaded num-rational v0.4.2 |
1100 | 2025-02-07T09:20:52.247Z | Downloaded heapless v0.7.17 |
1101 | 2025-02-07T09:20:52.250Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1102 | 2025-02-07T09:20:52.309Z | Downloaded tracing v0.1.40 |
1103 | 2025-02-07T09:20:52.315Z | Downloaded dsl_auto_type v0.1.2 |
1104 | 2025-02-07T09:20:52.318Z | Downloaded thread_local v1.1.8 |
1105 | 2025-02-07T09:20:52.319Z | Downloaded static_assertions v1.1.0 |
1106 | 2025-02-07T09:20:52.319Z | Downloaded sha1 v0.10.6 |
1107 | 2025-02-07T09:20:52.321Z | Downloaded sec1 v0.7.3 |
1108 | 2025-02-07T09:20:52.321Z | Downloaded ref-cast-impl v1.0.23 |
1109 | 2025-02-07T09:20:52.324Z | Downloaded phf_codegen v0.11.2 |
1110 | 2025-02-07T09:20:52.324Z | Downloaded phf v0.11.2 |
1111 | 2025-02-07T09:20:52.324Z | Downloaded twox-hash v2.1.0 |
1112 | 2025-02-07T09:20:52.328Z | Downloaded test-strategy v0.3.1 |
1113 | 2025-02-07T09:20:52.333Z | Downloaded spin v0.9.8 |
1114 | 2025-02-07T09:20:52.333Z | Downloaded socket2 v0.5.7 |
1115 | 2025-02-07T09:20:52.336Z | Downloaded minimal-lexical v0.2.1 |
1116 | 2025-02-07T09:20:52.339Z | Downloaded bumpalo v3.16.0 |
1117 | 2025-02-07T09:20:52.342Z | Downloaded slog-async v2.8.0 |
1118 | 2025-02-07T09:20:52.345Z | Downloaded resolv-conf v0.7.0 |
1119 | 2025-02-07T09:20:52.348Z | Downloaded num_enum v0.5.11 |
1120 | 2025-02-07T09:20:52.350Z | Downloaded vsss-rs v3.3.4 |
1121 | 2025-02-07T09:20:52.353Z | Downloaded term v0.7.0 |
1122 | 2025-02-07T09:20:52.357Z | Downloaded tinyvec v1.8.0 |
1123 | 2025-02-07T09:20:52.360Z | Downloaded snafu-derive v0.8.5 |
1124 | 2025-02-07T09:20:52.360Z | Downloaded crypto-bigint v0.5.5 |
1125 | 2025-02-07T09:20:52.367Z | Downloaded cc v1.1.30 |
1126 | 2025-02-07T09:20:52.370Z | Downloaded sct v0.7.1 |
1127 | 2025-02-07T09:20:52.373Z | Downloaded rustc-demangle v0.1.24 |
1128 | 2025-02-07T09:20:52.376Z | Downloaded postgres-protocol v0.6.7 |
1129 | 2025-02-07T09:20:52.380Z | Downloaded postcard v1.0.10 |
1130 | 2025-02-07T09:20:52.380Z | Downloaded peg-macros v0.8.4 |
1131 | 2025-02-07T09:20:52.383Z | Downloaded base64 v0.21.7 |
1132 | 2025-02-07T09:20:52.385Z | Downloaded base64 v0.22.1 |
1133 | 2025-02-07T09:20:52.389Z | Downloaded signature v2.2.0 |
1134 | 2025-02-07T09:20:52.391Z | Downloaded hickory-resolver v0.24.2 |
1135 | 2025-02-07T09:20:52.395Z | Downloaded backtrace v0.3.74 |
1136 | 2025-02-07T09:20:52.401Z | Downloaded cookie v0.18.1 |
1137 | 2025-02-07T09:20:52.403Z | Downloaded thiserror-impl v2.0.11 |
1138 | 2025-02-07T09:20:52.406Z | Downloaded crossbeam-epoch v0.9.18 |
1139 | 2025-02-07T09:20:52.412Z | Downloaded progenitor v0.8.0 |
1140 | 2025-02-07T09:20:52.415Z | Downloaded pin-utils v0.1.0 |
1141 | 2025-02-07T09:20:52.415Z | Downloaded pbkdf2 v0.12.2 |
1142 | 2025-02-07T09:20:52.415Z | Downloaded tracing-attributes v0.1.27 |
1143 | 2025-02-07T09:20:52.415Z | Downloaded xattr v1.3.1 |
1144 | 2025-02-07T09:20:52.418Z | Downloaded arc-swap v1.7.1 |
1145 | 2025-02-07T09:20:52.421Z | Downloaded allocator-api2 v0.2.18 |
1146 | 2025-02-07T09:20:52.423Z | Downloaded base64 v0.13.1 |
1147 | 2025-02-07T09:20:52.426Z | Downloaded icu_properties v1.5.1 |
1148 | 2025-02-07T09:20:52.429Z | Downloaded icu_normalizer_data v1.5.0 |
1149 | 2025-02-07T09:20:52.432Z | Downloaded debug-ignore v1.0.5 |
1150 | 2025-02-07T09:20:52.432Z | Downloaded foreign-types-shared v0.3.1 |
1151 | 2025-02-07T09:20:52.435Z | Downloaded foreign-types v0.5.0 |
1152 | 2025-02-07T09:20:52.435Z | Downloaded typify-macro v0.3.0 |
1153 | 2025-02-07T09:20:52.435Z | Downloaded crossbeam-utils v0.8.20 |
1154 | 2025-02-07T09:20:52.439Z | Downloaded unarray v0.1.4 |
1155 | 2025-02-07T09:20:52.439Z | Downloaded tiny-keccak v2.0.2 |
1156 | 2025-02-07T09:20:52.442Z | Downloaded slog-json v2.6.1 |
1157 | 2025-02-07T09:20:52.446Z | Downloaded siphasher v0.3.11 |
1158 | 2025-02-07T09:20:52.446Z | Downloaded clang-sys v1.8.1 |
1159 | 2025-02-07T09:20:52.449Z | Downloaded ciborium v0.2.2 |
1160 | 2025-02-07T09:20:52.449Z | Downloaded blake2 v0.10.6 |
1161 | 2025-02-07T09:20:52.452Z | Downloaded rustc-hash v2.0.0 |
1162 | 2025-02-07T09:20:52.454Z | Downloaded cmake v0.1.51 |
1163 | 2025-02-07T09:20:52.454Z | Downloaded console v0.15.10 |
1164 | 2025-02-07T09:20:52.458Z | Downloaded cbc v0.1.2 |
1165 | 2025-02-07T09:20:52.461Z | Downloaded icu_locid_transform v1.5.0 |
1166 | 2025-02-07T09:20:52.464Z | Downloaded async-bb8-diesel v0.2.1 |
1167 | 2025-02-07T09:20:52.464Z | Downloaded cancel-safe-futures v0.1.5 |
1168 | 2025-02-07T09:20:52.467Z | Downloaded bzip2 v0.4.4 |
1169 | 2025-02-07T09:20:52.470Z | Downloaded buf-list v1.0.3 |
1170 | 2025-02-07T09:20:52.473Z | Downloaded argon2 v0.5.3 |
1171 | 2025-02-07T09:20:52.473Z | Downloaded hyper-staticfile v0.10.1 |
1172 | 2025-02-07T09:20:52.476Z | Downloaded hyper-rustls v0.27.3 |
1173 | 2025-02-07T09:20:52.476Z | Downloaded base64ct v1.6.0 |
1174 | 2025-02-07T09:20:52.479Z | Downloaded lru-cache v0.1.2 |
1175 | 2025-02-07T09:20:52.482Z | Downloaded ascii-canvas v3.0.0 |
1176 | 2025-02-07T09:20:52.482Z | Downloaded arrayref v0.3.9 |
1177 | 2025-02-07T09:20:52.482Z | Downloaded libsw v3.3.1 |
1178 | 2025-02-07T09:20:52.485Z | Downloaded lalrpop-util v0.19.12 |
1179 | 2025-02-07T09:20:52.485Z | Downloaded blowfish v0.9.1 |
1180 | 2025-02-07T09:20:52.485Z | Downloaded lru v0.12.5 |
1181 | 2025-02-07T09:20:52.488Z | Downloaded linear-map v1.2.0 |
1182 | 2025-02-07T09:20:52.488Z | Downloaded is-terminal v0.4.13 |
1183 | 2025-02-07T09:20:52.491Z | Downloaded bit-vec v0.6.3 |
1184 | 2025-02-07T09:20:52.491Z | Downloaded cassowary v0.3.0 |
1185 | 2025-02-07T09:20:52.491Z | Downloaded block-padding v0.3.3 |
1186 | 2025-02-07T09:20:52.496Z | Downloaded bit-set v0.5.3 |
1187 | 2025-02-07T09:20:52.496Z | Downloaded async-stream v0.3.6 |
1188 | 2025-02-07T09:20:52.499Z | Downloaded ipnetwork v0.20.0 |
1189 | 2025-02-07T09:20:52.499Z | Downloaded instability v0.3.2 |
1190 | 2025-02-07T09:20:52.499Z | Downloaded crc-catalog v2.4.0 |
1191 | 2025-02-07T09:20:52.502Z | Downloaded chrono-tz-build v0.4.0 |
1192 | 2025-02-07T09:20:52.504Z | Downloaded cexpr v0.6.0 |
1193 | 2025-02-07T09:20:52.504Z | Downloaded indent_write v2.2.0 |
1194 | 2025-02-07T09:20:52.507Z | Downloaded constant_time_eq v0.3.1 |
1195 | 2025-02-07T09:20:52.507Z | Downloaded linked-hash-map v0.5.6 |
1196 | 2025-02-07T09:20:52.510Z | Downloaded indoc v1.0.9 |
1197 | 2025-02-07T09:20:52.510Z | Downloaded base16ct v0.2.0 |
1198 | 2025-02-07T09:20:52.513Z | Downloaded convert_case v0.4.0 |
1199 | 2025-02-07T09:20:52.513Z | Downloaded cobs v0.2.3 |
1200 | 2025-02-07T09:20:52.513Z | Downloaded castaway v0.2.3 |
1201 | 2025-02-07T09:20:52.517Z | Downloaded hubpack v0.1.2 |
1202 | 2025-02-07T09:20:52.517Z | Downloaded httpdate v1.0.3 |
1203 | 2025-02-07T09:20:52.520Z | Downloaded http-body-util v0.1.2 |
1204 | 2025-02-07T09:20:52.520Z | Downloaded hostname v0.4.0 |
1205 | 2025-02-07T09:20:52.520Z | Downloaded hostname v0.3.1 |
1206 | 2025-02-07T09:20:52.525Z | Downloaded home v0.5.9 |
1207 | 2025-02-07T09:20:52.525Z | Downloaded hex-literal v0.4.1 |
1208 | 2025-02-07T09:20:52.627Z | Downloaded ring v0.17.8 |
1209 | 2025-02-07T09:20:52.746Z | Downloaded libsqlite3-sys v0.30.1 |
1210 | 2025-02-07T09:20:52.972Z | Downloaded aws-lc-sys v0.22.0 |
1211 | 2025-02-07T09:20:53.281Z | Compiling serde v1.0.217 |
1212 | 2025-02-07T09:20:53.283Z | Compiling lock_api v0.4.12 |
1213 | 2025-02-07T09:20:53.283Z | Compiling value-bag v1.9.0 |
1214 | 2025-02-07T09:20:53.283Z | Compiling scopeguard v1.2.0 |
1215 | 2025-02-07T09:20:53.283Z | Compiling typenum v1.17.0 |
1216 | 2025-02-07T09:20:53.284Z | Compiling generic-array v0.14.7 |
1217 | 2025-02-07T09:20:53.455Z | Compiling syn v2.0.96 |
1218 | 2025-02-07T09:20:53.467Z | Compiling getrandom v0.2.15 |
1219 | 2025-02-07T09:20:53.605Z | Compiling shlex v1.3.0 |
1220 | 2025-02-07T09:20:53.793Z | Compiling rand_core v0.6.4 |
1221 | 2025-02-07T09:20:53.914Z | Compiling log v0.4.22 |
1222 | 2025-02-07T09:20:53.966Z | Compiling subtle v2.6.1 |
1223 | 2025-02-07T09:20:54.003Z | Compiling jobserver v0.1.32 |
1224 | 2025-02-07T09:20:54.049Z | Compiling smallvec v1.13.2 |
1225 | 2025-02-07T09:20:54.274Z | Compiling const-oid v0.9.6 |
1226 | 2025-02-07T09:20:54.296Z | Compiling pin-project-lite v0.2.14 |
1227 | 2025-02-07T09:20:54.316Z | Compiling rustix v0.38.37 |
1228 | 2025-02-07T09:20:54.405Z | Compiling cc v1.1.30 |
1229 | 2025-02-07T09:20:54.432Z | Compiling spin v0.9.8 |
1230 | 2025-02-07T09:20:54.657Z | Compiling parking_lot_core v0.9.10 |
1231 | 2025-02-07T09:20:54.830Z | Compiling futures-core v0.3.31 |
1232 | 2025-02-07T09:20:54.849Z | Compiling signal-hook-registry v1.4.2 |
1233 | 2025-02-07T09:20:55.064Z | Compiling mio v1.0.2 |
1234 | 2025-02-07T09:20:55.122Z | Compiling aho-corasick v1.1.3 |
1235 | 2025-02-07T09:20:55.520Z | Compiling parking_lot v0.12.3 |
1236 | 2025-02-07T09:20:55.710Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2025-02-07T09:20:55.746Z | Compiling either v1.13.0 |
1238 | 2025-02-07T09:20:55.831Z | Compiling cpufeatures v0.2.14 |
1239 | 2025-02-07T09:20:55.942Z | Compiling regex-syntax v0.8.5 |
1240 | 2025-02-07T09:20:56.146Z | Compiling futures-sink v0.3.31 |
1241 | 2025-02-07T09:20:56.149Z | Compiling glob v0.3.2 |
1242 | 2025-02-07T09:20:56.261Z | Compiling socket2 v0.5.7 |
1243 | 2025-02-07T09:20:56.300Z | Compiling slab v0.4.9 |
1244 | 2025-02-07T09:20:56.319Z | Compiling prettyplease v0.2.25 |
1245 | 2025-02-07T09:20:56.770Z | Compiling lazy_static v1.5.0 |
1246 | 2025-02-07T09:20:56.871Z | Compiling serde_json v1.0.135 |
1247 | 2025-02-07T09:20:56.904Z | Compiling minimal-lexical v0.2.1 |
1248 | 2025-02-07T09:20:57.070Z | Compiling clang-sys v1.8.1 |
1249 | 2025-02-07T09:20:57.259Z | Compiling libloading v0.8.5 |
1250 | 2025-02-07T09:20:57.432Z | Compiling nom v7.1.3 |
1251 | 2025-02-07T09:20:57.540Z | Compiling bindgen v0.69.5 |
1252 | 2025-02-07T09:20:57.640Z | Compiling home v0.5.9 |
1253 | 2025-02-07T09:20:57.906Z | Compiling futures-channel v0.3.31 |
1254 | 2025-02-07T09:20:58.024Z | Compiling itertools v0.12.1 |
1255 | 2025-02-07T09:20:58.327Z | Compiling libm v0.2.8 |
1256 | 2025-02-07T09:20:58.409Z | Compiling futures-io v0.3.31 |
1257 | 2025-02-07T09:20:58.672Z | Compiling lazycell v1.3.0 |
1258 | 2025-02-07T09:20:58.701Z | Compiling futures-task v0.3.31 |
1259 | 2025-02-07T09:20:58.858Z | Compiling rustc-hash v1.1.0 |
1260 | 2025-02-07T09:20:59.000Z | Compiling pin-utils v0.1.0 |
1261 | 2025-02-07T09:20:59.035Z | Compiling foldhash v0.1.3 |
1262 | 2025-02-07T09:20:59.108Z | Compiling allocator-api2 v0.2.18 |
1263 | 2025-02-07T09:20:59.376Z | Compiling cmake v0.1.51 |
1264 | 2025-02-07T09:20:59.826Z | Compiling regex-automata v0.4.8 |
1265 | 2025-02-07T09:20:59.948Z | Compiling hashbrown v0.15.1 |
1266 | 2025-02-07T09:21:00.305Z | Compiling num-traits v0.2.19 |
1267 | 2025-02-07T09:21:00.608Z | Compiling synstructure v0.13.1 |
1268 | 2025-02-07T09:21:00.928Z | Compiling cexpr v0.6.0 |
1269 | 2025-02-07T09:21:01.177Z | Compiling pkg-config v0.3.31 |
1270 | 2025-02-07T09:21:02.079Z | Compiling fs_extra v1.3.0 |
1271 | 2025-02-07T09:21:02.200Z | Compiling dunce v1.0.5 |
1272 | 2025-02-07T09:21:02.558Z | Compiling litemap v0.7.3 |
1273 | 2025-02-07T09:21:02.577Z | Compiling writeable v0.5.5 |
1274 | 2025-02-07T09:21:02.612Z | Compiling ring v0.17.8 |
1275 | 2025-02-07T09:21:02.936Z | Compiling base64ct v1.6.0 |
1276 | 2025-02-07T09:21:03.106Z | Compiling paste v1.0.15 |
1277 | 2025-02-07T09:21:03.504Z | Compiling pem-rfc7468 v0.7.0 |
1278 | 2025-02-07T09:21:03.663Z | Compiling aws-lc-rs v1.10.0 |
1279 | 2025-02-07T09:21:03.811Z | Compiling icu_locid_transform_data v1.5.0 |
1280 | 2025-02-07T09:21:03.921Z | Compiling httparse v1.9.5 |
1281 | 2025-02-07T09:21:04.082Z | Compiling flagset v0.4.6 |
1282 | 2025-02-07T09:21:04.289Z | Compiling tracing-core v0.1.32 |
1283 | 2025-02-07T09:21:04.676Z | Compiling rustls-pki-types v1.10.0 |
1284 | 2025-02-07T09:21:04.995Z | Compiling icu_properties_data v1.5.0 |
1285 | 2025-02-07T09:21:05.241Z | Compiling regex v1.11.1 |
1286 | 2025-02-07T09:21:05.260Z | Compiling percent-encoding v2.3.1 |
1287 | 2025-02-07T09:21:05.448Z | Compiling crossbeam-utils v0.8.20 |
1288 | 2025-02-07T09:21:05.641Z | Compiling time-core v0.1.2 |
1289 | 2025-02-07T09:21:05.824Z | Compiling icu_normalizer_data v1.5.0 |
1290 | 2025-02-07T09:21:05.929Z | Compiling num-conv v0.1.0 |
1291 | 2025-02-07T09:21:05.979Z | Compiling utf8_iter v1.0.4 |
1292 | 2025-02-07T09:21:06.101Z | Compiling serde_derive v1.0.217 |
1293 | 2025-02-07T09:21:06.197Z | Compiling zeroize_derive v1.4.2 |
1294 | 2025-02-07T09:21:06.201Z | Compiling zerocopy-derive v0.7.35 |
1295 | 2025-02-07T09:21:06.201Z | Compiling tokio-macros v2.5.0 |
1296 | 2025-02-07T09:21:06.201Z | Compiling zerofrom-derive v0.1.4 |
1297 | 2025-02-07T09:21:07.632Z | Compiling zeroize v1.8.1 |
1298 | 2025-02-07T09:21:07.718Z | Compiling yoke-derive v0.7.4 |
1299 | 2025-02-07T09:21:08.261Z | Compiling zerocopy v0.7.35 |
1300 | 2025-02-07T09:21:08.404Z | Compiling thiserror-impl v1.0.69 |
1301 | 2025-02-07T09:21:09.265Z | Compiling crypto-common v0.1.6 |
1302 | 2025-02-07T09:21:09.451Z | Compiling block-buffer v0.10.4 |
1303 | 2025-02-07T09:21:09.522Z | Compiling zerovec-derive v0.10.3 |
1304 | 2025-02-07T09:21:09.525Z | Compiling displaydoc v0.2.5 |
1305 | 2025-02-07T09:21:09.705Z | Compiling digest v0.10.7 |
1306 | 2025-02-07T09:21:09.730Z | Compiling zerofrom v0.1.4 |
1307 | 2025-02-07T09:21:09.963Z | Compiling futures-macro v0.3.31 |
1308 | 2025-02-07T09:21:10.182Z | Compiling hmac v0.12.1 |
1309 | 2025-02-07T09:21:10.202Z | Compiling yoke v0.7.4 |
1310 | 2025-02-07T09:21:10.442Z | Compiling block-padding v0.3.3 |
1311 | 2025-02-07T09:21:10.565Z | Compiling sha2 v0.10.8 |
1312 | 2025-02-07T09:21:10.651Z | Compiling icu_provider_macros v1.5.0 |
1313 | 2025-02-07T09:21:10.694Z | Compiling inout v0.1.3 |
1314 | 2025-02-07T09:21:10.972Z | Compiling cipher v0.4.4 |
1315 | 2025-02-07T09:21:11.043Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2025-02-07T09:21:11.393Z | Compiling thiserror v1.0.69 |
1317 | 2025-02-07T09:21:11.464Z | Compiling der_derive v0.7.3 |
1318 | 2025-02-07T09:21:11.615Z | Compiling tracing-attributes v0.1.27 |
1319 | 2025-02-07T09:21:11.807Z | Compiling rand_chacha v0.3.1 |
1320 | 2025-02-07T09:21:11.847Z | Compiling pest v2.7.14 |
1321 | 2025-02-07T09:21:11.867Z | Compiling futures-util v0.3.31 |
1322 | 2025-02-07T09:21:12.093Z | Compiling zerovec v0.10.4 |
1323 | 2025-02-07T09:21:13.819Z | Compiling tinystr v0.7.6 |
1324 | 2025-02-07T09:21:13.979Z | Compiling der v0.7.9 |
1325 | 2025-02-07T09:21:14.001Z | Compiling icu_collections v1.5.0 |
1326 | 2025-02-07T09:21:14.093Z | Compiling rand v0.8.5 |
1327 | 2025-02-07T09:21:14.218Z | Compiling icu_locid v1.5.0 |
1328 | 2025-02-07T09:21:14.924Z | Compiling tracing v0.1.40 |
1329 | 2025-02-07T09:21:14.927Z | Compiling salsa20 v0.10.2 |
1330 | 2025-02-07T09:21:15.186Z | Compiling pbkdf2 v0.12.2 |
1331 | 2025-02-07T09:21:15.313Z | Compiling icu_provider v1.5.0 |
1332 | 2025-02-07T09:21:15.358Z | Compiling untrusted v0.9.0 |
1333 | 2025-02-07T09:21:15.450Z | Compiling vcpkg v0.2.15 |
1334 | 2025-02-07T09:21:15.552Z | Compiling untrusted v0.7.1 |
1335 | 2025-02-07T09:21:15.754Z | Compiling mirai-annotations v1.12.0 |
1336 | 2025-02-07T09:21:15.950Z | Compiling spki v0.7.3 |
1337 | 2025-02-07T09:21:16.136Z | Compiling icu_locid_transform v1.5.0 |
1338 | 2025-02-07T09:21:16.258Z | Compiling powerfmt v0.2.0 |
1339 | 2025-02-07T09:21:16.279Z | Compiling utf16_iter v1.0.5 |
1340 | 2025-02-07T09:21:16.310Z | Compiling write16 v1.0.0 |
1341 | 2025-02-07T09:21:16.492Z | Compiling scrypt v0.11.0 |
1342 | 2025-02-07T09:21:16.691Z | Compiling deranged v0.3.11 |
1343 | 2025-02-07T09:21:16.949Z | Compiling pest_meta v2.7.14 |
1344 | 2025-02-07T09:21:17.094Z | Compiling cbc v0.1.2 |
1345 | 2025-02-07T09:21:17.215Z | Compiling aes v0.8.4 |
1346 | 2025-02-07T09:21:17.273Z | Compiling openssl-sys v0.9.105 |
1347 | 2025-02-07T09:21:17.335Z | Compiling time-macros v0.2.18 |
1348 | 2025-02-07T09:21:18.066Z | Compiling icu_properties v1.5.1 |
1349 | 2025-02-07T09:21:18.322Z | Compiling scroll_derive v0.12.0 |
1350 | 2025-02-07T09:21:19.126Z | Compiling bitflags v2.6.0 |
1351 | 2025-02-07T09:21:19.559Z | Compiling bytes v1.9.0 |
1352 | 2025-02-07T09:21:19.834Z | Compiling indexmap v2.7.1 |
1353 | 2025-02-07T09:21:19.913Z | Compiling semver v1.0.24 |
1354 | 2025-02-07T09:21:20.439Z | Compiling tokio v1.43.0 |
1355 | 2025-02-07T09:21:20.616Z | Compiling http v1.2.0 |
1356 | 2025-02-07T09:21:20.706Z | Compiling rustc_version v0.4.1 |
1357 | 2025-02-07T09:21:21.184Z | Compiling num_threads v0.1.7 |
1358 | 2025-02-07T09:21:21.245Z | Compiling atomic-waker v1.1.2 |
1359 | 2025-02-07T09:21:21.326Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2025-02-07T09:21:21.414Z | Compiling tinyvec v1.8.0 |
1361 | 2025-02-07T09:21:21.436Z | Compiling time v0.3.36 |
1362 | 2025-02-07T09:21:21.456Z | Compiling scroll v0.12.0 |
1363 | 2025-02-07T09:21:22.017Z | Compiling icu_normalizer v1.5.0 |
1364 | 2025-02-07T09:21:22.486Z | Compiling http-body v1.0.1 |
1365 | 2025-02-07T09:21:22.730Z | Compiling pest_generator v2.7.14 |
1366 | 2025-02-07T09:21:22.751Z | Compiling pkcs5 v0.7.1 |
1367 | 2025-02-07T09:21:22.777Z | Compiling form_urlencoded v1.2.1 |
1368 | 2025-02-07T09:21:22.884Z | Compiling try-lock v0.2.5 |
1369 | 2025-02-07T09:21:23.045Z | Compiling idna_adapter v1.2.0 |
1370 | 2025-02-07T09:21:23.075Z | Compiling slog v2.7.0 |
1371 | 2025-02-07T09:21:23.280Z | Compiling which v4.4.2 |
1372 | 2025-02-07T09:21:23.574Z | Compiling goblin v0.8.2 |
1373 | 2025-02-07T09:21:23.871Z | Compiling pkcs8 v0.10.2 |
1374 | 2025-02-07T09:21:23.902Z | Compiling idna v1.0.3 |
1375 | 2025-02-07T09:21:24.294Z | Compiling want v0.3.1 |
1376 | 2025-02-07T09:21:24.543Z | Compiling uuid v1.12.0 |
1377 | 2025-02-07T09:21:24.560Z | Compiling pest_derive v2.7.14 |
1378 | 2025-02-07T09:21:24.579Z | Compiling httpdate v1.0.3 |
1379 | 2025-02-07T09:21:25.004Z | Compiling iana-time-zone v0.1.61 |
1380 | 2025-02-07T09:21:25.351Z | Compiling dtrace-parser v0.2.0 |
1381 | 2025-02-07T09:21:25.420Z | Compiling chrono v0.4.39 |
1382 | 2025-02-07T09:21:26.041Z | Compiling serde_tokenstream v0.2.2 |
1383 | 2025-02-07T09:21:26.141Z | Compiling serde_spanned v0.6.8 |
1384 | 2025-02-07T09:21:26.278Z | Compiling toml_datetime v0.6.8 |
1385 | 2025-02-07T09:21:26.388Z | Compiling adler2 v2.0.0 |
1386 | 2025-02-07T09:21:26.612Z | Compiling foreign-types-shared v0.1.1 |
1387 | 2025-02-07T09:21:26.641Z | Compiling openssl v0.10.70 |
1388 | 2025-02-07T09:21:26.747Z | Compiling base64 v0.22.1 |
1389 | 2025-02-07T09:21:26.768Z | Compiling tower-service v0.3.3 |
1390 | 2025-02-07T09:21:26.911Z | Compiling rustversion v1.0.17 |
1391 | 2025-02-07T09:21:27.054Z | Compiling match_cfg v0.1.0 |
1392 | 2025-02-07T09:21:27.162Z | Compiling hostname v0.3.1 |
1393 | 2025-02-07T09:21:27.280Z | Compiling foreign-types v0.3.2 |
1394 | 2025-02-07T09:21:27.378Z | Compiling miniz_oxide v0.8.0 |
1395 | 2025-02-07T09:21:27.397Z | Compiling url v2.5.3 |
1396 | 2025-02-07T09:21:27.635Z | Compiling async-trait v0.1.86 |
1397 | 2025-02-07T09:21:28.670Z | Compiling tokio-util v0.7.12 |
1398 | 2025-02-07T09:21:28.724Z | Compiling openssl-macros v0.1.1 |
1399 | 2025-02-07T09:21:28.821Z | Compiling serde_derive_internals v0.29.1 |
1400 | 2025-02-07T09:21:29.143Z | Compiling dof v0.3.0 |
1401 | 2025-02-07T09:21:29.465Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2025-02-07T09:21:29.842Z | Compiling h2 v0.4.6 |
1403 | 2025-02-07T09:21:30.020Z | Compiling usdt-impl v0.5.0 |
1404 | 2025-02-07T09:21:30.090Z | Compiling rustls v0.23.19 |
1405 | 2025-02-07T09:21:30.371Z | Compiling siphasher v0.3.11 |
1406 | 2025-02-07T09:21:30.754Z | Compiling data-encoding v2.6.0 |
1407 | 2025-02-07T09:21:30.978Z | Compiling native-tls v0.2.12 |
1408 | 2025-02-07T09:21:31.111Z | Compiling rustls v0.22.4 |
1409 | 2025-02-07T09:21:31.311Z | Compiling syn v1.0.109 |
1410 | 2025-02-07T09:21:31.378Z | Compiling schemars v0.8.21 |
1411 | 2025-02-07T09:21:31.461Z | Compiling schemars_derive v0.8.21 |
1412 | 2025-02-07T09:21:31.796Z | Compiling dirs-next v2.0.0 |
1413 | 2025-02-07T09:21:32.712Z | Compiling unicode-normalization v0.1.24 |
1414 | 2025-02-07T09:21:32.839Z | Compiling http-body-util v0.1.2 |
1415 | 2025-02-07T09:21:33.276Z | Compiling heapless v0.7.17 |
1416 | 2025-02-07T09:21:33.279Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2025-02-07T09:21:33.698Z | Compiling sha1 v0.10.6 |
1418 | 2025-02-07T09:21:33.756Z | Compiling signature v2.2.0 |
1419 | 2025-02-07T09:21:33.779Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1420 | 2025-02-07T09:21:33.979Z | Compiling thread_local v1.1.8 |
1421 | 2025-02-07T09:21:34.048Z | Compiling encoding_rs v0.8.34 |
1422 | 2025-02-07T09:21:34.120Z | Compiling cookie v0.18.1 |
1423 | 2025-02-07T09:21:34.224Z | Compiling multer v3.1.0 |
1424 | 2025-02-07T09:21:34.413Z | Compiling openssl-probe v0.1.5 |
1425 | 2025-02-07T09:21:34.462Z | Compiling slog-async v2.8.0 |
1426 | 2025-02-07T09:21:34.510Z | Compiling unicode-bidi v0.3.17 |
1427 | 2025-02-07T09:21:34.575Z | Compiling signal-hook v0.3.17 |
1428 | 2025-02-07T09:21:34.703Z | Compiling unicode-properties v0.1.3 |
1429 | 2025-02-07T09:21:34.849Z | Compiling gimli v0.31.1 |
1430 | 2025-02-07T09:21:34.952Z | Compiling rayon-core v1.12.1 |
1431 | 2025-02-07T09:21:35.109Z | Compiling dyn-clone v1.0.17 |
1432 | 2025-02-07T09:21:35.243Z | Compiling ipnet v2.10.1 |
1433 | 2025-02-07T09:21:35.334Z | Compiling mime v0.3.17 |
1434 | 2025-02-07T09:21:35.888Z | Compiling stringprep v0.1.5 |
1435 | 2025-02-07T09:21:36.344Z | Compiling toml_edit v0.22.22 |
1436 | 2025-02-07T09:21:37.004Z | Compiling hyper v1.5.2 |
1437 | 2025-02-07T09:21:39.012Z | Compiling addr2line v0.24.2 |
1438 | 2025-02-07T09:21:39.587Z | Compiling hyper-util v0.1.10 |
1439 | 2025-02-07T09:21:39.700Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-02-07T09:21:39.793Z | Compiling usdt-macro v0.5.0 |
1441 | 2025-02-07T09:21:39.813Z | Compiling usdt-attr-macro v0.5.0 |
1442 | 2025-02-07T09:21:40.509Z | Compiling term v0.7.0 |
1443 | 2025-02-07T09:21:40.572Z | Compiling slog-json v2.6.1 |
1444 | 2025-02-07T09:21:40.929Z | Compiling serde_urlencoded v0.7.1 |
1445 | 2025-02-07T09:21:41.151Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-02-07T09:21:41.276Z | Compiling crossbeam-channel v0.5.13 |
1447 | 2025-02-07T09:21:41.452Z | Compiling futures-executor v0.3.31 |
1448 | 2025-02-07T09:21:41.839Z | Compiling md-5 v0.10.6 |
1449 | 2025-02-07T09:21:41.858Z | Compiling enum-as-inner v0.6.1 |
1450 | 2025-02-07T09:21:42.015Z | Compiling async-stream-impl v0.3.6 |
1451 | 2025-02-07T09:21:42.103Z | Compiling rustls-pemfile v2.2.0 |
1452 | 2025-02-07T09:21:42.324Z | Compiling num-integer v0.1.46 |
1453 | 2025-02-07T09:21:42.347Z | Compiling hash32 v0.2.1 |
1454 | 2025-02-07T09:21:42.449Z | Compiling ff v0.13.0 |
1455 | 2025-02-07T09:21:42.689Z | Compiling is-terminal v0.4.13 |
1456 | 2025-02-07T09:21:42.717Z | Compiling dropshot v0.12.0 |
1457 | 2025-02-07T09:21:42.835Z | Compiling object v0.36.5 |
1458 | 2025-02-07T09:21:42.891Z | Compiling anyhow v1.0.95 |
1459 | 2025-02-07T09:21:43.019Z | Compiling utf-8 v0.7.6 |
1460 | 2025-02-07T09:21:43.044Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-02-07T09:21:43.246Z | Compiling rustc-demangle v0.1.24 |
1462 | 2025-02-07T09:21:43.314Z | Compiling quick-error v1.2.3 |
1463 | 2025-02-07T09:21:43.335Z | Compiling fallible-iterator v0.2.0 |
1464 | 2025-02-07T09:21:43.478Z | Compiling base16ct v0.2.0 |
1465 | 2025-02-07T09:21:43.521Z | Compiling litrs v0.4.1 |
1466 | 2025-02-07T09:21:43.784Z | Compiling smoltcp v0.9.1 |
1467 | 2025-02-07T09:21:43.834Z | Compiling portable-atomic v1.9.0 |
1468 | 2025-02-07T09:21:43.974Z | Compiling psl-types v2.0.11 |
1469 | 2025-02-07T09:21:44.154Z | Compiling linked-hash-map v0.5.6 |
1470 | 2025-02-07T09:21:44.180Z | Compiling take_mut v0.2.2 |
1471 | 2025-02-07T09:21:44.431Z | Compiling publicsuffix v2.3.0 |
1472 | 2025-02-07T09:21:44.483Z | Compiling lru-cache v0.1.2 |
1473 | 2025-02-07T09:21:44.595Z | Compiling document-features v0.2.10 |
1474 | 2025-02-07T09:21:44.677Z | Compiling postgres-protocol v0.6.7 |
1475 | 2025-02-07T09:21:44.700Z | Compiling sec1 v0.7.3 |
1476 | 2025-02-07T09:21:45.249Z | Compiling resolv-conf v0.7.0 |
1477 | 2025-02-07T09:21:45.324Z | Compiling async-stream v0.3.6 |
1478 | 2025-02-07T09:21:45.406Z | Compiling tungstenite v0.24.0 |
1479 | 2025-02-07T09:21:45.692Z | Compiling hickory-proto v0.24.2 |
1480 | 2025-02-07T09:21:45.734Z | Compiling num-iter v0.1.45 |
1481 | 2025-02-07T09:21:45.904Z | Compiling slog-term v2.9.1 |
1482 | 2025-02-07T09:21:45.924Z | Compiling usdt v0.5.0 |
1483 | 2025-02-07T09:21:45.972Z | Compiling group v0.13.0 |
1484 | 2025-02-07T09:21:46.513Z | Compiling futures v0.3.31 |
1485 | 2025-02-07T09:21:46.646Z | Compiling slog-bunyan v2.5.0 |
1486 | 2025-02-07T09:21:47.120Z | Compiling toml v0.8.19 |
1487 | 2025-02-07T09:21:48.482Z | Compiling camino v1.1.9 |
1488 | 2025-02-07T09:21:48.571Z | Compiling tokio-native-tls v0.3.1 |
1489 | 2025-02-07T09:21:48.591Z | Compiling phf_shared v0.11.2 |
1490 | 2025-02-07T09:21:48.856Z | Compiling dropshot_endpoint v0.12.0 |
1491 | 2025-02-07T09:21:48.963Z | Compiling terminal_size v0.4.0 |
1492 | 2025-02-07T09:21:49.176Z | Compiling backtrace v0.3.74 |
1493 | 2025-02-07T09:21:49.196Z | Compiling openapiv3 v2.0.0 |
1494 | 2025-02-07T09:21:49.270Z | Compiling waitgroup v0.1.2 |
1495 | 2025-02-07T09:21:49.501Z | Compiling serde_path_to_error v0.1.16 |
1496 | 2025-02-07T09:21:49.747Z | Compiling hkdf v0.12.4 |
1497 | 2025-02-07T09:21:50.015Z | Compiling crypto-bigint v0.5.5 |
1498 | 2025-02-07T09:21:50.263Z | Compiling curve25519-dalek-derive v0.1.1 |
1499 | 2025-02-07T09:21:51.720Z | Compiling zerocopy-derive v0.6.6 |
1500 | 2025-02-07T09:21:52.207Z | Compiling webpki-roots v0.26.6 |
1501 | 2025-02-07T09:21:52.434Z | Compiling hostname v0.4.0 |
1502 | 2025-02-07T09:21:52.538Z | Compiling hubpack_derive v0.1.1 |
1503 | 2025-02-07T09:21:52.649Z | Compiling ahash v0.8.11 |
1504 | 2025-02-07T09:21:52.988Z | Compiling fs-err v2.11.0 |
1505 | 2025-02-07T09:21:53.098Z | Compiling crc32fast v1.4.2 |
1506 | 2025-02-07T09:21:53.234Z | Compiling unicode-width v0.2.0 |
1507 | 2025-02-07T09:21:53.300Z | Compiling debug-ignore v1.0.5 |
1508 | 2025-02-07T09:21:53.379Z | Compiling bitflags v1.3.2 |
1509 | 2025-02-07T09:21:53.449Z | Compiling managed v0.8.0 |
1510 | 2025-02-07T09:21:53.451Z | Compiling winnow v0.5.40 |
1511 | 2025-02-07T09:21:53.496Z | Compiling newtype-uuid v1.2.1 |
1512 | 2025-02-07T09:21:53.625Z | Compiling clap_builder v4.5.27 |
1513 | 2025-02-07T09:21:53.772Z | Compiling console v0.15.10 |
1514 | 2025-02-07T09:21:53.821Z | Compiling strum_macros v0.25.3 |
1515 | 2025-02-07T09:21:54.706Z | Compiling zerocopy v0.6.6 |
1516 | 2025-02-07T09:21:55.141Z | Compiling hubpack v0.1.2 |
1517 | 2025-02-07T09:21:55.463Z | Compiling flate2 v1.0.35 |
1518 | 2025-02-07T09:21:55.797Z | Compiling elliptic-curve v0.13.8 |
1519 | 2025-02-07T09:21:55.868Z | Compiling hickory-resolver v0.24.2 |
1520 | 2025-02-07T09:21:56.660Z | Compiling toml_edit v0.19.15 |
1521 | 2025-02-07T09:21:56.874Z | Compiling phf v0.11.2 |
1522 | 2025-02-07T09:21:57.155Z | Compiling hyper-tls v0.6.0 |
1523 | 2025-02-07T09:21:57.177Z | Compiling signal-hook-mio v0.2.4 |
1524 | 2025-02-07T09:21:57.355Z | Compiling cookie_store v0.21.1 |
1525 | 2025-02-07T09:21:57.563Z | Compiling rayon v1.10.0 |
1526 | 2025-02-07T09:21:57.649Z | Compiling bzip2 v0.4.4 |
1527 | 2025-02-07T09:21:58.036Z | Compiling tokio-tungstenite v0.24.0 |
1528 | 2025-02-07T09:21:58.833Z | Compiling postgres-types v0.2.8 |
1529 | 2025-02-07T09:22:01.402Z | Compiling ed25519 v2.2.3 |
1530 | 2025-02-07T09:22:01.624Z | Compiling phf_shared v0.10.0 |
1531 | 2025-02-07T09:22:01.686Z | Compiling tokio-stream v0.1.16 |
1532 | 2025-02-07T09:22:01.918Z | Compiling pkcs1 v0.7.5 |
1533 | 2025-02-07T09:22:02.002Z | Compiling serde-big-array v0.5.1 |
1534 | 2025-02-07T09:22:02.245Z | Compiling rfc6979 v0.4.0 |
1535 | 2025-02-07T09:22:02.440Z | Compiling clap_derive v4.5.24 |
1536 | 2025-02-07T09:22:02.597Z | Compiling derive-where v1.2.7 |
1537 | 2025-02-07T09:22:02.843Z | Compiling serde_repr v0.1.19 |
1538 | 2025-02-07T09:22:03.276Z | Compiling bstr v1.10.0 |
1539 | 2025-02-07T09:22:03.676Z | Compiling float-cmp v0.9.0 |
1540 | 2025-02-07T09:22:03.844Z | Compiling sync_wrapper v1.0.1 |
1541 | 2025-02-07T09:22:03.914Z | Compiling static_assertions v1.1.0 |
1542 | 2025-02-07T09:22:03.950Z | Compiling predicates-core v1.0.8 |
1543 | 2025-02-07T09:22:04.007Z | Compiling number_prefix v0.4.0 |
1544 | 2025-02-07T09:22:04.029Z | Compiling precomputed-hash v0.1.1 |
1545 | 2025-02-07T09:22:04.161Z | Compiling new_debug_unreachable v1.0.6 |
1546 | 2025-02-07T09:22:04.246Z | Compiling whoami v1.5.2 |
1547 | 2025-02-07T09:22:04.269Z | Compiling bit-vec v0.6.3 |
1548 | 2025-02-07T09:22:04.289Z | Compiling normalize-line-endings v0.3.0 |
1549 | 2025-02-07T09:22:04.429Z | Compiling difflib v0.4.0 |
1550 | 2025-02-07T09:22:04.669Z | Compiling fixedbitset v0.4.2 |
1551 | 2025-02-07T09:22:04.809Z | Compiling unicode-segmentation v1.12.0 |
1552 | 2025-02-07T09:22:04.838Z | Compiling bit-set v0.5.3 |
1553 | 2025-02-07T09:22:05.131Z | Compiling petgraph v0.6.5 |
1554 | 2025-02-07T09:22:05.151Z | Compiling predicates v3.1.2 |
1555 | 2025-02-07T09:22:05.671Z | Compiling similar v2.6.0 |
1556 | 2025-02-07T09:22:05.789Z | Compiling tokio-postgres v0.7.12 |
1557 | 2025-02-07T09:22:05.858Z | Compiling string_cache v0.8.7 |
1558 | 2025-02-07T09:22:06.284Z | Compiling indicatif v0.17.11 |
1559 | 2025-02-07T09:22:06.600Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1560 | 2025-02-07T09:22:07.025Z | Compiling clap v4.5.27 |
1561 | 2025-02-07T09:22:07.158Z | Compiling ecdsa v0.16.9 |
1562 | 2025-02-07T09:22:07.776Z | Compiling rsa v0.9.6 |
1563 | 2025-02-07T09:22:07.989Z | Compiling ed25519-dalek v2.1.1 |
1564 | 2025-02-07T09:22:08.404Z | Compiling toml v0.7.8 |
1565 | 2025-02-07T09:22:08.689Z | Compiling zip v0.6.6 |
1566 | 2025-02-07T09:22:09.293Z | Compiling crossterm v0.28.1 |
1567 | 2025-02-07T09:22:10.757Z | Compiling hex v0.4.3 |
1568 | 2025-02-07T09:22:10.822Z | Compiling x509-cert v0.2.5 |
1569 | 2025-02-07T09:22:11.315Z | Compiling itertools v0.10.5 |
1570 | 2025-02-07T09:22:11.336Z | Compiling lalrpop-util v0.19.12 |
1571 | 2025-02-07T09:22:11.703Z | Compiling unicode-xid v0.2.6 |
1572 | 2025-02-07T09:22:11.910Z | Compiling peg-runtime v0.8.3 |
1573 | 2025-02-07T09:22:12.252Z | Compiling strum_macros v0.26.4 |
1574 | 2025-02-07T09:22:12.502Z | Compiling xattr v1.3.1 |
1575 | 2025-02-07T09:22:12.634Z | Compiling filetime v0.2.25 |
1576 | 2025-02-07T09:22:12.912Z | Compiling tar v0.4.42 |
1577 | 2025-02-07T09:22:16.822Z | Compiling strum v0.26.3 |
1578 | 2025-02-07T09:22:20.023Z | Compiling aws-lc-sys v0.22.0 |
1579 | 2025-02-07T09:22:47.244Z | Compiling rustls-webpki v0.102.8 |
1580 | 2025-02-07T09:22:50.344Z | Compiling tokio-rustls v0.25.0 |
1581 | 2025-02-07T09:22:52.025Z | Compiling tokio-rustls v0.26.0 |
1582 | 2025-02-07T09:22:52.272Z | Compiling hyper-rustls v0.27.3 |
1583 | 2025-02-07T09:22:52.604Z | Compiling reqwest v0.12.9 |
1584 | 2025-02-07T09:22:54.054Z | Compiling qorb v0.2.1 |
1585 | 2025-02-07T09:22:57.212Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1586 | 2025-02-07T09:22:57.453Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1587 | 2025-02-07T09:23:01.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1588 | 2025-02-07T09:23:01.950Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1589 | 2025-02-07T09:23:02.003Z | Feb 07 09:23:00.755 INFO Starting download, target: Clickhouse |
1590 | 2025-02-07T09:23:02.003Z | Feb 07 09:23:00.756 INFO Starting download, target: Cockroach |
1591 | 2025-02-07T09:23:02.003Z | Feb 07 09:23:00.756 INFO Starting download, target: Console |
1592 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.756 INFO Starting download, target: DendriteOpenapi |
1593 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.756 INFO Starting download, target: DendriteStub |
1594 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.756 INFO Starting download, target: MaghemiteMgd |
1595 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.756 INFO Starting download, target: TransceiverControl |
1596 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1597 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi |
1598 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1599 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1600 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1601 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2025-02-07T09:23:02.006Z | Feb 07 09:23:00.757 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1603 | 2025-02-07T09:23:02.122Z | Feb 07 09:23:00.874 INFO Download complete, target: DendriteOpenapi |
1604 | 2025-02-07T09:23:02.330Z | Feb 07 09:23:01.076 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1605 | 2025-02-07T09:23:02.555Z | Feb 07 09:23:01.302 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1606 | 2025-02-07T09:23:02.844Z | Feb 07 09:23:01.596 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1607 | 2025-02-07T09:23:02.870Z | Feb 07 09:23:01.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1608 | 2025-02-07T09:23:02.876Z | Feb 07 09:23:01.626 INFO Download complete, target: TransceiverControl |
1609 | 2025-02-07T09:23:02.928Z | Feb 07 09:23:01.679 INFO Download complete, target: Console |
1610 | 2025-02-07T09:23:03.357Z | Feb 07 09:23:02.110 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1611 | 2025-02-07T09:23:03.357Z | Feb 07 09:23:02.110 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1612 | 2025-02-07T09:23:04.058Z | Feb 07 09:23:02.811 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1613 | 2025-02-07T09:23:05.750Z | Feb 07 09:23:04.481 INFO Download complete, target: DendriteStub |
1614 | 2025-02-07T09:23:05.859Z | Feb 07 09:23:04.557 INFO Download complete, target: MaghemiteMgd |
1615 | 2025-02-07T09:23:10.892Z | Feb 07 09:23:09.644 INFO Checking that binary works, target: Cockroach |
1616 | 2025-02-07T09:23:11.201Z | Feb 07 09:23:09.953 INFO Download complete, target: Cockroach |
1617 | 2025-02-07T09:23:16.734Z | Feb 07 09:23:15.485 INFO Checking that binary works, target: Clickhouse |
1618 | 2025-02-07T09:23:16.847Z | Feb 07 09:23:15.598 INFO Download complete, target: Clickhouse |
1619 | 2025-02-07T09:23:16.867Z | All builder prerequisites installed successfully, and PATH looks valid |
1620 | 2025-02-07T09:23:16.870Z | |
1621 | 2025-02-07T09:23:16.870Z | real 4:53.153543436 |
1622 | 2025-02-07T09:23:16.870Z | user 15:39.316015486 |
1623 | 2025-02-07T09:23:16.870Z | sys 2:02.695900514 |
1624 | 2025-02-07T09:23:16.870Z | trap 0.552381839 |
1625 | 2025-02-07T09:23:16.870Z | tflt 1.719932316 |
1626 | 2025-02-07T09:23:16.870Z | dflt 1.773745234 |
1627 | 2025-02-07T09:23:16.870Z | kflt 0.024299147 |
1628 | 2025-02-07T09:23:16.870Z | lock 24:26.221469902 |
1629 | 2025-02-07T09:23:16.870Z | slp 54:43.905268651 |
1630 | 2025-02-07T09:23:16.870Z | lat 59.581380331 |
1631 | 2025-02-07T09:23:16.870Z | stop 2:23.488775630 |
1632 | 2025-02-07T09:23:16.870Z | + banner hack-check |
1633 | 2025-02-07T09:23:16.873Z | |
1634 | 2025-02-07T09:23:16.873Z | # # ## #### # # #### # # ###### #### # # |
1635 | 2025-02-07T09:23:16.873Z | # # # # # # # # # # # # # # # # # |
1636 | 2025-02-07T09:23:16.873Z | ###### # # # #### ##### # ###### ##### # #### |
1637 | 2025-02-07T09:23:16.874Z | # # ###### # # # # # # # # # # |
1638 | 2025-02-07T09:23:16.874Z | # # # # # # # # # # # # # # # # # |
1639 | 2025-02-07T09:23:16.874Z | # # # # #### # # #### # # ###### #### # # |
1640 | 2025-02-07T09:23:16.874Z | |
1641 | 2025-02-07T09:23:16.874Z | + export CARGO_INCREMENTAL=0 |
1642 | 2025-02-07T09:23:16.874Z | + CARGO_INCREMENTAL=0 |
1643 | 2025-02-07T09:23:16.874Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1644 | 2025-02-07T09:23:17.402Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1645 | 2025-02-07T09:23:20.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
1646 | 2025-02-07T09:23:20.243Z | Running `target/debug/xtask check-features --ci` |
1647 | 2025-02-07T09:23:20.264Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1648 | 2025-02-07T09:23:20.266Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1649 | 2025-02-07T09:23:20.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1650 | 2025-02-07T09:23:20.717Z | Running `target/debug/xtask download cargo-hack` |
1651 | 2025-02-07T09:23:21.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1652 | 2025-02-07T09:23:21.883Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1653 | 2025-02-07T09:23:25.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
1654 | 2025-02-07T09:23:25.645Z | Running `target/debug/xtask-downloader cargo-hack` |
1655 | 2025-02-07T09:23:25.680Z | Feb 07 09:23:24.430 INFO Starting download, target: CargoHack |
1656 | 2025-02-07T09:23:25.682Z | Feb 07 09:23:24.431 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1657 | 2025-02-07T09:23:26.378Z | Feb 07 09:23:25.128 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1658 | 2025-02-07T09:23:26.468Z | Feb 07 09:23:25.219 INFO Download complete, target: CargoHack |
1659 | 2025-02-07T09:23:26.473Z | 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" |
1660 | 2025-02-07T09:23:26.488Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1661 | 2025-02-07T09:23:26.660Z | info: running `cargo check --bins` on api_identity (1/199) |
1662 | 2025-02-07T09:23:27.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-02-07T09:23:27.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-02-07T09:23:27.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-02-07T09:23:27.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1666 | 2025-02-07T09:23:27.246Z | |
1667 | 2025-02-07T09:23:27.246Z | info: running `cargo check --bins` on bootstore (2/199) |
1668 | 2025-02-07T09:23:27.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-02-07T09:23:27.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-02-07T09:23:27.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-02-07T09:23:27.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1672 | 2025-02-07T09:23:27.873Z | |
1673 | 2025-02-07T09:23:27.873Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1674 | 2025-02-07T09:23:28.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-02-07T09:23:28.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-02-07T09:23:28.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-02-07T09:23:28.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1678 | 2025-02-07T09:23:28.474Z | |
1679 | 2025-02-07T09:23:28.474Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1680 | 2025-02-07T09:23:29.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-02-07T09:23:29.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-02-07T09:23:29.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-02-07T09:23:29.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1684 | 2025-02-07T09:23:29.076Z | |
1685 | 2025-02-07T09:23:29.076Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1686 | 2025-02-07T09:23:29.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-02-07T09:23:29.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-02-07T09:23:29.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-02-07T09:23:29.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1690 | 2025-02-07T09:23:29.494Z | |
1691 | 2025-02-07T09:23:29.494Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1692 | 2025-02-07T09:23:29.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-02-07T09:23:29.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-02-07T09:23:29.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-02-07T09:23:29.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1696 | 2025-02-07T09:23:29.911Z | |
1697 | 2025-02-07T09:23:29.911Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1698 | 2025-02-07T09:23:30.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-02-07T09:23:30.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-02-07T09:23:30.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-02-07T09:23:30.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2025-02-07T09:23:30.328Z | |
1703 | 2025-02-07T09:23:30.328Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1704 | 2025-02-07T09:23:30.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-02-07T09:23:30.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-02-07T09:23:30.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-02-07T09:23:30.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1708 | 2025-02-07T09:23:30.748Z | |
1709 | 2025-02-07T09:23:30.748Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1710 | 2025-02-07T09:23:31.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-02-07T09:23:31.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-02-07T09:23:31.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-02-07T09:23:31.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1714 | 2025-02-07T09:23:31.168Z | |
1715 | 2025-02-07T09:23:31.168Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1716 | 2025-02-07T09:23:31.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-02-07T09:23:31.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-02-07T09:23:31.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-02-07T09:23:31.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1720 | 2025-02-07T09:23:31.586Z | |
1721 | 2025-02-07T09:23:31.586Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1722 | 2025-02-07T09:23:31.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-02-07T09:23:31.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-02-07T09:23:31.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-02-07T09:23:31.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2025-02-07T09:23:32.003Z | |
1727 | 2025-02-07T09:23:32.003Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1728 | 2025-02-07T09:23:32.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-02-07T09:23:32.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-02-07T09:23:32.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-02-07T09:23:32.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2025-02-07T09:23:32.420Z | |
1733 | 2025-02-07T09:23:32.420Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1734 | 2025-02-07T09:23:32.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-02-07T09:23:32.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-02-07T09:23:32.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-02-07T09:23:32.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1738 | 2025-02-07T09:23:32.835Z | |
1739 | 2025-02-07T09:23:32.835Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1740 | 2025-02-07T09:23:33.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-02-07T09:23:33.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-02-07T09:23:33.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-02-07T09:23:33.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1744 | 2025-02-07T09:23:33.252Z | |
1745 | 2025-02-07T09:23:33.252Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1746 | 2025-02-07T09:23:33.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-02-07T09:23:33.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-02-07T09:23:33.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-02-07T09:23:33.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1750 | 2025-02-07T09:23:33.673Z | |
1751 | 2025-02-07T09:23:33.673Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1752 | 2025-02-07T09:23:34.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-02-07T09:23:34.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-02-07T09:23:34.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-02-07T09:23:34.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1756 | 2025-02-07T09:23:34.093Z | |
1757 | 2025-02-07T09:23:34.093Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1758 | 2025-02-07T09:23:34.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-02-07T09:23:34.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-02-07T09:23:34.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-02-07T09:23:34.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1762 | 2025-02-07T09:23:34.522Z | |
1763 | 2025-02-07T09:23:34.522Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1764 | 2025-02-07T09:23:34.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-02-07T09:23:34.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-02-07T09:23:34.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-02-07T09:23:34.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1768 | 2025-02-07T09:23:34.941Z | |
1769 | 2025-02-07T09:23:34.941Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1770 | 2025-02-07T09:23:35.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-02-07T09:23:35.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-02-07T09:23:35.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-02-07T09:23:35.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1774 | 2025-02-07T09:23:35.363Z | |
1775 | 2025-02-07T09:23:35.363Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1776 | 2025-02-07T09:23:35.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-02-07T09:23:35.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-02-07T09:23:35.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-02-07T09:23:35.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1780 | 2025-02-07T09:23:35.784Z | |
1781 | 2025-02-07T09:23:35.784Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1782 | 2025-02-07T09:23:36.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-02-07T09:23:36.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-02-07T09:23:36.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-02-07T09:23:36.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1786 | 2025-02-07T09:23:36.208Z | |
1787 | 2025-02-07T09:23:36.208Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1788 | 2025-02-07T09:23:36.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-02-07T09:23:36.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-02-07T09:23:36.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-02-07T09:23:36.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1792 | 2025-02-07T09:23:36.630Z | |
1793 | 2025-02-07T09:23:36.630Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1794 | 2025-02-07T09:23:37.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-02-07T09:23:37.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-02-07T09:23:37.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-02-07T09:23:37.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1798 | 2025-02-07T09:23:37.050Z | |
1799 | 2025-02-07T09:23:37.050Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1800 | 2025-02-07T09:23:37.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-02-07T09:23:37.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-02-07T09:23:37.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-02-07T09:23:37.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1804 | 2025-02-07T09:23:37.472Z | |
1805 | 2025-02-07T09:23:37.472Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1806 | 2025-02-07T09:23:37.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-02-07T09:23:37.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-02-07T09:23:37.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-02-07T09:23:37.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1810 | 2025-02-07T09:23:37.890Z | |
1811 | 2025-02-07T09:23:37.890Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1812 | 2025-02-07T09:23:38.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-02-07T09:23:38.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-02-07T09:23:38.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-02-07T09:23:38.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1816 | 2025-02-07T09:23:38.310Z | |
1817 | 2025-02-07T09:23:38.310Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1818 | 2025-02-07T09:23:38.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-02-07T09:23:38.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-02-07T09:23:38.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-02-07T09:23:38.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1822 | 2025-02-07T09:23:38.727Z | |
1823 | 2025-02-07T09:23:38.727Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1824 | 2025-02-07T09:23:39.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-02-07T09:23:39.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-02-07T09:23:39.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-02-07T09:23:39.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1828 | 2025-02-07T09:23:39.143Z | |
1829 | 2025-02-07T09:23:39.143Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1830 | 2025-02-07T09:23:39.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-02-07T09:23:39.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-02-07T09:23:39.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-02-07T09:23:39.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1834 | 2025-02-07T09:23:39.559Z | |
1835 | 2025-02-07T09:23:39.559Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1836 | 2025-02-07T09:23:39.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-02-07T09:23:39.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-02-07T09:23:39.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-02-07T09:23:39.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1840 | 2025-02-07T09:23:39.976Z | |
1841 | 2025-02-07T09:23:39.976Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1842 | 2025-02-07T09:23:40.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-02-07T09:23:40.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-02-07T09:23:40.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-02-07T09:23:40.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1846 | 2025-02-07T09:23:40.387Z | |
1847 | 2025-02-07T09:23:40.387Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1848 | 2025-02-07T09:23:40.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-02-07T09:23:40.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-02-07T09:23:40.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-02-07T09:23:40.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1852 | 2025-02-07T09:23:40.801Z | |
1853 | 2025-02-07T09:23:40.802Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1854 | 2025-02-07T09:23:41.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-02-07T09:23:41.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-02-07T09:23:41.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-02-07T09:23:41.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1858 | 2025-02-07T09:23:41.218Z | |
1859 | 2025-02-07T09:23:41.218Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1860 | 2025-02-07T09:23:41.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-02-07T09:23:41.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-02-07T09:23:41.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-02-07T09:23:41.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1864 | 2025-02-07T09:23:41.636Z | |
1865 | 2025-02-07T09:23:41.636Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1866 | 2025-02-07T09:23:42.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-02-07T09:23:42.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-02-07T09:23:42.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-02-07T09:23:42.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1870 | 2025-02-07T09:23:42.053Z | |
1871 | 2025-02-07T09:23:42.053Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1872 | 2025-02-07T09:23:42.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-02-07T09:23:42.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-02-07T09:23:42.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-02-07T09:23:42.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1876 | 2025-02-07T09:23:42.474Z | |
1877 | 2025-02-07T09:23:42.474Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1878 | 2025-02-07T09:23:42.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-02-07T09:23:42.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-02-07T09:23:42.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-02-07T09:23:42.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1882 | 2025-02-07T09:23:42.894Z | |
1883 | 2025-02-07T09:23:42.894Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1884 | 2025-02-07T09:23:43.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-02-07T09:23:43.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-02-07T09:23:43.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-02-07T09:23:43.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1888 | 2025-02-07T09:23:43.320Z | |
1889 | 2025-02-07T09:23:43.320Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1890 | 2025-02-07T09:23:43.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-02-07T09:23:43.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-02-07T09:23:43.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-02-07T09:23:43.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1894 | 2025-02-07T09:23:43.743Z | |
1895 | 2025-02-07T09:23:43.743Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1896 | 2025-02-07T09:23:44.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-02-07T09:23:44.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-02-07T09:23:44.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-02-07T09:23:44.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1900 | 2025-02-07T09:23:44.170Z | |
1901 | 2025-02-07T09:23:44.170Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1902 | 2025-02-07T09:23:44.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-02-07T09:23:44.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-02-07T09:23:44.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1905 | 2025-02-07T09:23:44.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1906 | 2025-02-07T09:23:44.589Z | |
1907 | 2025-02-07T09:23:44.589Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1908 | 2025-02-07T09:23:44.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1909 | 2025-02-07T09:23:44.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1910 | 2025-02-07T09:23:44.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1911 | 2025-02-07T09:23:44.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1912 | 2025-02-07T09:23:45.014Z | |
1913 | 2025-02-07T09:23:45.014Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1914 | 2025-02-07T09:23:45.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1915 | 2025-02-07T09:23:45.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1916 | 2025-02-07T09:23:45.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1917 | 2025-02-07T09:23:45.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1918 | 2025-02-07T09:23:45.439Z | |
1919 | 2025-02-07T09:23:45.439Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1920 | 2025-02-07T09:23:45.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1921 | 2025-02-07T09:23:45.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1922 | 2025-02-07T09:23:45.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1923 | 2025-02-07T09:23:45.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1924 | 2025-02-07T09:23:45.864Z | |
1925 | 2025-02-07T09:23:45.864Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1926 | 2025-02-07T09:23:46.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1927 | 2025-02-07T09:23:46.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1928 | 2025-02-07T09:23:46.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1929 | 2025-02-07T09:23:46.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1930 | 2025-02-07T09:23:46.486Z | |
1931 | 2025-02-07T09:23:46.486Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1932 | 2025-02-07T09:23:47.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1933 | 2025-02-07T09:23:47.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1934 | 2025-02-07T09:23:47.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1935 | 2025-02-07T09:23:47.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1936 | 2025-02-07T09:23:47.105Z | |
1937 | 2025-02-07T09:23:47.105Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1938 | 2025-02-07T09:23:47.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1939 | 2025-02-07T09:23:47.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1940 | 2025-02-07T09:23:47.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1941 | 2025-02-07T09:23:47.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1942 | 2025-02-07T09:23:47.731Z | |
1943 | 2025-02-07T09:23:47.731Z | info: running `cargo check --bins` on oxlog (48/199) |
1944 | 2025-02-07T09:23:48.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1945 | 2025-02-07T09:23:48.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1946 | 2025-02-07T09:23:48.331Z | Checking cfg-if v1.0.0 |
1947 | 2025-02-07T09:23:48.335Z | Checking libc v0.2.169 |
1948 | 2025-02-07T09:23:48.443Z | Checking serde v1.0.217 |
1949 | 2025-02-07T09:23:48.446Z | Checking zeroize v1.8.1 |
1950 | 2025-02-07T09:23:48.461Z | Checking memchr v2.7.4 |
1951 | 2025-02-07T09:23:48.473Z | Checking typenum v1.17.0 |
1952 | 2025-02-07T09:23:48.476Z | Checking subtle v2.6.1 |
1953 | 2025-02-07T09:23:48.476Z | Checking scopeguard v1.2.0 |
1954 | 2025-02-07T09:23:48.515Z | Checking value-bag v1.9.0 |
1955 | 2025-02-07T09:23:48.637Z | Checking lock_api v0.4.12 |
1956 | 2025-02-07T09:23:48.664Z | Checking smallvec v1.13.2 |
1957 | 2025-02-07T09:23:48.730Z | Checking const-oid v0.9.6 |
1958 | 2025-02-07T09:23:48.909Z | Checking log v0.4.22 |
1959 | 2025-02-07T09:23:48.994Z | Checking itoa v1.0.11 |
1960 | 2025-02-07T09:23:49.029Z | Checking pin-project-lite v0.2.14 |
1961 | 2025-02-07T09:23:49.150Z | Checking byteorder v1.5.0 |
1962 | 2025-02-07T09:23:49.222Z | Checking once_cell v1.20.2 |
1963 | 2025-02-07T09:23:49.302Z | Checking futures-core v0.3.31 |
1964 | 2025-02-07T09:23:49.397Z | Checking getrandom v0.2.15 |
1965 | 2025-02-07T09:23:49.423Z | Checking signal-hook-registry v1.4.2 |
1966 | 2025-02-07T09:23:49.497Z | Checking parking_lot_core v0.9.10 |
1967 | 2025-02-07T09:23:49.513Z | Checking generic-array v0.14.7 |
1968 | 2025-02-07T09:23:49.516Z | Checking mio v1.0.2 |
1969 | 2025-02-07T09:23:49.542Z | Checking stable_deref_trait v1.2.0 |
1970 | 2025-02-07T09:23:49.633Z | Checking rand_core v0.6.4 |
1971 | 2025-02-07T09:23:49.647Z | Checking cpufeatures v0.2.14 |
1972 | 2025-02-07T09:23:49.668Z | Checking futures-sink v0.3.31 |
1973 | 2025-02-07T09:23:49.745Z | Checking socket2 v0.5.7 |
1974 | 2025-02-07T09:23:49.807Z | Checking parking_lot v0.12.3 |
1975 | 2025-02-07T09:23:49.823Z | Checking zerocopy v0.7.35 |
1976 | 2025-02-07T09:23:49.930Z | Checking zerofrom v0.1.4 |
1977 | 2025-02-07T09:23:50.096Z | Checking spin v0.9.8 |
1978 | 2025-02-07T09:23:50.148Z | Checking yoke v0.7.4 |
1979 | 2025-02-07T09:23:50.163Z | Checking slab v0.4.9 |
1980 | 2025-02-07T09:23:50.211Z | Checking futures-channel v0.3.31 |
1981 | 2025-02-07T09:23:50.418Z | Checking allocator-api2 v0.2.18 |
1982 | 2025-02-07T09:23:50.421Z | Checking futures-io v0.3.31 |
1983 | 2025-02-07T09:23:50.468Z | Checking zerovec v0.10.4 |
1984 | 2025-02-07T09:23:50.536Z | Checking crypto-common v0.1.6 |
1985 | 2025-02-07T09:23:50.565Z | Checking block-buffer v0.10.4 |
1986 | 2025-02-07T09:23:50.589Z | Checking equivalent v1.0.1 |
1987 | 2025-02-07T09:23:50.609Z | Checking foldhash v0.1.3 |
1988 | 2025-02-07T09:23:50.699Z | Checking futures-task v0.3.31 |
1989 | 2025-02-07T09:23:50.721Z | Checking pin-utils v0.1.0 |
1990 | 2025-02-07T09:23:50.772Z | Checking digest v0.10.7 |
1991 | 2025-02-07T09:23:50.817Z | Checking block-padding v0.3.3 |
1992 | 2025-02-07T09:23:50.834Z | Checking ryu v1.0.18 |
1993 | 2025-02-07T09:23:50.935Z | Checking futures-util v0.3.31 |
1994 | 2025-02-07T09:23:51.018Z | Checking hashbrown v0.15.1 |
1995 | 2025-02-07T09:23:51.036Z | Checking inout v0.1.3 |
1996 | 2025-02-07T09:23:51.051Z | Checking fnv v1.0.7 |
1997 | 2025-02-07T09:23:51.076Z | Checking litemap v0.7.3 |
1998 | 2025-02-07T09:23:51.140Z | Checking hmac v0.12.1 |
1999 | 2025-02-07T09:23:51.183Z | Checking writeable v0.5.5 |
2000 | 2025-02-07T09:23:51.243Z | Checking cipher v0.4.4 |
2001 | 2025-02-07T09:23:51.349Z | Checking sha2 v0.10.8 |
2002 | 2025-02-07T09:23:51.411Z | Checking libm v0.2.8 |
2003 | 2025-02-07T09:23:51.493Z | Checking base64ct v1.6.0 |
2004 | 2025-02-07T09:23:51.643Z | Checking ppv-lite86 v0.2.20 |
2005 | 2025-02-07T09:23:51.892Z | Checking flagset v0.4.6 |
2006 | 2025-02-07T09:23:51.909Z | Checking pem-rfc7468 v0.7.0 |
2007 | 2025-02-07T09:23:51.988Z | Checking tinystr v0.7.6 |
2008 | 2025-02-07T09:23:52.042Z | Checking icu_locid_transform_data v1.5.0 |
2009 | 2025-02-07T09:23:52.080Z | Checking icu_collections v1.5.0 |
2010 | 2025-02-07T09:23:52.139Z | Checking tracing-core v0.1.32 |
2011 | 2025-02-07T09:23:52.177Z | Checking der v0.7.9 |
2012 | 2025-02-07T09:23:52.286Z | Checking icu_locid v1.5.0 |
2013 | 2025-02-07T09:23:52.320Z | Checking rand_chacha v0.3.1 |
2014 | 2025-02-07T09:23:52.357Z | Checking num-traits v0.2.19 |
2015 | 2025-02-07T09:23:52.717Z | Checking thiserror v1.0.69 |
2016 | 2025-02-07T09:23:52.738Z | Checking rustls-pki-types v1.10.0 |
2017 | 2025-02-07T09:23:52.753Z | Checking percent-encoding v2.3.1 |
2018 | 2025-02-07T09:23:52.848Z | Checking icu_properties_data v1.5.0 |
2019 | 2025-02-07T09:23:52.936Z | Checking bytes v1.9.0 |
2020 | 2025-02-07T09:23:52.973Z | Checking indexmap v2.7.1 |
2021 | 2025-02-07T09:23:53.100Z | Checking serde_json v1.0.135 |
2022 | 2025-02-07T09:23:53.219Z | Checking icu_provider v1.5.0 |
2023 | 2025-02-07T09:23:53.297Z | Checking bitflags v2.6.0 |
2024 | 2025-02-07T09:23:53.592Z | Checking tracing v0.1.40 |
2025 | 2025-02-07T09:23:53.727Z | Checking tokio v1.43.0 |
2026 | 2025-02-07T09:23:53.799Z | Checking http v1.2.0 |
2027 | 2025-02-07T09:23:53.822Z | Checking icu_locid_transform v1.5.0 |
2028 | 2025-02-07T09:23:53.836Z | Checking spki v0.7.3 |
2029 | 2025-02-07T09:23:53.927Z | Checking rand v0.8.5 |
2030 | 2025-02-07T09:23:54.105Z | Checking salsa20 v0.10.2 |
2031 | 2025-02-07T09:23:54.160Z | Checking pbkdf2 v0.12.2 |
2032 | 2025-02-07T09:23:54.324Z | Checking aws-lc-sys v0.22.0 |
2033 | 2025-02-07T09:23:54.326Z | Checking httparse v1.9.5 |
2034 | 2025-02-07T09:23:54.722Z | Checking mirai-annotations v1.12.0 |
2035 | 2025-02-07T09:23:54.767Z | Checking utf16_iter v1.0.5 |
2036 | 2025-02-07T09:23:54.769Z | Checking icu_properties v1.5.1 |
2037 | 2025-02-07T09:23:54.902Z | Checking untrusted v0.9.0 |
2038 | 2025-02-07T09:23:54.927Z | Checking icu_normalizer_data v1.5.0 |
2039 | 2025-02-07T09:23:55.018Z | Checking untrusted v0.7.1 |
2040 | 2025-02-07T09:23:55.034Z | Checking write16 v1.0.0 |
2041 | 2025-02-07T09:23:55.066Z | Checking powerfmt v0.2.0 |
2042 | 2025-02-07T09:23:55.096Z | Checking utf8_iter v1.0.4 |
2043 | 2025-02-07T09:23:55.152Z | Checking ring v0.17.8 |
2044 | 2025-02-07T09:23:55.194Z | Checking scrypt v0.11.0 |
2045 | 2025-02-07T09:23:55.285Z | Checking cbc v0.1.2 |
2046 | 2025-02-07T09:23:55.326Z | Checking deranged v0.3.11 |
2047 | 2025-02-07T09:23:55.343Z | Checking aes v0.8.4 |
2048 | 2025-02-07T09:23:55.425Z | Checking crossbeam-utils v0.8.20 |
2049 | 2025-02-07T09:23:55.480Z | Checking time-core v0.1.2 |
2050 | 2025-02-07T09:23:55.636Z | Checking atomic-waker v1.1.2 |
2051 | 2025-02-07T09:23:55.790Z | Checking num_threads v0.1.7 |
2052 | 2025-02-07T09:23:55.914Z | Checking tinyvec_macros v0.1.1 |
2053 | 2025-02-07T09:23:56.012Z | Checking num-conv v0.1.0 |
2054 | 2025-02-07T09:23:56.173Z | Checking tinyvec v1.8.0 |
2055 | 2025-02-07T09:23:56.254Z | Checking pkcs5 v0.7.1 |
2056 | 2025-02-07T09:23:56.270Z | Checking http-body v1.0.1 |
2057 | 2025-02-07T09:23:56.428Z | Checking aws-lc-rs v1.10.0 |
2058 | 2025-02-07T09:23:56.478Z | Checking form_urlencoded v1.2.1 |
2059 | 2025-02-07T09:23:56.663Z | Checking time v0.3.36 |
2060 | 2025-02-07T09:23:56.686Z | Checking try-lock v0.2.5 |
2061 | 2025-02-07T09:23:56.744Z | Checking pkcs8 v0.10.2 |
2062 | 2025-02-07T09:23:56.821Z | Checking want v0.3.1 |
2063 | 2025-02-07T09:23:56.920Z | Checking uuid v1.12.0 |
2064 | 2025-02-07T09:23:57.001Z | Checking httpdate v1.0.3 |
2065 | 2025-02-07T09:23:57.042Z | Checking unicode-ident v1.0.14 |
2066 | 2025-02-07T09:23:57.223Z | Checking proc-macro2 v1.0.92 |
2067 | 2025-02-07T09:23:57.245Z | Checking toml_datetime v0.6.8 |
2068 | 2025-02-07T09:23:57.481Z | Checking serde_spanned v0.6.8 |
2069 | 2025-02-07T09:23:57.519Z | Checking slog v2.7.0 |
2070 | 2025-02-07T09:23:57.547Z | Checking scroll v0.12.0 |
2071 | 2025-02-07T09:23:57.683Z | Checking base64 v0.22.1 |
2072 | 2025-02-07T09:23:57.859Z | Checking foreign-types-shared v0.1.1 |
2073 | 2025-02-07T09:23:57.966Z | Checking match_cfg v0.1.0 |
2074 | 2025-02-07T09:23:57.983Z | Checking plain v0.2.3 |
2075 | 2025-02-07T09:23:58.002Z | Checking iana-time-zone v0.1.61 |
2076 | 2025-02-07T09:23:58.034Z | Checking icu_normalizer v1.5.0 |
2077 | 2025-02-07T09:23:58.058Z | Checking tower-service v0.3.3 |
2078 | 2025-02-07T09:23:58.119Z | Checking rustls-webpki v0.102.8 |
2079 | 2025-02-07T09:23:58.136Z | Checking adler2 v2.0.0 |
2080 | 2025-02-07T09:23:58.152Z | Checking ucd-trie v0.1.7 |
2081 | 2025-02-07T09:23:58.155Z | Checking chrono v0.4.39 |
2082 | 2025-02-07T09:23:58.180Z | Checking goblin v0.8.2 |
2083 | 2025-02-07T09:23:58.289Z | Checking miniz_oxide v0.8.0 |
2084 | 2025-02-07T09:23:58.354Z | Checking pest v2.7.14 |
2085 | 2025-02-07T09:23:58.767Z | Checking idna_adapter v1.2.0 |
2086 | 2025-02-07T09:23:58.865Z | Checking hostname v0.3.1 |
2087 | 2025-02-07T09:23:58.952Z | Checking idna v1.0.3 |
2088 | 2025-02-07T09:23:58.995Z | Checking foreign-types v0.3.2 |
2089 | 2025-02-07T09:23:59.011Z | Checking quote v1.0.38 |
2090 | 2025-02-07T09:23:59.027Z | Checking openssl-sys v0.9.105 |
2091 | 2025-02-07T09:23:59.087Z | Checking dirs-sys-next v0.1.2 |
2092 | 2025-02-07T09:23:59.256Z | Checking errno v0.3.9 |
2093 | 2025-02-07T09:23:59.319Z | Checking aho-corasick v1.1.3 |
2094 | 2025-02-07T09:23:59.443Z | Checking siphasher v0.3.11 |
2095 | 2025-02-07T09:23:59.457Z | Checking url v2.5.3 |
2096 | 2025-02-07T09:23:59.719Z | Checking data-encoding v2.6.0 |
2097 | 2025-02-07T09:24:00.151Z | Checking regex-syntax v0.8.5 |
2098 | 2025-02-07T09:24:00.188Z | Checking pretty-hex v0.4.1 |
2099 | 2025-02-07T09:24:00.207Z | Compiling newtype-uuid v1.2.1 |
2100 | 2025-02-07T09:24:00.265Z | Checking openssl v0.10.70 |
2101 | 2025-02-07T09:24:00.285Z | Checking tokio-util v0.7.12 |
2102 | 2025-02-07T09:24:00.361Z | Checking rustix v0.38.37 |
2103 | 2025-02-07T09:24:00.539Z | Checking syn v2.0.96 |
2104 | 2025-02-07T09:24:00.900Z | Checking dirs-next v2.0.0 |
2105 | 2025-02-07T09:24:00.933Z | Checking dtrace-parser v0.2.0 |
2106 | 2025-02-07T09:24:01.025Z | Checking unicode-normalization v0.1.24 |
2107 | 2025-02-07T09:24:01.126Z | Checking h2 v0.4.6 |
2108 | 2025-02-07T09:24:01.393Z | Checking http-body-util v0.1.2 |
2109 | 2025-02-07T09:24:01.792Z | Checking crossbeam-epoch v0.9.18 |
2110 | 2025-02-07T09:24:01.984Z | Checking sha1 v0.10.6 |
2111 | 2025-02-07T09:24:02.226Z | Checking signature v2.2.0 |
2112 | 2025-02-07T09:24:02.252Z | Checking thread_local v1.1.8 |
2113 | 2025-02-07T09:24:02.432Z | Checking thread-id v4.2.2 |
2114 | 2025-02-07T09:24:02.509Z | Checking encoding_rs v0.8.34 |
2115 | 2025-02-07T09:24:02.551Z | Checking gimli v0.31.1 |
2116 | 2025-02-07T09:24:02.946Z | Checking dof v0.3.0 |
2117 | 2025-02-07T09:24:03.264Z | Checking regex-automata v0.4.8 |
2118 | 2025-02-07T09:24:03.456Z | Checking mime v0.3.17 |
2119 | 2025-02-07T09:24:03.555Z | Checking either v1.13.0 |
2120 | 2025-02-07T09:24:03.778Z | Checking utf8parse v0.2.2 |
2121 | 2025-02-07T09:24:03.924Z | Checking winnow v0.6.20 |
2122 | 2025-02-07T09:24:03.940Z | Checking ipnet v2.10.1 |
2123 | 2025-02-07T09:24:04.371Z | Checking openssl-probe v0.1.5 |
2124 | 2025-02-07T09:24:04.537Z | Checking unicode-bidi v0.3.17 |
2125 | 2025-02-07T09:24:04.837Z | Checking unicode-properties v0.1.3 |
2126 | 2025-02-07T09:24:05.175Z | Checking anstyle v1.0.10 |
2127 | 2025-02-07T09:24:05.192Z | Checking stringprep v0.1.5 |
2128 | 2025-02-07T09:24:05.287Z | Checking native-tls v0.2.12 |
2129 | 2025-02-07T09:24:05.470Z | Checking anstyle-parse v0.2.5 |
2130 | 2025-02-07T09:24:05.519Z | Checking crossbeam-deque v0.8.5 |
2131 | 2025-02-07T09:24:05.594Z | Checking term v0.7.0 |
2132 | 2025-02-07T09:24:05.735Z | Checking slog-json v2.6.1 |
2133 | 2025-02-07T09:24:05.848Z | Checking rustls v0.23.19 |
2134 | 2025-02-07T09:24:06.004Z | Checking rustls v0.22.4 |
2135 | 2025-02-07T09:24:06.026Z | Checking serde_urlencoded v0.7.1 |
2136 | 2025-02-07T09:24:06.190Z | Checking addr2line v0.24.2 |
2137 | 2025-02-07T09:24:06.417Z | Checking crossbeam-channel v0.5.13 |
2138 | 2025-02-07T09:24:06.440Z | Checking usdt-impl v0.5.0 |
2139 | 2025-02-07T09:24:06.581Z | Checking toml_edit v0.22.22 |
2140 | 2025-02-07T09:24:06.700Z | Checking futures-executor v0.3.31 |
2141 | 2025-02-07T09:24:06.929Z | Checking num-integer v0.1.46 |
2142 | 2025-02-07T09:24:06.958Z | Checking rustls-pemfile v2.2.0 |
2143 | 2025-02-07T09:24:07.113Z | Checking md-5 v0.10.6 |
2144 | 2025-02-07T09:24:07.177Z | Checking ff v0.13.0 |
2145 | 2025-02-07T09:24:07.350Z | Checking hash32 v0.2.1 |
2146 | 2025-02-07T09:24:07.369Z | Checking is-terminal v0.4.13 |
2147 | 2025-02-07T09:24:07.371Z | Checking hyper v1.5.2 |
2148 | 2025-02-07T09:24:07.399Z | Checking memmap v0.7.0 |
2149 | 2025-02-07T09:24:07.506Z | Checking object v0.36.5 |
2150 | 2025-02-07T09:24:07.545Z | Checking take_mut v0.2.2 |
2151 | 2025-02-07T09:24:07.605Z | Checking linked-hash-map v0.5.6 |
2152 | 2025-02-07T09:24:07.628Z | Checking is_terminal_polyfill v1.70.1 |
2153 | 2025-02-07T09:24:07.692Z | Checking fallible-iterator v0.2.0 |
2154 | 2025-02-07T09:24:07.747Z | Checking colorchoice v1.0.2 |
2155 | 2025-02-07T09:24:07.897Z | Checking utf-8 v0.7.6 |
2156 | 2025-02-07T09:24:07.913Z | Checking base16ct v0.2.0 |
2157 | 2025-02-07T09:24:08.113Z | Checking anstyle-query v1.1.1 |
2158 | 2025-02-07T09:24:08.130Z | Checking rustc-demangle v0.1.24 |
2159 | 2025-02-07T09:24:08.250Z | Checking dyn-clone v1.0.17 |
2160 | 2025-02-07T09:24:08.267Z | Checking psl-types v2.0.11 |
2161 | 2025-02-07T09:24:08.408Z | Checking quick-error v1.2.3 |
2162 | 2025-02-07T09:24:08.453Z | Checking publicsuffix v2.3.0 |
2163 | 2025-02-07T09:24:08.556Z | Checking resolv-conf v0.7.0 |
2164 | 2025-02-07T09:24:08.574Z | Checking schemars v0.8.21 |
2165 | 2025-02-07T09:24:08.735Z | Checking postgres-protocol v0.6.7 |
2166 | 2025-02-07T09:24:08.909Z | Checking anstream v0.6.15 |
2167 | 2025-02-07T09:24:09.034Z | Checking toml v0.8.19 |
2168 | 2025-02-07T09:24:09.266Z | Checking sec1 v0.7.3 |
2169 | 2025-02-07T09:24:09.290Z | Checking tokio-rustls v0.25.0 |
2170 | 2025-02-07T09:24:09.307Z | Checking hyper-util v0.1.10 |
2171 | 2025-02-07T09:24:09.334Z | Checking tungstenite v0.24.0 |
2172 | 2025-02-07T09:24:09.667Z | Checking lru-cache v0.1.2 |
2173 | 2025-02-07T09:24:09.683Z | Checking slog-async v2.8.0 |
2174 | 2025-02-07T09:24:09.736Z | Checking heapless v0.7.17 |
2175 | 2025-02-07T09:24:09.842Z | Checking usdt v0.5.0 |
2176 | 2025-02-07T09:24:09.968Z | Checking slog-term v2.9.1 |
2177 | 2025-02-07T09:24:10.084Z | Checking group v0.13.0 |
2178 | 2025-02-07T09:24:10.086Z | Checking num-iter v0.1.45 |
2179 | 2025-02-07T09:24:10.175Z | Checking futures v0.3.31 |
2180 | 2025-02-07T09:24:10.269Z | Checking slog-bunyan v2.5.0 |
2181 | 2025-02-07T09:24:10.286Z | Checking rayon-core v1.12.1 |
2182 | 2025-02-07T09:24:10.330Z | Checking tokio-native-tls v0.3.1 |
2183 | 2025-02-07T09:24:10.439Z | Checking multer v3.1.0 |
2184 | 2025-02-07T09:24:10.440Z | Checking hickory-proto v0.24.2 |
2185 | 2025-02-07T09:24:10.573Z | Checking terminal_size v0.4.0 |
2186 | 2025-02-07T09:24:10.756Z | Checking phf_shared v0.11.2 |
2187 | 2025-02-07T09:24:10.832Z | Checking cookie v0.18.1 |
2188 | 2025-02-07T09:24:10.849Z | Checking tokio-rustls v0.26.0 |
2189 | 2025-02-07T09:24:10.866Z | Checking async-stream v0.3.6 |
2190 | 2025-02-07T09:24:10.966Z | Checking bzip2-sys v0.1.11+1.0.8 |
2191 | 2025-02-07T09:24:11.010Z | Checking signal-hook v0.3.17 |
2192 | 2025-02-07T09:24:11.057Z | Checking camino v1.1.9 |
2193 | 2025-02-07T09:24:11.093Z | Checking waitgroup v0.1.2 |
2194 | 2025-02-07T09:24:11.230Z | Checking openapiv3 v2.0.0 |
2195 | 2025-02-07T09:24:11.245Z | Checking webpki-roots v0.26.6 |
2196 | 2025-02-07T09:24:11.261Z | Checking serde_path_to_error v0.1.16 |
2197 | 2025-02-07T09:24:11.274Z | Checking hkdf v0.12.4 |
2198 | 2025-02-07T09:24:11.324Z | Checking crypto-bigint v0.5.5 |
2199 | 2025-02-07T09:24:11.457Z | Checking lazy_static v1.5.0 |
2200 | 2025-02-07T09:24:11.480Z | Checking hostname v0.4.0 |
2201 | 2025-02-07T09:24:11.551Z | Checking crc32fast v1.4.2 |
2202 | 2025-02-07T09:24:11.586Z | Checking debug-ignore v1.0.5 |
2203 | 2025-02-07T09:24:11.623Z | Checking managed v0.8.0 |
2204 | 2025-02-07T09:24:11.729Z | Checking winnow v0.5.40 |
2205 | 2025-02-07T09:24:11.800Z | Checking strsim v0.11.1 |
2206 | 2025-02-07T09:24:11.836Z | Checking unicode-width v0.2.0 |
2207 | 2025-02-07T09:24:11.991Z | Checking bitflags v1.3.2 |
2208 | 2025-02-07T09:24:12.067Z | Checking clap_lex v0.7.4 |
2209 | 2025-02-07T09:24:12.096Z | Checking smoltcp v0.9.1 |
2210 | 2025-02-07T09:24:12.327Z | Checking clap_builder v4.5.27 |
2211 | 2025-02-07T09:24:12.350Z | Checking console v0.15.10 |
2212 | 2025-02-07T09:24:12.915Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2213 | 2025-02-07T09:24:13.202Z | Checking flate2 v1.0.35 |
2214 | 2025-02-07T09:24:13.375Z | Checking backtrace v0.3.74 |
2215 | 2025-02-07T09:24:13.439Z | Checking num-bigint-dig v0.8.4 |
2216 | 2025-02-07T09:24:13.802Z | Checking hyper-rustls v0.27.3 |
2217 | 2025-02-07T09:24:13.938Z | Checking anyhow v1.0.95 |
2218 | 2025-02-07T09:24:13.956Z | Checking elliptic-curve v0.13.8 |
2219 | 2025-02-07T09:24:14.139Z | Checking signal-hook-mio v0.2.4 |
2220 | 2025-02-07T09:24:14.274Z | Checking cookie_store v0.21.1 |
2221 | 2025-02-07T09:24:14.299Z | Checking dropshot v0.12.0 |
2222 | 2025-02-07T09:24:14.316Z | Checking hyper-tls v0.6.0 |
2223 | 2025-02-07T09:24:14.440Z | Checking toml_edit v0.19.15 |
2224 | 2025-02-07T09:24:14.546Z | Checking bzip2 v0.4.4 |
2225 | 2025-02-07T09:24:14.603Z | Checking phf v0.11.2 |
2226 | 2025-02-07T09:24:14.814Z | Checking rayon v1.10.0 |
2227 | 2025-02-07T09:24:14.869Z | Checking tokio-tungstenite v0.24.0 |
2228 | 2025-02-07T09:24:14.947Z | Checking postgres-types v0.2.8 |
2229 | 2025-02-07T09:24:14.988Z | Checking hickory-resolver v0.24.2 |
2230 | 2025-02-07T09:24:15.230Z | Checking regex v1.11.1 |
2231 | 2025-02-07T09:24:15.315Z | Checking bstr v1.10.0 |
2232 | 2025-02-07T09:24:15.490Z | Checking ed25519 v2.2.3 |
2233 | 2025-02-07T09:24:15.589Z | Checking tokio-stream v0.1.16 |
2234 | 2025-02-07T09:24:15.786Z | Checking phf_shared v0.10.0 |
2235 | 2025-02-07T09:24:15.806Z | Checking curve25519-dalek v4.1.3 |
2236 | 2025-02-07T09:24:16.062Z | Checking zerocopy v0.6.6 |
2237 | 2025-02-07T09:24:16.207Z | Checking hubpack v0.1.2 |
2238 | 2025-02-07T09:24:16.381Z | Checking portable-atomic v1.9.0 |
2239 | 2025-02-07T09:24:16.493Z | Checking pkcs1 v0.7.5 |
2240 | 2025-02-07T09:24:16.556Z | Checking float-cmp v0.9.0 |
2241 | 2025-02-07T09:24:16.724Z | Checking serde-big-array v0.5.1 |
2242 | 2025-02-07T09:24:16.748Z | Checking rfc6979 v0.4.0 |
2243 | 2025-02-07T09:24:16.882Z | Checking sync_wrapper v1.0.1 |
2244 | 2025-02-07T09:24:16.898Z | Checking new_debug_unreachable v1.0.6 |
2245 | 2025-02-07T09:24:16.928Z | Checking number_prefix v0.4.0 |
2246 | 2025-02-07T09:24:16.946Z | Checking static_assertions v1.1.0 |
2247 | 2025-02-07T09:24:16.996Z | Checking bit-vec v0.6.3 |
2248 | 2025-02-07T09:24:17.023Z | Checking precomputed-hash v0.1.1 |
2249 | 2025-02-07T09:24:17.040Z | Checking whoami v1.5.2 |
2250 | 2025-02-07T09:24:17.116Z | Checking fixedbitset v0.4.2 |
2251 | 2025-02-07T09:24:17.142Z | Checking normalize-line-endings v0.3.0 |
2252 | 2025-02-07T09:24:17.271Z | Checking difflib v0.4.0 |
2253 | 2025-02-07T09:24:17.313Z | Checking minimal-lexical v0.2.1 |
2254 | 2025-02-07T09:24:17.330Z | Checking unicode-segmentation v1.12.0 |
2255 | 2025-02-07T09:24:17.333Z | Checking predicates-core v1.0.8 |
2256 | 2025-02-07T09:24:17.373Z | Checking petgraph v0.6.5 |
2257 | 2025-02-07T09:24:17.519Z | Checking tokio-postgres v0.7.12 |
2258 | 2025-02-07T09:24:17.555Z | Checking ed25519-dalek v2.1.1 |
2259 | 2025-02-07T09:24:17.592Z | Checking predicates v3.1.2 |
2260 | 2025-02-07T09:24:17.694Z | Checking nom v7.1.3 |
2261 | 2025-02-07T09:24:17.751Z | Checking qorb v0.2.1 |
2262 | 2025-02-07T09:24:17.957Z | Checking bit-set v0.5.3 |
2263 | 2025-02-07T09:24:18.026Z | Checking similar v2.6.0 |
2264 | 2025-02-07T09:24:18.176Z | Checking string_cache v0.8.7 |
2265 | 2025-02-07T09:24:18.202Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2266 | 2025-02-07T09:24:18.285Z | Checking indicatif v0.17.11 |
2267 | 2025-02-07T09:24:18.460Z | Checking reqwest v0.12.9 |
2268 | 2025-02-07T09:24:18.829Z | Checking ecdsa v0.16.9 |
2269 | 2025-02-07T09:24:18.994Z | Checking rsa v0.9.6 |
2270 | 2025-02-07T09:24:19.505Z | Checking toml v0.7.8 |
2271 | 2025-02-07T09:24:19.992Z | Checking clap v4.5.27 |
2272 | 2025-02-07T09:24:20.116Z | Checking zip v0.6.6 |
2273 | 2025-02-07T09:24:20.164Z | Checking crossterm v0.28.1 |
2274 | 2025-02-07T09:24:20.194Z | Checking itertools v0.10.5 |
2275 | 2025-02-07T09:24:20.214Z | Checking itertools v0.12.1 |
2276 | 2025-02-07T09:24:20.294Z | Checking ahash v0.8.11 |
2277 | 2025-02-07T09:24:20.330Z | Checking fs-err v2.11.0 |
2278 | 2025-02-07T09:24:20.488Z | Checking x509-cert v0.2.5 |
2279 | 2025-02-07T09:24:20.762Z | Checking hex v0.4.3 |
2280 | 2025-02-07T09:24:20.778Z | Checking semver v1.0.24 |
2281 | 2025-02-07T09:24:20.865Z | Checking peg-runtime v0.8.3 |
2282 | 2025-02-07T09:24:21.108Z | Checking lalrpop-util v0.19.12 |
2283 | 2025-02-07T09:24:21.176Z | Checking sigpipe v0.1.3 |
2284 | 2025-02-07T09:24:22.450Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2285 | 2025-02-07T09:24:22.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.02s |
2286 | 2025-02-07T09:24:22.926Z | |
2287 | 2025-02-07T09:24:22.926Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2288 | 2025-02-07T09:24:23.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2025-02-07T09:24:23.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2025-02-07T09:24:23.568Z | Compiling hashbrown v0.14.5 |
2291 | 2025-02-07T09:24:23.688Z | Checking heck v0.5.0 |
2292 | 2025-02-07T09:24:23.701Z | Compiling unsafe-libyaml v0.2.11 |
2293 | 2025-02-07T09:24:23.712Z | Checking ipnetwork v0.20.0 |
2294 | 2025-02-07T09:24:23.716Z | Compiling ident_case v1.0.1 |
2295 | 2025-02-07T09:24:23.736Z | Checking progenitor-client v0.8.0 |
2296 | 2025-02-07T09:24:23.748Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2297 | 2025-02-07T09:24:23.849Z | Checking newtype-uuid v1.2.1 |
2298 | 2025-02-07T09:24:23.889Z | Compiling darling_core v0.20.10 |
2299 | 2025-02-07T09:24:24.038Z | Compiling proc-macro-crate v1.3.1 |
2300 | 2025-02-07T09:24:24.056Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2301 | 2025-02-07T09:24:24.087Z | Compiling structmeta-derive v0.3.0 |
2302 | 2025-02-07T09:24:24.105Z | Compiling thiserror v2.0.11 |
2303 | 2025-02-07T09:24:24.411Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2304 | 2025-02-07T09:24:24.655Z | Checking regress v0.10.1 |
2305 | 2025-02-07T09:24:24.813Z | Compiling lzma-sys v0.1.20 |
2306 | 2025-02-07T09:24:24.939Z | Compiling serde_yaml v0.9.34+deprecated |
2307 | 2025-02-07T09:24:25.054Z | Compiling num_enum_derive v0.5.11 |
2308 | 2025-02-07T09:24:25.510Z | Compiling thiserror-impl v2.0.11 |
2309 | 2025-02-07T09:24:25.513Z | Compiling foreign-types-macros v0.2.3 |
2310 | 2025-02-07T09:24:26.713Z | Compiling structmeta v0.3.0 |
2311 | 2025-02-07T09:24:26.808Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2312 | 2025-02-07T09:24:27.086Z | Compiling dropshot v0.15.1 |
2313 | 2025-02-07T09:24:27.343Z | Checking foreign-types-shared v0.3.1 |
2314 | 2025-02-07T09:24:27.400Z | Checking arc-swap v1.7.1 |
2315 | 2025-02-07T09:24:27.463Z | Checking foreign-types v0.5.0 |
2316 | 2025-02-07T09:24:27.637Z | Checking num_enum v0.5.11 |
2317 | 2025-02-07T09:24:27.800Z | Compiling parse-display-derive v0.10.0 |
2318 | 2025-02-07T09:24:27.816Z | Checking slog-scope v4.4.0 |
2319 | 2025-02-07T09:24:27.954Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2320 | 2025-02-07T09:24:28.056Z | Compiling proc-macro-error v1.0.4 |
2321 | 2025-02-07T09:24:28.177Z | Checking typify-impl v0.2.0 |
2322 | 2025-02-07T09:24:28.647Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2323 | 2025-02-07T09:24:28.650Z | Checking tungstenite v0.21.0 |
2324 | 2025-02-07T09:24:28.760Z | Compiling heck v0.3.3 |
2325 | 2025-02-07T09:24:28.886Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2326 | 2025-02-07T09:24:29.128Z | Compiling dropshot_endpoint v0.15.1 |
2327 | 2025-02-07T09:24:29.481Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2328 | 2025-02-07T09:24:29.526Z | Checking cstr-argument v0.1.2 |
2329 | 2025-02-07T09:24:29.705Z | Checking instant v0.1.13 |
2330 | 2025-02-07T09:24:29.721Z | Checking pretty-hex v0.2.1 |
2331 | 2025-02-07T09:24:29.820Z | Checking fastrand v2.1.1 |
2332 | 2025-02-07T09:24:29.870Z | Compiling darling_macro v0.20.10 |
2333 | 2025-02-07T09:24:29.899Z | Checking base64 v0.21.7 |
2334 | 2025-02-07T09:24:30.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2335 | 2025-02-07T09:24:30.315Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2336 | 2025-02-07T09:24:30.351Z | Checking tempfile v3.13.0 |
2337 | 2025-02-07T09:24:30.436Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2338 | 2025-02-07T09:24:30.465Z | Checking backoff v0.4.0 |
2339 | 2025-02-07T09:24:30.618Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2340 | 2025-02-07T09:24:30.710Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2341 | 2025-02-07T09:24:30.728Z | Checking tokio-tungstenite v0.21.0 |
2342 | 2025-02-07T09:24:30.747Z | Compiling zone_cfg_derive v0.1.2 |
2343 | 2025-02-07T09:24:30.769Z | Compiling darling v0.20.10 |
2344 | 2025-02-07T09:24:30.915Z | Compiling serde_with_macros v3.11.0 |
2345 | 2025-02-07T09:24:30.938Z | Checking strum v0.26.3 |
2346 | 2025-02-07T09:24:30.953Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2347 | 2025-02-07T09:24:31.097Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2348 | 2025-02-07T09:24:31.419Z | Checking slog-stdlog v4.1.1 |
2349 | 2025-02-07T09:24:31.438Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2350 | 2025-02-07T09:24:31.590Z | Checking regress v0.9.1 |
2351 | 2025-02-07T09:24:31.592Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2352 | 2025-02-07T09:24:31.704Z | Checking progenitor-client v0.9.1 |
2353 | 2025-02-07T09:24:31.730Z | Checking parse-display v0.10.0 |
2354 | 2025-02-07T09:24:31.871Z | Checking colored v2.1.0 |
2355 | 2025-02-07T09:24:31.976Z | Checking macaddr v1.0.1 |
2356 | 2025-02-07T09:24:32.103Z | Checking unicode-width v0.1.14 |
2357 | 2025-02-07T09:24:32.106Z | Checking base64 v0.13.1 |
2358 | 2025-02-07T09:24:32.305Z | Checking zone v0.1.8 |
2359 | 2025-02-07T09:24:32.519Z | Checking ron v0.7.1 |
2360 | 2025-02-07T09:24:32.595Z | Checking tabwriter v1.4.0 |
2361 | 2025-02-07T09:24:32.840Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2362 | 2025-02-07T09:24:32.945Z | Checking slog-envlogger v2.2.0 |
2363 | 2025-02-07T09:24:33.170Z | Checking xz2 v0.1.7 |
2364 | 2025-02-07T09:24:33.304Z | Checking xattr v1.3.1 |
2365 | 2025-02-07T09:24:33.470Z | Checking pem v3.0.4 |
2366 | 2025-02-07T09:24:33.473Z | Checking serde_with v3.11.0 |
2367 | 2025-02-07T09:24:33.503Z | Checking yasna v0.5.2 |
2368 | 2025-02-07T09:24:33.574Z | Checking headers-core v0.3.0 |
2369 | 2025-02-07T09:24:33.726Z | Checking smf v0.2.3 |
2370 | 2025-02-07T09:24:33.742Z | Checking filetime v0.2.25 |
2371 | 2025-02-07T09:24:33.942Z | Checking same-file v1.0.6 |
2372 | 2025-02-07T09:24:34.004Z | Checking tar v0.4.42 |
2373 | 2025-02-07T09:24:34.111Z | Checking walkdir v2.5.0 |
2374 | 2025-02-07T09:24:34.142Z | Checking headers v0.4.0 |
2375 | 2025-02-07T09:24:34.329Z | Checking rcgen v0.12.1 |
2376 | 2025-02-07T09:24:34.386Z | Checking atomicwrites v0.4.4 |
2377 | 2025-02-07T09:24:34.595Z | Checking camino-tempfile v1.1.1 |
2378 | 2025-02-07T09:24:34.829Z | Checking subprocess v0.2.9 |
2379 | 2025-02-07T09:24:37.485Z | Compiling typify-macro v0.2.0 |
2380 | 2025-02-07T09:24:38.965Z | Compiling typify v0.2.0 |
2381 | 2025-02-07T09:24:39.038Z | Compiling progenitor-impl v0.8.0 |
2382 | 2025-02-07T09:24:41.401Z | Compiling progenitor-macro v0.8.0 |
2383 | 2025-02-07T09:24:44.993Z | Checking progenitor v0.8.0 |
2384 | 2025-02-07T09:24:45.124Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2385 | 2025-02-07T09:24:45.124Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2386 | 2025-02-07T09:24:47.594Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2387 | 2025-02-07T09:24:47.879Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2388 | 2025-02-07T09:24:53.706Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2389 | 2025-02-07T09:24:55.180Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2390 | 2025-02-07T09:24:56.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.42s |
2391 | 2025-02-07T09:24:56.530Z | |
2392 | 2025-02-07T09:24:56.530Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2393 | 2025-02-07T09:24:57.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2025-02-07T09:24:57.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2025-02-07T09:24:57.167Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2396 | 2025-02-07T09:24:58.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
2397 | 2025-02-07T09:24:58.637Z | |
2398 | 2025-02-07T09:24:58.637Z | info: running `cargo check --bins` on nexus-config (51/199) |
2399 | 2025-02-07T09:24:59.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-02-07T09:24:59.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-02-07T09:24:59.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2025-02-07T09:24:59.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2403 | 2025-02-07T09:24:59.243Z | |
2404 | 2025-02-07T09:24:59.243Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2405 | 2025-02-07T09:24:59.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-02-07T09:24:59.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-02-07T09:24:59.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2025-02-07T09:24:59.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2409 | 2025-02-07T09:24:59.834Z | |
2410 | 2025-02-07T09:24:59.834Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2411 | 2025-02-07T09:25:00.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-02-07T09:25:00.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-02-07T09:25:00.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2025-02-07T09:25:00.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2415 | 2025-02-07T09:25:00.423Z | |
2416 | 2025-02-07T09:25:00.423Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2417 | 2025-02-07T09:25:00.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-02-07T09:25:00.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-02-07T09:25:00.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2025-02-07T09:25:00.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2421 | 2025-02-07T09:25:01.029Z | |
2422 | 2025-02-07T09:25:01.029Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2423 | 2025-02-07T09:25:01.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-02-07T09:25:01.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-02-07T09:25:01.698Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2426 | 2025-02-07T09:25:01.810Z | Compiling ipnetwork v0.20.0 |
2427 | 2025-02-07T09:25:01.814Z | Compiling zerocopy v0.8.10 |
2428 | 2025-02-07T09:25:01.814Z | Compiling progenitor-client v0.8.0 |
2429 | 2025-02-07T09:25:01.814Z | Compiling itertools v0.13.0 |
2430 | 2025-02-07T09:25:01.814Z | Compiling zerocopy-derive v0.8.10 |
2431 | 2025-02-07T09:25:01.814Z | Compiling heapless v0.8.0 |
2432 | 2025-02-07T09:25:01.814Z | Compiling thiserror v2.0.11 |
2433 | 2025-02-07T09:25:01.993Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2434 | 2025-02-07T09:25:02.124Z | Checking hash32 v0.3.1 |
2435 | 2025-02-07T09:25:02.243Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2436 | 2025-02-07T09:25:02.305Z | Compiling progenitor v0.8.0 |
2437 | 2025-02-07T09:25:02.517Z | Compiling instant v0.1.13 |
2438 | 2025-02-07T09:25:02.597Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2439 | 2025-02-07T09:25:02.633Z | Compiling smoltcp v0.11.0 |
2440 | 2025-02-07T09:25:02.664Z | Compiling backoff v0.4.0 |
2441 | 2025-02-07T09:25:02.697Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2442 | 2025-02-07T09:25:02.893Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2443 | 2025-02-07T09:25:02.896Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2444 | 2025-02-07T09:25:02.986Z | Compiling dropshot v0.15.1 |
2445 | 2025-02-07T09:25:03.280Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2446 | 2025-02-07T09:25:03.316Z | Compiling serde_with v3.11.0 |
2447 | 2025-02-07T09:25:03.425Z | Compiling parse-display v0.10.0 |
2448 | 2025-02-07T09:25:03.464Z | Checking num-rational v0.4.2 |
2449 | 2025-02-07T09:25:04.026Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2450 | 2025-02-07T09:25:04.105Z | Compiling progenitor-client v0.9.1 |
2451 | 2025-02-07T09:25:04.595Z | Compiling regress v0.9.1 |
2452 | 2025-02-07T09:25:04.631Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2453 | 2025-02-07T09:25:05.726Z | Compiling phf_generator v0.11.2 |
2454 | 2025-02-07T09:25:05.947Z | Checking num-complex v0.4.6 |
2455 | 2025-02-07T09:25:06.780Z | Compiling macaddr v1.0.1 |
2456 | 2025-02-07T09:25:07.222Z | Checking cobs v0.2.3 |
2457 | 2025-02-07T09:25:07.249Z | Checking num v0.4.3 |
2458 | 2025-02-07T09:25:07.363Z | Compiling phf_codegen v0.11.2 |
2459 | 2025-02-07T09:25:07.415Z | Checking postcard v1.0.10 |
2460 | 2025-02-07T09:25:07.683Z | Compiling parse-zoneinfo v0.3.1 |
2461 | 2025-02-07T09:25:07.984Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2462 | 2025-02-07T09:25:08.273Z | Checking float-ord v0.3.2 |
2463 | 2025-02-07T09:25:09.452Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2464 | 2025-02-07T09:25:09.477Z | Compiling convert_case v0.4.0 |
2465 | 2025-02-07T09:25:09.793Z | Compiling chrono-tz-build v0.4.0 |
2466 | 2025-02-07T09:25:10.302Z | Compiling derive_more v0.99.18 |
2467 | 2025-02-07T09:25:10.381Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2468 | 2025-02-07T09:25:10.468Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2469 | 2025-02-07T09:25:10.751Z | Compiling crucible-workspace-hack v0.1.0 |
2470 | 2025-02-07T09:25:11.029Z | Compiling chrono-tz v0.10.1 |
2471 | 2025-02-07T09:25:11.101Z | Checking newline-converter v0.3.0 |
2472 | 2025-02-07T09:25:11.275Z | Checking prettyplease v0.2.25 |
2473 | 2025-02-07T09:25:11.354Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2474 | 2025-02-07T09:25:11.669Z | Compiling slog-dtrace v0.3.0 |
2475 | 2025-02-07T09:25:11.964Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2476 | 2025-02-07T09:25:12.020Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2477 | 2025-02-07T09:25:12.185Z | Checking expectorate v1.1.0 |
2478 | 2025-02-07T09:25:12.357Z | Compiling zone_cfg_derive v0.3.0 |
2479 | 2025-02-07T09:25:12.638Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2480 | 2025-02-07T09:25:13.346Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2481 | 2025-02-07T09:25:13.646Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2482 | 2025-02-07T09:25:13.736Z | Compiling const_format_proc_macros v0.2.34 |
2483 | 2025-02-07T09:25:13.992Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2484 | 2025-02-07T09:25:14.009Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2485 | 2025-02-07T09:25:14.144Z | Compiling num-derive v0.4.2 |
2486 | 2025-02-07T09:25:14.339Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2487 | 2025-02-07T09:25:14.627Z | Checking highway v1.2.0 |
2488 | 2025-02-07T09:25:15.028Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2489 | 2025-02-07T09:25:15.050Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2490 | 2025-02-07T09:25:15.271Z | Checking zone v0.3.0 |
2491 | 2025-02-07T09:25:15.334Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2492 | 2025-02-07T09:25:15.668Z | Checking const_format v0.2.34 |
2493 | 2025-02-07T09:25:15.828Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2494 | 2025-02-07T09:25:16.037Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2495 | 2025-02-07T09:25:16.444Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2496 | 2025-02-07T09:25:16.630Z | Checking gethostname v0.5.0 |
2497 | 2025-02-07T09:25:16.759Z | Checking bcs v0.1.6 |
2498 | 2025-02-07T09:25:16.850Z | Compiling async-recursion v1.1.1 |
2499 | 2025-02-07T09:25:16.869Z | Checking nanorand v0.7.0 |
2500 | 2025-02-07T09:25:17.022Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2501 | 2025-02-07T09:25:17.069Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2502 | 2025-02-07T09:25:17.197Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2503 | 2025-02-07T09:25:17.228Z | Checking termtree v0.5.1 |
2504 | 2025-02-07T09:25:17.387Z | Checking flume v0.11.1 |
2505 | 2025-02-07T09:25:19.038Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2506 | 2025-02-07T09:25:23.376Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2507 | 2025-02-07T09:25:26.529Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2508 | 2025-02-07T09:25:28.922Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2509 | 2025-02-07T09:25:30.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s |
2510 | 2025-02-07T09:25:30.290Z | |
2511 | 2025-02-07T09:25:30.290Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2512 | 2025-02-07T09:25:30.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2025-02-07T09:25:30.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2025-02-07T09:25:30.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2025-02-07T09:25:30.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2516 | 2025-02-07T09:25:30.934Z | |
2517 | 2025-02-07T09:25:30.934Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2518 | 2025-02-07T09:25:31.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-02-07T09:25:31.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-02-07T09:25:31.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-02-07T09:25:31.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2522 | 2025-02-07T09:25:31.567Z | |
2523 | 2025-02-07T09:25:31.567Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2524 | 2025-02-07T09:25:32.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-02-07T09:25:32.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-02-07T09:25:32.207Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2527 | 2025-02-07T09:25:32.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2528 | 2025-02-07T09:25:32.992Z | |
2529 | 2025-02-07T09:25:32.992Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2530 | 2025-02-07T09:25:33.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-02-07T09:25:33.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-02-07T09:25:33.653Z | Compiling cfg_aliases v0.1.1 |
2533 | 2025-02-07T09:25:33.656Z | Compiling vte_generate_state_changes v0.1.2 |
2534 | 2025-02-07T09:25:33.656Z | Checking fd-lock v4.0.2 |
2535 | 2025-02-07T09:25:33.656Z | Checking nibble_vec v0.1.0 |
2536 | 2025-02-07T09:25:33.656Z | Checking endian-type v0.1.2 |
2537 | 2025-02-07T09:25:33.656Z | Checking bytecount v0.6.8 |
2538 | 2025-02-07T09:25:33.656Z | Compiling tabled_derive v0.7.0 |
2539 | 2025-02-07T09:25:33.767Z | Compiling peg-macros v0.8.4 |
2540 | 2025-02-07T09:25:33.843Z | Compiling nix v0.28.0 |
2541 | 2025-02-07T09:25:33.903Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2542 | 2025-02-07T09:25:33.925Z | Compiling sqlparser_derive v0.2.2 |
2543 | 2025-02-07T09:25:33.954Z | Checking radix_trie v0.2.1 |
2544 | 2025-02-07T09:25:33.969Z | Checking papergrid v0.11.0 |
2545 | 2025-02-07T09:25:34.333Z | Checking unicode_categories v0.1.1 |
2546 | 2025-02-07T09:25:34.377Z | Checking vte v0.11.1 |
2547 | 2025-02-07T09:25:34.641Z | Checking home v0.5.9 |
2548 | 2025-02-07T09:25:34.784Z | Checking nu-ansi-term v0.50.1 |
2549 | 2025-02-07T09:25:34.934Z | Checking sqlformat v0.2.6 |
2550 | 2025-02-07T09:25:34.958Z | Checking sqlparser v0.45.0 |
2551 | 2025-02-07T09:25:35.160Z | Checking display-error-chain v0.2.2 |
2552 | 2025-02-07T09:25:35.769Z | Checking strip-ansi-escapes v0.2.0 |
2553 | 2025-02-07T09:25:35.921Z | Checking reedline v0.35.0 |
2554 | 2025-02-07T09:25:36.001Z | Checking tabled v0.15.0 |
2555 | 2025-02-07T09:25:36.264Z | Checking peg v0.8.4 |
2556 | 2025-02-07T09:25:36.742Z | Checking rustyline v14.0.0 |
2557 | 2025-02-07T09:25:45.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s |
2558 | 2025-02-07T09:25:45.293Z | |
2559 | 2025-02-07T09:25:45.294Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2560 | 2025-02-07T09:25:45.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-02-07T09:25:45.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-02-07T09:25:45.957Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2563 | 2025-02-07T09:25:50.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2564 | 2025-02-07T09:25:51.105Z | |
2565 | 2025-02-07T09:25:51.106Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2566 | 2025-02-07T09:25:51.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-02-07T09:25:51.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-02-07T09:25:51.761Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2569 | 2025-02-07T09:25:55.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
2570 | 2025-02-07T09:25:55.376Z | |
2571 | 2025-02-07T09:25:55.376Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2572 | 2025-02-07T09:25:55.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-02-07T09:25:55.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-02-07T09:25:56.028Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2575 | 2025-02-07T09:26:00.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
2576 | 2025-02-07T09:26:00.857Z | |
2577 | 2025-02-07T09:26:00.858Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2578 | 2025-02-07T09:26:01.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-02-07T09:26:01.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-02-07T09:26:01.507Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2581 | 2025-02-07T09:26:06.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2582 | 2025-02-07T09:26:06.463Z | |
2583 | 2025-02-07T09:26:06.463Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2584 | 2025-02-07T09:26:07.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-02-07T09:26:07.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-02-07T09:26:07.113Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2587 | 2025-02-07T09:26:10.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
2588 | 2025-02-07T09:26:10.877Z | |
2589 | 2025-02-07T09:26:10.877Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2590 | 2025-02-07T09:26:11.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-02-07T09:26:11.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-02-07T09:26:11.531Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2593 | 2025-02-07T09:26:15.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
2594 | 2025-02-07T09:26:15.324Z | |
2595 | 2025-02-07T09:26:15.324Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2596 | 2025-02-07T09:26:15.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-02-07T09:26:15.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-02-07T09:26:15.984Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2025-02-07T09:26:20.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2600 | 2025-02-07T09:26:21.036Z | |
2601 | 2025-02-07T09:26:21.036Z | info: running `cargo check --bins` on oximeter (67/199) |
2602 | 2025-02-07T09:26:21.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-02-07T09:26:21.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-02-07T09:26:21.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-02-07T09:26:21.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2606 | 2025-02-07T09:26:21.644Z | |
2607 | 2025-02-07T09:26:21.644Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2608 | 2025-02-07T09:26:22.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-02-07T09:26:22.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-02-07T09:26:22.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-02-07T09:26:22.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2612 | 2025-02-07T09:26:22.231Z | |
2613 | 2025-02-07T09:26:22.231Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2614 | 2025-02-07T09:26:22.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-02-07T09:26:22.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-02-07T09:26:22.847Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2617 | 2025-02-07T09:26:24.827Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2618 | 2025-02-07T09:26:25.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
2619 | 2025-02-07T09:26:25.932Z | |
2620 | 2025-02-07T09:26:25.932Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2621 | 2025-02-07T09:26:26.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2025-02-07T09:26:26.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2025-02-07T09:26:26.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2025-02-07T09:26:26.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2625 | 2025-02-07T09:26:26.551Z | |
2626 | 2025-02-07T09:26:26.551Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2627 | 2025-02-07T09:26:27.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2025-02-07T09:26:27.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2025-02-07T09:26:27.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2025-02-07T09:26:27.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2631 | 2025-02-07T09:26:27.162Z | |
2632 | 2025-02-07T09:26:27.162Z | info: running `cargo check --bins` on oxql-types (72/199) |
2633 | 2025-02-07T09:26:27.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2025-02-07T09:26:27.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2025-02-07T09:26:27.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2025-02-07T09:26:27.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2637 | 2025-02-07T09:26:27.778Z | |
2638 | 2025-02-07T09:26:27.778Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2639 | 2025-02-07T09:26:28.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2025-02-07T09:26:28.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2025-02-07T09:26:28.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2025-02-07T09:26:28.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2643 | 2025-02-07T09:26:28.417Z | |
2644 | 2025-02-07T09:26:28.417Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2645 | 2025-02-07T09:26:28.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2025-02-07T09:26:28.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2025-02-07T09:26:28.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2025-02-07T09:26:28.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2649 | 2025-02-07T09:26:29.035Z | |
2650 | 2025-02-07T09:26:29.035Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2651 | 2025-02-07T09:26:29.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2025-02-07T09:26:29.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2025-02-07T09:26:29.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2025-02-07T09:26:29.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2655 | 2025-02-07T09:26:29.668Z | |
2656 | 2025-02-07T09:26:29.668Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2657 | 2025-02-07T09:26:30.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2025-02-07T09:26:30.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2025-02-07T09:26:30.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2025-02-07T09:26:30.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2661 | 2025-02-07T09:26:30.285Z | |
2662 | 2025-02-07T09:26:30.285Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2663 | 2025-02-07T09:26:30.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2025-02-07T09:26:30.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2025-02-07T09:26:30.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2025-02-07T09:26:30.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2667 | 2025-02-07T09:26:30.904Z | |
2668 | 2025-02-07T09:26:30.905Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2669 | 2025-02-07T09:26:31.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2025-02-07T09:26:31.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2025-02-07T09:26:31.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2025-02-07T09:26:31.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2673 | 2025-02-07T09:26:31.522Z | |
2674 | 2025-02-07T09:26:31.522Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2675 | 2025-02-07T09:26:32.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-02-07T09:26:32.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-02-07T09:26:32.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2025-02-07T09:26:32.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2679 | 2025-02-07T09:26:32.120Z | |
2680 | 2025-02-07T09:26:32.120Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2681 | 2025-02-07T09:26:32.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-02-07T09:26:32.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-02-07T09:26:32.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-02-07T09:26:32.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2685 | 2025-02-07T09:26:32.739Z | |
2686 | 2025-02-07T09:26:32.739Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2687 | 2025-02-07T09:26:33.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-02-07T09:26:33.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-02-07T09:26:33.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-02-07T09:26:33.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2691 | 2025-02-07T09:26:33.349Z | |
2692 | 2025-02-07T09:26:33.349Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2693 | 2025-02-07T09:26:33.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-02-07T09:26:33.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-02-07T09:26:33.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-02-07T09:26:33.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2697 | 2025-02-07T09:26:33.951Z | |
2698 | 2025-02-07T09:26:33.951Z | info: running `cargo check --bins` on dpd-client (83/199) |
2699 | 2025-02-07T09:26:34.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-02-07T09:26:34.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-02-07T09:26:34.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-02-07T09:26:34.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2703 | 2025-02-07T09:26:34.556Z | |
2704 | 2025-02-07T09:26:34.556Z | info: running `cargo check --bins` on gateway-client (84/199) |
2705 | 2025-02-07T09:26:35.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-02-07T09:26:35.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-02-07T09:26:35.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-02-07T09:26:35.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2709 | 2025-02-07T09:26:35.157Z | |
2710 | 2025-02-07T09:26:35.157Z | info: running `cargo check --bins` on installinator-client (85/199) |
2711 | 2025-02-07T09:26:35.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-02-07T09:26:35.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-02-07T09:26:35.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-02-07T09:26:35.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2715 | 2025-02-07T09:26:35.787Z | |
2716 | 2025-02-07T09:26:35.788Z | info: running `cargo check --bins` on installinator-common (86/199) |
2717 | 2025-02-07T09:26:36.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-02-07T09:26:36.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-02-07T09:26:36.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-02-07T09:26:36.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2721 | 2025-02-07T09:26:36.415Z | |
2722 | 2025-02-07T09:26:36.415Z | info: running `cargo check --bins` on update-engine (87/199) |
2723 | 2025-02-07T09:26:36.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-02-07T09:26:36.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-02-07T09:26:36.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2025-02-07T09:26:36.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2727 | 2025-02-07T09:26:37.011Z | |
2728 | 2025-02-07T09:26:37.011Z | info: running `cargo check --bins` on nexus-client (88/199) |
2729 | 2025-02-07T09:26:37.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-02-07T09:26:37.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-02-07T09:26:37.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2025-02-07T09:26:37.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2733 | 2025-02-07T09:26:37.647Z | |
2734 | 2025-02-07T09:26:37.647Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2735 | 2025-02-07T09:26:38.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-02-07T09:26:38.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-02-07T09:26:38.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2025-02-07T09:26:38.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2739 | 2025-02-07T09:26:38.272Z | |
2740 | 2025-02-07T09:26:38.272Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2741 | 2025-02-07T09:26:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-02-07T09:26:38.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-02-07T09:26:38.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2025-02-07T09:26:38.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2745 | 2025-02-07T09:26:38.872Z | |
2746 | 2025-02-07T09:26:38.872Z | info: running `cargo check --bins` on nexus-types (91/199) |
2747 | 2025-02-07T09:26:39.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-02-07T09:26:39.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-02-07T09:26:39.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-02-07T09:26:39.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2751 | 2025-02-07T09:26:39.509Z | |
2752 | 2025-02-07T09:26:39.509Z | info: running `cargo check --bins` on oxide-client (92/199) |
2753 | 2025-02-07T09:26:40.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-02-07T09:26:40.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-02-07T09:26:40.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-02-07T09:26:40.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2757 | 2025-02-07T09:26:40.106Z | |
2758 | 2025-02-07T09:26:40.106Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2759 | 2025-02-07T09:26:40.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-02-07T09:26:40.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-02-07T09:26:40.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-02-07T09:26:40.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2763 | 2025-02-07T09:26:40.715Z | |
2764 | 2025-02-07T09:26:40.715Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2765 | 2025-02-07T09:26:41.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-02-07T09:26:41.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-02-07T09:26:41.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-02-07T09:26:41.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2769 | 2025-02-07T09:26:41.317Z | |
2770 | 2025-02-07T09:26:41.317Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2771 | 2025-02-07T09:26:41.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-02-07T09:26:41.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-02-07T09:26:41.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-02-07T09:26:41.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2775 | 2025-02-07T09:26:41.942Z | |
2776 | 2025-02-07T09:26:41.942Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2777 | 2025-02-07T09:26:42.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-02-07T09:26:42.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-02-07T09:26:42.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-02-07T09:26:42.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2781 | 2025-02-07T09:26:42.596Z | |
2782 | 2025-02-07T09:26:42.596Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2783 | 2025-02-07T09:26:43.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-02-07T09:26:43.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-02-07T09:26:43.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-02-07T09:26:43.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2787 | 2025-02-07T09:26:43.233Z | |
2788 | 2025-02-07T09:26:43.233Z | info: running `cargo check --bins` on wicket-common (98/199) |
2789 | 2025-02-07T09:26:43.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-02-07T09:26:43.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-02-07T09:26:43.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-02-07T09:26:43.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2793 | 2025-02-07T09:26:43.867Z | |
2794 | 2025-02-07T09:26:43.867Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2795 | 2025-02-07T09:26:44.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-02-07T09:26:44.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-02-07T09:26:44.519Z | Checking csv-core v0.1.11 |
2798 | 2025-02-07T09:26:44.522Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2799 | 2025-02-07T09:26:44.522Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2800 | 2025-02-07T09:26:44.522Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2801 | 2025-02-07T09:26:44.812Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2802 | 2025-02-07T09:26:44.825Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2803 | 2025-02-07T09:26:44.844Z | Checking csv v1.3.1 |
2804 | 2025-02-07T09:26:45.392Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2805 | 2025-02-07T09:26:45.751Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2806 | 2025-02-07T09:26:47.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
2807 | 2025-02-07T09:26:47.469Z | |
2808 | 2025-02-07T09:26:47.469Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2809 | 2025-02-07T09:26:48.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-02-07T09:26:48.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-02-07T09:26:48.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-02-07T09:26:48.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2813 | 2025-02-07T09:26:48.082Z | |
2814 | 2025-02-07T09:26:48.082Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2815 | 2025-02-07T09:26:48.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-02-07T09:26:48.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-02-07T09:26:48.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-02-07T09:26:48.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2819 | 2025-02-07T09:26:48.692Z | |
2820 | 2025-02-07T09:26:48.692Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2821 | 2025-02-07T09:26:49.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-02-07T09:26:49.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-02-07T09:26:49.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-02-07T09:26:49.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2825 | 2025-02-07T09:26:49.406Z | |
2826 | 2025-02-07T09:26:49.406Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2827 | 2025-02-07T09:26:50.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-02-07T09:26:50.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-02-07T09:26:50.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-02-07T09:26:50.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2831 | 2025-02-07T09:26:50.119Z | |
2832 | 2025-02-07T09:26:50.119Z | info: running `cargo check --bins` on dns-server (104/199) |
2833 | 2025-02-07T09:26:50.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-02-07T09:26:50.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-02-07T09:26:50.749Z | Compiling typify-impl v0.3.0 |
2836 | 2025-02-07T09:26:50.857Z | Compiling parking_lot_core v0.8.6 |
2837 | 2025-02-07T09:26:50.869Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2838 | 2025-02-07T09:26:50.880Z | Checking fxhash v0.2.1 |
2839 | 2025-02-07T09:26:50.882Z | Checking hickory-client v0.24.2 |
2840 | 2025-02-07T09:26:50.906Z | Checking hickory-server v0.24.2 |
2841 | 2025-02-07T09:26:51.601Z | Checking parking_lot v0.11.2 |
2842 | 2025-02-07T09:26:51.616Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2843 | 2025-02-07T09:26:51.947Z | Checking sled v0.34.7 |
2844 | 2025-02-07T09:26:56.325Z | Compiling typify-macro v0.3.0 |
2845 | 2025-02-07T09:26:57.833Z | Compiling typify v0.3.0 |
2846 | 2025-02-07T09:26:57.901Z | Compiling progenitor-impl v0.9.1 |
2847 | 2025-02-07T09:27:00.226Z | Compiling progenitor-macro v0.9.1 |
2848 | 2025-02-07T09:27:03.878Z | Checking progenitor v0.9.1 |
2849 | 2025-02-07T09:27:04.005Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2850 | 2025-02-07T09:27:04.449Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2851 | 2025-02-07T09:27:05.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
2852 | 2025-02-07T09:27:05.841Z | |
2853 | 2025-02-07T09:27:05.841Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2854 | 2025-02-07T09:27:06.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2025-02-07T09:27:06.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2025-02-07T09:27:06.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2025-02-07T09:27:06.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2858 | 2025-02-07T09:27:06.468Z | |
2859 | 2025-02-07T09:27:06.468Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2860 | 2025-02-07T09:27:07.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2025-02-07T09:27:07.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2025-02-07T09:27:07.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2025-02-07T09:27:07.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2864 | 2025-02-07T09:27:07.134Z | |
2865 | 2025-02-07T09:27:07.134Z | info: running `cargo check --bins` on gateway-types (107/199) |
2866 | 2025-02-07T09:27:07.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2025-02-07T09:27:07.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2025-02-07T09:27:07.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2025-02-07T09:27:07.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2870 | 2025-02-07T09:27:07.750Z | |
2871 | 2025-02-07T09:27:07.750Z | info: running `cargo check --bins` on ipcc (108/199) |
2872 | 2025-02-07T09:27:08.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2025-02-07T09:27:08.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2025-02-07T09:27:08.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2025-02-07T09:27:08.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2876 | 2025-02-07T09:27:08.378Z | |
2877 | 2025-02-07T09:27:08.378Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2878 | 2025-02-07T09:27:08.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2025-02-07T09:27:08.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2025-02-07T09:27:09.075Z | Compiling semver v0.1.20 |
2881 | 2025-02-07T09:27:09.075Z | Compiling radium v0.7.0 |
2882 | 2025-02-07T09:27:09.192Z | Checking tap v1.0.1 |
2883 | 2025-02-07T09:27:09.196Z | Compiling maybe-uninit v2.0.0 |
2884 | 2025-02-07T09:27:09.213Z | Checking password-hash v0.5.0 |
2885 | 2025-02-07T09:27:09.215Z | Checking blake2 v0.10.6 |
2886 | 2025-02-07T09:27:09.215Z | Checking crc-catalog v2.4.0 |
2887 | 2025-02-07T09:27:09.215Z | Compiling cancel-safe-futures v0.1.5 |
2888 | 2025-02-07T09:27:09.325Z | Checking wyz v0.5.1 |
2889 | 2025-02-07T09:27:09.363Z | Compiling packed_struct v0.10.1 |
2890 | 2025-02-07T09:27:09.559Z | Compiling rustc_version v0.1.7 |
2891 | 2025-02-07T09:27:09.635Z | Checking funty v2.0.0 |
2892 | 2025-02-07T09:27:09.657Z | Compiling owo-colors v4.1.0 |
2893 | 2025-02-07T09:27:09.704Z | Checking argon2 v0.5.3 |
2894 | 2025-02-07T09:27:09.777Z | Checking crc v3.2.1 |
2895 | 2025-02-07T09:27:09.798Z | Compiling packed_struct_codegen v0.10.1 |
2896 | 2025-02-07T09:27:09.832Z | Compiling indexmap v1.9.3 |
2897 | 2025-02-07T09:27:09.931Z | Checking half v2.4.1 |
2898 | 2025-02-07T09:27:09.972Z | Compiling newtype_derive v0.1.6 |
2899 | 2025-02-07T09:27:10.066Z | Checking nodrop v0.1.14 |
2900 | 2025-02-07T09:27:10.123Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2901 | 2025-02-07T09:27:10.198Z | Checking ciborium-io v0.2.2 |
2902 | 2025-02-07T09:27:10.217Z | Checking array-init v0.0.4 |
2903 | 2025-02-07T09:27:10.373Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2904 | 2025-02-07T09:27:10.391Z | Checking ciborium-ll v0.2.2 |
2905 | 2025-02-07T09:27:10.421Z | Checking smallvec v0.6.14 |
2906 | 2025-02-07T09:27:10.438Z | Checking bitvec v1.0.1 |
2907 | 2025-02-07T09:27:10.454Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2908 | 2025-02-07T09:27:10.688Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2909 | 2025-02-07T09:27:10.792Z | Checking libsw v3.3.1 |
2910 | 2025-02-07T09:27:11.045Z | Compiling memoffset v0.9.1 |
2911 | 2025-02-07T09:27:11.079Z | Checking hashbrown v0.12.3 |
2912 | 2025-02-07T09:27:11.097Z | Checking bitfield v0.14.0 |
2913 | 2025-02-07T09:27:11.147Z | Checking indent_write v2.2.0 |
2914 | 2025-02-07T09:27:11.352Z | Checking swrite v0.1.0 |
2915 | 2025-02-07T09:27:11.370Z | Checking linear-map v1.2.0 |
2916 | 2025-02-07T09:27:11.386Z | Checking termcolor v1.4.1 |
2917 | 2025-02-07T09:27:11.631Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2918 | 2025-02-07T09:27:11.660Z | Checking ron v0.8.1 |
2919 | 2025-02-07T09:27:11.676Z | Checking serde-hex v0.1.0 |
2920 | 2025-02-07T09:27:11.803Z | Checking env_logger v0.10.2 |
2921 | 2025-02-07T09:27:11.820Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2922 | 2025-02-07T09:27:12.207Z | Checking ciborium v0.2.2 |
2923 | 2025-02-07T09:27:12.267Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2924 | 2025-02-07T09:27:12.841Z | Checking steno v0.4.1 |
2925 | 2025-02-07T09:27:12.859Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2926 | 2025-02-07T09:27:13.099Z | Checking hashbrown v0.13.2 |
2927 | 2025-02-07T09:27:13.116Z | Checking humantime v2.1.0 |
2928 | 2025-02-07T09:27:13.116Z | Checking crc-any v2.5.0 |
2929 | 2025-02-07T09:27:13.425Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2930 | 2025-02-07T09:27:13.495Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2931 | 2025-02-07T09:27:13.898Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2932 | 2025-02-07T09:27:13.962Z | Checking object v0.30.4 |
2933 | 2025-02-07T09:27:14.016Z | Checking path-slash v0.1.5 |
2934 | 2025-02-07T09:27:14.176Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2935 | 2025-02-07T09:27:14.284Z | Checking nix v0.27.1 |
2936 | 2025-02-07T09:27:14.562Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2937 | 2025-02-07T09:27:14.961Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2938 | 2025-02-07T09:27:15.237Z | Checking tungstenite v0.23.0 |
2939 | 2025-02-07T09:27:15.251Z | Checking kstat-rs v0.2.4 |
2940 | 2025-02-07T09:27:15.450Z | Checking signal-hook-tokio v0.3.1 |
2941 | 2025-02-07T09:27:15.574Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2942 | 2025-02-07T09:27:16.056Z | Checking tokio-tungstenite v0.23.1 |
2943 | 2025-02-07T09:27:16.384Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2944 | 2025-02-07T09:27:16.397Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2945 | 2025-02-07T09:27:16.746Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2946 | 2025-02-07T09:27:23.154Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2947 | 2025-02-07T09:27:24.479Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2948 | 2025-02-07T09:27:26.589Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2949 | 2025-02-07T09:27:31.673Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2950 | 2025-02-07T09:27:32.323Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2951 | 2025-02-07T09:27:34.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.52s |
2952 | 2025-02-07T09:27:35.093Z | |
2953 | 2025-02-07T09:27:35.093Z | info: running `cargo check --bins` on gateway-api (110/199) |
2954 | 2025-02-07T09:27:35.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2025-02-07T09:27:35.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2025-02-07T09:27:35.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2957 | 2025-02-07T09:27:35.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2958 | 2025-02-07T09:27:35.709Z | |
2959 | 2025-02-07T09:27:35.709Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2960 | 2025-02-07T09:27:36.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2025-02-07T09:27:36.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2025-02-07T09:27:36.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2025-02-07T09:27:36.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2964 | 2025-02-07T09:27:36.303Z | |
2965 | 2025-02-07T09:27:36.303Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2966 | 2025-02-07T09:27:36.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2025-02-07T09:27:36.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2025-02-07T09:27:36.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2969 | 2025-02-07T09:27:36.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2970 | 2025-02-07T09:27:36.922Z | |
2971 | 2025-02-07T09:27:36.922Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2972 | 2025-02-07T09:27:37.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2025-02-07T09:27:37.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2025-02-07T09:27:37.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2025-02-07T09:27:37.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2976 | 2025-02-07T09:27:37.539Z | |
2977 | 2025-02-07T09:27:37.539Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2978 | 2025-02-07T09:27:38.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2025-02-07T09:27:38.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2025-02-07T09:27:38.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2981 | 2025-02-07T09:27:38.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2982 | 2025-02-07T09:27:38.152Z | |
2983 | 2025-02-07T09:27:38.152Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2984 | 2025-02-07T09:27:38.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2025-02-07T09:27:38.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2025-02-07T09:27:38.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2025-02-07T09:27:38.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2988 | 2025-02-07T09:27:38.775Z | |
2989 | 2025-02-07T09:27:38.775Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2990 | 2025-02-07T09:27:39.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2025-02-07T09:27:39.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2025-02-07T09:27:39.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2025-02-07T09:27:39.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2994 | 2025-02-07T09:27:39.394Z | |
2995 | 2025-02-07T09:27:39.394Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
2996 | 2025-02-07T09:27:39.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2025-02-07T09:27:39.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2025-02-07T09:27:39.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2025-02-07T09:27:39.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3000 | 2025-02-07T09:27:40.006Z | |
3001 | 2025-02-07T09:27:40.006Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3002 | 2025-02-07T09:27:40.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2025-02-07T09:27:40.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2025-02-07T09:27:40.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2025-02-07T09:27:40.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3006 | 2025-02-07T09:27:40.650Z | |
3007 | 2025-02-07T09:27:40.650Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3008 | 2025-02-07T09:27:41.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2025-02-07T09:27:41.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2025-02-07T09:27:41.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3011 | 2025-02-07T09:27:41.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3012 | 2025-02-07T09:27:41.271Z | |
3013 | 2025-02-07T09:27:41.271Z | info: running `cargo check --bins` on sp-sim (120/199) |
3014 | 2025-02-07T09:27:41.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2025-02-07T09:27:41.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2025-02-07T09:27:41.900Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3017 | 2025-02-07T09:27:42.335Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3018 | 2025-02-07T09:27:43.962Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3019 | 2025-02-07T09:27:45.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3020 | 2025-02-07T09:27:45.748Z | |
3021 | 2025-02-07T09:27:45.748Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3022 | 2025-02-07T09:27:46.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-02-07T09:27:46.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-02-07T09:27:46.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-02-07T09:27:46.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3026 | 2025-02-07T09:27:46.410Z | |
3027 | 2025-02-07T09:27:46.410Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3028 | 2025-02-07T09:27:46.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-02-07T09:27:46.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-02-07T09:27:46.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-02-07T09:27:47.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3032 | 2025-02-07T09:27:47.078Z | |
3033 | 2025-02-07T09:27:47.078Z | info: running `cargo check --bins` on db-macros (123/199) |
3034 | 2025-02-07T09:27:47.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-02-07T09:27:47.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-02-07T09:27:47.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-02-07T09:27:47.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3038 | 2025-02-07T09:27:47.678Z | |
3039 | 2025-02-07T09:27:47.678Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3040 | 2025-02-07T09:27:48.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-02-07T09:27:48.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-02-07T09:27:48.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-02-07T09:27:48.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3044 | 2025-02-07T09:27:48.264Z | |
3045 | 2025-02-07T09:27:48.264Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3046 | 2025-02-07T09:27:48.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-02-07T09:27:48.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-02-07T09:27:48.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-02-07T09:27:48.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3050 | 2025-02-07T09:27:48.917Z | |
3051 | 2025-02-07T09:27:48.917Z | info: running `cargo check --bins` on authz-macros (126/199) |
3052 | 2025-02-07T09:27:49.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-02-07T09:27:49.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-02-07T09:27:49.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-02-07T09:27:49.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3056 | 2025-02-07T09:27:49.508Z | |
3057 | 2025-02-07T09:27:49.508Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3058 | 2025-02-07T09:27:50.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-02-07T09:27:50.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-02-07T09:27:50.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-02-07T09:27:50.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3062 | 2025-02-07T09:27:50.150Z | |
3063 | 2025-02-07T09:27:50.150Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3064 | 2025-02-07T09:27:50.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-02-07T09:27:50.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-02-07T09:27:50.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-02-07T09:27:50.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3068 | 2025-02-07T09:27:50.790Z | |
3069 | 2025-02-07T09:27:50.790Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3070 | 2025-02-07T09:27:51.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-02-07T09:27:51.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-02-07T09:27:51.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2025-02-07T09:27:51.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3074 | 2025-02-07T09:27:51.398Z | |
3075 | 2025-02-07T09:27:51.398Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3076 | 2025-02-07T09:27:51.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2025-02-07T09:27:51.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2025-02-07T09:27:51.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2025-02-07T09:27:51.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3080 | 2025-02-07T09:27:52.037Z | |
3081 | 2025-02-07T09:27:52.037Z | info: running `cargo check --bins` on typed-rng (131/199) |
3082 | 2025-02-07T09:27:52.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2025-02-07T09:27:52.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2025-02-07T09:27:52.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2025-02-07T09:27:52.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3086 | 2025-02-07T09:27:52.628Z | |
3087 | 2025-02-07T09:27:52.628Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3088 | 2025-02-07T09:27:53.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2025-02-07T09:27:53.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2025-02-07T09:27:53.347Z | Checking keccak v0.1.5 |
3091 | 2025-02-07T09:27:53.458Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3092 | 2025-02-07T09:27:53.461Z | Checking secrecy v0.8.0 |
3093 | 2025-02-07T09:27:53.461Z | Compiling unicase v2.7.0 |
3094 | 2025-02-07T09:27:53.479Z | Compiling same-file v1.0.6 |
3095 | 2025-02-07T09:27:53.481Z | Compiling tempfile v3.13.0 |
3096 | 2025-02-07T09:27:53.523Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3097 | 2025-02-07T09:27:53.526Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3098 | 2025-02-07T09:27:53.626Z | Compiling thiserror-impl-no-std v2.0.2 |
3099 | 2025-02-07T09:27:53.733Z | Checking sha3 v0.10.8 |
3100 | 2025-02-07T09:27:53.760Z | Compiling walkdir v2.5.0 |
3101 | 2025-02-07T09:27:53.797Z | Checking universal-hash v0.5.1 |
3102 | 2025-02-07T09:27:53.820Z | Compiling blake3 v1.5.4 |
3103 | 2025-02-07T09:27:53.954Z | Checking opaque-debug v0.3.1 |
3104 | 2025-02-07T09:27:53.988Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3105 | 2025-02-07T09:27:54.053Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3106 | 2025-02-07T09:27:54.070Z | Checking poly1305 v0.8.0 |
3107 | 2025-02-07T09:27:54.105Z | Checking chacha20 v0.9.1 |
3108 | 2025-02-07T09:27:54.243Z | Checking aead v0.5.2 |
3109 | 2025-02-07T09:27:54.277Z | Compiling memmap2 v0.9.5 |
3110 | 2025-02-07T09:27:54.406Z | Compiling arrayref v0.3.9 |
3111 | 2025-02-07T09:27:54.457Z | Compiling constant_time_eq v0.3.1 |
3112 | 2025-02-07T09:27:54.457Z | Compiling arrayvec v0.7.6 |
3113 | 2025-02-07T09:27:54.504Z | Compiling salty v0.3.0 |
3114 | 2025-02-07T09:27:54.553Z | Compiling libefi-sys v0.1.0 |
3115 | 2025-02-07T09:27:54.662Z | Checking chacha20poly1305 v0.10.1 |
3116 | 2025-02-07T09:27:54.718Z | Compiling toolchain_find v0.4.0 |
3117 | 2025-02-07T09:27:54.843Z | Compiling camino-tempfile v1.1.1 |
3118 | 2025-02-07T09:27:54.874Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3119 | 2025-02-07T09:27:54.910Z | Compiling bitfield-struct v0.6.2 |
3120 | 2025-02-07T09:27:55.212Z | Compiling topological-sort v0.2.2 |
3121 | 2025-02-07T09:27:55.280Z | Compiling mime_guess v2.0.5 |
3122 | 2025-02-07T09:27:55.297Z | Compiling rustfmt-wrapper v0.2.1 |
3123 | 2025-02-07T09:27:55.802Z | Compiling omicron-zone-package v0.12.0 |
3124 | 2025-02-07T09:27:55.869Z | Compiling progenitor v0.9.1 |
3125 | 2025-02-07T09:27:55.920Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3126 | 2025-02-07T09:27:56.089Z | Checking primeorder v0.13.6 |
3127 | 2025-02-07T09:27:56.211Z | Checking env_filter v0.1.2 |
3128 | 2025-02-07T09:27:56.238Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3129 | 2025-02-07T09:27:56.307Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3130 | 2025-02-07T09:27:56.382Z | Checking thiserror-no-std v2.0.2 |
3131 | 2025-02-07T09:27:56.458Z | Checking env_logger v0.11.5 |
3132 | 2025-02-07T09:27:56.507Z | Checking vsss-rs v3.3.4 |
3133 | 2025-02-07T09:27:56.524Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3134 | 2025-02-07T09:27:56.541Z | Checking p384 v0.13.0 |
3135 | 2025-02-07T09:27:56.543Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3136 | 2025-02-07T09:27:56.576Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3137 | 2025-02-07T09:27:56.806Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
3138 | 2025-02-07T09:27:56.852Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3139 | 2025-02-07T09:27:57.058Z | Checking bumpalo v3.16.0 |
3140 | 2025-02-07T09:27:57.075Z | Checking simd-adler32 v0.3.7 |
3141 | 2025-02-07T09:27:57.287Z | Compiling zip v2.1.3 |
3142 | 2025-02-07T09:27:57.399Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3143 | 2025-02-07T09:27:57.418Z | Checking http-range v0.1.5 |
3144 | 2025-02-07T09:27:57.573Z | Checking lockfree-object-pool v0.1.6 |
3145 | 2025-02-07T09:27:57.630Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3146 | 2025-02-07T09:27:57.648Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3147 | 2025-02-07T09:27:57.799Z | Checking zopfli v0.8.1 |
3148 | 2025-02-07T09:27:57.943Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3149 | 2025-02-07T09:27:58.477Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
3150 | 2025-02-07T09:27:58.504Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3151 | 2025-02-07T09:27:58.521Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3152 | 2025-02-07T09:27:58.556Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3153 | 2025-02-07T09:27:58.875Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3154 | 2025-02-07T09:27:59.064Z | Checking atty v0.2.14 |
3155 | 2025-02-07T09:27:59.206Z | Checking glob v0.3.2 |
3156 | 2025-02-07T09:27:59.221Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3157 | 2025-02-07T09:27:59.372Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3158 | 2025-02-07T09:27:59.527Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3159 | 2025-02-07T09:27:59.700Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3160 | 2025-02-07T09:28:00.078Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3161 | 2025-02-07T09:28:00.351Z | Checking hyper-staticfile v0.10.1 |
3162 | 2025-02-07T09:28:01.017Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3163 | 2025-02-07T09:28:01.350Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3164 | 2025-02-07T09:28:01.493Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3165 | 2025-02-07T09:28:01.549Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3166 | 2025-02-07T09:28:01.584Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3167 | 2025-02-07T09:28:01.754Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3168 | 2025-02-07T09:28:01.757Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3169 | 2025-02-07T09:28:01.992Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3170 | 2025-02-07T09:28:02.186Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3171 | 2025-02-07T09:28:02.572Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3172 | 2025-02-07T09:28:05.153Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3173 | 2025-02-07T09:28:05.153Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3174 | 2025-02-07T09:28:13.683Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-02-07T09:28:26.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s |
3176 | 2025-02-07T09:28:26.436Z | |
3177 | 2025-02-07T09:28:26.436Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3178 | 2025-02-07T09:28:27.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-02-07T09:28:27.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-02-07T09:28:27.162Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-02-07T09:28:40.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s |
3182 | 2025-02-07T09:28:40.198Z | |
3183 | 2025-02-07T09:28:40.198Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3184 | 2025-02-07T09:28:40.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-02-07T09:28:40.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-02-07T09:28:40.919Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-02-07T09:28:53.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
3188 | 2025-02-07T09:28:53.969Z | |
3189 | 2025-02-07T09:28:53.969Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3190 | 2025-02-07T09:28:54.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-02-07T09:28:54.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-02-07T09:28:54.697Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3193 | 2025-02-07T09:29:07.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
3194 | 2025-02-07T09:29:07.705Z | |
3195 | 2025-02-07T09:29:07.705Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3196 | 2025-02-07T09:29:08.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-02-07T09:29:08.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-02-07T09:29:08.423Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3199 | 2025-02-07T09:29:21.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s |
3200 | 2025-02-07T09:29:21.533Z | |
3201 | 2025-02-07T09:29:21.534Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3202 | 2025-02-07T09:29:22.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-02-07T09:29:22.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-02-07T09:29:22.255Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2025-02-07T09:29:35.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
3206 | 2025-02-07T09:29:35.267Z | |
3207 | 2025-02-07T09:29:35.267Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3208 | 2025-02-07T09:29:35.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-02-07T09:29:35.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-02-07T09:29:36.002Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3211 | 2025-02-07T09:29:48.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s |
3212 | 2025-02-07T09:29:48.921Z | |
3213 | 2025-02-07T09:29:48.921Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3214 | 2025-02-07T09:29:49.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-02-07T09:29:49.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-02-07T09:29:49.642Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3217 | 2025-02-07T09:30:02.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
3218 | 2025-02-07T09:30:02.703Z | |
3219 | 2025-02-07T09:30:02.703Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3220 | 2025-02-07T09:30:03.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-02-07T09:30:03.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-02-07T09:30:03.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-02-07T09:30:03.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3224 | 2025-02-07T09:30:03.347Z | |
3225 | 2025-02-07T09:30:03.347Z | info: running `cargo check --bins` on key-manager (141/199) |
3226 | 2025-02-07T09:30:03.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-02-07T09:30:03.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-02-07T09:30:03.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-02-07T09:30:03.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3230 | 2025-02-07T09:30:03.963Z | |
3231 | 2025-02-07T09:30:03.963Z | info: running `cargo check --bins` on range-requests (142/199) |
3232 | 2025-02-07T09:30:04.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-02-07T09:30:04.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-02-07T09:30:04.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-02-07T09:30:04.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3236 | 2025-02-07T09:30:04.572Z | |
3237 | 2025-02-07T09:30:04.572Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3238 | 2025-02-07T09:30:05.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-02-07T09:30:05.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-02-07T09:30:05.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-02-07T09:30:05.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3242 | 2025-02-07T09:30:05.191Z | |
3243 | 2025-02-07T09:30:05.191Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3244 | 2025-02-07T09:30:05.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-02-07T09:30:05.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-02-07T09:30:05.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-02-07T09:30:05.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3248 | 2025-02-07T09:30:05.844Z | |
3249 | 2025-02-07T09:30:05.844Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3250 | 2025-02-07T09:30:06.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-02-07T09:30:06.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-02-07T09:30:06.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-02-07T09:30:06.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3254 | 2025-02-07T09:30:06.438Z | |
3255 | 2025-02-07T09:30:06.438Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3256 | 2025-02-07T09:30:06.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-02-07T09:30:06.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-02-07T09:30:06.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-02-07T09:30:06.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3260 | 2025-02-07T09:30:07.069Z | |
3261 | 2025-02-07T09:30:07.069Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3262 | 2025-02-07T09:30:07.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-02-07T09:30:07.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-02-07T09:30:07.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-02-07T09:30:07.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3266 | 2025-02-07T09:30:07.706Z | |
3267 | 2025-02-07T09:30:07.706Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3268 | 2025-02-07T09:30:08.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-02-07T09:30:08.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-02-07T09:30:08.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-02-07T09:30:08.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3272 | 2025-02-07T09:30:08.342Z | |
3273 | 2025-02-07T09:30:08.342Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3274 | 2025-02-07T09:30:08.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-02-07T09:30:08.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-02-07T09:30:08.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-02-07T09:30:08.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3278 | 2025-02-07T09:30:08.995Z | |
3279 | 2025-02-07T09:30:08.995Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3280 | 2025-02-07T09:30:09.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-02-07T09:30:09.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-02-07T09:30:09.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-02-07T09:30:09.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3284 | 2025-02-07T09:30:09.649Z | |
3285 | 2025-02-07T09:30:09.649Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3286 | 2025-02-07T09:30:10.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-02-07T09:30:10.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-02-07T09:30:10.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2025-02-07T09:30:10.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3290 | 2025-02-07T09:30:10.293Z | |
3291 | 2025-02-07T09:30:10.293Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3292 | 2025-02-07T09:30:10.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-02-07T09:30:10.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-02-07T09:30:10.974Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3295 | 2025-02-07T09:30:10.974Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3296 | 2025-02-07T09:30:11.813Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3297 | 2025-02-07T09:30:13.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3298 | 2025-02-07T09:30:13.888Z | |
3299 | 2025-02-07T09:30:13.888Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3300 | 2025-02-07T09:30:14.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-02-07T09:30:14.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-02-07T09:30:14.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-02-07T09:30:14.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3304 | 2025-02-07T09:30:14.506Z | |
3305 | 2025-02-07T09:30:14.506Z | info: running `cargo check --bins` on cert-dev (154/199) |
3306 | 2025-02-07T09:30:15.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-02-07T09:30:15.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-02-07T09:30:15.108Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3309 | 2025-02-07T09:30:15.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3310 | 2025-02-07T09:30:15.545Z | |
3311 | 2025-02-07T09:30:15.545Z | info: running `cargo check --bins` on clickana (155/199) |
3312 | 2025-02-07T09:30:16.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-02-07T09:30:16.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-02-07T09:30:16.185Z | Checking castaway v0.2.3 |
3315 | 2025-02-07T09:30:16.188Z | Checking lru v0.12.5 |
3316 | 2025-02-07T09:30:16.188Z | Compiling instability v0.3.2 |
3317 | 2025-02-07T09:30:16.188Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3318 | 2025-02-07T09:30:16.188Z | Checking unicode-truncate v1.1.0 |
3319 | 2025-02-07T09:30:16.188Z | Checking cassowary v0.3.0 |
3320 | 2025-02-07T09:30:16.414Z | Checking compact_str v0.8.0 |
3321 | 2025-02-07T09:30:16.984Z | Checking ratatui v0.28.1 |
3322 | 2025-02-07T09:30:17.832Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3323 | 2025-02-07T09:30:18.930Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3324 | 2025-02-07T09:30:19.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3325 | 2025-02-07T09:30:19.890Z | |
3326 | 2025-02-07T09:30:19.890Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3327 | 2025-02-07T09:30:20.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2025-02-07T09:30:20.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2025-02-07T09:30:20.550Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3330 | 2025-02-07T09:30:20.550Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3331 | 2025-02-07T09:30:21.521Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3332 | 2025-02-07T09:30:21.957Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3333 | 2025-02-07T09:30:22.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
3334 | 2025-02-07T09:30:22.482Z | |
3335 | 2025-02-07T09:30:22.482Z | info: running `cargo check --bins` on ch-dev (157/199) |
3336 | 2025-02-07T09:30:23.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-02-07T09:30:23.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-02-07T09:30:23.130Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3339 | 2025-02-07T09:30:23.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3340 | 2025-02-07T09:30:23.989Z | |
3341 | 2025-02-07T09:30:23.989Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3342 | 2025-02-07T09:30:24.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-02-07T09:30:24.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-02-07T09:30:24.629Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3345 | 2025-02-07T09:30:24.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3346 | 2025-02-07T09:30:25.143Z | |
3347 | 2025-02-07T09:30:25.143Z | info: running `cargo check --bins` on db-dev (159/199) |
3348 | 2025-02-07T09:30:25.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2025-02-07T09:30:25.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2025-02-07T09:30:25.791Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3351 | 2025-02-07T09:30:26.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3352 | 2025-02-07T09:30:26.671Z | |
3353 | 2025-02-07T09:30:26.671Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3354 | 2025-02-07T09:30:27.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2025-02-07T09:30:27.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2025-02-07T09:30:27.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3357 | 2025-02-07T09:30:27.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3358 | 2025-02-07T09:30:27.299Z | |
3359 | 2025-02-07T09:30:27.299Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3360 | 2025-02-07T09:30:27.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2025-02-07T09:30:27.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2025-02-07T09:30:27.904Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3363 | 2025-02-07T09:30:28.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3364 | 2025-02-07T09:30:28.896Z | |
3365 | 2025-02-07T09:30:28.896Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3366 | 2025-02-07T09:30:29.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2025-02-07T09:30:29.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2025-02-07T09:30:29.503Z | Checking cargo-platform v0.1.8 |
3369 | 2025-02-07T09:30:29.773Z | Checking cargo_metadata v0.18.1 |
3370 | 2025-02-07T09:30:30.699Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3371 | 2025-02-07T09:30:31.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3372 | 2025-02-07T09:30:31.657Z | |
3373 | 2025-02-07T09:30:31.657Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3374 | 2025-02-07T09:30:32.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2025-02-07T09:30:32.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2025-02-07T09:30:32.353Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3377 | 2025-02-07T09:30:33.718Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3378 | 2025-02-07T09:30:34.252Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3379 | 2025-02-07T09:30:34.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
3380 | 2025-02-07T09:30:34.951Z | |
3381 | 2025-02-07T09:30:34.951Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3382 | 2025-02-07T09:30:35.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2025-02-07T09:30:35.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2025-02-07T09:30:35.723Z | Compiling crunchy v0.2.2 |
3385 | 2025-02-07T09:30:35.723Z | Compiling tiny-keccak v2.0.2 |
3386 | 2025-02-07T09:30:35.726Z | Compiling dsl_auto_type v0.1.2 |
3387 | 2025-02-07T09:30:35.726Z | Checking scheduled-thread-pool v0.2.7 |
3388 | 2025-02-07T09:30:35.726Z | Compiling diesel_table_macro_syntax v0.2.0 |
3389 | 2025-02-07T09:30:35.873Z | Compiling ascii-canvas v3.0.0 |
3390 | 2025-02-07T09:30:35.876Z | Compiling ena v0.14.3 |
3391 | 2025-02-07T09:30:35.887Z | Compiling regex-syntax v0.6.29 |
3392 | 2025-02-07T09:30:36.048Z | Checking r2d2 v0.8.10 |
3393 | 2025-02-07T09:30:36.127Z | Compiling diff v0.1.13 |
3394 | 2025-02-07T09:30:36.270Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3395 | 2025-02-07T09:30:36.288Z | Compiling ref-cast v1.0.23 |
3396 | 2025-02-07T09:30:36.357Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3397 | 2025-02-07T09:30:36.360Z | Compiling derive_builder_core v0.20.2 |
3398 | 2025-02-07T09:30:36.522Z | Compiling libxml v0.3.3 |
3399 | 2025-02-07T09:30:36.634Z | Compiling ref-cast-impl v1.0.23 |
3400 | 2025-02-07T09:30:36.653Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3401 | 2025-02-07T09:30:36.901Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3402 | 2025-02-07T09:30:36.920Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3403 | 2025-02-07T09:30:37.119Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3404 | 2025-02-07T09:30:37.141Z | Compiling strum_macros v0.24.3 |
3405 | 2025-02-07T09:30:37.188Z | Compiling samael v0.0.17 |
3406 | 2025-02-07T09:30:37.209Z | Compiling diesel_derives v2.2.3 |
3407 | 2025-02-07T09:30:37.471Z | Compiling indoc v1.0.9 |
3408 | 2025-02-07T09:30:38.352Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3409 | 2025-02-07T09:30:38.530Z | Compiling derive_builder_macro v0.20.2 |
3410 | 2025-02-07T09:30:38.640Z | Compiling oso-derive v0.27.3 |
3411 | 2025-02-07T09:30:39.377Z | Compiling lalrpop v0.19.12 |
3412 | 2025-02-07T09:30:39.413Z | Checking derive_builder v0.20.2 |
3413 | 2025-02-07T09:30:39.573Z | Compiling impl-trait-for-tuples v0.2.2 |
3414 | 2025-02-07T09:30:39.593Z | Checking quick-xml v0.33.0 |
3415 | 2025-02-07T09:30:40.011Z | Compiling diesel-dtrace v0.4.2 |
3416 | 2025-02-07T09:30:40.325Z | Checking maplit v1.0.2 |
3417 | 2025-02-07T09:30:40.450Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3418 | 2025-02-07T09:30:40.469Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3419 | 2025-02-07T09:30:40.751Z | Checking bb8 v0.8.5 |
3420 | 2025-02-07T09:30:40.954Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3421 | 2025-02-07T09:30:41.251Z | Checking rand_seeder v0.3.0 |
3422 | 2025-02-07T09:30:41.289Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3423 | 2025-02-07T09:30:41.316Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3424 | 2025-02-07T09:30:41.506Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3425 | 2025-02-07T09:30:41.708Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3426 | 2025-02-07T09:30:42.027Z | Checking is_ci v1.2.0 |
3427 | 2025-02-07T09:30:42.047Z | Checking smawk v0.3.2 |
3428 | 2025-02-07T09:30:42.178Z | Checking unicode-linebreak v0.1.5 |
3429 | 2025-02-07T09:30:42.266Z | Checking supports-color v3.0.1 |
3430 | 2025-02-07T09:30:42.507Z | Checking multimap v0.10.0 |
3431 | 2025-02-07T09:30:42.630Z | Checking textwrap v0.16.1 |
3432 | 2025-02-07T09:30:43.432Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3433 | 2025-02-07T09:30:45.447Z | Checking diesel v2.2.6 |
3434 | 2025-02-07T09:31:09.471Z | Compiling polar-core v0.27.3 |
3435 | 2025-02-07T09:31:10.243Z | Checking async-bb8-diesel v0.2.1 |
3436 | 2025-02-07T09:31:16.676Z | Checking oso v0.27.3 |
3437 | 2025-02-07T09:32:15.577Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3438 | 2025-02-07T09:32:21.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
3439 | 2025-02-07T09:32:22.003Z | |
3440 | 2025-02-07T09:32:22.003Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3441 | 2025-02-07T09:32:22.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-02-07T09:32:22.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-02-07T09:32:22.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3444 | 2025-02-07T09:32:22.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3445 | 2025-02-07T09:32:22.668Z | |
3446 | 2025-02-07T09:32:22.668Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3447 | 2025-02-07T09:32:23.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2025-02-07T09:32:23.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2025-02-07T09:32:23.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3450 | 2025-02-07T09:32:23.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3451 | 2025-02-07T09:32:23.327Z | |
3452 | 2025-02-07T09:32:23.327Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3453 | 2025-02-07T09:32:23.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2025-02-07T09:32:23.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2025-02-07T09:32:23.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3456 | 2025-02-07T09:32:23.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3457 | 2025-02-07T09:32:23.930Z | |
3458 | 2025-02-07T09:32:23.930Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3459 | 2025-02-07T09:32:24.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2025-02-07T09:32:24.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2025-02-07T09:32:24.730Z | Compiling libz-sys v1.1.20 |
3462 | 2025-02-07T09:32:24.732Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3463 | 2025-02-07T09:32:24.859Z | Compiling vergen v8.3.2 |
3464 | 2025-02-07T09:32:24.861Z | Compiling cargo-platform v0.1.8 |
3465 | 2025-02-07T09:32:24.862Z | Compiling pin-project-internal v1.1.6 |
3466 | 2025-02-07T09:32:24.894Z | Compiling libsqlite3-sys v0.30.1 |
3467 | 2025-02-07T09:32:24.897Z | Compiling snafu-derive v0.8.5 |
3468 | 2025-02-07T09:32:24.897Z | Compiling cfg_aliases v0.2.1 |
3469 | 2025-02-07T09:32:25.034Z | Compiling rustls v0.21.12 |
3470 | 2025-02-07T09:32:25.158Z | Compiling cargo_metadata v0.18.1 |
3471 | 2025-02-07T09:32:25.298Z | Compiling buf-list v1.0.3 |
3472 | 2025-02-07T09:32:25.402Z | Compiling nix v0.29.0 |
3473 | 2025-02-07T09:32:25.407Z | Checking globset v0.4.15 |
3474 | 2025-02-07T09:32:25.543Z | Checking olpc-cjson v0.1.4 |
3475 | 2025-02-07T09:32:25.773Z | Checking rustls-webpki v0.101.7 |
3476 | 2025-02-07T09:32:25.919Z | Checking sct v0.7.1 |
3477 | 2025-02-07T09:32:25.939Z | Checking serde_plain v1.0.2 |
3478 | 2025-02-07T09:32:26.131Z | Checking typed-path v0.9.3 |
3479 | 2025-02-07T09:32:26.506Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3480 | 2025-02-07T09:32:26.708Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3481 | 2025-02-07T09:32:26.787Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3482 | 2025-02-07T09:32:26.983Z | Checking hashlink v0.9.1 |
3483 | 2025-02-07T09:32:27.049Z | Checking fallible-streaming-iterator v0.1.9 |
3484 | 2025-02-07T09:32:27.284Z | Checking fallible-iterator v0.3.0 |
3485 | 2025-02-07T09:32:27.541Z | Checking parse-size v1.1.0 |
3486 | 2025-02-07T09:32:27.613Z | Checking pin-project v1.1.6 |
3487 | 2025-02-07T09:32:27.801Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3488 | 2025-02-07T09:32:27.843Z | Checking rusqlite v0.32.1 |
3489 | 2025-02-07T09:32:27.938Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3490 | 2025-02-07T09:32:28.226Z | Checking rustls-pemfile v1.0.4 |
3491 | 2025-02-07T09:32:28.229Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3492 | 2025-02-07T09:32:28.436Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3493 | 2025-02-07T09:32:28.753Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3494 | 2025-02-07T09:32:28.791Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3495 | 2025-02-07T09:32:28.928Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3496 | 2025-02-07T09:32:28.943Z | Checking twox-hash v2.1.0 |
3497 | 2025-02-07T09:32:29.055Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3498 | 2025-02-07T09:32:29.238Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3499 | 2025-02-07T09:32:29.358Z | Checking tokio-rustls v0.24.1 |
3500 | 2025-02-07T09:32:29.512Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3501 | 2025-02-07T09:32:29.736Z | Checking snafu v0.8.5 |
3502 | 2025-02-07T09:32:30.051Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3503 | 2025-02-07T09:32:30.176Z | Checking tough v0.19.0 |
3504 | 2025-02-07T09:32:30.435Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3505 | 2025-02-07T09:32:30.491Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3506 | 2025-02-07T09:32:30.883Z | Checking fatfs v0.3.6 |
3507 | 2025-02-07T09:32:31.000Z | Checking assert_matches v1.5.0 |
3508 | 2025-02-07T09:32:34.191Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3509 | 2025-02-07T09:32:35.352Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3510 | 2025-02-07T09:32:37.041Z | Compiling git2 v0.19.0 |
3511 | 2025-02-07T09:32:41.070Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3512 | 2025-02-07T09:33:34.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3513 | 2025-02-07T09:33:35.182Z | |
3514 | 2025-02-07T09:33:35.182Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3515 | 2025-02-07T09:33:35.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-02-07T09:33:35.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-02-07T09:33:35.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-02-07T09:33:35.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3519 | 2025-02-07T09:33:35.874Z | |
3520 | 2025-02-07T09:33:35.874Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3521 | 2025-02-07T09:33:36.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-02-07T09:33:36.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-02-07T09:33:36.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-02-07T09:33:36.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3525 | 2025-02-07T09:33:36.466Z | |
3526 | 2025-02-07T09:33:36.466Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3527 | 2025-02-07T09:33:37.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-02-07T09:33:37.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-02-07T09:33:37.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-02-07T09:33:37.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3531 | 2025-02-07T09:33:37.116Z | |
3532 | 2025-02-07T09:33:37.116Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3533 | 2025-02-07T09:33:37.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-02-07T09:33:37.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-02-07T09:33:37.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-02-07T09:33:37.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3537 | 2025-02-07T09:33:37.788Z | |
3538 | 2025-02-07T09:33:37.788Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3539 | 2025-02-07T09:33:38.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-02-07T09:33:38.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-02-07T09:33:38.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-02-07T09:33:38.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3543 | 2025-02-07T09:33:38.461Z | |
3544 | 2025-02-07T09:33:38.461Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3545 | 2025-02-07T09:33:39.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-02-07T09:33:39.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-02-07T09:33:39.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-02-07T09:33:39.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3549 | 2025-02-07T09:33:39.125Z | |
3550 | 2025-02-07T09:33:39.125Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3551 | 2025-02-07T09:33:39.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-02-07T09:33:39.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-02-07T09:33:39.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-02-07T09:33:39.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3555 | 2025-02-07T09:33:39.800Z | |
3556 | 2025-02-07T09:33:39.800Z | info: running `cargo check --bins` on update-common (176/199) |
3557 | 2025-02-07T09:33:40.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-02-07T09:33:40.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-02-07T09:33:40.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2025-02-07T09:33:40.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3561 | 2025-02-07T09:33:40.432Z | |
3562 | 2025-02-07T09:33:40.432Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3563 | 2025-02-07T09:33:40.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2025-02-07T09:33:40.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2025-02-07T09:33:40.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3566 | 2025-02-07T09:33:40.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3567 | 2025-02-07T09:33:41.061Z | |
3568 | 2025-02-07T09:33:41.061Z | info: running `cargo check --bins` on tufaceous (178/199) |
3569 | 2025-02-07T09:33:41.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-02-07T09:33:41.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-02-07T09:33:41.718Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3572 | 2025-02-07T09:33:42.000Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3573 | 2025-02-07T09:33:42.965Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3574 | 2025-02-07T09:33:43.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
3575 | 2025-02-07T09:33:43.926Z | |
3576 | 2025-02-07T09:33:43.926Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3577 | 2025-02-07T09:33:44.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-02-07T09:33:44.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-02-07T09:33:44.769Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3580 | 2025-02-07T09:33:44.772Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3581 | 2025-02-07T09:33:44.911Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3582 | 2025-02-07T09:33:44.914Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3583 | 2025-02-07T09:33:45.888Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3584 | 2025-02-07T09:34:11.463Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3585 | 2025-02-07T09:34:11.466Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3586 | 2025-02-07T09:34:11.466Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3587 | 2025-02-07T09:34:11.466Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3588 | 2025-02-07T09:34:11.466Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3589 | 2025-02-07T09:34:11.466Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3590 | 2025-02-07T09:34:12.330Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3591 | 2025-02-07T09:34:13.493Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3592 | 2025-02-07T09:34:52.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3593 | 2025-02-07T09:34:53.051Z | |
3594 | 2025-02-07T09:34:53.051Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3595 | 2025-02-07T09:34:53.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-02-07T09:34:53.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-02-07T09:34:53.738Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3598 | 2025-02-07T09:34:53.741Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3599 | 2025-02-07T09:34:53.741Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3600 | 2025-02-07T09:34:53.867Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3601 | 2025-02-07T09:34:53.870Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3602 | 2025-02-07T09:34:53.894Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3603 | 2025-02-07T09:34:53.897Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3604 | 2025-02-07T09:34:53.910Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3605 | 2025-02-07T09:34:54.061Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3606 | 2025-02-07T09:34:54.091Z | Checking heck v0.4.1 |
3607 | 2025-02-07T09:34:54.173Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3608 | 2025-02-07T09:34:54.325Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3609 | 2025-02-07T09:34:54.474Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3610 | 2025-02-07T09:34:54.715Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3611 | 2025-02-07T09:34:55.135Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3612 | 2025-02-07T09:34:55.325Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3613 | 2025-02-07T09:34:55.586Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3614 | 2025-02-07T09:34:56.538Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3615 | 2025-02-07T09:34:56.733Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3616 | 2025-02-07T09:34:57.346Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3617 | 2025-02-07T09:34:57.667Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3618 | 2025-02-07T09:34:59.055Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3619 | 2025-02-07T09:34:59.055Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3620 | 2025-02-07T09:35:00.943Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3621 | 2025-02-07T09:35:02.364Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3622 | 2025-02-07T09:35:07.768Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3623 | 2025-02-07T09:35:07.768Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3624 | 2025-02-07T09:35:08.939Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3625 | 2025-02-07T09:35:09.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
3626 | 2025-02-07T09:35:10.093Z | |
3627 | 2025-02-07T09:35:10.093Z | info: running `cargo check --bins` on installinator-api (181/199) |
3628 | 2025-02-07T09:35:10.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3629 | 2025-02-07T09:35:10.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3630 | 2025-02-07T09:35:10.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3631 | 2025-02-07T09:35:10.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3632 | 2025-02-07T09:35:10.731Z | |
3633 | 2025-02-07T09:35:10.731Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3634 | 2025-02-07T09:35:11.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3635 | 2025-02-07T09:35:11.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3636 | 2025-02-07T09:35:11.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3637 | 2025-02-07T09:35:11.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3638 | 2025-02-07T09:35:11.378Z | |
3639 | 2025-02-07T09:35:11.379Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3640 | 2025-02-07T09:35:11.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-02-07T09:35:11.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-02-07T09:35:11.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3643 | 2025-02-07T09:35:11.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3644 | 2025-02-07T09:35:11.978Z | |
3645 | 2025-02-07T09:35:11.978Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3646 | 2025-02-07T09:35:12.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3647 | 2025-02-07T09:35:12.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3648 | 2025-02-07T09:35:12.662Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3649 | 2025-02-07T09:35:12.662Z | Compiling petname v2.0.2 |
3650 | 2025-02-07T09:35:12.664Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3651 | 2025-02-07T09:35:12.665Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3652 | 2025-02-07T09:35:12.665Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3653 | 2025-02-07T09:35:12.665Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3654 | 2025-02-07T09:35:12.665Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3655 | 2025-02-07T09:35:12.794Z | Checking sync-ptr v0.1.1 |
3656 | 2025-02-07T09:35:17.747Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3657 | 2025-02-07T09:35:18.343Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3658 | 2025-02-07T09:35:19.503Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3659 | 2025-02-07T09:35:20.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s |
3660 | 2025-02-07T09:35:21.161Z | |
3661 | 2025-02-07T09:35:21.161Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3662 | 2025-02-07T09:35:21.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3663 | 2025-02-07T09:35:21.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3664 | 2025-02-07T09:35:21.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3665 | 2025-02-07T09:35:21.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3666 | 2025-02-07T09:35:21.815Z | |
3667 | 2025-02-07T09:35:21.815Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3668 | 2025-02-07T09:35:22.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3669 | 2025-02-07T09:35:22.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3670 | 2025-02-07T09:35:22.476Z | Checking memmap2 v0.9.5 |
3671 | 2025-02-07T09:35:22.476Z | Checking arrayref v0.3.9 |
3672 | 2025-02-07T09:35:22.479Z | Checking arrayvec v0.7.6 |
3673 | 2025-02-07T09:35:22.479Z | Checking constant_time_eq v0.3.1 |
3674 | 2025-02-07T09:35:22.479Z | Checking topological-sort v0.2.2 |
3675 | 2025-02-07T09:35:22.592Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3676 | 2025-02-07T09:35:22.595Z | Checking shell-words v1.1.0 |
3677 | 2025-02-07T09:35:22.844Z | Checking blake3 v1.5.4 |
3678 | 2025-02-07T09:35:23.172Z | Checking omicron-zone-package v0.12.0 |
3679 | 2025-02-07T09:35:24.277Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3680 | 2025-02-07T09:35:25.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
3681 | 2025-02-07T09:35:25.354Z | |
3682 | 2025-02-07T09:35:25.354Z | info: running `cargo check --bins` on xtask (187/199) |
3683 | 2025-02-07T09:35:25.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3684 | 2025-02-07T09:35:25.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3685 | 2025-02-07T09:35:25.782Z | Checking bitflags v2.6.0 |
3686 | 2025-02-07T09:35:25.785Z | Checking serde v1.0.217 |
3687 | 2025-02-07T09:35:25.785Z | Checking thiserror v1.0.69 |
3688 | 2025-02-07T09:35:25.876Z | Checking scroll v0.12.0 |
3689 | 2025-02-07T09:35:25.885Z | Checking log v0.4.22 |
3690 | 2025-02-07T09:35:25.888Z | Checking hashbrown v0.15.1 |
3691 | 2025-02-07T09:35:25.888Z | Checking zerocopy v0.7.35 |
3692 | 2025-02-07T09:35:25.922Z | Checking syn v2.0.96 |
3693 | 2025-02-07T09:35:25.973Z | Checking pest v2.7.14 |
3694 | 2025-02-07T09:35:26.104Z | Checking rustix v0.38.37 |
3695 | 2025-02-07T09:35:26.127Z | Checking once_cell v1.20.2 |
3696 | 2025-02-07T09:35:26.297Z | Checking goblin v0.8.2 |
3697 | 2025-02-07T09:35:26.424Z | Checking fs-err v2.11.0 |
3698 | 2025-02-07T09:35:26.713Z | Checking tabled v0.15.0 |
3699 | 2025-02-07T09:35:26.882Z | Checking indexmap v2.7.1 |
3700 | 2025-02-07T09:35:27.103Z | Checking anyhow v1.0.95 |
3701 | 2025-02-07T09:35:27.880Z | Checking terminal_size v0.4.0 |
3702 | 2025-02-07T09:35:27.883Z | Checking tempfile v3.13.0 |
3703 | 2025-02-07T09:35:28.055Z | Checking clap_builder v4.5.27 |
3704 | 2025-02-07T09:35:28.305Z | Checking dtrace-parser v0.2.0 |
3705 | 2025-02-07T09:35:29.783Z | Checking serde_json v1.0.135 |
3706 | 2025-02-07T09:35:29.783Z | Checking toml_datetime v0.6.8 |
3707 | 2025-02-07T09:35:29.785Z | Checking serde_spanned v0.6.8 |
3708 | 2025-02-07T09:35:29.785Z | Checking camino v1.1.9 |
3709 | 2025-02-07T09:35:29.785Z | Checking semver v1.0.24 |
3710 | 2025-02-07T09:35:29.943Z | Checking cargo-platform v0.1.8 |
3711 | 2025-02-07T09:35:30.009Z | Checking macaddr v1.0.1 |
3712 | 2025-02-07T09:35:30.105Z | Checking toml_edit v0.22.22 |
3713 | 2025-02-07T09:35:30.176Z | Checking clap v4.5.27 |
3714 | 2025-02-07T09:35:30.279Z | Checking camino-tempfile v1.1.1 |
3715 | 2025-02-07T09:35:30.940Z | Checking dof v0.3.0 |
3716 | 2025-02-07T09:35:30.940Z | Checking cargo_metadata v0.18.1 |
3717 | 2025-02-07T09:35:31.326Z | Checking usdt-impl v0.5.0 |
3718 | 2025-02-07T09:35:31.679Z | Checking usdt v0.5.0 |
3719 | 2025-02-07T09:35:31.806Z | Checking toml v0.8.19 |
3720 | 2025-02-07T09:35:32.230Z | Checking cargo_toml v0.20.5 |
3721 | 2025-02-07T09:35:33.328Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3722 | 2025-02-07T09:35:33.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s |
3723 | 2025-02-07T09:35:34.030Z | |
3724 | 2025-02-07T09:35:34.030Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3725 | 2025-02-07T09:35:34.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3726 | 2025-02-07T09:35:34.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3727 | 2025-02-07T09:35:34.783Z | Checking polyval v0.6.2 |
3728 | 2025-02-07T09:35:34.897Z | Checking ctr v0.9.2 |
3729 | 2025-02-07T09:35:34.910Z | Checking ssh-encoding v0.2.0 |
3730 | 2025-02-07T09:35:34.913Z | Checking blowfish v0.9.1 |
3731 | 2025-02-07T09:35:34.936Z | Checking password-hash v0.4.2 |
3732 | 2025-02-07T09:35:34.951Z | Checking p521 v0.13.3 |
3733 | 2025-02-07T09:35:34.954Z | Checking p256 v0.13.2 |
3734 | 2025-02-07T09:35:34.985Z | Checking russh-cryptovec v0.7.3 |
3735 | 2025-02-07T09:35:35.118Z | Checking bcrypt-pbkdf v0.10.0 |
3736 | 2025-02-07T09:35:35.137Z | Checking ghash v0.5.1 |
3737 | 2025-02-07T09:35:35.155Z | Checking md5 v0.7.0 |
3738 | 2025-02-07T09:35:35.184Z | Checking num-bigint v0.4.6 |
3739 | 2025-02-07T09:35:35.226Z | Checking des v0.8.1 |
3740 | 2025-02-07T09:35:35.294Z | Checking aes-gcm v0.10.3 |
3741 | 2025-02-07T09:35:35.332Z | Checking pbkdf2 v0.11.0 |
3742 | 2025-02-07T09:35:35.388Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3743 | 2025-02-07T09:35:35.406Z | Checking hex-literal v0.4.1 |
3744 | 2025-02-07T09:35:35.446Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3745 | 2025-02-07T09:35:35.466Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3746 | 2025-02-07T09:35:35.525Z | Checking ssh-cipher v0.2.0 |
3747 | 2025-02-07T09:35:35.544Z | Checking internet-checksum v0.2.1 |
3748 | 2025-02-07T09:35:35.804Z | Checking ssh-key v0.6.6 |
3749 | 2025-02-07T09:35:36.055Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3750 | 2025-02-07T09:35:36.867Z | Checking russh-keys v0.45.0 |
3751 | 2025-02-07T09:35:37.678Z | Checking russh v0.45.0 |
3752 | 2025-02-07T09:35:54.355Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3753 | 2025-02-07T09:35:55.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.62s |
3754 | 2025-02-07T09:35:55.857Z | |
3755 | 2025-02-07T09:35:55.858Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3756 | 2025-02-07T09:35:56.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3757 | 2025-02-07T09:35:56.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3758 | 2025-02-07T09:35:56.495Z | Checking termios v0.3.3 |
3759 | 2025-02-07T09:35:56.712Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3760 | 2025-02-07T09:35:57.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3761 | 2025-02-07T09:35:57.669Z | |
3762 | 2025-02-07T09:35:57.669Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3763 | 2025-02-07T09:35:58.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3764 | 2025-02-07T09:35:58.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3765 | 2025-02-07T09:35:58.361Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3766 | 2025-02-07T09:35:58.361Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3767 | 2025-02-07T09:35:58.363Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3768 | 2025-02-07T09:35:58.363Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3769 | 2025-02-07T09:35:59.356Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3770 | 2025-02-07T09:36:00.563Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3771 | 2025-02-07T09:36:02.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3772 | 2025-02-07T09:36:02.460Z | |
3773 | 2025-02-07T09:36:02.460Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3774 | 2025-02-07T09:36:03.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3775 | 2025-02-07T09:36:03.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3776 | 2025-02-07T09:36:03.092Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3777 | 2025-02-07T09:36:03.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3778 | 2025-02-07T09:36:03.719Z | |
3779 | 2025-02-07T09:36:03.720Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3780 | 2025-02-07T09:36:04.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3781 | 2025-02-07T09:36:04.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3782 | 2025-02-07T09:36:04.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3783 | 2025-02-07T09:36:04.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3784 | 2025-02-07T09:36:04.322Z | |
3785 | 2025-02-07T09:36:04.322Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3786 | 2025-02-07T09:36:04.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3787 | 2025-02-07T09:36:04.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3788 | 2025-02-07T09:36:04.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3789 | 2025-02-07T09:36:04.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3790 | 2025-02-07T09:36:04.926Z | |
3791 | 2025-02-07T09:36:04.926Z | info: running `cargo check --bins` on omicron-package (194/199) |
3792 | 2025-02-07T09:36:05.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3793 | 2025-02-07T09:36:05.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3794 | 2025-02-07T09:36:05.587Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3795 | 2025-02-07T09:36:06.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3796 | 2025-02-07T09:36:07.094Z | |
3797 | 2025-02-07T09:36:07.094Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3798 | 2025-02-07T09:36:07.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3799 | 2025-02-07T09:36:07.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3800 | 2025-02-07T09:36:07.789Z | Checking rtoolbox v0.0.2 |
3801 | 2025-02-07T09:36:07.792Z | Checking tui-tree-widget v0.22.0 |
3802 | 2025-02-07T09:36:07.792Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3803 | 2025-02-07T09:36:08.018Z | Checking rpassword v7.3.1 |
3804 | 2025-02-07T09:36:11.698Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3805 | 2025-02-07T09:36:14.402Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3806 | 2025-02-07T09:36:15.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s |
3807 | 2025-02-07T09:36:15.693Z | |
3808 | 2025-02-07T09:36:15.693Z | info: running `cargo check --bins` on wicket (196/199) |
3809 | 2025-02-07T09:36:16.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-02-07T09:36:16.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-02-07T09:36:16.382Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3812 | 2025-02-07T09:36:16.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3813 | 2025-02-07T09:36:16.969Z | |
3814 | 2025-02-07T09:36:16.969Z | info: running `cargo check --bins` on wicketd (197/199) |
3815 | 2025-02-07T09:36:17.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3816 | 2025-02-07T09:36:17.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3817 | 2025-02-07T09:36:17.688Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3818 | 2025-02-07T09:36:17.688Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3819 | 2025-02-07T09:36:18.506Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3820 | 2025-02-07T09:36:22.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
3821 | 2025-02-07T09:36:22.340Z | |
3822 | 2025-02-07T09:36:22.340Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3823 | 2025-02-07T09:36:22.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3824 | 2025-02-07T09:36:22.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3825 | 2025-02-07T09:36:22.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3826 | 2025-02-07T09:36:22.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3827 | 2025-02-07T09:36:22.945Z | |
3828 | 2025-02-07T09:36:22.945Z | info: running `cargo check --bins` on zone-setup (199/199) |
3829 | 2025-02-07T09:36:23.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3830 | 2025-02-07T09:36:23.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3831 | 2025-02-07T09:36:23.669Z | Checking uzers v0.12.1 |
3832 | 2025-02-07T09:36:24.005Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3833 | 2025-02-07T09:36:25.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3834 | 2025-02-07T09:36:25.275Z | |
3835 | 2025-02-07T09:36:25.275Z | real 13:08.307814256 |
3836 | 2025-02-07T09:36:25.275Z | user 25:30.210411070 |
3837 | 2025-02-07T09:36:25.275Z | sys 4:07.499981510 |
3838 | 2025-02-07T09:36:25.278Z | trap 0.514926867 |
3839 | 2025-02-07T09:36:25.278Z | tflt 3.423444741 |
3840 | 2025-02-07T09:36:25.278Z | dflt 2.128399486 |
3841 | 2025-02-07T09:36:25.278Z | kflt 0.001514801 |
3842 | 2025-02-07T09:36:25.278Z | lock 44:57.402027181 |
3843 | 2025-02-07T09:36:25.278Z | slp 2:06:15.983527698 |
3844 | 2025-02-07T09:36:25.278Z | lat 1:06.241815999 |
3845 | 2025-02-07T09:36:25.278Z | stop 3:37.787690669 |
3846 | 2025-02-07T09:36:25.278Z | process exited: duration 1081603 ms, exit code 0 |
|
3847 | 2025-02-07T09:36:25.284Z | found 0 output files |