|
|
|
1 | 2025-02-24T20:57:31.256Z | job assigned to worker 01JMWVYQKKR0JDB0HKGKWW4HJF [factory aws, i-0f1a02e69cf50fa9c] (queued for 1 m 1 s) |
|
2 | 2025-02-24T20:57:39.352Z | starting task 0: "setup" |
3 | 2025-02-24T20:57:39.359Z | ++ uname -s |
4 | 2025-02-24T20:57:39.362Z | + kern=SunOS |
5 | 2025-02-24T20:57:39.362Z | + build_user=build |
6 | 2025-02-24T20:57:39.362Z | + build_uid=12345 |
7 | 2025-02-24T20:57:39.362Z | + work_dir=/work |
8 | 2025-02-24T20:57:39.362Z | + input_dir=/input |
9 | 2025-02-24T20:57:39.362Z | + [[ 0 == 12345 ]] |
10 | 2025-02-24T20:57:39.362Z | + case "$kern" in |
11 | 2025-02-24T20:57:39.362Z | + groupadd -g 12345 build |
12 | 2025-02-24T20:57:39.364Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-24T20:57:41.371Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-24T20:57:41.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-24T20:57:41.504Z | + home_fs=zfs |
16 | 2025-02-24T20:57:41.504Z | + [[ zfs == autofs ]] |
17 | 2025-02-24T20:57:41.504Z | + mkdir -p /home/build |
18 | 2025-02-24T20:57:41.506Z | + chown build:build /home/build /work |
19 | 2025-02-24T20:57:43.508Z | + chmod 0700 /home/build /work |
20 | 2025-02-24T20:57:43.511Z | process exited: duration 4159 ms, exit code 0 |
|
21 | 2025-02-24T20:57:43.516Z | starting task 1: "rust-toolchain" |
22 | 2025-02-24T20:57:43.522Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-24T20:57:43.522Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-24T20:57:43.522Z | * rust toolchain profile = "default" |
25 | 2025-02-24T20:57:43.522Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-24T20:57:43.522Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-24T20:57:43.522Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-24T20:57:43.525Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-24T20:57:43.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-24T20:57:43.646Z | info: downloading installer |
31 | 2025-02-24T20:57:44.995Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-24T20:57:44.995Z | warning: /opt/ooce/bin |
33 | 2025-02-24T20:57:44.995Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-24T20:57:44.995Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-24T20:57:44.995Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-24T20:57:44.995Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-24T20:57:44.995Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-24T20:57:44.995Z | error: cannot install while Rust is installed |
39 | 2025-02-24T20:57:44.995Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-24T20:57:45.022Z | info: profile set to 'default' |
41 | 2025-02-24T20:57:45.022Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-24T20:57:45.025Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-24T20:57:45.186Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-24T20:57:45.186Z | info: downloading component 'cargo' |
45 | 2025-02-24T20:57:46.074Z | info: downloading component 'clippy' |
46 | 2025-02-24T20:57:46.415Z | info: downloading component 'rust-docs' |
47 | 2025-02-24T20:57:47.748Z | info: downloading component 'rust-std' |
48 | 2025-02-24T20:57:49.719Z | info: downloading component 'rustc' |
49 | 2025-02-24T20:57:56.480Z | info: downloading component 'rustfmt' |
50 | 2025-02-24T20:57:56.733Z | info: installing component 'cargo' |
51 | 2025-02-24T20:57:57.562Z | info: installing component 'clippy' |
52 | 2025-02-24T20:57:57.943Z | info: installing component 'rust-docs' |
53 | 2025-02-24T20:57:59.693Z | info: installing component 'rust-std' |
54 | 2025-02-24T20:58:01.573Z | info: installing component 'rustc' |
55 | 2025-02-24T20:58:07.499Z | info: installing component 'rustfmt' |
56 | 2025-02-24T20:58:07.834Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-24T20:58:07.834Z | |
58 | 2025-02-24T20:58:08.200Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-24T20:58:08.200Z | |
60 | 2025-02-24T20:58:08.203Z | |
61 | 2025-02-24T20:58:08.203Z | Rust is installed now. Great! |
62 | 2025-02-24T20:58:08.203Z | |
63 | 2025-02-24T20:58:08.203Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-24T20:58:08.203Z | environment variable. This has not been done automatically. |
65 | 2025-02-24T20:58:08.203Z | |
66 | 2025-02-24T20:58:08.203Z | To configure your current shell, you need to source |
67 | 2025-02-24T20:58:08.203Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-24T20:58:08.203Z | |
69 | 2025-02-24T20:58:08.203Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-24T20:58:08.203Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-24T20:58:08.203Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-24T20:58:08.269Z | + rustup --version |
73 | 2025-02-24T20:58:08.277Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-24T20:58:08.277Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-24T20:58:08.356Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-24T20:58:08.359Z | + cargo --version |
77 | 2025-02-24T20:58:08.415Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-24T20:58:08.418Z | + rustc --version |
79 | 2025-02-24T20:58:08.480Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-24T20:58:08.484Z | process exited: duration 24965 ms, exit code 0 |
|
81 | 2025-02-24T20:58:08.489Z | starting task 2: "authentication" |
82 | 2025-02-24T20:58:08.511Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-24T20:58:08.516Z | starting task 3: "clone repository" |
84 | 2025-02-24T20:58:08.521Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-24T20:58:08.524Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-24T20:58:08.638Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-24T20:58:16.613Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-24T20:58:16.613Z | + git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
89 | 2025-02-24T20:58:16.933Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-24T20:58:16.936Z | * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD |
91 | 2025-02-24T20:58:16.944Z | + [[ -n affinity-instance-integration ]] |
92 | 2025-02-24T20:58:16.946Z | ++ git branch --show-current |
93 | 2025-02-24T20:58:16.949Z | + current=main |
94 | 2025-02-24T20:58:16.949Z | + [[ main != affinity-instance-integration ]] |
95 | 2025-02-24T20:58:16.949Z | + git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
96 | 2025-02-24T20:58:16.952Z | + git checkout -f affinity-instance-integration |
97 | 2025-02-24T20:58:17.139Z | Switched to branch 'affinity-instance-integration' |
98 | 2025-02-24T20:58:17.143Z | + git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
99 | 2025-02-24T20:58:17.154Z | HEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration |
100 | 2025-02-24T20:58:17.156Z | process exited: duration 8638 ms, exit code 0 |
|
101 | 2025-02-24T20:58:17.162Z | starting task 4: "build" |
102 | 2025-02-24T20:58:17.167Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-24T20:58:17.167Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-24T20:58:17.167Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-24T20:58:17.167Z | + cargo --version |
106 | 2025-02-24T20:58:17.219Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-24T20:58:17.221Z | + rustc --version |
108 | 2025-02-24T20:58:17.284Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-24T20:58:17.286Z | + source ./env.sh |
110 | 2025-02-24T20:58:17.286Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-24T20:58:17.286Z | ++ set -o xtrace |
112 | 2025-02-24T20:58:17.289Z | ++++ dirname ./env.sh |
113 | 2025-02-24T20:58:17.291Z | +++ readlink -f . |
114 | 2025-02-24T20:58:17.294Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-24T20:58:17.294Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-24T20:58:17.294Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-02-24T20:58:17.294Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-02-24T20:58:17.295Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-02-24T20:58:17.295Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-02-24T20:58:17.295Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-02-24T20:58:17.295Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-02-24T20:58:17.295Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-02-24T20:58:17.295Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-24T20:58:17.295Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-24T20:58:17.295Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
126 | 2025-02-24T20:58:17.295Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-02-24T20:58:17.295Z | + banner prerequisites |
128 | 2025-02-24T20:58:17.435Z | |
129 | 2025-02-24T20:58:17.435Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-24T20:58:17.435Z | # # # # # # # # # # # # # # # |
131 | 2025-02-24T20:58:17.435Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-24T20:58:17.435Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-24T20:58:17.435Z | # # # # # # # # # # # # # # # |
134 | 2025-02-24T20:58:17.438Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-24T20:58:17.438Z | |
136 | 2025-02-24T20:58:17.438Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-24T20:58:21.556Z | pkg list: illegal option -- F |
138 | 2025-02-24T20:58:21.557Z | Usage: |
139 | 2025-02-24T20:58:21.559Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-24T20:58:21.559Z | [pkg_fmri_pattern ...] |
141 | 2025-02-24T20:58:22.402Z | pkg list: illegal option -- F |
142 | 2025-02-24T20:58:22.402Z | Usage: |
143 | 2025-02-24T20:58:22.405Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-24T20:58:22.405Z | [pkg_fmri_pattern ...] |
145 | 2025-02-24T20:58:30.083Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-24T20:58:34.522Z | Startup: Caching catalogs ... Done |
147 | 2025-02-24T20:58:47.495Z | Planning: Solver setup ... Done (12.044s) |
148 | 2025-02-24T20:58:47.650Z | Planning: Running solver ... Done (0.155s) |
149 | 2025-02-24T20:58:48.029Z | Planning: Finding local manifests ... Done (0.260s) |
150 | 2025-02-24T20:58:48.043Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-24T20:58:48.392Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-24T20:58:48.941Z | Planning: Package planning ... Done (0.549s) |
153 | 2025-02-24T20:58:48.997Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-24T20:58:49.601Z | Planning: Checking for conflicting actions ... Done (0.603s) |
155 | 2025-02-24T20:58:53.937Z | Planning: Consolidating action changes ... Done (4.334s) |
156 | 2025-02-24T20:58:54.390Z | Planning: Evaluating mediators ... Done (0.454s) |
157 | 2025-02-24T20:58:54.616Z | Planning: Planning completed in 19.99 seconds |
158 | 2025-02-24T20:58:54.634Z | Packages to install: 4 |
159 | 2025-02-24T20:58:54.634Z | Packages to update: 3 |
160 | 2025-02-24T20:58:54.637Z | Mediators to change: 2 |
161 | 2025-02-24T20:58:54.637Z | Services to change: 1 |
162 | 2025-02-24T20:58:54.637Z | Estimated space available: 155.60 GB |
163 | 2025-02-24T20:58:54.637Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-24T20:58:54.637Z | Create boot environment: No |
165 | 2025-02-24T20:58:54.637Z | Create backup boot environment: Yes |
166 | 2025-02-24T20:58:54.637Z | Rebuild boot archive: No |
167 | 2025-02-24T20:58:54.637Z | |
168 | 2025-02-24T20:58:54.637Z | Changed mediators: |
169 | 2025-02-24T20:58:54.637Z | mediator clang: |
170 | 2025-02-24T20:58:54.637Z | version: None -> 15 (system default) |
171 | 2025-02-24T20:58:54.637Z | |
172 | 2025-02-24T20:58:54.637Z | mediator llvm: |
173 | 2025-02-24T20:58:54.637Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-24T20:58:54.637Z | |
175 | 2025-02-24T20:58:54.637Z | Changed packages: |
176 | 2025-02-24T20:58:54.637Z | helios-dev |
177 | 2025-02-24T20:58:54.637Z | developer/build-essential |
178 | 2025-02-24T20:58:54.637Z | None -> 11-2.0 |
179 | 2025-02-24T20:58:54.637Z | library/libxmlsec1 |
180 | 2025-02-24T20:58:54.637Z | None -> 1.2.35-2.0 |
181 | 2025-02-24T20:58:54.637Z | ooce/developer/clang-15 |
182 | 2025-02-24T20:58:54.637Z | None -> 15.0.7-2.0 |
183 | 2025-02-24T20:58:54.637Z | ooce/developer/llvm-15 |
184 | 2025-02-24T20:58:54.637Z | None -> 15.0.7-2.0 |
185 | 2025-02-24T20:58:54.637Z | package/pkg |
186 | 2025-02-24T20:58:54.637Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-24T20:58:54.637Z | system/library/g++-runtime |
188 | 2025-02-24T20:58:54.637Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-24T20:58:54.637Z | system/library/gcc-runtime |
190 | 2025-02-24T20:58:54.637Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-24T20:58:54.637Z | |
192 | 2025-02-24T20:58:54.637Z | Services: |
193 | 2025-02-24T20:58:54.637Z | restart_fmri: |
194 | 2025-02-24T20:58:54.637Z | svc:/system/update-man-index:default |
195 | 2025-02-24T20:58:54.638Z | |
196 | 2025-02-24T20:58:54.638Z | Editable files to change: |
197 | 2025-02-24T20:58:54.638Z | Update: |
198 | 2025-02-24T20:58:54.638Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-24T20:58:54.792Z | |
200 | 2025-02-24T20:58:54.792Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-24T20:58:59.795Z | Download: 884/4301 items 18.9/225.4MB 8% complete (3.9M/s) |
202 | 2025-02-24T20:59:04.795Z | Download: 1219/4301 items 88.5/225.4MB 39% complete (8.8M/s) |
203 | 2025-02-24T20:59:09.828Z | Download: 2211/4301 items 119.2/225.4MB 52% complete (10.0M/s) |
204 | 2025-02-24T20:59:14.840Z | Download: 2465/4301 items 120.2/225.4MB 53% complete (3.5M/s) |
205 | 2025-02-24T20:59:19.847Z | Download: 3243/4301 items 201.1/225.4MB 89% complete (8.1M/s) |
206 | 2025-02-24T20:59:27.809Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s) |
207 | 2025-02-24T20:59:33.055Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (2.0M/s) |
208 | 2025-02-24T20:59:36.584Z | Download: Completed 225.42 MB in 41.79 seconds (5.4M/s) |
209 | 2025-02-24T20:59:38.860Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-02-24T20:59:38.879Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-02-24T20:59:43.889Z | Actions: 4172/5122 actions (Installing new actions) |
212 | 2025-02-24T20:59:44.187Z | Actions: 4267/5122 actions (Updating modified actions) |
213 | 2025-02-24T20:59:44.575Z | Actions: Completed 5122 actions in 5.71 seconds. |
214 | 2025-02-24T20:59:44.993Z | Done (0.411s) |
215 | 2025-02-24T20:59:44.996Z | Done (0.001s) |
216 | 2025-02-24T20:59:45.602Z | Done (0.607s) |
217 | 2025-02-24T20:59:51.424Z | Done (5.581s) |
218 | 2025-02-24T20:59:51.718Z | Done (0.229s) |
219 | 2025-02-24T20:59:51.721Z | Done (0.000s) |
220 | 2025-02-24T20:59:51.907Z | Done (0.000s) |
221 | 2025-02-24T20:59:52.620Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-02-24T20:59:52.784Z | Planning: Checking for conflicting actions ... Done |
223 | 2025-02-24T20:59:52.786Z | Planning: Consolidating action changes ... Done |
224 | 2025-02-24T20:59:53.064Z | Planning: Evaluating mediators ... Done |
225 | 2025-02-24T20:59:53.067Z | Planning: Planning completed in 0.44 seconds |
226 | 2025-02-24T20:59:53.104Z | Mediators to change: 2 |
227 | 2025-02-24T20:59:53.104Z | Create boot environment: No |
228 | 2025-02-24T20:59:53.107Z | Create backup boot environment: No |
229 | 2025-02-24T20:59:53.204Z | Done |
230 | 2025-02-24T20:59:53.205Z | Done |
231 | 2025-02-24T20:59:53.616Z | Done |
232 | 2025-02-24T20:59:57.284Z | Done |
233 | 2025-02-24T20:59:57.378Z | Done |
234 | 2025-02-24T20:59:57.381Z | Done |
235 | 2025-02-24T20:59:57.534Z | Done |
236 | 2025-02-24T20:59:58.145Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-02-24T20:59:58.147Z | Planning: Merging actions ... Done |
238 | 2025-02-24T20:59:58.332Z | Planning: Checking for conflicting actions ... Done |
239 | 2025-02-24T20:59:58.335Z | Planning: Consolidating action changes ... Done |
240 | 2025-02-24T20:59:58.594Z | Planning: Evaluating mediators ... Done |
241 | 2025-02-24T20:59:58.649Z | Planning: Planning completed in 0.74 seconds |
242 | 2025-02-24T20:59:58.688Z | Packages to change: 1 |
243 | 2025-02-24T20:59:58.688Z | Mediators to change: 1 |
244 | 2025-02-24T20:59:58.691Z | Services to change: 1 |
245 | 2025-02-24T20:59:58.691Z | Create boot environment: No |
246 | 2025-02-24T20:59:58.691Z | Create backup boot environment: Yes |
247 | 2025-02-24T21:00:00.966Z | Actions: 1/6 actions (Updating modified actions) |
248 | 2025-02-24T21:00:01.060Z | Actions: Completed 6 actions in 0.09 seconds. |
249 | 2025-02-24T21:00:01.063Z | Done |
250 | 2025-02-24T21:00:01.063Z | Done |
251 | 2025-02-24T21:00:01.183Z | Done |
252 | 2025-02-24T21:00:04.832Z | Done |
253 | 2025-02-24T21:00:04.922Z | Done |
254 | 2025-02-24T21:00:04.924Z | Done |
255 | 2025-02-24T21:00:05.062Z | Done |
256 | 2025-02-24T21:00:05.496Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
257 | 2025-02-24T21:00:05.496Z | clang system 15 system |
258 | 2025-02-24T21:00:05.496Z | csh system system illumos |
259 | 2025-02-24T21:00:05.496Z | ctags system system illumos |
260 | 2025-02-24T21:00:05.496Z | gcc vendor 12 vendor |
261 | 2025-02-24T21:00:05.496Z | gcc system 10 system |
262 | 2025-02-24T21:00:05.496Z | gcc system 7 system |
263 | 2025-02-24T21:00:05.496Z | go system 1.20 system |
264 | 2025-02-24T21:00:05.496Z | go system 1.19 system |
265 | 2025-02-24T21:00:05.496Z | llvm system 15 system |
266 | 2025-02-24T21:00:05.496Z | llvm system 14 system |
267 | 2025-02-24T21:00:05.496Z | mariadb system 10.6 system |
268 | 2025-02-24T21:00:05.496Z | mta vendor vendor dma |
269 | 2025-02-24T21:00:05.496Z | openjdk system 17 system |
270 | 2025-02-24T21:00:05.496Z | openjdk system 11 system |
271 | 2025-02-24T21:00:05.496Z | openjdk system 1.8 system |
272 | 2025-02-24T21:00:05.496Z | openssl vendor 3 vendor |
273 | 2025-02-24T21:00:05.496Z | perl system 5.36 system |
274 | 2025-02-24T21:00:05.496Z | postgresql system 15 system |
275 | 2025-02-24T21:00:05.496Z | postgresql system 13 system |
276 | 2025-02-24T21:00:05.496Z | python vendor 3 vendor |
277 | 2025-02-24T21:00:05.496Z | python system 2 system |
278 | 2025-02-24T21:00:05.496Z | python3 system 3.11 system |
279 | 2025-02-24T21:00:05.496Z | ruby system 3.0 system |
280 | 2025-02-24T21:00:05.496Z | words vendor vendor american-english |
281 | 2025-02-24T21:00:05.496Z | words system system australian-english |
282 | 2025-02-24T21:00:05.496Z | words system system british-english |
283 | 2025-02-24T21:00:05.496Z | words system system canadian-english |
284 | 2025-02-24T21:00:05.497Z | words system system french |
285 | 2025-02-24T21:00:05.497Z | words system system italian |
286 | 2025-02-24T21:00:05.497Z | words system system ngerman |
287 | 2025-02-24T21:00:05.497Z | words system system ogerman |
288 | 2025-02-24T21:00:05.497Z | words system system spanish |
289 | 2025-02-24T21:00:05.821Z | PUBLISHER TYPE STATUS P LOCATION |
290 | 2025-02-24T21:00:05.821Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
291 | 2025-02-24T21:00:08.868Z | FMRI IFO |
292 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
293 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
294 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
295 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
296 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
297 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
298 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
299 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
300 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
301 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
302 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
303 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
304 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
305 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
306 | 2025-02-24T21:00:08.868Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
307 | 2025-02-24T21:00:09.646Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
308 | 2025-02-24T21:00:09.966Z | Updating crates.io index |
309 | 2025-02-24T21:00:10.015Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-02-24T21:00:10.641Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
311 | 2025-02-24T21:00:10.934Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
312 | 2025-02-24T21:00:11.219Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-02-24T21:00:12.220Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-02-24T21:00:14.020Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-02-24T21:00:14.633Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-02-24T21:00:15.450Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-02-24T21:00:15.607Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-02-24T21:00:15.986Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-02-24T21:00:16.527Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-02-24T21:00:16.989Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
321 | 2025-02-24T21:00:17.346Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
322 | 2025-02-24T21:00:17.854Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
323 | 2025-02-24T21:00:18.201Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
324 | 2025-02-24T21:00:18.526Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
325 | 2025-02-24T21:00:18.757Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
326 | 2025-02-24T21:00:19.011Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
327 | 2025-02-24T21:00:19.332Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
328 | 2025-02-24T21:00:19.672Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
329 | 2025-02-24T21:00:19.964Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
330 | 2025-02-24T21:00:20.311Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
331 | 2025-02-24T21:00:20.672Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
332 | 2025-02-24T21:00:20.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
333 | 2025-02-24T21:00:21.497Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
334 | 2025-02-24T21:00:21.807Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
335 | 2025-02-24T21:00:22.175Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
336 | 2025-02-24T21:00:22.552Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
337 | 2025-02-24T21:00:22.875Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2025-02-24T21:00:23.139Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2025-02-24T21:00:23.478Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
340 | 2025-02-24T21:00:24.733Z | Downloading crates ... |
341 | 2025-02-24T21:00:24.793Z | Downloaded byteorder v1.5.0 |
342 | 2025-02-24T21:00:24.796Z | Downloaded anstyle v1.0.10 |
343 | 2025-02-24T21:00:24.800Z | Downloaded anstyle-query v1.1.1 |
344 | 2025-02-24T21:00:24.803Z | Downloaded equivalent v1.0.1 |
345 | 2025-02-24T21:00:24.824Z | Downloaded swrite v0.1.0 |
346 | 2025-02-24T21:00:24.827Z | Downloaded scroll_derive v0.12.0 |
347 | 2025-02-24T21:00:24.830Z | Downloaded dtrace-parser v0.2.0 |
348 | 2025-02-24T21:00:24.836Z | Downloaded usdt-attr-macro v0.5.0 |
349 | 2025-02-24T21:00:24.840Z | Downloaded pretty-hex v0.4.1 |
350 | 2025-02-24T21:00:24.843Z | Downloaded bitflags v2.6.0 |
351 | 2025-02-24T21:00:24.846Z | Downloaded bytecount v0.6.8 |
352 | 2025-02-24T21:00:24.848Z | Downloaded block-buffer v0.10.4 |
353 | 2025-02-24T21:00:24.848Z | Downloaded autocfg v1.4.0 |
354 | 2025-02-24T21:00:24.851Z | Downloaded anyhow v1.0.96 |
355 | 2025-02-24T21:00:24.854Z | Downloaded fs-err v2.11.0 |
356 | 2025-02-24T21:00:24.856Z | Downloaded itoa v1.0.11 |
357 | 2025-02-24T21:00:24.856Z | Downloaded memmap v0.7.0 |
358 | 2025-02-24T21:00:24.859Z | Downloaded clap_lex v0.7.4 |
359 | 2025-02-24T21:00:24.859Z | Downloaded anstyle-parse v0.2.5 |
360 | 2025-02-24T21:00:24.862Z | Downloaded pest_generator v2.7.14 |
361 | 2025-02-24T21:00:24.862Z | Downloaded digest v0.10.7 |
362 | 2025-02-24T21:00:24.866Z | Downloaded is_terminal_polyfill v1.70.1 |
363 | 2025-02-24T21:00:24.866Z | Downloaded fastrand v2.1.1 |
364 | 2025-02-24T21:00:24.866Z | Downloaded cpufeatures v0.2.14 |
365 | 2025-02-24T21:00:24.869Z | Downloaded cargo-platform v0.1.8 |
366 | 2025-02-24T21:00:24.869Z | Downloaded strsim v0.11.1 |
367 | 2025-02-24T21:00:24.869Z | Downloaded colorchoice v1.0.2 |
368 | 2025-02-24T21:00:24.872Z | Downloaded heck v0.4.1 |
369 | 2025-02-24T21:00:24.876Z | Downloaded heck v0.5.0 |
370 | 2025-02-24T21:00:24.878Z | Downloaded scroll v0.12.0 |
371 | 2025-02-24T21:00:24.878Z | Downloaded cfg-if v1.0.0 |
372 | 2025-02-24T21:00:24.881Z | Downloaded dof v0.3.0 |
373 | 2025-02-24T21:00:24.881Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2025-02-24T21:00:24.884Z | Downloaded toml_datetime v0.6.8 |
375 | 2025-02-24T21:00:24.887Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2025-02-24T21:00:24.896Z | Downloaded utf8parse v0.2.2 |
377 | 2025-02-24T21:00:24.900Z | Downloaded smawk v0.3.2 |
378 | 2025-02-24T21:00:24.902Z | Downloaded thiserror-impl v1.0.69 |
379 | 2025-02-24T21:00:24.905Z | Downloaded thread-id v4.2.2 |
380 | 2025-02-24T21:00:24.905Z | Downloaded crypto-common v0.1.6 |
381 | 2025-02-24T21:00:24.905Z | Downloaded version_check v0.9.5 |
382 | 2025-02-24T21:00:24.908Z | Downloaded clap_derive v4.5.28 |
383 | 2025-02-24T21:00:24.910Z | Downloaded once_cell v1.20.3 |
384 | 2025-02-24T21:00:24.913Z | Downloaded usdt-macro v0.5.0 |
385 | 2025-02-24T21:00:24.913Z | Downloaded usdt-impl v0.5.0 |
386 | 2025-02-24T21:00:24.913Z | Downloaded terminal_size v0.4.0 |
387 | 2025-02-24T21:00:24.915Z | Downloaded cargo_metadata v0.18.1 |
388 | 2025-02-24T21:00:24.916Z | Downloaded camino v1.1.9 |
389 | 2025-02-24T21:00:24.918Z | Downloaded camino-tempfile v1.1.1 |
390 | 2025-02-24T21:00:24.921Z | Downloaded tabled_derive v0.7.0 |
391 | 2025-02-24T21:00:24.921Z | Downloaded generic-array v0.14.7 |
392 | 2025-02-24T21:00:24.923Z | Downloaded cargo_toml v0.20.5 |
393 | 2025-02-24T21:00:24.923Z | Downloaded macaddr v1.0.1 |
394 | 2025-02-24T21:00:24.926Z | Downloaded fnv v1.0.7 |
395 | 2025-02-24T21:00:24.926Z | Downloaded thiserror v1.0.69 |
396 | 2025-02-24T21:00:24.929Z | Downloaded sha2 v0.10.8 |
397 | 2025-02-24T21:00:24.931Z | Downloaded usdt v0.5.0 |
398 | 2025-02-24T21:00:24.934Z | Downloaded semver v1.0.25 |
399 | 2025-02-24T21:00:24.934Z | Downloaded errno v0.3.9 |
400 | 2025-02-24T21:00:24.936Z | Downloaded anstream v0.6.15 |
401 | 2025-02-24T21:00:24.939Z | Downloaded serde_spanned v0.6.8 |
402 | 2025-02-24T21:00:24.940Z | Downloaded quote v1.0.38 |
403 | 2025-02-24T21:00:24.942Z | Downloaded proc-macro-error v1.0.4 |
404 | 2025-02-24T21:00:24.945Z | Downloaded plain v0.2.3 |
405 | 2025-02-24T21:00:24.948Z | Downloaded zerocopy-derive v0.7.35 |
406 | 2025-02-24T21:00:24.951Z | Downloaded tempfile v3.13.0 |
407 | 2025-02-24T21:00:24.954Z | Downloaded proc-macro-error-attr v1.0.4 |
408 | 2025-02-24T21:00:24.965Z | Downloaded unicode-ident v1.0.14 |
409 | 2025-02-24T21:00:24.968Z | Downloaded ryu v1.0.18 |
410 | 2025-02-24T21:00:24.970Z | Downloaded typenum v1.17.0 |
411 | 2025-02-24T21:00:24.973Z | Downloaded ucd-trie v0.1.7 |
412 | 2025-02-24T21:00:24.975Z | Downloaded pest_derive v2.7.14 |
413 | 2025-02-24T21:00:24.978Z | Downloaded textwrap v0.16.1 |
414 | 2025-02-24T21:00:24.980Z | Downloaded toml v0.8.19 |
415 | 2025-02-24T21:00:24.983Z | Downloaded proc-macro2 v1.0.93 |
416 | 2025-02-24T21:00:24.986Z | Downloaded log v0.4.22 |
417 | 2025-02-24T21:00:24.988Z | Downloaded papergrid v0.11.0 |
418 | 2025-02-24T21:00:24.992Z | Downloaded serde_derive v1.0.218 |
419 | 2025-02-24T21:00:24.995Z | Downloaded pest_meta v2.7.14 |
420 | 2025-02-24T21:00:24.997Z | Downloaded clap v4.5.30 |
421 | 2025-02-24T21:00:25.013Z | Downloaded serde v1.0.218 |
422 | 2025-02-24T21:00:25.016Z | Downloaded indexmap v2.7.1 |
423 | 2025-02-24T21:00:25.020Z | Downloaded memchr v2.7.4 |
424 | 2025-02-24T21:00:25.034Z | Downloaded toml_edit v0.22.22 |
425 | 2025-02-24T21:00:25.064Z | Downloaded pest v2.7.14 |
426 | 2025-02-24T21:00:25.073Z | Downloaded hashbrown v0.15.1 |
427 | 2025-02-24T21:00:25.081Z | Downloaded clap_builder v4.5.30 |
428 | 2025-02-24T21:00:25.090Z | Downloaded goblin v0.8.2 |
429 | 2025-02-24T21:00:25.098Z | Downloaded winnow v0.6.20 |
430 | 2025-02-24T21:00:25.107Z | Downloaded zerocopy v0.7.35 |
431 | 2025-02-24T21:00:25.122Z | Downloaded tabled v0.15.0 |
432 | 2025-02-24T21:00:25.136Z | Downloaded serde_json v1.0.139 |
433 | 2025-02-24T21:00:25.144Z | Downloaded syn v1.0.109 |
434 | 2025-02-24T21:00:25.161Z | Downloaded unicode-width v0.1.14 |
435 | 2025-02-24T21:00:25.166Z | Downloaded syn v2.0.96 |
436 | 2025-02-24T21:00:25.177Z | Downloaded rustix v0.38.37 |
437 | 2025-02-24T21:00:25.218Z | Downloaded libc v0.2.170 |
438 | 2025-02-24T21:00:25.499Z | Compiling proc-macro2 v1.0.93 |
439 | 2025-02-24T21:00:25.499Z | Compiling unicode-ident v1.0.14 |
440 | 2025-02-24T21:00:25.499Z | Compiling serde v1.0.218 |
441 | 2025-02-24T21:00:25.502Z | Compiling version_check v0.9.5 |
442 | 2025-02-24T21:00:25.502Z | Compiling thiserror v1.0.69 |
443 | 2025-02-24T21:00:25.502Z | Compiling memchr v2.7.4 |
444 | 2025-02-24T21:00:25.535Z | Compiling libc v0.2.170 |
445 | 2025-02-24T21:00:25.537Z | Compiling itoa v1.0.11 |
446 | 2025-02-24T21:00:25.770Z | Compiling ryu v1.0.18 |
447 | 2025-02-24T21:00:25.832Z | Compiling ucd-trie v0.1.7 |
448 | 2025-02-24T21:00:26.210Z | Compiling once_cell v1.20.3 |
449 | 2025-02-24T21:00:26.290Z | Compiling byteorder v1.5.0 |
450 | 2025-02-24T21:00:26.562Z | Compiling rustix v0.38.37 |
451 | 2025-02-24T21:00:26.627Z | Compiling serde_json v1.0.139 |
452 | 2025-02-24T21:00:26.707Z | Compiling bitflags v2.6.0 |
453 | 2025-02-24T21:00:26.957Z | Compiling usdt-impl v0.5.0 |
454 | 2025-02-24T21:00:27.007Z | Compiling proc-macro-error-attr v1.0.4 |
455 | 2025-02-24T21:00:27.084Z | Compiling syn v1.0.109 |
456 | 2025-02-24T21:00:27.162Z | Compiling proc-macro-error v1.0.4 |
457 | 2025-02-24T21:00:27.343Z | Compiling camino v1.1.9 |
458 | 2025-02-24T21:00:27.410Z | Compiling plain v0.2.3 |
459 | 2025-02-24T21:00:27.465Z | Compiling equivalent v1.0.1 |
460 | 2025-02-24T21:00:27.527Z | Compiling utf8parse v0.2.2 |
461 | 2025-02-24T21:00:27.577Z | Compiling quote v1.0.38 |
462 | 2025-02-24T21:00:27.602Z | Compiling errno v0.3.9 |
463 | 2025-02-24T21:00:27.687Z | Compiling hashbrown v0.15.1 |
464 | 2025-02-24T21:00:27.709Z | Compiling log v0.4.22 |
465 | 2025-02-24T21:00:27.855Z | Compiling anstyle-parse v0.2.5 |
466 | 2025-02-24T21:00:28.012Z | Compiling syn v2.0.96 |
467 | 2025-02-24T21:00:28.047Z | Compiling thread-id v4.2.2 |
468 | 2025-02-24T21:00:28.224Z | Compiling anstyle v1.0.10 |
469 | 2025-02-24T21:00:28.325Z | Compiling is_terminal_polyfill v1.70.1 |
470 | 2025-02-24T21:00:28.460Z | Compiling winnow v0.6.20 |
471 | 2025-02-24T21:00:28.544Z | Compiling pretty-hex v0.4.1 |
472 | 2025-02-24T21:00:28.648Z | Compiling semver v1.0.25 |
473 | 2025-02-24T21:00:28.781Z | Compiling indexmap v2.7.1 |
474 | 2025-02-24T21:00:28.801Z | Compiling unicode-width v0.1.14 |
475 | 2025-02-24T21:00:29.004Z | Compiling anstyle-query v1.1.1 |
476 | 2025-02-24T21:00:29.163Z | Compiling colorchoice v1.0.2 |
477 | 2025-02-24T21:00:29.189Z | Compiling autocfg v1.4.0 |
478 | 2025-02-24T21:00:29.349Z | Compiling anstream v0.6.15 |
479 | 2025-02-24T21:00:29.739Z | Compiling terminal_size v0.4.0 |
480 | 2025-02-24T21:00:29.965Z | Compiling heck v0.5.0 |
481 | 2025-02-24T21:00:30.026Z | Compiling fastrand v2.1.1 |
482 | 2025-02-24T21:00:30.164Z | Compiling fs-err v2.11.0 |
483 | 2025-02-24T21:00:30.306Z | Compiling bytecount v0.6.8 |
484 | 2025-02-24T21:00:30.412Z | Compiling anyhow v1.0.96 |
485 | 2025-02-24T21:00:30.483Z | Compiling cfg-if v1.0.0 |
486 | 2025-02-24T21:00:30.486Z | Compiling strsim v0.11.1 |
487 | 2025-02-24T21:00:30.540Z | Compiling clap_lex v0.7.4 |
488 | 2025-02-24T21:00:30.565Z | Compiling heck v0.4.1 |
489 | 2025-02-24T21:00:30.593Z | Compiling fnv v1.0.7 |
490 | 2025-02-24T21:00:30.992Z | Compiling clap_builder v4.5.30 |
491 | 2025-02-24T21:00:30.992Z | Compiling papergrid v0.11.0 |
492 | 2025-02-24T21:00:31.247Z | Compiling tempfile v3.13.0 |
493 | 2025-02-24T21:00:31.436Z | Compiling memmap v0.7.0 |
494 | 2025-02-24T21:00:31.476Z | Compiling smawk v0.3.2 |
495 | 2025-02-24T21:00:31.706Z | Compiling unicode-linebreak v0.1.5 |
496 | 2025-02-24T21:00:32.041Z | Compiling swrite v0.1.0 |
497 | 2025-02-24T21:00:32.187Z | Compiling textwrap v0.16.1 |
498 | 2025-02-24T21:00:32.750Z | Compiling tabled_derive v0.7.0 |
499 | 2025-02-24T21:00:34.015Z | Compiling tabled v0.15.0 |
500 | 2025-02-24T21:00:34.722Z | Compiling serde_derive v1.0.218 |
501 | 2025-02-24T21:00:34.722Z | Compiling thiserror-impl v1.0.69 |
502 | 2025-02-24T21:00:34.726Z | Compiling zerocopy-derive v0.7.35 |
503 | 2025-02-24T21:00:34.726Z | Compiling scroll_derive v0.12.0 |
504 | 2025-02-24T21:00:35.013Z | Compiling clap_derive v4.5.28 |
505 | 2025-02-24T21:00:36.138Z | Compiling scroll v0.12.0 |
506 | 2025-02-24T21:00:36.558Z | Compiling zerocopy v0.7.35 |
507 | 2025-02-24T21:00:36.582Z | Compiling goblin v0.8.2 |
508 | 2025-02-24T21:00:37.129Z | Compiling pest v2.7.14 |
509 | 2025-02-24T21:00:38.165Z | Compiling clap v4.5.30 |
510 | 2025-02-24T21:00:39.336Z | Compiling pest_meta v2.7.14 |
511 | 2025-02-24T21:00:40.283Z | Compiling pest_generator v2.7.14 |
512 | 2025-02-24T21:00:41.562Z | Compiling pest_derive v2.7.14 |
513 | 2025-02-24T21:00:42.283Z | Compiling dtrace-parser v0.2.0 |
514 | 2025-02-24T21:00:43.153Z | Compiling serde_spanned v0.6.8 |
515 | 2025-02-24T21:00:43.155Z | Compiling toml_datetime v0.6.8 |
516 | 2025-02-24T21:00:43.155Z | Compiling cargo-platform v0.1.8 |
517 | 2025-02-24T21:00:43.430Z | Compiling serde_tokenstream v0.2.2 |
518 | 2025-02-24T21:00:43.672Z | Compiling toml_edit v0.22.22 |
519 | 2025-02-24T21:00:43.697Z | Compiling macaddr v1.0.1 |
520 | 2025-02-24T21:00:43.766Z | Compiling camino-tempfile v1.1.1 |
521 | 2025-02-24T21:00:44.521Z | Compiling dof v0.3.0 |
522 | 2025-02-24T21:00:44.521Z | Compiling cargo_metadata v0.18.1 |
523 | 2025-02-24T21:00:46.081Z | Compiling usdt-macro v0.5.0 |
524 | 2025-02-24T21:00:46.081Z | Compiling usdt-attr-macro v0.5.0 |
525 | 2025-02-24T21:00:46.396Z | Compiling toml v0.8.19 |
526 | 2025-02-24T21:00:47.202Z | Compiling usdt v0.5.0 |
527 | 2025-02-24T21:00:47.219Z | Compiling cargo_toml v0.20.5 |
528 | 2025-02-24T21:00:49.734Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
529 | 2025-02-24T21:00:52.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.43s |
530 | 2025-02-24T21:00:53.091Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
531 | 2025-02-24T21:00:53.647Z | Downloading crates ... |
532 | 2025-02-24T21:00:53.775Z | Downloaded atty v0.2.14 |
533 | 2025-02-24T21:00:53.779Z | Downloaded aead v0.5.2 |
534 | 2025-02-24T21:00:53.782Z | Downloaded bit-set v0.5.3 |
535 | 2025-02-24T21:00:53.785Z | Downloaded hashlink v0.9.1 |
536 | 2025-02-24T21:00:53.789Z | Downloaded hex-literal v0.4.1 |
537 | 2025-02-24T21:00:53.789Z | Downloaded atomicwrites v0.4.4 |
538 | 2025-02-24T21:00:53.791Z | Downloaded async-stream-impl v0.3.6 |
539 | 2025-02-24T21:00:53.791Z | Downloaded headers-core v0.3.0 |
540 | 2025-02-24T21:00:53.791Z | Downloaded cfg_aliases v0.2.1 |
541 | 2025-02-24T21:00:53.797Z | Downloaded ident_case v1.0.1 |
542 | 2025-02-24T21:00:53.799Z | Downloaded hubpack_derive v0.1.1 |
543 | 2025-02-24T21:00:53.802Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2025-02-24T21:00:53.804Z | Downloaded cfg_aliases v0.1.1 |
545 | 2025-02-24T21:00:53.807Z | Downloaded cstr-argument v0.1.2 |
546 | 2025-02-24T21:00:53.807Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2025-02-24T21:00:53.810Z | Downloaded async-stream v0.3.6 |
548 | 2025-02-24T21:00:53.813Z | Downloaded is_ci v1.2.0 |
549 | 2025-02-24T21:00:53.815Z | Downloaded atomic-waker v1.1.2 |
550 | 2025-02-24T21:00:53.818Z | Downloaded assert_matches v1.5.0 |
551 | 2025-02-24T21:00:53.818Z | Downloaded base16ct v0.2.0 |
552 | 2025-02-24T21:00:53.820Z | Downloaded bcrypt-pbkdf v0.10.0 |
553 | 2025-02-24T21:00:53.820Z | Downloaded async-recursion v1.1.1 |
554 | 2025-02-24T21:00:53.824Z | Downloaded match_cfg v0.1.0 |
555 | 2025-02-24T21:00:53.826Z | Downloaded http-range v0.1.5 |
556 | 2025-02-24T21:00:53.826Z | Downloaded addr2line v0.24.2 |
557 | 2025-02-24T21:00:53.829Z | Downloaded hex v0.4.3 |
558 | 2025-02-24T21:00:53.831Z | Downloaded convert_case v0.4.0 |
559 | 2025-02-24T21:00:53.834Z | Downloaded cassowary v0.3.0 |
560 | 2025-02-24T21:00:53.837Z | Downloaded http-body-util v0.1.2 |
561 | 2025-02-24T21:00:53.837Z | Downloaded inout v0.1.3 |
562 | 2025-02-24T21:00:53.839Z | Downloaded indoc v2.0.5 |
563 | 2025-02-24T21:00:53.842Z | Downloaded lru-cache v0.1.2 |
564 | 2025-02-24T21:00:53.844Z | Downloaded hostname v0.4.0 |
565 | 2025-02-24T21:00:53.845Z | Downloaded chacha20 v0.9.1 |
566 | 2025-02-24T21:00:53.847Z | Downloaded cbc v0.1.2 |
567 | 2025-02-24T21:00:53.849Z | Downloaded lazy_static v1.5.0 |
568 | 2025-02-24T21:00:53.852Z | Downloaded humantime v2.1.0 |
569 | 2025-02-24T21:00:53.854Z | Downloaded crc-catalog v2.4.0 |
570 | 2025-02-24T21:00:53.854Z | Downloaded hubpack v0.1.2 |
571 | 2025-02-24T21:00:53.857Z | Downloaded maybe-uninit v2.0.0 |
572 | 2025-02-24T21:00:53.859Z | Downloaded linked-hash-map v0.5.6 |
573 | 2025-02-24T21:00:53.860Z | Downloaded linear-map v1.2.0 |
574 | 2025-02-24T21:00:53.862Z | Downloaded libefi-sys v0.1.0 |
575 | 2025-02-24T21:00:53.864Z | Downloaded lazycell v1.3.0 |
576 | 2025-02-24T21:00:53.864Z | Downloaded lalrpop-util v0.19.12 |
577 | 2025-02-24T21:00:53.882Z | Downloaded managed v0.8.0 |
578 | 2025-02-24T21:00:53.882Z | Downloaded heck v0.3.3 |
579 | 2025-02-24T21:00:53.882Z | Downloaded arrayref v0.3.9 |
580 | 2025-02-24T21:00:53.882Z | Downloaded internet-checksum v0.2.1 |
581 | 2025-02-24T21:00:53.883Z | Downloaded indent_write v2.2.0 |
582 | 2025-02-24T21:00:53.883Z | Downloaded maplit v1.0.2 |
583 | 2025-02-24T21:00:53.883Z | Downloaded bcs v0.1.6 |
584 | 2025-02-24T21:00:53.883Z | Downloaded progenitor-client v0.8.0 |
585 | 2025-02-24T21:00:53.883Z | Downloaded kstat-rs v0.2.4 |
586 | 2025-02-24T21:00:53.883Z | Downloaded highway v1.2.0 |
587 | 2025-02-24T21:00:53.886Z | Downloaded mime v0.3.17 |
588 | 2025-02-24T21:00:53.886Z | Downloaded base64ct v1.6.0 |
589 | 2025-02-24T21:00:53.886Z | Downloaded lockfree-object-pool v0.1.6 |
590 | 2025-02-24T21:00:53.889Z | Downloaded constant_time_eq v0.3.1 |
591 | 2025-02-24T21:00:53.891Z | Downloaded cookie_store v0.21.1 |
592 | 2025-02-24T21:00:53.894Z | Downloaded md-5 v0.10.6 |
593 | 2025-02-24T21:00:53.897Z | Downloaded httparse v1.9.5 |
594 | 2025-02-24T21:00:53.899Z | Downloaded mime_guess v2.0.5 |
595 | 2025-02-24T21:00:53.903Z | Downloaded libsw v3.3.1 |
596 | 2025-02-24T21:00:53.906Z | Downloaded impl-trait-for-tuples v0.2.2 |
597 | 2025-02-24T21:00:53.908Z | Downloaded sigpipe v0.1.3 |
598 | 2025-02-24T21:00:53.908Z | Downloaded console v0.15.10 |
599 | 2025-02-24T21:00:53.911Z | Downloaded lock_api v0.4.12 |
600 | 2025-02-24T21:00:53.914Z | Downloaded lru v0.12.5 |
601 | 2025-02-24T21:00:53.917Z | Downloaded iana-time-zone v0.1.61 |
602 | 2025-02-24T21:00:53.919Z | Downloaded memoffset v0.9.1 |
603 | 2025-02-24T21:00:53.920Z | Downloaded libloading v0.8.5 |
604 | 2025-02-24T21:00:53.922Z | Downloaded hyper-staticfile v0.10.1 |
605 | 2025-02-24T21:00:53.926Z | Downloaded strum v0.26.3 |
606 | 2025-02-24T21:00:53.928Z | Downloaded http-body v1.0.1 |
607 | 2025-02-24T21:00:53.928Z | Downloaded allocator-api2 v0.2.18 |
608 | 2025-02-24T21:00:53.931Z | Downloaded waitgroup v0.1.2 |
609 | 2025-02-24T21:00:53.933Z | Downloaded rtoolbox v0.0.2 |
610 | 2025-02-24T21:00:53.933Z | Downloaded psl-types v2.0.11 |
611 | 2025-02-24T21:00:53.936Z | Downloaded proc-macro-error-attr2 v2.0.0 |
612 | 2025-02-24T21:00:53.936Z | Downloaded md5 v0.7.0 |
613 | 2025-02-24T21:00:53.938Z | Downloaded vte_generate_state_changes v0.1.2 |
614 | 2025-02-24T21:00:53.938Z | Downloaded foreign-types-shared v0.1.1 |
615 | 2025-02-24T21:00:53.941Z | Downloaded endian-type v0.1.2 |
616 | 2025-02-24T21:00:53.941Z | Downloaded icu_locid_transform_data v1.5.0 |
617 | 2025-02-24T21:00:53.943Z | Downloaded async-trait v0.1.86 |
618 | 2025-02-24T21:00:53.946Z | Downloaded rusty-fork v0.3.0 |
619 | 2025-02-24T21:00:53.949Z | Downloaded schemars_derive v0.8.21 |
620 | 2025-02-24T21:00:53.954Z | Downloaded darling_macro v0.20.10 |
621 | 2025-02-24T21:00:53.954Z | Downloaded ipnetwork v0.21.1 |
622 | 2025-02-24T21:00:53.956Z | Downloaded zeroize_derive v1.4.2 |
623 | 2025-02-24T21:00:53.956Z | Downloaded rustls-pemfile v1.0.4 |
624 | 2025-02-24T21:00:53.960Z | Downloaded normalize-line-endings v0.3.0 |
625 | 2025-02-24T21:00:53.960Z | Downloaded enum-as-inner v0.6.1 |
626 | 2025-02-24T21:00:53.962Z | Downloaded stable_deref_trait v1.2.0 |
627 | 2025-02-24T21:00:53.962Z | Downloaded simd-adler32 v0.3.7 |
628 | 2025-02-24T21:00:53.965Z | Downloaded signature v2.2.0 |
629 | 2025-02-24T21:00:53.967Z | Downloaded foreign-types-shared v0.3.1 |
630 | 2025-02-24T21:00:53.967Z | Downloaded indexmap v1.9.3 |
631 | 2025-02-24T21:00:53.971Z | Downloaded crossbeam-utils v0.8.20 |
632 | 2025-02-24T21:00:53.974Z | Downloaded parse-size v1.1.0 |
633 | 2025-02-24T21:00:53.977Z | Downloaded base64 v0.13.1 |
634 | 2025-02-24T21:00:53.979Z | Downloaded openssl-probe v0.1.5 |
635 | 2025-02-24T21:00:53.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
636 | 2025-02-24T21:00:53.984Z | Downloaded thiserror-impl v2.0.11 |
637 | 2025-02-24T21:00:53.984Z | Downloaded openssl-macros v0.1.1 |
638 | 2025-02-24T21:00:53.987Z | Downloaded slog-stdlog v4.1.1 |
639 | 2025-02-24T21:00:53.989Z | Downloaded pretty-hex v0.2.1 |
640 | 2025-02-24T21:00:53.989Z | Downloaded untrusted v0.9.0 |
641 | 2025-02-24T21:00:53.992Z | Downloaded termtree v0.4.1 |
642 | 2025-02-24T21:00:53.992Z | Downloaded strum_macros v0.24.3 |
643 | 2025-02-24T21:00:53.995Z | Downloaded rustc_version v0.4.1 |
644 | 2025-02-24T21:00:53.997Z | Downloaded hyper-util v0.1.10 |
645 | 2025-02-24T21:00:54.000Z | Downloaded zeroize v1.8.1 |
646 | 2025-02-24T21:00:54.003Z | Downloaded flagset v0.4.6 |
647 | 2025-02-24T21:00:54.006Z | Downloaded heapless v0.7.17 |
648 | 2025-02-24T21:00:54.009Z | Downloaded defmt-macros v0.3.9 |
649 | 2025-02-24T21:00:54.012Z | Downloaded darling v0.20.10 |
650 | 2025-02-24T21:00:54.017Z | Downloaded num-integer v0.1.46 |
651 | 2025-02-24T21:00:54.020Z | Downloaded serde-big-array v0.5.1 |
652 | 2025-02-24T21:00:54.022Z | Downloaded backtrace v0.3.74 |
653 | 2025-02-24T21:00:54.027Z | Downloaded signal-hook-tokio v0.3.1 |
654 | 2025-02-24T21:00:54.030Z | Downloaded olpc-cjson v0.1.4 |
655 | 2025-02-24T21:00:54.033Z | Downloaded pkg-config v0.3.31 |
656 | 2025-02-24T21:00:54.033Z | Downloaded num_enum_derive v0.5.11 |
657 | 2025-02-24T21:00:54.036Z | Downloaded termtree v0.5.1 |
658 | 2025-02-24T21:00:54.036Z | Downloaded phf_generator v0.11.2 |
659 | 2025-02-24T21:00:54.039Z | Downloaded ghash v0.5.1 |
660 | 2025-02-24T21:00:54.039Z | Downloaded thiserror v2.0.11 |
661 | 2025-02-24T21:00:54.044Z | Downloaded try-lock v0.2.5 |
662 | 2025-02-24T21:00:54.046Z | Downloaded tokio-tungstenite v0.24.0 |
663 | 2025-02-24T21:00:54.049Z | Downloaded quick-error v1.2.3 |
664 | 2025-02-24T21:00:54.051Z | Downloaded predicates-core v1.0.8 |
665 | 2025-02-24T21:00:54.051Z | Downloaded phf_codegen v0.11.2 |
666 | 2025-02-24T21:00:54.054Z | Downloaded vsss-rs v3.3.4 |
667 | 2025-02-24T21:00:54.056Z | Downloaded base64 v0.22.1 |
668 | 2025-02-24T21:00:54.060Z | Downloaded defmt v0.3.8 |
669 | 2025-02-24T21:00:54.064Z | Downloaded bytes v1.9.0 |
670 | 2025-02-24T21:00:54.070Z | Downloaded foreign-types v0.3.2 |
671 | 2025-02-24T21:00:54.073Z | Downloaded rfc6979 v0.4.0 |
672 | 2025-02-24T21:00:54.073Z | Downloaded resolv-conf v0.7.0 |
673 | 2025-02-24T21:00:54.076Z | Downloaded ref-cast v1.0.23 |
674 | 2025-02-24T21:00:54.079Z | Downloaded opaque-debug v0.3.1 |
675 | 2025-02-24T21:00:54.079Z | Downloaded rand_seeder v0.3.0 |
676 | 2025-02-24T21:00:54.082Z | Downloaded crypto-bigint v0.5.5 |
677 | 2025-02-24T21:00:54.087Z | Downloaded tap v1.0.1 |
678 | 2025-02-24T21:00:54.089Z | Downloaded strip-ansi-escapes v0.2.0 |
679 | 2025-02-24T21:00:54.092Z | Downloaded tokio-native-tls v0.3.1 |
680 | 2025-02-24T21:00:54.092Z | Downloaded structmeta-derive v0.3.0 |
681 | 2025-02-24T21:00:54.095Z | Downloaded tokio-macros v2.5.0 |
682 | 2025-02-24T21:00:54.095Z | Downloaded structmeta v0.3.0 |
683 | 2025-02-24T21:00:54.097Z | Downloaded untrusted v0.7.1 |
684 | 2025-02-24T21:00:54.100Z | Downloaded zerovec-derive v0.10.3 |
685 | 2025-02-24T21:00:54.100Z | Downloaded tui-tree-widget v0.23.0 |
686 | 2025-02-24T21:00:54.102Z | Downloaded parse-display-derive v0.10.0 |
687 | 2025-02-24T21:00:54.105Z | Downloaded universal-hash v0.5.1 |
688 | 2025-02-24T21:00:54.105Z | Downloaded slab v0.4.9 |
689 | 2025-02-24T21:00:54.107Z | Downloaded embedded-io v0.4.0 |
690 | 2025-02-24T21:00:54.107Z | Downloaded writeable v0.5.5 |
691 | 2025-02-24T21:00:54.110Z | Downloaded typify v0.3.0 |
692 | 2025-02-24T21:00:54.114Z | Downloaded vte v0.11.1 |
693 | 2025-02-24T21:00:54.117Z | Downloaded heapless v0.8.0 |
694 | 2025-02-24T21:00:54.121Z | Downloaded russh-cryptovec v0.7.3 |
695 | 2025-02-24T21:00:54.124Z | Downloaded hickory-server v0.24.3 |
696 | 2025-02-24T21:00:54.129Z | Downloaded tinyvec_macros v0.1.1 |
697 | 2025-02-24T21:00:54.131Z | Downloaded rustc_version v0.1.7 |
698 | 2025-02-24T21:00:54.131Z | Downloaded gethostname v0.5.0 |
699 | 2025-02-24T21:00:54.134Z | Downloaded hash32 v0.3.1 |
700 | 2025-02-24T21:00:54.137Z | Downloaded serde-hex v0.1.0 |
701 | 2025-02-24T21:00:54.137Z | Downloaded miniz_oxide v0.8.0 |
702 | 2025-02-24T21:00:54.139Z | Downloaded serde_derive_internals v0.29.1 |
703 | 2025-02-24T21:00:54.142Z | Downloaded pkcs8 v0.10.2 |
704 | 2025-02-24T21:00:54.145Z | Downloaded tinystr v0.7.6 |
705 | 2025-02-24T21:00:54.147Z | Downloaded pem-rfc7468 v0.7.0 |
706 | 2025-02-24T21:00:54.160Z | Downloaded want v0.3.1 |
707 | 2025-02-24T21:00:54.162Z | Downloaded minimal-lexical v0.2.1 |
708 | 2025-02-24T21:00:54.166Z | Downloaded http v1.2.0 |
709 | 2025-02-24T21:00:54.171Z | Downloaded rand_xorshift v0.3.0 |
710 | 2025-02-24T21:00:54.173Z | Downloaded darling_core v0.20.10 |
711 | 2025-02-24T21:00:54.178Z | Downloaded slog-json v2.6.1 |
712 | 2025-02-24T21:00:54.180Z | Downloaded rustc-hash v2.1.1 |
713 | 2025-02-24T21:00:54.183Z | Downloaded rustc-hash v1.1.0 |
714 | 2025-02-24T21:00:54.186Z | Downloaded peg-runtime v0.8.3 |
715 | 2025-02-24T21:00:54.186Z | Downloaded new_debug_unreachable v1.0.6 |
716 | 2025-02-24T21:00:54.186Z | Downloaded tls_codec v0.4.1 |
717 | 2025-02-24T21:00:54.188Z | Downloaded smf v0.2.3 |
718 | 2025-02-24T21:00:54.191Z | Downloaded getrandom v0.3.1 |
719 | 2025-02-24T21:00:54.195Z | Downloaded termios v0.3.3 |
720 | 2025-02-24T21:00:54.197Z | Downloaded termcolor v1.4.1 |
721 | 2025-02-24T21:00:54.197Z | Downloaded similar v2.6.0 |
722 | 2025-02-24T21:00:54.201Z | Downloaded oso-derive v0.27.3 |
723 | 2025-02-24T21:00:54.204Z | Downloaded num-complex v0.4.6 |
724 | 2025-02-24T21:00:54.206Z | Downloaded slog v2.7.0 |
725 | 2025-02-24T21:00:54.209Z | Downloaded hash32 v0.2.1 |
726 | 2025-02-24T21:00:54.212Z | Downloaded cc v1.2.15 |
727 | 2025-02-24T21:00:54.215Z | Downloaded deranged v0.3.11 |
728 | 2025-02-24T21:00:54.218Z | Downloaded whoami v1.5.2 |
729 | 2025-02-24T21:00:54.220Z | Downloaded sync-ptr v0.1.1 |
730 | 2025-02-24T21:00:54.220Z | Downloaded dsl_auto_type v0.1.2 |
731 | 2025-02-24T21:00:54.223Z | Downloaded sha1 v0.10.6 |
732 | 2025-02-24T21:00:54.226Z | Downloaded time-core v0.1.2 |
733 | 2025-02-24T21:00:54.226Z | Downloaded postgres-types v0.2.8 |
734 | 2025-02-24T21:00:54.228Z | Downloaded fallible-iterator v0.2.0 |
735 | 2025-02-24T21:00:54.231Z | Downloaded smallvec v1.14.0 |
736 | 2025-02-24T21:00:54.233Z | Downloaded smallvec v0.6.14 |
737 | 2025-02-24T21:00:54.235Z | Downloaded rustc-demangle v0.1.24 |
738 | 2025-02-24T21:00:54.235Z | Downloaded dropshot_endpoint v0.12.0 |
739 | 2025-02-24T21:00:54.238Z | Downloaded diff v0.1.13 |
740 | 2025-02-24T21:00:54.243Z | Downloaded diesel_table_macro_syntax v0.2.0 |
741 | 2025-02-24T21:00:54.245Z | Downloaded aes v0.8.4 |
742 | 2025-02-24T21:00:54.248Z | Downloaded samael v0.0.18 |
743 | 2025-02-24T21:00:54.254Z | Downloaded paste v1.0.15 |
744 | 2025-02-24T21:00:54.257Z | Downloaded twox-hash v2.1.0 |
745 | 2025-02-24T21:00:54.262Z | Downloaded oso v0.27.3 |
746 | 2025-02-24T21:00:54.265Z | Downloaded des v0.8.1 |
747 | 2025-02-24T21:00:54.269Z | Downloaded omicron-zone-package v0.12.0 |
748 | 2025-02-24T21:00:54.272Z | Downloaded r2d2 v0.8.10 |
749 | 2025-02-24T21:00:54.272Z | Downloaded quinn-udp v0.5.5 |
750 | 2025-02-24T21:00:54.274Z | Downloaded rustfmt-wrapper v0.2.1 |
751 | 2025-02-24T21:00:54.276Z | Downloaded unsafe-libyaml v0.2.11 |
752 | 2025-02-24T21:00:54.279Z | Downloaded rand_core v0.9.2 |
753 | 2025-02-24T21:00:54.282Z | Downloaded zip v0.6.6 |
754 | 2025-02-24T21:00:54.286Z | Downloaded tiny-keccak v2.0.2 |
755 | 2025-02-24T21:00:54.288Z | Downloaded env_logger v0.11.5 |
756 | 2025-02-24T21:00:54.292Z | Downloaded rustls-pki-types v1.10.0 |
757 | 2025-02-24T21:00:54.296Z | Downloaded env_logger v0.10.2 |
758 | 2025-02-24T21:00:54.299Z | Downloaded subtle v2.6.1 |
759 | 2025-02-24T21:00:54.302Z | Downloaded crossterm v0.28.1 |
760 | 2025-02-24T21:00:54.308Z | Downloaded toolchain_find v0.4.0 |
761 | 2025-02-24T21:00:54.310Z | Downloaded aes-gcm v0.10.3 |
762 | 2025-02-24T21:00:54.313Z | Downloaded filetime v0.2.25 |
763 | 2025-02-24T21:00:54.316Z | Downloaded dunce v1.0.5 |
764 | 2025-02-24T21:00:54.316Z | Downloaded poly1305 v0.8.0 |
765 | 2025-02-24T21:00:54.319Z | Downloaded foreign-types-macros v0.2.3 |
766 | 2025-02-24T21:00:54.321Z | Downloaded yoke-derive v0.7.4 |
767 | 2025-02-24T21:00:54.324Z | Downloaded fxhash v0.2.1 |
768 | 2025-02-24T21:00:54.324Z | Downloaded derive_more v0.99.19 |
769 | 2025-02-24T21:00:54.328Z | Downloaded num_enum v0.5.11 |
770 | 2025-02-24T21:00:54.333Z | Downloaded rustls-pemfile v2.2.0 |
771 | 2025-02-24T21:00:54.336Z | Downloaded precomputed-hash v0.1.1 |
772 | 2025-02-24T21:00:54.339Z | Downloaded time-macros v0.2.18 |
773 | 2025-02-24T21:00:54.341Z | Downloaded zopfli v0.8.1 |
774 | 2025-02-24T21:00:54.344Z | Downloaded phf_shared v0.10.0 |
775 | 2025-02-24T21:00:54.344Z | Downloaded getrandom v0.2.15 |
776 | 2025-02-24T21:00:54.347Z | Downloaded quinn v0.11.5 |
777 | 2025-02-24T21:00:54.351Z | Downloaded serde_urlencoded v0.7.1 |
778 | 2025-02-24T21:00:54.354Z | Downloaded serde_repr v0.1.19 |
779 | 2025-02-24T21:00:54.356Z | Downloaded derive-where v1.2.7 |
780 | 2025-02-24T21:00:54.359Z | Downloaded serde_plain v1.0.2 |
781 | 2025-02-24T21:00:54.365Z | Downloaded progenitor-macro v0.8.0 |
782 | 2025-02-24T21:00:54.367Z | Downloaded uzers v0.12.1 |
783 | 2025-02-24T21:00:54.367Z | Downloaded topological-sort v0.2.2 |
784 | 2025-02-24T21:00:54.367Z | Downloaded itertools v0.13.0 |
785 | 2025-02-24T21:00:54.375Z | Downloaded downcast v0.11.0 |
786 | 2025-02-24T21:00:54.378Z | Downloaded derive_builder_macro v0.20.2 |
787 | 2025-02-24T21:00:54.380Z | Downloaded number_prefix v0.4.0 |
788 | 2025-02-24T21:00:54.380Z | Downloaded percent-encoding v2.3.1 |
789 | 2025-02-24T21:00:54.380Z | Downloaded write16 v1.0.0 |
790 | 2025-02-24T21:00:54.383Z | Downloaded tungstenite v0.24.0 |
791 | 2025-02-24T21:00:54.386Z | Downloaded polyval v0.6.2 |
792 | 2025-02-24T21:00:54.388Z | Downloaded futures-executor v0.3.31 |
793 | 2025-02-24T21:00:54.391Z | Downloaded pin-utils v0.1.0 |
794 | 2025-02-24T21:00:54.391Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2025-02-24T21:00:54.393Z | Downloaded tinyvec v1.8.0 |
796 | 2025-02-24T21:00:54.396Z | Downloaded glob v0.3.2 |
797 | 2025-02-24T21:00:54.398Z | Downloaded reedline v0.35.0 |
798 | 2025-02-24T21:00:54.406Z | Downloaded sqlparser_derive v0.2.2 |
799 | 2025-02-24T21:00:54.408Z | Downloaded progenitor-client v0.9.1 |
800 | 2025-02-24T21:00:54.409Z | Downloaded phf_shared v0.11.2 |
801 | 2025-02-24T21:00:54.411Z | Downloaded slog-dtrace v0.3.0 |
802 | 2025-02-24T21:00:54.411Z | Downloaded peg-macros v0.8.4 |
803 | 2025-02-24T21:00:54.414Z | Downloaded unicode-truncate v1.1.0 |
804 | 2025-02-24T21:00:54.416Z | Downloaded itertools v0.14.0 |
805 | 2025-02-24T21:00:54.424Z | Downloaded tabwriter v1.4.0 |
806 | 2025-02-24T21:00:54.427Z | Downloaded synstructure v0.13.1 |
807 | 2025-02-24T21:00:54.429Z | Downloaded parking_lot v0.12.3 |
808 | 2025-02-24T21:00:54.432Z | Downloaded sync_wrapper v1.0.1 |
809 | 2025-02-24T21:00:54.432Z | Downloaded newtype_derive v0.1.6 |
810 | 2025-02-24T21:00:54.434Z | Downloaded unarray v0.1.4 |
811 | 2025-02-24T21:00:54.437Z | Downloaded typify-macro v0.3.0 |
812 | 2025-02-24T21:00:54.437Z | Downloaded num-derive v0.4.2 |
813 | 2025-02-24T21:00:54.439Z | Downloaded nodrop v0.1.14 |
814 | 2025-02-24T21:00:54.440Z | Downloaded xz2 v0.1.7 |
815 | 2025-02-24T21:00:54.442Z | Downloaded tokio-tungstenite v0.21.0 |
816 | 2025-02-24T21:00:54.445Z | Downloaded expectorate v1.1.0 |
817 | 2025-02-24T21:00:54.447Z | Downloaded futures-core v0.3.31 |
818 | 2025-02-24T21:00:54.450Z | Downloaded yoke v0.7.4 |
819 | 2025-02-24T21:00:54.450Z | Downloaded slog-bunyan v2.5.0 |
820 | 2025-02-24T21:00:54.452Z | Downloaded rand_chacha v0.3.1 |
821 | 2025-02-24T21:00:54.452Z | Downloaded pbkdf2 v0.11.0 |
822 | 2025-02-24T21:00:54.455Z | Downloaded shlex v1.3.0 |
823 | 2025-02-24T21:00:54.457Z | Downloaded num v0.4.3 |
824 | 2025-02-24T21:00:54.460Z | Downloaded hashbrown v0.12.3 |
825 | 2025-02-24T21:00:54.464Z | Downloaded signal-hook-mio v0.2.4 |
826 | 2025-02-24T21:00:54.466Z | Downloaded zerocopy v0.6.6 |
827 | 2025-02-24T21:00:54.469Z | Downloaded serde_path_to_error v0.1.16 |
828 | 2025-02-24T21:00:54.471Z | Downloaded diesel_derives v2.2.3 |
829 | 2025-02-24T21:00:54.474Z | Downloaded num-conv v0.1.0 |
830 | 2025-02-24T21:00:54.477Z | Downloaded newline-converter v0.3.0 |
831 | 2025-02-24T21:00:54.477Z | Downloaded tower-service v0.3.3 |
832 | 2025-02-24T21:00:54.477Z | Downloaded document-features v0.2.10 |
833 | 2025-02-24T21:00:54.481Z | Downloaded salsa20 v0.10.2 |
834 | 2025-02-24T21:00:54.481Z | Downloaded p256 v0.13.2 |
835 | 2025-02-24T21:00:54.483Z | Downloaded num_threads v0.1.7 |
836 | 2025-02-24T21:00:54.486Z | Downloaded aho-corasick v1.1.3 |
837 | 2025-02-24T21:00:54.491Z | Downloaded dirs-sys-next v0.1.2 |
838 | 2025-02-24T21:00:54.493Z | Downloaded futures-sink v0.3.31 |
839 | 2025-02-24T21:00:54.496Z | Downloaded fallible-streaming-iterator v0.1.9 |
840 | 2025-02-24T21:00:54.496Z | Downloaded rpassword v7.3.1 |
841 | 2025-02-24T21:00:54.496Z | Downloaded newtype-uuid v1.2.1 |
842 | 2025-02-24T21:00:54.499Z | Downloaded qorb v0.2.1 |
843 | 2025-02-24T21:00:54.502Z | Downloaded ed25519 v2.2.3 |
844 | 2025-02-24T21:00:54.504Z | Downloaded utf-8 v0.7.6 |
845 | 2025-02-24T21:00:54.507Z | Downloaded ed25519-dalek v2.1.1 |
846 | 2025-02-24T21:00:54.509Z | Downloaded nu-ansi-term v0.50.1 |
847 | 2025-02-24T21:00:54.512Z | Downloaded derive_builder v0.20.2 |
848 | 2025-02-24T21:00:54.516Z | Downloaded stringprep v0.1.5 |
849 | 2025-02-24T21:00:54.519Z | Downloaded der_derive v0.7.3 |
850 | 2025-02-24T21:00:54.521Z | Downloaded ref-cast-impl v1.0.23 |
851 | 2025-02-24T21:00:54.521Z | Downloaded supports-color v3.0.1 |
852 | 2025-02-24T21:00:54.524Z | Downloaded zerofrom v0.1.4 |
853 | 2025-02-24T21:00:54.524Z | Downloaded zone_cfg_derive v0.1.2 |
854 | 2025-02-24T21:00:54.524Z | Downloaded num-bigint-dig v0.8.4 |
855 | 2025-02-24T21:00:54.529Z | Downloaded same-file v1.0.6 |
856 | 2025-02-24T21:00:54.532Z | Downloaded blake3 v1.5.4 |
857 | 2025-02-24T21:00:54.539Z | Downloaded zone_cfg_derive v0.3.0 |
858 | 2025-02-24T21:00:54.541Z | Downloaded papergrid v0.14.0 |
859 | 2025-02-24T21:00:54.544Z | Downloaded secrecy v0.8.0 |
860 | 2025-02-24T21:00:54.547Z | Downloaded static_assertions v1.1.0 |
861 | 2025-02-24T21:00:54.549Z | Downloaded scheduled-thread-pool v0.2.7 |
862 | 2025-02-24T21:00:54.549Z | Downloaded diesel-dtrace v0.4.2 |
863 | 2025-02-24T21:00:54.552Z | Downloaded proc-macro-crate v1.3.1 |
864 | 2025-02-24T21:00:54.552Z | Downloaded scrypt v0.11.0 |
865 | 2025-02-24T21:00:54.554Z | Downloaded unicode-segmentation v1.12.0 |
866 | 2025-02-24T21:00:54.557Z | Downloaded dyn-clone v1.0.18 |
867 | 2025-02-24T21:00:54.559Z | Downloaded primeorder v0.13.6 |
868 | 2025-02-24T21:00:54.562Z | Downloaded uuid v1.12.0 |
869 | 2025-02-24T21:00:54.564Z | Downloaded rand_chacha v0.9.0 |
870 | 2025-02-24T21:00:54.568Z | Downloaded ssh-encoding v0.2.0 |
871 | 2025-02-24T21:00:54.568Z | Downloaded ssh-cipher v0.2.0 |
872 | 2025-02-24T21:00:54.571Z | Downloaded tracing-attributes v0.1.27 |
873 | 2025-02-24T21:00:54.571Z | Downloaded signal-hook v0.3.17 |
874 | 2025-02-24T21:00:54.574Z | Downloaded tower v0.5.2 |
875 | 2025-02-24T21:00:54.584Z | Downloaded num-iter v0.1.45 |
876 | 2025-02-24T21:00:54.587Z | Downloaded typify-macro v0.2.0 |
877 | 2025-02-24T21:00:54.587Z | Downloaded password-hash v0.5.0 |
878 | 2025-02-24T21:00:54.589Z | Downloaded password-hash v0.4.2 |
879 | 2025-02-24T21:00:54.589Z | Downloaded walkdir v2.5.0 |
880 | 2025-02-24T21:00:54.592Z | Downloaded parking_lot_core v0.9.10 |
881 | 2025-02-24T21:00:54.594Z | Downloaded displaydoc v0.2.5 |
882 | 2025-02-24T21:00:54.597Z | Downloaded futures-channel v0.3.31 |
883 | 2025-02-24T21:00:54.599Z | Downloaded aws-lc-rs v1.10.0 |
884 | 2025-02-24T21:00:54.608Z | Downloaded mockall v0.13.1 |
885 | 2025-02-24T21:00:54.610Z | Downloaded futures-task v0.3.31 |
886 | 2025-02-24T21:00:54.613Z | Downloaded derive_builder_core v0.20.2 |
887 | 2025-02-24T21:00:54.613Z | Downloaded serde_yaml v0.9.34+deprecated |
888 | 2025-02-24T21:00:54.616Z | Downloaded predicates v3.1.3 |
889 | 2025-02-24T21:00:54.619Z | Downloaded chrono v0.4.39 |
890 | 2025-02-24T21:00:54.626Z | Downloaded subprocess v0.2.9 |
891 | 2025-02-24T21:00:54.629Z | Downloaded lalrpop v0.19.12 |
892 | 2025-02-24T21:00:54.640Z | Downloaded proc-macro-error2 v2.0.1 |
893 | 2025-02-24T21:00:54.643Z | Downloaded bindgen v0.69.5 |
894 | 2025-02-24T21:00:54.651Z | Downloaded time v0.3.36 |
895 | 2025-02-24T21:00:54.657Z | Downloaded parking_lot v0.11.2 |
896 | 2025-02-24T21:00:54.661Z | Downloaded quick-xml v0.37.2 |
897 | 2025-02-24T21:00:54.666Z | Downloaded ron v0.8.1 |
898 | 2025-02-24T21:00:54.671Z | Downloaded tracing-core v0.1.32 |
899 | 2025-02-24T21:00:54.674Z | Downloaded bindgen v0.71.1 |
900 | 2025-02-24T21:00:54.682Z | Downloaded num-traits v0.2.19 |
901 | 2025-02-24T21:00:54.684Z | Downloaded reqwest v0.12.12 |
902 | 2025-02-24T21:00:54.693Z | Downloaded ron v0.7.1 |
903 | 2025-02-24T21:00:54.698Z | Downloaded rayon-core v1.12.1 |
904 | 2025-02-24T21:00:54.701Z | Downloaded steno v0.4.1 |
905 | 2025-02-24T21:00:54.706Z | Downloaded rustyline v14.0.0 |
906 | 2025-02-24T21:00:54.712Z | Downloaded tracing v0.1.40 |
907 | 2025-02-24T21:00:54.717Z | Downloaded rand v0.9.0 |
908 | 2025-02-24T21:00:54.721Z | Downloaded h2 v0.4.6 |
909 | 2025-02-24T21:00:54.729Z | Downloaded tokio-postgres v0.7.12 |
910 | 2025-02-24T21:00:54.734Z | Downloaded salty v0.3.0 |
911 | 2025-02-24T21:00:54.741Z | Downloaded rcgen v0.12.1 |
912 | 2025-02-24T21:00:54.744Z | Downloaded rustls-webpki v0.101.7 |
913 | 2025-02-24T21:00:54.759Z | Downloaded hashbrown v0.14.5 |
914 | 2025-02-24T21:00:54.764Z | Downloaded icu_properties_data v1.5.0 |
915 | 2025-02-24T21:00:54.777Z | Downloaded typed-path v0.9.3 |
916 | 2025-02-24T21:00:54.782Z | Downloaded curve25519-dalek v4.1.3 |
917 | 2025-02-24T21:00:54.793Z | Downloaded tough v0.19.0 |
918 | 2025-02-24T21:00:54.801Z | Downloaded rustls-webpki v0.102.8 |
919 | 2025-02-24T21:00:54.820Z | Downloaded num-bigint v0.4.6 |
920 | 2025-02-24T21:00:54.825Z | Downloaded quinn-proto v0.11.8 |
921 | 2025-02-24T21:00:54.832Z | Downloaded tabled v0.18.0 |
922 | 2025-02-24T21:00:54.850Z | Downloaded zerovec v0.10.4 |
923 | 2025-02-24T21:00:54.856Z | Downloaded webpki-roots v0.26.6 |
924 | 2025-02-24T21:00:54.859Z | Downloaded openssl v0.10.71 |
925 | 2025-02-24T21:00:54.869Z | Downloaded sqlparser v0.45.0 |
926 | 2025-02-24T21:00:54.875Z | Downloaded rayon v1.10.0 |
927 | 2025-02-24T21:00:54.885Z | Downloaded portable-atomic v1.9.0 |
928 | 2025-02-24T21:00:54.893Z | Downloaded rusqlite v0.32.1 |
929 | 2025-02-24T21:00:54.900Z | Downloaded polar-core v0.27.3 |
930 | 2025-02-24T21:00:54.909Z | Downloaded gimli v0.31.1 |
931 | 2025-02-24T21:00:54.918Z | Downloaded regex v1.11.1 |
932 | 2025-02-24T21:00:54.932Z | Downloaded futures-util v0.3.31 |
933 | 2025-02-24T21:00:54.943Z | Downloaded p384 v0.13.0 |
934 | 2025-02-24T21:00:54.951Z | Downloaded rustls v0.22.4 |
935 | 2025-02-24T21:00:54.972Z | Downloaded radix_trie v0.2.1 |
936 | 2025-02-24T21:00:54.980Z | Downloaded zerocopy v0.8.10 |
937 | 2025-02-24T21:00:55.006Z | Downloaded rustls v0.23.19 |
938 | 2025-02-24T21:00:55.020Z | Downloaded regex-syntax v0.8.5 |
939 | 2025-02-24T21:00:55.028Z | Downloaded hickory-proto v0.24.3 |
940 | 2025-02-24T21:00:55.043Z | Downloaded object v0.30.4 |
941 | 2025-02-24T21:00:55.053Z | Downloaded smoltcp v0.11.0 |
942 | 2025-02-24T21:00:55.066Z | Downloaded dropshot v0.15.1 |
943 | 2025-02-24T21:00:55.088Z | Downloaded openapiv3 v2.0.0 |
944 | 2025-02-24T21:00:55.099Z | Downloaded regex-syntax v0.6.29 |
945 | 2025-02-24T21:00:55.106Z | Downloaded nix v0.28.0 |
946 | 2025-02-24T21:00:55.118Z | Downloaded zerocopy-derive v0.6.6 |
947 | 2025-02-24T21:00:55.127Z | Downloaded nix v0.29.0 |
948 | 2025-02-24T21:00:55.139Z | Downloaded object v0.36.5 |
949 | 2025-02-24T21:00:55.150Z | Downloaded dropshot v0.12.0 |
950 | 2025-02-24T21:00:55.171Z | Downloaded typify-impl v0.2.0 |
951 | 2025-02-24T21:00:55.185Z | Downloaded sled v0.34.7 |
952 | 2025-02-24T21:00:55.195Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
953 | 2025-02-24T21:00:55.208Z | Downloaded diesel v2.2.7 |
954 | 2025-02-24T21:00:55.225Z | Downloaded ratatui v0.29.0 |
955 | 2025-02-24T21:00:55.245Z | Downloaded regress v0.9.1 |
956 | 2025-02-24T21:00:55.253Z | Downloaded winnow v0.5.40 |
957 | 2025-02-24T21:00:55.262Z | Downloaded typify-impl v0.3.0 |
958 | 2025-02-24T21:00:55.277Z | Downloaded unicode-width v0.2.0 |
959 | 2025-02-24T21:00:55.283Z | Downloaded nix v0.27.1 |
960 | 2025-02-24T21:00:55.293Z | Downloaded tokio v1.43.0 |
961 | 2025-02-24T21:00:55.331Z | Downloaded csv v1.3.1 |
962 | 2025-02-24T21:00:55.349Z | Downloaded petname v2.0.2 |
963 | 2025-02-24T21:00:55.355Z | Downloaded sha3 v0.10.8 |
964 | 2025-02-24T21:00:55.359Z | Downloaded regex-automata v0.4.8 |
965 | 2025-02-24T21:00:55.374Z | Downloaded petgraph v0.6.5 |
966 | 2025-02-24T21:00:55.390Z | Downloaded lzma-sys v0.1.20 |
967 | 2025-02-24T21:00:55.417Z | Downloaded libz-sys v1.1.20 |
968 | 2025-02-24T21:00:55.437Z | Downloaded vcpkg v0.2.15 |
969 | 2025-02-24T21:00:55.472Z | Downloaded smoltcp v0.9.1 |
970 | 2025-02-24T21:00:55.482Z | Downloaded rustls v0.21.12 |
971 | 2025-02-24T21:00:55.493Z | Downloaded regress v0.10.1 |
972 | 2025-02-24T21:00:55.501Z | Downloaded bstr v1.10.0 |
973 | 2025-02-24T21:00:55.510Z | Downloaded chrono-tz v0.10.1 |
974 | 2025-02-24T21:00:55.517Z | Downloaded git2 v0.19.0 |
975 | 2025-02-24T21:00:55.526Z | Downloaded der v0.7.9 |
976 | 2025-02-24T21:00:55.531Z | Downloaded hashbrown v0.13.2 |
977 | 2025-02-24T21:00:55.535Z | Downloaded futures v0.3.31 |
978 | 2025-02-24T21:00:55.540Z | Downloaded unicode-normalization v0.1.24 |
979 | 2025-02-24T21:00:55.544Z | Downloaded bitvec v1.0.1 |
980 | 2025-02-24T21:00:55.558Z | Downloaded unicode-bidi v0.3.17 |
981 | 2025-02-24T21:00:55.561Z | Downloaded proptest v1.5.0 |
982 | 2025-02-24T21:00:55.570Z | Downloaded progenitor v0.8.0 |
983 | 2025-02-24T21:00:55.573Z | Downloaded strum_macros v0.26.4 |
984 | 2025-02-24T21:00:55.575Z | Downloaded tokio-rustls v0.24.1 |
985 | 2025-02-24T21:00:55.578Z | Downloaded progenitor v0.9.1 |
986 | 2025-02-24T21:00:55.578Z | Downloaded semver v0.1.20 |
987 | 2025-02-24T21:00:55.578Z | Downloaded peg v0.8.4 |
988 | 2025-02-24T21:00:55.581Z | Downloaded pbkdf2 v0.12.2 |
989 | 2025-02-24T21:00:55.584Z | Downloaded num-rational v0.4.2 |
990 | 2025-02-24T21:00:55.587Z | Downloaded daft v0.1.1 |
991 | 2025-02-24T21:00:55.587Z | Downloaded progenitor-impl v0.8.0 |
992 | 2025-02-24T21:00:55.590Z | Downloaded display-error-chain v0.2.2 |
993 | 2025-02-24T21:00:55.590Z | Downloaded dirs-next v2.0.0 |
994 | 2025-02-24T21:00:55.593Z | Downloaded ecdsa v0.16.9 |
995 | 2025-02-24T21:00:55.596Z | Downloaded tls_codec_derive v0.4.1 |
996 | 2025-02-24T21:00:55.596Z | Downloaded parse-display v0.10.0 |
997 | 2025-02-24T21:00:55.596Z | Downloaded fallible-iterator v0.3.0 |
998 | 2025-02-24T21:00:55.599Z | Downloaded strum_macros v0.25.3 |
999 | 2025-02-24T21:00:55.602Z | Downloaded utf16_iter v1.0.5 |
1000 | 2025-02-24T21:00:55.602Z | Downloaded zerocopy-derive v0.8.10 |
1001 | 2025-02-24T21:00:55.606Z | Downloaded encoding_rs v0.8.34 |
1002 | 2025-02-24T21:00:55.626Z | Downloaded russh v0.45.0 |
1003 | 2025-02-24T21:00:55.631Z | Downloaded p521 v0.13.3 |
1004 | 2025-02-24T21:00:55.634Z | Downloaded fatfs v0.3.6 |
1005 | 2025-02-24T21:00:55.637Z | Downloaded defmt-parser v0.3.4 |
1006 | 2025-02-24T21:00:55.639Z | Downloaded serde_with v3.11.0 |
1007 | 2025-02-24T21:00:55.646Z | Downloaded utf8_iter v1.0.4 |
1008 | 2025-02-24T21:00:55.648Z | Downloaded slog-async v2.8.0 |
1009 | 2025-02-24T21:00:55.648Z | Downloaded yasna v0.5.2 |
1010 | 2025-02-24T21:00:55.652Z | Downloaded tokio-rustls v0.26.0 |
1011 | 2025-02-24T21:00:55.654Z | Downloaded tokio-rustls v0.25.0 |
1012 | 2025-02-24T21:00:55.654Z | Downloaded futures-macro v0.3.31 |
1013 | 2025-02-24T21:00:55.657Z | Downloaded futures-io v0.3.31 |
1014 | 2025-02-24T21:00:55.657Z | Downloaded tokio-util v0.7.12 |
1015 | 2025-02-24T21:00:55.663Z | Downloaded nom v7.1.3 |
1016 | 2025-02-24T21:00:55.668Z | Downloaded tokio-stream v0.1.16 |
1017 | 2025-02-24T21:00:55.672Z | Downloaded socket2 v0.5.8 |
1018 | 2025-02-24T21:00:55.675Z | Downloaded globset v0.4.15 |
1019 | 2025-02-24T21:00:55.678Z | Downloaded sct v0.7.1 |
1020 | 2025-02-24T21:00:55.681Z | Downloaded progenitor-impl v0.9.1 |
1021 | 2025-02-24T21:00:55.683Z | Downloaded unicase v2.7.0 |
1022 | 2025-02-24T21:00:55.683Z | Downloaded flate2 v1.0.35 |
1023 | 2025-02-24T21:00:55.687Z | Downloaded ring v0.17.11 |
1024 | 2025-02-24T21:00:55.731Z | Downloaded path-slash v0.1.5 |
1025 | 2025-02-24T21:00:55.733Z | Downloaded take_mut v0.2.2 |
1026 | 2025-02-24T21:00:55.733Z | Downloaded slog-envlogger v2.2.0 |
1027 | 2025-02-24T21:00:55.736Z | Downloaded sec1 v0.7.3 |
1028 | 2025-02-24T21:00:55.736Z | Downloaded pin-project-lite v0.2.14 |
1029 | 2025-02-24T21:00:55.740Z | Downloaded serde_with_macros v3.11.0 |
1030 | 2025-02-24T21:00:55.742Z | Downloaded value-bag v1.9.0 |
1031 | 2025-02-24T21:00:55.745Z | Downloaded thiserror-no-std v2.0.2 |
1032 | 2025-02-24T21:00:55.748Z | Downloaded pin-project v1.1.6 |
1033 | 2025-02-24T21:00:55.759Z | Downloaded hkdf v0.12.4 |
1034 | 2025-02-24T21:00:55.762Z | Downloaded elliptic-curve v0.13.8 |
1035 | 2025-02-24T21:00:55.765Z | Downloaded xattr v1.3.1 |
1036 | 2025-02-24T21:00:55.768Z | Downloaded float-cmp v0.10.0 |
1037 | 2025-02-24T21:00:55.770Z | Downloaded zip v2.1.3 |
1038 | 2025-02-24T21:00:55.773Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1039 | 2025-02-24T21:00:55.833Z | Downloaded x509-cert v0.2.5 |
1040 | 2025-02-24T21:00:55.839Z | Downloaded openssl-sys v0.9.106 |
1041 | 2025-02-24T21:00:55.844Z | Downloaded ssh-key v0.6.6 |
1042 | 2025-02-24T21:00:55.851Z | Downloaded parking_lot_core v0.8.6 |
1043 | 2025-02-24T21:00:55.854Z | Downloaded string_cache v0.8.7 |
1044 | 2025-02-24T21:00:55.856Z | Downloaded funty v2.0.0 |
1045 | 2025-02-24T21:00:55.856Z | Downloaded fs_extra v1.3.0 |
1046 | 2025-02-24T21:00:55.859Z | Downloaded mockall_derive v0.13.1 |
1047 | 2025-02-24T21:00:55.861Z | Downloaded snafu v0.8.5 |
1048 | 2025-02-24T21:00:55.865Z | Downloaded mio v1.0.2 |
1049 | 2025-02-24T21:00:55.871Z | Downloaded term v0.7.0 |
1050 | 2025-02-24T21:00:55.874Z | Downloaded unicode_categories v0.1.1 |
1051 | 2025-02-24T21:00:55.877Z | Downloaded hyper v1.5.2 |
1052 | 2025-02-24T21:00:55.883Z | Downloaded progenitor-macro v0.9.1 |
1053 | 2025-02-24T21:00:55.886Z | Downloaded phf v0.11.2 |
1054 | 2025-02-24T21:00:55.886Z | Downloaded fixedbitset v0.4.2 |
1055 | 2025-02-24T21:00:55.889Z | Downloaded ff v0.13.0 |
1056 | 2025-02-24T21:00:55.889Z | Downloaded fd-lock v4.0.2 |
1057 | 2025-02-24T21:00:55.891Z | Downloaded spki v0.7.3 |
1058 | 2025-02-24T21:00:55.894Z | Downloaded spin v0.9.8 |
1059 | 2025-02-24T21:00:55.896Z | Downloaded snafu-derive v0.8.5 |
1060 | 2025-02-24T21:00:55.896Z | Downloaded toml_edit v0.19.15 |
1061 | 2025-02-24T21:00:55.912Z | Downloaded unicode-properties v0.1.3 |
1062 | 2025-02-24T21:00:55.916Z | Downloaded flume v0.11.1 |
1063 | 2025-02-24T21:00:55.918Z | Downloaded signal-hook-registry v1.4.2 |
1064 | 2025-02-24T21:00:55.921Z | Downloaded pkcs1 v0.7.5 |
1065 | 2025-02-24T21:00:55.924Z | Downloaded parse-zoneinfo v0.3.1 |
1066 | 2025-02-24T21:00:55.926Z | Downloaded libm v0.2.8 |
1067 | 2025-02-24T21:00:55.933Z | Downloaded itertools v0.12.1 |
1068 | 2025-02-24T21:00:55.939Z | Downloaded float-ord v0.3.2 |
1069 | 2025-02-24T21:00:55.942Z | Downloaded native-tls v0.2.12 |
1070 | 2025-02-24T21:00:55.944Z | Downloaded multer v3.1.0 |
1071 | 2025-02-24T21:00:55.947Z | Downloaded russh-keys v0.45.0 |
1072 | 2025-02-24T21:00:55.949Z | Downloaded thread_local v1.1.8 |
1073 | 2025-02-24T21:00:55.949Z | Downloaded idna v1.0.3 |
1074 | 2025-02-24T21:00:55.952Z | Downloaded tungstenite v0.23.0 |
1075 | 2025-02-24T21:00:55.955Z | Downloaded tungstenite v0.21.0 |
1076 | 2025-02-24T21:00:55.960Z | Downloaded tar v0.4.42 |
1077 | 2025-02-24T21:00:55.963Z | Downloaded libxml v0.3.3 |
1078 | 2025-02-24T21:00:55.967Z | Downloaded pem v3.0.4 |
1079 | 2025-02-24T21:00:55.970Z | Downloaded oxnet v0.1.0 |
1080 | 2025-02-24T21:00:55.972Z | Downloaded owo-colors v4.1.0 |
1081 | 2025-02-24T21:00:55.974Z | Downloaded nanorand v0.7.0 |
1082 | 2025-02-24T21:00:55.977Z | Downloaded multimap v0.10.0 |
1083 | 2025-02-24T21:00:55.977Z | Downloaded half v2.4.1 |
1084 | 2025-02-24T21:00:55.979Z | Downloaded prettyplease v0.2.29 |
1085 | 2025-02-24T21:00:55.982Z | Downloaded itertools v0.10.5 |
1086 | 2025-02-24T21:00:55.989Z | Downloaded postcard v1.0.10 |
1087 | 2025-02-24T21:00:55.991Z | Downloaded pin-project-internal v1.1.6 |
1088 | 2025-02-24T21:00:55.994Z | Downloaded rand v0.8.5 |
1089 | 2025-02-24T21:00:55.997Z | Downloaded publicsuffix v2.3.0 |
1090 | 2025-02-24T21:00:55.999Z | Downloaded which v4.4.2 |
1091 | 2025-02-24T21:00:56.002Z | Downloaded url v2.5.3 |
1092 | 2025-02-24T21:00:56.004Z | Downloaded toml v0.7.8 |
1093 | 2025-02-24T21:00:56.007Z | Downloaded crossbeam-channel v0.5.13 |
1094 | 2025-02-24T21:00:56.011Z | Downloaded rand_core v0.6.4 |
1095 | 2025-02-24T21:00:56.013Z | Downloaded radium v0.7.0 |
1096 | 2025-02-24T21:00:56.013Z | Downloaded ppv-lite86 v0.2.20 |
1097 | 2025-02-24T21:00:56.016Z | Downloaded powerfmt v0.2.0 |
1098 | 2025-02-24T21:00:56.016Z | Downloaded postgres-protocol v0.6.8 |
1099 | 2025-02-24T21:00:56.018Z | Downloaded group v0.13.0 |
1100 | 2025-02-24T21:00:56.021Z | Downloaded pkcs5 v0.7.1 |
1101 | 2025-02-24T21:00:56.023Z | Downloaded rsa v0.9.6 |
1102 | 2025-02-24T21:00:56.027Z | Downloaded bumpalo v3.16.0 |
1103 | 2025-02-24T21:00:56.030Z | Downloaded foreign-types v0.5.0 |
1104 | 2025-02-24T21:00:56.033Z | Downloaded icu_collections v1.5.0 |
1105 | 2025-02-24T21:00:56.037Z | Downloaded foldhash v0.1.3 |
1106 | 2025-02-24T21:00:56.040Z | Downloaded ena v0.14.3 |
1107 | 2025-02-24T21:00:56.042Z | Downloaded embedded-io v0.6.1 |
1108 | 2025-02-24T21:00:56.042Z | Downloaded difflib v0.4.0 |
1109 | 2025-02-24T21:00:56.045Z | Downloaded zone v0.3.0 |
1110 | 2025-02-24T21:00:56.045Z | Downloaded zone v0.1.8 |
1111 | 2025-02-24T21:00:56.045Z | Downloaded wyz v0.5.1 |
1112 | 2025-02-24T21:00:56.047Z | Downloaded dropshot_endpoint v0.15.1 |
1113 | 2025-02-24T21:00:56.050Z | Downloaded vergen v8.3.2 |
1114 | 2025-02-24T21:00:56.053Z | Downloaded schemars v0.8.21 |
1115 | 2025-02-24T21:00:56.062Z | Downloaded hickory-resolver v0.24.3 |
1116 | 2025-02-24T21:00:56.067Z | Downloaded const_format v0.2.34 |
1117 | 2025-02-24T21:00:56.072Z | Downloaded chacha20poly1305 v0.10.1 |
1118 | 2025-02-24T21:00:56.074Z | Downloaded test-strategy v0.4.0 |
1119 | 2025-02-24T21:00:56.077Z | Downloaded siphasher v0.3.11 |
1120 | 2025-02-24T21:00:56.079Z | Downloaded packed_struct v0.10.1 |
1121 | 2025-02-24T21:00:56.081Z | Downloaded indicatif v0.17.11 |
1122 | 2025-02-24T21:00:56.085Z | Downloaded daft-derive v0.1.1 |
1123 | 2025-02-24T21:00:56.088Z | Downloaded icu_properties v1.5.1 |
1124 | 2025-02-24T21:00:56.091Z | Downloaded typify v0.2.0 |
1125 | 2025-02-24T21:00:56.093Z | Downloaded tokio-tungstenite v0.23.1 |
1126 | 2025-02-24T21:00:56.096Z | Downloaded arc-swap v1.7.1 |
1127 | 2025-02-24T21:00:56.099Z | Downloaded tower-layer v0.3.3 |
1128 | 2025-02-24T21:00:56.102Z | Downloaded tabled_derive v0.10.0 |
1129 | 2025-02-24T21:00:56.102Z | Downloaded sqlformat v0.2.6 |
1130 | 2025-02-24T21:00:56.104Z | Downloaded icu_normalizer v1.5.0 |
1131 | 2025-02-24T21:00:56.107Z | Downloaded base64 v0.21.7 |
1132 | 2025-02-24T21:00:56.110Z | Downloaded nibble_vec v0.1.0 |
1133 | 2025-02-24T21:00:56.112Z | Downloaded fragile v2.0.0 |
1134 | 2025-02-24T21:00:56.115Z | Downloaded form_urlencoded v1.2.1 |
1135 | 2025-02-24T21:00:56.115Z | Downloaded env_filter v0.1.2 |
1136 | 2025-02-24T21:00:56.115Z | Downloaded either v1.13.0 |
1137 | 2025-02-24T21:00:56.117Z | Downloaded slog-term v2.9.1 |
1138 | 2025-02-24T21:00:56.121Z | Downloaded compact_str v0.8.0 |
1139 | 2025-02-24T21:00:56.123Z | Downloaded debug-ignore v1.0.5 |
1140 | 2025-02-24T21:00:56.123Z | Downloaded data-encoding v2.6.0 |
1141 | 2025-02-24T21:00:56.126Z | Downloaded zerofrom-derive v0.1.4 |
1142 | 2025-02-24T21:00:56.126Z | Downloaded wait-timeout v0.2.0 |
1143 | 2025-02-24T21:00:56.128Z | Downloaded unicode-xid v0.2.6 |
1144 | 2025-02-24T21:00:56.128Z | Downloaded async-bb8-diesel v0.2.1 |
1145 | 2025-02-24T21:00:56.131Z | Downloaded slog-scope v4.4.0 |
1146 | 2025-02-24T21:00:56.134Z | Downloaded scopeguard v1.2.0 |
1147 | 2025-02-24T21:00:56.134Z | Downloaded headers v0.4.0 |
1148 | 2025-02-24T21:00:56.138Z | Downloaded mirai-annotations v1.12.0 |
1149 | 2025-02-24T21:00:56.140Z | Downloaded shell-words v1.1.0 |
1150 | 2025-02-24T21:00:56.141Z | Downloaded icu_normalizer_data v1.5.0 |
1151 | 2025-02-24T21:00:56.143Z | Downloaded crc-any v2.5.0 |
1152 | 2025-02-24T21:00:56.146Z | Downloaded const_format_proc_macros v0.2.34 |
1153 | 2025-02-24T21:00:56.146Z | Downloaded clang-sys v1.8.1 |
1154 | 2025-02-24T21:00:56.148Z | Downloaded icu_locid v1.5.0 |
1155 | 2025-02-24T21:00:56.152Z | Downloaded litrs v0.4.1 |
1156 | 2025-02-24T21:00:56.155Z | Downloaded hickory-client v0.24.3 |
1157 | 2025-02-24T21:00:56.158Z | Downloaded csv-core v0.1.11 |
1158 | 2025-02-24T21:00:56.160Z | Downloaded blake2 v0.10.6 |
1159 | 2025-02-24T21:00:56.163Z | Downloaded memmap2 v0.9.5 |
1160 | 2025-02-24T21:00:56.165Z | Downloaded crossbeam-epoch v0.9.18 |
1161 | 2025-02-24T21:00:56.165Z | Downloaded cookie v0.18.1 |
1162 | 2025-02-24T21:00:56.168Z | Downloaded const-oid v0.9.6 |
1163 | 2025-02-24T21:00:56.170Z | Downloaded rustversion v1.0.17 |
1164 | 2025-02-24T21:00:56.173Z | Downloaded icu_provider v1.5.0 |
1165 | 2025-02-24T21:00:56.175Z | Downloaded hmac v0.12.1 |
1166 | 2025-02-24T21:00:56.178Z | Downloaded blowfish v0.9.1 |
1167 | 2025-02-24T21:00:56.178Z | Downloaded hyper-rustls v0.27.3 |
1168 | 2025-02-24T21:00:56.180Z | Downloaded litemap v0.7.3 |
1169 | 2025-02-24T21:00:56.183Z | Downloaded ipnet v2.10.1 |
1170 | 2025-02-24T21:00:56.185Z | Downloaded chrono-tz-build v0.4.0 |
1171 | 2025-02-24T21:00:56.185Z | Downloaded castaway v0.2.3 |
1172 | 2025-02-24T21:00:56.188Z | Downloaded ciborium v0.2.2 |
1173 | 2025-02-24T21:00:56.190Z | Downloaded cancel-safe-futures v0.1.5 |
1174 | 2025-02-24T21:00:56.194Z | Downloaded bzip2 v0.4.4 |
1175 | 2025-02-24T21:00:56.197Z | Downloaded icu_locid_transform v1.5.0 |
1176 | 2025-02-24T21:00:56.197Z | Downloaded bitflags v1.3.2 |
1177 | 2025-02-24T21:00:56.199Z | Downloaded jobserver v0.1.32 |
1178 | 2025-02-24T21:00:56.202Z | Downloaded crc32fast v1.4.2 |
1179 | 2025-02-24T21:00:56.204Z | Downloaded argon2 v0.5.3 |
1180 | 2025-02-24T21:00:56.204Z | Downloaded colored v2.1.0 |
1181 | 2025-02-24T21:00:56.207Z | Downloaded ciborium-io v0.2.2 |
1182 | 2025-02-24T21:00:56.207Z | Downloaded predicates-tree v1.0.11 |
1183 | 2025-02-24T21:00:56.209Z | Downloaded crunchy v0.2.2 |
1184 | 2025-02-24T21:00:56.209Z | Downloaded ahash v0.8.11 |
1185 | 2025-02-24T21:00:56.212Z | Downloaded backoff v0.4.0 |
1186 | 2025-02-24T21:00:56.215Z | Downloaded arrayvec v0.7.6 |
1187 | 2025-02-24T21:00:56.215Z | Downloaded adler2 v2.0.0 |
1188 | 2025-02-24T21:00:56.217Z | Downloaded cobs v0.2.3 |
1189 | 2025-02-24T21:00:56.217Z | Downloaded is-terminal v0.4.13 |
1190 | 2025-02-24T21:00:56.220Z | Downloaded instability v0.3.2 |
1191 | 2025-02-24T21:00:56.220Z | Downloaded hyper-tls v0.6.0 |
1192 | 2025-02-24T21:00:56.220Z | Downloaded hostname v0.3.1 |
1193 | 2025-02-24T21:00:56.223Z | Downloaded ctr v0.9.2 |
1194 | 2025-02-24T21:00:56.225Z | Downloaded ascii-canvas v3.0.0 |
1195 | 2025-02-24T21:00:56.225Z | Downloaded cipher v0.4.4 |
1196 | 2025-02-24T21:00:56.228Z | Downloaded ciborium-ll v0.2.2 |
1197 | 2025-02-24T21:00:56.228Z | Downloaded cexpr v0.6.0 |
1198 | 2025-02-24T21:00:56.230Z | Downloaded bitfield-struct v0.6.2 |
1199 | 2025-02-24T21:00:56.230Z | Downloaded keccak v0.1.5 |
1200 | 2025-02-24T21:00:56.233Z | Downloaded buf-list v1.0.3 |
1201 | 2025-02-24T21:00:56.233Z | Downloaded indoc v1.0.9 |
1202 | 2025-02-24T21:00:56.236Z | Downloaded httpdate v1.0.3 |
1203 | 2025-02-24T21:00:56.239Z | Downloaded block-padding v0.3.3 |
1204 | 2025-02-24T21:00:56.239Z | Downloaded bitfield v0.14.0 |
1205 | 2025-02-24T21:00:56.239Z | Downloaded idna_adapter v1.2.0 |
1206 | 2025-02-24T21:00:56.242Z | Downloaded crossbeam-deque v0.8.5 |
1207 | 2025-02-24T21:00:56.244Z | Downloaded crc v3.2.1 |
1208 | 2025-02-24T21:00:56.247Z | Downloaded cmake v0.1.51 |
1209 | 2025-02-24T21:00:56.249Z | Downloaded home v0.5.9 |
1210 | 2025-02-24T21:00:56.250Z | Downloaded bb8 v0.8.5 |
1211 | 2025-02-24T21:00:56.250Z | Downloaded bit-vec v0.6.3 |
1212 | 2025-02-24T21:00:56.253Z | Downloaded array-init v0.0.4 |
1213 | 2025-02-24T21:00:56.253Z | Downloaded instant v0.1.13 |
1214 | 2025-02-24T21:00:56.256Z | Downloaded icu_provider_macros v1.5.0 |
1215 | 2025-02-24T21:00:56.301Z | Downloaded libsqlite3-sys v0.30.1 |
1216 | 2025-02-24T21:00:56.522Z | Downloaded aws-lc-sys v0.22.0 |
1217 | 2025-02-24T21:00:56.827Z | Compiling serde v1.0.218 |
1218 | 2025-02-24T21:00:56.829Z | Compiling value-bag v1.9.0 |
1219 | 2025-02-24T21:00:56.829Z | Compiling lock_api v0.4.12 |
1220 | 2025-02-24T21:00:56.829Z | Compiling scopeguard v1.2.0 |
1221 | 2025-02-24T21:00:56.829Z | Compiling typenum v1.17.0 |
1222 | 2025-02-24T21:00:56.829Z | Compiling generic-array v0.14.7 |
1223 | 2025-02-24T21:00:57.025Z | Compiling syn v2.0.96 |
1224 | 2025-02-24T21:00:57.037Z | Compiling getrandom v0.2.15 |
1225 | 2025-02-24T21:00:57.147Z | Compiling shlex v1.3.0 |
1226 | 2025-02-24T21:00:57.379Z | Compiling rand_core v0.6.4 |
1227 | 2025-02-24T21:00:57.441Z | Compiling log v0.4.22 |
1228 | 2025-02-24T21:00:57.554Z | Compiling subtle v2.6.1 |
1229 | 2025-02-24T21:00:57.574Z | Compiling jobserver v0.1.32 |
1230 | 2025-02-24T21:00:57.593Z | Compiling smallvec v1.14.0 |
1231 | 2025-02-24T21:00:57.817Z | Compiling const-oid v0.9.6 |
1232 | 2025-02-24T21:00:57.890Z | Compiling pin-project-lite v0.2.14 |
1233 | 2025-02-24T21:00:57.909Z | Compiling parking_lot_core v0.9.10 |
1234 | 2025-02-24T21:00:57.992Z | Compiling cc v1.2.15 |
1235 | 2025-02-24T21:00:58.023Z | Compiling rustix v0.38.37 |
1236 | 2025-02-24T21:00:58.158Z | Compiling futures-core v0.3.31 |
1237 | 2025-02-24T21:00:58.356Z | Compiling spin v0.9.8 |
1238 | 2025-02-24T21:00:58.397Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2025-02-24T21:00:58.745Z | Compiling parking_lot v0.12.3 |
1240 | 2025-02-24T21:00:58.817Z | Compiling mio v1.0.2 |
1241 | 2025-02-24T21:00:58.882Z | Compiling either v1.13.0 |
1242 | 2025-02-24T21:00:59.040Z | Compiling aho-corasick v1.1.3 |
1243 | 2025-02-24T21:00:59.279Z | Compiling stable_deref_trait v1.2.0 |
1244 | 2025-02-24T21:00:59.299Z | Compiling cpufeatures v0.2.14 |
1245 | 2025-02-24T21:00:59.396Z | Compiling regex-syntax v0.8.5 |
1246 | 2025-02-24T21:00:59.415Z | Compiling futures-sink v0.3.31 |
1247 | 2025-02-24T21:00:59.547Z | Compiling socket2 v0.5.8 |
1248 | 2025-02-24T21:00:59.567Z | Compiling slab v0.4.9 |
1249 | 2025-02-24T21:00:59.801Z | Compiling glob v0.3.2 |
1250 | 2025-02-24T21:00:59.819Z | Compiling prettyplease v0.2.29 |
1251 | 2025-02-24T21:01:00.320Z | Compiling lazy_static v1.5.0 |
1252 | 2025-02-24T21:01:00.404Z | Compiling minimal-lexical v0.2.1 |
1253 | 2025-02-24T21:01:00.453Z | Compiling serde_json v1.0.139 |
1254 | 2025-02-24T21:01:00.456Z | Compiling futures-channel v0.3.31 |
1255 | 2025-02-24T21:01:00.740Z | Compiling clang-sys v1.8.1 |
1256 | 2025-02-24T21:01:00.828Z | Compiling nom v7.1.3 |
1257 | 2025-02-24T21:01:00.878Z | Compiling libloading v0.8.5 |
1258 | 2025-02-24T21:01:00.899Z | Compiling futures-io v0.3.31 |
1259 | 2025-02-24T21:01:01.176Z | Compiling futures-task v0.3.31 |
1260 | 2025-02-24T21:01:01.275Z | Compiling pin-utils v0.1.0 |
1261 | 2025-02-24T21:01:01.383Z | Compiling bindgen v0.69.5 |
1262 | 2025-02-24T21:01:01.488Z | Compiling home v0.5.9 |
1263 | 2025-02-24T21:01:01.709Z | Compiling itertools v0.12.1 |
1264 | 2025-02-24T21:01:01.936Z | Compiling libm v0.2.8 |
1265 | 2025-02-24T21:01:02.245Z | Compiling lazycell v1.3.0 |
1266 | 2025-02-24T21:01:02.279Z | Compiling rustc-hash v1.1.0 |
1267 | 2025-02-24T21:01:02.416Z | Compiling allocator-api2 v0.2.18 |
1268 | 2025-02-24T21:01:02.444Z | Compiling foldhash v0.1.3 |
1269 | 2025-02-24T21:01:02.773Z | Compiling cmake v0.1.51 |
1270 | 2025-02-24T21:01:03.190Z | Compiling regex-automata v0.4.8 |
1271 | 2025-02-24T21:01:03.624Z | Compiling hashbrown v0.15.1 |
1272 | 2025-02-24T21:01:03.646Z | Compiling num-traits v0.2.19 |
1273 | 2025-02-24T21:01:03.959Z | Compiling cexpr v0.6.0 |
1274 | 2025-02-24T21:01:04.086Z | Compiling fs_extra v1.3.0 |
1275 | 2025-02-24T21:01:04.589Z | Compiling synstructure v0.13.1 |
1276 | 2025-02-24T21:01:04.781Z | Compiling dunce v1.0.5 |
1277 | 2025-02-24T21:01:04.925Z | Compiling pkg-config v0.3.31 |
1278 | 2025-02-24T21:01:05.746Z | Compiling writeable v0.5.5 |
1279 | 2025-02-24T21:01:05.991Z | Compiling litemap v0.7.3 |
1280 | 2025-02-24T21:01:06.181Z | Compiling ring v0.17.11 |
1281 | 2025-02-24T21:01:06.271Z | Compiling paste v1.0.15 |
1282 | 2025-02-24T21:01:06.374Z | Compiling base64ct v1.6.0 |
1283 | 2025-02-24T21:01:06.863Z | Compiling pem-rfc7468 v0.7.0 |
1284 | 2025-02-24T21:01:07.028Z | Compiling aws-lc-rs v1.10.0 |
1285 | 2025-02-24T21:01:07.416Z | Compiling flagset v0.4.6 |
1286 | 2025-02-24T21:01:07.419Z | Compiling icu_locid_transform_data v1.5.0 |
1287 | 2025-02-24T21:01:07.451Z | Compiling httparse v1.9.5 |
1288 | 2025-02-24T21:01:07.636Z | Compiling tracing-core v0.1.32 |
1289 | 2025-02-24T21:01:08.138Z | Compiling icu_properties_data v1.5.0 |
1290 | 2025-02-24T21:01:08.370Z | Compiling percent-encoding v2.3.1 |
1291 | 2025-02-24T21:01:08.396Z | Compiling rustls-pki-types v1.10.0 |
1292 | 2025-02-24T21:01:08.499Z | Compiling regex v1.11.1 |
1293 | 2025-02-24T21:01:08.673Z | Compiling crossbeam-utils v0.8.20 |
1294 | 2025-02-24T21:01:09.207Z | Compiling mirai-annotations v1.12.0 |
1295 | 2025-02-24T21:01:09.339Z | Compiling time-core v0.1.2 |
1296 | 2025-02-24T21:01:09.354Z | Compiling icu_normalizer_data v1.5.0 |
1297 | 2025-02-24T21:01:09.375Z | Compiling write16 v1.0.0 |
1298 | 2025-02-24T21:01:09.392Z | Compiling serde_derive v1.0.218 |
1299 | 2025-02-24T21:01:09.395Z | Compiling zeroize_derive v1.4.2 |
1300 | 2025-02-24T21:01:09.462Z | Compiling zerocopy-derive v0.7.35 |
1301 | 2025-02-24T21:01:09.493Z | Compiling tokio-macros v2.5.0 |
1302 | 2025-02-24T21:01:09.513Z | Compiling zerofrom-derive v0.1.4 |
1303 | 2025-02-24T21:01:10.768Z | Compiling zeroize v1.8.1 |
1304 | 2025-02-24T21:01:10.979Z | Compiling yoke-derive v0.7.4 |
1305 | 2025-02-24T21:01:11.388Z | Compiling zerocopy v0.7.35 |
1306 | 2025-02-24T21:01:11.729Z | Compiling zerovec-derive v0.10.3 |
1307 | 2025-02-24T21:01:12.350Z | Compiling crypto-common v0.1.6 |
1308 | 2025-02-24T21:01:12.563Z | Compiling block-buffer v0.10.4 |
1309 | 2025-02-24T21:01:12.657Z | Compiling futures-macro v0.3.31 |
1310 | 2025-02-24T21:01:12.786Z | Compiling digest v0.10.7 |
1311 | 2025-02-24T21:01:12.826Z | Compiling zerofrom v0.1.4 |
1312 | 2025-02-24T21:01:13.032Z | Compiling thiserror-impl v1.0.69 |
1313 | 2025-02-24T21:01:13.247Z | Compiling hmac v0.12.1 |
1314 | 2025-02-24T21:01:13.486Z | Compiling yoke v0.7.4 |
1315 | 2025-02-24T21:01:13.506Z | Compiling displaydoc v0.2.5 |
1316 | 2025-02-24T21:01:13.526Z | Compiling block-padding v0.3.3 |
1317 | 2025-02-24T21:01:13.780Z | Compiling inout v0.1.3 |
1318 | 2025-02-24T21:01:13.821Z | Compiling ppv-lite86 v0.2.20 |
1319 | 2025-02-24T21:01:14.057Z | Compiling cipher v0.4.4 |
1320 | 2025-02-24T21:01:14.078Z | Compiling zerovec v0.10.4 |
1321 | 2025-02-24T21:01:14.488Z | Compiling futures-util v0.3.31 |
1322 | 2025-02-24T21:01:14.563Z | Compiling sha2 v0.10.8 |
1323 | 2025-02-24T21:01:14.582Z | Compiling icu_provider_macros v1.5.0 |
1324 | 2025-02-24T21:01:15.061Z | Compiling der_derive v0.7.3 |
1325 | 2025-02-24T21:01:15.603Z | Compiling tracing-attributes v0.1.27 |
1326 | 2025-02-24T21:01:15.882Z | Compiling thiserror v1.0.69 |
1327 | 2025-02-24T21:01:16.019Z | Compiling tinystr v0.7.6 |
1328 | 2025-02-24T21:01:16.039Z | Compiling icu_collections v1.5.0 |
1329 | 2025-02-24T21:01:16.404Z | Compiling icu_locid v1.5.0 |
1330 | 2025-02-24T21:01:16.602Z | Compiling pest v2.7.14 |
1331 | 2025-02-24T21:01:17.172Z | Compiling der v0.7.9 |
1332 | 2025-02-24T21:01:17.303Z | Compiling salsa20 v0.10.2 |
1333 | 2025-02-24T21:01:17.533Z | Compiling icu_provider v1.5.0 |
1334 | 2025-02-24T21:01:17.979Z | Compiling pbkdf2 v0.12.2 |
1335 | 2025-02-24T21:01:18.167Z | Compiling utf16_iter v1.0.5 |
1336 | 2025-02-24T21:01:18.386Z | Compiling icu_locid_transform v1.5.0 |
1337 | 2025-02-24T21:01:18.406Z | Compiling powerfmt v0.2.0 |
1338 | 2025-02-24T21:01:18.484Z | Compiling utf8_iter v1.0.4 |
1339 | 2025-02-24T21:01:18.702Z | Compiling tracing v0.1.40 |
1340 | 2025-02-24T21:01:18.739Z | Compiling vcpkg v0.2.15 |
1341 | 2025-02-24T21:01:18.786Z | Compiling untrusted v0.7.1 |
1342 | 2025-02-24T21:01:18.979Z | Compiling num-conv v0.1.0 |
1343 | 2025-02-24T21:01:19.180Z | Compiling spki v0.7.3 |
1344 | 2025-02-24T21:01:19.268Z | Compiling untrusted v0.9.0 |
1345 | 2025-02-24T21:01:19.522Z | Compiling time-macros v0.2.18 |
1346 | 2025-02-24T21:01:19.557Z | Compiling pest_meta v2.7.14 |
1347 | 2025-02-24T21:01:19.813Z | Compiling icu_properties v1.5.1 |
1348 | 2025-02-24T21:01:19.941Z | Compiling deranged v0.3.11 |
1349 | 2025-02-24T21:01:20.470Z | Compiling openssl-sys v0.9.106 |
1350 | 2025-02-24T21:01:20.686Z | Compiling scrypt v0.11.0 |
1351 | 2025-02-24T21:01:21.191Z | Compiling rand_chacha v0.3.1 |
1352 | 2025-02-24T21:01:21.400Z | Compiling aes v0.8.4 |
1353 | 2025-02-24T21:01:21.537Z | Compiling cbc v0.1.2 |
1354 | 2025-02-24T21:01:21.786Z | Compiling bitflags v2.6.0 |
1355 | 2025-02-24T21:01:21.912Z | Compiling bytes v1.9.0 |
1356 | 2025-02-24T21:01:23.089Z | Compiling tokio v1.43.0 |
1357 | 2025-02-24T21:01:23.502Z | Compiling indexmap v2.7.1 |
1358 | 2025-02-24T21:01:23.729Z | Compiling semver v1.0.25 |
1359 | 2025-02-24T21:01:23.782Z | Compiling http v1.2.0 |
1360 | 2025-02-24T21:01:24.117Z | Compiling icu_normalizer v1.5.0 |
1361 | 2025-02-24T21:01:24.421Z | Compiling rustc_version v0.4.1 |
1362 | 2025-02-24T21:01:24.448Z | Compiling scroll_derive v0.12.0 |
1363 | 2025-02-24T21:01:25.129Z | Compiling num_threads v0.1.7 |
1364 | 2025-02-24T21:01:25.252Z | Compiling atomic-waker v1.1.2 |
1365 | 2025-02-24T21:01:25.282Z | Compiling tinyvec_macros v0.1.1 |
1366 | 2025-02-24T21:01:25.389Z | Compiling tinyvec v1.8.0 |
1367 | 2025-02-24T21:01:25.452Z | Compiling time v0.3.36 |
1368 | 2025-02-24T21:01:25.867Z | Compiling which v4.4.2 |
1369 | 2025-02-24T21:01:25.889Z | Compiling scroll v0.12.0 |
1370 | 2025-02-24T21:01:25.892Z | Compiling http-body v1.0.1 |
1371 | 2025-02-24T21:01:25.929Z | Compiling idna_adapter v1.2.0 |
1372 | 2025-02-24T21:01:26.155Z | Compiling pkcs5 v0.7.1 |
1373 | 2025-02-24T21:01:26.366Z | Compiling rand v0.8.5 |
1374 | 2025-02-24T21:01:26.604Z | Compiling pest_generator v2.7.14 |
1375 | 2025-02-24T21:01:26.831Z | Compiling form_urlencoded v1.2.1 |
1376 | 2025-02-24T21:01:26.872Z | Compiling getrandom v0.3.1 |
1377 | 2025-02-24T21:01:27.119Z | Compiling try-lock v0.2.5 |
1378 | 2025-02-24T21:01:27.245Z | Compiling slog v2.7.0 |
1379 | 2025-02-24T21:01:27.282Z | Compiling zerocopy v0.8.10 |
1380 | 2025-02-24T21:01:27.572Z | Compiling goblin v0.8.2 |
1381 | 2025-02-24T21:01:27.863Z | Compiling want v0.3.1 |
1382 | 2025-02-24T21:01:28.149Z | Compiling pkcs8 v0.10.2 |
1383 | 2025-02-24T21:01:28.169Z | Compiling idna v1.0.3 |
1384 | 2025-02-24T21:01:28.352Z | Compiling pest_derive v2.7.14 |
1385 | 2025-02-24T21:01:28.390Z | Compiling uuid v1.12.0 |
1386 | 2025-02-24T21:01:28.793Z | Compiling zerocopy-derive v0.8.10 |
1387 | 2025-02-24T21:01:29.160Z | Compiling tower-service v0.3.3 |
1388 | 2025-02-24T21:01:29.309Z | Compiling httpdate v1.0.3 |
1389 | 2025-02-24T21:01:29.695Z | Compiling iana-time-zone v0.1.61 |
1390 | 2025-02-24T21:01:29.747Z | Compiling dtrace-parser v0.2.0 |
1391 | 2025-02-24T21:01:29.928Z | Compiling chrono v0.4.39 |
1392 | 2025-02-24T21:01:30.318Z | Compiling toml_datetime v0.6.8 |
1393 | 2025-02-24T21:01:30.780Z | Compiling serde_spanned v0.6.8 |
1394 | 2025-02-24T21:01:30.801Z | Compiling serde_tokenstream v0.2.2 |
1395 | 2025-02-24T21:01:31.014Z | Compiling tokio-util v0.7.12 |
1396 | 2025-02-24T21:01:31.352Z | Compiling match_cfg v0.1.0 |
1397 | 2025-02-24T21:01:31.461Z | Compiling base64 v0.22.1 |
1398 | 2025-02-24T21:01:31.583Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2025-02-24T21:01:31.713Z | Compiling adler2 v2.0.0 |
1400 | 2025-02-24T21:01:31.935Z | Compiling h2 v0.4.6 |
1401 | 2025-02-24T21:01:32.114Z | Compiling rustversion v1.0.17 |
1402 | 2025-02-24T21:01:32.200Z | Compiling openssl v0.10.71 |
1403 | 2025-02-24T21:01:32.656Z | Compiling miniz_oxide v0.8.0 |
1404 | 2025-02-24T21:01:32.874Z | Compiling foreign-types v0.3.2 |
1405 | 2025-02-24T21:01:32.986Z | Compiling hostname v0.3.1 |
1406 | 2025-02-24T21:01:33.198Z | Compiling dof v0.3.0 |
1407 | 2025-02-24T21:01:33.305Z | Compiling url v2.5.3 |
1408 | 2025-02-24T21:01:34.047Z | Compiling usdt-impl v0.5.0 |
1409 | 2025-02-24T21:01:34.596Z | Compiling rand_core v0.9.2 |
1410 | 2025-02-24T21:01:35.058Z | Compiling async-trait v0.1.86 |
1411 | 2025-02-24T21:01:35.082Z | Compiling openssl-macros v0.1.1 |
1412 | 2025-02-24T21:01:35.390Z | Compiling serde_derive_internals v0.29.1 |
1413 | 2025-02-24T21:01:35.856Z | Compiling dirs-sys-next v0.1.2 |
1414 | 2025-02-24T21:01:36.063Z | Compiling data-encoding v2.6.0 |
1415 | 2025-02-24T21:01:36.223Z | Compiling native-tls v0.2.12 |
1416 | 2025-02-24T21:01:36.403Z | Compiling syn v1.0.109 |
1417 | 2025-02-24T21:01:36.490Z | Compiling rustls v0.23.19 |
1418 | 2025-02-24T21:01:36.583Z | Compiling schemars v0.8.21 |
1419 | 2025-02-24T21:01:36.796Z | Compiling siphasher v0.3.11 |
1420 | 2025-02-24T21:01:36.936Z | Compiling rustls v0.22.4 |
1421 | 2025-02-24T21:01:37.095Z | Compiling dirs-next v2.0.0 |
1422 | 2025-02-24T21:01:37.263Z | Compiling rand_chacha v0.9.0 |
1423 | 2025-02-24T21:01:37.515Z | Compiling unicode-normalization v0.1.24 |
1424 | 2025-02-24T21:01:37.583Z | Compiling schemars_derive v0.8.21 |
1425 | 2025-02-24T21:01:37.933Z | Compiling http-body-util v0.1.2 |
1426 | 2025-02-24T21:01:38.415Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2025-02-24T21:01:38.494Z | Compiling heapless v0.7.17 |
1428 | 2025-02-24T21:01:38.587Z | Compiling signature v2.2.0 |
1429 | 2025-02-24T21:01:38.890Z | Compiling hyper v1.5.2 |
1430 | 2025-02-24T21:01:38.943Z | Compiling sha1 v0.10.6 |
1431 | 2025-02-24T21:01:39.071Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1432 | 2025-02-24T21:01:39.289Z | Compiling thread_local v1.1.8 |
1433 | 2025-02-24T21:01:39.364Z | Compiling cookie v0.18.1 |
1434 | 2025-02-24T21:01:39.586Z | Compiling encoding_rs v0.8.34 |
1435 | 2025-02-24T21:01:39.689Z | Compiling multer v3.1.0 |
1436 | 2025-02-24T21:01:39.728Z | Compiling mime v0.3.17 |
1437 | 2025-02-24T21:01:40.055Z | Compiling gimli v0.31.1 |
1438 | 2025-02-24T21:01:40.273Z | Compiling ipnet v2.10.1 |
1439 | 2025-02-24T21:01:40.451Z | Compiling signal-hook v0.3.17 |
1440 | 2025-02-24T21:01:40.761Z | Compiling slog-async v2.8.0 |
1441 | 2025-02-24T21:01:41.262Z | Compiling rayon-core v1.12.1 |
1442 | 2025-02-24T21:01:41.314Z | Compiling hyper-util v0.1.10 |
1443 | 2025-02-24T21:01:41.530Z | Compiling openssl-probe v0.1.5 |
1444 | 2025-02-24T21:01:41.560Z | Compiling unicode-properties v0.1.3 |
1445 | 2025-02-24T21:01:41.857Z | Compiling unicode-bidi v0.3.17 |
1446 | 2025-02-24T21:01:41.971Z | Compiling dyn-clone v1.0.18 |
1447 | 2025-02-24T21:01:42.553Z | Compiling stringprep v0.1.5 |
1448 | 2025-02-24T21:01:43.656Z | Compiling toml_edit v0.22.22 |
1449 | 2025-02-24T21:01:43.818Z | Compiling crossbeam-deque v0.8.5 |
1450 | 2025-02-24T21:01:44.132Z | Compiling addr2line v0.24.2 |
1451 | 2025-02-24T21:01:44.148Z | Compiling rand v0.9.0 |
1452 | 2025-02-24T21:01:44.650Z | Compiling term v0.7.0 |
1453 | 2025-02-24T21:01:44.813Z | Compiling usdt-macro v0.5.0 |
1454 | 2025-02-24T21:01:45.065Z | Compiling usdt-attr-macro v0.5.0 |
1455 | 2025-02-24T21:01:45.500Z | Compiling slog-json v2.6.1 |
1456 | 2025-02-24T21:01:45.843Z | Compiling serde_urlencoded v0.7.1 |
1457 | 2025-02-24T21:01:45.863Z | Compiling crossbeam-channel v0.5.13 |
1458 | 2025-02-24T21:01:45.888Z | Compiling curve25519-dalek v4.1.3 |
1459 | 2025-02-24T21:01:46.275Z | Compiling futures-executor v0.3.31 |
1460 | 2025-02-24T21:01:46.333Z | Compiling enum-as-inner v0.6.1 |
1461 | 2025-02-24T21:01:46.556Z | Compiling md-5 v0.10.6 |
1462 | 2025-02-24T21:01:46.637Z | Compiling async-stream-impl v0.3.6 |
1463 | 2025-02-24T21:01:46.784Z | Compiling rustls-pemfile v2.2.0 |
1464 | 2025-02-24T21:01:46.814Z | Compiling num-integer v0.1.46 |
1465 | 2025-02-24T21:01:46.834Z | Compiling hash32 v0.2.1 |
1466 | 2025-02-24T21:01:47.127Z | Compiling ff v0.13.0 |
1467 | 2025-02-24T21:01:47.202Z | Compiling is-terminal v0.4.13 |
1468 | 2025-02-24T21:01:47.350Z | Compiling object v0.36.5 |
1469 | 2025-02-24T21:01:47.378Z | Compiling memoffset v0.9.1 |
1470 | 2025-02-24T21:01:47.381Z | Compiling dropshot v0.12.0 |
1471 | 2025-02-24T21:01:47.453Z | Compiling base16ct v0.2.0 |
1472 | 2025-02-24T21:01:47.708Z | Compiling fallible-iterator v0.2.0 |
1473 | 2025-02-24T21:01:47.727Z | Compiling utf-8 v0.7.6 |
1474 | 2025-02-24T21:01:47.758Z | Compiling litrs v0.4.1 |
1475 | 2025-02-24T21:01:47.883Z | Compiling num-bigint-dig v0.8.4 |
1476 | 2025-02-24T21:01:48.036Z | Compiling portable-atomic v1.9.0 |
1477 | 2025-02-24T21:01:48.204Z | Compiling anyhow v1.0.96 |
1478 | 2025-02-24T21:01:48.388Z | Compiling linked-hash-map v0.5.6 |
1479 | 2025-02-24T21:01:48.742Z | Compiling take_mut v0.2.2 |
1480 | 2025-02-24T21:01:48.818Z | Compiling psl-types v2.0.11 |
1481 | 2025-02-24T21:01:48.856Z | Compiling cfg_aliases v0.2.1 |
1482 | 2025-02-24T21:01:48.913Z | Compiling rustc-demangle v0.1.24 |
1483 | 2025-02-24T21:01:48.971Z | Compiling smoltcp v0.9.1 |
1484 | 2025-02-24T21:01:48.991Z | Compiling quick-error v1.2.3 |
1485 | 2025-02-24T21:01:49.095Z | Compiling publicsuffix v2.3.0 |
1486 | 2025-02-24T21:01:49.157Z | Compiling resolv-conf v0.7.0 |
1487 | 2025-02-24T21:01:49.386Z | Compiling nix v0.29.0 |
1488 | 2025-02-24T21:01:49.797Z | Compiling document-features v0.2.10 |
1489 | 2025-02-24T21:01:50.245Z | Compiling lru-cache v0.1.2 |
1490 | 2025-02-24T21:01:50.305Z | Compiling postgres-protocol v0.6.8 |
1491 | 2025-02-24T21:01:50.483Z | Compiling tungstenite v0.24.0 |
1492 | 2025-02-24T21:01:50.602Z | Compiling async-stream v0.3.6 |
1493 | 2025-02-24T21:01:50.881Z | Compiling sec1 v0.7.3 |
1494 | 2025-02-24T21:01:50.902Z | Compiling hickory-proto v0.24.3 |
1495 | 2025-02-24T21:01:51.002Z | Compiling group v0.13.0 |
1496 | 2025-02-24T21:01:51.343Z | Compiling slog-term v2.9.1 |
1497 | 2025-02-24T21:01:51.426Z | Compiling num-iter v0.1.45 |
1498 | 2025-02-24T21:01:51.466Z | Compiling usdt v0.5.0 |
1499 | 2025-02-24T21:01:51.943Z | Compiling toml v0.8.19 |
1500 | 2025-02-24T21:01:52.457Z | Compiling futures v0.3.31 |
1501 | 2025-02-24T21:01:52.528Z | Compiling slog-bunyan v2.5.0 |
1502 | 2025-02-24T21:01:53.697Z | Compiling camino v1.1.9 |
1503 | 2025-02-24T21:01:53.717Z | Compiling tokio-native-tls v0.3.1 |
1504 | 2025-02-24T21:01:53.992Z | Compiling backtrace v0.3.74 |
1505 | 2025-02-24T21:01:54.125Z | Compiling phf_shared v0.11.2 |
1506 | 2025-02-24T21:01:54.277Z | Compiling dropshot_endpoint v0.12.0 |
1507 | 2025-02-24T21:01:54.368Z | Compiling terminal_size v0.4.0 |
1508 | 2025-02-24T21:01:54.498Z | Compiling waitgroup v0.1.2 |
1509 | 2025-02-24T21:01:54.536Z | Compiling openapiv3 v2.0.0 |
1510 | 2025-02-24T21:01:54.593Z | Compiling serde_path_to_error v0.1.16 |
1511 | 2025-02-24T21:01:54.711Z | Compiling hkdf v0.12.4 |
1512 | 2025-02-24T21:01:55.016Z | Compiling crypto-bigint v0.5.5 |
1513 | 2025-02-24T21:01:55.402Z | Compiling curve25519-dalek-derive v0.1.1 |
1514 | 2025-02-24T21:01:56.517Z | Compiling hubpack_derive v0.1.1 |
1515 | 2025-02-24T21:01:56.797Z | Compiling zerocopy-derive v0.6.6 |
1516 | 2025-02-24T21:01:56.838Z | Compiling webpki-roots v0.26.6 |
1517 | 2025-02-24T21:01:57.068Z | Compiling sync_wrapper v1.0.1 |
1518 | 2025-02-24T21:01:57.235Z | Compiling hostname v0.4.0 |
1519 | 2025-02-24T21:01:57.395Z | Compiling crc32fast v1.4.2 |
1520 | 2025-02-24T21:01:57.468Z | Compiling ahash v0.8.11 |
1521 | 2025-02-24T21:01:57.711Z | Compiling fs-err v2.11.0 |
1522 | 2025-02-24T21:01:57.810Z | Compiling winnow v0.5.40 |
1523 | 2025-02-24T21:01:58.043Z | Compiling newtype-uuid v1.2.1 |
1524 | 2025-02-24T21:01:58.292Z | Compiling unicode-width v0.2.0 |
1525 | 2025-02-24T21:01:58.334Z | Compiling managed v0.8.0 |
1526 | 2025-02-24T21:01:58.493Z | Compiling tower-layer v0.3.3 |
1527 | 2025-02-24T21:01:58.704Z | Compiling debug-ignore v1.0.5 |
1528 | 2025-02-24T21:01:58.727Z | Compiling bitflags v1.3.2 |
1529 | 2025-02-24T21:01:58.780Z | Compiling tower v0.5.2 |
1530 | 2025-02-24T21:01:58.847Z | Compiling console v0.15.10 |
1531 | 2025-02-24T21:01:58.864Z | Compiling zerocopy v0.6.6 |
1532 | 2025-02-24T21:01:59.556Z | Compiling clap_builder v4.5.30 |
1533 | 2025-02-24T21:01:59.627Z | Compiling strum_macros v0.25.3 |
1534 | 2025-02-24T21:01:59.960Z | Compiling elliptic-curve v0.13.8 |
1535 | 2025-02-24T21:02:00.285Z | Compiling flate2 v1.0.35 |
1536 | 2025-02-24T21:02:00.825Z | Compiling hubpack v0.1.2 |
1537 | 2025-02-24T21:02:00.994Z | Compiling toml_edit v0.19.15 |
1538 | 2025-02-24T21:02:01.157Z | Compiling hickory-resolver v0.24.3 |
1539 | 2025-02-24T21:02:01.257Z | Compiling phf v0.11.2 |
1540 | 2025-02-24T21:02:01.537Z | Compiling hyper-tls v0.6.0 |
1541 | 2025-02-24T21:02:01.948Z | Compiling signal-hook-mio v0.2.4 |
1542 | 2025-02-24T21:02:02.009Z | Compiling rayon v1.10.0 |
1543 | 2025-02-24T21:02:02.136Z | Compiling cookie_store v0.21.1 |
1544 | 2025-02-24T21:02:03.225Z | Compiling bzip2 v0.4.4 |
1545 | 2025-02-24T21:02:03.613Z | Compiling tokio-tungstenite v0.24.0 |
1546 | 2025-02-24T21:02:04.127Z | Compiling postgres-types v0.2.8 |
1547 | 2025-02-24T21:02:06.298Z | Compiling ed25519 v2.2.3 |
1548 | 2025-02-24T21:02:06.715Z | Compiling phf_shared v0.10.0 |
1549 | 2025-02-24T21:02:06.825Z | Compiling tokio-stream v0.1.16 |
1550 | 2025-02-24T21:02:07.084Z | Compiling pkcs1 v0.7.5 |
1551 | 2025-02-24T21:02:07.260Z | Compiling serde-big-array v0.5.1 |
1552 | 2025-02-24T21:02:07.503Z | Compiling clap_derive v4.5.28 |
1553 | 2025-02-24T21:02:07.773Z | Compiling rfc6979 v0.4.0 |
1554 | 2025-02-24T21:02:07.956Z | Compiling serde_repr v0.1.19 |
1555 | 2025-02-24T21:02:07.974Z | Compiling derive-where v1.2.7 |
1556 | 2025-02-24T21:02:07.977Z | Compiling bstr v1.10.0 |
1557 | 2025-02-24T21:02:08.085Z | Compiling float-cmp v0.10.0 |
1558 | 2025-02-24T21:02:08.326Z | Compiling number_prefix v0.4.0 |
1559 | 2025-02-24T21:02:08.553Z | Compiling precomputed-hash v0.1.1 |
1560 | 2025-02-24T21:02:08.689Z | Compiling bit-vec v0.6.3 |
1561 | 2025-02-24T21:02:08.709Z | Compiling predicates-core v1.0.8 |
1562 | 2025-02-24T21:02:09.025Z | Compiling difflib v0.4.0 |
1563 | 2025-02-24T21:02:09.074Z | Compiling fixedbitset v0.4.2 |
1564 | 2025-02-24T21:02:09.095Z | Compiling unicode-segmentation v1.12.0 |
1565 | 2025-02-24T21:02:09.502Z | Compiling normalize-line-endings v0.3.0 |
1566 | 2025-02-24T21:02:09.522Z | Compiling new_debug_unreachable v1.0.6 |
1567 | 2025-02-24T21:02:09.629Z | Compiling static_assertions v1.1.0 |
1568 | 2025-02-24T21:02:09.649Z | Compiling whoami v1.5.2 |
1569 | 2025-02-24T21:02:09.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1570 | 2025-02-24T21:02:09.956Z | Compiling similar v2.6.0 |
1571 | 2025-02-24T21:02:10.258Z | Compiling tokio-postgres v0.7.12 |
1572 | 2025-02-24T21:02:10.415Z | Compiling predicates v3.1.3 |
1573 | 2025-02-24T21:02:11.113Z | Compiling string_cache v0.8.7 |
1574 | 2025-02-24T21:02:11.523Z | Compiling petgraph v0.6.5 |
1575 | 2025-02-24T21:02:11.793Z | Compiling bit-set v0.5.3 |
1576 | 2025-02-24T21:02:11.948Z | Compiling clap v4.5.30 |
1577 | 2025-02-24T21:02:12.026Z | Compiling indicatif v0.17.11 |
1578 | 2025-02-24T21:02:12.065Z | Compiling ecdsa v0.16.9 |
1579 | 2025-02-24T21:02:12.087Z | Compiling rsa v0.9.6 |
1580 | 2025-02-24T21:02:12.854Z | Compiling ed25519-dalek v2.1.1 |
1581 | 2025-02-24T21:02:14.161Z | Compiling toml v0.7.8 |
1582 | 2025-02-24T21:02:15.103Z | Compiling zip v0.6.6 |
1583 | 2025-02-24T21:02:15.614Z | Compiling crossterm v0.28.1 |
1584 | 2025-02-24T21:02:16.279Z | Compiling hex v0.4.3 |
1585 | 2025-02-24T21:02:16.370Z | Compiling x509-cert v0.2.5 |
1586 | 2025-02-24T21:02:16.408Z | Compiling itertools v0.10.5 |
1587 | 2025-02-24T21:02:16.730Z | Compiling itertools v0.14.0 |
1588 | 2025-02-24T21:02:16.867Z | Compiling lalrpop-util v0.19.12 |
1589 | 2025-02-24T21:02:17.224Z | Compiling peg-runtime v0.8.3 |
1590 | 2025-02-24T21:02:17.276Z | Compiling unicode-xid v0.2.6 |
1591 | 2025-02-24T21:02:17.477Z | Compiling strum_macros v0.26.4 |
1592 | 2025-02-24T21:02:17.780Z | Compiling xattr v1.3.1 |
1593 | 2025-02-24T21:02:18.064Z | Compiling filetime v0.2.25 |
1594 | 2025-02-24T21:02:18.369Z | Compiling tar v0.4.42 |
1595 | 2025-02-24T21:02:21.990Z | Compiling strum v0.26.3 |
1596 | 2025-02-24T21:02:24.860Z | Compiling aws-lc-sys v0.22.0 |
1597 | 2025-02-24T21:02:56.410Z | Compiling rustls-webpki v0.102.8 |
1598 | 2025-02-24T21:02:59.566Z | Compiling tokio-rustls v0.25.0 |
1599 | 2025-02-24T21:03:01.271Z | Compiling tokio-rustls v0.26.0 |
1600 | 2025-02-24T21:03:01.548Z | Compiling hyper-rustls v0.27.3 |
1601 | 2025-02-24T21:03:01.886Z | Compiling reqwest v0.12.12 |
1602 | 2025-02-24T21:03:03.236Z | Compiling qorb v0.2.1 |
1603 | 2025-02-24T21:03:06.128Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2025-02-24T21:03:06.393Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2025-02-24T21:03:10.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1606 | 2025-02-24T21:03:10.951Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1607 | 2025-02-24T21:03:11.000Z | Feb 24 21:03:09.904 INFO Starting download, target: Console |
1608 | 2025-02-24T21:03:11.000Z | Feb 24 21:03:09.904 INFO Starting download, target: Clickhouse |
1609 | 2025-02-24T21:03:11.000Z | Feb 24 21:03:09.904 INFO Starting download, target: Cockroach |
1610 | 2025-02-24T21:03:11.000Z | Feb 24 21:03:09.904 INFO Starting download, target: DendriteOpenapi |
1611 | 2025-02-24T21:03:11.000Z | Feb 24 21:03:09.904 INFO Starting download, target: DendriteStub |
1612 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.904 INFO Starting download, target: MaghemiteMgd |
1613 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.904 INFO Starting download, target: TransceiverControl |
1614 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1615 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1616 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1617 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1618 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1619 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1620 | 2025-02-24T21:03:11.003Z | Feb 24 21:03:09.905 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1621 | 2025-02-24T21:03:11.166Z | Feb 24 21:03:10.064 INFO Download complete, target: DendriteOpenapi |
1622 | 2025-02-24T21:03:11.344Z | Feb 24 21:03:10.228 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1623 | 2025-02-24T21:03:11.561Z | Feb 24 21:03:10.445 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1624 | 2025-02-24T21:03:11.854Z | Feb 24 21:03:10.756 INFO Download complete, target: TransceiverControl |
1625 | 2025-02-24T21:03:11.904Z | Feb 24 21:03:10.805 INFO Download complete, target: Console |
1626 | 2025-02-24T21:03:12.088Z | Feb 24 21:03:10.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1627 | 2025-02-24T21:03:12.172Z | Feb 24 21:03:11.073 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1628 | 2025-02-24T21:03:12.615Z | Feb 24 21:03:11.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1629 | 2025-02-24T21:03:12.615Z | Feb 24 21:03:11.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1630 | 2025-02-24T21:03:12.965Z | Feb 24 21:03:11.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1631 | 2025-02-24T21:03:14.865Z | Feb 24 21:03:13.768 INFO Download complete, target: DendriteStub |
1632 | 2025-02-24T21:03:15.111Z | Feb 24 21:03:14.009 INFO Download complete, target: MaghemiteMgd |
1633 | 2025-02-24T21:03:19.976Z | Feb 24 21:03:18.879 INFO Checking that binary works, target: Cockroach |
1634 | 2025-02-24T21:03:20.141Z | Feb 24 21:03:19.044 INFO Download complete, target: Cockroach |
1635 | 2025-02-24T21:03:25.287Z | Feb 24 21:03:24.190 INFO Checking that binary works, target: Clickhouse |
1636 | 2025-02-24T21:03:25.837Z | Feb 24 21:03:24.740 INFO Download complete, target: Clickhouse |
1637 | 2025-02-24T21:03:25.997Z | All builder prerequisites installed successfully, and PATH looks valid |
1638 | 2025-02-24T21:03:26.000Z | |
1639 | 2025-02-24T21:03:26.001Z | real 5:08.540780164 |
1640 | 2025-02-24T21:03:26.001Z | user 15:31.783006888 |
1641 | 2025-02-24T21:03:26.003Z | sys 2:05.812671310 |
1642 | 2025-02-24T21:03:26.003Z | trap 0.538706654 |
1643 | 2025-02-24T21:03:26.003Z | tflt 5.642728458 |
1644 | 2025-02-24T21:03:26.003Z | dflt 3.856315097 |
1645 | 2025-02-24T21:03:26.003Z | kflt 0.035924238 |
1646 | 2025-02-24T21:03:26.003Z | lock 23:51.643049085 |
1647 | 2025-02-24T21:03:26.003Z | slp 56:00.452041624 |
1648 | 2025-02-24T21:03:26.003Z | lat 1:00.382268853 |
1649 | 2025-02-24T21:03:26.003Z | stop 2:23.345201423 |
1650 | 2025-02-24T21:03:26.003Z | + banner hack-check |
1651 | 2025-02-24T21:03:26.003Z | |
1652 | 2025-02-24T21:03:26.003Z | # # ## #### # # #### # # ###### #### # # |
1653 | 2025-02-24T21:03:26.003Z | # # # # # # # # # # # # # # # # # |
1654 | 2025-02-24T21:03:26.003Z | ###### # # # #### ##### # ###### ##### # #### |
1655 | 2025-02-24T21:03:26.003Z | # # ###### # # # # # # # # # # |
1656 | 2025-02-24T21:03:26.003Z | # # # # # # # # # # # # # # # # # |
1657 | 2025-02-24T21:03:26.003Z | # # # # #### # # #### # # ###### #### # # |
1658 | 2025-02-24T21:03:26.003Z | |
1659 | 2025-02-24T21:03:26.003Z | + export CARGO_INCREMENTAL=0 |
1660 | 2025-02-24T21:03:26.003Z | + CARGO_INCREMENTAL=0 |
1661 | 2025-02-24T21:03:26.003Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1662 | 2025-02-24T21:03:26.564Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1663 | 2025-02-24T21:03:29.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1664 | 2025-02-24T21:03:29.379Z | Running `target/debug/xtask check-features --ci` |
1665 | 2025-02-24T21:03:29.400Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1666 | 2025-02-24T21:03:29.404Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1667 | 2025-02-24T21:03:29.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1668 | 2025-02-24T21:03:29.910Z | Running `target/debug/xtask download cargo-hack` |
1669 | 2025-02-24T21:03:30.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1670 | 2025-02-24T21:03:31.119Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1671 | 2025-02-24T21:03:34.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
1672 | 2025-02-24T21:03:34.928Z | Running `target/debug/xtask-downloader cargo-hack` |
1673 | 2025-02-24T21:03:34.958Z | Feb 24 21:03:33.860 INFO Starting download, target: CargoHack |
1674 | 2025-02-24T21:03:34.960Z | Feb 24 21:03:33.861 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1675 | 2025-02-24T21:03:35.543Z | Feb 24 21:03:34.446 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1676 | 2025-02-24T21:03:35.632Z | Feb 24 21:03:34.535 INFO Download complete, target: CargoHack |
1677 | 2025-02-24T21:03:35.637Z | 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" |
1678 | 2025-02-24T21:03:35.653Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1679 | 2025-02-24T21:03:35.829Z | info: running `cargo check --bins` on api_identity (1/199) |
1680 | 2025-02-24T21:03:36.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-02-24T21:03:36.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-02-24T21:03:36.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-02-24T21:03:36.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1684 | 2025-02-24T21:03:36.454Z | |
1685 | 2025-02-24T21:03:36.454Z | info: running `cargo check --bins` on bootstore (2/199) |
1686 | 2025-02-24T21:03:37.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-02-24T21:03:37.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-02-24T21:03:37.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-02-24T21:03:37.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1690 | 2025-02-24T21:03:37.111Z | |
1691 | 2025-02-24T21:03:37.111Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1692 | 2025-02-24T21:03:37.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-02-24T21:03:37.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-02-24T21:03:37.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-02-24T21:03:37.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1696 | 2025-02-24T21:03:37.754Z | |
1697 | 2025-02-24T21:03:37.754Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1698 | 2025-02-24T21:03:38.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-02-24T21:03:38.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-02-24T21:03:38.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-02-24T21:03:38.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1702 | 2025-02-24T21:03:38.400Z | |
1703 | 2025-02-24T21:03:38.400Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1704 | 2025-02-24T21:03:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-02-24T21:03:38.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-02-24T21:03:38.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-02-24T21:03:38.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1708 | 2025-02-24T21:03:38.841Z | |
1709 | 2025-02-24T21:03:38.841Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1710 | 2025-02-24T21:03:39.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-02-24T21:03:39.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-02-24T21:03:39.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-02-24T21:03:39.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1714 | 2025-02-24T21:03:39.288Z | |
1715 | 2025-02-24T21:03:39.288Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1716 | 2025-02-24T21:03:39.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-02-24T21:03:39.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-02-24T21:03:39.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-02-24T21:03:39.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1720 | 2025-02-24T21:03:39.747Z | |
1721 | 2025-02-24T21:03:39.747Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1722 | 2025-02-24T21:03:40.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-02-24T21:03:40.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-02-24T21:03:40.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-02-24T21:03:40.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1726 | 2025-02-24T21:03:40.195Z | |
1727 | 2025-02-24T21:03:40.195Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1728 | 2025-02-24T21:03:40.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-02-24T21:03:40.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-02-24T21:03:40.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-02-24T21:03:40.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1732 | 2025-02-24T21:03:40.638Z | |
1733 | 2025-02-24T21:03:40.638Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1734 | 2025-02-24T21:03:41.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-02-24T21:03:41.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-02-24T21:03:41.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-02-24T21:03:41.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1738 | 2025-02-24T21:03:41.083Z | |
1739 | 2025-02-24T21:03:41.083Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1740 | 2025-02-24T21:03:41.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-02-24T21:03:41.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-02-24T21:03:41.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-02-24T21:03:41.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1744 | 2025-02-24T21:03:41.528Z | |
1745 | 2025-02-24T21:03:41.528Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1746 | 2025-02-24T21:03:41.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-02-24T21:03:41.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-02-24T21:03:41.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-02-24T21:03:41.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1750 | 2025-02-24T21:03:41.973Z | |
1751 | 2025-02-24T21:03:41.973Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1752 | 2025-02-24T21:03:42.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-02-24T21:03:42.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-02-24T21:03:42.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-02-24T21:03:42.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1756 | 2025-02-24T21:03:42.419Z | |
1757 | 2025-02-24T21:03:42.419Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1758 | 2025-02-24T21:03:42.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-02-24T21:03:42.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-02-24T21:03:42.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-02-24T21:03:42.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1762 | 2025-02-24T21:03:42.861Z | |
1763 | 2025-02-24T21:03:42.862Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1764 | 2025-02-24T21:03:43.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-02-24T21:03:43.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-02-24T21:03:43.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-02-24T21:03:43.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1768 | 2025-02-24T21:03:43.309Z | |
1769 | 2025-02-24T21:03:43.309Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1770 | 2025-02-24T21:03:43.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-02-24T21:03:43.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-02-24T21:03:43.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-02-24T21:03:43.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1774 | 2025-02-24T21:03:43.758Z | |
1775 | 2025-02-24T21:03:43.758Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1776 | 2025-02-24T21:03:44.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-02-24T21:03:44.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-02-24T21:03:44.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-02-24T21:03:44.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1780 | 2025-02-24T21:03:44.205Z | |
1781 | 2025-02-24T21:03:44.205Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1782 | 2025-02-24T21:03:44.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-02-24T21:03:44.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-02-24T21:03:44.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-02-24T21:03:44.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1786 | 2025-02-24T21:03:44.657Z | |
1787 | 2025-02-24T21:03:44.657Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1788 | 2025-02-24T21:03:45.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-02-24T21:03:45.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-02-24T21:03:45.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-02-24T21:03:45.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1792 | 2025-02-24T21:03:45.104Z | |
1793 | 2025-02-24T21:03:45.104Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1794 | 2025-02-24T21:03:45.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-02-24T21:03:45.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-02-24T21:03:45.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-02-24T21:03:45.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1798 | 2025-02-24T21:03:45.552Z | |
1799 | 2025-02-24T21:03:45.552Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1800 | 2025-02-24T21:03:45.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-02-24T21:03:45.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-02-24T21:03:45.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-02-24T21:03:45.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1804 | 2025-02-24T21:03:46.001Z | |
1805 | 2025-02-24T21:03:46.002Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1806 | 2025-02-24T21:03:46.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-02-24T21:03:46.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-02-24T21:03:46.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-02-24T21:03:46.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1810 | 2025-02-24T21:03:46.453Z | |
1811 | 2025-02-24T21:03:46.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1812 | 2025-02-24T21:03:46.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-02-24T21:03:46.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-02-24T21:03:46.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-02-24T21:03:46.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1816 | 2025-02-24T21:03:46.902Z | |
1817 | 2025-02-24T21:03:46.902Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1818 | 2025-02-24T21:03:47.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-02-24T21:03:47.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-02-24T21:03:47.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-02-24T21:03:47.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1822 | 2025-02-24T21:03:47.349Z | |
1823 | 2025-02-24T21:03:47.349Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1824 | 2025-02-24T21:03:47.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-02-24T21:03:47.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-02-24T21:03:47.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-02-24T21:03:47.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1828 | 2025-02-24T21:03:47.797Z | |
1829 | 2025-02-24T21:03:47.798Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1830 | 2025-02-24T21:03:48.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-02-24T21:03:48.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-02-24T21:03:48.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-02-24T21:03:48.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1834 | 2025-02-24T21:03:48.242Z | |
1835 | 2025-02-24T21:03:48.242Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1836 | 2025-02-24T21:03:48.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-02-24T21:03:48.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-02-24T21:03:48.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-02-24T21:03:48.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1840 | 2025-02-24T21:03:48.696Z | |
1841 | 2025-02-24T21:03:48.696Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1842 | 2025-02-24T21:03:49.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-02-24T21:03:49.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-02-24T21:03:49.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-02-24T21:03:49.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1846 | 2025-02-24T21:03:49.138Z | |
1847 | 2025-02-24T21:03:49.138Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1848 | 2025-02-24T21:03:49.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-02-24T21:03:49.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-02-24T21:03:49.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-02-24T21:03:49.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1852 | 2025-02-24T21:03:49.580Z | |
1853 | 2025-02-24T21:03:49.580Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1854 | 2025-02-24T21:03:49.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-02-24T21:03:50.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-02-24T21:03:50.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-02-24T21:03:50.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1858 | 2025-02-24T21:03:50.040Z | |
1859 | 2025-02-24T21:03:50.040Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1860 | 2025-02-24T21:03:50.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-02-24T21:03:50.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-02-24T21:03:50.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-02-24T21:03:50.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1864 | 2025-02-24T21:03:50.503Z | |
1865 | 2025-02-24T21:03:50.503Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1866 | 2025-02-24T21:03:50.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-02-24T21:03:50.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-02-24T21:03:50.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-02-24T21:03:50.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1870 | 2025-02-24T21:03:50.937Z | |
1871 | 2025-02-24T21:03:50.937Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1872 | 2025-02-24T21:03:51.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-02-24T21:03:51.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-02-24T21:03:51.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-02-24T21:03:51.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1876 | 2025-02-24T21:03:51.370Z | |
1877 | 2025-02-24T21:03:51.371Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1878 | 2025-02-24T21:03:51.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-02-24T21:03:51.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-02-24T21:03:51.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-02-24T21:03:51.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1882 | 2025-02-24T21:03:51.858Z | |
1883 | 2025-02-24T21:03:51.858Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1884 | 2025-02-24T21:03:52.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-02-24T21:03:52.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-02-24T21:03:52.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-02-24T21:03:52.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1888 | 2025-02-24T21:03:52.260Z | |
1889 | 2025-02-24T21:03:52.260Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1890 | 2025-02-24T21:03:52.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-02-24T21:03:52.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-02-24T21:03:52.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-02-24T21:03:52.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1894 | 2025-02-24T21:03:52.719Z | |
1895 | 2025-02-24T21:03:52.719Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1896 | 2025-02-24T21:03:53.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-02-24T21:03:53.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-02-24T21:03:53.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-02-24T21:03:53.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1900 | 2025-02-24T21:03:53.150Z | |
1901 | 2025-02-24T21:03:53.150Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1902 | 2025-02-24T21:03:53.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-02-24T21:03:53.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-02-24T21:03:53.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1905 | 2025-02-24T21:03:53.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1906 | 2025-02-24T21:03:53.623Z | |
1907 | 2025-02-24T21:03:53.623Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1908 | 2025-02-24T21:03:57.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1909 | 2025-02-24T21:03:58.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1910 | 2025-02-24T21:03:58.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1911 | 2025-02-24T21:03:58.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1912 | 2025-02-24T21:03:58.004Z | |
1913 | 2025-02-24T21:03:58.004Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1914 | 2025-02-24T21:03:58.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1915 | 2025-02-24T21:03:58.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1916 | 2025-02-24T21:03:58.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1917 | 2025-02-24T21:03:58.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1918 | 2025-02-24T21:03:58.065Z | |
1919 | 2025-02-24T21:03:58.065Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1920 | 2025-02-24T21:03:58.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1921 | 2025-02-24T21:03:58.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1922 | 2025-02-24T21:03:58.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1923 | 2025-02-24T21:03:58.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1924 | 2025-02-24T21:03:58.065Z | |
1925 | 2025-02-24T21:03:58.065Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1926 | 2025-02-24T21:03:58.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1927 | 2025-02-24T21:03:58.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1928 | 2025-02-24T21:03:58.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1929 | 2025-02-24T21:03:58.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1930 | 2025-02-24T21:03:58.065Z | |
1931 | 2025-02-24T21:03:58.065Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1932 | 2025-02-24T21:03:58.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1933 | 2025-02-24T21:03:58.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1934 | 2025-02-24T21:03:58.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1935 | 2025-02-24T21:03:58.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1936 | 2025-02-24T21:03:58.065Z | |
1937 | 2025-02-24T21:03:58.065Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1938 | 2025-02-24T21:03:58.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1939 | 2025-02-24T21:03:58.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1940 | 2025-02-24T21:03:58.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1941 | 2025-02-24T21:03:58.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1942 | 2025-02-24T21:03:58.066Z | |
1943 | 2025-02-24T21:03:58.066Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1944 | 2025-02-24T21:03:58.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1945 | 2025-02-24T21:03:58.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1946 | 2025-02-24T21:03:58.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1947 | 2025-02-24T21:03:58.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1948 | 2025-02-24T21:03:58.066Z | |
1949 | 2025-02-24T21:03:58.066Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1950 | 2025-02-24T21:03:58.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1951 | 2025-02-24T21:03:58.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1952 | 2025-02-24T21:03:58.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1953 | 2025-02-24T21:03:58.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1954 | 2025-02-24T21:03:58.066Z | |
1955 | 2025-02-24T21:03:58.066Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1956 | 2025-02-24T21:03:58.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1957 | 2025-02-24T21:03:58.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1958 | 2025-02-24T21:03:58.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1959 | 2025-02-24T21:03:58.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1960 | 2025-02-24T21:03:58.305Z | |
1961 | 2025-02-24T21:03:58.305Z | info: running `cargo check --bins` on oxlog (48/199) |
1962 | 2025-02-24T21:03:58.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2025-02-24T21:03:58.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2025-02-24T21:03:58.928Z | Checking cfg-if v1.0.0 |
1965 | 2025-02-24T21:03:58.930Z | Checking libc v0.2.170 |
1966 | 2025-02-24T21:03:59.047Z | Checking serde v1.0.218 |
1967 | 2025-02-24T21:03:59.050Z | Checking zeroize v1.8.1 |
1968 | 2025-02-24T21:03:59.056Z | Checking memchr v2.7.4 |
1969 | 2025-02-24T21:03:59.066Z | Checking typenum v1.17.0 |
1970 | 2025-02-24T21:03:59.068Z | Checking subtle v2.6.1 |
1971 | 2025-02-24T21:03:59.093Z | Checking value-bag v1.9.0 |
1972 | 2025-02-24T21:03:59.107Z | Checking smallvec v1.14.0 |
1973 | 2025-02-24T21:03:59.287Z | Checking scopeguard v1.2.0 |
1974 | 2025-02-24T21:03:59.334Z | Checking itoa v1.0.11 |
1975 | 2025-02-24T21:03:59.430Z | Checking const-oid v0.9.6 |
1976 | 2025-02-24T21:03:59.447Z | Checking lock_api v0.4.12 |
1977 | 2025-02-24T21:03:59.503Z | Checking log v0.4.22 |
1978 | 2025-02-24T21:03:59.549Z | Checking byteorder v1.5.0 |
1979 | 2025-02-24T21:03:59.839Z | Checking pin-project-lite v0.2.14 |
1980 | 2025-02-24T21:03:59.857Z | Checking once_cell v1.20.3 |
1981 | 2025-02-24T21:03:59.960Z | Checking futures-core v0.3.31 |
1982 | 2025-02-24T21:03:59.978Z | Checking futures-sink v0.3.31 |
1983 | 2025-02-24T21:04:00.022Z | Checking getrandom v0.2.15 |
1984 | 2025-02-24T21:04:00.048Z | Checking signal-hook-registry v1.4.2 |
1985 | 2025-02-24T21:04:00.115Z | Checking parking_lot_core v0.9.10 |
1986 | 2025-02-24T21:04:00.132Z | Checking generic-array v0.14.7 |
1987 | 2025-02-24T21:04:00.148Z | Checking mio v1.0.2 |
1988 | 2025-02-24T21:04:00.162Z | Checking stable_deref_trait v1.2.0 |
1989 | 2025-02-24T21:04:00.247Z | Checking rand_core v0.6.4 |
1990 | 2025-02-24T21:04:00.262Z | Checking cpufeatures v0.2.14 |
1991 | 2025-02-24T21:04:00.306Z | Checking socket2 v0.5.8 |
1992 | 2025-02-24T21:04:00.354Z | Checking zerocopy v0.7.35 |
1993 | 2025-02-24T21:04:00.441Z | Checking parking_lot v0.12.3 |
1994 | 2025-02-24T21:04:00.571Z | Checking zerofrom v0.1.4 |
1995 | 2025-02-24T21:04:00.706Z | Checking slab v0.4.9 |
1996 | 2025-02-24T21:04:00.787Z | Checking yoke v0.7.4 |
1997 | 2025-02-24T21:04:00.787Z | Checking futures-channel v0.3.31 |
1998 | 2025-02-24T21:04:00.790Z | Checking futures-task v0.3.31 |
1999 | 2025-02-24T21:04:00.958Z | Checking pin-utils v0.1.0 |
2000 | 2025-02-24T21:04:01.040Z | Checking futures-io v0.3.31 |
2001 | 2025-02-24T21:04:01.057Z | Checking equivalent v1.0.1 |
2002 | 2025-02-24T21:04:01.096Z | Checking zerovec v0.10.4 |
2003 | 2025-02-24T21:04:01.144Z | Checking allocator-api2 v0.2.18 |
2004 | 2025-02-24T21:04:01.163Z | Checking foldhash v0.1.3 |
2005 | 2025-02-24T21:04:01.177Z | Checking crypto-common v0.1.6 |
2006 | 2025-02-24T21:04:01.212Z | Checking block-buffer v0.10.4 |
2007 | 2025-02-24T21:04:01.301Z | Checking futures-util v0.3.31 |
2008 | 2025-02-24T21:04:01.354Z | Checking block-padding v0.3.3 |
2009 | 2025-02-24T21:04:01.371Z | Checking ryu v1.0.18 |
2010 | 2025-02-24T21:04:01.434Z | Checking digest v0.10.7 |
2011 | 2025-02-24T21:04:01.561Z | Checking inout v0.1.3 |
2012 | 2025-02-24T21:04:01.587Z | Checking ppv-lite86 v0.2.20 |
2013 | 2025-02-24T21:04:01.623Z | Checking fnv v1.0.7 |
2014 | 2025-02-24T21:04:01.738Z | Checking hashbrown v0.15.1 |
2015 | 2025-02-24T21:04:01.758Z | Checking writeable v0.5.5 |
2016 | 2025-02-24T21:04:01.780Z | Checking hmac v0.12.1 |
2017 | 2025-02-24T21:04:01.797Z | Checking litemap v0.7.3 |
2018 | 2025-02-24T21:04:01.982Z | Checking cipher v0.4.4 |
2019 | 2025-02-24T21:04:02.080Z | Checking sha2 v0.10.8 |
2020 | 2025-02-24T21:04:02.127Z | Checking libm v0.2.8 |
2021 | 2025-02-24T21:04:02.275Z | Checking base64ct v1.6.0 |
2022 | 2025-02-24T21:04:02.381Z | Checking icu_locid_transform_data v1.5.0 |
2023 | 2025-02-24T21:04:02.487Z | Checking flagset v0.4.6 |
2024 | 2025-02-24T21:04:02.624Z | Checking tracing-core v0.1.32 |
2025 | 2025-02-24T21:04:02.697Z | Checking thiserror v1.0.69 |
2026 | 2025-02-24T21:04:02.709Z | Checking tinystr v0.7.6 |
2027 | 2025-02-24T21:04:02.723Z | Checking pem-rfc7468 v0.7.0 |
2028 | 2025-02-24T21:04:02.745Z | Checking icu_collections v1.5.0 |
2029 | 2025-02-24T21:04:02.827Z | Checking percent-encoding v2.3.1 |
2030 | 2025-02-24T21:04:02.985Z | Checking der v0.7.9 |
2031 | 2025-02-24T21:04:03.010Z | Checking num-traits v0.2.19 |
2032 | 2025-02-24T21:04:03.026Z | Checking icu_locid v1.5.0 |
2033 | 2025-02-24T21:04:03.041Z | Checking rustls-pki-types v1.10.0 |
2034 | 2025-02-24T21:04:03.249Z | Checking icu_properties_data v1.5.0 |
2035 | 2025-02-24T21:04:03.367Z | Checking tracing v0.1.40 |
2036 | 2025-02-24T21:04:03.486Z | Checking salsa20 v0.10.2 |
2037 | 2025-02-24T21:04:03.551Z | Checking bytes v1.9.0 |
2038 | 2025-02-24T21:04:03.567Z | Checking indexmap v2.7.1 |
2039 | 2025-02-24T21:04:03.699Z | Checking serde_json v1.0.139 |
2040 | 2025-02-24T21:04:03.717Z | Checking bitflags v2.6.0 |
2041 | 2025-02-24T21:04:03.952Z | Checking icu_provider v1.5.0 |
2042 | 2025-02-24T21:04:04.007Z | Checking pbkdf2 v0.12.2 |
2043 | 2025-02-24T21:04:04.175Z | Checking aws-lc-sys v0.22.0 |
2044 | 2025-02-24T21:04:04.330Z | Checking tokio v1.43.0 |
2045 | 2025-02-24T21:04:04.545Z | Checking http v1.2.0 |
2046 | 2025-02-24T21:04:04.560Z | Checking icu_locid_transform v1.5.0 |
2047 | 2025-02-24T21:04:04.674Z | Checking spki v0.7.3 |
2048 | 2025-02-24T21:04:04.759Z | Checking httparse v1.9.5 |
2049 | 2025-02-24T21:04:04.955Z | Checking icu_normalizer_data v1.5.0 |
2050 | 2025-02-24T21:04:05.061Z | Checking mirai-annotations v1.12.0 |
2051 | 2025-02-24T21:04:05.209Z | Checking powerfmt v0.2.0 |
2052 | 2025-02-24T21:04:05.238Z | Checking untrusted v0.7.1 |
2053 | 2025-02-24T21:04:05.326Z | Checking utf16_iter v1.0.5 |
2054 | 2025-02-24T21:04:05.410Z | Checking utf8_iter v1.0.4 |
2055 | 2025-02-24T21:04:05.472Z | Checking untrusted v0.9.0 |
2056 | 2025-02-24T21:04:05.497Z | Checking write16 v1.0.0 |
2057 | 2025-02-24T21:04:05.584Z | Checking icu_properties v1.5.1 |
2058 | 2025-02-24T21:04:05.611Z | Checking deranged v0.3.11 |
2059 | 2025-02-24T21:04:05.629Z | Checking scrypt v0.11.0 |
2060 | 2025-02-24T21:04:05.643Z | Checking ring v0.17.11 |
2061 | 2025-02-24T21:04:05.670Z | Checking cbc v0.1.2 |
2062 | 2025-02-24T21:04:05.822Z | Checking aes v0.8.4 |
2063 | 2025-02-24T21:04:05.837Z | Checking rand_chacha v0.3.1 |
2064 | 2025-02-24T21:04:05.862Z | Checking crossbeam-utils v0.8.20 |
2065 | 2025-02-24T21:04:06.226Z | Checking spin v0.9.8 |
2066 | 2025-02-24T21:04:06.260Z | Checking aws-lc-rs v1.10.0 |
2067 | 2025-02-24T21:04:06.550Z | Checking num-conv v0.1.0 |
2068 | 2025-02-24T21:04:06.568Z | Checking time-core v0.1.2 |
2069 | 2025-02-24T21:04:06.686Z | Checking tinyvec_macros v0.1.1 |
2070 | 2025-02-24T21:04:06.725Z | Checking atomic-waker v1.1.2 |
2071 | 2025-02-24T21:04:06.777Z | Checking num_threads v0.1.7 |
2072 | 2025-02-24T21:04:06.793Z | Checking tinyvec v1.8.0 |
2073 | 2025-02-24T21:04:06.859Z | Checking pkcs5 v0.7.1 |
2074 | 2025-02-24T21:04:06.895Z | Checking rand v0.8.5 |
2075 | 2025-02-24T21:04:06.942Z | Checking time v0.3.36 |
2076 | 2025-02-24T21:04:07.371Z | Checking http-body v1.0.1 |
2077 | 2025-02-24T21:04:07.585Z | Checking form_urlencoded v1.2.1 |
2078 | 2025-02-24T21:04:07.804Z | Checking try-lock v0.2.5 |
2079 | 2025-02-24T21:04:07.821Z | Checking pkcs8 v0.10.2 |
2080 | 2025-02-24T21:04:07.951Z | Checking rustls-webpki v0.102.8 |
2081 | 2025-02-24T21:04:07.969Z | Checking want v0.3.1 |
2082 | 2025-02-24T21:04:08.081Z | Checking uuid v1.12.0 |
2083 | 2025-02-24T21:04:08.116Z | Checking unicode-ident v1.0.14 |
2084 | 2025-02-24T21:04:08.131Z | Checking tower-service v0.3.3 |
2085 | 2025-02-24T21:04:08.148Z | Checking httpdate v1.0.3 |
2086 | 2025-02-24T21:04:08.249Z | Checking serde_spanned v0.6.8 |
2087 | 2025-02-24T21:04:08.281Z | Checking proc-macro2 v1.0.93 |
2088 | 2025-02-24T21:04:08.393Z | Checking toml_datetime v0.6.8 |
2089 | 2025-02-24T21:04:08.451Z | Checking zerocopy v0.8.10 |
2090 | 2025-02-24T21:04:08.690Z | Checking slog v2.7.0 |
2091 | 2025-02-24T21:04:08.692Z | Checking getrandom v0.3.1 |
2092 | 2025-02-24T21:04:08.726Z | Checking scroll v0.12.0 |
2093 | 2025-02-24T21:04:08.797Z | Checking icu_normalizer v1.5.0 |
2094 | 2025-02-24T21:04:08.933Z | Checking plain v0.2.3 |
2095 | 2025-02-24T21:04:08.950Z | Checking match_cfg v0.1.0 |
2096 | 2025-02-24T21:04:09.048Z | Checking iana-time-zone v0.1.61 |
2097 | 2025-02-24T21:04:09.094Z | Checking base64 v0.22.1 |
2098 | 2025-02-24T21:04:09.141Z | Checking adler2 v2.0.0 |
2099 | 2025-02-24T21:04:09.181Z | Checking foreign-types-shared v0.1.1 |
2100 | 2025-02-24T21:04:09.199Z | Checking ucd-trie v0.1.7 |
2101 | 2025-02-24T21:04:09.291Z | Checking foreign-types v0.3.2 |
2102 | 2025-02-24T21:04:09.294Z | Checking chrono v0.4.39 |
2103 | 2025-02-24T21:04:09.321Z | Checking miniz_oxide v0.8.0 |
2104 | 2025-02-24T21:04:09.387Z | Checking goblin v0.8.2 |
2105 | 2025-02-24T21:04:09.403Z | Checking pest v2.7.14 |
2106 | 2025-02-24T21:04:09.548Z | Checking hostname v0.3.1 |
2107 | 2025-02-24T21:04:09.590Z | Checking idna_adapter v1.2.0 |
2108 | 2025-02-24T21:04:09.679Z | Checking quote v1.0.38 |
2109 | 2025-02-24T21:04:09.769Z | Checking idna v1.0.3 |
2110 | 2025-02-24T21:04:10.010Z | Checking openssl-sys v0.9.106 |
2111 | 2025-02-24T21:04:10.044Z | Checking errno v0.3.9 |
2112 | 2025-02-24T21:04:10.240Z | Checking dirs-sys-next v0.1.2 |
2113 | 2025-02-24T21:04:10.272Z | Checking url v2.5.3 |
2114 | 2025-02-24T21:04:10.436Z | Checking aho-corasick v1.1.3 |
2115 | 2025-02-24T21:04:11.415Z | Checking regex-syntax v0.8.5 |
2116 | 2025-02-24T21:04:11.430Z | Checking tokio-util v0.7.12 |
2117 | 2025-02-24T21:04:11.430Z | Checking data-encoding v2.6.0 |
2118 | 2025-02-24T21:04:11.430Z | Checking rand_core v0.9.2 |
2119 | 2025-02-24T21:04:11.430Z | Checking pretty-hex v0.4.1 |
2120 | 2025-02-24T21:04:11.430Z | Compiling newtype-uuid v1.2.1 |
2121 | 2025-02-24T21:04:11.561Z | Checking either v1.13.0 |
2122 | 2025-02-24T21:04:11.663Z | Checking siphasher v0.3.11 |
2123 | 2025-02-24T21:04:11.745Z | Checking rand_chacha v0.9.0 |
2124 | 2025-02-24T21:04:11.903Z | Checking h2 v0.4.6 |
2125 | 2025-02-24T21:04:11.931Z | Checking openssl v0.10.71 |
2126 | 2025-02-24T21:04:11.946Z | Checking dirs-next v2.0.0 |
2127 | 2025-02-24T21:04:11.963Z | Checking rustix v0.38.37 |
2128 | 2025-02-24T21:04:11.966Z | Checking dtrace-parser v0.2.0 |
2129 | 2025-02-24T21:04:12.069Z | Checking syn v2.0.96 |
2130 | 2025-02-24T21:04:12.128Z | Checking unicode-normalization v0.1.24 |
2131 | 2025-02-24T21:04:12.431Z | Checking http-body-util v0.1.2 |
2132 | 2025-02-24T21:04:12.884Z | Checking crossbeam-epoch v0.9.18 |
2133 | 2025-02-24T21:04:13.028Z | Checking sha1 v0.10.6 |
2134 | 2025-02-24T21:04:13.291Z | Checking signature v2.2.0 |
2135 | 2025-02-24T21:04:13.330Z | Checking thread_local v1.1.8 |
2136 | 2025-02-24T21:04:13.507Z | Checking thread-id v4.2.2 |
2137 | 2025-02-24T21:04:13.615Z | Checking encoding_rs v0.8.34 |
2138 | 2025-02-24T21:04:13.630Z | Checking anstyle v1.0.10 |
2139 | 2025-02-24T21:04:13.936Z | Checking mime v0.3.17 |
2140 | 2025-02-24T21:04:14.229Z | Checking regex-automata v0.4.8 |
2141 | 2025-02-24T21:04:14.232Z | Checking utf8parse v0.2.2 |
2142 | 2025-02-24T21:04:14.337Z | Checking dof v0.3.0 |
2143 | 2025-02-24T21:04:14.401Z | Checking winnow v0.6.20 |
2144 | 2025-02-24T21:04:14.952Z | Checking gimli v0.31.1 |
2145 | 2025-02-24T21:04:15.091Z | Checking unicode-properties v0.1.3 |
2146 | 2025-02-24T21:04:15.482Z | Checking ipnet v2.10.1 |
2147 | 2025-02-24T21:04:15.794Z | Checking openssl-probe v0.1.5 |
2148 | 2025-02-24T21:04:15.956Z | Checking unicode-bidi v0.3.17 |
2149 | 2025-02-24T21:04:15.972Z | Checking anstyle-parse v0.2.5 |
2150 | 2025-02-24T21:04:16.247Z | Checking crossbeam-deque v0.8.5 |
2151 | 2025-02-24T21:04:16.575Z | Checking rand v0.9.0 |
2152 | 2025-02-24T21:04:16.624Z | Checking stringprep v0.1.5 |
2153 | 2025-02-24T21:04:16.917Z | Checking term v0.7.0 |
2154 | 2025-02-24T21:04:17.099Z | Checking native-tls v0.2.12 |
2155 | 2025-02-24T21:04:17.154Z | Checking toml_edit v0.22.22 |
2156 | 2025-02-24T21:04:17.339Z | Checking slog-json v2.6.1 |
2157 | 2025-02-24T21:04:17.409Z | Checking rustls v0.22.4 |
2158 | 2025-02-24T21:04:17.551Z | Checking rustls v0.23.19 |
2159 | 2025-02-24T21:04:17.590Z | Checking serde_urlencoded v0.7.1 |
2160 | 2025-02-24T21:04:17.988Z | Checking crossbeam-channel v0.5.13 |
2161 | 2025-02-24T21:04:18.006Z | Checking usdt-impl v0.5.0 |
2162 | 2025-02-24T21:04:18.021Z | Checking hyper v1.5.2 |
2163 | 2025-02-24T21:04:18.547Z | Checking futures-executor v0.3.31 |
2164 | 2025-02-24T21:04:18.593Z | Checking num-integer v0.1.46 |
2165 | 2025-02-24T21:04:18.667Z | Checking addr2line v0.24.2 |
2166 | 2025-02-24T21:04:18.695Z | Checking rustls-pemfile v2.2.0 |
2167 | 2025-02-24T21:04:18.789Z | Checking semver v1.0.25 |
2168 | 2025-02-24T21:04:18.919Z | Checking md-5 v0.10.6 |
2169 | 2025-02-24T21:04:19.067Z | Checking ff v0.13.0 |
2170 | 2025-02-24T21:04:19.150Z | Checking is-terminal v0.4.13 |
2171 | 2025-02-24T21:04:19.167Z | Checking memmap v0.7.0 |
2172 | 2025-02-24T21:04:19.193Z | Checking hash32 v0.2.1 |
2173 | 2025-02-24T21:04:19.279Z | Checking object v0.36.5 |
2174 | 2025-02-24T21:04:19.293Z | Checking is_terminal_polyfill v1.70.1 |
2175 | 2025-02-24T21:04:19.384Z | Checking utf-8 v0.7.6 |
2176 | 2025-02-24T21:04:19.417Z | Checking take_mut v0.2.2 |
2177 | 2025-02-24T21:04:19.489Z | Checking psl-types v2.0.11 |
2178 | 2025-02-24T21:04:19.587Z | Checking linked-hash-map v0.5.6 |
2179 | 2025-02-24T21:04:19.609Z | Checking colorchoice v1.0.2 |
2180 | 2025-02-24T21:04:19.682Z | Checking dyn-clone v1.0.18 |
2181 | 2025-02-24T21:04:19.739Z | Checking base16ct v0.2.0 |
2182 | 2025-02-24T21:04:19.741Z | Checking rustc-demangle v0.1.24 |
2183 | 2025-02-24T21:04:19.840Z | Checking anstyle-query v1.1.1 |
2184 | 2025-02-24T21:04:19.892Z | Checking fallible-iterator v0.2.0 |
2185 | 2025-02-24T21:04:19.928Z | Checking hyper-util v0.1.10 |
2186 | 2025-02-24T21:04:19.944Z | Checking quick-error v1.2.3 |
2187 | 2025-02-24T21:04:19.964Z | Checking anstream v0.6.15 |
2188 | 2025-02-24T21:04:20.087Z | Checking resolv-conf v0.7.0 |
2189 | 2025-02-24T21:04:20.177Z | Checking sec1 v0.7.3 |
2190 | 2025-02-24T21:04:20.323Z | Checking lru-cache v0.1.2 |
2191 | 2025-02-24T21:04:20.407Z | Checking schemars v0.8.21 |
2192 | 2025-02-24T21:04:20.462Z | Checking postgres-protocol v0.6.8 |
2193 | 2025-02-24T21:04:20.491Z | Checking toml v0.8.19 |
2194 | 2025-02-24T21:04:20.556Z | Checking publicsuffix v2.3.0 |
2195 | 2025-02-24T21:04:20.772Z | Checking tokio-rustls v0.25.0 |
2196 | 2025-02-24T21:04:20.842Z | Checking tungstenite v0.24.0 |
2197 | 2025-02-24T21:04:21.117Z | Checking slog-async v2.8.0 |
2198 | 2025-02-24T21:04:21.152Z | Checking heapless v0.7.17 |
2199 | 2025-02-24T21:04:21.155Z | Checking usdt v0.5.0 |
2200 | 2025-02-24T21:04:21.388Z | Checking group v0.13.0 |
2201 | 2025-02-24T21:04:21.428Z | Checking slog-term v2.9.1 |
2202 | 2025-02-24T21:04:21.639Z | Checking num-iter v0.1.45 |
2203 | 2025-02-24T21:04:21.721Z | Checking futures v0.3.31 |
2204 | 2025-02-24T21:04:21.806Z | Checking slog-bunyan v2.5.0 |
2205 | 2025-02-24T21:04:21.836Z | Checking tokio-native-tls v0.3.1 |
2206 | 2025-02-24T21:04:21.881Z | Checking rayon-core v1.12.1 |
2207 | 2025-02-24T21:04:21.902Z | Checking hickory-proto v0.24.3 |
2208 | 2025-02-24T21:04:21.918Z | Checking multer v3.1.0 |
2209 | 2025-02-24T21:04:21.970Z | Checking terminal_size v0.4.0 |
2210 | 2025-02-24T21:04:22.061Z | Checking phf_shared v0.11.2 |
2211 | 2025-02-24T21:04:22.156Z | Checking cookie v0.18.1 |
2212 | 2025-02-24T21:04:22.294Z | Checking async-stream v0.3.6 |
2213 | 2025-02-24T21:04:22.332Z | Checking bzip2-sys v0.1.11+1.0.8 |
2214 | 2025-02-24T21:04:22.355Z | Checking camino v1.1.9 |
2215 | 2025-02-24T21:04:22.457Z | Checking waitgroup v0.1.2 |
2216 | 2025-02-24T21:04:22.484Z | Checking signal-hook v0.3.17 |
2217 | 2025-02-24T21:04:22.523Z | Checking lazy_static v1.5.0 |
2218 | 2025-02-24T21:04:22.588Z | Checking openapiv3 v2.0.0 |
2219 | 2025-02-24T21:04:22.591Z | Checking webpki-roots v0.26.6 |
2220 | 2025-02-24T21:04:22.623Z | Checking tokio-rustls v0.26.0 |
2221 | 2025-02-24T21:04:22.654Z | Checking serde_path_to_error v0.1.16 |
2222 | 2025-02-24T21:04:22.800Z | Checking hkdf v0.12.4 |
2223 | 2025-02-24T21:04:22.817Z | Checking crypto-bigint v0.5.5 |
2224 | 2025-02-24T21:04:22.851Z | Checking sync_wrapper v1.0.1 |
2225 | 2025-02-24T21:04:23.005Z | Checking hostname v0.4.0 |
2226 | 2025-02-24T21:04:23.022Z | Checking crc32fast v1.4.2 |
2227 | 2025-02-24T21:04:23.025Z | Checking unicode-width v0.2.0 |
2228 | 2025-02-24T21:04:23.141Z | Checking clap_lex v0.7.4 |
2229 | 2025-02-24T21:04:23.218Z | Checking bitflags v1.3.2 |
2230 | 2025-02-24T21:04:23.257Z | Checking tower-layer v0.3.3 |
2231 | 2025-02-24T21:04:23.321Z | Checking winnow v0.5.40 |
2232 | 2025-02-24T21:04:23.385Z | Checking debug-ignore v1.0.5 |
2233 | 2025-02-24T21:04:23.509Z | Checking strsim v0.11.1 |
2234 | 2025-02-24T21:04:23.512Z | Checking managed v0.8.0 |
2235 | 2025-02-24T21:04:23.542Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2236 | 2025-02-24T21:04:23.804Z | Checking clap_builder v4.5.30 |
2237 | 2025-02-24T21:04:23.826Z | Checking tower v0.5.2 |
2238 | 2025-02-24T21:04:23.899Z | Checking smoltcp v0.9.1 |
2239 | 2025-02-24T21:04:24.566Z | Checking console v0.15.10 |
2240 | 2025-02-24T21:04:25.118Z | Checking flate2 v1.0.35 |
2241 | 2025-02-24T21:04:25.237Z | Checking backtrace v0.3.74 |
2242 | 2025-02-24T21:04:25.281Z | Checking hyper-rustls v0.27.3 |
2243 | 2025-02-24T21:04:25.551Z | Checking elliptic-curve v0.13.8 |
2244 | 2025-02-24T21:04:25.631Z | Checking signal-hook-mio v0.2.4 |
2245 | 2025-02-24T21:04:25.722Z | Checking num-bigint-dig v0.8.4 |
2246 | 2025-02-24T21:04:25.771Z | Checking cookie_store v0.21.1 |
2247 | 2025-02-24T21:04:25.773Z | Checking anyhow v1.0.96 |
2248 | 2025-02-24T21:04:25.800Z | Checking dropshot v0.12.0 |
2249 | 2025-02-24T21:04:26.124Z | Checking toml_edit v0.19.15 |
2250 | 2025-02-24T21:04:26.153Z | Checking rayon v1.10.0 |
2251 | 2025-02-24T21:04:26.170Z | Checking bzip2 v0.4.4 |
2252 | 2025-02-24T21:04:26.398Z | Checking hickory-resolver v0.24.3 |
2253 | 2025-02-24T21:04:26.424Z | Checking phf v0.11.2 |
2254 | 2025-02-24T21:04:26.427Z | Checking hyper-tls v0.6.0 |
2255 | 2025-02-24T21:04:26.667Z | Checking tokio-tungstenite v0.24.0 |
2256 | 2025-02-24T21:04:26.707Z | Checking postgres-types v0.2.8 |
2257 | 2025-02-24T21:04:26.725Z | Checking regex v1.11.1 |
2258 | 2025-02-24T21:04:27.126Z | Checking bstr v1.10.0 |
2259 | 2025-02-24T21:04:27.315Z | Checking ed25519 v2.2.3 |
2260 | 2025-02-24T21:04:27.402Z | Checking phf_shared v0.10.0 |
2261 | 2025-02-24T21:04:27.637Z | Checking tokio-stream v0.1.16 |
2262 | 2025-02-24T21:04:27.655Z | Checking zerocopy v0.6.6 |
2263 | 2025-02-24T21:04:27.679Z | Checking curve25519-dalek v4.1.3 |
2264 | 2025-02-24T21:04:27.946Z | Checking hubpack v0.1.2 |
2265 | 2025-02-24T21:04:27.983Z | Checking memoffset v0.9.1 |
2266 | 2025-02-24T21:04:28.103Z | Checking portable-atomic v1.9.0 |
2267 | 2025-02-24T21:04:28.255Z | Checking pkcs1 v0.7.5 |
2268 | 2025-02-24T21:04:28.271Z | Checking float-cmp v0.10.0 |
2269 | 2025-02-24T21:04:28.423Z | Checking serde-big-array v0.5.1 |
2270 | 2025-02-24T21:04:28.475Z | Checking rfc6979 v0.4.0 |
2271 | 2025-02-24T21:04:28.566Z | Checking fixedbitset v0.4.2 |
2272 | 2025-02-24T21:04:28.645Z | Checking static_assertions v1.1.0 |
2273 | 2025-02-24T21:04:28.645Z | Checking predicates-core v1.0.8 |
2274 | 2025-02-24T21:04:28.677Z | Checking difflib v0.4.0 |
2275 | 2025-02-24T21:04:28.743Z | Checking minimal-lexical v0.2.1 |
2276 | 2025-02-24T21:04:28.825Z | Checking precomputed-hash v0.1.1 |
2277 | 2025-02-24T21:04:28.853Z | Checking normalize-line-endings v0.3.0 |
2278 | 2025-02-24T21:04:28.948Z | Checking new_debug_unreachable v1.0.6 |
2279 | 2025-02-24T21:04:28.981Z | Checking number_prefix v0.4.0 |
2280 | 2025-02-24T21:04:28.997Z | Checking whoami v1.5.2 |
2281 | 2025-02-24T21:04:29.045Z | Checking unicode-segmentation v1.12.0 |
2282 | 2025-02-24T21:04:29.064Z | Checking bit-vec v0.6.3 |
2283 | 2025-02-24T21:04:29.144Z | Checking nom v7.1.3 |
2284 | 2025-02-24T21:04:29.174Z | Checking string_cache v0.8.7 |
2285 | 2025-02-24T21:04:29.234Z | Checking qorb v0.2.1 |
2286 | 2025-02-24T21:04:29.281Z | Checking tokio-postgres v0.7.12 |
2287 | 2025-02-24T21:04:29.362Z | Checking bit-set v0.5.3 |
2288 | 2025-02-24T21:04:29.460Z | Checking predicates v3.1.3 |
2289 | 2025-02-24T21:04:29.496Z | Checking ed25519-dalek v2.1.1 |
2290 | 2025-02-24T21:04:29.594Z | Checking indicatif v0.17.11 |
2291 | 2025-02-24T21:04:29.614Z | Checking petgraph v0.6.5 |
2292 | 2025-02-24T21:04:29.730Z | Checking similar v2.6.0 |
2293 | 2025-02-24T21:04:29.901Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2294 | 2025-02-24T21:04:30.108Z | Checking ecdsa v0.16.9 |
2295 | 2025-02-24T21:04:30.369Z | Checking rsa v0.9.6 |
2296 | 2025-02-24T21:04:30.567Z | Checking toml v0.7.8 |
2297 | 2025-02-24T21:04:30.829Z | Checking nix v0.29.0 |
2298 | 2025-02-24T21:04:31.259Z | Checking reqwest v0.12.12 |
2299 | 2025-02-24T21:04:31.345Z | Checking clap v4.5.30 |
2300 | 2025-02-24T21:04:31.468Z | Checking zip v0.6.6 |
2301 | 2025-02-24T21:04:31.649Z | Checking crossterm v0.28.1 |
2302 | 2025-02-24T21:04:31.756Z | Checking ahash v0.8.11 |
2303 | 2025-02-24T21:04:32.133Z | Checking fs-err v2.11.0 |
2304 | 2025-02-24T21:04:32.154Z | Checking itertools v0.12.1 |
2305 | 2025-02-24T21:04:32.184Z | Checking itertools v0.14.0 |
2306 | 2025-02-24T21:04:32.233Z | Checking itertools v0.10.5 |
2307 | 2025-02-24T21:04:32.689Z | Checking x509-cert v0.2.5 |
2308 | 2025-02-24T21:04:32.863Z | Checking hex v0.4.3 |
2309 | 2025-02-24T21:04:33.122Z | Checking lalrpop-util v0.19.12 |
2310 | 2025-02-24T21:04:33.316Z | Checking peg-runtime v0.8.3 |
2311 | 2025-02-24T21:04:33.336Z | Checking sigpipe v0.1.3 |
2312 | 2025-02-24T21:04:34.468Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2313 | 2025-02-24T21:04:34.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.50s |
2314 | 2025-02-24T21:04:34.962Z | |
2315 | 2025-02-24T21:04:34.962Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2316 | 2025-02-24T21:04:35.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2025-02-24T21:04:35.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2025-02-24T21:04:35.641Z | Compiling hashbrown v0.14.5 |
2319 | 2025-02-24T21:04:35.766Z | Checking heck v0.5.0 |
2320 | 2025-02-24T21:04:35.779Z | Compiling unsafe-libyaml v0.2.11 |
2321 | 2025-02-24T21:04:35.792Z | Checking ipnetwork v0.21.1 |
2322 | 2025-02-24T21:04:35.806Z | Compiling ident_case v1.0.1 |
2323 | 2025-02-24T21:04:35.821Z | Checking progenitor-client v0.8.0 |
2324 | 2025-02-24T21:04:35.839Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2325 | 2025-02-24T21:04:35.932Z | Checking newtype-uuid v1.2.1 |
2326 | 2025-02-24T21:04:35.977Z | Compiling darling_core v0.20.10 |
2327 | 2025-02-24T21:04:36.137Z | Checking oxnet v0.1.0 |
2328 | 2025-02-24T21:04:36.161Z | Compiling proc-macro-crate v1.3.1 |
2329 | 2025-02-24T21:04:36.218Z | Compiling structmeta-derive v0.3.0 |
2330 | 2025-02-24T21:04:36.238Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2331 | 2025-02-24T21:04:36.493Z | Compiling thiserror v2.0.11 |
2332 | 2025-02-24T21:04:36.558Z | Compiling lzma-sys v0.1.20 |
2333 | 2025-02-24T21:04:36.727Z | Checking regress v0.10.1 |
2334 | 2025-02-24T21:04:37.066Z | Compiling serde_yaml v0.9.34+deprecated |
2335 | 2025-02-24T21:04:37.093Z | Compiling num_enum_derive v0.5.11 |
2336 | 2025-02-24T21:04:37.536Z | Compiling foreign-types-macros v0.2.3 |
2337 | 2025-02-24T21:04:37.660Z | Compiling daft-derive v0.1.1 |
2338 | 2025-02-24T21:04:38.800Z | Compiling structmeta v0.3.0 |
2339 | 2025-02-24T21:04:38.816Z | Compiling thiserror-impl v2.0.11 |
2340 | 2025-02-24T21:04:39.166Z | Compiling dropshot v0.15.1 |
2341 | 2025-02-24T21:04:39.185Z | Checking foreign-types-shared v0.3.1 |
2342 | 2025-02-24T21:04:39.253Z | Checking arc-swap v1.7.1 |
2343 | 2025-02-24T21:04:39.313Z | Checking foreign-types v0.5.0 |
2344 | 2025-02-24T21:04:39.430Z | Checking num_enum v0.5.11 |
2345 | 2025-02-24T21:04:39.590Z | Checking daft v0.1.1 |
2346 | 2025-02-24T21:04:39.635Z | Compiling parse-display-derive v0.10.0 |
2347 | 2025-02-24T21:04:39.706Z | Checking slog-scope v4.4.0 |
2348 | 2025-02-24T21:04:39.963Z | Compiling proc-macro-error v1.0.4 |
2349 | 2025-02-24T21:04:40.200Z | Checking typify-impl v0.2.0 |
2350 | 2025-02-24T21:04:40.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2351 | 2025-02-24T21:04:40.451Z | Checking tungstenite v0.21.0 |
2352 | 2025-02-24T21:04:40.579Z | Compiling heck v0.3.3 |
2353 | 2025-02-24T21:04:40.925Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2354 | 2025-02-24T21:04:41.305Z | Compiling dropshot_endpoint v0.15.1 |
2355 | 2025-02-24T21:04:41.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2356 | 2025-02-24T21:04:41.584Z | Compiling darling_macro v0.20.10 |
2357 | 2025-02-24T21:04:41.728Z | Checking cstr-argument v0.1.2 |
2358 | 2025-02-24T21:04:41.926Z | Checking instant v0.1.13 |
2359 | 2025-02-24T21:04:42.050Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2360 | 2025-02-24T21:04:42.162Z | Checking pretty-hex v0.2.1 |
2361 | 2025-02-24T21:04:42.315Z | Checking base64 v0.21.7 |
2362 | 2025-02-24T21:04:42.338Z | Checking fastrand v2.1.1 |
2363 | 2025-02-24T21:04:42.464Z | Compiling darling v0.20.10 |
2364 | 2025-02-24T21:04:42.485Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2365 | 2025-02-24T21:04:42.590Z | Compiling serde_with_macros v3.11.0 |
2366 | 2025-02-24T21:04:42.640Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2367 | 2025-02-24T21:04:42.655Z | Checking tempfile v3.13.0 |
2368 | 2025-02-24T21:04:42.744Z | Checking backoff v0.4.0 |
2369 | 2025-02-24T21:04:42.760Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2370 | 2025-02-24T21:04:42.791Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2371 | 2025-02-24T21:04:42.945Z | Checking tokio-tungstenite v0.21.0 |
2372 | 2025-02-24T21:04:43.004Z | Checking strum v0.26.3 |
2373 | 2025-02-24T21:04:43.021Z | Compiling zone_cfg_derive v0.1.2 |
2374 | 2025-02-24T21:04:43.056Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2375 | 2025-02-24T21:04:43.176Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2376 | 2025-02-24T21:04:43.478Z | Checking parse-display v0.10.0 |
2377 | 2025-02-24T21:04:43.523Z | Checking slog-stdlog v4.1.1 |
2378 | 2025-02-24T21:04:43.582Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2379 | 2025-02-24T21:04:43.707Z | Checking regress v0.9.1 |
2380 | 2025-02-24T21:04:43.710Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2381 | 2025-02-24T21:04:43.737Z | Checking progenitor-client v0.9.1 |
2382 | 2025-02-24T21:04:43.793Z | Checking colored v2.1.0 |
2383 | 2025-02-24T21:04:44.004Z | Checking macaddr v1.0.1 |
2384 | 2025-02-24T21:04:44.106Z | Checking unicode-width v0.1.14 |
2385 | 2025-02-24T21:04:44.122Z | Checking base64 v0.13.1 |
2386 | 2025-02-24T21:04:44.378Z | Checking zone v0.1.8 |
2387 | 2025-02-24T21:04:44.503Z | Checking ron v0.7.1 |
2388 | 2025-02-24T21:04:44.633Z | Checking tabwriter v1.4.0 |
2389 | 2025-02-24T21:04:44.879Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2390 | 2025-02-24T21:04:45.080Z | Checking slog-envlogger v2.2.0 |
2391 | 2025-02-24T21:04:45.107Z | Checking serde_with v3.11.0 |
2392 | 2025-02-24T21:04:45.314Z | Checking xz2 v0.1.7 |
2393 | 2025-02-24T21:04:45.331Z | Checking xattr v1.3.1 |
2394 | 2025-02-24T21:04:45.534Z | Checking pem v3.0.4 |
2395 | 2025-02-24T21:04:45.604Z | Checking yasna v0.5.2 |
2396 | 2025-02-24T21:04:45.621Z | Checking headers-core v0.3.0 |
2397 | 2025-02-24T21:04:45.766Z | Checking smf v0.2.3 |
2398 | 2025-02-24T21:04:45.787Z | Checking filetime v0.2.25 |
2399 | 2025-02-24T21:04:46.008Z | Checking same-file v1.0.6 |
2400 | 2025-02-24T21:04:46.180Z | Checking tar v0.4.42 |
2401 | 2025-02-24T21:04:46.198Z | Checking walkdir v2.5.0 |
2402 | 2025-02-24T21:04:46.200Z | Checking headers v0.4.0 |
2403 | 2025-02-24T21:04:46.421Z | Checking rcgen v0.12.1 |
2404 | 2025-02-24T21:04:46.488Z | Checking camino-tempfile v1.1.1 |
2405 | 2025-02-24T21:04:46.769Z | Checking atomicwrites v0.4.4 |
2406 | 2025-02-24T21:04:46.985Z | Checking subprocess v0.2.9 |
2407 | 2025-02-24T21:04:49.318Z | Compiling typify-macro v0.2.0 |
2408 | 2025-02-24T21:04:50.832Z | Compiling typify v0.2.0 |
2409 | 2025-02-24T21:04:50.900Z | Compiling progenitor-impl v0.8.0 |
2410 | 2025-02-24T21:04:53.337Z | Compiling progenitor-macro v0.8.0 |
2411 | 2025-02-24T21:04:56.832Z | Checking progenitor v0.8.0 |
2412 | 2025-02-24T21:04:56.957Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2413 | 2025-02-24T21:04:56.957Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2414 | 2025-02-24T21:04:59.442Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2415 | 2025-02-24T21:04:59.770Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2416 | 2025-02-24T21:05:05.812Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2417 | 2025-02-24T21:05:07.320Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2418 | 2025-02-24T21:05:08.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s |
2419 | 2025-02-24T21:05:08.698Z | |
2420 | 2025-02-24T21:05:08.698Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2421 | 2025-02-24T21:05:09.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-02-24T21:05:09.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-02-24T21:05:09.382Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2424 | 2025-02-24T21:05:10.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2425 | 2025-02-24T21:05:10.940Z | |
2426 | 2025-02-24T21:05:10.940Z | info: running `cargo check --bins` on nexus-config (51/199) |
2427 | 2025-02-24T21:05:11.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-02-24T21:05:11.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-02-24T21:05:11.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2025-02-24T21:05:11.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2431 | 2025-02-24T21:05:11.586Z | |
2432 | 2025-02-24T21:05:11.586Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2433 | 2025-02-24T21:05:12.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-02-24T21:05:12.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-02-24T21:05:12.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2025-02-24T21:05:12.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2437 | 2025-02-24T21:05:12.212Z | |
2438 | 2025-02-24T21:05:12.212Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2439 | 2025-02-24T21:05:12.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-02-24T21:05:12.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-02-24T21:05:12.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2025-02-24T21:05:12.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2025-02-24T21:05:12.840Z | |
2444 | 2025-02-24T21:05:12.841Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2445 | 2025-02-24T21:05:13.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-02-24T21:05:13.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-02-24T21:05:13.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2025-02-24T21:05:13.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2449 | 2025-02-24T21:05:13.482Z | |
2450 | 2025-02-24T21:05:13.482Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2451 | 2025-02-24T21:05:14.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2025-02-24T21:05:14.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2025-02-24T21:05:14.180Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2454 | 2025-02-24T21:05:14.305Z | Compiling ipnetwork v0.21.1 |
2455 | 2025-02-24T21:05:14.312Z | Compiling progenitor-client v0.8.0 |
2456 | 2025-02-24T21:05:14.312Z | Compiling itertools v0.13.0 |
2457 | 2025-02-24T21:05:14.312Z | Compiling heapless v0.8.0 |
2458 | 2025-02-24T21:05:14.312Z | Compiling thiserror v2.0.11 |
2459 | 2025-02-24T21:05:14.312Z | Checking hash32 v0.3.1 |
2460 | 2025-02-24T21:05:14.312Z | Compiling instant v0.1.13 |
2461 | 2025-02-24T21:05:14.473Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2462 | 2025-02-24T21:05:14.494Z | Compiling smoltcp v0.11.0 |
2463 | 2025-02-24T21:05:14.509Z | Compiling dropshot v0.15.1 |
2464 | 2025-02-24T21:05:14.534Z | Compiling backoff v0.4.0 |
2465 | 2025-02-24T21:05:14.783Z | Compiling oxnet v0.1.0 |
2466 | 2025-02-24T21:05:14.860Z | Compiling progenitor v0.8.0 |
2467 | 2025-02-24T21:05:15.034Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2468 | 2025-02-24T21:05:15.065Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2469 | 2025-02-24T21:05:15.170Z | Compiling daft v0.1.1 |
2470 | 2025-02-24T21:05:15.218Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2471 | 2025-02-24T21:05:15.246Z | Compiling serde_with v3.11.0 |
2472 | 2025-02-24T21:05:15.432Z | Compiling parse-display v0.10.0 |
2473 | 2025-02-24T21:05:15.634Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2474 | 2025-02-24T21:05:15.940Z | Checking num-rational v0.4.2 |
2475 | 2025-02-24T21:05:16.013Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2476 | 2025-02-24T21:05:16.103Z | Compiling progenitor-client v0.9.1 |
2477 | 2025-02-24T21:05:16.569Z | Compiling regress v0.9.1 |
2478 | 2025-02-24T21:05:16.611Z | Compiling phf_generator v0.11.2 |
2479 | 2025-02-24T21:05:16.830Z | Checking num-complex v0.4.6 |
2480 | 2025-02-24T21:05:17.158Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2481 | 2025-02-24T21:05:17.752Z | Compiling macaddr v1.0.1 |
2482 | 2025-02-24T21:05:18.155Z | Checking cobs v0.2.3 |
2483 | 2025-02-24T21:05:18.365Z | Checking postcard v1.0.10 |
2484 | 2025-02-24T21:05:18.527Z | Compiling num v0.4.3 |
2485 | 2025-02-24T21:05:18.630Z | Compiling phf_codegen v0.11.2 |
2486 | 2025-02-24T21:05:18.850Z | Compiling parse-zoneinfo v0.3.1 |
2487 | 2025-02-24T21:05:18.892Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2488 | 2025-02-24T21:05:19.234Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2489 | 2025-02-24T21:05:19.410Z | Compiling convert_case v0.4.0 |
2490 | 2025-02-24T21:05:20.207Z | Checking float-ord v0.3.2 |
2491 | 2025-02-24T21:05:20.740Z | Compiling derive_more v0.99.19 |
2492 | 2025-02-24T21:05:21.366Z | Compiling chrono-tz-build v0.4.0 |
2493 | 2025-02-24T21:05:21.662Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2494 | 2025-02-24T21:05:22.301Z | Compiling crucible-workspace-hack v0.1.0 |
2495 | 2025-02-24T21:05:22.533Z | Compiling chrono-tz v0.10.1 |
2496 | 2025-02-24T21:05:22.552Z | Checking newline-converter v0.3.0 |
2497 | 2025-02-24T21:05:22.724Z | Checking prettyplease v0.2.29 |
2498 | 2025-02-24T21:05:23.151Z | Compiling slog-dtrace v0.3.0 |
2499 | 2025-02-24T21:05:23.232Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2500 | 2025-02-24T21:05:23.565Z | Checking expectorate v1.1.0 |
2501 | 2025-02-24T21:05:23.821Z | Compiling zone_cfg_derive v0.3.0 |
2502 | 2025-02-24T21:05:23.838Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2503 | 2025-02-24T21:05:23.856Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2504 | 2025-02-24T21:05:24.529Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2505 | 2025-02-24T21:05:24.612Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2506 | 2025-02-24T21:05:24.959Z | Compiling const_format_proc_macros v0.2.34 |
2507 | 2025-02-24T21:05:24.976Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2508 | 2025-02-24T21:05:25.210Z | Compiling num-derive v0.4.2 |
2509 | 2025-02-24T21:05:25.256Z | Checking highway v1.2.0 |
2510 | 2025-02-24T21:05:25.546Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2511 | 2025-02-24T21:05:25.685Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2512 | 2025-02-24T21:05:26.025Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2513 | 2025-02-24T21:05:26.069Z | Checking zone v0.3.0 |
2514 | 2025-02-24T21:05:26.273Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2515 | 2025-02-24T21:05:26.606Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2516 | 2025-02-24T21:05:26.852Z | Checking const_format v0.2.34 |
2517 | 2025-02-24T21:05:27.230Z | Checking gethostname v0.5.0 |
2518 | 2025-02-24T21:05:27.274Z | Checking bcs v0.1.6 |
2519 | 2025-02-24T21:05:27.339Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2520 | 2025-02-24T21:05:27.357Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2521 | 2025-02-24T21:05:27.374Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2522 | 2025-02-24T21:05:27.705Z | Checking nanorand v0.7.0 |
2523 | 2025-02-24T21:05:27.797Z | Compiling async-recursion v1.1.1 |
2524 | 2025-02-24T21:05:27.914Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2525 | 2025-02-24T21:05:28.071Z | Checking termtree v0.5.1 |
2526 | 2025-02-24T21:05:28.304Z | Checking flume v0.11.1 |
2527 | 2025-02-24T21:05:28.737Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2528 | 2025-02-24T21:05:28.742Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2529 | 2025-02-24T21:05:29.617Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2530 | 2025-02-24T21:05:29.720Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2531 | 2025-02-24T21:05:35.149Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2532 | 2025-02-24T21:05:40.356Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2533 | 2025-02-24T21:05:40.783Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2534 | 2025-02-24T21:05:42.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s |
2535 | 2025-02-24T21:05:42.194Z | |
2536 | 2025-02-24T21:05:42.194Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2537 | 2025-02-24T21:05:42.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2025-02-24T21:05:42.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2025-02-24T21:05:42.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2025-02-24T21:05:42.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2541 | 2025-02-24T21:05:42.846Z | |
2542 | 2025-02-24T21:05:42.846Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2543 | 2025-02-24T21:05:43.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2025-02-24T21:05:43.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2025-02-24T21:05:43.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2025-02-24T21:05:43.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2547 | 2025-02-24T21:05:43.499Z | |
2548 | 2025-02-24T21:05:43.499Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2549 | 2025-02-24T21:05:44.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-02-24T21:05:44.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-02-24T21:05:44.174Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-02-24T21:05:44.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2553 | 2025-02-24T21:05:44.978Z | |
2554 | 2025-02-24T21:05:44.978Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2555 | 2025-02-24T21:05:45.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-02-24T21:05:45.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-02-24T21:05:45.943Z | Compiling cfg_aliases v0.1.1 |
2558 | 2025-02-24T21:05:45.950Z | Compiling vte_generate_state_changes v0.1.2 |
2559 | 2025-02-24T21:05:45.950Z | Checking fd-lock v4.0.2 |
2560 | 2025-02-24T21:05:45.950Z | Checking nibble_vec v0.1.0 |
2561 | 2025-02-24T21:05:45.950Z | Checking endian-type v0.1.2 |
2562 | 2025-02-24T21:05:45.950Z | Checking bytecount v0.6.8 |
2563 | 2025-02-24T21:05:45.950Z | Compiling tabled_derive v0.7.0 |
2564 | 2025-02-24T21:05:45.950Z | Compiling peg-macros v0.8.4 |
2565 | 2025-02-24T21:05:45.950Z | Compiling nix v0.28.0 |
2566 | 2025-02-24T21:05:45.952Z | Checking papergrid v0.11.0 |
2567 | 2025-02-24T21:05:45.952Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2568 | 2025-02-24T21:05:45.978Z | Compiling sqlparser_derive v0.2.2 |
2569 | 2025-02-24T21:05:45.994Z | Checking radix_trie v0.2.1 |
2570 | 2025-02-24T21:05:46.343Z | Checking vte v0.11.1 |
2571 | 2025-02-24T21:05:46.398Z | Checking home v0.5.9 |
2572 | 2025-02-24T21:05:46.551Z | Checking nu-ansi-term v0.50.1 |
2573 | 2025-02-24T21:05:46.941Z | Checking unicode_categories v0.1.1 |
2574 | 2025-02-24T21:05:47.000Z | Checking display-error-chain v0.2.2 |
2575 | 2025-02-24T21:05:47.018Z | Checking sqlparser v0.45.0 |
2576 | 2025-02-24T21:05:47.251Z | Checking sqlformat v0.2.6 |
2577 | 2025-02-24T21:05:47.731Z | Checking strip-ansi-escapes v0.2.0 |
2578 | 2025-02-24T21:05:47.811Z | Checking tabled v0.15.0 |
2579 | 2025-02-24T21:05:47.864Z | Checking reedline v0.35.0 |
2580 | 2025-02-24T21:05:48.200Z | Checking peg v0.8.4 |
2581 | 2025-02-24T21:05:48.624Z | Checking rustyline v14.0.0 |
2582 | 2025-02-24T21:05:57.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.62s |
2583 | 2025-02-24T21:05:57.783Z | |
2584 | 2025-02-24T21:05:57.783Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2585 | 2025-02-24T21:05:58.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-02-24T21:05:58.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-02-24T21:05:58.481Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2588 | 2025-02-24T21:06:03.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2589 | 2025-02-24T21:06:03.678Z | |
2590 | 2025-02-24T21:06:03.679Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2591 | 2025-02-24T21:06:04.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-02-24T21:06:04.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-02-24T21:06:04.362Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2594 | 2025-02-24T21:06:07.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
2595 | 2025-02-24T21:06:08.015Z | |
2596 | 2025-02-24T21:06:08.015Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2597 | 2025-02-24T21:06:08.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-02-24T21:06:08.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-02-24T21:06:08.691Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2600 | 2025-02-24T21:06:13.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2601 | 2025-02-24T21:06:13.643Z | |
2602 | 2025-02-24T21:06:13.643Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2603 | 2025-02-24T21:06:14.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-02-24T21:06:14.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-02-24T21:06:14.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2606 | 2025-02-24T21:06:19.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2607 | 2025-02-24T21:06:19.370Z | |
2608 | 2025-02-24T21:06:19.370Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2609 | 2025-02-24T21:06:19.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2025-02-24T21:06:19.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2025-02-24T21:06:20.064Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2612 | 2025-02-24T21:06:23.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2613 | 2025-02-24T21:06:23.935Z | |
2614 | 2025-02-24T21:06:23.935Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2615 | 2025-02-24T21:06:24.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2025-02-24T21:06:24.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2025-02-24T21:06:24.638Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2618 | 2025-02-24T21:06:28.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2619 | 2025-02-24T21:06:28.562Z | |
2620 | 2025-02-24T21:06:28.562Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2621 | 2025-02-24T21:06:29.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2025-02-24T21:06:29.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2025-02-24T21:06:29.251Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2624 | 2025-02-24T21:06:34.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2625 | 2025-02-24T21:06:34.454Z | |
2626 | 2025-02-24T21:06:34.454Z | info: running `cargo check --bins` on oximeter (67/199) |
2627 | 2025-02-24T21:06:35.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2025-02-24T21:06:35.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2025-02-24T21:06:35.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2025-02-24T21:06:35.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2631 | 2025-02-24T21:06:35.123Z | |
2632 | 2025-02-24T21:06:35.123Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2633 | 2025-02-24T21:06:35.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2025-02-24T21:06:35.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2025-02-24T21:06:35.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2025-02-24T21:06:35.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2637 | 2025-02-24T21:06:35.759Z | |
2638 | 2025-02-24T21:06:35.759Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2639 | 2025-02-24T21:06:36.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2025-02-24T21:06:36.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2025-02-24T21:06:36.417Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2642 | 2025-02-24T21:06:38.415Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2643 | 2025-02-24T21:06:39.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
2644 | 2025-02-24T21:06:39.501Z | |
2645 | 2025-02-24T21:06:39.501Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2646 | 2025-02-24T21:06:40.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-02-24T21:06:40.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-02-24T21:06:40.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-02-24T21:06:40.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2650 | 2025-02-24T21:06:40.162Z | |
2651 | 2025-02-24T21:06:40.162Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2652 | 2025-02-24T21:06:40.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-02-24T21:06:40.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-02-24T21:06:40.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-02-24T21:06:40.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2656 | 2025-02-24T21:06:40.814Z | |
2657 | 2025-02-24T21:06:40.814Z | info: running `cargo check --bins` on oxql-types (72/199) |
2658 | 2025-02-24T21:06:41.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-02-24T21:06:41.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-02-24T21:06:41.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-02-24T21:06:41.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2662 | 2025-02-24T21:06:41.464Z | |
2663 | 2025-02-24T21:06:41.464Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2664 | 2025-02-24T21:06:42.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-02-24T21:06:42.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-02-24T21:06:42.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-02-24T21:06:42.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2668 | 2025-02-24T21:06:42.148Z | |
2669 | 2025-02-24T21:06:42.149Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2670 | 2025-02-24T21:06:42.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-02-24T21:06:42.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-02-24T21:06:42.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-02-24T21:06:42.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2674 | 2025-02-24T21:06:42.807Z | |
2675 | 2025-02-24T21:06:42.807Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2676 | 2025-02-24T21:06:43.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-02-24T21:06:43.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-02-24T21:06:43.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-02-24T21:06:43.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2680 | 2025-02-24T21:06:43.473Z | |
2681 | 2025-02-24T21:06:43.473Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2682 | 2025-02-24T21:06:44.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-02-24T21:06:44.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-02-24T21:06:44.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-02-24T21:06:44.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2686 | 2025-02-24T21:06:44.131Z | |
2687 | 2025-02-24T21:06:44.131Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2688 | 2025-02-24T21:06:44.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-02-24T21:06:44.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-02-24T21:06:44.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-02-24T21:06:44.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2692 | 2025-02-24T21:06:44.787Z | |
2693 | 2025-02-24T21:06:44.788Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2694 | 2025-02-24T21:06:45.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-02-24T21:06:45.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-02-24T21:06:45.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-02-24T21:06:45.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2698 | 2025-02-24T21:06:45.447Z | |
2699 | 2025-02-24T21:06:45.447Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2700 | 2025-02-24T21:06:46.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-02-24T21:06:46.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-02-24T21:06:46.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-02-24T21:06:46.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2704 | 2025-02-24T21:06:46.085Z | |
2705 | 2025-02-24T21:06:46.085Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2706 | 2025-02-24T21:06:46.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-02-24T21:06:46.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-02-24T21:06:46.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-02-24T21:06:46.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2710 | 2025-02-24T21:06:46.745Z | |
2711 | 2025-02-24T21:06:46.745Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2712 | 2025-02-24T21:06:47.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-02-24T21:06:47.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-02-24T21:06:47.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-02-24T21:06:47.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2716 | 2025-02-24T21:06:47.401Z | |
2717 | 2025-02-24T21:06:47.401Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2718 | 2025-02-24T21:06:47.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-02-24T21:06:47.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-02-24T21:06:47.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-02-24T21:06:47.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2722 | 2025-02-24T21:06:48.051Z | |
2723 | 2025-02-24T21:06:48.051Z | info: running `cargo check --bins` on dpd-client (83/199) |
2724 | 2025-02-24T21:06:48.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-02-24T21:06:48.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-02-24T21:06:48.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-02-24T21:06:48.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2728 | 2025-02-24T21:06:48.702Z | |
2729 | 2025-02-24T21:06:48.702Z | info: running `cargo check --bins` on gateway-client (84/199) |
2730 | 2025-02-24T21:06:49.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-02-24T21:06:49.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-02-24T21:06:49.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-02-24T21:06:49.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2734 | 2025-02-24T21:06:49.340Z | |
2735 | 2025-02-24T21:06:49.340Z | info: running `cargo check --bins` on installinator-client (85/199) |
2736 | 2025-02-24T21:06:49.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-02-24T21:06:49.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-02-24T21:06:49.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-02-24T21:06:49.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2740 | 2025-02-24T21:06:50.007Z | |
2741 | 2025-02-24T21:06:50.007Z | info: running `cargo check --bins` on installinator-common (86/199) |
2742 | 2025-02-24T21:06:50.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-02-24T21:06:50.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-02-24T21:06:50.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-02-24T21:06:50.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2746 | 2025-02-24T21:06:50.678Z | |
2747 | 2025-02-24T21:06:50.678Z | info: running `cargo check --bins` on update-engine (87/199) |
2748 | 2025-02-24T21:06:51.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-02-24T21:06:51.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-02-24T21:06:51.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-02-24T21:06:51.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2752 | 2025-02-24T21:06:51.320Z | |
2753 | 2025-02-24T21:06:51.320Z | info: running `cargo check --bins` on nexus-client (88/199) |
2754 | 2025-02-24T21:06:51.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-02-24T21:06:51.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-02-24T21:06:51.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-02-24T21:06:51.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2758 | 2025-02-24T21:06:52.000Z | |
2759 | 2025-02-24T21:06:52.000Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2760 | 2025-02-24T21:06:52.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-02-24T21:06:52.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-02-24T21:06:52.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-02-24T21:06:52.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2764 | 2025-02-24T21:06:52.674Z | |
2765 | 2025-02-24T21:06:52.674Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2766 | 2025-02-24T21:06:53.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-02-24T21:06:53.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-02-24T21:06:53.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-02-24T21:06:53.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2770 | 2025-02-24T21:06:53.318Z | |
2771 | 2025-02-24T21:06:53.318Z | info: running `cargo check --bins` on nexus-types (91/199) |
2772 | 2025-02-24T21:06:53.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-02-24T21:06:53.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-02-24T21:06:53.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-02-24T21:06:53.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2776 | 2025-02-24T21:06:53.996Z | |
2777 | 2025-02-24T21:06:53.996Z | info: running `cargo check --bins` on oxide-client (92/199) |
2778 | 2025-02-24T21:06:54.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-02-24T21:06:54.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-02-24T21:06:54.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-02-24T21:06:54.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2782 | 2025-02-24T21:06:54.635Z | |
2783 | 2025-02-24T21:06:54.635Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2784 | 2025-02-24T21:06:55.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-02-24T21:06:55.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-02-24T21:06:55.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-02-24T21:06:55.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2788 | 2025-02-24T21:06:55.295Z | |
2789 | 2025-02-24T21:06:55.295Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2790 | 2025-02-24T21:06:55.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-02-24T21:06:55.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-02-24T21:06:55.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-02-24T21:06:55.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2794 | 2025-02-24T21:06:55.937Z | |
2795 | 2025-02-24T21:06:55.937Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2796 | 2025-02-24T21:06:56.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-02-24T21:06:56.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-02-24T21:06:56.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2025-02-24T21:06:56.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2800 | 2025-02-24T21:06:56.606Z | |
2801 | 2025-02-24T21:06:56.606Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2802 | 2025-02-24T21:06:57.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2025-02-24T21:06:57.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2025-02-24T21:06:57.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2025-02-24T21:06:57.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2806 | 2025-02-24T21:06:57.303Z | |
2807 | 2025-02-24T21:06:57.303Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2808 | 2025-02-24T21:06:57.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2025-02-24T21:06:57.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2025-02-24T21:06:57.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2025-02-24T21:06:57.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2812 | 2025-02-24T21:06:57.988Z | |
2813 | 2025-02-24T21:06:57.988Z | info: running `cargo check --bins` on wicket-common (98/199) |
2814 | 2025-02-24T21:06:58.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2025-02-24T21:06:58.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2025-02-24T21:06:58.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2025-02-24T21:06:58.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2818 | 2025-02-24T21:06:58.667Z | |
2819 | 2025-02-24T21:06:58.667Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2820 | 2025-02-24T21:06:59.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2025-02-24T21:06:59.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2025-02-24T21:06:59.344Z | Checking csv-core v0.1.11 |
2823 | 2025-02-24T21:06:59.347Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2824 | 2025-02-24T21:06:59.347Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2825 | 2025-02-24T21:06:59.347Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2826 | 2025-02-24T21:06:59.613Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2827 | 2025-02-24T21:06:59.627Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2828 | 2025-02-24T21:06:59.715Z | Checking csv v1.3.1 |
2829 | 2025-02-24T21:07:00.270Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2830 | 2025-02-24T21:07:00.616Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2831 | 2025-02-24T21:07:02.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
2832 | 2025-02-24T21:07:02.315Z | |
2833 | 2025-02-24T21:07:02.315Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2834 | 2025-02-24T21:07:02.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-02-24T21:07:02.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-02-24T21:07:02.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-02-24T21:07:02.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2838 | 2025-02-24T21:07:02.959Z | |
2839 | 2025-02-24T21:07:02.959Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2840 | 2025-02-24T21:07:03.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-02-24T21:07:03.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-02-24T21:07:03.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2025-02-24T21:07:03.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2844 | 2025-02-24T21:07:03.615Z | |
2845 | 2025-02-24T21:07:03.615Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2846 | 2025-02-24T21:07:04.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2025-02-24T21:07:04.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2025-02-24T21:07:04.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2025-02-24T21:07:04.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2850 | 2025-02-24T21:07:04.370Z | |
2851 | 2025-02-24T21:07:04.370Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2852 | 2025-02-24T21:07:05.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2025-02-24T21:07:05.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2025-02-24T21:07:05.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2025-02-24T21:07:05.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2856 | 2025-02-24T21:07:05.136Z | |
2857 | 2025-02-24T21:07:05.136Z | info: running `cargo check --bins` on dns-server (104/199) |
2858 | 2025-02-24T21:07:05.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2025-02-24T21:07:05.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2025-02-24T21:07:05.822Z | Compiling typify-impl v0.3.0 |
2861 | 2025-02-24T21:07:05.932Z | Compiling parking_lot_core v0.8.6 |
2862 | 2025-02-24T21:07:05.934Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2863 | 2025-02-24T21:07:05.945Z | Checking fxhash v0.2.1 |
2864 | 2025-02-24T21:07:05.955Z | Checking hickory-client v0.24.3 |
2865 | 2025-02-24T21:07:05.967Z | Checking hickory-server v0.24.3 |
2866 | 2025-02-24T21:07:06.635Z | Checking parking_lot v0.11.2 |
2867 | 2025-02-24T21:07:06.819Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2025-02-24T21:07:06.920Z | Checking sled v0.34.7 |
2869 | 2025-02-24T21:07:11.427Z | Compiling typify-macro v0.3.0 |
2870 | 2025-02-24T21:07:12.937Z | Compiling typify v0.3.0 |
2871 | 2025-02-24T21:07:13.012Z | Compiling progenitor-impl v0.9.1 |
2872 | 2025-02-24T21:07:15.373Z | Compiling progenitor-macro v0.9.1 |
2873 | 2025-02-24T21:07:18.916Z | Checking progenitor v0.9.1 |
2874 | 2025-02-24T21:07:19.045Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2875 | 2025-02-24T21:07:19.501Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2876 | 2025-02-24T21:07:20.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s |
2877 | 2025-02-24T21:07:20.958Z | |
2878 | 2025-02-24T21:07:20.958Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2879 | 2025-02-24T21:07:21.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-02-24T21:07:21.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-02-24T21:07:21.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-02-24T21:07:21.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2883 | 2025-02-24T21:07:21.614Z | |
2884 | 2025-02-24T21:07:21.614Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2885 | 2025-02-24T21:07:22.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-02-24T21:07:22.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-02-24T21:07:22.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-02-24T21:07:22.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2889 | 2025-02-24T21:07:22.312Z | |
2890 | 2025-02-24T21:07:22.312Z | info: running `cargo check --bins` on gateway-types (107/199) |
2891 | 2025-02-24T21:07:22.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-02-24T21:07:22.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-02-24T21:07:22.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-02-24T21:07:22.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2895 | 2025-02-24T21:07:22.959Z | |
2896 | 2025-02-24T21:07:22.959Z | info: running `cargo check --bins` on ipcc (108/199) |
2897 | 2025-02-24T21:07:23.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-02-24T21:07:23.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-02-24T21:07:23.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-02-24T21:07:23.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2901 | 2025-02-24T21:07:23.607Z | |
2902 | 2025-02-24T21:07:23.607Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2903 | 2025-02-24T21:07:24.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-02-24T21:07:24.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-02-24T21:07:24.326Z | Compiling radium v0.7.0 |
2906 | 2025-02-24T21:07:24.326Z | Compiling semver v0.1.20 |
2907 | 2025-02-24T21:07:24.447Z | Checking tap v1.0.1 |
2908 | 2025-02-24T21:07:24.450Z | Compiling maybe-uninit v2.0.0 |
2909 | 2025-02-24T21:07:24.466Z | Checking password-hash v0.5.0 |
2910 | 2025-02-24T21:07:24.469Z | Checking blake2 v0.10.6 |
2911 | 2025-02-24T21:07:24.469Z | Compiling cancel-safe-futures v0.1.5 |
2912 | 2025-02-24T21:07:24.469Z | Checking crc-catalog v2.4.0 |
2913 | 2025-02-24T21:07:24.591Z | Checking wyz v0.5.1 |
2914 | 2025-02-24T21:07:24.661Z | Compiling owo-colors v4.1.0 |
2915 | 2025-02-24T21:07:24.816Z | Compiling rustc_version v0.1.7 |
2916 | 2025-02-24T21:07:24.885Z | Compiling packed_struct v0.10.1 |
2917 | 2025-02-24T21:07:24.932Z | Checking funty v2.0.0 |
2918 | 2025-02-24T21:07:24.971Z | Checking argon2 v0.5.3 |
2919 | 2025-02-24T21:07:25.047Z | Checking crc v3.2.1 |
2920 | 2025-02-24T21:07:25.088Z | Compiling packed_struct_codegen v0.10.1 |
2921 | 2025-02-24T21:07:25.143Z | Checking half v2.4.1 |
2922 | 2025-02-24T21:07:25.185Z | Compiling newtype_derive v0.1.6 |
2923 | 2025-02-24T21:07:25.218Z | Compiling indexmap v1.9.3 |
2924 | 2025-02-24T21:07:25.319Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2925 | 2025-02-24T21:07:25.485Z | Checking ciborium-io v0.2.2 |
2926 | 2025-02-24T21:07:25.543Z | Checking nodrop v0.1.14 |
2927 | 2025-02-24T21:07:25.619Z | Checking ciborium-ll v0.2.2 |
2928 | 2025-02-24T21:07:25.637Z | Checking smallvec v0.6.14 |
2929 | 2025-02-24T21:07:25.670Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2930 | 2025-02-24T21:07:25.673Z | Checking array-init v0.0.4 |
2931 | 2025-02-24T21:07:25.700Z | Checking bitvec v1.0.1 |
2932 | 2025-02-24T21:07:25.703Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2933 | 2025-02-24T21:07:25.927Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2934 | 2025-02-24T21:07:25.990Z | Checking libsw v3.3.1 |
2935 | 2025-02-24T21:07:26.136Z | Checking bitfield v0.14.0 |
2936 | 2025-02-24T21:07:26.253Z | Checking swrite v0.1.0 |
2937 | 2025-02-24T21:07:26.387Z | Checking indent_write v2.2.0 |
2938 | 2025-02-24T21:07:26.405Z | Checking hashbrown v0.12.3 |
2939 | 2025-02-24T21:07:26.424Z | Checking termcolor v1.4.1 |
2940 | 2025-02-24T21:07:26.559Z | Checking linear-map v1.2.0 |
2941 | 2025-02-24T21:07:26.601Z | Checking serde-hex v0.1.0 |
2942 | 2025-02-24T21:07:26.823Z | Checking env_logger v0.10.2 |
2943 | 2025-02-24T21:07:26.866Z | Checking ron v0.8.1 |
2944 | 2025-02-24T21:07:26.893Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2945 | 2025-02-24T21:07:27.207Z | Checking ciborium v0.2.2 |
2946 | 2025-02-24T21:07:27.385Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2947 | 2025-02-24T21:07:27.744Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2948 | 2025-02-24T21:07:28.021Z | Checking steno v0.4.1 |
2949 | 2025-02-24T21:07:28.047Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2950 | 2025-02-24T21:07:28.088Z | Checking hashbrown v0.13.2 |
2951 | 2025-02-24T21:07:28.306Z | Checking crc-any v2.5.0 |
2952 | 2025-02-24T21:07:28.452Z | Checking humantime v2.1.0 |
2953 | 2025-02-24T21:07:28.680Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2954 | 2025-02-24T21:07:28.762Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2955 | 2025-02-24T21:07:28.936Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2956 | 2025-02-24T21:07:28.985Z | Checking object v0.30.4 |
2957 | 2025-02-24T21:07:29.246Z | Checking path-slash v0.1.5 |
2958 | 2025-02-24T21:07:29.329Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2959 | 2025-02-24T21:07:29.473Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2960 | 2025-02-24T21:07:30.206Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2961 | 2025-02-24T21:07:30.256Z | Checking nix v0.27.1 |
2962 | 2025-02-24T21:07:30.366Z | Checking tungstenite v0.23.0 |
2963 | 2025-02-24T21:07:30.397Z | Checking kstat-rs v0.2.4 |
2964 | 2025-02-24T21:07:30.477Z | Checking signal-hook-tokio v0.3.1 |
2965 | 2025-02-24T21:07:30.733Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2966 | 2025-02-24T21:07:31.233Z | Checking tokio-tungstenite v0.23.1 |
2967 | 2025-02-24T21:07:31.785Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2968 | 2025-02-24T21:07:31.827Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2969 | 2025-02-24T21:07:31.982Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2970 | 2025-02-24T21:07:38.981Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2971 | 2025-02-24T21:07:40.317Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2972 | 2025-02-24T21:07:42.613Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2973 | 2025-02-24T21:07:47.828Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2974 | 2025-02-24T21:07:48.476Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2975 | 2025-02-24T21:07:51.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s |
2976 | 2025-02-24T21:07:51.300Z | |
2977 | 2025-02-24T21:07:51.300Z | info: running `cargo check --bins` on gateway-api (110/199) |
2978 | 2025-02-24T21:07:51.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2025-02-24T21:07:51.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2025-02-24T21:07:51.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2981 | 2025-02-24T21:07:51.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2982 | 2025-02-24T21:07:51.955Z | |
2983 | 2025-02-24T21:07:51.955Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2984 | 2025-02-24T21:07:52.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2025-02-24T21:07:52.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2025-02-24T21:07:52.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2025-02-24T21:07:52.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2988 | 2025-02-24T21:07:52.585Z | |
2989 | 2025-02-24T21:07:52.585Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2990 | 2025-02-24T21:07:53.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2025-02-24T21:07:53.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2025-02-24T21:07:53.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2025-02-24T21:07:53.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2994 | 2025-02-24T21:07:53.237Z | |
2995 | 2025-02-24T21:07:53.237Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2996 | 2025-02-24T21:07:53.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2025-02-24T21:07:53.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2025-02-24T21:07:53.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2025-02-24T21:07:53.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3000 | 2025-02-24T21:07:53.885Z | |
3001 | 2025-02-24T21:07:53.885Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
3002 | 2025-02-24T21:07:54.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2025-02-24T21:07:54.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2025-02-24T21:07:54.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2025-02-24T21:07:54.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3006 | 2025-02-24T21:07:54.542Z | |
3007 | 2025-02-24T21:07:54.542Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
3008 | 2025-02-24T21:07:55.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2025-02-24T21:07:55.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2025-02-24T21:07:55.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3011 | 2025-02-24T21:07:55.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3012 | 2025-02-24T21:07:55.205Z | |
3013 | 2025-02-24T21:07:55.205Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
3014 | 2025-02-24T21:07:55.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2025-02-24T21:07:55.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2025-02-24T21:07:55.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3017 | 2025-02-24T21:07:55.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3018 | 2025-02-24T21:07:55.857Z | |
3019 | 2025-02-24T21:07:55.857Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3020 | 2025-02-24T21:07:56.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2025-02-24T21:07:56.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2025-02-24T21:07:56.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2025-02-24T21:07:56.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3024 | 2025-02-24T21:07:56.509Z | |
3025 | 2025-02-24T21:07:56.509Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3026 | 2025-02-24T21:07:57.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2025-02-24T21:07:57.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2025-02-24T21:07:57.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2025-02-24T21:07:57.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3030 | 2025-02-24T21:07:57.184Z | |
3031 | 2025-02-24T21:07:57.184Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3032 | 2025-02-24T21:07:57.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2025-02-24T21:07:57.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2025-02-24T21:07:57.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2025-02-24T21:07:57.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3036 | 2025-02-24T21:07:57.827Z | |
3037 | 2025-02-24T21:07:57.827Z | info: running `cargo check --bins` on sp-sim (120/199) |
3038 | 2025-02-24T21:07:58.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2025-02-24T21:07:58.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2025-02-24T21:07:58.483Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3041 | 2025-02-24T21:07:58.923Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3042 | 2025-02-24T21:08:00.581Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3043 | 2025-02-24T21:08:02.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3044 | 2025-02-24T21:08:02.424Z | |
3045 | 2025-02-24T21:08:02.424Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3046 | 2025-02-24T21:08:03.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-02-24T21:08:03.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-02-24T21:08:03.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-02-24T21:08:03.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3050 | 2025-02-24T21:08:03.123Z | |
3051 | 2025-02-24T21:08:03.123Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3052 | 2025-02-24T21:08:03.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-02-24T21:08:03.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-02-24T21:08:03.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-02-24T21:08:03.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3056 | 2025-02-24T21:08:03.823Z | |
3057 | 2025-02-24T21:08:03.823Z | info: running `cargo check --bins` on db-macros (123/199) |
3058 | 2025-02-24T21:08:04.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-02-24T21:08:04.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-02-24T21:08:04.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-02-24T21:08:04.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3062 | 2025-02-24T21:08:04.452Z | |
3063 | 2025-02-24T21:08:04.452Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3064 | 2025-02-24T21:08:05.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-02-24T21:08:05.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-02-24T21:08:05.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-02-24T21:08:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3068 | 2025-02-24T21:08:05.089Z | |
3069 | 2025-02-24T21:08:05.089Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3070 | 2025-02-24T21:08:05.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-02-24T21:08:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-02-24T21:08:05.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2025-02-24T21:08:05.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3074 | 2025-02-24T21:08:05.785Z | |
3075 | 2025-02-24T21:08:05.785Z | info: running `cargo check --bins` on authz-macros (126/199) |
3076 | 2025-02-24T21:08:06.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2025-02-24T21:08:06.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2025-02-24T21:08:06.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2025-02-24T21:08:06.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3080 | 2025-02-24T21:08:06.424Z | |
3081 | 2025-02-24T21:08:06.424Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3082 | 2025-02-24T21:08:07.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2025-02-24T21:08:07.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2025-02-24T21:08:07.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2025-02-24T21:08:07.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3086 | 2025-02-24T21:08:07.130Z | |
3087 | 2025-02-24T21:08:07.130Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3088 | 2025-02-24T21:08:07.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2025-02-24T21:08:07.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2025-02-24T21:08:07.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2025-02-24T21:08:07.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3092 | 2025-02-24T21:08:07.816Z | |
3093 | 2025-02-24T21:08:07.816Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3094 | 2025-02-24T21:08:08.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2025-02-24T21:08:08.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2025-02-24T21:08:08.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2025-02-24T21:08:08.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3098 | 2025-02-24T21:08:08.481Z | |
3099 | 2025-02-24T21:08:08.481Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3100 | 2025-02-24T21:08:09.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2025-02-24T21:08:09.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2025-02-24T21:08:09.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2025-02-24T21:08:09.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3104 | 2025-02-24T21:08:09.166Z | |
3105 | 2025-02-24T21:08:09.166Z | info: running `cargo check --bins` on typed-rng (131/199) |
3106 | 2025-02-24T21:08:09.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2025-02-24T21:08:09.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2025-02-24T21:08:09.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2025-02-24T21:08:09.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3110 | 2025-02-24T21:08:09.804Z | |
3111 | 2025-02-24T21:08:09.804Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3112 | 2025-02-24T21:08:10.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2025-02-24T21:08:10.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2025-02-24T21:08:10.587Z | Checking keccak v0.1.5 |
3115 | 2025-02-24T21:08:10.702Z | Checking secrecy v0.8.0 |
3116 | 2025-02-24T21:08:10.705Z | Compiling unicase v2.7.0 |
3117 | 2025-02-24T21:08:10.705Z | Compiling same-file v1.0.6 |
3118 | 2025-02-24T21:08:10.726Z | Compiling tempfile v3.13.0 |
3119 | 2025-02-24T21:08:10.753Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3120 | 2025-02-24T21:08:10.756Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3121 | 2025-02-24T21:08:10.756Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3122 | 2025-02-24T21:08:10.866Z | Compiling thiserror-impl-no-std v2.0.2 |
3123 | 2025-02-24T21:08:10.969Z | Checking sha3 v0.10.8 |
3124 | 2025-02-24T21:08:10.972Z | Compiling walkdir v2.5.0 |
3125 | 2025-02-24T21:08:11.024Z | Checking universal-hash v0.5.1 |
3126 | 2025-02-24T21:08:11.123Z | Compiling blake3 v1.5.4 |
3127 | 2025-02-24T21:08:11.197Z | Checking opaque-debug v0.3.1 |
3128 | 2025-02-24T21:08:11.216Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3129 | 2025-02-24T21:08:11.300Z | Checking poly1305 v0.8.0 |
3130 | 2025-02-24T21:08:11.321Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3131 | 2025-02-24T21:08:11.345Z | Checking chacha20 v0.9.1 |
3132 | 2025-02-24T21:08:11.461Z | Checking aead v0.5.2 |
3133 | 2025-02-24T21:08:11.565Z | Compiling memmap2 v0.9.5 |
3134 | 2025-02-24T21:08:11.621Z | Compiling constant_time_eq v0.3.1 |
3135 | 2025-02-24T21:08:11.673Z | Compiling arrayvec v0.7.6 |
3136 | 2025-02-24T21:08:11.696Z | Compiling salty v0.3.0 |
3137 | 2025-02-24T21:08:11.809Z | Compiling arrayref v0.3.9 |
3138 | 2025-02-24T21:08:11.826Z | Compiling libefi-sys v0.1.0 |
3139 | 2025-02-24T21:08:11.911Z | Checking chacha20poly1305 v0.10.1 |
3140 | 2025-02-24T21:08:11.971Z | Compiling toolchain_find v0.4.0 |
3141 | 2025-02-24T21:08:12.095Z | Compiling camino-tempfile v1.1.1 |
3142 | 2025-02-24T21:08:12.156Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3143 | 2025-02-24T21:08:12.174Z | Compiling bitfield-struct v0.6.2 |
3144 | 2025-02-24T21:08:12.394Z | Compiling topological-sort v0.2.2 |
3145 | 2025-02-24T21:08:12.506Z | Compiling mime_guess v2.0.5 |
3146 | 2025-02-24T21:08:12.523Z | Compiling rustfmt-wrapper v0.2.1 |
3147 | 2025-02-24T21:08:12.991Z | Compiling progenitor v0.9.1 |
3148 | 2025-02-24T21:08:13.099Z | Compiling omicron-zone-package v0.12.0 |
3149 | 2025-02-24T21:08:13.215Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3150 | 2025-02-24T21:08:13.234Z | Checking primeorder v0.13.6 |
3151 | 2025-02-24T21:08:13.479Z | Checking env_filter v0.1.2 |
3152 | 2025-02-24T21:08:13.501Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3153 | 2025-02-24T21:08:13.526Z | Checking thiserror-no-std v2.0.2 |
3154 | 2025-02-24T21:08:13.554Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3155 | 2025-02-24T21:08:13.636Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3156 | 2025-02-24T21:08:13.653Z | Checking vsss-rs v3.3.4 |
3157 | 2025-02-24T21:08:13.671Z | Checking p384 v0.13.0 |
3158 | 2025-02-24T21:08:13.707Z | Checking env_logger v0.11.5 |
3159 | 2025-02-24T21:08:13.839Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3160 | 2025-02-24T21:08:13.886Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3161 | 2025-02-24T21:08:14.066Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3162 | 2025-02-24T21:08:14.084Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3163 | 2025-02-24T21:08:14.201Z | Checking http-range v0.1.5 |
3164 | 2025-02-24T21:08:14.303Z | Checking lockfree-object-pool v0.1.6 |
3165 | 2025-02-24T21:08:14.395Z | Checking bumpalo v3.16.0 |
3166 | 2025-02-24T21:08:14.413Z | Compiling zip v2.1.3 |
3167 | 2025-02-24T21:08:14.509Z | Checking simd-adler32 v0.3.7 |
3168 | 2025-02-24T21:08:14.589Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3169 | 2025-02-24T21:08:14.778Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3170 | 2025-02-24T21:08:14.836Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3171 | 2025-02-24T21:08:14.899Z | Checking zopfli v0.8.1 |
3172 | 2025-02-24T21:08:15.085Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3173 | 2025-02-24T21:08:15.414Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3174 | 2025-02-24T21:08:15.548Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3175 | 2025-02-24T21:08:15.564Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3176 | 2025-02-24T21:08:15.806Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3177 | 2025-02-24T21:08:15.870Z | Checking atty v0.2.14 |
3178 | 2025-02-24T21:08:16.002Z | Checking glob v0.3.2 |
3179 | 2025-02-24T21:08:16.020Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3180 | 2025-02-24T21:08:16.213Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3181 | 2025-02-24T21:08:16.309Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3182 | 2025-02-24T21:08:16.682Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3183 | 2025-02-24T21:08:17.158Z | Checking hyper-staticfile v0.10.1 |
3184 | 2025-02-24T21:08:17.384Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3185 | 2025-02-24T21:08:17.657Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3186 | 2025-02-24T21:08:17.679Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3187 | 2025-02-24T21:08:17.702Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3188 | 2025-02-24T21:08:17.937Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3189 | 2025-02-24T21:08:18.063Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3190 | 2025-02-24T21:08:18.230Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3191 | 2025-02-24T21:08:18.669Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3192 | 2025-02-24T21:08:18.754Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3193 | 2025-02-24T21:08:18.778Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3194 | 2025-02-24T21:08:19.235Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3195 | 2025-02-24T21:08:22.237Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3196 | 2025-02-24T21:08:22.237Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3197 | 2025-02-24T21:08:30.584Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3198 | 2025-02-24T21:08:43.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s |
3199 | 2025-02-24T21:08:43.882Z | |
3200 | 2025-02-24T21:08:43.882Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3201 | 2025-02-24T21:08:44.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-02-24T21:08:44.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-02-24T21:08:44.648Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3204 | 2025-02-24T21:08:57.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
3205 | 2025-02-24T21:08:58.040Z | |
3206 | 2025-02-24T21:08:58.040Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3207 | 2025-02-24T21:08:58.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-02-24T21:08:58.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-02-24T21:08:58.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3210 | 2025-02-24T21:09:12.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3211 | 2025-02-24T21:09:12.243Z | |
3212 | 2025-02-24T21:09:12.243Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3213 | 2025-02-24T21:09:12.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-02-24T21:09:12.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-02-24T21:09:12.997Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3216 | 2025-02-24T21:09:26.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3217 | 2025-02-24T21:09:26.459Z | |
3218 | 2025-02-24T21:09:26.459Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3219 | 2025-02-24T21:09:27.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-02-24T21:09:27.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-02-24T21:09:27.218Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3222 | 2025-02-24T21:09:40.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3223 | 2025-02-24T21:09:40.640Z | |
3224 | 2025-02-24T21:09:40.640Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3225 | 2025-02-24T21:09:41.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2025-02-24T21:09:41.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2025-02-24T21:09:41.396Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3228 | 2025-02-24T21:09:54.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
3229 | 2025-02-24T21:09:54.729Z | |
3230 | 2025-02-24T21:09:54.729Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3231 | 2025-02-24T21:09:55.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2025-02-24T21:09:55.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2025-02-24T21:09:55.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3234 | 2025-02-24T21:10:08.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3235 | 2025-02-24T21:10:08.786Z | |
3236 | 2025-02-24T21:10:08.786Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3237 | 2025-02-24T21:10:09.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-02-24T21:10:09.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-02-24T21:10:09.547Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3240 | 2025-02-24T21:10:22.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3241 | 2025-02-24T21:10:22.991Z | |
3242 | 2025-02-24T21:10:22.991Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3243 | 2025-02-24T21:10:23.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2025-02-24T21:10:23.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2025-02-24T21:10:23.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2025-02-24T21:10:23.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3247 | 2025-02-24T21:10:23.679Z | |
3248 | 2025-02-24T21:10:23.679Z | info: running `cargo check --bins` on key-manager (141/199) |
3249 | 2025-02-24T21:10:24.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-02-24T21:10:24.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-02-24T21:10:24.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2025-02-24T21:10:24.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3253 | 2025-02-24T21:10:24.312Z | |
3254 | 2025-02-24T21:10:24.313Z | info: running `cargo check --bins` on range-requests (142/199) |
3255 | 2025-02-24T21:10:24.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-02-24T21:10:24.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-02-24T21:10:24.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2025-02-24T21:10:24.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3259 | 2025-02-24T21:10:24.948Z | |
3260 | 2025-02-24T21:10:24.948Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3261 | 2025-02-24T21:10:25.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-02-24T21:10:25.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-02-24T21:10:25.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2025-02-24T21:10:25.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3265 | 2025-02-24T21:10:25.608Z | |
3266 | 2025-02-24T21:10:25.608Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3267 | 2025-02-24T21:10:26.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2025-02-24T21:10:26.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2025-02-24T21:10:26.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2025-02-24T21:10:26.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3271 | 2025-02-24T21:10:26.285Z | |
3272 | 2025-02-24T21:10:26.285Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3273 | 2025-02-24T21:10:26.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-02-24T21:10:26.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-02-24T21:10:26.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2025-02-24T21:10:26.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3277 | 2025-02-24T21:10:26.917Z | |
3278 | 2025-02-24T21:10:26.917Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3279 | 2025-02-24T21:10:27.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2025-02-24T21:10:27.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2025-02-24T21:10:27.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2025-02-24T21:10:27.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3283 | 2025-02-24T21:10:27.589Z | |
3284 | 2025-02-24T21:10:27.589Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3285 | 2025-02-24T21:10:28.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-02-24T21:10:28.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-02-24T21:10:28.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2025-02-24T21:10:28.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3289 | 2025-02-24T21:10:28.266Z | |
3290 | 2025-02-24T21:10:28.266Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3291 | 2025-02-24T21:10:28.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2025-02-24T21:10:28.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2025-02-24T21:10:28.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2025-02-24T21:10:28.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3295 | 2025-02-24T21:10:28.941Z | |
3296 | 2025-02-24T21:10:28.941Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3297 | 2025-02-24T21:10:29.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-02-24T21:10:29.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-02-24T21:10:29.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2025-02-24T21:10:29.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3301 | 2025-02-24T21:10:29.632Z | |
3302 | 2025-02-24T21:10:29.632Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3303 | 2025-02-24T21:10:30.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-02-24T21:10:30.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-02-24T21:10:30.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2025-02-24T21:10:30.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3307 | 2025-02-24T21:10:30.310Z | |
3308 | 2025-02-24T21:10:30.310Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3309 | 2025-02-24T21:10:30.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-02-24T21:10:30.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-02-24T21:10:30.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2025-02-24T21:10:30.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3313 | 2025-02-24T21:10:30.998Z | |
3314 | 2025-02-24T21:10:30.998Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3315 | 2025-02-24T21:10:31.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-02-24T21:10:31.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-02-24T21:10:31.718Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3318 | 2025-02-24T21:10:31.718Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3319 | 2025-02-24T21:10:32.570Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3320 | 2025-02-24T21:10:34.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
3321 | 2025-02-24T21:10:34.699Z | |
3322 | 2025-02-24T21:10:34.699Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3323 | 2025-02-24T21:10:35.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-02-24T21:10:35.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-02-24T21:10:35.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-02-24T21:10:35.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3327 | 2025-02-24T21:10:35.356Z | |
3328 | 2025-02-24T21:10:35.356Z | info: running `cargo check --bins` on cert-dev (154/199) |
3329 | 2025-02-24T21:10:35.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-02-24T21:10:35.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-02-24T21:10:35.983Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3332 | 2025-02-24T21:10:36.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3333 | 2025-02-24T21:10:36.431Z | |
3334 | 2025-02-24T21:10:36.431Z | info: running `cargo check --bins` on clickana (155/199) |
3335 | 2025-02-24T21:10:37.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-02-24T21:10:37.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-02-24T21:10:37.117Z | Checking castaway v0.2.3 |
3338 | 2025-02-24T21:10:37.128Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3339 | 2025-02-24T21:10:37.129Z | Checking lru v0.12.5 |
3340 | 2025-02-24T21:10:37.129Z | Compiling instability v0.3.2 |
3341 | 2025-02-24T21:10:37.129Z | Compiling indoc v2.0.5 |
3342 | 2025-02-24T21:10:37.129Z | Checking unicode-truncate v1.1.0 |
3343 | 2025-02-24T21:10:37.214Z | Checking cassowary v0.3.0 |
3344 | 2025-02-24T21:10:37.335Z | Checking compact_str v0.8.0 |
3345 | 2025-02-24T21:10:37.959Z | Checking ratatui v0.29.0 |
3346 | 2025-02-24T21:10:38.858Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3347 | 2025-02-24T21:10:40.025Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3348 | 2025-02-24T21:10:40.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
3349 | 2025-02-24T21:10:41.013Z | |
3350 | 2025-02-24T21:10:41.013Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3351 | 2025-02-24T21:10:41.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-02-24T21:10:41.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-02-24T21:10:41.713Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3354 | 2025-02-24T21:10:41.713Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3355 | 2025-02-24T21:10:42.710Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3356 | 2025-02-24T21:10:43.189Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3357 | 2025-02-24T21:10:43.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
3358 | 2025-02-24T21:10:43.737Z | |
3359 | 2025-02-24T21:10:43.737Z | info: running `cargo check --bins` on ch-dev (157/199) |
3360 | 2025-02-24T21:10:44.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2025-02-24T21:10:44.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2025-02-24T21:10:44.399Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3363 | 2025-02-24T21:10:45.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3364 | 2025-02-24T21:10:45.314Z | |
3365 | 2025-02-24T21:10:45.315Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3366 | 2025-02-24T21:10:45.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2025-02-24T21:10:45.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2025-02-24T21:10:45.994Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3369 | 2025-02-24T21:10:46.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3370 | 2025-02-24T21:10:46.534Z | |
3371 | 2025-02-24T21:10:46.535Z | info: running `cargo check --bins` on db-dev (159/199) |
3372 | 2025-02-24T21:10:47.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2025-02-24T21:10:47.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2025-02-24T21:10:47.227Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3375 | 2025-02-24T21:10:47.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3376 | 2025-02-24T21:10:48.153Z | |
3377 | 2025-02-24T21:10:48.153Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3378 | 2025-02-24T21:10:48.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2025-02-24T21:10:48.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2025-02-24T21:10:48.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2025-02-24T21:10:48.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3382 | 2025-02-24T21:10:48.803Z | |
3383 | 2025-02-24T21:10:48.803Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3384 | 2025-02-24T21:10:49.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2025-02-24T21:10:49.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2025-02-24T21:10:49.440Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3387 | 2025-02-24T21:10:50.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3388 | 2025-02-24T21:10:50.447Z | |
3389 | 2025-02-24T21:10:50.447Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3390 | 2025-02-24T21:10:51.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2025-02-24T21:10:51.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2025-02-24T21:10:51.085Z | Checking cargo-platform v0.1.8 |
3393 | 2025-02-24T21:10:51.360Z | Checking cargo_metadata v0.18.1 |
3394 | 2025-02-24T21:10:52.256Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3395 | 2025-02-24T21:10:53.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3396 | 2025-02-24T21:10:53.234Z | |
3397 | 2025-02-24T21:10:53.234Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3398 | 2025-02-24T21:10:53.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-02-24T21:10:53.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-02-24T21:10:53.979Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3401 | 2025-02-24T21:10:55.450Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3402 | 2025-02-24T21:10:56.021Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3403 | 2025-02-24T21:10:56.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
3404 | 2025-02-24T21:10:56.738Z | |
3405 | 2025-02-24T21:10:56.738Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3406 | 2025-02-24T21:10:57.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2025-02-24T21:10:57.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2025-02-24T21:10:57.557Z | Compiling crunchy v0.2.2 |
3409 | 2025-02-24T21:10:57.558Z | Compiling tiny-keccak v2.0.2 |
3410 | 2025-02-24T21:10:57.560Z | Compiling dsl_auto_type v0.1.2 |
3411 | 2025-02-24T21:10:57.560Z | Checking scheduled-thread-pool v0.2.7 |
3412 | 2025-02-24T21:10:57.560Z | Compiling diesel_table_macro_syntax v0.2.0 |
3413 | 2025-02-24T21:10:57.708Z | Compiling ascii-canvas v3.0.0 |
3414 | 2025-02-24T21:10:57.710Z | Compiling ena v0.14.3 |
3415 | 2025-02-24T21:10:57.721Z | Compiling regex-syntax v0.6.29 |
3416 | 2025-02-24T21:10:57.919Z | Checking r2d2 v0.8.10 |
3417 | 2025-02-24T21:10:58.026Z | Compiling bindgen v0.71.1 |
3418 | 2025-02-24T21:10:58.063Z | Compiling diff v0.1.13 |
3419 | 2025-02-24T21:10:58.100Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3420 | 2025-02-24T21:10:58.169Z | Compiling ref-cast v1.0.23 |
3421 | 2025-02-24T21:10:58.216Z | Compiling rustc-hash v2.1.1 |
3422 | 2025-02-24T21:10:58.318Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3423 | 2025-02-24T21:10:58.422Z | Compiling derive_builder_core v0.20.2 |
3424 | 2025-02-24T21:10:58.593Z | Compiling libxml v0.3.3 |
3425 | 2025-02-24T21:10:58.639Z | Compiling ref-cast-impl v1.0.23 |
3426 | 2025-02-24T21:10:58.750Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3427 | 2025-02-24T21:10:59.014Z | Compiling diesel_derives v2.2.3 |
3428 | 2025-02-24T21:10:59.023Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3429 | 2025-02-24T21:10:59.041Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3430 | 2025-02-24T21:10:59.252Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3431 | 2025-02-24T21:10:59.353Z | Compiling strum_macros v0.24.3 |
3432 | 2025-02-24T21:10:59.626Z | Compiling indoc v1.0.9 |
3433 | 2025-02-24T21:11:00.524Z | Compiling derive_builder_macro v0.20.2 |
3434 | 2025-02-24T21:11:00.545Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3435 | 2025-02-24T21:11:00.858Z | Compiling impl-trait-for-tuples v0.2.2 |
3436 | 2025-02-24T21:11:01.397Z | Compiling lalrpop v0.19.12 |
3437 | 2025-02-24T21:11:01.416Z | Checking derive_builder v0.20.2 |
3438 | 2025-02-24T21:11:01.593Z | Compiling oso-derive v0.27.3 |
3439 | 2025-02-24T21:11:02.056Z | Checking quick-xml v0.37.2 |
3440 | 2025-02-24T21:11:02.439Z | Compiling diesel-dtrace v0.4.2 |
3441 | 2025-02-24T21:11:02.564Z | Checking maplit v1.0.2 |
3442 | 2025-02-24T21:11:02.735Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3443 | 2025-02-24T21:11:02.864Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3444 | 2025-02-24T21:11:02.898Z | Checking bb8 v0.8.5 |
3445 | 2025-02-24T21:11:03.206Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3446 | 2025-02-24T21:11:03.387Z | Checking rand_seeder v0.3.0 |
3447 | 2025-02-24T21:11:03.564Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3448 | 2025-02-24T21:11:03.646Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3449 | 2025-02-24T21:11:03.857Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3450 | 2025-02-24T21:11:04.064Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3451 | 2025-02-24T21:11:04.280Z | Checking is_ci v1.2.0 |
3452 | 2025-02-24T21:11:04.367Z | Checking smawk v0.3.2 |
3453 | 2025-02-24T21:11:04.440Z | Checking unicode-linebreak v0.1.5 |
3454 | 2025-02-24T21:11:04.647Z | Checking supports-color v3.0.1 |
3455 | 2025-02-24T21:11:04.903Z | Checking multimap v0.10.0 |
3456 | 2025-02-24T21:11:04.932Z | Checking textwrap v0.16.1 |
3457 | 2025-02-24T21:11:06.142Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3458 | 2025-02-24T21:11:07.428Z | Checking diesel v2.2.7 |
3459 | 2025-02-24T21:11:22.818Z | Compiling samael v0.0.18 |
3460 | 2025-02-24T21:11:39.466Z | Checking async-bb8-diesel v0.2.1 |
3461 | 2025-02-24T21:11:41.135Z | Compiling polar-core v0.27.3 |
3462 | 2025-02-24T21:11:48.378Z | Checking oso v0.27.3 |
3463 | 2025-02-24T21:12:48.043Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3464 | 2025-02-24T21:12:54.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3465 | 2025-02-24T21:12:54.639Z | |
3466 | 2025-02-24T21:12:54.639Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3467 | 2025-02-24T21:12:55.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2025-02-24T21:12:55.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2025-02-24T21:12:55.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3470 | 2025-02-24T21:12:55.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3471 | 2025-02-24T21:12:55.347Z | |
3472 | 2025-02-24T21:12:55.347Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3473 | 2025-02-24T21:12:55.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-02-24T21:12:55.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-02-24T21:12:55.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3476 | 2025-02-24T21:12:55.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3477 | 2025-02-24T21:12:56.052Z | |
3478 | 2025-02-24T21:12:56.052Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3479 | 2025-02-24T21:12:56.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-02-24T21:12:56.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-02-24T21:12:56.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3482 | 2025-02-24T21:12:56.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3483 | 2025-02-24T21:12:56.690Z | |
3484 | 2025-02-24T21:12:56.690Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3485 | 2025-02-24T21:12:57.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2025-02-24T21:12:57.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2025-02-24T21:12:57.520Z | Compiling libz-sys v1.1.20 |
3488 | 2025-02-24T21:12:57.523Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3489 | 2025-02-24T21:12:57.651Z | Compiling vergen v8.3.2 |
3490 | 2025-02-24T21:12:57.654Z | Compiling cargo-platform v0.1.8 |
3491 | 2025-02-24T21:12:57.654Z | Compiling pin-project-internal v1.1.6 |
3492 | 2025-02-24T21:12:57.687Z | Compiling libsqlite3-sys v0.30.1 |
3493 | 2025-02-24T21:12:57.689Z | Compiling snafu-derive v0.8.5 |
3494 | 2025-02-24T21:12:57.689Z | Compiling buf-list v1.0.3 |
3495 | 2025-02-24T21:12:57.982Z | Compiling cargo_metadata v0.18.1 |
3496 | 2025-02-24T21:12:58.109Z | Compiling rustls v0.21.12 |
3497 | 2025-02-24T21:12:58.296Z | Checking globset v0.4.15 |
3498 | 2025-02-24T21:12:58.334Z | Checking olpc-cjson v0.1.4 |
3499 | 2025-02-24T21:12:58.379Z | Checking rustls-webpki v0.101.7 |
3500 | 2025-02-24T21:12:58.571Z | Checking sct v0.7.1 |
3501 | 2025-02-24T21:12:58.626Z | Checking serde_plain v1.0.2 |
3502 | 2025-02-24T21:12:58.750Z | Checking typed-path v0.9.3 |
3503 | 2025-02-24T21:12:59.127Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3504 | 2025-02-24T21:12:59.259Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3505 | 2025-02-24T21:12:59.447Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3506 | 2025-02-24T21:12:59.585Z | Checking hashlink v0.9.1 |
3507 | 2025-02-24T21:12:59.763Z | Checking fallible-iterator v0.3.0 |
3508 | 2025-02-24T21:13:00.156Z | Checking parse-size v1.1.0 |
3509 | 2025-02-24T21:13:00.331Z | Checking fallible-streaming-iterator v0.1.9 |
3510 | 2025-02-24T21:13:00.351Z | Checking pin-project v1.1.6 |
3511 | 2025-02-24T21:13:00.469Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3512 | 2025-02-24T21:13:00.502Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3513 | 2025-02-24T21:13:00.568Z | Checking rusqlite v0.32.1 |
3514 | 2025-02-24T21:13:00.570Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3515 | 2025-02-24T21:13:00.909Z | Checking rustls-pemfile v1.0.4 |
3516 | 2025-02-24T21:13:01.120Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3517 | 2025-02-24T21:13:01.229Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3518 | 2025-02-24T21:13:01.327Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3519 | 2025-02-24T21:13:01.420Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3520 | 2025-02-24T21:13:01.466Z | Checking twox-hash v2.1.0 |
3521 | 2025-02-24T21:13:01.469Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3522 | 2025-02-24T21:13:01.747Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3523 | 2025-02-24T21:13:01.977Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3524 | 2025-02-24T21:13:02.068Z | Checking tokio-rustls v0.24.1 |
3525 | 2025-02-24T21:13:02.215Z | Checking snafu v0.8.5 |
3526 | 2025-02-24T21:13:02.643Z | Checking tough v0.19.0 |
3527 | 2025-02-24T21:13:02.893Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3528 | 2025-02-24T21:13:03.171Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3529 | 2025-02-24T21:13:03.368Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3530 | 2025-02-24T21:13:03.501Z | Checking fatfs v0.3.6 |
3531 | 2025-02-24T21:13:03.846Z | Checking assert_matches v1.5.0 |
3532 | 2025-02-24T21:13:06.663Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3533 | 2025-02-24T21:13:07.950Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3534 | 2025-02-24T21:13:09.808Z | Compiling git2 v0.19.0 |
3535 | 2025-02-24T21:13:13.725Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3536 | 2025-02-24T21:14:09.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3537 | 2025-02-24T21:14:09.734Z | |
3538 | 2025-02-24T21:14:09.734Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3539 | 2025-02-24T21:14:10.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-02-24T21:14:10.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-02-24T21:14:10.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-02-24T21:14:10.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3543 | 2025-02-24T21:14:10.439Z | |
3544 | 2025-02-24T21:14:10.439Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3545 | 2025-02-24T21:14:10.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-02-24T21:14:10.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-02-24T21:14:10.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-02-24T21:14:11.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3549 | 2025-02-24T21:14:11.068Z | |
3550 | 2025-02-24T21:14:11.068Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3551 | 2025-02-24T21:14:11.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-02-24T21:14:11.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-02-24T21:14:11.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-02-24T21:14:11.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3555 | 2025-02-24T21:14:11.811Z | |
3556 | 2025-02-24T21:14:11.811Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3557 | 2025-02-24T21:14:12.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-02-24T21:14:12.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-02-24T21:14:12.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2025-02-24T21:14:12.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3561 | 2025-02-24T21:14:12.460Z | |
3562 | 2025-02-24T21:14:12.460Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3563 | 2025-02-24T21:14:13.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2025-02-24T21:14:13.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2025-02-24T21:14:13.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3566 | 2025-02-24T21:14:13.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3567 | 2025-02-24T21:14:13.142Z | |
3568 | 2025-02-24T21:14:13.142Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3569 | 2025-02-24T21:14:13.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-02-24T21:14:13.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-02-24T21:14:13.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3572 | 2025-02-24T21:14:13.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3573 | 2025-02-24T21:14:13.843Z | |
3574 | 2025-02-24T21:14:13.843Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3575 | 2025-02-24T21:14:14.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-02-24T21:14:14.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-02-24T21:14:14.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3578 | 2025-02-24T21:14:14.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3579 | 2025-02-24T21:14:14.550Z | |
3580 | 2025-02-24T21:14:14.550Z | info: running `cargo check --bins` on update-common (176/199) |
3581 | 2025-02-24T21:14:15.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-02-24T21:14:15.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-02-24T21:14:15.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3584 | 2025-02-24T21:14:15.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3585 | 2025-02-24T21:14:15.250Z | |
3586 | 2025-02-24T21:14:15.250Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3587 | 2025-02-24T21:14:15.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-02-24T21:14:15.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-02-24T21:14:15.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-02-24T21:14:15.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3591 | 2025-02-24T21:14:15.928Z | |
3592 | 2025-02-24T21:14:15.928Z | info: running `cargo check --bins` on tufaceous (178/199) |
3593 | 2025-02-24T21:14:16.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-02-24T21:14:16.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-02-24T21:14:16.622Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3596 | 2025-02-24T21:14:16.914Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3597 | 2025-02-24T21:14:17.897Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3598 | 2025-02-24T21:14:18.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
3599 | 2025-02-24T21:14:18.875Z | |
3600 | 2025-02-24T21:14:18.875Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3601 | 2025-02-24T21:14:19.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-02-24T21:14:19.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-02-24T21:14:19.757Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3604 | 2025-02-24T21:14:19.760Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3605 | 2025-02-24T21:14:19.898Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3606 | 2025-02-24T21:14:19.902Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3607 | 2025-02-24T21:14:20.890Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3608 | 2025-02-24T21:14:48.257Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3609 | 2025-02-24T21:14:48.261Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3610 | 2025-02-24T21:14:48.261Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3611 | 2025-02-24T21:14:48.261Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3612 | 2025-02-24T21:14:48.261Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3613 | 2025-02-24T21:14:48.261Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3614 | 2025-02-24T21:14:49.191Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3615 | 2025-02-24T21:14:50.388Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3616 | 2025-02-24T21:15:31.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3617 | 2025-02-24T21:15:31.972Z | |
3618 | 2025-02-24T21:15:31.973Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3619 | 2025-02-24T21:15:32.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3620 | 2025-02-24T21:15:32.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3621 | 2025-02-24T21:15:32.718Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3622 | 2025-02-24T21:15:32.721Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3623 | 2025-02-24T21:15:32.721Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3624 | 2025-02-24T21:15:32.849Z | Compiling proc-macro-error-attr2 v2.0.0 |
3625 | 2025-02-24T21:15:32.852Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3626 | 2025-02-24T21:15:32.861Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3627 | 2025-02-24T21:15:32.889Z | Checking papergrid v0.14.0 |
3628 | 2025-02-24T21:15:32.903Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3629 | 2025-02-24T21:15:33.091Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3630 | 2025-02-24T21:15:33.199Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3631 | 2025-02-24T21:15:33.447Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3632 | 2025-02-24T21:15:33.596Z | Compiling proc-macro-error2 v2.0.1 |
3633 | 2025-02-24T21:15:34.233Z | Compiling tabled_derive v0.10.0 |
3634 | 2025-02-24T21:15:34.381Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3635 | 2025-02-24T21:15:34.560Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3636 | 2025-02-24T21:15:34.564Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3637 | 2025-02-24T21:15:35.070Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3638 | 2025-02-24T21:15:35.582Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3639 | 2025-02-24T21:15:35.606Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3640 | 2025-02-24T21:15:35.746Z | Checking heck v0.4.1 |
3641 | 2025-02-24T21:15:35.968Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3642 | 2025-02-24T21:15:36.122Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3643 | 2025-02-24T21:15:36.368Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3644 | 2025-02-24T21:15:36.619Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3645 | 2025-02-24T21:15:36.771Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3646 | 2025-02-24T21:15:36.922Z | Checking tabled v0.18.0 |
3647 | 2025-02-24T21:15:37.084Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3648 | 2025-02-24T21:15:37.271Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3649 | 2025-02-24T21:15:37.293Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3650 | 2025-02-24T21:15:38.981Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3651 | 2025-02-24T21:15:38.982Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3652 | 2025-02-24T21:15:41.849Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3653 | 2025-02-24T21:15:43.412Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3654 | 2025-02-24T21:15:48.148Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3655 | 2025-02-24T21:15:48.148Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3656 | 2025-02-24T21:15:49.398Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3657 | 2025-02-24T21:15:50.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.41s |
3658 | 2025-02-24T21:15:50.582Z | |
3659 | 2025-02-24T21:15:50.582Z | info: running `cargo check --bins` on installinator-api (181/199) |
3660 | 2025-02-24T21:15:51.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3661 | 2025-02-24T21:15:51.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3662 | 2025-02-24T21:15:51.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3663 | 2025-02-24T21:15:51.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3664 | 2025-02-24T21:15:51.257Z | |
3665 | 2025-02-24T21:15:51.257Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3666 | 2025-02-24T21:15:51.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3667 | 2025-02-24T21:15:51.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3668 | 2025-02-24T21:15:51.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3669 | 2025-02-24T21:15:51.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3670 | 2025-02-24T21:15:51.947Z | |
3671 | 2025-02-24T21:15:51.947Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3672 | 2025-02-24T21:15:52.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3673 | 2025-02-24T21:15:52.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3674 | 2025-02-24T21:15:52.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3675 | 2025-02-24T21:15:52.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3676 | 2025-02-24T21:15:52.592Z | |
3677 | 2025-02-24T21:15:52.592Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3678 | 2025-02-24T21:15:53.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-02-24T21:15:53.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-02-24T21:15:53.305Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3681 | 2025-02-24T21:15:53.305Z | Compiling petname v2.0.2 |
3682 | 2025-02-24T21:15:53.308Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3683 | 2025-02-24T21:15:53.308Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3684 | 2025-02-24T21:15:53.308Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3685 | 2025-02-24T21:15:53.427Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3686 | 2025-02-24T21:15:53.457Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3687 | 2025-02-24T21:15:53.475Z | Checking sync-ptr v0.1.1 |
3688 | 2025-02-24T21:15:58.591Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3689 | 2025-02-24T21:15:59.195Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3690 | 2025-02-24T21:16:00.416Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3691 | 2025-02-24T21:16:01.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s |
3692 | 2025-02-24T21:16:02.162Z | |
3693 | 2025-02-24T21:16:02.162Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3694 | 2025-02-24T21:16:02.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3695 | 2025-02-24T21:16:02.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3696 | 2025-02-24T21:16:02.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3697 | 2025-02-24T21:16:02.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3698 | 2025-02-24T21:16:02.850Z | |
3699 | 2025-02-24T21:16:02.850Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3700 | 2025-02-24T21:16:03.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3701 | 2025-02-24T21:16:03.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3702 | 2025-02-24T21:16:03.548Z | Checking memmap2 v0.9.5 |
3703 | 2025-02-24T21:16:03.548Z | Checking arrayvec v0.7.6 |
3704 | 2025-02-24T21:16:03.552Z | Checking arrayref v0.3.9 |
3705 | 2025-02-24T21:16:03.552Z | Checking constant_time_eq v0.3.1 |
3706 | 2025-02-24T21:16:03.552Z | Checking topological-sort v0.2.2 |
3707 | 2025-02-24T21:16:03.552Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3708 | 2025-02-24T21:16:03.552Z | Checking shell-words v1.1.0 |
3709 | 2025-02-24T21:16:03.937Z | Checking blake3 v1.5.4 |
3710 | 2025-02-24T21:16:04.275Z | Checking omicron-zone-package v0.12.0 |
3711 | 2025-02-24T21:16:05.377Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3712 | 2025-02-24T21:16:06.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
3713 | 2025-02-24T21:16:06.468Z | |
3714 | 2025-02-24T21:16:06.468Z | info: running `cargo check --bins` on xtask (187/199) |
3715 | 2025-02-24T21:16:06.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3716 | 2025-02-24T21:16:06.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3717 | 2025-02-24T21:16:06.923Z | Checking bitflags v2.6.0 |
3718 | 2025-02-24T21:16:06.926Z | Checking serde v1.0.218 |
3719 | 2025-02-24T21:16:06.926Z | Checking thiserror v1.0.69 |
3720 | 2025-02-24T21:16:07.018Z | Checking scroll v0.12.0 |
3721 | 2025-02-24T21:16:07.021Z | Checking hashbrown v0.15.1 |
3722 | 2025-02-24T21:16:07.034Z | Checking log v0.4.22 |
3723 | 2025-02-24T21:16:07.037Z | Checking zerocopy v0.7.35 |
3724 | 2025-02-24T21:16:07.060Z | Checking syn v2.0.96 |
3725 | 2025-02-24T21:16:07.129Z | Checking pest v2.7.14 |
3726 | 2025-02-24T21:16:07.253Z | Checking rustix v0.38.37 |
3727 | 2025-02-24T21:16:07.300Z | Checking once_cell v1.20.3 |
3728 | 2025-02-24T21:16:07.451Z | Checking goblin v0.8.2 |
3729 | 2025-02-24T21:16:07.620Z | Checking fs-err v2.11.0 |
3730 | 2025-02-24T21:16:07.923Z | Checking tabled v0.15.0 |
3731 | 2025-02-24T21:16:07.961Z | Checking indexmap v2.7.1 |
3732 | 2025-02-24T21:16:08.222Z | Checking anyhow v1.0.96 |
3733 | 2025-02-24T21:16:08.910Z | Checking terminal_size v0.4.0 |
3734 | 2025-02-24T21:16:08.910Z | Checking tempfile v3.13.0 |
3735 | 2025-02-24T21:16:09.096Z | Checking clap_builder v4.5.30 |
3736 | 2025-02-24T21:16:09.636Z | Checking dtrace-parser v0.2.0 |
3737 | 2025-02-24T21:16:10.952Z | Checking serde_json v1.0.139 |
3738 | 2025-02-24T21:16:10.952Z | Checking toml_datetime v0.6.8 |
3739 | 2025-02-24T21:16:10.955Z | Checking serde_spanned v0.6.8 |
3740 | 2025-02-24T21:16:10.955Z | Checking camino v1.1.9 |
3741 | 2025-02-24T21:16:10.955Z | Checking semver v1.0.25 |
3742 | 2025-02-24T21:16:11.191Z | Checking cargo-platform v0.1.8 |
3743 | 2025-02-24T21:16:11.307Z | Checking toml_edit v0.22.22 |
3744 | 2025-02-24T21:16:11.322Z | Checking clap v4.5.30 |
3745 | 2025-02-24T21:16:11.404Z | Checking macaddr v1.0.1 |
3746 | 2025-02-24T21:16:11.471Z | Checking camino-tempfile v1.1.1 |
3747 | 2025-02-24T21:16:12.066Z | Checking dof v0.3.0 |
3748 | 2025-02-24T21:16:12.066Z | Checking cargo_metadata v0.18.1 |
3749 | 2025-02-24T21:16:12.476Z | Checking usdt-impl v0.5.0 |
3750 | 2025-02-24T21:16:12.843Z | Checking usdt v0.5.0 |
3751 | 2025-02-24T21:16:13.063Z | Checking toml v0.8.19 |
3752 | 2025-02-24T21:16:13.494Z | Checking cargo_toml v0.20.5 |
3753 | 2025-02-24T21:16:14.639Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3754 | 2025-02-24T21:16:15.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s |
3755 | 2025-02-24T21:16:15.368Z | |
3756 | 2025-02-24T21:16:15.368Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3757 | 2025-02-24T21:16:16.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3758 | 2025-02-24T21:16:16.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3759 | 2025-02-24T21:16:16.149Z | Checking polyval v0.6.2 |
3760 | 2025-02-24T21:16:16.266Z | Checking ctr v0.9.2 |
3761 | 2025-02-24T21:16:16.279Z | Checking ssh-encoding v0.2.0 |
3762 | 2025-02-24T21:16:16.282Z | Checking blowfish v0.9.1 |
3763 | 2025-02-24T21:16:16.302Z | Checking password-hash v0.4.2 |
3764 | 2025-02-24T21:16:16.319Z | Checking p521 v0.13.3 |
3765 | 2025-02-24T21:16:16.321Z | Checking p256 v0.13.2 |
3766 | 2025-02-24T21:16:16.348Z | Checking russh-cryptovec v0.7.3 |
3767 | 2025-02-24T21:16:16.504Z | Checking ghash v0.5.1 |
3768 | 2025-02-24T21:16:16.524Z | Checking bcrypt-pbkdf v0.10.0 |
3769 | 2025-02-24T21:16:16.527Z | Checking md5 v0.7.0 |
3770 | 2025-02-24T21:16:16.599Z | Checking num-bigint v0.4.6 |
3771 | 2025-02-24T21:16:16.602Z | Checking des v0.8.1 |
3772 | 2025-02-24T21:16:16.677Z | Checking aes-gcm v0.10.3 |
3773 | 2025-02-24T21:16:16.680Z | Checking pbkdf2 v0.11.0 |
3774 | 2025-02-24T21:16:16.783Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3775 | 2025-02-24T21:16:16.818Z | Checking hex-literal v0.4.1 |
3776 | 2025-02-24T21:16:16.860Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3777 | 2025-02-24T21:16:16.874Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3778 | 2025-02-24T21:16:16.901Z | Checking ssh-cipher v0.2.0 |
3779 | 2025-02-24T21:16:16.965Z | Checking internet-checksum v0.2.1 |
3780 | 2025-02-24T21:16:17.184Z | Checking ssh-key v0.6.6 |
3781 | 2025-02-24T21:16:17.490Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3782 | 2025-02-24T21:16:18.357Z | Checking russh-keys v0.45.0 |
3783 | 2025-02-24T21:16:19.186Z | Checking russh v0.45.0 |
3784 | 2025-02-24T21:16:36.919Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3785 | 2025-02-24T21:16:38.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.90s |
3786 | 2025-02-24T21:16:38.485Z | |
3787 | 2025-02-24T21:16:38.485Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3788 | 2025-02-24T21:16:39.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3789 | 2025-02-24T21:16:39.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3790 | 2025-02-24T21:16:39.158Z | Checking termios v0.3.3 |
3791 | 2025-02-24T21:16:39.383Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3792 | 2025-02-24T21:16:40.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3793 | 2025-02-24T21:16:40.373Z | |
3794 | 2025-02-24T21:16:40.373Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3795 | 2025-02-24T21:16:40.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-02-24T21:16:40.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-02-24T21:16:41.105Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3798 | 2025-02-24T21:16:41.105Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3799 | 2025-02-24T21:16:41.108Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3800 | 2025-02-24T21:16:41.108Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3801 | 2025-02-24T21:16:42.125Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3802 | 2025-02-24T21:16:43.352Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3803 | 2025-02-24T21:16:45.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3804 | 2025-02-24T21:16:45.274Z | |
3805 | 2025-02-24T21:16:45.274Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3806 | 2025-02-24T21:16:45.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3807 | 2025-02-24T21:16:45.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3808 | 2025-02-24T21:16:46.142Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3809 | 2025-02-24T21:16:46.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3810 | 2025-02-24T21:16:46.595Z | |
3811 | 2025-02-24T21:16:46.595Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3812 | 2025-02-24T21:16:47.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-02-24T21:16:47.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-02-24T21:16:47.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3815 | 2025-02-24T21:16:47.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3816 | 2025-02-24T21:16:47.236Z | |
3817 | 2025-02-24T21:16:47.236Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3818 | 2025-02-24T21:16:47.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3819 | 2025-02-24T21:16:47.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3820 | 2025-02-24T21:16:47.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3821 | 2025-02-24T21:16:47.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3822 | 2025-02-24T21:16:47.873Z | |
3823 | 2025-02-24T21:16:47.873Z | info: running `cargo check --bins` on omicron-package (194/199) |
3824 | 2025-02-24T21:16:48.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3825 | 2025-02-24T21:16:48.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3826 | 2025-02-24T21:16:48.564Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3827 | 2025-02-24T21:16:49.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3828 | 2025-02-24T21:16:50.087Z | |
3829 | 2025-02-24T21:16:50.087Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3830 | 2025-02-24T21:16:50.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3831 | 2025-02-24T21:16:50.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3832 | 2025-02-24T21:16:50.821Z | Checking rtoolbox v0.0.2 |
3833 | 2025-02-24T21:16:50.824Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3834 | 2025-02-24T21:16:50.825Z | Checking tui-tree-widget v0.23.0 |
3835 | 2025-02-24T21:16:51.064Z | Checking rpassword v7.3.1 |
3836 | 2025-02-24T21:16:55.662Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3837 | 2025-02-24T21:16:58.551Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3838 | 2025-02-24T21:16:59.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.61s |
3839 | 2025-02-24T21:16:59.893Z | |
3840 | 2025-02-24T21:16:59.893Z | info: running `cargo check --bins` on wicket (196/199) |
3841 | 2025-02-24T21:17:00.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3842 | 2025-02-24T21:17:00.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3843 | 2025-02-24T21:17:00.617Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3844 | 2025-02-24T21:17:01.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3845 | 2025-02-24T21:17:01.218Z | |
3846 | 2025-02-24T21:17:01.218Z | info: running `cargo check --bins` on wicketd (197/199) |
3847 | 2025-02-24T21:17:01.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3848 | 2025-02-24T21:17:01.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3849 | 2025-02-24T21:17:01.957Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3850 | 2025-02-24T21:17:01.957Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3851 | 2025-02-24T21:17:02.790Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3852 | 2025-02-24T21:17:06.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
3853 | 2025-02-24T21:17:06.851Z | |
3854 | 2025-02-24T21:17:06.851Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3855 | 2025-02-24T21:17:07.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3856 | 2025-02-24T21:17:07.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3857 | 2025-02-24T21:17:07.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3858 | 2025-02-24T21:17:07.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3859 | 2025-02-24T21:17:07.486Z | |
3860 | 2025-02-24T21:17:07.486Z | info: running `cargo check --bins` on zone-setup (199/199) |
3861 | 2025-02-24T21:17:08.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3862 | 2025-02-24T21:17:08.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3863 | 2025-02-24T21:17:08.263Z | Checking uzers v0.12.1 |
3864 | 2025-02-24T21:17:08.613Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3865 | 2025-02-24T21:17:09.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
3866 | 2025-02-24T21:17:09.912Z | |
3867 | 2025-02-24T21:17:09.912Z | real 13:43.868940884 |
3868 | 2025-02-24T21:17:09.912Z | user 27:45.898457335 |
3869 | 2025-02-24T21:17:09.912Z | sys 4:16.059855114 |
3870 | 2025-02-24T21:17:09.912Z | trap 0.569868540 |
3871 | 2025-02-24T21:17:09.912Z | tflt 0.560286201 |
3872 | 2025-02-24T21:17:09.912Z | dflt 1.961712079 |
3873 | 2025-02-24T21:17:09.913Z | kflt 0.000907197 |
3874 | 2025-02-24T21:17:09.913Z | lock 47:24.402423741 |
3875 | 2025-02-24T21:17:09.913Z | slp 2:13:08.419433821 |
3876 | 2025-02-24T21:17:09.913Z | lat 1:06.788203349 |
3877 | 2025-02-24T21:17:09.913Z | stop 3:47.356124771 |
3878 | 2025-02-24T21:17:09.916Z | process exited: duration 1132694 ms, exit code 0 |
|
3879 | 2025-02-24T21:17:09.923Z | found 0 output files |