|
|
|
1 | 2025-02-01T00:07:53.288Z | job assigned to worker 01JJZD9XNRW5ME63JXY454Z5Q0 [factory aws, i-027654beaf7e62528] (queued for 1 m 3 s) |
|
2 | 2025-02-01T00:08:00.785Z | starting task 0: "setup" |
3 | 2025-02-01T00:08:00.795Z | ++ uname -s |
4 | 2025-02-01T00:08:00.801Z | + kern=SunOS |
5 | 2025-02-01T00:08:00.801Z | + build_user=build |
6 | 2025-02-01T00:08:00.801Z | + build_uid=12345 |
7 | 2025-02-01T00:08:00.801Z | + work_dir=/work |
8 | 2025-02-01T00:08:00.801Z | + input_dir=/input |
9 | 2025-02-01T00:08:00.801Z | + [[ 0 == 12345 ]] |
10 | 2025-02-01T00:08:00.801Z | + case "$kern" in |
11 | 2025-02-01T00:08:00.801Z | + groupadd -g 12345 build |
12 | 2025-02-01T00:08:00.801Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-01T00:08:02.805Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-01T00:08:02.918Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-01T00:08:02.921Z | + home_fs=zfs |
16 | 2025-02-01T00:08:02.921Z | + [[ zfs == autofs ]] |
17 | 2025-02-01T00:08:02.921Z | + mkdir -p /home/build |
18 | 2025-02-01T00:08:02.924Z | + chown build:build /home/build /work |
19 | 2025-02-01T00:08:04.925Z | + chmod 0700 /home/build /work |
20 | 2025-02-01T00:08:04.927Z | process exited: duration 4146 ms, exit code 0 |
|
21 | 2025-02-01T00:08:04.938Z | starting task 1: "rust-toolchain" |
22 | 2025-02-01T00:08:04.940Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-01T00:08:04.940Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-01T00:08:04.940Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-01T00:08:04.940Z | * rust toolchain profile = "default" |
26 | 2025-02-01T00:08:04.940Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-01T00:08:04.940Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-01T00:08:04.943Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-01T00:08:04.943Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-01T00:08:05.061Z | info: downloading installer |
31 | 2025-02-01T00:08:06.247Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-01T00:08:06.247Z | warning: /opt/ooce/bin |
33 | 2025-02-01T00:08:06.247Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-01T00:08:06.247Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-01T00:08:06.247Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-01T00:08:06.247Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-01T00:08:06.247Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-01T00:08:06.247Z | error: cannot install while Rust is installed |
39 | 2025-02-01T00:08:06.248Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-01T00:08:06.261Z | info: profile set to 'default' |
41 | 2025-02-01T00:08:06.261Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-01T00:08:06.263Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-01T00:08:06.442Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-01T00:08:06.442Z | info: downloading component 'cargo' |
45 | 2025-02-01T00:08:07.480Z | info: downloading component 'clippy' |
46 | 2025-02-01T00:08:07.873Z | info: downloading component 'rust-docs' |
47 | 2025-02-01T00:08:09.289Z | info: downloading component 'rust-std' |
48 | 2025-02-01T00:08:11.382Z | info: downloading component 'rustc' |
49 | 2025-02-01T00:08:19.423Z | info: downloading component 'rustfmt' |
50 | 2025-02-01T00:08:19.725Z | info: installing component 'cargo' |
51 | 2025-02-01T00:08:20.545Z | info: installing component 'clippy' |
52 | 2025-02-01T00:08:20.922Z | info: installing component 'rust-docs' |
53 | 2025-02-01T00:08:22.628Z | info: installing component 'rust-std' |
54 | 2025-02-01T00:08:24.346Z | info: installing component 'rustc' |
55 | 2025-02-01T00:08:30.351Z | info: installing component 'rustfmt' |
56 | 2025-02-01T00:08:30.677Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-01T00:08:30.677Z | |
58 | 2025-02-01T00:08:31.065Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-01T00:08:31.065Z | |
60 | 2025-02-01T00:08:31.068Z | |
61 | 2025-02-01T00:08:31.068Z | Rust is installed now. Great! |
62 | 2025-02-01T00:08:31.068Z | |
63 | 2025-02-01T00:08:31.068Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-01T00:08:31.068Z | environment variable. This has not been done automatically. |
65 | 2025-02-01T00:08:31.068Z | |
66 | 2025-02-01T00:08:31.068Z | To configure your current shell, you need to source |
67 | 2025-02-01T00:08:31.068Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-01T00:08:31.068Z | |
69 | 2025-02-01T00:08:31.068Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-01T00:08:31.068Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-01T00:08:31.068Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-01T00:08:31.146Z | + rustup --version |
73 | 2025-02-01T00:08:31.153Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-01T00:08:31.153Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-01T00:08:31.230Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-01T00:08:31.233Z | + cargo --version |
77 | 2025-02-01T00:08:31.291Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-01T00:08:31.294Z | + rustc --version |
79 | 2025-02-01T00:08:31.355Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-01T00:08:31.358Z | process exited: duration 26421 ms, exit code 0 |
|
81 | 2025-02-01T00:08:31.366Z | starting task 2: "authentication" |
82 | 2025-02-01T00:08:31.386Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-01T00:08:31.392Z | starting task 3: "clone repository" |
84 | 2025-02-01T00:08:31.398Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-01T00:08:31.401Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-01T00:08:31.443Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-01T00:08:39.500Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-01T00:08:39.504Z | + git fetch origin 58ebd65e4cfd1941044b09fa206a107fb0792247 |
89 | 2025-02-01T00:08:39.921Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-01T00:08:39.921Z | * branch 58ebd65e4cfd1941044b09fa206a107fb0792247 -> FETCH_HEAD |
91 | 2025-02-01T00:08:39.932Z | + [[ -n affinity-instance-integration ]] |
92 | 2025-02-01T00:08:39.934Z | ++ git branch --show-current |
93 | 2025-02-01T00:08:39.937Z | + current=main |
94 | 2025-02-01T00:08:39.937Z | + [[ main != affinity-instance-integration ]] |
95 | 2025-02-01T00:08:39.937Z | + git branch -f affinity-instance-integration 58ebd65e4cfd1941044b09fa206a107fb0792247 |
96 | 2025-02-01T00:08:39.941Z | + git checkout -f affinity-instance-integration |
97 | 2025-02-01T00:08:40.117Z | Switched to branch 'affinity-instance-integration' |
98 | 2025-02-01T00:08:40.119Z | + git reset --hard 58ebd65e4cfd1941044b09fa206a107fb0792247 |
99 | 2025-02-01T00:08:40.149Z | HEAD is now at 58ebd65e4 Merge branch 'affinity-db-crud' into affinity-instance-integration |
100 | 2025-02-01T00:08:40.152Z | process exited: duration 8757 ms, exit code 0 |
|
101 | 2025-02-01T00:08:40.159Z | starting task 4: "build" |
102 | 2025-02-01T00:08:40.164Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-01T00:08:40.168Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-01T00:08:40.168Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-01T00:08:40.168Z | + cargo --version |
106 | 2025-02-01T00:08:40.212Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-02-01T00:08:40.215Z | + rustc --version |
108 | 2025-02-01T00:08:40.276Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-02-01T00:08:40.280Z | + source ./env.sh |
110 | 2025-02-01T00:08:40.280Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-01T00:08:40.280Z | ++ set -o xtrace |
112 | 2025-02-01T00:08:40.283Z | ++++ dirname ./env.sh |
113 | 2025-02-01T00:08:40.283Z | +++ readlink -f . |
114 | 2025-02-01T00:08:40.286Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ 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-01T00:08:40.286Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-01T00:08:40.286Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-01T00:08:40.286Z | + 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-01T00:08:40.286Z | + 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-01T00:08:40.287Z | + banner prerequisites |
128 | 2025-02-01T00:08:40.290Z | |
129 | 2025-02-01T00:08:40.290Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-01T00:08:40.290Z | # # # # # # # # # # # # # # # |
131 | 2025-02-01T00:08:40.290Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-01T00:08:40.290Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-01T00:08:40.290Z | # # # # # # # # # # # # # # # |
134 | 2025-02-01T00:08:40.290Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-01T00:08:40.290Z | |
136 | 2025-02-01T00:08:40.290Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-01T00:08:41.913Z | pkg list: illegal option -- F |
138 | 2025-02-01T00:08:41.915Z | Usage: |
139 | 2025-02-01T00:08:41.915Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-01T00:08:41.915Z | [pkg_fmri_pattern ...] |
141 | 2025-02-01T00:08:42.766Z | pkg list: illegal option -- F |
142 | 2025-02-01T00:08:42.766Z | Usage: |
143 | 2025-02-01T00:08:42.769Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-01T00:08:42.769Z | [pkg_fmri_pattern ...] |
145 | 2025-02-01T00:08:50.080Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-01T00:08:54.168Z | Startup: Caching catalogs ... Done |
147 | 2025-02-01T00:09:05.528Z | Planning: Solver setup ... Done (10.552s) |
148 | 2025-02-01T00:09:05.683Z | Planning: Running solver ... Done (0.155s) |
149 | 2025-02-01T00:09:05.794Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-02-01T00:09:05.837Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-01T00:09:06.544Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-01T00:09:06.655Z | Planning: Package planning ... Done (0.107s) |
153 | 2025-02-01T00:09:06.710Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-01T00:09:06.903Z | Planning: Checking for conflicting actions ... Done (0.195s) |
155 | 2025-02-01T00:09:09.005Z | Planning: Consolidating action changes ... Done (2.101s) |
156 | 2025-02-01T00:09:09.452Z | Planning: Evaluating mediators ... Done (0.447s) |
157 | 2025-02-01T00:09:09.533Z | Planning: Planning completed in 15.27 seconds |
158 | 2025-02-01T00:09:09.548Z | Packages to install: 4 |
159 | 2025-02-01T00:09:09.551Z | Packages to update: 3 |
160 | 2025-02-01T00:09:09.551Z | Mediators to change: 2 |
161 | 2025-02-01T00:09:09.552Z | Services to change: 1 |
162 | 2025-02-01T00:09:09.552Z | Estimated space available: 155.61 GB |
163 | 2025-02-01T00:09:09.552Z | Estimated space to be consumed: 1.65 GB |
164 | 2025-02-01T00:09:09.552Z | Create boot environment: No |
165 | 2025-02-01T00:09:09.552Z | Create backup boot environment: Yes |
166 | 2025-02-01T00:09:09.552Z | Rebuild boot archive: No |
167 | 2025-02-01T00:09:09.552Z | |
168 | 2025-02-01T00:09:09.552Z | Changed mediators: |
169 | 2025-02-01T00:09:09.552Z | mediator clang: |
170 | 2025-02-01T00:09:09.552Z | version: None -> 15 (system default) |
171 | 2025-02-01T00:09:09.552Z | |
172 | 2025-02-01T00:09:09.552Z | mediator llvm: |
173 | 2025-02-01T00:09:09.552Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-01T00:09:09.552Z | |
175 | 2025-02-01T00:09:09.552Z | Changed packages: |
176 | 2025-02-01T00:09:09.552Z | helios-dev |
177 | 2025-02-01T00:09:09.552Z | developer/build-essential |
178 | 2025-02-01T00:09:09.552Z | None -> 11-2.0 |
179 | 2025-02-01T00:09:09.552Z | library/libxmlsec1 |
180 | 2025-02-01T00:09:09.552Z | None -> 1.2.35-2.0 |
181 | 2025-02-01T00:09:09.552Z | ooce/developer/clang-15 |
182 | 2025-02-01T00:09:09.552Z | None -> 15.0.7-2.0 |
183 | 2025-02-01T00:09:09.552Z | ooce/developer/llvm-15 |
184 | 2025-02-01T00:09:09.552Z | None -> 15.0.7-2.0 |
185 | 2025-02-01T00:09:09.552Z | package/pkg |
186 | 2025-02-01T00:09:09.552Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-01T00:09:09.552Z | system/library/g++-runtime |
188 | 2025-02-01T00:09:09.553Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-01T00:09:09.553Z | system/library/gcc-runtime |
190 | 2025-02-01T00:09:09.553Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-01T00:09:09.553Z | |
192 | 2025-02-01T00:09:09.553Z | Services: |
193 | 2025-02-01T00:09:09.553Z | restart_fmri: |
194 | 2025-02-01T00:09:09.553Z | svc:/system/update-man-index:default |
195 | 2025-02-01T00:09:09.553Z | |
196 | 2025-02-01T00:09:09.553Z | Editable files to change: |
197 | 2025-02-01T00:09:09.554Z | Update: |
198 | 2025-02-01T00:09:09.554Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-01T00:09:09.631Z | |
200 | 2025-02-01T00:09:09.631Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-01T00:09:14.632Z | Download: 324/4301 items 16.4/225.4MB 7% complete (3.4M/s) |
202 | 2025-02-01T00:09:19.635Z | Download: 867/4301 items 18.8/225.4MB 8% complete (1.9M/s) |
203 | 2025-02-01T00:09:40.152Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
204 | 2025-02-01T00:09:45.157Z | Download: 1483/4301 items 115.5/225.4MB 51% complete (6.6M/s) |
205 | 2025-02-01T00:09:50.162Z | Download: 2188/4301 items 117.8/225.4MB 52% complete (3.5M/s) |
206 | 2025-02-01T00:10:05.772Z | Download: 2216/4301 items 118.0/225.4MB 52% complete |
207 | 2025-02-01T00:10:11.091Z | Download: 2220/4301 items 118.4/225.4MB 52% complete (42.1k/s) |
208 | 2025-02-01T00:10:16.133Z | Download: 2766/4301 items 120.9/225.4MB 53% complete (454k/s) |
209 | 2025-02-01T00:10:21.101Z | Download: 3234/4301 items 195.4/225.4MB 86% complete (7.6M/s) |
210 | 2025-02-01T00:10:27.724Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
211 | 2025-02-01T00:10:32.760Z | Download: 4196/4301 items 220.5/225.4MB 97% complete (2.0M/s) |
212 | 2025-02-01T00:10:37.921Z | Download: 4285/4301 items 223.8/225.4MB 99% complete (2.1M/s) |
213 | 2025-02-01T00:10:43.555Z | Download: 4294/4301 items 225.0/225.4MB 99% complete (1.9M/s) |
214 | 2025-02-01T00:10:49.945Z | Download: 4298/4301 items 225.4/225.4MB 99% complete (1.3M/s) |
215 | 2025-02-01T00:10:49.953Z | Download: Completed 225.42 MB in 100.32 seconds (2.2M/s) |
216 | 2025-02-01T00:10:52.138Z | Actions: 1/5122 actions (Removing old actions) |
217 | 2025-02-01T00:10:52.160Z | Actions: 194/5122 actions (Installing new actions) |
218 | 2025-02-01T00:10:56.900Z | Actions: 4267/5122 actions (Updating modified actions) |
219 | 2025-02-01T00:10:57.258Z | Actions: Completed 5122 actions in 5.12 seconds. |
220 | 2025-02-01T00:10:57.654Z | Done (0.388s) |
221 | 2025-02-01T00:10:57.657Z | Done (0.001s) |
222 | 2025-02-01T00:10:58.252Z | Done (0.594s) |
223 | 2025-02-01T00:11:02.652Z | Done (4.168s) |
224 | 2025-02-01T00:11:02.736Z | Done (0.018s) |
225 | 2025-02-01T00:11:02.742Z | Done (0.000s) |
226 | 2025-02-01T00:11:02.918Z | Done (0.000s) |
227 | 2025-02-01T00:11:03.612Z | Planning: Evaluating mediator changes ... Done |
228 | 2025-02-01T00:11:03.772Z | Planning: Checking for conflicting actions ... Done |
229 | 2025-02-01T00:11:03.775Z | Planning: Consolidating action changes ... Done |
230 | 2025-02-01T00:11:04.042Z | Planning: Evaluating mediators ... Done |
231 | 2025-02-01T00:11:04.045Z | Planning: Planning completed in 0.43 seconds |
232 | 2025-02-01T00:11:04.082Z | Mediators to change: 2 |
233 | 2025-02-01T00:11:04.082Z | Create boot environment: No |
234 | 2025-02-01T00:11:04.082Z | Create backup boot environment: No |
235 | 2025-02-01T00:11:04.161Z | Done |
236 | 2025-02-01T00:11:04.162Z | Done |
237 | 2025-02-01T00:11:04.557Z | Done |
238 | 2025-02-01T00:11:08.106Z | Done |
239 | 2025-02-01T00:11:08.199Z | Done |
240 | 2025-02-01T00:11:08.201Z | Done |
241 | 2025-02-01T00:11:08.322Z | Done |
242 | 2025-02-01T00:11:08.929Z | Planning: Evaluating mediator changes ... Done |
243 | 2025-02-01T00:11:08.933Z | Planning: Merging actions ... Done |
244 | 2025-02-01T00:11:09.117Z | Planning: Checking for conflicting actions ... Done |
245 | 2025-02-01T00:11:09.120Z | Planning: Consolidating action changes ... Done |
246 | 2025-02-01T00:11:09.377Z | Planning: Evaluating mediators ... Done |
247 | 2025-02-01T00:11:09.431Z | Planning: Planning completed in 0.74 seconds |
248 | 2025-02-01T00:11:09.472Z | Packages to change: 1 |
249 | 2025-02-01T00:11:09.472Z | Mediators to change: 1 |
250 | 2025-02-01T00:11:09.475Z | Services to change: 1 |
251 | 2025-02-01T00:11:09.475Z | Create boot environment: No |
252 | 2025-02-01T00:11:09.475Z | Create backup boot environment: Yes |
253 | 2025-02-01T00:11:10.729Z | Actions: 1/6 actions (Updating modified actions) |
254 | 2025-02-01T00:11:10.732Z | Actions: Completed 6 actions in 0.00 seconds. |
255 | 2025-02-01T00:11:10.732Z | Done |
256 | 2025-02-01T00:11:10.732Z | Done |
257 | 2025-02-01T00:11:10.850Z | Done |
258 | 2025-02-01T00:11:14.413Z | Done |
259 | 2025-02-01T00:11:14.502Z | Done |
260 | 2025-02-01T00:11:14.506Z | Done |
261 | 2025-02-01T00:11:14.646Z | Done |
262 | 2025-02-01T00:11:15.071Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
263 | 2025-02-01T00:11:15.071Z | clang system 15 system |
264 | 2025-02-01T00:11:15.071Z | csh system system illumos |
265 | 2025-02-01T00:11:15.071Z | ctags system system illumos |
266 | 2025-02-01T00:11:15.071Z | gcc vendor 12 vendor |
267 | 2025-02-01T00:11:15.071Z | gcc system 10 system |
268 | 2025-02-01T00:11:15.071Z | gcc system 7 system |
269 | 2025-02-01T00:11:15.071Z | go system 1.20 system |
270 | 2025-02-01T00:11:15.071Z | go system 1.19 system |
271 | 2025-02-01T00:11:15.071Z | llvm system 15 system |
272 | 2025-02-01T00:11:15.071Z | llvm system 14 system |
273 | 2025-02-01T00:11:15.071Z | mariadb system 10.6 system |
274 | 2025-02-01T00:11:15.071Z | mta vendor vendor dma |
275 | 2025-02-01T00:11:15.071Z | openjdk system 17 system |
276 | 2025-02-01T00:11:15.071Z | openjdk system 11 system |
277 | 2025-02-01T00:11:15.071Z | openjdk system 1.8 system |
278 | 2025-02-01T00:11:15.071Z | openssl vendor 3 vendor |
279 | 2025-02-01T00:11:15.071Z | perl system 5.36 system |
280 | 2025-02-01T00:11:15.071Z | postgresql system 15 system |
281 | 2025-02-01T00:11:15.071Z | postgresql system 13 system |
282 | 2025-02-01T00:11:15.071Z | python vendor 3 vendor |
283 | 2025-02-01T00:11:15.071Z | python system 2 system |
284 | 2025-02-01T00:11:15.071Z | python3 system 3.11 system |
285 | 2025-02-01T00:11:15.071Z | ruby system 3.0 system |
286 | 2025-02-01T00:11:15.071Z | words vendor vendor american-english |
287 | 2025-02-01T00:11:15.071Z | words system system australian-english |
288 | 2025-02-01T00:11:15.071Z | words system system british-english |
289 | 2025-02-01T00:11:15.071Z | words system system canadian-english |
290 | 2025-02-01T00:11:15.071Z | words system system french |
291 | 2025-02-01T00:11:15.071Z | words system system italian |
292 | 2025-02-01T00:11:15.071Z | words system system ngerman |
293 | 2025-02-01T00:11:15.071Z | words system system ogerman |
294 | 2025-02-01T00:11:15.071Z | words system system spanish |
295 | 2025-02-01T00:11:15.398Z | PUBLISHER TYPE STATUS P LOCATION |
296 | 2025-02-01T00:11:15.398Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
297 | 2025-02-01T00:11:18.178Z | FMRI IFO |
298 | 2025-02-01T00:11:18.178Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
299 | 2025-02-01T00:11:18.178Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
300 | 2025-02-01T00:11:18.178Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
301 | 2025-02-01T00:11:18.178Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
302 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
303 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
304 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
305 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
306 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
307 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
308 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
309 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
310 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
311 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
312 | 2025-02-01T00:11:18.179Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
313 | 2025-02-01T00:11:18.926Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
314 | 2025-02-01T00:11:19.214Z | Updating crates.io index |
315 | 2025-02-01T00:11:19.217Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
316 | 2025-02-01T00:11:19.579Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
317 | 2025-02-01T00:11:20.110Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
318 | 2025-02-01T00:11:20.410Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
319 | 2025-02-01T00:11:20.670Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
320 | 2025-02-01T00:11:20.996Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
321 | 2025-02-01T00:11:21.969Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
322 | 2025-02-01T00:11:23.754Z | Updating git repository `https://github.com/oxidecomputer/opte` |
323 | 2025-02-01T00:11:24.453Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
324 | 2025-02-01T00:11:25.285Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
325 | 2025-02-01T00:11:25.566Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
326 | 2025-02-01T00:11:25.928Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
327 | 2025-02-01T00:11:27.199Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
328 | 2025-02-01T00:11:27.550Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
329 | 2025-02-01T00:11:27.850Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
330 | 2025-02-01T00:11:28.104Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
331 | 2025-02-01T00:11:28.391Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
332 | 2025-02-01T00:11:28.644Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
333 | 2025-02-01T00:11:28.971Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
334 | 2025-02-01T00:11:29.311Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
335 | 2025-02-01T00:11:29.612Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
336 | 2025-02-01T00:11:29.949Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
337 | 2025-02-01T00:11:30.282Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
338 | 2025-02-01T00:11:30.670Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
339 | 2025-02-01T00:11:31.169Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
340 | 2025-02-01T00:11:31.455Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
341 | 2025-02-01T00:11:31.850Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
342 | 2025-02-01T00:11:32.263Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
343 | 2025-02-01T00:11:32.582Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
344 | 2025-02-01T00:11:32.852Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
345 | 2025-02-01T00:11:33.105Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2025-02-01T00:11:34.455Z | Downloading crates ... |
347 | 2025-02-01T00:11:34.568Z | Downloaded anstream v0.6.15 |
348 | 2025-02-01T00:11:34.575Z | Downloaded heck v0.4.1 |
349 | 2025-02-01T00:11:34.581Z | Downloaded cfg-if v1.0.0 |
350 | 2025-02-01T00:11:34.592Z | Downloaded memmap v0.7.0 |
351 | 2025-02-01T00:11:34.597Z | Downloaded fnv v1.0.7 |
352 | 2025-02-01T00:11:34.597Z | Downloaded swrite v0.1.0 |
353 | 2025-02-01T00:11:34.599Z | Downloaded usdt-attr-macro v0.5.0 |
354 | 2025-02-01T00:11:34.600Z | Downloaded equivalent v1.0.1 |
355 | 2025-02-01T00:11:34.602Z | Downloaded usdt-macro v0.5.0 |
356 | 2025-02-01T00:11:34.610Z | Downloaded dtrace-parser v0.2.0 |
357 | 2025-02-01T00:11:34.621Z | Downloaded digest v0.10.7 |
358 | 2025-02-01T00:11:34.625Z | Downloaded colorchoice v1.0.2 |
359 | 2025-02-01T00:11:34.625Z | Downloaded cargo_metadata v0.18.1 |
360 | 2025-02-01T00:11:34.630Z | Downloaded fs-err v2.11.0 |
361 | 2025-02-01T00:11:34.634Z | Downloaded plain v0.2.3 |
362 | 2025-02-01T00:11:34.634Z | Downloaded generic-array v0.14.7 |
363 | 2025-02-01T00:11:34.634Z | Downloaded bytecount v0.6.8 |
364 | 2025-02-01T00:11:34.634Z | Downloaded autocfg v1.4.0 |
365 | 2025-02-01T00:11:34.637Z | Downloaded is_terminal_polyfill v1.70.1 |
366 | 2025-02-01T00:11:34.637Z | Downloaded errno v0.3.9 |
367 | 2025-02-01T00:11:34.640Z | Downloaded anstyle-parse v0.2.5 |
368 | 2025-02-01T00:11:34.644Z | Downloaded scroll_derive v0.12.0 |
369 | 2025-02-01T00:11:34.644Z | Downloaded thiserror v1.0.69 |
370 | 2025-02-01T00:11:34.647Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2025-02-01T00:11:34.647Z | Downloaded thread-id v4.2.2 |
372 | 2025-02-01T00:11:34.650Z | Downloaded dof v0.3.0 |
373 | 2025-02-01T00:11:34.650Z | Downloaded thiserror-impl v1.0.69 |
374 | 2025-02-01T00:11:34.652Z | Downloaded anstyle v1.0.10 |
375 | 2025-02-01T00:11:34.653Z | Downloaded toml_datetime v0.6.8 |
376 | 2025-02-01T00:11:34.657Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-02-01T00:11:34.657Z | Downloaded fastrand v2.1.1 |
378 | 2025-02-01T00:11:34.657Z | Downloaded pest_generator v2.7.14 |
379 | 2025-02-01T00:11:34.660Z | Downloaded clap_lex v0.7.4 |
380 | 2025-02-01T00:11:34.660Z | Downloaded byteorder v1.5.0 |
381 | 2025-02-01T00:11:34.663Z | Downloaded block-buffer v0.10.4 |
382 | 2025-02-01T00:11:34.663Z | Downloaded itoa v1.0.11 |
383 | 2025-02-01T00:11:34.663Z | Downloaded macaddr v1.0.1 |
384 | 2025-02-01T00:11:34.667Z | Downloaded terminal_size v0.4.0 |
385 | 2025-02-01T00:11:34.667Z | Downloaded tabled_derive v0.7.0 |
386 | 2025-02-01T00:11:34.670Z | Downloaded utf8parse v0.2.2 |
387 | 2025-02-01T00:11:34.670Z | Downloaded proc-macro-error-attr v1.0.4 |
388 | 2025-02-01T00:11:34.670Z | Downloaded crypto-common v0.1.6 |
389 | 2025-02-01T00:11:34.672Z | Downloaded cargo_toml v0.20.5 |
390 | 2025-02-01T00:11:34.672Z | Downloaded cargo-platform v0.1.8 |
391 | 2025-02-01T00:11:34.675Z | Downloaded smawk v0.3.2 |
392 | 2025-02-01T00:11:34.675Z | Downloaded heck v0.5.0 |
393 | 2025-02-01T00:11:34.679Z | Downloaded pretty-hex v0.4.1 |
394 | 2025-02-01T00:11:34.681Z | Downloaded camino-tempfile v1.1.1 |
395 | 2025-02-01T00:11:34.681Z | Downloaded camino v1.1.9 |
396 | 2025-02-01T00:11:34.685Z | Downloaded semver v1.0.24 |
397 | 2025-02-01T00:11:34.688Z | Downloaded usdt v0.5.0 |
398 | 2025-02-01T00:11:34.688Z | Downloaded cpufeatures v0.2.14 |
399 | 2025-02-01T00:11:34.694Z | Downloaded anstyle-query v1.1.1 |
400 | 2025-02-01T00:11:34.699Z | Downloaded quote v1.0.38 |
401 | 2025-02-01T00:11:34.701Z | Downloaded proc-macro-error v1.0.4 |
402 | 2025-02-01T00:11:34.704Z | Downloaded zerocopy-derive v0.7.35 |
403 | 2025-02-01T00:11:34.708Z | Downloaded usdt-impl v0.5.0 |
404 | 2025-02-01T00:11:34.711Z | Downloaded anyhow v1.0.95 |
405 | 2025-02-01T00:11:34.713Z | Downloaded serde_spanned v0.6.8 |
406 | 2025-02-01T00:11:34.717Z | Downloaded scroll v0.12.0 |
407 | 2025-02-01T00:11:34.717Z | Downloaded tempfile v3.13.0 |
408 | 2025-02-01T00:11:34.720Z | Downloaded version_check v0.9.5 |
409 | 2025-02-01T00:11:34.720Z | Downloaded bitflags v2.6.0 |
410 | 2025-02-01T00:11:34.723Z | Downloaded ucd-trie v0.1.7 |
411 | 2025-02-01T00:11:34.726Z | Downloaded typenum v1.17.0 |
412 | 2025-02-01T00:11:34.729Z | Downloaded pest_meta v2.7.14 |
413 | 2025-02-01T00:11:34.731Z | Downloaded log v0.4.22 |
414 | 2025-02-01T00:11:34.731Z | Downloaded unicode-ident v1.0.14 |
415 | 2025-02-01T00:11:34.734Z | Downloaded strsim v0.11.1 |
416 | 2025-02-01T00:11:34.736Z | Downloaded once_cell v1.20.2 |
417 | 2025-02-01T00:11:34.739Z | Downloaded toml v0.8.19 |
418 | 2025-02-01T00:11:34.742Z | Downloaded proc-macro2 v1.0.92 |
419 | 2025-02-01T00:11:34.745Z | Downloaded textwrap v0.16.1 |
420 | 2025-02-01T00:11:34.747Z | Downloaded serde_derive v1.0.217 |
421 | 2025-02-01T00:11:34.750Z | Downloaded pest_derive v2.7.14 |
422 | 2025-02-01T00:11:34.752Z | Downloaded clap v4.5.27 |
423 | 2025-02-01T00:11:34.758Z | Downloaded papergrid v0.11.0 |
424 | 2025-02-01T00:11:34.763Z | Downloaded indexmap v2.7.1 |
425 | 2025-02-01T00:11:34.768Z | Downloaded sha2 v0.10.8 |
426 | 2025-02-01T00:11:34.770Z | Downloaded clap_derive v4.5.24 |
427 | 2025-02-01T00:11:34.777Z | Downloaded toml_edit v0.22.22 |
428 | 2025-02-01T00:11:34.795Z | Downloaded serde v1.0.217 |
429 | 2025-02-01T00:11:34.798Z | Downloaded ryu v1.0.18 |
430 | 2025-02-01T00:11:34.801Z | Downloaded hashbrown v0.15.1 |
431 | 2025-02-01T00:11:34.805Z | Downloaded memchr v2.7.4 |
432 | 2025-02-01T00:11:34.810Z | Downloaded pest v2.7.14 |
433 | 2025-02-01T00:11:34.815Z | Downloaded serde_json v1.0.135 |
434 | 2025-02-01T00:11:34.839Z | Downloaded winnow v0.6.20 |
435 | 2025-02-01T00:11:34.844Z | Downloaded zerocopy v0.7.35 |
436 | 2025-02-01T00:11:34.858Z | Downloaded goblin v0.8.2 |
437 | 2025-02-01T00:11:34.864Z | Downloaded clap_builder v4.5.27 |
438 | 2025-02-01T00:11:34.870Z | Downloaded tabled v0.15.0 |
439 | 2025-02-01T00:11:34.883Z | Downloaded syn v1.0.109 |
440 | 2025-02-01T00:11:34.892Z | Downloaded unicode-width v0.1.14 |
441 | 2025-02-01T00:11:34.897Z | Downloaded syn v2.0.96 |
442 | 2025-02-01T00:11:34.915Z | Downloaded rustix v0.38.37 |
443 | 2025-02-01T00:11:34.944Z | Downloaded libc v0.2.169 |
444 | 2025-02-01T00:11:35.254Z | Compiling proc-macro2 v1.0.92 |
445 | 2025-02-01T00:11:35.254Z | Compiling unicode-ident v1.0.14 |
446 | 2025-02-01T00:11:35.258Z | Compiling serde v1.0.217 |
447 | 2025-02-01T00:11:35.258Z | Compiling version_check v0.9.5 |
448 | 2025-02-01T00:11:35.258Z | Compiling thiserror v1.0.69 |
449 | 2025-02-01T00:11:35.258Z | Compiling memchr v2.7.4 |
450 | 2025-02-01T00:11:35.258Z | Compiling libc v0.2.169 |
451 | 2025-02-01T00:11:35.289Z | Compiling itoa v1.0.11 |
452 | 2025-02-01T00:11:35.522Z | Compiling ucd-trie v0.1.7 |
453 | 2025-02-01T00:11:35.679Z | Compiling ryu v1.0.18 |
454 | 2025-02-01T00:11:36.042Z | Compiling once_cell v1.20.2 |
455 | 2025-02-01T00:11:36.090Z | Compiling byteorder v1.5.0 |
456 | 2025-02-01T00:11:36.311Z | Compiling rustix v0.38.37 |
457 | 2025-02-01T00:11:36.370Z | Compiling serde_json v1.0.135 |
458 | 2025-02-01T00:11:36.512Z | Compiling bitflags v2.6.0 |
459 | 2025-02-01T00:11:36.697Z | Compiling usdt-impl v0.5.0 |
460 | 2025-02-01T00:11:36.859Z | Compiling proc-macro-error-attr v1.0.4 |
461 | 2025-02-01T00:11:36.918Z | Compiling syn v1.0.109 |
462 | 2025-02-01T00:11:36.944Z | Compiling proc-macro-error v1.0.4 |
463 | 2025-02-01T00:11:37.114Z | Compiling quote v1.0.38 |
464 | 2025-02-01T00:11:37.177Z | Compiling errno v0.3.9 |
465 | 2025-02-01T00:11:37.224Z | Compiling hashbrown v0.15.1 |
466 | 2025-02-01T00:11:37.250Z | Compiling log v0.4.22 |
467 | 2025-02-01T00:11:37.426Z | Compiling thread-id v4.2.2 |
468 | 2025-02-01T00:11:37.458Z | Compiling camino v1.1.9 |
469 | 2025-02-01T00:11:37.486Z | Compiling syn v2.0.96 |
470 | 2025-02-01T00:11:37.590Z | Compiling plain v0.2.3 |
471 | 2025-02-01T00:11:37.636Z | Compiling utf8parse v0.2.2 |
472 | 2025-02-01T00:11:37.723Z | Compiling equivalent v1.0.1 |
473 | 2025-02-01T00:11:37.816Z | Compiling anstyle-parse v0.2.5 |
474 | 2025-02-01T00:11:38.131Z | Compiling is_terminal_polyfill v1.70.1 |
475 | 2025-02-01T00:11:38.141Z | Compiling unicode-width v0.1.14 |
476 | 2025-02-01T00:11:38.276Z | Compiling indexmap v2.7.1 |
477 | 2025-02-01T00:11:38.306Z | Compiling pretty-hex v0.4.1 |
478 | 2025-02-01T00:11:38.330Z | Compiling anstyle v1.0.10 |
479 | 2025-02-01T00:11:38.505Z | Compiling semver v1.0.24 |
480 | 2025-02-01T00:11:38.527Z | Compiling winnow v0.6.20 |
481 | 2025-02-01T00:11:38.670Z | Compiling colorchoice v1.0.2 |
482 | 2025-02-01T00:11:38.760Z | Compiling anstyle-query v1.1.1 |
483 | 2025-02-01T00:11:38.849Z | Compiling autocfg v1.4.0 |
484 | 2025-02-01T00:11:38.935Z | Compiling anstream v0.6.15 |
485 | 2025-02-01T00:11:39.340Z | Compiling terminal_size v0.4.0 |
486 | 2025-02-01T00:11:39.474Z | Compiling fastrand v2.1.1 |
487 | 2025-02-01T00:11:39.605Z | Compiling fnv v1.0.7 |
488 | 2025-02-01T00:11:39.676Z | Compiling anyhow v1.0.95 |
489 | 2025-02-01T00:11:39.768Z | Compiling bytecount v0.6.8 |
490 | 2025-02-01T00:11:39.883Z | Compiling fs-err v2.11.0 |
491 | 2025-02-01T00:11:39.995Z | Compiling cfg-if v1.0.0 |
492 | 2025-02-01T00:11:40.023Z | Compiling heck v0.4.1 |
493 | 2025-02-01T00:11:40.059Z | Compiling clap_lex v0.7.4 |
494 | 2025-02-01T00:11:40.109Z | Compiling heck v0.5.0 |
495 | 2025-02-01T00:11:40.277Z | Compiling strsim v0.11.1 |
496 | 2025-02-01T00:11:40.506Z | Compiling tempfile v3.13.0 |
497 | 2025-02-01T00:11:40.782Z | Compiling clap_builder v4.5.27 |
498 | 2025-02-01T00:11:40.992Z | Compiling papergrid v0.11.0 |
499 | 2025-02-01T00:11:41.021Z | Compiling memmap v0.7.0 |
500 | 2025-02-01T00:11:41.112Z | Compiling smawk v0.3.2 |
501 | 2025-02-01T00:11:41.336Z | Compiling unicode-linebreak v0.1.5 |
502 | 2025-02-01T00:11:41.830Z | Compiling textwrap v0.16.1 |
503 | 2025-02-01T00:11:41.904Z | Compiling swrite v0.1.0 |
504 | 2025-02-01T00:11:42.592Z | Compiling tabled_derive v0.7.0 |
505 | 2025-02-01T00:11:44.077Z | Compiling tabled v0.15.0 |
506 | 2025-02-01T00:11:44.335Z | Compiling serde_derive v1.0.217 |
507 | 2025-02-01T00:11:44.335Z | Compiling thiserror-impl v1.0.69 |
508 | 2025-02-01T00:11:44.338Z | Compiling zerocopy-derive v0.7.35 |
509 | 2025-02-01T00:11:44.338Z | Compiling scroll_derive v0.12.0 |
510 | 2025-02-01T00:11:44.338Z | Compiling clap_derive v4.5.24 |
511 | 2025-02-01T00:11:45.913Z | Compiling scroll v0.12.0 |
512 | 2025-02-01T00:11:46.379Z | Compiling zerocopy v0.7.35 |
513 | 2025-02-01T00:11:46.453Z | Compiling goblin v0.8.2 |
514 | 2025-02-01T00:11:47.094Z | Compiling pest v2.7.14 |
515 | 2025-02-01T00:11:47.804Z | Compiling clap v4.5.27 |
516 | 2025-02-01T00:11:49.265Z | Compiling pest_meta v2.7.14 |
517 | 2025-02-01T00:11:50.288Z | Compiling pest_generator v2.7.14 |
518 | 2025-02-01T00:11:51.646Z | Compiling pest_derive v2.7.14 |
519 | 2025-02-01T00:11:52.324Z | Compiling dtrace-parser v0.2.0 |
520 | 2025-02-01T00:11:53.119Z | Compiling serde_tokenstream v0.2.2 |
521 | 2025-02-01T00:11:53.119Z | Compiling serde_spanned v0.6.8 |
522 | 2025-02-01T00:11:53.121Z | Compiling toml_datetime v0.6.8 |
523 | 2025-02-01T00:11:53.393Z | Compiling cargo-platform v0.1.8 |
524 | 2025-02-01T00:11:53.442Z | Compiling macaddr v1.0.1 |
525 | 2025-02-01T00:11:53.669Z | Compiling toml_edit v0.22.22 |
526 | 2025-02-01T00:11:53.793Z | Compiling camino-tempfile v1.1.1 |
527 | 2025-02-01T00:11:54.595Z | Compiling dof v0.3.0 |
528 | 2025-02-01T00:11:54.621Z | Compiling cargo_metadata v0.18.1 |
529 | 2025-02-01T00:11:55.794Z | Compiling usdt-macro v0.5.0 |
530 | 2025-02-01T00:11:55.794Z | Compiling usdt-attr-macro v0.5.0 |
531 | 2025-02-01T00:11:56.518Z | Compiling toml v0.8.19 |
532 | 2025-02-01T00:11:56.860Z | Compiling usdt v0.5.0 |
533 | 2025-02-01T00:11:57.309Z | Compiling cargo_toml v0.20.5 |
534 | 2025-02-01T00:11:59.873Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
535 | 2025-02-01T00:12:02.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.29s |
536 | 2025-02-01T00:12:03.266Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
537 | 2025-02-01T00:12:03.795Z | Downloading crates ... |
538 | 2025-02-01T00:12:03.911Z | Downloaded atomicwrites v0.4.4 |
539 | 2025-02-01T00:12:03.918Z | Downloaded arrayvec v0.7.6 |
540 | 2025-02-01T00:12:03.921Z | Downloaded async-stream-impl v0.3.6 |
541 | 2025-02-01T00:12:03.924Z | Downloaded ascii-canvas v3.0.0 |
542 | 2025-02-01T00:12:03.932Z | Downloaded convert_case v0.4.0 |
543 | 2025-02-01T00:12:03.937Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2025-02-01T00:12:03.945Z | Downloaded ciborium-io v0.2.2 |
545 | 2025-02-01T00:12:03.951Z | Downloaded cfg_aliases v0.1.1 |
546 | 2025-02-01T00:12:03.957Z | Downloaded atty v0.2.14 |
547 | 2025-02-01T00:12:03.965Z | Downloaded atomic-waker v1.1.2 |
548 | 2025-02-01T00:12:03.967Z | Downloaded array-init v0.0.4 |
549 | 2025-02-01T00:12:03.972Z | Downloaded bcrypt-pbkdf v0.10.0 |
550 | 2025-02-01T00:12:03.975Z | Downloaded crossbeam-deque v0.8.5 |
551 | 2025-02-01T00:12:03.978Z | Downloaded cstr-argument v0.1.2 |
552 | 2025-02-01T00:12:03.978Z | Downloaded aes v0.8.4 |
553 | 2025-02-01T00:12:03.981Z | Downloaded cipher v0.4.4 |
554 | 2025-02-01T00:12:03.985Z | Downloaded cfg_aliases v0.2.1 |
555 | 2025-02-01T00:12:03.989Z | Downloaded chrono-tz-build v0.4.0 |
556 | 2025-02-01T00:12:03.992Z | Downloaded ctr v0.9.2 |
557 | 2025-02-01T00:12:03.994Z | Downloaded cbc v0.1.2 |
558 | 2025-02-01T00:12:03.997Z | Downloaded bit-vec v0.6.3 |
559 | 2025-02-01T00:12:03.997Z | Downloaded bb8 v0.8.5 |
560 | 2025-02-01T00:12:04.000Z | Downloaded crunchy v0.2.2 |
561 | 2025-02-01T00:12:04.000Z | Downloaded bitfield v0.14.0 |
562 | 2025-02-01T00:12:04.003Z | Downloaded cmake v0.1.51 |
563 | 2025-02-01T00:12:04.003Z | Downloaded curve25519-dalek-derive v0.1.1 |
564 | 2025-02-01T00:12:04.006Z | Downloaded bitfield-struct v0.6.2 |
565 | 2025-02-01T00:12:04.006Z | Downloaded bitflags v1.3.2 |
566 | 2025-02-01T00:12:04.008Z | Downloaded cexpr v0.6.0 |
567 | 2025-02-01T00:12:04.011Z | Downloaded buf-list v1.0.3 |
568 | 2025-02-01T00:12:04.013Z | Downloaded addr2line v0.24.2 |
569 | 2025-02-01T00:12:04.019Z | Downloaded adler2 v2.0.0 |
570 | 2025-02-01T00:12:04.021Z | Downloaded hubpack_derive v0.1.1 |
571 | 2025-02-01T00:12:04.022Z | Downloaded blowfish v0.9.1 |
572 | 2025-02-01T00:12:04.022Z | Downloaded arrayref v0.3.9 |
573 | 2025-02-01T00:12:04.022Z | Downloaded crc v3.2.1 |
574 | 2025-02-01T00:12:04.024Z | Downloaded block-padding v0.3.3 |
575 | 2025-02-01T00:12:04.027Z | Downloaded colored v2.1.0 |
576 | 2025-02-01T00:12:04.029Z | Downloaded cookie_store v0.21.1 |
577 | 2025-02-01T00:12:04.037Z | Downloaded async-recursion v1.1.1 |
578 | 2025-02-01T00:12:04.040Z | Downloaded icu_normalizer_data v1.5.0 |
579 | 2025-02-01T00:12:04.043Z | Downloaded iana-time-zone v0.1.61 |
580 | 2025-02-01T00:12:04.046Z | Downloaded constant_time_eq v0.3.1 |
581 | 2025-02-01T00:12:04.049Z | Downloaded hyper-rustls v0.27.3 |
582 | 2025-02-01T00:12:04.052Z | Downloaded hyper-tls v0.6.0 |
583 | 2025-02-01T00:12:04.055Z | Downloaded crc-catalog v2.4.0 |
584 | 2025-02-01T00:12:04.055Z | Downloaded hyper-staticfile v0.10.1 |
585 | 2025-02-01T00:12:04.058Z | Downloaded cassowary v0.3.0 |
586 | 2025-02-01T00:12:04.060Z | Downloaded base64ct v1.6.0 |
587 | 2025-02-01T00:12:04.063Z | Downloaded csv-core v0.1.11 |
588 | 2025-02-01T00:12:04.065Z | Downloaded console v0.15.10 |
589 | 2025-02-01T00:12:04.071Z | Downloaded aead v0.5.2 |
590 | 2025-02-01T00:12:04.074Z | Downloaded hyper-util v0.1.10 |
591 | 2025-02-01T00:12:04.074Z | Downloaded russh-cryptovec v0.7.3 |
592 | 2025-02-01T00:12:04.077Z | Downloaded darling v0.20.10 |
593 | 2025-02-01T00:12:04.080Z | Downloaded icu_provider v1.5.0 |
594 | 2025-02-01T00:12:04.083Z | Downloaded crc-any v2.5.0 |
595 | 2025-02-01T00:12:04.086Z | Downloaded icu_properties v1.5.1 |
596 | 2025-02-01T00:12:04.090Z | Downloaded icu_properties_data v1.5.0 |
597 | 2025-02-01T00:12:04.101Z | Downloaded rand_seeder v0.3.0 |
598 | 2025-02-01T00:12:04.105Z | Downloaded instant v0.1.13 |
599 | 2025-02-01T00:12:04.108Z | Downloaded idna_adapter v1.2.0 |
600 | 2025-02-01T00:12:04.108Z | Downloaded ipnet v2.10.1 |
601 | 2025-02-01T00:12:04.108Z | Downloaded indoc v1.0.9 |
602 | 2025-02-01T00:12:04.111Z | Downloaded libloading v0.8.5 |
603 | 2025-02-01T00:12:04.114Z | Downloaded is_ci v1.2.0 |
604 | 2025-02-01T00:12:04.116Z | Downloaded lalrpop-util v0.19.12 |
605 | 2025-02-01T00:12:04.116Z | Downloaded kstat-rs v0.2.4 |
606 | 2025-02-01T00:12:04.119Z | Downloaded keccak v0.1.5 |
607 | 2025-02-01T00:12:04.119Z | Downloaded backoff v0.4.0 |
608 | 2025-02-01T00:12:04.121Z | Downloaded indexmap v1.9.3 |
609 | 2025-02-01T00:12:04.126Z | Downloaded impl-trait-for-tuples v0.2.2 |
610 | 2025-02-01T00:12:04.129Z | Downloaded is-terminal v0.4.13 |
611 | 2025-02-01T00:12:04.132Z | Downloaded inout v0.1.3 |
612 | 2025-02-01T00:12:04.132Z | Downloaded crossbeam-epoch v0.9.18 |
613 | 2025-02-01T00:12:04.134Z | Downloaded md5 v0.7.0 |
614 | 2025-02-01T00:12:04.137Z | Downloaded termtree v0.4.1 |
615 | 2025-02-01T00:12:04.137Z | Downloaded sync-ptr v0.1.1 |
616 | 2025-02-01T00:12:04.140Z | Downloaded cookie v0.18.1 |
617 | 2025-02-01T00:12:04.142Z | Downloaded match_cfg v0.1.0 |
618 | 2025-02-01T00:12:04.142Z | Downloaded ident_case v1.0.1 |
619 | 2025-02-01T00:12:04.146Z | Downloaded icu_provider_macros v1.5.0 |
620 | 2025-02-01T00:12:04.146Z | Downloaded ciborium-ll v0.2.2 |
621 | 2025-02-01T00:12:04.149Z | Downloaded crossbeam-utils v0.8.20 |
622 | 2025-02-01T00:12:04.149Z | Downloaded num-conv v0.1.0 |
623 | 2025-02-01T00:12:04.152Z | Downloaded tower-service v0.3.3 |
624 | 2025-02-01T00:12:04.152Z | Downloaded normalize-line-endings v0.3.0 |
625 | 2025-02-01T00:12:04.152Z | Downloaded new_debug_unreachable v1.0.6 |
626 | 2025-02-01T00:12:04.155Z | Downloaded const-oid v0.9.6 |
627 | 2025-02-01T00:12:04.157Z | Downloaded newtype_derive v0.1.6 |
628 | 2025-02-01T00:12:04.157Z | Downloaded newline-converter v0.3.0 |
629 | 2025-02-01T00:12:04.160Z | Downloaded mirai-annotations v1.12.0 |
630 | 2025-02-01T00:12:04.160Z | Downloaded linked-hash-map v0.5.6 |
631 | 2025-02-01T00:12:04.163Z | Downloaded lazycell v1.3.0 |
632 | 2025-02-01T00:12:04.163Z | Downloaded scheduled-thread-pool v0.2.7 |
633 | 2025-02-01T00:12:04.165Z | Downloaded same-file v1.0.6 |
634 | 2025-02-01T00:12:04.165Z | Downloaded memoffset v0.9.1 |
635 | 2025-02-01T00:12:04.168Z | Downloaded md-5 v0.10.6 |
636 | 2025-02-01T00:12:04.171Z | Downloaded mime v0.3.17 |
637 | 2025-02-01T00:12:04.171Z | Downloaded jobserver v0.1.32 |
638 | 2025-02-01T00:12:04.173Z | Downloaded maybe-uninit v2.0.0 |
639 | 2025-02-01T00:12:04.176Z | Downloaded crc32fast v1.4.2 |
640 | 2025-02-01T00:12:04.178Z | Downloaded blake2 v0.10.6 |
641 | 2025-02-01T00:12:04.181Z | Downloaded bcs v0.1.6 |
642 | 2025-02-01T00:12:04.181Z | Downloaded zerofrom v0.1.4 |
643 | 2025-02-01T00:12:04.184Z | Downloaded yoke-derive v0.7.4 |
644 | 2025-02-01T00:12:04.184Z | Downloaded ciborium v0.2.2 |
645 | 2025-02-01T00:12:04.186Z | Downloaded lockfree-object-pool v0.1.6 |
646 | 2025-02-01T00:12:04.189Z | Downloaded slog-async v2.8.0 |
647 | 2025-02-01T00:12:04.192Z | Downloaded shell-words v1.1.0 |
648 | 2025-02-01T00:12:04.192Z | Downloaded managed v0.8.0 |
649 | 2025-02-01T00:12:04.194Z | Downloaded lru-cache v0.1.2 |
650 | 2025-02-01T00:12:04.197Z | Downloaded string_cache v0.8.7 |
651 | 2025-02-01T00:12:04.197Z | Downloaded slog-bunyan v2.5.0 |
652 | 2025-02-01T00:12:04.200Z | Downloaded shlex v1.3.0 |
653 | 2025-02-01T00:12:04.200Z | Downloaded multimap v0.10.0 |
654 | 2025-02-01T00:12:04.204Z | Downloaded lru v0.12.5 |
655 | 2025-02-01T00:12:04.204Z | Downloaded instability v0.3.2 |
656 | 2025-02-01T00:12:04.209Z | Downloaded nibble_vec v0.1.0 |
657 | 2025-02-01T00:12:04.209Z | Downloaded clang-sys v1.8.1 |
658 | 2025-02-01T00:12:04.211Z | Downloaded thiserror-impl-no-std v2.0.2 |
659 | 2025-02-01T00:12:04.211Z | Downloaded supports-color v3.0.1 |
660 | 2025-02-01T00:12:04.214Z | Downloaded strip-ansi-escapes v0.2.0 |
661 | 2025-02-01T00:12:04.214Z | Downloaded stringprep v0.1.5 |
662 | 2025-02-01T00:12:04.217Z | Downloaded num v0.4.3 |
663 | 2025-02-01T00:12:04.217Z | Downloaded base64 v0.13.1 |
664 | 2025-02-01T00:12:04.220Z | Downloaded document-features v0.2.10 |
665 | 2025-02-01T00:12:04.223Z | Downloaded nanorand v0.7.0 |
666 | 2025-02-01T00:12:04.225Z | Downloaded foreign-types-shared v0.3.1 |
667 | 2025-02-01T00:12:04.227Z | Downloaded mockall v0.13.0 |
668 | 2025-02-01T00:12:04.227Z | Downloaded lazy_static v1.5.0 |
669 | 2025-02-01T00:12:04.229Z | Downloaded ahash v0.8.11 |
670 | 2025-02-01T00:12:04.231Z | Downloaded unicode-truncate v1.1.0 |
671 | 2025-02-01T00:12:04.233Z | Downloaded maplit v1.0.2 |
672 | 2025-02-01T00:12:04.236Z | Downloaded http-body v1.0.1 |
673 | 2025-02-01T00:12:04.236Z | Downloaded mime_guess v2.0.5 |
674 | 2025-02-01T00:12:04.238Z | Downloaded libsw v3.3.1 |
675 | 2025-02-01T00:12:04.241Z | Downloaded parse-size v1.1.0 |
676 | 2025-02-01T00:12:04.243Z | Downloaded oso-derive v0.27.3 |
677 | 2025-02-01T00:12:04.243Z | Downloaded serde_derive_internals v0.29.1 |
678 | 2025-02-01T00:12:04.248Z | Downloaded hmac v0.12.1 |
679 | 2025-02-01T00:12:04.251Z | Downloaded async-trait v0.1.85 |
680 | 2025-02-01T00:12:04.251Z | Downloaded tls_codec_derive v0.4.1 |
681 | 2025-02-01T00:12:04.253Z | Downloaded defmt v0.3.8 |
682 | 2025-02-01T00:12:04.256Z | Downloaded difflib v0.4.0 |
683 | 2025-02-01T00:12:04.270Z | Downloaded ena v0.14.3 |
684 | 2025-02-01T00:12:04.270Z | Downloaded data-encoding v2.6.0 |
685 | 2025-02-01T00:12:04.270Z | Downloaded foldhash v0.1.3 |
686 | 2025-02-01T00:12:04.270Z | Downloaded zeroize v1.8.1 |
687 | 2025-02-01T00:12:04.270Z | Downloaded bytes v1.9.0 |
688 | 2025-02-01T00:12:04.271Z | Downloaded debug-ignore v1.0.5 |
689 | 2025-02-01T00:12:04.273Z | Downloaded nu-ansi-term v0.50.1 |
690 | 2025-02-01T00:12:04.273Z | Downloaded litemap v0.7.3 |
691 | 2025-02-01T00:12:04.276Z | Downloaded sqlformat v0.2.6 |
692 | 2025-02-01T00:12:04.279Z | Downloaded tokio-rustls v0.24.1 |
693 | 2025-02-01T00:12:04.282Z | Downloaded nodrop v0.1.14 |
694 | 2025-02-01T00:12:04.282Z | Downloaded time-macros v0.2.18 |
695 | 2025-02-01T00:12:04.286Z | Downloaded litrs v0.4.1 |
696 | 2025-02-01T00:12:04.288Z | Downloaded fixedbitset v0.4.2 |
697 | 2025-02-01T00:12:04.291Z | Downloaded embedded-io v0.6.1 |
698 | 2025-02-01T00:12:04.291Z | Downloaded rpassword v7.3.1 |
699 | 2025-02-01T00:12:04.296Z | Downloaded memmap2 v0.9.5 |
700 | 2025-02-01T00:12:04.298Z | Downloaded embedded-io v0.4.0 |
701 | 2025-02-01T00:12:04.298Z | Downloaded downcast v0.11.0 |
702 | 2025-02-01T00:12:04.298Z | Downloaded spki v0.7.3 |
703 | 2025-02-01T00:12:04.301Z | Downloaded num-complex v0.4.6 |
704 | 2025-02-01T00:12:04.304Z | Downloaded fragile v2.0.0 |
705 | 2025-02-01T00:12:04.304Z | Downloaded form_urlencoded v1.2.1 |
706 | 2025-02-01T00:12:04.307Z | Downloaded heck v0.3.3 |
707 | 2025-02-01T00:12:04.307Z | Downloaded funty v2.0.0 |
708 | 2025-02-01T00:12:04.310Z | Downloaded rustls-pki-types v1.10.0 |
709 | 2025-02-01T00:12:04.312Z | Downloaded bumpalo v3.16.0 |
710 | 2025-02-01T00:12:04.315Z | Downloaded typify-macro v0.3.0 |
711 | 2025-02-01T00:12:04.318Z | Downloaded tinyvec_macros v0.1.1 |
712 | 2025-02-01T00:12:04.318Z | Downloaded waitgroup v0.1.2 |
713 | 2025-02-01T00:12:04.321Z | Downloaded rcgen v0.12.1 |
714 | 2025-02-01T00:12:04.323Z | Downloaded num_enum_derive v0.5.11 |
715 | 2025-02-01T00:12:04.323Z | Downloaded compact_str v0.8.0 |
716 | 2025-02-01T00:12:04.327Z | Downloaded parse-display-derive v0.10.0 |
717 | 2025-02-01T00:12:04.339Z | Downloaded ref-cast-impl v1.0.23 |
718 | 2025-02-01T00:12:04.344Z | Downloaded slog v2.7.0 |
719 | 2025-02-01T00:12:04.347Z | Downloaded ron v0.8.1 |
720 | 2025-02-01T00:12:04.351Z | Downloaded rand_chacha v0.3.1 |
721 | 2025-02-01T00:12:04.353Z | Downloaded predicates-tree v1.0.11 |
722 | 2025-02-01T00:12:04.353Z | Downloaded mockall_derive v0.13.0 |
723 | 2025-02-01T00:12:04.357Z | Downloaded miniz_oxide v0.8.0 |
724 | 2025-02-01T00:12:04.360Z | Downloaded secrecy v0.8.0 |
725 | 2025-02-01T00:12:04.360Z | Downloaded sec1 v0.7.3 |
726 | 2025-02-01T00:12:04.362Z | Downloaded openssl-macros v0.1.1 |
727 | 2025-02-01T00:12:04.363Z | Downloaded icu_locid_transform_data v1.5.0 |
728 | 2025-02-01T00:12:04.365Z | Downloaded icu_normalizer v1.5.0 |
729 | 2025-02-01T00:12:04.368Z | Downloaded rustfmt-wrapper v0.2.1 |
730 | 2025-02-01T00:12:04.372Z | Downloaded signal-hook-mio v0.2.4 |
731 | 2025-02-01T00:12:04.376Z | Downloaded structmeta v0.2.0 |
732 | 2025-02-01T00:12:04.376Z | Downloaded smf v0.2.3 |
733 | 2025-02-01T00:12:04.379Z | Downloaded smallvec v0.6.14 |
734 | 2025-02-01T00:12:04.379Z | Downloaded fs_extra v1.3.0 |
735 | 2025-02-01T00:12:04.379Z | Downloaded libm v0.2.8 |
736 | 2025-02-01T00:12:04.387Z | Downloaded typify-macro v0.2.0 |
737 | 2025-02-01T00:12:04.390Z | Downloaded pin-project-lite v0.2.14 |
738 | 2025-02-01T00:12:04.394Z | Downloaded pin-project-internal v1.1.6 |
739 | 2025-02-01T00:12:04.396Z | Downloaded xattr v1.3.1 |
740 | 2025-02-01T00:12:04.399Z | Downloaded defmt-macros v0.3.9 |
741 | 2025-02-01T00:12:04.402Z | Downloaded deranged v0.3.11 |
742 | 2025-02-01T00:12:04.404Z | Downloaded zone v0.3.0 |
743 | 2025-02-01T00:12:04.404Z | Downloaded xz2 v0.1.7 |
744 | 2025-02-01T00:12:04.407Z | Downloaded float-cmp v0.9.0 |
745 | 2025-02-01T00:12:04.410Z | Downloaded fd-lock v4.0.2 |
746 | 2025-02-01T00:12:04.412Z | Downloaded defmt-parser v0.3.4 |
747 | 2025-02-01T00:12:04.412Z | Downloaded postcard v1.0.10 |
748 | 2025-02-01T00:12:04.415Z | Downloaded time-core v0.1.2 |
749 | 2025-02-01T00:12:04.417Z | Downloaded smallvec v1.13.2 |
750 | 2025-02-01T00:12:04.421Z | Downloaded tungstenite v0.21.0 |
751 | 2025-02-01T00:12:04.423Z | Downloaded hex-literal v0.4.1 |
752 | 2025-02-01T00:12:04.423Z | Downloaded hex v0.4.3 |
753 | 2025-02-01T00:12:04.428Z | Downloaded strum_macros v0.26.4 |
754 | 2025-02-01T00:12:04.430Z | Downloaded float-ord v0.3.2 |
755 | 2025-02-01T00:12:04.430Z | Downloaded packed_struct v0.10.1 |
756 | 2025-02-01T00:12:04.436Z | Downloaded termios v0.3.3 |
757 | 2025-02-01T00:12:04.436Z | Downloaded num-rational v0.4.2 |
758 | 2025-02-01T00:12:04.440Z | Downloaded wait-timeout v0.2.0 |
759 | 2025-02-01T00:12:04.440Z | Downloaded wyz v0.5.1 |
760 | 2025-02-01T00:12:04.440Z | Downloaded unicase v2.7.0 |
761 | 2025-02-01T00:12:04.443Z | Downloaded unarray v0.1.4 |
762 | 2025-02-01T00:12:04.443Z | Downloaded tls_codec v0.4.1 |
763 | 2025-02-01T00:12:04.443Z | Downloaded group v0.13.0 |
764 | 2025-02-01T00:12:04.446Z | Downloaded percent-encoding v2.3.1 |
765 | 2025-02-01T00:12:04.446Z | Downloaded tokio-native-tls v0.3.1 |
766 | 2025-02-01T00:12:04.448Z | Downloaded tokio-macros v2.5.0 |
767 | 2025-02-01T00:12:04.451Z | Downloaded termcolor v1.4.1 |
768 | 2025-02-01T00:12:04.451Z | Downloaded der_derive v0.7.3 |
769 | 2025-02-01T00:12:04.454Z | Downloaded futures-core v0.3.31 |
770 | 2025-02-01T00:12:04.454Z | Downloaded rustc-hash v1.1.0 |
771 | 2025-02-01T00:12:04.462Z | Downloaded serde_plain v1.0.2 |
772 | 2025-02-01T00:12:04.465Z | Downloaded futures v0.3.31 |
773 | 2025-02-01T00:12:04.465Z | Downloaded peg-runtime v0.8.3 |
774 | 2025-02-01T00:12:04.465Z | Downloaded http-range v0.1.5 |
775 | 2025-02-01T00:12:04.468Z | Downloaded fxhash v0.2.1 |
776 | 2025-02-01T00:12:04.468Z | Downloaded progenitor-macro v0.8.0 |
777 | 2025-02-01T00:12:04.468Z | Downloaded progenitor v0.8.0 |
778 | 2025-02-01T00:12:04.470Z | Downloaded futures-channel v0.3.31 |
779 | 2025-02-01T00:12:04.470Z | Downloaded phf v0.11.2 |
780 | 2025-02-01T00:12:04.473Z | Downloaded unicode-properties v0.1.3 |
781 | 2025-02-01T00:12:04.475Z | Downloaded quick-error v1.2.3 |
782 | 2025-02-01T00:12:04.478Z | Downloaded serde_path_to_error v0.1.16 |
783 | 2025-02-01T00:12:04.478Z | Downloaded subtle v2.6.1 |
784 | 2025-02-01T00:12:04.482Z | Downloaded simd-adler32 v0.3.7 |
785 | 2025-02-01T00:12:04.485Z | Downloaded utf8_iter v1.0.4 |
786 | 2025-02-01T00:12:04.485Z | Downloaded rustls-pemfile v1.0.4 |
787 | 2025-02-01T00:12:04.487Z | Downloaded subprocess v0.2.9 |
788 | 2025-02-01T00:12:04.490Z | Downloaded getrandom v0.2.15 |
789 | 2025-02-01T00:12:04.492Z | Downloaded rustc_version v0.1.7 |
790 | 2025-02-01T00:12:04.495Z | Downloaded rustc-hash v2.0.0 |
791 | 2025-02-01T00:12:04.495Z | Downloaded icu_collections v1.5.0 |
792 | 2025-02-01T00:12:04.500Z | Downloaded slog-json v2.6.1 |
793 | 2025-02-01T00:12:04.503Z | Downloaded packed_struct_codegen v0.10.1 |
794 | 2025-02-01T00:12:04.505Z | Downloaded tinyvec v1.8.0 |
795 | 2025-02-01T00:12:04.509Z | Downloaded num-traits v0.2.19 |
796 | 2025-02-01T00:12:04.511Z | Downloaded prettyplease v0.2.25 |
797 | 2025-02-01T00:12:04.514Z | Downloaded take_mut v0.2.2 |
798 | 2025-02-01T00:12:04.516Z | Downloaded progenitor-macro v0.9.1 |
799 | 2025-02-01T00:12:04.516Z | Downloaded ppv-lite86 v0.2.20 |
800 | 2025-02-01T00:12:04.519Z | Downloaded sigpipe v0.1.3 |
801 | 2025-02-01T00:12:04.519Z | Downloaded rustc-demangle v0.1.24 |
802 | 2025-02-01T00:12:04.522Z | Downloaded diesel-dtrace v0.4.2 |
803 | 2025-02-01T00:12:04.524Z | Downloaded toolchain_find v0.4.0 |
804 | 2025-02-01T00:12:04.524Z | Downloaded aes-gcm v0.10.3 |
805 | 2025-02-01T00:12:04.528Z | Downloaded zerovec-derive v0.10.3 |
806 | 2025-02-01T00:12:04.530Z | Downloaded env_logger v0.11.5 |
807 | 2025-02-01T00:12:04.533Z | Downloaded toml_edit v0.19.15 |
808 | 2025-02-01T00:12:04.558Z | Downloaded foreign-types v0.3.2 |
809 | 2025-02-01T00:12:04.561Z | Downloaded derive_builder_macro v0.20.2 |
810 | 2025-02-01T00:12:04.561Z | Downloaded write16 v1.0.0 |
811 | 2025-02-01T00:12:04.564Z | Downloaded http-body-util v0.1.2 |
812 | 2025-02-01T00:12:04.567Z | Downloaded hostname v0.4.0 |
813 | 2025-02-01T00:12:04.570Z | Downloaded pin-utils v0.1.0 |
814 | 2025-02-01T00:12:04.572Z | Downloaded httpdate v1.0.3 |
815 | 2025-02-01T00:12:04.572Z | Downloaded poly1305 v0.8.0 |
816 | 2025-02-01T00:12:04.576Z | Downloaded hickory-client v0.24.2 |
817 | 2025-02-01T00:12:04.581Z | Downloaded derive-where v1.2.7 |
818 | 2025-02-01T00:12:04.585Z | Downloaded r2d2 v0.8.10 |
819 | 2025-02-01T00:12:04.589Z | Downloaded num-bigint v0.4.6 |
820 | 2025-02-01T00:12:04.594Z | Downloaded phf_shared v0.10.0 |
821 | 2025-02-01T00:12:04.597Z | Downloaded tabwriter v1.4.0 |
822 | 2025-02-01T00:12:04.597Z | Downloaded serde_urlencoded v0.7.1 |
823 | 2025-02-01T00:12:04.599Z | Downloaded salsa20 v0.10.2 |
824 | 2025-02-01T00:12:04.599Z | Downloaded radium v0.7.0 |
825 | 2025-02-01T00:12:04.603Z | Downloaded primeorder v0.13.6 |
826 | 2025-02-01T00:12:04.605Z | Downloaded utf16_iter v1.0.5 |
827 | 2025-02-01T00:12:04.605Z | Downloaded utf-8 v0.7.6 |
828 | 2025-02-01T00:12:04.606Z | Downloaded dsl_auto_type v0.1.2 |
829 | 2025-02-01T00:12:04.608Z | Downloaded russh v0.45.0 |
830 | 2025-02-01T00:12:04.612Z | Downloaded signature v2.2.0 |
831 | 2025-02-01T00:12:04.615Z | Downloaded signal-hook-tokio v0.3.1 |
832 | 2025-02-01T00:12:04.617Z | Downloaded signal-hook-registry v1.4.2 |
833 | 2025-02-01T00:12:04.617Z | Downloaded derive_builder v0.20.2 |
834 | 2025-02-01T00:12:04.622Z | Downloaded glob v0.3.2 |
835 | 2025-02-01T00:12:04.624Z | Downloaded fallible-streaming-iterator v0.1.9 |
836 | 2025-02-01T00:12:04.625Z | Downloaded value-bag v1.9.0 |
837 | 2025-02-01T00:12:04.628Z | Downloaded parking_lot_core v0.9.10 |
838 | 2025-02-01T00:12:04.631Z | Downloaded sync_wrapper v1.0.1 |
839 | 2025-02-01T00:12:04.633Z | Downloaded serde_yaml v0.9.34+deprecated |
840 | 2025-02-01T00:12:04.636Z | Downloaded unicode-segmentation v1.12.0 |
841 | 2025-02-01T00:12:04.639Z | Downloaded semver v0.1.20 |
842 | 2025-02-01T00:12:04.642Z | Downloaded phf_codegen v0.11.2 |
843 | 2025-02-01T00:12:04.642Z | Downloaded p256 v0.13.2 |
844 | 2025-02-01T00:12:04.645Z | Downloaded uuid v1.12.0 |
845 | 2025-02-01T00:12:04.649Z | Downloaded paste v1.0.15 |
846 | 2025-02-01T00:12:04.652Z | Downloaded num-derive v0.4.2 |
847 | 2025-02-01T00:12:04.654Z | Downloaded serde_with_macros v3.11.0 |
848 | 2025-02-01T00:12:04.657Z | Downloaded httparse v1.9.5 |
849 | 2025-02-01T00:12:04.660Z | Downloaded publicsuffix v2.3.0 |
850 | 2025-02-01T00:12:04.663Z | Downloaded der v0.7.9 |
851 | 2025-02-01T00:12:04.668Z | Downloaded x509-cert v0.2.5 |
852 | 2025-02-01T00:12:04.675Z | Downloaded progenitor-client v0.8.0 |
853 | 2025-02-01T00:12:04.678Z | Downloaded precomputed-hash v0.1.1 |
854 | 2025-02-01T00:12:04.678Z | Downloaded dropshot_endpoint v0.15.1 |
855 | 2025-02-01T00:12:04.681Z | Downloaded strum_macros v0.25.3 |
856 | 2025-02-01T00:12:04.684Z | Downloaded derive_builder_core v0.20.2 |
857 | 2025-02-01T00:12:04.686Z | Downloaded socket2 v0.5.7 |
858 | 2025-02-01T00:12:04.689Z | Downloaded structmeta v0.3.0 |
859 | 2025-02-01T00:12:04.692Z | Downloaded progenitor-client v0.9.1 |
860 | 2025-02-01T00:12:04.692Z | Downloaded writeable v0.5.5 |
861 | 2025-02-01T00:12:04.692Z | Downloaded rfc6979 v0.4.0 |
862 | 2025-02-01T00:12:04.695Z | Downloaded resolv-conf v0.7.0 |
863 | 2025-02-01T00:12:04.695Z | Downloaded pkcs1 v0.7.5 |
864 | 2025-02-01T00:12:04.698Z | Downloaded snafu v0.8.5 |
865 | 2025-02-01T00:12:04.703Z | Downloaded tokio-tungstenite v0.23.1 |
866 | 2025-02-01T00:12:04.706Z | Downloaded itertools v0.12.1 |
867 | 2025-02-01T00:12:04.712Z | Downloaded openssl-probe v0.1.5 |
868 | 2025-02-01T00:12:04.715Z | Downloaded opaque-debug v0.3.1 |
869 | 2025-02-01T00:12:04.715Z | Downloaded rustls-pemfile v2.2.0 |
870 | 2025-02-01T00:12:04.718Z | Downloaded endian-type v0.1.2 |
871 | 2025-02-01T00:12:04.720Z | Downloaded termtree v0.5.1 |
872 | 2025-02-01T00:12:04.720Z | Downloaded synstructure v0.13.1 |
873 | 2025-02-01T00:12:04.723Z | Downloaded slog-stdlog v4.1.1 |
874 | 2025-02-01T00:12:04.723Z | Downloaded slog-scope v4.4.0 |
875 | 2025-02-01T00:12:04.726Z | Downloaded hostname v0.3.1 |
876 | 2025-02-01T00:12:04.729Z | Downloaded futures-macro v0.3.31 |
877 | 2025-02-01T00:12:04.729Z | Downloaded des v0.8.1 |
878 | 2025-02-01T00:12:04.732Z | Downloaded heapless v0.7.17 |
879 | 2025-02-01T00:12:04.735Z | Downloaded polyval v0.6.2 |
880 | 2025-02-01T00:12:04.738Z | Downloaded aho-corasick v1.1.3 |
881 | 2025-02-01T00:12:04.744Z | Downloaded serde-big-array v0.5.1 |
882 | 2025-02-01T00:12:04.746Z | Downloaded pem v3.0.4 |
883 | 2025-02-01T00:12:04.749Z | Downloaded pkg-config v0.3.31 |
884 | 2025-02-01T00:12:04.749Z | Downloaded ghash v0.5.1 |
885 | 2025-02-01T00:12:04.752Z | Downloaded progenitor v0.9.1 |
886 | 2025-02-01T00:12:04.754Z | Downloaded tiny-keccak v2.0.2 |
887 | 2025-02-01T00:12:04.757Z | Downloaded thread_local v1.1.8 |
888 | 2025-02-01T00:12:04.757Z | Downloaded proc-macro-crate v1.3.1 |
889 | 2025-02-01T00:12:04.759Z | Downloaded vsss-rs v3.3.4 |
890 | 2025-02-01T00:12:04.762Z | Downloaded zone_cfg_derive v0.3.0 |
891 | 2025-02-01T00:12:04.762Z | Downloaded hkdf v0.12.4 |
892 | 2025-02-01T00:12:04.764Z | Downloaded pkcs5 v0.7.1 |
893 | 2025-02-01T00:12:04.768Z | Downloaded num-bigint-dig v0.8.4 |
894 | 2025-02-01T00:12:04.773Z | Downloaded topological-sort v0.2.2 |
895 | 2025-02-01T00:12:04.776Z | Downloaded nom v7.1.3 |
896 | 2025-02-01T00:12:04.781Z | Downloaded olpc-cjson v0.1.4 |
897 | 2025-02-01T00:12:04.783Z | Downloaded tinystr v0.7.6 |
898 | 2025-02-01T00:12:04.786Z | Downloaded gethostname v0.5.0 |
899 | 2025-02-01T00:12:04.786Z | Downloaded headers v0.4.0 |
900 | 2025-02-01T00:12:04.793Z | Downloaded rtoolbox v0.0.2 |
901 | 2025-02-01T00:12:04.796Z | Downloaded number_prefix v0.4.0 |
902 | 2025-02-01T00:12:04.796Z | Downloaded env_filter v0.1.2 |
903 | 2025-02-01T00:12:04.799Z | Downloaded postgres-protocol v0.6.7 |
904 | 2025-02-01T00:12:04.802Z | Downloaded libxml v0.3.3 |
905 | 2025-02-01T00:12:04.808Z | Downloaded rand_xorshift v0.3.0 |
906 | 2025-02-01T00:12:04.811Z | Downloaded qorb v0.2.1 |
907 | 2025-02-01T00:12:04.813Z | Downloaded foreign-types-shared v0.1.1 |
908 | 2025-02-01T00:12:04.818Z | Downloaded vte_generate_state_changes v0.1.2 |
909 | 2025-02-01T00:12:04.818Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2025-02-01T00:12:04.818Z | Downloaded thiserror-no-std v2.0.2 |
911 | 2025-02-01T00:12:04.822Z | Downloaded parking_lot_core v0.8.6 |
912 | 2025-02-01T00:12:04.825Z | Downloaded predicates v3.1.2 |
913 | 2025-02-01T00:12:04.828Z | Downloaded postgres-types v0.2.8 |
914 | 2025-02-01T00:12:04.830Z | Downloaded derive_more v0.99.18 |
915 | 2025-02-01T00:12:04.834Z | Downloaded itertools v0.10.5 |
916 | 2025-02-01T00:12:04.842Z | Downloaded want v0.3.1 |
917 | 2025-02-01T00:12:04.845Z | Downloaded try-lock v0.2.5 |
918 | 2025-02-01T00:12:04.845Z | Downloaded zopfli v0.8.1 |
919 | 2025-02-01T00:12:04.847Z | Downloaded hickory-resolver v0.24.2 |
920 | 2025-02-01T00:12:04.851Z | Downloaded strum v0.26.3 |
921 | 2025-02-01T00:12:04.855Z | Downloaded ff v0.13.0 |
922 | 2025-02-01T00:12:04.855Z | Downloaded tokio-rustls v0.25.0 |
923 | 2025-02-01T00:12:04.857Z | Downloaded zip v0.6.6 |
924 | 2025-02-01T00:12:04.860Z | Downloaded num-iter v0.1.45 |
925 | 2025-02-01T00:12:04.864Z | Downloaded num-integer v0.1.46 |
926 | 2025-02-01T00:12:04.864Z | Downloaded env_logger v0.10.2 |
927 | 2025-02-01T00:12:04.867Z | Downloaded hickory-server v0.24.2 |
928 | 2025-02-01T00:12:04.871Z | Downloaded path-slash v0.1.5 |
929 | 2025-02-01T00:12:04.874Z | Downloaded ssh-encoding v0.2.0 |
930 | 2025-02-01T00:12:04.877Z | Downloaded pkcs8 v0.10.2 |
931 | 2025-02-01T00:12:04.879Z | Downloaded darling_macro v0.20.10 |
932 | 2025-02-01T00:12:04.879Z | Downloaded test-strategy v0.3.1 |
933 | 2025-02-01T00:12:04.882Z | Downloaded headers-core v0.3.0 |
934 | 2025-02-01T00:12:04.884Z | Downloaded itertools v0.13.0 |
935 | 2025-02-01T00:12:04.891Z | Downloaded hash32 v0.3.1 |
936 | 2025-02-01T00:12:04.893Z | Downloaded untrusted v0.7.1 |
937 | 2025-02-01T00:12:04.896Z | Downloaded universal-hash v0.5.1 |
938 | 2025-02-01T00:12:04.896Z | Downloaded aws-lc-rs v1.10.0 |
939 | 2025-02-01T00:12:04.903Z | Downloaded omicron-zone-package v0.12.0 |
940 | 2025-02-01T00:12:04.906Z | Downloaded ssh-cipher v0.2.0 |
941 | 2025-02-01T00:12:04.909Z | Downloaded fallible-iterator v0.3.0 |
942 | 2025-02-01T00:12:04.909Z | Downloaded sct v0.7.1 |
943 | 2025-02-01T00:12:04.913Z | Downloaded walkdir v2.5.0 |
944 | 2025-02-01T00:12:04.915Z | Downloaded rustversion v1.0.17 |
945 | 2025-02-01T00:12:04.918Z | Downloaded rusty-fork v0.3.0 |
946 | 2025-02-01T00:12:04.922Z | Downloaded untrusted v0.9.0 |
947 | 2025-02-01T00:12:04.925Z | Downloaded progenitor-impl v0.8.0 |
948 | 2025-02-01T00:12:04.925Z | Downloaded quinn v0.11.5 |
949 | 2025-02-01T00:12:04.928Z | Downloaded structmeta-derive v0.3.0 |
950 | 2025-02-01T00:12:04.930Z | Downloaded diesel_table_macro_syntax v0.2.0 |
951 | 2025-02-01T00:12:04.930Z | Downloaded foreign-types-macros v0.2.3 |
952 | 2025-02-01T00:12:04.933Z | Downloaded hyper v1.5.2 |
953 | 2025-02-01T00:12:04.939Z | Downloaded pbkdf2 v0.12.2 |
954 | 2025-02-01T00:12:04.943Z | Downloaded vergen v8.3.2 |
955 | 2025-02-01T00:12:04.945Z | Downloaded strum_macros v0.24.3 |
956 | 2025-02-01T00:12:04.946Z | Downloaded diff v0.1.13 |
957 | 2025-02-01T00:12:04.948Z | Downloaded thiserror-impl v2.0.11 |
958 | 2025-02-01T00:12:04.948Z | Downloaded siphasher v0.3.11 |
959 | 2025-02-01T00:12:04.951Z | Downloaded phf_generator v0.11.2 |
960 | 2025-02-01T00:12:04.951Z | Downloaded phf_shared v0.11.2 |
961 | 2025-02-01T00:12:04.953Z | Downloaded pbkdf2 v0.11.0 |
962 | 2025-02-01T00:12:04.956Z | Downloaded dirs-next v2.0.0 |
963 | 2025-02-01T00:12:04.959Z | Downloaded p521 v0.13.3 |
964 | 2025-02-01T00:12:04.962Z | Downloaded zone_cfg_derive v0.1.2 |
965 | 2025-02-01T00:12:04.962Z | Downloaded ref-cast v1.0.23 |
966 | 2025-02-01T00:12:04.964Z | Downloaded darling_core v0.20.10 |
967 | 2025-02-01T00:12:04.970Z | Downloaded parse-zoneinfo v0.3.1 |
968 | 2025-02-01T00:12:04.973Z | Downloaded slab v0.4.9 |
969 | 2025-02-01T00:12:04.977Z | Downloaded flagset v0.4.6 |
970 | 2025-02-01T00:12:04.977Z | Downloaded time v0.3.36 |
971 | 2025-02-01T00:12:04.982Z | Downloaded stable_deref_trait v1.2.0 |
972 | 2025-02-01T00:12:04.986Z | Downloaded schemars_derive v0.8.21 |
973 | 2025-02-01T00:12:04.986Z | Downloaded idna v1.0.3 |
974 | 2025-02-01T00:12:04.989Z | Downloaded hashlink v0.9.1 |
975 | 2025-02-01T00:12:04.993Z | Downloaded pin-project v1.1.6 |
976 | 2025-02-01T00:12:05.002Z | Downloaded static_assertions v1.1.0 |
977 | 2025-02-01T00:12:05.006Z | Downloaded home v0.5.9 |
978 | 2025-02-01T00:12:05.006Z | Downloaded foreign-types v0.5.0 |
979 | 2025-02-01T00:12:05.011Z | Downloaded yasna v0.5.2 |
980 | 2025-02-01T00:12:05.011Z | Downloaded tracing-attributes v0.1.27 |
981 | 2025-02-01T00:12:05.015Z | Downloaded globset v0.4.15 |
982 | 2025-02-01T00:12:05.015Z | Downloaded flate2 v1.0.35 |
983 | 2025-02-01T00:12:05.018Z | Downloaded ed25519-dalek v2.1.1 |
984 | 2025-02-01T00:12:05.022Z | Downloaded zone v0.1.8 |
985 | 2025-02-01T00:12:05.025Z | Downloaded slog-dtrace v0.3.0 |
986 | 2025-02-01T00:12:05.025Z | Downloaded owo-colors v4.1.0 |
987 | 2025-02-01T00:12:05.028Z | Downloaded typify v0.3.0 |
988 | 2025-02-01T00:12:05.030Z | Downloaded tui-tree-widget v0.22.0 |
989 | 2025-02-01T00:12:05.033Z | Downloaded display-error-chain v0.2.2 |
990 | 2025-02-01T00:12:05.033Z | Downloaded dirs-sys-next v0.1.2 |
991 | 2025-02-01T00:12:05.036Z | Downloaded zeroize_derive v1.4.2 |
992 | 2025-02-01T00:12:05.036Z | Downloaded displaydoc v0.2.5 |
993 | 2025-02-01T00:12:05.039Z | Downloaded bitvec v1.0.1 |
994 | 2025-02-01T00:12:05.054Z | Downloaded structmeta-derive v0.2.0 |
995 | 2025-02-01T00:12:05.057Z | Downloaded bindgen v0.69.5 |
996 | 2025-02-01T00:12:05.062Z | Downloaded yoke v0.7.4 |
997 | 2025-02-01T00:12:05.065Z | Downloaded russh-keys v0.45.0 |
998 | 2025-02-01T00:12:05.069Z | Downloaded password-hash v0.4.2 |
999 | 2025-02-01T00:12:05.075Z | Downloaded twox-hash v2.1.0 |
1000 | 2025-02-01T00:12:05.075Z | Downloaded highway v1.2.0 |
1001 | 2025-02-01T00:12:05.078Z | Downloaded schemars v0.8.21 |
1002 | 2025-02-01T00:12:05.085Z | Downloaded rand v0.8.5 |
1003 | 2025-02-01T00:12:05.088Z | Downloaded chrono v0.4.39 |
1004 | 2025-02-01T00:12:05.096Z | Downloaded tracing-core v0.1.32 |
1005 | 2025-02-01T00:12:05.099Z | Downloaded half v2.4.1 |
1006 | 2025-02-01T00:12:05.102Z | Downloaded slog-term v2.9.1 |
1007 | 2025-02-01T00:12:05.105Z | Downloaded pem-rfc7468 v0.7.0 |
1008 | 2025-02-01T00:12:05.108Z | Downloaded parking_lot v0.11.2 |
1009 | 2025-02-01T00:12:05.111Z | Downloaded samael v0.0.17 |
1010 | 2025-02-01T00:12:05.115Z | Downloaded peg-macros v0.8.4 |
1011 | 2025-02-01T00:12:05.125Z | Downloaded expectorate v1.1.0 |
1012 | 2025-02-01T00:12:05.125Z | Downloaded zerocopy-derive v0.8.10 |
1013 | 2025-02-01T00:12:05.130Z | Downloaded url v2.5.3 |
1014 | 2025-02-01T00:12:05.130Z | Downloaded peg v0.8.4 |
1015 | 2025-02-01T00:12:05.133Z | Downloaded oso v0.27.3 |
1016 | 2025-02-01T00:12:05.136Z | Downloaded fatfs v0.3.6 |
1017 | 2025-02-01T00:12:05.139Z | Downloaded tokio-postgres v0.7.12 |
1018 | 2025-02-01T00:12:05.143Z | Downloaded thiserror v2.0.11 |
1019 | 2025-02-01T00:12:05.148Z | Downloaded ron v0.7.1 |
1020 | 2025-02-01T00:12:05.157Z | Downloaded password-hash v0.5.0 |
1021 | 2025-02-01T00:12:05.160Z | Downloaded tokio-util v0.7.12 |
1022 | 2025-02-01T00:12:05.163Z | Downloaded similar v2.6.0 |
1023 | 2025-02-01T00:12:05.168Z | Downloaded futures-executor v0.3.31 |
1024 | 2025-02-01T00:12:05.170Z | Downloaded tracing v0.1.40 |
1025 | 2025-02-01T00:12:05.174Z | Downloaded portable-atomic v1.9.0 |
1026 | 2025-02-01T00:12:05.183Z | Downloaded unicode-width v0.2.0 |
1027 | 2025-02-01T00:12:05.190Z | Downloaded hash32 v0.2.1 |
1028 | 2025-02-01T00:12:05.192Z | Downloaded curve25519-dalek v4.1.3 |
1029 | 2025-02-01T00:12:05.200Z | Downloaded tungstenite v0.23.0 |
1030 | 2025-02-01T00:12:05.204Z | Downloaded petname v2.0.2 |
1031 | 2025-02-01T00:12:05.210Z | Downloaded rayon-core v1.12.1 |
1032 | 2025-02-01T00:12:05.216Z | Downloaded vte v0.11.1 |
1033 | 2025-02-01T00:12:05.219Z | Downloaded progenitor-impl v0.9.1 |
1034 | 2025-02-01T00:12:05.220Z | Downloaded tough v0.19.0 |
1035 | 2025-02-01T00:12:05.227Z | Downloaded hashbrown v0.13.2 |
1036 | 2025-02-01T00:12:05.233Z | Downloaded hashbrown v0.14.5 |
1037 | 2025-02-01T00:12:05.238Z | Downloaded rustyline v14.0.0 |
1038 | 2025-02-01T00:12:05.245Z | Downloaded hashbrown v0.12.3 |
1039 | 2025-02-01T00:12:05.248Z | Downloaded tungstenite v0.24.0 |
1040 | 2025-02-01T00:12:05.254Z | Downloaded quinn-proto v0.11.8 |
1041 | 2025-02-01T00:12:05.259Z | Downloaded zip v2.1.3 |
1042 | 2025-02-01T00:12:05.265Z | Downloaded zerovec v0.10.4 |
1043 | 2025-02-01T00:12:05.273Z | Downloaded steno v0.4.1 |
1044 | 2025-02-01T00:12:05.276Z | Downloaded openssl-sys v0.9.104 |
1045 | 2025-02-01T00:12:05.281Z | Downloaded git2 v0.19.0 |
1046 | 2025-02-01T00:12:05.290Z | Downloaded winnow v0.5.40 |
1047 | 2025-02-01T00:12:05.303Z | Downloaded bstr v1.10.0 |
1048 | 2025-02-01T00:12:05.312Z | Downloaded sqlparser v0.45.0 |
1049 | 2025-02-01T00:12:05.320Z | Downloaded rustls v0.22.4 |
1050 | 2025-02-01T00:12:05.335Z | Downloaded chrono-tz v0.10.1 |
1051 | 2025-02-01T00:12:05.343Z | Downloaded object v0.30.4 |
1052 | 2025-02-01T00:12:05.354Z | Downloaded vcpkg v0.2.15 |
1053 | 2025-02-01T00:12:05.395Z | Downloaded ssh-key v0.6.6 |
1054 | 2025-02-01T00:12:05.402Z | Downloaded reedline v0.35.0 |
1055 | 2025-02-01T00:12:05.410Z | Downloaded rusqlite v0.32.1 |
1056 | 2025-02-01T00:12:05.418Z | Downloaded regex v1.11.1 |
1057 | 2025-02-01T00:12:05.433Z | Downloaded polar-core v0.27.3 |
1058 | 2025-02-01T00:12:05.442Z | Downloaded object v0.36.5 |
1059 | 2025-02-01T00:12:05.456Z | Downloaded smoltcp v0.9.1 |
1060 | 2025-02-01T00:12:05.466Z | Downloaded nix v0.28.0 |
1061 | 2025-02-01T00:12:05.479Z | Downloaded nix v0.27.1 |
1062 | 2025-02-01T00:12:05.489Z | Downloaded smoltcp v0.11.0 |
1063 | 2025-02-01T00:12:05.502Z | Downloaded rustls v0.21.12 |
1064 | 2025-02-01T00:12:05.514Z | Downloaded rustls-webpki v0.102.8 |
1065 | 2025-02-01T00:12:05.532Z | Downloaded webpki-roots v0.26.6 |
1066 | 2025-02-01T00:12:05.538Z | Downloaded typify-impl v0.2.0 |
1067 | 2025-02-01T00:12:05.553Z | Downloaded typify-impl v0.3.0 |
1068 | 2025-02-01T00:12:05.570Z | Downloaded zerocopy v0.8.10 |
1069 | 2025-02-01T00:12:05.598Z | Downloaded regress v0.10.1 |
1070 | 2025-02-01T00:12:05.603Z | Downloaded openssl v0.10.66 |
1071 | 2025-02-01T00:12:05.616Z | Downloaded regex-automata v0.4.8 |
1072 | 2025-02-01T00:12:05.631Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1073 | 2025-02-01T00:12:05.645Z | Downloaded rustls v0.23.19 |
1074 | 2025-02-01T00:12:05.654Z | Downloaded ratatui v0.28.1 |
1075 | 2025-02-01T00:12:05.673Z | Downloaded regex-syntax v0.8.5 |
1076 | 2025-02-01T00:12:05.681Z | Downloaded regex-syntax v0.6.29 |
1077 | 2025-02-01T00:12:05.689Z | Downloaded regress v0.9.1 |
1078 | 2025-02-01T00:12:05.703Z | Downloaded nix v0.29.0 |
1079 | 2025-02-01T00:12:05.709Z | Downloaded dropshot v0.15.1 |
1080 | 2025-02-01T00:12:05.732Z | Downloaded openapiv3 v2.0.0 |
1081 | 2025-02-01T00:12:05.743Z | Downloaded zerocopy-derive v0.6.6 |
1082 | 2025-02-01T00:12:05.756Z | Downloaded radix_trie v0.2.1 |
1083 | 2025-02-01T00:12:05.759Z | Downloaded sled v0.34.7 |
1084 | 2025-02-01T00:12:05.769Z | Downloaded dropshot v0.12.0 |
1085 | 2025-02-01T00:12:05.788Z | Downloaded gimli v0.31.1 |
1086 | 2025-02-01T00:12:05.803Z | Downloaded rayon v1.10.0 |
1087 | 2025-02-01T00:12:05.806Z | Downloaded csv v1.3.1 |
1088 | 2025-02-01T00:12:05.827Z | Downloaded hickory-proto v0.24.2 |
1089 | 2025-02-01T00:12:05.844Z | Downloaded diesel v2.2.6 |
1090 | 2025-02-01T00:12:05.861Z | Downloaded salty v0.3.0 |
1091 | 2025-02-01T00:12:05.870Z | Downloaded lalrpop v0.19.12 |
1092 | 2025-02-01T00:12:05.877Z | Downloaded proptest v1.5.0 |
1093 | 2025-02-01T00:12:05.890Z | Downloaded futures-util v0.3.31 |
1094 | 2025-02-01T00:12:05.897Z | Downloaded quick-xml v0.33.0 |
1095 | 2025-02-01T00:12:05.906Z | Downloaded p384 v0.13.0 |
1096 | 2025-02-01T00:12:05.910Z | Downloaded h2 v0.4.6 |
1097 | 2025-02-01T00:12:05.918Z | Downloaded petgraph v0.6.5 |
1098 | 2025-02-01T00:12:05.937Z | Downloaded futures-io v0.3.31 |
1099 | 2025-02-01T00:12:05.940Z | Downloaded parking_lot v0.12.3 |
1100 | 2025-02-01T00:12:05.940Z | Downloaded lzma-sys v0.1.20 |
1101 | 2025-02-01T00:12:05.969Z | Downloaded libz-sys v1.1.20 |
1102 | 2025-02-01T00:12:05.989Z | Downloaded unsafe-libyaml v0.2.11 |
1103 | 2025-02-01T00:12:05.994Z | Downloaded tokio v1.43.0 |
1104 | 2025-02-01T00:12:06.029Z | Downloaded reqwest v0.12.9 |
1105 | 2025-02-01T00:12:06.039Z | Downloaded rustls-webpki v0.101.7 |
1106 | 2025-02-01T00:12:06.050Z | Downloaded scrypt v0.11.0 |
1107 | 2025-02-01T00:12:06.054Z | Downloaded scopeguard v1.2.0 |
1108 | 2025-02-01T00:12:06.058Z | Downloaded sha3 v0.10.8 |
1109 | 2025-02-01T00:12:06.058Z | Downloaded zerocopy v0.6.6 |
1110 | 2025-02-01T00:12:06.062Z | Downloaded rand_core v0.6.4 |
1111 | 2025-02-01T00:12:06.062Z | Downloaded diesel_derives v2.2.3 |
1112 | 2025-02-01T00:12:06.065Z | Downloaded enum-as-inner v0.6.1 |
1113 | 2025-02-01T00:12:06.069Z | Downloaded either v1.13.0 |
1114 | 2025-02-01T00:12:06.069Z | Downloaded powerfmt v0.2.0 |
1115 | 2025-02-01T00:12:06.072Z | Downloaded term v0.7.0 |
1116 | 2025-02-01T00:12:06.072Z | Downloaded tar v0.4.42 |
1117 | 2025-02-01T00:12:06.075Z | Downloaded num_threads v0.1.7 |
1118 | 2025-02-01T00:12:06.078Z | Downloaded fallible-iterator v0.2.0 |
1119 | 2025-02-01T00:12:06.078Z | Downloaded tokio-stream v0.1.16 |
1120 | 2025-02-01T00:12:06.082Z | Downloaded serde_with v3.11.0 |
1121 | 2025-02-01T00:12:06.088Z | Downloaded dropshot_endpoint v0.12.0 |
1122 | 2025-02-01T00:12:06.093Z | Downloaded typed-path v0.9.3 |
1123 | 2025-02-01T00:12:06.097Z | Downloaded minimal-lexical v0.2.1 |
1124 | 2025-02-01T00:12:06.101Z | Downloaded filetime v0.2.25 |
1125 | 2025-02-01T00:12:06.108Z | Downloaded slog-envlogger v2.2.0 |
1126 | 2025-02-01T00:12:06.108Z | Downloaded which v4.4.2 |
1127 | 2025-02-01T00:12:06.112Z | Downloaded unicode-bidi v0.3.17 |
1128 | 2025-02-01T00:12:06.112Z | Downloaded unicode-normalization v0.1.24 |
1129 | 2025-02-01T00:12:06.115Z | Downloaded tokio-tungstenite v0.21.0 |
1130 | 2025-02-01T00:12:06.116Z | Downloaded tokio-rustls v0.26.0 |
1131 | 2025-02-01T00:12:06.118Z | Downloaded toml v0.7.8 |
1132 | 2025-02-01T00:12:06.124Z | Downloaded rsa v0.9.6 |
1133 | 2025-02-01T00:12:06.126Z | Downloaded http v1.2.0 |
1134 | 2025-02-01T00:12:06.129Z | Downloaded mio v1.0.2 |
1135 | 2025-02-01T00:12:06.134Z | Downloaded flume v0.11.1 |
1136 | 2025-02-01T00:12:06.138Z | Downloaded blake3 v1.5.4 |
1137 | 2025-02-01T00:12:06.145Z | Downloaded ecdsa v0.16.9 |
1138 | 2025-02-01T00:12:06.147Z | Downloaded elliptic-curve v0.13.8 |
1139 | 2025-02-01T00:12:06.151Z | Downloaded predicates-core v1.0.8 |
1140 | 2025-02-01T00:12:06.153Z | Downloaded serde_repr v0.1.19 |
1141 | 2025-02-01T00:12:06.156Z | Downloaded serde-hex v0.1.0 |
1142 | 2025-02-01T00:12:06.156Z | Downloaded uzers v0.12.1 |
1143 | 2025-02-01T00:12:06.160Z | Downloaded tap v1.0.1 |
1144 | 2025-02-01T00:12:06.160Z | Downloaded quinn-udp v0.5.5 |
1145 | 2025-02-01T00:12:06.164Z | Downloaded unicode_categories v0.1.1 |
1146 | 2025-02-01T00:12:06.164Z | Downloaded futures-task v0.3.31 |
1147 | 2025-02-01T00:12:06.164Z | Downloaded futures-sink v0.3.31 |
1148 | 2025-02-01T00:12:06.169Z | Downloaded ed25519 v2.2.3 |
1149 | 2025-02-01T00:12:06.169Z | Downloaded dyn-clone v1.0.17 |
1150 | 2025-02-01T00:12:06.169Z | Downloaded dunce v1.0.5 |
1151 | 2025-02-01T00:12:06.172Z | Downloaded tokio-tungstenite v0.24.0 |
1152 | 2025-02-01T00:12:06.172Z | Downloaded spin v0.9.8 |
1153 | 2025-02-01T00:12:06.172Z | Downloaded snafu-derive v0.8.5 |
1154 | 2025-02-01T00:12:06.175Z | Downloaded crossterm v0.28.1 |
1155 | 2025-02-01T00:12:06.182Z | Downloaded backtrace v0.3.74 |
1156 | 2025-02-01T00:12:06.185Z | Downloaded crypto-bigint v0.5.5 |
1157 | 2025-02-01T00:12:06.192Z | Downloaded cc v1.1.30 |
1158 | 2025-02-01T00:12:06.195Z | Downloaded encoding_rs v0.8.34 |
1159 | 2025-02-01T00:12:06.217Z | Downloaded base64 v0.21.7 |
1160 | 2025-02-01T00:12:06.220Z | Downloaded sha1 v0.10.6 |
1161 | 2025-02-01T00:12:06.222Z | Downloaded rustc_version v0.4.1 |
1162 | 2025-02-01T00:12:06.225Z | Downloaded indicatif v0.17.11 |
1163 | 2025-02-01T00:12:06.227Z | Downloaded icu_locid v1.5.0 |
1164 | 2025-02-01T00:12:06.230Z | Downloaded heapless v0.8.0 |
1165 | 2025-02-01T00:12:06.235Z | Downloaded psl-types v2.0.11 |
1166 | 2025-02-01T00:12:06.239Z | Downloaded pretty-hex v0.2.1 |
1167 | 2025-02-01T00:12:06.239Z | Downloaded parse-display v0.10.0 |
1168 | 2025-02-01T00:12:06.239Z | Downloaded whoami v1.5.2 |
1169 | 2025-02-01T00:12:06.242Z | Downloaded typify v0.2.0 |
1170 | 2025-02-01T00:12:06.242Z | Downloaded crossbeam-channel v0.5.13 |
1171 | 2025-02-01T00:12:06.249Z | Downloaded signal-hook v0.3.17 |
1172 | 2025-02-01T00:12:06.253Z | Downloaded num_enum v0.5.11 |
1173 | 2025-02-01T00:12:06.256Z | Downloaded const_format v0.2.34 |
1174 | 2025-02-01T00:12:06.259Z | Downloaded base64 v0.22.1 |
1175 | 2025-02-01T00:12:06.262Z | Downloaded newtype-uuid v1.2.1 |
1176 | 2025-02-01T00:12:06.267Z | Downloaded multer v3.1.0 |
1177 | 2025-02-01T00:12:06.271Z | Downloaded humantime v2.1.0 |
1178 | 2025-02-01T00:12:06.271Z | Downloaded native-tls v0.2.12 |
1179 | 2025-02-01T00:12:06.271Z | Downloaded lock_api v0.4.12 |
1180 | 2025-02-01T00:12:06.271Z | Downloaded icu_locid_transform v1.5.0 |
1181 | 2025-02-01T00:12:06.274Z | Downloaded chacha20poly1305 v0.10.1 |
1182 | 2025-02-01T00:12:06.274Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1183 | 2025-02-01T00:12:06.332Z | Downloaded zerofrom-derive v0.1.4 |
1184 | 2025-02-01T00:12:06.335Z | Downloaded unicode-xid v0.2.6 |
1185 | 2025-02-01T00:12:06.335Z | Downloaded arc-swap v1.7.1 |
1186 | 2025-02-01T00:12:06.338Z | Downloaded ipnetwork v0.20.0 |
1187 | 2025-02-01T00:12:06.338Z | Downloaded libefi-sys v0.1.0 |
1188 | 2025-02-01T00:12:06.342Z | Downloaded hubpack v0.1.2 |
1189 | 2025-02-01T00:12:06.347Z | Downloaded linear-map v1.2.0 |
1190 | 2025-02-01T00:12:06.347Z | Downloaded internet-checksum v0.2.1 |
1191 | 2025-02-01T00:12:06.347Z | Downloaded indent_write v2.2.0 |
1192 | 2025-02-01T00:12:06.347Z | Downloaded argon2 v0.5.3 |
1193 | 2025-02-01T00:12:06.352Z | Downloaded allocator-api2 v0.2.18 |
1194 | 2025-02-01T00:12:06.352Z | Downloaded castaway v0.2.3 |
1195 | 2025-02-01T00:12:06.352Z | Downloaded const_format_proc_macros v0.2.34 |
1196 | 2025-02-01T00:12:06.356Z | Downloaded cancel-safe-futures v0.1.5 |
1197 | 2025-02-01T00:12:06.356Z | Downloaded async-bb8-diesel v0.2.1 |
1198 | 2025-02-01T00:12:06.366Z | Downloaded bzip2 v0.4.4 |
1199 | 2025-02-01T00:12:06.366Z | Downloaded cobs v0.2.3 |
1200 | 2025-02-01T00:12:06.366Z | Downloaded chacha20 v0.9.1 |
1201 | 2025-02-01T00:12:06.371Z | Downloaded bit-set v0.5.3 |
1202 | 2025-02-01T00:12:06.371Z | Downloaded base16ct v0.2.0 |
1203 | 2025-02-01T00:12:06.371Z | Downloaded async-stream v0.3.6 |
1204 | 2025-02-01T00:12:06.371Z | Downloaded assert_matches v1.5.0 |
1205 | 2025-02-01T00:12:06.607Z | Downloaded libsqlite3-sys v0.30.1 |
1206 | 2025-02-01T00:12:06.695Z | Downloaded ring v0.17.8 |
1207 | 2025-02-01T00:12:07.000Z | Downloaded aws-lc-sys v0.22.0 |
1208 | 2025-02-01T00:12:07.304Z | Compiling serde v1.0.217 |
1209 | 2025-02-01T00:12:07.307Z | Compiling lock_api v0.4.12 |
1210 | 2025-02-01T00:12:07.307Z | Compiling value-bag v1.9.0 |
1211 | 2025-02-01T00:12:07.307Z | Compiling scopeguard v1.2.0 |
1212 | 2025-02-01T00:12:07.457Z | Compiling typenum v1.17.0 |
1213 | 2025-02-01T00:12:07.460Z | Compiling generic-array v0.14.7 |
1214 | 2025-02-01T00:12:07.515Z | Compiling syn v2.0.96 |
1215 | 2025-02-01T00:12:07.530Z | Compiling getrandom v0.2.15 |
1216 | 2025-02-01T00:12:07.606Z | Compiling shlex v1.3.0 |
1217 | 2025-02-01T00:12:07.811Z | Compiling rand_core v0.6.4 |
1218 | 2025-02-01T00:12:07.918Z | Compiling log v0.4.22 |
1219 | 2025-02-01T00:12:07.961Z | Compiling subtle v2.6.1 |
1220 | 2025-02-01T00:12:07.999Z | Compiling jobserver v0.1.32 |
1221 | 2025-02-01T00:12:08.033Z | Compiling smallvec v1.13.2 |
1222 | 2025-02-01T00:12:08.314Z | Compiling const-oid v0.9.6 |
1223 | 2025-02-01T00:12:08.333Z | Compiling pin-project-lite v0.2.14 |
1224 | 2025-02-01T00:12:08.353Z | Compiling rustix v0.38.37 |
1225 | 2025-02-01T00:12:08.411Z | Compiling cc v1.1.30 |
1226 | 2025-02-01T00:12:08.470Z | Compiling spin v0.9.8 |
1227 | 2025-02-01T00:12:08.649Z | Compiling parking_lot_core v0.9.10 |
1228 | 2025-02-01T00:12:08.825Z | Compiling futures-core v0.3.31 |
1229 | 2025-02-01T00:12:08.846Z | Compiling signal-hook-registry v1.4.2 |
1230 | 2025-02-01T00:12:09.080Z | Compiling mio v1.0.2 |
1231 | 2025-02-01T00:12:09.156Z | Compiling aho-corasick v1.1.3 |
1232 | 2025-02-01T00:12:09.522Z | Compiling parking_lot v0.12.3 |
1233 | 2025-02-01T00:12:09.814Z | Compiling stable_deref_trait v1.2.0 |
1234 | 2025-02-01T00:12:09.838Z | Compiling regex-syntax v0.8.5 |
1235 | 2025-02-01T00:12:09.944Z | Compiling cpufeatures v0.2.14 |
1236 | 2025-02-01T00:12:10.062Z | Compiling either v1.13.0 |
1237 | 2025-02-01T00:12:10.277Z | Compiling futures-sink v0.3.31 |
1238 | 2025-02-01T00:12:10.452Z | Compiling glob v0.3.2 |
1239 | 2025-02-01T00:12:10.472Z | Compiling socket2 v0.5.7 |
1240 | 2025-02-01T00:12:10.489Z | Compiling slab v0.4.9 |
1241 | 2025-02-01T00:12:10.492Z | Compiling prettyplease v0.2.25 |
1242 | 2025-02-01T00:12:10.873Z | Compiling lazy_static v1.5.0 |
1243 | 2025-02-01T00:12:10.995Z | Compiling serde_json v1.0.135 |
1244 | 2025-02-01T00:12:11.018Z | Compiling minimal-lexical v0.2.1 |
1245 | 2025-02-01T00:12:11.350Z | Compiling clang-sys v1.8.1 |
1246 | 2025-02-01T00:12:11.384Z | Compiling libloading v0.8.5 |
1247 | 2025-02-01T00:12:11.517Z | Compiling nom v7.1.3 |
1248 | 2025-02-01T00:12:11.667Z | Compiling home v0.5.9 |
1249 | 2025-02-01T00:12:11.781Z | Compiling bindgen v0.69.5 |
1250 | 2025-02-01T00:12:11.921Z | Compiling itertools v0.12.1 |
1251 | 2025-02-01T00:12:12.304Z | Compiling futures-channel v0.3.31 |
1252 | 2025-02-01T00:12:12.646Z | Compiling futures-task v0.3.31 |
1253 | 2025-02-01T00:12:12.708Z | Compiling rustc-hash v1.1.0 |
1254 | 2025-02-01T00:12:12.875Z | Compiling libm v0.2.8 |
1255 | 2025-02-01T00:12:12.961Z | Compiling allocator-api2 v0.2.18 |
1256 | 2025-02-01T00:12:13.210Z | Compiling pin-utils v0.1.0 |
1257 | 2025-02-01T00:12:13.330Z | Compiling lazycell v1.3.0 |
1258 | 2025-02-01T00:12:13.509Z | Compiling futures-io v0.3.31 |
1259 | 2025-02-01T00:12:13.738Z | Compiling regex-automata v0.4.8 |
1260 | 2025-02-01T00:12:13.781Z | Compiling foldhash v0.1.3 |
1261 | 2025-02-01T00:12:14.094Z | Compiling hashbrown v0.15.1 |
1262 | 2025-02-01T00:12:14.152Z | Compiling cmake v0.1.51 |
1263 | 2025-02-01T00:12:14.844Z | Compiling synstructure v0.13.1 |
1264 | 2025-02-01T00:12:15.075Z | Compiling cexpr v0.6.0 |
1265 | 2025-02-01T00:12:15.292Z | Compiling num-traits v0.2.19 |
1266 | 2025-02-01T00:12:15.579Z | Compiling fs_extra v1.3.0 |
1267 | 2025-02-01T00:12:16.116Z | Compiling pkg-config v0.3.31 |
1268 | 2025-02-01T00:12:16.174Z | Compiling dunce v1.0.5 |
1269 | 2025-02-01T00:12:16.484Z | Compiling writeable v0.5.5 |
1270 | 2025-02-01T00:12:16.705Z | Compiling litemap v0.7.3 |
1271 | 2025-02-01T00:12:17.029Z | Compiling ring v0.17.8 |
1272 | 2025-02-01T00:12:17.096Z | Compiling paste v1.0.15 |
1273 | 2025-02-01T00:12:17.581Z | Compiling base64ct v1.6.0 |
1274 | 2025-02-01T00:12:17.692Z | Compiling httparse v1.9.5 |
1275 | 2025-02-01T00:12:17.695Z | Compiling flagset v0.4.6 |
1276 | 2025-02-01T00:12:17.925Z | Compiling aws-lc-rs v1.10.0 |
1277 | 2025-02-01T00:12:18.184Z | Compiling pem-rfc7468 v0.7.0 |
1278 | 2025-02-01T00:12:18.320Z | Compiling icu_locid_transform_data v1.5.0 |
1279 | 2025-02-01T00:12:18.429Z | Compiling tracing-core v0.1.32 |
1280 | 2025-02-01T00:12:18.805Z | Compiling icu_properties_data v1.5.0 |
1281 | 2025-02-01T00:12:19.065Z | Compiling regex v1.11.1 |
1282 | 2025-02-01T00:12:19.102Z | Compiling percent-encoding v2.3.1 |
1283 | 2025-02-01T00:12:19.418Z | Compiling crossbeam-utils v0.8.20 |
1284 | 2025-02-01T00:12:19.437Z | Compiling rustls-pki-types v1.10.0 |
1285 | 2025-02-01T00:12:19.997Z | Compiling utf8_iter v1.0.4 |
1286 | 2025-02-01T00:12:20.018Z | Compiling untrusted v0.9.0 |
1287 | 2025-02-01T00:12:20.209Z | Compiling time-core v0.1.2 |
1288 | 2025-02-01T00:12:20.241Z | Compiling mirai-annotations v1.12.0 |
1289 | 2025-02-01T00:12:20.329Z | Compiling write16 v1.0.0 |
1290 | 2025-02-01T00:12:20.390Z | Compiling vcpkg v0.2.15 |
1291 | 2025-02-01T00:12:20.437Z | Compiling serde_derive v1.0.217 |
1292 | 2025-02-01T00:12:20.457Z | Compiling zeroize_derive v1.4.2 |
1293 | 2025-02-01T00:12:20.457Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2025-02-01T00:12:20.487Z | Compiling zerofrom-derive v0.1.4 |
1295 | 2025-02-01T00:12:21.865Z | Compiling zeroize v1.8.1 |
1296 | 2025-02-01T00:12:22.223Z | Compiling tokio-macros v2.5.0 |
1297 | 2025-02-01T00:12:22.439Z | Compiling zerocopy v0.7.35 |
1298 | 2025-02-01T00:12:22.570Z | Compiling yoke-derive v0.7.4 |
1299 | 2025-02-01T00:12:23.357Z | Compiling crypto-common v0.1.6 |
1300 | 2025-02-01T00:12:23.607Z | Compiling block-buffer v0.10.4 |
1301 | 2025-02-01T00:12:23.609Z | Compiling thiserror-impl v1.0.69 |
1302 | 2025-02-01T00:12:23.701Z | Compiling zerovec-derive v0.10.3 |
1303 | 2025-02-01T00:12:23.815Z | Compiling futures-macro v0.3.31 |
1304 | 2025-02-01T00:12:23.889Z | Compiling digest v0.10.7 |
1305 | 2025-02-01T00:12:23.917Z | Compiling zerofrom v0.1.4 |
1306 | 2025-02-01T00:12:24.143Z | Compiling displaydoc v0.2.5 |
1307 | 2025-02-01T00:12:24.359Z | Compiling hmac v0.12.1 |
1308 | 2025-02-01T00:12:24.505Z | Compiling block-padding v0.3.3 |
1309 | 2025-02-01T00:12:24.642Z | Compiling sha2 v0.10.8 |
1310 | 2025-02-01T00:12:24.790Z | Compiling inout v0.1.3 |
1311 | 2025-02-01T00:12:25.083Z | Compiling cipher v0.4.4 |
1312 | 2025-02-01T00:12:25.294Z | Compiling yoke v0.7.4 |
1313 | 2025-02-01T00:12:25.608Z | Compiling icu_provider_macros v1.5.0 |
1314 | 2025-02-01T00:12:25.644Z | Compiling ppv-lite86 v0.2.20 |
1315 | 2025-02-01T00:12:25.693Z | Compiling der_derive v0.7.3 |
1316 | 2025-02-01T00:12:25.730Z | Compiling futures-util v0.3.31 |
1317 | 2025-02-01T00:12:26.227Z | Compiling zerovec v0.10.4 |
1318 | 2025-02-01T00:12:26.384Z | Compiling rand_chacha v0.3.1 |
1319 | 2025-02-01T00:12:26.621Z | Compiling thiserror v1.0.69 |
1320 | 2025-02-01T00:12:26.689Z | Compiling tracing-attributes v0.1.27 |
1321 | 2025-02-01T00:12:26.777Z | Compiling rand v0.8.5 |
1322 | 2025-02-01T00:12:28.016Z | Compiling tinystr v0.7.6 |
1323 | 2025-02-01T00:12:28.201Z | Compiling der v0.7.9 |
1324 | 2025-02-01T00:12:28.303Z | Compiling icu_collections v1.5.0 |
1325 | 2025-02-01T00:12:28.410Z | Compiling icu_locid v1.5.0 |
1326 | 2025-02-01T00:12:28.697Z | Compiling pest v2.7.14 |
1327 | 2025-02-01T00:12:28.760Z | Compiling salsa20 v0.10.2 |
1328 | 2025-02-01T00:12:29.006Z | Compiling pbkdf2 v0.12.2 |
1329 | 2025-02-01T00:12:29.172Z | Compiling icu_normalizer_data v1.5.0 |
1330 | 2025-02-01T00:12:29.292Z | Compiling powerfmt v0.2.0 |
1331 | 2025-02-01T00:12:29.640Z | Compiling icu_provider v1.5.0 |
1332 | 2025-02-01T00:12:29.741Z | Compiling num-conv v0.1.0 |
1333 | 2025-02-01T00:12:30.021Z | Compiling tracing v0.1.40 |
1334 | 2025-02-01T00:12:30.049Z | Compiling untrusted v0.7.1 |
1335 | 2025-02-01T00:12:30.243Z | Compiling spki v0.7.3 |
1336 | 2025-02-01T00:12:30.430Z | Compiling icu_locid_transform v1.5.0 |
1337 | 2025-02-01T00:12:30.537Z | Compiling utf16_iter v1.0.5 |
1338 | 2025-02-01T00:12:30.614Z | Compiling time-macros v0.2.18 |
1339 | 2025-02-01T00:12:30.634Z | Compiling deranged v0.3.11 |
1340 | 2025-02-01T00:12:30.750Z | Compiling scrypt v0.11.0 |
1341 | 2025-02-01T00:12:30.966Z | Compiling aes v0.8.4 |
1342 | 2025-02-01T00:12:31.282Z | Compiling cbc v0.1.2 |
1343 | 2025-02-01T00:12:31.514Z | Compiling pest_meta v2.7.14 |
1344 | 2025-02-01T00:12:31.789Z | Compiling icu_properties v1.5.1 |
1345 | 2025-02-01T00:12:32.023Z | Compiling openssl-sys v0.9.104 |
1346 | 2025-02-01T00:12:32.784Z | Compiling scroll_derive v0.12.0 |
1347 | 2025-02-01T00:12:33.500Z | Compiling bitflags v2.6.0 |
1348 | 2025-02-01T00:12:33.600Z | Compiling bytes v1.9.0 |
1349 | 2025-02-01T00:12:34.199Z | Compiling indexmap v2.7.1 |
1350 | 2025-02-01T00:12:34.233Z | Compiling semver v1.0.24 |
1351 | 2025-02-01T00:12:34.729Z | Compiling tokio v1.43.0 |
1352 | 2025-02-01T00:12:34.826Z | Compiling http v1.2.0 |
1353 | 2025-02-01T00:12:34.980Z | Compiling rustc_version v0.4.1 |
1354 | 2025-02-01T00:12:35.502Z | Compiling icu_normalizer v1.5.0 |
1355 | 2025-02-01T00:12:35.665Z | Compiling num_threads v0.1.7 |
1356 | 2025-02-01T00:12:35.808Z | Compiling atomic-waker v1.1.2 |
1357 | 2025-02-01T00:12:35.945Z | Compiling tinyvec_macros v0.1.1 |
1358 | 2025-02-01T00:12:36.009Z | Compiling time v0.3.36 |
1359 | 2025-02-01T00:12:36.053Z | Compiling tinyvec v1.8.0 |
1360 | 2025-02-01T00:12:36.406Z | Compiling idna_adapter v1.2.0 |
1361 | 2025-02-01T00:12:36.564Z | Compiling http-body v1.0.1 |
1362 | 2025-02-01T00:12:36.637Z | Compiling scroll v0.12.0 |
1363 | 2025-02-01T00:12:36.929Z | Compiling pest_generator v2.7.14 |
1364 | 2025-02-01T00:12:37.038Z | Compiling pkcs5 v0.7.1 |
1365 | 2025-02-01T00:12:37.174Z | Compiling form_urlencoded v1.2.1 |
1366 | 2025-02-01T00:12:37.269Z | Compiling slog v2.7.0 |
1367 | 2025-02-01T00:12:37.494Z | Compiling try-lock v0.2.5 |
1368 | 2025-02-01T00:12:37.575Z | Compiling which v4.4.2 |
1369 | 2025-02-01T00:12:37.655Z | Compiling pkcs8 v0.10.2 |
1370 | 2025-02-01T00:12:37.842Z | Compiling want v0.3.1 |
1371 | 2025-02-01T00:12:38.148Z | Compiling goblin v0.8.2 |
1372 | 2025-02-01T00:12:38.167Z | Compiling idna v1.0.3 |
1373 | 2025-02-01T00:12:38.312Z | Compiling uuid v1.12.0 |
1374 | 2025-02-01T00:12:38.655Z | Compiling httpdate v1.0.3 |
1375 | 2025-02-01T00:12:38.731Z | Compiling pest_derive v2.7.14 |
1376 | 2025-02-01T00:12:39.085Z | Compiling iana-time-zone v0.1.61 |
1377 | 2025-02-01T00:12:39.481Z | Compiling chrono v0.4.39 |
1378 | 2025-02-01T00:12:39.537Z | Compiling dtrace-parser v0.2.0 |
1379 | 2025-02-01T00:12:39.802Z | Compiling serde_tokenstream v0.2.2 |
1380 | 2025-02-01T00:12:40.393Z | Compiling serde_spanned v0.6.8 |
1381 | 2025-02-01T00:12:40.537Z | Compiling toml_datetime v0.6.8 |
1382 | 2025-02-01T00:12:40.621Z | Compiling adler2 v2.0.0 |
1383 | 2025-02-01T00:12:40.642Z | Compiling openssl v0.10.66 |
1384 | 2025-02-01T00:12:40.845Z | Compiling match_cfg v0.1.0 |
1385 | 2025-02-01T00:12:40.955Z | Compiling tower-service v0.3.3 |
1386 | 2025-02-01T00:12:41.028Z | Compiling base64 v0.22.1 |
1387 | 2025-02-01T00:12:41.059Z | Compiling rustversion v1.0.17 |
1388 | 2025-02-01T00:12:41.087Z | Compiling foreign-types-shared v0.1.1 |
1389 | 2025-02-01T00:12:41.219Z | Compiling foreign-types v0.3.2 |
1390 | 2025-02-01T00:12:41.359Z | Compiling hostname v0.3.1 |
1391 | 2025-02-01T00:12:41.488Z | Compiling miniz_oxide v0.8.0 |
1392 | 2025-02-01T00:12:41.575Z | Compiling url v2.5.3 |
1393 | 2025-02-01T00:12:41.896Z | Compiling async-trait v0.1.85 |
1394 | 2025-02-01T00:12:42.824Z | Compiling tokio-util v0.7.12 |
1395 | 2025-02-01T00:12:42.926Z | Compiling openssl-macros v0.1.1 |
1396 | 2025-02-01T00:12:42.970Z | Compiling serde_derive_internals v0.29.1 |
1397 | 2025-02-01T00:12:43.334Z | Compiling dirs-sys-next v0.1.2 |
1398 | 2025-02-01T00:12:43.665Z | Compiling data-encoding v2.6.0 |
1399 | 2025-02-01T00:12:43.910Z | Compiling h2 v0.4.6 |
1400 | 2025-02-01T00:12:44.092Z | Compiling dof v0.3.0 |
1401 | 2025-02-01T00:12:44.333Z | Compiling rustls v0.22.4 |
1402 | 2025-02-01T00:12:44.625Z | Compiling syn v1.0.109 |
1403 | 2025-02-01T00:12:45.225Z | Compiling usdt-impl v0.5.0 |
1404 | 2025-02-01T00:12:45.365Z | Compiling siphasher v0.3.11 |
1405 | 2025-02-01T00:12:45.738Z | Compiling native-tls v0.2.12 |
1406 | 2025-02-01T00:12:45.791Z | Compiling schemars v0.8.21 |
1407 | 2025-02-01T00:12:45.962Z | Compiling rustls v0.23.19 |
1408 | 2025-02-01T00:12:46.118Z | Compiling schemars_derive v0.8.21 |
1409 | 2025-02-01T00:12:46.280Z | Compiling dirs-next v2.0.0 |
1410 | 2025-02-01T00:12:46.602Z | Compiling unicode-normalization v0.1.24 |
1411 | 2025-02-01T00:12:47.410Z | Compiling http-body-util v0.1.2 |
1412 | 2025-02-01T00:12:47.721Z | Compiling heapless v0.7.17 |
1413 | 2025-02-01T00:12:47.749Z | Compiling crossbeam-epoch v0.9.18 |
1414 | 2025-02-01T00:12:47.885Z | Compiling sha1 v0.10.6 |
1415 | 2025-02-01T00:12:47.996Z | Compiling signature v2.2.0 |
1416 | 2025-02-01T00:12:48.141Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2025-02-01T00:12:48.286Z | Compiling thread_local v1.1.8 |
1418 | 2025-02-01T00:12:48.289Z | Compiling cookie v0.18.1 |
1419 | 2025-02-01T00:12:48.453Z | Compiling multer v3.1.0 |
1420 | 2025-02-01T00:12:48.589Z | Compiling encoding_rs v0.8.34 |
1421 | 2025-02-01T00:12:48.632Z | Compiling rayon-core v1.12.1 |
1422 | 2025-02-01T00:12:48.739Z | Compiling unicode-bidi v0.3.17 |
1423 | 2025-02-01T00:12:48.771Z | Compiling dyn-clone v1.0.17 |
1424 | 2025-02-01T00:12:48.903Z | Compiling unicode-properties v0.1.3 |
1425 | 2025-02-01T00:12:48.986Z | Compiling signal-hook v0.3.17 |
1426 | 2025-02-01T00:12:49.179Z | Compiling slog-async v2.8.0 |
1427 | 2025-02-01T00:12:49.262Z | Compiling ipnet v2.10.1 |
1428 | 2025-02-01T00:12:49.297Z | Compiling gimli v0.31.1 |
1429 | 2025-02-01T00:12:49.693Z | Compiling mime v0.3.17 |
1430 | 2025-02-01T00:12:50.051Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-02-01T00:12:50.284Z | Compiling stringprep v0.1.5 |
1432 | 2025-02-01T00:12:50.433Z | Compiling toml_edit v0.22.22 |
1433 | 2025-02-01T00:12:51.377Z | Compiling hyper v1.5.2 |
1434 | 2025-02-01T00:12:53.479Z | Compiling addr2line v0.24.2 |
1435 | 2025-02-01T00:12:53.761Z | Compiling hyper-util v0.1.10 |
1436 | 2025-02-01T00:12:54.089Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2025-02-01T00:12:54.166Z | Compiling usdt-macro v0.5.0 |
1438 | 2025-02-01T00:12:54.218Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2025-02-01T00:12:54.412Z | Compiling term v0.7.0 |
1440 | 2025-02-01T00:12:55.535Z | Compiling slog-json v2.6.1 |
1441 | 2025-02-01T00:12:55.645Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2025-02-01T00:12:55.690Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2025-02-01T00:12:55.708Z | Compiling crossbeam-channel v0.5.13 |
1444 | 2025-02-01T00:12:55.881Z | Compiling enum-as-inner v0.6.1 |
1445 | 2025-02-01T00:12:56.158Z | Compiling futures-executor v0.3.31 |
1446 | 2025-02-01T00:12:56.370Z | Compiling md-5 v0.10.6 |
1447 | 2025-02-01T00:12:56.575Z | Compiling async-stream-impl v0.3.6 |
1448 | 2025-02-01T00:12:56.624Z | Compiling rustls-pemfile v2.2.0 |
1449 | 2025-02-01T00:12:56.658Z | Compiling num-integer v0.1.46 |
1450 | 2025-02-01T00:12:56.724Z | Compiling hash32 v0.2.1 |
1451 | 2025-02-01T00:12:56.876Z | Compiling ff v0.13.0 |
1452 | 2025-02-01T00:12:56.937Z | Compiling is-terminal v0.4.13 |
1453 | 2025-02-01T00:12:57.082Z | Compiling object v0.36.5 |
1454 | 2025-02-01T00:12:57.101Z | Compiling dropshot v0.12.0 |
1455 | 2025-02-01T00:12:57.119Z | Compiling base16ct v0.2.0 |
1456 | 2025-02-01T00:12:57.369Z | Compiling rustc-demangle v0.1.24 |
1457 | 2025-02-01T00:12:57.390Z | Compiling smoltcp v0.9.1 |
1458 | 2025-02-01T00:12:57.428Z | Compiling litrs v0.4.1 |
1459 | 2025-02-01T00:12:57.870Z | Compiling psl-types v2.0.11 |
1460 | 2025-02-01T00:12:57.888Z | Compiling fallible-iterator v0.2.0 |
1461 | 2025-02-01T00:12:58.017Z | Compiling anyhow v1.0.95 |
1462 | 2025-02-01T00:12:58.073Z | Compiling num-bigint-dig v0.8.4 |
1463 | 2025-02-01T00:12:58.278Z | Compiling take_mut v0.2.2 |
1464 | 2025-02-01T00:12:58.377Z | Compiling linked-hash-map v0.5.6 |
1465 | 2025-02-01T00:12:58.453Z | Compiling portable-atomic v1.9.0 |
1466 | 2025-02-01T00:12:58.554Z | Compiling utf-8 v0.7.6 |
1467 | 2025-02-01T00:12:58.558Z | Compiling quick-error v1.2.3 |
1468 | 2025-02-01T00:12:58.718Z | Compiling resolv-conf v0.7.0 |
1469 | 2025-02-01T00:12:58.739Z | Compiling lru-cache v0.1.2 |
1470 | 2025-02-01T00:12:58.854Z | Compiling tungstenite v0.24.0 |
1471 | 2025-02-01T00:12:58.945Z | Compiling document-features v0.2.10 |
1472 | 2025-02-01T00:12:58.973Z | Compiling postgres-protocol v0.6.7 |
1473 | 2025-02-01T00:12:59.528Z | Compiling publicsuffix v2.3.0 |
1474 | 2025-02-01T00:12:59.877Z | Compiling async-stream v0.3.6 |
1475 | 2025-02-01T00:13:00.189Z | Compiling sec1 v0.7.3 |
1476 | 2025-02-01T00:13:00.249Z | Compiling num-iter v0.1.45 |
1477 | 2025-02-01T00:13:00.269Z | Compiling group v0.13.0 |
1478 | 2025-02-01T00:13:00.456Z | Compiling slog-term v2.9.1 |
1479 | 2025-02-01T00:13:00.603Z | Compiling usdt v0.5.0 |
1480 | 2025-02-01T00:13:00.720Z | Compiling hickory-proto v0.24.2 |
1481 | 2025-02-01T00:13:00.958Z | Compiling futures v0.3.31 |
1482 | 2025-02-01T00:13:01.090Z | Compiling slog-bunyan v2.5.0 |
1483 | 2025-02-01T00:13:01.546Z | Compiling camino v1.1.9 |
1484 | 2025-02-01T00:13:01.546Z | Compiling toml v0.8.19 |
1485 | 2025-02-01T00:13:02.370Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2025-02-01T00:13:02.857Z | Compiling phf_shared v0.11.2 |
1487 | 2025-02-01T00:13:03.106Z | Compiling dropshot_endpoint v0.12.0 |
1488 | 2025-02-01T00:13:03.231Z | Compiling terminal_size v0.4.0 |
1489 | 2025-02-01T00:13:03.375Z | Compiling waitgroup v0.1.2 |
1490 | 2025-02-01T00:13:03.469Z | Compiling backtrace v0.3.74 |
1491 | 2025-02-01T00:13:03.520Z | Compiling openapiv3 v2.0.0 |
1492 | 2025-02-01T00:13:03.588Z | Compiling serde_path_to_error v0.1.16 |
1493 | 2025-02-01T00:13:04.062Z | Compiling hkdf v0.12.4 |
1494 | 2025-02-01T00:13:04.340Z | Compiling crypto-bigint v0.5.5 |
1495 | 2025-02-01T00:13:04.366Z | Compiling zerocopy-derive v0.6.6 |
1496 | 2025-02-01T00:13:06.355Z | Compiling curve25519-dalek-derive v0.1.1 |
1497 | 2025-02-01T00:13:06.460Z | Compiling webpki-roots v0.26.6 |
1498 | 2025-02-01T00:13:06.690Z | Compiling hostname v0.4.0 |
1499 | 2025-02-01T00:13:06.905Z | Compiling fs-err v2.11.0 |
1500 | 2025-02-01T00:13:07.202Z | Compiling crc32fast v1.4.2 |
1501 | 2025-02-01T00:13:07.404Z | Compiling ahash v0.8.11 |
1502 | 2025-02-01T00:13:07.517Z | Compiling winnow v0.5.40 |
1503 | 2025-02-01T00:13:07.520Z | Compiling hubpack_derive v0.1.1 |
1504 | 2025-02-01T00:13:07.560Z | Compiling newtype-uuid v1.2.1 |
1505 | 2025-02-01T00:13:07.704Z | Compiling debug-ignore v1.0.5 |
1506 | 2025-02-01T00:13:07.732Z | Compiling managed v0.8.0 |
1507 | 2025-02-01T00:13:07.855Z | Compiling bitflags v1.3.2 |
1508 | 2025-02-01T00:13:07.876Z | Compiling unicode-width v0.2.0 |
1509 | 2025-02-01T00:13:07.979Z | Compiling strum_macros v0.25.3 |
1510 | 2025-02-01T00:13:08.380Z | Compiling hubpack v0.1.2 |
1511 | 2025-02-01T00:13:08.405Z | Compiling console v0.15.10 |
1512 | 2025-02-01T00:13:08.918Z | Compiling clap_builder v4.5.27 |
1513 | 2025-02-01T00:13:10.061Z | Compiling flate2 v1.0.35 |
1514 | 2025-02-01T00:13:10.167Z | Compiling elliptic-curve v0.13.8 |
1515 | 2025-02-01T00:13:10.514Z | Compiling zerocopy v0.6.6 |
1516 | 2025-02-01T00:13:10.975Z | Compiling toml_edit v0.19.15 |
1517 | 2025-02-01T00:13:10.978Z | Compiling hickory-resolver v0.24.2 |
1518 | 2025-02-01T00:13:11.274Z | Compiling phf v0.11.2 |
1519 | 2025-02-01T00:13:11.553Z | Compiling signal-hook-mio v0.2.4 |
1520 | 2025-02-01T00:13:11.661Z | Compiling hyper-tls v0.6.0 |
1521 | 2025-02-01T00:13:11.733Z | Compiling rayon v1.10.0 |
1522 | 2025-02-01T00:13:11.771Z | Compiling cookie_store v0.21.1 |
1523 | 2025-02-01T00:13:12.052Z | Compiling bzip2 v0.4.4 |
1524 | 2025-02-01T00:13:13.262Z | Compiling tokio-tungstenite v0.24.0 |
1525 | 2025-02-01T00:13:13.804Z | Compiling postgres-types v0.2.8 |
1526 | 2025-02-01T00:13:16.048Z | Compiling ed25519 v2.2.3 |
1527 | 2025-02-01T00:13:16.457Z | Compiling phf_shared v0.10.0 |
1528 | 2025-02-01T00:13:16.783Z | Compiling tokio-stream v0.1.16 |
1529 | 2025-02-01T00:13:16.804Z | Compiling pkcs1 v0.7.5 |
1530 | 2025-02-01T00:13:17.048Z | Compiling serde-big-array v0.5.1 |
1531 | 2025-02-01T00:13:17.303Z | Compiling clap_derive v4.5.24 |
1532 | 2025-02-01T00:13:17.688Z | Compiling rfc6979 v0.4.0 |
1533 | 2025-02-01T00:13:17.728Z | Compiling derive-where v1.2.7 |
1534 | 2025-02-01T00:13:17.732Z | Compiling serde_repr v0.1.19 |
1535 | 2025-02-01T00:13:17.881Z | Compiling float-cmp v0.9.0 |
1536 | 2025-02-01T00:13:17.907Z | Compiling bstr v1.10.0 |
1537 | 2025-02-01T00:13:18.083Z | Compiling sync_wrapper v1.0.1 |
1538 | 2025-02-01T00:13:18.111Z | Compiling bit-vec v0.6.3 |
1539 | 2025-02-01T00:13:18.249Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2025-02-01T00:13:18.396Z | Compiling unicode-segmentation v1.12.0 |
1541 | 2025-02-01T00:13:18.511Z | Compiling predicates-core v1.0.8 |
1542 | 2025-02-01T00:13:18.841Z | Compiling difflib v0.4.0 |
1543 | 2025-02-01T00:13:18.865Z | Compiling number_prefix v0.4.0 |
1544 | 2025-02-01T00:13:19.105Z | Compiling fixedbitset v0.4.2 |
1545 | 2025-02-01T00:13:19.290Z | Compiling whoami v1.5.2 |
1546 | 2025-02-01T00:13:19.469Z | Compiling precomputed-hash v0.1.1 |
1547 | 2025-02-01T00:13:19.590Z | Compiling static_assertions v1.1.0 |
1548 | 2025-02-01T00:13:19.627Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2025-02-01T00:13:19.710Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1550 | 2025-02-01T00:13:19.739Z | Compiling string_cache v0.8.7 |
1551 | 2025-02-01T00:13:19.889Z | Compiling tokio-postgres v0.7.12 |
1552 | 2025-02-01T00:13:20.163Z | Compiling petgraph v0.6.5 |
1553 | 2025-02-01T00:13:20.261Z | Compiling predicates v3.1.2 |
1554 | 2025-02-01T00:13:20.898Z | Compiling similar v2.6.0 |
1555 | 2025-02-01T00:13:21.731Z | Compiling indicatif v0.17.11 |
1556 | 2025-02-01T00:13:21.840Z | Compiling clap v4.5.27 |
1557 | 2025-02-01T00:13:21.974Z | Compiling bit-set v0.5.3 |
1558 | 2025-02-01T00:13:22.267Z | Compiling ecdsa v0.16.9 |
1559 | 2025-02-01T00:13:23.080Z | Compiling rsa v0.9.6 |
1560 | 2025-02-01T00:13:23.101Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2025-02-01T00:13:23.623Z | Compiling toml v0.7.8 |
1562 | 2025-02-01T00:13:23.772Z | Compiling zip v0.6.6 |
1563 | 2025-02-01T00:13:24.388Z | Compiling crossterm v0.28.1 |
1564 | 2025-02-01T00:13:25.702Z | Compiling hex v0.4.3 |
1565 | 2025-02-01T00:13:25.911Z | Compiling x509-cert v0.2.5 |
1566 | 2025-02-01T00:13:25.933Z | Compiling itertools v0.10.5 |
1567 | 2025-02-01T00:13:25.953Z | Compiling unicode-xid v0.2.6 |
1568 | 2025-02-01T00:13:26.153Z | Compiling peg-runtime v0.8.3 |
1569 | 2025-02-01T00:13:26.265Z | Compiling lalrpop-util v0.19.12 |
1570 | 2025-02-01T00:13:26.356Z | Compiling strum_macros v0.26.4 |
1571 | 2025-02-01T00:13:26.628Z | Compiling xattr v1.3.1 |
1572 | 2025-02-01T00:13:26.720Z | Compiling filetime v0.2.25 |
1573 | 2025-02-01T00:13:27.037Z | Compiling tar v0.4.42 |
1574 | 2025-02-01T00:13:31.002Z | Compiling strum v0.26.3 |
1575 | 2025-02-01T00:13:34.980Z | Compiling aws-lc-sys v0.22.0 |
1576 | 2025-02-01T00:14:02.315Z | Compiling rustls-webpki v0.102.8 |
1577 | 2025-02-01T00:14:05.517Z | Compiling tokio-rustls v0.25.0 |
1578 | 2025-02-01T00:14:07.152Z | Compiling tokio-rustls v0.26.0 |
1579 | 2025-02-01T00:14:07.422Z | Compiling hyper-rustls v0.27.3 |
1580 | 2025-02-01T00:14:07.727Z | Compiling reqwest v0.12.9 |
1581 | 2025-02-01T00:14:09.219Z | Compiling qorb v0.2.1 |
1582 | 2025-02-01T00:14:12.238Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2025-02-01T00:14:12.479Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1584 | 2025-02-01T00:14:16.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1585 | 2025-02-01T00:14:17.082Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1586 | 2025-02-01T00:14:17.130Z | Feb 01 00:14:16.321 INFO Starting download, target: Clickhouse |
1587 | 2025-02-01T00:14:17.130Z | Feb 01 00:14:16.321 INFO Starting download, target: Console |
1588 | 2025-02-01T00:14:17.130Z | Feb 01 00:14:16.321 INFO Starting download, target: Cockroach |
1589 | 2025-02-01T00:14:17.130Z | Feb 01 00:14:16.321 INFO Starting download, target: DendriteOpenapi |
1590 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.321 INFO Starting download, target: DendriteStub |
1591 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.321 INFO Starting download, target: MaghemiteMgd |
1592 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.321 INFO Starting download, target: TransceiverControl |
1593 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1594 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1595 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1596 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1597 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1598 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1599 | 2025-02-01T00:14:17.133Z | Feb 01 00:14:16.322 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1600 | 2025-02-01T00:14:17.323Z | Feb 01 00:14:16.499 INFO Download complete, target: DendriteOpenapi |
1601 | 2025-02-01T00:14:17.487Z | Feb 01 00:14:16.633 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2025-02-01T00:14:17.754Z | Feb 01 00:14:16.859 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1603 | 2025-02-01T00:14:17.937Z | Feb 01 00:14:17.120 INFO Download complete, target: TransceiverControl |
1604 | 2025-02-01T00:14:17.983Z | Feb 01 00:14:17.169 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1605 | 2025-02-01T00:14:18.046Z | Feb 01 00:14:17.230 INFO Download complete, target: Console |
1606 | 2025-02-01T00:14:18.100Z | Feb 01 00:14:17.287 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1607 | 2025-02-01T00:14:18.528Z | Feb 01 00:14:17.719 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2025-02-01T00:14:18.528Z | Feb 01 00:14:17.719 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2025-02-01T00:14:19.013Z | Feb 01 00:14:18.204 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1610 | 2025-02-01T00:14:20.862Z | Feb 01 00:14:20.052 INFO Download complete, target: DendriteStub |
1611 | 2025-02-01T00:14:21.034Z | Feb 01 00:14:20.224 INFO Download complete, target: MaghemiteMgd |
1612 | 2025-02-01T00:14:26.082Z | Feb 01 00:14:25.268 INFO Checking that binary works, target: Cockroach |
1613 | 2025-02-01T00:14:26.246Z | Feb 01 00:14:25.423 INFO Download complete, target: Cockroach |
1614 | 2025-02-01T00:14:31.730Z | Feb 01 00:14:30.919 INFO Checking that binary works, target: Clickhouse |
1615 | 2025-02-01T00:14:31.840Z | Feb 01 00:14:31.030 INFO Download complete, target: Clickhouse |
1616 | 2025-02-01T00:14:31.861Z | All builder prerequisites installed successfully, and PATH looks valid |
1617 | 2025-02-01T00:14:31.864Z | |
1618 | 2025-02-01T00:14:31.864Z | real 5:51.548888762 |
1619 | 2025-02-01T00:14:31.864Z | user 15:43.146555582 |
1620 | 2025-02-01T00:14:31.864Z | sys 2:03.787272693 |
1621 | 2025-02-01T00:14:31.864Z | trap 0.571326959 |
1622 | 2025-02-01T00:14:31.864Z | tflt 1.508970339 |
1623 | 2025-02-01T00:14:31.864Z | dflt 1.726570035 |
1624 | 2025-02-01T00:14:31.864Z | kflt 0.028945141 |
1625 | 2025-02-01T00:14:31.864Z | lock 24:48.875389317 |
1626 | 2025-02-01T00:14:31.864Z | slp 57:02.149650125 |
1627 | 2025-02-01T00:14:31.864Z | lat 1:01.349286485 |
1628 | 2025-02-01T00:14:31.864Z | stop 2:22.363744736 |
1629 | 2025-02-01T00:14:31.864Z | + banner hack-check |
1630 | 2025-02-01T00:14:31.867Z | |
1631 | 2025-02-01T00:14:31.867Z | # # ## #### # # #### # # ###### #### # # |
1632 | 2025-02-01T00:14:31.867Z | # # # # # # # # # # # # # # # # # |
1633 | 2025-02-01T00:14:31.867Z | ###### # # # #### ##### # ###### ##### # #### |
1634 | 2025-02-01T00:14:31.867Z | # # ###### # # # # # # # # # # |
1635 | 2025-02-01T00:14:31.867Z | # # # # # # # # # # # # # # # # # |
1636 | 2025-02-01T00:14:31.867Z | # # # # #### # # #### # # ###### #### # # |
1637 | 2025-02-01T00:14:31.867Z | |
1638 | 2025-02-01T00:14:31.867Z | + export CARGO_INCREMENTAL=0 |
1639 | 2025-02-01T00:14:31.867Z | + CARGO_INCREMENTAL=0 |
1640 | 2025-02-01T00:14:31.867Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1641 | 2025-02-01T00:14:32.390Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1642 | 2025-02-01T00:14:35.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
1643 | 2025-02-01T00:14:35.285Z | Running `target/debug/xtask check-features --ci` |
1644 | 2025-02-01T00:14:35.307Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1645 | 2025-02-01T00:14:35.310Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1646 | 2025-02-01T00:14:35.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1647 | 2025-02-01T00:14:35.765Z | Running `target/debug/xtask download cargo-hack` |
1648 | 2025-02-01T00:14:36.577Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1649 | 2025-02-01T00:14:36.945Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1650 | 2025-02-01T00:14:40.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
1651 | 2025-02-01T00:14:40.798Z | Running `target/debug/xtask-downloader cargo-hack` |
1652 | 2025-02-01T00:14:40.835Z | Feb 01 00:14:40.024 INFO Starting download, target: CargoHack |
1653 | 2025-02-01T00:14:40.837Z | Feb 01 00:14:40.025 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1654 | 2025-02-01T00:14:41.327Z | Feb 01 00:14:40.516 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1655 | 2025-02-01T00:14:41.417Z | Feb 01 00:14:40.607 INFO Download complete, target: CargoHack |
1656 | 2025-02-01T00:14:41.421Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1657 | 2025-02-01T00:14:41.437Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1658 | 2025-02-01T00:14:41.608Z | info: running `cargo check --bins` on api_identity (1/197) |
1659 | 2025-02-01T00:14:42.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-02-01T00:14:42.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-02-01T00:14:42.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-02-01T00:14:42.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1663 | 2025-02-01T00:14:42.200Z | |
1664 | 2025-02-01T00:14:42.200Z | info: running `cargo check --bins` on bootstore (2/197) |
1665 | 2025-02-01T00:14:42.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-02-01T00:14:42.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-02-01T00:14:42.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-02-01T00:14:42.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1669 | 2025-02-01T00:14:42.829Z | |
1670 | 2025-02-01T00:14:42.830Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1671 | 2025-02-01T00:14:43.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-02-01T00:14:43.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-02-01T00:14:43.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-02-01T00:14:43.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1675 | 2025-02-01T00:14:43.435Z | |
1676 | 2025-02-01T00:14:43.435Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1677 | 2025-02-01T00:14:43.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-02-01T00:14:43.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-02-01T00:14:43.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-02-01T00:14:43.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1681 | 2025-02-01T00:14:44.054Z | |
1682 | 2025-02-01T00:14:44.054Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1683 | 2025-02-01T00:14:44.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-02-01T00:14:44.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-02-01T00:14:44.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-02-01T00:14:44.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1687 | 2025-02-01T00:14:44.482Z | |
1688 | 2025-02-01T00:14:44.482Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1689 | 2025-02-01T00:14:44.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-02-01T00:14:44.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-02-01T00:14:44.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-02-01T00:14:44.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1693 | 2025-02-01T00:14:44.923Z | |
1694 | 2025-02-01T00:14:44.923Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1695 | 2025-02-01T00:14:45.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-02-01T00:14:45.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-02-01T00:14:45.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-02-01T00:14:45.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1699 | 2025-02-01T00:14:45.353Z | |
1700 | 2025-02-01T00:14:45.353Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1701 | 2025-02-01T00:14:45.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-02-01T00:14:45.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-02-01T00:14:45.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-02-01T00:14:45.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1705 | 2025-02-01T00:14:45.767Z | |
1706 | 2025-02-01T00:14:45.767Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1707 | 2025-02-01T00:14:46.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-02-01T00:14:46.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-02-01T00:14:46.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-02-01T00:14:46.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1711 | 2025-02-01T00:14:46.189Z | |
1712 | 2025-02-01T00:14:46.189Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1713 | 2025-02-01T00:14:46.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-02-01T00:14:46.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-02-01T00:14:46.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-02-01T00:14:46.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1717 | 2025-02-01T00:14:46.612Z | |
1718 | 2025-02-01T00:14:46.612Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1719 | 2025-02-01T00:14:46.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-02-01T00:14:46.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-02-01T00:14:46.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-02-01T00:14:46.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1723 | 2025-02-01T00:14:47.028Z | |
1724 | 2025-02-01T00:14:47.028Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1725 | 2025-02-01T00:14:47.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-02-01T00:14:47.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-02-01T00:14:47.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-02-01T00:14:47.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1729 | 2025-02-01T00:14:47.451Z | |
1730 | 2025-02-01T00:14:47.451Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1731 | 2025-02-01T00:14:47.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-02-01T00:14:47.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-02-01T00:14:47.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-02-01T00:14:47.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1735 | 2025-02-01T00:14:47.876Z | |
1736 | 2025-02-01T00:14:47.876Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1737 | 2025-02-01T00:14:48.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-02-01T00:14:48.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-02-01T00:14:48.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-02-01T00:14:48.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1741 | 2025-02-01T00:14:48.294Z | |
1742 | 2025-02-01T00:14:48.294Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1743 | 2025-02-01T00:14:48.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-02-01T00:14:48.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-02-01T00:14:48.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-02-01T00:14:48.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2025-02-01T00:14:48.720Z | |
1748 | 2025-02-01T00:14:48.720Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1749 | 2025-02-01T00:14:49.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-02-01T00:14:49.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-02-01T00:14:49.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-02-01T00:14:49.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2025-02-01T00:14:49.147Z | |
1754 | 2025-02-01T00:14:49.147Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1755 | 2025-02-01T00:14:49.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-02-01T00:14:49.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-02-01T00:14:49.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-02-01T00:14:49.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1759 | 2025-02-01T00:14:49.575Z | |
1760 | 2025-02-01T00:14:49.576Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1761 | 2025-02-01T00:14:49.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-02-01T00:14:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-02-01T00:14:49.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-02-01T00:14:49.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1765 | 2025-02-01T00:14:50.006Z | |
1766 | 2025-02-01T00:14:50.006Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1767 | 2025-02-01T00:14:50.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-02-01T00:14:50.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-02-01T00:14:50.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-02-01T00:14:50.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1771 | 2025-02-01T00:14:50.437Z | |
1772 | 2025-02-01T00:14:50.437Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1773 | 2025-02-01T00:14:50.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-02-01T00:14:50.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-02-01T00:14:50.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-02-01T00:14:50.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1777 | 2025-02-01T00:14:50.869Z | |
1778 | 2025-02-01T00:14:50.869Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1779 | 2025-02-01T00:14:51.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-02-01T00:14:51.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-02-01T00:14:51.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-02-01T00:14:51.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1783 | 2025-02-01T00:14:51.300Z | |
1784 | 2025-02-01T00:14:51.300Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1785 | 2025-02-01T00:14:51.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-02-01T00:14:51.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-02-01T00:14:51.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-02-01T00:14:51.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1789 | 2025-02-01T00:14:51.728Z | |
1790 | 2025-02-01T00:14:51.728Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1791 | 2025-02-01T00:14:52.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-02-01T00:14:52.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-02-01T00:14:52.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-02-01T00:14:52.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1795 | 2025-02-01T00:14:52.160Z | |
1796 | 2025-02-01T00:14:52.160Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1797 | 2025-02-01T00:14:52.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-02-01T00:14:52.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-02-01T00:14:52.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-02-01T00:14:52.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1801 | 2025-02-01T00:14:52.593Z | |
1802 | 2025-02-01T00:14:52.593Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1803 | 2025-02-01T00:14:52.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-02-01T00:14:52.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-02-01T00:14:52.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-02-01T00:14:52.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1807 | 2025-02-01T00:14:53.026Z | |
1808 | 2025-02-01T00:14:53.026Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1809 | 2025-02-01T00:14:53.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-02-01T00:14:53.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-02-01T00:14:53.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-02-01T00:14:53.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1813 | 2025-02-01T00:14:53.444Z | |
1814 | 2025-02-01T00:14:53.444Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1815 | 2025-02-01T00:14:53.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-02-01T00:14:53.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-02-01T00:14:53.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-02-01T00:14:53.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1819 | 2025-02-01T00:14:53.874Z | |
1820 | 2025-02-01T00:14:53.874Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1821 | 2025-02-01T00:14:54.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-02-01T00:14:54.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-02-01T00:14:54.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-02-01T00:14:54.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1825 | 2025-02-01T00:14:54.301Z | |
1826 | 2025-02-01T00:14:54.301Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1827 | 2025-02-01T00:14:54.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-02-01T00:14:54.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-02-01T00:14:54.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-02-01T00:14:54.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1831 | 2025-02-01T00:14:54.726Z | |
1832 | 2025-02-01T00:14:54.726Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1833 | 2025-02-01T00:14:55.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-02-01T00:14:55.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-02-01T00:14:55.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-02-01T00:14:55.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1837 | 2025-02-01T00:14:55.155Z | |
1838 | 2025-02-01T00:14:55.155Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1839 | 2025-02-01T00:14:55.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-02-01T00:14:55.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-02-01T00:14:55.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-02-01T00:14:55.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1843 | 2025-02-01T00:14:55.576Z | |
1844 | 2025-02-01T00:14:55.576Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1845 | 2025-02-01T00:14:55.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-02-01T00:14:55.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-02-01T00:14:55.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-02-01T00:14:55.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1849 | 2025-02-01T00:14:56.002Z | |
1850 | 2025-02-01T00:14:56.002Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1851 | 2025-02-01T00:14:56.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-02-01T00:14:56.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-02-01T00:14:56.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-02-01T00:14:56.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1855 | 2025-02-01T00:14:56.425Z | |
1856 | 2025-02-01T00:14:56.425Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1857 | 2025-02-01T00:14:56.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-02-01T00:14:56.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-02-01T00:14:56.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-02-01T00:14:56.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1861 | 2025-02-01T00:14:56.854Z | |
1862 | 2025-02-01T00:14:56.854Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1863 | 2025-02-01T00:14:57.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-02-01T00:14:57.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-02-01T00:14:57.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-02-01T00:14:57.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1867 | 2025-02-01T00:14:57.279Z | |
1868 | 2025-02-01T00:14:57.279Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1869 | 2025-02-01T00:14:57.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-02-01T00:14:57.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-02-01T00:14:57.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-02-01T00:14:57.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1873 | 2025-02-01T00:14:57.707Z | |
1874 | 2025-02-01T00:14:57.707Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1875 | 2025-02-01T00:14:58.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-02-01T00:14:58.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-02-01T00:14:58.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-02-01T00:14:58.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1879 | 2025-02-01T00:14:58.134Z | |
1880 | 2025-02-01T00:14:58.134Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1881 | 2025-02-01T00:14:58.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-02-01T00:14:58.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-02-01T00:14:58.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-02-01T00:14:58.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1885 | 2025-02-01T00:14:58.561Z | |
1886 | 2025-02-01T00:14:58.561Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1887 | 2025-02-01T00:14:58.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-02-01T00:14:58.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-02-01T00:14:58.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-02-01T00:14:58.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1891 | 2025-02-01T00:14:58.982Z | |
1892 | 2025-02-01T00:14:58.982Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1893 | 2025-02-01T00:14:59.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-02-01T00:14:59.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-02-01T00:14:59.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-02-01T00:14:59.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1897 | 2025-02-01T00:14:59.413Z | |
1898 | 2025-02-01T00:14:59.413Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1899 | 2025-02-01T00:14:59.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-02-01T00:14:59.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-02-01T00:14:59.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-02-01T00:14:59.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1903 | 2025-02-01T00:14:59.834Z | |
1904 | 2025-02-01T00:14:59.834Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1905 | 2025-02-01T00:15:00.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-02-01T00:15:00.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-02-01T00:15:00.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-02-01T00:15:00.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1909 | 2025-02-01T00:15:00.257Z | |
1910 | 2025-02-01T00:15:00.257Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1911 | 2025-02-01T00:15:00.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-02-01T00:15:00.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-02-01T00:15:00.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-02-01T00:15:00.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1915 | 2025-02-01T00:15:00.680Z | |
1916 | 2025-02-01T00:15:00.680Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1917 | 2025-02-01T00:15:01.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-02-01T00:15:01.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-02-01T00:15:01.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-02-01T00:15:01.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1921 | 2025-02-01T00:15:01.101Z | |
1922 | 2025-02-01T00:15:01.101Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1923 | 2025-02-01T00:15:01.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-02-01T00:15:01.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-02-01T00:15:01.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-02-01T00:15:01.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1927 | 2025-02-01T00:15:01.724Z | |
1928 | 2025-02-01T00:15:01.724Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1929 | 2025-02-01T00:15:02.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-02-01T00:15:02.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-02-01T00:15:02.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-02-01T00:15:02.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1933 | 2025-02-01T00:15:02.341Z | |
1934 | 2025-02-01T00:15:02.341Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1935 | 2025-02-01T00:15:18.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-02-01T00:15:18.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-02-01T00:15:18.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-02-01T00:15:18.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1939 | 2025-02-01T00:15:18.931Z | |
1940 | 2025-02-01T00:15:18.931Z | info: running `cargo check --bins` on oxlog (48/197) |
1941 | 2025-02-01T00:15:18.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-02-01T00:15:18.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-02-01T00:15:18.931Z | Checking cfg-if v1.0.0 |
1944 | 2025-02-01T00:15:18.932Z | Checking libc v0.2.169 |
1945 | 2025-02-01T00:15:18.932Z | Checking serde v1.0.217 |
1946 | 2025-02-01T00:15:18.932Z | Checking zeroize v1.8.1 |
1947 | 2025-02-01T00:15:18.932Z | Checking memchr v2.7.4 |
1948 | 2025-02-01T00:15:18.932Z | Checking typenum v1.17.0 |
1949 | 2025-02-01T00:15:18.932Z | Checking subtle v2.6.1 |
1950 | 2025-02-01T00:15:18.932Z | Checking scopeguard v1.2.0 |
1951 | 2025-02-01T00:15:18.932Z | Checking value-bag v1.9.0 |
1952 | 2025-02-01T00:15:18.932Z | Checking lock_api v0.4.12 |
1953 | 2025-02-01T00:15:18.932Z | Checking smallvec v1.13.2 |
1954 | 2025-02-01T00:15:18.932Z | Checking itoa v1.0.11 |
1955 | 2025-02-01T00:15:18.932Z | Checking log v0.4.22 |
1956 | 2025-02-01T00:15:18.932Z | Checking const-oid v0.9.6 |
1957 | 2025-02-01T00:15:18.932Z | Checking pin-project-lite v0.2.14 |
1958 | 2025-02-01T00:15:18.932Z | Checking byteorder v1.5.0 |
1959 | 2025-02-01T00:15:18.932Z | Checking once_cell v1.20.2 |
1960 | 2025-02-01T00:15:18.932Z | Checking futures-core v0.3.31 |
1961 | 2025-02-01T00:15:18.932Z | Checking stable_deref_trait v1.2.0 |
1962 | 2025-02-01T00:15:18.932Z | Checking cpufeatures v0.2.14 |
1963 | 2025-02-01T00:15:18.932Z | Checking futures-sink v0.3.31 |
1964 | 2025-02-01T00:15:18.932Z | Checking zerocopy v0.7.35 |
1965 | 2025-02-01T00:15:18.932Z | Checking getrandom v0.2.15 |
1966 | 2025-02-01T00:15:18.932Z | Checking signal-hook-registry v1.4.2 |
1967 | 2025-02-01T00:15:18.932Z | Checking parking_lot_core v0.9.10 |
1968 | 2025-02-01T00:15:18.932Z | Checking generic-array v0.14.7 |
1969 | 2025-02-01T00:15:18.932Z | Checking mio v1.0.2 |
1970 | 2025-02-01T00:15:18.932Z | Checking rand_core v0.6.4 |
1971 | 2025-02-01T00:15:18.932Z | Checking socket2 v0.5.7 |
1972 | 2025-02-01T00:15:18.932Z | Checking parking_lot v0.12.3 |
1973 | 2025-02-01T00:15:18.932Z | Checking zerofrom v0.1.4 |
1974 | 2025-02-01T00:15:18.932Z | Checking spin v0.9.8 |
1975 | 2025-02-01T00:15:18.932Z | Checking slab v0.4.9 |
1976 | 2025-02-01T00:15:18.932Z | Checking yoke v0.7.4 |
1977 | 2025-02-01T00:15:18.932Z | Checking futures-channel v0.3.31 |
1978 | 2025-02-01T00:15:18.932Z | Checking foldhash v0.1.3 |
1979 | 2025-02-01T00:15:18.932Z | Checking futures-task v0.3.31 |
1980 | 2025-02-01T00:15:18.933Z | Checking zerovec v0.10.4 |
1981 | 2025-02-01T00:15:19.038Z | Checking futures-io v0.3.31 |
1982 | 2025-02-01T00:15:19.038Z | Checking equivalent v1.0.1 |
1983 | 2025-02-01T00:15:19.038Z | Checking crypto-common v0.1.6 |
1984 | 2025-02-01T00:15:19.038Z | Checking block-buffer v0.10.4 |
1985 | 2025-02-01T00:15:19.038Z | Checking pin-utils v0.1.0 |
1986 | 2025-02-01T00:15:19.038Z | Checking allocator-api2 v0.2.18 |
1987 | 2025-02-01T00:15:19.038Z | Checking block-padding v0.3.3 |
1988 | 2025-02-01T00:15:19.039Z | Checking futures-util v0.3.31 |
1989 | 2025-02-01T00:15:19.039Z | Checking ryu v1.0.18 |
1990 | 2025-02-01T00:15:19.039Z | Checking litemap v0.7.3 |
1991 | 2025-02-01T00:15:19.039Z | Checking digest v0.10.7 |
1992 | 2025-02-01T00:15:19.039Z | Checking inout v0.1.3 |
1993 | 2025-02-01T00:15:19.039Z | Checking writeable v0.5.5 |
1994 | 2025-02-01T00:15:19.039Z | Checking fnv v1.0.7 |
1995 | 2025-02-01T00:15:19.039Z | Checking cipher v0.4.4 |
1996 | 2025-02-01T00:15:19.039Z | Checking hmac v0.12.1 |
1997 | 2025-02-01T00:15:19.039Z | Checking sha2 v0.10.8 |
1998 | 2025-02-01T00:15:19.039Z | Checking hashbrown v0.15.1 |
1999 | 2025-02-01T00:15:19.039Z | Checking libm v0.2.8 |
2000 | 2025-02-01T00:15:19.039Z | Checking base64ct v1.6.0 |
2001 | 2025-02-01T00:15:19.039Z | Checking ppv-lite86 v0.2.20 |
2002 | 2025-02-01T00:15:19.039Z | Checking icu_locid_transform_data v1.5.0 |
2003 | 2025-02-01T00:15:19.039Z | Checking pem-rfc7468 v0.7.0 |
2004 | 2025-02-01T00:15:19.039Z | Checking flagset v0.4.6 |
2005 | 2025-02-01T00:15:19.039Z | Checking tinystr v0.7.6 |
2006 | 2025-02-01T00:15:19.039Z | Checking der v0.7.9 |
2007 | 2025-02-01T00:15:19.039Z | Checking icu_collections v1.5.0 |
2008 | 2025-02-01T00:15:19.039Z | Checking rand_chacha v0.3.1 |
2009 | 2025-02-01T00:15:19.039Z | Checking num-traits v0.2.19 |
2010 | 2025-02-01T00:15:19.039Z | Checking tracing-core v0.1.32 |
2011 | 2025-02-01T00:15:19.040Z | Checking icu_locid v1.5.0 |
2012 | 2025-02-01T00:15:19.040Z | Checking thiserror v1.0.69 |
2013 | 2025-02-01T00:15:19.040Z | Checking icu_properties_data v1.5.0 |
2014 | 2025-02-01T00:15:19.040Z | Checking rustls-pki-types v1.10.0 |
2015 | 2025-02-01T00:15:19.040Z | Checking bytes v1.9.0 |
2016 | 2025-02-01T00:15:19.040Z | Checking indexmap v2.7.1 |
2017 | 2025-02-01T00:15:19.040Z | Checking serde_json v1.0.135 |
2018 | 2025-02-01T00:15:19.040Z | Checking icu_provider v1.5.0 |
2019 | 2025-02-01T00:15:19.040Z | Checking bitflags v2.6.0 |
2020 | 2025-02-01T00:15:19.040Z | Checking percent-encoding v2.3.1 |
2021 | 2025-02-01T00:15:19.040Z | Checking tokio v1.43.0 |
2022 | 2025-02-01T00:15:19.040Z | Checking http v1.2.0 |
2023 | 2025-02-01T00:15:19.040Z | Checking spki v0.7.3 |
2024 | 2025-02-01T00:15:19.040Z | Checking tracing v0.1.40 |
2025 | 2025-02-01T00:15:19.040Z | Checking icu_locid_transform v1.5.0 |
2026 | 2025-02-01T00:15:19.040Z | Checking rand v0.8.5 |
2027 | 2025-02-01T00:15:19.040Z | Checking salsa20 v0.10.2 |
2028 | 2025-02-01T00:15:19.040Z | Checking pbkdf2 v0.12.2 |
2029 | 2025-02-01T00:15:19.040Z | Checking aws-lc-sys v0.22.0 |
2030 | 2025-02-01T00:15:19.040Z | Checking httparse v1.9.5 |
2031 | 2025-02-01T00:15:19.040Z | Checking powerfmt v0.2.0 |
2032 | 2025-02-01T00:15:19.040Z | Checking utf16_iter v1.0.5 |
2033 | 2025-02-01T00:15:19.041Z | Checking icu_normalizer_data v1.5.0 |
2034 | 2025-02-01T00:15:19.041Z | Checking icu_properties v1.5.1 |
2035 | 2025-02-01T00:15:19.041Z | Checking mirai-annotations v1.12.0 |
2036 | 2025-02-01T00:15:19.041Z | Checking untrusted v0.7.1 |
2037 | 2025-02-01T00:15:19.041Z | Checking write16 v1.0.0 |
2038 | 2025-02-01T00:15:19.041Z | Checking utf8_iter v1.0.4 |
2039 | 2025-02-01T00:15:19.041Z | Checking untrusted v0.9.0 |
2040 | 2025-02-01T00:15:19.041Z | Checking deranged v0.3.11 |
2041 | 2025-02-01T00:15:19.041Z | Checking scrypt v0.11.0 |
2042 | 2025-02-01T00:15:19.041Z | Checking aes v0.8.4 |
2043 | 2025-02-01T00:15:19.041Z | Checking ring v0.17.8 |
2044 | 2025-02-01T00:15:19.041Z | Checking cbc v0.1.2 |
2045 | 2025-02-01T00:15:19.041Z | Checking crossbeam-utils v0.8.20 |
2046 | 2025-02-01T00:15:19.041Z | Checking time-core v0.1.2 |
2047 | 2025-02-01T00:15:19.041Z | Checking atomic-waker v1.1.2 |
2048 | 2025-02-01T00:15:19.041Z | Checking num_threads v0.1.7 |
2049 | 2025-02-01T00:15:19.041Z | Checking num-conv v0.1.0 |
2050 | 2025-02-01T00:15:19.041Z | Checking tinyvec_macros v0.1.1 |
2051 | 2025-02-01T00:15:19.041Z | Checking tinyvec v1.8.0 |
2052 | 2025-02-01T00:15:19.041Z | Checking http-body v1.0.1 |
2053 | 2025-02-01T00:15:19.041Z | Checking pkcs5 v0.7.1 |
2054 | 2025-02-01T00:15:19.041Z | Checking form_urlencoded v1.2.1 |
2055 | 2025-02-01T00:15:19.041Z | Checking aws-lc-rs v1.10.0 |
2056 | 2025-02-01T00:15:19.041Z | Checking time v0.3.36 |
2057 | 2025-02-01T00:15:19.042Z | Checking try-lock v0.2.5 |
2058 | 2025-02-01T00:15:19.042Z | Checking pkcs8 v0.10.2 |
2059 | 2025-02-01T00:15:19.042Z | Checking want v0.3.1 |
2060 | 2025-02-01T00:15:19.042Z | Checking uuid v1.12.0 |
2061 | 2025-02-01T00:15:19.042Z | Checking unicode-ident v1.0.14 |
2062 | 2025-02-01T00:15:19.042Z | Checking httpdate v1.0.3 |
2063 | 2025-02-01T00:15:19.042Z | Checking proc-macro2 v1.0.92 |
2064 | 2025-02-01T00:15:19.042Z | Checking serde_spanned v0.6.8 |
2065 | 2025-02-01T00:15:19.042Z | Checking toml_datetime v0.6.8 |
2066 | 2025-02-01T00:15:19.042Z | Checking slog v2.7.0 |
2067 | 2025-02-01T00:15:19.042Z | Checking scroll v0.12.0 |
2068 | 2025-02-01T00:15:19.042Z | Checking iana-time-zone v0.1.61 |
2069 | 2025-02-01T00:15:19.042Z | Checking match_cfg v0.1.0 |
2070 | 2025-02-01T00:15:19.042Z | Checking plain v0.2.3 |
2071 | 2025-02-01T00:15:19.042Z | Checking tower-service v0.3.3 |
2072 | 2025-02-01T00:15:19.042Z | Checking adler2 v2.0.0 |
2073 | 2025-02-01T00:15:19.042Z | Checking ucd-trie v0.1.7 |
2074 | 2025-02-01T00:15:19.042Z | Checking base64 v0.22.1 |
2075 | 2025-02-01T00:15:19.042Z | Checking foreign-types-shared v0.1.1 |
2076 | 2025-02-01T00:15:19.042Z | Checking rustls-webpki v0.102.8 |
2077 | 2025-02-01T00:15:19.042Z | Checking icu_normalizer v1.5.0 |
2078 | 2025-02-01T00:15:19.042Z | Checking miniz_oxide v0.8.0 |
2079 | 2025-02-01T00:15:19.042Z | Checking foreign-types v0.3.2 |
2080 | 2025-02-01T00:15:19.042Z | Checking pest v2.7.14 |
2081 | 2025-02-01T00:15:19.107Z | Checking goblin v0.8.2 |
2082 | 2025-02-01T00:15:19.107Z | Checking hostname v0.3.1 |
2083 | 2025-02-01T00:15:19.107Z | Checking chrono v0.4.39 |
2084 | 2025-02-01T00:15:19.107Z | Checking quote v1.0.38 |
2085 | 2025-02-01T00:15:19.107Z | Checking openssl-sys v0.9.104 |
2086 | 2025-02-01T00:15:19.107Z | Checking errno v0.3.9 |
2087 | 2025-02-01T00:15:19.107Z | Checking idna_adapter v1.2.0 |
2088 | 2025-02-01T00:15:19.107Z | Checking dirs-sys-next v0.1.2 |
2089 | 2025-02-01T00:15:19.107Z | Checking aho-corasick v1.1.3 |
2090 | 2025-02-01T00:15:19.107Z | Checking idna v1.0.3 |
2091 | 2025-02-01T00:15:19.107Z | Compiling newtype-uuid v1.2.1 |
2092 | 2025-02-01T00:15:19.107Z | Checking siphasher v0.3.11 |
2093 | 2025-02-01T00:15:19.107Z | Checking url v2.5.3 |
2094 | 2025-02-01T00:15:19.107Z | Checking data-encoding v2.6.0 |
2095 | 2025-02-01T00:15:19.107Z | Checking pretty-hex v0.4.1 |
2096 | 2025-02-01T00:15:19.107Z | Checking tokio-util v0.7.12 |
2097 | 2025-02-01T00:15:19.107Z | Checking regex-syntax v0.8.5 |
2098 | 2025-02-01T00:15:19.107Z | Checking openssl v0.10.66 |
2099 | 2025-02-01T00:15:19.107Z | Checking dirs-next v2.0.0 |
2100 | 2025-02-01T00:15:19.107Z | Checking syn v2.0.96 |
2101 | 2025-02-01T00:15:19.107Z | Checking rustix v0.38.37 |
2102 | 2025-02-01T00:15:19.108Z | Checking unicode-normalization v0.1.24 |
2103 | 2025-02-01T00:15:19.108Z | Checking dtrace-parser v0.2.0 |
2104 | 2025-02-01T00:15:19.108Z | Checking h2 v0.4.6 |
2105 | 2025-02-01T00:15:19.108Z | Checking http-body-util v0.1.2 |
2106 | 2025-02-01T00:15:19.108Z | Checking crossbeam-epoch v0.9.18 |
2107 | 2025-02-01T00:15:19.108Z | Checking sha1 v0.10.6 |
2108 | 2025-02-01T00:15:19.108Z | Checking signature v2.2.0 |
2109 | 2025-02-01T00:15:19.108Z | Checking thread-id v4.2.2 |
2110 | 2025-02-01T00:15:19.108Z | Checking thread_local v1.1.8 |
2111 | 2025-02-01T00:15:19.108Z | Checking encoding_rs v0.8.34 |
2112 | 2025-02-01T00:15:19.108Z | Checking unicode-properties v0.1.3 |
2113 | 2025-02-01T00:15:19.108Z | Checking anstyle v1.0.10 |
2114 | 2025-02-01T00:15:19.108Z | Checking dof v0.3.0 |
2115 | 2025-02-01T00:15:19.108Z | Checking ipnet v2.10.1 |
2116 | 2025-02-01T00:15:19.108Z | Checking regex-automata v0.4.8 |
2117 | 2025-02-01T00:15:19.108Z | Checking openssl-probe v0.1.5 |
2118 | 2025-02-01T00:15:19.108Z | Checking winnow v0.6.20 |
2119 | 2025-02-01T00:15:19.108Z | Checking utf8parse v0.2.2 |
2120 | 2025-02-01T00:15:19.143Z | Checking unicode-bidi v0.3.17 |
2121 | 2025-02-01T00:15:19.197Z | Checking either v1.13.0 |
2122 | 2025-02-01T00:15:19.533Z | Checking mime v0.3.17 |
2123 | 2025-02-01T00:15:19.662Z | Checking gimli v0.31.1 |
2124 | 2025-02-01T00:15:19.780Z | Checking stringprep v0.1.5 |
2125 | 2025-02-01T00:15:19.863Z | Checking anstyle-parse v0.2.5 |
2126 | 2025-02-01T00:15:20.067Z | Checking crossbeam-deque v0.8.5 |
2127 | 2025-02-01T00:15:20.160Z | Checking term v0.7.0 |
2128 | 2025-02-01T00:15:20.389Z | Checking rustls v0.22.4 |
2129 | 2025-02-01T00:15:20.548Z | Checking native-tls v0.2.12 |
2130 | 2025-02-01T00:15:20.594Z | Checking rustls v0.23.19 |
2131 | 2025-02-01T00:15:20.870Z | Checking slog-json v2.6.1 |
2132 | 2025-02-01T00:15:21.139Z | Checking serde_urlencoded v0.7.1 |
2133 | 2025-02-01T00:15:21.518Z | Checking crossbeam-channel v0.5.13 |
2134 | 2025-02-01T00:15:21.572Z | Checking toml_edit v0.22.22 |
2135 | 2025-02-01T00:15:21.735Z | Checking usdt-impl v0.5.0 |
2136 | 2025-02-01T00:15:22.238Z | Checking futures-executor v0.3.31 |
2137 | 2025-02-01T00:15:22.255Z | Checking num-integer v0.1.46 |
2138 | 2025-02-01T00:15:22.379Z | Checking hyper v1.5.2 |
2139 | 2025-02-01T00:15:22.462Z | Checking rustls-pemfile v2.2.0 |
2140 | 2025-02-01T00:15:22.687Z | Checking md-5 v0.10.6 |
2141 | 2025-02-01T00:15:22.718Z | Checking ff v0.13.0 |
2142 | 2025-02-01T00:15:22.924Z | Checking is-terminal v0.4.13 |
2143 | 2025-02-01T00:15:22.926Z | Checking memmap v0.7.0 |
2144 | 2025-02-01T00:15:22.956Z | Checking hash32 v0.2.1 |
2145 | 2025-02-01T00:15:23.055Z | Checking object v0.36.5 |
2146 | 2025-02-01T00:15:23.160Z | Checking fallible-iterator v0.2.0 |
2147 | 2025-02-01T00:15:23.257Z | Checking quick-error v1.2.3 |
2148 | 2025-02-01T00:15:23.373Z | Checking addr2line v0.24.2 |
2149 | 2025-02-01T00:15:23.406Z | Checking colorchoice v1.0.2 |
2150 | 2025-02-01T00:15:23.546Z | Checking psl-types v2.0.11 |
2151 | 2025-02-01T00:15:23.696Z | Checking rustc-demangle v0.1.24 |
2152 | 2025-02-01T00:15:23.716Z | Checking anstyle-query v1.1.1 |
2153 | 2025-02-01T00:15:23.766Z | Checking dyn-clone v1.0.17 |
2154 | 2025-02-01T00:15:23.852Z | Checking utf-8 v0.7.6 |
2155 | 2025-02-01T00:15:23.895Z | Checking linked-hash-map v0.5.6 |
2156 | 2025-02-01T00:15:23.913Z | Checking take_mut v0.2.2 |
2157 | 2025-02-01T00:15:24.055Z | Checking is_terminal_polyfill v1.70.1 |
2158 | 2025-02-01T00:15:24.058Z | Checking base16ct v0.2.0 |
2159 | 2025-02-01T00:15:24.120Z | Checking toml v0.8.19 |
2160 | 2025-02-01T00:15:24.145Z | Checking slog-async v2.8.0 |
2161 | 2025-02-01T00:15:24.182Z | Checking lru-cache v0.1.2 |
2162 | 2025-02-01T00:15:24.185Z | Checking anstream v0.6.15 |
2163 | 2025-02-01T00:15:24.262Z | Checking sec1 v0.7.3 |
2164 | 2025-02-01T00:15:24.304Z | Checking hyper-util v0.1.10 |
2165 | 2025-02-01T00:15:24.371Z | Checking tungstenite v0.24.0 |
2166 | 2025-02-01T00:15:24.435Z | Checking schemars v0.8.21 |
2167 | 2025-02-01T00:15:24.525Z | Checking postgres-protocol v0.6.7 |
2168 | 2025-02-01T00:15:24.644Z | Checking publicsuffix v2.3.0 |
2169 | 2025-02-01T00:15:24.791Z | Checking tokio-rustls v0.25.0 |
2170 | 2025-02-01T00:15:24.919Z | Checking resolv-conf v0.7.0 |
2171 | 2025-02-01T00:15:25.175Z | Checking heapless v0.7.17 |
2172 | 2025-02-01T00:15:25.178Z | Checking usdt v0.5.0 |
2173 | 2025-02-01T00:15:25.264Z | Checking slog-term v2.9.1 |
2174 | 2025-02-01T00:15:25.282Z | Checking group v0.13.0 |
2175 | 2025-02-01T00:15:25.449Z | Checking num-iter v0.1.45 |
2176 | 2025-02-01T00:15:25.518Z | Checking futures v0.3.31 |
2177 | 2025-02-01T00:15:25.633Z | Checking slog-bunyan v2.5.0 |
2178 | 2025-02-01T00:15:25.635Z | Checking tokio-native-tls v0.3.1 |
2179 | 2025-02-01T00:15:25.686Z | Checking tokio-rustls v0.26.0 |
2180 | 2025-02-01T00:15:25.730Z | Checking rayon-core v1.12.1 |
2181 | 2025-02-01T00:15:25.783Z | Checking multer v3.1.0 |
2182 | 2025-02-01T00:15:25.887Z | Checking terminal_size v0.4.0 |
2183 | 2025-02-01T00:15:25.935Z | Checking hickory-proto v0.24.2 |
2184 | 2025-02-01T00:15:26.058Z | Checking phf_shared v0.11.2 |
2185 | 2025-02-01T00:15:26.093Z | Checking cookie v0.18.1 |
2186 | 2025-02-01T00:15:26.174Z | Checking async-stream v0.3.6 |
2187 | 2025-02-01T00:15:26.237Z | Checking bzip2-sys v0.1.11+1.0.8 |
2188 | 2025-02-01T00:15:26.312Z | Checking camino v1.1.9 |
2189 | 2025-02-01T00:15:26.328Z | Checking signal-hook v0.3.17 |
2190 | 2025-02-01T00:15:26.364Z | Checking waitgroup v0.1.2 |
2191 | 2025-02-01T00:15:26.380Z | Checking openapiv3 v2.0.0 |
2192 | 2025-02-01T00:15:26.383Z | Checking webpki-roots v0.26.6 |
2193 | 2025-02-01T00:15:26.497Z | Checking serde_path_to_error v0.1.16 |
2194 | 2025-02-01T00:15:26.511Z | Checking hkdf v0.12.4 |
2195 | 2025-02-01T00:15:26.606Z | Checking crypto-bigint v0.5.5 |
2196 | 2025-02-01T00:15:26.666Z | Checking lazy_static v1.5.0 |
2197 | 2025-02-01T00:15:26.719Z | Checking hostname v0.4.0 |
2198 | 2025-02-01T00:15:26.794Z | Checking crc32fast v1.4.2 |
2199 | 2025-02-01T00:15:26.827Z | Checking unicode-width v0.2.0 |
2200 | 2025-02-01T00:15:26.862Z | Checking bitflags v1.3.2 |
2201 | 2025-02-01T00:15:26.965Z | Checking debug-ignore v1.0.5 |
2202 | 2025-02-01T00:15:27.026Z | Checking strsim v0.11.1 |
2203 | 2025-02-01T00:15:27.057Z | Checking winnow v0.5.40 |
2204 | 2025-02-01T00:15:27.110Z | Checking managed v0.8.0 |
2205 | 2025-02-01T00:15:27.353Z | Checking clap_lex v0.7.4 |
2206 | 2025-02-01T00:15:27.369Z | Checking console v0.15.10 |
2207 | 2025-02-01T00:15:27.547Z | Checking smoltcp v0.9.1 |
2208 | 2025-02-01T00:15:27.593Z | Checking clap_builder v4.5.27 |
2209 | 2025-02-01T00:15:27.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2210 | 2025-02-01T00:15:28.216Z | Checking flate2 v1.0.35 |
2211 | 2025-02-01T00:15:28.849Z | Checking num-bigint-dig v0.8.4 |
2212 | 2025-02-01T00:15:28.915Z | Checking backtrace v0.3.74 |
2213 | 2025-02-01T00:15:28.989Z | Checking signal-hook-mio v0.2.4 |
2214 | 2025-02-01T00:15:29.138Z | Checking hyper-rustls v0.27.3 |
2215 | 2025-02-01T00:15:29.331Z | Checking elliptic-curve v0.13.8 |
2216 | 2025-02-01T00:15:29.413Z | Checking dropshot v0.12.0 |
2217 | 2025-02-01T00:15:29.484Z | Checking cookie_store v0.21.1 |
2218 | 2025-02-01T00:15:29.500Z | Checking anyhow v1.0.95 |
2219 | 2025-02-01T00:15:29.847Z | Checking toml_edit v0.19.15 |
2220 | 2025-02-01T00:15:29.871Z | Checking rayon v1.10.0 |
2221 | 2025-02-01T00:15:29.923Z | Checking bzip2 v0.4.4 |
2222 | 2025-02-01T00:15:30.173Z | Checking phf v0.11.2 |
2223 | 2025-02-01T00:15:30.208Z | Checking hyper-tls v0.6.0 |
2224 | 2025-02-01T00:15:30.421Z | Checking tokio-tungstenite v0.24.0 |
2225 | 2025-02-01T00:15:30.474Z | Checking postgres-types v0.2.8 |
2226 | 2025-02-01T00:15:30.499Z | Checking regex v1.11.1 |
2227 | 2025-02-01T00:15:30.555Z | Checking hickory-resolver v0.24.2 |
2228 | 2025-02-01T00:15:30.837Z | Checking bstr v1.10.0 |
2229 | 2025-02-01T00:15:30.873Z | Checking ed25519 v2.2.3 |
2230 | 2025-02-01T00:15:31.064Z | Checking tokio-stream v0.1.16 |
2231 | 2025-02-01T00:15:31.135Z | Checking phf_shared v0.10.0 |
2232 | 2025-02-01T00:15:31.169Z | Checking curve25519-dalek v4.1.3 |
2233 | 2025-02-01T00:15:31.383Z | Checking zerocopy v0.6.6 |
2234 | 2025-02-01T00:15:31.697Z | Checking hubpack v0.1.2 |
2235 | 2025-02-01T00:15:31.840Z | Checking portable-atomic v1.9.0 |
2236 | 2025-02-01T00:15:32.008Z | Checking pkcs1 v0.7.5 |
2237 | 2025-02-01T00:15:32.011Z | Checking float-cmp v0.9.0 |
2238 | 2025-02-01T00:15:32.140Z | Checking serde-big-array v0.5.1 |
2239 | 2025-02-01T00:15:32.211Z | Checking rfc6979 v0.4.0 |
2240 | 2025-02-01T00:15:32.238Z | Checking sync_wrapper v1.0.1 |
2241 | 2025-02-01T00:15:32.347Z | Checking whoami v1.5.2 |
2242 | 2025-02-01T00:15:32.384Z | Checking static_assertions v1.1.0 |
2243 | 2025-02-01T00:15:32.400Z | Checking precomputed-hash v0.1.1 |
2244 | 2025-02-01T00:15:32.415Z | Checking fixedbitset v0.4.2 |
2245 | 2025-02-01T00:15:32.486Z | Checking difflib v0.4.0 |
2246 | 2025-02-01T00:15:32.518Z | Checking predicates-core v1.0.8 |
2247 | 2025-02-01T00:15:32.638Z | Checking unicode-segmentation v1.12.0 |
2248 | 2025-02-01T00:15:32.687Z | Checking number_prefix v0.4.0 |
2249 | 2025-02-01T00:15:32.704Z | Checking minimal-lexical v0.2.1 |
2250 | 2025-02-01T00:15:32.786Z | Checking new_debug_unreachable v1.0.6 |
2251 | 2025-02-01T00:15:32.806Z | Checking bit-vec v0.6.3 |
2252 | 2025-02-01T00:15:32.851Z | Checking normalize-line-endings v0.3.0 |
2253 | 2025-02-01T00:15:32.868Z | Checking qorb v0.2.1 |
2254 | 2025-02-01T00:15:32.881Z | Checking string_cache v0.8.7 |
2255 | 2025-02-01T00:15:32.898Z | Checking ed25519-dalek v2.1.1 |
2256 | 2025-02-01T00:15:32.969Z | Checking predicates v3.1.2 |
2257 | 2025-02-01T00:15:33.091Z | Checking nom v7.1.3 |
2258 | 2025-02-01T00:15:33.127Z | Checking bit-set v0.5.3 |
2259 | 2025-02-01T00:15:33.162Z | Checking petgraph v0.6.5 |
2260 | 2025-02-01T00:15:33.277Z | Checking indicatif v0.17.11 |
2261 | 2025-02-01T00:15:33.293Z | Checking similar v2.6.0 |
2262 | 2025-02-01T00:15:33.308Z | Checking tokio-postgres v0.7.12 |
2263 | 2025-02-01T00:15:33.358Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2264 | 2025-02-01T00:15:33.582Z | Checking rsa v0.9.6 |
2265 | 2025-02-01T00:15:34.005Z | Checking ecdsa v0.16.9 |
2266 | 2025-02-01T00:15:34.100Z | Checking reqwest v0.12.9 |
2267 | 2025-02-01T00:15:34.539Z | Checking toml v0.7.8 |
2268 | 2025-02-01T00:15:34.723Z | Checking clap v4.5.27 |
2269 | 2025-02-01T00:15:34.844Z | Checking zip v0.6.6 |
2270 | 2025-02-01T00:15:35.229Z | Checking crossterm v0.28.1 |
2271 | 2025-02-01T00:15:35.272Z | Checking itertools v0.12.1 |
2272 | 2025-02-01T00:15:35.473Z | Checking itertools v0.10.5 |
2273 | 2025-02-01T00:15:35.698Z | Checking fs-err v2.11.0 |
2274 | 2025-02-01T00:15:35.879Z | Checking ahash v0.8.11 |
2275 | 2025-02-01T00:15:36.197Z | Checking x509-cert v0.2.5 |
2276 | 2025-02-01T00:15:36.221Z | Checking semver v1.0.24 |
2277 | 2025-02-01T00:15:36.298Z | Checking hex v0.4.3 |
2278 | 2025-02-01T00:15:36.350Z | Checking peg-runtime v0.8.3 |
2279 | 2025-02-01T00:15:36.584Z | Checking lalrpop-util v0.19.12 |
2280 | 2025-02-01T00:15:36.634Z | Checking sigpipe v0.1.3 |
2281 | 2025-02-01T00:15:37.800Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2282 | 2025-02-01T00:15:38.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.14s |
2283 | 2025-02-01T00:15:38.277Z | |
2284 | 2025-02-01T00:15:38.277Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2285 | 2025-02-01T00:15:38.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2025-02-01T00:15:38.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2025-02-01T00:15:38.913Z | Compiling hashbrown v0.14.5 |
2288 | 2025-02-01T00:15:39.035Z | Checking heck v0.5.0 |
2289 | 2025-02-01T00:15:39.049Z | Compiling unsafe-libyaml v0.2.11 |
2290 | 2025-02-01T00:15:39.064Z | Checking ipnetwork v0.20.0 |
2291 | 2025-02-01T00:15:39.076Z | Compiling ident_case v1.0.1 |
2292 | 2025-02-01T00:15:39.092Z | Checking progenitor-client v0.8.0 |
2293 | 2025-02-01T00:15:39.107Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2294 | 2025-02-01T00:15:39.202Z | Checking newtype-uuid v1.2.1 |
2295 | 2025-02-01T00:15:39.243Z | Compiling darling_core v0.20.10 |
2296 | 2025-02-01T00:15:39.398Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2297 | 2025-02-01T00:15:39.419Z | Compiling proc-macro-crate v1.3.1 |
2298 | 2025-02-01T00:15:39.455Z | Compiling structmeta-derive v0.3.0 |
2299 | 2025-02-01T00:15:39.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2300 | 2025-02-01T00:15:39.780Z | Compiling thiserror v2.0.11 |
2301 | 2025-02-01T00:15:39.823Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2302 | 2025-02-01T00:15:39.967Z | Checking regress v0.10.1 |
2303 | 2025-02-01T00:15:40.371Z | Compiling serde_yaml v0.9.34+deprecated |
2304 | 2025-02-01T00:15:40.764Z | Compiling num_enum_derive v0.5.11 |
2305 | 2025-02-01T00:15:40.865Z | Compiling lzma-sys v0.1.20 |
2306 | 2025-02-01T00:15:41.045Z | Compiling thiserror-impl v2.0.11 |
2307 | 2025-02-01T00:15:41.607Z | Compiling foreign-types-macros v0.2.3 |
2308 | 2025-02-01T00:15:42.056Z | Compiling structmeta v0.3.0 |
2309 | 2025-02-01T00:15:42.448Z | Compiling dropshot v0.15.1 |
2310 | 2025-02-01T00:15:42.745Z | Checking foreign-types-shared v0.3.1 |
2311 | 2025-02-01T00:15:42.834Z | Checking arc-swap v1.7.1 |
2312 | 2025-02-01T00:15:42.863Z | Checking foreign-types v0.5.0 |
2313 | 2025-02-01T00:15:43.051Z | Compiling parse-display-derive v0.10.0 |
2314 | 2025-02-01T00:15:43.081Z | Checking num_enum v0.5.11 |
2315 | 2025-02-01T00:15:43.242Z | Checking slog-scope v4.4.0 |
2316 | 2025-02-01T00:15:43.298Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2317 | 2025-02-01T00:15:43.444Z | Compiling proc-macro-error v1.0.4 |
2318 | 2025-02-01T00:15:43.481Z | Checking typify-impl v0.2.0 |
2319 | 2025-02-01T00:15:44.054Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2320 | 2025-02-01T00:15:44.164Z | Checking tungstenite v0.21.0 |
2321 | 2025-02-01T00:15:44.181Z | Compiling heck v0.3.3 |
2322 | 2025-02-01T00:15:44.488Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2323 | 2025-02-01T00:15:44.528Z | Compiling dropshot_endpoint v0.15.1 |
2324 | 2025-02-01T00:15:44.766Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2325 | 2025-02-01T00:15:45.032Z | Checking cstr-argument v0.1.2 |
2326 | 2025-02-01T00:15:45.203Z | Compiling darling_macro v0.20.10 |
2327 | 2025-02-01T00:15:45.238Z | Checking instant v0.1.13 |
2328 | 2025-02-01T00:15:45.338Z | Checking pretty-hex v0.2.1 |
2329 | 2025-02-01T00:15:45.359Z | Checking base64 v0.21.7 |
2330 | 2025-02-01T00:15:45.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2331 | 2025-02-01T00:15:45.562Z | Checking fastrand v2.1.1 |
2332 | 2025-02-01T00:15:45.823Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2333 | 2025-02-01T00:15:45.896Z | Checking tempfile v3.13.0 |
2334 | 2025-02-01T00:15:45.955Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2335 | 2025-02-01T00:15:45.975Z | Checking backoff v0.4.0 |
2336 | 2025-02-01T00:15:46.004Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2337 | 2025-02-01T00:15:46.075Z | Compiling darling v0.20.10 |
2338 | 2025-02-01T00:15:46.161Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2339 | 2025-02-01T00:15:46.197Z | Compiling serde_with_macros v3.11.0 |
2340 | 2025-02-01T00:15:46.225Z | Checking tokio-tungstenite v0.21.0 |
2341 | 2025-02-01T00:15:46.247Z | Compiling zone_cfg_derive v0.1.2 |
2342 | 2025-02-01T00:15:46.263Z | Checking strum v0.26.3 |
2343 | 2025-02-01T00:15:46.422Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2344 | 2025-02-01T00:15:46.463Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2345 | 2025-02-01T00:15:46.688Z | Checking slog-stdlog v4.1.1 |
2346 | 2025-02-01T00:15:46.869Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2347 | 2025-02-01T00:15:46.930Z | Checking regress v0.9.1 |
2348 | 2025-02-01T00:15:47.030Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2349 | 2025-02-01T00:15:47.055Z | Checking parse-display v0.10.0 |
2350 | 2025-02-01T00:15:47.150Z | Checking progenitor-client v0.9.1 |
2351 | 2025-02-01T00:15:47.287Z | Checking colored v2.1.0 |
2352 | 2025-02-01T00:15:47.305Z | Checking macaddr v1.0.1 |
2353 | 2025-02-01T00:15:47.526Z | Checking base64 v0.13.1 |
2354 | 2025-02-01T00:15:47.577Z | Checking unicode-width v0.1.14 |
2355 | 2025-02-01T00:15:47.613Z | Checking zone v0.1.8 |
2356 | 2025-02-01T00:15:47.925Z | Checking ron v0.7.1 |
2357 | 2025-02-01T00:15:48.089Z | Checking tabwriter v1.4.0 |
2358 | 2025-02-01T00:15:48.287Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2359 | 2025-02-01T00:15:48.322Z | Checking xz2 v0.1.7 |
2360 | 2025-02-01T00:15:48.622Z | Checking slog-envlogger v2.2.0 |
2361 | 2025-02-01T00:15:48.688Z | Checking serde_with v3.11.0 |
2362 | 2025-02-01T00:15:48.776Z | Checking xattr v1.3.1 |
2363 | 2025-02-01T00:15:48.839Z | Checking pem v3.0.4 |
2364 | 2025-02-01T00:15:48.976Z | Checking yasna v0.5.2 |
2365 | 2025-02-01T00:15:49.029Z | Checking headers-core v0.3.0 |
2366 | 2025-02-01T00:15:49.100Z | Checking smf v0.2.3 |
2367 | 2025-02-01T00:15:49.179Z | Checking filetime v0.2.25 |
2368 | 2025-02-01T00:15:49.397Z | Checking same-file v1.0.6 |
2369 | 2025-02-01T00:15:49.446Z | Checking tar v0.4.42 |
2370 | 2025-02-01T00:15:49.530Z | Checking headers v0.4.0 |
2371 | 2025-02-01T00:15:49.570Z | Checking walkdir v2.5.0 |
2372 | 2025-02-01T00:15:49.771Z | Checking rcgen v0.12.1 |
2373 | 2025-02-01T00:15:49.852Z | Checking atomicwrites v0.4.4 |
2374 | 2025-02-01T00:15:50.113Z | Checking camino-tempfile v1.1.1 |
2375 | 2025-02-01T00:15:50.278Z | Checking subprocess v0.2.9 |
2376 | 2025-02-01T00:15:52.962Z | Compiling typify-macro v0.2.0 |
2377 | 2025-02-01T00:15:54.417Z | Compiling typify v0.2.0 |
2378 | 2025-02-01T00:15:54.496Z | Compiling progenitor-impl v0.8.0 |
2379 | 2025-02-01T00:15:56.887Z | Compiling progenitor-macro v0.8.0 |
2380 | 2025-02-01T00:16:00.471Z | Checking progenitor v0.8.0 |
2381 | 2025-02-01T00:16:00.596Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2382 | 2025-02-01T00:16:00.599Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2383 | 2025-02-01T00:16:03.056Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2384 | 2025-02-01T00:16:03.386Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2385 | 2025-02-01T00:16:09.353Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2386 | 2025-02-01T00:16:10.814Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2387 | 2025-02-01T00:16:11.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s |
2388 | 2025-02-01T00:16:12.160Z | |
2389 | 2025-02-01T00:16:12.160Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2390 | 2025-02-01T00:16:12.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-02-01T00:16:12.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-02-01T00:16:12.801Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2393 | 2025-02-01T00:16:14.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
2394 | 2025-02-01T00:16:14.310Z | |
2395 | 2025-02-01T00:16:14.310Z | info: running `cargo check --bins` on nexus-config (51/197) |
2396 | 2025-02-01T00:16:14.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-02-01T00:16:14.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-02-01T00:16:14.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2025-02-01T00:16:14.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2400 | 2025-02-01T00:16:14.925Z | |
2401 | 2025-02-01T00:16:14.925Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2402 | 2025-02-01T00:16:15.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2025-02-01T00:16:15.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2025-02-01T00:16:15.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2025-02-01T00:16:15.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2406 | 2025-02-01T00:16:15.514Z | |
2407 | 2025-02-01T00:16:15.514Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2408 | 2025-02-01T00:16:16.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2025-02-01T00:16:16.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2025-02-01T00:16:16.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2025-02-01T00:16:16.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2412 | 2025-02-01T00:16:16.122Z | |
2413 | 2025-02-01T00:16:16.122Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2414 | 2025-02-01T00:16:16.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2025-02-01T00:16:16.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2025-02-01T00:16:16.825Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2025-02-01T00:16:16.936Z | Compiling ipnetwork v0.20.0 |
2418 | 2025-02-01T00:16:16.939Z | Compiling zerocopy v0.8.10 |
2419 | 2025-02-01T00:16:16.939Z | Compiling progenitor-client v0.8.0 |
2420 | 2025-02-01T00:16:16.939Z | Compiling itertools v0.13.0 |
2421 | 2025-02-01T00:16:16.939Z | Compiling zerocopy-derive v0.8.10 |
2422 | 2025-02-01T00:16:16.939Z | Compiling heapless v0.8.0 |
2423 | 2025-02-01T00:16:16.939Z | Compiling thiserror v2.0.11 |
2424 | 2025-02-01T00:16:17.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2425 | 2025-02-01T00:16:17.249Z | Checking hash32 v0.3.1 |
2426 | 2025-02-01T00:16:17.393Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2427 | 2025-02-01T00:16:17.455Z | Compiling progenitor v0.8.0 |
2428 | 2025-02-01T00:16:17.683Z | Compiling instant v0.1.13 |
2429 | 2025-02-01T00:16:17.699Z | Compiling smoltcp v0.11.0 |
2430 | 2025-02-01T00:16:17.778Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2431 | 2025-02-01T00:16:17.800Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2432 | 2025-02-01T00:16:17.815Z | Compiling backoff v0.4.0 |
2433 | 2025-02-01T00:16:18.030Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2434 | 2025-02-01T00:16:18.150Z | Compiling dropshot v0.15.1 |
2435 | 2025-02-01T00:16:18.403Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2436 | 2025-02-01T00:16:18.657Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2437 | 2025-02-01T00:16:18.679Z | Compiling serde_with v3.11.0 |
2438 | 2025-02-01T00:16:18.845Z | Compiling parse-display v0.10.0 |
2439 | 2025-02-01T00:16:18.878Z | Checking num-rational v0.4.2 |
2440 | 2025-02-01T00:16:19.408Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2441 | 2025-02-01T00:16:19.487Z | Compiling progenitor-client v0.9.1 |
2442 | 2025-02-01T00:16:19.812Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2443 | 2025-02-01T00:16:19.978Z | Compiling regress v0.9.1 |
2444 | 2025-02-01T00:16:21.198Z | Compiling phf_generator v0.11.2 |
2445 | 2025-02-01T00:16:21.395Z | Checking num-complex v0.4.6 |
2446 | 2025-02-01T00:16:22.249Z | Compiling macaddr v1.0.1 |
2447 | 2025-02-01T00:16:22.292Z | Checking cobs v0.2.3 |
2448 | 2025-02-01T00:16:22.487Z | Checking postcard v1.0.10 |
2449 | 2025-02-01T00:16:22.698Z | Checking num v0.4.3 |
2450 | 2025-02-01T00:16:22.811Z | Compiling phf_codegen v0.11.2 |
2451 | 2025-02-01T00:16:23.042Z | Compiling parse-zoneinfo v0.3.1 |
2452 | 2025-02-01T00:16:23.058Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2453 | 2025-02-01T00:16:23.356Z | Checking float-ord v0.3.2 |
2454 | 2025-02-01T00:16:23.524Z | Compiling convert_case v0.4.0 |
2455 | 2025-02-01T00:16:24.762Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2456 | 2025-02-01T00:16:24.952Z | Compiling derive_more v0.99.18 |
2457 | 2025-02-01T00:16:25.120Z | Compiling chrono-tz-build v0.4.0 |
2458 | 2025-02-01T00:16:25.509Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2459 | 2025-02-01T00:16:25.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2460 | 2025-02-01T00:16:26.247Z | Compiling crucible-workspace-hack v0.1.0 |
2461 | 2025-02-01T00:16:26.289Z | Compiling chrono-tz v0.10.1 |
2462 | 2025-02-01T00:16:26.406Z | Checking newline-converter v0.3.0 |
2463 | 2025-02-01T00:16:26.502Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2464 | 2025-02-01T00:16:26.573Z | Checking prettyplease v0.2.25 |
2465 | 2025-02-01T00:16:26.926Z | Compiling slog-dtrace v0.3.0 |
2466 | 2025-02-01T00:16:27.173Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2467 | 2025-02-01T00:16:27.193Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2468 | 2025-02-01T00:16:27.393Z | Checking expectorate v1.1.0 |
2469 | 2025-02-01T00:16:27.702Z | Compiling zone_cfg_derive v0.3.0 |
2470 | 2025-02-01T00:16:27.847Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2471 | 2025-02-01T00:16:28.397Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2472 | 2025-02-01T00:16:29.002Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2473 | 2025-02-01T00:16:29.156Z | Compiling const_format_proc_macros v0.2.34 |
2474 | 2025-02-01T00:16:29.190Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2475 | 2025-02-01T00:16:29.342Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2476 | 2025-02-01T00:16:29.401Z | Compiling num-derive v0.4.2 |
2477 | 2025-02-01T00:16:29.458Z | Checking highway v1.2.0 |
2478 | 2025-02-01T00:16:29.959Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2479 | 2025-02-01T00:16:30.290Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2480 | 2025-02-01T00:16:30.447Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2481 | 2025-02-01T00:16:30.551Z | Checking zone v0.3.0 |
2482 | 2025-02-01T00:16:30.568Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2483 | 2025-02-01T00:16:31.136Z | Checking const_format v0.2.34 |
2484 | 2025-02-01T00:16:31.153Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2485 | 2025-02-01T00:16:31.299Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2486 | 2025-02-01T00:16:31.731Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2487 | 2025-02-01T00:16:31.810Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2488 | 2025-02-01T00:16:31.957Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2489 | 2025-02-01T00:16:32.094Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2490 | 2025-02-01T00:16:32.137Z | Checking gethostname v0.5.0 |
2491 | 2025-02-01T00:16:32.183Z | Checking bcs v0.1.6 |
2492 | 2025-02-01T00:16:32.263Z | Compiling async-recursion v1.1.1 |
2493 | 2025-02-01T00:16:32.389Z | Checking termtree v0.5.1 |
2494 | 2025-02-01T00:16:33.777Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2495 | 2025-02-01T00:16:39.163Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2496 | 2025-02-01T00:16:42.297Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2497 | 2025-02-01T00:16:44.734Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2025-02-01T00:16:45.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.76s |
2499 | 2025-02-01T00:16:46.077Z | |
2500 | 2025-02-01T00:16:46.077Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2501 | 2025-02-01T00:16:46.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2025-02-01T00:16:46.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2025-02-01T00:16:46.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2025-02-01T00:16:46.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2505 | 2025-02-01T00:16:46.702Z | |
2506 | 2025-02-01T00:16:46.702Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2507 | 2025-02-01T00:16:47.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2025-02-01T00:16:47.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2025-02-01T00:16:47.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2025-02-01T00:16:47.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2511 | 2025-02-01T00:16:47.326Z | |
2512 | 2025-02-01T00:16:47.326Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2513 | 2025-02-01T00:16:47.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2025-02-01T00:16:47.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2025-02-01T00:16:47.971Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2516 | 2025-02-01T00:16:48.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2517 | 2025-02-01T00:16:48.765Z | |
2518 | 2025-02-01T00:16:48.765Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2519 | 2025-02-01T00:16:49.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2025-02-01T00:16:49.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2025-02-01T00:16:49.424Z | Compiling cfg_aliases v0.1.1 |
2522 | 2025-02-01T00:16:49.426Z | Compiling vte_generate_state_changes v0.1.2 |
2523 | 2025-02-01T00:16:49.426Z | Checking fd-lock v4.0.2 |
2524 | 2025-02-01T00:16:49.427Z | Checking nibble_vec v0.1.0 |
2525 | 2025-02-01T00:16:49.427Z | Checking bytecount v0.6.8 |
2526 | 2025-02-01T00:16:49.530Z | Checking endian-type v0.1.2 |
2527 | 2025-02-01T00:16:49.557Z | Compiling tabled_derive v0.7.0 |
2528 | 2025-02-01T00:16:49.560Z | Compiling peg-macros v0.8.4 |
2529 | 2025-02-01T00:16:49.615Z | Compiling nix v0.28.0 |
2530 | 2025-02-01T00:16:49.701Z | Checking papergrid v0.11.0 |
2531 | 2025-02-01T00:16:49.719Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2532 | 2025-02-01T00:16:49.719Z | Compiling sqlparser_derive v0.2.2 |
2533 | 2025-02-01T00:16:49.752Z | Checking radix_trie v0.2.1 |
2534 | 2025-02-01T00:16:50.089Z | Checking vte v0.11.1 |
2535 | 2025-02-01T00:16:50.155Z | Checking nu-ansi-term v0.50.1 |
2536 | 2025-02-01T00:16:50.606Z | Checking unicode_categories v0.1.1 |
2537 | 2025-02-01T00:16:50.741Z | Checking home v0.5.9 |
2538 | 2025-02-01T00:16:50.787Z | Checking sqlparser v0.45.0 |
2539 | 2025-02-01T00:16:50.889Z | Checking display-error-chain v0.2.2 |
2540 | 2025-02-01T00:16:50.907Z | Checking sqlformat v0.2.6 |
2541 | 2025-02-01T00:16:51.426Z | Checking strip-ansi-escapes v0.2.0 |
2542 | 2025-02-01T00:16:51.581Z | Checking reedline v0.35.0 |
2543 | 2025-02-01T00:16:51.705Z | Checking tabled v0.15.0 |
2544 | 2025-02-01T00:16:52.072Z | Checking peg v0.8.4 |
2545 | 2025-02-01T00:16:52.422Z | Checking rustyline v14.0.0 |
2546 | 2025-02-01T00:17:01.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s |
2547 | 2025-02-01T00:17:01.317Z | |
2548 | 2025-02-01T00:17:01.317Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2549 | 2025-02-01T00:17:01.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-02-01T00:17:01.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-02-01T00:17:01.980Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-02-01T00:17:06.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2553 | 2025-02-01T00:17:07.099Z | |
2554 | 2025-02-01T00:17:07.100Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2555 | 2025-02-01T00:17:07.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-02-01T00:17:07.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-02-01T00:17:07.760Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-02-01T00:17:11.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
2559 | 2025-02-01T00:17:11.389Z | |
2560 | 2025-02-01T00:17:11.389Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2561 | 2025-02-01T00:17:11.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-02-01T00:17:11.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-02-01T00:17:12.035Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2564 | 2025-02-01T00:17:16.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
2565 | 2025-02-01T00:17:16.904Z | |
2566 | 2025-02-01T00:17:16.904Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2567 | 2025-02-01T00:17:17.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-02-01T00:17:17.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-02-01T00:17:17.561Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2570 | 2025-02-01T00:17:22.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2571 | 2025-02-01T00:17:22.476Z | |
2572 | 2025-02-01T00:17:22.476Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2573 | 2025-02-01T00:17:23.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-02-01T00:17:23.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-02-01T00:17:23.129Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2576 | 2025-02-01T00:17:26.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
2577 | 2025-02-01T00:17:26.937Z | |
2578 | 2025-02-01T00:17:26.937Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2579 | 2025-02-01T00:17:27.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-02-01T00:17:27.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-02-01T00:17:27.589Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2582 | 2025-02-01T00:17:31.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
2583 | 2025-02-01T00:17:31.464Z | |
2584 | 2025-02-01T00:17:31.464Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2585 | 2025-02-01T00:17:32.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-02-01T00:17:32.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-02-01T00:17:32.112Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2588 | 2025-02-01T00:17:37.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2589 | 2025-02-01T00:17:37.241Z | |
2590 | 2025-02-01T00:17:37.241Z | info: running `cargo check --bins` on oximeter (66/197) |
2591 | 2025-02-01T00:17:37.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-02-01T00:17:37.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-02-01T00:17:37.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2025-02-01T00:17:37.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2595 | 2025-02-01T00:17:37.849Z | |
2596 | 2025-02-01T00:17:37.849Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2597 | 2025-02-01T00:17:38.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-02-01T00:17:38.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-02-01T00:17:38.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2025-02-01T00:17:38.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2601 | 2025-02-01T00:17:38.442Z | |
2602 | 2025-02-01T00:17:38.442Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2603 | 2025-02-01T00:17:38.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-02-01T00:17:38.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-02-01T00:17:39.066Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2606 | 2025-02-01T00:17:41.034Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2607 | 2025-02-01T00:17:41.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
2608 | 2025-02-01T00:17:42.115Z | |
2609 | 2025-02-01T00:17:42.115Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2610 | 2025-02-01T00:17:42.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-02-01T00:17:42.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-02-01T00:17:42.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-02-01T00:17:42.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2614 | 2025-02-01T00:17:42.733Z | |
2615 | 2025-02-01T00:17:42.733Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2616 | 2025-02-01T00:17:43.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-02-01T00:17:43.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-02-01T00:17:43.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-02-01T00:17:43.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2620 | 2025-02-01T00:17:43.353Z | |
2621 | 2025-02-01T00:17:43.353Z | info: running `cargo check --bins` on oxql-types (71/197) |
2622 | 2025-02-01T00:17:43.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-02-01T00:17:43.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-02-01T00:17:43.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-02-01T00:17:43.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2626 | 2025-02-01T00:17:43.978Z | |
2627 | 2025-02-01T00:17:43.979Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2628 | 2025-02-01T00:17:44.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-02-01T00:17:44.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-02-01T00:17:44.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-02-01T00:17:44.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2632 | 2025-02-01T00:17:44.628Z | |
2633 | 2025-02-01T00:17:44.628Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2634 | 2025-02-01T00:17:45.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-02-01T00:17:45.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-02-01T00:17:45.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-02-01T00:17:45.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2638 | 2025-02-01T00:17:45.251Z | |
2639 | 2025-02-01T00:17:45.251Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2640 | 2025-02-01T00:17:45.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-02-01T00:17:45.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-02-01T00:17:45.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-02-01T00:17:45.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2644 | 2025-02-01T00:17:45.892Z | |
2645 | 2025-02-01T00:17:45.893Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2646 | 2025-02-01T00:17:46.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-02-01T00:17:46.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-02-01T00:17:46.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-02-01T00:17:46.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2650 | 2025-02-01T00:17:46.518Z | |
2651 | 2025-02-01T00:17:46.518Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2652 | 2025-02-01T00:17:47.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-02-01T00:17:47.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-02-01T00:17:47.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-02-01T00:17:47.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2656 | 2025-02-01T00:17:47.143Z | |
2657 | 2025-02-01T00:17:47.143Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2658 | 2025-02-01T00:17:47.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-02-01T00:17:47.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-02-01T00:17:47.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-02-01T00:17:47.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2662 | 2025-02-01T00:17:47.767Z | |
2663 | 2025-02-01T00:17:47.767Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2664 | 2025-02-01T00:17:48.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-02-01T00:17:48.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-02-01T00:17:48.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-02-01T00:17:48.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2668 | 2025-02-01T00:17:48.360Z | |
2669 | 2025-02-01T00:17:48.360Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2670 | 2025-02-01T00:17:48.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-02-01T00:17:48.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-02-01T00:17:48.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-02-01T00:17:48.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2674 | 2025-02-01T00:17:48.985Z | |
2675 | 2025-02-01T00:17:48.985Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2676 | 2025-02-01T00:17:49.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-02-01T00:17:49.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-02-01T00:17:49.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-02-01T00:17:49.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2680 | 2025-02-01T00:17:49.604Z | |
2681 | 2025-02-01T00:17:49.604Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2682 | 2025-02-01T00:17:50.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-02-01T00:17:50.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-02-01T00:17:50.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-02-01T00:17:50.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2686 | 2025-02-01T00:17:50.225Z | |
2687 | 2025-02-01T00:17:50.225Z | info: running `cargo check --bins` on dpd-client (82/197) |
2688 | 2025-02-01T00:17:50.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-02-01T00:17:50.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-02-01T00:17:50.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-02-01T00:17:50.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2692 | 2025-02-01T00:17:50.836Z | |
2693 | 2025-02-01T00:17:50.836Z | info: running `cargo check --bins` on gateway-client (83/197) |
2694 | 2025-02-01T00:17:51.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-02-01T00:17:51.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-02-01T00:17:51.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-02-01T00:17:51.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2698 | 2025-02-01T00:17:51.437Z | |
2699 | 2025-02-01T00:17:51.437Z | info: running `cargo check --bins` on installinator-client (84/197) |
2700 | 2025-02-01T00:17:51.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-02-01T00:17:51.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-02-01T00:17:51.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-02-01T00:17:52.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2704 | 2025-02-01T00:17:52.076Z | |
2705 | 2025-02-01T00:17:52.076Z | info: running `cargo check --bins` on installinator-common (85/197) |
2706 | 2025-02-01T00:17:52.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-02-01T00:17:52.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-02-01T00:17:52.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-02-01T00:17:52.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2710 | 2025-02-01T00:17:52.704Z | |
2711 | 2025-02-01T00:17:52.704Z | info: running `cargo check --bins` on update-engine (86/197) |
2712 | 2025-02-01T00:17:53.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-02-01T00:17:53.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-02-01T00:17:53.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-02-01T00:17:53.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2716 | 2025-02-01T00:17:53.302Z | |
2717 | 2025-02-01T00:17:53.302Z | info: running `cargo check --bins` on nexus-client (87/197) |
2718 | 2025-02-01T00:17:53.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-02-01T00:17:53.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-02-01T00:17:53.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-02-01T00:17:53.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2722 | 2025-02-01T00:17:53.949Z | |
2723 | 2025-02-01T00:17:53.949Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2724 | 2025-02-01T00:17:54.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-02-01T00:17:54.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-02-01T00:17:54.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-02-01T00:17:54.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2728 | 2025-02-01T00:17:54.602Z | |
2729 | 2025-02-01T00:17:54.603Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2730 | 2025-02-01T00:17:55.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-02-01T00:17:55.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-02-01T00:17:55.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-02-01T00:17:55.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2734 | 2025-02-01T00:17:55.194Z | |
2735 | 2025-02-01T00:17:55.194Z | info: running `cargo check --bins` on nexus-types (90/197) |
2736 | 2025-02-01T00:17:55.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-02-01T00:17:55.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-02-01T00:17:55.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-02-01T00:17:55.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2740 | 2025-02-01T00:17:55.839Z | |
2741 | 2025-02-01T00:17:55.839Z | info: running `cargo check --bins` on oxide-client (91/197) |
2742 | 2025-02-01T00:17:56.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-02-01T00:17:56.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-02-01T00:17:56.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-02-01T00:17:56.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2746 | 2025-02-01T00:17:56.441Z | |
2747 | 2025-02-01T00:17:56.441Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2748 | 2025-02-01T00:17:56.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-02-01T00:17:56.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-02-01T00:17:56.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-02-01T00:17:56.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2752 | 2025-02-01T00:17:57.057Z | |
2753 | 2025-02-01T00:17:57.057Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2754 | 2025-02-01T00:17:57.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-02-01T00:17:57.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-02-01T00:17:57.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-02-01T00:17:57.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2758 | 2025-02-01T00:17:57.664Z | |
2759 | 2025-02-01T00:17:57.664Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2760 | 2025-02-01T00:17:58.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-02-01T00:17:58.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-02-01T00:17:58.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-02-01T00:17:58.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2764 | 2025-02-01T00:17:58.297Z | |
2765 | 2025-02-01T00:17:58.297Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2766 | 2025-02-01T00:17:58.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-02-01T00:17:58.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-02-01T00:17:58.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-02-01T00:17:58.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2770 | 2025-02-01T00:17:58.959Z | |
2771 | 2025-02-01T00:17:58.959Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2772 | 2025-02-01T00:17:59.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-02-01T00:17:59.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-02-01T00:17:59.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-02-01T00:17:59.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2776 | 2025-02-01T00:17:59.604Z | |
2777 | 2025-02-01T00:17:59.604Z | info: running `cargo check --bins` on wicket-common (97/197) |
2778 | 2025-02-01T00:18:00.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-02-01T00:18:00.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-02-01T00:18:00.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-02-01T00:18:00.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2782 | 2025-02-01T00:18:00.248Z | |
2783 | 2025-02-01T00:18:00.248Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2784 | 2025-02-01T00:18:00.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-02-01T00:18:00.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-02-01T00:18:00.896Z | Checking csv-core v0.1.11 |
2787 | 2025-02-01T00:18:00.897Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2788 | 2025-02-01T00:18:00.899Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2789 | 2025-02-01T00:18:00.900Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2790 | 2025-02-01T00:18:01.177Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2791 | 2025-02-01T00:18:01.213Z | Checking csv v1.3.1 |
2792 | 2025-02-01T00:18:01.230Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2793 | 2025-02-01T00:18:01.770Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2794 | 2025-02-01T00:18:02.109Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2025-02-01T00:18:03.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
2796 | 2025-02-01T00:18:03.848Z | |
2797 | 2025-02-01T00:18:03.848Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2798 | 2025-02-01T00:18:04.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-02-01T00:18:04.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-02-01T00:18:04.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-02-01T00:18:04.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2802 | 2025-02-01T00:18:04.477Z | |
2803 | 2025-02-01T00:18:04.477Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2804 | 2025-02-01T00:18:05.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-02-01T00:18:05.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-02-01T00:18:05.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-02-01T00:18:05.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2808 | 2025-02-01T00:18:05.100Z | |
2809 | 2025-02-01T00:18:05.100Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2810 | 2025-02-01T00:18:05.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-02-01T00:18:05.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-02-01T00:18:05.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-02-01T00:18:05.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2814 | 2025-02-01T00:18:05.819Z | |
2815 | 2025-02-01T00:18:05.819Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2816 | 2025-02-01T00:18:06.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-02-01T00:18:06.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-02-01T00:18:06.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-02-01T00:18:06.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2820 | 2025-02-01T00:18:06.526Z | |
2821 | 2025-02-01T00:18:06.526Z | info: running `cargo check --bins` on dns-server (103/197) |
2822 | 2025-02-01T00:18:07.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-02-01T00:18:07.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-02-01T00:18:07.177Z | Compiling typify-impl v0.3.0 |
2825 | 2025-02-01T00:18:07.283Z | Compiling parking_lot_core v0.8.6 |
2826 | 2025-02-01T00:18:07.300Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2827 | 2025-02-01T00:18:07.302Z | Checking fxhash v0.2.1 |
2828 | 2025-02-01T00:18:07.302Z | Checking hickory-client v0.24.2 |
2829 | 2025-02-01T00:18:07.314Z | Checking hickory-server v0.24.2 |
2830 | 2025-02-01T00:18:07.951Z | Checking parking_lot v0.11.2 |
2831 | 2025-02-01T00:18:08.193Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2832 | 2025-02-01T00:18:08.209Z | Checking sled v0.34.7 |
2833 | 2025-02-01T00:18:12.621Z | Compiling typify-macro v0.3.0 |
2834 | 2025-02-01T00:18:14.198Z | Compiling typify v0.3.0 |
2835 | 2025-02-01T00:18:14.269Z | Compiling progenitor-impl v0.9.1 |
2836 | 2025-02-01T00:18:16.670Z | Compiling progenitor-macro v0.9.1 |
2837 | 2025-02-01T00:18:20.241Z | Checking progenitor v0.9.1 |
2838 | 2025-02-01T00:18:20.370Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2025-02-01T00:18:20.826Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2840 | 2025-02-01T00:18:22.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.52s |
2841 | 2025-02-01T00:18:22.225Z | |
2842 | 2025-02-01T00:18:22.225Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2843 | 2025-02-01T00:18:22.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-02-01T00:18:22.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-02-01T00:18:22.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-02-01T00:18:22.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2847 | 2025-02-01T00:18:22.844Z | |
2848 | 2025-02-01T00:18:22.844Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2849 | 2025-02-01T00:18:23.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-02-01T00:18:23.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-02-01T00:18:23.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-02-01T00:18:23.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2853 | 2025-02-01T00:18:23.515Z | |
2854 | 2025-02-01T00:18:23.515Z | info: running `cargo check --bins` on gateway-types (106/197) |
2855 | 2025-02-01T00:18:24.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-02-01T00:18:24.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-02-01T00:18:24.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-02-01T00:18:24.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2859 | 2025-02-01T00:18:24.132Z | |
2860 | 2025-02-01T00:18:24.132Z | info: running `cargo check --bins` on ipcc (107/197) |
2861 | 2025-02-01T00:18:24.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-02-01T00:18:24.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-02-01T00:18:24.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-02-01T00:18:24.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2865 | 2025-02-01T00:18:24.741Z | |
2866 | 2025-02-01T00:18:24.741Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2867 | 2025-02-01T00:18:25.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-02-01T00:18:25.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-02-01T00:18:25.455Z | Compiling radium v0.7.0 |
2870 | 2025-02-01T00:18:25.455Z | Compiling semver v0.1.20 |
2871 | 2025-02-01T00:18:25.572Z | Compiling maybe-uninit v2.0.0 |
2872 | 2025-02-01T00:18:25.574Z | Checking tap v1.0.1 |
2873 | 2025-02-01T00:18:25.587Z | Checking password-hash v0.5.0 |
2874 | 2025-02-01T00:18:25.590Z | Checking blake2 v0.10.6 |
2875 | 2025-02-01T00:18:25.590Z | Compiling packed_struct v0.10.1 |
2876 | 2025-02-01T00:18:25.590Z | Checking crc-catalog v2.4.0 |
2877 | 2025-02-01T00:18:25.700Z | Checking wyz v0.5.1 |
2878 | 2025-02-01T00:18:25.747Z | Compiling cancel-safe-futures v0.1.5 |
2879 | 2025-02-01T00:18:25.982Z | Compiling rustc_version v0.1.7 |
2880 | 2025-02-01T00:18:26.021Z | Checking funty v2.0.0 |
2881 | 2025-02-01T00:18:26.054Z | Compiling owo-colors v4.1.0 |
2882 | 2025-02-01T00:18:26.058Z | Checking argon2 v0.5.3 |
2883 | 2025-02-01T00:18:26.172Z | Checking crc v3.2.1 |
2884 | 2025-02-01T00:18:26.196Z | Compiling packed_struct_codegen v0.10.1 |
2885 | 2025-02-01T00:18:26.230Z | Checking half v2.4.1 |
2886 | 2025-02-01T00:18:26.334Z | Compiling indexmap v1.9.3 |
2887 | 2025-02-01T00:18:26.385Z | Compiling newtype_derive v0.1.6 |
2888 | 2025-02-01T00:18:26.430Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2889 | 2025-02-01T00:18:26.577Z | Checking nodrop v0.1.14 |
2890 | 2025-02-01T00:18:26.647Z | Checking ciborium-io v0.2.2 |
2891 | 2025-02-01T00:18:26.705Z | Checking array-init v0.0.4 |
2892 | 2025-02-01T00:18:26.723Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2893 | 2025-02-01T00:18:26.769Z | Checking ciborium-ll v0.2.2 |
2894 | 2025-02-01T00:18:26.803Z | Checking smallvec v0.6.14 |
2895 | 2025-02-01T00:18:26.805Z | Checking bitvec v1.0.1 |
2896 | 2025-02-01T00:18:26.881Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2897 | 2025-02-01T00:18:27.093Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2898 | 2025-02-01T00:18:27.181Z | Checking libsw v3.3.1 |
2899 | 2025-02-01T00:18:27.400Z | Compiling memoffset v0.9.1 |
2900 | 2025-02-01T00:18:27.461Z | Checking swrite v0.1.0 |
2901 | 2025-02-01T00:18:27.514Z | Checking indent_write v2.2.0 |
2902 | 2025-02-01T00:18:27.543Z | Checking linear-map v1.2.0 |
2903 | 2025-02-01T00:18:27.588Z | Checking bitfield v0.14.0 |
2904 | 2025-02-01T00:18:27.713Z | Checking hashbrown v0.12.3 |
2905 | 2025-02-01T00:18:27.730Z | Checking termcolor v1.4.1 |
2906 | 2025-02-01T00:18:28.151Z | Checking ron v0.8.1 |
2907 | 2025-02-01T00:18:28.165Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2908 | 2025-02-01T00:18:28.165Z | Checking serde-hex v0.1.0 |
2909 | 2025-02-01T00:18:28.165Z | Checking env_logger v0.10.2 |
2910 | 2025-02-01T00:18:28.199Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2911 | 2025-02-01T00:18:28.568Z | Checking ciborium v0.2.2 |
2912 | 2025-02-01T00:18:28.722Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2913 | 2025-02-01T00:18:29.066Z | Checking steno v0.4.1 |
2914 | 2025-02-01T00:18:29.447Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2915 | 2025-02-01T00:18:29.468Z | Checking hashbrown v0.13.2 |
2916 | 2025-02-01T00:18:29.491Z | Checking crc-any v2.5.0 |
2917 | 2025-02-01T00:18:29.702Z | Checking humantime v2.1.0 |
2918 | 2025-02-01T00:18:29.853Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2919 | 2025-02-01T00:18:29.990Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2920 | 2025-02-01T00:18:30.285Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2921 | 2025-02-01T00:18:30.412Z | Checking object v0.30.4 |
2922 | 2025-02-01T00:18:30.566Z | Checking path-slash v0.1.5 |
2923 | 2025-02-01T00:18:30.664Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2924 | 2025-02-01T00:18:30.704Z | Checking nix v0.27.1 |
2925 | 2025-02-01T00:18:31.048Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2926 | 2025-02-01T00:18:31.219Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2927 | 2025-02-01T00:18:31.461Z | Checking tungstenite v0.23.0 |
2928 | 2025-02-01T00:18:31.699Z | Checking kstat-rs v0.2.4 |
2929 | 2025-02-01T00:18:31.890Z | Checking signal-hook-tokio v0.3.1 |
2930 | 2025-02-01T00:18:32.044Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2025-02-01T00:18:32.261Z | Checking tokio-tungstenite v0.23.1 |
2932 | 2025-02-01T00:18:32.671Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2933 | 2025-02-01T00:18:32.858Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2934 | 2025-02-01T00:18:33.402Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2935 | 2025-02-01T00:18:39.479Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2936 | 2025-02-01T00:18:40.800Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2937 | 2025-02-01T00:18:43.441Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2938 | 2025-02-01T00:18:48.557Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2939 | 2025-02-01T00:18:49.196Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2940 | 2025-02-01T00:18:51.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s |
2941 | 2025-02-01T00:18:52.002Z | |
2942 | 2025-02-01T00:18:52.002Z | info: running `cargo check --bins` on gateway-api (109/197) |
2943 | 2025-02-01T00:18:52.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-02-01T00:18:52.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-02-01T00:18:52.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2025-02-01T00:18:52.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2947 | 2025-02-01T00:18:52.622Z | |
2948 | 2025-02-01T00:18:52.622Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2949 | 2025-02-01T00:18:53.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2025-02-01T00:18:53.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2025-02-01T00:18:53.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2025-02-01T00:18:53.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2953 | 2025-02-01T00:18:53.220Z | |
2954 | 2025-02-01T00:18:53.220Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2955 | 2025-02-01T00:18:53.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2025-02-01T00:18:53.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2025-02-01T00:18:53.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2025-02-01T00:18:53.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2959 | 2025-02-01T00:18:53.843Z | |
2960 | 2025-02-01T00:18:53.843Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2961 | 2025-02-01T00:18:54.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2025-02-01T00:18:54.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2025-02-01T00:18:54.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2025-02-01T00:18:54.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2965 | 2025-02-01T00:18:54.467Z | |
2966 | 2025-02-01T00:18:54.467Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2967 | 2025-02-01T00:18:55.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2025-02-01T00:18:55.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2025-02-01T00:18:55.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2025-02-01T00:18:55.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2971 | 2025-02-01T00:18:55.082Z | |
2972 | 2025-02-01T00:18:55.082Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2973 | 2025-02-01T00:18:55.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2025-02-01T00:18:55.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2025-02-01T00:18:55.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2025-02-01T00:18:55.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2977 | 2025-02-01T00:18:55.704Z | |
2978 | 2025-02-01T00:18:55.704Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2979 | 2025-02-01T00:18:56.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-02-01T00:18:56.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-02-01T00:18:56.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-02-01T00:18:56.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2983 | 2025-02-01T00:18:56.320Z | |
2984 | 2025-02-01T00:18:56.320Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2985 | 2025-02-01T00:18:56.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-02-01T00:18:56.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-02-01T00:18:56.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-02-01T00:18:56.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2989 | 2025-02-01T00:18:56.929Z | |
2990 | 2025-02-01T00:18:56.929Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2991 | 2025-02-01T00:18:57.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-02-01T00:18:57.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-02-01T00:18:57.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-02-01T00:18:57.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2995 | 2025-02-01T00:18:57.570Z | |
2996 | 2025-02-01T00:18:57.571Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2997 | 2025-02-01T00:18:58.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-02-01T00:18:58.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-02-01T00:18:58.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-02-01T00:18:58.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3001 | 2025-02-01T00:18:58.188Z | |
3002 | 2025-02-01T00:18:58.188Z | info: running `cargo check --bins` on sp-sim (119/197) |
3003 | 2025-02-01T00:18:58.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-02-01T00:18:58.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-02-01T00:18:58.817Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3006 | 2025-02-01T00:18:59.255Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3007 | 2025-02-01T00:19:00.882Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3008 | 2025-02-01T00:19:02.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
3009 | 2025-02-01T00:19:02.655Z | |
3010 | 2025-02-01T00:19:02.655Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
3011 | 2025-02-01T00:19:03.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-02-01T00:19:03.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-02-01T00:19:03.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-02-01T00:19:03.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3015 | 2025-02-01T00:19:03.319Z | |
3016 | 2025-02-01T00:19:03.319Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
3017 | 2025-02-01T00:19:03.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-02-01T00:19:03.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-02-01T00:19:03.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-02-01T00:19:03.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3021 | 2025-02-01T00:19:04.004Z | |
3022 | 2025-02-01T00:19:04.004Z | info: running `cargo check --bins` on db-macros (122/197) |
3023 | 2025-02-01T00:19:04.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-02-01T00:19:04.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-02-01T00:19:04.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-02-01T00:19:04.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3027 | 2025-02-01T00:19:04.604Z | |
3028 | 2025-02-01T00:19:04.604Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3029 | 2025-02-01T00:19:05.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-02-01T00:19:05.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-02-01T00:19:05.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-02-01T00:19:05.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3033 | 2025-02-01T00:19:05.215Z | |
3034 | 2025-02-01T00:19:05.215Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3035 | 2025-02-01T00:19:05.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-02-01T00:19:05.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-02-01T00:19:05.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-02-01T00:19:05.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3039 | 2025-02-01T00:19:05.870Z | |
3040 | 2025-02-01T00:19:05.871Z | info: running `cargo check --bins` on authz-macros (125/197) |
3041 | 2025-02-01T00:19:06.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-02-01T00:19:06.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-02-01T00:19:06.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-02-01T00:19:06.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3045 | 2025-02-01T00:19:06.473Z | |
3046 | 2025-02-01T00:19:06.473Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3047 | 2025-02-01T00:19:07.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-02-01T00:19:07.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-02-01T00:19:07.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-02-01T00:19:07.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3051 | 2025-02-01T00:19:07.127Z | |
3052 | 2025-02-01T00:19:07.127Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3053 | 2025-02-01T00:19:07.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-02-01T00:19:07.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-02-01T00:19:07.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-02-01T00:19:07.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3057 | 2025-02-01T00:19:07.767Z | |
3058 | 2025-02-01T00:19:07.767Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3059 | 2025-02-01T00:19:08.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-02-01T00:19:08.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-02-01T00:19:08.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-02-01T00:19:08.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3063 | 2025-02-01T00:19:08.375Z | |
3064 | 2025-02-01T00:19:08.375Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3065 | 2025-02-01T00:19:08.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-02-01T00:19:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-02-01T00:19:08.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-02-01T00:19:08.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3069 | 2025-02-01T00:19:09.017Z | |
3070 | 2025-02-01T00:19:09.017Z | info: running `cargo check --bins` on typed-rng (130/197) |
3071 | 2025-02-01T00:19:09.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-02-01T00:19:09.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-02-01T00:19:09.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-02-01T00:19:09.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3075 | 2025-02-01T00:19:09.607Z | |
3076 | 2025-02-01T00:19:09.607Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3077 | 2025-02-01T00:19:10.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-02-01T00:19:10.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-02-01T00:19:10.337Z | Checking keccak v0.1.5 |
3080 | 2025-02-01T00:19:10.449Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3081 | 2025-02-01T00:19:10.451Z | Checking secrecy v0.8.0 |
3082 | 2025-02-01T00:19:10.451Z | Compiling unicase v2.7.0 |
3083 | 2025-02-01T00:19:10.469Z | Compiling same-file v1.0.6 |
3084 | 2025-02-01T00:19:10.472Z | Compiling tempfile v3.13.0 |
3085 | 2025-02-01T00:19:10.510Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3086 | 2025-02-01T00:19:10.513Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3087 | 2025-02-01T00:19:10.610Z | Compiling thiserror-impl-no-std v2.0.2 |
3088 | 2025-02-01T00:19:10.732Z | Checking sha3 v0.10.8 |
3089 | 2025-02-01T00:19:10.749Z | Compiling walkdir v2.5.0 |
3090 | 2025-02-01T00:19:10.784Z | Checking universal-hash v0.5.1 |
3091 | 2025-02-01T00:19:10.815Z | Compiling blake3 v1.5.4 |
3092 | 2025-02-01T00:19:10.960Z | Checking opaque-debug v0.3.1 |
3093 | 2025-02-01T00:19:10.980Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3094 | 2025-02-01T00:19:11.056Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3095 | 2025-02-01T00:19:11.074Z | Checking poly1305 v0.8.0 |
3096 | 2025-02-01T00:19:11.104Z | Checking chacha20 v0.9.1 |
3097 | 2025-02-01T00:19:11.243Z | Checking aead v0.5.2 |
3098 | 2025-02-01T00:19:11.280Z | Compiling memmap2 v0.9.5 |
3099 | 2025-02-01T00:19:11.372Z | Compiling constant_time_eq v0.3.1 |
3100 | 2025-02-01T00:19:11.434Z | Compiling libefi-sys v0.1.0 |
3101 | 2025-02-01T00:19:11.464Z | Compiling arrayvec v0.7.6 |
3102 | 2025-02-01T00:19:11.566Z | Compiling arrayref v0.3.9 |
3103 | 2025-02-01T00:19:11.590Z | Compiling salty v0.3.0 |
3104 | 2025-02-01T00:19:11.678Z | Checking chacha20poly1305 v0.10.1 |
3105 | 2025-02-01T00:19:11.737Z | Compiling toolchain_find v0.4.0 |
3106 | 2025-02-01T00:19:11.823Z | Compiling camino-tempfile v1.1.1 |
3107 | 2025-02-01T00:19:11.870Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3108 | 2025-02-01T00:19:12.008Z | Compiling bitfield-struct v0.6.2 |
3109 | 2025-02-01T00:19:12.128Z | Compiling topological-sort v0.2.2 |
3110 | 2025-02-01T00:19:12.240Z | Compiling mime_guess v2.0.5 |
3111 | 2025-02-01T00:19:12.339Z | Compiling rustfmt-wrapper v0.2.1 |
3112 | 2025-02-01T00:19:12.729Z | Compiling omicron-zone-package v0.12.0 |
3113 | 2025-02-01T00:19:12.854Z | Compiling progenitor v0.9.1 |
3114 | 2025-02-01T00:19:12.896Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3115 | 2025-02-01T00:19:13.064Z | Checking primeorder v0.13.6 |
3116 | 2025-02-01T00:19:13.190Z | Checking env_filter v0.1.2 |
3117 | 2025-02-01T00:19:13.209Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3118 | 2025-02-01T00:19:13.350Z | Checking thiserror-no-std v2.0.2 |
3119 | 2025-02-01T00:19:13.381Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3120 | 2025-02-01T00:19:13.417Z | Checking env_logger v0.11.5 |
3121 | 2025-02-01T00:19:13.444Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3122 | 2025-02-01T00:19:13.463Z | Checking vsss-rs v3.3.4 |
3123 | 2025-02-01T00:19:13.490Z | Checking p384 v0.13.0 |
3124 | 2025-02-01T00:19:13.509Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3125 | 2025-02-01T00:19:13.558Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3126 | 2025-02-01T00:19:13.800Z | Checking http-range v0.1.5 |
3127 | 2025-02-01T00:19:13.896Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3128 | 2025-02-01T00:19:13.979Z | Checking bumpalo v3.16.0 |
3129 | 2025-02-01T00:19:13.995Z | Checking lockfree-object-pool v0.1.6 |
3130 | 2025-02-01T00:19:14.012Z | Compiling zip v2.1.3 |
3131 | 2025-02-01T00:19:14.225Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3132 | 2025-02-01T00:19:14.298Z | Checking simd-adler32 v0.3.7 |
3133 | 2025-02-01T00:19:14.349Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3134 | 2025-02-01T00:19:14.560Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3135 | 2025-02-01T00:19:14.627Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3136 | 2025-02-01T00:19:14.644Z | Checking zopfli v0.8.1 |
3137 | 2025-02-01T00:19:14.964Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3138 | 2025-02-01T00:19:15.150Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3139 | 2025-02-01T00:19:15.495Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3140 | 2025-02-01T00:19:15.512Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3141 | 2025-02-01T00:19:15.519Z | Checking nanorand v0.7.0 |
3142 | 2025-02-01T00:19:15.707Z | Checking atty v0.2.14 |
3143 | 2025-02-01T00:19:15.803Z | Checking glob v0.3.2 |
3144 | 2025-02-01T00:19:15.844Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3145 | 2025-02-01T00:19:15.887Z | Checking flume v0.11.1 |
3146 | 2025-02-01T00:19:15.913Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3147 | 2025-02-01T00:19:16.135Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3148 | 2025-02-01T00:19:16.302Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3149 | 2025-02-01T00:19:17.004Z | Checking hyper-staticfile v0.10.1 |
3150 | 2025-02-01T00:19:17.192Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3151 | 2025-02-01T00:19:17.406Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3152 | 2025-02-01T00:19:17.511Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3153 | 2025-02-01T00:19:17.780Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3154 | 2025-02-01T00:19:17.806Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3155 | 2025-02-01T00:19:18.017Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3156 | 2025-02-01T00:19:18.305Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3157 | 2025-02-01T00:19:18.458Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3158 | 2025-02-01T00:19:18.652Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3159 | 2025-02-01T00:19:18.996Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3160 | 2025-02-01T00:19:21.914Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3161 | 2025-02-01T00:19:21.914Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3162 | 2025-02-01T00:19:30.053Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3163 | 2025-02-01T00:19:42.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s |
3164 | 2025-02-01T00:19:42.928Z | |
3165 | 2025-02-01T00:19:42.928Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3166 | 2025-02-01T00:19:43.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2025-02-01T00:19:43.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2025-02-01T00:19:43.650Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3169 | 2025-02-01T00:19:56.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
3170 | 2025-02-01T00:19:56.754Z | |
3171 | 2025-02-01T00:19:56.754Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3172 | 2025-02-01T00:19:57.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-02-01T00:19:57.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-02-01T00:19:57.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-02-01T00:20:10.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
3176 | 2025-02-01T00:20:10.665Z | |
3177 | 2025-02-01T00:20:10.665Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3178 | 2025-02-01T00:20:11.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-02-01T00:20:11.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-02-01T00:20:11.382Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-02-01T00:20:24.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
3182 | 2025-02-01T00:20:24.570Z | |
3183 | 2025-02-01T00:20:24.570Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3184 | 2025-02-01T00:20:25.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-02-01T00:20:25.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-02-01T00:20:25.298Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-02-01T00:20:38.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s |
3188 | 2025-02-01T00:20:38.478Z | |
3189 | 2025-02-01T00:20:38.478Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3190 | 2025-02-01T00:20:39.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-02-01T00:20:39.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-02-01T00:20:39.191Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3193 | 2025-02-01T00:20:52.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
3194 | 2025-02-01T00:20:52.291Z | |
3195 | 2025-02-01T00:20:52.291Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3196 | 2025-02-01T00:20:52.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-02-01T00:20:52.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-02-01T00:20:53.039Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3199 | 2025-02-01T00:21:06.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
3200 | 2025-02-01T00:21:06.265Z | |
3201 | 2025-02-01T00:21:06.265Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3202 | 2025-02-01T00:21:06.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-02-01T00:21:06.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-02-01T00:21:07.000Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2025-02-01T00:21:19.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
3206 | 2025-02-01T00:21:20.028Z | |
3207 | 2025-02-01T00:21:20.028Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3208 | 2025-02-01T00:21:20.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-02-01T00:21:20.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-02-01T00:21:20.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3211 | 2025-02-01T00:21:20.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3212 | 2025-02-01T00:21:20.672Z | |
3213 | 2025-02-01T00:21:20.672Z | info: running `cargo check --bins` on key-manager (140/197) |
3214 | 2025-02-01T00:21:21.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-02-01T00:21:21.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-02-01T00:21:21.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2025-02-01T00:21:21.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3218 | 2025-02-01T00:21:21.291Z | |
3219 | 2025-02-01T00:21:21.291Z | info: running `cargo check --bins` on range-requests (141/197) |
3220 | 2025-02-01T00:21:21.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-02-01T00:21:21.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-02-01T00:21:21.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-02-01T00:21:21.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3224 | 2025-02-01T00:21:21.902Z | |
3225 | 2025-02-01T00:21:21.902Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3226 | 2025-02-01T00:21:22.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-02-01T00:21:22.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-02-01T00:21:22.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-02-01T00:21:22.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3230 | 2025-02-01T00:21:22.526Z | |
3231 | 2025-02-01T00:21:22.526Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3232 | 2025-02-01T00:21:23.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-02-01T00:21:23.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-02-01T00:21:23.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-02-01T00:21:23.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3236 | 2025-02-01T00:21:23.170Z | |
3237 | 2025-02-01T00:21:23.170Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3238 | 2025-02-01T00:21:23.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-02-01T00:21:23.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-02-01T00:21:23.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-02-01T00:21:23.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3242 | 2025-02-01T00:21:23.769Z | |
3243 | 2025-02-01T00:21:23.769Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3244 | 2025-02-01T00:21:24.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-02-01T00:21:24.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-02-01T00:21:24.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-02-01T00:21:24.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3248 | 2025-02-01T00:21:24.405Z | |
3249 | 2025-02-01T00:21:24.405Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3250 | 2025-02-01T00:21:24.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-02-01T00:21:24.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-02-01T00:21:24.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-02-01T00:21:24.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3254 | 2025-02-01T00:21:25.038Z | |
3255 | 2025-02-01T00:21:25.038Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3256 | 2025-02-01T00:21:25.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-02-01T00:21:25.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-02-01T00:21:25.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-02-01T00:21:25.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3260 | 2025-02-01T00:21:25.664Z | |
3261 | 2025-02-01T00:21:25.664Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3262 | 2025-02-01T00:21:26.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-02-01T00:21:26.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-02-01T00:21:26.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-02-01T00:21:26.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3266 | 2025-02-01T00:21:26.310Z | |
3267 | 2025-02-01T00:21:26.310Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3268 | 2025-02-01T00:21:26.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-02-01T00:21:26.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-02-01T00:21:26.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-02-01T00:21:26.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3272 | 2025-02-01T00:21:26.962Z | |
3273 | 2025-02-01T00:21:26.962Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3274 | 2025-02-01T00:21:27.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-02-01T00:21:27.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-02-01T00:21:27.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-02-01T00:21:27.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3278 | 2025-02-01T00:21:27.604Z | |
3279 | 2025-02-01T00:21:27.604Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3280 | 2025-02-01T00:21:28.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-02-01T00:21:28.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-02-01T00:21:28.288Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3283 | 2025-02-01T00:21:28.288Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3284 | 2025-02-01T00:21:29.128Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3285 | 2025-02-01T00:21:31.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3286 | 2025-02-01T00:21:31.210Z | |
3287 | 2025-02-01T00:21:31.210Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3288 | 2025-02-01T00:21:31.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-02-01T00:21:31.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-02-01T00:21:31.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-02-01T00:21:31.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3292 | 2025-02-01T00:21:31.825Z | |
3293 | 2025-02-01T00:21:31.825Z | info: running `cargo check --bins` on cert-dev (153/197) |
3294 | 2025-02-01T00:21:32.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-02-01T00:21:32.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-02-01T00:21:32.428Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3297 | 2025-02-01T00:21:32.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3298 | 2025-02-01T00:21:32.865Z | |
3299 | 2025-02-01T00:21:32.865Z | info: running `cargo check --bins` on clickana (154/197) |
3300 | 2025-02-01T00:21:33.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-02-01T00:21:33.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-02-01T00:21:33.507Z | Checking castaway v0.2.3 |
3303 | 2025-02-01T00:21:33.510Z | Checking lru v0.12.5 |
3304 | 2025-02-01T00:21:33.510Z | Compiling instability v0.3.2 |
3305 | 2025-02-01T00:21:33.510Z | Checking unicode-truncate v1.1.0 |
3306 | 2025-02-01T00:21:33.510Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3307 | 2025-02-01T00:21:33.510Z | Checking cassowary v0.3.0 |
3308 | 2025-02-01T00:21:33.732Z | Checking compact_str v0.8.0 |
3309 | 2025-02-01T00:21:34.318Z | Checking ratatui v0.28.1 |
3310 | 2025-02-01T00:21:35.194Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3311 | 2025-02-01T00:21:36.142Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3312 | 2025-02-01T00:21:36.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3313 | 2025-02-01T00:21:37.116Z | |
3314 | 2025-02-01T00:21:37.116Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3315 | 2025-02-01T00:21:37.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-02-01T00:21:37.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-02-01T00:21:37.781Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3318 | 2025-02-01T00:21:37.782Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3319 | 2025-02-01T00:21:38.756Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3320 | 2025-02-01T00:21:39.198Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3321 | 2025-02-01T00:21:39.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
3322 | 2025-02-01T00:21:39.713Z | |
3323 | 2025-02-01T00:21:39.713Z | info: running `cargo check --bins` on ch-dev (156/197) |
3324 | 2025-02-01T00:21:40.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-02-01T00:21:40.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-02-01T00:21:40.375Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3327 | 2025-02-01T00:21:41.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3328 | 2025-02-01T00:21:41.249Z | |
3329 | 2025-02-01T00:21:41.249Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3330 | 2025-02-01T00:21:41.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-02-01T00:21:41.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-02-01T00:21:41.900Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3333 | 2025-02-01T00:21:42.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3334 | 2025-02-01T00:21:42.416Z | |
3335 | 2025-02-01T00:21:42.416Z | info: running `cargo check --bins` on db-dev (158/197) |
3336 | 2025-02-01T00:21:42.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-02-01T00:21:42.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-02-01T00:21:43.073Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3339 | 2025-02-01T00:21:43.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3340 | 2025-02-01T00:21:43.959Z | |
3341 | 2025-02-01T00:21:43.959Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3342 | 2025-02-01T00:21:44.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-02-01T00:21:44.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-02-01T00:21:44.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2025-02-01T00:21:44.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3346 | 2025-02-01T00:21:44.595Z | |
3347 | 2025-02-01T00:21:44.595Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3348 | 2025-02-01T00:21:45.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2025-02-01T00:21:45.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2025-02-01T00:21:45.203Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3351 | 2025-02-01T00:21:46.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3352 | 2025-02-01T00:21:46.217Z | |
3353 | 2025-02-01T00:21:46.217Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3354 | 2025-02-01T00:21:46.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2025-02-01T00:21:46.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2025-02-01T00:21:46.819Z | Checking cargo-platform v0.1.8 |
3357 | 2025-02-01T00:21:47.089Z | Checking cargo_metadata v0.18.1 |
3358 | 2025-02-01T00:21:47.993Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3359 | 2025-02-01T00:21:48.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3360 | 2025-02-01T00:21:48.966Z | |
3361 | 2025-02-01T00:21:48.967Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3362 | 2025-02-01T00:21:49.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-02-01T00:21:49.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-02-01T00:21:49.670Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3365 | 2025-02-01T00:21:51.043Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3366 | 2025-02-01T00:21:51.615Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3367 | 2025-02-01T00:21:52.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
3368 | 2025-02-01T00:21:52.310Z | |
3369 | 2025-02-01T00:21:52.310Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3370 | 2025-02-01T00:21:52.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2025-02-01T00:21:52.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2025-02-01T00:21:53.076Z | Compiling crunchy v0.2.2 |
3373 | 2025-02-01T00:21:53.076Z | Compiling tiny-keccak v2.0.2 |
3374 | 2025-02-01T00:21:53.079Z | Compiling dsl_auto_type v0.1.2 |
3375 | 2025-02-01T00:21:53.079Z | Checking scheduled-thread-pool v0.2.7 |
3376 | 2025-02-01T00:21:53.079Z | Compiling diesel_table_macro_syntax v0.2.0 |
3377 | 2025-02-01T00:21:53.225Z | Compiling ascii-canvas v3.0.0 |
3378 | 2025-02-01T00:21:53.228Z | Compiling ena v0.14.3 |
3379 | 2025-02-01T00:21:53.239Z | Compiling diff v0.1.13 |
3380 | 2025-02-01T00:21:53.429Z | Checking r2d2 v0.8.10 |
3381 | 2025-02-01T00:21:53.480Z | Compiling regex-syntax v0.6.29 |
3382 | 2025-02-01T00:21:53.595Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3383 | 2025-02-01T00:21:53.616Z | Compiling ref-cast v1.0.23 |
3384 | 2025-02-01T00:21:53.721Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3385 | 2025-02-01T00:21:53.724Z | Compiling derive_builder_core v0.20.2 |
3386 | 2025-02-01T00:21:53.811Z | Compiling libxml v0.3.3 |
3387 | 2025-02-01T00:21:53.835Z | Compiling ref-cast-impl v1.0.23 |
3388 | 2025-02-01T00:21:54.020Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3389 | 2025-02-01T00:21:54.225Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3390 | 2025-02-01T00:21:54.253Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3391 | 2025-02-01T00:21:54.479Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3392 | 2025-02-01T00:21:54.501Z | Compiling strum_macros v0.24.3 |
3393 | 2025-02-01T00:21:54.545Z | Compiling samael v0.0.17 |
3394 | 2025-02-01T00:21:54.567Z | Compiling diesel_derives v2.2.3 |
3395 | 2025-02-01T00:21:54.832Z | Compiling indoc v1.0.9 |
3396 | 2025-02-01T00:21:55.740Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3397 | 2025-02-01T00:21:55.943Z | Compiling derive_builder_macro v0.20.2 |
3398 | 2025-02-01T00:21:56.035Z | Compiling impl-trait-for-tuples v0.2.2 |
3399 | 2025-02-01T00:21:56.677Z | Compiling lalrpop v0.19.12 |
3400 | 2025-02-01T00:21:56.790Z | Checking derive_builder v0.20.2 |
3401 | 2025-02-01T00:21:56.948Z | Compiling oso-derive v0.27.3 |
3402 | 2025-02-01T00:21:57.366Z | Checking quick-xml v0.33.0 |
3403 | 2025-02-01T00:21:57.753Z | Compiling diesel-dtrace v0.4.2 |
3404 | 2025-02-01T00:21:57.882Z | Checking maplit v1.0.2 |
3405 | 2025-02-01T00:21:58.049Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3406 | 2025-02-01T00:21:58.141Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3407 | 2025-02-01T00:21:58.396Z | Checking bb8 v0.8.5 |
3408 | 2025-02-01T00:21:58.455Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3409 | 2025-02-01T00:21:58.748Z | Checking rand_seeder v0.3.0 |
3410 | 2025-02-01T00:21:58.856Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3411 | 2025-02-01T00:21:58.899Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3412 | 2025-02-01T00:21:58.969Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3413 | 2025-02-01T00:21:59.177Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3414 | 2025-02-01T00:21:59.486Z | Checking unicode-linebreak v0.1.5 |
3415 | 2025-02-01T00:21:59.616Z | Checking is_ci v1.2.0 |
3416 | 2025-02-01T00:21:59.774Z | Checking smawk v0.3.2 |
3417 | 2025-02-01T00:21:59.996Z | Checking supports-color v3.0.1 |
3418 | 2025-02-01T00:22:00.014Z | Checking textwrap v0.16.1 |
3419 | 2025-02-01T00:22:00.238Z | Checking multimap v0.10.0 |
3420 | 2025-02-01T00:22:00.769Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3421 | 2025-02-01T00:22:02.700Z | Checking diesel v2.2.6 |
3422 | 2025-02-01T00:22:27.013Z | Compiling polar-core v0.27.3 |
3423 | 2025-02-01T00:22:27.586Z | Checking async-bb8-diesel v0.2.1 |
3424 | 2025-02-01T00:22:34.140Z | Checking oso v0.27.3 |
3425 | 2025-02-01T00:23:35.918Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3426 | 2025-02-01T00:23:42.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
3427 | 2025-02-01T00:23:42.275Z | |
3428 | 2025-02-01T00:23:42.276Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3429 | 2025-02-01T00:23:42.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2025-02-01T00:23:42.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2025-02-01T00:23:42.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3432 | 2025-02-01T00:23:42.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3433 | 2025-02-01T00:23:42.945Z | |
3434 | 2025-02-01T00:23:42.945Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3435 | 2025-02-01T00:23:43.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3436 | 2025-02-01T00:23:43.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3437 | 2025-02-01T00:23:43.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3438 | 2025-02-01T00:23:43.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3439 | 2025-02-01T00:23:43.596Z | |
3440 | 2025-02-01T00:23:43.596Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3441 | 2025-02-01T00:23:44.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-02-01T00:23:44.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-02-01T00:23:44.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3444 | 2025-02-01T00:23:44.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3445 | 2025-02-01T00:23:44.201Z | |
3446 | 2025-02-01T00:23:44.201Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3447 | 2025-02-01T00:23:44.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2025-02-01T00:23:44.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2025-02-01T00:23:45.006Z | Compiling libz-sys v1.1.20 |
3450 | 2025-02-01T00:23:45.008Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3451 | 2025-02-01T00:23:45.136Z | Compiling vergen v8.3.2 |
3452 | 2025-02-01T00:23:45.139Z | Compiling cargo-platform v0.1.8 |
3453 | 2025-02-01T00:23:45.139Z | Compiling pin-project-internal v1.1.6 |
3454 | 2025-02-01T00:23:45.177Z | Compiling libsqlite3-sys v0.30.1 |
3455 | 2025-02-01T00:23:45.180Z | Compiling snafu-derive v0.8.5 |
3456 | 2025-02-01T00:23:45.180Z | Compiling buf-list v1.0.3 |
3457 | 2025-02-01T00:23:45.434Z | Compiling cargo_metadata v0.18.1 |
3458 | 2025-02-01T00:23:45.635Z | Compiling rustls v0.21.12 |
3459 | 2025-02-01T00:23:45.676Z | Compiling cfg_aliases v0.2.1 |
3460 | 2025-02-01T00:23:45.787Z | Compiling nix v0.29.0 |
3461 | 2025-02-01T00:23:45.938Z | Checking globset v0.4.15 |
3462 | 2025-02-01T00:23:45.955Z | Checking olpc-cjson v0.1.4 |
3463 | 2025-02-01T00:23:45.994Z | Checking sct v0.7.1 |
3464 | 2025-02-01T00:23:46.165Z | Checking rustls-webpki v0.101.7 |
3465 | 2025-02-01T00:23:46.211Z | Checking serde_plain v1.0.2 |
3466 | 2025-02-01T00:23:46.424Z | Checking typed-path v0.9.3 |
3467 | 2025-02-01T00:23:46.870Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3468 | 2025-02-01T00:23:47.034Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3469 | 2025-02-01T00:23:47.153Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3470 | 2025-02-01T00:23:47.322Z | Checking hashlink v0.9.1 |
3471 | 2025-02-01T00:23:47.442Z | Checking fallible-iterator v0.3.0 |
3472 | 2025-02-01T00:23:47.814Z | Checking pin-project v1.1.6 |
3473 | 2025-02-01T00:23:47.909Z | Checking parse-size v1.1.0 |
3474 | 2025-02-01T00:23:47.961Z | Checking fallible-streaming-iterator v0.1.9 |
3475 | 2025-02-01T00:23:48.103Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3476 | 2025-02-01T00:23:48.184Z | Checking rusqlite v0.32.1 |
3477 | 2025-02-01T00:23:48.312Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3478 | 2025-02-01T00:23:48.497Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3479 | 2025-02-01T00:23:48.529Z | Checking rustls-pemfile v1.0.4 |
3480 | 2025-02-01T00:23:48.912Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3481 | 2025-02-01T00:23:49.093Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3482 | 2025-02-01T00:23:49.144Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3483 | 2025-02-01T00:23:49.197Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3484 | 2025-02-01T00:23:49.291Z | Checking twox-hash v2.1.0 |
3485 | 2025-02-01T00:23:49.413Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3486 | 2025-02-01T00:23:49.516Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3487 | 2025-02-01T00:23:49.538Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3488 | 2025-02-01T00:23:49.741Z | Checking tokio-rustls v0.24.1 |
3489 | 2025-02-01T00:23:49.837Z | Checking snafu v0.8.5 |
3490 | 2025-02-01T00:23:50.304Z | Checking tough v0.19.0 |
3491 | 2025-02-01T00:23:50.821Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3492 | 2025-02-01T00:23:50.847Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3493 | 2025-02-01T00:23:51.238Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3494 | 2025-02-01T00:23:51.336Z | Checking fatfs v0.3.6 |
3495 | 2025-02-01T00:23:51.413Z | Checking assert_matches v1.5.0 |
3496 | 2025-02-01T00:23:54.368Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3497 | 2025-02-01T00:23:55.692Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3498 | 2025-02-01T00:23:57.567Z | Compiling git2 v0.19.0 |
3499 | 2025-02-01T00:24:01.587Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3500 | 2025-02-01T00:24:57.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3501 | 2025-02-01T00:24:57.764Z | |
3502 | 2025-02-01T00:24:57.764Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3503 | 2025-02-01T00:24:58.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-02-01T00:24:58.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-02-01T00:24:58.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3506 | 2025-02-01T00:24:58.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3507 | 2025-02-01T00:24:58.442Z | |
3508 | 2025-02-01T00:24:58.442Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3509 | 2025-02-01T00:24:58.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-02-01T00:24:58.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-02-01T00:24:58.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-02-01T00:24:58.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3513 | 2025-02-01T00:24:59.036Z | |
3514 | 2025-02-01T00:24:59.036Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3515 | 2025-02-01T00:24:59.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-02-01T00:24:59.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-02-01T00:24:59.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-02-01T00:24:59.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3519 | 2025-02-01T00:24:59.683Z | |
3520 | 2025-02-01T00:24:59.683Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3521 | 2025-02-01T00:25:00.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-02-01T00:25:00.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-02-01T00:25:00.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-02-01T00:25:00.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3525 | 2025-02-01T00:25:00.366Z | |
3526 | 2025-02-01T00:25:00.367Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3527 | 2025-02-01T00:25:00.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-02-01T00:25:00.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-02-01T00:25:00.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-02-01T00:25:00.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3531 | 2025-02-01T00:25:01.029Z | |
3532 | 2025-02-01T00:25:01.029Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3533 | 2025-02-01T00:25:01.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-02-01T00:25:01.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-02-01T00:25:01.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-02-01T00:25:01.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3537 | 2025-02-01T00:25:01.702Z | |
3538 | 2025-02-01T00:25:01.702Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3539 | 2025-02-01T00:25:02.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-02-01T00:25:02.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-02-01T00:25:02.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-02-01T00:25:02.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3543 | 2025-02-01T00:25:02.368Z | |
3544 | 2025-02-01T00:25:02.368Z | info: running `cargo check --bins` on update-common (175/197) |
3545 | 2025-02-01T00:25:02.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-02-01T00:25:02.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-02-01T00:25:02.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-02-01T00:25:02.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3549 | 2025-02-01T00:25:03.017Z | |
3550 | 2025-02-01T00:25:03.017Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3551 | 2025-02-01T00:25:03.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-02-01T00:25:03.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-02-01T00:25:03.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-02-01T00:25:03.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3555 | 2025-02-01T00:25:03.658Z | |
3556 | 2025-02-01T00:25:03.658Z | info: running `cargo check --bins` on tufaceous (177/197) |
3557 | 2025-02-01T00:25:04.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-02-01T00:25:04.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-02-01T00:25:04.321Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3560 | 2025-02-01T00:25:05.431Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3561 | 2025-02-01T00:25:06.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3562 | 2025-02-01T00:25:06.396Z | |
3563 | 2025-02-01T00:25:06.396Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3564 | 2025-02-01T00:25:07.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-02-01T00:25:07.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-02-01T00:25:07.235Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3567 | 2025-02-01T00:25:07.238Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3568 | 2025-02-01T00:25:07.376Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3569 | 2025-02-01T00:25:07.379Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3570 | 2025-02-01T00:25:08.328Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3571 | 2025-02-01T00:25:35.320Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3572 | 2025-02-01T00:25:35.323Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3573 | 2025-02-01T00:25:35.323Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3574 | 2025-02-01T00:25:35.323Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3575 | 2025-02-01T00:25:35.323Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3576 | 2025-02-01T00:25:35.323Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3577 | 2025-02-01T00:25:36.172Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3578 | 2025-02-01T00:25:37.339Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3579 | 2025-02-01T00:26:17.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3580 | 2025-02-01T00:26:17.591Z | |
3581 | 2025-02-01T00:26:17.591Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3582 | 2025-02-01T00:26:18.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-02-01T00:26:18.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-02-01T00:26:18.278Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3585 | 2025-02-01T00:26:18.281Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3586 | 2025-02-01T00:26:18.281Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3587 | 2025-02-01T00:26:18.406Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3588 | 2025-02-01T00:26:18.409Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3589 | 2025-02-01T00:26:18.432Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3590 | 2025-02-01T00:26:18.435Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3591 | 2025-02-01T00:26:18.458Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3592 | 2025-02-01T00:26:18.596Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3593 | 2025-02-01T00:26:18.628Z | Checking heck v0.4.1 |
3594 | 2025-02-01T00:26:18.702Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3595 | 2025-02-01T00:26:18.845Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3596 | 2025-02-01T00:26:18.988Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3597 | 2025-02-01T00:26:19.261Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3598 | 2025-02-01T00:26:19.621Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3599 | 2025-02-01T00:26:19.784Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3600 | 2025-02-01T00:26:20.095Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3601 | 2025-02-01T00:26:21.081Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3602 | 2025-02-01T00:26:21.510Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3603 | 2025-02-01T00:26:21.983Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3604 | 2025-02-01T00:26:22.029Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3605 | 2025-02-01T00:26:23.791Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3606 | 2025-02-01T00:26:23.794Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3607 | 2025-02-01T00:26:25.112Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3608 | 2025-02-01T00:26:26.537Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3609 | 2025-02-01T00:26:32.314Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3610 | 2025-02-01T00:26:32.317Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3611 | 2025-02-01T00:26:33.546Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3612 | 2025-02-01T00:26:34.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
3613 | 2025-02-01T00:26:34.715Z | |
3614 | 2025-02-01T00:26:34.715Z | info: running `cargo check --bins` on installinator-api (180/197) |
3615 | 2025-02-01T00:26:35.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-02-01T00:26:35.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-02-01T00:26:35.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3618 | 2025-02-01T00:26:35.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3619 | 2025-02-01T00:26:35.355Z | |
3620 | 2025-02-01T00:26:35.355Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3621 | 2025-02-01T00:26:35.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-02-01T00:26:35.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-02-01T00:26:35.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3624 | 2025-02-01T00:26:35.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3625 | 2025-02-01T00:26:35.995Z | |
3626 | 2025-02-01T00:26:35.995Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3627 | 2025-02-01T00:26:36.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-02-01T00:26:36.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-02-01T00:26:36.672Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3630 | 2025-02-01T00:26:36.672Z | Compiling petname v2.0.2 |
3631 | 2025-02-01T00:26:36.675Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3632 | 2025-02-01T00:26:36.675Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3633 | 2025-02-01T00:26:36.675Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3634 | 2025-02-01T00:26:36.675Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3635 | 2025-02-01T00:26:36.779Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3636 | 2025-02-01T00:26:36.794Z | Checking sync-ptr v0.1.1 |
3637 | 2025-02-01T00:26:41.734Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3638 | 2025-02-01T00:26:42.324Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3639 | 2025-02-01T00:26:43.410Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3640 | 2025-02-01T00:26:44.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
3641 | 2025-02-01T00:26:45.095Z | |
3642 | 2025-02-01T00:26:45.095Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3643 | 2025-02-01T00:26:45.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3644 | 2025-02-01T00:26:45.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3645 | 2025-02-01T00:26:45.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3646 | 2025-02-01T00:26:45.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3647 | 2025-02-01T00:26:45.738Z | |
3648 | 2025-02-01T00:26:45.738Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3649 | 2025-02-01T00:26:46.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3650 | 2025-02-01T00:26:46.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3651 | 2025-02-01T00:26:46.390Z | Checking memmap2 v0.9.5 |
3652 | 2025-02-01T00:26:46.390Z | Checking constant_time_eq v0.3.1 |
3653 | 2025-02-01T00:26:46.393Z | Checking arrayvec v0.7.6 |
3654 | 2025-02-01T00:26:46.393Z | Checking arrayref v0.3.9 |
3655 | 2025-02-01T00:26:46.393Z | Checking topological-sort v0.2.2 |
3656 | 2025-02-01T00:26:46.393Z | Checking shell-words v1.1.0 |
3657 | 2025-02-01T00:26:46.796Z | Checking blake3 v1.5.4 |
3658 | 2025-02-01T00:26:47.125Z | Checking omicron-zone-package v0.12.0 |
3659 | 2025-02-01T00:26:48.229Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3660 | 2025-02-01T00:26:49.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
3661 | 2025-02-01T00:26:49.292Z | |
3662 | 2025-02-01T00:26:49.292Z | info: running `cargo check --bins` on xtask (185/197) |
3663 | 2025-02-01T00:26:49.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3664 | 2025-02-01T00:26:49.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3665 | 2025-02-01T00:26:49.713Z | Checking bitflags v2.6.0 |
3666 | 2025-02-01T00:26:49.715Z | Checking serde v1.0.217 |
3667 | 2025-02-01T00:26:49.792Z | Checking thiserror v1.0.69 |
3668 | 2025-02-01T00:26:49.807Z | Checking scroll v0.12.0 |
3669 | 2025-02-01T00:26:49.810Z | Checking hashbrown v0.15.1 |
3670 | 2025-02-01T00:26:49.817Z | Checking log v0.4.22 |
3671 | 2025-02-01T00:26:49.826Z | Checking zerocopy v0.7.35 |
3672 | 2025-02-01T00:26:49.847Z | Checking syn v2.0.96 |
3673 | 2025-02-01T00:26:49.913Z | Checking pest v2.7.14 |
3674 | 2025-02-01T00:26:50.035Z | Checking rustix v0.38.37 |
3675 | 2025-02-01T00:26:50.092Z | Checking once_cell v1.20.2 |
3676 | 2025-02-01T00:26:50.246Z | Checking goblin v0.8.2 |
3677 | 2025-02-01T00:26:50.390Z | Checking fs-err v2.11.0 |
3678 | 2025-02-01T00:26:50.708Z | Checking anyhow v1.0.95 |
3679 | 2025-02-01T00:26:50.761Z | Checking indexmap v2.7.1 |
3680 | 2025-02-01T00:26:51.012Z | Checking tabled v0.15.0 |
3681 | 2025-02-01T00:26:51.727Z | Checking terminal_size v0.4.0 |
3682 | 2025-02-01T00:26:51.730Z | Checking tempfile v3.13.0 |
3683 | 2025-02-01T00:26:51.906Z | Checking clap_builder v4.5.27 |
3684 | 2025-02-01T00:26:52.321Z | Checking dtrace-parser v0.2.0 |
3685 | 2025-02-01T00:26:53.836Z | Checking clap v4.5.27 |
3686 | 2025-02-01T00:26:53.862Z | Checking serde_json v1.0.135 |
3687 | 2025-02-01T00:26:53.865Z | Checking toml_datetime v0.6.8 |
3688 | 2025-02-01T00:26:53.865Z | Checking serde_spanned v0.6.8 |
3689 | 2025-02-01T00:26:53.865Z | Checking camino v1.1.9 |
3690 | 2025-02-01T00:26:53.865Z | Checking cargo-platform v0.1.8 |
3691 | 2025-02-01T00:26:53.865Z | Checking semver v1.0.24 |
3692 | 2025-02-01T00:26:53.929Z | Checking macaddr v1.0.1 |
3693 | 2025-02-01T00:26:54.160Z | Checking toml_edit v0.22.22 |
3694 | 2025-02-01T00:26:54.334Z | Checking camino-tempfile v1.1.1 |
3695 | 2025-02-01T00:26:54.950Z | Checking dof v0.3.0 |
3696 | 2025-02-01T00:26:54.950Z | Checking cargo_metadata v0.18.1 |
3697 | 2025-02-01T00:26:55.356Z | Checking usdt-impl v0.5.0 |
3698 | 2025-02-01T00:26:55.705Z | Checking usdt v0.5.0 |
3699 | 2025-02-01T00:26:55.877Z | Checking toml v0.8.19 |
3700 | 2025-02-01T00:26:56.306Z | Checking cargo_toml v0.20.5 |
3701 | 2025-02-01T00:26:57.416Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3702 | 2025-02-01T00:26:58.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s |
3703 | 2025-02-01T00:26:58.298Z | |
3704 | 2025-02-01T00:26:58.298Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3705 | 2025-02-01T00:26:58.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3706 | 2025-02-01T00:26:58.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3707 | 2025-02-01T00:26:58.890Z | Checking polyval v0.6.2 |
3708 | 2025-02-01T00:26:59.004Z | Checking ctr v0.9.2 |
3709 | 2025-02-01T00:26:59.016Z | Checking ssh-encoding v0.2.0 |
3710 | 2025-02-01T00:26:59.018Z | Checking blowfish v0.9.1 |
3711 | 2025-02-01T00:26:59.036Z | Checking password-hash v0.4.2 |
3712 | 2025-02-01T00:26:59.051Z | Checking p256 v0.13.2 |
3713 | 2025-02-01T00:26:59.054Z | Checking p521 v0.13.3 |
3714 | 2025-02-01T00:26:59.083Z | Checking russh-cryptovec v0.7.3 |
3715 | 2025-02-01T00:26:59.245Z | Checking ghash v0.5.1 |
3716 | 2025-02-01T00:26:59.265Z | Checking bcrypt-pbkdf v0.10.0 |
3717 | 2025-02-01T00:26:59.268Z | Checking md5 v0.7.0 |
3718 | 2025-02-01T00:26:59.302Z | Checking num-bigint v0.4.6 |
3719 | 2025-02-01T00:26:59.309Z | Checking des v0.8.1 |
3720 | 2025-02-01T00:26:59.419Z | Checking aes-gcm v0.10.3 |
3721 | 2025-02-01T00:26:59.437Z | Checking pbkdf2 v0.11.0 |
3722 | 2025-02-01T00:26:59.497Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3723 | 2025-02-01T00:26:59.515Z | Checking hex-literal v0.4.1 |
3724 | 2025-02-01T00:26:59.555Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3725 | 2025-02-01T00:26:59.611Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3726 | 2025-02-01T00:26:59.649Z | Checking internet-checksum v0.2.1 |
3727 | 2025-02-01T00:26:59.668Z | Checking ssh-cipher v0.2.0 |
3728 | 2025-02-01T00:26:59.951Z | Checking ssh-key v0.6.6 |
3729 | 2025-02-01T00:27:00.120Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3730 | 2025-02-01T00:27:01.060Z | Checking russh-keys v0.45.0 |
3731 | 2025-02-01T00:27:01.872Z | Checking russh v0.45.0 |
3732 | 2025-02-01T00:27:19.571Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3733 | 2025-02-01T00:27:20.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.77s |
3734 | 2025-02-01T00:27:21.101Z | |
3735 | 2025-02-01T00:27:21.101Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3736 | 2025-02-01T00:27:21.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3737 | 2025-02-01T00:27:21.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3738 | 2025-02-01T00:27:21.739Z | Checking termios v0.3.3 |
3739 | 2025-02-01T00:27:21.956Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3740 | 2025-02-01T00:27:22.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3741 | 2025-02-01T00:27:22.908Z | |
3742 | 2025-02-01T00:27:22.908Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3743 | 2025-02-01T00:27:23.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3744 | 2025-02-01T00:27:23.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3745 | 2025-02-01T00:27:23.598Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3746 | 2025-02-01T00:27:23.598Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3747 | 2025-02-01T00:27:23.601Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3748 | 2025-02-01T00:27:23.601Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3749 | 2025-02-01T00:27:24.584Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3750 | 2025-02-01T00:27:25.790Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3751 | 2025-02-01T00:27:27.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3752 | 2025-02-01T00:27:27.681Z | |
3753 | 2025-02-01T00:27:27.681Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3754 | 2025-02-01T00:27:28.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3755 | 2025-02-01T00:27:28.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3756 | 2025-02-01T00:27:28.312Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3757 | 2025-02-01T00:27:28.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3758 | 2025-02-01T00:27:28.944Z | |
3759 | 2025-02-01T00:27:28.944Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3760 | 2025-02-01T00:27:29.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3761 | 2025-02-01T00:27:29.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3762 | 2025-02-01T00:27:29.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3763 | 2025-02-01T00:27:29.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3764 | 2025-02-01T00:27:29.549Z | |
3765 | 2025-02-01T00:27:29.549Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3766 | 2025-02-01T00:27:30.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-02-01T00:27:30.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-02-01T00:27:30.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3769 | 2025-02-01T00:27:30.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3770 | 2025-02-01T00:27:30.160Z | |
3771 | 2025-02-01T00:27:30.160Z | info: running `cargo check --bins` on omicron-package (192/197) |
3772 | 2025-02-01T00:27:30.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-02-01T00:27:30.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-02-01T00:27:30.828Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3775 | 2025-02-01T00:27:32.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3776 | 2025-02-01T00:27:32.326Z | |
3777 | 2025-02-01T00:27:32.326Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3778 | 2025-02-01T00:27:32.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-02-01T00:27:32.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-02-01T00:27:33.034Z | Checking rtoolbox v0.0.2 |
3781 | 2025-02-01T00:27:33.037Z | Checking tui-tree-widget v0.22.0 |
3782 | 2025-02-01T00:27:33.037Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3783 | 2025-02-01T00:27:33.268Z | Checking rpassword v7.3.1 |
3784 | 2025-02-01T00:27:36.977Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3785 | 2025-02-01T00:27:39.807Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3786 | 2025-02-01T00:27:40.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s |
3787 | 2025-02-01T00:27:41.102Z | |
3788 | 2025-02-01T00:27:41.103Z | info: running `cargo check --bins` on wicket (194/197) |
3789 | 2025-02-01T00:27:41.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-02-01T00:27:41.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-02-01T00:27:41.793Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3792 | 2025-02-01T00:27:42.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3793 | 2025-02-01T00:27:42.382Z | |
3794 | 2025-02-01T00:27:42.382Z | info: running `cargo check --bins` on wicketd (195/197) |
3795 | 2025-02-01T00:27:42.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-02-01T00:27:42.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-02-01T00:27:43.092Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3798 | 2025-02-01T00:27:43.092Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3799 | 2025-02-01T00:27:43.882Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3800 | 2025-02-01T00:27:47.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s |
3801 | 2025-02-01T00:27:47.727Z | |
3802 | 2025-02-01T00:27:47.727Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3803 | 2025-02-01T00:27:48.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3804 | 2025-02-01T00:27:48.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3805 | 2025-02-01T00:27:48.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3806 | 2025-02-01T00:27:48.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3807 | 2025-02-01T00:27:48.322Z | |
3808 | 2025-02-01T00:27:48.322Z | info: running `cargo check --bins` on zone-setup (197/197) |
3809 | 2025-02-01T00:27:48.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-02-01T00:27:48.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-02-01T00:27:49.044Z | Checking uzers v0.12.1 |
3812 | 2025-02-01T00:27:49.386Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3813 | 2025-02-01T00:27:50.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3814 | 2025-02-01T00:27:50.645Z | |
3815 | 2025-02-01T00:27:50.645Z | real 13:18.726925910 |
3816 | 2025-02-01T00:27:50.645Z | user 25:32.876530817 |
3817 | 2025-02-01T00:27:50.645Z | sys 4:10.598239803 |
3818 | 2025-02-01T00:27:50.645Z | trap 0.506415342 |
3819 | 2025-02-01T00:27:50.645Z | tflt 3.165900929 |
3820 | 2025-02-01T00:27:50.645Z | dflt 2.186845665 |
3821 | 2025-02-01T00:27:50.648Z | kflt 0.001079667 |
3822 | 2025-02-01T00:27:50.648Z | lock 45:27.992984956 |
3823 | 2025-02-01T00:27:50.648Z | slp 2:07:17.204780100 |
3824 | 2025-02-01T00:27:50.648Z | lat 1:05.039529291 |
3825 | 2025-02-01T00:27:50.648Z | stop 3:44.535595157 |
3826 | 2025-02-01T00:27:50.648Z | process exited: duration 1150414 ms, exit code 0 |
|
3827 | 2025-02-01T00:27:50.654Z | found 0 output files |