|
|
|
1 | 2025-07-23T00:42:23.575Z | job assigned to worker 01K0TBNQYT75RF6E6P7MPVA65V [factory gimlet-EVT22200007-propolis, EVT22200007/35477] (queued for 26 s) |
|
2 | 2025-07-23T00:42:31.711Z | starting task 0: "setup" |
3 | 2025-07-23T00:42:31.737Z | ++ uname -s |
4 | 2025-07-23T00:42:31.737Z | + kern=SunOS |
5 | 2025-07-23T00:42:31.737Z | + build_user=build |
6 | 2025-07-23T00:42:31.737Z | + build_uid=12345 |
7 | 2025-07-23T00:42:31.737Z | + work_dir=/work |
8 | 2025-07-23T00:42:31.737Z | + input_dir=/input |
9 | 2025-07-23T00:42:31.737Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T00:42:31.737Z | + case "$kern" in |
11 | 2025-07-23T00:42:31.737Z | + groupadd -g 12345 build |
12 | 2025-07-23T00:42:31.737Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T00:42:33.734Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T00:42:33.772Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T00:42:33.797Z | + home_fs=zfs |
16 | 2025-07-23T00:42:33.797Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T00:42:33.797Z | + mkdir -p /home/build |
18 | 2025-07-23T00:42:33.798Z | + chown build:build /home/build /work |
19 | 2025-07-23T00:42:35.787Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T00:42:35.812Z | process exited: duration 4075 ms, exit code 0 |
|
21 | 2025-07-23T00:42:35.864Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T00:42:35.889Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-23T00:42:35.889Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-23T00:42:35.891Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-07-23T00:42:35.891Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-07-23T00:42:35.891Z | * rust toolchain channel = "1.88.0" |
27 | 2025-07-23T00:42:35.891Z | * rust toolchain profile = "default" |
28 | 2025-07-23T00:42:35.891Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T00:42:35.891Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T00:42:35.999Z | info: downloading installer |
31 | 2025-07-23T00:42:36.839Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T00:42:36.839Z | warn: /opt/ooce/bin |
33 | 2025-07-23T00:42:36.839Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T00:42:36.839Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T00:42:36.839Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T00:42:36.839Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T00:42:36.839Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T00:42:36.839Z | error: cannot install while Rust is installed |
39 | 2025-07-23T00:42:36.839Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T00:42:36.865Z | info: profile set to 'default' |
41 | 2025-07-23T00:42:36.865Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T00:42:36.865Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T00:42:36.961Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T00:42:36.961Z | info: downloading component 'cargo' |
45 | 2025-07-23T00:42:37.143Z | info: downloading component 'clippy' |
46 | 2025-07-23T00:42:37.222Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T00:42:37.532Z | info: downloading component 'rust-std' |
48 | 2025-07-23T00:42:38.096Z | info: downloading component 'rustc' |
49 | 2025-07-23T00:42:41.082Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T00:42:41.172Z | info: installing component 'cargo' |
51 | 2025-07-23T00:42:42.340Z | info: installing component 'clippy' |
52 | 2025-07-23T00:42:42.833Z | info: installing component 'rust-docs' |
53 | 2025-07-23T00:42:45.778Z | info: installing component 'rust-std' |
54 | 2025-07-23T00:42:47.886Z | info: installing component 'rustc' |
55 | 2025-07-23T00:42:55.777Z | info: installing component 'rustfmt' |
56 | 2025-07-23T00:42:56.159Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T00:42:56.159Z | |
58 | 2025-07-23T00:42:56.322Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T00:42:56.322Z | |
60 | 2025-07-23T00:42:56.322Z | |
61 | 2025-07-23T00:42:56.322Z | Rust is installed now. Great! |
62 | 2025-07-23T00:42:56.322Z | |
63 | 2025-07-23T00:42:56.322Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T00:42:56.347Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T00:42:56.348Z | |
66 | 2025-07-23T00:42:56.348Z | To configure your current shell, you need to source |
67 | 2025-07-23T00:42:56.348Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T00:42:56.348Z | |
69 | 2025-07-23T00:42:56.349Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T00:42:56.349Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T00:42:56.349Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T00:42:56.349Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T00:42:56.447Z | + rustup --version |
74 | 2025-07-23T00:42:56.471Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T00:42:56.472Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T00:42:56.596Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T00:42:56.621Z | + cargo --version |
78 | 2025-07-23T00:42:56.733Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T00:42:56.733Z | + rustc --version |
80 | 2025-07-23T00:42:56.831Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T00:42:56.856Z | process exited: duration 20975 ms, exit code 0 |
|
82 | 2025-07-23T00:42:56.906Z | starting task 2: "authentication" |
83 | 2025-07-23T00:42:56.966Z | process exited: duration 59 ms, exit code 0 |
|
84 | 2025-07-23T00:42:57.016Z | starting task 3: "clone repository" |
85 | 2025-07-23T00:42:57.041Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T00:42:57.041Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T00:42:57.066Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T00:43:06.756Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T00:43:06.756Z | + git fetch origin a498b868de0a2b55ed764d79c08d9744cec6c01a |
90 | 2025-07-23T00:43:07.380Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T00:43:07.381Z | * branch a498b868de0a2b55ed764d79c08d9744cec6c01a -> FETCH_HEAD |
92 | 2025-07-23T00:43:07.405Z | + [[ -n '' ]] |
93 | 2025-07-23T00:43:07.405Z | + git reset --hard a498b868de0a2b55ed764d79c08d9744cec6c01a |
94 | 2025-07-23T00:43:07.599Z | HEAD is now at a498b868d expectorate |
95 | 2025-07-23T00:43:07.623Z | process exited: duration 10584 ms, exit code 0 |
|
96 | 2025-07-23T00:43:07.673Z | starting task 4: "build" |
97 | 2025-07-23T00:43:07.697Z | + source .github/buildomat/ci-env.sh |
98 | 2025-07-23T00:43:07.697Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-07-23T00:43:07.697Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-07-23T00:43:07.697Z | + cargo --version |
101 | 2025-07-23T00:43:07.750Z | cargo 1.88.0 (873a06493 2025-05-10) |
102 | 2025-07-23T00:43:07.775Z | + rustc --version |
103 | 2025-07-23T00:43:07.835Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
104 | 2025-07-23T00:43:07.860Z | + source ./env.sh |
105 | 2025-07-23T00:43:07.860Z | ++ OLD_SHELL_OPTS=ehxB |
106 | 2025-07-23T00:43:07.860Z | ++ set -o xtrace |
107 | 2025-07-23T00:43:07.860Z | ++++ dirname ./env.sh |
108 | 2025-07-23T00:43:07.860Z | +++ readlink -f . |
109 | 2025-07-23T00:43:07.860Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
110 | 2025-07-23T00:43:07.860Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-07-23T00:43:07.860Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-07-23T00:43:07.860Z | ++ 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 |
113 | 2025-07-23T00:43:07.860Z | ++ 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 |
114 | 2025-07-23T00:43:07.860Z | ++ 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 |
115 | 2025-07-23T00:43:07.860Z | ++ 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 |
116 | 2025-07-23T00:43:07.861Z | ++ 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 |
117 | 2025-07-23T00:43:07.861Z | ++ 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 |
118 | 2025-07-23T00:43:07.861Z | ++ case $OLD_SHELL_OPTS in |
119 | 2025-07-23T00:43:07.861Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
120 | 2025-07-23T00:43:07.861Z | + 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 |
121 | 2025-07-23T00:43:07.861Z | + 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 |
122 | 2025-07-23T00:43:07.861Z | + banner prerequisites |
123 | 2025-07-23T00:43:07.861Z | |
124 | 2025-07-23T00:43:07.861Z | ##### ##### ###### ##### ###### #### # # # #### # |
125 | 2025-07-23T00:43:07.861Z | # # # # # # # # # # # # # # # |
126 | 2025-07-23T00:43:07.861Z | # # # # ##### # # ##### # # # # # #### # |
127 | 2025-07-23T00:43:07.861Z | ##### ##### # ##### # # # # # # # # # |
128 | 2025-07-23T00:43:07.861Z | # # # # # # # # # # # # # # # |
129 | 2025-07-23T00:43:07.861Z | # # # ###### # # ###### ### # #### # #### # |
130 | 2025-07-23T00:43:07.862Z | |
131 | 2025-07-23T00:43:07.862Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
132 | 2025-07-23T00:43:19.993Z | Startup: Refreshing catalog 'helios-dev' ... Done |
133 | 2025-07-23T00:43:28.293Z | Startup: Caching catalogs ... Done |
134 | 2025-07-23T00:43:34.547Z | Planning: Solver setup ... Done (4.607s) |
135 | 2025-07-23T00:43:34.591Z | Planning: Running solver ... Done (0.044s) |
136 | 2025-07-23T00:43:34.668Z | Planning: Finding local manifests ... Done (0.002s) |
137 | 2025-07-23T00:43:34.747Z | Planning: Fetching manifests: 0/4 0% complete |
138 | 2025-07-23T00:43:35.117Z | Planning: Fetching manifests: 4/4 100% complete |
139 | 2025-07-23T00:43:35.184Z | Planning: Package planning ... Done (0.066s) |
140 | 2025-07-23T00:43:35.243Z | Planning: Merging actions ... Done (0.060s) |
141 | 2025-07-23T00:43:35.627Z | Planning: Checking for conflicting actions ... Done (0.383s) |
142 | 2025-07-23T00:43:35.652Z | Planning: Consolidating action changes ... Done (0.013s) |
143 | 2025-07-23T00:43:36.332Z | Planning: Evaluating mediators ... Done (0.691s) |
144 | 2025-07-23T00:43:36.357Z | Planning: Planning completed in 7.95 seconds |
145 | 2025-07-23T00:43:36.382Z | Packages to install: 4 |
146 | 2025-07-23T00:43:36.382Z | Mediators to change: 2 |
147 | 2025-07-23T00:43:36.382Z | Services to change: 1 |
148 | 2025-07-23T00:43:36.382Z | Estimated space available: 155.02 GB |
149 | 2025-07-23T00:43:36.382Z | Estimated space to be consumed: 1.70 GB |
150 | 2025-07-23T00:43:36.382Z | Create boot environment: No |
151 | 2025-07-23T00:43:36.382Z | Create backup boot environment: No |
152 | 2025-07-23T00:43:36.382Z | Rebuild boot archive: No |
153 | 2025-07-23T00:43:36.382Z | |
154 | 2025-07-23T00:43:36.383Z | Changed mediators: |
155 | 2025-07-23T00:43:36.383Z | mediator clang: |
156 | 2025-07-23T00:43:36.383Z | version: None -> 15 (system default) |
157 | 2025-07-23T00:43:36.383Z | |
158 | 2025-07-23T00:43:36.383Z | mediator llvm: |
159 | 2025-07-23T00:43:36.383Z | version: 14 (system default) -> 15 (system default) |
160 | 2025-07-23T00:43:36.383Z | |
161 | 2025-07-23T00:43:36.383Z | Changed packages: |
162 | 2025-07-23T00:43:36.383Z | helios-dev |
163 | 2025-07-23T00:43:36.383Z | developer/build-essential |
164 | 2025-07-23T00:43:36.383Z | None -> 11-2.0 |
165 | 2025-07-23T00:43:36.384Z | library/libxmlsec1 |
166 | 2025-07-23T00:43:36.384Z | None -> 1.2.35-2.0 |
167 | 2025-07-23T00:43:36.384Z | ooce/developer/clang-15 |
168 | 2025-07-23T00:43:36.384Z | None -> 15.0.7-2.0 |
169 | 2025-07-23T00:43:36.384Z | ooce/developer/llvm-15 |
170 | 2025-07-23T00:43:36.384Z | None -> 15.0.7-2.0 |
171 | 2025-07-23T00:43:36.384Z | |
172 | 2025-07-23T00:43:36.384Z | Services: |
173 | 2025-07-23T00:43:36.385Z | restart_fmri: |
174 | 2025-07-23T00:43:36.385Z | svc:/system/update-man-index:default |
175 | 2025-07-23T00:43:36.421Z | |
176 | 2025-07-23T00:43:36.421Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
177 | 2025-07-23T00:43:41.423Z | Download: 1523/3290 items 117.4/212.6MB 55% complete (23.9M/s) |
178 | 2025-07-23T00:43:46.427Z | Download: 3219/3290 items 163.7/212.6MB 76% complete (16.3M/s) |
179 | 2025-07-23T00:43:50.181Z | Download: Completed 212.60 MB in 13.76 seconds (15.4M/s) |
180 | 2025-07-23T00:43:50.385Z | Actions: 1/3689 actions (Installing new actions) |
181 | 2025-07-23T00:43:55.911Z | Actions: 2350/3689 actions (Installing new actions) |
182 | 2025-07-23T00:43:56.352Z | Actions: Completed 3689 actions in 5.97 seconds. |
183 | 2025-07-23T00:43:57.227Z | Done (0.868s) |
184 | 2025-07-23T00:43:57.227Z | Done (0.000s) |
185 | 2025-07-23T00:43:58.261Z | Done (1.033s) |
186 | 2025-07-23T00:44:03.183Z | Done (4.695s) |
187 | 2025-07-23T00:44:03.280Z | Done (0.017s) |
188 | 2025-07-23T00:44:03.280Z | Done (0.000s) |
189 | 2025-07-23T00:44:03.421Z | Done (0.000s) |
190 | 2025-07-23T00:44:04.272Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-07-23T00:44:04.476Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-07-23T00:44:04.501Z | Planning: Consolidating action changes ... Done |
193 | 2025-07-23T00:44:04.824Z | Planning: Evaluating mediators ... Done |
194 | 2025-07-23T00:44:04.849Z | Planning: Planning completed in 0.55 seconds |
195 | 2025-07-23T00:44:04.874Z | Mediators to change: 2 |
196 | 2025-07-23T00:44:04.874Z | Create boot environment: No |
197 | 2025-07-23T00:44:04.874Z | Create backup boot environment: No |
198 | 2025-07-23T00:44:04.927Z | Done |
199 | 2025-07-23T00:44:04.927Z | Done |
200 | 2025-07-23T00:44:05.698Z | Done |
201 | 2025-07-23T00:44:10.282Z | Done |
202 | 2025-07-23T00:44:10.387Z | Done |
203 | 2025-07-23T00:44:10.387Z | Done |
204 | 2025-07-23T00:44:10.438Z | Done |
205 | 2025-07-23T00:44:11.258Z | Planning: Evaluating mediator changes ... Done |
206 | 2025-07-23T00:44:11.283Z | Planning: Merging actions ... Done |
207 | 2025-07-23T00:44:11.535Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-07-23T00:44:11.559Z | Planning: Consolidating action changes ... Done |
209 | 2025-07-23T00:44:11.852Z | Planning: Evaluating mediators ... Done |
210 | 2025-07-23T00:44:11.917Z | Planning: Planning completed in 1.02 seconds |
211 | 2025-07-23T00:44:11.957Z | Packages to change: 1 |
212 | 2025-07-23T00:44:11.957Z | Mediators to change: 1 |
213 | 2025-07-23T00:44:11.958Z | Services to change: 1 |
214 | 2025-07-23T00:44:11.983Z | Create boot environment: No |
215 | 2025-07-23T00:44:11.983Z | Create backup boot environment: Yes |
216 | 2025-07-23T00:44:12.785Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2025-07-23T00:44:12.811Z | Actions: Completed 6 actions in 0.00 seconds. |
218 | 2025-07-23T00:44:12.811Z | Done |
219 | 2025-07-23T00:44:12.811Z | Done |
220 | 2025-07-23T00:44:12.990Z | Done |
221 | 2025-07-23T00:44:17.320Z | Done |
222 | 2025-07-23T00:44:17.415Z | Done |
223 | 2025-07-23T00:44:17.439Z | Done |
224 | 2025-07-23T00:44:17.515Z | Done |
225 | 2025-07-23T00:44:18.089Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2025-07-23T00:44:18.089Z | clang system 15 system |
227 | 2025-07-23T00:44:18.089Z | csh system system illumos |
228 | 2025-07-23T00:44:18.089Z | ctags system system illumos |
229 | 2025-07-23T00:44:18.089Z | file system system illumos |
230 | 2025-07-23T00:44:18.089Z | gcc vendor 12 vendor |
231 | 2025-07-23T00:44:18.089Z | gcc system 10 system |
232 | 2025-07-23T00:44:18.089Z | gcc system 7 system |
233 | 2025-07-23T00:44:18.089Z | go system 1.20 system |
234 | 2025-07-23T00:44:18.090Z | go system 1.19 system |
235 | 2025-07-23T00:44:18.090Z | llvm system 15 system |
236 | 2025-07-23T00:44:18.090Z | llvm system 14 system |
237 | 2025-07-23T00:44:18.091Z | mariadb system 10.6 system |
238 | 2025-07-23T00:44:18.091Z | mta vendor vendor dma |
239 | 2025-07-23T00:44:18.091Z | openjdk system 17 system |
240 | 2025-07-23T00:44:18.091Z | openjdk system 11 system |
241 | 2025-07-23T00:44:18.091Z | openjdk system 1.8 system |
242 | 2025-07-23T00:44:18.091Z | openssl vendor 3 vendor |
243 | 2025-07-23T00:44:18.091Z | perl system 5.36 system |
244 | 2025-07-23T00:44:18.091Z | postgresql system 15 system |
245 | 2025-07-23T00:44:18.091Z | postgresql system 13 system |
246 | 2025-07-23T00:44:18.091Z | python vendor 3 vendor |
247 | 2025-07-23T00:44:18.091Z | python system 2 system |
248 | 2025-07-23T00:44:18.091Z | python3 system 3.11 system |
249 | 2025-07-23T00:44:18.091Z | ruby system 3.0 system |
250 | 2025-07-23T00:44:18.091Z | words vendor vendor american-english |
251 | 2025-07-23T00:44:18.091Z | words system system australian-english |
252 | 2025-07-23T00:44:18.091Z | words system system british-english |
253 | 2025-07-23T00:44:18.091Z | words system system canadian-english |
254 | 2025-07-23T00:44:18.093Z | words system system french |
255 | 2025-07-23T00:44:18.093Z | words system system italian |
256 | 2025-07-23T00:44:18.093Z | words system system ngerman |
257 | 2025-07-23T00:44:18.093Z | words system system ogerman |
258 | 2025-07-23T00:44:18.093Z | words system system spanish |
259 | 2025-07-23T00:44:18.473Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2025-07-23T00:44:18.473Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2025-07-23T00:44:24.138Z | FMRI IFO |
262 | 2025-07-23T00:44:24.138Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2025-07-23T00:44:24.138Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2025-07-23T00:44:24.138Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
268 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
270 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
273 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
274 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
276 | 2025-07-23T00:44:24.139Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
277 | 2025-07-23T00:44:24.140Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2025-07-23T00:44:25.319Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2025-07-23T00:44:25.750Z | Updating crates.io index |
280 | 2025-07-23T00:44:25.775Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
281 | 2025-07-23T00:44:26.223Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2025-07-23T00:44:27.274Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2025-07-23T00:44:27.587Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2025-07-23T00:44:27.910Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
285 | 2025-07-23T00:44:28.396Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-07-23T00:44:29.888Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-07-23T00:44:32.192Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-07-23T00:44:33.320Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-07-23T00:44:34.123Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-07-23T00:44:34.533Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-07-23T00:44:34.939Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2025-07-23T00:44:35.722Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
293 | 2025-07-23T00:44:36.080Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
294 | 2025-07-23T00:44:36.733Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
295 | 2025-07-23T00:44:37.430Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
296 | 2025-07-23T00:44:37.843Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
297 | 2025-07-23T00:44:38.299Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
298 | 2025-07-23T00:44:38.668Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
299 | 2025-07-23T00:44:38.978Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
300 | 2025-07-23T00:44:39.368Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2025-07-23T00:44:39.881Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
302 | 2025-07-23T00:44:40.339Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2025-07-23T00:44:40.782Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2025-07-23T00:44:41.580Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
305 | 2025-07-23T00:44:42.038Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
306 | 2025-07-23T00:44:42.407Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
307 | 2025-07-23T00:44:42.929Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-07-23T00:44:43.592Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
309 | 2025-07-23T00:44:43.938Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
310 | 2025-07-23T00:44:44.317Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
311 | 2025-07-23T00:44:44.719Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2025-07-23T00:44:54.463Z | Updating git repository `https://github.com/illumos/smf-rs` |
313 | 2025-07-23T00:44:56.221Z | Downloading crates ... |
314 | 2025-07-23T00:44:56.311Z | Downloaded thiserror v2.0.12 |
315 | 2025-07-23T00:44:56.337Z | Downloaded version_check v0.9.5 |
316 | 2025-07-23T00:44:56.337Z | Downloaded ucd-trie v0.1.7 |
317 | 2025-07-23T00:44:56.337Z | Downloaded bytecount v0.6.8 |
318 | 2025-07-23T00:44:56.337Z | Downloaded zerofrom v0.1.4 |
319 | 2025-07-23T00:44:56.337Z | Downloaded zerovec-derive v0.10.3 |
320 | 2025-07-23T00:44:56.337Z | Downloaded zerofrom-derive v0.1.4 |
321 | 2025-07-23T00:44:56.362Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2025-07-23T00:44:56.362Z | Downloaded unicode-ident v1.0.18 |
323 | 2025-07-23T00:44:56.362Z | Downloaded url v2.5.4 |
324 | 2025-07-23T00:44:56.362Z | Downloaded textwrap v0.16.2 |
325 | 2025-07-23T00:44:56.362Z | Downloaded toml_edit v0.22.27 |
326 | 2025-07-23T00:44:56.386Z | Downloaded zerovec v0.10.4 |
327 | 2025-07-23T00:44:56.386Z | Downloaded winnow v0.7.10 |
328 | 2025-07-23T00:44:56.388Z | Downloaded proc-macro2 v1.0.95 |
329 | 2025-07-23T00:44:56.388Z | Downloaded yoke-derive v0.7.4 |
330 | 2025-07-23T00:44:56.388Z | Downloaded once_cell v1.21.3 |
331 | 2025-07-23T00:44:56.413Z | Downloaded usdt v0.5.0 |
332 | 2025-07-23T00:44:56.413Z | Downloaded generic-array v0.14.7 |
333 | 2025-07-23T00:44:56.413Z | Downloaded macaddr v1.0.1 |
334 | 2025-07-23T00:44:56.413Z | Downloaded percent-encoding v2.3.1 |
335 | 2025-07-23T00:44:56.413Z | Downloaded idna_adapter v1.2.0 |
336 | 2025-07-23T00:44:56.413Z | Downloaded pest_meta v2.7.14 |
337 | 2025-07-23T00:44:56.413Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2025-07-23T00:44:56.413Z | Downloaded serde v1.0.219 |
339 | 2025-07-23T00:44:56.413Z | Downloaded plain v0.2.3 |
340 | 2025-07-23T00:44:56.413Z | Downloaded itoa v1.0.11 |
341 | 2025-07-23T00:44:56.413Z | Downloaded synstructure v0.13.1 |
342 | 2025-07-23T00:44:56.413Z | Downloaded toml v0.8.23 |
343 | 2025-07-23T00:44:56.439Z | Downloaded stable_deref_trait v1.2.0 |
344 | 2025-07-23T00:44:56.439Z | Downloaded log v0.4.27 |
345 | 2025-07-23T00:44:56.439Z | Downloaded strsim v0.11.1 |
346 | 2025-07-23T00:44:56.439Z | Downloaded autocfg v1.4.0 |
347 | 2025-07-23T00:44:56.439Z | Downloaded clap_derive v4.5.40 |
348 | 2025-07-23T00:44:56.439Z | Downloaded serde_json v1.0.140 |
349 | 2025-07-23T00:44:56.439Z | Downloaded swrite v0.1.0 |
350 | 2025-07-23T00:44:56.439Z | Downloaded smallvec v1.15.0 |
351 | 2025-07-23T00:44:56.464Z | Downloaded serde_derive v1.0.219 |
352 | 2025-07-23T00:44:56.464Z | Downloaded cargo-platform v0.2.0 |
353 | 2025-07-23T00:44:56.465Z | Downloaded anyhow v1.0.98 |
354 | 2025-07-23T00:44:56.465Z | Downloaded scroll_derive v0.12.0 |
355 | 2025-07-23T00:44:56.465Z | Downloaded anstyle v1.0.11 |
356 | 2025-07-23T00:44:56.465Z | Downloaded anstyle-parse v0.2.5 |
357 | 2025-07-23T00:44:56.465Z | Downloaded cargo-util-schemas v0.2.0 |
358 | 2025-07-23T00:44:56.466Z | Downloaded camino v1.1.10 |
359 | 2025-07-23T00:44:56.466Z | Downloaded rustix v0.38.37 |
360 | 2025-07-23T00:44:56.490Z | Downloaded syn v2.0.104 |
361 | 2025-07-23T00:44:56.515Z | Downloaded clap_builder v4.5.40 |
362 | 2025-07-23T00:44:56.515Z | Downloaded serde-untagged v0.1.7 |
363 | 2025-07-23T00:44:56.515Z | Downloaded quote v1.0.40 |
364 | 2025-07-23T00:44:56.515Z | Downloaded cfg-if v1.0.1 |
365 | 2025-07-23T00:44:56.515Z | Downloaded cargo_metadata v0.20.0 |
366 | 2025-07-23T00:44:56.515Z | Downloaded block-buffer v0.10.4 |
367 | 2025-07-23T00:44:56.515Z | Downloaded cargo_toml v0.21.0 |
368 | 2025-07-23T00:44:56.515Z | Downloaded byteorder v1.5.0 |
369 | 2025-07-23T00:44:56.515Z | Downloaded anstyle-query v1.1.1 |
370 | 2025-07-23T00:44:56.515Z | Downloaded sha2 v0.10.9 |
371 | 2025-07-23T00:44:56.540Z | Downloaded smawk v0.3.2 |
372 | 2025-07-23T00:44:56.540Z | Downloaded rustix v1.0.7 |
373 | 2025-07-23T00:44:56.565Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2025-07-23T00:44:56.565Z | Downloaded serde_spanned v0.6.9 |
375 | 2025-07-23T00:44:56.565Z | Downloaded serde-value v0.7.0 |
376 | 2025-07-23T00:44:56.565Z | Downloaded scroll v0.12.0 |
377 | 2025-07-23T00:44:56.565Z | Downloaded pest_generator v2.7.14 |
378 | 2025-07-23T00:44:56.565Z | Downloaded idna v1.0.3 |
379 | 2025-07-23T00:44:56.566Z | Downloaded icu_properties v1.5.1 |
380 | 2025-07-23T00:44:56.566Z | Downloaded icu_locid_transform_data v1.5.0 |
381 | 2025-07-23T00:44:56.566Z | Downloaded icu_collections v1.5.0 |
382 | 2025-07-23T00:44:56.566Z | Downloaded pretty-hex v0.4.1 |
383 | 2025-07-23T00:44:56.566Z | Downloaded memmap v0.7.0 |
384 | 2025-07-23T00:44:56.566Z | Downloaded semver v1.0.26 |
385 | 2025-07-23T00:44:56.591Z | Downloaded ordered-float v2.10.1 |
386 | 2025-07-23T00:44:56.591Z | Downloaded displaydoc v0.2.5 |
387 | 2025-07-23T00:44:56.591Z | Downloaded clap_lex v0.7.4 |
388 | 2025-07-23T00:44:56.591Z | Downloaded icu_normalizer v1.5.0 |
389 | 2025-07-23T00:44:56.591Z | Downloaded memchr v2.7.4 |
390 | 2025-07-23T00:44:56.591Z | Downloaded icu_provider v1.5.0 |
391 | 2025-07-23T00:44:56.591Z | Downloaded goblin v0.8.2 |
392 | 2025-07-23T00:44:56.591Z | Downloaded errno v0.3.12 |
393 | 2025-07-23T00:44:56.591Z | Downloaded hashbrown v0.15.4 |
394 | 2025-07-23T00:44:56.616Z | Downloaded is_terminal_polyfill v1.70.1 |
395 | 2025-07-23T00:44:56.616Z | Downloaded fnv v1.0.7 |
396 | 2025-07-23T00:44:56.616Z | Downloaded unicode-width v0.2.0 |
397 | 2025-07-23T00:44:56.616Z | Downloaded unicode-width v0.1.14 |
398 | 2025-07-23T00:44:56.616Z | Downloaded pest_derive v2.7.14 |
399 | 2025-07-23T00:44:56.616Z | Downloaded num-traits v0.2.19 |
400 | 2025-07-23T00:44:56.616Z | Downloaded indexmap v2.10.0 |
401 | 2025-07-23T00:44:56.640Z | Downloaded icu_provider_macros v1.5.0 |
402 | 2025-07-23T00:44:56.641Z | Downloaded icu_locid v1.5.0 |
403 | 2025-07-23T00:44:56.641Z | Downloaded heck v0.4.1 |
404 | 2025-07-23T00:44:56.641Z | Downloaded fs-err v3.1.1 |
405 | 2025-07-23T00:44:56.641Z | Downloaded dtrace-parser v0.2.0 |
406 | 2025-07-23T00:44:56.641Z | Downloaded digest v0.10.7 |
407 | 2025-07-23T00:44:56.641Z | Downloaded colorchoice v1.0.2 |
408 | 2025-07-23T00:44:56.641Z | Downloaded litemap v0.7.3 |
409 | 2025-07-23T00:44:56.641Z | Downloaded icu_locid_transform v1.5.0 |
410 | 2025-07-23T00:44:56.666Z | Downloaded form_urlencoded v1.2.1 |
411 | 2025-07-23T00:44:56.666Z | Downloaded erased-serde v0.4.6 |
412 | 2025-07-23T00:44:56.666Z | Downloaded equivalent v1.0.2 |
413 | 2025-07-23T00:44:56.666Z | Downloaded cpufeatures v0.2.14 |
414 | 2025-07-23T00:44:56.666Z | Downloaded zerocopy v0.7.35 |
415 | 2025-07-23T00:44:56.666Z | Downloaded tabled v0.15.0 |
416 | 2025-07-23T00:44:56.691Z | Downloaded syn v1.0.109 |
417 | 2025-07-23T00:44:56.691Z | Downloaded libc v0.2.174 |
418 | 2025-07-23T00:44:56.741Z | Downloaded icu_properties_data v1.5.0 |
419 | 2025-07-23T00:44:56.741Z | Downloaded icu_normalizer_data v1.5.0 |
420 | 2025-07-23T00:44:56.741Z | Downloaded getrandom v0.3.1 |
421 | 2025-07-23T00:44:56.741Z | Downloaded pest v2.7.14 |
422 | 2025-07-23T00:44:56.741Z | Downloaded anstream v0.6.18 |
423 | 2025-07-23T00:44:56.741Z | Downloaded typenum v1.17.0 |
424 | 2025-07-23T00:44:56.741Z | Downloaded tempfile v3.20.0 |
425 | 2025-07-23T00:44:56.766Z | Downloaded ryu v1.0.18 |
426 | 2025-07-23T00:44:56.766Z | Downloaded proc-macro-error v1.0.4 |
427 | 2025-07-23T00:44:56.767Z | Downloaded papergrid v0.11.0 |
428 | 2025-07-23T00:44:56.767Z | Downloaded fastrand v2.1.1 |
429 | 2025-07-23T00:44:56.767Z | Downloaded dof v0.3.0 |
430 | 2025-07-23T00:44:56.767Z | Downloaded clap v4.5.40 |
431 | 2025-07-23T00:44:56.767Z | Downloaded bitflags v2.9.1 |
432 | 2025-07-23T00:44:56.792Z | Downloaded yoke v0.7.4 |
433 | 2025-07-23T00:44:56.792Z | Downloaded tinystr v0.7.6 |
434 | 2025-07-23T00:44:56.792Z | Downloaded thiserror-impl v1.0.69 |
435 | 2025-07-23T00:44:56.792Z | Downloaded heck v0.5.0 |
436 | 2025-07-23T00:44:56.792Z | Downloaded crypto-common v0.1.6 |
437 | 2025-07-23T00:44:56.792Z | Downloaded utf8parse v0.2.2 |
438 | 2025-07-23T00:44:56.792Z | Downloaded usdt-impl v0.5.0 |
439 | 2025-07-23T00:44:56.792Z | Downloaded unicode-xid v0.2.6 |
440 | 2025-07-23T00:44:56.793Z | Downloaded unicode-linebreak v0.1.5 |
441 | 2025-07-23T00:44:56.793Z | Downloaded typeid v1.0.3 |
442 | 2025-07-23T00:44:56.793Z | Downloaded toml_datetime v0.6.11 |
443 | 2025-07-23T00:44:56.793Z | Downloaded thiserror-impl v2.0.12 |
444 | 2025-07-23T00:44:56.793Z | Downloaded thiserror v1.0.69 |
445 | 2025-07-23T00:44:56.793Z | Downloaded terminal_size v0.4.0 |
446 | 2025-07-23T00:44:56.793Z | Downloaded tabled_derive v0.7.0 |
447 | 2025-07-23T00:44:56.819Z | Downloaded camino-tempfile v1.4.1 |
448 | 2025-07-23T00:44:56.819Z | Downloaded writeable v0.5.5 |
449 | 2025-07-23T00:44:56.819Z | Downloaded utf8_iter v1.0.4 |
450 | 2025-07-23T00:44:56.819Z | Downloaded utf16_iter v1.0.5 |
451 | 2025-07-23T00:44:56.820Z | Downloaded usdt-attr-macro v0.5.0 |
452 | 2025-07-23T00:44:56.820Z | Downloaded thread-id v4.2.2 |
453 | 2025-07-23T00:44:56.820Z | Downloaded write16 v1.0.0 |
454 | 2025-07-23T00:44:56.820Z | Downloaded usdt-macro v0.5.0 |
455 | 2025-07-23T00:44:56.820Z | Downloaded toml_write v0.1.2 |
456 | 2025-07-23T00:44:56.884Z | Compiling proc-macro2 v1.0.95 |
457 | 2025-07-23T00:44:56.884Z | Compiling unicode-ident v1.0.18 |
458 | 2025-07-23T00:44:56.884Z | Compiling serde v1.0.219 |
459 | 2025-07-23T00:44:56.909Z | Compiling version_check v0.9.5 |
460 | 2025-07-23T00:44:56.909Z | Compiling libc v0.2.174 |
461 | 2025-07-23T00:44:56.909Z | Compiling thiserror v1.0.69 |
462 | 2025-07-23T00:44:56.909Z | Compiling memchr v2.7.4 |
463 | 2025-07-23T00:44:56.909Z | Compiling stable_deref_trait v1.2.0 |
464 | 2025-07-23T00:44:57.144Z | Compiling ryu v1.0.18 |
465 | 2025-07-23T00:44:57.298Z | Compiling writeable v0.5.5 |
466 | 2025-07-23T00:44:57.557Z | Compiling autocfg v1.4.0 |
467 | 2025-07-23T00:44:57.713Z | Compiling itoa v1.0.11 |
468 | 2025-07-23T00:44:57.873Z | Compiling litemap v0.7.3 |
469 | 2025-07-23T00:44:57.905Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-23T00:44:57.957Z | Compiling once_cell v1.21.3 |
471 | 2025-07-23T00:44:58.229Z | Compiling bitflags v2.9.1 |
472 | 2025-07-23T00:44:58.338Z | Compiling byteorder v1.5.0 |
473 | 2025-07-23T00:44:58.379Z | Compiling icu_locid_transform_data v1.5.0 |
474 | 2025-07-23T00:44:58.410Z | Compiling icu_properties_data v1.5.0 |
475 | 2025-07-23T00:44:58.507Z | Compiling serde_json v1.0.140 |
476 | 2025-07-23T00:44:58.548Z | Compiling num-traits v0.2.19 |
477 | 2025-07-23T00:44:58.613Z | Compiling write16 v1.0.0 |
478 | 2025-07-23T00:44:58.691Z | Compiling quote v1.0.40 |
479 | 2025-07-23T00:44:58.755Z | Compiling equivalent v1.0.2 |
480 | 2025-07-23T00:44:58.781Z | Compiling typeid v1.0.3 |
481 | 2025-07-23T00:44:58.835Z | Compiling errno v0.3.12 |
482 | 2025-07-23T00:44:58.928Z | Compiling icu_normalizer_data v1.5.0 |
483 | 2025-07-23T00:44:58.999Z | Compiling hashbrown v0.15.4 |
484 | 2025-07-23T00:44:59.054Z | Compiling utf16_iter v1.0.5 |
485 | 2025-07-23T00:44:59.106Z | Compiling syn v2.0.104 |
486 | 2025-07-23T00:44:59.243Z | Compiling utf8_iter v1.0.4 |
487 | 2025-07-23T00:44:59.327Z | Compiling smallvec v1.15.0 |
488 | 2025-07-23T00:44:59.373Z | Compiling rustix v0.38.37 |
489 | 2025-07-23T00:44:59.494Z | Compiling usdt-impl v0.5.0 |
490 | 2025-07-23T00:44:59.558Z | Compiling proc-macro-error-attr v1.0.4 |
491 | 2025-07-23T00:44:59.716Z | Compiling winnow v0.7.10 |
492 | 2025-07-23T00:44:59.747Z | Compiling toml_write v0.1.2 |
493 | 2025-07-23T00:44:59.840Z | Compiling syn v1.0.109 |
494 | 2025-07-23T00:44:59.949Z | Compiling indexmap v2.10.0 |
495 | 2025-07-23T00:45:00.042Z | Compiling thread-id v4.2.2 |
496 | 2025-07-23T00:45:00.246Z | Compiling proc-macro-error v1.0.4 |
497 | 2025-07-23T00:45:00.381Z | Compiling getrandom v0.3.1 |
498 | 2025-07-23T00:45:00.435Z | Compiling percent-encoding v2.3.1 |
499 | 2025-07-23T00:45:00.536Z | Compiling semver v1.0.26 |
500 | 2025-07-23T00:45:00.751Z | Compiling plain v0.2.3 |
501 | 2025-07-23T00:45:00.934Z | Compiling rustix v1.0.7 |
502 | 2025-07-23T00:45:00.982Z | Compiling camino v1.1.10 |
503 | 2025-07-23T00:45:01.008Z | Compiling log v0.4.27 |
504 | 2025-07-23T00:45:01.113Z | Compiling utf8parse v0.2.2 |
505 | 2025-07-23T00:45:01.279Z | Compiling anstyle-parse v0.2.5 |
506 | 2025-07-23T00:45:01.351Z | Compiling terminal_size v0.4.0 |
507 | 2025-07-23T00:45:01.455Z | Compiling ordered-float v2.10.1 |
508 | 2025-07-23T00:45:01.586Z | Compiling form_urlencoded v1.2.1 |
509 | 2025-07-23T00:45:01.769Z | Compiling anstyle-query v1.1.1 |
510 | 2025-07-23T00:45:01.897Z | Compiling thiserror v2.0.12 |
511 | 2025-07-23T00:45:01.935Z | Compiling pretty-hex v0.4.1 |
512 | 2025-07-23T00:45:01.965Z | Compiling cfg-if v1.0.1 |
513 | 2025-07-23T00:45:01.994Z | Compiling anstyle v1.0.11 |
514 | 2025-07-23T00:45:02.092Z | Compiling is_terminal_polyfill v1.70.1 |
515 | 2025-07-23T00:45:02.159Z | Compiling colorchoice v1.0.2 |
516 | 2025-07-23T00:45:02.354Z | Compiling anstream v0.6.18 |
517 | 2025-07-23T00:45:02.641Z | Compiling fs-err v3.1.1 |
518 | 2025-07-23T00:45:02.686Z | Compiling bytecount v0.6.8 |
519 | 2025-07-23T00:45:02.817Z | Compiling fnv v1.0.7 |
520 | 2025-07-23T00:45:02.903Z | Compiling heck v0.4.1 |
521 | 2025-07-23T00:45:02.969Z | Compiling fastrand v2.1.1 |
522 | 2025-07-23T00:45:02.994Z | Compiling unicode-width v0.1.14 |
523 | 2025-07-23T00:45:03.269Z | Compiling heck v0.5.0 |
524 | 2025-07-23T00:45:03.312Z | Compiling anyhow v1.0.98 |
525 | 2025-07-23T00:45:03.424Z | Compiling strsim v0.11.1 |
526 | 2025-07-23T00:45:03.472Z | Compiling clap_lex v0.7.4 |
527 | 2025-07-23T00:45:03.682Z | Compiling unicode-xid v0.2.6 |
528 | 2025-07-23T00:45:03.887Z | Compiling tempfile v3.20.0 |
529 | 2025-07-23T00:45:04.064Z | Compiling clap_builder v4.5.40 |
530 | 2025-07-23T00:45:04.200Z | Compiling papergrid v0.11.0 |
531 | 2025-07-23T00:45:04.392Z | Compiling memmap v0.7.0 |
532 | 2025-07-23T00:45:04.431Z | Compiling unicode-width v0.2.0 |
533 | 2025-07-23T00:45:04.557Z | Compiling unicode-linebreak v0.1.5 |
534 | 2025-07-23T00:45:04.683Z | Compiling synstructure v0.13.1 |
535 | 2025-07-23T00:45:04.923Z | Compiling smawk v0.3.2 |
536 | 2025-07-23T00:45:05.168Z | Compiling textwrap v0.16.2 |
537 | 2025-07-23T00:45:05.921Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
538 | 2025-07-23T00:45:06.031Z | Compiling tabled_derive v0.7.0 |
539 | 2025-07-23T00:45:06.073Z | Compiling swrite v0.1.0 |
540 | 2025-07-23T00:45:07.283Z | Compiling serde_derive v1.0.219 |
541 | 2025-07-23T00:45:07.285Z | Compiling zerofrom-derive v0.1.4 |
542 | 2025-07-23T00:45:07.285Z | Compiling thiserror-impl v1.0.69 |
543 | 2025-07-23T00:45:07.309Z | Compiling yoke-derive v0.7.4 |
544 | 2025-07-23T00:45:07.309Z | Compiling zerovec-derive v0.10.3 |
545 | 2025-07-23T00:45:07.543Z | Compiling displaydoc v0.2.5 |
546 | 2025-07-23T00:45:08.800Z | Compiling icu_provider_macros v1.5.0 |
547 | 2025-07-23T00:45:09.288Z | Compiling zerocopy-derive v0.7.35 |
548 | 2025-07-23T00:45:09.528Z | Compiling scroll_derive v0.12.0 |
549 | 2025-07-23T00:45:09.626Z | Compiling thiserror-impl v2.0.12 |
550 | 2025-07-23T00:45:09.872Z | Compiling pest v2.7.14 |
551 | 2025-07-23T00:45:10.177Z | Compiling zerofrom v0.1.4 |
552 | 2025-07-23T00:45:10.414Z | Compiling yoke v0.7.4 |
553 | 2025-07-23T00:45:10.519Z | Compiling clap_derive v4.5.40 |
554 | 2025-07-23T00:45:10.650Z | Compiling scroll v0.12.0 |
555 | 2025-07-23T00:45:10.763Z | Compiling zerovec v0.10.4 |
556 | 2025-07-23T00:45:10.926Z | Compiling zerocopy v0.7.35 |
557 | 2025-07-23T00:45:11.140Z | Compiling goblin v0.8.2 |
558 | 2025-07-23T00:45:11.325Z | Compiling tabled v0.15.0 |
559 | 2025-07-23T00:45:12.072Z | Compiling pest_meta v2.7.14 |
560 | 2025-07-23T00:45:12.332Z | Compiling tinystr v0.7.6 |
561 | 2025-07-23T00:45:12.361Z | Compiling icu_collections v1.5.0 |
562 | 2025-07-23T00:45:12.777Z | Compiling icu_locid v1.5.0 |
563 | 2025-07-23T00:45:13.541Z | Compiling pest_generator v2.7.14 |
564 | 2025-07-23T00:45:13.618Z | Compiling clap v4.5.40 |
565 | 2025-07-23T00:45:14.123Z | Compiling icu_provider v1.5.0 |
566 | 2025-07-23T00:45:14.871Z | Compiling icu_locid_transform v1.5.0 |
567 | 2025-07-23T00:45:15.194Z | Compiling pest_derive v2.7.14 |
568 | 2025-07-23T00:45:15.836Z | Compiling dtrace-parser v0.2.0 |
569 | 2025-07-23T00:45:15.995Z | Compiling icu_properties v1.5.1 |
570 | 2025-07-23T00:45:17.468Z | Compiling serde_tokenstream v0.2.2 |
571 | 2025-07-23T00:45:17.494Z | Compiling serde_spanned v0.6.9 |
572 | 2025-07-23T00:45:17.494Z | Compiling toml_datetime v0.6.11 |
573 | 2025-07-23T00:45:17.858Z | Compiling erased-serde v0.4.6 |
574 | 2025-07-23T00:45:17.883Z | Compiling serde-value v0.7.0 |
575 | 2025-07-23T00:45:17.912Z | Compiling toml_edit v0.22.27 |
576 | 2025-07-23T00:45:18.644Z | Compiling cargo-platform v0.2.0 |
577 | 2025-07-23T00:45:18.782Z | Compiling serde-untagged v0.1.7 |
578 | 2025-07-23T00:45:18.863Z | Compiling camino-tempfile v1.4.1 |
579 | 2025-07-23T00:45:18.906Z | Compiling macaddr v1.0.1 |
580 | 2025-07-23T00:45:19.194Z | Compiling dof v0.3.0 |
581 | 2025-07-23T00:45:19.288Z | Compiling icu_normalizer v1.5.0 |
582 | 2025-07-23T00:45:20.190Z | Compiling idna_adapter v1.2.0 |
583 | 2025-07-23T00:45:20.438Z | Compiling idna v1.0.3 |
584 | 2025-07-23T00:45:20.844Z | Compiling usdt-attr-macro v0.5.0 |
585 | 2025-07-23T00:45:20.844Z | Compiling usdt-macro v0.5.0 |
586 | 2025-07-23T00:45:21.027Z | Compiling url v2.5.4 |
587 | 2025-07-23T00:45:21.114Z | Compiling toml v0.8.23 |
588 | 2025-07-23T00:45:21.912Z | Compiling cargo_toml v0.21.0 |
589 | 2025-07-23T00:45:21.939Z | Compiling cargo-util-schemas v0.2.0 |
590 | 2025-07-23T00:45:22.067Z | Compiling usdt v0.5.0 |
591 | 2025-07-23T00:45:23.852Z | Compiling cargo_metadata v0.20.0 |
592 | 2025-07-23T00:45:26.158Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
593 | 2025-07-23T00:45:30.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
594 | 2025-07-23T00:45:31.063Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
595 | 2025-07-23T00:45:31.997Z | Downloading crates ... |
596 | 2025-07-23T00:45:32.139Z | Downloaded ascii-canvas v3.0.0 |
597 | 2025-07-23T00:45:32.170Z | Downloaded addr2line v0.24.2 |
598 | 2025-07-23T00:45:32.171Z | Downloaded base64 v0.22.1 |
599 | 2025-07-23T00:45:32.203Z | Downloaded maybe-uninit v2.0.0 |
600 | 2025-07-23T00:45:32.203Z | Downloaded hickory-server v0.25.2 |
601 | 2025-07-23T00:45:32.204Z | Downloaded progenitor v0.9.1 |
602 | 2025-07-23T00:45:32.237Z | Downloaded http-body-util v0.1.3 |
603 | 2025-07-23T00:45:32.238Z | Downloaded colored v2.2.0 |
604 | 2025-07-23T00:45:32.238Z | Downloaded cipher v0.4.4 |
605 | 2025-07-23T00:45:32.238Z | Downloaded ipnet v2.11.0 |
606 | 2025-07-23T00:45:32.239Z | Downloaded instant v0.1.13 |
607 | 2025-07-23T00:45:32.276Z | Downloaded internet-checksum v0.2.1 |
608 | 2025-07-23T00:45:32.277Z | Downloaded progenitor-client v0.8.0 |
609 | 2025-07-23T00:45:32.277Z | Downloaded vte_generate_state_changes v0.1.2 |
610 | 2025-07-23T00:45:32.277Z | Downloaded tower-service v0.3.3 |
611 | 2025-07-23T00:45:32.277Z | Downloaded progenitor v0.10.0 |
612 | 2025-07-23T00:45:32.277Z | Downloaded jobserver v0.1.32 |
613 | 2025-07-23T00:45:32.278Z | Downloaded schemars_derive v0.8.22 |
614 | 2025-07-23T00:45:32.322Z | Downloaded same-file v1.0.6 |
615 | 2025-07-23T00:45:32.322Z | Downloaded schemars v0.8.22 |
616 | 2025-07-23T00:45:32.323Z | Downloaded oso v0.27.3 |
617 | 2025-07-23T00:45:32.360Z | Downloaded spki v0.7.3 |
618 | 2025-07-23T00:45:32.361Z | Downloaded predicates v3.1.3 |
619 | 2025-07-23T00:45:32.366Z | Downloaded primeorder v0.13.6 |
620 | 2025-07-23T00:45:32.369Z | Downloaded proc-macro-crate v1.3.1 |
621 | 2025-07-23T00:45:32.370Z | Downloaded phf v0.11.2 |
622 | 2025-07-23T00:45:32.371Z | Downloaded strum v0.27.1 |
623 | 2025-07-23T00:45:32.371Z | Downloaded xshell-macros v0.2.7 |
624 | 2025-07-23T00:45:32.400Z | Downloaded structmeta-derive v0.3.0 |
625 | 2025-07-23T00:45:32.401Z | Downloaded dunce v1.0.5 |
626 | 2025-07-23T00:45:32.403Z | Downloaded rustls-native-certs v0.8.1 |
627 | 2025-07-23T00:45:32.403Z | Downloaded newline-converter v0.3.0 |
628 | 2025-07-23T00:45:32.403Z | Downloaded newtype_derive v0.1.6 |
629 | 2025-07-23T00:45:32.404Z | Downloaded embedded-io v0.4.0 |
630 | 2025-07-23T00:45:32.405Z | Downloaded dyn-clone v1.0.19 |
631 | 2025-07-23T00:45:32.405Z | Downloaded wyz v0.5.1 |
632 | 2025-07-23T00:45:32.405Z | Downloaded subprocess v0.2.9 |
633 | 2025-07-23T00:45:32.432Z | Downloaded slog-async v2.8.0 |
634 | 2025-07-23T00:45:32.433Z | Downloaded parse-size v1.1.0 |
635 | 2025-07-23T00:45:32.433Z | Downloaded yasna v0.5.2 |
636 | 2025-07-23T00:45:32.433Z | Downloaded ed25519 v2.2.3 |
637 | 2025-07-23T00:45:32.433Z | Downloaded newtype-uuid v1.2.4 |
638 | 2025-07-23T00:45:32.433Z | Downloaded rand_xorshift v0.4.0 |
639 | 2025-07-23T00:45:32.475Z | Downloaded cstr-argument v0.1.2 |
640 | 2025-07-23T00:45:32.475Z | Downloaded whoami v1.5.2 |
641 | 2025-07-23T00:45:32.475Z | Downloaded darling_macro v0.20.10 |
642 | 2025-07-23T00:45:32.503Z | Downloaded darling_macro v0.21.0 |
643 | 2025-07-23T00:45:32.503Z | Downloaded opaque-debug v0.3.1 |
644 | 2025-07-23T00:45:32.503Z | Downloaded typify-macro v0.3.0 |
645 | 2025-07-23T00:45:32.503Z | Downloaded pkg-config v0.3.31 |
646 | 2025-07-23T00:45:32.503Z | Downloaded serde_urlencoded v0.7.1 |
647 | 2025-07-23T00:45:32.529Z | Downloaded russh-cryptovec v0.7.3 |
648 | 2025-07-23T00:45:32.529Z | Downloaded precomputed-hash v0.1.1 |
649 | 2025-07-23T00:45:32.529Z | Downloaded try-lock v0.2.5 |
650 | 2025-07-23T00:45:32.529Z | Downloaded waitgroup v0.1.2 |
651 | 2025-07-23T00:45:32.530Z | Downloaded rustc-demangle v0.1.24 |
652 | 2025-07-23T00:45:32.555Z | Downloaded tagptr v0.2.0 |
653 | 2025-07-23T00:45:32.556Z | Downloaded tap v1.0.1 |
654 | 2025-07-23T00:45:32.556Z | Downloaded fxhash v0.2.1 |
655 | 2025-07-23T00:45:32.556Z | Downloaded russh-keys v0.45.0 |
656 | 2025-07-23T00:45:32.556Z | Downloaded walkdir v2.5.0 |
657 | 2025-07-23T00:45:32.556Z | Downloaded twox-hash v2.1.0 |
658 | 2025-07-23T00:45:32.557Z | Downloaded serde_with_macros v3.14.0 |
659 | 2025-07-23T00:45:32.583Z | Downloaded wait-timeout v0.2.0 |
660 | 2025-07-23T00:45:32.583Z | Downloaded postcard v1.0.10 |
661 | 2025-07-23T00:45:32.584Z | Downloaded tungstenite v0.21.0 |
662 | 2025-07-23T00:45:32.584Z | Downloaded tungstenite v0.23.0 |
663 | 2025-07-23T00:45:32.584Z | Downloaded tracing-core v0.1.32 |
664 | 2025-07-23T00:45:32.609Z | Downloaded russh v0.45.0 |
665 | 2025-07-23T00:45:32.610Z | Downloaded sled v0.34.7 |
666 | 2025-07-23T00:45:32.610Z | Downloaded typed-path v0.9.3 |
667 | 2025-07-23T00:45:32.635Z | Downloaded futures-util v0.3.31 |
668 | 2025-07-23T00:45:32.635Z | Downloaded portable-atomic v1.11.0 |
669 | 2025-07-23T00:45:32.662Z | Downloaded rustls v0.22.4 |
670 | 2025-07-23T00:45:32.663Z | Downloaded nix v0.27.1 |
671 | 2025-07-23T00:45:32.688Z | Downloaded rustls v0.23.19 |
672 | 2025-07-23T00:45:32.688Z | Downloaded polar-core v0.27.3 |
673 | 2025-07-23T00:45:32.689Z | Downloaded nix v0.29.0 |
674 | 2025-07-23T00:45:32.717Z | Downloaded nix v0.30.1 |
675 | 2025-07-23T00:45:32.717Z | Downloaded object v0.36.5 |
676 | 2025-07-23T00:45:32.743Z | Downloaded openapiv3 v2.2.0 |
677 | 2025-07-23T00:45:32.743Z | Downloaded diesel v2.2.11 |
678 | 2025-07-23T00:45:32.768Z | Downloaded petgraph v0.6.5 |
679 | 2025-07-23T00:45:32.797Z | Downloaded typify-impl v0.4.1 |
680 | 2025-07-23T00:45:32.797Z | Downloaded nix v0.28.0 |
681 | 2025-07-23T00:45:32.823Z | Downloaded curve25519-dalek v4.1.3 |
682 | 2025-07-23T00:45:32.823Z | Downloaded typify-impl v0.2.0 |
683 | 2025-07-23T00:45:32.849Z | Downloaded typify-impl v0.3.0 |
684 | 2025-07-23T00:45:32.849Z | Downloaded ratatui v0.29.0 |
685 | 2025-07-23T00:45:32.876Z | Downloaded zerocopy-derive v0.6.6 |
686 | 2025-07-23T00:45:32.902Z | Downloaded jiff v0.2.15 |
687 | 2025-07-23T00:45:32.903Z | Downloaded object v0.30.4 |
688 | 2025-07-23T00:45:32.929Z | Downloaded openssl v0.10.73 |
689 | 2025-07-23T00:45:32.929Z | Downloaded lzma-sys v0.1.20 |
690 | 2025-07-23T00:45:32.955Z | Downloaded libz-sys v1.1.20 |
691 | 2025-07-23T00:45:32.990Z | Downloaded tabled v0.18.0 |
692 | 2025-07-23T00:45:33.015Z | Downloaded webpki-roots v1.0.1 |
693 | 2025-07-23T00:45:33.015Z | Downloaded quinn-proto v0.11.8 |
694 | 2025-07-23T00:45:33.015Z | Downloaded quick-xml v0.37.2 |
695 | 2025-07-23T00:45:33.015Z | Downloaded petgraph v0.8.2 |
696 | 2025-07-23T00:45:33.055Z | Downloaded serde_with v3.14.0 |
697 | 2025-07-23T00:45:33.056Z | Downloaded gimli v0.31.1 |
698 | 2025-07-23T00:45:33.082Z | Downloaded zerocopy v0.8.26 |
699 | 2025-07-23T00:45:33.107Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
700 | 2025-07-23T00:45:33.107Z | Downloaded tokio v1.45.1 |
701 | 2025-07-23T00:45:33.147Z | Downloaded git2 v0.19.0 |
702 | 2025-07-23T00:45:33.172Z | Downloaded sha3 v0.10.8 |
703 | 2025-07-23T00:45:33.172Z | Downloaded serde_yaml v0.9.34+deprecated |
704 | 2025-07-23T00:45:33.172Z | Downloaded csv v1.3.1 |
705 | 2025-07-23T00:45:33.197Z | Downloaded rayon v1.10.0 |
706 | 2025-07-23T00:45:33.197Z | Downloaded dropshot v0.16.2 |
707 | 2025-07-23T00:45:33.223Z | Downloaded tar v0.4.44 |
708 | 2025-07-23T00:45:33.249Z | Downloaded diesel_derives v2.2.3 |
709 | 2025-07-23T00:45:33.249Z | Downloaded winnow v0.5.40 |
710 | 2025-07-23T00:45:33.249Z | Downloaded reedline v0.40.0 |
711 | 2025-07-23T00:45:33.249Z | Downloaded diff v0.1.13 |
712 | 2025-07-23T00:45:33.274Z | Downloaded quinn v0.11.5 |
713 | 2025-07-23T00:45:33.274Z | Downloaded tokio-util v0.7.15 |
714 | 2025-07-23T00:45:33.274Z | Downloaded zlib-rs v0.5.1 |
715 | 2025-07-23T00:45:33.274Z | Downloaded moka v0.12.10 |
716 | 2025-07-23T00:45:33.299Z | Downloaded typify v0.2.0 |
717 | 2025-07-23T00:45:33.299Z | Downloaded postgres-types v0.2.9 |
718 | 2025-07-23T00:45:33.299Z | Downloaded postgres-protocol v0.6.8 |
719 | 2025-07-23T00:45:33.301Z | Downloaded poly1305 v0.8.0 |
720 | 2025-07-23T00:45:33.301Z | Downloaded num-rational v0.4.2 |
721 | 2025-07-23T00:45:33.301Z | Downloaded rpassword v7.4.0 |
722 | 2025-07-23T00:45:33.301Z | Downloaded radix_trie v0.2.1 |
723 | 2025-07-23T00:45:33.334Z | Downloaded p384 v0.13.0 |
724 | 2025-07-23T00:45:33.334Z | Downloaded polyval v0.6.2 |
725 | 2025-07-23T00:45:33.334Z | Downloaded num_enum v0.5.11 |
726 | 2025-07-23T00:45:33.334Z | Downloaded gethostname v0.5.0 |
727 | 2025-07-23T00:45:33.334Z | Downloaded nom v7.1.3 |
728 | 2025-07-23T00:45:33.334Z | Downloaded encoding_rs v0.8.34 |
729 | 2025-07-23T00:45:33.359Z | Downloaded h2 v0.4.6 |
730 | 2025-07-23T00:45:33.359Z | Downloaded petname v2.0.2 |
731 | 2025-07-23T00:45:33.359Z | Downloaded num_enum_derive v0.5.11 |
732 | 2025-07-23T00:45:33.359Z | Downloaded num-iter v0.1.45 |
733 | 2025-07-23T00:45:33.359Z | Downloaded num v0.4.3 |
734 | 2025-07-23T00:45:33.384Z | Downloaded futures-task v0.3.31 |
735 | 2025-07-23T00:45:33.384Z | Downloaded ring v0.17.14 |
736 | 2025-07-23T00:45:33.408Z | Downloaded difflib v0.4.0 |
737 | 2025-07-23T00:45:33.408Z | Downloaded zip v4.2.0 |
738 | 2025-07-23T00:45:33.434Z | Downloaded proptest v1.7.0 |
739 | 2025-07-23T00:45:33.434Z | Downloaded tracing-attributes v0.1.27 |
740 | 2025-07-23T00:45:33.434Z | Downloaded tracing v0.1.40 |
741 | 2025-07-23T00:45:33.434Z | Downloaded hashbrown v0.12.3 |
742 | 2025-07-23T00:45:33.461Z | Downloaded vcpkg v0.2.15 |
743 | 2025-07-23T00:45:33.487Z | Downloaded serde_bytes v0.11.17 |
744 | 2025-07-23T00:45:33.489Z | Downloaded diesel_table_macro_syntax v0.2.0 |
745 | 2025-07-23T00:45:33.489Z | Downloaded typify v0.4.1 |
746 | 2025-07-23T00:45:33.489Z | Downloaded serde-hex v0.1.0 |
747 | 2025-07-23T00:45:33.489Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
748 | 2025-07-23T00:45:33.547Z | Downloaded ppv-lite86 v0.2.20 |
749 | 2025-07-23T00:45:33.572Z | Downloaded powerfmt v0.2.0 |
750 | 2025-07-23T00:45:33.572Z | Downloaded typify v0.3.0 |
751 | 2025-07-23T00:45:33.572Z | Downloaded serde_cbor v0.11.2 |
752 | 2025-07-23T00:45:33.572Z | Downloaded omicron-zone-package v0.12.2 |
753 | 2025-07-23T00:45:33.573Z | Downloaded serde_derive_internals v0.29.1 |
754 | 2025-07-23T00:45:33.573Z | Downloaded tui-tree-widget v0.23.1 |
755 | 2025-07-23T00:45:33.573Z | Downloaded rtoolbox v0.0.2 |
756 | 2025-07-23T00:45:33.573Z | Downloaded darling_core v0.21.0 |
757 | 2025-07-23T00:45:33.573Z | Downloaded rsa v0.9.6 |
758 | 2025-07-23T00:45:33.597Z | Downloaded time-core v0.1.2 |
759 | 2025-07-23T00:45:33.597Z | Downloaded serde-big-array v0.5.1 |
760 | 2025-07-23T00:45:33.597Z | Downloaded quinn-udp v0.5.5 |
761 | 2025-07-23T00:45:33.597Z | Downloaded futures-channel v0.3.31 |
762 | 2025-07-23T00:45:33.597Z | Downloaded ena v0.14.3 |
763 | 2025-07-23T00:45:33.597Z | Downloaded embedded-io v0.6.1 |
764 | 2025-07-23T00:45:33.598Z | Downloaded tokio-tungstenite v0.21.0 |
765 | 2025-07-23T00:45:33.598Z | Downloaded crypto-bigint v0.5.5 |
766 | 2025-07-23T00:45:33.598Z | Downloaded olpc-cjson v0.1.4 |
767 | 2025-07-23T00:45:33.623Z | Downloaded num_threads v0.1.7 |
768 | 2025-07-23T00:45:33.624Z | Downloaded futures v0.3.31 |
769 | 2025-07-23T00:45:33.624Z | Downloaded env_logger v0.10.2 |
770 | 2025-07-23T00:45:33.624Z | Downloaded tokio-stream v0.1.17 |
771 | 2025-07-23T00:45:33.624Z | Downloaded pin-project v1.1.6 |
772 | 2025-07-23T00:45:33.649Z | Downloaded peg-macros v0.8.5 |
773 | 2025-07-23T00:45:33.649Z | Downloaded darling_core v0.20.10 |
774 | 2025-07-23T00:45:33.649Z | Downloaded darling v0.21.0 |
775 | 2025-07-23T00:45:33.649Z | Downloaded ron v0.7.1 |
776 | 2025-07-23T00:45:33.649Z | Downloaded p521 v0.13.3 |
777 | 2025-07-23T00:45:33.649Z | Downloaded lalrpop v0.19.12 |
778 | 2025-07-23T00:45:33.674Z | Downloaded chrono-tz v0.10.4 |
779 | 2025-07-23T00:45:33.698Z | Downloaded futures-sink v0.3.31 |
780 | 2025-07-23T00:45:33.698Z | Downloaded futures-macro v0.3.31 |
781 | 2025-07-23T00:45:33.698Z | Downloaded futures-io v0.3.31 |
782 | 2025-07-23T00:45:33.699Z | Downloaded futures-executor v0.3.31 |
783 | 2025-07-23T00:45:33.699Z | Downloaded futures-core v0.3.31 |
784 | 2025-07-23T00:45:33.699Z | Downloaded serde_path_to_error v0.1.17 |
785 | 2025-07-23T00:45:33.699Z | Downloaded pkcs8 v0.10.2 |
786 | 2025-07-23T00:45:33.699Z | Downloaded typify-macro v0.2.0 |
787 | 2025-07-23T00:45:33.699Z | Downloaded pkcs5 v0.7.1 |
788 | 2025-07-23T00:45:33.699Z | Downloaded pin-project-internal v1.1.6 |
789 | 2025-07-23T00:45:33.699Z | Downloaded phf_shared v0.12.1 |
790 | 2025-07-23T00:45:33.699Z | Downloaded daft-derive v0.1.4 |
791 | 2025-07-23T00:45:33.699Z | Downloaded signal-hook v0.3.17 |
792 | 2025-07-23T00:45:33.727Z | Downloaded ron v0.8.1 |
793 | 2025-07-23T00:45:33.727Z | Downloaded tokio-postgres v0.7.13 |
794 | 2025-07-23T00:45:33.727Z | Downloaded rcgen v0.12.1 |
795 | 2025-07-23T00:45:33.727Z | Downloaded serde_repr v0.1.19 |
796 | 2025-07-23T00:45:33.727Z | Downloaded serde_plain v1.0.2 |
797 | 2025-07-23T00:45:33.727Z | Downloaded endian-type v0.1.2 |
798 | 2025-07-23T00:45:33.727Z | Downloaded pkcs1 v0.7.5 |
799 | 2025-07-23T00:45:33.727Z | Downloaded password-hash v0.4.2 |
800 | 2025-07-23T00:45:33.727Z | Downloaded des v0.8.1 |
801 | 2025-07-23T00:45:33.727Z | Downloaded curve25519-dalek-derive v0.1.1 |
802 | 2025-07-23T00:45:33.752Z | Downloaded want v0.3.1 |
803 | 2025-07-23T00:45:33.752Z | Downloaded signal-hook-mio v0.2.4 |
804 | 2025-07-23T00:45:33.752Z | Downloaded shell-words v1.1.0 |
805 | 2025-07-23T00:45:33.752Z | Downloaded winnow v0.6.26 |
806 | 2025-07-23T00:45:33.752Z | Downloaded funty v2.0.0 |
807 | 2025-07-23T00:45:33.752Z | Downloaded enum-as-inner v0.6.1 |
808 | 2025-07-23T00:45:33.752Z | Downloaded take_mut v0.2.2 |
809 | 2025-07-23T00:45:33.752Z | Downloaded peg v0.8.5 |
810 | 2025-07-23T00:45:33.752Z | Downloaded pbkdf2 v0.12.2 |
811 | 2025-07-23T00:45:33.752Z | Downloaded darling v0.20.10 |
812 | 2025-07-23T00:45:33.779Z | Downloaded daft v0.1.4 |
813 | 2025-07-23T00:45:33.779Z | Downloaded zstd-safe v7.2.3 |
814 | 2025-07-23T00:45:33.779Z | Downloaded papergrid v0.14.0 |
815 | 2025-07-23T00:45:33.779Z | Downloaded ssh-key v0.6.6 |
816 | 2025-07-23T00:45:33.779Z | Downloaded pin-project-lite v0.2.14 |
817 | 2025-07-23T00:45:33.779Z | Downloaded pbkdf2 v0.11.0 |
818 | 2025-07-23T00:45:33.779Z | Downloaded r2d2 v0.8.10 |
819 | 2025-07-23T00:45:33.804Z | Downloaded nu-ansi-term v0.50.1 |
820 | 2025-07-23T00:45:33.804Z | Downloaded hash32 v0.2.1 |
821 | 2025-07-23T00:45:33.804Z | Downloaded group v0.13.0 |
822 | 2025-07-23T00:45:33.804Z | Downloaded globset v0.4.15 |
823 | 2025-07-23T00:45:33.804Z | Downloaded ghash v0.5.1 |
824 | 2025-07-23T00:45:33.804Z | Downloaded getrandom v0.2.15 |
825 | 2025-07-23T00:45:33.804Z | Downloaded csv-core v0.1.11 |
826 | 2025-07-23T00:45:33.805Z | Downloaded zopfli v0.8.1 |
827 | 2025-07-23T00:45:33.805Z | Downloaded zone v0.1.8 |
828 | 2025-07-23T00:45:33.805Z | Downloaded tokio-rustls v0.26.0 |
829 | 2025-07-23T00:45:33.805Z | Downloaded similar v2.7.0 |
830 | 2025-07-23T00:45:33.805Z | Downloaded rayon-core v1.12.1 |
831 | 2025-07-23T00:45:33.830Z | Downloaded rand v0.9.1 |
832 | 2025-07-23T00:45:33.830Z | Downloaded rand v0.8.5 |
833 | 2025-07-23T00:45:33.830Z | Downloaded hashbrown v0.13.2 |
834 | 2025-07-23T00:45:33.830Z | Downloaded ed25519-dalek v2.1.1 |
835 | 2025-07-23T00:45:33.830Z | Downloaded sqlparser v0.45.0 |
836 | 2025-07-23T00:45:33.830Z | Downloaded rustls v0.21.12 |
837 | 2025-07-23T00:45:33.856Z | Downloaded qorb v0.4.0 |
838 | 2025-07-23T00:45:33.856Z | Downloaded regex-automata v0.4.8 |
839 | 2025-07-23T00:45:33.880Z | Downloaded number_prefix v0.4.0 |
840 | 2025-07-23T00:45:33.881Z | Downloaded env_filter v0.1.2 |
841 | 2025-07-23T00:45:33.881Z | Downloaded tokio-tungstenite v0.23.1 |
842 | 2025-07-23T00:45:33.881Z | Downloaded pin-utils v0.1.0 |
843 | 2025-07-23T00:45:33.881Z | Downloaded path-slash v0.1.5 |
844 | 2025-07-23T00:45:33.881Z | Downloaded diesel-dtrace v0.4.2 |
845 | 2025-07-23T00:45:33.881Z | Downloaded which v4.4.2 |
846 | 2025-07-23T00:45:33.881Z | Downloaded tabwriter v1.4.0 |
847 | 2025-07-23T00:45:33.881Z | Downloaded tabled_derive v0.10.0 |
848 | 2025-07-23T00:45:33.881Z | Downloaded slab v0.4.9 |
849 | 2025-07-23T00:45:33.881Z | Downloaded siphasher v1.0.1 |
850 | 2025-07-23T00:45:33.881Z | Downloaded siphasher v0.3.11 |
851 | 2025-07-23T00:45:33.881Z | Downloaded shlex v1.3.0 |
852 | 2025-07-23T00:45:33.881Z | Downloaded sha1 v0.10.6 |
853 | 2025-07-23T00:45:33.906Z | Downloaded ref-cast v1.0.24 |
854 | 2025-07-23T00:45:33.906Z | Downloaded radium v0.7.0 |
855 | 2025-07-23T00:45:33.906Z | Downloaded nodrop v0.1.14 |
856 | 2025-07-23T00:45:33.906Z | Downloaded nibble_vec v0.1.0 |
857 | 2025-07-23T00:45:33.906Z | Downloaded hash32 v0.3.1 |
858 | 2025-07-23T00:45:33.906Z | Downloaded globwalk v0.9.1 |
859 | 2025-07-23T00:45:33.906Z | Downloaded glob v0.3.2 |
860 | 2025-07-23T00:45:33.906Z | Downloaded ctr v0.9.2 |
861 | 2025-07-23T00:45:33.906Z | Downloaded crunchy v0.2.2 |
862 | 2025-07-23T00:45:33.906Z | Downloaded zstd v0.13.3 |
863 | 2025-07-23T00:45:33.906Z | Downloaded zone_cfg_derive v0.3.0 |
864 | 2025-07-23T00:45:33.906Z | Downloaded zone_cfg_derive v0.1.2 |
865 | 2025-07-23T00:45:33.906Z | Downloaded zone v0.3.1 |
866 | 2025-07-23T00:45:33.908Z | Downloaded tokio-rustls v0.25.0 |
867 | 2025-07-23T00:45:33.908Z | Downloaded tokio-rustls v0.24.1 |
868 | 2025-07-23T00:45:33.935Z | Downloaded tokio-macros v2.5.0 |
869 | 2025-07-23T00:45:33.935Z | Downloaded tokio-dtrace v0.1.0 |
870 | 2025-07-23T00:45:33.935Z | Downloaded tls_codec v0.4.1 |
871 | 2025-07-23T00:45:33.935Z | Downloaded tinyvec v1.8.0 |
872 | 2025-07-23T00:45:33.935Z | Downloaded time-macros v0.2.18 |
873 | 2025-07-23T00:45:33.935Z | Downloaded simd-adler32 v0.3.7 |
874 | 2025-07-23T00:45:33.935Z | Downloaded rand_seeder v0.3.0 |
875 | 2025-07-23T00:45:33.935Z | Downloaded parking_lot v0.12.3 |
876 | 2025-07-23T00:45:33.935Z | Downloaded parking_lot v0.11.2 |
877 | 2025-07-23T00:45:33.935Z | Downloaded p256 v0.13.2 |
878 | 2025-07-23T00:45:33.960Z | Downloaded nanorand v0.7.0 |
879 | 2025-07-23T00:45:33.960Z | Downloaded elliptic-curve v0.13.8 |
880 | 2025-07-23T00:45:33.960Z | Downloaded dropshot_endpoint v0.16.2 |
881 | 2025-07-23T00:45:33.960Z | Downloaded zerocopy-derive v0.8.26 |
882 | 2025-07-23T00:45:33.960Z | Downloaded yansi v1.0.1 |
883 | 2025-07-23T00:45:33.960Z | Downloaded steno v0.4.1 |
884 | 2025-07-23T00:45:33.960Z | Downloaded sync-ptr v0.1.4 |
885 | 2025-07-23T00:45:33.986Z | Downloaded signal-hook-registry v1.4.2 |
886 | 2025-07-23T00:45:33.986Z | Downloaded rand_core v0.9.2 |
887 | 2025-07-23T00:45:33.986Z | Downloaded rand_chacha v0.9.0 |
888 | 2025-07-23T00:45:33.986Z | Downloaded parking_lot_core v0.9.10 |
889 | 2025-07-23T00:45:33.986Z | Downloaded parking_lot_core v0.8.6 |
890 | 2025-07-23T00:45:33.988Z | Downloaded packed_struct v0.10.1 |
891 | 2025-07-23T00:45:33.988Z | Downloaded headers v0.4.1 |
892 | 2025-07-23T00:45:33.988Z | Downloaded zip v0.6.6 |
893 | 2025-07-23T00:45:33.988Z | Downloaded sync_wrapper v1.0.1 |
894 | 2025-07-23T00:45:33.988Z | Downloaded tokio-native-tls v0.3.1 |
895 | 2025-07-23T00:45:33.988Z | Downloaded tls_codec_derive v0.4.1 |
896 | 2025-07-23T00:45:33.988Z | Downloaded tiny-keccak v2.0.2 |
897 | 2025-07-23T00:45:34.015Z | Downloaded rand_core v0.6.4 |
898 | 2025-07-23T00:45:34.015Z | Downloaded rand_chacha v0.3.1 |
899 | 2025-07-23T00:45:34.015Z | Downloaded zerocopy v0.6.6 |
900 | 2025-07-23T00:45:34.015Z | Downloaded normalize-line-endings v0.3.0 |
901 | 2025-07-23T00:45:34.015Z | Downloaded tinyvec_macros v0.1.1 |
902 | 2025-07-23T00:45:34.015Z | Downloaded sigpipe v0.1.3 |
903 | 2025-07-23T00:45:34.015Z | Downloaded signature v2.2.0 |
904 | 2025-07-23T00:45:34.015Z | Downloaded signal-hook-tokio v0.3.1 |
905 | 2025-07-23T00:45:34.017Z | Downloaded openssl-probe v0.1.5 |
906 | 2025-07-23T00:45:34.017Z | Downloaded openssl-macros v0.1.1 |
907 | 2025-07-23T00:45:34.017Z | Downloaded display-error-chain v0.2.2 |
908 | 2025-07-23T00:45:34.017Z | Downloaded parse-display-derive v0.10.0 |
909 | 2025-07-23T00:45:34.017Z | Downloaded parse-display v0.10.0 |
910 | 2025-07-23T00:45:34.017Z | Downloaded packed_struct_codegen v0.10.1 |
911 | 2025-07-23T00:45:34.017Z | Downloaded multer v3.1.0 |
912 | 2025-07-23T00:45:34.017Z | Downloaded dsl_auto_type v0.1.2 |
913 | 2025-07-23T00:45:34.017Z | Downloaded x509-cert v0.2.5 |
914 | 2025-07-23T00:45:34.043Z | Downloaded publicsuffix v2.3.0 |
915 | 2025-07-23T00:45:34.044Z | Downloaded num-bigint-dig v0.8.4 |
916 | 2025-07-23T00:45:34.044Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
917 | 2025-07-23T00:45:34.044Z | Downloaded native-tls v0.2.12 |
918 | 2025-07-23T00:45:34.044Z | Downloaded multimap v0.10.1 |
919 | 2025-07-23T00:45:34.044Z | Downloaded ecdsa v0.16.9 |
920 | 2025-07-23T00:45:34.070Z | Downloaded dirs-next v2.0.0 |
921 | 2025-07-23T00:45:34.070Z | Downloaded xattr v1.3.1 |
922 | 2025-07-23T00:45:34.070Z | Downloaded itertools v0.14.0 |
923 | 2025-07-23T00:45:34.070Z | Downloaded document-features v0.2.10 |
924 | 2025-07-23T00:45:34.070Z | Downloaded xshell v0.2.7 |
925 | 2025-07-23T00:45:34.070Z | Downloaded smoltcp v0.9.1 |
926 | 2025-07-23T00:45:34.095Z | Downloaded pretty-hex v0.2.1 |
927 | 2025-07-23T00:45:34.095Z | Downloaded num-bigint v0.4.6 |
928 | 2025-07-23T00:45:34.095Z | Downloaded unicode-normalization v0.1.24 |
929 | 2025-07-23T00:45:34.095Z | Downloaded sqlformat v0.3.5 |
930 | 2025-07-23T00:45:34.095Z | Downloaded slog v2.7.0 |
931 | 2025-07-23T00:45:34.095Z | Downloaded rustc-hash v2.1.1 |
932 | 2025-07-23T00:45:34.095Z | Downloaded pretty_assertions v1.4.1 |
933 | 2025-07-23T00:45:34.095Z | Downloaded prefix-trie v0.7.0 |
934 | 2025-07-23T00:45:34.121Z | Downloaded pem-rfc7468 v0.7.0 |
935 | 2025-07-23T00:45:34.121Z | Downloaded openssl-sys v0.9.109 |
936 | 2025-07-23T00:45:34.121Z | Downloaded num-complex v0.4.6 |
937 | 2025-07-23T00:45:34.122Z | Downloaded flate2 v1.1.2 |
938 | 2025-07-23T00:45:34.122Z | Downloaded fatfs v0.3.6 |
939 | 2025-07-23T00:45:34.122Z | Downloaded libxml v0.3.3 |
940 | 2025-07-23T00:45:34.147Z | Downloaded new_debug_unreachable v1.0.6 |
941 | 2025-07-23T00:45:34.147Z | Downloaded either v1.15.0 |
942 | 2025-07-23T00:45:34.147Z | Downloaded zeroize v1.8.1 |
943 | 2025-07-23T00:45:34.148Z | Downloaded sqlparser_derive v0.2.2 |
944 | 2025-07-23T00:45:34.148Z | Downloaded slog-bunyan v2.5.0 |
945 | 2025-07-23T00:45:34.148Z | Downloaded rustc_version v0.4.1 |
946 | 2025-07-23T00:45:34.148Z | Downloaded prettyplease v0.2.35 |
947 | 2025-07-23T00:45:34.148Z | Downloaded pem v3.0.5 |
948 | 2025-07-23T00:45:34.148Z | Downloaded flume v0.11.1 |
949 | 2025-07-23T00:45:34.148Z | Downloaded expectorate v1.2.0 |
950 | 2025-07-23T00:45:34.173Z | Downloaded der v0.7.9 |
951 | 2025-07-23T00:45:34.173Z | Downloaded unicode-segmentation v1.12.0 |
952 | 2025-07-23T00:45:34.173Z | Downloaded unicode-bidi v0.3.17 |
953 | 2025-07-23T00:45:34.173Z | Downloaded tower-http v0.6.6 |
954 | 2025-07-23T00:45:34.173Z | Downloaded tough v0.20.0 |
955 | 2025-07-23T00:45:34.200Z | Downloaded regex-syntax v0.8.5 |
956 | 2025-07-23T00:45:34.200Z | Downloaded xz2 v0.1.7 |
957 | 2025-07-23T00:45:34.200Z | Downloaded strum_macros v0.27.1 |
958 | 2025-07-23T00:45:34.200Z | Downloaded strum_macros v0.26.4 |
959 | 2025-07-23T00:45:34.200Z | Downloaded stringprep v0.1.5 |
960 | 2025-07-23T00:45:34.200Z | Downloaded rustc_version v0.1.7 |
961 | 2025-07-23T00:45:34.200Z | Downloaded rustc-hash v1.1.0 |
962 | 2025-07-23T00:45:34.200Z | Downloaded oxide-tokio-rt v0.1.2 |
963 | 2025-07-23T00:45:34.229Z | Downloaded owo-colors v4.2.2 |
964 | 2025-07-23T00:45:34.229Z | Downloaded num-derive v0.3.3 |
965 | 2025-07-23T00:45:34.229Z | Downloaded uuid v1.17.0 |
966 | 2025-07-23T00:45:34.229Z | Downloaded time v0.3.36 |
967 | 2025-07-23T00:45:34.229Z | Downloaded libm v0.2.8 |
968 | 2025-07-23T00:45:34.229Z | Downloaded itertools v0.10.5 |
969 | 2025-07-23T00:45:34.254Z | Downloaded predicates-tree v1.0.12 |
970 | 2025-07-23T00:45:34.254Z | Downloaded predicates-core v1.0.8 |
971 | 2025-07-23T00:45:34.254Z | Downloaded oxnet v0.1.2 |
972 | 2025-07-23T00:45:34.254Z | Downloaded flagset v0.4.6 |
973 | 2025-07-23T00:45:34.254Z | Downloaded unicode_categories v0.1.1 |
974 | 2025-07-23T00:45:34.254Z | Downloaded toml_edit v0.19.15 |
975 | 2025-07-23T00:45:34.280Z | Downloaded itertools v0.13.0 |
976 | 2025-07-23T00:45:34.280Z | Downloaded dirs-sys-next v0.1.2 |
977 | 2025-07-23T00:45:34.280Z | Downloaded zeroize_derive v1.4.2 |
978 | 2025-07-23T00:45:34.280Z | Downloaded supports-color v3.0.2 |
979 | 2025-07-23T00:45:34.280Z | Downloaded support-bundle-viewer v0.1.2 |
980 | 2025-07-23T00:45:34.280Z | Downloaded subtle v2.6.1 |
981 | 2025-07-23T00:45:34.280Z | Downloaded strum_macros v0.24.3 |
982 | 2025-07-23T00:45:34.280Z | Downloaded string_cache v0.8.9 |
983 | 2025-07-23T00:45:34.280Z | Downloaded static_assertions v1.1.0 |
984 | 2025-07-23T00:45:34.280Z | Downloaded ssh-encoding v0.2.0 |
985 | 2025-07-23T00:45:34.280Z | Downloaded secrecy v0.8.0 |
986 | 2025-07-23T00:45:34.305Z | Downloaded peg-runtime v0.8.5 |
987 | 2025-07-23T00:45:34.307Z | Downloaded oso-derive v0.27.3 |
988 | 2025-07-23T00:45:34.308Z | Downloaded float-cmp v0.10.0 |
989 | 2025-07-23T00:45:34.308Z | Downloaded fixedbitset v0.5.7 |
990 | 2025-07-23T00:45:34.308Z | Downloaded filetime v0.2.25 |
991 | 2025-07-23T00:45:34.308Z | Downloaded fd-lock v4.0.2 |
992 | 2025-07-23T00:45:34.308Z | Downloaded env_logger v0.11.5 |
993 | 2025-07-23T00:45:34.308Z | Downloaded regress v0.10.3 |
994 | 2025-07-23T00:45:34.308Z | Downloaded mio v1.0.2 |
995 | 2025-07-23T00:45:34.333Z | Downloaded hyper-util v0.1.14 |
996 | 2025-07-23T00:45:34.333Z | Downloaded strip-ansi-escapes v0.2.0 |
997 | 2025-07-23T00:45:34.333Z | Downloaded ssh-cipher v0.2.0 |
998 | 2025-07-23T00:45:34.333Z | Downloaded progenitor-macro v0.10.0 |
999 | 2025-07-23T00:45:34.333Z | Downloaded aws-lc-sys v0.26.0 |
1000 | 2025-07-23T00:45:34.544Z | Downloaded num-conv v0.1.0 |
1001 | 2025-07-23T00:45:34.569Z | Downloaded fixedbitset v0.4.2 |
1002 | 2025-07-23T00:45:34.569Z | Downloaded ff v0.13.0 |
1003 | 2025-07-23T00:45:34.569Z | Downloaded derive_more v0.99.20 |
1004 | 2025-07-23T00:45:34.569Z | Downloaded derive-where v1.5.0 |
1005 | 2025-07-23T00:45:34.569Z | Downloaded der_derive v0.7.3 |
1006 | 2025-07-23T00:45:34.569Z | Downloaded defmt-parser v0.3.4 |
1007 | 2025-07-23T00:45:34.569Z | Downloaded defmt-macros v0.3.9 |
1008 | 2025-07-23T00:45:34.569Z | Downloaded defmt v0.3.8 |
1009 | 2025-07-23T00:45:34.569Z | Downloaded debug-ignore v1.0.5 |
1010 | 2025-07-23T00:45:34.572Z | Downloaded unsafe-libyaml v0.2.11 |
1011 | 2025-07-23T00:45:34.572Z | Downloaded socket2 v0.5.10 |
1012 | 2025-07-23T00:45:34.598Z | Downloaded minimal-lexical v0.2.1 |
1013 | 2025-07-23T00:45:34.598Z | Downloaded structmeta v0.3.0 |
1014 | 2025-07-23T00:45:34.598Z | Downloaded semver v0.1.20 |
1015 | 2025-07-23T00:45:34.598Z | Downloaded secrecy v0.10.3 |
1016 | 2025-07-23T00:45:34.599Z | Downloaded sec1 v0.7.3 |
1017 | 2025-07-23T00:45:34.599Z | Downloaded rustls-pemfile v1.0.4 |
1018 | 2025-07-23T00:45:34.599Z | Downloaded quick-error v1.2.3 |
1019 | 2025-07-23T00:45:34.599Z | Downloaded psl-types v2.0.11 |
1020 | 2025-07-23T00:45:34.599Z | Downloaded fallible-iterator v0.2.0 |
1021 | 2025-07-23T00:45:34.599Z | Downloaded data-encoding v2.9.0 |
1022 | 2025-07-23T00:45:34.599Z | Downloaded value-bag v1.9.0 |
1023 | 2025-07-23T00:45:34.599Z | Downloaded universal-hash v0.5.1 |
1024 | 2025-07-23T00:45:34.599Z | Downloaded unicode-properties v0.1.3 |
1025 | 2025-07-23T00:45:34.599Z | Downloaded unicase v2.7.0 |
1026 | 2025-07-23T00:45:34.599Z | Downloaded strum v0.26.3 |
1027 | 2025-07-23T00:45:34.599Z | Downloaded fs-err v2.11.0 |
1028 | 2025-07-23T00:45:34.599Z | Downloaded vte v0.11.1 |
1029 | 2025-07-23T00:45:34.599Z | Downloaded regex-syntax v0.6.29 |
1030 | 2025-07-23T00:45:34.624Z | Downloaded progenitor-impl v0.10.0 |
1031 | 2025-07-23T00:45:34.624Z | Downloaded password-hash v0.5.0 |
1032 | 2025-07-23T00:45:34.624Z | Downloaded fs_extra v1.3.0 |
1033 | 2025-07-23T00:45:34.624Z | Downloaded derive_builder_core v0.20.2 |
1034 | 2025-07-23T00:45:34.624Z | Downloaded derive-ex v0.1.8 |
1035 | 2025-07-23T00:45:34.625Z | Downloaded vergen v8.3.2 |
1036 | 2025-07-23T00:45:34.625Z | Downloaded untrusted v0.7.1 |
1037 | 2025-07-23T00:45:34.625Z | Downloaded unit-prefix v0.5.1 |
1038 | 2025-07-23T00:45:34.625Z | Downloaded unicode-truncate v1.1.0 |
1039 | 2025-07-23T00:45:34.625Z | Downloaded unarray v0.1.4 |
1040 | 2025-07-23T00:45:34.625Z | Downloaded typify-macro v0.4.1 |
1041 | 2025-07-23T00:45:34.625Z | Downloaded toml v0.7.8 |
1042 | 2025-07-23T00:45:34.650Z | Downloaded smoltcp v0.11.0 |
1043 | 2025-07-23T00:45:34.650Z | Downloaded iri-string v0.7.8 |
1044 | 2025-07-23T00:45:34.650Z | Downloaded phf_shared v0.11.2 |
1045 | 2025-07-23T00:45:34.650Z | Downloaded phf v0.12.1 |
1046 | 2025-07-23T00:45:34.650Z | Downloaded paste v1.0.15 |
1047 | 2025-07-23T00:45:34.677Z | Downloaded num-integer v0.1.46 |
1048 | 2025-07-23T00:45:34.677Z | Downloaded derive_builder v0.20.2 |
1049 | 2025-07-23T00:45:34.677Z | Downloaded vsss-rs v3.3.4 |
1050 | 2025-07-23T00:45:34.677Z | Downloaded tower-layer v0.3.3 |
1051 | 2025-07-23T00:45:34.677Z | Downloaded topological-sort v0.2.2 |
1052 | 2025-07-23T00:45:34.677Z | Downloaded salty v0.3.0 |
1053 | 2025-07-23T00:45:34.677Z | Downloaded rustls-webpki v0.102.8 |
1054 | 2025-07-23T00:45:34.702Z | Downloaded regex v1.11.1 |
1055 | 2025-07-23T00:45:34.727Z | Downloaded indicatif v0.18.0 |
1056 | 2025-07-23T00:45:34.727Z | Downloaded indicatif v0.17.11 |
1057 | 2025-07-23T00:45:34.727Z | Downloaded bstr v1.10.0 |
1058 | 2025-07-23T00:45:34.727Z | Downloaded num-derive v0.4.2 |
1059 | 2025-07-23T00:45:34.727Z | Downloaded foreign-types-macros v0.2.3 |
1060 | 2025-07-23T00:45:34.752Z | Downloaded foreign-types v0.5.0 |
1061 | 2025-07-23T00:45:34.754Z | Downloaded foldhash v0.1.5 |
1062 | 2025-07-23T00:45:34.754Z | Downloaded float-ord v0.3.2 |
1063 | 2025-07-23T00:45:34.754Z | Downloaded test-strategy v0.4.3 |
1064 | 2025-07-23T00:45:34.754Z | Downloaded termtree v0.5.1 |
1065 | 2025-07-23T00:45:34.754Z | Downloaded term v0.7.0 |
1066 | 2025-07-23T00:45:34.754Z | Downloaded spin v0.9.8 |
1067 | 2025-07-23T00:45:34.754Z | Downloaded rustls-webpki v0.101.7 |
1068 | 2025-07-23T00:45:34.779Z | Downloaded deranged v0.3.11 |
1069 | 2025-07-23T00:45:34.779Z | Downloaded uzers v0.12.1 |
1070 | 2025-07-23T00:45:34.779Z | Downloaded utf-8 v0.7.6 |
1071 | 2025-07-23T00:45:34.779Z | Downloaded untrusted v0.9.0 |
1072 | 2025-07-23T00:45:34.779Z | Downloaded thread_local v1.1.8 |
1073 | 2025-07-23T00:45:34.779Z | Downloaded thiserror-impl-no-std v2.0.2 |
1074 | 2025-07-23T00:45:34.779Z | Downloaded termios v0.3.3 |
1075 | 2025-07-23T00:45:34.779Z | Downloaded termcolor v1.4.1 |
1076 | 2025-07-23T00:45:34.779Z | Downloaded snafu v0.8.5 |
1077 | 2025-07-23T00:45:34.779Z | Downloaded slog-term v2.9.1 |
1078 | 2025-07-23T00:45:34.779Z | Downloaded reqwest v0.12.22 |
1079 | 2025-07-23T00:45:34.804Z | Downloaded progenitor-impl v0.8.0 |
1080 | 2025-07-23T00:45:34.804Z | Downloaded itertools v0.12.1 |
1081 | 2025-07-23T00:45:34.804Z | Downloaded ignore v0.4.23 |
1082 | 2025-07-23T00:45:34.804Z | Downloaded smallvec v0.6.14 |
1083 | 2025-07-23T00:45:34.804Z | Downloaded slog-stdlog v4.1.1 |
1084 | 2025-07-23T00:45:34.805Z | Downloaded slog-envlogger v2.2.0 |
1085 | 2025-07-23T00:45:34.830Z | Downloaded slog-dtrace v0.3.0 |
1086 | 2025-07-23T00:45:34.830Z | Downloaded sct v0.7.1 |
1087 | 2025-07-23T00:45:34.830Z | Downloaded scopeguard v1.2.0 |
1088 | 2025-07-23T00:45:34.830Z | Downloaded rustyline v14.0.0 |
1089 | 2025-07-23T00:45:34.830Z | Downloaded progenitor-impl v0.9.1 |
1090 | 2025-07-23T00:45:34.830Z | Downloaded miniz_oxide v0.8.5 |
1091 | 2025-07-23T00:45:34.831Z | Downloaded mime_guess v2.0.5 |
1092 | 2025-07-23T00:45:34.831Z | Downloaded kstat-rs v0.2.4 |
1093 | 2025-07-23T00:45:34.831Z | Downloaded impl-trait-for-tuples v0.2.2 |
1094 | 2025-07-23T00:45:34.831Z | Downloaded humantime v2.2.0 |
1095 | 2025-07-23T00:45:34.831Z | Downloaded hubpack v0.1.2 |
1096 | 2025-07-23T00:45:34.831Z | Downloaded httpdate v1.0.3 |
1097 | 2025-07-23T00:45:34.858Z | Downloaded foreign-types-shared v0.3.1 |
1098 | 2025-07-23T00:45:34.858Z | Downloaded foreign-types-shared v0.1.1 |
1099 | 2025-07-23T00:45:34.858Z | Downloaded foreign-types v0.3.2 |
1100 | 2025-07-23T00:45:34.858Z | Downloaded derive_builder_macro v0.20.2 |
1101 | 2025-07-23T00:45:34.858Z | Downloaded void v1.0.2 |
1102 | 2025-07-23T00:45:34.858Z | Downloaded tower v0.5.2 |
1103 | 2025-07-23T00:45:34.858Z | Downloaded snafu-derive v0.8.5 |
1104 | 2025-07-23T00:45:34.858Z | Downloaded smf v0.2.3 |
1105 | 2025-07-23T00:45:34.858Z | Downloaded slog-scope v4.4.0 |
1106 | 2025-07-23T00:45:34.859Z | Downloaded slog-json v2.6.1 |
1107 | 2025-07-23T00:45:34.859Z | Downloaded scrypt v0.11.0 |
1108 | 2025-07-23T00:45:34.859Z | Downloaded samael v0.0.19 |
1109 | 2025-07-23T00:45:34.884Z | Downloaded rfc6979 v0.4.0 |
1110 | 2025-07-23T00:45:34.885Z | Downloaded resolv-conf v0.7.0 |
1111 | 2025-07-23T00:45:34.885Z | Downloaded progenitor-macro v0.9.1 |
1112 | 2025-07-23T00:45:34.885Z | Downloaded progenitor-macro v0.8.0 |
1113 | 2025-07-23T00:45:34.885Z | Downloaded progenitor-client v0.10.0 |
1114 | 2025-07-23T00:45:34.885Z | Downloaded memoffset v0.9.1 |
1115 | 2025-07-23T00:45:34.885Z | Downloaded memmap2 v0.9.5 |
1116 | 2025-07-23T00:45:34.885Z | Downloaded managed v0.8.0 |
1117 | 2025-07-23T00:45:34.885Z | Downloaded lzss v0.8.2 |
1118 | 2025-07-23T00:45:34.885Z | Downloaded lock_api v0.4.12 |
1119 | 2025-07-23T00:45:34.885Z | Downloaded libz-rs-sys v0.5.1 |
1120 | 2025-07-23T00:45:34.885Z | Downloaded ipnetwork v0.21.1 |
1121 | 2025-07-23T00:45:34.885Z | Downloaded hyper-tls v0.6.0 |
1122 | 2025-07-23T00:45:34.885Z | Downloaded scheduled-thread-pool v0.2.7 |
1123 | 2025-07-23T00:45:34.885Z | Downloaded salsa20 v0.10.2 |
1124 | 2025-07-23T00:45:34.885Z | Downloaded rustls-pki-types v1.10.0 |
1125 | 2025-07-23T00:45:34.885Z | Downloaded rustls-pemfile v2.2.0 |
1126 | 2025-07-23T00:45:34.885Z | Downloaded progenitor-client v0.9.1 |
1127 | 2025-07-23T00:45:34.912Z | Downloaded md-5 v0.10.6 |
1128 | 2025-07-23T00:45:34.912Z | Downloaded maplit v1.0.2 |
1129 | 2025-07-23T00:45:34.912Z | Downloaded lru v0.12.5 |
1130 | 2025-07-23T00:45:34.912Z | Downloaded linked-hash-map v0.5.6 |
1131 | 2025-07-23T00:45:34.912Z | Downloaded libscf-sys v1.1.0 |
1132 | 2025-07-23T00:45:34.912Z | Downloaded keccak v0.1.5 |
1133 | 2025-07-23T00:45:34.912Z | Downloaded jiff-static v0.2.15 |
1134 | 2025-07-23T00:45:34.912Z | Downloaded rusty-fork v0.3.0 |
1135 | 2025-07-23T00:45:34.914Z | Downloaded mime v0.3.17 |
1136 | 2025-07-23T00:45:34.914Z | Downloaded md5 v0.7.0 |
1137 | 2025-07-23T00:45:34.914Z | Downloaded match_cfg v0.1.0 |
1138 | 2025-07-23T00:45:34.914Z | Downloaded lru-cache v0.1.2 |
1139 | 2025-07-23T00:45:34.914Z | Downloaded lockfree-object-pool v0.1.6 |
1140 | 2025-07-23T00:45:34.914Z | Downloaded libsw-core v0.3.1 |
1141 | 2025-07-23T00:45:34.914Z | Downloaded libefi-sys v0.1.0 |
1142 | 2025-07-23T00:45:34.943Z | Downloaded lazycell v1.3.0 |
1143 | 2025-07-23T00:45:34.943Z | Downloaded is-terminal v0.4.13 |
1144 | 2025-07-23T00:45:34.943Z | Downloaded chrono v0.4.41 |
1145 | 2025-07-23T00:45:34.943Z | Downloaded blake3 v1.5.4 |
1146 | 2025-07-23T00:45:34.943Z | Downloaded bitvec v1.0.1 |
1147 | 2025-07-23T00:45:34.968Z | Downloaded bindgen v0.71.1 |
1148 | 2025-07-23T00:45:34.968Z | Downloaded rustversion v1.0.17 |
1149 | 2025-07-23T00:45:34.968Z | Downloaded ref-cast-impl v1.0.24 |
1150 | 2025-07-23T00:45:34.968Z | Downloaded litrs v0.4.1 |
1151 | 2025-07-23T00:45:34.968Z | Downloaded lazy_static v1.5.0 |
1152 | 2025-07-23T00:45:34.993Z | Downloaded lalrpop-util v0.19.12 |
1153 | 2025-07-23T00:45:34.993Z | Downloaded is_ci v1.2.0 |
1154 | 2025-07-23T00:45:34.993Z | Downloaded hickory-resolver v0.25.2 |
1155 | 2025-07-23T00:45:34.993Z | Downloaded crossterm v0.28.1 |
1156 | 2025-07-23T00:45:34.993Z | Downloaded hkdf v0.12.4 |
1157 | 2025-07-23T00:45:34.994Z | Downloaded proc-macro-error2 v2.0.1 |
1158 | 2025-07-23T00:45:34.994Z | Downloaded half v2.4.1 |
1159 | 2025-07-23T00:45:35.019Z | Downloaded crossbeam-channel v0.5.15 |
1160 | 2025-07-23T00:45:35.020Z | Downloaded bumpalo v3.16.0 |
1161 | 2025-07-23T00:45:35.020Z | Downloaded thiserror-no-std v2.0.2 |
1162 | 2025-07-23T00:45:35.020Z | Downloaded progenitor v0.8.0 |
1163 | 2025-07-23T00:45:35.020Z | Downloaded iddqd v0.3.9 |
1164 | 2025-07-23T00:45:35.020Z | Downloaded crc-any v2.5.0 |
1165 | 2025-07-23T00:45:35.045Z | Downloaded const_format v0.2.34 |
1166 | 2025-07-23T00:45:35.045Z | Downloaded compact_str v0.8.0 |
1167 | 2025-07-23T00:45:35.045Z | Downloaded ingot v0.1.1 |
1168 | 2025-07-23T00:45:35.045Z | Downloaded indexmap v1.9.3 |
1169 | 2025-07-23T00:45:35.045Z | Downloaded indent_write v2.2.0 |
1170 | 2025-07-23T00:45:35.045Z | Downloaded hyper-staticfile v0.10.1 |
1171 | 2025-07-23T00:45:35.045Z | Downloaded httparse v1.9.5 |
1172 | 2025-07-23T00:45:35.045Z | Downloaded http-range v0.1.5 |
1173 | 2025-07-23T00:45:35.046Z | Downloaded http-body v1.0.1 |
1174 | 2025-07-23T00:45:35.072Z | Downloaded http v1.3.1 |
1175 | 2025-07-23T00:45:35.072Z | Downloaded hmac v0.12.1 |
1176 | 2025-07-23T00:45:35.072Z | Downloaded highway v1.3.0 |
1177 | 2025-07-23T00:45:35.072Z | Downloaded half v1.8.3 |
1178 | 2025-07-23T00:45:35.072Z | Downloaded crossbeam-utils v0.8.21 |
1179 | 2025-07-23T00:45:35.072Z | Downloaded crossbeam-epoch v0.9.18 |
1180 | 2025-07-23T00:45:35.072Z | Downloaded crc32fast v1.4.2 |
1181 | 2025-07-23T00:45:35.072Z | Downloaded cookie v0.18.1 |
1182 | 2025-07-23T00:45:35.072Z | Downloaded const_format_proc_macros v0.2.34 |
1183 | 2025-07-23T00:45:35.097Z | Downloaded const-oid v0.9.6 |
1184 | 2025-07-23T00:45:35.098Z | Downloaded cmake v0.1.51 |
1185 | 2025-07-23T00:45:35.098Z | Downloaded clang-sys v1.8.1 |
1186 | 2025-07-23T00:45:35.100Z | Downloaded cc v1.2.30 |
1187 | 2025-07-23T00:45:35.100Z | Downloaded blake2 v0.10.6 |
1188 | 2025-07-23T00:45:35.100Z | Downloaded instability v0.3.2 |
1189 | 2025-07-23T00:45:35.100Z | Downloaded ingot-types v0.1.2 |
1190 | 2025-07-23T00:45:35.100Z | Downloaded indoc v2.0.6 |
1191 | 2025-07-23T00:45:35.100Z | Downloaded ident_case v1.0.1 |
1192 | 2025-07-23T00:45:35.100Z | Downloaded iana-time-zone v0.1.63 |
1193 | 2025-07-23T00:45:35.126Z | Downloaded hyper v1.6.0 |
1194 | 2025-07-23T00:45:35.126Z | Downloaded crossbeam-deque v0.8.5 |
1195 | 2025-07-23T00:45:35.126Z | Downloaded critical-section v1.1.3 |
1196 | 2025-07-23T00:45:35.126Z | Downloaded crc-catalog v2.4.0 |
1197 | 2025-07-23T00:45:35.126Z | Downloaded cookie_store v0.21.1 |
1198 | 2025-07-23T00:45:35.126Z | Downloaded convert_case v0.4.0 |
1199 | 2025-07-23T00:45:35.126Z | Downloaded console v0.15.10 |
1200 | 2025-07-23T00:45:35.126Z | Downloaded chacha20poly1305 v0.10.1 |
1201 | 2025-07-23T00:45:35.126Z | Downloaded inout v0.1.3 |
1202 | 2025-07-23T00:45:35.126Z | Downloaded ingot-macros v0.1.1 |
1203 | 2025-07-23T00:45:35.126Z | Downloaded indoc v1.0.9 |
1204 | 2025-07-23T00:45:35.151Z | Downloaded hyper-rustls v0.27.7 |
1205 | 2025-07-23T00:45:35.152Z | Downloaded hubpack_derive v0.1.1 |
1206 | 2025-07-23T00:45:35.152Z | Downloaded hickory-resolver v0.24.4 |
1207 | 2025-07-23T00:45:35.152Z | Downloaded hickory-proto v0.25.2 |
1208 | 2025-07-23T00:45:35.177Z | Downloaded hickory-proto v0.24.4 |
1209 | 2025-07-23T00:45:35.177Z | Downloaded hickory-client v0.25.2 |
1210 | 2025-07-23T00:45:35.177Z | Downloaded headers-core v0.3.0 |
1211 | 2025-07-23T00:45:35.177Z | Downloaded crc8 v0.1.1 |
1212 | 2025-07-23T00:45:35.178Z | Downloaded crc v3.2.1 |
1213 | 2025-07-23T00:45:35.204Z | Downloaded constant_time_eq v0.3.1 |
1214 | 2025-07-23T00:45:35.204Z | Downloaded console v0.16.0 |
1215 | 2025-07-23T00:45:35.204Z | Downloaded cobs v0.2.3 |
1216 | 2025-07-23T00:45:35.204Z | Downloaded cassowary v0.3.0 |
1217 | 2025-07-23T00:45:35.204Z | Downloaded cancel-safe-futures v0.1.5 |
1218 | 2025-07-23T00:45:35.204Z | Downloaded bzip2 v0.5.2 |
1219 | 2025-07-23T00:45:35.204Z | Downloaded bytes v1.10.1 |
1220 | 2025-07-23T00:45:35.204Z | Downloaded bit-vec v0.6.3 |
1221 | 2025-07-23T00:45:35.204Z | Downloaded bit-set v0.5.3 |
1222 | 2025-07-23T00:45:35.204Z | Downloaded aho-corasick v1.1.3 |
1223 | 2025-07-23T00:45:35.229Z | Downloaded ciborium-io v0.2.2 |
1224 | 2025-07-23T00:45:35.229Z | Downloaded chacha20 v0.9.1 |
1225 | 2025-07-23T00:45:35.229Z | Downloaded castaway v0.2.3 |
1226 | 2025-07-23T00:45:35.229Z | Downloaded cargo-platform v0.1.8 |
1227 | 2025-07-23T00:45:35.229Z | Downloaded camino-tempfile-ext v0.3.2 |
1228 | 2025-07-23T00:45:35.229Z | Downloaded blowfish v0.9.1 |
1229 | 2025-07-23T00:45:35.229Z | Downloaded bit-set v0.8.0 |
1230 | 2025-07-23T00:45:35.229Z | Downloaded ciborium-ll v0.2.2 |
1231 | 2025-07-23T00:45:35.229Z | Downloaded ciborium v0.2.2 |
1232 | 2025-07-23T00:45:35.229Z | Downloaded cfg_aliases v0.2.1 |
1233 | 2025-07-23T00:45:35.230Z | Downloaded cfg_aliases v0.1.1 |
1234 | 2025-07-23T00:45:35.255Z | Downloaded cexpr v0.6.0 |
1235 | 2025-07-23T00:45:35.255Z | Downloaded bzip2 v0.4.4 |
1236 | 2025-07-23T00:45:35.256Z | Downloaded bitflags v1.3.2 |
1237 | 2025-07-23T00:45:35.256Z | Downloaded bitfield v0.14.0 |
1238 | 2025-07-23T00:45:35.256Z | Downloaded hex v0.4.3 |
1239 | 2025-07-23T00:45:35.256Z | Downloaded heapless v0.7.17 |
1240 | 2025-07-23T00:45:35.256Z | Downloaded cbc v0.1.2 |
1241 | 2025-07-23T00:45:35.256Z | Downloaded cargo_metadata v0.18.1 |
1242 | 2025-07-23T00:45:35.256Z | Downloaded buf-list v1.0.3 |
1243 | 2025-07-23T00:45:35.256Z | Downloaded block-padding v0.3.3 |
1244 | 2025-07-23T00:45:35.256Z | Downloaded bitfield-struct v0.6.2 |
1245 | 2025-07-23T00:45:35.283Z | Downloaded bit-vec v0.8.0 |
1246 | 2025-07-23T00:45:35.283Z | Downloaded bindgen v0.69.5 |
1247 | 2025-07-23T00:45:35.283Z | Downloaded bcrypt-pbkdf v0.10.0 |
1248 | 2025-07-23T00:45:35.283Z | Downloaded backtrace v0.3.74 |
1249 | 2025-07-23T00:45:35.283Z | Downloaded aws-lc-rs v1.12.4 |
1250 | 2025-07-23T00:45:35.308Z | Downloaded array-init v0.0.4 |
1251 | 2025-07-23T00:45:35.308Z | Downloaded arc-swap v1.7.1 |
1252 | 2025-07-23T00:45:35.308Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1253 | 2025-07-23T00:45:35.308Z | Downloaded home v0.5.9 |
1254 | 2025-07-23T00:45:35.308Z | Downloaded heck v0.3.3 |
1255 | 2025-07-23T00:45:35.308Z | Downloaded heapless v0.8.0 |
1256 | 2025-07-23T00:45:35.333Z | Downloaded bcs v0.1.6 |
1257 | 2025-07-23T00:45:35.333Z | Downloaded bb8 v0.8.5 |
1258 | 2025-07-23T00:45:35.333Z | Downloaded base64ct v1.6.0 |
1259 | 2025-07-23T00:45:35.333Z | Downloaded base64 v0.21.7 |
1260 | 2025-07-23T00:45:35.333Z | Downloaded atty v0.2.14 |
1261 | 2025-07-23T00:45:35.333Z | Downloaded atomicwrites v0.4.4 |
1262 | 2025-07-23T00:45:35.333Z | Downloaded atomic-waker v1.1.2 |
1263 | 2025-07-23T00:45:35.333Z | Downloaded async-trait v0.1.88 |
1264 | 2025-07-23T00:45:35.333Z | Downloaded async-recursion v1.1.1 |
1265 | 2025-07-23T00:45:35.333Z | Downloaded async-bb8-diesel v0.2.1 |
1266 | 2025-07-23T00:45:35.334Z | Downloaded arrayref v0.3.9 |
1267 | 2025-07-23T00:45:35.360Z | Downloaded aes-gcm v0.10.3 |
1268 | 2025-07-23T00:45:35.360Z | Downloaded crucible-workspace-hack v0.1.0 |
1269 | 2025-07-23T00:45:35.360Z | Downloaded base64 v0.13.1 |
1270 | 2025-07-23T00:45:35.360Z | Downloaded backoff v0.4.0 |
1271 | 2025-07-23T00:45:35.360Z | Downloaded async-stream-impl v0.3.6 |
1272 | 2025-07-23T00:45:35.360Z | Downloaded argon2 v0.5.3 |
1273 | 2025-07-23T00:45:35.360Z | Downloaded allocator-api2 v0.2.21 |
1274 | 2025-07-23T00:45:35.360Z | Downloaded aes v0.8.4 |
1275 | 2025-07-23T00:45:35.360Z | Downloaded adler2 v2.0.0 |
1276 | 2025-07-23T00:45:35.360Z | Downloaded linear-map v1.2.0 |
1277 | 2025-07-23T00:45:35.361Z | Downloaded libsw v3.5.0 |
1278 | 2025-07-23T00:45:35.361Z | Downloaded libloading v0.8.5 |
1279 | 2025-07-23T00:45:35.387Z | Downloaded hostname v0.4.0 |
1280 | 2025-07-23T00:45:35.387Z | Downloaded hostname v0.3.1 |
1281 | 2025-07-23T00:45:35.387Z | Downloaded hex-literal v0.4.1 |
1282 | 2025-07-23T00:45:35.387Z | Downloaded base16ct v0.2.0 |
1283 | 2025-07-23T00:45:35.387Z | Downloaded async-stream v0.3.6 |
1284 | 2025-07-23T00:45:35.387Z | Downloaded assert_matches v1.5.0 |
1285 | 2025-07-23T00:45:35.387Z | Downloaded arrayvec v0.7.6 |
1286 | 2025-07-23T00:45:35.387Z | Downloaded ahash v0.8.11 |
1287 | 2025-07-23T00:45:35.387Z | Downloaded aead v0.5.2 |
1288 | 2025-07-23T00:45:35.535Z | Compiling value-bag v1.9.0 |
1289 | 2025-07-23T00:45:35.535Z | Compiling shlex v1.3.0 |
1290 | 2025-07-23T00:45:35.535Z | Compiling lock_api v0.4.12 |
1291 | 2025-07-23T00:45:35.535Z | Compiling scopeguard v1.2.0 |
1292 | 2025-07-23T00:45:35.562Z | Compiling typenum v1.17.0 |
1293 | 2025-07-23T00:45:35.562Z | Compiling generic-array v0.14.7 |
1294 | 2025-07-23T00:45:35.562Z | Compiling syn v2.0.104 |
1295 | 2025-07-23T00:45:35.587Z | Compiling getrandom v0.2.15 |
1296 | 2025-07-23T00:45:35.858Z | Compiling jobserver v0.1.32 |
1297 | 2025-07-23T00:45:35.918Z | Compiling smallvec v1.15.0 |
1298 | 2025-07-23T00:45:36.001Z | Compiling log v0.4.27 |
1299 | 2025-07-23T00:45:36.077Z | Compiling rand_core v0.6.4 |
1300 | 2025-07-23T00:45:36.180Z | Compiling portable-atomic v1.11.0 |
1301 | 2025-07-23T00:45:36.295Z | Compiling cc v1.2.30 |
1302 | 2025-07-23T00:45:36.453Z | Compiling subtle v2.6.1 |
1303 | 2025-07-23T00:45:36.557Z | Compiling critical-section v1.1.3 |
1304 | 2025-07-23T00:45:36.582Z | Compiling const-oid v0.9.6 |
1305 | 2025-07-23T00:45:36.677Z | Compiling pkg-config v0.3.31 |
1306 | 2025-07-23T00:45:36.741Z | Compiling parking_lot_core v0.9.10 |
1307 | 2025-07-23T00:45:36.783Z | Compiling pin-project-lite v0.2.14 |
1308 | 2025-07-23T00:45:36.945Z | Compiling rustix v0.38.37 |
1309 | 2025-07-23T00:45:37.565Z | Compiling signal-hook-registry v1.4.2 |
1310 | 2025-07-23T00:45:38.046Z | Compiling parking_lot v0.12.3 |
1311 | 2025-07-23T00:45:38.071Z | Compiling mio v1.0.2 |
1312 | 2025-07-23T00:45:38.132Z | Compiling futures-core v0.3.31 |
1313 | 2025-07-23T00:45:38.503Z | Compiling once_cell v1.21.3 |
1314 | 2025-07-23T00:45:38.542Z | Compiling spin v0.9.8 |
1315 | 2025-07-23T00:45:38.589Z | Compiling socket2 v0.5.10 |
1316 | 2025-07-23T00:45:38.643Z | Compiling slab v0.4.9 |
1317 | 2025-07-23T00:45:38.884Z | Compiling aho-corasick v1.1.3 |
1318 | 2025-07-23T00:45:38.923Z | Compiling libm v0.2.8 |
1319 | 2025-07-23T00:45:38.968Z | Compiling regex-syntax v0.8.5 |
1320 | 2025-07-23T00:45:39.003Z | Compiling cpufeatures v0.2.14 |
1321 | 2025-07-23T00:45:39.117Z | Compiling serde_json v1.0.140 |
1322 | 2025-07-23T00:45:39.265Z | Compiling num-traits v0.2.19 |
1323 | 2025-07-23T00:45:39.342Z | Compiling glob v0.3.2 |
1324 | 2025-07-23T00:45:39.430Z | Compiling either v1.15.0 |
1325 | 2025-07-23T00:45:39.483Z | Compiling futures-sink v0.3.31 |
1326 | 2025-07-23T00:45:39.550Z | Compiling percent-encoding v2.3.1 |
1327 | 2025-07-23T00:45:39.654Z | Compiling getrandom v0.3.1 |
1328 | 2025-07-23T00:45:40.100Z | Compiling clang-sys v1.8.1 |
1329 | 2025-07-23T00:45:40.201Z | Compiling prettyplease v0.2.35 |
1330 | 2025-07-23T00:45:40.226Z | Compiling lazy_static v1.5.0 |
1331 | 2025-07-23T00:45:40.405Z | Compiling minimal-lexical v0.2.1 |
1332 | 2025-07-23T00:45:40.634Z | Compiling allocator-api2 v0.2.21 |
1333 | 2025-07-23T00:45:40.817Z | Compiling foldhash v0.1.5 |
1334 | 2025-07-23T00:45:40.847Z | Compiling libloading v0.8.5 |
1335 | 2025-07-23T00:45:40.955Z | Compiling nom v7.1.3 |
1336 | 2025-07-23T00:45:41.295Z | Compiling hashbrown v0.15.4 |
1337 | 2025-07-23T00:45:41.320Z | Compiling bindgen v0.69.5 |
1338 | 2025-07-23T00:45:41.350Z | Compiling home v0.5.9 |
1339 | 2025-07-23T00:45:41.591Z | Compiling base64ct v1.6.0 |
1340 | 2025-07-23T00:45:42.100Z | Compiling pem-rfc7468 v0.7.0 |
1341 | 2025-07-23T00:45:42.145Z | Compiling regex-automata v0.4.8 |
1342 | 2025-07-23T00:45:42.372Z | Compiling synstructure v0.13.1 |
1343 | 2025-07-23T00:45:42.762Z | Compiling itertools v0.12.1 |
1344 | 2025-07-23T00:45:43.573Z | Compiling cexpr v0.6.0 |
1345 | 2025-07-23T00:45:43.720Z | Compiling futures-channel v0.3.31 |
1346 | 2025-07-23T00:45:44.015Z | Compiling pin-utils v0.1.0 |
1347 | 2025-07-23T00:45:44.079Z | Compiling futures-io v0.3.31 |
1348 | 2025-07-23T00:45:44.130Z | Compiling lazycell v1.3.0 |
1349 | 2025-07-23T00:45:44.305Z | Compiling flagset v0.4.6 |
1350 | 2025-07-23T00:45:44.336Z | Compiling futures-task v0.3.31 |
1351 | 2025-07-23T00:45:44.521Z | Compiling rustc-hash v1.1.0 |
1352 | 2025-07-23T00:45:44.619Z | Compiling cmake v0.1.51 |
1353 | 2025-07-23T00:45:44.683Z | Compiling fs_extra v1.3.0 |
1354 | 2025-07-23T00:45:44.905Z | Compiling zerocopy v0.8.26 |
1355 | 2025-07-23T00:45:45.049Z | Compiling dunce v1.0.5 |
1356 | 2025-07-23T00:45:45.152Z | Compiling form_urlencoded v1.2.1 |
1357 | 2025-07-23T00:45:45.177Z | Compiling paste v1.0.15 |
1358 | 2025-07-23T00:45:45.202Z | Compiling vcpkg v0.2.15 |
1359 | 2025-07-23T00:45:45.373Z | Compiling ring v0.17.14 |
1360 | 2025-07-23T00:45:45.465Z | Compiling tracing-core v0.1.32 |
1361 | 2025-07-23T00:45:45.724Z | Compiling aws-lc-rs v1.12.4 |
1362 | 2025-07-23T00:45:46.113Z | Compiling iana-time-zone v0.1.63 |
1363 | 2025-07-23T00:45:46.487Z | Compiling rustversion v1.0.17 |
1364 | 2025-07-23T00:45:46.577Z | Compiling httparse v1.9.5 |
1365 | 2025-07-23T00:45:46.605Z | Compiling serde_derive v1.0.219 |
1366 | 2025-07-23T00:45:46.629Z | Compiling zeroize_derive v1.4.2 |
1367 | 2025-07-23T00:45:46.736Z | Compiling zerofrom-derive v0.1.4 |
1368 | 2025-07-23T00:45:47.072Z | Compiling yoke-derive v0.7.4 |
1369 | 2025-07-23T00:45:47.198Z | Compiling zerovec-derive v0.10.3 |
1370 | 2025-07-23T00:45:47.877Z | Compiling zeroize v1.8.1 |
1371 | 2025-07-23T00:45:49.368Z | Compiling displaydoc v0.2.5 |
1372 | 2025-07-23T00:45:49.441Z | Compiling crypto-common v0.1.6 |
1373 | 2025-07-23T00:45:49.493Z | Compiling block-buffer v0.10.4 |
1374 | 2025-07-23T00:45:49.706Z | Compiling zerocopy-derive v0.7.35 |
1375 | 2025-07-23T00:45:49.802Z | Compiling digest v0.10.7 |
1376 | 2025-07-23T00:45:49.827Z | Compiling zerofrom v0.1.4 |
1377 | 2025-07-23T00:45:50.074Z | Compiling yoke v0.7.4 |
1378 | 2025-07-23T00:45:50.314Z | Compiling tokio-macros v2.5.0 |
1379 | 2025-07-23T00:45:50.447Z | Compiling zerovec v0.10.4 |
1380 | 2025-07-23T00:45:50.855Z | Compiling hmac v0.12.1 |
1381 | 2025-07-23T00:45:50.916Z | Compiling icu_provider_macros v1.5.0 |
1382 | 2025-07-23T00:45:51.138Z | Compiling block-padding v0.3.3 |
1383 | 2025-07-23T00:45:51.362Z | Compiling sha2 v0.10.9 |
1384 | 2025-07-23T00:45:51.435Z | Compiling inout v0.1.3 |
1385 | 2025-07-23T00:45:51.564Z | Compiling zerocopy v0.7.35 |
1386 | 2025-07-23T00:45:51.604Z | Compiling regex v1.11.1 |
1387 | 2025-07-23T00:45:51.678Z | Compiling futures-macro v0.3.31 |
1388 | 2025-07-23T00:45:51.745Z | Compiling cipher v0.4.4 |
1389 | 2025-07-23T00:45:51.924Z | Compiling der_derive v0.7.3 |
1390 | 2025-07-23T00:45:52.265Z | Compiling tinystr v0.7.6 |
1391 | 2025-07-23T00:45:52.608Z | Compiling icu_collections v1.5.0 |
1392 | 2025-07-23T00:45:52.633Z | Compiling thiserror-impl v1.0.69 |
1393 | 2025-07-23T00:45:52.749Z | Compiling icu_locid v1.5.0 |
1394 | 2025-07-23T00:45:52.961Z | Compiling ppv-lite86 v0.2.20 |
1395 | 2025-07-23T00:45:53.238Z | Compiling serde v1.0.219 |
1396 | 2025-07-23T00:45:53.403Z | Compiling futures-util v0.3.31 |
1397 | 2025-07-23T00:45:53.702Z | Compiling salsa20 v0.10.2 |
1398 | 2025-07-23T00:45:53.789Z | Compiling pbkdf2 v0.12.2 |
1399 | 2025-07-23T00:45:53.954Z | Compiling icu_provider v1.5.0 |
1400 | 2025-07-23T00:45:53.979Z | Compiling zerocopy-derive v0.8.26 |
1401 | 2025-07-23T00:45:54.071Z | Compiling der v0.7.9 |
1402 | 2025-07-23T00:45:54.120Z | Compiling scrypt v0.11.0 |
1403 | 2025-07-23T00:45:54.614Z | Compiling icu_locid_transform v1.5.0 |
1404 | 2025-07-23T00:45:54.647Z | Compiling aes v0.8.4 |
1405 | 2025-07-23T00:45:54.870Z | Compiling cbc v0.1.2 |
1406 | 2025-07-23T00:45:55.146Z | Compiling openssl-sys v0.9.109 |
1407 | 2025-07-23T00:45:55.237Z | Compiling thiserror v1.0.69 |
1408 | 2025-07-23T00:45:55.398Z | Compiling pest v2.7.14 |
1409 | 2025-07-23T00:45:56.115Z | Compiling icu_properties v1.5.1 |
1410 | 2025-07-23T00:45:56.780Z | Compiling spki v0.7.3 |
1411 | 2025-07-23T00:45:56.979Z | Compiling tracing-attributes v0.1.27 |
1412 | 2025-07-23T00:45:57.004Z | Compiling scroll_derive v0.12.0 |
1413 | 2025-07-23T00:45:57.153Z | Compiling pkcs5 v0.7.1 |
1414 | 2025-07-23T00:45:58.103Z | Compiling bitflags v2.9.1 |
1415 | 2025-07-23T00:45:58.204Z | Compiling bytes v1.10.1 |
1416 | 2025-07-23T00:45:58.263Z | Compiling semver v1.0.26 |
1417 | 2025-07-23T00:45:58.593Z | Compiling indexmap v2.10.0 |
1418 | 2025-07-23T00:45:58.921Z | Compiling rustc_version v0.4.1 |
1419 | 2025-07-23T00:45:59.572Z | Compiling tokio v1.45.1 |
1420 | 2025-07-23T00:45:59.608Z | Compiling icu_normalizer v1.5.0 |
1421 | 2025-07-23T00:45:59.939Z | Compiling http v1.3.1 |
1422 | 2025-07-23T00:45:59.979Z | Compiling uuid v1.17.0 |
1423 | 2025-07-23T00:46:00.113Z | Compiling tracing v0.1.40 |
1424 | 2025-07-23T00:46:00.344Z | Compiling chrono v0.4.41 |
1425 | 2025-07-23T00:46:00.714Z | Compiling idna_adapter v1.2.0 |
1426 | 2025-07-23T00:46:00.924Z | Compiling idna v1.0.3 |
1427 | 2025-07-23T00:46:00.970Z | Compiling pkcs8 v0.10.2 |
1428 | 2025-07-23T00:46:01.309Z | Compiling pest_meta v2.7.14 |
1429 | 2025-07-23T00:46:01.349Z | Compiling http-body v1.0.1 |
1430 | 2025-07-23T00:46:01.616Z | Compiling url v2.5.4 |
1431 | 2025-07-23T00:46:01.641Z | Compiling tinyvec_macros v0.1.1 |
1432 | 2025-07-23T00:46:01.762Z | Compiling rustls-pki-types v1.10.0 |
1433 | 2025-07-23T00:46:01.988Z | Compiling which v4.4.2 |
1434 | 2025-07-23T00:46:02.319Z | Compiling base64 v0.22.1 |
1435 | 2025-07-23T00:46:02.707Z | Compiling pest_generator v2.7.14 |
1436 | 2025-07-23T00:46:02.872Z | Compiling tinyvec v1.8.0 |
1437 | 2025-07-23T00:46:03.000Z | Compiling rand_core v0.9.2 |
1438 | 2025-07-23T00:46:03.266Z | Compiling scroll v0.12.0 |
1439 | 2025-07-23T00:46:03.508Z | Compiling serde_derive_internals v0.29.1 |
1440 | 2025-07-23T00:46:03.533Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1441 | 2025-07-23T00:46:03.764Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1442 | 2025-07-23T00:46:04.216Z | Compiling try-lock v0.2.5 |
1443 | 2025-07-23T00:46:04.241Z | Compiling powerfmt v0.2.0 |
1444 | 2025-07-23T00:46:04.266Z | Compiling time-core v0.1.2 |
1445 | 2025-07-23T00:46:04.291Z | Compiling atomic-waker v1.1.2 |
1446 | 2025-07-23T00:46:04.417Z | Compiling schemars v0.8.22 |
1447 | 2025-07-23T00:46:04.471Z | Compiling untrusted v0.7.1 |
1448 | 2025-07-23T00:46:04.501Z | Compiling openssl-probe v0.1.5 |
1449 | 2025-07-23T00:46:04.653Z | Compiling tower-service v0.3.3 |
1450 | 2025-07-23T00:46:04.691Z | Compiling num-conv v0.1.0 |
1451 | 2025-07-23T00:46:04.760Z | Compiling untrusted v0.9.0 |
1452 | 2025-07-23T00:46:04.829Z | Compiling adler2 v2.0.0 |
1453 | 2025-07-23T00:46:04.854Z | Compiling foreign-types-shared v0.1.1 |
1454 | 2025-07-23T00:46:04.970Z | Compiling openssl v0.10.73 |
1455 | 2025-07-23T00:46:04.995Z | Compiling time-macros v0.2.18 |
1456 | 2025-07-23T00:46:05.021Z | Compiling miniz_oxide v0.8.5 |
1457 | 2025-07-23T00:46:05.071Z | Compiling foreign-types v0.3.2 |
1458 | 2025-07-23T00:46:05.316Z | Compiling pest_derive v2.7.14 |
1459 | 2025-07-23T00:46:05.451Z | Compiling deranged v0.3.11 |
1460 | 2025-07-23T00:46:05.556Z | Compiling schemars_derive v0.8.22 |
1461 | 2025-07-23T00:46:06.105Z | Compiling goblin v0.8.2 |
1462 | 2025-07-23T00:46:06.386Z | Compiling want v0.3.1 |
1463 | 2025-07-23T00:46:08.167Z | Compiling tokio-util v0.7.15 |
1464 | 2025-07-23T00:46:08.726Z | Compiling rand_chacha v0.9.0 |
1465 | 2025-07-23T00:46:08.984Z | Compiling ipnet v2.11.0 |
1466 | 2025-07-23T00:46:09.645Z | Compiling h2 v0.4.6 |
1467 | 2025-07-23T00:46:10.154Z | Compiling openssl-macros v0.1.1 |
1468 | 2025-07-23T00:46:10.689Z | Compiling rustls v0.23.19 |
1469 | 2025-07-23T00:46:10.714Z | Compiling native-tls v0.2.12 |
1470 | 2025-07-23T00:46:10.950Z | Compiling syn v1.0.109 |
1471 | 2025-07-23T00:46:10.989Z | Compiling dyn-clone v1.0.19 |
1472 | 2025-07-23T00:46:11.075Z | Compiling num_threads v0.1.7 |
1473 | 2025-07-23T00:46:11.246Z | Compiling httpdate v1.0.3 |
1474 | 2025-07-23T00:46:11.271Z | Compiling crossbeam-utils v0.8.21 |
1475 | 2025-07-23T00:46:11.597Z | Compiling dof v0.3.0 |
1476 | 2025-07-23T00:46:11.669Z | Compiling time v0.3.36 |
1477 | 2025-07-23T00:46:13.278Z | Compiling rand v0.9.1 |
1478 | 2025-07-23T00:46:14.592Z | Compiling dtrace-parser v0.2.0 |
1479 | 2025-07-23T00:46:14.942Z | Compiling unicode-normalization v0.1.24 |
1480 | 2025-07-23T00:46:14.968Z | Compiling heapless v0.7.17 |
1481 | 2025-07-23T00:46:15.465Z | Compiling signature v2.2.0 |
1482 | 2025-07-23T00:46:15.788Z | Compiling crc32fast v1.4.2 |
1483 | 2025-07-23T00:46:15.846Z | Compiling cookie v0.18.1 |
1484 | 2025-07-23T00:46:15.902Z | Compiling unicode-properties v0.1.3 |
1485 | 2025-07-23T00:46:16.142Z | Compiling slog v2.7.0 |
1486 | 2025-07-23T00:46:16.166Z | Compiling siphasher v0.3.11 |
1487 | 2025-07-23T00:46:16.288Z | Compiling unicode-bidi v0.3.17 |
1488 | 2025-07-23T00:46:16.345Z | Compiling hyper v1.6.0 |
1489 | 2025-07-23T00:46:16.554Z | Compiling signal-hook v0.3.17 |
1490 | 2025-07-23T00:46:16.630Z | Compiling zlib-rs v0.5.1 |
1491 | 2025-07-23T00:46:16.841Z | Compiling zstd-safe v7.2.3 |
1492 | 2025-07-23T00:46:17.167Z | Compiling stringprep v0.1.5 |
1493 | 2025-07-23T00:46:17.586Z | Compiling phf_shared v0.11.2 |
1494 | 2025-07-23T00:46:18.220Z | Compiling usdt-impl v0.5.0 |
1495 | 2025-07-23T00:46:18.649Z | Compiling hyper-util v0.1.14 |
1496 | 2025-07-23T00:46:19.449Z | Compiling curve25519-dalek v4.1.3 |
1497 | 2025-07-23T00:46:19.515Z | Compiling toml_datetime v0.6.11 |
1498 | 2025-07-23T00:46:19.771Z | Compiling serde_spanned v0.6.9 |
1499 | 2025-07-23T00:46:19.891Z | Compiling serde_tokenstream v0.2.2 |
1500 | 2025-07-23T00:46:20.048Z | Compiling rand_chacha v0.3.1 |
1501 | 2025-07-23T00:46:20.075Z | Compiling md-5 v0.10.6 |
1502 | 2025-07-23T00:46:20.099Z | Compiling num-integer v0.1.46 |
1503 | 2025-07-23T00:46:20.377Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-07-23T00:46:20.474Z | Compiling hash32 v0.2.1 |
1505 | 2025-07-23T00:46:20.563Z | Compiling ff v0.13.0 |
1506 | 2025-07-23T00:46:20.810Z | Compiling memoffset v0.9.1 |
1507 | 2025-07-23T00:46:20.835Z | Compiling smoltcp v0.9.1 |
1508 | 2025-07-23T00:46:20.885Z | Compiling cfg_aliases v0.2.1 |
1509 | 2025-07-23T00:46:21.006Z | Compiling base16ct v0.2.0 |
1510 | 2025-07-23T00:46:21.123Z | Compiling tower-layer v0.3.3 |
1511 | 2025-07-23T00:46:21.344Z | Compiling gimli v0.31.1 |
1512 | 2025-07-23T00:46:21.418Z | Compiling psl-types v2.0.11 |
1513 | 2025-07-23T00:46:21.446Z | Compiling fallible-iterator v0.2.0 |
1514 | 2025-07-23T00:46:21.648Z | Compiling num-bigint-dig v0.8.4 |
1515 | 2025-07-23T00:46:21.961Z | Compiling litrs v0.4.1 |
1516 | 2025-07-23T00:46:21.994Z | Compiling newtype-uuid v1.2.4 |
1517 | 2025-07-23T00:46:22.073Z | Compiling postgres-protocol v0.6.8 |
1518 | 2025-07-23T00:46:22.305Z | Compiling publicsuffix v2.3.0 |
1519 | 2025-07-23T00:46:22.330Z | Compiling libz-rs-sys v0.5.1 |
1520 | 2025-07-23T00:46:22.660Z | Compiling flate2 v1.1.2 |
1521 | 2025-07-23T00:46:22.719Z | Compiling tower v0.5.2 |
1522 | 2025-07-23T00:46:22.972Z | Compiling document-features v0.2.10 |
1523 | 2025-07-23T00:46:23.183Z | Compiling sec1 v0.7.3 |
1524 | 2025-07-23T00:46:23.367Z | Compiling nix v0.29.0 |
1525 | 2025-07-23T00:46:23.536Z | Compiling group v0.13.0 |
1526 | 2025-07-23T00:46:23.705Z | Compiling num-iter v0.1.45 |
1527 | 2025-07-23T00:46:23.861Z | Compiling rand v0.8.5 |
1528 | 2025-07-23T00:46:24.048Z | Compiling tokio-native-tls v0.3.1 |
1529 | 2025-07-23T00:46:24.541Z | Compiling ipnetwork v0.21.1 |
1530 | 2025-07-23T00:46:25.032Z | Compiling addr2line v0.24.2 |
1531 | 2025-07-23T00:46:25.140Z | Compiling strum_macros v0.27.1 |
1532 | 2025-07-23T00:46:25.233Z | Compiling rustls-native-certs v0.8.1 |
1533 | 2025-07-23T00:46:25.387Z | Compiling webpki-roots v1.0.1 |
1534 | 2025-07-23T00:46:25.618Z | Compiling terminal_size v0.4.0 |
1535 | 2025-07-23T00:46:25.644Z | Compiling http-body-util v0.1.3 |
1536 | 2025-07-23T00:46:25.722Z | Compiling hkdf v0.12.4 |
1537 | 2025-07-23T00:46:25.747Z | Compiling crypto-bigint v0.5.5 |
1538 | 2025-07-23T00:46:25.784Z | Compiling curve25519-dalek-derive v0.1.1 |
1539 | 2025-07-23T00:46:25.863Z | Compiling async-trait v0.1.88 |
1540 | 2025-07-23T00:46:26.011Z | Compiling thiserror-impl v2.0.12 |
1541 | 2025-07-23T00:46:26.112Z | Compiling ahash v0.8.11 |
1542 | 2025-07-23T00:46:26.451Z | Compiling fs-err v3.1.1 |
1543 | 2025-07-23T00:46:26.752Z | Compiling object v0.36.5 |
1544 | 2025-07-23T00:46:27.029Z | Compiling buf-list v1.0.3 |
1545 | 2025-07-23T00:46:27.622Z | Compiling rustc-demangle v0.1.24 |
1546 | 2025-07-23T00:46:28.119Z | Compiling managed v0.8.0 |
1547 | 2025-07-23T00:46:28.474Z | Compiling anyhow v1.0.98 |
1548 | 2025-07-23T00:46:28.552Z | Compiling simd-adler32 v0.3.7 |
1549 | 2025-07-23T00:46:28.821Z | Compiling iri-string v0.7.8 |
1550 | 2025-07-23T00:46:29.040Z | Compiling lockfree-object-pool v0.1.6 |
1551 | 2025-07-23T00:46:29.076Z | Compiling winnow v0.5.40 |
1552 | 2025-07-23T00:46:29.322Z | Compiling bitflags v1.3.2 |
1553 | 2025-07-23T00:46:29.446Z | Compiling bumpalo v3.16.0 |
1554 | 2025-07-23T00:46:29.612Z | Compiling strum v0.27.1 |
1555 | 2025-07-23T00:46:29.713Z | Compiling hubpack_derive v0.1.1 |
1556 | 2025-07-23T00:46:29.838Z | Compiling zopfli v0.8.1 |
1557 | 2025-07-23T00:46:30.516Z | Compiling hubpack v0.1.2 |
1558 | 2025-07-23T00:46:30.938Z | Compiling clap_builder v4.5.40 |
1559 | 2025-07-23T00:46:31.339Z | Compiling thiserror v2.0.12 |
1560 | 2025-07-23T00:46:31.382Z | Compiling elliptic-curve v0.13.8 |
1561 | 2025-07-23T00:46:31.600Z | Compiling tower-http v0.6.6 |
1562 | 2025-07-23T00:46:32.183Z | Compiling toml_edit v0.19.15 |
1563 | 2025-07-23T00:46:32.426Z | Compiling hyper-tls v0.6.0 |
1564 | 2025-07-23T00:46:32.545Z | Compiling oxnet v0.1.2 |
1565 | 2025-07-23T00:46:32.845Z | Compiling signal-hook-mio v0.2.4 |
1566 | 2025-07-23T00:46:33.036Z | Compiling backtrace v0.3.74 |
1567 | 2025-07-23T00:46:33.276Z | Compiling cookie_store v0.21.1 |
1568 | 2025-07-23T00:46:33.445Z | Compiling zstd v0.13.3 |
1569 | 2025-07-23T00:46:34.148Z | Compiling postgres-types v0.2.9 |
1570 | 2025-07-23T00:46:35.010Z | Compiling usdt-attr-macro v0.5.0 |
1571 | 2025-07-23T00:46:35.423Z | Compiling usdt-macro v0.5.0 |
1572 | 2025-07-23T00:46:35.663Z | Compiling phf v0.11.2 |
1573 | 2025-07-23T00:46:35.957Z | Compiling ed25519 v2.2.3 |
1574 | 2025-07-23T00:46:36.400Z | Compiling bzip2 v0.5.2 |
1575 | 2025-07-23T00:46:36.682Z | Compiling bzip2 v0.4.4 |
1576 | 2025-07-23T00:46:36.779Z | Compiling strum_macros v0.26.4 |
1577 | 2025-07-23T00:46:37.079Z | Compiling pkcs1 v0.7.5 |
1578 | 2025-07-23T00:46:37.642Z | Compiling serde_urlencoded v0.7.1 |
1579 | 2025-07-23T00:46:37.944Z | Compiling serde-big-array v0.5.1 |
1580 | 2025-07-23T00:46:38.148Z | Compiling rfc6979 v0.4.0 |
1581 | 2025-07-23T00:46:38.198Z | Compiling bstr v1.10.0 |
1582 | 2025-07-23T00:46:38.225Z | Compiling serde_repr v0.1.19 |
1583 | 2025-07-23T00:46:38.300Z | Compiling daft-derive v0.1.4 |
1584 | 2025-07-23T00:46:38.377Z | Compiling clap_derive v4.5.40 |
1585 | 2025-07-23T00:46:38.419Z | Compiling enum-as-inner v0.6.1 |
1586 | 2025-07-23T00:46:39.224Z | Compiling float-cmp v0.10.0 |
1587 | 2025-07-23T00:46:39.305Z | Compiling encoding_rs v0.8.34 |
1588 | 2025-07-23T00:46:39.492Z | Compiling whoami v1.5.2 |
1589 | 2025-07-23T00:46:39.631Z | Compiling unicode-segmentation v1.12.0 |
1590 | 2025-07-23T00:46:39.683Z | Compiling difflib v0.4.0 |
1591 | 2025-07-23T00:46:40.043Z | Compiling static_assertions v1.1.0 |
1592 | 2025-07-23T00:46:40.190Z | Compiling predicates-core v1.0.8 |
1593 | 2025-07-23T00:46:40.465Z | Compiling precomputed-hash v0.1.1 |
1594 | 2025-07-23T00:46:40.535Z | Compiling normalize-line-endings v0.3.0 |
1595 | 2025-07-23T00:46:40.612Z | Compiling fixedbitset v0.4.2 |
1596 | 2025-07-23T00:46:40.703Z | Compiling data-encoding v2.9.0 |
1597 | 2025-07-23T00:46:40.835Z | Compiling new_debug_unreachable v1.0.6 |
1598 | 2025-07-23T00:46:40.959Z | Compiling mime v0.3.17 |
1599 | 2025-07-23T00:46:41.003Z | Compiling console v0.15.10 |
1600 | 2025-07-23T00:46:41.060Z | Compiling string_cache v0.8.9 |
1601 | 2025-07-23T00:46:41.460Z | Compiling hickory-proto v0.25.2 |
1602 | 2025-07-23T00:46:41.491Z | Compiling petgraph v0.6.5 |
1603 | 2025-07-23T00:46:42.203Z | Compiling strum v0.26.3 |
1604 | 2025-07-23T00:46:42.294Z | Compiling clap v4.5.40 |
1605 | 2025-07-23T00:46:42.339Z | Compiling toml_edit v0.22.27 |
1606 | 2025-07-23T00:46:42.424Z | Compiling predicates v3.1.3 |
1607 | 2025-07-23T00:46:42.451Z | Compiling similar v2.7.0 |
1608 | 2025-07-23T00:46:42.623Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1609 | 2025-07-23T00:46:43.825Z | Compiling tokio-postgres v0.7.13 |
1610 | 2025-07-23T00:46:44.377Z | Compiling daft v0.1.4 |
1611 | 2025-07-23T00:46:44.636Z | Compiling usdt v0.5.0 |
1612 | 2025-07-23T00:46:44.885Z | Compiling ecdsa v0.16.9 |
1613 | 2025-07-23T00:46:44.915Z | Compiling rsa v0.9.6 |
1614 | 2025-07-23T00:46:45.137Z | Compiling zip v0.6.6 |
1615 | 2025-07-23T00:46:45.695Z | Compiling zip v4.2.0 |
1616 | 2025-07-23T00:46:46.405Z | Compiling ed25519-dalek v2.1.1 |
1617 | 2025-07-23T00:46:47.675Z | Compiling toml v0.7.8 |
1618 | 2025-07-23T00:46:48.781Z | Compiling crossterm v0.28.1 |
1619 | 2025-07-23T00:46:49.482Z | Compiling crossbeam-epoch v0.9.18 |
1620 | 2025-07-23T00:46:49.703Z | Compiling tokio-stream v0.1.17 |
1621 | 2025-07-23T00:46:49.940Z | Compiling openapiv3 v2.2.0 |
1622 | 2025-07-23T00:46:49.964Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1623 | 2025-07-23T00:46:50.225Z | Compiling x509-cert v0.2.5 |
1624 | 2025-07-23T00:46:50.425Z | Compiling sha1 v0.10.6 |
1625 | 2025-07-23T00:46:50.738Z | Compiling itertools v0.13.0 |
1626 | 2025-07-23T00:46:50.863Z | Compiling itertools v0.10.5 |
1627 | 2025-07-23T00:46:51.869Z | Compiling dirs-sys-next v0.1.2 |
1628 | 2025-07-23T00:46:51.916Z | Compiling winnow v0.6.26 |
1629 | 2025-07-23T00:46:52.406Z | Compiling rustc-hash v2.1.1 |
1630 | 2025-07-23T00:46:52.431Z | Compiling lalrpop-util v0.19.12 |
1631 | 2025-07-23T00:46:52.664Z | Compiling peg-runtime v0.8.5 |
1632 | 2025-07-23T00:46:52.852Z | Compiling dirs-next v2.0.0 |
1633 | 2025-07-23T00:46:53.075Z | Compiling thread_local v1.1.8 |
1634 | 2025-07-23T00:46:53.225Z | Compiling slog-async v2.8.0 |
1635 | 2025-07-23T00:46:53.250Z | Compiling term v0.7.0 |
1636 | 2025-07-23T00:46:53.535Z | Compiling crossbeam-channel v0.5.15 |
1637 | 2025-07-23T00:46:53.559Z | Compiling xattr v1.3.1 |
1638 | 2025-07-23T00:46:53.688Z | Compiling futures-executor v0.3.31 |
1639 | 2025-07-23T00:46:53.800Z | Compiling is-terminal v0.4.13 |
1640 | 2025-07-23T00:46:53.835Z | Compiling filetime v0.2.25 |
1641 | 2025-07-23T00:46:53.963Z | Compiling take_mut v0.2.2 |
1642 | 2025-07-23T00:46:54.131Z | Compiling tar v0.4.44 |
1643 | 2025-07-23T00:46:54.159Z | Compiling futures v0.3.31 |
1644 | 2025-07-23T00:46:54.159Z | Compiling slog-term v2.9.1 |
1645 | 2025-07-23T00:46:54.212Z | Compiling camino v1.1.10 |
1646 | 2025-07-23T00:47:00.176Z | Compiling aws-lc-sys v0.26.0 |
1647 | 2025-07-23T00:47:34.009Z | Compiling rustls-webpki v0.102.8 |
1648 | 2025-07-23T00:47:39.923Z | Compiling tokio-rustls v0.26.0 |
1649 | 2025-07-23T00:47:40.247Z | Compiling hyper-rustls v0.27.7 |
1650 | 2025-07-23T00:47:40.586Z | Compiling reqwest v0.12.22 |
1651 | 2025-07-23T00:47:44.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1652 | 2025-07-23T00:47:45.031Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1653 | 2025-07-23T00:47:50.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1654 | 2025-07-23T00:47:50.546Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1655 | 2025-07-23T00:47:50.624Z | Jul 23 00:47:50.135 INFO Starting download, target: Clickhouse |
1656 | 2025-07-23T00:47:50.624Z | Jul 23 00:47:50.135 INFO Starting download, target: Cockroach |
1657 | 2025-07-23T00:47:50.624Z | Jul 23 00:47:50.135 INFO Starting download, target: Console |
1658 | 2025-07-23T00:47:50.624Z | Jul 23 00:47:50.135 INFO Starting download, target: DendriteStub |
1659 | 2025-07-23T00:47:50.624Z | Jul 23 00:47:50.135 INFO Starting download, target: MaghemiteMgd |
1660 | 2025-07-23T00:47:50.624Z | Jul 23 00:47:50.135 INFO Starting download, target: TransceiverControl |
1661 | 2025-07-23T00:47:50.649Z | Jul 23 00:47:50.137 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1662 | 2025-07-23T00:47:50.649Z | Jul 23 00:47:50.137 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1663 | 2025-07-23T00:47:50.649Z | Jul 23 00:47:50.137 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1664 | 2025-07-23T00:47:50.649Z | Jul 23 00:47:50.137 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1665 | 2025-07-23T00:47:50.650Z | Jul 23 00:47:50.138 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1666 | 2025-07-23T00:47:50.650Z | Jul 23 00:47:50.138 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1667 | 2025-07-23T00:47:51.143Z | Jul 23 00:47:50.638 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1668 | 2025-07-23T00:47:51.400Z | Jul 23 00:47:50.907 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1669 | 2025-07-23T00:47:51.715Z | Jul 23 00:47:51.223 INFO Download complete, target: Console |
1670 | 2025-07-23T00:47:51.776Z | Jul 23 00:47:51.284 INFO Download complete, target: TransceiverControl |
1671 | 2025-07-23T00:47:53.809Z | Jul 23 00:47:53.321 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1672 | 2025-07-23T00:47:54.226Z | Jul 23 00:47:53.739 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1673 | 2025-07-23T00:47:57.160Z | Jul 23 00:47:56.672 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1674 | 2025-07-23T00:47:57.161Z | Jul 23 00:47:56.672 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1675 | 2025-07-23T00:47:57.617Z | Jul 23 00:47:57.127 INFO Download complete, target: DendriteStub |
1676 | 2025-07-23T00:47:57.830Z | Jul 23 00:47:57.340 INFO Download complete, target: MaghemiteMgd |
1677 | 2025-07-23T00:48:04.495Z | Jul 23 00:48:04.007 INFO Checking that binary works, target: Cockroach |
1678 | 2025-07-23T00:48:04.713Z | Jul 23 00:48:04.226 INFO Download complete, target: Cockroach |
1679 | 2025-07-23T00:48:21.555Z | Jul 23 00:48:21.070 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1680 | 2025-07-23T00:48:32.769Z | Jul 23 00:48:32.284 INFO Checking that binary works, target: Clickhouse |
1681 | 2025-07-23T00:48:32.904Z | Jul 23 00:48:32.419 INFO Download complete, target: Clickhouse |
1682 | 2025-07-23T00:48:32.930Z | All builder prerequisites installed successfully, and PATH looks valid |
1683 | 2025-07-23T00:48:32.955Z | |
1684 | 2025-07-23T00:48:32.955Z | real 5:25.103736706 |
1685 | 2025-07-23T00:48:32.955Z | user 15:27.926261391 |
1686 | 2025-07-23T00:48:32.956Z | sys 2:35.675951727 |
1687 | 2025-07-23T00:48:32.957Z | trap 0.598865908 |
1688 | 2025-07-23T00:48:32.957Z | tflt 0.428401292 |
1689 | 2025-07-23T00:48:32.957Z | dflt 1.231595262 |
1690 | 2025-07-23T00:48:32.957Z | kflt 0.009313455 |
1691 | 2025-07-23T00:48:32.957Z | lock 44:42.631195472 |
1692 | 2025-07-23T00:48:32.957Z | slp 56:55.416099864 |
1693 | 2025-07-23T00:48:32.957Z | lat 1:15.655597816 |
1694 | 2025-07-23T00:48:32.957Z | stop 2:47.685614521 |
1695 | 2025-07-23T00:48:32.957Z | + banner hack-check |
1696 | 2025-07-23T00:48:32.957Z | |
1697 | 2025-07-23T00:48:32.957Z | # # ## #### # # #### # # ###### #### # # |
1698 | 2025-07-23T00:48:32.957Z | # # # # # # # # # # # # # # # # # |
1699 | 2025-07-23T00:48:32.957Z | ###### # # # #### ##### # ###### ##### # #### |
1700 | 2025-07-23T00:48:32.957Z | # # ###### # # # # # # # # # # |
1701 | 2025-07-23T00:48:32.958Z | # # # # # # # # # # # # # # # # # |
1702 | 2025-07-23T00:48:32.958Z | # # # # #### # # #### # # ###### #### # # |
1703 | 2025-07-23T00:48:32.958Z | |
1704 | 2025-07-23T00:48:32.958Z | + export CARGO_INCREMENTAL=0 |
1705 | 2025-07-23T00:48:32.958Z | + CARGO_INCREMENTAL=0 |
1706 | 2025-07-23T00:48:32.958Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1707 | 2025-07-23T00:48:33.846Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1708 | 2025-07-23T00:48:34.127Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1709 | 2025-07-23T00:48:38.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
1710 | 2025-07-23T00:48:38.159Z | Running `target/debug/xtask check-features --ci` |
1711 | 2025-07-23T00:48:38.201Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1712 | 2025-07-23T00:48:38.202Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1713 | 2025-07-23T00:48:39.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1714 | 2025-07-23T00:48:39.168Z | Running `target/debug/xtask download cargo-hack` |
1715 | 2025-07-23T00:48:40.493Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1716 | 2025-07-23T00:48:40.864Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1717 | 2025-07-23T00:48:45.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
1718 | 2025-07-23T00:48:45.382Z | Running `target/debug/xtask-downloader cargo-hack` |
1719 | 2025-07-23T00:48:45.439Z | Jul 23 00:48:44.955 INFO Starting download, target: CargoHack |
1720 | 2025-07-23T00:48:45.463Z | Jul 23 00:48:44.956 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1721 | 2025-07-23T00:48:45.843Z | Jul 23 00:48:45.359 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1722 | 2025-07-23T00:48:45.929Z | Jul 23 00:48:45.445 INFO Download complete, target: CargoHack |
1723 | 2025-07-23T00:48:45.953Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1724 | 2025-07-23T00:48:45.978Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1725 | 2025-07-23T00:48:46.216Z | info: running `cargo check --bins` on api_identity (1/221) |
1726 | 2025-07-23T00:48:47.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-07-23T00:48:47.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-07-23T00:48:47.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-07-23T00:48:47.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1730 | 2025-07-23T00:48:47.155Z | |
1731 | 2025-07-23T00:48:47.155Z | info: running `cargo check --bins` on bootstore (2/221) |
1732 | 2025-07-23T00:48:48.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-07-23T00:48:48.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-07-23T00:48:48.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-07-23T00:48:48.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1736 | 2025-07-23T00:48:48.155Z | |
1737 | 2025-07-23T00:48:48.155Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
1738 | 2025-07-23T00:48:49.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-07-23T00:48:49.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-07-23T00:48:49.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-07-23T00:48:49.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
1742 | 2025-07-23T00:48:49.166Z | |
1743 | 2025-07-23T00:48:49.166Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
1744 | 2025-07-23T00:48:50.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-07-23T00:48:50.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-07-23T00:48:50.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-07-23T00:48:50.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1748 | 2025-07-23T00:48:50.121Z | |
1749 | 2025-07-23T00:48:50.121Z | info: running `cargo check --bins` on id-map (5/221) |
1750 | 2025-07-23T00:48:50.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-07-23T00:48:50.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-07-23T00:48:50.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-07-23T00:48:50.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1754 | 2025-07-23T00:48:51.067Z | |
1755 | 2025-07-23T00:48:51.067Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
1756 | 2025-07-23T00:48:51.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-07-23T00:48:51.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-07-23T00:48:51.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-07-23T00:48:51.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1760 | 2025-07-23T00:48:51.792Z | |
1761 | 2025-07-23T00:48:51.792Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
1762 | 2025-07-23T00:48:52.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-07-23T00:48:52.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-07-23T00:48:52.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-07-23T00:48:52.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1766 | 2025-07-23T00:48:52.537Z | |
1767 | 2025-07-23T00:48:52.537Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
1768 | 2025-07-23T00:48:53.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-07-23T00:48:53.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-07-23T00:48:53.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-07-23T00:48:53.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1772 | 2025-07-23T00:48:53.248Z | |
1773 | 2025-07-23T00:48:53.248Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
1774 | 2025-07-23T00:48:53.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-07-23T00:48:53.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-07-23T00:48:53.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-07-23T00:48:53.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1778 | 2025-07-23T00:48:53.994Z | |
1779 | 2025-07-23T00:48:53.994Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
1780 | 2025-07-23T00:48:54.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-07-23T00:48:54.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-07-23T00:48:54.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-07-23T00:48:54.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1784 | 2025-07-23T00:48:54.776Z | |
1785 | 2025-07-23T00:48:54.777Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
1786 | 2025-07-23T00:48:55.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-07-23T00:48:55.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-07-23T00:48:55.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-07-23T00:48:55.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1790 | 2025-07-23T00:48:55.501Z | |
1791 | 2025-07-23T00:48:55.501Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
1792 | 2025-07-23T00:48:56.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-07-23T00:48:56.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-07-23T00:48:56.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-07-23T00:48:56.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1796 | 2025-07-23T00:48:56.223Z | |
1797 | 2025-07-23T00:48:56.223Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
1798 | 2025-07-23T00:48:56.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-07-23T00:48:56.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-07-23T00:48:56.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-07-23T00:48:56.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1802 | 2025-07-23T00:48:56.918Z | |
1803 | 2025-07-23T00:48:56.918Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
1804 | 2025-07-23T00:48:57.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-07-23T00:48:57.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-07-23T00:48:57.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-07-23T00:48:57.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1808 | 2025-07-23T00:48:57.655Z | |
1809 | 2025-07-23T00:48:57.655Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
1810 | 2025-07-23T00:48:58.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-07-23T00:48:58.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-07-23T00:48:58.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-07-23T00:48:58.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1814 | 2025-07-23T00:48:58.395Z | |
1815 | 2025-07-23T00:48:58.395Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
1816 | 2025-07-23T00:48:59.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-07-23T00:48:59.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-07-23T00:48:59.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-07-23T00:48:59.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1820 | 2025-07-23T00:48:59.132Z | |
1821 | 2025-07-23T00:48:59.132Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
1822 | 2025-07-23T00:48:59.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-07-23T00:48:59.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-07-23T00:48:59.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-07-23T00:48:59.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1826 | 2025-07-23T00:48:59.895Z | |
1827 | 2025-07-23T00:48:59.895Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
1828 | 2025-07-23T00:49:00.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-07-23T00:49:00.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-07-23T00:49:00.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-07-23T00:49:00.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1832 | 2025-07-23T00:49:00.649Z | |
1833 | 2025-07-23T00:49:00.650Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
1834 | 2025-07-23T00:49:01.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-07-23T00:49:01.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-07-23T00:49:01.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-07-23T00:49:01.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1838 | 2025-07-23T00:49:01.385Z | |
1839 | 2025-07-23T00:49:01.385Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
1840 | 2025-07-23T00:49:02.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-07-23T00:49:02.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-07-23T00:49:02.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-07-23T00:49:02.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1844 | 2025-07-23T00:49:02.124Z | |
1845 | 2025-07-23T00:49:02.124Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
1846 | 2025-07-23T00:49:02.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-07-23T00:49:02.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-07-23T00:49:02.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-07-23T00:49:02.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1850 | 2025-07-23T00:49:02.865Z | |
1851 | 2025-07-23T00:49:02.865Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
1852 | 2025-07-23T00:49:03.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-07-23T00:49:03.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-07-23T00:49:03.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-07-23T00:49:03.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1856 | 2025-07-23T00:49:03.587Z | |
1857 | 2025-07-23T00:49:03.587Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
1858 | 2025-07-23T00:49:04.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-07-23T00:49:04.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-07-23T00:49:04.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-07-23T00:49:04.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1862 | 2025-07-23T00:49:04.324Z | |
1863 | 2025-07-23T00:49:04.324Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
1864 | 2025-07-23T00:49:04.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-07-23T00:49:04.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-07-23T00:49:04.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-07-23T00:49:04.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1868 | 2025-07-23T00:49:05.042Z | |
1869 | 2025-07-23T00:49:05.042Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
1870 | 2025-07-23T00:49:05.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-07-23T00:49:05.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-07-23T00:49:05.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-07-23T00:49:05.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1874 | 2025-07-23T00:49:05.752Z | |
1875 | 2025-07-23T00:49:05.752Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
1876 | 2025-07-23T00:49:06.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-07-23T00:49:06.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-07-23T00:49:06.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-07-23T00:49:06.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1880 | 2025-07-23T00:49:06.471Z | |
1881 | 2025-07-23T00:49:06.471Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
1882 | 2025-07-23T00:49:07.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-07-23T00:49:07.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-07-23T00:49:07.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-07-23T00:49:07.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1886 | 2025-07-23T00:49:07.201Z | |
1887 | 2025-07-23T00:49:07.201Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
1888 | 2025-07-23T00:49:07.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-07-23T00:49:07.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-07-23T00:49:07.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-07-23T00:49:07.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1892 | 2025-07-23T00:49:07.940Z | |
1893 | 2025-07-23T00:49:07.940Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
1894 | 2025-07-23T00:49:08.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-07-23T00:49:08.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-07-23T00:49:08.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-07-23T00:49:08.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1898 | 2025-07-23T00:49:08.692Z | |
1899 | 2025-07-23T00:49:08.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
1900 | 2025-07-23T00:49:09.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-07-23T00:49:09.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-07-23T00:49:09.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-07-23T00:49:09.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1904 | 2025-07-23T00:49:09.485Z | |
1905 | 2025-07-23T00:49:09.485Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
1906 | 2025-07-23T00:49:10.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-07-23T00:49:10.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-07-23T00:49:10.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-07-23T00:49:10.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1910 | 2025-07-23T00:49:10.248Z | |
1911 | 2025-07-23T00:49:10.248Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
1912 | 2025-07-23T00:49:10.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-07-23T00:49:10.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-07-23T00:49:10.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-07-23T00:49:10.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1916 | 2025-07-23T00:49:10.981Z | |
1917 | 2025-07-23T00:49:10.981Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
1918 | 2025-07-23T00:49:11.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-07-23T00:49:11.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-07-23T00:49:11.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-07-23T00:49:11.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1922 | 2025-07-23T00:49:11.732Z | |
1923 | 2025-07-23T00:49:11.733Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
1924 | 2025-07-23T00:49:12.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-07-23T00:49:12.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-07-23T00:49:12.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-07-23T00:49:12.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1928 | 2025-07-23T00:49:12.488Z | |
1929 | 2025-07-23T00:49:12.488Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
1930 | 2025-07-23T00:49:13.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-07-23T00:49:13.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-07-23T00:49:13.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-07-23T00:49:13.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1934 | 2025-07-23T00:49:13.238Z | |
1935 | 2025-07-23T00:49:13.238Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
1936 | 2025-07-23T00:49:13.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-07-23T00:49:13.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-07-23T00:49:13.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-07-23T00:49:13.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1940 | 2025-07-23T00:49:13.999Z | |
1941 | 2025-07-23T00:49:13.999Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
1942 | 2025-07-23T00:49:14.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-07-23T00:49:14.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-07-23T00:49:14.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-07-23T00:49:14.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1946 | 2025-07-23T00:49:14.762Z | |
1947 | 2025-07-23T00:49:14.763Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
1948 | 2025-07-23T00:49:15.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-07-23T00:49:15.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-07-23T00:49:15.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-07-23T00:49:15.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1952 | 2025-07-23T00:49:15.542Z | |
1953 | 2025-07-23T00:49:15.542Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
1954 | 2025-07-23T00:49:16.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-07-23T00:49:16.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-07-23T00:49:16.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1957 | 2025-07-23T00:49:16.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1958 | 2025-07-23T00:49:16.315Z | |
1959 | 2025-07-23T00:49:16.316Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
1960 | 2025-07-23T00:49:16.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1961 | 2025-07-23T00:49:17.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1962 | 2025-07-23T00:49:17.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1963 | 2025-07-23T00:49:17.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1964 | 2025-07-23T00:49:17.077Z | |
1965 | 2025-07-23T00:49:17.077Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
1966 | 2025-07-23T00:49:17.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1967 | 2025-07-23T00:49:17.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1968 | 2025-07-23T00:49:17.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1969 | 2025-07-23T00:49:17.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1970 | 2025-07-23T00:49:17.824Z | |
1971 | 2025-07-23T00:49:17.824Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
1972 | 2025-07-23T00:49:18.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1973 | 2025-07-23T00:49:18.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1974 | 2025-07-23T00:49:18.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1975 | 2025-07-23T00:49:18.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1976 | 2025-07-23T00:49:18.559Z | |
1977 | 2025-07-23T00:49:18.559Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
1978 | 2025-07-23T00:49:19.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1979 | 2025-07-23T00:49:19.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1980 | 2025-07-23T00:49:19.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1981 | 2025-07-23T00:49:19.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1982 | 2025-07-23T00:49:19.335Z | |
1983 | 2025-07-23T00:49:19.335Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
1984 | 2025-07-23T00:49:20.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1985 | 2025-07-23T00:49:20.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1986 | 2025-07-23T00:49:20.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1987 | 2025-07-23T00:49:20.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1988 | 2025-07-23T00:49:20.086Z | |
1989 | 2025-07-23T00:49:20.086Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
1990 | 2025-07-23T00:49:20.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1991 | 2025-07-23T00:49:20.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1992 | 2025-07-23T00:49:20.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1993 | 2025-07-23T00:49:20.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1994 | 2025-07-23T00:49:20.845Z | |
1995 | 2025-07-23T00:49:20.845Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
1996 | 2025-07-23T00:49:21.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1997 | 2025-07-23T00:49:21.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1998 | 2025-07-23T00:49:21.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1999 | 2025-07-23T00:49:21.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2000 | 2025-07-23T00:49:21.877Z | |
2001 | 2025-07-23T00:49:21.877Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
2002 | 2025-07-23T00:49:22.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2003 | 2025-07-23T00:49:22.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2004 | 2025-07-23T00:49:22.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2005 | 2025-07-23T00:49:22.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2006 | 2025-07-23T00:49:22.921Z | |
2007 | 2025-07-23T00:49:22.921Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
2008 | 2025-07-23T00:49:23.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2009 | 2025-07-23T00:49:23.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2010 | 2025-07-23T00:49:23.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2011 | 2025-07-23T00:49:23.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2012 | 2025-07-23T00:49:24.015Z | |
2013 | 2025-07-23T00:49:24.015Z | info: running `cargo check --bins` on oxlog (49/221) |
2014 | 2025-07-23T00:49:24.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2015 | 2025-07-23T00:49:24.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2016 | 2025-07-23T00:49:25.011Z | Checking cfg-if v1.0.1 |
2017 | 2025-07-23T00:49:25.041Z | Checking libc v0.2.174 |
2018 | 2025-07-23T00:49:25.070Z | Checking serde v1.0.219 |
2019 | 2025-07-23T00:49:25.071Z | Checking zeroize v1.8.1 |
2020 | 2025-07-23T00:49:25.071Z | Checking memchr v2.7.4 |
2021 | 2025-07-23T00:49:25.072Z | Checking typenum v1.17.0 |
2022 | 2025-07-23T00:49:25.072Z | Checking smallvec v1.15.0 |
2023 | 2025-07-23T00:49:25.072Z | Checking value-bag v1.9.0 |
2024 | 2025-07-23T00:49:25.195Z | Checking subtle v2.6.1 |
2025 | 2025-07-23T00:49:25.445Z | Checking scopeguard v1.2.0 |
2026 | 2025-07-23T00:49:25.470Z | Checking const-oid v0.9.6 |
2027 | 2025-07-23T00:49:25.470Z | Checking itoa v1.0.11 |
2028 | 2025-07-23T00:49:25.503Z | Checking log v0.4.27 |
2029 | 2025-07-23T00:49:25.610Z | Checking lock_api v0.4.12 |
2030 | 2025-07-23T00:49:25.704Z | Checking stable_deref_trait v1.2.0 |
2031 | 2025-07-23T00:49:25.823Z | Checking byteorder v1.5.0 |
2032 | 2025-07-23T00:49:25.887Z | Checking zerofrom v0.1.4 |
2033 | 2025-07-23T00:49:25.978Z | Checking pin-project-lite v0.2.14 |
2034 | 2025-07-23T00:49:26.003Z | Checking portable-atomic v1.11.0 |
2035 | 2025-07-23T00:49:26.039Z | Checking getrandom v0.2.15 |
2036 | 2025-07-23T00:49:26.063Z | Checking generic-array v0.14.7 |
2037 | 2025-07-23T00:49:26.094Z | Checking signal-hook-registry v1.4.2 |
2038 | 2025-07-23T00:49:26.119Z | Checking parking_lot_core v0.9.10 |
2039 | 2025-07-23T00:49:26.214Z | Checking yoke v0.7.4 |
2040 | 2025-07-23T00:49:26.277Z | Checking rand_core v0.6.4 |
2041 | 2025-07-23T00:49:26.349Z | Checking mio v1.0.2 |
2042 | 2025-07-23T00:49:26.445Z | Checking parking_lot v0.12.3 |
2043 | 2025-07-23T00:49:26.539Z | Checking critical-section v1.1.3 |
2044 | 2025-07-23T00:49:26.571Z | Checking zerovec v0.10.4 |
2045 | 2025-07-23T00:49:26.708Z | Checking socket2 v0.5.10 |
2046 | 2025-07-23T00:49:26.765Z | Checking cpufeatures v0.2.14 |
2047 | 2025-07-23T00:49:26.876Z | Checking futures-core v0.3.31 |
2048 | 2025-07-23T00:49:26.901Z | Checking writeable v0.5.5 |
2049 | 2025-07-23T00:49:26.926Z | Checking once_cell v1.21.3 |
2050 | 2025-07-23T00:49:26.957Z | Checking litemap v0.7.3 |
2051 | 2025-07-23T00:49:26.987Z | Checking crypto-common v0.1.6 |
2052 | 2025-07-23T00:49:27.082Z | Checking block-buffer v0.10.4 |
2053 | 2025-07-23T00:49:27.185Z | Checking block-padding v0.3.3 |
2054 | 2025-07-23T00:49:27.210Z | Checking zerocopy v0.7.35 |
2055 | 2025-07-23T00:49:27.235Z | Checking percent-encoding v2.3.1 |
2056 | 2025-07-23T00:49:27.260Z | Checking getrandom v0.3.1 |
2057 | 2025-07-23T00:49:27.306Z | Checking libm v0.2.8 |
2058 | 2025-07-23T00:49:27.331Z | Checking digest v0.10.7 |
2059 | 2025-07-23T00:49:27.414Z | Checking inout v0.1.3 |
2060 | 2025-07-23T00:49:27.467Z | Checking futures-sink v0.3.31 |
2061 | 2025-07-23T00:49:27.522Z | Checking foldhash v0.1.5 |
2062 | 2025-07-23T00:49:27.624Z | Checking ryu v1.0.18 |
2063 | 2025-07-23T00:49:27.650Z | Checking allocator-api2 v0.2.21 |
2064 | 2025-07-23T00:49:27.694Z | Checking hmac v0.12.1 |
2065 | 2025-07-23T00:49:27.768Z | Checking icu_locid_transform_data v1.5.0 |
2066 | 2025-07-23T00:49:27.866Z | Checking equivalent v1.0.2 |
2067 | 2025-07-23T00:49:27.891Z | Checking sha2 v0.10.9 |
2068 | 2025-07-23T00:49:27.916Z | Checking cipher v0.4.4 |
2069 | 2025-07-23T00:49:27.999Z | Checking slab v0.4.9 |
2070 | 2025-07-23T00:49:28.025Z | Checking tinystr v0.7.6 |
2071 | 2025-07-23T00:49:28.118Z | Checking num-traits v0.2.19 |
2072 | 2025-07-23T00:49:28.199Z | Checking hashbrown v0.15.4 |
2073 | 2025-07-23T00:49:28.260Z | Checking icu_collections v1.5.0 |
2074 | 2025-07-23T00:49:28.293Z | Checking icu_properties_data v1.5.0 |
2075 | 2025-07-23T00:49:28.318Z | Checking base64ct v1.6.0 |
2076 | 2025-07-23T00:49:28.355Z | Checking icu_locid v1.5.0 |
2077 | 2025-07-23T00:49:28.401Z | Checking write16 v1.0.0 |
2078 | 2025-07-23T00:49:28.532Z | Checking icu_normalizer_data v1.5.0 |
2079 | 2025-07-23T00:49:28.556Z | Checking flagset v0.4.6 |
2080 | 2025-07-23T00:49:28.643Z | Checking utf8_iter v1.0.4 |
2081 | 2025-07-23T00:49:28.725Z | Checking pem-rfc7468 v0.7.0 |
2082 | 2025-07-23T00:49:28.769Z | Checking utf16_iter v1.0.5 |
2083 | 2025-07-23T00:49:28.861Z | Checking salsa20 v0.10.2 |
2084 | 2025-07-23T00:49:28.886Z | Checking ppv-lite86 v0.2.20 |
2085 | 2025-07-23T00:49:28.951Z | Checking pbkdf2 v0.12.2 |
2086 | 2025-07-23T00:49:28.981Z | Checking bytes v1.10.1 |
2087 | 2025-07-23T00:49:29.006Z | Checking bitflags v2.9.1 |
2088 | 2025-07-23T00:49:29.094Z | Checking serde_json v1.0.140 |
2089 | 2025-07-23T00:49:29.131Z | Checking der v0.7.9 |
2090 | 2025-07-23T00:49:29.166Z | Checking indexmap v2.10.0 |
2091 | 2025-07-23T00:49:29.254Z | Checking icu_provider v1.5.0 |
2092 | 2025-07-23T00:49:29.316Z | Checking futures-channel v0.3.31 |
2093 | 2025-07-23T00:49:29.409Z | Checking pin-utils v0.1.0 |
2094 | 2025-07-23T00:49:29.521Z | Checking futures-task v0.3.31 |
2095 | 2025-07-23T00:49:29.546Z | Checking fnv v1.0.7 |
2096 | 2025-07-23T00:49:29.650Z | Checking futures-io v0.3.31 |
2097 | 2025-07-23T00:49:29.689Z | Checking scrypt v0.11.0 |
2098 | 2025-07-23T00:49:29.767Z | Checking cbc v0.1.2 |
2099 | 2025-07-23T00:49:29.807Z | Checking icu_locid_transform v1.5.0 |
2100 | 2025-07-23T00:49:29.848Z | Checking futures-util v0.3.31 |
2101 | 2025-07-23T00:49:29.903Z | Checking aes v0.8.4 |
2102 | 2025-07-23T00:49:29.928Z | Checking tokio v1.45.1 |
2103 | 2025-07-23T00:49:29.976Z | Checking http v1.3.1 |
2104 | 2025-07-23T00:49:30.295Z | Checking form_urlencoded v1.2.1 |
2105 | 2025-07-23T00:49:30.500Z | Checking zerocopy v0.8.26 |
2106 | 2025-07-23T00:49:30.525Z | Checking uuid v1.17.0 |
2107 | 2025-07-23T00:49:30.679Z | Checking spki v0.7.3 |
2108 | 2025-07-23T00:49:30.704Z | Checking icu_properties v1.5.1 |
2109 | 2025-07-23T00:49:30.729Z | Checking tracing-core v0.1.32 |
2110 | 2025-07-23T00:49:30.968Z | Checking pkcs5 v0.7.1 |
2111 | 2025-07-23T00:49:31.109Z | Checking base64 v0.22.1 |
2112 | 2025-07-23T00:49:31.135Z | Checking http-body v1.0.1 |
2113 | 2025-07-23T00:49:31.312Z | Checking tracing v0.1.40 |
2114 | 2025-07-23T00:49:31.338Z | Checking iana-time-zone v0.1.63 |
2115 | 2025-07-23T00:49:31.457Z | Checking pkcs8 v0.10.2 |
2116 | 2025-07-23T00:49:31.516Z | Checking rustls-pki-types v1.10.0 |
2117 | 2025-07-23T00:49:31.555Z | Checking tinyvec_macros v0.1.1 |
2118 | 2025-07-23T00:49:31.656Z | Compiling newtype-uuid v1.2.4 |
2119 | 2025-07-23T00:49:31.719Z | Checking tinyvec v1.8.0 |
2120 | 2025-07-23T00:49:31.772Z | Checking chrono v0.4.41 |
2121 | 2025-07-23T00:49:31.997Z | Checking aws-lc-sys v0.26.0 |
2122 | 2025-07-23T00:49:32.023Z | Checking spin v0.9.8 |
2123 | 2025-07-23T00:49:32.346Z | Checking atomic-waker v1.1.2 |
2124 | 2025-07-23T00:49:32.515Z | Checking untrusted v0.7.1 |
2125 | 2025-07-23T00:49:32.710Z | Checking tower-service v0.3.3 |
2126 | 2025-07-23T00:49:32.811Z | Checking openssl-probe v0.1.5 |
2127 | 2025-07-23T00:49:32.836Z | Checking foreign-types-shared v0.1.1 |
2128 | 2025-07-23T00:49:32.964Z | Checking untrusted v0.9.0 |
2129 | 2025-07-23T00:49:32.988Z | Checking try-lock v0.2.5 |
2130 | 2025-07-23T00:49:33.137Z | Checking adler2 v2.0.0 |
2131 | 2025-07-23T00:49:33.162Z | Checking ring v0.17.14 |
2132 | 2025-07-23T00:49:33.279Z | Checking rand_core v0.9.2 |
2133 | 2025-07-23T00:49:33.317Z | Checking miniz_oxide v0.8.5 |
2134 | 2025-07-23T00:49:33.524Z | Checking icu_normalizer v1.5.0 |
2135 | 2025-07-23T00:49:33.551Z | Checking want v0.3.1 |
2136 | 2025-07-23T00:49:33.589Z | Checking rand_chacha v0.9.0 |
2137 | 2025-07-23T00:49:33.742Z | Checking foreign-types v0.3.2 |
2138 | 2025-07-23T00:49:33.838Z | Checking ipnet v2.11.0 |
2139 | 2025-07-23T00:49:33.862Z | Checking httparse v1.9.5 |
2140 | 2025-07-23T00:49:33.971Z | Checking aws-lc-rs v1.12.4 |
2141 | 2025-07-23T00:49:33.995Z | Checking openssl-sys v0.9.109 |
2142 | 2025-07-23T00:49:34.019Z | Checking thiserror v1.0.69 |
2143 | 2025-07-23T00:49:34.166Z | Checking errno v0.3.12 |
2144 | 2025-07-23T00:49:34.260Z | Checking idna_adapter v1.2.0 |
2145 | 2025-07-23T00:49:34.299Z | Checking aho-corasick v1.1.3 |
2146 | 2025-07-23T00:49:34.365Z | Checking unicode-ident v1.0.18 |
2147 | 2025-07-23T00:49:34.389Z | Checking httpdate v1.0.3 |
2148 | 2025-07-23T00:49:34.467Z | Checking idna v1.0.3 |
2149 | 2025-07-23T00:49:34.535Z | Checking regex-syntax v0.8.5 |
2150 | 2025-07-23T00:49:34.629Z | Checking powerfmt v0.2.0 |
2151 | 2025-07-23T00:49:34.880Z | Checking deranged v0.3.11 |
2152 | 2025-07-23T00:49:34.928Z | Checking url v2.5.4 |
2153 | 2025-07-23T00:49:35.046Z | Checking openssl v0.10.73 |
2154 | 2025-07-23T00:49:35.152Z | Checking proc-macro2 v1.0.95 |
2155 | 2025-07-23T00:49:35.501Z | Checking rustls-webpki v0.102.8 |
2156 | 2025-07-23T00:49:35.684Z | Checking rustix v0.38.37 |
2157 | 2025-07-23T00:49:35.708Z | Checking rand v0.9.1 |
2158 | 2025-07-23T00:49:35.733Z | Checking unicode-normalization v0.1.24 |
2159 | 2025-07-23T00:49:35.995Z | Checking crossbeam-utils v0.8.21 |
2160 | 2025-07-23T00:49:36.212Z | Checking semver v1.0.26 |
2161 | 2025-07-23T00:49:36.241Z | Checking tokio-util v0.7.15 |
2162 | 2025-07-23T00:49:36.576Z | Checking bzip2-sys v0.1.13+1.0.8 |
2163 | 2025-07-23T00:49:36.600Z | Checking signature v2.2.0 |
2164 | 2025-07-23T00:49:36.624Z | Checking scroll v0.12.0 |
2165 | 2025-07-23T00:49:36.649Z | Checking crc32fast v1.4.2 |
2166 | 2025-07-23T00:49:36.649Z | Checking num_threads v0.1.7 |
2167 | 2025-07-23T00:49:36.783Z | Checking num-conv v0.1.0 |
2168 | 2025-07-23T00:49:36.808Z | Checking utf8parse v0.2.2 |
2169 | 2025-07-23T00:49:36.873Z | Checking unicode-bidi v0.3.17 |
2170 | 2025-07-23T00:49:36.966Z | Checking time-core v0.1.2 |
2171 | 2025-07-23T00:49:37.017Z | Checking ucd-trie v0.1.7 |
2172 | 2025-07-23T00:49:37.042Z | Checking either v1.15.0 |
2173 | 2025-07-23T00:49:37.134Z | Checking siphasher v0.3.11 |
2174 | 2025-07-23T00:49:37.160Z | Checking h2 v0.4.6 |
2175 | 2025-07-23T00:49:37.242Z | Checking unicode-properties v0.1.3 |
2176 | 2025-07-23T00:49:37.267Z | Checking regex-automata v0.4.8 |
2177 | 2025-07-23T00:49:37.373Z | Checking plain v0.2.3 |
2178 | 2025-07-23T00:49:37.417Z | Checking anstyle v1.0.11 |
2179 | 2025-07-23T00:49:37.454Z | Checking zlib-rs v0.5.1 |
2180 | 2025-07-23T00:49:37.570Z | Checking dyn-clone v1.0.19 |
2181 | 2025-07-23T00:49:37.594Z | Checking stringprep v0.1.5 |
2182 | 2025-07-23T00:49:37.731Z | Checking schemars v0.8.22 |
2183 | 2025-07-23T00:49:37.756Z | Checking goblin v0.8.2 |
2184 | 2025-07-23T00:49:37.864Z | Checking phf_shared v0.11.2 |
2185 | 2025-07-23T00:49:38.114Z | Checking pest v2.7.14 |
2186 | 2025-07-23T00:49:38.473Z | Checking time v0.3.36 |
2187 | 2025-07-23T00:49:39.118Z | Checking anstyle-parse v0.2.5 |
2188 | 2025-07-23T00:49:39.143Z | Checking libz-rs-sys v0.5.1 |
2189 | 2025-07-23T00:49:39.334Z | Checking crossbeam-epoch v0.9.18 |
2190 | 2025-07-23T00:49:39.387Z | Checking rustls v0.23.19 |
2191 | 2025-07-23T00:49:39.456Z | Checking native-tls v0.2.12 |
2192 | 2025-07-23T00:49:39.711Z | Checking quote v1.0.40 |
2193 | 2025-07-23T00:49:40.018Z | Checking rand_chacha v0.3.1 |
2194 | 2025-07-23T00:49:40.043Z | Checking num-integer v0.1.46 |
2195 | 2025-07-23T00:49:40.277Z | Checking toml_datetime v0.6.11 |
2196 | 2025-07-23T00:49:40.446Z | Checking serde_spanned v0.6.9 |
2197 | 2025-07-23T00:49:40.509Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2198 | 2025-07-23T00:49:40.596Z | Checking md-5 v0.10.6 |
2199 | 2025-07-23T00:49:40.621Z | Checking sync_wrapper v1.0.1 |
2200 | 2025-07-23T00:49:40.681Z | Checking ff v0.13.0 |
2201 | 2025-07-23T00:49:40.742Z | Checking hash32 v0.2.1 |
2202 | 2025-07-23T00:49:40.798Z | Checking base16ct v0.2.0 |
2203 | 2025-07-23T00:49:40.853Z | Checking gimli v0.31.1 |
2204 | 2025-07-23T00:49:40.919Z | Checking psl-types v2.0.11 |
2205 | 2025-07-23T00:49:41.041Z | Checking fallible-iterator v0.2.0 |
2206 | 2025-07-23T00:49:41.067Z | Checking pretty-hex v0.4.1 |
2207 | 2025-07-23T00:49:41.153Z | Checking anstyle-query v1.1.1 |
2208 | 2025-07-23T00:49:41.177Z | Checking colorchoice v1.0.2 |
2209 | 2025-07-23T00:49:41.301Z | Checking is_terminal_polyfill v1.70.1 |
2210 | 2025-07-23T00:49:41.327Z | Checking tower-layer v0.3.3 |
2211 | 2025-07-23T00:49:41.360Z | Checking publicsuffix v2.3.0 |
2212 | 2025-07-23T00:49:41.461Z | Checking anstream v0.6.18 |
2213 | 2025-07-23T00:49:41.616Z | Checking tower v0.5.2 |
2214 | 2025-07-23T00:49:41.641Z | Checking postgres-protocol v0.6.8 |
2215 | 2025-07-23T00:49:41.672Z | Checking heapless v0.7.17 |
2216 | 2025-07-23T00:49:41.869Z | Checking sec1 v0.7.3 |
2217 | 2025-07-23T00:49:42.053Z | Checking dof v0.3.0 |
2218 | 2025-07-23T00:49:42.255Z | Checking group v0.13.0 |
2219 | 2025-07-23T00:49:42.279Z | Checking zstd-safe v7.2.3 |
2220 | 2025-07-23T00:49:42.304Z | Checking cookie v0.18.1 |
2221 | 2025-07-23T00:49:42.537Z | Checking num-iter v0.1.45 |
2222 | 2025-07-23T00:49:42.581Z | Checking rand v0.8.5 |
2223 | 2025-07-23T00:49:42.606Z | Checking dtrace-parser v0.2.0 |
2224 | 2025-07-23T00:49:42.638Z | Checking syn v2.0.104 |
2225 | 2025-07-23T00:49:42.708Z | Checking hyper v1.6.0 |
2226 | 2025-07-23T00:49:42.741Z | Compiling daft v0.1.4 |
2227 | 2025-07-23T00:49:42.765Z | Checking tokio-native-tls v0.3.1 |
2228 | 2025-07-23T00:49:43.008Z | Checking flate2 v1.1.2 |
2229 | 2025-07-23T00:49:43.057Z | Checking ipnetwork v0.21.1 |
2230 | 2025-07-23T00:49:43.225Z | Checking terminal_size v0.4.0 |
2231 | 2025-07-23T00:49:43.397Z | Checking rustls-native-certs v0.8.1 |
2232 | 2025-07-23T00:49:43.442Z | Checking lazy_static v1.5.0 |
2233 | 2025-07-23T00:49:43.577Z | Checking webpki-roots v1.0.1 |
2234 | 2025-07-23T00:49:43.601Z | Checking http-body-util v0.1.3 |
2235 | 2025-07-23T00:49:43.625Z | Checking signal-hook v0.3.17 |
2236 | 2025-07-23T00:49:43.650Z | Checking hkdf v0.12.4 |
2237 | 2025-07-23T00:49:43.782Z | Checking crypto-bigint v0.5.5 |
2238 | 2025-07-23T00:49:43.865Z | Checking thread-id v4.2.2 |
2239 | 2025-07-23T00:49:43.949Z | Checking object v0.36.5 |
2240 | 2025-07-23T00:49:44.012Z | Checking bitflags v1.3.2 |
2241 | 2025-07-23T00:49:44.036Z | Checking iri-string v0.7.8 |
2242 | 2025-07-23T00:49:44.062Z | Checking tokio-rustls v0.26.0 |
2243 | 2025-07-23T00:49:44.125Z | Checking bumpalo v3.16.0 |
2244 | 2025-07-23T00:49:44.160Z | Checking addr2line v0.24.2 |
2245 | 2025-07-23T00:49:44.424Z | Checking hyper-util v0.1.14 |
2246 | 2025-07-23T00:49:44.448Z | Compiling rayon-core v1.12.1 |
2247 | 2025-07-23T00:49:44.448Z | Checking lockfree-object-pool v0.1.6 |
2248 | 2025-07-23T00:49:44.631Z | Checking clap_lex v0.7.4 |
2249 | 2025-07-23T00:49:44.700Z | Checking strsim v0.11.1 |
2250 | 2025-07-23T00:49:44.726Z | Checking winnow v0.5.40 |
2251 | 2025-07-23T00:49:44.881Z | Checking simd-adler32 v0.3.7 |
2252 | 2025-07-23T00:49:44.979Z | Checking rustc-demangle v0.1.24 |
2253 | 2025-07-23T00:49:45.196Z | Checking managed v0.8.0 |
2254 | 2025-07-23T00:49:45.393Z | Checking zopfli v0.8.1 |
2255 | 2025-07-23T00:49:45.543Z | Checking smoltcp v0.9.1 |
2256 | 2025-07-23T00:49:45.995Z | Checking clap_builder v4.5.40 |
2257 | 2025-07-23T00:49:46.071Z | Checking elliptic-curve v0.13.8 |
2258 | 2025-07-23T00:49:46.211Z | Checking tower-http v0.6.6 |
2259 | 2025-07-23T00:49:46.635Z | Checking hyper-tls v0.6.0 |
2260 | 2025-07-23T00:49:46.696Z | Checking hyper-rustls v0.27.7 |
2261 | 2025-07-23T00:49:46.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2262 | 2025-07-23T00:49:46.772Z | Checking signal-hook-mio v0.2.4 |
2263 | 2025-07-23T00:49:46.921Z | Checking num-bigint-dig v0.8.4 |
2264 | 2025-07-23T00:49:46.945Z | Checking oxnet v0.1.2 |
2265 | 2025-07-23T00:49:46.994Z | Checking cookie_store v0.21.1 |
2266 | 2025-07-23T00:49:47.028Z | Checking zstd v0.13.3 |
2267 | 2025-07-23T00:49:47.067Z | Checking toml_edit v0.19.15 |
2268 | 2025-07-23T00:49:47.307Z | Checking postgres-types v0.2.9 |
2269 | 2025-07-23T00:49:47.370Z | Checking bstr v1.10.0 |
2270 | 2025-07-23T00:49:47.627Z | Checking regex v1.11.1 |
2271 | 2025-07-23T00:49:47.708Z | Checking usdt-impl v0.5.0 |
2272 | 2025-07-23T00:49:47.927Z | Checking crossbeam-deque v0.8.5 |
2273 | 2025-07-23T00:49:48.157Z | Checking phf v0.11.2 |
2274 | 2025-07-23T00:49:48.181Z | Checking ed25519 v2.2.3 |
2275 | 2025-07-23T00:49:48.206Z | Checking bzip2 v0.4.4 |
2276 | 2025-07-23T00:49:48.231Z | Checking bzip2 v0.5.2 |
2277 | 2025-07-23T00:49:48.428Z | Checking thiserror v2.0.12 |
2278 | 2025-07-23T00:49:48.470Z | Checking curve25519-dalek v4.1.3 |
2279 | 2025-07-23T00:49:48.505Z | Checking strum v0.27.1 |
2280 | 2025-07-23T00:49:48.530Z | Checking hubpack v0.1.2 |
2281 | 2025-07-23T00:49:48.589Z | Checking memoffset v0.9.1 |
2282 | 2025-07-23T00:49:48.669Z | Checking pkcs1 v0.7.5 |
2283 | 2025-07-23T00:49:48.703Z | Checking serde_urlencoded v0.7.1 |
2284 | 2025-07-23T00:49:48.732Z | Checking float-cmp v0.10.0 |
2285 | 2025-07-23T00:49:48.829Z | Checking serde-big-array v0.5.1 |
2286 | 2025-07-23T00:49:48.880Z | Checking rfc6979 v0.4.0 |
2287 | 2025-07-23T00:49:48.938Z | Checking memmap v0.7.0 |
2288 | 2025-07-23T00:49:49.048Z | Checking encoding_rs v0.8.34 |
2289 | 2025-07-23T00:49:49.088Z | Checking precomputed-hash v0.1.1 |
2290 | 2025-07-23T00:49:49.112Z | Checking fixedbitset v0.4.2 |
2291 | 2025-07-23T00:49:49.112Z | Checking data-encoding v2.9.0 |
2292 | 2025-07-23T00:49:49.157Z | Checking difflib v0.4.0 |
2293 | 2025-07-23T00:49:49.222Z | Checking mime v0.3.17 |
2294 | 2025-07-23T00:49:49.250Z | Checking backtrace v0.3.74 |
2295 | 2025-07-23T00:49:49.342Z | Checking toml_write v0.1.2 |
2296 | 2025-07-23T00:49:49.381Z | Checking winnow v0.7.10 |
2297 | 2025-07-23T00:49:49.489Z | Checking normalize-line-endings v0.3.0 |
2298 | 2025-07-23T00:49:49.547Z | Checking whoami v1.5.2 |
2299 | 2025-07-23T00:49:49.637Z | Checking unicode-segmentation v1.12.0 |
2300 | 2025-07-23T00:49:49.663Z | Checking unicode-width v0.2.0 |
2301 | 2025-07-23T00:49:49.663Z | Checking static_assertions v1.1.0 |
2302 | 2025-07-23T00:49:49.782Z | Checking predicates-core v1.0.8 |
2303 | 2025-07-23T00:49:49.807Z | Checking new_debug_unreachable v1.0.6 |
2304 | 2025-07-23T00:49:49.847Z | Checking minimal-lexical v0.2.1 |
2305 | 2025-07-23T00:49:49.937Z | Checking string_cache v0.8.9 |
2306 | 2025-07-23T00:49:49.989Z | Checking predicates v3.1.3 |
2307 | 2025-07-23T00:49:50.076Z | Checking ed25519-dalek v2.1.1 |
2308 | 2025-07-23T00:49:50.100Z | Checking console v0.15.10 |
2309 | 2025-07-23T00:49:50.226Z | Checking similar v2.7.0 |
2310 | 2025-07-23T00:49:50.251Z | Checking nom v7.1.3 |
2311 | 2025-07-23T00:49:50.287Z | Checking tokio-postgres v0.7.13 |
2312 | 2025-07-23T00:49:50.473Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2313 | 2025-07-23T00:49:50.549Z | Checking anyhow v1.0.98 |
2314 | 2025-07-23T00:49:50.609Z | Checking hickory-proto v0.25.2 |
2315 | 2025-07-23T00:49:50.898Z | Checking petgraph v0.6.5 |
2316 | 2025-07-23T00:49:50.940Z | Checking toml v0.7.8 |
2317 | 2025-07-23T00:49:50.964Z | Checking reqwest v0.12.22 |
2318 | 2025-07-23T00:49:51.543Z | Checking usdt v0.5.0 |
2319 | 2025-07-23T00:49:51.775Z | Checking toml_edit v0.22.27 |
2320 | 2025-07-23T00:49:51.799Z | Checking rsa v0.9.6 |
2321 | 2025-07-23T00:49:52.464Z | Checking ecdsa v0.16.9 |
2322 | 2025-07-23T00:49:52.655Z | Checking nix v0.29.0 |
2323 | 2025-07-23T00:49:52.679Z | Checking clap v4.5.40 |
2324 | 2025-07-23T00:49:52.801Z | Checking zip v4.2.0 |
2325 | 2025-07-23T00:49:53.009Z | Checking zip v0.6.6 |
2326 | 2025-07-23T00:49:53.528Z | Checking crossterm v0.28.1 |
2327 | 2025-07-23T00:49:53.586Z | Checking itertools v0.13.0 |
2328 | 2025-07-23T00:49:53.678Z | Checking itertools v0.10.5 |
2329 | 2025-07-23T00:49:53.864Z | Checking itertools v0.12.1 |
2330 | 2025-07-23T00:49:53.945Z | Checking tokio-stream v0.1.17 |
2331 | 2025-07-23T00:49:54.059Z | Checking strum v0.26.3 |
2332 | 2025-07-23T00:49:54.241Z | Checking buf-list v1.0.3 |
2333 | 2025-07-23T00:49:54.528Z | Checking fs-err v3.1.1 |
2334 | 2025-07-23T00:49:54.637Z | Checking ahash v0.8.11 |
2335 | 2025-07-23T00:49:54.932Z | Checking slog v2.7.0 |
2336 | 2025-07-23T00:49:54.980Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2337 | 2025-07-23T00:49:55.056Z | Checking x509-cert v0.2.5 |
2338 | 2025-07-23T00:49:55.080Z | Checking openapiv3 v2.2.0 |
2339 | 2025-07-23T00:49:55.292Z | Checking sha1 v0.10.6 |
2340 | 2025-07-23T00:49:55.360Z | Checking winnow v0.6.26 |
2341 | 2025-07-23T00:49:55.509Z | Checking lalrpop-util v0.19.12 |
2342 | 2025-07-23T00:49:55.567Z | Checking peg-runtime v0.8.5 |
2343 | 2025-07-23T00:49:55.735Z | Checking unicode-xid v0.2.6 |
2344 | 2025-07-23T00:49:55.808Z | Checking rustc-hash v2.1.1 |
2345 | 2025-07-23T00:49:55.832Z | Checking rayon v1.10.0 |
2346 | 2025-07-23T00:49:55.902Z | Checking camino v1.1.10 |
2347 | 2025-07-23T00:49:55.964Z | Checking sigpipe v0.1.3 |
2348 | 2025-07-23T00:49:55.994Z | Checking jiff v0.2.15 |
2349 | 2025-07-23T00:49:56.085Z | Checking glob v0.3.2 |
2350 | 2025-07-23T00:50:01.005Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2351 | 2025-07-23T00:50:01.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.53s |
2352 | 2025-07-23T00:50:01.734Z | |
2353 | 2025-07-23T00:50:01.734Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
2354 | 2025-07-23T00:50:02.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2025-07-23T00:50:02.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2025-07-23T00:50:02.921Z | Compiling regress v0.10.3 |
2357 | 2025-07-23T00:50:02.960Z | Checking heck v0.5.0 |
2358 | 2025-07-23T00:50:03.004Z | Compiling unsafe-libyaml v0.2.11 |
2359 | 2025-07-23T00:50:03.028Z | Checking rustix v1.0.7 |
2360 | 2025-07-23T00:50:03.028Z | Checking newtype-uuid v1.2.4 |
2361 | 2025-07-23T00:50:03.070Z | Compiling structmeta-derive v0.3.0 |
2362 | 2025-07-23T00:50:03.094Z | Checking dirs-sys-next v0.1.2 |
2363 | 2025-07-23T00:50:03.195Z | Checking fastrand v2.1.1 |
2364 | 2025-07-23T00:50:03.295Z | Checking dirs-next v2.0.0 |
2365 | 2025-07-23T00:50:03.351Z | Checking daft v0.1.4 |
2366 | 2025-07-23T00:50:03.444Z | Checking thread_local v1.1.8 |
2367 | 2025-07-23T00:50:03.508Z | Compiling ident_case v1.0.1 |
2368 | 2025-07-23T00:50:03.710Z | Compiling darling_core v0.20.10 |
2369 | 2025-07-23T00:50:03.747Z | Checking term v0.7.0 |
2370 | 2025-07-23T00:50:03.785Z | Checking crossbeam-channel v0.5.15 |
2371 | 2025-07-23T00:50:04.158Z | Compiling serde_yaml v0.9.34+deprecated |
2372 | 2025-07-23T00:50:04.430Z | Checking futures-executor v0.3.31 |
2373 | 2025-07-23T00:50:04.475Z | Checking tempfile v3.20.0 |
2374 | 2025-07-23T00:50:04.581Z | Checking is-terminal v0.4.13 |
2375 | 2025-07-23T00:50:04.661Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2376 | 2025-07-23T00:50:04.727Z | Compiling rustls v0.22.4 |
2377 | 2025-07-23T00:50:04.846Z | Checking take_mut v0.2.2 |
2378 | 2025-07-23T00:50:05.027Z | Checking slog-async v2.8.0 |
2379 | 2025-07-23T00:50:05.051Z | Checking slog-term v2.9.1 |
2380 | 2025-07-23T00:50:05.076Z | Checking futures v0.3.31 |
2381 | 2025-07-23T00:50:05.188Z | Compiling proc-macro-crate v1.3.1 |
2382 | 2025-07-23T00:50:05.319Z | Compiling structmeta v0.3.0 |
2383 | 2025-07-23T00:50:05.344Z | Checking wait-timeout v0.2.0 |
2384 | 2025-07-23T00:50:05.512Z | Compiling multer v3.1.0 |
2385 | 2025-07-23T00:50:05.541Z | Checking quick-error v1.2.3 |
2386 | 2025-07-23T00:50:05.700Z | Checking bit-vec v0.8.0 |
2387 | 2025-07-23T00:50:05.727Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2388 | 2025-07-23T00:50:05.835Z | Checking match_cfg v0.1.0 |
2389 | 2025-07-23T00:50:05.860Z | Checking typify-impl v0.3.0 |
2390 | 2025-07-23T00:50:05.944Z | Checking typify-impl v0.2.0 |
2391 | 2025-07-23T00:50:06.058Z | Compiling ref-cast v1.0.24 |
2392 | 2025-07-23T00:50:06.584Z | Checking bit-set v0.8.0 |
2393 | 2025-07-23T00:50:06.835Z | Compiling num_enum_derive v0.5.11 |
2394 | 2025-07-23T00:50:06.859Z | Checking hostname v0.3.1 |
2395 | 2025-07-23T00:50:07.080Z | Compiling derive-ex v0.1.8 |
2396 | 2025-07-23T00:50:07.237Z | Checking rusty-fork v0.3.0 |
2397 | 2025-07-23T00:50:08.126Z | Checking progenitor-client v0.9.1 |
2398 | 2025-07-23T00:50:08.165Z | Checking rand_xorshift v0.4.0 |
2399 | 2025-07-23T00:50:08.373Z | Checking slog-json v2.6.1 |
2400 | 2025-07-23T00:50:08.531Z | Compiling lzma-sys v0.1.20 |
2401 | 2025-07-23T00:50:08.635Z | Checking hex v0.4.3 |
2402 | 2025-07-23T00:50:08.737Z | Compiling async-stream-impl v0.3.6 |
2403 | 2025-07-23T00:50:08.804Z | Compiling darling_macro v0.20.10 |
2404 | 2025-07-23T00:50:09.113Z | Compiling ref-cast-impl v1.0.24 |
2405 | 2025-07-23T00:50:09.225Z | Compiling foreign-types-macros v0.2.3 |
2406 | 2025-07-23T00:50:09.644Z | Compiling darling v0.20.10 |
2407 | 2025-07-23T00:50:09.781Z | Compiling dropshot v0.16.2 |
2408 | 2025-07-23T00:50:09.837Z | Checking foreign-types-shared v0.3.1 |
2409 | 2025-07-23T00:50:09.970Z | Checking arc-swap v1.7.1 |
2410 | 2025-07-23T00:50:10.082Z | Checking unarray v0.1.4 |
2411 | 2025-07-23T00:50:10.106Z | Checking utf-8 v0.7.6 |
2412 | 2025-07-23T00:50:10.256Z | Checking proptest v1.7.0 |
2413 | 2025-07-23T00:50:10.289Z | Checking foreign-types v0.5.0 |
2414 | 2025-07-23T00:50:10.329Z | Checking tungstenite v0.21.0 |
2415 | 2025-07-23T00:50:10.370Z | Checking slog-scope v4.4.0 |
2416 | 2025-07-23T00:50:10.495Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2025-07-23T00:50:10.621Z | Checking async-stream v0.3.6 |
2418 | 2025-07-23T00:50:10.681Z | Compiling test-strategy v0.4.3 |
2419 | 2025-07-23T00:50:10.705Z | Checking tokio-rustls v0.25.0 |
2420 | 2025-07-23T00:50:10.747Z | Compiling serde_with_macros v3.14.0 |
2421 | 2025-07-23T00:50:10.869Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2025-07-23T00:50:11.038Z | Checking num_enum v0.5.11 |
2423 | 2025-07-23T00:50:11.062Z | Checking slog-bunyan v2.5.0 |
2424 | 2025-07-23T00:50:11.164Z | Compiling proc-macro-error v1.0.4 |
2425 | 2025-07-23T00:50:11.415Z | Compiling parse-display-derive v0.10.0 |
2426 | 2025-07-23T00:50:11.773Z | Checking toml v0.8.23 |
2427 | 2025-07-23T00:50:11.871Z | Checking progenitor-client v0.8.0 |
2428 | 2025-07-23T00:50:12.199Z | Compiling heck v0.3.3 |
2429 | 2025-07-23T00:50:12.420Z | Checking waitgroup v0.1.2 |
2430 | 2025-07-23T00:50:12.582Z | Checking rustls-pemfile v2.2.0 |
2431 | 2025-07-23T00:50:12.635Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2432 | 2025-07-23T00:50:12.811Z | Compiling dropshot_endpoint v0.16.2 |
2433 | 2025-07-23T00:50:12.892Z | Checking serde_path_to_error v0.1.17 |
2434 | 2025-07-23T00:50:13.335Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2435 | 2025-07-23T00:50:13.441Z | Compiling derive-where v1.5.0 |
2436 | 2025-07-23T00:50:13.675Z | Checking cstr-argument v0.1.2 |
2437 | 2025-07-23T00:50:13.889Z | Checking hostname v0.4.0 |
2438 | 2025-07-23T00:50:13.993Z | Checking instant v0.1.13 |
2439 | 2025-07-23T00:50:14.071Z | Checking debug-ignore v1.0.5 |
2440 | 2025-07-23T00:50:14.137Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2441 | 2025-07-23T00:50:14.265Z | Checking pretty-hex v0.2.1 |
2442 | 2025-07-23T00:50:14.385Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2443 | 2025-07-23T00:50:14.445Z | Checking backoff v0.4.0 |
2444 | 2025-07-23T00:50:14.471Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2445 | 2025-07-23T00:50:14.739Z | Checking parse-display v0.10.0 |
2446 | 2025-07-23T00:50:14.766Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2447 | 2025-07-23T00:50:14.790Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2448 | 2025-07-23T00:50:14.923Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2449 | 2025-07-23T00:50:14.983Z | Checking serde_with v3.14.0 |
2450 | 2025-07-23T00:50:15.030Z | Compiling zone_cfg_derive v0.1.2 |
2451 | 2025-07-23T00:50:15.096Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2452 | 2025-07-23T00:50:15.122Z | Checking tokio-tungstenite v0.21.0 |
2453 | 2025-07-23T00:50:15.726Z | Checking iddqd v0.3.9 |
2454 | 2025-07-23T00:50:15.755Z | Checking slog-stdlog v4.1.1 |
2455 | 2025-07-23T00:50:15.938Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2456 | 2025-07-23T00:50:16.118Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2457 | 2025-07-23T00:50:16.154Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2458 | 2025-07-23T00:50:16.416Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2459 | 2025-07-23T00:50:16.441Z | Checking progenitor-client v0.10.0 |
2460 | 2025-07-23T00:50:16.465Z | Checking colored v2.2.0 |
2461 | 2025-07-23T00:50:16.824Z | Checking macaddr v1.0.1 |
2462 | 2025-07-23T00:50:16.848Z | Checking base64 v0.13.1 |
2463 | 2025-07-23T00:50:17.156Z | Checking unicode-width v0.1.14 |
2464 | 2025-07-23T00:50:17.249Z | Checking base64 v0.21.7 |
2465 | 2025-07-23T00:50:17.273Z | Checking number_prefix v0.4.0 |
2466 | 2025-07-23T00:50:17.297Z | Checking ron v0.7.1 |
2467 | 2025-07-23T00:50:17.561Z | Checking indicatif v0.17.11 |
2468 | 2025-07-23T00:50:17.669Z | Checking tabwriter v1.4.0 |
2469 | 2025-07-23T00:50:17.745Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2470 | 2025-07-23T00:50:17.840Z | Compiling typify-macro v0.2.0 |
2471 | 2025-07-23T00:50:17.918Z | Checking zone v0.1.8 |
2472 | 2025-07-23T00:50:17.952Z | Compiling typify-macro v0.3.0 |
2473 | 2025-07-23T00:50:18.176Z | Checking slog-envlogger v2.2.0 |
2474 | 2025-07-23T00:50:18.227Z | Checking xz2 v0.1.7 |
2475 | 2025-07-23T00:50:18.345Z | Checking tokio-dtrace v0.1.0 |
2476 | 2025-07-23T00:50:18.414Z | Checking xattr v1.3.1 |
2477 | 2025-07-23T00:50:18.528Z | Checking yasna v0.5.2 |
2478 | 2025-07-23T00:50:18.552Z | Checking pem v3.0.5 |
2479 | 2025-07-23T00:50:18.635Z | Checking smf v0.2.3 |
2480 | 2025-07-23T00:50:18.659Z | Checking headers-core v0.3.0 |
2481 | 2025-07-23T00:50:18.827Z | Checking filetime v0.2.25 |
2482 | 2025-07-23T00:50:18.852Z | Checking same-file v1.0.6 |
2483 | 2025-07-23T00:50:19.045Z | Checking walkdir v2.5.0 |
2484 | 2025-07-23T00:50:19.069Z | Checking tar v0.4.44 |
2485 | 2025-07-23T00:50:19.094Z | Checking headers v0.4.1 |
2486 | 2025-07-23T00:50:19.234Z | Checking oxide-tokio-rt v0.1.2 |
2487 | 2025-07-23T00:50:19.300Z | Checking rcgen v0.12.1 |
2488 | 2025-07-23T00:50:19.341Z | Checking camino-tempfile v1.4.1 |
2489 | 2025-07-23T00:50:19.466Z | Checking atomicwrites v0.4.4 |
2490 | 2025-07-23T00:50:19.633Z | Checking subprocess v0.2.9 |
2491 | 2025-07-23T00:50:20.923Z | Compiling typify v0.2.0 |
2492 | 2025-07-23T00:50:21.074Z | Compiling progenitor-impl v0.8.0 |
2493 | 2025-07-23T00:50:21.098Z | Compiling typify v0.3.0 |
2494 | 2025-07-23T00:50:21.245Z | Compiling progenitor-impl v0.9.1 |
2495 | 2025-07-23T00:50:24.564Z | Compiling progenitor-macro v0.8.0 |
2496 | 2025-07-23T00:50:24.736Z | Compiling progenitor-macro v0.9.1 |
2497 | 2025-07-23T00:50:29.494Z | Checking progenitor v0.8.0 |
2498 | 2025-07-23T00:50:29.724Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2499 | 2025-07-23T00:50:30.500Z | Checking progenitor v0.9.1 |
2500 | 2025-07-23T00:50:30.699Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2501 | 2025-07-23T00:50:33.189Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2502 | 2025-07-23T00:50:34.676Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2503 | 2025-07-23T00:50:43.441Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2504 | 2025-07-23T00:50:45.681Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2505 | 2025-07-23T00:50:47.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.82s |
2506 | 2025-07-23T00:50:47.741Z | |
2507 | 2025-07-23T00:50:47.741Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
2508 | 2025-07-23T00:50:48.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-07-23T00:50:48.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-07-23T00:50:48.847Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2511 | 2025-07-23T00:50:50.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
2512 | 2025-07-23T00:50:51.090Z | |
2513 | 2025-07-23T00:50:51.090Z | info: running `cargo check --bins` on nexus-config (52/221) |
2514 | 2025-07-23T00:50:52.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-07-23T00:50:52.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-07-23T00:50:52.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-07-23T00:50:52.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2518 | 2025-07-23T00:50:52.167Z | |
2519 | 2025-07-23T00:50:52.167Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
2520 | 2025-07-23T00:50:53.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-07-23T00:50:53.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-07-23T00:50:53.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-07-23T00:50:53.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2524 | 2025-07-23T00:50:53.161Z | |
2525 | 2025-07-23T00:50:53.161Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
2526 | 2025-07-23T00:50:54.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-07-23T00:50:54.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-07-23T00:50:54.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-07-23T00:50:54.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2530 | 2025-07-23T00:50:54.241Z | |
2531 | 2025-07-23T00:50:54.241Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
2532 | 2025-07-23T00:50:55.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-07-23T00:50:55.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-07-23T00:50:55.496Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2535 | 2025-07-23T00:50:55.530Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2536 | 2025-07-23T00:50:55.554Z | Compiling rustix v1.0.7 |
2537 | 2025-07-23T00:50:55.554Z | Compiling darling_core v0.21.0 |
2538 | 2025-07-23T00:50:55.594Z | Compiling wait-timeout v0.2.0 |
2539 | 2025-07-23T00:50:55.594Z | Compiling match_cfg v0.1.0 |
2540 | 2025-07-23T00:50:55.618Z | Compiling bit-vec v0.8.0 |
2541 | 2025-07-23T00:50:55.618Z | Compiling quick-error v1.2.3 |
2542 | 2025-07-23T00:50:55.683Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2543 | 2025-07-23T00:50:55.715Z | Compiling hostname v0.3.1 |
2544 | 2025-07-23T00:50:55.839Z | Compiling rustls v0.22.4 |
2545 | 2025-07-23T00:50:55.936Z | Compiling progenitor-client v0.9.1 |
2546 | 2025-07-23T00:50:56.007Z | Compiling bit-set v0.8.0 |
2547 | 2025-07-23T00:50:56.053Z | Compiling slog-json v2.6.1 |
2548 | 2025-07-23T00:50:56.113Z | Compiling rand_xorshift v0.4.0 |
2549 | 2025-07-23T00:50:56.169Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2550 | 2025-07-23T00:50:56.296Z | Compiling itertools v0.14.0 |
2551 | 2025-07-23T00:50:56.401Z | Compiling hex v0.4.3 |
2552 | 2025-07-23T00:50:56.426Z | Compiling unarray v0.1.4 |
2553 | 2025-07-23T00:50:56.450Z | Compiling heapless v0.8.0 |
2554 | 2025-07-23T00:50:56.606Z | Compiling progenitor v0.9.1 |
2555 | 2025-07-23T00:50:56.834Z | Compiling slog-bunyan v2.5.0 |
2556 | 2025-07-23T00:50:56.917Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2557 | 2025-07-23T00:50:57.065Z | Compiling tempfile v3.20.0 |
2558 | 2025-07-23T00:50:57.089Z | Compiling async-stream v0.3.6 |
2559 | 2025-07-23T00:50:57.213Z | Compiling ref-cast v1.0.24 |
2560 | 2025-07-23T00:50:57.380Z | Compiling multer v3.1.0 |
2561 | 2025-07-23T00:50:57.406Z | Compiling toml v0.8.23 |
2562 | 2025-07-23T00:50:57.480Z | Compiling waitgroup v0.1.2 |
2563 | 2025-07-23T00:50:57.706Z | Compiling rusty-fork v0.3.0 |
2564 | 2025-07-23T00:50:57.822Z | Compiling rustls-pemfile v2.2.0 |
2565 | 2025-07-23T00:50:58.146Z | Compiling proptest v1.7.0 |
2566 | 2025-07-23T00:50:58.286Z | Checking hash32 v0.3.1 |
2567 | 2025-07-23T00:50:58.339Z | Compiling serde_path_to_error v0.1.17 |
2568 | 2025-07-23T00:50:58.491Z | Compiling hostname v0.4.0 |
2569 | 2025-07-23T00:50:58.714Z | Compiling instant v0.1.13 |
2570 | 2025-07-23T00:50:58.753Z | Compiling debug-ignore v1.0.5 |
2571 | 2025-07-23T00:50:58.890Z | Compiling smoltcp v0.11.0 |
2572 | 2025-07-23T00:50:58.915Z | Compiling backoff v0.4.0 |
2573 | 2025-07-23T00:50:59.056Z | Compiling iddqd v0.3.9 |
2574 | 2025-07-23T00:50:59.254Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2575 | 2025-07-23T00:50:59.492Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2576 | 2025-07-23T00:50:59.680Z | Compiling tokio-rustls v0.25.0 |
2577 | 2025-07-23T00:50:59.715Z | Compiling parse-display v0.10.0 |
2578 | 2025-07-23T00:51:00.063Z | Compiling dropshot v0.16.2 |
2579 | 2025-07-23T00:51:00.242Z | Compiling serde_with v3.14.0 |
2580 | 2025-07-23T00:51:00.865Z | Compiling darling_macro v0.21.0 |
2581 | 2025-07-23T00:51:01.367Z | Checking num-rational v0.4.2 |
2582 | 2025-07-23T00:51:01.625Z | Compiling darling v0.21.0 |
2583 | 2025-07-23T00:51:01.750Z | Compiling ingot-macros v0.1.1 |
2584 | 2025-07-23T00:51:01.917Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2585 | 2025-07-23T00:51:02.592Z | Compiling progenitor-client v0.10.0 |
2586 | 2025-07-23T00:51:02.843Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2587 | 2025-07-23T00:51:03.150Z | Checking num-complex v0.4.6 |
2588 | 2025-07-23T00:51:03.904Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2589 | 2025-07-23T00:51:04.681Z | Compiling macaddr v1.0.1 |
2590 | 2025-07-23T00:51:04.903Z | Checking cobs v0.2.3 |
2591 | 2025-07-23T00:51:05.105Z | Checking postcard v1.0.10 |
2592 | 2025-07-23T00:51:05.220Z | Compiling num v0.4.3 |
2593 | 2025-07-23T00:51:05.425Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2594 | 2025-07-23T00:51:05.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2595 | 2025-07-23T00:51:05.680Z | Checking float-ord v0.3.2 |
2596 | 2025-07-23T00:51:05.852Z | Compiling convert_case v0.4.0 |
2597 | 2025-07-23T00:51:06.045Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2598 | 2025-07-23T00:51:06.080Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2599 | 2025-07-23T00:51:06.598Z | Compiling derive_more v0.99.20 |
2600 | 2025-07-23T00:51:06.855Z | Checking siphasher v1.0.1 |
2601 | 2025-07-23T00:51:07.174Z | Checking linked-hash-map v0.5.6 |
2602 | 2025-07-23T00:51:07.456Z | Checking ingot-types v0.1.2 |
2603 | 2025-07-23T00:51:07.554Z | Compiling crucible-workspace-hack v0.1.0 |
2604 | 2025-07-23T00:51:07.726Z | Checking lru-cache v0.1.2 |
2605 | 2025-07-23T00:51:07.855Z | Checking phf_shared v0.12.1 |
2606 | 2025-07-23T00:51:07.926Z | Checking newline-converter v0.3.0 |
2607 | 2025-07-23T00:51:08.031Z | Checking resolv-conf v0.7.0 |
2608 | 2025-07-23T00:51:08.120Z | Checking hickory-proto v0.24.4 |
2609 | 2025-07-23T00:51:08.189Z | Checking ingot v0.1.1 |
2610 | 2025-07-23T00:51:08.381Z | Checking prettyplease v0.2.35 |
2611 | 2025-07-23T00:51:08.983Z | Compiling slog-dtrace v0.3.0 |
2612 | 2025-07-23T00:51:09.296Z | Compiling chrono-tz v0.10.4 |
2613 | 2025-07-23T00:51:09.450Z | Compiling zone_cfg_derive v0.3.0 |
2614 | 2025-07-23T00:51:09.600Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2615 | 2025-07-23T00:51:10.422Z | Checking expectorate v1.2.0 |
2616 | 2025-07-23T00:51:10.524Z | Checking phf v0.12.1 |
2617 | 2025-07-23T00:51:10.645Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2618 | 2025-07-23T00:51:10.691Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2619 | 2025-07-23T00:51:10.786Z | Compiling const_format_proc_macros v0.2.34 |
2620 | 2025-07-23T00:51:10.983Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2621 | 2025-07-23T00:51:11.167Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2622 | 2025-07-23T00:51:11.620Z | Compiling num-derive v0.4.2 |
2623 | 2025-07-23T00:51:11.871Z | Checking highway v1.3.0 |
2624 | 2025-07-23T00:51:11.895Z | Checking hickory-resolver v0.24.4 |
2625 | 2025-07-23T00:51:12.013Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2626 | 2025-07-23T00:51:12.289Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2627 | 2025-07-23T00:51:12.343Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2628 | 2025-07-23T00:51:12.429Z | Checking const_format v0.2.34 |
2629 | 2025-07-23T00:51:12.619Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2630 | 2025-07-23T00:51:12.880Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2631 | 2025-07-23T00:51:13.292Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2632 | 2025-07-23T00:51:13.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2633 | 2025-07-23T00:51:13.433Z | Checking qorb v0.4.0 |
2634 | 2025-07-23T00:51:13.629Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2635 | 2025-07-23T00:51:13.835Z | Checking zone v0.3.1 |
2636 | 2025-07-23T00:51:14.308Z | Checking gethostname v0.5.0 |
2637 | 2025-07-23T00:51:14.456Z | Checking bcs v0.1.6 |
2638 | 2025-07-23T00:51:14.541Z | Checking nanorand v0.7.0 |
2639 | 2025-07-23T00:51:14.862Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2640 | 2025-07-23T00:51:14.906Z | Compiling async-recursion v1.1.1 |
2641 | 2025-07-23T00:51:14.930Z | Checking termtree v0.5.1 |
2642 | 2025-07-23T00:51:15.044Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2643 | 2025-07-23T00:51:15.163Z | Checking flume v0.11.1 |
2644 | 2025-07-23T00:51:21.147Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2645 | 2025-07-23T00:51:25.331Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2646 | 2025-07-23T00:51:29.057Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2647 | 2025-07-23T00:51:30.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.66s |
2648 | 2025-07-23T00:51:31.100Z | |
2649 | 2025-07-23T00:51:31.100Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
2650 | 2025-07-23T00:51:32.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-07-23T00:51:32.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-07-23T00:51:32.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-07-23T00:51:32.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2654 | 2025-07-23T00:51:32.153Z | |
2655 | 2025-07-23T00:51:32.153Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
2656 | 2025-07-23T00:51:33.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-07-23T00:51:33.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-07-23T00:51:33.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-07-23T00:51:33.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2660 | 2025-07-23T00:51:33.201Z | |
2661 | 2025-07-23T00:51:33.201Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
2662 | 2025-07-23T00:51:34.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-07-23T00:51:34.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-07-23T00:51:34.317Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2025-07-23T00:51:35.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
2666 | 2025-07-23T00:51:35.333Z | |
2667 | 2025-07-23T00:51:35.333Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
2668 | 2025-07-23T00:51:36.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-07-23T00:51:36.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-07-23T00:51:36.475Z | Compiling cfg_aliases v0.1.1 |
2671 | 2025-07-23T00:51:36.475Z | Compiling vte_generate_state_changes v0.1.2 |
2672 | 2025-07-23T00:51:36.500Z | Checking fd-lock v4.0.2 |
2673 | 2025-07-23T00:51:36.500Z | Checking nibble_vec v0.1.0 |
2674 | 2025-07-23T00:51:36.500Z | Checking bytecount v0.6.8 |
2675 | 2025-07-23T00:51:36.500Z | Checking endian-type v0.1.2 |
2676 | 2025-07-23T00:51:36.532Z | Compiling tabled_derive v0.7.0 |
2677 | 2025-07-23T00:51:36.630Z | Compiling peg-macros v0.8.5 |
2678 | 2025-07-23T00:51:36.654Z | Compiling nix v0.28.0 |
2679 | 2025-07-23T00:51:36.743Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2680 | 2025-07-23T00:51:36.776Z | Compiling sqlparser_derive v0.2.2 |
2681 | 2025-07-23T00:51:36.801Z | Checking radix_trie v0.2.1 |
2682 | 2025-07-23T00:51:36.801Z | Checking papergrid v0.11.0 |
2683 | 2025-07-23T00:51:37.066Z | Checking vte v0.11.1 |
2684 | 2025-07-23T00:51:37.211Z | Checking unicode_categories v0.1.1 |
2685 | 2025-07-23T00:51:37.507Z | Checking nu-ansi-term v0.50.1 |
2686 | 2025-07-23T00:51:37.625Z | Checking home v0.5.9 |
2687 | 2025-07-23T00:51:37.684Z | Checking sqlparser v0.45.0 |
2688 | 2025-07-23T00:51:37.819Z | Checking sqlformat v0.3.5 |
2689 | 2025-07-23T00:51:37.893Z | Checking display-error-chain v0.2.2 |
2690 | 2025-07-23T00:51:38.243Z | Checking strip-ansi-escapes v0.2.0 |
2691 | 2025-07-23T00:51:38.406Z | Checking reedline v0.40.0 |
2692 | 2025-07-23T00:51:38.436Z | Checking tabled v0.15.0 |
2693 | 2025-07-23T00:51:38.753Z | Checking peg v0.8.5 |
2694 | 2025-07-23T00:51:39.440Z | Checking rustyline v14.0.0 |
2695 | 2025-07-23T00:51:51.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.38s |
2696 | 2025-07-23T00:51:51.911Z | |
2697 | 2025-07-23T00:51:51.911Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
2698 | 2025-07-23T00:51:52.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-07-23T00:51:52.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-07-23T00:51:53.055Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2701 | 2025-07-23T00:52:00.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s |
2702 | 2025-07-23T00:52:00.489Z | |
2703 | 2025-07-23T00:52:00.489Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
2704 | 2025-07-23T00:52:01.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-07-23T00:52:01.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-07-23T00:52:01.626Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2025-07-23T00:52:06.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
2708 | 2025-07-23T00:52:06.770Z | |
2709 | 2025-07-23T00:52:06.770Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
2710 | 2025-07-23T00:52:07.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-07-23T00:52:07.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-07-23T00:52:07.899Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2025-07-23T00:52:14.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.96s |
2714 | 2025-07-23T00:52:14.935Z | |
2715 | 2025-07-23T00:52:14.935Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
2716 | 2025-07-23T00:52:15.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-07-23T00:52:15.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-07-23T00:52:16.075Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2025-07-23T00:52:23.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.12s |
2720 | 2025-07-23T00:52:23.253Z | |
2721 | 2025-07-23T00:52:23.253Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
2722 | 2025-07-23T00:52:24.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-07-23T00:52:24.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-07-23T00:52:24.432Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2725 | 2025-07-23T00:52:29.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s |
2726 | 2025-07-23T00:52:29.964Z | |
2727 | 2025-07-23T00:52:29.964Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
2728 | 2025-07-23T00:52:30.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-07-23T00:52:30.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-07-23T00:52:31.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2025-07-23T00:52:36.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s |
2732 | 2025-07-23T00:52:36.730Z | |
2733 | 2025-07-23T00:52:36.730Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
2734 | 2025-07-23T00:52:37.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-07-23T00:52:37.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-07-23T00:52:37.907Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2737 | 2025-07-23T00:52:45.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
2738 | 2025-07-23T00:52:45.440Z | |
2739 | 2025-07-23T00:52:45.440Z | info: running `cargo check --bins` on oximeter (67/221) |
2740 | 2025-07-23T00:52:46.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-07-23T00:52:46.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-07-23T00:52:46.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-07-23T00:52:46.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2744 | 2025-07-23T00:52:46.510Z | |
2745 | 2025-07-23T00:52:46.510Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
2746 | 2025-07-23T00:52:47.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-07-23T00:52:47.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-07-23T00:52:47.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-07-23T00:52:47.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2750 | 2025-07-23T00:52:47.499Z | |
2751 | 2025-07-23T00:52:47.499Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
2752 | 2025-07-23T00:52:48.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-07-23T00:52:48.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-07-23T00:52:48.650Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2755 | 2025-07-23T00:52:51.435Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2756 | 2025-07-23T00:52:52.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
2757 | 2025-07-23T00:52:52.997Z | |
2758 | 2025-07-23T00:52:52.997Z | info: running `cargo check --bins` on oximeter-types (70/221) |
2759 | 2025-07-23T00:52:53.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-07-23T00:52:53.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-07-23T00:52:53.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-07-23T00:52:53.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2763 | 2025-07-23T00:52:54.059Z | |
2764 | 2025-07-23T00:52:54.059Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
2765 | 2025-07-23T00:52:55.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-07-23T00:52:55.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-07-23T00:52:55.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-07-23T00:52:55.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2769 | 2025-07-23T00:52:55.167Z | |
2770 | 2025-07-23T00:52:55.168Z | info: running `cargo check --bins` on oxql-types (72/221) |
2771 | 2025-07-23T00:52:56.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-07-23T00:52:56.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-07-23T00:52:56.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-07-23T00:52:56.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2775 | 2025-07-23T00:52:56.247Z | |
2776 | 2025-07-23T00:52:56.247Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
2777 | 2025-07-23T00:52:57.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-07-23T00:52:57.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-07-23T00:52:57.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-07-23T00:52:57.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2781 | 2025-07-23T00:52:57.355Z | |
2782 | 2025-07-23T00:52:57.355Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
2783 | 2025-07-23T00:52:58.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-07-23T00:52:58.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-07-23T00:52:58.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-07-23T00:52:58.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2787 | 2025-07-23T00:52:58.406Z | |
2788 | 2025-07-23T00:52:58.406Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
2789 | 2025-07-23T00:52:59.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-07-23T00:52:59.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-07-23T00:52:59.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-07-23T00:52:59.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2793 | 2025-07-23T00:52:59.495Z | |
2794 | 2025-07-23T00:52:59.495Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
2795 | 2025-07-23T00:53:00.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-07-23T00:53:00.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-07-23T00:53:00.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-07-23T00:53:00.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2799 | 2025-07-23T00:53:00.578Z | |
2800 | 2025-07-23T00:53:00.578Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
2801 | 2025-07-23T00:53:01.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-07-23T00:53:01.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-07-23T00:53:01.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-07-23T00:53:01.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2805 | 2025-07-23T00:53:01.627Z | |
2806 | 2025-07-23T00:53:01.628Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
2807 | 2025-07-23T00:53:02.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-07-23T00:53:02.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-07-23T00:53:02.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-07-23T00:53:02.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2811 | 2025-07-23T00:53:02.707Z | |
2812 | 2025-07-23T00:53:02.707Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
2813 | 2025-07-23T00:53:03.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-07-23T00:53:03.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-07-23T00:53:03.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-07-23T00:53:03.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2817 | 2025-07-23T00:53:03.726Z | |
2818 | 2025-07-23T00:53:03.726Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
2819 | 2025-07-23T00:53:04.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-07-23T00:53:04.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-07-23T00:53:04.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-07-23T00:53:04.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2823 | 2025-07-23T00:53:04.835Z | |
2824 | 2025-07-23T00:53:04.835Z | info: running `cargo check --bins` on dns-service-client (81/221) |
2825 | 2025-07-23T00:53:05.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-07-23T00:53:05.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-07-23T00:53:05.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-07-23T00:53:05.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2829 | 2025-07-23T00:53:05.896Z | |
2830 | 2025-07-23T00:53:05.896Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
2831 | 2025-07-23T00:53:06.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-07-23T00:53:06.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-07-23T00:53:06.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-07-23T00:53:06.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2835 | 2025-07-23T00:53:06.949Z | |
2836 | 2025-07-23T00:53:06.949Z | info: running `cargo check --bins` on gateway-client (83/221) |
2837 | 2025-07-23T00:53:07.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-07-23T00:53:07.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-07-23T00:53:07.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-07-23T00:53:07.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2841 | 2025-07-23T00:53:08.033Z | |
2842 | 2025-07-23T00:53:08.034Z | info: running `cargo check --bins` on ereport-types (84/221) |
2843 | 2025-07-23T00:53:08.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-07-23T00:53:08.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-07-23T00:53:08.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-07-23T00:53:08.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2847 | 2025-07-23T00:53:09.103Z | |
2848 | 2025-07-23T00:53:09.103Z | info: running `cargo check --bins` on gateway-types (85/221) |
2849 | 2025-07-23T00:53:10.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-07-23T00:53:10.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-07-23T00:53:10.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-07-23T00:53:10.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2853 | 2025-07-23T00:53:10.158Z | |
2854 | 2025-07-23T00:53:10.158Z | info: running `cargo check --bins` on ipcc (86/221) |
2855 | 2025-07-23T00:53:11.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-07-23T00:53:11.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-07-23T00:53:11.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-07-23T00:53:11.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2859 | 2025-07-23T00:53:11.185Z | |
2860 | 2025-07-23T00:53:11.185Z | info: running `cargo check --bins` on installinator-client (87/221) |
2861 | 2025-07-23T00:53:12.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-07-23T00:53:12.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-07-23T00:53:12.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-07-23T00:53:12.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2865 | 2025-07-23T00:53:12.228Z | |
2866 | 2025-07-23T00:53:12.229Z | info: running `cargo check --bins` on installinator-common (88/221) |
2867 | 2025-07-23T00:53:13.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-07-23T00:53:13.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-07-23T00:53:13.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-07-23T00:53:13.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2871 | 2025-07-23T00:53:13.293Z | |
2872 | 2025-07-23T00:53:13.293Z | info: running `cargo check --bins` on update-engine (89/221) |
2873 | 2025-07-23T00:53:14.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-07-23T00:53:14.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-07-23T00:53:14.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-07-23T00:53:14.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2877 | 2025-07-23T00:53:14.328Z | |
2878 | 2025-07-23T00:53:14.328Z | info: running `cargo check --bins` on nexus-client (90/221) |
2879 | 2025-07-23T00:53:15.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-07-23T00:53:15.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-07-23T00:53:15.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-07-23T00:53:15.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2883 | 2025-07-23T00:53:15.469Z | |
2884 | 2025-07-23T00:53:15.469Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
2885 | 2025-07-23T00:53:16.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-07-23T00:53:16.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-07-23T00:53:16.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-07-23T00:53:16.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2889 | 2025-07-23T00:53:16.560Z | |
2890 | 2025-07-23T00:53:16.560Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
2891 | 2025-07-23T00:53:17.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-07-23T00:53:17.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-07-23T00:53:17.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-07-23T00:53:17.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2895 | 2025-07-23T00:53:17.569Z | |
2896 | 2025-07-23T00:53:17.569Z | info: running `cargo check --bins` on nexus-types (93/221) |
2897 | 2025-07-23T00:53:18.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-07-23T00:53:18.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-07-23T00:53:18.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-07-23T00:53:18.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2901 | 2025-07-23T00:53:18.686Z | |
2902 | 2025-07-23T00:53:18.686Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
2903 | 2025-07-23T00:53:19.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-07-23T00:53:19.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-07-23T00:53:19.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2025-07-23T00:53:19.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2907 | 2025-07-23T00:53:19.679Z | |
2908 | 2025-07-23T00:53:19.679Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
2909 | 2025-07-23T00:53:20.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-07-23T00:53:20.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-07-23T00:53:20.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-07-23T00:53:20.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2913 | 2025-07-23T00:53:20.693Z | |
2914 | 2025-07-23T00:53:20.693Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
2915 | 2025-07-23T00:53:21.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-07-23T00:53:21.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-07-23T00:53:21.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-07-23T00:53:21.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2919 | 2025-07-23T00:53:21.681Z | |
2920 | 2025-07-23T00:53:21.681Z | info: running `cargo check --bins` on oxide-client (97/221) |
2921 | 2025-07-23T00:53:22.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-07-23T00:53:22.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-07-23T00:53:22.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2025-07-23T00:53:22.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2925 | 2025-07-23T00:53:22.716Z | |
2926 | 2025-07-23T00:53:22.716Z | info: running `cargo check --bins` on oximeter-client (98/221) |
2927 | 2025-07-23T00:53:23.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-07-23T00:53:23.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-07-23T00:53:23.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-07-23T00:53:23.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2931 | 2025-07-23T00:53:23.753Z | |
2932 | 2025-07-23T00:53:23.754Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
2933 | 2025-07-23T00:53:24.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-07-23T00:53:24.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-07-23T00:53:24.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-07-23T00:53:24.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2937 | 2025-07-23T00:53:24.753Z | |
2938 | 2025-07-23T00:53:24.753Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
2939 | 2025-07-23T00:53:25.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-07-23T00:53:25.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-07-23T00:53:25.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-07-23T00:53:25.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2943 | 2025-07-23T00:53:25.827Z | |
2944 | 2025-07-23T00:53:25.827Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
2945 | 2025-07-23T00:53:26.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-07-23T00:53:26.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-07-23T00:53:26.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-07-23T00:53:26.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2949 | 2025-07-23T00:53:26.893Z | |
2950 | 2025-07-23T00:53:26.893Z | info: running `cargo check --bins` on wicketd-client (102/221) |
2951 | 2025-07-23T00:53:27.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-07-23T00:53:27.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-07-23T00:53:27.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-07-23T00:53:27.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2955 | 2025-07-23T00:53:28.002Z | |
2956 | 2025-07-23T00:53:28.002Z | info: running `cargo check --bins` on wicket-common (103/221) |
2957 | 2025-07-23T00:53:28.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-07-23T00:53:28.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-07-23T00:53:28.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-07-23T00:53:28.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2961 | 2025-07-23T00:53:29.114Z | |
2962 | 2025-07-23T00:53:29.116Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
2963 | 2025-07-23T00:53:30.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-07-23T00:53:30.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-07-23T00:53:30.260Z | Checking csv-core v0.1.11 |
2966 | 2025-07-23T00:53:30.260Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2967 | 2025-07-23T00:53:30.260Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2968 | 2025-07-23T00:53:30.285Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2969 | 2025-07-23T00:53:30.580Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2970 | 2025-07-23T00:53:30.607Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2971 | 2025-07-23T00:53:30.632Z | Checking csv v1.3.1 |
2972 | 2025-07-23T00:53:31.341Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2973 | 2025-07-23T00:53:31.975Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2974 | 2025-07-23T00:53:34.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2975 | 2025-07-23T00:53:35.130Z | |
2976 | 2025-07-23T00:53:35.130Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
2977 | 2025-07-23T00:53:36.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2025-07-23T00:53:36.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2025-07-23T00:53:36.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2980 | 2025-07-23T00:53:36.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2981 | 2025-07-23T00:53:36.212Z | |
2982 | 2025-07-23T00:53:36.212Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
2983 | 2025-07-23T00:53:37.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2025-07-23T00:53:37.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2025-07-23T00:53:37.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2025-07-23T00:53:37.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2987 | 2025-07-23T00:53:37.262Z | |
2988 | 2025-07-23T00:53:37.262Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
2989 | 2025-07-23T00:53:38.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2025-07-23T00:53:38.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2025-07-23T00:53:38.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2025-07-23T00:53:38.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2993 | 2025-07-23T00:53:38.472Z | |
2994 | 2025-07-23T00:53:38.472Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
2995 | 2025-07-23T00:53:39.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2025-07-23T00:53:39.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2025-07-23T00:53:39.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2025-07-23T00:53:39.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2999 | 2025-07-23T00:53:39.715Z | |
3000 | 2025-07-23T00:53:39.715Z | info: running `cargo check --bins` on dns-server (109/221) |
3001 | 2025-07-23T00:53:40.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2025-07-23T00:53:40.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2025-07-23T00:53:40.804Z | Compiling typify-impl v0.4.1 |
3004 | 2025-07-23T00:53:40.839Z | Compiling parking_lot_core v0.8.6 |
3005 | 2025-07-23T00:53:40.864Z | Compiling moka v0.12.10 |
3006 | 2025-07-23T00:53:40.865Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3007 | 2025-07-23T00:53:40.890Z | Checking tagptr v0.2.0 |
3008 | 2025-07-23T00:53:40.919Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3009 | 2025-07-23T00:53:40.943Z | Checking prefix-trie v0.7.0 |
3010 | 2025-07-23T00:53:41.130Z | Checking fxhash v0.2.1 |
3011 | 2025-07-23T00:53:41.176Z | Checking hickory-client v0.25.2 |
3012 | 2025-07-23T00:53:41.608Z | Checking hickory-server v0.25.2 |
3013 | 2025-07-23T00:53:41.639Z | Checking parking_lot v0.11.2 |
3014 | 2025-07-23T00:53:41.939Z | Checking sled v0.34.7 |
3015 | 2025-07-23T00:53:42.050Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3016 | 2025-07-23T00:53:42.368Z | Checking hickory-resolver v0.25.2 |
3017 | 2025-07-23T00:53:47.773Z | Compiling typify-macro v0.4.1 |
3018 | 2025-07-23T00:53:49.804Z | Compiling typify v0.4.1 |
3019 | 2025-07-23T00:53:49.956Z | Compiling progenitor-impl v0.10.0 |
3020 | 2025-07-23T00:53:53.145Z | Compiling progenitor-macro v0.10.0 |
3021 | 2025-07-23T00:53:57.738Z | Checking progenitor v0.10.0 |
3022 | 2025-07-23T00:53:57.931Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3023 | 2025-07-23T00:53:58.634Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3024 | 2025-07-23T00:54:00.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.91s |
3025 | 2025-07-23T00:54:00.828Z | |
3026 | 2025-07-23T00:54:00.828Z | info: running `cargo check --bins` on dns-server-api (110/221) |
3027 | 2025-07-23T00:54:01.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-07-23T00:54:01.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-07-23T00:54:01.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-07-23T00:54:01.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3031 | 2025-07-23T00:54:01.869Z | |
3032 | 2025-07-23T00:54:01.869Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
3033 | 2025-07-23T00:54:02.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-07-23T00:54:02.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-07-23T00:54:02.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-07-23T00:54:02.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3037 | 2025-07-23T00:54:02.887Z | |
3038 | 2025-07-23T00:54:02.887Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
3039 | 2025-07-23T00:54:03.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-07-23T00:54:03.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-07-23T00:54:03.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-07-23T00:54:03.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3043 | 2025-07-23T00:54:04.015Z | |
3044 | 2025-07-23T00:54:04.016Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
3045 | 2025-07-23T00:54:04.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-07-23T00:54:05.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-07-23T00:54:05.267Z | Checking half v2.4.1 |
3048 | 2025-07-23T00:54:05.267Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3049 | 2025-07-23T00:54:05.267Z | Checking ciborium-io v0.2.2 |
3050 | 2025-07-23T00:54:05.344Z | Compiling semver v0.1.20 |
3051 | 2025-07-23T00:54:05.368Z | Compiling radium v0.7.0 |
3052 | 2025-07-23T00:54:05.392Z | Compiling zerocopy-derive v0.6.6 |
3053 | 2025-07-23T00:54:05.392Z | Checking tap v1.0.1 |
3054 | 2025-07-23T00:54:05.392Z | Compiling maybe-uninit v2.0.0 |
3055 | 2025-07-23T00:54:05.476Z | Checking password-hash v0.5.0 |
3056 | 2025-07-23T00:54:05.591Z | Checking wyz v0.5.1 |
3057 | 2025-07-23T00:54:05.725Z | Checking ciborium-ll v0.2.2 |
3058 | 2025-07-23T00:54:05.800Z | Compiling rustc_version v0.1.7 |
3059 | 2025-07-23T00:54:05.891Z | Checking blake2 v0.10.6 |
3060 | 2025-07-23T00:54:05.915Z | Compiling pin-project-internal v1.1.6 |
3061 | 2025-07-23T00:54:05.941Z | Compiling cancel-safe-futures v0.1.5 |
3062 | 2025-07-23T00:54:05.965Z | Compiling packed_struct v0.10.1 |
3063 | 2025-07-23T00:54:06.034Z | Checking ciborium v0.2.2 |
3064 | 2025-07-23T00:54:06.182Z | Compiling newtype_derive v0.1.6 |
3065 | 2025-07-23T00:54:06.206Z | Checking funty v2.0.0 |
3066 | 2025-07-23T00:54:06.275Z | Checking crc-catalog v2.4.0 |
3067 | 2025-07-23T00:54:06.334Z | Compiling owo-colors v4.2.2 |
3068 | 2025-07-23T00:54:06.402Z | Checking argon2 v0.5.3 |
3069 | 2025-07-23T00:54:06.449Z | Checking crc v3.2.1 |
3070 | 2025-07-23T00:54:06.697Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3071 | 2025-07-23T00:54:06.866Z | Compiling packed_struct_codegen v0.10.1 |
3072 | 2025-07-23T00:54:06.890Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3073 | 2025-07-23T00:54:06.938Z | Checking bitvec v1.0.1 |
3074 | 2025-07-23T00:54:06.996Z | Checking libsw-core v0.3.1 |
3075 | 2025-07-23T00:54:07.026Z | Checking zerocopy v0.6.6 |
3076 | 2025-07-23T00:54:07.053Z | Checking secrecy v0.10.3 |
3077 | 2025-07-23T00:54:07.234Z | Compiling snafu-derive v0.8.5 |
3078 | 2025-07-23T00:54:07.258Z | Compiling indexmap v1.9.3 |
3079 | 2025-07-23T00:54:07.289Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3080 | 2025-07-23T00:54:07.289Z | Checking nodrop v0.1.14 |
3081 | 2025-07-23T00:54:07.501Z | Checking fixedbitset v0.5.7 |
3082 | 2025-07-23T00:54:07.610Z | Checking indent_write v2.2.0 |
3083 | 2025-07-23T00:54:07.693Z | Checking array-init v0.0.4 |
3084 | 2025-07-23T00:54:07.830Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3085 | 2025-07-23T00:54:07.874Z | Checking petgraph v0.8.2 |
3086 | 2025-07-23T00:54:08.177Z | Checking libsw v3.5.0 |
3087 | 2025-07-23T00:54:08.201Z | Checking pin-project v1.1.6 |
3088 | 2025-07-23T00:54:08.397Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3089 | 2025-07-23T00:54:08.471Z | Checking smallvec v0.6.14 |
3090 | 2025-07-23T00:54:09.195Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3091 | 2025-07-23T00:54:09.220Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3092 | 2025-07-23T00:54:09.343Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3093 | 2025-07-23T00:54:09.567Z | Checking globset v0.4.15 |
3094 | 2025-07-23T00:54:09.769Z | Checking olpc-cjson v0.1.4 |
3095 | 2025-07-23T00:54:09.794Z | Checking serde_plain v1.0.2 |
3096 | 2025-07-23T00:54:10.040Z | Checking smawk v0.3.2 |
3097 | 2025-07-23T00:54:10.072Z | Checking unicode-linebreak v0.1.5 |
3098 | 2025-07-23T00:54:10.096Z | Checking termcolor v1.4.1 |
3099 | 2025-07-23T00:54:10.277Z | Checking hashbrown v0.12.3 |
3100 | 2025-07-23T00:54:10.302Z | Checking swrite v0.1.0 |
3101 | 2025-07-23T00:54:10.472Z | Checking linear-map v1.2.0 |
3102 | 2025-07-23T00:54:10.513Z | Checking bitfield v0.14.0 |
3103 | 2025-07-23T00:54:10.538Z | Checking typed-path v0.9.3 |
3104 | 2025-07-23T00:54:10.563Z | Checking env_logger v0.10.2 |
3105 | 2025-07-23T00:54:10.822Z | Checking textwrap v0.16.2 |
3106 | 2025-07-23T00:54:10.846Z | Checking ron v0.8.1 |
3107 | 2025-07-23T00:54:10.872Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3108 | 2025-07-23T00:54:11.019Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3109 | 2025-07-23T00:54:11.237Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3110 | 2025-07-23T00:54:11.310Z | Checking snafu v0.8.5 |
3111 | 2025-07-23T00:54:11.765Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3112 | 2025-07-23T00:54:11.816Z | Checking steno v0.4.1 |
3113 | 2025-07-23T00:54:11.911Z | Checking serde-hex v0.1.0 |
3114 | 2025-07-23T00:54:11.936Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3115 | 2025-07-23T00:54:12.210Z | Checking hashbrown v0.13.2 |
3116 | 2025-07-23T00:54:12.279Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3117 | 2025-07-23T00:54:12.303Z | Checking tough v0.20.0 |
3118 | 2025-07-23T00:54:13.093Z | Checking humantime v2.2.0 |
3119 | 2025-07-23T00:54:13.365Z | Checking crc-any v2.5.0 |
3120 | 2025-07-23T00:54:13.393Z | Checking object v0.30.4 |
3121 | 2025-07-23T00:54:13.707Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3122 | 2025-07-23T00:54:13.731Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
3123 | 2025-07-23T00:54:13.981Z | Checking path-slash v0.1.5 |
3124 | 2025-07-23T00:54:14.032Z | Checking half v1.8.3 |
3125 | 2025-07-23T00:54:14.111Z | Checking void v1.0.2 |
3126 | 2025-07-23T00:54:14.157Z | Checking tungstenite v0.23.0 |
3127 | 2025-07-23T00:54:14.273Z | Checking lzss v0.8.2 |
3128 | 2025-07-23T00:54:14.424Z | Checking serde_cbor v0.11.2 |
3129 | 2025-07-23T00:54:14.668Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3130 | 2025-07-23T00:54:14.957Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3131 | 2025-07-23T00:54:15.217Z | Checking nix v0.27.1 |
3132 | 2025-07-23T00:54:15.241Z | Checking kstat-rs v0.2.4 |
3133 | 2025-07-23T00:54:15.241Z | Checking serde_bytes v0.11.17 |
3134 | 2025-07-23T00:54:15.403Z | Checking tokio-tungstenite v0.23.1 |
3135 | 2025-07-23T00:54:15.524Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3136 | 2025-07-23T00:54:15.560Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3137 | 2025-07-23T00:54:15.589Z | Checking signal-hook-tokio v0.3.1 |
3138 | 2025-07-23T00:54:16.311Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3139 | 2025-07-23T00:54:18.336Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3140 | 2025-07-23T00:54:20.074Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3141 | 2025-07-23T00:54:34.696Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3142 | 2025-07-23T00:54:43.838Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3143 | 2025-07-23T00:54:44.862Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3144 | 2025-07-23T00:54:49.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.10s |
3145 | 2025-07-23T00:54:49.344Z | |
3146 | 2025-07-23T00:54:49.344Z | info: running `cargo check --bins` on gateway-api (114/221) |
3147 | 2025-07-23T00:54:50.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2025-07-23T00:54:50.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2025-07-23T00:54:50.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3150 | 2025-07-23T00:54:50.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3151 | 2025-07-23T00:54:50.384Z | |
3152 | 2025-07-23T00:54:50.384Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
3153 | 2025-07-23T00:54:51.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2025-07-23T00:54:51.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2025-07-23T00:54:51.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3156 | 2025-07-23T00:54:51.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3157 | 2025-07-23T00:54:51.416Z | |
3158 | 2025-07-23T00:54:51.416Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
3159 | 2025-07-23T00:54:52.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2025-07-23T00:54:52.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2025-07-23T00:54:52.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2025-07-23T00:54:52.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3163 | 2025-07-23T00:54:52.520Z | |
3164 | 2025-07-23T00:54:52.520Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
3165 | 2025-07-23T00:54:53.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-07-23T00:54:53.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-07-23T00:54:53.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3168 | 2025-07-23T00:54:53.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3169 | 2025-07-23T00:54:53.585Z | |
3170 | 2025-07-23T00:54:53.585Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
3171 | 2025-07-23T00:54:54.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-07-23T00:54:54.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-07-23T00:54:54.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2025-07-23T00:54:54.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3175 | 2025-07-23T00:54:54.620Z | |
3176 | 2025-07-23T00:54:54.620Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
3177 | 2025-07-23T00:54:55.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-07-23T00:54:55.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-07-23T00:54:55.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3180 | 2025-07-23T00:54:55.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3181 | 2025-07-23T00:54:55.688Z | |
3182 | 2025-07-23T00:54:55.688Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
3183 | 2025-07-23T00:54:56.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-07-23T00:54:56.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-07-23T00:54:56.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2025-07-23T00:54:56.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3187 | 2025-07-23T00:54:56.777Z | |
3188 | 2025-07-23T00:54:56.777Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
3189 | 2025-07-23T00:54:57.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-07-23T00:54:57.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-07-23T00:54:57.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2025-07-23T00:54:57.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3193 | 2025-07-23T00:54:57.791Z | |
3194 | 2025-07-23T00:54:57.791Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
3195 | 2025-07-23T00:54:58.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-07-23T00:54:58.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-07-23T00:54:58.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2025-07-23T00:54:58.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3199 | 2025-07-23T00:54:58.861Z | |
3200 | 2025-07-23T00:54:58.862Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
3201 | 2025-07-23T00:54:59.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-07-23T00:54:59.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-07-23T00:54:59.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2025-07-23T00:54:59.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3205 | 2025-07-23T00:54:59.889Z | |
3206 | 2025-07-23T00:54:59.889Z | info: running `cargo check --bins` on sp-sim (124/221) |
3207 | 2025-07-23T00:55:00.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-07-23T00:55:00.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-07-23T00:55:00.971Z | Compiling nix v0.30.1 |
3210 | 2025-07-23T00:55:00.971Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3211 | 2025-07-23T00:55:00.971Z | Checking keccak v0.1.5 |
3212 | 2025-07-23T00:55:01.330Z | Checking sha3 v0.10.8 |
3213 | 2025-07-23T00:55:01.379Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3214 | 2025-07-23T00:55:03.589Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3215 | 2025-07-23T00:55:06.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
3216 | 2025-07-23T00:55:06.462Z | |
3217 | 2025-07-23T00:55:06.462Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
3218 | 2025-07-23T00:55:07.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-07-23T00:55:07.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-07-23T00:55:07.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2025-07-23T00:55:07.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3222 | 2025-07-23T00:55:07.605Z | |
3223 | 2025-07-23T00:55:07.605Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
3224 | 2025-07-23T00:55:08.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-07-23T00:55:08.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-07-23T00:55:08.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-07-23T00:55:08.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3228 | 2025-07-23T00:55:08.734Z | |
3229 | 2025-07-23T00:55:08.734Z | info: running `cargo check --bins` on db-macros (127/221) |
3230 | 2025-07-23T00:55:09.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-07-23T00:55:09.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-07-23T00:55:09.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-07-23T00:55:09.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3234 | 2025-07-23T00:55:09.700Z | |
3235 | 2025-07-23T00:55:09.700Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
3236 | 2025-07-23T00:55:10.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-07-23T00:55:10.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-07-23T00:55:10.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-07-23T00:55:10.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3240 | 2025-07-23T00:55:10.684Z | |
3241 | 2025-07-23T00:55:10.684Z | info: running `cargo check --bins` on nexus-auth (129/221) |
3242 | 2025-07-23T00:55:11.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-07-23T00:55:11.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-07-23T00:55:11.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-07-23T00:55:11.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3246 | 2025-07-23T00:55:11.833Z | |
3247 | 2025-07-23T00:55:11.834Z | info: running `cargo check --bins` on authz-macros (130/221) |
3248 | 2025-07-23T00:55:12.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-07-23T00:55:12.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-07-23T00:55:12.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2025-07-23T00:55:12.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3252 | 2025-07-23T00:55:12.815Z | |
3253 | 2025-07-23T00:55:12.815Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
3254 | 2025-07-23T00:55:13.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2025-07-23T00:55:13.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2025-07-23T00:55:13.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3257 | 2025-07-23T00:55:13.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3258 | 2025-07-23T00:55:13.892Z | |
3259 | 2025-07-23T00:55:13.892Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
3260 | 2025-07-23T00:55:14.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2025-07-23T00:55:14.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2025-07-23T00:55:14.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3263 | 2025-07-23T00:55:14.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3264 | 2025-07-23T00:55:14.978Z | |
3265 | 2025-07-23T00:55:14.979Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
3266 | 2025-07-23T00:55:15.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-07-23T00:55:15.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-07-23T00:55:15.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3269 | 2025-07-23T00:55:15.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3270 | 2025-07-23T00:55:15.983Z | |
3271 | 2025-07-23T00:55:15.983Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
3272 | 2025-07-23T00:55:16.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-07-23T00:55:16.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-07-23T00:55:16.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-07-23T00:55:16.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3276 | 2025-07-23T00:55:17.038Z | |
3277 | 2025-07-23T00:55:17.038Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
3278 | 2025-07-23T00:55:18.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-07-23T00:55:18.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-07-23T00:55:18.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2025-07-23T00:55:18.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3282 | 2025-07-23T00:55:18.141Z | |
3283 | 2025-07-23T00:55:18.141Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
3284 | 2025-07-23T00:55:19.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-07-23T00:55:19.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-07-23T00:55:19.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2025-07-23T00:55:19.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3288 | 2025-07-23T00:55:19.240Z | |
3289 | 2025-07-23T00:55:19.240Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
3290 | 2025-07-23T00:55:20.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2025-07-23T00:55:20.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2025-07-23T00:55:20.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2025-07-23T00:55:20.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3294 | 2025-07-23T00:55:20.384Z | |
3295 | 2025-07-23T00:55:20.385Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
3296 | 2025-07-23T00:55:21.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2025-07-23T00:55:21.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2025-07-23T00:55:21.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2025-07-23T00:55:21.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3300 | 2025-07-23T00:55:21.475Z | |
3301 | 2025-07-23T00:55:21.475Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
3302 | 2025-07-23T00:55:22.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2025-07-23T00:55:22.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2025-07-23T00:55:22.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2025-07-23T00:55:22.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3306 | 2025-07-23T00:55:22.509Z | |
3307 | 2025-07-23T00:55:22.509Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
3308 | 2025-07-23T00:55:23.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2025-07-23T00:55:23.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2025-07-23T00:55:23.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2025-07-23T00:55:23.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3312 | 2025-07-23T00:55:23.534Z | |
3313 | 2025-07-23T00:55:23.534Z | info: running `cargo check --bins` on key-manager (141/221) |
3314 | 2025-07-23T00:55:24.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2025-07-23T00:55:24.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2025-07-23T00:55:24.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2025-07-23T00:55:24.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3318 | 2025-07-23T00:55:24.545Z | |
3319 | 2025-07-23T00:55:24.545Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
3320 | 2025-07-23T00:55:25.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2025-07-23T00:55:25.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2025-07-23T00:55:25.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2025-07-23T00:55:25.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3324 | 2025-07-23T00:55:25.590Z | |
3325 | 2025-07-23T00:55:25.590Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
3326 | 2025-07-23T00:55:26.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2025-07-23T00:55:26.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2025-07-23T00:55:26.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2025-07-23T00:55:26.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3330 | 2025-07-23T00:55:26.667Z | |
3331 | 2025-07-23T00:55:26.668Z | info: running `cargo check --bins` on typed-rng (144/221) |
3332 | 2025-07-23T00:55:27.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2025-07-23T00:55:27.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2025-07-23T00:55:27.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2025-07-23T00:55:27.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3336 | 2025-07-23T00:55:27.586Z | |
3337 | 2025-07-23T00:55:27.586Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
3338 | 2025-07-23T00:55:28.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2025-07-23T00:55:28.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2025-07-23T00:55:28.891Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3341 | 2025-07-23T00:55:28.891Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3342 | 2025-07-23T00:55:28.891Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3343 | 2025-07-23T00:55:28.915Z | Compiling thiserror-impl-no-std v2.0.2 |
3344 | 2025-07-23T00:55:28.916Z | Checking universal-hash v0.5.1 |
3345 | 2025-07-23T00:55:28.916Z | Checking opaque-debug v0.3.1 |
3346 | 2025-07-23T00:55:28.916Z | Checking chacha20 v0.9.1 |
3347 | 2025-07-23T00:55:28.940Z | Checking aead v0.5.2 |
3348 | 2025-07-23T00:55:29.095Z | Compiling unicase v2.7.0 |
3349 | 2025-07-23T00:55:29.203Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3350 | 2025-07-23T00:55:29.227Z | Checking poly1305 v0.8.0 |
3351 | 2025-07-23T00:55:29.296Z | Compiling libefi-sys v0.1.0 |
3352 | 2025-07-23T00:55:29.362Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3353 | 2025-07-23T00:55:29.386Z | Compiling bitfield-struct v0.6.2 |
3354 | 2025-07-23T00:55:29.458Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3355 | 2025-07-23T00:55:29.555Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3356 | 2025-07-23T00:55:29.630Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3357 | 2025-07-23T00:55:29.723Z | Checking chacha20poly1305 v0.10.1 |
3358 | 2025-07-23T00:55:29.860Z | Compiling proc-macro-error-attr2 v2.0.0 |
3359 | 2025-07-23T00:55:29.925Z | Compiling salty v0.3.0 |
3360 | 2025-07-23T00:55:29.949Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3361 | 2025-07-23T00:55:29.986Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3362 | 2025-07-23T00:55:30.380Z | Compiling num-derive v0.3.3 |
3363 | 2025-07-23T00:55:30.532Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3364 | 2025-07-23T00:55:30.556Z | Compiling proc-macro-error2 v2.0.1 |
3365 | 2025-07-23T00:55:30.606Z | Compiling xshell-macros v0.2.7 |
3366 | 2025-07-23T00:55:31.054Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3367 | 2025-07-23T00:55:31.104Z | Compiling tabled_derive v0.10.0 |
3368 | 2025-07-23T00:55:31.263Z | Checking xshell v0.2.7 |
3369 | 2025-07-23T00:55:31.300Z | Checking thiserror-no-std v2.0.2 |
3370 | 2025-07-23T00:55:31.431Z | Checking vsss-rs v3.3.4 |
3371 | 2025-07-23T00:55:31.481Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3372 | 2025-07-23T00:55:31.599Z | Compiling mime_guess v2.0.5 |
3373 | 2025-07-23T00:55:31.746Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3374 | 2025-07-23T00:55:31.993Z | Checking libscf-sys v1.1.0 |
3375 | 2025-07-23T00:55:32.584Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3376 | 2025-07-23T00:55:32.727Z | Checking papergrid v0.14.0 |
3377 | 2025-07-23T00:55:32.939Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3378 | 2025-07-23T00:55:33.392Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3379 | 2025-07-23T00:55:33.739Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3380 | 2025-07-23T00:55:33.978Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3381 | 2025-07-23T00:55:34.003Z | Checking primeorder v0.13.6 |
3382 | 2025-07-23T00:55:34.134Z | Checking env_filter v0.1.2 |
3383 | 2025-07-23T00:55:34.374Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3384 | 2025-07-23T00:55:34.439Z | Checking p384 v0.13.0 |
3385 | 2025-07-23T00:55:34.628Z | Checking env_logger v0.11.5 |
3386 | 2025-07-23T00:55:34.748Z | Checking tabled v0.18.0 |
3387 | 2025-07-23T00:55:34.946Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3388 | 2025-07-23T00:55:34.971Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3389 | 2025-07-23T00:55:35.149Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3390 | 2025-07-23T00:55:35.499Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3391 | 2025-07-23T00:55:35.523Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3392 | 2025-07-23T00:55:35.548Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3393 | 2025-07-23T00:55:35.613Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3394 | 2025-07-23T00:55:35.782Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3395 | 2025-07-23T00:55:35.831Z | Checking http-range v0.1.5 |
3396 | 2025-07-23T00:55:36.023Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3397 | 2025-07-23T00:55:36.092Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3398 | 2025-07-23T00:55:36.407Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3399 | 2025-07-23T00:55:36.528Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3400 | 2025-07-23T00:55:36.609Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3401 | 2025-07-23T00:55:36.833Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3402 | 2025-07-23T00:55:36.865Z | Checking secrecy v0.8.0 |
3403 | 2025-07-23T00:55:36.952Z | Checking atty v0.2.14 |
3404 | 2025-07-23T00:55:37.072Z | Checking crc8 v0.1.1 |
3405 | 2025-07-23T00:55:37.111Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3406 | 2025-07-23T00:55:37.364Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3407 | 2025-07-23T00:55:37.388Z | Checking hyper-staticfile v0.10.1 |
3408 | 2025-07-23T00:55:37.870Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3409 | 2025-07-23T00:55:37.898Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3410 | 2025-07-23T00:55:37.926Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3411 | 2025-07-23T00:55:38.287Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3412 | 2025-07-23T00:55:38.330Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3413 | 2025-07-23T00:55:38.481Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3414 | 2025-07-23T00:55:38.656Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3415 | 2025-07-23T00:55:38.892Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3416 | 2025-07-23T00:55:39.692Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3417 | 2025-07-23T00:55:39.692Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3418 | 2025-07-23T00:55:39.716Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3419 | 2025-07-23T00:55:40.400Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3420 | 2025-07-23T00:55:40.837Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3421 | 2025-07-23T00:55:41.250Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3422 | 2025-07-23T00:55:42.581Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3423 | 2025-07-23T00:55:44.483Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3424 | 2025-07-23T00:55:50.946Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3425 | 2025-07-23T00:56:09.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.66s |
3426 | 2025-07-23T00:56:09.471Z | |
3427 | 2025-07-23T00:56:09.471Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
3428 | 2025-07-23T00:56:10.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2025-07-23T00:56:10.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2025-07-23T00:56:10.756Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3431 | 2025-07-23T00:56:29.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s |
3432 | 2025-07-23T00:56:29.900Z | |
3433 | 2025-07-23T00:56:29.900Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
3434 | 2025-07-23T00:56:30.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3435 | 2025-07-23T00:56:31.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3436 | 2025-07-23T00:56:31.231Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3437 | 2025-07-23T00:56:50.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.17s |
3438 | 2025-07-23T00:56:50.287Z | |
3439 | 2025-07-23T00:56:50.287Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
3440 | 2025-07-23T00:56:51.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3441 | 2025-07-23T00:56:51.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3442 | 2025-07-23T00:56:51.522Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3443 | 2025-07-23T00:57:10.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.07s |
3444 | 2025-07-23T00:57:10.599Z | |
3445 | 2025-07-23T00:57:10.599Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
3446 | 2025-07-23T00:57:11.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2025-07-23T00:57:11.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2025-07-23T00:57:11.858Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3449 | 2025-07-23T00:57:30.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s |
3450 | 2025-07-23T00:57:30.307Z | |
3451 | 2025-07-23T00:57:30.307Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
3452 | 2025-07-23T00:57:31.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2025-07-23T00:57:31.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2025-07-23T00:57:31.656Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3455 | 2025-07-23T00:57:50.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.81s |
3456 | 2025-07-23T00:57:50.339Z | |
3457 | 2025-07-23T00:57:50.339Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
3458 | 2025-07-23T00:57:51.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2025-07-23T00:57:51.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2025-07-23T00:57:51.590Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3461 | 2025-07-23T00:58:10.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s |
3462 | 2025-07-23T00:58:10.512Z | |
3463 | 2025-07-23T00:58:10.513Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
3464 | 2025-07-23T00:58:11.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2025-07-23T00:58:11.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2025-07-23T00:58:11.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3467 | 2025-07-23T00:58:30.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.92s |
3468 | 2025-07-23T00:58:30.641Z | |
3469 | 2025-07-23T00:58:30.641Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
3470 | 2025-07-23T00:58:31.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3471 | 2025-07-23T00:58:31.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3472 | 2025-07-23T00:58:31.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3473 | 2025-07-23T00:58:31.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3474 | 2025-07-23T00:58:31.704Z | |
3475 | 2025-07-23T00:58:31.704Z | info: running `cargo check --bins` on range-requests (154/221) |
3476 | 2025-07-23T00:58:32.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-07-23T00:58:32.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-07-23T00:58:32.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3479 | 2025-07-23T00:58:32.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3480 | 2025-07-23T00:58:32.727Z | |
3481 | 2025-07-23T00:58:32.728Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
3482 | 2025-07-23T00:58:33.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2025-07-23T00:58:33.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2025-07-23T00:58:33.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3485 | 2025-07-23T00:58:33.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3486 | 2025-07-23T00:58:33.712Z | |
3487 | 2025-07-23T00:58:33.712Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
3488 | 2025-07-23T00:58:34.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3489 | 2025-07-23T00:58:34.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3490 | 2025-07-23T00:58:34.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3491 | 2025-07-23T00:58:34.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3492 | 2025-07-23T00:58:34.742Z | |
3493 | 2025-07-23T00:58:34.744Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
3494 | 2025-07-23T00:58:35.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-07-23T00:58:35.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-07-23T00:58:35.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3497 | 2025-07-23T00:58:35.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3498 | 2025-07-23T00:58:35.769Z | |
3499 | 2025-07-23T00:58:35.769Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
3500 | 2025-07-23T00:58:36.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-07-23T00:58:36.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-07-23T00:58:36.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2025-07-23T00:58:36.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3504 | 2025-07-23T00:58:36.821Z | |
3505 | 2025-07-23T00:58:36.821Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
3506 | 2025-07-23T00:58:37.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2025-07-23T00:58:37.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2025-07-23T00:58:37.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2025-07-23T00:58:37.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3510 | 2025-07-23T00:58:37.904Z | |
3511 | 2025-07-23T00:58:37.904Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
3512 | 2025-07-23T00:58:38.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-07-23T00:58:38.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-07-23T00:58:38.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2025-07-23T00:58:38.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3516 | 2025-07-23T00:58:38.984Z | |
3517 | 2025-07-23T00:58:38.984Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
3518 | 2025-07-23T00:58:39.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-07-23T00:58:39.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-07-23T00:58:39.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2025-07-23T00:58:39.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3522 | 2025-07-23T00:58:40.027Z | |
3523 | 2025-07-23T00:58:40.027Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
3524 | 2025-07-23T00:58:40.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2025-07-23T00:58:41.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2025-07-23T00:58:41.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2025-07-23T00:58:41.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3528 | 2025-07-23T00:58:41.139Z | |
3529 | 2025-07-23T00:58:41.139Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
3530 | 2025-07-23T00:58:42.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2025-07-23T00:58:42.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2025-07-23T00:58:42.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3533 | 2025-07-23T00:58:42.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3534 | 2025-07-23T00:58:42.288Z | |
3535 | 2025-07-23T00:58:42.288Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
3536 | 2025-07-23T00:58:43.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2025-07-23T00:58:43.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2025-07-23T00:58:43.475Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3539 | 2025-07-23T00:58:43.475Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3540 | 2025-07-23T00:58:44.580Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3541 | 2025-07-23T00:58:47.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
3542 | 2025-07-23T00:58:47.551Z | |
3543 | 2025-07-23T00:58:47.552Z | info: running `cargo check --bins` on oximeter-api (165/221) |
3544 | 2025-07-23T00:58:48.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2025-07-23T00:58:48.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2025-07-23T00:58:48.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3547 | 2025-07-23T00:58:48.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3548 | 2025-07-23T00:58:48.564Z | |
3549 | 2025-07-23T00:58:48.564Z | info: running `cargo check --bins` on cert-dev (166/221) |
3550 | 2025-07-23T00:58:49.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2025-07-23T00:58:49.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2025-07-23T00:58:49.526Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3553 | 2025-07-23T00:58:49.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
3554 | 2025-07-23T00:58:50.022Z | |
3555 | 2025-07-23T00:58:50.022Z | info: running `cargo check --bins` on clickana (167/221) |
3556 | 2025-07-23T00:58:50.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-07-23T00:58:50.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-07-23T00:58:51.087Z | Checking castaway v0.2.3 |
3559 | 2025-07-23T00:58:51.087Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3560 | 2025-07-23T00:58:51.113Z | Checking unicode-truncate v1.1.0 |
3561 | 2025-07-23T00:58:51.113Z | Checking lru v0.12.5 |
3562 | 2025-07-23T00:58:51.115Z | Compiling instability v0.3.2 |
3563 | 2025-07-23T00:58:51.115Z | Checking cassowary v0.3.0 |
3564 | 2025-07-23T00:58:51.115Z | Compiling indoc v2.0.6 |
3565 | 2025-07-23T00:58:51.277Z | Checking compact_str v0.8.0 |
3566 | 2025-07-23T00:58:51.979Z | Checking ratatui v0.29.0 |
3567 | 2025-07-23T00:58:53.156Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3568 | 2025-07-23T00:58:54.663Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3569 | 2025-07-23T00:58:55.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
3570 | 2025-07-23T00:58:56.035Z | |
3571 | 2025-07-23T00:58:56.035Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
3572 | 2025-07-23T00:58:56.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3573 | 2025-07-23T00:58:56.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3574 | 2025-07-23T00:58:57.159Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3575 | 2025-07-23T00:58:57.159Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3576 | 2025-07-23T00:58:58.552Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3577 | 2025-07-23T00:58:59.200Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3578 | 2025-07-23T00:58:59.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
3579 | 2025-07-23T00:58:59.896Z | |
3580 | 2025-07-23T00:58:59.896Z | info: running `cargo check --bins` on ch-dev (169/221) |
3581 | 2025-07-23T00:59:00.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-07-23T00:59:00.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-07-23T00:59:00.990Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3584 | 2025-07-23T00:59:01.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3585 | 2025-07-23T00:59:02.133Z | |
3586 | 2025-07-23T00:59:02.133Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
3587 | 2025-07-23T00:59:02.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-07-23T00:59:02.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-07-23T00:59:02.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-07-23T00:59:02.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3591 | 2025-07-23T00:59:02.871Z | |
3592 | 2025-07-23T00:59:02.871Z | info: running `cargo check --bins` on crdb-seed (171/221) |
3593 | 2025-07-23T00:59:03.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-07-23T00:59:03.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-07-23T00:59:03.943Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3596 | 2025-07-23T00:59:04.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3597 | 2025-07-23T00:59:04.543Z | |
3598 | 2025-07-23T00:59:04.543Z | info: running `cargo check --bins` on db-dev (172/221) |
3599 | 2025-07-23T00:59:05.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-07-23T00:59:05.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-07-23T00:59:05.621Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3602 | 2025-07-23T00:59:06.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3603 | 2025-07-23T00:59:06.767Z | |
3604 | 2025-07-23T00:59:06.767Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
3605 | 2025-07-23T00:59:07.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3606 | 2025-07-23T00:59:07.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3607 | 2025-07-23T00:59:07.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3608 | 2025-07-23T00:59:07.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3609 | 2025-07-23T00:59:07.822Z | |
3610 | 2025-07-23T00:59:07.822Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
3611 | 2025-07-23T00:59:08.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3612 | 2025-07-23T00:59:08.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3613 | 2025-07-23T00:59:08.764Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3614 | 2025-07-23T00:59:09.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3615 | 2025-07-23T00:59:10.005Z | |
3616 | 2025-07-23T00:59:10.005Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
3617 | 2025-07-23T00:59:10.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3618 | 2025-07-23T00:59:10.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3619 | 2025-07-23T00:59:10.949Z | Checking typeid v1.0.3 |
3620 | 2025-07-23T00:59:10.982Z | Checking ordered-float v2.10.1 |
3621 | 2025-07-23T00:59:11.007Z | Checking cargo-platform v0.2.0 |
3622 | 2025-07-23T00:59:11.116Z | Checking erased-serde v0.4.6 |
3623 | 2025-07-23T00:59:11.425Z | Checking serde-value v0.7.0 |
3624 | 2025-07-23T00:59:11.860Z | Checking serde-untagged v0.1.7 |
3625 | 2025-07-23T00:59:12.188Z | Checking cargo-util-schemas v0.2.0 |
3626 | 2025-07-23T00:59:13.790Z | Checking cargo_metadata v0.20.0 |
3627 | 2025-07-23T00:59:15.133Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3628 | 2025-07-23T00:59:16.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
3629 | 2025-07-23T00:59:16.441Z | |
3630 | 2025-07-23T00:59:16.442Z | info: running `cargo check --bins` on mgs-dev (176/221) |
3631 | 2025-07-23T00:59:17.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3632 | 2025-07-23T00:59:17.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3633 | 2025-07-23T00:59:17.647Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3634 | 2025-07-23T00:59:19.833Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3635 | 2025-07-23T00:59:20.646Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3636 | 2025-07-23T00:59:21.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
3637 | 2025-07-23T00:59:21.622Z | |
3638 | 2025-07-23T00:59:21.622Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
3639 | 2025-07-23T00:59:22.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3640 | 2025-07-23T00:59:22.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3641 | 2025-07-23T00:59:23.062Z | Compiling crunchy v0.2.2 |
3642 | 2025-07-23T00:59:23.087Z | Compiling dsl_auto_type v0.1.2 |
3643 | 2025-07-23T00:59:23.087Z | Checking scheduled-thread-pool v0.2.7 |
3644 | 2025-07-23T00:59:23.087Z | Compiling diesel_table_macro_syntax v0.2.0 |
3645 | 2025-07-23T00:59:23.111Z | Compiling tiny-keccak v2.0.2 |
3646 | 2025-07-23T00:59:23.193Z | Compiling bit-vec v0.6.3 |
3647 | 2025-07-23T00:59:23.218Z | Compiling ascii-canvas v3.0.0 |
3648 | 2025-07-23T00:59:23.218Z | Compiling ena v0.14.3 |
3649 | 2025-07-23T00:59:23.387Z | Checking r2d2 v0.8.10 |
3650 | 2025-07-23T00:59:23.479Z | Compiling bindgen v0.71.1 |
3651 | 2025-07-23T00:59:23.503Z | Compiling bit-set v0.5.3 |
3652 | 2025-07-23T00:59:23.592Z | Compiling diff v0.1.13 |
3653 | 2025-07-23T00:59:23.625Z | Compiling regex-syntax v0.6.29 |
3654 | 2025-07-23T00:59:23.654Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3655 | 2025-07-23T00:59:23.723Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3656 | 2025-07-23T00:59:23.801Z | Compiling derive_builder_core v0.20.2 |
3657 | 2025-07-23T00:59:23.900Z | Compiling libxml v0.3.3 |
3658 | 2025-07-23T00:59:24.008Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3659 | 2025-07-23T00:59:24.126Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3660 | 2025-07-23T00:59:24.313Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3661 | 2025-07-23T00:59:24.337Z | Compiling strum_macros v0.24.3 |
3662 | 2025-07-23T00:59:24.384Z | Compiling diesel_derives v2.2.3 |
3663 | 2025-07-23T00:59:24.531Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3664 | 2025-07-23T00:59:24.592Z | Compiling indoc v1.0.9 |
3665 | 2025-07-23T00:59:25.279Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3666 | 2025-07-23T00:59:25.548Z | Compiling oso-derive v0.27.3 |
3667 | 2025-07-23T00:59:25.580Z | Compiling derive_builder_macro v0.20.2 |
3668 | 2025-07-23T00:59:26.240Z | Compiling lalrpop v0.19.12 |
3669 | 2025-07-23T00:59:26.313Z | Checking derive_builder v0.20.2 |
3670 | 2025-07-23T00:59:26.381Z | Compiling impl-trait-for-tuples v0.2.2 |
3671 | 2025-07-23T00:59:26.492Z | Checking quick-xml v0.37.2 |
3672 | 2025-07-23T00:59:26.532Z | Checking maplit v1.0.2 |
3673 | 2025-07-23T00:59:26.694Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3674 | 2025-07-23T00:59:26.843Z | Compiling diesel-dtrace v0.4.2 |
3675 | 2025-07-23T00:59:27.215Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3676 | 2025-07-23T00:59:27.518Z | Checking bb8 v0.8.5 |
3677 | 2025-07-23T00:59:27.917Z | Checking ignore v0.4.23 |
3678 | 2025-07-23T00:59:27.942Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3679 | 2025-07-23T00:59:27.987Z | Checking predicates-tree v1.0.12 |
3680 | 2025-07-23T00:59:28.166Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3681 | 2025-07-23T00:59:28.233Z | Checking rand_seeder v0.3.0 |
3682 | 2025-07-23T00:59:28.351Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3683 | 2025-07-23T00:59:28.493Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3684 | 2025-07-23T00:59:28.522Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3685 | 2025-07-23T00:59:28.627Z | Checking globwalk v0.9.1 |
3686 | 2025-07-23T00:59:28.727Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3687 | 2025-07-23T00:59:28.950Z | Checking camino-tempfile-ext v0.3.2 |
3688 | 2025-07-23T00:59:28.992Z | Checking console v0.16.0 |
3689 | 2025-07-23T00:59:29.273Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3690 | 2025-07-23T00:59:29.508Z | Checking unit-prefix v0.5.1 |
3691 | 2025-07-23T00:59:29.710Z | Checking is_ci v1.2.0 |
3692 | 2025-07-23T00:59:29.856Z | Checking supports-color v3.0.2 |
3693 | 2025-07-23T00:59:29.994Z | Checking indicatif v0.18.0 |
3694 | 2025-07-23T00:59:30.045Z | Checking support-bundle-viewer v0.1.2 |
3695 | 2025-07-23T00:59:30.077Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3696 | 2025-07-23T00:59:30.358Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3697 | 2025-07-23T00:59:30.445Z | Checking multimap v0.10.1 |
3698 | 2025-07-23T00:59:32.100Z | Checking diesel v2.2.11 |
3699 | 2025-07-23T00:59:45.574Z | Compiling samael v0.0.19 |
3700 | 2025-07-23T00:59:55.361Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3701 | 2025-07-23T00:59:58.512Z | Checking async-bb8-diesel v0.2.1 |
3702 | 2025-07-23T01:00:01.039Z | Compiling polar-core v0.27.3 |
3703 | 2025-07-23T01:00:09.794Z | Checking oso v0.27.3 |
3704 | 2025-07-23T01:01:01.724Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3705 | 2025-07-23T01:01:46.995Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3706 | 2025-07-23T01:02:00.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
3707 | 2025-07-23T01:02:00.458Z | |
3708 | 2025-07-23T01:02:00.459Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
3709 | 2025-07-23T01:02:01.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3710 | 2025-07-23T01:02:01.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3711 | 2025-07-23T01:02:01.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3712 | 2025-07-23T01:02:01.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3713 | 2025-07-23T01:02:01.552Z | |
3714 | 2025-07-23T01:02:01.552Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
3715 | 2025-07-23T01:02:02.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3716 | 2025-07-23T01:02:02.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3717 | 2025-07-23T01:02:02.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3718 | 2025-07-23T01:02:02.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3719 | 2025-07-23T01:02:02.642Z | |
3720 | 2025-07-23T01:02:02.642Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
3721 | 2025-07-23T01:02:03.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3722 | 2025-07-23T01:02:03.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3723 | 2025-07-23T01:02:03.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3724 | 2025-07-23T01:02:03.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3725 | 2025-07-23T01:02:03.658Z | |
3726 | 2025-07-23T01:02:03.658Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
3727 | 2025-07-23T01:02:04.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3728 | 2025-07-23T01:02:04.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3729 | 2025-07-23T01:02:05.015Z | Compiling libz-sys v1.1.20 |
3730 | 2025-07-23T01:02:05.041Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3731 | 2025-07-23T01:02:05.075Z | Compiling vergen v8.3.2 |
3732 | 2025-07-23T01:02:05.100Z | Compiling cargo-platform v0.1.8 |
3733 | 2025-07-23T01:02:05.127Z | Compiling fs-err v2.11.0 |
3734 | 2025-07-23T01:02:05.128Z | Compiling rustls v0.21.12 |
3735 | 2025-07-23T01:02:05.167Z | Checking sct v0.7.1 |
3736 | 2025-07-23T01:02:05.167Z | Checking rustls-webpki v0.101.7 |
3737 | 2025-07-23T01:02:05.411Z | Compiling cargo_metadata v0.18.1 |
3738 | 2025-07-23T01:02:05.480Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3739 | 2025-07-23T01:02:05.511Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3740 | 2025-07-23T01:02:05.558Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3741 | 2025-07-23T01:02:05.739Z | Checking parse-size v1.1.0 |
3742 | 2025-07-23T01:02:05.931Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3743 | 2025-07-23T01:02:05.956Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3744 | 2025-07-23T01:02:05.981Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3745 | 2025-07-23T01:02:05.981Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3746 | 2025-07-23T01:02:05.981Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3747 | 2025-07-23T01:02:06.177Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3748 | 2025-07-23T01:02:06.808Z | Checking rustls-pemfile v1.0.4 |
3749 | 2025-07-23T01:02:06.889Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3750 | 2025-07-23T01:02:07.026Z | Checking twox-hash v2.1.0 |
3751 | 2025-07-23T01:02:07.075Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3752 | 2025-07-23T01:02:07.495Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3753 | 2025-07-23T01:02:07.615Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3754 | 2025-07-23T01:02:07.908Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3755 | 2025-07-23T01:02:08.414Z | Checking tokio-rustls v0.24.1 |
3756 | 2025-07-23T01:02:08.640Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3757 | 2025-07-23T01:02:08.742Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3758 | 2025-07-23T01:02:08.975Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3759 | 2025-07-23T01:02:09.046Z | Checking fatfs v0.3.6 |
3760 | 2025-07-23T01:02:09.202Z | Checking assert_matches v1.5.0 |
3761 | 2025-07-23T01:02:14.905Z | Compiling git2 v0.19.0 |
3762 | 2025-07-23T01:02:19.999Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3763 | 2025-07-23T01:03:34.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
3764 | 2025-07-23T01:03:34.685Z | |
3765 | 2025-07-23T01:03:34.685Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
3766 | 2025-07-23T01:03:35.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-07-23T01:03:35.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-07-23T01:03:35.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3769 | 2025-07-23T01:03:35.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3770 | 2025-07-23T01:03:35.717Z | |
3771 | 2025-07-23T01:03:35.717Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
3772 | 2025-07-23T01:03:36.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-07-23T01:03:36.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-07-23T01:03:36.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3775 | 2025-07-23T01:03:36.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3776 | 2025-07-23T01:03:36.815Z | |
3777 | 2025-07-23T01:03:36.815Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
3778 | 2025-07-23T01:03:37.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-07-23T01:03:37.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-07-23T01:03:37.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3781 | 2025-07-23T01:03:37.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3782 | 2025-07-23T01:03:37.917Z | |
3783 | 2025-07-23T01:03:37.917Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
3784 | 2025-07-23T01:03:38.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3785 | 2025-07-23T01:03:38.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3786 | 2025-07-23T01:03:38.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3787 | 2025-07-23T01:03:38.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3788 | 2025-07-23T01:03:39.041Z | |
3789 | 2025-07-23T01:03:39.041Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
3790 | 2025-07-23T01:03:39.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3791 | 2025-07-23T01:03:40.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3792 | 2025-07-23T01:03:40.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3793 | 2025-07-23T01:03:40.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3794 | 2025-07-23T01:03:40.115Z | |
3795 | 2025-07-23T01:03:40.115Z | info: running `cargo check --bins` on nexus-networking (187/221) |
3796 | 2025-07-23T01:03:41.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3797 | 2025-07-23T01:03:41.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3798 | 2025-07-23T01:03:41.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3799 | 2025-07-23T01:03:41.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3800 | 2025-07-23T01:03:41.243Z | |
3801 | 2025-07-23T01:03:41.243Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
3802 | 2025-07-23T01:03:42.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3803 | 2025-07-23T01:03:42.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3804 | 2025-07-23T01:03:42.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3805 | 2025-07-23T01:03:42.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3806 | 2025-07-23T01:03:42.387Z | |
3807 | 2025-07-23T01:03:42.387Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
3808 | 2025-07-23T01:03:43.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3809 | 2025-07-23T01:03:43.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3810 | 2025-07-23T01:03:43.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3811 | 2025-07-23T01:03:43.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3812 | 2025-07-23T01:03:43.477Z | |
3813 | 2025-07-23T01:03:43.477Z | info: running `cargo check --bins` on update-common (190/221) |
3814 | 2025-07-23T01:03:44.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3815 | 2025-07-23T01:03:44.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3816 | 2025-07-23T01:03:44.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3817 | 2025-07-23T01:03:44.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3818 | 2025-07-23T01:03:44.501Z | |
3819 | 2025-07-23T01:03:44.501Z | info: running `cargo check --bins` on omicron-dev (191/221) |
3820 | 2025-07-23T01:03:45.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3821 | 2025-07-23T01:03:45.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3822 | 2025-07-23T01:03:45.948Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3823 | 2025-07-23T01:03:45.973Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3824 | 2025-07-23T01:03:46.017Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3825 | 2025-07-23T01:03:46.041Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3826 | 2025-07-23T01:03:46.066Z | Checking yansi v1.0.1 |
3827 | 2025-07-23T01:03:46.066Z | Checking diff v0.1.13 |
3828 | 2025-07-23T01:03:46.091Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3829 | 2025-07-23T01:03:46.091Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3830 | 2025-07-23T01:03:46.573Z | Checking pretty_assertions v1.4.1 |
3831 | 2025-07-23T01:03:46.666Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3832 | 2025-07-23T01:03:47.551Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3833 | 2025-07-23T01:04:27.376Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3834 | 2025-07-23T01:04:27.402Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3835 | 2025-07-23T01:04:27.402Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3836 | 2025-07-23T01:04:27.402Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3837 | 2025-07-23T01:04:27.402Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3838 | 2025-07-23T01:04:27.402Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3839 | 2025-07-23T01:04:28.054Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3840 | 2025-07-23T01:04:28.598Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3841 | 2025-07-23T01:04:30.207Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3842 | 2025-07-23T01:05:35.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
3843 | 2025-07-23T01:05:35.364Z | |
3844 | 2025-07-23T01:05:35.364Z | info: running `cargo check --bins` on openapi-manager (192/221) |
3845 | 2025-07-23T01:05:36.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3846 | 2025-07-23T01:05:36.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3847 | 2025-07-23T01:05:36.555Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3848 | 2025-07-23T01:05:36.555Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3849 | 2025-07-23T01:05:36.580Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3850 | 2025-07-23T01:05:36.580Z | Checking heck v0.4.1 |
3851 | 2025-07-23T01:05:36.630Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3852 | 2025-07-23T01:05:36.825Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3853 | 2025-07-23T01:05:36.911Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3854 | 2025-07-23T01:05:37.989Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3855 | 2025-07-23T01:05:40.913Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3856 | 2025-07-23T01:05:42.962Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3857 | 2025-07-23T01:05:44.097Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3858 | 2025-07-23T01:05:46.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s |
3859 | 2025-07-23T01:05:46.248Z | |
3860 | 2025-07-23T01:05:46.248Z | info: running `cargo check --bins` on installinator-api (193/221) |
3861 | 2025-07-23T01:05:47.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3862 | 2025-07-23T01:05:47.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3863 | 2025-07-23T01:05:47.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3864 | 2025-07-23T01:05:47.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3865 | 2025-07-23T01:05:47.303Z | |
3866 | 2025-07-23T01:05:47.303Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
3867 | 2025-07-23T01:05:48.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3868 | 2025-07-23T01:05:48.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3869 | 2025-07-23T01:05:48.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3870 | 2025-07-23T01:05:48.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3871 | 2025-07-23T01:05:48.315Z | |
3872 | 2025-07-23T01:05:48.315Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
3873 | 2025-07-23T01:05:49.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3874 | 2025-07-23T01:05:49.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3875 | 2025-07-23T01:05:49.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3876 | 2025-07-23T01:05:49.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3877 | 2025-07-23T01:05:49.316Z | |
3878 | 2025-07-23T01:05:49.316Z | info: running `cargo check --bins` on wicketd-api (196/221) |
3879 | 2025-07-23T01:05:50.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3880 | 2025-07-23T01:05:50.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3881 | 2025-07-23T01:05:50.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3882 | 2025-07-23T01:05:50.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3883 | 2025-07-23T01:05:50.368Z | |
3884 | 2025-07-23T01:05:50.368Z | info: running `cargo check --bins` on omicron-pins (197/221) |
3885 | 2025-07-23T01:05:51.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3886 | 2025-07-23T01:05:51.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3887 | 2025-07-23T01:05:51.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3888 | 2025-07-23T01:05:51.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3889 | 2025-07-23T01:05:51.328Z | |
3890 | 2025-07-23T01:05:51.329Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
3891 | 2025-07-23T01:05:52.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3892 | 2025-07-23T01:05:52.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3893 | 2025-07-23T01:05:52.639Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3894 | 2025-07-23T01:05:52.664Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3895 | 2025-07-23T01:05:52.703Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3896 | 2025-07-23T01:05:52.728Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3897 | 2025-07-23T01:05:52.753Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3898 | 2025-07-23T01:05:52.754Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3899 | 2025-07-23T01:05:52.795Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3900 | 2025-07-23T01:05:52.821Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3901 | 2025-07-23T01:05:52.989Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3902 | 2025-07-23T01:05:53.039Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3903 | 2025-07-23T01:05:53.069Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3904 | 2025-07-23T01:05:53.286Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3905 | 2025-07-23T01:05:53.311Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3906 | 2025-07-23T01:05:53.369Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3907 | 2025-07-23T01:05:53.711Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3908 | 2025-07-23T01:05:53.814Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3909 | 2025-07-23T01:05:54.075Z | Compiling petname v2.0.2 |
3910 | 2025-07-23T01:05:54.607Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3911 | 2025-07-23T01:05:54.880Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3912 | 2025-07-23T01:05:55.142Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3913 | 2025-07-23T01:05:55.190Z | Checking sync-ptr v0.1.4 |
3914 | 2025-07-23T01:05:55.219Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3915 | 2025-07-23T01:05:55.364Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3916 | 2025-07-23T01:05:55.397Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3917 | 2025-07-23T01:05:55.845Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3918 | 2025-07-23T01:05:57.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3919 | 2025-07-23T01:05:58.839Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3920 | 2025-07-23T01:05:58.839Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3921 | 2025-07-23T01:06:14.479Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3922 | 2025-07-23T01:06:14.479Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3923 | 2025-07-23T01:06:15.578Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3924 | 2025-07-23T01:06:17.694Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3925 | 2025-07-23T01:06:21.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.76s |
3926 | 2025-07-23T01:06:21.300Z | |
3927 | 2025-07-23T01:06:21.301Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
3928 | 2025-07-23T01:06:22.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3929 | 2025-07-23T01:06:22.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3930 | 2025-07-23T01:06:22.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3931 | 2025-07-23T01:06:22.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3932 | 2025-07-23T01:06:22.400Z | |
3933 | 2025-07-23T01:06:22.400Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
3934 | 2025-07-23T01:06:23.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3935 | 2025-07-23T01:06:23.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3936 | 2025-07-23T01:06:23.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3937 | 2025-07-23T01:06:23.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3938 | 2025-07-23T01:06:23.360Z | |
3939 | 2025-07-23T01:06:23.360Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
3940 | 2025-07-23T01:06:24.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3941 | 2025-07-23T01:06:24.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3942 | 2025-07-23T01:06:24.541Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3943 | 2025-07-23T01:06:25.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
3944 | 2025-07-23T01:06:25.978Z | |
3945 | 2025-07-23T01:06:25.978Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
3946 | 2025-07-23T01:06:26.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3947 | 2025-07-23T01:06:26.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3948 | 2025-07-23T01:06:27.119Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3949 | 2025-07-23T01:06:27.565Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3950 | 2025-07-23T01:06:29.185Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3951 | 2025-07-23T01:06:30.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
3952 | 2025-07-23T01:06:30.357Z | |
3953 | 2025-07-23T01:06:30.357Z | info: running `cargo check --bins` on omicron-releng (203/221) |
3954 | 2025-07-23T01:06:31.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3955 | 2025-07-23T01:06:31.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3956 | 2025-07-23T01:06:31.364Z | Compiling blake3 v1.5.4 |
3957 | 2025-07-23T01:06:31.389Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3958 | 2025-07-23T01:06:31.389Z | Checking memmap2 v0.9.5 |
3959 | 2025-07-23T01:06:31.389Z | Checking arrayvec v0.7.6 |
3960 | 2025-07-23T01:06:31.413Z | Checking arrayref v0.3.9 |
3961 | 2025-07-23T01:06:31.414Z | Checking constant_time_eq v0.3.1 |
3962 | 2025-07-23T01:06:31.438Z | Checking topological-sort v0.2.2 |
3963 | 2025-07-23T01:06:31.438Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3964 | 2025-07-23T01:06:31.543Z | Checking shell-words v1.1.0 |
3965 | 2025-07-23T01:06:32.000Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3966 | 2025-07-23T01:06:32.334Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3967 | 2025-07-23T01:06:32.822Z | Checking omicron-zone-package v0.12.2 |
3968 | 2025-07-23T01:06:34.358Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3969 | 2025-07-23T01:06:35.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
3970 | 2025-07-23T01:06:35.888Z | |
3971 | 2025-07-23T01:06:35.889Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
3972 | 2025-07-23T01:06:36.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3973 | 2025-07-23T01:06:36.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3974 | 2025-07-23T01:06:36.869Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3975 | 2025-07-23T01:06:37.255Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3976 | 2025-07-23T01:06:37.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3977 | 2025-07-23T01:06:37.996Z | |
3978 | 2025-07-23T01:06:37.996Z | info: running `cargo check --bins` on xtask (205/221) |
3979 | 2025-07-23T01:06:38.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3980 | 2025-07-23T01:06:38.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3981 | 2025-07-23T01:06:38.767Z | Checking bitflags v2.9.1 |
3982 | 2025-07-23T01:06:38.767Z | Checking serde v1.0.219 |
3983 | 2025-07-23T01:06:38.767Z | Checking thiserror v1.0.69 |
3984 | 2025-07-23T01:06:38.792Z | Checking zerofrom v0.1.4 |
3985 | 2025-07-23T01:06:38.822Z | Checking hashbrown v0.15.4 |
3986 | 2025-07-23T01:06:38.848Z | Checking smallvec v1.15.0 |
3987 | 2025-07-23T01:06:38.872Z | Checking num-traits v0.2.19 |
3988 | 2025-07-23T01:06:38.873Z | Checking scroll v0.12.0 |
3989 | 2025-07-23T01:06:38.962Z | Checking log v0.4.27 |
3990 | 2025-07-23T01:06:39.014Z | Checking yoke v0.7.4 |
3991 | 2025-07-23T01:06:39.046Z | Checking rustix v0.38.37 |
3992 | 2025-07-23T01:06:39.135Z | Checking percent-encoding v2.3.1 |
3993 | 2025-07-23T01:06:39.229Z | Checking pest v2.7.14 |
3994 | 2025-07-23T01:06:39.256Z | Checking goblin v0.8.2 |
3995 | 2025-07-23T01:06:39.334Z | Checking zerovec v0.10.4 |
3996 | 2025-07-23T01:06:39.358Z | Checking form_urlencoded v1.2.1 |
3997 | 2025-07-23T01:06:39.550Z | Checking zerocopy v0.7.35 |
3998 | 2025-07-23T01:06:39.706Z | Checking indexmap v2.10.0 |
3999 | 2025-07-23T01:06:39.881Z | Checking terminal_size v0.4.0 |
4000 | 2025-07-23T01:06:40.043Z | Checking getrandom v0.3.1 |
4001 | 2025-07-23T01:06:40.068Z | Checking ordered-float v2.10.1 |
4002 | 2025-07-23T01:06:40.243Z | Checking syn v2.0.104 |
4003 | 2025-07-23T01:06:40.501Z | Checking rustix v1.0.7 |
4004 | 2025-07-23T01:06:40.553Z | Checking once_cell v1.21.3 |
4005 | 2025-07-23T01:06:40.667Z | Checking tinystr v0.7.6 |
4006 | 2025-07-23T01:06:40.751Z | Checking icu_collections v1.5.0 |
4007 | 2025-07-23T01:06:40.864Z | Checking clap_builder v4.5.40 |
4008 | 2025-07-23T01:06:40.982Z | Checking icu_locid v1.5.0 |
4009 | 2025-07-23T01:06:41.310Z | Checking dtrace-parser v0.2.0 |
4010 | 2025-07-23T01:06:41.342Z | Checking thiserror v2.0.12 |
4011 | 2025-07-23T01:06:41.490Z | Checking textwrap v0.16.2 |
4012 | 2025-07-23T01:06:41.731Z | Checking tempfile v3.20.0 |
4013 | 2025-07-23T01:06:41.756Z | Checking fs-err v3.1.1 |
4014 | 2025-07-23T01:06:41.823Z | Checking icu_provider v1.5.0 |
4015 | 2025-07-23T01:06:41.848Z | Checking tabled v0.15.0 |
4016 | 2025-07-23T01:06:42.047Z | Checking anyhow v1.0.98 |
4017 | 2025-07-23T01:06:42.071Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
4018 | 2025-07-23T01:06:42.386Z | Checking icu_locid_transform v1.5.0 |
4019 | 2025-07-23T01:06:42.467Z | Checking toml_datetime v0.6.11 |
4020 | 2025-07-23T01:06:42.492Z | Checking serde_spanned v0.6.9 |
4021 | 2025-07-23T01:06:42.492Z | Checking serde_json v1.0.140 |
4022 | 2025-07-23T01:06:42.686Z | Checking erased-serde v0.4.6 |
4023 | 2025-07-23T01:06:42.797Z | Checking toml_edit v0.22.27 |
4024 | 2025-07-23T01:06:43.254Z | Checking icu_properties v1.5.1 |
4025 | 2025-07-23T01:06:43.279Z | Checking semver v1.0.26 |
4026 | 2025-07-23T01:06:43.404Z | Checking camino v1.1.10 |
4027 | 2025-07-23T01:06:43.455Z | Checking serde-untagged v0.1.7 |
4028 | 2025-07-23T01:06:43.627Z | Checking serde-value v0.7.0 |
4029 | 2025-07-23T01:06:43.783Z | Checking cargo-platform v0.2.0 |
4030 | 2025-07-23T01:06:43.807Z | Checking dof v0.3.0 |
4031 | 2025-07-23T01:06:43.855Z | Checking camino-tempfile v1.4.1 |
4032 | 2025-07-23T01:06:43.994Z | Checking clap v4.5.40 |
4033 | 2025-07-23T01:06:44.080Z | Checking macaddr v1.0.1 |
4034 | 2025-07-23T01:06:44.343Z | Checking usdt-impl v0.5.0 |
4035 | 2025-07-23T01:06:44.793Z | Checking usdt v0.5.0 |
4036 | 2025-07-23T01:06:44.948Z | Checking toml v0.8.23 |
4037 | 2025-07-23T01:06:45.515Z | Checking cargo_toml v0.21.0 |
4038 | 2025-07-23T01:06:45.944Z | Checking icu_normalizer v1.5.0 |
4039 | 2025-07-23T01:06:46.617Z | Checking idna_adapter v1.2.0 |
4040 | 2025-07-23T01:06:46.817Z | Checking idna v1.0.3 |
4041 | 2025-07-23T01:06:47.263Z | Checking url v2.5.4 |
4042 | 2025-07-23T01:06:47.947Z | Checking cargo-util-schemas v0.2.0 |
4043 | 2025-07-23T01:06:49.481Z | Checking cargo_metadata v0.20.0 |
4044 | 2025-07-23T01:06:50.845Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4045 | 2025-07-23T01:06:51.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
4046 | 2025-07-23T01:06:51.817Z | |
4047 | 2025-07-23T01:06:51.817Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
4048 | 2025-07-23T01:06:52.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4049 | 2025-07-23T01:06:52.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4050 | 2025-07-23T01:06:53.084Z | Checking polyval v0.6.2 |
4051 | 2025-07-23T01:06:53.109Z | Checking ctr v0.9.2 |
4052 | 2025-07-23T01:06:53.146Z | Checking ssh-encoding v0.2.0 |
4053 | 2025-07-23T01:06:53.146Z | Checking blowfish v0.9.1 |
4054 | 2025-07-23T01:06:53.189Z | Checking password-hash v0.4.2 |
4055 | 2025-07-23T01:06:53.214Z | Checking p256 v0.13.2 |
4056 | 2025-07-23T01:06:53.239Z | Checking p521 v0.13.3 |
4057 | 2025-07-23T01:06:53.267Z | Checking russh-cryptovec v0.7.3 |
4058 | 2025-07-23T01:06:53.378Z | Checking ghash v0.5.1 |
4059 | 2025-07-23T01:06:53.402Z | Checking bcrypt-pbkdf v0.10.0 |
4060 | 2025-07-23T01:06:53.427Z | Checking md5 v0.7.0 |
4061 | 2025-07-23T01:06:53.478Z | Checking num-bigint v0.4.6 |
4062 | 2025-07-23T01:06:53.504Z | Checking des v0.8.1 |
4063 | 2025-07-23T01:06:53.575Z | Checking aes-gcm v0.10.3 |
4064 | 2025-07-23T01:06:53.600Z | Checking pbkdf2 v0.11.0 |
4065 | 2025-07-23T01:06:53.638Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4066 | 2025-07-23T01:06:53.663Z | Checking hex-literal v0.4.1 |
4067 | 2025-07-23T01:06:53.689Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4068 | 2025-07-23T01:06:53.755Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4069 | 2025-07-23T01:06:53.810Z | Checking ssh-cipher v0.2.0 |
4070 | 2025-07-23T01:06:53.835Z | Checking internet-checksum v0.2.1 |
4071 | 2025-07-23T01:06:54.097Z | Checking ssh-key v0.6.6 |
4072 | 2025-07-23T01:06:54.248Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4073 | 2025-07-23T01:06:55.388Z | Checking russh-keys v0.45.0 |
4074 | 2025-07-23T01:06:56.482Z | Checking russh v0.45.0 |
4075 | 2025-07-23T01:07:23.844Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4076 | 2025-07-23T01:07:25.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s |
4077 | 2025-07-23T01:07:26.004Z | |
4078 | 2025-07-23T01:07:26.004Z | info: running `cargo check --bins` on gateway-cli (207/221) |
4079 | 2025-07-23T01:07:26.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4080 | 2025-07-23T01:07:26.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4081 | 2025-07-23T01:07:27.049Z | Checking termios v0.3.3 |
4082 | 2025-07-23T01:07:27.251Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4083 | 2025-07-23T01:07:28.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
4084 | 2025-07-23T01:07:28.530Z | |
4085 | 2025-07-23T01:07:28.530Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
4086 | 2025-07-23T01:07:29.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4087 | 2025-07-23T01:07:29.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4088 | 2025-07-23T01:07:29.668Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4089 | 2025-07-23T01:07:29.693Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4090 | 2025-07-23T01:07:30.660Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4091 | 2025-07-23T01:07:33.029Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4092 | 2025-07-23T01:07:35.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s |
4093 | 2025-07-23T01:07:35.945Z | |
4094 | 2025-07-23T01:07:35.945Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
4095 | 2025-07-23T01:07:36.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4096 | 2025-07-23T01:07:36.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4097 | 2025-07-23T01:07:36.954Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4098 | 2025-07-23T01:07:37.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
4099 | 2025-07-23T01:07:37.708Z | |
4100 | 2025-07-23T01:07:37.708Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
4101 | 2025-07-23T01:07:38.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4102 | 2025-07-23T01:07:38.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4103 | 2025-07-23T01:07:38.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4104 | 2025-07-23T01:07:38.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
4105 | 2025-07-23T01:07:38.642Z | |
4106 | 2025-07-23T01:07:38.642Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
4107 | 2025-07-23T01:07:39.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4108 | 2025-07-23T01:07:39.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4109 | 2025-07-23T01:07:39.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4110 | 2025-07-23T01:07:39.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
4111 | 2025-07-23T01:07:39.606Z | |
4112 | 2025-07-23T01:07:39.606Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
4113 | 2025-07-23T01:07:40.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4114 | 2025-07-23T01:07:40.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4115 | 2025-07-23T01:07:40.801Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4116 | 2025-07-23T01:07:41.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
4117 | 2025-07-23T01:07:41.780Z | |
4118 | 2025-07-23T01:07:41.780Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
4119 | 2025-07-23T01:07:42.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4120 | 2025-07-23T01:07:42.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4121 | 2025-07-23T01:07:42.857Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
4122 | 2025-07-23T01:07:42.857Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
4123 | 2025-07-23T01:07:43.170Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
4124 | 2025-07-23T01:07:44.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
4125 | 2025-07-23T01:07:44.659Z | |
4126 | 2025-07-23T01:07:44.659Z | info: running `cargo check --bins` on omicron-package (214/221) |
4127 | 2025-07-23T01:07:45.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4128 | 2025-07-23T01:07:45.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4129 | 2025-07-23T01:07:45.717Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4130 | 2025-07-23T01:07:47.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
4131 | 2025-07-23T01:07:47.742Z | |
4132 | 2025-07-23T01:07:47.742Z | info: running `cargo check --bins` on trust-quorum (215/221) |
4133 | 2025-07-23T01:07:48.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4134 | 2025-07-23T01:07:48.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4135 | 2025-07-23T01:07:48.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4136 | 2025-07-23T01:07:48.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
4137 | 2025-07-23T01:07:48.793Z | |
4138 | 2025-07-23T01:07:48.793Z | info: running `cargo check --bins` on gfss (216/221) |
4139 | 2025-07-23T01:07:49.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4140 | 2025-07-23T01:07:49.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4141 | 2025-07-23T01:07:49.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4142 | 2025-07-23T01:07:49.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
4143 | 2025-07-23T01:07:49.735Z | |
4144 | 2025-07-23T01:07:49.735Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
4145 | 2025-07-23T01:07:50.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4146 | 2025-07-23T01:07:50.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4147 | 2025-07-23T01:07:50.868Z | Checking rtoolbox v0.0.2 |
4148 | 2025-07-23T01:07:50.868Z | Checking tui-tree-widget v0.23.1 |
4149 | 2025-07-23T01:07:50.892Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4150 | 2025-07-23T01:07:51.093Z | Checking rpassword v7.4.0 |
4151 | 2025-07-23T01:07:57.198Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4152 | 2025-07-23T01:08:00.912Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4153 | 2025-07-23T01:08:02.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s |
4154 | 2025-07-23T01:08:02.712Z | |
4155 | 2025-07-23T01:08:02.712Z | info: running `cargo check --bins` on wicket (218/221) |
4156 | 2025-07-23T01:08:03.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4157 | 2025-07-23T01:08:03.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4158 | 2025-07-23T01:08:03.851Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4159 | 2025-07-23T01:08:04.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
4160 | 2025-07-23T01:08:04.479Z | |
4161 | 2025-07-23T01:08:04.480Z | info: running `cargo check --bins` on wicketd (219/221) |
4162 | 2025-07-23T01:08:05.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4163 | 2025-07-23T01:08:05.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4164 | 2025-07-23T01:08:05.629Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4165 | 2025-07-23T01:08:10.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
4166 | 2025-07-23T01:08:11.128Z | |
4167 | 2025-07-23T01:08:11.128Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
4168 | 2025-07-23T01:08:11.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4169 | 2025-07-23T01:08:12.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4170 | 2025-07-23T01:08:12.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4171 | 2025-07-23T01:08:12.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
4172 | 2025-07-23T01:08:12.109Z | |
4173 | 2025-07-23T01:08:12.109Z | info: running `cargo check --bins` on zone-setup (221/221) |
4174 | 2025-07-23T01:08:13.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4175 | 2025-07-23T01:08:13.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4176 | 2025-07-23T01:08:13.194Z | Checking uzers v0.12.1 |
4177 | 2025-07-23T01:08:13.548Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4178 | 2025-07-23T01:08:14.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
4179 | 2025-07-23T01:08:15.082Z | |
4180 | 2025-07-23T01:08:15.082Z | real 19:42.247064898 |
4181 | 2025-07-23T01:08:15.082Z | user 32:50.301136592 |
4182 | 2025-07-23T01:08:15.107Z | sys 6:04.705227935 |
4183 | 2025-07-23T01:08:15.107Z | trap 0.804013385 |
4184 | 2025-07-23T01:08:15.107Z | tflt 0.373189885 |
4185 | 2025-07-23T01:08:15.107Z | dflt 2.117740771 |
4186 | 2025-07-23T01:08:15.107Z | kflt 0.001265327 |
4187 | 2025-07-23T01:08:15.107Z | lock 1:22:51.440814171 |
4188 | 2025-07-23T01:08:15.107Z | slp 2:53:47.471034042 |
4189 | 2025-07-23T01:08:15.107Z | lat 1:33.278910820 |
4190 | 2025-07-23T01:08:15.107Z | stop 4:26.600304104 |
4191 | 2025-07-23T01:08:15.107Z | process exited: duration 1507543 ms, exit code 0 |
|
4192 | 2025-07-23T01:08:15.156Z | found 0 output files |