|
|
|
1 | 2025-03-17T15:51:02.583Z | job assigned to worker 01JPJCRYBCN9HAKHJHQJSFYZ4E [factory aws, i-05f0a37e3ea9b61f6] (queued for 49 s) |
|
2 | 2025-03-17T15:51:10.935Z | starting task 0: "setup" |
3 | 2025-03-17T15:51:10.940Z | ++ uname -s |
4 | 2025-03-17T15:51:10.943Z | + kern=SunOS |
5 | 2025-03-17T15:51:10.943Z | + build_user=build |
6 | 2025-03-17T15:51:10.943Z | + build_uid=12345 |
7 | 2025-03-17T15:51:10.943Z | + work_dir=/work |
8 | 2025-03-17T15:51:10.943Z | + input_dir=/input |
9 | 2025-03-17T15:51:10.943Z | + [[ 0 == 12345 ]] |
10 | 2025-03-17T15:51:10.944Z | + case "$kern" in |
11 | 2025-03-17T15:51:10.944Z | + groupadd -g 12345 build |
12 | 2025-03-17T15:51:10.947Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-17T15:51:12.954Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-17T15:51:13.085Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-17T15:51:13.089Z | + home_fs=zfs |
16 | 2025-03-17T15:51:13.089Z | + [[ zfs == autofs ]] |
17 | 2025-03-17T15:51:13.089Z | + mkdir -p /home/build |
18 | 2025-03-17T15:51:13.093Z | + chown build:build /home/build /work |
19 | 2025-03-17T15:51:15.093Z | + chmod 0700 /home/build /work |
20 | 2025-03-17T15:51:15.096Z | process exited: duration 4161 ms, exit code 0 |
|
21 | 2025-03-17T15:51:15.103Z | starting task 1: "rust-toolchain" |
22 | 2025-03-17T15:51:15.108Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-17T15:51:15.108Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-17T15:51:15.108Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-17T15:51:15.108Z | * rust toolchain profile = "default" |
26 | 2025-03-17T15:51:15.108Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-17T15:51:15.108Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-17T15:51:15.112Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-17T15:51:15.112Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-17T15:51:15.232Z | info: downloading installer |
31 | 2025-03-17T15:51:16.415Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-17T15:51:16.415Z | warn: /opt/ooce/bin |
33 | 2025-03-17T15:51:16.415Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-17T15:51:16.415Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-17T15:51:16.415Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-17T15:51:16.415Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-17T15:51:16.415Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-17T15:51:16.416Z | error: cannot install while Rust is installed |
39 | 2025-03-17T15:51:16.416Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-17T15:51:16.428Z | info: profile set to 'default' |
41 | 2025-03-17T15:51:16.428Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-17T15:51:16.432Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-17T15:51:16.602Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-17T15:51:16.602Z | info: downloading component 'cargo' |
45 | 2025-03-17T15:51:17.518Z | info: downloading component 'clippy' |
46 | 2025-03-17T15:51:17.900Z | info: downloading component 'rust-docs' |
47 | 2025-03-17T15:51:19.483Z | info: downloading component 'rust-std' |
48 | 2025-03-17T15:51:21.511Z | info: downloading component 'rustc' |
49 | 2025-03-17T15:51:28.161Z | info: downloading component 'rustfmt' |
50 | 2025-03-17T15:51:28.399Z | info: installing component 'cargo' |
51 | 2025-03-17T15:51:29.235Z | info: installing component 'clippy' |
52 | 2025-03-17T15:51:29.618Z | info: installing component 'rust-docs' |
53 | 2025-03-17T15:51:31.383Z | info: installing component 'rust-std' |
54 | 2025-03-17T15:51:33.263Z | info: installing component 'rustc' |
55 | 2025-03-17T15:51:39.208Z | info: installing component 'rustfmt' |
56 | 2025-03-17T15:51:39.541Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-17T15:51:39.541Z | |
58 | 2025-03-17T15:51:39.911Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-17T15:51:39.911Z | |
60 | 2025-03-17T15:51:39.915Z | |
61 | 2025-03-17T15:51:39.915Z | Rust is installed now. Great! |
62 | 2025-03-17T15:51:39.915Z | |
63 | 2025-03-17T15:51:39.915Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-17T15:51:39.915Z | environment variable. This has not been done automatically. |
65 | 2025-03-17T15:51:39.915Z | |
66 | 2025-03-17T15:51:39.915Z | To configure your current shell, you need to source |
67 | 2025-03-17T15:51:39.915Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-17T15:51:39.915Z | |
69 | 2025-03-17T15:51:39.915Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-17T15:51:39.915Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-17T15:51:39.915Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-17T15:51:39.915Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-17T15:51:39.989Z | + rustup --version |
74 | 2025-03-17T15:51:40.001Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-17T15:51:40.001Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-17T15:51:40.029Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-17T15:51:40.032Z | + cargo --version |
78 | 2025-03-17T15:51:40.051Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-17T15:51:40.054Z | + rustc --version |
80 | 2025-03-17T15:51:40.081Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-17T15:51:40.085Z | process exited: duration 24970 ms, exit code 0 |
|
82 | 2025-03-17T15:51:40.093Z | starting task 2: "authentication" |
83 | 2025-03-17T15:51:40.116Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-03-17T15:51:40.122Z | starting task 3: "clone repository" |
85 | 2025-03-17T15:51:40.128Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-17T15:51:40.131Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-17T15:51:40.170Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-17T15:51:47.422Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-17T15:51:47.425Z | + git fetch origin 4742083fe0ec6dbb133399af6254149235f49e1a |
90 | 2025-03-17T15:51:47.766Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-17T15:51:47.766Z | * branch 4742083fe0ec6dbb133399af6254149235f49e1a -> FETCH_HEAD |
92 | 2025-03-17T15:51:47.776Z | + [[ -n dap/pending-mgs-updates ]] |
93 | 2025-03-17T15:51:47.780Z | ++ git branch --show-current |
94 | 2025-03-17T15:51:47.783Z | + current=main |
95 | 2025-03-17T15:51:47.783Z | + [[ main != dap/pending-mgs-updates ]] |
96 | 2025-03-17T15:51:47.783Z | + git branch -f dap/pending-mgs-updates 4742083fe0ec6dbb133399af6254149235f49e1a |
97 | 2025-03-17T15:51:47.786Z | + git checkout -f dap/pending-mgs-updates |
98 | 2025-03-17T15:51:47.973Z | Switched to branch 'dap/pending-mgs-updates' |
99 | 2025-03-17T15:51:47.977Z | + git reset --hard 4742083fe0ec6dbb133399af6254149235f49e1a |
100 | 2025-03-17T15:51:47.999Z | HEAD is now at 4742083fe Merge branch 'main' into dap/pending-mgs-updates |
101 | 2025-03-17T15:51:48.002Z | process exited: duration 7874 ms, exit code 0 |
|
102 | 2025-03-17T15:51:48.009Z | starting task 4: "build" |
103 | 2025-03-17T15:51:48.015Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-17T15:51:48.015Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-17T15:51:48.015Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-17T15:51:48.015Z | + cargo --version |
107 | 2025-03-17T15:51:48.070Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-17T15:51:48.073Z | + rustc --version |
109 | 2025-03-17T15:51:48.141Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-17T15:51:48.144Z | + source ./env.sh |
111 | 2025-03-17T15:51:48.144Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-17T15:51:48.144Z | ++ set -o xtrace |
113 | 2025-03-17T15:51:48.148Z | ++++ dirname ./env.sh |
114 | 2025-03-17T15:51:48.152Z | +++ readlink -f . |
115 | 2025-03-17T15:51:48.157Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ 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-17T15:51:48.157Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-17T15:51:48.157Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-17T15:51:48.157Z | + 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-17T15:51:48.157Z | + 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-17T15:51:48.157Z | + banner prerequisites |
129 | 2025-03-17T15:51:48.157Z | |
130 | 2025-03-17T15:51:48.157Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-17T15:51:48.157Z | # # # # # # # # # # # # # # # |
132 | 2025-03-17T15:51:48.158Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-17T15:51:48.158Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-17T15:51:48.158Z | # # # # # # # # # # # # # # # |
135 | 2025-03-17T15:51:48.158Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-17T15:51:48.158Z | |
137 | 2025-03-17T15:51:48.158Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-17T15:51:49.761Z | pkg list: illegal option -- F |
139 | 2025-03-17T15:51:49.761Z | Usage: |
140 | 2025-03-17T15:51:49.764Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-17T15:51:49.764Z | [pkg_fmri_pattern ...] |
142 | 2025-03-17T15:51:50.629Z | pkg list: illegal option -- F |
143 | 2025-03-17T15:51:50.629Z | Usage: |
144 | 2025-03-17T15:51:50.632Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-17T15:51:50.632Z | [pkg_fmri_pattern ...] |
146 | 2025-03-17T15:51:57.445Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-17T15:52:01.939Z | Startup: Caching catalogs ... Done |
148 | 2025-03-17T15:52:16.875Z | Planning: Solver setup ... Done (13.864s) |
149 | 2025-03-17T15:52:17.036Z | Planning: Running solver ... Done (0.160s) |
150 | 2025-03-17T15:52:17.166Z | Planning: Finding local manifests ... Done (0.006s) |
151 | 2025-03-17T15:52:17.179Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-17T15:52:17.826Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-17T15:52:17.944Z | Planning: Package planning ... Done (0.118s) |
154 | 2025-03-17T15:52:18.001Z | Planning: Merging actions ... Done (0.056s) |
155 | 2025-03-17T15:52:18.202Z | Planning: Checking for conflicting actions ... Done (0.199s) |
156 | 2025-03-17T15:52:20.185Z | Planning: Consolidating action changes ... Done (1.984s) |
157 | 2025-03-17T15:52:20.620Z | Planning: Evaluating mediators ... Done (0.435s) |
158 | 2025-03-17T15:52:20.703Z | Planning: Planning completed in 18.66 seconds |
159 | 2025-03-17T15:52:20.720Z | Packages to install: 4 |
160 | 2025-03-17T15:52:20.720Z | Packages to update: 3 |
161 | 2025-03-17T15:52:20.723Z | Mediators to change: 2 |
162 | 2025-03-17T15:52:20.723Z | Services to change: 1 |
163 | 2025-03-17T15:52:20.723Z | Estimated space available: 155.60 GB |
164 | 2025-03-17T15:52:20.723Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-17T15:52:20.723Z | Create boot environment: No |
166 | 2025-03-17T15:52:20.723Z | Create backup boot environment: Yes |
167 | 2025-03-17T15:52:20.723Z | Rebuild boot archive: No |
168 | 2025-03-17T15:52:20.723Z | |
169 | 2025-03-17T15:52:20.723Z | Changed mediators: |
170 | 2025-03-17T15:52:20.723Z | mediator clang: |
171 | 2025-03-17T15:52:20.723Z | version: None -> 15 (system default) |
172 | 2025-03-17T15:52:20.724Z | |
173 | 2025-03-17T15:52:20.724Z | mediator llvm: |
174 | 2025-03-17T15:52:20.724Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-17T15:52:20.724Z | |
176 | 2025-03-17T15:52:20.724Z | Changed packages: |
177 | 2025-03-17T15:52:20.724Z | helios-dev |
178 | 2025-03-17T15:52:20.724Z | developer/build-essential |
179 | 2025-03-17T15:52:20.724Z | None -> 11-2.0 |
180 | 2025-03-17T15:52:20.724Z | library/libxmlsec1 |
181 | 2025-03-17T15:52:20.724Z | None -> 1.2.35-2.0 |
182 | 2025-03-17T15:52:20.724Z | ooce/developer/clang-15 |
183 | 2025-03-17T15:52:20.724Z | None -> 15.0.7-2.0 |
184 | 2025-03-17T15:52:20.724Z | ooce/developer/llvm-15 |
185 | 2025-03-17T15:52:20.724Z | None -> 15.0.7-2.0 |
186 | 2025-03-17T15:52:20.724Z | package/pkg |
187 | 2025-03-17T15:52:20.724Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-17T15:52:20.724Z | system/library/g++-runtime |
189 | 2025-03-17T15:52:20.724Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-17T15:52:20.724Z | system/library/gcc-runtime |
191 | 2025-03-17T15:52:20.724Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-17T15:52:20.724Z | |
193 | 2025-03-17T15:52:20.724Z | Services: |
194 | 2025-03-17T15:52:20.724Z | restart_fmri: |
195 | 2025-03-17T15:52:20.724Z | svc:/system/update-man-index:default |
196 | 2025-03-17T15:52:20.724Z | |
197 | 2025-03-17T15:52:20.724Z | Editable files to change: |
198 | 2025-03-17T15:52:20.724Z | Update: |
199 | 2025-03-17T15:52:20.724Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-17T15:52:20.806Z | |
201 | 2025-03-17T15:52:20.806Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-17T15:52:28.300Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (20.6M/s) |
203 | 2025-03-17T15:52:33.337Z | Download: 2216/4301 items 119.2/225.4MB 52% complete (10.1M/s) |
204 | 2025-03-17T15:52:44.845Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
205 | 2025-03-17T15:52:50.116Z | Download: 3248/4301 items 203.0/225.4MB 90% complete (21.4M/s) |
206 | 2025-03-17T15:52:56.428Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (10.8M/s) |
207 | 2025-03-17T15:53:01.432Z | Download: 3988/4301 items 218.6/225.4MB 96% complete (1014k/s) |
208 | 2025-03-17T15:53:21.886Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
209 | 2025-03-17T15:53:22.517Z | Download: Completed 225.42 MB in 61.68 seconds (3.6M/s) |
210 | 2025-03-17T15:53:24.685Z | Actions: 1/5122 actions (Removing old actions) |
211 | 2025-03-17T15:53:24.706Z | Actions: 194/5122 actions (Installing new actions) |
212 | 2025-03-17T15:53:29.412Z | Actions: 4267/5122 actions (Updating modified actions) |
213 | 2025-03-17T15:53:29.773Z | Actions: Completed 5122 actions in 5.09 seconds. |
214 | 2025-03-17T15:53:30.016Z | Done (0.234s) |
215 | 2025-03-17T15:53:30.019Z | Done (0.001s) |
216 | 2025-03-17T15:53:30.657Z | Done (0.640s) |
217 | 2025-03-17T15:53:35.110Z | Done (4.219s) |
218 | 2025-03-17T15:53:35.203Z | Done (0.019s) |
219 | 2025-03-17T15:53:35.206Z | Done (0.000s) |
220 | 2025-03-17T15:53:35.377Z | Done (0.000s) |
221 | 2025-03-17T15:53:36.122Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-03-17T15:53:36.285Z | Planning: Checking for conflicting actions ... Done |
223 | 2025-03-17T15:53:36.289Z | Planning: Consolidating action changes ... Done |
224 | 2025-03-17T15:53:36.563Z | Planning: Evaluating mediators ... Done |
225 | 2025-03-17T15:53:36.566Z | Planning: Planning completed in 0.44 seconds |
226 | 2025-03-17T15:53:36.604Z | Mediators to change: 2 |
227 | 2025-03-17T15:53:36.607Z | Create boot environment: No |
228 | 2025-03-17T15:53:36.607Z | Create backup boot environment: No |
229 | 2025-03-17T15:53:36.689Z | Done |
230 | 2025-03-17T15:53:36.689Z | Done |
231 | 2025-03-17T15:53:37.154Z | Done |
232 | 2025-03-17T15:53:40.917Z | Done |
233 | 2025-03-17T15:53:41.009Z | Done |
234 | 2025-03-17T15:53:41.012Z | Done |
235 | 2025-03-17T15:53:41.134Z | Done |
236 | 2025-03-17T15:53:41.783Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-03-17T15:53:41.786Z | Planning: Merging actions ... Done |
238 | 2025-03-17T15:53:41.982Z | Planning: Checking for conflicting actions ... Done |
239 | 2025-03-17T15:53:41.985Z | Planning: Consolidating action changes ... Done |
240 | 2025-03-17T15:53:42.267Z | Planning: Evaluating mediators ... Done |
241 | 2025-03-17T15:53:42.327Z | Planning: Planning completed in 0.80 seconds |
242 | 2025-03-17T15:53:42.370Z | Packages to change: 1 |
243 | 2025-03-17T15:53:42.370Z | Mediators to change: 1 |
244 | 2025-03-17T15:53:42.373Z | Services to change: 1 |
245 | 2025-03-17T15:53:42.373Z | Create boot environment: No |
246 | 2025-03-17T15:53:42.373Z | Create backup boot environment: Yes |
247 | 2025-03-17T15:53:44.764Z | Actions: 1/6 actions (Updating modified actions) |
248 | 2025-03-17T15:53:44.767Z | Actions: Completed 6 actions in 0.00 seconds. |
249 | 2025-03-17T15:53:44.767Z | Done |
250 | 2025-03-17T15:53:44.767Z | Done |
251 | 2025-03-17T15:53:44.895Z | Done |
252 | 2025-03-17T15:53:48.704Z | Done |
253 | 2025-03-17T15:53:48.799Z | Done |
254 | 2025-03-17T15:53:48.803Z | Done |
255 | 2025-03-17T15:53:48.930Z | Done |
256 | 2025-03-17T15:53:49.381Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
257 | 2025-03-17T15:53:49.381Z | clang system 15 system |
258 | 2025-03-17T15:53:49.381Z | csh system system illumos |
259 | 2025-03-17T15:53:49.381Z | ctags system system illumos |
260 | 2025-03-17T15:53:49.381Z | gcc vendor 12 vendor |
261 | 2025-03-17T15:53:49.381Z | gcc system 10 system |
262 | 2025-03-17T15:53:49.381Z | gcc system 7 system |
263 | 2025-03-17T15:53:49.381Z | go system 1.20 system |
264 | 2025-03-17T15:53:49.381Z | go system 1.19 system |
265 | 2025-03-17T15:53:49.381Z | llvm system 15 system |
266 | 2025-03-17T15:53:49.381Z | llvm system 14 system |
267 | 2025-03-17T15:53:49.381Z | mariadb system 10.6 system |
268 | 2025-03-17T15:53:49.381Z | mta vendor vendor dma |
269 | 2025-03-17T15:53:49.381Z | openjdk system 17 system |
270 | 2025-03-17T15:53:49.381Z | openjdk system 11 system |
271 | 2025-03-17T15:53:49.381Z | openjdk system 1.8 system |
272 | 2025-03-17T15:53:49.381Z | openssl vendor 3 vendor |
273 | 2025-03-17T15:53:49.381Z | perl system 5.36 system |
274 | 2025-03-17T15:53:49.381Z | postgresql system 15 system |
275 | 2025-03-17T15:53:49.381Z | postgresql system 13 system |
276 | 2025-03-17T15:53:49.381Z | python vendor 3 vendor |
277 | 2025-03-17T15:53:49.381Z | python system 2 system |
278 | 2025-03-17T15:53:49.381Z | python3 system 3.11 system |
279 | 2025-03-17T15:53:49.381Z | ruby system 3.0 system |
280 | 2025-03-17T15:53:49.381Z | words vendor vendor american-english |
281 | 2025-03-17T15:53:49.381Z | words system system australian-english |
282 | 2025-03-17T15:53:49.381Z | words system system british-english |
283 | 2025-03-17T15:53:49.381Z | words system system canadian-english |
284 | 2025-03-17T15:53:49.381Z | words system system french |
285 | 2025-03-17T15:53:49.385Z | words system system italian |
286 | 2025-03-17T15:53:49.385Z | words system system ngerman |
287 | 2025-03-17T15:53:49.385Z | words system system ogerman |
288 | 2025-03-17T15:53:49.385Z | words system system spanish |
289 | 2025-03-17T15:53:49.733Z | PUBLISHER TYPE STATUS P LOCATION |
290 | 2025-03-17T15:53:49.733Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
291 | 2025-03-17T15:53:52.938Z | FMRI IFO |
292 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
293 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
294 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
295 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
296 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
297 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
298 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
299 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
300 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
301 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
302 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
303 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
304 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
305 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
306 | 2025-03-17T15:53:52.938Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
307 | 2025-03-17T15:53:53.785Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
308 | 2025-03-17T15:53:54.091Z | Updating crates.io index |
309 | 2025-03-17T15:53:54.158Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-03-17T15:53:54.735Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
311 | 2025-03-17T15:53:54.957Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
312 | 2025-03-17T15:53:55.197Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
313 | 2025-03-17T15:53:55.509Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-03-17T15:53:56.495Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-03-17T15:53:58.371Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-03-17T15:53:59.173Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-03-17T15:53:59.922Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-03-17T15:54:00.644Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-03-17T15:54:01.006Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-03-17T15:54:01.752Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
321 | 2025-03-17T15:54:02.310Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
322 | 2025-03-17T15:54:02.654Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
323 | 2025-03-17T15:54:03.043Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
324 | 2025-03-17T15:54:03.271Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
325 | 2025-03-17T15:54:03.536Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
326 | 2025-03-17T15:54:03.755Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
327 | 2025-03-17T15:54:04.149Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
328 | 2025-03-17T15:54:07.485Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
329 | 2025-03-17T15:54:08.434Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
330 | 2025-03-17T15:54:08.761Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
331 | 2025-03-17T15:54:09.215Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
332 | 2025-03-17T15:54:09.480Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
333 | 2025-03-17T15:54:11.748Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
334 | 2025-03-17T15:54:12.080Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
335 | 2025-03-17T15:54:12.424Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
336 | 2025-03-17T15:54:12.908Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
337 | 2025-03-17T15:54:13.633Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2025-03-17T15:54:13.895Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2025-03-17T15:54:14.170Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
340 | 2025-03-17T15:54:15.805Z | Downloading crates ... |
341 | 2025-03-17T15:54:15.874Z | Downloaded anstream v0.6.15 |
342 | 2025-03-17T15:54:15.885Z | Downloaded fnv v1.0.7 |
343 | 2025-03-17T15:54:15.905Z | Downloaded zerocopy-derive v0.7.35 |
344 | 2025-03-17T15:54:15.909Z | Downloaded dtrace-parser v0.2.0 |
345 | 2025-03-17T15:54:15.916Z | Downloaded equivalent v1.0.1 |
346 | 2025-03-17T15:54:15.924Z | Downloaded winnow v0.7.3 |
347 | 2025-03-17T15:54:15.933Z | Downloaded scroll_derive v0.12.0 |
348 | 2025-03-17T15:54:15.945Z | Downloaded usdt-attr-macro v0.5.0 |
349 | 2025-03-17T15:54:15.948Z | Downloaded swrite v0.1.0 |
350 | 2025-03-17T15:54:15.948Z | Downloaded pretty-hex v0.4.1 |
351 | 2025-03-17T15:54:15.951Z | Downloaded usdt-macro v0.5.0 |
352 | 2025-03-17T15:54:15.955Z | Downloaded heck v0.4.1 |
353 | 2025-03-17T15:54:15.958Z | Downloaded heck v0.5.0 |
354 | 2025-03-17T15:54:15.961Z | Downloaded fastrand v2.1.1 |
355 | 2025-03-17T15:54:15.964Z | Downloaded itoa v1.0.11 |
356 | 2025-03-17T15:54:15.964Z | Downloaded digest v0.10.7 |
357 | 2025-03-17T15:54:15.964Z | Downloaded anstyle-query v1.1.1 |
358 | 2025-03-17T15:54:15.967Z | Downloaded autocfg v1.4.0 |
359 | 2025-03-17T15:54:15.967Z | Downloaded bytecount v0.6.8 |
360 | 2025-03-17T15:54:15.971Z | Downloaded bitflags v1.3.2 |
361 | 2025-03-17T15:54:15.974Z | Downloaded cpufeatures v0.2.14 |
362 | 2025-03-17T15:54:15.974Z | Downloaded anstyle v1.0.10 |
363 | 2025-03-17T15:54:15.977Z | Downloaded cargo-platform v0.1.8 |
364 | 2025-03-17T15:54:15.977Z | Downloaded block-buffer v0.10.4 |
365 | 2025-03-17T15:54:15.977Z | Downloaded serde_spanned v0.6.8 |
366 | 2025-03-17T15:54:15.980Z | Downloaded scroll v0.12.0 |
367 | 2025-03-17T15:54:15.984Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2025-03-17T15:54:15.984Z | Downloaded cfg-if v1.0.0 |
369 | 2025-03-17T15:54:15.984Z | Downloaded byteorder v1.5.0 |
370 | 2025-03-17T15:54:15.987Z | Downloaded toml_datetime v0.6.8 |
371 | 2025-03-17T15:54:15.990Z | Downloaded thiserror-impl v2.0.11 |
372 | 2025-03-17T15:54:15.990Z | Downloaded anstyle-parse v0.2.5 |
373 | 2025-03-17T15:54:15.993Z | Downloaded tabled_derive v0.7.0 |
374 | 2025-03-17T15:54:15.993Z | Downloaded clap_lex v0.7.4 |
375 | 2025-03-17T15:54:15.997Z | Downloaded strsim v0.11.1 |
376 | 2025-03-17T15:54:16.002Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-03-17T15:54:16.005Z | Downloaded thiserror-impl v1.0.69 |
378 | 2025-03-17T15:54:16.005Z | Downloaded plain v0.2.3 |
379 | 2025-03-17T15:54:16.008Z | Downloaded is_terminal_polyfill v1.70.1 |
380 | 2025-03-17T15:54:16.011Z | Downloaded colorchoice v1.0.2 |
381 | 2025-03-17T15:54:16.015Z | Downloaded dof v0.3.0 |
382 | 2025-03-17T15:54:16.015Z | Downloaded version_check v0.9.5 |
383 | 2025-03-17T15:54:16.018Z | Downloaded utf8parse v0.2.2 |
384 | 2025-03-17T15:54:16.018Z | Downloaded crypto-common v0.1.6 |
385 | 2025-03-17T15:54:16.019Z | Downloaded camino-tempfile v1.1.1 |
386 | 2025-03-17T15:54:16.019Z | Downloaded thread-id v4.2.2 |
387 | 2025-03-17T15:54:16.022Z | Downloaded thiserror v1.0.69 |
388 | 2025-03-17T15:54:16.025Z | Downloaded terminal_size v0.2.6 |
389 | 2025-03-17T15:54:16.025Z | Downloaded camino v1.1.9 |
390 | 2025-03-17T15:54:16.028Z | Downloaded macaddr v1.0.1 |
391 | 2025-03-17T15:54:16.028Z | Downloaded terminal_size v0.4.0 |
392 | 2025-03-17T15:54:16.031Z | Downloaded usdt v0.5.0 |
393 | 2025-03-17T15:54:16.031Z | Downloaded generic-array v0.14.7 |
394 | 2025-03-17T15:54:16.035Z | Downloaded pest_generator v2.7.14 |
395 | 2025-03-17T15:54:16.039Z | Downloaded fs-err v2.11.0 |
396 | 2025-03-17T15:54:16.042Z | Downloaded cargo_toml v0.21.0 |
397 | 2025-03-17T15:54:16.045Z | Downloaded cargo_metadata v0.19.2 |
398 | 2025-03-17T15:54:16.048Z | Downloaded pest_derive v2.7.14 |
399 | 2025-03-17T15:54:16.051Z | Downloaded thiserror v2.0.11 |
400 | 2025-03-17T15:54:16.058Z | Downloaded tempfile v3.13.0 |
401 | 2025-03-17T15:54:16.058Z | Downloaded semver v1.0.25 |
402 | 2025-03-17T15:54:16.062Z | Downloaded proc-macro-error v1.0.4 |
403 | 2025-03-17T15:54:16.065Z | Downloaded memmap v0.7.0 |
404 | 2025-03-17T15:54:16.066Z | Downloaded quote v1.0.39 |
405 | 2025-03-17T15:54:16.069Z | Downloaded smawk v0.3.2 |
406 | 2025-03-17T15:54:16.069Z | Downloaded errno v0.3.9 |
407 | 2025-03-17T15:54:16.072Z | Downloaded io-lifetimes v1.0.11 |
408 | 2025-03-17T15:54:16.076Z | Downloaded sha2 v0.10.8 |
409 | 2025-03-17T15:54:16.086Z | Downloaded usdt-impl v0.5.0 |
410 | 2025-03-17T15:54:16.090Z | Downloaded clap v4.5.31 |
411 | 2025-03-17T15:54:16.096Z | Downloaded toml v0.8.20 |
412 | 2025-03-17T15:54:16.100Z | Downloaded bitflags v2.6.0 |
413 | 2025-03-17T15:54:16.103Z | Downloaded once_cell v1.20.3 |
414 | 2025-03-17T15:54:16.107Z | Downloaded clap_derive v4.5.28 |
415 | 2025-03-17T15:54:16.110Z | Downloaded proc-macro2 v1.0.94 |
416 | 2025-03-17T15:54:16.113Z | Downloaded log v0.4.22 |
417 | 2025-03-17T15:54:16.113Z | Downloaded unicode-linebreak v0.1.5 |
418 | 2025-03-17T15:54:16.117Z | Downloaded ucd-trie v0.1.7 |
419 | 2025-03-17T15:54:16.117Z | Downloaded typenum v1.17.0 |
420 | 2025-03-17T15:54:16.121Z | Downloaded unicode-ident v1.0.14 |
421 | 2025-03-17T15:54:16.125Z | Downloaded pest_meta v2.7.14 |
422 | 2025-03-17T15:54:16.125Z | Downloaded anyhow v1.0.97 |
423 | 2025-03-17T15:54:16.128Z | Downloaded textwrap v0.16.1 |
424 | 2025-03-17T15:54:16.133Z | Downloaded serde_derive v1.0.218 |
425 | 2025-03-17T15:54:16.139Z | Downloaded ryu v1.0.18 |
426 | 2025-03-17T15:54:16.142Z | Downloaded papergrid v0.11.0 |
427 | 2025-03-17T15:54:16.147Z | Downloaded indexmap v2.7.1 |
428 | 2025-03-17T15:54:16.152Z | Downloaded serde v1.0.218 |
429 | 2025-03-17T15:54:16.159Z | Downloaded goblin v0.8.2 |
430 | 2025-03-17T15:54:16.180Z | Downloaded memchr v2.7.4 |
431 | 2025-03-17T15:54:16.191Z | Downloaded toml_edit v0.22.24 |
432 | 2025-03-17T15:54:16.212Z | Downloaded pest v2.7.14 |
433 | 2025-03-17T15:54:16.224Z | Downloaded hashbrown v0.15.1 |
434 | 2025-03-17T15:54:16.227Z | Downloaded clap_builder v4.5.31 |
435 | 2025-03-17T15:54:16.244Z | Downloaded tabled v0.15.0 |
436 | 2025-03-17T15:54:16.259Z | Downloaded zerocopy v0.7.35 |
437 | 2025-03-17T15:54:16.273Z | Downloaded serde_json v1.0.139 |
438 | 2025-03-17T15:54:16.286Z | Downloaded syn v1.0.109 |
439 | 2025-03-17T15:54:16.295Z | Downloaded unicode-width v0.1.14 |
440 | 2025-03-17T15:54:16.315Z | Downloaded syn v2.0.98 |
441 | 2025-03-17T15:54:16.326Z | Downloaded rustix v0.37.28 |
442 | 2025-03-17T15:54:16.344Z | Downloaded rustix v0.38.37 |
443 | 2025-03-17T15:54:16.388Z | Downloaded libc v0.2.170 |
444 | 2025-03-17T15:54:16.533Z | Compiling proc-macro2 v1.0.94 |
445 | 2025-03-17T15:54:16.533Z | Compiling unicode-ident v1.0.14 |
446 | 2025-03-17T15:54:16.537Z | Compiling serde v1.0.218 |
447 | 2025-03-17T15:54:16.537Z | Compiling libc v0.2.170 |
448 | 2025-03-17T15:54:16.537Z | Compiling version_check v0.9.5 |
449 | 2025-03-17T15:54:16.572Z | Compiling memchr v2.7.4 |
450 | 2025-03-17T15:54:16.575Z | Compiling thiserror v1.0.69 |
451 | 2025-03-17T15:54:16.575Z | Compiling itoa v1.0.11 |
452 | 2025-03-17T15:54:16.815Z | Compiling ucd-trie v0.1.7 |
453 | 2025-03-17T15:54:16.840Z | Compiling ryu v1.0.18 |
454 | 2025-03-17T15:54:17.286Z | Compiling once_cell v1.20.3 |
455 | 2025-03-17T15:54:17.332Z | Compiling byteorder v1.5.0 |
456 | 2025-03-17T15:54:17.356Z | Compiling rustix v0.38.37 |
457 | 2025-03-17T15:54:17.681Z | Compiling serde_json v1.0.139 |
458 | 2025-03-17T15:54:17.809Z | Compiling bitflags v2.6.0 |
459 | 2025-03-17T15:54:18.074Z | Compiling proc-macro-error-attr v1.0.4 |
460 | 2025-03-17T15:54:18.103Z | Compiling usdt-impl v0.5.0 |
461 | 2025-03-17T15:54:18.164Z | Compiling io-lifetimes v1.0.11 |
462 | 2025-03-17T15:54:18.188Z | Compiling syn v1.0.109 |
463 | 2025-03-17T15:54:18.211Z | Compiling proc-macro-error v1.0.4 |
464 | 2025-03-17T15:54:18.390Z | Compiling quote v1.0.39 |
465 | 2025-03-17T15:54:18.605Z | Compiling errno v0.3.9 |
466 | 2025-03-17T15:54:18.633Z | Compiling plain v0.2.3 |
467 | 2025-03-17T15:54:18.751Z | Compiling syn v2.0.98 |
468 | 2025-03-17T15:54:18.874Z | Compiling rustix v0.37.28 |
469 | 2025-03-17T15:54:18.931Z | Compiling camino v1.1.9 |
470 | 2025-03-17T15:54:19.038Z | Compiling thread-id v4.2.2 |
471 | 2025-03-17T15:54:19.098Z | Compiling equivalent v1.0.1 |
472 | 2025-03-17T15:54:19.102Z | Compiling hashbrown v0.15.1 |
473 | 2025-03-17T15:54:19.173Z | Compiling log v0.4.22 |
474 | 2025-03-17T15:54:19.235Z | Compiling utf8parse v0.2.2 |
475 | 2025-03-17T15:54:19.424Z | Compiling anstyle-parse v0.2.5 |
476 | 2025-03-17T15:54:19.811Z | Compiling semver v1.0.25 |
477 | 2025-03-17T15:54:19.837Z | Compiling anstyle v1.0.10 |
478 | 2025-03-17T15:54:20.196Z | Compiling indexmap v2.7.1 |
479 | 2025-03-17T15:54:20.267Z | Compiling winnow v0.7.3 |
480 | 2025-03-17T15:54:20.295Z | Compiling anstyle-query v1.1.1 |
481 | 2025-03-17T15:54:20.295Z | Compiling bitflags v1.3.2 |
482 | 2025-03-17T15:54:20.371Z | Compiling colorchoice v1.0.2 |
483 | 2025-03-17T15:54:20.435Z | Compiling autocfg v1.4.0 |
484 | 2025-03-17T15:54:20.516Z | Compiling is_terminal_polyfill v1.70.1 |
485 | 2025-03-17T15:54:20.547Z | Compiling pretty-hex v0.4.1 |
486 | 2025-03-17T15:54:20.658Z | Compiling thiserror v2.0.11 |
487 | 2025-03-17T15:54:20.779Z | Compiling unicode-width v0.1.14 |
488 | 2025-03-17T15:54:21.334Z | Compiling terminal_size v0.4.0 |
489 | 2025-03-17T15:54:21.392Z | Compiling fs-err v2.11.0 |
490 | 2025-03-17T15:54:21.418Z | Compiling anstream v0.6.15 |
491 | 2025-03-17T15:54:21.710Z | Compiling heck v0.4.1 |
492 | 2025-03-17T15:54:21.769Z | Compiling cfg-if v1.0.0 |
493 | 2025-03-17T15:54:21.792Z | Compiling fnv v1.0.7 |
494 | 2025-03-17T15:54:21.882Z | Compiling bytecount v0.6.8 |
495 | 2025-03-17T15:54:21.953Z | Compiling strsim v0.11.1 |
496 | 2025-03-17T15:54:22.013Z | Compiling heck v0.5.0 |
497 | 2025-03-17T15:54:22.122Z | Compiling fastrand v2.1.1 |
498 | 2025-03-17T15:54:22.523Z | Compiling anyhow v1.0.97 |
499 | 2025-03-17T15:54:22.643Z | Compiling clap_lex v0.7.4 |
500 | 2025-03-17T15:54:22.679Z | Compiling terminal_size v0.2.6 |
501 | 2025-03-17T15:54:22.712Z | Compiling tempfile v3.13.0 |
502 | 2025-03-17T15:54:22.891Z | Compiling papergrid v0.11.0 |
503 | 2025-03-17T15:54:23.079Z | Compiling clap_builder v4.5.31 |
504 | 2025-03-17T15:54:23.276Z | Compiling memmap v0.7.0 |
505 | 2025-03-17T15:54:23.463Z | Compiling smawk v0.3.2 |
506 | 2025-03-17T15:54:23.525Z | Compiling unicode-linebreak v0.1.5 |
507 | 2025-03-17T15:54:23.763Z | Compiling swrite v0.1.0 |
508 | 2025-03-17T15:54:24.044Z | Compiling textwrap v0.16.1 |
509 | 2025-03-17T15:54:24.467Z | Compiling tabled_derive v0.7.0 |
510 | 2025-03-17T15:54:26.031Z | Compiling tabled v0.15.0 |
511 | 2025-03-17T15:54:26.056Z | Compiling serde_derive v1.0.218 |
512 | 2025-03-17T15:54:26.056Z | Compiling thiserror-impl v1.0.69 |
513 | 2025-03-17T15:54:26.060Z | Compiling zerocopy-derive v0.7.35 |
514 | 2025-03-17T15:54:26.060Z | Compiling scroll_derive v0.12.0 |
515 | 2025-03-17T15:54:26.060Z | Compiling thiserror-impl v2.0.11 |
516 | 2025-03-17T15:54:26.060Z | Compiling clap_derive v4.5.28 |
517 | 2025-03-17T15:54:27.543Z | Compiling scroll v0.12.0 |
518 | 2025-03-17T15:54:28.070Z | Compiling zerocopy v0.7.35 |
519 | 2025-03-17T15:54:28.109Z | Compiling goblin v0.8.2 |
520 | 2025-03-17T15:54:29.214Z | Compiling pest v2.7.14 |
521 | 2025-03-17T15:54:30.628Z | Compiling clap v4.5.31 |
522 | 2025-03-17T15:54:31.469Z | Compiling pest_meta v2.7.14 |
523 | 2025-03-17T15:54:32.367Z | Compiling pest_generator v2.7.14 |
524 | 2025-03-17T15:54:33.790Z | Compiling pest_derive v2.7.14 |
525 | 2025-03-17T15:54:34.480Z | Compiling dtrace-parser v0.2.0 |
526 | 2025-03-17T15:54:35.319Z | Compiling serde_tokenstream v0.2.2 |
527 | 2025-03-17T15:54:35.355Z | Compiling serde_spanned v0.6.8 |
528 | 2025-03-17T15:54:35.355Z | Compiling toml_datetime v0.6.8 |
529 | 2025-03-17T15:54:35.583Z | Compiling cargo-platform v0.1.8 |
530 | 2025-03-17T15:54:35.586Z | Compiling macaddr v1.0.1 |
531 | 2025-03-17T15:54:35.875Z | Compiling toml_edit v0.22.24 |
532 | 2025-03-17T15:54:36.019Z | Compiling camino-tempfile v1.1.1 |
533 | 2025-03-17T15:54:36.705Z | Compiling dof v0.3.0 |
534 | 2025-03-17T15:54:36.744Z | Compiling cargo_metadata v0.19.2 |
535 | 2025-03-17T15:54:38.042Z | Compiling usdt-attr-macro v0.5.0 |
536 | 2025-03-17T15:54:38.042Z | Compiling usdt-macro v0.5.0 |
537 | 2025-03-17T15:54:38.532Z | Compiling toml v0.8.20 |
538 | 2025-03-17T15:54:39.155Z | Compiling usdt v0.5.0 |
539 | 2025-03-17T15:54:39.339Z | Compiling cargo_toml v0.21.0 |
540 | 2025-03-17T15:54:42.025Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
541 | 2025-03-17T15:54:45.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.73s |
542 | 2025-03-17T15:54:45.520Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
543 | 2025-03-17T15:54:46.098Z | Downloading crates ... |
544 | 2025-03-17T15:54:46.234Z | Downloaded ascii-canvas v3.0.0 |
545 | 2025-03-17T15:54:46.238Z | Downloaded arrayvec v0.7.6 |
546 | 2025-03-17T15:54:46.244Z | Downloaded assert_matches v1.5.0 |
547 | 2025-03-17T15:54:46.247Z | Downloaded atomicwrites v0.4.4 |
548 | 2025-03-17T15:54:46.252Z | Downloaded cfg_aliases v0.1.1 |
549 | 2025-03-17T15:54:46.256Z | Downloaded async-stream-impl v0.3.6 |
550 | 2025-03-17T15:54:46.265Z | Downloaded crucible-workspace-hack v0.1.0 |
551 | 2025-03-17T15:54:46.268Z | Downloaded cfg_aliases v0.2.1 |
552 | 2025-03-17T15:54:46.268Z | Downloaded hex-literal v0.4.1 |
553 | 2025-03-17T15:54:46.268Z | Downloaded hex v0.4.3 |
554 | 2025-03-17T15:54:46.273Z | Downloaded ciborium-io v0.2.2 |
555 | 2025-03-17T15:54:46.276Z | Downloaded atty v0.2.14 |
556 | 2025-03-17T15:54:46.276Z | Downloaded heck v0.3.3 |
557 | 2025-03-17T15:54:46.276Z | Downloaded ctr v0.9.2 |
558 | 2025-03-17T15:54:46.279Z | Downloaded crunchy v0.2.2 |
559 | 2025-03-17T15:54:46.282Z | Downloaded headers v0.4.0 |
560 | 2025-03-17T15:54:46.286Z | Downloaded cstr-argument v0.1.2 |
561 | 2025-03-17T15:54:46.289Z | Downloaded heapless v0.8.0 |
562 | 2025-03-17T15:54:46.293Z | Downloaded pretty-hex v0.2.1 |
563 | 2025-03-17T15:54:46.297Z | Downloaded hickory-client v0.24.4 |
564 | 2025-03-17T15:54:46.300Z | Downloaded arrayref v0.3.9 |
565 | 2025-03-17T15:54:46.300Z | Downloaded hickory-resolver v0.24.4 |
566 | 2025-03-17T15:54:46.305Z | Downloaded array-init v0.0.4 |
567 | 2025-03-17T15:54:46.309Z | Downloaded adler2 v2.0.0 |
568 | 2025-03-17T15:54:46.309Z | Downloaded heapless v0.7.17 |
569 | 2025-03-17T15:54:46.312Z | Downloaded hickory-proto v0.24.4 |
570 | 2025-03-17T15:54:46.331Z | Downloaded humantime v2.1.0 |
571 | 2025-03-17T15:54:46.334Z | Downloaded hkdf v0.12.4 |
572 | 2025-03-17T15:54:46.337Z | Downloaded hickory-server v0.24.4 |
573 | 2025-03-17T15:54:46.342Z | Downloaded hubpack_derive v0.1.1 |
574 | 2025-03-17T15:54:46.345Z | Downloaded hmac v0.12.1 |
575 | 2025-03-17T15:54:46.349Z | Downloaded hubpack v0.1.2 |
576 | 2025-03-17T15:54:46.349Z | Downloaded http v1.2.0 |
577 | 2025-03-17T15:54:46.352Z | Downloaded cipher v0.4.4 |
578 | 2025-03-17T15:54:46.355Z | Downloaded iana-time-zone v0.1.61 |
579 | 2025-03-17T15:54:46.358Z | Downloaded hostname v0.3.1 |
580 | 2025-03-17T15:54:46.361Z | Downloaded hyper-tls v0.6.0 |
581 | 2025-03-17T15:54:46.365Z | Downloaded hostname v0.4.0 |
582 | 2025-03-17T15:54:46.365Z | Downloaded httpdate v1.0.3 |
583 | 2025-03-17T15:54:46.365Z | Downloaded http-body-util v0.1.2 |
584 | 2025-03-17T15:54:46.368Z | Downloaded ident_case v1.0.1 |
585 | 2025-03-17T15:54:46.372Z | Downloaded addr2line v0.24.2 |
586 | 2025-03-17T15:54:46.372Z | Downloaded icu_provider_macros v1.5.0 |
587 | 2025-03-17T15:54:46.375Z | Downloaded instant v0.1.13 |
588 | 2025-03-17T15:54:46.378Z | Downloaded is_ci v1.2.0 |
589 | 2025-03-17T15:54:46.378Z | Downloaded rfc6979 v0.4.0 |
590 | 2025-03-17T15:54:46.378Z | Downloaded progenitor-client v0.9.1 |
591 | 2025-03-17T15:54:46.381Z | Downloaded arc-swap v1.7.1 |
592 | 2025-03-17T15:54:46.385Z | Downloaded icu_locid_transform v1.5.0 |
593 | 2025-03-17T15:54:46.388Z | Downloaded proc-macro-error-attr2 v2.0.0 |
594 | 2025-03-17T15:54:46.391Z | Downloaded async-trait v0.1.87 |
595 | 2025-03-17T15:54:46.394Z | Downloaded match_cfg v0.1.0 |
596 | 2025-03-17T15:54:46.395Z | Downloaded console v0.15.10 |
597 | 2025-03-17T15:54:46.398Z | Downloaded bzip2 v0.4.4 |
598 | 2025-03-17T15:54:46.401Z | Downloaded async-recursion v1.1.1 |
599 | 2025-03-17T15:54:46.404Z | Downloaded inout v0.1.3 |
600 | 2025-03-17T15:54:46.407Z | Downloaded indent_write v2.2.0 |
601 | 2025-03-17T15:54:46.407Z | Downloaded impl-trait-for-tuples v0.2.2 |
602 | 2025-03-17T15:54:46.411Z | Downloaded idna_adapter v1.2.0 |
603 | 2025-03-17T15:54:46.414Z | Downloaded strum v0.26.3 |
604 | 2025-03-17T15:54:46.414Z | Downloaded chacha20 v0.9.1 |
605 | 2025-03-17T15:54:46.418Z | Downloaded bit-vec v0.8.0 |
606 | 2025-03-17T15:54:46.418Z | Downloaded keccak v0.1.5 |
607 | 2025-03-17T15:54:46.422Z | Downloaded indoc v2.0.6 |
608 | 2025-03-17T15:54:46.425Z | Downloaded cargo_metadata v0.18.1 |
609 | 2025-03-17T15:54:46.425Z | Downloaded httparse v1.9.5 |
610 | 2025-03-17T15:54:46.429Z | Downloaded bcs v0.1.6 |
611 | 2025-03-17T15:54:46.432Z | Downloaded csv-core v0.1.11 |
612 | 2025-03-17T15:54:46.435Z | Downloaded md5 v0.7.0 |
613 | 2025-03-17T15:54:46.435Z | Downloaded lru v0.12.5 |
614 | 2025-03-17T15:54:46.435Z | Downloaded libsw v3.4.0 |
615 | 2025-03-17T15:54:46.438Z | Downloaded linked-hash-map v0.5.6 |
616 | 2025-03-17T15:54:46.442Z | Downloaded lockfree-object-pool v0.1.6 |
617 | 2025-03-17T15:54:46.442Z | Downloaded mime v0.3.17 |
618 | 2025-03-17T15:54:46.445Z | Downloaded maplit v1.0.2 |
619 | 2025-03-17T15:54:46.445Z | Downloaded lru-cache v0.1.2 |
620 | 2025-03-17T15:54:46.448Z | Downloaded vte_generate_state_changes v0.1.2 |
621 | 2025-03-17T15:54:46.448Z | Downloaded rand_chacha v0.9.0 |
622 | 2025-03-17T15:54:46.452Z | Downloaded radium v0.7.0 |
623 | 2025-03-17T15:54:46.452Z | Downloaded async-bb8-diesel v0.2.1 |
624 | 2025-03-17T15:54:46.455Z | Downloaded libsw-core v0.3.1 |
625 | 2025-03-17T15:54:46.458Z | Downloaded slog-bunyan v2.5.0 |
626 | 2025-03-17T15:54:46.458Z | Downloaded ahash v0.8.11 |
627 | 2025-03-17T15:54:46.462Z | Downloaded shlex v1.3.0 |
628 | 2025-03-17T15:54:46.465Z | Downloaded sqlformat v0.2.6 |
629 | 2025-03-17T15:54:46.465Z | Downloaded strum_macros v0.24.3 |
630 | 2025-03-17T15:54:46.468Z | Downloaded cookie v0.18.1 |
631 | 2025-03-17T15:54:46.472Z | Downloaded jobserver v0.1.32 |
632 | 2025-03-17T15:54:46.475Z | Downloaded icu_normalizer v1.5.0 |
633 | 2025-03-17T15:54:46.479Z | Downloaded unarray v0.1.4 |
634 | 2025-03-17T15:54:46.479Z | Downloaded hyper-util v0.1.10 |
635 | 2025-03-17T15:54:46.485Z | Downloaded unicode-truncate v1.1.0 |
636 | 2025-03-17T15:54:46.489Z | Downloaded slog-async v2.8.0 |
637 | 2025-03-17T15:54:46.489Z | Downloaded libloading v0.8.5 |
638 | 2025-03-17T15:54:46.492Z | Downloaded number_prefix v0.4.0 |
639 | 2025-03-17T15:54:46.492Z | Downloaded num_threads v0.1.7 |
640 | 2025-03-17T15:54:46.496Z | Downloaded dsl_auto_type v0.1.2 |
641 | 2025-03-17T15:54:46.496Z | Downloaded newtype_derive v0.1.6 |
642 | 2025-03-17T15:54:46.500Z | Downloaded zerovec-derive v0.10.3 |
643 | 2025-03-17T15:54:46.500Z | Downloaded structmeta-derive v0.3.0 |
644 | 2025-03-17T15:54:46.503Z | Downloaded tokio-rustls v0.25.0 |
645 | 2025-03-17T15:54:46.506Z | Downloaded rustc-demangle v0.1.24 |
646 | 2025-03-17T15:54:46.506Z | Downloaded progenitor-client v0.8.0 |
647 | 2025-03-17T15:54:46.509Z | Downloaded precomputed-hash v0.1.1 |
648 | 2025-03-17T15:54:46.509Z | Downloaded path-slash v0.1.5 |
649 | 2025-03-17T15:54:46.509Z | Downloaded zeroize v1.8.1 |
650 | 2025-03-17T15:54:46.513Z | Downloaded either v1.14.0 |
651 | 2025-03-17T15:54:46.517Z | Downloaded diesel-dtrace v0.4.2 |
652 | 2025-03-17T15:54:46.517Z | Downloaded tiny-keccak v2.0.2 |
653 | 2025-03-17T15:54:46.520Z | Downloaded env_logger v0.11.5 |
654 | 2025-03-17T15:54:46.523Z | Downloaded russh-cryptovec v0.7.3 |
655 | 2025-03-17T15:54:46.523Z | Downloaded rand_seeder v0.3.0 |
656 | 2025-03-17T15:54:46.527Z | Downloaded tokio-tungstenite v0.24.0 |
657 | 2025-03-17T15:54:46.530Z | Downloaded rpassword v7.3.1 |
658 | 2025-03-17T15:54:46.530Z | Downloaded zeroize_derive v1.4.2 |
659 | 2025-03-17T15:54:46.530Z | Downloaded sct v0.7.1 |
660 | 2025-03-17T15:54:46.534Z | Downloaded serde_plain v1.0.2 |
661 | 2025-03-17T15:54:46.537Z | Downloaded base64 v0.13.1 |
662 | 2025-03-17T15:54:46.540Z | Downloaded yasna v0.5.2 |
663 | 2025-03-17T15:54:46.543Z | Downloaded num_enum_derive v0.5.11 |
664 | 2025-03-17T15:54:46.547Z | Downloaded chacha20poly1305 v0.10.1 |
665 | 2025-03-17T15:54:46.547Z | Downloaded der_derive v0.7.3 |
666 | 2025-03-17T15:54:46.550Z | Downloaded ppv-lite86 v0.2.20 |
667 | 2025-03-17T15:54:46.553Z | Downloaded indicatif v0.17.11 |
668 | 2025-03-17T15:54:46.556Z | Downloaded powerfmt v0.2.0 |
669 | 2025-03-17T15:54:46.559Z | Downloaded pbkdf2 v0.11.0 |
670 | 2025-03-17T15:54:46.562Z | Downloaded signal-hook v0.3.17 |
671 | 2025-03-17T15:54:46.565Z | Downloaded derive_builder_macro v0.20.2 |
672 | 2025-03-17T15:54:46.565Z | Downloaded yoke-derive v0.7.4 |
673 | 2025-03-17T15:54:46.570Z | Downloaded tinyvec_macros v0.1.1 |
674 | 2025-03-17T15:54:46.570Z | Downloaded rtoolbox v0.0.2 |
675 | 2025-03-17T15:54:46.573Z | Downloaded flagset v0.4.6 |
676 | 2025-03-17T15:54:46.573Z | Downloaded nibble_vec v0.1.0 |
677 | 2025-03-17T15:54:46.576Z | Downloaded futures-task v0.3.31 |
678 | 2025-03-17T15:54:46.576Z | Downloaded slab v0.4.9 |
679 | 2025-03-17T15:54:46.589Z | Downloaded opaque-debug v0.3.1 |
680 | 2025-03-17T15:54:46.593Z | Downloaded tokio-macros v2.5.0 |
681 | 2025-03-17T15:54:46.593Z | Downloaded fxhash v0.2.1 |
682 | 2025-03-17T15:54:46.596Z | Downloaded endian-type v0.1.2 |
683 | 2025-03-17T15:54:46.596Z | Downloaded siphasher v0.3.11 |
684 | 2025-03-17T15:54:46.596Z | Downloaded simd-adler32 v0.3.7 |
685 | 2025-03-17T15:54:46.599Z | Downloaded utf8_iter v1.0.4 |
686 | 2025-03-17T15:54:46.599Z | Downloaded const_format v0.2.34 |
687 | 2025-03-17T15:54:46.605Z | Downloaded debug-ignore v1.0.5 |
688 | 2025-03-17T15:54:46.608Z | Downloaded utf-8 v0.7.6 |
689 | 2025-03-17T15:54:46.611Z | Downloaded base64 v0.21.7 |
690 | 2025-03-17T15:54:46.614Z | Downloaded serde-big-array v0.5.1 |
691 | 2025-03-17T15:54:46.618Z | Downloaded backtrace v0.3.74 |
692 | 2025-03-17T15:54:46.621Z | Downloaded toolchain_find v0.4.0 |
693 | 2025-03-17T15:54:46.624Z | Downloaded ed25519 v2.2.3 |
694 | 2025-03-17T15:54:46.628Z | Downloaded peg-runtime v0.8.5 |
695 | 2025-03-17T15:54:46.628Z | Downloaded fallible-iterator v0.2.0 |
696 | 2025-03-17T15:54:46.631Z | Downloaded ghash v0.5.1 |
697 | 2025-03-17T15:54:46.631Z | Downloaded aes v0.8.4 |
698 | 2025-03-17T15:54:46.634Z | Downloaded try-lock v0.2.5 |
699 | 2025-03-17T15:54:46.637Z | Downloaded nu-ansi-term v0.50.1 |
700 | 2025-03-17T15:54:46.640Z | Downloaded fixedbitset v0.5.7 |
701 | 2025-03-17T15:54:46.644Z | Downloaded zip v0.6.6 |
702 | 2025-03-17T15:54:46.647Z | Downloaded xz2 v0.1.7 |
703 | 2025-03-17T15:54:46.650Z | Downloaded postgres-protocol v0.6.8 |
704 | 2025-03-17T15:54:46.653Z | Downloaded zone_cfg_derive v0.3.0 |
705 | 2025-03-17T15:54:46.653Z | Downloaded utf16_iter v1.0.5 |
706 | 2025-03-17T15:54:46.653Z | Downloaded zone_cfg_derive v0.1.2 |
707 | 2025-03-17T15:54:46.656Z | Downloaded r2d2 v0.8.10 |
708 | 2025-03-17T15:54:46.656Z | Downloaded quinn-udp v0.5.5 |
709 | 2025-03-17T15:54:46.660Z | Downloaded gethostname v0.5.0 |
710 | 2025-03-17T15:54:46.660Z | Downloaded uzers v0.12.1 |
711 | 2025-03-17T15:54:46.663Z | Downloaded defmt v0.3.8 |
712 | 2025-03-17T15:54:46.667Z | Downloaded write16 v1.0.0 |
713 | 2025-03-17T15:54:46.671Z | Downloaded normalize-line-endings v0.3.0 |
714 | 2025-03-17T15:54:46.671Z | Downloaded rustc_version v0.4.1 |
715 | 2025-03-17T15:54:46.674Z | Downloaded crossbeam-channel v0.5.13 |
716 | 2025-03-17T15:54:46.677Z | Downloaded serde_path_to_error v0.1.16 |
717 | 2025-03-17T15:54:46.681Z | Downloaded foreign-types-shared v0.1.1 |
718 | 2025-03-17T15:54:46.681Z | Downloaded subtle v2.6.1 |
719 | 2025-03-17T15:54:46.684Z | Downloaded foreign-types v0.3.2 |
720 | 2025-03-17T15:54:46.684Z | Downloaded foreign-types-shared v0.3.1 |
721 | 2025-03-17T15:54:46.684Z | Downloaded supports-color v3.0.2 |
722 | 2025-03-17T15:54:46.687Z | Downloaded pem v3.0.5 |
723 | 2025-03-17T15:54:46.691Z | Downloaded oxnet v0.1.1 |
724 | 2025-03-17T15:54:46.691Z | Downloaded serde-hex v0.1.0 |
725 | 2025-03-17T15:54:46.696Z | Downloaded getrandom v0.2.15 |
726 | 2025-03-17T15:54:46.699Z | Downloaded parse-size v1.1.0 |
727 | 2025-03-17T15:54:46.699Z | Downloaded slog-stdlog v4.1.1 |
728 | 2025-03-17T15:54:46.699Z | Downloaded topological-sort v0.2.2 |
729 | 2025-03-17T15:54:46.702Z | Downloaded tokio-native-tls v0.3.1 |
730 | 2025-03-17T15:54:46.706Z | Downloaded slog-scope v4.4.0 |
731 | 2025-03-17T15:54:46.706Z | Downloaded wyz v0.5.1 |
732 | 2025-03-17T15:54:46.709Z | Downloaded untrusted v0.9.0 |
733 | 2025-03-17T15:54:46.709Z | Downloaded postcard v1.0.10 |
734 | 2025-03-17T15:54:46.713Z | Downloaded pin-project-lite v0.2.14 |
735 | 2025-03-17T15:54:46.717Z | Downloaded scrypt v0.11.0 |
736 | 2025-03-17T15:54:46.720Z | Downloaded zone v0.3.0 |
737 | 2025-03-17T15:54:46.724Z | Downloaded foldhash v0.1.3 |
738 | 2025-03-17T15:54:46.724Z | Downloaded serde_derive_internals v0.29.1 |
739 | 2025-03-17T15:54:46.727Z | Downloaded embedded-io v0.4.0 |
740 | 2025-03-17T15:54:46.728Z | Downloaded curve25519-dalek-derive v0.1.1 |
741 | 2025-03-17T15:54:46.728Z | Downloaded num v0.4.3 |
742 | 2025-03-17T15:54:46.731Z | Downloaded static_assertions v1.1.0 |
743 | 2025-03-17T15:54:46.731Z | Downloaded crypto-bigint v0.5.5 |
744 | 2025-03-17T15:54:46.739Z | Downloaded time-core v0.1.2 |
745 | 2025-03-17T15:54:46.743Z | Downloaded peg-macros v0.8.5 |
746 | 2025-03-17T15:54:46.746Z | Downloaded rustc-hash v1.1.0 |
747 | 2025-03-17T15:54:46.746Z | Downloaded pem-rfc7468 v0.7.0 |
748 | 2025-03-17T15:54:46.746Z | Downloaded pbkdf2 v0.12.2 |
749 | 2025-03-17T15:54:46.751Z | Downloaded new_debug_unreachable v1.0.6 |
750 | 2025-03-17T15:54:46.751Z | Downloaded twox-hash v2.1.0 |
751 | 2025-03-17T15:54:46.755Z | Downloaded tinyvec v1.8.0 |
752 | 2025-03-17T15:54:46.758Z | Downloaded num-conv v0.1.0 |
753 | 2025-03-17T15:54:46.758Z | Downloaded parse-display-derive v0.10.0 |
754 | 2025-03-17T15:54:46.761Z | Downloaded hyper v1.6.0 |
755 | 2025-03-17T15:54:46.768Z | Downloaded signature v2.2.0 |
756 | 2025-03-17T15:54:46.772Z | Downloaded zerocopy v0.6.6 |
757 | 2025-03-17T15:54:46.775Z | Downloaded num-complex v0.4.6 |
758 | 2025-03-17T15:54:46.775Z | Downloaded signal-hook-mio v0.2.4 |
759 | 2025-03-17T15:54:46.778Z | Downloaded fragile v2.0.0 |
760 | 2025-03-17T15:54:46.781Z | Downloaded want v0.3.1 |
761 | 2025-03-17T15:54:46.781Z | Downloaded sigpipe v0.1.3 |
762 | 2025-03-17T15:54:46.781Z | Downloaded scheduled-thread-pool v0.2.7 |
763 | 2025-03-17T15:54:46.785Z | Downloaded termios v0.3.3 |
764 | 2025-03-17T15:54:46.790Z | Downloaded libm v0.2.8 |
765 | 2025-03-17T15:54:46.795Z | Downloaded xattr v1.3.1 |
766 | 2025-03-17T15:54:46.798Z | Downloaded typify-macro v0.2.0 |
767 | 2025-03-17T15:54:46.798Z | Downloaded quinn v0.11.5 |
768 | 2025-03-17T15:54:46.802Z | Downloaded filetime v0.2.25 |
769 | 2025-03-17T15:54:46.817Z | Downloaded diesel_table_macro_syntax v0.2.0 |
770 | 2025-03-17T15:54:46.817Z | Downloaded predicates-tree v1.0.11 |
771 | 2025-03-17T15:54:46.817Z | Downloaded predicates-core v1.0.8 |
772 | 2025-03-17T15:54:46.817Z | Downloaded whoami v1.5.2 |
773 | 2025-03-17T15:54:46.817Z | Downloaded itertools v0.12.1 |
774 | 2025-03-17T15:54:46.822Z | Downloaded pin-utils v0.1.0 |
775 | 2025-03-17T15:54:46.825Z | Downloaded signal-hook-registry v1.4.2 |
776 | 2025-03-17T15:54:46.825Z | Downloaded psl-types v2.0.11 |
777 | 2025-03-17T15:54:46.825Z | Downloaded rustc-hash v2.1.1 |
778 | 2025-03-17T15:54:46.828Z | Downloaded parking_lot_core v0.9.10 |
779 | 2025-03-17T15:54:46.831Z | Downloaded tower-layer v0.3.3 |
780 | 2025-03-17T15:54:46.831Z | Downloaded subprocess v0.2.9 |
781 | 2025-03-17T15:54:46.835Z | Downloaded resolv-conf v0.7.0 |
782 | 2025-03-17T15:54:46.838Z | Downloaded dirs-next v2.0.0 |
783 | 2025-03-17T15:54:46.841Z | Downloaded sync_wrapper v1.0.1 |
784 | 2025-03-17T15:54:46.841Z | Downloaded sync-ptr v0.1.1 |
785 | 2025-03-17T15:54:46.841Z | Downloaded typify-macro v0.3.0 |
786 | 2025-03-17T15:54:46.841Z | Downloaded termcolor v1.4.1 |
787 | 2025-03-17T15:54:46.845Z | Downloaded darling_macro v0.20.10 |
788 | 2025-03-17T15:54:46.845Z | Downloaded waitgroup v0.1.2 |
789 | 2025-03-17T15:54:46.848Z | Downloaded zopfli v0.8.1 |
790 | 2025-03-17T15:54:46.848Z | Downloaded unicode-bidi v0.3.17 |
791 | 2025-03-17T15:54:46.853Z | Downloaded idna v1.0.3 |
792 | 2025-03-17T15:54:46.857Z | Downloaded phf_shared v0.10.0 |
793 | 2025-03-17T15:54:46.861Z | Downloaded itertools v0.13.0 |
794 | 2025-03-17T15:54:46.867Z | Downloaded dyn-clone v1.0.19 |
795 | 2025-03-17T15:54:46.870Z | Downloaded itertools v0.14.0 |
796 | 2025-03-17T15:54:46.878Z | Downloaded tower-service v0.3.3 |
797 | 2025-03-17T15:54:46.881Z | Downloaded slog-envlogger v2.2.0 |
798 | 2025-03-17T15:54:46.884Z | Downloaded which v4.4.2 |
799 | 2025-03-17T15:54:46.884Z | Downloaded p256 v0.13.2 |
800 | 2025-03-17T15:54:46.888Z | Downloaded term v0.7.0 |
801 | 2025-03-17T15:54:46.892Z | Downloaded oso-derive v0.27.3 |
802 | 2025-03-17T15:54:46.896Z | Downloaded openssl-probe v0.1.5 |
803 | 2025-03-17T15:54:46.896Z | Downloaded wait-timeout v0.2.0 |
804 | 2025-03-17T15:54:46.900Z | Downloaded openssl-macros v0.1.1 |
805 | 2025-03-17T15:54:46.900Z | Downloaded parking_lot v0.12.3 |
806 | 2025-03-17T15:54:46.903Z | Downloaded fixedbitset v0.4.2 |
807 | 2025-03-17T15:54:46.903Z | Downloaded data-encoding v2.6.0 |
808 | 2025-03-17T15:54:46.907Z | Downloaded zerovec v0.10.4 |
809 | 2025-03-17T15:54:46.912Z | Downloaded sqlparser_derive v0.2.2 |
810 | 2025-03-17T15:54:46.916Z | Downloaded phf v0.11.2 |
811 | 2025-03-17T15:54:46.916Z | Downloaded phf_codegen v0.11.2 |
812 | 2025-03-17T15:54:46.919Z | Downloaded tracing-attributes v0.1.27 |
813 | 2025-03-17T15:54:46.919Z | Downloaded pkcs5 v0.7.1 |
814 | 2025-03-17T15:54:46.923Z | Downloaded russh-keys v0.45.0 |
815 | 2025-03-17T15:54:46.927Z | Downloaded derive_builder_core v0.20.2 |
816 | 2025-03-17T15:54:46.930Z | Downloaded smallvec v0.6.14 |
817 | 2025-03-17T15:54:46.933Z | Downloaded slog-json v2.6.1 |
818 | 2025-03-17T15:54:46.933Z | Downloaded rand_xorshift v0.3.0 |
819 | 2025-03-17T15:54:46.936Z | Downloaded packed_struct_codegen v0.10.1 |
820 | 2025-03-17T15:54:46.937Z | Downloaded serde_with_macros v3.12.0 |
821 | 2025-03-17T15:54:46.940Z | Downloaded russh v0.45.0 |
822 | 2025-03-17T15:54:46.945Z | Downloaded displaydoc v0.2.5 |
823 | 2025-03-17T15:54:46.949Z | Downloaded fs_extra v1.3.0 |
824 | 2025-03-17T15:54:46.952Z | Downloaded olpc-cjson v0.1.4 |
825 | 2025-03-17T15:54:46.955Z | Downloaded derive_builder v0.20.2 |
826 | 2025-03-17T15:54:46.959Z | Downloaded termtree v0.4.1 |
827 | 2025-03-17T15:54:46.962Z | Downloaded hash32 v0.3.1 |
828 | 2025-03-17T15:54:46.962Z | Downloaded universal-hash v0.5.1 |
829 | 2025-03-17T15:54:46.965Z | Downloaded native-tls v0.2.12 |
830 | 2025-03-17T15:54:46.965Z | Downloaded poly1305 v0.8.0 |
831 | 2025-03-17T15:54:46.969Z | Downloaded mio v1.0.2 |
832 | 2025-03-17T15:54:46.975Z | Downloaded rand_core v0.9.2 |
833 | 2025-03-17T15:54:46.978Z | Downloaded pkcs1 v0.7.5 |
834 | 2025-03-17T15:54:46.981Z | Downloaded futures-core v0.3.31 |
835 | 2025-03-17T15:54:46.981Z | Downloaded defmt-macros v0.3.9 |
836 | 2025-03-17T15:54:46.984Z | Downloaded rand_chacha v0.3.1 |
837 | 2025-03-17T15:54:46.987Z | Downloaded stable_deref_trait v1.2.0 |
838 | 2025-03-17T15:54:46.987Z | Downloaded walkdir v2.5.0 |
839 | 2025-03-17T15:54:46.991Z | Downloaded num-bigint v0.4.6 |
840 | 2025-03-17T15:54:46.994Z | Downloaded packed_struct v0.10.1 |
841 | 2025-03-17T15:54:46.997Z | Downloaded tar v0.4.44 |
842 | 2025-03-17T15:54:47.000Z | Downloaded daft v0.1.2 |
843 | 2025-03-17T15:54:47.004Z | Downloaded progenitor-macro v0.8.0 |
844 | 2025-03-17T15:54:47.004Z | Downloaded owo-colors v4.2.0 |
845 | 2025-03-17T15:54:47.007Z | Downloaded rustc_version v0.1.7 |
846 | 2025-03-17T15:54:47.007Z | Downloaded zone v0.1.8 |
847 | 2025-03-17T15:54:47.010Z | Downloaded polyval v0.6.2 |
848 | 2025-03-17T15:54:47.010Z | Downloaded futures v0.3.31 |
849 | 2025-03-17T15:54:47.015Z | Downloaded thiserror-impl-no-std v2.0.2 |
850 | 2025-03-17T15:54:47.018Z | Downloaded ssh-encoding v0.2.0 |
851 | 2025-03-17T15:54:47.018Z | Downloaded typed-path v0.9.3 |
852 | 2025-03-17T15:54:47.026Z | Downloaded primeorder v0.13.6 |
853 | 2025-03-17T15:54:47.030Z | Downloaded futures-executor v0.3.31 |
854 | 2025-03-17T15:54:47.030Z | Downloaded oso v0.27.3 |
855 | 2025-03-17T15:54:47.033Z | Downloaded termtree v0.5.1 |
856 | 2025-03-17T15:54:47.033Z | Downloaded snafu v0.8.5 |
857 | 2025-03-17T15:54:47.040Z | Downloaded quick-error v1.2.3 |
858 | 2025-03-17T15:54:47.043Z | Downloaded zerofrom v0.1.4 |
859 | 2025-03-17T15:54:47.043Z | Downloaded hash32 v0.2.1 |
860 | 2025-03-17T15:54:47.046Z | Downloaded parking_lot v0.11.2 |
861 | 2025-03-17T15:54:47.049Z | Downloaded tap v1.0.1 |
862 | 2025-03-17T15:54:47.049Z | Downloaded tungstenite v0.24.0 |
863 | 2025-03-17T15:54:47.052Z | Downloaded futures-util v0.3.31 |
864 | 2025-03-17T15:54:47.065Z | Downloaded progenitor v0.8.0 |
865 | 2025-03-17T15:54:47.068Z | Downloaded proc-macro-crate v1.3.1 |
866 | 2025-03-17T15:54:47.068Z | Downloaded glob v0.3.2 |
867 | 2025-03-17T15:54:47.072Z | Downloaded progenitor v0.9.1 |
868 | 2025-03-17T15:54:47.072Z | Downloaded futures-channel v0.3.31 |
869 | 2025-03-17T15:54:47.075Z | Downloaded smf v0.2.3 |
870 | 2025-03-17T15:54:47.075Z | Downloaded rustversion v1.0.17 |
871 | 2025-03-17T15:54:47.079Z | Downloaded unsafe-libyaml v0.2.11 |
872 | 2025-03-17T15:54:47.082Z | Downloaded rustls-pemfile v2.2.0 |
873 | 2025-03-17T15:54:47.086Z | Downloaded rustls-pemfile v1.0.4 |
874 | 2025-03-17T15:54:47.086Z | Downloaded difflib v0.4.0 |
875 | 2025-03-17T15:54:47.091Z | Downloaded deranged v0.3.11 |
876 | 2025-03-17T15:54:47.091Z | Downloaded unicase v2.7.0 |
877 | 2025-03-17T15:54:47.091Z | Downloaded dropshot_endpoint v0.12.0 |
878 | 2025-03-17T15:54:47.094Z | Downloaded slog v2.7.0 |
879 | 2025-03-17T15:54:47.097Z | Downloaded vergen v8.3.2 |
880 | 2025-03-17T15:54:47.100Z | Downloaded num-bigint-dig v0.8.4 |
881 | 2025-03-17T15:54:47.103Z | Downloaded predicates v3.1.3 |
882 | 2025-03-17T15:54:47.106Z | Downloaded unicode-properties v0.1.3 |
883 | 2025-03-17T15:54:47.110Z | Downloaded papergrid v0.14.0 |
884 | 2025-03-17T15:54:47.114Z | Downloaded dirs-sys-next v0.1.2 |
885 | 2025-03-17T15:54:47.117Z | Downloaded icu_properties_data v1.5.0 |
886 | 2025-03-17T15:54:47.127Z | Downloaded salsa20 v0.10.2 |
887 | 2025-03-17T15:54:47.130Z | Downloaded multer v3.1.0 |
888 | 2025-03-17T15:54:47.133Z | Downloaded tracing-core v0.1.32 |
889 | 2025-03-17T15:54:47.137Z | Downloaded schemars v0.8.22 |
890 | 2025-03-17T15:54:47.146Z | Downloaded darling v0.20.10 |
891 | 2025-03-17T15:54:47.150Z | Downloaded aws-lc-rs v1.12.4 |
892 | 2025-03-17T15:54:47.160Z | Downloaded omicron-zone-package v0.12.0 |
893 | 2025-03-17T15:54:47.164Z | Downloaded proc-macro-error2 v2.0.1 |
894 | 2025-03-17T15:54:47.167Z | Downloaded test-strategy v0.4.0 |
895 | 2025-03-17T15:54:47.171Z | Downloaded prettyplease v0.2.30 |
896 | 2025-03-17T15:54:47.177Z | Downloaded mockall_derive v0.13.1 |
897 | 2025-03-17T15:54:47.181Z | Downloaded darling_core v0.20.10 |
898 | 2025-03-17T15:54:47.184Z | Downloaded pretty_assertions v1.4.1 |
899 | 2025-03-17T15:54:47.187Z | Downloaded toml v0.7.8 |
900 | 2025-03-17T15:54:47.191Z | Downloaded x509-cert v0.2.5 |
901 | 2025-03-17T15:54:47.195Z | Downloaded typify v0.3.0 |
902 | 2025-03-17T15:54:47.199Z | Downloaded diff v0.1.13 |
903 | 2025-03-17T15:54:47.203Z | Downloaded tracing v0.1.40 |
904 | 2025-03-17T15:54:47.209Z | Downloaded quick-xml v0.37.2 |
905 | 2025-03-17T15:54:47.215Z | Downloaded derive-where v1.2.7 |
906 | 2025-03-17T15:54:47.219Z | Downloaded tungstenite v0.21.0 |
907 | 2025-03-17T15:54:47.222Z | Downloaded lalrpop v0.19.12 |
908 | 2025-03-17T15:54:47.236Z | Downloaded der v0.7.9 |
909 | 2025-03-17T15:54:47.241Z | Downloaded half v2.4.1 |
910 | 2025-03-17T15:54:47.244Z | Downloaded serde_yaml v0.9.34+deprecated |
911 | 2025-03-17T15:54:47.249Z | Downloaded bitvec v1.0.1 |
912 | 2025-03-17T15:54:47.263Z | Downloaded hashbrown v0.12.3 |
913 | 2025-03-17T15:54:47.267Z | Downloaded git2 v0.19.0 |
914 | 2025-03-17T15:54:47.276Z | Downloaded zerocopy v0.8.10 |
915 | 2025-03-17T15:54:47.301Z | Downloaded rustyline v14.0.0 |
916 | 2025-03-17T15:54:47.306Z | Downloaded chrono v0.4.40 |
917 | 2025-03-17T15:54:47.314Z | Downloaded ssh-key v0.6.6 |
918 | 2025-03-17T15:54:47.322Z | Downloaded zerocopy-derive v0.8.10 |
919 | 2025-03-17T15:54:47.329Z | Downloaded bindgen v0.71.1 |
920 | 2025-03-17T15:54:47.336Z | Downloaded reqwest v0.12.12 |
921 | 2025-03-17T15:54:47.346Z | Downloaded hashbrown v0.13.2 |
922 | 2025-03-17T15:54:47.351Z | Downloaded h2 v0.4.6 |
923 | 2025-03-17T15:54:47.360Z | Downloaded tough v0.19.0 |
924 | 2025-03-17T15:54:47.367Z | Downloaded portable-atomic v1.9.0 |
925 | 2025-03-17T15:54:47.375Z | Downloaded vcpkg v0.2.15 |
926 | 2025-03-17T15:54:47.416Z | Downloaded rustls-webpki v0.101.7 |
927 | 2025-03-17T15:54:47.430Z | Downloaded rustls v0.21.12 |
928 | 2025-03-17T15:54:47.442Z | Downloaded winnow v0.6.20 |
929 | 2025-03-17T15:54:47.452Z | Downloaded rustls-webpki v0.102.8 |
930 | 2025-03-17T15:54:47.472Z | Downloaded curve25519-dalek v4.1.3 |
931 | 2025-03-17T15:54:47.482Z | Downloaded serde_with v3.12.0 |
932 | 2025-03-17T15:54:47.491Z | Downloaded rayon v1.10.0 |
933 | 2025-03-17T15:54:47.501Z | Downloaded smoltcp v0.9.1 |
934 | 2025-03-17T15:54:47.514Z | Downloaded p384 v0.13.0 |
935 | 2025-03-17T15:54:47.520Z | Downloaded dropshot v0.16.0 |
936 | 2025-03-17T15:54:47.542Z | Downloaded salty v0.3.0 |
937 | 2025-03-17T15:54:47.549Z | Downloaded regress v0.10.3 |
938 | 2025-03-17T15:54:47.559Z | Downloaded regex v1.11.1 |
939 | 2025-03-17T15:54:47.573Z | Downloaded petname v2.0.2 |
940 | 2025-03-17T15:54:47.579Z | Downloaded openapiv3 v2.0.0 |
941 | 2025-03-17T15:54:47.591Z | Downloaded webpki-roots v0.26.6 |
942 | 2025-03-17T15:54:47.596Z | Downloaded nix v0.27.1 |
943 | 2025-03-17T15:54:47.607Z | Downloaded regex-syntax v0.8.5 |
944 | 2025-03-17T15:54:47.616Z | Downloaded regex-syntax v0.6.29 |
945 | 2025-03-17T15:54:47.624Z | Downloaded chrono-tz v0.10.1 |
946 | 2025-03-17T15:54:47.632Z | Downloaded polar-core v0.27.3 |
947 | 2025-03-17T15:54:47.641Z | Downloaded tabled v0.18.0 |
948 | 2025-03-17T15:54:47.661Z | Downloaded nix v0.28.0 |
949 | 2025-03-17T15:54:47.672Z | Downloaded zerocopy-derive v0.6.6 |
950 | 2025-03-17T15:54:47.682Z | Downloaded openssl v0.10.71 |
951 | 2025-03-17T15:54:47.693Z | Downloaded nix v0.29.0 |
952 | 2025-03-17T15:54:47.705Z | Downloaded dropshot v0.12.0 |
953 | 2025-03-17T15:54:47.725Z | Downloaded ratatui v0.29.0 |
954 | 2025-03-17T15:54:47.745Z | Downloaded bstr v1.10.0 |
955 | 2025-03-17T15:54:47.757Z | Downloaded object v0.36.5 |
956 | 2025-03-17T15:54:47.768Z | Downloaded regex-automata v0.4.8 |
957 | 2025-03-17T15:54:47.785Z | Downloaded lzma-sys v0.1.20 |
958 | 2025-03-17T15:54:47.815Z | Downloaded smoltcp v0.11.0 |
959 | 2025-03-17T15:54:47.827Z | Downloaded diesel v2.2.8 |
960 | 2025-03-17T15:54:47.846Z | Downloaded object v0.30.4 |
961 | 2025-03-17T15:54:47.856Z | Downloaded typify-impl v0.3.0 |
962 | 2025-03-17T15:54:47.873Z | Downloaded libz-sys v1.1.20 |
963 | 2025-03-17T15:54:47.893Z | Downloaded petgraph v0.7.1 |
964 | 2025-03-17T15:54:47.912Z | Downloaded sled v0.34.7 |
965 | 2025-03-17T15:54:47.922Z | Downloaded typify-impl v0.2.0 |
966 | 2025-03-17T15:54:47.937Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
967 | 2025-03-17T15:54:47.950Z | Downloaded petgraph v0.6.5 |
968 | 2025-03-17T15:54:47.969Z | Downloaded rustls v0.23.19 |
969 | 2025-03-17T15:54:47.978Z | Downloaded rustls v0.22.4 |
970 | 2025-03-17T15:54:47.991Z | Downloaded unicode-normalization v0.1.24 |
971 | 2025-03-17T15:54:47.994Z | Downloaded winnow v0.5.40 |
972 | 2025-03-17T15:54:48.003Z | Downloaded radix_trie v0.2.1 |
973 | 2025-03-17T15:54:48.009Z | Downloaded gimli v0.31.1 |
974 | 2025-03-17T15:54:48.018Z | Downloaded quinn-proto v0.11.8 |
975 | 2025-03-17T15:54:48.024Z | Downloaded unicode_categories v0.1.1 |
976 | 2025-03-17T15:54:48.040Z | Downloaded p521 v0.13.3 |
977 | 2025-03-17T15:54:48.041Z | Downloaded blake3 v1.5.4 |
978 | 2025-03-17T15:54:48.041Z | Downloaded bindgen v0.69.5 |
979 | 2025-03-17T15:54:48.046Z | Downloaded tower v0.5.2 |
980 | 2025-03-17T15:54:48.055Z | Downloaded nom v7.1.3 |
981 | 2025-03-17T15:54:48.060Z | Downloaded tokio v1.43.0 |
982 | 2025-03-17T15:54:48.098Z | Downloaded unicode-width v0.2.0 |
983 | 2025-03-17T15:54:48.104Z | Downloaded proptest v1.6.0 |
984 | 2025-03-17T15:54:48.113Z | Downloaded toml_edit v0.19.15 |
985 | 2025-03-17T15:54:48.128Z | Downloaded csv v1.3.1 |
986 | 2025-03-17T15:54:48.148Z | Downloaded zip v2.1.3 |
987 | 2025-03-17T15:54:48.152Z | Downloaded sqlparser v0.45.0 |
988 | 2025-03-17T15:54:48.158Z | Downloaded progenitor-impl v0.9.1 |
989 | 2025-03-17T15:54:48.161Z | Downloaded samael v0.0.18 |
990 | 2025-03-17T15:54:48.166Z | Downloaded qorb v0.2.1 |
991 | 2025-03-17T15:54:48.170Z | Downloaded sha3 v0.10.8 |
992 | 2025-03-17T15:54:48.175Z | Downloaded time v0.3.36 |
993 | 2025-03-17T15:54:48.182Z | Downloaded publicsuffix v2.3.0 |
994 | 2025-03-17T15:54:48.185Z | Downloaded parse-zoneinfo v0.3.1 |
995 | 2025-03-17T15:54:48.188Z | Downloaded rayon-core v1.12.1 |
996 | 2025-03-17T15:54:48.193Z | Downloaded rcgen v0.12.1 |
997 | 2025-03-17T15:54:48.196Z | Downloaded defmt-parser v0.3.4 |
998 | 2025-03-17T15:54:48.196Z | Downloaded flume v0.11.1 |
999 | 2025-03-17T15:54:48.199Z | Downloaded openssl-sys v0.9.106 |
1000 | 2025-03-17T15:54:48.202Z | Downloaded ssh-cipher v0.2.0 |
1001 | 2025-03-17T15:54:48.206Z | Downloaded mockall v0.13.1 |
1002 | 2025-03-17T15:54:48.206Z | Downloaded flate2 v1.1.0 |
1003 | 2025-03-17T15:54:48.209Z | Downloaded ed25519-dalek v2.1.1 |
1004 | 2025-03-17T15:54:48.212Z | Downloaded tui-tree-widget v0.23.0 |
1005 | 2025-03-17T15:54:48.215Z | Downloaded dropshot_endpoint v0.16.0 |
1006 | 2025-03-17T15:54:48.218Z | Downloaded aho-corasick v1.1.3 |
1007 | 2025-03-17T15:54:48.222Z | Downloaded fatfs v0.3.6 |
1008 | 2025-03-17T15:54:48.225Z | Downloaded tungstenite v0.23.0 |
1009 | 2025-03-17T15:54:48.228Z | Downloaded tokio-util v0.7.13 |
1010 | 2025-03-17T15:54:48.234Z | Downloaded display-error-chain v0.2.2 |
1011 | 2025-03-17T15:54:48.238Z | Downloaded slog-dtrace v0.3.0 |
1012 | 2025-03-17T15:54:48.238Z | Downloaded fd-lock v4.0.2 |
1013 | 2025-03-17T15:54:48.241Z | Downloaded daft-derive v0.1.2 |
1014 | 2025-03-17T15:54:48.244Z | Downloaded typify v0.2.0 |
1015 | 2025-03-17T15:54:48.247Z | Downloaded synstructure v0.13.1 |
1016 | 2025-03-17T15:54:48.247Z | Downloaded phf_shared v0.11.2 |
1017 | 2025-03-17T15:54:48.247Z | Downloaded multimap v0.10.0 |
1018 | 2025-03-17T15:54:48.247Z | Downloaded ff v0.13.0 |
1019 | 2025-03-17T15:54:48.253Z | Downloaded newtype-uuid v1.2.1 |
1020 | 2025-03-17T15:54:48.253Z | Downloaded globset v0.4.15 |
1021 | 2025-03-17T15:54:48.257Z | Downloaded steno v0.4.1 |
1022 | 2025-03-17T15:54:48.257Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1023 | 2025-03-17T15:54:48.310Z | Downloaded expectorate v1.1.0 |
1024 | 2025-03-17T15:54:48.313Z | Downloaded aes-gcm v0.10.3 |
1025 | 2025-03-17T15:54:48.317Z | Downloaded encoding_rs v0.8.34 |
1026 | 2025-03-17T15:54:48.336Z | Downloaded ena v0.14.3 |
1027 | 2025-03-17T15:54:48.339Z | Downloaded embedded-io v0.6.1 |
1028 | 2025-03-17T15:54:48.339Z | Downloaded dunce v1.0.5 |
1029 | 2025-03-17T15:54:48.339Z | Downloaded rand v0.9.0 |
1030 | 2025-03-17T15:54:48.343Z | Downloaded rand v0.8.5 |
1031 | 2025-03-17T15:54:48.346Z | Downloaded url v2.5.3 |
1032 | 2025-03-17T15:54:48.350Z | Downloaded crossterm v0.28.1 |
1033 | 2025-03-17T15:54:48.355Z | Downloaded phf_generator v0.11.2 |
1034 | 2025-03-17T15:54:48.358Z | Downloaded ring v0.17.11 |
1035 | 2025-03-17T15:54:48.397Z | Downloaded reedline v0.38.0 |
1036 | 2025-03-17T15:54:48.404Z | Downloaded sha1 v0.10.6 |
1037 | 2025-03-17T15:54:48.407Z | Downloaded libxml v0.3.3 |
1038 | 2025-03-17T15:54:48.411Z | Downloaded parking_lot_core v0.8.6 |
1039 | 2025-03-17T15:54:48.415Z | Downloaded tokio-postgres v0.7.13 |
1040 | 2025-03-17T15:54:48.418Z | Downloaded nodrop v0.1.14 |
1041 | 2025-03-17T15:54:48.421Z | Downloaded group v0.13.0 |
1042 | 2025-03-17T15:54:48.421Z | Downloaded float-ord v0.3.2 |
1043 | 2025-03-17T15:54:48.421Z | Downloaded float-cmp v0.10.0 |
1044 | 2025-03-17T15:54:48.424Z | Downloaded spin v0.9.8 |
1045 | 2025-03-17T15:54:48.424Z | Downloaded pin-project v1.1.6 |
1046 | 2025-03-17T15:54:48.433Z | Downloaded base64 v0.22.1 |
1047 | 2025-03-17T15:54:48.437Z | Downloaded thread_local v1.1.8 |
1048 | 2025-03-17T15:54:48.440Z | Downloaded schemars_derive v0.8.22 |
1049 | 2025-03-17T15:54:48.440Z | Downloaded unicode-segmentation v1.12.0 |
1050 | 2025-03-17T15:54:48.443Z | Downloaded yansi v1.0.1 |
1051 | 2025-03-17T15:54:48.446Z | Downloaded itertools v0.10.5 |
1052 | 2025-03-17T15:54:48.450Z | Downloaded newline-converter v0.3.0 |
1053 | 2025-03-17T15:54:48.454Z | Downloaded signal-hook-tokio v0.3.1 |
1054 | 2025-03-17T15:54:48.454Z | Downloaded value-bag v1.9.0 |
1055 | 2025-03-17T15:54:48.457Z | Downloaded thiserror-no-std v2.0.2 |
1056 | 2025-03-17T15:54:48.460Z | Downloaded getrandom v0.3.1 |
1057 | 2025-03-17T15:54:48.463Z | Downloaded percent-encoding v2.3.1 |
1058 | 2025-03-17T15:54:48.463Z | Downloaded peg v0.8.5 |
1059 | 2025-03-17T15:54:48.466Z | Downloaded form_urlencoded v1.2.1 |
1060 | 2025-03-17T15:54:48.466Z | Downloaded foreign-types-macros v0.2.3 |
1061 | 2025-03-17T15:54:48.466Z | Downloaded ecdsa v0.16.9 |
1062 | 2025-03-17T15:54:48.470Z | Downloaded minimal-lexical v0.2.1 |
1063 | 2025-03-17T15:54:48.473Z | Downloaded slog-term v2.9.1 |
1064 | 2025-03-17T15:54:48.476Z | Downloaded derive_more v0.99.19 |
1065 | 2025-03-17T15:54:48.479Z | Downloaded ron v0.8.1 |
1066 | 2025-03-17T15:54:48.483Z | Downloaded rsa v0.9.6 |
1067 | 2025-03-17T15:54:48.487Z | Downloaded postgres-types v0.2.9 |
1068 | 2025-03-17T15:54:48.491Z | Downloaded num-derive v0.4.2 |
1069 | 2025-03-17T15:54:48.494Z | Downloaded num-traits v0.2.19 |
1070 | 2025-03-17T15:54:48.494Z | Downloaded untrusted v0.7.1 |
1071 | 2025-03-17T15:54:48.497Z | Downloaded yoke v0.7.4 |
1072 | 2025-03-17T15:54:48.497Z | Downloaded diesel_derives v2.2.3 |
1073 | 2025-03-17T15:54:48.500Z | Downloaded tls_codec_derive v0.4.1 |
1074 | 2025-03-17T15:54:48.503Z | Downloaded parse-display v0.10.0 |
1075 | 2025-03-17T15:54:48.503Z | Downloaded foreign-types v0.5.0 |
1076 | 2025-03-17T15:54:48.503Z | Downloaded progenitor-macro v0.9.1 |
1077 | 2025-03-17T15:54:48.507Z | Downloaded strum_macros v0.26.4 |
1078 | 2025-03-17T15:54:48.507Z | Downloaded socket2 v0.5.8 |
1079 | 2025-03-17T15:54:48.510Z | Downloaded similar v2.7.0 |
1080 | 2025-03-17T15:54:48.513Z | Downloaded ron v0.7.1 |
1081 | 2025-03-17T15:54:48.516Z | Downloaded cc v1.2.15 |
1082 | 2025-03-17T15:54:48.520Z | Downloaded bumpalo v3.16.0 |
1083 | 2025-03-17T15:54:48.524Z | Downloaded progenitor-impl v0.8.0 |
1084 | 2025-03-17T15:54:48.527Z | Downloaded elliptic-curve v0.13.8 |
1085 | 2025-03-17T15:54:48.530Z | Downloaded pkcs8 v0.10.2 |
1086 | 2025-03-17T15:54:48.530Z | Downloaded rustls-pki-types v1.10.0 |
1087 | 2025-03-17T15:54:48.533Z | Downloaded env_filter v0.1.2 |
1088 | 2025-03-17T15:54:48.536Z | Downloaded enum-as-inner v0.6.1 |
1089 | 2025-03-17T15:54:48.537Z | Downloaded document-features v0.2.10 |
1090 | 2025-03-17T15:54:48.540Z | Downloaded pin-project-internal v1.1.6 |
1091 | 2025-03-17T15:54:48.540Z | Downloaded password-hash v0.5.0 |
1092 | 2025-03-17T15:54:48.540Z | Downloaded num-rational v0.4.2 |
1093 | 2025-03-17T15:54:48.545Z | Downloaded num-integer v0.1.46 |
1094 | 2025-03-17T15:54:48.545Z | Downloaded vte v0.11.1 |
1095 | 2025-03-17T15:54:48.548Z | Downloaded unicode-xid v0.2.6 |
1096 | 2025-03-17T15:54:48.548Z | Downloaded tls_codec v0.4.1 |
1097 | 2025-03-17T15:54:48.548Z | Downloaded tinystr v0.7.6 |
1098 | 2025-03-17T15:54:48.551Z | Downloaded tabwriter v1.4.0 |
1099 | 2025-03-17T15:54:48.551Z | Downloaded strum_macros v0.25.3 |
1100 | 2025-03-17T15:54:48.555Z | Downloaded snafu-derive v0.8.5 |
1101 | 2025-03-17T15:54:48.555Z | Downloaded downcast v0.11.0 |
1102 | 2025-03-17T15:54:48.555Z | Downloaded uuid v1.15.1 |
1103 | 2025-03-17T15:54:48.558Z | Downloaded compact_str v0.8.0 |
1104 | 2025-03-17T15:54:48.561Z | Downloaded bytes v1.10.1 |
1105 | 2025-03-17T15:54:48.566Z | Downloaded ref-cast-impl v1.0.23 |
1106 | 2025-03-17T15:54:48.569Z | Downloaded pkg-config v0.3.31 |
1107 | 2025-03-17T15:54:48.569Z | Downloaded des v0.8.1 |
1108 | 2025-03-17T15:54:48.569Z | Downloaded paste v1.0.15 |
1109 | 2025-03-17T15:54:48.573Z | Downloaded password-hash v0.4.2 |
1110 | 2025-03-17T15:54:48.576Z | Downloaded num-iter v0.1.45 |
1111 | 2025-03-17T15:54:48.576Z | Downloaded zerofrom-derive v0.1.4 |
1112 | 2025-03-17T15:54:48.576Z | Downloaded vsss-rs v3.3.4 |
1113 | 2025-03-17T15:54:48.579Z | Downloaded miniz_oxide v0.8.5 |
1114 | 2025-03-17T15:54:48.582Z | Downloaded serde_urlencoded v0.7.1 |
1115 | 2025-03-17T15:54:48.582Z | Downloaded serde_repr v0.1.19 |
1116 | 2025-03-17T15:54:48.585Z | Downloaded scopeguard v1.2.0 |
1117 | 2025-03-17T15:54:48.585Z | Downloaded nanorand v0.7.0 |
1118 | 2025-03-17T15:54:48.588Z | Downloaded futures-sink v0.3.31 |
1119 | 2025-03-17T15:54:48.588Z | Downloaded futures-macro v0.3.31 |
1120 | 2025-03-17T15:54:48.588Z | Downloaded futures-io v0.3.31 |
1121 | 2025-03-17T15:54:48.588Z | Downloaded tokio-tungstenite v0.21.0 |
1122 | 2025-03-17T15:54:48.593Z | Downloaded tokio-stream v0.1.17 |
1123 | 2025-03-17T15:54:48.596Z | Downloaded tokio-rustls v0.26.0 |
1124 | 2025-03-17T15:54:48.596Z | Downloaded tokio-tungstenite v0.23.1 |
1125 | 2025-03-17T15:54:48.599Z | Downloaded tokio-rustls v0.24.1 |
1126 | 2025-03-17T15:54:48.599Z | Downloaded take_mut v0.2.2 |
1127 | 2025-03-17T15:54:48.603Z | Downloaded tabled_derive v0.10.0 |
1128 | 2025-03-17T15:54:48.603Z | Downloaded funty v2.0.0 |
1129 | 2025-03-17T15:54:48.603Z | Downloaded icu_collections v1.5.0 |
1130 | 2025-03-17T15:54:48.607Z | Downloaded env_logger v0.10.2 |
1131 | 2025-03-17T15:54:48.610Z | Downloaded num_enum v0.5.11 |
1132 | 2025-03-17T15:54:48.613Z | Downloaded litrs v0.4.1 |
1133 | 2025-03-17T15:54:48.617Z | Downloaded litemap v0.7.3 |
1134 | 2025-03-17T15:54:48.620Z | Downloaded icu_provider v1.5.0 |
1135 | 2025-03-17T15:54:48.623Z | Downloaded icu_properties v1.5.1 |
1136 | 2025-03-17T15:54:48.623Z | Downloaded icu_normalizer_data v1.5.0 |
1137 | 2025-03-17T15:54:48.626Z | Downloaded icu_locid_transform_data v1.5.0 |
1138 | 2025-03-17T15:54:48.629Z | Downloaded time-macros v0.2.18 |
1139 | 2025-03-17T15:54:48.629Z | Downloaded smallvec v1.14.0 |
1140 | 2025-03-17T15:54:48.632Z | Downloaded memmap2 v0.9.5 |
1141 | 2025-03-17T15:54:48.632Z | Downloaded structmeta v0.3.0 |
1142 | 2025-03-17T15:54:48.636Z | Downloaded stringprep v0.1.5 |
1143 | 2025-03-17T15:54:48.636Z | Downloaded strip-ansi-escapes v0.2.0 |
1144 | 2025-03-17T15:54:48.636Z | Downloaded string_cache v0.8.7 |
1145 | 2025-03-17T15:54:48.639Z | Downloaded spki v0.7.3 |
1146 | 2025-03-17T15:54:48.639Z | Downloaded indexmap v1.9.3 |
1147 | 2025-03-17T15:54:48.643Z | Downloaded writeable v0.5.5 |
1148 | 2025-03-17T15:54:48.643Z | Downloaded mime_guess v2.0.5 |
1149 | 2025-03-17T15:54:48.647Z | Downloaded managed v0.8.0 |
1150 | 2025-03-17T15:54:48.647Z | Downloaded lock_api v0.4.12 |
1151 | 2025-03-17T15:54:48.647Z | Downloaded allocator-api2 v0.2.18 |
1152 | 2025-03-17T15:54:48.650Z | Downloaded crossbeam-utils v0.8.20 |
1153 | 2025-03-17T15:54:48.653Z | Downloaded crossbeam-epoch v0.9.18 |
1154 | 2025-03-17T15:54:48.656Z | Downloaded crc-any v2.5.0 |
1155 | 2025-03-17T15:54:48.656Z | Downloaded cmake v0.1.51 |
1156 | 2025-03-17T15:54:48.660Z | Downloaded icu_locid v1.5.0 |
1157 | 2025-03-17T15:54:48.663Z | Downloaded ipnet v2.11.0 |
1158 | 2025-03-17T15:54:48.663Z | Downloaded const-oid v0.9.6 |
1159 | 2025-03-17T15:54:48.666Z | Downloaded clang-sys v1.8.1 |
1160 | 2025-03-17T15:54:48.669Z | Downloaded blake2 v0.10.6 |
1161 | 2025-03-17T15:54:48.669Z | Downloaded semver v0.1.20 |
1162 | 2025-03-17T15:54:48.672Z | Downloaded secrecy v0.8.0 |
1163 | 2025-03-17T15:54:48.672Z | Downloaded rusty-fork v0.3.0 |
1164 | 2025-03-17T15:54:48.672Z | Downloaded rustfmt-wrapper v0.2.1 |
1165 | 2025-03-17T15:54:48.676Z | Downloaded shell-words v1.1.0 |
1166 | 2025-03-17T15:54:48.676Z | Downloaded sec1 v0.7.3 |
1167 | 2025-03-17T15:54:48.676Z | Downloaded same-file v1.0.6 |
1168 | 2025-03-17T15:54:48.679Z | Downloaded ref-cast v1.0.23 |
1169 | 2025-03-17T15:54:48.679Z | Downloaded rand_core v0.6.4 |
1170 | 2025-03-17T15:54:48.682Z | Downloaded maybe-uninit v2.0.0 |
1171 | 2025-03-17T15:54:48.682Z | Downloaded indoc v1.0.9 |
1172 | 2025-03-17T15:54:48.685Z | Downloaded memoffset v0.9.1 |
1173 | 2025-03-17T15:54:48.685Z | Downloaded md-5 v0.10.6 |
1174 | 2025-03-17T15:54:48.685Z | Downloaded lazycell v1.3.0 |
1175 | 2025-03-17T15:54:48.689Z | Downloaded linear-map v1.2.0 |
1176 | 2025-03-17T15:54:48.689Z | Downloaded libefi-sys v0.1.0 |
1177 | 2025-03-17T15:54:48.689Z | Downloaded lazy_static v1.5.0 |
1178 | 2025-03-17T15:54:48.692Z | Downloaded lalrpop-util v0.19.12 |
1179 | 2025-03-17T15:54:48.692Z | Downloaded instability v0.3.2 |
1180 | 2025-03-17T15:54:48.692Z | Downloaded cancel-safe-futures v0.1.5 |
1181 | 2025-03-17T15:54:48.695Z | Downloaded hyper-rustls v0.27.3 |
1182 | 2025-03-17T15:54:48.700Z | Downloaded is-terminal v0.4.13 |
1183 | 2025-03-17T15:54:48.700Z | Downloaded internet-checksum v0.2.1 |
1184 | 2025-03-17T15:54:48.700Z | Downloaded backoff v0.4.0 |
1185 | 2025-03-17T15:54:48.703Z | Downloaded ipnetwork v0.21.1 |
1186 | 2025-03-17T15:54:48.703Z | Downloaded crc32fast v1.4.2 |
1187 | 2025-03-17T15:54:48.703Z | Downloaded cookie_store v0.21.1 |
1188 | 2025-03-17T15:54:48.706Z | Downloaded const_format_proc_macros v0.2.34 |
1189 | 2025-03-17T15:54:48.709Z | Downloaded colored v2.2.0 |
1190 | 2025-03-17T15:54:48.709Z | Downloaded ciborium v0.2.2 |
1191 | 2025-03-17T15:54:48.713Z | Downloaded chrono-tz-build v0.4.0 |
1192 | 2025-03-17T15:54:48.713Z | Downloaded base64ct v1.6.0 |
1193 | 2025-03-17T15:54:48.716Z | Downloaded kstat-rs v0.2.4 |
1194 | 2025-03-17T15:54:48.716Z | Downloaded bit-vec v0.6.3 |
1195 | 2025-03-17T15:54:48.719Z | Downloaded bit-set v0.5.3 |
1196 | 2025-03-17T15:54:48.719Z | Downloaded argon2 v0.5.3 |
1197 | 2025-03-17T15:54:48.719Z | Downloaded hyper-staticfile v0.10.1 |
1198 | 2025-03-17T15:54:48.722Z | Downloaded headers-core v0.3.0 |
1199 | 2025-03-17T15:54:48.722Z | Downloaded cexpr v0.6.0 |
1200 | 2025-03-17T15:54:48.725Z | Downloaded cassowary v0.3.0 |
1201 | 2025-03-17T15:54:48.725Z | Downloaded crossbeam-deque v0.8.5 |
1202 | 2025-03-17T15:54:48.725Z | Downloaded ciborium-ll v0.2.2 |
1203 | 2025-03-17T15:54:48.729Z | Downloaded bcrypt-pbkdf v0.10.0 |
1204 | 2025-03-17T15:54:48.732Z | Downloaded crc-catalog v2.4.0 |
1205 | 2025-03-17T15:54:48.732Z | Downloaded cbc v0.1.2 |
1206 | 2025-03-17T15:54:48.732Z | Downloaded bb8 v0.8.5 |
1207 | 2025-03-17T15:54:48.736Z | Downloaded home v0.5.9 |
1208 | 2025-03-17T15:54:48.736Z | Downloaded highway v1.3.0 |
1209 | 2025-03-17T15:54:48.736Z | Downloaded http-body v1.0.1 |
1210 | 2025-03-17T15:54:48.739Z | Downloaded crc v3.2.1 |
1211 | 2025-03-17T15:54:48.739Z | Downloaded convert_case v0.4.0 |
1212 | 2025-03-17T15:54:48.742Z | Downloaded buf-list v1.0.3 |
1213 | 2025-03-17T15:54:48.742Z | Downloaded block-padding v0.3.3 |
1214 | 2025-03-17T15:54:48.742Z | Downloaded bitfield v0.14.0 |
1215 | 2025-03-17T15:54:48.747Z | Downloaded bit-set v0.8.0 |
1216 | 2025-03-17T15:54:48.747Z | Downloaded http-range v0.1.5 |
1217 | 2025-03-17T15:54:48.747Z | Downloaded constant_time_eq v0.3.1 |
1218 | 2025-03-17T15:54:48.750Z | Downloaded cobs v0.2.3 |
1219 | 2025-03-17T15:54:48.750Z | Downloaded castaway v0.2.3 |
1220 | 2025-03-17T15:54:48.750Z | Downloaded bitfield-struct v0.6.2 |
1221 | 2025-03-17T15:54:48.750Z | Downloaded base16ct v0.2.0 |
1222 | 2025-03-17T15:54:48.753Z | Downloaded atomic-waker v1.1.2 |
1223 | 2025-03-17T15:54:48.753Z | Downloaded blowfish v0.9.1 |
1224 | 2025-03-17T15:54:48.753Z | Downloaded async-stream v0.3.6 |
1225 | 2025-03-17T15:54:48.756Z | Downloaded aead v0.5.2 |
1226 | 2025-03-17T15:54:49.035Z | Downloaded aws-lc-sys v0.26.0 |
1227 | 2025-03-17T15:54:49.351Z | Compiling serde v1.0.218 |
1228 | 2025-03-17T15:54:49.354Z | Compiling value-bag v1.9.0 |
1229 | 2025-03-17T15:54:49.354Z | Compiling lock_api v0.4.12 |
1230 | 2025-03-17T15:54:49.354Z | Compiling scopeguard v1.2.0 |
1231 | 2025-03-17T15:54:49.354Z | Compiling typenum v1.17.0 |
1232 | 2025-03-17T15:54:49.505Z | Compiling generic-array v0.14.7 |
1233 | 2025-03-17T15:54:49.566Z | Compiling syn v2.0.98 |
1234 | 2025-03-17T15:54:49.582Z | Compiling getrandom v0.2.15 |
1235 | 2025-03-17T15:54:49.656Z | Compiling shlex v1.3.0 |
1236 | 2025-03-17T15:54:49.896Z | Compiling rand_core v0.6.4 |
1237 | 2025-03-17T15:54:49.995Z | Compiling log v0.4.22 |
1238 | 2025-03-17T15:54:50.105Z | Compiling jobserver v0.1.32 |
1239 | 2025-03-17T15:54:50.125Z | Compiling subtle v2.6.1 |
1240 | 2025-03-17T15:54:50.144Z | Compiling smallvec v1.14.0 |
1241 | 2025-03-17T15:54:50.475Z | Compiling const-oid v0.9.6 |
1242 | 2025-03-17T15:54:50.503Z | Compiling pin-project-lite v0.2.14 |
1243 | 2025-03-17T15:54:50.542Z | Compiling parking_lot_core v0.9.10 |
1244 | 2025-03-17T15:54:50.565Z | Compiling cc v1.2.15 |
1245 | 2025-03-17T15:54:50.665Z | Compiling rustix v0.38.37 |
1246 | 2025-03-17T15:54:50.829Z | Compiling signal-hook-registry v1.4.2 |
1247 | 2025-03-17T15:54:50.945Z | Compiling futures-core v0.3.31 |
1248 | 2025-03-17T15:54:51.199Z | Compiling mio v1.0.2 |
1249 | 2025-03-17T15:54:51.497Z | Compiling parking_lot v0.12.3 |
1250 | 2025-03-17T15:54:51.580Z | Compiling spin v0.9.8 |
1251 | 2025-03-17T15:54:51.606Z | Compiling socket2 v0.5.8 |
1252 | 2025-03-17T15:54:51.891Z | Compiling aho-corasick v1.1.3 |
1253 | 2025-03-17T15:54:51.968Z | Compiling serde_json v1.0.139 |
1254 | 2025-03-17T15:54:52.286Z | Compiling stable_deref_trait v1.2.0 |
1255 | 2025-03-17T15:54:52.314Z | Compiling futures-sink v0.3.31 |
1256 | 2025-03-17T15:54:52.332Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-17T15:54:52.407Z | Compiling either v1.14.0 |
1258 | 2025-03-17T15:54:52.444Z | Compiling regex-syntax v0.8.5 |
1259 | 2025-03-17T15:54:52.506Z | Compiling slab v0.4.9 |
1260 | 2025-03-17T15:54:52.525Z | Compiling glob v0.3.2 |
1261 | 2025-03-17T15:54:52.617Z | Compiling prettyplease v0.2.30 |
1262 | 2025-03-17T15:54:52.842Z | Compiling libm v0.2.8 |
1263 | 2025-03-17T15:54:52.989Z | Compiling lazy_static v1.5.0 |
1264 | 2025-03-17T15:54:53.134Z | Compiling num-traits v0.2.19 |
1265 | 2025-03-17T15:54:53.207Z | Compiling minimal-lexical v0.2.1 |
1266 | 2025-03-17T15:54:53.355Z | Compiling clang-sys v1.8.1 |
1267 | 2025-03-17T15:54:53.693Z | Compiling nom v7.1.3 |
1268 | 2025-03-17T15:54:53.726Z | Compiling futures-channel v0.3.31 |
1269 | 2025-03-17T15:54:54.138Z | Compiling libloading v0.8.5 |
1270 | 2025-03-17T15:54:54.192Z | Compiling futures-io v0.3.31 |
1271 | 2025-03-17T15:54:54.474Z | Compiling allocator-api2 v0.2.18 |
1272 | 2025-03-17T15:54:54.526Z | Compiling getrandom v0.3.1 |
1273 | 2025-03-17T15:54:54.599Z | Compiling pin-utils v0.1.0 |
1274 | 2025-03-17T15:54:54.620Z | Compiling bindgen v0.69.5 |
1275 | 2025-03-17T15:54:54.709Z | Compiling futures-task v0.3.31 |
1276 | 2025-03-17T15:54:55.024Z | Compiling foldhash v0.1.3 |
1277 | 2025-03-17T15:54:55.243Z | Compiling home v0.5.9 |
1278 | 2025-03-17T15:54:55.269Z | Compiling hashbrown v0.15.1 |
1279 | 2025-03-17T15:54:55.510Z | Compiling itertools v0.12.1 |
1280 | 2025-03-17T15:54:56.395Z | Compiling regex-automata v0.4.8 |
1281 | 2025-03-17T15:54:56.441Z | Compiling rustc-hash v1.1.0 |
1282 | 2025-03-17T15:54:56.612Z | Compiling pkg-config v0.3.31 |
1283 | 2025-03-17T15:54:57.057Z | Compiling synstructure v0.13.1 |
1284 | 2025-03-17T15:54:57.882Z | Compiling cexpr v0.6.0 |
1285 | 2025-03-17T15:54:58.430Z | Compiling lazycell v1.3.0 |
1286 | 2025-03-17T15:54:58.452Z | Compiling cmake v0.1.51 |
1287 | 2025-03-17T15:54:58.603Z | Compiling dunce v1.0.5 |
1288 | 2025-03-17T15:54:58.748Z | Compiling fs_extra v1.3.0 |
1289 | 2025-03-17T15:54:58.847Z | Compiling writeable v0.5.5 |
1290 | 2025-03-17T15:54:59.304Z | Compiling paste v1.0.15 |
1291 | 2025-03-17T15:54:59.355Z | Compiling litemap v0.7.3 |
1292 | 2025-03-17T15:54:59.450Z | Compiling ring v0.17.11 |
1293 | 2025-03-17T15:54:59.502Z | Compiling base64ct v1.6.0 |
1294 | 2025-03-17T15:54:59.761Z | Compiling aws-lc-rs v1.12.4 |
1295 | 2025-03-17T15:55:00.071Z | Compiling pem-rfc7468 v0.7.0 |
1296 | 2025-03-17T15:55:00.106Z | Compiling icu_locid_transform_data v1.5.0 |
1297 | 2025-03-17T15:55:00.185Z | Compiling flagset v0.4.6 |
1298 | 2025-03-17T15:55:00.227Z | Compiling httparse v1.9.5 |
1299 | 2025-03-17T15:55:00.388Z | Compiling tracing-core v0.1.32 |
1300 | 2025-03-17T15:55:00.723Z | Compiling rustls-pki-types v1.10.0 |
1301 | 2025-03-17T15:55:00.946Z | Compiling crossbeam-utils v0.8.20 |
1302 | 2025-03-17T15:55:01.002Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-03-17T15:55:01.274Z | Compiling percent-encoding v2.3.1 |
1304 | 2025-03-17T15:55:01.498Z | Compiling regex v1.11.1 |
1305 | 2025-03-17T15:55:01.597Z | Compiling num-conv v0.1.0 |
1306 | 2025-03-17T15:55:01.647Z | Compiling powerfmt v0.2.0 |
1307 | 2025-03-17T15:55:01.887Z | Compiling utf16_iter v1.0.5 |
1308 | 2025-03-17T15:55:02.037Z | Compiling untrusted v0.9.0 |
1309 | 2025-03-17T15:55:02.040Z | Compiling serde_derive v1.0.218 |
1310 | 2025-03-17T15:55:02.109Z | Compiling zeroize_derive v1.4.2 |
1311 | 2025-03-17T15:55:02.151Z | Compiling zerocopy-derive v0.7.35 |
1312 | 2025-03-17T15:55:02.230Z | Compiling tokio-macros v2.5.0 |
1313 | 2025-03-17T15:55:02.390Z | Compiling zerofrom-derive v0.1.4 |
1314 | 2025-03-17T15:55:03.492Z | Compiling zeroize v1.8.1 |
1315 | 2025-03-17T15:55:03.684Z | Compiling yoke-derive v0.7.4 |
1316 | 2025-03-17T15:55:04.069Z | Compiling zerocopy v0.7.35 |
1317 | 2025-03-17T15:55:05.178Z | Compiling crypto-common v0.1.6 |
1318 | 2025-03-17T15:55:05.199Z | Compiling block-buffer v0.10.4 |
1319 | 2025-03-17T15:55:05.422Z | Compiling digest v0.10.7 |
1320 | 2025-03-17T15:55:05.425Z | Compiling thiserror-impl v1.0.69 |
1321 | 2025-03-17T15:55:05.459Z | Compiling futures-macro v0.3.31 |
1322 | 2025-03-17T15:55:05.662Z | Compiling displaydoc v0.2.5 |
1323 | 2025-03-17T15:55:05.808Z | Compiling zerofrom v0.1.4 |
1324 | 2025-03-17T15:55:05.888Z | Compiling zerovec-derive v0.10.3 |
1325 | 2025-03-17T15:55:06.029Z | Compiling hmac v0.12.1 |
1326 | 2025-03-17T15:55:06.050Z | Compiling block-padding v0.3.3 |
1327 | 2025-03-17T15:55:06.287Z | Compiling inout v0.1.3 |
1328 | 2025-03-17T15:55:06.307Z | Compiling ppv-lite86 v0.2.20 |
1329 | 2025-03-17T15:55:06.327Z | Compiling yoke v0.7.4 |
1330 | 2025-03-17T15:55:06.573Z | Compiling cipher v0.4.4 |
1331 | 2025-03-17T15:55:06.700Z | Compiling sha2 v0.10.8 |
1332 | 2025-03-17T15:55:07.076Z | Compiling icu_provider_macros v1.5.0 |
1333 | 2025-03-17T15:55:07.097Z | Compiling der_derive v0.7.3 |
1334 | 2025-03-17T15:55:07.178Z | Compiling tracing-attributes v0.1.27 |
1335 | 2025-03-17T15:55:07.280Z | Compiling futures-util v0.3.31 |
1336 | 2025-03-17T15:55:08.173Z | Compiling salsa20 v0.10.2 |
1337 | 2025-03-17T15:55:08.292Z | Compiling thiserror v1.0.69 |
1338 | 2025-03-17T15:55:08.362Z | Compiling zerovec v0.10.4 |
1339 | 2025-03-17T15:55:08.400Z | Compiling pbkdf2 v0.12.2 |
1340 | 2025-03-17T15:55:08.446Z | Compiling pest v2.7.14 |
1341 | 2025-03-17T15:55:08.582Z | Compiling icu_normalizer_data v1.5.0 |
1342 | 2025-03-17T15:55:08.691Z | Compiling untrusted v0.7.1 |
1343 | 2025-03-17T15:55:08.952Z | Compiling iana-time-zone v0.1.61 |
1344 | 2025-03-17T15:55:09.349Z | Compiling vcpkg v0.2.15 |
1345 | 2025-03-17T15:55:09.380Z | Compiling der v0.7.9 |
1346 | 2025-03-17T15:55:10.347Z | Compiling tinystr v0.7.6 |
1347 | 2025-03-17T15:55:10.423Z | Compiling icu_collections v1.5.0 |
1348 | 2025-03-17T15:55:10.446Z | Compiling tracing v0.1.40 |
1349 | 2025-03-17T15:55:10.749Z | Compiling icu_locid v1.5.0 |
1350 | 2025-03-17T15:55:10.947Z | Compiling utf8_iter v1.0.4 |
1351 | 2025-03-17T15:55:11.128Z | Compiling time-core v0.1.2 |
1352 | 2025-03-17T15:55:11.206Z | Compiling write16 v1.0.0 |
1353 | 2025-03-17T15:55:11.321Z | Compiling time-macros v0.2.18 |
1354 | 2025-03-17T15:55:11.365Z | Compiling spki v0.7.3 |
1355 | 2025-03-17T15:55:11.545Z | Compiling openssl-sys v0.9.106 |
1356 | 2025-03-17T15:55:11.729Z | Compiling pest_meta v2.7.14 |
1357 | 2025-03-17T15:55:11.749Z | Compiling scrypt v0.11.0 |
1358 | 2025-03-17T15:55:12.251Z | Compiling icu_provider v1.5.0 |
1359 | 2025-03-17T15:55:12.364Z | Compiling cbc v0.1.2 |
1360 | 2025-03-17T15:55:12.602Z | Compiling aes v0.8.4 |
1361 | 2025-03-17T15:55:12.653Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-03-17T15:55:12.752Z | Compiling deranged v0.3.11 |
1363 | 2025-03-17T15:55:13.206Z | Compiling icu_locid_transform v1.5.0 |
1364 | 2025-03-17T15:55:14.223Z | Compiling atomic-waker v1.1.2 |
1365 | 2025-03-17T15:55:14.390Z | Compiling num_threads v0.1.7 |
1366 | 2025-03-17T15:55:14.432Z | Compiling tinyvec_macros v0.1.1 |
1367 | 2025-03-17T15:55:14.544Z | Compiling icu_properties v1.5.1 |
1368 | 2025-03-17T15:55:14.544Z | Compiling tinyvec v1.8.0 |
1369 | 2025-03-17T15:55:14.922Z | Compiling bytes v1.10.1 |
1370 | 2025-03-17T15:55:15.318Z | Compiling bitflags v2.6.0 |
1371 | 2025-03-17T15:55:15.575Z | Compiling semver v1.0.25 |
1372 | 2025-03-17T15:55:16.023Z | Compiling indexmap v2.7.1 |
1373 | 2025-03-17T15:55:16.094Z | Compiling tokio v1.43.0 |
1374 | 2025-03-17T15:55:16.298Z | Compiling http v1.2.0 |
1375 | 2025-03-17T15:55:16.401Z | Compiling uuid v1.15.1 |
1376 | 2025-03-17T15:55:17.073Z | Compiling rustc_version v0.4.1 |
1377 | 2025-03-17T15:55:17.393Z | Compiling chrono v0.4.40 |
1378 | 2025-03-17T15:55:17.778Z | Compiling http-body v1.0.1 |
1379 | 2025-03-17T15:55:17.973Z | Compiling time v0.3.36 |
1380 | 2025-03-17T15:55:18.045Z | Compiling scroll v0.12.0 |
1381 | 2025-03-17T15:55:18.185Z | Compiling pkcs5 v0.7.1 |
1382 | 2025-03-17T15:55:18.490Z | Compiling icu_normalizer v1.5.0 |
1383 | 2025-03-17T15:55:18.592Z | Compiling pest_generator v2.7.14 |
1384 | 2025-03-17T15:55:19.319Z | Compiling rand_chacha v0.3.1 |
1385 | 2025-03-17T15:55:19.371Z | Compiling which v4.4.2 |
1386 | 2025-03-17T15:55:20.307Z | Compiling idna_adapter v1.2.0 |
1387 | 2025-03-17T15:55:20.489Z | Compiling form_urlencoded v1.2.1 |
1388 | 2025-03-17T15:55:20.534Z | Compiling serde_derive_internals v0.29.1 |
1389 | 2025-03-17T15:55:20.555Z | Compiling try-lock v0.2.5 |
1390 | 2025-03-17T15:55:20.714Z | Compiling slog v2.7.0 |
1391 | 2025-03-17T15:55:20.734Z | Compiling zerocopy v0.8.10 |
1392 | 2025-03-17T15:55:20.807Z | Compiling schemars v0.8.22 |
1393 | 2025-03-17T15:55:21.214Z | Compiling goblin v0.8.2 |
1394 | 2025-03-17T15:55:21.313Z | Compiling want v0.3.1 |
1395 | 2025-03-17T15:55:21.578Z | Compiling idna v1.0.3 |
1396 | 2025-03-17T15:55:21.602Z | Compiling pest_derive v2.7.14 |
1397 | 2025-03-17T15:55:21.691Z | Compiling rand v0.8.5 |
1398 | 2025-03-17T15:55:22.436Z | Compiling pkcs8 v0.10.2 |
1399 | 2025-03-17T15:55:22.658Z | Compiling zerocopy-derive v0.8.10 |
1400 | 2025-03-17T15:55:22.716Z | Compiling schemars_derive v0.8.22 |
1401 | 2025-03-17T15:55:23.085Z | Compiling dyn-clone v1.0.19 |
1402 | 2025-03-17T15:55:23.110Z | Compiling httpdate v1.0.3 |
1403 | 2025-03-17T15:55:23.317Z | Compiling adler2 v2.0.0 |
1404 | 2025-03-17T15:55:23.539Z | Compiling tower-service v0.3.3 |
1405 | 2025-03-17T15:55:23.543Z | Compiling miniz_oxide v0.8.5 |
1406 | 2025-03-17T15:55:23.690Z | Compiling dtrace-parser v0.2.0 |
1407 | 2025-03-17T15:55:24.535Z | Compiling tokio-util v0.7.13 |
1408 | 2025-03-17T15:55:25.058Z | Compiling serde_tokenstream v0.2.2 |
1409 | 2025-03-17T15:55:25.536Z | Compiling h2 v0.4.6 |
1410 | 2025-03-17T15:55:25.656Z | Compiling toml_datetime v0.6.8 |
1411 | 2025-03-17T15:55:25.814Z | Compiling serde_spanned v0.6.8 |
1412 | 2025-03-17T15:55:26.054Z | Compiling foreign-types-shared v0.1.1 |
1413 | 2025-03-17T15:55:26.135Z | Compiling base64 v0.22.1 |
1414 | 2025-03-17T15:55:26.190Z | Compiling rustversion v1.0.17 |
1415 | 2025-03-17T15:55:26.811Z | Compiling openssl v0.10.71 |
1416 | 2025-03-17T15:55:26.894Z | Compiling match_cfg v0.1.0 |
1417 | 2025-03-17T15:55:27.008Z | Compiling dof v0.3.0 |
1418 | 2025-03-17T15:55:27.300Z | Compiling hostname v0.3.1 |
1419 | 2025-03-17T15:55:27.598Z | Compiling foreign-types v0.3.2 |
1420 | 2025-03-17T15:55:27.712Z | Compiling url v2.5.3 |
1421 | 2025-03-17T15:55:28.445Z | Compiling rand_core v0.9.2 |
1422 | 2025-03-17T15:55:28.823Z | Compiling usdt-impl v0.5.0 |
1423 | 2025-03-17T15:55:28.949Z | Compiling async-trait v0.1.87 |
1424 | 2025-03-17T15:55:29.401Z | Compiling openssl-macros v0.1.1 |
1425 | 2025-03-17T15:55:29.488Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1426 | 2025-03-17T15:55:30.000Z | Compiling dirs-sys-next v0.1.2 |
1427 | 2025-03-17T15:55:30.154Z | Compiling rustls v0.22.4 |
1428 | 2025-03-17T15:55:30.176Z | Compiling syn v1.0.109 |
1429 | 2025-03-17T15:55:30.222Z | Compiling native-tls v0.2.12 |
1430 | 2025-03-17T15:55:30.382Z | Compiling data-encoding v2.6.0 |
1431 | 2025-03-17T15:55:30.451Z | Compiling rustls v0.23.19 |
1432 | 2025-03-17T15:55:30.510Z | Compiling siphasher v0.3.11 |
1433 | 2025-03-17T15:55:30.637Z | Compiling dirs-next v2.0.0 |
1434 | 2025-03-17T15:55:30.850Z | Compiling rand_chacha v0.9.0 |
1435 | 2025-03-17T15:55:31.349Z | Compiling http-body-util v0.1.2 |
1436 | 2025-03-17T15:55:31.843Z | Compiling heapless v0.7.17 |
1437 | 2025-03-17T15:55:32.037Z | Compiling unicode-normalization v0.1.24 |
1438 | 2025-03-17T15:55:32.203Z | Compiling crossbeam-epoch v0.9.18 |
1439 | 2025-03-17T15:55:32.293Z | Compiling sha1 v0.10.6 |
1440 | 2025-03-17T15:55:32.313Z | Compiling signature v2.2.0 |
1441 | 2025-03-17T15:55:32.611Z | Compiling hyper v1.6.0 |
1442 | 2025-03-17T15:55:32.742Z | Compiling thread_local v1.1.8 |
1443 | 2025-03-17T15:55:32.866Z | Compiling encoding_rs v0.8.34 |
1444 | 2025-03-17T15:55:32.902Z | Compiling cookie v0.18.1 |
1445 | 2025-03-17T15:55:33.052Z | Compiling crc32fast v1.4.2 |
1446 | 2025-03-17T15:55:33.194Z | Compiling multer v3.1.0 |
1447 | 2025-03-17T15:55:33.231Z | Compiling slog-async v2.8.0 |
1448 | 2025-03-17T15:55:33.385Z | Compiling unicode-properties v0.1.3 |
1449 | 2025-03-17T15:55:33.515Z | Compiling mime v0.3.17 |
1450 | 2025-03-17T15:55:33.775Z | Compiling openssl-probe v0.1.5 |
1451 | 2025-03-17T15:55:33.793Z | Compiling ipnet v2.11.0 |
1452 | 2025-03-17T15:55:34.086Z | Compiling gimli v0.31.1 |
1453 | 2025-03-17T15:55:34.168Z | Compiling rayon-core v1.12.1 |
1454 | 2025-03-17T15:55:34.491Z | Compiling unicode-bidi v0.3.17 |
1455 | 2025-03-17T15:55:34.922Z | Compiling signal-hook v0.3.17 |
1456 | 2025-03-17T15:55:35.231Z | Compiling hyper-util v0.1.10 |
1457 | 2025-03-17T15:55:35.320Z | Compiling stringprep v0.1.5 |
1458 | 2025-03-17T15:55:35.802Z | Compiling toml_edit v0.22.24 |
1459 | 2025-03-17T15:55:36.356Z | Compiling crossbeam-deque v0.8.5 |
1460 | 2025-03-17T15:55:36.799Z | Compiling rand v0.9.0 |
1461 | 2025-03-17T15:55:37.122Z | Compiling term v0.7.0 |
1462 | 2025-03-17T15:55:38.106Z | Compiling usdt-macro v0.5.0 |
1463 | 2025-03-17T15:55:38.368Z | Compiling addr2line v0.24.2 |
1464 | 2025-03-17T15:55:38.487Z | Compiling usdt-attr-macro v0.5.0 |
1465 | 2025-03-17T15:55:38.538Z | Compiling slog-json v2.6.1 |
1466 | 2025-03-17T15:55:38.755Z | Compiling serde_urlencoded v0.7.1 |
1467 | 2025-03-17T15:55:38.932Z | Compiling curve25519-dalek v4.1.3 |
1468 | 2025-03-17T15:55:39.094Z | Compiling crossbeam-channel v0.5.13 |
1469 | 2025-03-17T15:55:39.290Z | Compiling futures-executor v0.3.31 |
1470 | 2025-03-17T15:55:39.527Z | Compiling enum-as-inner v0.6.1 |
1471 | 2025-03-17T15:55:39.653Z | Compiling md-5 v0.10.6 |
1472 | 2025-03-17T15:55:39.782Z | Compiling async-stream-impl v0.3.6 |
1473 | 2025-03-17T15:55:39.948Z | Compiling rustls-pemfile v2.2.0 |
1474 | 2025-03-17T15:55:40.056Z | Compiling num-integer v0.1.46 |
1475 | 2025-03-17T15:55:40.082Z | Compiling hash32 v0.2.1 |
1476 | 2025-03-17T15:55:40.295Z | Compiling ff v0.13.0 |
1477 | 2025-03-17T15:55:40.464Z | Compiling is-terminal v0.4.13 |
1478 | 2025-03-17T15:55:40.545Z | Compiling memoffset v0.9.1 |
1479 | 2025-03-17T15:55:40.583Z | Compiling object v0.36.5 |
1480 | 2025-03-17T15:55:40.610Z | Compiling dropshot v0.12.0 |
1481 | 2025-03-17T15:55:40.787Z | Compiling portable-atomic v1.9.0 |
1482 | 2025-03-17T15:55:40.900Z | Compiling psl-types v2.0.11 |
1483 | 2025-03-17T15:55:40.939Z | Compiling cfg_aliases v0.2.1 |
1484 | 2025-03-17T15:55:41.047Z | Compiling take_mut v0.2.2 |
1485 | 2025-03-17T15:55:41.067Z | Compiling rustc-demangle v0.1.24 |
1486 | 2025-03-17T15:55:41.113Z | Compiling smoltcp v0.9.1 |
1487 | 2025-03-17T15:55:41.226Z | Compiling base16ct v0.2.0 |
1488 | 2025-03-17T15:55:41.558Z | Compiling newtype-uuid v1.2.1 |
1489 | 2025-03-17T15:55:41.741Z | Compiling litrs v0.4.1 |
1490 | 2025-03-17T15:55:41.785Z | Compiling quick-error v1.2.3 |
1491 | 2025-03-17T15:55:41.855Z | Compiling fallible-iterator v0.2.0 |
1492 | 2025-03-17T15:55:41.950Z | Compiling num-bigint-dig v0.8.4 |
1493 | 2025-03-17T15:55:41.992Z | Compiling anyhow v1.0.97 |
1494 | 2025-03-17T15:55:42.284Z | Compiling utf-8 v0.7.6 |
1495 | 2025-03-17T15:55:42.556Z | Compiling linked-hash-map v0.5.6 |
1496 | 2025-03-17T15:55:42.603Z | Compiling postgres-protocol v0.6.8 |
1497 | 2025-03-17T15:55:42.853Z | Compiling document-features v0.2.10 |
1498 | 2025-03-17T15:55:42.900Z | Compiling lru-cache v0.1.2 |
1499 | 2025-03-17T15:55:42.972Z | Compiling tungstenite v0.24.0 |
1500 | 2025-03-17T15:55:43.020Z | Compiling resolv-conf v0.7.0 |
1501 | 2025-03-17T15:55:43.247Z | Compiling sec1 v0.7.3 |
1502 | 2025-03-17T15:55:43.782Z | Compiling publicsuffix v2.3.0 |
1503 | 2025-03-17T15:55:43.824Z | Compiling nix v0.29.0 |
1504 | 2025-03-17T15:55:44.011Z | Compiling async-stream v0.3.6 |
1505 | 2025-03-17T15:55:44.313Z | Compiling slog-term v2.9.1 |
1506 | 2025-03-17T15:55:44.333Z | Compiling hickory-proto v0.24.4 |
1507 | 2025-03-17T15:55:44.757Z | Compiling num-iter v0.1.45 |
1508 | 2025-03-17T15:55:44.777Z | Compiling group v0.13.0 |
1509 | 2025-03-17T15:55:44.964Z | Compiling usdt v0.5.0 |
1510 | 2025-03-17T15:55:45.243Z | Compiling futures v0.3.31 |
1511 | 2025-03-17T15:55:45.375Z | Compiling toml v0.8.20 |
1512 | 2025-03-17T15:55:45.425Z | Compiling slog-bunyan v2.5.0 |
1513 | 2025-03-17T15:55:45.496Z | Compiling tokio-native-tls v0.3.1 |
1514 | 2025-03-17T15:55:45.795Z | Compiling bzip2 v0.4.4 |
1515 | 2025-03-17T15:55:47.105Z | Compiling camino v1.1.9 |
1516 | 2025-03-17T15:55:47.164Z | Compiling flate2 v1.1.0 |
1517 | 2025-03-17T15:55:47.186Z | Compiling phf_shared v0.11.2 |
1518 | 2025-03-17T15:55:47.558Z | Compiling backtrace v0.3.74 |
1519 | 2025-03-17T15:55:47.744Z | Compiling ipnetwork v0.21.1 |
1520 | 2025-03-17T15:55:47.919Z | Compiling dropshot_endpoint v0.12.0 |
1521 | 2025-03-17T15:55:47.944Z | Compiling terminal_size v0.4.0 |
1522 | 2025-03-17T15:55:48.041Z | Compiling openapiv3 v2.0.0 |
1523 | 2025-03-17T15:55:48.167Z | Compiling serde_path_to_error v0.1.16 |
1524 | 2025-03-17T15:55:48.536Z | Compiling waitgroup v0.1.2 |
1525 | 2025-03-17T15:55:48.773Z | Compiling hkdf v0.12.4 |
1526 | 2025-03-17T15:55:48.974Z | Compiling crypto-bigint v0.5.5 |
1527 | 2025-03-17T15:55:49.056Z | Compiling zerocopy-derive v0.6.6 |
1528 | 2025-03-17T15:55:49.083Z | Compiling hubpack_derive v0.1.1 |
1529 | 2025-03-17T15:55:49.962Z | Compiling curve25519-dalek-derive v0.1.1 |
1530 | 2025-03-17T15:55:50.504Z | Compiling webpki-roots v0.26.6 |
1531 | 2025-03-17T15:55:50.734Z | Compiling sync_wrapper v1.0.1 |
1532 | 2025-03-17T15:55:50.917Z | Compiling hostname v0.4.0 |
1533 | 2025-03-17T15:55:51.018Z | Compiling fs-err v2.11.0 |
1534 | 2025-03-17T15:55:51.141Z | Compiling ahash v0.8.11 |
1535 | 2025-03-17T15:55:51.362Z | Compiling debug-ignore v1.0.5 |
1536 | 2025-03-17T15:55:51.409Z | Compiling winnow v0.5.40 |
1537 | 2025-03-17T15:55:51.508Z | Compiling unicode-width v0.2.0 |
1538 | 2025-03-17T15:55:51.535Z | Compiling bumpalo v3.16.0 |
1539 | 2025-03-17T15:55:51.993Z | Compiling zip v2.1.3 |
1540 | 2025-03-17T15:55:52.044Z | Compiling simd-adler32 v0.3.7 |
1541 | 2025-03-17T15:55:52.064Z | Compiling lockfree-object-pool v0.1.6 |
1542 | 2025-03-17T15:55:52.096Z | Compiling tower-layer v0.3.3 |
1543 | 2025-03-17T15:55:52.326Z | Compiling managed v0.8.0 |
1544 | 2025-03-17T15:55:52.345Z | Compiling buf-list v1.0.3 |
1545 | 2025-03-17T15:55:52.402Z | Compiling tower v0.5.2 |
1546 | 2025-03-17T15:55:52.584Z | Compiling zopfli v0.8.1 |
1547 | 2025-03-17T15:55:53.076Z | Compiling clap_builder v4.5.31 |
1548 | 2025-03-17T15:55:53.210Z | Compiling elliptic-curve v0.13.8 |
1549 | 2025-03-17T15:55:53.377Z | Compiling console v0.15.10 |
1550 | 2025-03-17T15:55:54.069Z | Compiling strum_macros v0.25.3 |
1551 | 2025-03-17T15:55:54.714Z | Compiling toml_edit v0.19.15 |
1552 | 2025-03-17T15:55:54.887Z | Compiling zerocopy v0.6.6 |
1553 | 2025-03-17T15:55:54.943Z | Compiling hubpack v0.1.2 |
1554 | 2025-03-17T15:55:54.999Z | Compiling hickory-resolver v0.24.4 |
1555 | 2025-03-17T15:55:55.595Z | Compiling oxnet v0.1.1 |
1556 | 2025-03-17T15:55:56.161Z | Compiling phf v0.11.2 |
1557 | 2025-03-17T15:55:56.299Z | Compiling signal-hook-mio v0.2.4 |
1558 | 2025-03-17T15:55:56.443Z | Compiling cookie_store v0.21.1 |
1559 | 2025-03-17T15:55:56.478Z | Compiling rayon v1.10.0 |
1560 | 2025-03-17T15:55:57.778Z | Compiling hyper-tls v0.6.0 |
1561 | 2025-03-17T15:55:58.380Z | Compiling tokio-tungstenite v0.24.0 |
1562 | 2025-03-17T15:55:58.918Z | Compiling postgres-types v0.2.9 |
1563 | 2025-03-17T15:56:00.856Z | Compiling ed25519 v2.2.3 |
1564 | 2025-03-17T15:56:01.035Z | Compiling phf_shared v0.10.0 |
1565 | 2025-03-17T15:56:01.058Z | Compiling tokio-stream v0.1.17 |
1566 | 2025-03-17T15:56:01.425Z | Compiling pkcs1 v0.7.5 |
1567 | 2025-03-17T15:56:01.590Z | Compiling serde-big-array v0.5.1 |
1568 | 2025-03-17T15:56:01.691Z | Compiling clap_derive v4.5.28 |
1569 | 2025-03-17T15:56:01.840Z | Compiling rfc6979 v0.4.0 |
1570 | 2025-03-17T15:56:02.049Z | Compiling derive-where v1.2.7 |
1571 | 2025-03-17T15:56:02.052Z | Compiling serde_repr v0.1.19 |
1572 | 2025-03-17T15:56:02.231Z | Compiling daft-derive v0.1.2 |
1573 | 2025-03-17T15:56:02.322Z | Compiling bstr v1.10.0 |
1574 | 2025-03-17T15:56:02.688Z | Compiling float-cmp v0.10.0 |
1575 | 2025-03-17T15:56:02.959Z | Compiling precomputed-hash v0.1.1 |
1576 | 2025-03-17T15:56:03.108Z | Compiling difflib v0.4.0 |
1577 | 2025-03-17T15:56:03.219Z | Compiling unicode-segmentation v1.12.0 |
1578 | 2025-03-17T15:56:03.849Z | Compiling normalize-line-endings v0.3.0 |
1579 | 2025-03-17T15:56:03.852Z | Compiling static_assertions v1.1.0 |
1580 | 2025-03-17T15:56:04.028Z | Compiling predicates-core v1.0.8 |
1581 | 2025-03-17T15:56:04.050Z | Compiling fixedbitset v0.4.2 |
1582 | 2025-03-17T15:56:04.113Z | Compiling whoami v1.5.2 |
1583 | 2025-03-17T15:56:04.372Z | Compiling number_prefix v0.4.0 |
1584 | 2025-03-17T15:56:04.507Z | Compiling new_debug_unreachable v1.0.6 |
1585 | 2025-03-17T15:56:04.531Z | Compiling tokio-postgres v0.7.13 |
1586 | 2025-03-17T15:56:04.611Z | Compiling string_cache v0.8.7 |
1587 | 2025-03-17T15:56:04.630Z | Compiling indicatif v0.17.11 |
1588 | 2025-03-17T15:56:04.706Z | Compiling petgraph v0.6.5 |
1589 | 2025-03-17T15:56:05.032Z | Compiling predicates v3.1.3 |
1590 | 2025-03-17T15:56:05.226Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1591 | 2025-03-17T15:56:06.185Z | Compiling clap v4.5.31 |
1592 | 2025-03-17T15:56:06.316Z | Compiling similar v2.7.0 |
1593 | 2025-03-17T15:56:06.559Z | Compiling daft v0.1.2 |
1594 | 2025-03-17T15:56:06.580Z | Compiling ecdsa v0.16.9 |
1595 | 2025-03-17T15:56:07.040Z | Compiling rsa v0.9.6 |
1596 | 2025-03-17T15:56:07.438Z | Compiling ed25519-dalek v2.1.1 |
1597 | 2025-03-17T15:56:08.453Z | Compiling toml v0.7.8 |
1598 | 2025-03-17T15:56:08.729Z | Compiling crossterm v0.28.1 |
1599 | 2025-03-17T15:56:10.833Z | Compiling zip v0.6.6 |
1600 | 2025-03-17T15:56:11.178Z | Compiling hex v0.4.3 |
1601 | 2025-03-17T15:56:11.652Z | Compiling x509-cert v0.2.5 |
1602 | 2025-03-17T15:56:11.834Z | Compiling itertools v0.10.5 |
1603 | 2025-03-17T15:56:11.958Z | Compiling peg-runtime v0.8.5 |
1604 | 2025-03-17T15:56:12.077Z | Compiling unicode-xid v0.2.6 |
1605 | 2025-03-17T15:56:12.161Z | Compiling lalrpop-util v0.19.12 |
1606 | 2025-03-17T15:56:12.279Z | Compiling strum_macros v0.26.4 |
1607 | 2025-03-17T15:56:12.299Z | Compiling xattr v1.3.1 |
1608 | 2025-03-17T15:56:12.537Z | Compiling filetime v0.2.25 |
1609 | 2025-03-17T15:56:12.869Z | Compiling tar v0.4.44 |
1610 | 2025-03-17T15:56:16.966Z | Compiling strum v0.26.3 |
1611 | 2025-03-17T15:56:19.897Z | Compiling aws-lc-sys v0.26.0 |
1612 | 2025-03-17T15:56:50.101Z | Compiling rustls-webpki v0.102.8 |
1613 | 2025-03-17T15:56:53.318Z | Compiling tokio-rustls v0.25.0 |
1614 | 2025-03-17T15:56:55.062Z | Compiling tokio-rustls v0.26.0 |
1615 | 2025-03-17T15:56:55.408Z | Compiling hyper-rustls v0.27.3 |
1616 | 2025-03-17T15:56:55.805Z | Compiling reqwest v0.12.12 |
1617 | 2025-03-17T15:56:57.026Z | Compiling qorb v0.2.1 |
1618 | 2025-03-17T15:57:00.081Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1619 | 2025-03-17T15:57:00.356Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1620 | 2025-03-17T15:57:04.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1621 | 2025-03-17T15:57:05.035Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1622 | 2025-03-17T15:57:05.086Z | Mar 17 15:57:04.125 INFO Starting download, target: Cockroach |
1623 | 2025-03-17T15:57:05.086Z | Mar 17 15:57:04.125 INFO Starting download, target: Clickhouse |
1624 | 2025-03-17T15:57:05.086Z | Mar 17 15:57:04.125 INFO Starting download, target: Console |
1625 | 2025-03-17T15:57:05.086Z | Mar 17 15:57:04.125 INFO Starting download, target: DendriteOpenapi |
1626 | 2025-03-17T15:57:05.086Z | Mar 17 15:57:04.125 INFO Starting download, target: DendriteStub |
1627 | 2025-03-17T15:57:05.086Z | Mar 17 15:57:04.125 INFO Starting download, target: MaghemiteMgd |
1628 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.125 INFO Starting download, target: TransceiverControl |
1629 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1630 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1631 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1632 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1633 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1634 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1635 | 2025-03-17T15:57:05.092Z | Mar 17 15:57:04.126 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1636 | 2025-03-17T15:57:05.244Z | Mar 17 15:57:04.273 INFO Download complete, target: DendriteOpenapi |
1637 | 2025-03-17T15:57:05.415Z | Mar 17 15:57:04.412 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1638 | 2025-03-17T15:57:05.693Z | Mar 17 15:57:04.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1639 | 2025-03-17T15:57:05.804Z | Mar 17 15:57:04.820 INFO Download complete, target: TransceiverControl |
1640 | 2025-03-17T15:57:05.877Z | Mar 17 15:57:04.913 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1641 | 2025-03-17T15:57:05.997Z | Mar 17 15:57:05.035 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1642 | 2025-03-17T15:57:06.121Z | Mar 17 15:57:05.159 INFO Download complete, target: Console |
1643 | 2025-03-17T15:57:06.584Z | Mar 17 15:57:05.623 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1644 | 2025-03-17T15:57:06.584Z | Mar 17 15:57:05.623 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1645 | 2025-03-17T15:57:07.000Z | Mar 17 15:57:06.039 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1646 | 2025-03-17T15:57:08.307Z | Mar 17 15:57:07.346 INFO Download complete, target: DendriteStub |
1647 | 2025-03-17T15:57:08.557Z | Mar 17 15:57:07.596 INFO Download complete, target: MaghemiteMgd |
1648 | 2025-03-17T15:57:13.065Z | Mar 17 15:57:12.101 INFO Checking that binary works, target: Cockroach |
1649 | 2025-03-17T15:57:13.381Z | Mar 17 15:57:12.417 INFO Download complete, target: Cockroach |
1650 | 2025-03-17T15:57:17.840Z | Mar 17 15:57:16.874 INFO Checking that binary works, target: Clickhouse |
1651 | 2025-03-17T15:57:18.018Z | Mar 17 15:57:17.052 INFO Download complete, target: Clickhouse |
1652 | 2025-03-17T15:57:18.041Z | All builder prerequisites installed successfully, and PATH looks valid |
1653 | 2025-03-17T15:57:18.044Z | |
1654 | 2025-03-17T15:57:18.044Z | real 5:29.740713018 |
1655 | 2025-03-17T15:57:18.044Z | user 16:05.575511513 |
1656 | 2025-03-17T15:57:18.044Z | sys 2:13.692998889 |
1657 | 2025-03-17T15:57:18.045Z | trap 0.602927341 |
1658 | 2025-03-17T15:57:18.045Z | tflt 0.931597650 |
1659 | 2025-03-17T15:57:18.045Z | dflt 1.306561932 |
1660 | 2025-03-17T15:57:18.045Z | kflt 0.022898609 |
1661 | 2025-03-17T15:57:18.045Z | lock 24:37.104037482 |
1662 | 2025-03-17T15:57:18.045Z | slp 58:36.430212028 |
1663 | 2025-03-17T15:57:18.045Z | lat 1:04.260241082 |
1664 | 2025-03-17T15:57:18.045Z | stop 2:31.350853285 |
1665 | 2025-03-17T15:57:18.045Z | + banner hack-check |
1666 | 2025-03-17T15:57:18.045Z | |
1667 | 2025-03-17T15:57:18.045Z | # # ## #### # # #### # # ###### #### # # |
1668 | 2025-03-17T15:57:18.045Z | # # # # # # # # # # # # # # # # # |
1669 | 2025-03-17T15:57:18.045Z | ###### # # # #### ##### # ###### ##### # #### |
1670 | 2025-03-17T15:57:18.045Z | # # ###### # # # # # # # # # # |
1671 | 2025-03-17T15:57:18.045Z | # # # # # # # # # # # # # # # # # |
1672 | 2025-03-17T15:57:18.045Z | # # # # #### # # #### # # ###### #### # # |
1673 | 2025-03-17T15:57:18.045Z | |
1674 | 2025-03-17T15:57:18.048Z | + export CARGO_INCREMENTAL=0 |
1675 | 2025-03-17T15:57:18.048Z | + CARGO_INCREMENTAL=0 |
1676 | 2025-03-17T15:57:18.049Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1677 | 2025-03-17T15:57:18.639Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1678 | 2025-03-17T15:57:21.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
1679 | 2025-03-17T15:57:21.695Z | Running `target/debug/xtask check-features --ci` |
1680 | 2025-03-17T15:57:21.716Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1681 | 2025-03-17T15:57:21.719Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1682 | 2025-03-17T15:57:22.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1683 | 2025-03-17T15:57:22.226Z | Running `target/debug/xtask download cargo-hack` |
1684 | 2025-03-17T15:57:23.102Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2025-03-17T15:57:23.511Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1686 | 2025-03-17T15:57:27.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
1687 | 2025-03-17T15:57:27.368Z | Running `target/debug/xtask-downloader cargo-hack` |
1688 | 2025-03-17T15:57:27.408Z | Mar 17 15:57:26.438 INFO Starting download, target: CargoHack |
1689 | 2025-03-17T15:57:27.411Z | Mar 17 15:57:26.439 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1690 | 2025-03-17T15:57:28.125Z | Mar 17 15:57:27.155 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1691 | 2025-03-17T15:57:28.202Z | Mar 17 15:57:27.232 INFO Download complete, target: CargoHack |
1692 | 2025-03-17T15:57:28.206Z | 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-17T15:57:28.222Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1694 | 2025-03-17T15:57:28.404Z | info: running `cargo check --bins` on api_identity (1/198) |
1695 | 2025-03-17T15:57:28.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-03-17T15:57:28.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-03-17T15:57:28.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-03-17T15:57:28.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1699 | 2025-03-17T15:57:29.046Z | |
1700 | 2025-03-17T15:57:29.046Z | info: running `cargo check --bins` on bootstore (2/198) |
1701 | 2025-03-17T15:57:29.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-03-17T15:57:29.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-03-17T15:57:29.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-03-17T15:57:29.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1705 | 2025-03-17T15:57:29.722Z | |
1706 | 2025-03-17T15:57:29.722Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/198) |
1707 | 2025-03-17T15:57:30.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-03-17T15:57:30.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-03-17T15:57:30.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-03-17T15:57:30.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1711 | 2025-03-17T15:57:30.375Z | |
1712 | 2025-03-17T15:57:30.375Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/198) |
1713 | 2025-03-17T15:57:30.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-03-17T15:57:30.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-03-17T15:57:30.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-03-17T15:57:30.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1717 | 2025-03-17T15:57:31.032Z | |
1718 | 2025-03-17T15:57:31.032Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/198) |
1719 | 2025-03-17T15:57:31.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-03-17T15:57:31.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-03-17T15:57:31.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-03-17T15:57:31.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1723 | 2025-03-17T15:57:31.494Z | |
1724 | 2025-03-17T15:57:31.494Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/198) |
1725 | 2025-03-17T15:57:31.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-03-17T15:57:31.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-03-17T15:57:31.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-03-17T15:57:31.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1729 | 2025-03-17T15:57:31.964Z | |
1730 | 2025-03-17T15:57:31.964Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/198) |
1731 | 2025-03-17T15:57:32.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-03-17T15:57:32.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-03-17T15:57:32.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-03-17T15:57:32.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1735 | 2025-03-17T15:57:32.418Z | |
1736 | 2025-03-17T15:57:32.418Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/198) |
1737 | 2025-03-17T15:57:32.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-03-17T15:57:32.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-03-17T15:57:32.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-03-17T15:57:32.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1741 | 2025-03-17T15:57:32.882Z | |
1742 | 2025-03-17T15:57:32.882Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/198) |
1743 | 2025-03-17T15:57:33.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-03-17T15:57:33.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-03-17T15:57:33.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-03-17T15:57:33.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1747 | 2025-03-17T15:57:33.346Z | |
1748 | 2025-03-17T15:57:33.346Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/198) |
1749 | 2025-03-17T15:57:33.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-03-17T15:57:33.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-03-17T15:57:33.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-03-17T15:57:33.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1753 | 2025-03-17T15:57:33.806Z | |
1754 | 2025-03-17T15:57:33.806Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/198) |
1755 | 2025-03-17T15:57:34.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-03-17T15:57:34.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-03-17T15:57:34.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-03-17T15:57:34.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1759 | 2025-03-17T15:57:34.267Z | |
1760 | 2025-03-17T15:57:34.267Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/198) |
1761 | 2025-03-17T15:57:34.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-03-17T15:57:34.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-03-17T15:57:34.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-03-17T15:57:34.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1765 | 2025-03-17T15:57:34.726Z | |
1766 | 2025-03-17T15:57:34.726Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/198) |
1767 | 2025-03-17T15:57:35.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-03-17T15:57:35.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-03-17T15:57:35.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-03-17T15:57:35.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1771 | 2025-03-17T15:57:35.183Z | |
1772 | 2025-03-17T15:57:35.183Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/198) |
1773 | 2025-03-17T15:57:35.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-03-17T15:57:35.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-03-17T15:57:35.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-03-17T15:57:35.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1777 | 2025-03-17T15:57:35.645Z | |
1778 | 2025-03-17T15:57:35.645Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/198) |
1779 | 2025-03-17T15:57:36.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-03-17T15:57:36.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-03-17T15:57:36.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-03-17T15:57:36.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1783 | 2025-03-17T15:57:36.105Z | |
1784 | 2025-03-17T15:57:36.105Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/198) |
1785 | 2025-03-17T15:57:36.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-03-17T15:57:36.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-03-17T15:57:36.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-03-17T15:57:36.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1789 | 2025-03-17T15:57:36.565Z | |
1790 | 2025-03-17T15:57:36.565Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/198) |
1791 | 2025-03-17T15:57:36.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-03-17T15:57:36.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-03-17T15:57:36.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-03-17T15:57:36.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1795 | 2025-03-17T15:57:37.025Z | |
1796 | 2025-03-17T15:57:37.025Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/198) |
1797 | 2025-03-17T15:57:37.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-03-17T15:57:37.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-03-17T15:57:37.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-03-17T15:57:37.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1801 | 2025-03-17T15:57:37.482Z | |
1802 | 2025-03-17T15:57:37.482Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/198) |
1803 | 2025-03-17T15:57:37.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-03-17T15:57:37.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-03-17T15:57:37.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-03-17T15:57:37.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1807 | 2025-03-17T15:57:37.942Z | |
1808 | 2025-03-17T15:57:37.942Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/198) |
1809 | 2025-03-17T15:57:38.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-03-17T15:57:38.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-03-17T15:57:38.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-03-17T15:57:38.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1813 | 2025-03-17T15:57:38.408Z | |
1814 | 2025-03-17T15:57:38.408Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/198) |
1815 | 2025-03-17T15:57:38.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-03-17T15:57:38.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-03-17T15:57:38.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-03-17T15:57:38.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1819 | 2025-03-17T15:57:38.880Z | |
1820 | 2025-03-17T15:57:38.880Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/198) |
1821 | 2025-03-17T15:57:39.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-03-17T15:57:39.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-03-17T15:57:39.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-03-17T15:57:39.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1825 | 2025-03-17T15:57:39.370Z | |
1826 | 2025-03-17T15:57:39.370Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/198) |
1827 | 2025-03-17T15:57:39.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-03-17T15:57:39.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-03-17T15:57:39.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-03-17T15:57:39.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1831 | 2025-03-17T15:57:39.867Z | |
1832 | 2025-03-17T15:57:39.867Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/198) |
1833 | 2025-03-17T15:57:40.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-03-17T15:57:40.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-03-17T15:57:40.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-03-17T15:57:40.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1837 | 2025-03-17T15:57:40.351Z | |
1838 | 2025-03-17T15:57:40.351Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/198) |
1839 | 2025-03-17T15:57:40.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-03-17T15:57:40.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-03-17T15:57:40.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-03-17T15:57:40.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1843 | 2025-03-17T15:57:40.824Z | |
1844 | 2025-03-17T15:57:40.824Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/198) |
1845 | 2025-03-17T15:57:41.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-03-17T15:57:41.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-03-17T15:57:41.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-03-17T15:57:41.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1849 | 2025-03-17T15:57:41.294Z | |
1850 | 2025-03-17T15:57:41.294Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/198) |
1851 | 2025-03-17T15:57:41.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-03-17T15:57:41.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-03-17T15:57:41.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-03-17T15:57:41.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1855 | 2025-03-17T15:57:41.761Z | |
1856 | 2025-03-17T15:57:41.761Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/198) |
1857 | 2025-03-17T15:57:42.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-03-17T15:57:42.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-03-17T15:57:42.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-03-17T15:57:42.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1861 | 2025-03-17T15:57:42.233Z | |
1862 | 2025-03-17T15:57:42.233Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/198) |
1863 | 2025-03-17T15:57:42.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-03-17T15:57:42.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-03-17T15:57:42.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-03-17T15:57:42.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1867 | 2025-03-17T15:57:42.699Z | |
1868 | 2025-03-17T15:57:42.699Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/198) |
1869 | 2025-03-17T15:57:43.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-03-17T15:57:43.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-03-17T15:57:43.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-03-17T15:57:43.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1873 | 2025-03-17T15:57:43.173Z | |
1874 | 2025-03-17T15:57:43.173Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/198) |
1875 | 2025-03-17T15:57:43.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-03-17T15:57:43.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-03-17T15:57:43.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-03-17T15:57:43.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1879 | 2025-03-17T15:57:43.645Z | |
1880 | 2025-03-17T15:57:43.645Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/198) |
1881 | 2025-03-17T15:57:44.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-03-17T15:57:44.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-03-17T15:57:44.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-03-17T15:57:44.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1885 | 2025-03-17T15:57:44.113Z | |
1886 | 2025-03-17T15:57:44.113Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/198) |
1887 | 2025-03-17T15:57:44.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-03-17T15:57:44.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-03-17T15:57:44.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-03-17T15:57:44.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1891 | 2025-03-17T15:57:44.585Z | |
1892 | 2025-03-17T15:57:44.585Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/198) |
1893 | 2025-03-17T15:57:45.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-03-17T15:57:45.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-03-17T15:57:45.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-03-17T15:57:45.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1897 | 2025-03-17T15:57:45.053Z | |
1898 | 2025-03-17T15:57:45.053Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/198) |
1899 | 2025-03-17T15:57:45.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-03-17T15:57:45.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-03-17T15:57:45.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-03-17T15:57:45.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1903 | 2025-03-17T15:57:45.518Z | |
1904 | 2025-03-17T15:57:45.518Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/198) |
1905 | 2025-03-17T15:57:45.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-03-17T15:57:45.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-03-17T15:57:45.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-03-17T15:57:45.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1909 | 2025-03-17T15:57:45.992Z | |
1910 | 2025-03-17T15:57:45.992Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/198) |
1911 | 2025-03-17T15:57:46.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-03-17T15:57:46.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-03-17T15:57:46.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-03-17T15:57:46.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1915 | 2025-03-17T15:57:46.465Z | |
1916 | 2025-03-17T15:57:46.466Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/198) |
1917 | 2025-03-17T15:57:46.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-03-17T15:57:46.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-03-17T15:57:46.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-03-17T15:57:46.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1921 | 2025-03-17T15:57:46.947Z | |
1922 | 2025-03-17T15:57:46.947Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/198) |
1923 | 2025-03-17T15:57:47.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-03-17T15:57:47.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-03-17T15:57:47.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-03-17T15:57:47.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1927 | 2025-03-17T15:57:47.420Z | |
1928 | 2025-03-17T15:57:47.420Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/198) |
1929 | 2025-03-17T15:57:47.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-03-17T15:57:47.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-03-17T15:57:47.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-03-17T15:57:47.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1933 | 2025-03-17T15:57:47.892Z | |
1934 | 2025-03-17T15:57:47.892Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/198) |
1935 | 2025-03-17T15:57:48.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-03-17T15:57:48.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-03-17T15:57:48.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-03-17T15:57:48.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1939 | 2025-03-17T15:57:48.365Z | |
1940 | 2025-03-17T15:57:48.365Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/198) |
1941 | 2025-03-17T15:57:48.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-03-17T15:57:48.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-03-17T15:57:48.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2025-03-17T15:57:48.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1945 | 2025-03-17T15:57:48.838Z | |
1946 | 2025-03-17T15:57:48.839Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/198) |
1947 | 2025-03-17T15:57:49.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2025-03-17T15:57:49.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2025-03-17T15:57:49.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2025-03-17T15:57:49.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1951 | 2025-03-17T15:57:49.317Z | |
1952 | 2025-03-17T15:57:49.317Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/198) |
1953 | 2025-03-17T15:57:49.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2025-03-17T15:57:49.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2025-03-17T15:57:49.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1956 | 2025-03-17T15:57:49.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1957 | 2025-03-17T15:57:49.799Z | |
1958 | 2025-03-17T15:57:49.799Z | info: running `cargo check --bins` on sled-hardware-types (45/198) |
1959 | 2025-03-17T15:57:50.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1960 | 2025-03-17T15:57:50.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1961 | 2025-03-17T15:57:50.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1962 | 2025-03-17T15:57:50.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1963 | 2025-03-17T15:57:50.497Z | |
1964 | 2025-03-17T15:57:50.497Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/198) |
1965 | 2025-03-17T15:57:51.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1966 | 2025-03-17T15:57:51.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1967 | 2025-03-17T15:57:51.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1968 | 2025-03-17T15:57:51.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1969 | 2025-03-17T15:57:51.194Z | |
1970 | 2025-03-17T15:57:51.194Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/198) |
1971 | 2025-03-17T15:57:51.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1972 | 2025-03-17T15:57:51.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1973 | 2025-03-17T15:57:51.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1974 | 2025-03-17T15:57:51.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1975 | 2025-03-17T15:57:51.874Z | |
1976 | 2025-03-17T15:57:51.874Z | info: running `cargo check --bins` on oxlog (48/198) |
1977 | 2025-03-17T15:57:52.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1978 | 2025-03-17T15:57:52.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1979 | 2025-03-17T15:57:52.533Z | Checking cfg-if v1.0.0 |
1980 | 2025-03-17T15:57:52.537Z | Checking libc v0.2.170 |
1981 | 2025-03-17T15:57:52.649Z | Checking serde v1.0.218 |
1982 | 2025-03-17T15:57:52.653Z | Checking zeroize v1.8.1 |
1983 | 2025-03-17T15:57:52.659Z | Checking memchr v2.7.4 |
1984 | 2025-03-17T15:57:52.681Z | Checking typenum v1.17.0 |
1985 | 2025-03-17T15:57:52.684Z | Checking value-bag v1.9.0 |
1986 | 2025-03-17T15:57:52.711Z | Checking subtle v2.6.1 |
1987 | 2025-03-17T15:57:52.724Z | Checking itoa v1.0.11 |
1988 | 2025-03-17T15:57:52.882Z | Checking scopeguard v1.2.0 |
1989 | 2025-03-17T15:57:52.936Z | Checking smallvec v1.14.0 |
1990 | 2025-03-17T15:57:52.964Z | Checking const-oid v0.9.6 |
1991 | 2025-03-17T15:57:53.041Z | Checking lock_api v0.4.12 |
1992 | 2025-03-17T15:57:53.120Z | Checking log v0.4.22 |
1993 | 2025-03-17T15:57:53.283Z | Checking pin-project-lite v0.2.14 |
1994 | 2025-03-17T15:57:53.414Z | Checking byteorder v1.5.0 |
1995 | 2025-03-17T15:57:53.435Z | Checking once_cell v1.20.3 |
1996 | 2025-03-17T15:57:53.540Z | Checking futures-core v0.3.31 |
1997 | 2025-03-17T15:57:53.615Z | Checking cpufeatures v0.2.14 |
1998 | 2025-03-17T15:57:53.703Z | Checking getrandom v0.2.15 |
1999 | 2025-03-17T15:57:53.719Z | Checking parking_lot_core v0.9.10 |
2000 | 2025-03-17T15:57:53.734Z | Checking signal-hook-registry v1.4.2 |
2001 | 2025-03-17T15:57:53.748Z | Checking mio v1.0.2 |
2002 | 2025-03-17T15:57:53.785Z | Checking socket2 v0.5.8 |
2003 | 2025-03-17T15:57:53.801Z | Checking generic-array v0.14.7 |
2004 | 2025-03-17T15:57:53.935Z | Checking rand_core v0.6.4 |
2005 | 2025-03-17T15:57:53.969Z | Checking futures-sink v0.3.31 |
2006 | 2025-03-17T15:57:54.039Z | Checking parking_lot v0.12.3 |
2007 | 2025-03-17T15:57:54.128Z | Checking stable_deref_trait v1.2.0 |
2008 | 2025-03-17T15:57:54.240Z | Checking zerocopy v0.7.35 |
2009 | 2025-03-17T15:57:54.258Z | Checking slab v0.4.9 |
2010 | 2025-03-17T15:57:54.261Z | Checking zerofrom v0.1.4 |
2011 | 2025-03-17T15:57:54.339Z | Checking ryu v1.0.18 |
2012 | 2025-03-17T15:57:54.366Z | Checking futures-channel v0.3.31 |
2013 | 2025-03-17T15:57:54.480Z | Checking yoke v0.7.4 |
2014 | 2025-03-17T15:57:54.533Z | Checking equivalent v1.0.1 |
2015 | 2025-03-17T15:57:54.576Z | Checking foldhash v0.1.3 |
2016 | 2025-03-17T15:57:54.648Z | Checking pin-utils v0.1.0 |
2017 | 2025-03-17T15:57:54.705Z | Checking allocator-api2 v0.2.18 |
2018 | 2025-03-17T15:57:54.750Z | Checking futures-task v0.3.31 |
2019 | 2025-03-17T15:57:54.785Z | Checking futures-io v0.3.31 |
2020 | 2025-03-17T15:57:54.807Z | Checking zerovec v0.10.4 |
2021 | 2025-03-17T15:57:54.850Z | Checking libm v0.2.8 |
2022 | 2025-03-17T15:57:54.894Z | Checking crypto-common v0.1.6 |
2023 | 2025-03-17T15:57:54.964Z | Checking block-buffer v0.10.4 |
2024 | 2025-03-17T15:57:54.979Z | Checking futures-util v0.3.31 |
2025 | 2025-03-17T15:57:55.085Z | Checking block-padding v0.3.3 |
2026 | 2025-03-17T15:57:55.191Z | Checking digest v0.10.7 |
2027 | 2025-03-17T15:57:55.292Z | Checking getrandom v0.3.1 |
2028 | 2025-03-17T15:57:55.328Z | Checking hashbrown v0.15.1 |
2029 | 2025-03-17T15:57:55.441Z | Checking ppv-lite86 v0.2.20 |
2030 | 2025-03-17T15:57:55.540Z | Checking inout v0.1.3 |
2031 | 2025-03-17T15:57:55.557Z | Checking hmac v0.12.1 |
2032 | 2025-03-17T15:57:55.757Z | Checking num-traits v0.2.19 |
2033 | 2025-03-17T15:57:55.772Z | Checking fnv v1.0.7 |
2034 | 2025-03-17T15:57:55.776Z | Checking litemap v0.7.3 |
2035 | 2025-03-17T15:57:55.912Z | Checking writeable v0.5.5 |
2036 | 2025-03-17T15:57:56.149Z | Checking cipher v0.4.4 |
2037 | 2025-03-17T15:57:56.166Z | Checking sha2 v0.10.8 |
2038 | 2025-03-17T15:57:56.232Z | Checking base64ct v1.6.0 |
2039 | 2025-03-17T15:57:56.344Z | Checking thiserror v1.0.69 |
2040 | 2025-03-17T15:57:56.367Z | Checking tinystr v0.7.6 |
2041 | 2025-03-17T15:57:56.479Z | Checking icu_locid_transform_data v1.5.0 |
2042 | 2025-03-17T15:57:56.566Z | Checking flagset v0.4.6 |
2043 | 2025-03-17T15:57:56.587Z | Checking icu_collections v1.5.0 |
2044 | 2025-03-17T15:57:56.656Z | Checking pem-rfc7468 v0.7.0 |
2045 | 2025-03-17T15:57:56.699Z | Checking icu_locid v1.5.0 |
2046 | 2025-03-17T15:57:56.756Z | Checking tracing-core v0.1.32 |
2047 | 2025-03-17T15:57:56.773Z | Checking rustls-pki-types v1.10.0 |
2048 | 2025-03-17T15:57:56.918Z | Checking der v0.7.9 |
2049 | 2025-03-17T15:57:57.165Z | Checking bytes v1.10.1 |
2050 | 2025-03-17T15:57:57.229Z | Checking serde_json v1.0.139 |
2051 | 2025-03-17T15:57:57.254Z | Checking indexmap v2.7.1 |
2052 | 2025-03-17T15:57:57.278Z | Checking bitflags v2.6.0 |
2053 | 2025-03-17T15:57:57.408Z | Checking icu_properties_data v1.5.0 |
2054 | 2025-03-17T15:57:57.589Z | Checking percent-encoding v2.3.1 |
2055 | 2025-03-17T15:57:57.639Z | Checking tracing v0.1.40 |
2056 | 2025-03-17T15:57:57.688Z | Checking icu_provider v1.5.0 |
2057 | 2025-03-17T15:57:57.815Z | Checking uuid v1.15.1 |
2058 | 2025-03-17T15:57:58.026Z | Checking salsa20 v0.10.2 |
2059 | 2025-03-17T15:57:58.186Z | Checking tokio v1.43.0 |
2060 | 2025-03-17T15:57:58.259Z | Checking http v1.2.0 |
2061 | 2025-03-17T15:57:58.358Z | Checking icu_locid_transform v1.5.0 |
2062 | 2025-03-17T15:57:58.419Z | Checking pbkdf2 v0.12.2 |
2063 | 2025-03-17T15:57:58.461Z | Checking httparse v1.9.5 |
2064 | 2025-03-17T15:57:58.576Z | Checking aws-lc-sys v0.26.0 |
2065 | 2025-03-17T15:57:58.674Z | Checking spki v0.7.3 |
2066 | 2025-03-17T15:57:58.872Z | Checking write16 v1.0.0 |
2067 | 2025-03-17T15:57:58.915Z | Checking utf16_iter v1.0.5 |
2068 | 2025-03-17T15:57:58.946Z | Checking powerfmt v0.2.0 |
2069 | 2025-03-17T15:57:59.012Z | Checking untrusted v0.9.0 |
2070 | 2025-03-17T15:57:59.102Z | Checking untrusted v0.7.1 |
2071 | 2025-03-17T15:57:59.186Z | Checking utf8_iter v1.0.4 |
2072 | 2025-03-17T15:57:59.210Z | Checking icu_normalizer_data v1.5.0 |
2073 | 2025-03-17T15:57:59.280Z | Checking deranged v0.3.11 |
2074 | 2025-03-17T15:57:59.314Z | Checking ring v0.17.11 |
2075 | 2025-03-17T15:57:59.342Z | Checking icu_properties v1.5.1 |
2076 | 2025-03-17T15:57:59.397Z | Checking scrypt v0.11.0 |
2077 | 2025-03-17T15:57:59.519Z | Checking cbc v0.1.2 |
2078 | 2025-03-17T15:57:59.616Z | Checking aes v0.8.4 |
2079 | 2025-03-17T15:57:59.648Z | Checking crossbeam-utils v0.8.20 |
2080 | 2025-03-17T15:57:59.715Z | Checking spin v0.9.8 |
2081 | 2025-03-17T15:58:00.048Z | Checking num-conv v0.1.0 |
2082 | 2025-03-17T15:58:00.306Z | Checking iana-time-zone v0.1.61 |
2083 | 2025-03-17T15:58:00.408Z | Checking time-core v0.1.2 |
2084 | 2025-03-17T15:58:00.469Z | Checking num_threads v0.1.7 |
2085 | 2025-03-17T15:58:00.549Z | Checking tinyvec_macros v0.1.1 |
2086 | 2025-03-17T15:58:00.571Z | Checking atomic-waker v1.1.2 |
2087 | 2025-03-17T15:58:00.589Z | Checking pkcs5 v0.7.1 |
2088 | 2025-03-17T15:58:00.606Z | Checking time v0.3.36 |
2089 | 2025-03-17T15:58:00.639Z | Checking tinyvec v1.8.0 |
2090 | 2025-03-17T15:58:00.716Z | Checking chrono v0.4.40 |
2091 | 2025-03-17T15:58:01.723Z | Checking aws-lc-rs v1.12.4 |
2092 | 2025-03-17T15:58:01.726Z | Checking http-body v1.0.1 |
2093 | 2025-03-17T15:58:01.727Z | Checking form_urlencoded v1.2.1 |
2094 | 2025-03-17T15:58:01.727Z | Checking rand_chacha v0.3.1 |
2095 | 2025-03-17T15:58:01.727Z | Checking try-lock v0.2.5 |
2096 | 2025-03-17T15:58:01.727Z | Checking want v0.3.1 |
2097 | 2025-03-17T15:58:01.913Z | Checking pkcs8 v0.10.2 |
2098 | 2025-03-17T15:58:01.929Z | Checking rand v0.8.5 |
2099 | 2025-03-17T15:58:02.005Z | Checking httpdate v1.0.3 |
2100 | 2025-03-17T15:58:02.249Z | Checking tower-service v0.3.3 |
2101 | 2025-03-17T15:58:02.267Z | Checking adler2 v2.0.0 |
2102 | 2025-03-17T15:58:02.383Z | Compiling newtype-uuid v1.2.1 |
2103 | 2025-03-17T15:58:02.430Z | Checking unicode-ident v1.0.14 |
2104 | 2025-03-17T15:58:02.505Z | Checking rustls-webpki v0.102.8 |
2105 | 2025-03-17T15:58:02.606Z | Checking proc-macro2 v1.0.94 |
2106 | 2025-03-17T15:58:02.610Z | Checking icu_normalizer v1.5.0 |
2107 | 2025-03-17T15:58:02.724Z | Checking miniz_oxide v0.8.5 |
2108 | 2025-03-17T15:58:02.742Z | Checking toml_datetime v0.6.8 |
2109 | 2025-03-17T15:58:02.895Z | Checking semver v1.0.25 |
2110 | 2025-03-17T15:58:03.047Z | Checking serde_spanned v0.6.8 |
2111 | 2025-03-17T15:58:03.125Z | Checking zerocopy v0.8.10 |
2112 | 2025-03-17T15:58:03.261Z | Checking slog v2.7.0 |
2113 | 2025-03-17T15:58:03.283Z | Checking scroll v0.12.0 |
2114 | 2025-03-17T15:58:03.341Z | Checking match_cfg v0.1.0 |
2115 | 2025-03-17T15:58:03.355Z | Checking dyn-clone v1.0.19 |
2116 | 2025-03-17T15:58:03.393Z | Checking idna_adapter v1.2.0 |
2117 | 2025-03-17T15:58:03.432Z | Checking foreign-types-shared v0.1.1 |
2118 | 2025-03-17T15:58:03.492Z | Checking plain v0.2.3 |
2119 | 2025-03-17T15:58:03.511Z | Checking ucd-trie v0.1.7 |
2120 | 2025-03-17T15:58:03.558Z | Checking base64 v0.22.1 |
2121 | 2025-03-17T15:58:03.585Z | Checking idna v1.0.3 |
2122 | 2025-03-17T15:58:03.655Z | Checking foreign-types v0.3.2 |
2123 | 2025-03-17T15:58:03.708Z | Checking schemars v0.8.22 |
2124 | 2025-03-17T15:58:03.727Z | Checking pest v2.7.14 |
2125 | 2025-03-17T15:58:03.731Z | Checking goblin v0.8.2 |
2126 | 2025-03-17T15:58:03.758Z | Checking hostname v0.3.1 |
2127 | 2025-03-17T15:58:03.900Z | Checking quote v1.0.39 |
2128 | 2025-03-17T15:58:04.026Z | Checking openssl-sys v0.9.106 |
2129 | 2025-03-17T15:58:04.057Z | Checking url v2.5.3 |
2130 | 2025-03-17T15:58:04.253Z | Checking dirs-sys-next v0.1.2 |
2131 | 2025-03-17T15:58:04.437Z | Checking errno v0.3.9 |
2132 | 2025-03-17T15:58:04.633Z | Checking aho-corasick v1.1.3 |
2133 | 2025-03-17T15:58:04.836Z | Checking tokio-util v0.7.13 |
2134 | 2025-03-17T15:58:04.855Z | Checking pretty-hex v0.4.1 |
2135 | 2025-03-17T15:58:05.057Z | Checking data-encoding v2.6.0 |
2136 | 2025-03-17T15:58:05.152Z | Checking siphasher v0.3.11 |
2137 | 2025-03-17T15:58:05.235Z | Checking regex-syntax v0.8.5 |
2138 | 2025-03-17T15:58:05.484Z | Checking openssl v0.10.71 |
2139 | 2025-03-17T15:58:05.581Z | Checking rustix v0.38.37 |
2140 | 2025-03-17T15:58:05.643Z | Checking h2 v0.4.6 |
2141 | 2025-03-17T15:58:05.889Z | Checking rand_core v0.9.2 |
2142 | 2025-03-17T15:58:06.199Z | Checking dirs-next v2.0.0 |
2143 | 2025-03-17T15:58:06.218Z | Checking rand_chacha v0.9.0 |
2144 | 2025-03-17T15:58:06.327Z | Checking dtrace-parser v0.2.0 |
2145 | 2025-03-17T15:58:06.346Z | Checking syn v2.0.98 |
2146 | 2025-03-17T15:58:06.590Z | Checking unicode-normalization v0.1.24 |
2147 | 2025-03-17T15:58:06.794Z | Checking http-body-util v0.1.2 |
2148 | 2025-03-17T15:58:07.224Z | Checking crossbeam-epoch v0.9.18 |
2149 | 2025-03-17T15:58:07.523Z | Checking sha1 v0.10.6 |
2150 | 2025-03-17T15:58:07.673Z | Checking signature v2.2.0 |
2151 | 2025-03-17T15:58:07.835Z | Checking thread_local v1.1.8 |
2152 | 2025-03-17T15:58:07.893Z | Checking thread-id v4.2.2 |
2153 | 2025-03-17T15:58:08.028Z | Checking encoding_rs v0.8.34 |
2154 | 2025-03-17T15:58:08.106Z | Checking crc32fast v1.4.2 |
2155 | 2025-03-17T15:58:08.339Z | Checking gimli v0.31.1 |
2156 | 2025-03-17T15:58:08.523Z | Checking regex-automata v0.4.8 |
2157 | 2025-03-17T15:58:08.719Z | Checking dof v0.3.0 |
2158 | 2025-03-17T15:58:08.753Z | Checking unicode-properties v0.1.3 |
2159 | 2025-03-17T15:58:09.128Z | Checking mime v0.3.17 |
2160 | 2025-03-17T15:58:09.298Z | Checking either v1.14.0 |
2161 | 2025-03-17T15:58:09.476Z | Checking utf8parse v0.2.2 |
2162 | 2025-03-17T15:58:09.639Z | Checking openssl-probe v0.1.5 |
2163 | 2025-03-17T15:58:09.695Z | Checking unicode-bidi v0.3.17 |
2164 | 2025-03-17T15:58:09.814Z | Checking winnow v0.7.3 |
2165 | 2025-03-17T15:58:10.291Z | Checking ipnet v2.11.0 |
2166 | 2025-03-17T15:58:10.330Z | Checking anstyle v1.0.10 |
2167 | 2025-03-17T15:58:10.660Z | Checking native-tls v0.2.12 |
2168 | 2025-03-17T15:58:10.683Z | Checking stringprep v0.1.5 |
2169 | 2025-03-17T15:58:10.771Z | Checking anstyle-parse v0.2.5 |
2170 | 2025-03-17T15:58:10.987Z | Checking crossbeam-deque v0.8.5 |
2171 | 2025-03-17T15:58:10.991Z | Checking rand v0.9.0 |
2172 | 2025-03-17T15:58:11.053Z | Checking term v0.7.0 |
2173 | 2025-03-17T15:58:11.329Z | Checking slog-json v2.6.1 |
2174 | 2025-03-17T15:58:11.501Z | Checking rustls v0.22.4 |
2175 | 2025-03-17T15:58:11.605Z | Checking rustls v0.23.19 |
2176 | 2025-03-17T15:58:12.040Z | Checking hyper v1.6.0 |
2177 | 2025-03-17T15:58:12.067Z | Checking addr2line v0.24.2 |
2178 | 2025-03-17T15:58:12.292Z | Checking serde_urlencoded v0.7.1 |
2179 | 2025-03-17T15:58:12.460Z | Checking usdt-impl v0.5.0 |
2180 | 2025-03-17T15:58:12.490Z | Checking crossbeam-channel v0.5.13 |
2181 | 2025-03-17T15:58:12.566Z | Checking futures-executor v0.3.31 |
2182 | 2025-03-17T15:58:12.701Z | Checking bzip2-sys v0.1.11+1.0.8 |
2183 | 2025-03-17T15:58:12.774Z | Checking toml_edit v0.22.24 |
2184 | 2025-03-17T15:58:12.816Z | Checking rustls-pemfile v2.2.0 |
2185 | 2025-03-17T15:58:12.839Z | Checking num-integer v0.1.46 |
2186 | 2025-03-17T15:58:13.051Z | Checking md-5 v0.10.6 |
2187 | 2025-03-17T15:58:13.068Z | Checking ff v0.13.0 |
2188 | 2025-03-17T15:58:13.235Z | Checking hash32 v0.2.1 |
2189 | 2025-03-17T15:58:13.293Z | Checking is-terminal v0.4.13 |
2190 | 2025-03-17T15:58:13.309Z | Checking memmap v0.7.0 |
2191 | 2025-03-17T15:58:13.341Z | Checking object v0.36.5 |
2192 | 2025-03-17T15:58:13.431Z | Checking utf-8 v0.7.6 |
2193 | 2025-03-17T15:58:13.512Z | Checking psl-types v2.0.11 |
2194 | 2025-03-17T15:58:13.530Z | Checking fallible-iterator v0.2.0 |
2195 | 2025-03-17T15:58:13.635Z | Checking rustc-demangle v0.1.24 |
2196 | 2025-03-17T15:58:13.709Z | Checking linked-hash-map v0.5.6 |
2197 | 2025-03-17T15:58:14.040Z | Checking is_terminal_polyfill v1.70.1 |
2198 | 2025-03-17T15:58:14.060Z | Checking hyper-util v0.1.10 |
2199 | 2025-03-17T15:58:14.076Z | Checking colorchoice v1.0.2 |
2200 | 2025-03-17T15:58:14.111Z | Checking base16ct v0.2.0 |
2201 | 2025-03-17T15:58:14.163Z | Checking anstyle-query v1.1.1 |
2202 | 2025-03-17T15:58:14.217Z | Checking quick-error v1.2.3 |
2203 | 2025-03-17T15:58:14.306Z | Checking take_mut v0.2.2 |
2204 | 2025-03-17T15:58:14.333Z | Checking sec1 v0.7.3 |
2205 | 2025-03-17T15:58:14.375Z | Checking resolv-conf v0.7.0 |
2206 | 2025-03-17T15:58:14.459Z | Checking slog-async v2.8.0 |
2207 | 2025-03-17T15:58:14.726Z | Checking anstream v0.6.15 |
2208 | 2025-03-17T15:58:14.729Z | Checking postgres-protocol v0.6.8 |
2209 | 2025-03-17T15:58:14.760Z | Checking lru-cache v0.1.2 |
2210 | 2025-03-17T15:58:14.875Z | Checking tokio-rustls v0.25.0 |
2211 | 2025-03-17T15:58:14.949Z | Checking publicsuffix v2.3.0 |
2212 | 2025-03-17T15:58:15.093Z | Checking tungstenite v0.24.0 |
2213 | 2025-03-17T15:58:15.234Z | Checking usdt v0.5.0 |
2214 | 2025-03-17T15:58:15.265Z | Checking heapless v0.7.17 |
2215 | 2025-03-17T15:58:15.419Z | Checking slog-term v2.9.1 |
2216 | 2025-03-17T15:58:15.503Z | Checking num-iter v0.1.45 |
2217 | 2025-03-17T15:58:15.508Z | Checking toml v0.8.20 |
2218 | 2025-03-17T15:58:15.736Z | Checking group v0.13.0 |
2219 | 2025-03-17T15:58:15.930Z | Checking bzip2 v0.4.4 |
2220 | 2025-03-17T15:58:15.971Z | Checking futures v0.3.31 |
2221 | 2025-03-17T15:58:15.976Z | Compiling daft v0.1.2 |
2222 | 2025-03-17T15:58:16.068Z | Checking slog-bunyan v2.5.0 |
2223 | 2025-03-17T15:58:16.087Z | Checking rayon-core v1.12.1 |
2224 | 2025-03-17T15:58:16.162Z | Checking tokio-native-tls v0.3.1 |
2225 | 2025-03-17T15:58:16.214Z | Checking hickory-proto v0.24.4 |
2226 | 2025-03-17T15:58:16.238Z | Checking multer v3.1.0 |
2227 | 2025-03-17T15:58:16.245Z | Checking terminal_size v0.4.0 |
2228 | 2025-03-17T15:58:16.412Z | Checking flate2 v1.1.0 |
2229 | 2025-03-17T15:58:16.430Z | Checking phf_shared v0.11.2 |
2230 | 2025-03-17T15:58:16.467Z | Checking ipnetwork v0.21.1 |
2231 | 2025-03-17T15:58:16.655Z | Checking cookie v0.18.1 |
2232 | 2025-03-17T15:58:16.703Z | Checking async-stream v0.3.6 |
2233 | 2025-03-17T15:58:16.763Z | Checking signal-hook v0.3.17 |
2234 | 2025-03-17T15:58:16.832Z | Checking camino v1.1.9 |
2235 | 2025-03-17T15:58:16.904Z | Checking waitgroup v0.1.2 |
2236 | 2025-03-17T15:58:16.923Z | Checking tokio-rustls v0.26.0 |
2237 | 2025-03-17T15:58:17.002Z | Checking lazy_static v1.5.0 |
2238 | 2025-03-17T15:58:17.053Z | Checking openapiv3 v2.0.0 |
2239 | 2025-03-17T15:58:17.098Z | Checking webpki-roots v0.26.6 |
2240 | 2025-03-17T15:58:17.117Z | Checking serde_path_to_error v0.1.16 |
2241 | 2025-03-17T15:58:17.134Z | Checking hkdf v0.12.4 |
2242 | 2025-03-17T15:58:17.316Z | Checking crypto-bigint v0.5.5 |
2243 | 2025-03-17T15:58:17.333Z | Checking sync_wrapper v1.0.1 |
2244 | 2025-03-17T15:58:17.349Z | Checking hostname v0.4.0 |
2245 | 2025-03-17T15:58:17.382Z | Checking bumpalo v3.16.0 |
2246 | 2025-03-17T15:58:17.479Z | Checking managed v0.8.0 |
2247 | 2025-03-17T15:58:17.501Z | Checking unicode-width v0.2.0 |
2248 | 2025-03-17T15:58:17.708Z | Checking simd-adler32 v0.3.7 |
2249 | 2025-03-17T15:58:17.726Z | Checking winnow v0.5.40 |
2250 | 2025-03-17T15:58:17.853Z | Checking debug-ignore v1.0.5 |
2251 | 2025-03-17T15:58:17.968Z | Checking bitflags v1.3.2 |
2252 | 2025-03-17T15:58:18.021Z | Checking clap_lex v0.7.4 |
2253 | 2025-03-17T15:58:18.062Z | Checking strsim v0.11.1 |
2254 | 2025-03-17T15:58:18.082Z | Checking tower-layer v0.3.3 |
2255 | 2025-03-17T15:58:18.294Z | Checking lockfree-object-pool v0.1.6 |
2256 | 2025-03-17T15:58:18.346Z | Checking clap_builder v4.5.31 |
2257 | 2025-03-17T15:58:18.370Z | Checking tower v0.5.2 |
2258 | 2025-03-17T15:58:18.545Z | Checking zopfli v0.8.1 |
2259 | 2025-03-17T15:58:19.135Z | Checking smoltcp v0.9.1 |
2260 | 2025-03-17T15:58:19.272Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2261 | 2025-03-17T15:58:19.496Z | Checking backtrace v0.3.74 |
2262 | 2025-03-17T15:58:19.640Z | Checking console v0.15.10 |
2263 | 2025-03-17T15:58:20.047Z | Checking anyhow v1.0.97 |
2264 | 2025-03-17T15:58:20.165Z | Checking elliptic-curve v0.13.8 |
2265 | 2025-03-17T15:58:20.191Z | Checking hyper-rustls v0.27.3 |
2266 | 2025-03-17T15:58:20.319Z | Checking dropshot v0.12.0 |
2267 | 2025-03-17T15:58:20.428Z | Checking num-bigint-dig v0.8.4 |
2268 | 2025-03-17T15:58:20.526Z | Checking toml_edit v0.19.15 |
2269 | 2025-03-17T15:58:20.546Z | Checking cookie_store v0.21.1 |
2270 | 2025-03-17T15:58:20.599Z | Checking signal-hook-mio v0.2.4 |
2271 | 2025-03-17T15:58:20.799Z | Checking oxnet v0.1.1 |
2272 | 2025-03-17T15:58:20.831Z | Checking rayon v1.10.0 |
2273 | 2025-03-17T15:58:20.897Z | Checking hickory-resolver v0.24.4 |
2274 | 2025-03-17T15:58:21.107Z | Checking phf v0.11.2 |
2275 | 2025-03-17T15:58:21.330Z | Checking hyper-tls v0.6.0 |
2276 | 2025-03-17T15:58:21.547Z | Checking tokio-tungstenite v0.24.0 |
2277 | 2025-03-17T15:58:21.547Z | Checking postgres-types v0.2.9 |
2278 | 2025-03-17T15:58:21.646Z | Checking bstr v1.10.0 |
2279 | 2025-03-17T15:58:21.862Z | Checking regex v1.11.1 |
2280 | 2025-03-17T15:58:22.082Z | Checking ed25519 v2.2.3 |
2281 | 2025-03-17T15:58:22.427Z | Checking tokio-stream v0.1.17 |
2282 | 2025-03-17T15:58:22.448Z | Checking phf_shared v0.10.0 |
2283 | 2025-03-17T15:58:22.522Z | Checking zerocopy v0.6.6 |
2284 | 2025-03-17T15:58:22.523Z | Checking curve25519-dalek v4.1.3 |
2285 | 2025-03-17T15:58:22.523Z | Checking hubpack v0.1.2 |
2286 | 2025-03-17T15:58:22.711Z | Checking memoffset v0.9.1 |
2287 | 2025-03-17T15:58:22.800Z | Checking portable-atomic v1.9.0 |
2288 | 2025-03-17T15:58:22.960Z | Checking pkcs1 v0.7.5 |
2289 | 2025-03-17T15:58:23.088Z | Checking float-cmp v0.10.0 |
2290 | 2025-03-17T15:58:23.109Z | Checking serde-big-array v0.5.1 |
2291 | 2025-03-17T15:58:23.240Z | Checking rfc6979 v0.4.0 |
2292 | 2025-03-17T15:58:23.303Z | Checking precomputed-hash v0.1.1 |
2293 | 2025-03-17T15:58:23.320Z | Checking unicode-segmentation v1.12.0 |
2294 | 2025-03-17T15:58:23.378Z | Checking new_debug_unreachable v1.0.6 |
2295 | 2025-03-17T15:58:23.410Z | Checking minimal-lexical v0.2.1 |
2296 | 2025-03-17T15:58:23.425Z | Checking number_prefix v0.4.0 |
2297 | 2025-03-17T15:58:23.502Z | Checking whoami v1.5.2 |
2298 | 2025-03-17T15:58:23.618Z | Checking static_assertions v1.1.0 |
2299 | 2025-03-17T15:58:23.730Z | Checking fixedbitset v0.4.2 |
2300 | 2025-03-17T15:58:23.773Z | Checking predicates-core v1.0.8 |
2301 | 2025-03-17T15:58:23.801Z | Checking normalize-line-endings v0.3.0 |
2302 | 2025-03-17T15:58:23.804Z | Checking difflib v0.4.0 |
2303 | 2025-03-17T15:58:23.832Z | Checking qorb v0.2.1 |
2304 | 2025-03-17T15:58:23.923Z | Checking nom v7.1.3 |
2305 | 2025-03-17T15:58:23.955Z | Checking tokio-postgres v0.7.13 |
2306 | 2025-03-17T15:58:24.004Z | Checking petgraph v0.6.5 |
2307 | 2025-03-17T15:58:24.008Z | Checking similar v2.7.0 |
2308 | 2025-03-17T15:58:24.141Z | Checking predicates v3.1.3 |
2309 | 2025-03-17T15:58:24.291Z | Checking indicatif v0.17.11 |
2310 | 2025-03-17T15:58:24.309Z | Checking ed25519-dalek v2.1.1 |
2311 | 2025-03-17T15:58:24.734Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2312 | 2025-03-17T15:58:24.767Z | Checking string_cache v0.8.7 |
2313 | 2025-03-17T15:58:24.834Z | Checking ecdsa v0.16.9 |
2314 | 2025-03-17T15:58:25.029Z | Checking rsa v0.9.6 |
2315 | 2025-03-17T15:58:25.477Z | Checking toml v0.7.8 |
2316 | 2025-03-17T15:58:25.541Z | Checking nix v0.29.0 |
2317 | 2025-03-17T15:58:26.033Z | Checking reqwest v0.12.12 |
2318 | 2025-03-17T15:58:26.206Z | Checking clap v4.5.31 |
2319 | 2025-03-17T15:58:26.283Z | Checking crossterm v0.28.1 |
2320 | 2025-03-17T15:58:26.346Z | Checking zip v2.1.3 |
2321 | 2025-03-17T15:58:26.545Z | Checking zip v0.6.6 |
2322 | 2025-03-17T15:58:26.829Z | Checking itertools v0.10.5 |
2323 | 2025-03-17T15:58:26.871Z | Checking itertools v0.12.1 |
2324 | 2025-03-17T15:58:27.115Z | Checking ahash v0.8.11 |
2325 | 2025-03-17T15:58:27.222Z | Checking fs-err v2.11.0 |
2326 | 2025-03-17T15:58:27.400Z | Checking buf-list v1.0.3 |
2327 | 2025-03-17T15:58:27.600Z | Checking x509-cert v0.2.5 |
2328 | 2025-03-17T15:58:27.717Z | Checking hex v0.4.3 |
2329 | 2025-03-17T15:58:27.783Z | Checking lalrpop-util v0.19.12 |
2330 | 2025-03-17T15:58:27.834Z | Checking peg-runtime v0.8.5 |
2331 | 2025-03-17T15:58:27.994Z | Checking sigpipe v0.1.3 |
2332 | 2025-03-17T15:58:29.213Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2333 | 2025-03-17T15:58:29.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.65s |
2334 | 2025-03-17T15:58:29.719Z | |
2335 | 2025-03-17T15:58:29.719Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/198) |
2336 | 2025-03-17T15:58:30.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2025-03-17T15:58:30.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2025-03-17T15:58:30.425Z | Compiling regress v0.10.3 |
2339 | 2025-03-17T15:58:30.541Z | Checking heck v0.5.0 |
2340 | 2025-03-17T15:58:30.567Z | Compiling unsafe-libyaml v0.2.11 |
2341 | 2025-03-17T15:58:30.570Z | Checking fastrand v2.1.1 |
2342 | 2025-03-17T15:58:30.596Z | Compiling structmeta-derive v0.3.0 |
2343 | 2025-03-17T15:58:30.599Z | Compiling ident_case v1.0.1 |
2344 | 2025-03-17T15:58:30.622Z | Checking newtype-uuid v1.2.1 |
2345 | 2025-03-17T15:58:30.719Z | Checking progenitor-client v0.8.0 |
2346 | 2025-03-17T15:58:30.778Z | Compiling darling_core v0.20.10 |
2347 | 2025-03-17T15:58:30.862Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2348 | 2025-03-17T15:58:30.901Z | Checking tempfile v3.13.0 |
2349 | 2025-03-17T15:58:31.058Z | Checking daft v0.1.2 |
2350 | 2025-03-17T15:58:31.258Z | Compiling proc-macro-crate v1.3.1 |
2351 | 2025-03-17T15:58:31.275Z | Checking wait-timeout v0.2.0 |
2352 | 2025-03-17T15:58:31.467Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2353 | 2025-03-17T15:58:31.485Z | Checking bit-vec v0.8.0 |
2354 | 2025-03-17T15:58:31.775Z | Compiling serde_yaml v0.9.34+deprecated |
2355 | 2025-03-17T15:58:31.880Z | Checking bit-set v0.8.0 |
2356 | 2025-03-17T15:58:32.178Z | Compiling num_enum_derive v0.5.11 |
2357 | 2025-03-17T15:58:32.197Z | Checking rusty-fork v0.3.0 |
2358 | 2025-03-17T15:58:32.299Z | Compiling lzma-sys v0.1.20 |
2359 | 2025-03-17T15:58:32.507Z | Checking rand_xorshift v0.3.0 |
2360 | 2025-03-17T15:58:32.710Z | Compiling thiserror-impl v2.0.11 |
2361 | 2025-03-17T15:58:33.045Z | Compiling foreign-types-macros v0.2.3 |
2362 | 2025-03-17T15:58:33.188Z | Compiling structmeta v0.3.0 |
2363 | 2025-03-17T15:58:33.605Z | Compiling parse-display-derive v0.10.0 |
2364 | 2025-03-17T15:58:34.089Z | Checking typify-impl v0.2.0 |
2365 | 2025-03-17T15:58:34.459Z | Compiling dropshot v0.16.0 |
2366 | 2025-03-17T15:58:34.782Z | Checking foreign-types-shared v0.3.1 |
2367 | 2025-03-17T15:58:34.919Z | Checking unarray v0.1.4 |
2368 | 2025-03-17T15:58:35.092Z | Checking arc-swap v1.7.1 |
2369 | 2025-03-17T15:58:35.254Z | Checking proptest v1.6.0 |
2370 | 2025-03-17T15:58:35.284Z | Checking foreign-types v0.5.0 |
2371 | 2025-03-17T15:58:35.472Z | Checking num_enum v0.5.11 |
2372 | 2025-03-17T15:58:35.516Z | Checking slog-scope v4.4.0 |
2373 | 2025-03-17T15:58:35.640Z | Compiling test-strategy v0.4.0 |
2374 | 2025-03-17T15:58:35.767Z | Checking thiserror v2.0.11 |
2375 | 2025-03-17T15:58:35.786Z | Checking strum v0.26.3 |
2376 | 2025-03-17T15:58:35.921Z | Compiling proc-macro-error v1.0.4 |
2377 | 2025-03-17T15:58:36.153Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2378 | 2025-03-17T15:58:36.278Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2379 | 2025-03-17T15:58:36.517Z | Checking tungstenite v0.21.0 |
2380 | 2025-03-17T15:58:36.544Z | Compiling heck v0.3.3 |
2381 | 2025-03-17T15:58:36.575Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2382 | 2025-03-17T15:58:36.622Z | Compiling darling_macro v0.20.10 |
2383 | 2025-03-17T15:58:36.887Z | Compiling dropshot_endpoint v0.16.0 |
2384 | 2025-03-17T15:58:37.391Z | Checking cstr-argument v0.1.2 |
2385 | 2025-03-17T15:58:37.414Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2386 | 2025-03-17T15:58:37.449Z | Checking parse-display v0.10.0 |
2387 | 2025-03-17T15:58:37.554Z | Compiling darling v0.20.10 |
2388 | 2025-03-17T15:58:37.580Z | Checking instant v0.1.13 |
2389 | 2025-03-17T15:58:37.683Z | Compiling serde_with_macros v3.12.0 |
2390 | 2025-03-17T15:58:37.699Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2391 | 2025-03-17T15:58:37.715Z | Checking pretty-hex v0.2.1 |
2392 | 2025-03-17T15:58:37.885Z | Checking base64 v0.21.7 |
2393 | 2025-03-17T15:58:38.081Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2394 | 2025-03-17T15:58:38.233Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2395 | 2025-03-17T15:58:38.397Z | Checking backoff v0.4.0 |
2396 | 2025-03-17T15:58:38.435Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2397 | 2025-03-17T15:58:38.473Z | Checking tokio-tungstenite v0.21.0 |
2398 | 2025-03-17T15:58:38.700Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2399 | 2025-03-17T15:58:38.761Z | Compiling zone_cfg_derive v0.1.2 |
2400 | 2025-03-17T15:58:38.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2025-03-17T15:58:39.055Z | Checking slog-stdlog v4.1.1 |
2402 | 2025-03-17T15:58:39.147Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2403 | 2025-03-17T15:58:39.235Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2404 | 2025-03-17T15:58:39.507Z | Checking progenitor-client v0.9.1 |
2405 | 2025-03-17T15:58:39.544Z | Checking colored v2.2.0 |
2406 | 2025-03-17T15:58:39.595Z | Checking macaddr v1.0.1 |
2407 | 2025-03-17T15:58:39.768Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2408 | 2025-03-17T15:58:39.895Z | Checking winnow v0.6.20 |
2409 | 2025-03-17T15:58:39.912Z | Checking unicode-width v0.1.14 |
2410 | 2025-03-17T15:58:39.936Z | Checking base64 v0.13.1 |
2411 | 2025-03-17T15:58:40.120Z | Checking zone v0.1.8 |
2412 | 2025-03-17T15:58:40.220Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2413 | 2025-03-17T15:58:40.250Z | Checking serde_with v3.12.0 |
2414 | 2025-03-17T15:58:40.351Z | Checking ron v0.7.1 |
2415 | 2025-03-17T15:58:40.410Z | Checking tabwriter v1.4.0 |
2416 | 2025-03-17T15:58:40.659Z | Checking slog-envlogger v2.2.0 |
2417 | 2025-03-17T15:58:40.697Z | Checking xz2 v0.1.7 |
2418 | 2025-03-17T15:58:40.804Z | Checking xattr v1.3.1 |
2419 | 2025-03-17T15:58:40.882Z | Checking pem v3.0.5 |
2420 | 2025-03-17T15:58:40.997Z | Checking yasna v0.5.2 |
2421 | 2025-03-17T15:58:41.023Z | Checking headers-core v0.3.0 |
2422 | 2025-03-17T15:58:41.175Z | Checking smf v0.2.3 |
2423 | 2025-03-17T15:58:41.193Z | Checking filetime v0.2.25 |
2424 | 2025-03-17T15:58:41.424Z | Checking same-file v1.0.6 |
2425 | 2025-03-17T15:58:41.447Z | Checking tar v0.4.44 |
2426 | 2025-03-17T15:58:41.619Z | Checking walkdir v2.5.0 |
2427 | 2025-03-17T15:58:41.637Z | Checking headers v0.4.0 |
2428 | 2025-03-17T15:58:41.886Z | Checking rcgen v0.12.1 |
2429 | 2025-03-17T15:58:41.921Z | Checking camino-tempfile v1.1.1 |
2430 | 2025-03-17T15:58:42.215Z | Checking atomicwrites v0.4.4 |
2431 | 2025-03-17T15:58:42.288Z | Checking subprocess v0.2.9 |
2432 | 2025-03-17T15:58:44.753Z | Compiling typify-macro v0.2.0 |
2433 | 2025-03-17T15:58:46.293Z | Compiling typify v0.2.0 |
2434 | 2025-03-17T15:58:46.372Z | Compiling progenitor-impl v0.8.0 |
2435 | 2025-03-17T15:58:48.907Z | Compiling progenitor-macro v0.8.0 |
2436 | 2025-03-17T15:58:52.537Z | Checking progenitor v0.8.0 |
2437 | 2025-03-17T15:58:52.671Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2438 | 2025-03-17T15:58:52.674Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2439 | 2025-03-17T15:58:55.232Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2440 | 2025-03-17T15:58:55.542Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2025-03-17T15:59:01.544Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2442 | 2025-03-17T15:59:03.109Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2443 | 2025-03-17T15:59:04.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.60s |
2444 | 2025-03-17T15:59:04.524Z | |
2445 | 2025-03-17T15:59:04.525Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/198) |
2446 | 2025-03-17T15:59:05.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-03-17T15:59:05.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-03-17T15:59:05.224Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2449 | 2025-03-17T15:59:06.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2450 | 2025-03-17T15:59:06.792Z | |
2451 | 2025-03-17T15:59:06.792Z | info: running `cargo check --bins` on nexus-config (51/198) |
2452 | 2025-03-17T15:59:07.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2025-03-17T15:59:07.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2025-03-17T15:59:07.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2025-03-17T15:59:07.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2456 | 2025-03-17T15:59:07.462Z | |
2457 | 2025-03-17T15:59:07.462Z | info: running `cargo check --bins` on omicron-rpaths (52/198) |
2458 | 2025-03-17T15:59:08.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-03-17T15:59:08.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-03-17T15:59:08.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-03-17T15:59:08.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2462 | 2025-03-17T15:59:08.118Z | |
2463 | 2025-03-17T15:59:08.118Z | info: running `cargo check --bins` on omicron-certificates (53/198) |
2464 | 2025-03-17T15:59:08.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-03-17T15:59:08.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-03-17T15:59:08.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2025-03-17T15:59:08.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2468 | 2025-03-17T15:59:08.781Z | |
2469 | 2025-03-17T15:59:08.781Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/198) |
2470 | 2025-03-17T15:59:09.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2025-03-17T15:59:09.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2025-03-17T15:59:09.522Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2473 | 2025-03-17T15:59:09.636Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2474 | 2025-03-17T15:59:09.639Z | Compiling tempfile v3.13.0 |
2475 | 2025-03-17T15:59:09.639Z | Compiling wait-timeout v0.2.0 |
2476 | 2025-03-17T15:59:09.639Z | Compiling bit-vec v0.8.0 |
2477 | 2025-03-17T15:59:09.639Z | Compiling progenitor-client v0.8.0 |
2478 | 2025-03-17T15:59:09.639Z | Compiling itertools v0.13.0 |
2479 | 2025-03-17T15:59:09.654Z | Compiling rand_xorshift v0.3.0 |
2480 | 2025-03-17T15:59:09.742Z | Compiling unarray v0.1.4 |
2481 | 2025-03-17T15:59:09.916Z | Compiling heapless v0.8.0 |
2482 | 2025-03-17T15:59:10.019Z | Compiling parse-display v0.10.0 |
2483 | 2025-03-17T15:59:10.144Z | Compiling bit-set v0.8.0 |
2484 | 2025-03-17T15:59:10.170Z | Compiling rusty-fork v0.3.0 |
2485 | 2025-03-17T15:59:10.173Z | Compiling progenitor v0.8.0 |
2486 | 2025-03-17T15:59:10.310Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2487 | 2025-03-17T15:59:10.371Z | Compiling thiserror v2.0.11 |
2488 | 2025-03-17T15:59:10.414Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2489 | 2025-03-17T15:59:10.468Z | Checking hash32 v0.3.1 |
2490 | 2025-03-17T15:59:10.539Z | Compiling proptest v1.6.0 |
2491 | 2025-03-17T15:59:10.585Z | Compiling instant v0.1.13 |
2492 | 2025-03-17T15:59:10.597Z | Compiling smoltcp v0.11.0 |
2493 | 2025-03-17T15:59:10.669Z | Compiling dropshot v0.16.0 |
2494 | 2025-03-17T15:59:10.751Z | Compiling backoff v0.4.0 |
2495 | 2025-03-17T15:59:10.835Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2496 | 2025-03-17T15:59:11.121Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2497 | 2025-03-17T15:59:11.255Z | Compiling serde_with v3.12.0 |
2498 | 2025-03-17T15:59:11.318Z | Checking num-rational v0.4.2 |
2499 | 2025-03-17T15:59:11.647Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2500 | 2025-03-17T15:59:11.931Z | Compiling progenitor-client v0.9.1 |
2501 | 2025-03-17T15:59:12.475Z | Compiling phf_generator v0.11.2 |
2502 | 2025-03-17T15:59:12.680Z | Checking num-complex v0.4.6 |
2503 | 2025-03-17T15:59:12.739Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2504 | 2025-03-17T15:59:13.663Z | Compiling macaddr v1.0.1 |
2505 | 2025-03-17T15:59:14.130Z | Checking cobs v0.2.3 |
2506 | 2025-03-17T15:59:14.339Z | Checking postcard v1.0.10 |
2507 | 2025-03-17T15:59:14.532Z | Compiling num v0.4.3 |
2508 | 2025-03-17T15:59:14.762Z | Compiling phf_codegen v0.11.2 |
2509 | 2025-03-17T15:59:14.996Z | Compiling parse-zoneinfo v0.3.1 |
2510 | 2025-03-17T15:59:15.015Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2511 | 2025-03-17T15:59:15.344Z | Checking float-ord v0.3.2 |
2512 | 2025-03-17T15:59:15.513Z | Compiling convert_case v0.4.0 |
2513 | 2025-03-17T15:59:16.347Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2514 | 2025-03-17T15:59:16.642Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2515 | 2025-03-17T15:59:17.017Z | Compiling derive_more v0.99.19 |
2516 | 2025-03-17T15:59:17.886Z | Compiling chrono-tz-build v0.4.0 |
2517 | 2025-03-17T15:59:18.288Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2518 | 2025-03-17T15:59:19.101Z | Compiling crucible-workspace-hack v0.1.0 |
2519 | 2025-03-17T15:59:19.205Z | Compiling chrono-tz v0.10.1 |
2520 | 2025-03-17T15:59:19.381Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2521 | 2025-03-17T15:59:19.431Z | Checking newline-converter v0.3.0 |
2522 | 2025-03-17T15:59:19.592Z | Checking itertools v0.14.0 |
2523 | 2025-03-17T15:59:19.610Z | Checking prettyplease v0.2.30 |
2524 | 2025-03-17T15:59:19.853Z | Compiling slog-dtrace v0.3.0 |
2525 | 2025-03-17T15:59:20.041Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2526 | 2025-03-17T15:59:20.199Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2527 | 2025-03-17T15:59:20.811Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2528 | 2025-03-17T15:59:20.861Z | Checking expectorate v1.1.0 |
2529 | 2025-03-17T15:59:21.048Z | Compiling zone_cfg_derive v0.3.0 |
2530 | 2025-03-17T15:59:21.740Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2531 | 2025-03-17T15:59:22.104Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2532 | 2025-03-17T15:59:22.159Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2533 | 2025-03-17T15:59:22.178Z | Compiling const_format_proc_macros v0.2.34 |
2534 | 2025-03-17T15:59:22.471Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2535 | 2025-03-17T15:59:23.249Z | Compiling num-derive v0.4.2 |
2536 | 2025-03-17T15:59:23.589Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2537 | 2025-03-17T15:59:23.592Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2538 | 2025-03-17T15:59:23.624Z | Checking highway v1.3.0 |
2539 | 2025-03-17T15:59:23.998Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2540 | 2025-03-17T15:59:24.114Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2541 | 2025-03-17T15:59:24.172Z | Checking const_format v0.2.34 |
2542 | 2025-03-17T15:59:24.220Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2543 | 2025-03-17T15:59:24.246Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2544 | 2025-03-17T15:59:24.636Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2545 | 2025-03-17T15:59:25.227Z | Checking zone v0.3.0 |
2546 | 2025-03-17T15:59:25.317Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2547 | 2025-03-17T15:59:25.604Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2548 | 2025-03-17T15:59:25.623Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2549 | 2025-03-17T15:59:25.891Z | Checking gethostname v0.5.0 |
2550 | 2025-03-17T15:59:26.020Z | Checking bcs v0.1.6 |
2551 | 2025-03-17T15:59:26.063Z | Checking nanorand v0.7.0 |
2552 | 2025-03-17T15:59:26.063Z | Compiling async-recursion v1.1.1 |
2553 | 2025-03-17T15:59:26.107Z | Checking termtree v0.5.1 |
2554 | 2025-03-17T15:59:26.403Z | Checking flume v0.11.1 |
2555 | 2025-03-17T15:59:26.585Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2556 | 2025-03-17T15:59:32.862Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2557 | 2025-03-17T15:59:36.094Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2558 | 2025-03-17T15:59:38.644Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2559 | 2025-03-17T15:59:39.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.14s |
2560 | 2025-03-17T15:59:40.137Z | |
2561 | 2025-03-17T15:59:40.137Z | info: running `cargo check --bins` on clickhouse-admin-api (55/198) |
2562 | 2025-03-17T15:59:40.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-03-17T15:59:40.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-03-17T15:59:40.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-03-17T15:59:40.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2566 | 2025-03-17T15:59:40.828Z | |
2567 | 2025-03-17T15:59:40.828Z | info: running `cargo check --bins` on clickhouse-admin-types (56/198) |
2568 | 2025-03-17T15:59:41.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-03-17T15:59:41.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-03-17T15:59:41.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-03-17T15:59:41.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2572 | 2025-03-17T15:59:41.511Z | |
2573 | 2025-03-17T15:59:41.511Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/198) |
2574 | 2025-03-17T15:59:42.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-03-17T15:59:42.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-03-17T15:59:42.225Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2577 | 2025-03-17T15:59:42.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2578 | 2025-03-17T15:59:43.069Z | |
2579 | 2025-03-17T15:59:43.069Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/198) |
2580 | 2025-03-17T15:59:43.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-03-17T15:59:43.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-03-17T15:59:43.795Z | Compiling cfg_aliases v0.1.1 |
2583 | 2025-03-17T15:59:43.798Z | Compiling vte_generate_state_changes v0.1.2 |
2584 | 2025-03-17T15:59:43.798Z | Checking fd-lock v4.0.2 |
2585 | 2025-03-17T15:59:43.798Z | Checking nibble_vec v0.1.0 |
2586 | 2025-03-17T15:59:43.798Z | Checking endian-type v0.1.2 |
2587 | 2025-03-17T15:59:43.905Z | Checking bytecount v0.6.8 |
2588 | 2025-03-17T15:59:43.917Z | Compiling tabled_derive v0.7.0 |
2589 | 2025-03-17T15:59:43.952Z | Compiling peg-macros v0.8.5 |
2590 | 2025-03-17T15:59:44.002Z | Compiling nix v0.28.0 |
2591 | 2025-03-17T15:59:44.083Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2592 | 2025-03-17T15:59:44.097Z | Checking papergrid v0.11.0 |
2593 | 2025-03-17T15:59:44.114Z | Checking radix_trie v0.2.1 |
2594 | 2025-03-17T15:59:44.130Z | Compiling sqlparser_derive v0.2.2 |
2595 | 2025-03-17T15:59:44.505Z | Checking unicode_categories v0.1.1 |
2596 | 2025-03-17T15:59:44.530Z | Checking vte v0.11.1 |
2597 | 2025-03-17T15:59:44.795Z | Checking home v0.5.9 |
2598 | 2025-03-17T15:59:44.943Z | Checking nu-ansi-term v0.50.1 |
2599 | 2025-03-17T15:59:45.133Z | Checking sqlparser v0.45.0 |
2600 | 2025-03-17T15:59:45.157Z | Checking sqlformat v0.2.6 |
2601 | 2025-03-17T15:59:45.345Z | Checking display-error-chain v0.2.2 |
2602 | 2025-03-17T15:59:45.910Z | Checking strip-ansi-escapes v0.2.0 |
2603 | 2025-03-17T15:59:46.078Z | Checking reedline v0.38.0 |
2604 | 2025-03-17T15:59:46.138Z | Checking tabled v0.15.0 |
2605 | 2025-03-17T15:59:46.504Z | Checking peg v0.8.5 |
2606 | 2025-03-17T15:59:46.957Z | Checking rustyline v14.0.0 |
2607 | 2025-03-17T15:59:56.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.10s |
2608 | 2025-03-17T15:59:56.363Z | |
2609 | 2025-03-17T15:59:56.363Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/198) |
2610 | 2025-03-17T15:59:56.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-03-17T15:59:56.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-03-17T15:59:57.073Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2613 | 2025-03-17T16:00:02.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2614 | 2025-03-17T16:00:02.412Z | |
2615 | 2025-03-17T16:00:02.412Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/198) |
2616 | 2025-03-17T16:00:03.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-03-17T16:00:03.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-03-17T16:00:03.120Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2619 | 2025-03-17T16:00:06.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
2620 | 2025-03-17T16:00:06.896Z | |
2621 | 2025-03-17T16:00:06.896Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/198) |
2622 | 2025-03-17T16:00:07.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-03-17T16:00:07.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-03-17T16:00:07.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2625 | 2025-03-17T16:00:12.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2626 | 2025-03-17T16:00:12.782Z | |
2627 | 2025-03-17T16:00:12.782Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/198) |
2628 | 2025-03-17T16:00:13.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-03-17T16:00:13.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-03-17T16:00:13.519Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2631 | 2025-03-17T16:00:18.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2632 | 2025-03-17T16:00:18.801Z | |
2633 | 2025-03-17T16:00:18.801Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/198) |
2634 | 2025-03-17T16:00:19.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-03-17T16:00:19.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-03-17T16:00:19.539Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2637 | 2025-03-17T16:00:23.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2638 | 2025-03-17T16:00:23.575Z | |
2639 | 2025-03-17T16:00:23.575Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/198) |
2640 | 2025-03-17T16:00:24.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-03-17T16:00:24.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-03-17T16:00:24.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2643 | 2025-03-17T16:00:28.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2644 | 2025-03-17T16:00:28.258Z | |
2645 | 2025-03-17T16:00:28.259Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/198) |
2646 | 2025-03-17T16:00:28.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-03-17T16:00:28.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-03-17T16:00:28.968Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2649 | 2025-03-17T16:00:34.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
2650 | 2025-03-17T16:00:34.313Z | |
2651 | 2025-03-17T16:00:34.313Z | info: running `cargo check --bins` on oximeter (66/198) |
2652 | 2025-03-17T16:00:34.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-03-17T16:00:34.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-03-17T16:00:34.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-03-17T16:00:34.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2656 | 2025-03-17T16:00:35.005Z | |
2657 | 2025-03-17T16:00:35.005Z | info: running `cargo check --bins` on oximeter-macro-impl (67/198) |
2658 | 2025-03-17T16:00:35.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-03-17T16:00:35.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-03-17T16:00:35.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-03-17T16:00:35.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2662 | 2025-03-17T16:00:35.657Z | |
2663 | 2025-03-17T16:00:35.657Z | info: running `cargo check --bins` on oximeter-schema (68/198) |
2664 | 2025-03-17T16:00:36.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-03-17T16:00:36.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-03-17T16:00:36.347Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2667 | 2025-03-17T16:00:38.339Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2668 | 2025-03-17T16:00:39.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
2669 | 2025-03-17T16:00:39.474Z | |
2670 | 2025-03-17T16:00:39.474Z | info: running `cargo check --bins` on oximeter-types (69/198) |
2671 | 2025-03-17T16:00:40.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2025-03-17T16:00:40.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2025-03-17T16:00:40.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2025-03-17T16:00:40.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2675 | 2025-03-17T16:00:40.153Z | |
2676 | 2025-03-17T16:00:40.153Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/198) |
2677 | 2025-03-17T16:00:40.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2025-03-17T16:00:40.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2025-03-17T16:00:40.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2025-03-17T16:00:40.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2681 | 2025-03-17T16:00:40.839Z | |
2682 | 2025-03-17T16:00:40.839Z | info: running `cargo check --bins` on oxql-types (71/198) |
2683 | 2025-03-17T16:00:41.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-03-17T16:00:41.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-03-17T16:00:41.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-03-17T16:00:41.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2687 | 2025-03-17T16:00:41.524Z | |
2688 | 2025-03-17T16:00:41.524Z | info: running `cargo check --bins` on oximeter-test-utils (72/198) |
2689 | 2025-03-17T16:00:42.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-03-17T16:00:42.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-03-17T16:00:42.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-03-17T16:00:42.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2693 | 2025-03-17T16:00:42.237Z | |
2694 | 2025-03-17T16:00:42.237Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/198) |
2695 | 2025-03-17T16:00:42.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-03-17T16:00:42.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-03-17T16:00:42.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2025-03-17T16:00:42.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2699 | 2025-03-17T16:00:42.917Z | |
2700 | 2025-03-17T16:00:42.917Z | info: running `cargo check --bins` on bootstrap-agent-client (74/198) |
2701 | 2025-03-17T16:00:43.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-03-17T16:00:43.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-03-17T16:00:43.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2025-03-17T16:00:43.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2705 | 2025-03-17T16:00:43.618Z | |
2706 | 2025-03-17T16:00:43.618Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/198) |
2707 | 2025-03-17T16:00:44.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-03-17T16:00:44.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-03-17T16:00:44.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2025-03-17T16:00:44.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2711 | 2025-03-17T16:00:44.311Z | |
2712 | 2025-03-17T16:00:44.311Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/198) |
2713 | 2025-03-17T16:00:44.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2025-03-17T16:00:44.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2025-03-17T16:00:44.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2025-03-17T16:00:44.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2717 | 2025-03-17T16:00:45.027Z | |
2718 | 2025-03-17T16:00:45.027Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/198) |
2719 | 2025-03-17T16:00:45.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2025-03-17T16:00:45.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2025-03-17T16:00:45.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2025-03-17T16:00:45.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2723 | 2025-03-17T16:00:45.718Z | |
2724 | 2025-03-17T16:00:45.718Z | info: running `cargo check --bins` on cockroach-admin-client (78/198) |
2725 | 2025-03-17T16:00:46.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2025-03-17T16:00:46.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2025-03-17T16:00:46.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2025-03-17T16:00:46.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2729 | 2025-03-17T16:00:46.381Z | |
2730 | 2025-03-17T16:00:46.381Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/198) |
2731 | 2025-03-17T16:00:46.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2025-03-17T16:00:46.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2025-03-17T16:00:46.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2025-03-17T16:00:46.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2735 | 2025-03-17T16:00:47.079Z | |
2736 | 2025-03-17T16:00:47.079Z | info: running `cargo check --bins` on dns-service-client (80/198) |
2737 | 2025-03-17T16:00:47.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2025-03-17T16:00:47.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2025-03-17T16:00:47.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2025-03-17T16:00:47.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2741 | 2025-03-17T16:00:47.755Z | |
2742 | 2025-03-17T16:00:47.755Z | info: running `cargo check --bins` on internal-dns-types (81/198) |
2743 | 2025-03-17T16:00:48.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2025-03-17T16:00:48.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2025-03-17T16:00:48.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2025-03-17T16:00:48.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2747 | 2025-03-17T16:00:48.435Z | |
2748 | 2025-03-17T16:00:48.435Z | info: running `cargo check --bins` on dpd-client (82/198) |
2749 | 2025-03-17T16:00:49.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2025-03-17T16:00:49.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2025-03-17T16:00:49.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2025-03-17T16:00:49.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2753 | 2025-03-17T16:00:49.111Z | |
2754 | 2025-03-17T16:00:49.111Z | info: running `cargo check --bins` on gateway-client (83/198) |
2755 | 2025-03-17T16:00:49.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2025-03-17T16:00:49.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2025-03-17T16:00:49.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2025-03-17T16:00:49.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2759 | 2025-03-17T16:00:49.775Z | |
2760 | 2025-03-17T16:00:49.775Z | info: running `cargo check --bins` on installinator-client (84/198) |
2761 | 2025-03-17T16:00:50.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2025-03-17T16:00:50.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2025-03-17T16:00:50.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2025-03-17T16:00:50.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2765 | 2025-03-17T16:00:50.479Z | |
2766 | 2025-03-17T16:00:50.479Z | info: running `cargo check --bins` on installinator-common (85/198) |
2767 | 2025-03-17T16:00:51.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2025-03-17T16:00:51.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2025-03-17T16:00:51.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2025-03-17T16:00:51.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2771 | 2025-03-17T16:00:51.172Z | |
2772 | 2025-03-17T16:00:51.172Z | info: running `cargo check --bins` on update-engine (86/198) |
2773 | 2025-03-17T16:00:51.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2025-03-17T16:00:51.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2025-03-17T16:00:51.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2025-03-17T16:00:51.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2777 | 2025-03-17T16:00:51.828Z | |
2778 | 2025-03-17T16:00:51.828Z | info: running `cargo check --bins` on nexus-client (87/198) |
2779 | 2025-03-17T16:00:52.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-03-17T16:00:52.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-03-17T16:00:52.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-03-17T16:00:52.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2783 | 2025-03-17T16:00:52.524Z | |
2784 | 2025-03-17T16:00:52.524Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/198) |
2785 | 2025-03-17T16:00:53.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-03-17T16:00:53.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-03-17T16:00:53.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-03-17T16:00:53.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2789 | 2025-03-17T16:00:53.212Z | |
2790 | 2025-03-17T16:00:53.212Z | info: running `cargo check --bins` on omicron-passwords (89/198) |
2791 | 2025-03-17T16:00:53.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-03-17T16:00:53.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-03-17T16:00:53.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-03-17T16:00:53.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2795 | 2025-03-17T16:00:53.865Z | |
2796 | 2025-03-17T16:00:53.865Z | info: running `cargo check --bins` on nexus-types (90/198) |
2797 | 2025-03-17T16:00:54.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-03-17T16:00:54.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-03-17T16:00:54.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-03-17T16:00:54.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2801 | 2025-03-17T16:00:54.564Z | |
2802 | 2025-03-17T16:00:54.564Z | info: running `cargo check --bins` on id-map (91/198) |
2803 | 2025-03-17T16:00:55.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-03-17T16:00:55.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-03-17T16:00:55.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-03-17T16:00:55.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2807 | 2025-03-17T16:00:55.218Z | |
2808 | 2025-03-17T16:00:55.218Z | info: running `cargo check --bins` on oxide-client (92/198) |
2809 | 2025-03-17T16:00:55.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-03-17T16:00:55.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-03-17T16:00:55.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-03-17T16:00:55.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2813 | 2025-03-17T16:00:55.877Z | |
2814 | 2025-03-17T16:00:55.877Z | info: running `cargo check --bins` on oximeter-client (93/198) |
2815 | 2025-03-17T16:00:56.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-03-17T16:00:56.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-03-17T16:00:56.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-03-17T16:00:56.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2819 | 2025-03-17T16:00:56.549Z | |
2820 | 2025-03-17T16:00:56.549Z | info: running `cargo check --bins` on repo-depot-client (94/198) |
2821 | 2025-03-17T16:00:57.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-03-17T16:00:57.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-03-17T16:00:57.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-03-17T16:00:57.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2825 | 2025-03-17T16:00:57.201Z | |
2826 | 2025-03-17T16:00:57.201Z | info: running `cargo check --bins` on sled-agent-client (95/198) |
2827 | 2025-03-17T16:00:57.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-03-17T16:00:57.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-03-17T16:00:57.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-03-17T16:00:57.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2831 | 2025-03-17T16:00:57.892Z | |
2832 | 2025-03-17T16:00:57.892Z | info: running `cargo check --bins` on wicketd-client (96/198) |
2833 | 2025-03-17T16:00:58.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-03-17T16:00:58.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-03-17T16:00:58.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-03-17T16:00:58.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2837 | 2025-03-17T16:00:58.607Z | |
2838 | 2025-03-17T16:00:58.607Z | info: running `cargo check --bins` on sled-agent-types (97/198) |
2839 | 2025-03-17T16:00:59.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-03-17T16:00:59.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-03-17T16:00:59.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-03-17T16:00:59.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2843 | 2025-03-17T16:00:59.308Z | |
2844 | 2025-03-17T16:00:59.308Z | info: running `cargo check --bins` on wicket-common (98/198) |
2845 | 2025-03-17T16:00:59.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-03-17T16:00:59.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-03-17T16:00:59.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-03-17T16:00:59.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2849 | 2025-03-17T16:01:00.006Z | |
2850 | 2025-03-17T16:01:00.006Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/198) |
2851 | 2025-03-17T16:01:00.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-03-17T16:01:00.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-03-17T16:01:00.710Z | Checking csv-core v0.1.11 |
2854 | 2025-03-17T16:01:00.710Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2855 | 2025-03-17T16:01:00.713Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2856 | 2025-03-17T16:01:00.713Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2857 | 2025-03-17T16:01:01.010Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2858 | 2025-03-17T16:01:01.027Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2859 | 2025-03-17T16:01:01.056Z | Checking csv v1.3.1 |
2860 | 2025-03-17T16:01:01.619Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2861 | 2025-03-17T16:01:01.972Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2862 | 2025-03-17T16:01:03.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
2863 | 2025-03-17T16:01:03.766Z | |
2864 | 2025-03-17T16:01:03.767Z | info: running `cargo check --bins` on cockroach-admin-api (100/198) |
2865 | 2025-03-17T16:01:04.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2025-03-17T16:01:04.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2025-03-17T16:01:04.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2025-03-17T16:01:04.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2869 | 2025-03-17T16:01:04.445Z | |
2870 | 2025-03-17T16:01:04.445Z | info: running `cargo check --bins` on cockroach-admin-types (101/198) |
2871 | 2025-03-17T16:01:05.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2025-03-17T16:01:05.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2025-03-17T16:01:05.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2025-03-17T16:01:05.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2875 | 2025-03-17T16:01:05.120Z | |
2876 | 2025-03-17T16:01:05.120Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/198) |
2877 | 2025-03-17T16:01:05.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2025-03-17T16:01:05.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2025-03-17T16:01:05.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2025-03-17T16:01:05.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2881 | 2025-03-17T16:01:05.901Z | |
2882 | 2025-03-17T16:01:05.901Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/198) |
2883 | 2025-03-17T16:01:06.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2025-03-17T16:01:06.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2025-03-17T16:01:06.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2025-03-17T16:01:06.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2887 | 2025-03-17T16:01:06.681Z | |
2888 | 2025-03-17T16:01:06.681Z | info: running `cargo check --bins` on dns-server (104/198) |
2889 | 2025-03-17T16:01:07.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2025-03-17T16:01:07.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2025-03-17T16:01:07.375Z | Compiling typify-impl v0.3.0 |
2892 | 2025-03-17T16:01:07.486Z | Compiling parking_lot_core v0.8.6 |
2893 | 2025-03-17T16:01:07.497Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2894 | 2025-03-17T16:01:07.506Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2895 | 2025-03-17T16:01:07.509Z | Checking fxhash v0.2.1 |
2896 | 2025-03-17T16:01:07.519Z | Checking hickory-client v0.24.4 |
2897 | 2025-03-17T16:01:07.534Z | Checking hickory-server v0.24.4 |
2898 | 2025-03-17T16:01:08.252Z | Checking parking_lot v0.11.2 |
2899 | 2025-03-17T16:01:08.376Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2900 | 2025-03-17T16:01:08.539Z | Checking sled v0.34.7 |
2901 | 2025-03-17T16:01:12.975Z | Compiling typify-macro v0.3.0 |
2902 | 2025-03-17T16:01:14.520Z | Compiling typify v0.3.0 |
2903 | 2025-03-17T16:01:14.593Z | Compiling progenitor-impl v0.9.1 |
2904 | 2025-03-17T16:01:17.042Z | Compiling progenitor-macro v0.9.1 |
2905 | 2025-03-17T16:01:20.648Z | Checking progenitor v0.9.1 |
2906 | 2025-03-17T16:01:20.785Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2907 | 2025-03-17T16:01:21.254Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2025-03-17T16:01:22.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
2909 | 2025-03-17T16:01:22.708Z | |
2910 | 2025-03-17T16:01:22.708Z | info: running `cargo check --bins` on dns-server-api (105/198) |
2911 | 2025-03-17T16:01:23.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2025-03-17T16:01:23.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2025-03-17T16:01:23.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2914 | 2025-03-17T16:01:23.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2915 | 2025-03-17T16:01:23.398Z | |
2916 | 2025-03-17T16:01:23.398Z | info: running `cargo check --bins` on openapi-manager-types (106/198) |
2917 | 2025-03-17T16:01:23.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-03-17T16:01:23.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-03-17T16:01:23.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-03-17T16:01:23.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2921 | 2025-03-17T16:01:24.052Z | |
2922 | 2025-03-17T16:01:24.052Z | info: running `cargo check --bins` on gateway-test-utils (107/198) |
2923 | 2025-03-17T16:01:24.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-03-17T16:01:24.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-03-17T16:01:24.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-03-17T16:01:24.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2927 | 2025-03-17T16:01:24.790Z | |
2928 | 2025-03-17T16:01:24.790Z | info: running `cargo check --bins` on gateway-types (108/198) |
2929 | 2025-03-17T16:01:25.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-03-17T16:01:25.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-03-17T16:01:25.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-03-17T16:01:25.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2933 | 2025-03-17T16:01:25.466Z | |
2934 | 2025-03-17T16:01:25.466Z | info: running `cargo check --bins` on ipcc (109/198) |
2935 | 2025-03-17T16:01:26.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-03-17T16:01:26.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-03-17T16:01:26.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-03-17T16:01:26.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2939 | 2025-03-17T16:01:26.145Z | |
2940 | 2025-03-17T16:01:26.145Z | info: running `cargo check --bins` on omicron-gateway (110/198) |
2941 | 2025-03-17T16:01:26.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-03-17T16:01:26.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-03-17T16:01:26.912Z | Compiling radium v0.7.0 |
2944 | 2025-03-17T16:01:26.913Z | Compiling semver v0.1.20 |
2945 | 2025-03-17T16:01:27.038Z | Compiling maybe-uninit v2.0.0 |
2946 | 2025-03-17T16:01:27.058Z | Checking tap v1.0.1 |
2947 | 2025-03-17T16:01:27.061Z | Checking password-hash v0.5.0 |
2948 | 2025-03-17T16:01:27.061Z | Checking blake2 v0.10.6 |
2949 | 2025-03-17T16:01:27.064Z | Compiling packed_struct v0.10.1 |
2950 | 2025-03-17T16:01:27.064Z | Compiling cancel-safe-futures v0.1.5 |
2951 | 2025-03-17T16:01:27.204Z | Checking wyz v0.5.1 |
2952 | 2025-03-17T16:01:27.413Z | Compiling rustc_version v0.1.7 |
2953 | 2025-03-17T16:01:27.512Z | Compiling owo-colors v4.2.0 |
2954 | 2025-03-17T16:01:27.544Z | Checking funty v2.0.0 |
2955 | 2025-03-17T16:01:27.547Z | Checking crc-catalog v2.4.0 |
2956 | 2025-03-17T16:01:27.548Z | Checking argon2 v0.5.3 |
2957 | 2025-03-17T16:01:27.667Z | Compiling packed_struct_codegen v0.10.1 |
2958 | 2025-03-17T16:01:27.693Z | Checking libsw-core v0.3.1 |
2959 | 2025-03-17T16:01:27.710Z | Checking crc v3.2.1 |
2960 | 2025-03-17T16:01:27.804Z | Compiling newtype_derive v0.1.6 |
2961 | 2025-03-17T16:01:27.865Z | Checking half v2.4.1 |
2962 | 2025-03-17T16:01:27.921Z | Compiling indexmap v1.9.3 |
2963 | 2025-03-17T16:01:28.168Z | Checking ciborium-io v0.2.2 |
2964 | 2025-03-17T16:01:28.172Z | Checking nodrop v0.1.14 |
2965 | 2025-03-17T16:01:28.206Z | Checking fixedbitset v0.5.7 |
2966 | 2025-03-17T16:01:28.241Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2967 | 2025-03-17T16:01:28.286Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2968 | 2025-03-17T16:01:28.322Z | Checking array-init v0.0.4 |
2969 | 2025-03-17T16:01:28.343Z | Checking ciborium-ll v0.2.2 |
2970 | 2025-03-17T16:01:28.396Z | Checking bitvec v1.0.1 |
2971 | 2025-03-17T16:01:28.568Z | Checking petgraph v0.7.1 |
2972 | 2025-03-17T16:01:28.571Z | Checking libsw v3.4.0 |
2973 | 2025-03-17T16:01:28.604Z | Checking smallvec v0.6.14 |
2974 | 2025-03-17T16:01:28.624Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2975 | 2025-03-17T16:01:28.975Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2976 | 2025-03-17T16:01:29.156Z | Checking indent_write v2.2.0 |
2977 | 2025-03-17T16:01:29.282Z | Checking linear-map v1.2.0 |
2978 | 2025-03-17T16:01:29.347Z | Checking bitfield v0.14.0 |
2979 | 2025-03-17T16:01:29.382Z | Checking hashbrown v0.12.3 |
2980 | 2025-03-17T16:01:29.587Z | Checking termcolor v1.4.1 |
2981 | 2025-03-17T16:01:29.638Z | Checking swrite v0.1.0 |
2982 | 2025-03-17T16:01:29.776Z | Checking ron v0.8.1 |
2983 | 2025-03-17T16:01:29.953Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2984 | 2025-03-17T16:01:30.026Z | Checking env_logger v0.10.2 |
2985 | 2025-03-17T16:01:30.041Z | Checking serde-hex v0.1.0 |
2986 | 2025-03-17T16:01:30.148Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2987 | 2025-03-17T16:01:30.450Z | Checking ciborium v0.2.2 |
2988 | 2025-03-17T16:01:30.999Z | Checking steno v0.4.1 |
2989 | 2025-03-17T16:01:31.196Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2990 | 2025-03-17T16:01:31.396Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2991 | 2025-03-17T16:01:31.457Z | Checking hashbrown v0.13.2 |
2992 | 2025-03-17T16:01:31.544Z | Checking crc-any v2.5.0 |
2993 | 2025-03-17T16:01:31.582Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2994 | 2025-03-17T16:01:31.670Z | Checking humantime v2.1.0 |
2995 | 2025-03-17T16:01:31.913Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2996 | 2025-03-17T16:01:31.977Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2997 | 2025-03-17T16:01:32.200Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2998 | 2025-03-17T16:01:32.406Z | Checking object v0.30.4 |
2999 | 2025-03-17T16:01:32.542Z | Checking path-slash v0.1.5 |
3000 | 2025-03-17T16:01:32.566Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3001 | 2025-03-17T16:01:32.777Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3002 | 2025-03-17T16:01:33.236Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3003 | 2025-03-17T16:01:33.516Z | Checking nix v0.27.1 |
3004 | 2025-03-17T16:01:33.535Z | Checking tungstenite v0.23.0 |
3005 | 2025-03-17T16:01:33.860Z | Checking kstat-rs v0.2.4 |
3006 | 2025-03-17T16:01:34.212Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3007 | 2025-03-17T16:01:34.404Z | Checking tokio-tungstenite v0.23.1 |
3008 | 2025-03-17T16:01:34.470Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3009 | 2025-03-17T16:01:34.497Z | Checking signal-hook-tokio v0.3.1 |
3010 | 2025-03-17T16:01:34.567Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3011 | 2025-03-17T16:01:35.181Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3012 | 2025-03-17T16:01:42.164Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3013 | 2025-03-17T16:01:43.518Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3014 | 2025-03-17T16:01:45.750Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3015 | 2025-03-17T16:01:51.325Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3016 | 2025-03-17T16:01:52.000Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3017 | 2025-03-17T16:01:54.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.53s |
3018 | 2025-03-17T16:01:54.894Z | |
3019 | 2025-03-17T16:01:54.894Z | info: running `cargo check --bins` on gateway-api (111/198) |
3020 | 2025-03-17T16:01:55.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2025-03-17T16:01:55.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2025-03-17T16:01:55.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2025-03-17T16:01:55.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3024 | 2025-03-17T16:01:55.580Z | |
3025 | 2025-03-17T16:01:55.580Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/198) |
3026 | 2025-03-17T16:01:56.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2025-03-17T16:01:56.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2025-03-17T16:01:56.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2025-03-17T16:01:56.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3030 | 2025-03-17T16:01:56.234Z | |
3031 | 2025-03-17T16:01:56.234Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/198) |
3032 | 2025-03-17T16:01:56.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2025-03-17T16:01:56.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2025-03-17T16:01:56.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2025-03-17T16:01:56.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3036 | 2025-03-17T16:01:56.903Z | |
3037 | 2025-03-17T16:01:56.903Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/198) |
3038 | 2025-03-17T16:01:57.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2025-03-17T16:01:57.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2025-03-17T16:01:57.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2025-03-17T16:01:57.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3042 | 2025-03-17T16:01:57.580Z | |
3043 | 2025-03-17T16:01:57.580Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/198) |
3044 | 2025-03-17T16:01:58.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2025-03-17T16:01:58.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2025-03-17T16:01:58.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2025-03-17T16:01:58.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3048 | 2025-03-17T16:01:58.263Z | |
3049 | 2025-03-17T16:01:58.263Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/198) |
3050 | 2025-03-17T16:01:58.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2025-03-17T16:01:58.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2025-03-17T16:01:58.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2025-03-17T16:01:58.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3054 | 2025-03-17T16:01:58.943Z | |
3055 | 2025-03-17T16:01:58.943Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/198) |
3056 | 2025-03-17T16:01:59.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2025-03-17T16:01:59.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2025-03-17T16:01:59.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2025-03-17T16:01:59.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3060 | 2025-03-17T16:01:59.626Z | |
3061 | 2025-03-17T16:01:59.626Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/198) |
3062 | 2025-03-17T16:02:00.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2025-03-17T16:02:00.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2025-03-17T16:02:00.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2025-03-17T16:02:00.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3066 | 2025-03-17T16:02:00.304Z | |
3067 | 2025-03-17T16:02:00.304Z | info: running `cargo check --bins` on oximeter-producer (119/198) |
3068 | 2025-03-17T16:02:00.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2025-03-17T16:02:00.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2025-03-17T16:02:00.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2025-03-17T16:02:00.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3072 | 2025-03-17T16:02:01.014Z | |
3073 | 2025-03-17T16:02:01.014Z | info: running `cargo check --bins` on internal-dns-resolver (120/198) |
3074 | 2025-03-17T16:02:01.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2025-03-17T16:02:01.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2025-03-17T16:02:01.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2025-03-17T16:02:01.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3078 | 2025-03-17T16:02:01.690Z | |
3079 | 2025-03-17T16:02:01.690Z | info: running `cargo check --bins` on sp-sim (121/198) |
3080 | 2025-03-17T16:02:02.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2025-03-17T16:02:02.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2025-03-17T16:02:02.378Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3083 | 2025-03-17T16:02:02.832Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3084 | 2025-03-17T16:02:04.508Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3085 | 2025-03-17T16:02:06.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
3086 | 2025-03-17T16:02:06.374Z | |
3087 | 2025-03-17T16:02:06.375Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/198) |
3088 | 2025-03-17T16:02:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2025-03-17T16:02:07.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2025-03-17T16:02:07.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2025-03-17T16:02:07.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3092 | 2025-03-17T16:02:07.106Z | |
3093 | 2025-03-17T16:02:07.106Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/198) |
3094 | 2025-03-17T16:02:07.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2025-03-17T16:02:07.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2025-03-17T16:02:07.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2025-03-17T16:02:07.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3098 | 2025-03-17T16:02:07.846Z | |
3099 | 2025-03-17T16:02:07.846Z | info: running `cargo check --bins` on db-macros (124/198) |
3100 | 2025-03-17T16:02:08.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2025-03-17T16:02:08.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2025-03-17T16:02:08.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2025-03-17T16:02:08.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3104 | 2025-03-17T16:02:08.504Z | |
3105 | 2025-03-17T16:02:08.504Z | info: running `cargo check --bins` on nexus-macros-common (125/198) |
3106 | 2025-03-17T16:02:09.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2025-03-17T16:02:09.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2025-03-17T16:02:09.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2025-03-17T16:02:09.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3110 | 2025-03-17T16:02:09.165Z | |
3111 | 2025-03-17T16:02:09.165Z | info: running `cargo check --bins` on nexus-auth (126/198) |
3112 | 2025-03-17T16:02:09.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2025-03-17T16:02:09.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2025-03-17T16:02:09.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2025-03-17T16:02:09.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3116 | 2025-03-17T16:02:09.910Z | |
3117 | 2025-03-17T16:02:09.911Z | info: running `cargo check --bins` on authz-macros (127/198) |
3118 | 2025-03-17T16:02:10.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2025-03-17T16:02:10.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2025-03-17T16:02:10.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2025-03-17T16:02:10.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3122 | 2025-03-17T16:02:10.586Z | |
3123 | 2025-03-17T16:02:10.586Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/198) |
3124 | 2025-03-17T16:02:11.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2025-03-17T16:02:11.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2025-03-17T16:02:11.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2025-03-17T16:02:11.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3128 | 2025-03-17T16:02:11.323Z | |
3129 | 2025-03-17T16:02:11.323Z | info: running `cargo check --bins` on nexus-db-model (129/198) |
3130 | 2025-03-17T16:02:11.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2025-03-17T16:02:11.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2025-03-17T16:02:11.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2025-03-17T16:02:11.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3134 | 2025-03-17T16:02:12.052Z | |
3135 | 2025-03-17T16:02:12.052Z | info: running `cargo check --bins` on nexus-defaults (130/198) |
3136 | 2025-03-17T16:02:12.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2025-03-17T16:02:12.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2025-03-17T16:02:12.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2025-03-17T16:02:12.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3140 | 2025-03-17T16:02:12.743Z | |
3141 | 2025-03-17T16:02:12.743Z | info: running `cargo check --bins` on nexus-inventory (131/198) |
3142 | 2025-03-17T16:02:13.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2025-03-17T16:02:13.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2025-03-17T16:02:13.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2025-03-17T16:02:13.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3146 | 2025-03-17T16:02:13.468Z | |
3147 | 2025-03-17T16:02:13.468Z | info: running `cargo check --bins` on typed-rng (132/198) |
3148 | 2025-03-17T16:02:14.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2025-03-17T16:02:14.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2025-03-17T16:02:14.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3151 | 2025-03-17T16:02:14.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3152 | 2025-03-17T16:02:14.138Z | |
3153 | 2025-03-17T16:02:14.138Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/198) |
3154 | 2025-03-17T16:02:14.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2025-03-17T16:02:14.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2025-03-17T16:02:14.945Z | Checking keccak v0.1.5 |
3157 | 2025-03-17T16:02:15.066Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3158 | 2025-03-17T16:02:15.069Z | Checking secrecy v0.8.0 |
3159 | 2025-03-17T16:02:15.069Z | Compiling unicase v2.7.0 |
3160 | 2025-03-17T16:02:15.076Z | Compiling same-file v1.0.6 |
3161 | 2025-03-17T16:02:15.121Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3162 | 2025-03-17T16:02:15.124Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3163 | 2025-03-17T16:02:15.124Z | Compiling thiserror-impl-no-std v2.0.2 |
3164 | 2025-03-17T16:02:15.240Z | Checking universal-hash v0.5.1 |
3165 | 2025-03-17T16:02:15.363Z | Checking sha3 v0.10.8 |
3166 | 2025-03-17T16:02:15.370Z | Compiling walkdir v2.5.0 |
3167 | 2025-03-17T16:02:15.373Z | Compiling blake3 v1.5.4 |
3168 | 2025-03-17T16:02:15.460Z | Checking opaque-debug v0.3.1 |
3169 | 2025-03-17T16:02:15.460Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3170 | 2025-03-17T16:02:15.570Z | Checking poly1305 v0.8.0 |
3171 | 2025-03-17T16:02:15.638Z | Checking chacha20 v0.9.1 |
3172 | 2025-03-17T16:02:15.700Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3173 | 2025-03-17T16:02:15.800Z | Checking aead v0.5.2 |
3174 | 2025-03-17T16:02:15.819Z | Compiling memmap2 v0.9.5 |
3175 | 2025-03-17T16:02:16.002Z | Compiling salty v0.3.0 |
3176 | 2025-03-17T16:02:16.035Z | Compiling libefi-sys v0.1.0 |
3177 | 2025-03-17T16:02:16.076Z | Compiling arrayvec v0.7.6 |
3178 | 2025-03-17T16:02:16.079Z | Compiling arrayref v0.3.9 |
3179 | 2025-03-17T16:02:16.193Z | Compiling constant_time_eq v0.3.1 |
3180 | 2025-03-17T16:02:16.213Z | Checking chacha20poly1305 v0.10.1 |
3181 | 2025-03-17T16:02:16.399Z | Compiling toolchain_find v0.4.0 |
3182 | 2025-03-17T16:02:16.420Z | Compiling camino-tempfile v1.1.1 |
3183 | 2025-03-17T16:02:16.462Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3184 | 2025-03-17T16:02:16.470Z | Compiling bitfield-struct v0.6.2 |
3185 | 2025-03-17T16:02:16.801Z | Compiling topological-sort v0.2.2 |
3186 | 2025-03-17T16:02:16.852Z | Compiling mime_guess v2.0.5 |
3187 | 2025-03-17T16:02:16.966Z | Compiling rustfmt-wrapper v0.2.1 |
3188 | 2025-03-17T16:02:17.420Z | Compiling omicron-zone-package v0.12.0 |
3189 | 2025-03-17T16:02:17.575Z | Compiling progenitor v0.9.1 |
3190 | 2025-03-17T16:02:17.578Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3191 | 2025-03-17T16:02:17.750Z | Checking thiserror-no-std v2.0.2 |
3192 | 2025-03-17T16:02:17.781Z | Checking primeorder v0.13.6 |
3193 | 2025-03-17T16:02:17.801Z | Checking env_filter v0.1.2 |
3194 | 2025-03-17T16:02:17.874Z | Checking vsss-rs v3.3.4 |
3195 | 2025-03-17T16:02:17.894Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3196 | 2025-03-17T16:02:17.897Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3197 | 2025-03-17T16:02:18.083Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3198 | 2025-03-17T16:02:18.103Z | Checking env_logger v0.11.5 |
3199 | 2025-03-17T16:02:18.269Z | Checking p384 v0.13.0 |
3200 | 2025-03-17T16:02:18.318Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3201 | 2025-03-17T16:02:18.452Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3202 | 2025-03-17T16:02:18.480Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3203 | 2025-03-17T16:02:18.584Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3204 | 2025-03-17T16:02:18.683Z | Checking http-range v0.1.5 |
3205 | 2025-03-17T16:02:18.732Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3206 | 2025-03-17T16:02:18.769Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3207 | 2025-03-17T16:02:18.949Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3208 | 2025-03-17T16:02:19.092Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3209 | 2025-03-17T16:02:19.180Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3210 | 2025-03-17T16:02:19.440Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3211 | 2025-03-17T16:02:19.667Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3212 | 2025-03-17T16:02:19.723Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3213 | 2025-03-17T16:02:19.744Z | Checking atty v0.2.14 |
3214 | 2025-03-17T16:02:19.899Z | Checking glob v0.3.2 |
3215 | 2025-03-17T16:02:19.940Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3216 | 2025-03-17T16:02:20.245Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3217 | 2025-03-17T16:02:20.390Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3218 | 2025-03-17T16:02:20.873Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3219 | 2025-03-17T16:02:20.958Z | Checking hyper-staticfile v0.10.1 |
3220 | 2025-03-17T16:02:21.284Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
3221 | 2025-03-17T16:02:21.499Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3222 | 2025-03-17T16:02:21.518Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3223 | 2025-03-17T16:02:21.619Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3224 | 2025-03-17T16:02:21.895Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3225 | 2025-03-17T16:02:22.300Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3226 | 2025-03-17T16:02:22.443Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3227 | 2025-03-17T16:02:22.488Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3228 | 2025-03-17T16:02:22.667Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3229 | 2025-03-17T16:02:23.159Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3230 | 2025-03-17T16:02:23.424Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3231 | 2025-03-17T16:02:26.368Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3232 | 2025-03-17T16:02:26.372Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3233 | 2025-03-17T16:02:34.940Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3234 | 2025-03-17T16:02:48.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s |
3235 | 2025-03-17T16:02:48.655Z | |
3236 | 2025-03-17T16:02:48.655Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/198) |
3237 | 2025-03-17T16:02:49.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-03-17T16:02:49.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-03-17T16:02:49.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3240 | 2025-03-17T16:03:02.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
3241 | 2025-03-17T16:03:02.995Z | |
3242 | 2025-03-17T16:03:02.995Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/198) |
3243 | 2025-03-17T16:03:03.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2025-03-17T16:03:03.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2025-03-17T16:03:03.777Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3246 | 2025-03-17T16:03:17.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
3247 | 2025-03-17T16:03:17.401Z | |
3248 | 2025-03-17T16:03:17.401Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/198) |
3249 | 2025-03-17T16:03:18.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-03-17T16:03:18.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-03-17T16:03:18.198Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3252 | 2025-03-17T16:03:32.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s |
3253 | 2025-03-17T16:03:32.401Z | |
3254 | 2025-03-17T16:03:32.401Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/198) |
3255 | 2025-03-17T16:03:33.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-03-17T16:03:33.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-03-17T16:03:33.194Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3258 | 2025-03-17T16:03:46.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
3259 | 2025-03-17T16:03:46.976Z | |
3260 | 2025-03-17T16:03:46.976Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/198) |
3261 | 2025-03-17T16:03:47.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-03-17T16:03:47.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-03-17T16:03:47.773Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3264 | 2025-03-17T16:04:01.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3265 | 2025-03-17T16:04:01.615Z | |
3266 | 2025-03-17T16:04:01.615Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/198) |
3267 | 2025-03-17T16:04:02.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2025-03-17T16:04:02.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2025-03-17T16:04:02.419Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3270 | 2025-03-17T16:04:16.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3271 | 2025-03-17T16:04:16.255Z | |
3272 | 2025-03-17T16:04:16.255Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/198) |
3273 | 2025-03-17T16:04:16.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-03-17T16:04:16.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-03-17T16:04:17.059Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3276 | 2025-03-17T16:04:30.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
3277 | 2025-03-17T16:04:30.880Z | |
3278 | 2025-03-17T16:04:30.880Z | info: running `cargo check --bins` on bootstrap-agent-api (141/198) |
3279 | 2025-03-17T16:04:31.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2025-03-17T16:04:31.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2025-03-17T16:04:31.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2025-03-17T16:04:31.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3283 | 2025-03-17T16:04:31.607Z | |
3284 | 2025-03-17T16:04:31.607Z | info: running `cargo check --bins` on key-manager (142/198) |
3285 | 2025-03-17T16:04:32.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-03-17T16:04:32.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-03-17T16:04:32.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2025-03-17T16:04:32.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3289 | 2025-03-17T16:04:32.301Z | |
3290 | 2025-03-17T16:04:32.301Z | info: running `cargo check --bins` on range-requests (143/198) |
3291 | 2025-03-17T16:04:32.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2025-03-17T16:04:32.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2025-03-17T16:04:32.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2025-03-17T16:04:32.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3295 | 2025-03-17T16:04:32.965Z | |
3296 | 2025-03-17T16:04:32.965Z | info: running `cargo check --bins` on repo-depot-api (144/198) |
3297 | 2025-03-17T16:04:33.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-03-17T16:04:33.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-03-17T16:04:33.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2025-03-17T16:04:33.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3301 | 2025-03-17T16:04:33.644Z | |
3302 | 2025-03-17T16:04:33.644Z | info: running `cargo check --bins` on sled-agent-api (145/198) |
3303 | 2025-03-17T16:04:34.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-03-17T16:04:34.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-03-17T16:04:34.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2025-03-17T16:04:34.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3307 | 2025-03-17T16:04:34.364Z | |
3308 | 2025-03-17T16:04:34.364Z | info: running `cargo check --bins` on sled-diagnostics (146/198) |
3309 | 2025-03-17T16:04:34.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-03-17T16:04:34.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-03-17T16:04:34.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2025-03-17T16:04:34.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3313 | 2025-03-17T16:04:35.021Z | |
3314 | 2025-03-17T16:04:35.021Z | info: running `cargo check --bins` on sled-hardware (147/198) |
3315 | 2025-03-17T16:04:35.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-03-17T16:04:35.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-03-17T16:04:35.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2025-03-17T16:04:35.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3319 | 2025-03-17T16:04:35.716Z | |
3320 | 2025-03-17T16:04:35.716Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/198) |
3321 | 2025-03-17T16:04:36.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2025-03-17T16:04:36.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2025-03-17T16:04:36.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2025-03-17T16:04:36.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3325 | 2025-03-17T16:04:36.403Z | |
3326 | 2025-03-17T16:04:36.403Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/198) |
3327 | 2025-03-17T16:04:37.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2025-03-17T16:04:37.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2025-03-17T16:04:37.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2025-03-17T16:04:37.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3331 | 2025-03-17T16:04:37.098Z | |
3332 | 2025-03-17T16:04:37.098Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/198) |
3333 | 2025-03-17T16:04:37.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2025-03-17T16:04:37.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2025-03-17T16:04:37.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2025-03-17T16:04:37.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3337 | 2025-03-17T16:04:37.797Z | |
3338 | 2025-03-17T16:04:37.797Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/198) |
3339 | 2025-03-17T16:04:38.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2025-03-17T16:04:38.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2025-03-17T16:04:38.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2025-03-17T16:04:38.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3343 | 2025-03-17T16:04:38.505Z | |
3344 | 2025-03-17T16:04:38.505Z | info: running `cargo check --bins` on nexus-test-interface (152/198) |
3345 | 2025-03-17T16:04:39.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2025-03-17T16:04:39.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2025-03-17T16:04:39.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2025-03-17T16:04:39.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3349 | 2025-03-17T16:04:39.224Z | |
3350 | 2025-03-17T16:04:39.224Z | info: running `cargo check --bins` on oximeter-collector (153/198) |
3351 | 2025-03-17T16:04:39.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-03-17T16:04:39.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-03-17T16:04:39.955Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3354 | 2025-03-17T16:04:39.955Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3355 | 2025-03-17T16:04:40.862Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3356 | 2025-03-17T16:04:42.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3357 | 2025-03-17T16:04:43.068Z | |
3358 | 2025-03-17T16:04:43.068Z | info: running `cargo check --bins` on oximeter-api (154/198) |
3359 | 2025-03-17T16:04:43.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-03-17T16:04:43.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-03-17T16:04:43.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-03-17T16:04:43.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3363 | 2025-03-17T16:04:43.758Z | |
3364 | 2025-03-17T16:04:43.759Z | info: running `cargo check --bins` on cert-dev (155/198) |
3365 | 2025-03-17T16:04:44.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-03-17T16:04:44.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-03-17T16:04:44.425Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3368 | 2025-03-17T16:04:44.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3369 | 2025-03-17T16:04:44.888Z | |
3370 | 2025-03-17T16:04:44.888Z | info: running `cargo check --bins` on clickana (156/198) |
3371 | 2025-03-17T16:04:45.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-03-17T16:04:45.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-03-17T16:04:45.593Z | Checking itertools v0.13.0 |
3374 | 2025-03-17T16:04:45.593Z | Checking castaway v0.2.3 |
3375 | 2025-03-17T16:04:45.597Z | Checking lru v0.12.5 |
3376 | 2025-03-17T16:04:45.597Z | Compiling instability v0.3.2 |
3377 | 2025-03-17T16:04:45.597Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3378 | 2025-03-17T16:04:45.597Z | Checking cassowary v0.3.0 |
3379 | 2025-03-17T16:04:45.597Z | Compiling indoc v2.0.6 |
3380 | 2025-03-17T16:04:45.875Z | Checking compact_str v0.8.0 |
3381 | 2025-03-17T16:04:47.449Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3382 | 2025-03-17T16:04:47.488Z | Checking unicode-truncate v1.1.0 |
3383 | 2025-03-17T16:04:47.639Z | Checking ratatui v0.29.0 |
3384 | 2025-03-17T16:04:49.607Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3385 | 2025-03-17T16:04:50.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
3386 | 2025-03-17T16:04:50.636Z | |
3387 | 2025-03-17T16:04:50.636Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/198) |
3388 | 2025-03-17T16:04:51.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2025-03-17T16:04:51.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2025-03-17T16:04:51.373Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3391 | 2025-03-17T16:04:51.373Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3392 | 2025-03-17T16:04:52.390Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3393 | 2025-03-17T16:04:52.874Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3394 | 2025-03-17T16:04:53.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3395 | 2025-03-17T16:04:53.431Z | |
3396 | 2025-03-17T16:04:53.431Z | info: running `cargo check --bins` on ch-dev (158/198) |
3397 | 2025-03-17T16:04:54.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2025-03-17T16:04:54.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2025-03-17T16:04:54.140Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3400 | 2025-03-17T16:04:54.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3401 | 2025-03-17T16:04:55.072Z | |
3402 | 2025-03-17T16:04:55.072Z | info: running `cargo check --bins` on crdb-seed (159/198) |
3403 | 2025-03-17T16:04:55.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-03-17T16:04:55.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-03-17T16:04:55.770Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3406 | 2025-03-17T16:04:56.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3407 | 2025-03-17T16:04:56.318Z | |
3408 | 2025-03-17T16:04:56.318Z | info: running `cargo check --bins` on db-dev (160/198) |
3409 | 2025-03-17T16:04:56.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-03-17T16:04:56.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-03-17T16:04:57.028Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3412 | 2025-03-17T16:04:57.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3413 | 2025-03-17T16:04:57.973Z | |
3414 | 2025-03-17T16:04:57.973Z | info: running `cargo check --bins` on omicron-dev-lib (161/198) |
3415 | 2025-03-17T16:04:58.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-03-17T16:04:58.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-03-17T16:04:58.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3418 | 2025-03-17T16:04:58.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3419 | 2025-03-17T16:04:58.671Z | |
3420 | 2025-03-17T16:04:58.671Z | info: running `cargo check --bins` on xtask-downloader (162/198) |
3421 | 2025-03-17T16:04:59.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2025-03-17T16:04:59.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2025-03-17T16:04:59.338Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3424 | 2025-03-17T16:05:00.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3425 | 2025-03-17T16:05:00.360Z | |
3426 | 2025-03-17T16:05:00.360Z | info: running `cargo check --bins` on omicron-ls-apis (163/198) |
3427 | 2025-03-17T16:05:00.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3428 | 2025-03-17T16:05:00.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3429 | 2025-03-17T16:05:01.023Z | Checking cargo-platform v0.1.8 |
3430 | 2025-03-17T16:05:01.303Z | Checking cargo_metadata v0.19.2 |
3431 | 2025-03-17T16:05:02.307Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3432 | 2025-03-17T16:05:03.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3433 | 2025-03-17T16:05:03.293Z | |
3434 | 2025-03-17T16:05:03.293Z | info: running `cargo check --bins` on mgs-dev (164/198) |
3435 | 2025-03-17T16:05:03.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3436 | 2025-03-17T16:05:03.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3437 | 2025-03-17T16:05:04.060Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3438 | 2025-03-17T16:05:05.524Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3439 | 2025-03-17T16:05:06.083Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3440 | 2025-03-17T16:05:06.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
3441 | 2025-03-17T16:05:06.824Z | |
3442 | 2025-03-17T16:05:06.824Z | info: running `cargo check --bins` on omicron-omdb (165/198) |
3443 | 2025-03-17T16:05:07.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3444 | 2025-03-17T16:05:07.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3445 | 2025-03-17T16:05:07.663Z | Compiling crunchy v0.2.2 |
3446 | 2025-03-17T16:05:07.663Z | Compiling tiny-keccak v2.0.2 |
3447 | 2025-03-17T16:05:07.667Z | Compiling dsl_auto_type v0.1.2 |
3448 | 2025-03-17T16:05:07.667Z | Checking scheduled-thread-pool v0.2.7 |
3449 | 2025-03-17T16:05:07.667Z | Compiling diesel_table_macro_syntax v0.2.0 |
3450 | 2025-03-17T16:05:07.667Z | Compiling bit-vec v0.6.3 |
3451 | 2025-03-17T16:05:07.814Z | Compiling ascii-canvas v3.0.0 |
3452 | 2025-03-17T16:05:07.828Z | Compiling ena v0.14.3 |
3453 | 2025-03-17T16:05:08.010Z | Checking r2d2 v0.8.10 |
3454 | 2025-03-17T16:05:08.121Z | Compiling regex-syntax v0.6.29 |
3455 | 2025-03-17T16:05:08.233Z | Compiling bit-set v0.5.3 |
3456 | 2025-03-17T16:05:08.280Z | Compiling bindgen v0.71.1 |
3457 | 2025-03-17T16:05:08.284Z | Compiling diff v0.1.13 |
3458 | 2025-03-17T16:05:08.319Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3459 | 2025-03-17T16:05:08.339Z | Compiling ref-cast v1.0.23 |
3460 | 2025-03-17T16:05:08.499Z | Compiling rustc-hash v2.1.1 |
3461 | 2025-03-17T16:05:08.555Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3462 | 2025-03-17T16:05:08.696Z | Compiling derive_builder_core v0.20.2 |
3463 | 2025-03-17T16:05:08.814Z | Compiling libxml v0.3.3 |
3464 | 2025-03-17T16:05:08.867Z | Compiling ref-cast-impl v1.0.23 |
3465 | 2025-03-17T16:05:08.914Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3466 | 2025-03-17T16:05:09.121Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3467 | 2025-03-17T16:05:09.144Z | Compiling diesel_derives v2.2.3 |
3468 | 2025-03-17T16:05:09.234Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3469 | 2025-03-17T16:05:09.395Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3470 | 2025-03-17T16:05:09.550Z | Compiling strum_macros v0.24.3 |
3471 | 2025-03-17T16:05:09.784Z | Compiling indoc v1.0.9 |
3472 | 2025-03-17T16:05:10.656Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3473 | 2025-03-17T16:05:10.830Z | Compiling derive_builder_macro v0.20.2 |
3474 | 2025-03-17T16:05:10.988Z | Compiling impl-trait-for-tuples v0.2.2 |
3475 | 2025-03-17T16:05:11.692Z | Compiling lalrpop v0.19.12 |
3476 | 2025-03-17T16:05:11.726Z | Checking derive_builder v0.20.2 |
3477 | 2025-03-17T16:05:11.908Z | Compiling oso-derive v0.27.3 |
3478 | 2025-03-17T16:05:12.150Z | Checking quick-xml v0.37.2 |
3479 | 2025-03-17T16:05:12.857Z | Compiling diesel-dtrace v0.4.2 |
3480 | 2025-03-17T16:05:12.920Z | Checking maplit v1.0.2 |
3481 | 2025-03-17T16:05:13.090Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3482 | 2025-03-17T16:05:13.289Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3483 | 2025-03-17T16:05:13.358Z | Checking bb8 v0.8.5 |
3484 | 2025-03-17T16:05:13.655Z | Checking io-lifetimes v1.0.11 |
3485 | 2025-03-17T16:05:13.875Z | Checking rustix v0.37.28 |
3486 | 2025-03-17T16:05:13.913Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3487 | 2025-03-17T16:05:14.238Z | Checking rand_seeder v0.3.0 |
3488 | 2025-03-17T16:05:14.319Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3489 | 2025-03-17T16:05:14.498Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3490 | 2025-03-17T16:05:14.705Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3491 | 2025-03-17T16:05:14.728Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3492 | 2025-03-17T16:05:14.920Z | Checking terminal_size v0.2.6 |
3493 | 2025-03-17T16:05:15.059Z | Checking smawk v0.3.2 |
3494 | 2025-03-17T16:05:15.102Z | Checking unicode-linebreak v0.1.5 |
3495 | 2025-03-17T16:05:15.282Z | Checking is_ci v1.2.0 |
3496 | 2025-03-17T16:05:15.445Z | Checking supports-color v3.0.2 |
3497 | 2025-03-17T16:05:15.537Z | Checking textwrap v0.16.1 |
3498 | 2025-03-17T16:05:15.690Z | Checking multimap v0.10.0 |
3499 | 2025-03-17T16:05:16.938Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3500 | 2025-03-17T16:05:17.963Z | Checking diesel v2.2.8 |
3501 | 2025-03-17T16:05:33.903Z | Compiling samael v0.0.18 |
3502 | 2025-03-17T16:05:50.882Z | Checking async-bb8-diesel v0.2.1 |
3503 | 2025-03-17T16:05:52.573Z | Compiling polar-core v0.27.3 |
3504 | 2025-03-17T16:05:59.856Z | Checking oso v0.27.3 |
3505 | 2025-03-17T16:07:02.465Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3506 | 2025-03-17T16:07:09.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3507 | 2025-03-17T16:07:09.467Z | |
3508 | 2025-03-17T16:07:09.467Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/198) |
3509 | 2025-03-17T16:07:10.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-03-17T16:07:10.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-03-17T16:07:10.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-03-17T16:07:10.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3513 | 2025-03-17T16:07:10.199Z | |
3514 | 2025-03-17T16:07:10.199Z | info: running `cargo check --bins` on nexus-saga-recovery (167/198) |
3515 | 2025-03-17T16:07:10.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-03-17T16:07:10.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-03-17T16:07:10.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-03-17T16:07:10.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3519 | 2025-03-17T16:07:10.933Z | |
3520 | 2025-03-17T16:07:10.933Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/198) |
3521 | 2025-03-17T16:07:11.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-03-17T16:07:11.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-03-17T16:07:11.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-03-17T16:07:11.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3525 | 2025-03-17T16:07:11.607Z | |
3526 | 2025-03-17T16:07:11.607Z | info: running `cargo check --bins` on omicron-nexus (169/198) |
3527 | 2025-03-17T16:07:12.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-03-17T16:07:12.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-03-17T16:07:12.473Z | Compiling libz-sys v1.1.20 |
3530 | 2025-03-17T16:07:12.477Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3531 | 2025-03-17T16:07:12.610Z | Compiling vergen v8.3.2 |
3532 | 2025-03-17T16:07:12.613Z | Compiling cargo-platform v0.1.8 |
3533 | 2025-03-17T16:07:12.613Z | Compiling pin-project-internal v1.1.6 |
3534 | 2025-03-17T16:07:12.654Z | Compiling snafu-derive v0.8.5 |
3535 | 2025-03-17T16:07:12.658Z | Compiling rustls v0.21.12 |
3536 | 2025-03-17T16:07:12.691Z | Checking globset v0.4.15 |
3537 | 2025-03-17T16:07:12.943Z | Checking olpc-cjson v0.1.4 |
3538 | 2025-03-17T16:07:13.040Z | Compiling cargo_metadata v0.18.1 |
3539 | 2025-03-17T16:07:13.170Z | Checking sct v0.7.1 |
3540 | 2025-03-17T16:07:13.170Z | Checking rustls-webpki v0.101.7 |
3541 | 2025-03-17T16:07:13.208Z | Checking serde_plain v1.0.2 |
3542 | 2025-03-17T16:07:13.397Z | Checking typed-path v0.9.3 |
3543 | 2025-03-17T16:07:13.470Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3544 | 2025-03-17T16:07:13.535Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3545 | 2025-03-17T16:07:13.793Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3546 | 2025-03-17T16:07:13.832Z | Checking parse-size v1.1.0 |
3547 | 2025-03-17T16:07:14.090Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3548 | 2025-03-17T16:07:14.142Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3549 | 2025-03-17T16:07:15.062Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3550 | 2025-03-17T16:07:15.138Z | Checking rustls-pemfile v1.0.4 |
3551 | 2025-03-17T16:07:15.194Z | Checking pin-project v1.1.6 |
3552 | 2025-03-17T16:07:15.311Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3553 | 2025-03-17T16:07:15.339Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3554 | 2025-03-17T16:07:15.359Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3555 | 2025-03-17T16:07:15.639Z | Checking twox-hash v2.1.0 |
3556 | 2025-03-17T16:07:15.688Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3557 | 2025-03-17T16:07:15.803Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3558 | 2025-03-17T16:07:16.256Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3559 | 2025-03-17T16:07:16.968Z | Checking tokio-rustls v0.24.1 |
3560 | 2025-03-17T16:07:17.281Z | Checking snafu v0.8.5 |
3561 | 2025-03-17T16:07:17.346Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3562 | 2025-03-17T16:07:17.719Z | Checking tough v0.19.0 |
3563 | 2025-03-17T16:07:17.832Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3564 | 2025-03-17T16:07:17.832Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3565 | 2025-03-17T16:07:17.873Z | Checking fatfs v0.3.6 |
3566 | 2025-03-17T16:07:17.914Z | Checking assert_matches v1.5.0 |
3567 | 2025-03-17T16:07:21.732Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
3568 | 2025-03-17T16:07:22.870Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3569 | 2025-03-17T16:07:24.440Z | Compiling git2 v0.19.0 |
3570 | 2025-03-17T16:07:28.464Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3571 | 2025-03-17T16:08:29.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
3572 | 2025-03-17T16:08:29.530Z | |
3573 | 2025-03-17T16:08:29.530Z | info: running `cargo check --bins` on nexus-external-api (170/198) |
3574 | 2025-03-17T16:08:30.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2025-03-17T16:08:30.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2025-03-17T16:08:30.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3577 | 2025-03-17T16:08:30.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3578 | 2025-03-17T16:08:30.277Z | |
3579 | 2025-03-17T16:08:30.277Z | info: running `cargo check --bins` on nexus-internal-api (171/198) |
3580 | 2025-03-17T16:08:30.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2025-03-17T16:08:30.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2025-03-17T16:08:30.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3583 | 2025-03-17T16:08:30.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3584 | 2025-03-17T16:08:30.996Z | |
3585 | 2025-03-17T16:08:30.996Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/198) |
3586 | 2025-03-17T16:08:31.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3587 | 2025-03-17T16:08:31.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3588 | 2025-03-17T16:08:31.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3589 | 2025-03-17T16:08:31.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3590 | 2025-03-17T16:08:31.737Z | |
3591 | 2025-03-17T16:08:31.737Z | info: running `cargo check --bins` on nexus-networking (173/198) |
3592 | 2025-03-17T16:08:32.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3593 | 2025-03-17T16:08:32.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3594 | 2025-03-17T16:08:32.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3595 | 2025-03-17T16:08:32.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3596 | 2025-03-17T16:08:32.477Z | |
3597 | 2025-03-17T16:08:32.477Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/198) |
3598 | 2025-03-17T16:08:33.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3599 | 2025-03-17T16:08:33.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3600 | 2025-03-17T16:08:33.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3601 | 2025-03-17T16:08:33.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3602 | 2025-03-17T16:08:33.214Z | |
3603 | 2025-03-17T16:08:33.214Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/198) |
3604 | 2025-03-17T16:08:33.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3605 | 2025-03-17T16:08:33.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3606 | 2025-03-17T16:08:33.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3607 | 2025-03-17T16:08:33.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3608 | 2025-03-17T16:08:33.953Z | |
3609 | 2025-03-17T16:08:33.953Z | info: running `cargo check --bins` on update-common (176/198) |
3610 | 2025-03-17T16:08:34.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3611 | 2025-03-17T16:08:34.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3612 | 2025-03-17T16:08:34.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3613 | 2025-03-17T16:08:34.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3614 | 2025-03-17T16:08:34.679Z | |
3615 | 2025-03-17T16:08:34.679Z | info: running `cargo check --bins` on omicron-dev (177/198) |
3616 | 2025-03-17T16:08:35.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2025-03-17T16:08:35.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2025-03-17T16:08:35.605Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3619 | 2025-03-17T16:08:35.608Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3620 | 2025-03-17T16:08:35.754Z | Checking diff v0.1.13 |
3621 | 2025-03-17T16:08:35.754Z | Checking yansi v1.0.1 |
3622 | 2025-03-17T16:08:35.757Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3623 | 2025-03-17T16:08:35.768Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3624 | 2025-03-17T16:08:36.160Z | Checking pretty_assertions v1.4.1 |
3625 | 2025-03-17T16:08:36.815Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3626 | 2025-03-17T16:09:05.916Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3627 | 2025-03-17T16:09:05.919Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3628 | 2025-03-17T16:09:05.919Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3629 | 2025-03-17T16:09:05.920Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3630 | 2025-03-17T16:09:05.920Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3631 | 2025-03-17T16:09:05.920Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3632 | 2025-03-17T16:09:06.809Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3633 | 2025-03-17T16:09:08.003Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3634 | 2025-03-17T16:09:52.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
3635 | 2025-03-17T16:09:52.304Z | |
3636 | 2025-03-17T16:09:52.304Z | info: running `cargo check --bins` on openapi-manager (178/198) |
3637 | 2025-03-17T16:09:52.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3638 | 2025-03-17T16:09:52.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3639 | 2025-03-17T16:09:53.076Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3640 | 2025-03-17T16:09:53.079Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3641 | 2025-03-17T16:09:53.079Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3642 | 2025-03-17T16:09:53.217Z | Compiling proc-macro-error-attr2 v2.0.0 |
3643 | 2025-03-17T16:09:53.220Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3644 | 2025-03-17T16:09:53.232Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3645 | 2025-03-17T16:09:53.266Z | Checking papergrid v0.14.0 |
3646 | 2025-03-17T16:09:53.284Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3647 | 2025-03-17T16:09:53.452Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3648 | 2025-03-17T16:09:53.590Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3649 | 2025-03-17T16:09:53.817Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3650 | 2025-03-17T16:09:53.986Z | Compiling proc-macro-error2 v2.0.1 |
3651 | 2025-03-17T16:09:54.582Z | Compiling tabled_derive v0.10.0 |
3652 | 2025-03-17T16:09:54.775Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3653 | 2025-03-17T16:09:54.991Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3654 | 2025-03-17T16:09:55.027Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3655 | 2025-03-17T16:09:55.061Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3656 | 2025-03-17T16:09:55.510Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3657 | 2025-03-17T16:09:56.060Z | Checking heck v0.4.1 |
3658 | 2025-03-17T16:09:56.080Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3659 | 2025-03-17T16:09:56.304Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3660 | 2025-03-17T16:09:56.482Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3661 | 2025-03-17T16:09:56.740Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3662 | 2025-03-17T16:09:57.093Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3663 | 2025-03-17T16:09:57.191Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3664 | 2025-03-17T16:09:57.331Z | Checking tabled v0.18.0 |
3665 | 2025-03-17T16:09:57.582Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3666 | 2025-03-17T16:09:57.611Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3667 | 2025-03-17T16:09:57.705Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3668 | 2025-03-17T16:09:59.412Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3669 | 2025-03-17T16:09:59.412Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3670 | 2025-03-17T16:10:02.494Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3671 | 2025-03-17T16:10:04.113Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3672 | 2025-03-17T16:10:08.917Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3673 | 2025-03-17T16:10:08.917Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3674 | 2025-03-17T16:10:10.255Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3675 | 2025-03-17T16:10:11.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s |
3676 | 2025-03-17T16:10:11.938Z | |
3677 | 2025-03-17T16:10:11.938Z | info: running `cargo check --bins` on installinator-api (179/198) |
3678 | 2025-03-17T16:10:12.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-03-17T16:10:12.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-03-17T16:10:12.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3681 | 2025-03-17T16:10:12.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3682 | 2025-03-17T16:10:12.663Z | |
3683 | 2025-03-17T16:10:12.663Z | info: running `cargo check --bins` on wicketd-api (180/198) |
3684 | 2025-03-17T16:10:13.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3685 | 2025-03-17T16:10:13.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3686 | 2025-03-17T16:10:13.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3687 | 2025-03-17T16:10:13.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3688 | 2025-03-17T16:10:13.403Z | |
3689 | 2025-03-17T16:10:13.403Z | info: running `cargo check --bins` on omicron-pins (181/198) |
3690 | 2025-03-17T16:10:14.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3691 | 2025-03-17T16:10:14.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3692 | 2025-03-17T16:10:14.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3693 | 2025-03-17T16:10:14.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3694 | 2025-03-17T16:10:14.093Z | |
3695 | 2025-03-17T16:10:14.093Z | info: running `cargo check --bins` on reconfigurator-cli (182/198) |
3696 | 2025-03-17T16:10:14.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3697 | 2025-03-17T16:10:14.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3698 | 2025-03-17T16:10:14.859Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3699 | 2025-03-17T16:10:14.859Z | Compiling petname v2.0.2 |
3700 | 2025-03-17T16:10:14.862Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3701 | 2025-03-17T16:10:14.862Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3702 | 2025-03-17T16:10:14.862Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3703 | 2025-03-17T16:10:14.862Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3704 | 2025-03-17T16:10:14.986Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3705 | 2025-03-17T16:10:15.013Z | Checking sync-ptr v0.1.1 |
3706 | 2025-03-17T16:10:20.164Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3707 | 2025-03-17T16:10:20.794Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3708 | 2025-03-17T16:10:22.058Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3709 | 2025-03-17T16:10:23.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
3710 | 2025-03-17T16:10:23.829Z | |
3711 | 2025-03-17T16:10:23.829Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/198) |
3712 | 2025-03-17T16:10:24.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3713 | 2025-03-17T16:10:24.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3714 | 2025-03-17T16:10:24.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3715 | 2025-03-17T16:10:24.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3716 | 2025-03-17T16:10:24.553Z | |
3717 | 2025-03-17T16:10:24.553Z | info: running `cargo check --bins` on omicron-releng (184/198) |
3718 | 2025-03-17T16:10:25.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3719 | 2025-03-17T16:10:25.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3720 | 2025-03-17T16:10:25.245Z | Checking memmap2 v0.9.5 |
3721 | 2025-03-17T16:10:25.245Z | Checking constant_time_eq v0.3.1 |
3722 | 2025-03-17T16:10:25.248Z | Checking arrayref v0.3.9 |
3723 | 2025-03-17T16:10:25.248Z | Checking arrayvec v0.7.6 |
3724 | 2025-03-17T16:10:25.248Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
3725 | 2025-03-17T16:10:25.248Z | Checking topological-sort v0.2.2 |
3726 | 2025-03-17T16:10:25.356Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3727 | 2025-03-17T16:10:25.359Z | Checking shell-words v1.1.0 |
3728 | 2025-03-17T16:10:25.656Z | Checking blake3 v1.5.4 |
3729 | 2025-03-17T16:10:25.721Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
3730 | 2025-03-17T16:10:26.006Z | Checking omicron-zone-package v0.12.0 |
3731 | 2025-03-17T16:10:27.164Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3732 | 2025-03-17T16:10:28.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
3733 | 2025-03-17T16:10:28.207Z | |
3734 | 2025-03-17T16:10:28.207Z | info: running `cargo check --bins` on xtask (185/198) |
3735 | 2025-03-17T16:10:28.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3736 | 2025-03-17T16:10:28.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3737 | 2025-03-17T16:10:28.678Z | Checking bitflags v2.6.0 |
3738 | 2025-03-17T16:10:28.681Z | Checking serde v1.0.218 |
3739 | 2025-03-17T16:10:28.681Z | Checking thiserror v1.0.69 |
3740 | 2025-03-17T16:10:28.779Z | Checking scroll v0.12.0 |
3741 | 2025-03-17T16:10:28.782Z | Checking log v0.4.22 |
3742 | 2025-03-17T16:10:28.782Z | Checking hashbrown v0.15.1 |
3743 | 2025-03-17T16:10:28.811Z | Checking zerocopy v0.7.35 |
3744 | 2025-03-17T16:10:28.826Z | Checking syn v2.0.98 |
3745 | 2025-03-17T16:10:28.893Z | Checking pest v2.7.14 |
3746 | 2025-03-17T16:10:28.996Z | Checking rustix v0.38.37 |
3747 | 2025-03-17T16:10:29.035Z | Checking once_cell v1.20.3 |
3748 | 2025-03-17T16:10:29.252Z | Checking goblin v0.8.2 |
3749 | 2025-03-17T16:10:29.351Z | Checking thiserror v2.0.11 |
3750 | 2025-03-17T16:10:29.500Z | Checking fs-err v2.11.0 |
3751 | 2025-03-17T16:10:29.796Z | Checking indexmap v2.7.1 |
3752 | 2025-03-17T16:10:29.811Z | Checking tabled v0.15.0 |
3753 | 2025-03-17T16:10:30.041Z | Checking anyhow v1.0.97 |
3754 | 2025-03-17T16:10:30.788Z | Checking terminal_size v0.4.0 |
3755 | 2025-03-17T16:10:30.788Z | Checking tempfile v3.13.0 |
3756 | 2025-03-17T16:10:30.942Z | Checking clap_builder v4.5.31 |
3757 | 2025-03-17T16:10:31.303Z | Checking dtrace-parser v0.2.0 |
3758 | 2025-03-17T16:10:32.913Z | Checking serde_json v1.0.139 |
3759 | 2025-03-17T16:10:32.913Z | Checking serde_spanned v0.6.8 |
3760 | 2025-03-17T16:10:32.917Z | Checking toml_datetime v0.6.8 |
3761 | 2025-03-17T16:10:32.917Z | Checking camino v1.1.9 |
3762 | 2025-03-17T16:10:32.917Z | Checking cargo-platform v0.1.8 |
3763 | 2025-03-17T16:10:32.985Z | Checking semver v1.0.25 |
3764 | 2025-03-17T16:10:33.028Z | Checking clap v4.5.31 |
3765 | 2025-03-17T16:10:33.130Z | Checking macaddr v1.0.1 |
3766 | 2025-03-17T16:10:33.227Z | Checking toml_edit v0.22.24 |
3767 | 2025-03-17T16:10:33.433Z | Checking camino-tempfile v1.1.1 |
3768 | 2025-03-17T16:10:33.985Z | Checking dof v0.3.0 |
3769 | 2025-03-17T16:10:33.985Z | Checking cargo_metadata v0.19.2 |
3770 | 2025-03-17T16:10:34.389Z | Checking usdt-impl v0.5.0 |
3771 | 2025-03-17T16:10:34.755Z | Checking usdt v0.5.0 |
3772 | 2025-03-17T16:10:35.035Z | Checking toml v0.8.20 |
3773 | 2025-03-17T16:10:35.469Z | Checking cargo_toml v0.21.0 |
3774 | 2025-03-17T16:10:36.610Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3775 | 2025-03-17T16:10:37.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s |
3776 | 2025-03-17T16:10:37.352Z | |
3777 | 2025-03-17T16:10:37.352Z | info: running `cargo check --bins` on end-to-end-tests (186/198) |
3778 | 2025-03-17T16:10:38.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-03-17T16:10:38.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-03-17T16:10:38.164Z | Checking polyval v0.6.2 |
3781 | 2025-03-17T16:10:38.283Z | Checking ctr v0.9.2 |
3782 | 2025-03-17T16:10:38.297Z | Checking ssh-encoding v0.2.0 |
3783 | 2025-03-17T16:10:38.300Z | Checking blowfish v0.9.1 |
3784 | 2025-03-17T16:10:38.325Z | Checking password-hash v0.4.2 |
3785 | 2025-03-17T16:10:38.341Z | Checking p521 v0.13.3 |
3786 | 2025-03-17T16:10:38.345Z | Checking p256 v0.13.2 |
3787 | 2025-03-17T16:10:38.370Z | Checking russh-cryptovec v0.7.3 |
3788 | 2025-03-17T16:10:38.513Z | Checking ghash v0.5.1 |
3789 | 2025-03-17T16:10:38.532Z | Checking bcrypt-pbkdf v0.10.0 |
3790 | 2025-03-17T16:10:38.536Z | Checking md5 v0.7.0 |
3791 | 2025-03-17T16:10:38.613Z | Checking num-bigint v0.4.6 |
3792 | 2025-03-17T16:10:38.636Z | Checking des v0.8.1 |
3793 | 2025-03-17T16:10:38.700Z | Checking aes-gcm v0.10.3 |
3794 | 2025-03-17T16:10:38.721Z | Checking pbkdf2 v0.11.0 |
3795 | 2025-03-17T16:10:38.809Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3796 | 2025-03-17T16:10:38.828Z | Checking hex-literal v0.4.1 |
3797 | 2025-03-17T16:10:38.863Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3798 | 2025-03-17T16:10:38.893Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3799 | 2025-03-17T16:10:38.926Z | Checking ssh-cipher v0.2.0 |
3800 | 2025-03-17T16:10:38.970Z | Checking internet-checksum v0.2.1 |
3801 | 2025-03-17T16:10:39.219Z | Checking ssh-key v0.6.6 |
3802 | 2025-03-17T16:10:39.432Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3803 | 2025-03-17T16:10:40.350Z | Checking russh-keys v0.45.0 |
3804 | 2025-03-17T16:10:41.240Z | Checking russh v0.45.0 |
3805 | 2025-03-17T16:10:59.776Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3806 | 2025-03-17T16:11:01.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.80s |
3807 | 2025-03-17T16:11:01.391Z | |
3808 | 2025-03-17T16:11:01.391Z | info: running `cargo check --bins` on gateway-cli (187/198) |
3809 | 2025-03-17T16:11:01.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-03-17T16:11:01.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-03-17T16:11:02.083Z | Checking termios v0.3.3 |
3812 | 2025-03-17T16:11:02.310Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3813 | 2025-03-17T16:11:03.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3814 | 2025-03-17T16:11:03.312Z | |
3815 | 2025-03-17T16:11:03.312Z | info: running `cargo check --bins --no-default-features` on installinator (188/198) |
3816 | 2025-03-17T16:11:03.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3817 | 2025-03-17T16:11:03.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3818 | 2025-03-17T16:11:04.053Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3819 | 2025-03-17T16:11:04.053Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3820 | 2025-03-17T16:11:04.056Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3821 | 2025-03-17T16:11:04.056Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3822 | 2025-03-17T16:11:05.081Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3823 | 2025-03-17T16:11:06.354Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3824 | 2025-03-17T16:11:08.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
3825 | 2025-03-17T16:11:08.353Z | |
3826 | 2025-03-17T16:11:08.353Z | info: running `cargo check --bins` on internal-dns-cli (189/198) |
3827 | 2025-03-17T16:11:08.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3828 | 2025-03-17T16:11:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3829 | 2025-03-17T16:11:09.028Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3830 | 2025-03-17T16:11:09.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3831 | 2025-03-17T16:11:09.709Z | |
3832 | 2025-03-17T16:11:09.709Z | info: running `cargo check --bins` on omicron-live-tests (190/198) |
3833 | 2025-03-17T16:11:10.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3834 | 2025-03-17T16:11:10.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3835 | 2025-03-17T16:11:10.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3836 | 2025-03-17T16:11:10.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3837 | 2025-03-17T16:11:10.388Z | |
3838 | 2025-03-17T16:11:10.388Z | info: running `cargo check --bins` on live-tests-macros (191/198) |
3839 | 2025-03-17T16:11:10.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3840 | 2025-03-17T16:11:10.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3841 | 2025-03-17T16:11:10.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3842 | 2025-03-17T16:11:10.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3843 | 2025-03-17T16:11:11.061Z | |
3844 | 2025-03-17T16:11:11.061Z | info: running `cargo check --bins` on nexus-mgs-updates (192/198) |
3845 | 2025-03-17T16:11:11.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3846 | 2025-03-17T16:11:11.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3847 | 2025-03-17T16:11:11.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3848 | 2025-03-17T16:11:11.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3849 | 2025-03-17T16:11:11.743Z | |
3850 | 2025-03-17T16:11:11.743Z | info: running `cargo check --bins` on omicron-package (193/198) |
3851 | 2025-03-17T16:11:12.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-03-17T16:11:12.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-03-17T16:11:12.467Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3854 | 2025-03-17T16:11:13.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3855 | 2025-03-17T16:11:14.065Z | |
3856 | 2025-03-17T16:11:14.065Z | info: running `cargo check --bins` on wicket-dbg (194/198) |
3857 | 2025-03-17T16:11:14.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-03-17T16:11:14.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-03-17T16:11:14.839Z | Checking rtoolbox v0.0.2 |
3860 | 2025-03-17T16:11:14.842Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3861 | 2025-03-17T16:11:14.842Z | Checking tui-tree-widget v0.23.0 |
3862 | 2025-03-17T16:11:15.081Z | Checking rpassword v7.3.1 |
3863 | 2025-03-17T16:11:19.824Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3864 | 2025-03-17T16:11:22.771Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3865 | 2025-03-17T16:11:23.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.86s |
3866 | 2025-03-17T16:11:24.143Z | |
3867 | 2025-03-17T16:11:24.143Z | info: running `cargo check --bins` on wicket (195/198) |
3868 | 2025-03-17T16:11:24.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3869 | 2025-03-17T16:11:24.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3870 | 2025-03-17T16:11:24.896Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3871 | 2025-03-17T16:11:25.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3872 | 2025-03-17T16:11:25.518Z | |
3873 | 2025-03-17T16:11:25.518Z | info: running `cargo check --bins` on wicketd (196/198) |
3874 | 2025-03-17T16:11:26.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3875 | 2025-03-17T16:11:26.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3876 | 2025-03-17T16:11:26.279Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3877 | 2025-03-17T16:11:26.282Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3878 | 2025-03-17T16:11:27.131Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3879 | 2025-03-17T16:11:31.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
3880 | 2025-03-17T16:11:31.230Z | |
3881 | 2025-03-17T16:11:31.230Z | info: running `cargo check --bins` on omicron-workspace-hack (197/198) |
3882 | 2025-03-17T16:11:31.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3883 | 2025-03-17T16:11:31.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3884 | 2025-03-17T16:11:31.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3885 | 2025-03-17T16:11:31.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3886 | 2025-03-17T16:11:31.886Z | |
3887 | 2025-03-17T16:11:31.887Z | info: running `cargo check --bins` on zone-setup (198/198) |
3888 | 2025-03-17T16:11:32.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3889 | 2025-03-17T16:11:32.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3890 | 2025-03-17T16:11:32.613Z | Checking uzers v0.12.1 |
3891 | 2025-03-17T16:11:32.964Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3892 | 2025-03-17T16:11:33.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3893 | 2025-03-17T16:11:34.120Z | |
3894 | 2025-03-17T16:11:34.120Z | real 14:15.703776800 |
3895 | 2025-03-17T16:11:34.120Z | user 28:56.101217701 |
3896 | 2025-03-17T16:11:34.120Z | sys 4:25.263021287 |
3897 | 2025-03-17T16:11:34.120Z | trap 0.630777262 |
3898 | 2025-03-17T16:11:34.124Z | tflt 0.563261190 |
3899 | 2025-03-17T16:11:34.124Z | dflt 1.817372370 |
3900 | 2025-03-17T16:11:34.124Z | kflt 0.000992935 |
3901 | 2025-03-17T16:11:34.124Z | lock 49:52.020687873 |
3902 | 2025-03-17T16:11:34.124Z | slp 2:18:29.497827576 |
3903 | 2025-03-17T16:11:34.124Z | lat 1:12.264188403 |
3904 | 2025-03-17T16:11:34.124Z | stop 4:06.926451663 |
3905 | 2025-03-17T16:11:34.124Z | process exited: duration 1185600 ms, exit code 0 |
|
3906 | 2025-03-17T16:11:34.131Z | found 0 output files |