|
|
|
1 | 2025-02-21T19:35:48.647Z | job assigned to worker 01JMN0338RJ2MPY6S2BNP8PK47 [factory aws, i-08e496d7fa4065ced] (queued for 55 s) |
|
2 | 2025-02-21T19:35:56.756Z | starting task 0: "setup" |
3 | 2025-02-21T19:35:56.763Z | ++ uname -s |
4 | 2025-02-21T19:35:56.765Z | + kern=SunOS |
5 | 2025-02-21T19:35:56.766Z | + build_user=build |
6 | 2025-02-21T19:35:56.766Z | + build_uid=12345 |
7 | 2025-02-21T19:35:56.766Z | + work_dir=/work |
8 | 2025-02-21T19:35:56.766Z | + input_dir=/input |
9 | 2025-02-21T19:35:56.766Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T19:35:56.766Z | + case "$kern" in |
11 | 2025-02-21T19:35:56.766Z | + groupadd -g 12345 build |
12 | 2025-02-21T19:35:56.768Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T19:35:58.775Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T19:35:58.910Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T19:35:58.912Z | + home_fs=zfs |
16 | 2025-02-21T19:35:58.912Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T19:35:58.912Z | + mkdir -p /home/build |
18 | 2025-02-21T19:35:58.915Z | + chown build:build /home/build /work |
19 | 2025-02-21T19:36:00.915Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T19:36:00.918Z | process exited: duration 4164 ms, exit code 0 |
|
21 | 2025-02-21T19:36:00.924Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T19:36:00.929Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T19:36:00.929Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T19:36:00.929Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T19:36:00.929Z | * rust toolchain profile = "default" |
26 | 2025-02-21T19:36:00.929Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T19:36:00.929Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T19:36:00.933Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T19:36:00.933Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T19:36:01.050Z | info: downloading installer |
31 | 2025-02-21T19:36:02.721Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T19:36:02.721Z | warning: /opt/ooce/bin |
33 | 2025-02-21T19:36:02.721Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T19:36:02.721Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T19:36:02.721Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T19:36:02.721Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T19:36:02.722Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T19:36:02.722Z | error: cannot install while Rust is installed |
39 | 2025-02-21T19:36:02.722Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T19:36:02.757Z | info: profile set to 'default' |
41 | 2025-02-21T19:36:02.757Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T19:36:02.761Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T19:36:02.913Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T19:36:02.913Z | info: downloading component 'cargo' |
45 | 2025-02-21T19:36:03.721Z | info: downloading component 'clippy' |
46 | 2025-02-21T19:36:04.029Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T19:36:05.245Z | info: downloading component 'rust-std' |
48 | 2025-02-21T19:36:07.027Z | info: downloading component 'rustc' |
49 | 2025-02-21T19:36:13.164Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T19:36:13.395Z | info: installing component 'cargo' |
51 | 2025-02-21T19:36:14.212Z | info: installing component 'clippy' |
52 | 2025-02-21T19:36:14.597Z | info: installing component 'rust-docs' |
53 | 2025-02-21T19:36:16.344Z | info: installing component 'rust-std' |
54 | 2025-02-21T19:36:18.220Z | info: installing component 'rustc' |
55 | 2025-02-21T19:36:24.042Z | info: installing component 'rustfmt' |
56 | 2025-02-21T19:36:24.373Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T19:36:24.373Z | |
58 | 2025-02-21T19:36:24.741Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T19:36:24.741Z | |
60 | 2025-02-21T19:36:24.744Z | |
61 | 2025-02-21T19:36:24.744Z | Rust is installed now. Great! |
62 | 2025-02-21T19:36:24.744Z | |
63 | 2025-02-21T19:36:24.744Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T19:36:24.744Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T19:36:24.744Z | |
66 | 2025-02-21T19:36:24.744Z | To configure your current shell, you need to source |
67 | 2025-02-21T19:36:24.744Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T19:36:24.744Z | |
69 | 2025-02-21T19:36:24.744Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T19:36:24.744Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T19:36:24.744Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T19:36:24.815Z | + rustup --version |
73 | 2025-02-21T19:36:24.822Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T19:36:24.822Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T19:36:24.903Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T19:36:24.910Z | + cargo --version |
77 | 2025-02-21T19:36:24.963Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T19:36:24.966Z | + rustc --version |
79 | 2025-02-21T19:36:25.029Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T19:36:25.032Z | process exited: duration 24124 ms, exit code 0 |
|
81 | 2025-02-21T19:36:25.038Z | starting task 2: "authentication" |
82 | 2025-02-21T19:36:25.060Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T19:36:25.067Z | starting task 3: "clone repository" |
84 | 2025-02-21T19:36:25.072Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T19:36:25.076Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T19:36:25.259Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T19:36:32.922Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T19:36:32.922Z | + git fetch origin 9190d809eca076a02bbbf43198be33902f59249d |
89 | 2025-02-21T19:36:33.257Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T19:36:33.257Z | * branch 9190d809eca076a02bbbf43198be33902f59249d -> FETCH_HEAD |
91 | 2025-02-21T19:36:33.270Z | + [[ -n affinity-db-crud ]] |
92 | 2025-02-21T19:36:33.273Z | ++ git branch --show-current |
93 | 2025-02-21T19:36:33.273Z | + current=main |
94 | 2025-02-21T19:36:33.273Z | + [[ main != affinity-db-crud ]] |
95 | 2025-02-21T19:36:33.273Z | + git branch -f affinity-db-crud 9190d809eca076a02bbbf43198be33902f59249d |
96 | 2025-02-21T19:36:33.275Z | + git checkout -f affinity-db-crud |
97 | 2025-02-21T19:36:33.463Z | Switched to branch 'affinity-db-crud' |
98 | 2025-02-21T19:36:33.466Z | + git reset --hard 9190d809eca076a02bbbf43198be33902f59249d |
99 | 2025-02-21T19:36:33.482Z | HEAD is now at 9190d809e Merge branch 'affinity-db-model' into affinity-db-crud |
100 | 2025-02-21T19:36:33.485Z | process exited: duration 8422 ms, exit code 0 |
|
101 | 2025-02-21T19:36:33.491Z | starting task 4: "build" |
102 | 2025-02-21T19:36:33.496Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T19:36:33.496Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T19:36:33.496Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T19:36:33.499Z | + cargo --version |
106 | 2025-02-21T19:36:33.549Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T19:36:33.552Z | + rustc --version |
108 | 2025-02-21T19:36:33.613Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T19:36:33.616Z | + source ./env.sh |
110 | 2025-02-21T19:36:33.616Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-21T19:36:33.616Z | ++ set -o xtrace |
112 | 2025-02-21T19:36:33.619Z | ++++ dirname ./env.sh |
113 | 2025-02-21T19:36:33.622Z | +++ readlink -f . |
114 | 2025-02-21T19:36:33.719Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ 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-21T19:36:33.725Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-21T19:36:33.725Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-21T19:36:33.725Z | + 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-21T19:36:33.725Z | + 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-21T19:36:33.726Z | + banner prerequisites |
128 | 2025-02-21T19:36:33.865Z | |
129 | 2025-02-21T19:36:33.865Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-21T19:36:33.865Z | # # # # # # # # # # # # # # # |
131 | 2025-02-21T19:36:33.865Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-21T19:36:33.865Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-21T19:36:33.865Z | # # # # # # # # # # # # # # # |
134 | 2025-02-21T19:36:33.869Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-21T19:36:33.869Z | |
136 | 2025-02-21T19:36:33.869Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-21T19:36:38.286Z | pkg list: illegal option -- F |
138 | 2025-02-21T19:36:38.286Z | Usage: |
139 | 2025-02-21T19:36:38.299Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-21T19:36:38.299Z | [pkg_fmri_pattern ...] |
141 | 2025-02-21T19:36:39.116Z | pkg list: illegal option -- F |
142 | 2025-02-21T19:36:39.116Z | Usage: |
143 | 2025-02-21T19:36:39.133Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-21T19:36:39.133Z | [pkg_fmri_pattern ...] |
145 | 2025-02-21T19:36:48.613Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-21T19:36:53.246Z | Startup: Caching catalogs ... Done |
147 | 2025-02-21T19:37:06.546Z | Planning: Solver setup ... Done (12.286s) |
148 | 2025-02-21T19:37:06.855Z | Planning: Running solver ... Done (0.152s) |
149 | 2025-02-21T19:37:07.367Z | Planning: Finding local manifests ... Done (0.567s) |
150 | 2025-02-21T19:37:07.464Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-21T19:37:08.354Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-21T19:37:09.079Z | Planning: Package planning ... Done (0.837s) |
153 | 2025-02-21T19:37:09.117Z | Planning: Merging actions ... Done (0.059s) |
154 | 2025-02-21T19:37:10.508Z | Planning: Checking for conflicting actions ... Done (1.398s) |
155 | 2025-02-21T19:37:20.370Z | Planning: Consolidating action changes ... Done (9.628s) |
156 | 2025-02-21T19:37:20.887Z | Planning: Evaluating mediators ... Done (0.409s) |
157 | 2025-02-21T19:37:21.423Z | Planning: Planning completed in 27.39 seconds |
158 | 2025-02-21T19:37:21.423Z | Packages to install: 4 |
159 | 2025-02-21T19:37:21.424Z | Packages to update: 3 |
160 | 2025-02-21T19:37:21.424Z | Mediators to change: 2 |
161 | 2025-02-21T19:37:21.424Z | Services to change: 1 |
162 | 2025-02-21T19:37:21.424Z | Estimated space available: 155.61 GB |
163 | 2025-02-21T19:37:21.424Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-21T19:37:21.424Z | Create boot environment: No |
165 | 2025-02-21T19:37:21.424Z | Create backup boot environment: Yes |
166 | 2025-02-21T19:37:21.424Z | Rebuild boot archive: No |
167 | 2025-02-21T19:37:21.424Z | |
168 | 2025-02-21T19:37:21.425Z | Changed mediators: |
169 | 2025-02-21T19:37:21.425Z | mediator clang: |
170 | 2025-02-21T19:37:21.425Z | version: None -> 15 (system default) |
171 | 2025-02-21T19:37:21.425Z | |
172 | 2025-02-21T19:37:21.426Z | mediator llvm: |
173 | 2025-02-21T19:37:21.426Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-21T19:37:21.426Z | |
175 | 2025-02-21T19:37:21.426Z | Changed packages: |
176 | 2025-02-21T19:37:21.426Z | helios-dev |
177 | 2025-02-21T19:37:21.426Z | developer/build-essential |
178 | 2025-02-21T19:37:21.426Z | None -> 11-2.0 |
179 | 2025-02-21T19:37:21.427Z | library/libxmlsec1 |
180 | 2025-02-21T19:37:21.427Z | None -> 1.2.35-2.0 |
181 | 2025-02-21T19:37:21.427Z | ooce/developer/clang-15 |
182 | 2025-02-21T19:37:21.427Z | None -> 15.0.7-2.0 |
183 | 2025-02-21T19:37:21.427Z | ooce/developer/llvm-15 |
184 | 2025-02-21T19:37:21.428Z | None -> 15.0.7-2.0 |
185 | 2025-02-21T19:37:21.428Z | package/pkg |
186 | 2025-02-21T19:37:21.428Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-21T19:37:21.428Z | system/library/g++-runtime |
188 | 2025-02-21T19:37:21.428Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-21T19:37:21.428Z | system/library/gcc-runtime |
190 | 2025-02-21T19:37:21.429Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-21T19:37:21.429Z | |
192 | 2025-02-21T19:37:21.429Z | Services: |
193 | 2025-02-21T19:37:21.429Z | restart_fmri: |
194 | 2025-02-21T19:37:21.430Z | svc:/system/update-man-index:default |
195 | 2025-02-21T19:37:21.430Z | |
196 | 2025-02-21T19:37:21.430Z | Editable files to change: |
197 | 2025-02-21T19:37:21.430Z | Update: |
198 | 2025-02-21T19:37:21.431Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-21T19:37:21.431Z | |
200 | 2025-02-21T19:37:21.431Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-21T19:37:26.228Z | Download: 253/4301 items 15.5/225.4MB 6% complete (3.2M/s) |
202 | 2025-02-21T19:37:31.282Z | Download: 862/4301 items 18.3/225.4MB 8% complete (1.8M/s) |
203 | 2025-02-21T19:37:37.547Z | Download: 1193/4301 items 83.2/225.4MB 36% complete (8.1M/s) |
204 | 2025-02-21T19:37:42.564Z | Download: 1849/4301 items 118.5/225.4MB 52% complete (6.5M/s) |
205 | 2025-02-21T19:37:47.560Z | Download: 2410/4301 items 120.1/225.4MB 53% complete (3.7M/s) |
206 | 2025-02-21T19:37:52.568Z | Download: 3009/4301 items 121.3/225.4MB 53% complete (292k/s) |
207 | 2025-02-21T19:37:57.575Z | Download: 3240/4301 items 192.5/225.4MB 85% complete (7.2M/s) |
208 | 2025-02-21T19:38:03.463Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
209 | 2025-02-21T19:38:08.468Z | Download: 3590/4301 items 215.9/225.4MB 95% complete (2.3M/s) |
210 | 2025-02-21T19:38:13.473Z | Download: 4204/4301 items 220.5/225.4MB 97% complete (2.1M/s) |
211 | 2025-02-21T19:38:18.494Z | Download: 4293/4301 items 224.6/225.4MB 99% complete (891k/s) |
212 | 2025-02-21T19:38:29.748Z | Download: 4298/4301 items 225.3/225.4MB 99% complete (857k/s) |
213 | 2025-02-21T19:38:29.758Z | Download: Completed 225.42 MB in 68.73 seconds (3.3M/s) |
214 | 2025-02-21T19:38:32.003Z | Actions: 1/5122 actions (Removing old actions) |
215 | 2025-02-21T19:38:32.024Z | Actions: 194/5122 actions (Installing new actions) |
216 | 2025-02-21T19:38:37.061Z | Actions: 4103/5122 actions (Installing new actions) |
217 | 2025-02-21T19:38:37.430Z | Actions: 4267/5122 actions (Updating modified actions) |
218 | 2025-02-21T19:38:37.934Z | Actions: Completed 5122 actions in 5.93 seconds. |
219 | 2025-02-21T19:38:38.167Z | Done (0.225s) |
220 | 2025-02-21T19:38:38.170Z | Done (0.001s) |
221 | 2025-02-21T19:38:38.776Z | Done (0.607s) |
222 | 2025-02-21T19:38:44.532Z | Done (5.531s) |
223 | 2025-02-21T19:38:44.817Z | Done (0.212s) |
224 | 2025-02-21T19:38:44.820Z | Done (0.000s) |
225 | 2025-02-21T19:38:44.978Z | Done (0.000s) |
226 | 2025-02-21T19:38:45.695Z | Planning: Evaluating mediator changes ... Done |
227 | 2025-02-21T19:38:45.856Z | Planning: Checking for conflicting actions ... Done |
228 | 2025-02-21T19:38:45.859Z | Planning: Consolidating action changes ... Done |
229 | 2025-02-21T19:38:46.134Z | Planning: Evaluating mediators ... Done |
230 | 2025-02-21T19:38:46.137Z | Planning: Planning completed in 0.44 seconds |
231 | 2025-02-21T19:38:46.175Z | Mediators to change: 2 |
232 | 2025-02-21T19:38:46.177Z | Create boot environment: No |
233 | 2025-02-21T19:38:46.177Z | Create backup boot environment: No |
234 | 2025-02-21T19:38:46.258Z | Done |
235 | 2025-02-21T19:38:46.258Z | Done |
236 | 2025-02-21T19:38:46.671Z | Done |
237 | 2025-02-21T19:38:50.268Z | Done |
238 | 2025-02-21T19:38:50.358Z | Done |
239 | 2025-02-21T19:38:50.361Z | Done |
240 | 2025-02-21T19:38:50.472Z | Done |
241 | 2025-02-21T19:38:51.080Z | Planning: Evaluating mediator changes ... Done |
242 | 2025-02-21T19:38:51.082Z | Planning: Merging actions ... Done |
243 | 2025-02-21T19:38:51.271Z | Planning: Checking for conflicting actions ... Done |
244 | 2025-02-21T19:38:51.274Z | Planning: Consolidating action changes ... Done |
245 | 2025-02-21T19:38:51.536Z | Planning: Evaluating mediators ... Done |
246 | 2025-02-21T19:38:51.592Z | Planning: Planning completed in 0.75 seconds |
247 | 2025-02-21T19:38:51.632Z | Packages to change: 1 |
248 | 2025-02-21T19:38:51.632Z | Mediators to change: 1 |
249 | 2025-02-21T19:38:51.647Z | Services to change: 1 |
250 | 2025-02-21T19:38:51.648Z | Create boot environment: No |
251 | 2025-02-21T19:38:51.648Z | Create backup boot environment: Yes |
252 | 2025-02-21T19:38:53.859Z | Actions: 1/6 actions (Updating modified actions) |
253 | 2025-02-21T19:38:53.862Z | Actions: Completed 6 actions in 0.00 seconds. |
254 | 2025-02-21T19:38:53.862Z | Done |
255 | 2025-02-21T19:38:53.862Z | Done |
256 | 2025-02-21T19:38:53.987Z | Done |
257 | 2025-02-21T19:38:57.601Z | Done |
258 | 2025-02-21T19:38:57.692Z | Done |
259 | 2025-02-21T19:38:57.695Z | Done |
260 | 2025-02-21T19:38:57.826Z | Done |
261 | 2025-02-21T19:38:58.259Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
262 | 2025-02-21T19:38:58.259Z | clang system 15 system |
263 | 2025-02-21T19:38:58.259Z | csh system system illumos |
264 | 2025-02-21T19:38:58.259Z | ctags system system illumos |
265 | 2025-02-21T19:38:58.259Z | gcc vendor 12 vendor |
266 | 2025-02-21T19:38:58.259Z | gcc system 10 system |
267 | 2025-02-21T19:38:58.259Z | gcc system 7 system |
268 | 2025-02-21T19:38:58.259Z | go system 1.20 system |
269 | 2025-02-21T19:38:58.259Z | go system 1.19 system |
270 | 2025-02-21T19:38:58.259Z | llvm system 15 system |
271 | 2025-02-21T19:38:58.259Z | llvm system 14 system |
272 | 2025-02-21T19:38:58.259Z | mariadb system 10.6 system |
273 | 2025-02-21T19:38:58.259Z | mta vendor vendor dma |
274 | 2025-02-21T19:38:58.259Z | openjdk system 17 system |
275 | 2025-02-21T19:38:58.259Z | openjdk system 11 system |
276 | 2025-02-21T19:38:58.259Z | openjdk system 1.8 system |
277 | 2025-02-21T19:38:58.259Z | openssl vendor 3 vendor |
278 | 2025-02-21T19:38:58.259Z | perl system 5.36 system |
279 | 2025-02-21T19:38:58.259Z | postgresql system 15 system |
280 | 2025-02-21T19:38:58.259Z | postgresql system 13 system |
281 | 2025-02-21T19:38:58.259Z | python vendor 3 vendor |
282 | 2025-02-21T19:38:58.259Z | python system 2 system |
283 | 2025-02-21T19:38:58.259Z | python3 system 3.11 system |
284 | 2025-02-21T19:38:58.259Z | ruby system 3.0 system |
285 | 2025-02-21T19:38:58.259Z | words vendor vendor american-english |
286 | 2025-02-21T19:38:58.260Z | words system system australian-english |
287 | 2025-02-21T19:38:58.260Z | words system system british-english |
288 | 2025-02-21T19:38:58.260Z | words system system canadian-english |
289 | 2025-02-21T19:38:58.260Z | words system system french |
290 | 2025-02-21T19:38:58.260Z | words system system italian |
291 | 2025-02-21T19:38:58.260Z | words system system ngerman |
292 | 2025-02-21T19:38:58.260Z | words system system ogerman |
293 | 2025-02-21T19:38:58.260Z | words system system spanish |
294 | 2025-02-21T19:38:58.592Z | PUBLISHER TYPE STATUS P LOCATION |
295 | 2025-02-21T19:38:58.592Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
296 | 2025-02-21T19:39:01.690Z | FMRI IFO |
297 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
298 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
299 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
300 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
301 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
302 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
303 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
304 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
305 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
306 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
307 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
308 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
309 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
310 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
311 | 2025-02-21T19:39:01.690Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
312 | 2025-02-21T19:39:02.469Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
313 | 2025-02-21T19:39:02.776Z | Updating crates.io index |
314 | 2025-02-21T19:39:02.821Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
315 | 2025-02-21T19:39:03.381Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
316 | 2025-02-21T19:39:03.612Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
317 | 2025-02-21T19:39:03.924Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
318 | 2025-02-21T19:39:04.900Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
319 | 2025-02-21T19:39:06.537Z | Updating git repository `https://github.com/oxidecomputer/opte` |
320 | 2025-02-21T19:39:07.317Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
321 | 2025-02-21T19:39:08.019Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
322 | 2025-02-21T19:39:08.328Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
323 | 2025-02-21T19:39:08.704Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
324 | 2025-02-21T19:39:09.313Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
325 | 2025-02-21T19:39:09.608Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
326 | 2025-02-21T19:39:09.931Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
327 | 2025-02-21T19:39:10.213Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
328 | 2025-02-21T19:39:10.466Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
329 | 2025-02-21T19:39:10.708Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
330 | 2025-02-21T19:39:11.035Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
331 | 2025-02-21T19:39:11.482Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
332 | 2025-02-21T19:39:11.771Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
333 | 2025-02-21T19:39:12.127Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
334 | 2025-02-21T19:39:12.529Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
335 | 2025-02-21T19:39:12.831Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
336 | 2025-02-21T19:39:13.489Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
337 | 2025-02-21T19:39:13.840Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
338 | 2025-02-21T19:39:14.300Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
339 | 2025-02-21T19:39:14.747Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
340 | 2025-02-21T19:39:18.362Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
341 | 2025-02-21T19:39:18.634Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
342 | 2025-02-21T19:39:18.882Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2025-02-21T19:39:20.112Z | Downloading crates ... |
344 | 2025-02-21T19:39:20.189Z | Downloaded anstyle-parse v0.2.5 |
345 | 2025-02-21T19:39:20.194Z | Downloaded anstream v0.6.15 |
346 | 2025-02-21T19:39:20.194Z | Downloaded anyhow v1.0.96 |
347 | 2025-02-21T19:39:20.197Z | Downloaded equivalent v1.0.1 |
348 | 2025-02-21T19:39:20.204Z | Downloaded dtrace-parser v0.2.0 |
349 | 2025-02-21T19:39:20.211Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-02-21T19:39:20.213Z | Downloaded usdt-attr-macro v0.5.0 |
351 | 2025-02-21T19:39:20.218Z | Downloaded pretty-hex v0.4.1 |
352 | 2025-02-21T19:39:20.226Z | Downloaded anstyle-query v1.1.1 |
353 | 2025-02-21T19:39:20.233Z | Downloaded usdt-macro v0.5.0 |
354 | 2025-02-21T19:39:20.235Z | Downloaded swrite v0.1.0 |
355 | 2025-02-21T19:39:20.235Z | Downloaded itoa v1.0.11 |
356 | 2025-02-21T19:39:20.238Z | Downloaded generic-array v0.14.7 |
357 | 2025-02-21T19:39:20.241Z | Downloaded digest v0.10.7 |
358 | 2025-02-21T19:39:20.241Z | Downloaded memmap v0.7.0 |
359 | 2025-02-21T19:39:20.246Z | Downloaded macaddr v1.0.1 |
360 | 2025-02-21T19:39:20.246Z | Downloaded fs-err v2.11.0 |
361 | 2025-02-21T19:39:20.248Z | Downloaded cpufeatures v0.2.14 |
362 | 2025-02-21T19:39:20.248Z | Downloaded byteorder v1.5.0 |
363 | 2025-02-21T19:39:20.248Z | Downloaded fastrand v2.1.1 |
364 | 2025-02-21T19:39:20.251Z | Downloaded version_check v0.9.5 |
365 | 2025-02-21T19:39:20.251Z | Downloaded bytecount v0.6.8 |
366 | 2025-02-21T19:39:20.254Z | Downloaded usdt v0.5.0 |
367 | 2025-02-21T19:39:20.254Z | Downloaded strsim v0.11.1 |
368 | 2025-02-21T19:39:20.256Z | Downloaded heck v0.5.0 |
369 | 2025-02-21T19:39:20.256Z | Downloaded crypto-common v0.1.6 |
370 | 2025-02-21T19:39:20.259Z | Downloaded clap_lex v0.7.4 |
371 | 2025-02-21T19:39:20.260Z | Downloaded thiserror-impl v1.0.69 |
372 | 2025-02-21T19:39:20.260Z | Downloaded cfg-if v1.0.0 |
373 | 2025-02-21T19:39:20.263Z | Downloaded colorchoice v1.0.2 |
374 | 2025-02-21T19:39:20.263Z | Downloaded thread-id v4.2.2 |
375 | 2025-02-21T19:39:20.266Z | Downloaded fnv v1.0.7 |
376 | 2025-02-21T19:39:20.266Z | Downloaded anstyle v1.0.10 |
377 | 2025-02-21T19:39:20.269Z | Downloaded utf8parse v0.2.2 |
378 | 2025-02-21T19:39:20.269Z | Downloaded thiserror v1.0.69 |
379 | 2025-02-21T19:39:20.272Z | Downloaded terminal_size v0.4.0 |
380 | 2025-02-21T19:39:20.274Z | Downloaded is_terminal_polyfill v1.70.1 |
381 | 2025-02-21T19:39:20.274Z | Downloaded block-buffer v0.10.4 |
382 | 2025-02-21T19:39:20.277Z | Downloaded unicode-linebreak v0.1.5 |
383 | 2025-02-21T19:39:20.277Z | Downloaded toml_datetime v0.6.8 |
384 | 2025-02-21T19:39:20.280Z | Downloaded smawk v0.3.2 |
385 | 2025-02-21T19:39:20.280Z | Downloaded serde_spanned v0.6.8 |
386 | 2025-02-21T19:39:20.288Z | Downloaded errno v0.3.9 |
387 | 2025-02-21T19:39:20.288Z | Downloaded pest_generator v2.7.14 |
388 | 2025-02-21T19:39:20.292Z | Downloaded tabled_derive v0.7.0 |
389 | 2025-02-21T19:39:20.292Z | Downloaded proc-macro-error-attr v1.0.4 |
390 | 2025-02-21T19:39:20.292Z | Downloaded cargo-platform v0.1.8 |
391 | 2025-02-21T19:39:20.292Z | Downloaded heck v0.4.1 |
392 | 2025-02-21T19:39:20.292Z | Downloaded pest_derive v2.7.14 |
393 | 2025-02-21T19:39:20.295Z | Downloaded zerocopy-derive v0.7.35 |
394 | 2025-02-21T19:39:20.300Z | Downloaded semver v1.0.25 |
395 | 2025-02-21T19:39:20.302Z | Downloaded plain v0.2.3 |
396 | 2025-02-21T19:39:20.305Z | Downloaded clap_derive v4.5.28 |
397 | 2025-02-21T19:39:20.308Z | Downloaded sha2 v0.10.8 |
398 | 2025-02-21T19:39:20.308Z | Downloaded autocfg v1.4.0 |
399 | 2025-02-21T19:39:20.311Z | Downloaded serde_tokenstream v0.2.2 |
400 | 2025-02-21T19:39:20.311Z | Downloaded proc-macro-error v1.0.4 |
401 | 2025-02-21T19:39:20.314Z | Downloaded quote v1.0.38 |
402 | 2025-02-21T19:39:20.316Z | Downloaded cargo_toml v0.20.5 |
403 | 2025-02-21T19:39:20.319Z | Downloaded dof v0.3.0 |
404 | 2025-02-21T19:39:20.319Z | Downloaded camino v1.1.9 |
405 | 2025-02-21T19:39:20.322Z | Downloaded usdt-impl v0.5.0 |
406 | 2025-02-21T19:39:20.325Z | Downloaded tempfile v3.13.0 |
407 | 2025-02-21T19:39:20.325Z | Downloaded clap v4.5.30 |
408 | 2025-02-21T19:39:20.332Z | Downloaded unicode-ident v1.0.14 |
409 | 2025-02-21T19:39:20.335Z | Downloaded ucd-trie v0.1.7 |
410 | 2025-02-21T19:39:20.337Z | Downloaded papergrid v0.11.0 |
411 | 2025-02-21T19:39:20.341Z | Downloaded textwrap v0.16.1 |
412 | 2025-02-21T19:39:20.343Z | Downloaded toml v0.8.19 |
413 | 2025-02-21T19:39:20.346Z | Downloaded bitflags v2.6.0 |
414 | 2025-02-21T19:39:20.350Z | Downloaded ryu v1.0.18 |
415 | 2025-02-21T19:39:20.354Z | Downloaded scroll v0.12.0 |
416 | 2025-02-21T19:39:20.356Z | Downloaded pest_meta v2.7.14 |
417 | 2025-02-21T19:39:20.359Z | Downloaded typenum v1.17.0 |
418 | 2025-02-21T19:39:20.359Z | Downloaded serde_derive v1.0.217 |
419 | 2025-02-21T19:39:20.362Z | Downloaded once_cell v1.20.3 |
420 | 2025-02-21T19:39:20.365Z | Downloaded log v0.4.22 |
421 | 2025-02-21T19:39:20.367Z | Downloaded proc-macro2 v1.0.92 |
422 | 2025-02-21T19:39:20.370Z | Downloaded cargo_metadata v0.18.1 |
423 | 2025-02-21T19:39:20.372Z | Downloaded camino-tempfile v1.1.1 |
424 | 2025-02-21T19:39:20.378Z | Downloaded serde v1.0.217 |
425 | 2025-02-21T19:39:20.383Z | Downloaded indexmap v2.7.1 |
426 | 2025-02-21T19:39:20.387Z | Downloaded memchr v2.7.4 |
427 | 2025-02-21T19:39:20.392Z | Downloaded toml_edit v0.22.22 |
428 | 2025-02-21T19:39:20.421Z | Downloaded pest v2.7.14 |
429 | 2025-02-21T19:39:20.426Z | Downloaded hashbrown v0.15.1 |
430 | 2025-02-21T19:39:20.435Z | Downloaded serde_json v1.0.139 |
431 | 2025-02-21T19:39:20.442Z | Downloaded zerocopy v0.7.35 |
432 | 2025-02-21T19:39:20.457Z | Downloaded goblin v0.8.2 |
433 | 2025-02-21T19:39:20.463Z | Downloaded tabled v0.15.0 |
434 | 2025-02-21T19:39:20.476Z | Downloaded clap_builder v4.5.30 |
435 | 2025-02-21T19:39:20.482Z | Downloaded winnow v0.6.20 |
436 | 2025-02-21T19:39:20.491Z | Downloaded syn v1.0.109 |
437 | 2025-02-21T19:39:20.501Z | Downloaded unicode-width v0.1.14 |
438 | 2025-02-21T19:39:20.506Z | Downloaded syn v2.0.96 |
439 | 2025-02-21T19:39:20.525Z | Downloaded rustix v0.38.37 |
440 | 2025-02-21T19:39:20.555Z | Downloaded libc v0.2.169 |
441 | 2025-02-21T19:39:20.830Z | Compiling proc-macro2 v1.0.92 |
442 | 2025-02-21T19:39:20.830Z | Compiling unicode-ident v1.0.14 |
443 | 2025-02-21T19:39:20.833Z | Compiling version_check v0.9.5 |
444 | 2025-02-21T19:39:20.833Z | Compiling serde v1.0.217 |
445 | 2025-02-21T19:39:20.833Z | Compiling thiserror v1.0.69 |
446 | 2025-02-21T19:39:20.833Z | Compiling memchr v2.7.4 |
447 | 2025-02-21T19:39:20.833Z | Compiling libc v0.2.169 |
448 | 2025-02-21T19:39:20.833Z | Compiling ucd-trie v0.1.7 |
449 | 2025-02-21T19:39:21.088Z | Compiling ryu v1.0.18 |
450 | 2025-02-21T19:39:21.421Z | Compiling itoa v1.0.11 |
451 | 2025-02-21T19:39:21.494Z | Compiling once_cell v1.20.3 |
452 | 2025-02-21T19:39:21.610Z | Compiling byteorder v1.5.0 |
453 | 2025-02-21T19:39:21.938Z | Compiling rustix v0.38.37 |
454 | 2025-02-21T19:39:22.107Z | Compiling serde_json v1.0.139 |
455 | 2025-02-21T19:39:22.316Z | Compiling bitflags v2.6.0 |
456 | 2025-02-21T19:39:22.470Z | Compiling usdt-impl v0.5.0 |
457 | 2025-02-21T19:39:22.494Z | Compiling proc-macro-error-attr v1.0.4 |
458 | 2025-02-21T19:39:22.602Z | Compiling syn v1.0.109 |
459 | 2025-02-21T19:39:22.665Z | Compiling proc-macro-error v1.0.4 |
460 | 2025-02-21T19:39:22.687Z | Compiling utf8parse v0.2.2 |
461 | 2025-02-21T19:39:22.884Z | Compiling hashbrown v0.15.1 |
462 | 2025-02-21T19:39:22.902Z | Compiling camino v1.1.9 |
463 | 2025-02-21T19:39:22.998Z | Compiling equivalent v1.0.1 |
464 | 2025-02-21T19:39:23.021Z | Compiling thread-id v4.2.2 |
465 | 2025-02-21T19:39:23.076Z | Compiling plain v0.2.3 |
466 | 2025-02-21T19:39:23.131Z | Compiling log v0.4.22 |
467 | 2025-02-21T19:39:23.253Z | Compiling anstyle-parse v0.2.5 |
468 | 2025-02-21T19:39:23.313Z | Compiling is_terminal_polyfill v1.70.1 |
469 | 2025-02-21T19:39:23.466Z | Compiling quote v1.0.38 |
470 | 2025-02-21T19:39:23.504Z | Compiling errno v0.3.9 |
471 | 2025-02-21T19:39:23.551Z | Compiling unicode-width v0.1.14 |
472 | 2025-02-21T19:39:23.593Z | Compiling anstyle-query v1.1.1 |
473 | 2025-02-21T19:39:23.620Z | Compiling pretty-hex v0.4.1 |
474 | 2025-02-21T19:39:23.654Z | Compiling anstyle v1.0.10 |
475 | 2025-02-21T19:39:23.787Z | Compiling colorchoice v1.0.2 |
476 | 2025-02-21T19:39:23.839Z | Compiling syn v2.0.96 |
477 | 2025-02-21T19:39:23.972Z | Compiling indexmap v2.7.1 |
478 | 2025-02-21T19:39:24.023Z | Compiling semver v1.0.25 |
479 | 2025-02-21T19:39:24.073Z | Compiling autocfg v1.4.0 |
480 | 2025-02-21T19:39:24.101Z | Compiling winnow v0.6.20 |
481 | 2025-02-21T19:39:24.595Z | Compiling anstream v0.6.15 |
482 | 2025-02-21T19:39:24.984Z | Compiling fs-err v2.11.0 |
483 | 2025-02-21T19:39:25.175Z | Compiling strsim v0.11.1 |
484 | 2025-02-21T19:39:25.224Z | Compiling heck v0.4.1 |
485 | 2025-02-21T19:39:25.246Z | Compiling heck v0.5.0 |
486 | 2025-02-21T19:39:25.318Z | Compiling cfg-if v1.0.0 |
487 | 2025-02-21T19:39:25.431Z | Compiling fastrand v2.1.1 |
488 | 2025-02-21T19:39:25.630Z | Compiling clap_lex v0.7.4 |
489 | 2025-02-21T19:39:25.716Z | Compiling anyhow v1.0.96 |
490 | 2025-02-21T19:39:25.891Z | Compiling terminal_size v0.4.0 |
491 | 2025-02-21T19:39:26.046Z | Compiling bytecount v0.6.8 |
492 | 2025-02-21T19:39:26.103Z | Compiling fnv v1.0.7 |
493 | 2025-02-21T19:39:26.244Z | Compiling tempfile v3.13.0 |
494 | 2025-02-21T19:39:26.244Z | Compiling papergrid v0.11.0 |
495 | 2025-02-21T19:39:26.312Z | Compiling clap_builder v4.5.30 |
496 | 2025-02-21T19:39:26.512Z | Compiling memmap v0.7.0 |
497 | 2025-02-21T19:39:26.810Z | Compiling smawk v0.3.2 |
498 | 2025-02-21T19:39:27.031Z | Compiling unicode-linebreak v0.1.5 |
499 | 2025-02-21T19:39:27.399Z | Compiling swrite v0.1.0 |
500 | 2025-02-21T19:39:27.502Z | Compiling textwrap v0.16.1 |
501 | 2025-02-21T19:39:28.225Z | Compiling tabled_derive v0.7.0 |
502 | 2025-02-21T19:39:29.364Z | Compiling tabled v0.15.0 |
503 | 2025-02-21T19:39:30.430Z | Compiling serde_derive v1.0.217 |
504 | 2025-02-21T19:39:30.518Z | Compiling thiserror-impl v1.0.69 |
505 | 2025-02-21T19:39:30.542Z | Compiling zerocopy-derive v0.7.35 |
506 | 2025-02-21T19:39:30.572Z | Compiling scroll_derive v0.12.0 |
507 | 2025-02-21T19:39:30.814Z | Compiling clap_derive v4.5.28 |
508 | 2025-02-21T19:39:31.661Z | Compiling scroll v0.12.0 |
509 | 2025-02-21T19:39:31.976Z | Compiling zerocopy v0.7.35 |
510 | 2025-02-21T19:39:32.121Z | Compiling goblin v0.8.2 |
511 | 2025-02-21T19:39:32.826Z | Compiling pest v2.7.14 |
512 | 2025-02-21T19:39:34.055Z | Compiling clap v4.5.30 |
513 | 2025-02-21T19:39:35.000Z | Compiling pest_meta v2.7.14 |
514 | 2025-02-21T19:39:35.898Z | Compiling pest_generator v2.7.14 |
515 | 2025-02-21T19:39:37.178Z | Compiling pest_derive v2.7.14 |
516 | 2025-02-21T19:39:37.897Z | Compiling dtrace-parser v0.2.0 |
517 | 2025-02-21T19:39:38.648Z | Compiling serde_tokenstream v0.2.2 |
518 | 2025-02-21T19:39:38.682Z | Compiling toml_datetime v0.6.8 |
519 | 2025-02-21T19:39:38.685Z | Compiling serde_spanned v0.6.8 |
520 | 2025-02-21T19:39:38.933Z | Compiling cargo-platform v0.1.8 |
521 | 2025-02-21T19:39:38.978Z | Compiling toml_edit v0.22.22 |
522 | 2025-02-21T19:39:39.134Z | Compiling macaddr v1.0.1 |
523 | 2025-02-21T19:39:39.320Z | Compiling camino-tempfile v1.1.1 |
524 | 2025-02-21T19:39:39.975Z | Compiling dof v0.3.0 |
525 | 2025-02-21T19:39:40.043Z | Compiling cargo_metadata v0.18.1 |
526 | 2025-02-21T19:39:41.358Z | Compiling usdt-attr-macro v0.5.0 |
527 | 2025-02-21T19:39:41.358Z | Compiling usdt-macro v0.5.0 |
528 | 2025-02-21T19:39:41.649Z | Compiling toml v0.8.19 |
529 | 2025-02-21T19:39:42.410Z | Compiling usdt v0.5.0 |
530 | 2025-02-21T19:39:42.444Z | Compiling cargo_toml v0.20.5 |
531 | 2025-02-21T19:39:45.113Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
532 | 2025-02-21T19:39:48.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.99s |
533 | 2025-02-21T19:39:48.445Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
534 | 2025-02-21T19:39:48.972Z | Downloading crates ... |
535 | 2025-02-21T19:39:49.083Z | Downloaded adler2 v2.0.0 |
536 | 2025-02-21T19:39:49.090Z | Downloaded aead v0.5.2 |
537 | 2025-02-21T19:39:49.093Z | Downloaded addr2line v0.24.2 |
538 | 2025-02-21T19:39:49.096Z | Downloaded atomicwrites v0.4.4 |
539 | 2025-02-21T19:39:49.100Z | Downloaded async-stream-impl v0.3.6 |
540 | 2025-02-21T19:39:49.100Z | Downloaded atty v0.2.14 |
541 | 2025-02-21T19:39:49.105Z | Downloaded ciborium-io v0.2.2 |
542 | 2025-02-21T19:39:49.116Z | Downloaded crucible-workspace-hack v0.1.0 |
543 | 2025-02-21T19:39:49.127Z | Downloaded cstr-argument v0.1.2 |
544 | 2025-02-21T19:39:49.129Z | Downloaded cfg_aliases v0.1.1 |
545 | 2025-02-21T19:39:49.134Z | Downloaded ascii-canvas v3.0.0 |
546 | 2025-02-21T19:39:49.137Z | Downloaded assert_matches v1.5.0 |
547 | 2025-02-21T19:39:49.140Z | Downloaded base16ct v0.2.0 |
548 | 2025-02-21T19:39:49.144Z | Downloaded arrayref v0.3.9 |
549 | 2025-02-21T19:39:49.144Z | Downloaded headers-core v0.3.0 |
550 | 2025-02-21T19:39:49.147Z | Downloaded crunchy v0.2.2 |
551 | 2025-02-21T19:39:49.147Z | Downloaded atomic-waker v1.1.2 |
552 | 2025-02-21T19:39:49.147Z | Downloaded bcrypt-pbkdf v0.10.0 |
553 | 2025-02-21T19:39:49.150Z | Downloaded crc-catalog v2.4.0 |
554 | 2025-02-21T19:39:49.150Z | Downloaded colored v2.1.0 |
555 | 2025-02-21T19:39:49.154Z | Downloaded array-init v0.0.4 |
556 | 2025-02-21T19:39:49.154Z | Downloaded cbc v0.1.2 |
557 | 2025-02-21T19:39:49.156Z | Downloaded convert_case v0.4.0 |
558 | 2025-02-21T19:39:49.156Z | Downloaded bb8 v0.8.5 |
559 | 2025-02-21T19:39:49.159Z | Downloaded bitflags v1.3.2 |
560 | 2025-02-21T19:39:49.161Z | Downloaded arrayvec v0.7.6 |
561 | 2025-02-21T19:39:49.164Z | Downloaded daft v0.1.1 |
562 | 2025-02-21T19:39:49.167Z | Downloaded cexpr v0.6.0 |
563 | 2025-02-21T19:39:49.167Z | Downloaded blowfish v0.9.1 |
564 | 2025-02-21T19:39:49.169Z | Downloaded cipher v0.4.4 |
565 | 2025-02-21T19:39:49.172Z | Downloaded crossbeam-deque v0.8.5 |
566 | 2025-02-21T19:39:49.172Z | Downloaded chrono-tz-build v0.4.0 |
567 | 2025-02-21T19:39:49.175Z | Downloaded bitfield-struct v0.6.2 |
568 | 2025-02-21T19:39:49.175Z | Downloaded chacha20 v0.9.1 |
569 | 2025-02-21T19:39:49.178Z | Downloaded bit-set v0.5.3 |
570 | 2025-02-21T19:39:49.178Z | Downloaded async-trait v0.1.86 |
571 | 2025-02-21T19:39:49.181Z | Downloaded async-stream v0.3.6 |
572 | 2025-02-21T19:39:49.184Z | Downloaded cobs v0.2.3 |
573 | 2025-02-21T19:39:49.186Z | Downloaded constant_time_eq v0.3.1 |
574 | 2025-02-21T19:39:49.186Z | Downloaded backoff v0.4.0 |
575 | 2025-02-21T19:39:49.189Z | Downloaded cmake v0.1.51 |
576 | 2025-02-21T19:39:49.192Z | Downloaded async-recursion v1.1.1 |
577 | 2025-02-21T19:39:49.195Z | Downloaded base64ct v1.6.0 |
578 | 2025-02-21T19:39:49.198Z | Downloaded argon2 v0.5.3 |
579 | 2025-02-21T19:39:49.201Z | Downloaded cfg_aliases v0.2.1 |
580 | 2025-02-21T19:39:49.201Z | Downloaded cassowary v0.3.0 |
581 | 2025-02-21T19:39:49.205Z | Downloaded const_format_proc_macros v0.2.34 |
582 | 2025-02-21T19:39:49.207Z | Downloaded home v0.5.9 |
583 | 2025-02-21T19:39:49.207Z | Downloaded hkdf v0.12.4 |
584 | 2025-02-21T19:39:49.210Z | Downloaded hubpack_derive v0.1.1 |
585 | 2025-02-21T19:39:49.210Z | Downloaded icu_locid_transform v1.5.0 |
586 | 2025-02-21T19:39:49.213Z | Downloaded hostname v0.3.1 |
587 | 2025-02-21T19:39:49.216Z | Downloaded csv-core v0.1.11 |
588 | 2025-02-21T19:39:49.219Z | Downloaded console v0.15.10 |
589 | 2025-02-21T19:39:49.222Z | Downloaded icu_normalizer_data v1.5.0 |
590 | 2025-02-21T19:39:49.224Z | Downloaded ctr v0.9.2 |
591 | 2025-02-21T19:39:49.228Z | Downloaded russh-cryptovec v0.7.3 |
592 | 2025-02-21T19:39:49.228Z | Downloaded hickory-server v0.24.3 |
593 | 2025-02-21T19:39:49.233Z | Downloaded http v1.2.0 |
594 | 2025-02-21T19:39:49.237Z | Downloaded icu_properties v1.5.1 |
595 | 2025-02-21T19:39:49.241Z | Downloaded icu_locid_transform_data v1.5.0 |
596 | 2025-02-21T19:39:49.244Z | Downloaded buf-list v1.0.3 |
597 | 2025-02-21T19:39:49.246Z | Downloaded arc-swap v1.7.1 |
598 | 2025-02-21T19:39:49.250Z | Downloaded bitfield v0.14.0 |
599 | 2025-02-21T19:39:49.252Z | Downloaded rand_seeder v0.3.0 |
600 | 2025-02-21T19:39:49.255Z | Downloaded siphasher v0.3.11 |
601 | 2025-02-21T19:39:49.258Z | Downloaded hyper v1.5.2 |
602 | 2025-02-21T19:39:49.267Z | Downloaded http-range v0.1.5 |
603 | 2025-02-21T19:39:49.270Z | Downloaded icu_normalizer v1.5.0 |
604 | 2025-02-21T19:39:49.270Z | Downloaded clang-sys v1.8.1 |
605 | 2025-02-21T19:39:49.274Z | Downloaded http-body-util v0.1.2 |
606 | 2025-02-21T19:39:49.276Z | Downloaded crossbeam-utils v0.8.20 |
607 | 2025-02-21T19:39:49.280Z | Downloaded match_cfg v0.1.0 |
608 | 2025-02-21T19:39:49.282Z | Downloaded resolv-conf v0.7.0 |
609 | 2025-02-21T19:39:49.285Z | Downloaded serde_path_to_error v0.1.16 |
610 | 2025-02-21T19:39:49.289Z | Downloaded md5 v0.7.0 |
611 | 2025-02-21T19:39:49.289Z | Downloaded icu_provider_macros v1.5.0 |
612 | 2025-02-21T19:39:49.289Z | Downloaded scheduled-thread-pool v0.2.7 |
613 | 2025-02-21T19:39:49.291Z | Downloaded rustls-pemfile v1.0.4 |
614 | 2025-02-21T19:39:49.294Z | Downloaded mirai-annotations v1.12.0 |
615 | 2025-02-21T19:39:49.294Z | Downloaded is_ci v1.2.0 |
616 | 2025-02-21T19:39:49.299Z | Downloaded instant v0.1.13 |
617 | 2025-02-21T19:39:49.299Z | Downloaded base64 v0.13.1 |
618 | 2025-02-21T19:39:49.304Z | Downloaded curve25519-dalek-derive v0.1.1 |
619 | 2025-02-21T19:39:49.304Z | Downloaded cookie v0.18.1 |
620 | 2025-02-21T19:39:49.306Z | Downloaded slog-stdlog v4.1.1 |
621 | 2025-02-21T19:39:49.309Z | Downloaded slab v0.4.9 |
622 | 2025-02-21T19:39:49.309Z | Downloaded lazy_static v1.5.0 |
623 | 2025-02-21T19:39:49.312Z | Downloaded md-5 v0.10.6 |
624 | 2025-02-21T19:39:49.315Z | Downloaded diesel_table_macro_syntax v0.2.0 |
625 | 2025-02-21T19:39:49.315Z | Downloaded humantime v2.1.0 |
626 | 2025-02-21T19:39:49.317Z | Downloaded lru v0.12.5 |
627 | 2025-02-21T19:39:49.320Z | Downloaded lazycell v1.3.0 |
628 | 2025-02-21T19:39:49.320Z | Downloaded hyper-tls v0.6.0 |
629 | 2025-02-21T19:39:49.323Z | Downloaded thread_local v1.1.8 |
630 | 2025-02-21T19:39:49.323Z | Downloaded memoffset v0.9.1 |
631 | 2025-02-21T19:39:49.325Z | Downloaded subtle v2.6.1 |
632 | 2025-02-21T19:39:49.330Z | Downloaded zone_cfg_derive v0.3.0 |
633 | 2025-02-21T19:39:49.330Z | Downloaded waitgroup v0.1.2 |
634 | 2025-02-21T19:39:49.330Z | Downloaded cookie_store v0.21.1 |
635 | 2025-02-21T19:39:49.333Z | Downloaded tokio-native-tls v0.3.1 |
636 | 2025-02-21T19:39:49.333Z | Downloaded internet-checksum v0.2.1 |
637 | 2025-02-21T19:39:49.336Z | Downloaded httpdate v1.0.3 |
638 | 2025-02-21T19:39:49.336Z | Downloaded compact_str v0.8.0 |
639 | 2025-02-21T19:39:49.339Z | Downloaded indoc v1.0.9 |
640 | 2025-02-21T19:39:49.342Z | Downloaded rfc6979 v0.4.0 |
641 | 2025-02-21T19:39:49.345Z | Downloaded nanorand v0.7.0 |
642 | 2025-02-21T19:39:49.347Z | Downloaded mime v0.3.17 |
643 | 2025-02-21T19:39:49.350Z | Downloaded normalize-line-endings v0.3.0 |
644 | 2025-02-21T19:39:49.350Z | Downloaded downcast v0.11.0 |
645 | 2025-02-21T19:39:49.352Z | Downloaded unicode-xid v0.2.6 |
646 | 2025-02-21T19:39:49.352Z | Downloaded base64 v0.22.1 |
647 | 2025-02-21T19:39:49.356Z | Downloaded progenitor-impl v0.8.0 |
648 | 2025-02-21T19:39:49.359Z | Downloaded utf8_iter v1.0.4 |
649 | 2025-02-21T19:39:49.362Z | Downloaded wyz v0.5.1 |
650 | 2025-02-21T19:39:49.364Z | Downloaded xattr v1.3.1 |
651 | 2025-02-21T19:39:49.364Z | Downloaded blake2 v0.10.6 |
652 | 2025-02-21T19:39:49.367Z | Downloaded iana-time-zone v0.1.61 |
653 | 2025-02-21T19:39:49.371Z | Downloaded path-slash v0.1.5 |
654 | 2025-02-21T19:39:49.373Z | Downloaded oso-derive v0.27.3 |
655 | 2025-02-21T19:39:49.373Z | Downloaded fd-lock v4.0.2 |
656 | 2025-02-21T19:39:49.376Z | Downloaded number_prefix v0.4.0 |
657 | 2025-02-21T19:39:49.378Z | Downloaded progenitor-client v0.8.0 |
658 | 2025-02-21T19:39:49.378Z | Downloaded mime_guess v2.0.5 |
659 | 2025-02-21T19:39:49.381Z | Downloaded termcolor v1.4.1 |
660 | 2025-02-21T19:39:49.384Z | Downloaded base64 v0.21.7 |
661 | 2025-02-21T19:39:49.387Z | Downloaded progenitor-client v0.9.1 |
662 | 2025-02-21T19:39:49.390Z | Downloaded bytes v1.9.0 |
663 | 2025-02-21T19:39:49.393Z | Downloaded heck v0.3.3 |
664 | 2025-02-21T19:39:49.395Z | Downloaded futures-task v0.3.31 |
665 | 2025-02-21T19:39:49.395Z | Downloaded chacha20poly1305 v0.10.1 |
666 | 2025-02-21T19:39:49.398Z | Downloaded litrs v0.4.1 |
667 | 2025-02-21T19:39:49.400Z | Downloaded funty v2.0.0 |
668 | 2025-02-21T19:39:49.403Z | Downloaded futures-sink v0.3.31 |
669 | 2025-02-21T19:39:49.403Z | Downloaded maybe-uninit v2.0.0 |
670 | 2025-02-21T19:39:49.405Z | Downloaded litemap v0.7.3 |
671 | 2025-02-21T19:39:49.408Z | Downloaded take_mut v0.2.2 |
672 | 2025-02-21T19:39:49.408Z | Downloaded termtree v0.4.1 |
673 | 2025-02-21T19:39:49.411Z | Downloaded wait-timeout v0.2.0 |
674 | 2025-02-21T19:39:49.411Z | Downloaded jobserver v0.1.32 |
675 | 2025-02-21T19:39:49.414Z | Downloaded const_format v0.2.34 |
676 | 2025-02-21T19:39:49.418Z | Downloaded pbkdf2 v0.11.0 |
677 | 2025-02-21T19:39:49.421Z | Downloaded icu_locid v1.5.0 |
678 | 2025-02-21T19:39:49.426Z | Downloaded powerfmt v0.2.0 |
679 | 2025-02-21T19:39:49.429Z | Downloaded ff v0.13.0 |
680 | 2025-02-21T19:39:49.431Z | Downloaded ppv-lite86 v0.2.20 |
681 | 2025-02-21T19:39:49.432Z | Downloaded packed_struct_codegen v0.10.1 |
682 | 2025-02-21T19:39:49.434Z | Downloaded packed_struct v0.10.1 |
683 | 2025-02-21T19:39:49.437Z | Downloaded mockall_derive v0.13.0 |
684 | 2025-02-21T19:39:49.439Z | Downloaded salsa20 v0.10.2 |
685 | 2025-02-21T19:39:49.439Z | Downloaded crossbeam-channel v0.5.13 |
686 | 2025-02-21T19:39:49.445Z | Downloaded zopfli v0.8.1 |
687 | 2025-02-21T19:39:49.448Z | Downloaded darling_macro v0.20.10 |
688 | 2025-02-21T19:39:49.448Z | Downloaded typify-macro v0.3.0 |
689 | 2025-02-21T19:39:49.451Z | Downloaded tracing-attributes v0.1.27 |
690 | 2025-02-21T19:39:49.453Z | Downloaded endian-type v0.1.2 |
691 | 2025-02-21T19:39:49.454Z | Downloaded toml v0.7.8 |
692 | 2025-02-21T19:39:49.457Z | Downloaded shell-words v1.1.0 |
693 | 2025-02-21T19:39:49.460Z | Downloaded rustversion v1.0.17 |
694 | 2025-02-21T19:39:49.463Z | Downloaded strum_macros v0.25.3 |
695 | 2025-02-21T19:39:49.465Z | Downloaded tap v1.0.1 |
696 | 2025-02-21T19:39:49.465Z | Downloaded string_cache v0.8.7 |
697 | 2025-02-21T19:39:49.469Z | Downloaded stringprep v0.1.5 |
698 | 2025-02-21T19:39:49.472Z | Downloaded serde-big-array v0.5.1 |
699 | 2025-02-21T19:39:49.472Z | Downloaded newtype_derive v0.1.6 |
700 | 2025-02-21T19:39:49.475Z | Downloaded newline-converter v0.3.0 |
701 | 2025-02-21T19:39:49.475Z | Downloaded new_debug_unreachable v1.0.6 |
702 | 2025-02-21T19:39:49.475Z | Downloaded enum-as-inner v0.6.1 |
703 | 2025-02-21T19:39:49.479Z | Downloaded serde_yaml v0.9.34+deprecated |
704 | 2025-02-21T19:39:49.482Z | Downloaded parse-size v1.1.0 |
705 | 2025-02-21T19:39:49.482Z | Downloaded quinn v0.11.5 |
706 | 2025-02-21T19:39:49.485Z | Downloaded rusty-fork v0.3.0 |
707 | 2025-02-21T19:39:49.488Z | Downloaded tabwriter v1.4.0 |
708 | 2025-02-21T19:39:49.491Z | Downloaded universal-hash v0.5.1 |
709 | 2025-02-21T19:39:49.491Z | Downloaded untrusted v0.7.1 |
710 | 2025-02-21T19:39:49.494Z | Downloaded pin-project-lite v0.2.14 |
711 | 2025-02-21T19:39:49.497Z | Downloaded try-lock v0.2.5 |
712 | 2025-02-21T19:39:49.508Z | Downloaded write16 v1.0.0 |
713 | 2025-02-21T19:39:49.510Z | Downloaded bumpalo v3.16.0 |
714 | 2025-02-21T19:39:49.513Z | Downloaded either v1.13.0 |
715 | 2025-02-21T19:39:49.516Z | Downloaded env_filter v0.1.2 |
716 | 2025-02-21T19:39:49.516Z | Downloaded ghash v0.5.1 |
717 | 2025-02-21T19:39:49.520Z | Downloaded slog-term v2.9.1 |
718 | 2025-02-21T19:39:49.522Z | Downloaded gethostname v0.5.0 |
719 | 2025-02-21T19:39:49.524Z | Downloaded toolchain_find v0.4.0 |
720 | 2025-02-21T19:39:49.526Z | Downloaded progenitor-macro v0.9.1 |
721 | 2025-02-21T19:39:49.526Z | Downloaded progenitor v0.9.1 |
722 | 2025-02-21T19:39:49.526Z | Downloaded proc-macro-crate v1.3.1 |
723 | 2025-02-21T19:39:49.529Z | Downloaded progenitor-impl v0.9.1 |
724 | 2025-02-21T19:39:49.532Z | Downloaded newtype-uuid v1.2.1 |
725 | 2025-02-21T19:39:49.536Z | Downloaded fxhash v0.2.1 |
726 | 2025-02-21T19:39:49.536Z | Downloaded schemars_derive v0.8.21 |
727 | 2025-02-21T19:39:49.539Z | Downloaded rustc_version v0.1.7 |
728 | 2025-02-21T19:39:49.539Z | Downloaded slog-dtrace v0.3.0 |
729 | 2025-02-21T19:39:49.539Z | Downloaded parse-display v0.10.0 |
730 | 2025-02-21T19:39:49.541Z | Downloaded rustc_version v0.4.1 |
731 | 2025-02-21T19:39:49.544Z | Downloaded parse-display-derive v0.10.0 |
732 | 2025-02-21T19:39:49.544Z | Downloaded primeorder v0.13.6 |
733 | 2025-02-21T19:39:49.547Z | Downloaded fatfs v0.3.6 |
734 | 2025-02-21T19:39:49.549Z | Downloaded twox-hash v2.1.0 |
735 | 2025-02-21T19:39:49.552Z | Downloaded pkcs1 v0.7.5 |
736 | 2025-02-21T19:39:49.555Z | Downloaded strum_macros v0.24.3 |
737 | 2025-02-21T19:39:49.558Z | Downloaded openssl-probe v0.1.5 |
738 | 2025-02-21T19:39:49.560Z | Downloaded structmeta-derive v0.2.0 |
739 | 2025-02-21T19:39:49.560Z | Downloaded darling v0.20.10 |
740 | 2025-02-21T19:39:49.565Z | Downloaded debug-ignore v1.0.5 |
741 | 2025-02-21T19:39:49.568Z | Downloaded unarray v0.1.4 |
742 | 2025-02-21T19:39:49.570Z | Downloaded env_logger v0.10.2 |
743 | 2025-02-21T19:39:49.573Z | Downloaded getrandom v0.2.15 |
744 | 2025-02-21T19:39:49.578Z | Downloaded pretty-hex v0.2.1 |
745 | 2025-02-21T19:39:49.581Z | Downloaded progenitor-macro v0.8.0 |
746 | 2025-02-21T19:39:49.581Z | Downloaded progenitor v0.8.0 |
747 | 2025-02-21T19:39:49.585Z | Downloaded tower-service v0.3.3 |
748 | 2025-02-21T19:39:49.585Z | Downloaded owo-colors v4.1.0 |
749 | 2025-02-21T19:39:49.587Z | Downloaded signal-hook-tokio v0.3.1 |
750 | 2025-02-21T19:39:49.587Z | Downloaded diesel-dtrace v0.4.2 |
751 | 2025-02-21T19:39:49.593Z | Downloaded group v0.13.0 |
752 | 2025-02-21T19:39:49.595Z | Downloaded hash32 v0.3.1 |
753 | 2025-02-21T19:39:49.595Z | Downloaded parking_lot_core v0.8.6 |
754 | 2025-02-21T19:39:49.598Z | Downloaded hash32 v0.2.1 |
755 | 2025-02-21T19:39:49.598Z | Downloaded parking_lot_core v0.9.10 |
756 | 2025-02-21T19:39:49.601Z | Downloaded der v0.7.9 |
757 | 2025-02-21T19:39:49.607Z | Downloaded want v0.3.1 |
758 | 2025-02-21T19:39:49.610Z | Downloaded foreign-types-shared v0.3.1 |
759 | 2025-02-21T19:39:49.610Z | Downloaded vte_generate_state_changes v0.1.2 |
760 | 2025-02-21T19:39:49.612Z | Downloaded structmeta-derive v0.3.0 |
761 | 2025-02-21T19:39:49.612Z | Downloaded predicates-tree v1.0.11 |
762 | 2025-02-21T19:39:49.615Z | Downloaded peg-runtime v0.8.3 |
763 | 2025-02-21T19:39:49.615Z | Downloaded rayon-core v1.12.1 |
764 | 2025-02-21T19:39:49.619Z | Downloaded predicates-core v1.0.8 |
765 | 2025-02-21T19:39:49.623Z | Downloaded toml_edit v0.19.15 |
766 | 2025-02-21T19:39:49.640Z | Downloaded sqlparser_derive v0.2.2 |
767 | 2025-02-21T19:39:49.642Z | Downloaded signal-hook-registry v1.4.2 |
768 | 2025-02-21T19:39:49.643Z | Downloaded ref-cast-impl v1.0.23 |
769 | 2025-02-21T19:39:49.645Z | Downloaded rand_core v0.6.4 |
770 | 2025-02-21T19:39:49.645Z | Downloaded phf_shared v0.11.2 |
771 | 2025-02-21T19:39:49.645Z | Downloaded phf_generator v0.11.2 |
772 | 2025-02-21T19:39:49.648Z | Downloaded sync_wrapper v1.0.1 |
773 | 2025-02-21T19:39:49.651Z | Downloaded parking_lot v0.12.3 |
774 | 2025-02-21T19:39:49.653Z | Downloaded sync-ptr v0.1.1 |
775 | 2025-02-21T19:39:49.653Z | Downloaded thiserror-impl v2.0.11 |
776 | 2025-02-21T19:39:49.656Z | Downloaded thiserror-no-std v2.0.2 |
777 | 2025-02-21T19:39:49.659Z | Downloaded ron v0.7.1 |
778 | 2025-02-21T19:39:49.665Z | Downloaded x509-cert v0.2.5 |
779 | 2025-02-21T19:39:49.672Z | Downloaded derive_builder_macro v0.20.2 |
780 | 2025-02-21T19:39:49.675Z | Downloaded aes-gcm v0.10.3 |
781 | 2025-02-21T19:39:49.678Z | Downloaded dyn-clone v1.0.18 |
782 | 2025-02-21T19:39:49.680Z | Downloaded xz2 v0.1.7 |
783 | 2025-02-21T19:39:49.683Z | Downloaded zip v0.6.6 |
784 | 2025-02-21T19:39:49.686Z | Downloaded hex v0.4.3 |
785 | 2025-02-21T19:39:49.691Z | Downloaded nodrop v0.1.14 |
786 | 2025-02-21T19:39:49.695Z | Downloaded phf_codegen v0.11.2 |
787 | 2025-02-21T19:39:49.695Z | Downloaded nibble_vec v0.1.0 |
788 | 2025-02-21T19:39:49.695Z | Downloaded tar v0.4.42 |
789 | 2025-02-21T19:39:49.698Z | Downloaded rtoolbox v0.0.2 |
790 | 2025-02-21T19:39:49.698Z | Downloaded zone_cfg_derive v0.1.2 |
791 | 2025-02-21T19:39:49.701Z | Downloaded signature v2.2.0 |
792 | 2025-02-21T19:39:49.701Z | Downloaded signal-hook-mio v0.2.4 |
793 | 2025-02-21T19:39:49.704Z | Downloaded same-file v1.0.6 |
794 | 2025-02-21T19:39:49.707Z | Downloaded psl-types v2.0.11 |
795 | 2025-02-21T19:39:49.707Z | Downloaded unicase v2.7.0 |
796 | 2025-02-21T19:39:49.710Z | Downloaded thiserror v2.0.11 |
797 | 2025-02-21T19:39:49.714Z | Downloaded static_assertions v1.1.0 |
798 | 2025-02-21T19:39:49.717Z | Downloaded half v2.4.1 |
799 | 2025-02-21T19:39:49.719Z | Downloaded typify v0.2.0 |
800 | 2025-02-21T19:39:49.723Z | Downloaded foreign-types v0.3.2 |
801 | 2025-02-21T19:39:49.725Z | Downloaded reedline v0.35.0 |
802 | 2025-02-21T19:39:49.733Z | Downloaded filetime v0.2.25 |
803 | 2025-02-21T19:39:49.736Z | Downloaded zone v0.3.0 |
804 | 2025-02-21T19:39:49.738Z | Downloaded zone v0.1.8 |
805 | 2025-02-21T19:39:49.739Z | Downloaded utf-8 v0.7.6 |
806 | 2025-02-21T19:39:49.740Z | Downloaded foldhash v0.1.3 |
807 | 2025-02-21T19:39:49.743Z | Downloaded fixedbitset v0.4.2 |
808 | 2025-02-21T19:39:49.743Z | Downloaded itertools v0.12.1 |
809 | 2025-02-21T19:39:49.750Z | Downloaded pem v3.0.4 |
810 | 2025-02-21T19:39:49.753Z | Downloaded rand_chacha v0.3.1 |
811 | 2025-02-21T19:39:49.756Z | Downloaded num-derive v0.4.2 |
812 | 2025-02-21T19:39:49.758Z | Downloaded postcard v1.0.10 |
813 | 2025-02-21T19:39:49.761Z | Downloaded pin-project-internal v1.1.6 |
814 | 2025-02-21T19:39:49.763Z | Downloaded sec1 v0.7.3 |
815 | 2025-02-21T19:39:49.763Z | Downloaded tokio-tungstenite v0.23.1 |
816 | 2025-02-21T19:39:49.766Z | Downloaded spin v0.9.8 |
817 | 2025-02-21T19:39:49.769Z | Downloaded futures v0.3.31 |
818 | 2025-02-21T19:39:49.775Z | Downloaded tinystr v0.7.6 |
819 | 2025-02-21T19:39:49.778Z | Downloaded opaque-debug v0.3.1 |
820 | 2025-02-21T19:39:49.780Z | Downloaded utf16_iter v1.0.5 |
821 | 2025-02-21T19:39:49.781Z | Downloaded smf v0.2.3 |
822 | 2025-02-21T19:39:49.783Z | Downloaded strum_macros v0.26.4 |
823 | 2025-02-21T19:39:49.787Z | Downloaded slog-bunyan v2.5.0 |
824 | 2025-02-21T19:39:49.791Z | Downloaded slog-async v2.8.0 |
825 | 2025-02-21T19:39:49.791Z | Downloaded foreign-types-shared v0.1.1 |
826 | 2025-02-21T19:39:49.791Z | Downloaded rustyline v14.0.0 |
827 | 2025-02-21T19:39:49.795Z | Downloaded num-iter v0.1.45 |
828 | 2025-02-21T19:39:49.798Z | Downloaded futures-channel v0.3.31 |
829 | 2025-02-21T19:39:49.801Z | Downloaded fs_extra v1.3.0 |
830 | 2025-02-21T19:39:49.803Z | Downloaded peg v0.8.4 |
831 | 2025-02-21T19:39:49.810Z | Downloaded zerofrom v0.1.4 |
832 | 2025-02-21T19:39:49.812Z | Downloaded simd-adler32 v0.3.7 |
833 | 2025-02-21T19:39:49.812Z | Downloaded postgres-protocol v0.6.7 |
834 | 2025-02-21T19:39:49.812Z | Downloaded hashlink v0.9.1 |
835 | 2025-02-21T19:39:49.816Z | Downloaded sigpipe v0.1.3 |
836 | 2025-02-21T19:39:49.816Z | Downloaded nu-ansi-term v0.50.1 |
837 | 2025-02-21T19:39:49.818Z | Downloaded precomputed-hash v0.1.1 |
838 | 2025-02-21T19:39:49.818Z | Downloaded rustc-demangle v0.1.24 |
839 | 2025-02-21T19:39:49.821Z | Downloaded sct v0.7.1 |
840 | 2025-02-21T19:39:49.824Z | Downloaded flagset v0.4.6 |
841 | 2025-02-21T19:39:49.827Z | Downloaded ron v0.8.1 |
842 | 2025-02-21T19:39:49.833Z | Downloaded ecdsa v0.16.9 |
843 | 2025-02-21T19:39:49.835Z | Downloaded tungstenite v0.24.0 |
844 | 2025-02-21T19:39:49.840Z | Downloaded scopeguard v1.2.0 |
845 | 2025-02-21T19:39:49.842Z | Downloaded des v0.8.1 |
846 | 2025-02-21T19:39:49.845Z | Downloaded serde_with v3.11.0 |
847 | 2025-02-21T19:39:49.852Z | Downloaded zip v2.1.3 |
848 | 2025-02-21T19:39:49.858Z | Downloaded foreign-types-macros v0.2.3 |
849 | 2025-02-21T19:39:49.863Z | Downloaded foreign-types v0.5.0 |
850 | 2025-02-21T19:39:49.863Z | Downloaded olpc-cjson v0.1.4 |
851 | 2025-02-21T19:39:49.865Z | Downloaded time-core v0.1.2 |
852 | 2025-02-21T19:39:49.865Z | Downloaded password-hash v0.5.0 |
853 | 2025-02-21T19:39:49.865Z | Downloaded termtree v0.5.1 |
854 | 2025-02-21T19:39:49.881Z | Downloaded synstructure v0.13.1 |
855 | 2025-02-21T19:39:49.881Z | Downloaded snafu-derive v0.8.5 |
856 | 2025-02-21T19:39:49.881Z | Downloaded sha1 v0.10.6 |
857 | 2025-02-21T19:39:49.881Z | Downloaded displaydoc v0.2.5 |
858 | 2025-02-21T19:39:49.881Z | Downloaded derive_builder_core v0.20.2 |
859 | 2025-02-21T19:39:49.884Z | Downloaded tower-layer v0.3.3 |
860 | 2025-02-21T19:39:49.884Z | Downloaded itertools v0.13.0 |
861 | 2025-02-21T19:39:49.888Z | Downloaded dsl_auto_type v0.1.2 |
862 | 2025-02-21T19:39:49.890Z | Downloaded scrypt v0.11.0 |
863 | 2025-02-21T19:39:49.890Z | Downloaded data-encoding v2.6.0 |
864 | 2025-02-21T19:39:49.890Z | Downloaded tough v0.19.0 |
865 | 2025-02-21T19:39:49.900Z | Downloaded r2d2 v0.8.10 |
866 | 2025-02-21T19:39:49.902Z | Downloaded quinn-udp v0.5.5 |
867 | 2025-02-21T19:39:49.905Z | Downloaded idna v1.0.3 |
868 | 2025-02-21T19:39:49.908Z | Downloaded pkg-config v0.3.31 |
869 | 2025-02-21T19:39:49.911Z | Downloaded yoke-derive v0.7.4 |
870 | 2025-02-21T19:39:49.911Z | Downloaded rustfmt-wrapper v0.2.1 |
871 | 2025-02-21T19:39:49.913Z | Downloaded rustc-hash v1.1.0 |
872 | 2025-02-21T19:39:49.913Z | Downloaded rpassword v7.3.1 |
873 | 2025-02-21T19:39:49.916Z | Downloaded radium v0.7.0 |
874 | 2025-02-21T19:39:49.916Z | Downloaded tiny-keccak v2.0.2 |
875 | 2025-02-21T19:39:49.919Z | Downloaded num-rational v0.4.2 |
876 | 2025-02-21T19:39:49.922Z | Downloaded time-macros v0.2.18 |
877 | 2025-02-21T19:39:49.925Z | Downloaded num_enum_derive v0.5.11 |
878 | 2025-02-21T19:39:49.925Z | Downloaded tinyvec_macros v0.1.1 |
879 | 2025-02-21T19:39:49.925Z | Downloaded futures-executor v0.3.31 |
880 | 2025-02-21T19:39:49.927Z | Downloaded value-bag v1.9.0 |
881 | 2025-02-21T19:39:49.930Z | Downloaded futures-core v0.3.31 |
882 | 2025-02-21T19:39:49.932Z | Downloaded fragile v2.0.0 |
883 | 2025-02-21T19:39:49.937Z | Downloaded rsa v0.9.6 |
884 | 2025-02-21T19:39:49.941Z | Downloaded pkcs8 v0.10.2 |
885 | 2025-02-21T19:39:49.944Z | Downloaded dunce v1.0.5 |
886 | 2025-02-21T19:39:49.944Z | Downloaded deranged v0.3.11 |
887 | 2025-02-21T19:39:49.944Z | Downloaded secrecy v0.8.0 |
888 | 2025-02-21T19:39:49.947Z | Downloaded percent-encoding v2.3.1 |
889 | 2025-02-21T19:39:49.951Z | Downloaded flate2 v1.0.35 |
890 | 2025-02-21T19:39:49.954Z | Downloaded tokio-rustls v0.25.0 |
891 | 2025-02-21T19:39:49.956Z | Downloaded tls_codec v0.4.1 |
892 | 2025-02-21T19:39:49.956Z | Downloaded omicron-zone-package v0.12.0 |
893 | 2025-02-21T19:39:49.962Z | Downloaded globset v0.4.15 |
894 | 2025-02-21T19:39:49.966Z | Downloaded openssl-sys v0.9.106 |
895 | 2025-02-21T19:39:49.970Z | Downloaded zerofrom-derive v0.1.4 |
896 | 2025-02-21T19:39:49.970Z | Downloaded poly1305 v0.8.0 |
897 | 2025-02-21T19:39:49.973Z | Downloaded test-strategy v0.3.1 |
898 | 2025-02-21T19:39:49.976Z | Downloaded phf v0.11.2 |
899 | 2025-02-21T19:39:49.979Z | Downloaded quick-error v1.2.3 |
900 | 2025-02-21T19:39:49.979Z | Downloaded tls_codec_derive v0.4.1 |
901 | 2025-02-21T19:39:49.982Z | Downloaded shlex v1.3.0 |
902 | 2025-02-21T19:39:49.982Z | Downloaded dropshot_endpoint v0.12.0 |
903 | 2025-02-21T19:39:49.988Z | Downloaded vergen v8.3.2 |
904 | 2025-02-21T19:39:49.992Z | Downloaded hashbrown v0.14.5 |
905 | 2025-02-21T19:39:49.999Z | Downloaded dropshot_endpoint v0.15.1 |
906 | 2025-02-21T19:39:50.004Z | Downloaded tokio-postgres v0.7.12 |
907 | 2025-02-21T19:39:50.004Z | Downloaded derive-where v1.2.7 |
908 | 2025-02-21T19:39:50.010Z | Downloaded zerocopy v0.6.6 |
909 | 2025-02-21T19:39:50.013Z | Downloaded postgres-types v0.2.8 |
910 | 2025-02-21T19:39:50.013Z | Downloaded derive_builder v0.20.2 |
911 | 2025-02-21T19:39:50.017Z | Downloaded tokio-tungstenite v0.24.0 |
912 | 2025-02-21T19:39:50.020Z | Downloaded tokio-stream v0.1.16 |
913 | 2025-02-21T19:39:50.024Z | Downloaded rustls-pemfile v2.2.0 |
914 | 2025-02-21T19:39:50.029Z | Downloaded num-bigint v0.4.6 |
915 | 2025-02-21T19:39:50.034Z | Downloaded tracing-core v0.1.32 |
916 | 2025-02-21T19:39:50.037Z | Downloaded typed-path v0.9.3 |
917 | 2025-02-21T19:39:50.043Z | Downloaded aws-lc-rs v1.10.0 |
918 | 2025-02-21T19:39:50.054Z | Downloaded rcgen v0.12.1 |
919 | 2025-02-21T19:39:50.060Z | Downloaded snafu v0.8.5 |
920 | 2025-02-21T19:39:50.063Z | Downloaded rustls-pki-types v1.10.0 |
921 | 2025-02-21T19:39:50.066Z | Downloaded tracing v0.1.40 |
922 | 2025-02-21T19:39:50.071Z | Downloaded qorb v0.2.1 |
923 | 2025-02-21T19:39:50.076Z | Downloaded reqwest v0.12.12 |
924 | 2025-02-21T19:39:50.085Z | Downloaded parse-zoneinfo v0.3.1 |
925 | 2025-02-21T19:39:50.088Z | Downloaded winnow v0.5.40 |
926 | 2025-02-21T19:39:50.098Z | Downloaded num-bigint-dig v0.8.4 |
927 | 2025-02-21T19:39:50.103Z | Downloaded tokio-util v0.7.12 |
928 | 2025-02-21T19:39:50.111Z | Downloaded ed25519-dalek v2.1.1 |
929 | 2025-02-21T19:39:50.117Z | Downloaded unicode-normalization v0.1.24 |
930 | 2025-02-21T19:39:50.120Z | Downloaded tinyvec v1.8.0 |
931 | 2025-02-21T19:39:50.123Z | Downloaded rustls-webpki v0.102.8 |
932 | 2025-02-21T19:39:50.142Z | Downloaded expectorate v1.1.0 |
933 | 2025-02-21T19:39:50.145Z | Downloaded h2 v0.4.6 |
934 | 2025-02-21T19:39:50.152Z | Downloaded hashbrown v0.12.3 |
935 | 2025-02-21T19:39:50.154Z | Downloaded russh v0.45.0 |
936 | 2025-02-21T19:39:50.160Z | Downloaded curve25519-dalek v4.1.3 |
937 | 2025-02-21T19:39:50.169Z | Downloaded publicsuffix v2.3.0 |
938 | 2025-02-21T19:39:50.172Z | Downloaded lalrpop v0.19.12 |
939 | 2025-02-21T19:39:50.185Z | Downloaded regex-syntax v0.6.29 |
940 | 2025-02-21T19:39:50.194Z | Downloaded nom v7.1.3 |
941 | 2025-02-21T19:39:50.209Z | Downloaded bindgen v0.69.5 |
942 | 2025-02-21T19:39:50.214Z | Downloaded portable-atomic v1.9.0 |
943 | 2025-02-21T19:39:50.220Z | Downloaded vcpkg v0.2.15 |
944 | 2025-02-21T19:39:50.256Z | Downloaded zerovec v0.10.4 |
945 | 2025-02-21T19:39:50.260Z | Downloaded object v0.30.4 |
946 | 2025-02-21T19:39:50.273Z | Downloaded nix v0.27.1 |
947 | 2025-02-21T19:39:50.283Z | Downloaded p384 v0.13.0 |
948 | 2025-02-21T19:39:50.291Z | Downloaded chrono-tz v0.10.1 |
949 | 2025-02-21T19:39:50.299Z | Downloaded rustls v0.21.12 |
950 | 2025-02-21T19:39:50.310Z | Downloaded futures-util v0.3.31 |
951 | 2025-02-21T19:39:50.322Z | Downloaded openssl v0.10.71 |
952 | 2025-02-21T19:39:50.333Z | Downloaded quick-xml v0.33.0 |
953 | 2025-02-21T19:39:50.339Z | Downloaded webpki-roots v0.26.6 |
954 | 2025-02-21T19:39:50.345Z | Downloaded regress v0.10.1 |
955 | 2025-02-21T19:39:50.354Z | Downloaded regex v1.11.1 |
956 | 2025-02-21T19:39:50.368Z | Downloaded smoltcp v0.9.1 |
957 | 2025-02-21T19:39:50.379Z | Downloaded git2 v0.19.0 |
958 | 2025-02-21T19:39:50.389Z | Downloaded nix v0.29.0 |
959 | 2025-02-21T19:39:50.401Z | Downloaded radix_trie v0.2.1 |
960 | 2025-02-21T19:39:50.407Z | Downloaded diesel v2.2.7 |
961 | 2025-02-21T19:39:50.426Z | Downloaded openapiv3 v2.0.0 |
962 | 2025-02-21T19:39:50.438Z | Downloaded typify-impl v0.3.0 |
963 | 2025-02-21T19:39:50.455Z | Downloaded nix v0.28.0 |
964 | 2025-02-21T19:39:50.466Z | Downloaded rustls v0.22.4 |
965 | 2025-02-21T19:39:50.480Z | Downloaded polar-core v0.27.3 |
966 | 2025-02-21T19:39:50.489Z | Downloaded smoltcp v0.11.0 |
967 | 2025-02-21T19:39:50.503Z | Downloaded dropshot v0.15.1 |
968 | 2025-02-21T19:39:50.524Z | Downloaded typify-impl v0.2.0 |
969 | 2025-02-21T19:39:50.539Z | Downloaded sled v0.34.7 |
970 | 2025-02-21T19:39:50.550Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
971 | 2025-02-21T19:39:50.565Z | Downloaded gimli v0.31.1 |
972 | 2025-02-21T19:39:50.574Z | Downloaded regex-syntax v0.8.5 |
973 | 2025-02-21T19:39:50.586Z | Downloaded object v0.36.5 |
974 | 2025-02-21T19:39:50.594Z | Downloaded regress v0.9.1 |
975 | 2025-02-21T19:39:50.603Z | Downloaded hickory-proto v0.24.3 |
976 | 2025-02-21T19:39:50.620Z | Downloaded zerocopy-derive v0.6.6 |
977 | 2025-02-21T19:39:50.628Z | Downloaded petgraph v0.6.5 |
978 | 2025-02-21T19:39:50.646Z | Downloaded zerocopy v0.8.10 |
979 | 2025-02-21T19:39:50.669Z | Downloaded ratatui v0.29.0 |
980 | 2025-02-21T19:39:50.688Z | Downloaded bstr v1.10.0 |
981 | 2025-02-21T19:39:50.700Z | Downloaded regex-automata v0.4.8 |
982 | 2025-02-21T19:39:50.718Z | Downloaded rustls-webpki v0.101.7 |
983 | 2025-02-21T19:39:50.730Z | Downloaded lzma-sys v0.1.20 |
984 | 2025-02-21T19:39:50.757Z | Downloaded rayon v1.10.0 |
985 | 2025-02-21T19:39:50.766Z | Downloaded csv v1.3.1 |
986 | 2025-02-21T19:39:50.787Z | Downloaded dropshot v0.12.0 |
987 | 2025-02-21T19:39:50.804Z | Downloaded rustls v0.23.19 |
988 | 2025-02-21T19:39:50.817Z | Downloaded sqlparser v0.45.0 |
989 | 2025-02-21T19:39:50.823Z | Downloaded sha3 v0.10.8 |
990 | 2025-02-21T19:39:50.829Z | Downloaded petname v2.0.2 |
991 | 2025-02-21T19:39:50.832Z | Downloaded unicode-width v0.2.0 |
992 | 2025-02-21T19:39:50.838Z | Downloaded libz-sys v1.1.20 |
993 | 2025-02-21T19:39:50.860Z | Downloaded rusqlite v0.32.1 |
994 | 2025-02-21T19:39:50.866Z | Downloaded icu_properties_data v1.5.0 |
995 | 2025-02-21T19:39:50.876Z | Downloaded zerocopy-derive v0.8.10 |
996 | 2025-02-21T19:39:50.882Z | Downloaded tokio-rustls v0.24.1 |
997 | 2025-02-21T19:39:50.885Z | Downloaded document-features v0.2.10 |
998 | 2025-02-21T19:39:50.888Z | Downloaded pkcs5 v0.7.1 |
999 | 2025-02-21T19:39:50.890Z | Downloaded vsss-rs v3.3.4 |
1000 | 2025-02-21T19:39:50.894Z | Downloaded tokio v1.43.0 |
1001 | 2025-02-21T19:39:50.931Z | Downloaded flume v0.11.1 |
1002 | 2025-02-21T19:39:50.934Z | Downloaded p521 v0.13.3 |
1003 | 2025-02-21T19:39:50.937Z | Downloaded salty v0.3.0 |
1004 | 2025-02-21T19:39:50.943Z | Downloaded bitvec v1.0.1 |
1005 | 2025-02-21T19:39:50.958Z | Downloaded steno v0.4.1 |
1006 | 2025-02-21T19:39:50.963Z | Downloaded chrono v0.4.39 |
1007 | 2025-02-21T19:39:50.970Z | Downloaded heapless v0.7.17 |
1008 | 2025-02-21T19:39:50.973Z | Downloaded headers v0.4.0 |
1009 | 2025-02-21T19:39:50.979Z | Downloaded topological-sort v0.2.2 |
1010 | 2025-02-21T19:39:50.982Z | Downloaded oso v0.27.3 |
1011 | 2025-02-21T19:39:50.984Z | Downloaded derive_more v0.99.19 |
1012 | 2025-02-21T19:39:50.990Z | Downloaded tungstenite v0.21.0 |
1013 | 2025-02-21T19:39:50.994Z | Downloaded quinn-proto v0.11.8 |
1014 | 2025-02-21T19:39:50.999Z | Downloaded proptest v1.5.0 |
1015 | 2025-02-21T19:39:51.007Z | Downloaded slog v2.7.0 |
1016 | 2025-02-21T19:39:51.010Z | Downloaded predicates v3.1.3 |
1017 | 2025-02-21T19:39:51.013Z | Downloaded zerovec-derive v0.10.3 |
1018 | 2025-02-21T19:39:51.016Z | Downloaded peg-macros v0.8.4 |
1019 | 2025-02-21T19:39:51.016Z | Downloaded env_logger v0.11.5 |
1020 | 2025-02-21T19:39:51.019Z | Downloaded typify v0.3.0 |
1021 | 2025-02-21T19:39:51.023Z | Downloaded unicode-bidi v0.3.17 |
1022 | 2025-02-21T19:39:51.027Z | Downloaded signal-hook v0.3.17 |
1023 | 2025-02-21T19:39:51.030Z | Downloaded samael v0.0.17 |
1024 | 2025-02-21T19:39:51.034Z | Downloaded prettyplease v0.2.29 |
1025 | 2025-02-21T19:39:51.037Z | Downloaded russh-keys v0.45.0 |
1026 | 2025-02-21T19:39:51.041Z | Downloaded password-hash v0.4.2 |
1027 | 2025-02-21T19:39:51.041Z | Downloaded num_enum v0.5.11 |
1028 | 2025-02-21T19:39:51.045Z | Downloaded num-integer v0.1.46 |
1029 | 2025-02-21T19:39:51.048Z | Downloaded uzers v0.12.1 |
1030 | 2025-02-21T19:39:51.052Z | Downloaded pem-rfc7468 v0.7.0 |
1031 | 2025-02-21T19:39:51.052Z | Downloaded der_derive v0.7.3 |
1032 | 2025-02-21T19:39:51.056Z | Downloaded tui-tree-widget v0.23.0 |
1033 | 2025-02-21T19:39:51.056Z | Downloaded vte v0.11.1 |
1034 | 2025-02-21T19:39:51.056Z | Downloaded blake3 v1.5.4 |
1035 | 2025-02-21T19:39:51.064Z | Downloaded encoding_rs v0.8.34 |
1036 | 2025-02-21T19:39:51.085Z | Downloaded unicode-segmentation v1.12.0 |
1037 | 2025-02-21T19:39:51.088Z | Downloaded tower v0.5.2 |
1038 | 2025-02-21T19:39:51.095Z | Downloaded hashbrown v0.13.2 |
1039 | 2025-02-21T19:39:51.101Z | Downloaded aho-corasick v1.1.3 |
1040 | 2025-02-21T19:39:51.105Z | Downloaded pbkdf2 v0.12.2 |
1041 | 2025-02-21T19:39:51.107Z | Downloaded paste v1.0.15 |
1042 | 2025-02-21T19:39:51.112Z | Downloaded time v0.3.36 |
1043 | 2025-02-21T19:39:51.116Z | Downloaded pin-project v1.1.6 |
1044 | 2025-02-21T19:39:51.128Z | Downloaded num v0.4.3 |
1045 | 2025-02-21T19:39:51.130Z | Downloaded polyval v0.6.2 |
1046 | 2025-02-21T19:39:51.131Z | Downloaded diff v0.1.13 |
1047 | 2025-02-21T19:39:51.133Z | Downloaded yoke v0.7.4 |
1048 | 2025-02-21T19:39:51.136Z | Downloaded yasna v0.5.2 |
1049 | 2025-02-21T19:39:51.136Z | Downloaded num-traits v0.2.19 |
1050 | 2025-02-21T19:39:51.140Z | Downloaded elliptic-curve v0.13.8 |
1051 | 2025-02-21T19:39:51.146Z | Downloaded darling_core v0.20.10 |
1052 | 2025-02-21T19:39:51.152Z | Downloaded ring v0.17.9 |
1053 | 2025-02-21T19:39:51.189Z | Downloaded url v2.5.3 |
1054 | 2025-02-21T19:39:51.194Z | Downloaded unicode_categories v0.1.1 |
1055 | 2025-02-21T19:39:51.199Z | Downloaded p256 v0.13.2 |
1056 | 2025-02-21T19:39:51.199Z | Downloaded spki v0.7.3 |
1057 | 2025-02-21T19:39:51.205Z | Downloaded smallvec v1.13.2 |
1058 | 2025-02-21T19:39:51.206Z | Downloaded rand_xorshift v0.3.0 |
1059 | 2025-02-21T19:39:51.206Z | Downloaded itertools v0.10.5 |
1060 | 2025-02-21T19:39:51.209Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1061 | 2025-02-21T19:39:51.268Z | Downloaded glob v0.3.2 |
1062 | 2025-02-21T19:39:51.272Z | Downloaded form_urlencoded v1.2.1 |
1063 | 2025-02-21T19:39:51.272Z | Downloaded fallible-iterator v0.2.0 |
1064 | 2025-02-21T19:39:51.272Z | Downloaded ref-cast v1.0.23 |
1065 | 2025-02-21T19:39:51.272Z | Downloaded writeable v0.5.5 |
1066 | 2025-02-21T19:39:51.281Z | Downloaded walkdir v2.5.0 |
1067 | 2025-02-21T19:39:51.281Z | Downloaded tokio-rustls v0.26.0 |
1068 | 2025-02-21T19:39:51.291Z | Downloaded crossterm v0.28.1 |
1069 | 2025-02-21T19:39:51.291Z | Downloaded ssh-key v0.6.6 |
1070 | 2025-02-21T19:39:51.294Z | Downloaded libxml v0.3.3 |
1071 | 2025-02-21T19:39:51.297Z | Downloaded unsafe-libyaml v0.2.11 |
1072 | 2025-02-21T19:39:51.300Z | Downloaded thiserror-impl-no-std v2.0.2 |
1073 | 2025-02-21T19:39:51.300Z | Downloaded supports-color v3.0.1 |
1074 | 2025-02-21T19:39:51.300Z | Downloaded smallvec v0.6.14 |
1075 | 2025-02-21T19:39:51.305Z | Downloaded heapless v0.8.0 |
1076 | 2025-02-21T19:39:51.309Z | Downloaded display-error-chain v0.2.2 |
1077 | 2025-02-21T19:39:51.309Z | Downloaded whoami v1.5.2 |
1078 | 2025-02-21T19:39:51.309Z | Downloaded rand v0.8.5 |
1079 | 2025-02-21T19:39:51.328Z | Downloaded mio v1.0.2 |
1080 | 2025-02-21T19:39:51.328Z | Downloaded serde_derive_internals v0.29.1 |
1081 | 2025-02-21T19:39:51.328Z | Downloaded unicode-properties v0.1.3 |
1082 | 2025-02-21T19:39:51.333Z | Downloaded libm v0.2.8 |
1083 | 2025-02-21T19:39:51.333Z | Downloaded float-ord v0.3.2 |
1084 | 2025-02-21T19:39:51.333Z | Downloaded float-cmp v0.10.0 |
1085 | 2025-02-21T19:39:51.333Z | Downloaded phf_shared v0.10.0 |
1086 | 2025-02-21T19:39:51.333Z | Downloaded openssl-macros v0.1.1 |
1087 | 2025-02-21T19:39:51.336Z | Downloaded defmt v0.3.8 |
1088 | 2025-02-21T19:39:51.336Z | Downloaded which v4.4.2 |
1089 | 2025-02-21T19:39:51.336Z | Downloaded native-tls v0.2.12 |
1090 | 2025-02-21T19:39:51.340Z | Downloaded tokio-tungstenite v0.21.0 |
1091 | 2025-02-21T19:39:51.343Z | Downloaded minimal-lexical v0.2.1 |
1092 | 2025-02-21T19:39:51.346Z | Downloaded term v0.7.0 |
1093 | 2025-02-21T19:39:51.349Z | Downloaded similar v2.6.0 |
1094 | 2025-02-21T19:39:51.352Z | Downloaded aes v0.8.4 |
1095 | 2025-02-21T19:39:51.355Z | Downloaded daft-derive v0.1.1 |
1096 | 2025-02-21T19:39:51.359Z | Downloaded structmeta v0.2.0 |
1097 | 2025-02-21T19:39:51.362Z | Downloaded strip-ansi-escapes v0.2.0 |
1098 | 2025-02-21T19:39:51.362Z | Downloaded structmeta v0.3.0 |
1099 | 2025-02-21T19:39:51.362Z | Downloaded sqlformat v0.2.6 |
1100 | 2025-02-21T19:39:51.362Z | Downloaded serde_repr v0.1.19 |
1101 | 2025-02-21T19:39:51.367Z | Downloaded serde_plain v1.0.2 |
1102 | 2025-02-21T19:39:51.367Z | Downloaded serde-hex v0.1.0 |
1103 | 2025-02-21T19:39:51.371Z | Downloaded semver v0.1.20 |
1104 | 2025-02-21T19:39:51.371Z | Downloaded untrusted v0.9.0 |
1105 | 2025-02-21T19:39:51.371Z | Downloaded parking_lot v0.11.2 |
1106 | 2025-02-21T19:39:51.374Z | Downloaded diesel_derives v2.2.3 |
1107 | 2025-02-21T19:39:51.379Z | Downloaded oxnet v0.1.0 |
1108 | 2025-02-21T19:39:51.383Z | Downloaded icu_provider v1.5.0 |
1109 | 2025-02-21T19:39:51.383Z | Downloaded strum v0.26.3 |
1110 | 2025-02-21T19:39:51.383Z | Downloaded serde_urlencoded v0.7.1 |
1111 | 2025-02-21T19:39:51.385Z | Downloaded embedded-io v0.4.0 |
1112 | 2025-02-21T19:39:51.385Z | Downloaded dirs-sys-next v0.1.2 |
1113 | 2025-02-21T19:39:51.386Z | Downloaded dirs-next v2.0.0 |
1114 | 2025-02-21T19:39:51.388Z | Downloaded difflib v0.4.0 |
1115 | 2025-02-21T19:39:51.388Z | Downloaded tungstenite v0.23.0 |
1116 | 2025-02-21T19:39:51.391Z | Downloaded schemars v0.8.21 |
1117 | 2025-02-21T19:39:51.400Z | Downloaded icu_collections v1.5.0 |
1118 | 2025-02-21T19:39:51.406Z | Downloaded unicode-truncate v1.1.0 |
1119 | 2025-02-21T19:39:51.411Z | Downloaded pin-utils v0.1.0 |
1120 | 2025-02-21T19:39:51.411Z | Downloaded uuid v1.12.0 |
1121 | 2025-02-21T19:39:51.415Z | Downloaded indexmap v1.9.3 |
1122 | 2025-02-21T19:39:51.415Z | Downloaded miniz_oxide v0.8.0 |
1123 | 2025-02-21T19:39:51.418Z | Downloaded hyper-util v0.1.10 |
1124 | 2025-02-21T19:39:51.422Z | Downloaded slog-json v2.6.1 |
1125 | 2025-02-21T19:39:51.425Z | Downloaded slog-envlogger v2.2.0 |
1126 | 2025-02-21T19:39:51.425Z | Downloaded indicatif v0.17.11 |
1127 | 2025-02-21T19:39:51.428Z | Downloaded num-complex v0.4.6 |
1128 | 2025-02-21T19:39:51.432Z | Downloaded crypto-bigint v0.5.5 |
1129 | 2025-02-21T19:39:51.435Z | Downloaded cc v1.1.30 |
1130 | 2025-02-21T19:39:51.438Z | Downloaded subprocess v0.2.9 |
1131 | 2025-02-21T19:39:51.443Z | Downloaded socket2 v0.5.7 |
1132 | 2025-02-21T19:39:51.446Z | Downloaded futures-macro v0.3.31 |
1133 | 2025-02-21T19:39:51.446Z | Downloaded httparse v1.9.5 |
1134 | 2025-02-21T19:39:51.449Z | Downloaded const-oid v0.9.6 |
1135 | 2025-02-21T19:39:51.449Z | Downloaded futures-io v0.3.31 |
1136 | 2025-02-21T19:39:51.452Z | Downloaded fallible-iterator v0.3.0 |
1137 | 2025-02-21T19:39:51.452Z | Downloaded rustc-hash v2.0.0 |
1138 | 2025-02-21T19:39:51.452Z | Downloaded multer v3.1.0 |
1139 | 2025-02-21T19:39:51.455Z | Downloaded ipnet v2.10.1 |
1140 | 2025-02-21T19:39:51.455Z | Downloaded impl-trait-for-tuples v0.2.2 |
1141 | 2025-02-21T19:39:51.459Z | Downloaded fallible-streaming-iterator v0.1.9 |
1142 | 2025-02-21T19:39:51.459Z | Downloaded embedded-io v0.6.1 |
1143 | 2025-02-21T19:39:51.463Z | Downloaded ed25519 v2.2.3 |
1144 | 2025-02-21T19:39:51.464Z | Downloaded defmt-parser v0.3.4 |
1145 | 2025-02-21T19:39:51.464Z | Downloaded num_threads v0.1.7 |
1146 | 2025-02-21T19:39:51.468Z | Downloaded num-conv v0.1.0 |
1147 | 2025-02-21T19:39:51.468Z | Downloaded ena v0.14.3 |
1148 | 2025-02-21T19:39:51.468Z | Downloaded defmt-macros v0.3.9 |
1149 | 2025-02-21T19:39:51.468Z | Downloaded zeroize_derive v1.4.2 |
1150 | 2025-02-21T19:39:51.473Z | Downloaded zeroize v1.8.1 |
1151 | 2025-02-21T19:39:51.473Z | Downloaded stable_deref_trait v1.2.0 |
1152 | 2025-02-21T19:39:51.473Z | Downloaded ssh-cipher v0.2.0 |
1153 | 2025-02-21T19:39:51.473Z | Downloaded hyper-rustls v0.27.3 |
1154 | 2025-02-21T19:39:51.478Z | Downloaded hmac v0.12.1 |
1155 | 2025-02-21T19:39:51.478Z | Downloaded serde_with_macros v3.11.0 |
1156 | 2025-02-21T19:39:51.480Z | Downloaded memmap2 v0.9.5 |
1157 | 2025-02-21T19:39:51.480Z | Downloaded lock_api v0.4.12 |
1158 | 2025-02-21T19:39:51.485Z | Downloaded hyper-staticfile v0.10.1 |
1159 | 2025-02-21T19:39:51.485Z | Downloaded typify-macro v0.2.0 |
1160 | 2025-02-21T19:39:51.488Z | Downloaded slog-scope v4.4.0 |
1161 | 2025-02-21T19:39:51.488Z | Downloaded linked-hash-map v0.5.6 |
1162 | 2025-02-21T19:39:51.488Z | Downloaded libloading v0.8.5 |
1163 | 2025-02-21T19:39:51.491Z | Downloaded ipnetwork v0.21.1 |
1164 | 2025-02-21T19:39:51.491Z | Downloaded instability v0.3.2 |
1165 | 2025-02-21T19:39:51.495Z | Downloaded indoc v2.0.5 |
1166 | 2025-02-21T19:39:51.495Z | Downloaded indent_write v2.2.0 |
1167 | 2025-02-21T19:39:51.500Z | Downloaded idna_adapter v1.2.0 |
1168 | 2025-02-21T19:39:51.500Z | Downloaded backtrace v0.3.74 |
1169 | 2025-02-21T19:39:51.509Z | Downloaded multimap v0.10.0 |
1170 | 2025-02-21T19:39:51.509Z | Downloaded mockall v0.13.0 |
1171 | 2025-02-21T19:39:51.509Z | Downloaded maplit v1.0.2 |
1172 | 2025-02-21T19:39:51.514Z | Downloaded lru-cache v0.1.2 |
1173 | 2025-02-21T19:39:51.514Z | Downloaded linear-map v1.2.0 |
1174 | 2025-02-21T19:39:51.514Z | Downloaded libefi-sys v0.1.0 |
1175 | 2025-02-21T19:39:51.514Z | Downloaded is-terminal v0.4.13 |
1176 | 2025-02-21T19:39:51.514Z | Downloaded inout v0.1.3 |
1177 | 2025-02-21T19:39:51.514Z | Downloaded crossbeam-epoch v0.9.18 |
1178 | 2025-02-21T19:39:51.514Z | Downloaded tokio-macros v2.5.0 |
1179 | 2025-02-21T19:39:51.515Z | Downloaded termios v0.3.3 |
1180 | 2025-02-21T19:39:51.519Z | Downloaded ssh-encoding v0.2.0 |
1181 | 2025-02-21T19:39:51.519Z | Downloaded hubpack v0.1.2 |
1182 | 2025-02-21T19:39:51.519Z | Downloaded allocator-api2 v0.2.18 |
1183 | 2025-02-21T19:39:51.522Z | Downloaded managed v0.8.0 |
1184 | 2025-02-21T19:39:51.522Z | Downloaded lockfree-object-pool v0.1.6 |
1185 | 2025-02-21T19:39:51.527Z | Downloaded libsw v3.3.1 |
1186 | 2025-02-21T19:39:51.527Z | Downloaded lalrpop-util v0.19.12 |
1187 | 2025-02-21T19:39:51.531Z | Downloaded kstat-rs v0.2.4 |
1188 | 2025-02-21T19:39:51.531Z | Downloaded keccak v0.1.5 |
1189 | 2025-02-21T19:39:51.531Z | Downloaded ident_case v1.0.1 |
1190 | 2025-02-21T19:39:51.531Z | Downloaded crc-any v2.5.0 |
1191 | 2025-02-21T19:39:51.536Z | Downloaded async-bb8-diesel v0.2.1 |
1192 | 2025-02-21T19:39:51.536Z | Downloaded hickory-resolver v0.24.3 |
1193 | 2025-02-21T19:39:51.540Z | Downloaded hex-literal v0.4.1 |
1194 | 2025-02-21T19:39:51.540Z | Downloaded hickory-client v0.24.3 |
1195 | 2025-02-21T19:39:51.545Z | Downloaded ahash v0.8.11 |
1196 | 2025-02-21T19:39:51.550Z | Downloaded crc v3.2.1 |
1197 | 2025-02-21T19:39:51.550Z | Downloaded ciborium-ll v0.2.2 |
1198 | 2025-02-21T19:39:51.550Z | Downloaded bzip2 v0.4.4 |
1199 | 2025-02-21T19:39:51.553Z | Downloaded bcs v0.1.6 |
1200 | 2025-02-21T19:39:51.553Z | Downloaded hostname v0.4.0 |
1201 | 2025-02-21T19:39:51.553Z | Downloaded cancel-safe-futures v0.1.5 |
1202 | 2025-02-21T19:39:51.556Z | Downloaded crc32fast v1.4.2 |
1203 | 2025-02-21T19:39:51.559Z | Downloaded ciborium v0.2.2 |
1204 | 2025-02-21T19:39:51.567Z | Downloaded highway v1.2.0 |
1205 | 2025-02-21T19:39:51.567Z | Downloaded http-body v1.0.1 |
1206 | 2025-02-21T19:39:51.573Z | Downloaded castaway v0.2.3 |
1207 | 2025-02-21T19:39:51.573Z | Downloaded block-padding v0.3.3 |
1208 | 2025-02-21T19:39:51.573Z | Downloaded bit-vec v0.6.3 |
1209 | 2025-02-21T19:39:51.644Z | Downloaded libsqlite3-sys v0.30.1 |
1210 | 2025-02-21T19:39:51.856Z | Downloaded aws-lc-sys v0.22.0 |
1211 | 2025-02-21T19:39:52.158Z | Compiling serde v1.0.217 |
1212 | 2025-02-21T19:39:52.162Z | Compiling value-bag v1.9.0 |
1213 | 2025-02-21T19:39:52.162Z | Compiling lock_api v0.4.12 |
1214 | 2025-02-21T19:39:52.162Z | Compiling scopeguard v1.2.0 |
1215 | 2025-02-21T19:39:52.162Z | Compiling typenum v1.17.0 |
1216 | 2025-02-21T19:39:52.162Z | Compiling generic-array v0.14.7 |
1217 | 2025-02-21T19:39:52.340Z | Compiling syn v2.0.96 |
1218 | 2025-02-21T19:39:52.350Z | Compiling getrandom v0.2.15 |
1219 | 2025-02-21T19:39:52.463Z | Compiling subtle v2.6.1 |
1220 | 2025-02-21T19:39:52.675Z | Compiling rand_core v0.6.4 |
1221 | 2025-02-21T19:39:52.893Z | Compiling log v0.4.22 |
1222 | 2025-02-21T19:39:52.962Z | Compiling shlex v1.3.0 |
1223 | 2025-02-21T19:39:52.999Z | Compiling jobserver v0.1.32 |
1224 | 2025-02-21T19:39:53.019Z | Compiling smallvec v1.13.2 |
1225 | 2025-02-21T19:39:53.250Z | Compiling const-oid v0.9.6 |
1226 | 2025-02-21T19:39:53.309Z | Compiling pin-project-lite v0.2.14 |
1227 | 2025-02-21T19:39:53.413Z | Compiling cc v1.1.30 |
1228 | 2025-02-21T19:39:53.449Z | Compiling rustix v0.38.37 |
1229 | 2025-02-21T19:39:53.468Z | Compiling parking_lot_core v0.9.10 |
1230 | 2025-02-21T19:39:53.658Z | Compiling futures-core v0.3.31 |
1231 | 2025-02-21T19:39:53.771Z | Compiling spin v0.9.8 |
1232 | 2025-02-21T19:39:53.911Z | Compiling signal-hook-registry v1.4.2 |
1233 | 2025-02-21T19:39:54.165Z | Compiling mio v1.0.2 |
1234 | 2025-02-21T19:39:54.374Z | Compiling parking_lot v0.12.3 |
1235 | 2025-02-21T19:39:54.496Z | Compiling aho-corasick v1.1.3 |
1236 | 2025-02-21T19:39:54.611Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2025-02-21T19:39:54.725Z | Compiling regex-syntax v0.8.5 |
1238 | 2025-02-21T19:39:54.744Z | Compiling cpufeatures v0.2.14 |
1239 | 2025-02-21T19:39:54.862Z | Compiling futures-sink v0.3.31 |
1240 | 2025-02-21T19:39:55.032Z | Compiling socket2 v0.5.7 |
1241 | 2025-02-21T19:39:55.213Z | Compiling slab v0.4.9 |
1242 | 2025-02-21T19:39:55.247Z | Compiling glob v0.3.2 |
1243 | 2025-02-21T19:39:55.379Z | Compiling either v1.13.0 |
1244 | 2025-02-21T19:39:55.706Z | Compiling prettyplease v0.2.29 |
1245 | 2025-02-21T19:39:55.965Z | Compiling lazy_static v1.5.0 |
1246 | 2025-02-21T19:39:56.026Z | Compiling minimal-lexical v0.2.1 |
1247 | 2025-02-21T19:39:56.074Z | Compiling serde_json v1.0.139 |
1248 | 2025-02-21T19:39:56.105Z | Compiling clang-sys v1.8.1 |
1249 | 2025-02-21T19:39:56.108Z | Compiling futures-channel v0.3.31 |
1250 | 2025-02-21T19:39:56.445Z | Compiling nom v7.1.3 |
1251 | 2025-02-21T19:39:56.527Z | Compiling libloading v0.8.5 |
1252 | 2025-02-21T19:39:56.552Z | Compiling bindgen v0.69.5 |
1253 | 2025-02-21T19:39:56.914Z | Compiling futures-task v0.3.31 |
1254 | 2025-02-21T19:39:57.048Z | Compiling pin-utils v0.1.0 |
1255 | 2025-02-21T19:39:57.088Z | Compiling futures-io v0.3.31 |
1256 | 2025-02-21T19:39:57.161Z | Compiling home v0.5.9 |
1257 | 2025-02-21T19:39:57.357Z | Compiling itertools v0.10.5 |
1258 | 2025-02-21T19:39:57.379Z | Compiling lazycell v1.3.0 |
1259 | 2025-02-21T19:39:57.486Z | Compiling allocator-api2 v0.2.18 |
1260 | 2025-02-21T19:39:57.564Z | Compiling libm v0.2.8 |
1261 | 2025-02-21T19:39:57.976Z | Compiling foldhash v0.1.3 |
1262 | 2025-02-21T19:39:58.228Z | Compiling rustc-hash v1.1.0 |
1263 | 2025-02-21T19:39:58.250Z | Compiling hashbrown v0.15.1 |
1264 | 2025-02-21T19:39:58.383Z | Compiling regex-automata v0.4.8 |
1265 | 2025-02-21T19:39:59.161Z | Compiling cmake v0.1.51 |
1266 | 2025-02-21T19:39:59.402Z | Compiling num-traits v0.2.19 |
1267 | 2025-02-21T19:39:59.722Z | Compiling synstructure v0.13.1 |
1268 | 2025-02-21T19:39:59.849Z | Compiling cexpr v0.6.0 |
1269 | 2025-02-21T19:39:59.986Z | Compiling dunce v1.0.5 |
1270 | 2025-02-21T19:40:00.126Z | Compiling fs_extra v1.3.0 |
1271 | 2025-02-21T19:40:00.665Z | Compiling pkg-config v0.3.31 |
1272 | 2025-02-21T19:40:01.073Z | Compiling writeable v0.5.5 |
1273 | 2025-02-21T19:40:01.325Z | Compiling litemap v0.7.3 |
1274 | 2025-02-21T19:40:01.605Z | Compiling ring v0.17.9 |
1275 | 2025-02-21T19:40:01.719Z | Compiling paste v1.0.15 |
1276 | 2025-02-21T19:40:02.234Z | Compiling base64ct v1.6.0 |
1277 | 2025-02-21T19:40:02.322Z | Compiling icu_locid_transform_data v1.5.0 |
1278 | 2025-02-21T19:40:02.432Z | Compiling aws-lc-rs v1.10.0 |
1279 | 2025-02-21T19:40:02.615Z | Compiling flagset v0.4.6 |
1280 | 2025-02-21T19:40:02.784Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2025-02-21T19:40:02.825Z | Compiling httparse v1.9.5 |
1282 | 2025-02-21T19:40:03.356Z | Compiling tracing-core v0.1.32 |
1283 | 2025-02-21T19:40:03.536Z | Compiling icu_properties_data v1.5.0 |
1284 | 2025-02-21T19:40:03.602Z | Compiling regex v1.11.1 |
1285 | 2025-02-21T19:40:03.796Z | Compiling percent-encoding v2.3.1 |
1286 | 2025-02-21T19:40:03.886Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2025-02-21T19:40:04.074Z | Compiling rustls-pki-types v1.10.0 |
1288 | 2025-02-21T19:40:04.456Z | Compiling write16 v1.0.0 |
1289 | 2025-02-21T19:40:04.487Z | Compiling powerfmt v0.2.0 |
1290 | 2025-02-21T19:40:04.595Z | Compiling untrusted v0.9.0 |
1291 | 2025-02-21T19:40:04.696Z | Compiling serde_derive v1.0.217 |
1292 | 2025-02-21T19:40:04.771Z | Compiling zeroize_derive v1.4.2 |
1293 | 2025-02-21T19:40:04.827Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2025-02-21T19:40:04.943Z | Compiling tokio-macros v2.5.0 |
1295 | 2025-02-21T19:40:05.010Z | Compiling zerofrom-derive v0.1.4 |
1296 | 2025-02-21T19:40:06.159Z | Compiling zeroize v1.8.1 |
1297 | 2025-02-21T19:40:06.326Z | Compiling yoke-derive v0.7.4 |
1298 | 2025-02-21T19:40:06.591Z | Compiling zerocopy v0.7.35 |
1299 | 2025-02-21T19:40:06.822Z | Compiling zerovec-derive v0.10.3 |
1300 | 2025-02-21T19:40:07.775Z | Compiling crypto-common v0.1.6 |
1301 | 2025-02-21T19:40:07.802Z | Compiling block-buffer v0.10.4 |
1302 | 2025-02-21T19:40:08.020Z | Compiling thiserror-impl v1.0.69 |
1303 | 2025-02-21T19:40:08.087Z | Compiling digest v0.10.7 |
1304 | 2025-02-21T19:40:08.315Z | Compiling zerofrom v0.1.4 |
1305 | 2025-02-21T19:40:08.543Z | Compiling futures-macro v0.3.31 |
1306 | 2025-02-21T19:40:08.562Z | Compiling hmac v0.12.1 |
1307 | 2025-02-21T19:40:08.707Z | Compiling displaydoc v0.2.5 |
1308 | 2025-02-21T19:40:08.806Z | Compiling block-padding v0.3.3 |
1309 | 2025-02-21T19:40:08.900Z | Compiling yoke v0.7.4 |
1310 | 2025-02-21T19:40:09.060Z | Compiling inout v0.1.3 |
1311 | 2025-02-21T19:40:09.223Z | Compiling zerovec v0.10.4 |
1312 | 2025-02-21T19:40:09.242Z | Compiling sha2 v0.10.8 |
1313 | 2025-02-21T19:40:09.338Z | Compiling cipher v0.4.4 |
1314 | 2025-02-21T19:40:09.853Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2025-02-21T19:40:10.146Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2025-02-21T19:40:10.247Z | Compiling futures-util v0.3.31 |
1317 | 2025-02-21T19:40:10.743Z | Compiling thiserror v1.0.69 |
1318 | 2025-02-21T19:40:10.824Z | Compiling tinystr v0.7.6 |
1319 | 2025-02-21T19:40:10.843Z | Compiling der_derive v0.7.3 |
1320 | 2025-02-21T19:40:10.885Z | Compiling icu_collections v1.5.0 |
1321 | 2025-02-21T19:40:11.091Z | Compiling rand_chacha v0.3.1 |
1322 | 2025-02-21T19:40:11.183Z | Compiling icu_locid v1.5.0 |
1323 | 2025-02-21T19:40:12.071Z | Compiling tracing-attributes v0.1.27 |
1324 | 2025-02-21T19:40:12.600Z | Compiling icu_provider v1.5.0 |
1325 | 2025-02-21T19:40:13.099Z | Compiling der v0.7.9 |
1326 | 2025-02-21T19:40:13.157Z | Compiling rand v0.8.5 |
1327 | 2025-02-21T19:40:13.278Z | Compiling pest v2.7.14 |
1328 | 2025-02-21T19:40:13.368Z | Compiling icu_locid_transform v1.5.0 |
1329 | 2025-02-21T19:40:13.560Z | Compiling salsa20 v0.10.2 |
1330 | 2025-02-21T19:40:13.808Z | Compiling pbkdf2 v0.12.2 |
1331 | 2025-02-21T19:40:13.977Z | Compiling untrusted v0.7.1 |
1332 | 2025-02-21T19:40:14.181Z | Compiling icu_normalizer_data v1.5.0 |
1333 | 2025-02-21T19:40:14.298Z | Compiling vcpkg v0.2.15 |
1334 | 2025-02-21T19:40:15.179Z | Compiling spki v0.7.3 |
1335 | 2025-02-21T19:40:15.333Z | Compiling icu_properties v1.5.1 |
1336 | 2025-02-21T19:40:15.353Z | Compiling tracing v0.1.40 |
1337 | 2025-02-21T19:40:15.556Z | Compiling utf8_iter v1.0.4 |
1338 | 2025-02-21T19:40:15.615Z | Compiling utf16_iter v1.0.5 |
1339 | 2025-02-21T19:40:15.804Z | Compiling mirai-annotations v1.12.0 |
1340 | 2025-02-21T19:40:15.823Z | Compiling time-core v0.1.2 |
1341 | 2025-02-21T19:40:15.842Z | Compiling num-conv v0.1.0 |
1342 | 2025-02-21T19:40:15.895Z | Compiling pest_meta v2.7.14 |
1343 | 2025-02-21T19:40:15.976Z | Compiling openssl-sys v0.9.106 |
1344 | 2025-02-21T19:40:15.995Z | Compiling scrypt v0.11.0 |
1345 | 2025-02-21T19:40:16.101Z | Compiling time-macros v0.2.18 |
1346 | 2025-02-21T19:40:16.265Z | Compiling aes v0.8.4 |
1347 | 2025-02-21T19:40:16.485Z | Compiling cbc v0.1.2 |
1348 | 2025-02-21T19:40:16.734Z | Compiling bitflags v2.6.0 |
1349 | 2025-02-21T19:40:16.867Z | Compiling bytes v1.9.0 |
1350 | 2025-02-21T19:40:18.093Z | Compiling tokio v1.43.0 |
1351 | 2025-02-21T19:40:19.046Z | Compiling indexmap v2.7.1 |
1352 | 2025-02-21T19:40:19.084Z | Compiling http v1.2.0 |
1353 | 2025-02-21T19:40:19.774Z | Compiling semver v1.0.25 |
1354 | 2025-02-21T19:40:19.797Z | Compiling icu_normalizer v1.5.0 |
1355 | 2025-02-21T19:40:20.073Z | Compiling deranged v0.3.11 |
1356 | 2025-02-21T19:40:20.276Z | Compiling rustc_version v0.4.1 |
1357 | 2025-02-21T19:40:20.352Z | Compiling scroll_derive v0.12.0 |
1358 | 2025-02-21T19:40:20.918Z | Compiling which v4.4.2 |
1359 | 2025-02-21T19:40:21.180Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2025-02-21T19:40:21.463Z | Compiling atomic-waker v1.1.2 |
1361 | 2025-02-21T19:40:21.510Z | Compiling num_threads v0.1.7 |
1362 | 2025-02-21T19:40:21.532Z | Compiling tinyvec v1.8.0 |
1363 | 2025-02-21T19:40:21.616Z | Compiling idna_adapter v1.2.0 |
1364 | 2025-02-21T19:40:21.645Z | Compiling http-body v1.0.1 |
1365 | 2025-02-21T19:40:21.665Z | Compiling time v0.3.36 |
1366 | 2025-02-21T19:40:21.792Z | Compiling scroll v0.12.0 |
1367 | 2025-02-21T19:40:21.816Z | Compiling pest_generator v2.7.14 |
1368 | 2025-02-21T19:40:21.837Z | Compiling pkcs5 v0.7.1 |
1369 | 2025-02-21T19:40:21.989Z | Compiling form_urlencoded v1.2.1 |
1370 | 2025-02-21T19:40:22.309Z | Compiling slog v2.7.0 |
1371 | 2025-02-21T19:40:22.309Z | Compiling try-lock v0.2.5 |
1372 | 2025-02-21T19:40:22.494Z | Compiling want v0.3.1 |
1373 | 2025-02-21T19:40:22.759Z | Compiling pkcs8 v0.10.2 |
1374 | 2025-02-21T19:40:22.889Z | Compiling goblin v0.8.2 |
1375 | 2025-02-21T19:40:22.892Z | Compiling idna v1.0.3 |
1376 | 2025-02-21T19:40:22.998Z | Compiling uuid v1.12.0 |
1377 | 2025-02-21T19:40:23.418Z | Compiling tower-service v0.3.3 |
1378 | 2025-02-21T19:40:23.563Z | Compiling httpdate v1.0.3 |
1379 | 2025-02-21T19:40:23.619Z | Compiling pest_derive v2.7.14 |
1380 | 2025-02-21T19:40:24.004Z | Compiling iana-time-zone v0.1.61 |
1381 | 2025-02-21T19:40:24.347Z | Compiling chrono v0.4.39 |
1382 | 2025-02-21T19:40:24.413Z | Compiling dtrace-parser v0.2.0 |
1383 | 2025-02-21T19:40:24.505Z | Compiling serde_tokenstream v0.2.2 |
1384 | 2025-02-21T19:40:25.096Z | Compiling serde_spanned v0.6.8 |
1385 | 2025-02-21T19:40:25.148Z | Compiling toml_datetime v0.6.8 |
1386 | 2025-02-21T19:40:25.324Z | Compiling match_cfg v0.1.0 |
1387 | 2025-02-21T19:40:25.433Z | Compiling foreign-types-shared v0.1.1 |
1388 | 2025-02-21T19:40:25.573Z | Compiling base64 v0.22.1 |
1389 | 2025-02-21T19:40:25.609Z | Compiling adler2 v2.0.0 |
1390 | 2025-02-21T19:40:25.831Z | Compiling rustversion v1.0.17 |
1391 | 2025-02-21T19:40:26.093Z | Compiling tokio-util v0.7.12 |
1392 | 2025-02-21T19:40:26.221Z | Compiling openssl v0.10.71 |
1393 | 2025-02-21T19:40:26.258Z | Compiling miniz_oxide v0.8.0 |
1394 | 2025-02-21T19:40:26.586Z | Compiling foreign-types v0.3.2 |
1395 | 2025-02-21T19:40:26.678Z | Compiling hostname v0.3.1 |
1396 | 2025-02-21T19:40:26.697Z | Compiling url v2.5.3 |
1397 | 2025-02-21T19:40:27.341Z | Compiling h2 v0.4.6 |
1398 | 2025-02-21T19:40:27.502Z | Compiling async-trait v0.1.86 |
1399 | 2025-02-21T19:40:27.624Z | Compiling openssl-macros v0.1.1 |
1400 | 2025-02-21T19:40:28.162Z | Compiling serde_derive_internals v0.29.1 |
1401 | 2025-02-21T19:40:28.410Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2025-02-21T19:40:28.434Z | Compiling schemars v0.8.21 |
1403 | 2025-02-21T19:40:28.793Z | Compiling dof v0.3.0 |
1404 | 2025-02-21T19:40:28.952Z | Compiling rustls v0.23.19 |
1405 | 2025-02-21T19:40:29.266Z | Compiling native-tls v0.2.12 |
1406 | 2025-02-21T19:40:29.632Z | Compiling usdt-impl v0.5.0 |
1407 | 2025-02-21T19:40:29.916Z | Compiling rustls v0.22.4 |
1408 | 2025-02-21T19:40:30.220Z | Compiling data-encoding v2.6.0 |
1409 | 2025-02-21T19:40:30.345Z | Compiling siphasher v0.3.11 |
1410 | 2025-02-21T19:40:30.556Z | Compiling syn v1.0.109 |
1411 | 2025-02-21T19:40:30.730Z | Compiling schemars_derive v0.8.21 |
1412 | 2025-02-21T19:40:30.972Z | Compiling dirs-next v2.0.0 |
1413 | 2025-02-21T19:40:31.216Z | Compiling unicode-normalization v0.1.24 |
1414 | 2025-02-21T19:40:31.875Z | Compiling http-body-util v0.1.2 |
1415 | 2025-02-21T19:40:32.133Z | Compiling crossbeam-epoch v0.9.18 |
1416 | 2025-02-21T19:40:32.318Z | Compiling heapless v0.7.17 |
1417 | 2025-02-21T19:40:32.339Z | Compiling sha1 v0.10.6 |
1418 | 2025-02-21T19:40:32.391Z | Compiling signature v2.2.0 |
1419 | 2025-02-21T19:40:32.714Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1420 | 2025-02-21T19:40:32.808Z | Compiling thread_local v1.1.8 |
1421 | 2025-02-21T19:40:32.827Z | Compiling encoding_rs v0.8.34 |
1422 | 2025-02-21T19:40:32.848Z | Compiling multer v3.1.0 |
1423 | 2025-02-21T19:40:33.157Z | Compiling cookie v0.18.1 |
1424 | 2025-02-21T19:40:33.216Z | Compiling rayon-core v1.12.1 |
1425 | 2025-02-21T19:40:33.255Z | Compiling slog-async v2.8.0 |
1426 | 2025-02-21T19:40:33.490Z | Compiling unicode-bidi v0.3.17 |
1427 | 2025-02-21T19:40:33.524Z | Compiling gimli v0.31.1 |
1428 | 2025-02-21T19:40:33.578Z | Compiling ipnet v2.10.1 |
1429 | 2025-02-21T19:40:33.735Z | Compiling dyn-clone v1.0.18 |
1430 | 2025-02-21T19:40:33.956Z | Compiling unicode-properties v0.1.3 |
1431 | 2025-02-21T19:40:34.389Z | Compiling openssl-probe v0.1.5 |
1432 | 2025-02-21T19:40:34.561Z | Compiling hyper v1.5.2 |
1433 | 2025-02-21T19:40:34.709Z | Compiling signal-hook v0.3.17 |
1434 | 2025-02-21T19:40:34.770Z | Compiling mime v0.3.17 |
1435 | 2025-02-21T19:40:35.055Z | Compiling stringprep v0.1.5 |
1436 | 2025-02-21T19:40:36.192Z | Compiling toml_edit v0.22.22 |
1437 | 2025-02-21T19:40:37.298Z | Compiling hyper-util v0.1.10 |
1438 | 2025-02-21T19:40:38.134Z | Compiling addr2line v0.24.2 |
1439 | 2025-02-21T19:40:38.356Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-02-21T19:40:38.479Z | Compiling usdt-attr-macro v0.5.0 |
1441 | 2025-02-21T19:40:38.648Z | Compiling usdt-macro v0.5.0 |
1442 | 2025-02-21T19:40:38.827Z | Compiling term v0.7.0 |
1443 | 2025-02-21T19:40:38.941Z | Compiling slog-json v2.6.1 |
1444 | 2025-02-21T19:40:39.321Z | Compiling serde_urlencoded v0.7.1 |
1445 | 2025-02-21T19:40:39.844Z | Compiling crossbeam-channel v0.5.13 |
1446 | 2025-02-21T19:40:40.015Z | Compiling curve25519-dalek v4.1.3 |
1447 | 2025-02-21T19:40:40.041Z | Compiling enum-as-inner v0.6.1 |
1448 | 2025-02-21T19:40:40.054Z | Compiling futures-executor v0.3.31 |
1449 | 2025-02-21T19:40:40.058Z | Compiling md-5 v0.10.6 |
1450 | 2025-02-21T19:40:40.338Z | Compiling async-stream-impl v0.3.6 |
1451 | 2025-02-21T19:40:40.575Z | Compiling rustls-pemfile v2.2.0 |
1452 | 2025-02-21T19:40:40.714Z | Compiling num-integer v0.1.46 |
1453 | 2025-02-21T19:40:40.788Z | Compiling hash32 v0.2.1 |
1454 | 2025-02-21T19:40:40.895Z | Compiling ff v0.13.0 |
1455 | 2025-02-21T19:40:41.091Z | Compiling is-terminal v0.4.13 |
1456 | 2025-02-21T19:40:41.140Z | Compiling memoffset v0.9.1 |
1457 | 2025-02-21T19:40:41.169Z | Compiling dropshot v0.12.0 |
1458 | 2025-02-21T19:40:41.220Z | Compiling object v0.36.5 |
1459 | 2025-02-21T19:40:41.430Z | Compiling smoltcp v0.9.1 |
1460 | 2025-02-21T19:40:41.500Z | Compiling litrs v0.4.1 |
1461 | 2025-02-21T19:40:41.531Z | Compiling num-bigint-dig v0.8.4 |
1462 | 2025-02-21T19:40:41.593Z | Compiling rustc-demangle v0.1.24 |
1463 | 2025-02-21T19:40:41.813Z | Compiling base16ct v0.2.0 |
1464 | 2025-02-21T19:40:42.085Z | Compiling fallible-iterator v0.2.0 |
1465 | 2025-02-21T19:40:42.123Z | Compiling psl-types v2.0.11 |
1466 | 2025-02-21T19:40:42.330Z | Compiling linked-hash-map v0.5.6 |
1467 | 2025-02-21T19:40:42.465Z | Compiling portable-atomic v1.9.0 |
1468 | 2025-02-21T19:40:42.549Z | Compiling anyhow v1.0.96 |
1469 | 2025-02-21T19:40:42.731Z | Compiling take_mut v0.2.2 |
1470 | 2025-02-21T19:40:42.812Z | Compiling quick-error v1.2.3 |
1471 | 2025-02-21T19:40:42.898Z | Compiling cfg_aliases v0.2.1 |
1472 | 2025-02-21T19:40:42.979Z | Compiling utf-8 v0.7.6 |
1473 | 2025-02-21T19:40:43.019Z | Compiling nix v0.29.0 |
1474 | 2025-02-21T19:40:43.250Z | Compiling tungstenite v0.24.0 |
1475 | 2025-02-21T19:40:43.291Z | Compiling resolv-conf v0.7.0 |
1476 | 2025-02-21T19:40:43.570Z | Compiling postgres-protocol v0.6.7 |
1477 | 2025-02-21T19:40:43.891Z | Compiling lru-cache v0.1.2 |
1478 | 2025-02-21T19:40:43.987Z | Compiling document-features v0.2.10 |
1479 | 2025-02-21T19:40:44.082Z | Compiling publicsuffix v2.3.0 |
1480 | 2025-02-21T19:40:44.406Z | Compiling sec1 v0.7.3 |
1481 | 2025-02-21T19:40:44.513Z | Compiling async-stream v0.3.6 |
1482 | 2025-02-21T19:40:44.830Z | Compiling num-iter v0.1.45 |
1483 | 2025-02-21T19:40:44.911Z | Compiling slog-term v2.9.1 |
1484 | 2025-02-21T19:40:44.953Z | Compiling group v0.13.0 |
1485 | 2025-02-21T19:40:45.111Z | Compiling usdt v0.5.0 |
1486 | 2025-02-21T19:40:45.256Z | Compiling hickory-proto v0.24.3 |
1487 | 2025-02-21T19:40:45.395Z | Compiling futures v0.3.31 |
1488 | 2025-02-21T19:40:45.522Z | Compiling toml v0.8.19 |
1489 | 2025-02-21T19:40:45.573Z | Compiling slog-bunyan v2.5.0 |
1490 | 2025-02-21T19:40:46.976Z | Compiling tokio-native-tls v0.3.1 |
1491 | 2025-02-21T19:40:46.982Z | Compiling camino v1.1.9 |
1492 | 2025-02-21T19:40:47.264Z | Compiling phf_shared v0.11.2 |
1493 | 2025-02-21T19:40:47.418Z | Compiling dropshot_endpoint v0.12.0 |
1494 | 2025-02-21T19:40:47.638Z | Compiling waitgroup v0.1.2 |
1495 | 2025-02-21T19:40:47.833Z | Compiling backtrace v0.3.74 |
1496 | 2025-02-21T19:40:47.865Z | Compiling terminal_size v0.4.0 |
1497 | 2025-02-21T19:40:47.897Z | Compiling openapiv3 v2.0.0 |
1498 | 2025-02-21T19:40:48.107Z | Compiling serde_path_to_error v0.1.16 |
1499 | 2025-02-21T19:40:48.298Z | Compiling hkdf v0.12.4 |
1500 | 2025-02-21T19:40:48.541Z | Compiling crypto-bigint v0.5.5 |
1501 | 2025-02-21T19:40:48.890Z | Compiling curve25519-dalek-derive v0.1.1 |
1502 | 2025-02-21T19:40:50.419Z | Compiling zerocopy-derive v0.6.6 |
1503 | 2025-02-21T19:40:50.571Z | Compiling hubpack_derive v0.1.1 |
1504 | 2025-02-21T19:40:50.717Z | Compiling webpki-roots v0.26.6 |
1505 | 2025-02-21T19:40:50.934Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-02-21T19:40:51.096Z | Compiling hostname v0.4.0 |
1507 | 2025-02-21T19:40:51.305Z | Compiling fs-err v2.11.0 |
1508 | 2025-02-21T19:40:51.398Z | Compiling crc32fast v1.4.2 |
1509 | 2025-02-21T19:40:51.467Z | Compiling ahash v0.8.11 |
1510 | 2025-02-21T19:40:51.626Z | Compiling bitflags v1.3.2 |
1511 | 2025-02-21T19:40:51.755Z | Compiling managed v0.8.0 |
1512 | 2025-02-21T19:40:51.781Z | Compiling unicode-width v0.2.0 |
1513 | 2025-02-21T19:40:51.858Z | Compiling newtype-uuid v1.2.1 |
1514 | 2025-02-21T19:40:51.955Z | Compiling tower-layer v0.3.3 |
1515 | 2025-02-21T19:40:52.147Z | Compiling debug-ignore v1.0.5 |
1516 | 2025-02-21T19:40:52.182Z | Compiling winnow v0.5.40 |
1517 | 2025-02-21T19:40:52.191Z | Compiling zerocopy v0.6.6 |
1518 | 2025-02-21T19:40:52.201Z | Compiling tower v0.5.2 |
1519 | 2025-02-21T19:40:52.299Z | Compiling console v0.15.10 |
1520 | 2025-02-21T19:40:52.307Z | Compiling strum_macros v0.25.3 |
1521 | 2025-02-21T19:40:53.093Z | Compiling clap_builder v4.5.30 |
1522 | 2025-02-21T19:40:53.722Z | Compiling flate2 v1.0.35 |
1523 | 2025-02-21T19:40:54.183Z | Compiling elliptic-curve v0.13.8 |
1524 | 2025-02-21T19:40:54.472Z | Compiling hubpack v0.1.2 |
1525 | 2025-02-21T19:40:54.658Z | Compiling hickory-resolver v0.24.3 |
1526 | 2025-02-21T19:40:55.104Z | Compiling phf v0.11.2 |
1527 | 2025-02-21T19:40:55.304Z | Compiling signal-hook-mio v0.2.4 |
1528 | 2025-02-21T19:40:55.493Z | Compiling toml_edit v0.19.15 |
1529 | 2025-02-21T19:40:55.653Z | Compiling hyper-tls v0.6.0 |
1530 | 2025-02-21T19:40:55.682Z | Compiling rayon v1.10.0 |
1531 | 2025-02-21T19:40:56.035Z | Compiling cookie_store v0.21.1 |
1532 | 2025-02-21T19:40:56.065Z | Compiling bzip2 v0.4.4 |
1533 | 2025-02-21T19:40:57.566Z | Compiling tokio-tungstenite v0.24.0 |
1534 | 2025-02-21T19:40:58.127Z | Compiling postgres-types v0.2.8 |
1535 | 2025-02-21T19:41:00.035Z | Compiling ed25519 v2.2.3 |
1536 | 2025-02-21T19:41:00.157Z | Compiling phf_shared v0.10.0 |
1537 | 2025-02-21T19:41:00.541Z | Compiling tokio-stream v0.1.16 |
1538 | 2025-02-21T19:41:00.704Z | Compiling pkcs1 v0.7.5 |
1539 | 2025-02-21T19:41:00.808Z | Compiling serde-big-array v0.5.1 |
1540 | 2025-02-21T19:41:01.103Z | Compiling clap_derive v4.5.28 |
1541 | 2025-02-21T19:41:01.524Z | Compiling rfc6979 v0.4.0 |
1542 | 2025-02-21T19:41:01.626Z | Compiling derive-where v1.2.7 |
1543 | 2025-02-21T19:41:01.736Z | Compiling serde_repr v0.1.19 |
1544 | 2025-02-21T19:41:01.889Z | Compiling bstr v1.10.0 |
1545 | 2025-02-21T19:41:02.377Z | Compiling float-cmp v0.10.0 |
1546 | 2025-02-21T19:41:02.635Z | Compiling new_debug_unreachable v1.0.6 |
1547 | 2025-02-21T19:41:02.745Z | Compiling predicates-core v1.0.8 |
1548 | 2025-02-21T19:41:02.825Z | Compiling fixedbitset v0.4.2 |
1549 | 2025-02-21T19:41:02.919Z | Compiling unicode-segmentation v1.12.0 |
1550 | 2025-02-21T19:41:03.105Z | Compiling whoami v1.5.2 |
1551 | 2025-02-21T19:41:03.271Z | Compiling difflib v0.4.0 |
1552 | 2025-02-21T19:41:03.430Z | Compiling static_assertions v1.1.0 |
1553 | 2025-02-21T19:41:03.575Z | Compiling bit-vec v0.6.3 |
1554 | 2025-02-21T19:41:03.657Z | Compiling precomputed-hash v0.1.1 |
1555 | 2025-02-21T19:41:03.718Z | Compiling number_prefix v0.4.0 |
1556 | 2025-02-21T19:41:03.762Z | Compiling normalize-line-endings v0.3.0 |
1557 | 2025-02-21T19:41:03.908Z | Compiling predicates v3.1.3 |
1558 | 2025-02-21T19:41:03.934Z | Compiling bit-set v0.5.3 |
1559 | 2025-02-21T19:41:03.951Z | Compiling indicatif v0.17.11 |
1560 | 2025-02-21T19:41:04.193Z | Compiling string_cache v0.8.7 |
1561 | 2025-02-21T19:41:04.508Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1562 | 2025-02-21T19:41:04.612Z | Compiling similar v2.6.0 |
1563 | 2025-02-21T19:41:04.697Z | Compiling tokio-postgres v0.7.12 |
1564 | 2025-02-21T19:41:05.402Z | Compiling petgraph v0.6.5 |
1565 | 2025-02-21T19:41:05.537Z | Compiling clap v4.5.30 |
1566 | 2025-02-21T19:41:05.672Z | Compiling ecdsa v0.16.9 |
1567 | 2025-02-21T19:41:05.965Z | Compiling rsa v0.9.6 |
1568 | 2025-02-21T19:41:06.487Z | Compiling ed25519-dalek v2.1.1 |
1569 | 2025-02-21T19:41:07.750Z | Compiling toml v0.7.8 |
1570 | 2025-02-21T19:41:08.688Z | Compiling zip v0.6.6 |
1571 | 2025-02-21T19:41:09.097Z | Compiling crossterm v0.28.1 |
1572 | 2025-02-21T19:41:10.248Z | Compiling hex v0.4.3 |
1573 | 2025-02-21T19:41:10.293Z | Compiling x509-cert v0.2.5 |
1574 | 2025-02-21T19:41:10.332Z | Compiling unicode-xid v0.2.6 |
1575 | 2025-02-21T19:41:10.511Z | Compiling peg-runtime v0.8.3 |
1576 | 2025-02-21T19:41:10.533Z | Compiling lalrpop-util v0.19.12 |
1577 | 2025-02-21T19:41:10.751Z | Compiling strum_macros v0.26.4 |
1578 | 2025-02-21T19:41:10.777Z | Compiling xattr v1.3.1 |
1579 | 2025-02-21T19:41:10.862Z | Compiling filetime v0.2.25 |
1580 | 2025-02-21T19:41:11.162Z | Compiling tar v0.4.42 |
1581 | 2025-02-21T19:41:15.245Z | Compiling strum v0.26.3 |
1582 | 2025-02-21T19:41:18.426Z | Compiling aws-lc-sys v0.22.0 |
1583 | 2025-02-21T19:41:47.520Z | Compiling rustls-webpki v0.102.8 |
1584 | 2025-02-21T19:41:50.671Z | Compiling tokio-rustls v0.25.0 |
1585 | 2025-02-21T19:41:52.415Z | Compiling tokio-rustls v0.26.0 |
1586 | 2025-02-21T19:41:52.759Z | Compiling hyper-rustls v0.27.3 |
1587 | 2025-02-21T19:41:53.103Z | Compiling reqwest v0.12.12 |
1588 | 2025-02-21T19:41:54.240Z | Compiling qorb v0.2.1 |
1589 | 2025-02-21T19:41:57.242Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1590 | 2025-02-21T19:41:57.506Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1591 | 2025-02-21T19:42:01.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1592 | 2025-02-21T19:42:02.074Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1593 | 2025-02-21T19:42:02.136Z | Feb 21 19:42:01.375 INFO Starting download, target: Console |
1594 | 2025-02-21T19:42:02.136Z | Feb 21 19:42:01.375 INFO Starting download, target: Clickhouse |
1595 | 2025-02-21T19:42:02.136Z | Feb 21 19:42:01.375 INFO Starting download, target: Cockroach |
1596 | 2025-02-21T19:42:02.137Z | Feb 21 19:42:01.375 INFO Starting download, target: DendriteOpenapi |
1597 | 2025-02-21T19:42:02.137Z | Feb 21 19:42:01.375 INFO Starting download, target: DendriteStub |
1598 | 2025-02-21T19:42:02.159Z | Feb 21 19:42:01.375 INFO Starting download, target: MaghemiteMgd |
1599 | 2025-02-21T19:42:02.159Z | Feb 21 19:42:01.375 INFO Starting download, target: TransceiverControl |
1600 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1601 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1602 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1603 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1604 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1605 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1606 | 2025-02-21T19:42:02.160Z | Feb 21 19:42:01.376 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1607 | 2025-02-21T19:42:02.713Z | Feb 21 19:42:01.900 INFO Download complete, target: DendriteOpenapi |
1608 | 2025-02-21T19:42:02.795Z | Feb 21 19:42:01.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1609 | 2025-02-21T19:42:02.978Z | Feb 21 19:42:02.228 INFO Download complete, target: Console |
1610 | 2025-02-21T19:42:03.281Z | Feb 21 19:42:02.532 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1611 | 2025-02-21T19:42:03.758Z | Feb 21 19:42:03.004 INFO Download complete, target: TransceiverControl |
1612 | 2025-02-21T19:42:04.163Z | Feb 21 19:42:03.416 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1613 | 2025-02-21T19:42:04.490Z | Feb 21 19:42:03.745 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1614 | 2025-02-21T19:42:04.515Z | Feb 21 19:42:03.769 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1615 | 2025-02-21T19:42:05.508Z | Feb 21 19:42:04.766 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1616 | 2025-02-21T19:42:05.508Z | Feb 21 19:42:04.766 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1617 | 2025-02-21T19:42:07.101Z | Feb 21 19:42:06.361 INFO Download complete, target: DendriteStub |
1618 | 2025-02-21T19:42:07.630Z | Feb 21 19:42:06.890 INFO Download complete, target: MaghemiteMgd |
1619 | 2025-02-21T19:42:13.100Z | Feb 21 19:42:12.363 INFO Checking that binary works, target: Cockroach |
1620 | 2025-02-21T19:42:13.263Z | Feb 21 19:42:12.526 INFO Download complete, target: Cockroach |
1621 | 2025-02-21T19:42:17.504Z | Feb 21 19:42:16.771 INFO Checking that binary works, target: Clickhouse |
1622 | 2025-02-21T19:42:17.829Z | Feb 21 19:42:17.096 INFO Download complete, target: Clickhouse |
1623 | 2025-02-21T19:42:17.957Z | All builder prerequisites installed successfully, and PATH looks valid |
1624 | 2025-02-21T19:42:17.960Z | |
1625 | 2025-02-21T19:42:17.960Z | real 5:44.319400294 |
1626 | 2025-02-21T19:42:17.960Z | user 15:19.002105277 |
1627 | 2025-02-21T19:42:17.960Z | sys 2:03.485037448 |
1628 | 2025-02-21T19:42:17.960Z | trap 0.539801415 |
1629 | 2025-02-21T19:42:17.960Z | tflt 4.145526164 |
1630 | 2025-02-21T19:42:17.960Z | dflt 4.534521053 |
1631 | 2025-02-21T19:42:17.960Z | kflt 0.026921454 |
1632 | 2025-02-21T19:42:17.960Z | lock 23:44.064617571 |
1633 | 2025-02-21T19:42:17.960Z | slp 56:21.514692472 |
1634 | 2025-02-21T19:42:17.960Z | lat 58.750188782 |
1635 | 2025-02-21T19:42:17.960Z | stop 2:15.810766160 |
1636 | 2025-02-21T19:42:17.960Z | + banner hack-check |
1637 | 2025-02-21T19:42:17.963Z | |
1638 | 2025-02-21T19:42:17.963Z | # # ## #### # # #### # # ###### #### # # |
1639 | 2025-02-21T19:42:17.963Z | # # # # # # # # # # # # # # # # # |
1640 | 2025-02-21T19:42:17.963Z | ###### # # # #### ##### # ###### ##### # #### |
1641 | 2025-02-21T19:42:17.963Z | # # ###### # # # # # # # # # # |
1642 | 2025-02-21T19:42:17.963Z | # # # # # # # # # # # # # # # # # |
1643 | 2025-02-21T19:42:17.963Z | # # # # #### # # #### # # ###### #### # # |
1644 | 2025-02-21T19:42:17.963Z | |
1645 | 2025-02-21T19:42:17.963Z | + export CARGO_INCREMENTAL=0 |
1646 | 2025-02-21T19:42:17.963Z | + CARGO_INCREMENTAL=0 |
1647 | 2025-02-21T19:42:17.963Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1648 | 2025-02-21T19:42:18.508Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1649 | 2025-02-21T19:42:21.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1650 | 2025-02-21T19:42:21.334Z | Running `target/debug/xtask check-features --ci` |
1651 | 2025-02-21T19:42:21.354Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1652 | 2025-02-21T19:42:21.357Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1653 | 2025-02-21T19:42:21.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1654 | 2025-02-21T19:42:21.848Z | Running `target/debug/xtask download cargo-hack` |
1655 | 2025-02-21T19:42:22.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1656 | 2025-02-21T19:42:23.045Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1657 | 2025-02-21T19:42:26.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
1658 | 2025-02-21T19:42:26.857Z | Running `target/debug/xtask-downloader cargo-hack` |
1659 | 2025-02-21T19:42:26.893Z | Feb 21 19:42:26.166 INFO Starting download, target: CargoHack |
1660 | 2025-02-21T19:42:26.896Z | Feb 21 19:42:26.166 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1661 | 2025-02-21T19:42:27.350Z | Feb 21 19:42:26.623 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1662 | 2025-02-21T19:42:27.444Z | Feb 21 19:42:26.717 INFO Download complete, target: CargoHack |
1663 | 2025-02-21T19:42:27.448Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1664 | 2025-02-21T19:42:27.465Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1665 | 2025-02-21T19:42:27.642Z | info: running `cargo check --bins` on api_identity (1/199) |
1666 | 2025-02-21T19:42:28.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-02-21T19:42:28.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-02-21T19:42:28.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-02-21T19:42:28.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1670 | 2025-02-21T19:42:28.246Z | |
1671 | 2025-02-21T19:42:28.246Z | info: running `cargo check --bins` on bootstore (2/199) |
1672 | 2025-02-21T19:42:28.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-02-21T19:42:28.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-02-21T19:42:28.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-02-21T19:42:28.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1676 | 2025-02-21T19:42:28.883Z | |
1677 | 2025-02-21T19:42:28.883Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1678 | 2025-02-21T19:42:29.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-02-21T19:42:29.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-02-21T19:42:29.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-02-21T19:42:29.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1682 | 2025-02-21T19:42:29.696Z | |
1683 | 2025-02-21T19:42:29.696Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1684 | 2025-02-21T19:42:30.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-02-21T19:42:30.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-02-21T19:42:30.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-02-21T19:42:30.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1688 | 2025-02-21T19:42:30.134Z | |
1689 | 2025-02-21T19:42:30.134Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1690 | 2025-02-21T19:42:30.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-02-21T19:42:30.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-02-21T19:42:30.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-02-21T19:42:30.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1694 | 2025-02-21T19:42:30.623Z | |
1695 | 2025-02-21T19:42:30.623Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1696 | 2025-02-21T19:42:30.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-02-21T19:42:30.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-02-21T19:42:30.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-02-21T19:42:30.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1700 | 2025-02-21T19:42:31.011Z | |
1701 | 2025-02-21T19:42:31.011Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1702 | 2025-02-21T19:42:31.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-02-21T19:42:31.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-02-21T19:42:31.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-02-21T19:42:31.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1706 | 2025-02-21T19:42:31.412Z | |
1707 | 2025-02-21T19:42:31.412Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1708 | 2025-02-21T19:42:31.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-02-21T19:42:31.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-02-21T19:42:31.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-02-21T19:42:31.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1712 | 2025-02-21T19:42:31.845Z | |
1713 | 2025-02-21T19:42:31.845Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1714 | 2025-02-21T19:42:32.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-02-21T19:42:32.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-02-21T19:42:32.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-02-21T19:42:32.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2025-02-21T19:42:32.274Z | |
1719 | 2025-02-21T19:42:32.274Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1720 | 2025-02-21T19:42:32.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-02-21T19:42:32.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-02-21T19:42:32.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-02-21T19:42:32.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2025-02-21T19:42:32.706Z | |
1725 | 2025-02-21T19:42:32.707Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1726 | 2025-02-21T19:42:33.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-02-21T19:42:33.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-02-21T19:42:33.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-02-21T19:42:33.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1730 | 2025-02-21T19:42:33.137Z | |
1731 | 2025-02-21T19:42:33.137Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1732 | 2025-02-21T19:42:33.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-02-21T19:42:33.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-02-21T19:42:33.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-02-21T19:42:33.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1736 | 2025-02-21T19:42:33.565Z | |
1737 | 2025-02-21T19:42:33.565Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1738 | 2025-02-21T19:42:33.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-02-21T19:42:33.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-02-21T19:42:33.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-02-21T19:42:33.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2025-02-21T19:42:33.997Z | |
1743 | 2025-02-21T19:42:33.997Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1744 | 2025-02-21T19:42:34.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-02-21T19:42:34.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-02-21T19:42:34.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-02-21T19:42:34.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2025-02-21T19:42:34.423Z | |
1749 | 2025-02-21T19:42:34.423Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1750 | 2025-02-21T19:42:34.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-02-21T19:42:34.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-02-21T19:42:34.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-02-21T19:42:34.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1754 | 2025-02-21T19:42:34.849Z | |
1755 | 2025-02-21T19:42:34.849Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1756 | 2025-02-21T19:42:35.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-02-21T19:42:35.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-02-21T19:42:35.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-02-21T19:42:35.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2025-02-21T19:42:35.279Z | |
1761 | 2025-02-21T19:42:35.279Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1762 | 2025-02-21T19:42:35.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-02-21T19:42:35.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-02-21T19:42:35.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-02-21T19:42:35.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1766 | 2025-02-21T19:42:35.712Z | |
1767 | 2025-02-21T19:42:35.712Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1768 | 2025-02-21T19:42:36.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-02-21T19:42:36.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-02-21T19:42:36.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-02-21T19:42:36.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1772 | 2025-02-21T19:42:36.147Z | |
1773 | 2025-02-21T19:42:36.147Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1774 | 2025-02-21T19:42:36.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-02-21T19:42:36.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-02-21T19:42:36.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-02-21T19:42:36.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1778 | 2025-02-21T19:42:36.584Z | |
1779 | 2025-02-21T19:42:36.584Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1780 | 2025-02-21T19:42:36.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-02-21T19:42:36.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-02-21T19:42:36.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-02-21T19:42:36.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1784 | 2025-02-21T19:42:37.019Z | |
1785 | 2025-02-21T19:42:37.019Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1786 | 2025-02-21T19:42:37.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-02-21T19:42:37.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-02-21T19:42:37.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-02-21T19:42:37.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1790 | 2025-02-21T19:42:37.450Z | |
1791 | 2025-02-21T19:42:37.451Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1792 | 2025-02-21T19:42:37.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-02-21T19:42:37.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-02-21T19:42:37.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-02-21T19:42:37.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1796 | 2025-02-21T19:42:37.891Z | |
1797 | 2025-02-21T19:42:37.891Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1798 | 2025-02-21T19:42:38.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-02-21T19:42:38.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-02-21T19:42:38.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-02-21T19:42:38.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1802 | 2025-02-21T19:42:38.328Z | |
1803 | 2025-02-21T19:42:38.328Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1804 | 2025-02-21T19:42:38.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-02-21T19:42:38.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-02-21T19:42:38.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-02-21T19:42:38.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1808 | 2025-02-21T19:42:38.769Z | |
1809 | 2025-02-21T19:42:38.769Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1810 | 2025-02-21T19:42:39.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-02-21T19:42:39.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-02-21T19:42:39.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-02-21T19:42:39.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1814 | 2025-02-21T19:42:39.203Z | |
1815 | 2025-02-21T19:42:39.203Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1816 | 2025-02-21T19:42:39.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-02-21T19:42:39.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-02-21T19:42:39.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-02-21T19:42:39.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1820 | 2025-02-21T19:42:39.637Z | |
1821 | 2025-02-21T19:42:39.637Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1822 | 2025-02-21T19:42:40.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-02-21T19:42:40.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-02-21T19:42:40.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-02-21T19:42:40.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1826 | 2025-02-21T19:42:40.065Z | |
1827 | 2025-02-21T19:42:40.065Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1828 | 2025-02-21T19:42:40.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-02-21T19:42:40.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-02-21T19:42:40.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-02-21T19:42:40.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1832 | 2025-02-21T19:42:40.495Z | |
1833 | 2025-02-21T19:42:40.495Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1834 | 2025-02-21T19:42:40.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-02-21T19:42:40.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-02-21T19:42:40.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-02-21T19:42:40.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1838 | 2025-02-21T19:42:40.931Z | |
1839 | 2025-02-21T19:42:40.931Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1840 | 2025-02-21T19:42:41.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-02-21T19:42:41.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-02-21T19:42:41.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-02-21T19:42:41.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1844 | 2025-02-21T19:42:41.363Z | |
1845 | 2025-02-21T19:42:41.363Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1846 | 2025-02-21T19:42:41.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-02-21T19:42:41.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-02-21T19:42:41.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-02-21T19:42:41.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1850 | 2025-02-21T19:42:41.793Z | |
1851 | 2025-02-21T19:42:41.793Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1852 | 2025-02-21T19:42:42.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-02-21T19:42:42.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-02-21T19:42:42.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-02-21T19:42:42.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1856 | 2025-02-21T19:42:42.229Z | |
1857 | 2025-02-21T19:42:42.230Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1858 | 2025-02-21T19:42:42.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-02-21T19:42:42.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-02-21T19:42:42.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-02-21T19:42:42.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1862 | 2025-02-21T19:42:42.660Z | |
1863 | 2025-02-21T19:42:42.660Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1864 | 2025-02-21T19:42:43.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-02-21T19:42:43.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-02-21T19:42:43.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-02-21T19:42:43.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1868 | 2025-02-21T19:42:43.090Z | |
1869 | 2025-02-21T19:42:43.090Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1870 | 2025-02-21T19:42:43.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-02-21T19:42:43.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-02-21T19:42:43.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-02-21T19:42:43.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1874 | 2025-02-21T19:42:43.522Z | |
1875 | 2025-02-21T19:42:43.522Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1876 | 2025-02-21T19:42:43.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-02-21T19:42:43.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-02-21T19:42:43.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-02-21T19:42:43.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1880 | 2025-02-21T19:42:43.962Z | |
1881 | 2025-02-21T19:42:43.962Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1882 | 2025-02-21T19:42:44.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-02-21T19:42:44.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-02-21T19:42:44.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-02-21T19:42:44.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1886 | 2025-02-21T19:42:44.399Z | |
1887 | 2025-02-21T19:42:44.399Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1888 | 2025-02-21T19:42:44.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-02-21T19:42:44.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-02-21T19:42:44.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-02-21T19:42:44.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1892 | 2025-02-21T19:42:44.831Z | |
1893 | 2025-02-21T19:42:44.831Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1894 | 2025-02-21T19:42:45.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-02-21T19:42:45.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-02-21T19:42:45.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-02-21T19:42:45.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1898 | 2025-02-21T19:42:45.270Z | |
1899 | 2025-02-21T19:42:45.271Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1900 | 2025-02-21T19:42:45.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-02-21T19:42:45.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-02-21T19:42:45.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-02-21T19:42:45.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1904 | 2025-02-21T19:42:45.702Z | |
1905 | 2025-02-21T19:42:45.702Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1906 | 2025-02-21T19:42:46.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-02-21T19:42:46.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-02-21T19:42:46.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-02-21T19:42:46.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1910 | 2025-02-21T19:42:46.137Z | |
1911 | 2025-02-21T19:42:46.137Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1912 | 2025-02-21T19:42:46.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-02-21T19:42:46.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-02-21T19:42:46.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-02-21T19:42:46.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1916 | 2025-02-21T19:42:46.577Z | |
1917 | 2025-02-21T19:42:46.577Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1918 | 2025-02-21T19:42:46.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-02-21T19:42:46.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-02-21T19:42:46.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-02-21T19:42:46.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1922 | 2025-02-21T19:42:47.012Z | |
1923 | 2025-02-21T19:42:47.012Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1924 | 2025-02-21T19:42:47.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-02-21T19:42:47.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-02-21T19:42:47.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-02-21T19:42:47.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1928 | 2025-02-21T19:42:47.446Z | |
1929 | 2025-02-21T19:42:47.446Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1930 | 2025-02-21T19:42:48.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-02-21T19:42:48.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-02-21T19:42:48.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-02-21T19:42:48.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1934 | 2025-02-21T19:42:48.088Z | |
1935 | 2025-02-21T19:42:48.088Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1936 | 2025-02-21T19:42:48.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-02-21T19:42:48.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-02-21T19:42:48.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-02-21T19:42:48.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1940 | 2025-02-21T19:42:48.736Z | |
1941 | 2025-02-21T19:42:48.736Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1942 | 2025-02-21T19:42:49.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-02-21T19:42:49.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-02-21T19:42:49.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-02-21T19:42:49.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1946 | 2025-02-21T19:42:49.361Z | |
1947 | 2025-02-21T19:42:49.361Z | info: running `cargo check --bins` on oxlog (48/199) |
1948 | 2025-02-21T19:42:49.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-02-21T19:42:49.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-02-21T19:42:49.974Z | Checking cfg-if v1.0.0 |
1951 | 2025-02-21T19:42:49.980Z | Checking libc v0.2.169 |
1952 | 2025-02-21T19:42:50.083Z | Checking serde v1.0.217 |
1953 | 2025-02-21T19:42:50.093Z | Checking zeroize v1.8.1 |
1954 | 2025-02-21T19:42:50.099Z | Checking memchr v2.7.4 |
1955 | 2025-02-21T19:42:50.112Z | Checking typenum v1.17.0 |
1956 | 2025-02-21T19:42:50.123Z | Checking subtle v2.6.1 |
1957 | 2025-02-21T19:42:50.135Z | Checking value-bag v1.9.0 |
1958 | 2025-02-21T19:42:50.150Z | Checking scopeguard v1.2.0 |
1959 | 2025-02-21T19:42:50.303Z | Checking smallvec v1.13.2 |
1960 | 2025-02-21T19:42:50.332Z | Checking lock_api v0.4.12 |
1961 | 2025-02-21T19:42:50.375Z | Checking const-oid v0.9.6 |
1962 | 2025-02-21T19:42:50.546Z | Checking log v0.4.22 |
1963 | 2025-02-21T19:42:50.632Z | Checking itoa v1.0.11 |
1964 | 2025-02-21T19:42:50.777Z | Checking pin-project-lite v0.2.14 |
1965 | 2025-02-21T19:42:50.871Z | Checking byteorder v1.5.0 |
1966 | 2025-02-21T19:42:50.873Z | Checking futures-core v0.3.31 |
1967 | 2025-02-21T19:42:50.900Z | Checking once_cell v1.20.3 |
1968 | 2025-02-21T19:42:51.062Z | Checking getrandom v0.2.15 |
1969 | 2025-02-21T19:42:51.062Z | Checking signal-hook-registry v1.4.2 |
1970 | 2025-02-21T19:42:51.077Z | Checking parking_lot_core v0.9.10 |
1971 | 2025-02-21T19:42:51.145Z | Checking generic-array v0.14.7 |
1972 | 2025-02-21T19:42:51.190Z | Checking mio v1.0.2 |
1973 | 2025-02-21T19:42:51.248Z | Checking stable_deref_trait v1.2.0 |
1974 | 2025-02-21T19:42:51.297Z | Checking rand_core v0.6.4 |
1975 | 2025-02-21T19:42:51.327Z | Checking futures-sink v0.3.31 |
1976 | 2025-02-21T19:42:51.359Z | Checking cpufeatures v0.2.14 |
1977 | 2025-02-21T19:42:51.390Z | Checking parking_lot v0.12.3 |
1978 | 2025-02-21T19:42:51.464Z | Checking socket2 v0.5.7 |
1979 | 2025-02-21T19:42:51.483Z | Checking zerocopy v0.7.35 |
1980 | 2025-02-21T19:42:51.607Z | Checking zerofrom v0.1.4 |
1981 | 2025-02-21T19:42:51.744Z | Checking slab v0.4.9 |
1982 | 2025-02-21T19:42:51.764Z | Checking futures-channel v0.3.31 |
1983 | 2025-02-21T19:42:51.822Z | Checking yoke v0.7.4 |
1984 | 2025-02-21T19:42:51.935Z | Checking pin-utils v0.1.0 |
1985 | 2025-02-21T19:42:52.019Z | Checking futures-io v0.3.31 |
1986 | 2025-02-21T19:42:52.036Z | Checking futures-task v0.3.31 |
1987 | 2025-02-21T19:42:52.121Z | Checking foldhash v0.1.3 |
1988 | 2025-02-21T19:42:52.154Z | Checking zerovec v0.10.4 |
1989 | 2025-02-21T19:42:52.175Z | Checking crypto-common v0.1.6 |
1990 | 2025-02-21T19:42:52.199Z | Checking block-buffer v0.10.4 |
1991 | 2025-02-21T19:42:52.227Z | Checking equivalent v1.0.1 |
1992 | 2025-02-21T19:42:52.264Z | Checking futures-util v0.3.31 |
1993 | 2025-02-21T19:42:52.337Z | Checking allocator-api2 v0.2.18 |
1994 | 2025-02-21T19:42:52.344Z | Checking block-padding v0.3.3 |
1995 | 2025-02-21T19:42:52.375Z | Checking ryu v1.0.18 |
1996 | 2025-02-21T19:42:52.428Z | Checking digest v0.10.7 |
1997 | 2025-02-21T19:42:52.561Z | Checking inout v0.1.3 |
1998 | 2025-02-21T19:42:52.623Z | Checking fnv v1.0.7 |
1999 | 2025-02-21T19:42:52.775Z | Checking litemap v0.7.3 |
2000 | 2025-02-21T19:42:52.800Z | Checking writeable v0.5.5 |
2001 | 2025-02-21T19:42:52.844Z | Checking cipher v0.4.4 |
2002 | 2025-02-21T19:42:52.844Z | Checking hmac v0.12.1 |
2003 | 2025-02-21T19:42:52.911Z | Checking hashbrown v0.15.1 |
2004 | 2025-02-21T19:42:53.019Z | Checking sha2 v0.10.8 |
2005 | 2025-02-21T19:42:53.066Z | Checking libm v0.2.8 |
2006 | 2025-02-21T19:42:53.084Z | Checking base64ct v1.6.0 |
2007 | 2025-02-21T19:42:53.191Z | Checking ppv-lite86 v0.2.20 |
2008 | 2025-02-21T19:42:53.525Z | Checking pem-rfc7468 v0.7.0 |
2009 | 2025-02-21T19:42:53.559Z | Checking flagset v0.4.6 |
2010 | 2025-02-21T19:42:53.710Z | Checking tinystr v0.7.6 |
2011 | 2025-02-21T19:42:53.754Z | Checking icu_locid_transform_data v1.5.0 |
2012 | 2025-02-21T19:42:53.796Z | Checking der v0.7.9 |
2013 | 2025-02-21T19:42:53.864Z | Checking icu_collections v1.5.0 |
2014 | 2025-02-21T19:42:53.878Z | Checking rand_chacha v0.3.1 |
2015 | 2025-02-21T19:42:53.957Z | Checking num-traits v0.2.19 |
2016 | 2025-02-21T19:42:53.968Z | Checking tracing-core v0.1.32 |
2017 | 2025-02-21T19:42:54.053Z | Checking icu_locid v1.5.0 |
2018 | 2025-02-21T19:42:54.278Z | Checking thiserror v1.0.69 |
2019 | 2025-02-21T19:42:54.424Z | Checking rustls-pki-types v1.10.0 |
2020 | 2025-02-21T19:42:54.509Z | Checking percent-encoding v2.3.1 |
2021 | 2025-02-21T19:42:54.527Z | Checking bytes v1.9.0 |
2022 | 2025-02-21T19:42:54.583Z | Checking indexmap v2.7.1 |
2023 | 2025-02-21T19:42:54.722Z | Checking serde_json v1.0.139 |
2024 | 2025-02-21T19:42:54.933Z | Checking bitflags v2.6.0 |
2025 | 2025-02-21T19:42:54.964Z | Checking icu_provider v1.5.0 |
2026 | 2025-02-21T19:42:55.239Z | Checking icu_properties_data v1.5.0 |
2027 | 2025-02-21T19:42:55.329Z | Checking tokio v1.43.0 |
2028 | 2025-02-21T19:42:55.426Z | Checking http v1.2.0 |
2029 | 2025-02-21T19:42:55.458Z | Checking tracing v0.1.40 |
2030 | 2025-02-21T19:42:55.487Z | Checking spki v0.7.3 |
2031 | 2025-02-21T19:42:55.589Z | Checking icu_locid_transform v1.5.0 |
2032 | 2025-02-21T19:42:55.735Z | Checking rand v0.8.5 |
2033 | 2025-02-21T19:42:55.769Z | Checking salsa20 v0.10.2 |
2034 | 2025-02-21T19:42:55.808Z | Checking pbkdf2 v0.12.2 |
2035 | 2025-02-21T19:42:55.978Z | Checking aws-lc-sys v0.22.0 |
2036 | 2025-02-21T19:42:55.996Z | Checking httparse v1.9.5 |
2037 | 2025-02-21T19:42:56.338Z | Checking icu_normalizer_data v1.5.0 |
2038 | 2025-02-21T19:42:56.430Z | Checking utf16_iter v1.0.5 |
2039 | 2025-02-21T19:42:56.445Z | Checking utf8_iter v1.0.4 |
2040 | 2025-02-21T19:42:56.584Z | Checking icu_properties v1.5.1 |
2041 | 2025-02-21T19:42:56.606Z | Checking write16 v1.0.0 |
2042 | 2025-02-21T19:42:56.638Z | Checking mirai-annotations v1.12.0 |
2043 | 2025-02-21T19:42:56.677Z | Checking powerfmt v0.2.0 |
2044 | 2025-02-21T19:42:56.696Z | Checking untrusted v0.9.0 |
2045 | 2025-02-21T19:42:56.762Z | Checking untrusted v0.7.1 |
2046 | 2025-02-21T19:42:56.806Z | Checking scrypt v0.11.0 |
2047 | 2025-02-21T19:42:56.857Z | Checking ring v0.17.9 |
2048 | 2025-02-21T19:42:56.874Z | Checking cbc v0.1.2 |
2049 | 2025-02-21T19:42:56.901Z | Checking aes v0.8.4 |
2050 | 2025-02-21T19:42:56.932Z | Checking deranged v0.3.11 |
2051 | 2025-02-21T19:42:57.029Z | Checking crossbeam-utils v0.8.20 |
2052 | 2025-02-21T19:42:57.069Z | Checking spin v0.9.8 |
2053 | 2025-02-21T19:42:57.409Z | Checking num-conv v0.1.0 |
2054 | 2025-02-21T19:42:57.674Z | Checking atomic-waker v1.1.2 |
2055 | 2025-02-21T19:42:57.761Z | Checking time-core v0.1.2 |
2056 | 2025-02-21T19:42:57.780Z | Checking tinyvec_macros v0.1.1 |
2057 | 2025-02-21T19:42:57.824Z | Checking num_threads v0.1.7 |
2058 | 2025-02-21T19:42:57.878Z | Checking tinyvec v1.8.0 |
2059 | 2025-02-21T19:42:57.931Z | Checking pkcs5 v0.7.1 |
2060 | 2025-02-21T19:42:57.951Z | Checking http-body v1.0.1 |
2061 | 2025-02-21T19:42:58.006Z | Checking aws-lc-rs v1.10.0 |
2062 | 2025-02-21T19:42:58.144Z | Checking form_urlencoded v1.2.1 |
2063 | 2025-02-21T19:42:58.273Z | Checking time v0.3.36 |
2064 | 2025-02-21T19:42:58.345Z | Checking try-lock v0.2.5 |
2065 | 2025-02-21T19:42:58.432Z | Checking pkcs8 v0.10.2 |
2066 | 2025-02-21T19:42:58.479Z | Checking want v0.3.1 |
2067 | 2025-02-21T19:42:58.677Z | Checking uuid v1.12.0 |
2068 | 2025-02-21T19:42:58.743Z | Checking unicode-ident v1.0.14 |
2069 | 2025-02-21T19:42:58.903Z | Checking tower-service v0.3.3 |
2070 | 2025-02-21T19:42:59.035Z | Checking httpdate v1.0.3 |
2071 | 2025-02-21T19:42:59.123Z | Checking proc-macro2 v1.0.92 |
2072 | 2025-02-21T19:42:59.175Z | Checking serde_spanned v0.6.8 |
2073 | 2025-02-21T19:42:59.284Z | Checking toml_datetime v0.6.8 |
2074 | 2025-02-21T19:42:59.300Z | Checking slog v2.7.0 |
2075 | 2025-02-21T19:42:59.366Z | Checking scroll v0.12.0 |
2076 | 2025-02-21T19:42:59.590Z | Checking adler2 v2.0.0 |
2077 | 2025-02-21T19:42:59.730Z | Checking rustls-webpki v0.102.8 |
2078 | 2025-02-21T19:42:59.758Z | Checking match_cfg v0.1.0 |
2079 | 2025-02-21T19:42:59.784Z | Checking plain v0.2.3 |
2080 | 2025-02-21T19:42:59.784Z | Checking base64 v0.22.1 |
2081 | 2025-02-21T19:42:59.841Z | Checking icu_normalizer v1.5.0 |
2082 | 2025-02-21T19:42:59.853Z | Checking foreign-types-shared v0.1.1 |
2083 | 2025-02-21T19:42:59.862Z | Checking ucd-trie v0.1.7 |
2084 | 2025-02-21T19:42:59.917Z | Checking iana-time-zone v0.1.61 |
2085 | 2025-02-21T19:42:59.961Z | Checking foreign-types v0.3.2 |
2086 | 2025-02-21T19:43:00.066Z | Checking goblin v0.8.2 |
2087 | 2025-02-21T19:43:01.136Z | Checking pest v2.7.14 |
2088 | 2025-02-21T19:43:01.164Z | Checking chrono v0.4.39 |
2089 | 2025-02-21T19:43:01.164Z | Checking hostname v0.3.1 |
2090 | 2025-02-21T19:43:01.164Z | Checking miniz_oxide v0.8.0 |
2091 | 2025-02-21T19:43:01.164Z | Checking quote v1.0.38 |
2092 | 2025-02-21T19:43:01.164Z | Checking openssl-sys v0.9.106 |
2093 | 2025-02-21T19:43:01.164Z | Checking idna_adapter v1.2.0 |
2094 | 2025-02-21T19:43:01.164Z | Checking dirs-sys-next v0.1.2 |
2095 | 2025-02-21T19:43:01.164Z | Checking idna v1.0.3 |
2096 | 2025-02-21T19:43:01.164Z | Checking errno v0.3.9 |
2097 | 2025-02-21T19:43:01.164Z | Checking aho-corasick v1.1.3 |
2098 | 2025-02-21T19:43:01.183Z | Checking pretty-hex v0.4.1 |
2099 | 2025-02-21T19:43:01.265Z | Checking url v2.5.3 |
2100 | 2025-02-21T19:43:01.348Z | Checking siphasher v0.3.11 |
2101 | 2025-02-21T19:43:01.661Z | Checking regex-syntax v0.8.5 |
2102 | 2025-02-21T19:43:01.691Z | Compiling newtype-uuid v1.2.1 |
2103 | 2025-02-21T19:43:01.884Z | Checking tokio-util v0.7.12 |
2104 | 2025-02-21T19:43:01.978Z | Checking data-encoding v2.6.0 |
2105 | 2025-02-21T19:43:02.043Z | Checking openssl v0.10.71 |
2106 | 2025-02-21T19:43:02.075Z | Checking rustix v0.38.37 |
2107 | 2025-02-21T19:43:02.578Z | Checking dirs-next v2.0.0 |
2108 | 2025-02-21T19:43:02.602Z | Checking dtrace-parser v0.2.0 |
2109 | 2025-02-21T19:43:02.683Z | Checking syn v2.0.96 |
2110 | 2025-02-21T19:43:02.711Z | Checking unicode-normalization v0.1.24 |
2111 | 2025-02-21T19:43:02.728Z | Checking h2 v0.4.6 |
2112 | 2025-02-21T19:43:03.110Z | Checking http-body-util v0.1.2 |
2113 | 2025-02-21T19:43:03.501Z | Checking crossbeam-epoch v0.9.18 |
2114 | 2025-02-21T19:43:03.652Z | Checking sha1 v0.10.6 |
2115 | 2025-02-21T19:43:03.917Z | Checking signature v2.2.0 |
2116 | 2025-02-21T19:43:03.958Z | Checking thread_local v1.1.8 |
2117 | 2025-02-21T19:43:04.132Z | Checking thread-id v4.2.2 |
2118 | 2025-02-21T19:43:04.234Z | Checking encoding_rs v0.8.34 |
2119 | 2025-02-21T19:43:04.253Z | Checking ipnet v2.10.1 |
2120 | 2025-02-21T19:43:04.749Z | Checking winnow v0.6.20 |
2121 | 2025-02-21T19:43:04.829Z | Checking dof v0.3.0 |
2122 | 2025-02-21T19:43:04.845Z | Checking regex-automata v0.4.8 |
2123 | 2025-02-21T19:43:05.258Z | Checking mime v0.3.17 |
2124 | 2025-02-21T19:43:05.437Z | Checking unicode-properties v0.1.3 |
2125 | 2025-02-21T19:43:05.572Z | Checking openssl-probe v0.1.5 |
2126 | 2025-02-21T19:43:05.745Z | Checking gimli v0.31.1 |
2127 | 2025-02-21T19:43:05.814Z | Checking anstyle v1.0.10 |
2128 | 2025-02-21T19:43:06.162Z | Checking utf8parse v0.2.2 |
2129 | 2025-02-21T19:43:06.330Z | Checking unicode-bidi v0.3.17 |
2130 | 2025-02-21T19:43:06.489Z | Checking anstyle-parse v0.2.5 |
2131 | 2025-02-21T19:43:06.777Z | Checking crossbeam-deque v0.8.5 |
2132 | 2025-02-21T19:43:06.959Z | Checking stringprep v0.1.5 |
2133 | 2025-02-21T19:43:07.080Z | Checking term v0.7.0 |
2134 | 2025-02-21T19:43:08.094Z | Checking native-tls v0.2.12 |
2135 | 2025-02-21T19:43:08.214Z | Checking slog-json v2.6.1 |
2136 | 2025-02-21T19:43:08.214Z | Checking toml_edit v0.22.22 |
2137 | 2025-02-21T19:43:08.214Z | Checking rustls v0.23.19 |
2138 | 2025-02-21T19:43:08.214Z | Checking rustls v0.22.4 |
2139 | 2025-02-21T19:43:08.215Z | Checking serde_urlencoded v0.7.1 |
2140 | 2025-02-21T19:43:08.215Z | Checking crossbeam-channel v0.5.13 |
2141 | 2025-02-21T19:43:09.050Z | Checking usdt-impl v0.5.0 |
2142 | 2025-02-21T19:43:09.143Z | Checking hyper v1.5.2 |
2143 | 2025-02-21T19:43:09.143Z | Checking futures-executor v0.3.31 |
2144 | 2025-02-21T19:43:09.143Z | Checking num-integer v0.1.46 |
2145 | 2025-02-21T19:43:09.143Z | Checking rustls-pemfile v2.2.0 |
2146 | 2025-02-21T19:43:09.157Z | Checking md-5 v0.10.6 |
2147 | 2025-02-21T19:43:09.279Z | Checking ff v0.13.0 |
2148 | 2025-02-21T19:43:09.341Z | Checking hash32 v0.2.1 |
2149 | 2025-02-21T19:43:09.372Z | Checking memmap v0.7.0 |
2150 | 2025-02-21T19:43:09.454Z | Checking is-terminal v0.4.13 |
2151 | 2025-02-21T19:43:09.568Z | Checking addr2line v0.24.2 |
2152 | 2025-02-21T19:43:09.586Z | Checking object v0.36.5 |
2153 | 2025-02-21T19:43:09.589Z | Checking linked-hash-map v0.5.6 |
2154 | 2025-02-21T19:43:09.639Z | Checking fallible-iterator v0.2.0 |
2155 | 2025-02-21T19:43:09.898Z | Checking take_mut v0.2.2 |
2156 | 2025-02-21T19:43:10.000Z | Checking psl-types v2.0.11 |
2157 | 2025-02-21T19:43:10.057Z | Checking rustc-demangle v0.1.24 |
2158 | 2025-02-21T19:43:10.104Z | Checking either v1.13.0 |
2159 | 2025-02-21T19:43:10.188Z | Checking colorchoice v1.0.2 |
2160 | 2025-02-21T19:43:10.220Z | Checking is_terminal_polyfill v1.70.1 |
2161 | 2025-02-21T19:43:10.343Z | Checking anstyle-query v1.1.1 |
2162 | 2025-02-21T19:43:10.343Z | Checking utf-8 v0.7.6 |
2163 | 2025-02-21T19:43:10.439Z | Checking quick-error v1.2.3 |
2164 | 2025-02-21T19:43:10.487Z | Checking dyn-clone v1.0.18 |
2165 | 2025-02-21T19:43:10.504Z | Checking base16ct v0.2.0 |
2166 | 2025-02-21T19:43:10.542Z | Checking hyper-util v0.1.10 |
2167 | 2025-02-21T19:43:10.557Z | Checking tungstenite v0.24.0 |
2168 | 2025-02-21T19:43:10.582Z | Checking resolv-conf v0.7.0 |
2169 | 2025-02-21T19:43:10.635Z | Checking schemars v0.8.21 |
2170 | 2025-02-21T19:43:10.695Z | Checking sec1 v0.7.3 |
2171 | 2025-02-21T19:43:10.753Z | Checking tokio-rustls v0.25.0 |
2172 | 2025-02-21T19:43:10.951Z | Checking anstream v0.6.15 |
2173 | 2025-02-21T19:43:11.079Z | Checking postgres-protocol v0.6.7 |
2174 | 2025-02-21T19:43:11.121Z | Checking publicsuffix v2.3.0 |
2175 | 2025-02-21T19:43:11.274Z | Checking slog-async v2.8.0 |
2176 | 2025-02-21T19:43:11.400Z | Checking toml v0.8.19 |
2177 | 2025-02-21T19:43:11.408Z | Checking lru-cache v0.1.2 |
2178 | 2025-02-21T19:43:11.564Z | Checking heapless v0.7.17 |
2179 | 2025-02-21T19:43:11.604Z | Checking slog-term v2.9.1 |
2180 | 2025-02-21T19:43:11.716Z | Checking usdt v0.5.0 |
2181 | 2025-02-21T19:43:11.979Z | Checking group v0.13.0 |
2182 | 2025-02-21T19:43:12.146Z | Checking num-iter v0.1.45 |
2183 | 2025-02-21T19:43:12.171Z | Checking futures v0.3.31 |
2184 | 2025-02-21T19:43:12.172Z | Checking tokio-native-tls v0.3.1 |
2185 | 2025-02-21T19:43:12.237Z | Checking slog-bunyan v2.5.0 |
2186 | 2025-02-21T19:43:12.302Z | Checking rayon-core v1.12.1 |
2187 | 2025-02-21T19:43:12.348Z | Checking multer v3.1.0 |
2188 | 2025-02-21T19:43:12.435Z | Checking terminal_size v0.4.0 |
2189 | 2025-02-21T19:43:12.456Z | Checking hickory-proto v0.24.3 |
2190 | 2025-02-21T19:43:12.511Z | Checking tokio-rustls v0.26.0 |
2191 | 2025-02-21T19:43:12.526Z | Checking phf_shared v0.11.2 |
2192 | 2025-02-21T19:43:12.575Z | Checking cookie v0.18.1 |
2193 | 2025-02-21T19:43:12.660Z | Checking async-stream v0.3.6 |
2194 | 2025-02-21T19:43:12.723Z | Checking bzip2-sys v0.1.11+1.0.8 |
2195 | 2025-02-21T19:43:12.852Z | Checking signal-hook v0.3.17 |
2196 | 2025-02-21T19:43:12.900Z | Checking camino v1.1.9 |
2197 | 2025-02-21T19:43:12.922Z | Checking waitgroup v0.1.2 |
2198 | 2025-02-21T19:43:12.922Z | Checking lazy_static v1.5.0 |
2199 | 2025-02-21T19:43:12.922Z | Checking openapiv3 v2.0.0 |
2200 | 2025-02-21T19:43:12.992Z | Checking webpki-roots v0.26.6 |
2201 | 2025-02-21T19:43:16.714Z | Checking serde_path_to_error v0.1.16 |
2202 | 2025-02-21T19:43:16.755Z | Checking hkdf v0.12.4 |
2203 | 2025-02-21T19:43:16.756Z | Checking crypto-bigint v0.5.5 |
2204 | 2025-02-21T19:43:16.756Z | Checking sync_wrapper v1.0.1 |
2205 | 2025-02-21T19:43:16.756Z | Checking hostname v0.4.0 |
2206 | 2025-02-21T19:43:16.756Z | Checking crc32fast v1.4.2 |
2207 | 2025-02-21T19:43:16.756Z | Checking debug-ignore v1.0.5 |
2208 | 2025-02-21T19:43:16.756Z | Checking strsim v0.11.1 |
2209 | 2025-02-21T19:43:16.756Z | Checking tower-layer v0.3.3 |
2210 | 2025-02-21T19:43:16.756Z | Checking clap_lex v0.7.4 |
2211 | 2025-02-21T19:43:16.756Z | Checking bitflags v1.3.2 |
2212 | 2025-02-21T19:43:16.756Z | Checking managed v0.8.0 |
2213 | 2025-02-21T19:43:16.756Z | Checking winnow v0.5.40 |
2214 | 2025-02-21T19:43:16.756Z | Checking unicode-width v0.2.0 |
2215 | 2025-02-21T19:43:16.756Z | Checking clap_builder v4.5.30 |
2216 | 2025-02-21T19:43:16.756Z | Checking smoltcp v0.9.1 |
2217 | 2025-02-21T19:43:16.756Z | Checking console v0.15.10 |
2218 | 2025-02-21T19:43:16.756Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2219 | 2025-02-21T19:43:16.756Z | Checking tower v0.5.2 |
2220 | 2025-02-21T19:43:16.756Z | Checking flate2 v1.0.35 |
2221 | 2025-02-21T19:43:16.756Z | Checking backtrace v0.3.74 |
2222 | 2025-02-21T19:43:16.756Z | Checking elliptic-curve v0.13.8 |
2223 | 2025-02-21T19:43:16.756Z | Checking hyper-rustls v0.27.3 |
2224 | 2025-02-21T19:43:16.756Z | Checking anyhow v1.0.96 |
2225 | 2025-02-21T19:43:16.756Z | Checking signal-hook-mio v0.2.4 |
2226 | 2025-02-21T19:43:16.756Z | Checking dropshot v0.12.0 |
2227 | 2025-02-21T19:43:16.756Z | Checking num-bigint-dig v0.8.4 |
2228 | 2025-02-21T19:43:16.756Z | Checking cookie_store v0.21.1 |
2229 | 2025-02-21T19:43:16.756Z | Checking rayon v1.10.0 |
2230 | 2025-02-21T19:43:16.756Z | Checking bzip2 v0.4.4 |
2231 | 2025-02-21T19:43:16.756Z | Checking toml_edit v0.19.15 |
2232 | 2025-02-21T19:43:16.756Z | Checking phf v0.11.2 |
2233 | 2025-02-21T19:43:16.798Z | Checking hyper-tls v0.6.0 |
2234 | 2025-02-21T19:43:16.844Z | Checking postgres-types v0.2.8 |
2235 | 2025-02-21T19:43:16.930Z | Checking tokio-tungstenite v0.24.0 |
2236 | 2025-02-21T19:43:16.982Z | Checking hickory-resolver v0.24.3 |
2237 | 2025-02-21T19:43:18.122Z | Checking bstr v1.10.0 |
2238 | 2025-02-21T19:43:18.154Z | Checking regex v1.11.1 |
2239 | 2025-02-21T19:43:18.154Z | Checking ed25519 v2.2.3 |
2240 | 2025-02-21T19:43:18.154Z | Checking tokio-stream v0.1.16 |
2241 | 2025-02-21T19:43:18.154Z | Checking phf_shared v0.10.0 |
2242 | 2025-02-21T19:43:18.154Z | Checking zerocopy v0.6.6 |
2243 | 2025-02-21T19:43:18.185Z | Checking curve25519-dalek v4.1.3 |
2244 | 2025-02-21T19:43:18.192Z | Checking hubpack v0.1.2 |
2245 | 2025-02-21T19:43:18.518Z | Checking memoffset v0.9.1 |
2246 | 2025-02-21T19:43:18.590Z | Checking portable-atomic v1.9.0 |
2247 | 2025-02-21T19:43:18.607Z | Checking pkcs1 v0.7.5 |
2248 | 2025-02-21T19:43:18.639Z | Checking float-cmp v0.10.0 |
2249 | 2025-02-21T19:43:18.655Z | Checking serde-big-array v0.5.1 |
2250 | 2025-02-21T19:43:18.853Z | Checking rfc6979 v0.4.0 |
2251 | 2025-02-21T19:43:18.869Z | Checking new_debug_unreachable v1.0.6 |
2252 | 2025-02-21T19:43:18.882Z | Checking whoami v1.5.2 |
2253 | 2025-02-21T19:43:18.964Z | Checking difflib v0.4.0 |
2254 | 2025-02-21T19:43:18.995Z | Checking static_assertions v1.1.0 |
2255 | 2025-02-21T19:43:19.039Z | Checking unicode-segmentation v1.12.0 |
2256 | 2025-02-21T19:43:19.099Z | Checking normalize-line-endings v0.3.0 |
2257 | 2025-02-21T19:43:19.159Z | Checking bit-vec v0.6.3 |
2258 | 2025-02-21T19:43:19.240Z | Checking precomputed-hash v0.1.1 |
2259 | 2025-02-21T19:43:19.318Z | Checking number_prefix v0.4.0 |
2260 | 2025-02-21T19:43:19.370Z | Checking predicates-core v1.0.8 |
2261 | 2025-02-21T19:43:19.485Z | Checking minimal-lexical v0.2.1 |
2262 | 2025-02-21T19:43:19.500Z | Checking fixedbitset v0.4.2 |
2263 | 2025-02-21T19:43:19.516Z | Checking bit-set v0.5.3 |
2264 | 2025-02-21T19:43:19.533Z | Checking qorb v0.2.1 |
2265 | 2025-02-21T19:43:19.557Z | Checking predicates v3.1.3 |
2266 | 2025-02-21T19:43:19.692Z | Checking similar v2.6.0 |
2267 | 2025-02-21T19:43:19.752Z | Checking petgraph v0.6.5 |
2268 | 2025-02-21T19:43:19.755Z | Checking string_cache v0.8.7 |
2269 | 2025-02-21T19:43:19.800Z | Checking indicatif v0.17.11 |
2270 | 2025-02-21T19:43:19.883Z | Checking nom v7.1.3 |
2271 | 2025-02-21T19:43:19.915Z | Checking ed25519-dalek v2.1.1 |
2272 | 2025-02-21T19:43:20.034Z | Checking tokio-postgres v0.7.12 |
2273 | 2025-02-21T19:43:20.164Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2274 | 2025-02-21T19:43:20.303Z | Checking ecdsa v0.16.9 |
2275 | 2025-02-21T19:43:20.487Z | Checking rsa v0.9.6 |
2276 | 2025-02-21T19:43:20.558Z | Checking toml v0.7.8 |
2277 | 2025-02-21T19:43:21.006Z | Checking nix v0.29.0 |
2278 | 2025-02-21T19:43:21.255Z | Checking reqwest v0.12.12 |
2279 | 2025-02-21T19:43:21.438Z | Checking clap v4.5.30 |
2280 | 2025-02-21T19:43:21.557Z | Checking zip v0.6.6 |
2281 | 2025-02-21T19:43:21.906Z | Checking crossterm v0.28.1 |
2282 | 2025-02-21T19:43:22.300Z | Checking itertools v0.10.5 |
2283 | 2025-02-21T19:43:22.434Z | Checking ahash v0.8.11 |
2284 | 2025-02-21T19:43:22.498Z | Checking fs-err v2.11.0 |
2285 | 2025-02-21T19:43:22.889Z | Checking x509-cert v0.2.5 |
2286 | 2025-02-21T19:43:22.905Z | Checking semver v1.0.25 |
2287 | 2025-02-21T19:43:22.980Z | Checking hex v0.4.3 |
2288 | 2025-02-21T19:43:23.005Z | Checking lalrpop-util v0.19.12 |
2289 | 2025-02-21T19:43:23.116Z | Checking peg-runtime v0.8.3 |
2290 | 2025-02-21T19:43:23.300Z | Checking sigpipe v0.1.3 |
2291 | 2025-02-21T19:43:24.467Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2292 | 2025-02-21T19:43:24.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.45s |
2293 | 2025-02-21T19:43:24.955Z | |
2294 | 2025-02-21T19:43:24.955Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2295 | 2025-02-21T19:43:25.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2025-02-21T19:43:25.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2025-02-21T19:43:25.616Z | Compiling hashbrown v0.14.5 |
2298 | 2025-02-21T19:43:25.737Z | Checking heck v0.5.0 |
2299 | 2025-02-21T19:43:25.750Z | Compiling unsafe-libyaml v0.2.11 |
2300 | 2025-02-21T19:43:25.763Z | Checking ipnetwork v0.21.1 |
2301 | 2025-02-21T19:43:25.766Z | Compiling ident_case v1.0.1 |
2302 | 2025-02-21T19:43:25.792Z | Checking progenitor-client v0.8.0 |
2303 | 2025-02-21T19:43:25.809Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2304 | 2025-02-21T19:43:25.907Z | Checking newtype-uuid v1.2.1 |
2305 | 2025-02-21T19:43:25.950Z | Compiling darling_core v0.20.10 |
2306 | 2025-02-21T19:43:26.114Z | Checking oxnet v0.1.0 |
2307 | 2025-02-21T19:43:26.120Z | Compiling proc-macro-crate v1.3.1 |
2308 | 2025-02-21T19:43:26.175Z | Compiling structmeta-derive v0.3.0 |
2309 | 2025-02-21T19:43:26.196Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2310 | 2025-02-21T19:43:26.484Z | Compiling thiserror v2.0.11 |
2311 | 2025-02-21T19:43:26.524Z | Compiling lzma-sys v0.1.20 |
2312 | 2025-02-21T19:43:26.676Z | Checking regress v0.10.1 |
2313 | 2025-02-21T19:43:27.038Z | Compiling serde_yaml v0.9.34+deprecated |
2314 | 2025-02-21T19:43:27.230Z | Compiling num_enum_derive v0.5.11 |
2315 | 2025-02-21T19:43:27.446Z | Compiling thiserror-impl v2.0.11 |
2316 | 2025-02-21T19:43:27.565Z | Compiling foreign-types-macros v0.2.3 |
2317 | 2025-02-21T19:43:28.790Z | Compiling structmeta v0.3.0 |
2318 | 2025-02-21T19:43:28.813Z | Compiling daft-derive v0.1.1 |
2319 | 2025-02-21T19:43:29.163Z | Compiling dropshot v0.15.1 |
2320 | 2025-02-21T19:43:29.425Z | Checking arc-swap v1.7.1 |
2321 | 2025-02-21T19:43:29.497Z | Checking foreign-types-shared v0.3.1 |
2322 | 2025-02-21T19:43:29.632Z | Checking foreign-types v0.5.0 |
2323 | 2025-02-21T19:43:29.820Z | Checking num_enum v0.5.11 |
2324 | 2025-02-21T19:43:29.836Z | Checking slog-scope v4.4.0 |
2325 | 2025-02-21T19:43:29.993Z | Compiling parse-display-derive v0.10.0 |
2326 | 2025-02-21T19:43:30.081Z | Checking typify-impl v0.2.0 |
2327 | 2025-02-21T19:43:30.097Z | Compiling proc-macro-error v1.0.4 |
2328 | 2025-02-21T19:43:30.305Z | Checking daft v0.1.1 |
2329 | 2025-02-21T19:43:30.723Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2330 | 2025-02-21T19:43:30.756Z | Checking tungstenite v0.21.0 |
2331 | 2025-02-21T19:43:30.822Z | Compiling heck v0.3.3 |
2332 | 2025-02-21T19:43:30.841Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2333 | 2025-02-21T19:43:31.164Z | Compiling dropshot_endpoint v0.15.1 |
2334 | 2025-02-21T19:43:31.561Z | Compiling darling_macro v0.20.10 |
2335 | 2025-02-21T19:43:31.600Z | Checking cstr-argument v0.1.2 |
2336 | 2025-02-21T19:43:31.638Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2337 | 2025-02-21T19:43:31.656Z | Checking instant v0.1.13 |
2338 | 2025-02-21T19:43:31.787Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2339 | 2025-02-21T19:43:31.801Z | Checking fastrand v2.1.1 |
2340 | 2025-02-21T19:43:32.103Z | Checking pretty-hex v0.2.1 |
2341 | 2025-02-21T19:43:32.122Z | Checking base64 v0.21.7 |
2342 | 2025-02-21T19:43:32.446Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2343 | 2025-02-21T19:43:32.463Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2344 | 2025-02-21T19:43:32.516Z | Checking tempfile v3.13.0 |
2345 | 2025-02-21T19:43:32.549Z | Compiling darling v0.20.10 |
2346 | 2025-02-21T19:43:32.622Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2347 | 2025-02-21T19:43:32.639Z | Checking backoff v0.4.0 |
2348 | 2025-02-21T19:43:32.674Z | Compiling serde_with_macros v3.11.0 |
2349 | 2025-02-21T19:43:32.734Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2350 | 2025-02-21T19:43:32.881Z | Checking tokio-tungstenite v0.21.0 |
2351 | 2025-02-21T19:43:32.901Z | Compiling zone_cfg_derive v0.1.2 |
2352 | 2025-02-21T19:43:32.929Z | Checking strum v0.26.3 |
2353 | 2025-02-21T19:43:32.946Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2354 | 2025-02-21T19:43:33.096Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2355 | 2025-02-21T19:43:33.459Z | Checking slog-stdlog v4.1.1 |
2356 | 2025-02-21T19:43:33.531Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2357 | 2025-02-21T19:43:33.629Z | Checking regress v0.9.1 |
2358 | 2025-02-21T19:43:33.690Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2359 | 2025-02-21T19:43:33.706Z | Checking progenitor-client v0.9.1 |
2360 | 2025-02-21T19:43:33.781Z | Checking parse-display v0.10.0 |
2361 | 2025-02-21T19:43:33.976Z | Checking colored v2.1.0 |
2362 | 2025-02-21T19:43:34.023Z | Checking macaddr v1.0.1 |
2363 | 2025-02-21T19:43:34.093Z | Checking base64 v0.13.1 |
2364 | 2025-02-21T19:43:34.249Z | Checking unicode-width v0.1.14 |
2365 | 2025-02-21T19:43:34.263Z | Checking zone v0.1.8 |
2366 | 2025-02-21T19:43:34.507Z | Checking ron v0.7.1 |
2367 | 2025-02-21T19:43:34.739Z | Checking tabwriter v1.4.0 |
2368 | 2025-02-21T19:43:34.915Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2369 | 2025-02-21T19:43:35.010Z | Checking slog-envlogger v2.2.0 |
2370 | 2025-02-21T19:43:35.046Z | Checking serde_with v3.11.0 |
2371 | 2025-02-21T19:43:35.244Z | Checking xz2 v0.1.7 |
2372 | 2025-02-21T19:43:35.371Z | Checking xattr v1.3.1 |
2373 | 2025-02-21T19:43:35.534Z | Checking pem v3.0.4 |
2374 | 2025-02-21T19:43:35.578Z | Checking yasna v0.5.2 |
2375 | 2025-02-21T19:43:35.595Z | Checking headers-core v0.3.0 |
2376 | 2025-02-21T19:43:35.756Z | Checking smf v0.2.3 |
2377 | 2025-02-21T19:43:35.815Z | Checking filetime v0.2.25 |
2378 | 2025-02-21T19:43:36.040Z | Checking same-file v1.0.6 |
2379 | 2025-02-21T19:43:36.179Z | Checking tar v0.4.42 |
2380 | 2025-02-21T19:43:36.207Z | Checking headers v0.4.0 |
2381 | 2025-02-21T19:43:36.224Z | Checking walkdir v2.5.0 |
2382 | 2025-02-21T19:43:36.406Z | Checking rcgen v0.12.1 |
2383 | 2025-02-21T19:43:36.524Z | Checking atomicwrites v0.4.4 |
2384 | 2025-02-21T19:43:36.741Z | Checking camino-tempfile v1.1.1 |
2385 | 2025-02-21T19:43:37.006Z | Checking subprocess v0.2.9 |
2386 | 2025-02-21T19:43:39.390Z | Compiling typify-macro v0.2.0 |
2387 | 2025-02-21T19:43:40.873Z | Compiling typify v0.2.0 |
2388 | 2025-02-21T19:43:40.944Z | Compiling progenitor-impl v0.8.0 |
2389 | 2025-02-21T19:43:43.378Z | Compiling progenitor-macro v0.8.0 |
2390 | 2025-02-21T19:43:46.899Z | Checking progenitor v0.8.0 |
2391 | 2025-02-21T19:43:47.029Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2392 | 2025-02-21T19:43:47.029Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2393 | 2025-02-21T19:43:49.534Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2394 | 2025-02-21T19:43:49.897Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2395 | 2025-02-21T19:43:55.948Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2396 | 2025-02-21T19:43:57.458Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2397 | 2025-02-21T19:43:58.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.72s |
2398 | 2025-02-21T19:43:58.831Z | |
2399 | 2025-02-21T19:43:58.831Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2400 | 2025-02-21T19:43:59.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2025-02-21T19:43:59.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2025-02-21T19:43:59.489Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2403 | 2025-02-21T19:44:00.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2404 | 2025-02-21T19:44:01.002Z | |
2405 | 2025-02-21T19:44:01.002Z | info: running `cargo check --bins` on nexus-config (51/199) |
2406 | 2025-02-21T19:44:01.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2025-02-21T19:44:01.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2025-02-21T19:44:01.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2025-02-21T19:44:01.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2410 | 2025-02-21T19:44:01.631Z | |
2411 | 2025-02-21T19:44:01.631Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2412 | 2025-02-21T19:44:02.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2025-02-21T19:44:02.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2025-02-21T19:44:02.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2025-02-21T19:44:02.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2416 | 2025-02-21T19:44:02.244Z | |
2417 | 2025-02-21T19:44:02.244Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2418 | 2025-02-21T19:44:02.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2025-02-21T19:44:02.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2025-02-21T19:44:02.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2025-02-21T19:44:02.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2422 | 2025-02-21T19:44:02.857Z | |
2423 | 2025-02-21T19:44:02.857Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2424 | 2025-02-21T19:44:03.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2025-02-21T19:44:03.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2025-02-21T19:44:03.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2025-02-21T19:44:03.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2428 | 2025-02-21T19:44:03.483Z | |
2429 | 2025-02-21T19:44:03.483Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2430 | 2025-02-21T19:44:04.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2025-02-21T19:44:04.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2025-02-21T19:44:04.180Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2433 | 2025-02-21T19:44:04.288Z | Compiling ipnetwork v0.21.1 |
2434 | 2025-02-21T19:44:04.292Z | Compiling zerocopy v0.8.10 |
2435 | 2025-02-21T19:44:04.292Z | Compiling progenitor-client v0.8.0 |
2436 | 2025-02-21T19:44:04.292Z | Compiling itertools v0.13.0 |
2437 | 2025-02-21T19:44:04.293Z | Compiling zerocopy-derive v0.8.10 |
2438 | 2025-02-21T19:44:04.293Z | Compiling heapless v0.8.0 |
2439 | 2025-02-21T19:44:04.299Z | Compiling thiserror v2.0.11 |
2440 | 2025-02-21T19:44:04.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2441 | 2025-02-21T19:44:04.607Z | Checking hash32 v0.3.1 |
2442 | 2025-02-21T19:44:04.727Z | Compiling oxnet v0.1.0 |
2443 | 2025-02-21T19:44:04.797Z | Compiling progenitor v0.8.0 |
2444 | 2025-02-21T19:44:05.012Z | Compiling instant v0.1.13 |
2445 | 2025-02-21T19:44:05.052Z | Compiling smoltcp v0.11.0 |
2446 | 2025-02-21T19:44:05.175Z | Compiling daft v0.1.1 |
2447 | 2025-02-21T19:44:05.364Z | Compiling backoff v0.4.0 |
2448 | 2025-02-21T19:44:05.596Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2449 | 2025-02-21T19:44:05.623Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2450 | 2025-02-21T19:44:05.623Z | Compiling dropshot v0.15.1 |
2451 | 2025-02-21T19:44:05.636Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2452 | 2025-02-21T19:44:05.701Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2453 | 2025-02-21T19:44:05.895Z | Compiling serde_with v3.11.0 |
2454 | 2025-02-21T19:44:05.988Z | Compiling parse-display v0.10.0 |
2455 | 2025-02-21T19:44:06.067Z | Checking num-rational v0.4.2 |
2456 | 2025-02-21T19:44:06.536Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2457 | 2025-02-21T19:44:06.717Z | Compiling progenitor-client v0.9.1 |
2458 | 2025-02-21T19:44:07.129Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2459 | 2025-02-21T19:44:07.305Z | Compiling regress v0.9.1 |
2460 | 2025-02-21T19:44:08.285Z | Compiling phf_generator v0.11.2 |
2461 | 2025-02-21T19:44:08.486Z | Checking num-complex v0.4.6 |
2462 | 2025-02-21T19:44:09.364Z | Compiling macaddr v1.0.1 |
2463 | 2025-02-21T19:44:09.624Z | Checking cobs v0.2.3 |
2464 | 2025-02-21T19:44:09.817Z | Checking num v0.4.3 |
2465 | 2025-02-21T19:44:09.834Z | Checking postcard v1.0.10 |
2466 | 2025-02-21T19:44:09.937Z | Compiling phf_codegen v0.11.2 |
2467 | 2025-02-21T19:44:10.278Z | Compiling parse-zoneinfo v0.3.1 |
2468 | 2025-02-21T19:44:10.359Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2469 | 2025-02-21T19:44:10.692Z | Compiling convert_case v0.4.0 |
2470 | 2025-02-21T19:44:11.872Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2471 | 2025-02-21T19:44:12.043Z | Checking float-ord v0.3.2 |
2472 | 2025-02-21T19:44:12.240Z | Compiling derive_more v0.99.19 |
2473 | 2025-02-21T19:44:12.303Z | Compiling chrono-tz-build v0.4.0 |
2474 | 2025-02-21T19:44:12.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2475 | 2025-02-21T19:44:13.127Z | Compiling crucible-workspace-hack v0.1.0 |
2476 | 2025-02-21T19:44:13.441Z | Compiling chrono-tz v0.10.1 |
2477 | 2025-02-21T19:44:13.463Z | Checking newline-converter v0.3.0 |
2478 | 2025-02-21T19:44:13.633Z | Checking prettyplease v0.2.29 |
2479 | 2025-02-21T19:44:13.668Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2480 | 2025-02-21T19:44:14.137Z | Compiling slog-dtrace v0.3.0 |
2481 | 2025-02-21T19:44:14.140Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2482 | 2025-02-21T19:44:14.368Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2483 | 2025-02-21T19:44:14.547Z | Checking expectorate v1.1.0 |
2484 | 2025-02-21T19:44:14.721Z | Compiling zone_cfg_derive v0.3.0 |
2485 | 2025-02-21T19:44:14.903Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2486 | 2025-02-21T19:44:15.512Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2487 | 2025-02-21T19:44:15.623Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2488 | 2025-02-21T19:44:15.825Z | Compiling const_format_proc_macros v0.2.34 |
2489 | 2025-02-21T19:44:15.864Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2025-02-21T19:44:16.004Z | Compiling num-derive v0.4.2 |
2491 | 2025-02-21T19:44:16.079Z | Checking highway v1.2.0 |
2492 | 2025-02-21T19:44:16.351Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2493 | 2025-02-21T19:44:16.530Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2494 | 2025-02-21T19:44:16.887Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2495 | 2025-02-21T19:44:16.903Z | Checking zone v0.3.0 |
2496 | 2025-02-21T19:44:17.187Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2497 | 2025-02-21T19:44:17.722Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2498 | 2025-02-21T19:44:17.780Z | Checking const_format v0.2.34 |
2499 | 2025-02-21T19:44:18.123Z | Checking gethostname v0.5.0 |
2500 | 2025-02-21T19:44:18.235Z | Checking bcs v0.1.6 |
2501 | 2025-02-21T19:44:18.255Z | Compiling async-recursion v1.1.1 |
2502 | 2025-02-21T19:44:18.317Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2503 | 2025-02-21T19:44:18.651Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2504 | 2025-02-21T19:44:18.710Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2505 | 2025-02-21T19:44:18.748Z | Checking nanorand v0.7.0 |
2506 | 2025-02-21T19:44:18.927Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2507 | 2025-02-21T19:44:19.093Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2508 | 2025-02-21T19:44:19.310Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2509 | 2025-02-21T19:44:19.646Z | Checking termtree v0.5.1 |
2510 | 2025-02-21T19:44:19.702Z | Checking flume v0.11.1 |
2511 | 2025-02-21T19:44:20.769Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2512 | 2025-02-21T19:44:25.982Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2513 | 2025-02-21T19:44:29.171Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2514 | 2025-02-21T19:44:31.570Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2515 | 2025-02-21T19:44:32.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.36s |
2516 | 2025-02-21T19:44:33.019Z | |
2517 | 2025-02-21T19:44:33.019Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2518 | 2025-02-21T19:44:33.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-02-21T19:44:33.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-02-21T19:44:33.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-02-21T19:44:33.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2522 | 2025-02-21T19:44:33.655Z | |
2523 | 2025-02-21T19:44:33.655Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2524 | 2025-02-21T19:44:34.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-02-21T19:44:34.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-02-21T19:44:34.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2025-02-21T19:44:34.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2528 | 2025-02-21T19:44:34.288Z | |
2529 | 2025-02-21T19:44:34.288Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2530 | 2025-02-21T19:44:34.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-02-21T19:44:34.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-02-21T19:44:34.946Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2025-02-21T19:44:35.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2534 | 2025-02-21T19:44:35.733Z | |
2535 | 2025-02-21T19:44:35.733Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2536 | 2025-02-21T19:44:36.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-02-21T19:44:36.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-02-21T19:44:36.404Z | Compiling cfg_aliases v0.1.1 |
2539 | 2025-02-21T19:44:36.408Z | Compiling vte_generate_state_changes v0.1.2 |
2540 | 2025-02-21T19:44:36.408Z | Checking fd-lock v4.0.2 |
2541 | 2025-02-21T19:44:36.408Z | Checking nibble_vec v0.1.0 |
2542 | 2025-02-21T19:44:36.508Z | Checking bytecount v0.6.8 |
2543 | 2025-02-21T19:44:36.511Z | Checking endian-type v0.1.2 |
2544 | 2025-02-21T19:44:36.538Z | Compiling tabled_derive v0.7.0 |
2545 | 2025-02-21T19:44:36.550Z | Checking itertools v0.12.1 |
2546 | 2025-02-21T19:44:36.592Z | Compiling nix v0.28.0 |
2547 | 2025-02-21T19:44:36.664Z | Checking papergrid v0.11.0 |
2548 | 2025-02-21T19:44:36.683Z | Compiling peg-macros v0.8.4 |
2549 | 2025-02-21T19:44:36.733Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2550 | 2025-02-21T19:44:36.761Z | Checking radix_trie v0.2.1 |
2551 | 2025-02-21T19:44:37.095Z | Checking vte v0.11.1 |
2552 | 2025-02-21T19:44:37.160Z | Compiling sqlparser_derive v0.2.2 |
2553 | 2025-02-21T19:44:37.766Z | Checking nu-ansi-term v0.50.1 |
2554 | 2025-02-21T19:44:38.082Z | Checking unicode_categories v0.1.1 |
2555 | 2025-02-21T19:44:38.159Z | Checking home v0.5.9 |
2556 | 2025-02-21T19:44:38.186Z | Checking sqlparser v0.45.0 |
2557 | 2025-02-21T19:44:38.346Z | Checking display-error-chain v0.2.2 |
2558 | 2025-02-21T19:44:38.407Z | Checking sqlformat v0.2.6 |
2559 | 2025-02-21T19:44:38.487Z | Checking strip-ansi-escapes v0.2.0 |
2560 | 2025-02-21T19:44:38.686Z | Checking tabled v0.15.0 |
2561 | 2025-02-21T19:44:38.989Z | Checking reedline v0.35.0 |
2562 | 2025-02-21T19:44:39.325Z | Checking peg v0.8.4 |
2563 | 2025-02-21T19:44:39.504Z | Checking rustyline v14.0.0 |
2564 | 2025-02-21T19:44:48.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s |
2565 | 2025-02-21T19:44:48.581Z | |
2566 | 2025-02-21T19:44:48.582Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2567 | 2025-02-21T19:44:49.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-02-21T19:44:49.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-02-21T19:44:49.250Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2570 | 2025-02-21T19:44:54.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2571 | 2025-02-21T19:44:54.454Z | |
2572 | 2025-02-21T19:44:54.454Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2573 | 2025-02-21T19:44:55.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-02-21T19:44:55.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-02-21T19:44:55.124Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2576 | 2025-02-21T19:44:58.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
2577 | 2025-02-21T19:44:58.765Z | |
2578 | 2025-02-21T19:44:58.765Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2579 | 2025-02-21T19:44:59.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-02-21T19:44:59.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-02-21T19:44:59.424Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2582 | 2025-02-21T19:45:04.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2583 | 2025-02-21T19:45:04.352Z | |
2584 | 2025-02-21T19:45:04.352Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2585 | 2025-02-21T19:45:04.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-02-21T19:45:04.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-02-21T19:45:05.017Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2588 | 2025-02-21T19:45:09.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2589 | 2025-02-21T19:45:10.028Z | |
2590 | 2025-02-21T19:45:10.028Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2591 | 2025-02-21T19:45:10.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-02-21T19:45:10.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-02-21T19:45:10.701Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2594 | 2025-02-21T19:45:14.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
2595 | 2025-02-21T19:45:14.527Z | |
2596 | 2025-02-21T19:45:14.527Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2597 | 2025-02-21T19:45:15.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-02-21T19:45:15.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-02-21T19:45:15.209Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2600 | 2025-02-21T19:45:18.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2601 | 2025-02-21T19:45:19.096Z | |
2602 | 2025-02-21T19:45:19.096Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2603 | 2025-02-21T19:45:19.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-02-21T19:45:19.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-02-21T19:45:19.771Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2606 | 2025-02-21T19:45:24.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
2607 | 2025-02-21T19:45:25.002Z | |
2608 | 2025-02-21T19:45:25.002Z | info: running `cargo check --bins` on oximeter (67/199) |
2609 | 2025-02-21T19:45:25.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2025-02-21T19:45:25.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2025-02-21T19:45:25.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2025-02-21T19:45:25.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2613 | 2025-02-21T19:45:25.638Z | |
2614 | 2025-02-21T19:45:25.638Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2615 | 2025-02-21T19:45:26.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2025-02-21T19:45:26.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2025-02-21T19:45:26.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2025-02-21T19:45:26.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2619 | 2025-02-21T19:45:26.252Z | |
2620 | 2025-02-21T19:45:26.252Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2621 | 2025-02-21T19:45:26.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2025-02-21T19:45:26.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2025-02-21T19:45:26.900Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2624 | 2025-02-21T19:45:28.917Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2625 | 2025-02-21T19:45:29.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
2626 | 2025-02-21T19:45:30.027Z | |
2627 | 2025-02-21T19:45:30.027Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2628 | 2025-02-21T19:45:30.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-02-21T19:45:30.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-02-21T19:45:30.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-02-21T19:45:30.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2632 | 2025-02-21T19:45:30.660Z | |
2633 | 2025-02-21T19:45:30.660Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2634 | 2025-02-21T19:45:31.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-02-21T19:45:31.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-02-21T19:45:31.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-02-21T19:45:31.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2638 | 2025-02-21T19:45:31.294Z | |
2639 | 2025-02-21T19:45:31.294Z | info: running `cargo check --bins` on oxql-types (72/199) |
2640 | 2025-02-21T19:45:31.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-02-21T19:45:31.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-02-21T19:45:31.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-02-21T19:45:31.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2644 | 2025-02-21T19:45:31.911Z | |
2645 | 2025-02-21T19:45:31.912Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2646 | 2025-02-21T19:45:32.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-02-21T19:45:32.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-02-21T19:45:32.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-02-21T19:45:32.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2650 | 2025-02-21T19:45:32.569Z | |
2651 | 2025-02-21T19:45:32.569Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2652 | 2025-02-21T19:45:33.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-02-21T19:45:33.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-02-21T19:45:33.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-02-21T19:45:33.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2656 | 2025-02-21T19:45:33.207Z | |
2657 | 2025-02-21T19:45:33.207Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2658 | 2025-02-21T19:45:33.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-02-21T19:45:33.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-02-21T19:45:33.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-02-21T19:45:33.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2662 | 2025-02-21T19:45:33.853Z | |
2663 | 2025-02-21T19:45:33.854Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2664 | 2025-02-21T19:45:34.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-02-21T19:45:34.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-02-21T19:45:34.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-02-21T19:45:34.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2668 | 2025-02-21T19:45:34.478Z | |
2669 | 2025-02-21T19:45:34.478Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2670 | 2025-02-21T19:45:35.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-02-21T19:45:35.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-02-21T19:45:35.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-02-21T19:45:35.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2674 | 2025-02-21T19:45:35.115Z | |
2675 | 2025-02-21T19:45:35.115Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2676 | 2025-02-21T19:45:35.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-02-21T19:45:35.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-02-21T19:45:35.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-02-21T19:45:35.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2680 | 2025-02-21T19:45:35.746Z | |
2681 | 2025-02-21T19:45:35.746Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2682 | 2025-02-21T19:45:36.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-02-21T19:45:36.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-02-21T19:45:36.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-02-21T19:45:36.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2686 | 2025-02-21T19:45:36.361Z | |
2687 | 2025-02-21T19:45:36.361Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2688 | 2025-02-21T19:45:36.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-02-21T19:45:36.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-02-21T19:45:36.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-02-21T19:45:36.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2692 | 2025-02-21T19:45:37.001Z | |
2693 | 2025-02-21T19:45:37.002Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2694 | 2025-02-21T19:45:37.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-02-21T19:45:37.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-02-21T19:45:37.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-02-21T19:45:37.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2698 | 2025-02-21T19:45:37.635Z | |
2699 | 2025-02-21T19:45:37.635Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2700 | 2025-02-21T19:45:38.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-02-21T19:45:38.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-02-21T19:45:38.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-02-21T19:45:38.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2704 | 2025-02-21T19:45:38.257Z | |
2705 | 2025-02-21T19:45:38.257Z | info: running `cargo check --bins` on dpd-client (83/199) |
2706 | 2025-02-21T19:45:38.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-02-21T19:45:38.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-02-21T19:45:38.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-02-21T19:45:38.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2710 | 2025-02-21T19:45:38.884Z | |
2711 | 2025-02-21T19:45:38.884Z | info: running `cargo check --bins` on gateway-client (84/199) |
2712 | 2025-02-21T19:45:39.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-02-21T19:45:39.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-02-21T19:45:39.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-02-21T19:45:39.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2716 | 2025-02-21T19:45:39.494Z | |
2717 | 2025-02-21T19:45:39.494Z | info: running `cargo check --bins` on installinator-client (85/199) |
2718 | 2025-02-21T19:45:40.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-02-21T19:45:40.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-02-21T19:45:40.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-02-21T19:45:40.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2722 | 2025-02-21T19:45:40.520Z | |
2723 | 2025-02-21T19:45:40.520Z | info: running `cargo check --bins` on installinator-common (86/199) |
2724 | 2025-02-21T19:45:40.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-02-21T19:45:40.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-02-21T19:45:40.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-02-21T19:45:40.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2728 | 2025-02-21T19:45:40.810Z | |
2729 | 2025-02-21T19:45:40.810Z | info: running `cargo check --bins` on update-engine (87/199) |
2730 | 2025-02-21T19:45:41.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-02-21T19:45:41.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-02-21T19:45:41.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-02-21T19:45:41.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2734 | 2025-02-21T19:45:41.399Z | |
2735 | 2025-02-21T19:45:41.399Z | info: running `cargo check --bins` on nexus-client (88/199) |
2736 | 2025-02-21T19:45:41.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-02-21T19:45:41.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-02-21T19:45:41.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-02-21T19:45:41.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2740 | 2025-02-21T19:45:42.055Z | |
2741 | 2025-02-21T19:45:42.055Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2742 | 2025-02-21T19:45:42.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-02-21T19:45:42.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-02-21T19:45:42.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-02-21T19:45:42.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2746 | 2025-02-21T19:45:42.708Z | |
2747 | 2025-02-21T19:45:42.708Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2748 | 2025-02-21T19:45:43.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-02-21T19:45:43.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-02-21T19:45:43.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-02-21T19:45:43.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2752 | 2025-02-21T19:45:43.329Z | |
2753 | 2025-02-21T19:45:43.329Z | info: running `cargo check --bins` on nexus-types (91/199) |
2754 | 2025-02-21T19:45:43.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-02-21T19:45:43.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-02-21T19:45:43.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-02-21T19:45:43.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2758 | 2025-02-21T19:45:43.987Z | |
2759 | 2025-02-21T19:45:43.987Z | info: running `cargo check --bins` on oxide-client (92/199) |
2760 | 2025-02-21T19:45:44.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-02-21T19:45:44.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-02-21T19:45:44.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-02-21T19:45:44.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2764 | 2025-02-21T19:45:44.600Z | |
2765 | 2025-02-21T19:45:44.600Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2766 | 2025-02-21T19:45:45.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-02-21T19:45:45.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-02-21T19:45:45.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-02-21T19:45:45.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2770 | 2025-02-21T19:45:45.226Z | |
2771 | 2025-02-21T19:45:45.226Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2772 | 2025-02-21T19:45:45.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-02-21T19:45:45.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-02-21T19:45:45.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-02-21T19:45:45.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2776 | 2025-02-21T19:45:45.839Z | |
2777 | 2025-02-21T19:45:45.839Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2778 | 2025-02-21T19:45:46.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-02-21T19:45:46.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-02-21T19:45:46.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-02-21T19:45:46.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2782 | 2025-02-21T19:45:46.482Z | |
2783 | 2025-02-21T19:45:46.482Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2784 | 2025-02-21T19:45:47.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-02-21T19:45:47.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-02-21T19:45:47.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-02-21T19:45:47.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2788 | 2025-02-21T19:45:47.145Z | |
2789 | 2025-02-21T19:45:47.145Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2790 | 2025-02-21T19:45:47.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-02-21T19:45:48.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-02-21T19:45:48.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-02-21T19:45:48.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2794 | 2025-02-21T19:45:48.731Z | |
2795 | 2025-02-21T19:45:48.731Z | info: running `cargo check --bins` on wicket-common (98/199) |
2796 | 2025-02-21T19:45:48.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-02-21T19:45:48.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-02-21T19:45:48.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2025-02-21T19:45:48.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2800 | 2025-02-21T19:45:48.731Z | |
2801 | 2025-02-21T19:45:48.731Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2802 | 2025-02-21T19:45:49.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2025-02-21T19:45:49.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2025-02-21T19:45:49.125Z | Checking csv-core v0.1.11 |
2805 | 2025-02-21T19:45:49.125Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2806 | 2025-02-21T19:45:49.128Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2807 | 2025-02-21T19:45:49.128Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2808 | 2025-02-21T19:45:49.416Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2809 | 2025-02-21T19:45:49.429Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2810 | 2025-02-21T19:45:49.456Z | Checking csv v1.3.1 |
2811 | 2025-02-21T19:45:50.009Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2812 | 2025-02-21T19:45:50.357Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2813 | 2025-02-21T19:45:51.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
2814 | 2025-02-21T19:45:52.175Z | |
2815 | 2025-02-21T19:45:52.175Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2816 | 2025-02-21T19:45:52.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-02-21T19:45:52.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-02-21T19:45:52.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-02-21T19:45:52.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2820 | 2025-02-21T19:45:52.811Z | |
2821 | 2025-02-21T19:45:52.811Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2822 | 2025-02-21T19:45:53.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-02-21T19:45:53.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-02-21T19:45:53.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-02-21T19:45:53.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2826 | 2025-02-21T19:45:53.446Z | |
2827 | 2025-02-21T19:45:53.446Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2828 | 2025-02-21T19:45:54.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-02-21T19:45:54.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-02-21T19:45:54.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-02-21T19:45:54.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2832 | 2025-02-21T19:45:54.184Z | |
2833 | 2025-02-21T19:45:54.184Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2834 | 2025-02-21T19:45:54.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-02-21T19:45:54.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-02-21T19:45:54.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-02-21T19:45:54.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2838 | 2025-02-21T19:45:54.917Z | |
2839 | 2025-02-21T19:45:54.917Z | info: running `cargo check --bins` on dns-server (104/199) |
2840 | 2025-02-21T19:45:55.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-02-21T19:45:55.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-02-21T19:45:55.566Z | Compiling typify-impl v0.3.0 |
2843 | 2025-02-21T19:45:55.673Z | Compiling parking_lot_core v0.8.6 |
2844 | 2025-02-21T19:45:55.690Z | Checking fxhash v0.2.1 |
2845 | 2025-02-21T19:45:55.693Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2846 | 2025-02-21T19:45:55.693Z | Checking hickory-client v0.24.3 |
2847 | 2025-02-21T19:45:55.700Z | Checking hickory-server v0.24.3 |
2848 | 2025-02-21T19:45:56.438Z | Checking parking_lot v0.11.2 |
2849 | 2025-02-21T19:45:56.468Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2850 | 2025-02-21T19:45:56.731Z | Checking sled v0.34.7 |
2851 | 2025-02-21T19:46:00.966Z | Compiling typify-macro v0.3.0 |
2852 | 2025-02-21T19:46:02.465Z | Compiling typify v0.3.0 |
2853 | 2025-02-21T19:46:02.536Z | Compiling progenitor-impl v0.9.1 |
2854 | 2025-02-21T19:46:04.908Z | Compiling progenitor-macro v0.9.1 |
2855 | 2025-02-21T19:46:08.415Z | Checking progenitor v0.9.1 |
2856 | 2025-02-21T19:46:08.546Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2857 | 2025-02-21T19:46:09.003Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2858 | 2025-02-21T19:46:10.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s |
2859 | 2025-02-21T19:46:10.431Z | |
2860 | 2025-02-21T19:46:10.431Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2861 | 2025-02-21T19:46:10.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-02-21T19:46:10.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-02-21T19:46:10.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-02-21T19:46:10.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2865 | 2025-02-21T19:46:11.064Z | |
2866 | 2025-02-21T19:46:11.064Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2867 | 2025-02-21T19:46:11.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-02-21T19:46:11.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-02-21T19:46:11.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-02-21T19:46:11.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2871 | 2025-02-21T19:46:11.748Z | |
2872 | 2025-02-21T19:46:11.748Z | info: running `cargo check --bins` on gateway-types (107/199) |
2873 | 2025-02-21T19:46:12.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-02-21T19:46:12.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-02-21T19:46:12.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-02-21T19:46:12.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2877 | 2025-02-21T19:46:12.390Z | |
2878 | 2025-02-21T19:46:12.391Z | info: running `cargo check --bins` on ipcc (108/199) |
2879 | 2025-02-21T19:46:12.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-02-21T19:46:12.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-02-21T19:46:12.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-02-21T19:46:12.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2883 | 2025-02-21T19:46:13.019Z | |
2884 | 2025-02-21T19:46:13.019Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2885 | 2025-02-21T19:46:13.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-02-21T19:46:13.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-02-21T19:46:13.722Z | Compiling radium v0.7.0 |
2888 | 2025-02-21T19:46:13.722Z | Compiling semver v0.1.20 |
2889 | 2025-02-21T19:46:13.724Z | Compiling maybe-uninit v2.0.0 |
2890 | 2025-02-21T19:46:13.830Z | Checking tap v1.0.1 |
2891 | 2025-02-21T19:46:13.858Z | Checking password-hash v0.5.0 |
2892 | 2025-02-21T19:46:13.862Z | Checking blake2 v0.10.6 |
2893 | 2025-02-21T19:46:13.862Z | Compiling cancel-safe-futures v0.1.5 |
2894 | 2025-02-21T19:46:13.862Z | Checking funty v2.0.0 |
2895 | 2025-02-21T19:46:13.997Z | Checking wyz v0.5.1 |
2896 | 2025-02-21T19:46:14.269Z | Compiling rustc_version v0.1.7 |
2897 | 2025-02-21T19:46:14.308Z | Compiling packed_struct v0.10.1 |
2898 | 2025-02-21T19:46:14.311Z | Compiling owo-colors v4.1.0 |
2899 | 2025-02-21T19:46:14.339Z | Checking crc-catalog v2.4.0 |
2900 | 2025-02-21T19:46:14.354Z | Checking argon2 v0.5.3 |
2901 | 2025-02-21T19:46:14.538Z | Checking crc v3.2.1 |
2902 | 2025-02-21T19:46:14.560Z | Compiling packed_struct_codegen v0.10.1 |
2903 | 2025-02-21T19:46:14.640Z | Checking half v2.4.1 |
2904 | 2025-02-21T19:46:14.660Z | Compiling indexmap v1.9.3 |
2905 | 2025-02-21T19:46:14.675Z | Checking bitvec v1.0.1 |
2906 | 2025-02-21T19:46:14.693Z | Compiling newtype_derive v0.1.6 |
2907 | 2025-02-21T19:46:14.754Z | Checking nodrop v0.1.14 |
2908 | 2025-02-21T19:46:14.892Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2909 | 2025-02-21T19:46:14.942Z | Checking ciborium-io v0.2.2 |
2910 | 2025-02-21T19:46:15.001Z | Checking array-init v0.0.4 |
2911 | 2025-02-21T19:46:15.084Z | Checking ciborium-ll v0.2.2 |
2912 | 2025-02-21T19:46:15.087Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2913 | 2025-02-21T19:46:15.215Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2914 | 2025-02-21T19:46:15.371Z | Checking smallvec v0.6.14 |
2915 | 2025-02-21T19:46:15.423Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2916 | 2025-02-21T19:46:15.699Z | Checking libsw v3.3.1 |
2917 | 2025-02-21T19:46:15.764Z | Checking linear-map v1.2.0 |
2918 | 2025-02-21T19:46:15.831Z | Checking bitfield v0.14.0 |
2919 | 2025-02-21T19:46:15.925Z | Checking hashbrown v0.12.3 |
2920 | 2025-02-21T19:46:15.972Z | Checking termcolor v1.4.1 |
2921 | 2025-02-21T19:46:16.096Z | Checking swrite v0.1.0 |
2922 | 2025-02-21T19:46:16.113Z | Checking indent_write v2.2.0 |
2923 | 2025-02-21T19:46:16.225Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2924 | 2025-02-21T19:46:16.304Z | Checking ron v0.8.1 |
2925 | 2025-02-21T19:46:16.407Z | Checking env_logger v0.10.2 |
2926 | 2025-02-21T19:46:16.423Z | Checking serde-hex v0.1.0 |
2927 | 2025-02-21T19:46:16.597Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2928 | 2025-02-21T19:46:16.808Z | Checking ciborium v0.2.2 |
2929 | 2025-02-21T19:46:17.228Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2930 | 2025-02-21T19:46:17.512Z | Checking steno v0.4.1 |
2931 | 2025-02-21T19:46:17.532Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2932 | 2025-02-21T19:46:17.743Z | Checking hashbrown v0.13.2 |
2933 | 2025-02-21T19:46:17.800Z | Checking crc-any v2.5.0 |
2934 | 2025-02-21T19:46:17.830Z | Checking humantime v2.1.0 |
2935 | 2025-02-21T19:46:18.160Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2936 | 2025-02-21T19:46:18.162Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2937 | 2025-02-21T19:46:18.424Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2938 | 2025-02-21T19:46:18.673Z | Checking object v0.30.4 |
2939 | 2025-02-21T19:46:18.749Z | Checking path-slash v0.1.5 |
2940 | 2025-02-21T19:46:18.770Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2941 | 2025-02-21T19:46:18.991Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2942 | 2025-02-21T19:46:19.444Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2943 | 2025-02-21T19:46:19.626Z | Checking nix v0.27.1 |
2944 | 2025-02-21T19:46:19.658Z | Checking tungstenite v0.23.0 |
2945 | 2025-02-21T19:46:19.724Z | Checking kstat-rs v0.2.4 |
2946 | 2025-02-21T19:46:20.064Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2947 | 2025-02-21T19:46:20.232Z | Checking signal-hook-tokio v0.3.1 |
2948 | 2025-02-21T19:46:20.543Z | Checking tokio-tungstenite v0.23.1 |
2949 | 2025-02-21T19:46:20.643Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2950 | 2025-02-21T19:46:21.292Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2951 | 2025-02-21T19:46:21.423Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2952 | 2025-02-21T19:46:28.175Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2953 | 2025-02-21T19:46:29.452Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2954 | 2025-02-21T19:46:32.081Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2955 | 2025-02-21T19:46:37.199Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2956 | 2025-02-21T19:46:37.853Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2957 | 2025-02-21T19:46:40.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.48s |
2958 | 2025-02-21T19:46:40.688Z | |
2959 | 2025-02-21T19:46:40.688Z | info: running `cargo check --bins` on gateway-api (110/199) |
2960 | 2025-02-21T19:46:41.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2025-02-21T19:46:41.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2025-02-21T19:46:41.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2025-02-21T19:46:41.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2964 | 2025-02-21T19:46:41.313Z | |
2965 | 2025-02-21T19:46:41.313Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2966 | 2025-02-21T19:46:41.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2025-02-21T19:46:41.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2025-02-21T19:46:41.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2969 | 2025-02-21T19:46:41.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2970 | 2025-02-21T19:46:41.919Z | |
2971 | 2025-02-21T19:46:41.920Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2972 | 2025-02-21T19:46:42.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2025-02-21T19:46:42.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2025-02-21T19:46:42.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2025-02-21T19:46:42.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2976 | 2025-02-21T19:46:42.549Z | |
2977 | 2025-02-21T19:46:42.549Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2978 | 2025-02-21T19:46:43.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2025-02-21T19:46:43.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2025-02-21T19:46:43.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2981 | 2025-02-21T19:46:43.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2982 | 2025-02-21T19:46:43.173Z | |
2983 | 2025-02-21T19:46:43.173Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2984 | 2025-02-21T19:46:43.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2025-02-21T19:46:43.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2025-02-21T19:46:43.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2025-02-21T19:46:43.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2988 | 2025-02-21T19:46:43.803Z | |
2989 | 2025-02-21T19:46:43.803Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2990 | 2025-02-21T19:46:44.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2025-02-21T19:46:44.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2025-02-21T19:46:44.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2025-02-21T19:46:44.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2994 | 2025-02-21T19:46:44.428Z | |
2995 | 2025-02-21T19:46:44.428Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2996 | 2025-02-21T19:46:44.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2025-02-21T19:46:44.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2025-02-21T19:46:44.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2025-02-21T19:46:44.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3000 | 2025-02-21T19:46:45.063Z | |
3001 | 2025-02-21T19:46:45.063Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3002 | 2025-02-21T19:46:45.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2025-02-21T19:46:45.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2025-02-21T19:46:45.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2025-02-21T19:46:45.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3006 | 2025-02-21T19:46:45.691Z | |
3007 | 2025-02-21T19:46:45.691Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3008 | 2025-02-21T19:46:46.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2025-02-21T19:46:46.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2025-02-21T19:46:46.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3011 | 2025-02-21T19:46:46.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3012 | 2025-02-21T19:46:46.348Z | |
3013 | 2025-02-21T19:46:46.348Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3014 | 2025-02-21T19:46:46.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2025-02-21T19:46:46.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2025-02-21T19:46:46.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3017 | 2025-02-21T19:46:46.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3018 | 2025-02-21T19:46:46.977Z | |
3019 | 2025-02-21T19:46:46.977Z | info: running `cargo check --bins` on sp-sim (120/199) |
3020 | 2025-02-21T19:46:47.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2025-02-21T19:46:47.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2025-02-21T19:46:47.614Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3023 | 2025-02-21T19:46:48.060Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3024 | 2025-02-21T19:46:49.737Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3025 | 2025-02-21T19:46:51.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3026 | 2025-02-21T19:46:51.556Z | |
3027 | 2025-02-21T19:46:51.556Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3028 | 2025-02-21T19:46:52.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-02-21T19:46:52.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-02-21T19:46:52.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-02-21T19:46:52.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3032 | 2025-02-21T19:46:52.239Z | |
3033 | 2025-02-21T19:46:52.239Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3034 | 2025-02-21T19:46:52.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-02-21T19:46:52.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-02-21T19:46:52.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-02-21T19:46:52.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3038 | 2025-02-21T19:46:52.928Z | |
3039 | 2025-02-21T19:46:52.929Z | info: running `cargo check --bins` on db-macros (123/199) |
3040 | 2025-02-21T19:46:53.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-02-21T19:46:53.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-02-21T19:46:53.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-02-21T19:46:53.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3044 | 2025-02-21T19:46:53.531Z | |
3045 | 2025-02-21T19:46:53.531Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3046 | 2025-02-21T19:46:54.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-02-21T19:46:54.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-02-21T19:46:54.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-02-21T19:46:54.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3050 | 2025-02-21T19:46:54.148Z | |
3051 | 2025-02-21T19:46:54.148Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3052 | 2025-02-21T19:46:54.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-02-21T19:46:54.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-02-21T19:46:54.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-02-21T19:46:54.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3056 | 2025-02-21T19:46:54.825Z | |
3057 | 2025-02-21T19:46:54.825Z | info: running `cargo check --bins` on authz-macros (126/199) |
3058 | 2025-02-21T19:46:55.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-02-21T19:46:55.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-02-21T19:46:55.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-02-21T19:46:55.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3062 | 2025-02-21T19:46:55.437Z | |
3063 | 2025-02-21T19:46:55.437Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3064 | 2025-02-21T19:46:56.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-02-21T19:46:56.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-02-21T19:46:56.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-02-21T19:46:56.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3068 | 2025-02-21T19:46:56.105Z | |
3069 | 2025-02-21T19:46:56.105Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3070 | 2025-02-21T19:46:56.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-02-21T19:46:56.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-02-21T19:46:56.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2025-02-21T19:46:56.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3074 | 2025-02-21T19:46:56.766Z | |
3075 | 2025-02-21T19:46:56.766Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3076 | 2025-02-21T19:46:57.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2025-02-21T19:46:57.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2025-02-21T19:46:57.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2025-02-21T19:46:57.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3080 | 2025-02-21T19:46:57.390Z | |
3081 | 2025-02-21T19:46:57.390Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3082 | 2025-02-21T19:46:57.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2025-02-21T19:46:57.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2025-02-21T19:46:57.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2025-02-21T19:46:57.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3086 | 2025-02-21T19:46:58.047Z | |
3087 | 2025-02-21T19:46:58.047Z | info: running `cargo check --bins` on typed-rng (131/199) |
3088 | 2025-02-21T19:46:58.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2025-02-21T19:46:58.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2025-02-21T19:46:58.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2025-02-21T19:46:58.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3092 | 2025-02-21T19:46:58.654Z | |
3093 | 2025-02-21T19:46:58.654Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3094 | 2025-02-21T19:46:59.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2025-02-21T19:46:59.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2025-02-21T19:46:59.399Z | Checking keccak v0.1.5 |
3097 | 2025-02-21T19:46:59.510Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3098 | 2025-02-21T19:46:59.513Z | Checking secrecy v0.8.0 |
3099 | 2025-02-21T19:46:59.513Z | Compiling unicase v2.7.0 |
3100 | 2025-02-21T19:46:59.528Z | Compiling same-file v1.0.6 |
3101 | 2025-02-21T19:46:59.531Z | Compiling tempfile v3.13.0 |
3102 | 2025-02-21T19:46:59.569Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3103 | 2025-02-21T19:46:59.572Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3104 | 2025-02-21T19:46:59.693Z | Compiling thiserror-impl-no-std v2.0.2 |
3105 | 2025-02-21T19:46:59.810Z | Compiling walkdir v2.5.0 |
3106 | 2025-02-21T19:46:59.812Z | Checking sha3 v0.10.8 |
3107 | 2025-02-21T19:46:59.831Z | Checking universal-hash v0.5.1 |
3108 | 2025-02-21T19:46:59.912Z | Compiling blake3 v1.5.4 |
3109 | 2025-02-21T19:47:00.054Z | Checking opaque-debug v0.3.1 |
3110 | 2025-02-21T19:47:00.093Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3111 | 2025-02-21T19:47:00.142Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3112 | 2025-02-21T19:47:00.160Z | Checking poly1305 v0.8.0 |
3113 | 2025-02-21T19:47:00.204Z | Checking chacha20 v0.9.1 |
3114 | 2025-02-21T19:47:00.290Z | Checking aead v0.5.2 |
3115 | 2025-02-21T19:47:00.410Z | Compiling memmap2 v0.9.5 |
3116 | 2025-02-21T19:47:00.463Z | Compiling arrayvec v0.7.6 |
3117 | 2025-02-21T19:47:00.506Z | Compiling salty v0.3.0 |
3118 | 2025-02-21T19:47:00.573Z | Compiling libefi-sys v0.1.0 |
3119 | 2025-02-21T19:47:00.651Z | Compiling arrayref v0.3.9 |
3120 | 2025-02-21T19:47:00.769Z | Compiling constant_time_eq v0.3.1 |
3121 | 2025-02-21T19:47:00.786Z | Checking chacha20poly1305 v0.10.1 |
3122 | 2025-02-21T19:47:00.900Z | Compiling toolchain_find v0.4.0 |
3123 | 2025-02-21T19:47:00.956Z | Compiling camino-tempfile v1.1.1 |
3124 | 2025-02-21T19:47:00.959Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3125 | 2025-02-21T19:47:00.991Z | Compiling bitfield-struct v0.6.2 |
3126 | 2025-02-21T19:47:01.278Z | Compiling topological-sort v0.2.2 |
3127 | 2025-02-21T19:47:01.387Z | Compiling mime_guess v2.0.5 |
3128 | 2025-02-21T19:47:01.485Z | Compiling rustfmt-wrapper v0.2.1 |
3129 | 2025-02-21T19:47:01.891Z | Compiling omicron-zone-package v0.12.0 |
3130 | 2025-02-21T19:47:02.048Z | Compiling progenitor v0.9.1 |
3131 | 2025-02-21T19:47:02.072Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3132 | 2025-02-21T19:47:02.282Z | Checking thiserror-no-std v2.0.2 |
3133 | 2025-02-21T19:47:02.299Z | Checking primeorder v0.13.6 |
3134 | 2025-02-21T19:47:02.319Z | Checking env_filter v0.1.2 |
3135 | 2025-02-21T19:47:02.355Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3136 | 2025-02-21T19:47:02.376Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3137 | 2025-02-21T19:47:02.411Z | Checking vsss-rs v3.3.4 |
3138 | 2025-02-21T19:47:02.540Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3139 | 2025-02-21T19:47:02.559Z | Checking env_logger v0.11.5 |
3140 | 2025-02-21T19:47:02.718Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3141 | 2025-02-21T19:47:02.738Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3142 | 2025-02-21T19:47:02.761Z | Checking p384 v0.13.0 |
3143 | 2025-02-21T19:47:02.919Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3144 | 2025-02-21T19:47:02.968Z | Compiling zip v2.1.3 |
3145 | 2025-02-21T19:47:03.103Z | Checking simd-adler32 v0.3.7 |
3146 | 2025-02-21T19:47:03.158Z | Checking lockfree-object-pool v0.1.6 |
3147 | 2025-02-21T19:47:03.281Z | Checking http-range v0.1.5 |
3148 | 2025-02-21T19:47:03.384Z | Checking bumpalo v3.16.0 |
3149 | 2025-02-21T19:47:03.400Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3150 | 2025-02-21T19:47:03.463Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3151 | 2025-02-21T19:47:03.706Z | Checking zopfli v0.8.1 |
3152 | 2025-02-21T19:47:03.754Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3153 | 2025-02-21T19:47:03.846Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3154 | 2025-02-21T19:47:04.154Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3155 | 2025-02-21T19:47:04.270Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3156 | 2025-02-21T19:47:04.347Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3157 | 2025-02-21T19:47:04.392Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3158 | 2025-02-21T19:47:04.659Z | Checking atty v0.2.14 |
3159 | 2025-02-21T19:47:04.762Z | Checking glob v0.3.2 |
3160 | 2025-02-21T19:47:04.804Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3161 | 2025-02-21T19:47:04.874Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3162 | 2025-02-21T19:47:05.076Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3163 | 2025-02-21T19:47:05.455Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3164 | 2025-02-21T19:47:05.919Z | Checking hyper-staticfile v0.10.1 |
3165 | 2025-02-21T19:47:06.159Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3166 | 2025-02-21T19:47:06.465Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3167 | 2025-02-21T19:47:06.482Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3168 | 2025-02-21T19:47:06.618Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3169 | 2025-02-21T19:47:06.757Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3170 | 2025-02-21T19:47:06.824Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3171 | 2025-02-21T19:47:07.045Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3172 | 2025-02-21T19:47:07.398Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3173 | 2025-02-21T19:47:07.498Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3174 | 2025-02-21T19:47:07.651Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3175 | 2025-02-21T19:47:07.902Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3176 | 2025-02-21T19:47:10.860Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3177 | 2025-02-21T19:47:10.863Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3178 | 2025-02-21T19:47:19.289Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3179 | 2025-02-21T19:47:32.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s |
3180 | 2025-02-21T19:47:32.382Z | |
3181 | 2025-02-21T19:47:32.382Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3182 | 2025-02-21T19:47:33.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-02-21T19:47:33.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-02-21T19:47:33.149Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3185 | 2025-02-21T19:47:46.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s |
3186 | 2025-02-21T19:47:46.389Z | |
3187 | 2025-02-21T19:47:46.389Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3188 | 2025-02-21T19:47:46.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-02-21T19:47:47.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-02-21T19:47:47.137Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3191 | 2025-02-21T19:48:00.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3192 | 2025-02-21T19:48:00.549Z | |
3193 | 2025-02-21T19:48:00.549Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3194 | 2025-02-21T19:48:01.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-02-21T19:48:01.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-02-21T19:48:01.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3197 | 2025-02-21T19:48:14.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3198 | 2025-02-21T19:48:14.753Z | |
3199 | 2025-02-21T19:48:14.753Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3200 | 2025-02-21T19:48:15.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-02-21T19:48:15.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-02-21T19:48:15.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3203 | 2025-02-21T19:48:28.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
3204 | 2025-02-21T19:48:28.986Z | |
3205 | 2025-02-21T19:48:28.986Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3206 | 2025-02-21T19:48:29.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-02-21T19:48:29.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-02-21T19:48:29.722Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3209 | 2025-02-21T19:48:42.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
3210 | 2025-02-21T19:48:43.049Z | |
3211 | 2025-02-21T19:48:43.049Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3212 | 2025-02-21T19:48:43.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2025-02-21T19:48:43.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2025-02-21T19:48:43.799Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3215 | 2025-02-21T19:48:56.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
3216 | 2025-02-21T19:48:57.123Z | |
3217 | 2025-02-21T19:48:57.123Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3218 | 2025-02-21T19:48:57.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-02-21T19:48:57.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-02-21T19:48:57.860Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3221 | 2025-02-21T19:49:10.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
3222 | 2025-02-21T19:49:11.061Z | |
3223 | 2025-02-21T19:49:11.061Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3224 | 2025-02-21T19:49:11.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-02-21T19:49:11.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-02-21T19:49:11.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-02-21T19:49:11.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3228 | 2025-02-21T19:49:11.723Z | |
3229 | 2025-02-21T19:49:11.723Z | info: running `cargo check --bins` on key-manager (141/199) |
3230 | 2025-02-21T19:49:12.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-02-21T19:49:12.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-02-21T19:49:12.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-02-21T19:49:12.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3234 | 2025-02-21T19:49:12.361Z | |
3235 | 2025-02-21T19:49:12.361Z | info: running `cargo check --bins` on range-requests (142/199) |
3236 | 2025-02-21T19:49:12.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-02-21T19:49:12.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-02-21T19:49:12.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-02-21T19:49:12.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3240 | 2025-02-21T19:49:12.982Z | |
3241 | 2025-02-21T19:49:12.982Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3242 | 2025-02-21T19:49:13.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-02-21T19:49:13.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-02-21T19:49:13.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-02-21T19:49:13.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3246 | 2025-02-21T19:49:13.622Z | |
3247 | 2025-02-21T19:49:13.622Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3248 | 2025-02-21T19:49:14.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-02-21T19:49:14.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-02-21T19:49:14.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2025-02-21T19:49:14.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3252 | 2025-02-21T19:49:14.289Z | |
3253 | 2025-02-21T19:49:14.289Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3254 | 2025-02-21T19:49:14.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2025-02-21T19:49:14.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2025-02-21T19:49:14.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3257 | 2025-02-21T19:49:14.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3258 | 2025-02-21T19:49:14.906Z | |
3259 | 2025-02-21T19:49:14.906Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3260 | 2025-02-21T19:49:15.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2025-02-21T19:49:15.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2025-02-21T19:49:15.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3263 | 2025-02-21T19:49:15.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3264 | 2025-02-21T19:49:15.557Z | |
3265 | 2025-02-21T19:49:15.557Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3266 | 2025-02-21T19:49:16.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-02-21T19:49:16.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-02-21T19:49:16.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3269 | 2025-02-21T19:49:16.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3270 | 2025-02-21T19:49:16.205Z | |
3271 | 2025-02-21T19:49:16.205Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3272 | 2025-02-21T19:49:16.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-02-21T19:49:16.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-02-21T19:49:16.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-02-21T19:49:16.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3276 | 2025-02-21T19:49:16.846Z | |
3277 | 2025-02-21T19:49:16.846Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3278 | 2025-02-21T19:49:17.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-02-21T19:49:17.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-02-21T19:49:17.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2025-02-21T19:49:17.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3282 | 2025-02-21T19:49:17.509Z | |
3283 | 2025-02-21T19:49:17.509Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3284 | 2025-02-21T19:49:18.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-02-21T19:49:18.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-02-21T19:49:18.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2025-02-21T19:49:18.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3288 | 2025-02-21T19:49:18.179Z | |
3289 | 2025-02-21T19:49:18.179Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3290 | 2025-02-21T19:49:18.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2025-02-21T19:49:18.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2025-02-21T19:49:18.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2025-02-21T19:49:18.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3294 | 2025-02-21T19:49:18.846Z | |
3295 | 2025-02-21T19:49:18.846Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3296 | 2025-02-21T19:49:19.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2025-02-21T19:49:19.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2025-02-21T19:49:19.551Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3299 | 2025-02-21T19:49:19.551Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3300 | 2025-02-21T19:49:20.406Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3301 | 2025-02-21T19:49:22.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
3302 | 2025-02-21T19:49:22.521Z | |
3303 | 2025-02-21T19:49:22.521Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3304 | 2025-02-21T19:49:23.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-02-21T19:49:23.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-02-21T19:49:23.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2025-02-21T19:49:23.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3308 | 2025-02-21T19:49:23.160Z | |
3309 | 2025-02-21T19:49:23.160Z | info: running `cargo check --bins` on cert-dev (154/199) |
3310 | 2025-02-21T19:49:23.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-02-21T19:49:23.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-02-21T19:49:23.783Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3313 | 2025-02-21T19:49:24.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3314 | 2025-02-21T19:49:24.222Z | |
3315 | 2025-02-21T19:49:24.222Z | info: running `cargo check --bins` on clickana (155/199) |
3316 | 2025-02-21T19:49:24.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-02-21T19:49:24.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-02-21T19:49:24.877Z | Checking castaway v0.2.3 |
3319 | 2025-02-21T19:49:24.880Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3320 | 2025-02-21T19:49:24.880Z | Checking unicode-truncate v1.1.0 |
3321 | 2025-02-21T19:49:24.880Z | Checking lru v0.12.5 |
3322 | 2025-02-21T19:49:24.880Z | Compiling instability v0.3.2 |
3323 | 2025-02-21T19:49:24.880Z | Compiling indoc v2.0.5 |
3324 | 2025-02-21T19:49:24.880Z | Checking cassowary v0.3.0 |
3325 | 2025-02-21T19:49:25.136Z | Checking compact_str v0.8.0 |
3326 | 2025-02-21T19:49:25.765Z | Checking ratatui v0.29.0 |
3327 | 2025-02-21T19:49:26.587Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3328 | 2025-02-21T19:49:27.760Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3329 | 2025-02-21T19:49:28.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3330 | 2025-02-21T19:49:28.751Z | |
3331 | 2025-02-21T19:49:28.751Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3332 | 2025-02-21T19:49:29.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2025-02-21T19:49:29.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2025-02-21T19:49:29.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3335 | 2025-02-21T19:49:29.438Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3336 | 2025-02-21T19:49:30.427Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3337 | 2025-02-21T19:49:30.881Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3338 | 2025-02-21T19:49:31.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
3339 | 2025-02-21T19:49:31.406Z | |
3340 | 2025-02-21T19:49:31.406Z | info: running `cargo check --bins` on ch-dev (157/199) |
3341 | 2025-02-21T19:49:31.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-02-21T19:49:31.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-02-21T19:49:32.079Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3344 | 2025-02-21T19:49:32.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3345 | 2025-02-21T19:49:32.975Z | |
3346 | 2025-02-21T19:49:32.975Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3347 | 2025-02-21T19:49:33.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-02-21T19:49:33.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-02-21T19:49:33.640Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3350 | 2025-02-21T19:49:33.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3351 | 2025-02-21T19:49:34.166Z | |
3352 | 2025-02-21T19:49:34.166Z | info: running `cargo check --bins` on db-dev (159/199) |
3353 | 2025-02-21T19:49:34.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2025-02-21T19:49:34.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2025-02-21T19:49:34.836Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3356 | 2025-02-21T19:49:35.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3357 | 2025-02-21T19:49:35.748Z | |
3358 | 2025-02-21T19:49:35.748Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3359 | 2025-02-21T19:49:36.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-02-21T19:49:36.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-02-21T19:49:36.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-02-21T19:49:36.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3363 | 2025-02-21T19:49:36.402Z | |
3364 | 2025-02-21T19:49:36.402Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3365 | 2025-02-21T19:49:36.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-02-21T19:49:36.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-02-21T19:49:37.025Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3368 | 2025-02-21T19:49:37.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3369 | 2025-02-21T19:49:38.046Z | |
3370 | 2025-02-21T19:49:38.046Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3371 | 2025-02-21T19:49:38.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-02-21T19:49:38.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-02-21T19:49:38.657Z | Checking cargo-platform v0.1.8 |
3374 | 2025-02-21T19:49:38.934Z | Checking cargo_metadata v0.18.1 |
3375 | 2025-02-21T19:49:39.852Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3376 | 2025-02-21T19:49:40.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3377 | 2025-02-21T19:49:40.828Z | |
3378 | 2025-02-21T19:49:40.828Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3379 | 2025-02-21T19:49:41.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-02-21T19:49:41.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-02-21T19:49:41.551Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3382 | 2025-02-21T19:49:42.985Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3383 | 2025-02-21T19:49:43.532Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3384 | 2025-02-21T19:49:44.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
3385 | 2025-02-21T19:49:44.242Z | |
3386 | 2025-02-21T19:49:44.243Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3387 | 2025-02-21T19:49:44.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2025-02-21T19:49:44.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2025-02-21T19:49:45.026Z | Compiling crunchy v0.2.2 |
3390 | 2025-02-21T19:49:45.026Z | Compiling tiny-keccak v2.0.2 |
3391 | 2025-02-21T19:49:45.030Z | Compiling dsl_auto_type v0.1.2 |
3392 | 2025-02-21T19:49:45.030Z | Checking scheduled-thread-pool v0.2.7 |
3393 | 2025-02-21T19:49:45.030Z | Compiling diesel_table_macro_syntax v0.2.0 |
3394 | 2025-02-21T19:49:45.161Z | Compiling ascii-canvas v3.0.0 |
3395 | 2025-02-21T19:49:45.172Z | Compiling ena v0.14.3 |
3396 | 2025-02-21T19:49:45.175Z | Compiling diff v0.1.13 |
3397 | 2025-02-21T19:49:45.371Z | Checking r2d2 v0.8.10 |
3398 | 2025-02-21T19:49:45.467Z | Compiling regex-syntax v0.6.29 |
3399 | 2025-02-21T19:49:45.533Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3400 | 2025-02-21T19:49:45.568Z | Compiling ref-cast v1.0.23 |
3401 | 2025-02-21T19:49:45.657Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3402 | 2025-02-21T19:49:45.689Z | Compiling derive_builder_core v0.20.2 |
3403 | 2025-02-21T19:49:45.769Z | Compiling libxml v0.3.3 |
3404 | 2025-02-21T19:49:45.773Z | Compiling ref-cast-impl v1.0.23 |
3405 | 2025-02-21T19:49:45.974Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3406 | 2025-02-21T19:49:46.180Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3407 | 2025-02-21T19:49:46.200Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3408 | 2025-02-21T19:49:46.435Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3409 | 2025-02-21T19:49:46.459Z | Compiling strum_macros v0.24.3 |
3410 | 2025-02-21T19:49:46.476Z | Compiling diesel_derives v2.2.3 |
3411 | 2025-02-21T19:49:46.499Z | Compiling samael v0.0.17 |
3412 | 2025-02-21T19:49:46.788Z | Compiling indoc v1.0.9 |
3413 | 2025-02-21T19:49:47.678Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3414 | 2025-02-21T19:49:47.786Z | Compiling derive_builder_macro v0.20.2 |
3415 | 2025-02-21T19:49:48.004Z | Compiling oso-derive v0.27.3 |
3416 | 2025-02-21T19:49:48.540Z | Compiling impl-trait-for-tuples v0.2.2 |
3417 | 2025-02-21T19:49:48.653Z | Checking derive_builder v0.20.2 |
3418 | 2025-02-21T19:49:48.829Z | Compiling lalrpop v0.19.12 |
3419 | 2025-02-21T19:49:48.962Z | Checking quick-xml v0.33.0 |
3420 | 2025-02-21T19:49:49.231Z | Compiling diesel-dtrace v0.4.2 |
3421 | 2025-02-21T19:49:49.576Z | Checking maplit v1.0.2 |
3422 | 2025-02-21T19:49:49.734Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3423 | 2025-02-21T19:49:49.753Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3424 | 2025-02-21T19:49:50.079Z | Checking bb8 v0.8.5 |
3425 | 2025-02-21T19:49:50.219Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3426 | 2025-02-21T19:49:50.533Z | Checking rand_seeder v0.3.0 |
3427 | 2025-02-21T19:49:50.601Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3428 | 2025-02-21T19:49:50.691Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3429 | 2025-02-21T19:49:50.786Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3430 | 2025-02-21T19:49:50.996Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3431 | 2025-02-21T19:49:51.272Z | Checking unicode-linebreak v0.1.5 |
3432 | 2025-02-21T19:49:51.329Z | Checking smawk v0.3.2 |
3433 | 2025-02-21T19:49:51.554Z | Checking is_ci v1.2.0 |
3434 | 2025-02-21T19:49:51.697Z | Checking textwrap v0.16.1 |
3435 | 2025-02-21T19:49:51.716Z | Checking supports-color v3.0.1 |
3436 | 2025-02-21T19:49:52.017Z | Checking multimap v0.10.0 |
3437 | 2025-02-21T19:49:52.904Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3438 | 2025-02-21T19:49:54.547Z | Checking diesel v2.2.7 |
3439 | 2025-02-21T19:50:18.657Z | Compiling polar-core v0.27.3 |
3440 | 2025-02-21T19:50:19.961Z | Checking async-bb8-diesel v0.2.1 |
3441 | 2025-02-21T19:50:26.008Z | Checking oso v0.27.3 |
3442 | 2025-02-21T19:51:30.069Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3443 | 2025-02-21T19:51:36.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
3444 | 2025-02-21T19:51:36.700Z | |
3445 | 2025-02-21T19:51:36.700Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3446 | 2025-02-21T19:51:37.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2025-02-21T19:51:37.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2025-02-21T19:51:37.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3449 | 2025-02-21T19:51:37.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3450 | 2025-02-21T19:51:37.377Z | |
3451 | 2025-02-21T19:51:37.377Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3452 | 2025-02-21T19:51:37.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2025-02-21T19:51:37.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2025-02-21T19:51:37.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3455 | 2025-02-21T19:51:37.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3456 | 2025-02-21T19:51:38.059Z | |
3457 | 2025-02-21T19:51:38.059Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3458 | 2025-02-21T19:51:38.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2025-02-21T19:51:38.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2025-02-21T19:51:38.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3461 | 2025-02-21T19:51:38.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3462 | 2025-02-21T19:51:38.671Z | |
3463 | 2025-02-21T19:51:38.672Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3464 | 2025-02-21T19:51:39.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2025-02-21T19:51:39.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2025-02-21T19:51:39.477Z | Compiling libz-sys v1.1.20 |
3467 | 2025-02-21T19:51:39.480Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3468 | 2025-02-21T19:51:39.605Z | Compiling vergen v8.3.2 |
3469 | 2025-02-21T19:51:39.608Z | Compiling cargo-platform v0.1.8 |
3470 | 2025-02-21T19:51:39.608Z | Compiling pin-project-internal v1.1.6 |
3471 | 2025-02-21T19:51:39.641Z | Compiling libsqlite3-sys v0.30.1 |
3472 | 2025-02-21T19:51:39.644Z | Compiling snafu-derive v0.8.5 |
3473 | 2025-02-21T19:51:39.644Z | Compiling buf-list v1.0.3 |
3474 | 2025-02-21T19:51:39.936Z | Compiling cargo_metadata v0.18.1 |
3475 | 2025-02-21T19:51:40.063Z | Compiling rustls v0.21.12 |
3476 | 2025-02-21T19:51:40.228Z | Checking globset v0.4.15 |
3477 | 2025-02-21T19:51:40.314Z | Checking olpc-cjson v0.1.4 |
3478 | 2025-02-21T19:51:40.373Z | Checking rustls-webpki v0.101.7 |
3479 | 2025-02-21T19:51:40.539Z | Checking sct v0.7.1 |
3480 | 2025-02-21T19:51:40.578Z | Checking serde_plain v1.0.2 |
3481 | 2025-02-21T19:51:40.728Z | Checking typed-path v0.9.3 |
3482 | 2025-02-21T19:51:41.072Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3483 | 2025-02-21T19:51:41.215Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3484 | 2025-02-21T19:51:41.391Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3485 | 2025-02-21T19:51:41.533Z | Checking hashlink v0.9.1 |
3486 | 2025-02-21T19:51:41.698Z | Checking parse-size v1.1.0 |
3487 | 2025-02-21T19:51:41.909Z | Checking fallible-streaming-iterator v0.1.9 |
3488 | 2025-02-21T19:51:42.091Z | Checking fallible-iterator v0.3.0 |
3489 | 2025-02-21T19:51:42.209Z | Checking pin-project v1.1.6 |
3490 | 2025-02-21T19:51:42.256Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3491 | 2025-02-21T19:51:42.349Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3492 | 2025-02-21T19:51:42.561Z | Checking rustls-pemfile v1.0.4 |
3493 | 2025-02-21T19:51:42.680Z | Checking rusqlite v0.32.1 |
3494 | 2025-02-21T19:51:42.754Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3495 | 2025-02-21T19:51:42.865Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3496 | 2025-02-21T19:51:43.201Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3497 | 2025-02-21T19:51:43.289Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3498 | 2025-02-21T19:51:43.404Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3499 | 2025-02-21T19:51:43.444Z | Checking twox-hash v2.1.0 |
3500 | 2025-02-21T19:51:43.562Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3501 | 2025-02-21T19:51:43.748Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3502 | 2025-02-21T19:51:44.000Z | Checking tokio-rustls v0.24.1 |
3503 | 2025-02-21T19:51:44.067Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3504 | 2025-02-21T19:51:44.229Z | Checking snafu v0.8.5 |
3505 | 2025-02-21T19:51:44.671Z | Checking tough v0.19.0 |
3506 | 2025-02-21T19:51:44.930Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3507 | 2025-02-21T19:51:45.146Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3508 | 2025-02-21T19:51:45.428Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3509 | 2025-02-21T19:51:45.538Z | Checking fatfs v0.3.6 |
3510 | 2025-02-21T19:51:45.564Z | Checking assert_matches v1.5.0 |
3511 | 2025-02-21T19:51:48.715Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3512 | 2025-02-21T19:51:49.961Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3513 | 2025-02-21T19:51:51.904Z | Compiling git2 v0.19.0 |
3514 | 2025-02-21T19:51:55.954Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3515 | 2025-02-21T19:52:53.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3516 | 2025-02-21T19:52:53.078Z | |
3517 | 2025-02-21T19:52:53.078Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3518 | 2025-02-21T19:52:53.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-02-21T19:52:53.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-02-21T19:52:53.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2025-02-21T19:52:53.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3522 | 2025-02-21T19:52:53.365Z | |
3523 | 2025-02-21T19:52:53.366Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3524 | 2025-02-21T19:52:53.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2025-02-21T19:52:53.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2025-02-21T19:52:53.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2025-02-21T19:52:53.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3528 | 2025-02-21T19:52:53.991Z | |
3529 | 2025-02-21T19:52:53.991Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3530 | 2025-02-21T19:52:54.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2025-02-21T19:52:54.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2025-02-21T19:52:54.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3533 | 2025-02-21T19:52:54.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3534 | 2025-02-21T19:52:54.675Z | |
3535 | 2025-02-21T19:52:54.675Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3536 | 2025-02-21T19:52:55.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2025-02-21T19:52:55.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2025-02-21T19:52:55.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3539 | 2025-02-21T19:52:55.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3540 | 2025-02-21T19:52:55.352Z | |
3541 | 2025-02-21T19:52:55.352Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3542 | 2025-02-21T19:52:55.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2025-02-21T19:52:55.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2025-02-21T19:52:55.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3545 | 2025-02-21T19:52:55.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3546 | 2025-02-21T19:52:56.035Z | |
3547 | 2025-02-21T19:52:56.035Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3548 | 2025-02-21T19:52:56.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2025-02-21T19:52:56.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2025-02-21T19:52:56.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3551 | 2025-02-21T19:52:56.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3552 | 2025-02-21T19:52:56.718Z | |
3553 | 2025-02-21T19:52:56.718Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3554 | 2025-02-21T19:52:57.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2025-02-21T19:52:57.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2025-02-21T19:52:57.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3557 | 2025-02-21T19:52:57.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3558 | 2025-02-21T19:52:57.397Z | |
3559 | 2025-02-21T19:52:57.397Z | info: running `cargo check --bins` on update-common (176/199) |
3560 | 2025-02-21T19:52:57.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2025-02-21T19:52:57.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2025-02-21T19:52:57.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3563 | 2025-02-21T19:52:57.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3564 | 2025-02-21T19:52:58.054Z | |
3565 | 2025-02-21T19:52:58.054Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3566 | 2025-02-21T19:52:58.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3567 | 2025-02-21T19:52:58.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3568 | 2025-02-21T19:52:58.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3569 | 2025-02-21T19:52:58.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3570 | 2025-02-21T19:52:58.720Z | |
3571 | 2025-02-21T19:52:58.720Z | info: running `cargo check --bins` on tufaceous (178/199) |
3572 | 2025-02-21T19:52:59.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3573 | 2025-02-21T19:52:59.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3574 | 2025-02-21T19:52:59.399Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3575 | 2025-02-21T19:52:59.689Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3576 | 2025-02-21T19:53:00.669Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3577 | 2025-02-21T19:53:01.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3578 | 2025-02-21T19:53:01.647Z | |
3579 | 2025-02-21T19:53:01.647Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3580 | 2025-02-21T19:53:02.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2025-02-21T19:53:02.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2025-02-21T19:53:02.517Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3583 | 2025-02-21T19:53:02.541Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3584 | 2025-02-21T19:53:02.650Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3585 | 2025-02-21T19:53:02.667Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3586 | 2025-02-21T19:53:03.630Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3587 | 2025-02-21T19:53:30.765Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3588 | 2025-02-21T19:53:30.765Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3589 | 2025-02-21T19:53:30.768Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3590 | 2025-02-21T19:53:30.768Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3591 | 2025-02-21T19:53:30.768Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3592 | 2025-02-21T19:53:30.768Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3593 | 2025-02-21T19:53:31.612Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3594 | 2025-02-21T19:53:32.817Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3595 | 2025-02-21T19:54:14.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3596 | 2025-02-21T19:54:14.952Z | |
3597 | 2025-02-21T19:54:14.953Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3598 | 2025-02-21T19:54:15.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3599 | 2025-02-21T19:54:15.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3600 | 2025-02-21T19:54:15.676Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3601 | 2025-02-21T19:54:15.680Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3602 | 2025-02-21T19:54:15.680Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3603 | 2025-02-21T19:54:15.803Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3604 | 2025-02-21T19:54:15.814Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3605 | 2025-02-21T19:54:15.826Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3606 | 2025-02-21T19:54:15.829Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3607 | 2025-02-21T19:54:15.841Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3608 | 2025-02-21T19:54:16.042Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3609 | 2025-02-21T19:54:16.126Z | Checking heck v0.4.1 |
3610 | 2025-02-21T19:54:16.175Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3611 | 2025-02-21T19:54:16.333Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3612 | 2025-02-21T19:54:16.370Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3613 | 2025-02-21T19:54:16.450Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3614 | 2025-02-21T19:54:16.843Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3615 | 2025-02-21T19:54:17.116Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3616 | 2025-02-21T19:54:17.243Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3617 | 2025-02-21T19:54:18.496Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3618 | 2025-02-21T19:54:18.901Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3619 | 2025-02-21T19:54:19.425Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3620 | 2025-02-21T19:54:19.527Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3621 | 2025-02-21T19:54:21.292Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3622 | 2025-02-21T19:54:21.295Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3623 | 2025-02-21T19:54:23.040Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3624 | 2025-02-21T19:54:24.488Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3625 | 2025-02-21T19:54:29.930Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3626 | 2025-02-21T19:54:29.930Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3627 | 2025-02-21T19:54:31.152Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3628 | 2025-02-21T19:54:32.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s |
3629 | 2025-02-21T19:54:32.335Z | |
3630 | 2025-02-21T19:54:32.335Z | info: running `cargo check --bins` on installinator-api (181/199) |
3631 | 2025-02-21T19:54:32.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3632 | 2025-02-21T19:54:32.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3633 | 2025-02-21T19:54:32.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3634 | 2025-02-21T19:54:32.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3635 | 2025-02-21T19:54:32.993Z | |
3636 | 2025-02-21T19:54:32.993Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3637 | 2025-02-21T19:54:33.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3638 | 2025-02-21T19:54:33.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3639 | 2025-02-21T19:54:33.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3640 | 2025-02-21T19:54:33.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3641 | 2025-02-21T19:54:33.658Z | |
3642 | 2025-02-21T19:54:33.658Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3643 | 2025-02-21T19:54:34.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3644 | 2025-02-21T19:54:34.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3645 | 2025-02-21T19:54:34.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3646 | 2025-02-21T19:54:34.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3647 | 2025-02-21T19:54:34.277Z | |
3648 | 2025-02-21T19:54:34.277Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3649 | 2025-02-21T19:54:34.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3650 | 2025-02-21T19:54:34.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3651 | 2025-02-21T19:54:34.968Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3652 | 2025-02-21T19:54:34.969Z | Compiling petname v2.0.2 |
3653 | 2025-02-21T19:54:34.972Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3654 | 2025-02-21T19:54:34.972Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3655 | 2025-02-21T19:54:34.972Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3656 | 2025-02-21T19:54:34.972Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3657 | 2025-02-21T19:54:35.104Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3658 | 2025-02-21T19:54:35.129Z | Checking sync-ptr v0.1.1 |
3659 | 2025-02-21T19:54:40.264Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3660 | 2025-02-21T19:54:40.861Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3661 | 2025-02-21T19:54:42.005Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3662 | 2025-02-21T19:54:43.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s |
3663 | 2025-02-21T19:54:43.714Z | |
3664 | 2025-02-21T19:54:43.714Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3665 | 2025-02-21T19:54:44.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3666 | 2025-02-21T19:54:44.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3667 | 2025-02-21T19:54:44.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3668 | 2025-02-21T19:54:44.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3669 | 2025-02-21T19:54:44.381Z | |
3670 | 2025-02-21T19:54:44.381Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3671 | 2025-02-21T19:54:44.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3672 | 2025-02-21T19:54:44.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3673 | 2025-02-21T19:54:45.049Z | Checking memmap2 v0.9.5 |
3674 | 2025-02-21T19:54:45.049Z | Checking arrayvec v0.7.6 |
3675 | 2025-02-21T19:54:45.052Z | Checking constant_time_eq v0.3.1 |
3676 | 2025-02-21T19:54:45.052Z | Checking arrayref v0.3.9 |
3677 | 2025-02-21T19:54:45.052Z | Checking topological-sort v0.2.2 |
3678 | 2025-02-21T19:54:45.155Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3679 | 2025-02-21T19:54:45.160Z | Checking shell-words v1.1.0 |
3680 | 2025-02-21T19:54:45.425Z | Checking blake3 v1.5.4 |
3681 | 2025-02-21T19:54:45.760Z | Checking omicron-zone-package v0.12.0 |
3682 | 2025-02-21T19:54:46.878Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3683 | 2025-02-21T19:54:47.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
3684 | 2025-02-21T19:54:47.970Z | |
3685 | 2025-02-21T19:54:47.970Z | info: running `cargo check --bins` on xtask (187/199) |
3686 | 2025-02-21T19:54:48.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3687 | 2025-02-21T19:54:48.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3688 | 2025-02-21T19:54:48.413Z | Checking bitflags v2.6.0 |
3689 | 2025-02-21T19:54:48.416Z | Checking serde v1.0.217 |
3690 | 2025-02-21T19:54:48.416Z | Checking thiserror v1.0.69 |
3691 | 2025-02-21T19:54:48.505Z | Checking scroll v0.12.0 |
3692 | 2025-02-21T19:54:48.512Z | Checking hashbrown v0.15.1 |
3693 | 2025-02-21T19:54:48.515Z | Checking log v0.4.22 |
3694 | 2025-02-21T19:54:48.520Z | Checking zerocopy v0.7.35 |
3695 | 2025-02-21T19:54:48.545Z | Checking syn v2.0.96 |
3696 | 2025-02-21T19:54:48.624Z | Checking pest v2.7.14 |
3697 | 2025-02-21T19:54:48.750Z | Checking rustix v0.38.37 |
3698 | 2025-02-21T19:54:48.777Z | Checking once_cell v1.20.3 |
3699 | 2025-02-21T19:54:48.917Z | Checking goblin v0.8.2 |
3700 | 2025-02-21T19:54:49.083Z | Checking fs-err v2.11.0 |
3701 | 2025-02-21T19:54:49.415Z | Checking anyhow v1.0.96 |
3702 | 2025-02-21T19:54:49.491Z | Checking indexmap v2.7.1 |
3703 | 2025-02-21T19:54:49.681Z | Checking tabled v0.15.0 |
3704 | 2025-02-21T19:54:50.346Z | Checking terminal_size v0.4.0 |
3705 | 2025-02-21T19:54:50.347Z | Checking tempfile v3.13.0 |
3706 | 2025-02-21T19:54:50.532Z | Checking clap_builder v4.5.30 |
3707 | 2025-02-21T19:54:51.038Z | Checking dtrace-parser v0.2.0 |
3708 | 2025-02-21T19:54:52.466Z | Checking serde_json v1.0.139 |
3709 | 2025-02-21T19:54:52.466Z | Checking toml_datetime v0.6.8 |
3710 | 2025-02-21T19:54:52.469Z | Checking serde_spanned v0.6.8 |
3711 | 2025-02-21T19:54:52.469Z | Checking camino v1.1.9 |
3712 | 2025-02-21T19:54:52.469Z | Checking cargo-platform v0.1.8 |
3713 | 2025-02-21T19:54:52.653Z | Checking semver v1.0.25 |
3714 | 2025-02-21T19:54:52.793Z | Checking macaddr v1.0.1 |
3715 | 2025-02-21T19:54:52.809Z | Checking toml_edit v0.22.22 |
3716 | 2025-02-21T19:54:52.915Z | Checking clap v4.5.30 |
3717 | 2025-02-21T19:54:53.003Z | Checking camino-tempfile v1.1.1 |
3718 | 2025-02-21T19:54:53.667Z | Checking dof v0.3.0 |
3719 | 2025-02-21T19:54:53.667Z | Checking cargo_metadata v0.18.1 |
3720 | 2025-02-21T19:54:54.070Z | Checking usdt-impl v0.5.0 |
3721 | 2025-02-21T19:54:54.450Z | Checking usdt v0.5.0 |
3722 | 2025-02-21T19:54:54.609Z | Checking toml v0.8.19 |
3723 | 2025-02-21T19:54:55.045Z | Checking cargo_toml v0.20.5 |
3724 | 2025-02-21T19:54:56.183Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3725 | 2025-02-21T19:54:56.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
3726 | 2025-02-21T19:54:56.898Z | |
3727 | 2025-02-21T19:54:56.898Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3728 | 2025-02-21T19:54:57.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-02-21T19:54:57.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-02-21T19:54:57.662Z | Checking polyval v0.6.2 |
3731 | 2025-02-21T19:54:57.776Z | Checking ctr v0.9.2 |
3732 | 2025-02-21T19:54:57.788Z | Checking ssh-encoding v0.2.0 |
3733 | 2025-02-21T19:54:57.791Z | Checking blowfish v0.9.1 |
3734 | 2025-02-21T19:54:57.812Z | Checking password-hash v0.4.2 |
3735 | 2025-02-21T19:54:57.828Z | Checking p521 v0.13.3 |
3736 | 2025-02-21T19:54:57.831Z | Checking p256 v0.13.2 |
3737 | 2025-02-21T19:54:57.845Z | Checking russh-cryptovec v0.7.3 |
3738 | 2025-02-21T19:54:58.012Z | Checking ghash v0.5.1 |
3739 | 2025-02-21T19:54:58.030Z | Checking bcrypt-pbkdf v0.10.0 |
3740 | 2025-02-21T19:54:58.048Z | Checking md5 v0.7.0 |
3741 | 2025-02-21T19:54:58.068Z | Checking num-bigint v0.4.6 |
3742 | 2025-02-21T19:54:58.117Z | Checking des v0.8.1 |
3743 | 2025-02-21T19:54:58.174Z | Checking aes-gcm v0.10.3 |
3744 | 2025-02-21T19:54:58.223Z | Checking pbkdf2 v0.11.0 |
3745 | 2025-02-21T19:54:58.287Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3746 | 2025-02-21T19:54:58.310Z | Checking hex-literal v0.4.1 |
3747 | 2025-02-21T19:54:58.328Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3748 | 2025-02-21T19:54:58.382Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3749 | 2025-02-21T19:54:58.411Z | Checking ssh-cipher v0.2.0 |
3750 | 2025-02-21T19:54:58.461Z | Checking internet-checksum v0.2.1 |
3751 | 2025-02-21T19:54:58.684Z | Checking ssh-key v0.6.6 |
3752 | 2025-02-21T19:54:59.001Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3753 | 2025-02-21T19:54:59.798Z | Checking russh-keys v0.45.0 |
3754 | 2025-02-21T19:55:00.658Z | Checking russh v0.45.0 |
3755 | 2025-02-21T19:55:18.832Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3756 | 2025-02-21T19:55:20.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.28s |
3757 | 2025-02-21T19:55:20.373Z | |
3758 | 2025-02-21T19:55:20.374Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3759 | 2025-02-21T19:55:20.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3760 | 2025-02-21T19:55:20.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3761 | 2025-02-21T19:55:21.036Z | Checking termios v0.3.3 |
3762 | 2025-02-21T19:55:21.257Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3763 | 2025-02-21T19:55:22.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3764 | 2025-02-21T19:55:22.223Z | |
3765 | 2025-02-21T19:55:22.223Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3766 | 2025-02-21T19:55:22.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-02-21T19:55:22.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-02-21T19:55:22.926Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3769 | 2025-02-21T19:55:22.928Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3770 | 2025-02-21T19:55:22.929Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3771 | 2025-02-21T19:55:22.929Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3772 | 2025-02-21T19:55:23.922Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3773 | 2025-02-21T19:55:25.146Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3774 | 2025-02-21T19:55:26.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
3775 | 2025-02-21T19:55:27.059Z | |
3776 | 2025-02-21T19:55:27.059Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3777 | 2025-02-21T19:55:27.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3778 | 2025-02-21T19:55:27.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3779 | 2025-02-21T19:55:27.695Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3780 | 2025-02-21T19:55:28.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3781 | 2025-02-21T19:55:28.339Z | |
3782 | 2025-02-21T19:55:28.339Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3783 | 2025-02-21T19:55:28.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-02-21T19:55:28.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-02-21T19:55:28.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3786 | 2025-02-21T19:55:28.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3787 | 2025-02-21T19:55:28.957Z | |
3788 | 2025-02-21T19:55:28.957Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3789 | 2025-02-21T19:55:29.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-02-21T19:55:29.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-02-21T19:55:29.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3792 | 2025-02-21T19:55:29.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3793 | 2025-02-21T19:55:29.580Z | |
3794 | 2025-02-21T19:55:29.580Z | info: running `cargo check --bins` on omicron-package (194/199) |
3795 | 2025-02-21T19:55:30.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-02-21T19:55:30.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-02-21T19:55:30.256Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3798 | 2025-02-21T19:55:31.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3799 | 2025-02-21T19:55:31.769Z | |
3800 | 2025-02-21T19:55:31.769Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3801 | 2025-02-21T19:55:32.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3802 | 2025-02-21T19:55:32.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3803 | 2025-02-21T19:55:32.486Z | Checking rtoolbox v0.0.2 |
3804 | 2025-02-21T19:55:32.486Z | Checking tui-tree-widget v0.23.0 |
3805 | 2025-02-21T19:55:32.489Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3806 | 2025-02-21T19:55:32.722Z | Checking rpassword v7.3.1 |
3807 | 2025-02-21T19:55:36.451Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3808 | 2025-02-21T19:55:39.238Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3809 | 2025-02-21T19:55:40.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s |
3810 | 2025-02-21T19:55:40.562Z | |
3811 | 2025-02-21T19:55:40.562Z | info: running `cargo check --bins` on wicket (196/199) |
3812 | 2025-02-21T19:55:41.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-02-21T19:55:41.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-02-21T19:55:41.272Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3815 | 2025-02-21T19:55:41.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3816 | 2025-02-21T19:55:41.871Z | |
3817 | 2025-02-21T19:55:41.871Z | info: running `cargo check --bins` on wicketd (197/199) |
3818 | 2025-02-21T19:55:42.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3819 | 2025-02-21T19:55:42.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3820 | 2025-02-21T19:55:42.586Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3821 | 2025-02-21T19:55:42.586Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3822 | 2025-02-21T19:55:43.417Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3823 | 2025-02-21T19:55:47.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
3824 | 2025-02-21T19:55:47.356Z | |
3825 | 2025-02-21T19:55:47.356Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3826 | 2025-02-21T19:55:47.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3827 | 2025-02-21T19:55:47.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3828 | 2025-02-21T19:55:47.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3829 | 2025-02-21T19:55:47.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3830 | 2025-02-21T19:55:47.978Z | |
3831 | 2025-02-21T19:55:47.978Z | info: running `cargo check --bins` on zone-setup (199/199) |
3832 | 2025-02-21T19:55:48.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3833 | 2025-02-21T19:55:48.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3834 | 2025-02-21T19:55:48.725Z | Checking uzers v0.12.1 |
3835 | 2025-02-21T19:55:49.072Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3836 | 2025-02-21T19:55:50.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3837 | 2025-02-21T19:55:50.374Z | |
3838 | 2025-02-21T19:55:50.374Z | real 13:32.959973092 |
3839 | 2025-02-21T19:55:50.374Z | user 25:43.121861775 |
3840 | 2025-02-21T19:55:50.374Z | sys 4:13.752482431 |
3841 | 2025-02-21T19:55:50.374Z | trap 0.522224398 |
3842 | 2025-02-21T19:55:50.374Z | tflt 0.536675094 |
3843 | 2025-02-21T19:55:50.374Z | dflt 2.122056307 |
3844 | 2025-02-21T19:55:50.374Z | kflt 0.002989102 |
3845 | 2025-02-21T19:55:50.374Z | lock 45:16.162568208 |
3846 | 2025-02-21T19:55:50.374Z | slp 2:08:50.123582228 |
3847 | 2025-02-21T19:55:50.375Z | lat 1:04.700186320 |
3848 | 2025-02-21T19:55:50.378Z | stop 3:42.441162290 |
3849 | 2025-02-21T19:55:50.378Z | process exited: duration 1157665 ms, exit code 0 |
|
3850 | 2025-02-21T19:55:50.385Z | found 0 output files |