|
|
|
1 | 2025-02-23T12:42:27.928Z | job assigned to worker 01JMSD7T653CN4KBMVE6H4TMV3 [factory aws, i-0b81e640c404279dc] (queued for 48 s) |
|
2 | 2025-02-23T12:42:35.819Z | starting task 0: "setup" |
3 | 2025-02-23T12:42:35.826Z | ++ uname -s |
4 | 2025-02-23T12:42:35.829Z | + kern=SunOS |
5 | 2025-02-23T12:42:35.829Z | + build_user=build |
6 | 2025-02-23T12:42:35.829Z | + build_uid=12345 |
7 | 2025-02-23T12:42:35.829Z | + work_dir=/work |
8 | 2025-02-23T12:42:35.829Z | + input_dir=/input |
9 | 2025-02-23T12:42:35.829Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T12:42:35.829Z | + case "$kern" in |
11 | 2025-02-23T12:42:35.829Z | + groupadd -g 12345 build |
12 | 2025-02-23T12:42:35.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T12:42:37.841Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T12:42:37.988Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T12:42:37.997Z | + home_fs=zfs |
16 | 2025-02-23T12:42:37.997Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T12:42:37.997Z | + mkdir -p /home/build |
18 | 2025-02-23T12:42:37.997Z | + chown build:build /home/build /work |
19 | 2025-02-23T12:42:39.988Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T12:42:39.992Z | process exited: duration 4170 ms, exit code 0 |
|
21 | 2025-02-23T12:42:40.022Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T12:42:40.027Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T12:42:40.027Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T12:42:40.027Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-23T12:42:40.027Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-02-23T12:42:40.027Z | * rust toolchain profile = "default" |
27 | 2025-02-23T12:42:40.027Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T12:42:40.030Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T12:42:40.030Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T12:42:40.133Z | info: downloading installer |
31 | 2025-02-23T12:42:41.460Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T12:42:41.460Z | warning: /opt/ooce/bin |
33 | 2025-02-23T12:42:41.460Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T12:42:41.460Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T12:42:41.460Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T12:42:41.460Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T12:42:41.460Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T12:42:41.460Z | error: cannot install while Rust is installed |
39 | 2025-02-23T12:42:41.460Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T12:42:41.471Z | info: profile set to 'default' |
41 | 2025-02-23T12:42:41.471Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T12:42:41.474Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T12:42:41.634Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T12:42:41.634Z | info: downloading component 'cargo' |
45 | 2025-02-23T12:42:42.509Z | info: downloading component 'clippy' |
46 | 2025-02-23T12:42:42.847Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T12:42:44.188Z | info: downloading component 'rust-std' |
48 | 2025-02-23T12:42:46.157Z | info: downloading component 'rustc' |
49 | 2025-02-23T12:42:52.945Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T12:42:53.200Z | info: installing component 'cargo' |
51 | 2025-02-23T12:42:54.025Z | info: installing component 'clippy' |
52 | 2025-02-23T12:42:54.405Z | info: installing component 'rust-docs' |
53 | 2025-02-23T12:42:56.175Z | info: installing component 'rust-std' |
54 | 2025-02-23T12:42:58.057Z | info: installing component 'rustc' |
55 | 2025-02-23T12:43:03.886Z | info: installing component 'rustfmt' |
56 | 2025-02-23T12:43:04.209Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T12:43:04.209Z | |
58 | 2025-02-23T12:43:04.578Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T12:43:04.578Z | |
60 | 2025-02-23T12:43:04.585Z | |
61 | 2025-02-23T12:43:04.585Z | Rust is installed now. Great! |
62 | 2025-02-23T12:43:04.585Z | |
63 | 2025-02-23T12:43:04.586Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T12:43:04.586Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T12:43:04.586Z | |
66 | 2025-02-23T12:43:04.586Z | To configure your current shell, you need to source |
67 | 2025-02-23T12:43:04.586Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T12:43:04.586Z | |
69 | 2025-02-23T12:43:04.586Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T12:43:04.586Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T12:43:04.586Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T12:43:04.656Z | + rustup --version |
73 | 2025-02-23T12:43:04.662Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T12:43:04.662Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T12:43:04.741Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T12:43:04.746Z | + cargo --version |
77 | 2025-02-23T12:43:04.803Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T12:43:04.807Z | + rustc --version |
79 | 2025-02-23T12:43:04.869Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T12:43:04.872Z | process exited: duration 24845 ms, exit code 0 |
|
81 | 2025-02-23T12:43:04.879Z | starting task 2: "authentication" |
82 | 2025-02-23T12:43:04.901Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T12:43:04.908Z | starting task 3: "clone repository" |
84 | 2025-02-23T12:43:04.913Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T12:43:04.916Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T12:43:04.958Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T12:43:12.029Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T12:43:12.029Z | + git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1 |
89 | 2025-02-23T12:43:12.344Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T12:43:12.344Z | * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD |
91 | 2025-02-23T12:43:12.354Z | + [[ -n renovate/samael-0.x ]] |
92 | 2025-02-23T12:43:12.356Z | ++ git branch --show-current |
93 | 2025-02-23T12:43:12.359Z | + current=main |
94 | 2025-02-23T12:43:12.359Z | + [[ main != renovate/samael-0.x ]] |
95 | 2025-02-23T12:43:12.359Z | + git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1 |
96 | 2025-02-23T12:43:12.361Z | + git checkout -f renovate/samael-0.x |
97 | 2025-02-23T12:43:12.546Z | Switched to branch 'renovate/samael-0.x' |
98 | 2025-02-23T12:43:12.549Z | + git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1 |
99 | 2025-02-23T12:43:12.563Z | HEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18 |
100 | 2025-02-23T12:43:12.565Z | process exited: duration 7654 ms, exit code 0 |
|
101 | 2025-02-23T12:43:12.575Z | starting task 4: "build" |
102 | 2025-02-23T12:43:12.580Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T12:43:12.580Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T12:43:12.580Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T12:43:12.583Z | + cargo --version |
106 | 2025-02-23T12:43:12.633Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T12:43:12.639Z | + rustc --version |
108 | 2025-02-23T12:43:12.697Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T12:43:12.700Z | + source ./env.sh |
110 | 2025-02-23T12:43:12.703Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-23T12:43:12.703Z | ++ set -o xtrace |
112 | 2025-02-23T12:43:12.703Z | ++++ dirname ./env.sh |
113 | 2025-02-23T12:43:12.705Z | +++ readlink -f . |
114 | 2025-02-23T12:43:12.708Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-23T12:43:12.711Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-23T12:43:12.711Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-02-23T12:43:12.711Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-02-23T12:43:12.711Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-02-23T12:43:12.711Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-02-23T12:43:12.711Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-02-23T12:43:12.711Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-02-23T12:43:12.711Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-02-23T12:43:12.711Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-23T12:43:12.711Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-23T12:43:12.711Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
126 | 2025-02-23T12:43:12.711Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-02-23T12:43:12.711Z | + banner prerequisites |
128 | 2025-02-23T12:43:12.714Z | |
129 | 2025-02-23T12:43:12.714Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-23T12:43:12.714Z | # # # # # # # # # # # # # # # |
131 | 2025-02-23T12:43:12.714Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-23T12:43:12.714Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-23T12:43:12.714Z | # # # # # # # # # # # # # # # |
134 | 2025-02-23T12:43:12.714Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-23T12:43:12.714Z | |
136 | 2025-02-23T12:43:12.714Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-23T12:43:14.379Z | pkg list: illegal option -- F |
138 | 2025-02-23T12:43:14.379Z | Usage: |
139 | 2025-02-23T12:43:14.390Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-23T12:43:14.390Z | [pkg_fmri_pattern ...] |
141 | 2025-02-23T12:43:15.188Z | pkg list: illegal option -- F |
142 | 2025-02-23T12:43:15.188Z | Usage: |
143 | 2025-02-23T12:43:15.192Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-23T12:43:15.192Z | [pkg_fmri_pattern ...] |
145 | 2025-02-23T12:43:21.632Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-23T12:43:25.964Z | Startup: Caching catalogs ... Done |
147 | 2025-02-23T12:43:39.307Z | Planning: Solver setup ... Done (12.400s) |
148 | 2025-02-23T12:43:39.456Z | Planning: Running solver ... Done (0.149s) |
149 | 2025-02-23T12:43:39.579Z | Planning: Finding local manifests ... Done (0.007s) |
150 | 2025-02-23T12:43:39.663Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-23T12:43:41.209Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-23T12:43:41.320Z | Planning: Package planning ... Done (0.111s) |
153 | 2025-02-23T12:43:41.376Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-23T12:43:41.573Z | Planning: Checking for conflicting actions ... Done (0.197s) |
155 | 2025-02-23T12:43:43.659Z | Planning: Consolidating action changes ... Done (2.084s) |
156 | 2025-02-23T12:43:44.106Z | Planning: Evaluating mediators ... Done (0.448s) |
157 | 2025-02-23T12:43:44.189Z | Planning: Planning completed in 18.12 seconds |
158 | 2025-02-23T12:43:44.205Z | Packages to install: 4 |
159 | 2025-02-23T12:43:44.205Z | Packages to update: 3 |
160 | 2025-02-23T12:43:44.207Z | Mediators to change: 2 |
161 | 2025-02-23T12:43:44.208Z | Services to change: 1 |
162 | 2025-02-23T12:43:44.208Z | Estimated space available: 155.61 GB |
163 | 2025-02-23T12:43:44.208Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-23T12:43:44.208Z | Create boot environment: No |
165 | 2025-02-23T12:43:44.208Z | Create backup boot environment: Yes |
166 | 2025-02-23T12:43:44.208Z | Rebuild boot archive: No |
167 | 2025-02-23T12:43:44.208Z | |
168 | 2025-02-23T12:43:44.208Z | Changed mediators: |
169 | 2025-02-23T12:43:44.208Z | mediator clang: |
170 | 2025-02-23T12:43:44.208Z | version: None -> 15 (system default) |
171 | 2025-02-23T12:43:44.208Z | |
172 | 2025-02-23T12:43:44.208Z | mediator llvm: |
173 | 2025-02-23T12:43:44.208Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-23T12:43:44.208Z | |
175 | 2025-02-23T12:43:44.208Z | Changed packages: |
176 | 2025-02-23T12:43:44.208Z | helios-dev |
177 | 2025-02-23T12:43:44.208Z | developer/build-essential |
178 | 2025-02-23T12:43:44.208Z | None -> 11-2.0 |
179 | 2025-02-23T12:43:44.208Z | library/libxmlsec1 |
180 | 2025-02-23T12:43:44.208Z | None -> 1.2.35-2.0 |
181 | 2025-02-23T12:43:44.208Z | ooce/developer/clang-15 |
182 | 2025-02-23T12:43:44.208Z | None -> 15.0.7-2.0 |
183 | 2025-02-23T12:43:44.208Z | ooce/developer/llvm-15 |
184 | 2025-02-23T12:43:44.208Z | None -> 15.0.7-2.0 |
185 | 2025-02-23T12:43:44.208Z | package/pkg |
186 | 2025-02-23T12:43:44.208Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-23T12:43:44.208Z | system/library/g++-runtime |
188 | 2025-02-23T12:43:44.208Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-23T12:43:44.208Z | system/library/gcc-runtime |
190 | 2025-02-23T12:43:44.208Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-23T12:43:44.208Z | |
192 | 2025-02-23T12:43:44.208Z | Services: |
193 | 2025-02-23T12:43:44.208Z | restart_fmri: |
194 | 2025-02-23T12:43:44.208Z | svc:/system/update-man-index:default |
195 | 2025-02-23T12:43:44.208Z | |
196 | 2025-02-23T12:43:44.208Z | Editable files to change: |
197 | 2025-02-23T12:43:44.208Z | Update: |
198 | 2025-02-23T12:43:44.208Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-23T12:43:44.287Z | |
200 | 2025-02-23T12:43:44.287Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-23T12:43:49.302Z | Download: 332/4301 items 16.0/225.4MB 7% complete (3.5M/s) |
202 | 2025-02-23T12:43:54.325Z | Download: 637/4301 items 17.9/225.4MB 7% complete (1.9M/s) |
203 | 2025-02-23T12:43:59.326Z | Download: 1133/4301 items 56.3/225.4MB 24% complete (4.0M/s) |
204 | 2025-02-23T12:44:04.607Z | Download: 1197/4301 items 80.3/225.4MB 35% complete (6.3M/s) |
205 | 2025-02-23T12:44:09.608Z | Download: 1658/4301 items 117.6/225.4MB 52% complete (5.5M/s) |
206 | 2025-02-23T12:44:14.926Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (4.0M/s) |
207 | 2025-02-23T12:44:19.934Z | Download: 2332/4301 items 119.7/225.4MB 53% complete (211k/s) |
208 | 2025-02-23T12:44:24.947Z | Download: 2821/4301 items 121.1/225.4MB 53% complete (192k/s) |
209 | 2025-02-23T12:44:30.098Z | Download: 3234/4301 items 201.9/225.4MB 89% complete (8.2M/s) |
210 | 2025-02-23T12:44:35.878Z | Download: 3245/4301 items 203.0/225.4MB 90% complete (8.2M/s) |
211 | 2025-02-23T12:44:53.485Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
212 | 2025-02-23T12:44:59.839Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (2B/s) |
213 | 2025-02-23T12:45:05.981Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (1008k/s) |
214 | 2025-02-23T12:45:11.863Z | Download: 3501/4301 items 215.5/225.4MB 95% complete (682k/s) |
215 | 2025-02-23T12:45:16.904Z | Download: 3652/4301 items 216.1/225.4MB 95% complete (367k/s) |
216 | 2025-02-23T12:45:21.910Z | Download: 3917/4301 items 217.8/225.4MB 96% complete (219k/s) |
217 | 2025-02-23T12:45:26.955Z | Download: 4200/4301 items 220.6/225.4MB 97% complete (446k/s) |
218 | 2025-02-23T12:45:32.275Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (443k/s) |
219 | 2025-02-23T12:45:39.319Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
220 | 2025-02-23T12:45:51.866Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
221 | 2025-02-23T12:45:59.312Z | Download: 4289/4301 items 224.0/225.4MB 99% complete (2.5M/s) |
222 | 2025-02-23T12:46:05.729Z | Download: 4292/4301 items 224.2/225.4MB 99% complete (1.8M/s) |
223 | 2025-02-23T12:46:18.528Z | Download: 4294/4301 items 224.8/225.4MB 99% complete |
224 | 2025-02-23T12:46:23.308Z | Download: Completed 225.42 MB in 158.99 seconds (1.4M/s) |
225 | 2025-02-23T12:46:24.287Z | Actions: 1/5122 actions (Removing old actions) |
226 | 2025-02-23T12:46:24.310Z | Actions: 194/5122 actions (Installing new actions) |
227 | 2025-02-23T12:46:29.014Z | Actions: 4267/5122 actions (Updating modified actions) |
228 | 2025-02-23T12:46:29.378Z | Actions: Completed 5122 actions in 5.09 seconds. |
229 | 2025-02-23T12:46:29.621Z | Done (0.233s) |
230 | 2025-02-23T12:46:29.624Z | Done (0.001s) |
231 | 2025-02-23T12:46:30.243Z | Done (0.620s) |
232 | 2025-02-23T12:46:34.696Z | Done (4.213s) |
233 | 2025-02-23T12:46:34.784Z | Done (0.018s) |
234 | 2025-02-23T12:46:34.786Z | Done (0.000s) |
235 | 2025-02-23T12:46:35.039Z | Done (0.000s) |
236 | 2025-02-23T12:46:35.766Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-02-23T12:46:35.937Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-02-23T12:46:35.940Z | Planning: Consolidating action changes ... Done |
239 | 2025-02-23T12:46:36.214Z | Planning: Evaluating mediators ... Done |
240 | 2025-02-23T12:46:36.216Z | Planning: Planning completed in 0.45 seconds |
241 | 2025-02-23T12:46:36.255Z | Mediators to change: 2 |
242 | 2025-02-23T12:46:36.255Z | Create boot environment: No |
243 | 2025-02-23T12:46:36.258Z | Create backup boot environment: No |
244 | 2025-02-23T12:46:36.332Z | Done |
245 | 2025-02-23T12:46:36.332Z | Done |
246 | 2025-02-23T12:46:36.747Z | Done |
247 | 2025-02-23T12:46:40.468Z | Done |
248 | 2025-02-23T12:46:40.559Z | Done |
249 | 2025-02-23T12:46:40.561Z | Done |
250 | 2025-02-23T12:46:40.701Z | Done |
251 | 2025-02-23T12:46:41.310Z | Planning: Evaluating mediator changes ... Done |
252 | 2025-02-23T12:46:41.313Z | Planning: Merging actions ... Done |
253 | 2025-02-23T12:46:41.500Z | Planning: Checking for conflicting actions ... Done |
254 | 2025-02-23T12:46:41.503Z | Planning: Consolidating action changes ... Done |
255 | 2025-02-23T12:46:41.769Z | Planning: Evaluating mediators ... Done |
256 | 2025-02-23T12:46:41.826Z | Planning: Planning completed in 0.76 seconds |
257 | 2025-02-23T12:46:41.867Z | Packages to change: 1 |
258 | 2025-02-23T12:46:41.870Z | Mediators to change: 1 |
259 | 2025-02-23T12:46:41.870Z | Services to change: 1 |
260 | 2025-02-23T12:46:41.870Z | Create boot environment: No |
261 | 2025-02-23T12:46:41.870Z | Create backup boot environment: Yes |
262 | 2025-02-23T12:46:44.173Z | Actions: 1/6 actions (Updating modified actions) |
263 | 2025-02-23T12:46:44.177Z | Actions: Completed 6 actions in 0.00 seconds. |
264 | 2025-02-23T12:46:44.177Z | Done |
265 | 2025-02-23T12:46:44.177Z | Done |
266 | 2025-02-23T12:46:44.299Z | Done |
267 | 2025-02-23T12:46:47.916Z | Done |
268 | 2025-02-23T12:46:48.005Z | Done |
269 | 2025-02-23T12:46:48.008Z | Done |
270 | 2025-02-23T12:46:48.147Z | Done |
271 | 2025-02-23T12:46:48.577Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
272 | 2025-02-23T12:46:48.577Z | clang system 15 system |
273 | 2025-02-23T12:46:48.577Z | csh system system illumos |
274 | 2025-02-23T12:46:48.577Z | ctags system system illumos |
275 | 2025-02-23T12:46:48.577Z | gcc vendor 12 vendor |
276 | 2025-02-23T12:46:48.578Z | gcc system 10 system |
277 | 2025-02-23T12:46:48.578Z | gcc system 7 system |
278 | 2025-02-23T12:46:48.578Z | go system 1.20 system |
279 | 2025-02-23T12:46:48.578Z | go system 1.19 system |
280 | 2025-02-23T12:46:48.578Z | llvm system 15 system |
281 | 2025-02-23T12:46:48.578Z | llvm system 14 system |
282 | 2025-02-23T12:46:48.578Z | mariadb system 10.6 system |
283 | 2025-02-23T12:46:48.578Z | mta vendor vendor dma |
284 | 2025-02-23T12:46:48.578Z | openjdk system 17 system |
285 | 2025-02-23T12:46:48.578Z | openjdk system 11 system |
286 | 2025-02-23T12:46:48.578Z | openjdk system 1.8 system |
287 | 2025-02-23T12:46:48.578Z | openssl vendor 3 vendor |
288 | 2025-02-23T12:46:48.578Z | perl system 5.36 system |
289 | 2025-02-23T12:46:48.578Z | postgresql system 15 system |
290 | 2025-02-23T12:46:48.578Z | postgresql system 13 system |
291 | 2025-02-23T12:46:48.578Z | python vendor 3 vendor |
292 | 2025-02-23T12:46:48.578Z | python system 2 system |
293 | 2025-02-23T12:46:48.578Z | python3 system 3.11 system |
294 | 2025-02-23T12:46:48.578Z | ruby system 3.0 system |
295 | 2025-02-23T12:46:48.578Z | words vendor vendor american-english |
296 | 2025-02-23T12:46:48.578Z | words system system australian-english |
297 | 2025-02-23T12:46:48.578Z | words system system british-english |
298 | 2025-02-23T12:46:48.578Z | words system system canadian-english |
299 | 2025-02-23T12:46:48.578Z | words system system french |
300 | 2025-02-23T12:46:48.578Z | words system system italian |
301 | 2025-02-23T12:46:48.578Z | words system system ngerman |
302 | 2025-02-23T12:46:48.578Z | words system system ogerman |
303 | 2025-02-23T12:46:48.578Z | words system system spanish |
304 | 2025-02-23T12:46:48.904Z | PUBLISHER TYPE STATUS P LOCATION |
305 | 2025-02-23T12:46:48.904Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
306 | 2025-02-23T12:46:51.959Z | FMRI IFO |
307 | 2025-02-23T12:46:51.959Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
308 | 2025-02-23T12:46:51.959Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
309 | 2025-02-23T12:46:51.959Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
310 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
311 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
312 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
313 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
314 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
315 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
316 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
317 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
318 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
319 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
320 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
321 | 2025-02-23T12:46:51.960Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
322 | 2025-02-23T12:46:52.778Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
323 | 2025-02-23T12:46:53.085Z | Updating crates.io index |
324 | 2025-02-23T12:46:53.088Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
325 | 2025-02-23T12:46:53.621Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
326 | 2025-02-23T12:46:53.911Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
327 | 2025-02-23T12:46:54.177Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
328 | 2025-02-23T12:46:55.147Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
329 | 2025-02-23T12:46:56.845Z | Updating git repository `https://github.com/oxidecomputer/opte` |
330 | 2025-02-23T12:46:57.489Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
331 | 2025-02-23T12:46:58.222Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
332 | 2025-02-23T12:46:58.493Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
333 | 2025-02-23T12:46:58.792Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
334 | 2025-02-23T12:46:59.353Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
335 | 2025-02-23T12:46:59.869Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
336 | 2025-02-23T12:47:00.184Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
337 | 2025-02-23T12:47:00.540Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
338 | 2025-02-23T12:47:00.802Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
339 | 2025-02-23T12:47:01.089Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
340 | 2025-02-23T12:47:01.310Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
341 | 2025-02-23T12:47:01.587Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
342 | 2025-02-23T12:47:01.891Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
343 | 2025-02-23T12:47:02.166Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
344 | 2025-02-23T12:47:02.522Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
345 | 2025-02-23T12:47:02.911Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
346 | 2025-02-23T12:47:03.249Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
347 | 2025-02-23T12:47:03.722Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
348 | 2025-02-23T12:47:04.013Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
349 | 2025-02-23T12:47:04.382Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
350 | 2025-02-23T12:47:04.812Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
351 | 2025-02-23T12:47:05.086Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
352 | 2025-02-23T12:47:05.341Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
353 | 2025-02-23T12:47:05.613Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
354 | 2025-02-23T12:47:06.880Z | Downloading crates ... |
355 | 2025-02-23T12:47:06.977Z | Downloaded block-buffer v0.10.4 |
356 | 2025-02-23T12:47:06.980Z | Downloaded is_terminal_polyfill v1.70.1 |
357 | 2025-02-23T12:47:06.982Z | Downloaded equivalent v1.0.1 |
358 | 2025-02-23T12:47:06.982Z | Downloaded autocfg v1.4.0 |
359 | 2025-02-23T12:47:06.985Z | Downloaded dtrace-parser v0.2.0 |
360 | 2025-02-23T12:47:06.985Z | Downloaded anstyle-query v1.1.1 |
361 | 2025-02-23T12:47:06.992Z | Downloaded scroll_derive v0.12.0 |
362 | 2025-02-23T12:47:07.004Z | Downloaded swrite v0.1.0 |
363 | 2025-02-23T12:47:07.006Z | Downloaded pretty-hex v0.4.1 |
364 | 2025-02-23T12:47:07.009Z | Downloaded usdt-macro v0.5.0 |
365 | 2025-02-23T12:47:07.009Z | Downloaded usdt-attr-macro v0.5.0 |
366 | 2025-02-23T12:47:07.014Z | Downloaded camino v1.1.9 |
367 | 2025-02-23T12:47:07.016Z | Downloaded anstyle v1.0.10 |
368 | 2025-02-23T12:47:07.019Z | Downloaded anstream v0.6.15 |
369 | 2025-02-23T12:47:07.021Z | Downloaded cargo_metadata v0.18.1 |
370 | 2025-02-23T12:47:07.021Z | Downloaded camino-tempfile v1.1.1 |
371 | 2025-02-23T12:47:07.024Z | Downloaded macaddr v1.0.1 |
372 | 2025-02-23T12:47:07.026Z | Downloaded bytecount v0.6.8 |
373 | 2025-02-23T12:47:07.026Z | Downloaded cpufeatures v0.2.14 |
374 | 2025-02-23T12:47:07.029Z | Downloaded itoa v1.0.11 |
375 | 2025-02-23T12:47:07.029Z | Downloaded heck v0.4.1 |
376 | 2025-02-23T12:47:07.031Z | Downloaded colorchoice v1.0.2 |
377 | 2025-02-23T12:47:07.031Z | Downloaded fastrand v2.1.1 |
378 | 2025-02-23T12:47:07.034Z | Downloaded dof v0.3.0 |
379 | 2025-02-23T12:47:07.034Z | Downloaded digest v0.10.7 |
380 | 2025-02-23T12:47:07.036Z | Downloaded thiserror v1.0.69 |
381 | 2025-02-23T12:47:07.039Z | Downloaded thread-id v4.2.2 |
382 | 2025-02-23T12:47:07.041Z | Downloaded strsim v0.11.1 |
383 | 2025-02-23T12:47:07.042Z | Downloaded serde_spanned v0.6.8 |
384 | 2025-02-23T12:47:07.044Z | Downloaded fnv v1.0.7 |
385 | 2025-02-23T12:47:07.044Z | Downloaded terminal_size v0.4.0 |
386 | 2025-02-23T12:47:07.047Z | Downloaded proc-macro-error-attr v1.0.4 |
387 | 2025-02-23T12:47:07.047Z | Downloaded tabled_derive v0.7.0 |
388 | 2025-02-23T12:47:07.047Z | Downloaded generic-array v0.14.7 |
389 | 2025-02-23T12:47:07.050Z | Downloaded thiserror-impl v1.0.69 |
390 | 2025-02-23T12:47:07.050Z | Downloaded memmap v0.7.0 |
391 | 2025-02-23T12:47:07.052Z | Downloaded crypto-common v0.1.6 |
392 | 2025-02-23T12:47:07.052Z | Downloaded scroll v0.12.0 |
393 | 2025-02-23T12:47:07.055Z | Downloaded heck v0.5.0 |
394 | 2025-02-23T12:47:07.055Z | Downloaded anstyle-parse v0.2.5 |
395 | 2025-02-23T12:47:07.057Z | Downloaded utf8parse v0.2.2 |
396 | 2025-02-23T12:47:07.057Z | Downloaded unicode-linebreak v0.1.5 |
397 | 2025-02-23T12:47:07.060Z | Downloaded pest_generator v2.7.14 |
398 | 2025-02-23T12:47:07.060Z | Downloaded smawk v0.3.2 |
399 | 2025-02-23T12:47:07.062Z | Downloaded version_check v0.9.5 |
400 | 2025-02-23T12:47:07.065Z | Downloaded cargo_toml v0.20.5 |
401 | 2025-02-23T12:47:07.065Z | Downloaded cargo-platform v0.1.8 |
402 | 2025-02-23T12:47:07.069Z | Downloaded usdt v0.5.0 |
403 | 2025-02-23T12:47:07.072Z | Downloaded proc-macro-error v1.0.4 |
404 | 2025-02-23T12:47:07.074Z | Downloaded plain v0.2.3 |
405 | 2025-02-23T12:47:07.074Z | Downloaded errno v0.3.9 |
406 | 2025-02-23T12:47:07.077Z | Downloaded clap_lex v0.7.4 |
407 | 2025-02-23T12:47:07.077Z | Downloaded clap_derive v4.5.28 |
408 | 2025-02-23T12:47:07.080Z | Downloaded once_cell v1.20.3 |
409 | 2025-02-23T12:47:07.082Z | Downloaded tempfile v3.13.0 |
410 | 2025-02-23T12:47:07.085Z | Downloaded serde_tokenstream v0.2.2 |
411 | 2025-02-23T12:47:07.090Z | Downloaded zerocopy-derive v0.7.35 |
412 | 2025-02-23T12:47:07.095Z | Downloaded usdt-impl v0.5.0 |
413 | 2025-02-23T12:47:07.097Z | Downloaded bitflags v2.6.0 |
414 | 2025-02-23T12:47:07.100Z | Downloaded cfg-if v1.0.0 |
415 | 2025-02-23T12:47:07.103Z | Downloaded fs-err v2.11.0 |
416 | 2025-02-23T12:47:07.103Z | Downloaded log v0.4.22 |
417 | 2025-02-23T12:47:07.105Z | Downloaded byteorder v1.5.0 |
418 | 2025-02-23T12:47:07.107Z | Downloaded anyhow v1.0.96 |
419 | 2025-02-23T12:47:07.110Z | Downloaded unicode-ident v1.0.14 |
420 | 2025-02-23T12:47:07.112Z | Downloaded typenum v1.17.0 |
421 | 2025-02-23T12:47:07.115Z | Downloaded sha2 v0.10.8 |
422 | 2025-02-23T12:47:07.119Z | Downloaded proc-macro2 v1.0.93 |
423 | 2025-02-23T12:47:07.121Z | Downloaded toml v0.8.19 |
424 | 2025-02-23T12:47:07.124Z | Downloaded textwrap v0.16.1 |
425 | 2025-02-23T12:47:07.126Z | Downloaded semver v1.0.25 |
426 | 2025-02-23T12:47:07.129Z | Downloaded pest_meta v2.7.14 |
427 | 2025-02-23T12:47:07.132Z | Downloaded ucd-trie v0.1.7 |
428 | 2025-02-23T12:47:07.138Z | Downloaded quote v1.0.38 |
429 | 2025-02-23T12:47:07.138Z | Downloaded pest_derive v2.7.14 |
430 | 2025-02-23T12:47:07.140Z | Downloaded toml_datetime v0.6.8 |
431 | 2025-02-23T12:47:07.140Z | Downloaded ryu v1.0.18 |
432 | 2025-02-23T12:47:07.143Z | Downloaded papergrid v0.11.0 |
433 | 2025-02-23T12:47:07.148Z | Downloaded clap v4.5.30 |
434 | 2025-02-23T12:47:07.156Z | Downloaded serde v1.0.218 |
435 | 2025-02-23T12:47:07.159Z | Downloaded memchr v2.7.4 |
436 | 2025-02-23T12:47:07.164Z | Downloaded toml_edit v0.22.22 |
437 | 2025-02-23T12:47:07.185Z | Downloaded serde_derive v1.0.218 |
438 | 2025-02-23T12:47:07.188Z | Downloaded hashbrown v0.15.1 |
439 | 2025-02-23T12:47:07.192Z | Downloaded indexmap v2.7.1 |
440 | 2025-02-23T12:47:07.210Z | Downloaded pest v2.7.14 |
441 | 2025-02-23T12:47:07.217Z | Downloaded serde_json v1.0.139 |
442 | 2025-02-23T12:47:07.223Z | Downloaded zerocopy v0.7.35 |
443 | 2025-02-23T12:47:07.238Z | Downloaded winnow v0.6.20 |
444 | 2025-02-23T12:47:07.246Z | Downloaded clap_builder v4.5.30 |
445 | 2025-02-23T12:47:07.253Z | Downloaded goblin v0.8.2 |
446 | 2025-02-23T12:47:07.260Z | Downloaded tabled v0.15.0 |
447 | 2025-02-23T12:47:07.273Z | Downloaded syn v1.0.109 |
448 | 2025-02-23T12:47:07.283Z | Downloaded unicode-width v0.1.14 |
449 | 2025-02-23T12:47:07.288Z | Downloaded syn v2.0.96 |
450 | 2025-02-23T12:47:07.306Z | Downloaded rustix v0.38.37 |
451 | 2025-02-23T12:47:07.335Z | Downloaded libc v0.2.170 |
452 | 2025-02-23T12:47:07.615Z | Compiling proc-macro2 v1.0.93 |
453 | 2025-02-23T12:47:07.615Z | Compiling unicode-ident v1.0.14 |
454 | 2025-02-23T12:47:07.619Z | Compiling version_check v0.9.5 |
455 | 2025-02-23T12:47:07.619Z | Compiling serde v1.0.218 |
456 | 2025-02-23T12:47:07.619Z | Compiling memchr v2.7.4 |
457 | 2025-02-23T12:47:07.619Z | Compiling thiserror v1.0.69 |
458 | 2025-02-23T12:47:07.619Z | Compiling libc v0.2.170 |
459 | 2025-02-23T12:47:07.619Z | Compiling itoa v1.0.11 |
460 | 2025-02-23T12:47:07.894Z | Compiling ryu v1.0.18 |
461 | 2025-02-23T12:47:08.025Z | Compiling ucd-trie v0.1.7 |
462 | 2025-02-23T12:47:08.269Z | Compiling once_cell v1.20.3 |
463 | 2025-02-23T12:47:08.403Z | Compiling byteorder v1.5.0 |
464 | 2025-02-23T12:47:08.583Z | Compiling rustix v0.38.37 |
465 | 2025-02-23T12:47:08.649Z | Compiling serde_json v1.0.139 |
466 | 2025-02-23T12:47:08.833Z | Compiling bitflags v2.6.0 |
467 | 2025-02-23T12:47:09.020Z | Compiling proc-macro-error-attr v1.0.4 |
468 | 2025-02-23T12:47:09.217Z | Compiling usdt-impl v0.5.0 |
469 | 2025-02-23T12:47:09.240Z | Compiling syn v1.0.109 |
470 | 2025-02-23T12:47:09.336Z | Compiling proc-macro-error v1.0.4 |
471 | 2025-02-23T12:47:09.407Z | Compiling plain v0.2.3 |
472 | 2025-02-23T12:47:09.437Z | Compiling quote v1.0.38 |
473 | 2025-02-23T12:47:09.603Z | Compiling errno v0.3.9 |
474 | 2025-02-23T12:47:09.640Z | Compiling equivalent v1.0.1 |
475 | 2025-02-23T12:47:09.730Z | Compiling hashbrown v0.15.1 |
476 | 2025-02-23T12:47:09.775Z | Compiling utf8parse v0.2.2 |
477 | 2025-02-23T12:47:09.797Z | Compiling syn v2.0.96 |
478 | 2025-02-23T12:47:09.920Z | Compiling log v0.4.22 |
479 | 2025-02-23T12:47:09.949Z | Compiling camino v1.1.9 |
480 | 2025-02-23T12:47:10.049Z | Compiling thread-id v4.2.2 |
481 | 2025-02-23T12:47:10.168Z | Compiling anstyle-parse v0.2.5 |
482 | 2025-02-23T12:47:10.488Z | Compiling semver v1.0.25 |
483 | 2025-02-23T12:47:10.626Z | Compiling colorchoice v1.0.2 |
484 | 2025-02-23T12:47:10.779Z | Compiling indexmap v2.7.1 |
485 | 2025-02-23T12:47:10.805Z | Compiling autocfg v1.4.0 |
486 | 2025-02-23T12:47:10.828Z | Compiling anstyle-query v1.1.1 |
487 | 2025-02-23T12:47:10.848Z | Compiling pretty-hex v0.4.1 |
488 | 2025-02-23T12:47:10.988Z | Compiling unicode-width v0.1.14 |
489 | 2025-02-23T12:47:11.018Z | Compiling anstyle v1.0.10 |
490 | 2025-02-23T12:47:11.097Z | Compiling is_terminal_polyfill v1.70.1 |
491 | 2025-02-23T12:47:11.252Z | Compiling winnow v0.6.20 |
492 | 2025-02-23T12:47:11.452Z | Compiling anstream v0.6.15 |
493 | 2025-02-23T12:47:11.736Z | Compiling fs-err v2.11.0 |
494 | 2025-02-23T12:47:11.897Z | Compiling terminal_size v0.4.0 |
495 | 2025-02-23T12:47:12.004Z | Compiling fnv v1.0.7 |
496 | 2025-02-23T12:47:12.055Z | Compiling fastrand v2.1.1 |
497 | 2025-02-23T12:47:12.107Z | Compiling heck v0.4.1 |
498 | 2025-02-23T12:47:12.171Z | Compiling strsim v0.11.1 |
499 | 2025-02-23T12:47:12.477Z | Compiling cfg-if v1.0.0 |
500 | 2025-02-23T12:47:12.480Z | Compiling bytecount v0.6.8 |
501 | 2025-02-23T12:47:12.534Z | Compiling heck v0.5.0 |
502 | 2025-02-23T12:47:12.570Z | Compiling anyhow v1.0.96 |
503 | 2025-02-23T12:47:12.595Z | Compiling clap_lex v0.7.4 |
504 | 2025-02-23T12:47:12.933Z | Compiling clap_builder v4.5.30 |
505 | 2025-02-23T12:47:13.018Z | Compiling papergrid v0.11.0 |
506 | 2025-02-23T12:47:13.038Z | Compiling tempfile v3.13.0 |
507 | 2025-02-23T12:47:13.495Z | Compiling memmap v0.7.0 |
508 | 2025-02-23T12:47:13.571Z | Compiling unicode-linebreak v0.1.5 |
509 | 2025-02-23T12:47:13.809Z | Compiling smawk v0.3.2 |
510 | 2025-02-23T12:47:14.052Z | Compiling textwrap v0.16.1 |
511 | 2025-02-23T12:47:14.612Z | Compiling swrite v0.1.0 |
512 | 2025-02-23T12:47:14.987Z | Compiling tabled_derive v0.7.0 |
513 | 2025-02-23T12:47:16.395Z | Compiling tabled v0.15.0 |
514 | 2025-02-23T12:47:16.587Z | Compiling serde_derive v1.0.218 |
515 | 2025-02-23T12:47:16.590Z | Compiling thiserror-impl v1.0.69 |
516 | 2025-02-23T12:47:16.590Z | Compiling zerocopy-derive v0.7.35 |
517 | 2025-02-23T12:47:16.590Z | Compiling scroll_derive v0.12.0 |
518 | 2025-02-23T12:47:16.773Z | Compiling clap_derive v4.5.28 |
519 | 2025-02-23T12:47:17.989Z | Compiling scroll v0.12.0 |
520 | 2025-02-23T12:47:18.513Z | Compiling goblin v0.8.2 |
521 | 2025-02-23T12:47:18.621Z | Compiling zerocopy v0.7.35 |
522 | 2025-02-23T12:47:19.304Z | Compiling pest v2.7.14 |
523 | 2025-02-23T12:47:19.954Z | Compiling clap v4.5.30 |
524 | 2025-02-23T12:47:21.451Z | Compiling pest_meta v2.7.14 |
525 | 2025-02-23T12:47:22.328Z | Compiling pest_generator v2.7.14 |
526 | 2025-02-23T12:47:23.671Z | Compiling pest_derive v2.7.14 |
527 | 2025-02-23T12:47:24.308Z | Compiling dtrace-parser v0.2.0 |
528 | 2025-02-23T12:47:25.203Z | Compiling serde_tokenstream v0.2.2 |
529 | 2025-02-23T12:47:25.228Z | Compiling toml_datetime v0.6.8 |
530 | 2025-02-23T12:47:25.231Z | Compiling serde_spanned v0.6.8 |
531 | 2025-02-23T12:47:25.317Z | Compiling cargo-platform v0.1.8 |
532 | 2025-02-23T12:47:25.546Z | Compiling toml_edit v0.22.22 |
533 | 2025-02-23T12:47:25.680Z | Compiling macaddr v1.0.1 |
534 | 2025-02-23T12:47:25.821Z | Compiling camino-tempfile v1.1.1 |
535 | 2025-02-23T12:47:26.532Z | Compiling dof v0.3.0 |
536 | 2025-02-23T12:47:26.565Z | Compiling cargo_metadata v0.18.1 |
537 | 2025-02-23T12:47:27.883Z | Compiling usdt-macro v0.5.0 |
538 | 2025-02-23T12:47:27.883Z | Compiling usdt-attr-macro v0.5.0 |
539 | 2025-02-23T12:47:28.379Z | Compiling toml v0.8.19 |
540 | 2025-02-23T12:47:28.980Z | Compiling usdt v0.5.0 |
541 | 2025-02-23T12:47:29.157Z | Compiling cargo_toml v0.20.5 |
542 | 2025-02-23T12:47:31.662Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
543 | 2025-02-23T12:47:34.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.19s |
544 | 2025-02-23T12:47:34.984Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
545 | 2025-02-23T12:47:35.518Z | Downloading crates ... |
546 | 2025-02-23T12:47:35.634Z | Downloaded aead v0.5.2 |
547 | 2025-02-23T12:47:35.638Z | Downloaded arrayref v0.3.9 |
548 | 2025-02-23T12:47:35.646Z | Downloaded addr2line v0.24.2 |
549 | 2025-02-23T12:47:35.648Z | Downloaded async-stream-impl v0.3.6 |
550 | 2025-02-23T12:47:35.651Z | Downloaded assert_matches v1.5.0 |
551 | 2025-02-23T12:47:35.653Z | Downloaded ciborium-io v0.2.2 |
552 | 2025-02-23T12:47:35.657Z | Downloaded cfg_aliases v0.2.1 |
553 | 2025-02-23T12:47:35.666Z | Downloaded crucible-workspace-hack v0.1.0 |
554 | 2025-02-23T12:47:35.669Z | Downloaded hubpack_derive v0.1.1 |
555 | 2025-02-23T12:47:35.669Z | Downloaded atty v0.2.14 |
556 | 2025-02-23T12:47:35.671Z | Downloaded hostname v0.4.0 |
557 | 2025-02-23T12:47:35.674Z | Downloaded hmac v0.12.1 |
558 | 2025-02-23T12:47:35.676Z | Downloaded curve25519-dalek-derive v0.1.1 |
559 | 2025-02-23T12:47:35.679Z | Downloaded cfg_aliases v0.1.1 |
560 | 2025-02-23T12:47:35.679Z | Downloaded http-range v0.1.5 |
561 | 2025-02-23T12:47:35.681Z | Downloaded cstr-argument v0.1.2 |
562 | 2025-02-23T12:47:35.681Z | Downloaded crunchy v0.2.2 |
563 | 2025-02-23T12:47:35.683Z | Downloaded ahash v0.8.11 |
564 | 2025-02-23T12:47:35.686Z | Downloaded async-recursion v1.1.1 |
565 | 2025-02-23T12:47:35.690Z | Downloaded is_ci v1.2.0 |
566 | 2025-02-23T12:47:35.693Z | Downloaded cobs v0.2.3 |
567 | 2025-02-23T12:47:35.695Z | Downloaded cmake v0.1.51 |
568 | 2025-02-23T12:47:35.695Z | Downloaded ident_case v1.0.1 |
569 | 2025-02-23T12:47:35.698Z | Downloaded const_format_proc_macros v0.2.34 |
570 | 2025-02-23T12:47:35.700Z | Downloaded new_debug_unreachable v1.0.6 |
571 | 2025-02-23T12:47:35.703Z | Downloaded castaway v0.2.3 |
572 | 2025-02-23T12:47:35.703Z | Downloaded bb8 v0.8.5 |
573 | 2025-02-23T12:47:35.706Z | Downloaded match_cfg v0.1.0 |
574 | 2025-02-23T12:47:35.706Z | Downloaded icu_provider_macros v1.5.0 |
575 | 2025-02-23T12:47:35.708Z | Downloaded bcrypt-pbkdf v0.10.0 |
576 | 2025-02-23T12:47:35.708Z | Downloaded md5 v0.7.0 |
577 | 2025-02-23T12:47:35.711Z | Downloaded crossbeam-deque v0.8.5 |
578 | 2025-02-23T12:47:35.714Z | Downloaded crc v3.2.1 |
579 | 2025-02-23T12:47:35.716Z | Downloaded humantime v2.1.0 |
580 | 2025-02-23T12:47:35.718Z | Downloaded newline-converter v0.3.0 |
581 | 2025-02-23T12:47:35.719Z | Downloaded cexpr v0.6.0 |
582 | 2025-02-23T12:47:35.721Z | Downloaded base16ct v0.2.0 |
583 | 2025-02-23T12:47:35.723Z | Downloaded mirai-annotations v1.12.0 |
584 | 2025-02-23T12:47:35.723Z | Downloaded convert_case v0.4.0 |
585 | 2025-02-23T12:47:35.726Z | Downloaded instant v0.1.13 |
586 | 2025-02-23T12:47:35.726Z | Downloaded chrono-tz-build v0.4.0 |
587 | 2025-02-23T12:47:35.729Z | Downloaded bitfield v0.14.0 |
588 | 2025-02-23T12:47:35.731Z | Downloaded adler2 v2.0.0 |
589 | 2025-02-23T12:47:35.731Z | Downloaded instability v0.3.2 |
590 | 2025-02-23T12:47:35.734Z | Downloaded ctr v0.9.2 |
591 | 2025-02-23T12:47:35.736Z | Downloaded md-5 v0.10.6 |
592 | 2025-02-23T12:47:35.739Z | Downloaded libefi-sys v0.1.0 |
593 | 2025-02-23T12:47:35.741Z | Downloaded russh-cryptovec v0.7.3 |
594 | 2025-02-23T12:47:35.741Z | Downloaded lru-cache v0.1.2 |
595 | 2025-02-23T12:47:35.744Z | Downloaded indoc v1.0.9 |
596 | 2025-02-23T12:47:35.746Z | Downloaded lazy_static v1.5.0 |
597 | 2025-02-23T12:47:35.750Z | Downloaded maplit v1.0.2 |
598 | 2025-02-23T12:47:35.750Z | Downloaded bitfield-struct v0.6.2 |
599 | 2025-02-23T12:47:35.752Z | Downloaded bit-set v0.5.3 |
600 | 2025-02-23T12:47:35.752Z | Downloaded async-trait v0.1.86 |
601 | 2025-02-23T12:47:35.757Z | Downloaded memoffset v0.9.1 |
602 | 2025-02-23T12:47:35.761Z | Downloaded lalrpop-util v0.19.12 |
603 | 2025-02-23T12:47:35.761Z | Downloaded linked-hash-map v0.5.6 |
604 | 2025-02-23T12:47:35.764Z | Downloaded ciborium v0.2.2 |
605 | 2025-02-23T12:47:35.764Z | Downloaded chacha20 v0.9.1 |
606 | 2025-02-23T12:47:35.766Z | Downloaded managed v0.8.0 |
607 | 2025-02-23T12:47:35.769Z | Downloaded mockall v0.13.1 |
608 | 2025-02-23T12:47:35.771Z | Downloaded crc32fast v1.4.2 |
609 | 2025-02-23T12:47:35.774Z | Downloaded mime v0.3.17 |
610 | 2025-02-23T12:47:35.776Z | Downloaded highway v1.2.0 |
611 | 2025-02-23T12:47:35.779Z | Downloaded sigpipe v0.1.3 |
612 | 2025-02-23T12:47:35.779Z | Downloaded nanorand v0.7.0 |
613 | 2025-02-23T12:47:35.781Z | Downloaded signal-hook-mio v0.2.4 |
614 | 2025-02-23T12:47:35.784Z | Downloaded hex v0.4.3 |
615 | 2025-02-23T12:47:35.786Z | Downloaded cbc v0.1.2 |
616 | 2025-02-23T12:47:35.789Z | Downloaded httparse v1.9.5 |
617 | 2025-02-23T12:47:35.793Z | Downloaded colored v2.1.0 |
618 | 2025-02-23T12:47:35.796Z | Downloaded linear-map v1.2.0 |
619 | 2025-02-23T12:47:35.799Z | Downloaded ref-cast v1.0.23 |
620 | 2025-02-23T12:47:35.799Z | Downloaded scrypt v0.11.0 |
621 | 2025-02-23T12:47:35.801Z | Downloaded sec1 v0.7.3 |
622 | 2025-02-23T12:47:35.804Z | Downloaded tinyvec_macros v0.1.1 |
623 | 2025-02-23T12:47:35.807Z | Downloaded rand_xorshift v0.3.0 |
624 | 2025-02-23T12:47:35.807Z | Downloaded lru v0.12.5 |
625 | 2025-02-23T12:47:35.810Z | Downloaded libloading v0.8.5 |
626 | 2025-02-23T12:47:35.812Z | Downloaded hyper-rustls v0.27.3 |
627 | 2025-02-23T12:47:35.815Z | Downloaded memmap2 v0.9.5 |
628 | 2025-02-23T12:47:35.817Z | Downloaded lock_api v0.4.12 |
629 | 2025-02-23T12:47:35.820Z | Downloaded lazycell v1.3.0 |
630 | 2025-02-23T12:47:35.820Z | Downloaded icu_locid_transform v1.5.0 |
631 | 2025-02-23T12:47:35.823Z | Downloaded ipnet v2.10.1 |
632 | 2025-02-23T12:47:35.825Z | Downloaded crossbeam-epoch v0.9.18 |
633 | 2025-02-23T12:47:35.828Z | Downloaded const-oid v0.9.6 |
634 | 2025-02-23T12:47:35.831Z | Downloaded write16 v1.0.0 |
635 | 2025-02-23T12:47:35.834Z | Downloaded arc-swap v1.7.1 |
636 | 2025-02-23T12:47:35.837Z | Downloaded derive_builder_macro v0.20.2 |
637 | 2025-02-23T12:47:35.840Z | Downloaded newtype_derive v0.1.6 |
638 | 2025-02-23T12:47:35.842Z | Downloaded fxhash v0.2.1 |
639 | 2025-02-23T12:47:35.842Z | Downloaded crossbeam-utils v0.8.20 |
640 | 2025-02-23T12:47:35.846Z | Downloaded cancel-safe-futures v0.1.5 |
641 | 2025-02-23T12:47:35.849Z | Downloaded headers-core v0.3.0 |
642 | 2025-02-23T12:47:35.853Z | Downloaded foreign-types-shared v0.3.1 |
643 | 2025-02-23T12:47:35.853Z | Downloaded openssl-macros v0.1.1 |
644 | 2025-02-23T12:47:35.855Z | Downloaded csv-core v0.1.11 |
645 | 2025-02-23T12:47:35.855Z | Downloaded multer v3.1.0 |
646 | 2025-02-23T12:47:35.858Z | Downloaded tokio-native-tls v0.3.1 |
647 | 2025-02-23T12:47:35.860Z | Downloaded tls_codec_derive v0.4.1 |
648 | 2025-02-23T12:47:35.863Z | Downloaded allocator-api2 v0.2.18 |
649 | 2025-02-23T12:47:35.867Z | Downloaded litrs v0.4.1 |
650 | 2025-02-23T12:47:35.870Z | Downloaded which v4.4.2 |
651 | 2025-02-23T12:47:35.873Z | Downloaded whoami v1.5.2 |
652 | 2025-02-23T12:47:35.876Z | Downloaded icu_locid v1.5.0 |
653 | 2025-02-23T12:47:35.883Z | Downloaded jobserver v0.1.32 |
654 | 2025-02-23T12:47:35.885Z | Downloaded phf_shared v0.10.0 |
655 | 2025-02-23T12:47:35.885Z | Downloaded progenitor-client v0.9.1 |
656 | 2025-02-23T12:47:35.889Z | Downloaded rpassword v7.3.1 |
657 | 2025-02-23T12:47:35.889Z | Downloaded chacha20poly1305 v0.10.1 |
658 | 2025-02-23T12:47:35.892Z | Downloaded debug-ignore v1.0.5 |
659 | 2025-02-23T12:47:35.895Z | Downloaded dyn-clone v1.0.18 |
660 | 2025-02-23T12:47:35.895Z | Downloaded env_filter v0.1.2 |
661 | 2025-02-23T12:47:35.897Z | Downloaded enum-as-inner v0.6.1 |
662 | 2025-02-23T12:47:35.900Z | Downloaded miniz_oxide v0.8.0 |
663 | 2025-02-23T12:47:35.902Z | Downloaded zeroize v1.8.1 |
664 | 2025-02-23T12:47:35.905Z | Downloaded cookie v0.18.1 |
665 | 2025-02-23T12:47:35.908Z | Downloaded sct v0.7.1 |
666 | 2025-02-23T12:47:35.910Z | Downloaded ecdsa v0.16.9 |
667 | 2025-02-23T12:47:35.913Z | Downloaded russh-keys v0.45.0 |
668 | 2025-02-23T12:47:35.916Z | Downloaded rustc-demangle v0.1.24 |
669 | 2025-02-23T12:47:35.918Z | Downloaded packed_struct_codegen v0.10.1 |
670 | 2025-02-23T12:47:35.921Z | Downloaded tokio-macros v2.5.0 |
671 | 2025-02-23T12:47:35.924Z | Downloaded proc-macro-error-attr2 v2.0.0 |
672 | 2025-02-23T12:47:35.924Z | Downloaded predicates-tree v1.0.11 |
673 | 2025-02-23T12:47:35.926Z | Downloaded ghash v0.5.1 |
674 | 2025-02-23T12:47:35.926Z | Downloaded base64 v0.21.7 |
675 | 2025-02-23T12:47:35.931Z | Downloaded num-iter v0.1.45 |
676 | 2025-02-23T12:47:35.934Z | Downloaded icu_provider v1.5.0 |
677 | 2025-02-23T12:47:35.936Z | Downloaded yoke-derive v0.7.4 |
678 | 2025-02-23T12:47:35.939Z | Downloaded backtrace v0.3.74 |
679 | 2025-02-23T12:47:35.944Z | Downloaded headers v0.4.0 |
680 | 2025-02-23T12:47:35.950Z | Downloaded same-file v1.0.6 |
681 | 2025-02-23T12:47:35.952Z | Downloaded env_logger v0.11.5 |
682 | 2025-02-23T12:47:35.955Z | Downloaded serde_path_to_error v0.1.16 |
683 | 2025-02-23T12:47:35.958Z | Downloaded secrecy v0.8.0 |
684 | 2025-02-23T12:47:35.961Z | Downloaded phf_shared v0.11.2 |
685 | 2025-02-23T12:47:35.961Z | Downloaded phf_generator v0.11.2 |
686 | 2025-02-23T12:47:35.963Z | Downloaded downcast v0.11.0 |
687 | 2025-02-23T12:47:35.966Z | Downloaded thiserror-impl v2.0.11 |
688 | 2025-02-23T12:47:35.966Z | Downloaded thread_local v1.1.8 |
689 | 2025-02-23T12:47:35.969Z | Downloaded thiserror-impl-no-std v2.0.2 |
690 | 2025-02-23T12:47:35.971Z | Downloaded oso-derive v0.27.3 |
691 | 2025-02-23T12:47:35.971Z | Downloaded rustc-hash v1.1.0 |
692 | 2025-02-23T12:47:35.975Z | Downloaded quinn-udp v0.5.5 |
693 | 2025-02-23T12:47:35.975Z | Downloaded unicase v2.7.0 |
694 | 2025-02-23T12:47:35.978Z | Downloaded string_cache v0.8.7 |
695 | 2025-02-23T12:47:35.978Z | Downloaded rtoolbox v0.0.2 |
696 | 2025-02-23T12:47:35.980Z | Downloaded getrandom v0.2.15 |
697 | 2025-02-23T12:47:35.983Z | Downloaded gethostname v0.5.0 |
698 | 2025-02-23T12:47:35.985Z | Downloaded smallvec v0.6.14 |
699 | 2025-02-23T12:47:35.988Z | Downloaded const_format v0.2.34 |
700 | 2025-02-23T12:47:35.992Z | Downloaded unarray v0.1.4 |
701 | 2025-02-23T12:47:36.000Z | Downloaded precomputed-hash v0.1.1 |
702 | 2025-02-23T12:47:36.003Z | Downloaded aes-gcm v0.10.3 |
703 | 2025-02-23T12:47:36.003Z | Downloaded typify-macro v0.2.0 |
704 | 2025-02-23T12:47:36.003Z | Downloaded display-error-chain v0.2.2 |
705 | 2025-02-23T12:47:36.003Z | Downloaded dirs-sys-next v0.1.2 |
706 | 2025-02-23T12:47:36.005Z | Downloaded dirs-next v2.0.0 |
707 | 2025-02-23T12:47:36.008Z | Downloaded num-rational v0.4.2 |
708 | 2025-02-23T12:47:36.008Z | Downloaded base64 v0.22.1 |
709 | 2025-02-23T12:47:36.012Z | Downloaded num v0.4.3 |
710 | 2025-02-23T12:47:36.015Z | Downloaded parking_lot_core v0.9.10 |
711 | 2025-02-23T12:47:36.017Z | Downloaded crypto-bigint v0.5.5 |
712 | 2025-02-23T12:47:36.025Z | Downloaded try-lock v0.2.5 |
713 | 2025-02-23T12:47:36.028Z | Downloaded time-core v0.1.2 |
714 | 2025-02-23T12:47:36.028Z | Downloaded unicode-xid v0.2.6 |
715 | 2025-02-23T12:47:36.031Z | Downloaded progenitor-macro v0.8.0 |
716 | 2025-02-23T12:47:36.031Z | Downloaded rand_chacha v0.3.1 |
717 | 2025-02-23T12:47:36.034Z | Downloaded progenitor-macro v0.9.1 |
718 | 2025-02-23T12:47:36.034Z | Downloaded cc v1.2.15 |
719 | 2025-02-23T12:47:36.038Z | Downloaded sync_wrapper v1.0.1 |
720 | 2025-02-23T12:47:36.041Z | Downloaded yoke v0.7.4 |
721 | 2025-02-23T12:47:36.053Z | Downloaded peg-runtime v0.8.3 |
722 | 2025-02-23T12:47:36.055Z | Downloaded aes v0.8.4 |
723 | 2025-02-23T12:47:36.059Z | Downloaded olpc-cjson v0.1.4 |
724 | 2025-02-23T12:47:36.061Z | Downloaded slab v0.4.9 |
725 | 2025-02-23T12:47:36.061Z | Downloaded smallvec v1.14.0 |
726 | 2025-02-23T12:47:36.065Z | Downloaded slog-term v2.9.1 |
727 | 2025-02-23T12:47:36.067Z | Downloaded fs_extra v1.3.0 |
728 | 2025-02-23T12:47:36.070Z | Downloaded crossbeam-channel v0.5.13 |
729 | 2025-02-23T12:47:36.075Z | Downloaded pkcs1 v0.7.5 |
730 | 2025-02-23T12:47:36.078Z | Downloaded peg v0.8.4 |
731 | 2025-02-23T12:47:36.083Z | Downloaded utf16_iter v1.0.5 |
732 | 2025-02-23T12:47:36.087Z | Downloaded ppv-lite86 v0.2.20 |
733 | 2025-02-23T12:47:36.090Z | Downloaded poly1305 v0.8.0 |
734 | 2025-02-23T12:47:36.090Z | Downloaded zerocopy v0.6.6 |
735 | 2025-02-23T12:47:36.092Z | Downloaded tungstenite v0.24.0 |
736 | 2025-02-23T12:47:36.096Z | Downloaded stable_deref_trait v1.2.0 |
737 | 2025-02-23T12:47:36.098Z | Downloaded schemars_derive v0.8.21 |
738 | 2025-02-23T12:47:36.101Z | Downloaded opaque-debug v0.3.1 |
739 | 2025-02-23T12:47:36.101Z | Downloaded nodrop v0.1.14 |
740 | 2025-02-23T12:47:36.104Z | Downloaded mio v1.0.2 |
741 | 2025-02-23T12:47:36.109Z | Downloaded endian-type v0.1.2 |
742 | 2025-02-23T12:47:36.111Z | Downloaded hickory-server v0.24.3 |
743 | 2025-02-23T12:47:36.116Z | Downloaded pem v3.0.4 |
744 | 2025-02-23T12:47:36.119Z | Downloaded snafu-derive v0.8.5 |
745 | 2025-02-23T12:47:36.122Z | Downloaded futures-sink v0.3.31 |
746 | 2025-02-23T12:47:36.122Z | Downloaded ff v0.13.0 |
747 | 2025-02-23T12:47:36.125Z | Downloaded oxnet v0.1.0 |
748 | 2025-02-23T12:47:36.127Z | Downloaded normalize-line-endings v0.3.0 |
749 | 2025-02-23T12:47:36.127Z | Downloaded value-bag v1.9.0 |
750 | 2025-02-23T12:47:36.130Z | Downloaded oso v0.27.3 |
751 | 2025-02-23T12:47:36.135Z | Downloaded scopeguard v1.2.0 |
752 | 2025-02-23T12:47:36.137Z | Downloaded ref-cast-impl v1.0.23 |
753 | 2025-02-23T12:47:36.137Z | Downloaded tungstenite v0.23.0 |
754 | 2025-02-23T12:47:36.142Z | Downloaded structmeta-derive v0.3.0 |
755 | 2025-02-23T12:47:36.144Z | Downloaded minimal-lexical v0.2.1 |
756 | 2025-02-23T12:47:36.148Z | Downloaded static_assertions v1.1.0 |
757 | 2025-02-23T12:47:36.151Z | Downloaded slog-async v2.8.0 |
758 | 2025-02-23T12:47:36.155Z | Downloaded shell-words v1.1.0 |
759 | 2025-02-23T12:47:36.155Z | Downloaded resolv-conf v0.7.0 |
760 | 2025-02-23T12:47:36.158Z | Downloaded ron v0.7.1 |
761 | 2025-02-23T12:47:36.161Z | Downloaded xattr v1.3.1 |
762 | 2025-02-23T12:47:36.164Z | Downloaded wyz v0.5.1 |
763 | 2025-02-23T12:47:36.166Z | Downloaded writeable v0.5.5 |
764 | 2025-02-23T12:47:36.169Z | Downloaded psl-types v2.0.11 |
765 | 2025-02-23T12:47:36.169Z | Downloaded futures-macro v0.3.31 |
766 | 2025-02-23T12:47:36.171Z | Downloaded futures-io v0.3.31 |
767 | 2025-02-23T12:47:36.171Z | Downloaded futures-executor v0.3.31 |
768 | 2025-02-23T12:47:36.174Z | Downloaded ena v0.14.3 |
769 | 2025-02-23T12:47:36.176Z | Downloaded progenitor v0.9.1 |
770 | 2025-02-23T12:47:36.179Z | Downloaded socket2 v0.5.7 |
771 | 2025-02-23T12:47:36.182Z | Downloaded futures v0.3.31 |
772 | 2025-02-23T12:47:36.188Z | Downloaded toolchain_find v0.4.0 |
773 | 2025-02-23T12:47:36.190Z | Downloaded sync-ptr v0.1.1 |
774 | 2025-02-23T12:47:36.190Z | Downloaded toml v0.7.8 |
775 | 2025-02-23T12:47:36.193Z | Downloaded steno v0.4.1 |
776 | 2025-02-23T12:47:36.199Z | Downloaded slog-envlogger v2.2.0 |
777 | 2025-02-23T12:47:36.201Z | Downloaded slog-dtrace v0.3.0 |
778 | 2025-02-23T12:47:36.201Z | Downloaded semver v0.1.20 |
779 | 2025-02-23T12:47:36.204Z | Downloaded tokio-rustls v0.24.1 |
780 | 2025-02-23T12:47:36.207Z | Downloaded packed_struct v0.10.1 |
781 | 2025-02-23T12:47:36.210Z | Downloaded rustc_version v0.4.1 |
782 | 2025-02-23T12:47:36.210Z | Downloaded rfc6979 v0.4.0 |
783 | 2025-02-23T12:47:36.212Z | Downloaded libm v0.2.8 |
784 | 2025-02-23T12:47:36.220Z | Downloaded serde-big-array v0.5.1 |
785 | 2025-02-23T12:47:36.223Z | Downloaded itertools v0.10.5 |
786 | 2025-02-23T12:47:36.230Z | Downloaded darling_macro v0.20.10 |
787 | 2025-02-23T12:47:36.233Z | Downloaded zerovec-derive v0.10.3 |
788 | 2025-02-23T12:47:36.233Z | Downloaded der_derive v0.7.3 |
789 | 2025-02-23T12:47:36.236Z | Downloaded snafu v0.8.5 |
790 | 2025-02-23T12:47:36.242Z | Downloaded num_threads v0.1.7 |
791 | 2025-02-23T12:47:36.244Z | Downloaded crossterm v0.28.1 |
792 | 2025-02-23T12:47:36.251Z | Downloaded utf-8 v0.7.6 |
793 | 2025-02-23T12:47:36.254Z | Downloaded untrusted v0.9.0 |
794 | 2025-02-23T12:47:36.257Z | Downloaded serde_yaml v0.9.34+deprecated |
795 | 2025-02-23T12:47:36.259Z | Downloaded fixedbitset v0.4.2 |
796 | 2025-02-23T12:47:36.262Z | Downloaded parse-display v0.10.0 |
797 | 2025-02-23T12:47:36.265Z | Downloaded tabled_derive v0.10.0 |
798 | 2025-02-23T12:47:36.265Z | Downloaded supports-color v3.0.1 |
799 | 2025-02-23T12:47:36.274Z | Downloaded tokio-tungstenite v0.21.0 |
800 | 2025-02-23T12:47:36.278Z | Downloaded tokio-rustls v0.25.0 |
801 | 2025-02-23T12:47:36.278Z | Downloaded parking_lot v0.11.2 |
802 | 2025-02-23T12:47:36.278Z | Downloaded parse-size v1.1.0 |
803 | 2025-02-23T12:47:36.278Z | Downloaded vergen v8.3.2 |
804 | 2025-02-23T12:47:36.282Z | Downloaded pin-utils v0.1.0 |
805 | 2025-02-23T12:47:36.282Z | Downloaded peg-macros v0.8.4 |
806 | 2025-02-23T12:47:36.285Z | Downloaded typed-path v0.9.3 |
807 | 2025-02-23T12:47:36.290Z | Downloaded ssh-cipher v0.2.0 |
808 | 2025-02-23T12:47:36.292Z | Downloaded zerocopy-derive v0.8.10 |
809 | 2025-02-23T12:47:36.298Z | Downloaded xz2 v0.1.7 |
810 | 2025-02-23T12:47:36.301Z | Downloaded yasna v0.5.2 |
811 | 2025-02-23T12:47:36.304Z | Downloaded omicron-zone-package v0.12.0 |
812 | 2025-02-23T12:47:36.308Z | Downloaded tinystr v0.7.6 |
813 | 2025-02-23T12:47:36.311Z | Downloaded nu-ansi-term v0.50.1 |
814 | 2025-02-23T12:47:36.314Z | Downloaded fatfs v0.3.6 |
815 | 2025-02-23T12:47:36.318Z | Downloaded openssl-probe v0.1.5 |
816 | 2025-02-23T12:47:36.321Z | Downloaded rustfmt-wrapper v0.2.1 |
817 | 2025-02-23T12:47:36.321Z | Downloaded either v1.13.0 |
818 | 2025-02-23T12:47:36.323Z | Downloaded pkg-config v0.3.31 |
819 | 2025-02-23T12:47:36.326Z | Downloaded expectorate v1.1.0 |
820 | 2025-02-23T12:47:36.328Z | Downloaded parking_lot_core v0.8.6 |
821 | 2025-02-23T12:47:36.331Z | Downloaded waitgroup v0.1.2 |
822 | 2025-02-23T12:47:36.331Z | Downloaded blake3 v1.5.4 |
823 | 2025-02-23T12:47:36.340Z | Downloaded serde_plain v1.0.2 |
824 | 2025-02-23T12:47:36.342Z | Downloaded itertools v0.12.1 |
825 | 2025-02-23T12:47:36.350Z | Downloaded num-conv v0.1.0 |
826 | 2025-02-23T12:47:36.352Z | Downloaded libxml v0.3.3 |
827 | 2025-02-23T12:47:36.358Z | Downloaded idna v1.0.3 |
828 | 2025-02-23T12:47:36.363Z | Downloaded diesel_table_macro_syntax v0.2.0 |
829 | 2025-02-23T12:47:36.365Z | Downloaded ssh-encoding v0.2.0 |
830 | 2025-02-23T12:47:36.368Z | Downloaded group v0.13.0 |
831 | 2025-02-23T12:47:36.370Z | Downloaded aho-corasick v1.1.3 |
832 | 2025-02-23T12:47:36.375Z | Downloaded polyval v0.6.2 |
833 | 2025-02-23T12:47:36.378Z | Downloaded num_enum_derive v0.5.11 |
834 | 2025-02-23T12:47:36.380Z | Downloaded hex-literal v0.4.1 |
835 | 2025-02-23T12:47:36.384Z | Downloaded pkcs8 v0.10.2 |
836 | 2025-02-23T12:47:36.384Z | Downloaded foldhash v0.1.3 |
837 | 2025-02-23T12:47:36.386Z | Downloaded heck v0.3.3 |
838 | 2025-02-23T12:47:36.389Z | Downloaded strum_macros v0.24.3 |
839 | 2025-02-23T12:47:36.389Z | Downloaded papergrid v0.14.0 |
840 | 2025-02-23T12:47:36.395Z | Downloaded walkdir v2.5.0 |
841 | 2025-02-23T12:47:36.398Z | Downloaded slog-scope v4.4.0 |
842 | 2025-02-23T12:47:36.398Z | Downloaded parking_lot v0.12.3 |
843 | 2025-02-23T12:47:36.400Z | Downloaded daft v0.1.1 |
844 | 2025-02-23T12:47:36.403Z | Downloaded termtree v0.5.1 |
845 | 2025-02-23T12:47:36.406Z | Downloaded wait-timeout v0.2.0 |
846 | 2025-02-23T12:47:36.409Z | Downloaded untrusted v0.7.1 |
847 | 2025-02-23T12:47:36.409Z | Downloaded universal-hash v0.5.1 |
848 | 2025-02-23T12:47:36.411Z | Downloaded predicates v3.1.3 |
849 | 2025-02-23T12:47:36.413Z | Downloaded num-derive v0.4.2 |
850 | 2025-02-23T12:47:36.416Z | Downloaded hashbrown v0.12.3 |
851 | 2025-02-23T12:47:36.419Z | Downloaded tokio-postgres v0.7.12 |
852 | 2025-02-23T12:47:36.425Z | Downloaded shlex v1.3.0 |
853 | 2025-02-23T12:47:36.427Z | Downloaded der v0.7.9 |
854 | 2025-02-23T12:47:36.432Z | Downloaded dunce v1.0.5 |
855 | 2025-02-23T12:47:36.435Z | Downloaded num_enum v0.5.11 |
856 | 2025-02-23T12:47:36.438Z | Downloaded pretty-hex v0.2.1 |
857 | 2025-02-23T12:47:36.441Z | Downloaded predicates-core v1.0.8 |
858 | 2025-02-23T12:47:36.441Z | Downloaded hash32 v0.3.1 |
859 | 2025-02-23T12:47:36.443Z | Downloaded subtle v2.6.1 |
860 | 2025-02-23T12:47:36.446Z | Downloaded spki v0.7.3 |
861 | 2025-02-23T12:47:36.446Z | Downloaded postcard v1.0.10 |
862 | 2025-02-23T12:47:36.450Z | Downloaded futures-core v0.3.31 |
863 | 2025-02-23T12:47:36.453Z | Downloaded tower-service v0.3.3 |
864 | 2025-02-23T12:47:36.453Z | Downloaded tower-layer v0.3.3 |
865 | 2025-02-23T12:47:36.456Z | Downloaded openssl-sys v0.9.106 |
866 | 2025-02-23T12:47:36.459Z | Downloaded serde_with_macros v3.11.0 |
867 | 2025-02-23T12:47:36.461Z | Downloaded termtree v0.4.1 |
868 | 2025-02-23T12:47:36.464Z | Downloaded take_mut v0.2.2 |
869 | 2025-02-23T12:47:36.464Z | Downloaded tabwriter v1.4.0 |
870 | 2025-02-23T12:47:36.468Z | Downloaded flate2 v1.0.35 |
871 | 2025-02-23T12:47:36.471Z | Downloaded want v0.3.1 |
872 | 2025-02-23T12:47:36.473Z | Downloaded zone v0.1.8 |
873 | 2025-02-23T12:47:36.473Z | Downloaded radium v0.7.0 |
874 | 2025-02-23T12:47:36.477Z | Downloaded postgres-types v0.2.8 |
875 | 2025-02-23T12:47:36.479Z | Downloaded embedded-io v0.4.0 |
876 | 2025-02-23T12:47:36.479Z | Downloaded tui-tree-widget v0.23.0 |
877 | 2025-02-23T12:47:36.482Z | Downloaded slog-json v2.6.1 |
878 | 2025-02-23T12:47:36.484Z | Downloaded zone v0.3.0 |
879 | 2025-02-23T12:47:36.484Z | Downloaded futures-channel v0.3.31 |
880 | 2025-02-23T12:47:36.488Z | Downloaded vte v0.11.1 |
881 | 2025-02-23T12:47:36.491Z | Downloaded proptest v1.5.0 |
882 | 2025-02-23T12:47:36.500Z | Downloaded termcolor v1.4.1 |
883 | 2025-02-23T12:47:36.502Z | Downloaded r2d2 v0.8.10 |
884 | 2025-02-23T12:47:36.502Z | Downloaded serde-hex v0.1.0 |
885 | 2025-02-23T12:47:36.505Z | Downloaded smf v0.2.3 |
886 | 2025-02-23T12:47:36.505Z | Downloaded tap v1.0.1 |
887 | 2025-02-23T12:47:36.507Z | Downloaded rand_seeder v0.3.0 |
888 | 2025-02-23T12:47:36.507Z | Downloaded bitvec v1.0.1 |
889 | 2025-02-23T12:47:36.524Z | Downloaded progenitor v0.8.0 |
890 | 2025-02-23T12:47:36.527Z | Downloaded primeorder v0.13.6 |
891 | 2025-02-23T12:47:36.530Z | Downloaded dsl_auto_type v0.1.2 |
892 | 2025-02-23T12:47:36.530Z | Downloaded fragile v2.0.0 |
893 | 2025-02-23T12:47:36.530Z | Downloaded half v2.4.1 |
894 | 2025-02-23T12:47:36.533Z | Downloaded num-complex v0.4.6 |
895 | 2025-02-23T12:47:36.535Z | Downloaded darling v0.20.10 |
896 | 2025-02-23T12:47:36.539Z | Downloaded url v2.5.3 |
897 | 2025-02-23T12:47:36.543Z | Downloaded form_urlencoded v1.2.1 |
898 | 2025-02-23T12:47:36.545Z | Downloaded siphasher v0.3.11 |
899 | 2025-02-23T12:47:36.545Z | Downloaded tracing-attributes v0.1.27 |
900 | 2025-02-23T12:47:36.548Z | Downloaded chrono v0.4.39 |
901 | 2025-02-23T12:47:36.556Z | Downloaded zip v0.6.6 |
902 | 2025-02-23T12:47:36.561Z | Downloaded rustls-pki-types v1.10.0 |
903 | 2025-02-23T12:47:36.564Z | Downloaded unicode-normalization v0.1.24 |
904 | 2025-02-23T12:47:36.568Z | Downloaded fallible-iterator v0.2.0 |
905 | 2025-02-23T12:47:36.571Z | Downloaded test-strategy v0.4.0 |
906 | 2025-02-23T12:47:36.573Z | Downloaded proc-macro-error2 v2.0.1 |
907 | 2025-02-23T12:47:36.577Z | Downloaded difflib v0.4.0 |
908 | 2025-02-23T12:47:36.579Z | Downloaded slog v2.7.0 |
909 | 2025-02-23T12:47:36.582Z | Downloaded elliptic-curve v0.13.8 |
910 | 2025-02-23T12:47:36.586Z | Downloaded typify v0.3.0 |
911 | 2025-02-23T12:47:36.591Z | Downloaded ed25519-dalek v2.1.1 |
912 | 2025-02-23T12:47:36.593Z | Downloaded bindgen v0.69.5 |
913 | 2025-02-23T12:47:36.601Z | Downloaded globset v0.4.15 |
914 | 2025-02-23T12:47:36.603Z | Downloaded hkdf v0.12.4 |
915 | 2025-02-23T12:47:36.606Z | Downloaded parse-zoneinfo v0.3.1 |
916 | 2025-02-23T12:47:36.608Z | Downloaded zerovec v0.10.4 |
917 | 2025-02-23T12:47:36.617Z | Downloaded typify v0.2.0 |
918 | 2025-02-23T12:47:36.619Z | Downloaded diff v0.1.13 |
919 | 2025-02-23T12:47:36.622Z | Downloaded heapless v0.8.0 |
920 | 2025-02-23T12:47:36.626Z | Downloaded diesel_derives v2.2.3 |
921 | 2025-02-23T12:47:36.630Z | Downloaded signal-hook v0.3.17 |
922 | 2025-02-23T12:47:36.634Z | Downloaded rcgen v0.12.1 |
923 | 2025-02-23T12:47:36.637Z | Downloaded rusqlite v0.32.1 |
924 | 2025-02-23T12:47:36.644Z | Downloaded dropshot_endpoint v0.15.1 |
925 | 2025-02-23T12:47:36.649Z | Downloaded bindgen v0.71.1 |
926 | 2025-02-23T12:47:36.657Z | Downloaded time v0.3.36 |
927 | 2025-02-23T12:47:36.665Z | Downloaded p521 v0.13.3 |
928 | 2025-02-23T12:47:36.669Z | Downloaded qorb v0.2.1 |
929 | 2025-02-23T12:47:36.674Z | Downloaded prettyplease v0.2.29 |
930 | 2025-02-23T12:47:36.678Z | Downloaded zerocopy v0.8.10 |
931 | 2025-02-23T12:47:36.705Z | Downloaded tungstenite v0.21.0 |
932 | 2025-02-23T12:47:36.708Z | Downloaded zip v2.1.3 |
933 | 2025-02-23T12:47:36.712Z | Downloaded futures-util v0.3.31 |
934 | 2025-02-23T12:47:36.725Z | Downloaded nom v7.1.3 |
935 | 2025-02-23T12:47:36.731Z | Downloaded salty v0.3.0 |
936 | 2025-02-23T12:47:36.738Z | Downloaded hashbrown v0.14.5 |
937 | 2025-02-23T12:47:36.744Z | Downloaded tracing v0.1.40 |
938 | 2025-02-23T12:47:36.749Z | Downloaded portable-atomic v1.9.0 |
939 | 2025-02-23T12:47:36.758Z | Downloaded sqlparser v0.45.0 |
940 | 2025-02-23T12:47:36.763Z | Downloaded object v0.30.4 |
941 | 2025-02-23T12:47:36.774Z | Downloaded rustls-webpki v0.101.7 |
942 | 2025-02-23T12:47:36.790Z | Downloaded webpki-roots v0.26.6 |
943 | 2025-02-23T12:47:36.794Z | Downloaded chrono-tz v0.10.1 |
944 | 2025-02-23T12:47:36.801Z | Downloaded bstr v1.10.0 |
945 | 2025-02-23T12:47:36.813Z | Downloaded vcpkg v0.2.15 |
946 | 2025-02-23T12:47:36.853Z | Downloaded smoltcp v0.9.1 |
947 | 2025-02-23T12:47:36.864Z | Downloaded p384 v0.13.0 |
948 | 2025-02-23T12:47:36.870Z | Downloaded smoltcp v0.11.0 |
949 | 2025-02-23T12:47:36.884Z | Downloaded git2 v0.19.0 |
950 | 2025-02-23T12:47:36.894Z | Downloaded regex v1.11.1 |
951 | 2025-02-23T12:47:36.907Z | Downloaded hickory-proto v0.24.3 |
952 | 2025-02-23T12:47:36.924Z | Downloaded openssl v0.10.71 |
953 | 2025-02-23T12:47:36.933Z | Downloaded tabled v0.18.0 |
954 | 2025-02-23T12:47:36.951Z | Downloaded unicode-width v0.2.0 |
955 | 2025-02-23T12:47:36.957Z | Downloaded icu_properties_data v1.5.0 |
956 | 2025-02-23T12:47:36.968Z | Downloaded reqwest v0.12.12 |
957 | 2025-02-23T12:47:36.976Z | Downloaded publicsuffix v2.3.0 |
958 | 2025-02-23T12:47:36.980Z | Downloaded sled v0.34.7 |
959 | 2025-02-23T12:47:36.990Z | Downloaded tough v0.19.0 |
960 | 2025-02-23T12:47:36.998Z | Downloaded curve25519-dalek v4.1.3 |
961 | 2025-02-23T12:47:37.008Z | Downloaded serde_with v3.11.0 |
962 | 2025-02-23T12:47:37.016Z | Downloaded nix v0.27.1 |
963 | 2025-02-23T12:47:37.027Z | Downloaded h2 v0.4.6 |
964 | 2025-02-23T12:47:37.036Z | Downloaded rustls-webpki v0.102.8 |
965 | 2025-02-23T12:47:37.053Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
966 | 2025-02-23T12:47:37.067Z | Downloaded regress v0.10.1 |
967 | 2025-02-23T12:47:37.076Z | Downloaded dropshot v0.12.0 |
968 | 2025-02-23T12:47:37.097Z | Downloaded radix_trie v0.2.1 |
969 | 2025-02-23T12:47:37.101Z | Downloaded quinn-proto v0.11.8 |
970 | 2025-02-23T12:47:37.109Z | Downloaded petname v2.0.2 |
971 | 2025-02-23T12:47:37.113Z | Downloaded lalrpop v0.19.12 |
972 | 2025-02-23T12:47:37.128Z | Downloaded ratatui v0.29.0 |
973 | 2025-02-23T12:47:37.146Z | Downloaded object v0.36.5 |
974 | 2025-02-23T12:47:37.158Z | Downloaded rustls v0.21.12 |
975 | 2025-02-23T12:47:37.169Z | Downloaded regex-syntax v0.8.5 |
976 | 2025-02-23T12:47:37.178Z | Downloaded nix v0.29.0 |
977 | 2025-02-23T12:47:37.190Z | Downloaded regex-syntax v0.6.29 |
978 | 2025-02-23T12:47:37.198Z | Downloaded nix v0.28.0 |
979 | 2025-02-23T12:47:37.209Z | Downloaded dropshot v0.15.1 |
980 | 2025-02-23T12:47:37.231Z | Downloaded gimli v0.31.1 |
981 | 2025-02-23T12:47:37.242Z | Downloaded csv v1.3.1 |
982 | 2025-02-23T12:47:37.260Z | Downloaded rustls v0.23.19 |
983 | 2025-02-23T12:47:37.271Z | Downloaded rustls v0.22.4 |
984 | 2025-02-23T12:47:37.285Z | Downloaded polar-core v0.27.3 |
985 | 2025-02-23T12:47:37.294Z | Downloaded regress v0.9.1 |
986 | 2025-02-23T12:47:37.302Z | Downloaded diesel v2.2.7 |
987 | 2025-02-23T12:47:37.324Z | Downloaded tokio v1.43.0 |
988 | 2025-02-23T12:47:37.361Z | Downloaded openapiv3 v2.0.0 |
989 | 2025-02-23T12:47:37.371Z | Downloaded toml_edit v0.19.15 |
990 | 2025-02-23T12:47:37.388Z | Downloaded typify-impl v0.3.0 |
991 | 2025-02-23T12:47:37.404Z | Downloaded typify-impl v0.2.0 |
992 | 2025-02-23T12:47:37.419Z | Downloaded zerocopy-derive v0.6.6 |
993 | 2025-02-23T12:47:37.429Z | Downloaded serde_derive_internals v0.29.1 |
994 | 2025-02-23T12:47:37.434Z | Downloaded x509-cert v0.2.5 |
995 | 2025-02-23T12:47:37.437Z | Downloaded rayon v1.10.0 |
996 | 2025-02-23T12:47:37.446Z | Downloaded tower v0.5.2 |
997 | 2025-02-23T12:47:37.454Z | Downloaded regex-automata v0.4.8 |
998 | 2025-02-23T12:47:37.473Z | Downloaded spin v0.9.8 |
999 | 2025-02-23T12:47:37.476Z | Downloaded itertools v0.13.0 |
1000 | 2025-02-23T12:47:37.480Z | Downloaded daft-derive v0.1.1 |
1001 | 2025-02-23T12:47:37.484Z | Downloaded num-bigint-dig v0.8.4 |
1002 | 2025-02-23T12:47:37.490Z | Downloaded quick-xml v0.37.2 |
1003 | 2025-02-23T12:47:37.496Z | Downloaded data-encoding v2.6.0 |
1004 | 2025-02-23T12:47:37.500Z | Downloaded lzma-sys v0.1.20 |
1005 | 2025-02-23T12:47:37.527Z | Downloaded zopfli v0.8.1 |
1006 | 2025-02-23T12:47:37.532Z | Downloaded petgraph v0.6.5 |
1007 | 2025-02-23T12:47:37.546Z | Downloaded hickory-client v0.24.3 |
1008 | 2025-02-23T12:47:37.549Z | Downloaded quinn v0.11.5 |
1009 | 2025-02-23T12:47:37.552Z | Downloaded flume v0.11.1 |
1010 | 2025-02-23T12:47:37.558Z | Downloaded darling_core v0.20.10 |
1011 | 2025-02-23T12:47:37.561Z | Downloaded newtype-uuid v1.2.1 |
1012 | 2025-02-23T12:47:37.565Z | Downloaded rustls-pemfile v2.2.0 |
1013 | 2025-02-23T12:47:37.567Z | Downloaded libz-sys v1.1.20 |
1014 | 2025-02-23T12:47:37.586Z | Downloaded rustls-pemfile v1.0.4 |
1015 | 2025-02-23T12:47:37.588Z | Downloaded postgres-protocol v0.6.7 |
1016 | 2025-02-23T12:47:37.592Z | Downloaded sha3 v0.10.8 |
1017 | 2025-02-23T12:47:37.596Z | Downloaded encoding_rs v0.8.34 |
1018 | 2025-02-23T12:47:37.617Z | Downloaded num-traits v0.2.19 |
1019 | 2025-02-23T12:47:37.620Z | Downloaded unicode_categories v0.1.1 |
1020 | 2025-02-23T12:47:37.623Z | Downloaded hashbrown v0.13.2 |
1021 | 2025-02-23T12:47:37.626Z | Downloaded tokio-util v0.7.12 |
1022 | 2025-02-23T12:47:37.632Z | Downloaded quick-error v1.2.3 |
1023 | 2025-02-23T12:47:37.635Z | Downloaded proc-macro-crate v1.3.1 |
1024 | 2025-02-23T12:47:37.635Z | Downloaded samael v0.0.18 |
1025 | 2025-02-23T12:47:37.639Z | Downloaded pkcs5 v0.7.1 |
1026 | 2025-02-23T12:47:37.643Z | Downloaded dropshot_endpoint v0.12.0 |
1027 | 2025-02-23T12:47:37.648Z | Downloaded winnow v0.5.40 |
1028 | 2025-02-23T12:47:37.656Z | Downloaded itertools v0.14.0 |
1029 | 2025-02-23T12:47:37.664Z | Downloaded hyper v1.5.2 |
1030 | 2025-02-23T12:47:37.670Z | Downloaded pin-project v1.1.6 |
1031 | 2025-02-23T12:47:37.680Z | Downloaded p256 v0.13.2 |
1032 | 2025-02-23T12:47:37.683Z | Downloaded num-bigint v0.4.6 |
1033 | 2025-02-23T12:47:37.687Z | Downloaded aws-lc-rs v1.10.0 |
1034 | 2025-02-23T12:47:37.696Z | Downloaded defmt-parser v0.3.4 |
1035 | 2025-02-23T12:47:37.699Z | Downloaded time-macros v0.2.18 |
1036 | 2025-02-23T12:47:37.701Z | Downloaded vsss-rs v3.3.4 |
1037 | 2025-02-23T12:47:37.704Z | Downloaded parse-display-derive v0.10.0 |
1038 | 2025-02-23T12:47:37.705Z | Downloaded pin-project-lite v0.2.14 |
1039 | 2025-02-23T12:47:37.708Z | Downloaded pin-project-internal v1.1.6 |
1040 | 2025-02-23T12:47:37.711Z | Downloaded ssh-key v0.6.6 |
1041 | 2025-02-23T12:47:37.717Z | Downloaded rustyline v14.0.0 |
1042 | 2025-02-23T12:47:37.721Z | Downloaded ed25519 v2.2.3 |
1043 | 2025-02-23T12:47:37.723Z | Downloaded defmt-macros v0.3.9 |
1044 | 2025-02-23T12:47:37.732Z | Downloaded fallible-iterator v0.3.0 |
1045 | 2025-02-23T12:47:37.734Z | Downloaded tiny-keccak v2.0.2 |
1046 | 2025-02-23T12:47:37.734Z | Downloaded foreign-types v0.5.0 |
1047 | 2025-02-23T12:47:37.735Z | Downloaded flagset v0.4.6 |
1048 | 2025-02-23T12:47:37.735Z | Downloaded russh v0.45.0 |
1049 | 2025-02-23T12:47:37.740Z | Downloaded reedline v0.35.0 |
1050 | 2025-02-23T12:47:37.749Z | Downloaded unicode-segmentation v1.12.0 |
1051 | 2025-02-23T12:47:37.753Z | Downloaded sqlparser_derive v0.2.2 |
1052 | 2025-02-23T12:47:37.753Z | Downloaded strum v0.26.3 |
1053 | 2025-02-23T12:47:37.753Z | Downloaded scheduled-thread-pool v0.2.7 |
1054 | 2025-02-23T12:47:37.756Z | Downloaded rusty-fork v0.3.0 |
1055 | 2025-02-23T12:47:37.756Z | Downloaded topological-sort v0.2.2 |
1056 | 2025-02-23T12:47:37.756Z | Downloaded des v0.8.1 |
1057 | 2025-02-23T12:47:37.756Z | Downloaded tokio-stream v0.1.16 |
1058 | 2025-02-23T12:47:37.764Z | Downloaded unsafe-libyaml v0.2.11 |
1059 | 2025-02-23T12:47:37.767Z | Downloaded rand v0.8.5 |
1060 | 2025-02-23T12:47:37.767Z | Downloaded foreign-types v0.3.2 |
1061 | 2025-02-23T12:47:37.771Z | Downloaded float-ord v0.3.2 |
1062 | 2025-02-23T12:47:37.771Z | Downloaded tracing-core v0.1.32 |
1063 | 2025-02-23T12:47:37.774Z | Downloaded hickory-resolver v0.24.3 |
1064 | 2025-02-23T12:47:37.778Z | Downloaded schemars v0.8.21 |
1065 | 2025-02-23T12:47:37.788Z | Downloaded path-slash v0.1.5 |
1066 | 2025-02-23T12:47:37.792Z | Downloaded serde_repr v0.1.19 |
1067 | 2025-02-23T12:47:37.792Z | Downloaded ring v0.17.11 |
1068 | 2025-02-23T12:47:37.833Z | Downloaded rand_core v0.6.4 |
1069 | 2025-02-23T12:47:37.836Z | Downloaded tokio-rustls v0.26.0 |
1070 | 2025-02-23T12:47:37.836Z | Downloaded thiserror v2.0.11 |
1071 | 2025-02-23T12:47:37.840Z | Downloaded derive_builder v0.20.2 |
1072 | 2025-02-23T12:47:37.847Z | Downloaded rsa v0.9.6 |
1073 | 2025-02-23T12:47:37.850Z | Downloaded heapless v0.7.17 |
1074 | 2025-02-23T12:47:37.854Z | Downloaded percent-encoding v2.3.1 |
1075 | 2025-02-23T12:47:37.856Z | Downloaded embedded-io v0.6.1 |
1076 | 2025-02-23T12:47:37.856Z | Downloaded pem-rfc7468 v0.7.0 |
1077 | 2025-02-23T12:47:37.860Z | Downloaded filetime v0.2.25 |
1078 | 2025-02-23T12:47:37.860Z | Downloaded unicode-bidi v0.3.17 |
1079 | 2025-02-23T12:47:37.868Z | Downloaded diesel-dtrace v0.4.2 |
1080 | 2025-02-23T12:47:37.868Z | Downloaded rayon-core v1.12.1 |
1081 | 2025-02-23T12:47:37.873Z | Downloaded owo-colors v4.1.0 |
1082 | 2025-02-23T12:47:37.873Z | Downloaded fd-lock v4.0.2 |
1083 | 2025-02-23T12:47:37.873Z | Downloaded fallible-streaming-iterator v0.1.9 |
1084 | 2025-02-23T12:47:37.877Z | Downloaded hashlink v0.9.1 |
1085 | 2025-02-23T12:47:37.877Z | Downloaded vte_generate_state_changes v0.1.2 |
1086 | 2025-02-23T12:47:37.877Z | Downloaded progenitor-client v0.8.0 |
1087 | 2025-02-23T12:47:37.877Z | Downloaded synstructure v0.13.1 |
1088 | 2025-02-23T12:47:37.877Z | Downloaded serde_urlencoded v0.7.1 |
1089 | 2025-02-23T12:47:37.881Z | Downloaded rustc_version v0.1.7 |
1090 | 2025-02-23T12:47:37.881Z | Downloaded rustc-hash v2.1.1 |
1091 | 2025-02-23T12:47:37.881Z | Downloaded indicatif v0.17.11 |
1092 | 2025-02-23T12:47:37.884Z | Downloaded zeroize_derive v1.4.2 |
1093 | 2025-02-23T12:47:37.887Z | Downloaded zerofrom-derive v0.1.4 |
1094 | 2025-02-23T12:47:37.887Z | Downloaded derive-where v1.2.7 |
1095 | 2025-02-23T12:47:37.892Z | Downloaded http v1.2.0 |
1096 | 2025-02-23T12:47:37.896Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1097 | 2025-02-23T12:47:37.952Z | Downloaded number_prefix v0.4.0 |
1098 | 2025-02-23T12:47:37.955Z | Downloaded futures-task v0.3.31 |
1099 | 2025-02-23T12:47:37.955Z | Downloaded zerofrom v0.1.4 |
1100 | 2025-02-23T12:47:37.955Z | Downloaded rustversion v1.0.17 |
1101 | 2025-02-23T12:47:37.958Z | Downloaded funty v2.0.0 |
1102 | 2025-02-23T12:47:37.958Z | Downloaded float-cmp v0.10.0 |
1103 | 2025-02-23T12:47:37.958Z | Downloaded deranged v0.3.11 |
1104 | 2025-02-23T12:47:37.962Z | Downloaded derive_more v0.99.19 |
1105 | 2025-02-23T12:47:37.964Z | Downloaded tar v0.4.42 |
1106 | 2025-02-23T12:47:37.968Z | Downloaded bumpalo v3.16.0 |
1107 | 2025-02-23T12:47:37.972Z | Downloaded powerfmt v0.2.0 |
1108 | 2025-02-23T12:47:37.972Z | Downloaded pbkdf2 v0.12.2 |
1109 | 2025-02-23T12:47:37.976Z | Downloaded pbkdf2 v0.11.0 |
1110 | 2025-02-23T12:47:37.976Z | Downloaded typify-macro v0.3.0 |
1111 | 2025-02-23T12:47:37.976Z | Downloaded tokio-tungstenite v0.24.0 |
1112 | 2025-02-23T12:47:37.980Z | Downloaded tokio-tungstenite v0.23.1 |
1113 | 2025-02-23T12:47:37.981Z | Downloaded paste v1.0.15 |
1114 | 2025-02-23T12:47:37.984Z | Downloaded hyper-util v0.1.10 |
1115 | 2025-02-23T12:47:37.987Z | Downloaded ron v0.8.1 |
1116 | 2025-02-23T12:47:37.992Z | Downloaded hash32 v0.2.1 |
1117 | 2025-02-23T12:47:37.996Z | Downloaded glob v0.3.2 |
1118 | 2025-02-23T12:47:38.003Z | Downloaded icu_collections v1.5.0 |
1119 | 2025-02-23T12:47:38.006Z | Downloaded subprocess v0.2.9 |
1120 | 2025-02-23T12:47:38.006Z | Downloaded progenitor-impl v0.9.1 |
1121 | 2025-02-23T12:47:38.006Z | Downloaded termios v0.3.3 |
1122 | 2025-02-23T12:47:38.018Z | Downloaded structmeta v0.3.0 |
1123 | 2025-02-23T12:47:38.018Z | Downloaded stringprep v0.1.5 |
1124 | 2025-02-23T12:47:38.018Z | Downloaded slog-stdlog v4.1.1 |
1125 | 2025-02-23T12:47:38.028Z | Downloaded slog-bunyan v2.5.0 |
1126 | 2025-02-23T12:47:38.028Z | Downloaded document-features v0.2.10 |
1127 | 2025-02-23T12:47:38.028Z | Downloaded derive_builder_core v0.20.2 |
1128 | 2025-02-23T12:47:38.028Z | Downloaded uuid v1.12.0 |
1129 | 2025-02-23T12:47:38.028Z | Downloaded unicode-properties v0.1.3 |
1130 | 2025-02-23T12:47:38.028Z | Downloaded password-hash v0.5.0 |
1131 | 2025-02-23T12:47:38.028Z | Downloaded password-hash v0.4.2 |
1132 | 2025-02-23T12:47:38.028Z | Downloaded displaydoc v0.2.5 |
1133 | 2025-02-23T12:47:38.028Z | Downloaded similar v2.6.0 |
1134 | 2025-02-23T12:47:38.031Z | Downloaded tinyvec v1.8.0 |
1135 | 2025-02-23T12:47:38.034Z | Downloaded phf_codegen v0.11.2 |
1136 | 2025-02-23T12:47:38.034Z | Downloaded phf v0.11.2 |
1137 | 2025-02-23T12:47:38.037Z | Downloaded unicode-truncate v1.1.0 |
1138 | 2025-02-23T12:47:38.037Z | Downloaded twox-hash v2.1.0 |
1139 | 2025-02-23T12:47:38.043Z | Downloaded nibble_vec v0.1.0 |
1140 | 2025-02-23T12:47:38.043Z | Downloaded term v0.7.0 |
1141 | 2025-02-23T12:47:38.048Z | Downloaded env_logger v0.10.2 |
1142 | 2025-02-23T12:47:38.048Z | Downloaded icu_properties v1.5.1 |
1143 | 2025-02-23T12:47:38.052Z | Downloaded num-integer v0.1.46 |
1144 | 2025-02-23T12:47:38.052Z | Downloaded strum_macros v0.26.4 |
1145 | 2025-02-23T12:47:38.056Z | Downloaded mockall_derive v0.13.1 |
1146 | 2025-02-23T12:47:38.076Z | Downloaded uzers v0.12.1 |
1147 | 2025-02-23T12:47:38.076Z | Downloaded compact_str v0.8.0 |
1148 | 2025-02-23T12:47:38.076Z | Downloaded progenitor-impl v0.8.0 |
1149 | 2025-02-23T12:47:38.077Z | Downloaded defmt v0.3.8 |
1150 | 2025-02-23T12:47:38.077Z | Downloaded signal-hook-registry v1.4.2 |
1151 | 2025-02-23T12:47:38.077Z | Downloaded icu_normalizer v1.5.0 |
1152 | 2025-02-23T12:47:38.077Z | Downloaded base64 v0.13.1 |
1153 | 2025-02-23T12:47:38.080Z | Downloaded icu_normalizer_data v1.5.0 |
1154 | 2025-02-23T12:47:38.088Z | Downloaded clang-sys v1.8.1 |
1155 | 2025-02-23T12:47:38.093Z | Downloaded bytes v1.9.0 |
1156 | 2025-02-23T12:47:38.098Z | Downloaded indexmap v1.9.3 |
1157 | 2025-02-23T12:47:38.102Z | Downloaded icu_locid_transform_data v1.5.0 |
1158 | 2025-02-23T12:47:38.102Z | Downloaded utf8_iter v1.0.4 |
1159 | 2025-02-23T12:47:38.110Z | Downloaded tls_codec v0.4.1 |
1160 | 2025-02-23T12:47:38.110Z | Downloaded thiserror-no-std v2.0.2 |
1161 | 2025-02-23T12:47:38.114Z | Downloaded litemap v0.7.3 |
1162 | 2025-02-23T12:47:38.114Z | Downloaded crc-any v2.5.0 |
1163 | 2025-02-23T12:47:38.118Z | Downloaded console v0.15.10 |
1164 | 2025-02-23T12:47:38.118Z | Downloaded foreign-types-shared v0.1.1 |
1165 | 2025-02-23T12:47:38.124Z | Downloaded foreign-types-macros v0.2.3 |
1166 | 2025-02-23T12:47:38.124Z | Downloaded simd-adler32 v0.3.7 |
1167 | 2025-02-23T12:47:38.124Z | Downloaded salsa20 v0.10.2 |
1168 | 2025-02-23T12:47:38.130Z | Downloaded zone_cfg_derive v0.3.0 |
1169 | 2025-02-23T12:47:38.130Z | Downloaded zone_cfg_derive v0.1.2 |
1170 | 2025-02-23T12:47:38.130Z | Downloaded strum_macros v0.25.3 |
1171 | 2025-02-23T12:47:38.130Z | Downloaded strip-ansi-escapes v0.2.0 |
1172 | 2025-02-23T12:47:38.134Z | Downloaded sqlformat v0.2.6 |
1173 | 2025-02-23T12:47:38.134Z | Downloaded signature v2.2.0 |
1174 | 2025-02-23T12:47:38.135Z | Downloaded native-tls v0.2.12 |
1175 | 2025-02-23T12:47:38.142Z | Downloaded signal-hook-tokio v0.3.1 |
1176 | 2025-02-23T12:47:38.142Z | Downloaded sha1 v0.10.6 |
1177 | 2025-02-23T12:47:38.144Z | Downloaded mime_guess v2.0.5 |
1178 | 2025-02-23T12:47:38.144Z | Downloaded bcs v0.1.6 |
1179 | 2025-02-23T12:47:38.145Z | Downloaded cookie_store v0.21.1 |
1180 | 2025-02-23T12:47:38.147Z | Downloaded blake2 v0.10.6 |
1181 | 2025-02-23T12:47:38.151Z | Downloaded iana-time-zone v0.1.61 |
1182 | 2025-02-23T12:47:38.156Z | Downloaded hyper-staticfile v0.10.1 |
1183 | 2025-02-23T12:47:38.156Z | Downloaded libsw v3.3.1 |
1184 | 2025-02-23T12:47:38.160Z | Downloaded impl-trait-for-tuples v0.2.2 |
1185 | 2025-02-23T12:47:38.163Z | Downloaded idna_adapter v1.2.0 |
1186 | 2025-02-23T12:47:38.163Z | Downloaded cipher v0.4.4 |
1187 | 2025-02-23T12:47:38.163Z | Downloaded buf-list v1.0.3 |
1188 | 2025-02-23T12:47:38.167Z | Downloaded backoff v0.4.0 |
1189 | 2025-02-23T12:47:38.172Z | Downloaded multimap v0.10.0 |
1190 | 2025-02-23T12:47:38.172Z | Downloaded maybe-uninit v2.0.0 |
1191 | 2025-02-23T12:47:38.176Z | Downloaded hubpack v0.1.2 |
1192 | 2025-02-23T12:47:38.176Z | Downloaded http-body-util v0.1.2 |
1193 | 2025-02-23T12:47:38.176Z | Downloaded blowfish v0.9.1 |
1194 | 2025-02-23T12:47:38.185Z | Downloaded base64ct v1.6.0 |
1195 | 2025-02-23T12:47:38.189Z | Downloaded lockfree-object-pool v0.1.6 |
1196 | 2025-02-23T12:47:38.189Z | Downloaded ipnetwork v0.21.1 |
1197 | 2025-02-23T12:47:38.189Z | Downloaded indoc v2.0.5 |
1198 | 2025-02-23T12:47:38.189Z | Downloaded hyper-tls v0.6.0 |
1199 | 2025-02-23T12:47:38.195Z | Downloaded is-terminal v0.4.13 |
1200 | 2025-02-23T12:47:38.195Z | Downloaded kstat-rs v0.2.4 |
1201 | 2025-02-23T12:47:38.195Z | Downloaded keccak v0.1.5 |
1202 | 2025-02-23T12:47:38.195Z | Downloaded bzip2 v0.4.4 |
1203 | 2025-02-23T12:47:38.199Z | Downloaded async-bb8-diesel v0.2.1 |
1204 | 2025-02-23T12:47:38.199Z | Downloaded arrayvec v0.7.6 |
1205 | 2025-02-23T12:47:38.199Z | Downloaded argon2 v0.5.3 |
1206 | 2025-02-23T12:47:38.204Z | Downloaded internet-checksum v0.2.1 |
1207 | 2025-02-23T12:47:38.204Z | Downloaded inout v0.1.3 |
1208 | 2025-02-23T12:47:38.204Z | Downloaded crc-catalog v2.4.0 |
1209 | 2025-02-23T12:47:38.204Z | Downloaded home v0.5.9 |
1210 | 2025-02-23T12:47:38.207Z | Downloaded indent_write v2.2.0 |
1211 | 2025-02-23T12:47:38.207Z | Downloaded cassowary v0.3.0 |
1212 | 2025-02-23T12:47:38.207Z | Downloaded httpdate v1.0.3 |
1213 | 2025-02-23T12:47:38.207Z | Downloaded hostname v0.3.1 |
1214 | 2025-02-23T12:47:38.211Z | Downloaded constant_time_eq v0.3.1 |
1215 | 2025-02-23T12:47:38.211Z | Downloaded ciborium-ll v0.2.2 |
1216 | 2025-02-23T12:47:38.212Z | Downloaded block-padding v0.3.3 |
1217 | 2025-02-23T12:47:38.219Z | Downloaded bitflags v1.3.2 |
1218 | 2025-02-23T12:47:38.219Z | Downloaded bit-vec v0.6.3 |
1219 | 2025-02-23T12:47:38.219Z | Downloaded atomic-waker v1.1.2 |
1220 | 2025-02-23T12:47:38.223Z | Downloaded async-stream v0.3.6 |
1221 | 2025-02-23T12:47:38.223Z | Downloaded ascii-canvas v3.0.0 |
1222 | 2025-02-23T12:47:38.223Z | Downloaded array-init v0.0.4 |
1223 | 2025-02-23T12:47:38.223Z | Downloaded http-body v1.0.1 |
1224 | 2025-02-23T12:47:38.223Z | Downloaded atomicwrites v0.4.4 |
1225 | 2025-02-23T12:47:38.309Z | Downloaded libsqlite3-sys v0.30.1 |
1226 | 2025-02-23T12:47:38.473Z | Downloaded aws-lc-sys v0.22.0 |
1227 | 2025-02-23T12:47:38.779Z | Compiling serde v1.0.218 |
1228 | 2025-02-23T12:47:38.784Z | Compiling value-bag v1.9.0 |
1229 | 2025-02-23T12:47:38.784Z | Compiling lock_api v0.4.12 |
1230 | 2025-02-23T12:47:38.784Z | Compiling scopeguard v1.2.0 |
1231 | 2025-02-23T12:47:38.938Z | Compiling typenum v1.17.0 |
1232 | 2025-02-23T12:47:38.944Z | Compiling generic-array v0.14.7 |
1233 | 2025-02-23T12:47:38.971Z | Compiling syn v2.0.96 |
1234 | 2025-02-23T12:47:38.983Z | Compiling getrandom v0.2.15 |
1235 | 2025-02-23T12:47:39.112Z | Compiling shlex v1.3.0 |
1236 | 2025-02-23T12:47:39.300Z | Compiling rand_core v0.6.4 |
1237 | 2025-02-23T12:47:39.432Z | Compiling log v0.4.22 |
1238 | 2025-02-23T12:47:39.529Z | Compiling subtle v2.6.1 |
1239 | 2025-02-23T12:47:39.547Z | Compiling jobserver v0.1.32 |
1240 | 2025-02-23T12:47:39.569Z | Compiling smallvec v1.14.0 |
1241 | 2025-02-23T12:47:39.829Z | Compiling const-oid v0.9.6 |
1242 | 2025-02-23T12:47:39.870Z | Compiling pin-project-lite v0.2.14 |
1243 | 2025-02-23T12:47:39.936Z | Compiling rustix v0.38.37 |
1244 | 2025-02-23T12:47:39.973Z | Compiling cc v1.2.15 |
1245 | 2025-02-23T12:47:40.009Z | Compiling parking_lot_core v0.9.10 |
1246 | 2025-02-23T12:47:40.204Z | Compiling futures-core v0.3.31 |
1247 | 2025-02-23T12:47:40.387Z | Compiling spin v0.9.8 |
1248 | 2025-02-23T12:47:40.466Z | Compiling signal-hook-registry v1.4.2 |
1249 | 2025-02-23T12:47:40.771Z | Compiling mio v1.0.2 |
1250 | 2025-02-23T12:47:40.809Z | Compiling parking_lot v0.12.3 |
1251 | 2025-02-23T12:47:41.008Z | Compiling either v1.13.0 |
1252 | 2025-02-23T12:47:41.195Z | Compiling aho-corasick v1.1.3 |
1253 | 2025-02-23T12:47:41.406Z | Compiling cpufeatures v0.2.14 |
1254 | 2025-02-23T12:47:41.426Z | Compiling stable_deref_trait v1.2.0 |
1255 | 2025-02-23T12:47:41.518Z | Compiling regex-syntax v0.8.5 |
1256 | 2025-02-23T12:47:41.546Z | Compiling futures-sink v0.3.31 |
1257 | 2025-02-23T12:47:41.621Z | Compiling socket2 v0.5.7 |
1258 | 2025-02-23T12:47:41.697Z | Compiling slab v0.4.9 |
1259 | 2025-02-23T12:47:41.819Z | Compiling glob v0.3.2 |
1260 | 2025-02-23T12:47:41.903Z | Compiling prettyplease v0.2.29 |
1261 | 2025-02-23T12:47:42.267Z | Compiling lazy_static v1.5.0 |
1262 | 2025-02-23T12:47:42.404Z | Compiling serde_json v1.0.139 |
1263 | 2025-02-23T12:47:42.470Z | Compiling minimal-lexical v0.2.1 |
1264 | 2025-02-23T12:47:42.490Z | Compiling futures-channel v0.3.31 |
1265 | 2025-02-23T12:47:42.610Z | Compiling clang-sys v1.8.1 |
1266 | 2025-02-23T12:47:42.765Z | Compiling libloading v0.8.5 |
1267 | 2025-02-23T12:47:42.879Z | Compiling nom v7.1.3 |
1268 | 2025-02-23T12:47:42.954Z | Compiling futures-task v0.3.31 |
1269 | 2025-02-23T12:47:43.214Z | Compiling futures-io v0.3.31 |
1270 | 2025-02-23T12:47:43.281Z | Compiling home v0.5.9 |
1271 | 2025-02-23T12:47:43.396Z | Compiling bindgen v0.69.5 |
1272 | 2025-02-23T12:47:43.500Z | Compiling pin-utils v0.1.0 |
1273 | 2025-02-23T12:47:43.610Z | Compiling itertools v0.12.1 |
1274 | 2025-02-23T12:47:43.797Z | Compiling allocator-api2 v0.2.18 |
1275 | 2025-02-23T12:47:44.317Z | Compiling libm v0.2.8 |
1276 | 2025-02-23T12:47:44.553Z | Compiling lazycell v1.3.0 |
1277 | 2025-02-23T12:47:44.680Z | Compiling foldhash v0.1.3 |
1278 | 2025-02-23T12:47:44.725Z | Compiling rustc-hash v1.1.0 |
1279 | 2025-02-23T12:47:44.911Z | Compiling hashbrown v0.15.1 |
1280 | 2025-02-23T12:47:44.972Z | Compiling cmake v0.1.51 |
1281 | 2025-02-23T12:47:45.753Z | Compiling regex-automata v0.4.8 |
1282 | 2025-02-23T12:47:45.816Z | Compiling num-traits v0.2.19 |
1283 | 2025-02-23T12:47:46.133Z | Compiling cexpr v0.6.0 |
1284 | 2025-02-23T12:47:46.147Z | Compiling pkg-config v0.3.31 |
1285 | 2025-02-23T12:47:46.258Z | Compiling synstructure v0.13.1 |
1286 | 2025-02-23T12:47:47.403Z | Compiling dunce v1.0.5 |
1287 | 2025-02-23T12:47:47.467Z | Compiling fs_extra v1.3.0 |
1288 | 2025-02-23T12:47:47.680Z | Compiling writeable v0.5.5 |
1289 | 2025-02-23T12:47:47.787Z | Compiling litemap v0.7.3 |
1290 | 2025-02-23T12:47:48.008Z | Compiling ring v0.17.11 |
1291 | 2025-02-23T12:47:48.207Z | Compiling base64ct v1.6.0 |
1292 | 2025-02-23T12:47:48.244Z | Compiling paste v1.0.15 |
1293 | 2025-02-23T12:47:48.871Z | Compiling pem-rfc7468 v0.7.0 |
1294 | 2025-02-23T12:47:48.932Z | Compiling httparse v1.9.5 |
1295 | 2025-02-23T12:47:49.314Z | Compiling aws-lc-rs v1.10.0 |
1296 | 2025-02-23T12:47:49.475Z | Compiling flagset v0.4.6 |
1297 | 2025-02-23T12:47:49.607Z | Compiling icu_locid_transform_data v1.5.0 |
1298 | 2025-02-23T12:47:49.724Z | Compiling tracing-core v0.1.32 |
1299 | 2025-02-23T12:47:49.766Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-02-23T12:47:50.018Z | Compiling percent-encoding v2.3.1 |
1301 | 2025-02-23T12:47:50.307Z | Compiling rustls-pki-types v1.10.0 |
1302 | 2025-02-23T12:47:50.369Z | Compiling crossbeam-utils v0.8.20 |
1303 | 2025-02-23T12:47:50.877Z | Compiling num-conv v0.1.0 |
1304 | 2025-02-23T12:47:50.900Z | Compiling untrusted v0.7.1 |
1305 | 2025-02-23T12:47:51.090Z | Compiling regex v1.11.1 |
1306 | 2025-02-23T12:47:51.111Z | Compiling serde_derive v1.0.218 |
1307 | 2025-02-23T12:47:51.152Z | Compiling zeroize_derive v1.4.2 |
1308 | 2025-02-23T12:47:51.246Z | Compiling zerocopy-derive v0.7.35 |
1309 | 2025-02-23T12:47:51.386Z | Compiling tokio-macros v2.5.0 |
1310 | 2025-02-23T12:47:51.971Z | Compiling zerofrom-derive v0.1.4 |
1311 | 2025-02-23T12:47:52.552Z | Compiling zeroize v1.8.1 |
1312 | 2025-02-23T12:47:52.897Z | Compiling yoke-derive v0.7.4 |
1313 | 2025-02-23T12:47:53.276Z | Compiling zerocopy v0.7.35 |
1314 | 2025-02-23T12:47:53.764Z | Compiling thiserror-impl v1.0.69 |
1315 | 2025-02-23T12:47:54.222Z | Compiling crypto-common v0.1.6 |
1316 | 2025-02-23T12:47:54.469Z | Compiling block-buffer v0.10.4 |
1317 | 2025-02-23T12:47:54.572Z | Compiling futures-macro v0.3.31 |
1318 | 2025-02-23T12:47:54.735Z | Compiling digest v0.10.7 |
1319 | 2025-02-23T12:47:54.755Z | Compiling zerovec-derive v0.10.3 |
1320 | 2025-02-23T12:47:55.226Z | Compiling hmac v0.12.1 |
1321 | 2025-02-23T12:47:55.330Z | Compiling zerofrom v0.1.4 |
1322 | 2025-02-23T12:47:55.446Z | Compiling displaydoc v0.2.5 |
1323 | 2025-02-23T12:47:55.492Z | Compiling block-padding v0.3.3 |
1324 | 2025-02-23T12:47:55.565Z | Compiling yoke v0.7.4 |
1325 | 2025-02-23T12:47:55.747Z | Compiling inout v0.1.3 |
1326 | 2025-02-23T12:47:55.945Z | Compiling sha2 v0.10.8 |
1327 | 2025-02-23T12:47:56.037Z | Compiling cipher v0.4.4 |
1328 | 2025-02-23T12:47:56.141Z | Compiling icu_provider_macros v1.5.0 |
1329 | 2025-02-23T12:47:56.330Z | Compiling futures-util v0.3.31 |
1330 | 2025-02-23T12:47:56.572Z | Compiling ppv-lite86 v0.2.20 |
1331 | 2025-02-23T12:47:56.629Z | Compiling thiserror v1.0.69 |
1332 | 2025-02-23T12:47:56.778Z | Compiling der_derive v0.7.3 |
1333 | 2025-02-23T12:47:56.974Z | Compiling tracing-attributes v0.1.27 |
1334 | 2025-02-23T12:47:57.157Z | Compiling zerovec v0.10.4 |
1335 | 2025-02-23T12:47:57.207Z | Compiling pest v2.7.14 |
1336 | 2025-02-23T12:47:57.309Z | Compiling rand_chacha v0.3.1 |
1337 | 2025-02-23T12:47:59.082Z | Compiling tinystr v0.7.6 |
1338 | 2025-02-23T12:47:59.237Z | Compiling der v0.7.9 |
1339 | 2025-02-23T12:47:59.492Z | Compiling icu_locid v1.5.0 |
1340 | 2025-02-23T12:47:59.516Z | Compiling icu_collections v1.5.0 |
1341 | 2025-02-23T12:47:59.610Z | Compiling rand v0.8.5 |
1342 | 2025-02-23T12:48:00.276Z | Compiling tracing v0.1.40 |
1343 | 2025-02-23T12:48:00.337Z | Compiling salsa20 v0.10.2 |
1344 | 2025-02-23T12:48:00.576Z | Compiling pbkdf2 v0.12.2 |
1345 | 2025-02-23T12:48:00.735Z | Compiling icu_provider v1.5.0 |
1346 | 2025-02-23T12:48:00.767Z | Compiling write16 v1.0.0 |
1347 | 2025-02-23T12:48:00.789Z | Compiling powerfmt v0.2.0 |
1348 | 2025-02-23T12:48:00.913Z | Compiling vcpkg v0.2.15 |
1349 | 2025-02-23T12:48:01.166Z | Compiling spki v0.7.3 |
1350 | 2025-02-23T12:48:01.472Z | Compiling icu_locid_transform v1.5.0 |
1351 | 2025-02-23T12:48:01.534Z | Compiling untrusted v0.9.0 |
1352 | 2025-02-23T12:48:01.598Z | Compiling icu_normalizer_data v1.5.0 |
1353 | 2025-02-23T12:48:01.636Z | Compiling utf16_iter v1.0.5 |
1354 | 2025-02-23T12:48:01.675Z | Compiling mirai-annotations v1.12.0 |
1355 | 2025-02-23T12:48:01.714Z | Compiling utf8_iter v1.0.4 |
1356 | 2025-02-23T12:48:01.734Z | Compiling time-core v0.1.2 |
1357 | 2025-02-23T12:48:01.860Z | Compiling deranged v0.3.11 |
1358 | 2025-02-23T12:48:01.921Z | Compiling time-macros v0.2.18 |
1359 | 2025-02-23T12:48:01.962Z | Compiling scrypt v0.11.0 |
1360 | 2025-02-23T12:48:02.100Z | Compiling pest_meta v2.7.14 |
1361 | 2025-02-23T12:48:02.491Z | Compiling cbc v0.1.2 |
1362 | 2025-02-23T12:48:02.645Z | Compiling openssl-sys v0.9.106 |
1363 | 2025-02-23T12:48:02.743Z | Compiling icu_properties v1.5.1 |
1364 | 2025-02-23T12:48:03.263Z | Compiling aes v0.8.4 |
1365 | 2025-02-23T12:48:03.737Z | Compiling bitflags v2.6.0 |
1366 | 2025-02-23T12:48:03.782Z | Compiling bytes v1.9.0 |
1367 | 2025-02-23T12:48:04.904Z | Compiling tokio v1.43.0 |
1368 | 2025-02-23T12:48:04.967Z | Compiling indexmap v2.7.1 |
1369 | 2025-02-23T12:48:06.069Z | Compiling semver v1.0.25 |
1370 | 2025-02-23T12:48:06.173Z | Compiling http v1.2.0 |
1371 | 2025-02-23T12:48:06.268Z | Compiling scroll_derive v0.12.0 |
1372 | 2025-02-23T12:48:06.631Z | Compiling rustc_version v0.4.1 |
1373 | 2025-02-23T12:48:06.716Z | Compiling icu_normalizer v1.5.0 |
1374 | 2025-02-23T12:48:07.337Z | Compiling num_threads v0.1.7 |
1375 | 2025-02-23T12:48:07.358Z | Compiling atomic-waker v1.1.2 |
1376 | 2025-02-23T12:48:07.431Z | Compiling tinyvec_macros v0.1.1 |
1377 | 2025-02-23T12:48:07.476Z | Compiling time v0.3.36 |
1378 | 2025-02-23T12:48:07.538Z | Compiling tinyvec v1.8.0 |
1379 | 2025-02-23T12:48:07.558Z | Compiling pkcs5 v0.7.1 |
1380 | 2025-02-23T12:48:07.661Z | Compiling scroll v0.12.0 |
1381 | 2025-02-23T12:48:08.211Z | Compiling which v4.4.2 |
1382 | 2025-02-23T12:48:08.332Z | Compiling idna_adapter v1.2.0 |
1383 | 2025-02-23T12:48:08.577Z | Compiling http-body v1.0.1 |
1384 | 2025-02-23T12:48:08.739Z | Compiling pest_generator v2.7.14 |
1385 | 2025-02-23T12:48:08.812Z | Compiling form_urlencoded v1.2.1 |
1386 | 2025-02-23T12:48:08.835Z | Compiling try-lock v0.2.5 |
1387 | 2025-02-23T12:48:08.855Z | Compiling slog v2.7.0 |
1388 | 2025-02-23T12:48:08.998Z | Compiling want v0.3.1 |
1389 | 2025-02-23T12:48:09.047Z | Compiling goblin v0.8.2 |
1390 | 2025-02-23T12:48:09.114Z | Compiling idna v1.0.3 |
1391 | 2025-02-23T12:48:09.255Z | Compiling pkcs8 v0.10.2 |
1392 | 2025-02-23T12:48:09.441Z | Compiling uuid v1.12.0 |
1393 | 2025-02-23T12:48:09.879Z | Compiling iana-time-zone v0.1.61 |
1394 | 2025-02-23T12:48:10.254Z | Compiling httpdate v1.0.3 |
1395 | 2025-02-23T12:48:10.505Z | Compiling pest_derive v2.7.14 |
1396 | 2025-02-23T12:48:10.657Z | Compiling tower-service v0.3.3 |
1397 | 2025-02-23T12:48:10.711Z | Compiling chrono v0.4.39 |
1398 | 2025-02-23T12:48:10.927Z | Compiling serde_tokenstream v0.2.2 |
1399 | 2025-02-23T12:48:11.321Z | Compiling dtrace-parser v0.2.0 |
1400 | 2025-02-23T12:48:11.457Z | Compiling toml_datetime v0.6.8 |
1401 | 2025-02-23T12:48:11.525Z | Compiling serde_spanned v0.6.8 |
1402 | 2025-02-23T12:48:11.781Z | Compiling rustversion v1.0.17 |
1403 | 2025-02-23T12:48:11.923Z | Compiling base64 v0.22.1 |
1404 | 2025-02-23T12:48:11.971Z | Compiling foreign-types-shared v0.1.1 |
1405 | 2025-02-23T12:48:12.108Z | Compiling openssl v0.10.71 |
1406 | 2025-02-23T12:48:12.457Z | Compiling match_cfg v0.1.0 |
1407 | 2025-02-23T12:48:12.556Z | Compiling adler2 v2.0.0 |
1408 | 2025-02-23T12:48:12.607Z | Compiling hostname v0.3.1 |
1409 | 2025-02-23T12:48:12.701Z | Compiling foreign-types v0.3.2 |
1410 | 2025-02-23T12:48:12.773Z | Compiling miniz_oxide v0.8.0 |
1411 | 2025-02-23T12:48:12.805Z | Compiling tokio-util v0.7.12 |
1412 | 2025-02-23T12:48:12.826Z | Compiling url v2.5.3 |
1413 | 2025-02-23T12:48:14.026Z | Compiling h2 v0.4.6 |
1414 | 2025-02-23T12:48:14.112Z | Compiling openssl-macros v0.1.1 |
1415 | 2025-02-23T12:48:14.214Z | Compiling async-trait v0.1.86 |
1416 | 2025-02-23T12:48:14.375Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2025-02-23T12:48:14.573Z | Compiling dirs-sys-next v0.1.2 |
1418 | 2025-02-23T12:48:14.862Z | Compiling dof v0.3.0 |
1419 | 2025-02-23T12:48:15.135Z | Compiling schemars v0.8.21 |
1420 | 2025-02-23T12:48:15.502Z | Compiling native-tls v0.2.12 |
1421 | 2025-02-23T12:48:15.861Z | Compiling usdt-impl v0.5.0 |
1422 | 2025-02-23T12:48:16.509Z | Compiling rustls v0.22.4 |
1423 | 2025-02-23T12:48:16.573Z | Compiling data-encoding v2.6.0 |
1424 | 2025-02-23T12:48:16.577Z | Compiling rustls v0.23.19 |
1425 | 2025-02-23T12:48:16.790Z | Compiling syn v1.0.109 |
1426 | 2025-02-23T12:48:16.877Z | Compiling siphasher v0.3.11 |
1427 | 2025-02-23T12:48:17.245Z | Compiling schemars_derive v0.8.21 |
1428 | 2025-02-23T12:48:17.451Z | Compiling dirs-next v2.0.0 |
1429 | 2025-02-23T12:48:17.881Z | Compiling unicode-normalization v0.1.24 |
1430 | 2025-02-23T12:48:18.093Z | Compiling http-body-util v0.1.2 |
1431 | 2025-02-23T12:48:18.485Z | Compiling heapless v0.7.17 |
1432 | 2025-02-23T12:48:18.600Z | Compiling crossbeam-epoch v0.9.18 |
1433 | 2025-02-23T12:48:18.933Z | Compiling sha1 v0.10.6 |
1434 | 2025-02-23T12:48:18.952Z | Compiling signature v2.2.0 |
1435 | 2025-02-23T12:48:19.002Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1436 | 2025-02-23T12:48:19.243Z | Compiling thread_local v1.1.8 |
1437 | 2025-02-23T12:48:19.314Z | Compiling multer v3.1.0 |
1438 | 2025-02-23T12:48:19.361Z | Compiling encoding_rs v0.8.34 |
1439 | 2025-02-23T12:48:19.471Z | Compiling cookie v0.18.1 |
1440 | 2025-02-23T12:48:19.637Z | Compiling slog-async v2.8.0 |
1441 | 2025-02-23T12:48:19.686Z | Compiling dyn-clone v1.0.18 |
1442 | 2025-02-23T12:48:19.784Z | Compiling unicode-properties v0.1.3 |
1443 | 2025-02-23T12:48:19.894Z | Compiling openssl-probe v0.1.5 |
1444 | 2025-02-23T12:48:20.137Z | Compiling rayon-core v1.12.1 |
1445 | 2025-02-23T12:48:20.160Z | Compiling gimli v0.31.1 |
1446 | 2025-02-23T12:48:20.230Z | Compiling unicode-bidi v0.3.17 |
1447 | 2025-02-23T12:48:20.233Z | Compiling signal-hook v0.3.17 |
1448 | 2025-02-23T12:48:20.422Z | Compiling mime v0.3.17 |
1449 | 2025-02-23T12:48:20.517Z | Compiling ipnet v2.10.1 |
1450 | 2025-02-23T12:48:20.950Z | Compiling stringprep v0.1.5 |
1451 | 2025-02-23T12:48:21.468Z | Compiling hyper v1.5.2 |
1452 | 2025-02-23T12:48:21.637Z | Compiling toml_edit v0.22.22 |
1453 | 2025-02-23T12:48:23.911Z | Compiling hyper-util v0.1.10 |
1454 | 2025-02-23T12:48:24.876Z | Compiling addr2line v0.24.2 |
1455 | 2025-02-23T12:48:24.993Z | Compiling crossbeam-deque v0.8.5 |
1456 | 2025-02-23T12:48:25.120Z | Compiling usdt-macro v0.5.0 |
1457 | 2025-02-23T12:48:25.161Z | Compiling usdt-attr-macro v0.5.0 |
1458 | 2025-02-23T12:48:25.302Z | Compiling term v0.7.0 |
1459 | 2025-02-23T12:48:25.726Z | Compiling slog-json v2.6.1 |
1460 | 2025-02-23T12:48:26.092Z | Compiling serde_urlencoded v0.7.1 |
1461 | 2025-02-23T12:48:26.522Z | Compiling curve25519-dalek v4.1.3 |
1462 | 2025-02-23T12:48:26.532Z | Compiling crossbeam-channel v0.5.13 |
1463 | 2025-02-23T12:48:26.592Z | Compiling enum-as-inner v0.6.1 |
1464 | 2025-02-23T12:48:26.618Z | Compiling futures-executor v0.3.31 |
1465 | 2025-02-23T12:48:26.663Z | Compiling md-5 v0.10.6 |
1466 | 2025-02-23T12:48:26.942Z | Compiling async-stream-impl v0.3.6 |
1467 | 2025-02-23T12:48:27.109Z | Compiling rustls-pemfile v2.2.0 |
1468 | 2025-02-23T12:48:27.190Z | Compiling num-integer v0.1.46 |
1469 | 2025-02-23T12:48:27.445Z | Compiling hash32 v0.2.1 |
1470 | 2025-02-23T12:48:27.493Z | Compiling ff v0.13.0 |
1471 | 2025-02-23T12:48:27.609Z | Compiling is-terminal v0.4.13 |
1472 | 2025-02-23T12:48:27.738Z | Compiling object v0.36.5 |
1473 | 2025-02-23T12:48:27.758Z | Compiling memoffset v0.9.1 |
1474 | 2025-02-23T12:48:27.806Z | Compiling dropshot v0.12.0 |
1475 | 2025-02-23T12:48:27.896Z | Compiling utf-8 v0.7.6 |
1476 | 2025-02-23T12:48:28.083Z | Compiling quick-error v1.2.3 |
1477 | 2025-02-23T12:48:28.165Z | Compiling linked-hash-map v0.5.6 |
1478 | 2025-02-23T12:48:28.197Z | Compiling psl-types v2.0.11 |
1479 | 2025-02-23T12:48:28.242Z | Compiling cfg_aliases v0.2.1 |
1480 | 2025-02-23T12:48:28.274Z | Compiling portable-atomic v1.9.0 |
1481 | 2025-02-23T12:48:28.357Z | Compiling fallible-iterator v0.2.0 |
1482 | 2025-02-23T12:48:28.415Z | Compiling litrs v0.4.1 |
1483 | 2025-02-23T12:48:28.509Z | Compiling anyhow v1.0.96 |
1484 | 2025-02-23T12:48:28.742Z | Compiling base16ct v0.2.0 |
1485 | 2025-02-23T12:48:29.035Z | Compiling take_mut v0.2.2 |
1486 | 2025-02-23T12:48:29.075Z | Compiling smoltcp v0.9.1 |
1487 | 2025-02-23T12:48:29.168Z | Compiling num-bigint-dig v0.8.4 |
1488 | 2025-02-23T12:48:29.187Z | Compiling rustc-demangle v0.1.24 |
1489 | 2025-02-23T12:48:29.530Z | Compiling document-features v0.2.10 |
1490 | 2025-02-23T12:48:29.752Z | Compiling postgres-protocol v0.6.7 |
1491 | 2025-02-23T12:48:29.900Z | Compiling sec1 v0.7.3 |
1492 | 2025-02-23T12:48:30.040Z | Compiling lru-cache v0.1.2 |
1493 | 2025-02-23T12:48:30.253Z | Compiling publicsuffix v2.3.0 |
1494 | 2025-02-23T12:48:30.286Z | Compiling nix v0.29.0 |
1495 | 2025-02-23T12:48:30.436Z | Compiling resolv-conf v0.7.0 |
1496 | 2025-02-23T12:48:30.558Z | Compiling async-stream v0.3.6 |
1497 | 2025-02-23T12:48:30.793Z | Compiling tungstenite v0.24.0 |
1498 | 2025-02-23T12:48:30.987Z | Compiling slog-term v2.9.1 |
1499 | 2025-02-23T12:48:31.151Z | Compiling group v0.13.0 |
1500 | 2025-02-23T12:48:31.154Z | Compiling num-iter v0.1.45 |
1501 | 2025-02-23T12:48:31.376Z | Compiling usdt v0.5.0 |
1502 | 2025-02-23T12:48:31.488Z | Compiling hickory-proto v0.24.3 |
1503 | 2025-02-23T12:48:31.946Z | Compiling futures v0.3.31 |
1504 | 2025-02-23T12:48:31.978Z | Compiling slog-bunyan v2.5.0 |
1505 | 2025-02-23T12:48:32.195Z | Compiling toml v0.8.19 |
1506 | 2025-02-23T12:48:33.223Z | Compiling tokio-native-tls v0.3.1 |
1507 | 2025-02-23T12:48:33.524Z | Compiling camino v1.1.9 |
1508 | 2025-02-23T12:48:33.666Z | Compiling phf_shared v0.11.2 |
1509 | 2025-02-23T12:48:33.844Z | Compiling dropshot_endpoint v0.12.0 |
1510 | 2025-02-23T12:48:34.051Z | Compiling terminal_size v0.4.0 |
1511 | 2025-02-23T12:48:34.285Z | Compiling waitgroup v0.1.2 |
1512 | 2025-02-23T12:48:34.317Z | Compiling openapiv3 v2.0.0 |
1513 | 2025-02-23T12:48:34.505Z | Compiling backtrace v0.3.74 |
1514 | 2025-02-23T12:48:34.521Z | Compiling serde_path_to_error v0.1.16 |
1515 | 2025-02-23T12:48:34.973Z | Compiling hkdf v0.12.4 |
1516 | 2025-02-23T12:48:35.244Z | Compiling crypto-bigint v0.5.5 |
1517 | 2025-02-23T12:48:35.300Z | Compiling curve25519-dalek-derive v0.1.1 |
1518 | 2025-02-23T12:48:36.719Z | Compiling zerocopy-derive v0.6.6 |
1519 | 2025-02-23T12:48:37.380Z | Compiling hubpack_derive v0.1.1 |
1520 | 2025-02-23T12:48:37.407Z | Compiling webpki-roots v0.26.6 |
1521 | 2025-02-23T12:48:37.619Z | Compiling sync_wrapper v1.0.1 |
1522 | 2025-02-23T12:48:37.798Z | Compiling hostname v0.4.0 |
1523 | 2025-02-23T12:48:37.918Z | Compiling crc32fast v1.4.2 |
1524 | 2025-02-23T12:48:38.033Z | Compiling fs-err v2.11.0 |
1525 | 2025-02-23T12:48:38.233Z | Compiling ahash v0.8.11 |
1526 | 2025-02-23T12:48:38.256Z | Compiling bitflags v1.3.2 |
1527 | 2025-02-23T12:48:38.283Z | Compiling managed v0.8.0 |
1528 | 2025-02-23T12:48:38.370Z | Compiling debug-ignore v1.0.5 |
1529 | 2025-02-23T12:48:38.394Z | Compiling winnow v0.5.40 |
1530 | 2025-02-23T12:48:38.528Z | Compiling unicode-width v0.2.0 |
1531 | 2025-02-23T12:48:38.585Z | Compiling newtype-uuid v1.2.1 |
1532 | 2025-02-23T12:48:38.588Z | Compiling tower-layer v0.3.3 |
1533 | 2025-02-23T12:48:38.876Z | Compiling tower v0.5.2 |
1534 | 2025-02-23T12:48:39.002Z | Compiling console v0.15.10 |
1535 | 2025-02-23T12:48:39.064Z | Compiling zerocopy v0.6.6 |
1536 | 2025-02-23T12:48:39.706Z | Compiling strum_macros v0.25.3 |
1537 | 2025-02-23T12:48:39.976Z | Compiling clap_builder v4.5.30 |
1538 | 2025-02-23T12:48:40.352Z | Compiling hubpack v0.1.2 |
1539 | 2025-02-23T12:48:40.474Z | Compiling elliptic-curve v0.13.8 |
1540 | 2025-02-23T12:48:40.577Z | Compiling flate2 v1.0.35 |
1541 | 2025-02-23T12:48:40.794Z | Compiling hickory-resolver v0.24.3 |
1542 | 2025-02-23T12:48:41.463Z | Compiling signal-hook-mio v0.2.4 |
1543 | 2025-02-23T12:48:41.645Z | Compiling toml_edit v0.19.15 |
1544 | 2025-02-23T12:48:41.866Z | Compiling phf v0.11.2 |
1545 | 2025-02-23T12:48:42.003Z | Compiling hyper-tls v0.6.0 |
1546 | 2025-02-23T12:48:42.148Z | Compiling cookie_store v0.21.1 |
1547 | 2025-02-23T12:48:42.422Z | Compiling rayon v1.10.0 |
1548 | 2025-02-23T12:48:43.268Z | Compiling bzip2 v0.4.4 |
1549 | 2025-02-23T12:48:43.631Z | Compiling tokio-tungstenite v0.24.0 |
1550 | 2025-02-23T12:48:44.344Z | Compiling postgres-types v0.2.8 |
1551 | 2025-02-23T12:48:46.386Z | Compiling ed25519 v2.2.3 |
1552 | 2025-02-23T12:48:46.750Z | Compiling phf_shared v0.10.0 |
1553 | 2025-02-23T12:48:46.916Z | Compiling tokio-stream v0.1.16 |
1554 | 2025-02-23T12:48:47.138Z | Compiling pkcs1 v0.7.5 |
1555 | 2025-02-23T12:48:47.821Z | Compiling serde-big-array v0.5.1 |
1556 | 2025-02-23T12:48:47.871Z | Compiling clap_derive v4.5.28 |
1557 | 2025-02-23T12:48:48.035Z | Compiling rfc6979 v0.4.0 |
1558 | 2025-02-23T12:48:48.094Z | Compiling derive-where v1.2.7 |
1559 | 2025-02-23T12:48:48.215Z | Compiling serde_repr v0.1.19 |
1560 | 2025-02-23T12:48:48.250Z | Compiling bstr v1.10.0 |
1561 | 2025-02-23T12:48:48.638Z | Compiling float-cmp v0.10.0 |
1562 | 2025-02-23T12:48:48.897Z | Compiling difflib v0.4.0 |
1563 | 2025-02-23T12:48:49.159Z | Compiling precomputed-hash v0.1.1 |
1564 | 2025-02-23T12:48:49.292Z | Compiling number_prefix v0.4.0 |
1565 | 2025-02-23T12:48:49.346Z | Compiling whoami v1.5.2 |
1566 | 2025-02-23T12:48:49.529Z | Compiling unicode-segmentation v1.12.0 |
1567 | 2025-02-23T12:48:49.754Z | Compiling normalize-line-endings v0.3.0 |
1568 | 2025-02-23T12:48:49.898Z | Compiling fixedbitset v0.4.2 |
1569 | 2025-02-23T12:48:49.918Z | Compiling new_debug_unreachable v1.0.6 |
1570 | 2025-02-23T12:48:50.028Z | Compiling predicates-core v1.0.8 |
1571 | 2025-02-23T12:48:50.176Z | Compiling bit-vec v0.6.3 |
1572 | 2025-02-23T12:48:50.333Z | Compiling static_assertions v1.1.0 |
1573 | 2025-02-23T12:48:50.380Z | Compiling predicates v3.1.3 |
1574 | 2025-02-23T12:48:50.384Z | Compiling similar v2.6.0 |
1575 | 2025-02-23T12:48:50.476Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1576 | 2025-02-23T12:48:50.590Z | Compiling bit-set v0.5.3 |
1577 | 2025-02-23T12:48:50.880Z | Compiling petgraph v0.6.5 |
1578 | 2025-02-23T12:48:51.252Z | Compiling string_cache v0.8.7 |
1579 | 2025-02-23T12:48:51.688Z | Compiling tokio-postgres v0.7.12 |
1580 | 2025-02-23T12:48:51.839Z | Compiling indicatif v0.17.11 |
1581 | 2025-02-23T12:48:52.332Z | Compiling clap v4.5.30 |
1582 | 2025-02-23T12:48:52.433Z | Compiling ecdsa v0.16.9 |
1583 | 2025-02-23T12:48:52.466Z | Compiling rsa v0.9.6 |
1584 | 2025-02-23T12:48:53.263Z | Compiling ed25519-dalek v2.1.1 |
1585 | 2025-02-23T12:48:53.808Z | Compiling toml v0.7.8 |
1586 | 2025-02-23T12:48:54.563Z | Compiling zip v0.6.6 |
1587 | 2025-02-23T12:48:55.237Z | Compiling crossterm v0.28.1 |
1588 | 2025-02-23T12:48:56.702Z | Compiling hex v0.4.3 |
1589 | 2025-02-23T12:48:56.977Z | Compiling x509-cert v0.2.5 |
1590 | 2025-02-23T12:48:57.008Z | Compiling itertools v0.14.0 |
1591 | 2025-02-23T12:48:57.196Z | Compiling itertools v0.10.5 |
1592 | 2025-02-23T12:48:57.286Z | Compiling lalrpop-util v0.19.12 |
1593 | 2025-02-23T12:48:57.539Z | Compiling peg-runtime v0.8.3 |
1594 | 2025-02-23T12:48:57.641Z | Compiling unicode-xid v0.2.6 |
1595 | 2025-02-23T12:48:57.845Z | Compiling strum_macros v0.26.4 |
1596 | 2025-02-23T12:48:58.132Z | Compiling xattr v1.3.1 |
1597 | 2025-02-23T12:48:58.379Z | Compiling filetime v0.2.25 |
1598 | 2025-02-23T12:48:58.696Z | Compiling tar v0.4.42 |
1599 | 2025-02-23T12:49:02.364Z | Compiling strum v0.26.3 |
1600 | 2025-02-23T12:49:05.577Z | Compiling aws-lc-sys v0.22.0 |
1601 | 2025-02-23T12:49:32.823Z | Compiling rustls-webpki v0.102.8 |
1602 | 2025-02-23T12:49:36.036Z | Compiling tokio-rustls v0.25.0 |
1603 | 2025-02-23T12:49:37.652Z | Compiling tokio-rustls v0.26.0 |
1604 | 2025-02-23T12:49:37.965Z | Compiling hyper-rustls v0.27.3 |
1605 | 2025-02-23T12:49:38.322Z | Compiling reqwest v0.12.12 |
1606 | 2025-02-23T12:49:39.784Z | Compiling qorb v0.2.1 |
1607 | 2025-02-23T12:49:42.700Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2025-02-23T12:49:42.961Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2025-02-23T12:49:47.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1610 | 2025-02-23T12:49:47.552Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1611 | 2025-02-23T12:49:47.602Z | Feb 23 12:49:46.198 INFO Starting download, target: Clickhouse |
1612 | 2025-02-23T12:49:47.602Z | Feb 23 12:49:46.199 INFO Starting download, target: Cockroach |
1613 | 2025-02-23T12:49:47.602Z | Feb 23 12:49:46.199 INFO Starting download, target: Console |
1614 | 2025-02-23T12:49:47.602Z | Feb 23 12:49:46.199 INFO Starting download, target: DendriteOpenapi |
1615 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.199 INFO Starting download, target: DendriteStub |
1616 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.199 INFO Starting download, target: MaghemiteMgd |
1617 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.199 INFO Starting download, target: TransceiverControl |
1618 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1619 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1620 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1621 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1622 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1623 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1624 | 2025-02-23T12:49:47.605Z | Feb 23 12:49:46.200 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1625 | 2025-02-23T12:49:47.759Z | Feb 23 12:49:46.353 INFO Download complete, target: DendriteOpenapi |
1626 | 2025-02-23T12:49:48.163Z | Feb 23 12:49:46.735 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1627 | 2025-02-23T12:49:48.226Z | Feb 23 12:49:46.821 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1628 | 2025-02-23T12:49:48.510Z | Feb 23 12:49:47.088 INFO Download complete, target: Console |
1629 | 2025-02-23T12:49:48.601Z | Feb 23 12:49:47.177 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1630 | 2025-02-23T12:49:48.679Z | Feb 23 12:49:47.275 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1631 | 2025-02-23T12:49:48.767Z | Feb 23 12:49:47.361 INFO Download complete, target: TransceiverControl |
1632 | 2025-02-23T12:49:49.050Z | Feb 23 12:49:47.646 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1633 | 2025-02-23T12:49:49.050Z | Feb 23 12:49:47.646 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1634 | 2025-02-23T12:49:49.554Z | Feb 23 12:49:48.140 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1635 | 2025-02-23T12:49:51.608Z | Feb 23 12:49:50.204 INFO Download complete, target: DendriteStub |
1636 | 2025-02-23T12:49:51.612Z | Feb 23 12:49:50.208 INFO Download complete, target: MaghemiteMgd |
1637 | 2025-02-23T12:49:56.594Z | Feb 23 12:49:55.189 INFO Checking that binary works, target: Cockroach |
1638 | 2025-02-23T12:49:56.904Z | Feb 23 12:49:55.459 INFO Download complete, target: Cockroach |
1639 | 2025-02-23T12:50:02.158Z | Feb 23 12:50:00.725 INFO Checking that binary works, target: Clickhouse |
1640 | 2025-02-23T12:50:02.350Z | Feb 23 12:50:00.895 INFO Download complete, target: Clickhouse |
1641 | 2025-02-23T12:50:02.422Z | All builder prerequisites installed successfully, and PATH looks valid |
1642 | 2025-02-23T12:50:02.422Z | |
1643 | 2025-02-23T12:50:02.422Z | real 6:49.530650466 |
1644 | 2025-02-23T12:50:02.422Z | user 15:27.714988878 |
1645 | 2025-02-23T12:50:02.423Z | sys 2:05.679796296 |
1646 | 2025-02-23T12:50:02.423Z | trap 0.556724839 |
1647 | 2025-02-23T12:50:02.423Z | tflt 0.895582545 |
1648 | 2025-02-23T12:50:02.423Z | dflt 1.060710727 |
1649 | 2025-02-23T12:50:02.423Z | kflt 0.027910348 |
1650 | 2025-02-23T12:50:02.423Z | lock 26:13.838111157 |
1651 | 2025-02-23T12:50:02.423Z | slp 58:27.354345931 |
1652 | 2025-02-23T12:50:02.423Z | lat 1:01.215964078 |
1653 | 2025-02-23T12:50:02.423Z | stop 2:25.517126649 |
1654 | 2025-02-23T12:50:02.424Z | + banner hack-check |
1655 | 2025-02-23T12:50:02.424Z | |
1656 | 2025-02-23T12:50:02.424Z | # # ## #### # # #### # # ###### #### # # |
1657 | 2025-02-23T12:50:02.424Z | # # # # # # # # # # # # # # # # # |
1658 | 2025-02-23T12:50:02.424Z | ###### # # # #### ##### # ###### ##### # #### |
1659 | 2025-02-23T12:50:02.424Z | # # ###### # # # # # # # # # # |
1660 | 2025-02-23T12:50:02.424Z | # # # # # # # # # # # # # # # # # |
1661 | 2025-02-23T12:50:02.424Z | # # # # #### # # #### # # ###### #### # # |
1662 | 2025-02-23T12:50:02.425Z | |
1663 | 2025-02-23T12:50:02.425Z | + export CARGO_INCREMENTAL=0 |
1664 | 2025-02-23T12:50:02.425Z | + CARGO_INCREMENTAL=0 |
1665 | 2025-02-23T12:50:02.425Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1666 | 2025-02-23T12:50:02.881Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1667 | 2025-02-23T12:50:05.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
1668 | 2025-02-23T12:50:05.726Z | Running `target/debug/xtask check-features --ci` |
1669 | 2025-02-23T12:50:05.748Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1670 | 2025-02-23T12:50:05.750Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1671 | 2025-02-23T12:50:06.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1672 | 2025-02-23T12:50:06.222Z | Running `target/debug/xtask download cargo-hack` |
1673 | 2025-02-23T12:50:07.078Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2025-02-23T12:50:07.471Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1675 | 2025-02-23T12:50:11.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
1676 | 2025-02-23T12:50:11.248Z | Running `target/debug/xtask-downloader cargo-hack` |
1677 | 2025-02-23T12:50:11.284Z | Feb 23 12:50:09.876 INFO Starting download, target: CargoHack |
1678 | 2025-02-23T12:50:11.287Z | Feb 23 12:50:09.877 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1679 | 2025-02-23T12:50:11.873Z | Feb 23 12:50:10.465 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1680 | 2025-02-23T12:50:11.968Z | Feb 23 12:50:10.559 INFO Download complete, target: CargoHack |
1681 | 2025-02-23T12:50:11.972Z | 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" |
1682 | 2025-02-23T12:50:11.988Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1683 | 2025-02-23T12:50:12.159Z | info: running `cargo check --bins` on api_identity (1/199) |
1684 | 2025-02-23T12:50:12.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-02-23T12:50:12.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-02-23T12:50:12.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-02-23T12:50:12.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1688 | 2025-02-23T12:50:12.773Z | |
1689 | 2025-02-23T12:50:12.773Z | info: running `cargo check --bins` on bootstore (2/199) |
1690 | 2025-02-23T12:50:13.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-02-23T12:50:13.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-02-23T12:50:13.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-02-23T12:50:13.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1694 | 2025-02-23T12:50:13.420Z | |
1695 | 2025-02-23T12:50:13.420Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1696 | 2025-02-23T12:50:13.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-02-23T12:50:13.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-02-23T12:50:13.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-02-23T12:50:13.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1700 | 2025-02-23T12:50:14.046Z | |
1701 | 2025-02-23T12:50:14.046Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1702 | 2025-02-23T12:50:14.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-02-23T12:50:14.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-02-23T12:50:14.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-02-23T12:50:14.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1706 | 2025-02-23T12:50:14.694Z | |
1707 | 2025-02-23T12:50:14.694Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1708 | 2025-02-23T12:50:15.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-02-23T12:50:15.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-02-23T12:50:15.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-02-23T12:50:15.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1712 | 2025-02-23T12:50:15.115Z | |
1713 | 2025-02-23T12:50:15.115Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1714 | 2025-02-23T12:50:15.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-02-23T12:50:15.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-02-23T12:50:15.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-02-23T12:50:15.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1718 | 2025-02-23T12:50:15.560Z | |
1719 | 2025-02-23T12:50:15.560Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1720 | 2025-02-23T12:50:15.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-02-23T12:50:15.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-02-23T12:50:15.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-02-23T12:50:15.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2025-02-23T12:50:15.993Z | |
1725 | 2025-02-23T12:50:15.993Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1726 | 2025-02-23T12:50:16.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-02-23T12:50:16.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-02-23T12:50:16.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-02-23T12:50:16.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1730 | 2025-02-23T12:50:16.429Z | |
1731 | 2025-02-23T12:50:16.429Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1732 | 2025-02-23T12:50:16.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-02-23T12:50:16.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-02-23T12:50:16.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-02-23T12:50:16.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1736 | 2025-02-23T12:50:16.881Z | |
1737 | 2025-02-23T12:50:16.881Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1738 | 2025-02-23T12:50:17.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-02-23T12:50:17.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-02-23T12:50:17.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-02-23T12:50:17.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2025-02-23T12:50:17.299Z | |
1743 | 2025-02-23T12:50:17.299Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1744 | 2025-02-23T12:50:17.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-02-23T12:50:17.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-02-23T12:50:17.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-02-23T12:50:17.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2025-02-23T12:50:17.731Z | |
1749 | 2025-02-23T12:50:17.731Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1750 | 2025-02-23T12:50:18.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-02-23T12:50:18.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-02-23T12:50:18.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-02-23T12:50:18.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1754 | 2025-02-23T12:50:18.167Z | |
1755 | 2025-02-23T12:50:18.167Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1756 | 2025-02-23T12:50:18.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-02-23T12:50:18.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-02-23T12:50:18.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-02-23T12:50:18.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2025-02-23T12:50:18.602Z | |
1761 | 2025-02-23T12:50:18.602Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1762 | 2025-02-23T12:50:18.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-02-23T12:50:19.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-02-23T12:50:19.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-02-23T12:50:19.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1766 | 2025-02-23T12:50:19.041Z | |
1767 | 2025-02-23T12:50:19.041Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1768 | 2025-02-23T12:50:19.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-02-23T12:50:19.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-02-23T12:50:19.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-02-23T12:50:19.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1772 | 2025-02-23T12:50:19.479Z | |
1773 | 2025-02-23T12:50:19.479Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1774 | 2025-02-23T12:50:19.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-02-23T12:50:19.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-02-23T12:50:19.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-02-23T12:50:19.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1778 | 2025-02-23T12:50:19.923Z | |
1779 | 2025-02-23T12:50:19.923Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1780 | 2025-02-23T12:50:20.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-02-23T12:50:20.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-02-23T12:50:20.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-02-23T12:50:20.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1784 | 2025-02-23T12:50:20.370Z | |
1785 | 2025-02-23T12:50:20.371Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1786 | 2025-02-23T12:50:20.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-02-23T12:50:20.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-02-23T12:50:20.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-02-23T12:50:20.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1790 | 2025-02-23T12:50:20.810Z | |
1791 | 2025-02-23T12:50:20.810Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1792 | 2025-02-23T12:50:21.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-02-23T12:50:21.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-02-23T12:50:21.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-02-23T12:50:21.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1796 | 2025-02-23T12:50:21.253Z | |
1797 | 2025-02-23T12:50:21.253Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1798 | 2025-02-23T12:50:21.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-02-23T12:50:21.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-02-23T12:50:21.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-02-23T12:50:21.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1802 | 2025-02-23T12:50:21.696Z | |
1803 | 2025-02-23T12:50:21.696Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1804 | 2025-02-23T12:50:22.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-02-23T12:50:22.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-02-23T12:50:22.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-02-23T12:50:22.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1808 | 2025-02-23T12:50:22.133Z | |
1809 | 2025-02-23T12:50:22.133Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1810 | 2025-02-23T12:50:22.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-02-23T12:50:22.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-02-23T12:50:22.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-02-23T12:50:22.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1814 | 2025-02-23T12:50:22.572Z | |
1815 | 2025-02-23T12:50:22.572Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1816 | 2025-02-23T12:50:22.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-02-23T12:50:22.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-02-23T12:50:22.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-02-23T12:50:22.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1820 | 2025-02-23T12:50:23.015Z | |
1821 | 2025-02-23T12:50:23.015Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1822 | 2025-02-23T12:50:23.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-02-23T12:50:23.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-02-23T12:50:23.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-02-23T12:50:23.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1826 | 2025-02-23T12:50:23.460Z | |
1827 | 2025-02-23T12:50:23.460Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1828 | 2025-02-23T12:50:23.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-02-23T12:50:23.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-02-23T12:50:23.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-02-23T12:50:23.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1832 | 2025-02-23T12:50:23.898Z | |
1833 | 2025-02-23T12:50:23.898Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1834 | 2025-02-23T12:50:24.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-02-23T12:50:24.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-02-23T12:50:24.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-02-23T12:50:24.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1838 | 2025-02-23T12:50:24.335Z | |
1839 | 2025-02-23T12:50:24.335Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1840 | 2025-02-23T12:50:24.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-02-23T12:50:24.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-02-23T12:50:24.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-02-23T12:50:24.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1844 | 2025-02-23T12:50:24.776Z | |
1845 | 2025-02-23T12:50:24.776Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1846 | 2025-02-23T12:50:25.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-02-23T12:50:25.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-02-23T12:50:25.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-02-23T12:50:25.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1850 | 2025-02-23T12:50:25.219Z | |
1851 | 2025-02-23T12:50:25.219Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1852 | 2025-02-23T12:50:25.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-02-23T12:50:25.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-02-23T12:50:25.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-02-23T12:50:25.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1856 | 2025-02-23T12:50:25.659Z | |
1857 | 2025-02-23T12:50:25.659Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1858 | 2025-02-23T12:50:26.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-02-23T12:50:26.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-02-23T12:50:26.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-02-23T12:50:26.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1862 | 2025-02-23T12:50:26.099Z | |
1863 | 2025-02-23T12:50:26.099Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1864 | 2025-02-23T12:50:26.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-02-23T12:50:26.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-02-23T12:50:26.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-02-23T12:50:26.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1868 | 2025-02-23T12:50:26.543Z | |
1869 | 2025-02-23T12:50:26.543Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1870 | 2025-02-23T12:50:26.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-02-23T12:50:26.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-02-23T12:50:26.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-02-23T12:50:26.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1874 | 2025-02-23T12:50:26.987Z | |
1875 | 2025-02-23T12:50:26.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1876 | 2025-02-23T12:50:27.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-02-23T12:50:27.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-02-23T12:50:27.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-02-23T12:50:27.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1880 | 2025-02-23T12:50:27.425Z | |
1881 | 2025-02-23T12:50:27.425Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1882 | 2025-02-23T12:50:27.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-02-23T12:50:27.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-02-23T12:50:27.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-02-23T12:50:27.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1886 | 2025-02-23T12:50:27.861Z | |
1887 | 2025-02-23T12:50:27.861Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1888 | 2025-02-23T12:50:28.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-02-23T12:50:28.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-02-23T12:50:28.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-02-23T12:50:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1892 | 2025-02-23T12:50:28.305Z | |
1893 | 2025-02-23T12:50:28.305Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1894 | 2025-02-23T12:50:28.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-02-23T12:50:28.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-02-23T12:50:28.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-02-23T12:50:28.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1898 | 2025-02-23T12:50:28.748Z | |
1899 | 2025-02-23T12:50:28.748Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1900 | 2025-02-23T12:50:29.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-02-23T12:50:29.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-02-23T12:50:29.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-02-23T12:50:29.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1904 | 2025-02-23T12:50:29.192Z | |
1905 | 2025-02-23T12:50:29.192Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1906 | 2025-02-23T12:50:29.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-02-23T12:50:29.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-02-23T12:50:29.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-02-23T12:50:29.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1910 | 2025-02-23T12:50:29.636Z | |
1911 | 2025-02-23T12:50:29.636Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1912 | 2025-02-23T12:50:30.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-02-23T12:50:30.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-02-23T12:50:30.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-02-23T12:50:30.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1916 | 2025-02-23T12:50:30.081Z | |
1917 | 2025-02-23T12:50:30.081Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1918 | 2025-02-23T12:50:30.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-02-23T12:50:30.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-02-23T12:50:30.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-02-23T12:50:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1922 | 2025-02-23T12:50:30.521Z | |
1923 | 2025-02-23T12:50:30.521Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1924 | 2025-02-23T12:50:30.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-02-23T12:50:30.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-02-23T12:50:30.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-02-23T12:50:30.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1928 | 2025-02-23T12:50:30.963Z | |
1929 | 2025-02-23T12:50:30.963Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1930 | 2025-02-23T12:50:31.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-02-23T12:50:31.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-02-23T12:50:31.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-02-23T12:50:31.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1934 | 2025-02-23T12:50:31.408Z | |
1935 | 2025-02-23T12:50:31.408Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1936 | 2025-02-23T12:50:31.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-02-23T12:50:31.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-02-23T12:50:31.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-02-23T12:50:31.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1940 | 2025-02-23T12:50:31.852Z | |
1941 | 2025-02-23T12:50:31.852Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1942 | 2025-02-23T12:50:32.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-02-23T12:50:32.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-02-23T12:50:32.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-02-23T12:50:32.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1946 | 2025-02-23T12:50:32.295Z | |
1947 | 2025-02-23T12:50:32.295Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1948 | 2025-02-23T12:50:32.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-02-23T12:50:32.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-02-23T12:50:32.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-02-23T12:50:32.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1952 | 2025-02-23T12:50:32.935Z | |
1953 | 2025-02-23T12:50:32.935Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1954 | 2025-02-23T12:50:33.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-02-23T12:50:33.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-02-23T12:50:33.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1957 | 2025-02-23T12:50:33.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1958 | 2025-02-23T12:50:33.585Z | |
1959 | 2025-02-23T12:50:33.585Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1960 | 2025-02-23T12:50:34.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1961 | 2025-02-23T12:50:34.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1962 | 2025-02-23T12:50:34.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1963 | 2025-02-23T12:50:34.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1964 | 2025-02-23T12:50:34.233Z | |
1965 | 2025-02-23T12:50:34.233Z | info: running `cargo check --bins` on oxlog (48/199) |
1966 | 2025-02-23T12:50:34.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1967 | 2025-02-23T12:50:34.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1968 | 2025-02-23T12:50:34.858Z | Checking cfg-if v1.0.0 |
1969 | 2025-02-23T12:50:34.860Z | Checking libc v0.2.170 |
1970 | 2025-02-23T12:50:34.966Z | Checking serde v1.0.218 |
1971 | 2025-02-23T12:50:34.969Z | Checking zeroize v1.8.1 |
1972 | 2025-02-23T12:50:34.982Z | Checking memchr v2.7.4 |
1973 | 2025-02-23T12:50:34.990Z | Checking typenum v1.17.0 |
1974 | 2025-02-23T12:50:34.998Z | Checking subtle v2.6.1 |
1975 | 2025-02-23T12:50:35.010Z | Checking value-bag v1.9.0 |
1976 | 2025-02-23T12:50:35.025Z | Checking smallvec v1.14.0 |
1977 | 2025-02-23T12:50:35.213Z | Checking scopeguard v1.2.0 |
1978 | 2025-02-23T12:50:35.253Z | Checking const-oid v0.9.6 |
1979 | 2025-02-23T12:50:35.358Z | Checking itoa v1.0.11 |
1980 | 2025-02-23T12:50:35.383Z | Checking lock_api v0.4.12 |
1981 | 2025-02-23T12:50:35.385Z | Checking log v0.4.22 |
1982 | 2025-02-23T12:50:35.591Z | Checking pin-project-lite v0.2.14 |
1983 | 2025-02-23T12:50:35.728Z | Checking byteorder v1.5.0 |
1984 | 2025-02-23T12:50:35.769Z | Checking futures-core v0.3.31 |
1985 | 2025-02-23T12:50:35.829Z | Checking once_cell v1.20.3 |
1986 | 2025-02-23T12:50:35.921Z | Checking cpufeatures v0.2.14 |
1987 | 2025-02-23T12:50:35.964Z | Checking getrandom v0.2.15 |
1988 | 2025-02-23T12:50:35.978Z | Checking parking_lot_core v0.9.10 |
1989 | 2025-02-23T12:50:36.012Z | Checking signal-hook-registry v1.4.2 |
1990 | 2025-02-23T12:50:36.014Z | Checking generic-array v0.14.7 |
1991 | 2025-02-23T12:50:36.114Z | Checking mio v1.0.2 |
1992 | 2025-02-23T12:50:36.127Z | Checking stable_deref_trait v1.2.0 |
1993 | 2025-02-23T12:50:36.195Z | Checking rand_core v0.6.4 |
1994 | 2025-02-23T12:50:36.239Z | Checking futures-sink v0.3.31 |
1995 | 2025-02-23T12:50:36.279Z | Checking socket2 v0.5.7 |
1996 | 2025-02-23T12:50:36.317Z | Checking parking_lot v0.12.3 |
1997 | 2025-02-23T12:50:36.379Z | Checking zerocopy v0.7.35 |
1998 | 2025-02-23T12:50:36.485Z | Checking zerofrom v0.1.4 |
1999 | 2025-02-23T12:50:36.666Z | Checking slab v0.4.9 |
2000 | 2025-02-23T12:50:36.720Z | Checking yoke v0.7.4 |
2001 | 2025-02-23T12:50:36.720Z | Checking futures-channel v0.3.31 |
2002 | 2025-02-23T12:50:36.751Z | Checking futures-io v0.3.31 |
2003 | 2025-02-23T12:50:36.924Z | Checking pin-utils v0.1.0 |
2004 | 2025-02-23T12:50:36.940Z | Checking futures-task v0.3.31 |
2005 | 2025-02-23T12:50:37.027Z | Checking foldhash v0.1.3 |
2006 | 2025-02-23T12:50:37.043Z | Checking zerovec v0.10.4 |
2007 | 2025-02-23T12:50:37.064Z | Checking equivalent v1.0.1 |
2008 | 2025-02-23T12:50:37.123Z | Checking crypto-common v0.1.6 |
2009 | 2025-02-23T12:50:37.179Z | Checking block-buffer v0.10.4 |
2010 | 2025-02-23T12:50:37.182Z | Checking futures-util v0.3.31 |
2011 | 2025-02-23T12:50:37.231Z | Checking allocator-api2 v0.2.18 |
2012 | 2025-02-23T12:50:37.234Z | Checking block-padding v0.3.3 |
2013 | 2025-02-23T12:50:37.314Z | Checking ryu v1.0.18 |
2014 | 2025-02-23T12:50:37.413Z | Checking digest v0.10.7 |
2015 | 2025-02-23T12:50:37.450Z | Checking inout v0.1.3 |
2016 | 2025-02-23T12:50:37.563Z | Checking fnv v1.0.7 |
2017 | 2025-02-23T12:50:37.566Z | Checking writeable v0.5.5 |
2018 | 2025-02-23T12:50:37.674Z | Checking litemap v0.7.3 |
2019 | 2025-02-23T12:50:37.708Z | Checking cipher v0.4.4 |
2020 | 2025-02-23T12:50:37.764Z | Checking hmac v0.12.1 |
2021 | 2025-02-23T12:50:37.836Z | Checking hashbrown v0.15.1 |
2022 | 2025-02-23T12:50:37.882Z | Checking sha2 v0.10.8 |
2023 | 2025-02-23T12:50:37.987Z | Checking libm v0.2.8 |
2024 | 2025-02-23T12:50:38.015Z | Checking base64ct v1.6.0 |
2025 | 2025-02-23T12:50:38.102Z | Checking ppv-lite86 v0.2.20 |
2026 | 2025-02-23T12:50:38.446Z | Checking icu_locid_transform_data v1.5.0 |
2027 | 2025-02-23T12:50:38.463Z | Checking pem-rfc7468 v0.7.0 |
2028 | 2025-02-23T12:50:38.533Z | Checking tinystr v0.7.6 |
2029 | 2025-02-23T12:50:38.550Z | Checking flagset v0.4.6 |
2030 | 2025-02-23T12:50:38.744Z | Checking icu_collections v1.5.0 |
2031 | 2025-02-23T12:50:38.747Z | Checking der v0.7.9 |
2032 | 2025-02-23T12:50:38.820Z | Checking rand_chacha v0.3.1 |
2033 | 2025-02-23T12:50:38.852Z | Checking icu_locid v1.5.0 |
2034 | 2025-02-23T12:50:38.855Z | Checking tracing-core v0.1.32 |
2035 | 2025-02-23T12:50:38.884Z | Checking num-traits v0.2.19 |
2036 | 2025-02-23T12:50:39.213Z | Checking thiserror v1.0.69 |
2037 | 2025-02-23T12:50:39.335Z | Checking bytes v1.9.0 |
2038 | 2025-02-23T12:50:39.357Z | Checking indexmap v2.7.1 |
2039 | 2025-02-23T12:50:39.372Z | Checking serde_json v1.0.139 |
2040 | 2025-02-23T12:50:39.477Z | Checking bitflags v2.6.0 |
2041 | 2025-02-23T12:50:39.788Z | Checking rustls-pki-types v1.10.0 |
2042 | 2025-02-23T12:50:39.805Z | Checking icu_provider v1.5.0 |
2043 | 2025-02-23T12:50:40.119Z | Checking tokio v1.43.0 |
2044 | 2025-02-23T12:50:40.352Z | Checking http v1.2.0 |
2045 | 2025-02-23T12:50:40.373Z | Checking percent-encoding v2.3.1 |
2046 | 2025-02-23T12:50:40.445Z | Checking icu_locid_transform v1.5.0 |
2047 | 2025-02-23T12:50:40.464Z | Checking icu_properties_data v1.5.0 |
2048 | 2025-02-23T12:50:40.556Z | Checking spki v0.7.3 |
2049 | 2025-02-23T12:50:40.580Z | Checking tracing v0.1.40 |
2050 | 2025-02-23T12:50:40.706Z | Checking rand v0.8.5 |
2051 | 2025-02-23T12:50:40.853Z | Checking salsa20 v0.10.2 |
2052 | 2025-02-23T12:50:40.936Z | Checking pbkdf2 v0.12.2 |
2053 | 2025-02-23T12:50:40.977Z | Checking aws-lc-sys v0.22.0 |
2054 | 2025-02-23T12:50:41.080Z | Checking httparse v1.9.5 |
2055 | 2025-02-23T12:50:41.096Z | Checking mirai-annotations v1.12.0 |
2056 | 2025-02-23T12:50:41.263Z | Checking powerfmt v0.2.0 |
2057 | 2025-02-23T12:50:41.427Z | Checking icu_properties v1.5.1 |
2058 | 2025-02-23T12:50:41.501Z | Checking untrusted v0.9.0 |
2059 | 2025-02-23T12:50:41.539Z | Checking write16 v1.0.0 |
2060 | 2025-02-23T12:50:41.639Z | Checking utf8_iter v1.0.4 |
2061 | 2025-02-23T12:50:41.666Z | Checking icu_normalizer_data v1.5.0 |
2062 | 2025-02-23T12:50:41.682Z | Checking untrusted v0.7.1 |
2063 | 2025-02-23T12:50:41.700Z | Checking utf16_iter v1.0.5 |
2064 | 2025-02-23T12:50:41.768Z | Checking ring v0.17.11 |
2065 | 2025-02-23T12:50:41.851Z | Checking deranged v0.3.11 |
2066 | 2025-02-23T12:50:41.868Z | Checking scrypt v0.11.0 |
2067 | 2025-02-23T12:50:41.883Z | Checking cbc v0.1.2 |
2068 | 2025-02-23T12:50:41.947Z | Checking aes v0.8.4 |
2069 | 2025-02-23T12:50:42.074Z | Checking crossbeam-utils v0.8.20 |
2070 | 2025-02-23T12:50:42.093Z | Checking spin v0.9.8 |
2071 | 2025-02-23T12:50:42.441Z | Checking tinyvec_macros v0.1.1 |
2072 | 2025-02-23T12:50:42.543Z | Checking num-conv v0.1.0 |
2073 | 2025-02-23T12:50:42.797Z | Checking num_threads v0.1.7 |
2074 | 2025-02-23T12:50:42.824Z | Checking atomic-waker v1.1.2 |
2075 | 2025-02-23T12:50:42.855Z | Checking time-core v0.1.2 |
2076 | 2025-02-23T12:50:42.915Z | Checking pkcs5 v0.7.1 |
2077 | 2025-02-23T12:50:42.965Z | Checking tinyvec v1.8.0 |
2078 | 2025-02-23T12:50:42.981Z | Checking aws-lc-rs v1.10.0 |
2079 | 2025-02-23T12:50:43.019Z | Checking http-body v1.0.1 |
2080 | 2025-02-23T12:50:43.124Z | Checking time v0.3.36 |
2081 | 2025-02-23T12:50:43.234Z | Checking form_urlencoded v1.2.1 |
2082 | 2025-02-23T12:50:43.423Z | Checking try-lock v0.2.5 |
2083 | 2025-02-23T12:50:43.447Z | Checking pkcs8 v0.10.2 |
2084 | 2025-02-23T12:50:43.576Z | Checking want v0.3.1 |
2085 | 2025-02-23T12:50:43.766Z | Checking uuid v1.12.0 |
2086 | 2025-02-23T12:50:43.784Z | Checking tower-service v0.3.3 |
2087 | 2025-02-23T12:50:43.897Z | Checking unicode-ident v1.0.14 |
2088 | 2025-02-23T12:50:43.919Z | Checking httpdate v1.0.3 |
2089 | 2025-02-23T12:50:44.085Z | Checking proc-macro2 v1.0.93 |
2090 | 2025-02-23T12:50:44.178Z | Checking serde_spanned v0.6.8 |
2091 | 2025-02-23T12:50:44.235Z | Checking toml_datetime v0.6.8 |
2092 | 2025-02-23T12:50:44.388Z | Checking slog v2.7.0 |
2093 | 2025-02-23T12:50:44.405Z | Checking scroll v0.12.0 |
2094 | 2025-02-23T12:50:44.527Z | Checking base64 v0.22.1 |
2095 | 2025-02-23T12:50:44.658Z | Checking icu_normalizer v1.5.0 |
2096 | 2025-02-23T12:50:44.705Z | Checking rustls-webpki v0.102.8 |
2097 | 2025-02-23T12:50:44.750Z | Checking iana-time-zone v0.1.61 |
2098 | 2025-02-23T12:50:44.834Z | Checking match_cfg v0.1.0 |
2099 | 2025-02-23T12:50:44.850Z | Checking plain v0.2.3 |
2100 | 2025-02-23T12:50:44.902Z | Checking ucd-trie v0.1.7 |
2101 | 2025-02-23T12:50:44.926Z | Checking foreign-types-shared v0.1.1 |
2102 | 2025-02-23T12:50:45.003Z | Checking adler2 v2.0.0 |
2103 | 2025-02-23T12:50:45.006Z | Checking goblin v0.8.2 |
2104 | 2025-02-23T12:50:45.041Z | Checking foreign-types v0.3.2 |
2105 | 2025-02-23T12:50:45.119Z | Checking pest v2.7.14 |
2106 | 2025-02-23T12:50:45.140Z | Checking hostname v0.3.1 |
2107 | 2025-02-23T12:50:45.176Z | Checking miniz_oxide v0.8.0 |
2108 | 2025-02-23T12:50:45.281Z | Checking chrono v0.4.39 |
2109 | 2025-02-23T12:50:45.422Z | Checking idna_adapter v1.2.0 |
2110 | 2025-02-23T12:50:45.460Z | Checking quote v1.0.38 |
2111 | 2025-02-23T12:50:45.514Z | Checking openssl-sys v0.9.106 |
2112 | 2025-02-23T12:50:45.612Z | Checking idna v1.0.3 |
2113 | 2025-02-23T12:50:45.783Z | Checking errno v0.3.9 |
2114 | 2025-02-23T12:50:45.887Z | Checking dirs-sys-next v0.1.2 |
2115 | 2025-02-23T12:50:45.961Z | Checking aho-corasick v1.1.3 |
2116 | 2025-02-23T12:50:46.072Z | Compiling newtype-uuid v1.2.1 |
2117 | 2025-02-23T12:50:46.100Z | Checking url v2.5.3 |
2118 | 2025-02-23T12:50:46.392Z | Checking siphasher v0.3.11 |
2119 | 2025-02-23T12:50:46.646Z | Checking regex-syntax v0.8.5 |
2120 | 2025-02-23T12:50:46.699Z | Checking either v1.13.0 |
2121 | 2025-02-23T12:50:46.757Z | Checking tokio-util v0.7.12 |
2122 | 2025-02-23T12:50:46.925Z | Checking pretty-hex v0.4.1 |
2123 | 2025-02-23T12:50:47.042Z | Checking data-encoding v2.6.0 |
2124 | 2025-02-23T12:50:47.117Z | Checking openssl v0.10.71 |
2125 | 2025-02-23T12:50:47.238Z | Checking dirs-next v2.0.0 |
2126 | 2025-02-23T12:50:47.384Z | Checking rustix v0.38.37 |
2127 | 2025-02-23T12:50:47.558Z | Checking h2 v0.4.6 |
2128 | 2025-02-23T12:50:47.578Z | Checking syn v2.0.96 |
2129 | 2025-02-23T12:50:47.593Z | Checking unicode-normalization v0.1.24 |
2130 | 2025-02-23T12:50:47.700Z | Checking dtrace-parser v0.2.0 |
2131 | 2025-02-23T12:50:48.201Z | Checking http-body-util v0.1.2 |
2132 | 2025-02-23T12:50:48.508Z | Checking crossbeam-epoch v0.9.18 |
2133 | 2025-02-23T12:50:48.646Z | Checking sha1 v0.10.6 |
2134 | 2025-02-23T12:50:48.913Z | Checking signature v2.2.0 |
2135 | 2025-02-23T12:50:48.952Z | Checking thread_local v1.1.8 |
2136 | 2025-02-23T12:50:49.116Z | Checking thread-id v4.2.2 |
2137 | 2025-02-23T12:50:49.236Z | Checking encoding_rs v0.8.34 |
2138 | 2025-02-23T12:50:49.252Z | Checking gimli v0.31.1 |
2139 | 2025-02-23T12:50:49.851Z | Checking dof v0.3.0 |
2140 | 2025-02-23T12:50:49.886Z | Checking regex-automata v0.4.8 |
2141 | 2025-02-23T12:50:50.473Z | Checking unicode-bidi v0.3.17 |
2142 | 2025-02-23T12:50:50.476Z | Checking winnow v0.6.20 |
2143 | 2025-02-23T12:50:51.111Z | Checking mime v0.3.17 |
2144 | 2025-02-23T12:50:51.436Z | Checking ipnet v2.10.1 |
2145 | 2025-02-23T12:50:51.628Z | Checking unicode-properties v0.1.3 |
2146 | 2025-02-23T12:50:51.908Z | Checking utf8parse v0.2.2 |
2147 | 2025-02-23T12:50:51.989Z | Checking anstyle v1.0.10 |
2148 | 2025-02-23T12:50:52.060Z | Checking openssl-probe v0.1.5 |
2149 | 2025-02-23T12:50:52.186Z | Checking anstyle-parse v0.2.5 |
2150 | 2025-02-23T12:50:52.232Z | Checking native-tls v0.2.12 |
2151 | 2025-02-23T12:50:52.339Z | Checking stringprep v0.1.5 |
2152 | 2025-02-23T12:50:52.471Z | Checking crossbeam-deque v0.8.5 |
2153 | 2025-02-23T12:50:52.546Z | Checking term v0.7.0 |
2154 | 2025-02-23T12:50:52.634Z | Checking slog-json v2.6.1 |
2155 | 2025-02-23T12:50:52.797Z | Checking rustls v0.23.19 |
2156 | 2025-02-23T12:50:52.899Z | Checking rustls v0.22.4 |
2157 | 2025-02-23T12:50:52.919Z | Checking addr2line v0.24.2 |
2158 | 2025-02-23T12:50:52.982Z | Checking serde_urlencoded v0.7.1 |
2159 | 2025-02-23T12:50:53.215Z | Checking toml_edit v0.22.22 |
2160 | 2025-02-23T12:50:53.376Z | Checking crossbeam-channel v0.5.13 |
2161 | 2025-02-23T12:50:53.445Z | Checking futures-executor v0.3.31 |
2162 | 2025-02-23T12:50:53.497Z | Checking usdt-impl v0.5.0 |
2163 | 2025-02-23T12:50:53.653Z | Checking hyper v1.5.2 |
2164 | 2025-02-23T12:50:53.680Z | Checking num-integer v0.1.46 |
2165 | 2025-02-23T12:50:54.028Z | Checking rustls-pemfile v2.2.0 |
2166 | 2025-02-23T12:50:54.041Z | Checking semver v1.0.25 |
2167 | 2025-02-23T12:50:54.168Z | Checking md-5 v0.10.6 |
2168 | 2025-02-23T12:50:54.245Z | Checking ff v0.13.0 |
2169 | 2025-02-23T12:50:54.321Z | Checking hash32 v0.2.1 |
2170 | 2025-02-23T12:50:54.373Z | Checking is-terminal v0.4.13 |
2171 | 2025-02-23T12:50:54.443Z | Checking memmap v0.7.0 |
2172 | 2025-02-23T12:50:54.460Z | Checking object v0.36.5 |
2173 | 2025-02-23T12:50:54.502Z | Checking rustc-demangle v0.1.24 |
2174 | 2025-02-23T12:50:54.621Z | Checking psl-types v2.0.11 |
2175 | 2025-02-23T12:50:54.667Z | Checking utf-8 v0.7.6 |
2176 | 2025-02-23T12:50:54.823Z | Checking fallible-iterator v0.2.0 |
2177 | 2025-02-23T12:50:54.891Z | Checking is_terminal_polyfill v1.70.1 |
2178 | 2025-02-23T12:50:54.927Z | Checking base16ct v0.2.0 |
2179 | 2025-02-23T12:50:55.022Z | Checking colorchoice v1.0.2 |
2180 | 2025-02-23T12:50:55.141Z | Checking quick-error v1.2.3 |
2181 | 2025-02-23T12:50:55.181Z | Checking take_mut v0.2.2 |
2182 | 2025-02-23T12:50:55.303Z | Checking linked-hash-map v0.5.6 |
2183 | 2025-02-23T12:50:55.340Z | Checking dyn-clone v1.0.18 |
2184 | 2025-02-23T12:50:55.376Z | Checking anstyle-query v1.1.1 |
2185 | 2025-02-23T12:50:55.501Z | Checking schemars v0.8.21 |
2186 | 2025-02-23T12:50:55.520Z | Checking anstream v0.6.15 |
2187 | 2025-02-23T12:50:55.612Z | Checking lru-cache v0.1.2 |
2188 | 2025-02-23T12:50:55.665Z | Checking hyper-util v0.1.10 |
2189 | 2025-02-23T12:50:55.786Z | Checking toml v0.8.19 |
2190 | 2025-02-23T12:50:55.801Z | Checking postgres-protocol v0.6.7 |
2191 | 2025-02-23T12:50:55.897Z | Checking slog-async v2.8.0 |
2192 | 2025-02-23T12:50:56.155Z | Checking tokio-rustls v0.25.0 |
2193 | 2025-02-23T12:50:56.197Z | Checking resolv-conf v0.7.0 |
2194 | 2025-02-23T12:50:56.445Z | Checking sec1 v0.7.3 |
2195 | 2025-02-23T12:50:56.471Z | Checking tungstenite v0.24.0 |
2196 | 2025-02-23T12:50:56.543Z | Checking publicsuffix v2.3.0 |
2197 | 2025-02-23T12:50:56.565Z | Checking usdt v0.5.0 |
2198 | 2025-02-23T12:50:56.806Z | Checking heapless v0.7.17 |
2199 | 2025-02-23T12:50:56.825Z | Checking slog-term v2.9.1 |
2200 | 2025-02-23T12:50:56.847Z | Checking group v0.13.0 |
2201 | 2025-02-23T12:50:57.071Z | Checking num-iter v0.1.45 |
2202 | 2025-02-23T12:50:57.102Z | Checking futures v0.3.31 |
2203 | 2025-02-23T12:50:57.222Z | Checking slog-bunyan v2.5.0 |
2204 | 2025-02-23T12:50:57.251Z | Checking rayon-core v1.12.1 |
2205 | 2025-02-23T12:50:57.314Z | Checking tokio-native-tls v0.3.1 |
2206 | 2025-02-23T12:50:57.333Z | Checking hickory-proto v0.24.3 |
2207 | 2025-02-23T12:50:57.391Z | Checking multer v3.1.0 |
2208 | 2025-02-23T12:50:57.572Z | Checking terminal_size v0.4.0 |
2209 | 2025-02-23T12:50:57.679Z | Checking phf_shared v0.11.2 |
2210 | 2025-02-23T12:50:57.758Z | Checking cookie v0.18.1 |
2211 | 2025-02-23T12:50:57.777Z | Checking async-stream v0.3.6 |
2212 | 2025-02-23T12:50:57.876Z | Checking bzip2-sys v0.1.11+1.0.8 |
2213 | 2025-02-23T12:50:57.896Z | Checking tokio-rustls v0.26.0 |
2214 | 2025-02-23T12:50:57.943Z | Checking camino v1.1.9 |
2215 | 2025-02-23T12:50:57.958Z | Checking waitgroup v0.1.2 |
2216 | 2025-02-23T12:50:57.978Z | Checking signal-hook v0.3.17 |
2217 | 2025-02-23T12:50:57.998Z | Checking lazy_static v1.5.0 |
2218 | 2025-02-23T12:50:58.103Z | Checking openapiv3 v2.0.0 |
2219 | 2025-02-23T12:50:58.123Z | Checking webpki-roots v0.26.6 |
2220 | 2025-02-23T12:50:58.212Z | Checking serde_path_to_error v0.1.16 |
2221 | 2025-02-23T12:50:58.284Z | Checking hkdf v0.12.4 |
2222 | 2025-02-23T12:50:58.299Z | Checking crypto-bigint v0.5.5 |
2223 | 2025-02-23T12:50:58.330Z | Checking sync_wrapper v1.0.1 |
2224 | 2025-02-23T12:50:58.458Z | Checking hostname v0.4.0 |
2225 | 2025-02-23T12:50:58.489Z | Checking crc32fast v1.4.2 |
2226 | 2025-02-23T12:50:58.504Z | Checking strsim v0.11.1 |
2227 | 2025-02-23T12:50:58.613Z | Checking debug-ignore v1.0.5 |
2228 | 2025-02-23T12:50:58.733Z | Checking bitflags v1.3.2 |
2229 | 2025-02-23T12:50:58.756Z | Checking tower-layer v0.3.3 |
2230 | 2025-02-23T12:50:58.789Z | Checking managed v0.8.0 |
2231 | 2025-02-23T12:50:58.806Z | Checking unicode-width v0.2.0 |
2232 | 2025-02-23T12:50:58.841Z | Checking winnow v0.5.40 |
2233 | 2025-02-23T12:50:59.004Z | Checking clap_lex v0.7.4 |
2234 | 2025-02-23T12:50:59.168Z | Checking smoltcp v0.9.1 |
2235 | 2025-02-23T12:50:59.260Z | Checking clap_builder v4.5.30 |
2236 | 2025-02-23T12:50:59.292Z | Checking console v0.15.10 |
2237 | 2025-02-23T12:50:59.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2238 | 2025-02-23T12:51:00.177Z | Checking tower v0.5.2 |
2239 | 2025-02-23T12:51:00.503Z | Checking backtrace v0.3.74 |
2240 | 2025-02-23T12:51:00.588Z | Checking flate2 v1.0.35 |
2241 | 2025-02-23T12:51:00.911Z | Checking hyper-rustls v0.27.3 |
2242 | 2025-02-23T12:51:01.060Z | Checking elliptic-curve v0.13.8 |
2243 | 2025-02-23T12:51:01.078Z | Checking anyhow v1.0.96 |
2244 | 2025-02-23T12:51:01.212Z | Checking dropshot v0.12.0 |
2245 | 2025-02-23T12:51:01.214Z | Checking signal-hook-mio v0.2.4 |
2246 | 2025-02-23T12:51:01.256Z | Checking cookie_store v0.21.1 |
2247 | 2025-02-23T12:51:01.367Z | Checking num-bigint-dig v0.8.4 |
2248 | 2025-02-23T12:51:01.464Z | Checking bzip2 v0.4.4 |
2249 | 2025-02-23T12:51:01.564Z | Checking toml_edit v0.19.15 |
2250 | 2025-02-23T12:51:01.695Z | Checking phf v0.11.2 |
2251 | 2025-02-23T12:51:01.757Z | Checking rayon v1.10.0 |
2252 | 2025-02-23T12:51:01.922Z | Checking hickory-resolver v0.24.3 |
2253 | 2025-02-23T12:51:01.938Z | Checking hyper-tls v0.6.0 |
2254 | 2025-02-23T12:51:01.957Z | Checking tokio-tungstenite v0.24.0 |
2255 | 2025-02-23T12:51:02.216Z | Checking postgres-types v0.2.8 |
2256 | 2025-02-23T12:51:02.257Z | Checking regex v1.11.1 |
2257 | 2025-02-23T12:51:02.431Z | Checking bstr v1.10.0 |
2258 | 2025-02-23T12:51:02.853Z | Checking ed25519 v2.2.3 |
2259 | 2025-02-23T12:51:02.893Z | Checking tokio-stream v0.1.16 |
2260 | 2025-02-23T12:51:03.168Z | Checking phf_shared v0.10.0 |
2261 | 2025-02-23T12:51:03.316Z | Checking curve25519-dalek v4.1.3 |
2262 | 2025-02-23T12:51:03.338Z | Checking zerocopy v0.6.6 |
2263 | 2025-02-23T12:51:03.423Z | Checking hubpack v0.1.2 |
2264 | 2025-02-23T12:51:03.524Z | Checking memoffset v0.9.1 |
2265 | 2025-02-23T12:51:03.643Z | Checking portable-atomic v1.9.0 |
2266 | 2025-02-23T12:51:03.660Z | Checking pkcs1 v0.7.5 |
2267 | 2025-02-23T12:51:03.725Z | Checking float-cmp v0.10.0 |
2268 | 2025-02-23T12:51:03.946Z | Checking serde-big-array v0.5.1 |
2269 | 2025-02-23T12:51:04.010Z | Checking rfc6979 v0.4.0 |
2270 | 2025-02-23T12:51:04.012Z | Checking difflib v0.4.0 |
2271 | 2025-02-23T12:51:04.072Z | Checking static_assertions v1.1.0 |
2272 | 2025-02-23T12:51:04.166Z | Checking whoami v1.5.2 |
2273 | 2025-02-23T12:51:04.182Z | Checking precomputed-hash v0.1.1 |
2274 | 2025-02-23T12:51:04.200Z | Checking unicode-segmentation v1.12.0 |
2275 | 2025-02-23T12:51:04.298Z | Checking predicates-core v1.0.8 |
2276 | 2025-02-23T12:51:04.373Z | Checking minimal-lexical v0.2.1 |
2277 | 2025-02-23T12:51:04.471Z | Checking normalize-line-endings v0.3.0 |
2278 | 2025-02-23T12:51:04.495Z | Checking bit-vec v0.6.3 |
2279 | 2025-02-23T12:51:04.591Z | Checking number_prefix v0.4.0 |
2280 | 2025-02-23T12:51:04.591Z | Checking fixedbitset v0.4.2 |
2281 | 2025-02-23T12:51:04.633Z | Checking new_debug_unreachable v1.0.6 |
2282 | 2025-02-23T12:51:04.734Z | Checking string_cache v0.8.7 |
2283 | 2025-02-23T12:51:04.764Z | Checking nom v7.1.3 |
2284 | 2025-02-23T12:51:04.791Z | Checking qorb v0.2.1 |
2285 | 2025-02-23T12:51:04.839Z | Checking bit-set v0.5.3 |
2286 | 2025-02-23T12:51:04.870Z | Checking petgraph v0.6.5 |
2287 | 2025-02-23T12:51:04.887Z | Checking similar v2.6.0 |
2288 | 2025-02-23T12:51:05.023Z | Checking predicates v3.1.3 |
2289 | 2025-02-23T12:51:05.088Z | Checking tokio-postgres v0.7.12 |
2290 | 2025-02-23T12:51:05.105Z | Checking ed25519-dalek v2.1.1 |
2291 | 2025-02-23T12:51:05.218Z | Checking indicatif v0.17.11 |
2292 | 2025-02-23T12:51:05.529Z | Checking ecdsa v0.16.9 |
2293 | 2025-02-23T12:51:05.625Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2294 | 2025-02-23T12:51:05.715Z | Checking rsa v0.9.6 |
2295 | 2025-02-23T12:51:06.028Z | Checking toml v0.7.8 |
2296 | 2025-02-23T12:51:06.224Z | Checking nix v0.29.0 |
2297 | 2025-02-23T12:51:06.720Z | Checking clap v4.5.30 |
2298 | 2025-02-23T12:51:06.757Z | Checking reqwest v0.12.12 |
2299 | 2025-02-23T12:51:06.849Z | Checking zip v0.6.6 |
2300 | 2025-02-23T12:51:07.256Z | Checking crossterm v0.28.1 |
2301 | 2025-02-23T12:51:07.448Z | Checking fs-err v2.11.0 |
2302 | 2025-02-23T12:51:07.536Z | Checking ahash v0.8.11 |
2303 | 2025-02-23T12:51:07.863Z | Checking itertools v0.10.5 |
2304 | 2025-02-23T12:51:07.880Z | Checking itertools v0.14.0 |
2305 | 2025-02-23T12:51:07.926Z | Checking itertools v0.12.1 |
2306 | 2025-02-23T12:51:07.968Z | Checking x509-cert v0.2.5 |
2307 | 2025-02-23T12:51:08.036Z | Checking hex v0.4.3 |
2308 | 2025-02-23T12:51:08.532Z | Checking peg-runtime v0.8.3 |
2309 | 2025-02-23T12:51:08.570Z | Checking lalrpop-util v0.19.12 |
2310 | 2025-02-23T12:51:08.784Z | Checking sigpipe v0.1.3 |
2311 | 2025-02-23T12:51:10.090Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2312 | 2025-02-23T12:51:10.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.17s |
2313 | 2025-02-23T12:51:10.578Z | |
2314 | 2025-02-23T12:51:10.578Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2315 | 2025-02-23T12:51:11.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2025-02-23T12:51:11.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2025-02-23T12:51:11.245Z | Compiling hashbrown v0.14.5 |
2318 | 2025-02-23T12:51:11.370Z | Checking heck v0.5.0 |
2319 | 2025-02-23T12:51:11.384Z | Compiling unsafe-libyaml v0.2.11 |
2320 | 2025-02-23T12:51:11.396Z | Checking ipnetwork v0.21.1 |
2321 | 2025-02-23T12:51:11.407Z | Compiling ident_case v1.0.1 |
2322 | 2025-02-23T12:51:11.432Z | Checking progenitor-client v0.8.0 |
2323 | 2025-02-23T12:51:11.447Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2324 | 2025-02-23T12:51:11.562Z | Compiling darling_core v0.20.10 |
2325 | 2025-02-23T12:51:11.604Z | Checking newtype-uuid v1.2.1 |
2326 | 2025-02-23T12:51:11.743Z | Checking oxnet v0.1.0 |
2327 | 2025-02-23T12:51:11.764Z | Compiling proc-macro-crate v1.3.1 |
2328 | 2025-02-23T12:51:11.817Z | Compiling structmeta-derive v0.3.0 |
2329 | 2025-02-23T12:51:11.881Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2330 | 2025-02-23T12:51:12.104Z | Compiling thiserror v2.0.11 |
2331 | 2025-02-23T12:51:12.211Z | Compiling lzma-sys v0.1.20 |
2332 | 2025-02-23T12:51:12.382Z | Compiling regress v0.10.1 |
2333 | 2025-02-23T12:51:12.659Z | Compiling serde_yaml v0.9.34+deprecated |
2334 | 2025-02-23T12:51:12.933Z | Compiling num_enum_derive v0.5.11 |
2335 | 2025-02-23T12:51:13.041Z | Compiling foreign-types-macros v0.2.3 |
2336 | 2025-02-23T12:51:13.126Z | Compiling daft-derive v0.1.1 |
2337 | 2025-02-23T12:51:14.312Z | Compiling thiserror-impl v2.0.11 |
2338 | 2025-02-23T12:51:14.364Z | Compiling structmeta v0.3.0 |
2339 | 2025-02-23T12:51:14.663Z | Compiling dropshot v0.15.1 |
2340 | 2025-02-23T12:51:14.755Z | Checking arc-swap v1.7.1 |
2341 | 2025-02-23T12:51:15.000Z | Checking foreign-types-shared v0.3.1 |
2342 | 2025-02-23T12:51:15.135Z | Checking num_enum v0.5.11 |
2343 | 2025-02-23T12:51:15.138Z | Checking foreign-types v0.5.0 |
2344 | 2025-02-23T12:51:15.168Z | Checking slog-scope v4.4.0 |
2345 | 2025-02-23T12:51:15.305Z | Compiling parse-display-derive v0.10.0 |
2346 | 2025-02-23T12:51:15.339Z | Checking daft v0.1.1 |
2347 | 2025-02-23T12:51:15.402Z | Compiling proc-macro-error v1.0.4 |
2348 | 2025-02-23T12:51:15.932Z | Checking typify-impl v0.2.0 |
2349 | 2025-02-23T12:51:16.063Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2025-02-23T12:51:16.080Z | Checking tungstenite v0.21.0 |
2351 | 2025-02-23T12:51:16.176Z | Compiling heck v0.3.3 |
2352 | 2025-02-23T12:51:16.593Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2353 | 2025-02-23T12:51:16.998Z | Compiling dropshot_endpoint v0.15.1 |
2354 | 2025-02-23T12:51:17.014Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2355 | 2025-02-23T12:51:17.400Z | Compiling darling_macro v0.20.10 |
2356 | 2025-02-23T12:51:17.441Z | Checking cstr-argument v0.1.2 |
2357 | 2025-02-23T12:51:17.628Z | Checking instant v0.1.13 |
2358 | 2025-02-23T12:51:17.683Z | Checking base64 v0.21.7 |
2359 | 2025-02-23T12:51:17.763Z | Checking pretty-hex v0.2.1 |
2360 | 2025-02-23T12:51:17.787Z | Checking fastrand v2.1.1 |
2361 | 2025-02-23T12:51:17.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2362 | 2025-02-23T12:51:18.114Z | Checking tempfile v3.13.0 |
2363 | 2025-02-23T12:51:18.142Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2364 | 2025-02-23T12:51:18.319Z | Compiling darling v0.20.10 |
2365 | 2025-02-23T12:51:18.384Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2366 | 2025-02-23T12:51:18.388Z | Checking backoff v0.4.0 |
2367 | 2025-02-23T12:51:18.415Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2368 | 2025-02-23T12:51:18.444Z | Compiling serde_with_macros v3.11.0 |
2369 | 2025-02-23T12:51:18.473Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2370 | 2025-02-23T12:51:18.527Z | Checking tokio-tungstenite v0.21.0 |
2371 | 2025-02-23T12:51:18.639Z | Checking strum v0.26.3 |
2372 | 2025-02-23T12:51:18.677Z | Compiling zone_cfg_derive v0.1.2 |
2373 | 2025-02-23T12:51:18.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2374 | 2025-02-23T12:51:18.807Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2375 | 2025-02-23T12:51:19.180Z | Checking slog-stdlog v4.1.1 |
2376 | 2025-02-23T12:51:19.200Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2377 | 2025-02-23T12:51:19.236Z | Checking parse-display v0.10.0 |
2378 | 2025-02-23T12:51:19.361Z | Checking regress v0.9.1 |
2379 | 2025-02-23T12:51:19.381Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2380 | 2025-02-23T12:51:19.441Z | Checking progenitor-client v0.9.1 |
2381 | 2025-02-23T12:51:19.473Z | Checking colored v2.1.0 |
2382 | 2025-02-23T12:51:19.657Z | Checking macaddr v1.0.1 |
2383 | 2025-02-23T12:51:19.772Z | Checking unicode-width v0.1.14 |
2384 | 2025-02-23T12:51:19.805Z | Checking base64 v0.13.1 |
2385 | 2025-02-23T12:51:20.006Z | Checking zone v0.1.8 |
2386 | 2025-02-23T12:51:20.202Z | Checking ron v0.7.1 |
2387 | 2025-02-23T12:51:20.255Z | Checking tabwriter v1.4.0 |
2388 | 2025-02-23T12:51:20.512Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2389 | 2025-02-23T12:51:20.673Z | Checking slog-envlogger v2.2.0 |
2390 | 2025-02-23T12:51:20.875Z | Checking serde_with v3.11.0 |
2391 | 2025-02-23T12:51:20.899Z | Checking xz2 v0.1.7 |
2392 | 2025-02-23T12:51:20.964Z | Checking xattr v1.3.1 |
2393 | 2025-02-23T12:51:21.293Z | Checking pem v3.0.4 |
2394 | 2025-02-23T12:51:21.308Z | Checking yasna v0.5.2 |
2395 | 2025-02-23T12:51:21.308Z | Checking headers-core v0.3.0 |
2396 | 2025-02-23T12:51:21.447Z | Checking smf v0.2.3 |
2397 | 2025-02-23T12:51:21.496Z | Checking filetime v0.2.25 |
2398 | 2025-02-23T12:51:21.707Z | Checking same-file v1.0.6 |
2399 | 2025-02-23T12:51:21.842Z | Checking tar v0.4.42 |
2400 | 2025-02-23T12:51:21.881Z | Checking walkdir v2.5.0 |
2401 | 2025-02-23T12:51:21.939Z | Checking headers v0.4.0 |
2402 | 2025-02-23T12:51:22.099Z | Checking rcgen v0.12.1 |
2403 | 2025-02-23T12:51:22.175Z | Checking camino-tempfile v1.1.1 |
2404 | 2025-02-23T12:51:22.464Z | Checking atomicwrites v0.4.4 |
2405 | 2025-02-23T12:51:22.683Z | Checking subprocess v0.2.9 |
2406 | 2025-02-23T12:51:25.030Z | Compiling typify-macro v0.2.0 |
2407 | 2025-02-23T12:51:26.549Z | Compiling typify v0.2.0 |
2408 | 2025-02-23T12:51:26.620Z | Compiling progenitor-impl v0.8.0 |
2409 | 2025-02-23T12:51:29.031Z | Compiling progenitor-macro v0.8.0 |
2410 | 2025-02-23T12:51:32.560Z | Checking progenitor v0.8.0 |
2411 | 2025-02-23T12:51:32.699Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2412 | 2025-02-23T12:51:32.702Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2413 | 2025-02-23T12:51:35.182Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2414 | 2025-02-23T12:51:35.522Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2415 | 2025-02-23T12:51:41.687Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2416 | 2025-02-23T12:51:43.231Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2417 | 2025-02-23T12:51:44.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s |
2418 | 2025-02-23T12:51:44.610Z | |
2419 | 2025-02-23T12:51:44.610Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2420 | 2025-02-23T12:51:45.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2025-02-23T12:51:45.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2025-02-23T12:51:45.282Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2423 | 2025-02-23T12:51:46.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2424 | 2025-02-23T12:51:46.787Z | |
2425 | 2025-02-23T12:51:46.787Z | info: running `cargo check --bins` on nexus-config (51/199) |
2426 | 2025-02-23T12:51:47.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2025-02-23T12:51:47.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2025-02-23T12:51:47.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2025-02-23T12:51:47.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2430 | 2025-02-23T12:51:47.419Z | |
2431 | 2025-02-23T12:51:47.419Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2432 | 2025-02-23T12:51:47.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2025-02-23T12:51:47.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2025-02-23T12:51:47.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2025-02-23T12:51:47.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2436 | 2025-02-23T12:51:48.037Z | |
2437 | 2025-02-23T12:51:48.037Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2438 | 2025-02-23T12:51:48.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2025-02-23T12:51:48.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2025-02-23T12:51:48.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2025-02-23T12:51:48.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2442 | 2025-02-23T12:51:48.654Z | |
2443 | 2025-02-23T12:51:48.654Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2444 | 2025-02-23T12:51:49.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2025-02-23T12:51:49.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2025-02-23T12:51:49.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2025-02-23T12:51:49.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2448 | 2025-02-23T12:51:49.281Z | |
2449 | 2025-02-23T12:51:49.281Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2450 | 2025-02-23T12:51:49.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2025-02-23T12:51:49.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2025-02-23T12:51:49.975Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2453 | 2025-02-23T12:51:50.088Z | Compiling ipnetwork v0.21.1 |
2454 | 2025-02-23T12:51:50.090Z | Compiling zerocopy v0.8.10 |
2455 | 2025-02-23T12:51:50.091Z | Compiling progenitor-client v0.8.0 |
2456 | 2025-02-23T12:51:50.091Z | Compiling itertools v0.13.0 |
2457 | 2025-02-23T12:51:50.091Z | Compiling zerocopy-derive v0.8.10 |
2458 | 2025-02-23T12:51:50.091Z | Compiling heapless v0.8.0 |
2459 | 2025-02-23T12:51:50.091Z | Compiling thiserror v2.0.11 |
2460 | 2025-02-23T12:51:50.255Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2461 | 2025-02-23T12:51:50.338Z | Checking hash32 v0.3.1 |
2462 | 2025-02-23T12:51:50.520Z | Compiling oxnet v0.1.0 |
2463 | 2025-02-23T12:51:50.546Z | Compiling progenitor v0.8.0 |
2464 | 2025-02-23T12:51:50.759Z | Compiling instant v0.1.13 |
2465 | 2025-02-23T12:51:50.874Z | Compiling daft v0.1.1 |
2466 | 2025-02-23T12:51:50.922Z | Compiling smoltcp v0.11.0 |
2467 | 2025-02-23T12:51:50.953Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2468 | 2025-02-23T12:51:50.970Z | Compiling backoff v0.4.0 |
2469 | 2025-02-23T12:51:51.165Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2470 | 2025-02-23T12:51:51.312Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2471 | 2025-02-23T12:51:51.339Z | Compiling dropshot v0.15.1 |
2472 | 2025-02-23T12:51:51.596Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2473 | 2025-02-23T12:51:51.772Z | Compiling serde_with v3.11.0 |
2474 | 2025-02-23T12:51:51.788Z | Compiling parse-display v0.10.0 |
2475 | 2025-02-23T12:51:51.805Z | Checking num-rational v0.4.2 |
2476 | 2025-02-23T12:51:52.369Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2477 | 2025-02-23T12:51:52.425Z | Compiling progenitor-client v0.9.1 |
2478 | 2025-02-23T12:51:52.928Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2479 | 2025-02-23T12:51:52.979Z | Compiling regress v0.9.1 |
2480 | 2025-02-23T12:51:53.954Z | Compiling phf_generator v0.11.2 |
2481 | 2025-02-23T12:51:54.157Z | Checking num-complex v0.4.6 |
2482 | 2025-02-23T12:51:55.109Z | Compiling macaddr v1.0.1 |
2483 | 2025-02-23T12:51:55.456Z | Checking cobs v0.2.3 |
2484 | 2025-02-23T12:51:55.519Z | Checking num v0.4.3 |
2485 | 2025-02-23T12:51:55.633Z | Compiling phf_codegen v0.11.2 |
2486 | 2025-02-23T12:51:55.667Z | Checking postcard v1.0.10 |
2487 | 2025-02-23T12:51:55.986Z | Compiling parse-zoneinfo v0.3.1 |
2488 | 2025-02-23T12:51:56.219Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2489 | 2025-02-23T12:51:56.545Z | Checking float-ord v0.3.2 |
2490 | 2025-02-23T12:51:57.708Z | Compiling convert_case v0.4.0 |
2491 | 2025-02-23T12:51:58.000Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2492 | 2025-02-23T12:51:58.168Z | Compiling chrono-tz-build v0.4.0 |
2493 | 2025-02-23T12:51:58.438Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2494 | 2025-02-23T12:51:58.504Z | Compiling derive_more v0.99.19 |
2495 | 2025-02-23T12:51:58.776Z | Compiling crucible-workspace-hack v0.1.0 |
2496 | 2025-02-23T12:51:59.104Z | Checking newline-converter v0.3.0 |
2497 | 2025-02-23T12:51:59.287Z | Checking prettyplease v0.2.29 |
2498 | 2025-02-23T12:51:59.303Z | Compiling chrono-tz v0.10.1 |
2499 | 2025-02-23T12:51:59.528Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2500 | 2025-02-23T12:51:59.989Z | Compiling slog-dtrace v0.3.0 |
2501 | 2025-02-23T12:52:00.198Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2502 | 2025-02-23T12:52:00.212Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2503 | 2025-02-23T12:52:00.452Z | Checking expectorate v1.1.0 |
2504 | 2025-02-23T12:52:00.470Z | Compiling zone_cfg_derive v0.3.0 |
2505 | 2025-02-23T12:52:00.745Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2506 | 2025-02-23T12:52:01.313Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2507 | 2025-02-23T12:52:01.561Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2508 | 2025-02-23T12:52:01.844Z | Compiling const_format_proc_macros v0.2.34 |
2509 | 2025-02-23T12:52:01.862Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2510 | 2025-02-23T12:52:01.864Z | Compiling num-derive v0.4.2 |
2511 | 2025-02-23T12:52:01.918Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2512 | 2025-02-23T12:52:02.181Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2513 | 2025-02-23T12:52:02.237Z | Checking highway v1.2.0 |
2514 | 2025-02-23T12:52:02.711Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2515 | 2025-02-23T12:52:02.906Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2516 | 2025-02-23T12:52:02.975Z | Checking zone v0.3.0 |
2517 | 2025-02-23T12:52:03.532Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2518 | 2025-02-23T12:52:03.792Z | Checking const_format v0.2.34 |
2519 | 2025-02-23T12:52:04.111Z | Checking gethostname v0.5.0 |
2520 | 2025-02-23T12:52:04.131Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2521 | 2025-02-23T12:52:04.239Z | Checking bcs v0.1.6 |
2522 | 2025-02-23T12:52:04.267Z | Compiling async-recursion v1.1.1 |
2523 | 2025-02-23T12:52:04.508Z | Checking nanorand v0.7.0 |
2524 | 2025-02-23T12:52:04.570Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2525 | 2025-02-23T12:52:04.706Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2526 | 2025-02-23T12:52:04.842Z | Checking termtree v0.5.1 |
2527 | 2025-02-23T12:52:04.980Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2528 | 2025-02-23T12:52:05.050Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2529 | 2025-02-23T12:52:05.185Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2530 | 2025-02-23T12:52:05.596Z | Checking flume v0.11.1 |
2531 | 2025-02-23T12:52:07.082Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2532 | 2025-02-23T12:52:11.481Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2533 | 2025-02-23T12:52:14.719Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2534 | 2025-02-23T12:52:17.165Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2535 | 2025-02-23T12:52:18.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.10s |
2536 | 2025-02-23T12:52:18.581Z | |
2537 | 2025-02-23T12:52:18.581Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2538 | 2025-02-23T12:52:19.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-02-23T12:52:19.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-02-23T12:52:19.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-02-23T12:52:19.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2542 | 2025-02-23T12:52:19.224Z | |
2543 | 2025-02-23T12:52:19.224Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2544 | 2025-02-23T12:52:19.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-02-23T12:52:19.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-02-23T12:52:19.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-02-23T12:52:19.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2548 | 2025-02-23T12:52:19.864Z | |
2549 | 2025-02-23T12:52:19.864Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2550 | 2025-02-23T12:52:20.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-02-23T12:52:20.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-02-23T12:52:20.525Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2553 | 2025-02-23T12:52:21.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2554 | 2025-02-23T12:52:21.317Z | |
2555 | 2025-02-23T12:52:21.317Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2556 | 2025-02-23T12:52:21.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-02-23T12:52:21.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-02-23T12:52:21.997Z | Compiling cfg_aliases v0.1.1 |
2559 | 2025-02-23T12:52:22.000Z | Compiling vte_generate_state_changes v0.1.2 |
2560 | 2025-02-23T12:52:22.000Z | Checking fd-lock v4.0.2 |
2561 | 2025-02-23T12:52:22.000Z | Checking nibble_vec v0.1.0 |
2562 | 2025-02-23T12:52:22.000Z | Checking bytecount v0.6.8 |
2563 | 2025-02-23T12:52:22.000Z | Checking endian-type v0.1.2 |
2564 | 2025-02-23T12:52:22.121Z | Compiling tabled_derive v0.7.0 |
2565 | 2025-02-23T12:52:22.145Z | Compiling peg-macros v0.8.4 |
2566 | 2025-02-23T12:52:22.185Z | Compiling nix v0.28.0 |
2567 | 2025-02-23T12:52:22.250Z | Checking papergrid v0.11.0 |
2568 | 2025-02-23T12:52:22.266Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2569 | 2025-02-23T12:52:22.323Z | Compiling sqlparser_derive v0.2.2 |
2570 | 2025-02-23T12:52:22.361Z | Checking radix_trie v0.2.1 |
2571 | 2025-02-23T12:52:22.699Z | Checking vte v0.11.1 |
2572 | 2025-02-23T12:52:22.746Z | Checking home v0.5.9 |
2573 | 2025-02-23T12:52:22.905Z | Checking unicode_categories v0.1.1 |
2574 | 2025-02-23T12:52:23.199Z | Checking nu-ansi-term v0.50.1 |
2575 | 2025-02-23T12:52:23.301Z | Checking sqlformat v0.2.6 |
2576 | 2025-02-23T12:52:23.368Z | Checking sqlparser v0.45.0 |
2577 | 2025-02-23T12:52:23.637Z | Checking display-error-chain v0.2.2 |
2578 | 2025-02-23T12:52:24.119Z | Checking strip-ansi-escapes v0.2.0 |
2579 | 2025-02-23T12:52:24.271Z | Checking reedline v0.35.0 |
2580 | 2025-02-23T12:52:24.287Z | Checking tabled v0.15.0 |
2581 | 2025-02-23T12:52:24.656Z | Checking peg v0.8.4 |
2582 | 2025-02-23T12:52:25.141Z | Checking rustyline v14.0.0 |
2583 | 2025-02-23T12:52:33.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s |
2584 | 2025-02-23T12:52:33.819Z | |
2585 | 2025-02-23T12:52:33.819Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2586 | 2025-02-23T12:52:34.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-02-23T12:52:34.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-02-23T12:52:34.508Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2589 | 2025-02-23T12:52:39.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
2590 | 2025-02-23T12:52:39.909Z | |
2591 | 2025-02-23T12:52:39.909Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2592 | 2025-02-23T12:52:40.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-02-23T12:52:40.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-02-23T12:52:40.581Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2595 | 2025-02-23T12:52:44.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
2596 | 2025-02-23T12:52:44.198Z | |
2597 | 2025-02-23T12:52:44.198Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2598 | 2025-02-23T12:52:44.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-02-23T12:52:44.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-02-23T12:52:44.871Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2601 | 2025-02-23T12:52:49.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2602 | 2025-02-23T12:52:49.811Z | |
2603 | 2025-02-23T12:52:49.811Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2604 | 2025-02-23T12:52:50.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-02-23T12:52:50.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-02-23T12:52:50.493Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2607 | 2025-02-23T12:52:55.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2608 | 2025-02-23T12:52:55.772Z | |
2609 | 2025-02-23T12:52:55.772Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2610 | 2025-02-23T12:52:56.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-02-23T12:52:56.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-02-23T12:52:56.226Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2613 | 2025-02-23T12:52:59.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
2614 | 2025-02-23T12:53:00.010Z | |
2615 | 2025-02-23T12:53:00.010Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2616 | 2025-02-23T12:53:00.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-02-23T12:53:00.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-02-23T12:53:00.681Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2619 | 2025-02-23T12:53:04.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2620 | 2025-02-23T12:53:04.560Z | |
2621 | 2025-02-23T12:53:04.560Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2622 | 2025-02-23T12:53:05.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-02-23T12:53:05.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-02-23T12:53:05.233Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2625 | 2025-02-23T12:53:10.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2626 | 2025-02-23T12:53:10.391Z | |
2627 | 2025-02-23T12:53:10.391Z | info: running `cargo check --bins` on oximeter (67/199) |
2628 | 2025-02-23T12:53:10.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-02-23T12:53:10.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-02-23T12:53:10.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-02-23T12:53:10.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2632 | 2025-02-23T12:53:11.026Z | |
2633 | 2025-02-23T12:53:11.026Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2634 | 2025-02-23T12:53:11.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-02-23T12:53:11.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-02-23T12:53:11.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-02-23T12:53:11.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2638 | 2025-02-23T12:53:11.636Z | |
2639 | 2025-02-23T12:53:11.637Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2640 | 2025-02-23T12:53:12.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-02-23T12:53:12.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-02-23T12:53:12.277Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2643 | 2025-02-23T12:53:14.226Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2644 | 2025-02-23T12:53:15.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
2645 | 2025-02-23T12:53:15.326Z | |
2646 | 2025-02-23T12:53:15.326Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2647 | 2025-02-23T12:53:15.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2025-02-23T12:53:15.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2025-02-23T12:53:15.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2025-02-23T12:53:15.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2651 | 2025-02-23T12:53:15.957Z | |
2652 | 2025-02-23T12:53:15.957Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2653 | 2025-02-23T12:53:16.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2025-02-23T12:53:16.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2025-02-23T12:53:16.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2025-02-23T12:53:16.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2657 | 2025-02-23T12:53:16.592Z | |
2658 | 2025-02-23T12:53:16.592Z | info: running `cargo check --bins` on oxql-types (72/199) |
2659 | 2025-02-23T12:53:17.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2025-02-23T12:53:17.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2025-02-23T12:53:17.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2025-02-23T12:53:17.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2663 | 2025-02-23T12:53:17.222Z | |
2664 | 2025-02-23T12:53:17.222Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2665 | 2025-02-23T12:53:17.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2025-02-23T12:53:17.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2025-02-23T12:53:17.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2025-02-23T12:53:17.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2669 | 2025-02-23T12:53:17.881Z | |
2670 | 2025-02-23T12:53:17.881Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2671 | 2025-02-23T12:53:18.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2025-02-23T12:53:18.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2025-02-23T12:53:18.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2025-02-23T12:53:18.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2675 | 2025-02-23T12:53:18.519Z | |
2676 | 2025-02-23T12:53:18.519Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2677 | 2025-02-23T12:53:19.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2025-02-23T12:53:19.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2025-02-23T12:53:19.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2025-02-23T12:53:19.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2681 | 2025-02-23T12:53:19.180Z | |
2682 | 2025-02-23T12:53:19.180Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2683 | 2025-02-23T12:53:19.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-02-23T12:53:19.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-02-23T12:53:19.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-02-23T12:53:19.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2687 | 2025-02-23T12:53:19.821Z | |
2688 | 2025-02-23T12:53:19.821Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2689 | 2025-02-23T12:53:20.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-02-23T12:53:20.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-02-23T12:53:20.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-02-23T12:53:20.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2693 | 2025-02-23T12:53:20.465Z | |
2694 | 2025-02-23T12:53:20.465Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2695 | 2025-02-23T12:53:21.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-02-23T12:53:21.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-02-23T12:53:21.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2025-02-23T12:53:21.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2699 | 2025-02-23T12:53:21.111Z | |
2700 | 2025-02-23T12:53:21.111Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2701 | 2025-02-23T12:53:21.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-02-23T12:53:21.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-02-23T12:53:21.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2025-02-23T12:53:21.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2705 | 2025-02-23T12:53:21.731Z | |
2706 | 2025-02-23T12:53:21.732Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2707 | 2025-02-23T12:53:22.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-02-23T12:53:22.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-02-23T12:53:22.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2025-02-23T12:53:22.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2711 | 2025-02-23T12:53:22.385Z | |
2712 | 2025-02-23T12:53:22.385Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2713 | 2025-02-23T12:53:22.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2025-02-23T12:53:22.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2025-02-23T12:53:22.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2025-02-23T12:53:22.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2717 | 2025-02-23T12:53:23.024Z | |
2718 | 2025-02-23T12:53:23.024Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2719 | 2025-02-23T12:53:23.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2025-02-23T12:53:23.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2025-02-23T12:53:23.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2025-02-23T12:53:23.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2723 | 2025-02-23T12:53:23.661Z | |
2724 | 2025-02-23T12:53:23.661Z | info: running `cargo check --bins` on dpd-client (83/199) |
2725 | 2025-02-23T12:53:24.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2025-02-23T12:53:24.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2025-02-23T12:53:24.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2025-02-23T12:53:24.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2729 | 2025-02-23T12:53:24.289Z | |
2730 | 2025-02-23T12:53:24.289Z | info: running `cargo check --bins` on gateway-client (84/199) |
2731 | 2025-02-23T12:53:24.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2025-02-23T12:53:24.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2025-02-23T12:53:24.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2025-02-23T12:53:24.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2735 | 2025-02-23T12:53:24.915Z | |
2736 | 2025-02-23T12:53:24.915Z | info: running `cargo check --bins` on installinator-client (85/199) |
2737 | 2025-02-23T12:53:25.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2025-02-23T12:53:25.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2025-02-23T12:53:25.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2025-02-23T12:53:25.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2741 | 2025-02-23T12:53:25.572Z | |
2742 | 2025-02-23T12:53:25.572Z | info: running `cargo check --bins` on installinator-common (86/199) |
2743 | 2025-02-23T12:53:26.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2025-02-23T12:53:26.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2025-02-23T12:53:26.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2025-02-23T12:53:26.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2747 | 2025-02-23T12:53:26.221Z | |
2748 | 2025-02-23T12:53:26.221Z | info: running `cargo check --bins` on update-engine (87/199) |
2749 | 2025-02-23T12:53:26.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2025-02-23T12:53:26.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2025-02-23T12:53:26.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2025-02-23T12:53:26.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2753 | 2025-02-23T12:53:26.846Z | |
2754 | 2025-02-23T12:53:26.846Z | info: running `cargo check --bins` on nexus-client (88/199) |
2755 | 2025-02-23T12:53:27.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2025-02-23T12:53:27.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2025-02-23T12:53:27.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2025-02-23T12:53:27.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2759 | 2025-02-23T12:53:27.504Z | |
2760 | 2025-02-23T12:53:27.504Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2761 | 2025-02-23T12:53:28.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2025-02-23T12:53:28.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2025-02-23T12:53:28.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2025-02-23T12:53:28.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2765 | 2025-02-23T12:53:28.151Z | |
2766 | 2025-02-23T12:53:28.151Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2767 | 2025-02-23T12:53:28.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2025-02-23T12:53:28.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2025-02-23T12:53:28.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2025-02-23T12:53:28.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2771 | 2025-02-23T12:53:28.773Z | |
2772 | 2025-02-23T12:53:28.773Z | info: running `cargo check --bins` on nexus-types (91/199) |
2773 | 2025-02-23T12:53:29.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2025-02-23T12:53:29.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2025-02-23T12:53:29.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2025-02-23T12:53:29.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2777 | 2025-02-23T12:53:29.429Z | |
2778 | 2025-02-23T12:53:29.429Z | info: running `cargo check --bins` on oxide-client (92/199) |
2779 | 2025-02-23T12:53:29.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-02-23T12:53:29.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-02-23T12:53:29.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-02-23T12:53:29.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2783 | 2025-02-23T12:53:30.044Z | |
2784 | 2025-02-23T12:53:30.044Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2785 | 2025-02-23T12:53:30.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-02-23T12:53:30.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-02-23T12:53:30.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-02-23T12:53:30.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2789 | 2025-02-23T12:53:30.694Z | |
2790 | 2025-02-23T12:53:30.694Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2791 | 2025-02-23T12:53:31.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-02-23T12:53:31.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-02-23T12:53:31.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-02-23T12:53:31.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2795 | 2025-02-23T12:53:31.294Z | |
2796 | 2025-02-23T12:53:31.294Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2797 | 2025-02-23T12:53:31.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-02-23T12:53:31.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-02-23T12:53:31.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-02-23T12:53:31.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2801 | 2025-02-23T12:53:31.947Z | |
2802 | 2025-02-23T12:53:31.947Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2803 | 2025-02-23T12:53:32.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-02-23T12:53:32.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-02-23T12:53:32.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-02-23T12:53:32.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2807 | 2025-02-23T12:53:32.636Z | |
2808 | 2025-02-23T12:53:32.636Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2809 | 2025-02-23T12:53:33.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-02-23T12:53:33.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-02-23T12:53:33.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-02-23T12:53:33.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2813 | 2025-02-23T12:53:33.304Z | |
2814 | 2025-02-23T12:53:33.304Z | info: running `cargo check --bins` on wicket-common (98/199) |
2815 | 2025-02-23T12:53:33.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-02-23T12:53:33.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-02-23T12:53:33.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-02-23T12:53:33.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2819 | 2025-02-23T12:53:33.966Z | |
2820 | 2025-02-23T12:53:33.966Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2821 | 2025-02-23T12:53:34.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-02-23T12:53:34.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-02-23T12:53:34.632Z | Checking csv-core v0.1.11 |
2824 | 2025-02-23T12:53:34.632Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2825 | 2025-02-23T12:53:34.634Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2826 | 2025-02-23T12:53:34.635Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2827 | 2025-02-23T12:53:34.902Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2828 | 2025-02-23T12:53:34.953Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2829 | 2025-02-23T12:53:34.971Z | Checking csv v1.3.1 |
2830 | 2025-02-23T12:53:35.561Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2831 | 2025-02-23T12:53:35.909Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2832 | 2025-02-23T12:53:37.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
2833 | 2025-02-23T12:53:37.638Z | |
2834 | 2025-02-23T12:53:37.638Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2835 | 2025-02-23T12:53:38.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-02-23T12:53:38.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-02-23T12:53:38.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-02-23T12:53:38.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2839 | 2025-02-23T12:53:38.277Z | |
2840 | 2025-02-23T12:53:38.277Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2841 | 2025-02-23T12:53:38.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-02-23T12:53:38.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-02-23T12:53:38.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2025-02-23T12:53:38.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2845 | 2025-02-23T12:53:38.907Z | |
2846 | 2025-02-23T12:53:38.907Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2847 | 2025-02-23T12:53:39.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-02-23T12:53:39.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-02-23T12:53:39.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2025-02-23T12:53:39.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2851 | 2025-02-23T12:53:39.647Z | |
2852 | 2025-02-23T12:53:39.647Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2853 | 2025-02-23T12:53:40.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-02-23T12:53:40.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-02-23T12:53:40.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2025-02-23T12:53:40.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2857 | 2025-02-23T12:53:40.387Z | |
2858 | 2025-02-23T12:53:40.387Z | info: running `cargo check --bins` on dns-server (104/199) |
2859 | 2025-02-23T12:53:40.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2025-02-23T12:53:40.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2025-02-23T12:53:41.045Z | Compiling typify-impl v0.3.0 |
2862 | 2025-02-23T12:53:41.153Z | Compiling parking_lot_core v0.8.6 |
2863 | 2025-02-23T12:53:41.165Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2864 | 2025-02-23T12:53:41.172Z | Checking fxhash v0.2.1 |
2865 | 2025-02-23T12:53:41.175Z | Checking hickory-client v0.24.3 |
2866 | 2025-02-23T12:53:41.196Z | Checking hickory-server v0.24.3 |
2867 | 2025-02-23T12:53:41.834Z | Checking parking_lot v0.11.2 |
2868 | 2025-02-23T12:53:42.029Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2869 | 2025-02-23T12:53:42.173Z | Checking sled v0.34.7 |
2870 | 2025-02-23T12:53:46.519Z | Compiling typify-macro v0.3.0 |
2871 | 2025-02-23T12:53:48.005Z | Compiling typify v0.3.0 |
2872 | 2025-02-23T12:53:48.077Z | Compiling progenitor-impl v0.9.1 |
2873 | 2025-02-23T12:53:50.421Z | Compiling progenitor-macro v0.9.1 |
2874 | 2025-02-23T12:53:53.977Z | Checking progenitor v0.9.1 |
2875 | 2025-02-23T12:53:54.110Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2876 | 2025-02-23T12:53:54.565Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2025-02-23T12:53:55.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.42s |
2878 | 2025-02-23T12:53:55.992Z | |
2879 | 2025-02-23T12:53:55.992Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2880 | 2025-02-23T12:53:56.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-02-23T12:53:56.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-02-23T12:53:56.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2025-02-23T12:53:56.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2884 | 2025-02-23T12:53:56.641Z | |
2885 | 2025-02-23T12:53:56.641Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2886 | 2025-02-23T12:53:57.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2025-02-23T12:53:57.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2025-02-23T12:53:57.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2025-02-23T12:53:57.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2890 | 2025-02-23T12:53:57.328Z | |
2891 | 2025-02-23T12:53:57.328Z | info: running `cargo check --bins` on gateway-types (107/199) |
2892 | 2025-02-23T12:53:57.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2025-02-23T12:53:57.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2025-02-23T12:53:57.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2025-02-23T12:53:57.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2896 | 2025-02-23T12:53:57.966Z | |
2897 | 2025-02-23T12:53:57.966Z | info: running `cargo check --bins` on ipcc (108/199) |
2898 | 2025-02-23T12:53:58.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2025-02-23T12:53:58.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2025-02-23T12:53:58.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2025-02-23T12:53:58.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2902 | 2025-02-23T12:53:58.600Z | |
2903 | 2025-02-23T12:53:58.600Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2904 | 2025-02-23T12:53:59.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2025-02-23T12:53:59.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2025-02-23T12:53:59.305Z | Compiling semver v0.1.20 |
2907 | 2025-02-23T12:53:59.305Z | Compiling radium v0.7.0 |
2908 | 2025-02-23T12:53:59.421Z | Compiling maybe-uninit v2.0.0 |
2909 | 2025-02-23T12:53:59.423Z | Checking tap v1.0.1 |
2910 | 2025-02-23T12:53:59.439Z | Checking password-hash v0.5.0 |
2911 | 2025-02-23T12:53:59.442Z | Checking blake2 v0.10.6 |
2912 | 2025-02-23T12:53:59.442Z | Checking funty v2.0.0 |
2913 | 2025-02-23T12:53:59.442Z | Compiling cancel-safe-futures v0.1.5 |
2914 | 2025-02-23T12:53:59.567Z | Checking wyz v0.5.1 |
2915 | 2025-02-23T12:53:59.796Z | Compiling rustc_version v0.1.7 |
2916 | 2025-02-23T12:53:59.843Z | Compiling owo-colors v4.1.0 |
2917 | 2025-02-23T12:53:59.911Z | Compiling packed_struct v0.10.1 |
2918 | 2025-02-23T12:53:59.939Z | Checking crc-catalog v2.4.0 |
2919 | 2025-02-23T12:53:59.955Z | Checking argon2 v0.5.3 |
2920 | 2025-02-23T12:54:00.091Z | Checking crc v3.2.1 |
2921 | 2025-02-23T12:54:00.114Z | Compiling packed_struct_codegen v0.10.1 |
2922 | 2025-02-23T12:54:00.170Z | Compiling indexmap v1.9.3 |
2923 | 2025-02-23T12:54:00.217Z | Compiling newtype_derive v0.1.6 |
2924 | 2025-02-23T12:54:00.275Z | Checking half v2.4.1 |
2925 | 2025-02-23T12:54:00.301Z | Checking bitvec v1.0.1 |
2926 | 2025-02-23T12:54:00.382Z | Checking ciborium-io v0.2.2 |
2927 | 2025-02-23T12:54:00.492Z | Checking nodrop v0.1.14 |
2928 | 2025-02-23T12:54:00.511Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2929 | 2025-02-23T12:54:00.610Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2930 | 2025-02-23T12:54:00.630Z | Checking array-init v0.0.4 |
2931 | 2025-02-23T12:54:00.692Z | Checking ciborium-ll v0.2.2 |
2932 | 2025-02-23T12:54:00.738Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2933 | 2025-02-23T12:54:00.892Z | Checking smallvec v0.6.14 |
2934 | 2025-02-23T12:54:00.996Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2935 | 2025-02-23T12:54:01.253Z | Checking libsw v3.3.1 |
2936 | 2025-02-23T12:54:01.273Z | Checking termcolor v1.4.1 |
2937 | 2025-02-23T12:54:01.440Z | Checking linear-map v1.2.0 |
2938 | 2025-02-23T12:54:01.521Z | Checking bitfield v0.14.0 |
2939 | 2025-02-23T12:54:01.550Z | Checking hashbrown v0.12.3 |
2940 | 2025-02-23T12:54:01.697Z | Checking swrite v0.1.0 |
2941 | 2025-02-23T12:54:01.787Z | Checking indent_write v2.2.0 |
2942 | 2025-02-23T12:54:01.829Z | Checking ron v0.8.1 |
2943 | 2025-02-23T12:54:01.847Z | Checking env_logger v0.10.2 |
2944 | 2025-02-23T12:54:02.004Z | Checking serde-hex v0.1.0 |
2945 | 2025-02-23T12:54:02.007Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2946 | 2025-02-23T12:54:02.066Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2947 | 2025-02-23T12:54:02.281Z | Checking ciborium v0.2.2 |
2948 | 2025-02-23T12:54:02.849Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2949 | 2025-02-23T12:54:03.025Z | Checking steno v0.4.1 |
2950 | 2025-02-23T12:54:03.120Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2951 | 2025-02-23T12:54:03.171Z | Checking hashbrown v0.13.2 |
2952 | 2025-02-23T12:54:03.386Z | Checking crc-any v2.5.0 |
2953 | 2025-02-23T12:54:03.543Z | Checking humantime v2.1.0 |
2954 | 2025-02-23T12:54:03.774Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2955 | 2025-02-23T12:54:03.847Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2956 | 2025-02-23T12:54:04.048Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2957 | 2025-02-23T12:54:04.065Z | Checking object v0.30.4 |
2958 | 2025-02-23T12:54:04.363Z | Checking path-slash v0.1.5 |
2959 | 2025-02-23T12:54:04.396Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2960 | 2025-02-23T12:54:04.585Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2961 | 2025-02-23T12:54:04.938Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2962 | 2025-02-23T12:54:05.146Z | Checking nix v0.27.1 |
2963 | 2025-02-23T12:54:05.225Z | Checking tungstenite v0.23.0 |
2964 | 2025-02-23T12:54:05.279Z | Checking kstat-rs v0.2.4 |
2965 | 2025-02-23T12:54:05.636Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2966 | 2025-02-23T12:54:05.758Z | Checking signal-hook-tokio v0.3.1 |
2967 | 2025-02-23T12:54:06.131Z | Checking tokio-tungstenite v0.23.1 |
2968 | 2025-02-23T12:54:06.213Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2969 | 2025-02-23T12:54:06.954Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2970 | 2025-02-23T12:54:06.998Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2971 | 2025-02-23T12:54:13.653Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2972 | 2025-02-23T12:54:15.019Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2973 | 2025-02-23T12:54:17.679Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2974 | 2025-02-23T12:54:22.866Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2975 | 2025-02-23T12:54:23.512Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2976 | 2025-02-23T12:54:26.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.57s |
2977 | 2025-02-23T12:54:26.351Z | |
2978 | 2025-02-23T12:54:26.351Z | info: running `cargo check --bins` on gateway-api (110/199) |
2979 | 2025-02-23T12:54:26.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-02-23T12:54:26.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-02-23T12:54:26.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-02-23T12:54:26.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2983 | 2025-02-23T12:54:26.993Z | |
2984 | 2025-02-23T12:54:26.993Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2985 | 2025-02-23T12:54:27.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-02-23T12:54:27.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-02-23T12:54:27.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-02-23T12:54:27.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2989 | 2025-02-23T12:54:27.612Z | |
2990 | 2025-02-23T12:54:27.612Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2991 | 2025-02-23T12:54:28.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-02-23T12:54:28.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-02-23T12:54:28.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-02-23T12:54:28.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2995 | 2025-02-23T12:54:28.252Z | |
2996 | 2025-02-23T12:54:28.252Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2997 | 2025-02-23T12:54:28.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-02-23T12:54:28.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-02-23T12:54:28.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-02-23T12:54:28.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3001 | 2025-02-23T12:54:28.892Z | |
3002 | 2025-02-23T12:54:28.892Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
3003 | 2025-02-23T12:54:29.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-02-23T12:54:29.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-02-23T12:54:29.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2025-02-23T12:54:29.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3007 | 2025-02-23T12:54:29.532Z | |
3008 | 2025-02-23T12:54:29.532Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
3009 | 2025-02-23T12:54:30.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-02-23T12:54:30.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-02-23T12:54:30.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2025-02-23T12:54:30.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3013 | 2025-02-23T12:54:30.332Z | |
3014 | 2025-02-23T12:54:30.332Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
3015 | 2025-02-23T12:54:30.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-02-23T12:54:30.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-02-23T12:54:30.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2025-02-23T12:54:30.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3019 | 2025-02-23T12:54:30.807Z | |
3020 | 2025-02-23T12:54:30.807Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3021 | 2025-02-23T12:54:31.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-02-23T12:54:31.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-02-23T12:54:31.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-02-23T12:54:31.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3025 | 2025-02-23T12:54:31.446Z | |
3026 | 2025-02-23T12:54:31.446Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3027 | 2025-02-23T12:54:32.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-02-23T12:54:32.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-02-23T12:54:32.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-02-23T12:54:32.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3031 | 2025-02-23T12:54:32.439Z | |
3032 | 2025-02-23T12:54:32.439Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3033 | 2025-02-23T12:54:32.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-02-23T12:54:32.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-02-23T12:54:32.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-02-23T12:54:32.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3037 | 2025-02-23T12:54:32.736Z | |
3038 | 2025-02-23T12:54:32.736Z | info: running `cargo check --bins` on sp-sim (120/199) |
3039 | 2025-02-23T12:54:33.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-02-23T12:54:33.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-02-23T12:54:33.376Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3042 | 2025-02-23T12:54:33.816Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3043 | 2025-02-23T12:54:35.466Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3044 | 2025-02-23T12:54:37.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
3045 | 2025-02-23T12:54:37.298Z | |
3046 | 2025-02-23T12:54:37.298Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3047 | 2025-02-23T12:54:37.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-02-23T12:54:37.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-02-23T12:54:37.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-02-23T12:54:37.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3051 | 2025-02-23T12:54:37.979Z | |
3052 | 2025-02-23T12:54:37.979Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3053 | 2025-02-23T12:54:38.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-02-23T12:54:38.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-02-23T12:54:38.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-02-23T12:54:38.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3057 | 2025-02-23T12:54:38.676Z | |
3058 | 2025-02-23T12:54:38.676Z | info: running `cargo check --bins` on db-macros (123/199) |
3059 | 2025-02-23T12:54:39.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-02-23T12:54:39.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-02-23T12:54:39.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-02-23T12:54:39.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3063 | 2025-02-23T12:54:39.288Z | |
3064 | 2025-02-23T12:54:39.288Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3065 | 2025-02-23T12:54:39.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-02-23T12:54:39.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-02-23T12:54:39.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-02-23T12:54:39.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3069 | 2025-02-23T12:54:39.902Z | |
3070 | 2025-02-23T12:54:39.902Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3071 | 2025-02-23T12:54:40.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-02-23T12:54:40.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-02-23T12:54:40.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-02-23T12:54:40.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3075 | 2025-02-23T12:54:40.573Z | |
3076 | 2025-02-23T12:54:40.573Z | info: running `cargo check --bins` on authz-macros (126/199) |
3077 | 2025-02-23T12:54:41.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-02-23T12:54:41.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-02-23T12:54:41.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2025-02-23T12:54:41.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3081 | 2025-02-23T12:54:41.191Z | |
3082 | 2025-02-23T12:54:41.191Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3083 | 2025-02-23T12:54:41.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-02-23T12:54:41.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-02-23T12:54:41.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2025-02-23T12:54:41.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3087 | 2025-02-23T12:54:41.863Z | |
3088 | 2025-02-23T12:54:41.863Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3089 | 2025-02-23T12:54:42.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-02-23T12:54:42.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-02-23T12:54:42.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2025-02-23T12:54:42.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3093 | 2025-02-23T12:54:42.538Z | |
3094 | 2025-02-23T12:54:42.539Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3095 | 2025-02-23T12:54:43.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2025-02-23T12:54:43.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2025-02-23T12:54:43.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2025-02-23T12:54:43.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3099 | 2025-02-23T12:54:43.174Z | |
3100 | 2025-02-23T12:54:43.174Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3101 | 2025-02-23T12:54:43.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-02-23T12:54:43.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-02-23T12:54:43.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-02-23T12:54:43.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3105 | 2025-02-23T12:54:43.840Z | |
3106 | 2025-02-23T12:54:43.840Z | info: running `cargo check --bins` on typed-rng (131/199) |
3107 | 2025-02-23T12:54:44.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-02-23T12:54:44.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-02-23T12:54:44.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2025-02-23T12:54:44.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3111 | 2025-02-23T12:54:44.454Z | |
3112 | 2025-02-23T12:54:44.454Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3113 | 2025-02-23T12:54:45.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2025-02-23T12:54:45.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2025-02-23T12:54:45.197Z | Checking keccak v0.1.5 |
3116 | 2025-02-23T12:54:45.200Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3117 | 2025-02-23T12:54:45.309Z | Checking secrecy v0.8.0 |
3118 | 2025-02-23T12:54:45.312Z | Compiling unicase v2.7.0 |
3119 | 2025-02-23T12:54:45.338Z | Compiling same-file v1.0.6 |
3120 | 2025-02-23T12:54:45.352Z | Compiling tempfile v3.13.0 |
3121 | 2025-02-23T12:54:45.355Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3122 | 2025-02-23T12:54:45.366Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3123 | 2025-02-23T12:54:45.499Z | Compiling walkdir v2.5.0 |
3124 | 2025-02-23T12:54:45.589Z | Compiling thiserror-impl-no-std v2.0.2 |
3125 | 2025-02-23T12:54:45.631Z | Checking sha3 v0.10.8 |
3126 | 2025-02-23T12:54:45.644Z | Checking universal-hash v0.5.1 |
3127 | 2025-02-23T12:54:45.702Z | Compiling blake3 v1.5.4 |
3128 | 2025-02-23T12:54:45.813Z | Checking opaque-debug v0.3.1 |
3129 | 2025-02-23T12:54:45.864Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3130 | 2025-02-23T12:54:45.888Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3131 | 2025-02-23T12:54:45.916Z | Checking poly1305 v0.8.0 |
3132 | 2025-02-23T12:54:46.086Z | Checking chacha20 v0.9.1 |
3133 | 2025-02-23T12:54:46.089Z | Checking aead v0.5.2 |
3134 | 2025-02-23T12:54:46.135Z | Compiling memmap2 v0.9.5 |
3135 | 2025-02-23T12:54:46.194Z | Compiling salty v0.3.0 |
3136 | 2025-02-23T12:54:46.324Z | Compiling arrayref v0.3.9 |
3137 | 2025-02-23T12:54:46.415Z | Compiling arrayvec v0.7.6 |
3138 | 2025-02-23T12:54:46.438Z | Compiling constant_time_eq v0.3.1 |
3139 | 2025-02-23T12:54:46.466Z | Compiling libefi-sys v0.1.0 |
3140 | 2025-02-23T12:54:46.501Z | Checking chacha20poly1305 v0.10.1 |
3141 | 2025-02-23T12:54:46.666Z | Compiling toolchain_find v0.4.0 |
3142 | 2025-02-23T12:54:46.685Z | Compiling camino-tempfile v1.1.1 |
3143 | 2025-02-23T12:54:46.787Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3144 | 2025-02-23T12:54:46.811Z | Compiling bitfield-struct v0.6.2 |
3145 | 2025-02-23T12:54:47.010Z | Compiling topological-sort v0.2.2 |
3146 | 2025-02-23T12:54:47.079Z | Compiling mime_guess v2.0.5 |
3147 | 2025-02-23T12:54:47.222Z | Compiling rustfmt-wrapper v0.2.1 |
3148 | 2025-02-23T12:54:47.617Z | Compiling omicron-zone-package v0.12.0 |
3149 | 2025-02-23T12:54:47.799Z | Compiling progenitor v0.9.1 |
3150 | 2025-02-23T12:54:47.887Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3151 | 2025-02-23T12:54:48.013Z | Checking primeorder v0.13.6 |
3152 | 2025-02-23T12:54:48.053Z | Checking env_filter v0.1.2 |
3153 | 2025-02-23T12:54:48.162Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3154 | 2025-02-23T12:54:48.182Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3155 | 2025-02-23T12:54:48.271Z | Checking thiserror-no-std v2.0.2 |
3156 | 2025-02-23T12:54:48.289Z | Checking env_logger v0.11.5 |
3157 | 2025-02-23T12:54:48.306Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3158 | 2025-02-23T12:54:48.401Z | Checking vsss-rs v3.3.4 |
3159 | 2025-02-23T12:54:48.461Z | Checking p384 v0.13.0 |
3160 | 2025-02-23T12:54:48.482Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3161 | 2025-02-23T12:54:48.499Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3162 | 2025-02-23T12:54:48.695Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3163 | 2025-02-23T12:54:48.746Z | Compiling zip v2.1.3 |
3164 | 2025-02-23T12:54:48.899Z | Checking simd-adler32 v0.3.7 |
3165 | 2025-02-23T12:54:48.916Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3166 | 2025-02-23T12:54:49.062Z | Checking lockfree-object-pool v0.1.6 |
3167 | 2025-02-23T12:54:49.136Z | Checking http-range v0.1.5 |
3168 | 2025-02-23T12:54:49.230Z | Checking bumpalo v3.16.0 |
3169 | 2025-02-23T12:54:49.290Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3170 | 2025-02-23T12:54:49.358Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3171 | 2025-02-23T12:54:49.552Z | Checking zopfli v0.8.1 |
3172 | 2025-02-23T12:54:49.580Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3173 | 2025-02-23T12:54:49.872Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3174 | 2025-02-23T12:54:49.988Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3175 | 2025-02-23T12:54:50.087Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3176 | 2025-02-23T12:54:50.212Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3177 | 2025-02-23T12:54:50.371Z | Checking atty v0.2.14 |
3178 | 2025-02-23T12:54:50.520Z | Checking glob v0.3.2 |
3179 | 2025-02-23T12:54:50.627Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3180 | 2025-02-23T12:54:50.648Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3181 | 2025-02-23T12:54:50.826Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3182 | 2025-02-23T12:54:51.247Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3183 | 2025-02-23T12:54:51.882Z | Checking hyper-staticfile v0.10.1 |
3184 | 2025-02-23T12:54:52.032Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3185 | 2025-02-23T12:54:52.304Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3186 | 2025-02-23T12:54:52.354Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3187 | 2025-02-23T12:54:52.402Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3188 | 2025-02-23T12:54:52.579Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3189 | 2025-02-23T12:54:52.723Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3190 | 2025-02-23T12:54:52.854Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3191 | 2025-02-23T12:54:52.966Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3192 | 2025-02-23T12:54:53.354Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3193 | 2025-02-23T12:54:53.575Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3194 | 2025-02-23T12:54:53.917Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3195 | 2025-02-23T12:54:56.852Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3196 | 2025-02-23T12:54:56.852Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3197 | 2025-02-23T12:55:05.067Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3198 | 2025-02-23T12:55:18.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s |
3199 | 2025-02-23T12:55:18.511Z | |
3200 | 2025-02-23T12:55:18.511Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3201 | 2025-02-23T12:55:19.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-02-23T12:55:19.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-02-23T12:55:19.255Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3204 | 2025-02-23T12:55:32.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
3205 | 2025-02-23T12:55:32.664Z | |
3206 | 2025-02-23T12:55:32.664Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3207 | 2025-02-23T12:55:33.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-02-23T12:55:33.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-02-23T12:55:33.401Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3210 | 2025-02-23T12:55:46.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3211 | 2025-02-23T12:55:46.835Z | |
3212 | 2025-02-23T12:55:46.835Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3213 | 2025-02-23T12:55:47.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-02-23T12:55:47.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-02-23T12:55:47.594Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3216 | 2025-02-23T12:56:00.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
3217 | 2025-02-23T12:56:01.101Z | |
3218 | 2025-02-23T12:56:01.101Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3219 | 2025-02-23T12:56:01.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-02-23T12:56:01.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-02-23T12:56:01.846Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3222 | 2025-02-23T12:56:14.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
3223 | 2025-02-23T12:56:15.163Z | |
3224 | 2025-02-23T12:56:15.163Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3225 | 2025-02-23T12:56:15.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2025-02-23T12:56:15.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2025-02-23T12:56:15.905Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3228 | 2025-02-23T12:56:29.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3229 | 2025-02-23T12:56:29.479Z | |
3230 | 2025-02-23T12:56:29.479Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3231 | 2025-02-23T12:56:30.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2025-02-23T12:56:30.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2025-02-23T12:56:30.249Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3234 | 2025-02-23T12:56:43.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s |
3235 | 2025-02-23T12:56:43.763Z | |
3236 | 2025-02-23T12:56:43.763Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3237 | 2025-02-23T12:56:44.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-02-23T12:56:44.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-02-23T12:56:44.511Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3240 | 2025-02-23T12:56:58.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
3241 | 2025-02-23T12:56:58.242Z | |
3242 | 2025-02-23T12:56:58.242Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3243 | 2025-02-23T12:56:58.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2025-02-23T12:56:58.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2025-02-23T12:56:58.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2025-02-23T12:56:58.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3247 | 2025-02-23T12:56:58.907Z | |
3248 | 2025-02-23T12:56:58.907Z | info: running `cargo check --bins` on key-manager (141/199) |
3249 | 2025-02-23T12:56:59.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-02-23T12:56:59.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-02-23T12:56:59.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2025-02-23T12:56:59.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3253 | 2025-02-23T12:56:59.543Z | |
3254 | 2025-02-23T12:56:59.543Z | info: running `cargo check --bins` on range-requests (142/199) |
3255 | 2025-02-23T12:57:00.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-02-23T12:57:00.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-02-23T12:57:00.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2025-02-23T12:57:00.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3259 | 2025-02-23T12:57:00.160Z | |
3260 | 2025-02-23T12:57:00.160Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3261 | 2025-02-23T12:57:00.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-02-23T12:57:00.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-02-23T12:57:00.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2025-02-23T12:57:00.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3265 | 2025-02-23T12:57:00.806Z | |
3266 | 2025-02-23T12:57:00.806Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3267 | 2025-02-23T12:57:01.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2025-02-23T12:57:01.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2025-02-23T12:57:01.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2025-02-23T12:57:01.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3271 | 2025-02-23T12:57:01.477Z | |
3272 | 2025-02-23T12:57:01.477Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3273 | 2025-02-23T12:57:02.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-02-23T12:57:02.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-02-23T12:57:02.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2025-02-23T12:57:02.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3277 | 2025-02-23T12:57:02.101Z | |
3278 | 2025-02-23T12:57:02.101Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3279 | 2025-02-23T12:57:02.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2025-02-23T12:57:02.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2025-02-23T12:57:02.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2025-02-23T12:57:02.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3283 | 2025-02-23T12:57:02.759Z | |
3284 | 2025-02-23T12:57:02.759Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3285 | 2025-02-23T12:57:03.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-02-23T12:57:03.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-02-23T12:57:03.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2025-02-23T12:57:03.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3289 | 2025-02-23T12:57:03.410Z | |
3290 | 2025-02-23T12:57:03.410Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3291 | 2025-02-23T12:57:03.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2025-02-23T12:57:03.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2025-02-23T12:57:03.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2025-02-23T12:57:03.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3295 | 2025-02-23T12:57:04.069Z | |
3296 | 2025-02-23T12:57:04.069Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3297 | 2025-02-23T12:57:04.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-02-23T12:57:04.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-02-23T12:57:04.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2025-02-23T12:57:04.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3301 | 2025-02-23T12:57:04.738Z | |
3302 | 2025-02-23T12:57:04.739Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3303 | 2025-02-23T12:57:05.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-02-23T12:57:05.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-02-23T12:57:05.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2025-02-23T12:57:05.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3307 | 2025-02-23T12:57:05.415Z | |
3308 | 2025-02-23T12:57:05.415Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3309 | 2025-02-23T12:57:05.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-02-23T12:57:06.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-02-23T12:57:06.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2025-02-23T12:57:06.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3313 | 2025-02-23T12:57:06.084Z | |
3314 | 2025-02-23T12:57:06.084Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3315 | 2025-02-23T12:57:06.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-02-23T12:57:06.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-02-23T12:57:06.786Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3318 | 2025-02-23T12:57:06.786Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3319 | 2025-02-23T12:57:07.653Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3320 | 2025-02-23T12:57:09.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
3321 | 2025-02-23T12:57:09.782Z | |
3322 | 2025-02-23T12:57:09.782Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3323 | 2025-02-23T12:57:10.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-02-23T12:57:10.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-02-23T12:57:10.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-02-23T12:57:10.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3327 | 2025-02-23T12:57:10.421Z | |
3328 | 2025-02-23T12:57:10.421Z | info: running `cargo check --bins` on cert-dev (154/199) |
3329 | 2025-02-23T12:57:10.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-02-23T12:57:10.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-02-23T12:57:11.045Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3332 | 2025-02-23T12:57:11.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3333 | 2025-02-23T12:57:11.484Z | |
3334 | 2025-02-23T12:57:11.484Z | info: running `cargo check --bins` on clickana (155/199) |
3335 | 2025-02-23T12:57:12.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-02-23T12:57:12.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-02-23T12:57:12.144Z | Checking castaway v0.2.3 |
3338 | 2025-02-23T12:57:12.147Z | Checking lru v0.12.5 |
3339 | 2025-02-23T12:57:12.147Z | Compiling instability v0.3.2 |
3340 | 2025-02-23T12:57:12.147Z | Compiling indoc v2.0.5 |
3341 | 2025-02-23T12:57:12.147Z | Checking unicode-truncate v1.1.0 |
3342 | 2025-02-23T12:57:12.147Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3343 | 2025-02-23T12:57:12.147Z | Checking cassowary v0.3.0 |
3344 | 2025-02-23T12:57:12.384Z | Checking compact_str v0.8.0 |
3345 | 2025-02-23T12:57:13.008Z | Checking ratatui v0.29.0 |
3346 | 2025-02-23T12:57:13.898Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3347 | 2025-02-23T12:57:15.041Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3348 | 2025-02-23T12:57:15.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
3349 | 2025-02-23T12:57:16.049Z | |
3350 | 2025-02-23T12:57:16.049Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3351 | 2025-02-23T12:57:16.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-02-23T12:57:16.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-02-23T12:57:16.747Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3354 | 2025-02-23T12:57:16.747Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3355 | 2025-02-23T12:57:17.729Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3356 | 2025-02-23T12:57:18.184Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3357 | 2025-02-23T12:57:18.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
3358 | 2025-02-23T12:57:18.732Z | |
3359 | 2025-02-23T12:57:18.732Z | info: running `cargo check --bins` on ch-dev (157/199) |
3360 | 2025-02-23T12:57:19.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2025-02-23T12:57:19.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2025-02-23T12:57:19.405Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3363 | 2025-02-23T12:57:20.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3364 | 2025-02-23T12:57:20.301Z | |
3365 | 2025-02-23T12:57:20.301Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3366 | 2025-02-23T12:57:20.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2025-02-23T12:57:20.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2025-02-23T12:57:20.971Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3369 | 2025-02-23T12:57:21.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3370 | 2025-02-23T12:57:21.503Z | |
3371 | 2025-02-23T12:57:21.503Z | info: running `cargo check --bins` on db-dev (159/199) |
3372 | 2025-02-23T12:57:22.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2025-02-23T12:57:22.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2025-02-23T12:57:22.180Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3375 | 2025-02-23T12:57:22.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3376 | 2025-02-23T12:57:23.093Z | |
3377 | 2025-02-23T12:57:23.093Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3378 | 2025-02-23T12:57:23.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2025-02-23T12:57:23.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2025-02-23T12:57:23.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2025-02-23T12:57:23.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3382 | 2025-02-23T12:57:23.749Z | |
3383 | 2025-02-23T12:57:23.749Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3384 | 2025-02-23T12:57:24.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2025-02-23T12:57:24.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2025-02-23T12:57:24.365Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3387 | 2025-02-23T12:57:25.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3388 | 2025-02-23T12:57:25.368Z | |
3389 | 2025-02-23T12:57:25.368Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3390 | 2025-02-23T12:57:25.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2025-02-23T12:57:25.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2025-02-23T12:57:25.991Z | Checking cargo-platform v0.1.8 |
3393 | 2025-02-23T12:57:26.263Z | Checking cargo_metadata v0.18.1 |
3394 | 2025-02-23T12:57:27.189Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3395 | 2025-02-23T12:57:27.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3396 | 2025-02-23T12:57:28.157Z | |
3397 | 2025-02-23T12:57:28.157Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3398 | 2025-02-23T12:57:28.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-02-23T12:57:28.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-02-23T12:57:28.881Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3401 | 2025-02-23T12:57:30.309Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3402 | 2025-02-23T12:57:30.851Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3403 | 2025-02-23T12:57:31.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
3404 | 2025-02-23T12:57:31.577Z | |
3405 | 2025-02-23T12:57:31.577Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3406 | 2025-02-23T12:57:32.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2025-02-23T12:57:32.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2025-02-23T12:57:32.372Z | Compiling crunchy v0.2.2 |
3409 | 2025-02-23T12:57:32.372Z | Compiling tiny-keccak v2.0.2 |
3410 | 2025-02-23T12:57:32.375Z | Compiling dsl_auto_type v0.1.2 |
3411 | 2025-02-23T12:57:32.375Z | Checking scheduled-thread-pool v0.2.7 |
3412 | 2025-02-23T12:57:32.375Z | Compiling diesel_table_macro_syntax v0.2.0 |
3413 | 2025-02-23T12:57:32.509Z | Compiling ascii-canvas v3.0.0 |
3414 | 2025-02-23T12:57:32.522Z | Compiling ena v0.14.3 |
3415 | 2025-02-23T12:57:32.525Z | Compiling regex-syntax v0.6.29 |
3416 | 2025-02-23T12:57:32.735Z | Checking r2d2 v0.8.10 |
3417 | 2025-02-23T12:57:32.817Z | Compiling bindgen v0.71.1 |
3418 | 2025-02-23T12:57:32.871Z | Compiling diff v0.1.13 |
3419 | 2025-02-23T12:57:32.939Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3420 | 2025-02-23T12:57:33.008Z | Compiling rustc-hash v2.1.1 |
3421 | 2025-02-23T12:57:33.054Z | Compiling ref-cast v1.0.23 |
3422 | 2025-02-23T12:57:33.202Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3423 | 2025-02-23T12:57:33.221Z | Compiling derive_builder_core v0.20.2 |
3424 | 2025-02-23T12:57:33.367Z | Compiling libxml v0.3.3 |
3425 | 2025-02-23T12:57:33.511Z | Compiling ref-cast-impl v1.0.23 |
3426 | 2025-02-23T12:57:33.660Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3427 | 2025-02-23T12:57:33.806Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3428 | 2025-02-23T12:57:33.829Z | Compiling diesel_derives v2.2.3 |
3429 | 2025-02-23T12:57:33.832Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3430 | 2025-02-23T12:57:34.147Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3431 | 2025-02-23T12:57:34.168Z | Compiling strum_macros v0.24.3 |
3432 | 2025-02-23T12:57:34.507Z | Compiling indoc v1.0.9 |
3433 | 2025-02-23T12:57:35.284Z | Compiling derive_builder_macro v0.20.2 |
3434 | 2025-02-23T12:57:35.401Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3435 | 2025-02-23T12:57:35.699Z | Compiling oso-derive v0.27.3 |
3436 | 2025-02-23T12:57:36.166Z | Compiling lalrpop v0.19.12 |
3437 | 2025-02-23T12:57:36.394Z | Checking derive_builder v0.20.2 |
3438 | 2025-02-23T12:57:36.611Z | Compiling impl-trait-for-tuples v0.2.2 |
3439 | 2025-02-23T12:57:36.716Z | Checking quick-xml v0.37.2 |
3440 | 2025-02-23T12:57:36.769Z | Compiling diesel-dtrace v0.4.2 |
3441 | 2025-02-23T12:57:37.111Z | Checking maplit v1.0.2 |
3442 | 2025-02-23T12:57:37.362Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3443 | 2025-02-23T12:57:37.394Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3444 | 2025-02-23T12:57:37.720Z | Checking bb8 v0.8.5 |
3445 | 2025-02-23T12:57:37.789Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3446 | 2025-02-23T12:57:38.121Z | Checking rand_seeder v0.3.0 |
3447 | 2025-02-23T12:57:38.209Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3448 | 2025-02-23T12:57:38.369Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3449 | 2025-02-23T12:57:38.586Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3450 | 2025-02-23T12:57:38.799Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3451 | 2025-02-23T12:57:38.906Z | Checking unicode-linebreak v0.1.5 |
3452 | 2025-02-23T12:57:39.357Z | Checking smawk v0.3.2 |
3453 | 2025-02-23T12:57:39.383Z | Checking is_ci v1.2.0 |
3454 | 2025-02-23T12:57:39.392Z | Checking textwrap v0.16.1 |
3455 | 2025-02-23T12:57:39.506Z | Checking supports-color v3.0.1 |
3456 | 2025-02-23T12:57:39.753Z | Checking multimap v0.10.0 |
3457 | 2025-02-23T12:57:40.482Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3458 | 2025-02-23T12:57:42.386Z | Checking diesel v2.2.7 |
3459 | 2025-02-23T12:57:57.384Z | Compiling samael v0.0.18 |
3460 | 2025-02-23T12:58:14.723Z | Checking async-bb8-diesel v0.2.1 |
3461 | 2025-02-23T12:58:16.323Z | Compiling polar-core v0.27.3 |
3462 | 2025-02-23T12:58:23.487Z | Checking oso v0.27.3 |
3463 | 2025-02-23T12:59:22.820Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3464 | 2025-02-23T12:59:29.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3465 | 2025-02-23T12:59:29.528Z | |
3466 | 2025-02-23T12:59:29.528Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3467 | 2025-02-23T12:59:30.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2025-02-23T12:59:30.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2025-02-23T12:59:30.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3470 | 2025-02-23T12:59:30.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3471 | 2025-02-23T12:59:30.214Z | |
3472 | 2025-02-23T12:59:30.214Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3473 | 2025-02-23T12:59:30.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-02-23T12:59:30.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-02-23T12:59:30.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3476 | 2025-02-23T12:59:30.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3477 | 2025-02-23T12:59:30.905Z | |
3478 | 2025-02-23T12:59:30.905Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3479 | 2025-02-23T12:59:31.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-02-23T12:59:31.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-02-23T12:59:31.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3482 | 2025-02-23T12:59:31.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3483 | 2025-02-23T12:59:31.535Z | |
3484 | 2025-02-23T12:59:31.535Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3485 | 2025-02-23T12:59:32.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2025-02-23T12:59:32.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2025-02-23T12:59:32.357Z | Compiling libz-sys v1.1.20 |
3488 | 2025-02-23T12:59:32.360Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3489 | 2025-02-23T12:59:32.489Z | Compiling vergen v8.3.2 |
3490 | 2025-02-23T12:59:32.491Z | Compiling cargo-platform v0.1.8 |
3491 | 2025-02-23T12:59:32.491Z | Compiling pin-project-internal v1.1.6 |
3492 | 2025-02-23T12:59:32.523Z | Compiling libsqlite3-sys v0.30.1 |
3493 | 2025-02-23T12:59:32.526Z | Compiling snafu-derive v0.8.5 |
3494 | 2025-02-23T12:59:32.526Z | Compiling rustls v0.21.12 |
3495 | 2025-02-23T12:59:32.811Z | Compiling cargo_metadata v0.18.1 |
3496 | 2025-02-23T12:59:32.854Z | Compiling buf-list v1.0.3 |
3497 | 2025-02-23T12:59:32.988Z | Checking globset v0.4.15 |
3498 | 2025-02-23T12:59:33.126Z | Checking olpc-cjson v0.1.4 |
3499 | 2025-02-23T12:59:33.369Z | Checking sct v0.7.1 |
3500 | 2025-02-23T12:59:33.402Z | Checking rustls-webpki v0.101.7 |
3501 | 2025-02-23T12:59:33.463Z | Checking serde_plain v1.0.2 |
3502 | 2025-02-23T12:59:33.543Z | Checking typed-path v0.9.3 |
3503 | 2025-02-23T12:59:33.894Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3504 | 2025-02-23T12:59:34.091Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3505 | 2025-02-23T12:59:34.204Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3506 | 2025-02-23T12:59:34.379Z | Checking hashlink v0.9.1 |
3507 | 2025-02-23T12:59:34.531Z | Checking parse-size v1.1.0 |
3508 | 2025-02-23T12:59:34.732Z | Checking fallible-iterator v0.3.0 |
3509 | 2025-02-23T12:59:34.905Z | Checking fallible-streaming-iterator v0.1.9 |
3510 | 2025-02-23T12:59:35.187Z | Checking pin-project v1.1.6 |
3511 | 2025-02-23T12:59:35.268Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3512 | 2025-02-23T12:59:35.303Z | Checking rusqlite v0.32.1 |
3513 | 2025-02-23T12:59:35.324Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3514 | 2025-02-23T12:59:35.344Z | Checking rustls-pemfile v1.0.4 |
3515 | 2025-02-23T12:59:35.566Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3516 | 2025-02-23T12:59:35.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3517 | 2025-02-23T12:59:36.036Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3518 | 2025-02-23T12:59:36.184Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3519 | 2025-02-23T12:59:36.205Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3520 | 2025-02-23T12:59:36.299Z | Checking twox-hash v2.1.0 |
3521 | 2025-02-23T12:59:36.332Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3522 | 2025-02-23T12:59:36.581Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3523 | 2025-02-23T12:59:36.710Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3524 | 2025-02-23T12:59:37.010Z | Checking tokio-rustls v0.24.1 |
3525 | 2025-02-23T12:59:37.127Z | Checking snafu v0.8.5 |
3526 | 2025-02-23T12:59:37.596Z | Checking tough v0.19.0 |
3527 | 2025-02-23T12:59:37.824Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3528 | 2025-02-23T12:59:38.225Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3529 | 2025-02-23T12:59:38.280Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3530 | 2025-02-23T12:59:38.300Z | Checking fatfs v0.3.6 |
3531 | 2025-02-23T12:59:38.600Z | Checking assert_matches v1.5.0 |
3532 | 2025-02-23T12:59:41.723Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3533 | 2025-02-23T12:59:43.011Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3534 | 2025-02-23T12:59:44.445Z | Compiling git2 v0.19.0 |
3535 | 2025-02-23T12:59:48.423Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3536 | 2025-02-23T13:00:44.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3537 | 2025-02-23T13:00:44.982Z | |
3538 | 2025-02-23T13:00:44.982Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3539 | 2025-02-23T13:00:45.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-02-23T13:00:45.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-02-23T13:00:45.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-02-23T13:00:45.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3543 | 2025-02-23T13:00:45.687Z | |
3544 | 2025-02-23T13:00:45.687Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3545 | 2025-02-23T13:00:46.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-02-23T13:00:46.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-02-23T13:00:46.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-02-23T13:00:46.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3549 | 2025-02-23T13:00:46.319Z | |
3550 | 2025-02-23T13:00:46.319Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3551 | 2025-02-23T13:00:46.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-02-23T13:00:46.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-02-23T13:00:46.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-02-23T13:00:46.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3555 | 2025-02-23T13:00:46.986Z | |
3556 | 2025-02-23T13:00:46.986Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3557 | 2025-02-23T13:00:47.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-02-23T13:00:47.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-02-23T13:00:47.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2025-02-23T13:00:47.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3561 | 2025-02-23T13:00:47.679Z | |
3562 | 2025-02-23T13:00:47.679Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3563 | 2025-02-23T13:00:48.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2025-02-23T13:00:48.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2025-02-23T13:00:48.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3566 | 2025-02-23T13:00:48.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3567 | 2025-02-23T13:00:48.557Z | |
3568 | 2025-02-23T13:00:48.557Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3569 | 2025-02-23T13:00:48.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-02-23T13:00:48.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-02-23T13:00:48.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3572 | 2025-02-23T13:00:48.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3573 | 2025-02-23T13:00:49.067Z | |
3574 | 2025-02-23T13:00:49.068Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3575 | 2025-02-23T13:00:49.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-02-23T13:00:49.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-02-23T13:00:49.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3578 | 2025-02-23T13:00:49.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3579 | 2025-02-23T13:00:49.755Z | |
3580 | 2025-02-23T13:00:49.755Z | info: running `cargo check --bins` on update-common (176/199) |
3581 | 2025-02-23T13:00:50.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-02-23T13:00:50.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-02-23T13:00:50.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3584 | 2025-02-23T13:00:50.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3585 | 2025-02-23T13:00:50.416Z | |
3586 | 2025-02-23T13:00:50.416Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3587 | 2025-02-23T13:00:50.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-02-23T13:00:50.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-02-23T13:00:50.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-02-23T13:00:51.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3591 | 2025-02-23T13:00:51.076Z | |
3592 | 2025-02-23T13:00:51.076Z | info: running `cargo check --bins` on tufaceous (178/199) |
3593 | 2025-02-23T13:00:51.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-02-23T13:00:51.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-02-23T13:00:51.756Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3596 | 2025-02-23T13:00:52.044Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3597 | 2025-02-23T13:00:53.048Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3598 | 2025-02-23T13:00:53.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3599 | 2025-02-23T13:00:54.009Z | |
3600 | 2025-02-23T13:00:54.009Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3601 | 2025-02-23T13:00:54.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-02-23T13:00:54.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-02-23T13:00:54.874Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3604 | 2025-02-23T13:00:54.877Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3605 | 2025-02-23T13:00:55.015Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3606 | 2025-02-23T13:00:55.018Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3607 | 2025-02-23T13:00:56.011Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3608 | 2025-02-23T13:01:23.437Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3609 | 2025-02-23T13:01:23.437Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3610 | 2025-02-23T13:01:23.439Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3611 | 2025-02-23T13:01:23.439Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3612 | 2025-02-23T13:01:23.440Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3613 | 2025-02-23T13:01:23.440Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3614 | 2025-02-23T13:01:24.340Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3615 | 2025-02-23T13:01:25.541Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3616 | 2025-02-23T13:02:06.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3617 | 2025-02-23T13:02:07.213Z | |
3618 | 2025-02-23T13:02:07.213Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3619 | 2025-02-23T13:02:07.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3620 | 2025-02-23T13:02:07.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3621 | 2025-02-23T13:02:07.948Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3622 | 2025-02-23T13:02:07.951Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3623 | 2025-02-23T13:02:07.951Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3624 | 2025-02-23T13:02:08.080Z | Compiling proc-macro-error-attr2 v2.0.0 |
3625 | 2025-02-23T13:02:08.083Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3626 | 2025-02-23T13:02:08.094Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3627 | 2025-02-23T13:02:08.122Z | Checking papergrid v0.14.0 |
3628 | 2025-02-23T13:02:08.139Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3629 | 2025-02-23T13:02:08.319Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3630 | 2025-02-23T13:02:08.424Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3631 | 2025-02-23T13:02:08.689Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3632 | 2025-02-23T13:02:08.832Z | Compiling proc-macro-error2 v2.0.1 |
3633 | 2025-02-23T13:02:09.480Z | Compiling tabled_derive v0.10.0 |
3634 | 2025-02-23T13:02:09.590Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3635 | 2025-02-23T13:02:09.828Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3636 | 2025-02-23T13:02:09.844Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3637 | 2025-02-23T13:02:10.302Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3638 | 2025-02-23T13:02:10.452Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3639 | 2025-02-23T13:02:10.831Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3640 | 2025-02-23T13:02:10.976Z | Checking heck v0.4.1 |
3641 | 2025-02-23T13:02:11.213Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3642 | 2025-02-23T13:02:11.338Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3643 | 2025-02-23T13:02:11.606Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3644 | 2025-02-23T13:02:11.918Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3645 | 2025-02-23T13:02:11.970Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3646 | 2025-02-23T13:02:12.236Z | Checking tabled v0.18.0 |
3647 | 2025-02-23T13:02:12.374Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3648 | 2025-02-23T13:02:12.533Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3649 | 2025-02-23T13:02:12.571Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3650 | 2025-02-23T13:02:14.129Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3651 | 2025-02-23T13:02:14.130Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3652 | 2025-02-23T13:02:17.263Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3653 | 2025-02-23T13:02:18.810Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3654 | 2025-02-23T13:02:23.469Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3655 | 2025-02-23T13:02:23.469Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3656 | 2025-02-23T13:02:24.740Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3657 | 2025-02-23T13:02:25.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.53s |
3658 | 2025-02-23T13:02:25.944Z | |
3659 | 2025-02-23T13:02:25.944Z | info: running `cargo check --bins` on installinator-api (181/199) |
3660 | 2025-02-23T13:02:26.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3661 | 2025-02-23T13:02:26.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3662 | 2025-02-23T13:02:26.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3663 | 2025-02-23T13:02:26.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3664 | 2025-02-23T13:02:26.605Z | |
3665 | 2025-02-23T13:02:26.605Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3666 | 2025-02-23T13:02:27.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3667 | 2025-02-23T13:02:27.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3668 | 2025-02-23T13:02:27.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3669 | 2025-02-23T13:02:27.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3670 | 2025-02-23T13:02:27.276Z | |
3671 | 2025-02-23T13:02:27.276Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3672 | 2025-02-23T13:02:27.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3673 | 2025-02-23T13:02:27.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3674 | 2025-02-23T13:02:27.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3675 | 2025-02-23T13:02:27.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3676 | 2025-02-23T13:02:27.911Z | |
3677 | 2025-02-23T13:02:27.911Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3678 | 2025-02-23T13:02:28.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-02-23T13:02:28.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-02-23T13:02:28.621Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3681 | 2025-02-23T13:02:28.621Z | Compiling petname v2.0.2 |
3682 | 2025-02-23T13:02:28.623Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3683 | 2025-02-23T13:02:28.623Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3684 | 2025-02-23T13:02:28.623Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3685 | 2025-02-23T13:02:28.623Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3686 | 2025-02-23T13:02:28.766Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3687 | 2025-02-23T13:02:28.791Z | Checking sync-ptr v0.1.1 |
3688 | 2025-02-23T13:02:34.027Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3689 | 2025-02-23T13:02:34.637Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3690 | 2025-02-23T13:02:35.837Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3691 | 2025-02-23T13:02:37.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.43s |
3692 | 2025-02-23T13:02:37.535Z | |
3693 | 2025-02-23T13:02:37.535Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3694 | 2025-02-23T13:02:38.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3695 | 2025-02-23T13:02:38.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3696 | 2025-02-23T13:02:38.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3697 | 2025-02-23T13:02:38.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3698 | 2025-02-23T13:02:38.208Z | |
3699 | 2025-02-23T13:02:38.208Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3700 | 2025-02-23T13:02:38.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3701 | 2025-02-23T13:02:38.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3702 | 2025-02-23T13:02:38.888Z | Checking memmap2 v0.9.5 |
3703 | 2025-02-23T13:02:38.888Z | Checking arrayref v0.3.9 |
3704 | 2025-02-23T13:02:38.888Z | Checking arrayvec v0.7.6 |
3705 | 2025-02-23T13:02:38.890Z | Checking constant_time_eq v0.3.1 |
3706 | 2025-02-23T13:02:38.890Z | Checking topological-sort v0.2.2 |
3707 | 2025-02-23T13:02:38.890Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3708 | 2025-02-23T13:02:38.890Z | Checking shell-words v1.1.0 |
3709 | 2025-02-23T13:02:39.316Z | Checking blake3 v1.5.4 |
3710 | 2025-02-23T13:02:39.647Z | Checking omicron-zone-package v0.12.0 |
3711 | 2025-02-23T13:02:40.741Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3712 | 2025-02-23T13:02:41.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3713 | 2025-02-23T13:02:41.835Z | |
3714 | 2025-02-23T13:02:41.835Z | info: running `cargo check --bins` on xtask (187/199) |
3715 | 2025-02-23T13:02:42.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3716 | 2025-02-23T13:02:42.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3717 | 2025-02-23T13:02:42.273Z | Checking bitflags v2.6.0 |
3718 | 2025-02-23T13:02:42.276Z | Checking serde v1.0.218 |
3719 | 2025-02-23T13:02:42.276Z | Checking thiserror v1.0.69 |
3720 | 2025-02-23T13:02:42.367Z | Checking scroll v0.12.0 |
3721 | 2025-02-23T13:02:42.376Z | Checking log v0.4.22 |
3722 | 2025-02-23T13:02:42.379Z | Checking hashbrown v0.15.1 |
3723 | 2025-02-23T13:02:42.379Z | Checking zerocopy v0.7.35 |
3724 | 2025-02-23T13:02:42.411Z | Checking syn v2.0.96 |
3725 | 2025-02-23T13:02:42.479Z | Checking pest v2.7.14 |
3726 | 2025-02-23T13:02:42.589Z | Checking rustix v0.38.37 |
3727 | 2025-02-23T13:02:42.633Z | Checking once_cell v1.20.3 |
3728 | 2025-02-23T13:02:42.793Z | Checking goblin v0.8.2 |
3729 | 2025-02-23T13:02:42.954Z | Checking fs-err v2.11.0 |
3730 | 2025-02-23T13:02:43.282Z | Checking tabled v0.15.0 |
3731 | 2025-02-23T13:02:43.367Z | Checking indexmap v2.7.1 |
3732 | 2025-02-23T13:02:43.542Z | Checking anyhow v1.0.96 |
3733 | 2025-02-23T13:02:44.264Z | Checking terminal_size v0.4.0 |
3734 | 2025-02-23T13:02:44.267Z | Checking tempfile v3.13.0 |
3735 | 2025-02-23T13:02:44.449Z | Checking clap_builder v4.5.30 |
3736 | 2025-02-23T13:02:45.042Z | Checking dtrace-parser v0.2.0 |
3737 | 2025-02-23T13:02:46.430Z | Checking serde_json v1.0.139 |
3738 | 2025-02-23T13:02:46.430Z | Checking toml_datetime v0.6.8 |
3739 | 2025-02-23T13:02:46.432Z | Checking serde_spanned v0.6.8 |
3740 | 2025-02-23T13:02:46.432Z | Checking camino v1.1.9 |
3741 | 2025-02-23T13:02:46.432Z | Checking cargo-platform v0.1.8 |
3742 | 2025-02-23T13:02:46.640Z | Checking semver v1.0.25 |
3743 | 2025-02-23T13:02:46.682Z | Checking clap v4.5.30 |
3744 | 2025-02-23T13:02:46.716Z | Checking toml_edit v0.22.22 |
3745 | 2025-02-23T13:02:46.730Z | Checking macaddr v1.0.1 |
3746 | 2025-02-23T13:02:46.970Z | Checking camino-tempfile v1.1.1 |
3747 | 2025-02-23T13:02:47.513Z | Checking dof v0.3.0 |
3748 | 2025-02-23T13:02:47.513Z | Checking cargo_metadata v0.18.1 |
3749 | 2025-02-23T13:02:47.907Z | Checking usdt-impl v0.5.0 |
3750 | 2025-02-23T13:02:48.273Z | Checking usdt v0.5.0 |
3751 | 2025-02-23T13:02:48.459Z | Checking toml v0.8.19 |
3752 | 2025-02-23T13:02:48.889Z | Checking cargo_toml v0.20.5 |
3753 | 2025-02-23T13:02:50.039Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3754 | 2025-02-23T13:02:50.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
3755 | 2025-02-23T13:02:50.757Z | |
3756 | 2025-02-23T13:02:50.757Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3757 | 2025-02-23T13:02:51.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3758 | 2025-02-23T13:02:51.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3759 | 2025-02-23T13:02:51.531Z | Checking polyval v0.6.2 |
3760 | 2025-02-23T13:02:51.646Z | Checking ctr v0.9.2 |
3761 | 2025-02-23T13:02:51.658Z | Checking ssh-encoding v0.2.0 |
3762 | 2025-02-23T13:02:51.662Z | Checking blowfish v0.9.1 |
3763 | 2025-02-23T13:02:51.678Z | Checking password-hash v0.4.2 |
3764 | 2025-02-23T13:02:51.695Z | Checking p521 v0.13.3 |
3765 | 2025-02-23T13:02:51.698Z | Checking p256 v0.13.2 |
3766 | 2025-02-23T13:02:51.730Z | Checking russh-cryptovec v0.7.3 |
3767 | 2025-02-23T13:02:51.877Z | Checking bcrypt-pbkdf v0.10.0 |
3768 | 2025-02-23T13:02:51.898Z | Checking ghash v0.5.1 |
3769 | 2025-02-23T13:02:51.900Z | Checking md5 v0.7.0 |
3770 | 2025-02-23T13:02:51.938Z | Checking num-bigint v0.4.6 |
3771 | 2025-02-23T13:02:51.953Z | Checking des v0.8.1 |
3772 | 2025-02-23T13:02:52.074Z | Checking aes-gcm v0.10.3 |
3773 | 2025-02-23T13:02:52.095Z | Checking pbkdf2 v0.11.0 |
3774 | 2025-02-23T13:02:52.121Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3775 | 2025-02-23T13:02:52.181Z | Checking hex-literal v0.4.1 |
3776 | 2025-02-23T13:02:52.200Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3777 | 2025-02-23T13:02:52.258Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3778 | 2025-02-23T13:02:52.300Z | Checking ssh-cipher v0.2.0 |
3779 | 2025-02-23T13:02:52.329Z | Checking internet-checksum v0.2.1 |
3780 | 2025-02-23T13:02:52.590Z | Checking ssh-key v0.6.6 |
3781 | 2025-02-23T13:02:52.774Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3782 | 2025-02-23T13:02:53.700Z | Checking russh-keys v0.45.0 |
3783 | 2025-02-23T13:02:54.526Z | Checking russh v0.45.0 |
3784 | 2025-02-23T13:03:12.509Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3785 | 2025-02-23T13:03:13.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.09s |
3786 | 2025-02-23T13:03:14.057Z | |
3787 | 2025-02-23T13:03:14.057Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3788 | 2025-02-23T13:03:14.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3789 | 2025-02-23T13:03:14.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3790 | 2025-02-23T13:03:14.704Z | Checking termios v0.3.3 |
3791 | 2025-02-23T13:03:14.926Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3792 | 2025-02-23T13:03:15.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3793 | 2025-02-23T13:03:15.891Z | |
3794 | 2025-02-23T13:03:15.891Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3795 | 2025-02-23T13:03:16.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-02-23T13:03:16.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-02-23T13:03:16.609Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3798 | 2025-02-23T13:03:16.609Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3799 | 2025-02-23T13:03:16.612Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3800 | 2025-02-23T13:03:16.612Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3801 | 2025-02-23T13:03:17.626Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3802 | 2025-02-23T13:03:18.829Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3803 | 2025-02-23T13:03:20.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3804 | 2025-02-23T13:03:20.776Z | |
3805 | 2025-02-23T13:03:20.776Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3806 | 2025-02-23T13:03:21.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3807 | 2025-02-23T13:03:21.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3808 | 2025-02-23T13:03:21.432Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3809 | 2025-02-23T13:03:21.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3810 | 2025-02-23T13:03:22.070Z | |
3811 | 2025-02-23T13:03:22.070Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3812 | 2025-02-23T13:03:22.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-02-23T13:03:22.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-02-23T13:03:22.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3815 | 2025-02-23T13:03:22.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3816 | 2025-02-23T13:03:22.694Z | |
3817 | 2025-02-23T13:03:22.694Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3818 | 2025-02-23T13:03:23.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3819 | 2025-02-23T13:03:23.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3820 | 2025-02-23T13:03:23.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3821 | 2025-02-23T13:03:23.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3822 | 2025-02-23T13:03:23.317Z | |
3823 | 2025-02-23T13:03:23.318Z | info: running `cargo check --bins` on omicron-package (194/199) |
3824 | 2025-02-23T13:03:23.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3825 | 2025-02-23T13:03:23.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3826 | 2025-02-23T13:03:23.996Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3827 | 2025-02-23T13:03:25.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3828 | 2025-02-23T13:03:25.510Z | |
3829 | 2025-02-23T13:03:25.510Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3830 | 2025-02-23T13:03:26.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3831 | 2025-02-23T13:03:26.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3832 | 2025-02-23T13:03:26.229Z | Checking rtoolbox v0.0.2 |
3833 | 2025-02-23T13:03:26.232Z | Checking tui-tree-widget v0.23.0 |
3834 | 2025-02-23T13:03:26.232Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3835 | 2025-02-23T13:03:26.472Z | Checking rpassword v7.3.1 |
3836 | 2025-02-23T13:03:31.043Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3837 | 2025-02-23T13:03:33.901Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3838 | 2025-02-23T13:03:35.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s |
3839 | 2025-02-23T13:03:35.217Z | |
3840 | 2025-02-23T13:03:35.217Z | info: running `cargo check --bins` on wicket (196/199) |
3841 | 2025-02-23T13:03:35.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3842 | 2025-02-23T13:03:35.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3843 | 2025-02-23T13:03:35.934Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3844 | 2025-02-23T13:03:36.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3845 | 2025-02-23T13:03:36.538Z | |
3846 | 2025-02-23T13:03:36.538Z | info: running `cargo check --bins` on wicketd (197/199) |
3847 | 2025-02-23T13:03:37.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3848 | 2025-02-23T13:03:37.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3849 | 2025-02-23T13:03:37.272Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3850 | 2025-02-23T13:03:37.275Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3851 | 2025-02-23T13:03:38.093Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3852 | 2025-02-23T13:03:41.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
3853 | 2025-02-23T13:03:42.135Z | |
3854 | 2025-02-23T13:03:42.135Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3855 | 2025-02-23T13:03:42.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3856 | 2025-02-23T13:03:42.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3857 | 2025-02-23T13:03:42.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3858 | 2025-02-23T13:03:42.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3859 | 2025-02-23T13:03:42.761Z | |
3860 | 2025-02-23T13:03:42.762Z | info: running `cargo check --bins` on zone-setup (199/199) |
3861 | 2025-02-23T13:03:43.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3862 | 2025-02-23T13:03:43.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3863 | 2025-02-23T13:03:43.512Z | Checking uzers v0.12.1 |
3864 | 2025-02-23T13:03:43.861Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3865 | 2025-02-23T13:03:44.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3866 | 2025-02-23T13:03:45.153Z | |
3867 | 2025-02-23T13:03:45.153Z | real 13:42.670760540 |
3868 | 2025-02-23T13:03:45.153Z | user 27:46.952382104 |
3869 | 2025-02-23T13:03:45.153Z | sys 4:18.252602329 |
3870 | 2025-02-23T13:03:45.155Z | trap 0.564306623 |
3871 | 2025-02-23T13:03:45.155Z | tflt 0.604384978 |
3872 | 2025-02-23T13:03:45.155Z | dflt 1.611677052 |
3873 | 2025-02-23T13:03:45.155Z | kflt 0.001290898 |
3874 | 2025-02-23T13:03:45.155Z | lock 46:50.015616475 |
3875 | 2025-02-23T13:03:45.155Z | slp 2:13:16.689880823 |
3876 | 2025-02-23T13:03:45.155Z | lat 1:07.457391984 |
3877 | 2025-02-23T13:03:45.155Z | stop 3:49.060750757 |
3878 | 2025-02-23T13:03:45.156Z | process exited: duration 1232347 ms, exit code 0 |
|
3879 | 2025-02-23T13:03:45.161Z | found 0 output files |