|
|
|
1 | 2025-03-20T23:59:16.514Z | job assigned to worker 01JPTZXPNYFB1SYZHHD0JNQ8WX [factory gimlet-EVT22200007-propolis, EVT22200007/22515] (queued for 27 s) |
|
2 | 2025-03-20T23:59:24.770Z | starting task 0: "setup" |
3 | 2025-03-20T23:59:24.796Z | ++ uname -s |
4 | 2025-03-20T23:59:24.796Z | + kern=SunOS |
5 | 2025-03-20T23:59:24.796Z | + build_user=build |
6 | 2025-03-20T23:59:24.796Z | + build_uid=12345 |
7 | 2025-03-20T23:59:24.796Z | + work_dir=/work |
8 | 2025-03-20T23:59:24.796Z | + input_dir=/input |
9 | 2025-03-20T23:59:24.796Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T23:59:24.796Z | + case "$kern" in |
11 | 2025-03-20T23:59:24.796Z | + groupadd -g 12345 build |
12 | 2025-03-20T23:59:24.796Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T23:59:26.800Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T23:59:26.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T23:59:26.876Z | + home_fs=zfs |
16 | 2025-03-20T23:59:26.876Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T23:59:26.876Z | + mkdir -p /home/build |
18 | 2025-03-20T23:59:26.877Z | + chown build:build /home/build /work |
19 | 2025-03-20T23:59:28.840Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T23:59:28.871Z | process exited: duration 4076 ms, exit code 0 |
|
21 | 2025-03-20T23:59:29.193Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T23:59:29.278Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T23:59:29.278Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-20T23:59:29.278Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-20T23:59:29.278Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-20T23:59:29.278Z | * rust toolchain profile = "default" |
27 | 2025-03-20T23:59:29.278Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T23:59:29.278Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T23:59:29.278Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T23:59:29.278Z | info: downloading installer |
31 | 2025-03-20T23:59:29.640Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T23:59:29.640Z | warn: /opt/ooce/bin |
33 | 2025-03-20T23:59:29.640Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T23:59:29.640Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T23:59:29.640Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T23:59:29.640Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T23:59:29.641Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T23:59:29.641Z | error: cannot install while Rust is installed |
39 | 2025-03-20T23:59:29.641Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T23:59:29.682Z | info: profile set to 'default' |
41 | 2025-03-20T23:59:29.683Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T23:59:29.683Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T23:59:29.761Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T23:59:29.761Z | info: downloading component 'cargo' |
45 | 2025-03-20T23:59:29.983Z | info: downloading component 'clippy' |
46 | 2025-03-20T23:59:30.044Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T23:59:30.231Z | info: downloading component 'rust-std' |
48 | 2025-03-20T23:59:30.544Z | info: downloading component 'rustc' |
49 | 2025-03-20T23:59:31.579Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T23:59:31.644Z | info: installing component 'cargo' |
51 | 2025-03-20T23:59:32.801Z | info: installing component 'clippy' |
52 | 2025-03-20T23:59:33.266Z | info: installing component 'rust-docs' |
53 | 2025-03-20T23:59:36.307Z | info: installing component 'rust-std' |
54 | 2025-03-20T23:59:38.495Z | info: installing component 'rustc' |
55 | 2025-03-20T23:59:45.695Z | info: installing component 'rustfmt' |
56 | 2025-03-20T23:59:46.074Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-20T23:59:46.074Z | |
58 | 2025-03-20T23:59:46.232Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-20T23:59:46.232Z | |
60 | 2025-03-20T23:59:46.232Z | |
61 | 2025-03-20T23:59:46.232Z | Rust is installed now. Great! |
62 | 2025-03-20T23:59:46.232Z | |
63 | 2025-03-20T23:59:46.232Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-20T23:59:46.232Z | environment variable. This has not been done automatically. |
65 | 2025-03-20T23:59:46.232Z | |
66 | 2025-03-20T23:59:46.233Z | To configure your current shell, you need to source |
67 | 2025-03-20T23:59:46.233Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-20T23:59:46.233Z | |
69 | 2025-03-20T23:59:46.233Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-20T23:59:46.233Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-20T23:59:46.233Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-20T23:59:46.233Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-20T23:59:46.323Z | + rustup --version |
74 | 2025-03-20T23:59:46.349Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-20T23:59:46.349Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-20T23:59:46.393Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-20T23:59:46.420Z | + cargo --version |
78 | 2025-03-20T23:59:46.445Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-20T23:59:46.445Z | + rustc --version |
80 | 2025-03-20T23:59:46.482Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-20T23:59:46.509Z | process exited: duration 17400 ms, exit code 0 |
|
82 | 2025-03-20T23:59:46.560Z | starting task 2: "authentication" |
83 | 2025-03-20T23:59:46.623Z | process exited: duration 60 ms, exit code 0 |
|
84 | 2025-03-20T23:59:46.679Z | starting task 3: "clone repository" |
85 | 2025-03-20T23:59:46.704Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-20T23:59:46.704Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-20T23:59:46.730Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-20T23:59:53.624Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-20T23:59:53.624Z | + git fetch origin 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
90 | 2025-03-20T23:59:54.048Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-20T23:59:54.048Z | * branch 8039a08c32cdf2ddb9fd538bd91def765f6e4517 -> FETCH_HEAD |
92 | 2025-03-20T23:59:54.074Z | + [[ -n ixi/revised-reservoir-calculations ]] |
93 | 2025-03-20T23:59:54.074Z | ++ git branch --show-current |
94 | 2025-03-20T23:59:54.074Z | + current=main |
95 | 2025-03-20T23:59:54.074Z | + [[ main != ixi/revised-reservoir-calculations ]] |
96 | 2025-03-20T23:59:54.074Z | + git branch -f ixi/revised-reservoir-calculations 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
97 | 2025-03-20T23:59:54.100Z | + git checkout -f ixi/revised-reservoir-calculations |
98 | 2025-03-20T23:59:54.381Z | Switched to branch 'ixi/revised-reservoir-calculations' |
99 | 2025-03-20T23:59:54.413Z | + git reset --hard 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
100 | 2025-03-20T23:59:54.440Z | HEAD is now at 8039a08c3 keep the HardwareManager handle around instead of caching measurements |
101 | 2025-03-20T23:59:54.466Z | process exited: duration 7763 ms, exit code 0 |
|
102 | 2025-03-20T23:59:54.521Z | starting task 4: "build" |
103 | 2025-03-20T23:59:54.547Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-20T23:59:54.548Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-20T23:59:54.548Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-20T23:59:54.548Z | + cargo --version |
107 | 2025-03-20T23:59:54.610Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-20T23:59:54.636Z | + rustc --version |
109 | 2025-03-20T23:59:54.687Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-20T23:59:54.713Z | + source ./env.sh |
111 | 2025-03-20T23:59:54.713Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-20T23:59:54.713Z | ++ set -o xtrace |
113 | 2025-03-20T23:59:54.713Z | ++++ dirname ./env.sh |
114 | 2025-03-20T23:59:54.713Z | +++ readlink -f . |
115 | 2025-03-20T23:59:54.713Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-20T23:59:54.713Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-20T23:59:54.713Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-03-20T23:59:54.713Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-03-20T23:59:54.713Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-03-20T23:59:54.713Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-03-20T23:59:54.713Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-03-20T23:59:54.713Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-03-20T23:59:54.713Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
124 | 2025-03-20T23:59:54.713Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-20T23:59:54.713Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-20T23:59:54.713Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-03-20T23:59:54.713Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
128 | 2025-03-20T23:59:54.713Z | + banner prerequisites |
129 | 2025-03-20T23:59:54.713Z | |
130 | 2025-03-20T23:59:54.713Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-20T23:59:54.713Z | # # # # # # # # # # # # # # # |
132 | 2025-03-20T23:59:54.713Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-20T23:59:54.713Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-20T23:59:54.713Z | # # # # # # # # # # # # # # # |
135 | 2025-03-20T23:59:54.713Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-20T23:59:54.713Z | |
137 | 2025-03-20T23:59:54.713Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-20T23:59:56.165Z | pkg list: illegal option -- F |
139 | 2025-03-20T23:59:56.165Z | Usage: |
140 | 2025-03-20T23:59:56.165Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-20T23:59:56.165Z | [pkg_fmri_pattern ...] |
142 | 2025-03-20T23:59:57.206Z | pkg list: illegal option -- F |
143 | 2025-03-20T23:59:57.206Z | Usage: |
144 | 2025-03-20T23:59:57.206Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-20T23:59:57.206Z | [pkg_fmri_pattern ...] |
146 | 2025-03-21T00:00:11.296Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-21T00:00:16.596Z | Startup: Caching catalogs ... Done |
148 | 2025-03-21T00:00:34.443Z | Planning: Solver setup ... Done (16.627s) |
149 | 2025-03-21T00:00:34.637Z | Planning: Running solver ... Done (0.194s) |
150 | 2025-03-21T00:00:34.789Z | Planning: Finding local manifests ... Done (0.004s) |
151 | 2025-03-21T00:00:34.862Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-21T00:00:35.379Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-21T00:00:35.513Z | Planning: Package planning ... Done (0.134s) |
154 | 2025-03-21T00:00:35.578Z | Planning: Merging actions ... Done (0.065s) |
155 | 2025-03-21T00:00:35.801Z | Planning: Checking for conflicting actions ... Done (0.222s) |
156 | 2025-03-21T00:00:36.894Z | Planning: Consolidating action changes ... Done (1.093s) |
157 | 2025-03-21T00:00:37.304Z | Planning: Evaluating mediators ... Done (0.410s) |
158 | 2025-03-21T00:00:37.400Z | Planning: Planning completed in 20.72 seconds |
159 | 2025-03-21T00:00:37.429Z | Packages to install: 4 |
160 | 2025-03-21T00:00:37.429Z | Packages to update: 3 |
161 | 2025-03-21T00:00:37.429Z | Mediators to change: 2 |
162 | 2025-03-21T00:00:37.429Z | Services to change: 1 |
163 | 2025-03-21T00:00:37.429Z | Estimated space available: 155.12 GB |
164 | 2025-03-21T00:00:37.429Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-21T00:00:37.429Z | Create boot environment: No |
166 | 2025-03-21T00:00:37.429Z | Create backup boot environment: Yes |
167 | 2025-03-21T00:00:37.429Z | Rebuild boot archive: No |
168 | 2025-03-21T00:00:37.429Z | |
169 | 2025-03-21T00:00:37.429Z | Changed mediators: |
170 | 2025-03-21T00:00:37.429Z | mediator clang: |
171 | 2025-03-21T00:00:37.429Z | version: None -> 15 (system default) |
172 | 2025-03-21T00:00:37.429Z | |
173 | 2025-03-21T00:00:37.429Z | mediator llvm: |
174 | 2025-03-21T00:00:37.429Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-21T00:00:37.429Z | |
176 | 2025-03-21T00:00:37.429Z | Changed packages: |
177 | 2025-03-21T00:00:37.429Z | helios-dev |
178 | 2025-03-21T00:00:37.429Z | developer/build-essential |
179 | 2025-03-21T00:00:37.429Z | None -> 11-2.0 |
180 | 2025-03-21T00:00:37.429Z | library/libxmlsec1 |
181 | 2025-03-21T00:00:37.429Z | None -> 1.2.35-2.0 |
182 | 2025-03-21T00:00:37.429Z | ooce/developer/clang-15 |
183 | 2025-03-21T00:00:37.429Z | None -> 15.0.7-2.0 |
184 | 2025-03-21T00:00:37.429Z | ooce/developer/llvm-15 |
185 | 2025-03-21T00:00:37.429Z | None -> 15.0.7-2.0 |
186 | 2025-03-21T00:00:37.429Z | package/pkg |
187 | 2025-03-21T00:00:37.429Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-21T00:00:37.430Z | system/library/g++-runtime |
189 | 2025-03-21T00:00:37.430Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-21T00:00:37.430Z | system/library/gcc-runtime |
191 | 2025-03-21T00:00:37.430Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-21T00:00:37.430Z | |
193 | 2025-03-21T00:00:37.430Z | Services: |
194 | 2025-03-21T00:00:37.430Z | restart_fmri: |
195 | 2025-03-21T00:00:37.430Z | svc:/system/update-man-index:default |
196 | 2025-03-21T00:00:37.430Z | |
197 | 2025-03-21T00:00:37.430Z | Editable files to change: |
198 | 2025-03-21T00:00:37.430Z | Update: |
199 | 2025-03-21T00:00:37.430Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-21T00:00:37.494Z | |
201 | 2025-03-21T00:00:37.494Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-21T00:00:42.502Z | Download: 670/4301 items 18.1/225.4MB 8% complete (3.8M/s) |
203 | 2025-03-21T00:00:47.507Z | Download: 1197/4301 items 66.0/225.4MB 29% complete (6.8M/s) |
204 | 2025-03-21T00:00:52.514Z | Download: 1203/4301 items 83.6/225.4MB 37% complete (6.6M/s) |
205 | 2025-03-21T00:00:57.570Z | Download: 1593/4301 items 116.3/225.4MB 51% complete (5.2M/s) |
206 | 2025-03-21T00:01:02.587Z | Download: 2216/4301 items 117.9/225.4MB 52% complete (3.5M/s) |
207 | 2025-03-21T00:01:07.585Z | Download: 2476/4301 items 120.2/225.4MB 53% complete (394k/s) |
208 | 2025-03-21T00:01:18.528Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s) |
209 | 2025-03-21T00:01:23.591Z | Download: 3290/4301 items 212.6/225.4MB 94% complete (2.1M/s) |
210 | 2025-03-21T00:01:30.006Z | Download: 4298/4301 items 225.2/225.4MB 99% complete (2.3M/s) |
211 | 2025-03-21T00:01:30.115Z | Download: Completed 225.42 MB in 52.63 seconds (4.3M/s) |
212 | 2025-03-21T00:01:31.592Z | Actions: 1/5122 actions (Removing old actions) |
213 | 2025-03-21T00:01:31.618Z | Actions: 194/5122 actions (Installing new actions) |
214 | 2025-03-21T00:01:37.173Z | Actions: 3840/5122 actions (Installing new actions) |
215 | 2025-03-21T00:01:37.587Z | Actions: 4267/5122 actions (Updating modified actions) |
216 | 2025-03-21T00:01:37.994Z | Actions: Completed 5122 actions in 6.40 seconds. |
217 | 2025-03-21T00:01:38.319Z | Done (0.307s) |
218 | 2025-03-21T00:01:38.355Z | Done (0.001s) |
219 | 2025-03-21T00:01:39.079Z | Done (0.765s) |
220 | 2025-03-21T00:01:43.966Z | Done (4.706s) |
221 | 2025-03-21T00:01:44.067Z | Done (0.025s) |
222 | 2025-03-21T00:01:44.092Z | Done (0.000s) |
223 | 2025-03-21T00:01:44.228Z | Done (0.000s) |
224 | 2025-03-21T00:01:44.986Z | Planning: Evaluating mediator changes ... Done |
225 | 2025-03-21T00:01:45.196Z | Planning: Checking for conflicting actions ... Done |
226 | 2025-03-21T00:01:45.222Z | Planning: Consolidating action changes ... Done |
227 | 2025-03-21T00:01:45.530Z | Planning: Evaluating mediators ... Done |
228 | 2025-03-21T00:01:45.556Z | Planning: Planning completed in 0.55 seconds |
229 | 2025-03-21T00:01:45.582Z | Mediators to change: 2 |
230 | 2025-03-21T00:01:45.582Z | Create boot environment: No |
231 | 2025-03-21T00:01:45.582Z | Create backup boot environment: No |
232 | 2025-03-21T00:01:45.640Z | Done |
233 | 2025-03-21T00:01:45.640Z | Done |
234 | 2025-03-21T00:01:46.209Z | Done |
235 | 2025-03-21T00:01:50.852Z | Done |
236 | 2025-03-21T00:01:50.945Z | Done |
237 | 2025-03-21T00:01:50.945Z | Done |
238 | 2025-03-21T00:01:50.998Z | Done |
239 | 2025-03-21T00:01:51.739Z | Planning: Evaluating mediator changes ... Done |
240 | 2025-03-21T00:01:51.764Z | Planning: Merging actions ... Done |
241 | 2025-03-21T00:01:51.969Z | Planning: Checking for conflicting actions ... Done |
242 | 2025-03-21T00:01:51.995Z | Planning: Consolidating action changes ... Done |
243 | 2025-03-21T00:01:52.287Z | Planning: Evaluating mediators ... Done |
244 | 2025-03-21T00:01:52.355Z | Planning: Planning completed in 0.91 seconds |
245 | 2025-03-21T00:01:52.401Z | Packages to change: 1 |
246 | 2025-03-21T00:01:52.401Z | Mediators to change: 1 |
247 | 2025-03-21T00:01:52.401Z | Services to change: 1 |
248 | 2025-03-21T00:01:52.401Z | Create boot environment: No |
249 | 2025-03-21T00:01:52.401Z | Create backup boot environment: Yes |
250 | 2025-03-21T00:01:54.091Z | Actions: 1/6 actions (Updating modified actions) |
251 | 2025-03-21T00:01:54.117Z | Actions: Completed 6 actions in 0.00 seconds. |
252 | 2025-03-21T00:01:54.117Z | Done |
253 | 2025-03-21T00:01:54.117Z | Done |
254 | 2025-03-21T00:01:54.246Z | Done |
255 | 2025-03-21T00:01:58.574Z | Done |
256 | 2025-03-21T00:01:58.667Z | Done |
257 | 2025-03-21T00:01:58.667Z | Done |
258 | 2025-03-21T00:01:58.767Z | Done |
259 | 2025-03-21T00:01:59.284Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
260 | 2025-03-21T00:01:59.284Z | clang system 15 system |
261 | 2025-03-21T00:01:59.284Z | csh system system illumos |
262 | 2025-03-21T00:01:59.284Z | ctags system system illumos |
263 | 2025-03-21T00:01:59.284Z | gcc vendor 12 vendor |
264 | 2025-03-21T00:01:59.284Z | gcc system 10 system |
265 | 2025-03-21T00:01:59.284Z | gcc system 7 system |
266 | 2025-03-21T00:01:59.284Z | go system 1.20 system |
267 | 2025-03-21T00:01:59.284Z | go system 1.19 system |
268 | 2025-03-21T00:01:59.285Z | llvm system 15 system |
269 | 2025-03-21T00:01:59.285Z | llvm system 14 system |
270 | 2025-03-21T00:01:59.285Z | mariadb system 10.6 system |
271 | 2025-03-21T00:01:59.285Z | mta vendor vendor dma |
272 | 2025-03-21T00:01:59.285Z | openjdk system 17 system |
273 | 2025-03-21T00:01:59.285Z | openjdk system 11 system |
274 | 2025-03-21T00:01:59.285Z | openjdk system 1.8 system |
275 | 2025-03-21T00:01:59.285Z | openssl vendor 3 vendor |
276 | 2025-03-21T00:01:59.285Z | perl system 5.36 system |
277 | 2025-03-21T00:01:59.285Z | postgresql system 15 system |
278 | 2025-03-21T00:01:59.285Z | postgresql system 13 system |
279 | 2025-03-21T00:01:59.285Z | python vendor 3 vendor |
280 | 2025-03-21T00:01:59.285Z | python system 2 system |
281 | 2025-03-21T00:01:59.285Z | python3 system 3.11 system |
282 | 2025-03-21T00:01:59.285Z | ruby system 3.0 system |
283 | 2025-03-21T00:01:59.285Z | words vendor vendor american-english |
284 | 2025-03-21T00:01:59.285Z | words system system australian-english |
285 | 2025-03-21T00:01:59.285Z | words system system british-english |
286 | 2025-03-21T00:01:59.285Z | words system system canadian-english |
287 | 2025-03-21T00:01:59.285Z | words system system french |
288 | 2025-03-21T00:01:59.285Z | words system system italian |
289 | 2025-03-21T00:01:59.285Z | words system system ngerman |
290 | 2025-03-21T00:01:59.285Z | words system system ogerman |
291 | 2025-03-21T00:01:59.285Z | words system system spanish |
292 | 2025-03-21T00:01:59.674Z | PUBLISHER TYPE STATUS P LOCATION |
293 | 2025-03-21T00:01:59.674Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
294 | 2025-03-21T00:02:03.442Z | FMRI IFO |
295 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
296 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
297 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
298 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
299 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
300 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
301 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
302 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
303 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
304 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
305 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
306 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
307 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
308 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
309 | 2025-03-21T00:02:03.443Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
310 | 2025-03-21T00:02:04.352Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
311 | 2025-03-21T00:02:04.743Z | Updating crates.io index |
312 | 2025-03-21T00:02:04.795Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
313 | 2025-03-21T00:02:05.481Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
314 | 2025-03-21T00:02:05.839Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
315 | 2025-03-21T00:02:06.145Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
316 | 2025-03-21T00:02:06.496Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
317 | 2025-03-21T00:02:07.574Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
318 | 2025-03-21T00:02:09.522Z | Updating git repository `https://github.com/oxidecomputer/opte` |
319 | 2025-03-21T00:02:10.265Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
320 | 2025-03-21T00:02:14.576Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
321 | 2025-03-21T00:02:14.939Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
322 | 2025-03-21T00:02:15.372Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
323 | 2025-03-21T00:02:16.066Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
324 | 2025-03-21T00:02:16.700Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
325 | 2025-03-21T00:02:17.110Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
326 | 2025-03-21T00:02:17.565Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
327 | 2025-03-21T00:02:17.934Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
328 | 2025-03-21T00:02:18.263Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
329 | 2025-03-21T00:02:18.601Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
330 | 2025-03-21T00:02:18.966Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
331 | 2025-03-21T00:02:19.395Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
332 | 2025-03-21T00:02:19.772Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
333 | 2025-03-21T00:02:20.200Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
334 | 2025-03-21T00:02:20.594Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
335 | 2025-03-21T00:02:21.017Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
336 | 2025-03-21T00:02:21.705Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
337 | 2025-03-21T00:02:22.082Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
338 | 2025-03-21T00:02:22.583Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
339 | 2025-03-21T00:02:23.184Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
340 | 2025-03-21T00:02:23.554Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
341 | 2025-03-21T00:02:23.906Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
342 | 2025-03-21T00:02:24.313Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2025-03-21T00:02:25.950Z | Downloading crates ... |
344 | 2025-03-21T00:02:26.016Z | Downloaded clap v4.5.31 |
345 | 2025-03-21T00:02:26.042Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2025-03-21T00:02:26.042Z | Downloaded quote v1.0.39 |
347 | 2025-03-21T00:02:26.042Z | Downloaded utf8parse v0.2.2 |
348 | 2025-03-21T00:02:26.042Z | Downloaded bitflags v2.6.0 |
349 | 2025-03-21T00:02:26.068Z | Downloaded version_check v0.9.5 |
350 | 2025-03-21T00:02:26.068Z | Downloaded typenum v1.17.0 |
351 | 2025-03-21T00:02:26.068Z | Downloaded textwrap v0.16.1 |
352 | 2025-03-21T00:02:26.068Z | Downloaded tabled_derive v0.7.0 |
353 | 2025-03-21T00:02:26.094Z | Downloaded toml_edit v0.22.24 |
354 | 2025-03-21T00:02:26.120Z | Downloaded usdt-macro v0.5.0 |
355 | 2025-03-21T00:02:26.120Z | Downloaded bitflags v1.3.2 |
356 | 2025-03-21T00:02:26.120Z | Downloaded zerocopy-derive v0.7.35 |
357 | 2025-03-21T00:02:26.146Z | Downloaded zerocopy v0.7.35 |
358 | 2025-03-21T00:02:26.146Z | Downloaded usdt v0.5.0 |
359 | 2025-03-21T00:02:26.173Z | Downloaded winnow v0.7.3 |
360 | 2025-03-21T00:02:26.173Z | Downloaded dtrace-parser v0.2.0 |
361 | 2025-03-21T00:02:26.173Z | Downloaded sha2 v0.10.8 |
362 | 2025-03-21T00:02:26.173Z | Downloaded anstream v0.6.15 |
363 | 2025-03-21T00:02:26.173Z | Downloaded proc-macro-error-attr v1.0.4 |
364 | 2025-03-21T00:02:26.173Z | Downloaded generic-array v0.14.7 |
365 | 2025-03-21T00:02:26.173Z | Downloaded dof v0.3.0 |
366 | 2025-03-21T00:02:26.173Z | Downloaded syn v2.0.98 |
367 | 2025-03-21T00:02:26.198Z | Downloaded syn v1.0.109 |
368 | 2025-03-21T00:02:26.198Z | Downloaded semver v1.0.25 |
369 | 2025-03-21T00:02:26.198Z | Downloaded thiserror-impl v2.0.11 |
370 | 2025-03-21T00:02:26.224Z | Downloaded usdt-impl v0.5.0 |
371 | 2025-03-21T00:02:26.224Z | Downloaded rustix v0.38.37 |
372 | 2025-03-21T00:02:26.250Z | Downloaded anyhow v1.0.97 |
373 | 2025-03-21T00:02:26.250Z | Downloaded libc v0.2.170 |
374 | 2025-03-21T00:02:26.275Z | Downloaded rustix v0.37.28 |
375 | 2025-03-21T00:02:26.300Z | Downloaded unicode-width v0.1.14 |
376 | 2025-03-21T00:02:26.300Z | Downloaded unicode-ident v1.0.14 |
377 | 2025-03-21T00:02:26.300Z | Downloaded tabled v0.15.0 |
378 | 2025-03-21T00:02:26.327Z | Downloaded swrite v0.1.0 |
379 | 2025-03-21T00:02:26.327Z | Downloaded papergrid v0.11.0 |
380 | 2025-03-21T00:02:26.327Z | Downloaded indexmap v2.7.1 |
381 | 2025-03-21T00:02:26.327Z | Downloaded heck v0.5.0 |
382 | 2025-03-21T00:02:26.327Z | Downloaded heck v0.4.1 |
383 | 2025-03-21T00:02:26.327Z | Downloaded hashbrown v0.15.1 |
384 | 2025-03-21T00:02:26.352Z | Downloaded goblin v0.8.2 |
385 | 2025-03-21T00:02:26.353Z | Downloaded clap_builder v4.5.31 |
386 | 2025-03-21T00:02:26.353Z | Downloaded camino v1.1.9 |
387 | 2025-03-21T00:02:26.353Z | Downloaded anstyle-parse v0.2.5 |
388 | 2025-03-21T00:02:26.353Z | Downloaded serde_json v1.0.139 |
389 | 2025-03-21T00:02:26.379Z | Downloaded serde_derive v1.0.218 |
390 | 2025-03-21T00:02:26.379Z | Downloaded pretty-hex v0.4.1 |
391 | 2025-03-21T00:02:26.379Z | Downloaded cargo_toml v0.21.0 |
392 | 2025-03-21T00:02:26.379Z | Downloaded unicode-linebreak v0.1.5 |
393 | 2025-03-21T00:02:26.379Z | Downloaded ucd-trie v0.1.7 |
394 | 2025-03-21T00:02:26.379Z | Downloaded pest_meta v2.7.14 |
395 | 2025-03-21T00:02:26.379Z | Downloaded pest v2.7.14 |
396 | 2025-03-21T00:02:26.379Z | Downloaded memchr v2.7.4 |
397 | 2025-03-21T00:02:26.379Z | Downloaded is_terminal_polyfill v1.70.1 |
398 | 2025-03-21T00:02:26.379Z | Downloaded cpufeatures v0.2.14 |
399 | 2025-03-21T00:02:26.404Z | Downloaded cargo-platform v0.1.8 |
400 | 2025-03-21T00:02:26.405Z | Downloaded camino-tempfile v1.1.1 |
401 | 2025-03-21T00:02:26.405Z | Downloaded plain v0.2.3 |
402 | 2025-03-21T00:02:26.405Z | Downloaded log v0.4.22 |
403 | 2025-03-21T00:02:26.405Z | Downloaded serde v1.0.218 |
404 | 2025-03-21T00:02:26.405Z | Downloaded ryu v1.0.18 |
405 | 2025-03-21T00:02:26.405Z | Downloaded once_cell v1.20.3 |
406 | 2025-03-21T00:02:26.405Z | Downloaded memmap v0.7.0 |
407 | 2025-03-21T00:02:26.405Z | Downloaded crypto-common v0.1.6 |
408 | 2025-03-21T00:02:26.405Z | Downloaded toml v0.8.20 |
409 | 2025-03-21T00:02:26.405Z | Downloaded thiserror v2.0.11 |
410 | 2025-03-21T00:02:26.430Z | Downloaded thiserror v1.0.69 |
411 | 2025-03-21T00:02:26.430Z | Downloaded tempfile v3.13.0 |
412 | 2025-03-21T00:02:26.430Z | Downloaded serde_tokenstream v0.2.2 |
413 | 2025-03-21T00:02:26.431Z | Downloaded serde_spanned v0.6.8 |
414 | 2025-03-21T00:02:26.431Z | Downloaded proc-macro2 v1.0.94 |
415 | 2025-03-21T00:02:26.431Z | Downloaded proc-macro-error v1.0.4 |
416 | 2025-03-21T00:02:26.431Z | Downloaded pest_derive v2.7.14 |
417 | 2025-03-21T00:02:26.431Z | Downloaded pest_generator v2.7.14 |
418 | 2025-03-21T00:02:26.457Z | Downloaded macaddr v1.0.1 |
419 | 2025-03-21T00:02:26.457Z | Downloaded io-lifetimes v1.0.11 |
420 | 2025-03-21T00:02:26.457Z | Downloaded errno v0.3.9 |
421 | 2025-03-21T00:02:26.457Z | Downloaded colorchoice v1.0.2 |
422 | 2025-03-21T00:02:26.457Z | Downloaded clap_lex v0.7.4 |
423 | 2025-03-21T00:02:26.457Z | Downloaded clap_derive v4.5.28 |
424 | 2025-03-21T00:02:26.457Z | Downloaded cargo_metadata v0.19.2 |
425 | 2025-03-21T00:02:26.457Z | Downloaded byteorder v1.5.0 |
426 | 2025-03-21T00:02:26.457Z | Downloaded bytecount v0.6.8 |
427 | 2025-03-21T00:02:26.457Z | Downloaded block-buffer v0.10.4 |
428 | 2025-03-21T00:02:26.457Z | Downloaded autocfg v1.4.0 |
429 | 2025-03-21T00:02:26.457Z | Downloaded anstyle-query v1.1.1 |
430 | 2025-03-21T00:02:26.457Z | Downloaded toml_datetime v0.6.8 |
431 | 2025-03-21T00:02:26.457Z | Downloaded thread-id v4.2.2 |
432 | 2025-03-21T00:02:26.457Z | Downloaded thiserror-impl v1.0.69 |
433 | 2025-03-21T00:02:26.457Z | Downloaded terminal_size v0.4.0 |
434 | 2025-03-21T00:02:26.483Z | Downloaded terminal_size v0.2.6 |
435 | 2025-03-21T00:02:26.483Z | Downloaded strsim v0.11.1 |
436 | 2025-03-21T00:02:26.483Z | Downloaded smawk v0.3.2 |
437 | 2025-03-21T00:02:26.483Z | Downloaded scroll_derive v0.12.0 |
438 | 2025-03-21T00:02:26.483Z | Downloaded scroll v0.12.0 |
439 | 2025-03-21T00:02:26.483Z | Downloaded itoa v1.0.11 |
440 | 2025-03-21T00:02:26.483Z | Downloaded fs-err v2.11.0 |
441 | 2025-03-21T00:02:26.483Z | Downloaded fnv v1.0.7 |
442 | 2025-03-21T00:02:26.483Z | Downloaded fastrand v2.1.1 |
443 | 2025-03-21T00:02:26.483Z | Downloaded equivalent v1.0.1 |
444 | 2025-03-21T00:02:26.483Z | Downloaded digest v0.10.7 |
445 | 2025-03-21T00:02:26.483Z | Downloaded cfg-if v1.0.0 |
446 | 2025-03-21T00:02:26.483Z | Downloaded anstyle v1.0.10 |
447 | 2025-03-21T00:02:26.593Z | Compiling proc-macro2 v1.0.94 |
448 | 2025-03-21T00:02:26.593Z | Compiling unicode-ident v1.0.14 |
449 | 2025-03-21T00:02:26.619Z | Compiling version_check v0.9.5 |
450 | 2025-03-21T00:02:26.619Z | Compiling libc v0.2.170 |
451 | 2025-03-21T00:02:26.619Z | Compiling serde v1.0.218 |
452 | 2025-03-21T00:02:26.619Z | Compiling memchr v2.7.4 |
453 | 2025-03-21T00:02:26.619Z | Compiling thiserror v1.0.69 |
454 | 2025-03-21T00:02:26.619Z | Compiling ucd-trie v0.1.7 |
455 | 2025-03-21T00:02:26.884Z | Compiling ryu v1.0.18 |
456 | 2025-03-21T00:02:27.226Z | Compiling itoa v1.0.11 |
457 | 2025-03-21T00:02:27.417Z | Compiling once_cell v1.20.3 |
458 | 2025-03-21T00:02:27.443Z | Compiling byteorder v1.5.0 |
459 | 2025-03-21T00:02:27.498Z | Compiling serde_json v1.0.139 |
460 | 2025-03-21T00:02:27.662Z | Compiling rustix v0.38.37 |
461 | 2025-03-21T00:02:27.876Z | Compiling bitflags v2.6.0 |
462 | 2025-03-21T00:02:27.929Z | Compiling usdt-impl v0.5.0 |
463 | 2025-03-21T00:02:28.013Z | Compiling proc-macro-error-attr v1.0.4 |
464 | 2025-03-21T00:02:28.322Z | Compiling io-lifetimes v1.0.11 |
465 | 2025-03-21T00:02:28.383Z | Compiling syn v1.0.109 |
466 | 2025-03-21T00:02:28.493Z | Compiling quote v1.0.39 |
467 | 2025-03-21T00:02:28.525Z | Compiling proc-macro-error v1.0.4 |
468 | 2025-03-21T00:02:28.616Z | Compiling errno v0.3.9 |
469 | 2025-03-21T00:02:28.904Z | Compiling rustix v0.37.28 |
470 | 2025-03-21T00:02:28.988Z | Compiling syn v2.0.98 |
471 | 2025-03-21T00:02:29.091Z | Compiling plain v0.2.3 |
472 | 2025-03-21T00:02:29.177Z | Compiling utf8parse v0.2.2 |
473 | 2025-03-21T00:02:29.206Z | Compiling camino v1.1.9 |
474 | 2025-03-21T00:02:29.268Z | Compiling hashbrown v0.15.1 |
475 | 2025-03-21T00:02:29.356Z | Compiling thread-id v4.2.2 |
476 | 2025-03-21T00:02:29.381Z | Compiling log v0.4.22 |
477 | 2025-03-21T00:02:29.411Z | Compiling equivalent v1.0.1 |
478 | 2025-03-21T00:02:29.560Z | Compiling anstyle-parse v0.2.5 |
479 | 2025-03-21T00:02:29.928Z | Compiling semver v1.0.25 |
480 | 2025-03-21T00:02:30.038Z | Compiling is_terminal_polyfill v1.70.1 |
481 | 2025-03-21T00:02:30.245Z | Compiling bitflags v1.3.2 |
482 | 2025-03-21T00:02:30.270Z | Compiling thiserror v2.0.11 |
483 | 2025-03-21T00:02:30.370Z | Compiling indexmap v2.7.1 |
484 | 2025-03-21T00:02:30.395Z | Compiling pretty-hex v0.4.1 |
485 | 2025-03-21T00:02:30.463Z | Compiling anstyle-query v1.1.1 |
486 | 2025-03-21T00:02:30.489Z | Compiling colorchoice v1.0.2 |
487 | 2025-03-21T00:02:30.624Z | Compiling winnow v0.7.3 |
488 | 2025-03-21T00:02:30.649Z | Compiling autocfg v1.4.0 |
489 | 2025-03-21T00:02:30.676Z | Compiling unicode-width v0.1.14 |
490 | 2025-03-21T00:02:30.796Z | Compiling anstyle v1.0.10 |
491 | 2025-03-21T00:02:31.138Z | Compiling anstream v0.6.15 |
492 | 2025-03-21T00:02:31.210Z | Compiling terminal_size v0.4.0 |
493 | 2025-03-21T00:02:31.516Z | Compiling fs-err v2.11.0 |
494 | 2025-03-21T00:02:31.708Z | Compiling strsim v0.11.1 |
495 | 2025-03-21T00:02:31.734Z | Compiling cfg-if v1.0.0 |
496 | 2025-03-21T00:02:31.734Z | Compiling anyhow v1.0.97 |
497 | 2025-03-21T00:02:31.816Z | Compiling heck v0.5.0 |
498 | 2025-03-21T00:02:31.841Z | Compiling bytecount v0.6.8 |
499 | 2025-03-21T00:02:32.059Z | Compiling fnv v1.0.7 |
500 | 2025-03-21T00:02:32.280Z | Compiling fastrand v2.1.1 |
501 | 2025-03-21T00:02:32.357Z | Compiling clap_lex v0.7.4 |
502 | 2025-03-21T00:02:32.588Z | Compiling heck v0.4.1 |
503 | 2025-03-21T00:02:32.614Z | Compiling tempfile v3.13.0 |
504 | 2025-03-21T00:02:32.721Z | Compiling clap_builder v4.5.31 |
505 | 2025-03-21T00:02:32.747Z | Compiling terminal_size v0.2.6 |
506 | 2025-03-21T00:02:32.939Z | Compiling papergrid v0.11.0 |
507 | 2025-03-21T00:02:33.105Z | Compiling memmap v0.7.0 |
508 | 2025-03-21T00:02:33.130Z | Compiling smawk v0.3.2 |
509 | 2025-03-21T00:02:33.291Z | Compiling unicode-linebreak v0.1.5 |
510 | 2025-03-21T00:02:33.561Z | Compiling swrite v0.1.0 |
511 | 2025-03-21T00:02:33.708Z | Compiling textwrap v0.16.1 |
512 | 2025-03-21T00:02:34.131Z | Compiling tabled_derive v0.7.0 |
513 | 2025-03-21T00:02:35.466Z | Compiling serde_derive v1.0.218 |
514 | 2025-03-21T00:02:35.466Z | Compiling thiserror-impl v1.0.69 |
515 | 2025-03-21T00:02:35.491Z | Compiling zerocopy-derive v0.7.35 |
516 | 2025-03-21T00:02:35.491Z | Compiling scroll_derive v0.12.0 |
517 | 2025-03-21T00:02:35.492Z | Compiling thiserror-impl v2.0.11 |
518 | 2025-03-21T00:02:35.492Z | Compiling clap_derive v4.5.28 |
519 | 2025-03-21T00:02:35.627Z | Compiling tabled v0.15.0 |
520 | 2025-03-21T00:02:36.620Z | Compiling scroll v0.12.0 |
521 | 2025-03-21T00:02:37.076Z | Compiling zerocopy v0.7.35 |
522 | 2025-03-21T00:02:37.102Z | Compiling goblin v0.8.2 |
523 | 2025-03-21T00:02:38.075Z | Compiling pest v2.7.14 |
524 | 2025-03-21T00:02:39.167Z | Compiling clap v4.5.31 |
525 | 2025-03-21T00:02:40.509Z | Compiling pest_meta v2.7.14 |
526 | 2025-03-21T00:02:41.606Z | Compiling pest_generator v2.7.14 |
527 | 2025-03-21T00:02:42.658Z | Compiling pest_derive v2.7.14 |
528 | 2025-03-21T00:02:43.266Z | Compiling dtrace-parser v0.2.0 |
529 | 2025-03-21T00:02:44.193Z | Compiling serde_tokenstream v0.2.2 |
530 | 2025-03-21T00:02:44.287Z | Compiling toml_datetime v0.6.8 |
531 | 2025-03-21T00:02:44.312Z | Compiling serde_spanned v0.6.8 |
532 | 2025-03-21T00:02:44.417Z | Compiling cargo-platform v0.1.8 |
533 | 2025-03-21T00:02:44.606Z | Compiling macaddr v1.0.1 |
534 | 2025-03-21T00:02:44.741Z | Compiling toml_edit v0.22.24 |
535 | 2025-03-21T00:02:44.806Z | Compiling camino-tempfile v1.1.1 |
536 | 2025-03-21T00:02:45.607Z | Compiling dof v0.3.0 |
537 | 2025-03-21T00:02:45.775Z | Compiling cargo_metadata v0.19.2 |
538 | 2025-03-21T00:02:46.928Z | Compiling usdt-macro v0.5.0 |
539 | 2025-03-21T00:02:46.928Z | Compiling usdt-attr-macro v0.5.0 |
540 | 2025-03-21T00:02:47.559Z | Compiling toml v0.8.20 |
541 | 2025-03-21T00:02:47.895Z | Compiling usdt v0.5.0 |
542 | 2025-03-21T00:02:48.246Z | Compiling cargo_toml v0.21.0 |
543 | 2025-03-21T00:02:51.428Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
544 | 2025-03-21T00:02:55.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.41s |
545 | 2025-03-21T00:02:55.701Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
546 | 2025-03-21T00:02:56.490Z | Downloading crates ... |
547 | 2025-03-21T00:02:56.628Z | Downloaded async-trait v0.1.87 |
548 | 2025-03-21T00:02:56.655Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2025-03-21T00:02:56.655Z | Downloaded crc32fast v1.4.2 |
550 | 2025-03-21T00:02:56.655Z | Downloaded crossterm v0.28.1 |
551 | 2025-03-21T00:02:56.681Z | Downloaded md5 v0.7.0 |
552 | 2025-03-21T00:02:56.681Z | Downloaded inout v0.1.3 |
553 | 2025-03-21T00:02:56.707Z | Downloaded russh-cryptovec v0.7.3 |
554 | 2025-03-21T00:02:56.707Z | Downloaded rustc-hash v1.1.0 |
555 | 2025-03-21T00:02:56.707Z | Downloaded rustc_version v0.1.7 |
556 | 2025-03-21T00:02:56.707Z | Downloaded slab v0.4.9 |
557 | 2025-03-21T00:02:56.733Z | Downloaded tabwriter v1.4.0 |
558 | 2025-03-21T00:02:56.733Z | Downloaded zerofrom v0.1.4 |
559 | 2025-03-21T00:02:56.733Z | Downloaded tower v0.5.2 |
560 | 2025-03-21T00:02:56.759Z | Downloaded embedded-io v0.6.1 |
561 | 2025-03-21T00:02:56.759Z | Downloaded headers-core v0.3.0 |
562 | 2025-03-21T00:02:56.759Z | Downloaded p256 v0.13.2 |
563 | 2025-03-21T00:02:56.786Z | Downloaded pin-utils v0.1.0 |
564 | 2025-03-21T00:02:56.786Z | Downloaded ref-cast-impl v1.0.23 |
565 | 2025-03-21T00:02:56.787Z | Downloaded pkg-config v0.3.31 |
566 | 2025-03-21T00:02:56.787Z | Downloaded p384 v0.13.0 |
567 | 2025-03-21T00:02:56.812Z | Downloaded universal-hash v0.5.1 |
568 | 2025-03-21T00:02:56.839Z | Downloaded untrusted v0.7.1 |
569 | 2025-03-21T00:02:56.839Z | Downloaded structmeta v0.3.0 |
570 | 2025-03-21T00:02:56.840Z | Downloaded newline-converter v0.3.0 |
571 | 2025-03-21T00:02:56.840Z | Downloaded ppv-lite86 v0.2.20 |
572 | 2025-03-21T00:02:56.869Z | Downloaded rusty-fork v0.3.0 |
573 | 2025-03-21T00:02:56.869Z | Downloaded deranged v0.3.11 |
574 | 2025-03-21T00:02:56.870Z | Downloaded fatfs v0.3.6 |
575 | 2025-03-21T00:02:56.895Z | Downloaded password-hash v0.5.0 |
576 | 2025-03-21T00:02:56.895Z | Downloaded display-error-chain v0.2.2 |
577 | 2025-03-21T00:02:56.895Z | Downloaded downcast v0.11.0 |
578 | 2025-03-21T00:02:56.895Z | Downloaded phf_shared v0.10.0 |
579 | 2025-03-21T00:02:56.895Z | Downloaded parking_lot v0.12.3 |
580 | 2025-03-21T00:02:56.921Z | Downloaded parking_lot v0.11.2 |
581 | 2025-03-21T00:02:56.921Z | Downloaded time-core v0.1.2 |
582 | 2025-03-21T00:02:56.921Z | Downloaded buf-list v1.0.3 |
583 | 2025-03-21T00:02:56.921Z | Downloaded smoltcp v0.9.1 |
584 | 2025-03-21T00:02:56.946Z | Downloaded openssl-macros v0.1.1 |
585 | 2025-03-21T00:02:56.946Z | Downloaded foreign-types-shared v0.3.1 |
586 | 2025-03-21T00:02:56.946Z | Downloaded funty v2.0.0 |
587 | 2025-03-21T00:02:56.946Z | Downloaded unicode-properties v0.1.3 |
588 | 2025-03-21T00:02:56.973Z | Downloaded unicode-segmentation v1.12.0 |
589 | 2025-03-21T00:02:56.973Z | Downloaded serde_urlencoded v0.7.1 |
590 | 2025-03-21T00:02:56.973Z | Downloaded typify-macro v0.3.0 |
591 | 2025-03-21T00:02:56.973Z | Downloaded curve25519-dalek-derive v0.1.1 |
592 | 2025-03-21T00:02:56.973Z | Downloaded dunce v1.0.5 |
593 | 2025-03-21T00:02:56.973Z | Downloaded unicode-xid v0.2.6 |
594 | 2025-03-21T00:02:56.973Z | Downloaded rand_core v0.9.2 |
595 | 2025-03-21T00:02:56.999Z | Downloaded r2d2 v0.8.10 |
596 | 2025-03-21T00:02:56.999Z | Downloaded rustls-pemfile v1.0.4 |
597 | 2025-03-21T00:02:56.999Z | Downloaded proc-macro-error2 v2.0.1 |
598 | 2025-03-21T00:02:56.999Z | Downloaded serde_with_macros v3.12.0 |
599 | 2025-03-21T00:02:56.999Z | Downloaded serde_with v3.12.0 |
600 | 2025-03-21T00:02:57.026Z | Downloaded serde-hex v0.1.0 |
601 | 2025-03-21T00:02:57.026Z | Downloaded rustls v0.23.19 |
602 | 2025-03-21T00:02:57.052Z | Downloaded sha3 v0.10.8 |
603 | 2025-03-21T00:02:57.052Z | Downloaded value-bag v1.9.0 |
604 | 2025-03-21T00:02:57.052Z | Downloaded parking_lot_core v0.9.10 |
605 | 2025-03-21T00:02:57.078Z | Downloaded rustls-pemfile v2.2.0 |
606 | 2025-03-21T00:02:57.078Z | Downloaded rand_seeder v0.3.0 |
607 | 2025-03-21T00:02:57.078Z | Downloaded tls_codec v0.4.1 |
608 | 2025-03-21T00:02:57.078Z | Downloaded rustls-pki-types v1.10.0 |
609 | 2025-03-21T00:02:57.078Z | Downloaded omicron-zone-package v0.12.0 |
610 | 2025-03-21T00:02:57.078Z | Downloaded diesel v2.2.8 |
611 | 2025-03-21T00:02:57.105Z | Downloaded serde_path_to_error v0.1.16 |
612 | 2025-03-21T00:02:57.131Z | Downloaded winnow v0.5.40 |
613 | 2025-03-21T00:02:57.131Z | Downloaded progenitor-client v0.9.1 |
614 | 2025-03-21T00:02:57.131Z | Downloaded signature v2.2.0 |
615 | 2025-03-21T00:02:57.131Z | Downloaded serde_derive_internals v0.29.1 |
616 | 2025-03-21T00:02:57.157Z | Downloaded unicode-bidi v0.3.17 |
617 | 2025-03-21T00:02:57.157Z | Downloaded unicode-width v0.2.0 |
618 | 2025-03-21T00:02:57.157Z | Downloaded which v4.4.2 |
619 | 2025-03-21T00:02:57.157Z | Downloaded rand_chacha v0.9.0 |
620 | 2025-03-21T00:02:57.183Z | Downloaded flagset v0.4.6 |
621 | 2025-03-21T00:02:57.183Z | Downloaded fxhash v0.2.1 |
622 | 2025-03-21T00:02:57.183Z | Downloaded dropshot v0.16.0 |
623 | 2025-03-21T00:02:57.208Z | Downloaded webpki-roots v0.26.6 |
624 | 2025-03-21T00:02:57.209Z | Downloaded petname v2.0.2 |
625 | 2025-03-21T00:02:57.209Z | Downloaded winnow v0.6.20 |
626 | 2025-03-21T00:02:57.234Z | Downloaded vcpkg v0.2.15 |
627 | 2025-03-21T00:02:57.266Z | Downloaded defmt v0.3.8 |
628 | 2025-03-21T00:02:57.291Z | Downloaded regex-automata v0.4.8 |
629 | 2025-03-21T00:02:57.316Z | Downloaded fs_extra v1.3.0 |
630 | 2025-03-21T00:02:57.316Z | Downloaded fd-lock v4.0.2 |
631 | 2025-03-21T00:02:57.316Z | Downloaded tokio-rustls v0.24.1 |
632 | 2025-03-21T00:02:57.317Z | Downloaded der v0.7.9 |
633 | 2025-03-21T00:02:57.317Z | Downloaded serde_yaml v0.9.34+deprecated |
634 | 2025-03-21T00:02:57.317Z | Downloaded same-file v1.0.6 |
635 | 2025-03-21T00:02:57.342Z | Downloaded num-rational v0.4.2 |
636 | 2025-03-21T00:02:57.342Z | Downloaded serde_plain v1.0.2 |
637 | 2025-03-21T00:02:57.342Z | Downloaded foldhash v0.1.3 |
638 | 2025-03-21T00:02:57.342Z | Downloaded document-features v0.2.10 |
639 | 2025-03-21T00:02:57.342Z | Downloaded salty v0.3.0 |
640 | 2025-03-21T00:02:57.342Z | Downloaded petgraph v0.7.1 |
641 | 2025-03-21T00:02:57.368Z | Downloaded object v0.36.5 |
642 | 2025-03-21T00:02:57.393Z | Downloaded tokio v1.43.0 |
643 | 2025-03-21T00:02:57.420Z | Downloaded nibble_vec v0.1.0 |
644 | 2025-03-21T00:02:57.445Z | Downloaded typify-impl v0.3.0 |
645 | 2025-03-21T00:02:57.445Z | Downloaded derive_builder v0.20.2 |
646 | 2025-03-21T00:02:57.471Z | Downloaded rustversion v1.0.17 |
647 | 2025-03-21T00:02:57.471Z | Downloaded regex-syntax v0.8.5 |
648 | 2025-03-21T00:02:57.471Z | Downloaded petgraph v0.6.5 |
649 | 2025-03-21T00:02:57.496Z | Downloaded enum-as-inner v0.6.1 |
650 | 2025-03-21T00:02:57.496Z | Downloaded lzma-sys v0.1.20 |
651 | 2025-03-21T00:02:57.521Z | Downloaded libz-sys v1.1.20 |
652 | 2025-03-21T00:02:57.547Z | Downloaded aws-lc-sys v0.26.0 |
653 | 2025-03-21T00:02:57.812Z | Downloaded openapiv3 v2.0.0 |
654 | 2025-03-21T00:02:57.837Z | Downloaded typify-impl v0.2.0 |
655 | 2025-03-21T00:02:57.863Z | Downloaded daft-derive v0.1.2 |
656 | 2025-03-21T00:02:57.863Z | Downloaded wyz v0.5.1 |
657 | 2025-03-21T00:02:57.863Z | Downloaded openssl v0.10.71 |
658 | 2025-03-21T00:02:57.888Z | Downloaded termtree v0.5.1 |
659 | 2025-03-21T00:02:57.888Z | Downloaded gimli v0.31.1 |
660 | 2025-03-21T00:02:57.888Z | Downloaded dropshot v0.12.0 |
661 | 2025-03-21T00:02:57.913Z | Downloaded ron v0.8.1 |
662 | 2025-03-21T00:02:57.913Z | Downloaded hyper v1.6.0 |
663 | 2025-03-21T00:02:57.913Z | Downloaded object v0.30.4 |
664 | 2025-03-21T00:02:57.939Z | Downloaded smoltcp v0.11.0 |
665 | 2025-03-21T00:02:57.964Z | Downloaded foreign-types v0.5.0 |
666 | 2025-03-21T00:02:57.964Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
667 | 2025-03-21T00:02:58.011Z | Downloaded diff v0.1.13 |
668 | 2025-03-21T00:02:58.037Z | Downloaded nix v0.29.0 |
669 | 2025-03-21T00:02:58.037Z | Downloaded nix v0.27.1 |
670 | 2025-03-21T00:02:58.062Z | Downloaded regress v0.10.3 |
671 | 2025-03-21T00:02:58.062Z | Downloaded lalrpop v0.19.12 |
672 | 2025-03-21T00:02:58.088Z | Downloaded sha1 v0.10.6 |
673 | 2025-03-21T00:02:58.088Z | Downloaded prettyplease v0.2.30 |
674 | 2025-03-21T00:02:58.088Z | Downloaded newtype_derive v0.1.6 |
675 | 2025-03-21T00:02:58.088Z | Downloaded time-macros v0.2.18 |
676 | 2025-03-21T00:02:58.088Z | Downloaded signal-hook-mio v0.2.4 |
677 | 2025-03-21T00:02:58.088Z | Downloaded typed-path v0.9.3 |
678 | 2025-03-21T00:02:58.088Z | Downloaded unicode_categories v0.1.1 |
679 | 2025-03-21T00:02:58.088Z | Downloaded shlex v1.3.0 |
680 | 2025-03-21T00:02:58.114Z | Downloaded tar v0.4.44 |
681 | 2025-03-21T00:02:58.114Z | Downloaded regex-syntax v0.6.29 |
682 | 2025-03-21T00:02:58.114Z | Downloaded progenitor v0.8.0 |
683 | 2025-03-21T00:02:58.114Z | Downloaded tokio-native-tls v0.3.1 |
684 | 2025-03-21T00:02:58.114Z | Downloaded instability v0.3.2 |
685 | 2025-03-21T00:02:58.114Z | Downloaded proc-macro-error-attr2 v2.0.0 |
686 | 2025-03-21T00:02:58.114Z | Downloaded whoami v1.5.2 |
687 | 2025-03-21T00:02:58.114Z | Downloaded ring v0.17.11 |
688 | 2025-03-21T00:02:58.163Z | Downloaded utf8_iter v1.0.4 |
689 | 2025-03-21T00:02:58.188Z | Downloaded zone v0.3.0 |
690 | 2025-03-21T00:02:58.188Z | Downloaded ed25519-dalek v2.1.1 |
691 | 2025-03-21T00:02:58.188Z | Downloaded env_logger v0.11.5 |
692 | 2025-03-21T00:02:58.188Z | Downloaded crossbeam-channel v0.5.13 |
693 | 2025-03-21T00:02:58.188Z | Downloaded flate2 v1.1.0 |
694 | 2025-03-21T00:02:58.188Z | Downloaded lru-cache v0.1.2 |
695 | 2025-03-21T00:02:58.188Z | Downloaded subprocess v0.2.9 |
696 | 2025-03-21T00:02:58.188Z | Downloaded either v1.14.0 |
697 | 2025-03-21T00:02:58.214Z | Downloaded scheduled-thread-pool v0.2.7 |
698 | 2025-03-21T00:02:58.214Z | Downloaded polar-core v0.27.3 |
699 | 2025-03-21T00:02:58.214Z | Downloaded hashbrown v0.12.3 |
700 | 2025-03-21T00:02:58.214Z | Downloaded endian-type v0.1.2 |
701 | 2025-03-21T00:02:58.214Z | Downloaded hkdf v0.12.4 |
702 | 2025-03-21T00:02:58.214Z | Downloaded crossbeam-deque v0.8.5 |
703 | 2025-03-21T00:02:58.239Z | Downloaded atomic-waker v1.1.2 |
704 | 2025-03-21T00:02:58.240Z | Downloaded ron v0.7.1 |
705 | 2025-03-21T00:02:58.240Z | Downloaded defmt-parser v0.3.4 |
706 | 2025-03-21T00:02:58.240Z | Downloaded vte v0.11.1 |
707 | 2025-03-21T00:02:58.240Z | Downloaded vsss-rs v3.3.4 |
708 | 2025-03-21T00:02:58.240Z | Downloaded subtle v2.6.1 |
709 | 2025-03-21T00:02:58.240Z | Downloaded rand_chacha v0.3.1 |
710 | 2025-03-21T00:02:58.240Z | Downloaded unicode-normalization v0.1.24 |
711 | 2025-03-21T00:02:58.240Z | Downloaded unarray v0.1.4 |
712 | 2025-03-21T00:02:58.265Z | Downloaded foreign-types-macros v0.2.3 |
713 | 2025-03-21T00:02:58.265Z | Downloaded olpc-cjson v0.1.4 |
714 | 2025-03-21T00:02:58.265Z | Downloaded thiserror-no-std v2.0.2 |
715 | 2025-03-21T00:02:58.265Z | Downloaded newtype-uuid v1.2.1 |
716 | 2025-03-21T00:02:58.265Z | Downloaded git2 v0.19.0 |
717 | 2025-03-21T00:02:58.265Z | Downloaded walkdir v2.5.0 |
718 | 2025-03-21T00:02:58.265Z | Downloaded tokio-postgres v0.7.13 |
719 | 2025-03-21T00:02:58.291Z | Downloaded schemars v0.8.22 |
720 | 2025-03-21T00:02:58.316Z | Downloaded rustls-webpki v0.101.7 |
721 | 2025-03-21T00:02:58.316Z | Downloaded polyval v0.6.2 |
722 | 2025-03-21T00:02:58.316Z | Downloaded getrandom v0.3.1 |
723 | 2025-03-21T00:02:58.316Z | Downloaded progenitor-impl v0.9.1 |
724 | 2025-03-21T00:02:58.342Z | Downloaded idna v1.0.3 |
725 | 2025-03-21T00:02:58.342Z | Downloaded progenitor-client v0.8.0 |
726 | 2025-03-21T00:02:58.342Z | Downloaded proc-macro-crate v1.3.1 |
727 | 2025-03-21T00:02:58.342Z | Downloaded ecdsa v0.16.9 |
728 | 2025-03-21T00:02:58.342Z | Downloaded dyn-clone v1.0.19 |
729 | 2025-03-21T00:02:58.342Z | Downloaded dsl_auto_type v0.1.2 |
730 | 2025-03-21T00:02:58.342Z | Downloaded vte_generate_state_changes v0.1.2 |
731 | 2025-03-21T00:02:58.342Z | Downloaded vergen v8.3.2 |
732 | 2025-03-21T00:02:58.342Z | Downloaded uuid v1.15.1 |
733 | 2025-03-21T00:02:58.342Z | Downloaded pretty_assertions v1.4.1 |
734 | 2025-03-21T00:02:58.342Z | Downloaded tinyvec_macros v0.1.1 |
735 | 2025-03-21T00:02:58.367Z | Downloaded percent-encoding v2.3.1 |
736 | 2025-03-21T00:02:58.368Z | Downloaded portable-atomic v1.9.0 |
737 | 2025-03-21T00:02:58.368Z | Downloaded darling_macro v0.20.10 |
738 | 2025-03-21T00:02:58.368Z | Downloaded slog-envlogger v2.2.0 |
739 | 2025-03-21T00:02:58.368Z | Downloaded rpassword v7.3.1 |
740 | 2025-03-21T00:02:58.368Z | Downloaded primeorder v0.13.6 |
741 | 2025-03-21T00:02:58.368Z | Downloaded want v0.3.1 |
742 | 2025-03-21T00:02:58.368Z | Downloaded termtree v0.4.1 |
743 | 2025-03-21T00:02:58.368Z | Downloaded radium v0.7.0 |
744 | 2025-03-21T00:02:58.368Z | Downloaded openssl-probe v0.1.5 |
745 | 2025-03-21T00:02:58.368Z | Downloaded derive_more v0.99.19 |
746 | 2025-03-21T00:02:58.393Z | Downloaded serde_repr v0.1.19 |
747 | 2025-03-21T00:02:58.393Z | Downloaded writeable v0.5.5 |
748 | 2025-03-21T00:02:58.393Z | Downloaded waitgroup v0.1.2 |
749 | 2025-03-21T00:02:58.393Z | Downloaded wait-timeout v0.2.0 |
750 | 2025-03-21T00:02:58.393Z | Downloaded termios v0.3.3 |
751 | 2025-03-21T00:02:58.393Z | Downloaded dropshot_endpoint v0.16.0 |
752 | 2025-03-21T00:02:58.393Z | Downloaded displaydoc v0.2.5 |
753 | 2025-03-21T00:02:58.393Z | Downloaded postcard v1.0.10 |
754 | 2025-03-21T00:02:58.393Z | Downloaded heapless v0.8.0 |
755 | 2025-03-21T00:02:58.393Z | Downloaded slog-json v2.6.1 |
756 | 2025-03-21T00:02:58.419Z | Downloaded encoding_rs v0.8.34 |
757 | 2025-03-21T00:02:58.446Z | Downloaded rand_core v0.6.4 |
758 | 2025-03-21T00:02:58.446Z | Downloaded progenitor v0.9.1 |
759 | 2025-03-21T00:02:58.446Z | Downloaded defmt-macros v0.3.9 |
760 | 2025-03-21T00:02:58.446Z | Downloaded x509-cert v0.2.5 |
761 | 2025-03-21T00:02:58.446Z | Downloaded rand v0.8.5 |
762 | 2025-03-21T00:02:58.446Z | Downloaded num-bigint-dig v0.8.4 |
763 | 2025-03-21T00:02:58.472Z | Downloaded typify v0.2.0 |
764 | 2025-03-21T00:02:58.472Z | Downloaded pin-project-internal v1.1.6 |
765 | 2025-03-21T00:02:58.472Z | Downloaded write16 v1.0.0 |
766 | 2025-03-21T00:02:58.472Z | Downloaded sync_wrapper v1.0.1 |
767 | 2025-03-21T00:02:58.472Z | Downloaded radix_trie v0.2.1 |
768 | 2025-03-21T00:02:58.472Z | Downloaded tokio-util v0.7.13 |
769 | 2025-03-21T00:02:58.472Z | Downloaded string_cache v0.8.7 |
770 | 2025-03-21T00:02:58.472Z | Downloaded hyper-util v0.1.10 |
771 | 2025-03-21T00:02:58.498Z | Downloaded der_derive v0.7.3 |
772 | 2025-03-21T00:02:58.498Z | Downloaded phf v0.11.2 |
773 | 2025-03-21T00:02:58.498Z | Downloaded group v0.13.0 |
774 | 2025-03-21T00:02:58.498Z | Downloaded signal-hook-tokio v0.3.1 |
775 | 2025-03-21T00:02:58.498Z | Downloaded uzers v0.12.1 |
776 | 2025-03-21T00:02:58.498Z | Downloaded sync-ptr v0.1.1 |
777 | 2025-03-21T00:02:58.498Z | Downloaded nix v0.28.0 |
778 | 2025-03-21T00:02:58.524Z | Downloaded rcgen v0.12.1 |
779 | 2025-03-21T00:02:58.524Z | Downloaded twox-hash v2.1.0 |
780 | 2025-03-21T00:02:58.524Z | Downloaded tokio-rustls v0.25.0 |
781 | 2025-03-21T00:02:58.524Z | Downloaded supports-color v3.0.2 |
782 | 2025-03-21T00:02:58.524Z | Downloaded pbkdf2 v0.11.0 |
783 | 2025-03-21T00:02:58.524Z | Downloaded yansi v1.0.1 |
784 | 2025-03-21T00:02:58.524Z | Downloaded env_logger v0.10.2 |
785 | 2025-03-21T00:02:58.524Z | Downloaded rand v0.9.0 |
786 | 2025-03-21T00:02:58.524Z | Downloaded unicode-truncate v1.1.0 |
787 | 2025-03-21T00:02:58.550Z | Downloaded unicase v2.7.0 |
788 | 2025-03-21T00:02:58.550Z | Downloaded predicates v3.1.3 |
789 | 2025-03-21T00:02:58.550Z | Downloaded strum_macros v0.26.4 |
790 | 2025-03-21T00:02:58.550Z | Downloaded reqwest v0.12.12 |
791 | 2025-03-21T00:02:58.550Z | Downloaded rtoolbox v0.0.2 |
792 | 2025-03-21T00:02:58.550Z | Downloaded pretty-hex v0.2.1 |
793 | 2025-03-21T00:02:58.550Z | Downloaded predicates-tree v1.0.11 |
794 | 2025-03-21T00:02:58.550Z | Downloaded num-bigint v0.4.6 |
795 | 2025-03-21T00:02:58.576Z | Downloaded nom v7.1.3 |
796 | 2025-03-21T00:02:58.576Z | Downloaded tiny-keccak v2.0.2 |
797 | 2025-03-21T00:02:58.576Z | Downloaded phf_generator v0.11.2 |
798 | 2025-03-21T00:02:58.576Z | Downloaded float-ord v0.3.2 |
799 | 2025-03-21T00:02:58.576Z | Downloaded rayon-core v1.12.1 |
800 | 2025-03-21T00:02:58.576Z | Downloaded num-traits v0.2.19 |
801 | 2025-03-21T00:02:58.576Z | Downloaded test-strategy v0.4.0 |
802 | 2025-03-21T00:02:58.602Z | Downloaded fragile v2.0.0 |
803 | 2025-03-21T00:02:58.602Z | Downloaded form_urlencoded v1.2.1 |
804 | 2025-03-21T00:02:58.602Z | Downloaded ed25519 v2.2.3 |
805 | 2025-03-21T00:02:58.602Z | Downloaded num-iter v0.1.45 |
806 | 2025-03-21T00:02:58.602Z | Downloaded num-integer v0.1.46 |
807 | 2025-03-21T00:02:58.602Z | Downloaded num-complex v0.4.6 |
808 | 2025-03-21T00:02:58.602Z | Downloaded nu-ansi-term v0.50.1 |
809 | 2025-03-21T00:02:58.602Z | Downloaded tokio-tungstenite v0.23.1 |
810 | 2025-03-21T00:02:58.602Z | Downloaded stringprep v0.1.5 |
811 | 2025-03-21T00:02:58.602Z | Downloaded ssh-encoding v0.2.0 |
812 | 2025-03-21T00:02:58.602Z | Downloaded multimap v0.10.0 |
813 | 2025-03-21T00:02:58.602Z | Downloaded foreign-types-shared v0.1.1 |
814 | 2025-03-21T00:02:58.602Z | Downloaded opaque-debug v0.3.1 |
815 | 2025-03-21T00:02:58.602Z | Downloaded num-derive v0.4.2 |
816 | 2025-03-21T00:02:58.602Z | Downloaded num-conv v0.1.0 |
817 | 2025-03-21T00:02:58.602Z | Downloaded num v0.4.3 |
818 | 2025-03-21T00:02:58.628Z | Downloaded tls_codec_derive v0.4.1 |
819 | 2025-03-21T00:02:58.628Z | Downloaded time v0.3.36 |
820 | 2025-03-21T00:02:58.628Z | Downloaded dropshot_endpoint v0.12.0 |
821 | 2025-03-21T00:02:58.628Z | Downloaded diesel_derives v2.2.3 |
822 | 2025-03-21T00:02:58.628Z | Downloaded diesel-dtrace v0.4.2 |
823 | 2025-03-21T00:02:58.628Z | Downloaded derive_builder_core v0.20.2 |
824 | 2025-03-21T00:02:58.628Z | Downloaded xattr v1.3.1 |
825 | 2025-03-21T00:02:58.628Z | Downloaded stable_deref_trait v1.2.0 |
826 | 2025-03-21T00:02:58.653Z | Downloaded instant v0.1.13 |
827 | 2025-03-21T00:02:58.654Z | Downloaded number_prefix v0.4.0 |
828 | 2025-03-21T00:02:58.654Z | Downloaded num_threads v0.1.7 |
829 | 2025-03-21T00:02:58.654Z | Downloaded num_enum_derive v0.5.11 |
830 | 2025-03-21T00:02:58.654Z | Downloaded num_enum v0.5.11 |
831 | 2025-03-21T00:02:58.654Z | Downloaded normalize-line-endings v0.3.0 |
832 | 2025-03-21T00:02:58.654Z | Downloaded nodrop v0.1.14 |
833 | 2025-03-21T00:02:58.654Z | Downloaded tokio-macros v2.5.0 |
834 | 2025-03-21T00:02:58.654Z | Downloaded tinyvec v1.8.0 |
835 | 2025-03-21T00:02:58.654Z | Downloaded tinystr v0.7.6 |
836 | 2025-03-21T00:02:58.654Z | Downloaded thread_local v1.1.8 |
837 | 2025-03-21T00:02:58.654Z | Downloaded thiserror-impl-no-std v2.0.2 |
838 | 2025-03-21T00:02:58.654Z | Downloaded predicates-core v1.0.8 |
839 | 2025-03-21T00:02:58.654Z | Downloaded precomputed-hash v0.1.1 |
840 | 2025-03-21T00:02:58.654Z | Downloaded phf_shared v0.11.2 |
841 | 2025-03-21T00:02:58.680Z | Downloaded phf_codegen v0.11.2 |
842 | 2025-03-21T00:02:58.680Z | Downloaded strum_macros v0.24.3 |
843 | 2025-03-21T00:02:58.680Z | Downloaded structmeta-derive v0.3.0 |
844 | 2025-03-21T00:02:58.680Z | Downloaded shell-words v1.1.0 |
845 | 2025-03-21T00:02:58.680Z | Downloaded pem-rfc7468 v0.7.0 |
846 | 2025-03-21T00:02:58.680Z | Downloaded pem v3.0.5 |
847 | 2025-03-21T00:02:58.680Z | Downloaded peg v0.8.5 |
848 | 2025-03-21T00:02:58.680Z | Downloaded parking_lot_core v0.8.6 |
849 | 2025-03-21T00:02:58.680Z | Downloaded flume v0.11.1 |
850 | 2025-03-21T00:02:58.680Z | Downloaded derive_builder_macro v0.20.2 |
851 | 2025-03-21T00:02:58.680Z | Downloaded secrecy v0.8.0 |
852 | 2025-03-21T00:02:58.680Z | Downloaded p521 v0.13.3 |
853 | 2025-03-21T00:02:58.718Z | Downloaded peg-macros v0.8.5 |
854 | 2025-03-21T00:02:58.718Z | Downloaded gethostname v0.5.0 |
855 | 2025-03-21T00:02:58.718Z | Downloaded zerocopy v0.8.10 |
856 | 2025-03-21T00:02:58.746Z | Downloaded openssl-sys v0.9.106 |
857 | 2025-03-21T00:02:58.772Z | Downloaded strum_macros v0.25.3 |
858 | 2025-03-21T00:02:58.772Z | Downloaded slog-term v2.9.1 |
859 | 2025-03-21T00:02:58.772Z | Downloaded peg-runtime v0.8.5 |
860 | 2025-03-21T00:02:58.772Z | Downloaded parse-display v0.10.0 |
861 | 2025-03-21T00:02:58.772Z | Downloaded futures-channel v0.3.31 |
862 | 2025-03-21T00:02:58.772Z | Downloaded tungstenite v0.24.0 |
863 | 2025-03-21T00:02:58.798Z | Downloaded sigpipe v0.1.3 |
864 | 2025-03-21T00:02:58.798Z | Downloaded proptest v1.6.0 |
865 | 2025-03-21T00:02:58.798Z | Downloaded dirs-sys-next v0.1.2 |
866 | 2025-03-21T00:02:58.798Z | Downloaded difflib v0.4.0 |
867 | 2025-03-21T00:02:58.823Z | Downloaded smallvec v0.6.14 |
868 | 2025-03-21T00:02:58.823Z | Downloaded pbkdf2 v0.12.2 |
869 | 2025-03-21T00:02:58.823Z | Downloaded parse-display-derive v0.10.0 |
870 | 2025-03-21T00:02:58.823Z | Downloaded fixedbitset v0.5.7 |
871 | 2025-03-21T00:02:58.823Z | Downloaded des v0.8.1 |
872 | 2025-03-21T00:02:58.823Z | Downloaded schemars_derive v0.8.22 |
873 | 2025-03-21T00:02:58.823Z | Downloaded pin-project-lite v0.2.14 |
874 | 2025-03-21T00:02:58.823Z | Downloaded ssh-key v0.6.6 |
875 | 2025-03-21T00:02:58.849Z | Downloaded sqlformat v0.2.6 |
876 | 2025-03-21T00:02:58.849Z | Downloaded ratatui v0.29.0 |
877 | 2025-03-21T00:02:58.875Z | Downloaded hash32 v0.2.1 |
878 | 2025-03-21T00:02:58.875Z | Downloaded humantime v2.1.0 |
879 | 2025-03-21T00:02:58.875Z | Downloaded dirs-next v2.0.0 |
880 | 2025-03-21T00:02:58.875Z | Downloaded diesel_table_macro_syntax v0.2.0 |
881 | 2025-03-21T00:02:58.875Z | Downloaded strum v0.26.3 |
882 | 2025-03-21T00:02:58.875Z | Downloaded smf v0.2.3 |
883 | 2025-03-21T00:02:58.875Z | Downloaded smallvec v1.14.0 |
884 | 2025-03-21T00:02:58.902Z | Downloaded slog-stdlog v4.1.1 |
885 | 2025-03-21T00:02:58.902Z | Downloaded slog-scope v4.4.0 |
886 | 2025-03-21T00:02:58.902Z | Downloaded signal-hook-registry v1.4.2 |
887 | 2025-03-21T00:02:58.902Z | Downloaded signal-hook v0.3.17 |
888 | 2025-03-21T00:02:58.902Z | Downloaded path-slash v0.1.5 |
889 | 2025-03-21T00:02:58.902Z | Downloaded paste v1.0.15 |
890 | 2025-03-21T00:02:58.902Z | Downloaded password-hash v0.4.2 |
891 | 2025-03-21T00:02:58.927Z | Downloaded parse-zoneinfo v0.3.1 |
892 | 2025-03-21T00:02:58.927Z | Downloaded foreign-types v0.3.2 |
893 | 2025-03-21T00:02:58.927Z | Downloaded ff v0.13.0 |
894 | 2025-03-21T00:02:58.927Z | Downloaded typify-macro v0.2.0 |
895 | 2025-03-21T00:02:58.928Z | Downloaded typify v0.3.0 |
896 | 2025-03-21T00:02:58.928Z | Downloaded samael v0.0.18 |
897 | 2025-03-21T00:02:58.953Z | Downloaded salsa20 v0.10.2 |
898 | 2025-03-21T00:02:58.953Z | Downloaded rustyline v14.0.0 |
899 | 2025-03-21T00:02:58.953Z | Downloaded futures-executor v0.3.31 |
900 | 2025-03-21T00:02:58.953Z | Downloaded steno v0.4.1 |
901 | 2025-03-21T00:02:58.953Z | Downloaded regex v1.11.1 |
902 | 2025-03-21T00:02:58.984Z | Downloaded progenitor-impl v0.8.0 |
903 | 2025-03-21T00:02:59.010Z | Downloaded tracing-core v0.1.32 |
904 | 2025-03-21T00:02:59.010Z | Downloaded tracing v0.1.40 |
905 | 2025-03-21T00:02:59.010Z | Downloaded termcolor v1.4.1 |
906 | 2025-03-21T00:02:59.035Z | Downloaded bit-set v0.8.0 |
907 | 2025-03-21T00:02:59.035Z | Downloaded aes-gcm v0.10.3 |
908 | 2025-03-21T00:02:59.035Z | Downloaded parse-size v1.1.0 |
909 | 2025-03-21T00:02:59.036Z | Downloaded float-cmp v0.10.0 |
910 | 2025-03-21T00:02:59.036Z | Downloaded fixedbitset v0.4.2 |
911 | 2025-03-21T00:02:59.036Z | Downloaded filetime v0.2.25 |
912 | 2025-03-21T00:02:59.036Z | Downloaded derive-where v1.2.7 |
913 | 2025-03-21T00:02:59.036Z | Downloaded sct v0.7.1 |
914 | 2025-03-21T00:02:59.061Z | Downloaded rustls-webpki v0.102.8 |
915 | 2025-03-21T00:02:59.061Z | Downloaded futures-util v0.3.31 |
916 | 2025-03-21T00:02:59.087Z | Downloaded darling v0.20.10 |
917 | 2025-03-21T00:02:59.087Z | Downloaded curve25519-dalek v4.1.3 |
918 | 2025-03-21T00:02:59.113Z | Downloaded zerofrom-derive v0.1.4 |
919 | 2025-03-21T00:02:59.113Z | Downloaded rustfmt-wrapper v0.2.1 |
920 | 2025-03-21T00:02:59.113Z | Downloaded mio v1.0.2 |
921 | 2025-03-21T00:02:59.113Z | Downloaded icu_provider_macros v1.5.0 |
922 | 2025-03-21T00:02:59.113Z | Downloaded icu_properties_data v1.5.0 |
923 | 2025-03-21T00:02:59.138Z | Downloaded csv-core v0.1.11 |
924 | 2025-03-21T00:02:59.138Z | Downloaded crc v3.2.1 |
925 | 2025-03-21T00:02:59.138Z | Downloaded tokio-rustls v0.26.0 |
926 | 2025-03-21T00:02:59.138Z | Downloaded semver v0.1.20 |
927 | 2025-03-21T00:02:59.138Z | Downloaded sec1 v0.7.3 |
928 | 2025-03-21T00:02:59.139Z | Downloaded scrypt v0.11.0 |
929 | 2025-03-21T00:02:59.139Z | Downloaded scopeguard v1.2.0 |
930 | 2025-03-21T00:02:59.139Z | Downloaded postgres-types v0.2.9 |
931 | 2025-03-21T00:02:59.139Z | Downloaded new_debug_unreachable v1.0.6 |
932 | 2025-03-21T00:02:59.139Z | Downloaded data-encoding v2.6.0 |
933 | 2025-03-21T00:02:59.139Z | Downloaded darling_core v0.20.10 |
934 | 2025-03-21T00:02:59.164Z | Downloaded resolv-conf v0.7.0 |
935 | 2025-03-21T00:02:59.164Z | Downloaded maplit v1.0.2 |
936 | 2025-03-21T00:02:59.164Z | Downloaded hickory-proto v0.24.4 |
937 | 2025-03-21T00:02:59.191Z | Downloaded cookie_store v0.21.1 |
938 | 2025-03-21T00:02:59.191Z | Downloaded arrayvec v0.7.6 |
939 | 2025-03-21T00:02:59.191Z | Downloaded tokio-tungstenite v0.24.0 |
940 | 2025-03-21T00:02:59.191Z | Downloaded tokio-tungstenite v0.21.0 |
941 | 2025-03-21T00:02:59.191Z | Downloaded tokio-stream v0.1.17 |
942 | 2025-03-21T00:02:59.191Z | Downloaded serde-big-array v0.5.1 |
943 | 2025-03-21T00:02:59.191Z | Downloaded native-tls v0.2.12 |
944 | 2025-03-21T00:02:59.216Z | Downloaded futures-macro v0.3.31 |
945 | 2025-03-21T00:02:59.217Z | Downloaded zopfli v0.8.1 |
946 | 2025-03-21T00:02:59.217Z | Downloaded url v2.5.3 |
947 | 2025-03-21T00:02:59.217Z | Downloaded unsafe-libyaml v0.2.11 |
948 | 2025-03-21T00:02:59.217Z | Downloaded ena v0.14.3 |
949 | 2025-03-21T00:02:59.217Z | Downloaded slog-bunyan v2.5.0 |
950 | 2025-03-21T00:02:59.217Z | Downloaded quick-xml v0.37.2 |
951 | 2025-03-21T00:02:59.217Z | Downloaded httpdate v1.0.3 |
952 | 2025-03-21T00:02:59.243Z | Downloaded blake2 v0.10.6 |
953 | 2025-03-21T00:02:59.243Z | Downloaded powerfmt v0.2.0 |
954 | 2025-03-21T00:02:59.243Z | Downloaded futures-sink v0.3.31 |
955 | 2025-03-21T00:02:59.243Z | Downloaded futures-io v0.3.31 |
956 | 2025-03-21T00:02:59.243Z | Downloaded debug-ignore v1.0.5 |
957 | 2025-03-21T00:02:59.243Z | Downloaded zone_cfg_derive v0.3.0 |
958 | 2025-03-21T00:02:59.243Z | Downloaded yoke-derive v0.7.4 |
959 | 2025-03-21T00:02:59.243Z | Downloaded utf-8 v0.7.6 |
960 | 2025-03-21T00:02:59.243Z | Downloaded static_assertions v1.1.0 |
961 | 2025-03-21T00:02:59.243Z | Downloaded spin v0.9.8 |
962 | 2025-03-21T00:02:59.243Z | Downloaded rfc6979 v0.4.0 |
963 | 2025-03-21T00:02:59.243Z | Downloaded quinn-udp v0.5.5 |
964 | 2025-03-21T00:02:59.243Z | Downloaded tui-tree-widget v0.23.0 |
965 | 2025-03-21T00:02:59.243Z | Downloaded topological-sort v0.2.2 |
966 | 2025-03-21T00:02:59.243Z | Downloaded synstructure v0.13.1 |
967 | 2025-03-21T00:02:59.243Z | Downloaded slog-async v2.8.0 |
968 | 2025-03-21T00:02:59.269Z | Downloaded similar v2.7.0 |
969 | 2025-03-21T00:02:59.269Z | Downloaded managed v0.8.0 |
970 | 2025-03-21T00:02:59.270Z | Downloaded constant_time_eq v0.3.1 |
971 | 2025-03-21T00:02:59.270Z | Downloaded cfg_aliases v0.2.1 |
972 | 2025-03-21T00:02:59.270Z | Downloaded atty v0.2.14 |
973 | 2025-03-21T00:02:59.270Z | Downloaded postgres-protocol v0.6.8 |
974 | 2025-03-21T00:02:59.270Z | Downloaded pin-project v1.1.6 |
975 | 2025-03-21T00:02:59.296Z | Downloaded ghash v0.5.1 |
976 | 2025-03-21T00:02:59.296Z | Downloaded daft v0.1.2 |
977 | 2025-03-21T00:02:59.297Z | Downloaded yoke v0.7.4 |
978 | 2025-03-21T00:02:59.297Z | Downloaded untrusted v0.9.0 |
979 | 2025-03-21T00:02:59.297Z | Downloaded sqlparser_derive v0.2.2 |
980 | 2025-03-21T00:02:59.297Z | Downloaded sqlparser v0.45.0 |
981 | 2025-03-21T00:02:59.297Z | Downloaded spki v0.7.3 |
982 | 2025-03-21T00:02:59.297Z | Downloaded papergrid v0.14.0 |
983 | 2025-03-21T00:02:59.323Z | Downloaded packed_struct v0.10.1 |
984 | 2025-03-21T00:02:59.323Z | Downloaded expectorate v1.1.0 |
985 | 2025-03-21T00:02:59.323Z | Downloaded zerocopy v0.6.6 |
986 | 2025-03-21T00:02:59.323Z | Downloaded impl-trait-for-tuples v0.2.2 |
987 | 2025-03-21T00:02:59.323Z | Downloaded hubpack_derive v0.1.1 |
988 | 2025-03-21T00:02:59.323Z | Downloaded async-bb8-diesel v0.2.1 |
989 | 2025-03-21T00:02:59.323Z | Downloaded getrandom v0.2.15 |
990 | 2025-03-21T00:02:59.323Z | Downloaded futures-task v0.3.31 |
991 | 2025-03-21T00:02:59.323Z | Downloaded futures-core v0.3.31 |
992 | 2025-03-21T00:02:59.323Z | Downloaded futures v0.3.31 |
993 | 2025-03-21T00:02:59.349Z | Downloaded yasna v0.5.2 |
994 | 2025-03-21T00:02:59.349Z | Downloaded xz2 v0.1.7 |
995 | 2025-03-21T00:02:59.349Z | Downloaded utf16_iter v1.0.5 |
996 | 2025-03-21T00:02:59.349Z | Downloaded socket2 v0.5.8 |
997 | 2025-03-21T00:02:59.349Z | Downloaded tabled_derive v0.10.0 |
998 | 2025-03-21T00:02:59.349Z | Downloaded memoffset v0.9.1 |
999 | 2025-03-21T00:02:59.349Z | Downloaded idna_adapter v1.2.0 |
1000 | 2025-03-21T00:02:59.349Z | Downloaded hickory-resolver v0.24.4 |
1001 | 2025-03-21T00:02:59.349Z | Downloaded block-padding v0.3.3 |
1002 | 2025-03-21T00:02:59.349Z | Downloaded pkcs1 v0.7.5 |
1003 | 2025-03-21T00:02:59.349Z | Downloaded h2 v0.4.6 |
1004 | 2025-03-21T00:02:59.375Z | Downloaded toolchain_find v0.4.0 |
1005 | 2025-03-21T00:02:59.375Z | Downloaded term v0.7.0 |
1006 | 2025-03-21T00:02:59.375Z | Downloaded indicatif v0.17.11 |
1007 | 2025-03-21T00:02:59.375Z | Downloaded httparse v1.9.5 |
1008 | 2025-03-21T00:02:59.375Z | Downloaded hashbrown v0.13.2 |
1009 | 2025-03-21T00:02:59.375Z | Downloaded embedded-io v0.4.0 |
1010 | 2025-03-21T00:02:59.401Z | Downloaded zip v2.1.3 |
1011 | 2025-03-21T00:02:59.401Z | Downloaded zerocopy-derive v0.6.6 |
1012 | 2025-03-21T00:02:59.401Z | Downloaded tracing-attributes v0.1.27 |
1013 | 2025-03-21T00:02:59.401Z | Downloaded litemap v0.7.3 |
1014 | 2025-03-21T00:02:59.401Z | Downloaded libsw-core v0.3.1 |
1015 | 2025-03-21T00:02:59.427Z | Downloaded indoc v1.0.9 |
1016 | 2025-03-21T00:02:59.427Z | Downloaded hubpack v0.1.2 |
1017 | 2025-03-21T00:02:59.427Z | Downloaded hickory-server v0.24.4 |
1018 | 2025-03-21T00:02:59.427Z | Downloaded csv v1.3.1 |
1019 | 2025-03-21T00:02:59.453Z | Downloaded strip-ansi-escapes v0.2.0 |
1020 | 2025-03-21T00:02:59.453Z | Downloaded ssh-cipher v0.2.0 |
1021 | 2025-03-21T00:02:59.453Z | Downloaded snafu-derive v0.8.5 |
1022 | 2025-03-21T00:02:59.453Z | Downloaded snafu v0.8.5 |
1023 | 2025-03-21T00:02:59.453Z | Downloaded reedline v0.38.0 |
1024 | 2025-03-21T00:02:59.479Z | Downloaded rayon v1.10.0 |
1025 | 2025-03-21T00:02:59.479Z | Downloaded rand_xorshift v0.3.0 |
1026 | 2025-03-21T00:02:59.479Z | Downloaded pkcs5 v0.7.1 |
1027 | 2025-03-21T00:02:59.504Z | Downloaded oso v0.27.3 |
1028 | 2025-03-21T00:02:59.504Z | Downloaded heapless v0.7.17 |
1029 | 2025-03-21T00:02:59.504Z | Downloaded zip v0.6.6 |
1030 | 2025-03-21T00:02:59.504Z | Downloaded tungstenite v0.21.0 |
1031 | 2025-03-21T00:02:59.504Z | Downloaded rustls v0.22.4 |
1032 | 2025-03-21T00:02:59.530Z | Downloaded mockall_derive v0.13.1 |
1033 | 2025-03-21T00:02:59.530Z | Downloaded minimal-lexical v0.2.1 |
1034 | 2025-03-21T00:02:59.530Z | Downloaded lazy_static v1.5.0 |
1035 | 2025-03-21T00:02:59.530Z | Downloaded jobserver v0.1.32 |
1036 | 2025-03-21T00:02:59.530Z | Downloaded ipnetwork v0.21.1 |
1037 | 2025-03-21T00:02:59.555Z | Downloaded progenitor-macro v0.9.1 |
1038 | 2025-03-21T00:02:59.555Z | Downloaded itertools v0.14.0 |
1039 | 2025-03-21T00:02:59.556Z | Downloaded itertools v0.12.1 |
1040 | 2025-03-21T00:02:59.556Z | Downloaded itertools v0.10.5 |
1041 | 2025-03-21T00:02:59.581Z | Downloaded home v0.5.9 |
1042 | 2025-03-21T00:02:59.581Z | Downloaded hex-literal v0.4.1 |
1043 | 2025-03-21T00:02:59.581Z | Downloaded crc-any v2.5.0 |
1044 | 2025-03-21T00:02:59.581Z | Downloaded base64 v0.21.7 |
1045 | 2025-03-21T00:02:59.581Z | Downloaded ref-cast v1.0.23 |
1046 | 2025-03-21T00:02:59.581Z | Downloaded poly1305 v0.8.0 |
1047 | 2025-03-21T00:02:59.581Z | Downloaded pkcs8 v0.10.2 |
1048 | 2025-03-21T00:02:59.581Z | Downloaded zeroize_derive v1.4.2 |
1049 | 2025-03-21T00:02:59.581Z | Downloaded slog v2.7.0 |
1050 | 2025-03-21T00:02:59.612Z | Downloaded sled v0.34.7 |
1051 | 2025-03-21T00:02:59.612Z | Downloaded rustc-hash v2.1.1 |
1052 | 2025-03-21T00:02:59.612Z | Downloaded mockall v0.13.1 |
1053 | 2025-03-21T00:02:59.612Z | Downloaded lockfree-object-pool v0.1.6 |
1054 | 2025-03-21T00:02:59.612Z | Downloaded libxml v0.3.3 |
1055 | 2025-03-21T00:02:59.612Z | Downloaded internet-checksum v0.2.1 |
1056 | 2025-03-21T00:02:59.612Z | Downloaded hyper-tls v0.6.0 |
1057 | 2025-03-21T00:02:59.640Z | Downloaded crunchy v0.2.2 |
1058 | 2025-03-21T00:02:59.640Z | Downloaded ciborium-ll v0.2.2 |
1059 | 2025-03-21T00:02:59.640Z | Downloaded cargo_metadata v0.18.1 |
1060 | 2025-03-21T00:02:59.640Z | Downloaded bitfield-struct v0.6.2 |
1061 | 2025-03-21T00:02:59.640Z | Downloaded bb8 v0.8.5 |
1062 | 2025-03-21T00:02:59.640Z | Downloaded base64 v0.13.1 |
1063 | 2025-03-21T00:02:59.640Z | Downloaded array-init v0.0.4 |
1064 | 2025-03-21T00:02:59.640Z | Downloaded packed_struct_codegen v0.10.1 |
1065 | 2025-03-21T00:02:59.640Z | Downloaded owo-colors v4.2.0 |
1066 | 2025-03-21T00:02:59.640Z | Downloaded elliptic-curve v0.13.8 |
1067 | 2025-03-21T00:02:59.640Z | Downloaded zerocopy-derive v0.8.10 |
1068 | 2025-03-21T00:02:59.666Z | Downloaded tungstenite v0.23.0 |
1069 | 2025-03-21T00:02:59.666Z | Downloaded try-lock v0.2.5 |
1070 | 2025-03-21T00:02:59.667Z | Downloaded tower-service v0.3.3 |
1071 | 2025-03-21T00:02:59.667Z | Downloaded russh-keys v0.45.0 |
1072 | 2025-03-21T00:02:59.667Z | Downloaded quinn-proto v0.11.8 |
1073 | 2025-03-21T00:02:59.667Z | Downloaded memmap2 v0.9.5 |
1074 | 2025-03-21T00:02:59.667Z | Downloaded maybe-uninit v2.0.0 |
1075 | 2025-03-21T00:02:59.667Z | Downloaded libm v0.2.8 |
1076 | 2025-03-21T00:02:59.692Z | Downloaded icu_normalizer v1.5.0 |
1077 | 2025-03-21T00:02:59.692Z | Downloaded hyper-rustls v0.27.3 |
1078 | 2025-03-21T00:02:59.692Z | Downloaded hex v0.4.3 |
1079 | 2025-03-21T00:02:59.692Z | Downloaded compact_str v0.8.0 |
1080 | 2025-03-21T00:02:59.692Z | Downloaded ciborium-io v0.2.2 |
1081 | 2025-03-21T00:02:59.692Z | Downloaded oxnet v0.1.1 |
1082 | 2025-03-21T00:02:59.692Z | Downloaded oso-derive v0.27.3 |
1083 | 2025-03-21T00:02:59.692Z | Downloaded tabled v0.18.0 |
1084 | 2025-03-21T00:02:59.718Z | Downloaded hyper-staticfile v0.10.1 |
1085 | 2025-03-21T00:02:59.718Z | Downloaded const_format v0.2.34 |
1086 | 2025-03-21T00:02:59.743Z | Downloaded allocator-api2 v0.2.18 |
1087 | 2025-03-21T00:02:59.743Z | Downloaded hash32 v0.3.1 |
1088 | 2025-03-21T00:02:59.743Z | Downloaded half v2.4.1 |
1089 | 2025-03-21T00:02:59.743Z | Downloaded globset v0.4.15 |
1090 | 2025-03-21T00:02:59.743Z | Downloaded glob v0.3.2 |
1091 | 2025-03-21T00:02:59.743Z | Downloaded fallible-iterator v0.2.0 |
1092 | 2025-03-21T00:02:59.743Z | Downloaded env_filter v0.1.2 |
1093 | 2025-03-21T00:02:59.743Z | Downloaded zone v0.1.8 |
1094 | 2025-03-21T00:02:59.744Z | Downloaded zerovec v0.10.4 |
1095 | 2025-03-21T00:02:59.789Z | Downloaded tower-layer v0.3.3 |
1096 | 2025-03-21T00:02:59.789Z | Downloaded tough v0.19.0 |
1097 | 2025-03-21T00:02:59.789Z | Downloaded slog-dtrace v0.3.0 |
1098 | 2025-03-21T00:02:59.789Z | Downloaded simd-adler32 v0.3.7 |
1099 | 2025-03-21T00:02:59.789Z | Downloaded multer v3.1.0 |
1100 | 2025-03-21T00:02:59.789Z | Downloaded icu_properties v1.5.1 |
1101 | 2025-03-21T00:02:59.790Z | Downloaded ctr v0.9.2 |
1102 | 2025-03-21T00:02:59.790Z | Downloaded ahash v0.8.11 |
1103 | 2025-03-21T00:02:59.790Z | Downloaded adler2 v2.0.0 |
1104 | 2025-03-21T00:02:59.790Z | Downloaded zone_cfg_derive v0.1.2 |
1105 | 2025-03-21T00:02:59.790Z | Downloaded zerovec-derive v0.10.3 |
1106 | 2025-03-21T00:02:59.790Z | Downloaded zeroize v1.8.1 |
1107 | 2025-03-21T00:02:59.790Z | Downloaded toml_edit v0.19.15 |
1108 | 2025-03-21T00:02:59.814Z | Downloaded take_mut v0.2.2 |
1109 | 2025-03-21T00:02:59.815Z | Downloaded qorb v0.2.1 |
1110 | 2025-03-21T00:02:59.815Z | Downloaded match_cfg v0.1.0 |
1111 | 2025-03-21T00:02:59.815Z | Downloaded itertools v0.13.0 |
1112 | 2025-03-21T00:02:59.840Z | Downloaded is-terminal v0.4.13 |
1113 | 2025-03-21T00:02:59.840Z | Downloaded icu_collections v1.5.0 |
1114 | 2025-03-21T00:02:59.840Z | Downloaded http v1.2.0 |
1115 | 2025-03-21T00:02:59.840Z | Downloaded hostname v0.3.1 |
1116 | 2025-03-21T00:02:59.840Z | Downloaded cassowary v0.3.0 |
1117 | 2025-03-21T00:02:59.840Z | Downloaded blowfish v0.9.1 |
1118 | 2025-03-21T00:02:59.840Z | Downloaded base64 v0.22.1 |
1119 | 2025-03-21T00:02:59.866Z | Downloaded async-recursion v1.1.1 |
1120 | 2025-03-21T00:02:59.867Z | Downloaded tap v1.0.1 |
1121 | 2025-03-21T00:02:59.867Z | Downloaded http-body v1.0.1 |
1122 | 2025-03-21T00:02:59.867Z | Downloaded toml v0.7.8 |
1123 | 2025-03-21T00:02:59.867Z | Downloaded rustls v0.21.12 |
1124 | 2025-03-21T00:02:59.867Z | Downloaded lock_api v0.4.12 |
1125 | 2025-03-21T00:02:59.892Z | Downloaded litrs v0.4.1 |
1126 | 2025-03-21T00:02:59.892Z | Downloaded libloading v0.8.5 |
1127 | 2025-03-21T00:02:59.892Z | Downloaded icu_provider v1.5.0 |
1128 | 2025-03-21T00:02:59.892Z | Downloaded rustc_version v0.4.1 |
1129 | 2025-03-21T00:02:59.892Z | Downloaded russh v0.45.0 |
1130 | 2025-03-21T00:02:59.892Z | Downloaded mime_guess v2.0.5 |
1131 | 2025-03-21T00:02:59.892Z | Downloaded lalrpop-util v0.19.12 |
1132 | 2025-03-21T00:02:59.892Z | Downloaded kstat-rs v0.2.4 |
1133 | 2025-03-21T00:02:59.892Z | Downloaded ident_case v1.0.1 |
1134 | 2025-03-21T00:02:59.892Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1135 | 2025-03-21T00:02:59.918Z | Downloaded async-stream v0.3.6 |
1136 | 2025-03-21T00:02:59.918Z | Downloaded aho-corasick v1.1.3 |
1137 | 2025-03-21T00:02:59.918Z | Downloaded siphasher v0.3.11 |
1138 | 2025-03-21T00:02:59.918Z | Downloaded rsa v0.9.6 |
1139 | 2025-03-21T00:02:59.919Z | Downloaded miniz_oxide v0.8.5 |
1140 | 2025-03-21T00:02:59.944Z | Downloaded lru v0.12.5 |
1141 | 2025-03-21T00:02:59.944Z | Downloaded linked-hash-map v0.5.6 |
1142 | 2025-03-21T00:02:59.944Z | Downloaded linear-map v1.2.0 |
1143 | 2025-03-21T00:02:59.944Z | Downloaded is_ci v1.2.0 |
1144 | 2025-03-21T00:02:59.944Z | Downloaded ipnet v2.11.0 |
1145 | 2025-03-21T00:02:59.944Z | Downloaded crossbeam-utils v0.8.20 |
1146 | 2025-03-21T00:02:59.944Z | Downloaded chrono-tz v0.10.1 |
1147 | 2025-03-21T00:02:59.944Z | Downloaded blake3 v1.5.4 |
1148 | 2025-03-21T00:02:59.969Z | Downloaded rustc-demangle v0.1.24 |
1149 | 2025-03-21T00:02:59.969Z | Downloaded quinn v0.11.5 |
1150 | 2025-03-21T00:02:59.969Z | Downloaded progenitor-macro v0.8.0 |
1151 | 2025-03-21T00:02:59.969Z | Downloaded nanorand v0.7.0 |
1152 | 2025-03-21T00:02:59.969Z | Downloaded mime v0.3.17 |
1153 | 2025-03-21T00:02:59.969Z | Downloaded libsw v3.4.0 |
1154 | 2025-03-21T00:02:59.969Z | Downloaded const_format_proc_macros v0.2.34 |
1155 | 2025-03-21T00:02:59.969Z | Downloaded chrono-tz-build v0.4.0 |
1156 | 2025-03-21T00:02:59.969Z | Downloaded bstr v1.10.0 |
1157 | 2025-03-21T00:02:59.994Z | Downloaded bit-vec v0.6.3 |
1158 | 2025-03-21T00:02:59.994Z | Downloaded bindgen v0.71.1 |
1159 | 2025-03-21T00:02:59.994Z | Downloaded quick-error v1.2.3 |
1160 | 2025-03-21T00:02:59.994Z | Downloaded publicsuffix v2.3.0 |
1161 | 2025-03-21T00:02:59.994Z | Downloaded lazycell v1.3.0 |
1162 | 2025-03-21T00:02:59.994Z | Downloaded keccak v0.1.5 |
1163 | 2025-03-21T00:02:59.994Z | Downloaded icu_locid_transform v1.5.0 |
1164 | 2025-03-21T00:02:59.994Z | Downloaded iana-time-zone v0.1.61 |
1165 | 2025-03-21T00:03:00.019Z | Downloaded http-range v0.1.5 |
1166 | 2025-03-21T00:03:00.019Z | Downloaded hickory-client v0.24.4 |
1167 | 2025-03-21T00:03:00.019Z | Downloaded cstr-argument v0.1.2 |
1168 | 2025-03-21T00:03:00.019Z | Downloaded crypto-bigint v0.5.5 |
1169 | 2025-03-21T00:03:00.019Z | Downloaded clang-sys v1.8.1 |
1170 | 2025-03-21T00:03:00.019Z | Downloaded arrayref v0.3.9 |
1171 | 2025-03-21T00:03:00.019Z | Downloaded argon2 v0.5.3 |
1172 | 2025-03-21T00:03:00.019Z | Downloaded aes v0.8.4 |
1173 | 2025-03-21T00:03:00.019Z | Downloaded psl-types v2.0.11 |
1174 | 2025-03-21T00:03:00.044Z | Downloaded md-5 v0.10.6 |
1175 | 2025-03-21T00:03:00.044Z | Downloaded libefi-sys v0.1.0 |
1176 | 2025-03-21T00:03:00.044Z | Downloaded indoc v2.0.6 |
1177 | 2025-03-21T00:03:00.044Z | Downloaded indexmap v1.9.3 |
1178 | 2025-03-21T00:03:00.044Z | Downloaded indent_write v2.2.0 |
1179 | 2025-03-21T00:03:00.044Z | Downloaded icu_normalizer_data v1.5.0 |
1180 | 2025-03-21T00:03:00.044Z | Downloaded hmac v0.12.1 |
1181 | 2025-03-21T00:03:00.044Z | Downloaded headers v0.4.0 |
1182 | 2025-03-21T00:03:00.044Z | Downloaded console v0.15.10 |
1183 | 2025-03-21T00:03:00.069Z | Downloaded colored v2.2.0 |
1184 | 2025-03-21T00:03:00.069Z | Downloaded cipher v0.4.4 |
1185 | 2025-03-21T00:03:00.069Z | Downloaded chrono v0.4.40 |
1186 | 2025-03-21T00:03:00.069Z | Downloaded cbc v0.1.2 |
1187 | 2025-03-21T00:03:00.069Z | Downloaded bitfield v0.14.0 |
1188 | 2025-03-21T00:03:00.069Z | Downloaded bindgen v0.69.5 |
1189 | 2025-03-21T00:03:00.094Z | Downloaded http-body-util v0.1.2 |
1190 | 2025-03-21T00:03:00.094Z | Downloaded hostname v0.4.0 |
1191 | 2025-03-21T00:03:00.094Z | Downloaded highway v1.3.0 |
1192 | 2025-03-21T00:03:00.094Z | Downloaded chacha20poly1305 v0.10.1 |
1193 | 2025-03-21T00:03:00.094Z | Downloaded bumpalo v3.16.0 |
1194 | 2025-03-21T00:03:00.094Z | Downloaded backoff v0.4.0 |
1195 | 2025-03-21T00:03:00.094Z | Downloaded atomicwrites v0.4.4 |
1196 | 2025-03-21T00:03:00.094Z | Downloaded addr2line v0.24.2 |
1197 | 2025-03-21T00:03:00.095Z | Downloaded icu_locid_transform_data v1.5.0 |
1198 | 2025-03-21T00:03:00.095Z | Downloaded icu_locid v1.5.0 |
1199 | 2025-03-21T00:03:00.120Z | Downloaded heck v0.3.3 |
1200 | 2025-03-21T00:03:00.120Z | Downloaded crossbeam-epoch v0.9.18 |
1201 | 2025-03-21T00:03:00.120Z | Downloaded convert_case v0.4.0 |
1202 | 2025-03-21T00:03:00.120Z | Downloaded cobs v0.2.3 |
1203 | 2025-03-21T00:03:00.120Z | Downloaded chacha20 v0.9.1 |
1204 | 2025-03-21T00:03:00.120Z | Downloaded cfg_aliases v0.1.1 |
1205 | 2025-03-21T00:03:00.120Z | Downloaded cc v1.2.15 |
1206 | 2025-03-21T00:03:00.120Z | Downloaded bcs v0.1.6 |
1207 | 2025-03-21T00:03:00.120Z | Downloaded async-stream-impl v0.3.6 |
1208 | 2025-03-21T00:03:00.120Z | Downloaded cookie v0.18.1 |
1209 | 2025-03-21T00:03:00.120Z | Downloaded cexpr v0.6.0 |
1210 | 2025-03-21T00:03:00.120Z | Downloaded bzip2 v0.4.4 |
1211 | 2025-03-21T00:03:00.120Z | Downloaded bytes v1.10.1 |
1212 | 2025-03-21T00:03:00.145Z | Downloaded bitvec v1.0.1 |
1213 | 2025-03-21T00:03:00.145Z | Downloaded bit-set v0.5.3 |
1214 | 2025-03-21T00:03:00.145Z | Downloaded bcrypt-pbkdf v0.10.0 |
1215 | 2025-03-21T00:03:00.145Z | Downloaded base16ct v0.2.0 |
1216 | 2025-03-21T00:03:00.170Z | Downloaded backtrace v0.3.74 |
1217 | 2025-03-21T00:03:00.170Z | Downloaded aws-lc-rs v1.12.4 |
1218 | 2025-03-21T00:03:00.170Z | Downloaded arc-swap v1.7.1 |
1219 | 2025-03-21T00:03:00.170Z | Downloaded aead v0.5.2 |
1220 | 2025-03-21T00:03:00.170Z | Downloaded crc-catalog v2.4.0 |
1221 | 2025-03-21T00:03:00.170Z | Downloaded const-oid v0.9.6 |
1222 | 2025-03-21T00:03:00.195Z | Downloaded cmake v0.1.51 |
1223 | 2025-03-21T00:03:00.195Z | Downloaded ciborium v0.2.2 |
1224 | 2025-03-21T00:03:00.195Z | Downloaded castaway v0.2.3 |
1225 | 2025-03-21T00:03:00.195Z | Downloaded cancel-safe-futures v0.1.5 |
1226 | 2025-03-21T00:03:00.195Z | Downloaded bit-vec v0.8.0 |
1227 | 2025-03-21T00:03:00.195Z | Downloaded base64ct v1.6.0 |
1228 | 2025-03-21T00:03:00.195Z | Downloaded assert_matches v1.5.0 |
1229 | 2025-03-21T00:03:00.195Z | Downloaded ascii-canvas v3.0.0 |
1230 | 2025-03-21T00:03:00.330Z | Compiling serde v1.0.218 |
1231 | 2025-03-21T00:03:00.355Z | Compiling value-bag v1.9.0 |
1232 | 2025-03-21T00:03:00.355Z | Compiling lock_api v0.4.12 |
1233 | 2025-03-21T00:03:00.355Z | Compiling scopeguard v1.2.0 |
1234 | 2025-03-21T00:03:00.355Z | Compiling typenum v1.17.0 |
1235 | 2025-03-21T00:03:00.380Z | Compiling generic-array v0.14.7 |
1236 | 2025-03-21T00:03:00.428Z | Compiling syn v2.0.98 |
1237 | 2025-03-21T00:03:00.453Z | Compiling getrandom v0.2.15 |
1238 | 2025-03-21T00:03:00.623Z | Compiling shlex v1.3.0 |
1239 | 2025-03-21T00:03:00.721Z | Compiling rand_core v0.6.4 |
1240 | 2025-03-21T00:03:00.865Z | Compiling log v0.4.22 |
1241 | 2025-03-21T00:03:00.909Z | Compiling jobserver v0.1.32 |
1242 | 2025-03-21T00:03:00.963Z | Compiling subtle v2.6.1 |
1243 | 2025-03-21T00:03:00.988Z | Compiling smallvec v1.14.0 |
1244 | 2025-03-21T00:03:01.219Z | Compiling const-oid v0.9.6 |
1245 | 2025-03-21T00:03:01.309Z | Compiling cc v1.2.15 |
1246 | 2025-03-21T00:03:01.335Z | Compiling pin-project-lite v0.2.14 |
1247 | 2025-03-21T00:03:01.361Z | Compiling parking_lot_core v0.9.10 |
1248 | 2025-03-21T00:03:01.482Z | Compiling rustix v0.38.37 |
1249 | 2025-03-21T00:03:01.550Z | Compiling signal-hook-registry v1.4.2 |
1250 | 2025-03-21T00:03:01.677Z | Compiling futures-core v0.3.31 |
1251 | 2025-03-21T00:03:01.958Z | Compiling mio v1.0.2 |
1252 | 2025-03-21T00:03:02.212Z | Compiling parking_lot v0.12.3 |
1253 | 2025-03-21T00:03:02.237Z | Compiling spin v0.9.8 |
1254 | 2025-03-21T00:03:02.327Z | Compiling socket2 v0.5.8 |
1255 | 2025-03-21T00:03:02.403Z | Compiling aho-corasick v1.1.3 |
1256 | 2025-03-21T00:03:02.593Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-21T00:03:02.703Z | Compiling stable_deref_trait v1.2.0 |
1258 | 2025-03-21T00:03:02.816Z | Compiling regex-syntax v0.8.5 |
1259 | 2025-03-21T00:03:02.841Z | Compiling either v1.14.0 |
1260 | 2025-03-21T00:03:02.902Z | Compiling futures-sink v0.3.31 |
1261 | 2025-03-21T00:03:02.936Z | Compiling slab v0.4.9 |
1262 | 2025-03-21T00:03:03.062Z | Compiling glob v0.3.2 |
1263 | 2025-03-21T00:03:03.139Z | Compiling prettyplease v0.2.30 |
1264 | 2025-03-21T00:03:03.217Z | Compiling serde_json v1.0.139 |
1265 | 2025-03-21T00:03:03.494Z | Compiling lazy_static v1.5.0 |
1266 | 2025-03-21T00:03:03.554Z | Compiling minimal-lexical v0.2.1 |
1267 | 2025-03-21T00:03:03.627Z | Compiling futures-channel v0.3.31 |
1268 | 2025-03-21T00:03:03.683Z | Compiling libloading v0.8.5 |
1269 | 2025-03-21T00:03:04.077Z | Compiling clang-sys v1.8.1 |
1270 | 2025-03-21T00:03:04.239Z | Compiling nom v7.1.3 |
1271 | 2025-03-21T00:03:04.264Z | Compiling libm v0.2.8 |
1272 | 2025-03-21T00:03:04.288Z | Compiling futures-io v0.3.31 |
1273 | 2025-03-21T00:03:04.534Z | Compiling allocator-api2 v0.2.18 |
1274 | 2025-03-21T00:03:04.571Z | Compiling bindgen v0.69.5 |
1275 | 2025-03-21T00:03:04.765Z | Compiling pin-utils v0.1.0 |
1276 | 2025-03-21T00:03:04.854Z | Compiling futures-task v0.3.31 |
1277 | 2025-03-21T00:03:05.071Z | Compiling home v0.5.9 |
1278 | 2025-03-21T00:03:05.301Z | Compiling foldhash v0.1.3 |
1279 | 2025-03-21T00:03:05.538Z | Compiling itertools v0.12.1 |
1280 | 2025-03-21T00:03:05.578Z | Compiling hashbrown v0.15.1 |
1281 | 2025-03-21T00:03:05.663Z | Compiling num-traits v0.2.19 |
1282 | 2025-03-21T00:03:05.920Z | Compiling lazycell v1.3.0 |
1283 | 2025-03-21T00:03:06.080Z | Compiling pkg-config v0.3.31 |
1284 | 2025-03-21T00:03:06.653Z | Compiling regex-automata v0.4.8 |
1285 | 2025-03-21T00:03:06.678Z | Compiling rustc-hash v1.1.0 |
1286 | 2025-03-21T00:03:07.048Z | Compiling cexpr v0.6.0 |
1287 | 2025-03-21T00:03:07.237Z | Compiling synstructure v0.13.1 |
1288 | 2025-03-21T00:03:08.378Z | Compiling cmake v0.1.51 |
1289 | 2025-03-21T00:03:08.473Z | Compiling fs_extra v1.3.0 |
1290 | 2025-03-21T00:03:08.498Z | Compiling dunce v1.0.5 |
1291 | 2025-03-21T00:03:08.621Z | Compiling getrandom v0.3.1 |
1292 | 2025-03-21T00:03:09.154Z | Compiling litemap v0.7.3 |
1293 | 2025-03-21T00:03:09.244Z | Compiling writeable v0.5.5 |
1294 | 2025-03-21T00:03:09.509Z | Compiling ring v0.17.11 |
1295 | 2025-03-21T00:03:09.658Z | Compiling paste v1.0.15 |
1296 | 2025-03-21T00:03:09.764Z | Compiling base64ct v1.6.0 |
1297 | 2025-03-21T00:03:09.867Z | Compiling httparse v1.9.5 |
1298 | 2025-03-21T00:03:10.163Z | Compiling flagset v0.4.6 |
1299 | 2025-03-21T00:03:10.276Z | Compiling pem-rfc7468 v0.7.0 |
1300 | 2025-03-21T00:03:10.379Z | Compiling icu_locid_transform_data v1.5.0 |
1301 | 2025-03-21T00:03:10.485Z | Compiling aws-lc-rs v1.12.4 |
1302 | 2025-03-21T00:03:10.586Z | Compiling tracing-core v0.1.32 |
1303 | 2025-03-21T00:03:10.853Z | Compiling crossbeam-utils v0.8.20 |
1304 | 2025-03-21T00:03:10.879Z | Compiling icu_properties_data v1.5.0 |
1305 | 2025-03-21T00:03:11.124Z | Compiling regex v1.11.1 |
1306 | 2025-03-21T00:03:11.316Z | Compiling percent-encoding v2.3.1 |
1307 | 2025-03-21T00:03:11.443Z | Compiling serde_derive v1.0.218 |
1308 | 2025-03-21T00:03:11.476Z | Compiling zeroize_derive v1.4.2 |
1309 | 2025-03-21T00:03:11.618Z | Compiling zerocopy-derive v0.7.35 |
1310 | 2025-03-21T00:03:11.643Z | Compiling tokio-macros v2.5.0 |
1311 | 2025-03-21T00:03:12.004Z | Compiling zerofrom-derive v0.1.4 |
1312 | 2025-03-21T00:03:12.721Z | Compiling zeroize v1.8.1 |
1313 | 2025-03-21T00:03:13.100Z | Compiling yoke-derive v0.7.4 |
1314 | 2025-03-21T00:03:13.460Z | Compiling zerocopy v0.7.35 |
1315 | 2025-03-21T00:03:14.344Z | Compiling crypto-common v0.1.6 |
1316 | 2025-03-21T00:03:14.532Z | Compiling block-buffer v0.10.4 |
1317 | 2025-03-21T00:03:14.572Z | Compiling thiserror-impl v1.0.69 |
1318 | 2025-03-21T00:03:14.631Z | Compiling futures-macro v0.3.31 |
1319 | 2025-03-21T00:03:14.815Z | Compiling digest v0.10.7 |
1320 | 2025-03-21T00:03:14.840Z | Compiling zerovec-derive v0.10.3 |
1321 | 2025-03-21T00:03:15.005Z | Compiling displaydoc v0.2.5 |
1322 | 2025-03-21T00:03:15.102Z | Compiling zerofrom v0.1.4 |
1323 | 2025-03-21T00:03:15.280Z | Compiling hmac v0.12.1 |
1324 | 2025-03-21T00:03:15.311Z | Compiling block-padding v0.3.3 |
1325 | 2025-03-21T00:03:15.498Z | Compiling yoke v0.7.4 |
1326 | 2025-03-21T00:03:15.539Z | Compiling inout v0.1.3 |
1327 | 2025-03-21T00:03:15.565Z | Compiling ppv-lite86 v0.2.20 |
1328 | 2025-03-21T00:03:15.807Z | Compiling cipher v0.4.4 |
1329 | 2025-03-21T00:03:15.835Z | Compiling sha2 v0.10.8 |
1330 | 2025-03-21T00:03:16.189Z | Compiling futures-util v0.3.31 |
1331 | 2025-03-21T00:03:16.226Z | Compiling icu_provider_macros v1.5.0 |
1332 | 2025-03-21T00:03:16.305Z | Compiling der_derive v0.7.3 |
1333 | 2025-03-21T00:03:16.331Z | Compiling tracing-attributes v0.1.27 |
1334 | 2025-03-21T00:03:16.895Z | Compiling zerovec v0.10.4 |
1335 | 2025-03-21T00:03:17.111Z | Compiling thiserror v1.0.69 |
1336 | 2025-03-21T00:03:17.145Z | Compiling rustls-pki-types v1.10.0 |
1337 | 2025-03-21T00:03:17.266Z | Compiling pest v2.7.14 |
1338 | 2025-03-21T00:03:17.992Z | Compiling salsa20 v0.10.2 |
1339 | 2025-03-21T00:03:18.211Z | Compiling der v0.7.9 |
1340 | 2025-03-21T00:03:18.246Z | Compiling pbkdf2 v0.12.2 |
1341 | 2025-03-21T00:03:18.445Z | Compiling tinystr v0.7.6 |
1342 | 2025-03-21T00:03:18.557Z | Compiling icu_collections v1.5.0 |
1343 | 2025-03-21T00:03:18.853Z | Compiling icu_locid v1.5.0 |
1344 | 2025-03-21T00:03:19.126Z | Compiling tracing v0.1.40 |
1345 | 2025-03-21T00:03:19.502Z | Compiling utf8_iter v1.0.4 |
1346 | 2025-03-21T00:03:19.571Z | Compiling vcpkg v0.2.15 |
1347 | 2025-03-21T00:03:19.768Z | Compiling icu_normalizer_data v1.5.0 |
1348 | 2025-03-21T00:03:19.768Z | Compiling write16 v1.0.0 |
1349 | 2025-03-21T00:03:19.854Z | Compiling icu_provider v1.5.0 |
1350 | 2025-03-21T00:03:19.904Z | Compiling time-core v0.1.2 |
1351 | 2025-03-21T00:03:19.978Z | Compiling utf16_iter v1.0.5 |
1352 | 2025-03-21T00:03:20.074Z | Compiling untrusted v0.9.0 |
1353 | 2025-03-21T00:03:20.167Z | Compiling spki v0.7.3 |
1354 | 2025-03-21T00:03:20.260Z | Compiling powerfmt v0.2.0 |
1355 | 2025-03-21T00:03:20.510Z | Compiling icu_locid_transform v1.5.0 |
1356 | 2025-03-21T00:03:20.575Z | Compiling untrusted v0.7.1 |
1357 | 2025-03-21T00:03:20.608Z | Compiling num-conv v0.1.0 |
1358 | 2025-03-21T00:03:20.718Z | Compiling deranged v0.3.11 |
1359 | 2025-03-21T00:03:20.873Z | Compiling time-macros v0.2.18 |
1360 | 2025-03-21T00:03:20.937Z | Compiling pest_meta v2.7.14 |
1361 | 2025-03-21T00:03:21.074Z | Compiling openssl-sys v0.9.106 |
1362 | 2025-03-21T00:03:21.950Z | Compiling icu_properties v1.5.1 |
1363 | 2025-03-21T00:03:21.974Z | Compiling scrypt v0.11.0 |
1364 | 2025-03-21T00:03:22.118Z | Compiling cbc v0.1.2 |
1365 | 2025-03-21T00:03:22.333Z | Compiling bytes v1.10.1 |
1366 | 2025-03-21T00:03:22.442Z | Compiling bitflags v2.6.0 |
1367 | 2025-03-21T00:03:22.619Z | Compiling semver v1.0.25 |
1368 | 2025-03-21T00:03:23.216Z | Compiling indexmap v2.7.1 |
1369 | 2025-03-21T00:03:23.332Z | Compiling tokio v1.43.0 |
1370 | 2025-03-21T00:03:23.619Z | Compiling http v1.2.0 |
1371 | 2025-03-21T00:03:24.514Z | Compiling rustc_version v0.4.1 |
1372 | 2025-03-21T00:03:24.572Z | Compiling aes v0.8.4 |
1373 | 2025-03-21T00:03:24.697Z | Compiling scroll_derive v0.12.0 |
1374 | 2025-03-21T00:03:24.973Z | Compiling num_threads v0.1.7 |
1375 | 2025-03-21T00:03:25.111Z | Compiling atomic-waker v1.1.2 |
1376 | 2025-03-21T00:03:25.136Z | Compiling tinyvec_macros v0.1.1 |
1377 | 2025-03-21T00:03:25.231Z | Compiling icu_normalizer v1.5.0 |
1378 | 2025-03-21T00:03:25.295Z | Compiling tinyvec v1.8.0 |
1379 | 2025-03-21T00:03:25.614Z | Compiling pkcs5 v0.7.1 |
1380 | 2025-03-21T00:03:25.820Z | Compiling scroll v0.12.0 |
1381 | 2025-03-21T00:03:25.962Z | Compiling time v0.3.36 |
1382 | 2025-03-21T00:03:26.291Z | Compiling which v4.4.2 |
1383 | 2025-03-21T00:03:26.541Z | Compiling idna_adapter v1.2.0 |
1384 | 2025-03-21T00:03:26.566Z | Compiling http-body v1.0.1 |
1385 | 2025-03-21T00:03:26.732Z | Compiling uuid v1.15.1 |
1386 | 2025-03-21T00:03:26.768Z | Compiling pest_generator v2.7.14 |
1387 | 2025-03-21T00:03:26.812Z | Compiling rand_chacha v0.3.1 |
1388 | 2025-03-21T00:03:26.890Z | Compiling form_urlencoded v1.2.1 |
1389 | 2025-03-21T00:03:26.930Z | Compiling slog v2.7.0 |
1390 | 2025-03-21T00:03:27.178Z | Compiling try-lock v0.2.5 |
1391 | 2025-03-21T00:03:27.342Z | Compiling zerocopy v0.8.10 |
1392 | 2025-03-21T00:03:27.374Z | Compiling iana-time-zone v0.1.61 |
1393 | 2025-03-21T00:03:27.714Z | Compiling chrono v0.4.40 |
1394 | 2025-03-21T00:03:28.091Z | Compiling want v0.3.1 |
1395 | 2025-03-21T00:03:28.116Z | Compiling rand v0.8.5 |
1396 | 2025-03-21T00:03:28.259Z | Compiling pest_derive v2.7.14 |
1397 | 2025-03-21T00:03:28.360Z | Compiling goblin v0.8.2 |
1398 | 2025-03-21T00:03:28.728Z | Compiling idna v1.0.3 |
1399 | 2025-03-21T00:03:29.010Z | Compiling pkcs8 v0.10.2 |
1400 | 2025-03-21T00:03:29.581Z | Compiling zerocopy-derive v0.8.10 |
1401 | 2025-03-21T00:03:29.999Z | Compiling adler2 v2.0.0 |
1402 | 2025-03-21T00:03:30.025Z | Compiling tower-service v0.3.3 |
1403 | 2025-03-21T00:03:30.049Z | Compiling httpdate v1.0.3 |
1404 | 2025-03-21T00:03:30.164Z | Compiling miniz_oxide v0.8.5 |
1405 | 2025-03-21T00:03:30.216Z | Compiling dtrace-parser v0.2.0 |
1406 | 2025-03-21T00:03:30.643Z | Compiling serde_tokenstream v0.2.2 |
1407 | 2025-03-21T00:03:31.078Z | Compiling tokio-util v0.7.13 |
1408 | 2025-03-21T00:03:31.162Z | Compiling toml_datetime v0.6.8 |
1409 | 2025-03-21T00:03:31.428Z | Compiling serde_spanned v0.6.8 |
1410 | 2025-03-21T00:03:31.593Z | Compiling serde_derive_internals v0.29.1 |
1411 | 2025-03-21T00:03:31.655Z | Compiling base64 v0.22.1 |
1412 | 2025-03-21T00:03:31.765Z | Compiling match_cfg v0.1.0 |
1413 | 2025-03-21T00:03:31.893Z | Compiling schemars v0.8.22 |
1414 | 2025-03-21T00:03:32.199Z | Compiling h2 v0.4.6 |
1415 | 2025-03-21T00:03:32.224Z | Compiling rustversion v1.0.17 |
1416 | 2025-03-21T00:03:32.277Z | Compiling foreign-types-shared v0.1.1 |
1417 | 2025-03-21T00:03:32.411Z | Compiling openssl v0.10.71 |
1418 | 2025-03-21T00:03:32.784Z | Compiling foreign-types v0.3.2 |
1419 | 2025-03-21T00:03:32.908Z | Compiling hostname v0.3.1 |
1420 | 2025-03-21T00:03:32.935Z | Compiling url v2.5.3 |
1421 | 2025-03-21T00:03:33.504Z | Compiling dof v0.3.0 |
1422 | 2025-03-21T00:03:34.293Z | Compiling usdt-impl v0.5.0 |
1423 | 2025-03-21T00:03:34.577Z | Compiling rand_core v0.9.2 |
1424 | 2025-03-21T00:03:34.602Z | Compiling schemars_derive v0.8.22 |
1425 | 2025-03-21T00:03:35.027Z | Compiling async-trait v0.1.87 |
1426 | 2025-03-21T00:03:35.150Z | Compiling openssl-macros v0.1.1 |
1427 | 2025-03-21T00:03:35.273Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1428 | 2025-03-21T00:03:35.525Z | Compiling dirs-sys-next v0.1.2 |
1429 | 2025-03-21T00:03:35.785Z | Compiling rustls v0.22.4 |
1430 | 2025-03-21T00:03:35.939Z | Compiling dyn-clone v1.0.19 |
1431 | 2025-03-21T00:03:36.082Z | Compiling data-encoding v2.6.0 |
1432 | 2025-03-21T00:03:36.107Z | Compiling native-tls v0.2.12 |
1433 | 2025-03-21T00:03:36.191Z | Compiling siphasher v0.3.11 |
1434 | 2025-03-21T00:03:36.273Z | Compiling syn v1.0.109 |
1435 | 2025-03-21T00:03:36.467Z | Compiling rustls v0.23.19 |
1436 | 2025-03-21T00:03:36.748Z | Compiling dirs-next v2.0.0 |
1437 | 2025-03-21T00:03:36.943Z | Compiling rand_chacha v0.9.0 |
1438 | 2025-03-21T00:03:37.731Z | Compiling http-body-util v0.1.2 |
1439 | 2025-03-21T00:03:38.176Z | Compiling unicode-normalization v0.1.24 |
1440 | 2025-03-21T00:03:38.257Z | Compiling heapless v0.7.17 |
1441 | 2025-03-21T00:03:38.296Z | Compiling crossbeam-epoch v0.9.18 |
1442 | 2025-03-21T00:03:38.664Z | Compiling hyper v1.6.0 |
1443 | 2025-03-21T00:03:38.688Z | Compiling signature v2.2.0 |
1444 | 2025-03-21T00:03:39.010Z | Compiling sha1 v0.10.6 |
1445 | 2025-03-21T00:03:39.035Z | Compiling thread_local v1.1.8 |
1446 | 2025-03-21T00:03:39.167Z | Compiling encoding_rs v0.8.34 |
1447 | 2025-03-21T00:03:39.406Z | Compiling cookie v0.18.1 |
1448 | 2025-03-21T00:03:39.465Z | Compiling crc32fast v1.4.2 |
1449 | 2025-03-21T00:03:39.679Z | Compiling multer v3.1.0 |
1450 | 2025-03-21T00:03:39.778Z | Compiling gimli v0.31.1 |
1451 | 2025-03-21T00:03:39.953Z | Compiling unicode-properties v0.1.3 |
1452 | 2025-03-21T00:03:40.078Z | Compiling signal-hook v0.3.17 |
1453 | 2025-03-21T00:03:40.307Z | Compiling ipnet v2.11.0 |
1454 | 2025-03-21T00:03:40.332Z | Compiling openssl-probe v0.1.5 |
1455 | 2025-03-21T00:03:40.607Z | Compiling mime v0.3.17 |
1456 | 2025-03-21T00:03:40.993Z | Compiling hyper-util v0.1.10 |
1457 | 2025-03-21T00:03:41.062Z | Compiling rayon-core v1.12.1 |
1458 | 2025-03-21T00:03:41.275Z | Compiling slog-async v2.8.0 |
1459 | 2025-03-21T00:03:41.327Z | Compiling unicode-bidi v0.3.17 |
1460 | 2025-03-21T00:03:41.701Z | Compiling toml_edit v0.22.24 |
1461 | 2025-03-21T00:03:42.366Z | Compiling stringprep v0.1.5 |
1462 | 2025-03-21T00:03:42.541Z | Compiling crossbeam-deque v0.8.5 |
1463 | 2025-03-21T00:03:42.802Z | Compiling rand v0.9.0 |
1464 | 2025-03-21T00:03:42.858Z | Compiling term v0.7.0 |
1465 | 2025-03-21T00:03:43.295Z | Compiling usdt-macro v0.5.0 |
1466 | 2025-03-21T00:03:43.603Z | Compiling addr2line v0.24.2 |
1467 | 2025-03-21T00:03:43.879Z | Compiling usdt-attr-macro v0.5.0 |
1468 | 2025-03-21T00:03:44.024Z | Compiling slog-json v2.6.1 |
1469 | 2025-03-21T00:03:44.264Z | Compiling serde_urlencoded v0.7.1 |
1470 | 2025-03-21T00:03:44.360Z | Compiling curve25519-dalek v4.1.3 |
1471 | 2025-03-21T00:03:44.458Z | Compiling crossbeam-channel v0.5.13 |
1472 | 2025-03-21T00:03:44.573Z | Compiling futures-executor v0.3.31 |
1473 | 2025-03-21T00:03:44.760Z | Compiling enum-as-inner v0.6.1 |
1474 | 2025-03-21T00:03:44.943Z | Compiling rustls-pemfile v2.2.0 |
1475 | 2025-03-21T00:03:45.048Z | Compiling md-5 v0.10.6 |
1476 | 2025-03-21T00:03:45.185Z | Compiling async-stream-impl v0.3.6 |
1477 | 2025-03-21T00:03:45.270Z | Compiling num-integer v0.1.46 |
1478 | 2025-03-21T00:03:45.320Z | Compiling hash32 v0.2.1 |
1479 | 2025-03-21T00:03:45.363Z | Compiling ff v0.13.0 |
1480 | 2025-03-21T00:03:45.590Z | Compiling is-terminal v0.4.13 |
1481 | 2025-03-21T00:03:45.631Z | Compiling memoffset v0.9.1 |
1482 | 2025-03-21T00:03:45.656Z | Compiling dropshot v0.12.0 |
1483 | 2025-03-21T00:03:45.741Z | Compiling object v0.36.5 |
1484 | 2025-03-21T00:03:45.908Z | Compiling anyhow v1.0.97 |
1485 | 2025-03-21T00:03:45.933Z | Compiling portable-atomic v1.9.0 |
1486 | 2025-03-21T00:03:45.958Z | Compiling num-bigint-dig v0.8.4 |
1487 | 2025-03-21T00:03:46.244Z | Compiling psl-types v2.0.11 |
1488 | 2025-03-21T00:03:46.268Z | Compiling cfg_aliases v0.2.1 |
1489 | 2025-03-21T00:03:46.377Z | Compiling rustc-demangle v0.1.24 |
1490 | 2025-03-21T00:03:46.448Z | Compiling fallible-iterator v0.2.0 |
1491 | 2025-03-21T00:03:46.473Z | Compiling smoltcp v0.9.1 |
1492 | 2025-03-21T00:03:46.747Z | Compiling linked-hash-map v0.5.6 |
1493 | 2025-03-21T00:03:47.010Z | Compiling litrs v0.4.1 |
1494 | 2025-03-21T00:03:47.035Z | Compiling utf-8 v0.7.6 |
1495 | 2025-03-21T00:03:47.062Z | Compiling base16ct v0.2.0 |
1496 | 2025-03-21T00:03:47.184Z | Compiling quick-error v1.2.3 |
1497 | 2025-03-21T00:03:47.332Z | Compiling take_mut v0.2.2 |
1498 | 2025-03-21T00:03:47.357Z | Compiling resolv-conf v0.7.0 |
1499 | 2025-03-21T00:03:47.381Z | Compiling sec1 v0.7.3 |
1500 | 2025-03-21T00:03:47.882Z | Compiling tungstenite v0.24.0 |
1501 | 2025-03-21T00:03:47.925Z | Compiling lru-cache v0.1.2 |
1502 | 2025-03-21T00:03:47.985Z | Compiling postgres-protocol v0.6.8 |
1503 | 2025-03-21T00:03:48.010Z | Compiling document-features v0.2.10 |
1504 | 2025-03-21T00:03:48.416Z | Compiling publicsuffix v2.3.0 |
1505 | 2025-03-21T00:03:48.531Z | Compiling nix v0.29.0 |
1506 | 2025-03-21T00:03:48.774Z | Compiling async-stream v0.3.6 |
1507 | 2025-03-21T00:03:49.160Z | Compiling slog-term v2.9.1 |
1508 | 2025-03-21T00:03:49.202Z | Compiling num-iter v0.1.45 |
1509 | 2025-03-21T00:03:49.263Z | Compiling usdt v0.5.0 |
1510 | 2025-03-21T00:03:49.349Z | Compiling hickory-proto v0.24.4 |
1511 | 2025-03-21T00:03:49.698Z | Compiling group v0.13.0 |
1512 | 2025-03-21T00:03:49.855Z | Compiling futures v0.3.31 |
1513 | 2025-03-21T00:03:49.972Z | Compiling toml v0.8.20 |
1514 | 2025-03-21T00:03:50.004Z | Compiling slog-bunyan v2.5.0 |
1515 | 2025-03-21T00:03:50.215Z | Compiling bzip2 v0.4.4 |
1516 | 2025-03-21T00:03:51.283Z | Compiling camino v1.1.9 |
1517 | 2025-03-21T00:03:51.419Z | Compiling tokio-native-tls v0.3.1 |
1518 | 2025-03-21T00:03:51.457Z | Compiling backtrace v0.3.74 |
1519 | 2025-03-21T00:03:51.679Z | Compiling flate2 v1.1.0 |
1520 | 2025-03-21T00:03:51.969Z | Compiling phf_shared v0.11.2 |
1521 | 2025-03-21T00:03:51.996Z | Compiling dropshot_endpoint v0.12.0 |
1522 | 2025-03-21T00:03:52.042Z | Compiling terminal_size v0.4.0 |
1523 | 2025-03-21T00:03:52.262Z | Compiling waitgroup v0.1.2 |
1524 | 2025-03-21T00:03:52.325Z | Compiling openapiv3 v2.0.0 |
1525 | 2025-03-21T00:03:52.459Z | Compiling serde_path_to_error v0.1.16 |
1526 | 2025-03-21T00:03:52.486Z | Compiling webpki-roots v0.26.6 |
1527 | 2025-03-21T00:03:52.682Z | Compiling hkdf v0.12.4 |
1528 | 2025-03-21T00:03:52.934Z | Compiling crypto-bigint v0.5.5 |
1529 | 2025-03-21T00:03:53.148Z | Compiling zerocopy-derive v0.6.6 |
1530 | 2025-03-21T00:03:53.596Z | Compiling hubpack_derive v0.1.1 |
1531 | 2025-03-21T00:03:54.020Z | Compiling curve25519-dalek-derive v0.1.1 |
1532 | 2025-03-21T00:03:54.404Z | Compiling sync_wrapper v1.0.1 |
1533 | 2025-03-21T00:03:54.573Z | Compiling hostname v0.4.0 |
1534 | 2025-03-21T00:03:54.788Z | Compiling fs-err v2.11.0 |
1535 | 2025-03-21T00:03:54.818Z | Compiling ahash v0.8.11 |
1536 | 2025-03-21T00:03:55.093Z | Compiling bumpalo v3.16.0 |
1537 | 2025-03-21T00:03:55.145Z | Compiling managed v0.8.0 |
1538 | 2025-03-21T00:03:55.253Z | Compiling newtype-uuid v1.2.1 |
1539 | 2025-03-21T00:03:55.495Z | Compiling winnow v0.5.40 |
1540 | 2025-03-21T00:03:55.535Z | Compiling simd-adler32 v0.3.7 |
1541 | 2025-03-21T00:03:55.560Z | Compiling lockfree-object-pool v0.1.6 |
1542 | 2025-03-21T00:03:55.560Z | Compiling debug-ignore v1.0.5 |
1543 | 2025-03-21T00:03:55.737Z | Compiling tower-layer v0.3.3 |
1544 | 2025-03-21T00:03:55.803Z | Compiling buf-list v1.0.3 |
1545 | 2025-03-21T00:03:55.829Z | Compiling zip v2.1.3 |
1546 | 2025-03-21T00:03:56.017Z | Compiling unicode-width v0.2.0 |
1547 | 2025-03-21T00:03:56.041Z | Compiling tower v0.5.2 |
1548 | 2025-03-21T00:03:56.143Z | Compiling zopfli v0.8.1 |
1549 | 2025-03-21T00:03:56.409Z | Compiling console v0.15.10 |
1550 | 2025-03-21T00:03:56.494Z | Compiling elliptic-curve v0.13.8 |
1551 | 2025-03-21T00:03:56.768Z | Compiling clap_builder v4.5.31 |
1552 | 2025-03-21T00:03:57.309Z | Compiling strum_macros v0.25.3 |
1553 | 2025-03-21T00:03:57.752Z | Compiling zerocopy v0.6.6 |
1554 | 2025-03-21T00:03:57.990Z | Compiling hubpack v0.1.2 |
1555 | 2025-03-21T00:03:58.378Z | Compiling toml_edit v0.19.15 |
1556 | 2025-03-21T00:03:58.432Z | Compiling hickory-resolver v0.24.4 |
1557 | 2025-03-21T00:03:59.039Z | Compiling phf v0.11.2 |
1558 | 2025-03-21T00:03:59.203Z | Compiling hyper-tls v0.6.0 |
1559 | 2025-03-21T00:03:59.300Z | Compiling signal-hook-mio v0.2.4 |
1560 | 2025-03-21T00:03:59.456Z | Compiling rayon v1.10.0 |
1561 | 2025-03-21T00:03:59.559Z | Compiling cookie_store v0.21.1 |
1562 | 2025-03-21T00:04:00.984Z | Compiling tokio-tungstenite v0.24.0 |
1563 | 2025-03-21T00:04:01.441Z | Compiling postgres-types v0.2.9 |
1564 | 2025-03-21T00:04:03.125Z | Compiling ed25519 v2.2.3 |
1565 | 2025-03-21T00:04:03.226Z | Compiling phf_shared v0.10.0 |
1566 | 2025-03-21T00:04:03.554Z | Compiling tokio-stream v0.1.17 |
1567 | 2025-03-21T00:04:03.579Z | Compiling pkcs1 v0.7.5 |
1568 | 2025-03-21T00:04:03.604Z | Compiling serde-big-array v0.5.1 |
1569 | 2025-03-21T00:04:03.838Z | Compiling clap_derive v4.5.28 |
1570 | 2025-03-21T00:04:03.873Z | Compiling rfc6979 v0.4.0 |
1571 | 2025-03-21T00:04:04.060Z | Compiling derive-where v1.2.7 |
1572 | 2025-03-21T00:04:04.342Z | Compiling serde_repr v0.1.19 |
1573 | 2025-03-21T00:04:04.403Z | Compiling bstr v1.10.0 |
1574 | 2025-03-21T00:04:04.439Z | Compiling float-cmp v0.10.0 |
1575 | 2025-03-21T00:04:04.674Z | Compiling precomputed-hash v0.1.1 |
1576 | 2025-03-21T00:04:04.699Z | Compiling static_assertions v1.1.0 |
1577 | 2025-03-21T00:04:04.811Z | Compiling fixedbitset v0.4.2 |
1578 | 2025-03-21T00:04:04.836Z | Compiling whoami v1.5.2 |
1579 | 2025-03-21T00:04:05.212Z | Compiling new_debug_unreachable v1.0.6 |
1580 | 2025-03-21T00:04:05.277Z | Compiling unicode-segmentation v1.12.0 |
1581 | 2025-03-21T00:04:05.308Z | Compiling number_prefix v0.4.0 |
1582 | 2025-03-21T00:04:05.355Z | Compiling predicates-core v1.0.8 |
1583 | 2025-03-21T00:04:05.535Z | Compiling difflib v0.4.0 |
1584 | 2025-03-21T00:04:05.651Z | Compiling normalize-line-endings v0.3.0 |
1585 | 2025-03-21T00:04:05.765Z | Compiling indicatif v0.17.11 |
1586 | 2025-03-21T00:04:05.790Z | Compiling string_cache v0.8.7 |
1587 | 2025-03-21T00:04:05.983Z | Compiling predicates v3.1.3 |
1588 | 2025-03-21T00:04:06.177Z | Compiling similar v2.7.0 |
1589 | 2025-03-21T00:04:06.662Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1590 | 2025-03-21T00:04:06.687Z | Compiling tokio-postgres v0.7.13 |
1591 | 2025-03-21T00:04:07.217Z | Compiling petgraph v0.6.5 |
1592 | 2025-03-21T00:04:07.342Z | Compiling clap v4.5.31 |
1593 | 2025-03-21T00:04:07.449Z | Compiling rsa v0.9.6 |
1594 | 2025-03-21T00:04:07.475Z | Compiling ecdsa v0.16.9 |
1595 | 2025-03-21T00:04:07.877Z | Compiling ed25519-dalek v2.1.1 |
1596 | 2025-03-21T00:04:08.157Z | Compiling toml v0.7.8 |
1597 | 2025-03-21T00:04:09.409Z | Compiling crossterm v0.28.1 |
1598 | 2025-03-21T00:04:11.261Z | Compiling zip v0.6.6 |
1599 | 2025-03-21T00:04:11.580Z | Compiling ipnetwork v0.21.1 |
1600 | 2025-03-21T00:04:11.703Z | Compiling hex v0.4.3 |
1601 | 2025-03-21T00:04:11.829Z | Compiling x509-cert v0.2.5 |
1602 | 2025-03-21T00:04:12.034Z | Compiling itertools v0.10.5 |
1603 | 2025-03-21T00:04:12.204Z | Compiling unicode-xid v0.2.6 |
1604 | 2025-03-21T00:04:12.264Z | Compiling peg-runtime v0.8.5 |
1605 | 2025-03-21T00:04:12.341Z | Compiling lalrpop-util v0.19.12 |
1606 | 2025-03-21T00:04:12.382Z | Compiling strum_macros v0.26.4 |
1607 | 2025-03-21T00:04:12.615Z | Compiling xattr v1.3.1 |
1608 | 2025-03-21T00:04:12.685Z | Compiling filetime v0.2.25 |
1609 | 2025-03-21T00:04:12.972Z | Compiling tar v0.4.44 |
1610 | 2025-03-21T00:04:15.674Z | Compiling strum v0.26.3 |
1611 | 2025-03-21T00:04:18.727Z | Compiling aws-lc-sys v0.26.0 |
1612 | 2025-03-21T00:04:51.562Z | Compiling rustls-webpki v0.102.8 |
1613 | 2025-03-21T00:04:55.723Z | Compiling tokio-rustls v0.25.0 |
1614 | 2025-03-21T00:04:57.847Z | Compiling tokio-rustls v0.26.0 |
1615 | 2025-03-21T00:04:58.300Z | Compiling hyper-rustls v0.27.3 |
1616 | 2025-03-21T00:04:58.494Z | Compiling reqwest v0.12.12 |
1617 | 2025-03-21T00:05:00.057Z | Compiling qorb v0.2.1 |
1618 | 2025-03-21T00:05:03.286Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1619 | 2025-03-21T00:05:03.659Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1620 | 2025-03-21T00:05:09.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1621 | 2025-03-21T00:05:09.438Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1622 | 2025-03-21T00:05:09.502Z | Mar 21 00:05:08.848 INFO Starting download, target: Cockroach |
1623 | 2025-03-21T00:05:09.502Z | Mar 21 00:05:08.848 INFO Starting download, target: Clickhouse |
1624 | 2025-03-21T00:05:09.502Z | Mar 21 00:05:08.848 INFO Starting download, target: Console |
1625 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.848 INFO Starting download, target: DendriteOpenapi |
1626 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.848 INFO Starting download, target: DendriteStub |
1627 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.848 INFO Starting download, target: MaghemiteMgd |
1628 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.849 INFO Starting download, target: TransceiverControl |
1629 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1630 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1631 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1632 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1633 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1634 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1635 | 2025-03-21T00:05:09.527Z | Mar 21 00:05:08.850 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1636 | 2025-03-21T00:05:09.801Z | Mar 21 00:05:09.136 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1637 | 2025-03-21T00:05:09.962Z | Mar 21 00:05:09.289 INFO Download complete, target: DendriteOpenapi |
1638 | 2025-03-21T00:05:10.229Z | Mar 21 00:05:09.525 INFO Download complete, target: Console |
1639 | 2025-03-21T00:05:10.286Z | Mar 21 00:05:09.632 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1640 | 2025-03-21T00:05:10.699Z | Mar 21 00:05:10.046 INFO Download complete, target: TransceiverControl |
1641 | 2025-03-21T00:05:11.863Z | Mar 21 00:05:11.210 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1642 | 2025-03-21T00:05:12.396Z | Mar 21 00:05:11.744 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1643 | 2025-03-21T00:05:14.080Z | Mar 21 00:05:13.427 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1644 | 2025-03-21T00:05:14.080Z | Mar 21 00:05:13.427 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1645 | 2025-03-21T00:05:14.698Z | Mar 21 00:05:14.045 INFO Download complete, target: MaghemiteMgd |
1646 | 2025-03-21T00:05:15.034Z | Mar 21 00:05:14.381 INFO Download complete, target: DendriteStub |
1647 | 2025-03-21T00:05:21.498Z | Mar 21 00:05:20.847 INFO Checking that binary works, target: Cockroach |
1648 | 2025-03-21T00:05:21.786Z | Mar 21 00:05:21.134 INFO Download complete, target: Cockroach |
1649 | 2025-03-21T00:05:25.630Z | Mar 21 00:05:24.979 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1650 | 2025-03-21T00:05:37.481Z | Mar 21 00:05:36.828 INFO Checking that binary works, target: Clickhouse |
1651 | 2025-03-21T00:05:37.681Z | Mar 21 00:05:37.030 INFO Download complete, target: Clickhouse |
1652 | 2025-03-21T00:05:37.705Z | All builder prerequisites installed successfully, and PATH looks valid |
1653 | 2025-03-21T00:05:37.705Z | |
1654 | 2025-03-21T00:05:37.705Z | real 5:43.043316635 |
1655 | 2025-03-21T00:05:37.705Z | user 14:23.783154901 |
1656 | 2025-03-21T00:05:37.705Z | sys 2:24.701840731 |
1657 | 2025-03-21T00:05:37.705Z | trap 0.527769464 |
1658 | 2025-03-21T00:05:37.706Z | tflt 0.447134691 |
1659 | 2025-03-21T00:05:37.706Z | dflt 1.458982574 |
1660 | 2025-03-21T00:05:37.706Z | kflt 0.009298683 |
1661 | 2025-03-21T00:05:37.706Z | lock 25:52.591221353 |
1662 | 2025-03-21T00:05:37.706Z | slp 52:56.059967168 |
1663 | 2025-03-21T00:05:37.706Z | lat 1:06.930863398 |
1664 | 2025-03-21T00:05:37.706Z | stop 2:21.565800686 |
1665 | 2025-03-21T00:05:37.731Z | + banner hack-check |
1666 | 2025-03-21T00:05:37.731Z | |
1667 | 2025-03-21T00:05:37.731Z | # # ## #### # # #### # # ###### #### # # |
1668 | 2025-03-21T00:05:37.731Z | # # # # # # # # # # # # # # # # # |
1669 | 2025-03-21T00:05:37.731Z | ###### # # # #### ##### # ###### ##### # #### |
1670 | 2025-03-21T00:05:37.731Z | # # ###### # # # # # # # # # # |
1671 | 2025-03-21T00:05:37.731Z | # # # # # # # # # # # # # # # # # |
1672 | 2025-03-21T00:05:37.731Z | # # # # #### # # #### # # ###### #### # # |
1673 | 2025-03-21T00:05:37.731Z | |
1674 | 2025-03-21T00:05:37.731Z | + export CARGO_INCREMENTAL=0 |
1675 | 2025-03-21T00:05:37.731Z | + CARGO_INCREMENTAL=0 |
1676 | 2025-03-21T00:05:37.731Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1677 | 2025-03-21T00:05:38.603Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1678 | 2025-03-21T00:05:42.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
1679 | 2025-03-21T00:05:42.291Z | Running `target/debug/xtask check-features --ci` |
1680 | 2025-03-21T00:05:42.320Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1681 | 2025-03-21T00:05:42.320Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1682 | 2025-03-21T00:05:42.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1683 | 2025-03-21T00:05:43.023Z | Running `target/debug/xtask download cargo-hack` |
1684 | 2025-03-21T00:05:44.203Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2025-03-21T00:05:44.552Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1686 | 2025-03-21T00:05:49.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
1687 | 2025-03-21T00:05:49.285Z | Running `target/debug/xtask-downloader cargo-hack` |
1688 | 2025-03-21T00:05:49.338Z | Mar 21 00:05:48.690 INFO Starting download, target: CargoHack |
1689 | 2025-03-21T00:05:49.364Z | Mar 21 00:05:48.691 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1690 | 2025-03-21T00:05:50.035Z | Mar 21 00:05:49.385 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1691 | 2025-03-21T00:05:50.124Z | Mar 21 00:05:49.476 INFO Download complete, target: CargoHack |
1692 | 2025-03-21T00:05:50.149Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1693 | 2025-03-21T00:05:50.176Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1694 | 2025-03-21T00:05:50.445Z | info: running `cargo check --bins` on api_identity (1/198) |
1695 | 2025-03-21T00:05:51.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-03-21T00:05:51.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-03-21T00:05:51.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-03-21T00:05:51.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1699 | 2025-03-21T00:05:51.454Z | |
1700 | 2025-03-21T00:05:51.454Z | info: running `cargo check --bins` on bootstore (2/198) |
1701 | 2025-03-21T00:05:52.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-03-21T00:05:52.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-03-21T00:05:52.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-03-21T00:05:52.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
1705 | 2025-03-21T00:05:52.509Z | |
1706 | 2025-03-21T00:05:52.509Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/198) |
1707 | 2025-03-21T00:05:53.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-03-21T00:05:53.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-03-21T00:05:53.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-03-21T00:05:53.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
1711 | 2025-03-21T00:05:53.561Z | |
1712 | 2025-03-21T00:05:53.561Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/198) |
1713 | 2025-03-21T00:05:54.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-03-21T00:05:54.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-03-21T00:05:54.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-03-21T00:05:54.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1717 | 2025-03-21T00:05:54.573Z | |
1718 | 2025-03-21T00:05:54.573Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/198) |
1719 | 2025-03-21T00:05:55.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-03-21T00:05:55.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-03-21T00:05:55.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-03-21T00:05:55.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1723 | 2025-03-21T00:05:55.271Z | |
1724 | 2025-03-21T00:05:55.271Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/198) |
1725 | 2025-03-21T00:05:55.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-03-21T00:05:55.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-03-21T00:05:55.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-03-21T00:05:55.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1729 | 2025-03-21T00:05:55.886Z | |
1730 | 2025-03-21T00:05:55.886Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/198) |
1731 | 2025-03-21T00:05:56.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-03-21T00:05:56.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-03-21T00:05:56.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-03-21T00:05:56.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1735 | 2025-03-21T00:05:56.489Z | |
1736 | 2025-03-21T00:05:56.489Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/198) |
1737 | 2025-03-21T00:05:57.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-03-21T00:05:57.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-03-21T00:05:57.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-03-21T00:05:57.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1741 | 2025-03-21T00:05:57.079Z | |
1742 | 2025-03-21T00:05:57.079Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/198) |
1743 | 2025-03-21T00:05:57.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-03-21T00:05:57.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-03-21T00:05:57.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-03-21T00:05:57.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1747 | 2025-03-21T00:05:57.702Z | |
1748 | 2025-03-21T00:05:57.702Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/198) |
1749 | 2025-03-21T00:05:58.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-03-21T00:05:58.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-03-21T00:05:58.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-03-21T00:05:58.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1753 | 2025-03-21T00:05:58.291Z | |
1754 | 2025-03-21T00:05:58.291Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/198) |
1755 | 2025-03-21T00:05:58.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-03-21T00:05:58.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-03-21T00:05:58.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-03-21T00:05:58.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1759 | 2025-03-21T00:05:58.872Z | |
1760 | 2025-03-21T00:05:58.872Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/198) |
1761 | 2025-03-21T00:05:59.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-03-21T00:05:59.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-03-21T00:05:59.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-03-21T00:05:59.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1765 | 2025-03-21T00:05:59.453Z | |
1766 | 2025-03-21T00:05:59.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/198) |
1767 | 2025-03-21T00:05:59.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-03-21T00:06:00.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-03-21T00:06:00.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-03-21T00:06:00.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1771 | 2025-03-21T00:06:00.046Z | |
1772 | 2025-03-21T00:06:00.046Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/198) |
1773 | 2025-03-21T00:06:00.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-03-21T00:06:00.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-03-21T00:06:00.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-03-21T00:06:00.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1777 | 2025-03-21T00:06:00.635Z | |
1778 | 2025-03-21T00:06:00.635Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/198) |
1779 | 2025-03-21T00:06:01.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-03-21T00:06:01.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-03-21T00:06:01.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-03-21T00:06:01.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1783 | 2025-03-21T00:06:01.212Z | |
1784 | 2025-03-21T00:06:01.212Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/198) |
1785 | 2025-03-21T00:06:01.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-03-21T00:06:01.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-03-21T00:06:01.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-03-21T00:06:01.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1789 | 2025-03-21T00:06:01.810Z | |
1790 | 2025-03-21T00:06:01.810Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/198) |
1791 | 2025-03-21T00:06:02.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-03-21T00:06:02.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-03-21T00:06:02.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-03-21T00:06:02.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1795 | 2025-03-21T00:06:02.412Z | |
1796 | 2025-03-21T00:06:02.412Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/198) |
1797 | 2025-03-21T00:06:02.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-03-21T00:06:02.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-03-21T00:06:02.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-03-21T00:06:02.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1801 | 2025-03-21T00:06:03.018Z | |
1802 | 2025-03-21T00:06:03.018Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/198) |
1803 | 2025-03-21T00:06:03.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-03-21T00:06:03.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-03-21T00:06:03.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-03-21T00:06:03.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1807 | 2025-03-21T00:06:03.623Z | |
1808 | 2025-03-21T00:06:03.624Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/198) |
1809 | 2025-03-21T00:06:04.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-03-21T00:06:04.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-03-21T00:06:04.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-03-21T00:06:04.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1813 | 2025-03-21T00:06:04.227Z | |
1814 | 2025-03-21T00:06:04.227Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/198) |
1815 | 2025-03-21T00:06:04.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-03-21T00:06:04.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-03-21T00:06:04.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-03-21T00:06:04.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1819 | 2025-03-21T00:06:04.829Z | |
1820 | 2025-03-21T00:06:04.829Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/198) |
1821 | 2025-03-21T00:06:05.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-03-21T00:06:05.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-03-21T00:06:05.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-03-21T00:06:05.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1825 | 2025-03-21T00:06:05.434Z | |
1826 | 2025-03-21T00:06:05.434Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/198) |
1827 | 2025-03-21T00:06:05.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-03-21T00:06:06.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-03-21T00:06:06.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-03-21T00:06:06.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1831 | 2025-03-21T00:06:06.059Z | |
1832 | 2025-03-21T00:06:06.059Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/198) |
1833 | 2025-03-21T00:06:06.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-03-21T00:06:06.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-03-21T00:06:06.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-03-21T00:06:06.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1837 | 2025-03-21T00:06:06.679Z | |
1838 | 2025-03-21T00:06:06.679Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/198) |
1839 | 2025-03-21T00:06:07.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-03-21T00:06:07.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-03-21T00:06:07.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-03-21T00:06:07.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1843 | 2025-03-21T00:06:07.289Z | |
1844 | 2025-03-21T00:06:07.289Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/198) |
1845 | 2025-03-21T00:06:07.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-03-21T00:06:08.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-03-21T00:06:08.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-03-21T00:06:08.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1849 | 2025-03-21T00:06:08.020Z | |
1850 | 2025-03-21T00:06:08.020Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/198) |
1851 | 2025-03-21T00:06:08.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-03-21T00:06:08.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-03-21T00:06:08.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-03-21T00:06:08.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1855 | 2025-03-21T00:06:08.582Z | |
1856 | 2025-03-21T00:06:08.582Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/198) |
1857 | 2025-03-21T00:06:09.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-03-21T00:06:09.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-03-21T00:06:09.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-03-21T00:06:09.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1861 | 2025-03-21T00:06:09.086Z | |
1862 | 2025-03-21T00:06:09.086Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/198) |
1863 | 2025-03-21T00:06:09.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-03-21T00:06:09.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-03-21T00:06:09.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-03-21T00:06:09.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1867 | 2025-03-21T00:06:09.689Z | |
1868 | 2025-03-21T00:06:09.689Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/198) |
1869 | 2025-03-21T00:06:10.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-03-21T00:06:10.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-03-21T00:06:10.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-03-21T00:06:10.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1873 | 2025-03-21T00:06:10.415Z | |
1874 | 2025-03-21T00:06:10.415Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/198) |
1875 | 2025-03-21T00:06:10.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-03-21T00:06:10.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-03-21T00:06:10.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-03-21T00:06:10.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1879 | 2025-03-21T00:06:10.925Z | |
1880 | 2025-03-21T00:06:10.925Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/198) |
1881 | 2025-03-21T00:06:11.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-03-21T00:06:11.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-03-21T00:06:11.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-03-21T00:06:11.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1885 | 2025-03-21T00:06:11.529Z | |
1886 | 2025-03-21T00:06:11.529Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/198) |
1887 | 2025-03-21T00:06:12.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-03-21T00:06:12.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-03-21T00:06:12.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-03-21T00:06:12.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1891 | 2025-03-21T00:06:12.132Z | |
1892 | 2025-03-21T00:06:12.133Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/198) |
1893 | 2025-03-21T00:06:12.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-03-21T00:06:12.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-03-21T00:06:12.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-03-21T00:06:12.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1897 | 2025-03-21T00:06:12.766Z | |
1898 | 2025-03-21T00:06:12.766Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/198) |
1899 | 2025-03-21T00:06:13.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-03-21T00:06:13.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-03-21T00:06:13.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-03-21T00:06:13.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1903 | 2025-03-21T00:06:13.351Z | |
1904 | 2025-03-21T00:06:13.351Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/198) |
1905 | 2025-03-21T00:06:13.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-03-21T00:06:13.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-03-21T00:06:13.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-03-21T00:06:13.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1909 | 2025-03-21T00:06:13.948Z | |
1910 | 2025-03-21T00:06:13.948Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/198) |
1911 | 2025-03-21T00:06:14.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-03-21T00:06:14.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-03-21T00:06:14.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-03-21T00:06:14.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1915 | 2025-03-21T00:06:14.532Z | |
1916 | 2025-03-21T00:06:14.532Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/198) |
1917 | 2025-03-21T00:06:15.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-03-21T00:06:15.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-03-21T00:06:15.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-03-21T00:06:15.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1921 | 2025-03-21T00:06:15.112Z | |
1922 | 2025-03-21T00:06:15.112Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/198) |
1923 | 2025-03-21T00:06:15.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-03-21T00:06:15.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-03-21T00:06:15.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-03-21T00:06:15.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1927 | 2025-03-21T00:06:15.769Z | |
1928 | 2025-03-21T00:06:15.769Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/198) |
1929 | 2025-03-21T00:06:16.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-03-21T00:06:16.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-03-21T00:06:16.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-03-21T00:06:16.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1933 | 2025-03-21T00:06:16.323Z | |
1934 | 2025-03-21T00:06:16.323Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/198) |
1935 | 2025-03-21T00:06:16.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-03-21T00:06:16.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-03-21T00:06:16.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-03-21T00:06:16.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1939 | 2025-03-21T00:06:16.949Z | |
1940 | 2025-03-21T00:06:16.949Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/198) |
1941 | 2025-03-21T00:06:17.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-03-21T00:06:17.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-03-21T00:06:17.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2025-03-21T00:06:17.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1945 | 2025-03-21T00:06:17.620Z | |
1946 | 2025-03-21T00:06:17.620Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/198) |
1947 | 2025-03-21T00:06:18.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2025-03-21T00:06:18.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2025-03-21T00:06:18.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2025-03-21T00:06:18.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1951 | 2025-03-21T00:06:18.228Z | |
1952 | 2025-03-21T00:06:18.228Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/198) |
1953 | 2025-03-21T00:06:18.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2025-03-21T00:06:18.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2025-03-21T00:06:18.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1956 | 2025-03-21T00:06:18.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1957 | 2025-03-21T00:06:18.856Z | |
1958 | 2025-03-21T00:06:18.856Z | info: running `cargo check --bins` on sled-hardware-types (45/198) |
1959 | 2025-03-21T00:06:19.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1960 | 2025-03-21T00:06:19.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1961 | 2025-03-21T00:06:19.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1962 | 2025-03-21T00:06:19.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1963 | 2025-03-21T00:06:19.749Z | |
1964 | 2025-03-21T00:06:19.749Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/198) |
1965 | 2025-03-21T00:06:20.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1966 | 2025-03-21T00:06:20.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1967 | 2025-03-21T00:06:20.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1968 | 2025-03-21T00:06:20.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1969 | 2025-03-21T00:06:20.645Z | |
1970 | 2025-03-21T00:06:20.645Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/198) |
1971 | 2025-03-21T00:06:21.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1972 | 2025-03-21T00:06:21.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1973 | 2025-03-21T00:06:21.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1974 | 2025-03-21T00:06:21.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1975 | 2025-03-21T00:06:21.569Z | |
1976 | 2025-03-21T00:06:21.570Z | info: running `cargo check --bins` on oxlog (48/198) |
1977 | 2025-03-21T00:06:22.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1978 | 2025-03-21T00:06:22.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1979 | 2025-03-21T00:06:22.408Z | Checking cfg-if v1.0.0 |
1980 | 2025-03-21T00:06:22.444Z | Checking libc v0.2.170 |
1981 | 2025-03-21T00:06:22.475Z | Checking serde v1.0.218 |
1982 | 2025-03-21T00:06:22.475Z | Checking zeroize v1.8.1 |
1983 | 2025-03-21T00:06:22.501Z | Checking memchr v2.7.4 |
1984 | 2025-03-21T00:06:22.502Z | Checking typenum v1.17.0 |
1985 | 2025-03-21T00:06:22.502Z | Checking value-bag v1.9.0 |
1986 | 2025-03-21T00:06:22.533Z | Checking subtle v2.6.1 |
1987 | 2025-03-21T00:06:22.560Z | Checking scopeguard v1.2.0 |
1988 | 2025-03-21T00:06:22.691Z | Checking smallvec v1.14.0 |
1989 | 2025-03-21T00:06:22.720Z | Checking lock_api v0.4.12 |
1990 | 2025-03-21T00:06:22.784Z | Checking itoa v1.0.11 |
1991 | 2025-03-21T00:06:22.882Z | Checking log v0.4.22 |
1992 | 2025-03-21T00:06:23.001Z | Checking const-oid v0.9.6 |
1993 | 2025-03-21T00:06:23.033Z | Checking pin-project-lite v0.2.14 |
1994 | 2025-03-21T00:06:23.063Z | Checking byteorder v1.5.0 |
1995 | 2025-03-21T00:06:23.156Z | Checking once_cell v1.20.3 |
1996 | 2025-03-21T00:06:23.234Z | Checking futures-core v0.3.31 |
1997 | 2025-03-21T00:06:23.306Z | Checking stable_deref_trait v1.2.0 |
1998 | 2025-03-21T00:06:23.380Z | Checking generic-array v0.14.7 |
1999 | 2025-03-21T00:06:23.407Z | Checking getrandom v0.2.15 |
2000 | 2025-03-21T00:06:23.436Z | Checking parking_lot_core v0.9.10 |
2001 | 2025-03-21T00:06:23.437Z | Checking signal-hook-registry v1.4.2 |
2002 | 2025-03-21T00:06:23.464Z | Checking mio v1.0.2 |
2003 | 2025-03-21T00:06:23.464Z | Checking socket2 v0.5.8 |
2004 | 2025-03-21T00:06:23.616Z | Checking rand_core v0.6.4 |
2005 | 2025-03-21T00:06:23.682Z | Checking cpufeatures v0.2.14 |
2006 | 2025-03-21T00:06:23.742Z | Checking parking_lot v0.12.3 |
2007 | 2025-03-21T00:06:23.782Z | Checking futures-sink v0.3.31 |
2008 | 2025-03-21T00:06:23.895Z | Checking zerocopy v0.7.35 |
2009 | 2025-03-21T00:06:23.926Z | Checking slab v0.4.9 |
2010 | 2025-03-21T00:06:23.966Z | Checking zerofrom v0.1.4 |
2011 | 2025-03-21T00:06:24.000Z | Checking futures-channel v0.3.31 |
2012 | 2025-03-21T00:06:24.046Z | Checking foldhash v0.1.3 |
2013 | 2025-03-21T00:06:24.134Z | Checking yoke v0.7.4 |
2014 | 2025-03-21T00:06:24.177Z | Checking equivalent v1.0.1 |
2015 | 2025-03-21T00:06:24.248Z | Checking allocator-api2 v0.2.18 |
2016 | 2025-03-21T00:06:24.280Z | Checking futures-io v0.3.31 |
2017 | 2025-03-21T00:06:24.311Z | Checking crypto-common v0.1.6 |
2018 | 2025-03-21T00:06:24.358Z | Checking block-buffer v0.10.4 |
2019 | 2025-03-21T00:06:24.438Z | Checking futures-task v0.3.31 |
2020 | 2025-03-21T00:06:24.497Z | Checking pin-utils v0.1.0 |
2021 | 2025-03-21T00:06:24.547Z | Checking zerovec v0.10.4 |
2022 | 2025-03-21T00:06:24.547Z | Checking ryu v1.0.18 |
2023 | 2025-03-21T00:06:24.547Z | Checking digest v0.10.7 |
2024 | 2025-03-21T00:06:24.575Z | Checking block-padding v0.3.3 |
2025 | 2025-03-21T00:06:24.654Z | Checking futures-util v0.3.31 |
2026 | 2025-03-21T00:06:24.745Z | Checking libm v0.2.8 |
2027 | 2025-03-21T00:06:24.779Z | Checking inout v0.1.3 |
2028 | 2025-03-21T00:06:24.817Z | Checking hashbrown v0.15.1 |
2029 | 2025-03-21T00:06:24.874Z | Checking hmac v0.12.1 |
2030 | 2025-03-21T00:06:24.943Z | Checking ppv-lite86 v0.2.20 |
2031 | 2025-03-21T00:06:24.985Z | Checking litemap v0.7.3 |
2032 | 2025-03-21T00:06:25.074Z | Checking writeable v0.5.5 |
2033 | 2025-03-21T00:06:25.285Z | Checking fnv v1.0.7 |
2034 | 2025-03-21T00:06:25.362Z | Checking cipher v0.4.4 |
2035 | 2025-03-21T00:06:25.413Z | Checking sha2 v0.10.8 |
2036 | 2025-03-21T00:06:25.476Z | Checking num-traits v0.2.19 |
2037 | 2025-03-21T00:06:25.545Z | Checking getrandom v0.3.1 |
2038 | 2025-03-21T00:06:25.737Z | Checking base64ct v1.6.0 |
2039 | 2025-03-21T00:06:25.764Z | Checking thiserror v1.0.69 |
2040 | 2025-03-21T00:06:25.800Z | Checking icu_locid_transform_data v1.5.0 |
2041 | 2025-03-21T00:06:25.891Z | Checking tinystr v0.7.6 |
2042 | 2025-03-21T00:06:25.924Z | Checking flagset v0.4.6 |
2043 | 2025-03-21T00:06:25.924Z | Checking icu_collections v1.5.0 |
2044 | 2025-03-21T00:06:25.924Z | Checking tracing-core v0.1.32 |
2045 | 2025-03-21T00:06:26.095Z | Checking rustls-pki-types v1.10.0 |
2046 | 2025-03-21T00:06:26.175Z | Checking pem-rfc7468 v0.7.0 |
2047 | 2025-03-21T00:06:26.211Z | Checking icu_locid v1.5.0 |
2048 | 2025-03-21T00:06:26.321Z | Checking bytes v1.10.1 |
2049 | 2025-03-21T00:06:26.417Z | Checking indexmap v2.7.1 |
2050 | 2025-03-21T00:06:26.506Z | Checking serde_json v1.0.139 |
2051 | 2025-03-21T00:06:26.534Z | Checking bitflags v2.6.0 |
2052 | 2025-03-21T00:06:26.584Z | Checking der v0.7.9 |
2053 | 2025-03-21T00:06:26.711Z | Checking percent-encoding v2.3.1 |
2054 | 2025-03-21T00:06:26.811Z | Checking icu_properties_data v1.5.0 |
2055 | 2025-03-21T00:06:26.919Z | Checking tracing v0.1.40 |
2056 | 2025-03-21T00:06:27.022Z | Checking icu_provider v1.5.0 |
2057 | 2025-03-21T00:06:27.047Z | Checking salsa20 v0.10.2 |
2058 | 2025-03-21T00:06:27.215Z | Checking tokio v1.43.0 |
2059 | 2025-03-21T00:06:27.251Z | Checking http v1.2.0 |
2060 | 2025-03-21T00:06:27.276Z | Checking pbkdf2 v0.12.2 |
2061 | 2025-03-21T00:06:27.426Z | Checking aws-lc-sys v0.26.0 |
2062 | 2025-03-21T00:06:27.467Z | Checking httparse v1.9.5 |
2063 | 2025-03-21T00:06:27.574Z | Checking icu_locid_transform v1.5.0 |
2064 | 2025-03-21T00:06:27.840Z | Checking write16 v1.0.0 |
2065 | 2025-03-21T00:06:27.908Z | Checking utf16_iter v1.0.5 |
2066 | 2025-03-21T00:06:27.984Z | Checking utf8_iter v1.0.4 |
2067 | 2025-03-21T00:06:28.078Z | Checking untrusted v0.7.1 |
2068 | 2025-03-21T00:06:28.123Z | Checking spki v0.7.3 |
2069 | 2025-03-21T00:06:28.175Z | Checking icu_normalizer_data v1.5.0 |
2070 | 2025-03-21T00:06:28.253Z | Checking untrusted v0.9.0 |
2071 | 2025-03-21T00:06:28.284Z | Checking powerfmt v0.2.0 |
2072 | 2025-03-21T00:06:28.398Z | Checking scrypt v0.11.0 |
2073 | 2025-03-21T00:06:28.423Z | Checking ring v0.17.11 |
2074 | 2025-03-21T00:06:28.423Z | Checking cbc v0.1.2 |
2075 | 2025-03-21T00:06:28.453Z | Checking icu_properties v1.5.1 |
2076 | 2025-03-21T00:06:28.536Z | Checking deranged v0.3.11 |
2077 | 2025-03-21T00:06:28.632Z | Checking aes v0.8.4 |
2078 | 2025-03-21T00:06:28.657Z | Checking crossbeam-utils v0.8.20 |
2079 | 2025-03-21T00:06:28.681Z | Checking spin v0.9.8 |
2080 | 2025-03-21T00:06:28.976Z | Checking num_threads v0.1.7 |
2081 | 2025-03-21T00:06:29.093Z | Checking time-core v0.1.2 |
2082 | 2025-03-21T00:06:29.211Z | Checking aws-lc-rs v1.12.4 |
2083 | 2025-03-21T00:06:29.250Z | Checking atomic-waker v1.1.2 |
2084 | 2025-03-21T00:06:29.276Z | Checking tinyvec_macros v0.1.1 |
2085 | 2025-03-21T00:06:29.362Z | Checking num-conv v0.1.0 |
2086 | 2025-03-21T00:06:29.387Z | Checking pkcs5 v0.7.1 |
2087 | 2025-03-21T00:06:29.412Z | Checking tinyvec v1.8.0 |
2088 | 2025-03-21T00:06:29.586Z | Checking http-body v1.0.1 |
2089 | 2025-03-21T00:06:29.675Z | Checking time v0.3.36 |
2090 | 2025-03-21T00:06:29.789Z | Checking form_urlencoded v1.2.1 |
2091 | 2025-03-21T00:06:29.814Z | Checking uuid v1.15.1 |
2092 | 2025-03-21T00:06:29.993Z | Checking rand_chacha v0.3.1 |
2093 | 2025-03-21T00:06:30.356Z | Checking try-lock v0.2.5 |
2094 | 2025-03-21T00:06:30.382Z | Checking rand v0.8.5 |
2095 | 2025-03-21T00:06:30.425Z | Checking pkcs8 v0.10.2 |
2096 | 2025-03-21T00:06:30.470Z | Checking httpdate v1.0.3 |
2097 | 2025-03-21T00:06:30.502Z | Checking want v0.3.1 |
2098 | 2025-03-21T00:06:30.668Z | Checking unicode-ident v1.0.14 |
2099 | 2025-03-21T00:06:30.700Z | Checking tower-service v0.3.3 |
2100 | 2025-03-21T00:06:30.728Z | Checking iana-time-zone v0.1.61 |
2101 | 2025-03-21T00:06:30.792Z | Checking rustls-webpki v0.102.8 |
2102 | 2025-03-21T00:06:30.832Z | Checking adler2 v2.0.0 |
2103 | 2025-03-21T00:06:30.860Z | Checking proc-macro2 v1.0.94 |
2104 | 2025-03-21T00:06:30.887Z | Checking chrono v0.4.40 |
2105 | 2025-03-21T00:06:30.988Z | Checking miniz_oxide v0.8.5 |
2106 | 2025-03-21T00:06:31.229Z | Checking icu_normalizer v1.5.0 |
2107 | 2025-03-21T00:06:31.435Z | Checking serde_spanned v0.6.8 |
2108 | 2025-03-21T00:06:31.461Z | Checking toml_datetime v0.6.8 |
2109 | 2025-03-21T00:06:31.487Z | Checking zerocopy v0.8.10 |
2110 | 2025-03-21T00:06:31.624Z | Checking slog v2.7.0 |
2111 | 2025-03-21T00:06:31.652Z | Checking scroll v0.12.0 |
2112 | 2025-03-21T00:06:31.701Z | Checking match_cfg v0.1.0 |
2113 | 2025-03-21T00:06:31.731Z | Checking ucd-trie v0.1.7 |
2114 | 2025-03-21T00:06:31.794Z | Checking base64 v0.22.1 |
2115 | 2025-03-21T00:06:31.914Z | Checking idna_adapter v1.2.0 |
2116 | 2025-03-21T00:06:31.939Z | Checking foreign-types-shared v0.1.1 |
2117 | 2025-03-21T00:06:32.045Z | Checking plain v0.2.3 |
2118 | 2025-03-21T00:06:32.070Z | Checking foreign-types v0.3.2 |
2119 | 2025-03-21T00:06:32.094Z | Checking pest v2.7.14 |
2120 | 2025-03-21T00:06:32.121Z | Checking idna v1.0.3 |
2121 | 2025-03-21T00:06:32.157Z | Checking hostname v0.3.1 |
2122 | 2025-03-21T00:06:32.209Z | Checking goblin v0.8.2 |
2123 | 2025-03-21T00:06:32.237Z | Checking quote v1.0.39 |
2124 | 2025-03-21T00:06:32.299Z | Checking openssl-sys v0.9.106 |
2125 | 2025-03-21T00:06:32.542Z | Checking dirs-sys-next v0.1.2 |
2126 | 2025-03-21T00:06:32.581Z | Checking url v2.5.3 |
2127 | 2025-03-21T00:06:32.622Z | Checking errno v0.3.9 |
2128 | 2025-03-21T00:06:32.714Z | Checking aho-corasick v1.1.3 |
2129 | 2025-03-21T00:06:32.800Z | Checking regex-syntax v0.8.5 |
2130 | 2025-03-21T00:06:33.319Z | Checking siphasher v0.3.11 |
2131 | 2025-03-21T00:06:33.354Z | Checking pretty-hex v0.4.1 |
2132 | 2025-03-21T00:06:33.400Z | Checking tokio-util v0.7.13 |
2133 | 2025-03-21T00:06:33.524Z | Compiling newtype-uuid v1.2.1 |
2134 | 2025-03-21T00:06:33.591Z | Checking data-encoding v2.6.0 |
2135 | 2025-03-21T00:06:33.802Z | Checking openssl v0.10.71 |
2136 | 2025-03-21T00:06:33.903Z | Checking rand_core v0.9.2 |
2137 | 2025-03-21T00:06:34.076Z | Checking rustix v0.38.37 |
2138 | 2025-03-21T00:06:34.101Z | Checking dirs-next v2.0.0 |
2139 | 2025-03-21T00:06:34.171Z | Checking h2 v0.4.6 |
2140 | 2025-03-21T00:06:34.231Z | Checking rand_chacha v0.9.0 |
2141 | 2025-03-21T00:06:34.258Z | Checking syn v2.0.98 |
2142 | 2025-03-21T00:06:34.298Z | Checking dtrace-parser v0.2.0 |
2143 | 2025-03-21T00:06:34.589Z | Checking unicode-normalization v0.1.24 |
2144 | 2025-03-21T00:06:34.740Z | Checking http-body-util v0.1.2 |
2145 | 2025-03-21T00:06:35.127Z | Checking crossbeam-epoch v0.9.18 |
2146 | 2025-03-21T00:06:35.350Z | Checking semver v1.0.25 |
2147 | 2025-03-21T00:06:35.506Z | Checking signature v2.2.0 |
2148 | 2025-03-21T00:06:35.553Z | Checking regex-automata v0.4.8 |
2149 | 2025-03-21T00:06:35.707Z | Checking sha1 v0.10.6 |
2150 | 2025-03-21T00:06:35.735Z | Checking thread_local v1.1.8 |
2151 | 2025-03-21T00:06:35.961Z | Checking thread-id v4.2.2 |
2152 | 2025-03-21T00:06:35.987Z | Checking crc32fast v1.4.2 |
2153 | 2025-03-21T00:06:36.078Z | Checking encoding_rs v0.8.34 |
2154 | 2025-03-21T00:06:36.220Z | Checking either v1.14.0 |
2155 | 2025-03-21T00:06:36.403Z | Checking dof v0.3.0 |
2156 | 2025-03-21T00:06:36.567Z | Checking winnow v0.7.3 |
2157 | 2025-03-21T00:06:36.842Z | Checking mime v0.3.17 |
2158 | 2025-03-21T00:06:36.927Z | Checking unicode-bidi v0.3.17 |
2159 | 2025-03-21T00:06:37.117Z | Checking unicode-properties v0.1.3 |
2160 | 2025-03-21T00:06:37.445Z | Checking dyn-clone v1.0.19 |
2161 | 2025-03-21T00:06:37.471Z | Checking openssl-probe v0.1.5 |
2162 | 2025-03-21T00:06:37.599Z | Checking utf8parse v0.2.2 |
2163 | 2025-03-21T00:06:37.624Z | Checking gimli v0.31.1 |
2164 | 2025-03-21T00:06:37.758Z | Checking ipnet v2.11.0 |
2165 | 2025-03-21T00:06:37.926Z | Checking anstyle v1.0.10 |
2166 | 2025-03-21T00:06:38.184Z | Checking anstyle-parse v0.2.5 |
2167 | 2025-03-21T00:06:38.261Z | Checking schemars v0.8.22 |
2168 | 2025-03-21T00:06:38.292Z | Checking native-tls v0.2.12 |
2169 | 2025-03-21T00:06:38.445Z | Checking stringprep v0.1.5 |
2170 | 2025-03-21T00:06:38.589Z | Checking crossbeam-deque v0.8.5 |
2171 | 2025-03-21T00:06:38.699Z | Checking rand v0.9.0 |
2172 | 2025-03-21T00:06:38.879Z | Checking term v0.7.0 |
2173 | 2025-03-21T00:06:38.924Z | Checking toml_edit v0.22.24 |
2174 | 2025-03-21T00:06:39.082Z | Checking slog-json v2.6.1 |
2175 | 2025-03-21T00:06:39.279Z | Checking rustls v0.22.4 |
2176 | 2025-03-21T00:06:39.326Z | Checking rustls v0.23.19 |
2177 | 2025-03-21T00:06:39.407Z | Checking usdt-impl v0.5.0 |
2178 | 2025-03-21T00:06:39.557Z | Checking hyper v1.6.0 |
2179 | 2025-03-21T00:06:39.621Z | Checking serde_urlencoded v0.7.1 |
2180 | 2025-03-21T00:06:39.656Z | Checking crossbeam-channel v0.5.13 |
2181 | 2025-03-21T00:06:39.911Z | Checking futures-executor v0.3.31 |
2182 | 2025-03-21T00:06:40.017Z | Checking bzip2-sys v0.1.11+1.0.8 |
2183 | 2025-03-21T00:06:40.141Z | Checking num-integer v0.1.46 |
2184 | 2025-03-21T00:06:40.168Z | Checking rustls-pemfile v2.2.0 |
2185 | 2025-03-21T00:06:40.305Z | Checking md-5 v0.10.6 |
2186 | 2025-03-21T00:06:40.363Z | Checking ff v0.13.0 |
2187 | 2025-03-21T00:06:40.505Z | Checking hash32 v0.2.1 |
2188 | 2025-03-21T00:06:40.573Z | Checking memmap v0.7.0 |
2189 | 2025-03-21T00:06:40.597Z | Checking is-terminal v0.4.13 |
2190 | 2025-03-21T00:06:40.723Z | Checking object v0.36.5 |
2191 | 2025-03-21T00:06:40.782Z | Checking addr2line v0.24.2 |
2192 | 2025-03-21T00:06:40.806Z | Checking colorchoice v1.0.2 |
2193 | 2025-03-21T00:06:40.806Z | Checking utf-8 v0.7.6 |
2194 | 2025-03-21T00:06:40.952Z | Checking quick-error v1.2.3 |
2195 | 2025-03-21T00:06:41.031Z | Checking is_terminal_polyfill v1.70.1 |
2196 | 2025-03-21T00:06:41.102Z | Checking linked-hash-map v0.5.6 |
2197 | 2025-03-21T00:06:41.158Z | Checking fallible-iterator v0.2.0 |
2198 | 2025-03-21T00:06:41.234Z | Checking anstyle-query v1.1.1 |
2199 | 2025-03-21T00:06:41.263Z | Checking take_mut v0.2.2 |
2200 | 2025-03-21T00:06:41.309Z | Checking hyper-util v0.1.10 |
2201 | 2025-03-21T00:06:41.372Z | Checking psl-types v2.0.11 |
2202 | 2025-03-21T00:06:41.397Z | Checking base16ct v0.2.0 |
2203 | 2025-03-21T00:06:41.426Z | Checking rustc-demangle v0.1.24 |
2204 | 2025-03-21T00:06:41.551Z | Checking publicsuffix v2.3.0 |
2205 | 2025-03-21T00:06:41.595Z | Checking sec1 v0.7.3 |
2206 | 2025-03-21T00:06:41.684Z | Checking postgres-protocol v0.6.8 |
2207 | 2025-03-21T00:06:41.817Z | Checking slog-async v2.8.0 |
2208 | 2025-03-21T00:06:41.856Z | Checking lru-cache v0.1.2 |
2209 | 2025-03-21T00:06:41.953Z | Checking anstream v0.6.15 |
2210 | 2025-03-21T00:06:42.021Z | Checking toml v0.8.20 |
2211 | 2025-03-21T00:06:42.097Z | Checking resolv-conf v0.7.0 |
2212 | 2025-03-21T00:06:42.255Z | Checking tungstenite v0.24.0 |
2213 | 2025-03-21T00:06:42.292Z | Checking tokio-rustls v0.25.0 |
2214 | 2025-03-21T00:06:42.322Z | Checking usdt v0.5.0 |
2215 | 2025-03-21T00:06:42.430Z | Checking heapless v0.7.17 |
2216 | 2025-03-21T00:06:42.571Z | Checking slog-term v2.9.1 |
2217 | 2025-03-21T00:06:42.643Z | Checking num-iter v0.1.45 |
2218 | 2025-03-21T00:06:42.671Z | Checking group v0.13.0 |
2219 | 2025-03-21T00:06:42.815Z | Checking futures v0.3.31 |
2220 | 2025-03-21T00:06:42.912Z | Checking bzip2 v0.4.4 |
2221 | 2025-03-21T00:06:42.938Z | Checking slog-bunyan v2.5.0 |
2222 | 2025-03-21T00:06:43.041Z | Checking rayon-core v1.12.1 |
2223 | 2025-03-21T00:06:43.066Z | Checking tokio-native-tls v0.3.1 |
2224 | 2025-03-21T00:06:43.099Z | Checking hickory-proto v0.24.4 |
2225 | 2025-03-21T00:06:43.126Z | Checking multer v3.1.0 |
2226 | 2025-03-21T00:06:43.203Z | Checking terminal_size v0.4.0 |
2227 | 2025-03-21T00:06:43.309Z | Checking flate2 v1.1.0 |
2228 | 2025-03-21T00:06:43.378Z | Checking phf_shared v0.11.2 |
2229 | 2025-03-21T00:06:43.488Z | Checking cookie v0.18.1 |
2230 | 2025-03-21T00:06:43.580Z | Checking async-stream v0.3.6 |
2231 | 2025-03-21T00:06:43.636Z | Checking camino v1.1.9 |
2232 | 2025-03-21T00:06:43.661Z | Checking signal-hook v0.3.17 |
2233 | 2025-03-21T00:06:43.773Z | Checking waitgroup v0.1.2 |
2234 | 2025-03-21T00:06:43.859Z | Checking lazy_static v1.5.0 |
2235 | 2025-03-21T00:06:43.898Z | Checking openapiv3 v2.0.0 |
2236 | 2025-03-21T00:06:43.923Z | Checking webpki-roots v0.26.6 |
2237 | 2025-03-21T00:06:43.948Z | Checking tokio-rustls v0.26.0 |
2238 | 2025-03-21T00:06:43.981Z | Checking serde_path_to_error v0.1.16 |
2239 | 2025-03-21T00:06:44.007Z | Checking hkdf v0.12.4 |
2240 | 2025-03-21T00:06:44.102Z | Checking crypto-bigint v0.5.5 |
2241 | 2025-03-21T00:06:44.126Z | Checking sync_wrapper v1.0.1 |
2242 | 2025-03-21T00:06:44.219Z | Checking hostname v0.4.0 |
2243 | 2025-03-21T00:06:44.273Z | Checking bumpalo v3.16.0 |
2244 | 2025-03-21T00:06:44.302Z | Checking winnow v0.5.40 |
2245 | 2025-03-21T00:06:44.352Z | Checking clap_lex v0.7.4 |
2246 | 2025-03-21T00:06:44.514Z | Checking tower-layer v0.3.3 |
2247 | 2025-03-21T00:06:44.578Z | Checking bitflags v1.3.2 |
2248 | 2025-03-21T00:06:44.602Z | Checking simd-adler32 v0.3.7 |
2249 | 2025-03-21T00:06:44.676Z | Checking debug-ignore v1.0.5 |
2250 | 2025-03-21T00:06:44.749Z | Checking lockfree-object-pool v0.1.6 |
2251 | 2025-03-21T00:06:44.810Z | Checking unicode-width v0.2.0 |
2252 | 2025-03-21T00:06:44.921Z | Checking strsim v0.11.1 |
2253 | 2025-03-21T00:06:44.966Z | Checking managed v0.8.0 |
2254 | 2025-03-21T00:06:45.186Z | Checking clap_builder v4.5.31 |
2255 | 2025-03-21T00:06:45.221Z | Checking console v0.15.10 |
2256 | 2025-03-21T00:06:45.297Z | Checking smoltcp v0.9.1 |
2257 | 2025-03-21T00:06:45.714Z | Checking zopfli v0.8.1 |
2258 | 2025-03-21T00:06:45.806Z | Checking backtrace v0.3.74 |
2259 | 2025-03-21T00:06:46.318Z | Checking anyhow v1.0.97 |
2260 | 2025-03-21T00:06:46.342Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2261 | 2025-03-21T00:06:46.388Z | Checking elliptic-curve v0.13.8 |
2262 | 2025-03-21T00:06:46.515Z | Checking tower v0.5.2 |
2263 | 2025-03-21T00:06:46.540Z | Checking dropshot v0.12.0 |
2264 | 2025-03-21T00:06:46.604Z | Checking toml_edit v0.19.15 |
2265 | 2025-03-21T00:06:46.629Z | Checking hyper-rustls v0.27.3 |
2266 | 2025-03-21T00:06:46.685Z | Checking num-bigint-dig v0.8.4 |
2267 | 2025-03-21T00:06:46.965Z | Checking signal-hook-mio v0.2.4 |
2268 | 2025-03-21T00:06:47.003Z | Checking cookie_store v0.21.1 |
2269 | 2025-03-21T00:06:47.130Z | Checking rayon v1.10.0 |
2270 | 2025-03-21T00:06:47.159Z | Checking hickory-resolver v0.24.4 |
2271 | 2025-03-21T00:06:47.196Z | Checking phf v0.11.2 |
2272 | 2025-03-21T00:06:47.427Z | Checking hyper-tls v0.6.0 |
2273 | 2025-03-21T00:06:47.648Z | Checking tokio-tungstenite v0.24.0 |
2274 | 2025-03-21T00:06:47.715Z | Checking postgres-types v0.2.9 |
2275 | 2025-03-21T00:06:47.813Z | Checking regex v1.11.1 |
2276 | 2025-03-21T00:06:48.098Z | Checking bstr v1.10.0 |
2277 | 2025-03-21T00:06:48.345Z | Checking ed25519 v2.2.3 |
2278 | 2025-03-21T00:06:48.385Z | Checking tokio-stream v0.1.17 |
2279 | 2025-03-21T00:06:48.479Z | Checking phf_shared v0.10.0 |
2280 | 2025-03-21T00:06:48.616Z | Checking zerocopy v0.6.6 |
2281 | 2025-03-21T00:06:48.651Z | Checking curve25519-dalek v4.1.3 |
2282 | 2025-03-21T00:06:48.720Z | Checking hubpack v0.1.2 |
2283 | 2025-03-21T00:06:48.874Z | Checking memoffset v0.9.1 |
2284 | 2025-03-21T00:06:48.898Z | Checking portable-atomic v1.9.0 |
2285 | 2025-03-21T00:06:48.986Z | Checking pkcs1 v0.7.5 |
2286 | 2025-03-21T00:06:49.011Z | Checking float-cmp v0.10.0 |
2287 | 2025-03-21T00:06:49.096Z | Checking serde-big-array v0.5.1 |
2288 | 2025-03-21T00:06:49.207Z | Checking rfc6979 v0.4.0 |
2289 | 2025-03-21T00:06:49.232Z | Checking normalize-line-endings v0.3.0 |
2290 | 2025-03-21T00:06:49.310Z | Checking number_prefix v0.4.0 |
2291 | 2025-03-21T00:06:49.360Z | Checking new_debug_unreachable v1.0.6 |
2292 | 2025-03-21T00:06:49.385Z | Checking whoami v1.5.2 |
2293 | 2025-03-21T00:06:49.409Z | Checking fixedbitset v0.4.2 |
2294 | 2025-03-21T00:06:49.466Z | Checking difflib v0.4.0 |
2295 | 2025-03-21T00:06:49.516Z | Checking predicates-core v1.0.8 |
2296 | 2025-03-21T00:06:49.566Z | Checking precomputed-hash v0.1.1 |
2297 | 2025-03-21T00:06:49.647Z | Checking static_assertions v1.1.0 |
2298 | 2025-03-21T00:06:49.675Z | Checking minimal-lexical v0.2.1 |
2299 | 2025-03-21T00:06:49.700Z | Checking unicode-segmentation v1.12.0 |
2300 | 2025-03-21T00:06:49.761Z | Checking string_cache v0.8.7 |
2301 | 2025-03-21T00:06:49.761Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2302 | 2025-03-21T00:06:49.791Z | Checking predicates v3.1.3 |
2303 | 2025-03-21T00:06:49.816Z | Checking tokio-postgres v0.7.13 |
2304 | 2025-03-21T00:06:49.997Z | Checking petgraph v0.6.5 |
2305 | 2025-03-21T00:06:50.039Z | Checking nom v7.1.3 |
2306 | 2025-03-21T00:06:50.243Z | Checking ed25519-dalek v2.1.1 |
2307 | 2025-03-21T00:06:50.276Z | Checking indicatif v0.17.11 |
2308 | 2025-03-21T00:06:50.305Z | Checking similar v2.7.0 |
2309 | 2025-03-21T00:06:50.378Z | Checking qorb v0.2.1 |
2310 | 2025-03-21T00:06:50.635Z | Checking ecdsa v0.16.9 |
2311 | 2025-03-21T00:06:50.960Z | Checking rsa v0.9.6 |
2312 | 2025-03-21T00:06:51.066Z | Checking nix v0.29.0 |
2313 | 2025-03-21T00:06:51.274Z | Checking toml v0.7.8 |
2314 | 2025-03-21T00:06:51.842Z | Checking clap v4.5.31 |
2315 | 2025-03-21T00:06:51.908Z | Checking reqwest v0.12.12 |
2316 | 2025-03-21T00:06:51.958Z | Checking crossterm v0.28.1 |
2317 | 2025-03-21T00:06:52.309Z | Checking zip v2.1.3 |
2318 | 2025-03-21T00:06:52.334Z | Checking zip v0.6.6 |
2319 | 2025-03-21T00:06:52.359Z | Checking ipnetwork v0.21.1 |
2320 | 2025-03-21T00:06:52.681Z | Checking itertools v0.10.5 |
2321 | 2025-03-21T00:06:52.706Z | Checking itertools v0.12.1 |
2322 | 2025-03-21T00:06:52.731Z | Checking fs-err v2.11.0 |
2323 | 2025-03-21T00:06:52.954Z | Checking ahash v0.8.11 |
2324 | 2025-03-21T00:06:53.317Z | Checking buf-list v1.0.3 |
2325 | 2025-03-21T00:06:53.403Z | Checking x509-cert v0.2.5 |
2326 | 2025-03-21T00:06:53.471Z | Checking hex v0.4.3 |
2327 | 2025-03-21T00:06:53.526Z | Checking peg-runtime v0.8.5 |
2328 | 2025-03-21T00:06:53.614Z | Checking lalrpop-util v0.19.12 |
2329 | 2025-03-21T00:06:53.638Z | Checking sigpipe v0.1.3 |
2330 | 2025-03-21T00:06:54.882Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2025-03-21T00:06:55.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s |
2332 | 2025-03-21T00:06:55.512Z | |
2333 | 2025-03-21T00:06:55.512Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/198) |
2334 | 2025-03-21T00:06:56.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2025-03-21T00:06:56.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2025-03-21T00:06:56.510Z | Compiling regress v0.10.3 |
2337 | 2025-03-21T00:06:56.547Z | Checking heck v0.5.0 |
2338 | 2025-03-21T00:06:56.583Z | Checking fastrand v2.1.1 |
2339 | 2025-03-21T00:06:56.608Z | Compiling unsafe-libyaml v0.2.11 |
2340 | 2025-03-21T00:06:56.633Z | Compiling structmeta-derive v0.3.0 |
2341 | 2025-03-21T00:06:56.633Z | Compiling ident_case v1.0.1 |
2342 | 2025-03-21T00:06:56.633Z | Checking oxnet v0.1.1 |
2343 | 2025-03-21T00:06:56.774Z | Checking progenitor-client v0.8.0 |
2344 | 2025-03-21T00:06:56.853Z | Compiling darling_core v0.20.10 |
2345 | 2025-03-21T00:06:56.898Z | Checking tempfile v3.13.0 |
2346 | 2025-03-21T00:06:57.009Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2347 | 2025-03-21T00:06:57.117Z | Checking newtype-uuid v1.2.1 |
2348 | 2025-03-21T00:06:57.247Z | Compiling proc-macro-crate v1.3.1 |
2349 | 2025-03-21T00:06:57.352Z | Checking wait-timeout v0.2.0 |
2350 | 2025-03-21T00:06:57.381Z | Checking bit-vec v0.8.0 |
2351 | 2025-03-21T00:06:57.552Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2352 | 2025-03-21T00:06:57.745Z | Compiling serde_yaml v0.9.34+deprecated |
2353 | 2025-03-21T00:06:57.851Z | Checking bit-set v0.8.0 |
2354 | 2025-03-21T00:06:58.097Z | Compiling num_enum_derive v0.5.11 |
2355 | 2025-03-21T00:06:58.122Z | Checking rusty-fork v0.3.0 |
2356 | 2025-03-21T00:06:58.225Z | Compiling lzma-sys v0.1.20 |
2357 | 2025-03-21T00:06:58.416Z | Checking rand_xorshift v0.3.0 |
2358 | 2025-03-21T00:06:58.589Z | Compiling thiserror-impl v2.0.11 |
2359 | 2025-03-21T00:06:58.826Z | Compiling structmeta v0.3.0 |
2360 | 2025-03-21T00:06:58.879Z | Compiling daft-derive v0.1.2 |
2361 | 2025-03-21T00:06:59.193Z | Compiling parse-display-derive v0.10.0 |
2362 | 2025-03-21T00:06:59.513Z | Checking typify-impl v0.2.0 |
2363 | 2025-03-21T00:07:00.173Z | Compiling foreign-types-macros v0.2.3 |
2364 | 2025-03-21T00:07:00.376Z | Compiling dropshot v0.16.0 |
2365 | 2025-03-21T00:07:00.658Z | Checking unarray v0.1.4 |
2366 | 2025-03-21T00:07:00.818Z | Checking arc-swap v1.7.1 |
2367 | 2025-03-21T00:07:00.874Z | Checking foreign-types-shared v0.3.1 |
2368 | 2025-03-21T00:07:01.004Z | Checking proptest v1.6.0 |
2369 | 2025-03-21T00:07:01.229Z | Checking thiserror v2.0.11 |
2370 | 2025-03-21T00:07:01.254Z | Checking foreign-types v0.5.0 |
2371 | 2025-03-21T00:07:01.254Z | Checking slog-scope v4.4.0 |
2372 | 2025-03-21T00:07:01.370Z | Checking daft v0.1.2 |
2373 | 2025-03-21T00:07:01.415Z | Checking num_enum v0.5.11 |
2374 | 2025-03-21T00:07:01.445Z | Compiling test-strategy v0.4.0 |
2375 | 2025-03-21T00:07:01.617Z | Checking strum v0.26.3 |
2376 | 2025-03-21T00:07:01.678Z | Compiling proc-macro-error v1.0.4 |
2377 | 2025-03-21T00:07:01.792Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2378 | 2025-03-21T00:07:01.834Z | Compiling darling_macro v0.20.10 |
2379 | 2025-03-21T00:07:01.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2380 | 2025-03-21T00:07:02.075Z | Checking tungstenite v0.21.0 |
2381 | 2025-03-21T00:07:02.101Z | Compiling heck v0.3.3 |
2382 | 2025-03-21T00:07:02.269Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2383 | 2025-03-21T00:07:02.442Z | Compiling dropshot_endpoint v0.16.0 |
2384 | 2025-03-21T00:07:02.476Z | Checking parse-display v0.10.0 |
2385 | 2025-03-21T00:07:02.647Z | Compiling darling v0.20.10 |
2386 | 2025-03-21T00:07:02.710Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2387 | 2025-03-21T00:07:02.788Z | Compiling serde_with_macros v3.12.0 |
2388 | 2025-03-21T00:07:02.931Z | Checking cstr-argument v0.1.2 |
2389 | 2025-03-21T00:07:03.122Z | Checking instant v0.1.13 |
2390 | 2025-03-21T00:07:03.225Z | Checking pretty-hex v0.2.1 |
2391 | 2025-03-21T00:07:03.257Z | Checking base64 v0.21.7 |
2392 | 2025-03-21T00:07:03.408Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2393 | 2025-03-21T00:07:03.594Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2394 | 2025-03-21T00:07:03.694Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2395 | 2025-03-21T00:07:03.723Z | Checking backoff v0.4.0 |
2396 | 2025-03-21T00:07:03.750Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2397 | 2025-03-21T00:07:03.958Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2398 | 2025-03-21T00:07:04.030Z | Checking tokio-tungstenite v0.21.0 |
2399 | 2025-03-21T00:07:04.055Z | Compiling zone_cfg_derive v0.1.2 |
2400 | 2025-03-21T00:07:04.123Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2025-03-21T00:07:04.476Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2402 | 2025-03-21T00:07:04.745Z | Checking slog-stdlog v4.1.1 |
2403 | 2025-03-21T00:07:04.839Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2404 | 2025-03-21T00:07:04.919Z | Checking progenitor-client v0.9.1 |
2405 | 2025-03-21T00:07:04.947Z | Checking colored v2.2.0 |
2406 | 2025-03-21T00:07:05.161Z | Checking macaddr v1.0.1 |
2407 | 2025-03-21T00:07:05.187Z | Checking serde_with v3.12.0 |
2408 | 2025-03-21T00:07:05.187Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2409 | 2025-03-21T00:07:05.338Z | Checking unicode-width v0.1.14 |
2410 | 2025-03-21T00:07:05.363Z | Checking base64 v0.13.1 |
2411 | 2025-03-21T00:07:05.392Z | Checking winnow v0.6.20 |
2412 | 2025-03-21T00:07:05.526Z | Checking zone v0.1.8 |
2413 | 2025-03-21T00:07:05.645Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2414 | 2025-03-21T00:07:05.796Z | Checking ron v0.7.1 |
2415 | 2025-03-21T00:07:05.848Z | Checking tabwriter v1.4.0 |
2416 | 2025-03-21T00:07:06.079Z | Checking slog-envlogger v2.2.0 |
2417 | 2025-03-21T00:07:06.124Z | Checking xz2 v0.1.7 |
2418 | 2025-03-21T00:07:06.149Z | Checking xattr v1.3.1 |
2419 | 2025-03-21T00:07:06.303Z | Checking pem v3.0.5 |
2420 | 2025-03-21T00:07:06.343Z | Checking yasna v0.5.2 |
2421 | 2025-03-21T00:07:06.422Z | Checking headers-core v0.3.0 |
2422 | 2025-03-21T00:07:06.564Z | Checking smf v0.2.3 |
2423 | 2025-03-21T00:07:06.590Z | Checking filetime v0.2.25 |
2424 | 2025-03-21T00:07:06.766Z | Checking same-file v1.0.6 |
2425 | 2025-03-21T00:07:06.791Z | Checking tar v0.4.44 |
2426 | 2025-03-21T00:07:06.938Z | Checking walkdir v2.5.0 |
2427 | 2025-03-21T00:07:06.984Z | Checking headers v0.4.0 |
2428 | 2025-03-21T00:07:07.095Z | Checking rcgen v0.12.1 |
2429 | 2025-03-21T00:07:07.211Z | Checking atomicwrites v0.4.4 |
2430 | 2025-03-21T00:07:07.414Z | Checking camino-tempfile v1.1.1 |
2431 | 2025-03-21T00:07:07.535Z | Checking subprocess v0.2.9 |
2432 | 2025-03-21T00:07:10.018Z | Compiling typify-macro v0.2.0 |
2433 | 2025-03-21T00:07:11.846Z | Compiling typify v0.2.0 |
2434 | 2025-03-21T00:07:11.968Z | Compiling progenitor-impl v0.8.0 |
2435 | 2025-03-21T00:07:15.354Z | Compiling progenitor-macro v0.8.0 |
2436 | 2025-03-21T00:07:19.528Z | Checking progenitor v0.8.0 |
2437 | 2025-03-21T00:07:19.707Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2438 | 2025-03-21T00:07:19.732Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2439 | 2025-03-21T00:07:23.230Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2440 | 2025-03-21T00:07:23.574Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2025-03-21T00:07:31.927Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2442 | 2025-03-21T00:07:34.075Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2443 | 2025-03-21T00:07:35.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.27s |
2444 | 2025-03-21T00:07:35.972Z | |
2445 | 2025-03-21T00:07:35.972Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/198) |
2446 | 2025-03-21T00:07:36.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-03-21T00:07:36.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-03-21T00:07:36.953Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2449 | 2025-03-21T00:07:38.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
2450 | 2025-03-21T00:07:38.907Z | |
2451 | 2025-03-21T00:07:38.907Z | info: running `cargo check --bins` on nexus-config (51/198) |
2452 | 2025-03-21T00:07:39.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2025-03-21T00:07:39.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2025-03-21T00:07:39.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2025-03-21T00:07:39.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2456 | 2025-03-21T00:07:39.846Z | |
2457 | 2025-03-21T00:07:39.846Z | info: running `cargo check --bins` on omicron-rpaths (52/198) |
2458 | 2025-03-21T00:07:40.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-03-21T00:07:40.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-03-21T00:07:40.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-03-21T00:07:40.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2462 | 2025-03-21T00:07:40.745Z | |
2463 | 2025-03-21T00:07:40.745Z | info: running `cargo check --bins` on omicron-certificates (53/198) |
2464 | 2025-03-21T00:07:41.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-03-21T00:07:41.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-03-21T00:07:41.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2025-03-21T00:07:41.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2468 | 2025-03-21T00:07:41.671Z | |
2469 | 2025-03-21T00:07:41.671Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/198) |
2470 | 2025-03-21T00:07:42.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2025-03-21T00:07:42.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2025-03-21T00:07:42.752Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2473 | 2025-03-21T00:07:42.784Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2474 | 2025-03-21T00:07:42.808Z | Compiling tempfile v3.13.0 |
2475 | 2025-03-21T00:07:42.834Z | Compiling wait-timeout v0.2.0 |
2476 | 2025-03-21T00:07:42.834Z | Compiling bit-vec v0.8.0 |
2477 | 2025-03-21T00:07:42.834Z | Compiling oxnet v0.1.1 |
2478 | 2025-03-21T00:07:42.834Z | Compiling progenitor-client v0.8.0 |
2479 | 2025-03-21T00:07:42.834Z | Compiling itertools v0.13.0 |
2480 | 2025-03-21T00:07:42.914Z | Compiling rand_xorshift v0.3.0 |
2481 | 2025-03-21T00:07:43.247Z | Compiling rusty-fork v0.3.0 |
2482 | 2025-03-21T00:07:43.291Z | Compiling bit-set v0.8.0 |
2483 | 2025-03-21T00:07:43.316Z | Compiling unarray v0.1.4 |
2484 | 2025-03-21T00:07:43.341Z | Compiling heapless v0.8.0 |
2485 | 2025-03-21T00:07:43.419Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2025-03-21T00:07:43.495Z | Compiling daft v0.1.2 |
2487 | 2025-03-21T00:07:43.531Z | Compiling progenitor v0.8.0 |
2488 | 2025-03-21T00:07:43.556Z | Compiling parse-display v0.10.0 |
2489 | 2025-03-21T00:07:43.581Z | Compiling thiserror v2.0.11 |
2490 | 2025-03-21T00:07:43.733Z | Compiling proptest v1.6.0 |
2491 | 2025-03-21T00:07:43.758Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2492 | 2025-03-21T00:07:43.879Z | Checking hash32 v0.3.1 |
2493 | 2025-03-21T00:07:43.943Z | Compiling instant v0.1.13 |
2494 | 2025-03-21T00:07:43.967Z | Compiling smoltcp v0.11.0 |
2495 | 2025-03-21T00:07:44.089Z | Compiling backoff v0.4.0 |
2496 | 2025-03-21T00:07:44.114Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2497 | 2025-03-21T00:07:44.114Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2498 | 2025-03-21T00:07:44.430Z | Compiling dropshot v0.16.0 |
2499 | 2025-03-21T00:07:44.584Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2500 | 2025-03-21T00:07:44.609Z | Compiling serde_with v3.12.0 |
2501 | 2025-03-21T00:07:44.784Z | Checking num-rational v0.4.2 |
2502 | 2025-03-21T00:07:44.933Z | Compiling progenitor-client v0.9.1 |
2503 | 2025-03-21T00:07:45.448Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2504 | 2025-03-21T00:07:45.477Z | Compiling phf_generator v0.11.2 |
2505 | 2025-03-21T00:07:45.662Z | Checking num-complex v0.4.6 |
2506 | 2025-03-21T00:07:46.663Z | Compiling macaddr v1.0.1 |
2507 | 2025-03-21T00:07:47.061Z | Checking cobs v0.2.3 |
2508 | 2025-03-21T00:07:47.193Z | Compiling num v0.4.3 |
2509 | 2025-03-21T00:07:47.256Z | Checking postcard v1.0.10 |
2510 | 2025-03-21T00:07:47.432Z | Compiling phf_codegen v0.11.2 |
2511 | 2025-03-21T00:07:47.725Z | Compiling parse-zoneinfo v0.3.1 |
2512 | 2025-03-21T00:07:47.765Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2513 | 2025-03-21T00:07:48.078Z | Checking float-ord v0.3.2 |
2514 | 2025-03-21T00:07:48.225Z | Compiling convert_case v0.4.0 |
2515 | 2025-03-21T00:07:49.097Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2516 | 2025-03-21T00:07:49.199Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2517 | 2025-03-21T00:07:49.356Z | Compiling derive_more v0.99.19 |
2518 | 2025-03-21T00:07:50.224Z | Compiling chrono-tz-build v0.4.0 |
2519 | 2025-03-21T00:07:50.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2520 | 2025-03-21T00:07:50.735Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2521 | 2025-03-21T00:07:51.190Z | Compiling crucible-workspace-hack v0.1.0 |
2522 | 2025-03-21T00:07:51.263Z | Compiling chrono-tz v0.10.1 |
2523 | 2025-03-21T00:07:51.342Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2524 | 2025-03-21T00:07:51.501Z | Checking newline-converter v0.3.0 |
2525 | 2025-03-21T00:07:51.671Z | Checking itertools v0.14.0 |
2526 | 2025-03-21T00:07:51.831Z | Checking prettyplease v0.2.30 |
2527 | 2025-03-21T00:07:52.176Z | Compiling slog-dtrace v0.3.0 |
2528 | 2025-03-21T00:07:52.486Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2529 | 2025-03-21T00:07:52.511Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2530 | 2025-03-21T00:07:52.906Z | Checking expectorate v1.1.0 |
2531 | 2025-03-21T00:07:53.141Z | Compiling zone_cfg_derive v0.3.0 |
2532 | 2025-03-21T00:07:53.166Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2533 | 2025-03-21T00:07:53.743Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2534 | 2025-03-21T00:07:53.906Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2535 | 2025-03-21T00:07:54.061Z | Compiling const_format_proc_macros v0.2.34 |
2536 | 2025-03-21T00:07:54.335Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2537 | 2025-03-21T00:07:54.372Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2538 | 2025-03-21T00:07:54.829Z | Compiling num-derive v0.4.2 |
2539 | 2025-03-21T00:07:54.882Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2540 | 2025-03-21T00:07:55.155Z | Checking highway v1.3.0 |
2541 | 2025-03-21T00:07:55.296Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2542 | 2025-03-21T00:07:55.404Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2543 | 2025-03-21T00:07:55.533Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2544 | 2025-03-21T00:07:55.591Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2545 | 2025-03-21T00:07:55.742Z | Checking const_format v0.2.34 |
2546 | 2025-03-21T00:07:55.845Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2547 | 2025-03-21T00:07:56.144Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2548 | 2025-03-21T00:07:56.173Z | Checking zone v0.3.0 |
2549 | 2025-03-21T00:07:56.305Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2550 | 2025-03-21T00:07:56.670Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2551 | 2025-03-21T00:07:56.909Z | Checking gethostname v0.5.0 |
2552 | 2025-03-21T00:07:57.047Z | Checking bcs v0.1.6 |
2553 | 2025-03-21T00:07:57.072Z | Checking nanorand v0.7.0 |
2554 | 2025-03-21T00:07:57.141Z | Compiling async-recursion v1.1.1 |
2555 | 2025-03-21T00:07:57.229Z | Checking termtree v0.5.1 |
2556 | 2025-03-21T00:07:57.414Z | Checking flume v0.11.1 |
2557 | 2025-03-21T00:07:57.732Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2558 | 2025-03-21T00:08:04.701Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2559 | 2025-03-21T00:08:08.654Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2560 | 2025-03-21T00:08:12.071Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2561 | 2025-03-21T00:08:13.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.17s |
2562 | 2025-03-21T00:08:14.029Z | |
2563 | 2025-03-21T00:08:14.029Z | info: running `cargo check --bins` on clickhouse-admin-api (55/198) |
2564 | 2025-03-21T00:08:14.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2025-03-21T00:08:14.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2025-03-21T00:08:14.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2025-03-21T00:08:14.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2568 | 2025-03-21T00:08:14.997Z | |
2569 | 2025-03-21T00:08:14.997Z | info: running `cargo check --bins` on clickhouse-admin-types (56/198) |
2570 | 2025-03-21T00:08:15.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-03-21T00:08:15.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-03-21T00:08:15.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2025-03-21T00:08:15.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2574 | 2025-03-21T00:08:15.934Z | |
2575 | 2025-03-21T00:08:15.934Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/198) |
2576 | 2025-03-21T00:08:16.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2025-03-21T00:08:16.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2025-03-21T00:08:16.905Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2579 | 2025-03-21T00:08:17.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2580 | 2025-03-21T00:08:17.806Z | |
2581 | 2025-03-21T00:08:17.806Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/198) |
2582 | 2025-03-21T00:08:18.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-03-21T00:08:18.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-03-21T00:08:18.820Z | Compiling cfg_aliases v0.1.1 |
2585 | 2025-03-21T00:08:18.821Z | Compiling vte_generate_state_changes v0.1.2 |
2586 | 2025-03-21T00:08:18.845Z | Checking fd-lock v4.0.2 |
2587 | 2025-03-21T00:08:18.846Z | Checking nibble_vec v0.1.0 |
2588 | 2025-03-21T00:08:18.846Z | Checking bytecount v0.6.8 |
2589 | 2025-03-21T00:08:18.846Z | Checking endian-type v0.1.2 |
2590 | 2025-03-21T00:08:18.846Z | Compiling tabled_derive v0.7.0 |
2591 | 2025-03-21T00:08:18.886Z | Compiling peg-macros v0.8.5 |
2592 | 2025-03-21T00:08:18.980Z | Compiling nix v0.28.0 |
2593 | 2025-03-21T00:08:19.083Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2594 | 2025-03-21T00:08:19.111Z | Checking radix_trie v0.2.1 |
2595 | 2025-03-21T00:08:19.136Z | Checking papergrid v0.11.0 |
2596 | 2025-03-21T00:08:19.161Z | Compiling sqlparser_derive v0.2.2 |
2597 | 2025-03-21T00:08:19.399Z | Checking vte v0.11.1 |
2598 | 2025-03-21T00:08:19.497Z | Checking unicode_categories v0.1.1 |
2599 | 2025-03-21T00:08:19.789Z | Checking home v0.5.9 |
2600 | 2025-03-21T00:08:19.951Z | Checking nu-ansi-term v0.50.1 |
2601 | 2025-03-21T00:08:20.007Z | Checking sqlformat v0.2.6 |
2602 | 2025-03-21T00:08:20.034Z | Checking sqlparser v0.45.0 |
2603 | 2025-03-21T00:08:20.324Z | Checking display-error-chain v0.2.2 |
2604 | 2025-03-21T00:08:20.519Z | Checking strip-ansi-escapes v0.2.0 |
2605 | 2025-03-21T00:08:20.670Z | Checking reedline v0.38.0 |
2606 | 2025-03-21T00:08:20.833Z | Checking tabled v0.15.0 |
2607 | 2025-03-21T00:08:21.105Z | Checking peg v0.8.5 |
2608 | 2025-03-21T00:08:21.710Z | Checking rustyline v14.0.0 |
2609 | 2025-03-21T00:08:33.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.05s |
2610 | 2025-03-21T00:08:34.047Z | |
2611 | 2025-03-21T00:08:34.047Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/198) |
2612 | 2025-03-21T00:08:34.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-03-21T00:08:34.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-03-21T00:08:35.046Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2615 | 2025-03-21T00:08:42.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.08s |
2616 | 2025-03-21T00:08:42.329Z | |
2617 | 2025-03-21T00:08:42.329Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/198) |
2618 | 2025-03-21T00:08:43.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-03-21T00:08:43.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-03-21T00:08:43.361Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2621 | 2025-03-21T00:08:48.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
2622 | 2025-03-21T00:08:48.348Z | |
2623 | 2025-03-21T00:08:48.348Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/198) |
2624 | 2025-03-21T00:08:49.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-03-21T00:08:49.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-03-21T00:08:49.330Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2627 | 2025-03-21T00:08:55.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s |
2628 | 2025-03-21T00:08:56.069Z | |
2629 | 2025-03-21T00:08:56.069Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/198) |
2630 | 2025-03-21T00:08:56.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-03-21T00:08:56.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-03-21T00:08:57.057Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2633 | 2025-03-21T00:09:03.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.47s |
2634 | 2025-03-21T00:09:03.735Z | |
2635 | 2025-03-21T00:09:03.735Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/198) |
2636 | 2025-03-21T00:09:04.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-03-21T00:09:04.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-03-21T00:09:04.721Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2639 | 2025-03-21T00:09:09.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
2640 | 2025-03-21T00:09:09.795Z | |
2641 | 2025-03-21T00:09:09.795Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/198) |
2642 | 2025-03-21T00:09:10.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-03-21T00:09:10.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-03-21T00:09:10.758Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2645 | 2025-03-21T00:09:15.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
2646 | 2025-03-21T00:09:15.907Z | |
2647 | 2025-03-21T00:09:15.907Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/198) |
2648 | 2025-03-21T00:09:16.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-03-21T00:09:16.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-03-21T00:09:16.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2025-03-21T00:09:23.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s |
2652 | 2025-03-21T00:09:23.795Z | |
2653 | 2025-03-21T00:09:23.795Z | info: running `cargo check --bins` on oximeter (66/198) |
2654 | 2025-03-21T00:09:24.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-03-21T00:09:24.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-03-21T00:09:24.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-03-21T00:09:24.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2658 | 2025-03-21T00:09:24.718Z | |
2659 | 2025-03-21T00:09:24.718Z | info: running `cargo check --bins` on oximeter-macro-impl (67/198) |
2660 | 2025-03-21T00:09:25.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-03-21T00:09:25.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-03-21T00:09:25.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-03-21T00:09:25.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2664 | 2025-03-21T00:09:25.563Z | |
2665 | 2025-03-21T00:09:25.563Z | info: running `cargo check --bins` on oximeter-schema (68/198) |
2666 | 2025-03-21T00:09:26.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-03-21T00:09:26.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-03-21T00:09:26.474Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2669 | 2025-03-21T00:09:29.034Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2670 | 2025-03-21T00:09:30.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2671 | 2025-03-21T00:09:30.441Z | |
2672 | 2025-03-21T00:09:30.441Z | info: running `cargo check --bins` on oximeter-types (69/198) |
2673 | 2025-03-21T00:09:31.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2025-03-21T00:09:31.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2025-03-21T00:09:31.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2025-03-21T00:09:31.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2677 | 2025-03-21T00:09:31.356Z | |
2678 | 2025-03-21T00:09:31.356Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/198) |
2679 | 2025-03-21T00:09:32.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-03-21T00:09:32.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-03-21T00:09:32.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-03-21T00:09:32.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2683 | 2025-03-21T00:09:32.275Z | |
2684 | 2025-03-21T00:09:32.275Z | info: running `cargo check --bins` on oxql-types (71/198) |
2685 | 2025-03-21T00:09:33.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-03-21T00:09:33.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-03-21T00:09:33.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-03-21T00:09:33.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2689 | 2025-03-21T00:09:33.190Z | |
2690 | 2025-03-21T00:09:33.190Z | info: running `cargo check --bins` on oximeter-test-utils (72/198) |
2691 | 2025-03-21T00:09:34.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-03-21T00:09:34.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-03-21T00:09:34.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-03-21T00:09:34.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2695 | 2025-03-21T00:09:34.124Z | |
2696 | 2025-03-21T00:09:34.124Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/198) |
2697 | 2025-03-21T00:09:34.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-03-21T00:09:34.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-03-21T00:09:34.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-03-21T00:09:34.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2701 | 2025-03-21T00:09:35.034Z | |
2702 | 2025-03-21T00:09:35.034Z | info: running `cargo check --bins` on bootstrap-agent-client (74/198) |
2703 | 2025-03-21T00:09:35.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-03-21T00:09:35.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-03-21T00:09:35.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-03-21T00:09:35.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2707 | 2025-03-21T00:09:35.964Z | |
2708 | 2025-03-21T00:09:35.964Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/198) |
2709 | 2025-03-21T00:09:36.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-03-21T00:09:36.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-03-21T00:09:36.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-03-21T00:09:36.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2713 | 2025-03-21T00:09:36.870Z | |
2714 | 2025-03-21T00:09:36.870Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/198) |
2715 | 2025-03-21T00:09:37.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-03-21T00:09:37.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-03-21T00:09:37.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-03-21T00:09:37.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2719 | 2025-03-21T00:09:37.790Z | |
2720 | 2025-03-21T00:09:37.790Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/198) |
2721 | 2025-03-21T00:09:38.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-03-21T00:09:38.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-03-21T00:09:38.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-03-21T00:09:38.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2725 | 2025-03-21T00:09:38.700Z | |
2726 | 2025-03-21T00:09:38.700Z | info: running `cargo check --bins` on cockroach-admin-client (78/198) |
2727 | 2025-03-21T00:09:39.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-03-21T00:09:39.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-03-21T00:09:39.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2025-03-21T00:09:39.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2731 | 2025-03-21T00:09:39.594Z | |
2732 | 2025-03-21T00:09:39.594Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/198) |
2733 | 2025-03-21T00:09:40.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2025-03-21T00:09:40.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2025-03-21T00:09:40.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2025-03-21T00:09:40.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2737 | 2025-03-21T00:09:40.514Z | |
2738 | 2025-03-21T00:09:40.514Z | info: running `cargo check --bins` on dns-service-client (80/198) |
2739 | 2025-03-21T00:09:41.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2025-03-21T00:09:41.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2025-03-21T00:09:41.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2025-03-21T00:09:41.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2743 | 2025-03-21T00:09:41.424Z | |
2744 | 2025-03-21T00:09:41.424Z | info: running `cargo check --bins` on internal-dns-types (81/198) |
2745 | 2025-03-21T00:09:42.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2025-03-21T00:09:42.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2025-03-21T00:09:42.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2025-03-21T00:09:42.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2749 | 2025-03-21T00:09:42.330Z | |
2750 | 2025-03-21T00:09:42.330Z | info: running `cargo check --bins` on dpd-client (82/198) |
2751 | 2025-03-21T00:09:43.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2025-03-21T00:09:43.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2025-03-21T00:09:43.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2025-03-21T00:09:43.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2755 | 2025-03-21T00:09:43.205Z | |
2756 | 2025-03-21T00:09:43.205Z | info: running `cargo check --bins` on gateway-client (83/198) |
2757 | 2025-03-21T00:09:43.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2025-03-21T00:09:43.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2025-03-21T00:09:43.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2025-03-21T00:09:43.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2761 | 2025-03-21T00:09:44.073Z | |
2762 | 2025-03-21T00:09:44.073Z | info: running `cargo check --bins` on installinator-client (84/198) |
2763 | 2025-03-21T00:09:44.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2025-03-21T00:09:44.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2025-03-21T00:09:44.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2025-03-21T00:09:44.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2767 | 2025-03-21T00:09:45.002Z | |
2768 | 2025-03-21T00:09:45.002Z | info: running `cargo check --bins` on installinator-common (85/198) |
2769 | 2025-03-21T00:09:45.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2025-03-21T00:09:45.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2025-03-21T00:09:45.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2025-03-21T00:09:45.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2773 | 2025-03-21T00:09:45.914Z | |
2774 | 2025-03-21T00:09:45.914Z | info: running `cargo check --bins` on update-engine (86/198) |
2775 | 2025-03-21T00:09:46.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2025-03-21T00:09:46.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2025-03-21T00:09:46.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2025-03-21T00:09:46.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2779 | 2025-03-21T00:09:46.797Z | |
2780 | 2025-03-21T00:09:46.797Z | info: running `cargo check --bins` on nexus-client (87/198) |
2781 | 2025-03-21T00:09:47.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-03-21T00:09:47.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-03-21T00:09:47.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-03-21T00:09:47.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2785 | 2025-03-21T00:09:47.749Z | |
2786 | 2025-03-21T00:09:47.749Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/198) |
2787 | 2025-03-21T00:09:48.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-03-21T00:09:48.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-03-21T00:09:48.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-03-21T00:09:48.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2791 | 2025-03-21T00:09:48.707Z | |
2792 | 2025-03-21T00:09:48.707Z | info: running `cargo check --bins` on omicron-passwords (89/198) |
2793 | 2025-03-21T00:09:49.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-03-21T00:09:49.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-03-21T00:09:49.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-03-21T00:09:49.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2797 | 2025-03-21T00:09:49.590Z | |
2798 | 2025-03-21T00:09:49.590Z | info: running `cargo check --bins` on nexus-types (90/198) |
2799 | 2025-03-21T00:09:50.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-03-21T00:09:50.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-03-21T00:09:50.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-03-21T00:09:50.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2803 | 2025-03-21T00:09:50.515Z | |
2804 | 2025-03-21T00:09:50.515Z | info: running `cargo check --bins` on id-map (91/198) |
2805 | 2025-03-21T00:09:51.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-03-21T00:09:51.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-03-21T00:09:51.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-03-21T00:09:51.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2809 | 2025-03-21T00:09:51.358Z | |
2810 | 2025-03-21T00:09:51.358Z | info: running `cargo check --bins` on oxide-client (92/198) |
2811 | 2025-03-21T00:09:52.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-03-21T00:09:52.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-03-21T00:09:52.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-03-21T00:09:52.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2815 | 2025-03-21T00:09:52.232Z | |
2816 | 2025-03-21T00:09:52.232Z | info: running `cargo check --bins` on oximeter-client (93/198) |
2817 | 2025-03-21T00:09:53.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-03-21T00:09:53.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-03-21T00:09:53.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-03-21T00:09:53.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2821 | 2025-03-21T00:09:53.146Z | |
2822 | 2025-03-21T00:09:53.146Z | info: running `cargo check --bins` on repo-depot-client (94/198) |
2823 | 2025-03-21T00:09:53.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-03-21T00:09:53.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-03-21T00:09:53.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-03-21T00:09:53.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2827 | 2025-03-21T00:09:54.034Z | |
2828 | 2025-03-21T00:09:54.035Z | info: running `cargo check --bins` on sled-agent-client (95/198) |
2829 | 2025-03-21T00:09:54.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-03-21T00:09:54.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-03-21T00:09:54.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-03-21T00:09:54.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2833 | 2025-03-21T00:09:54.965Z | |
2834 | 2025-03-21T00:09:54.965Z | info: running `cargo check --bins` on wicketd-client (96/198) |
2835 | 2025-03-21T00:09:55.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-03-21T00:09:55.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-03-21T00:09:55.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-03-21T00:09:55.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2839 | 2025-03-21T00:09:55.919Z | |
2840 | 2025-03-21T00:09:55.919Z | info: running `cargo check --bins` on sled-agent-types (97/198) |
2841 | 2025-03-21T00:09:56.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-03-21T00:09:56.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-03-21T00:09:56.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2025-03-21T00:09:56.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2845 | 2025-03-21T00:09:56.844Z | |
2846 | 2025-03-21T00:09:56.844Z | info: running `cargo check --bins` on wicket-common (98/198) |
2847 | 2025-03-21T00:09:57.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-03-21T00:09:57.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-03-21T00:09:57.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2025-03-21T00:09:57.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2851 | 2025-03-21T00:09:57.770Z | |
2852 | 2025-03-21T00:09:57.770Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/198) |
2853 | 2025-03-21T00:09:58.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-03-21T00:09:58.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-03-21T00:09:58.694Z | Checking csv-core v0.1.11 |
2856 | 2025-03-21T00:09:58.694Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2857 | 2025-03-21T00:09:58.719Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2858 | 2025-03-21T00:09:58.719Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2859 | 2025-03-21T00:09:58.972Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2860 | 2025-03-21T00:09:58.997Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2861 | 2025-03-21T00:09:59.023Z | Checking csv v1.3.1 |
2862 | 2025-03-21T00:09:59.724Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2863 | 2025-03-21T00:10:00.177Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2864 | 2025-03-21T00:10:02.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
2865 | 2025-03-21T00:10:02.401Z | |
2866 | 2025-03-21T00:10:02.401Z | info: running `cargo check --bins` on cockroach-admin-api (100/198) |
2867 | 2025-03-21T00:10:03.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-03-21T00:10:03.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-03-21T00:10:03.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-03-21T00:10:03.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2871 | 2025-03-21T00:10:03.312Z | |
2872 | 2025-03-21T00:10:03.312Z | info: running `cargo check --bins` on cockroach-admin-types (101/198) |
2873 | 2025-03-21T00:10:04.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-03-21T00:10:04.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-03-21T00:10:04.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-03-21T00:10:04.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2877 | 2025-03-21T00:10:04.198Z | |
2878 | 2025-03-21T00:10:04.198Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/198) |
2879 | 2025-03-21T00:10:05.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-03-21T00:10:05.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-03-21T00:10:05.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-03-21T00:10:05.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2883 | 2025-03-21T00:10:05.205Z | |
2884 | 2025-03-21T00:10:05.206Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/198) |
2885 | 2025-03-21T00:10:06.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-03-21T00:10:06.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-03-21T00:10:06.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-03-21T00:10:06.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2889 | 2025-03-21T00:10:06.197Z | |
2890 | 2025-03-21T00:10:06.197Z | info: running `cargo check --bins` on dns-server (104/198) |
2891 | 2025-03-21T00:10:06.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-03-21T00:10:06.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-03-21T00:10:07.094Z | Compiling typify-impl v0.3.0 |
2894 | 2025-03-21T00:10:07.126Z | Compiling parking_lot_core v0.8.6 |
2895 | 2025-03-21T00:10:07.151Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2896 | 2025-03-21T00:10:07.151Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2897 | 2025-03-21T00:10:07.151Z | Checking fxhash v0.2.1 |
2898 | 2025-03-21T00:10:07.176Z | Checking hickory-client v0.24.4 |
2899 | 2025-03-21T00:10:07.176Z | Checking hickory-server v0.24.4 |
2900 | 2025-03-21T00:10:07.865Z | Checking parking_lot v0.11.2 |
2901 | 2025-03-21T00:10:08.015Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2902 | 2025-03-21T00:10:08.172Z | Checking sled v0.34.7 |
2903 | 2025-03-21T00:10:13.599Z | Compiling typify-macro v0.3.0 |
2904 | 2025-03-21T00:10:15.351Z | Compiling typify v0.3.0 |
2905 | 2025-03-21T00:10:15.458Z | Compiling progenitor-impl v0.9.1 |
2906 | 2025-03-21T00:10:18.514Z | Compiling progenitor-macro v0.9.1 |
2907 | 2025-03-21T00:10:22.477Z | Checking progenitor v0.9.1 |
2908 | 2025-03-21T00:10:22.678Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2909 | 2025-03-21T00:10:23.320Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2910 | 2025-03-21T00:10:25.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s |
2911 | 2025-03-21T00:10:25.286Z | |
2912 | 2025-03-21T00:10:25.286Z | info: running `cargo check --bins` on dns-server-api (105/198) |
2913 | 2025-03-21T00:10:26.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-03-21T00:10:26.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-03-21T00:10:26.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2025-03-21T00:10:26.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2917 | 2025-03-21T00:10:26.319Z | |
2918 | 2025-03-21T00:10:26.319Z | info: running `cargo check --bins` on openapi-manager-types (106/198) |
2919 | 2025-03-21T00:10:27.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-03-21T00:10:27.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-03-21T00:10:27.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2025-03-21T00:10:27.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2923 | 2025-03-21T00:10:27.324Z | |
2924 | 2025-03-21T00:10:27.324Z | info: running `cargo check --bins` on gateway-test-utils (107/198) |
2925 | 2025-03-21T00:10:28.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-03-21T00:10:28.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-03-21T00:10:28.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-03-21T00:10:28.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2929 | 2025-03-21T00:10:28.432Z | |
2930 | 2025-03-21T00:10:28.432Z | info: running `cargo check --bins` on gateway-types (108/198) |
2931 | 2025-03-21T00:10:29.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-03-21T00:10:29.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-03-21T00:10:29.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2025-03-21T00:10:29.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2935 | 2025-03-21T00:10:29.428Z | |
2936 | 2025-03-21T00:10:29.428Z | info: running `cargo check --bins` on ipcc (109/198) |
2937 | 2025-03-21T00:10:30.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2025-03-21T00:10:30.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2025-03-21T00:10:30.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2940 | 2025-03-21T00:10:30.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2941 | 2025-03-21T00:10:30.310Z | |
2942 | 2025-03-21T00:10:30.310Z | info: running `cargo check --bins` on omicron-gateway (110/198) |
2943 | 2025-03-21T00:10:31.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-03-21T00:10:31.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-03-21T00:10:31.264Z | Compiling semver v0.1.20 |
2946 | 2025-03-21T00:10:31.264Z | Compiling radium v0.7.0 |
2947 | 2025-03-21T00:10:31.289Z | Checking tap v1.0.1 |
2948 | 2025-03-21T00:10:31.289Z | Compiling maybe-uninit v2.0.0 |
2949 | 2025-03-21T00:10:31.354Z | Checking password-hash v0.5.0 |
2950 | 2025-03-21T00:10:31.379Z | Checking blake2 v0.10.6 |
2951 | 2025-03-21T00:10:31.379Z | Compiling packed_struct v0.10.1 |
2952 | 2025-03-21T00:10:31.379Z | Checking crc-catalog v2.4.0 |
2953 | 2025-03-21T00:10:31.491Z | Checking wyz v0.5.1 |
2954 | 2025-03-21T00:10:31.593Z | Compiling rustc_version v0.1.7 |
2955 | 2025-03-21T00:10:31.788Z | Checking funty v2.0.0 |
2956 | 2025-03-21T00:10:31.812Z | Compiling cancel-safe-futures v0.1.5 |
2957 | 2025-03-21T00:10:31.812Z | Compiling owo-colors v4.2.0 |
2958 | 2025-03-21T00:10:31.851Z | Checking argon2 v0.5.3 |
2959 | 2025-03-21T00:10:31.949Z | Checking crc v3.2.1 |
2960 | 2025-03-21T00:10:31.982Z | Compiling newtype_derive v0.1.6 |
2961 | 2025-03-21T00:10:32.007Z | Compiling packed_struct_codegen v0.10.1 |
2962 | 2025-03-21T00:10:32.168Z | Checking libsw-core v0.3.1 |
2963 | 2025-03-21T00:10:32.193Z | Compiling indexmap v1.9.3 |
2964 | 2025-03-21T00:10:32.333Z | Checking half v2.4.1 |
2965 | 2025-03-21T00:10:32.362Z | Checking fixedbitset v0.5.7 |
2966 | 2025-03-21T00:10:32.406Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2967 | 2025-03-21T00:10:32.462Z | Checking ciborium-io v0.2.2 |
2968 | 2025-03-21T00:10:32.487Z | Checking nodrop v0.1.14 |
2969 | 2025-03-21T00:10:32.512Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2970 | 2025-03-21T00:10:32.537Z | Checking bitvec v1.0.1 |
2971 | 2025-03-21T00:10:32.623Z | Checking array-init v0.0.4 |
2972 | 2025-03-21T00:10:32.715Z | Checking petgraph v0.7.1 |
2973 | 2025-03-21T00:10:32.740Z | Checking libsw v3.4.0 |
2974 | 2025-03-21T00:10:32.768Z | Checking ciborium-ll v0.2.2 |
2975 | 2025-03-21T00:10:32.976Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2976 | 2025-03-21T00:10:33.060Z | Checking smallvec v0.6.14 |
2977 | 2025-03-21T00:10:33.301Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2978 | 2025-03-21T00:10:33.391Z | Checking swrite v0.1.0 |
2979 | 2025-03-21T00:10:33.427Z | Checking termcolor v1.4.1 |
2980 | 2025-03-21T00:10:33.527Z | Checking bitfield v0.14.0 |
2981 | 2025-03-21T00:10:33.594Z | Checking linear-map v1.2.0 |
2982 | 2025-03-21T00:10:33.784Z | Checking hashbrown v0.12.3 |
2983 | 2025-03-21T00:10:33.809Z | Checking indent_write v2.2.0 |
2984 | 2025-03-21T00:10:33.886Z | Checking ron v0.8.1 |
2985 | 2025-03-21T00:10:34.012Z | Checking env_logger v0.10.2 |
2986 | 2025-03-21T00:10:34.036Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2987 | 2025-03-21T00:10:34.036Z | Checking serde-hex v0.1.0 |
2988 | 2025-03-21T00:10:34.150Z | Checking ciborium v0.2.2 |
2989 | 2025-03-21T00:10:34.384Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2990 | 2025-03-21T00:10:34.917Z | Checking steno v0.4.1 |
2991 | 2025-03-21T00:10:35.162Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2992 | 2025-03-21T00:10:35.214Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2993 | 2025-03-21T00:10:35.331Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2994 | 2025-03-21T00:10:35.420Z | Checking hashbrown v0.13.2 |
2995 | 2025-03-21T00:10:35.444Z | Checking crc-any v2.5.0 |
2996 | 2025-03-21T00:10:35.490Z | Checking humantime v2.1.0 |
2997 | 2025-03-21T00:10:35.747Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2998 | 2025-03-21T00:10:35.787Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2999 | 2025-03-21T00:10:35.982Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3000 | 2025-03-21T00:10:36.179Z | Checking object v0.30.4 |
3001 | 2025-03-21T00:10:36.237Z | Checking path-slash v0.1.5 |
3002 | 2025-03-21T00:10:36.264Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3003 | 2025-03-21T00:10:36.467Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3004 | 2025-03-21T00:10:36.801Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3005 | 2025-03-21T00:10:37.042Z | Checking nix v0.27.1 |
3006 | 2025-03-21T00:10:37.089Z | Checking tungstenite v0.23.0 |
3007 | 2025-03-21T00:10:37.226Z | Checking kstat-rs v0.2.4 |
3008 | 2025-03-21T00:10:37.546Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3009 | 2025-03-21T00:10:37.638Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3010 | 2025-03-21T00:10:37.708Z | Checking signal-hook-tokio v0.3.1 |
3011 | 2025-03-21T00:10:37.878Z | Checking tokio-tungstenite v0.23.1 |
3012 | 2025-03-21T00:10:37.942Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3013 | 2025-03-21T00:10:38.636Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3014 | 2025-03-21T00:10:46.793Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3015 | 2025-03-21T00:10:48.515Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3016 | 2025-03-21T00:10:51.925Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3017 | 2025-03-21T00:10:59.049Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3018 | 2025-03-21T00:10:59.915Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3019 | 2025-03-21T00:11:03.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s |
3020 | 2025-03-21T00:11:03.692Z | |
3021 | 2025-03-21T00:11:03.692Z | info: running `cargo check --bins` on gateway-api (111/198) |
3022 | 2025-03-21T00:11:04.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-03-21T00:11:04.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-03-21T00:11:04.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-03-21T00:11:04.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3026 | 2025-03-21T00:11:04.564Z | |
3027 | 2025-03-21T00:11:04.564Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/198) |
3028 | 2025-03-21T00:11:05.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-03-21T00:11:05.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-03-21T00:11:05.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-03-21T00:11:05.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3032 | 2025-03-21T00:11:05.400Z | |
3033 | 2025-03-21T00:11:05.400Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/198) |
3034 | 2025-03-21T00:11:06.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-03-21T00:11:06.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-03-21T00:11:06.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-03-21T00:11:06.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3038 | 2025-03-21T00:11:06.258Z | |
3039 | 2025-03-21T00:11:06.258Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/198) |
3040 | 2025-03-21T00:11:07.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-03-21T00:11:07.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-03-21T00:11:07.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-03-21T00:11:07.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3044 | 2025-03-21T00:11:07.115Z | |
3045 | 2025-03-21T00:11:07.115Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/198) |
3046 | 2025-03-21T00:11:07.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-03-21T00:11:07.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-03-21T00:11:07.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-03-21T00:11:07.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3050 | 2025-03-21T00:11:08.024Z | |
3051 | 2025-03-21T00:11:08.024Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/198) |
3052 | 2025-03-21T00:11:08.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-03-21T00:11:08.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-03-21T00:11:08.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-03-21T00:11:08.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3056 | 2025-03-21T00:11:08.915Z | |
3057 | 2025-03-21T00:11:08.916Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/198) |
3058 | 2025-03-21T00:11:09.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-03-21T00:11:09.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-03-21T00:11:09.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-03-21T00:11:09.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3062 | 2025-03-21T00:11:09.795Z | |
3063 | 2025-03-21T00:11:09.795Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/198) |
3064 | 2025-03-21T00:11:10.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-03-21T00:11:10.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-03-21T00:11:10.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-03-21T00:11:10.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3068 | 2025-03-21T00:11:10.672Z | |
3069 | 2025-03-21T00:11:10.672Z | info: running `cargo check --bins` on oximeter-producer (119/198) |
3070 | 2025-03-21T00:11:11.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-03-21T00:11:11.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-03-21T00:11:11.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2025-03-21T00:11:11.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3074 | 2025-03-21T00:11:11.604Z | |
3075 | 2025-03-21T00:11:11.604Z | info: running `cargo check --bins` on internal-dns-resolver (120/198) |
3076 | 2025-03-21T00:11:12.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2025-03-21T00:11:12.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2025-03-21T00:11:12.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2025-03-21T00:11:12.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3080 | 2025-03-21T00:11:12.500Z | |
3081 | 2025-03-21T00:11:12.500Z | info: running `cargo check --bins` on sp-sim (121/198) |
3082 | 2025-03-21T00:11:13.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2025-03-21T00:11:13.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2025-03-21T00:11:13.390Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3085 | 2025-03-21T00:11:13.842Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3086 | 2025-03-21T00:11:16.020Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3087 | 2025-03-21T00:11:18.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
3088 | 2025-03-21T00:11:18.423Z | |
3089 | 2025-03-21T00:11:18.423Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/198) |
3090 | 2025-03-21T00:11:19.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-03-21T00:11:19.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-03-21T00:11:19.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-03-21T00:11:19.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3094 | 2025-03-21T00:11:19.361Z | |
3095 | 2025-03-21T00:11:19.361Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/198) |
3096 | 2025-03-21T00:11:20.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-03-21T00:11:20.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-03-21T00:11:20.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2025-03-21T00:11:20.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3100 | 2025-03-21T00:11:20.301Z | |
3101 | 2025-03-21T00:11:20.301Z | info: running `cargo check --bins` on db-macros (124/198) |
3102 | 2025-03-21T00:11:21.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2025-03-21T00:11:21.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2025-03-21T00:11:21.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2025-03-21T00:11:21.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3106 | 2025-03-21T00:11:21.162Z | |
3107 | 2025-03-21T00:11:21.162Z | info: running `cargo check --bins` on nexus-macros-common (125/198) |
3108 | 2025-03-21T00:11:21.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2025-03-21T00:11:21.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2025-03-21T00:11:21.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3111 | 2025-03-21T00:11:21.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3112 | 2025-03-21T00:11:22.005Z | |
3113 | 2025-03-21T00:11:22.005Z | info: running `cargo check --bins` on nexus-auth (126/198) |
3114 | 2025-03-21T00:11:22.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2025-03-21T00:11:22.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2025-03-21T00:11:22.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3117 | 2025-03-21T00:11:22.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3118 | 2025-03-21T00:11:22.969Z | |
3119 | 2025-03-21T00:11:22.969Z | info: running `cargo check --bins` on authz-macros (127/198) |
3120 | 2025-03-21T00:11:23.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2025-03-21T00:11:23.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2025-03-21T00:11:23.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3123 | 2025-03-21T00:11:23.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3124 | 2025-03-21T00:11:23.836Z | |
3125 | 2025-03-21T00:11:23.836Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/198) |
3126 | 2025-03-21T00:11:24.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2025-03-21T00:11:24.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2025-03-21T00:11:24.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2025-03-21T00:11:24.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3130 | 2025-03-21T00:11:24.767Z | |
3131 | 2025-03-21T00:11:24.767Z | info: running `cargo check --bins` on nexus-db-model (129/198) |
3132 | 2025-03-21T00:11:25.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2025-03-21T00:11:25.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2025-03-21T00:11:25.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3135 | 2025-03-21T00:11:25.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3136 | 2025-03-21T00:11:25.740Z | |
3137 | 2025-03-21T00:11:25.740Z | info: running `cargo check --bins` on nexus-defaults (130/198) |
3138 | 2025-03-21T00:11:26.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2025-03-21T00:11:26.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2025-03-21T00:11:26.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3141 | 2025-03-21T00:11:26.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3142 | 2025-03-21T00:11:26.618Z | |
3143 | 2025-03-21T00:11:26.619Z | info: running `cargo check --bins` on nexus-inventory (131/198) |
3144 | 2025-03-21T00:11:27.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2025-03-21T00:11:27.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2025-03-21T00:11:27.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2025-03-21T00:11:27.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3148 | 2025-03-21T00:11:27.588Z | |
3149 | 2025-03-21T00:11:27.588Z | info: running `cargo check --bins` on typed-rng (132/198) |
3150 | 2025-03-21T00:11:28.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2025-03-21T00:11:28.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2025-03-21T00:11:28.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3153 | 2025-03-21T00:11:28.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3154 | 2025-03-21T00:11:28.484Z | |
3155 | 2025-03-21T00:11:28.484Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/198) |
3156 | 2025-03-21T00:11:29.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-03-21T00:11:29.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-03-21T00:11:29.553Z | Checking keccak v0.1.5 |
3159 | 2025-03-21T00:11:29.583Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3160 | 2025-03-21T00:11:29.609Z | Checking secrecy v0.8.0 |
3161 | 2025-03-21T00:11:29.609Z | Compiling unicase v2.7.0 |
3162 | 2025-03-21T00:11:29.609Z | Compiling same-file v1.0.6 |
3163 | 2025-03-21T00:11:29.664Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3164 | 2025-03-21T00:11:29.690Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3165 | 2025-03-21T00:11:29.690Z | Compiling thiserror-impl-no-std v2.0.2 |
3166 | 2025-03-21T00:11:29.803Z | Checking universal-hash v0.5.1 |
3167 | 2025-03-21T00:11:29.881Z | Checking sha3 v0.10.8 |
3168 | 2025-03-21T00:11:29.926Z | Compiling walkdir v2.5.0 |
3169 | 2025-03-21T00:11:29.968Z | Compiling blake3 v1.5.4 |
3170 | 2025-03-21T00:11:29.993Z | Checking opaque-debug v0.3.1 |
3171 | 2025-03-21T00:11:30.018Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3172 | 2025-03-21T00:11:30.094Z | Checking poly1305 v0.8.0 |
3173 | 2025-03-21T00:11:30.161Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3174 | 2025-03-21T00:11:30.186Z | Checking chacha20 v0.9.1 |
3175 | 2025-03-21T00:11:30.243Z | Checking aead v0.5.2 |
3176 | 2025-03-21T00:11:30.303Z | Compiling memmap2 v0.9.5 |
3177 | 2025-03-21T00:11:30.473Z | Compiling arrayvec v0.7.6 |
3178 | 2025-03-21T00:11:30.512Z | Compiling salty v0.3.0 |
3179 | 2025-03-21T00:11:30.537Z | Compiling libefi-sys v0.1.0 |
3180 | 2025-03-21T00:11:30.572Z | Compiling constant_time_eq v0.3.1 |
3181 | 2025-03-21T00:11:30.678Z | Compiling arrayref v0.3.9 |
3182 | 2025-03-21T00:11:30.777Z | Checking chacha20poly1305 v0.10.1 |
3183 | 2025-03-21T00:11:30.830Z | Compiling toolchain_find v0.4.0 |
3184 | 2025-03-21T00:11:30.912Z | Compiling camino-tempfile v1.1.1 |
3185 | 2025-03-21T00:11:30.939Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3186 | 2025-03-21T00:11:30.967Z | Compiling bitfield-struct v0.6.2 |
3187 | 2025-03-21T00:11:31.217Z | Compiling topological-sort v0.2.2 |
3188 | 2025-03-21T00:11:31.333Z | Compiling mime_guess v2.0.5 |
3189 | 2025-03-21T00:11:31.358Z | Compiling rustfmt-wrapper v0.2.1 |
3190 | 2025-03-21T00:11:31.782Z | Compiling omicron-zone-package v0.12.0 |
3191 | 2025-03-21T00:11:31.849Z | Compiling progenitor v0.9.1 |
3192 | 2025-03-21T00:11:31.925Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3193 | 2025-03-21T00:11:32.022Z | Checking thiserror-no-std v2.0.2 |
3194 | 2025-03-21T00:11:32.067Z | Checking primeorder v0.13.6 |
3195 | 2025-03-21T00:11:32.121Z | Checking env_filter v0.1.2 |
3196 | 2025-03-21T00:11:32.147Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3197 | 2025-03-21T00:11:32.172Z | Checking vsss-rs v3.3.4 |
3198 | 2025-03-21T00:11:32.207Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3199 | 2025-03-21T00:11:32.354Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3200 | 2025-03-21T00:11:32.378Z | Checking env_logger v0.11.5 |
3201 | 2025-03-21T00:11:32.430Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3202 | 2025-03-21T00:11:32.512Z | Checking p384 v0.13.0 |
3203 | 2025-03-21T00:11:32.594Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3204 | 2025-03-21T00:11:32.661Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3205 | 2025-03-21T00:11:32.842Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3206 | 2025-03-21T00:11:32.903Z | Checking http-range v0.1.5 |
3207 | 2025-03-21T00:11:33.027Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3208 | 2025-03-21T00:11:33.075Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3209 | 2025-03-21T00:11:33.119Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3210 | 2025-03-21T00:11:33.338Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3211 | 2025-03-21T00:11:33.450Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3212 | 2025-03-21T00:11:33.511Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3213 | 2025-03-21T00:11:33.762Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3214 | 2025-03-21T00:11:33.795Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3215 | 2025-03-21T00:11:33.865Z | Checking atty v0.2.14 |
3216 | 2025-03-21T00:11:34.002Z | Checking glob v0.3.2 |
3217 | 2025-03-21T00:11:34.133Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3218 | 2025-03-21T00:11:34.261Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3219 | 2025-03-21T00:11:34.400Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3220 | 2025-03-21T00:11:34.740Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3221 | 2025-03-21T00:11:34.908Z | Checking hyper-staticfile v0.10.1 |
3222 | 2025-03-21T00:11:35.205Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3223 | 2025-03-21T00:11:35.269Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3224 | 2025-03-21T00:11:35.396Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3225 | 2025-03-21T00:11:35.552Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3226 | 2025-03-21T00:11:35.767Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3227 | 2025-03-21T00:11:35.791Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3228 | 2025-03-21T00:11:36.093Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3229 | 2025-03-21T00:11:36.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3230 | 2025-03-21T00:11:36.396Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3231 | 2025-03-21T00:11:36.525Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3232 | 2025-03-21T00:11:37.048Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3233 | 2025-03-21T00:11:40.178Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3234 | 2025-03-21T00:11:40.204Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3235 | 2025-03-21T00:11:51.042Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3236 | 2025-03-21T00:12:08.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.50s |
3237 | 2025-03-21T00:12:09.174Z | |
3238 | 2025-03-21T00:12:09.174Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/198) |
3239 | 2025-03-21T00:12:10.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-03-21T00:12:10.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-03-21T00:12:10.237Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3242 | 2025-03-21T00:12:28.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.61s |
3243 | 2025-03-21T00:12:28.990Z | |
3244 | 2025-03-21T00:12:28.990Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/198) |
3245 | 2025-03-21T00:12:29.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-03-21T00:12:29.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-03-21T00:12:30.051Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2025-03-21T00:12:49.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s |
3249 | 2025-03-21T00:12:49.438Z | |
3250 | 2025-03-21T00:12:49.438Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/198) |
3251 | 2025-03-21T00:12:50.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-03-21T00:12:50.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-03-21T00:12:50.514Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3254 | 2025-03-21T00:13:08.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s |
3255 | 2025-03-21T00:13:08.897Z | |
3256 | 2025-03-21T00:13:08.897Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/198) |
3257 | 2025-03-21T00:13:09.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-03-21T00:13:09.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-03-21T00:13:09.984Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3260 | 2025-03-21T00:13:28.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.40s |
3261 | 2025-03-21T00:13:28.501Z | |
3262 | 2025-03-21T00:13:28.501Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/198) |
3263 | 2025-03-21T00:13:29.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-03-21T00:13:29.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-03-21T00:13:29.576Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3266 | 2025-03-21T00:13:48.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s |
3267 | 2025-03-21T00:13:48.609Z | |
3268 | 2025-03-21T00:13:48.609Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/198) |
3269 | 2025-03-21T00:13:49.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-03-21T00:13:49.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-03-21T00:13:49.693Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3272 | 2025-03-21T00:14:07.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s |
3273 | 2025-03-21T00:14:08.080Z | |
3274 | 2025-03-21T00:14:08.080Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/198) |
3275 | 2025-03-21T00:14:08.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-03-21T00:14:08.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-03-21T00:14:09.106Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3278 | 2025-03-21T00:14:27.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.40s |
3279 | 2025-03-21T00:14:27.676Z | |
3280 | 2025-03-21T00:14:27.676Z | info: running `cargo check --bins` on bootstrap-agent-api (141/198) |
3281 | 2025-03-21T00:14:28.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-03-21T00:14:28.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-03-21T00:14:28.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2025-03-21T00:14:28.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3285 | 2025-03-21T00:14:28.752Z | |
3286 | 2025-03-21T00:14:28.752Z | info: running `cargo check --bins` on key-manager (142/198) |
3287 | 2025-03-21T00:14:29.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-03-21T00:14:29.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-03-21T00:14:29.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-03-21T00:14:29.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3291 | 2025-03-21T00:14:29.641Z | |
3292 | 2025-03-21T00:14:29.641Z | info: running `cargo check --bins` on range-requests (143/198) |
3293 | 2025-03-21T00:14:30.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-03-21T00:14:30.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-03-21T00:14:30.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2025-03-21T00:14:30.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3297 | 2025-03-21T00:14:30.491Z | |
3298 | 2025-03-21T00:14:30.491Z | info: running `cargo check --bins` on repo-depot-api (144/198) |
3299 | 2025-03-21T00:14:31.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-03-21T00:14:31.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-03-21T00:14:31.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2025-03-21T00:14:31.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3303 | 2025-03-21T00:14:31.383Z | |
3304 | 2025-03-21T00:14:31.383Z | info: running `cargo check --bins` on sled-agent-api (145/198) |
3305 | 2025-03-21T00:14:32.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-03-21T00:14:32.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-03-21T00:14:32.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2025-03-21T00:14:32.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3309 | 2025-03-21T00:14:32.331Z | |
3310 | 2025-03-21T00:14:32.331Z | info: running `cargo check --bins` on sled-diagnostics (146/198) |
3311 | 2025-03-21T00:14:33.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-03-21T00:14:33.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-03-21T00:14:33.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2025-03-21T00:14:33.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3315 | 2025-03-21T00:14:33.228Z | |
3316 | 2025-03-21T00:14:33.228Z | info: running `cargo check --bins` on sled-hardware (147/198) |
3317 | 2025-03-21T00:14:34.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2025-03-21T00:14:34.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2025-03-21T00:14:34.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2025-03-21T00:14:34.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3321 | 2025-03-21T00:14:34.154Z | |
3322 | 2025-03-21T00:14:34.154Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/198) |
3323 | 2025-03-21T00:14:34.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-03-21T00:14:34.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-03-21T00:14:34.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-03-21T00:14:34.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3327 | 2025-03-21T00:14:35.089Z | |
3328 | 2025-03-21T00:14:35.089Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/198) |
3329 | 2025-03-21T00:14:35.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-03-21T00:14:35.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-03-21T00:14:35.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2025-03-21T00:14:35.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3333 | 2025-03-21T00:14:36.003Z | |
3334 | 2025-03-21T00:14:36.003Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/198) |
3335 | 2025-03-21T00:14:36.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-03-21T00:14:36.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-03-21T00:14:36.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2025-03-21T00:14:36.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3339 | 2025-03-21T00:14:36.937Z | |
3340 | 2025-03-21T00:14:36.937Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/198) |
3341 | 2025-03-21T00:14:37.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-03-21T00:14:37.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-03-21T00:14:37.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2025-03-21T00:14:37.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3345 | 2025-03-21T00:14:37.877Z | |
3346 | 2025-03-21T00:14:37.877Z | info: running `cargo check --bins` on nexus-test-interface (152/198) |
3347 | 2025-03-21T00:14:38.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-03-21T00:14:38.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-03-21T00:14:38.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2025-03-21T00:14:38.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3351 | 2025-03-21T00:14:38.808Z | |
3352 | 2025-03-21T00:14:38.808Z | info: running `cargo check --bins` on oximeter-collector (153/198) |
3353 | 2025-03-21T00:14:39.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2025-03-21T00:14:39.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2025-03-21T00:14:39.795Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3356 | 2025-03-21T00:14:39.795Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3357 | 2025-03-21T00:14:40.824Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3358 | 2025-03-21T00:14:43.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3359 | 2025-03-21T00:14:43.605Z | |
3360 | 2025-03-21T00:14:43.605Z | info: running `cargo check --bins` on oximeter-api (154/198) |
3361 | 2025-03-21T00:14:44.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-03-21T00:14:44.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-03-21T00:14:44.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-03-21T00:14:44.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3365 | 2025-03-21T00:14:44.517Z | |
3366 | 2025-03-21T00:14:44.517Z | info: running `cargo check --bins` on cert-dev (155/198) |
3367 | 2025-03-21T00:14:45.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-03-21T00:14:45.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-03-21T00:14:45.399Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3370 | 2025-03-21T00:14:45.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3371 | 2025-03-21T00:14:45.847Z | |
3372 | 2025-03-21T00:14:45.847Z | info: running `cargo check --bins` on clickana (156/198) |
3373 | 2025-03-21T00:14:46.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-03-21T00:14:46.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-03-21T00:14:46.782Z | Checking itertools v0.13.0 |
3376 | 2025-03-21T00:14:46.782Z | Checking castaway v0.2.3 |
3377 | 2025-03-21T00:14:46.782Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3378 | 2025-03-21T00:14:46.808Z | Checking lru v0.12.5 |
3379 | 2025-03-21T00:14:46.808Z | Compiling instability v0.3.2 |
3380 | 2025-03-21T00:14:46.808Z | Compiling indoc v2.0.6 |
3381 | 2025-03-21T00:14:46.808Z | Checking cassowary v0.3.0 |
3382 | 2025-03-21T00:14:46.956Z | Checking compact_str v0.8.0 |
3383 | 2025-03-21T00:14:48.871Z | Checking unicode-truncate v1.1.0 |
3384 | 2025-03-21T00:14:48.955Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3385 | 2025-03-21T00:14:49.078Z | Checking ratatui v0.29.0 |
3386 | 2025-03-21T00:14:51.546Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3387 | 2025-03-21T00:14:52.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s |
3388 | 2025-03-21T00:14:52.779Z | |
3389 | 2025-03-21T00:14:52.779Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/198) |
3390 | 2025-03-21T00:14:53.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2025-03-21T00:14:53.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2025-03-21T00:14:53.790Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3393 | 2025-03-21T00:14:53.790Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3394 | 2025-03-21T00:14:54.986Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3395 | 2025-03-21T00:14:55.557Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3396 | 2025-03-21T00:14:56.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
3397 | 2025-03-21T00:14:56.198Z | |
3398 | 2025-03-21T00:14:56.199Z | info: running `cargo check --bins` on ch-dev (158/198) |
3399 | 2025-03-21T00:14:57.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-03-21T00:14:57.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-03-21T00:14:57.148Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3402 | 2025-03-21T00:14:58.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
3403 | 2025-03-21T00:14:58.192Z | |
3404 | 2025-03-21T00:14:58.192Z | info: running `cargo check --bins` on crdb-seed (159/198) |
3405 | 2025-03-21T00:14:58.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-03-21T00:14:59.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-03-21T00:14:59.124Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3408 | 2025-03-21T00:14:59.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
3409 | 2025-03-21T00:14:59.650Z | |
3410 | 2025-03-21T00:14:59.650Z | info: running `cargo check --bins` on db-dev (160/198) |
3411 | 2025-03-21T00:15:00.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-03-21T00:15:00.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-03-21T00:15:00.628Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3414 | 2025-03-21T00:15:01.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
3415 | 2025-03-21T00:15:01.662Z | |
3416 | 2025-03-21T00:15:01.662Z | info: running `cargo check --bins` on omicron-dev-lib (161/198) |
3417 | 2025-03-21T00:15:02.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-03-21T00:15:02.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-03-21T00:15:02.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3420 | 2025-03-21T00:15:02.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3421 | 2025-03-21T00:15:02.593Z | |
3422 | 2025-03-21T00:15:02.594Z | info: running `cargo check --bins` on xtask-downloader (162/198) |
3423 | 2025-03-21T00:15:03.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2025-03-21T00:15:03.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2025-03-21T00:15:03.456Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3426 | 2025-03-21T00:15:04.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
3427 | 2025-03-21T00:15:04.642Z | |
3428 | 2025-03-21T00:15:04.642Z | info: running `cargo check --bins` on omicron-ls-apis (163/198) |
3429 | 2025-03-21T00:15:05.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2025-03-21T00:15:05.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2025-03-21T00:15:05.555Z | Checking cargo-platform v0.1.8 |
3432 | 2025-03-21T00:15:05.821Z | Checking cargo_metadata v0.19.2 |
3433 | 2025-03-21T00:15:07.189Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3434 | 2025-03-21T00:15:08.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
3435 | 2025-03-21T00:15:08.434Z | |
3436 | 2025-03-21T00:15:08.434Z | info: running `cargo check --bins` on mgs-dev (164/198) |
3437 | 2025-03-21T00:15:09.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3438 | 2025-03-21T00:15:09.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3439 | 2025-03-21T00:15:09.441Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3440 | 2025-03-21T00:15:11.246Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3441 | 2025-03-21T00:15:11.936Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3442 | 2025-03-21T00:15:12.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3443 | 2025-03-21T00:15:12.789Z | |
3444 | 2025-03-21T00:15:12.789Z | info: running `cargo check --bins` on omicron-omdb (165/198) |
3445 | 2025-03-21T00:15:13.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3446 | 2025-03-21T00:15:13.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3447 | 2025-03-21T00:15:13.927Z | Compiling crunchy v0.2.2 |
3448 | 2025-03-21T00:15:13.927Z | Compiling tiny-keccak v2.0.2 |
3449 | 2025-03-21T00:15:13.953Z | Compiling dsl_auto_type v0.1.2 |
3450 | 2025-03-21T00:15:13.953Z | Checking scheduled-thread-pool v0.2.7 |
3451 | 2025-03-21T00:15:13.953Z | Compiling diesel_table_macro_syntax v0.2.0 |
3452 | 2025-03-21T00:15:13.953Z | Compiling bit-vec v0.6.3 |
3453 | 2025-03-21T00:15:13.979Z | Compiling ascii-canvas v3.0.0 |
3454 | 2025-03-21T00:15:13.979Z | Compiling ena v0.14.3 |
3455 | 2025-03-21T00:15:14.284Z | Checking r2d2 v0.8.10 |
3456 | 2025-03-21T00:15:14.310Z | Compiling bit-set v0.5.3 |
3457 | 2025-03-21T00:15:14.393Z | Compiling regex-syntax v0.6.29 |
3458 | 2025-03-21T00:15:14.418Z | Compiling bindgen v0.71.1 |
3459 | 2025-03-21T00:15:14.450Z | Compiling diff v0.1.13 |
3460 | 2025-03-21T00:15:14.498Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3461 | 2025-03-21T00:15:14.572Z | Compiling ref-cast v1.0.23 |
3462 | 2025-03-21T00:15:14.597Z | Compiling rustc-hash v2.1.1 |
3463 | 2025-03-21T00:15:14.722Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3464 | 2025-03-21T00:15:14.790Z | Compiling derive_builder_core v0.20.2 |
3465 | 2025-03-21T00:15:14.940Z | Compiling libxml v0.3.3 |
3466 | 2025-03-21T00:15:15.003Z | Compiling ref-cast-impl v1.0.23 |
3467 | 2025-03-21T00:15:15.052Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3468 | 2025-03-21T00:15:15.169Z | Compiling diesel_derives v2.2.3 |
3469 | 2025-03-21T00:15:15.194Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3470 | 2025-03-21T00:15:15.324Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3471 | 2025-03-21T00:15:15.520Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3472 | 2025-03-21T00:15:15.599Z | Compiling strum_macros v0.24.3 |
3473 | 2025-03-21T00:15:15.860Z | Compiling indoc v1.0.9 |
3474 | 2025-03-21T00:15:16.554Z | Compiling derive_builder_macro v0.20.2 |
3475 | 2025-03-21T00:15:16.593Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3476 | 2025-03-21T00:15:16.851Z | Compiling impl-trait-for-tuples v0.2.2 |
3477 | 2025-03-21T00:15:17.269Z | Compiling lalrpop v0.19.12 |
3478 | 2025-03-21T00:15:17.324Z | Checking derive_builder v0.20.2 |
3479 | 2025-03-21T00:15:17.481Z | Compiling oso-derive v0.27.3 |
3480 | 2025-03-21T00:15:17.507Z | Checking quick-xml v0.37.2 |
3481 | 2025-03-21T00:15:18.180Z | Compiling diesel-dtrace v0.4.2 |
3482 | 2025-03-21T00:15:18.305Z | Checking maplit v1.0.2 |
3483 | 2025-03-21T00:15:18.469Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3484 | 2025-03-21T00:15:18.523Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3485 | 2025-03-21T00:15:18.675Z | Checking bb8 v0.8.5 |
3486 | 2025-03-21T00:15:18.811Z | Checking io-lifetimes v1.0.11 |
3487 | 2025-03-21T00:15:18.991Z | Checking rustix v0.37.28 |
3488 | 2025-03-21T00:15:19.088Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3489 | 2025-03-21T00:15:19.266Z | Checking rand_seeder v0.3.0 |
3490 | 2025-03-21T00:15:19.373Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3491 | 2025-03-21T00:15:19.493Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3492 | 2025-03-21T00:15:19.675Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3493 | 2025-03-21T00:15:19.700Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3494 | 2025-03-21T00:15:19.875Z | Checking terminal_size v0.2.6 |
3495 | 2025-03-21T00:15:19.979Z | Checking is_ci v1.2.0 |
3496 | 2025-03-21T00:15:20.046Z | Checking unicode-linebreak v0.1.5 |
3497 | 2025-03-21T00:15:20.129Z | Checking smawk v0.3.2 |
3498 | 2025-03-21T00:15:20.336Z | Checking supports-color v3.0.2 |
3499 | 2025-03-21T00:15:20.434Z | Checking textwrap v0.16.1 |
3500 | 2025-03-21T00:15:20.543Z | Checking multimap v0.10.0 |
3501 | 2025-03-21T00:15:21.414Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3502 | 2025-03-21T00:15:22.361Z | Checking diesel v2.2.8 |
3503 | 2025-03-21T00:15:36.214Z | Compiling samael v0.0.18 |
3504 | 2025-03-21T00:15:50.724Z | Checking async-bb8-diesel v0.2.1 |
3505 | 2025-03-21T00:15:52.509Z | Compiling polar-core v0.27.3 |
3506 | 2025-03-21T00:16:01.421Z | Checking oso v0.27.3 |
3507 | 2025-03-21T00:17:20.436Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3508 | 2025-03-21T00:17:29.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
3509 | 2025-03-21T00:17:29.540Z | |
3510 | 2025-03-21T00:17:29.540Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/198) |
3511 | 2025-03-21T00:17:30.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-03-21T00:17:30.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-03-21T00:17:30.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2025-03-21T00:17:30.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3515 | 2025-03-21T00:17:30.495Z | |
3516 | 2025-03-21T00:17:30.495Z | info: running `cargo check --bins` on nexus-saga-recovery (167/198) |
3517 | 2025-03-21T00:17:31.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2025-03-21T00:17:31.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2025-03-21T00:17:31.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2025-03-21T00:17:31.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3521 | 2025-03-21T00:17:31.424Z | |
3522 | 2025-03-21T00:17:31.424Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/198) |
3523 | 2025-03-21T00:17:32.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2025-03-21T00:17:32.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2025-03-21T00:17:32.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3526 | 2025-03-21T00:17:32.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3527 | 2025-03-21T00:17:32.258Z | |
3528 | 2025-03-21T00:17:32.258Z | info: running `cargo check --bins` on omicron-nexus (169/198) |
3529 | 2025-03-21T00:17:33.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2025-03-21T00:17:33.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2025-03-21T00:17:33.434Z | Compiling libz-sys v1.1.20 |
3532 | 2025-03-21T00:17:33.473Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3533 | 2025-03-21T00:17:33.514Z | Compiling vergen v8.3.2 |
3534 | 2025-03-21T00:17:33.514Z | Compiling cargo-platform v0.1.8 |
3535 | 2025-03-21T00:17:33.514Z | Compiling pin-project-internal v1.1.6 |
3536 | 2025-03-21T00:17:33.545Z | Compiling snafu-derive v0.8.5 |
3537 | 2025-03-21T00:17:33.574Z | Compiling rustls v0.21.12 |
3538 | 2025-03-21T00:17:33.603Z | Checking globset v0.4.15 |
3539 | 2025-03-21T00:17:33.796Z | Checking olpc-cjson v0.1.4 |
3540 | 2025-03-21T00:17:33.842Z | Compiling cargo_metadata v0.18.1 |
3541 | 2025-03-21T00:17:34.026Z | Checking sct v0.7.1 |
3542 | 2025-03-21T00:17:34.055Z | Checking rustls-webpki v0.101.7 |
3543 | 2025-03-21T00:17:34.090Z | Checking serde_plain v1.0.2 |
3544 | 2025-03-21T00:17:34.136Z | Checking typed-path v0.9.3 |
3545 | 2025-03-21T00:17:34.344Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3546 | 2025-03-21T00:17:34.396Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3547 | 2025-03-21T00:17:34.593Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3548 | 2025-03-21T00:17:34.669Z | Checking parse-size v1.1.0 |
3549 | 2025-03-21T00:17:34.854Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3550 | 2025-03-21T00:17:34.904Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3551 | 2025-03-21T00:17:39.167Z | Checking pin-project v1.1.6 |
3552 | 2025-03-21T00:17:39.289Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3553 | 2025-03-21T00:17:39.289Z | Checking rustls-pemfile v1.0.4 |
3554 | 2025-03-21T00:17:39.289Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3555 | 2025-03-21T00:17:39.289Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3556 | 2025-03-21T00:17:39.289Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3557 | 2025-03-21T00:17:39.289Z | Checking twox-hash v2.1.0 |
3558 | 2025-03-21T00:17:39.289Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3559 | 2025-03-21T00:17:39.289Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3560 | 2025-03-21T00:17:39.289Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3561 | 2025-03-21T00:17:39.289Z | Checking tokio-rustls v0.24.1 |
3562 | 2025-03-21T00:17:39.289Z | Checking snafu v0.8.5 |
3563 | 2025-03-21T00:17:39.289Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3564 | 2025-03-21T00:17:39.289Z | Checking tough v0.19.0 |
3565 | 2025-03-21T00:17:39.289Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3566 | 2025-03-21T00:17:39.289Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3567 | 2025-03-21T00:17:39.289Z | Checking fatfs v0.3.6 |
3568 | 2025-03-21T00:17:39.289Z | Checking assert_matches v1.5.0 |
3569 | 2025-03-21T00:17:41.482Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3570 | 2025-03-21T00:17:42.736Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3571 | 2025-03-21T00:17:45.262Z | Compiling git2 v0.19.0 |
3572 | 2025-03-21T00:17:50.388Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3573 | 2025-03-21T00:19:05.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
3574 | 2025-03-21T00:19:06.061Z | |
3575 | 2025-03-21T00:19:06.061Z | info: running `cargo check --bins` on nexus-external-api (170/198) |
3576 | 2025-03-21T00:19:06.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2025-03-21T00:19:06.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2025-03-21T00:19:06.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3579 | 2025-03-21T00:19:06.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3580 | 2025-03-21T00:19:07.036Z | |
3581 | 2025-03-21T00:19:07.037Z | info: running `cargo check --bins` on nexus-internal-api (171/198) |
3582 | 2025-03-21T00:19:07.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-03-21T00:19:07.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-03-21T00:19:07.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2025-03-21T00:19:07.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3586 | 2025-03-21T00:19:07.938Z | |
3587 | 2025-03-21T00:19:07.938Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/198) |
3588 | 2025-03-21T00:19:08.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-03-21T00:19:08.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-03-21T00:19:08.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3591 | 2025-03-21T00:19:08.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3592 | 2025-03-21T00:19:08.864Z | |
3593 | 2025-03-21T00:19:08.864Z | info: running `cargo check --bins` on nexus-networking (173/198) |
3594 | 2025-03-21T00:19:09.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-03-21T00:19:09.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-03-21T00:19:09.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3597 | 2025-03-21T00:19:09.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3598 | 2025-03-21T00:19:09.797Z | |
3599 | 2025-03-21T00:19:09.797Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/198) |
3600 | 2025-03-21T00:19:10.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-03-21T00:19:10.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-03-21T00:19:10.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3603 | 2025-03-21T00:19:10.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3604 | 2025-03-21T00:19:10.728Z | |
3605 | 2025-03-21T00:19:10.728Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/198) |
3606 | 2025-03-21T00:19:11.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3607 | 2025-03-21T00:19:11.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3608 | 2025-03-21T00:19:11.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3609 | 2025-03-21T00:19:11.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3610 | 2025-03-21T00:19:11.658Z | |
3611 | 2025-03-21T00:19:11.658Z | info: running `cargo check --bins` on update-common (176/198) |
3612 | 2025-03-21T00:19:12.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3613 | 2025-03-21T00:19:12.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3614 | 2025-03-21T00:19:12.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3615 | 2025-03-21T00:19:12.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3616 | 2025-03-21T00:19:12.570Z | |
3617 | 2025-03-21T00:19:12.570Z | info: running `cargo check --bins` on omicron-dev (177/198) |
3618 | 2025-03-21T00:19:13.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3619 | 2025-03-21T00:19:13.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3620 | 2025-03-21T00:19:13.772Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3621 | 2025-03-21T00:19:13.798Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3622 | 2025-03-21T00:19:13.836Z | Checking diff v0.1.13 |
3623 | 2025-03-21T00:19:13.836Z | Checking yansi v1.0.1 |
3624 | 2025-03-21T00:19:13.861Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3625 | 2025-03-21T00:19:13.861Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3626 | 2025-03-21T00:19:14.314Z | Checking pretty_assertions v1.4.1 |
3627 | 2025-03-21T00:19:15.099Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3628 | 2025-03-21T00:19:52.146Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3629 | 2025-03-21T00:19:52.146Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3630 | 2025-03-21T00:19:52.146Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3631 | 2025-03-21T00:19:52.171Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3632 | 2025-03-21T00:19:52.172Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3633 | 2025-03-21T00:19:52.172Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3634 | 2025-03-21T00:19:53.095Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3635 | 2025-03-21T00:19:54.523Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3636 | 2025-03-21T00:20:53.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
3637 | 2025-03-21T00:20:53.634Z | |
3638 | 2025-03-21T00:20:53.634Z | info: running `cargo check --bins` on openapi-manager (178/198) |
3639 | 2025-03-21T00:20:54.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3640 | 2025-03-21T00:20:54.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3641 | 2025-03-21T00:20:54.606Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3642 | 2025-03-21T00:20:54.606Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3643 | 2025-03-21T00:20:54.657Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3644 | 2025-03-21T00:20:54.657Z | Compiling proc-macro-error-attr2 v2.0.0 |
3645 | 2025-03-21T00:20:54.692Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3646 | 2025-03-21T00:20:54.718Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3647 | 2025-03-21T00:20:54.743Z | Checking papergrid v0.14.0 |
3648 | 2025-03-21T00:20:54.769Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3649 | 2025-03-21T00:20:54.915Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3650 | 2025-03-21T00:20:54.995Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3651 | 2025-03-21T00:20:55.248Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3652 | 2025-03-21T00:20:55.351Z | Compiling proc-macro-error2 v2.0.1 |
3653 | 2025-03-21T00:20:55.902Z | Compiling tabled_derive v0.10.0 |
3654 | 2025-03-21T00:20:55.998Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3655 | 2025-03-21T00:20:56.160Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3656 | 2025-03-21T00:20:56.201Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3657 | 2025-03-21T00:20:56.287Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3658 | 2025-03-21T00:20:56.581Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3659 | 2025-03-21T00:20:57.010Z | Checking heck v0.4.1 |
3660 | 2025-03-21T00:20:57.093Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3661 | 2025-03-21T00:20:57.224Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3662 | 2025-03-21T00:20:57.427Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3663 | 2025-03-21T00:20:57.630Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3664 | 2025-03-21T00:20:57.920Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3665 | 2025-03-21T00:20:58.107Z | Checking tabled v0.18.0 |
3666 | 2025-03-21T00:20:58.133Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3667 | 2025-03-21T00:20:58.246Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3668 | 2025-03-21T00:20:58.334Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3669 | 2025-03-21T00:20:58.473Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3670 | 2025-03-21T00:21:00.290Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3671 | 2025-03-21T00:21:00.290Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3672 | 2025-03-21T00:21:04.012Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3673 | 2025-03-21T00:21:05.912Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3674 | 2025-03-21T00:21:12.021Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3675 | 2025-03-21T00:21:12.021Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3676 | 2025-03-21T00:21:13.702Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3677 | 2025-03-21T00:21:15.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.90s |
3678 | 2025-03-21T00:21:15.756Z | |
3679 | 2025-03-21T00:21:15.756Z | info: running `cargo check --bins` on installinator-api (179/198) |
3680 | 2025-03-21T00:21:16.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3681 | 2025-03-21T00:21:16.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3682 | 2025-03-21T00:21:16.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3683 | 2025-03-21T00:21:16.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3684 | 2025-03-21T00:21:16.691Z | |
3685 | 2025-03-21T00:21:16.691Z | info: running `cargo check --bins` on wicketd-api (180/198) |
3686 | 2025-03-21T00:21:17.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3687 | 2025-03-21T00:21:17.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3688 | 2025-03-21T00:21:17.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3689 | 2025-03-21T00:21:17.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3690 | 2025-03-21T00:21:17.636Z | |
3691 | 2025-03-21T00:21:17.636Z | info: running `cargo check --bins` on omicron-pins (181/198) |
3692 | 2025-03-21T00:21:18.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3693 | 2025-03-21T00:21:18.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3694 | 2025-03-21T00:21:18.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3695 | 2025-03-21T00:21:18.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3696 | 2025-03-21T00:21:18.537Z | |
3697 | 2025-03-21T00:21:18.537Z | info: running `cargo check --bins` on reconfigurator-cli (182/198) |
3698 | 2025-03-21T00:21:19.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3699 | 2025-03-21T00:21:19.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3700 | 2025-03-21T00:21:19.505Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3701 | 2025-03-21T00:21:19.505Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3702 | 2025-03-21T00:21:19.505Z | Compiling petname v2.0.2 |
3703 | 2025-03-21T00:21:19.505Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3704 | 2025-03-21T00:21:19.531Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3705 | 2025-03-21T00:21:19.531Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3706 | 2025-03-21T00:21:19.531Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3707 | 2025-03-21T00:21:19.531Z | Checking sync-ptr v0.1.1 |
3708 | 2025-03-21T00:21:25.900Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3709 | 2025-03-21T00:21:26.672Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3710 | 2025-03-21T00:21:28.277Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3711 | 2025-03-21T00:21:30.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s |
3712 | 2025-03-21T00:21:30.478Z | |
3713 | 2025-03-21T00:21:30.478Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/198) |
3714 | 2025-03-21T00:21:31.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3715 | 2025-03-21T00:21:31.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3716 | 2025-03-21T00:21:31.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3717 | 2025-03-21T00:21:31.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3718 | 2025-03-21T00:21:31.437Z | |
3719 | 2025-03-21T00:21:31.438Z | info: running `cargo check --bins` on omicron-releng (184/198) |
3720 | 2025-03-21T00:21:32.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3721 | 2025-03-21T00:21:32.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3722 | 2025-03-21T00:21:32.372Z | Checking memmap2 v0.9.5 |
3723 | 2025-03-21T00:21:32.372Z | Checking constant_time_eq v0.3.1 |
3724 | 2025-03-21T00:21:32.401Z | Checking arrayref v0.3.9 |
3725 | 2025-03-21T00:21:32.401Z | Checking arrayvec v0.7.6 |
3726 | 2025-03-21T00:21:32.401Z | Checking topological-sort v0.2.2 |
3727 | 2025-03-21T00:21:32.401Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3728 | 2025-03-21T00:21:32.401Z | Checking shell-words v1.1.0 |
3729 | 2025-03-21T00:21:32.750Z | Checking blake3 v1.5.4 |
3730 | 2025-03-21T00:21:33.210Z | Checking omicron-zone-package v0.12.0 |
3731 | 2025-03-21T00:21:34.653Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3732 | 2025-03-21T00:21:35.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3733 | 2025-03-21T00:21:35.903Z | |
3734 | 2025-03-21T00:21:35.903Z | info: running `cargo check --bins` on xtask (185/198) |
3735 | 2025-03-21T00:21:36.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3736 | 2025-03-21T00:21:36.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3737 | 2025-03-21T00:21:36.525Z | Checking bitflags v2.6.0 |
3738 | 2025-03-21T00:21:36.525Z | Checking serde v1.0.218 |
3739 | 2025-03-21T00:21:36.525Z | Checking thiserror v1.0.69 |
3740 | 2025-03-21T00:21:36.578Z | Checking scroll v0.12.0 |
3741 | 2025-03-21T00:21:36.603Z | Checking log v0.4.22 |
3742 | 2025-03-21T00:21:36.603Z | Checking hashbrown v0.15.1 |
3743 | 2025-03-21T00:21:36.603Z | Checking zerocopy v0.7.35 |
3744 | 2025-03-21T00:21:36.645Z | Checking syn v2.0.98 |
3745 | 2025-03-21T00:21:36.706Z | Checking pest v2.7.14 |
3746 | 2025-03-21T00:21:36.807Z | Checking rustix v0.38.37 |
3747 | 2025-03-21T00:21:36.865Z | Checking once_cell v1.20.3 |
3748 | 2025-03-21T00:21:37.000Z | Checking goblin v0.8.2 |
3749 | 2025-03-21T00:21:37.160Z | Checking thiserror v2.0.11 |
3750 | 2025-03-21T00:21:37.316Z | Checking fs-err v2.11.0 |
3751 | 2025-03-21T00:21:37.461Z | Checking indexmap v2.7.1 |
3752 | 2025-03-21T00:21:37.606Z | Checking anyhow v1.0.97 |
3753 | 2025-03-21T00:21:37.663Z | Checking tabled v0.15.0 |
3754 | 2025-03-21T00:21:38.386Z | Checking terminal_size v0.4.0 |
3755 | 2025-03-21T00:21:38.386Z | Checking tempfile v3.13.0 |
3756 | 2025-03-21T00:21:38.552Z | Checking clap_builder v4.5.31 |
3757 | 2025-03-21T00:21:38.856Z | Checking dtrace-parser v0.2.0 |
3758 | 2025-03-21T00:21:40.415Z | Checking serde_json v1.0.139 |
3759 | 2025-03-21T00:21:40.415Z | Checking toml_datetime v0.6.8 |
3760 | 2025-03-21T00:21:40.441Z | Checking serde_spanned v0.6.8 |
3761 | 2025-03-21T00:21:40.441Z | Checking camino v1.1.9 |
3762 | 2025-03-21T00:21:40.441Z | Checking semver v1.0.25 |
3763 | 2025-03-21T00:21:40.626Z | Checking cargo-platform v0.1.8 |
3764 | 2025-03-21T00:21:40.652Z | Checking macaddr v1.0.1 |
3765 | 2025-03-21T00:21:40.730Z | Checking toml_edit v0.22.24 |
3766 | 2025-03-21T00:21:40.933Z | Checking camino-tempfile v1.1.1 |
3767 | 2025-03-21T00:21:40.959Z | Checking clap v4.5.31 |
3768 | 2025-03-21T00:21:41.672Z | Checking dof v0.3.0 |
3769 | 2025-03-21T00:21:41.672Z | Checking cargo_metadata v0.19.2 |
3770 | 2025-03-21T00:21:42.181Z | Checking usdt-impl v0.5.0 |
3771 | 2025-03-21T00:21:42.638Z | Checking usdt v0.5.0 |
3772 | 2025-03-21T00:21:42.924Z | Checking toml v0.8.20 |
3773 | 2025-03-21T00:21:43.558Z | Checking cargo_toml v0.21.0 |
3774 | 2025-03-21T00:21:45.064Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3775 | 2025-03-21T00:21:45.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s |
3776 | 2025-03-21T00:21:46.006Z | |
3777 | 2025-03-21T00:21:46.006Z | info: running `cargo check --bins` on end-to-end-tests (186/198) |
3778 | 2025-03-21T00:21:46.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-03-21T00:21:46.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-03-21T00:21:47.070Z | Checking polyval v0.6.2 |
3781 | 2025-03-21T00:21:47.095Z | Checking ctr v0.9.2 |
3782 | 2025-03-21T00:21:47.124Z | Checking ssh-encoding v0.2.0 |
3783 | 2025-03-21T00:21:47.124Z | Checking blowfish v0.9.1 |
3784 | 2025-03-21T00:21:47.158Z | Checking password-hash v0.4.2 |
3785 | 2025-03-21T00:21:47.191Z | Checking p521 v0.13.3 |
3786 | 2025-03-21T00:21:47.191Z | Checking p256 v0.13.2 |
3787 | 2025-03-21T00:21:47.218Z | Checking russh-cryptovec v0.7.3 |
3788 | 2025-03-21T00:21:47.352Z | Checking ghash v0.5.1 |
3789 | 2025-03-21T00:21:47.385Z | Checking bcrypt-pbkdf v0.10.0 |
3790 | 2025-03-21T00:21:47.419Z | Checking md5 v0.7.0 |
3791 | 2025-03-21T00:21:47.444Z | Checking num-bigint v0.4.6 |
3792 | 2025-03-21T00:21:47.470Z | Checking des v0.8.1 |
3793 | 2025-03-21T00:21:47.547Z | Checking aes-gcm v0.10.3 |
3794 | 2025-03-21T00:21:47.573Z | Checking pbkdf2 v0.11.0 |
3795 | 2025-03-21T00:21:47.628Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3796 | 2025-03-21T00:21:47.653Z | Checking hex-literal v0.4.1 |
3797 | 2025-03-21T00:21:47.679Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3798 | 2025-03-21T00:21:47.709Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3799 | 2025-03-21T00:21:47.768Z | Checking ssh-cipher v0.2.0 |
3800 | 2025-03-21T00:21:47.793Z | Checking internet-checksum v0.2.1 |
3801 | 2025-03-21T00:21:48.044Z | Checking ssh-key v0.6.6 |
3802 | 2025-03-21T00:21:48.259Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3803 | 2025-03-21T00:21:49.455Z | Checking russh-keys v0.45.0 |
3804 | 2025-03-21T00:21:50.538Z | Checking russh v0.45.0 |
3805 | 2025-03-21T00:22:15.028Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3806 | 2025-03-21T00:22:16.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.75s |
3807 | 2025-03-21T00:22:16.958Z | |
3808 | 2025-03-21T00:22:16.958Z | info: running `cargo check --bins` on gateway-cli (187/198) |
3809 | 2025-03-21T00:22:17.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-03-21T00:22:17.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-03-21T00:22:17.856Z | Checking termios v0.3.3 |
3812 | 2025-03-21T00:22:18.057Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3813 | 2025-03-21T00:22:19.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3814 | 2025-03-21T00:22:19.275Z | |
3815 | 2025-03-21T00:22:19.276Z | info: running `cargo check --bins --no-default-features` on installinator (188/198) |
3816 | 2025-03-21T00:22:20.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3817 | 2025-03-21T00:22:20.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3818 | 2025-03-21T00:22:20.268Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3819 | 2025-03-21T00:22:20.268Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3820 | 2025-03-21T00:22:20.294Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3821 | 2025-03-21T00:22:20.294Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3822 | 2025-03-21T00:22:21.456Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3823 | 2025-03-21T00:22:23.071Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3824 | 2025-03-21T00:22:25.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
3825 | 2025-03-21T00:22:25.558Z | |
3826 | 2025-03-21T00:22:25.558Z | info: running `cargo check --bins` on internal-dns-cli (189/198) |
3827 | 2025-03-21T00:22:26.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3828 | 2025-03-21T00:22:26.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3829 | 2025-03-21T00:22:26.470Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3830 | 2025-03-21T00:22:26.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3831 | 2025-03-21T00:22:27.137Z | |
3832 | 2025-03-21T00:22:27.137Z | info: running `cargo check --bins` on omicron-live-tests (190/198) |
3833 | 2025-03-21T00:22:27.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3834 | 2025-03-21T00:22:27.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3835 | 2025-03-21T00:22:27.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3836 | 2025-03-21T00:22:27.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3837 | 2025-03-21T00:22:28.013Z | |
3838 | 2025-03-21T00:22:28.013Z | info: running `cargo check --bins` on live-tests-macros (191/198) |
3839 | 2025-03-21T00:22:28.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3840 | 2025-03-21T00:22:28.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3841 | 2025-03-21T00:22:28.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3842 | 2025-03-21T00:22:28.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3843 | 2025-03-21T00:22:28.871Z | |
3844 | 2025-03-21T00:22:28.871Z | info: running `cargo check --bins` on nexus-mgs-updates (192/198) |
3845 | 2025-03-21T00:22:29.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3846 | 2025-03-21T00:22:29.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3847 | 2025-03-21T00:22:29.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3848 | 2025-03-21T00:22:29.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3849 | 2025-03-21T00:22:29.725Z | |
3850 | 2025-03-21T00:22:29.725Z | info: running `cargo check --bins` on omicron-package (193/198) |
3851 | 2025-03-21T00:22:30.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-03-21T00:22:30.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-03-21T00:22:30.655Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3854 | 2025-03-21T00:22:32.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3855 | 2025-03-21T00:22:32.495Z | |
3856 | 2025-03-21T00:22:32.495Z | info: running `cargo check --bins` on wicket-dbg (194/198) |
3857 | 2025-03-21T00:22:33.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-03-21T00:22:33.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-03-21T00:22:33.502Z | Checking rtoolbox v0.0.2 |
3860 | 2025-03-21T00:22:33.502Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3861 | 2025-03-21T00:22:33.502Z | Checking tui-tree-widget v0.23.0 |
3862 | 2025-03-21T00:22:33.717Z | Checking rpassword v7.3.1 |
3863 | 2025-03-21T00:22:39.620Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3864 | 2025-03-21T00:22:43.371Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3865 | 2025-03-21T00:22:44.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s |
3866 | 2025-03-21T00:22:45.085Z | |
3867 | 2025-03-21T00:22:45.085Z | info: running `cargo check --bins` on wicket (195/198) |
3868 | 2025-03-21T00:22:45.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3869 | 2025-03-21T00:22:45.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3870 | 2025-03-21T00:22:46.046Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3871 | 2025-03-21T00:22:46.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3872 | 2025-03-21T00:22:46.646Z | |
3873 | 2025-03-21T00:22:46.646Z | info: running `cargo check --bins` on wicketd (196/198) |
3874 | 2025-03-21T00:22:47.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3875 | 2025-03-21T00:22:47.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3876 | 2025-03-21T00:22:47.656Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3877 | 2025-03-21T00:22:47.656Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3878 | 2025-03-21T00:22:48.633Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3879 | 2025-03-21T00:22:53.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s |
3880 | 2025-03-21T00:22:53.866Z | |
3881 | 2025-03-21T00:22:53.866Z | info: running `cargo check --bins` on omicron-workspace-hack (197/198) |
3882 | 2025-03-21T00:22:54.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3883 | 2025-03-21T00:22:54.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3884 | 2025-03-21T00:22:54.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3885 | 2025-03-21T00:22:54.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3886 | 2025-03-21T00:22:54.737Z | |
3887 | 2025-03-21T00:22:54.737Z | info: running `cargo check --bins` on zone-setup (198/198) |
3888 | 2025-03-21T00:22:55.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3889 | 2025-03-21T00:22:55.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3890 | 2025-03-21T00:22:55.683Z | Checking uzers v0.12.1 |
3891 | 2025-03-21T00:22:56.031Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3892 | 2025-03-21T00:22:57.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
3893 | 2025-03-21T00:22:57.441Z | |
3894 | 2025-03-21T00:22:57.441Z | real 17:19.857124382 |
3895 | 2025-03-21T00:22:57.441Z | user 29:30.876647869 |
3896 | 2025-03-21T00:22:57.441Z | sys 5:03.964824723 |
3897 | 2025-03-21T00:22:57.441Z | trap 0.724211297 |
3898 | 2025-03-21T00:22:57.441Z | tflt 0.351247588 |
3899 | 2025-03-21T00:22:57.441Z | dflt 2.375385923 |
3900 | 2025-03-21T00:22:57.441Z | kflt 0.000736363 |
3901 | 2025-03-21T00:22:57.441Z | lock 54:33.627795797 |
3902 | 2025-03-21T00:22:57.441Z | slp 2:33:32.120824233 |
3903 | 2025-03-21T00:22:57.441Z | lat 1:07.841314928 |
3904 | 2025-03-21T00:22:57.467Z | stop 3:31.824053415 |
3905 | 2025-03-21T00:22:57.467Z | process exited: duration 1383093 ms, exit code 0 |
|
3906 | 2025-03-21T00:22:57.519Z | found 0 output files |