|
|
|
1 | 2025-03-25T21:32:03.157Z | job assigned to worker 01JQ7KEXP7DVNNCECJEZTQDF8P [factory aws, i-01e02e645687670cd] (queued for 57 s) |
|
2 | 2025-03-25T21:32:11.886Z | starting task 0: "setup" |
3 | 2025-03-25T21:32:11.893Z | ++ uname -s |
4 | 2025-03-25T21:32:11.896Z | + kern=SunOS |
5 | 2025-03-25T21:32:11.896Z | + build_user=build |
6 | 2025-03-25T21:32:11.897Z | + build_uid=12345 |
7 | 2025-03-25T21:32:11.897Z | + work_dir=/work |
8 | 2025-03-25T21:32:11.897Z | + input_dir=/input |
9 | 2025-03-25T21:32:11.897Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:32:11.897Z | + case "$kern" in |
11 | 2025-03-25T21:32:11.897Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:32:11.900Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:32:13.905Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:32:14.043Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:32:14.046Z | + home_fs=zfs |
16 | 2025-03-25T21:32:14.046Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:32:14.046Z | + mkdir -p /home/build |
18 | 2025-03-25T21:32:14.050Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:32:16.050Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:32:16.053Z | process exited: duration 4166 ms, exit code 0 |
|
21 | 2025-03-25T21:32:16.062Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:32:16.066Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:32:16.067Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:32:16.067Z | * rust toolchain profile = "default" |
25 | 2025-03-25T21:32:16.067Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-25T21:32:16.067Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:32:16.067Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:32:16.070Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:32:16.070Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:32:16.191Z | info: downloading installer |
31 | 2025-03-25T21:32:17.561Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:32:17.561Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:32:17.561Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:32:17.561Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:32:17.561Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:32:17.561Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:32:17.561Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:32:17.561Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:32:17.561Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:32:17.574Z | info: profile set to 'default' |
41 | 2025-03-25T21:32:17.574Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:32:17.577Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:32:17.734Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:32:17.734Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:32:18.491Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:32:18.815Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:32:19.968Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:32:21.871Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:32:27.565Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:32:27.901Z | info: installing component 'cargo' |
51 | 2025-03-25T21:32:28.710Z | info: installing component 'clippy' |
52 | 2025-03-25T21:32:29.091Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:32:30.831Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:32:32.700Z | info: installing component 'rustc' |
55 | 2025-03-25T21:32:38.498Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:32:38.828Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:32:38.828Z | |
58 | 2025-03-25T21:32:39.186Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:32:39.186Z | |
60 | 2025-03-25T21:32:39.189Z | |
61 | 2025-03-25T21:32:39.189Z | Rust is installed now. Great! |
62 | 2025-03-25T21:32:39.189Z | |
63 | 2025-03-25T21:32:39.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:32:39.189Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:32:39.189Z | |
66 | 2025-03-25T21:32:39.189Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:32:39.189Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:32:39.189Z | |
69 | 2025-03-25T21:32:39.189Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:32:39.189Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:32:39.189Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:32:39.189Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:32:39.253Z | + rustup --version |
74 | 2025-03-25T21:32:39.264Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:32:39.268Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:32:39.292Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:32:39.296Z | + cargo --version |
78 | 2025-03-25T21:32:39.313Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:32:39.315Z | + rustc --version |
80 | 2025-03-25T21:32:39.340Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:32:39.343Z | process exited: duration 23278 ms, exit code 0 |
|
82 | 2025-03-25T21:32:39.349Z | starting task 2: "authentication" |
83 | 2025-03-25T21:32:39.372Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:32:39.379Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:32:39.384Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:32:39.387Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:32:39.427Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:32:46.931Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:32:46.934Z | + git fetch origin f4aea8cc86ef1a36efaf82a11415f86d265df337 |
90 | 2025-03-25T21:32:47.236Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:32:47.236Z | * branch f4aea8cc86ef1a36efaf82a11415f86d265df337 -> FETCH_HEAD |
92 | 2025-03-25T21:32:47.247Z | + [[ -n groups-for-instance ]] |
93 | 2025-03-25T21:32:47.251Z | ++ git branch --show-current |
94 | 2025-03-25T21:32:47.251Z | + current=main |
95 | 2025-03-25T21:32:47.251Z | + [[ main != groups-for-instance ]] |
96 | 2025-03-25T21:32:47.251Z | + git branch -f groups-for-instance f4aea8cc86ef1a36efaf82a11415f86d265df337 |
97 | 2025-03-25T21:32:47.254Z | + git checkout -f groups-for-instance |
98 | 2025-03-25T21:32:47.441Z | Switched to branch 'groups-for-instance' |
99 | 2025-03-25T21:32:47.444Z | + git reset --hard f4aea8cc86ef1a36efaf82a11415f86d265df337 |
100 | 2025-03-25T21:32:47.455Z | HEAD is now at f4aea8cc8 Merge branch 'affinity-query-commentary' into groups-for-instance |
101 | 2025-03-25T21:32:47.459Z | process exited: duration 8076 ms, exit code 0 |
|
102 | 2025-03-25T21:32:47.467Z | starting task 4: "build" |
103 | 2025-03-25T21:32:47.471Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T21:32:47.471Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T21:32:47.471Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T21:32:47.471Z | + cargo --version |
107 | 2025-03-25T21:32:47.526Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T21:32:47.529Z | + rustc --version |
109 | 2025-03-25T21:32:47.595Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T21:32:47.598Z | + source ./env.sh |
111 | 2025-03-25T21:32:47.598Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-25T21:32:47.598Z | ++ set -o xtrace |
113 | 2025-03-25T21:32:47.601Z | ++++ dirname ./env.sh |
114 | 2025-03-25T21:32:47.604Z | +++ readlink -f . |
115 | 2025-03-25T21:32:47.608Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-25T21:32:47.608Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-25T21:32:47.608Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-03-25T21:32:47.608Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-03-25T21:32:47.608Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-03-25T21:32:47.608Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-03-25T21:32:47.608Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-03-25T21:32:47.608Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-03-25T21:32:47.608Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
124 | 2025-03-25T21:32:47.608Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-25T21:32:47.608Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-25T21:32:47.608Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-03-25T21:32:47.608Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
128 | 2025-03-25T21:32:47.608Z | + banner prerequisites |
129 | 2025-03-25T21:32:47.608Z | |
130 | 2025-03-25T21:32:47.608Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-25T21:32:47.608Z | # # # # # # # # # # # # # # # |
132 | 2025-03-25T21:32:47.608Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-25T21:32:47.608Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-25T21:32:47.608Z | # # # # # # # # # # # # # # # |
135 | 2025-03-25T21:32:47.608Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-25T21:32:47.608Z | |
137 | 2025-03-25T21:32:47.608Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-25T21:32:49.278Z | pkg list: illegal option -- F |
139 | 2025-03-25T21:32:49.278Z | Usage: |
140 | 2025-03-25T21:32:49.281Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-25T21:32:49.281Z | [pkg_fmri_pattern ...] |
142 | 2025-03-25T21:32:50.127Z | pkg list: illegal option -- F |
143 | 2025-03-25T21:32:50.127Z | Usage: |
144 | 2025-03-25T21:32:50.132Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-25T21:32:50.132Z | [pkg_fmri_pattern ...] |
146 | 2025-03-25T21:33:01.913Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-25T21:33:06.446Z | Startup: Caching catalogs ... Done |
148 | 2025-03-25T21:33:21.108Z | Planning: Solver setup ... Done (13.598s) |
149 | 2025-03-25T21:33:21.276Z | Planning: Running solver ... Done (0.168s) |
150 | 2025-03-25T21:33:21.409Z | Planning: Finding local manifests ... Done (0.007s) |
151 | 2025-03-25T21:33:21.463Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-25T21:33:21.730Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-25T21:33:21.843Z | Planning: Package planning ... Done (0.113s) |
154 | 2025-03-25T21:33:21.901Z | Planning: Merging actions ... Done (0.056s) |
155 | 2025-03-25T21:33:22.091Z | Planning: Checking for conflicting actions ... Done (0.192s) |
156 | 2025-03-25T21:33:24.281Z | Planning: Consolidating action changes ... Done (2.190s) |
157 | 2025-03-25T21:33:24.731Z | Planning: Evaluating mediators ... Done (0.446s) |
158 | 2025-03-25T21:33:24.808Z | Planning: Planning completed in 18.26 seconds |
159 | 2025-03-25T21:33:24.825Z | Packages to install: 4 |
160 | 2025-03-25T21:33:24.826Z | Packages to update: 3 |
161 | 2025-03-25T21:33:24.832Z | Mediators to change: 2 |
162 | 2025-03-25T21:33:24.832Z | Services to change: 1 |
163 | 2025-03-25T21:33:24.832Z | Estimated space available: 155.59 GB |
164 | 2025-03-25T21:33:24.832Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-25T21:33:24.832Z | Create boot environment: No |
166 | 2025-03-25T21:33:24.832Z | Create backup boot environment: Yes |
167 | 2025-03-25T21:33:24.832Z | Rebuild boot archive: No |
168 | 2025-03-25T21:33:24.832Z | |
169 | 2025-03-25T21:33:24.832Z | Changed mediators: |
170 | 2025-03-25T21:33:24.832Z | mediator clang: |
171 | 2025-03-25T21:33:24.832Z | version: None -> 15 (system default) |
172 | 2025-03-25T21:33:24.832Z | |
173 | 2025-03-25T21:33:24.832Z | mediator llvm: |
174 | 2025-03-25T21:33:24.832Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-25T21:33:24.832Z | |
176 | 2025-03-25T21:33:24.832Z | Changed packages: |
177 | 2025-03-25T21:33:24.832Z | helios-dev |
178 | 2025-03-25T21:33:24.832Z | developer/build-essential |
179 | 2025-03-25T21:33:24.832Z | None -> 11-2.0 |
180 | 2025-03-25T21:33:24.832Z | library/libxmlsec1 |
181 | 2025-03-25T21:33:24.832Z | None -> 1.2.35-2.0 |
182 | 2025-03-25T21:33:24.832Z | ooce/developer/clang-15 |
183 | 2025-03-25T21:33:24.832Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T21:33:24.832Z | ooce/developer/llvm-15 |
185 | 2025-03-25T21:33:24.832Z | None -> 15.0.7-2.0 |
186 | 2025-03-25T21:33:24.832Z | package/pkg |
187 | 2025-03-25T21:33:24.832Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-25T21:33:24.832Z | system/library/g++-runtime |
189 | 2025-03-25T21:33:24.832Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T21:33:24.832Z | system/library/gcc-runtime |
191 | 2025-03-25T21:33:24.833Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-25T21:33:24.833Z | |
193 | 2025-03-25T21:33:24.833Z | Services: |
194 | 2025-03-25T21:33:24.833Z | restart_fmri: |
195 | 2025-03-25T21:33:24.833Z | svc:/system/update-man-index:default |
196 | 2025-03-25T21:33:24.833Z | |
197 | 2025-03-25T21:33:24.833Z | Editable files to change: |
198 | 2025-03-25T21:33:24.833Z | Update: |
199 | 2025-03-25T21:33:24.833Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-25T21:33:24.909Z | |
201 | 2025-03-25T21:33:24.909Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-25T21:33:29.909Z | Download: 1108/4301 items 19.8/225.4MB 8% complete (4.0M/s) |
203 | 2025-03-25T21:33:34.913Z | Download: 1197/4301 items 70.1/225.4MB 31% complete (7.3M/s) |
204 | 2025-03-25T21:33:39.944Z | Download: 1716/4301 items 118.1/225.4MB 52% complete (9.8M/s) |
205 | 2025-03-25T21:33:47.714Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (5.2M/s) |
206 | 2025-03-25T21:33:53.058Z | Download: 2584/4301 items 120.2/225.4MB 53% complete (130k/s) |
207 | 2025-03-25T21:33:58.073Z | Download: 2891/4301 items 121.1/225.4MB 53% complete (202k/s) |
208 | 2025-03-25T21:34:03.105Z | Download: 3232/4301 items 163.5/225.4MB 72% complete (4.3M/s) |
209 | 2025-03-25T21:34:10.075Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
210 | 2025-03-25T21:34:29.360Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
211 | 2025-03-25T21:34:34.620Z | Download: 3349/4301 items 212.8/225.4MB 94% complete (2.8M/s) |
212 | 2025-03-25T21:34:39.710Z | Download: 3483/4301 items 213.5/225.4MB 94% complete (1.1M/s) |
213 | 2025-03-25T21:34:44.714Z | Download: 3605/4301 items 216.0/225.4MB 95% complete (324k/s) |
214 | 2025-03-25T21:34:49.769Z | Download: 3900/4301 items 218.5/225.4MB 96% complete (504k/s) |
215 | 2025-03-25T21:34:54.776Z | Download: 4138/4301 items 220.2/225.4MB 97% complete (425k/s) |
216 | 2025-03-25T21:35:00.140Z | Download: 4203/4301 items 220.5/225.4MB 97% complete (380k/s) |
217 | 2025-03-25T21:35:05.752Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (357k/s) |
218 | 2025-03-25T21:35:15.166Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
219 | 2025-03-25T21:35:21.774Z | Download: 4296/4301 items 225.2/225.4MB 99% complete (658k/s) |
220 | 2025-03-25T21:35:28.190Z | Download: 4300/4301 items 225.4/225.4MB 99% complete (659k/s) |
221 | 2025-03-25T21:35:28.198Z | Download: Completed 225.42 MB in 123.27 seconds (1.8M/s) |
222 | 2025-03-25T21:35:30.327Z | Actions: 1/5122 actions (Removing old actions) |
223 | 2025-03-25T21:35:30.347Z | Actions: 194/5122 actions (Installing new actions) |
224 | 2025-03-25T21:35:35.027Z | Actions: 4267/5122 actions (Updating modified actions) |
225 | 2025-03-25T21:35:35.381Z | Actions: Completed 5122 actions in 5.06 seconds. |
226 | 2025-03-25T21:35:35.621Z | Done (0.232s) |
227 | 2025-03-25T21:35:35.624Z | Done (0.002s) |
228 | 2025-03-25T21:35:36.265Z | Done (0.642s) |
229 | 2025-03-25T21:35:40.742Z | Done (4.247s) |
230 | 2025-03-25T21:35:40.829Z | Done (0.018s) |
231 | 2025-03-25T21:35:40.832Z | Done (0.000s) |
232 | 2025-03-25T21:35:41.009Z | Done (0.000s) |
233 | 2025-03-25T21:35:41.732Z | Planning: Evaluating mediator changes ... Done |
234 | 2025-03-25T21:35:41.891Z | Planning: Checking for conflicting actions ... Done |
235 | 2025-03-25T21:35:41.896Z | Planning: Consolidating action changes ... Done |
236 | 2025-03-25T21:35:42.157Z | Planning: Evaluating mediators ... Done |
237 | 2025-03-25T21:35:42.160Z | Planning: Planning completed in 0.43 seconds |
238 | 2025-03-25T21:35:42.199Z | Mediators to change: 2 |
239 | 2025-03-25T21:35:42.199Z | Create boot environment: No |
240 | 2025-03-25T21:35:42.203Z | Create backup boot environment: No |
241 | 2025-03-25T21:35:42.285Z | Done |
242 | 2025-03-25T21:35:42.285Z | Done |
243 | 2025-03-25T21:35:42.709Z | Done |
244 | 2025-03-25T21:35:46.252Z | Done |
245 | 2025-03-25T21:35:46.341Z | Done |
246 | 2025-03-25T21:35:46.344Z | Done |
247 | 2025-03-25T21:35:46.466Z | Done |
248 | 2025-03-25T21:35:47.067Z | Planning: Evaluating mediator changes ... Done |
249 | 2025-03-25T21:35:47.070Z | Planning: Merging actions ... Done |
250 | 2025-03-25T21:35:47.255Z | Planning: Checking for conflicting actions ... Done |
251 | 2025-03-25T21:35:47.258Z | Planning: Consolidating action changes ... Done |
252 | 2025-03-25T21:35:47.524Z | Planning: Evaluating mediators ... Done |
253 | 2025-03-25T21:35:47.581Z | Planning: Planning completed in 0.75 seconds |
254 | 2025-03-25T21:35:47.623Z | Packages to change: 1 |
255 | 2025-03-25T21:35:47.623Z | Mediators to change: 1 |
256 | 2025-03-25T21:35:47.626Z | Services to change: 1 |
257 | 2025-03-25T21:35:47.626Z | Create boot environment: No |
258 | 2025-03-25T21:35:47.626Z | Create backup boot environment: Yes |
259 | 2025-03-25T21:35:50.040Z | Actions: 1/6 actions (Updating modified actions) |
260 | 2025-03-25T21:35:50.043Z | Actions: Completed 6 actions in 0.00 seconds. |
261 | 2025-03-25T21:35:50.043Z | Done |
262 | 2025-03-25T21:35:50.043Z | Done |
263 | 2025-03-25T21:35:50.172Z | Done |
264 | 2025-03-25T21:35:53.702Z | Done |
265 | 2025-03-25T21:35:53.794Z | Done |
266 | 2025-03-25T21:35:53.797Z | Done |
267 | 2025-03-25T21:35:53.994Z | Done |
268 | 2025-03-25T21:35:54.361Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
269 | 2025-03-25T21:35:54.361Z | clang system 15 system |
270 | 2025-03-25T21:35:54.361Z | csh system system illumos |
271 | 2025-03-25T21:35:54.361Z | ctags system system illumos |
272 | 2025-03-25T21:35:54.361Z | gcc vendor 12 vendor |
273 | 2025-03-25T21:35:54.361Z | gcc system 10 system |
274 | 2025-03-25T21:35:54.361Z | gcc system 7 system |
275 | 2025-03-25T21:35:54.361Z | go system 1.20 system |
276 | 2025-03-25T21:35:54.361Z | go system 1.19 system |
277 | 2025-03-25T21:35:54.361Z | llvm system 15 system |
278 | 2025-03-25T21:35:54.361Z | llvm system 14 system |
279 | 2025-03-25T21:35:54.361Z | mariadb system 10.6 system |
280 | 2025-03-25T21:35:54.361Z | mta vendor vendor dma |
281 | 2025-03-25T21:35:54.361Z | openjdk system 17 system |
282 | 2025-03-25T21:35:54.361Z | openjdk system 11 system |
283 | 2025-03-25T21:35:54.361Z | openjdk system 1.8 system |
284 | 2025-03-25T21:35:54.361Z | openssl vendor 3 vendor |
285 | 2025-03-25T21:35:54.361Z | perl system 5.36 system |
286 | 2025-03-25T21:35:54.361Z | postgresql system 15 system |
287 | 2025-03-25T21:35:54.361Z | postgresql system 13 system |
288 | 2025-03-25T21:35:54.361Z | python vendor 3 vendor |
289 | 2025-03-25T21:35:54.361Z | python system 2 system |
290 | 2025-03-25T21:35:54.361Z | python3 system 3.11 system |
291 | 2025-03-25T21:35:54.361Z | ruby system 3.0 system |
292 | 2025-03-25T21:35:54.361Z | words vendor vendor american-english |
293 | 2025-03-25T21:35:54.361Z | words system system australian-english |
294 | 2025-03-25T21:35:54.361Z | words system system british-english |
295 | 2025-03-25T21:35:54.361Z | words system system canadian-english |
296 | 2025-03-25T21:35:54.361Z | words system system french |
297 | 2025-03-25T21:35:54.361Z | words system system italian |
298 | 2025-03-25T21:35:54.361Z | words system system ngerman |
299 | 2025-03-25T21:35:54.361Z | words system system ogerman |
300 | 2025-03-25T21:35:54.362Z | words system system spanish |
301 | 2025-03-25T21:35:54.691Z | PUBLISHER TYPE STATUS P LOCATION |
302 | 2025-03-25T21:35:54.694Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
303 | 2025-03-25T21:35:57.863Z | FMRI IFO |
304 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
305 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
306 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
307 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
308 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
309 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
310 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
311 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
312 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
313 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
314 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
315 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
316 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
317 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
318 | 2025-03-25T21:35:57.863Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
319 | 2025-03-25T21:35:58.692Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
320 | 2025-03-25T21:35:59.553Z | Updating crates.io index |
321 | 2025-03-25T21:35:59.557Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
322 | 2025-03-25T21:36:00.092Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
323 | 2025-03-25T21:36:00.363Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
324 | 2025-03-25T21:36:00.612Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
325 | 2025-03-25T21:36:00.963Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
326 | 2025-03-25T21:36:01.993Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
327 | 2025-03-25T21:36:03.885Z | Updating git repository `https://github.com/oxidecomputer/opte` |
328 | 2025-03-25T21:36:04.532Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
329 | 2025-03-25T21:36:05.223Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
330 | 2025-03-25T21:36:05.493Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
331 | 2025-03-25T21:36:05.805Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
332 | 2025-03-25T21:36:06.339Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
333 | 2025-03-25T21:36:06.877Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
334 | 2025-03-25T21:36:07.229Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
335 | 2025-03-25T21:36:07.553Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
336 | 2025-03-25T21:36:07.827Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
337 | 2025-03-25T21:36:08.133Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
338 | 2025-03-25T21:36:08.412Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
339 | 2025-03-25T21:36:08.713Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
340 | 2025-03-25T21:36:09.335Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
341 | 2025-03-25T21:36:09.605Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
342 | 2025-03-25T21:36:09.973Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
343 | 2025-03-25T21:36:10.308Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
344 | 2025-03-25T21:36:10.637Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
345 | 2025-03-25T21:36:11.189Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
346 | 2025-03-25T21:36:11.493Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
347 | 2025-03-25T21:36:11.949Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
348 | 2025-03-25T21:36:12.295Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
349 | 2025-03-25T21:36:12.638Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
350 | 2025-03-25T21:36:12.889Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
351 | 2025-03-25T21:36:13.171Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
352 | 2025-03-25T21:36:14.497Z | Downloading crates ... |
353 | 2025-03-25T21:36:14.574Z | Downloaded dtrace-parser v0.2.0 |
354 | 2025-03-25T21:36:14.578Z | Downloaded equivalent v1.0.1 |
355 | 2025-03-25T21:36:14.581Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2025-03-25T21:36:14.597Z | Downloaded winnow v0.7.3 |
357 | 2025-03-25T21:36:14.606Z | Downloaded scroll_derive v0.12.0 |
358 | 2025-03-25T21:36:14.611Z | Downloaded swrite v0.1.0 |
359 | 2025-03-25T21:36:14.614Z | Downloaded zerocopy v0.7.35 |
360 | 2025-03-25T21:36:14.626Z | Downloaded pretty-hex v0.4.1 |
361 | 2025-03-25T21:36:14.631Z | Downloaded usdt-macro v0.5.0 |
362 | 2025-03-25T21:36:14.636Z | Downloaded usdt-attr-macro v0.5.0 |
363 | 2025-03-25T21:36:14.639Z | Downloaded block-buffer v0.10.4 |
364 | 2025-03-25T21:36:14.639Z | Downloaded digest v0.10.7 |
365 | 2025-03-25T21:36:14.642Z | Downloaded cpufeatures v0.2.14 |
366 | 2025-03-25T21:36:14.642Z | Downloaded crypto-common v0.1.6 |
367 | 2025-03-25T21:36:14.642Z | Downloaded cfg-if v1.0.0 |
368 | 2025-03-25T21:36:14.647Z | Downloaded dof v0.3.0 |
369 | 2025-03-25T21:36:14.647Z | Downloaded cargo-platform v0.1.8 |
370 | 2025-03-25T21:36:14.647Z | Downloaded bytecount v0.6.8 |
371 | 2025-03-25T21:36:14.650Z | Downloaded anstyle-parse v0.2.5 |
372 | 2025-03-25T21:36:14.653Z | Downloaded anstyle-query v1.1.1 |
373 | 2025-03-25T21:36:14.653Z | Downloaded thiserror v1.0.69 |
374 | 2025-03-25T21:36:14.657Z | Downloaded clap_lex v0.7.4 |
375 | 2025-03-25T21:36:14.660Z | Downloaded bitflags v1.3.2 |
376 | 2025-03-25T21:36:14.664Z | Downloaded fs-err v2.11.0 |
377 | 2025-03-25T21:36:14.664Z | Downloaded smawk v0.3.2 |
378 | 2025-03-25T21:36:14.667Z | Downloaded proc-macro-error-attr v1.0.4 |
379 | 2025-03-25T21:36:14.667Z | Downloaded memmap v0.7.0 |
380 | 2025-03-25T21:36:14.667Z | Downloaded is_terminal_polyfill v1.70.1 |
381 | 2025-03-25T21:36:14.667Z | Downloaded colorchoice v1.0.2 |
382 | 2025-03-25T21:36:14.670Z | Downloaded byteorder v1.5.0 |
383 | 2025-03-25T21:36:14.671Z | Downloaded fastrand v2.1.1 |
384 | 2025-03-25T21:36:14.675Z | Downloaded anstyle v1.0.10 |
385 | 2025-03-25T21:36:14.679Z | Downloaded terminal_size v0.4.0 |
386 | 2025-03-25T21:36:14.682Z | Downloaded itoa v1.0.11 |
387 | 2025-03-25T21:36:14.682Z | Downloaded scroll v0.12.0 |
388 | 2025-03-25T21:36:14.687Z | Downloaded utf8parse v0.2.2 |
389 | 2025-03-25T21:36:14.687Z | Downloaded toml_datetime v0.6.8 |
390 | 2025-03-25T21:36:14.687Z | Downloaded heck v0.5.0 |
391 | 2025-03-25T21:36:14.690Z | Downloaded macaddr v1.0.1 |
392 | 2025-03-25T21:36:14.693Z | Downloaded plain v0.2.3 |
393 | 2025-03-25T21:36:14.700Z | Downloaded unicode-linebreak v0.1.5 |
394 | 2025-03-25T21:36:14.703Z | Downloaded thread-id v4.2.2 |
395 | 2025-03-25T21:36:14.703Z | Downloaded serde_spanned v0.6.8 |
396 | 2025-03-25T21:36:14.706Z | Downloaded pest_generator v2.7.14 |
397 | 2025-03-25T21:36:14.706Z | Downloaded generic-array v0.14.7 |
398 | 2025-03-25T21:36:14.710Z | Downloaded terminal_size v0.2.6 |
399 | 2025-03-25T21:36:14.713Z | Downloaded fnv v1.0.7 |
400 | 2025-03-25T21:36:14.713Z | Downloaded errno v0.3.9 |
401 | 2025-03-25T21:36:14.716Z | Downloaded usdt v0.5.0 |
402 | 2025-03-25T21:36:14.716Z | Downloaded strsim v0.11.1 |
403 | 2025-03-25T21:36:14.716Z | Downloaded serde_tokenstream v0.2.2 |
404 | 2025-03-25T21:36:14.720Z | Downloaded thiserror-impl v1.0.69 |
405 | 2025-03-25T21:36:14.723Z | Downloaded camino v1.1.9 |
406 | 2025-03-25T21:36:14.723Z | Downloaded anstream v0.6.15 |
407 | 2025-03-25T21:36:14.726Z | Downloaded thiserror-impl v2.0.12 |
408 | 2025-03-25T21:36:14.743Z | Downloaded cargo_toml v0.21.0 |
409 | 2025-03-25T21:36:14.743Z | Downloaded cargo_metadata v0.19.2 |
410 | 2025-03-25T21:36:14.743Z | Downloaded camino-tempfile v1.1.1 |
411 | 2025-03-25T21:36:14.743Z | Downloaded once_cell v1.20.3 |
412 | 2025-03-25T21:36:14.743Z | Downloaded autocfg v1.4.0 |
413 | 2025-03-25T21:36:14.743Z | Downloaded tempfile v3.13.0 |
414 | 2025-03-25T21:36:14.743Z | Downloaded heck v0.4.1 |
415 | 2025-03-25T21:36:14.743Z | Downloaded quote v1.0.39 |
416 | 2025-03-25T21:36:14.747Z | Downloaded pest_derive v2.7.14 |
417 | 2025-03-25T21:36:14.751Z | Downloaded tabled_derive v0.7.0 |
418 | 2025-03-25T21:36:14.756Z | Downloaded thiserror v2.0.12 |
419 | 2025-03-25T21:36:14.760Z | Downloaded io-lifetimes v1.0.11 |
420 | 2025-03-25T21:36:14.763Z | Downloaded bitflags v2.6.0 |
421 | 2025-03-25T21:36:14.766Z | Downloaded usdt-impl v0.5.0 |
422 | 2025-03-25T21:36:14.769Z | Downloaded sha2 v0.10.8 |
423 | 2025-03-25T21:36:14.769Z | Downloaded semver v1.0.25 |
424 | 2025-03-25T21:36:14.772Z | Downloaded clap_derive v4.5.32 |
425 | 2025-03-25T21:36:14.775Z | Downloaded ryu v1.0.18 |
426 | 2025-03-25T21:36:14.778Z | Downloaded toml v0.8.20 |
427 | 2025-03-25T21:36:14.781Z | Downloaded proc-macro2 v1.0.94 |
428 | 2025-03-25T21:36:14.786Z | Downloaded version_check v0.9.5 |
429 | 2025-03-25T21:36:14.790Z | Downloaded textwrap v0.16.1 |
430 | 2025-03-25T21:36:14.793Z | Downloaded ucd-trie v0.1.7 |
431 | 2025-03-25T21:36:14.793Z | Downloaded unicode-ident v1.0.14 |
432 | 2025-03-25T21:36:14.796Z | Downloaded proc-macro-error v1.0.4 |
433 | 2025-03-25T21:36:14.799Z | Downloaded pest_meta v2.7.14 |
434 | 2025-03-25T21:36:14.802Z | Downloaded anyhow v1.0.97 |
435 | 2025-03-25T21:36:14.805Z | Downloaded clap v4.5.32 |
436 | 2025-03-25T21:36:14.812Z | Downloaded serde_derive v1.0.218 |
437 | 2025-03-25T21:36:14.815Z | Downloaded papergrid v0.11.0 |
438 | 2025-03-25T21:36:14.818Z | Downloaded typenum v1.17.0 |
439 | 2025-03-25T21:36:14.824Z | Downloaded log v0.4.22 |
440 | 2025-03-25T21:36:14.834Z | Downloaded serde v1.0.218 |
441 | 2025-03-25T21:36:14.837Z | Downloaded indexmap v2.7.1 |
442 | 2025-03-25T21:36:14.844Z | Downloaded toml_edit v0.22.24 |
443 | 2025-03-25T21:36:14.865Z | Downloaded memchr v2.7.4 |
444 | 2025-03-25T21:36:14.896Z | Downloaded clap_builder v4.5.32 |
445 | 2025-03-25T21:36:14.902Z | Downloaded pest v2.7.14 |
446 | 2025-03-25T21:36:14.907Z | Downloaded hashbrown v0.15.1 |
447 | 2025-03-25T21:36:14.915Z | Downloaded serde_json v1.0.139 |
448 | 2025-03-25T21:36:14.926Z | Downloaded goblin v0.8.2 |
449 | 2025-03-25T21:36:14.937Z | Downloaded tabled v0.15.0 |
450 | 2025-03-25T21:36:14.957Z | Downloaded syn v1.0.109 |
451 | 2025-03-25T21:36:14.978Z | Downloaded unicode-width v0.1.14 |
452 | 2025-03-25T21:36:14.987Z | Downloaded syn v2.0.98 |
453 | 2025-03-25T21:36:14.995Z | Downloaded rustix v0.37.28 |
454 | 2025-03-25T21:36:15.014Z | Downloaded rustix v0.38.37 |
455 | 2025-03-25T21:36:15.044Z | Downloaded libc v0.2.170 |
456 | 2025-03-25T21:36:15.180Z | Compiling proc-macro2 v1.0.94 |
457 | 2025-03-25T21:36:15.180Z | Compiling unicode-ident v1.0.14 |
458 | 2025-03-25T21:36:15.184Z | Compiling version_check v0.9.5 |
459 | 2025-03-25T21:36:15.184Z | Compiling libc v0.2.170 |
460 | 2025-03-25T21:36:15.184Z | Compiling serde v1.0.218 |
461 | 2025-03-25T21:36:15.215Z | Compiling memchr v2.7.4 |
462 | 2025-03-25T21:36:15.219Z | Compiling thiserror v1.0.69 |
463 | 2025-03-25T21:36:15.219Z | Compiling ryu v1.0.18 |
464 | 2025-03-25T21:36:15.462Z | Compiling itoa v1.0.11 |
465 | 2025-03-25T21:36:15.579Z | Compiling ucd-trie v0.1.7 |
466 | 2025-03-25T21:36:15.712Z | Compiling once_cell v1.20.3 |
467 | 2025-03-25T21:36:15.957Z | Compiling byteorder v1.5.0 |
468 | 2025-03-25T21:36:16.047Z | Compiling serde_json v1.0.139 |
469 | 2025-03-25T21:36:16.207Z | Compiling rustix v0.38.37 |
470 | 2025-03-25T21:36:16.357Z | Compiling bitflags v2.6.0 |
471 | 2025-03-25T21:36:16.466Z | Compiling usdt-impl v0.5.0 |
472 | 2025-03-25T21:36:16.691Z | Compiling proc-macro-error-attr v1.0.4 |
473 | 2025-03-25T21:36:16.769Z | Compiling syn v1.0.109 |
474 | 2025-03-25T21:36:16.812Z | Compiling io-lifetimes v1.0.11 |
475 | 2025-03-25T21:36:16.986Z | Compiling proc-macro-error v1.0.4 |
476 | 2025-03-25T21:36:17.036Z | Compiling quote v1.0.39 |
477 | 2025-03-25T21:36:17.089Z | Compiling plain v0.2.3 |
478 | 2025-03-25T21:36:17.274Z | Compiling errno v0.3.9 |
479 | 2025-03-25T21:36:17.299Z | Compiling equivalent v1.0.1 |
480 | 2025-03-25T21:36:17.303Z | Compiling rustix v0.37.28 |
481 | 2025-03-25T21:36:17.414Z | Compiling syn v2.0.98 |
482 | 2025-03-25T21:36:17.435Z | Compiling thread-id v4.2.2 |
483 | 2025-03-25T21:36:17.513Z | Compiling camino v1.1.9 |
484 | 2025-03-25T21:36:17.552Z | Compiling utf8parse v0.2.2 |
485 | 2025-03-25T21:36:17.632Z | Compiling hashbrown v0.15.1 |
486 | 2025-03-25T21:36:17.655Z | Compiling log v0.4.22 |
487 | 2025-03-25T21:36:17.711Z | Compiling anstyle-parse v0.2.5 |
488 | 2025-03-25T21:36:18.183Z | Compiling winnow v0.7.3 |
489 | 2025-03-25T21:36:18.204Z | Compiling pretty-hex v0.4.1 |
490 | 2025-03-25T21:36:18.413Z | Compiling semver v1.0.25 |
491 | 2025-03-25T21:36:18.519Z | Compiling unicode-width v0.1.14 |
492 | 2025-03-25T21:36:18.692Z | Compiling indexmap v2.7.1 |
493 | 2025-03-25T21:36:18.714Z | Compiling bitflags v1.3.2 |
494 | 2025-03-25T21:36:18.819Z | Compiling autocfg v1.4.0 |
495 | 2025-03-25T21:36:18.987Z | Compiling is_terminal_polyfill v1.70.1 |
496 | 2025-03-25T21:36:19.101Z | Compiling thiserror v2.0.12 |
497 | 2025-03-25T21:36:19.137Z | Compiling colorchoice v1.0.2 |
498 | 2025-03-25T21:36:19.330Z | Compiling anstyle-query v1.1.1 |
499 | 2025-03-25T21:36:19.510Z | Compiling anstyle v1.0.10 |
500 | 2025-03-25T21:36:19.787Z | Compiling fs-err v2.11.0 |
501 | 2025-03-25T21:36:19.955Z | Compiling anstream v0.6.15 |
502 | 2025-03-25T21:36:19.998Z | Compiling terminal_size v0.4.0 |
503 | 2025-03-25T21:36:20.216Z | Compiling bytecount v0.6.8 |
504 | 2025-03-25T21:36:20.240Z | Compiling fastrand v2.1.1 |
505 | 2025-03-25T21:36:20.293Z | Compiling strsim v0.11.1 |
506 | 2025-03-25T21:36:20.448Z | Compiling heck v0.4.1 |
507 | 2025-03-25T21:36:20.547Z | Compiling heck v0.5.0 |
508 | 2025-03-25T21:36:21.008Z | Compiling clap_lex v0.7.4 |
509 | 2025-03-25T21:36:21.032Z | Compiling cfg-if v1.0.0 |
510 | 2025-03-25T21:36:21.145Z | Compiling fnv v1.0.7 |
511 | 2025-03-25T21:36:21.238Z | Compiling anyhow v1.0.97 |
512 | 2025-03-25T21:36:21.295Z | Compiling papergrid v0.11.0 |
513 | 2025-03-25T21:36:21.318Z | Compiling clap_builder v4.5.32 |
514 | 2025-03-25T21:36:21.359Z | Compiling terminal_size v0.2.6 |
515 | 2025-03-25T21:36:21.424Z | Compiling tempfile v3.13.0 |
516 | 2025-03-25T21:36:21.708Z | Compiling memmap v0.7.0 |
517 | 2025-03-25T21:36:21.735Z | Compiling unicode-linebreak v0.1.5 |
518 | 2025-03-25T21:36:22.005Z | Compiling smawk v0.3.2 |
519 | 2025-03-25T21:36:22.224Z | Compiling textwrap v0.16.1 |
520 | 2025-03-25T21:36:22.247Z | Compiling swrite v0.1.0 |
521 | 2025-03-25T21:36:22.849Z | Compiling tabled_derive v0.7.0 |
522 | 2025-03-25T21:36:24.297Z | Compiling tabled v0.15.0 |
523 | 2025-03-25T21:36:24.494Z | Compiling serde_derive v1.0.218 |
524 | 2025-03-25T21:36:24.494Z | Compiling thiserror-impl v1.0.69 |
525 | 2025-03-25T21:36:24.497Z | Compiling zerocopy-derive v0.7.35 |
526 | 2025-03-25T21:36:24.497Z | Compiling scroll_derive v0.12.0 |
527 | 2025-03-25T21:36:24.497Z | Compiling thiserror-impl v2.0.12 |
528 | 2025-03-25T21:36:24.497Z | Compiling clap_derive v4.5.32 |
529 | 2025-03-25T21:36:25.917Z | Compiling scroll v0.12.0 |
530 | 2025-03-25T21:36:26.445Z | Compiling goblin v0.8.2 |
531 | 2025-03-25T21:36:26.505Z | Compiling zerocopy v0.7.35 |
532 | 2025-03-25T21:36:27.550Z | Compiling pest v2.7.14 |
533 | 2025-03-25T21:36:28.812Z | Compiling clap v4.5.32 |
534 | 2025-03-25T21:36:29.845Z | Compiling pest_meta v2.7.14 |
535 | 2025-03-25T21:36:30.713Z | Compiling pest_generator v2.7.14 |
536 | 2025-03-25T21:36:32.018Z | Compiling pest_derive v2.7.14 |
537 | 2025-03-25T21:36:32.628Z | Compiling dtrace-parser v0.2.0 |
538 | 2025-03-25T21:36:33.363Z | Compiling serde_tokenstream v0.2.2 |
539 | 2025-03-25T21:36:33.412Z | Compiling serde_spanned v0.6.8 |
540 | 2025-03-25T21:36:33.417Z | Compiling toml_datetime v0.6.8 |
541 | 2025-03-25T21:36:33.550Z | Compiling cargo-platform v0.1.8 |
542 | 2025-03-25T21:36:33.691Z | Compiling macaddr v1.0.1 |
543 | 2025-03-25T21:36:33.873Z | Compiling toml_edit v0.22.24 |
544 | 2025-03-25T21:36:34.086Z | Compiling camino-tempfile v1.1.1 |
545 | 2025-03-25T21:36:34.756Z | Compiling dof v0.3.0 |
546 | 2025-03-25T21:36:34.810Z | Compiling cargo_metadata v0.19.2 |
547 | 2025-03-25T21:36:36.032Z | Compiling usdt-attr-macro v0.5.0 |
548 | 2025-03-25T21:36:36.032Z | Compiling usdt-macro v0.5.0 |
549 | 2025-03-25T21:36:36.763Z | Compiling toml v0.8.20 |
550 | 2025-03-25T21:36:37.086Z | Compiling usdt v0.5.0 |
551 | 2025-03-25T21:36:37.531Z | Compiling cargo_toml v0.21.0 |
552 | 2025-03-25T21:36:40.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
553 | 2025-03-25T21:36:43.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.69s |
554 | 2025-03-25T21:36:43.383Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
555 | 2025-03-25T21:36:43.996Z | Downloading crates ... |
556 | 2025-03-25T21:36:44.192Z | Downloaded aead v0.5.2 |
557 | 2025-03-25T21:36:44.214Z | Downloaded arrayref v0.3.9 |
558 | 2025-03-25T21:36:44.221Z | Downloaded assert_matches v1.5.0 |
559 | 2025-03-25T21:36:44.224Z | Downloaded ascii-canvas v3.0.0 |
560 | 2025-03-25T21:36:44.227Z | Downloaded async-recursion v1.1.1 |
561 | 2025-03-25T21:36:44.232Z | Downloaded atty v0.2.14 |
562 | 2025-03-25T21:36:44.235Z | Downloaded array-init v0.0.4 |
563 | 2025-03-25T21:36:44.239Z | Downloaded argon2 v0.5.3 |
564 | 2025-03-25T21:36:44.244Z | Downloaded bit-vec v0.6.3 |
565 | 2025-03-25T21:36:44.253Z | Downloaded block-padding v0.3.3 |
566 | 2025-03-25T21:36:44.260Z | Downloaded headers v0.4.0 |
567 | 2025-03-25T21:36:44.266Z | Downloaded buf-list v1.0.3 |
568 | 2025-03-25T21:36:44.270Z | Downloaded headers-core v0.3.0 |
569 | 2025-03-25T21:36:44.274Z | Downloaded ctr v0.9.2 |
570 | 2025-03-25T21:36:44.274Z | Downloaded bit-set v0.8.0 |
571 | 2025-03-25T21:36:44.277Z | Downloaded cfg_aliases v0.1.1 |
572 | 2025-03-25T21:36:44.277Z | Downloaded heapless v0.8.0 |
573 | 2025-03-25T21:36:44.281Z | Downloaded ident_case v1.0.1 |
574 | 2025-03-25T21:36:44.284Z | Downloaded hubpack_derive v0.1.1 |
575 | 2025-03-25T21:36:44.284Z | Downloaded http-range v0.1.5 |
576 | 2025-03-25T21:36:44.284Z | Downloaded async-stream-impl v0.3.6 |
577 | 2025-03-25T21:36:44.287Z | Downloaded icu_provider_macros v1.5.0 |
578 | 2025-03-25T21:36:44.287Z | Downloaded cstr-argument v0.1.2 |
579 | 2025-03-25T21:36:44.287Z | Downloaded cfg_aliases v0.2.1 |
580 | 2025-03-25T21:36:44.291Z | Downloaded hyper-tls v0.6.0 |
581 | 2025-03-25T21:36:44.291Z | Downloaded heck v0.3.3 |
582 | 2025-03-25T21:36:44.294Z | Downloaded crucible-workspace-hack v0.1.0 |
583 | 2025-03-25T21:36:44.294Z | Downloaded ciborium-io v0.2.2 |
584 | 2025-03-25T21:36:44.294Z | Downloaded humantime v2.1.0 |
585 | 2025-03-25T21:36:44.298Z | Downloaded http-body-util v0.1.2 |
586 | 2025-03-25T21:36:44.298Z | Downloaded hostname v0.3.1 |
587 | 2025-03-25T21:36:44.301Z | Downloaded hex v0.4.3 |
588 | 2025-03-25T21:36:44.304Z | Downloaded idna_adapter v1.2.0 |
589 | 2025-03-25T21:36:44.304Z | Downloaded hubpack v0.1.2 |
590 | 2025-03-25T21:36:44.304Z | Downloaded bit-set v0.5.3 |
591 | 2025-03-25T21:36:44.308Z | Downloaded indent_write v2.2.0 |
592 | 2025-03-25T21:36:44.308Z | Downloaded crc v3.2.1 |
593 | 2025-03-25T21:36:44.317Z | Downloaded http-body v1.0.1 |
594 | 2025-03-25T21:36:44.317Z | Downloaded pretty-hex v0.2.1 |
595 | 2025-03-25T21:36:44.322Z | Downloaded bitfield-struct v0.6.2 |
596 | 2025-03-25T21:36:44.322Z | Downloaded base16ct v0.2.0 |
597 | 2025-03-25T21:36:44.322Z | Downloaded httparse v1.9.5 |
598 | 2025-03-25T21:36:44.322Z | Downloaded is_ci v1.2.0 |
599 | 2025-03-25T21:36:44.322Z | Downloaded chrono-tz-build v0.4.0 |
600 | 2025-03-25T21:36:44.325Z | Downloaded cexpr v0.6.0 |
601 | 2025-03-25T21:36:44.325Z | Downloaded bb8 v0.8.5 |
602 | 2025-03-25T21:36:44.329Z | Downloaded impl-trait-for-tuples v0.2.2 |
603 | 2025-03-25T21:36:44.329Z | Downloaded castaway v0.2.3 |
604 | 2025-03-25T21:36:44.332Z | Downloaded lazy_static v1.5.0 |
605 | 2025-03-25T21:36:44.335Z | Downloaded cbc v0.1.2 |
606 | 2025-03-25T21:36:44.335Z | Downloaded iana-time-zone v0.1.61 |
607 | 2025-03-25T21:36:44.338Z | Downloaded icu_normalizer_data v1.5.0 |
608 | 2025-03-25T21:36:44.343Z | Downloaded cmake v0.1.51 |
609 | 2025-03-25T21:36:44.343Z | Downloaded icu_locid_transform v1.5.0 |
610 | 2025-03-25T21:36:44.346Z | Downloaded crc-catalog v2.4.0 |
611 | 2025-03-25T21:36:44.346Z | Downloaded convert_case v0.4.0 |
612 | 2025-03-25T21:36:44.349Z | Downloaded constant_time_eq v0.3.1 |
613 | 2025-03-25T21:36:44.349Z | Downloaded crossbeam-deque v0.8.5 |
614 | 2025-03-25T21:36:44.352Z | Downloaded md5 v0.7.0 |
615 | 2025-03-25T21:36:44.352Z | Downloaded cipher v0.4.4 |
616 | 2025-03-25T21:36:44.352Z | Downloaded cobs v0.2.3 |
617 | 2025-03-25T21:36:44.356Z | Downloaded match_cfg v0.1.0 |
618 | 2025-03-25T21:36:44.356Z | Downloaded chacha20 v0.9.1 |
619 | 2025-03-25T21:36:44.359Z | Downloaded lockfree-object-pool v0.1.6 |
620 | 2025-03-25T21:36:44.362Z | Downloaded bzip2 v0.4.4 |
621 | 2025-03-25T21:36:44.362Z | Downloaded indoc v2.0.6 |
622 | 2025-03-25T21:36:44.365Z | Downloaded cargo_metadata v0.18.1 |
623 | 2025-03-25T21:36:44.370Z | Downloaded proc-macro-error-attr2 v2.0.0 |
624 | 2025-03-25T21:36:44.370Z | Downloaded hex-literal v0.4.1 |
625 | 2025-03-25T21:36:44.373Z | Downloaded bit-vec v0.8.0 |
626 | 2025-03-25T21:36:44.373Z | Downloaded blake2 v0.10.6 |
627 | 2025-03-25T21:36:44.376Z | Downloaded ipnet v2.11.0 |
628 | 2025-03-25T21:36:44.379Z | Downloaded hyper-rustls v0.27.3 |
629 | 2025-03-25T21:36:44.382Z | Downloaded radium v0.7.0 |
630 | 2025-03-25T21:36:44.382Z | Downloaded r2d2 v0.8.10 |
631 | 2025-03-25T21:36:44.385Z | Downloaded lru-cache v0.1.2 |
632 | 2025-03-25T21:36:44.385Z | Downloaded time-core v0.1.2 |
633 | 2025-03-25T21:36:44.388Z | Downloaded lru v0.12.5 |
634 | 2025-03-25T21:36:44.388Z | Downloaded ref-cast v1.0.23 |
635 | 2025-03-25T21:36:44.391Z | Downloaded lazycell v1.3.0 |
636 | 2025-03-25T21:36:44.395Z | Downloaded managed v0.8.0 |
637 | 2025-03-25T21:36:44.395Z | Downloaded colored v2.2.0 |
638 | 2025-03-25T21:36:44.398Z | Downloaded semver v0.1.20 |
639 | 2025-03-25T21:36:44.398Z | Downloaded maplit v1.0.2 |
640 | 2025-03-25T21:36:44.401Z | Downloaded linear-map v1.2.0 |
641 | 2025-03-25T21:36:44.401Z | Downloaded sync_wrapper v1.0.1 |
642 | 2025-03-25T21:36:44.404Z | Downloaded base64 v0.13.1 |
643 | 2025-03-25T21:36:44.407Z | Downloaded csv-core v0.1.11 |
644 | 2025-03-25T21:36:44.410Z | Downloaded crc32fast v1.4.2 |
645 | 2025-03-25T21:36:44.410Z | Downloaded md-5 v0.10.6 |
646 | 2025-03-25T21:36:44.413Z | Downloaded cookie_store v0.21.1 |
647 | 2025-03-25T21:36:44.417Z | Downloaded mime v0.3.17 |
648 | 2025-03-25T21:36:44.417Z | Downloaded memoffset v0.9.1 |
649 | 2025-03-25T21:36:44.420Z | Downloaded inout v0.1.3 |
650 | 2025-03-25T21:36:44.420Z | Downloaded backoff v0.4.0 |
651 | 2025-03-25T21:36:44.424Z | Downloaded linked-hash-map v0.5.6 |
652 | 2025-03-25T21:36:44.424Z | Downloaded lock_api v0.4.12 |
653 | 2025-03-25T21:36:44.427Z | Downloaded progenitor-client v0.9.1 |
654 | 2025-03-25T21:36:44.427Z | Downloaded vte_generate_state_changes v0.1.2 |
655 | 2025-03-25T21:36:44.427Z | Downloaded try-lock v0.2.5 |
656 | 2025-03-25T21:36:44.430Z | Downloaded derive_builder_macro v0.20.2 |
657 | 2025-03-25T21:36:44.430Z | Downloaded rustls-pemfile v1.0.4 |
658 | 2025-03-25T21:36:44.433Z | Downloaded slog-async v2.8.0 |
659 | 2025-03-25T21:36:44.436Z | Downloaded jobserver v0.1.32 |
660 | 2025-03-25T21:36:44.436Z | Downloaded libloading v0.8.5 |
661 | 2025-03-25T21:36:44.440Z | Downloaded icu_properties v1.5.1 |
662 | 2025-03-25T21:36:44.443Z | Downloaded kstat-rs v0.2.4 |
663 | 2025-03-25T21:36:44.447Z | Downloaded highway v1.3.0 |
664 | 2025-03-25T21:36:44.457Z | Downloaded openssl-macros v0.1.1 |
665 | 2025-03-25T21:36:44.460Z | Downloaded num-conv v0.1.0 |
666 | 2025-03-25T21:36:44.460Z | Downloaded newtype_derive v0.1.6 |
667 | 2025-03-25T21:36:44.464Z | Downloaded futures-io v0.3.31 |
668 | 2025-03-25T21:36:44.464Z | Downloaded typify-macro v0.2.0 |
669 | 2025-03-25T21:36:44.464Z | Downloaded strum_macros v0.24.3 |
670 | 2025-03-25T21:36:44.467Z | Downloaded which v4.4.2 |
671 | 2025-03-25T21:36:44.471Z | Downloaded mime_guess v2.0.5 |
672 | 2025-03-25T21:36:44.471Z | Downloaded time-macros v0.2.18 |
673 | 2025-03-25T21:36:44.474Z | Downloaded psl-types v2.0.11 |
674 | 2025-03-25T21:36:44.474Z | Downloaded precomputed-hash v0.1.1 |
675 | 2025-03-25T21:36:44.477Z | Downloaded clang-sys v1.8.1 |
676 | 2025-03-25T21:36:44.477Z | Downloaded synstructure v0.13.1 |
677 | 2025-03-25T21:36:44.481Z | Downloaded curve25519-dalek-derive v0.1.1 |
678 | 2025-03-25T21:36:44.481Z | Downloaded xattr v1.3.1 |
679 | 2025-03-25T21:36:44.484Z | Downloaded unicode-truncate v1.1.0 |
680 | 2025-03-25T21:36:44.484Z | Downloaded tui-tree-widget v0.23.0 |
681 | 2025-03-25T21:36:44.487Z | Downloaded aes v0.8.4 |
682 | 2025-03-25T21:36:44.490Z | Downloaded quick-error v1.2.3 |
683 | 2025-03-25T21:36:44.493Z | Downloaded path-slash v0.1.5 |
684 | 2025-03-25T21:36:44.493Z | Downloaded either v1.14.0 |
685 | 2025-03-25T21:36:44.497Z | Downloaded backtrace v0.3.74 |
686 | 2025-03-25T21:36:44.500Z | Downloaded russh-cryptovec v0.7.3 |
687 | 2025-03-25T21:36:44.504Z | Downloaded sqlparser_derive v0.2.2 |
688 | 2025-03-25T21:36:44.504Z | Downloaded futures-sink v0.3.31 |
689 | 2025-03-25T21:36:44.504Z | Downloaded float-ord v0.3.2 |
690 | 2025-03-25T21:36:44.507Z | Downloaded fixedbitset v0.4.2 |
691 | 2025-03-25T21:36:44.507Z | Downloaded fragile v2.0.0 |
692 | 2025-03-25T21:36:44.510Z | Downloaded fallible-iterator v0.2.0 |
693 | 2025-03-25T21:36:44.510Z | Downloaded futures-task v0.3.31 |
694 | 2025-03-25T21:36:44.513Z | Downloaded futures-macro v0.3.31 |
695 | 2025-03-25T21:36:44.513Z | Downloaded num-derive v0.4.2 |
696 | 2025-03-25T21:36:44.516Z | Downloaded normalize-line-endings v0.3.0 |
697 | 2025-03-25T21:36:44.521Z | Downloaded take_mut v0.2.2 |
698 | 2025-03-25T21:36:44.521Z | Downloaded tower-layer v0.3.3 |
699 | 2025-03-25T21:36:44.521Z | Downloaded compact_str v0.8.0 |
700 | 2025-03-25T21:36:44.525Z | Downloaded num-iter v0.1.45 |
701 | 2025-03-25T21:36:44.528Z | Downloaded oxnet v0.1.1 |
702 | 2025-03-25T21:36:44.528Z | Downloaded base64 v0.22.1 |
703 | 2025-03-25T21:36:44.532Z | Downloaded primeorder v0.13.6 |
704 | 2025-03-25T21:36:44.535Z | Downloaded paste v1.0.15 |
705 | 2025-03-25T21:36:44.539Z | Downloaded const-oid v0.9.6 |
706 | 2025-03-25T21:36:44.542Z | Downloaded pin-utils v0.1.0 |
707 | 2025-03-25T21:36:44.542Z | Downloaded parse-size v1.1.0 |
708 | 2025-03-25T21:36:44.546Z | Downloaded derive_builder_core v0.20.2 |
709 | 2025-03-25T21:36:44.546Z | Downloaded tokio-tungstenite v0.23.1 |
710 | 2025-03-25T21:36:44.550Z | Downloaded utf-8 v0.7.6 |
711 | 2025-03-25T21:36:44.550Z | Downloaded indicatif v0.17.11 |
712 | 2025-03-25T21:36:44.553Z | Downloaded serde_plain v1.0.2 |
713 | 2025-03-25T21:36:44.556Z | Downloaded serde_path_to_error v0.1.16 |
714 | 2025-03-25T21:36:44.559Z | Downloaded zeroize_derive v1.4.2 |
715 | 2025-03-25T21:36:44.560Z | Downloaded derive_builder v0.20.2 |
716 | 2025-03-25T21:36:44.565Z | Downloaded tap v1.0.1 |
717 | 2025-03-25T21:36:44.568Z | Downloaded ssh-encoding v0.2.0 |
718 | 2025-03-25T21:36:44.568Z | Downloaded slab v0.4.9 |
719 | 2025-03-25T21:36:44.571Z | Downloaded tls_codec_derive v0.4.1 |
720 | 2025-03-25T21:36:44.571Z | Downloaded const_format v0.2.34 |
721 | 2025-03-25T21:36:44.577Z | Downloaded socket2 v0.5.8 |
722 | 2025-03-25T21:36:44.580Z | Downloaded ssh-cipher v0.2.0 |
723 | 2025-03-25T21:36:44.580Z | Downloaded unicode-properties v0.1.3 |
724 | 2025-03-25T21:36:44.583Z | Downloaded openssl-probe v0.1.5 |
725 | 2025-03-25T21:36:44.584Z | Downloaded chacha20poly1305 v0.10.1 |
726 | 2025-03-25T21:36:44.587Z | Downloaded siphasher v0.3.11 |
727 | 2025-03-25T21:36:44.587Z | Downloaded password-hash v0.4.2 |
728 | 2025-03-25T21:36:44.590Z | Downloaded universal-hash v0.5.1 |
729 | 2025-03-25T21:36:44.593Z | Downloaded zeroize v1.8.1 |
730 | 2025-03-25T21:36:44.593Z | Downloaded zerofrom-derive v0.1.4 |
731 | 2025-03-25T21:36:44.596Z | Downloaded utf16_iter v1.0.5 |
732 | 2025-03-25T21:36:44.596Z | Downloaded miniz_oxide v0.8.5 |
733 | 2025-03-25T21:36:44.599Z | Downloaded sigpipe v0.1.3 |
734 | 2025-03-25T21:36:44.599Z | Downloaded serde_yaml v0.9.34+deprecated |
735 | 2025-03-25T21:36:44.603Z | Downloaded unicase v2.7.0 |
736 | 2025-03-25T21:36:44.606Z | Downloaded rustls-pki-types v1.10.0 |
737 | 2025-03-25T21:36:44.610Z | Downloaded icu_collections v1.5.0 |
738 | 2025-03-25T21:36:44.615Z | Downloaded filetime v0.2.25 |
739 | 2025-03-25T21:36:44.618Z | Downloaded fd-lock v4.0.2 |
740 | 2025-03-25T21:36:44.621Z | Downloaded ff v0.13.0 |
741 | 2025-03-25T21:36:44.624Z | Downloaded toolchain_find v0.4.0 |
742 | 2025-03-25T21:36:44.624Z | Downloaded sync-ptr v0.1.1 |
743 | 2025-03-25T21:36:44.624Z | Downloaded mockall_derive v0.13.1 |
744 | 2025-03-25T21:36:44.630Z | Downloaded crossbeam-channel v0.5.13 |
745 | 2025-03-25T21:36:44.633Z | Downloaded phf v0.11.2 |
746 | 2025-03-25T21:36:44.633Z | Downloaded ena v0.14.3 |
747 | 2025-03-25T21:36:44.637Z | Downloaded parking_lot_core v0.8.6 |
748 | 2025-03-25T21:36:44.640Z | Downloaded num v0.4.3 |
749 | 2025-03-25T21:36:44.640Z | Downloaded rustc-demangle v0.1.24 |
750 | 2025-03-25T21:36:44.643Z | Downloaded pkcs1 v0.7.5 |
751 | 2025-03-25T21:36:44.646Z | Downloaded yoke-derive v0.7.4 |
752 | 2025-03-25T21:36:44.646Z | Downloaded term v0.7.0 |
753 | 2025-03-25T21:36:44.649Z | Downloaded want v0.3.1 |
754 | 2025-03-25T21:36:44.656Z | Downloaded embedded-io v0.6.1 |
755 | 2025-03-25T21:36:44.656Z | Downloaded foldhash v0.1.3 |
756 | 2025-03-25T21:36:44.659Z | Downloaded owo-colors v4.2.0 |
757 | 2025-03-25T21:36:44.659Z | Downloaded newline-converter v0.3.0 |
758 | 2025-03-25T21:36:44.659Z | Downloaded rustc-hash v2.1.1 |
759 | 2025-03-25T21:36:44.662Z | Downloaded pkcs5 v0.7.1 |
760 | 2025-03-25T21:36:44.666Z | Downloaded strum_macros v0.26.4 |
761 | 2025-03-25T21:36:44.669Z | Downloaded strum_macros v0.25.3 |
762 | 2025-03-25T21:36:44.672Z | Downloaded sct v0.7.1 |
763 | 2025-03-25T21:36:44.675Z | Downloaded unarray v0.1.4 |
764 | 2025-03-25T21:36:44.680Z | Downloaded rustc_version v0.1.7 |
765 | 2025-03-25T21:36:44.680Z | Downloaded deranged v0.3.11 |
766 | 2025-03-25T21:36:44.683Z | Downloaded schemars_derive v0.8.22 |
767 | 2025-03-25T21:36:44.683Z | Downloaded nu-ansi-term v0.50.1 |
768 | 2025-03-25T21:36:44.686Z | Downloaded opaque-debug v0.3.1 |
769 | 2025-03-25T21:36:44.687Z | Downloaded rand_chacha v0.3.1 |
770 | 2025-03-25T21:36:44.690Z | Downloaded debug-ignore v1.0.5 |
771 | 2025-03-25T21:36:44.693Z | Downloaded spki v0.7.3 |
772 | 2025-03-25T21:36:44.693Z | Downloaded peg-runtime v0.8.5 |
773 | 2025-03-25T21:36:44.696Z | Downloaded parking_lot v0.11.2 |
774 | 2025-03-25T21:36:44.696Z | Downloaded utf8_iter v1.0.4 |
775 | 2025-03-25T21:36:44.699Z | Downloaded russh-keys v0.45.0 |
776 | 2025-03-25T21:36:44.702Z | Downloaded hickory-resolver v0.24.4 |
777 | 2025-03-25T21:36:44.706Z | Downloaded flume v0.11.1 |
778 | 2025-03-25T21:36:44.710Z | Downloaded embedded-io v0.4.0 |
779 | 2025-03-25T21:36:44.713Z | Downloaded serde-big-array v0.5.1 |
780 | 2025-03-25T21:36:44.716Z | Downloaded ed25519 v2.2.3 |
781 | 2025-03-25T21:36:44.716Z | Downloaded ecdsa v0.16.9 |
782 | 2025-03-25T21:36:44.719Z | Downloaded simd-adler32 v0.3.7 |
783 | 2025-03-25T21:36:44.723Z | Downloaded wait-timeout v0.2.0 |
784 | 2025-03-25T21:36:44.723Z | Downloaded flagset v0.4.6 |
785 | 2025-03-25T21:36:44.726Z | Downloaded postgres-protocol v0.6.8 |
786 | 2025-03-25T21:36:44.730Z | Downloaded postcard v1.0.10 |
787 | 2025-03-25T21:36:44.730Z | Downloaded ed25519-dalek v2.1.1 |
788 | 2025-03-25T21:36:44.739Z | Downloaded zerovec-derive v0.10.3 |
789 | 2025-03-25T21:36:44.742Z | Downloaded env_logger v0.11.5 |
790 | 2025-03-25T21:36:44.742Z | Downloaded fatfs v0.3.6 |
791 | 2025-03-25T21:36:44.742Z | Downloaded topological-sort v0.2.2 |
792 | 2025-03-25T21:36:44.745Z | Downloaded cc v1.2.15 |
793 | 2025-03-25T21:36:44.750Z | Downloaded oso-derive v0.27.3 |
794 | 2025-03-25T21:36:44.750Z | Downloaded sec1 v0.7.3 |
795 | 2025-03-25T21:36:44.753Z | Downloaded pem v3.0.5 |
796 | 2025-03-25T21:36:44.753Z | Downloaded parse-zoneinfo v0.3.1 |
797 | 2025-03-25T21:36:44.756Z | Downloaded spin v0.9.8 |
798 | 2025-03-25T21:36:44.759Z | Downloaded proc-macro-crate v1.3.1 |
799 | 2025-03-25T21:36:44.762Z | Downloaded dropshot_endpoint v0.16.0 |
800 | 2025-03-25T21:36:44.765Z | Downloaded phf_shared v0.10.0 |
801 | 2025-03-25T21:36:44.765Z | Downloaded quinn v0.11.5 |
802 | 2025-03-25T21:36:44.769Z | Downloaded string_cache v0.8.7 |
803 | 2025-03-25T21:36:44.772Z | Downloaded progenitor-impl v0.8.0 |
804 | 2025-03-25T21:36:44.778Z | Downloaded scrypt v0.11.0 |
805 | 2025-03-25T21:36:44.778Z | Downloaded tower-service v0.3.3 |
806 | 2025-03-25T21:36:44.781Z | Downloaded secrecy v0.8.0 |
807 | 2025-03-25T21:36:44.781Z | Downloaded similar v2.7.0 |
808 | 2025-03-25T21:36:44.785Z | Downloaded tokio-native-tls v0.3.1 |
809 | 2025-03-25T21:36:44.788Z | Downloaded tokio-macros v2.5.0 |
810 | 2025-03-25T21:36:44.788Z | Downloaded des v0.8.1 |
811 | 2025-03-25T21:36:44.788Z | Downloaded publicsuffix v2.3.0 |
812 | 2025-03-25T21:36:44.791Z | Downloaded poly1305 v0.8.0 |
813 | 2025-03-25T21:36:44.794Z | Downloaded defmt-macros v0.3.9 |
814 | 2025-03-25T21:36:44.798Z | Downloaded structmeta-derive v0.3.0 |
815 | 2025-03-25T21:36:44.801Z | Downloaded shell-words v1.1.0 |
816 | 2025-03-25T21:36:44.801Z | Downloaded defmt-parser v0.3.4 |
817 | 2025-03-25T21:36:44.804Z | Downloaded foreign-types v0.3.2 |
818 | 2025-03-25T21:36:44.804Z | Downloaded defmt v0.3.8 |
819 | 2025-03-25T21:36:44.807Z | Downloaded ghash v0.5.1 |
820 | 2025-03-25T21:36:44.811Z | Downloaded papergrid v0.14.0 |
821 | 2025-03-25T21:36:44.814Z | Downloaded progenitor-impl v0.9.1 |
822 | 2025-03-25T21:36:44.818Z | Downloaded diesel-dtrace v0.4.2 |
823 | 2025-03-25T21:36:44.822Z | Downloaded pem-rfc7468 v0.7.0 |
824 | 2025-03-25T21:36:44.822Z | Downloaded nodrop v0.1.14 |
825 | 2025-03-25T21:36:44.826Z | Downloaded ron v0.7.1 |
826 | 2025-03-25T21:36:44.829Z | Downloaded rustversion v1.0.17 |
827 | 2025-03-25T21:36:44.832Z | Downloaded russh v0.45.0 |
828 | 2025-03-25T21:36:44.838Z | Downloaded nibble_vec v0.1.0 |
829 | 2025-03-25T21:36:44.841Z | Downloaded diesel_derives v2.2.3 |
830 | 2025-03-25T21:36:44.844Z | Downloaded phf_generator v0.11.2 |
831 | 2025-03-25T21:36:44.847Z | Downloaded thiserror-impl-no-std v2.0.2 |
832 | 2025-03-25T21:36:44.847Z | Downloaded rand_chacha v0.9.0 |
833 | 2025-03-25T21:36:44.850Z | Downloaded unicode-bidi v0.3.17 |
834 | 2025-03-25T21:36:44.853Z | Downloaded dsl_auto_type v0.1.2 |
835 | 2025-03-25T21:36:44.856Z | Downloaded progenitor v0.9.1 |
836 | 2025-03-25T21:36:44.856Z | Downloaded progenitor v0.8.0 |
837 | 2025-03-25T21:36:44.860Z | Downloaded display-error-chain v0.2.2 |
838 | 2025-03-25T21:36:44.860Z | Downloaded native-tls v0.2.12 |
839 | 2025-03-25T21:36:44.864Z | Downloaded expectorate v1.1.0 |
840 | 2025-03-25T21:36:44.868Z | Downloaded num_threads v0.1.7 |
841 | 2025-03-25T21:36:44.868Z | Downloaded newtype-uuid v1.2.1 |
842 | 2025-03-25T21:36:44.868Z | Downloaded unicode-segmentation v1.12.0 |
843 | 2025-03-25T21:36:44.871Z | Downloaded endian-type v0.1.2 |
844 | 2025-03-25T21:36:44.874Z | Downloaded blake3 v1.5.4 |
845 | 2025-03-25T21:36:44.881Z | Downloaded num_enum_derive v0.5.11 |
846 | 2025-03-25T21:36:44.884Z | Downloaded polyval v0.6.2 |
847 | 2025-03-25T21:36:44.884Z | Downloaded pkg-config v0.3.31 |
848 | 2025-03-25T21:36:44.889Z | Downloaded num-complex v0.4.6 |
849 | 2025-03-25T21:36:44.891Z | Downloaded foreign-types-shared v0.3.1 |
850 | 2025-03-25T21:36:44.892Z | Downloaded rustfmt-wrapper v0.2.1 |
851 | 2025-03-25T21:36:44.892Z | Downloaded percent-encoding v2.3.1 |
852 | 2025-03-25T21:36:44.892Z | Downloaded num_enum v0.5.11 |
853 | 2025-03-25T21:36:44.897Z | Downloaded rand_xorshift v0.3.0 |
854 | 2025-03-25T21:36:44.900Z | Downloaded slog-stdlog v4.1.1 |
855 | 2025-03-25T21:36:44.900Z | Downloaded tabwriter v1.4.0 |
856 | 2025-03-25T21:36:44.903Z | Downloaded tracing-attributes v0.1.27 |
857 | 2025-03-25T21:36:44.907Z | Downloaded serde-hex v0.1.0 |
858 | 2025-03-25T21:36:44.907Z | Downloaded libxml v0.3.3 |
859 | 2025-03-25T21:36:44.915Z | Downloaded downcast v0.11.0 |
860 | 2025-03-25T21:36:44.918Z | Downloaded document-features v0.2.10 |
861 | 2025-03-25T21:36:44.918Z | Downloaded tls_codec v0.4.1 |
862 | 2025-03-25T21:36:44.921Z | Downloaded zip v0.6.6 |
863 | 2025-03-25T21:36:44.924Z | Downloaded typify v0.2.0 |
864 | 2025-03-25T21:36:44.927Z | Downloaded darling_macro v0.20.10 |
865 | 2025-03-25T21:36:44.931Z | Downloaded foreign-types-shared v0.1.1 |
866 | 2025-03-25T21:36:44.931Z | Downloaded tokio-util v0.7.13 |
867 | 2025-03-25T21:36:44.936Z | Downloaded rustc_version v0.4.1 |
868 | 2025-03-25T21:36:44.940Z | Downloaded unicode-normalization v0.1.24 |
869 | 2025-03-25T21:36:44.943Z | Downloaded itertools v0.14.0 |
870 | 2025-03-25T21:36:44.951Z | Downloaded write16 v1.0.0 |
871 | 2025-03-25T21:36:44.954Z | Downloaded salsa20 v0.10.2 |
872 | 2025-03-25T21:36:44.957Z | Downloaded termcolor v1.4.1 |
873 | 2025-03-25T21:36:44.957Z | Downloaded multer v3.1.0 |
874 | 2025-03-25T21:36:44.960Z | Downloaded termios v0.3.3 |
875 | 2025-03-25T21:36:44.963Z | Downloaded unicode-xid v0.2.6 |
876 | 2025-03-25T21:36:44.963Z | Downloaded ssh-key v0.6.6 |
877 | 2025-03-25T21:36:44.969Z | Downloaded tower v0.5.2 |
878 | 2025-03-25T21:36:44.979Z | Downloaded signal-hook-mio v0.2.4 |
879 | 2025-03-25T21:36:44.982Z | Downloaded slog-json v2.6.1 |
880 | 2025-03-25T21:36:44.986Z | Downloaded glob v0.3.2 |
881 | 2025-03-25T21:36:44.986Z | Downloaded tungstenite v0.21.0 |
882 | 2025-03-25T21:36:44.989Z | Downloaded rand v0.8.5 |
883 | 2025-03-25T21:36:44.994Z | Downloaded difflib v0.4.0 |
884 | 2025-03-25T21:36:44.997Z | Downloaded thread_local v1.1.8 |
885 | 2025-03-25T21:36:44.997Z | Downloaded rfc6979 v0.4.0 |
886 | 2025-03-25T21:36:44.997Z | Downloaded ppv-lite86 v0.2.20 |
887 | 2025-03-25T21:36:45.001Z | Downloaded rusty-fork v0.3.0 |
888 | 2025-03-25T21:36:45.001Z | Downloaded nanorand v0.7.0 |
889 | 2025-03-25T21:36:45.004Z | Downloaded multimap v0.10.0 |
890 | 2025-03-25T21:36:45.004Z | Downloaded num-traits v0.2.19 |
891 | 2025-03-25T21:36:45.007Z | Downloaded zone_cfg_derive v0.3.0 |
892 | 2025-03-25T21:36:45.007Z | Downloaded zone_cfg_derive v0.1.2 |
893 | 2025-03-25T21:36:45.011Z | Downloaded prettyplease v0.2.30 |
894 | 2025-03-25T21:36:45.014Z | Downloaded progenitor-client v0.8.0 |
895 | 2025-03-25T21:36:45.014Z | Downloaded dunce v1.0.5 |
896 | 2025-03-25T21:36:45.017Z | Downloaded globset v0.4.15 |
897 | 2025-03-25T21:36:45.017Z | Downloaded termtree v0.4.1 |
898 | 2025-03-25T21:36:45.021Z | Downloaded pin-project-internal v1.1.6 |
899 | 2025-03-25T21:36:45.021Z | Downloaded stable_deref_trait v1.2.0 |
900 | 2025-03-25T21:36:45.024Z | Downloaded pin-project-lite v0.2.14 |
901 | 2025-03-25T21:36:45.027Z | Downloaded env_filter v0.1.2 |
902 | 2025-03-25T21:36:45.030Z | Downloaded signal-hook-registry v1.4.2 |
903 | 2025-03-25T21:36:45.030Z | Downloaded hkdf v0.12.4 |
904 | 2025-03-25T21:36:45.034Z | Downloaded same-file v1.0.6 |
905 | 2025-03-25T21:36:45.034Z | Downloaded peg v0.8.5 |
906 | 2025-03-25T21:36:45.037Z | Downloaded funty v2.0.0 |
907 | 2025-03-25T21:36:45.040Z | Downloaded p256 v0.13.2 |
908 | 2025-03-25T21:36:45.044Z | Downloaded tinyvec_macros v0.1.1 |
909 | 2025-03-25T21:36:45.044Z | Downloaded parse-display v0.10.0 |
910 | 2025-03-25T21:36:45.047Z | Downloaded signal-hook-tokio v0.3.1 |
911 | 2025-03-25T21:36:45.047Z | Downloaded test-strategy v0.4.0 |
912 | 2025-03-25T21:36:45.050Z | Downloaded number_prefix v0.4.0 |
913 | 2025-03-25T21:36:45.054Z | Downloaded futures-core v0.3.31 |
914 | 2025-03-25T21:36:45.054Z | Downloaded typify v0.3.0 |
915 | 2025-03-25T21:36:45.057Z | Downloaded pbkdf2 v0.11.0 |
916 | 2025-03-25T21:36:45.060Z | Downloaded fxhash v0.2.1 |
917 | 2025-03-25T21:36:45.060Z | Downloaded steno v0.4.1 |
918 | 2025-03-25T21:36:45.064Z | Downloaded ref-cast-impl v1.0.23 |
919 | 2025-03-25T21:36:45.067Z | Downloaded untrusted v0.9.0 |
920 | 2025-03-25T21:36:45.067Z | Downloaded darling_core v0.20.10 |
921 | 2025-03-25T21:36:45.072Z | Downloaded rand_seeder v0.3.0 |
922 | 2025-03-25T21:36:45.076Z | Downloaded displaydoc v0.2.5 |
923 | 2025-03-25T21:36:45.081Z | Downloaded resolv-conf v0.7.0 |
924 | 2025-03-25T21:36:45.081Z | Downloaded signature v2.2.0 |
925 | 2025-03-25T21:36:45.086Z | Downloaded tiny-keccak v2.0.2 |
926 | 2025-03-25T21:36:45.086Z | Downloaded hash32 v0.3.1 |
927 | 2025-03-25T21:36:45.086Z | Downloaded form_urlencoded v1.2.1 |
928 | 2025-03-25T21:36:45.089Z | Downloaded sqlformat v0.2.6 |
929 | 2025-03-25T21:36:45.089Z | Downloaded quick-xml v0.37.2 |
930 | 2025-03-25T21:36:45.094Z | Downloaded smallvec v0.6.14 |
931 | 2025-03-25T21:36:45.098Z | Downloaded parking_lot_core v0.9.10 |
932 | 2025-03-25T21:36:45.101Z | Downloaded rand v0.9.0 |
933 | 2025-03-25T21:36:45.105Z | Downloaded tinystr v0.7.6 |
934 | 2025-03-25T21:36:45.105Z | Downloaded bindgen v0.69.5 |
935 | 2025-03-25T21:36:45.112Z | Downloaded termtree v0.5.1 |
936 | 2025-03-25T21:36:45.116Z | Downloaded slog-term v2.9.1 |
937 | 2025-03-25T21:36:45.119Z | Downloaded zone v0.3.0 |
938 | 2025-03-25T21:36:45.119Z | Downloaded foreign-types-macros v0.2.3 |
939 | 2025-03-25T21:36:45.119Z | Downloaded gethostname v0.5.0 |
940 | 2025-03-25T21:36:45.122Z | Downloaded proptest v1.6.0 |
941 | 2025-03-25T21:36:45.129Z | Downloaded packed_struct v0.10.1 |
942 | 2025-03-25T21:36:45.133Z | Downloaded xz2 v0.1.7 |
943 | 2025-03-25T21:36:45.136Z | Downloaded zone v0.1.8 |
944 | 2025-03-25T21:36:45.136Z | Downloaded getrandom v0.2.15 |
945 | 2025-03-25T21:36:45.139Z | Downloaded bindgen v0.71.1 |
946 | 2025-03-25T21:36:45.146Z | Downloaded rand_core v0.9.2 |
947 | 2025-03-25T21:36:45.149Z | Downloaded rand_core v0.6.4 |
948 | 2025-03-25T21:36:45.149Z | Downloaded unsafe-libyaml v0.2.11 |
949 | 2025-03-25T21:36:45.157Z | Downloaded diff v0.1.13 |
950 | 2025-03-25T21:36:45.161Z | Downloaded smallvec v1.14.0 |
951 | 2025-03-25T21:36:45.161Z | Downloaded zopfli v0.8.1 |
952 | 2025-03-25T21:36:45.161Z | Downloaded slog v2.7.0 |
953 | 2025-03-25T21:36:45.165Z | Downloaded peg-macros v0.8.5 |
954 | 2025-03-25T21:36:45.168Z | Downloaded vergen v8.3.2 |
955 | 2025-03-25T21:36:45.172Z | Downloaded rustyline v14.0.0 |
956 | 2025-03-25T21:36:45.176Z | Downloaded portable-atomic v1.9.0 |
957 | 2025-03-25T21:36:45.183Z | Downloaded rustls-webpki v0.101.7 |
958 | 2025-03-25T21:36:45.198Z | Downloaded yansi v1.0.1 |
959 | 2025-03-25T21:36:45.202Z | Downloaded unicode_categories v0.1.1 |
960 | 2025-03-25T21:36:45.205Z | Downloaded vsss-rs v3.3.4 |
961 | 2025-03-25T21:36:45.205Z | Downloaded typed-path v0.9.3 |
962 | 2025-03-25T21:36:45.211Z | Downloaded tinyvec v1.8.0 |
963 | 2025-03-25T21:36:45.214Z | Downloaded nom v7.1.3 |
964 | 2025-03-25T21:36:45.221Z | Downloaded oso v0.27.3 |
965 | 2025-03-25T21:36:45.225Z | Downloaded zerocopy v0.8.10 |
966 | 2025-03-25T21:36:45.249Z | Downloaded samael v0.0.18 |
967 | 2025-03-25T21:36:45.255Z | Downloaded icu_properties_data v1.5.0 |
968 | 2025-03-25T21:36:45.265Z | Downloaded hashbrown v0.13.2 |
969 | 2025-03-25T21:36:45.270Z | Downloaded quinn-proto v0.11.8 |
970 | 2025-03-25T21:36:45.277Z | Downloaded lalrpop v0.19.12 |
971 | 2025-03-25T21:36:45.290Z | Downloaded reedline v0.38.0 |
972 | 2025-03-25T21:36:45.297Z | Downloaded webpki-roots v0.26.6 |
973 | 2025-03-25T21:36:45.302Z | Downloaded url v2.5.3 |
974 | 2025-03-25T21:36:45.305Z | Downloaded hashbrown v0.12.3 |
975 | 2025-03-25T21:36:45.310Z | Downloaded pretty_assertions v1.4.1 |
976 | 2025-03-25T21:36:45.313Z | Downloaded chrono v0.4.40 |
977 | 2025-03-25T21:36:45.319Z | Downloaded petname v2.0.2 |
978 | 2025-03-25T21:36:45.325Z | Downloaded rcgen v0.12.1 |
979 | 2025-03-25T21:36:45.328Z | Downloaded rayon-core v1.12.1 |
980 | 2025-03-25T21:36:45.332Z | Downloaded tracing v0.1.40 |
981 | 2025-03-25T21:36:45.337Z | Downloaded zerovec v0.10.4 |
982 | 2025-03-25T21:36:45.343Z | Downloaded whoami v1.5.2 |
983 | 2025-03-25T21:36:45.346Z | Downloaded mio v1.0.2 |
984 | 2025-03-25T21:36:45.351Z | Downloaded predicates v3.1.3 |
985 | 2025-03-25T21:36:45.354Z | Downloaded der v0.7.9 |
986 | 2025-03-25T21:36:45.359Z | Downloaded num-bigint-dig v0.8.4 |
987 | 2025-03-25T21:36:45.364Z | Downloaded tabled v0.18.0 |
988 | 2025-03-25T21:36:45.383Z | Downloaded h2 v0.4.6 |
989 | 2025-03-25T21:36:45.389Z | Downloaded radix_trie v0.2.1 |
990 | 2025-03-25T21:36:45.395Z | Downloaded flate2 v1.1.0 |
991 | 2025-03-25T21:36:45.401Z | Downloaded smf v0.2.3 |
992 | 2025-03-25T21:36:45.404Z | Downloaded rustls-webpki v0.102.8 |
993 | 2025-03-25T21:36:45.421Z | Downloaded p521 v0.13.3 |
994 | 2025-03-25T21:36:45.424Z | Downloaded winnow v0.6.20 |
995 | 2025-03-25T21:36:45.433Z | Downloaded sqlparser v0.45.0 |
996 | 2025-03-25T21:36:45.439Z | Downloaded rayon v1.10.0 |
997 | 2025-03-25T21:36:45.449Z | Downloaded winnow v0.5.40 |
998 | 2025-03-25T21:36:45.458Z | Downloaded reqwest v0.12.12 |
999 | 2025-03-25T21:36:45.467Z | Downloaded futures-util v0.3.31 |
1000 | 2025-03-25T21:36:45.480Z | Downloaded smoltcp v0.9.1 |
1001 | 2025-03-25T21:36:45.491Z | Downloaded rustls v0.21.12 |
1002 | 2025-03-25T21:36:45.503Z | Downloaded dropshot v0.16.0 |
1003 | 2025-03-25T21:36:45.525Z | Downloaded regex v1.11.1 |
1004 | 2025-03-25T21:36:45.538Z | Downloaded hickory-proto v0.24.4 |
1005 | 2025-03-25T21:36:45.555Z | Downloaded curve25519-dalek v4.1.3 |
1006 | 2025-03-25T21:36:45.563Z | Downloaded unicode-width v0.2.0 |
1007 | 2025-03-25T21:36:45.570Z | Downloaded nix v0.27.1 |
1008 | 2025-03-25T21:36:45.581Z | Downloaded openssl v0.10.71 |
1009 | 2025-03-25T21:36:45.591Z | Downloaded nix v0.28.0 |
1010 | 2025-03-25T21:36:45.604Z | Downloaded nix v0.29.0 |
1011 | 2025-03-25T21:36:45.616Z | Downloaded diesel v2.2.8 |
1012 | 2025-03-25T21:36:45.635Z | Downloaded rustls v0.22.4 |
1013 | 2025-03-25T21:36:45.648Z | Downloaded openapiv3 v2.0.0 |
1014 | 2025-03-25T21:36:45.661Z | Downloaded regress v0.10.3 |
1015 | 2025-03-25T21:36:45.670Z | Downloaded zerocopy-derive v0.6.6 |
1016 | 2025-03-25T21:36:45.680Z | Downloaded sled v0.34.7 |
1017 | 2025-03-25T21:36:45.691Z | Downloaded typify-impl v0.2.0 |
1018 | 2025-03-25T21:36:45.707Z | Downloaded typify-impl v0.3.0 |
1019 | 2025-03-25T21:36:45.723Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1020 | 2025-03-25T21:36:45.735Z | Downloaded ratatui v0.29.0 |
1021 | 2025-03-25T21:36:45.756Z | Downloaded gimli v0.31.1 |
1022 | 2025-03-25T21:36:45.764Z | Downloaded regex-syntax v0.6.29 |
1023 | 2025-03-25T21:36:45.771Z | Downloaded object v0.36.5 |
1024 | 2025-03-25T21:36:45.783Z | Downloaded chrono-tz v0.10.1 |
1025 | 2025-03-25T21:36:45.790Z | Downloaded polar-core v0.27.3 |
1026 | 2025-03-25T21:36:45.799Z | Downloaded rustls v0.23.19 |
1027 | 2025-03-25T21:36:45.811Z | Downloaded regex-automata v0.4.8 |
1028 | 2025-03-25T21:36:45.828Z | Downloaded regex-syntax v0.8.5 |
1029 | 2025-03-25T21:36:45.837Z | Downloaded bstr v1.10.0 |
1030 | 2025-03-25T21:36:45.847Z | Downloaded lzma-sys v0.1.20 |
1031 | 2025-03-25T21:36:45.876Z | Downloaded p384 v0.13.0 |
1032 | 2025-03-25T21:36:45.888Z | Downloaded petgraph v0.6.5 |
1033 | 2025-03-25T21:36:45.899Z | Downloaded petgraph v0.7.1 |
1034 | 2025-03-25T21:36:45.917Z | Downloaded smoltcp v0.11.0 |
1035 | 2025-03-25T21:36:45.929Z | Downloaded libz-sys v1.1.20 |
1036 | 2025-03-25T21:36:45.950Z | Downloaded dropshot v0.12.0 |
1037 | 2025-03-25T21:36:45.969Z | Downloaded salty v0.3.0 |
1038 | 2025-03-25T21:36:45.976Z | Downloaded tokio v1.43.0 |
1039 | 2025-03-25T21:36:46.013Z | Downloaded csv v1.3.1 |
1040 | 2025-03-25T21:36:46.032Z | Downloaded sha3 v0.10.8 |
1041 | 2025-03-25T21:36:46.037Z | Downloaded vcpkg v0.2.15 |
1042 | 2025-03-25T21:36:46.073Z | Downloaded object v0.30.4 |
1043 | 2025-03-25T21:36:46.083Z | Downloaded git2 v0.19.0 |
1044 | 2025-03-25T21:36:46.091Z | Downloaded tokio-postgres v0.7.13 |
1045 | 2025-03-25T21:36:46.096Z | Downloaded foreign-types v0.5.0 |
1046 | 2025-03-25T21:36:46.099Z | Downloaded dirs-sys-next v0.1.2 |
1047 | 2025-03-25T21:36:46.099Z | Downloaded dirs-next v2.0.0 |
1048 | 2025-03-25T21:36:46.099Z | Downloaded predicates-core v1.0.8 |
1049 | 2025-03-25T21:36:46.102Z | Downloaded predicates-tree v1.0.11 |
1050 | 2025-03-25T21:36:46.102Z | Downloaded pbkdf2 v0.12.2 |
1051 | 2025-03-25T21:36:46.102Z | Downloaded pin-project v1.1.6 |
1052 | 2025-03-25T21:36:46.112Z | Downloaded postgres-types v0.2.9 |
1053 | 2025-03-25T21:36:46.115Z | Downloaded futures v0.3.31 |
1054 | 2025-03-25T21:36:46.119Z | Downloaded tungstenite v0.23.0 |
1055 | 2025-03-25T21:36:46.122Z | Downloaded untrusted v0.7.1 |
1056 | 2025-03-25T21:36:46.126Z | Downloaded typify-macro v0.3.0 |
1057 | 2025-03-25T21:36:46.126Z | Downloaded bitvec v1.0.1 |
1058 | 2025-03-25T21:36:46.139Z | Downloaded pkcs8 v0.10.2 |
1059 | 2025-03-25T21:36:46.142Z | Downloaded packed_struct_codegen v0.10.1 |
1060 | 2025-03-25T21:36:46.142Z | Downloaded tough v0.19.0 |
1061 | 2025-03-25T21:36:46.150Z | Downloaded tracing-core v0.1.32 |
1062 | 2025-03-25T21:36:46.153Z | Downloaded enum-as-inner v0.6.1 |
1063 | 2025-03-25T21:36:46.156Z | Downloaded toml_edit v0.19.15 |
1064 | 2025-03-25T21:36:46.168Z | Downloaded twox-hash v2.1.0 |
1065 | 2025-03-25T21:36:46.172Z | Downloaded num-bigint v0.4.6 |
1066 | 2025-03-25T21:36:46.175Z | Downloaded openssl-sys v0.9.106 |
1067 | 2025-03-25T21:36:46.180Z | Downloaded zip v2.1.3 |
1068 | 2025-03-25T21:36:46.184Z | Downloaded serde_with v3.12.0 |
1069 | 2025-03-25T21:36:46.192Z | Downloaded aws-lc-rs v1.12.4 |
1070 | 2025-03-25T21:36:46.200Z | Downloaded slog-envlogger v2.2.0 |
1071 | 2025-03-25T21:36:46.203Z | Downloaded parse-display-derive v0.10.0 |
1072 | 2025-03-25T21:36:46.203Z | Downloaded futures-channel v0.3.31 |
1073 | 2025-03-25T21:36:46.207Z | Downloaded omicron-zone-package v0.12.0 |
1074 | 2025-03-25T21:36:46.210Z | Downloaded x509-cert v0.2.5 |
1075 | 2025-03-25T21:36:46.213Z | Downloaded itertools v0.13.0 |
1076 | 2025-03-25T21:36:46.220Z | Downloaded hyper v1.6.0 |
1077 | 2025-03-25T21:36:46.226Z | Downloaded ring v0.17.11 |
1078 | 2025-03-25T21:36:46.268Z | Downloaded group v0.13.0 |
1079 | 2025-03-25T21:36:46.271Z | Downloaded encoding_rs v0.8.34 |
1080 | 2025-03-25T21:36:46.290Z | Downloaded data-encoding v2.6.0 |
1081 | 2025-03-25T21:36:46.293Z | Downloaded crossterm v0.28.1 |
1082 | 2025-03-25T21:36:46.297Z | Downloaded itertools v0.12.1 |
1083 | 2025-03-25T21:36:46.303Z | Downloaded getrandom v0.3.1 |
1084 | 2025-03-25T21:36:46.306Z | Downloaded zerocopy-derive v0.8.10 |
1085 | 2025-03-25T21:36:46.311Z | Downloaded idna v1.0.3 |
1086 | 2025-03-25T21:36:46.315Z | Downloaded phf_shared v0.11.2 |
1087 | 2025-03-25T21:36:46.319Z | Downloaded strum v0.26.3 |
1088 | 2025-03-25T21:36:46.319Z | Downloaded darling v0.20.10 |
1089 | 2025-03-25T21:36:46.322Z | Downloaded proc-macro-error2 v2.0.1 |
1090 | 2025-03-25T21:36:46.325Z | Downloaded uuid v1.15.1 |
1091 | 2025-03-25T21:36:46.328Z | Downloaded uzers v0.12.1 |
1092 | 2025-03-25T21:36:46.328Z | Downloaded slog-scope v4.4.0 |
1093 | 2025-03-25T21:36:46.332Z | Downloaded powerfmt v0.2.0 |
1094 | 2025-03-25T21:36:46.332Z | Downloaded serde_derive_internals v0.29.1 |
1095 | 2025-03-25T21:36:46.335Z | Downloaded fs_extra v1.3.0 |
1096 | 2025-03-25T21:36:46.335Z | Downloaded yoke v0.7.4 |
1097 | 2025-03-25T21:36:46.338Z | Downloaded yasna v0.5.2 |
1098 | 2025-03-25T21:36:46.338Z | Downloaded tokio-rustls v0.25.0 |
1099 | 2025-03-25T21:36:46.341Z | Downloaded tokio-rustls v0.24.1 |
1100 | 2025-03-25T21:36:46.344Z | Downloaded half v2.4.1 |
1101 | 2025-03-25T21:36:46.344Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1102 | 2025-03-25T21:36:46.401Z | Downloaded wyz v0.5.1 |
1103 | 2025-03-25T21:36:46.404Z | Downloaded writeable v0.5.5 |
1104 | 2025-03-25T21:36:46.404Z | Downloaded structmeta v0.3.0 |
1105 | 2025-03-25T21:36:46.404Z | Downloaded strip-ansi-escapes v0.2.0 |
1106 | 2025-03-25T21:36:46.404Z | Downloaded static_assertions v1.1.0 |
1107 | 2025-03-25T21:36:46.407Z | Downloaded shlex v1.3.0 |
1108 | 2025-03-25T21:36:46.408Z | Downloaded time v0.3.36 |
1109 | 2025-03-25T21:36:46.413Z | Downloaded thiserror-no-std v2.0.2 |
1110 | 2025-03-25T21:36:46.416Z | Downloaded derive-where v1.2.7 |
1111 | 2025-03-25T21:36:46.420Z | Downloaded vte v0.11.1 |
1112 | 2025-03-25T21:36:46.423Z | Downloaded toml v0.7.8 |
1113 | 2025-03-25T21:36:46.426Z | Downloaded ron v0.8.1 |
1114 | 2025-03-25T21:36:46.429Z | Downloaded qorb v0.2.1 |
1115 | 2025-03-25T21:36:46.433Z | Downloaded num-rational v0.4.2 |
1116 | 2025-03-25T21:36:46.436Z | Downloaded schemars v0.8.22 |
1117 | 2025-03-25T21:36:46.445Z | Downloaded libm v0.2.8 |
1118 | 2025-03-25T21:36:46.452Z | Downloaded itertools v0.10.5 |
1119 | 2025-03-25T21:36:46.457Z | Downloaded hickory-server v0.24.4 |
1120 | 2025-03-25T21:36:46.463Z | Downloaded subprocess v0.2.9 |
1121 | 2025-03-25T21:36:46.466Z | Downloaded signal-hook v0.3.17 |
1122 | 2025-03-25T21:36:46.469Z | Downloaded scopeguard v1.2.0 |
1123 | 2025-03-25T21:36:46.469Z | Downloaded olpc-cjson v0.1.4 |
1124 | 2025-03-25T21:36:46.472Z | Downloaded der_derive v0.7.3 |
1125 | 2025-03-25T21:36:46.472Z | Downloaded tokio-stream v0.1.17 |
1126 | 2025-03-25T21:36:46.475Z | Downloaded dyn-clone v1.0.19 |
1127 | 2025-03-25T21:36:46.479Z | Downloaded zerocopy v0.6.6 |
1128 | 2025-03-25T21:36:46.479Z | Downloaded tokio-rustls v0.26.0 |
1129 | 2025-03-25T21:36:46.484Z | Downloaded hash32 v0.2.1 |
1130 | 2025-03-25T21:36:46.484Z | Downloaded fixedbitset v0.5.7 |
1131 | 2025-03-25T21:36:46.487Z | Downloaded env_logger v0.10.2 |
1132 | 2025-03-25T21:36:46.487Z | Downloaded dropshot_endpoint v0.12.0 |
1133 | 2025-03-25T21:36:46.490Z | Downloaded tar v0.4.44 |
1134 | 2025-03-25T21:36:46.493Z | Downloaded walkdir v2.5.0 |
1135 | 2025-03-25T21:36:46.493Z | Downloaded elliptic-curve v0.13.8 |
1136 | 2025-03-25T21:36:46.496Z | Downloaded supports-color v3.0.2 |
1137 | 2025-03-25T21:36:46.499Z | Downloaded subtle v2.6.1 |
1138 | 2025-03-25T21:36:46.499Z | Downloaded snafu v0.8.5 |
1139 | 2025-03-25T21:36:46.503Z | Downloaded minimal-lexical v0.2.1 |
1140 | 2025-03-25T21:36:46.509Z | Downloaded password-hash v0.5.0 |
1141 | 2025-03-25T21:36:46.512Z | Downloaded new_debug_unreachable v1.0.6 |
1142 | 2025-03-25T21:36:46.512Z | Downloaded scheduled-thread-pool v0.2.7 |
1143 | 2025-03-25T21:36:46.512Z | Downloaded phf_codegen v0.11.2 |
1144 | 2025-03-25T21:36:46.512Z | Downloaded quinn-udp v0.5.5 |
1145 | 2025-03-25T21:36:46.516Z | Downloaded progenitor-macro v0.8.0 |
1146 | 2025-03-25T21:36:46.516Z | Downloaded float-cmp v0.10.0 |
1147 | 2025-03-25T21:36:46.516Z | Downloaded rsa v0.9.6 |
1148 | 2025-03-25T21:36:46.519Z | Downloaded parking_lot v0.12.3 |
1149 | 2025-03-25T21:36:46.522Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1150 | 2025-03-25T21:36:46.522Z | Downloaded waitgroup v0.1.2 |
1151 | 2025-03-25T21:36:46.525Z | Downloaded mockall v0.13.1 |
1152 | 2025-03-25T21:36:46.525Z | Downloaded derive_more v0.99.19 |
1153 | 2025-03-25T21:36:46.528Z | Downloaded http v1.2.0 |
1154 | 2025-03-25T21:36:46.532Z | Downloaded sha1 v0.10.6 |
1155 | 2025-03-25T21:36:46.537Z | Downloaded rustc-hash v1.1.0 |
1156 | 2025-03-25T21:36:46.537Z | Downloaded rpassword v7.3.1 |
1157 | 2025-03-25T21:36:46.537Z | Downloaded crypto-bigint v0.5.5 |
1158 | 2025-03-25T21:36:46.541Z | Downloaded daft-derive v0.1.2 |
1159 | 2025-03-25T21:36:46.545Z | Downloaded daft v0.1.2 |
1160 | 2025-03-25T21:36:46.548Z | Downloaded value-bag v1.9.0 |
1161 | 2025-03-25T21:36:46.551Z | Downloaded maybe-uninit v2.0.0 |
1162 | 2025-03-25T21:36:46.551Z | Downloaded num-integer v0.1.46 |
1163 | 2025-03-25T21:36:46.554Z | Downloaded hyper-util v0.1.10 |
1164 | 2025-03-25T21:36:46.557Z | Downloaded tabled_derive v0.10.0 |
1165 | 2025-03-25T21:36:46.557Z | Downloaded snafu-derive v0.8.5 |
1166 | 2025-03-25T21:36:46.557Z | Downloaded futures-executor v0.3.31 |
1167 | 2025-03-25T21:36:46.562Z | Downloaded tokio-tungstenite v0.21.0 |
1168 | 2025-03-25T21:36:46.562Z | Downloaded hickory-client v0.24.4 |
1169 | 2025-03-25T21:36:46.565Z | Downloaded crc-any v2.5.0 |
1170 | 2025-03-25T21:36:46.568Z | Downloaded serde_with_macros v3.12.0 |
1171 | 2025-03-25T21:36:46.568Z | Downloaded litrs v0.4.1 |
1172 | 2025-03-25T21:36:46.571Z | Downloaded progenitor-macro v0.9.1 |
1173 | 2025-03-25T21:36:46.571Z | Downloaded slog-dtrace v0.3.0 |
1174 | 2025-03-25T21:36:46.574Z | Downloaded rustls-pemfile v2.2.0 |
1175 | 2025-03-25T21:36:46.574Z | Downloaded bumpalo v3.16.0 |
1176 | 2025-03-25T21:36:46.577Z | Downloaded base64 v0.21.7 |
1177 | 2025-03-25T21:36:46.580Z | Downloaded litemap v0.7.3 |
1178 | 2025-03-25T21:36:46.583Z | Downloaded icu_provider v1.5.0 |
1179 | 2025-03-25T21:36:46.586Z | Downloaded bytes v1.10.1 |
1180 | 2025-03-25T21:36:46.590Z | Downloaded stringprep v0.1.5 |
1181 | 2025-03-25T21:36:46.590Z | Downloaded slog-bunyan v2.5.0 |
1182 | 2025-03-25T21:36:46.593Z | Downloaded memmap2 v0.9.5 |
1183 | 2025-03-25T21:36:46.593Z | Downloaded crossbeam-utils v0.8.20 |
1184 | 2025-03-25T21:36:46.597Z | Downloaded crossbeam-epoch v0.9.18 |
1185 | 2025-03-25T21:36:46.597Z | Downloaded cookie v0.18.1 |
1186 | 2025-03-25T21:36:46.600Z | Downloaded home v0.5.9 |
1187 | 2025-03-25T21:36:46.600Z | Downloaded serde_urlencoded v0.7.1 |
1188 | 2025-03-25T21:36:46.603Z | Downloaded serde_repr v0.1.19 |
1189 | 2025-03-25T21:36:46.603Z | Downloaded rtoolbox v0.0.2 |
1190 | 2025-03-25T21:36:46.606Z | Downloaded indexmap v1.9.3 |
1191 | 2025-03-25T21:36:46.609Z | Downloaded icu_locid v1.5.0 |
1192 | 2025-03-25T21:36:46.612Z | Downloaded zerofrom v0.1.4 |
1193 | 2025-03-25T21:36:46.612Z | Downloaded libsw-core v0.3.1 |
1194 | 2025-03-25T21:36:46.615Z | Downloaded const_format_proc_macros v0.2.34 |
1195 | 2025-03-25T21:36:46.615Z | Downloaded libsw v3.4.0 |
1196 | 2025-03-25T21:36:46.618Z | Downloaded libefi-sys v0.1.0 |
1197 | 2025-03-25T21:36:46.618Z | Downloaded icu_normalizer v1.5.0 |
1198 | 2025-03-25T21:36:46.627Z | Downloaded icu_locid_transform_data v1.5.0 |
1199 | 2025-03-25T21:36:46.627Z | Downloaded hmac v0.12.1 |
1200 | 2025-03-25T21:36:46.631Z | Downloaded console v0.15.10 |
1201 | 2025-03-25T21:36:46.632Z | Downloaded ciborium v0.2.2 |
1202 | 2025-03-25T21:36:46.632Z | Downloaded cancel-safe-futures v0.1.5 |
1203 | 2025-03-25T21:36:46.632Z | Downloaded bitfield v0.14.0 |
1204 | 2025-03-25T21:36:46.635Z | Downloaded addr2line v0.24.2 |
1205 | 2025-03-25T21:36:46.635Z | Downloaded lalrpop-util v0.19.12 |
1206 | 2025-03-25T21:36:46.635Z | Downloaded keccak v0.1.5 |
1207 | 2025-03-25T21:36:46.638Z | Downloaded is-terminal v0.4.13 |
1208 | 2025-03-25T21:36:46.638Z | Downloaded internet-checksum v0.2.1 |
1209 | 2025-03-25T21:36:46.638Z | Downloaded arc-swap v1.7.1 |
1210 | 2025-03-25T21:36:46.641Z | Downloaded httpdate v1.0.3 |
1211 | 2025-03-25T21:36:46.641Z | Downloaded ipnetwork v0.21.1 |
1212 | 2025-03-25T21:36:46.644Z | Downloaded instability v0.3.2 |
1213 | 2025-03-25T21:36:46.645Z | Downloaded indoc v1.0.9 |
1214 | 2025-03-25T21:36:46.647Z | Downloaded hyper-staticfile v0.10.1 |
1215 | 2025-03-25T21:36:46.650Z | Downloaded adler2 v2.0.0 |
1216 | 2025-03-25T21:36:46.650Z | Downloaded blowfish v0.9.1 |
1217 | 2025-03-25T21:36:46.651Z | Downloaded heapless v0.7.17 |
1218 | 2025-03-25T21:36:46.654Z | Downloaded ciborium-ll v0.2.2 |
1219 | 2025-03-25T21:36:46.657Z | Downloaded cassowary v0.3.0 |
1220 | 2025-03-25T21:36:46.657Z | Downloaded instant v0.1.13 |
1221 | 2025-03-25T21:36:46.660Z | Downloaded bcs v0.1.6 |
1222 | 2025-03-25T21:36:46.660Z | Downloaded allocator-api2 v0.2.18 |
1223 | 2025-03-25T21:36:46.663Z | Downloaded base64ct v1.6.0 |
1224 | 2025-03-25T21:36:46.667Z | Downloaded async-trait v0.1.87 |
1225 | 2025-03-25T21:36:46.670Z | Downloaded crunchy v0.2.2 |
1226 | 2025-03-25T21:36:46.670Z | Downloaded hostname v0.4.0 |
1227 | 2025-03-25T21:36:46.670Z | Downloaded async-bb8-diesel v0.2.1 |
1228 | 2025-03-25T21:36:46.674Z | Downloaded arrayvec v0.7.6 |
1229 | 2025-03-25T21:36:46.674Z | Downloaded aho-corasick v1.1.3 |
1230 | 2025-03-25T21:36:46.678Z | Downloaded aes-gcm v0.10.3 |
1231 | 2025-03-25T21:36:46.681Z | Downloaded bcrypt-pbkdf v0.10.0 |
1232 | 2025-03-25T21:36:46.685Z | Downloaded atomic-waker v1.1.2 |
1233 | 2025-03-25T21:36:46.685Z | Downloaded async-stream v0.3.6 |
1234 | 2025-03-25T21:36:46.688Z | Downloaded atomicwrites v0.4.4 |
1235 | 2025-03-25T21:36:46.688Z | Downloaded ahash v0.8.11 |
1236 | 2025-03-25T21:36:46.955Z | Downloaded aws-lc-sys v0.26.0 |
1237 | 2025-03-25T21:36:47.279Z | Compiling serde v1.0.218 |
1238 | 2025-03-25T21:36:47.283Z | Compiling value-bag v1.9.0 |
1239 | 2025-03-25T21:36:47.283Z | Compiling lock_api v0.4.12 |
1240 | 2025-03-25T21:36:47.283Z | Compiling scopeguard v1.2.0 |
1241 | 2025-03-25T21:36:47.283Z | Compiling shlex v1.3.0 |
1242 | 2025-03-25T21:36:47.434Z | Compiling typenum v1.17.0 |
1243 | 2025-03-25T21:36:47.463Z | Compiling syn v2.0.98 |
1244 | 2025-03-25T21:36:47.476Z | Compiling getrandom v0.2.15 |
1245 | 2025-03-25T21:36:47.634Z | Compiling jobserver v0.1.32 |
1246 | 2025-03-25T21:36:47.816Z | Compiling log v0.4.22 |
1247 | 2025-03-25T21:36:47.907Z | Compiling rand_core v0.6.4 |
1248 | 2025-03-25T21:36:47.945Z | Compiling generic-array v0.14.7 |
1249 | 2025-03-25T21:36:47.991Z | Compiling cc v1.2.15 |
1250 | 2025-03-25T21:36:48.363Z | Compiling subtle v2.6.1 |
1251 | 2025-03-25T21:36:48.385Z | Compiling smallvec v1.14.0 |
1252 | 2025-03-25T21:36:48.388Z | Compiling const-oid v0.9.6 |
1253 | 2025-03-25T21:36:48.435Z | Compiling pin-project-lite v0.2.14 |
1254 | 2025-03-25T21:36:48.546Z | Compiling rustix v0.38.37 |
1255 | 2025-03-25T21:36:48.567Z | Compiling parking_lot_core v0.9.10 |
1256 | 2025-03-25T21:36:48.671Z | Compiling spin v0.9.8 |
1257 | 2025-03-25T21:36:48.756Z | Compiling signal-hook-registry v1.4.2 |
1258 | 2025-03-25T21:36:49.113Z | Compiling futures-core v0.3.31 |
1259 | 2025-03-25T21:36:49.356Z | Compiling mio v1.0.2 |
1260 | 2025-03-25T21:36:49.521Z | Compiling aho-corasick v1.1.3 |
1261 | 2025-03-25T21:36:49.585Z | Compiling parking_lot v0.12.3 |
1262 | 2025-03-25T21:36:49.745Z | Compiling regex-syntax v0.8.5 |
1263 | 2025-03-25T21:36:49.921Z | Compiling either v1.14.0 |
1264 | 2025-03-25T21:36:50.345Z | Compiling serde_json v1.0.139 |
1265 | 2025-03-25T21:36:50.366Z | Compiling glob v0.3.2 |
1266 | 2025-03-25T21:36:50.497Z | Compiling stable_deref_trait v1.2.0 |
1267 | 2025-03-25T21:36:50.623Z | Compiling socket2 v0.5.8 |
1268 | 2025-03-25T21:36:50.650Z | Compiling futures-sink v0.3.31 |
1269 | 2025-03-25T21:36:50.715Z | Compiling libm v0.2.8 |
1270 | 2025-03-25T21:36:50.823Z | Compiling cpufeatures v0.2.14 |
1271 | 2025-03-25T21:36:50.940Z | Compiling prettyplease v0.2.30 |
1272 | 2025-03-25T21:36:51.100Z | Compiling lazy_static v1.5.0 |
1273 | 2025-03-25T21:36:51.174Z | Compiling clang-sys v1.8.1 |
1274 | 2025-03-25T21:36:51.250Z | Compiling slab v0.4.9 |
1275 | 2025-03-25T21:36:51.322Z | Compiling num-traits v0.2.19 |
1276 | 2025-03-25T21:36:51.530Z | Compiling minimal-lexical v0.2.1 |
1277 | 2025-03-25T21:36:51.906Z | Compiling libloading v0.8.5 |
1278 | 2025-03-25T21:36:51.931Z | Compiling nom v7.1.3 |
1279 | 2025-03-25T21:36:51.983Z | Compiling pkg-config v0.3.31 |
1280 | 2025-03-25T21:36:52.023Z | Compiling bindgen v0.69.5 |
1281 | 2025-03-25T21:36:52.287Z | Compiling foldhash v0.1.3 |
1282 | 2025-03-25T21:36:52.615Z | Compiling allocator-api2 v0.2.18 |
1283 | 2025-03-25T21:36:52.863Z | Compiling getrandom v0.3.1 |
1284 | 2025-03-25T21:36:53.086Z | Compiling home v0.5.9 |
1285 | 2025-03-25T21:36:53.221Z | Compiling hashbrown v0.15.1 |
1286 | 2025-03-25T21:36:53.571Z | Compiling regex-automata v0.4.8 |
1287 | 2025-03-25T21:36:54.403Z | Compiling itertools v0.12.1 |
1288 | 2025-03-25T21:36:54.426Z | Compiling rustc-hash v1.1.0 |
1289 | 2025-03-25T21:36:54.589Z | Compiling lazycell v1.3.0 |
1290 | 2025-03-25T21:36:55.035Z | Compiling synstructure v0.13.1 |
1291 | 2025-03-25T21:36:55.195Z | Compiling cexpr v0.6.0 |
1292 | 2025-03-25T21:36:55.700Z | Compiling futures-channel v0.3.31 |
1293 | 2025-03-25T21:36:56.115Z | Compiling cmake v0.1.51 |
1294 | 2025-03-25T21:36:56.397Z | Compiling futures-task v0.3.31 |
1295 | 2025-03-25T21:36:56.694Z | Compiling fs_extra v1.3.0 |
1296 | 2025-03-25T21:36:56.724Z | Compiling dunce v1.0.5 |
1297 | 2025-03-25T21:36:56.864Z | Compiling futures-io v0.3.31 |
1298 | 2025-03-25T21:36:56.939Z | Compiling pin-utils v0.1.0 |
1299 | 2025-03-25T21:36:57.046Z | Compiling base64ct v1.6.0 |
1300 | 2025-03-25T21:36:57.133Z | Compiling paste v1.0.15 |
1301 | 2025-03-25T21:36:57.192Z | Compiling ring v0.17.11 |
1302 | 2025-03-25T21:36:57.211Z | Compiling litemap v0.7.3 |
1303 | 2025-03-25T21:36:57.591Z | Compiling pem-rfc7468 v0.7.0 |
1304 | 2025-03-25T21:36:57.594Z | Compiling flagset v0.4.6 |
1305 | 2025-03-25T21:36:57.713Z | Compiling writeable v0.5.5 |
1306 | 2025-03-25T21:36:58.095Z | Compiling aws-lc-rs v1.12.4 |
1307 | 2025-03-25T21:36:58.232Z | Compiling crossbeam-utils v0.8.20 |
1308 | 2025-03-25T21:36:58.250Z | Compiling vcpkg v0.2.15 |
1309 | 2025-03-25T21:36:58.532Z | Compiling regex v1.11.1 |
1310 | 2025-03-25T21:36:58.761Z | Compiling icu_locid_transform_data v1.5.0 |
1311 | 2025-03-25T21:36:58.838Z | Compiling rustls-pki-types v1.10.0 |
1312 | 2025-03-25T21:36:58.934Z | Compiling tracing-core v0.1.32 |
1313 | 2025-03-25T21:36:59.540Z | Compiling time-core v0.1.2 |
1314 | 2025-03-25T21:36:59.721Z | Compiling httparse v1.9.5 |
1315 | 2025-03-25T21:36:59.764Z | Compiling percent-encoding v2.3.1 |
1316 | 2025-03-25T21:36:59.833Z | Compiling serde_derive v1.0.218 |
1317 | 2025-03-25T21:36:59.891Z | Compiling zeroize_derive v1.4.2 |
1318 | 2025-03-25T21:37:00.071Z | Compiling zerocopy-derive v0.7.35 |
1319 | 2025-03-25T21:37:00.091Z | Compiling tokio-macros v2.5.0 |
1320 | 2025-03-25T21:37:00.447Z | Compiling zerofrom-derive v0.1.4 |
1321 | 2025-03-25T21:37:01.259Z | Compiling zeroize v1.8.1 |
1322 | 2025-03-25T21:37:01.452Z | Compiling yoke-derive v0.7.4 |
1323 | 2025-03-25T21:37:02.001Z | Compiling zerocopy v0.7.35 |
1324 | 2025-03-25T21:37:02.109Z | Compiling displaydoc v0.2.5 |
1325 | 2025-03-25T21:37:02.857Z | Compiling crypto-common v0.1.6 |
1326 | 2025-03-25T21:37:03.105Z | Compiling block-buffer v0.10.4 |
1327 | 2025-03-25T21:37:03.274Z | Compiling block-padding v0.3.3 |
1328 | 2025-03-25T21:37:03.374Z | Compiling digest v0.10.7 |
1329 | 2025-03-25T21:37:03.513Z | Compiling zerovec-derive v0.10.3 |
1330 | 2025-03-25T21:37:03.547Z | Compiling inout v0.1.3 |
1331 | 2025-03-25T21:37:03.567Z | Compiling futures-macro v0.3.31 |
1332 | 2025-03-25T21:37:03.695Z | Compiling zerofrom v0.1.4 |
1333 | 2025-03-25T21:37:03.722Z | Compiling thiserror-impl v1.0.69 |
1334 | 2025-03-25T21:37:03.814Z | Compiling hmac v0.12.1 |
1335 | 2025-03-25T21:37:03.835Z | Compiling cipher v0.4.4 |
1336 | 2025-03-25T21:37:03.932Z | Compiling yoke v0.7.4 |
1337 | 2025-03-25T21:37:03.961Z | Compiling sha2 v0.10.8 |
1338 | 2025-03-25T21:37:04.114Z | Compiling der_derive v0.7.3 |
1339 | 2025-03-25T21:37:04.299Z | Compiling icu_provider_macros v1.5.0 |
1340 | 2025-03-25T21:37:04.404Z | Compiling salsa20 v0.10.2 |
1341 | 2025-03-25T21:37:04.651Z | Compiling pbkdf2 v0.12.2 |
1342 | 2025-03-25T21:37:04.874Z | Compiling ppv-lite86 v0.2.20 |
1343 | 2025-03-25T21:37:05.381Z | Compiling scrypt v0.11.0 |
1344 | 2025-03-25T21:37:05.384Z | Compiling futures-util v0.3.31 |
1345 | 2025-03-25T21:37:05.650Z | Compiling aes v0.8.4 |
1346 | 2025-03-25T21:37:05.849Z | Compiling cbc v0.1.2 |
1347 | 2025-03-25T21:37:05.970Z | Compiling zerovec v0.10.4 |
1348 | 2025-03-25T21:37:06.113Z | Compiling openssl-sys v0.9.106 |
1349 | 2025-03-25T21:37:06.391Z | Compiling der v0.7.9 |
1350 | 2025-03-25T21:37:06.667Z | Compiling thiserror v1.0.69 |
1351 | 2025-03-25T21:37:06.816Z | Compiling pest v2.7.14 |
1352 | 2025-03-25T21:37:07.087Z | Compiling tracing-attributes v0.1.27 |
1353 | 2025-03-25T21:37:07.517Z | Compiling powerfmt v0.2.0 |
1354 | 2025-03-25T21:37:07.888Z | Compiling tinystr v0.7.6 |
1355 | 2025-03-25T21:37:07.909Z | Compiling icu_collections v1.5.0 |
1356 | 2025-03-25T21:37:08.269Z | Compiling icu_locid v1.5.0 |
1357 | 2025-03-25T21:37:08.288Z | Compiling spki v0.7.3 |
1358 | 2025-03-25T21:37:08.665Z | Compiling num-conv v0.1.0 |
1359 | 2025-03-25T21:37:08.987Z | Compiling icu_properties_data v1.5.0 |
1360 | 2025-03-25T21:37:09.198Z | Compiling iana-time-zone v0.1.61 |
1361 | 2025-03-25T21:37:09.254Z | Compiling untrusted v0.9.0 |
1362 | 2025-03-25T21:37:09.280Z | Compiling untrusted v0.7.1 |
1363 | 2025-03-25T21:37:09.459Z | Compiling icu_provider v1.5.0 |
1364 | 2025-03-25T21:37:09.594Z | Compiling pest_meta v2.7.14 |
1365 | 2025-03-25T21:37:09.788Z | Compiling time-macros v0.2.18 |
1366 | 2025-03-25T21:37:10.268Z | Compiling icu_locid_transform v1.5.0 |
1367 | 2025-03-25T21:37:10.288Z | Compiling tracing v0.1.40 |
1368 | 2025-03-25T21:37:10.430Z | Compiling pkcs5 v0.7.1 |
1369 | 2025-03-25T21:37:10.593Z | Compiling deranged v0.3.11 |
1370 | 2025-03-25T21:37:10.948Z | Compiling scroll_derive v0.12.0 |
1371 | 2025-03-25T21:37:11.486Z | Compiling icu_properties v1.5.1 |
1372 | 2025-03-25T21:37:12.006Z | Compiling bitflags v2.6.0 |
1373 | 2025-03-25T21:37:12.296Z | Compiling bytes v1.10.1 |
1374 | 2025-03-25T21:37:12.469Z | Compiling semver v1.0.25 |
1375 | 2025-03-25T21:37:12.672Z | Compiling indexmap v2.7.1 |
1376 | 2025-03-25T21:37:13.153Z | Compiling rustc_version v0.4.1 |
1377 | 2025-03-25T21:37:13.678Z | Compiling tokio v1.43.0 |
1378 | 2025-03-25T21:37:13.704Z | Compiling http v1.2.0 |
1379 | 2025-03-25T21:37:13.721Z | Compiling uuid v1.15.1 |
1380 | 2025-03-25T21:37:13.829Z | Compiling chrono v0.4.40 |
1381 | 2025-03-25T21:37:15.097Z | Compiling utf8_iter v1.0.4 |
1382 | 2025-03-25T21:37:15.139Z | Compiling utf16_iter v1.0.5 |
1383 | 2025-03-25T21:37:15.282Z | Compiling zerocopy v0.8.10 |
1384 | 2025-03-25T21:37:15.350Z | Compiling atomic-waker v1.1.2 |
1385 | 2025-03-25T21:37:15.350Z | Compiling num_threads v0.1.7 |
1386 | 2025-03-25T21:37:15.514Z | Compiling write16 v1.0.0 |
1387 | 2025-03-25T21:37:15.551Z | Compiling icu_normalizer_data v1.5.0 |
1388 | 2025-03-25T21:37:15.661Z | Compiling icu_normalizer v1.5.0 |
1389 | 2025-03-25T21:37:15.665Z | Compiling time v0.3.36 |
1390 | 2025-03-25T21:37:15.833Z | Compiling http-body v1.0.1 |
1391 | 2025-03-25T21:37:15.968Z | Compiling scroll v0.12.0 |
1392 | 2025-03-25T21:37:16.070Z | Compiling which v4.4.2 |
1393 | 2025-03-25T21:37:16.167Z | Compiling pkcs8 v0.10.2 |
1394 | 2025-03-25T21:37:16.790Z | Compiling pest_generator v2.7.14 |
1395 | 2025-03-25T21:37:17.067Z | Compiling zerocopy-derive v0.8.10 |
1396 | 2025-03-25T21:37:17.115Z | Compiling serde_derive_internals v0.29.1 |
1397 | 2025-03-25T21:37:17.251Z | Compiling try-lock v0.2.5 |
1398 | 2025-03-25T21:37:17.353Z | Compiling schemars v0.8.22 |
1399 | 2025-03-25T21:37:17.411Z | Compiling slog v2.7.0 |
1400 | 2025-03-25T21:37:17.709Z | Compiling tinyvec_macros v0.1.1 |
1401 | 2025-03-25T21:37:17.816Z | Compiling tinyvec v1.8.0 |
1402 | 2025-03-25T21:37:18.035Z | Compiling goblin v0.8.2 |
1403 | 2025-03-25T21:37:18.575Z | Compiling pest_derive v2.7.14 |
1404 | 2025-03-25T21:37:19.327Z | Compiling schemars_derive v0.8.22 |
1405 | 2025-03-25T21:37:19.359Z | Compiling want v0.3.1 |
1406 | 2025-03-25T21:37:19.398Z | Compiling idna_adapter v1.2.0 |
1407 | 2025-03-25T21:37:19.631Z | Compiling form_urlencoded v1.2.1 |
1408 | 2025-03-25T21:37:19.653Z | Compiling httpdate v1.0.3 |
1409 | 2025-03-25T21:37:19.946Z | Compiling tower-service v0.3.3 |
1410 | 2025-03-25T21:37:20.090Z | Compiling adler2 v2.0.0 |
1411 | 2025-03-25T21:37:20.090Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2025-03-25T21:37:20.128Z | Compiling dyn-clone v1.0.19 |
1413 | 2025-03-25T21:37:20.217Z | Compiling openssl v0.10.71 |
1414 | 2025-03-25T21:37:20.315Z | Compiling rustversion v1.0.17 |
1415 | 2025-03-25T21:37:20.336Z | Compiling miniz_oxide v0.8.5 |
1416 | 2025-03-25T21:37:20.660Z | Compiling foreign-types v0.3.2 |
1417 | 2025-03-25T21:37:20.769Z | Compiling idna v1.0.3 |
1418 | 2025-03-25T21:37:21.031Z | Compiling dtrace-parser v0.2.0 |
1419 | 2025-03-25T21:37:21.753Z | Compiling tokio-util v0.7.13 |
1420 | 2025-03-25T21:37:22.743Z | Compiling h2 v0.4.6 |
1421 | 2025-03-25T21:37:22.841Z | Compiling rand_core v0.9.2 |
1422 | 2025-03-25T21:37:22.971Z | Compiling serde_tokenstream v0.2.2 |
1423 | 2025-03-25T21:37:22.985Z | Compiling toml_datetime v0.6.8 |
1424 | 2025-03-25T21:37:23.260Z | Compiling serde_spanned v0.6.8 |
1425 | 2025-03-25T21:37:23.506Z | Compiling openssl-macros v0.1.1 |
1426 | 2025-03-25T21:37:23.549Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1427 | 2025-03-25T21:37:24.090Z | Compiling dof v0.3.0 |
1428 | 2025-03-25T21:37:24.257Z | Compiling base64 v0.22.1 |
1429 | 2025-03-25T21:37:24.735Z | Compiling native-tls v0.2.12 |
1430 | 2025-03-25T21:37:24.967Z | Compiling siphasher v0.3.11 |
1431 | 2025-03-25T21:37:25.077Z | Compiling syn v1.0.109 |
1432 | 2025-03-25T21:37:25.339Z | Compiling rustls v0.23.19 |
1433 | 2025-03-25T21:37:25.443Z | Compiling usdt-impl v0.5.0 |
1434 | 2025-03-25T21:37:25.818Z | Compiling rand_chacha v0.9.0 |
1435 | 2025-03-25T21:37:26.711Z | Compiling unicode-normalization v0.1.24 |
1436 | 2025-03-25T21:37:27.032Z | Compiling crossbeam-epoch v0.9.18 |
1437 | 2025-03-25T21:37:27.393Z | Compiling heapless v0.7.17 |
1438 | 2025-03-25T21:37:27.602Z | Compiling rand_chacha v0.3.1 |
1439 | 2025-03-25T21:37:27.660Z | Compiling signature v2.2.0 |
1440 | 2025-03-25T21:37:27.754Z | Compiling dirs-sys-next v0.1.2 |
1441 | 2025-03-25T21:37:27.774Z | Compiling crc32fast v1.4.2 |
1442 | 2025-03-25T21:37:27.836Z | Compiling cookie v0.18.1 |
1443 | 2025-03-25T21:37:27.960Z | Compiling openssl-probe v0.1.5 |
1444 | 2025-03-25T21:37:28.093Z | Compiling signal-hook v0.3.17 |
1445 | 2025-03-25T21:37:28.148Z | Compiling rustls v0.22.4 |
1446 | 2025-03-25T21:37:28.365Z | Compiling unicode-bidi v0.3.17 |
1447 | 2025-03-25T21:37:28.378Z | Compiling rayon-core v1.12.1 |
1448 | 2025-03-25T21:37:28.396Z | Compiling unicode-properties v0.1.3 |
1449 | 2025-03-25T21:37:28.609Z | Compiling rand v0.8.5 |
1450 | 2025-03-25T21:37:28.628Z | Compiling dirs-next v2.0.0 |
1451 | 2025-03-25T21:37:28.823Z | Compiling crossbeam-deque v0.8.5 |
1452 | 2025-03-25T21:37:29.081Z | Compiling stringprep v0.1.5 |
1453 | 2025-03-25T21:37:29.203Z | Compiling rand v0.9.0 |
1454 | 2025-03-25T21:37:29.973Z | Compiling hyper v1.6.0 |
1455 | 2025-03-25T21:37:30.121Z | Compiling url v2.5.3 |
1456 | 2025-03-25T21:37:30.583Z | Compiling http-body-util v0.1.2 |
1457 | 2025-03-25T21:37:30.923Z | Compiling curve25519-dalek v4.1.3 |
1458 | 2025-03-25T21:37:31.060Z | Compiling md-5 v0.10.6 |
1459 | 2025-03-25T21:37:31.612Z | Compiling async-trait v0.1.87 |
1460 | 2025-03-25T21:37:31.808Z | Compiling num-integer v0.1.46 |
1461 | 2025-03-25T21:37:31.878Z | Compiling ff v0.13.0 |
1462 | 2025-03-25T21:37:32.120Z | Compiling hash32 v0.2.1 |
1463 | 2025-03-25T21:37:32.371Z | Compiling hyper-util v0.1.10 |
1464 | 2025-03-25T21:37:32.499Z | Compiling thread_local v1.1.8 |
1465 | 2025-03-25T21:37:32.565Z | Compiling multer v3.1.0 |
1466 | 2025-03-25T21:37:32.884Z | Compiling encoding_rs v0.8.34 |
1467 | 2025-03-25T21:37:32.987Z | Compiling memoffset v0.9.1 |
1468 | 2025-03-25T21:37:33.188Z | Compiling smoltcp v0.9.1 |
1469 | 2025-03-25T21:37:33.312Z | Compiling fallible-iterator v0.2.0 |
1470 | 2025-03-25T21:37:33.561Z | Compiling slog-async v2.8.0 |
1471 | 2025-03-25T21:37:33.781Z | Compiling cfg_aliases v0.2.1 |
1472 | 2025-03-25T21:37:33.906Z | Compiling base16ct v0.2.0 |
1473 | 2025-03-25T21:37:33.928Z | Compiling match_cfg v0.1.0 |
1474 | 2025-03-25T21:37:33.948Z | Compiling gimli v0.31.1 |
1475 | 2025-03-25T21:37:34.034Z | Compiling litrs v0.4.1 |
1476 | 2025-03-25T21:37:34.054Z | Compiling mime v0.3.17 |
1477 | 2025-03-25T21:37:34.230Z | Compiling num-bigint-dig v0.8.4 |
1478 | 2025-03-25T21:37:34.576Z | Compiling psl-types v2.0.11 |
1479 | 2025-03-25T21:37:34.579Z | Compiling portable-atomic v1.9.0 |
1480 | 2025-03-25T21:37:34.780Z | Compiling newtype-uuid v1.2.1 |
1481 | 2025-03-25T21:37:35.054Z | Compiling document-features v0.2.10 |
1482 | 2025-03-25T21:37:35.118Z | Compiling publicsuffix v2.3.0 |
1483 | 2025-03-25T21:37:35.168Z | Compiling sec1 v0.7.3 |
1484 | 2025-03-25T21:37:35.412Z | Compiling toml_edit v0.22.24 |
1485 | 2025-03-25T21:37:35.711Z | Compiling hostname v0.3.1 |
1486 | 2025-03-25T21:37:35.731Z | Compiling nix v0.29.0 |
1487 | 2025-03-25T21:37:35.932Z | Compiling postgres-protocol v0.6.8 |
1488 | 2025-03-25T21:37:36.587Z | Compiling num-iter v0.1.45 |
1489 | 2025-03-25T21:37:36.787Z | Compiling group v0.13.0 |
1490 | 2025-03-25T21:37:36.849Z | Compiling tokio-native-tls v0.3.1 |
1491 | 2025-03-25T21:37:37.160Z | Compiling bzip2 v0.4.4 |
1492 | 2025-03-25T21:37:37.261Z | Compiling term v0.7.0 |
1493 | 2025-03-25T21:37:38.383Z | Compiling addr2line v0.24.2 |
1494 | 2025-03-25T21:37:38.386Z | Compiling flate2 v1.1.0 |
1495 | 2025-03-25T21:37:38.461Z | Compiling usdt-macro v0.5.0 |
1496 | 2025-03-25T21:37:38.512Z | Compiling usdt-attr-macro v0.5.0 |
1497 | 2025-03-25T21:37:38.561Z | Compiling phf_shared v0.11.2 |
1498 | 2025-03-25T21:37:38.968Z | Compiling ipnetwork v0.21.1 |
1499 | 2025-03-25T21:37:39.070Z | Compiling slog-json v2.6.1 |
1500 | 2025-03-25T21:37:39.276Z | Compiling serde_urlencoded v0.7.1 |
1501 | 2025-03-25T21:37:39.441Z | Compiling terminal_size v0.4.0 |
1502 | 2025-03-25T21:37:39.674Z | Compiling crossbeam-channel v0.5.13 |
1503 | 2025-03-25T21:37:39.767Z | Compiling futures-executor v0.3.31 |
1504 | 2025-03-25T21:37:39.787Z | Compiling hkdf v0.12.4 |
1505 | 2025-03-25T21:37:39.878Z | Compiling crypto-bigint v0.5.5 |
1506 | 2025-03-25T21:37:40.035Z | Compiling async-stream-impl v0.3.6 |
1507 | 2025-03-25T21:37:40.057Z | Compiling zerocopy-derive v0.6.6 |
1508 | 2025-03-25T21:37:40.258Z | Compiling curve25519-dalek-derive v0.1.1 |
1509 | 2025-03-25T21:37:40.663Z | Compiling rustls-pemfile v2.2.0 |
1510 | 2025-03-25T21:37:40.992Z | Compiling webpki-roots v0.26.6 |
1511 | 2025-03-25T21:37:41.217Z | Compiling sync_wrapper v1.0.1 |
1512 | 2025-03-25T21:37:41.284Z | Compiling is-terminal v0.4.13 |
1513 | 2025-03-25T21:37:41.353Z | Compiling hubpack_derive v0.1.1 |
1514 | 2025-03-25T21:37:41.386Z | Compiling dropshot v0.12.0 |
1515 | 2025-03-25T21:37:41.427Z | Compiling object v0.36.5 |
1516 | 2025-03-25T21:37:41.676Z | Compiling ahash v0.8.11 |
1517 | 2025-03-25T21:37:41.715Z | Compiling fs-err v2.11.0 |
1518 | 2025-03-25T21:37:41.897Z | Compiling lockfree-object-pool v0.1.6 |
1519 | 2025-03-25T21:37:42.028Z | Compiling tower-layer v0.3.3 |
1520 | 2025-03-25T21:37:42.049Z | Compiling ipnet v2.11.0 |
1521 | 2025-03-25T21:37:42.138Z | Compiling managed v0.8.0 |
1522 | 2025-03-25T21:37:42.197Z | Compiling winnow v0.5.40 |
1523 | 2025-03-25T21:37:42.289Z | Compiling simd-adler32 v0.3.7 |
1524 | 2025-03-25T21:37:42.457Z | Compiling rustc-demangle v0.1.24 |
1525 | 2025-03-25T21:37:42.585Z | Compiling anyhow v1.0.97 |
1526 | 2025-03-25T21:37:42.788Z | Compiling buf-list v1.0.3 |
1527 | 2025-03-25T21:37:43.082Z | Compiling bumpalo v3.16.0 |
1528 | 2025-03-25T21:37:43.200Z | Compiling zip v2.1.3 |
1529 | 2025-03-25T21:37:43.343Z | Compiling take_mut v0.2.2 |
1530 | 2025-03-25T21:37:43.429Z | Compiling unicode-width v0.2.0 |
1531 | 2025-03-25T21:37:43.541Z | Compiling zopfli v0.8.1 |
1532 | 2025-03-25T21:37:44.031Z | Compiling console v0.15.10 |
1533 | 2025-03-25T21:37:44.051Z | Compiling elliptic-curve v0.13.8 |
1534 | 2025-03-25T21:37:44.926Z | Compiling tower v0.5.2 |
1535 | 2025-03-25T21:37:45.124Z | Compiling strum_macros v0.25.3 |
1536 | 2025-03-25T21:37:45.330Z | Compiling toml_edit v0.19.15 |
1537 | 2025-03-25T21:37:45.614Z | Compiling hubpack v0.1.2 |
1538 | 2025-03-25T21:37:45.727Z | Compiling clap_builder v4.5.32 |
1539 | 2025-03-25T21:37:45.990Z | Compiling zerocopy v0.6.6 |
1540 | 2025-03-25T21:37:46.478Z | Compiling slog-term v2.9.1 |
1541 | 2025-03-25T21:37:46.718Z | Compiling usdt v0.5.0 |
1542 | 2025-03-25T21:37:47.192Z | Compiling async-stream v0.3.6 |
1543 | 2025-03-25T21:37:47.488Z | Compiling futures v0.3.31 |
1544 | 2025-03-25T21:37:47.585Z | Compiling oxnet v0.1.1 |
1545 | 2025-03-25T21:37:47.614Z | Compiling slog-bunyan v2.5.0 |
1546 | 2025-03-25T21:37:47.833Z | Compiling phf v0.11.2 |
1547 | 2025-03-25T21:37:48.122Z | Compiling backtrace v0.3.74 |
1548 | 2025-03-25T21:37:48.298Z | Compiling toml v0.8.20 |
1549 | 2025-03-25T21:37:48.439Z | Compiling cookie_store v0.21.1 |
1550 | 2025-03-25T21:37:48.753Z | Compiling signal-hook-mio v0.2.4 |
1551 | 2025-03-25T21:37:48.961Z | Compiling rayon v1.10.0 |
1552 | 2025-03-25T21:37:49.785Z | Compiling hyper-tls v0.6.0 |
1553 | 2025-03-25T21:37:50.184Z | Compiling postgres-types v0.2.9 |
1554 | 2025-03-25T21:37:51.891Z | Compiling camino v1.1.9 |
1555 | 2025-03-25T21:37:52.413Z | Compiling ed25519 v2.2.3 |
1556 | 2025-03-25T21:37:52.697Z | Compiling phf_shared v0.10.0 |
1557 | 2025-03-25T21:37:52.821Z | Compiling dropshot_endpoint v0.12.0 |
1558 | 2025-03-25T21:37:53.077Z | Compiling pkcs1 v0.7.5 |
1559 | 2025-03-25T21:37:53.234Z | Compiling enum-as-inner v0.6.1 |
1560 | 2025-03-25T21:37:53.328Z | Compiling clap_derive v4.5.32 |
1561 | 2025-03-25T21:37:53.978Z | Compiling waitgroup v0.1.2 |
1562 | 2025-03-25T21:37:54.009Z | Compiling openapiv3 v2.0.0 |
1563 | 2025-03-25T21:37:54.214Z | Compiling serde-big-array v0.5.1 |
1564 | 2025-03-25T21:37:54.245Z | Compiling serde_path_to_error v0.1.16 |
1565 | 2025-03-25T21:37:54.266Z | Compiling rfc6979 v0.4.0 |
1566 | 2025-03-25T21:37:54.455Z | Compiling sha1 v0.10.6 |
1567 | 2025-03-25T21:37:54.474Z | Compiling daft-derive v0.1.2 |
1568 | 2025-03-25T21:37:54.887Z | Compiling serde_repr v0.1.19 |
1569 | 2025-03-25T21:37:54.998Z | Compiling bstr v1.10.0 |
1570 | 2025-03-25T21:37:55.991Z | Compiling float-cmp v0.10.0 |
1571 | 2025-03-25T21:37:56.064Z | Compiling hostname v0.4.0 |
1572 | 2025-03-25T21:37:56.227Z | Compiling static_assertions v1.1.0 |
1573 | 2025-03-25T21:37:56.283Z | Compiling number_prefix v0.4.0 |
1574 | 2025-03-25T21:37:56.343Z | Compiling precomputed-hash v0.1.1 |
1575 | 2025-03-25T21:37:56.484Z | Compiling whoami v1.5.2 |
1576 | 2025-03-25T21:37:56.538Z | Compiling debug-ignore v1.0.5 |
1577 | 2025-03-25T21:37:56.559Z | Compiling predicates-core v1.0.8 |
1578 | 2025-03-25T21:37:56.711Z | Compiling difflib v0.4.0 |
1579 | 2025-03-25T21:37:56.825Z | Compiling fixedbitset v0.4.2 |
1580 | 2025-03-25T21:37:56.881Z | Compiling unicode-segmentation v1.12.0 |
1581 | 2025-03-25T21:37:57.028Z | Compiling new_debug_unreachable v1.0.6 |
1582 | 2025-03-25T21:37:57.139Z | Compiling data-encoding v2.6.0 |
1583 | 2025-03-25T21:37:57.275Z | Compiling normalize-line-endings v0.3.0 |
1584 | 2025-03-25T21:37:57.415Z | Compiling predicates v3.1.3 |
1585 | 2025-03-25T21:37:57.709Z | Compiling clap v4.5.32 |
1586 | 2025-03-25T21:37:57.734Z | Compiling hickory-proto v0.24.4 |
1587 | 2025-03-25T21:37:57.840Z | Compiling similar v2.7.0 |
1588 | 2025-03-25T21:37:57.918Z | Compiling petgraph v0.6.5 |
1589 | 2025-03-25T21:37:57.977Z | Compiling string_cache v0.8.7 |
1590 | 2025-03-25T21:37:58.395Z | Compiling tokio-postgres v0.7.13 |
1591 | 2025-03-25T21:37:58.861Z | Compiling indicatif v0.17.11 |
1592 | 2025-03-25T21:37:59.014Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1593 | 2025-03-25T21:37:59.970Z | Compiling daft v0.1.2 |
1594 | 2025-03-25T21:38:00.461Z | Compiling ecdsa v0.16.9 |
1595 | 2025-03-25T21:38:00.846Z | Compiling rsa v0.9.6 |
1596 | 2025-03-25T21:38:01.271Z | Compiling ed25519-dalek v2.1.1 |
1597 | 2025-03-25T21:38:03.315Z | Compiling crossterm v0.28.1 |
1598 | 2025-03-25T21:38:03.521Z | Compiling toml v0.7.8 |
1599 | 2025-03-25T21:38:04.931Z | Compiling zip v0.6.6 |
1600 | 2025-03-25T21:38:05.218Z | Compiling tokio-stream v0.1.17 |
1601 | 2025-03-25T21:38:05.296Z | Compiling hex v0.4.3 |
1602 | 2025-03-25T21:38:05.904Z | Compiling x509-cert v0.2.5 |
1603 | 2025-03-25T21:38:05.927Z | Compiling itertools v0.10.5 |
1604 | 2025-03-25T21:38:06.171Z | Compiling unicode-xid v0.2.6 |
1605 | 2025-03-25T21:38:06.198Z | Compiling lalrpop-util v0.19.12 |
1606 | 2025-03-25T21:38:06.362Z | Compiling peg-runtime v0.8.5 |
1607 | 2025-03-25T21:38:06.480Z | Compiling strum_macros v0.26.4 |
1608 | 2025-03-25T21:38:06.540Z | Compiling xattr v1.3.1 |
1609 | 2025-03-25T21:38:06.564Z | Compiling filetime v0.2.25 |
1610 | 2025-03-25T21:38:06.813Z | Compiling tar v0.4.44 |
1611 | 2025-03-25T21:38:10.926Z | Compiling strum v0.26.3 |
1612 | 2025-03-25T21:38:13.862Z | Compiling aws-lc-sys v0.26.0 |
1613 | 2025-03-25T21:38:43.446Z | Compiling rustls-webpki v0.102.8 |
1614 | 2025-03-25T21:38:46.583Z | Compiling tokio-rustls v0.25.0 |
1615 | 2025-03-25T21:38:48.253Z | Compiling tokio-rustls v0.26.0 |
1616 | 2025-03-25T21:38:48.562Z | Compiling hyper-rustls v0.27.3 |
1617 | 2025-03-25T21:38:48.929Z | Compiling reqwest v0.12.12 |
1618 | 2025-03-25T21:38:52.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1619 | 2025-03-25T21:38:52.860Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1620 | 2025-03-25T21:38:57.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1621 | 2025-03-25T21:38:57.372Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1622 | 2025-03-25T21:38:57.420Z | Mar 25 21:38:56.000 INFO Starting download, target: Clickhouse |
1623 | 2025-03-25T21:38:57.420Z | Mar 25 21:38:56.000 INFO Starting download, target: Cockroach |
1624 | 2025-03-25T21:38:57.420Z | Mar 25 21:38:56.000 INFO Starting download, target: Console |
1625 | 2025-03-25T21:38:57.420Z | Mar 25 21:38:56.000 INFO Starting download, target: DendriteOpenapi |
1626 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.000 INFO Starting download, target: DendriteStub |
1627 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.000 INFO Starting download, target: MaghemiteMgd |
1628 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.000 INFO Starting download, target: TransceiverControl |
1629 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.001 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1630 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.001 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1631 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.001 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1632 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.001 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1633 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.002 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1634 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.002 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1635 | 2025-03-25T21:38:57.424Z | Mar 25 21:38:56.002 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1636 | 2025-03-25T21:38:57.595Z | Mar 25 21:38:56.175 INFO Download complete, target: DendriteOpenapi |
1637 | 2025-03-25T21:38:57.814Z | Mar 25 21:38:56.378 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1638 | 2025-03-25T21:38:57.976Z | Mar 25 21:38:56.537 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1639 | 2025-03-25T21:38:58.226Z | Mar 25 21:38:56.803 INFO Download complete, target: TransceiverControl |
1640 | 2025-03-25T21:38:58.359Z | Mar 25 21:38:56.937 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1641 | 2025-03-25T21:38:58.387Z | Mar 25 21:38:56.961 INFO Download complete, target: Console |
1642 | 2025-03-25T21:38:58.537Z | Mar 25 21:38:57.115 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1643 | 2025-03-25T21:38:59.267Z | Mar 25 21:38:57.847 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1644 | 2025-03-25T21:38:59.267Z | Mar 25 21:38:57.847 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1645 | 2025-03-25T21:38:59.564Z | Mar 25 21:38:58.144 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1646 | 2025-03-25T21:39:01.013Z | Mar 25 21:38:59.593 INFO Download complete, target: MaghemiteMgd |
1647 | 2025-03-25T21:39:01.572Z | Mar 25 21:39:00.151 INFO Download complete, target: DendriteStub |
1648 | 2025-03-25T21:39:05.741Z | Mar 25 21:39:04.319 INFO Checking that binary works, target: Cockroach |
1649 | 2025-03-25T21:39:05.900Z | Mar 25 21:39:04.477 INFO Download complete, target: Cockroach |
1650 | 2025-03-25T21:39:10.357Z | Mar 25 21:39:08.935 INFO Checking that binary works, target: Clickhouse |
1651 | 2025-03-25T21:39:10.512Z | Mar 25 21:39:09.088 INFO Download complete, target: Clickhouse |
1652 | 2025-03-25T21:39:10.531Z | All builder prerequisites installed successfully, and PATH looks valid |
1653 | 2025-03-25T21:39:10.534Z | |
1654 | 2025-03-25T21:39:10.534Z | real 6:22.866584597 |
1655 | 2025-03-25T21:39:10.534Z | user 15:27.183280728 |
1656 | 2025-03-25T21:39:10.534Z | sys 2:08.128776199 |
1657 | 2025-03-25T21:39:10.535Z | trap 0.584243154 |
1658 | 2025-03-25T21:39:10.535Z | tflt 0.939944243 |
1659 | 2025-03-25T21:39:10.535Z | dflt 1.618845120 |
1660 | 2025-03-25T21:39:10.535Z | kflt 0.030042596 |
1661 | 2025-03-25T21:39:10.535Z | lock 23:09.727600670 |
1662 | 2025-03-25T21:39:10.535Z | slp 58:15.264020695 |
1663 | 2025-03-25T21:39:10.535Z | lat 1:02.420560765 |
1664 | 2025-03-25T21:39:10.535Z | stop 2:27.033362507 |
1665 | 2025-03-25T21:39:10.535Z | + banner hack-check |
1666 | 2025-03-25T21:39:10.535Z | |
1667 | 2025-03-25T21:39:10.535Z | # # ## #### # # #### # # ###### #### # # |
1668 | 2025-03-25T21:39:10.535Z | # # # # # # # # # # # # # # # # # |
1669 | 2025-03-25T21:39:10.535Z | ###### # # # #### ##### # ###### ##### # #### |
1670 | 2025-03-25T21:39:10.535Z | # # ###### # # # # # # # # # # |
1671 | 2025-03-25T21:39:10.535Z | # # # # # # # # # # # # # # # # # |
1672 | 2025-03-25T21:39:10.535Z | # # # # #### # # #### # # ###### #### # # |
1673 | 2025-03-25T21:39:10.535Z | |
1674 | 2025-03-25T21:39:10.535Z | + export CARGO_INCREMENTAL=0 |
1675 | 2025-03-25T21:39:10.535Z | + CARGO_INCREMENTAL=0 |
1676 | 2025-03-25T21:39:10.535Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1677 | 2025-03-25T21:39:11.105Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1678 | 2025-03-25T21:39:13.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
1679 | 2025-03-25T21:39:14.062Z | Running `target/debug/xtask check-features --ci` |
1680 | 2025-03-25T21:39:14.083Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1681 | 2025-03-25T21:39:14.086Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1682 | 2025-03-25T21:39:14.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1683 | 2025-03-25T21:39:14.575Z | Running `target/debug/xtask download cargo-hack` |
1684 | 2025-03-25T21:39:15.421Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2025-03-25T21:39:15.823Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1686 | 2025-03-25T21:39:19.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
1687 | 2025-03-25T21:39:19.586Z | Running `target/debug/xtask-downloader cargo-hack` |
1688 | 2025-03-25T21:39:19.622Z | Mar 25 21:39:18.199 INFO Starting download, target: CargoHack |
1689 | 2025-03-25T21:39:19.625Z | Mar 25 21:39:18.200 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1690 | 2025-03-25T21:39:20.278Z | Mar 25 21:39:18.850 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1691 | 2025-03-25T21:39:20.359Z | Mar 25 21:39:18.925 INFO Download complete, target: CargoHack |
1692 | 2025-03-25T21:39:20.376Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1693 | 2025-03-25T21:39:20.376Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1694 | 2025-03-25T21:39:20.581Z | info: running `cargo check --bins` on api_identity (1/199) |
1695 | 2025-03-25T21:39:21.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-03-25T21:39:21.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-03-25T21:39:21.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-03-25T21:39:21.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1699 | 2025-03-25T21:39:21.170Z | |
1700 | 2025-03-25T21:39:21.170Z | info: running `cargo check --bins` on bootstore (2/199) |
1701 | 2025-03-25T21:39:21.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-03-25T21:39:21.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-03-25T21:39:21.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-03-25T21:39:21.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1705 | 2025-03-25T21:39:21.837Z | |
1706 | 2025-03-25T21:39:21.837Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1707 | 2025-03-25T21:39:22.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-03-25T21:39:22.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-03-25T21:39:22.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-03-25T21:39:22.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1711 | 2025-03-25T21:39:22.473Z | |
1712 | 2025-03-25T21:39:22.474Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1713 | 2025-03-25T21:39:23.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-03-25T21:39:23.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-03-25T21:39:23.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-03-25T21:39:23.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1717 | 2025-03-25T21:39:23.114Z | |
1718 | 2025-03-25T21:39:23.114Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1719 | 2025-03-25T21:39:23.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-03-25T21:39:23.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-03-25T21:39:23.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-03-25T21:39:23.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1723 | 2025-03-25T21:39:23.580Z | |
1724 | 2025-03-25T21:39:23.580Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1725 | 2025-03-25T21:39:23.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-03-25T21:39:23.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-03-25T21:39:23.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-03-25T21:39:24.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1729 | 2025-03-25T21:39:24.040Z | |
1730 | 2025-03-25T21:39:24.040Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1731 | 2025-03-25T21:39:24.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-03-25T21:39:24.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-03-25T21:39:24.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-03-25T21:39:24.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1735 | 2025-03-25T21:39:24.484Z | |
1736 | 2025-03-25T21:39:24.484Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1737 | 2025-03-25T21:39:24.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-03-25T21:39:24.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-03-25T21:39:24.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-03-25T21:39:24.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1741 | 2025-03-25T21:39:24.933Z | |
1742 | 2025-03-25T21:39:24.933Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1743 | 2025-03-25T21:39:25.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-03-25T21:39:25.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-03-25T21:39:25.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-03-25T21:39:25.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1747 | 2025-03-25T21:39:25.383Z | |
1748 | 2025-03-25T21:39:25.383Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1749 | 2025-03-25T21:39:25.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-03-25T21:39:25.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-03-25T21:39:25.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-03-25T21:39:25.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1753 | 2025-03-25T21:39:25.830Z | |
1754 | 2025-03-25T21:39:25.830Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1755 | 2025-03-25T21:39:26.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-03-25T21:39:26.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-03-25T21:39:26.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-03-25T21:39:26.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1759 | 2025-03-25T21:39:26.280Z | |
1760 | 2025-03-25T21:39:26.280Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1761 | 2025-03-25T21:39:26.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-03-25T21:39:26.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-03-25T21:39:26.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-03-25T21:39:26.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1765 | 2025-03-25T21:39:26.779Z | |
1766 | 2025-03-25T21:39:26.779Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1767 | 2025-03-25T21:39:27.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-03-25T21:39:27.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-03-25T21:39:27.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-03-25T21:39:27.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1771 | 2025-03-25T21:39:27.207Z | |
1772 | 2025-03-25T21:39:27.207Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1773 | 2025-03-25T21:39:27.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-03-25T21:39:27.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-03-25T21:39:27.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-03-25T21:39:27.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1777 | 2025-03-25T21:39:27.650Z | |
1778 | 2025-03-25T21:39:27.650Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1779 | 2025-03-25T21:39:28.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-03-25T21:39:28.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-03-25T21:39:28.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-03-25T21:39:28.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1783 | 2025-03-25T21:39:28.095Z | |
1784 | 2025-03-25T21:39:28.095Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1785 | 2025-03-25T21:39:28.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-03-25T21:39:28.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-03-25T21:39:28.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-03-25T21:39:28.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1789 | 2025-03-25T21:39:28.548Z | |
1790 | 2025-03-25T21:39:28.548Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1791 | 2025-03-25T21:39:28.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-03-25T21:39:28.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-03-25T21:39:28.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-03-25T21:39:28.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1795 | 2025-03-25T21:39:29.004Z | |
1796 | 2025-03-25T21:39:29.004Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1797 | 2025-03-25T21:39:29.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-03-25T21:39:29.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-03-25T21:39:29.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-03-25T21:39:29.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1801 | 2025-03-25T21:39:29.459Z | |
1802 | 2025-03-25T21:39:29.459Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1803 | 2025-03-25T21:39:29.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-03-25T21:39:29.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-03-25T21:39:29.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-03-25T21:39:29.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1807 | 2025-03-25T21:39:29.913Z | |
1808 | 2025-03-25T21:39:29.913Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1809 | 2025-03-25T21:39:30.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-03-25T21:39:30.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-03-25T21:39:30.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-03-25T21:39:30.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1813 | 2025-03-25T21:39:30.366Z | |
1814 | 2025-03-25T21:39:30.367Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1815 | 2025-03-25T21:39:30.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-03-25T21:39:30.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-03-25T21:39:30.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-03-25T21:39:30.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1819 | 2025-03-25T21:39:30.926Z | |
1820 | 2025-03-25T21:39:30.926Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1821 | 2025-03-25T21:39:31.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-03-25T21:39:31.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-03-25T21:39:31.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-03-25T21:39:31.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1825 | 2025-03-25T21:39:31.300Z | |
1826 | 2025-03-25T21:39:31.300Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1827 | 2025-03-25T21:39:31.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-03-25T21:39:31.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-03-25T21:39:31.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-03-25T21:39:31.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1831 | 2025-03-25T21:39:31.734Z | |
1832 | 2025-03-25T21:39:31.734Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1833 | 2025-03-25T21:39:32.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-03-25T21:39:32.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-03-25T21:39:32.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-03-25T21:39:32.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1837 | 2025-03-25T21:39:32.188Z | |
1838 | 2025-03-25T21:39:32.188Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1839 | 2025-03-25T21:39:32.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-03-25T21:39:32.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-03-25T21:39:32.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-03-25T21:39:32.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1843 | 2025-03-25T21:39:32.644Z | |
1844 | 2025-03-25T21:39:32.644Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1845 | 2025-03-25T21:39:33.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-03-25T21:39:33.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-03-25T21:39:33.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-03-25T21:39:33.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1849 | 2025-03-25T21:39:33.099Z | |
1850 | 2025-03-25T21:39:33.100Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1851 | 2025-03-25T21:39:33.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-03-25T21:39:33.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-03-25T21:39:33.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-03-25T21:39:33.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1855 | 2025-03-25T21:39:33.555Z | |
1856 | 2025-03-25T21:39:33.555Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1857 | 2025-03-25T21:39:33.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-03-25T21:39:33.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-03-25T21:39:33.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-03-25T21:39:33.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1861 | 2025-03-25T21:39:34.004Z | |
1862 | 2025-03-25T21:39:34.004Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1863 | 2025-03-25T21:39:34.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-03-25T21:39:34.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-03-25T21:39:34.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-03-25T21:39:34.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1867 | 2025-03-25T21:39:34.454Z | |
1868 | 2025-03-25T21:39:34.454Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1869 | 2025-03-25T21:39:34.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-03-25T21:39:34.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-03-25T21:39:34.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-03-25T21:39:34.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1873 | 2025-03-25T21:39:34.936Z | |
1874 | 2025-03-25T21:39:34.937Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1875 | 2025-03-25T21:39:35.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-03-25T21:39:35.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-03-25T21:39:35.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-03-25T21:39:35.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1879 | 2025-03-25T21:39:35.363Z | |
1880 | 2025-03-25T21:39:35.364Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1881 | 2025-03-25T21:39:35.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-03-25T21:39:35.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-03-25T21:39:35.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-03-25T21:39:35.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1885 | 2025-03-25T21:39:35.847Z | |
1886 | 2025-03-25T21:39:35.847Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1887 | 2025-03-25T21:39:36.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-03-25T21:39:36.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-03-25T21:39:36.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-03-25T21:39:36.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1891 | 2025-03-25T21:39:36.273Z | |
1892 | 2025-03-25T21:39:36.273Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1893 | 2025-03-25T21:39:36.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-03-25T21:39:36.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-03-25T21:39:36.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-03-25T21:39:36.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1897 | 2025-03-25T21:39:36.704Z | |
1898 | 2025-03-25T21:39:36.704Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1899 | 2025-03-25T21:39:37.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-03-25T21:39:37.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-03-25T21:39:37.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-03-25T21:39:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1903 | 2025-03-25T21:39:37.164Z | |
1904 | 2025-03-25T21:39:37.164Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1905 | 2025-03-25T21:39:37.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-03-25T21:39:37.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-03-25T21:39:37.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-03-25T21:39:37.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1909 | 2025-03-25T21:39:37.618Z | |
1910 | 2025-03-25T21:39:37.618Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1911 | 2025-03-25T21:39:38.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-03-25T21:39:38.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-03-25T21:39:38.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-03-25T21:39:38.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1915 | 2025-03-25T21:39:38.071Z | |
1916 | 2025-03-25T21:39:38.071Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1917 | 2025-03-25T21:39:38.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-03-25T21:39:38.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-03-25T21:39:38.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-03-25T21:39:38.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1921 | 2025-03-25T21:39:38.527Z | |
1922 | 2025-03-25T21:39:38.527Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1923 | 2025-03-25T21:39:38.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-03-25T21:39:38.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-03-25T21:39:38.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-03-25T21:39:38.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1927 | 2025-03-25T21:39:38.981Z | |
1928 | 2025-03-25T21:39:38.981Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1929 | 2025-03-25T21:39:39.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-03-25T21:39:39.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-03-25T21:39:39.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-03-25T21:39:39.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1933 | 2025-03-25T21:39:39.438Z | |
1934 | 2025-03-25T21:39:39.438Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1935 | 2025-03-25T21:39:39.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-03-25T21:39:39.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-03-25T21:39:39.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-03-25T21:39:39.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1939 | 2025-03-25T21:39:39.890Z | |
1940 | 2025-03-25T21:39:39.890Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1941 | 2025-03-25T21:39:40.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-03-25T21:39:40.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-03-25T21:39:40.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2025-03-25T21:39:40.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1945 | 2025-03-25T21:39:40.371Z | |
1946 | 2025-03-25T21:39:40.372Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1947 | 2025-03-25T21:39:40.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2025-03-25T21:39:40.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2025-03-25T21:39:40.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2025-03-25T21:39:40.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1951 | 2025-03-25T21:39:40.801Z | |
1952 | 2025-03-25T21:39:40.801Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1953 | 2025-03-25T21:39:41.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2025-03-25T21:39:41.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2025-03-25T21:39:41.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1956 | 2025-03-25T21:39:41.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1957 | 2025-03-25T21:39:41.251Z | |
1958 | 2025-03-25T21:39:41.251Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1959 | 2025-03-25T21:39:41.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1960 | 2025-03-25T21:39:41.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1961 | 2025-03-25T21:39:41.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1962 | 2025-03-25T21:39:41.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1963 | 2025-03-25T21:39:41.914Z | |
1964 | 2025-03-25T21:39:41.914Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1965 | 2025-03-25T21:39:42.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1966 | 2025-03-25T21:39:42.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1967 | 2025-03-25T21:39:42.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1968 | 2025-03-25T21:39:42.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1969 | 2025-03-25T21:39:42.588Z | |
1970 | 2025-03-25T21:39:42.589Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1971 | 2025-03-25T21:39:43.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1972 | 2025-03-25T21:39:43.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1973 | 2025-03-25T21:39:43.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1974 | 2025-03-25T21:39:43.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1975 | 2025-03-25T21:39:43.308Z | |
1976 | 2025-03-25T21:39:43.308Z | info: running `cargo check --bins` on oxlog (48/199) |
1977 | 2025-03-25T21:39:43.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1978 | 2025-03-25T21:39:44.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1979 | 2025-03-25T21:39:44.013Z | Checking cfg-if v1.0.0 |
1980 | 2025-03-25T21:39:44.013Z | Checking libc v0.2.170 |
1981 | 2025-03-25T21:39:44.127Z | Checking serde v1.0.218 |
1982 | 2025-03-25T21:39:44.127Z | Checking zeroize v1.8.1 |
1983 | 2025-03-25T21:39:44.127Z | Checking memchr v2.7.4 |
1984 | 2025-03-25T21:39:44.127Z | Checking typenum v1.17.0 |
1985 | 2025-03-25T21:39:44.128Z | Checking value-bag v1.9.0 |
1986 | 2025-03-25T21:39:44.128Z | Checking subtle v2.6.1 |
1987 | 2025-03-25T21:39:44.128Z | Checking scopeguard v1.2.0 |
1988 | 2025-03-25T21:39:44.248Z | Checking itoa v1.0.11 |
1989 | 2025-03-25T21:39:44.340Z | Checking smallvec v1.14.0 |
1990 | 2025-03-25T21:39:44.340Z | Checking lock_api v0.4.12 |
1991 | 2025-03-25T21:39:44.420Z | Checking log v0.4.22 |
1992 | 2025-03-25T21:39:44.460Z | Checking const-oid v0.9.6 |
1993 | 2025-03-25T21:39:44.596Z | Checking pin-project-lite v0.2.14 |
1994 | 2025-03-25T21:39:44.680Z | Checking once_cell v1.20.3 |
1995 | 2025-03-25T21:39:44.766Z | Checking byteorder v1.5.0 |
1996 | 2025-03-25T21:39:44.837Z | Checking futures-core v0.3.31 |
1997 | 2025-03-25T21:39:44.929Z | Checking stable_deref_trait v1.2.0 |
1998 | 2025-03-25T21:39:44.974Z | Checking cpufeatures v0.2.14 |
1999 | 2025-03-25T21:39:45.013Z | Checking futures-sink v0.3.31 |
2000 | 2025-03-25T21:39:45.062Z | Checking ryu v1.0.18 |
2001 | 2025-03-25T21:39:45.062Z | Checking getrandom v0.2.15 |
2002 | 2025-03-25T21:39:45.063Z | Checking generic-array v0.14.7 |
2003 | 2025-03-25T21:39:45.099Z | Checking parking_lot_core v0.9.10 |
2004 | 2025-03-25T21:39:45.126Z | Checking signal-hook-registry v1.4.2 |
2005 | 2025-03-25T21:39:45.135Z | Checking mio v1.0.2 |
2006 | 2025-03-25T21:39:45.229Z | Checking socket2 v0.5.8 |
2007 | 2025-03-25T21:39:45.248Z | Checking rand_core v0.6.4 |
2008 | 2025-03-25T21:39:45.353Z | Checking parking_lot v0.12.3 |
2009 | 2025-03-25T21:39:45.368Z | Checking zerocopy v0.7.35 |
2010 | 2025-03-25T21:39:45.552Z | Checking zerofrom v0.1.4 |
2011 | 2025-03-25T21:39:45.685Z | Checking foldhash v0.1.3 |
2012 | 2025-03-25T21:39:45.688Z | Checking allocator-api2 v0.2.18 |
2013 | 2025-03-25T21:39:45.710Z | Checking equivalent v1.0.1 |
2014 | 2025-03-25T21:39:45.753Z | Checking yoke v0.7.4 |
2015 | 2025-03-25T21:39:45.824Z | Checking libm v0.2.8 |
2016 | 2025-03-25T21:39:45.872Z | Checking slab v0.4.9 |
2017 | 2025-03-25T21:39:46.068Z | Checking zerovec v0.10.4 |
2018 | 2025-03-25T21:39:46.084Z | Checking crypto-common v0.1.6 |
2019 | 2025-03-25T21:39:46.147Z | Checking block-buffer v0.10.4 |
2020 | 2025-03-25T21:39:46.267Z | Checking block-padding v0.3.3 |
2021 | 2025-03-25T21:39:46.285Z | Checking hashbrown v0.15.1 |
2022 | 2025-03-25T21:39:46.301Z | Checking futures-channel v0.3.31 |
2023 | 2025-03-25T21:39:46.369Z | Checking digest v0.10.7 |
2024 | 2025-03-25T21:39:46.469Z | Checking inout v0.1.3 |
2025 | 2025-03-25T21:39:46.525Z | Checking getrandom v0.3.1 |
2026 | 2025-03-25T21:39:46.631Z | Checking futures-io v0.3.31 |
2027 | 2025-03-25T21:39:46.689Z | Checking pin-utils v0.1.0 |
2028 | 2025-03-25T21:39:46.748Z | Checking hmac v0.12.1 |
2029 | 2025-03-25T21:39:46.793Z | Checking num-traits v0.2.19 |
2030 | 2025-03-25T21:39:46.822Z | Checking futures-task v0.3.31 |
2031 | 2025-03-25T21:39:46.823Z | Checking sha2 v0.10.8 |
2032 | 2025-03-25T21:39:46.831Z | Checking cipher v0.4.4 |
2033 | 2025-03-25T21:39:46.970Z | Checking base64ct v1.6.0 |
2034 | 2025-03-25T21:39:47.018Z | Checking futures-util v0.3.31 |
2035 | 2025-03-25T21:39:47.220Z | Checking litemap v0.7.3 |
2036 | 2025-03-25T21:39:47.283Z | Checking flagset v0.4.6 |
2037 | 2025-03-25T21:39:47.367Z | Checking writeable v0.5.5 |
2038 | 2025-03-25T21:39:47.413Z | Checking pem-rfc7468 v0.7.0 |
2039 | 2025-03-25T21:39:47.481Z | Checking fnv v1.0.7 |
2040 | 2025-03-25T21:39:47.571Z | Checking tinystr v0.7.6 |
2041 | 2025-03-25T21:39:47.579Z | Checking salsa20 v0.10.2 |
2042 | 2025-03-25T21:39:47.617Z | Checking pbkdf2 v0.12.2 |
2043 | 2025-03-25T21:39:47.669Z | Checking der v0.7.9 |
2044 | 2025-03-25T21:39:47.686Z | Checking ppv-lite86 v0.2.20 |
2045 | 2025-03-25T21:39:47.774Z | Checking rustls-pki-types v1.10.0 |
2046 | 2025-03-25T21:39:47.789Z | Checking icu_locid_transform_data v1.5.0 |
2047 | 2025-03-25T21:39:47.881Z | Checking icu_locid v1.5.0 |
2048 | 2025-03-25T21:39:47.896Z | Checking scrypt v0.11.0 |
2049 | 2025-03-25T21:39:48.119Z | Checking icu_collections v1.5.0 |
2050 | 2025-03-25T21:39:48.205Z | Checking cbc v0.1.2 |
2051 | 2025-03-25T21:39:48.305Z | Checking aes v0.8.4 |
2052 | 2025-03-25T21:39:48.387Z | Checking tracing-core v0.1.32 |
2053 | 2025-03-25T21:39:48.408Z | Checking bytes v1.10.1 |
2054 | 2025-03-25T21:39:48.423Z | Checking serde_json v1.0.139 |
2055 | 2025-03-25T21:39:48.748Z | Checking indexmap v2.7.1 |
2056 | 2025-03-25T21:39:48.831Z | Checking bitflags v2.6.0 |
2057 | 2025-03-25T21:39:49.016Z | Checking icu_provider v1.5.0 |
2058 | 2025-03-25T21:39:49.136Z | Checking uuid v1.15.1 |
2059 | 2025-03-25T21:39:49.176Z | Checking aws-lc-sys v0.26.0 |
2060 | 2025-03-25T21:39:49.426Z | Checking tokio v1.43.0 |
2061 | 2025-03-25T21:39:49.442Z | Checking spki v0.7.3 |
2062 | 2025-03-25T21:39:49.628Z | Checking http v1.2.0 |
2063 | 2025-03-25T21:39:49.711Z | Checking icu_locid_transform v1.5.0 |
2064 | 2025-03-25T21:39:49.736Z | Checking powerfmt v0.2.0 |
2065 | 2025-03-25T21:39:50.013Z | Checking percent-encoding v2.3.1 |
2066 | 2025-03-25T21:39:50.020Z | Checking icu_properties_data v1.5.0 |
2067 | 2025-03-25T21:39:50.079Z | Checking untrusted v0.9.0 |
2068 | 2025-03-25T21:39:50.123Z | Checking untrusted v0.7.1 |
2069 | 2025-03-25T21:39:50.255Z | Checking ring v0.17.11 |
2070 | 2025-03-25T21:39:50.259Z | Checking deranged v0.3.11 |
2071 | 2025-03-25T21:39:50.293Z | Checking pkcs5 v0.7.1 |
2072 | 2025-03-25T21:39:50.660Z | Checking icu_properties v1.5.1 |
2073 | 2025-03-25T21:39:50.776Z | Checking tracing v0.1.40 |
2074 | 2025-03-25T21:39:50.873Z | Checking crossbeam-utils v0.8.20 |
2075 | 2025-03-25T21:39:51.126Z | Checking spin v0.9.8 |
2076 | 2025-03-25T21:39:51.299Z | Checking aws-lc-rs v1.12.4 |
2077 | 2025-03-25T21:39:51.425Z | Checking thiserror v1.0.69 |
2078 | 2025-03-25T21:39:51.443Z | Checking utf8_iter v1.0.4 |
2079 | 2025-03-25T21:39:51.569Z | Checking utf16_iter v1.0.5 |
2080 | 2025-03-25T21:39:51.594Z | Checking icu_normalizer_data v1.5.0 |
2081 | 2025-03-25T21:39:51.611Z | Checking time-core v0.1.2 |
2082 | 2025-03-25T21:39:51.652Z | Checking num_threads v0.1.7 |
2083 | 2025-03-25T21:39:51.695Z | Checking write16 v1.0.0 |
2084 | 2025-03-25T21:39:51.748Z | Checking iana-time-zone v0.1.61 |
2085 | 2025-03-25T21:39:51.774Z | Checking num-conv v0.1.0 |
2086 | 2025-03-25T21:39:51.788Z | Checking atomic-waker v1.1.2 |
2087 | 2025-03-25T21:39:51.835Z | Checking http-body v1.0.1 |
2088 | 2025-03-25T21:39:51.907Z | Checking chrono v0.4.40 |
2089 | 2025-03-25T21:39:51.935Z | Checking pkcs8 v0.10.2 |
2090 | 2025-03-25T21:39:51.997Z | Checking time v0.3.36 |
2091 | 2025-03-25T21:39:52.048Z | Checking httparse v1.9.5 |
2092 | 2025-03-25T21:39:52.256Z | Compiling newtype-uuid v1.2.1 |
2093 | 2025-03-25T21:39:52.468Z | Checking tinyvec_macros v0.1.1 |
2094 | 2025-03-25T21:39:52.485Z | Checking try-lock v0.2.5 |
2095 | 2025-03-25T21:39:52.573Z | Checking tinyvec v1.8.0 |
2096 | 2025-03-25T21:39:52.592Z | Checking form_urlencoded v1.2.1 |
2097 | 2025-03-25T21:39:52.621Z | Checking want v0.3.1 |
2098 | 2025-03-25T21:39:52.800Z | Checking zerocopy v0.8.10 |
2099 | 2025-03-25T21:39:52.822Z | Checking httpdate v1.0.3 |
2100 | 2025-03-25T21:39:53.010Z | Checking rustls-webpki v0.102.8 |
2101 | 2025-03-25T21:39:53.073Z | Checking tower-service v0.3.3 |
2102 | 2025-03-25T21:39:53.207Z | Checking adler2 v2.0.0 |
2103 | 2025-03-25T21:39:53.373Z | Checking foreign-types-shared v0.1.1 |
2104 | 2025-03-25T21:39:53.497Z | Checking unicode-ident v1.0.14 |
2105 | 2025-03-25T21:39:53.684Z | Checking proc-macro2 v1.0.94 |
2106 | 2025-03-25T21:39:53.763Z | Checking foreign-types v0.3.2 |
2107 | 2025-03-25T21:39:53.802Z | Checking miniz_oxide v0.8.5 |
2108 | 2025-03-25T21:39:53.849Z | Checking semver v1.0.25 |
2109 | 2025-03-25T21:39:53.866Z | Checking toml_datetime v0.6.8 |
2110 | 2025-03-25T21:39:53.870Z | Checking icu_normalizer v1.5.0 |
2111 | 2025-03-25T21:39:54.152Z | Checking serde_spanned v0.6.8 |
2112 | 2025-03-25T21:39:54.274Z | Checking slog v2.7.0 |
2113 | 2025-03-25T21:39:54.290Z | Checking scroll v0.12.0 |
2114 | 2025-03-25T21:39:54.307Z | Checking openssl-sys v0.9.106 |
2115 | 2025-03-25T21:39:54.326Z | Checking errno v0.3.9 |
2116 | 2025-03-25T21:39:54.516Z | Checking aho-corasick v1.1.3 |
2117 | 2025-03-25T21:39:54.536Z | Checking siphasher v0.3.11 |
2118 | 2025-03-25T21:39:54.649Z | Checking idna_adapter v1.2.0 |
2119 | 2025-03-25T21:39:54.703Z | Checking base64 v0.22.1 |
2120 | 2025-03-25T21:39:54.757Z | Checking regex-syntax v0.8.5 |
2121 | 2025-03-25T21:39:54.837Z | Checking idna v1.0.3 |
2122 | 2025-03-25T21:39:54.852Z | Checking plain v0.2.3 |
2123 | 2025-03-25T21:39:55.004Z | Checking dyn-clone v1.0.19 |
2124 | 2025-03-25T21:39:55.158Z | Checking ucd-trie v0.1.7 |
2125 | 2025-03-25T21:39:55.177Z | Checking schemars v0.8.22 |
2126 | 2025-03-25T21:39:55.319Z | Checking goblin v0.8.2 |
2127 | 2025-03-25T21:39:55.381Z | Checking pest v2.7.14 |
2128 | 2025-03-25T21:39:55.398Z | Checking openssl v0.10.71 |
2129 | 2025-03-25T21:39:55.592Z | Checking rand_core v0.9.2 |
2130 | 2025-03-25T21:39:55.906Z | Checking rand_chacha v0.9.0 |
2131 | 2025-03-25T21:39:56.081Z | Checking tokio-util v0.7.13 |
2132 | 2025-03-25T21:39:56.104Z | Checking rustix v0.38.37 |
2133 | 2025-03-25T21:39:56.304Z | Checking quote v1.0.39 |
2134 | 2025-03-25T21:39:56.628Z | Checking unicode-normalization v0.1.24 |
2135 | 2025-03-25T21:39:56.646Z | Checking crossbeam-epoch v0.9.18 |
2136 | 2025-03-25T21:39:56.917Z | Checking h2 v0.4.6 |
2137 | 2025-03-25T21:39:57.044Z | Checking rand_chacha v0.3.1 |
2138 | 2025-03-25T21:39:57.431Z | Checking signature v2.2.0 |
2139 | 2025-03-25T21:39:57.586Z | Checking dirs-sys-next v0.1.2 |
2140 | 2025-03-25T21:39:57.645Z | Checking crc32fast v1.4.2 |
2141 | 2025-03-25T21:39:57.775Z | Checking pretty-hex v0.4.1 |
2142 | 2025-03-25T21:39:57.869Z | Checking either v1.14.0 |
2143 | 2025-03-25T21:39:57.884Z | Checking unicode-properties v0.1.3 |
2144 | 2025-03-25T21:39:57.953Z | Checking unicode-bidi v0.3.17 |
2145 | 2025-03-25T21:39:57.971Z | Checking regex-automata v0.4.8 |
2146 | 2025-03-25T21:39:58.212Z | Checking anstyle v1.0.10 |
2147 | 2025-03-25T21:39:58.252Z | Checking openssl-probe v0.1.5 |
2148 | 2025-03-25T21:39:58.410Z | Checking utf8parse v0.2.2 |
2149 | 2025-03-25T21:39:58.553Z | Checking dtrace-parser v0.2.0 |
2150 | 2025-03-25T21:39:58.569Z | Checking stringprep v0.1.5 |
2151 | 2025-03-25T21:39:58.587Z | Checking anstyle-parse v0.2.5 |
2152 | 2025-03-25T21:39:58.866Z | Checking dirs-next v2.0.0 |
2153 | 2025-03-25T21:39:58.870Z | Checking rand v0.8.5 |
2154 | 2025-03-25T21:39:59.006Z | Checking crossbeam-deque v0.8.5 |
2155 | 2025-03-25T21:39:59.053Z | Checking syn v2.0.98 |
2156 | 2025-03-25T21:39:59.292Z | Checking rand v0.9.0 |
2157 | 2025-03-25T21:39:59.309Z | Checking url v2.5.3 |
2158 | 2025-03-25T21:40:00.058Z | Checking dof v0.3.0 |
2159 | 2025-03-25T21:40:00.072Z | Checking rustls v0.23.19 |
2160 | 2025-03-25T21:40:00.240Z | Checking http-body-util v0.1.2 |
2161 | 2025-03-25T21:40:00.362Z | Checking num-integer v0.1.46 |
2162 | 2025-03-25T21:40:00.628Z | Checking bzip2-sys v0.1.11+1.0.8 |
2163 | 2025-03-25T21:40:00.645Z | Checking md-5 v0.10.6 |
2164 | 2025-03-25T21:40:00.649Z | Checking native-tls v0.2.12 |
2165 | 2025-03-25T21:40:00.751Z | Checking ff v0.13.0 |
2166 | 2025-03-25T21:40:00.815Z | Checking hash32 v0.2.1 |
2167 | 2025-03-25T21:40:00.881Z | Checking thread-id v4.2.2 |
2168 | 2025-03-25T21:40:00.940Z | Checking thread_local v1.1.8 |
2169 | 2025-03-25T21:40:00.968Z | Checking encoding_rs v0.8.34 |
2170 | 2025-03-25T21:40:00.995Z | Checking colorchoice v1.0.2 |
2171 | 2025-03-25T21:40:01.099Z | Checking winnow v0.7.3 |
2172 | 2025-03-25T21:40:01.141Z | Checking gimli v0.31.1 |
2173 | 2025-03-25T21:40:01.198Z | Checking anstyle-query v1.1.1 |
2174 | 2025-03-25T21:40:01.328Z | Checking match_cfg v0.1.0 |
2175 | 2025-03-25T21:40:01.433Z | Checking fallible-iterator v0.2.0 |
2176 | 2025-03-25T21:40:01.914Z | Checking psl-types v2.0.11 |
2177 | 2025-03-25T21:40:02.058Z | Checking mime v0.3.17 |
2178 | 2025-03-25T21:40:02.114Z | Checking is_terminal_polyfill v1.70.1 |
2179 | 2025-03-25T21:40:02.252Z | Checking base16ct v0.2.0 |
2180 | 2025-03-25T21:40:02.386Z | Checking anstream v0.6.15 |
2181 | 2025-03-25T21:40:02.465Z | Checking sec1 v0.7.3 |
2182 | 2025-03-25T21:40:02.749Z | Checking publicsuffix v2.3.0 |
2183 | 2025-03-25T21:40:02.825Z | Checking postgres-protocol v0.6.8 |
2184 | 2025-03-25T21:40:03.029Z | Checking hostname v0.3.1 |
2185 | 2025-03-25T21:40:03.083Z | Checking hyper v1.6.0 |
2186 | 2025-03-25T21:40:03.140Z | Checking heapless v0.7.17 |
2187 | 2025-03-25T21:40:03.177Z | Checking group v0.13.0 |
2188 | 2025-03-25T21:40:03.436Z | Checking tokio-native-tls v0.3.1 |
2189 | 2025-03-25T21:40:03.492Z | Checking num-iter v0.1.45 |
2190 | 2025-03-25T21:40:03.683Z | Checking bzip2 v0.4.4 |
2191 | 2025-03-25T21:40:03.711Z | Compiling daft v0.1.2 |
2192 | 2025-03-25T21:40:03.798Z | Checking toml_edit v0.22.24 |
2193 | 2025-03-25T21:40:03.981Z | Checking rayon-core v1.12.1 |
2194 | 2025-03-25T21:40:04.054Z | Checking terminal_size v0.4.0 |
2195 | 2025-03-25T21:40:04.177Z | Checking term v0.7.0 |
2196 | 2025-03-25T21:40:04.238Z | Checking flate2 v1.1.0 |
2197 | 2025-03-25T21:40:04.603Z | Checking ipnetwork v0.21.1 |
2198 | 2025-03-25T21:40:04.652Z | Checking phf_shared v0.11.2 |
2199 | 2025-03-25T21:40:04.847Z | Checking addr2line v0.24.2 |
2200 | 2025-03-25T21:40:04.865Z | Checking slog-json v2.6.1 |
2201 | 2025-03-25T21:40:04.912Z | Checking cookie v0.18.1 |
2202 | 2025-03-25T21:40:04.947Z | Checking rustls v0.22.4 |
2203 | 2025-03-25T21:40:04.965Z | Checking usdt-impl v0.5.0 |
2204 | 2025-03-25T21:40:05.060Z | Checking hyper-util v0.1.10 |
2205 | 2025-03-25T21:40:05.108Z | Checking serde_urlencoded v0.7.1 |
2206 | 2025-03-25T21:40:05.128Z | Checking tokio-rustls v0.26.0 |
2207 | 2025-03-25T21:40:05.330Z | Checking crossbeam-channel v0.5.13 |
2208 | 2025-03-25T21:40:05.333Z | Checking lazy_static v1.5.0 |
2209 | 2025-03-25T21:40:05.470Z | Checking futures-executor v0.3.31 |
2210 | 2025-03-25T21:40:05.500Z | Checking signal-hook v0.3.17 |
2211 | 2025-03-25T21:40:05.517Z | Checking webpki-roots v0.26.6 |
2212 | 2025-03-25T21:40:05.520Z | Checking rustls-pemfile v2.2.0 |
2213 | 2025-03-25T21:40:05.709Z | Checking hkdf v0.12.4 |
2214 | 2025-03-25T21:40:05.726Z | Checking crypto-bigint v0.5.5 |
2215 | 2025-03-25T21:40:05.750Z | Checking memmap v0.7.0 |
2216 | 2025-03-25T21:40:05.810Z | Checking is-terminal v0.4.13 |
2217 | 2025-03-25T21:40:05.909Z | Checking sync_wrapper v1.0.1 |
2218 | 2025-03-25T21:40:05.936Z | Checking object v0.36.5 |
2219 | 2025-03-25T21:40:05.973Z | Checking winnow v0.5.40 |
2220 | 2025-03-25T21:40:05.991Z | Checking take_mut v0.2.2 |
2221 | 2025-03-25T21:40:06.065Z | Checking lockfree-object-pool v0.1.6 |
2222 | 2025-03-25T21:40:06.147Z | Checking ipnet v2.11.0 |
2223 | 2025-03-25T21:40:06.313Z | Checking bitflags v1.3.2 |
2224 | 2025-03-25T21:40:06.350Z | Checking bumpalo v3.16.0 |
2225 | 2025-03-25T21:40:06.419Z | Checking unicode-width v0.2.0 |
2226 | 2025-03-25T21:40:06.597Z | Checking tower-layer v0.3.3 |
2227 | 2025-03-25T21:40:06.683Z | Checking rustc-demangle v0.1.24 |
2228 | 2025-03-25T21:40:06.864Z | Checking managed v0.8.0 |
2229 | 2025-03-25T21:40:06.891Z | Checking strsim v0.11.1 |
2230 | 2025-03-25T21:40:06.958Z | Checking clap_lex v0.7.4 |
2231 | 2025-03-25T21:40:07.116Z | Checking simd-adler32 v0.3.7 |
2232 | 2025-03-25T21:40:07.183Z | Checking hyper-tls v0.6.0 |
2233 | 2025-03-25T21:40:07.224Z | Checking clap_builder v4.5.32 |
2234 | 2025-03-25T21:40:07.252Z | Checking smoltcp v0.9.1 |
2235 | 2025-03-25T21:40:07.451Z | Checking hyper-rustls v0.27.3 |
2236 | 2025-03-25T21:40:07.471Z | Checking zopfli v0.8.1 |
2237 | 2025-03-25T21:40:07.775Z | Checking console v0.15.10 |
2238 | 2025-03-25T21:40:08.166Z | Checking tower v0.5.2 |
2239 | 2025-03-25T21:40:08.223Z | Checking tokio-rustls v0.25.0 |
2240 | 2025-03-25T21:40:08.329Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2241 | 2025-03-25T21:40:08.410Z | Checking elliptic-curve v0.13.8 |
2242 | 2025-03-25T21:40:08.598Z | Checking toml v0.8.20 |
2243 | 2025-03-25T21:40:08.627Z | Checking toml_edit v0.19.15 |
2244 | 2025-03-25T21:40:08.643Z | Checking slog-async v2.8.0 |
2245 | 2025-03-25T21:40:08.658Z | Checking usdt v0.5.0 |
2246 | 2025-03-25T21:40:08.884Z | Checking slog-term v2.9.1 |
2247 | 2025-03-25T21:40:08.924Z | Checking signal-hook-mio v0.2.4 |
2248 | 2025-03-25T21:40:08.928Z | Checking futures v0.3.31 |
2249 | 2025-03-25T21:40:09.008Z | Checking num-bigint-dig v0.8.4 |
2250 | 2025-03-25T21:40:09.042Z | Checking cookie_store v0.21.1 |
2251 | 2025-03-25T21:40:09.064Z | Checking slog-bunyan v2.5.0 |
2252 | 2025-03-25T21:40:09.237Z | Checking oxnet v0.1.1 |
2253 | 2025-03-25T21:40:09.276Z | Checking phf v0.11.2 |
2254 | 2025-03-25T21:40:09.344Z | Checking rayon v1.10.0 |
2255 | 2025-03-25T21:40:09.539Z | Checking postgres-types v0.2.9 |
2256 | 2025-03-25T21:40:09.573Z | Checking multer v3.1.0 |
2257 | 2025-03-25T21:40:09.734Z | Checking bstr v1.10.0 |
2258 | 2025-03-25T21:40:09.978Z | Checking regex v1.11.1 |
2259 | 2025-03-25T21:40:10.137Z | Checking ed25519 v2.2.3 |
2260 | 2025-03-25T21:40:10.197Z | Checking phf_shared v0.10.0 |
2261 | 2025-03-25T21:40:10.458Z | Checking async-stream v0.3.6 |
2262 | 2025-03-25T21:40:10.474Z | Checking curve25519-dalek v4.1.3 |
2263 | 2025-03-25T21:40:10.563Z | Checking zerocopy v0.6.6 |
2264 | 2025-03-25T21:40:10.567Z | Checking hubpack v0.1.2 |
2265 | 2025-03-25T21:40:10.648Z | Checking memoffset v0.9.1 |
2266 | 2025-03-25T21:40:10.768Z | Checking camino v1.1.9 |
2267 | 2025-03-25T21:40:10.872Z | Checking portable-atomic v1.9.0 |
2268 | 2025-03-25T21:40:11.022Z | Checking pkcs1 v0.7.5 |
2269 | 2025-03-25T21:40:11.189Z | Checking waitgroup v0.1.2 |
2270 | 2025-03-25T21:40:11.227Z | Checking openapiv3 v2.0.0 |
2271 | 2025-03-25T21:40:11.295Z | Checking serde-big-array v0.5.1 |
2272 | 2025-03-25T21:40:11.350Z | Checking serde_path_to_error v0.1.16 |
2273 | 2025-03-25T21:40:11.417Z | Checking float-cmp v0.10.0 |
2274 | 2025-03-25T21:40:11.498Z | Checking rfc6979 v0.4.0 |
2275 | 2025-03-25T21:40:11.639Z | Checking sha1 v0.10.6 |
2276 | 2025-03-25T21:40:11.686Z | Checking hostname v0.4.0 |
2277 | 2025-03-25T21:40:11.835Z | Checking new_debug_unreachable v1.0.6 |
2278 | 2025-03-25T21:40:11.852Z | Checking normalize-line-endings v0.3.0 |
2279 | 2025-03-25T21:40:11.916Z | Checking static_assertions v1.1.0 |
2280 | 2025-03-25T21:40:11.937Z | Checking data-encoding v2.6.0 |
2281 | 2025-03-25T21:40:11.945Z | Checking debug-ignore v1.0.5 |
2282 | 2025-03-25T21:40:11.945Z | Checking backtrace v0.3.74 |
2283 | 2025-03-25T21:40:11.981Z | Checking difflib v0.4.0 |
2284 | 2025-03-25T21:40:12.019Z | Checking fixedbitset v0.4.2 |
2285 | 2025-03-25T21:40:12.097Z | Checking whoami v1.5.2 |
2286 | 2025-03-25T21:40:12.189Z | Checking minimal-lexical v0.2.1 |
2287 | 2025-03-25T21:40:12.285Z | Checking precomputed-hash v0.1.1 |
2288 | 2025-03-25T21:40:12.302Z | Checking predicates-core v1.0.8 |
2289 | 2025-03-25T21:40:12.404Z | Checking unicode-segmentation v1.12.0 |
2290 | 2025-03-25T21:40:12.404Z | Checking number_prefix v0.4.0 |
2291 | 2025-03-25T21:40:12.444Z | Checking hickory-proto v0.24.4 |
2292 | 2025-03-25T21:40:12.488Z | Checking predicates v3.1.3 |
2293 | 2025-03-25T21:40:12.503Z | Checking anyhow v1.0.97 |
2294 | 2025-03-25T21:40:12.569Z | Checking nom v7.1.3 |
2295 | 2025-03-25T21:40:12.603Z | Checking string_cache v0.8.7 |
2296 | 2025-03-25T21:40:12.881Z | Checking tokio-postgres v0.7.13 |
2297 | 2025-03-25T21:40:12.885Z | Checking indicatif v0.17.11 |
2298 | 2025-03-25T21:40:12.901Z | Checking petgraph v0.6.5 |
2299 | 2025-03-25T21:40:13.065Z | Checking similar v2.7.0 |
2300 | 2025-03-25T21:40:13.068Z | Checking ed25519-dalek v2.1.1 |
2301 | 2025-03-25T21:40:13.490Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2302 | 2025-03-25T21:40:13.649Z | Checking ecdsa v0.16.9 |
2303 | 2025-03-25T21:40:13.925Z | Checking rsa v0.9.6 |
2304 | 2025-03-25T21:40:14.286Z | Checking dropshot v0.12.0 |
2305 | 2025-03-25T21:40:14.760Z | Checking toml v0.7.8 |
2306 | 2025-03-25T21:40:14.915Z | Checking nix v0.29.0 |
2307 | 2025-03-25T21:40:15.095Z | Checking clap v4.5.32 |
2308 | 2025-03-25T21:40:15.214Z | Checking reqwest v0.12.12 |
2309 | 2025-03-25T21:40:15.460Z | Checking crossterm v0.28.1 |
2310 | 2025-03-25T21:40:15.804Z | Checking zip v2.1.3 |
2311 | 2025-03-25T21:40:15.870Z | Checking zip v0.6.6 |
2312 | 2025-03-25T21:40:16.284Z | Checking itertools v0.10.5 |
2313 | 2025-03-25T21:40:16.552Z | Checking itertools v0.12.1 |
2314 | 2025-03-25T21:40:16.856Z | Checking tokio-stream v0.1.17 |
2315 | 2025-03-25T21:40:16.891Z | Checking ahash v0.8.11 |
2316 | 2025-03-25T21:40:17.007Z | Checking fs-err v2.11.0 |
2317 | 2025-03-25T21:40:17.097Z | Checking buf-list v1.0.3 |
2318 | 2025-03-25T21:40:17.346Z | Checking x509-cert v0.2.5 |
2319 | 2025-03-25T21:40:17.407Z | Checking hex v0.4.3 |
2320 | 2025-03-25T21:40:17.545Z | Checking lalrpop-util v0.19.12 |
2321 | 2025-03-25T21:40:17.642Z | Checking peg-runtime v0.8.5 |
2322 | 2025-03-25T21:40:17.700Z | Checking heck v0.4.1 |
2323 | 2025-03-25T21:40:17.824Z | Checking sigpipe v0.1.3 |
2324 | 2025-03-25T21:40:18.620Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2325 | 2025-03-25T21:40:18.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s |
2326 | 2025-03-25T21:40:19.111Z | |
2327 | 2025-03-25T21:40:19.111Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2328 | 2025-03-25T21:40:19.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2025-03-25T21:40:19.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2025-03-25T21:40:19.789Z | Compiling regress v0.10.3 |
2331 | 2025-03-25T21:40:19.903Z | Checking heck v0.5.0 |
2332 | 2025-03-25T21:40:19.924Z | Compiling unsafe-libyaml v0.2.11 |
2333 | 2025-03-25T21:40:19.928Z | Checking fastrand v2.1.1 |
2334 | 2025-03-25T21:40:19.952Z | Compiling structmeta-derive v0.3.0 |
2335 | 2025-03-25T21:40:19.956Z | Compiling ident_case v1.0.1 |
2336 | 2025-03-25T21:40:19.983Z | Checking newtype-uuid v1.2.1 |
2337 | 2025-03-25T21:40:20.074Z | Checking progenitor-client v0.8.0 |
2338 | 2025-03-25T21:40:20.148Z | Compiling darling_core v0.20.10 |
2339 | 2025-03-25T21:40:20.215Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2340 | 2025-03-25T21:40:20.231Z | Checking tempfile v3.13.0 |
2341 | 2025-03-25T21:40:20.391Z | Checking daft v0.1.2 |
2342 | 2025-03-25T21:40:20.565Z | Compiling proc-macro-crate v1.3.1 |
2343 | 2025-03-25T21:40:20.638Z | Compiling thiserror-impl v2.0.12 |
2344 | 2025-03-25T21:40:20.761Z | Checking wait-timeout v0.2.0 |
2345 | 2025-03-25T21:40:20.958Z | Checking quick-error v1.2.3 |
2346 | 2025-03-25T21:40:21.119Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2347 | 2025-03-25T21:40:21.432Z | Compiling serde_yaml v0.9.34+deprecated |
2348 | 2025-03-25T21:40:21.489Z | Checking bit-vec v0.8.0 |
2349 | 2025-03-25T21:40:21.723Z | Compiling num_enum_derive v0.5.11 |
2350 | 2025-03-25T21:40:21.874Z | Checking bit-set v0.8.0 |
2351 | 2025-03-25T21:40:22.163Z | Checking rusty-fork v0.3.0 |
2352 | 2025-03-25T21:40:22.438Z | Compiling structmeta v0.3.0 |
2353 | 2025-03-25T21:40:22.476Z | Compiling lzma-sys v0.1.20 |
2354 | 2025-03-25T21:40:22.839Z | Compiling parse-display-derive v0.10.0 |
2355 | 2025-03-25T21:40:23.208Z | Checking rand_xorshift v0.3.0 |
2356 | 2025-03-25T21:40:23.292Z | Checking typify-impl v0.2.0 |
2357 | 2025-03-25T21:40:23.404Z | Compiling foreign-types-macros v0.2.3 |
2358 | 2025-03-25T21:40:23.967Z | Checking thiserror v2.0.12 |
2359 | 2025-03-25T21:40:24.121Z | Compiling dropshot v0.16.0 |
2360 | 2025-03-25T21:40:24.460Z | Checking utf-8 v0.7.6 |
2361 | 2025-03-25T21:40:24.477Z | Checking arc-swap v1.7.1 |
2362 | 2025-03-25T21:40:24.614Z | Checking unarray v0.1.4 |
2363 | 2025-03-25T21:40:24.677Z | Checking foreign-types-shared v0.3.1 |
2364 | 2025-03-25T21:40:24.780Z | Checking proptest v1.6.0 |
2365 | 2025-03-25T21:40:24.807Z | Checking foreign-types v0.5.0 |
2366 | 2025-03-25T21:40:24.853Z | Checking tungstenite v0.21.0 |
2367 | 2025-03-25T21:40:24.893Z | Checking slog-scope v4.4.0 |
2368 | 2025-03-25T21:40:24.985Z | Checking num_enum v0.5.11 |
2369 | 2025-03-25T21:40:25.135Z | Compiling test-strategy v0.4.0 |
2370 | 2025-03-25T21:40:25.153Z | Checking strum v0.26.3 |
2371 | 2025-03-25T21:40:25.324Z | Compiling proc-macro-error v1.0.4 |
2372 | 2025-03-25T21:40:25.780Z | Compiling darling_macro v0.20.10 |
2373 | 2025-03-25T21:40:25.798Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2374 | 2025-03-25T21:40:25.904Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2375 | 2025-03-25T21:40:25.952Z | Compiling heck v0.3.3 |
2376 | 2025-03-25T21:40:26.011Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2377 | 2025-03-25T21:40:26.031Z | Compiling dropshot_endpoint v0.16.0 |
2378 | 2025-03-25T21:40:26.314Z | Checking cstr-argument v0.1.2 |
2379 | 2025-03-25T21:40:26.496Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2380 | 2025-03-25T21:40:26.609Z | Checking parse-display v0.10.0 |
2381 | 2025-03-25T21:40:26.706Z | Compiling darling v0.20.10 |
2382 | 2025-03-25T21:40:26.810Z | Checking instant v0.1.13 |
2383 | 2025-03-25T21:40:26.828Z | Compiling serde_with_macros v3.12.0 |
2384 | 2025-03-25T21:40:26.858Z | Checking base64 v0.21.7 |
2385 | 2025-03-25T21:40:26.934Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2386 | 2025-03-25T21:40:27.229Z | Checking pretty-hex v0.2.1 |
2387 | 2025-03-25T21:40:27.278Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2388 | 2025-03-25T21:40:27.399Z | Checking backoff v0.4.0 |
2389 | 2025-03-25T21:40:27.416Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2390 | 2025-03-25T21:40:27.432Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2391 | 2025-03-25T21:40:27.601Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2392 | 2025-03-25T21:40:27.693Z | Compiling zone_cfg_derive v0.1.2 |
2393 | 2025-03-25T21:40:27.696Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2394 | 2025-03-25T21:40:27.908Z | Checking tokio-tungstenite v0.21.0 |
2395 | 2025-03-25T21:40:28.494Z | Checking slog-stdlog v4.1.1 |
2396 | 2025-03-25T21:40:28.518Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2397 | 2025-03-25T21:40:28.621Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2398 | 2025-03-25T21:40:28.668Z | Checking progenitor-client v0.9.1 |
2399 | 2025-03-25T21:40:28.860Z | Checking colored v2.2.0 |
2400 | 2025-03-25T21:40:28.916Z | Checking macaddr v1.0.1 |
2401 | 2025-03-25T21:40:29.038Z | Checking base64 v0.13.1 |
2402 | 2025-03-25T21:40:29.066Z | Checking winnow v0.6.20 |
2403 | 2025-03-25T21:40:29.191Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2404 | 2025-03-25T21:40:29.216Z | Checking serde_with v3.12.0 |
2405 | 2025-03-25T21:40:29.234Z | Checking unicode-width v0.1.14 |
2406 | 2025-03-25T21:40:29.237Z | Checking zone v0.1.8 |
2407 | 2025-03-25T21:40:29.450Z | Checking ron v0.7.1 |
2408 | 2025-03-25T21:40:29.723Z | Checking tabwriter v1.4.0 |
2409 | 2025-03-25T21:40:29.741Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2410 | 2025-03-25T21:40:29.869Z | Checking slog-envlogger v2.2.0 |
2411 | 2025-03-25T21:40:29.976Z | Checking xz2 v0.1.7 |
2412 | 2025-03-25T21:40:30.077Z | Checking xattr v1.3.1 |
2413 | 2025-03-25T21:40:30.193Z | Checking pem v3.0.5 |
2414 | 2025-03-25T21:40:30.264Z | Checking yasna v0.5.2 |
2415 | 2025-03-25T21:40:30.281Z | Checking headers-core v0.3.0 |
2416 | 2025-03-25T21:40:30.430Z | Checking smf v0.2.3 |
2417 | 2025-03-25T21:40:30.445Z | Checking filetime v0.2.25 |
2418 | 2025-03-25T21:40:30.554Z | Checking same-file v1.0.6 |
2419 | 2025-03-25T21:40:30.652Z | Checking tar v0.4.44 |
2420 | 2025-03-25T21:40:30.745Z | Checking walkdir v2.5.0 |
2421 | 2025-03-25T21:40:30.857Z | Checking headers v0.4.0 |
2422 | 2025-03-25T21:40:31.010Z | Checking camino-tempfile v1.1.1 |
2423 | 2025-03-25T21:40:31.098Z | Checking rcgen v0.12.1 |
2424 | 2025-03-25T21:40:31.280Z | Checking atomicwrites v0.4.4 |
2425 | 2025-03-25T21:40:31.493Z | Checking subprocess v0.2.9 |
2426 | 2025-03-25T21:40:33.739Z | Compiling typify-macro v0.2.0 |
2427 | 2025-03-25T21:40:35.235Z | Compiling typify v0.2.0 |
2428 | 2025-03-25T21:40:35.305Z | Compiling progenitor-impl v0.8.0 |
2429 | 2025-03-25T21:40:37.712Z | Compiling progenitor-macro v0.8.0 |
2430 | 2025-03-25T21:40:41.133Z | Checking progenitor v0.8.0 |
2431 | 2025-03-25T21:40:41.263Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2432 | 2025-03-25T21:40:41.263Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2433 | 2025-03-25T21:40:43.788Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2434 | 2025-03-25T21:40:44.084Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2435 | 2025-03-25T21:40:50.026Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2436 | 2025-03-25T21:40:51.532Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2437 | 2025-03-25T21:40:52.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.62s |
2438 | 2025-03-25T21:40:52.921Z | |
2439 | 2025-03-25T21:40:52.921Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2440 | 2025-03-25T21:40:53.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2025-03-25T21:40:53.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2025-03-25T21:40:53.601Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2443 | 2025-03-25T21:40:54.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2444 | 2025-03-25T21:40:55.143Z | |
2445 | 2025-03-25T21:40:55.143Z | info: running `cargo check --bins` on nexus-config (51/199) |
2446 | 2025-03-25T21:40:55.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-03-25T21:40:55.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-03-25T21:40:55.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2025-03-25T21:40:55.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2450 | 2025-03-25T21:40:55.791Z | |
2451 | 2025-03-25T21:40:55.791Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2452 | 2025-03-25T21:40:56.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2025-03-25T21:40:56.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2025-03-25T21:40:56.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2025-03-25T21:40:56.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2456 | 2025-03-25T21:40:56.421Z | |
2457 | 2025-03-25T21:40:56.421Z | info: running `cargo check --bins` on omicron-certificates (53/199) |
2458 | 2025-03-25T21:40:56.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-03-25T21:40:57.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-03-25T21:40:57.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-03-25T21:40:57.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2462 | 2025-03-25T21:40:57.080Z | |
2463 | 2025-03-25T21:40:57.080Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/199) |
2464 | 2025-03-25T21:40:57.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-03-25T21:40:57.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-03-25T21:40:57.789Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2467 | 2025-03-25T21:40:57.902Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2468 | 2025-03-25T21:40:57.902Z | Compiling tempfile v3.13.0 |
2469 | 2025-03-25T21:40:57.905Z | Compiling wait-timeout v0.2.0 |
2470 | 2025-03-25T21:40:57.912Z | Compiling quick-error v1.2.3 |
2471 | 2025-03-25T21:40:57.915Z | Compiling bit-vec v0.8.0 |
2472 | 2025-03-25T21:40:57.915Z | Compiling thiserror v2.0.12 |
2473 | 2025-03-25T21:40:57.915Z | Compiling progenitor-client v0.8.0 |
2474 | 2025-03-25T21:40:58.070Z | Compiling itertools v0.13.0 |
2475 | 2025-03-25T21:40:58.090Z | Compiling rand_xorshift v0.3.0 |
2476 | 2025-03-25T21:40:58.115Z | Compiling heapless v0.8.0 |
2477 | 2025-03-25T21:40:58.354Z | Compiling bit-set v0.8.0 |
2478 | 2025-03-25T21:40:58.357Z | Compiling rusty-fork v0.3.0 |
2479 | 2025-03-25T21:40:58.412Z | Compiling unarray v0.1.4 |
2480 | 2025-03-25T21:40:58.434Z | Compiling progenitor v0.8.0 |
2481 | 2025-03-25T21:40:58.573Z | Compiling parse-display v0.10.0 |
2482 | 2025-03-25T21:40:58.578Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2483 | 2025-03-25T21:40:58.611Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2484 | 2025-03-25T21:40:58.648Z | Checking hash32 v0.3.1 |
2485 | 2025-03-25T21:40:58.664Z | Compiling instant v0.1.13 |
2486 | 2025-03-25T21:40:58.793Z | Compiling proptest v1.6.0 |
2487 | 2025-03-25T21:40:58.815Z | Compiling smoltcp v0.11.0 |
2488 | 2025-03-25T21:40:58.848Z | Compiling backoff v0.4.0 |
2489 | 2025-03-25T21:40:59.006Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2490 | 2025-03-25T21:40:59.148Z | Compiling dropshot v0.16.0 |
2491 | 2025-03-25T21:40:59.185Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2492 | 2025-03-25T21:40:59.378Z | Compiling serde_with v3.12.0 |
2493 | 2025-03-25T21:40:59.507Z | Checking num-rational v0.4.2 |
2494 | 2025-03-25T21:40:59.724Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2495 | 2025-03-25T21:41:00.094Z | Compiling progenitor-client v0.9.1 |
2496 | 2025-03-25T21:41:00.647Z | Compiling phf_generator v0.11.2 |
2497 | 2025-03-25T21:41:00.855Z | Checking num-complex v0.4.6 |
2498 | 2025-03-25T21:41:00.892Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2499 | 2025-03-25T21:41:01.701Z | Compiling macaddr v1.0.1 |
2500 | 2025-03-25T21:41:02.150Z | Checking cobs v0.2.3 |
2501 | 2025-03-25T21:41:02.358Z | Checking postcard v1.0.10 |
2502 | 2025-03-25T21:41:02.624Z | Compiling num v0.4.3 |
2503 | 2025-03-25T21:41:02.859Z | Compiling phf_codegen v0.11.2 |
2504 | 2025-03-25T21:41:02.894Z | Compiling parse-zoneinfo v0.3.1 |
2505 | 2025-03-25T21:41:03.085Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2506 | 2025-03-25T21:41:03.418Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2507 | 2025-03-25T21:41:03.582Z | Compiling float-ord v0.3.2 |
2508 | 2025-03-25T21:41:03.760Z | Compiling convert_case v0.4.0 |
2509 | 2025-03-25T21:41:04.565Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2510 | 2025-03-25T21:41:04.750Z | Compiling derive_more v0.99.19 |
2511 | 2025-03-25T21:41:05.707Z | Compiling chrono-tz-build v0.4.0 |
2512 | 2025-03-25T21:41:06.349Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2513 | 2025-03-25T21:41:06.877Z | Checking linked-hash-map v0.5.6 |
2514 | 2025-03-25T21:41:07.223Z | Compiling crucible-workspace-hack v0.1.0 |
2515 | 2025-03-25T21:41:07.241Z | Checking lru-cache v0.1.2 |
2516 | 2025-03-25T21:41:07.326Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2517 | 2025-03-25T21:41:07.423Z | Compiling chrono-tz v0.10.1 |
2518 | 2025-03-25T21:41:07.549Z | Checking newline-converter v0.3.0 |
2519 | 2025-03-25T21:41:07.719Z | Checking resolv-conf v0.7.0 |
2520 | 2025-03-25T21:41:07.740Z | Checking itertools v0.14.0 |
2521 | 2025-03-25T21:41:07.985Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2522 | 2025-03-25T21:41:08.078Z | Checking prettyplease v0.2.30 |
2523 | 2025-03-25T21:41:08.097Z | Compiling slog-dtrace v0.3.0 |
2524 | 2025-03-25T21:41:08.439Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2525 | 2025-03-25T21:41:08.799Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2526 | 2025-03-25T21:41:09.297Z | Checking hickory-resolver v0.24.4 |
2527 | 2025-03-25T21:41:09.883Z | Checking expectorate v1.1.0 |
2528 | 2025-03-25T21:41:10.048Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2529 | 2025-03-25T21:41:10.066Z | Compiling zone_cfg_derive v0.3.0 |
2530 | 2025-03-25T21:41:10.368Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2531 | 2025-03-25T21:41:10.712Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2532 | 2025-03-25T21:41:10.809Z | Compiling const_format_proc_macros v0.2.34 |
2533 | 2025-03-25T21:41:11.330Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2534 | 2025-03-25T21:41:11.415Z | Compiling derive-where v1.2.7 |
2535 | 2025-03-25T21:41:11.434Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2536 | 2025-03-25T21:41:11.812Z | Compiling num-derive v0.4.2 |
2537 | 2025-03-25T21:41:12.078Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2538 | 2025-03-25T21:41:12.360Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2539 | 2025-03-25T21:41:12.679Z | Checking highway v1.3.0 |
2540 | 2025-03-25T21:41:12.721Z | Checking const_format v0.2.34 |
2541 | 2025-03-25T21:41:13.066Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2542 | 2025-03-25T21:41:13.083Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2543 | 2025-03-25T21:41:13.143Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2544 | 2025-03-25T21:41:13.236Z | Checking zone v0.3.0 |
2545 | 2025-03-25T21:41:13.325Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2546 | 2025-03-25T21:41:13.426Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2547 | 2025-03-25T21:41:14.018Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2548 | 2025-03-25T21:41:14.081Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2549 | 2025-03-25T21:41:14.424Z | Checking qorb v0.2.1 |
2550 | 2025-03-25T21:41:14.501Z | Checking gethostname v0.5.0 |
2551 | 2025-03-25T21:41:14.587Z | Checking bcs v0.1.6 |
2552 | 2025-03-25T21:41:14.643Z | Checking nanorand v0.7.0 |
2553 | 2025-03-25T21:41:14.820Z | Compiling async-recursion v1.1.1 |
2554 | 2025-03-25T21:41:15.023Z | Checking termtree v0.5.1 |
2555 | 2025-03-25T21:41:15.064Z | Checking flume v0.11.1 |
2556 | 2025-03-25T21:41:15.891Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2557 | 2025-03-25T21:41:21.170Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2558 | 2025-03-25T21:41:24.497Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2559 | 2025-03-25T21:41:26.883Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2560 | 2025-03-25T21:41:28.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.01s |
2561 | 2025-03-25T21:41:28.287Z | |
2562 | 2025-03-25T21:41:28.287Z | info: running `cargo check --bins` on clickhouse-admin-api (55/199) |
2563 | 2025-03-25T21:41:28.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-03-25T21:41:28.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-03-25T21:41:28.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2025-03-25T21:41:28.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2567 | 2025-03-25T21:41:28.988Z | |
2568 | 2025-03-25T21:41:28.988Z | info: running `cargo check --bins` on clickhouse-admin-types (56/199) |
2569 | 2025-03-25T21:41:29.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-03-25T21:41:29.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-03-25T21:41:29.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2025-03-25T21:41:29.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2573 | 2025-03-25T21:41:29.646Z | |
2574 | 2025-03-25T21:41:29.646Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/199) |
2575 | 2025-03-25T21:41:30.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-03-25T21:41:30.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-03-25T21:41:30.328Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-03-25T21:41:30.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2579 | 2025-03-25T21:41:31.133Z | |
2580 | 2025-03-25T21:41:31.133Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/199) |
2581 | 2025-03-25T21:41:31.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-03-25T21:41:31.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-03-25T21:41:31.831Z | Compiling cfg_aliases v0.1.1 |
2584 | 2025-03-25T21:41:31.835Z | Compiling vte_generate_state_changes v0.1.2 |
2585 | 2025-03-25T21:41:31.835Z | Checking fd-lock v4.0.2 |
2586 | 2025-03-25T21:41:31.835Z | Checking nibble_vec v0.1.0 |
2587 | 2025-03-25T21:41:31.835Z | Checking bytecount v0.6.8 |
2588 | 2025-03-25T21:41:31.941Z | Checking endian-type v0.1.2 |
2589 | 2025-03-25T21:41:31.959Z | Compiling tabled_derive v0.7.0 |
2590 | 2025-03-25T21:41:31.994Z | Compiling peg-macros v0.8.5 |
2591 | 2025-03-25T21:41:32.025Z | Compiling nix v0.28.0 |
2592 | 2025-03-25T21:41:32.101Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2593 | 2025-03-25T21:41:32.135Z | Checking papergrid v0.11.0 |
2594 | 2025-03-25T21:41:32.135Z | Compiling sqlparser_derive v0.2.2 |
2595 | 2025-03-25T21:41:32.166Z | Checking radix_trie v0.2.1 |
2596 | 2025-03-25T21:41:32.516Z | Checking vte v0.11.1 |
2597 | 2025-03-25T21:41:32.551Z | Checking nu-ansi-term v0.50.1 |
2598 | 2025-03-25T21:41:32.935Z | Checking home v0.5.9 |
2599 | 2025-03-25T21:41:33.082Z | Checking unicode_categories v0.1.1 |
2600 | 2025-03-25T21:41:33.129Z | Checking display-error-chain v0.2.2 |
2601 | 2025-03-25T21:41:33.162Z | Checking sqlparser v0.45.0 |
2602 | 2025-03-25T21:41:33.399Z | Checking sqlformat v0.2.6 |
2603 | 2025-03-25T21:41:33.929Z | Checking strip-ansi-escapes v0.2.0 |
2604 | 2025-03-25T21:41:34.018Z | Checking tabled v0.15.0 |
2605 | 2025-03-25T21:41:34.074Z | Checking reedline v0.38.0 |
2606 | 2025-03-25T21:41:34.426Z | Checking peg v0.8.5 |
2607 | 2025-03-25T21:41:34.958Z | Checking rustyline v14.0.0 |
2608 | 2025-03-25T21:41:43.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s |
2609 | 2025-03-25T21:41:43.655Z | |
2610 | 2025-03-25T21:41:43.655Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/199) |
2611 | 2025-03-25T21:41:44.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-03-25T21:41:44.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-03-25T21:41:44.359Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2614 | 2025-03-25T21:41:49.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
2615 | 2025-03-25T21:41:49.744Z | |
2616 | 2025-03-25T21:41:49.744Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/199) |
2617 | 2025-03-25T21:41:50.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2025-03-25T21:41:50.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2025-03-25T21:41:50.472Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2620 | 2025-03-25T21:41:54.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
2621 | 2025-03-25T21:41:54.211Z | |
2622 | 2025-03-25T21:41:54.212Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/199) |
2623 | 2025-03-25T21:41:54.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2025-03-25T21:41:54.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2025-03-25T21:41:54.899Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2626 | 2025-03-25T21:41:59.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2627 | 2025-03-25T21:41:59.855Z | |
2628 | 2025-03-25T21:41:59.855Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/199) |
2629 | 2025-03-25T21:42:00.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2025-03-25T21:42:00.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2025-03-25T21:42:00.543Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2632 | 2025-03-25T21:42:05.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2633 | 2025-03-25T21:42:05.583Z | |
2634 | 2025-03-25T21:42:05.583Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/199) |
2635 | 2025-03-25T21:42:06.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2025-03-25T21:42:06.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2025-03-25T21:42:06.269Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2638 | 2025-03-25T21:42:09.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2639 | 2025-03-25T21:42:10.098Z | |
2640 | 2025-03-25T21:42:10.099Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/199) |
2641 | 2025-03-25T21:42:10.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2025-03-25T21:42:10.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2025-03-25T21:42:10.788Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2644 | 2025-03-25T21:42:14.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
2645 | 2025-03-25T21:42:14.712Z | |
2646 | 2025-03-25T21:42:14.712Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/199) |
2647 | 2025-03-25T21:42:15.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2025-03-25T21:42:15.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2025-03-25T21:42:15.401Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2650 | 2025-03-25T21:42:20.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2651 | 2025-03-25T21:42:20.591Z | |
2652 | 2025-03-25T21:42:20.591Z | info: running `cargo check --bins` on oximeter (66/199) |
2653 | 2025-03-25T21:42:21.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2025-03-25T21:42:21.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2025-03-25T21:42:21.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2025-03-25T21:42:21.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2657 | 2025-03-25T21:42:21.246Z | |
2658 | 2025-03-25T21:42:21.246Z | info: running `cargo check --bins` on oximeter-macro-impl (67/199) |
2659 | 2025-03-25T21:42:21.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2025-03-25T21:42:21.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2025-03-25T21:42:21.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2025-03-25T21:42:21.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2663 | 2025-03-25T21:42:21.882Z | |
2664 | 2025-03-25T21:42:21.882Z | info: running `cargo check --bins` on oximeter-schema (68/199) |
2665 | 2025-03-25T21:42:22.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2025-03-25T21:42:22.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2025-03-25T21:42:22.543Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2668 | 2025-03-25T21:42:24.535Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2669 | 2025-03-25T21:42:25.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
2670 | 2025-03-25T21:42:25.643Z | |
2671 | 2025-03-25T21:42:25.643Z | info: running `cargo check --bins` on oximeter-types (69/199) |
2672 | 2025-03-25T21:42:26.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-03-25T21:42:26.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-03-25T21:42:26.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-03-25T21:42:26.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2676 | 2025-03-25T21:42:26.295Z | |
2677 | 2025-03-25T21:42:26.295Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/199) |
2678 | 2025-03-25T21:42:26.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-03-25T21:42:26.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-03-25T21:42:26.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-03-25T21:42:26.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2682 | 2025-03-25T21:42:26.952Z | |
2683 | 2025-03-25T21:42:26.952Z | info: running `cargo check --bins` on oxql-types (71/199) |
2684 | 2025-03-25T21:42:27.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-03-25T21:42:27.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-03-25T21:42:27.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-03-25T21:42:27.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2688 | 2025-03-25T21:42:27.602Z | |
2689 | 2025-03-25T21:42:27.602Z | info: running `cargo check --bins` on oximeter-test-utils (72/199) |
2690 | 2025-03-25T21:42:28.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-03-25T21:42:28.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-03-25T21:42:28.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-03-25T21:42:28.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2694 | 2025-03-25T21:42:28.277Z | |
2695 | 2025-03-25T21:42:28.277Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/199) |
2696 | 2025-03-25T21:42:28.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-03-25T21:42:28.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-03-25T21:42:28.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-03-25T21:42:28.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2700 | 2025-03-25T21:42:28.936Z | |
2701 | 2025-03-25T21:42:28.936Z | info: running `cargo check --bins` on bootstrap-agent-client (74/199) |
2702 | 2025-03-25T21:42:29.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-03-25T21:42:29.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-03-25T21:42:29.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-03-25T21:42:29.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2706 | 2025-03-25T21:42:29.612Z | |
2707 | 2025-03-25T21:42:29.612Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/199) |
2708 | 2025-03-25T21:42:30.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-03-25T21:42:30.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-03-25T21:42:30.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-03-25T21:42:30.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2712 | 2025-03-25T21:42:30.275Z | |
2713 | 2025-03-25T21:42:30.275Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/199) |
2714 | 2025-03-25T21:42:30.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-03-25T21:42:30.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-03-25T21:42:30.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-03-25T21:42:30.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2718 | 2025-03-25T21:42:30.936Z | |
2719 | 2025-03-25T21:42:30.936Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/199) |
2720 | 2025-03-25T21:42:31.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-03-25T21:42:31.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-03-25T21:42:31.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-03-25T21:42:31.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2724 | 2025-03-25T21:42:31.602Z | |
2725 | 2025-03-25T21:42:31.602Z | info: running `cargo check --bins` on cockroach-admin-client (78/199) |
2726 | 2025-03-25T21:42:32.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-03-25T21:42:32.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-03-25T21:42:32.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-03-25T21:42:32.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2730 | 2025-03-25T21:42:32.246Z | |
2731 | 2025-03-25T21:42:32.246Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/199) |
2732 | 2025-03-25T21:42:32.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-03-25T21:42:32.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-03-25T21:42:32.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-03-25T21:42:32.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2736 | 2025-03-25T21:42:32.915Z | |
2737 | 2025-03-25T21:42:32.915Z | info: running `cargo check --bins` on dns-service-client (80/199) |
2738 | 2025-03-25T21:42:33.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-03-25T21:42:33.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-03-25T21:42:33.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-03-25T21:42:33.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2742 | 2025-03-25T21:42:33.587Z | |
2743 | 2025-03-25T21:42:33.588Z | info: running `cargo check --bins` on internal-dns-types (81/199) |
2744 | 2025-03-25T21:42:34.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-03-25T21:42:34.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-03-25T21:42:34.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-03-25T21:42:34.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2748 | 2025-03-25T21:42:34.252Z | |
2749 | 2025-03-25T21:42:34.252Z | info: running `cargo check --bins` on dpd-client (82/199) |
2750 | 2025-03-25T21:42:34.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-03-25T21:42:34.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-03-25T21:42:34.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-03-25T21:42:34.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2754 | 2025-03-25T21:42:34.904Z | |
2755 | 2025-03-25T21:42:34.904Z | info: running `cargo check --bins` on gateway-client (83/199) |
2756 | 2025-03-25T21:42:35.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-03-25T21:42:35.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-03-25T21:42:35.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-03-25T21:42:35.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2760 | 2025-03-25T21:42:35.546Z | |
2761 | 2025-03-25T21:42:35.546Z | info: running `cargo check --bins` on installinator-client (84/199) |
2762 | 2025-03-25T21:42:36.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-03-25T21:42:36.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-03-25T21:42:36.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-03-25T21:42:36.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2766 | 2025-03-25T21:42:36.219Z | |
2767 | 2025-03-25T21:42:36.219Z | info: running `cargo check --bins` on installinator-common (85/199) |
2768 | 2025-03-25T21:42:36.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-03-25T21:42:36.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-03-25T21:42:36.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-03-25T21:42:36.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2772 | 2025-03-25T21:42:36.889Z | |
2773 | 2025-03-25T21:42:36.889Z | info: running `cargo check --bins` on update-engine (86/199) |
2774 | 2025-03-25T21:42:37.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-03-25T21:42:37.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-03-25T21:42:37.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-03-25T21:42:37.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2778 | 2025-03-25T21:42:37.529Z | |
2779 | 2025-03-25T21:42:37.529Z | info: running `cargo check --bins` on nexus-client (87/199) |
2780 | 2025-03-25T21:42:38.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-03-25T21:42:38.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-03-25T21:42:38.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-03-25T21:42:38.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2784 | 2025-03-25T21:42:38.205Z | |
2785 | 2025-03-25T21:42:38.205Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/199) |
2786 | 2025-03-25T21:42:38.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-03-25T21:42:38.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-03-25T21:42:38.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-03-25T21:42:38.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2790 | 2025-03-25T21:42:38.867Z | |
2791 | 2025-03-25T21:42:38.867Z | info: running `cargo check --bins` on omicron-passwords (89/199) |
2792 | 2025-03-25T21:42:39.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-03-25T21:42:39.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-03-25T21:42:39.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-03-25T21:42:39.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2025-03-25T21:42:39.497Z | |
2797 | 2025-03-25T21:42:39.497Z | info: running `cargo check --bins` on nexus-types (90/199) |
2798 | 2025-03-25T21:42:40.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-03-25T21:42:40.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-03-25T21:42:40.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-03-25T21:42:40.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2802 | 2025-03-25T21:42:40.175Z | |
2803 | 2025-03-25T21:42:40.176Z | info: running `cargo check --bins` on id-map (91/199) |
2804 | 2025-03-25T21:42:40.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-03-25T21:42:40.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-03-25T21:42:40.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-03-25T21:42:40.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2025-03-25T21:42:40.802Z | |
2809 | 2025-03-25T21:42:40.802Z | info: running `cargo check --bins` on oxide-client (92/199) |
2810 | 2025-03-25T21:42:41.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-03-25T21:42:41.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-03-25T21:42:41.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-03-25T21:42:41.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2814 | 2025-03-25T21:42:41.440Z | |
2815 | 2025-03-25T21:42:41.440Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2816 | 2025-03-25T21:42:42.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-03-25T21:42:42.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-03-25T21:42:42.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-03-25T21:42:42.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2820 | 2025-03-25T21:42:42.100Z | |
2821 | 2025-03-25T21:42:42.100Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2822 | 2025-03-25T21:42:42.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-03-25T21:42:42.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-03-25T21:42:42.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-03-25T21:42:42.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2826 | 2025-03-25T21:42:42.732Z | |
2827 | 2025-03-25T21:42:42.733Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2828 | 2025-03-25T21:42:43.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-03-25T21:42:43.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-03-25T21:42:43.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-03-25T21:42:43.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2832 | 2025-03-25T21:42:43.403Z | |
2833 | 2025-03-25T21:42:43.403Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2834 | 2025-03-25T21:42:44.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-03-25T21:42:44.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-03-25T21:42:44.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-03-25T21:42:44.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2838 | 2025-03-25T21:42:44.098Z | |
2839 | 2025-03-25T21:42:44.098Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2840 | 2025-03-25T21:42:44.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-03-25T21:42:44.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-03-25T21:42:44.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2025-03-25T21:42:44.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2844 | 2025-03-25T21:42:44.775Z | |
2845 | 2025-03-25T21:42:44.775Z | info: running `cargo check --bins` on wicket-common (98/199) |
2846 | 2025-03-25T21:42:45.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2025-03-25T21:42:45.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2025-03-25T21:42:45.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2025-03-25T21:42:45.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2850 | 2025-03-25T21:42:45.462Z | |
2851 | 2025-03-25T21:42:45.462Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2852 | 2025-03-25T21:42:46.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2025-03-25T21:42:46.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2025-03-25T21:42:46.141Z | Checking csv-core v0.1.11 |
2855 | 2025-03-25T21:42:46.142Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2856 | 2025-03-25T21:42:46.145Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2857 | 2025-03-25T21:42:46.145Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2858 | 2025-03-25T21:42:46.429Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2025-03-25T21:42:46.457Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2860 | 2025-03-25T21:42:46.480Z | Checking csv v1.3.1 |
2861 | 2025-03-25T21:42:47.026Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2862 | 2025-03-25T21:42:47.369Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2863 | 2025-03-25T21:42:48.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
2864 | 2025-03-25T21:42:49.127Z | |
2865 | 2025-03-25T21:42:49.127Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2866 | 2025-03-25T21:42:49.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2025-03-25T21:42:49.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2025-03-25T21:42:49.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2025-03-25T21:42:49.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2870 | 2025-03-25T21:42:49.792Z | |
2871 | 2025-03-25T21:42:49.792Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2872 | 2025-03-25T21:42:50.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2025-03-25T21:42:50.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2025-03-25T21:42:50.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2025-03-25T21:42:50.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2876 | 2025-03-25T21:42:50.452Z | |
2877 | 2025-03-25T21:42:50.452Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2878 | 2025-03-25T21:42:51.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2025-03-25T21:42:51.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2025-03-25T21:42:51.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2025-03-25T21:42:51.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2882 | 2025-03-25T21:42:51.227Z | |
2883 | 2025-03-25T21:42:51.227Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2884 | 2025-03-25T21:42:51.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2025-03-25T21:42:51.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2025-03-25T21:42:51.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2025-03-25T21:42:51.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2888 | 2025-03-25T21:42:51.990Z | |
2889 | 2025-03-25T21:42:51.990Z | info: running `cargo check --bins` on dns-server (104/199) |
2890 | 2025-03-25T21:42:52.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2025-03-25T21:42:52.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2025-03-25T21:42:52.660Z | Compiling typify-impl v0.3.0 |
2893 | 2025-03-25T21:42:52.771Z | Compiling parking_lot_core v0.8.6 |
2894 | 2025-03-25T21:42:52.774Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2895 | 2025-03-25T21:42:52.790Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2896 | 2025-03-25T21:42:52.801Z | Checking fxhash v0.2.1 |
2897 | 2025-03-25T21:42:52.814Z | Checking hickory-client v0.24.4 |
2898 | 2025-03-25T21:42:52.830Z | Checking hickory-server v0.24.4 |
2899 | 2025-03-25T21:42:53.523Z | Checking parking_lot v0.11.2 |
2900 | 2025-03-25T21:42:53.580Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2901 | 2025-03-25T21:42:53.773Z | Checking sled v0.34.7 |
2902 | 2025-03-25T21:42:58.009Z | Compiling typify-macro v0.3.0 |
2903 | 2025-03-25T21:42:59.492Z | Compiling typify v0.3.0 |
2904 | 2025-03-25T21:42:59.562Z | Compiling progenitor-impl v0.9.1 |
2905 | 2025-03-25T21:43:01.912Z | Compiling progenitor-macro v0.9.1 |
2906 | 2025-03-25T21:43:05.410Z | Checking progenitor v0.9.1 |
2907 | 2025-03-25T21:43:05.542Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2908 | 2025-03-25T21:43:06.004Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2909 | 2025-03-25T21:43:07.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.27s |
2910 | 2025-03-25T21:43:07.450Z | |
2911 | 2025-03-25T21:43:07.450Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2912 | 2025-03-25T21:43:08.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2025-03-25T21:43:08.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2025-03-25T21:43:08.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2025-03-25T21:43:08.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2916 | 2025-03-25T21:43:08.097Z | |
2917 | 2025-03-25T21:43:08.097Z | info: running `cargo check --bins` on openapi-manager-types (106/199) |
2918 | 2025-03-25T21:43:08.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2025-03-25T21:43:08.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2025-03-25T21:43:08.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2025-03-25T21:43:08.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2922 | 2025-03-25T21:43:08.748Z | |
2923 | 2025-03-25T21:43:08.748Z | info: running `cargo check --bins` on gateway-test-utils (107/199) |
2924 | 2025-03-25T21:43:09.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2025-03-25T21:43:09.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2025-03-25T21:43:09.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2025-03-25T21:43:09.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2928 | 2025-03-25T21:43:09.451Z | |
2929 | 2025-03-25T21:43:09.451Z | info: running `cargo check --bins` on gateway-types (108/199) |
2930 | 2025-03-25T21:43:10.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2025-03-25T21:43:10.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2025-03-25T21:43:10.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2025-03-25T21:43:10.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2934 | 2025-03-25T21:43:10.100Z | |
2935 | 2025-03-25T21:43:10.100Z | info: running `cargo check --bins` on ipcc (109/199) |
2936 | 2025-03-25T21:43:10.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2025-03-25T21:43:10.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2025-03-25T21:43:10.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2939 | 2025-03-25T21:43:10.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2940 | 2025-03-25T21:43:10.747Z | |
2941 | 2025-03-25T21:43:10.747Z | info: running `cargo check --bins` on omicron-gateway (110/199) |
2942 | 2025-03-25T21:43:11.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2025-03-25T21:43:11.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2025-03-25T21:43:11.473Z | Compiling semver v0.1.20 |
2945 | 2025-03-25T21:43:11.473Z | Compiling radium v0.7.0 |
2946 | 2025-03-25T21:43:11.594Z | Checking tap v1.0.1 |
2947 | 2025-03-25T21:43:11.598Z | Compiling maybe-uninit v2.0.0 |
2948 | 2025-03-25T21:43:11.614Z | Checking password-hash v0.5.0 |
2949 | 2025-03-25T21:43:11.618Z | Checking blake2 v0.10.6 |
2950 | 2025-03-25T21:43:11.618Z | Compiling owo-colors v4.2.0 |
2951 | 2025-03-25T21:43:11.627Z | Checking crc-catalog v2.4.0 |
2952 | 2025-03-25T21:43:11.733Z | Checking wyz v0.5.1 |
2953 | 2025-03-25T21:43:11.792Z | Compiling cancel-safe-futures v0.1.5 |
2954 | 2025-03-25T21:43:12.025Z | Compiling rustc_version v0.1.7 |
2955 | 2025-03-25T21:43:12.074Z | Checking funty v2.0.0 |
2956 | 2025-03-25T21:43:12.077Z | Compiling packed_struct v0.10.1 |
2957 | 2025-03-25T21:43:12.151Z | Checking argon2 v0.5.3 |
2958 | 2025-03-25T21:43:12.207Z | Checking crc v3.2.1 |
2959 | 2025-03-25T21:43:12.275Z | Compiling packed_struct_codegen v0.10.1 |
2960 | 2025-03-25T21:43:12.299Z | Checking libsw-core v0.3.1 |
2961 | 2025-03-25T21:43:12.411Z | Compiling newtype_derive v0.1.6 |
2962 | 2025-03-25T21:43:12.429Z | Checking half v2.4.1 |
2963 | 2025-03-25T21:43:12.531Z | Compiling indexmap v1.9.3 |
2964 | 2025-03-25T21:43:12.590Z | Checking ciborium-io v0.2.2 |
2965 | 2025-03-25T21:43:12.608Z | Checking nodrop v0.1.14 |
2966 | 2025-03-25T21:43:12.729Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2967 | 2025-03-25T21:43:12.763Z | Checking fixedbitset v0.5.7 |
2968 | 2025-03-25T21:43:12.788Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2969 | 2025-03-25T21:43:12.859Z | Checking array-init v0.0.4 |
2970 | 2025-03-25T21:43:12.900Z | Checking ciborium-ll v0.2.2 |
2971 | 2025-03-25T21:43:12.927Z | Checking bitvec v1.0.1 |
2972 | 2025-03-25T21:43:12.967Z | Checking libsw v3.4.0 |
2973 | 2025-03-25T21:43:13.079Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2974 | 2025-03-25T21:43:13.122Z | Checking petgraph v0.7.1 |
2975 | 2025-03-25T21:43:13.171Z | Checking smallvec v0.6.14 |
2976 | 2025-03-25T21:43:13.552Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2977 | 2025-03-25T21:43:13.638Z | Checking bitfield v0.14.0 |
2978 | 2025-03-25T21:43:13.760Z | Checking linear-map v1.2.0 |
2979 | 2025-03-25T21:43:13.786Z | Checking indent_write v2.2.0 |
2980 | 2025-03-25T21:43:13.922Z | Checking termcolor v1.4.1 |
2981 | 2025-03-25T21:43:13.987Z | Checking hashbrown v0.12.3 |
2982 | 2025-03-25T21:43:14.072Z | Checking swrite v0.1.0 |
2983 | 2025-03-25T21:43:14.212Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2984 | 2025-03-25T21:43:14.342Z | Checking env_logger v0.10.2 |
2985 | 2025-03-25T21:43:14.540Z | Checking serde-hex v0.1.0 |
2986 | 2025-03-25T21:43:14.622Z | Checking ron v0.8.1 |
2987 | 2025-03-25T21:43:14.682Z | Checking ciborium v0.2.2 |
2988 | 2025-03-25T21:43:14.746Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2989 | 2025-03-25T21:43:15.611Z | Checking steno v0.4.1 |
2990 | 2025-03-25T21:43:15.746Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2991 | 2025-03-25T21:43:15.778Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2992 | 2025-03-25T21:43:15.803Z | Checking hashbrown v0.13.2 |
2993 | 2025-03-25T21:43:16.012Z | Checking humantime v2.1.0 |
2994 | 2025-03-25T21:43:16.065Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2995 | 2025-03-25T21:43:16.082Z | Checking crc-any v2.5.0 |
2996 | 2025-03-25T21:43:16.314Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2997 | 2025-03-25T21:43:16.433Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2998 | 2025-03-25T21:43:16.590Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2999 | 2025-03-25T21:43:16.676Z | Checking object v0.30.4 |
3000 | 2025-03-25T21:43:16.916Z | Checking path-slash v0.1.5 |
3001 | 2025-03-25T21:43:16.995Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3002 | 2025-03-25T21:43:17.054Z | Checking tungstenite v0.23.0 |
3003 | 2025-03-25T21:43:17.826Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3004 | 2025-03-25T21:43:17.920Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3005 | 2025-03-25T21:43:18.164Z | Checking nix v0.27.1 |
3006 | 2025-03-25T21:43:18.389Z | Checking kstat-rs v0.2.4 |
3007 | 2025-03-25T21:43:18.506Z | Checking tokio-tungstenite v0.23.1 |
3008 | 2025-03-25T21:43:18.749Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3009 | 2025-03-25T21:43:18.926Z | Checking signal-hook-tokio v0.3.1 |
3010 | 2025-03-25T21:43:19.009Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3011 | 2025-03-25T21:43:19.028Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3012 | 2025-03-25T21:43:19.743Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3013 | 2025-03-25T21:43:26.354Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3014 | 2025-03-25T21:43:27.664Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3015 | 2025-03-25T21:43:29.780Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3016 | 2025-03-25T21:43:35.035Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3017 | 2025-03-25T21:43:35.687Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3018 | 2025-03-25T21:43:38.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.60s |
3019 | 2025-03-25T21:43:38.550Z | |
3020 | 2025-03-25T21:43:38.550Z | info: running `cargo check --bins` on gateway-api (111/199) |
3021 | 2025-03-25T21:43:39.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-03-25T21:43:39.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-03-25T21:43:39.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-03-25T21:43:39.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3025 | 2025-03-25T21:43:39.205Z | |
3026 | 2025-03-25T21:43:39.205Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199) |
3027 | 2025-03-25T21:43:39.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-03-25T21:43:39.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-03-25T21:43:39.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-03-25T21:43:39.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3031 | 2025-03-25T21:43:39.832Z | |
3032 | 2025-03-25T21:43:39.832Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199) |
3033 | 2025-03-25T21:43:40.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-03-25T21:43:40.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-03-25T21:43:40.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-03-25T21:43:40.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3037 | 2025-03-25T21:43:40.490Z | |
3038 | 2025-03-25T21:43:40.491Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199) |
3039 | 2025-03-25T21:43:41.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-03-25T21:43:41.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-03-25T21:43:41.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-03-25T21:43:41.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3043 | 2025-03-25T21:43:41.146Z | |
3044 | 2025-03-25T21:43:41.146Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199) |
3045 | 2025-03-25T21:43:41.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-03-25T21:43:41.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-03-25T21:43:41.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-03-25T21:43:41.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3049 | 2025-03-25T21:43:41.809Z | |
3050 | 2025-03-25T21:43:41.809Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199) |
3051 | 2025-03-25T21:43:42.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-03-25T21:43:42.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-03-25T21:43:42.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-03-25T21:43:42.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3055 | 2025-03-25T21:43:42.472Z | |
3056 | 2025-03-25T21:43:42.472Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199) |
3057 | 2025-03-25T21:43:43.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-03-25T21:43:43.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-03-25T21:43:43.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-03-25T21:43:43.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3061 | 2025-03-25T21:43:43.129Z | |
3062 | 2025-03-25T21:43:43.129Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199) |
3063 | 2025-03-25T21:43:43.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-03-25T21:43:43.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-03-25T21:43:43.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-03-25T21:43:43.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3067 | 2025-03-25T21:43:43.788Z | |
3068 | 2025-03-25T21:43:43.788Z | info: running `cargo check --bins` on oximeter-producer (119/199) |
3069 | 2025-03-25T21:43:44.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-03-25T21:43:44.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-03-25T21:43:44.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-03-25T21:43:44.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3073 | 2025-03-25T21:43:44.468Z | |
3074 | 2025-03-25T21:43:44.468Z | info: running `cargo check --bins` on internal-dns-resolver (120/199) |
3075 | 2025-03-25T21:43:45.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-03-25T21:43:45.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-03-25T21:43:45.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-03-25T21:43:45.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3079 | 2025-03-25T21:43:45.126Z | |
3080 | 2025-03-25T21:43:45.126Z | info: running `cargo check --bins` on sp-sim (121/199) |
3081 | 2025-03-25T21:43:45.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-03-25T21:43:45.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-03-25T21:43:45.783Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3084 | 2025-03-25T21:43:46.368Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3085 | 2025-03-25T21:43:47.864Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3086 | 2025-03-25T21:43:49.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3087 | 2025-03-25T21:43:49.721Z | |
3088 | 2025-03-25T21:43:49.721Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199) |
3089 | 2025-03-25T21:43:50.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-03-25T21:43:50.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-03-25T21:43:50.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2025-03-25T21:43:50.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3093 | 2025-03-25T21:43:50.422Z | |
3094 | 2025-03-25T21:43:50.422Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199) |
3095 | 2025-03-25T21:43:51.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2025-03-25T21:43:51.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2025-03-25T21:43:51.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2025-03-25T21:43:51.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3099 | 2025-03-25T21:43:51.128Z | |
3100 | 2025-03-25T21:43:51.128Z | info: running `cargo check --bins` on db-macros (124/199) |
3101 | 2025-03-25T21:43:51.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-03-25T21:43:51.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-03-25T21:43:51.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-03-25T21:43:51.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3105 | 2025-03-25T21:43:51.762Z | |
3106 | 2025-03-25T21:43:51.762Z | info: running `cargo check --bins` on nexus-macros-common (125/199) |
3107 | 2025-03-25T21:43:52.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-03-25T21:43:52.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-03-25T21:43:52.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2025-03-25T21:43:52.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3111 | 2025-03-25T21:43:52.395Z | |
3112 | 2025-03-25T21:43:52.395Z | info: running `cargo check --bins` on nexus-auth (126/199) |
3113 | 2025-03-25T21:43:53.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2025-03-25T21:43:53.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2025-03-25T21:43:53.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2025-03-25T21:43:53.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3117 | 2025-03-25T21:43:53.089Z | |
3118 | 2025-03-25T21:43:53.089Z | info: running `cargo check --bins` on authz-macros (127/199) |
3119 | 2025-03-25T21:43:53.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2025-03-25T21:43:53.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2025-03-25T21:43:53.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2025-03-25T21:43:53.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3123 | 2025-03-25T21:43:53.726Z | |
3124 | 2025-03-25T21:43:53.726Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/199) |
3125 | 2025-03-25T21:43:54.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-03-25T21:43:54.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-03-25T21:43:54.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2025-03-25T21:43:54.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3129 | 2025-03-25T21:43:54.412Z | |
3130 | 2025-03-25T21:43:54.412Z | info: running `cargo check --bins` on nexus-db-model (129/199) |
3131 | 2025-03-25T21:43:55.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-03-25T21:43:55.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-03-25T21:43:55.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2025-03-25T21:43:55.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3135 | 2025-03-25T21:43:55.102Z | |
3136 | 2025-03-25T21:43:55.102Z | info: running `cargo check --bins` on nexus-defaults (130/199) |
3137 | 2025-03-25T21:43:55.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-03-25T21:43:55.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-03-25T21:43:55.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2025-03-25T21:43:55.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3141 | 2025-03-25T21:43:55.751Z | |
3142 | 2025-03-25T21:43:55.751Z | info: running `cargo check --bins` on nexus-inventory (131/199) |
3143 | 2025-03-25T21:43:56.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-03-25T21:43:56.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-03-25T21:43:56.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3146 | 2025-03-25T21:43:56.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3147 | 2025-03-25T21:43:56.434Z | |
3148 | 2025-03-25T21:43:56.434Z | info: running `cargo check --bins` on typed-rng (132/199) |
3149 | 2025-03-25T21:43:56.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2025-03-25T21:43:56.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2025-03-25T21:43:56.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2025-03-25T21:43:57.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3153 | 2025-03-25T21:43:57.071Z | |
3154 | 2025-03-25T21:43:57.071Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199) |
3155 | 2025-03-25T21:43:57.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2025-03-25T21:43:57.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2025-03-25T21:43:57.837Z | Checking keccak v0.1.5 |
3158 | 2025-03-25T21:43:57.954Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3159 | 2025-03-25T21:43:57.958Z | Checking secrecy v0.8.0 |
3160 | 2025-03-25T21:43:57.958Z | Compiling unicase v2.7.0 |
3161 | 2025-03-25T21:43:57.958Z | Compiling same-file v1.0.6 |
3162 | 2025-03-25T21:43:57.997Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3163 | 2025-03-25T21:43:58.002Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3164 | 2025-03-25T21:43:58.002Z | Compiling thiserror-impl-no-std v2.0.2 |
3165 | 2025-03-25T21:43:58.126Z | Compiling walkdir v2.5.0 |
3166 | 2025-03-25T21:43:58.217Z | Checking universal-hash v0.5.1 |
3167 | 2025-03-25T21:43:58.234Z | Checking sha3 v0.10.8 |
3168 | 2025-03-25T21:43:58.262Z | Compiling blake3 v1.5.4 |
3169 | 2025-03-25T21:43:58.334Z | Checking opaque-debug v0.3.1 |
3170 | 2025-03-25T21:43:58.393Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3171 | 2025-03-25T21:43:58.448Z | Checking poly1305 v0.8.0 |
3172 | 2025-03-25T21:43:58.499Z | Checking chacha20 v0.9.1 |
3173 | 2025-03-25T21:43:58.550Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3174 | 2025-03-25T21:43:58.646Z | Checking aead v0.5.2 |
3175 | 2025-03-25T21:43:58.714Z | Compiling memmap2 v0.9.5 |
3176 | 2025-03-25T21:43:58.733Z | Compiling salty v0.3.0 |
3177 | 2025-03-25T21:43:58.840Z | Compiling arrayref v0.3.9 |
3178 | 2025-03-25T21:43:58.860Z | Compiling arrayvec v0.7.6 |
3179 | 2025-03-25T21:43:58.953Z | Compiling constant_time_eq v0.3.1 |
3180 | 2025-03-25T21:43:58.974Z | Compiling libefi-sys v0.1.0 |
3181 | 2025-03-25T21:43:59.084Z | Checking chacha20poly1305 v0.10.1 |
3182 | 2025-03-25T21:43:59.192Z | Compiling toolchain_find v0.4.0 |
3183 | 2025-03-25T21:43:59.239Z | Compiling camino-tempfile v1.1.1 |
3184 | 2025-03-25T21:43:59.279Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3185 | 2025-03-25T21:43:59.304Z | Compiling bitfield-struct v0.6.2 |
3186 | 2025-03-25T21:43:59.543Z | Compiling topological-sort v0.2.2 |
3187 | 2025-03-25T21:43:59.637Z | Compiling mime_guess v2.0.5 |
3188 | 2025-03-25T21:43:59.745Z | Compiling rustfmt-wrapper v0.2.1 |
3189 | 2025-03-25T21:44:00.143Z | Compiling omicron-zone-package v0.12.0 |
3190 | 2025-03-25T21:44:00.311Z | Compiling progenitor v0.9.1 |
3191 | 2025-03-25T21:44:00.368Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3192 | 2025-03-25T21:44:00.551Z | Checking primeorder v0.13.6 |
3193 | 2025-03-25T21:44:00.590Z | Checking env_filter v0.1.2 |
3194 | 2025-03-25T21:44:00.635Z | Checking thiserror-no-std v2.0.2 |
3195 | 2025-03-25T21:44:00.651Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3196 | 2025-03-25T21:44:00.671Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3197 | 2025-03-25T21:44:00.774Z | Checking vsss-rs v3.3.4 |
3198 | 2025-03-25T21:44:00.790Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3199 | 2025-03-25T21:44:00.827Z | Checking env_logger v0.11.5 |
3200 | 2025-03-25T21:44:00.989Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3201 | 2025-03-25T21:44:01.009Z | Checking p384 v0.13.0 |
3202 | 2025-03-25T21:44:01.114Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3203 | 2025-03-25T21:44:01.220Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3204 | 2025-03-25T21:44:01.239Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3205 | 2025-03-25T21:44:01.347Z | Checking http-range v0.1.5 |
3206 | 2025-03-25T21:44:01.409Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3207 | 2025-03-25T21:44:01.444Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3208 | 2025-03-25T21:44:01.659Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3209 | 2025-03-25T21:44:01.775Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3210 | 2025-03-25T21:44:01.818Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3211 | 2025-03-25T21:44:05.586Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3212 | 2025-03-25T21:44:05.623Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3213 | 2025-03-25T21:44:05.623Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3214 | 2025-03-25T21:44:05.623Z | Checking atty v0.2.14 |
3215 | 2025-03-25T21:44:05.623Z | Checking glob v0.3.2 |
3216 | 2025-03-25T21:44:05.623Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3217 | 2025-03-25T21:44:05.623Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3218 | 2025-03-25T21:44:05.623Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3219 | 2025-03-25T21:44:05.623Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3220 | 2025-03-25T21:44:05.623Z | Checking hyper-staticfile v0.10.1 |
3221 | 2025-03-25T21:44:05.623Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3222 | 2025-03-25T21:44:05.623Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3223 | 2025-03-25T21:44:05.624Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3224 | 2025-03-25T21:44:05.624Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3225 | 2025-03-25T21:44:05.624Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3226 | 2025-03-25T21:44:05.624Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3227 | 2025-03-25T21:44:05.624Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3228 | 2025-03-25T21:44:05.624Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3229 | 2025-03-25T21:44:05.624Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3230 | 2025-03-25T21:44:05.637Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3231 | 2025-03-25T21:44:06.243Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3232 | 2025-03-25T21:44:09.055Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3233 | 2025-03-25T21:44:09.055Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3234 | 2025-03-25T21:44:17.159Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3235 | 2025-03-25T21:44:30.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s |
3236 | 2025-03-25T21:44:30.606Z | |
3237 | 2025-03-25T21:44:30.606Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199) |
3238 | 2025-03-25T21:44:31.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-03-25T21:44:31.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-03-25T21:44:31.366Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3241 | 2025-03-25T21:44:44.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3242 | 2025-03-25T21:44:44.801Z | |
3243 | 2025-03-25T21:44:44.801Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199) |
3244 | 2025-03-25T21:44:45.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-03-25T21:44:45.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-03-25T21:44:45.557Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3247 | 2025-03-25T21:44:59.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
3248 | 2025-03-25T21:44:59.197Z | |
3249 | 2025-03-25T21:44:59.197Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199) |
3250 | 2025-03-25T21:44:59.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-03-25T21:44:59.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-03-25T21:44:59.963Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3253 | 2025-03-25T21:45:13.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
3254 | 2025-03-25T21:45:13.448Z | |
3255 | 2025-03-25T21:45:13.448Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199) |
3256 | 2025-03-25T21:45:14.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-03-25T21:45:14.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-03-25T21:45:14.213Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3259 | 2025-03-25T21:45:27.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3260 | 2025-03-25T21:45:27.656Z | |
3261 | 2025-03-25T21:45:27.656Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199) |
3262 | 2025-03-25T21:45:28.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-03-25T21:45:28.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-03-25T21:45:28.427Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3265 | 2025-03-25T21:45:41.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s |
3266 | 2025-03-25T21:45:41.943Z | |
3267 | 2025-03-25T21:45:41.943Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199) |
3268 | 2025-03-25T21:45:42.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-03-25T21:45:42.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-03-25T21:45:42.712Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3271 | 2025-03-25T21:45:55.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
3272 | 2025-03-25T21:45:56.111Z | |
3273 | 2025-03-25T21:45:56.111Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199) |
3274 | 2025-03-25T21:45:56.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-03-25T21:45:56.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-03-25T21:45:56.887Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3277 | 2025-03-25T21:46:10.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
3278 | 2025-03-25T21:46:10.305Z | |
3279 | 2025-03-25T21:46:10.305Z | info: running `cargo check --bins` on bootstrap-agent-api (141/199) |
3280 | 2025-03-25T21:46:10.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-03-25T21:46:10.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-03-25T21:46:10.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-03-25T21:46:10.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3284 | 2025-03-25T21:46:10.994Z | |
3285 | 2025-03-25T21:46:10.994Z | info: running `cargo check --bins` on key-manager (142/199) |
3286 | 2025-03-25T21:46:11.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-03-25T21:46:11.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-03-25T21:46:11.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2025-03-25T21:46:11.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3290 | 2025-03-25T21:46:11.654Z | |
3291 | 2025-03-25T21:46:11.654Z | info: running `cargo check --bins` on range-requests (143/199) |
3292 | 2025-03-25T21:46:12.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-03-25T21:46:12.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-03-25T21:46:12.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2025-03-25T21:46:12.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3296 | 2025-03-25T21:46:12.304Z | |
3297 | 2025-03-25T21:46:12.304Z | info: running `cargo check --bins` on repo-depot-api (144/199) |
3298 | 2025-03-25T21:46:12.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-03-25T21:46:12.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-03-25T21:46:12.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3301 | 2025-03-25T21:46:12.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3302 | 2025-03-25T21:46:12.967Z | |
3303 | 2025-03-25T21:46:12.967Z | info: running `cargo check --bins` on sled-agent-api (145/199) |
3304 | 2025-03-25T21:46:13.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-03-25T21:46:13.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-03-25T21:46:13.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2025-03-25T21:46:13.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3308 | 2025-03-25T21:46:13.657Z | |
3309 | 2025-03-25T21:46:13.657Z | info: running `cargo check --bins` on sled-diagnostics (146/199) |
3310 | 2025-03-25T21:46:14.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-03-25T21:46:14.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-03-25T21:46:14.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2025-03-25T21:46:14.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3314 | 2025-03-25T21:46:14.284Z | |
3315 | 2025-03-25T21:46:14.284Z | info: running `cargo check --bins` on sled-hardware (147/199) |
3316 | 2025-03-25T21:46:14.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-03-25T21:46:14.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-03-25T21:46:14.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2025-03-25T21:46:14.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3320 | 2025-03-25T21:46:14.950Z | |
3321 | 2025-03-25T21:46:14.950Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/199) |
3322 | 2025-03-25T21:46:15.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-03-25T21:46:15.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-03-25T21:46:15.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3325 | 2025-03-25T21:46:15.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3326 | 2025-03-25T21:46:15.615Z | |
3327 | 2025-03-25T21:46:15.615Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199) |
3328 | 2025-03-25T21:46:16.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-03-25T21:46:16.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-03-25T21:46:16.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2025-03-25T21:46:16.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3332 | 2025-03-25T21:46:16.281Z | |
3333 | 2025-03-25T21:46:16.281Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199) |
3334 | 2025-03-25T21:46:16.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2025-03-25T21:46:16.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2025-03-25T21:46:16.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2025-03-25T21:46:16.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3338 | 2025-03-25T21:46:16.963Z | |
3339 | 2025-03-25T21:46:16.963Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/199) |
3340 | 2025-03-25T21:46:17.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2025-03-25T21:46:17.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2025-03-25T21:46:17.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3343 | 2025-03-25T21:46:17.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3344 | 2025-03-25T21:46:17.650Z | |
3345 | 2025-03-25T21:46:17.650Z | info: running `cargo check --bins` on nexus-test-interface (152/199) |
3346 | 2025-03-25T21:46:18.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2025-03-25T21:46:18.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2025-03-25T21:46:18.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3349 | 2025-03-25T21:46:18.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3350 | 2025-03-25T21:46:18.330Z | |
3351 | 2025-03-25T21:46:18.330Z | info: running `cargo check --bins` on oximeter-collector (153/199) |
3352 | 2025-03-25T21:46:18.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2025-03-25T21:46:18.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2025-03-25T21:46:19.051Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3355 | 2025-03-25T21:46:19.051Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3356 | 2025-03-25T21:46:19.913Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3357 | 2025-03-25T21:46:21.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
3358 | 2025-03-25T21:46:22.042Z | |
3359 | 2025-03-25T21:46:22.042Z | info: running `cargo check --bins` on oximeter-api (154/199) |
3360 | 2025-03-25T21:46:22.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2025-03-25T21:46:22.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2025-03-25T21:46:22.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2025-03-25T21:46:22.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3364 | 2025-03-25T21:46:22.697Z | |
3365 | 2025-03-25T21:46:22.697Z | info: running `cargo check --bins` on cert-dev (155/199) |
3366 | 2025-03-25T21:46:23.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2025-03-25T21:46:23.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2025-03-25T21:46:23.326Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3369 | 2025-03-25T21:46:23.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3370 | 2025-03-25T21:46:23.773Z | |
3371 | 2025-03-25T21:46:23.774Z | info: running `cargo check --bins` on clickana (156/199) |
3372 | 2025-03-25T21:46:24.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2025-03-25T21:46:24.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2025-03-25T21:46:24.442Z | Checking itertools v0.13.0 |
3375 | 2025-03-25T21:46:24.442Z | Checking castaway v0.2.3 |
3376 | 2025-03-25T21:46:24.446Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3377 | 2025-03-25T21:46:24.446Z | Checking lru v0.12.5 |
3378 | 2025-03-25T21:46:24.446Z | Compiling instability v0.3.2 |
3379 | 2025-03-25T21:46:24.446Z | Checking cassowary v0.3.0 |
3380 | 2025-03-25T21:46:24.551Z | Compiling indoc v2.0.6 |
3381 | 2025-03-25T21:46:24.676Z | Checking compact_str v0.8.0 |
3382 | 2025-03-25T21:46:26.224Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3383 | 2025-03-25T21:46:26.290Z | Checking unicode-truncate v1.1.0 |
3384 | 2025-03-25T21:46:26.457Z | Checking ratatui v0.29.0 |
3385 | 2025-03-25T21:46:28.337Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3386 | 2025-03-25T21:46:29.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
3387 | 2025-03-25T21:46:29.351Z | |
3388 | 2025-03-25T21:46:29.351Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/199) |
3389 | 2025-03-25T21:46:29.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-03-25T21:46:29.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-03-25T21:46:30.062Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3392 | 2025-03-25T21:46:30.065Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3393 | 2025-03-25T21:46:31.065Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3394 | 2025-03-25T21:46:31.518Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3395 | 2025-03-25T21:46:31.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
3396 | 2025-03-25T21:46:32.070Z | |
3397 | 2025-03-25T21:46:32.070Z | info: running `cargo check --bins` on ch-dev (158/199) |
3398 | 2025-03-25T21:46:32.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-03-25T21:46:32.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-03-25T21:46:32.765Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3401 | 2025-03-25T21:46:33.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3402 | 2025-03-25T21:46:33.696Z | |
3403 | 2025-03-25T21:46:33.696Z | info: running `cargo check --bins` on crdb-seed (159/199) |
3404 | 2025-03-25T21:46:34.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2025-03-25T21:46:34.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2025-03-25T21:46:34.396Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3407 | 2025-03-25T21:46:34.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3408 | 2025-03-25T21:46:34.941Z | |
3409 | 2025-03-25T21:46:34.941Z | info: running `cargo check --bins` on db-dev (160/199) |
3410 | 2025-03-25T21:46:35.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2025-03-25T21:46:35.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2025-03-25T21:46:35.632Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3413 | 2025-03-25T21:46:36.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3414 | 2025-03-25T21:46:36.550Z | |
3415 | 2025-03-25T21:46:36.550Z | info: running `cargo check --bins` on omicron-dev-lib (161/199) |
3416 | 2025-03-25T21:46:37.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2025-03-25T21:46:37.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2025-03-25T21:46:37.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3419 | 2025-03-25T21:46:37.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3420 | 2025-03-25T21:46:37.228Z | |
3421 | 2025-03-25T21:46:37.228Z | info: running `cargo check --bins` on xtask-downloader (162/199) |
3422 | 2025-03-25T21:46:37.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2025-03-25T21:46:37.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2025-03-25T21:46:37.869Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3425 | 2025-03-25T21:46:38.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3426 | 2025-03-25T21:46:38.889Z | |
3427 | 2025-03-25T21:46:38.889Z | info: running `cargo check --bins` on omicron-ls-apis (163/199) |
3428 | 2025-03-25T21:46:39.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2025-03-25T21:46:39.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2025-03-25T21:46:39.530Z | Checking cargo-platform v0.1.8 |
3431 | 2025-03-25T21:46:39.807Z | Checking cargo_metadata v0.19.2 |
3432 | 2025-03-25T21:46:40.798Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3433 | 2025-03-25T21:46:41.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3434 | 2025-03-25T21:46:41.798Z | |
3435 | 2025-03-25T21:46:41.798Z | info: running `cargo check --bins` on mgs-dev (164/199) |
3436 | 2025-03-25T21:46:42.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2025-03-25T21:46:42.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2025-03-25T21:46:42.543Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3439 | 2025-03-25T21:46:43.989Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3440 | 2025-03-25T21:46:44.536Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3441 | 2025-03-25T21:46:45.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
3442 | 2025-03-25T21:46:45.274Z | |
3443 | 2025-03-25T21:46:45.274Z | info: running `cargo check --bins` on omicron-omdb (165/199) |
3444 | 2025-03-25T21:46:45.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2025-03-25T21:46:45.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2025-03-25T21:46:46.085Z | Compiling crunchy v0.2.2 |
3447 | 2025-03-25T21:46:46.088Z | Compiling tiny-keccak v2.0.2 |
3448 | 2025-03-25T21:46:46.088Z | Compiling dsl_auto_type v0.1.2 |
3449 | 2025-03-25T21:46:46.088Z | Checking scheduled-thread-pool v0.2.7 |
3450 | 2025-03-25T21:46:46.206Z | Compiling diesel_table_macro_syntax v0.2.0 |
3451 | 2025-03-25T21:46:46.218Z | Compiling bit-vec v0.6.3 |
3452 | 2025-03-25T21:46:46.271Z | Compiling ascii-canvas v3.0.0 |
3453 | 2025-03-25T21:46:46.275Z | Compiling ena v0.14.3 |
3454 | 2025-03-25T21:46:46.424Z | Checking r2d2 v0.8.10 |
3455 | 2025-03-25T21:46:46.528Z | Compiling diff v0.1.13 |
3456 | 2025-03-25T21:46:46.571Z | Compiling bit-set v0.5.3 |
3457 | 2025-03-25T21:46:46.662Z | Compiling regex-syntax v0.6.29 |
3458 | 2025-03-25T21:46:46.679Z | Compiling bindgen v0.71.1 |
3459 | 2025-03-25T21:46:46.755Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3460 | 2025-03-25T21:46:46.774Z | Compiling ref-cast v1.0.23 |
3461 | 2025-03-25T21:46:46.812Z | Compiling rustc-hash v2.1.1 |
3462 | 2025-03-25T21:46:46.994Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3463 | 2025-03-25T21:46:47.022Z | Compiling derive_builder_core v0.20.2 |
3464 | 2025-03-25T21:46:47.025Z | Compiling libxml v0.3.3 |
3465 | 2025-03-25T21:46:47.299Z | Compiling ref-cast-impl v1.0.23 |
3466 | 2025-03-25T21:46:47.355Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3467 | 2025-03-25T21:46:47.464Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3468 | 2025-03-25T21:46:47.485Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3469 | 2025-03-25T21:46:47.548Z | Compiling diesel_derives v2.2.3 |
3470 | 2025-03-25T21:46:47.807Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3471 | 2025-03-25T21:46:47.853Z | Compiling strum_macros v0.24.3 |
3472 | 2025-03-25T21:46:48.181Z | Compiling indoc v1.0.9 |
3473 | 2025-03-25T21:46:49.041Z | Compiling derive_builder_macro v0.20.2 |
3474 | 2025-03-25T21:46:49.045Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3475 | 2025-03-25T21:46:49.378Z | Compiling impl-trait-for-tuples v0.2.2 |
3476 | 2025-03-25T21:46:49.913Z | Compiling lalrpop v0.19.12 |
3477 | 2025-03-25T21:46:50.080Z | Checking derive_builder v0.20.2 |
3478 | 2025-03-25T21:46:50.254Z | Compiling oso-derive v0.27.3 |
3479 | 2025-03-25T21:46:50.430Z | Checking quick-xml v0.37.2 |
3480 | 2025-03-25T21:46:51.054Z | Compiling diesel-dtrace v0.4.2 |
3481 | 2025-03-25T21:46:51.235Z | Checking maplit v1.0.2 |
3482 | 2025-03-25T21:46:51.418Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3483 | 2025-03-25T21:46:51.470Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3484 | 2025-03-25T21:46:51.795Z | Checking bb8 v0.8.5 |
3485 | 2025-03-25T21:46:51.844Z | Checking io-lifetimes v1.0.11 |
3486 | 2025-03-25T21:46:52.037Z | Checking rustix v0.37.28 |
3487 | 2025-03-25T21:46:52.285Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3488 | 2025-03-25T21:46:52.504Z | Checking rand_seeder v0.3.0 |
3489 | 2025-03-25T21:46:52.643Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3490 | 2025-03-25T21:46:52.745Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3491 | 2025-03-25T21:46:52.927Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3492 | 2025-03-25T21:46:52.969Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3493 | 2025-03-25T21:46:53.070Z | Checking terminal_size v0.2.6 |
3494 | 2025-03-25T21:46:53.257Z | Checking smawk v0.3.2 |
3495 | 2025-03-25T21:46:53.294Z | Checking is_ci v1.2.0 |
3496 | 2025-03-25T21:46:53.508Z | Checking unicode-linebreak v0.1.5 |
3497 | 2025-03-25T21:46:53.511Z | Checking supports-color v3.0.2 |
3498 | 2025-03-25T21:46:53.773Z | Checking multimap v0.10.0 |
3499 | 2025-03-25T21:46:53.969Z | Checking textwrap v0.16.1 |
3500 | 2025-03-25T21:46:54.936Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3501 | 2025-03-25T21:46:56.269Z | Checking diesel v2.2.8 |
3502 | 2025-03-25T21:47:11.473Z | Compiling samael v0.0.18 |
3503 | 2025-03-25T21:47:28.828Z | Checking async-bb8-diesel v0.2.1 |
3504 | 2025-03-25T21:47:29.944Z | Compiling polar-core v0.27.3 |
3505 | 2025-03-25T21:47:37.097Z | Checking oso v0.27.3 |
3506 | 2025-03-25T21:48:37.162Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3507 | 2025-03-25T21:48:43.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
3508 | 2025-03-25T21:48:44.161Z | |
3509 | 2025-03-25T21:48:44.161Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199) |
3510 | 2025-03-25T21:48:44.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2025-03-25T21:48:44.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2025-03-25T21:48:44.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2025-03-25T21:48:44.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3514 | 2025-03-25T21:48:44.870Z | |
3515 | 2025-03-25T21:48:44.870Z | info: running `cargo check --bins` on nexus-saga-recovery (167/199) |
3516 | 2025-03-25T21:48:45.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2025-03-25T21:48:45.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2025-03-25T21:48:45.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2025-03-25T21:48:45.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3520 | 2025-03-25T21:48:45.576Z | |
3521 | 2025-03-25T21:48:45.577Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/199) |
3522 | 2025-03-25T21:48:46.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2025-03-25T21:48:46.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2025-03-25T21:48:46.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2025-03-25T21:48:46.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3526 | 2025-03-25T21:48:46.206Z | |
3527 | 2025-03-25T21:48:46.207Z | info: running `cargo check --bins` on omicron-nexus (169/199) |
3528 | 2025-03-25T21:48:46.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2025-03-25T21:48:46.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2025-03-25T21:48:47.051Z | Compiling libz-sys v1.1.20 |
3531 | 2025-03-25T21:48:47.054Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3532 | 2025-03-25T21:48:47.185Z | Compiling vergen v8.3.2 |
3533 | 2025-03-25T21:48:47.189Z | Compiling cargo-platform v0.1.8 |
3534 | 2025-03-25T21:48:47.189Z | Compiling pin-project-internal v1.1.6 |
3535 | 2025-03-25T21:48:47.221Z | Compiling snafu-derive v0.8.5 |
3536 | 2025-03-25T21:48:47.224Z | Compiling rustls v0.21.12 |
3537 | 2025-03-25T21:48:47.250Z | Checking globset v0.4.15 |
3538 | 2025-03-25T21:48:47.506Z | Compiling cargo_metadata v0.18.1 |
3539 | 2025-03-25T21:48:47.566Z | Checking olpc-cjson v0.1.4 |
3540 | 2025-03-25T21:48:47.673Z | Checking sct v0.7.1 |
3541 | 2025-03-25T21:48:47.743Z | Checking rustls-webpki v0.101.7 |
3542 | 2025-03-25T21:48:47.775Z | Checking serde_plain v1.0.2 |
3543 | 2025-03-25T21:48:47.876Z | Checking typed-path v0.9.3 |
3544 | 2025-03-25T21:48:47.897Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3545 | 2025-03-25T21:48:48.092Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3546 | 2025-03-25T21:48:48.188Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3547 | 2025-03-25T21:48:48.390Z | Checking parse-size v1.1.0 |
3548 | 2025-03-25T21:48:48.613Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3549 | 2025-03-25T21:48:48.630Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3550 | 2025-03-25T21:48:49.464Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3551 | 2025-03-25T21:48:49.612Z | Checking rustls-pemfile v1.0.4 |
3552 | 2025-03-25T21:48:49.762Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3553 | 2025-03-25T21:48:49.808Z | Checking pin-project v1.1.6 |
3554 | 2025-03-25T21:48:49.830Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3555 | 2025-03-25T21:48:49.939Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3556 | 2025-03-25T21:48:50.115Z | Checking twox-hash v2.1.0 |
3557 | 2025-03-25T21:48:50.166Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3558 | 2025-03-25T21:48:50.270Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3559 | 2025-03-25T21:48:50.717Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3560 | 2025-03-25T21:48:51.254Z | Checking tokio-rustls v0.24.1 |
3561 | 2025-03-25T21:48:51.609Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3562 | 2025-03-25T21:48:51.711Z | Checking snafu v0.8.5 |
3563 | 2025-03-25T21:48:52.081Z | Checking tough v0.19.0 |
3564 | 2025-03-25T21:48:52.126Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3565 | 2025-03-25T21:48:52.161Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3566 | 2025-03-25T21:48:52.200Z | Checking fatfs v0.3.6 |
3567 | 2025-03-25T21:48:52.354Z | Checking assert_matches v1.5.0 |
3568 | 2025-03-25T21:48:55.950Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3569 | 2025-03-25T21:48:57.039Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3570 | 2025-03-25T21:48:58.884Z | Compiling git2 v0.19.0 |
3571 | 2025-03-25T21:49:02.847Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3572 | 2025-03-25T21:50:01.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3573 | 2025-03-25T21:50:01.274Z | |
3574 | 2025-03-25T21:50:01.274Z | info: running `cargo check --bins` on nexus-external-api (170/199) |
3575 | 2025-03-25T21:50:01.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-03-25T21:50:01.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-03-25T21:50:01.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3578 | 2025-03-25T21:50:01.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3579 | 2025-03-25T21:50:02.004Z | |
3580 | 2025-03-25T21:50:02.004Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3581 | 2025-03-25T21:50:02.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-03-25T21:50:02.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-03-25T21:50:02.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3584 | 2025-03-25T21:50:02.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3585 | 2025-03-25T21:50:02.693Z | |
3586 | 2025-03-25T21:50:02.693Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3587 | 2025-03-25T21:50:03.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-03-25T21:50:03.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-03-25T21:50:03.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-03-25T21:50:03.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3591 | 2025-03-25T21:50:03.417Z | |
3592 | 2025-03-25T21:50:03.417Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3593 | 2025-03-25T21:50:04.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-03-25T21:50:04.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-03-25T21:50:04.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3596 | 2025-03-25T21:50:04.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3597 | 2025-03-25T21:50:04.128Z | |
3598 | 2025-03-25T21:50:04.128Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3599 | 2025-03-25T21:50:04.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-03-25T21:50:04.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-03-25T21:50:04.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3602 | 2025-03-25T21:50:04.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3603 | 2025-03-25T21:50:04.836Z | |
3604 | 2025-03-25T21:50:04.836Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3605 | 2025-03-25T21:50:05.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3606 | 2025-03-25T21:50:05.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3607 | 2025-03-25T21:50:05.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3608 | 2025-03-25T21:50:05.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3609 | 2025-03-25T21:50:05.548Z | |
3610 | 2025-03-25T21:50:05.548Z | info: running `cargo check --bins` on update-common (176/199) |
3611 | 2025-03-25T21:50:06.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3612 | 2025-03-25T21:50:06.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3613 | 2025-03-25T21:50:06.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3614 | 2025-03-25T21:50:06.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3615 | 2025-03-25T21:50:06.220Z | |
3616 | 2025-03-25T21:50:06.220Z | info: running `cargo check --bins` on omicron-dev (177/199) |
3617 | 2025-03-25T21:50:06.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3618 | 2025-03-25T21:50:06.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3619 | 2025-03-25T21:50:07.098Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3620 | 2025-03-25T21:50:07.101Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3621 | 2025-03-25T21:50:07.240Z | Checking yansi v1.0.1 |
3622 | 2025-03-25T21:50:07.240Z | Checking diff v0.1.13 |
3623 | 2025-03-25T21:50:07.244Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3624 | 2025-03-25T21:50:07.244Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3625 | 2025-03-25T21:50:07.660Z | Checking pretty_assertions v1.4.1 |
3626 | 2025-03-25T21:50:08.293Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3627 | 2025-03-25T21:50:35.430Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3628 | 2025-03-25T21:50:35.430Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3629 | 2025-03-25T21:50:35.433Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3630 | 2025-03-25T21:50:35.433Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3631 | 2025-03-25T21:50:35.433Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3632 | 2025-03-25T21:50:35.433Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3633 | 2025-03-25T21:50:36.210Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3634 | 2025-03-25T21:50:37.384Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3635 | 2025-03-25T21:51:19.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3636 | 2025-03-25T21:51:19.508Z | |
3637 | 2025-03-25T21:51:19.508Z | info: running `cargo check --bins` on openapi-manager (178/199) |
3638 | 2025-03-25T21:51:20.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3639 | 2025-03-25T21:51:20.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3640 | 2025-03-25T21:51:20.249Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3641 | 2025-03-25T21:51:20.252Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3642 | 2025-03-25T21:51:20.364Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3643 | 2025-03-25T21:51:20.386Z | Compiling proc-macro-error-attr2 v2.0.0 |
3644 | 2025-03-25T21:51:20.399Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3645 | 2025-03-25T21:51:20.402Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3646 | 2025-03-25T21:51:20.428Z | Checking papergrid v0.14.0 |
3647 | 2025-03-25T21:51:20.444Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3648 | 2025-03-25T21:51:20.627Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3649 | 2025-03-25T21:51:20.743Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3650 | 2025-03-25T21:51:21.027Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3651 | 2025-03-25T21:51:21.106Z | Compiling proc-macro-error2 v2.0.1 |
3652 | 2025-03-25T21:51:21.735Z | Compiling tabled_derive v0.10.0 |
3653 | 2025-03-25T21:51:21.864Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3654 | 2025-03-25T21:51:22.045Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3655 | 2025-03-25T21:51:22.146Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3656 | 2025-03-25T21:51:22.174Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3657 | 2025-03-25T21:51:22.643Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3658 | 2025-03-25T21:51:23.200Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3659 | 2025-03-25T21:51:23.239Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3660 | 2025-03-25T21:51:23.562Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3661 | 2025-03-25T21:51:24.129Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3662 | 2025-03-25T21:51:24.149Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3663 | 2025-03-25T21:51:24.332Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3664 | 2025-03-25T21:51:24.425Z | Checking tabled v0.18.0 |
3665 | 2025-03-25T21:51:24.591Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3666 | 2025-03-25T21:51:24.647Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3667 | 2025-03-25T21:51:24.669Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3668 | 2025-03-25T21:51:26.445Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3669 | 2025-03-25T21:51:26.445Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3670 | 2025-03-25T21:51:29.568Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3671 | 2025-03-25T21:51:31.132Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3672 | 2025-03-25T21:51:35.363Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3673 | 2025-03-25T21:51:35.366Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3674 | 2025-03-25T21:51:36.636Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3675 | 2025-03-25T21:51:38.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.54s |
3676 | 2025-03-25T21:51:38.264Z | |
3677 | 2025-03-25T21:51:38.264Z | info: running `cargo check --bins` on installinator-api (179/199) |
3678 | 2025-03-25T21:51:38.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-03-25T21:51:38.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-03-25T21:51:38.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3681 | 2025-03-25T21:51:38.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3682 | 2025-03-25T21:51:38.936Z | |
3683 | 2025-03-25T21:51:38.936Z | info: running `cargo check --bins` on wicketd-api (180/199) |
3684 | 2025-03-25T21:51:39.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3685 | 2025-03-25T21:51:39.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3686 | 2025-03-25T21:51:39.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3687 | 2025-03-25T21:51:39.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3688 | 2025-03-25T21:51:39.844Z | |
3689 | 2025-03-25T21:51:39.844Z | info: running `cargo check --bins` on omicron-pins (181/199) |
3690 | 2025-03-25T21:51:40.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3691 | 2025-03-25T21:51:40.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3692 | 2025-03-25T21:51:40.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3693 | 2025-03-25T21:51:40.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3694 | 2025-03-25T21:51:40.258Z | |
3695 | 2025-03-25T21:51:40.258Z | info: running `cargo check --bins` on reconfigurator-cli (182/199) |
3696 | 2025-03-25T21:51:40.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3697 | 2025-03-25T21:51:40.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3698 | 2025-03-25T21:51:40.978Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3699 | 2025-03-25T21:51:40.981Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3700 | 2025-03-25T21:51:40.981Z | Compiling petname v2.0.2 |
3701 | 2025-03-25T21:51:40.981Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3702 | 2025-03-25T21:51:40.981Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3703 | 2025-03-25T21:51:41.100Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3704 | 2025-03-25T21:51:41.118Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3705 | 2025-03-25T21:51:41.156Z | Checking sync-ptr v0.1.1 |
3706 | 2025-03-25T21:51:46.109Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3707 | 2025-03-25T21:51:46.711Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3708 | 2025-03-25T21:51:47.895Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3709 | 2025-03-25T21:51:49.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s |
3710 | 2025-03-25T21:51:49.646Z | |
3711 | 2025-03-25T21:51:49.647Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/199) |
3712 | 2025-03-25T21:51:50.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3713 | 2025-03-25T21:51:50.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3714 | 2025-03-25T21:51:50.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3715 | 2025-03-25T21:51:50.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3716 | 2025-03-25T21:51:50.335Z | |
3717 | 2025-03-25T21:51:50.335Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (184/199) |
3718 | 2025-03-25T21:51:50.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3719 | 2025-03-25T21:51:50.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3720 | 2025-03-25T21:51:51.078Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3721 | 2025-03-25T21:51:52.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3722 | 2025-03-25T21:51:52.215Z | |
3723 | 2025-03-25T21:51:52.215Z | info: running `cargo check --bins` on omicron-releng (185/199) |
3724 | 2025-03-25T21:51:52.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3725 | 2025-03-25T21:51:52.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3726 | 2025-03-25T21:51:52.881Z | Checking memmap2 v0.9.5 |
3727 | 2025-03-25T21:51:52.881Z | Checking arrayref v0.3.9 |
3728 | 2025-03-25T21:51:52.884Z | Checking arrayvec v0.7.6 |
3729 | 2025-03-25T21:51:52.884Z | Checking constant_time_eq v0.3.1 |
3730 | 2025-03-25T21:51:52.884Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3731 | 2025-03-25T21:51:52.884Z | Checking topological-sort v0.2.2 |
3732 | 2025-03-25T21:51:52.884Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3733 | 2025-03-25T21:51:52.989Z | Checking shell-words v1.1.0 |
3734 | 2025-03-25T21:51:53.284Z | Checking blake3 v1.5.4 |
3735 | 2025-03-25T21:51:53.432Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3736 | 2025-03-25T21:51:53.629Z | Checking omicron-zone-package v0.12.0 |
3737 | 2025-03-25T21:51:54.771Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3738 | 2025-03-25T21:51:55.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
3739 | 2025-03-25T21:51:55.773Z | |
3740 | 2025-03-25T21:51:55.773Z | info: running `cargo check --bins` on xtask (186/199) |
3741 | 2025-03-25T21:51:56.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3742 | 2025-03-25T21:51:56.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3743 | 2025-03-25T21:51:56.223Z | Checking bitflags v2.6.0 |
3744 | 2025-03-25T21:51:56.226Z | Checking serde v1.0.218 |
3745 | 2025-03-25T21:51:56.226Z | Checking thiserror v1.0.69 |
3746 | 2025-03-25T21:51:56.318Z | Checking scroll v0.12.0 |
3747 | 2025-03-25T21:51:56.327Z | Checking log v0.4.22 |
3748 | 2025-03-25T21:51:56.330Z | Checking hashbrown v0.15.1 |
3749 | 2025-03-25T21:51:56.330Z | Checking zerocopy v0.7.35 |
3750 | 2025-03-25T21:51:56.357Z | Checking syn v2.0.98 |
3751 | 2025-03-25T21:51:56.421Z | Checking pest v2.7.14 |
3752 | 2025-03-25T21:51:56.548Z | Checking rustix v0.38.37 |
3753 | 2025-03-25T21:51:56.586Z | Checking once_cell v1.20.3 |
3754 | 2025-03-25T21:51:56.733Z | Checking goblin v0.8.2 |
3755 | 2025-03-25T21:51:56.881Z | Checking thiserror v2.0.12 |
3756 | 2025-03-25T21:51:57.028Z | Checking fs-err v2.11.0 |
3757 | 2025-03-25T21:51:57.246Z | Checking indexmap v2.7.1 |
3758 | 2025-03-25T21:51:57.339Z | Checking tabled v0.15.0 |
3759 | 2025-03-25T21:51:57.510Z | Checking anyhow v1.0.97 |
3760 | 2025-03-25T21:51:58.401Z | Checking terminal_size v0.4.0 |
3761 | 2025-03-25T21:51:58.401Z | Checking tempfile v3.13.0 |
3762 | 2025-03-25T21:51:58.590Z | Checking clap_builder v4.5.32 |
3763 | 2025-03-25T21:51:59.032Z | Checking dtrace-parser v0.2.0 |
3764 | 2025-03-25T21:52:00.331Z | Checking serde_json v1.0.139 |
3765 | 2025-03-25T21:52:00.331Z | Checking toml_datetime v0.6.8 |
3766 | 2025-03-25T21:52:00.335Z | Checking serde_spanned v0.6.8 |
3767 | 2025-03-25T21:52:00.335Z | Checking camino v1.1.9 |
3768 | 2025-03-25T21:52:00.335Z | Checking cargo-platform v0.1.8 |
3769 | 2025-03-25T21:52:00.403Z | Checking semver v1.0.25 |
3770 | 2025-03-25T21:52:00.550Z | Checking macaddr v1.0.1 |
3771 | 2025-03-25T21:52:00.657Z | Checking toml_edit v0.22.24 |
3772 | 2025-03-25T21:52:00.861Z | Checking camino-tempfile v1.1.1 |
3773 | 2025-03-25T21:52:01.102Z | Checking clap v4.5.32 |
3774 | 2025-03-25T21:52:01.513Z | Checking dof v0.3.0 |
3775 | 2025-03-25T21:52:01.513Z | Checking cargo_metadata v0.19.2 |
3776 | 2025-03-25T21:52:01.928Z | Checking usdt-impl v0.5.0 |
3777 | 2025-03-25T21:52:02.303Z | Checking usdt v0.5.0 |
3778 | 2025-03-25T21:52:02.561Z | Checking toml v0.8.20 |
3779 | 2025-03-25T21:52:03.015Z | Checking cargo_toml v0.21.0 |
3780 | 2025-03-25T21:52:04.192Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3781 | 2025-03-25T21:52:04.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
3782 | 2025-03-25T21:52:04.947Z | |
3783 | 2025-03-25T21:52:04.947Z | info: running `cargo check --bins` on end-to-end-tests (187/199) |
3784 | 2025-03-25T21:52:05.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3785 | 2025-03-25T21:52:05.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3786 | 2025-03-25T21:52:05.784Z | Checking polyval v0.6.2 |
3787 | 2025-03-25T21:52:05.904Z | Checking ctr v0.9.2 |
3788 | 2025-03-25T21:52:05.921Z | Checking ssh-encoding v0.2.0 |
3789 | 2025-03-25T21:52:05.925Z | Checking blowfish v0.9.1 |
3790 | 2025-03-25T21:52:05.946Z | Checking password-hash v0.4.2 |
3791 | 2025-03-25T21:52:05.961Z | Checking p521 v0.13.3 |
3792 | 2025-03-25T21:52:05.965Z | Checking p256 v0.13.2 |
3793 | 2025-03-25T21:52:05.996Z | Checking russh-cryptovec v0.7.3 |
3794 | 2025-03-25T21:52:06.128Z | Checking ghash v0.5.1 |
3795 | 2025-03-25T21:52:06.148Z | Checking bcrypt-pbkdf v0.10.0 |
3796 | 2025-03-25T21:52:06.172Z | Checking md5 v0.7.0 |
3797 | 2025-03-25T21:52:06.208Z | Checking num-bigint v0.4.6 |
3798 | 2025-03-25T21:52:06.249Z | Checking des v0.8.1 |
3799 | 2025-03-25T21:52:06.305Z | Checking aes-gcm v0.10.3 |
3800 | 2025-03-25T21:52:06.346Z | Checking pbkdf2 v0.11.0 |
3801 | 2025-03-25T21:52:06.395Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3802 | 2025-03-25T21:52:06.441Z | Checking hex-literal v0.4.1 |
3803 | 2025-03-25T21:52:06.461Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3804 | 2025-03-25T21:52:06.504Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3805 | 2025-03-25T21:52:06.533Z | Checking ssh-cipher v0.2.0 |
3806 | 2025-03-25T21:52:06.583Z | Checking internet-checksum v0.2.1 |
3807 | 2025-03-25T21:52:06.826Z | Checking ssh-key v0.6.6 |
3808 | 2025-03-25T21:52:07.094Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3809 | 2025-03-25T21:52:07.941Z | Checking russh-keys v0.45.0 |
3810 | 2025-03-25T21:52:08.788Z | Checking russh v0.45.0 |
3811 | 2025-03-25T21:52:27.627Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3812 | 2025-03-25T21:52:28.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.01s |
3813 | 2025-03-25T21:52:29.178Z | |
3814 | 2025-03-25T21:52:29.178Z | info: running `cargo check --bins` on gateway-cli (188/199) |
3815 | 2025-03-25T21:52:29.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3816 | 2025-03-25T21:52:29.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3817 | 2025-03-25T21:52:29.842Z | Checking termios v0.3.3 |
3818 | 2025-03-25T21:52:30.066Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3819 | 2025-03-25T21:52:30.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3820 | 2025-03-25T21:52:31.030Z | |
3821 | 2025-03-25T21:52:31.030Z | info: running `cargo check --bins --no-default-features` on installinator (189/199) |
3822 | 2025-03-25T21:52:31.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3823 | 2025-03-25T21:52:31.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3824 | 2025-03-25T21:52:31.746Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3825 | 2025-03-25T21:52:31.746Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3826 | 2025-03-25T21:52:31.749Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3827 | 2025-03-25T21:52:31.749Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3828 | 2025-03-25T21:52:32.760Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3829 | 2025-03-25T21:52:34.020Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3830 | 2025-03-25T21:52:35.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
3831 | 2025-03-25T21:52:36.014Z | |
3832 | 2025-03-25T21:52:36.014Z | info: running `cargo check --bins` on internal-dns-cli (190/199) |
3833 | 2025-03-25T21:52:36.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3834 | 2025-03-25T21:52:36.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3835 | 2025-03-25T21:52:36.674Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3836 | 2025-03-25T21:52:37.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3837 | 2025-03-25T21:52:37.329Z | |
3838 | 2025-03-25T21:52:37.329Z | info: running `cargo check --bins` on omicron-live-tests (191/199) |
3839 | 2025-03-25T21:52:37.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3840 | 2025-03-25T21:52:37.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3841 | 2025-03-25T21:52:37.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3842 | 2025-03-25T21:52:37.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3843 | 2025-03-25T21:52:37.970Z | |
3844 | 2025-03-25T21:52:37.970Z | info: running `cargo check --bins` on live-tests-macros (192/199) |
3845 | 2025-03-25T21:52:38.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3846 | 2025-03-25T21:52:38.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3847 | 2025-03-25T21:52:38.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3848 | 2025-03-25T21:52:38.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3849 | 2025-03-25T21:52:38.614Z | |
3850 | 2025-03-25T21:52:38.614Z | info: running `cargo check --bins` on nexus-mgs-updates (193/199) |
3851 | 2025-03-25T21:52:39.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-03-25T21:52:39.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-03-25T21:52:39.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3854 | 2025-03-25T21:52:39.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3855 | 2025-03-25T21:52:39.263Z | |
3856 | 2025-03-25T21:52:39.263Z | info: running `cargo check --bins` on omicron-package (194/199) |
3857 | 2025-03-25T21:52:39.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-03-25T21:52:39.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-03-25T21:52:39.952Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3860 | 2025-03-25T21:52:41.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3861 | 2025-03-25T21:52:41.505Z | |
3862 | 2025-03-25T21:52:41.505Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3863 | 2025-03-25T21:52:42.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-03-25T21:52:42.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-03-25T21:52:42.255Z | Checking rtoolbox v0.0.2 |
3866 | 2025-03-25T21:52:42.255Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3867 | 2025-03-25T21:52:42.259Z | Checking tui-tree-widget v0.23.0 |
3868 | 2025-03-25T21:52:42.497Z | Checking rpassword v7.3.1 |
3869 | 2025-03-25T21:52:47.040Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3870 | 2025-03-25T21:52:49.874Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3871 | 2025-03-25T21:52:51.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3872 | 2025-03-25T21:52:51.214Z | |
3873 | 2025-03-25T21:52:51.214Z | info: running `cargo check --bins` on wicket (196/199) |
3874 | 2025-03-25T21:52:51.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3875 | 2025-03-25T21:52:51.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3876 | 2025-03-25T21:52:51.965Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3877 | 2025-03-25T21:52:52.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3878 | 2025-03-25T21:52:52.580Z | |
3879 | 2025-03-25T21:52:52.580Z | info: running `cargo check --bins` on wicketd (197/199) |
3880 | 2025-03-25T21:52:53.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3881 | 2025-03-25T21:52:53.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3882 | 2025-03-25T21:52:53.323Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3883 | 2025-03-25T21:52:53.323Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3884 | 2025-03-25T21:52:54.150Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3885 | 2025-03-25T21:52:57.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
3886 | 2025-03-25T21:52:58.210Z | |
3887 | 2025-03-25T21:52:58.210Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3888 | 2025-03-25T21:52:58.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3889 | 2025-03-25T21:52:58.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3890 | 2025-03-25T21:52:58.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3891 | 2025-03-25T21:52:58.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3892 | 2025-03-25T21:52:58.846Z | |
3893 | 2025-03-25T21:52:58.846Z | info: running `cargo check --bins` on zone-setup (199/199) |
3894 | 2025-03-25T21:52:59.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3895 | 2025-03-25T21:52:59.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3896 | 2025-03-25T21:52:59.542Z | Checking uzers v0.12.1 |
3897 | 2025-03-25T21:52:59.882Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3898 | 2025-03-25T21:53:00.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3899 | 2025-03-25T21:53:01.033Z | |
3900 | 2025-03-25T21:53:01.033Z | real 13:50.378722394 |
3901 | 2025-03-25T21:53:01.034Z | user 28:12.965673594 |
3902 | 2025-03-25T21:53:01.038Z | sys 4:20.043528147 |
3903 | 2025-03-25T21:53:01.038Z | trap 0.595966250 |
3904 | 2025-03-25T21:53:01.038Z | tflt 0.553861526 |
3905 | 2025-03-25T21:53:01.038Z | dflt 1.608833042 |
3906 | 2025-03-25T21:53:01.038Z | kflt 0.001465792 |
3907 | 2025-03-25T21:53:01.038Z | lock 47:52.063512385 |
3908 | 2025-03-25T21:53:01.038Z | slp 2:15:09.808977875 |
3909 | 2025-03-25T21:53:01.038Z | lat 1:10.760634785 |
3910 | 2025-03-25T21:53:01.038Z | stop 3:56.035126017 |
3911 | 2025-03-25T21:53:01.038Z | process exited: duration 1213396 ms, exit code 0 |
|
3912 | 2025-03-25T21:53:01.046Z | found 0 output files |