|
|
|
1 | 2025-02-21T12:44:27.231Z | job assigned to worker 01JMM8J24GTRYVQ8XM6FSMQFW0 [factory aws, i-01cdb943940564215] (queued for 49 s) |
|
2 | 2025-02-21T12:44:34.903Z | starting task 0: "setup" |
3 | 2025-02-21T12:44:34.910Z | ++ uname -s |
4 | 2025-02-21T12:44:34.913Z | + kern=SunOS |
5 | 2025-02-21T12:44:34.913Z | + build_user=build |
6 | 2025-02-21T12:44:34.913Z | + build_uid=12345 |
7 | 2025-02-21T12:44:34.913Z | + work_dir=/work |
8 | 2025-02-21T12:44:34.913Z | + input_dir=/input |
9 | 2025-02-21T12:44:34.913Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T12:44:34.913Z | + case "$kern" in |
11 | 2025-02-21T12:44:34.913Z | + groupadd -g 12345 build |
12 | 2025-02-21T12:44:34.916Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T12:44:36.911Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T12:44:37.037Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T12:44:37.040Z | + home_fs=zfs |
16 | 2025-02-21T12:44:37.040Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T12:44:37.040Z | + mkdir -p /home/build |
18 | 2025-02-21T12:44:37.043Z | + chown build:build /home/build /work |
19 | 2025-02-21T12:44:38.038Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T12:44:38.041Z | process exited: duration 3155 ms, exit code 0 |
|
21 | 2025-02-21T12:44:38.045Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T12:44:38.051Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T12:44:38.051Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T12:44:38.051Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T12:44:38.051Z | * rust toolchain profile = "default" |
26 | 2025-02-21T12:44:38.051Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T12:44:38.051Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T12:44:38.053Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T12:44:38.053Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T12:44:38.155Z | info: downloading installer |
31 | 2025-02-21T12:44:39.474Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T12:44:39.474Z | warning: /opt/ooce/bin |
33 | 2025-02-21T12:44:39.474Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T12:44:39.474Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T12:44:39.474Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T12:44:39.474Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T12:44:39.474Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T12:44:39.474Z | error: cannot install while Rust is installed |
39 | 2025-02-21T12:44:39.475Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T12:44:39.487Z | info: profile set to 'default' |
41 | 2025-02-21T12:44:39.487Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T12:44:39.490Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T12:44:39.626Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T12:44:39.626Z | info: downloading component 'cargo' |
45 | 2025-02-21T12:44:40.356Z | info: downloading component 'clippy' |
46 | 2025-02-21T12:44:40.637Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T12:44:41.749Z | info: downloading component 'rust-std' |
48 | 2025-02-21T12:44:43.382Z | info: downloading component 'rustc' |
49 | 2025-02-21T12:44:48.979Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T12:44:49.188Z | info: installing component 'cargo' |
51 | 2025-02-21T12:44:50.005Z | info: installing component 'clippy' |
52 | 2025-02-21T12:44:50.388Z | info: installing component 'rust-docs' |
53 | 2025-02-21T12:44:52.116Z | info: installing component 'rust-std' |
54 | 2025-02-21T12:44:53.972Z | info: installing component 'rustc' |
55 | 2025-02-21T12:44:59.901Z | info: installing component 'rustfmt' |
56 | 2025-02-21T12:45:00.235Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T12:45:00.235Z | |
58 | 2025-02-21T12:45:00.601Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T12:45:00.601Z | |
60 | 2025-02-21T12:45:00.603Z | |
61 | 2025-02-21T12:45:00.603Z | Rust is installed now. Great! |
62 | 2025-02-21T12:45:00.604Z | |
63 | 2025-02-21T12:45:00.604Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T12:45:00.604Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T12:45:00.604Z | |
66 | 2025-02-21T12:45:00.604Z | To configure your current shell, you need to source |
67 | 2025-02-21T12:45:00.604Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T12:45:00.604Z | |
69 | 2025-02-21T12:45:00.604Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T12:45:00.604Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T12:45:00.604Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T12:45:00.676Z | + rustup --version |
73 | 2025-02-21T12:45:00.684Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T12:45:00.684Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T12:45:00.762Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T12:45:00.766Z | + cargo --version |
77 | 2025-02-21T12:45:00.824Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T12:45:00.827Z | + rustc --version |
79 | 2025-02-21T12:45:00.890Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T12:45:00.896Z | process exited: duration 22975 ms, exit code 0 |
|
81 | 2025-02-21T12:45:00.902Z | starting task 2: "authentication" |
82 | 2025-02-21T12:45:00.923Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T12:45:00.928Z | starting task 3: "clone repository" |
84 | 2025-02-21T12:45:00.932Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T12:45:00.935Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T12:45:00.971Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T12:45:09.061Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T12:45:09.073Z | + git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
89 | 2025-02-21T12:45:09.367Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T12:45:09.367Z | * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD |
91 | 2025-02-21T12:45:09.376Z | + [[ -n renovate/reqwest-0.x-lockfile ]] |
92 | 2025-02-21T12:45:09.379Z | ++ git branch --show-current |
93 | 2025-02-21T12:45:09.382Z | + current=main |
94 | 2025-02-21T12:45:09.383Z | + [[ main != renovate/reqwest-0.x-lockfile ]] |
95 | 2025-02-21T12:45:09.383Z | + git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
96 | 2025-02-21T12:45:09.396Z | + git checkout -f renovate/reqwest-0.x-lockfile |
97 | 2025-02-21T12:45:09.580Z | Switched to branch 'renovate/reqwest-0.x-lockfile' |
98 | 2025-02-21T12:45:09.589Z | + git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
99 | 2025-02-21T12:45:09.760Z | HEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12 |
100 | 2025-02-21T12:45:09.778Z | process exited: duration 8879 ms, exit code 0 |
|
101 | 2025-02-21T12:45:09.810Z | starting task 4: "build" |
102 | 2025-02-21T12:45:09.825Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T12:45:09.826Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T12:45:09.826Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T12:45:09.826Z | + cargo --version |
106 | 2025-02-21T12:45:09.860Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T12:45:09.879Z | + rustc --version |
108 | 2025-02-21T12:45:09.937Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T12:45:09.948Z | + source ./env.sh |
110 | 2025-02-21T12:45:09.948Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-21T12:45:09.948Z | ++ set -o xtrace |
112 | 2025-02-21T12:45:09.949Z | ++++ dirname ./env.sh |
113 | 2025-02-21T12:45:09.949Z | +++ readlink -f . |
114 | 2025-02-21T12:45:09.949Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-21T12:45:09.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-21T12:45:09.949Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-02-21T12:45:09.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-02-21T12:45:09.949Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-02-21T12:45:09.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-02-21T12:45:09.949Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-02-21T12:45:09.949Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-02-21T12:45:09.949Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-02-21T12:45:09.949Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-21T12:45:09.949Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-21T12:45:09.949Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
126 | 2025-02-21T12:45:09.949Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-02-21T12:45:09.949Z | + banner prerequisites |
128 | 2025-02-21T12:45:09.949Z | |
129 | 2025-02-21T12:45:09.949Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-21T12:45:09.949Z | # # # # # # # # # # # # # # # |
131 | 2025-02-21T12:45:09.949Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-21T12:45:09.949Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-21T12:45:09.950Z | # # # # # # # # # # # # # # # |
134 | 2025-02-21T12:45:09.950Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-21T12:45:09.950Z | |
136 | 2025-02-21T12:45:09.950Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-21T12:45:11.505Z | pkg list: illegal option -- F |
138 | 2025-02-21T12:45:11.505Z | Usage: |
139 | 2025-02-21T12:45:11.507Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-21T12:45:11.507Z | [pkg_fmri_pattern ...] |
141 | 2025-02-21T12:45:12.356Z | pkg list: illegal option -- F |
142 | 2025-02-21T12:45:12.356Z | Usage: |
143 | 2025-02-21T12:45:12.364Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-21T12:45:12.364Z | [pkg_fmri_pattern ...] |
145 | 2025-02-21T12:45:20.658Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-21T12:45:24.972Z | Startup: Caching catalogs ... Done |
147 | 2025-02-21T12:45:38.135Z | Planning: Solver setup ... Done (12.281s) |
148 | 2025-02-21T12:45:38.295Z | Planning: Running solver ... Done (0.151s) |
149 | 2025-02-21T12:45:38.401Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-02-21T12:45:39.008Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-21T12:45:44.099Z | Planning: Fetching manifests: 6/7 85% complete |
152 | 2025-02-21T12:45:45.448Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-02-21T12:45:45.556Z | Planning: Package planning ... Done (0.109s) |
154 | 2025-02-21T12:45:45.615Z | Planning: Merging actions ... Done (0.057s) |
155 | 2025-02-21T12:45:45.808Z | Planning: Checking for conflicting actions ... Done (0.194s) |
156 | 2025-02-21T12:45:47.825Z | Planning: Consolidating action changes ... Done (2.028s) |
157 | 2025-02-21T12:45:48.252Z | Planning: Evaluating mediators ... Done (0.430s) |
158 | 2025-02-21T12:45:48.335Z | Planning: Planning completed in 23.40 seconds |
159 | 2025-02-21T12:45:48.351Z | Packages to install: 4 |
160 | 2025-02-21T12:45:48.351Z | Packages to update: 3 |
161 | 2025-02-21T12:45:48.353Z | Mediators to change: 2 |
162 | 2025-02-21T12:45:48.353Z | Services to change: 1 |
163 | 2025-02-21T12:45:48.353Z | Estimated space available: 155.61 GB |
164 | 2025-02-21T12:45:48.353Z | Estimated space to be consumed: 1.66 GB |
165 | 2025-02-21T12:45:48.353Z | Create boot environment: No |
166 | 2025-02-21T12:45:48.354Z | Create backup boot environment: Yes |
167 | 2025-02-21T12:45:48.354Z | Rebuild boot archive: No |
168 | 2025-02-21T12:45:48.354Z | |
169 | 2025-02-21T12:45:48.354Z | Changed mediators: |
170 | 2025-02-21T12:45:48.354Z | mediator clang: |
171 | 2025-02-21T12:45:48.354Z | version: None -> 15 (system default) |
172 | 2025-02-21T12:45:48.354Z | |
173 | 2025-02-21T12:45:48.354Z | mediator llvm: |
174 | 2025-02-21T12:45:48.354Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-02-21T12:45:48.354Z | |
176 | 2025-02-21T12:45:48.354Z | Changed packages: |
177 | 2025-02-21T12:45:48.354Z | helios-dev |
178 | 2025-02-21T12:45:48.354Z | developer/build-essential |
179 | 2025-02-21T12:45:48.354Z | None -> 11-2.0 |
180 | 2025-02-21T12:45:48.354Z | library/libxmlsec1 |
181 | 2025-02-21T12:45:48.354Z | None -> 1.2.35-2.0 |
182 | 2025-02-21T12:45:48.354Z | ooce/developer/clang-15 |
183 | 2025-02-21T12:45:48.354Z | None -> 15.0.7-2.0 |
184 | 2025-02-21T12:45:48.354Z | ooce/developer/llvm-15 |
185 | 2025-02-21T12:45:48.354Z | None -> 15.0.7-2.0 |
186 | 2025-02-21T12:45:48.354Z | package/pkg |
187 | 2025-02-21T12:45:48.354Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-02-21T12:45:48.354Z | system/library/g++-runtime |
189 | 2025-02-21T12:45:48.354Z | 13-2.0 -> 14-2.0 |
190 | 2025-02-21T12:45:48.354Z | system/library/gcc-runtime |
191 | 2025-02-21T12:45:48.354Z | 13-2.0 -> 14-2.0 |
192 | 2025-02-21T12:45:48.354Z | |
193 | 2025-02-21T12:45:48.354Z | Services: |
194 | 2025-02-21T12:45:48.354Z | restart_fmri: |
195 | 2025-02-21T12:45:48.354Z | svc:/system/update-man-index:default |
196 | 2025-02-21T12:45:48.354Z | |
197 | 2025-02-21T12:45:48.354Z | Editable files to change: |
198 | 2025-02-21T12:45:48.354Z | Update: |
199 | 2025-02-21T12:45:48.354Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-02-21T12:45:48.429Z | |
201 | 2025-02-21T12:45:48.429Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-02-21T12:45:54.507Z | Download: 209/4301 items 1.3/225.4MB 0% complete (426k/s) |
203 | 2025-02-21T12:45:59.484Z | Download: 478/4301 items 2.9/225.4MB 1% complete (270k/s) |
204 | 2025-02-21T12:46:04.490Z | Download: 855/4301 items 18.8/225.4MB 8% complete (1.8M/s) |
205 | 2025-02-21T12:46:09.484Z | Download: 1157/4301 items 74.8/225.4MB 33% complete (7.1M/s) |
206 | 2025-02-21T12:46:14.801Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (7.2M/s) |
207 | 2025-02-21T12:46:20.099Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (7.1M/s) |
208 | 2025-02-21T12:46:31.241Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
209 | 2025-02-21T12:46:36.218Z | Download: 1378/4301 items 111.1/225.4MB 49% complete (5.7M/s) |
210 | 2025-02-21T12:46:41.205Z | Download: 1672/4301 items 117.3/225.4MB 52% complete (3.6M/s) |
211 | 2025-02-21T12:46:46.252Z | Download: 1960/4301 items 118.1/225.4MB 52% complete (914k/s) |
212 | 2025-02-21T12:46:52.987Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (211k/s) |
213 | 2025-02-21T12:46:57.960Z | Download: 2457/4301 items 119.9/225.4MB 53% complete (116k/s) |
214 | 2025-02-21T12:47:02.933Z | Download: 3201/4301 items 174.0/225.4MB 77% complete (5.5M/s) |
215 | 2025-02-21T12:47:09.512Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.8M/s) |
216 | 2025-02-21T12:47:22.315Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
217 | 2025-02-21T12:47:27.312Z | Download: 3497/4301 items 215.5/225.4MB 95% complete (2.4M/s) |
218 | 2025-02-21T12:47:32.836Z | Download: 4283/4301 items 223.2/225.4MB 99% complete (1.9M/s) |
219 | 2025-02-21T12:47:35.746Z | Download: Completed 225.42 MB in 107.37 seconds (2.1M/s) |
220 | 2025-02-21T12:47:37.763Z | Actions: 1/5122 actions (Removing old actions) |
221 | 2025-02-21T12:47:37.783Z | Actions: 194/5122 actions (Installing new actions) |
222 | 2025-02-21T12:47:42.487Z | Actions: 4267/5122 actions (Updating modified actions) |
223 | 2025-02-21T12:47:42.836Z | Actions: Completed 5122 actions in 4.78 seconds. |
224 | 2025-02-21T12:47:43.070Z | Done (0.214s) |
225 | 2025-02-21T12:47:43.075Z | Done (0.001s) |
226 | 2025-02-21T12:47:43.681Z | Done (0.573s) |
227 | 2025-02-21T12:47:48.245Z | Done (4.087s) |
228 | 2025-02-21T12:47:48.334Z | Done (0.018s) |
229 | 2025-02-21T12:47:48.337Z | Done (0.000s) |
230 | 2025-02-21T12:47:48.570Z | Done (0.000s) |
231 | 2025-02-21T12:47:49.282Z | Planning: Evaluating mediator changes ... Done |
232 | 2025-02-21T12:47:49.444Z | Planning: Checking for conflicting actions ... Done |
233 | 2025-02-21T12:47:49.447Z | Planning: Consolidating action changes ... Done |
234 | 2025-02-21T12:47:49.716Z | Planning: Evaluating mediators ... Done |
235 | 2025-02-21T12:47:49.719Z | Planning: Planning completed in 0.41 seconds |
236 | 2025-02-21T12:47:49.756Z | Mediators to change: 2 |
237 | 2025-02-21T12:47:49.756Z | Create boot environment: No |
238 | 2025-02-21T12:47:49.758Z | Create backup boot environment: No |
239 | 2025-02-21T12:47:49.852Z | Done |
240 | 2025-02-21T12:47:49.852Z | Done |
241 | 2025-02-21T12:47:50.265Z | Done |
242 | 2025-02-21T12:47:53.924Z | Done |
243 | 2025-02-21T12:47:54.014Z | Done |
244 | 2025-02-21T12:47:54.016Z | Done |
245 | 2025-02-21T12:47:54.147Z | Done |
246 | 2025-02-21T12:47:54.761Z | Planning: Evaluating mediator changes ... Done |
247 | 2025-02-21T12:47:54.765Z | Planning: Merging actions ... Done |
248 | 2025-02-21T12:47:54.953Z | Planning: Checking for conflicting actions ... Done |
249 | 2025-02-21T12:47:54.955Z | Planning: Consolidating action changes ... Done |
250 | 2025-02-21T12:47:55.222Z | Planning: Evaluating mediators ... Done |
251 | 2025-02-21T12:47:55.279Z | Planning: Planning completed in 0.72 seconds |
252 | 2025-02-21T12:47:55.319Z | Packages to change: 1 |
253 | 2025-02-21T12:47:55.319Z | Mediators to change: 1 |
254 | 2025-02-21T12:47:55.322Z | Services to change: 1 |
255 | 2025-02-21T12:47:55.322Z | Create boot environment: No |
256 | 2025-02-21T12:47:55.322Z | Create backup boot environment: Yes |
257 | 2025-02-21T12:47:57.628Z | Actions: 1/6 actions (Updating modified actions) |
258 | 2025-02-21T12:47:57.634Z | Actions: Completed 6 actions in 0.00 seconds. |
259 | 2025-02-21T12:47:57.634Z | Done |
260 | 2025-02-21T12:47:57.634Z | Done |
261 | 2025-02-21T12:47:57.754Z | Done |
262 | 2025-02-21T12:48:01.360Z | Done |
263 | 2025-02-21T12:48:01.452Z | Done |
264 | 2025-02-21T12:48:01.455Z | Done |
265 | 2025-02-21T12:48:01.594Z | Done |
266 | 2025-02-21T12:48:02.025Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
267 | 2025-02-21T12:48:02.025Z | clang system 15 system |
268 | 2025-02-21T12:48:02.025Z | csh system system illumos |
269 | 2025-02-21T12:48:02.025Z | ctags system system illumos |
270 | 2025-02-21T12:48:02.025Z | gcc vendor 12 vendor |
271 | 2025-02-21T12:48:02.025Z | gcc system 10 system |
272 | 2025-02-21T12:48:02.025Z | gcc system 7 system |
273 | 2025-02-21T12:48:02.025Z | go system 1.20 system |
274 | 2025-02-21T12:48:02.025Z | go system 1.19 system |
275 | 2025-02-21T12:48:02.025Z | llvm system 15 system |
276 | 2025-02-21T12:48:02.025Z | llvm system 14 system |
277 | 2025-02-21T12:48:02.025Z | mariadb system 10.6 system |
278 | 2025-02-21T12:48:02.025Z | mta vendor vendor dma |
279 | 2025-02-21T12:48:02.026Z | openjdk system 17 system |
280 | 2025-02-21T12:48:02.026Z | openjdk system 11 system |
281 | 2025-02-21T12:48:02.026Z | openjdk system 1.8 system |
282 | 2025-02-21T12:48:02.026Z | openssl vendor 3 vendor |
283 | 2025-02-21T12:48:02.026Z | perl system 5.36 system |
284 | 2025-02-21T12:48:02.026Z | postgresql system 15 system |
285 | 2025-02-21T12:48:02.026Z | postgresql system 13 system |
286 | 2025-02-21T12:48:02.026Z | python vendor 3 vendor |
287 | 2025-02-21T12:48:02.026Z | python system 2 system |
288 | 2025-02-21T12:48:02.026Z | python3 system 3.11 system |
289 | 2025-02-21T12:48:02.026Z | ruby system 3.0 system |
290 | 2025-02-21T12:48:02.026Z | words vendor vendor american-english |
291 | 2025-02-21T12:48:02.026Z | words system system australian-english |
292 | 2025-02-21T12:48:02.026Z | words system system british-english |
293 | 2025-02-21T12:48:02.026Z | words system system canadian-english |
294 | 2025-02-21T12:48:02.026Z | words system system french |
295 | 2025-02-21T12:48:02.026Z | words system system italian |
296 | 2025-02-21T12:48:02.026Z | words system system ngerman |
297 | 2025-02-21T12:48:02.026Z | words system system ogerman |
298 | 2025-02-21T12:48:02.026Z | words system system spanish |
299 | 2025-02-21T12:48:02.360Z | PUBLISHER TYPE STATUS P LOCATION |
300 | 2025-02-21T12:48:02.360Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
301 | 2025-02-21T12:48:05.390Z | FMRI IFO |
302 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
303 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
304 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
305 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
306 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
307 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
308 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
309 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
310 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
311 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
312 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
313 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
314 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
315 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
316 | 2025-02-21T12:48:05.390Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
317 | 2025-02-21T12:48:06.166Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
318 | 2025-02-21T12:48:06.478Z | Updating crates.io index |
319 | 2025-02-21T12:48:06.535Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
320 | 2025-02-21T12:48:07.038Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
321 | 2025-02-21T12:48:07.305Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
322 | 2025-02-21T12:48:07.550Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
323 | 2025-02-21T12:48:08.603Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
324 | 2025-02-21T12:48:10.303Z | Updating git repository `https://github.com/oxidecomputer/opte` |
325 | 2025-02-21T12:48:11.014Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
326 | 2025-02-21T12:48:11.788Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
327 | 2025-02-21T12:48:12.084Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
328 | 2025-02-21T12:48:12.401Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
329 | 2025-02-21T12:48:13.051Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
330 | 2025-02-21T12:48:13.382Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
331 | 2025-02-21T12:48:13.698Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
332 | 2025-02-21T12:48:14.053Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
333 | 2025-02-21T12:48:14.302Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
334 | 2025-02-21T12:48:14.551Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
335 | 2025-02-21T12:48:14.858Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
336 | 2025-02-21T12:48:15.184Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
337 | 2025-02-21T12:48:15.500Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
338 | 2025-02-21T12:48:15.802Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
339 | 2025-02-21T12:48:16.242Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
340 | 2025-02-21T12:48:16.574Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
341 | 2025-02-21T12:48:17.223Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
342 | 2025-02-21T12:48:17.634Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
343 | 2025-02-21T12:48:18.071Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
344 | 2025-02-21T12:48:18.483Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
345 | 2025-02-21T12:48:18.760Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
346 | 2025-02-21T12:48:19.019Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
347 | 2025-02-21T12:48:19.325Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
348 | 2025-02-21T12:48:20.632Z | Downloading crates ... |
349 | 2025-02-21T12:48:20.725Z | Downloaded anstyle-parse v0.2.5 |
350 | 2025-02-21T12:48:20.736Z | Downloaded anstream v0.6.15 |
351 | 2025-02-21T12:48:20.747Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2025-02-21T12:48:20.758Z | Downloaded scroll_derive v0.12.0 |
353 | 2025-02-21T12:48:20.775Z | Downloaded bytecount v0.6.8 |
354 | 2025-02-21T12:48:20.777Z | Downloaded anstyle v1.0.10 |
355 | 2025-02-21T12:48:20.780Z | Downloaded cargo-platform v0.1.8 |
356 | 2025-02-21T12:48:20.780Z | Downloaded block-buffer v0.10.4 |
357 | 2025-02-21T12:48:20.782Z | Downloaded usdt-macro v0.5.0 |
358 | 2025-02-21T12:48:20.782Z | Downloaded pretty-hex v0.4.1 |
359 | 2025-02-21T12:48:20.785Z | Downloaded usdt-attr-macro v0.5.0 |
360 | 2025-02-21T12:48:20.786Z | Downloaded equivalent v1.0.1 |
361 | 2025-02-21T12:48:20.791Z | Downloaded swrite v0.1.0 |
362 | 2025-02-21T12:48:20.793Z | Downloaded dtrace-parser v0.2.0 |
363 | 2025-02-21T12:48:20.796Z | Downloaded anstyle-query v1.1.1 |
364 | 2025-02-21T12:48:20.800Z | Downloaded autocfg v1.4.0 |
365 | 2025-02-21T12:48:20.805Z | Downloaded strsim v0.11.1 |
366 | 2025-02-21T12:48:20.811Z | Downloaded cpufeatures v0.2.14 |
367 | 2025-02-21T12:48:20.814Z | Downloaded cfg-if v1.0.0 |
368 | 2025-02-21T12:48:20.816Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-02-21T12:48:20.819Z | Downloaded generic-array v0.14.7 |
370 | 2025-02-21T12:48:20.819Z | Downloaded dof v0.3.0 |
371 | 2025-02-21T12:48:20.822Z | Downloaded thread-id v4.2.2 |
372 | 2025-02-21T12:48:20.825Z | Downloaded memmap v0.7.0 |
373 | 2025-02-21T12:48:20.825Z | Downloaded heck v0.5.0 |
374 | 2025-02-21T12:48:20.827Z | Downloaded usdt v0.5.0 |
375 | 2025-02-21T12:48:20.827Z | Downloaded itoa v1.0.11 |
376 | 2025-02-21T12:48:20.830Z | Downloaded pest_generator v2.7.14 |
377 | 2025-02-21T12:48:20.830Z | Downloaded heck v0.4.1 |
378 | 2025-02-21T12:48:20.832Z | Downloaded serde_tokenstream v0.2.2 |
379 | 2025-02-21T12:48:20.835Z | Downloaded plain v0.2.3 |
380 | 2025-02-21T12:48:20.838Z | Downloaded version_check v0.9.5 |
381 | 2025-02-21T12:48:20.838Z | Downloaded unicode-linebreak v0.1.5 |
382 | 2025-02-21T12:48:20.842Z | Downloaded colorchoice v1.0.2 |
383 | 2025-02-21T12:48:20.846Z | Downloaded utf8parse v0.2.2 |
384 | 2025-02-21T12:48:20.849Z | Downloaded toml_datetime v0.6.8 |
385 | 2025-02-21T12:48:20.849Z | Downloaded serde_spanned v0.6.8 |
386 | 2025-02-21T12:48:20.851Z | Downloaded macaddr v1.0.1 |
387 | 2025-02-21T12:48:20.851Z | Downloaded errno v0.3.9 |
388 | 2025-02-21T12:48:20.854Z | Downloaded digest v0.10.7 |
389 | 2025-02-21T12:48:20.854Z | Downloaded crypto-common v0.1.6 |
390 | 2025-02-21T12:48:20.856Z | Downloaded thiserror-impl v1.0.69 |
391 | 2025-02-21T12:48:20.859Z | Downloaded terminal_size v0.4.0 |
392 | 2025-02-21T12:48:20.859Z | Downloaded camino-tempfile v1.1.1 |
393 | 2025-02-21T12:48:20.861Z | Downloaded fs-err v2.11.0 |
394 | 2025-02-21T12:48:20.861Z | Downloaded byteorder v1.5.0 |
395 | 2025-02-21T12:48:20.864Z | Downloaded tabled_derive v0.7.0 |
396 | 2025-02-21T12:48:20.864Z | Downloaded fastrand v2.1.1 |
397 | 2025-02-21T12:48:20.866Z | Downloaded is_terminal_polyfill v1.70.1 |
398 | 2025-02-21T12:48:20.866Z | Downloaded fnv v1.0.7 |
399 | 2025-02-21T12:48:20.873Z | Downloaded cargo_toml v0.20.5 |
400 | 2025-02-21T12:48:20.876Z | Downloaded cargo_metadata v0.18.1 |
401 | 2025-02-21T12:48:20.878Z | Downloaded camino v1.1.9 |
402 | 2025-02-21T12:48:20.878Z | Downloaded smawk v0.3.2 |
403 | 2025-02-21T12:48:20.888Z | Downloaded scroll v0.12.0 |
404 | 2025-02-21T12:48:20.894Z | Downloaded tempfile v3.13.0 |
405 | 2025-02-21T12:48:20.896Z | Downloaded clap_lex v0.7.4 |
406 | 2025-02-21T12:48:20.900Z | Downloaded quote v1.0.38 |
407 | 2025-02-21T12:48:20.903Z | Downloaded clap_derive v4.5.28 |
408 | 2025-02-21T12:48:20.908Z | Downloaded proc-macro-error v1.0.4 |
409 | 2025-02-21T12:48:20.914Z | Downloaded thiserror v1.0.69 |
410 | 2025-02-21T12:48:20.919Z | Downloaded typenum v1.17.0 |
411 | 2025-02-21T12:48:20.922Z | Downloaded once_cell v1.20.3 |
412 | 2025-02-21T12:48:20.924Z | Downloaded sha2 v0.10.8 |
413 | 2025-02-21T12:48:20.927Z | Downloaded pest_derive v2.7.14 |
414 | 2025-02-21T12:48:20.930Z | Downloaded log v0.4.22 |
415 | 2025-02-21T12:48:20.933Z | Downloaded toml v0.8.19 |
416 | 2025-02-21T12:48:20.935Z | Downloaded anyhow v1.0.96 |
417 | 2025-02-21T12:48:20.938Z | Downloaded ryu v1.0.18 |
418 | 2025-02-21T12:48:20.940Z | Downloaded ucd-trie v0.1.7 |
419 | 2025-02-21T12:48:20.943Z | Downloaded bitflags v2.6.0 |
420 | 2025-02-21T12:48:20.945Z | Downloaded proc-macro2 v1.0.92 |
421 | 2025-02-21T12:48:20.948Z | Downloaded pest_meta v2.7.14 |
422 | 2025-02-21T12:48:20.950Z | Downloaded semver v1.0.24 |
423 | 2025-02-21T12:48:20.953Z | Downloaded clap v4.5.30 |
424 | 2025-02-21T12:48:20.959Z | Downloaded papergrid v0.11.0 |
425 | 2025-02-21T12:48:20.963Z | Downloaded unicode-ident v1.0.14 |
426 | 2025-02-21T12:48:20.966Z | Downloaded textwrap v0.16.1 |
427 | 2025-02-21T12:48:20.970Z | Downloaded zerocopy-derive v0.7.35 |
428 | 2025-02-21T12:48:20.974Z | Downloaded serde_derive v1.0.217 |
429 | 2025-02-21T12:48:20.997Z | Downloaded serde v1.0.217 |
430 | 2025-02-21T12:48:21.000Z | Downloaded indexmap v2.7.1 |
431 | 2025-02-21T12:48:21.004Z | Downloaded memchr v2.7.4 |
432 | 2025-02-21T12:48:21.018Z | Downloaded toml_edit v0.22.22 |
433 | 2025-02-21T12:48:21.049Z | Downloaded hashbrown v0.15.1 |
434 | 2025-02-21T12:48:21.059Z | Downloaded pest v2.7.14 |
435 | 2025-02-21T12:48:21.069Z | Downloaded serde_json v1.0.135 |
436 | 2025-02-21T12:48:21.075Z | Downloaded clap_builder v4.5.30 |
437 | 2025-02-21T12:48:21.081Z | Downloaded zerocopy v0.7.35 |
438 | 2025-02-21T12:48:21.095Z | Downloaded winnow v0.6.20 |
439 | 2025-02-21T12:48:21.103Z | Downloaded goblin v0.8.2 |
440 | 2025-02-21T12:48:21.110Z | Downloaded tabled v0.15.0 |
441 | 2025-02-21T12:48:21.129Z | Downloaded syn v1.0.109 |
442 | 2025-02-21T12:48:21.139Z | Downloaded syn v2.0.96 |
443 | 2025-02-21T12:48:21.149Z | Downloaded unicode-width v0.1.14 |
444 | 2025-02-21T12:48:21.154Z | Downloaded rustix v0.38.37 |
445 | 2025-02-21T12:48:21.190Z | Downloaded libc v0.2.169 |
446 | 2025-02-21T12:48:21.476Z | Compiling proc-macro2 v1.0.92 |
447 | 2025-02-21T12:48:21.477Z | Compiling unicode-ident v1.0.14 |
448 | 2025-02-21T12:48:21.485Z | Compiling version_check v0.9.5 |
449 | 2025-02-21T12:48:21.485Z | Compiling serde v1.0.217 |
450 | 2025-02-21T12:48:21.485Z | Compiling thiserror v1.0.69 |
451 | 2025-02-21T12:48:21.513Z | Compiling memchr v2.7.4 |
452 | 2025-02-21T12:48:21.545Z | Compiling libc v0.2.169 |
453 | 2025-02-21T12:48:21.545Z | Compiling ryu v1.0.18 |
454 | 2025-02-21T12:48:21.773Z | Compiling itoa v1.0.11 |
455 | 2025-02-21T12:48:21.974Z | Compiling ucd-trie v0.1.7 |
456 | 2025-02-21T12:48:22.270Z | Compiling once_cell v1.20.3 |
457 | 2025-02-21T12:48:22.285Z | Compiling byteorder v1.5.0 |
458 | 2025-02-21T12:48:22.459Z | Compiling rustix v0.38.37 |
459 | 2025-02-21T12:48:22.482Z | Compiling serde_json v1.0.135 |
460 | 2025-02-21T12:48:22.629Z | Compiling bitflags v2.6.0 |
461 | 2025-02-21T12:48:22.834Z | Compiling usdt-impl v0.5.0 |
462 | 2025-02-21T12:48:23.028Z | Compiling proc-macro-error-attr v1.0.4 |
463 | 2025-02-21T12:48:23.049Z | Compiling syn v1.0.109 |
464 | 2025-02-21T12:48:23.075Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-02-21T12:48:23.226Z | Compiling log v0.4.22 |
466 | 2025-02-21T12:48:23.249Z | Compiling quote v1.0.38 |
467 | 2025-02-21T12:48:23.368Z | Compiling equivalent v1.0.1 |
468 | 2025-02-21T12:48:23.397Z | Compiling errno v0.3.9 |
469 | 2025-02-21T12:48:23.491Z | Compiling utf8parse v0.2.2 |
470 | 2025-02-21T12:48:23.565Z | Compiling plain v0.2.3 |
471 | 2025-02-21T12:48:23.619Z | Compiling syn v2.0.96 |
472 | 2025-02-21T12:48:23.665Z | Compiling camino v1.1.9 |
473 | 2025-02-21T12:48:23.711Z | Compiling hashbrown v0.15.1 |
474 | 2025-02-21T12:48:23.843Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-02-21T12:48:24.042Z | Compiling thread-id v4.2.2 |
476 | 2025-02-21T12:48:24.309Z | Compiling anstyle v1.0.10 |
477 | 2025-02-21T12:48:24.333Z | Compiling pretty-hex v0.4.1 |
478 | 2025-02-21T12:48:24.540Z | Compiling anstyle-query v1.1.1 |
479 | 2025-02-21T12:48:24.573Z | Compiling colorchoice v1.0.2 |
480 | 2025-02-21T12:48:24.659Z | Compiling is_terminal_polyfill v1.70.1 |
481 | 2025-02-21T12:48:24.697Z | Compiling indexmap v2.7.1 |
482 | 2025-02-21T12:48:24.750Z | Compiling autocfg v1.4.0 |
483 | 2025-02-21T12:48:24.752Z | Compiling semver v1.0.24 |
484 | 2025-02-21T12:48:24.797Z | Compiling unicode-width v0.1.14 |
485 | 2025-02-21T12:48:24.800Z | Compiling winnow v0.6.20 |
486 | 2025-02-21T12:48:25.298Z | Compiling anstream v0.6.15 |
487 | 2025-02-21T12:48:25.494Z | Compiling terminal_size v0.4.0 |
488 | 2025-02-21T12:48:25.758Z | Compiling fs-err v2.11.0 |
489 | 2025-02-21T12:48:25.858Z | Compiling anyhow v1.0.96 |
490 | 2025-02-21T12:48:25.896Z | Compiling heck v0.5.0 |
491 | 2025-02-21T12:48:25.928Z | Compiling clap_lex v0.7.4 |
492 | 2025-02-21T12:48:26.080Z | Compiling strsim v0.11.1 |
493 | 2025-02-21T12:48:26.105Z | Compiling bytecount v0.6.8 |
494 | 2025-02-21T12:48:26.314Z | Compiling heck v0.4.1 |
495 | 2025-02-21T12:48:26.492Z | Compiling fnv v1.0.7 |
496 | 2025-02-21T12:48:26.650Z | Compiling fastrand v2.1.1 |
497 | 2025-02-21T12:48:26.720Z | Compiling cfg-if v1.0.0 |
498 | 2025-02-21T12:48:26.774Z | Compiling papergrid v0.11.0 |
499 | 2025-02-21T12:48:26.831Z | Compiling clap_builder v4.5.30 |
500 | 2025-02-21T12:48:27.058Z | Compiling tempfile v3.13.0 |
501 | 2025-02-21T12:48:27.193Z | Compiling memmap v0.7.0 |
502 | 2025-02-21T12:48:27.297Z | Compiling smawk v0.3.2 |
503 | 2025-02-21T12:48:27.492Z | Compiling unicode-linebreak v0.1.5 |
504 | 2025-02-21T12:48:28.003Z | Compiling textwrap v0.16.1 |
505 | 2025-02-21T12:48:28.054Z | Compiling swrite v0.1.0 |
506 | 2025-02-21T12:48:28.582Z | Compiling tabled_derive v0.7.0 |
507 | 2025-02-21T12:48:29.887Z | Compiling tabled v0.15.0 |
508 | 2025-02-21T12:48:30.410Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-21T12:48:30.413Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-02-21T12:48:30.413Z | Compiling zerocopy-derive v0.7.35 |
511 | 2025-02-21T12:48:30.563Z | Compiling scroll_derive v0.12.0 |
512 | 2025-02-21T12:48:30.584Z | Compiling clap_derive v4.5.28 |
513 | 2025-02-21T12:48:31.989Z | Compiling scroll v0.12.0 |
514 | 2025-02-21T12:48:32.326Z | Compiling zerocopy v0.7.35 |
515 | 2025-02-21T12:48:32.427Z | Compiling goblin v0.8.2 |
516 | 2025-02-21T12:48:33.083Z | Compiling pest v2.7.14 |
517 | 2025-02-21T12:48:33.781Z | Compiling clap v4.5.30 |
518 | 2025-02-21T12:48:35.178Z | Compiling pest_meta v2.7.14 |
519 | 2025-02-21T12:48:36.082Z | Compiling pest_generator v2.7.14 |
520 | 2025-02-21T12:48:37.400Z | Compiling pest_derive v2.7.14 |
521 | 2025-02-21T12:48:38.093Z | Compiling dtrace-parser v0.2.0 |
522 | 2025-02-21T12:48:38.832Z | Compiling serde_tokenstream v0.2.2 |
523 | 2025-02-21T12:48:38.884Z | Compiling serde_spanned v0.6.8 |
524 | 2025-02-21T12:48:38.884Z | Compiling toml_datetime v0.6.8 |
525 | 2025-02-21T12:48:39.029Z | Compiling cargo-platform v0.1.8 |
526 | 2025-02-21T12:48:39.174Z | Compiling macaddr v1.0.1 |
527 | 2025-02-21T12:48:39.368Z | Compiling toml_edit v0.22.22 |
528 | 2025-02-21T12:48:39.466Z | Compiling camino-tempfile v1.1.1 |
529 | 2025-02-21T12:48:40.190Z | Compiling dof v0.3.0 |
530 | 2025-02-21T12:48:40.190Z | Compiling cargo_metadata v0.18.1 |
531 | 2025-02-21T12:48:41.622Z | Compiling usdt-attr-macro v0.5.0 |
532 | 2025-02-21T12:48:41.622Z | Compiling usdt-macro v0.5.0 |
533 | 2025-02-21T12:48:42.157Z | Compiling toml v0.8.19 |
534 | 2025-02-21T12:48:42.713Z | Compiling usdt v0.5.0 |
535 | 2025-02-21T12:48:42.856Z | Compiling cargo_toml v0.20.5 |
536 | 2025-02-21T12:48:45.352Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
537 | 2025-02-21T12:48:48.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.75s |
538 | 2025-02-21T12:48:48.689Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
539 | 2025-02-21T12:48:49.221Z | Downloading crates ... |
540 | 2025-02-21T12:48:49.343Z | Downloaded assert_matches v1.5.0 |
541 | 2025-02-21T12:48:49.346Z | Downloaded atty v0.2.14 |
542 | 2025-02-21T12:48:49.350Z | Downloaded adler2 v2.0.0 |
543 | 2025-02-21T12:48:49.366Z | Downloaded atomicwrites v0.4.4 |
544 | 2025-02-21T12:48:49.373Z | Downloaded headers-core v0.3.0 |
545 | 2025-02-21T12:48:49.377Z | Downloaded cstr-argument v0.1.2 |
546 | 2025-02-21T12:48:49.380Z | Downloaded http-body v1.0.1 |
547 | 2025-02-21T12:48:49.383Z | Downloaded cfg_aliases v0.2.1 |
548 | 2025-02-21T12:48:49.383Z | Downloaded http-range v0.1.5 |
549 | 2025-02-21T12:48:49.385Z | Downloaded async-stream-impl v0.3.6 |
550 | 2025-02-21T12:48:49.390Z | Downloaded httpdate v1.0.3 |
551 | 2025-02-21T12:48:49.393Z | Downloaded daft v0.1.1 |
552 | 2025-02-21T12:48:49.393Z | Downloaded cfg_aliases v0.1.1 |
553 | 2025-02-21T12:48:49.393Z | Downloaded ident_case v1.0.1 |
554 | 2025-02-21T12:48:49.393Z | Downloaded arrayref v0.3.9 |
555 | 2025-02-21T12:48:49.396Z | Downloaded icu_provider_macros v1.5.0 |
556 | 2025-02-21T12:48:49.396Z | Downloaded hubpack_derive v0.1.1 |
557 | 2025-02-21T12:48:49.398Z | Downloaded match_cfg v0.1.0 |
558 | 2025-02-21T12:48:49.398Z | Downloaded crunchy v0.2.2 |
559 | 2025-02-21T12:48:49.398Z | Downloaded ascii-canvas v3.0.0 |
560 | 2025-02-21T12:48:49.401Z | Downloaded atomic-waker v1.1.2 |
561 | 2025-02-21T12:48:49.401Z | Downloaded crucible-workspace-hack v0.1.0 |
562 | 2025-02-21T12:48:49.401Z | Downloaded async-stream v0.3.6 |
563 | 2025-02-21T12:48:49.405Z | Downloaded is_ci v1.2.0 |
564 | 2025-02-21T12:48:49.405Z | Downloaded async-recursion v1.1.1 |
565 | 2025-02-21T12:48:49.408Z | Downloaded bb8 v0.8.5 |
566 | 2025-02-21T12:48:49.412Z | Downloaded aead v0.5.2 |
567 | 2025-02-21T12:48:49.415Z | Downloaded mirai-annotations v1.12.0 |
568 | 2025-02-21T12:48:49.415Z | Downloaded hostname v0.3.1 |
569 | 2025-02-21T12:48:49.415Z | Downloaded hex-literal v0.4.1 |
570 | 2025-02-21T12:48:49.415Z | Downloaded crc-catalog v2.4.0 |
571 | 2025-02-21T12:48:49.418Z | Downloaded cexpr v0.6.0 |
572 | 2025-02-21T12:48:49.418Z | Downloaded bitflags v1.3.2 |
573 | 2025-02-21T12:48:49.422Z | Downloaded cipher v0.4.4 |
574 | 2025-02-21T12:48:49.425Z | Downloaded bitfield-struct v0.6.2 |
575 | 2025-02-21T12:48:49.425Z | Downloaded md5 v0.7.0 |
576 | 2025-02-21T12:48:49.425Z | Downloaded instant v0.1.13 |
577 | 2025-02-21T12:48:49.428Z | Downloaded const_format_proc_macros v0.2.34 |
578 | 2025-02-21T12:48:49.431Z | Downloaded hubpack v0.1.2 |
579 | 2025-02-21T12:48:49.431Z | Downloaded crossbeam-deque v0.8.5 |
580 | 2025-02-21T12:48:49.433Z | Downloaded hostname v0.4.0 |
581 | 2025-02-21T12:48:49.436Z | Downloaded hex v0.4.3 |
582 | 2025-02-21T12:48:49.436Z | Downloaded heck v0.3.3 |
583 | 2025-02-21T12:48:49.439Z | Downloaded home v0.5.9 |
584 | 2025-02-21T12:48:49.439Z | Downloaded chacha20 v0.9.1 |
585 | 2025-02-21T12:48:49.441Z | Downloaded crc v3.2.1 |
586 | 2025-02-21T12:48:49.445Z | Downloaded keccak v0.1.5 |
587 | 2025-02-21T12:48:49.445Z | Downloaded inout v0.1.3 |
588 | 2025-02-21T12:48:49.449Z | Downloaded cassowary v0.3.0 |
589 | 2025-02-21T12:48:49.449Z | Downloaded addr2line v0.24.2 |
590 | 2025-02-21T12:48:49.454Z | Downloaded is-terminal v0.4.13 |
591 | 2025-02-21T12:48:49.454Z | Downloaded linked-hash-map v0.5.6 |
592 | 2025-02-21T12:48:49.454Z | Downloaded block-padding v0.3.3 |
593 | 2025-02-21T12:48:49.456Z | Downloaded instability v0.3.2 |
594 | 2025-02-21T12:48:49.456Z | Downloaded ctr v0.9.2 |
595 | 2025-02-21T12:48:49.456Z | Downloaded maybe-uninit v2.0.0 |
596 | 2025-02-21T12:48:49.459Z | Downloaded lru v0.12.5 |
597 | 2025-02-21T12:48:49.459Z | Downloaded libefi-sys v0.1.0 |
598 | 2025-02-21T12:48:49.462Z | Downloaded curve25519-dalek-derive v0.1.1 |
599 | 2025-02-21T12:48:49.462Z | Downloaded base64ct v1.6.0 |
600 | 2025-02-21T12:48:49.464Z | Downloaded lazy_static v1.5.0 |
601 | 2025-02-21T12:48:49.467Z | Downloaded kstat-rs v0.2.4 |
602 | 2025-02-21T12:48:49.469Z | Downloaded psl-types v2.0.11 |
603 | 2025-02-21T12:48:49.469Z | Downloaded memoffset v0.9.1 |
604 | 2025-02-21T12:48:49.472Z | Downloaded lockfree-object-pool v0.1.6 |
605 | 2025-02-21T12:48:49.474Z | Downloaded cobs v0.2.3 |
606 | 2025-02-21T12:48:49.474Z | Downloaded mime v0.3.17 |
607 | 2025-02-21T12:48:49.477Z | Downloaded libsw v3.3.1 |
608 | 2025-02-21T12:48:49.479Z | Downloaded lru-cache v0.1.2 |
609 | 2025-02-21T12:48:49.479Z | Downloaded ciborium-ll v0.2.2 |
610 | 2025-02-21T12:48:49.481Z | Downloaded convert_case v0.4.0 |
611 | 2025-02-21T12:48:49.481Z | Downloaded indoc v2.0.5 |
612 | 2025-02-21T12:48:49.484Z | Downloaded arrayvec v0.7.6 |
613 | 2025-02-21T12:48:49.487Z | Downloaded lazycell v1.3.0 |
614 | 2025-02-21T12:48:49.489Z | Downloaded httparse v1.9.5 |
615 | 2025-02-21T12:48:49.491Z | Downloaded console v0.15.10 |
616 | 2025-02-21T12:48:49.494Z | Downloaded chrono-tz-build v0.4.0 |
617 | 2025-02-21T12:48:49.498Z | Downloaded md-5 v0.10.6 |
618 | 2025-02-21T12:48:49.498Z | Downloaded managed v0.8.0 |
619 | 2025-02-21T12:48:49.500Z | Downloaded highway v1.2.0 |
620 | 2025-02-21T12:48:49.500Z | Downloaded russh-cryptovec v0.7.3 |
621 | 2025-02-21T12:48:49.500Z | Downloaded blowfish v0.9.1 |
622 | 2025-02-21T12:48:49.503Z | Downloaded cancel-safe-futures v0.1.5 |
623 | 2025-02-21T12:48:49.505Z | Downloaded strum v0.26.3 |
624 | 2025-02-21T12:48:49.508Z | Downloaded async-bb8-diesel v0.2.1 |
625 | 2025-02-21T12:48:49.510Z | Downloaded indent_write v2.2.0 |
626 | 2025-02-21T12:48:49.510Z | Downloaded iana-time-zone v0.1.61 |
627 | 2025-02-21T12:48:49.513Z | Downloaded lalrpop-util v0.19.12 |
628 | 2025-02-21T12:48:49.515Z | Downloaded constant_time_eq v0.3.1 |
629 | 2025-02-21T12:48:49.516Z | Downloaded ciborium v0.2.2 |
630 | 2025-02-21T12:48:49.518Z | Downloaded lock_api v0.4.12 |
631 | 2025-02-21T12:48:49.521Z | Downloaded indoc v1.0.9 |
632 | 2025-02-21T12:48:49.523Z | Downloaded proc-macro-crate v1.3.1 |
633 | 2025-02-21T12:48:49.526Z | Downloaded sync_wrapper v1.0.1 |
634 | 2025-02-21T12:48:49.526Z | Downloaded hyper-tls v0.6.0 |
635 | 2025-02-21T12:48:49.528Z | Downloaded litemap v0.7.3 |
636 | 2025-02-21T12:48:49.532Z | Downloaded mime_guess v2.0.5 |
637 | 2025-02-21T12:48:49.534Z | Downloaded icu_locid_transform v1.5.0 |
638 | 2025-02-21T12:48:49.534Z | Downloaded darling_macro v0.20.10 |
639 | 2025-02-21T12:48:49.537Z | Downloaded maplit v1.0.2 |
640 | 2025-02-21T12:48:49.537Z | Downloaded libloading v0.8.5 |
641 | 2025-02-21T12:48:49.540Z | Downloaded resolv-conf v0.7.0 |
642 | 2025-02-21T12:48:49.543Z | Downloaded same-file v1.0.6 |
643 | 2025-02-21T12:48:49.543Z | Downloaded rand_seeder v0.3.0 |
644 | 2025-02-21T12:48:49.545Z | Downloaded write16 v1.0.0 |
645 | 2025-02-21T12:48:49.545Z | Downloaded jobserver v0.1.32 |
646 | 2025-02-21T12:48:49.548Z | Downloaded crc32fast v1.4.2 |
647 | 2025-02-21T12:48:49.550Z | Downloaded cookie_store v0.21.1 |
648 | 2025-02-21T12:48:49.552Z | Downloaded bcs v0.1.6 |
649 | 2025-02-21T12:48:49.555Z | Downloaded hyper-staticfile v0.10.1 |
650 | 2025-02-21T12:48:49.557Z | Downloaded derive_builder_macro v0.20.2 |
651 | 2025-02-21T12:48:49.557Z | Downloaded hmac v0.12.1 |
652 | 2025-02-21T12:48:49.561Z | Downloaded const-oid v0.9.6 |
653 | 2025-02-21T12:48:49.563Z | Downloaded signal-hook-tokio v0.3.1 |
654 | 2025-02-21T12:48:49.563Z | Downloaded shell-words v1.1.0 |
655 | 2025-02-21T12:48:49.566Z | Downloaded crossbeam-utils v0.8.20 |
656 | 2025-02-21T12:48:49.569Z | Downloaded blake2 v0.10.6 |
657 | 2025-02-21T12:48:49.572Z | Downloaded schemars_derive v0.8.21 |
658 | 2025-02-21T12:48:49.572Z | Downloaded foreign-types v0.3.2 |
659 | 2025-02-21T12:48:49.575Z | Downloaded embedded-io v0.6.1 |
660 | 2025-02-21T12:48:49.575Z | Downloaded num_threads v0.1.7 |
661 | 2025-02-21T12:48:49.575Z | Downloaded siphasher v0.3.11 |
662 | 2025-02-21T12:48:49.578Z | Downloaded slab v0.4.9 |
663 | 2025-02-21T12:48:49.578Z | Downloaded rfc6979 v0.4.0 |
664 | 2025-02-21T12:48:49.580Z | Downloaded clang-sys v1.8.1 |
665 | 2025-02-21T12:48:49.583Z | Downloaded futures-task v0.3.31 |
666 | 2025-02-21T12:48:49.586Z | Downloaded litrs v0.4.1 |
667 | 2025-02-21T12:48:49.588Z | Downloaded thread_local v1.1.8 |
668 | 2025-02-21T12:48:49.588Z | Downloaded icu_locid v1.5.0 |
669 | 2025-02-21T12:48:49.593Z | Downloaded rpassword v7.3.1 |
670 | 2025-02-21T12:48:49.596Z | Downloaded icu_normalizer v1.5.0 |
671 | 2025-02-21T12:48:49.600Z | Downloaded ipnet v2.10.1 |
672 | 2025-02-21T12:48:49.604Z | Downloaded icu_locid_transform_data v1.5.0 |
673 | 2025-02-21T12:48:49.604Z | Downloaded utf-8 v0.7.6 |
674 | 2025-02-21T12:48:49.606Z | Downloaded thiserror-impl-no-std v2.0.2 |
675 | 2025-02-21T12:48:49.606Z | Downloaded indexmap v1.9.3 |
676 | 2025-02-21T12:48:49.609Z | Downloaded dunce v1.0.5 |
677 | 2025-02-21T12:48:49.611Z | Downloaded rustls-pemfile v2.2.0 |
678 | 2025-02-21T12:48:49.614Z | Downloaded crc-any v2.5.0 |
679 | 2025-02-21T12:48:49.614Z | Downloaded defmt-parser v0.3.4 |
680 | 2025-02-21T12:48:49.617Z | Downloaded cookie v0.18.1 |
681 | 2025-02-21T12:48:49.619Z | Downloaded progenitor-client v0.9.1 |
682 | 2025-02-21T12:48:49.622Z | Downloaded allocator-api2 v0.2.18 |
683 | 2025-02-21T12:48:49.624Z | Downloaded miniz_oxide v0.8.0 |
684 | 2025-02-21T12:48:49.627Z | Downloaded hickory-client v0.24.3 |
685 | 2025-02-21T12:48:49.629Z | Downloaded compact_str v0.8.0 |
686 | 2025-02-21T12:48:49.632Z | Downloaded embedded-io v0.4.0 |
687 | 2025-02-21T12:48:49.634Z | Downloaded chacha20poly1305 v0.10.1 |
688 | 2025-02-21T12:48:49.637Z | Downloaded tokio-rustls v0.26.0 |
689 | 2025-02-21T12:48:49.639Z | Downloaded foreign-types v0.5.0 |
690 | 2025-02-21T12:48:49.639Z | Downloaded fd-lock v4.0.2 |
691 | 2025-02-21T12:48:49.642Z | Downloaded termtree v0.4.1 |
692 | 2025-02-21T12:48:49.644Z | Downloaded arc-swap v1.7.1 |
693 | 2025-02-21T12:48:49.647Z | Downloaded termtree v0.5.1 |
694 | 2025-02-21T12:48:49.650Z | Downloaded backtrace v0.3.74 |
695 | 2025-02-21T12:48:49.653Z | Downloaded nodrop v0.1.14 |
696 | 2025-02-21T12:48:49.655Z | Downloaded tower-service v0.3.3 |
697 | 2025-02-21T12:48:49.655Z | Downloaded mockall v0.13.0 |
698 | 2025-02-21T12:48:49.658Z | Downloaded tokio-native-tls v0.3.1 |
699 | 2025-02-21T12:48:49.661Z | Downloaded indicatif v0.17.11 |
700 | 2025-02-21T12:48:49.663Z | Downloaded pbkdf2 v0.12.2 |
701 | 2025-02-21T12:48:49.665Z | Downloaded tokio-rustls v0.24.1 |
702 | 2025-02-21T12:48:49.668Z | Downloaded percent-encoding v2.3.1 |
703 | 2025-02-21T12:48:49.672Z | Downloaded rtoolbox v0.0.2 |
704 | 2025-02-21T12:48:49.672Z | Downloaded quick-error v1.2.3 |
705 | 2025-02-21T12:48:49.675Z | Downloaded typify v0.2.0 |
706 | 2025-02-21T12:48:49.675Z | Downloaded derive_builder_core v0.20.2 |
707 | 2025-02-21T12:48:49.678Z | Downloaded zerofrom v0.1.4 |
708 | 2025-02-21T12:48:49.678Z | Downloaded utf8_iter v1.0.4 |
709 | 2025-02-21T12:48:49.680Z | Downloaded heapless v0.7.17 |
710 | 2025-02-21T12:48:49.683Z | Downloaded predicates-core v1.0.8 |
711 | 2025-02-21T12:48:49.686Z | Downloaded crossbeam-epoch v0.9.18 |
712 | 2025-02-21T12:48:49.688Z | Downloaded base64 v0.22.1 |
713 | 2025-02-21T12:48:49.691Z | Downloaded base64 v0.13.1 |
714 | 2025-02-21T12:48:49.694Z | Downloaded foreign-types-shared v0.3.1 |
715 | 2025-02-21T12:48:49.698Z | Downloaded foreign-types-shared v0.1.1 |
716 | 2025-02-21T12:48:49.698Z | Downloaded diesel_table_macro_syntax v0.2.0 |
717 | 2025-02-21T12:48:49.698Z | Downloaded password-hash v0.4.2 |
718 | 2025-02-21T12:48:49.701Z | Downloaded const_format v0.2.34 |
719 | 2025-02-21T12:48:49.704Z | Downloaded slog-stdlog v4.1.1 |
720 | 2025-02-21T12:48:49.709Z | Downloaded slog-scope v4.4.0 |
721 | 2025-02-21T12:48:49.709Z | Downloaded signal-hook-registry v1.4.2 |
722 | 2025-02-21T12:48:49.715Z | Downloaded tokio-stream v0.1.16 |
723 | 2025-02-21T12:48:49.715Z | Downloaded supports-color v3.0.1 |
724 | 2025-02-21T12:48:49.716Z | Downloaded subtle v2.6.1 |
725 | 2025-02-21T12:48:49.716Z | Downloaded stringprep v0.1.5 |
726 | 2025-02-21T12:48:49.719Z | Downloaded path-slash v0.1.5 |
727 | 2025-02-21T12:48:49.719Z | Downloaded openssl-probe v0.1.5 |
728 | 2025-02-21T12:48:49.722Z | Downloaded string_cache v0.8.7 |
729 | 2025-02-21T12:48:49.722Z | Downloaded pretty-hex v0.2.1 |
730 | 2025-02-21T12:48:49.725Z | Downloaded tokio-macros v2.5.0 |
731 | 2025-02-21T12:48:49.725Z | Downloaded ssh-cipher v0.2.0 |
732 | 2025-02-21T12:48:49.728Z | Downloaded unarray v0.1.4 |
733 | 2025-02-21T12:48:49.728Z | Downloaded serde_plain v1.0.2 |
734 | 2025-02-21T12:48:49.728Z | Downloaded serde_path_to_error v0.1.16 |
735 | 2025-02-21T12:48:49.731Z | Downloaded data-encoding v2.6.0 |
736 | 2025-02-21T12:48:49.731Z | Downloaded ghash v0.5.1 |
737 | 2025-02-21T12:48:49.734Z | Downloaded russh-keys v0.45.0 |
738 | 2025-02-21T12:48:49.738Z | Downloaded fallible-iterator v0.2.0 |
739 | 2025-02-21T12:48:49.738Z | Downloaded predicates v3.1.3 |
740 | 2025-02-21T12:48:49.749Z | Downloaded uuid v1.12.0 |
741 | 2025-02-21T12:48:49.752Z | Downloaded pkcs8 v0.10.2 |
742 | 2025-02-21T12:48:49.756Z | Downloaded cc v1.1.30 |
743 | 2025-02-21T12:48:49.759Z | Downloaded form_urlencoded v1.2.1 |
744 | 2025-02-21T12:48:49.763Z | Downloaded heapless v0.8.0 |
745 | 2025-02-21T12:48:49.765Z | Downloaded zerocopy v0.6.6 |
746 | 2025-02-21T12:48:49.769Z | Downloaded sqlparser_derive v0.2.2 |
747 | 2025-02-21T12:48:49.769Z | Downloaded foreign-types-macros v0.2.3 |
748 | 2025-02-21T12:48:49.772Z | Downloaded zerofrom-derive v0.1.4 |
749 | 2025-02-21T12:48:49.772Z | Downloaded hickory-resolver v0.24.3 |
750 | 2025-02-21T12:48:49.775Z | Downloaded crypto-bigint v0.5.5 |
751 | 2025-02-21T12:48:49.785Z | Downloaded vte_generate_state_changes v0.1.2 |
752 | 2025-02-21T12:48:49.788Z | Downloaded time-core v0.1.2 |
753 | 2025-02-21T12:48:49.788Z | Downloaded fixedbitset v0.4.2 |
754 | 2025-02-21T12:48:49.788Z | Downloaded zone_cfg_derive v0.1.2 |
755 | 2025-02-21T12:48:49.788Z | Downloaded pkg-config v0.3.31 |
756 | 2025-02-21T12:48:49.788Z | Downloaded zone_cfg_derive v0.3.0 |
757 | 2025-02-21T12:48:49.788Z | Downloaded num-derive v0.4.2 |
758 | 2025-02-21T12:48:49.791Z | Downloaded multimap v0.10.0 |
759 | 2025-02-21T12:48:49.791Z | Downloaded phf_shared v0.11.2 |
760 | 2025-02-21T12:48:49.794Z | Downloaded paste v1.0.15 |
761 | 2025-02-21T12:48:49.798Z | Downloaded rand_xorshift v0.3.0 |
762 | 2025-02-21T12:48:49.798Z | Downloaded num_enum v0.5.11 |
763 | 2025-02-21T12:48:49.802Z | Downloaded predicates-tree v1.0.11 |
764 | 2025-02-21T12:48:49.804Z | Downloaded derive_builder v0.20.2 |
765 | 2025-02-21T12:48:49.807Z | Downloaded quinn v0.11.5 |
766 | 2025-02-21T12:48:49.811Z | Downloaded mio v1.0.2 |
767 | 2025-02-21T12:48:49.817Z | Downloaded fxhash v0.2.1 |
768 | 2025-02-21T12:48:49.822Z | Downloaded minimal-lexical v0.2.1 |
769 | 2025-02-21T12:48:49.824Z | Downloaded parse-size v1.1.0 |
770 | 2025-02-21T12:48:49.824Z | Downloaded oso-derive v0.27.3 |
771 | 2025-02-21T12:48:49.828Z | Downloaded endian-type v0.1.2 |
772 | 2025-02-21T12:48:49.828Z | Downloaded spki v0.7.3 |
773 | 2025-02-21T12:48:49.828Z | Downloaded headers v0.4.0 |
774 | 2025-02-21T12:48:49.833Z | Downloaded vsss-rs v3.3.4 |
775 | 2025-02-21T12:48:49.836Z | Downloaded hickory-server v0.24.3 |
776 | 2025-02-21T12:48:49.843Z | Downloaded pem v3.0.4 |
777 | 2025-02-21T12:48:49.846Z | Downloaded peg-runtime v0.8.3 |
778 | 2025-02-21T12:48:49.846Z | Downloaded packed_struct v0.10.1 |
779 | 2025-02-21T12:48:49.846Z | Downloaded tower-layer v0.3.3 |
780 | 2025-02-21T12:48:49.850Z | Downloaded multer v3.1.0 |
781 | 2025-02-21T12:48:49.850Z | Downloaded slog-json v2.6.1 |
782 | 2025-02-21T12:48:49.853Z | Downloaded tinystr v0.7.6 |
783 | 2025-02-21T12:48:49.856Z | Downloaded document-features v0.2.10 |
784 | 2025-02-21T12:48:49.856Z | Downloaded funty v2.0.0 |
785 | 2025-02-21T12:48:49.856Z | Downloaded postgres-protocol v0.6.7 |
786 | 2025-02-21T12:48:49.859Z | Downloaded writeable v0.5.5 |
787 | 2025-02-21T12:48:49.862Z | Downloaded wyz v0.5.1 |
788 | 2025-02-21T12:48:49.862Z | Downloaded tokio-tungstenite v0.21.0 |
789 | 2025-02-21T12:48:49.865Z | Downloaded ron v0.8.1 |
790 | 2025-02-21T12:48:49.881Z | Downloaded try-lock v0.2.5 |
791 | 2025-02-21T12:48:49.881Z | Downloaded diesel-dtrace v0.4.2 |
792 | 2025-02-21T12:48:49.881Z | Downloaded p256 v0.13.2 |
793 | 2025-02-21T12:48:49.881Z | Downloaded topological-sort v0.2.2 |
794 | 2025-02-21T12:48:49.881Z | Downloaded test-strategy v0.3.1 |
795 | 2025-02-21T12:48:49.885Z | Downloaded glob v0.3.2 |
796 | 2025-02-21T12:48:49.885Z | Downloaded gethostname v0.5.0 |
797 | 2025-02-21T12:48:49.886Z | Downloaded socket2 v0.5.7 |
798 | 2025-02-21T12:48:49.888Z | Downloaded zone v0.3.0 |
799 | 2025-02-21T12:48:49.888Z | Downloaded sct v0.7.1 |
800 | 2025-02-21T12:48:49.892Z | Downloaded newline-converter v0.3.0 |
801 | 2025-02-21T12:48:49.892Z | Downloaded aes v0.8.4 |
802 | 2025-02-21T12:48:49.895Z | Downloaded hash32 v0.2.1 |
803 | 2025-02-21T12:48:49.898Z | Downloaded secrecy v0.8.0 |
804 | 2025-02-21T12:48:49.898Z | Downloaded group v0.13.0 |
805 | 2025-02-21T12:48:49.900Z | Downloaded time-macros v0.2.18 |
806 | 2025-02-21T12:48:49.904Z | Downloaded strum_macros v0.26.4 |
807 | 2025-02-21T12:48:49.904Z | Downloaded opaque-debug v0.3.1 |
808 | 2025-02-21T12:48:49.904Z | Downloaded vergen v8.3.2 |
809 | 2025-02-21T12:48:49.908Z | Downloaded typify-macro v0.2.0 |
810 | 2025-02-21T12:48:49.911Z | Downloaded password-hash v0.5.0 |
811 | 2025-02-21T12:48:49.911Z | Downloaded wait-timeout v0.2.0 |
812 | 2025-02-21T12:48:49.914Z | Downloaded sha1 v0.10.6 |
813 | 2025-02-21T12:48:49.914Z | Downloaded quinn-udp v0.5.5 |
814 | 2025-02-21T12:48:49.919Z | Downloaded peg v0.8.4 |
815 | 2025-02-21T12:48:49.923Z | Downloaded signature v2.2.0 |
816 | 2025-02-21T12:48:49.923Z | Downloaded r2d2 v0.8.10 |
817 | 2025-02-21T12:48:49.923Z | Downloaded displaydoc v0.2.5 |
818 | 2025-02-21T12:48:49.927Z | Downloaded diesel_derives v2.2.3 |
819 | 2025-02-21T12:48:49.930Z | Downloaded tinyvec_macros v0.1.1 |
820 | 2025-02-21T12:48:49.932Z | Downloaded serde-big-array v0.5.1 |
821 | 2025-02-21T12:48:49.933Z | Downloaded rsa v0.9.6 |
822 | 2025-02-21T12:48:49.937Z | Downloaded semver v0.1.20 |
823 | 2025-02-21T12:48:49.939Z | Downloaded tungstenite v0.21.0 |
824 | 2025-02-21T12:48:49.942Z | Downloaded structmeta-derive v0.2.0 |
825 | 2025-02-21T12:48:49.945Z | Downloaded structmeta v0.3.0 |
826 | 2025-02-21T12:48:49.945Z | Downloaded enum-as-inner v0.6.1 |
827 | 2025-02-21T12:48:49.947Z | Downloaded pbkdf2 v0.11.0 |
828 | 2025-02-21T12:48:49.951Z | Downloaded libxml v0.3.3 |
829 | 2025-02-21T12:48:49.954Z | Downloaded globset v0.4.15 |
830 | 2025-02-21T12:48:49.956Z | Downloaded getrandom v0.2.15 |
831 | 2025-02-21T12:48:49.959Z | Downloaded new_debug_unreachable v1.0.6 |
832 | 2025-02-21T12:48:49.962Z | Downloaded nanorand v0.7.0 |
833 | 2025-02-21T12:48:49.965Z | Downloaded owo-colors v4.1.0 |
834 | 2025-02-21T12:48:49.967Z | Downloaded dirs-next v2.0.0 |
835 | 2025-02-21T12:48:49.967Z | Downloaded difflib v0.4.0 |
836 | 2025-02-21T12:48:49.970Z | Downloaded serde_with_macros v3.11.0 |
837 | 2025-02-21T12:48:49.970Z | Downloaded hash32 v0.3.1 |
838 | 2025-02-21T12:48:49.973Z | Downloaded precomputed-hash v0.1.1 |
839 | 2025-02-21T12:48:49.973Z | Downloaded itertools v0.10.5 |
840 | 2025-02-21T12:48:49.978Z | Downloaded pin-project-internal v1.1.6 |
841 | 2025-02-21T12:48:49.981Z | Downloaded ref-cast v1.0.23 |
842 | 2025-02-21T12:48:49.984Z | Downloaded progenitor-macro v0.9.1 |
843 | 2025-02-21T12:48:49.986Z | Downloaded take_mut v0.2.2 |
844 | 2025-02-21T12:48:49.986Z | Downloaded tokio-postgres v0.7.12 |
845 | 2025-02-21T12:48:49.990Z | Downloaded pin-utils v0.1.0 |
846 | 2025-02-21T12:48:49.992Z | Downloaded tracing-attributes v0.1.27 |
847 | 2025-02-21T12:48:49.995Z | Downloaded futures v0.3.31 |
848 | 2025-02-21T12:48:49.998Z | Downloaded rcgen v0.12.1 |
849 | 2025-02-21T12:48:50.001Z | Downloaded smf v0.2.3 |
850 | 2025-02-21T12:48:50.004Z | Downloaded libm v0.2.8 |
851 | 2025-02-21T12:48:50.010Z | Downloaded smallvec v0.6.14 |
852 | 2025-02-21T12:48:50.012Z | Downloaded slog-async v2.8.0 |
853 | 2025-02-21T12:48:50.015Z | Downloaded crossterm v0.28.1 |
854 | 2025-02-21T12:48:50.020Z | Downloaded num-conv v0.1.0 |
855 | 2025-02-21T12:48:50.023Z | Downloaded aes-gcm v0.10.3 |
856 | 2025-02-21T12:48:50.025Z | Downloaded zone v0.1.8 |
857 | 2025-02-21T12:48:50.028Z | Downloaded which v4.4.2 |
858 | 2025-02-21T12:48:50.028Z | Downloaded itertools v0.12.1 |
859 | 2025-02-21T12:48:50.034Z | Downloaded phf_shared v0.10.0 |
860 | 2025-02-21T12:48:50.037Z | Downloaded des v0.8.1 |
861 | 2025-02-21T12:48:50.039Z | Downloaded zerovec-derive v0.10.3 |
862 | 2025-02-21T12:48:50.039Z | Downloaded native-tls v0.2.12 |
863 | 2025-02-21T12:48:50.042Z | Downloaded zeroize_derive v1.4.2 |
864 | 2025-02-21T12:48:50.042Z | Downloaded primeorder v0.13.6 |
865 | 2025-02-21T12:48:50.044Z | Downloaded nibble_vec v0.1.0 |
866 | 2025-02-21T12:48:50.047Z | Downloaded rusty-fork v0.3.0 |
867 | 2025-02-21T12:48:50.047Z | Downloaded tungstenite v0.24.0 |
868 | 2025-02-21T12:48:50.050Z | Downloaded tungstenite v0.23.0 |
869 | 2025-02-21T12:48:50.054Z | Downloaded zerocopy-derive v0.8.10 |
870 | 2025-02-21T12:48:50.060Z | Downloaded rustc-hash v1.1.0 |
871 | 2025-02-21T12:48:50.063Z | Downloaded parse-display-derive v0.10.0 |
872 | 2025-02-21T12:48:50.063Z | Downloaded normalize-line-endings v0.3.0 |
873 | 2025-02-21T12:48:50.066Z | Downloaded elliptic-curve v0.13.8 |
874 | 2025-02-21T12:48:50.068Z | Downloaded tls_codec v0.4.1 |
875 | 2025-02-21T12:48:50.071Z | Downloaded rustversion v1.0.17 |
876 | 2025-02-21T12:48:50.073Z | Downloaded waitgroup v0.1.2 |
877 | 2025-02-21T12:48:50.073Z | Downloaded ppv-lite86 v0.2.20 |
878 | 2025-02-21T12:48:50.076Z | Downloaded powerfmt v0.2.0 |
879 | 2025-02-21T12:48:50.076Z | Downloaded flagset v0.4.6 |
880 | 2025-02-21T12:48:50.078Z | Downloaded filetime v0.2.25 |
881 | 2025-02-21T12:48:50.081Z | Downloaded dirs-sys-next v0.1.2 |
882 | 2025-02-21T12:48:50.081Z | Downloaded unicode-xid v0.2.6 |
883 | 2025-02-21T12:48:50.083Z | Downloaded xattr v1.3.1 |
884 | 2025-02-21T12:48:50.086Z | Downloaded smallvec v1.13.2 |
885 | 2025-02-21T12:48:50.086Z | Downloaded slog-term v2.9.1 |
886 | 2025-02-21T12:48:50.089Z | Downloaded debug-ignore v1.0.5 |
887 | 2025-02-21T12:48:50.091Z | Downloaded derive-where v1.2.7 |
888 | 2025-02-21T12:48:50.094Z | Downloaded num v0.4.3 |
889 | 2025-02-21T12:48:50.096Z | Downloaded tinyvec v1.8.0 |
890 | 2025-02-21T12:48:50.099Z | Downloaded half v2.4.1 |
891 | 2025-02-21T12:48:50.101Z | Downloaded progenitor-client v0.8.0 |
892 | 2025-02-21T12:48:50.104Z | Downloaded samael v0.0.17 |
893 | 2025-02-21T12:48:50.107Z | Downloaded want v0.3.1 |
894 | 2025-02-21T12:48:50.110Z | Downloaded diff v0.1.13 |
895 | 2025-02-21T12:48:50.112Z | Downloaded sigpipe v0.1.3 |
896 | 2025-02-21T12:48:50.115Z | Downloaded env_logger v0.10.2 |
897 | 2025-02-21T12:48:50.117Z | Downloaded strum_macros v0.24.3 |
898 | 2025-02-21T12:48:50.120Z | Downloaded rustc_version v0.4.1 |
899 | 2025-02-21T12:48:50.120Z | Downloaded parse-display v0.10.0 |
900 | 2025-02-21T12:48:50.122Z | Downloaded rustc_version v0.1.7 |
901 | 2025-02-21T12:48:50.122Z | Downloaded newtype_derive v0.1.6 |
902 | 2025-02-21T12:48:50.122Z | Downloaded rustc-hash v2.0.0 |
903 | 2025-02-21T12:48:50.125Z | Downloaded hashbrown v0.13.2 |
904 | 2025-02-21T12:48:50.128Z | Downloaded phf v0.11.2 |
905 | 2025-02-21T12:48:50.130Z | Downloaded idna v1.0.3 |
906 | 2025-02-21T12:48:50.134Z | Downloaded ff v0.13.0 |
907 | 2025-02-21T12:48:50.138Z | Downloaded blake3 v1.5.4 |
908 | 2025-02-21T12:48:50.143Z | Downloaded structmeta-derive v0.3.0 |
909 | 2025-02-21T12:48:50.147Z | Downloaded tracing-core v0.1.32 |
910 | 2025-02-21T12:48:50.150Z | Downloaded typed-path v0.9.3 |
911 | 2025-02-21T12:48:50.156Z | Downloaded defmt-macros v0.3.9 |
912 | 2025-02-21T12:48:50.158Z | Downloaded hyper v1.5.2 |
913 | 2025-02-21T12:48:50.163Z | Downloaded fallible-iterator v0.3.0 |
914 | 2025-02-21T12:48:50.166Z | Downloaded aho-corasick v1.1.3 |
915 | 2025-02-21T12:48:50.171Z | Downloaded serde_repr v0.1.19 |
916 | 2025-02-21T12:48:50.176Z | Downloaded poly1305 v0.8.0 |
917 | 2025-02-21T12:48:50.178Z | Downloaded reedline v0.35.0 |
918 | 2025-02-21T12:48:50.181Z | Downloaded serde_urlencoded v0.7.1 |
919 | 2025-02-21T12:48:50.184Z | Downloaded nu-ansi-term v0.50.1 |
920 | 2025-02-21T12:48:50.187Z | Downloaded tui-tree-widget v0.23.0 |
921 | 2025-02-21T12:48:50.190Z | Downloaded pin-project-lite v0.2.14 |
922 | 2025-02-21T12:48:50.193Z | Downloaded toolchain_find v0.4.0 |
923 | 2025-02-21T12:48:50.197Z | Downloaded packed_struct_codegen v0.10.1 |
924 | 2025-02-21T12:48:50.197Z | Downloaded num-traits v0.2.19 |
925 | 2025-02-21T12:48:50.200Z | Downloaded rand_core v0.6.4 |
926 | 2025-02-21T12:48:50.200Z | Downloaded slog v2.7.0 |
927 | 2025-02-21T12:48:50.204Z | Downloaded rand_chacha v0.3.1 |
928 | 2025-02-21T12:48:50.204Z | Downloaded x509-cert v0.2.5 |
929 | 2025-02-21T12:48:50.209Z | Downloaded itertools v0.13.0 |
930 | 2025-02-21T12:48:50.216Z | Downloaded deranged v0.3.11 |
931 | 2025-02-21T12:48:50.218Z | Downloaded zeroize v1.8.1 |
932 | 2025-02-21T12:48:50.221Z | Downloaded olpc-cjson v0.1.4 |
933 | 2025-02-21T12:48:50.221Z | Downloaded universal-hash v0.5.1 |
934 | 2025-02-21T12:48:50.221Z | Downloaded radium v0.7.0 |
935 | 2025-02-21T12:48:50.224Z | Downloaded defmt v0.3.8 |
936 | 2025-02-21T12:48:50.228Z | Downloaded float-cmp v0.10.0 |
937 | 2025-02-21T12:48:50.228Z | Downloaded tls_codec_derive v0.4.1 |
938 | 2025-02-21T12:48:50.232Z | Downloaded dropshot_endpoint v0.15.1 |
939 | 2025-02-21T12:48:50.232Z | Downloaded p521 v0.13.3 |
940 | 2025-02-21T12:48:50.235Z | Downloaded termios v0.3.3 |
941 | 2025-02-21T12:48:50.280Z | Downloaded tap v1.0.1 |
942 | 2025-02-21T12:48:50.373Z | Downloaded thiserror v2.0.11 |
943 | 2025-02-21T12:48:50.373Z | Downloaded env_filter v0.1.2 |
944 | 2025-02-21T12:48:50.373Z | Downloaded parse-zoneinfo v0.3.1 |
945 | 2025-02-21T12:48:50.373Z | Downloaded ssh-encoding v0.2.0 |
946 | 2025-02-21T12:48:50.373Z | Downloaded ref-cast-impl v1.0.23 |
947 | 2025-02-21T12:48:50.373Z | Downloaded hkdf v0.12.4 |
948 | 2025-02-21T12:48:50.373Z | Downloaded rustfmt-wrapper v0.2.1 |
949 | 2025-02-21T12:48:50.373Z | Downloaded progenitor v0.9.1 |
950 | 2025-02-21T12:48:50.373Z | Downloaded walkdir v2.5.0 |
951 | 2025-02-21T12:48:50.373Z | Downloaded tokio-tungstenite v0.24.0 |
952 | 2025-02-21T12:48:50.373Z | Downloaded serde_derive_internals v0.29.1 |
953 | 2025-02-21T12:48:50.373Z | Downloaded pin-project v1.1.6 |
954 | 2025-02-21T12:48:50.373Z | Downloaded simd-adler32 v0.3.7 |
955 | 2025-02-21T12:48:50.373Z | Downloaded sec1 v0.7.3 |
956 | 2025-02-21T12:48:50.373Z | Downloaded steno v0.4.1 |
957 | 2025-02-21T12:48:50.374Z | Downloaded num-integer v0.1.46 |
958 | 2025-02-21T12:48:50.374Z | Downloaded tabwriter v1.4.0 |
959 | 2025-02-21T12:48:50.374Z | Downloaded downcast v0.11.0 |
960 | 2025-02-21T12:48:50.374Z | Downloaded typify-macro v0.3.0 |
961 | 2025-02-21T12:48:50.374Z | Downloaded serde-hex v0.1.0 |
962 | 2025-02-21T12:48:50.429Z | Downloaded futures-macro v0.3.31 |
963 | 2025-02-21T12:48:50.429Z | Downloaded salsa20 v0.10.2 |
964 | 2025-02-21T12:48:50.430Z | Downloaded daft-derive v0.1.1 |
965 | 2025-02-21T12:48:50.430Z | Downloaded spin v0.9.8 |
966 | 2025-02-21T12:48:50.430Z | Downloaded vte v0.11.1 |
967 | 2025-02-21T12:48:50.430Z | Downloaded serde_with v3.11.0 |
968 | 2025-02-21T12:48:50.430Z | Downloaded hashbrown v0.12.3 |
969 | 2025-02-21T12:48:50.430Z | Downloaded phf_codegen v0.11.2 |
970 | 2025-02-21T12:48:50.430Z | Downloaded tokio-tungstenite v0.23.1 |
971 | 2025-02-21T12:48:50.430Z | Downloaded parking_lot v0.12.3 |
972 | 2025-02-21T12:48:50.430Z | Downloaded parking_lot_core v0.9.10 |
973 | 2025-02-21T12:48:50.430Z | Downloaded float-ord v0.3.2 |
974 | 2025-02-21T12:48:50.430Z | Downloaded parking_lot v0.11.2 |
975 | 2025-02-21T12:48:50.430Z | Downloaded hashbrown v0.14.5 |
976 | 2025-02-21T12:48:50.430Z | Downloaded strum_macros v0.25.3 |
977 | 2025-02-21T12:48:50.430Z | Downloaded static_assertions v1.1.0 |
978 | 2025-02-21T12:48:50.430Z | Downloaded dyn-clone v1.0.18 |
979 | 2025-02-21T12:48:50.430Z | Downloaded phf_generator v0.11.2 |
980 | 2025-02-21T12:48:50.430Z | Downloaded futures-sink v0.3.31 |
981 | 2025-02-21T12:48:50.430Z | Downloaded display-error-chain v0.2.2 |
982 | 2025-02-21T12:48:50.430Z | Downloaded progenitor-impl v0.9.1 |
983 | 2025-02-21T12:48:50.430Z | Downloaded uzers v0.12.1 |
984 | 2025-02-21T12:48:50.430Z | Downloaded tower v0.5.2 |
985 | 2025-02-21T12:48:50.430Z | Downloaded similar v2.6.0 |
986 | 2025-02-21T12:48:50.430Z | Downloaded rusqlite v0.32.1 |
987 | 2025-02-21T12:48:50.430Z | Downloaded xz2 v0.1.7 |
988 | 2025-02-21T12:48:50.430Z | Downloaded dsl_auto_type v0.1.2 |
989 | 2025-02-21T12:48:50.430Z | Downloaded futures-io v0.3.31 |
990 | 2025-02-21T12:48:50.430Z | Downloaded futures-core v0.3.31 |
991 | 2025-02-21T12:48:50.430Z | Downloaded num-rational v0.4.2 |
992 | 2025-02-21T12:48:50.430Z | Downloaded env_logger v0.11.5 |
993 | 2025-02-21T12:48:50.430Z | Downloaded parking_lot_core v0.8.6 |
994 | 2025-02-21T12:48:50.430Z | Downloaded rustls-pemfile v1.0.4 |
995 | 2025-02-21T12:48:50.430Z | Downloaded whoami v1.5.2 |
996 | 2025-02-21T12:48:50.431Z | Downloaded num-iter v0.1.45 |
997 | 2025-02-21T12:48:50.431Z | Downloaded tar v0.4.42 |
998 | 2025-02-21T12:48:50.431Z | Downloaded postcard v1.0.10 |
999 | 2025-02-21T12:48:50.431Z | Downloaded zip v2.1.3 |
1000 | 2025-02-21T12:48:50.466Z | Downloaded tough v0.19.0 |
1001 | 2025-02-21T12:48:50.466Z | Downloaded postgres-types v0.2.8 |
1002 | 2025-02-21T12:48:50.466Z | Downloaded rand v0.8.5 |
1003 | 2025-02-21T12:48:50.467Z | Downloaded snafu v0.8.5 |
1004 | 2025-02-21T12:48:50.467Z | Downloaded chrono v0.4.39 |
1005 | 2025-02-21T12:48:50.467Z | Downloaded subprocess v0.2.9 |
1006 | 2025-02-21T12:48:50.467Z | Downloaded oso v0.27.3 |
1007 | 2025-02-21T12:48:50.467Z | Downloaded ed25519-dalek v2.1.1 |
1008 | 2025-02-21T12:48:50.467Z | Downloaded url v2.5.3 |
1009 | 2025-02-21T12:48:50.467Z | Downloaded bitvec v1.0.1 |
1010 | 2025-02-21T12:48:50.467Z | Downloaded dropshot_endpoint v0.12.0 |
1011 | 2025-02-21T12:48:50.473Z | Downloaded quick-xml v0.33.0 |
1012 | 2025-02-21T12:48:50.473Z | Downloaded toml v0.7.8 |
1013 | 2025-02-21T12:48:50.473Z | Downloaded omicron-zone-package v0.12.0 |
1014 | 2025-02-21T12:48:50.474Z | Downloaded der v0.7.9 |
1015 | 2025-02-21T12:48:50.474Z | Downloaded russh v0.45.0 |
1016 | 2025-02-21T12:48:50.474Z | Downloaded lalrpop v0.19.12 |
1017 | 2025-02-21T12:48:50.474Z | Downloaded unsafe-libyaml v0.2.11 |
1018 | 2025-02-21T12:48:50.477Z | Downloaded qorb v0.2.1 |
1019 | 2025-02-21T12:48:50.484Z | Downloaded openssl-sys v0.9.106 |
1020 | 2025-02-21T12:48:50.488Z | Downloaded publicsuffix v2.3.0 |
1021 | 2025-02-21T12:48:50.488Z | Downloaded unicode-normalization v0.1.24 |
1022 | 2025-02-21T12:48:50.492Z | Downloaded rustls-webpki v0.101.7 |
1023 | 2025-02-21T12:48:50.501Z | Downloaded h2 v0.4.6 |
1024 | 2025-02-21T12:48:50.507Z | Downloaded sqlparser v0.45.0 |
1025 | 2025-02-21T12:48:50.513Z | Downloaded time v0.3.36 |
1026 | 2025-02-21T12:48:50.520Z | Downloaded salty v0.3.0 |
1027 | 2025-02-21T12:48:50.527Z | Downloaded quinn-proto v0.11.8 |
1028 | 2025-02-21T12:48:50.534Z | Downloaded vcpkg v0.2.15 |
1029 | 2025-02-21T12:48:50.571Z | Downloaded toml_edit v0.19.15 |
1030 | 2025-02-21T12:48:50.585Z | Downloaded winnow v0.5.40 |
1031 | 2025-02-21T12:48:50.595Z | Downloaded rustyline v14.0.0 |
1032 | 2025-02-21T12:48:50.599Z | Downloaded p384 v0.13.0 |
1033 | 2025-02-21T12:48:50.606Z | Downloaded curve25519-dalek v4.1.3 |
1034 | 2025-02-21T12:48:50.615Z | Downloaded nom v7.1.3 |
1035 | 2025-02-21T12:48:50.622Z | Downloaded unicode-segmentation v1.12.0 |
1036 | 2025-02-21T12:48:50.625Z | Downloaded futures-util v0.3.31 |
1037 | 2025-02-21T12:48:50.634Z | Downloaded ssh-key v0.6.6 |
1038 | 2025-02-21T12:48:50.640Z | Downloaded tokio-util v0.7.12 |
1039 | 2025-02-21T12:48:50.646Z | Downloaded zerocopy v0.8.10 |
1040 | 2025-02-21T12:48:50.670Z | Downloaded smoltcp v0.11.0 |
1041 | 2025-02-21T12:48:50.682Z | Downloaded chrono-tz v0.10.1 |
1042 | 2025-02-21T12:48:50.689Z | Downloaded rustls-webpki v0.102.8 |
1043 | 2025-02-21T12:48:50.707Z | Downloaded object v0.30.4 |
1044 | 2025-02-21T12:48:50.715Z | Downloaded gimli v0.31.1 |
1045 | 2025-02-21T12:48:50.724Z | Downloaded petname v2.0.2 |
1046 | 2025-02-21T12:48:50.730Z | Downloaded bstr v1.10.0 |
1047 | 2025-02-21T12:48:50.741Z | Downloaded portable-atomic v1.9.0 |
1048 | 2025-02-21T12:48:50.747Z | Downloaded proptest v1.5.0 |
1049 | 2025-02-21T12:48:50.756Z | Downloaded polar-core v0.27.3 |
1050 | 2025-02-21T12:48:50.764Z | Downloaded dropshot v0.12.0 |
1051 | 2025-02-21T12:48:50.783Z | Downloaded regex v1.11.1 |
1052 | 2025-02-21T12:48:50.797Z | Downloaded regress v0.9.1 |
1053 | 2025-02-21T12:48:50.806Z | Downloaded unicode-width v0.2.0 |
1054 | 2025-02-21T12:48:50.812Z | Downloaded rustls v0.21.12 |
1055 | 2025-02-21T12:48:50.822Z | Downloaded object v0.36.5 |
1056 | 2025-02-21T12:48:50.833Z | Downloaded regex-syntax v0.8.5 |
1057 | 2025-02-21T12:48:50.842Z | Downloaded openssl v0.10.71 |
1058 | 2025-02-21T12:48:50.858Z | Downloaded nix v0.27.1 |
1059 | 2025-02-21T12:48:50.862Z | Downloaded rustls v0.23.19 |
1060 | 2025-02-21T12:48:50.873Z | Downloaded regex-syntax v0.6.29 |
1061 | 2025-02-21T12:48:50.880Z | Downloaded nix v0.28.0 |
1062 | 2025-02-21T12:48:50.891Z | Downloaded webpki-roots v0.26.6 |
1063 | 2025-02-21T12:48:50.894Z | Downloaded regress v0.10.1 |
1064 | 2025-02-21T12:48:50.903Z | Downloaded rustls v0.22.4 |
1065 | 2025-02-21T12:48:50.916Z | Downloaded openapiv3 v2.0.0 |
1066 | 2025-02-21T12:48:50.929Z | Downloaded typify-impl v0.2.0 |
1067 | 2025-02-21T12:48:50.942Z | Downloaded nix v0.29.0 |
1068 | 2025-02-21T12:48:50.954Z | Downloaded typify-impl v0.3.0 |
1069 | 2025-02-21T12:48:50.970Z | Downloaded sled v0.34.7 |
1070 | 2025-02-21T12:48:50.980Z | Downloaded zerocopy-derive v0.6.6 |
1071 | 2025-02-21T12:48:50.988Z | Downloaded regex-automata v0.4.8 |
1072 | 2025-02-21T12:48:51.006Z | Downloaded ratatui v0.29.0 |
1073 | 2025-02-21T12:48:51.024Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1074 | 2025-02-21T12:48:51.037Z | Downloaded petgraph v0.6.5 |
1075 | 2025-02-21T12:48:51.053Z | Downloaded dropshot v0.15.1 |
1076 | 2025-02-21T12:48:51.073Z | Downloaded smoltcp v0.9.1 |
1077 | 2025-02-21T12:48:51.084Z | Downloaded diesel v2.2.7 |
1078 | 2025-02-21T12:48:51.101Z | Downloaded hickory-proto v0.24.3 |
1079 | 2025-02-21T12:48:51.115Z | Downloaded radix_trie v0.2.1 |
1080 | 2025-02-21T12:48:51.121Z | Downloaded tokio v1.43.0 |
1081 | 2025-02-21T12:48:51.158Z | Downloaded csv v1.3.1 |
1082 | 2025-02-21T12:48:51.177Z | Downloaded git2 v0.19.0 |
1083 | 2025-02-21T12:48:51.186Z | Downloaded lzma-sys v0.1.20 |
1084 | 2025-02-21T12:48:51.226Z | Downloaded zerovec v0.10.4 |
1085 | 2025-02-21T12:48:51.235Z | Downloaded reqwest v0.12.12 |
1086 | 2025-02-21T12:48:51.246Z | Downloaded sha3 v0.10.8 |
1087 | 2025-02-21T12:48:51.252Z | Downloaded rayon v1.10.0 |
1088 | 2025-02-21T12:48:51.263Z | Downloaded icu_properties_data v1.5.0 |
1089 | 2025-02-21T12:48:51.277Z | Downloaded libz-sys v1.1.20 |
1090 | 2025-02-21T12:48:51.305Z | Downloaded expectorate v1.1.0 |
1091 | 2025-02-21T12:48:51.308Z | Downloaded flate2 v1.0.35 |
1092 | 2025-02-21T12:48:51.312Z | Downloaded bindgen v0.69.5 |
1093 | 2025-02-21T12:48:51.319Z | Downloaded darling_core v0.20.10 |
1094 | 2025-02-21T12:48:51.324Z | Downloaded darling v0.20.10 |
1095 | 2025-02-21T12:48:51.327Z | Downloaded term v0.7.0 |
1096 | 2025-02-21T12:48:51.331Z | Downloaded unicode_categories v0.1.1 |
1097 | 2025-02-21T12:48:51.334Z | Downloaded zip v0.6.6 |
1098 | 2025-02-21T12:48:51.337Z | Downloaded aws-lc-rs v1.10.0 |
1099 | 2025-02-21T12:48:51.344Z | Downloaded progenitor v0.8.0 |
1100 | 2025-02-21T12:48:51.347Z | Downloaded futures-channel v0.3.31 |
1101 | 2025-02-21T12:48:51.349Z | Downloaded either v1.13.0 |
1102 | 2025-02-21T12:48:51.349Z | Downloaded ed25519 v2.2.3 |
1103 | 2025-02-21T12:48:51.352Z | Downloaded num-complex v0.4.6 |
1104 | 2025-02-21T12:48:51.355Z | Downloaded num-bigint-dig v0.8.4 |
1105 | 2025-02-21T12:48:51.357Z | Downloaded serde_yaml v0.9.34+deprecated |
1106 | 2025-02-21T12:48:51.360Z | Downloaded tracing v0.1.40 |
1107 | 2025-02-21T12:48:51.364Z | Downloaded polyval v0.6.2 |
1108 | 2025-02-21T12:48:51.367Z | Downloaded fs_extra v1.3.0 |
1109 | 2025-02-21T12:48:51.369Z | Downloaded unicode-properties v0.1.3 |
1110 | 2025-02-21T12:48:51.369Z | Downloaded fallible-streaming-iterator v0.1.9 |
1111 | 2025-02-21T12:48:51.372Z | Downloaded unicode-truncate v1.1.0 |
1112 | 2025-02-21T12:48:51.372Z | Downloaded thiserror-impl v2.0.11 |
1113 | 2025-02-21T12:48:51.375Z | Downloaded encoding_rs v0.8.34 |
1114 | 2025-02-21T12:48:51.393Z | Downloaded ron v0.7.1 |
1115 | 2025-02-21T12:48:51.398Z | Downloaded untrusted v0.9.0 |
1116 | 2025-02-21T12:48:51.400Z | Downloaded untrusted v0.7.1 |
1117 | 2025-02-21T12:48:51.400Z | Downloaded slog-dtrace v0.3.0 |
1118 | 2025-02-21T12:48:51.403Z | Downloaded slog-bunyan v2.5.0 |
1119 | 2025-02-21T12:48:51.403Z | Downloaded num-bigint v0.4.6 |
1120 | 2025-02-21T12:48:51.408Z | Downloaded prettyplease v0.2.29 |
1121 | 2025-02-21T12:48:51.411Z | Downloaded unicode-bidi v0.3.17 |
1122 | 2025-02-21T12:48:51.413Z | Downloaded structmeta v0.2.0 |
1123 | 2025-02-21T12:48:51.416Z | Downloaded snafu-derive v0.8.5 |
1124 | 2025-02-21T12:48:51.416Z | Downloaded zopfli v0.8.1 |
1125 | 2025-02-21T12:48:51.419Z | Downloaded progenitor-macro v0.8.0 |
1126 | 2025-02-21T12:48:51.419Z | Downloaded peg-macros v0.8.4 |
1127 | 2025-02-21T12:48:51.421Z | Downloaded newtype-uuid v1.2.1 |
1128 | 2025-02-21T12:48:51.423Z | Downloaded twox-hash v2.1.0 |
1129 | 2025-02-21T12:48:51.426Z | Downloaded rayon-core v1.12.1 |
1130 | 2025-02-21T12:48:51.429Z | Downloaded futures-executor v0.3.31 |
1131 | 2025-02-21T12:48:51.429Z | Downloaded tiny-keccak v2.0.2 |
1132 | 2025-02-21T12:48:51.432Z | Downloaded termcolor v1.4.1 |
1133 | 2025-02-21T12:48:51.435Z | Downloaded shlex v1.3.0 |
1134 | 2025-02-21T12:48:51.435Z | Downloaded yasna v0.5.2 |
1135 | 2025-02-21T12:48:51.437Z | Downloaded hashlink v0.9.1 |
1136 | 2025-02-21T12:48:51.437Z | Downloaded http v1.2.0 |
1137 | 2025-02-21T12:48:51.441Z | Downloaded flume v0.11.1 |
1138 | 2025-02-21T12:48:51.444Z | Downloaded slog-envlogger v2.2.0 |
1139 | 2025-02-21T12:48:51.446Z | Downloaded fragile v2.0.0 |
1140 | 2025-02-21T12:48:51.449Z | Downloaded signal-hook v0.3.17 |
1141 | 2025-02-21T12:48:51.452Z | Downloaded pkcs5 v0.7.1 |
1142 | 2025-02-21T12:48:51.455Z | Downloaded mockall_derive v0.13.0 |
1143 | 2025-02-21T12:48:51.457Z | Downloaded ecdsa v0.16.9 |
1144 | 2025-02-21T12:48:51.457Z | Downloaded der_derive v0.7.3 |
1145 | 2025-02-21T12:48:51.460Z | Downloaded value-bag v1.9.0 |
1146 | 2025-02-21T12:48:51.463Z | Downloaded oxnet v0.1.0 |
1147 | 2025-02-21T12:48:51.463Z | Downloaded number_prefix v0.4.0 |
1148 | 2025-02-21T12:48:51.463Z | Downloaded unicase v2.7.0 |
1149 | 2025-02-21T12:48:51.465Z | Downloaded num_enum_derive v0.5.11 |
1150 | 2025-02-21T12:48:51.466Z | Downloaded fatfs v0.3.6 |
1151 | 2025-02-21T12:48:51.468Z | Downloaded derive_more v0.99.19 |
1152 | 2025-02-21T12:48:51.472Z | Downloaded rustls-pki-types v1.10.0 |
1153 | 2025-02-21T12:48:51.475Z | Downloaded crossbeam-channel v0.5.13 |
1154 | 2025-02-21T12:48:51.480Z | Downloaded bumpalo v3.16.0 |
1155 | 2025-02-21T12:48:51.483Z | Downloaded typify v0.3.0 |
1156 | 2025-02-21T12:48:51.486Z | Downloaded schemars v0.8.21 |
1157 | 2025-02-21T12:48:51.497Z | Downloaded icu_collections v1.5.0 |
1158 | 2025-02-21T12:48:51.504Z | Downloaded pkcs1 v0.7.5 |
1159 | 2025-02-21T12:48:51.507Z | Downloaded pem-rfc7468 v0.7.0 |
1160 | 2025-02-21T12:48:51.510Z | Downloaded icu_properties v1.5.1 |
1161 | 2025-02-21T12:48:51.516Z | Downloaded signal-hook-mio v0.2.4 |
1162 | 2025-02-21T12:48:51.516Z | Downloaded scrypt v0.11.0 |
1163 | 2025-02-21T12:48:51.516Z | Downloaded scopeguard v1.2.0 |
1164 | 2025-02-21T12:48:51.519Z | Downloaded foldhash v0.1.3 |
1165 | 2025-02-21T12:48:51.519Z | Downloaded rustc-demangle v0.1.24 |
1166 | 2025-02-21T12:48:51.519Z | Downloaded icu_provider v1.5.0 |
1167 | 2025-02-21T12:48:51.521Z | Downloaded base64 v0.21.7 |
1168 | 2025-02-21T12:48:51.525Z | Downloaded progenitor-impl v0.8.0 |
1169 | 2025-02-21T12:48:51.527Z | Downloaded yoke v0.7.4 |
1170 | 2025-02-21T12:48:51.528Z | Downloaded tokio-rustls v0.25.0 |
1171 | 2025-02-21T12:48:51.530Z | Downloaded memmap2 v0.9.5 |
1172 | 2025-02-21T12:48:51.531Z | Downloaded hyper-util v0.1.10 |
1173 | 2025-02-21T12:48:51.536Z | Downloaded ena v0.14.3 |
1174 | 2025-02-21T12:48:51.539Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1175 | 2025-02-21T12:48:51.591Z | Downloaded sqlformat v0.2.6 |
1176 | 2025-02-21T12:48:51.593Z | Downloaded bytes v1.9.0 |
1177 | 2025-02-21T12:48:51.598Z | Downloaded utf16_iter v1.0.5 |
1178 | 2025-02-21T12:48:51.601Z | Downloaded openssl-macros v0.1.1 |
1179 | 2025-02-21T12:48:51.601Z | Downloaded thiserror-no-std v2.0.2 |
1180 | 2025-02-21T12:48:51.606Z | Downloaded icu_normalizer_data v1.5.0 |
1181 | 2025-02-21T12:48:51.606Z | Downloaded colored v2.1.0 |
1182 | 2025-02-21T12:48:51.609Z | Downloaded synstructure v0.13.1 |
1183 | 2025-02-21T12:48:51.609Z | Downloaded strip-ansi-escapes v0.2.0 |
1184 | 2025-02-21T12:48:51.609Z | Downloaded stable_deref_trait v1.2.0 |
1185 | 2025-02-21T12:48:51.609Z | Downloaded scheduled-thread-pool v0.2.7 |
1186 | 2025-02-21T12:48:51.609Z | Downloaded yoke-derive v0.7.4 |
1187 | 2025-02-21T12:48:51.611Z | Downloaded sync-ptr v0.1.1 |
1188 | 2025-02-21T12:48:51.611Z | Downloaded csv-core v0.1.11 |
1189 | 2025-02-21T12:48:51.611Z | Downloaded ciborium-io v0.2.2 |
1190 | 2025-02-21T12:48:51.611Z | Downloaded impl-trait-for-tuples v0.2.2 |
1191 | 2025-02-21T12:48:51.614Z | Downloaded hyper-rustls v0.27.3 |
1192 | 2025-02-21T12:48:51.616Z | Downloaded backoff v0.4.0 |
1193 | 2025-02-21T12:48:51.619Z | Downloaded ahash v0.8.11 |
1194 | 2025-02-21T12:48:51.624Z | Downloaded http-body-util v0.1.2 |
1195 | 2025-02-21T12:48:51.624Z | Downloaded cbc v0.1.2 |
1196 | 2025-02-21T12:48:51.629Z | Downloaded bzip2 v0.4.4 |
1197 | 2025-02-21T12:48:51.629Z | Downloaded internet-checksum v0.2.1 |
1198 | 2025-02-21T12:48:51.629Z | Downloaded async-trait v0.1.86 |
1199 | 2025-02-21T12:48:51.632Z | Downloaded argon2 v0.5.3 |
1200 | 2025-02-21T12:48:51.632Z | Downloaded ipnetwork v0.21.1 |
1201 | 2025-02-21T12:48:51.634Z | Downloaded linear-map v1.2.0 |
1202 | 2025-02-21T12:48:51.634Z | Downloaded humantime v2.1.0 |
1203 | 2025-02-21T12:48:51.638Z | Downloaded bcrypt-pbkdf v0.10.0 |
1204 | 2025-02-21T12:48:51.638Z | Downloaded idna_adapter v1.2.0 |
1205 | 2025-02-21T12:48:51.638Z | Downloaded cmake v0.1.51 |
1206 | 2025-02-21T12:48:51.641Z | Downloaded bit-vec v0.6.3 |
1207 | 2025-02-21T12:48:51.641Z | Downloaded buf-list v1.0.3 |
1208 | 2025-02-21T12:48:51.643Z | Downloaded bit-set v0.5.3 |
1209 | 2025-02-21T12:48:51.644Z | Downloaded castaway v0.2.3 |
1210 | 2025-02-21T12:48:51.646Z | Downloaded bitfield v0.14.0 |
1211 | 2025-02-21T12:48:51.646Z | Downloaded array-init v0.0.4 |
1212 | 2025-02-21T12:48:51.646Z | Downloaded base16ct v0.2.0 |
1213 | 2025-02-21T12:48:51.925Z | Downloaded ring v0.17.8 |
1214 | 2025-02-21T12:48:52.041Z | Downloaded libsqlite3-sys v0.30.1 |
1215 | 2025-02-21T12:48:52.118Z | Downloaded aws-lc-sys v0.22.0 |
1216 | 2025-02-21T12:48:52.426Z | Compiling serde v1.0.217 |
1217 | 2025-02-21T12:48:52.429Z | Compiling lock_api v0.4.12 |
1218 | 2025-02-21T12:48:52.429Z | Compiling value-bag v1.9.0 |
1219 | 2025-02-21T12:48:52.429Z | Compiling scopeguard v1.2.0 |
1220 | 2025-02-21T12:48:52.579Z | Compiling typenum v1.17.0 |
1221 | 2025-02-21T12:48:52.582Z | Compiling generic-array v0.14.7 |
1222 | 2025-02-21T12:48:52.638Z | Compiling syn v2.0.96 |
1223 | 2025-02-21T12:48:52.654Z | Compiling getrandom v0.2.15 |
1224 | 2025-02-21T12:48:52.753Z | Compiling subtle v2.6.1 |
1225 | 2025-02-21T12:48:52.975Z | Compiling rand_core v0.6.4 |
1226 | 2025-02-21T12:48:53.025Z | Compiling log v0.4.22 |
1227 | 2025-02-21T12:48:53.138Z | Compiling shlex v1.3.0 |
1228 | 2025-02-21T12:48:53.158Z | Compiling jobserver v0.1.32 |
1229 | 2025-02-21T12:48:53.183Z | Compiling smallvec v1.13.2 |
1230 | 2025-02-21T12:48:53.499Z | Compiling const-oid v0.9.6 |
1231 | 2025-02-21T12:48:53.519Z | Compiling pin-project-lite v0.2.14 |
1232 | 2025-02-21T12:48:53.537Z | Compiling rustix v0.38.37 |
1233 | 2025-02-21T12:48:53.567Z | Compiling cc v1.1.30 |
1234 | 2025-02-21T12:48:53.656Z | Compiling parking_lot_core v0.9.10 |
1235 | 2025-02-21T12:48:53.779Z | Compiling spin v0.9.8 |
1236 | 2025-02-21T12:48:53.949Z | Compiling futures-core v0.3.31 |
1237 | 2025-02-21T12:48:54.134Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2025-02-21T12:48:54.192Z | Compiling mio v1.0.2 |
1239 | 2025-02-21T12:48:54.370Z | Compiling aho-corasick v1.1.3 |
1240 | 2025-02-21T12:48:54.665Z | Compiling parking_lot v0.12.3 |
1241 | 2025-02-21T12:48:54.827Z | Compiling cpufeatures v0.2.14 |
1242 | 2025-02-21T12:48:54.940Z | Compiling stable_deref_trait v1.2.0 |
1243 | 2025-02-21T12:48:54.959Z | Compiling regex-syntax v0.8.5 |
1244 | 2025-02-21T12:48:55.048Z | Compiling futures-sink v0.3.31 |
1245 | 2025-02-21T12:48:55.194Z | Compiling socket2 v0.5.7 |
1246 | 2025-02-21T12:48:55.215Z | Compiling slab v0.4.9 |
1247 | 2025-02-21T12:48:55.441Z | Compiling glob v0.3.2 |
1248 | 2025-02-21T12:48:55.481Z | Compiling either v1.13.0 |
1249 | 2025-02-21T12:48:55.681Z | Compiling prettyplease v0.2.29 |
1250 | 2025-02-21T12:48:56.031Z | Compiling lazy_static v1.5.0 |
1251 | 2025-02-21T12:48:56.056Z | Compiling serde_json v1.0.135 |
1252 | 2025-02-21T12:48:56.128Z | Compiling minimal-lexical v0.2.1 |
1253 | 2025-02-21T12:48:56.169Z | Compiling futures-channel v0.3.31 |
1254 | 2025-02-21T12:48:56.362Z | Compiling clang-sys v1.8.1 |
1255 | 2025-02-21T12:48:56.477Z | Compiling libloading v0.8.5 |
1256 | 2025-02-21T12:48:56.598Z | Compiling nom v7.1.3 |
1257 | 2025-02-21T12:48:56.670Z | Compiling futures-task v0.3.31 |
1258 | 2025-02-21T12:48:56.847Z | Compiling futures-io v0.3.31 |
1259 | 2025-02-21T12:48:56.960Z | Compiling pin-utils v0.1.0 |
1260 | 2025-02-21T12:48:57.091Z | Compiling bindgen v0.69.5 |
1261 | 2025-02-21T12:48:57.093Z | Compiling home v0.5.9 |
1262 | 2025-02-21T12:48:57.126Z | Compiling itertools v0.10.5 |
1263 | 2025-02-21T12:48:57.318Z | Compiling foldhash v0.1.3 |
1264 | 2025-02-21T12:48:57.624Z | Compiling lazycell v1.3.0 |
1265 | 2025-02-21T12:48:57.803Z | Compiling allocator-api2 v0.2.18 |
1266 | 2025-02-21T12:48:57.995Z | Compiling rustc-hash v1.1.0 |
1267 | 2025-02-21T12:48:58.164Z | Compiling libm v0.2.8 |
1268 | 2025-02-21T12:48:58.537Z | Compiling hashbrown v0.15.1 |
1269 | 2025-02-21T12:48:58.566Z | Compiling cmake v0.1.51 |
1270 | 2025-02-21T12:48:58.794Z | Compiling regex-automata v0.4.8 |
1271 | 2025-02-21T12:48:59.417Z | Compiling num-traits v0.2.19 |
1272 | 2025-02-21T12:48:59.615Z | Compiling dunce v1.0.5 |
1273 | 2025-02-21T12:48:59.665Z | Compiling cexpr v0.6.0 |
1274 | 2025-02-21T12:48:59.727Z | Compiling pkg-config v0.3.31 |
1275 | 2025-02-21T12:48:59.753Z | Compiling fs_extra v1.3.0 |
1276 | 2025-02-21T12:48:59.941Z | Compiling synstructure v0.13.1 |
1277 | 2025-02-21T12:49:01.194Z | Compiling litemap v0.7.3 |
1278 | 2025-02-21T12:49:01.227Z | Compiling writeable v0.5.5 |
1279 | 2025-02-21T12:49:01.276Z | Compiling ring v0.17.8 |
1280 | 2025-02-21T12:49:01.574Z | Compiling paste v1.0.15 |
1281 | 2025-02-21T12:49:01.751Z | Compiling base64ct v1.6.0 |
1282 | 2025-02-21T12:49:02.303Z | Compiling pem-rfc7468 v0.7.0 |
1283 | 2025-02-21T12:49:02.412Z | Compiling icu_locid_transform_data v1.5.0 |
1284 | 2025-02-21T12:49:02.523Z | Compiling httparse v1.9.5 |
1285 | 2025-02-21T12:49:02.933Z | Compiling flagset v0.4.6 |
1286 | 2025-02-21T12:49:03.066Z | Compiling aws-lc-rs v1.10.0 |
1287 | 2025-02-21T12:49:03.239Z | Compiling tracing-core v0.1.32 |
1288 | 2025-02-21T12:49:03.454Z | Compiling percent-encoding v2.3.1 |
1289 | 2025-02-21T12:49:03.743Z | Compiling rustls-pki-types v1.10.0 |
1290 | 2025-02-21T12:49:03.763Z | Compiling crossbeam-utils v0.8.20 |
1291 | 2025-02-21T12:49:04.168Z | Compiling regex v1.11.1 |
1292 | 2025-02-21T12:49:04.259Z | Compiling icu_properties_data v1.5.0 |
1293 | 2025-02-21T12:49:04.537Z | Compiling vcpkg v0.2.15 |
1294 | 2025-02-21T12:49:04.662Z | Compiling utf16_iter v1.0.5 |
1295 | 2025-02-21T12:49:04.732Z | Compiling serde_derive v1.0.217 |
1296 | 2025-02-21T12:49:04.856Z | Compiling zeroize_derive v1.4.2 |
1297 | 2025-02-21T12:49:04.996Z | Compiling zerocopy-derive v0.7.35 |
1298 | 2025-02-21T12:49:05.023Z | Compiling tokio-macros v2.5.0 |
1299 | 2025-02-21T12:49:06.121Z | Compiling zerofrom-derive v0.1.4 |
1300 | 2025-02-21T12:49:06.255Z | Compiling zeroize v1.8.1 |
1301 | 2025-02-21T12:49:06.500Z | Compiling yoke-derive v0.7.4 |
1302 | 2025-02-21T12:49:06.958Z | Compiling zerocopy v0.7.35 |
1303 | 2025-02-21T12:49:06.993Z | Compiling zerovec-derive v0.10.3 |
1304 | 2025-02-21T12:49:07.856Z | Compiling crypto-common v0.1.6 |
1305 | 2025-02-21T12:49:08.103Z | Compiling block-buffer v0.10.4 |
1306 | 2025-02-21T12:49:08.222Z | Compiling futures-macro v0.3.31 |
1307 | 2025-02-21T12:49:08.254Z | Compiling thiserror-impl v1.0.69 |
1308 | 2025-02-21T12:49:08.380Z | Compiling digest v0.10.7 |
1309 | 2025-02-21T12:49:08.863Z | Compiling hmac v0.12.1 |
1310 | 2025-02-21T12:49:09.048Z | Compiling displaydoc v0.2.5 |
1311 | 2025-02-21T12:49:09.074Z | Compiling block-padding v0.3.3 |
1312 | 2025-02-21T12:49:09.114Z | Compiling sha2 v0.10.8 |
1313 | 2025-02-21T12:49:09.340Z | Compiling inout v0.1.3 |
1314 | 2025-02-21T12:49:09.359Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2025-02-21T12:49:09.461Z | Compiling zerofrom v0.1.4 |
1316 | 2025-02-21T12:49:09.608Z | Compiling cipher v0.4.4 |
1317 | 2025-02-21T12:49:09.696Z | Compiling yoke v0.7.4 |
1318 | 2025-02-21T12:49:10.031Z | Compiling futures-util v0.3.31 |
1319 | 2025-02-21T12:49:10.080Z | Compiling zerovec v0.10.4 |
1320 | 2025-02-21T12:49:10.121Z | Compiling ppv-lite86 v0.2.20 |
1321 | 2025-02-21T12:49:10.389Z | Compiling der_derive v0.7.3 |
1322 | 2025-02-21T12:49:10.490Z | Compiling tracing-attributes v0.1.27 |
1323 | 2025-02-21T12:49:10.896Z | Compiling rand_chacha v0.3.1 |
1324 | 2025-02-21T12:49:11.087Z | Compiling thiserror v1.0.69 |
1325 | 2025-02-21T12:49:11.279Z | Compiling pest v2.7.14 |
1326 | 2025-02-21T12:49:12.048Z | Compiling tinystr v0.7.6 |
1327 | 2025-02-21T12:49:12.450Z | Compiling icu_locid v1.5.0 |
1328 | 2025-02-21T12:49:12.589Z | Compiling icu_collections v1.5.0 |
1329 | 2025-02-21T12:49:12.680Z | Compiling der v0.7.9 |
1330 | 2025-02-21T12:49:13.214Z | Compiling rand v0.8.5 |
1331 | 2025-02-21T12:49:13.739Z | Compiling icu_provider v1.5.0 |
1332 | 2025-02-21T12:49:13.845Z | Compiling tracing v0.1.40 |
1333 | 2025-02-21T12:49:14.211Z | Compiling salsa20 v0.10.2 |
1334 | 2025-02-21T12:49:14.349Z | Compiling pbkdf2 v0.12.2 |
1335 | 2025-02-21T12:49:14.396Z | Compiling powerfmt v0.2.0 |
1336 | 2025-02-21T12:49:14.451Z | Compiling icu_locid_transform v1.5.0 |
1337 | 2025-02-21T12:49:14.524Z | Compiling utf8_iter v1.0.4 |
1338 | 2025-02-21T12:49:14.696Z | Compiling spki v0.7.3 |
1339 | 2025-02-21T12:49:14.765Z | Compiling untrusted v0.7.1 |
1340 | 2025-02-21T12:49:14.785Z | Compiling num-conv v0.1.0 |
1341 | 2025-02-21T12:49:14.972Z | Compiling mirai-annotations v1.12.0 |
1342 | 2025-02-21T12:49:15.060Z | Compiling icu_normalizer_data v1.5.0 |
1343 | 2025-02-21T12:49:15.063Z | Compiling untrusted v0.9.0 |
1344 | 2025-02-21T12:49:15.155Z | Compiling time-core v0.1.2 |
1345 | 2025-02-21T12:49:15.176Z | Compiling write16 v1.0.0 |
1346 | 2025-02-21T12:49:15.235Z | Compiling deranged v0.3.11 |
1347 | 2025-02-21T12:49:15.276Z | Compiling scrypt v0.11.0 |
1348 | 2025-02-21T12:49:15.319Z | Compiling pest_meta v2.7.14 |
1349 | 2025-02-21T12:49:15.338Z | Compiling time-macros v0.2.18 |
1350 | 2025-02-21T12:49:15.568Z | Compiling aes v0.8.4 |
1351 | 2025-02-21T12:49:15.765Z | Compiling icu_properties v1.5.1 |
1352 | 2025-02-21T12:49:16.717Z | Compiling cbc v0.1.2 |
1353 | 2025-02-21T12:49:16.742Z | Compiling openssl-sys v0.9.106 |
1354 | 2025-02-21T12:49:16.970Z | Compiling scroll_derive v0.12.0 |
1355 | 2025-02-21T12:49:17.551Z | Compiling bitflags v2.6.0 |
1356 | 2025-02-21T12:49:17.816Z | Compiling bytes v1.9.0 |
1357 | 2025-02-21T12:49:18.348Z | Compiling indexmap v2.7.1 |
1358 | 2025-02-21T12:49:18.367Z | Compiling semver v1.0.24 |
1359 | 2025-02-21T12:49:18.960Z | Compiling tokio v1.43.0 |
1360 | 2025-02-21T12:49:19.052Z | Compiling http v1.2.0 |
1361 | 2025-02-21T12:49:19.444Z | Compiling icu_normalizer v1.5.0 |
1362 | 2025-02-21T12:49:19.471Z | Compiling rustc_version v0.4.1 |
1363 | 2025-02-21T12:49:19.687Z | Compiling tinyvec_macros v0.1.1 |
1364 | 2025-02-21T12:49:19.792Z | Compiling num_threads v0.1.7 |
1365 | 2025-02-21T12:49:19.940Z | Compiling atomic-waker v1.1.2 |
1366 | 2025-02-21T12:49:20.125Z | Compiling time v0.3.36 |
1367 | 2025-02-21T12:49:20.140Z | Compiling tinyvec v1.8.0 |
1368 | 2025-02-21T12:49:20.264Z | Compiling scroll v0.12.0 |
1369 | 2025-02-21T12:49:20.778Z | Compiling http-body v1.0.1 |
1370 | 2025-02-21T12:49:21.008Z | Compiling idna_adapter v1.2.0 |
1371 | 2025-02-21T12:49:21.168Z | Compiling pkcs5 v0.7.1 |
1372 | 2025-02-21T12:49:21.188Z | Compiling pest_generator v2.7.14 |
1373 | 2025-02-21T12:49:21.193Z | Compiling form_urlencoded v1.2.1 |
1374 | 2025-02-21T12:49:21.254Z | Compiling try-lock v0.2.5 |
1375 | 2025-02-21T12:49:21.427Z | Compiling slog v2.7.0 |
1376 | 2025-02-21T12:49:21.523Z | Compiling which v4.4.2 |
1377 | 2025-02-21T12:49:21.601Z | Compiling want v0.3.1 |
1378 | 2025-02-21T12:49:22.016Z | Compiling pkcs8 v0.10.2 |
1379 | 2025-02-21T12:49:22.063Z | Compiling goblin v0.8.2 |
1380 | 2025-02-21T12:49:22.187Z | Compiling idna v1.0.3 |
1381 | 2025-02-21T12:49:22.568Z | Compiling uuid v1.12.0 |
1382 | 2025-02-21T12:49:22.650Z | Compiling tower-service v0.3.3 |
1383 | 2025-02-21T12:49:22.796Z | Compiling iana-time-zone v0.1.61 |
1384 | 2025-02-21T12:49:22.984Z | Compiling pest_derive v2.7.14 |
1385 | 2025-02-21T12:49:23.148Z | Compiling httpdate v1.0.3 |
1386 | 2025-02-21T12:49:23.542Z | Compiling chrono v0.4.39 |
1387 | 2025-02-21T12:49:23.766Z | Compiling dtrace-parser v0.2.0 |
1388 | 2025-02-21T12:49:24.055Z | Compiling serde_tokenstream v0.2.2 |
1389 | 2025-02-21T12:49:24.401Z | Compiling toml_datetime v0.6.8 |
1390 | 2025-02-21T12:49:24.590Z | Compiling serde_spanned v0.6.8 |
1391 | 2025-02-21T12:49:24.623Z | Compiling foreign-types-shared v0.1.1 |
1392 | 2025-02-21T12:49:24.753Z | Compiling openssl v0.10.71 |
1393 | 2025-02-21T12:49:24.839Z | Compiling rustversion v1.0.17 |
1394 | 2025-02-21T12:49:24.865Z | Compiling match_cfg v0.1.0 |
1395 | 2025-02-21T12:49:24.971Z | Compiling adler2 v2.0.0 |
1396 | 2025-02-21T12:49:25.177Z | Compiling base64 v0.22.1 |
1397 | 2025-02-21T12:49:25.227Z | Compiling miniz_oxide v0.8.0 |
1398 | 2025-02-21T12:49:25.590Z | Compiling hostname v0.3.1 |
1399 | 2025-02-21T12:49:25.607Z | Compiling foreign-types v0.3.2 |
1400 | 2025-02-21T12:49:25.710Z | Compiling url v2.5.3 |
1401 | 2025-02-21T12:49:25.830Z | Compiling openssl-macros v0.1.1 |
1402 | 2025-02-21T12:49:26.605Z | Compiling async-trait v0.1.86 |
1403 | 2025-02-21T12:49:26.632Z | Compiling serde_derive_internals v0.29.1 |
1404 | 2025-02-21T12:49:26.740Z | Compiling tokio-util v0.7.12 |
1405 | 2025-02-21T12:49:27.034Z | Compiling dirs-sys-next v0.1.2 |
1406 | 2025-02-21T12:49:27.468Z | Compiling rustls v0.23.19 |
1407 | 2025-02-21T12:49:27.581Z | Compiling siphasher v0.3.11 |
1408 | 2025-02-21T12:49:27.753Z | Compiling h2 v0.4.6 |
1409 | 2025-02-21T12:49:27.937Z | Compiling dof v0.3.0 |
1410 | 2025-02-21T12:49:27.957Z | Compiling native-tls v0.2.12 |
1411 | 2025-02-21T12:49:28.308Z | Compiling rustls v0.22.4 |
1412 | 2025-02-21T12:49:28.607Z | Compiling data-encoding v2.6.0 |
1413 | 2025-02-21T12:49:28.846Z | Compiling usdt-impl v0.5.0 |
1414 | 2025-02-21T12:49:28.941Z | Compiling syn v1.0.109 |
1415 | 2025-02-21T12:49:29.525Z | Compiling schemars v0.8.21 |
1416 | 2025-02-21T12:49:29.697Z | Compiling schemars_derive v0.8.21 |
1417 | 2025-02-21T12:49:29.964Z | Compiling dirs-next v2.0.0 |
1418 | 2025-02-21T12:49:30.491Z | Compiling unicode-normalization v0.1.24 |
1419 | 2025-02-21T12:49:30.977Z | Compiling http-body-util v0.1.2 |
1420 | 2025-02-21T12:49:31.439Z | Compiling heapless v0.7.17 |
1421 | 2025-02-21T12:49:31.470Z | Compiling crossbeam-epoch v0.9.18 |
1422 | 2025-02-21T12:49:31.605Z | Compiling signature v2.2.0 |
1423 | 2025-02-21T12:49:31.796Z | Compiling sha1 v0.10.6 |
1424 | 2025-02-21T12:49:31.874Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1425 | 2025-02-21T12:49:31.916Z | Compiling thread_local v1.1.8 |
1426 | 2025-02-21T12:49:32.113Z | Compiling encoding_rs v0.8.34 |
1427 | 2025-02-21T12:49:32.208Z | Compiling cookie v0.18.1 |
1428 | 2025-02-21T12:49:32.345Z | Compiling multer v3.1.0 |
1429 | 2025-02-21T12:49:32.363Z | Compiling unicode-bidi v0.3.17 |
1430 | 2025-02-21T12:49:32.513Z | Compiling dyn-clone v1.0.18 |
1431 | 2025-02-21T12:49:32.631Z | Compiling unicode-properties v0.1.3 |
1432 | 2025-02-21T12:49:32.663Z | Compiling mime v0.3.17 |
1433 | 2025-02-21T12:49:32.726Z | Compiling ipnet v2.10.1 |
1434 | 2025-02-21T12:49:33.026Z | Compiling signal-hook v0.3.17 |
1435 | 2025-02-21T12:49:33.147Z | Compiling openssl-probe v0.1.5 |
1436 | 2025-02-21T12:49:33.333Z | Compiling slog-async v2.8.0 |
1437 | 2025-02-21T12:49:33.455Z | Compiling gimli v0.31.1 |
1438 | 2025-02-21T12:49:33.567Z | Compiling rayon-core v1.12.1 |
1439 | 2025-02-21T12:49:33.763Z | Compiling toml_edit v0.22.22 |
1440 | 2025-02-21T12:49:33.916Z | Compiling stringprep v0.1.5 |
1441 | 2025-02-21T12:49:34.893Z | Compiling hyper v1.5.2 |
1442 | 2025-02-21T12:49:37.300Z | Compiling hyper-util v0.1.10 |
1443 | 2025-02-21T12:49:37.708Z | Compiling crossbeam-deque v0.8.5 |
1444 | 2025-02-21T12:49:37.745Z | Compiling addr2line v0.24.2 |
1445 | 2025-02-21T12:49:37.898Z | Compiling usdt-macro v0.5.0 |
1446 | 2025-02-21T12:49:38.102Z | Compiling usdt-attr-macro v0.5.0 |
1447 | 2025-02-21T12:49:38.370Z | Compiling term v0.7.0 |
1448 | 2025-02-21T12:49:38.492Z | Compiling slog-json v2.6.1 |
1449 | 2025-02-21T12:49:38.844Z | Compiling serde_urlencoded v0.7.1 |
1450 | 2025-02-21T12:49:39.290Z | Compiling curve25519-dalek v4.1.3 |
1451 | 2025-02-21T12:49:39.326Z | Compiling crossbeam-channel v0.5.13 |
1452 | 2025-02-21T12:49:39.469Z | Compiling futures-executor v0.3.31 |
1453 | 2025-02-21T12:49:39.628Z | Compiling enum-as-inner v0.6.1 |
1454 | 2025-02-21T12:49:39.946Z | Compiling md-5 v0.10.6 |
1455 | 2025-02-21T12:49:39.986Z | Compiling async-stream-impl v0.3.6 |
1456 | 2025-02-21T12:49:40.074Z | Compiling rustls-pemfile v2.2.0 |
1457 | 2025-02-21T12:49:40.204Z | Compiling num-integer v0.1.46 |
1458 | 2025-02-21T12:49:40.288Z | Compiling hash32 v0.2.1 |
1459 | 2025-02-21T12:49:40.386Z | Compiling ff v0.13.0 |
1460 | 2025-02-21T12:49:40.626Z | Compiling is-terminal v0.4.13 |
1461 | 2025-02-21T12:49:40.644Z | Compiling dropshot v0.12.0 |
1462 | 2025-02-21T12:49:40.665Z | Compiling object v0.36.5 |
1463 | 2025-02-21T12:49:40.761Z | Compiling memoffset v0.9.1 |
1464 | 2025-02-21T12:49:40.799Z | Compiling utf-8 v0.7.6 |
1465 | 2025-02-21T12:49:40.865Z | Compiling fallible-iterator v0.2.0 |
1466 | 2025-02-21T12:49:41.000Z | Compiling linked-hash-map v0.5.6 |
1467 | 2025-02-21T12:49:41.134Z | Compiling litrs v0.4.1 |
1468 | 2025-02-21T12:49:41.174Z | Compiling take_mut v0.2.2 |
1469 | 2025-02-21T12:49:41.271Z | Compiling base16ct v0.2.0 |
1470 | 2025-02-21T12:49:41.333Z | Compiling cfg_aliases v0.2.1 |
1471 | 2025-02-21T12:49:41.349Z | Compiling portable-atomic v1.9.0 |
1472 | 2025-02-21T12:49:41.435Z | Compiling anyhow v1.0.96 |
1473 | 2025-02-21T12:49:41.546Z | Compiling smoltcp v0.9.1 |
1474 | 2025-02-21T12:49:41.594Z | Compiling rustc-demangle v0.1.24 |
1475 | 2025-02-21T12:49:42.029Z | Compiling quick-error v1.2.3 |
1476 | 2025-02-21T12:49:42.177Z | Compiling psl-types v2.0.11 |
1477 | 2025-02-21T12:49:42.198Z | Compiling num-bigint-dig v0.8.4 |
1478 | 2025-02-21T12:49:42.249Z | Compiling document-features v0.2.10 |
1479 | 2025-02-21T12:49:42.379Z | Compiling publicsuffix v2.3.0 |
1480 | 2025-02-21T12:49:42.401Z | Compiling resolv-conf v0.7.0 |
1481 | 2025-02-21T12:49:42.558Z | Compiling postgres-protocol v0.6.7 |
1482 | 2025-02-21T12:49:42.660Z | Compiling sec1 v0.7.3 |
1483 | 2025-02-21T12:49:42.885Z | Compiling nix v0.29.0 |
1484 | 2025-02-21T12:49:43.195Z | Compiling lru-cache v0.1.2 |
1485 | 2025-02-21T12:49:43.393Z | Compiling async-stream v0.3.6 |
1486 | 2025-02-21T12:49:43.560Z | Compiling tungstenite v0.24.0 |
1487 | 2025-02-21T12:49:43.704Z | Compiling slog-term v2.9.1 |
1488 | 2025-02-21T12:49:43.725Z | Compiling num-iter v0.1.45 |
1489 | 2025-02-21T12:49:43.744Z | Compiling hickory-proto v0.24.3 |
1490 | 2025-02-21T12:49:43.916Z | Compiling usdt v0.5.0 |
1491 | 2025-02-21T12:49:44.029Z | Compiling group v0.13.0 |
1492 | 2025-02-21T12:49:44.504Z | Compiling futures v0.3.31 |
1493 | 2025-02-21T12:49:44.626Z | Compiling slog-bunyan v2.5.0 |
1494 | 2025-02-21T12:49:44.960Z | Compiling toml v0.8.19 |
1495 | 2025-02-21T12:49:45.480Z | Compiling tokio-native-tls v0.3.1 |
1496 | 2025-02-21T12:49:46.322Z | Compiling camino v1.1.9 |
1497 | 2025-02-21T12:49:46.452Z | Compiling phf_shared v0.11.2 |
1498 | 2025-02-21T12:49:46.756Z | Compiling dropshot_endpoint v0.12.0 |
1499 | 2025-02-21T12:49:46.807Z | Compiling terminal_size v0.4.0 |
1500 | 2025-02-21T12:49:47.035Z | Compiling openapiv3 v2.0.0 |
1501 | 2025-02-21T12:49:47.158Z | Compiling waitgroup v0.1.2 |
1502 | 2025-02-21T12:49:47.178Z | Compiling serde_path_to_error v0.1.16 |
1503 | 2025-02-21T12:49:47.385Z | Compiling backtrace v0.3.74 |
1504 | 2025-02-21T12:49:47.791Z | Compiling hkdf v0.12.4 |
1505 | 2025-02-21T12:49:47.944Z | Compiling crypto-bigint v0.5.5 |
1506 | 2025-02-21T12:49:48.054Z | Compiling curve25519-dalek-derive v0.1.1 |
1507 | 2025-02-21T12:49:49.442Z | Compiling zerocopy-derive v0.6.6 |
1508 | 2025-02-21T12:49:50.152Z | Compiling hubpack_derive v0.1.1 |
1509 | 2025-02-21T12:49:50.195Z | Compiling webpki-roots v0.26.6 |
1510 | 2025-02-21T12:49:50.413Z | Compiling sync_wrapper v1.0.1 |
1511 | 2025-02-21T12:49:50.585Z | Compiling hostname v0.4.0 |
1512 | 2025-02-21T12:49:50.759Z | Compiling fs-err v2.11.0 |
1513 | 2025-02-21T12:49:50.800Z | Compiling crc32fast v1.4.2 |
1514 | 2025-02-21T12:49:51.014Z | Compiling ahash v0.8.11 |
1515 | 2025-02-21T12:49:51.081Z | Compiling debug-ignore v1.0.5 |
1516 | 2025-02-21T12:49:51.120Z | Compiling bitflags v1.3.2 |
1517 | 2025-02-21T12:49:51.155Z | Compiling managed v0.8.0 |
1518 | 2025-02-21T12:49:51.237Z | Compiling newtype-uuid v1.2.1 |
1519 | 2025-02-21T12:49:51.257Z | Compiling unicode-width v0.2.0 |
1520 | 2025-02-21T12:49:51.337Z | Compiling winnow v0.5.40 |
1521 | 2025-02-21T12:49:51.357Z | Compiling tower-layer v0.3.3 |
1522 | 2025-02-21T12:49:51.536Z | Compiling clap_builder v4.5.30 |
1523 | 2025-02-21T12:49:51.622Z | Compiling tower v0.5.2 |
1524 | 2025-02-21T12:49:51.795Z | Compiling console v0.15.10 |
1525 | 2025-02-21T12:49:52.476Z | Compiling strum_macros v0.25.3 |
1526 | 2025-02-21T12:49:52.609Z | Compiling zerocopy v0.6.6 |
1527 | 2025-02-21T12:49:53.223Z | Compiling flate2 v1.0.35 |
1528 | 2025-02-21T12:49:53.339Z | Compiling hubpack v0.1.2 |
1529 | 2025-02-21T12:49:53.537Z | Compiling elliptic-curve v0.13.8 |
1530 | 2025-02-21T12:49:53.873Z | Compiling hickory-resolver v0.24.3 |
1531 | 2025-02-21T12:49:54.338Z | Compiling signal-hook-mio v0.2.4 |
1532 | 2025-02-21T12:49:54.511Z | Compiling toml_edit v0.19.15 |
1533 | 2025-02-21T12:49:54.750Z | Compiling phf v0.11.2 |
1534 | 2025-02-21T12:49:54.824Z | Compiling cookie_store v0.21.1 |
1535 | 2025-02-21T12:49:55.044Z | Compiling hyper-tls v0.6.0 |
1536 | 2025-02-21T12:49:55.441Z | Compiling rayon v1.10.0 |
1537 | 2025-02-21T12:49:56.095Z | Compiling bzip2 v0.4.4 |
1538 | 2025-02-21T12:49:56.269Z | Compiling tokio-tungstenite v0.24.0 |
1539 | 2025-02-21T12:49:56.975Z | Compiling postgres-types v0.2.8 |
1540 | 2025-02-21T12:49:59.240Z | Compiling ed25519 v2.2.3 |
1541 | 2025-02-21T12:49:59.366Z | Compiling phf_shared v0.10.0 |
1542 | 2025-02-21T12:49:59.490Z | Compiling tokio-stream v0.1.16 |
1543 | 2025-02-21T12:49:59.744Z | Compiling pkcs1 v0.7.5 |
1544 | 2025-02-21T12:49:59.766Z | Compiling serde-big-array v0.5.1 |
1545 | 2025-02-21T12:49:59.999Z | Compiling clap_derive v4.5.28 |
1546 | 2025-02-21T12:50:00.447Z | Compiling rfc6979 v0.4.0 |
1547 | 2025-02-21T12:50:00.622Z | Compiling serde_repr v0.1.19 |
1548 | 2025-02-21T12:50:00.645Z | Compiling derive-where v1.2.7 |
1549 | 2025-02-21T12:50:01.052Z | Compiling bstr v1.10.0 |
1550 | 2025-02-21T12:50:01.467Z | Compiling float-cmp v0.10.0 |
1551 | 2025-02-21T12:50:01.657Z | Compiling unicode-segmentation v1.12.0 |
1552 | 2025-02-21T12:50:01.718Z | Compiling fixedbitset v0.4.2 |
1553 | 2025-02-21T12:50:01.761Z | Compiling predicates-core v1.0.8 |
1554 | 2025-02-21T12:50:02.092Z | Compiling normalize-line-endings v0.3.0 |
1555 | 2025-02-21T12:50:02.155Z | Compiling difflib v0.4.0 |
1556 | 2025-02-21T12:50:02.236Z | Compiling bit-vec v0.6.3 |
1557 | 2025-02-21T12:50:02.536Z | Compiling whoami v1.5.2 |
1558 | 2025-02-21T12:50:02.645Z | Compiling precomputed-hash v0.1.1 |
1559 | 2025-02-21T12:50:02.648Z | Compiling new_debug_unreachable v1.0.6 |
1560 | 2025-02-21T12:50:02.768Z | Compiling number_prefix v0.4.0 |
1561 | 2025-02-21T12:50:02.789Z | Compiling static_assertions v1.1.0 |
1562 | 2025-02-21T12:50:02.898Z | Compiling tokio-postgres v0.7.12 |
1563 | 2025-02-21T12:50:03.002Z | Compiling indicatif v0.17.11 |
1564 | 2025-02-21T12:50:03.109Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1565 | 2025-02-21T12:50:03.481Z | Compiling string_cache v0.8.7 |
1566 | 2025-02-21T12:50:03.713Z | Compiling predicates v3.1.3 |
1567 | 2025-02-21T12:50:03.909Z | Compiling bit-set v0.5.3 |
1568 | 2025-02-21T12:50:04.171Z | Compiling similar v2.6.0 |
1569 | 2025-02-21T12:50:04.349Z | Compiling clap v4.5.30 |
1570 | 2025-02-21T12:50:04.475Z | Compiling petgraph v0.6.5 |
1571 | 2025-02-21T12:50:04.943Z | Compiling ecdsa v0.16.9 |
1572 | 2025-02-21T12:50:05.172Z | Compiling rsa v0.9.6 |
1573 | 2025-02-21T12:50:05.731Z | Compiling ed25519-dalek v2.1.1 |
1574 | 2025-02-21T12:50:06.284Z | Compiling toml v0.7.8 |
1575 | 2025-02-21T12:50:07.683Z | Compiling zip v0.6.6 |
1576 | 2025-02-21T12:50:08.090Z | Compiling crossterm v0.28.1 |
1577 | 2025-02-21T12:50:09.261Z | Compiling hex v0.4.3 |
1578 | 2025-02-21T12:50:09.296Z | Compiling x509-cert v0.2.5 |
1579 | 2025-02-21T12:50:09.353Z | Compiling unicode-xid v0.2.6 |
1580 | 2025-02-21T12:50:09.499Z | Compiling lalrpop-util v0.19.12 |
1581 | 2025-02-21T12:50:09.567Z | Compiling peg-runtime v0.8.3 |
1582 | 2025-02-21T12:50:09.811Z | Compiling strum_macros v0.26.4 |
1583 | 2025-02-21T12:50:09.866Z | Compiling xattr v1.3.1 |
1584 | 2025-02-21T12:50:10.127Z | Compiling filetime v0.2.25 |
1585 | 2025-02-21T12:50:10.434Z | Compiling tar v0.4.42 |
1586 | 2025-02-21T12:50:13.712Z | Compiling strum v0.26.3 |
1587 | 2025-02-21T12:50:17.403Z | Compiling aws-lc-sys v0.22.0 |
1588 | 2025-02-21T12:50:44.509Z | Compiling rustls-webpki v0.102.8 |
1589 | 2025-02-21T12:50:47.678Z | Compiling tokio-rustls v0.25.0 |
1590 | 2025-02-21T12:50:49.433Z | Compiling tokio-rustls v0.26.0 |
1591 | 2025-02-21T12:50:49.707Z | Compiling hyper-rustls v0.27.3 |
1592 | 2025-02-21T12:50:50.017Z | Compiling reqwest v0.12.12 |
1593 | 2025-02-21T12:50:51.358Z | Compiling qorb v0.2.1 |
1594 | 2025-02-21T12:50:54.335Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1595 | 2025-02-21T12:50:54.594Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1596 | 2025-02-21T12:50:58.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
1597 | 2025-02-21T12:50:59.107Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1598 | 2025-02-21T12:50:59.155Z | Feb 21 12:50:58.342 INFO Starting download, target: Clickhouse |
1599 | 2025-02-21T12:50:59.155Z | Feb 21 12:50:58.343 INFO Starting download, target: Cockroach |
1600 | 2025-02-21T12:50:59.155Z | Feb 21 12:50:58.343 INFO Starting download, target: Console |
1601 | 2025-02-21T12:50:59.155Z | Feb 21 12:50:58.343 INFO Starting download, target: DendriteOpenapi |
1602 | 2025-02-21T12:50:59.155Z | Feb 21 12:50:58.343 INFO Starting download, target: DendriteStub |
1603 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.343 INFO Starting download, target: MaghemiteMgd |
1604 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.343 INFO Starting download, target: TransceiverControl |
1605 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.343 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1606 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.344 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1607 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.344 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1608 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.344 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1609 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.344 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1610 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.344 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1611 | 2025-02-21T12:50:59.158Z | Feb 21 12:50:58.344 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1612 | 2025-02-21T12:50:59.321Z | Feb 21 12:50:58.468 INFO Download complete, target: DendriteOpenapi |
1613 | 2025-02-21T12:50:59.509Z | Feb 21 12:50:58.673 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1614 | 2025-02-21T12:50:59.680Z | Feb 21 12:50:58.863 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1615 | 2025-02-21T12:50:59.950Z | Feb 21 12:50:59.140 INFO Download complete, target: TransceiverControl |
1616 | 2025-02-21T12:51:00.036Z | Feb 21 12:50:59.222 INFO Download complete, target: Console |
1617 | 2025-02-21T12:51:00.104Z | Feb 21 12:50:59.290 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1618 | 2025-02-21T12:51:00.362Z | Feb 21 12:50:59.556 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1619 | 2025-02-21T12:51:00.812Z | Feb 21 12:51:00.009 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1620 | 2025-02-21T12:51:00.812Z | Feb 21 12:51:00.009 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1621 | 2025-02-21T12:51:01.247Z | Feb 21 12:51:00.446 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1622 | 2025-02-21T12:51:03.251Z | Feb 21 12:51:02.461 INFO Download complete, target: MaghemiteMgd |
1623 | 2025-02-21T12:51:03.261Z | Feb 21 12:51:02.471 INFO Download complete, target: DendriteStub |
1624 | 2025-02-21T12:51:08.038Z | Feb 21 12:51:07.276 INFO Checking that binary works, target: Cockroach |
1625 | 2025-02-21T12:51:08.205Z | Feb 21 12:51:07.443 INFO Download complete, target: Cockroach |
1626 | 2025-02-21T12:51:13.309Z | Feb 21 12:51:12.576 INFO Checking that binary works, target: Clickhouse |
1627 | 2025-02-21T12:51:13.463Z | Feb 21 12:51:12.731 INFO Download complete, target: Clickhouse |
1628 | 2025-02-21T12:51:13.484Z | All builder prerequisites installed successfully, and PATH looks valid |
1629 | 2025-02-21T12:51:13.486Z | |
1630 | 2025-02-21T12:51:13.486Z | real 6:05.579207603 |
1631 | 2025-02-21T12:51:13.486Z | user 15:21.804164163 |
1632 | 2025-02-21T12:51:13.486Z | sys 2:03.265797182 |
1633 | 2025-02-21T12:51:13.487Z | trap 0.535018084 |
1634 | 2025-02-21T12:51:13.487Z | tflt 0.993382652 |
1635 | 2025-02-21T12:51:13.487Z | dflt 1.282953639 |
1636 | 2025-02-21T12:51:13.487Z | kflt 0.026426378 |
1637 | 2025-02-21T12:51:13.487Z | lock 23:16.810951683 |
1638 | 2025-02-21T12:51:13.487Z | slp 56:18.272894706 |
1639 | 2025-02-21T12:51:13.487Z | lat 59.362229691 |
1640 | 2025-02-21T12:51:13.487Z | stop 2:21.925116152 |
1641 | 2025-02-21T12:51:13.487Z | + banner hack-check |
1642 | 2025-02-21T12:51:13.489Z | |
1643 | 2025-02-21T12:51:13.489Z | # # ## #### # # #### # # ###### #### # # |
1644 | 2025-02-21T12:51:13.489Z | # # # # # # # # # # # # # # # # # |
1645 | 2025-02-21T12:51:13.490Z | ###### # # # #### ##### # ###### ##### # #### |
1646 | 2025-02-21T12:51:13.490Z | # # ###### # # # # # # # # # # |
1647 | 2025-02-21T12:51:13.490Z | # # # # # # # # # # # # # # # # # |
1648 | 2025-02-21T12:51:13.490Z | # # # # #### # # #### # # ###### #### # # |
1649 | 2025-02-21T12:51:13.490Z | |
1650 | 2025-02-21T12:51:13.490Z | + export CARGO_INCREMENTAL=0 |
1651 | 2025-02-21T12:51:13.490Z | + CARGO_INCREMENTAL=0 |
1652 | 2025-02-21T12:51:13.490Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1653 | 2025-02-21T12:51:14.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1654 | 2025-02-21T12:51:16.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1655 | 2025-02-21T12:51:16.853Z | Running `target/debug/xtask check-features --ci` |
1656 | 2025-02-21T12:51:16.873Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1657 | 2025-02-21T12:51:16.876Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1658 | 2025-02-21T12:51:17.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1659 | 2025-02-21T12:51:17.349Z | Running `target/debug/xtask download cargo-hack` |
1660 | 2025-02-21T12:51:18.181Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1661 | 2025-02-21T12:51:18.543Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1662 | 2025-02-21T12:51:22.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
1663 | 2025-02-21T12:51:22.359Z | Running `target/debug/xtask-downloader cargo-hack` |
1664 | 2025-02-21T12:51:22.406Z | Feb 21 12:51:21.702 INFO Starting download, target: CargoHack |
1665 | 2025-02-21T12:51:22.440Z | Feb 21 12:51:21.703 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1666 | 2025-02-21T12:51:22.894Z | Feb 21 12:51:22.147 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1667 | 2025-02-21T12:51:22.961Z | Feb 21 12:51:22.237 INFO Download complete, target: CargoHack |
1668 | 2025-02-21T12:51:23.014Z | 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" |
1669 | 2025-02-21T12:51:23.014Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1670 | 2025-02-21T12:51:23.130Z | info: running `cargo check --bins` on api_identity (1/199) |
1671 | 2025-02-21T12:51:23.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-02-21T12:51:23.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-02-21T12:51:23.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-02-21T12:51:23.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1675 | 2025-02-21T12:51:23.785Z | |
1676 | 2025-02-21T12:51:23.785Z | info: running `cargo check --bins` on bootstore (2/199) |
1677 | 2025-02-21T12:51:24.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-02-21T12:51:24.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-02-21T12:51:24.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-02-21T12:51:24.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1681 | 2025-02-21T12:51:24.341Z | |
1682 | 2025-02-21T12:51:24.341Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1683 | 2025-02-21T12:51:24.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-02-21T12:51:24.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-02-21T12:51:24.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-02-21T12:51:24.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1687 | 2025-02-21T12:51:24.966Z | |
1688 | 2025-02-21T12:51:24.966Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1689 | 2025-02-21T12:51:25.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-02-21T12:51:25.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-02-21T12:51:25.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-02-21T12:51:25.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1693 | 2025-02-21T12:51:25.595Z | |
1694 | 2025-02-21T12:51:25.595Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1695 | 2025-02-21T12:51:25.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-02-21T12:51:25.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-02-21T12:51:25.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-02-21T12:51:25.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1699 | 2025-02-21T12:51:26.018Z | |
1700 | 2025-02-21T12:51:26.018Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1701 | 2025-02-21T12:51:26.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-02-21T12:51:26.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-02-21T12:51:26.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-02-21T12:51:26.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1705 | 2025-02-21T12:51:26.470Z | |
1706 | 2025-02-21T12:51:26.470Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1707 | 2025-02-21T12:51:26.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-02-21T12:51:27.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-02-21T12:51:27.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-02-21T12:51:27.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1711 | 2025-02-21T12:51:27.101Z | |
1712 | 2025-02-21T12:51:27.101Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1713 | 2025-02-21T12:51:27.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-02-21T12:51:27.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-02-21T12:51:27.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-02-21T12:51:27.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1717 | 2025-02-21T12:51:27.463Z | |
1718 | 2025-02-21T12:51:27.463Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1719 | 2025-02-21T12:51:27.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-02-21T12:51:27.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-02-21T12:51:27.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-02-21T12:51:27.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1723 | 2025-02-21T12:51:27.844Z | |
1724 | 2025-02-21T12:51:27.844Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1725 | 2025-02-21T12:51:28.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-02-21T12:51:28.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-02-21T12:51:28.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-02-21T12:51:28.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1729 | 2025-02-21T12:51:28.165Z | |
1730 | 2025-02-21T12:51:28.165Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1731 | 2025-02-21T12:51:28.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-02-21T12:51:28.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-02-21T12:51:28.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-02-21T12:51:28.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1735 | 2025-02-21T12:51:28.588Z | |
1736 | 2025-02-21T12:51:28.588Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1737 | 2025-02-21T12:51:28.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-02-21T12:51:28.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-02-21T12:51:28.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-02-21T12:51:28.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1741 | 2025-02-21T12:51:29.020Z | |
1742 | 2025-02-21T12:51:29.020Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1743 | 2025-02-21T12:51:29.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-02-21T12:51:29.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-02-21T12:51:29.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-02-21T12:51:29.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2025-02-21T12:51:29.445Z | |
1748 | 2025-02-21T12:51:29.445Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1749 | 2025-02-21T12:51:29.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-02-21T12:51:29.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-02-21T12:51:29.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-02-21T12:51:29.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2025-02-21T12:51:29.871Z | |
1754 | 2025-02-21T12:51:29.871Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1755 | 2025-02-21T12:51:30.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-02-21T12:51:30.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-02-21T12:51:30.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-02-21T12:51:30.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1759 | 2025-02-21T12:51:30.299Z | |
1760 | 2025-02-21T12:51:30.299Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1761 | 2025-02-21T12:51:30.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-02-21T12:51:30.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-02-21T12:51:30.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-02-21T12:51:30.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1765 | 2025-02-21T12:51:30.727Z | |
1766 | 2025-02-21T12:51:30.727Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1767 | 2025-02-21T12:51:31.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-02-21T12:51:31.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-02-21T12:51:31.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-02-21T12:51:31.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1771 | 2025-02-21T12:51:31.157Z | |
1772 | 2025-02-21T12:51:31.157Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1773 | 2025-02-21T12:51:31.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-02-21T12:51:31.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-02-21T12:51:31.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-02-21T12:51:31.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1777 | 2025-02-21T12:51:31.587Z | |
1778 | 2025-02-21T12:51:31.587Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1779 | 2025-02-21T12:51:31.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-02-21T12:51:31.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-02-21T12:51:31.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-02-21T12:51:31.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1783 | 2025-02-21T12:51:32.019Z | |
1784 | 2025-02-21T12:51:32.019Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1785 | 2025-02-21T12:51:32.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-02-21T12:51:32.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-02-21T12:51:32.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-02-21T12:51:32.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1789 | 2025-02-21T12:51:32.446Z | |
1790 | 2025-02-21T12:51:32.446Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1791 | 2025-02-21T12:51:32.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-02-21T12:51:32.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-02-21T12:51:32.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-02-21T12:51:32.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1795 | 2025-02-21T12:51:32.875Z | |
1796 | 2025-02-21T12:51:32.875Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1797 | 2025-02-21T12:51:33.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-02-21T12:51:33.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-02-21T12:51:33.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-02-21T12:51:33.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1801 | 2025-02-21T12:51:33.312Z | |
1802 | 2025-02-21T12:51:33.312Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1803 | 2025-02-21T12:51:33.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-02-21T12:51:33.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-02-21T12:51:33.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-02-21T12:51:33.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1807 | 2025-02-21T12:51:33.741Z | |
1808 | 2025-02-21T12:51:33.741Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1809 | 2025-02-21T12:51:34.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-02-21T12:51:34.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-02-21T12:51:34.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-02-21T12:51:34.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1813 | 2025-02-21T12:51:34.173Z | |
1814 | 2025-02-21T12:51:34.173Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1815 | 2025-02-21T12:51:34.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-02-21T12:51:34.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-02-21T12:51:34.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-02-21T12:51:34.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1819 | 2025-02-21T12:51:34.610Z | |
1820 | 2025-02-21T12:51:34.610Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1821 | 2025-02-21T12:51:34.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-02-21T12:51:34.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-02-21T12:51:34.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-02-21T12:51:35.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1825 | 2025-02-21T12:51:35.036Z | |
1826 | 2025-02-21T12:51:35.036Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1827 | 2025-02-21T12:51:35.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-02-21T12:51:35.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-02-21T12:51:35.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-02-21T12:51:35.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1831 | 2025-02-21T12:51:35.461Z | |
1832 | 2025-02-21T12:51:35.461Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1833 | 2025-02-21T12:51:35.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-02-21T12:51:35.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-02-21T12:51:35.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-02-21T12:51:35.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1837 | 2025-02-21T12:51:35.890Z | |
1838 | 2025-02-21T12:51:35.890Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1839 | 2025-02-21T12:51:36.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-02-21T12:51:36.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-02-21T12:51:36.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-02-21T12:51:36.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1843 | 2025-02-21T12:51:36.313Z | |
1844 | 2025-02-21T12:51:36.314Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1845 | 2025-02-21T12:51:36.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-02-21T12:51:36.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-02-21T12:51:36.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-02-21T12:51:36.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1849 | 2025-02-21T12:51:36.739Z | |
1850 | 2025-02-21T12:51:36.739Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1851 | 2025-02-21T12:51:37.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-02-21T12:51:37.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-02-21T12:51:37.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-02-21T12:51:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1855 | 2025-02-21T12:51:37.161Z | |
1856 | 2025-02-21T12:51:37.161Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1857 | 2025-02-21T12:51:37.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-02-21T12:51:37.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-02-21T12:51:37.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-02-21T12:51:37.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1861 | 2025-02-21T12:51:37.588Z | |
1862 | 2025-02-21T12:51:37.588Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1863 | 2025-02-21T12:51:37.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-02-21T12:51:37.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-02-21T12:51:37.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-02-21T12:51:37.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1867 | 2025-02-21T12:51:38.015Z | |
1868 | 2025-02-21T12:51:38.016Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1869 | 2025-02-21T12:51:38.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-02-21T12:51:38.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-02-21T12:51:38.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-02-21T12:51:38.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1873 | 2025-02-21T12:51:38.445Z | |
1874 | 2025-02-21T12:51:38.445Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1875 | 2025-02-21T12:51:38.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-02-21T12:51:38.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-02-21T12:51:38.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-02-21T12:51:38.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1879 | 2025-02-21T12:51:38.869Z | |
1880 | 2025-02-21T12:51:38.869Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1881 | 2025-02-21T12:51:39.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-02-21T12:51:39.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-02-21T12:51:39.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-02-21T12:51:39.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1885 | 2025-02-21T12:51:39.299Z | |
1886 | 2025-02-21T12:51:39.299Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1887 | 2025-02-21T12:51:39.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-02-21T12:51:39.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-02-21T12:51:39.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-02-21T12:51:39.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1891 | 2025-02-21T12:51:39.733Z | |
1892 | 2025-02-21T12:51:39.733Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1893 | 2025-02-21T12:51:40.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-02-21T12:51:40.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-02-21T12:51:40.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-02-21T12:51:40.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1897 | 2025-02-21T12:51:40.171Z | |
1898 | 2025-02-21T12:51:40.171Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1899 | 2025-02-21T12:51:40.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-02-21T12:51:40.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-02-21T12:51:40.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-02-21T12:51:40.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1903 | 2025-02-21T12:51:40.609Z | |
1904 | 2025-02-21T12:51:40.609Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1905 | 2025-02-21T12:51:41.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-02-21T12:51:41.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-02-21T12:51:41.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-02-21T12:51:41.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1909 | 2025-02-21T12:51:41.051Z | |
1910 | 2025-02-21T12:51:41.051Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1911 | 2025-02-21T12:51:41.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-02-21T12:51:41.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-02-21T12:51:41.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-02-21T12:51:41.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1915 | 2025-02-21T12:51:41.487Z | |
1916 | 2025-02-21T12:51:41.487Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1917 | 2025-02-21T12:51:41.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-02-21T12:51:41.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-02-21T12:51:41.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-02-21T12:51:41.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1921 | 2025-02-21T12:51:41.925Z | |
1922 | 2025-02-21T12:51:41.925Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1923 | 2025-02-21T12:51:42.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-02-21T12:51:42.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-02-21T12:51:42.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-02-21T12:51:42.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1927 | 2025-02-21T12:51:42.360Z | |
1928 | 2025-02-21T12:51:42.360Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1929 | 2025-02-21T12:51:42.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-02-21T12:51:42.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-02-21T12:51:42.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-02-21T12:51:42.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1933 | 2025-02-21T12:51:42.799Z | |
1934 | 2025-02-21T12:51:42.799Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1935 | 2025-02-21T12:51:43.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-02-21T12:51:43.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-02-21T12:51:43.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-02-21T12:51:43.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1939 | 2025-02-21T12:51:43.435Z | |
1940 | 2025-02-21T12:51:43.436Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1941 | 2025-02-21T12:51:43.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-02-21T12:51:43.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-02-21T12:51:43.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2025-02-21T12:51:43.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1945 | 2025-02-21T12:51:44.064Z | |
1946 | 2025-02-21T12:51:44.064Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1947 | 2025-02-21T12:51:44.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2025-02-21T12:51:44.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2025-02-21T12:51:44.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2025-02-21T12:51:44.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1951 | 2025-02-21T12:51:44.701Z | |
1952 | 2025-02-21T12:51:44.701Z | info: running `cargo check --bins` on oxlog (48/199) |
1953 | 2025-02-21T12:51:45.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2025-02-21T12:51:45.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2025-02-21T12:51:45.322Z | Checking cfg-if v1.0.0 |
1956 | 2025-02-21T12:51:45.325Z | Checking libc v0.2.169 |
1957 | 2025-02-21T12:51:45.431Z | Checking serde v1.0.217 |
1958 | 2025-02-21T12:51:45.434Z | Checking zeroize v1.8.1 |
1959 | 2025-02-21T12:51:45.449Z | Checking memchr v2.7.4 |
1960 | 2025-02-21T12:51:45.460Z | Checking typenum v1.17.0 |
1961 | 2025-02-21T12:51:45.471Z | Checking scopeguard v1.2.0 |
1962 | 2025-02-21T12:51:45.474Z | Checking subtle v2.6.1 |
1963 | 2025-02-21T12:51:45.499Z | Checking value-bag v1.9.0 |
1964 | 2025-02-21T12:51:45.615Z | Checking lock_api v0.4.12 |
1965 | 2025-02-21T12:51:45.675Z | Checking smallvec v1.13.2 |
1966 | 2025-02-21T12:51:45.763Z | Checking itoa v1.0.11 |
1967 | 2025-02-21T12:51:45.881Z | Checking log v0.4.22 |
1968 | 2025-02-21T12:51:45.998Z | Checking const-oid v0.9.6 |
1969 | 2025-02-21T12:51:46.008Z | Checking pin-project-lite v0.2.14 |
1970 | 2025-02-21T12:51:46.017Z | Checking byteorder v1.5.0 |
1971 | 2025-02-21T12:51:46.173Z | Checking futures-core v0.3.31 |
1972 | 2025-02-21T12:51:46.289Z | Checking once_cell v1.20.3 |
1973 | 2025-02-21T12:51:46.334Z | Checking cpufeatures v0.2.14 |
1974 | 2025-02-21T12:51:46.383Z | Checking stable_deref_trait v1.2.0 |
1975 | 2025-02-21T12:51:46.396Z | Checking getrandom v0.2.15 |
1976 | 2025-02-21T12:51:46.417Z | Checking signal-hook-registry v1.4.2 |
1977 | 2025-02-21T12:51:46.430Z | Checking parking_lot_core v0.9.10 |
1978 | 2025-02-21T12:51:46.496Z | Checking mio v1.0.2 |
1979 | 2025-02-21T12:51:46.525Z | Checking generic-array v0.14.7 |
1980 | 2025-02-21T12:51:46.571Z | Checking futures-sink v0.3.31 |
1981 | 2025-02-21T12:51:46.629Z | Checking rand_core v0.6.4 |
1982 | 2025-02-21T12:51:46.674Z | Checking socket2 v0.5.7 |
1983 | 2025-02-21T12:51:46.716Z | Checking zerocopy v0.7.35 |
1984 | 2025-02-21T12:51:46.758Z | Checking parking_lot v0.12.3 |
1985 | 2025-02-21T12:51:46.937Z | Checking slab v0.4.9 |
1986 | 2025-02-21T12:51:47.078Z | Checking zerofrom v0.1.4 |
1987 | 2025-02-21T12:51:47.107Z | Checking futures-channel v0.3.31 |
1988 | 2025-02-21T12:51:47.124Z | Checking spin v0.9.8 |
1989 | 2025-02-21T12:51:47.202Z | Checking futures-task v0.3.31 |
1990 | 2025-02-21T12:51:47.280Z | Checking yoke v0.7.4 |
1991 | 2025-02-21T12:51:47.433Z | Checking futures-io v0.3.31 |
1992 | 2025-02-21T12:51:47.436Z | Checking pin-utils v0.1.0 |
1993 | 2025-02-21T12:51:47.463Z | Checking equivalent v1.0.1 |
1994 | 2025-02-21T12:51:47.529Z | Checking foldhash v0.1.3 |
1995 | 2025-02-21T12:51:47.584Z | Checking allocator-api2 v0.2.18 |
1996 | 2025-02-21T12:51:47.600Z | Checking zerovec v0.10.4 |
1997 | 2025-02-21T12:51:47.603Z | Checking crypto-common v0.1.6 |
1998 | 2025-02-21T12:51:47.638Z | Checking block-buffer v0.10.4 |
1999 | 2025-02-21T12:51:47.732Z | Checking futures-util v0.3.31 |
2000 | 2025-02-21T12:51:47.787Z | Checking block-padding v0.3.3 |
2001 | 2025-02-21T12:51:47.847Z | Checking ryu v1.0.18 |
2002 | 2025-02-21T12:51:47.891Z | Checking digest v0.10.7 |
2003 | 2025-02-21T12:51:47.910Z | Checking writeable v0.5.5 |
2004 | 2025-02-21T12:51:48.017Z | Checking inout v0.1.3 |
2005 | 2025-02-21T12:51:48.090Z | Checking fnv v1.0.7 |
2006 | 2025-02-21T12:51:48.177Z | Checking hashbrown v0.15.1 |
2007 | 2025-02-21T12:51:48.217Z | Checking litemap v0.7.3 |
2008 | 2025-02-21T12:51:48.233Z | Checking libm v0.2.8 |
2009 | 2025-02-21T12:51:48.245Z | Checking cipher v0.4.4 |
2010 | 2025-02-21T12:51:48.261Z | Checking hmac v0.12.1 |
2011 | 2025-02-21T12:51:48.478Z | Checking sha2 v0.10.8 |
2012 | 2025-02-21T12:51:48.543Z | Checking base64ct v1.6.0 |
2013 | 2025-02-21T12:51:48.625Z | Checking ppv-lite86 v0.2.20 |
2014 | 2025-02-21T12:51:48.978Z | Checking pem-rfc7468 v0.7.0 |
2015 | 2025-02-21T12:51:49.005Z | Checking flagset v0.4.6 |
2016 | 2025-02-21T12:51:49.124Z | Checking num-traits v0.2.19 |
2017 | 2025-02-21T12:51:49.143Z | Checking tinystr v0.7.6 |
2018 | 2025-02-21T12:51:49.196Z | Checking icu_locid_transform_data v1.5.0 |
2019 | 2025-02-21T12:51:49.226Z | Checking icu_collections v1.5.0 |
2020 | 2025-02-21T12:51:49.241Z | Checking der v0.7.9 |
2021 | 2025-02-21T12:51:49.296Z | Checking tracing-core v0.1.32 |
2022 | 2025-02-21T12:51:49.319Z | Checking rand_chacha v0.3.1 |
2023 | 2025-02-21T12:51:49.458Z | Checking icu_locid v1.5.0 |
2024 | 2025-02-21T12:51:49.731Z | Checking thiserror v1.0.69 |
2025 | 2025-02-21T12:51:49.864Z | Checking bytes v1.9.0 |
2026 | 2025-02-21T12:51:49.864Z | Checking indexmap v2.7.1 |
2027 | 2025-02-21T12:51:49.919Z | Checking serde_json v1.0.135 |
2028 | 2025-02-21T12:51:49.921Z | Checking bitflags v2.6.0 |
2029 | 2025-02-21T12:51:50.221Z | Checking icu_properties_data v1.5.0 |
2030 | 2025-02-21T12:51:50.416Z | Checking icu_provider v1.5.0 |
2031 | 2025-02-21T12:51:50.470Z | Checking rustls-pki-types v1.10.0 |
2032 | 2025-02-21T12:51:50.671Z | Checking percent-encoding v2.3.1 |
2033 | 2025-02-21T12:51:50.690Z | Checking tokio v1.43.0 |
2034 | 2025-02-21T12:51:50.895Z | Checking http v1.2.0 |
2035 | 2025-02-21T12:51:50.912Z | Checking spki v0.7.3 |
2036 | 2025-02-21T12:51:50.993Z | Checking icu_locid_transform v1.5.0 |
2037 | 2025-02-21T12:51:51.009Z | Checking tracing v0.1.40 |
2038 | 2025-02-21T12:51:51.042Z | Checking rand v0.8.5 |
2039 | 2025-02-21T12:51:51.190Z | Checking salsa20 v0.10.2 |
2040 | 2025-02-21T12:51:51.355Z | Checking pbkdf2 v0.12.2 |
2041 | 2025-02-21T12:51:51.407Z | Checking aws-lc-sys v0.22.0 |
2042 | 2025-02-21T12:51:51.528Z | Checking httparse v1.9.5 |
2043 | 2025-02-21T12:51:51.567Z | Checking powerfmt v0.2.0 |
2044 | 2025-02-21T12:51:51.843Z | Checking untrusted v0.7.1 |
2045 | 2025-02-21T12:51:51.935Z | Checking mirai-annotations v1.12.0 |
2046 | 2025-02-21T12:51:51.950Z | Checking icu_properties v1.5.1 |
2047 | 2025-02-21T12:51:52.001Z | Checking icu_normalizer_data v1.5.0 |
2048 | 2025-02-21T12:51:52.100Z | Checking utf8_iter v1.0.4 |
2049 | 2025-02-21T12:51:52.114Z | Checking untrusted v0.9.0 |
2050 | 2025-02-21T12:51:52.155Z | Checking write16 v1.0.0 |
2051 | 2025-02-21T12:51:52.202Z | Checking utf16_iter v1.0.5 |
2052 | 2025-02-21T12:51:52.231Z | Checking deranged v0.3.11 |
2053 | 2025-02-21T12:51:52.271Z | Checking ring v0.17.8 |
2054 | 2025-02-21T12:51:52.285Z | Checking scrypt v0.11.0 |
2055 | 2025-02-21T12:51:52.301Z | Checking aes v0.8.4 |
2056 | 2025-02-21T12:51:52.371Z | Checking cbc v0.1.2 |
2057 | 2025-02-21T12:51:52.503Z | Checking crossbeam-utils v0.8.20 |
2058 | 2025-02-21T12:51:52.572Z | Checking time-core v0.1.2 |
2059 | 2025-02-21T12:51:52.741Z | Checking tinyvec_macros v0.1.1 |
2060 | 2025-02-21T12:51:52.840Z | Checking num-conv v0.1.0 |
2061 | 2025-02-21T12:51:53.093Z | Checking atomic-waker v1.1.2 |
2062 | 2025-02-21T12:51:53.160Z | Checking num_threads v0.1.7 |
2063 | 2025-02-21T12:51:53.202Z | Checking pkcs5 v0.7.1 |
2064 | 2025-02-21T12:51:53.235Z | Checking tinyvec v1.8.0 |
2065 | 2025-02-21T12:51:53.276Z | Checking http-body v1.0.1 |
2066 | 2025-02-21T12:51:53.460Z | Checking aws-lc-rs v1.10.0 |
2067 | 2025-02-21T12:51:53.489Z | Checking form_urlencoded v1.2.1 |
2068 | 2025-02-21T12:51:53.532Z | Checking time v0.3.36 |
2069 | 2025-02-21T12:51:53.697Z | Checking try-lock v0.2.5 |
2070 | 2025-02-21T12:51:53.714Z | Checking pkcs8 v0.10.2 |
2071 | 2025-02-21T12:51:53.834Z | Checking want v0.3.1 |
2072 | 2025-02-21T12:51:53.972Z | Checking uuid v1.12.0 |
2073 | 2025-02-21T12:51:54.015Z | Checking unicode-ident v1.0.14 |
2074 | 2025-02-21T12:51:54.030Z | Checking httpdate v1.0.3 |
2075 | 2025-02-21T12:51:54.198Z | Checking tower-service v0.3.3 |
2076 | 2025-02-21T12:51:54.276Z | Checking proc-macro2 v1.0.92 |
2077 | 2025-02-21T12:51:54.335Z | Checking toml_datetime v0.6.8 |
2078 | 2025-02-21T12:51:54.534Z | Checking serde_spanned v0.6.8 |
2079 | 2025-02-21T12:51:54.537Z | Checking slog v2.7.0 |
2080 | 2025-02-21T12:51:54.658Z | Checking scroll v0.12.0 |
2081 | 2025-02-21T12:51:54.748Z | Checking base64 v0.22.1 |
2082 | 2025-02-21T12:51:54.976Z | Checking plain v0.2.3 |
2083 | 2025-02-21T12:51:55.024Z | Checking match_cfg v0.1.0 |
2084 | 2025-02-21T12:51:55.122Z | Checking iana-time-zone v0.1.61 |
2085 | 2025-02-21T12:51:55.139Z | Checking adler2 v2.0.0 |
2086 | 2025-02-21T12:51:55.155Z | Checking ucd-trie v0.1.7 |
2087 | 2025-02-21T12:51:55.160Z | Checking icu_normalizer v1.5.0 |
2088 | 2025-02-21T12:51:55.182Z | Checking rustls-webpki v0.102.8 |
2089 | 2025-02-21T12:51:55.212Z | Checking foreign-types-shared v0.1.1 |
2090 | 2025-02-21T12:51:55.286Z | Checking chrono v0.4.39 |
2091 | 2025-02-21T12:51:55.307Z | Checking miniz_oxide v0.8.0 |
2092 | 2025-02-21T12:51:55.331Z | Checking foreign-types v0.3.2 |
2093 | 2025-02-21T12:51:55.346Z | Checking pest v2.7.14 |
2094 | 2025-02-21T12:51:55.427Z | Checking goblin v0.8.2 |
2095 | 2025-02-21T12:51:55.851Z | Checking hostname v0.3.1 |
2096 | 2025-02-21T12:51:55.924Z | Checking idna_adapter v1.2.0 |
2097 | 2025-02-21T12:51:55.955Z | Checking quote v1.0.38 |
2098 | 2025-02-21T12:51:55.972Z | Checking openssl-sys v0.9.106 |
2099 | 2025-02-21T12:51:55.989Z | Checking errno v0.3.9 |
2100 | 2025-02-21T12:51:56.115Z | Checking idna v1.0.3 |
2101 | 2025-02-21T12:51:56.177Z | Checking dirs-sys-next v0.1.2 |
2102 | 2025-02-21T12:51:56.275Z | Checking aho-corasick v1.1.3 |
2103 | 2025-02-21T12:51:56.358Z | Checking data-encoding v2.6.0 |
2104 | 2025-02-21T12:51:56.622Z | Checking url v2.5.3 |
2105 | 2025-02-21T12:51:56.857Z | Compiling newtype-uuid v1.2.1 |
2106 | 2025-02-21T12:51:57.046Z | Checking siphasher v0.3.11 |
2107 | 2025-02-21T12:51:57.125Z | Checking pretty-hex v0.4.1 |
2108 | 2025-02-21T12:51:57.146Z | Checking regex-syntax v0.8.5 |
2109 | 2025-02-21T12:51:57.342Z | Checking openssl v0.10.71 |
2110 | 2025-02-21T12:51:57.361Z | Checking dirs-next v2.0.0 |
2111 | 2025-02-21T12:51:57.405Z | Checking tokio-util v0.7.12 |
2112 | 2025-02-21T12:51:57.458Z | Checking syn v2.0.96 |
2113 | 2025-02-21T12:51:57.488Z | Checking rustix v0.38.37 |
2114 | 2025-02-21T12:51:57.844Z | Checking unicode-normalization v0.1.24 |
2115 | 2025-02-21T12:51:57.870Z | Checking dtrace-parser v0.2.0 |
2116 | 2025-02-21T12:51:58.234Z | Checking h2 v0.4.6 |
2117 | 2025-02-21T12:51:58.360Z | Checking http-body-util v0.1.2 |
2118 | 2025-02-21T12:51:58.740Z | Checking crossbeam-epoch v0.9.18 |
2119 | 2025-02-21T12:51:58.791Z | Checking sha1 v0.10.6 |
2120 | 2025-02-21T12:51:59.077Z | Checking signature v2.2.0 |
2121 | 2025-02-21T12:51:59.202Z | Checking thread_local v1.1.8 |
2122 | 2025-02-21T12:51:59.331Z | Checking thread-id v4.2.2 |
2123 | 2025-02-21T12:51:59.437Z | Checking encoding_rs v0.8.34 |
2124 | 2025-02-21T12:51:59.480Z | Checking unicode-properties v0.1.3 |
2125 | 2025-02-21T12:51:59.870Z | Checking gimli v0.31.1 |
2126 | 2025-02-21T12:52:00.220Z | Checking dof v0.3.0 |
2127 | 2025-02-21T12:52:00.377Z | Checking regex-automata v0.4.8 |
2128 | 2025-02-21T12:52:00.553Z | Checking unicode-bidi v0.3.17 |
2129 | 2025-02-21T12:52:00.783Z | Checking openssl-probe v0.1.5 |
2130 | 2025-02-21T12:52:00.951Z | Checking mime v0.3.17 |
2131 | 2025-02-21T12:52:01.161Z | Checking ipnet v2.10.1 |
2132 | 2025-02-21T12:52:01.258Z | Checking utf8parse v0.2.2 |
2133 | 2025-02-21T12:52:01.417Z | Checking winnow v0.6.20 |
2134 | 2025-02-21T12:52:01.622Z | Checking anstyle v1.0.10 |
2135 | 2025-02-21T12:52:01.776Z | Checking anstyle-parse v0.2.5 |
2136 | 2025-02-21T12:52:01.942Z | Checking stringprep v0.1.5 |
2137 | 2025-02-21T12:52:02.048Z | Checking crossbeam-deque v0.8.5 |
2138 | 2025-02-21T12:52:02.246Z | Checking term v0.7.0 |
2139 | 2025-02-21T12:52:02.388Z | Checking rustls v0.23.19 |
2140 | 2025-02-21T12:52:02.452Z | Checking native-tls v0.2.12 |
2141 | 2025-02-21T12:52:02.691Z | Checking rustls v0.22.4 |
2142 | 2025-02-21T12:52:02.776Z | Checking slog-json v2.6.1 |
2143 | 2025-02-21T12:52:03.055Z | Checking serde_urlencoded v0.7.1 |
2144 | 2025-02-21T12:52:03.452Z | Checking usdt-impl v0.5.0 |
2145 | 2025-02-21T12:52:03.475Z | Checking crossbeam-channel v0.5.13 |
2146 | 2025-02-21T12:52:03.588Z | Checking addr2line v0.24.2 |
2147 | 2025-02-21T12:52:03.986Z | Checking futures-executor v0.3.31 |
2148 | 2025-02-21T12:52:04.088Z | Checking toml_edit v0.22.22 |
2149 | 2025-02-21T12:52:04.119Z | Checking rustls-pemfile v2.2.0 |
2150 | 2025-02-21T12:52:04.177Z | Checking num-integer v0.1.46 |
2151 | 2025-02-21T12:52:04.205Z | Checking md-5 v0.10.6 |
2152 | 2025-02-21T12:52:04.338Z | Checking ff v0.13.0 |
2153 | 2025-02-21T12:52:04.397Z | Checking hyper v1.5.2 |
2154 | 2025-02-21T12:52:04.444Z | Checking hash32 v0.2.1 |
2155 | 2025-02-21T12:52:04.567Z | Checking memmap v0.7.0 |
2156 | 2025-02-21T12:52:04.627Z | Checking is-terminal v0.4.13 |
2157 | 2025-02-21T12:52:04.683Z | Checking object v0.36.5 |
2158 | 2025-02-21T12:52:04.747Z | Checking linked-hash-map v0.5.6 |
2159 | 2025-02-21T12:52:04.766Z | Checking psl-types v2.0.11 |
2160 | 2025-02-21T12:52:04.782Z | Checking utf-8 v0.7.6 |
2161 | 2025-02-21T12:52:04.946Z | Checking fallible-iterator v0.2.0 |
2162 | 2025-02-21T12:52:04.980Z | Checking anstyle-query v1.1.1 |
2163 | 2025-02-21T12:52:05.047Z | Checking is_terminal_polyfill v1.70.1 |
2164 | 2025-02-21T12:52:05.111Z | Checking dyn-clone v1.0.18 |
2165 | 2025-02-21T12:52:05.173Z | Checking either v1.13.0 |
2166 | 2025-02-21T12:52:05.265Z | Checking rustc-demangle v0.1.24 |
2167 | 2025-02-21T12:52:05.497Z | Checking colorchoice v1.0.2 |
2168 | 2025-02-21T12:52:05.547Z | Checking take_mut v0.2.2 |
2169 | 2025-02-21T12:52:05.656Z | Checking quick-error v1.2.3 |
2170 | 2025-02-21T12:52:05.705Z | Checking base16ct v0.2.0 |
2171 | 2025-02-21T12:52:05.708Z | Checking slog-async v2.8.0 |
2172 | 2025-02-21T12:52:05.802Z | Checking resolv-conf v0.7.0 |
2173 | 2025-02-21T12:52:05.917Z | Checking sec1 v0.7.3 |
2174 | 2025-02-21T12:52:06.018Z | Checking anstream v0.6.15 |
2175 | 2025-02-21T12:52:06.043Z | Checking tokio-rustls v0.25.0 |
2176 | 2025-02-21T12:52:06.157Z | Checking postgres-protocol v0.6.7 |
2177 | 2025-02-21T12:52:06.296Z | Checking schemars v0.8.21 |
2178 | 2025-02-21T12:52:06.331Z | Checking hyper-util v0.1.10 |
2179 | 2025-02-21T12:52:06.378Z | Checking lru-cache v0.1.2 |
2180 | 2025-02-21T12:52:06.400Z | Checking tungstenite v0.24.0 |
2181 | 2025-02-21T12:52:06.567Z | Checking publicsuffix v2.3.0 |
2182 | 2025-02-21T12:52:06.644Z | Checking toml v0.8.19 |
2183 | 2025-02-21T12:52:06.803Z | Checking usdt v0.5.0 |
2184 | 2025-02-21T12:52:06.861Z | Checking slog-term v2.9.1 |
2185 | 2025-02-21T12:52:07.074Z | Checking heapless v0.7.17 |
2186 | 2025-02-21T12:52:07.271Z | Checking num-iter v0.1.45 |
2187 | 2025-02-21T12:52:07.331Z | Checking group v0.13.0 |
2188 | 2025-02-21T12:52:07.364Z | Checking futures v0.3.31 |
2189 | 2025-02-21T12:52:07.448Z | Checking slog-bunyan v2.5.0 |
2190 | 2025-02-21T12:52:07.479Z | Checking tokio-native-tls v0.3.1 |
2191 | 2025-02-21T12:52:07.499Z | Checking tokio-rustls v0.26.0 |
2192 | 2025-02-21T12:52:07.592Z | Checking rayon-core v1.12.1 |
2193 | 2025-02-21T12:52:07.612Z | Checking multer v3.1.0 |
2194 | 2025-02-21T12:52:07.724Z | Checking hickory-proto v0.24.3 |
2195 | 2025-02-21T12:52:07.834Z | Checking terminal_size v0.4.0 |
2196 | 2025-02-21T12:52:07.927Z | Checking phf_shared v0.11.2 |
2197 | 2025-02-21T12:52:07.997Z | Checking cookie v0.18.1 |
2198 | 2025-02-21T12:52:08.028Z | Checking async-stream v0.3.6 |
2199 | 2025-02-21T12:52:08.172Z | Checking bzip2-sys v0.1.11+1.0.8 |
2200 | 2025-02-21T12:52:08.186Z | Checking camino v1.1.9 |
2201 | 2025-02-21T12:52:08.220Z | Checking waitgroup v0.1.2 |
2202 | 2025-02-21T12:52:08.247Z | Checking signal-hook v0.3.17 |
2203 | 2025-02-21T12:52:08.264Z | Checking openapiv3 v2.0.0 |
2204 | 2025-02-21T12:52:08.297Z | Checking webpki-roots v0.26.6 |
2205 | 2025-02-21T12:52:08.367Z | Checking serde_path_to_error v0.1.16 |
2206 | 2025-02-21T12:52:08.426Z | Checking hkdf v0.12.4 |
2207 | 2025-02-21T12:52:08.497Z | Checking crypto-bigint v0.5.5 |
2208 | 2025-02-21T12:52:08.607Z | Checking lazy_static v1.5.0 |
2209 | 2025-02-21T12:52:08.632Z | Checking hostname v0.4.0 |
2210 | 2025-02-21T12:52:08.687Z | Checking sync_wrapper v1.0.1 |
2211 | 2025-02-21T12:52:08.724Z | Checking crc32fast v1.4.2 |
2212 | 2025-02-21T12:52:08.773Z | Checking unicode-width v0.2.0 |
2213 | 2025-02-21T12:52:08.841Z | Checking strsim v0.11.1 |
2214 | 2025-02-21T12:52:08.942Z | Checking bitflags v1.3.2 |
2215 | 2025-02-21T12:52:08.970Z | Checking clap_lex v0.7.4 |
2216 | 2025-02-21T12:52:09.051Z | Checking managed v0.8.0 |
2217 | 2025-02-21T12:52:09.138Z | Checking tower-layer v0.3.3 |
2218 | 2025-02-21T12:52:09.214Z | Checking winnow v0.5.40 |
2219 | 2025-02-21T12:52:09.230Z | Checking debug-ignore v1.0.5 |
2220 | 2025-02-21T12:52:09.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2221 | 2025-02-21T12:52:09.398Z | Checking tower v0.5.2 |
2222 | 2025-02-21T12:52:09.422Z | Checking smoltcp v0.9.1 |
2223 | 2025-02-21T12:52:09.706Z | Checking console v0.15.10 |
2224 | 2025-02-21T12:52:10.098Z | Checking clap_builder v4.5.30 |
2225 | 2025-02-21T12:52:10.279Z | Checking flate2 v1.0.35 |
2226 | 2025-02-21T12:52:10.560Z | Checking backtrace v0.3.74 |
2227 | 2025-02-21T12:52:10.820Z | Checking num-bigint-dig v0.8.4 |
2228 | 2025-02-21T12:52:10.899Z | Checking signal-hook-mio v0.2.4 |
2229 | 2025-02-21T12:52:11.044Z | Checking hyper-rustls v0.27.3 |
2230 | 2025-02-21T12:52:11.120Z | Checking anyhow v1.0.96 |
2231 | 2025-02-21T12:52:11.185Z | Checking elliptic-curve v0.13.8 |
2232 | 2025-02-21T12:52:11.371Z | Checking cookie_store v0.21.1 |
2233 | 2025-02-21T12:52:11.508Z | Checking dropshot v0.12.0 |
2234 | 2025-02-21T12:52:11.511Z | Checking bzip2 v0.4.4 |
2235 | 2025-02-21T12:52:11.805Z | Checking rayon v1.10.0 |
2236 | 2025-02-21T12:52:11.821Z | Checking hyper-tls v0.6.0 |
2237 | 2025-02-21T12:52:12.022Z | Checking toml_edit v0.19.15 |
2238 | 2025-02-21T12:52:12.048Z | Checking phf v0.11.2 |
2239 | 2025-02-21T12:52:12.077Z | Checking tokio-tungstenite v0.24.0 |
2240 | 2025-02-21T12:52:12.293Z | Checking postgres-types v0.2.8 |
2241 | 2025-02-21T12:52:12.305Z | Checking hickory-resolver v0.24.3 |
2242 | 2025-02-21T12:52:12.514Z | Checking regex v1.11.1 |
2243 | 2025-02-21T12:52:12.746Z | Checking bstr v1.10.0 |
2244 | 2025-02-21T12:52:12.957Z | Checking ed25519 v2.2.3 |
2245 | 2025-02-21T12:52:12.973Z | Checking tokio-stream v0.1.16 |
2246 | 2025-02-21T12:52:13.087Z | Checking phf_shared v0.10.0 |
2247 | 2025-02-21T12:52:13.260Z | Checking curve25519-dalek v4.1.3 |
2248 | 2025-02-21T12:52:13.346Z | Checking zerocopy v0.6.6 |
2249 | 2025-02-21T12:52:13.642Z | Checking hubpack v0.1.2 |
2250 | 2025-02-21T12:52:13.767Z | Checking memoffset v0.9.1 |
2251 | 2025-02-21T12:52:13.825Z | Checking portable-atomic v1.9.0 |
2252 | 2025-02-21T12:52:13.886Z | Checking pkcs1 v0.7.5 |
2253 | 2025-02-21T12:52:13.931Z | Checking float-cmp v0.10.0 |
2254 | 2025-02-21T12:52:14.001Z | Checking serde-big-array v0.5.1 |
2255 | 2025-02-21T12:52:14.141Z | Checking rfc6979 v0.4.0 |
2256 | 2025-02-21T12:52:14.220Z | Checking normalize-line-endings v0.3.0 |
2257 | 2025-02-21T12:52:14.277Z | Checking fixedbitset v0.4.2 |
2258 | 2025-02-21T12:52:14.329Z | Checking static_assertions v1.1.0 |
2259 | 2025-02-21T12:52:14.355Z | Checking new_debug_unreachable v1.0.6 |
2260 | 2025-02-21T12:52:14.429Z | Checking whoami v1.5.2 |
2261 | 2025-02-21T12:52:14.446Z | Checking unicode-segmentation v1.12.0 |
2262 | 2025-02-21T12:52:14.459Z | Checking precomputed-hash v0.1.1 |
2263 | 2025-02-21T12:52:14.552Z | Checking number_prefix v0.4.0 |
2264 | 2025-02-21T12:52:14.573Z | Checking bit-vec v0.6.3 |
2265 | 2025-02-21T12:52:14.734Z | Checking difflib v0.4.0 |
2266 | 2025-02-21T12:52:14.751Z | Checking minimal-lexical v0.2.1 |
2267 | 2025-02-21T12:52:14.835Z | Checking predicates-core v1.0.8 |
2268 | 2025-02-21T12:52:14.901Z | Checking bit-set v0.5.3 |
2269 | 2025-02-21T12:52:14.949Z | Checking qorb v0.2.1 |
2270 | 2025-02-21T12:52:15.039Z | Checking tokio-postgres v0.7.12 |
2271 | 2025-02-21T12:52:15.059Z | Checking ed25519-dalek v2.1.1 |
2272 | 2025-02-21T12:52:15.076Z | Checking predicates v3.1.3 |
2273 | 2025-02-21T12:52:15.126Z | Checking similar v2.6.0 |
2274 | 2025-02-21T12:52:15.141Z | Checking nom v7.1.3 |
2275 | 2025-02-21T12:52:15.155Z | Checking string_cache v0.8.7 |
2276 | 2025-02-21T12:52:15.316Z | Checking indicatif v0.17.11 |
2277 | 2025-02-21T12:52:15.427Z | Checking petgraph v0.6.5 |
2278 | 2025-02-21T12:52:15.464Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2279 | 2025-02-21T12:52:15.717Z | Checking toml v0.7.8 |
2280 | 2025-02-21T12:52:15.953Z | Checking ecdsa v0.16.9 |
2281 | 2025-02-21T12:52:16.036Z | Checking rsa v0.9.6 |
2282 | 2025-02-21T12:52:16.385Z | Checking nix v0.29.0 |
2283 | 2025-02-21T12:52:16.652Z | Checking clap v4.5.30 |
2284 | 2025-02-21T12:52:16.773Z | Checking reqwest v0.12.12 |
2285 | 2025-02-21T12:52:17.003Z | Checking zip v0.6.6 |
2286 | 2025-02-21T12:52:17.348Z | Checking crossterm v0.28.1 |
2287 | 2025-02-21T12:52:17.705Z | Checking itertools v0.10.5 |
2288 | 2025-02-21T12:52:17.722Z | Checking fs-err v2.11.0 |
2289 | 2025-02-21T12:52:17.747Z | Checking ahash v0.8.11 |
2290 | 2025-02-21T12:52:18.064Z | Checking x509-cert v0.2.5 |
2291 | 2025-02-21T12:52:18.216Z | Checking hex v0.4.3 |
2292 | 2025-02-21T12:52:18.269Z | Checking semver v1.0.24 |
2293 | 2025-02-21T12:52:18.422Z | Checking peg-runtime v0.8.3 |
2294 | 2025-02-21T12:52:18.623Z | Checking lalrpop-util v0.19.12 |
2295 | 2025-02-21T12:52:18.661Z | Checking sigpipe v0.1.3 |
2296 | 2025-02-21T12:52:19.796Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2297 | 2025-02-21T12:52:20.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.61s |
2298 | 2025-02-21T12:52:20.281Z | |
2299 | 2025-02-21T12:52:20.281Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2300 | 2025-02-21T12:52:20.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2025-02-21T12:52:20.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2025-02-21T12:52:20.944Z | Compiling hashbrown v0.14.5 |
2303 | 2025-02-21T12:52:21.065Z | Checking heck v0.5.0 |
2304 | 2025-02-21T12:52:21.079Z | Compiling unsafe-libyaml v0.2.11 |
2305 | 2025-02-21T12:52:21.092Z | Checking ipnetwork v0.21.1 |
2306 | 2025-02-21T12:52:21.106Z | Compiling ident_case v1.0.1 |
2307 | 2025-02-21T12:52:21.122Z | Checking progenitor-client v0.8.0 |
2308 | 2025-02-21T12:52:21.136Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2309 | 2025-02-21T12:52:21.227Z | Checking newtype-uuid v1.2.1 |
2310 | 2025-02-21T12:52:21.276Z | Compiling darling_core v0.20.10 |
2311 | 2025-02-21T12:52:21.428Z | Checking oxnet v0.1.0 |
2312 | 2025-02-21T12:52:21.445Z | Compiling proc-macro-crate v1.3.1 |
2313 | 2025-02-21T12:52:21.465Z | Compiling structmeta-derive v0.3.0 |
2314 | 2025-02-21T12:52:21.536Z | Compiling thiserror v2.0.11 |
2315 | 2025-02-21T12:52:21.775Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2316 | 2025-02-21T12:52:22.021Z | Checking regress v0.10.1 |
2317 | 2025-02-21T12:52:22.172Z | Compiling lzma-sys v0.1.20 |
2318 | 2025-02-21T12:52:22.346Z | Compiling serde_yaml v0.9.34+deprecated |
2319 | 2025-02-21T12:52:22.446Z | Compiling num_enum_derive v0.5.11 |
2320 | 2025-02-21T12:52:22.780Z | Compiling daft-derive v0.1.1 |
2321 | 2025-02-21T12:52:22.873Z | Compiling thiserror-impl v2.0.11 |
2322 | 2025-02-21T12:52:24.024Z | Compiling structmeta v0.3.0 |
2323 | 2025-02-21T12:52:24.307Z | Compiling foreign-types-macros v0.2.3 |
2324 | 2025-02-21T12:52:24.438Z | Compiling dropshot v0.15.1 |
2325 | 2025-02-21T12:52:24.668Z | Checking foreign-types-shared v0.3.1 |
2326 | 2025-02-21T12:52:24.778Z | Checking arc-swap v1.7.1 |
2327 | 2025-02-21T12:52:24.865Z | Checking num_enum v0.5.11 |
2328 | 2025-02-21T12:52:25.038Z | Compiling parse-display-derive v0.10.0 |
2329 | 2025-02-21T12:52:25.198Z | Checking slog-scope v4.4.0 |
2330 | 2025-02-21T12:52:25.415Z | Checking daft v0.1.1 |
2331 | 2025-02-21T12:52:25.519Z | Checking typify-impl v0.2.0 |
2332 | 2025-02-21T12:52:25.546Z | Checking foreign-types v0.5.0 |
2333 | 2025-02-21T12:52:25.766Z | Compiling proc-macro-error v1.0.4 |
2334 | 2025-02-21T12:52:26.071Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2335 | 2025-02-21T12:52:26.164Z | Checking tungstenite v0.21.0 |
2336 | 2025-02-21T12:52:26.189Z | Compiling heck v0.3.3 |
2337 | 2025-02-21T12:52:26.331Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2338 | 2025-02-21T12:52:26.527Z | Compiling dropshot_endpoint v0.15.1 |
2339 | 2025-02-21T12:52:26.612Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2340 | 2025-02-21T12:52:26.968Z | Compiling darling_macro v0.20.10 |
2341 | 2025-02-21T12:52:27.027Z | Checking cstr-argument v0.1.2 |
2342 | 2025-02-21T12:52:27.157Z | Checking instant v0.1.13 |
2343 | 2025-02-21T12:52:27.227Z | Checking pretty-hex v0.2.1 |
2344 | 2025-02-21T12:52:27.287Z | Checking base64 v0.21.7 |
2345 | 2025-02-21T12:52:27.370Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2346 | 2025-02-21T12:52:27.408Z | Checking fastrand v2.1.1 |
2347 | 2025-02-21T12:52:27.709Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2348 | 2025-02-21T12:52:27.737Z | Checking tempfile v3.13.0 |
2349 | 2025-02-21T12:52:27.754Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2350 | 2025-02-21T12:52:27.863Z | Compiling darling v0.20.10 |
2351 | 2025-02-21T12:52:27.956Z | Checking backoff v0.4.0 |
2352 | 2025-02-21T12:52:27.972Z | Compiling serde_with_macros v3.11.0 |
2353 | 2025-02-21T12:52:27.988Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2354 | 2025-02-21T12:52:28.004Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2355 | 2025-02-21T12:52:28.075Z | Checking tokio-tungstenite v0.21.0 |
2356 | 2025-02-21T12:52:28.159Z | Compiling zone_cfg_derive v0.1.2 |
2357 | 2025-02-21T12:52:29.227Z | Checking strum v0.26.3 |
2358 | 2025-02-21T12:52:29.231Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2359 | 2025-02-21T12:52:29.231Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2360 | 2025-02-21T12:52:29.231Z | Checking slog-stdlog v4.1.1 |
2361 | 2025-02-21T12:52:29.231Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2362 | 2025-02-21T12:52:29.231Z | Checking parse-display v0.10.0 |
2363 | 2025-02-21T12:52:29.231Z | Checking regress v0.9.1 |
2364 | 2025-02-21T12:52:29.231Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2365 | 2025-02-21T12:52:29.231Z | Checking progenitor-client v0.9.1 |
2366 | 2025-02-21T12:52:29.231Z | Checking colored v2.1.0 |
2367 | 2025-02-21T12:52:29.231Z | Checking macaddr v1.0.1 |
2368 | 2025-02-21T12:52:29.343Z | Checking unicode-width v0.1.14 |
2369 | 2025-02-21T12:52:29.355Z | Checking base64 v0.13.1 |
2370 | 2025-02-21T12:52:29.506Z | Checking zone v0.1.8 |
2371 | 2025-02-21T12:52:29.820Z | Checking ron v0.7.1 |
2372 | 2025-02-21T12:52:29.899Z | Checking tabwriter v1.4.0 |
2373 | 2025-02-21T12:52:30.133Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2374 | 2025-02-21T12:52:30.184Z | Checking slog-envlogger v2.2.0 |
2375 | 2025-02-21T12:52:30.420Z | Checking serde_with v3.11.0 |
2376 | 2025-02-21T12:52:30.438Z | Checking xz2 v0.1.7 |
2377 | 2025-02-21T12:52:30.588Z | Checking xattr v1.3.1 |
2378 | 2025-02-21T12:52:30.738Z | Checking pem v3.0.4 |
2379 | 2025-02-21T12:52:30.785Z | Checking yasna v0.5.2 |
2380 | 2025-02-21T12:52:30.910Z | Checking headers-core v0.3.0 |
2381 | 2025-02-21T12:52:30.994Z | Checking smf v0.2.3 |
2382 | 2025-02-21T12:52:31.062Z | Checking filetime v0.2.25 |
2383 | 2025-02-21T12:52:31.288Z | Checking same-file v1.0.6 |
2384 | 2025-02-21T12:52:31.457Z | Checking tar v0.4.42 |
2385 | 2025-02-21T12:52:31.474Z | Checking walkdir v2.5.0 |
2386 | 2025-02-21T12:52:31.500Z | Checking headers v0.4.0 |
2387 | 2025-02-21T12:52:31.626Z | Checking rcgen v0.12.1 |
2388 | 2025-02-21T12:52:31.761Z | Checking atomicwrites v0.4.4 |
2389 | 2025-02-21T12:52:31.980Z | Checking camino-tempfile v1.1.1 |
2390 | 2025-02-21T12:52:32.273Z | Checking subprocess v0.2.9 |
2391 | 2025-02-21T12:52:34.569Z | Compiling typify-macro v0.2.0 |
2392 | 2025-02-21T12:52:36.086Z | Compiling typify v0.2.0 |
2393 | 2025-02-21T12:52:36.155Z | Compiling progenitor-impl v0.8.0 |
2394 | 2025-02-21T12:52:38.587Z | Compiling progenitor-macro v0.8.0 |
2395 | 2025-02-21T12:52:42.131Z | Checking progenitor v0.8.0 |
2396 | 2025-02-21T12:52:42.259Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2397 | 2025-02-21T12:52:42.262Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2398 | 2025-02-21T12:52:44.783Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2399 | 2025-02-21T12:52:45.116Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2400 | 2025-02-21T12:52:51.228Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2401 | 2025-02-21T12:52:52.741Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2402 | 2025-02-21T12:52:53.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s |
2403 | 2025-02-21T12:52:54.120Z | |
2404 | 2025-02-21T12:52:54.120Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2405 | 2025-02-21T12:52:54.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-02-21T12:52:54.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-02-21T12:52:54.781Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2408 | 2025-02-21T12:52:56.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
2409 | 2025-02-21T12:52:56.306Z | |
2410 | 2025-02-21T12:52:56.306Z | info: running `cargo check --bins` on nexus-config (51/199) |
2411 | 2025-02-21T12:52:56.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-02-21T12:52:56.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-02-21T12:52:56.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2025-02-21T12:52:56.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2415 | 2025-02-21T12:52:56.936Z | |
2416 | 2025-02-21T12:52:56.936Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2417 | 2025-02-21T12:52:57.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-02-21T12:52:57.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-02-21T12:52:57.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2025-02-21T12:52:57.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2421 | 2025-02-21T12:52:57.541Z | |
2422 | 2025-02-21T12:52:57.541Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2423 | 2025-02-21T12:52:58.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-02-21T12:52:58.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-02-21T12:52:58.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2025-02-21T12:52:58.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2427 | 2025-02-21T12:52:58.141Z | |
2428 | 2025-02-21T12:52:58.141Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2429 | 2025-02-21T12:52:58.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-02-21T12:52:58.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-02-21T12:52:58.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2025-02-21T12:52:58.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2433 | 2025-02-21T12:52:58.761Z | |
2434 | 2025-02-21T12:52:58.761Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2435 | 2025-02-21T12:52:59.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-02-21T12:52:59.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-02-21T12:52:59.447Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2438 | 2025-02-21T12:52:59.557Z | Compiling ipnetwork v0.21.1 |
2439 | 2025-02-21T12:52:59.560Z | Compiling zerocopy v0.8.10 |
2440 | 2025-02-21T12:52:59.560Z | Compiling progenitor-client v0.8.0 |
2441 | 2025-02-21T12:52:59.560Z | Compiling itertools v0.13.0 |
2442 | 2025-02-21T12:52:59.560Z | Compiling zerocopy-derive v0.8.10 |
2443 | 2025-02-21T12:52:59.560Z | Compiling heapless v0.8.0 |
2444 | 2025-02-21T12:52:59.560Z | Compiling thiserror v2.0.11 |
2445 | 2025-02-21T12:52:59.747Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2446 | 2025-02-21T12:52:59.869Z | Checking hash32 v0.3.1 |
2447 | 2025-02-21T12:52:59.994Z | Compiling oxnet v0.1.0 |
2448 | 2025-02-21T12:53:00.066Z | Compiling progenitor v0.8.0 |
2449 | 2025-02-21T12:53:00.272Z | Compiling instant v0.1.13 |
2450 | 2025-02-21T12:53:00.290Z | Compiling smoltcp v0.11.0 |
2451 | 2025-02-21T12:53:00.388Z | Compiling daft v0.1.1 |
2452 | 2025-02-21T12:53:00.421Z | Compiling backoff v0.4.0 |
2453 | 2025-02-21T12:53:00.463Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2454 | 2025-02-21T12:53:00.674Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2455 | 2025-02-21T12:53:00.766Z | Compiling dropshot v0.15.1 |
2456 | 2025-02-21T12:53:00.841Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2457 | 2025-02-21T12:53:00.928Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2458 | 2025-02-21T12:53:01.120Z | Compiling serde_with v3.11.0 |
2459 | 2025-02-21T12:53:01.277Z | Compiling parse-display v0.10.0 |
2460 | 2025-02-21T12:53:01.325Z | Checking num-rational v0.4.2 |
2461 | 2025-02-21T12:53:01.849Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2462 | 2025-02-21T12:53:01.976Z | Compiling progenitor-client v0.9.1 |
2463 | 2025-02-21T12:53:02.490Z | Compiling regress v0.9.1 |
2464 | 2025-02-21T12:53:02.495Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2465 | 2025-02-21T12:53:03.545Z | Compiling phf_generator v0.11.2 |
2466 | 2025-02-21T12:53:03.742Z | Checking num-complex v0.4.6 |
2467 | 2025-02-21T12:53:04.618Z | Compiling macaddr v1.0.1 |
2468 | 2025-02-21T12:53:04.915Z | Checking cobs v0.2.3 |
2469 | 2025-02-21T12:53:05.007Z | Checking num v0.4.3 |
2470 | 2025-02-21T12:53:05.126Z | Compiling phf_codegen v0.11.2 |
2471 | 2025-02-21T12:53:05.168Z | Checking postcard v1.0.10 |
2472 | 2025-02-21T12:53:05.576Z | Compiling parse-zoneinfo v0.3.1 |
2473 | 2025-02-21T12:53:05.655Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2474 | 2025-02-21T12:53:05.968Z | Compiling float-ord v0.3.2 |
2475 | 2025-02-21T12:53:07.175Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2476 | 2025-02-21T12:53:07.229Z | Compiling convert_case v0.4.0 |
2477 | 2025-02-21T12:53:07.509Z | Compiling chrono-tz-build v0.4.0 |
2478 | 2025-02-21T12:53:08.013Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2479 | 2025-02-21T12:53:08.040Z | Compiling derive_more v0.99.19 |
2480 | 2025-02-21T12:53:08.203Z | Compiling crucible-workspace-hack v0.1.0 |
2481 | 2025-02-21T12:53:08.541Z | Checking newline-converter v0.3.0 |
2482 | 2025-02-21T12:53:08.650Z | Compiling chrono-tz v0.10.1 |
2483 | 2025-02-21T12:53:08.846Z | Checking prettyplease v0.2.29 |
2484 | 2025-02-21T12:53:08.902Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2485 | 2025-02-21T12:53:09.376Z | Compiling slog-dtrace v0.3.0 |
2486 | 2025-02-21T12:53:09.512Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2487 | 2025-02-21T12:53:09.534Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2488 | 2025-02-21T12:53:09.784Z | Checking expectorate v1.1.0 |
2489 | 2025-02-21T12:53:09.959Z | Compiling zone_cfg_derive v0.3.0 |
2490 | 2025-02-21T12:53:10.148Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2491 | 2025-02-21T12:53:10.715Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2492 | 2025-02-21T12:53:10.883Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2493 | 2025-02-21T12:53:11.145Z | Compiling const_format_proc_macros v0.2.34 |
2494 | 2025-02-21T12:53:11.174Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2495 | 2025-02-21T12:53:11.177Z | Compiling num-derive v0.4.2 |
2496 | 2025-02-21T12:53:11.272Z | Checking highway v1.2.0 |
2497 | 2025-02-21T12:53:11.572Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2498 | 2025-02-21T12:53:11.705Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2499 | 2025-02-21T12:53:12.046Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2500 | 2025-02-21T12:53:12.228Z | Checking zone v0.3.0 |
2501 | 2025-02-21T12:53:12.304Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2502 | 2025-02-21T12:53:12.937Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2503 | 2025-02-21T12:53:12.955Z | Checking const_format v0.2.34 |
2504 | 2025-02-21T12:53:13.379Z | Checking gethostname v0.5.0 |
2505 | 2025-02-21T12:53:13.404Z | Checking bcs v0.1.6 |
2506 | 2025-02-21T12:53:13.475Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2507 | 2025-02-21T12:53:13.511Z | Compiling async-recursion v1.1.1 |
2508 | 2025-02-21T12:53:13.867Z | Checking nanorand v0.7.0 |
2509 | 2025-02-21T12:53:13.884Z | Checking termtree v0.5.1 |
2510 | 2025-02-21T12:53:13.900Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2511 | 2025-02-21T12:53:14.100Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2512 | 2025-02-21T12:53:14.234Z | Checking flume v0.11.1 |
2513 | 2025-02-21T12:53:14.454Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2514 | 2025-02-21T12:53:14.588Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2515 | 2025-02-21T12:53:14.680Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2516 | 2025-02-21T12:53:16.522Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2517 | 2025-02-21T12:53:20.839Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2518 | 2025-02-21T12:53:24.011Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2519 | 2025-02-21T12:53:26.494Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2520 | 2025-02-21T12:53:27.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.10s |
2521 | 2025-02-21T12:53:27.878Z | |
2522 | 2025-02-21T12:53:27.878Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2523 | 2025-02-21T12:53:28.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2025-02-21T12:53:28.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2025-02-21T12:53:28.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2025-02-21T12:53:28.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2527 | 2025-02-21T12:53:28.512Z | |
2528 | 2025-02-21T12:53:28.512Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2529 | 2025-02-21T12:53:29.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2025-02-21T12:53:29.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2025-02-21T12:53:29.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2025-02-21T12:53:29.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2533 | 2025-02-21T12:53:29.148Z | |
2534 | 2025-02-21T12:53:29.148Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2535 | 2025-02-21T12:53:29.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2025-02-21T12:53:29.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2025-02-21T12:53:29.800Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-02-21T12:53:30.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2539 | 2025-02-21T12:53:30.608Z | |
2540 | 2025-02-21T12:53:30.608Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2541 | 2025-02-21T12:53:31.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2025-02-21T12:53:31.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2025-02-21T12:53:31.276Z | Compiling cfg_aliases v0.1.1 |
2544 | 2025-02-21T12:53:31.279Z | Compiling vte_generate_state_changes v0.1.2 |
2545 | 2025-02-21T12:53:31.279Z | Checking fd-lock v4.0.2 |
2546 | 2025-02-21T12:53:31.280Z | Checking nibble_vec v0.1.0 |
2547 | 2025-02-21T12:53:31.280Z | Checking bytecount v0.6.8 |
2548 | 2025-02-21T12:53:31.280Z | Checking endian-type v0.1.2 |
2549 | 2025-02-21T12:53:31.402Z | Compiling tabled_derive v0.7.0 |
2550 | 2025-02-21T12:53:31.422Z | Checking itertools v0.12.1 |
2551 | 2025-02-21T12:53:31.466Z | Compiling nix v0.28.0 |
2552 | 2025-02-21T12:53:31.556Z | Compiling peg-macros v0.8.4 |
2553 | 2025-02-21T12:53:31.571Z | Checking papergrid v0.11.0 |
2554 | 2025-02-21T12:53:31.586Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2555 | 2025-02-21T12:53:31.589Z | Checking radix_trie v0.2.1 |
2556 | 2025-02-21T12:53:31.962Z | Compiling sqlparser_derive v0.2.2 |
2557 | 2025-02-21T12:53:31.964Z | Checking vte v0.11.1 |
2558 | 2025-02-21T12:53:32.608Z | Checking unicode_categories v0.1.1 |
2559 | 2025-02-21T12:53:32.898Z | Checking nu-ansi-term v0.50.1 |
2560 | 2025-02-21T12:53:32.982Z | Checking home v0.5.9 |
2561 | 2025-02-21T12:53:33.014Z | Checking sqlparser v0.45.0 |
2562 | 2025-02-21T12:53:33.148Z | Checking sqlformat v0.2.6 |
2563 | 2025-02-21T12:53:33.319Z | Checking display-error-chain v0.2.2 |
2564 | 2025-02-21T12:53:33.425Z | Checking strip-ansi-escapes v0.2.0 |
2565 | 2025-02-21T12:53:33.568Z | Checking tabled v0.15.0 |
2566 | 2025-02-21T12:53:33.740Z | Checking reedline v0.35.0 |
2567 | 2025-02-21T12:53:34.293Z | Checking peg v0.8.4 |
2568 | 2025-02-21T12:53:34.438Z | Checking rustyline v14.0.0 |
2569 | 2025-02-21T12:53:43.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s |
2570 | 2025-02-21T12:53:43.504Z | |
2571 | 2025-02-21T12:53:43.504Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2572 | 2025-02-21T12:53:44.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-02-21T12:53:44.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-02-21T12:53:44.170Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2575 | 2025-02-21T12:53:49.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
2576 | 2025-02-21T12:53:49.388Z | |
2577 | 2025-02-21T12:53:49.388Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2578 | 2025-02-21T12:53:49.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-02-21T12:53:49.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-02-21T12:53:50.063Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2581 | 2025-02-21T12:53:53.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
2582 | 2025-02-21T12:53:53.689Z | |
2583 | 2025-02-21T12:53:53.689Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2584 | 2025-02-21T12:53:54.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-02-21T12:53:54.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-02-21T12:53:54.357Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2587 | 2025-02-21T12:53:59.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2588 | 2025-02-21T12:53:59.275Z | |
2589 | 2025-02-21T12:53:59.275Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2590 | 2025-02-21T12:53:59.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-02-21T12:53:59.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-02-21T12:53:59.945Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2593 | 2025-02-21T12:54:04.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
2594 | 2025-02-21T12:54:04.891Z | |
2595 | 2025-02-21T12:54:04.891Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2596 | 2025-02-21T12:54:05.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-02-21T12:54:05.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-02-21T12:54:05.554Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2025-02-21T12:54:09.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2600 | 2025-02-21T12:54:09.413Z | |
2601 | 2025-02-21T12:54:09.413Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2602 | 2025-02-21T12:54:09.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-02-21T12:54:09.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-02-21T12:54:10.073Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2605 | 2025-02-21T12:54:13.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2606 | 2025-02-21T12:54:13.961Z | |
2607 | 2025-02-21T12:54:13.962Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2608 | 2025-02-21T12:54:14.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-02-21T12:54:14.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-02-21T12:54:14.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2611 | 2025-02-21T12:54:19.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2612 | 2025-02-21T12:54:19.861Z | |
2613 | 2025-02-21T12:54:19.861Z | info: running `cargo check --bins` on oximeter (67/199) |
2614 | 2025-02-21T12:54:20.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-02-21T12:54:20.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-02-21T12:54:20.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-02-21T12:54:20.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2618 | 2025-02-21T12:54:20.483Z | |
2619 | 2025-02-21T12:54:20.483Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2620 | 2025-02-21T12:54:21.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-02-21T12:54:21.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-02-21T12:54:21.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-02-21T12:54:21.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2624 | 2025-02-21T12:54:21.088Z | |
2625 | 2025-02-21T12:54:21.088Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2626 | 2025-02-21T12:54:21.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-02-21T12:54:21.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-02-21T12:54:21.722Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2629 | 2025-02-21T12:54:23.727Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2630 | 2025-02-21T12:54:24.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
2631 | 2025-02-21T12:54:24.816Z | |
2632 | 2025-02-21T12:54:24.816Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2633 | 2025-02-21T12:54:25.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2025-02-21T12:54:25.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2025-02-21T12:54:25.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2025-02-21T12:54:25.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2637 | 2025-02-21T12:54:25.434Z | |
2638 | 2025-02-21T12:54:25.434Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2639 | 2025-02-21T12:54:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2025-02-21T12:54:25.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2025-02-21T12:54:25.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2025-02-21T12:54:25.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2643 | 2025-02-21T12:54:26.062Z | |
2644 | 2025-02-21T12:54:26.062Z | info: running `cargo check --bins` on oxql-types (72/199) |
2645 | 2025-02-21T12:54:26.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2025-02-21T12:54:26.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2025-02-21T12:54:26.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2025-02-21T12:54:26.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2649 | 2025-02-21T12:54:26.687Z | |
2650 | 2025-02-21T12:54:26.687Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2651 | 2025-02-21T12:54:27.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2025-02-21T12:54:27.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2025-02-21T12:54:27.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2025-02-21T12:54:27.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2655 | 2025-02-21T12:54:27.334Z | |
2656 | 2025-02-21T12:54:27.334Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2657 | 2025-02-21T12:54:27.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2025-02-21T12:54:27.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2025-02-21T12:54:27.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2025-02-21T12:54:27.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2661 | 2025-02-21T12:54:27.959Z | |
2662 | 2025-02-21T12:54:27.959Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2663 | 2025-02-21T12:54:28.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2025-02-21T12:54:28.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2025-02-21T12:54:28.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2025-02-21T12:54:28.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2667 | 2025-02-21T12:54:28.598Z | |
2668 | 2025-02-21T12:54:28.598Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2669 | 2025-02-21T12:54:29.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2025-02-21T12:54:29.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2025-02-21T12:54:29.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2025-02-21T12:54:29.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2673 | 2025-02-21T12:54:29.226Z | |
2674 | 2025-02-21T12:54:29.226Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2675 | 2025-02-21T12:54:29.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-02-21T12:54:29.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-02-21T12:54:29.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2025-02-21T12:54:29.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2679 | 2025-02-21T12:54:29.857Z | |
2680 | 2025-02-21T12:54:29.857Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2681 | 2025-02-21T12:54:30.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-02-21T12:54:30.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-02-21T12:54:30.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-02-21T12:54:30.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2685 | 2025-02-21T12:54:30.489Z | |
2686 | 2025-02-21T12:54:30.489Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2687 | 2025-02-21T12:54:31.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-02-21T12:54:31.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-02-21T12:54:31.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-02-21T12:54:31.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2691 | 2025-02-21T12:54:31.096Z | |
2692 | 2025-02-21T12:54:31.096Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2693 | 2025-02-21T12:54:31.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-02-21T12:54:31.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-02-21T12:54:31.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-02-21T12:54:31.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2697 | 2025-02-21T12:54:31.729Z | |
2698 | 2025-02-21T12:54:31.729Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2699 | 2025-02-21T12:54:32.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-02-21T12:54:32.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-02-21T12:54:32.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-02-21T12:54:32.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2703 | 2025-02-21T12:54:32.354Z | |
2704 | 2025-02-21T12:54:32.354Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2705 | 2025-02-21T12:54:32.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-02-21T12:54:32.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-02-21T12:54:32.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-02-21T12:54:32.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2709 | 2025-02-21T12:54:32.971Z | |
2710 | 2025-02-21T12:54:32.971Z | info: running `cargo check --bins` on dpd-client (83/199) |
2711 | 2025-02-21T12:54:33.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-02-21T12:54:33.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-02-21T12:54:33.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-02-21T12:54:33.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2715 | 2025-02-21T12:54:33.589Z | |
2716 | 2025-02-21T12:54:33.589Z | info: running `cargo check --bins` on gateway-client (84/199) |
2717 | 2025-02-21T12:54:34.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-02-21T12:54:34.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-02-21T12:54:34.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-02-21T12:54:34.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2721 | 2025-02-21T12:54:34.201Z | |
2722 | 2025-02-21T12:54:34.201Z | info: running `cargo check --bins` on installinator-client (85/199) |
2723 | 2025-02-21T12:54:34.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-02-21T12:54:34.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-02-21T12:54:34.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2025-02-21T12:54:34.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2727 | 2025-02-21T12:54:34.843Z | |
2728 | 2025-02-21T12:54:34.843Z | info: running `cargo check --bins` on installinator-common (86/199) |
2729 | 2025-02-21T12:54:35.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-02-21T12:54:35.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-02-21T12:54:35.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2025-02-21T12:54:35.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2733 | 2025-02-21T12:54:35.479Z | |
2734 | 2025-02-21T12:54:35.479Z | info: running `cargo check --bins` on update-engine (87/199) |
2735 | 2025-02-21T12:54:36.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-02-21T12:54:36.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-02-21T12:54:36.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2025-02-21T12:54:36.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2739 | 2025-02-21T12:54:36.086Z | |
2740 | 2025-02-21T12:54:36.086Z | info: running `cargo check --bins` on nexus-client (88/199) |
2741 | 2025-02-21T12:54:36.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-02-21T12:54:36.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-02-21T12:54:36.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2025-02-21T12:54:36.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2745 | 2025-02-21T12:54:36.747Z | |
2746 | 2025-02-21T12:54:36.747Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2747 | 2025-02-21T12:54:37.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-02-21T12:54:37.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-02-21T12:54:37.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-02-21T12:54:37.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2751 | 2025-02-21T12:54:37.391Z | |
2752 | 2025-02-21T12:54:37.391Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2753 | 2025-02-21T12:54:37.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-02-21T12:54:37.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-02-21T12:54:37.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-02-21T12:54:37.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2757 | 2025-02-21T12:54:38.008Z | |
2758 | 2025-02-21T12:54:38.008Z | info: running `cargo check --bins` on nexus-types (91/199) |
2759 | 2025-02-21T12:54:38.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-02-21T12:54:38.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-02-21T12:54:38.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-02-21T12:54:38.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2763 | 2025-02-21T12:54:38.665Z | |
2764 | 2025-02-21T12:54:38.665Z | info: running `cargo check --bins` on oxide-client (92/199) |
2765 | 2025-02-21T12:54:39.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-02-21T12:54:39.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-02-21T12:54:39.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-02-21T12:54:39.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2769 | 2025-02-21T12:54:39.275Z | |
2770 | 2025-02-21T12:54:39.275Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2771 | 2025-02-21T12:54:39.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-02-21T12:54:39.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-02-21T12:54:39.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-02-21T12:54:39.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2775 | 2025-02-21T12:54:39.900Z | |
2776 | 2025-02-21T12:54:39.900Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2777 | 2025-02-21T12:54:40.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-02-21T12:54:40.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-02-21T12:54:40.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-02-21T12:54:40.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2781 | 2025-02-21T12:54:40.505Z | |
2782 | 2025-02-21T12:54:40.505Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2783 | 2025-02-21T12:54:41.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-02-21T12:54:41.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-02-21T12:54:41.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-02-21T12:54:41.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2787 | 2025-02-21T12:54:41.158Z | |
2788 | 2025-02-21T12:54:41.158Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2789 | 2025-02-21T12:54:41.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-02-21T12:54:41.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-02-21T12:54:41.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-02-21T12:54:41.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2793 | 2025-02-21T12:54:41.820Z | |
2794 | 2025-02-21T12:54:41.820Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2795 | 2025-02-21T12:54:42.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-02-21T12:54:42.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-02-21T12:54:42.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-02-21T12:54:42.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2799 | 2025-02-21T12:54:42.475Z | |
2800 | 2025-02-21T12:54:42.476Z | info: running `cargo check --bins` on wicket-common (98/199) |
2801 | 2025-02-21T12:54:43.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-02-21T12:54:43.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-02-21T12:54:43.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-02-21T12:54:43.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2805 | 2025-02-21T12:54:43.132Z | |
2806 | 2025-02-21T12:54:43.132Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2807 | 2025-02-21T12:54:43.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-02-21T12:54:43.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-02-21T12:54:43.801Z | Checking csv-core v0.1.11 |
2810 | 2025-02-21T12:54:43.801Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2811 | 2025-02-21T12:54:43.804Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2812 | 2025-02-21T12:54:43.804Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2813 | 2025-02-21T12:54:44.092Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2814 | 2025-02-21T12:54:44.111Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2815 | 2025-02-21T12:54:44.146Z | Checking csv v1.3.1 |
2816 | 2025-02-21T12:54:44.690Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2817 | 2025-02-21T12:54:45.034Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2818 | 2025-02-21T12:54:46.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
2819 | 2025-02-21T12:54:46.787Z | |
2820 | 2025-02-21T12:54:46.787Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2821 | 2025-02-21T12:54:47.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-02-21T12:54:47.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-02-21T12:54:47.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-02-21T12:54:47.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2825 | 2025-02-21T12:54:47.412Z | |
2826 | 2025-02-21T12:54:47.412Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2827 | 2025-02-21T12:54:47.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-02-21T12:54:47.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-02-21T12:54:47.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-02-21T12:54:47.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2831 | 2025-02-21T12:54:48.036Z | |
2832 | 2025-02-21T12:54:48.036Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2833 | 2025-02-21T12:54:48.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-02-21T12:54:48.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-02-21T12:54:48.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-02-21T12:54:48.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2837 | 2025-02-21T12:54:48.769Z | |
2838 | 2025-02-21T12:54:48.769Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2839 | 2025-02-21T12:54:49.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-02-21T12:54:49.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-02-21T12:54:49.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-02-21T12:54:49.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2843 | 2025-02-21T12:54:49.496Z | |
2844 | 2025-02-21T12:54:49.496Z | info: running `cargo check --bins` on dns-server (104/199) |
2845 | 2025-02-21T12:54:50.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-02-21T12:54:50.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-02-21T12:54:50.142Z | Compiling typify-impl v0.3.0 |
2848 | 2025-02-21T12:54:50.253Z | Compiling parking_lot_core v0.8.6 |
2849 | 2025-02-21T12:54:50.261Z | Checking fxhash v0.2.1 |
2850 | 2025-02-21T12:54:50.270Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2851 | 2025-02-21T12:54:50.273Z | Checking hickory-client v0.24.3 |
2852 | 2025-02-21T12:54:50.294Z | Checking hickory-server v0.24.3 |
2853 | 2025-02-21T12:54:50.972Z | Checking parking_lot v0.11.2 |
2854 | 2025-02-21T12:54:51.014Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2855 | 2025-02-21T12:54:51.265Z | Checking sled v0.34.7 |
2856 | 2025-02-21T12:54:55.661Z | Compiling typify-macro v0.3.0 |
2857 | 2025-02-21T12:54:57.152Z | Compiling typify v0.3.0 |
2858 | 2025-02-21T12:54:57.223Z | Compiling progenitor-impl v0.9.1 |
2859 | 2025-02-21T12:54:59.639Z | Compiling progenitor-macro v0.9.1 |
2860 | 2025-02-21T12:55:03.107Z | Checking progenitor v0.9.1 |
2861 | 2025-02-21T12:55:03.238Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2025-02-21T12:55:03.712Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2863 | 2025-02-21T12:55:04.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.56s |
2864 | 2025-02-21T12:55:05.155Z | |
2865 | 2025-02-21T12:55:05.155Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2866 | 2025-02-21T12:55:05.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2025-02-21T12:55:05.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2025-02-21T12:55:05.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2025-02-21T12:55:05.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2870 | 2025-02-21T12:55:05.789Z | |
2871 | 2025-02-21T12:55:05.790Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2872 | 2025-02-21T12:55:06.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2025-02-21T12:55:06.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2025-02-21T12:55:06.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2025-02-21T12:55:06.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2876 | 2025-02-21T12:55:06.462Z | |
2877 | 2025-02-21T12:55:06.462Z | info: running `cargo check --bins` on gateway-types (107/199) |
2878 | 2025-02-21T12:55:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2025-02-21T12:55:07.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2025-02-21T12:55:07.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2025-02-21T12:55:07.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2882 | 2025-02-21T12:55:07.088Z | |
2883 | 2025-02-21T12:55:07.088Z | info: running `cargo check --bins` on ipcc (108/199) |
2884 | 2025-02-21T12:55:07.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2025-02-21T12:55:07.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2025-02-21T12:55:07.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2025-02-21T12:55:07.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2888 | 2025-02-21T12:55:07.720Z | |
2889 | 2025-02-21T12:55:07.720Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2890 | 2025-02-21T12:55:08.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2025-02-21T12:55:08.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2025-02-21T12:55:08.420Z | Compiling semver v0.1.20 |
2893 | 2025-02-21T12:55:08.420Z | Compiling radium v0.7.0 |
2894 | 2025-02-21T12:55:08.838Z | Checking tap v1.0.1 |
2895 | 2025-02-21T12:55:08.852Z | Compiling maybe-uninit v2.0.0 |
2896 | 2025-02-21T12:55:08.852Z | Checking password-hash v0.5.0 |
2897 | 2025-02-21T12:55:08.852Z | Checking blake2 v0.10.6 |
2898 | 2025-02-21T12:55:08.852Z | Compiling owo-colors v4.1.0 |
2899 | 2025-02-21T12:55:08.852Z | Checking funty v2.0.0 |
2900 | 2025-02-21T12:55:08.853Z | Checking wyz v0.5.1 |
2901 | 2025-02-21T12:55:08.888Z | Compiling rustc_version v0.1.7 |
2902 | 2025-02-21T12:55:08.985Z | Compiling packed_struct v0.10.1 |
2903 | 2025-02-21T12:55:09.002Z | Checking crc-catalog v2.4.0 |
2904 | 2025-02-21T12:55:09.019Z | Compiling cancel-safe-futures v0.1.5 |
2905 | 2025-02-21T12:55:09.050Z | Checking argon2 v0.5.3 |
2906 | 2025-02-21T12:55:09.144Z | Checking crc v3.2.1 |
2907 | 2025-02-21T12:55:09.275Z | Compiling newtype_derive v0.1.6 |
2908 | 2025-02-21T12:55:09.299Z | Compiling packed_struct_codegen v0.10.1 |
2909 | 2025-02-21T12:55:09.375Z | Checking half v2.4.1 |
2910 | 2025-02-21T12:55:09.433Z | Compiling indexmap v1.9.3 |
2911 | 2025-02-21T12:55:09.449Z | Checking bitvec v1.0.1 |
2912 | 2025-02-21T12:55:09.453Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2913 | 2025-02-21T12:55:09.544Z | Checking ciborium-io v0.2.2 |
2914 | 2025-02-21T12:55:09.661Z | Checking nodrop v0.1.14 |
2915 | 2025-02-21T12:55:09.721Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2916 | 2025-02-21T12:55:09.784Z | Checking array-init v0.0.4 |
2917 | 2025-02-21T12:55:09.787Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2918 | 2025-02-21T12:55:09.832Z | Checking ciborium-ll v0.2.2 |
2919 | 2025-02-21T12:55:10.009Z | Checking smallvec v0.6.14 |
2920 | 2025-02-21T12:55:10.120Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2921 | 2025-02-21T12:55:10.171Z | Checking libsw v3.3.1 |
2922 | 2025-02-21T12:55:10.383Z | Checking indent_write v2.2.0 |
2923 | 2025-02-21T12:55:10.430Z | Checking hashbrown v0.12.3 |
2924 | 2025-02-21T12:55:10.464Z | Checking linear-map v1.2.0 |
2925 | 2025-02-21T12:55:10.588Z | Checking swrite v0.1.0 |
2926 | 2025-02-21T12:55:10.617Z | Checking bitfield v0.14.0 |
2927 | 2025-02-21T12:55:10.715Z | Checking termcolor v1.4.1 |
2928 | 2025-02-21T12:55:10.801Z | Checking ron v0.8.1 |
2929 | 2025-02-21T12:55:10.886Z | Checking serde-hex v0.1.0 |
2930 | 2025-02-21T12:55:11.096Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2931 | 2025-02-21T12:55:11.129Z | Checking env_logger v0.10.2 |
2932 | 2025-02-21T12:55:11.405Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2933 | 2025-02-21T12:55:11.515Z | Checking ciborium v0.2.2 |
2934 | 2025-02-21T12:55:11.977Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2935 | 2025-02-21T12:55:12.007Z | Checking steno v0.4.1 |
2936 | 2025-02-21T12:55:12.027Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2937 | 2025-02-21T12:55:12.304Z | Checking hashbrown v0.13.2 |
2938 | 2025-02-21T12:55:12.450Z | Checking crc-any v2.5.0 |
2939 | 2025-02-21T12:55:12.625Z | Checking humantime v2.1.0 |
2940 | 2025-02-21T12:55:12.832Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2941 | 2025-02-21T12:55:12.954Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2942 | 2025-02-21T12:55:13.235Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2943 | 2025-02-21T12:55:13.250Z | Checking object v0.30.4 |
2944 | 2025-02-21T12:55:13.397Z | Checking path-slash v0.1.5 |
2945 | 2025-02-21T12:55:13.586Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2946 | 2025-02-21T12:55:13.681Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2947 | 2025-02-21T12:55:14.230Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2948 | 2025-02-21T12:55:14.249Z | Checking nix v0.27.1 |
2949 | 2025-02-21T12:55:14.393Z | Checking tungstenite v0.23.0 |
2950 | 2025-02-21T12:55:14.474Z | Checking kstat-rs v0.2.4 |
2951 | 2025-02-21T12:55:14.605Z | Checking signal-hook-tokio v0.3.1 |
2952 | 2025-02-21T12:55:14.826Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2953 | 2025-02-21T12:55:15.200Z | Checking tokio-tungstenite v0.23.1 |
2954 | 2025-02-21T12:55:15.429Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2955 | 2025-02-21T12:55:15.999Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2956 | 2025-02-21T12:55:16.257Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2957 | 2025-02-21T12:55:22.705Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2958 | 2025-02-21T12:55:24.021Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2959 | 2025-02-21T12:55:26.748Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2960 | 2025-02-21T12:55:31.951Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2961 | 2025-02-21T12:55:32.602Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2962 | 2025-02-21T12:55:35.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.70s |
2963 | 2025-02-21T12:55:35.459Z | |
2964 | 2025-02-21T12:55:35.459Z | info: running `cargo check --bins` on gateway-api (110/199) |
2965 | 2025-02-21T12:55:36.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-02-21T12:55:36.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-02-21T12:55:36.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2025-02-21T12:55:36.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2969 | 2025-02-21T12:55:36.084Z | |
2970 | 2025-02-21T12:55:36.084Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2971 | 2025-02-21T12:55:36.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2025-02-21T12:55:36.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2025-02-21T12:55:36.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2025-02-21T12:55:36.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2975 | 2025-02-21T12:55:36.701Z | |
2976 | 2025-02-21T12:55:36.701Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2977 | 2025-02-21T12:55:37.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2025-02-21T12:55:37.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2025-02-21T12:55:37.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2980 | 2025-02-21T12:55:37.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2981 | 2025-02-21T12:55:37.332Z | |
2982 | 2025-02-21T12:55:37.332Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2983 | 2025-02-21T12:55:37.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2025-02-21T12:55:37.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2025-02-21T12:55:37.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2025-02-21T12:55:37.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2987 | 2025-02-21T12:55:37.961Z | |
2988 | 2025-02-21T12:55:37.961Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2989 | 2025-02-21T12:55:38.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2025-02-21T12:55:38.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2025-02-21T12:55:38.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2025-02-21T12:55:38.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2993 | 2025-02-21T12:55:38.596Z | |
2994 | 2025-02-21T12:55:38.596Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2995 | 2025-02-21T12:55:39.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2025-02-21T12:55:39.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2025-02-21T12:55:39.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2025-02-21T12:55:39.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2999 | 2025-02-21T12:55:39.231Z | |
3000 | 2025-02-21T12:55:39.231Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
3001 | 2025-02-21T12:55:39.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2025-02-21T12:55:39.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2025-02-21T12:55:39.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2025-02-21T12:55:39.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3005 | 2025-02-21T12:55:39.865Z | |
3006 | 2025-02-21T12:55:39.865Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3007 | 2025-02-21T12:55:40.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-02-21T12:55:40.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-02-21T12:55:40.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-02-21T12:55:40.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3011 | 2025-02-21T12:55:40.500Z | |
3012 | 2025-02-21T12:55:40.500Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3013 | 2025-02-21T12:55:41.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-02-21T12:55:41.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-02-21T12:55:41.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2025-02-21T12:55:41.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3017 | 2025-02-21T12:55:41.148Z | |
3018 | 2025-02-21T12:55:41.148Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3019 | 2025-02-21T12:55:41.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-02-21T12:55:41.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-02-21T12:55:41.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-02-21T12:55:41.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3023 | 2025-02-21T12:55:41.782Z | |
3024 | 2025-02-21T12:55:41.782Z | info: running `cargo check --bins` on sp-sim (120/199) |
3025 | 2025-02-21T12:55:42.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-02-21T12:55:42.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-02-21T12:55:42.427Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3028 | 2025-02-21T12:55:42.866Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3029 | 2025-02-21T12:55:44.511Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3030 | 2025-02-21T12:55:46.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
3031 | 2025-02-21T12:55:46.339Z | |
3032 | 2025-02-21T12:55:46.339Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3033 | 2025-02-21T12:55:46.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-02-21T12:55:46.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-02-21T12:55:46.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-02-21T12:55:46.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3037 | 2025-02-21T12:55:47.017Z | |
3038 | 2025-02-21T12:55:47.017Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3039 | 2025-02-21T12:55:47.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-02-21T12:55:47.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-02-21T12:55:47.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-02-21T12:55:47.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3043 | 2025-02-21T12:55:47.702Z | |
3044 | 2025-02-21T12:55:47.702Z | info: running `cargo check --bins` on db-macros (123/199) |
3045 | 2025-02-21T12:55:48.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-02-21T12:55:48.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-02-21T12:55:48.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-02-21T12:55:48.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3049 | 2025-02-21T12:55:48.319Z | |
3050 | 2025-02-21T12:55:48.319Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3051 | 2025-02-21T12:55:48.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-02-21T12:55:48.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-02-21T12:55:48.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-02-21T12:55:48.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3055 | 2025-02-21T12:55:48.929Z | |
3056 | 2025-02-21T12:55:48.929Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3057 | 2025-02-21T12:55:49.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-02-21T12:55:49.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-02-21T12:55:49.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-02-21T12:55:49.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3061 | 2025-02-21T12:55:49.606Z | |
3062 | 2025-02-21T12:55:49.606Z | info: running `cargo check --bins` on authz-macros (126/199) |
3063 | 2025-02-21T12:55:50.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-02-21T12:55:50.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-02-21T12:55:50.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-02-21T12:55:50.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3067 | 2025-02-21T12:55:50.220Z | |
3068 | 2025-02-21T12:55:50.221Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3069 | 2025-02-21T12:55:50.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-02-21T12:55:50.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-02-21T12:55:50.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-02-21T12:55:50.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3073 | 2025-02-21T12:55:50.884Z | |
3074 | 2025-02-21T12:55:50.884Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3075 | 2025-02-21T12:55:51.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-02-21T12:55:51.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-02-21T12:55:51.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-02-21T12:55:51.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3079 | 2025-02-21T12:55:51.554Z | |
3080 | 2025-02-21T12:55:51.554Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3081 | 2025-02-21T12:55:52.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-02-21T12:55:52.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-02-21T12:55:52.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-02-21T12:55:52.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3085 | 2025-02-21T12:55:52.180Z | |
3086 | 2025-02-21T12:55:52.180Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3087 | 2025-02-21T12:55:52.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-02-21T12:55:52.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-02-21T12:55:52.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-02-21T12:55:52.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3091 | 2025-02-21T12:55:52.847Z | |
3092 | 2025-02-21T12:55:52.847Z | info: running `cargo check --bins` on typed-rng (131/199) |
3093 | 2025-02-21T12:55:53.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-02-21T12:55:53.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-02-21T12:55:53.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-02-21T12:55:53.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3097 | 2025-02-21T12:55:53.457Z | |
3098 | 2025-02-21T12:55:53.457Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3099 | 2025-02-21T12:55:54.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-02-21T12:55:54.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-02-21T12:55:54.214Z | Checking keccak v0.1.5 |
3102 | 2025-02-21T12:55:54.327Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3103 | 2025-02-21T12:55:54.329Z | Checking secrecy v0.8.0 |
3104 | 2025-02-21T12:55:54.329Z | Compiling unicase v2.7.0 |
3105 | 2025-02-21T12:55:54.329Z | Compiling same-file v1.0.6 |
3106 | 2025-02-21T12:55:54.377Z | Compiling tempfile v3.13.0 |
3107 | 2025-02-21T12:55:54.386Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3108 | 2025-02-21T12:55:54.386Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3109 | 2025-02-21T12:55:54.494Z | Compiling thiserror-impl-no-std v2.0.2 |
3110 | 2025-02-21T12:55:54.608Z | Checking sha3 v0.10.8 |
3111 | 2025-02-21T12:55:54.610Z | Compiling walkdir v2.5.0 |
3112 | 2025-02-21T12:55:54.683Z | Checking universal-hash v0.5.1 |
3113 | 2025-02-21T12:55:54.706Z | Compiling blake3 v1.5.4 |
3114 | 2025-02-21T12:55:54.866Z | Checking opaque-debug v0.3.1 |
3115 | 2025-02-21T12:55:54.892Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3116 | 2025-02-21T12:55:54.932Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3117 | 2025-02-21T12:55:54.969Z | Checking poly1305 v0.8.0 |
3118 | 2025-02-21T12:55:54.998Z | Checking chacha20 v0.9.1 |
3119 | 2025-02-21T12:55:55.077Z | Checking aead v0.5.2 |
3120 | 2025-02-21T12:55:55.204Z | Compiling memmap2 v0.9.5 |
3121 | 2025-02-21T12:55:55.278Z | Compiling arrayvec v0.7.6 |
3122 | 2025-02-21T12:55:55.305Z | Compiling salty v0.3.0 |
3123 | 2025-02-21T12:55:55.351Z | Compiling constant_time_eq v0.3.1 |
3124 | 2025-02-21T12:55:55.472Z | Compiling libefi-sys v0.1.0 |
3125 | 2025-02-21T12:55:55.545Z | Compiling arrayref v0.3.9 |
3126 | 2025-02-21T12:55:55.565Z | Checking chacha20poly1305 v0.10.1 |
3127 | 2025-02-21T12:55:55.671Z | Compiling toolchain_find v0.4.0 |
3128 | 2025-02-21T12:55:55.735Z | Compiling camino-tempfile v1.1.1 |
3129 | 2025-02-21T12:55:55.755Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3130 | 2025-02-21T12:55:55.800Z | Compiling bitfield-struct v0.6.2 |
3131 | 2025-02-21T12:55:56.196Z | Compiling topological-sort v0.2.2 |
3132 | 2025-02-21T12:55:56.226Z | Compiling mime_guess v2.0.5 |
3133 | 2025-02-21T12:55:56.242Z | Compiling rustfmt-wrapper v0.2.1 |
3134 | 2025-02-21T12:55:56.651Z | Compiling omicron-zone-package v0.12.0 |
3135 | 2025-02-21T12:55:56.788Z | Compiling progenitor v0.9.1 |
3136 | 2025-02-21T12:55:56.843Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3137 | 2025-02-21T12:55:57.018Z | Checking primeorder v0.13.6 |
3138 | 2025-02-21T12:55:57.063Z | Checking env_filter v0.1.2 |
3139 | 2025-02-21T12:55:57.088Z | Checking thiserror-no-std v2.0.2 |
3140 | 2025-02-21T12:55:57.141Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3141 | 2025-02-21T12:55:57.177Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3142 | 2025-02-21T12:55:57.204Z | Checking vsss-rs v3.3.4 |
3143 | 2025-02-21T12:55:57.282Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3144 | 2025-02-21T12:55:57.306Z | Checking env_logger v0.11.5 |
3145 | 2025-02-21T12:55:57.377Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3146 | 2025-02-21T12:55:57.470Z | Checking p384 v0.13.0 |
3147 | 2025-02-21T12:55:57.514Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3148 | 2025-02-21T12:55:57.680Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3149 | 2025-02-21T12:55:57.748Z | Compiling zip v2.1.3 |
3150 | 2025-02-21T12:55:57.876Z | Checking simd-adler32 v0.3.7 |
3151 | 2025-02-21T12:55:57.895Z | Checking bumpalo v3.16.0 |
3152 | 2025-02-21T12:55:58.080Z | Checking http-range v0.1.5 |
3153 | 2025-02-21T12:55:58.132Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3154 | 2025-02-21T12:55:58.234Z | Checking lockfree-object-pool v0.1.6 |
3155 | 2025-02-21T12:55:58.276Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3156 | 2025-02-21T12:55:58.507Z | Checking zopfli v0.8.1 |
3157 | 2025-02-21T12:55:58.526Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3158 | 2025-02-21T12:55:58.623Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3159 | 2025-02-21T12:55:58.915Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3160 | 2025-02-21T12:55:59.088Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3161 | 2025-02-21T12:55:59.113Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3162 | 2025-02-21T12:55:59.201Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3163 | 2025-02-21T12:55:59.480Z | Checking atty v0.2.14 |
3164 | 2025-02-21T12:55:59.626Z | Checking glob v0.3.2 |
3165 | 2025-02-21T12:55:59.666Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3166 | 2025-02-21T12:55:59.686Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3167 | 2025-02-21T12:55:59.944Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3168 | 2025-02-21T12:56:00.221Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3169 | 2025-02-21T12:56:00.798Z | Checking hyper-staticfile v0.10.1 |
3170 | 2025-02-21T12:56:00.934Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3171 | 2025-02-21T12:56:01.235Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3172 | 2025-02-21T12:56:01.254Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3173 | 2025-02-21T12:56:01.318Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3174 | 2025-02-21T12:56:01.617Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3175 | 2025-02-21T12:56:01.650Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3176 | 2025-02-21T12:56:01.887Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3177 | 2025-02-21T12:56:02.173Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3178 | 2025-02-21T12:56:02.402Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3179 | 2025-02-21T12:56:02.428Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3180 | 2025-02-21T12:56:02.641Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3181 | 2025-02-21T12:56:05.649Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3182 | 2025-02-21T12:56:05.649Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3183 | 2025-02-21T12:56:14.173Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3184 | 2025-02-21T12:56:27.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s |
3185 | 2025-02-21T12:56:27.502Z | |
3186 | 2025-02-21T12:56:27.502Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3187 | 2025-02-21T12:56:28.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-02-21T12:56:28.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-02-21T12:56:28.260Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3190 | 2025-02-21T12:56:41.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3191 | 2025-02-21T12:56:41.737Z | |
3192 | 2025-02-21T12:56:41.737Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3193 | 2025-02-21T12:56:42.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-02-21T12:56:42.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-02-21T12:56:42.476Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3196 | 2025-02-21T12:56:55.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
3197 | 2025-02-21T12:56:55.976Z | |
3198 | 2025-02-21T12:56:55.976Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3199 | 2025-02-21T12:56:56.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-02-21T12:56:56.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-02-21T12:56:56.724Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3202 | 2025-02-21T12:57:09.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
3203 | 2025-02-21T12:57:10.027Z | |
3204 | 2025-02-21T12:57:10.027Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3205 | 2025-02-21T12:57:10.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-02-21T12:57:10.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-02-21T12:57:10.766Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3208 | 2025-02-21T12:57:24.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
3209 | 2025-02-21T12:57:24.209Z | |
3210 | 2025-02-21T12:57:24.209Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3211 | 2025-02-21T12:57:24.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-02-21T12:57:24.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-02-21T12:57:24.950Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3214 | 2025-02-21T12:57:38.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
3215 | 2025-02-21T12:57:38.354Z | |
3216 | 2025-02-21T12:57:38.354Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3217 | 2025-02-21T12:57:38.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2025-02-21T12:57:38.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2025-02-21T12:57:39.085Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3220 | 2025-02-21T12:57:52.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
3221 | 2025-02-21T12:57:52.423Z | |
3222 | 2025-02-21T12:57:52.423Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3223 | 2025-02-21T12:57:53.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2025-02-21T12:57:53.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2025-02-21T12:57:53.160Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3226 | 2025-02-21T12:58:06.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3227 | 2025-02-21T12:58:06.547Z | |
3228 | 2025-02-21T12:58:06.547Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3229 | 2025-02-21T12:58:07.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-02-21T12:58:07.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-02-21T12:58:07.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2025-02-21T12:58:07.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3233 | 2025-02-21T12:58:07.200Z | |
3234 | 2025-02-21T12:58:07.200Z | info: running `cargo check --bins` on key-manager (141/199) |
3235 | 2025-02-21T12:58:07.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-02-21T12:58:07.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-02-21T12:58:07.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2025-02-21T12:58:07.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3239 | 2025-02-21T12:58:07.832Z | |
3240 | 2025-02-21T12:58:07.832Z | info: running `cargo check --bins` on range-requests (142/199) |
3241 | 2025-02-21T12:58:08.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-02-21T12:58:08.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-02-21T12:58:08.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2025-02-21T12:58:08.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3245 | 2025-02-21T12:58:08.444Z | |
3246 | 2025-02-21T12:58:08.444Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3247 | 2025-02-21T12:58:08.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-02-21T12:58:08.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-02-21T12:58:08.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3250 | 2025-02-21T12:58:08.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3251 | 2025-02-21T12:58:09.069Z | |
3252 | 2025-02-21T12:58:09.069Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3253 | 2025-02-21T12:58:09.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-02-21T12:58:09.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-02-21T12:58:09.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3256 | 2025-02-21T12:58:09.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3257 | 2025-02-21T12:58:09.731Z | |
3258 | 2025-02-21T12:58:09.731Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3259 | 2025-02-21T12:58:10.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-02-21T12:58:10.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-02-21T12:58:10.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3262 | 2025-02-21T12:58:10.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3263 | 2025-02-21T12:58:10.345Z | |
3264 | 2025-02-21T12:58:10.345Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3265 | 2025-02-21T12:58:10.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-02-21T12:58:10.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-02-21T12:58:10.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2025-02-21T12:58:10.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3269 | 2025-02-21T12:58:10.986Z | |
3270 | 2025-02-21T12:58:10.986Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3271 | 2025-02-21T12:58:11.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-02-21T12:58:11.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-02-21T12:58:11.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2025-02-21T12:58:11.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3275 | 2025-02-21T12:58:11.627Z | |
3276 | 2025-02-21T12:58:11.627Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3277 | 2025-02-21T12:58:12.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-02-21T12:58:12.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-02-21T12:58:12.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2025-02-21T12:58:12.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3281 | 2025-02-21T12:58:12.266Z | |
3282 | 2025-02-21T12:58:12.266Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3283 | 2025-02-21T12:58:12.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-02-21T12:58:12.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-02-21T12:58:12.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2025-02-21T12:58:12.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3287 | 2025-02-21T12:58:12.920Z | |
3288 | 2025-02-21T12:58:12.920Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3289 | 2025-02-21T12:58:13.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-02-21T12:58:13.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-02-21T12:58:13.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2025-02-21T12:58:13.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3293 | 2025-02-21T12:58:13.583Z | |
3294 | 2025-02-21T12:58:13.583Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3295 | 2025-02-21T12:58:14.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-02-21T12:58:14.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-02-21T12:58:14.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2025-02-21T12:58:14.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3299 | 2025-02-21T12:58:14.236Z | |
3300 | 2025-02-21T12:58:14.237Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3301 | 2025-02-21T12:58:14.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-02-21T12:58:14.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-02-21T12:58:14.928Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3304 | 2025-02-21T12:58:14.928Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3305 | 2025-02-21T12:58:15.788Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3306 | 2025-02-21T12:58:17.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
3307 | 2025-02-21T12:58:17.956Z | |
3308 | 2025-02-21T12:58:17.956Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3309 | 2025-02-21T12:58:18.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-02-21T12:58:18.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-02-21T12:58:18.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2025-02-21T12:58:18.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3313 | 2025-02-21T12:58:18.612Z | |
3314 | 2025-02-21T12:58:18.612Z | info: running `cargo check --bins` on cert-dev (154/199) |
3315 | 2025-02-21T12:58:19.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-02-21T12:58:19.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-02-21T12:58:19.196Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3318 | 2025-02-21T12:58:19.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3319 | 2025-02-21T12:58:19.638Z | |
3320 | 2025-02-21T12:58:19.638Z | info: running `cargo check --bins` on clickana (155/199) |
3321 | 2025-02-21T12:58:20.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2025-02-21T12:58:20.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2025-02-21T12:58:20.288Z | Checking castaway v0.2.3 |
3324 | 2025-02-21T12:58:20.288Z | Checking unicode-truncate v1.1.0 |
3325 | 2025-02-21T12:58:20.288Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3326 | 2025-02-21T12:58:20.288Z | Checking lru v0.12.5 |
3327 | 2025-02-21T12:58:20.288Z | Compiling instability v0.3.2 |
3328 | 2025-02-21T12:58:20.288Z | Compiling indoc v2.0.5 |
3329 | 2025-02-21T12:58:20.288Z | Checking cassowary v0.3.0 |
3330 | 2025-02-21T12:58:20.515Z | Checking compact_str v0.8.0 |
3331 | 2025-02-21T12:58:21.164Z | Checking ratatui v0.29.0 |
3332 | 2025-02-21T12:58:22.034Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3333 | 2025-02-21T12:58:23.197Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3334 | 2025-02-21T12:58:24.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
3335 | 2025-02-21T12:58:24.190Z | |
3336 | 2025-02-21T12:58:24.190Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3337 | 2025-02-21T12:58:24.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-02-21T12:58:24.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-02-21T12:58:24.872Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3340 | 2025-02-21T12:58:24.872Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3341 | 2025-02-21T12:58:25.862Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3342 | 2025-02-21T12:58:26.311Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3343 | 2025-02-21T12:58:26.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
3344 | 2025-02-21T12:58:26.830Z | |
3345 | 2025-02-21T12:58:26.830Z | info: running `cargo check --bins` on ch-dev (157/199) |
3346 | 2025-02-21T12:58:27.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2025-02-21T12:58:27.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2025-02-21T12:58:27.499Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3349 | 2025-02-21T12:58:28.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3350 | 2025-02-21T12:58:28.388Z | |
3351 | 2025-02-21T12:58:28.388Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3352 | 2025-02-21T12:58:28.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2025-02-21T12:58:28.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2025-02-21T12:58:29.040Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3355 | 2025-02-21T12:58:29.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3356 | 2025-02-21T12:58:29.561Z | |
3357 | 2025-02-21T12:58:29.561Z | info: running `cargo check --bins` on db-dev (159/199) |
3358 | 2025-02-21T12:58:30.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2025-02-21T12:58:30.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2025-02-21T12:58:30.225Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3361 | 2025-02-21T12:58:30.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3362 | 2025-02-21T12:58:31.126Z | |
3363 | 2025-02-21T12:58:31.126Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3364 | 2025-02-21T12:58:31.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2025-02-21T12:58:31.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2025-02-21T12:58:31.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3367 | 2025-02-21T12:58:31.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3368 | 2025-02-21T12:58:31.767Z | |
3369 | 2025-02-21T12:58:31.767Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3370 | 2025-02-21T12:58:32.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2025-02-21T12:58:32.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2025-02-21T12:58:32.383Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3373 | 2025-02-21T12:58:33.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3374 | 2025-02-21T12:58:33.389Z | |
3375 | 2025-02-21T12:58:33.389Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3376 | 2025-02-21T12:58:33.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2025-02-21T12:58:33.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2025-02-21T12:58:34.000Z | Checking cargo-platform v0.1.8 |
3379 | 2025-02-21T12:58:34.274Z | Checking cargo_metadata v0.18.1 |
3380 | 2025-02-21T12:58:35.184Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3381 | 2025-02-21T12:58:36.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3382 | 2025-02-21T12:58:36.171Z | |
3383 | 2025-02-21T12:58:36.172Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3384 | 2025-02-21T12:58:36.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2025-02-21T12:58:36.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2025-02-21T12:58:36.892Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3387 | 2025-02-21T12:58:38.360Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3388 | 2025-02-21T12:58:38.910Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3389 | 2025-02-21T12:58:39.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
3390 | 2025-02-21T12:58:39.627Z | |
3391 | 2025-02-21T12:58:39.627Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3392 | 2025-02-21T12:58:40.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2025-02-21T12:58:40.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2025-02-21T12:58:40.418Z | Compiling crunchy v0.2.2 |
3395 | 2025-02-21T12:58:40.418Z | Compiling tiny-keccak v2.0.2 |
3396 | 2025-02-21T12:58:40.420Z | Compiling dsl_auto_type v0.1.2 |
3397 | 2025-02-21T12:58:40.420Z | Checking scheduled-thread-pool v0.2.7 |
3398 | 2025-02-21T12:58:40.420Z | Compiling diesel_table_macro_syntax v0.2.0 |
3399 | 2025-02-21T12:58:40.560Z | Compiling ascii-canvas v3.0.0 |
3400 | 2025-02-21T12:58:40.567Z | Compiling ena v0.14.3 |
3401 | 2025-02-21T12:58:40.567Z | Compiling regex-syntax v0.6.29 |
3402 | 2025-02-21T12:58:40.779Z | Checking r2d2 v0.8.10 |
3403 | 2025-02-21T12:58:40.867Z | Compiling diff v0.1.13 |
3404 | 2025-02-21T12:58:40.910Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3405 | 2025-02-21T12:58:40.980Z | Compiling ref-cast v1.0.23 |
3406 | 2025-02-21T12:58:41.078Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3407 | 2025-02-21T12:58:41.078Z | Compiling derive_builder_core v0.20.2 |
3408 | 2025-02-21T12:58:41.136Z | Compiling libxml v0.3.3 |
3409 | 2025-02-21T12:58:41.374Z | Compiling ref-cast-impl v1.0.23 |
3410 | 2025-02-21T12:58:41.393Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3411 | 2025-02-21T12:58:41.571Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3412 | 2025-02-21T12:58:41.589Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3413 | 2025-02-21T12:58:41.799Z | Compiling diesel_derives v2.2.3 |
3414 | 2025-02-21T12:58:41.811Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3415 | 2025-02-21T12:58:41.888Z | Compiling strum_macros v0.24.3 |
3416 | 2025-02-21T12:58:41.907Z | Compiling samael v0.0.17 |
3417 | 2025-02-21T12:58:42.178Z | Compiling indoc v1.0.9 |
3418 | 2025-02-21T12:58:43.118Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3419 | 2025-02-21T12:58:43.150Z | Compiling derive_builder_macro v0.20.2 |
3420 | 2025-02-21T12:58:43.422Z | Compiling oso-derive v0.27.3 |
3421 | 2025-02-21T12:58:44.010Z | Compiling lalrpop v0.19.12 |
3422 | 2025-02-21T12:58:44.085Z | Checking derive_builder v0.20.2 |
3423 | 2025-02-21T12:58:44.255Z | Compiling impl-trait-for-tuples v0.2.2 |
3424 | 2025-02-21T12:58:44.397Z | Checking quick-xml v0.33.0 |
3425 | 2025-02-21T12:58:44.478Z | Compiling diesel-dtrace v0.4.2 |
3426 | 2025-02-21T12:58:44.805Z | Checking maplit v1.0.2 |
3427 | 2025-02-21T12:58:45.023Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3428 | 2025-02-21T12:58:45.028Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3429 | 2025-02-21T12:58:45.397Z | Checking bb8 v0.8.5 |
3430 | 2025-02-21T12:58:45.735Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3431 | 2025-02-21T12:58:45.784Z | Checking rand_seeder v0.3.0 |
3432 | 2025-02-21T12:58:45.855Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3433 | 2025-02-21T12:58:46.019Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3434 | 2025-02-21T12:58:46.083Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3435 | 2025-02-21T12:58:46.233Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3436 | 2025-02-21T12:58:46.540Z | Checking unicode-linebreak v0.1.5 |
3437 | 2025-02-21T12:58:46.636Z | Checking smawk v0.3.2 |
3438 | 2025-02-21T12:58:46.857Z | Checking is_ci v1.2.0 |
3439 | 2025-02-21T12:58:46.977Z | Checking textwrap v0.16.1 |
3440 | 2025-02-21T12:58:47.017Z | Checking supports-color v3.0.1 |
3441 | 2025-02-21T12:58:47.258Z | Checking multimap v0.10.0 |
3442 | 2025-02-21T12:58:48.087Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3443 | 2025-02-21T12:58:49.853Z | Checking diesel v2.2.7 |
3444 | 2025-02-21T12:59:13.868Z | Compiling polar-core v0.27.3 |
3445 | 2025-02-21T12:59:15.055Z | Checking async-bb8-diesel v0.2.1 |
3446 | 2025-02-21T12:59:21.075Z | Checking oso v0.27.3 |
3447 | 2025-02-21T13:00:24.187Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3448 | 2025-02-21T13:00:30.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s |
3449 | 2025-02-21T13:00:30.891Z | |
3450 | 2025-02-21T13:00:30.891Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3451 | 2025-02-21T13:00:31.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3452 | 2025-02-21T13:00:31.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3453 | 2025-02-21T13:00:31.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3454 | 2025-02-21T13:00:31.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3455 | 2025-02-21T13:00:31.562Z | |
3456 | 2025-02-21T13:00:31.562Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3457 | 2025-02-21T13:00:32.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3458 | 2025-02-21T13:00:32.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3459 | 2025-02-21T13:00:32.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3460 | 2025-02-21T13:00:32.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3461 | 2025-02-21T13:00:32.231Z | |
3462 | 2025-02-21T13:00:32.231Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3463 | 2025-02-21T13:00:32.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2025-02-21T13:00:32.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2025-02-21T13:00:32.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3466 | 2025-02-21T13:00:32.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3467 | 2025-02-21T13:00:32.843Z | |
3468 | 2025-02-21T13:00:32.843Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3469 | 2025-02-21T13:00:33.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2025-02-21T13:00:33.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2025-02-21T13:00:33.669Z | Compiling libz-sys v1.1.20 |
3472 | 2025-02-21T13:00:33.672Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3473 | 2025-02-21T13:00:33.799Z | Compiling vergen v8.3.2 |
3474 | 2025-02-21T13:00:33.801Z | Compiling cargo-platform v0.1.8 |
3475 | 2025-02-21T13:00:33.801Z | Compiling pin-project-internal v1.1.6 |
3476 | 2025-02-21T13:00:33.836Z | Compiling libsqlite3-sys v0.30.1 |
3477 | 2025-02-21T13:00:33.840Z | Compiling snafu-derive v0.8.5 |
3478 | 2025-02-21T13:00:33.840Z | Compiling rustls v0.21.12 |
3479 | 2025-02-21T13:00:34.122Z | Compiling cargo_metadata v0.18.1 |
3480 | 2025-02-21T13:00:34.174Z | Compiling buf-list v1.0.3 |
3481 | 2025-02-21T13:00:34.289Z | Checking globset v0.4.15 |
3482 | 2025-02-21T13:00:34.427Z | Checking olpc-cjson v0.1.4 |
3483 | 2025-02-21T13:00:34.515Z | Checking sct v0.7.1 |
3484 | 2025-02-21T13:00:34.719Z | Checking rustls-webpki v0.101.7 |
3485 | 2025-02-21T13:00:34.772Z | Checking serde_plain v1.0.2 |
3486 | 2025-02-21T13:00:34.824Z | Checking typed-path v0.9.3 |
3487 | 2025-02-21T13:00:35.156Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3488 | 2025-02-21T13:00:35.395Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3489 | 2025-02-21T13:00:35.468Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3490 | 2025-02-21T13:00:35.719Z | Checking hashlink v0.9.1 |
3491 | 2025-02-21T13:00:35.782Z | Checking parse-size v1.1.0 |
3492 | 2025-02-21T13:00:35.957Z | Checking fallible-iterator v0.3.0 |
3493 | 2025-02-21T13:00:36.249Z | Checking fallible-streaming-iterator v0.1.9 |
3494 | 2025-02-21T13:00:36.310Z | Checking pin-project v1.1.6 |
3495 | 2025-02-21T13:00:36.526Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3496 | 2025-02-21T13:00:36.529Z | Checking rusqlite v0.32.1 |
3497 | 2025-02-21T13:00:36.565Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3498 | 2025-02-21T13:00:36.619Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3499 | 2025-02-21T13:00:37.101Z | Checking rustls-pemfile v1.0.4 |
3500 | 2025-02-21T13:00:37.331Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3501 | 2025-02-21T13:00:37.352Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3502 | 2025-02-21T13:00:37.454Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3503 | 2025-02-21T13:00:37.584Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3504 | 2025-02-21T13:00:37.599Z | Checking twox-hash v2.1.0 |
3505 | 2025-02-21T13:00:37.673Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3506 | 2025-02-21T13:00:37.898Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3507 | 2025-02-21T13:00:38.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3508 | 2025-02-21T13:00:38.317Z | Checking tokio-rustls v0.24.1 |
3509 | 2025-02-21T13:00:38.349Z | Checking snafu v0.8.5 |
3510 | 2025-02-21T13:00:38.773Z | Checking tough v0.19.0 |
3511 | 2025-02-21T13:00:39.105Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3512 | 2025-02-21T13:00:39.450Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3513 | 2025-02-21T13:00:39.620Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3514 | 2025-02-21T13:00:39.654Z | Checking fatfs v0.3.6 |
3515 | 2025-02-21T13:00:39.789Z | Checking assert_matches v1.5.0 |
3516 | 2025-02-21T13:00:42.902Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3517 | 2025-02-21T13:00:44.149Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3518 | 2025-02-21T13:00:45.923Z | Compiling git2 v0.19.0 |
3519 | 2025-02-21T13:00:49.933Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3520 | 2025-02-21T13:01:47.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3521 | 2025-02-21T13:01:47.298Z | |
3522 | 2025-02-21T13:01:47.298Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3523 | 2025-02-21T13:01:47.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2025-02-21T13:01:47.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2025-02-21T13:01:47.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3526 | 2025-02-21T13:01:47.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3527 | 2025-02-21T13:01:47.992Z | |
3528 | 2025-02-21T13:01:47.992Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3529 | 2025-02-21T13:01:48.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2025-02-21T13:01:48.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2025-02-21T13:01:48.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3532 | 2025-02-21T13:01:48.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3533 | 2025-02-21T13:01:48.605Z | |
3534 | 2025-02-21T13:01:48.605Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3535 | 2025-02-21T13:01:49.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2025-02-21T13:01:49.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2025-02-21T13:01:49.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3538 | 2025-02-21T13:01:49.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3539 | 2025-02-21T13:01:49.264Z | |
3540 | 2025-02-21T13:01:49.264Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3541 | 2025-02-21T13:01:49.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2025-02-21T13:01:49.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2025-02-21T13:01:49.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3544 | 2025-02-21T13:01:49.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3545 | 2025-02-21T13:01:49.944Z | |
3546 | 2025-02-21T13:01:49.944Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3547 | 2025-02-21T13:01:50.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2025-02-21T13:01:50.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2025-02-21T13:01:50.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2025-02-21T13:01:50.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3551 | 2025-02-21T13:01:50.626Z | |
3552 | 2025-02-21T13:01:50.626Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3553 | 2025-02-21T13:01:51.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2025-02-21T13:01:51.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2025-02-21T13:01:51.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3556 | 2025-02-21T13:01:51.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3557 | 2025-02-21T13:01:51.305Z | |
3558 | 2025-02-21T13:01:51.305Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3559 | 2025-02-21T13:01:51.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2025-02-21T13:01:51.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2025-02-21T13:01:51.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3562 | 2025-02-21T13:01:51.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3563 | 2025-02-21T13:01:51.984Z | |
3564 | 2025-02-21T13:01:51.984Z | info: running `cargo check --bins` on update-common (176/199) |
3565 | 2025-02-21T13:01:52.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2025-02-21T13:01:52.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2025-02-21T13:01:52.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2025-02-21T13:01:52.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3569 | 2025-02-21T13:01:52.631Z | |
3570 | 2025-02-21T13:01:52.631Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3571 | 2025-02-21T13:01:53.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-02-21T13:01:53.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-02-21T13:01:53.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3574 | 2025-02-21T13:01:53.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3575 | 2025-02-21T13:01:53.279Z | |
3576 | 2025-02-21T13:01:53.279Z | info: running `cargo check --bins` on tufaceous (178/199) |
3577 | 2025-02-21T13:01:53.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-02-21T13:01:53.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-02-21T13:01:53.950Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3580 | 2025-02-21T13:01:54.235Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3581 | 2025-02-21T13:01:55.229Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3582 | 2025-02-21T13:01:56.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3583 | 2025-02-21T13:01:56.193Z | |
3584 | 2025-02-21T13:01:56.193Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3585 | 2025-02-21T13:01:56.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-02-21T13:01:56.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-02-21T13:01:57.045Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3588 | 2025-02-21T13:01:57.049Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3589 | 2025-02-21T13:01:57.186Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3590 | 2025-02-21T13:01:57.188Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3591 | 2025-02-21T13:01:58.162Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3592 | 2025-02-21T13:02:24.333Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3593 | 2025-02-21T13:02:24.336Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3594 | 2025-02-21T13:02:24.336Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3595 | 2025-02-21T13:02:24.336Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3596 | 2025-02-21T13:02:24.336Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3597 | 2025-02-21T13:02:24.336Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3598 | 2025-02-21T13:02:25.220Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3599 | 2025-02-21T13:02:26.423Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3600 | 2025-02-21T13:03:08.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3601 | 2025-02-21T13:03:08.716Z | |
3602 | 2025-02-21T13:03:08.716Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3603 | 2025-02-21T13:03:09.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-02-21T13:03:09.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-02-21T13:03:09.433Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3606 | 2025-02-21T13:03:09.436Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3607 | 2025-02-21T13:03:09.436Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3608 | 2025-02-21T13:03:09.563Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3609 | 2025-02-21T13:03:09.566Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3610 | 2025-02-21T13:03:09.590Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3611 | 2025-02-21T13:03:09.594Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3612 | 2025-02-21T13:03:09.606Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3613 | 2025-02-21T13:03:09.769Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3614 | 2025-02-21T13:03:09.804Z | Checking heck v0.4.1 |
3615 | 2025-02-21T13:03:09.886Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3616 | 2025-02-21T13:03:10.024Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3617 | 2025-02-21T13:03:10.164Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3618 | 2025-02-21T13:03:10.431Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3619 | 2025-02-21T13:03:10.836Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3620 | 2025-02-21T13:03:10.931Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3621 | 2025-02-21T13:03:11.301Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3622 | 2025-02-21T13:03:12.142Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3623 | 2025-02-21T13:03:12.616Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3624 | 2025-02-21T13:03:13.094Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3625 | 2025-02-21T13:03:13.200Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3626 | 2025-02-21T13:03:15.038Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3627 | 2025-02-21T13:03:15.038Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3628 | 2025-02-21T13:03:16.900Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3629 | 2025-02-21T13:03:18.345Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3630 | 2025-02-21T13:03:23.882Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3631 | 2025-02-21T13:03:23.882Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3632 | 2025-02-21T13:03:25.131Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3633 | 2025-02-21T13:03:26.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.49s |
3634 | 2025-02-21T13:03:26.315Z | |
3635 | 2025-02-21T13:03:26.316Z | info: running `cargo check --bins` on installinator-api (181/199) |
3636 | 2025-02-21T13:03:26.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3637 | 2025-02-21T13:03:26.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3638 | 2025-02-21T13:03:26.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3639 | 2025-02-21T13:03:26.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3640 | 2025-02-21T13:03:26.968Z | |
3641 | 2025-02-21T13:03:26.968Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3642 | 2025-02-21T13:03:27.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3643 | 2025-02-21T13:03:27.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3644 | 2025-02-21T13:03:27.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3645 | 2025-02-21T13:03:27.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3646 | 2025-02-21T13:03:27.628Z | |
3647 | 2025-02-21T13:03:27.628Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3648 | 2025-02-21T13:03:28.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3649 | 2025-02-21T13:03:28.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3650 | 2025-02-21T13:03:28.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3651 | 2025-02-21T13:03:28.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3652 | 2025-02-21T13:03:28.240Z | |
3653 | 2025-02-21T13:03:28.240Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3654 | 2025-02-21T13:03:28.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3655 | 2025-02-21T13:03:28.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3656 | 2025-02-21T13:03:28.928Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3657 | 2025-02-21T13:03:28.928Z | Compiling petname v2.0.2 |
3658 | 2025-02-21T13:03:28.931Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3659 | 2025-02-21T13:03:28.931Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3660 | 2025-02-21T13:03:28.931Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3661 | 2025-02-21T13:03:28.931Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3662 | 2025-02-21T13:03:29.058Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3663 | 2025-02-21T13:03:29.081Z | Checking sync-ptr v0.1.1 |
3664 | 2025-02-21T13:03:34.132Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3665 | 2025-02-21T13:03:34.731Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3666 | 2025-02-21T13:03:35.899Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3667 | 2025-02-21T13:03:37.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
3668 | 2025-02-21T13:03:37.622Z | |
3669 | 2025-02-21T13:03:37.622Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3670 | 2025-02-21T13:03:38.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3671 | 2025-02-21T13:03:38.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3672 | 2025-02-21T13:03:38.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3673 | 2025-02-21T13:03:38.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3674 | 2025-02-21T13:03:38.288Z | |
3675 | 2025-02-21T13:03:38.288Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3676 | 2025-02-21T13:03:38.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3677 | 2025-02-21T13:03:38.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3678 | 2025-02-21T13:03:38.953Z | Checking memmap2 v0.9.5 |
3679 | 2025-02-21T13:03:38.953Z | Checking constant_time_eq v0.3.1 |
3680 | 2025-02-21T13:03:38.955Z | Checking arrayref v0.3.9 |
3681 | 2025-02-21T13:03:38.956Z | Checking arrayvec v0.7.6 |
3682 | 2025-02-21T13:03:38.956Z | Checking topological-sort v0.2.2 |
3683 | 2025-02-21T13:03:38.956Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3684 | 2025-02-21T13:03:38.956Z | Checking shell-words v1.1.0 |
3685 | 2025-02-21T13:03:39.323Z | Checking blake3 v1.5.4 |
3686 | 2025-02-21T13:03:39.661Z | Checking omicron-zone-package v0.12.0 |
3687 | 2025-02-21T13:03:40.777Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3688 | 2025-02-21T13:03:41.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3689 | 2025-02-21T13:03:41.869Z | |
3690 | 2025-02-21T13:03:41.869Z | info: running `cargo check --bins` on xtask (187/199) |
3691 | 2025-02-21T13:03:42.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3692 | 2025-02-21T13:03:42.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3693 | 2025-02-21T13:03:42.299Z | Checking bitflags v2.6.0 |
3694 | 2025-02-21T13:03:42.302Z | Checking serde v1.0.217 |
3695 | 2025-02-21T13:03:42.302Z | Checking thiserror v1.0.69 |
3696 | 2025-02-21T13:03:42.392Z | Checking scroll v0.12.0 |
3697 | 2025-02-21T13:03:42.394Z | Checking log v0.4.22 |
3698 | 2025-02-21T13:03:42.401Z | Checking hashbrown v0.15.1 |
3699 | 2025-02-21T13:03:42.410Z | Checking zerocopy v0.7.35 |
3700 | 2025-02-21T13:03:42.436Z | Checking syn v2.0.96 |
3701 | 2025-02-21T13:03:42.494Z | Checking pest v2.7.14 |
3702 | 2025-02-21T13:03:42.624Z | Checking rustix v0.38.37 |
3703 | 2025-02-21T13:03:42.641Z | Checking once_cell v1.20.3 |
3704 | 2025-02-21T13:03:42.816Z | Checking goblin v0.8.2 |
3705 | 2025-02-21T13:03:42.942Z | Checking fs-err v2.11.0 |
3706 | 2025-02-21T13:03:43.263Z | Checking anyhow v1.0.96 |
3707 | 2025-02-21T13:03:43.371Z | Checking indexmap v2.7.1 |
3708 | 2025-02-21T13:03:43.551Z | Checking tabled v0.15.0 |
3709 | 2025-02-21T13:03:44.393Z | Checking terminal_size v0.4.0 |
3710 | 2025-02-21T13:03:44.393Z | Checking tempfile v3.13.0 |
3711 | 2025-02-21T13:03:44.581Z | Checking clap_builder v4.5.30 |
3712 | 2025-02-21T13:03:45.095Z | Checking dtrace-parser v0.2.0 |
3713 | 2025-02-21T13:03:46.165Z | Checking serde_json v1.0.135 |
3714 | 2025-02-21T13:03:46.165Z | Checking toml_datetime v0.6.8 |
3715 | 2025-02-21T13:03:46.168Z | Checking serde_spanned v0.6.8 |
3716 | 2025-02-21T13:03:46.168Z | Checking camino v1.1.9 |
3717 | 2025-02-21T13:03:46.169Z | Checking semver v1.0.24 |
3718 | 2025-02-21T13:03:46.391Z | Checking cargo-platform v0.1.8 |
3719 | 2025-02-21T13:03:46.513Z | Checking toml_edit v0.22.22 |
3720 | 2025-02-21T13:03:46.617Z | Checking macaddr v1.0.1 |
3721 | 2025-02-21T13:03:46.680Z | Checking camino-tempfile v1.1.1 |
3722 | 2025-02-21T13:03:47.060Z | Checking clap v4.5.30 |
3723 | 2025-02-21T13:03:47.363Z | Checking dof v0.3.0 |
3724 | 2025-02-21T13:03:47.363Z | Checking cargo_metadata v0.18.1 |
3725 | 2025-02-21T13:03:47.762Z | Checking usdt-impl v0.5.0 |
3726 | 2025-02-21T13:03:48.128Z | Checking usdt v0.5.0 |
3727 | 2025-02-21T13:03:48.375Z | Checking toml v0.8.19 |
3728 | 2025-02-21T13:03:48.811Z | Checking cargo_toml v0.20.5 |
3729 | 2025-02-21T13:03:49.937Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3730 | 2025-02-21T13:03:50.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s |
3731 | 2025-02-21T13:03:50.665Z | |
3732 | 2025-02-21T13:03:50.665Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3733 | 2025-02-21T13:03:51.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3734 | 2025-02-21T13:03:51.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3735 | 2025-02-21T13:03:51.432Z | Checking polyval v0.6.2 |
3736 | 2025-02-21T13:03:51.548Z | Checking ctr v0.9.2 |
3737 | 2025-02-21T13:03:51.560Z | Checking ssh-encoding v0.2.0 |
3738 | 2025-02-21T13:03:51.563Z | Checking blowfish v0.9.1 |
3739 | 2025-02-21T13:03:51.583Z | Checking password-hash v0.4.2 |
3740 | 2025-02-21T13:03:51.600Z | Checking p256 v0.13.2 |
3741 | 2025-02-21T13:03:51.600Z | Checking p521 v0.13.3 |
3742 | 2025-02-21T13:03:51.634Z | Checking russh-cryptovec v0.7.3 |
3743 | 2025-02-21T13:03:51.777Z | Checking ghash v0.5.1 |
3744 | 2025-02-21T13:03:51.795Z | Checking bcrypt-pbkdf v0.10.0 |
3745 | 2025-02-21T13:03:51.795Z | Checking md5 v0.7.0 |
3746 | 2025-02-21T13:03:51.863Z | Checking num-bigint v0.4.6 |
3747 | 2025-02-21T13:03:51.863Z | Checking des v0.8.1 |
3748 | 2025-02-21T13:03:51.946Z | Checking aes-gcm v0.10.3 |
3749 | 2025-02-21T13:03:51.966Z | Checking pbkdf2 v0.11.0 |
3750 | 2025-02-21T13:03:52.050Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3751 | 2025-02-21T13:03:52.076Z | Checking hex-literal v0.4.1 |
3752 | 2025-02-21T13:03:52.108Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3753 | 2025-02-21T13:03:52.155Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3754 | 2025-02-21T13:03:52.181Z | Checking ssh-cipher v0.2.0 |
3755 | 2025-02-21T13:03:52.219Z | Checking internet-checksum v0.2.1 |
3756 | 2025-02-21T13:03:52.463Z | Checking ssh-key v0.6.6 |
3757 | 2025-02-21T13:03:52.728Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3758 | 2025-02-21T13:03:53.558Z | Checking russh-keys v0.45.0 |
3759 | 2025-02-21T13:03:54.387Z | Checking russh v0.45.0 |
3760 | 2025-02-21T13:04:12.511Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3761 | 2025-02-21T13:04:13.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.31s |
3762 | 2025-02-21T13:04:14.050Z | |
3763 | 2025-02-21T13:04:14.050Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3764 | 2025-02-21T13:04:14.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3765 | 2025-02-21T13:04:14.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3766 | 2025-02-21T13:04:14.692Z | Checking termios v0.3.3 |
3767 | 2025-02-21T13:04:14.914Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3768 | 2025-02-21T13:04:15.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3769 | 2025-02-21T13:04:15.903Z | |
3770 | 2025-02-21T13:04:15.903Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3771 | 2025-02-21T13:04:16.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3772 | 2025-02-21T13:04:16.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3773 | 2025-02-21T13:04:16.600Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3774 | 2025-02-21T13:04:16.600Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3775 | 2025-02-21T13:04:16.605Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3776 | 2025-02-21T13:04:16.605Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3777 | 2025-02-21T13:04:17.603Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3778 | 2025-02-21T13:04:18.842Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3779 | 2025-02-21T13:04:20.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
3780 | 2025-02-21T13:04:20.771Z | |
3781 | 2025-02-21T13:04:20.771Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3782 | 2025-02-21T13:04:21.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3783 | 2025-02-21T13:04:21.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3784 | 2025-02-21T13:04:21.410Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3785 | 2025-02-21T13:04:21.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3786 | 2025-02-21T13:04:22.039Z | |
3787 | 2025-02-21T13:04:22.039Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3788 | 2025-02-21T13:04:22.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3789 | 2025-02-21T13:04:22.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3790 | 2025-02-21T13:04:22.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3791 | 2025-02-21T13:04:22.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3792 | 2025-02-21T13:04:22.654Z | |
3793 | 2025-02-21T13:04:22.654Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3794 | 2025-02-21T13:04:23.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3795 | 2025-02-21T13:04:23.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3796 | 2025-02-21T13:04:23.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3797 | 2025-02-21T13:04:23.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3798 | 2025-02-21T13:04:23.265Z | |
3799 | 2025-02-21T13:04:23.265Z | info: running `cargo check --bins` on omicron-package (194/199) |
3800 | 2025-02-21T13:04:23.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3801 | 2025-02-21T13:04:23.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3802 | 2025-02-21T13:04:23.931Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3803 | 2025-02-21T13:04:25.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3804 | 2025-02-21T13:04:25.445Z | |
3805 | 2025-02-21T13:04:25.445Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3806 | 2025-02-21T13:04:26.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3807 | 2025-02-21T13:04:26.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3808 | 2025-02-21T13:04:26.145Z | Checking rtoolbox v0.0.2 |
3809 | 2025-02-21T13:04:26.148Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3810 | 2025-02-21T13:04:26.148Z | Checking tui-tree-widget v0.23.0 |
3811 | 2025-02-21T13:04:26.387Z | Checking rpassword v7.3.1 |
3812 | 2025-02-21T13:04:30.110Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3813 | 2025-02-21T13:04:32.944Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3814 | 2025-02-21T13:04:34.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.66s |
3815 | 2025-02-21T13:04:34.251Z | |
3816 | 2025-02-21T13:04:34.251Z | info: running `cargo check --bins` on wicket (196/199) |
3817 | 2025-02-21T13:04:34.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3818 | 2025-02-21T13:04:34.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3819 | 2025-02-21T13:04:34.951Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3820 | 2025-02-21T13:04:35.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3821 | 2025-02-21T13:04:35.551Z | |
3822 | 2025-02-21T13:04:35.551Z | info: running `cargo check --bins` on wicketd (197/199) |
3823 | 2025-02-21T13:04:36.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3824 | 2025-02-21T13:04:36.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3825 | 2025-02-21T13:04:36.273Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3826 | 2025-02-21T13:04:36.276Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3827 | 2025-02-21T13:04:37.105Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3828 | 2025-02-21T13:04:40.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
3829 | 2025-02-21T13:04:41.034Z | |
3830 | 2025-02-21T13:04:41.034Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3831 | 2025-02-21T13:04:41.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3832 | 2025-02-21T13:04:41.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3833 | 2025-02-21T13:04:41.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3834 | 2025-02-21T13:04:41.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3835 | 2025-02-21T13:04:41.646Z | |
3836 | 2025-02-21T13:04:41.646Z | info: running `cargo check --bins` on zone-setup (199/199) |
3837 | 2025-02-21T13:04:42.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3838 | 2025-02-21T13:04:42.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3839 | 2025-02-21T13:04:42.385Z | Checking uzers v0.12.1 |
3840 | 2025-02-21T13:04:42.734Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3841 | 2025-02-21T13:04:43.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3842 | 2025-02-21T13:04:44.021Z | |
3843 | 2025-02-21T13:04:44.021Z | real 13:35.067851270 |
3844 | 2025-02-21T13:04:44.021Z | user 25:50.103006597 |
3845 | 2025-02-21T13:04:44.021Z | sys 4:11.348707575 |
3846 | 2025-02-21T13:04:44.021Z | trap 0.514007811 |
3847 | 2025-02-21T13:04:44.024Z | tflt 0.489802704 |
3848 | 2025-02-21T13:04:44.024Z | dflt 1.751909622 |
3849 | 2025-02-21T13:04:44.024Z | kflt 0.000879616 |
3850 | 2025-02-21T13:04:44.024Z | lock 45:47.995044635 |
3851 | 2025-02-21T13:04:44.024Z | slp 2:09:12.095991406 |
3852 | 2025-02-21T13:04:44.024Z | lat 1:05.038313028 |
3853 | 2025-02-21T13:04:44.024Z | stop 3:46.106147859 |
3854 | 2025-02-21T13:04:44.024Z | process exited: duration 1180793 ms, exit code 0 |
|
3855 | 2025-02-21T13:04:44.030Z | found 0 output files |