|
|
|
1 | 2025-03-19T23:18:08.588Z | job assigned to worker 01JPRB52Z4C8VN0G0G110XD7E2 [factory aws, i-072f62f0ebc2fcb1a] (queued for 44 s) |
|
2 | 2025-03-19T23:18:16.985Z | starting task 0: "setup" |
3 | 2025-03-19T23:18:16.990Z | ++ uname -s |
4 | 2025-03-19T23:18:16.994Z | + kern=SunOS |
5 | 2025-03-19T23:18:16.994Z | + build_user=build |
6 | 2025-03-19T23:18:16.994Z | + build_uid=12345 |
7 | 2025-03-19T23:18:16.994Z | + work_dir=/work |
8 | 2025-03-19T23:18:16.994Z | + input_dir=/input |
9 | 2025-03-19T23:18:16.994Z | + [[ 0 == 12345 ]] |
10 | 2025-03-19T23:18:16.994Z | + case "$kern" in |
11 | 2025-03-19T23:18:16.994Z | + groupadd -g 12345 build |
12 | 2025-03-19T23:18:16.997Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-19T23:18:19.004Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-19T23:18:19.138Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-19T23:18:19.142Z | + home_fs=zfs |
16 | 2025-03-19T23:18:19.142Z | + [[ zfs == autofs ]] |
17 | 2025-03-19T23:18:19.142Z | + mkdir -p /home/build |
18 | 2025-03-19T23:18:19.145Z | + chown build:build /home/build /work |
19 | 2025-03-19T23:18:21.147Z | + chmod 0700 /home/build /work |
20 | 2025-03-19T23:18:21.153Z | process exited: duration 4163 ms, exit code 0 |
|
21 | 2025-03-19T23:18:21.162Z | starting task 1: "rust-toolchain" |
22 | 2025-03-19T23:18:21.168Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-19T23:18:21.168Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-19T23:18:21.168Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-19T23:18:21.168Z | * rust toolchain profile = "default" |
26 | 2025-03-19T23:18:21.168Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-19T23:18:21.169Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-19T23:18:21.175Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-19T23:18:21.176Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-19T23:18:21.311Z | info: downloading installer |
31 | 2025-03-19T23:18:22.478Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-19T23:18:22.478Z | warn: /opt/ooce/bin |
33 | 2025-03-19T23:18:22.478Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-19T23:18:22.478Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-19T23:18:22.478Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-19T23:18:22.478Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-19T23:18:22.478Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-19T23:18:22.478Z | error: cannot install while Rust is installed |
39 | 2025-03-19T23:18:22.479Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-19T23:18:22.492Z | info: profile set to 'default' |
41 | 2025-03-19T23:18:22.492Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-19T23:18:22.497Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-19T23:18:22.683Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-19T23:18:22.684Z | info: downloading component 'cargo' |
45 | 2025-03-19T23:18:23.455Z | info: downloading component 'clippy' |
46 | 2025-03-19T23:18:23.766Z | info: downloading component 'rust-docs' |
47 | 2025-03-19T23:18:24.943Z | info: downloading component 'rust-std' |
48 | 2025-03-19T23:18:26.639Z | info: downloading component 'rustc' |
49 | 2025-03-19T23:18:32.136Z | info: downloading component 'rustfmt' |
50 | 2025-03-19T23:18:32.423Z | info: installing component 'cargo' |
51 | 2025-03-19T23:18:33.272Z | info: installing component 'clippy' |
52 | 2025-03-19T23:18:33.655Z | info: installing component 'rust-docs' |
53 | 2025-03-19T23:18:35.413Z | info: installing component 'rust-std' |
54 | 2025-03-19T23:18:37.255Z | info: installing component 'rustc' |
55 | 2025-03-19T23:18:43.359Z | info: installing component 'rustfmt' |
56 | 2025-03-19T23:18:43.702Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-19T23:18:43.702Z | |
58 | 2025-03-19T23:18:44.071Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-19T23:18:44.071Z | |
60 | 2025-03-19T23:18:44.075Z | |
61 | 2025-03-19T23:18:44.075Z | Rust is installed now. Great! |
62 | 2025-03-19T23:18:44.075Z | |
63 | 2025-03-19T23:18:44.075Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-19T23:18:44.075Z | environment variable. This has not been done automatically. |
65 | 2025-03-19T23:18:44.075Z | |
66 | 2025-03-19T23:18:44.075Z | To configure your current shell, you need to source |
67 | 2025-03-19T23:18:44.075Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-19T23:18:44.075Z | |
69 | 2025-03-19T23:18:44.075Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-19T23:18:44.075Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-19T23:18:44.075Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-19T23:18:44.075Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-19T23:18:44.154Z | + rustup --version |
74 | 2025-03-19T23:18:44.165Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-19T23:18:44.165Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-19T23:18:44.196Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-19T23:18:44.199Z | + cargo --version |
78 | 2025-03-19T23:18:44.218Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-19T23:18:44.221Z | + rustc --version |
80 | 2025-03-19T23:18:44.248Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-19T23:18:44.253Z | process exited: duration 23079 ms, exit code 0 |
|
82 | 2025-03-19T23:18:44.259Z | starting task 2: "authentication" |
83 | 2025-03-19T23:18:44.284Z | process exited: duration 24 ms, exit code 0 |
|
84 | 2025-03-19T23:18:44.293Z | starting task 3: "clone repository" |
85 | 2025-03-19T23:18:44.298Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-19T23:18:44.301Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-19T23:18:44.411Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-19T23:18:51.670Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-19T23:18:51.671Z | + git fetch origin c84a598a56b91d04a91e28d587d465d06732cb9e |
90 | 2025-03-19T23:18:51.976Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-19T23:18:51.976Z | * branch c84a598a56b91d04a91e28d587d465d06732cb9e -> FETCH_HEAD |
92 | 2025-03-19T23:18:51.986Z | + [[ -n iliana/tuf-replication-generation-numbers ]] |
93 | 2025-03-19T23:18:51.990Z | ++ git branch --show-current |
94 | 2025-03-19T23:18:51.990Z | + current=main |
95 | 2025-03-19T23:18:51.990Z | + [[ main != iliana/tuf-replication-generation-numbers ]] |
96 | 2025-03-19T23:18:51.990Z | + git branch -f iliana/tuf-replication-generation-numbers c84a598a56b91d04a91e28d587d465d06732cb9e |
97 | 2025-03-19T23:18:51.993Z | + git checkout -f iliana/tuf-replication-generation-numbers |
98 | 2025-03-19T23:18:52.185Z | Switched to branch 'iliana/tuf-replication-generation-numbers' |
99 | 2025-03-19T23:18:52.188Z | + git reset --hard c84a598a56b91d04a91e28d587d465d06732cb9e |
100 | 2025-03-19T23:18:52.199Z | HEAD is now at c84a598a5 ledger management task; rename ledger file |
101 | 2025-03-19T23:18:52.202Z | process exited: duration 7903 ms, exit code 0 |
|
102 | 2025-03-19T23:18:52.209Z | starting task 4: "build" |
103 | 2025-03-19T23:18:52.215Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-19T23:18:52.215Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-19T23:18:52.215Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-19T23:18:52.218Z | + cargo --version |
107 | 2025-03-19T23:18:52.271Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-19T23:18:52.274Z | + rustc --version |
109 | 2025-03-19T23:18:52.340Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-19T23:18:52.344Z | + source ./env.sh |
111 | 2025-03-19T23:18:52.344Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-19T23:18:52.344Z | ++ set -o xtrace |
113 | 2025-03-19T23:18:52.348Z | ++++ dirname ./env.sh |
114 | 2025-03-19T23:18:52.348Z | +++ readlink -f . |
115 | 2025-03-19T23:18:52.362Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-19T23:18:52.366Z | ++ export 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-03-19T23:18:52.366Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-03-19T23:18:52.366Z | ++ 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 |
119 | 2025-03-19T23:18:52.366Z | ++ 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 |
120 | 2025-03-19T23:18:52.366Z | ++ 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 |
121 | 2025-03-19T23:18:52.366Z | ++ 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 |
122 | 2025-03-19T23:18:52.366Z | ++ 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 |
123 | 2025-03-19T23:18:52.366Z | ++ 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 |
124 | 2025-03-19T23:18:52.366Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-19T23:18:52.366Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-19T23:18:52.366Z | + 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 |
127 | 2025-03-19T23:18:52.366Z | + 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 |
128 | 2025-03-19T23:18:52.366Z | + banner prerequisites |
129 | 2025-03-19T23:18:52.366Z | |
130 | 2025-03-19T23:18:52.366Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-19T23:18:52.366Z | # # # # # # # # # # # # # # # |
132 | 2025-03-19T23:18:52.366Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-19T23:18:52.366Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-19T23:18:52.366Z | # # # # # # # # # # # # # # # |
135 | 2025-03-19T23:18:52.366Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-19T23:18:52.366Z | |
137 | 2025-03-19T23:18:52.366Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-19T23:18:53.933Z | pkg list: illegal option -- F |
139 | 2025-03-19T23:18:53.933Z | Usage: |
140 | 2025-03-19T23:18:53.936Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-19T23:18:53.937Z | [pkg_fmri_pattern ...] |
142 | 2025-03-19T23:18:54.765Z | pkg list: illegal option -- F |
143 | 2025-03-19T23:18:54.765Z | Usage: |
144 | 2025-03-19T23:18:54.765Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-19T23:18:54.765Z | [pkg_fmri_pattern ...] |
146 | 2025-03-19T23:19:01.332Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-19T23:19:05.881Z | Startup: Caching catalogs ... Done |
148 | 2025-03-19T23:19:20.923Z | Planning: Solver setup ... Done (13.955s) |
149 | 2025-03-19T23:19:21.086Z | Planning: Running solver ... Done (0.163s) |
150 | 2025-03-19T23:19:21.218Z | Planning: Finding local manifests ... Done (0.006s) |
151 | 2025-03-19T23:19:21.233Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-19T23:19:22.349Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-19T23:19:22.464Z | Planning: Package planning ... Done (0.116s) |
154 | 2025-03-19T23:19:22.523Z | Planning: Merging actions ... Done (0.057s) |
155 | 2025-03-19T23:19:23.050Z | Planning: Checking for conflicting actions ... Done (0.528s) |
156 | 2025-03-19T23:19:27.464Z | Planning: Consolidating action changes ... Done (4.411s) |
157 | 2025-03-19T23:19:27.876Z | Planning: Evaluating mediators ... Done (0.410s) |
158 | 2025-03-19T23:19:27.960Z | Planning: Planning completed in 21.97 seconds |
159 | 2025-03-19T23:19:27.975Z | Packages to install: 4 |
160 | 2025-03-19T23:19:27.975Z | Packages to update: 3 |
161 | 2025-03-19T23:19:27.975Z | Mediators to change: 2 |
162 | 2025-03-19T23:19:27.975Z | Services to change: 1 |
163 | 2025-03-19T23:19:27.979Z | Estimated space available: 155.59 GB |
164 | 2025-03-19T23:19:27.979Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-19T23:19:27.979Z | Create boot environment: No |
166 | 2025-03-19T23:19:27.979Z | Create backup boot environment: Yes |
167 | 2025-03-19T23:19:27.979Z | Rebuild boot archive: No |
168 | 2025-03-19T23:19:27.979Z | |
169 | 2025-03-19T23:19:27.979Z | Changed mediators: |
170 | 2025-03-19T23:19:27.979Z | mediator clang: |
171 | 2025-03-19T23:19:27.979Z | version: None -> 15 (system default) |
172 | 2025-03-19T23:19:27.979Z | |
173 | 2025-03-19T23:19:27.979Z | mediator llvm: |
174 | 2025-03-19T23:19:27.979Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-19T23:19:27.979Z | |
176 | 2025-03-19T23:19:27.979Z | Changed packages: |
177 | 2025-03-19T23:19:27.979Z | helios-dev |
178 | 2025-03-19T23:19:27.979Z | developer/build-essential |
179 | 2025-03-19T23:19:27.979Z | None -> 11-2.0 |
180 | 2025-03-19T23:19:27.979Z | library/libxmlsec1 |
181 | 2025-03-19T23:19:27.979Z | None -> 1.2.35-2.0 |
182 | 2025-03-19T23:19:27.979Z | ooce/developer/clang-15 |
183 | 2025-03-19T23:19:27.979Z | None -> 15.0.7-2.0 |
184 | 2025-03-19T23:19:27.979Z | ooce/developer/llvm-15 |
185 | 2025-03-19T23:19:27.979Z | None -> 15.0.7-2.0 |
186 | 2025-03-19T23:19:27.979Z | package/pkg |
187 | 2025-03-19T23:19:27.979Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-19T23:19:27.979Z | system/library/g++-runtime |
189 | 2025-03-19T23:19:27.980Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-19T23:19:27.980Z | system/library/gcc-runtime |
191 | 2025-03-19T23:19:27.980Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-19T23:19:27.980Z | |
193 | 2025-03-19T23:19:27.980Z | Services: |
194 | 2025-03-19T23:19:27.980Z | restart_fmri: |
195 | 2025-03-19T23:19:27.980Z | svc:/system/update-man-index:default |
196 | 2025-03-19T23:19:27.980Z | |
197 | 2025-03-19T23:19:27.980Z | Editable files to change: |
198 | 2025-03-19T23:19:27.980Z | Update: |
199 | 2025-03-19T23:19:27.980Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-19T23:19:28.054Z | |
201 | 2025-03-19T23:19:28.054Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-19T23:19:33.232Z | Download: 1198/4301 items 83.1/225.4MB 36% complete (16.9M/s) |
203 | 2025-03-19T23:19:38.271Z | Download: 2225/4301 items 119.2/225.4MB 52% complete (11.9M/s) |
204 | 2025-03-19T23:19:43.301Z | Download: 3247/4301 items 202.5/225.4MB 89% complete (12.3M/s) |
205 | 2025-03-19T23:19:48.307Z | Download: 3693/4301 items 216.6/225.4MB 96% complete (9.8M/s) |
206 | 2025-03-19T23:19:58.339Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (9.3M/s) |
207 | 2025-03-19T23:19:59.447Z | Download: Completed 225.42 MB in 31.38 seconds (7.2M/s) |
208 | 2025-03-19T23:20:01.659Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-03-19T23:20:01.675Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-03-19T23:20:06.392Z | Actions: 4267/5122 actions (Updating modified actions) |
211 | 2025-03-19T23:20:06.735Z | Actions: Completed 5122 actions in 5.07 seconds. |
212 | 2025-03-19T23:20:06.984Z | Done (0.241s) |
213 | 2025-03-19T23:20:06.987Z | Done (0.001s) |
214 | 2025-03-19T23:20:07.621Z | Done (0.635s) |
215 | 2025-03-19T23:20:12.279Z | Done (4.415s) |
216 | 2025-03-19T23:20:12.366Z | Done (0.016s) |
217 | 2025-03-19T23:20:12.369Z | Done (0.000s) |
218 | 2025-03-19T23:20:12.550Z | Done (0.000s) |
219 | 2025-03-19T23:20:13.335Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-03-19T23:20:13.502Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-03-19T23:20:13.507Z | Planning: Consolidating action changes ... Done |
222 | 2025-03-19T23:20:13.774Z | Planning: Evaluating mediators ... Done |
223 | 2025-03-19T23:20:13.778Z | Planning: Planning completed in 0.44 seconds |
224 | 2025-03-19T23:20:13.813Z | Mediators to change: 2 |
225 | 2025-03-19T23:20:13.813Z | Create boot environment: No |
226 | 2025-03-19T23:20:13.817Z | Create backup boot environment: No |
227 | 2025-03-19T23:20:13.894Z | Done |
228 | 2025-03-19T23:20:13.895Z | Done |
229 | 2025-03-19T23:20:14.362Z | Done |
230 | 2025-03-19T23:20:18.148Z | Done |
231 | 2025-03-19T23:20:18.244Z | Done |
232 | 2025-03-19T23:20:18.246Z | Done |
233 | 2025-03-19T23:20:18.394Z | Done |
234 | 2025-03-19T23:20:19.041Z | Planning: Evaluating mediator changes ... Done |
235 | 2025-03-19T23:20:19.077Z | Planning: Merging actions ... Done |
236 | 2025-03-19T23:20:19.236Z | Planning: Checking for conflicting actions ... Done |
237 | 2025-03-19T23:20:19.246Z | Planning: Consolidating action changes ... Done |
238 | 2025-03-19T23:20:19.510Z | Planning: Evaluating mediators ... Done |
239 | 2025-03-19T23:20:19.570Z | Planning: Planning completed in 0.78 seconds |
240 | 2025-03-19T23:20:19.607Z | Packages to change: 1 |
241 | 2025-03-19T23:20:19.607Z | Mediators to change: 1 |
242 | 2025-03-19T23:20:19.607Z | Services to change: 1 |
243 | 2025-03-19T23:20:19.607Z | Create boot environment: No |
244 | 2025-03-19T23:20:19.618Z | Create backup boot environment: Yes |
245 | 2025-03-19T23:20:21.812Z | Actions: 1/6 actions (Updating modified actions) |
246 | 2025-03-19T23:20:21.837Z | Actions: Completed 6 actions in 0.00 seconds. |
247 | 2025-03-19T23:20:21.837Z | Done |
248 | 2025-03-19T23:20:21.838Z | Done |
249 | 2025-03-19T23:20:21.934Z | Done |
250 | 2025-03-19T23:20:25.786Z | Done |
251 | 2025-03-19T23:20:25.878Z | Done |
252 | 2025-03-19T23:20:25.881Z | Done |
253 | 2025-03-19T23:20:26.025Z | Done |
254 | 2025-03-19T23:20:26.488Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
255 | 2025-03-19T23:20:26.488Z | clang system 15 system |
256 | 2025-03-19T23:20:26.488Z | csh system system illumos |
257 | 2025-03-19T23:20:26.488Z | ctags system system illumos |
258 | 2025-03-19T23:20:26.488Z | gcc vendor 12 vendor |
259 | 2025-03-19T23:20:26.488Z | gcc system 10 system |
260 | 2025-03-19T23:20:26.488Z | gcc system 7 system |
261 | 2025-03-19T23:20:26.488Z | go system 1.20 system |
262 | 2025-03-19T23:20:26.488Z | go system 1.19 system |
263 | 2025-03-19T23:20:26.488Z | llvm system 15 system |
264 | 2025-03-19T23:20:26.488Z | llvm system 14 system |
265 | 2025-03-19T23:20:26.488Z | mariadb system 10.6 system |
266 | 2025-03-19T23:20:26.488Z | mta vendor vendor dma |
267 | 2025-03-19T23:20:26.488Z | openjdk system 17 system |
268 | 2025-03-19T23:20:26.488Z | openjdk system 11 system |
269 | 2025-03-19T23:20:26.488Z | openjdk system 1.8 system |
270 | 2025-03-19T23:20:26.488Z | openssl vendor 3 vendor |
271 | 2025-03-19T23:20:26.488Z | perl system 5.36 system |
272 | 2025-03-19T23:20:26.488Z | postgresql system 15 system |
273 | 2025-03-19T23:20:26.488Z | postgresql system 13 system |
274 | 2025-03-19T23:20:26.488Z | python vendor 3 vendor |
275 | 2025-03-19T23:20:26.488Z | python system 2 system |
276 | 2025-03-19T23:20:26.488Z | python3 system 3.11 system |
277 | 2025-03-19T23:20:26.488Z | ruby system 3.0 system |
278 | 2025-03-19T23:20:26.488Z | words vendor vendor american-english |
279 | 2025-03-19T23:20:26.488Z | words system system australian-english |
280 | 2025-03-19T23:20:26.488Z | words system system british-english |
281 | 2025-03-19T23:20:26.488Z | words system system canadian-english |
282 | 2025-03-19T23:20:26.488Z | words system system french |
283 | 2025-03-19T23:20:26.488Z | words system system italian |
284 | 2025-03-19T23:20:26.489Z | words system system ngerman |
285 | 2025-03-19T23:20:26.489Z | words system system ogerman |
286 | 2025-03-19T23:20:26.489Z | words system system spanish |
287 | 2025-03-19T23:20:26.832Z | PUBLISHER TYPE STATUS P LOCATION |
288 | 2025-03-19T23:20:26.832Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
289 | 2025-03-19T23:20:30.137Z | FMRI IFO |
290 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
291 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
292 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
293 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
294 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
295 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
296 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
297 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
298 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
299 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
300 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
301 | 2025-03-19T23:20:30.137Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
302 | 2025-03-19T23:20:30.138Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
303 | 2025-03-19T23:20:30.138Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
304 | 2025-03-19T23:20:30.138Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
305 | 2025-03-19T23:20:31.031Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
306 | 2025-03-19T23:20:31.322Z | Updating crates.io index |
307 | 2025-03-19T23:20:31.395Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-03-19T23:20:31.950Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
309 | 2025-03-19T23:20:32.230Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
310 | 2025-03-19T23:20:32.497Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
311 | 2025-03-19T23:20:32.856Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-03-19T23:20:33.903Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-03-19T23:20:36.162Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-03-19T23:20:36.826Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-03-19T23:20:37.952Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-03-19T23:20:38.218Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-03-19T23:20:38.622Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-03-19T23:20:39.210Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
319 | 2025-03-19T23:20:39.765Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
320 | 2025-03-19T23:20:40.087Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-03-19T23:20:40.463Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-03-19T23:20:40.743Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-03-19T23:20:40.998Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-03-19T23:20:41.243Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-03-19T23:20:41.577Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-03-19T23:20:41.875Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-03-19T23:20:42.248Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-03-19T23:20:42.550Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-03-19T23:20:42.902Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-03-19T23:20:43.173Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-03-19T23:20:43.782Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-03-19T23:20:44.070Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-03-19T23:20:44.430Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-03-19T23:20:44.873Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-03-19T23:20:45.141Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-03-19T23:20:45.400Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-03-19T23:20:45.669Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-03-19T23:20:47.228Z | Downloading crates ... |
339 | 2025-03-19T23:20:47.315Z | Downloaded anstyle v1.0.10 |
340 | 2025-03-19T23:20:47.318Z | Downloaded anstyle-query v1.1.1 |
341 | 2025-03-19T23:20:47.323Z | Downloaded block-buffer v0.10.4 |
342 | 2025-03-19T23:20:47.327Z | Downloaded bitflags v2.6.0 |
343 | 2025-03-19T23:20:47.332Z | Downloaded bytecount v0.6.8 |
344 | 2025-03-19T23:20:47.345Z | Downloaded equivalent v1.0.1 |
345 | 2025-03-19T23:20:47.350Z | Downloaded pretty-hex v0.4.1 |
346 | 2025-03-19T23:20:47.354Z | Downloaded winnow v0.7.3 |
347 | 2025-03-19T23:20:47.368Z | Downloaded swrite v0.1.0 |
348 | 2025-03-19T23:20:47.371Z | Downloaded usdt-macro v0.5.0 |
349 | 2025-03-19T23:20:47.371Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-03-19T23:20:47.375Z | Downloaded dtrace-parser v0.2.0 |
351 | 2025-03-19T23:20:47.378Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-03-19T23:20:47.378Z | Downloaded anstyle-parse v0.2.5 |
353 | 2025-03-19T23:20:47.383Z | Downloaded fnv v1.0.7 |
354 | 2025-03-19T23:20:47.387Z | Downloaded bitflags v1.3.2 |
355 | 2025-03-19T23:20:47.390Z | Downloaded digest v0.10.7 |
356 | 2025-03-19T23:20:47.390Z | Downloaded crypto-common v0.1.6 |
357 | 2025-03-19T23:20:47.394Z | Downloaded byteorder v1.5.0 |
358 | 2025-03-19T23:20:47.394Z | Downloaded fs-err v2.11.0 |
359 | 2025-03-19T23:20:47.397Z | Downloaded dof v0.3.0 |
360 | 2025-03-19T23:20:47.397Z | Downloaded itoa v1.0.11 |
361 | 2025-03-19T23:20:47.397Z | Downloaded colorchoice v1.0.2 |
362 | 2025-03-19T23:20:47.400Z | Downloaded cpufeatures v0.2.14 |
363 | 2025-03-19T23:20:47.400Z | Downloaded clap_lex v0.7.4 |
364 | 2025-03-19T23:20:47.400Z | Downloaded fastrand v2.1.1 |
365 | 2025-03-19T23:20:47.404Z | Downloaded strsim v0.11.1 |
366 | 2025-03-19T23:20:47.404Z | Downloaded thiserror-impl v2.0.11 |
367 | 2025-03-19T23:20:47.407Z | Downloaded terminal_size v0.4.0 |
368 | 2025-03-19T23:20:47.407Z | Downloaded plain v0.2.3 |
369 | 2025-03-19T23:20:47.410Z | Downloaded heck v0.5.0 |
370 | 2025-03-19T23:20:47.410Z | Downloaded heck v0.4.1 |
371 | 2025-03-19T23:20:47.410Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2025-03-19T23:20:47.413Z | Downloaded cfg-if v1.0.0 |
373 | 2025-03-19T23:20:47.413Z | Downloaded cargo-platform v0.1.8 |
374 | 2025-03-19T23:20:47.418Z | Downloaded toml_datetime v0.6.8 |
375 | 2025-03-19T23:20:47.421Z | Downloaded thiserror v1.0.69 |
376 | 2025-03-19T23:20:47.425Z | Downloaded tabled_derive v0.7.0 |
377 | 2025-03-19T23:20:47.428Z | Downloaded memmap v0.7.0 |
378 | 2025-03-19T23:20:47.428Z | Downloaded generic-array v0.14.7 |
379 | 2025-03-19T23:20:47.431Z | Downloaded errno v0.3.9 |
380 | 2025-03-19T23:20:47.431Z | Downloaded utf8parse v0.2.2 |
381 | 2025-03-19T23:20:47.434Z | Downloaded usdt v0.5.0 |
382 | 2025-03-19T23:20:47.434Z | Downloaded thread-id v4.2.2 |
383 | 2025-03-19T23:20:47.434Z | Downloaded smawk v0.3.2 |
384 | 2025-03-19T23:20:47.438Z | Downloaded pest_generator v2.7.14 |
385 | 2025-03-19T23:20:47.444Z | Downloaded unicode-linebreak v0.1.5 |
386 | 2025-03-19T23:20:47.448Z | Downloaded serde_tokenstream v0.2.2 |
387 | 2025-03-19T23:20:47.448Z | Downloaded version_check v0.9.5 |
388 | 2025-03-19T23:20:47.451Z | Downloaded terminal_size v0.2.6 |
389 | 2025-03-19T23:20:47.451Z | Downloaded serde_spanned v0.6.8 |
390 | 2025-03-19T23:20:47.451Z | Downloaded autocfg v1.4.0 |
391 | 2025-03-19T23:20:47.455Z | Downloaded camino v1.1.9 |
392 | 2025-03-19T23:20:47.459Z | Downloaded cargo_toml v0.21.0 |
393 | 2025-03-19T23:20:47.459Z | Downloaded pest_derive v2.7.14 |
394 | 2025-03-19T23:20:47.462Z | Downloaded cargo_metadata v0.19.2 |
395 | 2025-03-19T23:20:47.466Z | Downloaded io-lifetimes v1.0.11 |
396 | 2025-03-19T23:20:47.466Z | Downloaded anstream v0.6.15 |
397 | 2025-03-19T23:20:47.470Z | Downloaded once_cell v1.20.3 |
398 | 2025-03-19T23:20:47.473Z | Downloaded quote v1.0.39 |
399 | 2025-03-19T23:20:47.476Z | Downloaded semver v1.0.25 |
400 | 2025-03-19T23:20:47.476Z | Downloaded thiserror-impl v1.0.69 |
401 | 2025-03-19T23:20:47.480Z | Downloaded scroll v0.12.0 |
402 | 2025-03-19T23:20:47.480Z | Downloaded sha2 v0.10.8 |
403 | 2025-03-19T23:20:47.483Z | Downloaded tempfile v3.13.0 |
404 | 2025-03-19T23:20:47.494Z | Downloaded usdt-impl v0.5.0 |
405 | 2025-03-19T23:20:47.494Z | Downloaded proc-macro-error v1.0.4 |
406 | 2025-03-19T23:20:47.494Z | Downloaded macaddr v1.0.1 |
407 | 2025-03-19T23:20:47.494Z | Downloaded camino-tempfile v1.1.1 |
408 | 2025-03-19T23:20:47.494Z | Downloaded zerocopy-derive v0.7.35 |
409 | 2025-03-19T23:20:47.498Z | Downloaded is_terminal_polyfill v1.70.1 |
410 | 2025-03-19T23:20:47.499Z | Downloaded proc-macro2 v1.0.94 |
411 | 2025-03-19T23:20:47.502Z | Downloaded ucd-trie v0.1.7 |
412 | 2025-03-19T23:20:47.505Z | Downloaded pest_meta v2.7.14 |
413 | 2025-03-19T23:20:47.505Z | Downloaded log v0.4.22 |
414 | 2025-03-19T23:20:47.509Z | Downloaded clap_derive v4.5.28 |
415 | 2025-03-19T23:20:47.513Z | Downloaded unicode-ident v1.0.14 |
416 | 2025-03-19T23:20:47.516Z | Downloaded thiserror v2.0.11 |
417 | 2025-03-19T23:20:47.521Z | Downloaded typenum v1.17.0 |
418 | 2025-03-19T23:20:47.526Z | Downloaded papergrid v0.11.0 |
419 | 2025-03-19T23:20:47.529Z | Downloaded toml v0.8.20 |
420 | 2025-03-19T23:20:47.533Z | Downloaded serde_derive v1.0.218 |
421 | 2025-03-19T23:20:47.536Z | Downloaded ryu v1.0.18 |
422 | 2025-03-19T23:20:47.539Z | Downloaded textwrap v0.16.1 |
423 | 2025-03-19T23:20:47.542Z | Downloaded anyhow v1.0.97 |
424 | 2025-03-19T23:20:47.545Z | Downloaded indexmap v2.7.1 |
425 | 2025-03-19T23:20:47.549Z | Downloaded clap v4.5.31 |
426 | 2025-03-19T23:20:47.556Z | Downloaded serde v1.0.218 |
427 | 2025-03-19T23:20:47.560Z | Downloaded memchr v2.7.4 |
428 | 2025-03-19T23:20:47.576Z | Downloaded toml_edit v0.22.24 |
429 | 2025-03-19T23:20:47.607Z | Downloaded pest v2.7.14 |
430 | 2025-03-19T23:20:47.624Z | Downloaded serde_json v1.0.139 |
431 | 2025-03-19T23:20:47.631Z | Downloaded hashbrown v0.15.1 |
432 | 2025-03-19T23:20:47.637Z | Downloaded zerocopy v0.7.35 |
433 | 2025-03-19T23:20:47.652Z | Downloaded clap_builder v4.5.31 |
434 | 2025-03-19T23:20:47.658Z | Downloaded tabled v0.15.0 |
435 | 2025-03-19T23:20:47.674Z | Downloaded goblin v0.8.2 |
436 | 2025-03-19T23:20:47.684Z | Downloaded syn v1.0.109 |
437 | 2025-03-19T23:20:47.701Z | Downloaded unicode-width v0.1.14 |
438 | 2025-03-19T23:20:47.709Z | Downloaded syn v2.0.98 |
439 | 2025-03-19T23:20:47.721Z | Downloaded rustix v0.37.28 |
440 | 2025-03-19T23:20:47.739Z | Downloaded rustix v0.38.37 |
441 | 2025-03-19T23:20:47.770Z | Downloaded libc v0.2.170 |
442 | 2025-03-19T23:20:47.914Z | Compiling proc-macro2 v1.0.94 |
443 | 2025-03-19T23:20:47.914Z | Compiling unicode-ident v1.0.14 |
444 | 2025-03-19T23:20:47.914Z | Compiling version_check v0.9.5 |
445 | 2025-03-19T23:20:47.918Z | Compiling serde v1.0.218 |
446 | 2025-03-19T23:20:47.918Z | Compiling libc v0.2.170 |
447 | 2025-03-19T23:20:47.951Z | Compiling memchr v2.7.4 |
448 | 2025-03-19T23:20:47.955Z | Compiling thiserror v1.0.69 |
449 | 2025-03-19T23:20:47.955Z | Compiling itoa v1.0.11 |
450 | 2025-03-19T23:20:48.200Z | Compiling ryu v1.0.18 |
451 | 2025-03-19T23:20:48.258Z | Compiling ucd-trie v0.1.7 |
452 | 2025-03-19T23:20:48.640Z | Compiling once_cell v1.20.3 |
453 | 2025-03-19T23:20:48.687Z | Compiling byteorder v1.5.0 |
454 | 2025-03-19T23:20:48.794Z | Compiling serde_json v1.0.139 |
455 | 2025-03-19T23:20:48.952Z | Compiling rustix v0.38.37 |
456 | 2025-03-19T23:20:49.197Z | Compiling bitflags v2.6.0 |
457 | 2025-03-19T23:20:49.222Z | Compiling usdt-impl v0.5.0 |
458 | 2025-03-19T23:20:49.549Z | Compiling proc-macro-error-attr v1.0.4 |
459 | 2025-03-19T23:20:49.579Z | Compiling syn v1.0.109 |
460 | 2025-03-19T23:20:49.615Z | Compiling io-lifetimes v1.0.11 |
461 | 2025-03-19T23:20:49.752Z | Compiling quote v1.0.39 |
462 | 2025-03-19T23:20:49.828Z | Compiling proc-macro-error v1.0.4 |
463 | 2025-03-19T23:20:49.859Z | Compiling errno v0.3.9 |
464 | 2025-03-19T23:20:50.114Z | Compiling syn v2.0.98 |
465 | 2025-03-19T23:20:50.239Z | Compiling log v0.4.22 |
466 | 2025-03-19T23:20:50.278Z | Compiling equivalent v1.0.1 |
467 | 2025-03-19T23:20:50.347Z | Compiling hashbrown v0.15.1 |
468 | 2025-03-19T23:20:50.380Z | Compiling utf8parse v0.2.2 |
469 | 2025-03-19T23:20:50.411Z | Compiling rustix v0.37.28 |
470 | 2025-03-19T23:20:50.503Z | Compiling thread-id v4.2.2 |
471 | 2025-03-19T23:20:50.556Z | Compiling camino v1.1.9 |
472 | 2025-03-19T23:20:50.598Z | Compiling plain v0.2.3 |
473 | 2025-03-19T23:20:50.629Z | Compiling anstyle-parse v0.2.5 |
474 | 2025-03-19T23:20:51.299Z | Compiling anstyle-query v1.1.1 |
475 | 2025-03-19T23:20:51.354Z | Compiling semver v1.0.25 |
476 | 2025-03-19T23:20:51.466Z | Compiling indexmap v2.7.1 |
477 | 2025-03-19T23:20:51.528Z | Compiling is_terminal_polyfill v1.70.1 |
478 | 2025-03-19T23:20:51.553Z | Compiling thiserror v2.0.11 |
479 | 2025-03-19T23:20:51.579Z | Compiling pretty-hex v0.4.1 |
480 | 2025-03-19T23:20:51.681Z | Compiling unicode-width v0.1.14 |
481 | 2025-03-19T23:20:51.826Z | Compiling autocfg v1.4.0 |
482 | 2025-03-19T23:20:51.863Z | Compiling winnow v0.7.3 |
483 | 2025-03-19T23:20:52.166Z | Compiling bitflags v1.3.2 |
484 | 2025-03-19T23:20:52.227Z | Compiling colorchoice v1.0.2 |
485 | 2025-03-19T23:20:52.283Z | Compiling anstyle v1.0.10 |
486 | 2025-03-19T23:20:52.679Z | Compiling anstream v0.6.15 |
487 | 2025-03-19T23:20:52.781Z | Compiling terminal_size v0.4.0 |
488 | 2025-03-19T23:20:52.827Z | Compiling fs-err v2.11.0 |
489 | 2025-03-19T23:20:53.158Z | Compiling bytecount v0.6.8 |
490 | 2025-03-19T23:20:53.249Z | Compiling strsim v0.11.1 |
491 | 2025-03-19T23:20:53.253Z | Compiling cfg-if v1.0.0 |
492 | 2025-03-19T23:20:53.300Z | Compiling fnv v1.0.7 |
493 | 2025-03-19T23:20:53.375Z | Compiling heck v0.5.0 |
494 | 2025-03-19T23:20:53.400Z | Compiling heck v0.4.1 |
495 | 2025-03-19T23:20:53.459Z | Compiling anyhow v1.0.97 |
496 | 2025-03-19T23:20:53.671Z | Compiling clap_lex v0.7.4 |
497 | 2025-03-19T23:20:53.964Z | Compiling fastrand v2.1.1 |
498 | 2025-03-19T23:20:54.118Z | Compiling clap_builder v4.5.31 |
499 | 2025-03-19T23:20:54.247Z | Compiling terminal_size v0.2.6 |
500 | 2025-03-19T23:20:54.412Z | Compiling tempfile v3.13.0 |
501 | 2025-03-19T23:20:54.454Z | Compiling papergrid v0.11.0 |
502 | 2025-03-19T23:20:54.483Z | Compiling memmap v0.7.0 |
503 | 2025-03-19T23:20:54.646Z | Compiling smawk v0.3.2 |
504 | 2025-03-19T23:20:54.826Z | Compiling unicode-linebreak v0.1.5 |
505 | 2025-03-19T23:20:55.316Z | Compiling textwrap v0.16.1 |
506 | 2025-03-19T23:20:55.341Z | Compiling swrite v0.1.0 |
507 | 2025-03-19T23:20:55.852Z | Compiling tabled_derive v0.7.0 |
508 | 2025-03-19T23:20:57.436Z | Compiling serde_derive v1.0.218 |
509 | 2025-03-19T23:20:57.436Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-03-19T23:20:57.441Z | Compiling zerocopy-derive v0.7.35 |
511 | 2025-03-19T23:20:57.442Z | Compiling scroll_derive v0.12.0 |
512 | 2025-03-19T23:20:57.442Z | Compiling thiserror-impl v2.0.11 |
513 | 2025-03-19T23:20:57.442Z | Compiling clap_derive v4.5.28 |
514 | 2025-03-19T23:20:57.547Z | Compiling tabled v0.15.0 |
515 | 2025-03-19T23:20:58.861Z | Compiling scroll v0.12.0 |
516 | 2025-03-19T23:20:59.392Z | Compiling goblin v0.8.2 |
517 | 2025-03-19T23:20:59.558Z | Compiling zerocopy v0.7.35 |
518 | 2025-03-19T23:21:00.527Z | Compiling pest v2.7.14 |
519 | 2025-03-19T23:21:01.974Z | Compiling clap v4.5.31 |
520 | 2025-03-19T23:21:02.867Z | Compiling pest_meta v2.7.14 |
521 | 2025-03-19T23:21:03.810Z | Compiling pest_generator v2.7.14 |
522 | 2025-03-19T23:21:05.208Z | Compiling pest_derive v2.7.14 |
523 | 2025-03-19T23:21:05.816Z | Compiling dtrace-parser v0.2.0 |
524 | 2025-03-19T23:21:06.775Z | Compiling serde_tokenstream v0.2.2 |
525 | 2025-03-19T23:21:06.843Z | Compiling toml_datetime v0.6.8 |
526 | 2025-03-19T23:21:06.847Z | Compiling serde_spanned v0.6.8 |
527 | 2025-03-19T23:21:06.975Z | Compiling cargo-platform v0.1.8 |
528 | 2025-03-19T23:21:07.164Z | Compiling macaddr v1.0.1 |
529 | 2025-03-19T23:21:07.305Z | Compiling toml_edit v0.22.24 |
530 | 2025-03-19T23:21:07.427Z | Compiling camino-tempfile v1.1.1 |
531 | 2025-03-19T23:21:08.138Z | Compiling dof v0.3.0 |
532 | 2025-03-19T23:21:08.205Z | Compiling cargo_metadata v0.19.2 |
533 | 2025-03-19T23:21:09.451Z | Compiling usdt-attr-macro v0.5.0 |
534 | 2025-03-19T23:21:09.451Z | Compiling usdt-macro v0.5.0 |
535 | 2025-03-19T23:21:10.149Z | Compiling toml v0.8.20 |
536 | 2025-03-19T23:21:10.531Z | Compiling usdt v0.5.0 |
537 | 2025-03-19T23:21:10.946Z | Compiling cargo_toml v0.21.0 |
538 | 2025-03-19T23:21:13.452Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
539 | 2025-03-19T23:21:16.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.81s |
540 | 2025-03-19T23:21:16.836Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
541 | 2025-03-19T23:21:17.390Z | Downloading crates ... |
542 | 2025-03-19T23:21:17.514Z | Downloaded adler2 v2.0.0 |
543 | 2025-03-19T23:21:17.518Z | Downloaded atomicwrites v0.4.4 |
544 | 2025-03-19T23:21:17.523Z | Downloaded async-stream-impl v0.3.6 |
545 | 2025-03-19T23:21:17.526Z | Downloaded headers-core v0.3.0 |
546 | 2025-03-19T23:21:17.527Z | Downloaded assert_matches v1.5.0 |
547 | 2025-03-19T23:21:17.530Z | Downloaded crunchy v0.2.2 |
548 | 2025-03-19T23:21:17.535Z | Downloaded atty v0.2.14 |
549 | 2025-03-19T23:21:17.535Z | Downloaded ciborium-io v0.2.2 |
550 | 2025-03-19T23:21:17.540Z | Downloaded heck v0.3.3 |
551 | 2025-03-19T23:21:17.540Z | Downloaded heapless v0.8.0 |
552 | 2025-03-19T23:21:17.543Z | Downloaded ctr v0.9.2 |
553 | 2025-03-19T23:21:17.546Z | Downloaded cfg_aliases v0.1.1 |
554 | 2025-03-19T23:21:17.546Z | Downloaded cfg_aliases v0.2.1 |
555 | 2025-03-19T23:21:17.552Z | Downloaded ident_case v1.0.1 |
556 | 2025-03-19T23:21:17.552Z | Downloaded hubpack_derive v0.1.1 |
557 | 2025-03-19T23:21:17.552Z | Downloaded cstr-argument v0.1.2 |
558 | 2025-03-19T23:21:17.552Z | Downloaded is_ci v1.2.0 |
559 | 2025-03-19T23:21:17.552Z | Downloaded crucible-workspace-hack v0.1.0 |
560 | 2025-03-19T23:21:17.552Z | Downloaded icu_provider_macros v1.5.0 |
561 | 2025-03-19T23:21:17.557Z | Downloaded bitfield v0.14.0 |
562 | 2025-03-19T23:21:17.557Z | Downloaded match_cfg v0.1.0 |
563 | 2025-03-19T23:21:17.557Z | Downloaded bit-set v0.5.3 |
564 | 2025-03-19T23:21:17.560Z | Downloaded async-stream v0.3.6 |
565 | 2025-03-19T23:21:17.560Z | Downloaded bit-set v0.8.0 |
566 | 2025-03-19T23:21:17.565Z | Downloaded aead v0.5.2 |
567 | 2025-03-19T23:21:17.565Z | Downloaded crc-catalog v2.4.0 |
568 | 2025-03-19T23:21:17.569Z | Downloaded bitfield-struct v0.6.2 |
569 | 2025-03-19T23:21:17.569Z | Downloaded ascii-canvas v3.0.0 |
570 | 2025-03-19T23:21:17.569Z | Downloaded arrayref v0.3.9 |
571 | 2025-03-19T23:21:17.573Z | Downloaded bcrypt-pbkdf v0.10.0 |
572 | 2025-03-19T23:21:17.573Z | Downloaded http-range v0.1.5 |
573 | 2025-03-19T23:21:17.573Z | Downloaded http-body v1.0.1 |
574 | 2025-03-19T23:21:17.576Z | Downloaded kstat-rs v0.2.4 |
575 | 2025-03-19T23:21:17.576Z | Downloaded base16ct v0.2.0 |
576 | 2025-03-19T23:21:17.583Z | Downloaded crc v3.2.1 |
577 | 2025-03-19T23:21:17.583Z | Downloaded blowfish v0.9.1 |
578 | 2025-03-19T23:21:17.583Z | Downloaded md5 v0.7.0 |
579 | 2025-03-19T23:21:17.586Z | Downloaded cexpr v0.6.0 |
580 | 2025-03-19T23:21:17.587Z | Downloaded cobs v0.2.3 |
581 | 2025-03-19T23:21:17.590Z | Downloaded atomic-waker v1.1.2 |
582 | 2025-03-19T23:21:17.590Z | Downloaded httpdate v1.0.3 |
583 | 2025-03-19T23:21:17.590Z | Downloaded chrono-tz-build v0.4.0 |
584 | 2025-03-19T23:21:17.594Z | Downloaded bb8 v0.8.5 |
585 | 2025-03-19T23:21:17.594Z | Downloaded convert_case v0.4.0 |
586 | 2025-03-19T23:21:17.594Z | Downloaded cmake v0.1.51 |
587 | 2025-03-19T23:21:17.598Z | Downloaded lazy_static v1.5.0 |
588 | 2025-03-19T23:21:17.598Z | Downloaded buf-list v1.0.3 |
589 | 2025-03-19T23:21:17.601Z | Downloaded keccak v0.1.5 |
590 | 2025-03-19T23:21:17.606Z | Downloaded indoc v2.0.6 |
591 | 2025-03-19T23:21:17.611Z | Downloaded pretty-hex v0.2.1 |
592 | 2025-03-19T23:21:17.611Z | Downloaded maplit v1.0.2 |
593 | 2025-03-19T23:21:17.612Z | Downloaded cargo_metadata v0.18.1 |
594 | 2025-03-19T23:21:17.617Z | Downloaded lru v0.12.5 |
595 | 2025-03-19T23:21:17.617Z | Downloaded cipher v0.4.4 |
596 | 2025-03-19T23:21:17.617Z | Downloaded libsw v3.4.0 |
597 | 2025-03-19T23:21:17.622Z | Downloaded md-5 v0.10.6 |
598 | 2025-03-19T23:21:17.622Z | Downloaded linked-hash-map v0.5.6 |
599 | 2025-03-19T23:21:17.622Z | Downloaded inout v0.1.3 |
600 | 2025-03-19T23:21:17.627Z | Downloaded http-body-util v0.1.2 |
601 | 2025-03-19T23:21:17.627Z | Downloaded maybe-uninit v2.0.0 |
602 | 2025-03-19T23:21:17.627Z | Downloaded mime_guess v2.0.5 |
603 | 2025-03-19T23:21:17.630Z | Downloaded lru-cache v0.1.2 |
604 | 2025-03-19T23:21:17.630Z | Downloaded async-trait v0.1.87 |
605 | 2025-03-19T23:21:17.634Z | Downloaded linear-map v1.2.0 |
606 | 2025-03-19T23:21:17.641Z | Downloaded indent_write v2.2.0 |
607 | 2025-03-19T23:21:17.641Z | Downloaded colored v2.2.0 |
608 | 2025-03-19T23:21:17.645Z | Downloaded managed v0.8.0 |
609 | 2025-03-19T23:21:17.645Z | Downloaded memoffset v0.9.1 |
610 | 2025-03-19T23:21:17.645Z | Downloaded ciborium v0.2.2 |
611 | 2025-03-19T23:21:17.649Z | Downloaded humantime v2.1.0 |
612 | 2025-03-19T23:21:17.653Z | Downloaded bzip2 v0.4.4 |
613 | 2025-03-19T23:21:17.654Z | Downloaded crc32fast v1.4.2 |
614 | 2025-03-19T23:21:17.658Z | Downloaded hyper-staticfile v0.10.1 |
615 | 2025-03-19T23:21:17.658Z | Downloaded hostname v0.3.1 |
616 | 2025-03-19T23:21:17.661Z | Downloaded async-bb8-diesel v0.2.1 |
617 | 2025-03-19T23:21:17.661Z | Downloaded serde_urlencoded v0.7.1 |
618 | 2025-03-19T23:21:17.664Z | Downloaded mime v0.3.17 |
619 | 2025-03-19T23:21:17.664Z | Downloaded lock_api v0.4.12 |
620 | 2025-03-19T23:21:17.670Z | Downloaded cancel-safe-futures v0.1.5 |
621 | 2025-03-19T23:21:17.674Z | Downloaded icu_locid_transform v1.5.0 |
622 | 2025-03-19T23:21:17.675Z | Downloaded tinyvec_macros v0.1.1 |
623 | 2025-03-19T23:21:17.679Z | Downloaded proc-macro-error-attr2 v2.0.0 |
624 | 2025-03-19T23:21:17.679Z | Downloaded memmap2 v0.9.5 |
625 | 2025-03-19T23:21:17.684Z | Downloaded tower-service v0.3.3 |
626 | 2025-03-19T23:21:17.684Z | Downloaded tower-layer v0.3.3 |
627 | 2025-03-19T23:21:17.684Z | Downloaded waitgroup v0.1.2 |
628 | 2025-03-19T23:21:17.684Z | Downloaded want v0.3.1 |
629 | 2025-03-19T23:21:17.688Z | Downloaded ref-cast v1.0.23 |
630 | 2025-03-19T23:21:17.688Z | Downloaded downcast v0.11.0 |
631 | 2025-03-19T23:21:17.692Z | Downloaded foreign-types v0.3.2 |
632 | 2025-03-19T23:21:17.692Z | Downloaded headers v0.4.0 |
633 | 2025-03-19T23:21:17.696Z | Downloaded derive_builder_macro v0.20.2 |
634 | 2025-03-19T23:21:17.699Z | Downloaded bit-vec v0.8.0 |
635 | 2025-03-19T23:21:17.700Z | Downloaded foreign-types v0.5.0 |
636 | 2025-03-19T23:21:17.711Z | Downloaded crossbeam-epoch v0.9.18 |
637 | 2025-03-19T23:21:17.712Z | Downloaded futures-io v0.3.31 |
638 | 2025-03-19T23:21:17.712Z | Downloaded crc-any v2.5.0 |
639 | 2025-03-19T23:21:17.712Z | Downloaded signal-hook-registry v1.4.2 |
640 | 2025-03-19T23:21:17.712Z | Downloaded tokio-native-tls v0.3.1 |
641 | 2025-03-19T23:21:17.712Z | Downloaded crossbeam-utils v0.8.20 |
642 | 2025-03-19T23:21:17.716Z | Downloaded icu_normalizer v1.5.0 |
643 | 2025-03-19T23:21:17.719Z | Downloaded stringprep v0.1.5 |
644 | 2025-03-19T23:21:17.724Z | Downloaded strum_macros v0.25.3 |
645 | 2025-03-19T23:21:17.727Z | Downloaded arc-swap v1.7.1 |
646 | 2025-03-19T23:21:17.731Z | Downloaded termtree v0.5.1 |
647 | 2025-03-19T23:21:17.731Z | Downloaded utf-8 v0.7.6 |
648 | 2025-03-19T23:21:17.734Z | Downloaded openssl-probe v0.1.5 |
649 | 2025-03-19T23:21:17.734Z | Downloaded progenitor-client v0.9.1 |
650 | 2025-03-19T23:21:17.739Z | Downloaded openssl-macros v0.1.1 |
651 | 2025-03-19T23:21:17.739Z | Downloaded rustc-demangle v0.1.24 |
652 | 2025-03-19T23:21:17.739Z | Downloaded typify-macro v0.3.0 |
653 | 2025-03-19T23:21:17.739Z | Downloaded typify-macro v0.2.0 |
654 | 2025-03-19T23:21:17.743Z | Downloaded zeroize v1.8.1 |
655 | 2025-03-19T23:21:17.743Z | Downloaded zerofrom-derive v0.1.4 |
656 | 2025-03-19T23:21:17.746Z | Downloaded allocator-api2 v0.2.18 |
657 | 2025-03-19T23:21:17.750Z | Downloaded fd-lock v4.0.2 |
658 | 2025-03-19T23:21:17.753Z | Downloaded clang-sys v1.8.1 |
659 | 2025-03-19T23:21:17.753Z | Downloaded subprocess v0.2.9 |
660 | 2025-03-19T23:21:17.757Z | Downloaded ref-cast-impl v1.0.23 |
661 | 2025-03-19T23:21:17.760Z | Downloaded icu_normalizer_data v1.5.0 |
662 | 2025-03-19T23:21:17.760Z | Downloaded rustc_version v0.1.7 |
663 | 2025-03-19T23:21:17.763Z | Downloaded hyper-rustls v0.27.3 |
664 | 2025-03-19T23:21:17.767Z | Downloaded either v1.14.0 |
665 | 2025-03-19T23:21:17.767Z | Downloaded futures-macro v0.3.31 |
666 | 2025-03-19T23:21:17.770Z | Downloaded snafu-derive v0.8.5 |
667 | 2025-03-19T23:21:17.770Z | Downloaded foreign-types-macros v0.2.3 |
668 | 2025-03-19T23:21:17.773Z | Downloaded termtree v0.4.1 |
669 | 2025-03-19T23:21:17.773Z | Downloaded num-integer v0.1.46 |
670 | 2025-03-19T23:21:17.777Z | Downloaded highway v1.3.0 |
671 | 2025-03-19T23:21:17.777Z | Downloaded ghash v0.5.1 |
672 | 2025-03-19T23:21:17.780Z | Downloaded toolchain_find v0.4.0 |
673 | 2025-03-19T23:21:17.780Z | Downloaded strum_macros v0.26.4 |
674 | 2025-03-19T23:21:17.783Z | Downloaded parse-display v0.10.0 |
675 | 2025-03-19T23:21:17.787Z | Downloaded indicatif v0.17.11 |
676 | 2025-03-19T23:21:17.790Z | Downloaded topological-sort v0.2.2 |
677 | 2025-03-19T23:21:17.793Z | Downloaded icu_properties v1.5.1 |
678 | 2025-03-19T23:21:17.796Z | Downloaded percent-encoding v2.3.1 |
679 | 2025-03-19T23:21:17.796Z | Downloaded paste v1.0.15 |
680 | 2025-03-19T23:21:17.800Z | Downloaded darling_macro v0.20.10 |
681 | 2025-03-19T23:21:17.800Z | Downloaded tokio-macros v2.5.0 |
682 | 2025-03-19T23:21:17.803Z | Downloaded derive_builder_core v0.20.2 |
683 | 2025-03-19T23:21:17.803Z | Downloaded dirs-sys-next v0.1.2 |
684 | 2025-03-19T23:21:17.807Z | Downloaded sec1 v0.7.3 |
685 | 2025-03-19T23:21:17.807Z | Downloaded signal-hook v0.3.17 |
686 | 2025-03-19T23:21:17.812Z | Downloaded ron v0.7.1 |
687 | 2025-03-19T23:21:17.816Z | Downloaded bytes v1.10.1 |
688 | 2025-03-19T23:21:17.822Z | Downloaded new_debug_unreachable v1.0.6 |
689 | 2025-03-19T23:21:17.825Z | Downloaded serde_path_to_error v0.1.16 |
690 | 2025-03-19T23:21:17.825Z | Downloaded flagset v0.4.6 |
691 | 2025-03-19T23:21:17.829Z | Downloaded static_assertions v1.1.0 |
692 | 2025-03-19T23:21:17.832Z | Downloaded newline-converter v0.3.0 |
693 | 2025-03-19T23:21:17.832Z | Downloaded tinystr v0.7.6 |
694 | 2025-03-19T23:21:17.835Z | Downloaded string_cache v0.8.7 |
695 | 2025-03-19T23:21:17.835Z | Downloaded toml v0.7.8 |
696 | 2025-03-19T23:21:17.839Z | Downloaded termios v0.3.3 |
697 | 2025-03-19T23:21:17.842Z | Downloaded icu_collections v1.5.0 |
698 | 2025-03-19T23:21:17.848Z | Downloaded predicates v3.1.3 |
699 | 2025-03-19T23:21:17.851Z | Downloaded embedded-io v0.6.1 |
700 | 2025-03-19T23:21:17.855Z | Downloaded zone v0.3.0 |
701 | 2025-03-19T23:21:17.855Z | Downloaded primeorder v0.13.6 |
702 | 2025-03-19T23:21:17.858Z | Downloaded futures-core v0.3.31 |
703 | 2025-03-19T23:21:17.858Z | Downloaded progenitor v0.9.1 |
704 | 2025-03-19T23:21:17.862Z | Downloaded sqlparser_derive v0.2.2 |
705 | 2025-03-19T23:21:17.862Z | Downloaded unicode-xid v0.2.6 |
706 | 2025-03-19T23:21:17.865Z | Downloaded debug-ignore v1.0.5 |
707 | 2025-03-19T23:21:17.865Z | Downloaded unicode-truncate v1.1.0 |
708 | 2025-03-19T23:21:17.869Z | Downloaded salsa20 v0.10.2 |
709 | 2025-03-19T23:21:17.869Z | Downloaded hash32 v0.2.1 |
710 | 2025-03-19T23:21:17.873Z | Downloaded dunce v1.0.5 |
711 | 2025-03-19T23:21:17.873Z | Downloaded zopfli v0.8.1 |
712 | 2025-03-19T23:21:17.876Z | Downloaded take_mut v0.2.2 |
713 | 2025-03-19T23:21:17.876Z | Downloaded float-cmp v0.10.0 |
714 | 2025-03-19T23:21:17.879Z | Downloaded siphasher v0.3.11 |
715 | 2025-03-19T23:21:17.880Z | Downloaded crossbeam-channel v0.5.13 |
716 | 2025-03-19T23:21:17.883Z | Downloaded num_enum v0.5.11 |
717 | 2025-03-19T23:21:17.889Z | Downloaded vte_generate_state_changes v0.1.2 |
718 | 2025-03-19T23:21:17.893Z | Downloaded native-tls v0.2.12 |
719 | 2025-03-19T23:21:17.905Z | Downloaded powerfmt v0.2.0 |
720 | 2025-03-19T23:21:17.909Z | Downloaded hyper-util v0.1.10 |
721 | 2025-03-19T23:21:17.913Z | Downloaded peg v0.8.5 |
722 | 2025-03-19T23:21:17.917Z | Downloaded foreign-types-shared v0.1.1 |
723 | 2025-03-19T23:21:17.917Z | Downloaded data-encoding v2.6.0 |
724 | 2025-03-19T23:21:17.921Z | Downloaded minimal-lexical v0.2.1 |
725 | 2025-03-19T23:21:17.925Z | Downloaded number_prefix v0.4.0 |
726 | 2025-03-19T23:21:17.925Z | Downloaded fxhash v0.2.1 |
727 | 2025-03-19T23:21:17.930Z | Downloaded ssh-cipher v0.2.0 |
728 | 2025-03-19T23:21:17.930Z | Downloaded rand_core v0.6.4 |
729 | 2025-03-19T23:21:17.930Z | Downloaded precomputed-hash v0.1.1 |
730 | 2025-03-19T23:21:17.934Z | Downloaded newtype_derive v0.1.6 |
731 | 2025-03-19T23:21:17.934Z | Downloaded dirs-next v2.0.0 |
732 | 2025-03-19T23:21:17.934Z | Downloaded cc v1.2.15 |
733 | 2025-03-19T23:21:17.938Z | Downloaded ssh-encoding v0.2.0 |
734 | 2025-03-19T23:21:17.942Z | Downloaded aes v0.8.4 |
735 | 2025-03-19T23:21:17.945Z | Downloaded zerovec-derive v0.10.3 |
736 | 2025-03-19T23:21:17.946Z | Downloaded xattr v1.3.1 |
737 | 2025-03-19T23:21:17.949Z | Downloaded hickory-server v0.24.4 |
738 | 2025-03-19T23:21:17.954Z | Downloaded signal-hook-tokio v0.3.1 |
739 | 2025-03-19T23:21:17.957Z | Downloaded rand_seeder v0.3.0 |
740 | 2025-03-19T23:21:17.957Z | Downloaded progenitor-client v0.8.0 |
741 | 2025-03-19T23:21:17.961Z | Downloaded pin-project-lite v0.2.14 |
742 | 2025-03-19T23:21:17.964Z | Downloaded elliptic-curve v0.13.8 |
743 | 2025-03-19T23:21:17.969Z | Downloaded xz2 v0.1.7 |
744 | 2025-03-19T23:21:17.972Z | Downloaded http v1.2.0 |
745 | 2025-03-19T23:21:17.975Z | Downloaded write16 v1.0.0 |
746 | 2025-03-19T23:21:17.979Z | Downloaded futures-channel v0.3.31 |
747 | 2025-03-19T23:21:17.982Z | Downloaded gethostname v0.5.0 |
748 | 2025-03-19T23:21:17.982Z | Downloaded phf_codegen v0.11.2 |
749 | 2025-03-19T23:21:17.982Z | Downloaded filetime v0.2.25 |
750 | 2025-03-19T23:21:17.986Z | Downloaded socket2 v0.5.8 |
751 | 2025-03-19T23:21:17.989Z | Downloaded ppv-lite86 v0.2.20 |
752 | 2025-03-19T23:21:17.989Z | Downloaded foreign-types-shared v0.3.1 |
753 | 2025-03-19T23:21:17.993Z | Downloaded sha1 v0.10.6 |
754 | 2025-03-19T23:21:17.993Z | Downloaded futures-task v0.3.31 |
755 | 2025-03-19T23:21:17.993Z | Downloaded foldhash v0.1.3 |
756 | 2025-03-19T23:21:17.997Z | Downloaded sct v0.7.1 |
757 | 2025-03-19T23:21:18.000Z | Downloaded thread_local v1.1.8 |
758 | 2025-03-19T23:21:18.000Z | Downloaded wait-timeout v0.2.0 |
759 | 2025-03-19T23:21:18.004Z | Downloaded unicode-properties v0.1.3 |
760 | 2025-03-19T23:21:18.008Z | Downloaded deranged v0.3.11 |
761 | 2025-03-19T23:21:18.008Z | Downloaded tokio-tungstenite v0.21.0 |
762 | 2025-03-19T23:21:18.011Z | Downloaded progenitor v0.8.0 |
763 | 2025-03-19T23:21:18.011Z | Downloaded shlex v1.3.0 |
764 | 2025-03-19T23:21:18.015Z | Downloaded path-slash v0.1.5 |
765 | 2025-03-19T23:21:18.015Z | Downloaded futures-sink v0.3.31 |
766 | 2025-03-19T23:21:18.015Z | Downloaded rustls-pemfile v1.0.4 |
767 | 2025-03-19T23:21:18.018Z | Downloaded tiny-keccak v2.0.2 |
768 | 2025-03-19T23:21:18.022Z | Downloaded synstructure v0.13.1 |
769 | 2025-03-19T23:21:18.025Z | Downloaded tokio-tungstenite v0.23.1 |
770 | 2025-03-19T23:21:18.025Z | Downloaded tls_codec v0.4.1 |
771 | 2025-03-19T23:21:18.029Z | Downloaded des v0.8.1 |
772 | 2025-03-19T23:21:18.032Z | Downloaded tokio-postgres v0.7.13 |
773 | 2025-03-19T23:21:18.036Z | Downloaded sync_wrapper v1.0.1 |
774 | 2025-03-19T23:21:18.040Z | Downloaded sync-ptr v0.1.1 |
775 | 2025-03-19T23:21:18.040Z | Downloaded parse-size v1.1.0 |
776 | 2025-03-19T23:21:18.040Z | Downloaded darling_core v0.20.10 |
777 | 2025-03-19T23:21:18.044Z | Downloaded defmt v0.3.8 |
778 | 2025-03-19T23:21:18.049Z | Downloaded similar v2.7.0 |
779 | 2025-03-19T23:21:18.055Z | Downloaded try-lock v0.2.5 |
780 | 2025-03-19T23:21:18.058Z | Downloaded daft v0.1.2 |
781 | 2025-03-19T23:21:18.058Z | Downloaded fragile v2.0.0 |
782 | 2025-03-19T23:21:18.062Z | Downloaded pkcs1 v0.7.5 |
783 | 2025-03-19T23:21:18.066Z | Downloaded crossterm v0.28.1 |
784 | 2025-03-19T23:21:18.071Z | Downloaded document-features v0.2.10 |
785 | 2025-03-19T23:21:18.075Z | Downloaded num_threads v0.1.7 |
786 | 2025-03-19T23:21:18.075Z | Downloaded float-ord v0.3.2 |
787 | 2025-03-19T23:21:18.079Z | Downloaded rand_core v0.9.2 |
788 | 2025-03-19T23:21:18.079Z | Downloaded polyval v0.6.2 |
789 | 2025-03-19T23:21:18.082Z | Downloaded packed_struct_codegen v0.10.1 |
790 | 2025-03-19T23:21:18.082Z | Downloaded endian-type v0.1.2 |
791 | 2025-03-19T23:21:18.082Z | Downloaded smallvec v1.14.0 |
792 | 2025-03-19T23:21:18.085Z | Downloaded time-macros v0.2.18 |
793 | 2025-03-19T23:21:18.089Z | Downloaded funty v2.0.0 |
794 | 2025-03-19T23:21:18.089Z | Downloaded p256 v0.13.2 |
795 | 2025-03-19T23:21:18.092Z | Downloaded daft-derive v0.1.2 |
796 | 2025-03-19T23:21:18.098Z | Downloaded structmeta-derive v0.3.0 |
797 | 2025-03-19T23:21:18.101Z | Downloaded resolv-conf v0.7.0 |
798 | 2025-03-19T23:21:18.101Z | Downloaded darling v0.20.10 |
799 | 2025-03-19T23:21:18.106Z | Downloaded signature v2.2.0 |
800 | 2025-03-19T23:21:18.110Z | Downloaded aes-gcm v0.10.3 |
801 | 2025-03-19T23:21:18.113Z | Downloaded zerofrom v0.1.4 |
802 | 2025-03-19T23:21:18.116Z | Downloaded zeroize_derive v1.4.2 |
803 | 2025-03-19T23:21:18.117Z | Downloaded steno v0.4.1 |
804 | 2025-03-19T23:21:18.120Z | Downloaded strip-ansi-escapes v0.2.0 |
805 | 2025-03-19T23:21:18.123Z | Downloaded opaque-debug v0.3.1 |
806 | 2025-03-19T23:21:18.123Z | Downloaded fs_extra v1.3.0 |
807 | 2025-03-19T23:21:18.127Z | Downloaded tui-tree-widget v0.23.0 |
808 | 2025-03-19T23:21:18.127Z | Downloaded pkcs5 v0.7.1 |
809 | 2025-03-19T23:21:18.131Z | Downloaded progenitor-macro v0.9.1 |
810 | 2025-03-19T23:21:18.134Z | Downloaded ed25519 v2.2.3 |
811 | 2025-03-19T23:21:18.137Z | Downloaded predicates-tree v1.0.11 |
812 | 2025-03-19T23:21:18.137Z | Downloaded parse-display-derive v0.10.0 |
813 | 2025-03-19T23:21:18.138Z | Downloaded slog-stdlog v4.1.1 |
814 | 2025-03-19T23:21:18.141Z | Downloaded slog-term v2.9.1 |
815 | 2025-03-19T23:21:18.144Z | Downloaded postcard v1.0.10 |
816 | 2025-03-19T23:21:18.147Z | Downloaded getrandom v0.2.15 |
817 | 2025-03-19T23:21:18.151Z | Downloaded olpc-cjson v0.1.4 |
818 | 2025-03-19T23:21:18.151Z | Downloaded normalize-line-endings v0.3.0 |
819 | 2025-03-19T23:21:18.154Z | Downloaded untrusted v0.7.1 |
820 | 2025-03-19T23:21:18.154Z | Downloaded structmeta v0.3.0 |
821 | 2025-03-19T23:21:18.154Z | Downloaded sqlformat v0.2.6 |
822 | 2025-03-19T23:21:18.157Z | Downloaded slog-bunyan v2.5.0 |
823 | 2025-03-19T23:21:18.157Z | Downloaded diesel_table_macro_syntax v0.2.0 |
824 | 2025-03-19T23:21:18.160Z | Downloaded serde_yaml v0.9.34+deprecated |
825 | 2025-03-19T23:21:18.164Z | Downloaded oso-derive v0.27.3 |
826 | 2025-03-19T23:21:18.164Z | Downloaded spki v0.7.3 |
827 | 2025-03-19T23:21:18.167Z | Downloaded qorb v0.2.1 |
828 | 2025-03-19T23:21:18.171Z | Downloaded multimap v0.10.0 |
829 | 2025-03-19T23:21:18.175Z | Downloaded tracing-attributes v0.1.27 |
830 | 2025-03-19T23:21:18.175Z | Downloaded zone v0.1.8 |
831 | 2025-03-19T23:21:18.178Z | Downloaded publicsuffix v2.3.0 |
832 | 2025-03-19T23:21:18.182Z | Downloaded serde-big-array v0.5.1 |
833 | 2025-03-19T23:21:18.182Z | Downloaded rtoolbox v0.0.2 |
834 | 2025-03-19T23:21:18.185Z | Downloaded futures v0.3.31 |
835 | 2025-03-19T23:21:18.190Z | Downloaded parking_lot v0.11.2 |
836 | 2025-03-19T23:21:18.194Z | Downloaded hyper v1.6.0 |
837 | 2025-03-19T23:21:18.200Z | Downloaded strum v0.26.3 |
838 | 2025-03-19T23:21:18.203Z | Downloaded idna v1.0.3 |
839 | 2025-03-19T23:21:18.208Z | Downloaded peg-runtime v0.8.5 |
840 | 2025-03-19T23:21:18.208Z | Downloaded psl-types v2.0.11 |
841 | 2025-03-19T23:21:18.208Z | Downloaded progenitor-macro v0.8.0 |
842 | 2025-03-19T23:21:18.208Z | Downloaded parking_lot_core v0.9.10 |
843 | 2025-03-19T23:21:18.212Z | Downloaded defmt-parser v0.3.4 |
844 | 2025-03-19T23:21:18.212Z | Downloaded slog-scope v4.4.0 |
845 | 2025-03-19T23:21:18.215Z | Downloaded slog-dtrace v0.3.0 |
846 | 2025-03-19T23:21:18.216Z | Downloaded quick-error v1.2.3 |
847 | 2025-03-19T23:21:18.219Z | Downloaded russh-cryptovec v0.7.3 |
848 | 2025-03-19T23:21:18.219Z | Downloaded ecdsa v0.16.9 |
849 | 2025-03-19T23:21:18.223Z | Downloaded der_derive v0.7.3 |
850 | 2025-03-19T23:21:18.223Z | Downloaded reedline v0.38.0 |
851 | 2025-03-19T23:21:18.230Z | Downloaded time-core v0.1.2 |
852 | 2025-03-19T23:21:18.233Z | Downloaded yoke-derive v0.7.4 |
853 | 2025-03-19T23:21:18.233Z | Downloaded num-iter v0.1.45 |
854 | 2025-03-19T23:21:18.237Z | Downloaded twox-hash v2.1.0 |
855 | 2025-03-19T23:21:18.237Z | Downloaded diesel-dtrace v0.4.2 |
856 | 2025-03-19T23:21:18.240Z | Downloaded blake3 v1.5.4 |
857 | 2025-03-19T23:21:18.247Z | Downloaded sigpipe v0.1.3 |
858 | 2025-03-19T23:21:18.251Z | Downloaded same-file v1.0.6 |
859 | 2025-03-19T23:21:18.251Z | Downloaded defmt-macros v0.3.9 |
860 | 2025-03-19T23:21:18.254Z | Downloaded universal-hash v0.5.1 |
861 | 2025-03-19T23:21:18.254Z | Downloaded parking_lot v0.12.3 |
862 | 2025-03-19T23:21:18.257Z | Downloaded group v0.13.0 |
863 | 2025-03-19T23:21:18.260Z | Downloaded packed_struct v0.10.1 |
864 | 2025-03-19T23:21:18.261Z | Downloaded typify v0.2.0 |
865 | 2025-03-19T23:21:18.264Z | Downloaded predicates-core v1.0.8 |
866 | 2025-03-19T23:21:18.267Z | Downloaded hkdf v0.12.4 |
867 | 2025-03-19T23:21:18.268Z | Downloaded supports-color v3.0.2 |
868 | 2025-03-19T23:21:18.271Z | Downloaded subtle v2.6.1 |
869 | 2025-03-19T23:21:18.271Z | Downloaded vsss-rs v3.3.4 |
870 | 2025-03-19T23:21:18.274Z | Downloaded uzers v0.12.1 |
871 | 2025-03-19T23:21:18.277Z | Downloaded pem v3.0.5 |
872 | 2025-03-19T23:21:18.280Z | Downloaded num v0.4.3 |
873 | 2025-03-19T23:21:18.280Z | Downloaded aho-corasick v1.1.3 |
874 | 2025-03-19T23:21:18.285Z | Downloaded rustls-pemfile v2.2.0 |
875 | 2025-03-19T23:21:18.288Z | Downloaded tap v1.0.1 |
876 | 2025-03-19T23:21:18.291Z | Downloaded nodrop v0.1.14 |
877 | 2025-03-19T23:21:18.291Z | Downloaded nanorand v0.7.0 |
878 | 2025-03-19T23:21:18.294Z | Downloaded phf_shared v0.10.0 |
879 | 2025-03-19T23:21:18.294Z | Downloaded which v4.4.2 |
880 | 2025-03-19T23:21:18.297Z | Downloaded thiserror-no-std v2.0.2 |
881 | 2025-03-19T23:21:18.300Z | Downloaded phf_shared v0.11.2 |
882 | 2025-03-19T23:21:18.303Z | Downloaded unicode-segmentation v1.12.0 |
883 | 2025-03-19T23:21:18.306Z | Downloaded ssh-key v0.6.6 |
884 | 2025-03-19T23:21:18.311Z | Downloaded num-conv v0.1.0 |
885 | 2025-03-19T23:21:18.315Z | Downloaded secrecy v0.8.0 |
886 | 2025-03-19T23:21:18.315Z | Downloaded hash32 v0.3.1 |
887 | 2025-03-19T23:21:18.319Z | Downloaded difflib v0.4.0 |
888 | 2025-03-19T23:21:18.319Z | Downloaded displaydoc v0.2.5 |
889 | 2025-03-19T23:21:18.322Z | Downloaded tungstenite v0.21.0 |
890 | 2025-03-19T23:21:18.326Z | Downloaded parse-zoneinfo v0.3.1 |
891 | 2025-03-19T23:21:18.329Z | Downloaded flate2 v1.1.0 |
892 | 2025-03-19T23:21:18.333Z | Downloaded vergen v8.3.2 |
893 | 2025-03-19T23:21:18.337Z | Downloaded pkg-config v0.3.31 |
894 | 2025-03-19T23:21:18.340Z | Downloaded tabwriter v1.4.0 |
895 | 2025-03-19T23:21:18.340Z | Downloaded itertools v0.13.0 |
896 | 2025-03-19T23:21:18.348Z | Downloaded nu-ansi-term v0.50.1 |
897 | 2025-03-19T23:21:18.352Z | Downloaded omicron-zone-package v0.12.0 |
898 | 2025-03-19T23:21:18.356Z | Downloaded phf_generator v0.11.2 |
899 | 2025-03-19T23:21:18.356Z | Downloaded phf v0.11.2 |
900 | 2025-03-19T23:21:18.360Z | Downloaded display-error-chain v0.2.2 |
901 | 2025-03-19T23:21:18.360Z | Downloaded wyz v0.5.1 |
902 | 2025-03-19T23:21:18.360Z | Downloaded env_logger v0.11.5 |
903 | 2025-03-19T23:21:18.363Z | Downloaded rand_chacha v0.9.0 |
904 | 2025-03-19T23:21:18.363Z | Downloaded poly1305 v0.8.0 |
905 | 2025-03-19T23:21:18.367Z | Downloaded half v2.4.1 |
906 | 2025-03-19T23:21:18.370Z | Downloaded pkcs8 v0.10.2 |
907 | 2025-03-19T23:21:18.373Z | Downloaded zerovec v0.10.4 |
908 | 2025-03-19T23:21:18.380Z | Downloaded tracing v0.1.40 |
909 | 2025-03-19T23:21:18.384Z | Downloaded serde_with v3.12.0 |
910 | 2025-03-19T23:21:18.393Z | Downloaded russh-keys v0.45.0 |
911 | 2025-03-19T23:21:18.396Z | Downloaded term v0.7.0 |
912 | 2025-03-19T23:21:18.400Z | Downloaded simd-adler32 v0.3.7 |
913 | 2025-03-19T23:21:18.403Z | Downloaded diff v0.1.13 |
914 | 2025-03-19T23:21:18.407Z | Downloaded papergrid v0.14.0 |
915 | 2025-03-19T23:21:18.412Z | Downloaded whoami v1.5.2 |
916 | 2025-03-19T23:21:18.416Z | Downloaded tokio-rustls v0.25.0 |
917 | 2025-03-19T23:21:18.416Z | Downloaded vte v0.11.1 |
918 | 2025-03-19T23:21:18.420Z | Downloaded diesel_derives v2.2.3 |
919 | 2025-03-19T23:21:18.423Z | Downloaded quinn v0.11.5 |
920 | 2025-03-19T23:21:18.427Z | Downloaded bindgen v0.69.5 |
921 | 2025-03-19T23:21:18.433Z | Downloaded rustls-pki-types v1.10.0 |
922 | 2025-03-19T23:21:18.438Z | Downloaded der v0.7.9 |
923 | 2025-03-19T23:21:18.442Z | Downloaded pin-project v1.1.6 |
924 | 2025-03-19T23:21:18.455Z | Downloaded lalrpop v0.19.12 |
925 | 2025-03-19T23:21:18.467Z | Downloaded icu_properties_data v1.5.0 |
926 | 2025-03-19T23:21:18.479Z | Downloaded unsafe-libyaml v0.2.11 |
927 | 2025-03-19T23:21:18.482Z | Downloaded num-bigint v0.4.6 |
928 | 2025-03-19T23:21:18.488Z | Downloaded bindgen v0.71.1 |
929 | 2025-03-19T23:21:18.496Z | Downloaded winnow v0.6.20 |
930 | 2025-03-19T23:21:18.506Z | Downloaded futures-util v0.3.31 |
931 | 2025-03-19T23:21:18.518Z | Downloaded sqlparser v0.45.0 |
932 | 2025-03-19T23:21:18.525Z | Downloaded p521 v0.13.3 |
933 | 2025-03-19T23:21:18.529Z | Downloaded chrono v0.4.40 |
934 | 2025-03-19T23:21:18.537Z | Downloaded rand v0.9.0 |
935 | 2025-03-19T23:21:18.542Z | Downloaded mio v1.0.2 |
936 | 2025-03-19T23:21:18.548Z | Downloaded x509-cert v0.2.5 |
937 | 2025-03-19T23:21:18.554Z | Downloaded hashbrown v0.13.2 |
938 | 2025-03-19T23:21:18.559Z | Downloaded typed-path v0.9.3 |
939 | 2025-03-19T23:21:18.566Z | Downloaded num-bigint-dig v0.8.4 |
940 | 2025-03-19T23:21:18.573Z | Downloaded radix_trie v0.2.1 |
941 | 2025-03-19T23:21:18.579Z | Downloaded portable-atomic v1.9.0 |
942 | 2025-03-19T23:21:18.586Z | Downloaded tough v0.19.0 |
943 | 2025-03-19T23:21:18.595Z | Downloaded reqwest v0.12.12 |
944 | 2025-03-19T23:21:18.605Z | Downloaded regex v1.11.1 |
945 | 2025-03-19T23:21:18.621Z | Downloaded nix v0.27.1 |
946 | 2025-03-19T23:21:18.632Z | Downloaded h2 v0.4.6 |
947 | 2025-03-19T23:21:18.639Z | Downloaded object v0.30.4 |
948 | 2025-03-19T23:21:18.650Z | Downloaded rustls-webpki v0.101.7 |
949 | 2025-03-19T23:21:18.665Z | Downloaded salty v0.3.0 |
950 | 2025-03-19T23:21:18.672Z | Downloaded chrono-tz v0.10.1 |
951 | 2025-03-19T23:21:18.680Z | Downloaded tabled v0.18.0 |
952 | 2025-03-19T23:21:18.698Z | Downloaded rayon v1.10.0 |
953 | 2025-03-19T23:21:18.707Z | Downloaded smoltcp v0.9.1 |
954 | 2025-03-19T23:21:18.718Z | Downloaded petname v2.0.2 |
955 | 2025-03-19T23:21:19.727Z | Downloaded unicode-width v0.2.0 |
956 | 2025-03-19T23:21:19.732Z | Downloaded rustls-webpki v0.102.8 |
957 | 2025-03-19T23:21:19.732Z | Downloaded quinn-proto v0.11.8 |
958 | 2025-03-19T23:21:19.732Z | Downloaded dropshot v0.16.0 |
959 | 2025-03-19T23:21:19.732Z | Downloaded curve25519-dalek v4.1.3 |
960 | 2025-03-19T23:21:19.732Z | Downloaded regex-syntax v0.6.29 |
961 | 2025-03-19T23:21:19.732Z | Downloaded rustls v0.22.4 |
962 | 2025-03-19T23:21:19.732Z | Downloaded regex-syntax v0.8.5 |
963 | 2025-03-19T23:21:19.732Z | Downloaded openapiv3 v2.0.0 |
964 | 2025-03-19T23:21:19.732Z | Downloaded nix v0.29.0 |
965 | 2025-03-19T23:21:19.732Z | Downloaded smoltcp v0.11.0 |
966 | 2025-03-19T23:21:19.732Z | Downloaded regress v0.10.3 |
967 | 2025-03-19T23:21:19.732Z | Downloaded sled v0.34.7 |
968 | 2025-03-19T23:21:19.732Z | Downloaded diesel v2.2.8 |
969 | 2025-03-19T23:21:19.732Z | Downloaded typify-impl v0.3.0 |
970 | 2025-03-19T23:21:19.732Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
971 | 2025-03-19T23:21:19.733Z | Downloaded typify-impl v0.2.0 |
972 | 2025-03-19T23:21:19.733Z | Downloaded ratatui v0.29.0 |
973 | 2025-03-19T23:21:19.733Z | Downloaded rustls v0.23.19 |
974 | 2025-03-19T23:21:19.733Z | Downloaded hickory-proto v0.24.4 |
975 | 2025-03-19T23:21:19.733Z | Downloaded zerocopy-derive v0.6.6 |
976 | 2025-03-19T23:21:19.733Z | Downloaded dropshot v0.12.0 |
977 | 2025-03-19T23:21:19.733Z | Downloaded regex-automata v0.4.8 |
978 | 2025-03-19T23:21:19.733Z | Downloaded nix v0.28.0 |
979 | 2025-03-19T23:21:19.733Z | Downloaded vcpkg v0.2.15 |
980 | 2025-03-19T23:21:19.733Z | Downloaded petgraph v0.6.5 |
981 | 2025-03-19T23:21:19.733Z | Downloaded object v0.36.5 |
982 | 2025-03-19T23:21:19.733Z | Downloaded polar-core v0.27.3 |
983 | 2025-03-19T23:21:19.733Z | Downloaded bstr v1.10.0 |
984 | 2025-03-19T23:21:19.733Z | Downloaded lzma-sys v0.1.20 |
985 | 2025-03-19T23:21:19.733Z | Downloaded openssl v0.10.71 |
986 | 2025-03-19T23:21:19.733Z | Downloaded petgraph v0.7.1 |
987 | 2025-03-19T23:21:19.733Z | Downloaded libz-sys v1.1.20 |
988 | 2025-03-19T23:21:19.733Z | Downloaded csv v1.3.1 |
989 | 2025-03-19T23:21:19.733Z | Downloaded p384 v0.13.0 |
990 | 2025-03-19T23:21:19.733Z | Downloaded gimli v0.31.1 |
991 | 2025-03-19T23:21:19.733Z | Downloaded rustls v0.21.12 |
992 | 2025-03-19T23:21:19.733Z | Downloaded tokio v1.43.0 |
993 | 2025-03-19T23:21:19.733Z | Downloaded webpki-roots v0.26.6 |
994 | 2025-03-19T23:21:19.733Z | Downloaded sha3 v0.10.8 |
995 | 2025-03-19T23:21:19.733Z | Downloaded nom v7.1.3 |
996 | 2025-03-19T23:21:19.733Z | Downloaded russh v0.45.0 |
997 | 2025-03-19T23:21:19.733Z | Downloaded zerocopy v0.8.10 |
998 | 2025-03-19T23:21:19.733Z | Downloaded git2 v0.19.0 |
999 | 2025-03-19T23:21:19.733Z | Downloaded hashbrown v0.12.3 |
1000 | 2025-03-19T23:21:19.733Z | Downloaded expectorate v1.1.0 |
1001 | 2025-03-19T23:21:19.733Z | Downloaded winnow v0.5.40 |
1002 | 2025-03-19T23:21:19.733Z | Downloaded zerocopy-derive v0.8.10 |
1003 | 2025-03-19T23:21:19.733Z | Downloaded pretty_assertions v1.4.1 |
1004 | 2025-03-19T23:21:19.733Z | Downloaded tokio-util v0.7.13 |
1005 | 2025-03-19T23:21:19.733Z | Downloaded time v0.3.36 |
1006 | 2025-03-19T23:21:19.733Z | Downloaded bitvec v1.0.1 |
1007 | 2025-03-19T23:21:19.733Z | Downloaded rustyline v14.0.0 |
1008 | 2025-03-19T23:21:19.733Z | Downloaded proptest v1.6.0 |
1009 | 2025-03-19T23:21:19.733Z | Downloaded ff v0.13.0 |
1010 | 2025-03-19T23:21:19.733Z | Downloaded typify v0.3.0 |
1011 | 2025-03-19T23:21:19.734Z | Downloaded yansi v1.0.1 |
1012 | 2025-03-19T23:21:19.734Z | Downloaded writeable v0.5.5 |
1013 | 2025-03-19T23:21:19.734Z | Downloaded r2d2 v0.8.10 |
1014 | 2025-03-19T23:21:19.734Z | Downloaded tabled_derive v0.10.0 |
1015 | 2025-03-19T23:21:19.734Z | Downloaded spin v0.9.8 |
1016 | 2025-03-19T23:21:19.734Z | Downloaded uuid v1.15.1 |
1017 | 2025-03-19T23:21:19.734Z | Downloaded oso v0.27.3 |
1018 | 2025-03-19T23:21:19.734Z | Downloaded samael v0.0.18 |
1019 | 2025-03-19T23:21:19.734Z | Downloaded rfc6979 v0.4.0 |
1020 | 2025-03-19T23:21:19.734Z | Downloaded prettyplease v0.2.30 |
1021 | 2025-03-19T23:21:19.734Z | Downloaded quinn-udp v0.5.5 |
1022 | 2025-03-19T23:21:19.734Z | Downloaded smf v0.2.3 |
1023 | 2025-03-19T23:21:19.734Z | Downloaded toml_edit v0.19.15 |
1024 | 2025-03-19T23:21:19.734Z | Downloaded unicode-normalization v0.1.24 |
1025 | 2025-03-19T23:21:19.734Z | Downloaded quick-xml v0.37.2 |
1026 | 2025-03-19T23:21:19.734Z | Downloaded itertools v0.14.0 |
1027 | 2025-03-19T23:21:19.734Z | Downloaded fixedbitset v0.4.2 |
1028 | 2025-03-19T23:21:19.734Z | Downloaded scrypt v0.11.0 |
1029 | 2025-03-19T23:21:19.734Z | Downloaded schemars_derive v0.8.22 |
1030 | 2025-03-19T23:21:19.734Z | Downloaded unarray v0.1.4 |
1031 | 2025-03-19T23:21:19.734Z | Downloaded owo-colors v4.2.0 |
1032 | 2025-03-19T23:21:19.734Z | Downloaded mockall_derive v0.13.1 |
1033 | 2025-03-19T23:21:19.734Z | Downloaded encoding_rs v0.8.34 |
1034 | 2025-03-19T23:21:19.734Z | Downloaded ring v0.17.11 |
1035 | 2025-03-19T23:21:19.734Z | Downloaded tracing-core v0.1.32 |
1036 | 2025-03-19T23:21:19.734Z | Downloaded curve25519-dalek-derive v0.1.1 |
1037 | 2025-03-19T23:21:19.734Z | Downloaded num-rational v0.4.2 |
1038 | 2025-03-19T23:21:19.734Z | Downloaded thiserror-impl-no-std v2.0.2 |
1039 | 2025-03-19T23:21:19.734Z | Downloaded termcolor v1.4.1 |
1040 | 2025-03-19T23:21:19.734Z | Downloaded env_logger v0.10.2 |
1041 | 2025-03-19T23:21:19.734Z | Downloaded strum_macros v0.24.3 |
1042 | 2025-03-19T23:21:19.734Z | Downloaded multer v3.1.0 |
1043 | 2025-03-19T23:21:19.734Z | Downloaded getrandom v0.3.1 |
1044 | 2025-03-19T23:21:19.734Z | Downloaded fixedbitset v0.5.7 |
1045 | 2025-03-19T23:21:19.734Z | Downloaded flume v0.11.1 |
1046 | 2025-03-19T23:21:19.734Z | Downloaded zip v2.1.3 |
1047 | 2025-03-19T23:21:19.734Z | Downloaded aws-lc-rs v1.12.4 |
1048 | 2025-03-19T23:21:19.734Z | Downloaded yoke v0.7.4 |
1049 | 2025-03-19T23:21:19.734Z | Downloaded yasna v0.5.2 |
1050 | 2025-03-19T23:21:19.735Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1051 | 2025-03-19T23:21:19.735Z | Downloaded rsa v0.9.6 |
1052 | 2025-03-19T23:21:19.735Z | Downloaded unicode_categories v0.1.1 |
1053 | 2025-03-19T23:21:19.735Z | Downloaded slog-async v2.8.0 |
1054 | 2025-03-19T23:21:19.735Z | Downloaded enum-as-inner v0.6.1 |
1055 | 2025-03-19T23:21:19.735Z | Downloaded embedded-io v0.4.0 |
1056 | 2025-03-19T23:21:19.739Z | Downloaded postgres-types v0.2.9 |
1057 | 2025-03-19T23:21:19.739Z | Downloaded peg-macros v0.8.5 |
1058 | 2025-03-19T23:21:19.739Z | Downloaded tinyvec v1.8.0 |
1059 | 2025-03-19T23:21:19.739Z | Downloaded schemars v0.8.22 |
1060 | 2025-03-19T23:21:19.739Z | Downloaded derive_more v0.99.19 |
1061 | 2025-03-19T23:21:19.739Z | Downloaded zip v0.6.6 |
1062 | 2025-03-19T23:21:19.739Z | Downloaded serde_with_macros v3.12.0 |
1063 | 2025-03-19T23:21:19.739Z | Downloaded serde_derive_internals v0.29.1 |
1064 | 2025-03-19T23:21:19.739Z | Downloaded serde-hex v0.1.0 |
1065 | 2025-03-19T23:21:19.739Z | Downloaded itertools v0.12.1 |
1066 | 2025-03-19T23:21:19.739Z | Downloaded libm v0.2.8 |
1067 | 2025-03-19T23:21:19.739Z | Downloaded dropshot_endpoint v0.12.0 |
1068 | 2025-03-19T23:21:19.739Z | Downloaded ron v0.8.1 |
1069 | 2025-03-19T23:21:19.739Z | Downloaded rand v0.8.5 |
1070 | 2025-03-19T23:21:19.739Z | Downloaded tower v0.5.2 |
1071 | 2025-03-19T23:21:19.739Z | Downloaded tungstenite v0.23.0 |
1072 | 2025-03-19T23:21:19.739Z | Downloaded password-hash v0.4.2 |
1073 | 2025-03-19T23:21:19.739Z | Downloaded num-complex v0.4.6 |
1074 | 2025-03-19T23:21:19.739Z | Downloaded dropshot_endpoint v0.16.0 |
1075 | 2025-03-19T23:21:19.739Z | Downloaded form_urlencoded v1.2.1 |
1076 | 2025-03-19T23:21:19.739Z | Downloaded dyn-clone v1.0.19 |
1077 | 2025-03-19T23:21:19.739Z | Downloaded dsl_auto_type v0.1.2 |
1078 | 2025-03-19T23:21:19.739Z | Downloaded num-traits v0.2.19 |
1079 | 2025-03-19T23:21:19.739Z | Downloaded utf8_iter v1.0.4 |
1080 | 2025-03-19T23:21:19.739Z | Downloaded utf16_iter v1.0.5 |
1081 | 2025-03-19T23:21:19.739Z | Downloaded tls_codec_derive v0.4.1 |
1082 | 2025-03-19T23:21:19.739Z | Downloaded openssl-sys v0.9.106 |
1083 | 2025-03-19T23:21:19.739Z | Downloaded libxml v0.3.3 |
1084 | 2025-03-19T23:21:19.739Z | Downloaded itertools v0.10.5 |
1085 | 2025-03-19T23:21:19.743Z | Downloaded rayon-core v1.12.1 |
1086 | 2025-03-19T23:21:19.747Z | Downloaded ed25519-dalek v2.1.1 |
1087 | 2025-03-19T23:21:19.750Z | Downloaded smallvec v0.6.14 |
1088 | 2025-03-19T23:21:19.750Z | Downloaded value-bag v1.9.0 |
1089 | 2025-03-19T23:21:19.754Z | Downloaded scheduled-thread-pool v0.2.7 |
1090 | 2025-03-19T23:21:19.754Z | Downloaded rand_xorshift v0.3.0 |
1091 | 2025-03-19T23:21:19.757Z | Downloaded env_filter v0.1.2 |
1092 | 2025-03-19T23:21:19.757Z | Downloaded tokio-stream v0.1.17 |
1093 | 2025-03-19T23:21:19.761Z | Downloaded tokio-rustls v0.26.0 |
1094 | 2025-03-19T23:21:19.765Z | Downloaded unicode-bidi v0.3.17 |
1095 | 2025-03-19T23:21:19.768Z | Downloaded slog v2.7.0 |
1096 | 2025-03-19T23:21:19.768Z | Downloaded progenitor-impl v0.8.0 |
1097 | 2025-03-19T23:21:19.771Z | Downloaded tar v0.4.44 |
1098 | 2025-03-19T23:21:19.771Z | Downloaded url v2.5.3 |
1099 | 2025-03-19T23:21:19.775Z | Downloaded pin-project-internal v1.1.6 |
1100 | 2025-03-19T23:21:19.778Z | Downloaded parking_lot_core v0.8.6 |
1101 | 2025-03-19T23:21:19.778Z | Downloaded proc-macro-crate v1.3.1 |
1102 | 2025-03-19T23:21:19.782Z | Downloaded rcgen v0.12.1 |
1103 | 2025-03-19T23:21:19.782Z | Downloaded shell-words v1.1.0 |
1104 | 2025-03-19T23:21:19.785Z | Downloaded rpassword v7.3.1 |
1105 | 2025-03-19T23:21:19.785Z | Downloaded zerocopy v0.6.6 |
1106 | 2025-03-19T23:21:19.788Z | Downloaded pbkdf2 v0.12.2 |
1107 | 2025-03-19T23:21:19.788Z | Downloaded pbkdf2 v0.11.0 |
1108 | 2025-03-19T23:21:19.792Z | Downloaded oxnet v0.1.1 |
1109 | 2025-03-19T23:21:19.792Z | Downloaded num_enum_derive v0.5.11 |
1110 | 2025-03-19T23:21:19.792Z | Downloaded newtype-uuid v1.2.1 |
1111 | 2025-03-19T23:21:19.792Z | Downloaded tokio-rustls v0.24.1 |
1112 | 2025-03-19T23:21:19.796Z | Downloaded glob v0.3.2 |
1113 | 2025-03-19T23:21:19.796Z | Downloaded hickory-resolver v0.24.4 |
1114 | 2025-03-19T23:21:19.800Z | Downloaded serde_plain v1.0.2 |
1115 | 2025-03-19T23:21:19.803Z | Downloaded mockall v0.13.1 |
1116 | 2025-03-19T23:21:19.803Z | Downloaded progenitor-impl v0.9.1 |
1117 | 2025-03-19T23:21:19.813Z | Downloaded snafu v0.8.5 |
1118 | 2025-03-19T23:21:19.813Z | Downloaded const_format v0.2.34 |
1119 | 2025-03-19T23:21:19.819Z | Downloaded base64 v0.22.1 |
1120 | 2025-03-19T23:21:19.819Z | Downloaded fatfs v0.3.6 |
1121 | 2025-03-19T23:21:19.823Z | Downloaded derive-where v1.2.7 |
1122 | 2025-03-19T23:21:19.826Z | Downloaded futures-executor v0.3.31 |
1123 | 2025-03-19T23:21:19.827Z | Downloaded ena v0.14.3 |
1124 | 2025-03-19T23:21:19.827Z | Downloaded password-hash v0.5.0 |
1125 | 2025-03-19T23:21:19.830Z | Downloaded unicase v2.7.0 |
1126 | 2025-03-19T23:21:19.830Z | Downloaded postgres-protocol v0.6.8 |
1127 | 2025-03-19T23:21:19.834Z | Downloaded icu_provider v1.5.0 |
1128 | 2025-03-19T23:21:19.834Z | Downloaded test-strategy v0.4.0 |
1129 | 2025-03-19T23:21:19.837Z | Downloaded globset v0.4.15 |
1130 | 2025-03-19T23:21:19.841Z | Downloaded stable_deref_trait v1.2.0 |
1131 | 2025-03-19T23:21:19.841Z | Downloaded rustc_version v0.4.1 |
1132 | 2025-03-19T23:21:19.841Z | Downloaded slab v0.4.9 |
1133 | 2025-03-19T23:21:19.846Z | Downloaded crypto-bigint v0.5.5 |
1134 | 2025-03-19T23:21:19.849Z | Downloaded backtrace v0.3.74 |
1135 | 2025-03-19T23:21:19.852Z | Downloaded bumpalo v3.16.0 |
1136 | 2025-03-19T23:21:19.856Z | Downloaded rustc-hash v2.1.1 |
1137 | 2025-03-19T23:21:19.859Z | Downloaded rustc-hash v1.1.0 |
1138 | 2025-03-19T23:21:19.859Z | Downloaded fallible-iterator v0.2.0 |
1139 | 2025-03-19T23:21:19.859Z | Downloaded derive_builder v0.20.2 |
1140 | 2025-03-19T23:21:19.863Z | Downloaded base64 v0.21.7 |
1141 | 2025-03-19T23:21:19.866Z | Downloaded pin-utils v0.1.0 |
1142 | 2025-03-19T23:21:19.869Z | Downloaded pem-rfc7468 v0.7.0 |
1143 | 2025-03-19T23:21:19.869Z | Downloaded walkdir v2.5.0 |
1144 | 2025-03-19T23:21:19.872Z | Downloaded miniz_oxide v0.8.5 |
1145 | 2025-03-19T23:21:19.876Z | Downloaded icu_locid_transform_data v1.5.0 |
1146 | 2025-03-19T23:21:19.876Z | Downloaded icu_locid v1.5.0 |
1147 | 2025-03-19T23:21:19.879Z | Downloaded chacha20poly1305 v0.10.1 |
1148 | 2025-03-19T23:21:19.882Z | Downloaded num-derive v0.4.2 |
1149 | 2025-03-19T23:21:19.882Z | Downloaded nibble_vec v0.1.0 |
1150 | 2025-03-19T23:21:19.886Z | Downloaded rustfmt-wrapper v0.2.1 |
1151 | 2025-03-19T23:21:19.886Z | Downloaded compact_str v0.8.0 |
1152 | 2025-03-19T23:21:19.891Z | Downloaded indexmap v1.9.3 |
1153 | 2025-03-19T23:21:19.894Z | Downloaded rustversion v1.0.17 |
1154 | 2025-03-19T23:21:19.894Z | Downloaded litrs v0.4.1 |
1155 | 2025-03-19T23:21:19.897Z | Downloaded base64 v0.13.1 |
1156 | 2025-03-19T23:21:19.900Z | Downloaded slog-envlogger v2.2.0 |
1157 | 2025-03-19T23:21:19.900Z | Downloaded proc-macro-error2 v2.0.1 |
1158 | 2025-03-19T23:21:19.905Z | Downloaded hmac v0.12.1 |
1159 | 2025-03-19T23:21:19.908Z | Downloaded hickory-client v0.24.4 |
1160 | 2025-03-19T23:21:19.908Z | Downloaded cookie v0.18.1 |
1161 | 2025-03-19T23:21:19.912Z | Downloaded const-oid v0.9.6 |
1162 | 2025-03-19T23:21:19.912Z | Downloaded scopeguard v1.2.0 |
1163 | 2025-03-19T23:21:19.915Z | Downloaded cookie_store v0.21.1 |
1164 | 2025-03-19T23:21:19.915Z | Downloaded argon2 v0.5.3 |
1165 | 2025-03-19T23:21:19.915Z | Downloaded zone_cfg_derive v0.3.0 |
1166 | 2025-03-19T23:21:19.918Z | Downloaded zone_cfg_derive v0.1.2 |
1167 | 2025-03-19T23:21:19.918Z | Downloaded slog-json v2.6.1 |
1168 | 2025-03-19T23:21:19.918Z | Downloaded signal-hook-mio v0.2.4 |
1169 | 2025-03-19T23:21:19.922Z | Downloaded serde_repr v0.1.19 |
1170 | 2025-03-19T23:21:19.922Z | Downloaded semver v0.1.20 |
1171 | 2025-03-19T23:21:19.922Z | Downloaded rusty-fork v0.3.0 |
1172 | 2025-03-19T23:21:19.925Z | Downloaded lalrpop-util v0.19.12 |
1173 | 2025-03-19T23:21:19.925Z | Downloaded ipnet v2.11.0 |
1174 | 2025-03-19T23:21:19.928Z | Downloaded untrusted v0.9.0 |
1175 | 2025-03-19T23:21:19.928Z | Downloaded rand_chacha v0.3.1 |
1176 | 2025-03-19T23:21:19.928Z | Downloaded radium v0.7.0 |
1177 | 2025-03-19T23:21:19.931Z | Downloaded heapless v0.7.17 |
1178 | 2025-03-19T23:21:19.934Z | Downloaded blake2 v0.10.6 |
1179 | 2025-03-19T23:21:19.937Z | Downloaded ahash v0.8.11 |
1180 | 2025-03-19T23:21:19.937Z | Downloaded iana-time-zone v0.1.61 |
1181 | 2025-03-19T23:21:19.942Z | Downloaded httparse v1.9.5 |
1182 | 2025-03-19T23:21:19.945Z | Downloaded litemap v0.7.3 |
1183 | 2025-03-19T23:21:19.945Z | Downloaded jobserver v0.1.32 |
1184 | 2025-03-19T23:21:19.948Z | Downloaded console v0.15.10 |
1185 | 2025-03-19T23:21:19.951Z | Downloaded chacha20 v0.9.1 |
1186 | 2025-03-19T23:21:19.951Z | Downloaded libloading v0.8.5 |
1187 | 2025-03-19T23:21:19.954Z | Downloaded is-terminal v0.4.13 |
1188 | 2025-03-19T23:21:19.954Z | Downloaded arrayvec v0.7.6 |
1189 | 2025-03-19T23:21:19.957Z | Downloaded crossbeam-deque v0.8.5 |
1190 | 2025-03-19T23:21:19.957Z | Downloaded const_format_proc_macros v0.2.34 |
1191 | 2025-03-19T23:21:19.960Z | Downloaded lockfree-object-pool v0.1.6 |
1192 | 2025-03-19T23:21:19.960Z | Downloaded csv-core v0.1.11 |
1193 | 2025-03-19T23:21:19.963Z | Downloaded ipnetwork v0.21.1 |
1194 | 2025-03-19T23:21:19.963Z | Downloaded idna_adapter v1.2.0 |
1195 | 2025-03-19T23:21:19.966Z | Downloaded hyper-tls v0.6.0 |
1196 | 2025-03-19T23:21:19.966Z | Downloaded libsw-core v0.3.1 |
1197 | 2025-03-19T23:21:19.966Z | Downloaded internet-checksum v0.2.1 |
1198 | 2025-03-19T23:21:19.969Z | Downloaded bit-vec v0.6.3 |
1199 | 2025-03-19T23:21:19.969Z | Downloaded base64ct v1.6.0 |
1200 | 2025-03-19T23:21:19.972Z | Downloaded instability v0.3.2 |
1201 | 2025-03-19T23:21:19.973Z | Downloaded hex-literal v0.4.1 |
1202 | 2025-03-19T23:21:19.973Z | Downloaded addr2line v0.24.2 |
1203 | 2025-03-19T23:21:19.976Z | Downloaded cbc v0.1.2 |
1204 | 2025-03-19T23:21:19.976Z | Downloaded backoff v0.4.0 |
1205 | 2025-03-19T23:21:19.979Z | Downloaded lazycell v1.3.0 |
1206 | 2025-03-19T23:21:19.979Z | Downloaded indoc v1.0.9 |
1207 | 2025-03-19T23:21:19.982Z | Downloaded libefi-sys v0.1.0 |
1208 | 2025-03-19T23:21:19.982Z | Downloaded constant_time_eq v0.3.1 |
1209 | 2025-03-19T23:21:19.985Z | Downloaded bcs v0.1.6 |
1210 | 2025-03-19T23:21:19.985Z | Downloaded impl-trait-for-tuples v0.2.2 |
1211 | 2025-03-19T23:21:19.988Z | Downloaded hubpack v0.1.2 |
1212 | 2025-03-19T23:21:19.988Z | Downloaded block-padding v0.3.3 |
1213 | 2025-03-19T23:21:19.992Z | Downloaded castaway v0.2.3 |
1214 | 2025-03-19T23:21:19.992Z | Downloaded cassowary v0.3.0 |
1215 | 2025-03-19T23:21:19.997Z | Downloaded array-init v0.0.4 |
1216 | 2025-03-19T23:21:19.997Z | Downloaded hostname v0.4.0 |
1217 | 2025-03-19T23:21:19.997Z | Downloaded home v0.5.9 |
1218 | 2025-03-19T23:21:19.997Z | Downloaded hex v0.4.3 |
1219 | 2025-03-19T23:21:19.997Z | Downloaded async-recursion v1.1.1 |
1220 | 2025-03-19T23:21:20.001Z | Downloaded instant v0.1.13 |
1221 | 2025-03-19T23:21:20.001Z | Downloaded ciborium-ll v0.2.2 |
1222 | 2025-03-19T23:21:20.235Z | Downloaded aws-lc-sys v0.26.0 |
1223 | 2025-03-19T23:21:20.552Z | Compiling serde v1.0.218 |
1224 | 2025-03-19T23:21:20.555Z | Compiling value-bag v1.9.0 |
1225 | 2025-03-19T23:21:20.555Z | Compiling lock_api v0.4.12 |
1226 | 2025-03-19T23:21:20.555Z | Compiling scopeguard v1.2.0 |
1227 | 2025-03-19T23:21:20.555Z | Compiling shlex v1.3.0 |
1228 | 2025-03-19T23:21:20.555Z | Compiling typenum v1.17.0 |
1229 | 2025-03-19T23:21:20.746Z | Compiling syn v2.0.98 |
1230 | 2025-03-19T23:21:20.763Z | Compiling getrandom v0.2.15 |
1231 | 2025-03-19T23:21:20.874Z | Compiling jobserver v0.1.32 |
1232 | 2025-03-19T23:21:21.178Z | Compiling rand_core v0.6.4 |
1233 | 2025-03-19T23:21:21.216Z | Compiling log v0.4.22 |
1234 | 2025-03-19T23:21:21.353Z | Compiling generic-array v0.14.7 |
1235 | 2025-03-19T23:21:21.401Z | Compiling cc v1.2.15 |
1236 | 2025-03-19T23:21:21.708Z | Compiling subtle v2.6.1 |
1237 | 2025-03-19T23:21:21.754Z | Compiling smallvec v1.14.0 |
1238 | 2025-03-19T23:21:21.790Z | Compiling const-oid v0.9.6 |
1239 | 2025-03-19T23:21:21.880Z | Compiling pin-project-lite v0.2.14 |
1240 | 2025-03-19T23:21:22.014Z | Compiling rustix v0.38.37 |
1241 | 2025-03-19T23:21:22.033Z | Compiling parking_lot_core v0.9.10 |
1242 | 2025-03-19T23:21:22.086Z | Compiling spin v0.9.8 |
1243 | 2025-03-19T23:21:22.143Z | Compiling signal-hook-registry v1.4.2 |
1244 | 2025-03-19T23:21:22.489Z | Compiling futures-core v0.3.31 |
1245 | 2025-03-19T23:21:22.745Z | Compiling mio v1.0.2 |
1246 | 2025-03-19T23:21:22.848Z | Compiling aho-corasick v1.1.3 |
1247 | 2025-03-19T23:21:22.868Z | Compiling regex-syntax v0.8.5 |
1248 | 2025-03-19T23:21:23.167Z | Compiling parking_lot v0.12.3 |
1249 | 2025-03-19T23:21:23.252Z | Compiling either v1.14.0 |
1250 | 2025-03-19T23:21:23.694Z | Compiling glob v0.3.2 |
1251 | 2025-03-19T23:21:23.867Z | Compiling stable_deref_trait v1.2.0 |
1252 | 2025-03-19T23:21:23.945Z | Compiling socket2 v0.5.8 |
1253 | 2025-03-19T23:21:24.002Z | Compiling futures-sink v0.3.31 |
1254 | 2025-03-19T23:21:24.057Z | Compiling prettyplease v0.2.30 |
1255 | 2025-03-19T23:21:24.168Z | Compiling serde_json v1.0.139 |
1256 | 2025-03-19T23:21:24.406Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-19T23:21:24.526Z | Compiling clang-sys v1.8.1 |
1258 | 2025-03-19T23:21:24.558Z | Compiling lazy_static v1.5.0 |
1259 | 2025-03-19T23:21:24.576Z | Compiling slab v0.4.9 |
1260 | 2025-03-19T23:21:24.697Z | Compiling minimal-lexical v0.2.1 |
1261 | 2025-03-19T23:21:24.816Z | Compiling libloading v0.8.5 |
1262 | 2025-03-19T23:21:25.072Z | Compiling home v0.5.9 |
1263 | 2025-03-19T23:21:25.184Z | Compiling nom v7.1.3 |
1264 | 2025-03-19T23:21:25.207Z | Compiling allocator-api2 v0.2.18 |
1265 | 2025-03-19T23:21:25.259Z | Compiling pkg-config v0.3.31 |
1266 | 2025-03-19T23:21:25.277Z | Compiling foldhash v0.1.3 |
1267 | 2025-03-19T23:21:25.417Z | Compiling libm v0.2.8 |
1268 | 2025-03-19T23:21:25.570Z | Compiling bindgen v0.69.5 |
1269 | 2025-03-19T23:21:25.924Z | Compiling hashbrown v0.15.1 |
1270 | 2025-03-19T23:21:26.538Z | Compiling itertools v0.12.1 |
1271 | 2025-03-19T23:21:26.776Z | Compiling regex-automata v0.4.8 |
1272 | 2025-03-19T23:21:27.193Z | Compiling num-traits v0.2.19 |
1273 | 2025-03-19T23:21:27.433Z | Compiling rustc-hash v1.1.0 |
1274 | 2025-03-19T23:21:27.520Z | Compiling lazycell v1.3.0 |
1275 | 2025-03-19T23:21:27.833Z | Compiling futures-channel v0.3.31 |
1276 | 2025-03-19T23:21:28.244Z | Compiling synstructure v0.13.1 |
1277 | 2025-03-19T23:21:28.879Z | Compiling cexpr v0.6.0 |
1278 | 2025-03-19T23:21:28.964Z | Compiling cmake v0.1.51 |
1279 | 2025-03-19T23:21:29.347Z | Compiling futures-task v0.3.31 |
1280 | 2025-03-19T23:21:29.570Z | Compiling getrandom v0.3.1 |
1281 | 2025-03-19T23:21:29.652Z | Compiling futures-io v0.3.31 |
1282 | 2025-03-19T23:21:29.776Z | Compiling fs_extra v1.3.0 |
1283 | 2025-03-19T23:21:29.919Z | Compiling dunce v1.0.5 |
1284 | 2025-03-19T23:21:30.056Z | Compiling pin-utils v0.1.0 |
1285 | 2025-03-19T23:21:30.259Z | Compiling base64ct v1.6.0 |
1286 | 2025-03-19T23:21:30.435Z | Compiling ring v0.17.11 |
1287 | 2025-03-19T23:21:30.716Z | Compiling pem-rfc7468 v0.7.0 |
1288 | 2025-03-19T23:21:30.814Z | Compiling flagset v0.4.6 |
1289 | 2025-03-19T23:21:31.079Z | Compiling litemap v0.7.3 |
1290 | 2025-03-19T23:21:31.242Z | Compiling paste v1.0.15 |
1291 | 2025-03-19T23:21:31.367Z | Compiling writeable v0.5.5 |
1292 | 2025-03-19T23:21:31.455Z | Compiling aws-lc-rs v1.12.4 |
1293 | 2025-03-19T23:21:31.521Z | Compiling regex v1.11.1 |
1294 | 2025-03-19T23:21:31.921Z | Compiling rustls-pki-types v1.10.0 |
1295 | 2025-03-19T23:21:31.925Z | Compiling icu_locid_transform_data v1.5.0 |
1296 | 2025-03-19T23:21:32.034Z | Compiling crossbeam-utils v0.8.20 |
1297 | 2025-03-19T23:21:32.487Z | Compiling vcpkg v0.2.15 |
1298 | 2025-03-19T23:21:32.624Z | Compiling tracing-core v0.1.32 |
1299 | 2025-03-19T23:21:32.888Z | Compiling untrusted v0.7.1 |
1300 | 2025-03-19T23:21:32.911Z | Compiling powerfmt v0.2.0 |
1301 | 2025-03-19T23:21:33.083Z | Compiling num-conv v0.1.0 |
1302 | 2025-03-19T23:21:33.263Z | Compiling serde_derive v1.0.218 |
1303 | 2025-03-19T23:21:33.284Z | Compiling zeroize_derive v1.4.2 |
1304 | 2025-03-19T23:21:33.361Z | Compiling zerocopy-derive v0.7.35 |
1305 | 2025-03-19T23:21:33.731Z | Compiling tokio-macros v2.5.0 |
1306 | 2025-03-19T23:21:34.183Z | Compiling zerofrom-derive v0.1.4 |
1307 | 2025-03-19T23:21:34.680Z | Compiling zeroize v1.8.1 |
1308 | 2025-03-19T23:21:35.394Z | Compiling yoke-derive v0.7.4 |
1309 | 2025-03-19T23:21:35.406Z | Compiling zerocopy v0.7.35 |
1310 | 2025-03-19T23:21:35.411Z | Compiling displaydoc v0.2.5 |
1311 | 2025-03-19T23:21:36.090Z | Compiling zerovec-derive v0.10.3 |
1312 | 2025-03-19T23:21:36.349Z | Compiling crypto-common v0.1.6 |
1313 | 2025-03-19T23:21:36.616Z | Compiling block-buffer v0.10.4 |
1314 | 2025-03-19T23:21:36.676Z | Compiling block-padding v0.3.3 |
1315 | 2025-03-19T23:21:36.895Z | Compiling digest v0.10.7 |
1316 | 2025-03-19T23:21:36.915Z | Compiling inout v0.1.3 |
1317 | 2025-03-19T23:21:37.022Z | Compiling thiserror-impl v1.0.69 |
1318 | 2025-03-19T23:21:37.192Z | Compiling futures-macro v0.3.31 |
1319 | 2025-03-19T23:21:37.375Z | Compiling hmac v0.12.1 |
1320 | 2025-03-19T23:21:37.488Z | Compiling sha2 v0.10.8 |
1321 | 2025-03-19T23:21:37.605Z | Compiling zerofrom v0.1.4 |
1322 | 2025-03-19T23:21:37.640Z | Compiling cipher v0.4.4 |
1323 | 2025-03-19T23:21:37.793Z | Compiling der_derive v0.7.3 |
1324 | 2025-03-19T23:21:37.844Z | Compiling yoke v0.7.4 |
1325 | 2025-03-19T23:21:38.182Z | Compiling icu_provider_macros v1.5.0 |
1326 | 2025-03-19T23:21:38.214Z | Compiling salsa20 v0.10.2 |
1327 | 2025-03-19T23:21:38.436Z | Compiling pbkdf2 v0.12.2 |
1328 | 2025-03-19T23:21:38.495Z | Compiling zerovec v0.10.4 |
1329 | 2025-03-19T23:21:38.612Z | Compiling ppv-lite86 v0.2.20 |
1330 | 2025-03-19T23:21:39.034Z | Compiling futures-util v0.3.31 |
1331 | 2025-03-19T23:21:39.306Z | Compiling scrypt v0.11.0 |
1332 | 2025-03-19T23:21:39.409Z | Compiling cbc v0.1.2 |
1333 | 2025-03-19T23:21:39.659Z | Compiling aes v0.8.4 |
1334 | 2025-03-19T23:21:39.817Z | Compiling openssl-sys v0.9.106 |
1335 | 2025-03-19T23:21:39.958Z | Compiling thiserror v1.0.69 |
1336 | 2025-03-19T23:21:40.038Z | Compiling der v0.7.9 |
1337 | 2025-03-19T23:21:40.115Z | Compiling pest v2.7.14 |
1338 | 2025-03-19T23:21:40.569Z | Compiling tinystr v0.7.6 |
1339 | 2025-03-19T23:21:40.831Z | Compiling icu_collections v1.5.0 |
1340 | 2025-03-19T23:21:41.057Z | Compiling icu_locid v1.5.0 |
1341 | 2025-03-19T23:21:41.057Z | Compiling tracing-attributes v0.1.27 |
1342 | 2025-03-19T23:21:42.232Z | Compiling spki v0.7.3 |
1343 | 2025-03-19T23:21:42.449Z | Compiling icu_provider v1.5.0 |
1344 | 2025-03-19T23:21:42.627Z | Compiling httparse v1.9.5 |
1345 | 2025-03-19T23:21:43.094Z | Compiling time-core v0.1.2 |
1346 | 2025-03-19T23:21:43.112Z | Compiling untrusted v0.9.0 |
1347 | 2025-03-19T23:21:43.202Z | Compiling icu_locid_transform v1.5.0 |
1348 | 2025-03-19T23:21:43.285Z | Compiling percent-encoding v2.3.1 |
1349 | 2025-03-19T23:21:43.305Z | Compiling icu_properties_data v1.5.0 |
1350 | 2025-03-19T23:21:43.418Z | Compiling time-macros v0.2.18 |
1351 | 2025-03-19T23:21:43.563Z | Compiling pest_meta v2.7.14 |
1352 | 2025-03-19T23:21:43.601Z | Compiling pkcs5 v0.7.1 |
1353 | 2025-03-19T23:21:44.336Z | Compiling tracing v0.1.40 |
1354 | 2025-03-19T23:21:44.475Z | Compiling icu_properties v1.5.1 |
1355 | 2025-03-19T23:21:44.778Z | Compiling scroll_derive v0.12.0 |
1356 | 2025-03-19T23:21:44.817Z | Compiling deranged v0.3.11 |
1357 | 2025-03-19T23:21:46.119Z | Compiling bitflags v2.6.0 |
1358 | 2025-03-19T23:21:46.172Z | Compiling bytes v1.10.1 |
1359 | 2025-03-19T23:21:46.564Z | Compiling indexmap v2.7.1 |
1360 | 2025-03-19T23:21:46.587Z | Compiling semver v1.0.25 |
1361 | 2025-03-19T23:21:47.313Z | Compiling tokio v1.43.0 |
1362 | 2025-03-19T23:21:47.629Z | Compiling http v1.2.0 |
1363 | 2025-03-19T23:21:47.824Z | Compiling rustc_version v0.4.1 |
1364 | 2025-03-19T23:21:47.866Z | Compiling atomic-waker v1.1.2 |
1365 | 2025-03-19T23:21:47.910Z | Compiling write16 v1.0.0 |
1366 | 2025-03-19T23:21:48.057Z | Compiling zerocopy v0.8.10 |
1367 | 2025-03-19T23:21:48.076Z | Compiling utf16_iter v1.0.5 |
1368 | 2025-03-19T23:21:48.303Z | Compiling icu_normalizer_data v1.5.0 |
1369 | 2025-03-19T23:21:48.423Z | Compiling utf8_iter v1.0.4 |
1370 | 2025-03-19T23:21:48.490Z | Compiling num_threads v0.1.7 |
1371 | 2025-03-19T23:21:48.644Z | Compiling icu_normalizer v1.5.0 |
1372 | 2025-03-19T23:21:48.674Z | Compiling time v0.3.36 |
1373 | 2025-03-19T23:21:48.945Z | Compiling scroll v0.12.0 |
1374 | 2025-03-19T23:21:49.066Z | Compiling uuid v1.15.1 |
1375 | 2025-03-19T23:21:49.123Z | Compiling http-body v1.0.1 |
1376 | 2025-03-19T23:21:49.392Z | Compiling pest_generator v2.7.14 |
1377 | 2025-03-19T23:21:49.496Z | Compiling pkcs8 v0.10.2 |
1378 | 2025-03-19T23:21:50.157Z | Compiling which v4.4.2 |
1379 | 2025-03-19T23:21:50.454Z | Compiling zerocopy-derive v0.8.10 |
1380 | 2025-03-19T23:21:50.620Z | Compiling try-lock v0.2.5 |
1381 | 2025-03-19T23:21:50.712Z | Compiling slog v2.7.0 |
1382 | 2025-03-19T23:21:50.784Z | Compiling tinyvec_macros v0.1.1 |
1383 | 2025-03-19T23:21:50.894Z | Compiling iana-time-zone v0.1.61 |
1384 | 2025-03-19T23:21:51.191Z | Compiling chrono v0.4.40 |
1385 | 2025-03-19T23:21:51.290Z | Compiling tinyvec v1.8.0 |
1386 | 2025-03-19T23:21:51.327Z | Compiling goblin v0.8.2 |
1387 | 2025-03-19T23:21:51.350Z | Compiling pest_derive v2.7.14 |
1388 | 2025-03-19T23:21:52.193Z | Compiling want v0.3.1 |
1389 | 2025-03-19T23:21:52.490Z | Compiling idna_adapter v1.2.0 |
1390 | 2025-03-19T23:21:52.714Z | Compiling form_urlencoded v1.2.1 |
1391 | 2025-03-19T23:21:52.794Z | Compiling adler2 v2.0.0 |
1392 | 2025-03-19T23:21:53.032Z | Compiling tower-service v0.3.3 |
1393 | 2025-03-19T23:21:53.063Z | Compiling httpdate v1.0.3 |
1394 | 2025-03-19T23:21:53.183Z | Compiling openssl v0.10.71 |
1395 | 2025-03-19T23:21:53.345Z | Compiling rustversion v1.0.17 |
1396 | 2025-03-19T23:21:53.538Z | Compiling foreign-types-shared v0.1.1 |
1397 | 2025-03-19T23:21:53.667Z | Compiling miniz_oxide v0.8.5 |
1398 | 2025-03-19T23:21:53.686Z | Compiling foreign-types v0.3.2 |
1399 | 2025-03-19T23:21:53.790Z | Compiling idna v1.0.3 |
1400 | 2025-03-19T23:21:54.138Z | Compiling dtrace-parser v0.2.0 |
1401 | 2025-03-19T23:21:55.216Z | Compiling serde_spanned v0.6.8 |
1402 | 2025-03-19T23:21:55.219Z | Compiling serde_tokenstream v0.2.2 |
1403 | 2025-03-19T23:21:55.363Z | Compiling toml_datetime v0.6.8 |
1404 | 2025-03-19T23:21:55.469Z | Compiling tokio-util v0.7.13 |
1405 | 2025-03-19T23:21:55.841Z | Compiling openssl-macros v0.1.1 |
1406 | 2025-03-19T23:21:55.933Z | Compiling serde_derive_internals v0.29.1 |
1407 | 2025-03-19T23:21:56.215Z | Compiling rand_core v0.9.2 |
1408 | 2025-03-19T23:21:56.595Z | Compiling h2 v0.4.6 |
1409 | 2025-03-19T23:21:56.670Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2025-03-19T23:21:56.777Z | Compiling rustls v0.23.19 |
1411 | 2025-03-19T23:21:57.080Z | Compiling dof v0.3.0 |
1412 | 2025-03-19T23:21:57.107Z | Compiling siphasher v0.3.11 |
1413 | 2025-03-19T23:21:57.188Z | Compiling native-tls v0.2.12 |
1414 | 2025-03-19T23:21:57.463Z | Compiling schemars v0.8.22 |
1415 | 2025-03-19T23:21:57.547Z | Compiling syn v1.0.109 |
1416 | 2025-03-19T23:21:57.831Z | Compiling base64 v0.22.1 |
1417 | 2025-03-19T23:21:58.237Z | Compiling usdt-impl v0.5.0 |
1418 | 2025-03-19T23:21:58.271Z | Compiling schemars_derive v0.8.22 |
1419 | 2025-03-19T23:21:59.579Z | Compiling rand_chacha v0.9.0 |
1420 | 2025-03-19T23:22:00.358Z | Compiling unicode-normalization v0.1.24 |
1421 | 2025-03-19T23:22:00.464Z | Compiling heapless v0.7.17 |
1422 | 2025-03-19T23:22:00.923Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2025-03-19T23:22:01.330Z | Compiling rand_chacha v0.3.1 |
1424 | 2025-03-19T23:22:01.511Z | Compiling signature v2.2.0 |
1425 | 2025-03-19T23:22:01.542Z | Compiling dirs-sys-next v0.1.2 |
1426 | 2025-03-19T23:22:01.710Z | Compiling crc32fast v1.4.2 |
1427 | 2025-03-19T23:22:01.821Z | Compiling cookie v0.18.1 |
1428 | 2025-03-19T23:22:01.880Z | Compiling unicode-properties v0.1.3 |
1429 | 2025-03-19T23:22:02.067Z | Compiling dyn-clone v1.0.19 |
1430 | 2025-03-19T23:22:02.087Z | Compiling unicode-bidi v0.3.17 |
1431 | 2025-03-19T23:22:02.144Z | Compiling rustls v0.22.4 |
1432 | 2025-03-19T23:22:02.275Z | Compiling signal-hook v0.3.17 |
1433 | 2025-03-19T23:22:02.296Z | Compiling openssl-probe v0.1.5 |
1434 | 2025-03-19T23:22:02.436Z | Compiling rayon-core v1.12.1 |
1435 | 2025-03-19T23:22:02.716Z | Compiling dirs-next v2.0.0 |
1436 | 2025-03-19T23:22:02.764Z | Compiling rand v0.8.5 |
1437 | 2025-03-19T23:22:02.917Z | Compiling stringprep v0.1.5 |
1438 | 2025-03-19T23:22:03.341Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2025-03-19T23:22:03.693Z | Compiling hyper v1.6.0 |
1440 | 2025-03-19T23:22:03.960Z | Compiling rand v0.9.0 |
1441 | 2025-03-19T23:22:05.358Z | Compiling url v2.5.3 |
1442 | 2025-03-19T23:22:05.714Z | Compiling http-body-util v0.1.2 |
1443 | 2025-03-19T23:22:05.936Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2025-03-19T23:22:06.241Z | Compiling hyper-util v0.1.10 |
1445 | 2025-03-19T23:22:06.567Z | Compiling md-5 v0.10.6 |
1446 | 2025-03-19T23:22:06.704Z | Compiling async-trait v0.1.87 |
1447 | 2025-03-19T23:22:06.787Z | Compiling num-integer v0.1.46 |
1448 | 2025-03-19T23:22:06.842Z | Compiling ff v0.13.0 |
1449 | 2025-03-19T23:22:07.090Z | Compiling hash32 v0.2.1 |
1450 | 2025-03-19T23:22:07.186Z | Compiling thread_local v1.1.8 |
1451 | 2025-03-19T23:22:07.382Z | Compiling encoding_rs v0.8.34 |
1452 | 2025-03-19T23:22:07.462Z | Compiling memoffset v0.9.1 |
1453 | 2025-03-19T23:22:07.522Z | Compiling multer v3.1.0 |
1454 | 2025-03-19T23:22:07.700Z | Compiling psl-types v2.0.11 |
1455 | 2025-03-19T23:22:07.788Z | Compiling fallible-iterator v0.2.0 |
1456 | 2025-03-19T23:22:07.827Z | Compiling base16ct v0.2.0 |
1457 | 2025-03-19T23:22:07.889Z | Compiling smoltcp v0.9.1 |
1458 | 2025-03-19T23:22:08.153Z | Compiling num-bigint-dig v0.8.4 |
1459 | 2025-03-19T23:22:08.449Z | Compiling cfg_aliases v0.2.1 |
1460 | 2025-03-19T23:22:08.495Z | Compiling gimli v0.31.1 |
1461 | 2025-03-19T23:22:08.549Z | Compiling litrs v0.4.1 |
1462 | 2025-03-19T23:22:08.570Z | Compiling mime v0.3.17 |
1463 | 2025-03-19T23:22:09.066Z | Compiling slog-async v2.8.0 |
1464 | 2025-03-19T23:22:09.112Z | Compiling portable-atomic v1.9.0 |
1465 | 2025-03-19T23:22:09.164Z | Compiling match_cfg v0.1.0 |
1466 | 2025-03-19T23:22:09.277Z | Compiling hostname v0.3.1 |
1467 | 2025-03-19T23:22:09.498Z | Compiling nix v0.29.0 |
1468 | 2025-03-19T23:22:09.655Z | Compiling document-features v0.2.10 |
1469 | 2025-03-19T23:22:09.714Z | Compiling postgres-protocol v0.6.8 |
1470 | 2025-03-19T23:22:10.148Z | Compiling sec1 v0.7.3 |
1471 | 2025-03-19T23:22:10.388Z | Compiling publicsuffix v2.3.0 |
1472 | 2025-03-19T23:22:10.701Z | Compiling toml_edit v0.22.24 |
1473 | 2025-03-19T23:22:10.923Z | Compiling num-iter v0.1.45 |
1474 | 2025-03-19T23:22:10.942Z | Compiling group v0.13.0 |
1475 | 2025-03-19T23:22:11.300Z | Compiling tokio-native-tls v0.3.1 |
1476 | 2025-03-19T23:22:11.323Z | Compiling bzip2 v0.4.4 |
1477 | 2025-03-19T23:22:11.615Z | Compiling term v0.7.0 |
1478 | 2025-03-19T23:22:12.716Z | Compiling addr2line v0.24.2 |
1479 | 2025-03-19T23:22:12.800Z | Compiling flate2 v1.1.0 |
1480 | 2025-03-19T23:22:12.848Z | Compiling usdt-attr-macro v0.5.0 |
1481 | 2025-03-19T23:22:13.079Z | Compiling usdt-macro v0.5.0 |
1482 | 2025-03-19T23:22:13.189Z | Compiling phf_shared v0.11.2 |
1483 | 2025-03-19T23:22:13.406Z | Compiling slog-json v2.6.1 |
1484 | 2025-03-19T23:22:13.560Z | Compiling serde_urlencoded v0.7.1 |
1485 | 2025-03-19T23:22:13.654Z | Compiling terminal_size v0.4.0 |
1486 | 2025-03-19T23:22:13.776Z | Compiling crossbeam-channel v0.5.13 |
1487 | 2025-03-19T23:22:13.886Z | Compiling futures-executor v0.3.31 |
1488 | 2025-03-19T23:22:14.079Z | Compiling hkdf v0.12.4 |
1489 | 2025-03-19T23:22:14.361Z | Compiling crypto-bigint v0.5.5 |
1490 | 2025-03-19T23:22:14.380Z | Compiling zerocopy-derive v0.6.6 |
1491 | 2025-03-19T23:22:14.401Z | Compiling curve25519-dalek-derive v0.1.1 |
1492 | 2025-03-19T23:22:14.475Z | Compiling async-stream-impl v0.3.6 |
1493 | 2025-03-19T23:22:14.812Z | Compiling webpki-roots v0.26.6 |
1494 | 2025-03-19T23:22:15.036Z | Compiling rustls-pemfile v2.2.0 |
1495 | 2025-03-19T23:22:15.408Z | Compiling sync_wrapper v1.0.1 |
1496 | 2025-03-19T23:22:15.584Z | Compiling is-terminal v0.4.13 |
1497 | 2025-03-19T23:22:15.747Z | Compiling ahash v0.8.11 |
1498 | 2025-03-19T23:22:15.804Z | Compiling fs-err v2.11.0 |
1499 | 2025-03-19T23:22:15.867Z | Compiling object v0.36.5 |
1500 | 2025-03-19T23:22:16.056Z | Compiling hubpack_derive v0.1.1 |
1501 | 2025-03-19T23:22:16.141Z | Compiling dropshot v0.12.0 |
1502 | 2025-03-19T23:22:16.201Z | Compiling rustc-demangle v0.1.24 |
1503 | 2025-03-19T23:22:16.344Z | Compiling newtype-uuid v1.2.1 |
1504 | 2025-03-19T23:22:16.491Z | Compiling zip v2.1.3 |
1505 | 2025-03-19T23:22:16.673Z | Compiling winnow v0.5.40 |
1506 | 2025-03-19T23:22:16.834Z | Compiling managed v0.8.0 |
1507 | 2025-03-19T23:22:16.923Z | Compiling bumpalo v3.16.0 |
1508 | 2025-03-19T23:22:17.120Z | Compiling take_mut v0.2.2 |
1509 | 2025-03-19T23:22:17.285Z | Compiling unicode-width v0.2.0 |
1510 | 2025-03-19T23:22:17.307Z | Compiling ipnet v2.11.0 |
1511 | 2025-03-19T23:22:17.426Z | Compiling lockfree-object-pool v0.1.6 |
1512 | 2025-03-19T23:22:17.712Z | Compiling simd-adler32 v0.3.7 |
1513 | 2025-03-19T23:22:17.841Z | Compiling buf-list v1.0.3 |
1514 | 2025-03-19T23:22:17.949Z | Compiling anyhow v1.0.97 |
1515 | 2025-03-19T23:22:18.260Z | Compiling tower-layer v0.3.3 |
1516 | 2025-03-19T23:22:18.557Z | Compiling tower v0.5.2 |
1517 | 2025-03-19T23:22:18.605Z | Compiling zopfli v0.8.1 |
1518 | 2025-03-19T23:22:18.978Z | Compiling console v0.15.10 |
1519 | 2025-03-19T23:22:19.495Z | Compiling strum_macros v0.25.3 |
1520 | 2025-03-19T23:22:20.179Z | Compiling toml_edit v0.19.15 |
1521 | 2025-03-19T23:22:20.201Z | Compiling clap_builder v4.5.31 |
1522 | 2025-03-19T23:22:20.297Z | Compiling elliptic-curve v0.13.8 |
1523 | 2025-03-19T23:22:20.534Z | Compiling hubpack v0.1.2 |
1524 | 2025-03-19T23:22:21.135Z | Compiling zerocopy v0.6.6 |
1525 | 2025-03-19T23:22:21.393Z | Compiling async-stream v0.3.6 |
1526 | 2025-03-19T23:22:21.724Z | Compiling slog-term v2.9.1 |
1527 | 2025-03-19T23:22:21.900Z | Compiling usdt v0.5.0 |
1528 | 2025-03-19T23:22:22.487Z | Compiling toml v0.8.20 |
1529 | 2025-03-19T23:22:22.845Z | Compiling backtrace v0.3.74 |
1530 | 2025-03-19T23:22:23.357Z | Compiling futures v0.3.31 |
1531 | 2025-03-19T23:22:23.454Z | Compiling slog-bunyan v2.5.0 |
1532 | 2025-03-19T23:22:23.487Z | Compiling phf v0.11.2 |
1533 | 2025-03-19T23:22:23.688Z | Compiling rayon v1.10.0 |
1534 | 2025-03-19T23:22:23.783Z | Compiling signal-hook-mio v0.2.4 |
1535 | 2025-03-19T23:22:23.958Z | Compiling cookie_store v0.21.1 |
1536 | 2025-03-19T23:22:23.982Z | Compiling hyper-tls v0.6.0 |
1537 | 2025-03-19T23:22:25.633Z | Compiling camino v1.1.9 |
1538 | 2025-03-19T23:22:26.567Z | Compiling postgres-types v0.2.9 |
1539 | 2025-03-19T23:22:27.326Z | Compiling ed25519 v2.2.3 |
1540 | 2025-03-19T23:22:27.876Z | Compiling phf_shared v0.10.0 |
1541 | 2025-03-19T23:22:28.097Z | Compiling dropshot_endpoint v0.12.0 |
1542 | 2025-03-19T23:22:28.164Z | Compiling pkcs1 v0.7.5 |
1543 | 2025-03-19T23:22:28.257Z | Compiling clap_derive v4.5.28 |
1544 | 2025-03-19T23:22:28.309Z | Compiling enum-as-inner v0.6.1 |
1545 | 2025-03-19T23:22:29.075Z | Compiling openapiv3 v2.0.0 |
1546 | 2025-03-19T23:22:29.171Z | Compiling waitgroup v0.1.2 |
1547 | 2025-03-19T23:22:29.374Z | Compiling serde-big-array v0.5.1 |
1548 | 2025-03-19T23:22:29.419Z | Compiling serde_path_to_error v0.1.16 |
1549 | 2025-03-19T23:22:29.501Z | Compiling rfc6979 v0.4.0 |
1550 | 2025-03-19T23:22:29.622Z | Compiling sha1 v0.10.6 |
1551 | 2025-03-19T23:22:29.707Z | Compiling serde_repr v0.1.19 |
1552 | 2025-03-19T23:22:30.056Z | Compiling float-cmp v0.10.0 |
1553 | 2025-03-19T23:22:30.191Z | Compiling bstr v1.10.0 |
1554 | 2025-03-19T23:22:30.303Z | Compiling hostname v0.4.0 |
1555 | 2025-03-19T23:22:30.532Z | Compiling unicode-segmentation v1.12.0 |
1556 | 2025-03-19T23:22:30.811Z | Compiling number_prefix v0.4.0 |
1557 | 2025-03-19T23:22:31.079Z | Compiling normalize-line-endings v0.3.0 |
1558 | 2025-03-19T23:22:31.227Z | Compiling difflib v0.4.0 |
1559 | 2025-03-19T23:22:31.460Z | Compiling static_assertions v1.1.0 |
1560 | 2025-03-19T23:22:31.574Z | Compiling predicates-core v1.0.8 |
1561 | 2025-03-19T23:22:31.765Z | Compiling whoami v1.5.2 |
1562 | 2025-03-19T23:22:31.887Z | Compiling debug-ignore v1.0.5 |
1563 | 2025-03-19T23:22:32.067Z | Compiling precomputed-hash v0.1.1 |
1564 | 2025-03-19T23:22:32.181Z | Compiling data-encoding v2.6.0 |
1565 | 2025-03-19T23:22:32.200Z | Compiling new_debug_unreachable v1.0.6 |
1566 | 2025-03-19T23:22:32.303Z | Compiling fixedbitset v0.4.2 |
1567 | 2025-03-19T23:22:32.323Z | Compiling string_cache v0.8.7 |
1568 | 2025-03-19T23:22:32.574Z | Compiling petgraph v0.6.5 |
1569 | 2025-03-19T23:22:32.734Z | Compiling tokio-postgres v0.7.13 |
1570 | 2025-03-19T23:22:32.734Z | Compiling predicates v3.1.3 |
1571 | 2025-03-19T23:22:32.769Z | Compiling clap v4.5.31 |
1572 | 2025-03-19T23:22:32.893Z | Compiling hickory-proto v0.24.4 |
1573 | 2025-03-19T23:22:33.003Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1574 | 2025-03-19T23:22:34.101Z | Compiling similar v2.7.0 |
1575 | 2025-03-19T23:22:34.206Z | Compiling indicatif v0.17.11 |
1576 | 2025-03-19T23:22:36.203Z | Compiling ecdsa v0.16.9 |
1577 | 2025-03-19T23:22:36.203Z | Compiling rsa v0.9.6 |
1578 | 2025-03-19T23:22:36.287Z | Compiling ed25519-dalek v2.1.1 |
1579 | 2025-03-19T23:22:37.620Z | Compiling crossterm v0.28.1 |
1580 | 2025-03-19T23:22:38.529Z | Compiling toml v0.7.8 |
1581 | 2025-03-19T23:22:39.937Z | Compiling zip v0.6.6 |
1582 | 2025-03-19T23:22:39.999Z | Compiling ipnetwork v0.21.1 |
1583 | 2025-03-19T23:22:40.254Z | Compiling tokio-stream v0.1.17 |
1584 | 2025-03-19T23:22:40.801Z | Compiling hex v0.4.3 |
1585 | 2025-03-19T23:22:40.898Z | Compiling x509-cert v0.2.5 |
1586 | 2025-03-19T23:22:41.240Z | Compiling itertools v0.10.5 |
1587 | 2025-03-19T23:22:41.269Z | Compiling peg-runtime v0.8.5 |
1588 | 2025-03-19T23:22:41.403Z | Compiling lalrpop-util v0.19.12 |
1589 | 2025-03-19T23:22:41.427Z | Compiling unicode-xid v0.2.6 |
1590 | 2025-03-19T23:22:41.622Z | Compiling strum_macros v0.26.4 |
1591 | 2025-03-19T23:22:41.776Z | Compiling xattr v1.3.1 |
1592 | 2025-03-19T23:22:41.872Z | Compiling filetime v0.2.25 |
1593 | 2025-03-19T23:22:42.182Z | Compiling tar v0.4.44 |
1594 | 2025-03-19T23:22:46.185Z | Compiling strum v0.26.3 |
1595 | 2025-03-19T23:22:49.407Z | Compiling aws-lc-sys v0.26.0 |
1596 | 2025-03-19T23:23:20.789Z | Compiling rustls-webpki v0.102.8 |
1597 | 2025-03-19T23:23:24.364Z | Compiling tokio-rustls v0.25.0 |
1598 | 2025-03-19T23:23:26.097Z | Compiling tokio-rustls v0.26.0 |
1599 | 2025-03-19T23:23:26.417Z | Compiling hyper-rustls v0.27.3 |
1600 | 2025-03-19T23:23:26.794Z | Compiling reqwest v0.12.12 |
1601 | 2025-03-19T23:23:30.751Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1602 | 2025-03-19T23:23:31.075Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1603 | 2025-03-19T23:23:36.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1604 | 2025-03-19T23:23:36.259Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1605 | 2025-03-19T23:23:36.318Z | Mar 19 23:23:36.006 INFO Starting download, target: Console |
1606 | 2025-03-19T23:23:36.318Z | Mar 19 23:23:36.006 INFO Starting download, target: Cockroach |
1607 | 2025-03-19T23:23:36.318Z | Mar 19 23:23:36.006 INFO Starting download, target: Clickhouse |
1608 | 2025-03-19T23:23:36.318Z | Mar 19 23:23:36.006 INFO Starting download, target: DendriteOpenapi |
1609 | 2025-03-19T23:23:36.318Z | Mar 19 23:23:36.006 INFO Starting download, target: DendriteStub |
1610 | 2025-03-19T23:23:36.321Z | Mar 19 23:23:36.006 INFO Starting download, target: MaghemiteMgd |
1611 | 2025-03-19T23:23:36.321Z | Mar 19 23:23:36.006 INFO Starting download, target: TransceiverControl |
1612 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1613 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1614 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1615 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1616 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1617 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1618 | 2025-03-19T23:23:36.322Z | Mar 19 23:23:36.007 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1619 | 2025-03-19T23:23:36.863Z | Mar 19 23:23:36.540 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1620 | 2025-03-19T23:23:36.975Z | Mar 19 23:23:36.659 INFO Download complete, target: DendriteOpenapi |
1621 | 2025-03-19T23:23:37.029Z | Mar 19 23:23:36.711 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1622 | 2025-03-19T23:23:37.259Z | Mar 19 23:23:36.946 INFO Download complete, target: Console |
1623 | 2025-03-19T23:23:37.417Z | Mar 19 23:23:37.104 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1624 | 2025-03-19T23:23:37.447Z | Mar 19 23:23:37.133 INFO Download complete, target: TransceiverControl |
1625 | 2025-03-19T23:23:37.837Z | Mar 19 23:23:37.524 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1626 | 2025-03-19T23:23:38.228Z | Mar 19 23:23:37.915 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1627 | 2025-03-19T23:23:38.229Z | Mar 19 23:23:37.915 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1628 | 2025-03-19T23:23:38.256Z | Mar 19 23:23:37.943 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1629 | 2025-03-19T23:23:39.822Z | Mar 19 23:23:39.509 INFO Download complete, target: DendriteStub |
1630 | 2025-03-19T23:23:40.354Z | Mar 19 23:23:40.040 INFO Download complete, target: MaghemiteMgd |
1631 | 2025-03-19T23:23:44.753Z | Mar 19 23:23:44.436 INFO Checking that binary works, target: Cockroach |
1632 | 2025-03-19T23:23:45.054Z | Mar 19 23:23:44.738 INFO Download complete, target: Cockroach |
1633 | 2025-03-19T23:23:49.044Z | Mar 19 23:23:48.724 INFO Checking that binary works, target: Clickhouse |
1634 | 2025-03-19T23:23:49.176Z | Mar 19 23:23:48.855 INFO Download complete, target: Clickhouse |
1635 | 2025-03-19T23:23:49.197Z | All builder prerequisites installed successfully, and PATH looks valid |
1636 | 2025-03-19T23:23:49.202Z | |
1637 | 2025-03-19T23:23:49.203Z | real 4:56.672451663 |
1638 | 2025-03-19T23:23:49.203Z | user 15:51.858915061 |
1639 | 2025-03-19T23:23:49.203Z | sys 2:12.385260844 |
1640 | 2025-03-19T23:23:49.203Z | trap 0.617682403 |
1641 | 2025-03-19T23:23:49.203Z | tflt 0.888297121 |
1642 | 2025-03-19T23:23:49.203Z | dflt 1.517367320 |
1643 | 2025-03-19T23:23:49.203Z | kflt 0.022974066 |
1644 | 2025-03-19T23:23:49.203Z | lock 24:24.046484455 |
1645 | 2025-03-19T23:23:49.203Z | slp 56:41.812899979 |
1646 | 2025-03-19T23:23:49.203Z | lat 1:02.508441185 |
1647 | 2025-03-19T23:23:49.203Z | stop 2:30.657569893 |
1648 | 2025-03-19T23:23:49.204Z | + banner hack-check |
1649 | 2025-03-19T23:23:49.204Z | |
1650 | 2025-03-19T23:23:49.204Z | # # ## #### # # #### # # ###### #### # # |
1651 | 2025-03-19T23:23:49.204Z | # # # # # # # # # # # # # # # # # |
1652 | 2025-03-19T23:23:49.204Z | ###### # # # #### ##### # ###### ##### # #### |
1653 | 2025-03-19T23:23:49.204Z | # # ###### # # # # # # # # # # |
1654 | 2025-03-19T23:23:49.204Z | # # # # # # # # # # # # # # # # # |
1655 | 2025-03-19T23:23:49.204Z | # # # # #### # # #### # # ###### #### # # |
1656 | 2025-03-19T23:23:49.204Z | |
1657 | 2025-03-19T23:23:49.204Z | + export CARGO_INCREMENTAL=0 |
1658 | 2025-03-19T23:23:49.204Z | + CARGO_INCREMENTAL=0 |
1659 | 2025-03-19T23:23:49.205Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1660 | 2025-03-19T23:23:49.873Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1661 | 2025-03-19T23:23:53.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
1662 | 2025-03-19T23:23:53.164Z | Running `target/debug/xtask check-features --ci` |
1663 | 2025-03-19T23:23:53.193Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1664 | 2025-03-19T23:23:53.193Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1665 | 2025-03-19T23:23:53.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1666 | 2025-03-19T23:23:53.757Z | Running `target/debug/xtask download cargo-hack` |
1667 | 2025-03-19T23:23:54.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1668 | 2025-03-19T23:23:55.153Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1669 | 2025-03-19T23:23:59.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
1670 | 2025-03-19T23:23:59.358Z | Running `target/debug/xtask-downloader cargo-hack` |
1671 | 2025-03-19T23:23:59.403Z | Mar 19 23:23:59.079 INFO Starting download, target: CargoHack |
1672 | 2025-03-19T23:23:59.407Z | Mar 19 23:23:59.080 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1673 | 2025-03-19T23:23:59.983Z | Mar 19 23:23:59.659 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1674 | 2025-03-19T23:24:00.062Z | Mar 19 23:23:59.738 INFO Download complete, target: CargoHack |
1675 | 2025-03-19T23:24:00.067Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1676 | 2025-03-19T23:24:00.088Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1677 | 2025-03-19T23:24:00.294Z | info: running `cargo check --bins` on api_identity (1/198) |
1678 | 2025-03-19T23:24:00.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-03-19T23:24:00.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-03-19T23:24:00.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-03-19T23:24:00.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1682 | 2025-03-19T23:24:01.021Z | |
1683 | 2025-03-19T23:24:01.022Z | info: running `cargo check --bins` on bootstore (2/198) |
1684 | 2025-03-19T23:24:01.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-03-19T23:24:01.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-03-19T23:24:01.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-03-19T23:24:01.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1688 | 2025-03-19T23:24:01.760Z | |
1689 | 2025-03-19T23:24:01.760Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/198) |
1690 | 2025-03-19T23:24:02.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-03-19T23:24:02.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-03-19T23:24:02.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-03-19T23:24:02.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1694 | 2025-03-19T23:24:02.474Z | |
1695 | 2025-03-19T23:24:02.474Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/198) |
1696 | 2025-03-19T23:24:03.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-03-19T23:24:03.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-03-19T23:24:03.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-03-19T23:24:03.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1700 | 2025-03-19T23:24:03.199Z | |
1701 | 2025-03-19T23:24:03.199Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/198) |
1702 | 2025-03-19T23:24:03.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-03-19T23:24:03.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-03-19T23:24:03.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-03-19T23:24:03.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1706 | 2025-03-19T23:24:03.701Z | |
1707 | 2025-03-19T23:24:03.701Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/198) |
1708 | 2025-03-19T23:24:04.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-03-19T23:24:04.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-03-19T23:24:04.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-03-19T23:24:04.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1712 | 2025-03-19T23:24:04.231Z | |
1713 | 2025-03-19T23:24:04.231Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/198) |
1714 | 2025-03-19T23:24:04.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-03-19T23:24:04.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-03-19T23:24:04.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-03-19T23:24:04.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1718 | 2025-03-19T23:24:04.738Z | |
1719 | 2025-03-19T23:24:04.738Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/198) |
1720 | 2025-03-19T23:24:05.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-03-19T23:24:05.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-03-19T23:24:05.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-03-19T23:24:05.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1724 | 2025-03-19T23:24:05.243Z | |
1725 | 2025-03-19T23:24:05.243Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/198) |
1726 | 2025-03-19T23:24:05.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-03-19T23:24:05.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-03-19T23:24:05.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-03-19T23:24:05.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1730 | 2025-03-19T23:24:05.757Z | |
1731 | 2025-03-19T23:24:05.757Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/198) |
1732 | 2025-03-19T23:24:06.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-03-19T23:24:06.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-03-19T23:24:06.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-03-19T23:24:06.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1736 | 2025-03-19T23:24:06.276Z | |
1737 | 2025-03-19T23:24:06.276Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/198) |
1738 | 2025-03-19T23:24:06.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-03-19T23:24:06.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-03-19T23:24:06.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-03-19T23:24:06.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1742 | 2025-03-19T23:24:06.772Z | |
1743 | 2025-03-19T23:24:06.773Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/198) |
1744 | 2025-03-19T23:24:07.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-03-19T23:24:07.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-03-19T23:24:07.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-03-19T23:24:07.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1748 | 2025-03-19T23:24:07.274Z | |
1749 | 2025-03-19T23:24:07.274Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/198) |
1750 | 2025-03-19T23:24:07.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-03-19T23:24:07.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-03-19T23:24:07.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-03-19T23:24:07.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1754 | 2025-03-19T23:24:07.795Z | |
1755 | 2025-03-19T23:24:07.795Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/198) |
1756 | 2025-03-19T23:24:08.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-03-19T23:24:08.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-03-19T23:24:08.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-03-19T23:24:08.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1760 | 2025-03-19T23:24:08.312Z | |
1761 | 2025-03-19T23:24:08.312Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/198) |
1762 | 2025-03-19T23:24:08.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-03-19T23:24:08.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-03-19T23:24:08.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-03-19T23:24:08.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1766 | 2025-03-19T23:24:08.784Z | |
1767 | 2025-03-19T23:24:08.784Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/198) |
1768 | 2025-03-19T23:24:09.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-03-19T23:24:09.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-03-19T23:24:09.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-03-19T23:24:09.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1772 | 2025-03-19T23:24:09.244Z | |
1773 | 2025-03-19T23:24:09.244Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/198) |
1774 | 2025-03-19T23:24:09.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-03-19T23:24:09.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-03-19T23:24:09.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-03-19T23:24:09.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1778 | 2025-03-19T23:24:09.708Z | |
1779 | 2025-03-19T23:24:09.708Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/198) |
1780 | 2025-03-19T23:24:10.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-03-19T23:24:10.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-03-19T23:24:10.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-03-19T23:24:10.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1784 | 2025-03-19T23:24:10.161Z | |
1785 | 2025-03-19T23:24:10.161Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/198) |
1786 | 2025-03-19T23:24:10.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-03-19T23:24:10.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-03-19T23:24:10.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-03-19T23:24:10.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1790 | 2025-03-19T23:24:10.622Z | |
1791 | 2025-03-19T23:24:10.622Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/198) |
1792 | 2025-03-19T23:24:11.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-03-19T23:24:11.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-03-19T23:24:11.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-03-19T23:24:11.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1796 | 2025-03-19T23:24:11.076Z | |
1797 | 2025-03-19T23:24:11.076Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/198) |
1798 | 2025-03-19T23:24:11.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-03-19T23:24:11.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-03-19T23:24:11.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-03-19T23:24:11.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1802 | 2025-03-19T23:24:11.531Z | |
1803 | 2025-03-19T23:24:11.531Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/198) |
1804 | 2025-03-19T23:24:11.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-03-19T23:24:11.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-03-19T23:24:11.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-03-19T23:24:11.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1808 | 2025-03-19T23:24:11.987Z | |
1809 | 2025-03-19T23:24:11.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/198) |
1810 | 2025-03-19T23:24:12.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-03-19T23:24:12.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-03-19T23:24:12.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-03-19T23:24:12.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1814 | 2025-03-19T23:24:12.443Z | |
1815 | 2025-03-19T23:24:12.443Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/198) |
1816 | 2025-03-19T23:24:12.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-03-19T23:24:12.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-03-19T23:24:12.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-03-19T23:24:12.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1820 | 2025-03-19T23:24:12.898Z | |
1821 | 2025-03-19T23:24:12.898Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/198) |
1822 | 2025-03-19T23:24:13.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-03-19T23:24:13.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-03-19T23:24:13.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-03-19T23:24:13.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1826 | 2025-03-19T23:24:13.351Z | |
1827 | 2025-03-19T23:24:13.351Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/198) |
1828 | 2025-03-19T23:24:13.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-03-19T23:24:13.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-03-19T23:24:13.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-03-19T23:24:13.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1832 | 2025-03-19T23:24:13.805Z | |
1833 | 2025-03-19T23:24:13.805Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/198) |
1834 | 2025-03-19T23:24:14.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-03-19T23:24:14.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-03-19T23:24:14.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-03-19T23:24:14.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1838 | 2025-03-19T23:24:14.261Z | |
1839 | 2025-03-19T23:24:14.261Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/198) |
1840 | 2025-03-19T23:24:14.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-03-19T23:24:14.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-03-19T23:24:14.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-03-19T23:24:14.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1844 | 2025-03-19T23:24:14.720Z | |
1845 | 2025-03-19T23:24:14.720Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/198) |
1846 | 2025-03-19T23:24:15.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-03-19T23:24:15.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-03-19T23:24:15.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-03-19T23:24:15.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1850 | 2025-03-19T23:24:15.172Z | |
1851 | 2025-03-19T23:24:15.173Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/198) |
1852 | 2025-03-19T23:24:15.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-03-19T23:24:15.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-03-19T23:24:15.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-03-19T23:24:15.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1856 | 2025-03-19T23:24:15.627Z | |
1857 | 2025-03-19T23:24:15.627Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/198) |
1858 | 2025-03-19T23:24:16.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-03-19T23:24:16.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-03-19T23:24:16.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-03-19T23:24:16.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1862 | 2025-03-19T23:24:16.081Z | |
1863 | 2025-03-19T23:24:16.081Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/198) |
1864 | 2025-03-19T23:24:16.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-03-19T23:24:16.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-03-19T23:24:16.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-03-19T23:24:16.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1868 | 2025-03-19T23:24:16.535Z | |
1869 | 2025-03-19T23:24:16.535Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/198) |
1870 | 2025-03-19T23:24:16.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-03-19T23:24:16.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-03-19T23:24:16.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-03-19T23:24:16.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1874 | 2025-03-19T23:24:16.989Z | |
1875 | 2025-03-19T23:24:16.989Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/198) |
1876 | 2025-03-19T23:24:17.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-03-19T23:24:17.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-03-19T23:24:17.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-03-19T23:24:17.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1880 | 2025-03-19T23:24:17.444Z | |
1881 | 2025-03-19T23:24:17.444Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/198) |
1882 | 2025-03-19T23:24:17.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-03-19T23:24:17.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-03-19T23:24:17.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-03-19T23:24:17.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1886 | 2025-03-19T23:24:17.896Z | |
1887 | 2025-03-19T23:24:17.896Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/198) |
1888 | 2025-03-19T23:24:18.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-03-19T23:24:18.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-03-19T23:24:18.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-03-19T23:24:18.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1892 | 2025-03-19T23:24:18.356Z | |
1893 | 2025-03-19T23:24:18.356Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/198) |
1894 | 2025-03-19T23:24:18.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-03-19T23:24:18.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-03-19T23:24:18.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-03-19T23:24:18.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1898 | 2025-03-19T23:24:18.816Z | |
1899 | 2025-03-19T23:24:18.816Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/198) |
1900 | 2025-03-19T23:24:19.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-03-19T23:24:19.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-03-19T23:24:19.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-03-19T23:24:19.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1904 | 2025-03-19T23:24:19.279Z | |
1905 | 2025-03-19T23:24:19.279Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/198) |
1906 | 2025-03-19T23:24:19.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-03-19T23:24:19.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-03-19T23:24:19.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-03-19T23:24:19.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1910 | 2025-03-19T23:24:19.736Z | |
1911 | 2025-03-19T23:24:19.736Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/198) |
1912 | 2025-03-19T23:24:20.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-03-19T23:24:20.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-03-19T23:24:20.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-03-19T23:24:20.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1916 | 2025-03-19T23:24:20.197Z | |
1917 | 2025-03-19T23:24:20.197Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/198) |
1918 | 2025-03-19T23:24:20.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-03-19T23:24:20.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-03-19T23:24:20.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-03-19T23:24:20.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1922 | 2025-03-19T23:24:20.661Z | |
1923 | 2025-03-19T23:24:20.661Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/198) |
1924 | 2025-03-19T23:24:21.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-03-19T23:24:21.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-03-19T23:24:21.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-03-19T23:24:21.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1928 | 2025-03-19T23:24:21.117Z | |
1929 | 2025-03-19T23:24:21.118Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/198) |
1930 | 2025-03-19T23:24:21.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-03-19T23:24:21.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-03-19T23:24:21.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-03-19T23:24:21.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1934 | 2025-03-19T23:24:21.576Z | |
1935 | 2025-03-19T23:24:21.576Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/198) |
1936 | 2025-03-19T23:24:21.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-03-19T23:24:21.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-03-19T23:24:21.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-03-19T23:24:21.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1940 | 2025-03-19T23:24:22.034Z | |
1941 | 2025-03-19T23:24:22.034Z | info: running `cargo check --bins` on sled-hardware-types (45/198) |
1942 | 2025-03-19T23:24:22.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-03-19T23:24:22.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-03-19T23:24:22.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-03-19T23:24:22.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1946 | 2025-03-19T23:24:22.701Z | |
1947 | 2025-03-19T23:24:22.701Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/198) |
1948 | 2025-03-19T23:24:23.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-03-19T23:24:23.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-03-19T23:24:23.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-03-19T23:24:23.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1952 | 2025-03-19T23:24:23.362Z | |
1953 | 2025-03-19T23:24:23.362Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/198) |
1954 | 2025-03-19T23:24:23.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-03-19T23:24:23.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-03-19T23:24:23.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1957 | 2025-03-19T23:24:23.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1958 | 2025-03-19T23:24:24.026Z | |
1959 | 2025-03-19T23:24:24.026Z | info: running `cargo check --bins` on oxlog (48/198) |
1960 | 2025-03-19T23:24:24.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1961 | 2025-03-19T23:24:24.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1962 | 2025-03-19T23:24:24.664Z | Checking cfg-if v1.0.0 |
1963 | 2025-03-19T23:24:24.668Z | Checking libc v0.2.170 |
1964 | 2025-03-19T23:24:24.778Z | Checking serde v1.0.218 |
1965 | 2025-03-19T23:24:24.783Z | Checking zeroize v1.8.1 |
1966 | 2025-03-19T23:24:24.783Z | Checking memchr v2.7.4 |
1967 | 2025-03-19T23:24:24.807Z | Checking typenum v1.17.0 |
1968 | 2025-03-19T23:24:24.810Z | Checking subtle v2.6.1 |
1969 | 2025-03-19T23:24:24.822Z | Checking value-bag v1.9.0 |
1970 | 2025-03-19T23:24:24.851Z | Checking smallvec v1.14.0 |
1971 | 2025-03-19T23:24:25.038Z | Checking scopeguard v1.2.0 |
1972 | 2025-03-19T23:24:25.098Z | Checking itoa v1.0.11 |
1973 | 2025-03-19T23:24:25.191Z | Checking lock_api v0.4.12 |
1974 | 2025-03-19T23:24:25.195Z | Checking const-oid v0.9.6 |
1975 | 2025-03-19T23:24:25.243Z | Checking log v0.4.22 |
1976 | 2025-03-19T23:24:25.304Z | Checking pin-project-lite v0.2.14 |
1977 | 2025-03-19T23:24:25.442Z | Checking once_cell v1.20.3 |
1978 | 2025-03-19T23:24:25.579Z | Checking byteorder v1.5.0 |
1979 | 2025-03-19T23:24:25.650Z | Checking futures-core v0.3.31 |
1980 | 2025-03-19T23:24:25.727Z | Checking stable_deref_trait v1.2.0 |
1981 | 2025-03-19T23:24:25.744Z | Checking cpufeatures v0.2.14 |
1982 | 2025-03-19T23:24:25.761Z | Checking getrandom v0.2.15 |
1983 | 2025-03-19T23:24:25.830Z | Checking parking_lot_core v0.9.10 |
1984 | 2025-03-19T23:24:25.845Z | Checking signal-hook-registry v1.4.2 |
1985 | 2025-03-19T23:24:25.860Z | Checking generic-array v0.14.7 |
1986 | 2025-03-19T23:24:25.864Z | Checking mio v1.0.2 |
1987 | 2025-03-19T23:24:25.969Z | Checking socket2 v0.5.8 |
1988 | 2025-03-19T23:24:25.993Z | Checking rand_core v0.6.4 |
1989 | 2025-03-19T23:24:26.081Z | Checking futures-sink v0.3.31 |
1990 | 2025-03-19T23:24:26.164Z | Checking parking_lot v0.12.3 |
1991 | 2025-03-19T23:24:26.239Z | Checking zerocopy v0.7.35 |
1992 | 2025-03-19T23:24:26.298Z | Checking zerofrom v0.1.4 |
1993 | 2025-03-19T23:24:26.429Z | Checking equivalent v1.0.1 |
1994 | 2025-03-19T23:24:26.468Z | Checking allocator-api2 v0.2.18 |
1995 | 2025-03-19T23:24:26.503Z | Checking foldhash v0.1.3 |
1996 | 2025-03-19T23:24:26.530Z | Checking yoke v0.7.4 |
1997 | 2025-03-19T23:24:26.550Z | Checking slab v0.4.9 |
1998 | 2025-03-19T23:24:26.719Z | Checking ryu v1.0.18 |
1999 | 2025-03-19T23:24:26.826Z | Checking futures-channel v0.3.31 |
2000 | 2025-03-19T23:24:26.855Z | Checking zerovec v0.10.4 |
2001 | 2025-03-19T23:24:26.921Z | Checking crypto-common v0.1.6 |
2002 | 2025-03-19T23:24:26.965Z | Checking block-buffer v0.10.4 |
2003 | 2025-03-19T23:24:27.006Z | Checking block-padding v0.3.3 |
2004 | 2025-03-19T23:24:27.063Z | Checking hashbrown v0.15.1 |
2005 | 2025-03-19T23:24:27.113Z | Checking pin-utils v0.1.0 |
2006 | 2025-03-19T23:24:27.181Z | Checking digest v0.10.7 |
2007 | 2025-03-19T23:24:27.181Z | Checking futures-io v0.3.31 |
2008 | 2025-03-19T23:24:27.212Z | Checking futures-task v0.3.31 |
2009 | 2025-03-19T23:24:27.228Z | Checking inout v0.1.3 |
2010 | 2025-03-19T23:24:27.373Z | Checking libm v0.2.8 |
2011 | 2025-03-19T23:24:27.439Z | Checking base64ct v1.6.0 |
2012 | 2025-03-19T23:24:27.455Z | Checking futures-util v0.3.31 |
2013 | 2025-03-19T23:24:27.473Z | Checking cipher v0.4.4 |
2014 | 2025-03-19T23:24:27.529Z | Checking hmac v0.12.1 |
2015 | 2025-03-19T23:24:27.737Z | Checking sha2 v0.10.8 |
2016 | 2025-03-19T23:24:27.880Z | Checking pem-rfc7468 v0.7.0 |
2017 | 2025-03-19T23:24:27.898Z | Checking getrandom v0.3.1 |
2018 | 2025-03-19T23:24:28.083Z | Checking flagset v0.4.6 |
2019 | 2025-03-19T23:24:28.148Z | Checking litemap v0.7.3 |
2020 | 2025-03-19T23:24:28.166Z | Checking writeable v0.5.5 |
2021 | 2025-03-19T23:24:28.243Z | Checking num-traits v0.2.19 |
2022 | 2025-03-19T23:24:28.289Z | Checking fnv v1.0.7 |
2023 | 2025-03-19T23:24:28.307Z | Checking der v0.7.9 |
2024 | 2025-03-19T23:24:28.357Z | Checking tinystr v0.7.6 |
2025 | 2025-03-19T23:24:28.435Z | Checking salsa20 v0.10.2 |
2026 | 2025-03-19T23:24:28.476Z | Checking pbkdf2 v0.12.2 |
2027 | 2025-03-19T23:24:28.479Z | Checking ppv-lite86 v0.2.20 |
2028 | 2025-03-19T23:24:28.654Z | Checking icu_locid_transform_data v1.5.0 |
2029 | 2025-03-19T23:24:28.671Z | Checking rustls-pki-types v1.10.0 |
2030 | 2025-03-19T23:24:28.686Z | Checking icu_locid v1.5.0 |
2031 | 2025-03-19T23:24:28.754Z | Checking scrypt v0.11.0 |
2032 | 2025-03-19T23:24:28.992Z | Checking icu_collections v1.5.0 |
2033 | 2025-03-19T23:24:29.193Z | Checking cbc v0.1.2 |
2034 | 2025-03-19T23:24:29.207Z | Checking aes v0.8.4 |
2035 | 2025-03-19T23:24:29.229Z | Checking bytes v1.10.1 |
2036 | 2025-03-19T23:24:29.405Z | Checking indexmap v2.7.1 |
2037 | 2025-03-19T23:24:29.608Z | Checking serde_json v1.0.139 |
2038 | 2025-03-19T23:24:29.706Z | Checking bitflags v2.6.0 |
2039 | 2025-03-19T23:24:29.723Z | Checking icu_provider v1.5.0 |
2040 | 2025-03-19T23:24:30.001Z | Checking spki v0.7.3 |
2041 | 2025-03-19T23:24:30.025Z | Checking tracing-core v0.1.32 |
2042 | 2025-03-19T23:24:30.129Z | Checking aws-lc-sys v0.26.0 |
2043 | 2025-03-19T23:24:30.243Z | Checking tokio v1.43.0 |
2044 | 2025-03-19T23:24:30.284Z | Checking http v1.2.0 |
2045 | 2025-03-19T23:24:30.299Z | Checking icu_locid_transform v1.5.0 |
2046 | 2025-03-19T23:24:30.606Z | Checking percent-encoding v2.3.1 |
2047 | 2025-03-19T23:24:30.658Z | Checking powerfmt v0.2.0 |
2048 | 2025-03-19T23:24:30.812Z | Checking untrusted v0.7.1 |
2049 | 2025-03-19T23:24:30.928Z | Checking untrusted v0.9.0 |
2050 | 2025-03-19T23:24:30.992Z | Checking icu_properties_data v1.5.0 |
2051 | 2025-03-19T23:24:31.097Z | Checking ring v0.17.11 |
2052 | 2025-03-19T23:24:31.252Z | Checking deranged v0.3.11 |
2053 | 2025-03-19T23:24:31.271Z | Checking tracing v0.1.40 |
2054 | 2025-03-19T23:24:31.286Z | Checking icu_properties v1.5.1 |
2055 | 2025-03-19T23:24:31.595Z | Checking pkcs5 v0.7.1 |
2056 | 2025-03-19T23:24:31.619Z | Checking crossbeam-utils v0.8.20 |
2057 | 2025-03-19T23:24:31.977Z | Checking spin v0.9.8 |
2058 | 2025-03-19T23:24:32.129Z | Checking thiserror v1.0.69 |
2059 | 2025-03-19T23:24:32.286Z | Checking utf16_iter v1.0.5 |
2060 | 2025-03-19T23:24:32.304Z | Checking aws-lc-rs v1.12.4 |
2061 | 2025-03-19T23:24:32.320Z | Checking num-conv v0.1.0 |
2062 | 2025-03-19T23:24:32.407Z | Checking num_threads v0.1.7 |
2063 | 2025-03-19T23:24:32.479Z | Checking utf8_iter v1.0.4 |
2064 | 2025-03-19T23:24:32.536Z | Checking icu_normalizer_data v1.5.0 |
2065 | 2025-03-19T23:24:32.552Z | Checking write16 v1.0.0 |
2066 | 2025-03-19T23:24:32.568Z | Checking atomic-waker v1.1.2 |
2067 | 2025-03-19T23:24:32.638Z | Checking time-core v0.1.2 |
2068 | 2025-03-19T23:24:32.691Z | Checking pkcs8 v0.10.2 |
2069 | 2025-03-19T23:24:32.710Z | Checking http-body v1.0.1 |
2070 | 2025-03-19T23:24:32.713Z | Checking uuid v1.15.1 |
2071 | 2025-03-19T23:24:32.806Z | Checking time v0.3.36 |
2072 | 2025-03-19T23:24:32.937Z | Checking httparse v1.9.5 |
2073 | 2025-03-19T23:24:33.038Z | Checking try-lock v0.2.5 |
2074 | 2025-03-19T23:24:33.203Z | Checking tinyvec_macros v0.1.1 |
2075 | 2025-03-19T23:24:33.305Z | Checking tinyvec v1.8.0 |
2076 | 2025-03-19T23:24:33.352Z | Checking want v0.3.1 |
2077 | 2025-03-19T23:24:33.375Z | Checking form_urlencoded v1.2.1 |
2078 | 2025-03-19T23:24:33.418Z | Checking zerocopy v0.8.10 |
2079 | 2025-03-19T23:24:33.559Z | Checking adler2 v2.0.0 |
2080 | 2025-03-19T23:24:33.598Z | Checking foreign-types-shared v0.1.1 |
2081 | 2025-03-19T23:24:33.730Z | Checking unicode-ident v1.0.14 |
2082 | 2025-03-19T23:24:33.748Z | Checking httpdate v1.0.3 |
2083 | 2025-03-19T23:24:33.931Z | Checking iana-time-zone v0.1.61 |
2084 | 2025-03-19T23:24:34.019Z | Checking tower-service v0.3.3 |
2085 | 2025-03-19T23:24:34.104Z | Checking chrono v0.4.40 |
2086 | 2025-03-19T23:24:34.121Z | Checking rustls-webpki v0.102.8 |
2087 | 2025-03-19T23:24:34.147Z | Checking proc-macro2 v1.0.94 |
2088 | 2025-03-19T23:24:34.576Z | Checking icu_normalizer v1.5.0 |
2089 | 2025-03-19T23:24:34.635Z | Checking miniz_oxide v0.8.5 |
2090 | 2025-03-19T23:24:34.794Z | Checking foreign-types v0.3.2 |
2091 | 2025-03-19T23:24:34.899Z | Checking toml_datetime v0.6.8 |
2092 | 2025-03-19T23:24:34.915Z | Checking serde_spanned v0.6.8 |
2093 | 2025-03-19T23:24:35.122Z | Checking slog v2.7.0 |
2094 | 2025-03-19T23:24:35.213Z | Checking scroll v0.12.0 |
2095 | 2025-03-19T23:24:35.265Z | Checking openssl-sys v0.9.106 |
2096 | 2025-03-19T23:24:35.401Z | Checking idna_adapter v1.2.0 |
2097 | 2025-03-19T23:24:35.449Z | Checking errno v0.3.9 |
2098 | 2025-03-19T23:24:35.568Z | Checking aho-corasick v1.1.3 |
2099 | 2025-03-19T23:24:35.617Z | Checking idna v1.0.3 |
2100 | 2025-03-19T23:24:35.654Z | Checking regex-syntax v0.8.5 |
2101 | 2025-03-19T23:24:35.725Z | Checking ucd-trie v0.1.7 |
2102 | 2025-03-19T23:24:35.961Z | Checking base64 v0.22.1 |
2103 | 2025-03-19T23:24:36.141Z | Checking siphasher v0.3.11 |
2104 | 2025-03-19T23:24:36.145Z | Checking plain v0.2.3 |
2105 | 2025-03-19T23:24:36.273Z | Checking rand_core v0.9.2 |
2106 | 2025-03-19T23:24:36.310Z | Compiling newtype-uuid v1.2.1 |
2107 | 2025-03-19T23:24:36.431Z | Checking openssl v0.10.71 |
2108 | 2025-03-19T23:24:36.450Z | Checking goblin v0.8.2 |
2109 | 2025-03-19T23:24:36.455Z | Checking pest v2.7.14 |
2110 | 2025-03-19T23:24:36.607Z | Checking rand_chacha v0.9.0 |
2111 | 2025-03-19T23:24:36.651Z | Checking rustix v0.38.37 |
2112 | 2025-03-19T23:24:37.012Z | Checking quote v1.0.39 |
2113 | 2025-03-19T23:24:37.163Z | Checking unicode-normalization v0.1.24 |
2114 | 2025-03-19T23:24:37.209Z | Checking tokio-util v0.7.13 |
2115 | 2025-03-19T23:24:37.353Z | Checking crossbeam-epoch v0.9.18 |
2116 | 2025-03-19T23:24:37.769Z | Checking rand_chacha v0.3.1 |
2117 | 2025-03-19T23:24:38.101Z | Checking h2 v0.4.6 |
2118 | 2025-03-19T23:24:38.149Z | Checking signature v2.2.0 |
2119 | 2025-03-19T23:24:38.172Z | Checking dirs-sys-next v0.1.2 |
2120 | 2025-03-19T23:24:38.353Z | Checking crc32fast v1.4.2 |
2121 | 2025-03-19T23:24:38.375Z | Checking utf8parse v0.2.2 |
2122 | 2025-03-19T23:24:38.543Z | Checking either v1.14.0 |
2123 | 2025-03-19T23:24:38.614Z | Checking anstyle v1.0.10 |
2124 | 2025-03-19T23:24:38.924Z | Checking unicode-properties v0.1.3 |
2125 | 2025-03-19T23:24:38.990Z | Checking pretty-hex v0.4.1 |
2126 | 2025-03-19T23:24:39.025Z | Checking regex-automata v0.4.8 |
2127 | 2025-03-19T23:24:39.043Z | Checking unicode-bidi v0.3.17 |
2128 | 2025-03-19T23:24:39.194Z | Checking openssl-probe v0.1.5 |
2129 | 2025-03-19T23:24:39.334Z | Checking dtrace-parser v0.2.0 |
2130 | 2025-03-19T23:24:39.362Z | Checking anstyle-parse v0.2.5 |
2131 | 2025-03-19T23:24:39.669Z | Checking dirs-next v2.0.0 |
2132 | 2025-03-19T23:24:39.685Z | Checking stringprep v0.1.5 |
2133 | 2025-03-19T23:24:39.819Z | Checking rand v0.8.5 |
2134 | 2025-03-19T23:24:39.838Z | Checking crossbeam-deque v0.8.5 |
2135 | 2025-03-19T23:24:39.886Z | Checking syn v2.0.98 |
2136 | 2025-03-19T23:24:39.982Z | Checking rand v0.9.0 |
2137 | 2025-03-19T23:24:40.162Z | Checking url v2.5.3 |
2138 | 2025-03-19T23:24:40.969Z | Checking rustls v0.23.19 |
2139 | 2025-03-19T23:24:41.039Z | Checking http-body-util v0.1.2 |
2140 | 2025-03-19T23:24:41.062Z | Checking num-integer v0.1.46 |
2141 | 2025-03-19T23:24:41.507Z | Checking semver v1.0.25 |
2142 | 2025-03-19T23:24:41.554Z | Checking dof v0.3.0 |
2143 | 2025-03-19T23:24:41.574Z | Checking bzip2-sys v0.1.11+1.0.8 |
2144 | 2025-03-19T23:24:41.714Z | Checking md-5 v0.10.6 |
2145 | 2025-03-19T23:24:41.802Z | Checking native-tls v0.2.12 |
2146 | 2025-03-19T23:24:41.926Z | Checking ff v0.13.0 |
2147 | 2025-03-19T23:24:41.959Z | Checking hash32 v0.2.1 |
2148 | 2025-03-19T23:24:42.126Z | Checking thread-id v4.2.2 |
2149 | 2025-03-19T23:24:42.158Z | Checking thread_local v1.1.8 |
2150 | 2025-03-19T23:24:42.203Z | Checking encoding_rs v0.8.34 |
2151 | 2025-03-19T23:24:42.251Z | Checking fallible-iterator v0.2.0 |
2152 | 2025-03-19T23:24:42.270Z | Checking gimli v0.31.1 |
2153 | 2025-03-19T23:24:42.449Z | Checking anstyle-query v1.1.1 |
2154 | 2025-03-19T23:24:42.598Z | Checking match_cfg v0.1.0 |
2155 | 2025-03-19T23:24:42.705Z | Checking mime v0.3.17 |
2156 | 2025-03-19T23:24:42.857Z | Checking base16ct v0.2.0 |
2157 | 2025-03-19T23:24:43.046Z | Checking colorchoice v1.0.2 |
2158 | 2025-03-19T23:24:43.066Z | Checking winnow v0.7.3 |
2159 | 2025-03-19T23:24:43.161Z | Checking psl-types v2.0.11 |
2160 | 2025-03-19T23:24:43.190Z | Checking is_terminal_polyfill v1.70.1 |
2161 | 2025-03-19T23:24:43.326Z | Checking dyn-clone v1.0.19 |
2162 | 2025-03-19T23:24:43.363Z | Checking publicsuffix v2.3.0 |
2163 | 2025-03-19T23:24:43.477Z | Checking schemars v0.8.22 |
2164 | 2025-03-19T23:24:43.635Z | Checking anstream v0.6.15 |
2165 | 2025-03-19T23:24:44.011Z | Checking sec1 v0.7.3 |
2166 | 2025-03-19T23:24:44.397Z | Checking postgres-protocol v0.6.8 |
2167 | 2025-03-19T23:24:44.400Z | Checking hyper v1.6.0 |
2168 | 2025-03-19T23:24:44.530Z | Checking hostname v0.3.1 |
2169 | 2025-03-19T23:24:44.691Z | Checking heapless v0.7.17 |
2170 | 2025-03-19T23:24:45.006Z | Checking group v0.13.0 |
2171 | 2025-03-19T23:24:45.096Z | Checking tokio-native-tls v0.3.1 |
2172 | 2025-03-19T23:24:45.271Z | Checking bzip2 v0.4.4 |
2173 | 2025-03-19T23:24:45.356Z | Checking num-iter v0.1.45 |
2174 | 2025-03-19T23:24:45.547Z | Checking rayon-core v1.12.1 |
2175 | 2025-03-19T23:24:45.569Z | Checking terminal_size v0.4.0 |
2176 | 2025-03-19T23:24:45.602Z | Checking term v0.7.0 |
2177 | 2025-03-19T23:24:45.741Z | Checking flate2 v1.1.0 |
2178 | 2025-03-19T23:24:45.849Z | Checking usdt-impl v0.5.0 |
2179 | 2025-03-19T23:24:45.880Z | Checking toml_edit v0.22.24 |
2180 | 2025-03-19T23:24:46.038Z | Checking addr2line v0.24.2 |
2181 | 2025-03-19T23:24:46.067Z | Checking tokio-rustls v0.26.0 |
2182 | 2025-03-19T23:24:46.170Z | Checking phf_shared v0.11.2 |
2183 | 2025-03-19T23:24:46.270Z | Checking slog-json v2.6.1 |
2184 | 2025-03-19T23:24:46.340Z | Checking hyper-util v0.1.10 |
2185 | 2025-03-19T23:24:46.356Z | Checking cookie v0.18.1 |
2186 | 2025-03-19T23:24:46.390Z | Checking rustls v0.22.4 |
2187 | 2025-03-19T23:24:46.420Z | Checking serde_urlencoded v0.7.1 |
2188 | 2025-03-19T23:24:46.448Z | Checking crossbeam-channel v0.5.13 |
2189 | 2025-03-19T23:24:46.520Z | Checking lazy_static v1.5.0 |
2190 | 2025-03-19T23:24:46.542Z | Checking futures-executor v0.3.31 |
2191 | 2025-03-19T23:24:46.654Z | Checking signal-hook v0.3.17 |
2192 | 2025-03-19T23:24:46.766Z | Checking webpki-roots v0.26.6 |
2193 | 2025-03-19T23:24:46.798Z | Checking rustls-pemfile v2.2.0 |
2194 | 2025-03-19T23:24:46.814Z | Checking hkdf v0.12.4 |
2195 | 2025-03-19T23:24:46.979Z | Checking crypto-bigint v0.5.5 |
2196 | 2025-03-19T23:24:46.982Z | Checking sync_wrapper v1.0.1 |
2197 | 2025-03-19T23:24:47.020Z | Checking memmap v0.7.0 |
2198 | 2025-03-19T23:24:47.035Z | Checking is-terminal v0.4.13 |
2199 | 2025-03-19T23:24:47.127Z | Checking object v0.36.5 |
2200 | 2025-03-19T23:24:47.150Z | Checking take_mut v0.2.2 |
2201 | 2025-03-19T23:24:47.166Z | Checking managed v0.8.0 |
2202 | 2025-03-19T23:24:47.229Z | Checking clap_lex v0.7.4 |
2203 | 2025-03-19T23:24:47.301Z | Checking ipnet v2.11.0 |
2204 | 2025-03-19T23:24:47.490Z | Checking rustc-demangle v0.1.24 |
2205 | 2025-03-19T23:24:47.514Z | Checking bitflags v1.3.2 |
2206 | 2025-03-19T23:24:47.624Z | Checking tower-layer v0.3.3 |
2207 | 2025-03-19T23:24:47.760Z | Checking bumpalo v3.16.0 |
2208 | 2025-03-19T23:24:47.907Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2025-03-19T23:24:47.910Z | Checking winnow v0.5.40 |
2210 | 2025-03-19T23:24:48.094Z | Checking simd-adler32 v0.3.7 |
2211 | 2025-03-19T23:24:48.145Z | Checking strsim v0.11.1 |
2212 | 2025-03-19T23:24:48.227Z | Checking unicode-width v0.2.0 |
2213 | 2025-03-19T23:24:48.428Z | Checking zopfli v0.8.1 |
2214 | 2025-03-19T23:24:48.446Z | Checking clap_builder v4.5.31 |
2215 | 2025-03-19T23:24:48.508Z | Checking toml v0.8.20 |
2216 | 2025-03-19T23:24:48.707Z | Checking console v0.15.10 |
2217 | 2025-03-19T23:24:49.107Z | Checking hyper-tls v0.6.0 |
2218 | 2025-03-19T23:24:49.246Z | Checking hyper-rustls v0.27.3 |
2219 | 2025-03-19T23:24:49.250Z | Checking tower v0.5.2 |
2220 | 2025-03-19T23:24:49.390Z | Checking smoltcp v0.9.1 |
2221 | 2025-03-19T23:24:49.587Z | Checking slog-async v2.8.0 |
2222 | 2025-03-19T23:24:49.696Z | Checking elliptic-curve v0.13.8 |
2223 | 2025-03-19T23:24:49.717Z | Checking tokio-rustls v0.25.0 |
2224 | 2025-03-19T23:24:49.888Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2225 | 2025-03-19T23:24:50.025Z | Checking usdt v0.5.0 |
2226 | 2025-03-19T23:24:50.088Z | Checking slog-term v2.9.1 |
2227 | 2025-03-19T23:24:50.197Z | Checking signal-hook-mio v0.2.4 |
2228 | 2025-03-19T23:24:50.301Z | Checking cookie_store v0.21.1 |
2229 | 2025-03-19T23:24:50.324Z | Checking futures v0.3.31 |
2230 | 2025-03-19T23:24:50.351Z | Checking num-bigint-dig v0.8.4 |
2231 | 2025-03-19T23:24:50.439Z | Checking slog-bunyan v2.5.0 |
2232 | 2025-03-19T23:24:50.567Z | Checking phf v0.11.2 |
2233 | 2025-03-19T23:24:50.617Z | Checking rayon v1.10.0 |
2234 | 2025-03-19T23:24:50.693Z | Checking toml_edit v0.19.15 |
2235 | 2025-03-19T23:24:50.798Z | Checking postgres-types v0.2.9 |
2236 | 2025-03-19T23:24:50.838Z | Checking multer v3.1.0 |
2237 | 2025-03-19T23:24:50.990Z | Checking bstr v1.10.0 |
2238 | 2025-03-19T23:24:51.243Z | Checking regex v1.11.1 |
2239 | 2025-03-19T23:24:51.374Z | Checking ed25519 v2.2.3 |
2240 | 2025-03-19T23:24:51.429Z | Checking phf_shared v0.10.0 |
2241 | 2025-03-19T23:24:51.694Z | Checking zerocopy v0.6.6 |
2242 | 2025-03-19T23:24:51.708Z | Checking curve25519-dalek v4.1.3 |
2243 | 2025-03-19T23:24:51.787Z | Checking async-stream v0.3.6 |
2244 | 2025-03-19T23:24:51.887Z | Checking hubpack v0.1.2 |
2245 | 2025-03-19T23:24:51.989Z | Checking memoffset v0.9.1 |
2246 | 2025-03-19T23:24:52.112Z | Checking portable-atomic v1.9.0 |
2247 | 2025-03-19T23:24:52.200Z | Checking camino v1.1.9 |
2248 | 2025-03-19T23:24:52.301Z | Checking pkcs1 v0.7.5 |
2249 | 2025-03-19T23:24:52.319Z | Checking waitgroup v0.1.2 |
2250 | 2025-03-19T23:24:52.460Z | Checking openapiv3 v2.0.0 |
2251 | 2025-03-19T23:24:52.707Z | Checking float-cmp v0.10.0 |
2252 | 2025-03-19T23:24:52.710Z | Checking serde-big-array v0.5.1 |
2253 | 2025-03-19T23:24:52.921Z | Checking serde_path_to_error v0.1.16 |
2254 | 2025-03-19T23:24:52.936Z | Checking rfc6979 v0.4.0 |
2255 | 2025-03-19T23:24:53.083Z | Checking backtrace v0.3.74 |
2256 | 2025-03-19T23:24:53.086Z | Checking sha1 v0.10.6 |
2257 | 2025-03-19T23:24:53.114Z | Checking hostname v0.4.0 |
2258 | 2025-03-19T23:24:53.127Z | Checking precomputed-hash v0.1.1 |
2259 | 2025-03-19T23:24:53.245Z | Checking predicates-core v1.0.8 |
2260 | 2025-03-19T23:24:53.267Z | Checking unicode-segmentation v1.12.0 |
2261 | 2025-03-19T23:24:53.367Z | Checking minimal-lexical v0.2.1 |
2262 | 2025-03-19T23:24:53.446Z | Checking fixedbitset v0.4.2 |
2263 | 2025-03-19T23:24:53.500Z | Checking whoami v1.5.2 |
2264 | 2025-03-19T23:24:53.527Z | Checking number_prefix v0.4.0 |
2265 | 2025-03-19T23:24:53.643Z | Checking difflib v0.4.0 |
2266 | 2025-03-19T23:24:53.690Z | Checking normalize-line-endings v0.3.0 |
2267 | 2025-03-19T23:24:53.723Z | Checking static_assertions v1.1.0 |
2268 | 2025-03-19T23:24:53.748Z | Checking debug-ignore v1.0.5 |
2269 | 2025-03-19T23:24:53.805Z | Checking new_debug_unreachable v1.0.6 |
2270 | 2025-03-19T23:24:53.819Z | Checking data-encoding v2.6.0 |
2271 | 2025-03-19T23:24:53.836Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2272 | 2025-03-19T23:24:53.878Z | Checking tokio-postgres v0.7.13 |
2273 | 2025-03-19T23:24:53.904Z | Checking string_cache v0.8.7 |
2274 | 2025-03-19T23:24:53.960Z | Checking predicates v3.1.3 |
2275 | 2025-03-19T23:24:53.982Z | Checking similar v2.7.0 |
2276 | 2025-03-19T23:24:54.137Z | Checking indicatif v0.17.11 |
2277 | 2025-03-19T23:24:54.192Z | Checking nom v7.1.3 |
2278 | 2025-03-19T23:24:54.377Z | Checking hickory-proto v0.24.4 |
2279 | 2025-03-19T23:24:54.552Z | Checking petgraph v0.6.5 |
2280 | 2025-03-19T23:24:54.827Z | Checking anyhow v1.0.97 |
2281 | 2025-03-19T23:24:54.908Z | Checking ed25519-dalek v2.1.1 |
2282 | 2025-03-19T23:24:55.192Z | Checking toml v0.7.8 |
2283 | 2025-03-19T23:24:55.350Z | Checking ecdsa v0.16.9 |
2284 | 2025-03-19T23:24:55.685Z | Checking dropshot v0.12.0 |
2285 | 2025-03-19T23:24:55.907Z | Checking rsa v0.9.6 |
2286 | 2025-03-19T23:24:56.054Z | Checking nix v0.29.0 |
2287 | 2025-03-19T23:24:56.715Z | Checking clap v4.5.31 |
2288 | 2025-03-19T23:24:56.731Z | Checking reqwest v0.12.12 |
2289 | 2025-03-19T23:24:56.839Z | Checking crossterm v0.28.1 |
2290 | 2025-03-19T23:24:56.939Z | Checking zip v2.1.3 |
2291 | 2025-03-19T23:24:57.436Z | Checking zip v0.6.6 |
2292 | 2025-03-19T23:24:57.546Z | Checking ipnetwork v0.21.1 |
2293 | 2025-03-19T23:24:57.933Z | Checking itertools v0.12.1 |
2294 | 2025-03-19T23:24:57.992Z | Checking itertools v0.10.5 |
2295 | 2025-03-19T23:24:58.123Z | Checking tokio-stream v0.1.17 |
2296 | 2025-03-19T23:24:58.504Z | Checking fs-err v2.11.0 |
2297 | 2025-03-19T23:24:58.538Z | Checking buf-list v1.0.3 |
2298 | 2025-03-19T23:24:58.670Z | Checking ahash v0.8.11 |
2299 | 2025-03-19T23:24:58.923Z | Checking x509-cert v0.2.5 |
2300 | 2025-03-19T23:24:58.958Z | Checking hex v0.4.3 |
2301 | 2025-03-19T23:24:59.043Z | Checking lalrpop-util v0.19.12 |
2302 | 2025-03-19T23:24:59.091Z | Checking peg-runtime v0.8.5 |
2303 | 2025-03-19T23:24:59.108Z | Checking sigpipe v0.1.3 |
2304 | 2025-03-19T23:25:00.116Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2305 | 2025-03-19T23:25:00.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.40s |
2306 | 2025-03-19T23:25:00.635Z | |
2307 | 2025-03-19T23:25:00.635Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/198) |
2308 | 2025-03-19T23:25:01.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2025-03-19T23:25:01.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2025-03-19T23:25:01.331Z | Compiling regress v0.10.3 |
2311 | 2025-03-19T23:25:01.448Z | Checking heck v0.5.0 |
2312 | 2025-03-19T23:25:01.480Z | Checking fastrand v2.1.1 |
2313 | 2025-03-19T23:25:01.484Z | Compiling unsafe-libyaml v0.2.11 |
2314 | 2025-03-19T23:25:01.506Z | Compiling structmeta-derive v0.3.0 |
2315 | 2025-03-19T23:25:01.522Z | Compiling ident_case v1.0.1 |
2316 | 2025-03-19T23:25:01.540Z | Checking oxnet v0.1.1 |
2317 | 2025-03-19T23:25:01.624Z | Checking progenitor-client v0.8.0 |
2318 | 2025-03-19T23:25:01.700Z | Compiling darling_core v0.20.10 |
2319 | 2025-03-19T23:25:01.803Z | Checking tempfile v3.13.0 |
2320 | 2025-03-19T23:25:01.890Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2321 | 2025-03-19T23:25:02.002Z | Checking newtype-uuid v1.2.1 |
2322 | 2025-03-19T23:25:02.177Z | Compiling proc-macro-crate v1.3.1 |
2323 | 2025-03-19T23:25:02.288Z | Checking wait-timeout v0.2.0 |
2324 | 2025-03-19T23:25:02.311Z | Checking quick-error v1.2.3 |
2325 | 2025-03-19T23:25:02.481Z | Checking bit-vec v0.8.0 |
2326 | 2025-03-19T23:25:02.500Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2327 | 2025-03-19T23:25:02.829Z | Compiling serde_yaml v0.9.34+deprecated |
2328 | 2025-03-19T23:25:02.888Z | Checking bit-set v0.8.0 |
2329 | 2025-03-19T23:25:03.099Z | Compiling num_enum_derive v0.5.11 |
2330 | 2025-03-19T23:25:03.215Z | Checking rusty-fork v0.3.0 |
2331 | 2025-03-19T23:25:03.351Z | Compiling lzma-sys v0.1.20 |
2332 | 2025-03-19T23:25:03.547Z | Checking rand_xorshift v0.3.0 |
2333 | 2025-03-19T23:25:03.771Z | Compiling daft-derive v0.1.2 |
2334 | 2025-03-19T23:25:04.069Z | Compiling structmeta v0.3.0 |
2335 | 2025-03-19T23:25:04.105Z | Compiling foreign-types-macros v0.2.3 |
2336 | 2025-03-19T23:25:04.486Z | Compiling parse-display-derive v0.10.0 |
2337 | 2025-03-19T23:25:05.091Z | Checking typify-impl v0.2.0 |
2338 | 2025-03-19T23:25:05.429Z | Compiling thiserror-impl v2.0.11 |
2339 | 2025-03-19T23:25:05.547Z | Compiling dropshot v0.16.0 |
2340 | 2025-03-19T23:25:05.892Z | Checking foreign-types-shared v0.3.1 |
2341 | 2025-03-19T23:25:06.035Z | Checking arc-swap v1.7.1 |
2342 | 2025-03-19T23:25:06.218Z | Checking utf-8 v0.7.6 |
2343 | 2025-03-19T23:25:06.399Z | Checking unarray v0.1.4 |
2344 | 2025-03-19T23:25:06.455Z | Checking tungstenite v0.21.0 |
2345 | 2025-03-19T23:25:06.473Z | Checking slog-scope v4.4.0 |
2346 | 2025-03-19T23:25:06.582Z | Checking proptest v1.6.0 |
2347 | 2025-03-19T23:25:06.706Z | Checking foreign-types v0.5.0 |
2348 | 2025-03-19T23:25:06.908Z | Checking num_enum v0.5.11 |
2349 | 2025-03-19T23:25:07.091Z | Checking daft v0.1.2 |
2350 | 2025-03-19T23:25:07.426Z | Compiling test-strategy v0.4.0 |
2351 | 2025-03-19T23:25:07.575Z | Checking strum v0.26.3 |
2352 | 2025-03-19T23:25:07.650Z | Compiling darling_macro v0.20.10 |
2353 | 2025-03-19T23:25:07.711Z | Compiling proc-macro-error v1.0.4 |
2354 | 2025-03-19T23:25:08.102Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2355 | 2025-03-19T23:25:08.267Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2356 | 2025-03-19T23:25:08.322Z | Compiling heck v0.3.3 |
2357 | 2025-03-19T23:25:08.392Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2358 | 2025-03-19T23:25:08.528Z | Checking parse-display v0.10.0 |
2359 | 2025-03-19T23:25:08.623Z | Compiling darling v0.20.10 |
2360 | 2025-03-19T23:25:08.667Z | Checking thiserror v2.0.11 |
2361 | 2025-03-19T23:25:08.687Z | Compiling dropshot_endpoint v0.16.0 |
2362 | 2025-03-19T23:25:08.763Z | Compiling serde_with_macros v3.12.0 |
2363 | 2025-03-19T23:25:08.783Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2364 | 2025-03-19T23:25:08.837Z | Checking cstr-argument v0.1.2 |
2365 | 2025-03-19T23:25:09.038Z | Checking instant v0.1.13 |
2366 | 2025-03-19T23:25:09.176Z | Checking base64 v0.21.7 |
2367 | 2025-03-19T23:25:09.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2368 | 2025-03-19T23:25:09.543Z | Checking pretty-hex v0.2.1 |
2369 | 2025-03-19T23:25:09.711Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2370 | 2025-03-19T23:25:09.763Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2371 | 2025-03-19T23:25:09.794Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2372 | 2025-03-19T23:25:09.877Z | Checking backoff v0.4.0 |
2373 | 2025-03-19T23:25:09.940Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2374 | 2025-03-19T23:25:10.108Z | Compiling zone_cfg_derive v0.1.2 |
2375 | 2025-03-19T23:25:10.230Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2376 | 2025-03-19T23:25:10.473Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2377 | 2025-03-19T23:25:10.872Z | Checking tokio-tungstenite v0.21.0 |
2378 | 2025-03-19T23:25:11.000Z | Checking slog-stdlog v4.1.1 |
2379 | 2025-03-19T23:25:11.019Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2380 | 2025-03-19T23:25:11.181Z | Checking progenitor-client v0.9.1 |
2381 | 2025-03-19T23:25:11.327Z | Checking colored v2.2.0 |
2382 | 2025-03-19T23:25:11.392Z | Checking macaddr v1.0.1 |
2383 | 2025-03-19T23:25:11.422Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2384 | 2025-03-19T23:25:11.456Z | Checking serde_with v3.12.0 |
2385 | 2025-03-19T23:25:11.548Z | Checking base64 v0.13.1 |
2386 | 2025-03-19T23:25:11.622Z | Checking winnow v0.6.20 |
2387 | 2025-03-19T23:25:11.724Z | Checking unicode-width v0.1.14 |
2388 | 2025-03-19T23:25:11.747Z | Checking zone v0.1.8 |
2389 | 2025-03-19T23:25:11.894Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2390 | 2025-03-19T23:25:11.968Z | Checking ron v0.7.1 |
2391 | 2025-03-19T23:25:12.238Z | Checking tabwriter v1.4.0 |
2392 | 2025-03-19T23:25:12.368Z | Checking slog-envlogger v2.2.0 |
2393 | 2025-03-19T23:25:12.410Z | Checking xz2 v0.1.7 |
2394 | 2025-03-19T23:25:12.503Z | Checking xattr v1.3.1 |
2395 | 2025-03-19T23:25:12.603Z | Checking pem v3.0.5 |
2396 | 2025-03-19T23:25:12.714Z | Checking yasna v0.5.2 |
2397 | 2025-03-19T23:25:12.731Z | Checking headers-core v0.3.0 |
2398 | 2025-03-19T23:25:12.884Z | Checking smf v0.2.3 |
2399 | 2025-03-19T23:25:12.900Z | Checking filetime v0.2.25 |
2400 | 2025-03-19T23:25:13.112Z | Checking same-file v1.0.6 |
2401 | 2025-03-19T23:25:13.130Z | Checking tar v0.4.44 |
2402 | 2025-03-19T23:25:13.308Z | Checking walkdir v2.5.0 |
2403 | 2025-03-19T23:25:13.359Z | Checking headers v0.4.0 |
2404 | 2025-03-19T23:25:13.608Z | Checking rcgen v0.12.1 |
2405 | 2025-03-19T23:25:13.625Z | Checking camino-tempfile v1.1.1 |
2406 | 2025-03-19T23:25:13.926Z | Checking atomicwrites v0.4.4 |
2407 | 2025-03-19T23:25:13.992Z | Checking subprocess v0.2.9 |
2408 | 2025-03-19T23:25:16.421Z | Compiling typify-macro v0.2.0 |
2409 | 2025-03-19T23:25:18.005Z | Compiling typify v0.2.0 |
2410 | 2025-03-19T23:25:18.096Z | Compiling progenitor-impl v0.8.0 |
2411 | 2025-03-19T23:25:20.627Z | Compiling progenitor-macro v0.8.0 |
2412 | 2025-03-19T23:25:24.262Z | Checking progenitor v0.8.0 |
2413 | 2025-03-19T23:25:24.396Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2414 | 2025-03-19T23:25:24.396Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2415 | 2025-03-19T23:25:27.026Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2416 | 2025-03-19T23:25:27.338Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2417 | 2025-03-19T23:25:33.512Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2418 | 2025-03-19T23:25:35.138Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2419 | 2025-03-19T23:25:36.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.83s |
2420 | 2025-03-19T23:25:36.697Z | |
2421 | 2025-03-19T23:25:36.697Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/198) |
2422 | 2025-03-19T23:25:37.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2025-03-19T23:25:37.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2025-03-19T23:25:37.436Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2425 | 2025-03-19T23:25:38.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
2426 | 2025-03-19T23:25:39.123Z | |
2427 | 2025-03-19T23:25:39.123Z | info: running `cargo check --bins` on nexus-config (51/198) |
2428 | 2025-03-19T23:25:39.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2025-03-19T23:25:39.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2025-03-19T23:25:39.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2025-03-19T23:25:39.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2432 | 2025-03-19T23:25:39.838Z | |
2433 | 2025-03-19T23:25:39.838Z | info: running `cargo check --bins` on omicron-rpaths (52/198) |
2434 | 2025-03-19T23:25:40.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2025-03-19T23:25:40.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2025-03-19T23:25:40.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2025-03-19T23:25:40.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2438 | 2025-03-19T23:25:40.509Z | |
2439 | 2025-03-19T23:25:40.509Z | info: running `cargo check --bins` on omicron-certificates (53/198) |
2440 | 2025-03-19T23:25:41.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2025-03-19T23:25:41.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2025-03-19T23:25:41.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2025-03-19T23:25:41.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2444 | 2025-03-19T23:25:41.221Z | |
2445 | 2025-03-19T23:25:41.221Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/198) |
2446 | 2025-03-19T23:25:41.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-03-19T23:25:41.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-03-19T23:25:42.003Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2449 | 2025-03-19T23:25:42.117Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2450 | 2025-03-19T23:25:42.120Z | Compiling tempfile v3.13.0 |
2451 | 2025-03-19T23:25:42.129Z | Compiling wait-timeout v0.2.0 |
2452 | 2025-03-19T23:25:42.133Z | Compiling quick-error v1.2.3 |
2453 | 2025-03-19T23:25:42.133Z | Compiling bit-vec v0.8.0 |
2454 | 2025-03-19T23:25:42.142Z | Compiling oxnet v0.1.1 |
2455 | 2025-03-19T23:25:42.145Z | Compiling progenitor-client v0.8.0 |
2456 | 2025-03-19T23:25:42.228Z | Compiling itertools v0.13.0 |
2457 | 2025-03-19T23:25:42.341Z | Compiling rand_xorshift v0.3.0 |
2458 | 2025-03-19T23:25:42.616Z | Compiling bit-set v0.8.0 |
2459 | 2025-03-19T23:25:42.645Z | Compiling rusty-fork v0.3.0 |
2460 | 2025-03-19T23:25:42.659Z | Compiling heapless v0.8.0 |
2461 | 2025-03-19T23:25:42.691Z | Compiling unarray v0.1.4 |
2462 | 2025-03-19T23:25:42.851Z | Compiling daft v0.1.2 |
2463 | 2025-03-19T23:25:42.854Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2464 | 2025-03-19T23:25:42.888Z | Compiling progenitor v0.8.0 |
2465 | 2025-03-19T23:25:42.912Z | Compiling parse-display v0.10.0 |
2466 | 2025-03-19T23:25:42.931Z | Compiling thiserror v2.0.11 |
2467 | 2025-03-19T23:25:43.100Z | Compiling proptest v1.6.0 |
2468 | 2025-03-19T23:25:43.125Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2469 | 2025-03-19T23:25:43.309Z | Checking hash32 v0.3.1 |
2470 | 2025-03-19T23:25:43.331Z | Compiling instant v0.1.13 |
2471 | 2025-03-19T23:25:43.370Z | Compiling smoltcp v0.11.0 |
2472 | 2025-03-19T23:25:43.488Z | Compiling backoff v0.4.0 |
2473 | 2025-03-19T23:25:43.508Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2474 | 2025-03-19T23:25:43.532Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2475 | 2025-03-19T23:25:43.862Z | Compiling dropshot v0.16.0 |
2476 | 2025-03-19T23:25:44.002Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2477 | 2025-03-19T23:25:44.100Z | Compiling serde_with v3.12.0 |
2478 | 2025-03-19T23:25:44.202Z | Checking num-rational v0.4.2 |
2479 | 2025-03-19T23:25:44.469Z | Compiling progenitor-client v0.9.1 |
2480 | 2025-03-19T23:25:45.017Z | Compiling phf_generator v0.11.2 |
2481 | 2025-03-19T23:25:45.201Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2482 | 2025-03-19T23:25:45.221Z | Checking num-complex v0.4.6 |
2483 | 2025-03-19T23:25:46.492Z | Compiling macaddr v1.0.1 |
2484 | 2025-03-19T23:25:46.974Z | Checking cobs v0.2.3 |
2485 | 2025-03-19T23:25:47.071Z | Compiling num v0.4.3 |
2486 | 2025-03-19T23:25:47.186Z | Checking postcard v1.0.10 |
2487 | 2025-03-19T23:25:47.324Z | Compiling phf_codegen v0.11.2 |
2488 | 2025-03-19T23:25:47.758Z | Compiling parse-zoneinfo v0.3.1 |
2489 | 2025-03-19T23:25:47.775Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2490 | 2025-03-19T23:25:48.124Z | Compiling float-ord v0.3.2 |
2491 | 2025-03-19T23:25:48.321Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2492 | 2025-03-19T23:25:48.498Z | Compiling convert_case v0.4.0 |
2493 | 2025-03-19T23:25:49.321Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2494 | 2025-03-19T23:25:49.586Z | Compiling derive_more v0.99.19 |
2495 | 2025-03-19T23:25:50.576Z | Compiling chrono-tz-build v0.4.0 |
2496 | 2025-03-19T23:25:51.259Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2497 | 2025-03-19T23:25:51.784Z | Checking linked-hash-map v0.5.6 |
2498 | 2025-03-19T23:25:52.065Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2499 | 2025-03-19T23:25:52.119Z | Compiling crucible-workspace-hack v0.1.0 |
2500 | 2025-03-19T23:25:52.195Z | Checking lru-cache v0.1.2 |
2501 | 2025-03-19T23:25:52.411Z | Compiling chrono-tz v0.10.1 |
2502 | 2025-03-19T23:25:52.485Z | Checking newline-converter v0.3.0 |
2503 | 2025-03-19T23:25:52.676Z | Checking resolv-conf v0.7.0 |
2504 | 2025-03-19T23:25:52.792Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2505 | 2025-03-19T23:25:53.051Z | Checking itertools v0.14.0 |
2506 | 2025-03-19T23:25:53.104Z | Checking prettyplease v0.2.30 |
2507 | 2025-03-19T23:25:53.123Z | Compiling slog-dtrace v0.3.0 |
2508 | 2025-03-19T23:25:53.423Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2509 | 2025-03-19T23:25:53.490Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2510 | 2025-03-19T23:25:54.388Z | Checking hickory-resolver v0.24.4 |
2511 | 2025-03-19T23:25:54.872Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2512 | 2025-03-19T23:25:55.047Z | Checking expectorate v1.1.0 |
2513 | 2025-03-19T23:25:55.252Z | Compiling zone_cfg_derive v0.3.0 |
2514 | 2025-03-19T23:25:55.956Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2515 | 2025-03-19T23:25:56.100Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2516 | 2025-03-19T23:25:56.310Z | Compiling const_format_proc_macros v0.2.34 |
2517 | 2025-03-19T23:25:56.325Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2518 | 2025-03-19T23:25:56.425Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2519 | 2025-03-19T23:25:56.759Z | Compiling derive-where v1.2.7 |
2520 | 2025-03-19T23:25:57.076Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2521 | 2025-03-19T23:25:57.203Z | Compiling num-derive v0.4.2 |
2522 | 2025-03-19T23:25:57.548Z | Checking highway v1.3.0 |
2523 | 2025-03-19T23:25:58.030Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2524 | 2025-03-19T23:25:58.139Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2525 | 2025-03-19T23:25:58.162Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2526 | 2025-03-19T23:25:58.181Z | Checking const_format v0.2.34 |
2527 | 2025-03-19T23:25:58.405Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2528 | 2025-03-19T23:25:58.509Z | Checking zone v0.3.0 |
2529 | 2025-03-19T23:25:58.683Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2530 | 2025-03-19T23:25:58.687Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2531 | 2025-03-19T23:25:59.293Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2532 | 2025-03-19T23:25:59.596Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2533 | 2025-03-19T23:25:59.762Z | Checking gethostname v0.5.0 |
2534 | 2025-03-19T23:25:59.924Z | Checking bcs v0.1.6 |
2535 | 2025-03-19T23:25:59.956Z | Checking qorb v0.2.1 |
2536 | 2025-03-19T23:26:00.074Z | Checking nanorand v0.7.0 |
2537 | 2025-03-19T23:26:00.143Z | Compiling async-recursion v1.1.1 |
2538 | 2025-03-19T23:26:00.433Z | Checking termtree v0.5.1 |
2539 | 2025-03-19T23:26:00.465Z | Checking flume v0.11.1 |
2540 | 2025-03-19T23:26:01.382Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2541 | 2025-03-19T23:26:06.910Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2542 | 2025-03-19T23:26:10.216Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2543 | 2025-03-19T23:26:12.637Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2544 | 2025-03-19T23:26:13.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.60s |
2545 | 2025-03-19T23:26:14.036Z | |
2546 | 2025-03-19T23:26:14.036Z | info: running `cargo check --bins` on clickhouse-admin-api (55/198) |
2547 | 2025-03-19T23:26:14.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2025-03-19T23:26:14.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2025-03-19T23:26:14.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2025-03-19T23:26:14.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2551 | 2025-03-19T23:26:14.705Z | |
2552 | 2025-03-19T23:26:14.705Z | info: running `cargo check --bins` on clickhouse-admin-types (56/198) |
2553 | 2025-03-19T23:26:15.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-03-19T23:26:15.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-03-19T23:26:15.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2025-03-19T23:26:15.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2557 | 2025-03-19T23:26:15.381Z | |
2558 | 2025-03-19T23:26:15.381Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/198) |
2559 | 2025-03-19T23:26:15.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-03-19T23:26:15.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-03-19T23:26:16.067Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2562 | 2025-03-19T23:26:16.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2563 | 2025-03-19T23:26:16.875Z | |
2564 | 2025-03-19T23:26:16.875Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/198) |
2565 | 2025-03-19T23:26:17.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-03-19T23:26:17.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-03-19T23:26:17.566Z | Compiling cfg_aliases v0.1.1 |
2568 | 2025-03-19T23:26:17.569Z | Compiling vte_generate_state_changes v0.1.2 |
2569 | 2025-03-19T23:26:17.569Z | Checking fd-lock v4.0.2 |
2570 | 2025-03-19T23:26:17.569Z | Checking nibble_vec v0.1.0 |
2571 | 2025-03-19T23:26:17.569Z | Checking endian-type v0.1.2 |
2572 | 2025-03-19T23:26:17.569Z | Checking bytecount v0.6.8 |
2573 | 2025-03-19T23:26:17.694Z | Compiling tabled_derive v0.7.0 |
2574 | 2025-03-19T23:26:17.729Z | Compiling peg-macros v0.8.5 |
2575 | 2025-03-19T23:26:17.755Z | Compiling nix v0.28.0 |
2576 | 2025-03-19T23:26:17.833Z | Checking papergrid v0.11.0 |
2577 | 2025-03-19T23:26:17.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-03-19T23:26:17.875Z | Compiling sqlparser_derive v0.2.2 |
2579 | 2025-03-19T23:26:17.917Z | Checking radix_trie v0.2.1 |
2580 | 2025-03-19T23:26:18.253Z | Checking vte v0.11.1 |
2581 | 2025-03-19T23:26:18.301Z | Checking nu-ansi-term v0.50.1 |
2582 | 2025-03-19T23:26:18.710Z | Checking home v0.5.9 |
2583 | 2025-03-19T23:26:18.856Z | Checking unicode_categories v0.1.1 |
2584 | 2025-03-19T23:26:18.872Z | Checking sqlparser v0.45.0 |
2585 | 2025-03-19T23:26:18.920Z | Checking display-error-chain v0.2.2 |
2586 | 2025-03-19T23:26:19.157Z | Checking sqlformat v0.2.6 |
2587 | 2025-03-19T23:26:19.656Z | Checking strip-ansi-escapes v0.2.0 |
2588 | 2025-03-19T23:26:19.722Z | Checking tabled v0.15.0 |
2589 | 2025-03-19T23:26:19.834Z | Checking reedline v0.38.0 |
2590 | 2025-03-19T23:26:20.163Z | Checking peg v0.8.5 |
2591 | 2025-03-19T23:26:20.746Z | Checking rustyline v14.0.0 |
2592 | 2025-03-19T23:26:29.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s |
2593 | 2025-03-19T23:26:29.368Z | |
2594 | 2025-03-19T23:26:29.368Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/198) |
2595 | 2025-03-19T23:26:29.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2025-03-19T23:26:29.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2025-03-19T23:26:30.064Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2598 | 2025-03-19T23:26:35.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2599 | 2025-03-19T23:26:35.269Z | |
2600 | 2025-03-19T23:26:35.269Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/198) |
2601 | 2025-03-19T23:26:35.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2025-03-19T23:26:35.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2025-03-19T23:26:35.968Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2604 | 2025-03-19T23:26:39.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
2605 | 2025-03-19T23:26:39.610Z | |
2606 | 2025-03-19T23:26:39.610Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/198) |
2607 | 2025-03-19T23:26:40.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2025-03-19T23:26:40.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2025-03-19T23:26:40.295Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2610 | 2025-03-19T23:26:45.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2611 | 2025-03-19T23:26:45.183Z | |
2612 | 2025-03-19T23:26:45.183Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/198) |
2613 | 2025-03-19T23:26:45.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-03-19T23:26:45.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-03-19T23:26:45.868Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2616 | 2025-03-19T23:26:51.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
2617 | 2025-03-19T23:26:51.467Z | |
2618 | 2025-03-19T23:26:51.467Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/198) |
2619 | 2025-03-19T23:26:52.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-03-19T23:26:52.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-03-19T23:26:52.155Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2622 | 2025-03-19T23:26:55.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
2623 | 2025-03-19T23:26:55.963Z | |
2624 | 2025-03-19T23:26:55.963Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/198) |
2625 | 2025-03-19T23:26:56.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-03-19T23:26:56.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-03-19T23:26:56.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2628 | 2025-03-19T23:27:00.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2629 | 2025-03-19T23:27:00.491Z | |
2630 | 2025-03-19T23:27:00.491Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/198) |
2631 | 2025-03-19T23:27:01.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-03-19T23:27:01.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-03-19T23:27:01.177Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2634 | 2025-03-19T23:27:06.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2635 | 2025-03-19T23:27:06.383Z | |
2636 | 2025-03-19T23:27:06.383Z | info: running `cargo check --bins` on oximeter (66/198) |
2637 | 2025-03-19T23:27:06.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-03-19T23:27:06.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-03-19T23:27:06.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2025-03-19T23:27:06.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2641 | 2025-03-19T23:27:07.034Z | |
2642 | 2025-03-19T23:27:07.034Z | info: running `cargo check --bins` on oximeter-macro-impl (67/198) |
2643 | 2025-03-19T23:27:07.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-03-19T23:27:07.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-03-19T23:27:07.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2025-03-19T23:27:07.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2647 | 2025-03-19T23:27:07.661Z | |
2648 | 2025-03-19T23:27:07.661Z | info: running `cargo check --bins` on oximeter-schema (68/198) |
2649 | 2025-03-19T23:27:08.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-03-19T23:27:08.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-03-19T23:27:08.315Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2652 | 2025-03-19T23:27:10.271Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2653 | 2025-03-19T23:27:11.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
2654 | 2025-03-19T23:27:11.369Z | |
2655 | 2025-03-19T23:27:11.369Z | info: running `cargo check --bins` on oximeter-types (69/198) |
2656 | 2025-03-19T23:27:11.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-03-19T23:27:11.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-03-19T23:27:11.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-03-19T23:27:11.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2660 | 2025-03-19T23:27:12.028Z | |
2661 | 2025-03-19T23:27:12.028Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/198) |
2662 | 2025-03-19T23:27:12.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-03-19T23:27:12.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-03-19T23:27:12.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-03-19T23:27:12.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2666 | 2025-03-19T23:27:12.680Z | |
2667 | 2025-03-19T23:27:12.680Z | info: running `cargo check --bins` on oxql-types (71/198) |
2668 | 2025-03-19T23:27:13.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-03-19T23:27:13.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-03-19T23:27:13.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-03-19T23:27:13.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2672 | 2025-03-19T23:27:13.329Z | |
2673 | 2025-03-19T23:27:13.329Z | info: running `cargo check --bins` on oximeter-test-utils (72/198) |
2674 | 2025-03-19T23:27:13.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-03-19T23:27:13.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-03-19T23:27:13.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-03-19T23:27:13.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2678 | 2025-03-19T23:27:14.020Z | |
2679 | 2025-03-19T23:27:14.020Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/198) |
2680 | 2025-03-19T23:27:14.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-03-19T23:27:14.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-03-19T23:27:14.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-03-19T23:27:14.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2684 | 2025-03-19T23:27:14.676Z | |
2685 | 2025-03-19T23:27:14.676Z | info: running `cargo check --bins` on bootstrap-agent-client (74/198) |
2686 | 2025-03-19T23:27:15.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-03-19T23:27:15.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-03-19T23:27:15.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-03-19T23:27:15.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2690 | 2025-03-19T23:27:15.349Z | |
2691 | 2025-03-19T23:27:15.349Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/198) |
2692 | 2025-03-19T23:27:15.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-03-19T23:27:15.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-03-19T23:27:15.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-03-19T23:27:15.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2696 | 2025-03-19T23:27:16.005Z | |
2697 | 2025-03-19T23:27:16.005Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/198) |
2698 | 2025-03-19T23:27:16.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-03-19T23:27:16.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-03-19T23:27:16.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-03-19T23:27:16.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2702 | 2025-03-19T23:27:16.657Z | |
2703 | 2025-03-19T23:27:16.657Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/198) |
2704 | 2025-03-19T23:27:17.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-03-19T23:27:17.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-03-19T23:27:17.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-03-19T23:27:17.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2708 | 2025-03-19T23:27:17.313Z | |
2709 | 2025-03-19T23:27:17.313Z | info: running `cargo check --bins` on cockroach-admin-client (78/198) |
2710 | 2025-03-19T23:27:17.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-03-19T23:27:17.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-03-19T23:27:17.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-03-19T23:27:17.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2714 | 2025-03-19T23:27:17.952Z | |
2715 | 2025-03-19T23:27:17.952Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/198) |
2716 | 2025-03-19T23:27:18.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-03-19T23:27:18.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-03-19T23:27:18.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-03-19T23:27:18.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2720 | 2025-03-19T23:27:18.613Z | |
2721 | 2025-03-19T23:27:18.613Z | info: running `cargo check --bins` on dns-service-client (80/198) |
2722 | 2025-03-19T23:27:19.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-03-19T23:27:19.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-03-19T23:27:19.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-03-19T23:27:19.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2726 | 2025-03-19T23:27:19.269Z | |
2727 | 2025-03-19T23:27:19.269Z | info: running `cargo check --bins` on internal-dns-types (81/198) |
2728 | 2025-03-19T23:27:19.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-03-19T23:27:19.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-03-19T23:27:19.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-03-19T23:27:19.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2732 | 2025-03-19T23:27:19.918Z | |
2733 | 2025-03-19T23:27:19.918Z | info: running `cargo check --bins` on dpd-client (82/198) |
2734 | 2025-03-19T23:27:20.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-03-19T23:27:20.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-03-19T23:27:20.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-03-19T23:27:20.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2738 | 2025-03-19T23:27:20.568Z | |
2739 | 2025-03-19T23:27:20.568Z | info: running `cargo check --bins` on gateway-client (83/198) |
2740 | 2025-03-19T23:27:21.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-03-19T23:27:21.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-03-19T23:27:21.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-03-19T23:27:21.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2744 | 2025-03-19T23:27:21.208Z | |
2745 | 2025-03-19T23:27:21.208Z | info: running `cargo check --bins` on installinator-client (84/198) |
2746 | 2025-03-19T23:27:21.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-03-19T23:27:21.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-03-19T23:27:21.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-03-19T23:27:21.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2750 | 2025-03-19T23:27:21.877Z | |
2751 | 2025-03-19T23:27:21.877Z | info: running `cargo check --bins` on installinator-common (85/198) |
2752 | 2025-03-19T23:27:22.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-03-19T23:27:22.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-03-19T23:27:22.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-03-19T23:27:22.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2756 | 2025-03-19T23:27:22.545Z | |
2757 | 2025-03-19T23:27:22.545Z | info: running `cargo check --bins` on update-engine (86/198) |
2758 | 2025-03-19T23:27:23.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-03-19T23:27:23.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-03-19T23:27:23.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-03-19T23:27:23.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2762 | 2025-03-19T23:27:23.184Z | |
2763 | 2025-03-19T23:27:23.184Z | info: running `cargo check --bins` on nexus-client (87/198) |
2764 | 2025-03-19T23:27:23.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-03-19T23:27:23.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-03-19T23:27:23.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2025-03-19T23:27:23.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2768 | 2025-03-19T23:27:23.861Z | |
2769 | 2025-03-19T23:27:23.861Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/198) |
2770 | 2025-03-19T23:27:24.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-03-19T23:27:24.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-03-19T23:27:24.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-03-19T23:27:24.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2774 | 2025-03-19T23:27:24.523Z | |
2775 | 2025-03-19T23:27:24.523Z | info: running `cargo check --bins` on omicron-passwords (89/198) |
2776 | 2025-03-19T23:27:25.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-03-19T23:27:25.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-03-19T23:27:25.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-03-19T23:27:25.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2780 | 2025-03-19T23:27:25.155Z | |
2781 | 2025-03-19T23:27:25.155Z | info: running `cargo check --bins` on nexus-types (90/198) |
2782 | 2025-03-19T23:27:25.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-03-19T23:27:25.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-03-19T23:27:25.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-03-19T23:27:25.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2786 | 2025-03-19T23:27:25.838Z | |
2787 | 2025-03-19T23:27:25.838Z | info: running `cargo check --bins` on id-map (91/198) |
2788 | 2025-03-19T23:27:26.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-03-19T23:27:26.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-03-19T23:27:26.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-03-19T23:27:26.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2792 | 2025-03-19T23:27:26.467Z | |
2793 | 2025-03-19T23:27:26.467Z | info: running `cargo check --bins` on oxide-client (92/198) |
2794 | 2025-03-19T23:27:27.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-03-19T23:27:27.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-03-19T23:27:27.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-03-19T23:27:27.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2798 | 2025-03-19T23:27:27.107Z | |
2799 | 2025-03-19T23:27:27.107Z | info: running `cargo check --bins` on oximeter-client (93/198) |
2800 | 2025-03-19T23:27:27.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-03-19T23:27:27.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-03-19T23:27:27.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-03-19T23:27:27.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2804 | 2025-03-19T23:27:27.757Z | |
2805 | 2025-03-19T23:27:27.757Z | info: running `cargo check --bins` on repo-depot-client (94/198) |
2806 | 2025-03-19T23:27:28.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-03-19T23:27:28.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-03-19T23:27:28.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-03-19T23:27:28.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2810 | 2025-03-19T23:27:28.395Z | |
2811 | 2025-03-19T23:27:28.395Z | info: running `cargo check --bins` on sled-agent-client (95/198) |
2812 | 2025-03-19T23:27:28.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-03-19T23:27:28.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-03-19T23:27:28.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-03-19T23:27:28.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2816 | 2025-03-19T23:27:29.069Z | |
2817 | 2025-03-19T23:27:29.069Z | info: running `cargo check --bins` on wicketd-client (96/198) |
2818 | 2025-03-19T23:27:29.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-03-19T23:27:29.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-03-19T23:27:29.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-03-19T23:27:29.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2822 | 2025-03-19T23:27:29.768Z | |
2823 | 2025-03-19T23:27:29.768Z | info: running `cargo check --bins` on sled-agent-types (97/198) |
2824 | 2025-03-19T23:27:30.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-03-19T23:27:30.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-03-19T23:27:30.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-03-19T23:27:30.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2828 | 2025-03-19T23:27:30.451Z | |
2829 | 2025-03-19T23:27:30.452Z | info: running `cargo check --bins` on wicket-common (98/198) |
2830 | 2025-03-19T23:27:31.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-03-19T23:27:31.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-03-19T23:27:31.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-03-19T23:27:31.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2834 | 2025-03-19T23:27:31.132Z | |
2835 | 2025-03-19T23:27:31.132Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/198) |
2836 | 2025-03-19T23:27:31.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-03-19T23:27:31.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-03-19T23:27:31.815Z | Checking csv-core v0.1.11 |
2839 | 2025-03-19T23:27:31.819Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2840 | 2025-03-19T23:27:31.819Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2841 | 2025-03-19T23:27:31.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2842 | 2025-03-19T23:27:32.101Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2843 | 2025-03-19T23:27:32.123Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2844 | 2025-03-19T23:27:32.140Z | Checking csv v1.3.1 |
2845 | 2025-03-19T23:27:32.676Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2846 | 2025-03-19T23:27:33.016Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2847 | 2025-03-19T23:27:34.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
2848 | 2025-03-19T23:27:34.816Z | |
2849 | 2025-03-19T23:27:34.816Z | info: running `cargo check --bins` on cockroach-admin-api (100/198) |
2850 | 2025-03-19T23:27:35.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2025-03-19T23:27:35.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2025-03-19T23:27:35.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2025-03-19T23:27:35.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2854 | 2025-03-19T23:27:35.471Z | |
2855 | 2025-03-19T23:27:35.471Z | info: running `cargo check --bins` on cockroach-admin-types (101/198) |
2856 | 2025-03-19T23:27:36.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2025-03-19T23:27:36.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2025-03-19T23:27:36.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2025-03-19T23:27:36.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2860 | 2025-03-19T23:27:36.125Z | |
2861 | 2025-03-19T23:27:36.125Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/198) |
2862 | 2025-03-19T23:27:36.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-03-19T23:27:36.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-03-19T23:27:36.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-03-19T23:27:36.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2866 | 2025-03-19T23:27:36.879Z | |
2867 | 2025-03-19T23:27:36.880Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/198) |
2868 | 2025-03-19T23:27:37.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-03-19T23:27:37.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-03-19T23:27:37.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-03-19T23:27:37.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2872 | 2025-03-19T23:27:37.639Z | |
2873 | 2025-03-19T23:27:37.639Z | info: running `cargo check --bins` on dns-server (104/198) |
2874 | 2025-03-19T23:27:38.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-03-19T23:27:38.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-03-19T23:27:38.303Z | Compiling typify-impl v0.3.0 |
2877 | 2025-03-19T23:27:38.414Z | Compiling parking_lot_core v0.8.6 |
2878 | 2025-03-19T23:27:38.432Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2879 | 2025-03-19T23:27:38.436Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2880 | 2025-03-19T23:27:38.444Z | Checking fxhash v0.2.1 |
2881 | 2025-03-19T23:27:38.448Z | Checking hickory-client v0.24.4 |
2882 | 2025-03-19T23:27:38.462Z | Checking hickory-server v0.24.4 |
2883 | 2025-03-19T23:27:39.130Z | Checking parking_lot v0.11.2 |
2884 | 2025-03-19T23:27:39.166Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2885 | 2025-03-19T23:27:39.447Z | Checking sled v0.34.7 |
2886 | 2025-03-19T23:27:43.787Z | Compiling typify-macro v0.3.0 |
2887 | 2025-03-19T23:27:45.266Z | Compiling typify v0.3.0 |
2888 | 2025-03-19T23:27:45.336Z | Compiling progenitor-impl v0.9.1 |
2889 | 2025-03-19T23:27:47.697Z | Compiling progenitor-macro v0.9.1 |
2890 | 2025-03-19T23:27:51.191Z | Checking progenitor v0.9.1 |
2891 | 2025-03-19T23:27:51.322Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2892 | 2025-03-19T23:27:51.779Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2893 | 2025-03-19T23:27:53.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.36s |
2894 | 2025-03-19T23:27:53.196Z | |
2895 | 2025-03-19T23:27:53.197Z | info: running `cargo check --bins` on dns-server-api (105/198) |
2896 | 2025-03-19T23:27:53.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2025-03-19T23:27:53.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2025-03-19T23:27:53.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2025-03-19T23:27:53.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2900 | 2025-03-19T23:27:53.844Z | |
2901 | 2025-03-19T23:27:53.844Z | info: running `cargo check --bins` on openapi-manager-types (106/198) |
2902 | 2025-03-19T23:27:54.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2025-03-19T23:27:54.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2025-03-19T23:27:54.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2025-03-19T23:27:54.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2906 | 2025-03-19T23:27:54.474Z | |
2907 | 2025-03-19T23:27:54.474Z | info: running `cargo check --bins` on gateway-test-utils (107/198) |
2908 | 2025-03-19T23:27:55.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2025-03-19T23:27:55.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2025-03-19T23:27:55.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2025-03-19T23:27:55.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2912 | 2025-03-19T23:27:55.200Z | |
2913 | 2025-03-19T23:27:55.200Z | info: running `cargo check --bins` on gateway-types (108/198) |
2914 | 2025-03-19T23:27:55.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2025-03-19T23:27:55.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2025-03-19T23:27:55.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2025-03-19T23:27:55.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2918 | 2025-03-19T23:27:55.846Z | |
2919 | 2025-03-19T23:27:55.846Z | info: running `cargo check --bins` on ipcc (109/198) |
2920 | 2025-03-19T23:27:56.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-03-19T23:27:56.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-03-19T23:27:56.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2025-03-19T23:27:56.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2924 | 2025-03-19T23:27:56.494Z | |
2925 | 2025-03-19T23:27:56.494Z | info: running `cargo check --bins` on omicron-gateway (110/198) |
2926 | 2025-03-19T23:27:57.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2025-03-19T23:27:57.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2025-03-19T23:27:57.216Z | Compiling radium v0.7.0 |
2929 | 2025-03-19T23:27:57.220Z | Compiling semver v0.1.20 |
2930 | 2025-03-19T23:27:57.339Z | Compiling maybe-uninit v2.0.0 |
2931 | 2025-03-19T23:27:57.342Z | Checking tap v1.0.1 |
2932 | 2025-03-19T23:27:57.358Z | Checking password-hash v0.5.0 |
2933 | 2025-03-19T23:27:57.361Z | Checking blake2 v0.10.6 |
2934 | 2025-03-19T23:27:57.362Z | Compiling packed_struct v0.10.1 |
2935 | 2025-03-19T23:27:57.362Z | Checking funty v2.0.0 |
2936 | 2025-03-19T23:27:57.481Z | Checking wyz v0.5.1 |
2937 | 2025-03-19T23:27:57.767Z | Compiling rustc_version v0.1.7 |
2938 | 2025-03-19T23:27:57.809Z | Checking crc-catalog v2.4.0 |
2939 | 2025-03-19T23:27:57.828Z | Compiling owo-colors v4.2.0 |
2940 | 2025-03-19T23:27:57.858Z | Compiling cancel-safe-futures v0.1.5 |
2941 | 2025-03-19T23:27:57.918Z | Checking argon2 v0.5.3 |
2942 | 2025-03-19T23:27:57.944Z | Checking crc v3.2.1 |
2943 | 2025-03-19T23:27:58.001Z | Compiling packed_struct_codegen v0.10.1 |
2944 | 2025-03-19T23:27:58.151Z | Checking libsw-core v0.3.1 |
2945 | 2025-03-19T23:27:58.178Z | Compiling newtype_derive v0.1.6 |
2946 | 2025-03-19T23:27:58.223Z | Checking half v2.4.1 |
2947 | 2025-03-19T23:27:58.252Z | Checking bitvec v1.0.1 |
2948 | 2025-03-19T23:27:58.376Z | Compiling indexmap v1.9.3 |
2949 | 2025-03-19T23:27:58.400Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2950 | 2025-03-19T23:27:58.518Z | Checking fixedbitset v0.5.7 |
2951 | 2025-03-19T23:27:58.559Z | Checking nodrop v0.1.14 |
2952 | 2025-03-19T23:27:58.602Z | Checking ciborium-io v0.2.2 |
2953 | 2025-03-19T23:27:58.652Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2954 | 2025-03-19T23:27:58.689Z | Checking array-init v0.0.4 |
2955 | 2025-03-19T23:27:58.739Z | Checking ciborium-ll v0.2.2 |
2956 | 2025-03-19T23:27:58.868Z | Checking libsw v3.4.0 |
2957 | 2025-03-19T23:27:58.886Z | Checking petgraph v0.7.1 |
2958 | 2025-03-19T23:27:59.025Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2959 | 2025-03-19T23:27:59.104Z | Checking smallvec v0.6.14 |
2960 | 2025-03-19T23:27:59.354Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2961 | 2025-03-19T23:27:59.503Z | Checking linear-map v1.2.0 |
2962 | 2025-03-19T23:27:59.557Z | Checking indent_write v2.2.0 |
2963 | 2025-03-19T23:27:59.663Z | Checking termcolor v1.4.1 |
2964 | 2025-03-19T23:27:59.777Z | Checking swrite v0.1.0 |
2965 | 2025-03-19T23:27:59.832Z | Checking hashbrown v0.12.3 |
2966 | 2025-03-19T23:27:59.915Z | Checking bitfield v0.14.0 |
2967 | 2025-03-19T23:28:00.079Z | Checking env_logger v0.10.2 |
2968 | 2025-03-19T23:28:00.219Z | Checking ron v0.8.1 |
2969 | 2025-03-19T23:28:00.324Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2970 | 2025-03-19T23:28:00.403Z | Checking serde-hex v0.1.0 |
2971 | 2025-03-19T23:28:00.495Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2972 | 2025-03-19T23:28:00.515Z | Checking ciborium v0.2.2 |
2973 | 2025-03-19T23:28:01.434Z | Checking steno v0.4.1 |
2974 | 2025-03-19T23:28:01.456Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2975 | 2025-03-19T23:28:01.689Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2976 | 2025-03-19T23:28:01.718Z | Checking hashbrown v0.13.2 |
2977 | 2025-03-19T23:28:01.818Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2978 | 2025-03-19T23:28:01.903Z | Checking crc-any v2.5.0 |
2979 | 2025-03-19T23:28:01.964Z | Checking humantime v2.1.0 |
2980 | 2025-03-19T23:28:02.273Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2981 | 2025-03-19T23:28:02.277Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2982 | 2025-03-19T23:28:02.556Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2983 | 2025-03-19T23:28:02.638Z | Checking object v0.30.4 |
2984 | 2025-03-19T23:28:02.835Z | Checking path-slash v0.1.5 |
2985 | 2025-03-19T23:28:02.952Z | Checking tungstenite v0.23.0 |
2986 | 2025-03-19T23:28:02.998Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2987 | 2025-03-19T23:28:03.551Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2988 | 2025-03-19T23:28:03.776Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2989 | 2025-03-19T23:28:04.025Z | Checking nix v0.27.1 |
2990 | 2025-03-19T23:28:04.117Z | Checking kstat-rs v0.2.4 |
2991 | 2025-03-19T23:28:04.216Z | Checking tokio-tungstenite v0.23.1 |
2992 | 2025-03-19T23:28:04.293Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2993 | 2025-03-19T23:28:04.443Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2994 | 2025-03-19T23:28:04.642Z | Checking signal-hook-tokio v0.3.1 |
2995 | 2025-03-19T23:28:04.800Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2996 | 2025-03-19T23:28:05.574Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2997 | 2025-03-19T23:28:11.919Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2998 | 2025-03-19T23:28:13.231Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2999 | 2025-03-19T23:28:15.631Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3000 | 2025-03-19T23:28:20.977Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3001 | 2025-03-19T23:28:21.618Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3002 | 2025-03-19T23:28:24.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.72s |
3003 | 2025-03-19T23:28:24.430Z | |
3004 | 2025-03-19T23:28:24.430Z | info: running `cargo check --bins` on gateway-api (111/198) |
3005 | 2025-03-19T23:28:25.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-03-19T23:28:25.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-03-19T23:28:25.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2025-03-19T23:28:25.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3009 | 2025-03-19T23:28:25.091Z | |
3010 | 2025-03-19T23:28:25.091Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/198) |
3011 | 2025-03-19T23:28:25.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-03-19T23:28:25.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-03-19T23:28:25.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-03-19T23:28:25.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3015 | 2025-03-19T23:28:25.724Z | |
3016 | 2025-03-19T23:28:25.724Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/198) |
3017 | 2025-03-19T23:28:26.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-03-19T23:28:26.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-03-19T23:28:26.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-03-19T23:28:26.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3021 | 2025-03-19T23:28:26.380Z | |
3022 | 2025-03-19T23:28:26.380Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/198) |
3023 | 2025-03-19T23:28:26.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-03-19T23:28:26.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-03-19T23:28:26.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-03-19T23:28:26.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3027 | 2025-03-19T23:28:27.028Z | |
3028 | 2025-03-19T23:28:27.028Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/198) |
3029 | 2025-03-19T23:28:27.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-03-19T23:28:27.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-03-19T23:28:27.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-03-19T23:28:27.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3033 | 2025-03-19T23:28:27.689Z | |
3034 | 2025-03-19T23:28:27.689Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/198) |
3035 | 2025-03-19T23:28:28.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-03-19T23:28:28.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-03-19T23:28:28.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-03-19T23:28:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3039 | 2025-03-19T23:28:28.342Z | |
3040 | 2025-03-19T23:28:28.342Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/198) |
3041 | 2025-03-19T23:28:28.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-03-19T23:28:28.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-03-19T23:28:28.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-03-19T23:28:28.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3045 | 2025-03-19T23:28:28.991Z | |
3046 | 2025-03-19T23:28:28.991Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/198) |
3047 | 2025-03-19T23:28:29.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-03-19T23:28:29.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-03-19T23:28:29.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-03-19T23:28:29.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3051 | 2025-03-19T23:28:29.641Z | |
3052 | 2025-03-19T23:28:29.641Z | info: running `cargo check --bins` on oximeter-producer (119/198) |
3053 | 2025-03-19T23:28:30.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-03-19T23:28:30.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-03-19T23:28:30.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-03-19T23:28:30.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3057 | 2025-03-19T23:28:30.323Z | |
3058 | 2025-03-19T23:28:30.323Z | info: running `cargo check --bins` on internal-dns-resolver (120/198) |
3059 | 2025-03-19T23:28:30.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-03-19T23:28:30.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-03-19T23:28:30.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-03-19T23:28:30.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3063 | 2025-03-19T23:28:30.990Z | |
3064 | 2025-03-19T23:28:30.991Z | info: running `cargo check --bins` on sp-sim (121/198) |
3065 | 2025-03-19T23:28:31.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-03-19T23:28:31.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-03-19T23:28:31.652Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3068 | 2025-03-19T23:28:32.121Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3069 | 2025-03-19T23:28:33.803Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3070 | 2025-03-19T23:28:35.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3071 | 2025-03-19T23:28:35.618Z | |
3072 | 2025-03-19T23:28:35.618Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/198) |
3073 | 2025-03-19T23:28:36.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-03-19T23:28:36.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-03-19T23:28:36.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-03-19T23:28:36.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3077 | 2025-03-19T23:28:36.320Z | |
3078 | 2025-03-19T23:28:36.320Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/198) |
3079 | 2025-03-19T23:28:36.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-03-19T23:28:36.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-03-19T23:28:36.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-03-19T23:28:36.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3083 | 2025-03-19T23:28:37.031Z | |
3084 | 2025-03-19T23:28:37.031Z | info: running `cargo check --bins` on db-macros (124/198) |
3085 | 2025-03-19T23:28:37.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-03-19T23:28:37.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-03-19T23:28:37.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-03-19T23:28:37.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3089 | 2025-03-19T23:28:37.658Z | |
3090 | 2025-03-19T23:28:37.658Z | info: running `cargo check --bins` on nexus-macros-common (125/198) |
3091 | 2025-03-19T23:28:38.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-03-19T23:28:38.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-03-19T23:28:38.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-03-19T23:28:38.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3095 | 2025-03-19T23:28:38.282Z | |
3096 | 2025-03-19T23:28:38.282Z | info: running `cargo check --bins` on nexus-auth (126/198) |
3097 | 2025-03-19T23:28:38.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-03-19T23:28:38.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-03-19T23:28:38.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2025-03-19T23:28:38.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3101 | 2025-03-19T23:28:38.977Z | |
3102 | 2025-03-19T23:28:38.977Z | info: running `cargo check --bins` on authz-macros (127/198) |
3103 | 2025-03-19T23:28:39.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-03-19T23:28:39.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-03-19T23:28:39.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2025-03-19T23:28:39.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3107 | 2025-03-19T23:28:39.604Z | |
3108 | 2025-03-19T23:28:39.604Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/198) |
3109 | 2025-03-19T23:28:40.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2025-03-19T23:28:40.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2025-03-19T23:28:40.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2025-03-19T23:28:40.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3113 | 2025-03-19T23:28:40.406Z | |
3114 | 2025-03-19T23:28:40.406Z | info: running `cargo check --bins` on nexus-db-model (129/198) |
3115 | 2025-03-19T23:28:40.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-03-19T23:28:40.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-03-19T23:28:40.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-03-19T23:28:40.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3119 | 2025-03-19T23:28:40.977Z | |
3120 | 2025-03-19T23:28:40.977Z | info: running `cargo check --bins` on nexus-defaults (130/198) |
3121 | 2025-03-19T23:28:41.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-03-19T23:28:41.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-03-19T23:28:41.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2025-03-19T23:28:41.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3125 | 2025-03-19T23:28:41.634Z | |
3126 | 2025-03-19T23:28:41.634Z | info: running `cargo check --bins` on nexus-inventory (131/198) |
3127 | 2025-03-19T23:28:42.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-03-19T23:28:42.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-03-19T23:28:42.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2025-03-19T23:28:42.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3131 | 2025-03-19T23:28:42.317Z | |
3132 | 2025-03-19T23:28:42.317Z | info: running `cargo check --bins` on typed-rng (132/198) |
3133 | 2025-03-19T23:28:42.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-03-19T23:28:42.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-03-19T23:28:42.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2025-03-19T23:28:42.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3137 | 2025-03-19T23:28:42.939Z | |
3138 | 2025-03-19T23:28:42.939Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/198) |
3139 | 2025-03-19T23:28:43.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-03-19T23:28:43.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-03-19T23:28:43.698Z | Checking keccak v0.1.5 |
3142 | 2025-03-19T23:28:43.814Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3143 | 2025-03-19T23:28:43.818Z | Checking secrecy v0.8.0 |
3144 | 2025-03-19T23:28:43.818Z | Compiling unicase v2.7.0 |
3145 | 2025-03-19T23:28:43.833Z | Compiling same-file v1.0.6 |
3146 | 2025-03-19T23:28:43.860Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3147 | 2025-03-19T23:28:43.863Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3148 | 2025-03-19T23:28:43.864Z | Compiling thiserror-impl-no-std v2.0.2 |
3149 | 2025-03-19T23:28:43.987Z | Checking universal-hash v0.5.1 |
3150 | 2025-03-19T23:28:44.101Z | Checking sha3 v0.10.8 |
3151 | 2025-03-19T23:28:44.118Z | Compiling walkdir v2.5.0 |
3152 | 2025-03-19T23:28:44.122Z | Compiling blake3 v1.5.4 |
3153 | 2025-03-19T23:28:44.204Z | Checking opaque-debug v0.3.1 |
3154 | 2025-03-19T23:28:44.207Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3155 | 2025-03-19T23:28:44.333Z | Checking poly1305 v0.8.0 |
3156 | 2025-03-19T23:28:44.365Z | Checking chacha20 v0.9.1 |
3157 | 2025-03-19T23:28:44.448Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3158 | 2025-03-19T23:28:44.481Z | Checking aead v0.5.2 |
3159 | 2025-03-19T23:28:44.529Z | Compiling memmap2 v0.9.5 |
3160 | 2025-03-19T23:28:44.713Z | Compiling constant_time_eq v0.3.1 |
3161 | 2025-03-19T23:28:44.740Z | Compiling arrayref v0.3.9 |
3162 | 2025-03-19T23:28:44.772Z | Compiling salty v0.3.0 |
3163 | 2025-03-19T23:28:44.840Z | Compiling arrayvec v0.7.6 |
3164 | 2025-03-19T23:28:44.866Z | Compiling libefi-sys v0.1.0 |
3165 | 2025-03-19T23:28:44.910Z | Checking chacha20poly1305 v0.10.1 |
3166 | 2025-03-19T23:28:44.961Z | Compiling toolchain_find v0.4.0 |
3167 | 2025-03-19T23:28:45.178Z | Compiling camino-tempfile v1.1.1 |
3168 | 2025-03-19T23:28:45.212Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3169 | 2025-03-19T23:28:45.236Z | Compiling bitfield-struct v0.6.2 |
3170 | 2025-03-19T23:28:45.487Z | Compiling topological-sort v0.2.2 |
3171 | 2025-03-19T23:28:45.510Z | Compiling mime_guess v2.0.5 |
3172 | 2025-03-19T23:28:45.708Z | Compiling rustfmt-wrapper v0.2.1 |
3173 | 2025-03-19T23:28:46.095Z | Compiling omicron-zone-package v0.12.0 |
3174 | 2025-03-19T23:28:46.131Z | Compiling progenitor v0.9.1 |
3175 | 2025-03-19T23:28:46.296Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3176 | 2025-03-19T23:28:46.345Z | Checking primeorder v0.13.6 |
3177 | 2025-03-19T23:28:46.427Z | Checking thiserror-no-std v2.0.2 |
3178 | 2025-03-19T23:28:46.505Z | Checking env_filter v0.1.2 |
3179 | 2025-03-19T23:28:46.551Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3180 | 2025-03-19T23:28:46.554Z | Checking vsss-rs v3.3.4 |
3181 | 2025-03-19T23:28:46.591Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3182 | 2025-03-19T23:28:46.718Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3183 | 2025-03-19T23:28:46.737Z | Checking env_logger v0.11.5 |
3184 | 2025-03-19T23:28:46.782Z | Checking p384 v0.13.0 |
3185 | 2025-03-19T23:28:46.942Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3186 | 2025-03-19T23:28:47.048Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3187 | 2025-03-19T23:28:47.086Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3188 | 2025-03-19T23:28:47.108Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3189 | 2025-03-19T23:28:47.229Z | Checking http-range v0.1.5 |
3190 | 2025-03-19T23:28:47.249Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3191 | 2025-03-19T23:28:47.420Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3192 | 2025-03-19T23:28:47.552Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3193 | 2025-03-19T23:28:47.603Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3194 | 2025-03-19T23:28:47.805Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3195 | 2025-03-19T23:28:47.881Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3196 | 2025-03-19T23:28:48.181Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3197 | 2025-03-19T23:28:48.201Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3198 | 2025-03-19T23:28:48.228Z | Checking atty v0.2.14 |
3199 | 2025-03-19T23:28:48.367Z | Checking glob v0.3.2 |
3200 | 2025-03-19T23:28:48.578Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3201 | 2025-03-19T23:28:48.694Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3202 | 2025-03-19T23:28:48.698Z | Checking hyper-staticfile v0.10.1 |
3203 | 2025-03-19T23:28:48.884Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3204 | 2025-03-19T23:28:49.310Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3205 | 2025-03-19T23:28:49.815Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3206 | 2025-03-19T23:28:49.893Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3207 | 2025-03-19T23:28:49.969Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3208 | 2025-03-19T23:28:50.116Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3209 | 2025-03-19T23:28:50.281Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3210 | 2025-03-19T23:28:50.955Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3211 | 2025-03-19T23:28:51.107Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3212 | 2025-03-19T23:28:51.127Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3213 | 2025-03-19T23:28:52.360Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3214 | 2025-03-19T23:28:52.364Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3215 | 2025-03-19T23:28:52.365Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3216 | 2025-03-19T23:28:54.751Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3217 | 2025-03-19T23:28:54.755Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3218 | 2025-03-19T23:29:03.049Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3219 | 2025-03-19T23:29:16.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s |
3220 | 2025-03-19T23:29:16.428Z | |
3221 | 2025-03-19T23:29:16.428Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/198) |
3222 | 2025-03-19T23:29:17.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2025-03-19T23:29:17.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2025-03-19T23:29:17.192Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3225 | 2025-03-19T23:29:30.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
3226 | 2025-03-19T23:29:30.803Z | |
3227 | 2025-03-19T23:29:30.803Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/198) |
3228 | 2025-03-19T23:29:31.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-03-19T23:29:31.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-03-19T23:29:31.569Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3231 | 2025-03-19T23:29:44.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
3232 | 2025-03-19T23:29:44.970Z | |
3233 | 2025-03-19T23:29:44.970Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/198) |
3234 | 2025-03-19T23:29:45.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-03-19T23:29:45.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-03-19T23:29:45.732Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3237 | 2025-03-19T23:29:58.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s |
3238 | 2025-03-19T23:29:59.095Z | |
3239 | 2025-03-19T23:29:59.095Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/198) |
3240 | 2025-03-19T23:29:59.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-03-19T23:29:59.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-03-19T23:29:59.862Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3243 | 2025-03-19T23:30:13.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
3244 | 2025-03-19T23:30:13.196Z | |
3245 | 2025-03-19T23:30:13.196Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/198) |
3246 | 2025-03-19T23:30:13.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2025-03-19T23:30:13.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2025-03-19T23:30:13.960Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3249 | 2025-03-19T23:30:27.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3250 | 2025-03-19T23:30:27.257Z | |
3251 | 2025-03-19T23:30:27.257Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/198) |
3252 | 2025-03-19T23:30:27.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2025-03-19T23:30:27.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2025-03-19T23:30:28.016Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3255 | 2025-03-19T23:30:41.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3256 | 2025-03-19T23:30:41.576Z | |
3257 | 2025-03-19T23:30:41.577Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/198) |
3258 | 2025-03-19T23:30:42.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2025-03-19T23:30:42.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2025-03-19T23:30:42.332Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3261 | 2025-03-19T23:30:55.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
3262 | 2025-03-19T23:30:55.666Z | |
3263 | 2025-03-19T23:30:55.666Z | info: running `cargo check --bins` on bootstrap-agent-api (141/198) |
3264 | 2025-03-19T23:30:56.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2025-03-19T23:30:56.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2025-03-19T23:30:56.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3267 | 2025-03-19T23:30:56.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3268 | 2025-03-19T23:30:56.342Z | |
3269 | 2025-03-19T23:30:56.343Z | info: running `cargo check --bins` on key-manager (142/198) |
3270 | 2025-03-19T23:30:56.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-03-19T23:30:56.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-03-19T23:30:56.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-03-19T23:30:56.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3274 | 2025-03-19T23:30:56.993Z | |
3275 | 2025-03-19T23:30:56.993Z | info: running `cargo check --bins` on range-requests (143/198) |
3276 | 2025-03-19T23:30:57.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-03-19T23:30:57.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-03-19T23:30:57.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2025-03-19T23:30:57.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3280 | 2025-03-19T23:30:57.626Z | |
3281 | 2025-03-19T23:30:57.626Z | info: running `cargo check --bins` on repo-depot-api (144/198) |
3282 | 2025-03-19T23:30:58.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-03-19T23:30:58.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-03-19T23:30:58.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2025-03-19T23:30:58.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3286 | 2025-03-19T23:30:58.275Z | |
3287 | 2025-03-19T23:30:58.275Z | info: running `cargo check --bins` on sled-agent-api (145/198) |
3288 | 2025-03-19T23:30:58.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-03-19T23:30:58.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-03-19T23:30:58.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-03-19T23:30:58.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3292 | 2025-03-19T23:30:58.951Z | |
3293 | 2025-03-19T23:30:58.951Z | info: running `cargo check --bins` on sled-diagnostics (146/198) |
3294 | 2025-03-19T23:30:59.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-03-19T23:30:59.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-03-19T23:30:59.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-03-19T23:30:59.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3298 | 2025-03-19T23:30:59.579Z | |
3299 | 2025-03-19T23:30:59.579Z | info: running `cargo check --bins` on sled-hardware (147/198) |
3300 | 2025-03-19T23:31:00.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-03-19T23:31:00.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-03-19T23:31:00.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-03-19T23:31:00.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3304 | 2025-03-19T23:31:00.247Z | |
3305 | 2025-03-19T23:31:00.247Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/198) |
3306 | 2025-03-19T23:31:00.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-03-19T23:31:00.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-03-19T23:31:00.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2025-03-19T23:31:00.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3310 | 2025-03-19T23:31:00.916Z | |
3311 | 2025-03-19T23:31:00.916Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/198) |
3312 | 2025-03-19T23:31:01.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-03-19T23:31:01.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-03-19T23:31:01.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2025-03-19T23:31:01.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3316 | 2025-03-19T23:31:01.581Z | |
3317 | 2025-03-19T23:31:01.581Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/198) |
3318 | 2025-03-19T23:31:02.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-03-19T23:31:02.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-03-19T23:31:02.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2025-03-19T23:31:02.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3322 | 2025-03-19T23:31:02.254Z | |
3323 | 2025-03-19T23:31:02.254Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/198) |
3324 | 2025-03-19T23:31:02.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-03-19T23:31:02.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-03-19T23:31:02.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2025-03-19T23:31:02.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3328 | 2025-03-19T23:31:02.940Z | |
3329 | 2025-03-19T23:31:02.940Z | info: running `cargo check --bins` on nexus-test-interface (152/198) |
3330 | 2025-03-19T23:31:03.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-03-19T23:31:03.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-03-19T23:31:03.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2025-03-19T23:31:03.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3334 | 2025-03-19T23:31:03.628Z | |
3335 | 2025-03-19T23:31:03.628Z | info: running `cargo check --bins` on oximeter-collector (153/198) |
3336 | 2025-03-19T23:31:04.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-03-19T23:31:04.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-03-19T23:31:04.339Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3339 | 2025-03-19T23:31:04.339Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3340 | 2025-03-19T23:31:05.189Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3341 | 2025-03-19T23:31:07.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
3342 | 2025-03-19T23:31:07.339Z | |
3343 | 2025-03-19T23:31:07.339Z | info: running `cargo check --bins` on oximeter-api (154/198) |
3344 | 2025-03-19T23:31:07.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-03-19T23:31:07.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-03-19T23:31:07.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3347 | 2025-03-19T23:31:07.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3348 | 2025-03-19T23:31:07.988Z | |
3349 | 2025-03-19T23:31:07.988Z | info: running `cargo check --bins` on cert-dev (155/198) |
3350 | 2025-03-19T23:31:08.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2025-03-19T23:31:08.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2025-03-19T23:31:08.613Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3353 | 2025-03-19T23:31:08.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3354 | 2025-03-19T23:31:09.057Z | |
3355 | 2025-03-19T23:31:09.057Z | info: running `cargo check --bins` on clickana (156/198) |
3356 | 2025-03-19T23:31:09.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2025-03-19T23:31:09.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2025-03-19T23:31:09.721Z | Checking itertools v0.13.0 |
3359 | 2025-03-19T23:31:09.721Z | Checking castaway v0.2.3 |
3360 | 2025-03-19T23:31:09.724Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3361 | 2025-03-19T23:31:09.725Z | Checking lru v0.12.5 |
3362 | 2025-03-19T23:31:09.725Z | Compiling instability v0.3.2 |
3363 | 2025-03-19T23:31:09.829Z | Checking cassowary v0.3.0 |
3364 | 2025-03-19T23:31:09.833Z | Compiling indoc v2.0.6 |
3365 | 2025-03-19T23:31:09.962Z | Checking compact_str v0.8.0 |
3366 | 2025-03-19T23:31:11.480Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3367 | 2025-03-19T23:31:11.556Z | Checking unicode-truncate v1.1.0 |
3368 | 2025-03-19T23:31:11.705Z | Checking ratatui v0.29.0 |
3369 | 2025-03-19T23:31:13.522Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3370 | 2025-03-19T23:31:14.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
3371 | 2025-03-19T23:31:14.511Z | |
3372 | 2025-03-19T23:31:14.512Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/198) |
3373 | 2025-03-19T23:31:15.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-03-19T23:31:15.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-03-19T23:31:15.228Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3376 | 2025-03-19T23:31:15.228Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3377 | 2025-03-19T23:31:16.214Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3378 | 2025-03-19T23:31:16.660Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3379 | 2025-03-19T23:31:17.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
3380 | 2025-03-19T23:31:17.218Z | |
3381 | 2025-03-19T23:31:17.218Z | info: running `cargo check --bins` on ch-dev (158/198) |
3382 | 2025-03-19T23:31:17.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2025-03-19T23:31:17.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2025-03-19T23:31:17.899Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3385 | 2025-03-19T23:31:18.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3386 | 2025-03-19T23:31:18.813Z | |
3387 | 2025-03-19T23:31:18.813Z | info: running `cargo check --bins` on crdb-seed (159/198) |
3388 | 2025-03-19T23:31:19.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2025-03-19T23:31:19.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2025-03-19T23:31:19.492Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3391 | 2025-03-19T23:31:19.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3392 | 2025-03-19T23:31:20.034Z | |
3393 | 2025-03-19T23:31:20.034Z | info: running `cargo check --bins` on db-dev (160/198) |
3394 | 2025-03-19T23:31:20.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2025-03-19T23:31:20.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2025-03-19T23:31:20.719Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3397 | 2025-03-19T23:31:21.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3398 | 2025-03-19T23:31:21.641Z | |
3399 | 2025-03-19T23:31:21.641Z | info: running `cargo check --bins` on omicron-dev-lib (161/198) |
3400 | 2025-03-19T23:31:22.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2025-03-19T23:31:22.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2025-03-19T23:31:22.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3403 | 2025-03-19T23:31:22.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3404 | 2025-03-19T23:31:22.308Z | |
3405 | 2025-03-19T23:31:22.308Z | info: running `cargo check --bins` on xtask-downloader (162/198) |
3406 | 2025-03-19T23:31:22.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2025-03-19T23:31:22.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2025-03-19T23:31:22.937Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3409 | 2025-03-19T23:31:23.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3410 | 2025-03-19T23:31:23.984Z | |
3411 | 2025-03-19T23:31:23.984Z | info: running `cargo check --bins` on omicron-ls-apis (163/198) |
3412 | 2025-03-19T23:31:24.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3413 | 2025-03-19T23:31:24.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3414 | 2025-03-19T23:31:24.621Z | Checking cargo-platform v0.1.8 |
3415 | 2025-03-19T23:31:24.903Z | Checking cargo_metadata v0.19.2 |
3416 | 2025-03-19T23:31:25.878Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3417 | 2025-03-19T23:31:26.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3418 | 2025-03-19T23:31:26.853Z | |
3419 | 2025-03-19T23:31:26.853Z | info: running `cargo check --bins` on mgs-dev (164/198) |
3420 | 2025-03-19T23:31:27.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3421 | 2025-03-19T23:31:27.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3422 | 2025-03-19T23:31:27.596Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3423 | 2025-03-19T23:31:29.019Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3424 | 2025-03-19T23:31:29.556Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3425 | 2025-03-19T23:31:30.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
3426 | 2025-03-19T23:31:30.274Z | |
3427 | 2025-03-19T23:31:30.274Z | info: running `cargo check --bins` on omicron-omdb (165/198) |
3428 | 2025-03-19T23:31:30.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2025-03-19T23:31:30.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2025-03-19T23:31:31.094Z | Compiling crunchy v0.2.2 |
3431 | 2025-03-19T23:31:31.094Z | Compiling tiny-keccak v2.0.2 |
3432 | 2025-03-19T23:31:31.097Z | Compiling dsl_auto_type v0.1.2 |
3433 | 2025-03-19T23:31:31.097Z | Checking scheduled-thread-pool v0.2.7 |
3434 | 2025-03-19T23:31:31.097Z | Compiling diesel_table_macro_syntax v0.2.0 |
3435 | 2025-03-19T23:31:31.226Z | Compiling bit-vec v0.6.3 |
3436 | 2025-03-19T23:31:31.285Z | Compiling ascii-canvas v3.0.0 |
3437 | 2025-03-19T23:31:31.288Z | Compiling ena v0.14.3 |
3438 | 2025-03-19T23:31:31.468Z | Checking r2d2 v0.8.10 |
3439 | 2025-03-19T23:31:31.515Z | Compiling bindgen v0.71.1 |
3440 | 2025-03-19T23:31:31.590Z | Compiling bit-set v0.5.3 |
3441 | 2025-03-19T23:31:31.672Z | Compiling diff v0.1.13 |
3442 | 2025-03-19T23:31:31.711Z | Compiling regex-syntax v0.6.29 |
3443 | 2025-03-19T23:31:31.729Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3444 | 2025-03-19T23:31:31.774Z | Compiling ref-cast v1.0.23 |
3445 | 2025-03-19T23:31:31.872Z | Compiling rustc-hash v2.1.1 |
3446 | 2025-03-19T23:31:31.964Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3447 | 2025-03-19T23:31:32.061Z | Compiling derive_builder_core v0.20.2 |
3448 | 2025-03-19T23:31:32.215Z | Compiling libxml v0.3.3 |
3449 | 2025-03-19T23:31:32.281Z | Compiling ref-cast-impl v1.0.23 |
3450 | 2025-03-19T23:31:32.374Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3451 | 2025-03-19T23:31:32.540Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3452 | 2025-03-19T23:31:32.558Z | Compiling diesel_derives v2.2.3 |
3453 | 2025-03-19T23:31:32.639Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3454 | 2025-03-19T23:31:32.860Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3455 | 2025-03-19T23:31:32.958Z | Compiling strum_macros v0.24.3 |
3456 | 2025-03-19T23:31:33.210Z | Compiling indoc v1.0.9 |
3457 | 2025-03-19T23:31:34.048Z | Compiling derive_builder_macro v0.20.2 |
3458 | 2025-03-19T23:31:34.068Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3459 | 2025-03-19T23:31:34.401Z | Compiling impl-trait-for-tuples v0.2.2 |
3460 | 2025-03-19T23:31:34.962Z | Checking derive_builder v0.20.2 |
3461 | 2025-03-19T23:31:35.026Z | Compiling lalrpop v0.19.12 |
3462 | 2025-03-19T23:31:35.141Z | Compiling oso-derive v0.27.3 |
3463 | 2025-03-19T23:31:35.498Z | Checking quick-xml v0.37.2 |
3464 | 2025-03-19T23:31:36.121Z | Compiling diesel-dtrace v0.4.2 |
3465 | 2025-03-19T23:31:36.161Z | Checking maplit v1.0.2 |
3466 | 2025-03-19T23:31:36.340Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3467 | 2025-03-19T23:31:36.525Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3468 | 2025-03-19T23:31:36.853Z | Checking bb8 v0.8.5 |
3469 | 2025-03-19T23:31:37.002Z | Checking io-lifetimes v1.0.11 |
3470 | 2025-03-19T23:31:37.214Z | Checking rustix v0.37.28 |
3471 | 2025-03-19T23:31:37.306Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3472 | 2025-03-19T23:31:37.496Z | Checking rand_seeder v0.3.0 |
3473 | 2025-03-19T23:31:37.655Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3474 | 2025-03-19T23:31:37.754Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3475 | 2025-03-19T23:31:37.903Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3476 | 2025-03-19T23:31:37.969Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3477 | 2025-03-19T23:31:38.218Z | Checking terminal_size v0.2.6 |
3478 | 2025-03-19T23:31:38.300Z | Checking smawk v0.3.2 |
3479 | 2025-03-19T23:31:38.406Z | Checking is_ci v1.2.0 |
3480 | 2025-03-19T23:31:38.537Z | Checking unicode-linebreak v0.1.5 |
3481 | 2025-03-19T23:31:38.570Z | Checking supports-color v3.0.2 |
3482 | 2025-03-19T23:31:38.816Z | Checking multimap v0.10.0 |
3483 | 2025-03-19T23:31:38.987Z | Checking textwrap v0.16.1 |
3484 | 2025-03-19T23:31:40.114Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3485 | 2025-03-19T23:31:41.179Z | Checking diesel v2.2.8 |
3486 | 2025-03-19T23:31:56.594Z | Compiling samael v0.0.18 |
3487 | 2025-03-19T23:32:13.399Z | Checking async-bb8-diesel v0.2.1 |
3488 | 2025-03-19T23:32:14.940Z | Compiling polar-core v0.27.3 |
3489 | 2025-03-19T23:32:22.108Z | Checking oso v0.27.3 |
3490 | 2025-03-19T23:33:21.571Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3491 | 2025-03-19T23:33:28.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3492 | 2025-03-19T23:33:28.420Z | |
3493 | 2025-03-19T23:33:28.420Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/198) |
3494 | 2025-03-19T23:33:29.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-03-19T23:33:29.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-03-19T23:33:29.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3497 | 2025-03-19T23:33:29.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3498 | 2025-03-19T23:33:29.132Z | |
3499 | 2025-03-19T23:33:29.132Z | info: running `cargo check --bins` on nexus-saga-recovery (167/198) |
3500 | 2025-03-19T23:33:29.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-03-19T23:33:29.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-03-19T23:33:29.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2025-03-19T23:33:29.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3504 | 2025-03-19T23:33:29.880Z | |
3505 | 2025-03-19T23:33:29.881Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/198) |
3506 | 2025-03-19T23:33:30.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2025-03-19T23:33:30.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2025-03-19T23:33:30.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2025-03-19T23:33:30.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3510 | 2025-03-19T23:33:30.478Z | |
3511 | 2025-03-19T23:33:30.479Z | info: running `cargo check --bins` on omicron-nexus (169/198) |
3512 | 2025-03-19T23:33:31.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-03-19T23:33:31.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-03-19T23:33:31.307Z | Compiling libz-sys v1.1.20 |
3515 | 2025-03-19T23:33:31.310Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3516 | 2025-03-19T23:33:31.441Z | Compiling vergen v8.3.2 |
3517 | 2025-03-19T23:33:31.444Z | Compiling cargo-platform v0.1.8 |
3518 | 2025-03-19T23:33:31.444Z | Compiling pin-project-internal v1.1.6 |
3519 | 2025-03-19T23:33:31.480Z | Compiling snafu-derive v0.8.5 |
3520 | 2025-03-19T23:33:31.483Z | Compiling rustls v0.21.12 |
3521 | 2025-03-19T23:33:31.513Z | Checking globset v0.4.15 |
3522 | 2025-03-19T23:33:31.785Z | Compiling cargo_metadata v0.18.1 |
3523 | 2025-03-19T23:33:31.838Z | Checking olpc-cjson v0.1.4 |
3524 | 2025-03-19T23:33:31.914Z | Checking rustls-webpki v0.101.7 |
3525 | 2025-03-19T23:33:32.013Z | Checking sct v0.7.1 |
3526 | 2025-03-19T23:33:32.050Z | Checking serde_plain v1.0.2 |
3527 | 2025-03-19T23:33:32.186Z | Checking typed-path v0.9.3 |
3528 | 2025-03-19T23:33:32.300Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3529 | 2025-03-19T23:33:32.404Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3530 | 2025-03-19T23:33:32.619Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3531 | 2025-03-19T23:33:32.697Z | Checking parse-size v1.1.0 |
3532 | 2025-03-19T23:33:32.921Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3533 | 2025-03-19T23:33:32.974Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3534 | 2025-03-19T23:33:33.841Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3535 | 2025-03-19T23:33:33.951Z | Checking rustls-pemfile v1.0.4 |
3536 | 2025-03-19T23:33:34.010Z | Checking pin-project v1.1.6 |
3537 | 2025-03-19T23:33:34.027Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3538 | 2025-03-19T23:33:34.137Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3539 | 2025-03-19T23:33:34.162Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3540 | 2025-03-19T23:33:34.450Z | Checking twox-hash v2.1.0 |
3541 | 2025-03-19T23:33:34.468Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3542 | 2025-03-19T23:33:34.531Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3543 | 2025-03-19T23:33:35.073Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3544 | 2025-03-19T23:33:35.523Z | Checking tokio-rustls v0.24.1 |
3545 | 2025-03-19T23:33:35.866Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3546 | 2025-03-19T23:33:35.972Z | Checking snafu v0.8.5 |
3547 | 2025-03-19T23:33:36.362Z | Checking tough v0.19.0 |
3548 | 2025-03-19T23:33:36.385Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3549 | 2025-03-19T23:33:36.453Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3550 | 2025-03-19T23:33:36.550Z | Checking fatfs v0.3.6 |
3551 | 2025-03-19T23:33:36.643Z | Checking assert_matches v1.5.0 |
3552 | 2025-03-19T23:33:40.333Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3553 | 2025-03-19T23:33:41.496Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3554 | 2025-03-19T23:33:42.736Z | Compiling git2 v0.19.0 |
3555 | 2025-03-19T23:33:46.726Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3556 | 2025-03-19T23:34:43.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3557 | 2025-03-19T23:34:43.379Z | |
3558 | 2025-03-19T23:34:43.379Z | info: running `cargo check --bins` on nexus-external-api (170/198) |
3559 | 2025-03-19T23:34:44.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2025-03-19T23:34:44.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2025-03-19T23:34:44.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3562 | 2025-03-19T23:34:44.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3563 | 2025-03-19T23:34:44.086Z | |
3564 | 2025-03-19T23:34:44.087Z | info: running `cargo check --bins` on nexus-internal-api (171/198) |
3565 | 2025-03-19T23:34:44.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2025-03-19T23:34:44.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2025-03-19T23:34:44.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2025-03-19T23:34:44.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3569 | 2025-03-19T23:34:44.767Z | |
3570 | 2025-03-19T23:34:44.767Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/198) |
3571 | 2025-03-19T23:34:45.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-03-19T23:34:45.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-03-19T23:34:45.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3574 | 2025-03-19T23:34:45.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3575 | 2025-03-19T23:34:45.479Z | |
3576 | 2025-03-19T23:34:45.479Z | info: running `cargo check --bins` on nexus-networking (173/198) |
3577 | 2025-03-19T23:34:46.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-03-19T23:34:46.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-03-19T23:34:46.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3580 | 2025-03-19T23:34:46.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3581 | 2025-03-19T23:34:46.179Z | |
3582 | 2025-03-19T23:34:46.179Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/198) |
3583 | 2025-03-19T23:34:46.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-03-19T23:34:46.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-03-19T23:34:46.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3586 | 2025-03-19T23:34:46.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3587 | 2025-03-19T23:34:46.882Z | |
3588 | 2025-03-19T23:34:46.882Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/198) |
3589 | 2025-03-19T23:34:47.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-03-19T23:34:47.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-03-19T23:34:47.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3592 | 2025-03-19T23:34:47.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3593 | 2025-03-19T23:34:47.588Z | |
3594 | 2025-03-19T23:34:47.588Z | info: running `cargo check --bins` on update-common (176/198) |
3595 | 2025-03-19T23:34:48.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-03-19T23:34:48.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-03-19T23:34:48.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-03-19T23:34:48.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3599 | 2025-03-19T23:34:48.263Z | |
3600 | 2025-03-19T23:34:48.263Z | info: running `cargo check --bins` on omicron-dev (177/198) |
3601 | 2025-03-19T23:34:48.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-03-19T23:34:48.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-03-19T23:34:49.133Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3604 | 2025-03-19T23:34:49.133Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3605 | 2025-03-19T23:34:49.275Z | Checking diff v0.1.13 |
3606 | 2025-03-19T23:34:49.275Z | Checking yansi v1.0.1 |
3607 | 2025-03-19T23:34:49.278Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3608 | 2025-03-19T23:34:49.278Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3609 | 2025-03-19T23:34:49.687Z | Checking pretty_assertions v1.4.1 |
3610 | 2025-03-19T23:34:50.338Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3611 | 2025-03-19T23:35:16.565Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3612 | 2025-03-19T23:35:16.565Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3613 | 2025-03-19T23:35:16.568Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3614 | 2025-03-19T23:35:16.568Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3615 | 2025-03-19T23:35:16.568Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3616 | 2025-03-19T23:35:16.568Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3617 | 2025-03-19T23:35:17.479Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3618 | 2025-03-19T23:35:18.598Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3619 | 2025-03-19T23:35:59.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3620 | 2025-03-19T23:35:59.838Z | |
3621 | 2025-03-19T23:35:59.838Z | info: running `cargo check --bins` on openapi-manager (178/198) |
3622 | 2025-03-19T23:36:00.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2025-03-19T23:36:00.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2025-03-19T23:36:00.592Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3625 | 2025-03-19T23:36:00.595Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3626 | 2025-03-19T23:36:00.706Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3627 | 2025-03-19T23:36:00.726Z | Compiling proc-macro-error-attr2 v2.0.0 |
3628 | 2025-03-19T23:36:00.730Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3629 | 2025-03-19T23:36:00.749Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3630 | 2025-03-19T23:36:00.762Z | Checking papergrid v0.14.0 |
3631 | 2025-03-19T23:36:00.780Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3632 | 2025-03-19T23:36:00.969Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3633 | 2025-03-19T23:36:01.079Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3634 | 2025-03-19T23:36:01.348Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3635 | 2025-03-19T23:36:01.464Z | Compiling proc-macro-error2 v2.0.1 |
3636 | 2025-03-19T23:36:02.127Z | Compiling tabled_derive v0.10.0 |
3637 | 2025-03-19T23:36:02.206Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3638 | 2025-03-19T23:36:02.458Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3639 | 2025-03-19T23:36:02.491Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3640 | 2025-03-19T23:36:02.511Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3641 | 2025-03-19T23:36:03.026Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3642 | 2025-03-19T23:36:03.524Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3643 | 2025-03-19T23:36:03.527Z | Checking heck v0.4.1 |
3644 | 2025-03-19T23:36:03.763Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3645 | 2025-03-19T23:36:03.924Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3646 | 2025-03-19T23:36:04.181Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3647 | 2025-03-19T23:36:04.491Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3648 | 2025-03-19T23:36:04.693Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3649 | 2025-03-19T23:36:04.809Z | Checking tabled v0.18.0 |
3650 | 2025-03-19T23:36:04.935Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3651 | 2025-03-19T23:36:05.084Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3652 | 2025-03-19T23:36:05.129Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3653 | 2025-03-19T23:36:06.847Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3654 | 2025-03-19T23:36:06.851Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3655 | 2025-03-19T23:36:09.763Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3656 | 2025-03-19T23:36:11.336Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3657 | 2025-03-19T23:36:15.777Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3658 | 2025-03-19T23:36:15.777Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3659 | 2025-03-19T23:36:17.016Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3660 | 2025-03-19T23:36:18.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s |
3661 | 2025-03-19T23:36:18.596Z | |
3662 | 2025-03-19T23:36:18.596Z | info: running `cargo check --bins` on installinator-api (179/198) |
3663 | 2025-03-19T23:36:19.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3664 | 2025-03-19T23:36:19.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3665 | 2025-03-19T23:36:19.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3666 | 2025-03-19T23:36:19.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3667 | 2025-03-19T23:36:19.265Z | |
3668 | 2025-03-19T23:36:19.265Z | info: running `cargo check --bins` on wicketd-api (180/198) |
3669 | 2025-03-19T23:36:19.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3670 | 2025-03-19T23:36:19.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3671 | 2025-03-19T23:36:19.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3672 | 2025-03-19T23:36:19.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3673 | 2025-03-19T23:36:19.946Z | |
3674 | 2025-03-19T23:36:19.946Z | info: running `cargo check --bins` on omicron-pins (181/198) |
3675 | 2025-03-19T23:36:20.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3676 | 2025-03-19T23:36:20.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3677 | 2025-03-19T23:36:20.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3678 | 2025-03-19T23:36:20.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3679 | 2025-03-19T23:36:20.586Z | |
3680 | 2025-03-19T23:36:20.587Z | info: running `cargo check --bins` on reconfigurator-cli (182/198) |
3681 | 2025-03-19T23:36:21.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3682 | 2025-03-19T23:36:21.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3683 | 2025-03-19T23:36:21.309Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3684 | 2025-03-19T23:36:21.309Z | Compiling petname v2.0.2 |
3685 | 2025-03-19T23:36:21.313Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3686 | 2025-03-19T23:36:21.313Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3687 | 2025-03-19T23:36:21.313Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3688 | 2025-03-19T23:36:21.313Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3689 | 2025-03-19T23:36:21.439Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3690 | 2025-03-19T23:36:21.451Z | Checking sync-ptr v0.1.1 |
3691 | 2025-03-19T23:36:26.505Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3692 | 2025-03-19T23:36:27.106Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3693 | 2025-03-19T23:36:28.284Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3694 | 2025-03-19T23:36:29.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
3695 | 2025-03-19T23:36:30.025Z | |
3696 | 2025-03-19T23:36:30.026Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/198) |
3697 | 2025-03-19T23:36:30.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3698 | 2025-03-19T23:36:30.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3699 | 2025-03-19T23:36:30.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3700 | 2025-03-19T23:36:30.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3701 | 2025-03-19T23:36:30.719Z | |
3702 | 2025-03-19T23:36:30.719Z | info: running `cargo check --bins` on omicron-releng (184/198) |
3703 | 2025-03-19T23:36:31.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3704 | 2025-03-19T23:36:31.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3705 | 2025-03-19T23:36:31.385Z | Checking memmap2 v0.9.5 |
3706 | 2025-03-19T23:36:31.385Z | Checking arrayref v0.3.9 |
3707 | 2025-03-19T23:36:31.388Z | Checking constant_time_eq v0.3.1 |
3708 | 2025-03-19T23:36:31.388Z | Checking arrayvec v0.7.6 |
3709 | 2025-03-19T23:36:31.388Z | Checking topological-sort v0.2.2 |
3710 | 2025-03-19T23:36:31.388Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3711 | 2025-03-19T23:36:31.491Z | Checking shell-words v1.1.0 |
3712 | 2025-03-19T23:36:31.746Z | Checking blake3 v1.5.4 |
3713 | 2025-03-19T23:36:32.070Z | Checking omicron-zone-package v0.12.0 |
3714 | 2025-03-19T23:36:33.303Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3715 | 2025-03-19T23:36:33.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
3716 | 2025-03-19T23:36:34.159Z | |
3717 | 2025-03-19T23:36:34.160Z | info: running `cargo check --bins` on xtask (185/198) |
3718 | 2025-03-19T23:36:34.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3719 | 2025-03-19T23:36:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3720 | 2025-03-19T23:36:34.614Z | Checking bitflags v2.6.0 |
3721 | 2025-03-19T23:36:34.619Z | Checking serde v1.0.218 |
3722 | 2025-03-19T23:36:34.619Z | Checking thiserror v1.0.69 |
3723 | 2025-03-19T23:36:34.697Z | Checking scroll v0.12.0 |
3724 | 2025-03-19T23:36:34.705Z | Checking log v0.4.22 |
3725 | 2025-03-19T23:36:34.718Z | Checking hashbrown v0.15.1 |
3726 | 2025-03-19T23:36:34.730Z | Checking zerocopy v0.7.35 |
3727 | 2025-03-19T23:36:34.762Z | Checking syn v2.0.98 |
3728 | 2025-03-19T23:36:34.818Z | Checking pest v2.7.14 |
3729 | 2025-03-19T23:36:34.944Z | Checking rustix v0.38.37 |
3730 | 2025-03-19T23:36:34.981Z | Checking once_cell v1.20.3 |
3731 | 2025-03-19T23:36:35.130Z | Checking goblin v0.8.2 |
3732 | 2025-03-19T23:36:35.258Z | Checking thiserror v2.0.11 |
3733 | 2025-03-19T23:36:35.412Z | Checking fs-err v2.11.0 |
3734 | 2025-03-19T23:36:35.727Z | Checking indexmap v2.7.1 |
3735 | 2025-03-19T23:36:35.743Z | Checking tabled v0.15.0 |
3736 | 2025-03-19T23:36:35.962Z | Checking anyhow v1.0.97 |
3737 | 2025-03-19T23:36:36.756Z | Checking terminal_size v0.4.0 |
3738 | 2025-03-19T23:36:36.760Z | Checking tempfile v3.13.0 |
3739 | 2025-03-19T23:36:36.909Z | Checking clap_builder v4.5.31 |
3740 | 2025-03-19T23:36:37.374Z | Checking dtrace-parser v0.2.0 |
3741 | 2025-03-19T23:36:38.770Z | Checking serde_json v1.0.139 |
3742 | 2025-03-19T23:36:38.770Z | Checking toml_datetime v0.6.8 |
3743 | 2025-03-19T23:36:38.773Z | Checking serde_spanned v0.6.8 |
3744 | 2025-03-19T23:36:38.773Z | Checking camino v1.1.9 |
3745 | 2025-03-19T23:36:38.773Z | Checking semver v1.0.25 |
3746 | 2025-03-19T23:36:38.773Z | Checking cargo-platform v0.1.8 |
3747 | 2025-03-19T23:36:38.911Z | Checking clap v4.5.31 |
3748 | 2025-03-19T23:36:38.993Z | Checking macaddr v1.0.1 |
3749 | 2025-03-19T23:36:39.103Z | Checking toml_edit v0.22.24 |
3750 | 2025-03-19T23:36:39.266Z | Checking camino-tempfile v1.1.1 |
3751 | 2025-03-19T23:36:39.871Z | Checking dof v0.3.0 |
3752 | 2025-03-19T23:36:39.871Z | Checking cargo_metadata v0.19.2 |
3753 | 2025-03-19T23:36:40.283Z | Checking usdt-impl v0.5.0 |
3754 | 2025-03-19T23:36:40.638Z | Checking usdt v0.5.0 |
3755 | 2025-03-19T23:36:40.832Z | Checking toml v0.8.20 |
3756 | 2025-03-19T23:36:41.259Z | Checking cargo_toml v0.21.0 |
3757 | 2025-03-19T23:36:42.373Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3758 | 2025-03-19T23:36:42.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
3759 | 2025-03-19T23:36:43.101Z | |
3760 | 2025-03-19T23:36:43.101Z | info: running `cargo check --bins` on end-to-end-tests (186/198) |
3761 | 2025-03-19T23:36:43.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3762 | 2025-03-19T23:36:43.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3763 | 2025-03-19T23:36:43.886Z | Checking polyval v0.6.2 |
3764 | 2025-03-19T23:36:44.006Z | Checking ctr v0.9.2 |
3765 | 2025-03-19T23:36:44.015Z | Checking ssh-encoding v0.2.0 |
3766 | 2025-03-19T23:36:44.020Z | Checking blowfish v0.9.1 |
3767 | 2025-03-19T23:36:44.042Z | Checking password-hash v0.4.2 |
3768 | 2025-03-19T23:36:44.058Z | Checking p521 v0.13.3 |
3769 | 2025-03-19T23:36:44.062Z | Checking p256 v0.13.2 |
3770 | 2025-03-19T23:36:44.091Z | Checking russh-cryptovec v0.7.3 |
3771 | 2025-03-19T23:36:44.236Z | Checking ghash v0.5.1 |
3772 | 2025-03-19T23:36:44.257Z | Checking bcrypt-pbkdf v0.10.0 |
3773 | 2025-03-19T23:36:44.261Z | Checking md5 v0.7.0 |
3774 | 2025-03-19T23:36:44.330Z | Checking num-bigint v0.4.6 |
3775 | 2025-03-19T23:36:44.334Z | Checking des v0.8.1 |
3776 | 2025-03-19T23:36:44.417Z | Checking aes-gcm v0.10.3 |
3777 | 2025-03-19T23:36:44.420Z | Checking pbkdf2 v0.11.0 |
3778 | 2025-03-19T23:36:44.521Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3779 | 2025-03-19T23:36:44.559Z | Checking hex-literal v0.4.1 |
3780 | 2025-03-19T23:36:44.563Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3781 | 2025-03-19T23:36:44.593Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3782 | 2025-03-19T23:36:44.660Z | Checking ssh-cipher v0.2.0 |
3783 | 2025-03-19T23:36:44.691Z | Checking internet-checksum v0.2.1 |
3784 | 2025-03-19T23:36:44.936Z | Checking ssh-key v0.6.6 |
3785 | 2025-03-19T23:36:45.187Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3786 | 2025-03-19T23:36:46.059Z | Checking russh-keys v0.45.0 |
3787 | 2025-03-19T23:36:46.888Z | Checking russh v0.45.0 |
3788 | 2025-03-19T23:37:04.932Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3789 | 2025-03-19T23:37:06.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s |
3790 | 2025-03-19T23:37:06.480Z | |
3791 | 2025-03-19T23:37:06.480Z | info: running `cargo check --bins` on gateway-cli (187/198) |
3792 | 2025-03-19T23:37:07.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3793 | 2025-03-19T23:37:07.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3794 | 2025-03-19T23:37:07.143Z | Checking termios v0.3.3 |
3795 | 2025-03-19T23:37:07.369Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3796 | 2025-03-19T23:37:08.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3797 | 2025-03-19T23:37:08.333Z | |
3798 | 2025-03-19T23:37:08.333Z | info: running `cargo check --bins --no-default-features` on installinator (188/198) |
3799 | 2025-03-19T23:37:08.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3800 | 2025-03-19T23:37:08.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3801 | 2025-03-19T23:37:09.054Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3802 | 2025-03-19T23:37:09.055Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3803 | 2025-03-19T23:37:09.058Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3804 | 2025-03-19T23:37:09.058Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3805 | 2025-03-19T23:37:10.060Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3806 | 2025-03-19T23:37:11.292Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3807 | 2025-03-19T23:37:13.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
3808 | 2025-03-19T23:37:13.259Z | |
3809 | 2025-03-19T23:37:13.259Z | info: running `cargo check --bins` on internal-dns-cli (189/198) |
3810 | 2025-03-19T23:37:13.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3811 | 2025-03-19T23:37:13.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3812 | 2025-03-19T23:37:13.916Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3813 | 2025-03-19T23:37:14.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3814 | 2025-03-19T23:37:14.571Z | |
3815 | 2025-03-19T23:37:14.571Z | info: running `cargo check --bins` on omicron-live-tests (190/198) |
3816 | 2025-03-19T23:37:15.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3817 | 2025-03-19T23:37:15.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3818 | 2025-03-19T23:37:15.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3819 | 2025-03-19T23:37:15.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3820 | 2025-03-19T23:37:15.203Z | |
3821 | 2025-03-19T23:37:15.203Z | info: running `cargo check --bins` on live-tests-macros (191/198) |
3822 | 2025-03-19T23:37:15.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3823 | 2025-03-19T23:37:15.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3824 | 2025-03-19T23:37:15.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3825 | 2025-03-19T23:37:15.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3826 | 2025-03-19T23:37:15.835Z | |
3827 | 2025-03-19T23:37:15.835Z | info: running `cargo check --bins` on nexus-mgs-updates (192/198) |
3828 | 2025-03-19T23:37:16.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3829 | 2025-03-19T23:37:16.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3830 | 2025-03-19T23:37:16.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3831 | 2025-03-19T23:37:16.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3832 | 2025-03-19T23:37:16.475Z | |
3833 | 2025-03-19T23:37:16.475Z | info: running `cargo check --bins` on omicron-package (193/198) |
3834 | 2025-03-19T23:37:17.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3835 | 2025-03-19T23:37:17.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3836 | 2025-03-19T23:37:17.161Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3837 | 2025-03-19T23:37:18.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3838 | 2025-03-19T23:37:18.706Z | |
3839 | 2025-03-19T23:37:18.706Z | info: running `cargo check --bins` on wicket-dbg (194/198) |
3840 | 2025-03-19T23:37:19.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3841 | 2025-03-19T23:37:19.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3842 | 2025-03-19T23:37:19.433Z | Checking rtoolbox v0.0.2 |
3843 | 2025-03-19T23:37:19.438Z | Checking tui-tree-widget v0.23.0 |
3844 | 2025-03-19T23:37:19.438Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3845 | 2025-03-19T23:37:19.677Z | Checking rpassword v7.3.1 |
3846 | 2025-03-19T23:37:24.266Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3847 | 2025-03-19T23:37:27.143Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3848 | 2025-03-19T23:37:28.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s |
3849 | 2025-03-19T23:37:28.482Z | |
3850 | 2025-03-19T23:37:28.482Z | info: running `cargo check --bins` on wicket (195/198) |
3851 | 2025-03-19T23:37:29.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-03-19T23:37:29.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-03-19T23:37:29.206Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3854 | 2025-03-19T23:37:29.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3855 | 2025-03-19T23:37:29.821Z | |
3856 | 2025-03-19T23:37:29.821Z | info: running `cargo check --bins` on wicketd (196/198) |
3857 | 2025-03-19T23:37:30.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-03-19T23:37:30.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-03-19T23:37:30.567Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3860 | 2025-03-19T23:37:30.567Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3861 | 2025-03-19T23:37:31.380Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3862 | 2025-03-19T23:37:35.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
3863 | 2025-03-19T23:37:35.416Z | |
3864 | 2025-03-19T23:37:35.416Z | info: running `cargo check --bins` on omicron-workspace-hack (197/198) |
3865 | 2025-03-19T23:37:35.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3866 | 2025-03-19T23:37:35.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3867 | 2025-03-19T23:37:35.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3868 | 2025-03-19T23:37:35.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3869 | 2025-03-19T23:37:36.047Z | |
3870 | 2025-03-19T23:37:36.047Z | info: running `cargo check --bins` on zone-setup (198/198) |
3871 | 2025-03-19T23:37:36.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3872 | 2025-03-19T23:37:36.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3873 | 2025-03-19T23:37:36.743Z | Checking uzers v0.12.1 |
3874 | 2025-03-19T23:37:37.085Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3875 | 2025-03-19T23:37:38.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3876 | 2025-03-19T23:37:38.223Z | |
3877 | 2025-03-19T23:37:38.223Z | real 13:48.588139573 |
3878 | 2025-03-19T23:37:38.223Z | user 28:25.783359721 |
3879 | 2025-03-19T23:37:38.223Z | sys 4:23.212323393 |
3880 | 2025-03-19T23:37:38.223Z | trap 0.599927854 |
3881 | 2025-03-19T23:37:38.223Z | tflt 0.601234948 |
3882 | 2025-03-19T23:37:38.223Z | dflt 1.815640489 |
3883 | 2025-03-19T23:37:38.223Z | kflt 0.000878316 |
3884 | 2025-03-19T23:37:38.223Z | lock 48:35.796401417 |
3885 | 2025-03-19T23:37:38.227Z | slp 2:15:46.542684839 |
3886 | 2025-03-19T23:37:38.227Z | lat 1:09.225648404 |
3887 | 2025-03-19T23:37:38.227Z | stop 4:02.438076816 |
3888 | 2025-03-19T23:37:38.227Z | process exited: duration 1125427 ms, exit code 0 |
|
3889 | 2025-03-19T23:37:38.236Z | found 0 output files |