|
|
|
1 | 2025-02-21T21:56:11.990Z | job assigned to worker 01JMN83SP1TWX6WWJA7ET03JEB [factory aws, i-0c642f0ce7e46381b] (queued for 33 m 58 s) |
|
2 | 2025-02-21T21:56:20.223Z | starting task 0: "setup" |
3 | 2025-02-21T21:56:20.230Z | ++ uname -s |
4 | 2025-02-21T21:56:20.233Z | + kern=SunOS |
5 | 2025-02-21T21:56:20.233Z | + build_user=build |
6 | 2025-02-21T21:56:20.233Z | + build_uid=12345 |
7 | 2025-02-21T21:56:20.233Z | + work_dir=/work |
8 | 2025-02-21T21:56:20.233Z | + input_dir=/input |
9 | 2025-02-21T21:56:20.233Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T21:56:20.233Z | + case "$kern" in |
11 | 2025-02-21T21:56:20.233Z | + groupadd -g 12345 build |
12 | 2025-02-21T21:56:20.236Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T21:56:22.244Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T21:56:22.376Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T21:56:22.379Z | + home_fs=zfs |
16 | 2025-02-21T21:56:22.379Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T21:56:22.379Z | + mkdir -p /home/build |
18 | 2025-02-21T21:56:22.382Z | + chown build:build /home/build /work |
19 | 2025-02-21T21:56:24.383Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T21:56:24.386Z | process exited: duration 4163 ms, exit code 0 |
|
21 | 2025-02-21T21:56:24.392Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T21:56:24.399Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T21:56:24.399Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T21:56:24.399Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T21:56:24.399Z | * rust toolchain profile = "default" |
26 | 2025-02-21T21:56:24.399Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T21:56:24.399Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T21:56:24.403Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T21:56:24.403Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T21:56:24.519Z | info: downloading installer |
31 | 2025-02-21T21:56:25.683Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T21:56:25.683Z | warning: /opt/ooce/bin |
33 | 2025-02-21T21:56:25.683Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T21:56:25.683Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T21:56:25.683Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T21:56:25.683Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T21:56:25.683Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T21:56:25.683Z | error: cannot install while Rust is installed |
39 | 2025-02-21T21:56:25.683Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T21:56:25.697Z | info: profile set to 'default' |
41 | 2025-02-21T21:56:25.697Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T21:56:25.700Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T21:56:25.862Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T21:56:25.862Z | info: downloading component 'cargo' |
45 | 2025-02-21T21:56:26.751Z | info: downloading component 'clippy' |
46 | 2025-02-21T21:56:27.094Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T21:56:28.442Z | info: downloading component 'rust-std' |
48 | 2025-02-21T21:56:30.431Z | info: downloading component 'rustc' |
49 | 2025-02-21T21:56:37.258Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T21:56:37.513Z | info: installing component 'cargo' |
51 | 2025-02-21T21:56:38.336Z | info: installing component 'clippy' |
52 | 2025-02-21T21:56:38.716Z | info: installing component 'rust-docs' |
53 | 2025-02-21T21:56:40.483Z | info: installing component 'rust-std' |
54 | 2025-02-21T21:56:42.373Z | info: installing component 'rustc' |
55 | 2025-02-21T21:56:48.218Z | info: installing component 'rustfmt' |
56 | 2025-02-21T21:56:48.551Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T21:56:48.552Z | |
58 | 2025-02-21T21:56:48.924Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T21:56:48.924Z | |
60 | 2025-02-21T21:56:48.927Z | |
61 | 2025-02-21T21:56:48.927Z | Rust is installed now. Great! |
62 | 2025-02-21T21:56:48.927Z | |
63 | 2025-02-21T21:56:48.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T21:56:48.927Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T21:56:48.927Z | |
66 | 2025-02-21T21:56:48.927Z | To configure your current shell, you need to source |
67 | 2025-02-21T21:56:48.927Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T21:56:48.927Z | |
69 | 2025-02-21T21:56:48.927Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T21:56:48.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T21:56:48.927Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T21:56:48.999Z | + rustup --version |
73 | 2025-02-21T21:56:49.007Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T21:56:49.007Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T21:56:49.086Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T21:56:49.090Z | + cargo --version |
77 | 2025-02-21T21:56:49.146Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T21:56:49.149Z | + rustc --version |
79 | 2025-02-21T21:56:49.211Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T21:56:49.214Z | process exited: duration 24818 ms, exit code 0 |
|
81 | 2025-02-21T21:56:49.221Z | starting task 2: "authentication" |
82 | 2025-02-21T21:56:49.242Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T21:56:49.248Z | starting task 3: "clone repository" |
84 | 2025-02-21T21:56:49.257Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T21:56:49.260Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T21:56:49.297Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T21:56:56.860Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T21:56:56.864Z | + git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
89 | 2025-02-21T21:56:57.179Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T21:56:57.179Z | * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD |
91 | 2025-02-21T21:56:57.189Z | + [[ -n john/fix-test-mgs-metrics ]] |
92 | 2025-02-21T21:56:57.192Z | ++ git branch --show-current |
93 | 2025-02-21T21:56:57.194Z | + current=main |
94 | 2025-02-21T21:56:57.194Z | + [[ main != john/fix-test-mgs-metrics ]] |
95 | 2025-02-21T21:56:57.194Z | + git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
96 | 2025-02-21T21:56:57.197Z | + git checkout -f john/fix-test-mgs-metrics |
97 | 2025-02-21T21:56:57.382Z | Switched to branch 'john/fix-test-mgs-metrics' |
98 | 2025-02-21T21:56:57.385Z | + git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
99 | 2025-02-21T21:56:57.562Z | HEAD is now at 8728fad94 test flake fix: Parse dropshot error response |
100 | 2025-02-21T21:56:57.565Z | process exited: duration 8315 ms, exit code 0 |
|
101 | 2025-02-21T21:56:57.571Z | starting task 4: "build" |
102 | 2025-02-21T21:56:57.577Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T21:56:57.579Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T21:56:57.579Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T21:56:57.580Z | + cargo --version |
106 | 2025-02-21T21:56:57.631Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T21:56:57.634Z | + rustc --version |
108 | 2025-02-21T21:56:57.696Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T21:56:57.700Z | + source ./env.sh |
110 | 2025-02-21T21:56:57.700Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-21T21:56:57.700Z | ++ set -o xtrace |
112 | 2025-02-21T21:56:57.703Z | ++++ dirname ./env.sh |
113 | 2025-02-21T21:56:57.705Z | +++ readlink -f . |
114 | 2025-02-21T21:56:57.708Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-21T21:56:57.708Z | ++ 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-21T21:56:57.708Z | ++ 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-21T21:56:57.708Z | ++ 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-21T21:56:57.708Z | ++ 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-21T21:56:57.708Z | ++ 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-21T21:56:57.708Z | ++ 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-21T21:56:57.708Z | ++ 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-21T21:56:57.709Z | ++ 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-21T21:56:57.709Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-21T21:56:57.709Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-21T21:56:57.709Z | + 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-21T21:56:57.709Z | + 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-21T21:56:57.709Z | + banner prerequisites |
128 | 2025-02-21T21:56:57.712Z | |
129 | 2025-02-21T21:56:57.712Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-21T21:56:57.712Z | # # # # # # # # # # # # # # # |
131 | 2025-02-21T21:56:57.712Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-21T21:56:57.712Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-21T21:56:57.712Z | # # # # # # # # # # # # # # # |
134 | 2025-02-21T21:56:57.712Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-21T21:56:57.712Z | |
136 | 2025-02-21T21:56:57.712Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-21T21:56:59.426Z | pkg list: illegal option -- F |
138 | 2025-02-21T21:56:59.426Z | Usage: |
139 | 2025-02-21T21:56:59.429Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-21T21:56:59.429Z | [pkg_fmri_pattern ...] |
141 | 2025-02-21T21:57:00.284Z | pkg list: illegal option -- F |
142 | 2025-02-21T21:57:00.287Z | Usage: |
143 | 2025-02-21T21:57:00.287Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-21T21:57:00.287Z | [pkg_fmri_pattern ...] |
145 | 2025-02-21T21:57:06.959Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-21T21:57:11.272Z | Startup: Caching catalogs ... Done |
147 | 2025-02-21T21:57:24.558Z | Planning: Solver setup ... Done (12.345s) |
148 | 2025-02-21T21:57:24.709Z | Planning: Running solver ... Done (0.152s) |
149 | 2025-02-21T21:57:24.830Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-02-21T21:57:24.851Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-21T21:57:25.120Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-21T21:57:25.230Z | Planning: Package planning ... Done (0.110s) |
153 | 2025-02-21T21:57:25.286Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-21T21:57:25.484Z | Planning: Checking for conflicting actions ... Done (0.198s) |
155 | 2025-02-21T21:57:27.579Z | Planning: Consolidating action changes ... Done (2.094s) |
156 | 2025-02-21T21:57:28.016Z | Planning: Evaluating mediators ... Done (0.437s) |
157 | 2025-02-21T21:57:28.095Z | Planning: Planning completed in 16.72 seconds |
158 | 2025-02-21T21:57:28.112Z | Packages to install: 4 |
159 | 2025-02-21T21:57:28.112Z | Packages to update: 3 |
160 | 2025-02-21T21:57:28.114Z | Mediators to change: 2 |
161 | 2025-02-21T21:57:28.114Z | Services to change: 1 |
162 | 2025-02-21T21:57:28.114Z | Estimated space available: 155.61 GB |
163 | 2025-02-21T21:57:28.114Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-21T21:57:28.114Z | Create boot environment: No |
165 | 2025-02-21T21:57:28.114Z | Create backup boot environment: Yes |
166 | 2025-02-21T21:57:28.115Z | Rebuild boot archive: No |
167 | 2025-02-21T21:57:28.115Z | |
168 | 2025-02-21T21:57:28.115Z | Changed mediators: |
169 | 2025-02-21T21:57:28.115Z | mediator clang: |
170 | 2025-02-21T21:57:28.115Z | version: None -> 15 (system default) |
171 | 2025-02-21T21:57:28.115Z | |
172 | 2025-02-21T21:57:28.115Z | mediator llvm: |
173 | 2025-02-21T21:57:28.115Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-21T21:57:28.115Z | |
175 | 2025-02-21T21:57:28.115Z | Changed packages: |
176 | 2025-02-21T21:57:28.115Z | helios-dev |
177 | 2025-02-21T21:57:28.115Z | developer/build-essential |
178 | 2025-02-21T21:57:28.115Z | None -> 11-2.0 |
179 | 2025-02-21T21:57:28.115Z | library/libxmlsec1 |
180 | 2025-02-21T21:57:28.115Z | None -> 1.2.35-2.0 |
181 | 2025-02-21T21:57:28.115Z | ooce/developer/clang-15 |
182 | 2025-02-21T21:57:28.115Z | None -> 15.0.7-2.0 |
183 | 2025-02-21T21:57:28.115Z | ooce/developer/llvm-15 |
184 | 2025-02-21T21:57:28.115Z | None -> 15.0.7-2.0 |
185 | 2025-02-21T21:57:28.115Z | package/pkg |
186 | 2025-02-21T21:57:28.115Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-21T21:57:28.115Z | system/library/g++-runtime |
188 | 2025-02-21T21:57:28.115Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-21T21:57:28.115Z | system/library/gcc-runtime |
190 | 2025-02-21T21:57:28.115Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-21T21:57:28.115Z | |
192 | 2025-02-21T21:57:28.115Z | Services: |
193 | 2025-02-21T21:57:28.115Z | restart_fmri: |
194 | 2025-02-21T21:57:28.115Z | svc:/system/update-man-index:default |
195 | 2025-02-21T21:57:28.115Z | |
196 | 2025-02-21T21:57:28.115Z | Editable files to change: |
197 | 2025-02-21T21:57:28.115Z | Update: |
198 | 2025-02-21T21:57:28.115Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-21T21:57:28.197Z | |
200 | 2025-02-21T21:57:28.197Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-21T21:57:33.198Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (16.8M/s) |
202 | 2025-02-21T21:57:38.199Z | Download: 2932/4301 items 121.2/225.4MB 53% complete (12.2M/s) |
203 | 2025-02-21T21:57:43.200Z | Download: 3944/4301 items 219.1/225.4MB 97% complete (13.9M/s) |
204 | 2025-02-21T21:57:45.227Z | Download: Completed 225.42 MB in 17.03 seconds (13.2M/s) |
205 | 2025-02-21T21:57:47.580Z | Actions: 1/5122 actions (Removing old actions) |
206 | 2025-02-21T21:57:47.606Z | Actions: 194/5122 actions (Installing new actions) |
207 | 2025-02-21T21:57:52.292Z | Actions: 4267/5122 actions (Updating modified actions) |
208 | 2025-02-21T21:57:52.647Z | Actions: Completed 5122 actions in 5.07 seconds. |
209 | 2025-02-21T21:57:52.886Z | Done (0.231s) |
210 | 2025-02-21T21:57:52.889Z | Done (0.002s) |
211 | 2025-02-21T21:57:53.498Z | Done (0.610s) |
212 | 2025-02-21T21:57:58.146Z | Done (4.419s) |
213 | 2025-02-21T21:57:58.230Z | Done (0.018s) |
214 | 2025-02-21T21:57:58.234Z | Done (0.000s) |
215 | 2025-02-21T21:57:58.411Z | Done (0.000s) |
216 | 2025-02-21T21:57:59.121Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-02-21T21:57:59.281Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-02-21T21:57:59.284Z | Planning: Consolidating action changes ... Done |
219 | 2025-02-21T21:57:59.550Z | Planning: Evaluating mediators ... Done |
220 | 2025-02-21T21:57:59.553Z | Planning: Planning completed in 0.43 seconds |
221 | 2025-02-21T21:57:59.590Z | Mediators to change: 2 |
222 | 2025-02-21T21:57:59.590Z | Create boot environment: No |
223 | 2025-02-21T21:57:59.593Z | Create backup boot environment: No |
224 | 2025-02-21T21:57:59.671Z | Done |
225 | 2025-02-21T21:57:59.671Z | Done |
226 | 2025-02-21T21:58:00.080Z | Done |
227 | 2025-02-21T21:58:03.708Z | Done |
228 | 2025-02-21T21:58:03.801Z | Done |
229 | 2025-02-21T21:58:03.804Z | Done |
230 | 2025-02-21T21:58:03.926Z | Done |
231 | 2025-02-21T21:58:04.539Z | Planning: Evaluating mediator changes ... Done |
232 | 2025-02-21T21:58:04.542Z | Planning: Merging actions ... Done |
233 | 2025-02-21T21:58:04.728Z | Planning: Checking for conflicting actions ... Done |
234 | 2025-02-21T21:58:04.731Z | Planning: Consolidating action changes ... Done |
235 | 2025-02-21T21:58:04.994Z | Planning: Evaluating mediators ... Done |
236 | 2025-02-21T21:58:05.054Z | Planning: Planning completed in 0.75 seconds |
237 | 2025-02-21T21:58:05.089Z | Packages to change: 1 |
238 | 2025-02-21T21:58:05.090Z | Mediators to change: 1 |
239 | 2025-02-21T21:58:05.092Z | Services to change: 1 |
240 | 2025-02-21T21:58:05.092Z | Create boot environment: No |
241 | 2025-02-21T21:58:05.092Z | Create backup boot environment: Yes |
242 | 2025-02-21T21:58:07.282Z | Actions: 1/6 actions (Updating modified actions) |
243 | 2025-02-21T21:58:07.286Z | Actions: Completed 6 actions in 0.00 seconds. |
244 | 2025-02-21T21:58:07.286Z | Done |
245 | 2025-02-21T21:58:07.286Z | Done |
246 | 2025-02-21T21:58:07.408Z | Done |
247 | 2025-02-21T21:58:10.988Z | Done |
248 | 2025-02-21T21:58:11.083Z | Done |
249 | 2025-02-21T21:58:11.086Z | Done |
250 | 2025-02-21T21:58:11.216Z | Done |
251 | 2025-02-21T21:58:11.649Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
252 | 2025-02-21T21:58:11.649Z | clang system 15 system |
253 | 2025-02-21T21:58:11.649Z | csh system system illumos |
254 | 2025-02-21T21:58:11.649Z | ctags system system illumos |
255 | 2025-02-21T21:58:11.649Z | gcc vendor 12 vendor |
256 | 2025-02-21T21:58:11.649Z | gcc system 10 system |
257 | 2025-02-21T21:58:11.649Z | gcc system 7 system |
258 | 2025-02-21T21:58:11.650Z | go system 1.20 system |
259 | 2025-02-21T21:58:11.650Z | go system 1.19 system |
260 | 2025-02-21T21:58:11.650Z | llvm system 15 system |
261 | 2025-02-21T21:58:11.650Z | llvm system 14 system |
262 | 2025-02-21T21:58:11.650Z | mariadb system 10.6 system |
263 | 2025-02-21T21:58:11.650Z | mta vendor vendor dma |
264 | 2025-02-21T21:58:11.650Z | openjdk system 17 system |
265 | 2025-02-21T21:58:11.650Z | openjdk system 11 system |
266 | 2025-02-21T21:58:11.650Z | openjdk system 1.8 system |
267 | 2025-02-21T21:58:11.650Z | openssl vendor 3 vendor |
268 | 2025-02-21T21:58:11.650Z | perl system 5.36 system |
269 | 2025-02-21T21:58:11.650Z | postgresql system 15 system |
270 | 2025-02-21T21:58:11.650Z | postgresql system 13 system |
271 | 2025-02-21T21:58:11.650Z | python vendor 3 vendor |
272 | 2025-02-21T21:58:11.650Z | python system 2 system |
273 | 2025-02-21T21:58:11.650Z | python3 system 3.11 system |
274 | 2025-02-21T21:58:11.650Z | ruby system 3.0 system |
275 | 2025-02-21T21:58:11.650Z | words vendor vendor american-english |
276 | 2025-02-21T21:58:11.650Z | words system system australian-english |
277 | 2025-02-21T21:58:11.650Z | words system system british-english |
278 | 2025-02-21T21:58:11.650Z | words system system canadian-english |
279 | 2025-02-21T21:58:11.650Z | words system system french |
280 | 2025-02-21T21:58:11.650Z | words system system italian |
281 | 2025-02-21T21:58:11.650Z | words system system ngerman |
282 | 2025-02-21T21:58:11.650Z | words system system ogerman |
283 | 2025-02-21T21:58:11.650Z | words system system spanish |
284 | 2025-02-21T21:58:11.980Z | PUBLISHER TYPE STATUS P LOCATION |
285 | 2025-02-21T21:58:11.980Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
286 | 2025-02-21T21:58:15.013Z | FMRI IFO |
287 | 2025-02-21T21:58:15.013Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
288 | 2025-02-21T21:58:15.013Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
289 | 2025-02-21T21:58:15.013Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
290 | 2025-02-21T21:58:15.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
291 | 2025-02-21T21:58:15.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
292 | 2025-02-21T21:58:15.013Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
293 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
294 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
295 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
296 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
297 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
298 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
299 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
300 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
301 | 2025-02-21T21:58:15.014Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
302 | 2025-02-21T21:58:15.801Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
303 | 2025-02-21T21:58:16.124Z | Updating crates.io index |
304 | 2025-02-21T21:58:16.180Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
305 | 2025-02-21T21:58:16.737Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
306 | 2025-02-21T21:58:17.009Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
307 | 2025-02-21T21:58:17.331Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
308 | 2025-02-21T21:58:18.481Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
309 | 2025-02-21T21:58:20.160Z | Updating git repository `https://github.com/oxidecomputer/opte` |
310 | 2025-02-21T21:58:20.849Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
311 | 2025-02-21T21:58:21.619Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
312 | 2025-02-21T21:58:21.921Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
313 | 2025-02-21T21:58:22.253Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
314 | 2025-02-21T21:58:22.907Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
315 | 2025-02-21T21:58:23.288Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
316 | 2025-02-21T21:58:23.609Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
317 | 2025-02-21T21:58:23.917Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
318 | 2025-02-21T21:58:24.184Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
319 | 2025-02-21T21:58:24.446Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
320 | 2025-02-21T21:58:24.796Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
321 | 2025-02-21T21:58:25.151Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
322 | 2025-02-21T21:58:25.426Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
323 | 2025-02-21T21:58:25.733Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
324 | 2025-02-21T21:58:26.090Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
325 | 2025-02-21T21:58:26.386Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
326 | 2025-02-21T21:58:26.914Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
327 | 2025-02-21T21:58:27.200Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
328 | 2025-02-21T21:58:27.598Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
329 | 2025-02-21T21:58:28.095Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
330 | 2025-02-21T21:58:28.396Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
331 | 2025-02-21T21:58:28.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
332 | 2025-02-21T21:58:28.909Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
333 | 2025-02-21T21:58:30.314Z | Downloading crates ... |
334 | 2025-02-21T21:58:30.420Z | Downloaded colorchoice v1.0.2 |
335 | 2025-02-21T21:58:30.429Z | Downloaded dtrace-parser v0.2.0 |
336 | 2025-02-21T21:58:30.432Z | Downloaded equivalent v1.0.1 |
337 | 2025-02-21T21:58:30.436Z | Downloaded dof v0.3.0 |
338 | 2025-02-21T21:58:30.439Z | Downloaded itoa v1.0.11 |
339 | 2025-02-21T21:58:30.442Z | Downloaded fastrand v2.1.1 |
340 | 2025-02-21T21:58:30.442Z | Downloaded crypto-common v0.1.6 |
341 | 2025-02-21T21:58:30.445Z | Downloaded generic-array v0.14.7 |
342 | 2025-02-21T21:58:30.445Z | Downloaded macaddr v1.0.1 |
343 | 2025-02-21T21:58:30.447Z | Downloaded heck v0.4.1 |
344 | 2025-02-21T21:58:30.447Z | Downloaded fnv v1.0.7 |
345 | 2025-02-21T21:58:30.450Z | Downloaded digest v0.10.7 |
346 | 2025-02-21T21:58:30.450Z | Downloaded cpufeatures v0.2.14 |
347 | 2025-02-21T21:58:30.453Z | Downloaded fs-err v2.11.0 |
348 | 2025-02-21T21:58:30.453Z | Downloaded anstyle v1.0.10 |
349 | 2025-02-21T21:58:30.456Z | Downloaded clap_derive v4.5.28 |
350 | 2025-02-21T21:58:30.456Z | Downloaded errno v0.3.9 |
351 | 2025-02-21T21:58:30.459Z | Downloaded clap_lex v0.7.4 |
352 | 2025-02-21T21:58:30.459Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2025-02-21T21:58:30.459Z | Downloaded heck v0.5.0 |
354 | 2025-02-21T21:58:30.463Z | Downloaded anstream v0.6.15 |
355 | 2025-02-21T21:58:30.463Z | Downloaded log v0.4.22 |
356 | 2025-02-21T21:58:30.466Z | Downloaded clap v4.5.30 |
357 | 2025-02-21T21:58:30.472Z | Downloaded indexmap v2.7.1 |
358 | 2025-02-21T21:58:30.477Z | Downloaded clap_builder v4.5.30 |
359 | 2025-02-21T21:58:30.485Z | Downloaded usdt-macro v0.5.0 |
360 | 2025-02-21T21:58:30.488Z | Downloaded scroll_derive v0.12.0 |
361 | 2025-02-21T21:58:30.488Z | Downloaded pretty-hex v0.4.1 |
362 | 2025-02-21T21:58:30.491Z | Downloaded usdt-attr-macro v0.5.0 |
363 | 2025-02-21T21:58:30.505Z | Downloaded swrite v0.1.0 |
364 | 2025-02-21T21:58:30.512Z | Downloaded plain v0.2.3 |
365 | 2025-02-21T21:58:30.516Z | Downloaded scroll v0.12.0 |
366 | 2025-02-21T21:58:30.516Z | Downloaded pest_generator v2.7.14 |
367 | 2025-02-21T21:58:30.516Z | Downloaded memmap v0.7.0 |
368 | 2025-02-21T21:58:30.522Z | Downloaded serde_spanned v0.6.8 |
369 | 2025-02-21T21:58:30.522Z | Downloaded serde_tokenstream v0.2.2 |
370 | 2025-02-21T21:58:30.522Z | Downloaded tabled_derive v0.7.0 |
371 | 2025-02-21T21:58:30.527Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2025-02-21T21:58:30.528Z | Downloaded toml_datetime v0.6.8 |
373 | 2025-02-21T21:58:30.528Z | Downloaded smawk v0.3.2 |
374 | 2025-02-21T21:58:30.528Z | Downloaded proc-macro-error v1.0.4 |
375 | 2025-02-21T21:58:30.533Z | Downloaded strsim v0.11.1 |
376 | 2025-02-21T21:58:30.533Z | Downloaded unicode-linebreak v0.1.5 |
377 | 2025-02-21T21:58:30.538Z | Downloaded byteorder v1.5.0 |
378 | 2025-02-21T21:58:30.538Z | Downloaded thiserror v1.0.69 |
379 | 2025-02-21T21:58:30.544Z | Downloaded usdt v0.5.0 |
380 | 2025-02-21T21:58:30.544Z | Downloaded thiserror-impl v1.0.69 |
381 | 2025-02-21T21:58:30.547Z | Downloaded thread-id v4.2.2 |
382 | 2025-02-21T21:58:30.549Z | Downloaded terminal_size v0.4.0 |
383 | 2025-02-21T21:58:30.549Z | Downloaded anstyle-query v1.1.1 |
384 | 2025-02-21T21:58:30.551Z | Downloaded bytecount v0.6.8 |
385 | 2025-02-21T21:58:30.551Z | Downloaded block-buffer v0.10.4 |
386 | 2025-02-21T21:58:30.553Z | Downloaded anstyle-parse v0.2.5 |
387 | 2025-02-21T21:58:30.556Z | Downloaded semver v1.0.25 |
388 | 2025-02-21T21:58:30.558Z | Downloaded pest_derive v2.7.14 |
389 | 2025-02-21T21:58:30.560Z | Downloaded quote v1.0.38 |
390 | 2025-02-21T21:58:30.563Z | Downloaded utf8parse v0.2.2 |
391 | 2025-02-21T21:58:30.565Z | Downloaded usdt-impl v0.5.0 |
392 | 2025-02-21T21:58:30.568Z | Downloaded sha2 v0.10.8 |
393 | 2025-02-21T21:58:30.570Z | Downloaded pest_meta v2.7.14 |
394 | 2025-02-21T21:58:30.572Z | Downloaded version_check v0.9.5 |
395 | 2025-02-21T21:58:30.574Z | Downloaded cargo_metadata v0.18.1 |
396 | 2025-02-21T21:58:30.576Z | Downloaded camino-tempfile v1.1.1 |
397 | 2025-02-21T21:58:30.579Z | Downloaded zerocopy-derive v0.7.35 |
398 | 2025-02-21T21:58:30.581Z | Downloaded proc-macro2 v1.0.92 |
399 | 2025-02-21T21:58:30.584Z | Downloaded papergrid v0.11.0 |
400 | 2025-02-21T21:58:30.588Z | Downloaded ryu v1.0.18 |
401 | 2025-02-21T21:58:30.590Z | Downloaded cargo-platform v0.1.8 |
402 | 2025-02-21T21:58:30.593Z | Downloaded textwrap v0.16.1 |
403 | 2025-02-21T21:58:30.595Z | Downloaded ucd-trie v0.1.7 |
404 | 2025-02-21T21:58:30.597Z | Downloaded hashbrown v0.15.1 |
405 | 2025-02-21T21:58:30.600Z | Downloaded unicode-ident v1.0.14 |
406 | 2025-02-21T21:58:30.603Z | Downloaded anyhow v1.0.96 |
407 | 2025-02-21T21:58:30.606Z | Downloaded typenum v1.17.0 |
408 | 2025-02-21T21:58:30.609Z | Downloaded toml v0.8.19 |
409 | 2025-02-21T21:58:30.612Z | Downloaded serde_derive v1.0.217 |
410 | 2025-02-21T21:58:30.614Z | Downloaded bitflags v2.6.0 |
411 | 2025-02-21T21:58:30.618Z | Downloaded serde v1.0.217 |
412 | 2025-02-21T21:58:30.621Z | Downloaded cargo_toml v0.20.5 |
413 | 2025-02-21T21:58:30.624Z | Downloaded memchr v2.7.4 |
414 | 2025-02-21T21:58:30.627Z | Downloaded tempfile v3.13.0 |
415 | 2025-02-21T21:58:30.630Z | Downloaded camino v1.1.9 |
416 | 2025-02-21T21:58:30.632Z | Downloaded once_cell v1.20.3 |
417 | 2025-02-21T21:58:30.635Z | Downloaded cfg-if v1.0.0 |
418 | 2025-02-21T21:58:30.637Z | Downloaded autocfg v1.4.0 |
419 | 2025-02-21T21:58:30.637Z | Downloaded toml_edit v0.22.22 |
420 | 2025-02-21T21:58:30.658Z | Downloaded serde_json v1.0.139 |
421 | 2025-02-21T21:58:30.664Z | Downloaded pest v2.7.14 |
422 | 2025-02-21T21:58:30.669Z | Downloaded goblin v0.8.2 |
423 | 2025-02-21T21:58:30.675Z | Downloaded zerocopy v0.7.35 |
424 | 2025-02-21T21:58:30.689Z | Downloaded winnow v0.6.20 |
425 | 2025-02-21T21:58:30.704Z | Downloaded tabled v0.15.0 |
426 | 2025-02-21T21:58:30.719Z | Downloaded unicode-width v0.1.14 |
427 | 2025-02-21T21:58:30.724Z | Downloaded syn v1.0.109 |
428 | 2025-02-21T21:58:30.734Z | Downloaded syn v2.0.96 |
429 | 2025-02-21T21:58:30.745Z | Downloaded rustix v0.38.37 |
430 | 2025-02-21T21:58:30.765Z | Downloaded libc v0.2.169 |
431 | 2025-02-21T21:58:31.046Z | Compiling proc-macro2 v1.0.92 |
432 | 2025-02-21T21:58:31.047Z | Compiling unicode-ident v1.0.14 |
433 | 2025-02-21T21:58:31.063Z | Compiling serde v1.0.217 |
434 | 2025-02-21T21:58:31.064Z | Compiling version_check v0.9.5 |
435 | 2025-02-21T21:58:31.064Z | Compiling memchr v2.7.4 |
436 | 2025-02-21T21:58:31.064Z | Compiling thiserror v1.0.69 |
437 | 2025-02-21T21:58:31.064Z | Compiling libc v0.2.169 |
438 | 2025-02-21T21:58:31.083Z | Compiling ryu v1.0.18 |
439 | 2025-02-21T21:58:31.366Z | Compiling ucd-trie v0.1.7 |
440 | 2025-02-21T21:58:31.567Z | Compiling itoa v1.0.11 |
441 | 2025-02-21T21:58:31.809Z | Compiling once_cell v1.20.3 |
442 | 2025-02-21T21:58:31.829Z | Compiling byteorder v1.5.0 |
443 | 2025-02-21T21:58:32.074Z | Compiling rustix v0.38.37 |
444 | 2025-02-21T21:58:32.194Z | Compiling serde_json v1.0.139 |
445 | 2025-02-21T21:58:32.377Z | Compiling bitflags v2.6.0 |
446 | 2025-02-21T21:58:32.564Z | Compiling usdt-impl v0.5.0 |
447 | 2025-02-21T21:58:32.597Z | Compiling proc-macro-error-attr v1.0.4 |
448 | 2025-02-21T21:58:32.675Z | Compiling syn v1.0.109 |
449 | 2025-02-21T21:58:32.753Z | Compiling proc-macro-error v1.0.4 |
450 | 2025-02-21T21:58:32.901Z | Compiling quote v1.0.38 |
451 | 2025-02-21T21:58:33.013Z | Compiling utf8parse v0.2.2 |
452 | 2025-02-21T21:58:33.057Z | Compiling plain v0.2.3 |
453 | 2025-02-21T21:58:33.079Z | Compiling errno v0.3.9 |
454 | 2025-02-21T21:58:33.193Z | Compiling thread-id v4.2.2 |
455 | 2025-02-21T21:58:33.241Z | Compiling log v0.4.22 |
456 | 2025-02-21T21:58:33.244Z | Compiling hashbrown v0.15.1 |
457 | 2025-02-21T21:58:33.285Z | Compiling syn v2.0.96 |
458 | 2025-02-21T21:58:33.330Z | Compiling camino v1.1.9 |
459 | 2025-02-21T21:58:33.403Z | Compiling equivalent v1.0.1 |
460 | 2025-02-21T21:58:33.544Z | Compiling anstyle-parse v0.2.5 |
461 | 2025-02-21T21:58:33.860Z | Compiling autocfg v1.4.0 |
462 | 2025-02-21T21:58:34.029Z | Compiling unicode-width v0.1.14 |
463 | 2025-02-21T21:58:34.104Z | Compiling is_terminal_polyfill v1.70.1 |
464 | 2025-02-21T21:58:34.248Z | Compiling indexmap v2.7.1 |
465 | 2025-02-21T21:58:34.271Z | Compiling winnow v0.6.20 |
466 | 2025-02-21T21:58:34.319Z | Compiling anstyle-query v1.1.1 |
467 | 2025-02-21T21:58:34.494Z | Compiling anstyle v1.0.10 |
468 | 2025-02-21T21:58:34.572Z | Compiling pretty-hex v0.4.1 |
469 | 2025-02-21T21:58:34.742Z | Compiling semver v1.0.25 |
470 | 2025-02-21T21:58:34.816Z | Compiling colorchoice v1.0.2 |
471 | 2025-02-21T21:58:34.941Z | Compiling fs-err v2.11.0 |
472 | 2025-02-21T21:58:35.000Z | Compiling anstream v0.6.15 |
473 | 2025-02-21T21:58:35.257Z | Compiling terminal_size v0.4.0 |
474 | 2025-02-21T21:58:35.509Z | Compiling fastrand v2.1.1 |
475 | 2025-02-21T21:58:35.538Z | Compiling anyhow v1.0.96 |
476 | 2025-02-21T21:58:35.574Z | Compiling strsim v0.11.1 |
477 | 2025-02-21T21:58:35.611Z | Compiling cfg-if v1.0.0 |
478 | 2025-02-21T21:58:35.714Z | Compiling heck v0.4.1 |
479 | 2025-02-21T21:58:35.747Z | Compiling bytecount v0.6.8 |
480 | 2025-02-21T21:58:36.019Z | Compiling fnv v1.0.7 |
481 | 2025-02-21T21:58:36.213Z | Compiling clap_lex v0.7.4 |
482 | 2025-02-21T21:58:36.236Z | Compiling heck v0.5.0 |
483 | 2025-02-21T21:58:36.358Z | Compiling tempfile v3.13.0 |
484 | 2025-02-21T21:58:36.645Z | Compiling clap_builder v4.5.30 |
485 | 2025-02-21T21:58:36.724Z | Compiling papergrid v0.11.0 |
486 | 2025-02-21T21:58:36.773Z | Compiling memmap v0.7.0 |
487 | 2025-02-21T21:58:36.900Z | Compiling smawk v0.3.2 |
488 | 2025-02-21T21:58:37.086Z | Compiling unicode-linebreak v0.1.5 |
489 | 2025-02-21T21:58:37.587Z | Compiling textwrap v0.16.1 |
490 | 2025-02-21T21:58:37.651Z | Compiling swrite v0.1.0 |
491 | 2025-02-21T21:58:38.118Z | Compiling tabled_derive v0.7.0 |
492 | 2025-02-21T21:58:39.462Z | Compiling tabled v0.15.0 |
493 | 2025-02-21T21:58:40.031Z | Compiling serde_derive v1.0.217 |
494 | 2025-02-21T21:58:40.035Z | Compiling thiserror-impl v1.0.69 |
495 | 2025-02-21T21:58:40.036Z | Compiling zerocopy-derive v0.7.35 |
496 | 2025-02-21T21:58:40.036Z | Compiling scroll_derive v0.12.0 |
497 | 2025-02-21T21:58:40.036Z | Compiling clap_derive v4.5.28 |
498 | 2025-02-21T21:58:41.495Z | Compiling scroll v0.12.0 |
499 | 2025-02-21T21:58:41.998Z | Compiling goblin v0.8.2 |
500 | 2025-02-21T21:58:42.033Z | Compiling zerocopy v0.7.35 |
501 | 2025-02-21T21:58:43.001Z | Compiling pest v2.7.14 |
502 | 2025-02-21T21:58:43.574Z | Compiling clap v4.5.30 |
503 | 2025-02-21T21:58:45.013Z | Compiling pest_meta v2.7.14 |
504 | 2025-02-21T21:58:45.913Z | Compiling pest_generator v2.7.14 |
505 | 2025-02-21T21:58:47.329Z | Compiling pest_derive v2.7.14 |
506 | 2025-02-21T21:58:47.938Z | Compiling dtrace-parser v0.2.0 |
507 | 2025-02-21T21:58:48.573Z | Compiling serde_spanned v0.6.8 |
508 | 2025-02-21T21:58:48.628Z | Compiling toml_datetime v0.6.8 |
509 | 2025-02-21T21:58:48.633Z | Compiling serde_tokenstream v0.2.2 |
510 | 2025-02-21T21:58:48.777Z | Compiling cargo-platform v0.1.8 |
511 | 2025-02-21T21:58:48.824Z | Compiling macaddr v1.0.1 |
512 | 2025-02-21T21:58:49.062Z | Compiling toml_edit v0.22.22 |
513 | 2025-02-21T21:58:49.296Z | Compiling camino-tempfile v1.1.1 |
514 | 2025-02-21T21:58:49.863Z | Compiling dof v0.3.0 |
515 | 2025-02-21T21:58:49.917Z | Compiling cargo_metadata v0.18.1 |
516 | 2025-02-21T21:58:51.198Z | Compiling usdt-attr-macro v0.5.0 |
517 | 2025-02-21T21:58:51.220Z | Compiling usdt-macro v0.5.0 |
518 | 2025-02-21T21:58:51.831Z | Compiling toml v0.8.19 |
519 | 2025-02-21T21:58:52.263Z | Compiling usdt v0.5.0 |
520 | 2025-02-21T21:58:52.570Z | Compiling cargo_toml v0.20.5 |
521 | 2025-02-21T21:58:55.074Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
522 | 2025-02-21T21:58:58.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.59s |
523 | 2025-02-21T21:58:58.407Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
524 | 2025-02-21T21:58:58.934Z | Downloading crates ... |
525 | 2025-02-21T21:58:59.050Z | Downloaded addr2line v0.24.2 |
526 | 2025-02-21T21:58:59.068Z | Downloaded convert_case v0.4.0 |
527 | 2025-02-21T21:58:59.071Z | Downloaded async-stream-impl v0.3.6 |
528 | 2025-02-21T21:58:59.074Z | Downloaded cstr-argument v0.1.2 |
529 | 2025-02-21T21:58:59.074Z | Downloaded atty v0.2.14 |
530 | 2025-02-21T21:58:59.077Z | Downloaded ciborium-io v0.2.2 |
531 | 2025-02-21T21:58:59.077Z | Downloaded cfg_aliases v0.2.1 |
532 | 2025-02-21T21:58:59.077Z | Downloaded atomic-waker v1.1.2 |
533 | 2025-02-21T21:58:59.080Z | Downloaded cfg_aliases v0.1.1 |
534 | 2025-02-21T21:58:59.081Z | Downloaded http-range v0.1.5 |
535 | 2025-02-21T21:58:59.084Z | Downloaded http-body v1.0.1 |
536 | 2025-02-21T21:58:59.084Z | Downloaded http-body-util v0.1.2 |
537 | 2025-02-21T21:58:59.087Z | Downloaded hostname v0.3.1 |
538 | 2025-02-21T21:58:59.090Z | Downloaded home v0.5.9 |
539 | 2025-02-21T21:58:59.090Z | Downloaded httparse v1.9.5 |
540 | 2025-02-21T21:58:59.095Z | Downloaded hex v0.4.3 |
541 | 2025-02-21T21:58:59.098Z | Downloaded md5 v0.7.0 |
542 | 2025-02-21T21:58:59.098Z | Downloaded hubpack_derive v0.1.1 |
543 | 2025-02-21T21:58:59.101Z | Downloaded crucible-workspace-hack v0.1.0 |
544 | 2025-02-21T21:58:59.101Z | Downloaded crunchy v0.2.2 |
545 | 2025-02-21T21:58:59.101Z | Downloaded hex-literal v0.4.1 |
546 | 2025-02-21T21:58:59.104Z | Downloaded mirai-annotations v1.12.0 |
547 | 2025-02-21T21:58:59.104Z | Downloaded bit-vec v0.6.3 |
548 | 2025-02-21T21:58:59.107Z | Downloaded bcrypt-pbkdf v0.10.0 |
549 | 2025-02-21T21:58:59.107Z | Downloaded hostname v0.4.0 |
550 | 2025-02-21T21:58:59.110Z | Downloaded atomicwrites v0.4.4 |
551 | 2025-02-21T21:58:59.110Z | Downloaded adler2 v2.0.0 |
552 | 2025-02-21T21:58:59.113Z | Downloaded bitfield v0.14.0 |
553 | 2025-02-21T21:58:59.116Z | Downloaded match_cfg v0.1.0 |
554 | 2025-02-21T21:58:59.116Z | Downloaded crc v3.2.1 |
555 | 2025-02-21T21:58:59.119Z | Downloaded is_ci v1.2.0 |
556 | 2025-02-21T21:58:59.122Z | Downloaded is-terminal v0.4.13 |
557 | 2025-02-21T21:58:59.122Z | Downloaded curve25519-dalek-derive v0.1.1 |
558 | 2025-02-21T21:58:59.125Z | Downloaded ctr v0.9.2 |
559 | 2025-02-21T21:58:59.128Z | Downloaded hubpack v0.1.2 |
560 | 2025-02-21T21:58:59.128Z | Downloaded indoc v1.0.9 |
561 | 2025-02-21T21:58:59.131Z | Downloaded linked-hash-map v0.5.6 |
562 | 2025-02-21T21:58:59.134Z | Downloaded internet-checksum v0.2.1 |
563 | 2025-02-21T21:58:59.137Z | Downloaded maybe-uninit v2.0.0 |
564 | 2025-02-21T21:58:59.137Z | Downloaded managed v0.8.0 |
565 | 2025-02-21T21:58:59.140Z | Downloaded impl-trait-for-tuples v0.2.2 |
566 | 2025-02-21T21:58:59.143Z | Downloaded memoffset v0.9.1 |
567 | 2025-02-21T21:58:59.143Z | Downloaded hmac v0.12.1 |
568 | 2025-02-21T21:58:59.146Z | Downloaded linear-map v1.2.0 |
569 | 2025-02-21T21:58:59.149Z | Downloaded headers-core v0.3.0 |
570 | 2025-02-21T21:58:59.149Z | Downloaded instant v0.1.13 |
571 | 2025-02-21T21:58:59.152Z | Downloaded bb8 v0.8.5 |
572 | 2025-02-21T21:58:59.157Z | Downloaded ciborium-ll v0.2.2 |
573 | 2025-02-21T21:58:59.157Z | Downloaded idna_adapter v1.2.0 |
574 | 2025-02-21T21:58:59.160Z | Downloaded cassowary v0.3.0 |
575 | 2025-02-21T21:58:59.160Z | Downloaded lru v0.12.5 |
576 | 2025-02-21T21:58:59.160Z | Downloaded blowfish v0.9.1 |
577 | 2025-02-21T21:58:59.165Z | Downloaded mime v0.3.17 |
578 | 2025-02-21T21:58:59.165Z | Downloaded icu_provider_macros v1.5.0 |
579 | 2025-02-21T21:58:59.165Z | Downloaded backoff v0.4.0 |
580 | 2025-02-21T21:58:59.169Z | Downloaded base64ct v1.6.0 |
581 | 2025-02-21T21:58:59.171Z | Downloaded serde-big-array v0.5.1 |
582 | 2025-02-21T21:58:59.175Z | Downloaded highway v1.2.0 |
583 | 2025-02-21T21:58:59.180Z | Downloaded keccak v0.1.5 |
584 | 2025-02-21T21:58:59.180Z | Downloaded lockfree-object-pool v0.1.6 |
585 | 2025-02-21T21:58:59.181Z | Downloaded memmap2 v0.9.5 |
586 | 2025-02-21T21:58:59.183Z | Downloaded jobserver v0.1.32 |
587 | 2025-02-21T21:58:59.186Z | Downloaded take_mut v0.2.2 |
588 | 2025-02-21T21:58:59.189Z | Downloaded const_format_proc_macros v0.2.34 |
589 | 2025-02-21T21:58:59.193Z | Downloaded crc-catalog v2.4.0 |
590 | 2025-02-21T21:58:59.193Z | Downloaded cookie_store v0.21.1 |
591 | 2025-02-21T21:58:59.196Z | Downloaded console v0.15.10 |
592 | 2025-02-21T21:58:59.199Z | Downloaded libefi-sys v0.1.0 |
593 | 2025-02-21T21:58:59.202Z | Downloaded lazycell v1.3.0 |
594 | 2025-02-21T21:58:59.202Z | Downloaded multer v3.1.0 |
595 | 2025-02-21T21:58:59.206Z | Downloaded time-core v0.1.2 |
596 | 2025-02-21T21:58:59.209Z | Downloaded litemap v0.7.3 |
597 | 2025-02-21T21:58:59.209Z | Downloaded rustls-pemfile v1.0.4 |
598 | 2025-02-21T21:58:59.212Z | Downloaded rustc_version v0.4.1 |
599 | 2025-02-21T21:58:59.215Z | Downloaded zone_cfg_derive v0.1.2 |
600 | 2025-02-21T21:58:59.215Z | Downloaded want v0.3.1 |
601 | 2025-02-21T21:58:59.218Z | Downloaded waitgroup v0.1.2 |
602 | 2025-02-21T21:58:59.218Z | Downloaded hickory-client v0.24.3 |
603 | 2025-02-21T21:58:59.221Z | Downloaded multimap v0.10.0 |
604 | 2025-02-21T21:58:59.224Z | Downloaded rusty-fork v0.3.0 |
605 | 2025-02-21T21:58:59.227Z | Downloaded semver v0.1.20 |
606 | 2025-02-21T21:58:59.227Z | Downloaded rustversion v1.0.17 |
607 | 2025-02-21T21:58:59.229Z | Downloaded rpassword v7.3.1 |
608 | 2025-02-21T21:58:59.232Z | Downloaded mockall v0.13.0 |
609 | 2025-02-21T21:58:59.232Z | Downloaded secrecy v0.8.0 |
610 | 2025-02-21T21:58:59.235Z | Downloaded icu_provider v1.5.0 |
611 | 2025-02-21T21:58:59.238Z | Downloaded signature v2.2.0 |
612 | 2025-02-21T21:58:59.242Z | Downloaded signal-hook-tokio v0.3.1 |
613 | 2025-02-21T21:58:59.242Z | Downloaded cookie v0.18.1 |
614 | 2025-02-21T21:58:59.245Z | Downloaded bzip2 v0.4.4 |
615 | 2025-02-21T21:58:59.248Z | Downloaded num-conv v0.1.0 |
616 | 2025-02-21T21:58:59.248Z | Downloaded crossbeam-utils v0.8.20 |
617 | 2025-02-21T21:58:59.251Z | Downloaded mime_guess v2.0.5 |
618 | 2025-02-21T21:58:59.256Z | Downloaded openssl-probe v0.1.5 |
619 | 2025-02-21T21:58:59.260Z | Downloaded strip-ansi-escapes v0.2.0 |
620 | 2025-02-21T21:58:59.260Z | Downloaded tabwriter v1.4.0 |
621 | 2025-02-21T21:58:59.260Z | Downloaded tiny-keccak v2.0.2 |
622 | 2025-02-21T21:58:59.263Z | Downloaded peg-runtime v0.8.3 |
623 | 2025-02-21T21:58:59.267Z | Downloaded crc-any v2.5.0 |
624 | 2025-02-21T21:58:59.267Z | Downloaded tui-tree-widget v0.23.0 |
625 | 2025-02-21T21:58:59.270Z | Downloaded unicode-truncate v1.1.0 |
626 | 2025-02-21T21:58:59.273Z | Downloaded diesel-dtrace v0.4.2 |
627 | 2025-02-21T21:58:59.273Z | Downloaded zone v0.3.0 |
628 | 2025-02-21T21:58:59.279Z | Downloaded icu_locid_transform_data v1.5.0 |
629 | 2025-02-21T21:58:59.279Z | Downloaded vte_generate_state_changes v0.1.2 |
630 | 2025-02-21T21:58:59.279Z | Downloaded walkdir v2.5.0 |
631 | 2025-02-21T21:58:59.282Z | Downloaded indicatif v0.17.11 |
632 | 2025-02-21T21:58:59.285Z | Downloaded wait-timeout v0.2.0 |
633 | 2025-02-21T21:58:59.288Z | Downloaded zerovec-derive v0.10.3 |
634 | 2025-02-21T21:58:59.291Z | Downloaded smallvec v1.13.2 |
635 | 2025-02-21T21:58:59.294Z | Downloaded dunce v1.0.5 |
636 | 2025-02-21T21:58:59.294Z | Downloaded fragile v2.0.0 |
637 | 2025-02-21T21:58:59.297Z | Downloaded fd-lock v4.0.2 |
638 | 2025-02-21T21:58:59.300Z | Downloaded sync_wrapper v1.0.1 |
639 | 2025-02-21T21:58:59.300Z | Downloaded sqlparser_derive v0.2.2 |
640 | 2025-02-21T21:58:59.303Z | Downloaded litrs v0.4.1 |
641 | 2025-02-21T21:58:59.306Z | Downloaded num v0.4.3 |
642 | 2025-02-21T21:58:59.309Z | Downloaded hash32 v0.2.1 |
643 | 2025-02-21T21:58:59.309Z | Downloaded blake2 v0.10.6 |
644 | 2025-02-21T21:58:59.312Z | Downloaded icu_locid v1.5.0 |
645 | 2025-02-21T21:58:59.317Z | Downloaded sync-ptr v0.1.1 |
646 | 2025-02-21T21:58:59.320Z | Downloaded phf v0.11.2 |
647 | 2025-02-21T21:58:59.323Z | Downloaded time-macros v0.2.18 |
648 | 2025-02-21T21:58:59.323Z | Downloaded pkg-config v0.3.31 |
649 | 2025-02-21T21:58:59.326Z | Downloaded indexmap v1.9.3 |
650 | 2025-02-21T21:58:59.330Z | Downloaded vte v0.11.1 |
651 | 2025-02-21T21:58:59.333Z | Downloaded progenitor v0.8.0 |
652 | 2025-02-21T21:58:59.333Z | Downloaded miniz_oxide v0.8.0 |
653 | 2025-02-21T21:58:59.336Z | Downloaded radium v0.7.0 |
654 | 2025-02-21T21:58:59.339Z | Downloaded r2d2 v0.8.10 |
655 | 2025-02-21T21:58:59.339Z | Downloaded proc-macro-crate v1.3.1 |
656 | 2025-02-21T21:58:59.345Z | Downloaded write16 v1.0.0 |
657 | 2025-02-21T21:58:59.345Z | Downloaded diesel_table_macro_syntax v0.2.0 |
658 | 2025-02-21T21:58:59.348Z | Downloaded zerofrom v0.1.4 |
659 | 2025-02-21T21:58:59.348Z | Downloaded progenitor v0.9.1 |
660 | 2025-02-21T21:58:59.348Z | Downloaded foreign-types v0.3.2 |
661 | 2025-02-21T21:58:59.353Z | Downloaded env_logger v0.10.2 |
662 | 2025-02-21T21:58:59.353Z | Downloaded pin-utils v0.1.0 |
663 | 2025-02-21T21:58:59.356Z | Downloaded base64 v0.21.7 |
664 | 2025-02-21T21:58:59.361Z | Downloaded number_prefix v0.4.0 |
665 | 2025-02-21T21:58:59.361Z | Downloaded tap v1.0.1 |
666 | 2025-02-21T21:58:59.364Z | Downloaded ssh-cipher v0.2.0 |
667 | 2025-02-21T21:58:59.364Z | Downloaded progenitor-impl v0.8.0 |
668 | 2025-02-21T21:58:59.368Z | Downloaded topological-sort v0.2.2 |
669 | 2025-02-21T21:58:59.369Z | Downloaded num-complex v0.4.6 |
670 | 2025-02-21T21:58:59.369Z | Downloaded compact_str v0.8.0 |
671 | 2025-02-21T21:58:59.374Z | Downloaded num_threads v0.1.7 |
672 | 2025-02-21T21:58:59.377Z | Downloaded supports-color v3.0.1 |
673 | 2025-02-21T21:58:59.380Z | Downloaded password-hash v0.4.2 |
674 | 2025-02-21T21:58:59.380Z | Downloaded pretty-hex v0.2.1 |
675 | 2025-02-21T21:58:59.383Z | Downloaded backtrace v0.3.74 |
676 | 2025-02-21T21:58:59.387Z | Downloaded xz2 v0.1.7 |
677 | 2025-02-21T21:58:59.391Z | Downloaded des v0.8.1 |
678 | 2025-02-21T21:58:59.393Z | Downloaded pkcs1 v0.7.5 |
679 | 2025-02-21T21:58:59.396Z | Downloaded vsss-rs v3.3.4 |
680 | 2025-02-21T21:58:59.399Z | Downloaded env_filter v0.1.2 |
681 | 2025-02-21T21:58:59.402Z | Downloaded futures-macro v0.3.31 |
682 | 2025-02-21T21:58:59.405Z | Downloaded foreign-types v0.5.0 |
683 | 2025-02-21T21:58:59.405Z | Downloaded foldhash v0.1.3 |
684 | 2025-02-21T21:58:59.408Z | Downloaded derive_builder_macro v0.20.2 |
685 | 2025-02-21T21:58:59.408Z | Downloaded signal-hook-registry v1.4.2 |
686 | 2025-02-21T21:58:59.410Z | Downloaded group v0.13.0 |
687 | 2025-02-21T21:58:59.413Z | Downloaded futures-sink v0.3.31 |
688 | 2025-02-21T21:58:59.413Z | Downloaded difflib v0.4.0 |
689 | 2025-02-21T21:58:59.413Z | Downloaded crypto-bigint v0.5.5 |
690 | 2025-02-21T21:58:59.423Z | Downloaded tinyvec_macros v0.1.1 |
691 | 2025-02-21T21:58:59.426Z | Downloaded tokio-rustls v0.26.0 |
692 | 2025-02-21T21:58:59.426Z | Downloaded minimal-lexical v0.2.1 |
693 | 2025-02-21T21:58:59.432Z | Downloaded try-lock v0.2.5 |
694 | 2025-02-21T21:58:59.434Z | Downloaded tracing-attributes v0.1.27 |
695 | 2025-02-21T21:58:59.437Z | Downloaded ref-cast-impl v1.0.23 |
696 | 2025-02-21T21:58:59.440Z | Downloaded rustfmt-wrapper v0.2.1 |
697 | 2025-02-21T21:58:59.440Z | Downloaded rustc_version v0.1.7 |
698 | 2025-02-21T21:58:59.443Z | Downloaded zip v0.6.6 |
699 | 2025-02-21T21:58:59.446Z | Downloaded newtype_derive v0.1.6 |
700 | 2025-02-21T21:58:59.449Z | Downloaded quinn v0.11.5 |
701 | 2025-02-21T21:58:59.454Z | Downloaded foreign-types-shared v0.1.1 |
702 | 2025-02-21T21:58:59.454Z | Downloaded slog-async v2.8.0 |
703 | 2025-02-21T21:58:59.457Z | Downloaded serde_path_to_error v0.1.16 |
704 | 2025-02-21T21:58:59.458Z | Downloaded globset v0.4.15 |
705 | 2025-02-21T21:58:59.471Z | Downloaded oso-derive v0.27.3 |
706 | 2025-02-21T21:58:59.475Z | Downloaded aes v0.8.4 |
707 | 2025-02-21T21:58:59.479Z | Downloaded ssh-encoding v0.2.0 |
708 | 2025-02-21T21:58:59.479Z | Downloaded tls_codec v0.4.1 |
709 | 2025-02-21T21:58:59.482Z | Downloaded paste v1.0.15 |
710 | 2025-02-21T21:58:59.485Z | Downloaded shell-words v1.1.0 |
711 | 2025-02-21T21:58:59.485Z | Downloaded sha1 v0.10.6 |
712 | 2025-02-21T21:58:59.488Z | Downloaded deranged v0.3.11 |
713 | 2025-02-21T21:58:59.491Z | Downloaded zeroize v1.8.1 |
714 | 2025-02-21T21:58:59.491Z | Downloaded progenitor-macro v0.9.1 |
715 | 2025-02-21T21:58:59.496Z | Downloaded ppv-lite86 v0.2.20 |
716 | 2025-02-21T21:58:59.496Z | Downloaded env_logger v0.11.5 |
717 | 2025-02-21T21:58:59.499Z | Downloaded peg-macros v0.8.4 |
718 | 2025-02-21T21:58:59.499Z | Downloaded hash32 v0.3.1 |
719 | 2025-02-21T21:58:59.502Z | Downloaded yoke-derive v0.7.4 |
720 | 2025-02-21T21:58:59.505Z | Downloaded pin-project-lite v0.2.14 |
721 | 2025-02-21T21:58:59.509Z | Downloaded endian-type v0.1.2 |
722 | 2025-02-21T21:58:59.513Z | Downloaded foreign-types-macros v0.2.3 |
723 | 2025-02-21T21:58:59.513Z | Downloaded float-ord v0.3.2 |
724 | 2025-02-21T21:58:59.513Z | Downloaded dirs-sys-next v0.1.2 |
725 | 2025-02-21T21:58:59.516Z | Downloaded dirs-next v2.0.0 |
726 | 2025-02-21T21:58:59.517Z | Downloaded fxhash v0.2.1 |
727 | 2025-02-21T21:58:59.517Z | Downloaded num_enum v0.5.11 |
728 | 2025-02-21T21:58:59.522Z | Downloaded salsa20 v0.10.2 |
729 | 2025-02-21T21:58:59.525Z | Downloaded strum_macros v0.26.4 |
730 | 2025-02-21T21:58:59.528Z | Downloaded tar v0.4.42 |
731 | 2025-02-21T21:58:59.531Z | Downloaded progenitor-impl v0.9.1 |
732 | 2025-02-21T21:58:59.533Z | Downloaded tokio-tungstenite v0.21.0 |
733 | 2025-02-21T21:58:59.536Z | Downloaded termcolor v1.4.1 |
734 | 2025-02-21T21:58:59.539Z | Downloaded scopeguard v1.2.0 |
735 | 2025-02-21T21:58:59.539Z | Downloaded same-file v1.0.6 |
736 | 2025-02-21T21:58:59.542Z | Downloaded subtle v2.6.1 |
737 | 2025-02-21T21:58:59.545Z | Downloaded unarray v0.1.4 |
738 | 2025-02-21T21:58:59.545Z | Downloaded der_derive v0.7.3 |
739 | 2025-02-21T21:58:59.548Z | Downloaded mio v1.0.2 |
740 | 2025-02-21T21:58:59.554Z | Downloaded either v1.13.0 |
741 | 2025-02-21T21:58:59.557Z | Downloaded xattr v1.3.1 |
742 | 2025-02-21T21:58:59.559Z | Downloaded slab v0.4.9 |
743 | 2025-02-21T21:58:59.563Z | Downloaded defmt-parser v0.3.4 |
744 | 2025-02-21T21:58:59.563Z | Downloaded debug-ignore v1.0.5 |
745 | 2025-02-21T21:58:59.567Z | Downloaded data-encoding v2.6.0 |
746 | 2025-02-21T21:58:59.567Z | Downloaded owo-colors v4.1.0 |
747 | 2025-02-21T21:58:59.571Z | Downloaded phf_shared v0.10.0 |
748 | 2025-02-21T21:58:59.574Z | Downloaded ghash v0.5.1 |
749 | 2025-02-21T21:58:59.574Z | Downloaded unicode-segmentation v1.12.0 |
750 | 2025-02-21T21:58:59.577Z | Downloaded phf_shared v0.11.2 |
751 | 2025-02-21T21:58:59.580Z | Downloaded parking_lot_core v0.9.10 |
752 | 2025-02-21T21:58:59.583Z | Downloaded percent-encoding v2.3.1 |
753 | 2025-02-21T21:58:59.583Z | Downloaded pem v3.0.4 |
754 | 2025-02-21T21:58:59.586Z | Downloaded gethostname v0.5.0 |
755 | 2025-02-21T21:58:59.586Z | Downloaded stable_deref_trait v1.2.0 |
756 | 2025-02-21T21:58:59.586Z | Downloaded snafu-derive v0.8.5 |
757 | 2025-02-21T21:58:59.591Z | Downloaded twox-hash v2.1.0 |
758 | 2025-02-21T21:58:59.594Z | Downloaded slog-scope v4.4.0 |
759 | 2025-02-21T21:58:59.596Z | Downloaded thiserror-impl v2.0.11 |
760 | 2025-02-21T21:58:59.596Z | Downloaded tokio-rustls v0.24.1 |
761 | 2025-02-21T21:58:59.599Z | Downloaded rustyline v14.0.0 |
762 | 2025-02-21T21:58:59.606Z | Downloaded tokio-rustls v0.25.0 |
763 | 2025-02-21T21:58:59.609Z | Downloaded vergen v8.3.2 |
764 | 2025-02-21T21:58:59.612Z | Downloaded derive-where v1.2.7 |
765 | 2025-02-21T21:58:59.616Z | Downloaded spin v0.9.8 |
766 | 2025-02-21T21:58:59.619Z | Downloaded getrandom v0.2.15 |
767 | 2025-02-21T21:58:59.623Z | Downloaded downcast v0.11.0 |
768 | 2025-02-21T21:58:59.626Z | Downloaded toolchain_find v0.4.0 |
769 | 2025-02-21T21:58:59.629Z | Downloaded writeable v0.5.5 |
770 | 2025-02-21T21:58:59.629Z | Downloaded zerocopy-derive v0.8.10 |
771 | 2025-02-21T21:58:59.637Z | Downloaded nodrop v0.1.14 |
772 | 2025-02-21T21:58:59.641Z | Downloaded pem-rfc7468 v0.7.0 |
773 | 2025-02-21T21:58:59.641Z | Downloaded libm v0.2.8 |
774 | 2025-02-21T21:58:59.651Z | Downloaded precomputed-hash v0.1.1 |
775 | 2025-02-21T21:58:59.656Z | Downloaded term v0.7.0 |
776 | 2025-02-21T21:58:59.656Z | Downloaded resolv-conf v0.7.0 |
777 | 2025-02-21T21:58:59.659Z | Downloaded whoami v1.5.2 |
778 | 2025-02-21T21:58:59.663Z | Downloaded pin-project-internal v1.1.6 |
779 | 2025-02-21T21:58:59.663Z | Downloaded opaque-debug v0.3.1 |
780 | 2025-02-21T21:58:59.666Z | Downloaded tokio-tungstenite v0.24.0 |
781 | 2025-02-21T21:58:59.666Z | Downloaded slog-envlogger v2.2.0 |
782 | 2025-02-21T21:58:59.669Z | Downloaded futures v0.3.31 |
783 | 2025-02-21T21:58:59.675Z | Downloaded zeroize_derive v1.4.2 |
784 | 2025-02-21T21:58:59.680Z | Downloaded structmeta-derive v0.3.0 |
785 | 2025-02-21T21:58:59.680Z | Downloaded structmeta-derive v0.2.0 |
786 | 2025-02-21T21:58:59.680Z | Downloaded smf v0.2.3 |
787 | 2025-02-21T21:58:59.683Z | Downloaded hashbrown v0.12.3 |
788 | 2025-02-21T21:58:59.686Z | Downloaded num-iter v0.1.45 |
789 | 2025-02-21T21:58:59.689Z | Downloaded predicates-core v1.0.8 |
790 | 2025-02-21T21:58:59.689Z | Downloaded hyper v1.5.2 |
791 | 2025-02-21T21:58:59.696Z | Downloaded flagset v0.4.6 |
792 | 2025-02-21T21:58:59.699Z | Downloaded futures-channel v0.3.31 |
793 | 2025-02-21T21:58:59.703Z | Downloaded tower-layer v0.3.3 |
794 | 2025-02-21T21:58:59.703Z | Downloaded tls_codec_derive v0.4.1 |
795 | 2025-02-21T21:58:59.706Z | Downloaded thiserror-impl-no-std v2.0.2 |
796 | 2025-02-21T21:58:59.709Z | Downloaded rand_core v0.6.4 |
797 | 2025-02-21T21:58:59.709Z | Downloaded rfc6979 v0.4.0 |
798 | 2025-02-21T21:58:59.713Z | Downloaded which v4.4.2 |
799 | 2025-02-21T21:58:59.713Z | Downloaded subprocess v0.2.9 |
800 | 2025-02-21T21:58:59.716Z | Downloaded ed25519 v2.2.3 |
801 | 2025-02-21T21:58:59.719Z | Downloaded darling_macro v0.20.10 |
802 | 2025-02-21T21:58:59.719Z | Downloaded russh-cryptovec v0.7.3 |
803 | 2025-02-21T21:58:59.723Z | Downloaded yasna v0.5.2 |
804 | 2025-02-21T21:58:59.723Z | Downloaded hashlink v0.9.1 |
805 | 2025-02-21T21:58:59.726Z | Downloaded unicode-bidi v0.3.17 |
806 | 2025-02-21T21:58:59.729Z | Downloaded flume v0.11.1 |
807 | 2025-02-21T21:58:59.734Z | Downloaded p256 v0.13.2 |
808 | 2025-02-21T21:58:59.737Z | Downloaded typify-macro v0.2.0 |
809 | 2025-02-21T21:58:59.737Z | Downloaded powerfmt v0.2.0 |
810 | 2025-02-21T21:58:59.742Z | Downloaded toml_edit v0.19.15 |
811 | 2025-02-21T21:58:59.757Z | Downloaded zone_cfg_derive v0.3.0 |
812 | 2025-02-21T21:58:59.760Z | Downloaded stringprep v0.1.5 |
813 | 2025-02-21T21:58:59.760Z | Downloaded serde-hex v0.1.0 |
814 | 2025-02-21T21:58:59.763Z | Downloaded primeorder v0.13.6 |
815 | 2025-02-21T21:58:59.763Z | Downloaded peg v0.8.4 |
816 | 2025-02-21T21:58:59.767Z | Downloaded ecdsa v0.16.9 |
817 | 2025-02-21T21:58:59.771Z | Downloaded samael v0.0.17 |
818 | 2025-02-21T21:58:59.776Z | Downloaded parse-size v1.1.0 |
819 | 2025-02-21T21:58:59.779Z | Downloaded sec1 v0.7.3 |
820 | 2025-02-21T21:58:59.779Z | Downloaded pin-project v1.1.6 |
821 | 2025-02-21T21:58:59.791Z | Downloaded typify v0.2.0 |
822 | 2025-02-21T21:58:59.794Z | Downloaded display-error-chain v0.2.2 |
823 | 2025-02-21T21:58:59.797Z | Downloaded nu-ansi-term v0.50.1 |
824 | 2025-02-21T21:58:59.800Z | Downloaded darling v0.20.10 |
825 | 2025-02-21T21:58:59.803Z | Downloaded fallible-streaming-iterator v0.1.9 |
826 | 2025-02-21T21:58:59.806Z | Downloaded rand v0.8.5 |
827 | 2025-02-21T21:58:59.809Z | Downloaded hashbrown v0.13.2 |
828 | 2025-02-21T21:58:59.812Z | Downloaded progenitor-client v0.9.1 |
829 | 2025-02-21T21:58:59.815Z | Downloaded progenitor-client v0.8.0 |
830 | 2025-02-21T21:58:59.815Z | Downloaded foreign-types-shared v0.3.1 |
831 | 2025-02-21T21:58:59.818Z | Downloaded simd-adler32 v0.3.7 |
832 | 2025-02-21T21:58:59.818Z | Downloaded path-slash v0.1.5 |
833 | 2025-02-21T21:58:59.821Z | Downloaded funty v2.0.0 |
834 | 2025-02-21T21:58:59.821Z | Downloaded form_urlencoded v1.2.1 |
835 | 2025-02-21T21:58:59.821Z | Downloaded serde_urlencoded v0.7.1 |
836 | 2025-02-21T21:58:59.824Z | Downloaded psl-types v2.0.11 |
837 | 2025-02-21T21:58:59.824Z | Downloaded rustc-demangle v0.1.24 |
838 | 2025-02-21T21:58:59.826Z | Downloaded unicode_categories v0.1.1 |
839 | 2025-02-21T21:58:59.829Z | Downloaded socket2 v0.5.7 |
840 | 2025-02-21T21:58:59.833Z | Downloaded futures-core v0.3.31 |
841 | 2025-02-21T21:58:59.833Z | Downloaded heck v0.3.3 |
842 | 2025-02-21T21:58:59.837Z | Downloaded thiserror v2.0.11 |
843 | 2025-02-21T21:58:59.841Z | Downloaded parse-display-derive v0.10.0 |
844 | 2025-02-21T21:58:59.844Z | Downloaded fallible-iterator v0.2.0 |
845 | 2025-02-21T21:58:59.844Z | Downloaded utf-8 v0.7.6 |
846 | 2025-02-21T21:58:59.844Z | Downloaded expectorate v1.1.0 |
847 | 2025-02-21T21:58:59.848Z | Downloaded predicates-tree v1.0.11 |
848 | 2025-02-21T21:58:59.848Z | Downloaded uzers v0.12.1 |
849 | 2025-02-21T21:58:59.851Z | Downloaded ena v0.14.3 |
850 | 2025-02-21T21:58:59.854Z | Downloaded zopfli v0.8.1 |
851 | 2025-02-21T21:58:59.860Z | Downloaded float-cmp v0.10.0 |
852 | 2025-02-21T21:58:59.860Z | Downloaded embedded-io v0.6.1 |
853 | 2025-02-21T21:58:59.860Z | Downloaded embedded-io v0.4.0 |
854 | 2025-02-21T21:58:59.860Z | Downloaded sct v0.7.1 |
855 | 2025-02-21T21:58:59.864Z | Downloaded russh-keys v0.45.0 |
856 | 2025-02-21T21:58:59.867Z | Downloaded fallible-iterator v0.3.0 |
857 | 2025-02-21T21:58:59.871Z | Downloaded untrusted v0.7.1 |
858 | 2025-02-21T21:58:59.871Z | Downloaded termios v0.3.3 |
859 | 2025-02-21T21:58:59.874Z | Downloaded pbkdf2 v0.12.2 |
860 | 2025-02-21T21:58:59.874Z | Downloaded pbkdf2 v0.11.0 |
861 | 2025-02-21T21:58:59.877Z | Downloaded dyn-clone v1.0.18 |
862 | 2025-02-21T21:58:59.877Z | Downloaded strum_macros v0.25.3 |
863 | 2025-02-21T21:58:59.880Z | Downloaded document-features v0.2.10 |
864 | 2025-02-21T21:58:59.882Z | Downloaded untrusted v0.9.0 |
865 | 2025-02-21T21:58:59.883Z | Downloaded postcard v1.0.10 |
866 | 2025-02-21T21:58:59.886Z | Downloaded test-strategy v0.3.1 |
867 | 2025-02-21T21:58:59.889Z | Downloaded siphasher v0.3.11 |
868 | 2025-02-21T21:58:59.892Z | Downloaded quinn-proto v0.11.8 |
869 | 2025-02-21T21:58:59.898Z | Downloaded futures-util v0.3.31 |
870 | 2025-02-21T21:58:59.913Z | Downloaded shlex v1.3.0 |
871 | 2025-02-21T21:58:59.916Z | Downloaded unicode-properties v0.1.3 |
872 | 2025-02-21T21:58:59.916Z | Downloaded bitvec v1.0.1 |
873 | 2025-02-21T21:58:59.934Z | Downloaded elliptic-curve v0.13.8 |
874 | 2025-02-21T21:58:59.937Z | Downloaded ed25519-dalek v2.1.1 |
875 | 2025-02-21T21:58:59.942Z | Downloaded value-bag v1.9.0 |
876 | 2025-02-21T21:58:59.945Z | Downloaded displaydoc v0.2.5 |
877 | 2025-02-21T21:58:59.948Z | Downloaded bindgen v0.69.5 |
878 | 2025-02-21T21:58:59.953Z | Downloaded oso v0.27.3 |
879 | 2025-02-21T21:58:59.957Z | Downloaded signal-hook v0.3.17 |
880 | 2025-02-21T21:58:59.960Z | Downloaded lalrpop v0.19.12 |
881 | 2025-02-21T21:58:59.973Z | Downloaded slog v2.7.0 |
882 | 2025-02-21T21:58:59.976Z | Downloaded icu_properties_data v1.5.0 |
883 | 2025-02-21T21:58:59.987Z | Downloaded rsa v0.9.6 |
884 | 2025-02-21T21:58:59.992Z | Downloaded tokio-util v0.7.12 |
885 | 2025-02-21T21:58:59.999Z | Downloaded serde_yaml v0.9.34+deprecated |
886 | 2025-02-21T21:59:00.004Z | Downloaded rusqlite v0.32.1 |
887 | 2025-02-21T21:59:00.011Z | Downloaded tower v0.5.2 |
888 | 2025-02-21T21:59:00.021Z | Downloaded tough v0.19.0 |
889 | 2025-02-21T21:59:00.030Z | Downloaded salty v0.3.0 |
890 | 2025-02-21T21:59:00.038Z | Downloaded darling_core v0.20.10 |
891 | 2025-02-21T21:59:00.046Z | Downloaded x509-cert v0.2.5 |
892 | 2025-02-21T21:59:00.053Z | Downloaded rustls-webpki v0.101.7 |
893 | 2025-02-21T21:59:00.067Z | Downloaded zerovec v0.10.4 |
894 | 2025-02-21T21:59:00.072Z | Downloaded quick-xml v0.33.0 |
895 | 2025-02-21T21:59:00.084Z | Downloaded petname v2.0.2 |
896 | 2025-02-21T21:59:00.087Z | Downloaded curve25519-dalek v4.1.3 |
897 | 2025-02-21T21:59:00.095Z | Downloaded portable-atomic v1.9.0 |
898 | 2025-02-21T21:59:00.102Z | Downloaded gimli v0.31.1 |
899 | 2025-02-21T21:59:00.112Z | Downloaded nom v7.1.3 |
900 | 2025-02-21T21:59:00.117Z | Downloaded winnow v0.5.40 |
901 | 2025-02-21T21:59:00.133Z | Downloaded serde_with v3.11.0 |
902 | 2025-02-21T21:59:00.137Z | Downloaded hashbrown v0.14.5 |
903 | 2025-02-21T21:59:00.143Z | Downloaded regex-syntax v0.6.29 |
904 | 2025-02-21T21:59:00.151Z | Downloaded object v0.30.4 |
905 | 2025-02-21T21:59:00.162Z | Downloaded vcpkg v0.2.15 |
906 | 2025-02-21T21:59:00.203Z | Downloaded git2 v0.19.0 |
907 | 2025-02-21T21:59:00.212Z | Downloaded p384 v0.13.0 |
908 | 2025-02-21T21:59:00.219Z | Downloaded polar-core v0.27.3 |
909 | 2025-02-21T21:59:00.231Z | Downloaded zerocopy v0.8.10 |
910 | 2025-02-21T21:59:00.253Z | Downloaded nix v0.29.0 |
911 | 2025-02-21T21:59:00.268Z | Downloaded hickory-proto v0.24.3 |
912 | 2025-02-21T21:59:00.281Z | Downloaded nix v0.28.0 |
913 | 2025-02-21T21:59:00.293Z | Downloaded smoltcp v0.11.0 |
914 | 2025-02-21T21:59:00.307Z | Downloaded regress v0.9.1 |
915 | 2025-02-21T21:59:00.321Z | Downloaded rustls v0.21.12 |
916 | 2025-02-21T21:59:00.327Z | Downloaded object v0.36.5 |
917 | 2025-02-21T21:59:00.341Z | Downloaded regress v0.10.1 |
918 | 2025-02-21T21:59:00.351Z | Downloaded diesel v2.2.7 |
919 | 2025-02-21T21:59:00.378Z | Downloaded dropshot v0.12.0 |
920 | 2025-02-21T21:59:00.391Z | Downloaded rustls v0.23.19 |
921 | 2025-02-21T21:59:00.405Z | Downloaded regex v1.11.1 |
922 | 2025-02-21T21:59:00.417Z | Downloaded smoltcp v0.9.1 |
923 | 2025-02-21T21:59:00.429Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
924 | 2025-02-21T21:59:00.441Z | Downloaded nix v0.27.1 |
925 | 2025-02-21T21:59:00.452Z | Downloaded regex-automata v0.4.8 |
926 | 2025-02-21T21:59:00.470Z | Downloaded openssl v0.10.71 |
927 | 2025-02-21T21:59:00.481Z | Downloaded dropshot v0.15.1 |
928 | 2025-02-21T21:59:00.502Z | Downloaded ratatui v0.29.0 |
929 | 2025-02-21T21:59:00.521Z | Downloaded regex-syntax v0.8.5 |
930 | 2025-02-21T21:59:00.531Z | Downloaded openapiv3 v2.0.0 |
931 | 2025-02-21T21:59:00.542Z | Downloaded bstr v1.10.0 |
932 | 2025-02-21T21:59:00.554Z | Downloaded typify-impl v0.3.0 |
933 | 2025-02-21T21:59:00.569Z | Downloaded typify-impl v0.2.0 |
934 | 2025-02-21T21:59:00.585Z | Downloaded sled v0.34.7 |
935 | 2025-02-21T21:59:00.595Z | Downloaded reqwest v0.12.12 |
936 | 2025-02-21T21:59:00.606Z | Downloaded petgraph v0.6.5 |
937 | 2025-02-21T21:59:00.623Z | Downloaded csv v1.3.1 |
938 | 2025-02-21T21:59:00.644Z | Downloaded rustls v0.22.4 |
939 | 2025-02-21T21:59:00.654Z | Downloaded unicode-width v0.2.0 |
940 | 2025-02-21T21:59:00.660Z | Downloaded chrono-tz v0.10.1 |
941 | 2025-02-21T21:59:00.668Z | Downloaded zerocopy-derive v0.6.6 |
942 | 2025-02-21T21:59:00.678Z | Downloaded tokio v1.43.0 |
943 | 2025-02-21T21:59:00.718Z | Downloaded webpki-roots v0.26.6 |
944 | 2025-02-21T21:59:00.722Z | Downloaded lzma-sys v0.1.20 |
945 | 2025-02-21T21:59:00.759Z | Downloaded radix_trie v0.2.1 |
946 | 2025-02-21T21:59:00.776Z | Downloaded russh v0.45.0 |
947 | 2025-02-21T21:59:00.776Z | Downloaded rayon v1.10.0 |
948 | 2025-02-21T21:59:00.780Z | Downloaded rustls-webpki v0.102.8 |
949 | 2025-02-21T21:59:00.794Z | Downloaded prettyplease v0.2.29 |
950 | 2025-02-21T21:59:00.794Z | Downloaded libz-sys v1.1.20 |
951 | 2025-02-21T21:59:00.813Z | Downloaded steno v0.4.1 |
952 | 2025-02-21T21:59:00.820Z | Downloaded qorb v0.2.1 |
953 | 2025-02-21T21:59:00.824Z | Downloaded sqlparser v0.45.0 |
954 | 2025-02-21T21:59:00.828Z | Downloaded sha3 v0.10.8 |
955 | 2025-02-21T21:59:00.831Z | Downloaded similar v2.6.0 |
956 | 2025-02-21T21:59:00.836Z | Downloaded fs_extra v1.3.0 |
957 | 2025-02-21T21:59:00.840Z | Downloaded unsafe-libyaml v0.2.11 |
958 | 2025-02-21T21:59:00.846Z | Downloaded flate2 v1.0.35 |
959 | 2025-02-21T21:59:00.846Z | Downloaded unicode-normalization v0.1.24 |
960 | 2025-02-21T21:59:00.850Z | Downloaded p521 v0.13.3 |
961 | 2025-02-21T21:59:00.856Z | Downloaded h2 v0.4.6 |
962 | 2025-02-21T21:59:00.863Z | Downloaded headers v0.4.0 |
963 | 2025-02-21T21:59:00.870Z | Downloaded heapless v0.7.17 |
964 | 2025-02-21T21:59:00.886Z | Downloaded typify v0.3.0 |
965 | 2025-02-21T21:59:00.891Z | Downloaded publicsuffix v2.3.0 |
966 | 2025-02-21T21:59:00.891Z | Downloaded zerocopy v0.6.6 |
967 | 2025-02-21T21:59:00.891Z | Downloaded num-traits v0.2.19 |
968 | 2025-02-21T21:59:00.891Z | Downloaded string_cache v0.8.7 |
969 | 2025-02-21T21:59:00.891Z | Downloaded heapless v0.8.0 |
970 | 2025-02-21T21:59:00.891Z | Downloaded chrono v0.4.39 |
971 | 2025-02-21T21:59:00.895Z | Downloaded proptest v1.5.0 |
972 | 2025-02-21T21:59:00.903Z | Downloaded rustls-pemfile v2.2.0 |
973 | 2025-02-21T21:59:00.906Z | Downloaded structmeta v0.3.0 |
974 | 2025-02-21T21:59:00.909Z | Downloaded structmeta v0.2.0 |
975 | 2025-02-21T21:59:00.909Z | Downloaded serde_derive_internals v0.29.1 |
976 | 2025-02-21T21:59:00.912Z | Downloaded scrypt v0.11.0 |
977 | 2025-02-21T21:59:00.912Z | Downloaded postgres-protocol v0.6.7 |
978 | 2025-02-21T21:59:00.915Z | Downloaded futures-io v0.3.31 |
979 | 2025-02-21T21:59:00.915Z | Downloaded termtree v0.5.1 |
980 | 2025-02-21T21:59:00.915Z | Downloaded typed-path v0.9.3 |
981 | 2025-02-21T21:59:00.921Z | Downloaded serde_with_macros v3.11.0 |
982 | 2025-02-21T21:59:00.924Z | Downloaded postgres-types v0.2.8 |
983 | 2025-02-21T21:59:00.927Z | Downloaded normalize-line-endings v0.3.0 |
984 | 2025-02-21T21:59:00.927Z | Downloaded num-rational v0.4.2 |
985 | 2025-02-21T21:59:00.930Z | Downloaded url v2.5.3 |
986 | 2025-02-21T21:59:00.932Z | Downloaded aws-lc-rs v1.10.0 |
987 | 2025-02-21T21:59:00.941Z | Downloaded ring v0.17.9 |
988 | 2025-02-21T21:59:01.050Z | Downloaded tokio-postgres v0.7.12 |
989 | 2025-02-21T21:59:01.054Z | Downloaded der v0.7.9 |
990 | 2025-02-21T21:59:01.054Z | Downloaded snafu v0.8.5 |
991 | 2025-02-21T21:59:01.054Z | Downloaded nanorand v0.7.0 |
992 | 2025-02-21T21:59:01.054Z | Downloaded unicode-xid v0.2.6 |
993 | 2025-02-21T21:59:01.054Z | Downloaded typify-macro v0.3.0 |
994 | 2025-02-21T21:59:01.054Z | Downloaded static_assertions v1.1.0 |
995 | 2025-02-21T21:59:01.054Z | Downloaded predicates v3.1.3 |
996 | 2025-02-21T21:59:01.054Z | Downloaded fixedbitset v0.4.2 |
997 | 2025-02-21T21:59:01.055Z | Downloaded encoding_rs v0.8.34 |
998 | 2025-02-21T21:59:01.055Z | Downloaded password-hash v0.5.0 |
999 | 2025-02-21T21:59:01.055Z | Downloaded parking_lot v0.12.3 |
1000 | 2025-02-21T21:59:01.055Z | Downloaded poly1305 v0.8.0 |
1001 | 2025-02-21T21:59:01.055Z | Downloaded toml v0.7.8 |
1002 | 2025-02-21T21:59:01.055Z | Downloaded rustc-hash v1.1.0 |
1003 | 2025-02-21T21:59:01.056Z | Downloaded aho-corasick v1.1.3 |
1004 | 2025-02-21T21:59:01.056Z | Downloaded blake3 v1.5.4 |
1005 | 2025-02-21T21:59:01.056Z | Downloaded rustls-pki-types v1.10.0 |
1006 | 2025-02-21T21:59:01.061Z | Downloaded omicron-zone-package v0.12.0 |
1007 | 2025-02-21T21:59:01.061Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2025-02-21T21:59:01.066Z | Downloaded idna v1.0.3 |
1009 | 2025-02-21T21:59:01.068Z | Downloaded futures-task v0.3.31 |
1010 | 2025-02-21T21:59:01.068Z | Downloaded tokio-native-tls v0.3.1 |
1011 | 2025-02-21T21:59:01.072Z | Downloaded tokio-macros v2.5.0 |
1012 | 2025-02-21T21:59:01.072Z | Downloaded num-bigint v0.4.6 |
1013 | 2025-02-21T21:59:01.076Z | Downloaded time v0.3.36 |
1014 | 2025-02-21T21:59:01.082Z | Downloaded ssh-key v0.6.6 |
1015 | 2025-02-21T21:59:01.089Z | Downloaded glob v0.3.2 |
1016 | 2025-02-21T21:59:01.092Z | Downloaded reedline v0.35.0 |
1017 | 2025-02-21T21:59:01.097Z | Downloaded tokio-tungstenite v0.23.1 |
1018 | 2025-02-21T21:59:01.100Z | Downloaded hkdf v0.12.4 |
1019 | 2025-02-21T21:59:01.103Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1020 | 2025-02-21T21:59:01.173Z | Downloaded rand_chacha v0.3.1 |
1021 | 2025-02-21T21:59:01.176Z | Downloaded polyval v0.6.2 |
1022 | 2025-02-21T21:59:01.179Z | Downloaded num-derive v0.4.2 |
1023 | 2025-02-21T21:59:01.179Z | Downloaded parse-display v0.10.0 |
1024 | 2025-02-21T21:59:01.182Z | Downloaded wyz v0.5.1 |
1025 | 2025-02-21T21:59:01.182Z | Downloaded itertools v0.13.0 |
1026 | 2025-02-21T21:59:01.190Z | Downloaded slog-stdlog v4.1.1 |
1027 | 2025-02-21T21:59:01.193Z | Downloaded slog-json v2.6.1 |
1028 | 2025-02-21T21:59:01.196Z | Downloaded schemars_derive v0.8.21 |
1029 | 2025-02-21T21:59:01.196Z | Downloaded rustc-hash v2.0.0 |
1030 | 2025-02-21T21:59:01.199Z | Downloaded rand_xorshift v0.3.0 |
1031 | 2025-02-21T21:59:01.199Z | Downloaded rand_seeder v0.3.0 |
1032 | 2025-02-21T21:59:01.204Z | Downloaded phf_codegen v0.11.2 |
1033 | 2025-02-21T21:59:01.204Z | Downloaded tracing-core v0.1.32 |
1034 | 2025-02-21T21:59:01.206Z | Downloaded tracing v0.1.40 |
1035 | 2025-02-21T21:59:01.209Z | Downloaded itertools v0.10.5 |
1036 | 2025-02-21T21:59:01.217Z | Downloaded parse-zoneinfo v0.3.1 |
1037 | 2025-02-21T21:59:01.220Z | Downloaded aes-gcm v0.10.3 |
1038 | 2025-02-21T21:59:01.224Z | Downloaded parking_lot v0.11.2 |
1039 | 2025-02-21T21:59:01.227Z | Downloaded packed_struct_codegen v0.10.1 |
1040 | 2025-02-21T21:59:01.230Z | Downloaded crossterm v0.28.1 |
1041 | 2025-02-21T21:59:01.236Z | Downloaded derive_builder v0.20.2 |
1042 | 2025-02-21T21:59:01.240Z | Downloaded newtype-uuid v1.2.1 |
1043 | 2025-02-21T21:59:01.243Z | Downloaded derive_builder_core v0.20.2 |
1044 | 2025-02-21T21:59:01.246Z | Downloaded diesel_derives v2.2.3 |
1045 | 2025-02-21T21:59:01.249Z | Downloaded derive_more v0.99.19 |
1046 | 2025-02-21T21:59:01.253Z | Downloaded zip v2.1.3 |
1047 | 2025-02-21T21:59:01.259Z | Downloaded itertools v0.12.1 |
1048 | 2025-02-21T21:59:01.263Z | Downloaded daft-derive v0.1.1 |
1049 | 2025-02-21T21:59:01.268Z | Downloaded yoke v0.7.4 |
1050 | 2025-02-21T21:59:01.271Z | Downloaded openssl-sys v0.9.106 |
1051 | 2025-02-21T21:59:01.274Z | Downloaded rtoolbox v0.0.2 |
1052 | 2025-02-21T21:59:01.274Z | Downloaded quick-error v1.2.3 |
1053 | 2025-02-21T21:59:01.274Z | Downloaded packed_struct v0.10.1 |
1054 | 2025-02-21T21:59:01.278Z | Downloaded oxnet v0.1.0 |
1055 | 2025-02-21T21:59:01.278Z | Downloaded nibble_vec v0.1.0 |
1056 | 2025-02-21T21:59:01.278Z | Downloaded slog-term v2.9.1 |
1057 | 2025-02-21T21:59:01.282Z | Downloaded schemars v0.8.21 |
1058 | 2025-02-21T21:59:01.291Z | Downloaded diff v0.1.13 |
1059 | 2025-02-21T21:59:01.293Z | Downloaded libxml v0.3.3 |
1060 | 2025-02-21T21:59:01.301Z | Downloaded defmt v0.3.8 |
1061 | 2025-02-21T21:59:01.304Z | Downloaded ref-cast v1.0.23 |
1062 | 2025-02-21T21:59:01.304Z | Downloaded progenitor-macro v0.8.0 |
1063 | 2025-02-21T21:59:01.306Z | Downloaded phf_generator v0.11.2 |
1064 | 2025-02-21T21:59:01.306Z | Downloaded pkcs5 v0.7.1 |
1065 | 2025-02-21T21:59:01.309Z | Downloaded pkcs8 v0.10.2 |
1066 | 2025-02-21T21:59:01.315Z | Downloaded http v1.2.0 |
1067 | 2025-02-21T21:59:01.319Z | Downloaded tower-service v0.3.3 |
1068 | 2025-02-21T21:59:01.319Z | Downloaded olpc-cjson v0.1.4 |
1069 | 2025-02-21T21:59:01.319Z | Downloaded num-integer v0.1.46 |
1070 | 2025-02-21T21:59:01.323Z | Downloaded tungstenite v0.24.0 |
1071 | 2025-02-21T21:59:01.323Z | Downloaded tungstenite v0.21.0 |
1072 | 2025-02-21T21:59:01.326Z | Downloaded bumpalo v3.16.0 |
1073 | 2025-02-21T21:59:01.329Z | Downloaded tungstenite v0.23.0 |
1074 | 2025-02-21T21:59:01.332Z | Downloaded termtree v0.4.1 |
1075 | 2025-02-21T21:59:01.332Z | Downloaded num_enum_derive v0.5.11 |
1076 | 2025-02-21T21:59:01.336Z | Downloaded tokio-stream v0.1.16 |
1077 | 2025-02-21T21:59:01.340Z | Downloaded half v2.4.1 |
1078 | 2025-02-21T21:59:01.340Z | Downloaded defmt-macros v0.3.9 |
1079 | 2025-02-21T21:59:01.343Z | Downloaded dropshot_endpoint v0.15.1 |
1080 | 2025-02-21T21:59:01.347Z | Downloaded dropshot_endpoint v0.12.0 |
1081 | 2025-02-21T21:59:01.349Z | Downloaded zerofrom-derive v0.1.4 |
1082 | 2025-02-21T21:59:01.349Z | Downloaded fatfs v0.3.6 |
1083 | 2025-02-21T21:59:01.352Z | Downloaded crossbeam-channel v0.5.13 |
1084 | 2025-02-21T21:59:01.355Z | Downloaded enum-as-inner v0.6.1 |
1085 | 2025-02-21T21:59:01.358Z | Downloaded icu_collections v1.5.0 |
1086 | 2025-02-21T21:59:01.363Z | Downloaded hickory-resolver v0.24.3 |
1087 | 2025-02-21T21:59:01.367Z | Downloaded ron v0.7.1 |
1088 | 2025-02-21T21:59:01.370Z | Downloaded rcgen v0.12.1 |
1089 | 2025-02-21T21:59:01.374Z | Downloaded ron v0.8.1 |
1090 | 2025-02-21T21:59:01.376Z | Downloaded rayon-core v1.12.1 |
1091 | 2025-02-21T21:59:01.380Z | Downloaded uuid v1.12.0 |
1092 | 2025-02-21T21:59:01.383Z | Downloaded utf8_iter v1.0.4 |
1093 | 2025-02-21T21:59:01.385Z | Downloaded utf16_iter v1.0.5 |
1094 | 2025-02-21T21:59:01.385Z | Downloaded universal-hash v0.5.1 |
1095 | 2025-02-21T21:59:01.385Z | Downloaded unicase v2.7.0 |
1096 | 2025-02-21T21:59:01.388Z | Downloaded const_format v0.2.34 |
1097 | 2025-02-21T21:59:01.391Z | Downloaded chacha20poly1305 v0.10.1 |
1098 | 2025-02-21T21:59:01.396Z | Downloaded slog-dtrace v0.3.0 |
1099 | 2025-02-21T21:59:01.397Z | Downloaded slog-bunyan v2.5.0 |
1100 | 2025-02-21T21:59:01.399Z | Downloaded parking_lot_core v0.8.6 |
1101 | 2025-02-21T21:59:01.400Z | Downloaded native-tls v0.2.12 |
1102 | 2025-02-21T21:59:01.400Z | Downloaded tinyvec v1.8.0 |
1103 | 2025-02-21T21:59:01.403Z | Downloaded sqlformat v0.2.6 |
1104 | 2025-02-21T21:59:01.403Z | Downloaded mockall_derive v0.13.0 |
1105 | 2025-02-21T21:59:01.406Z | Downloaded icu_properties v1.5.1 |
1106 | 2025-02-21T21:59:01.409Z | Downloaded hickory-server v0.24.3 |
1107 | 2025-02-21T21:59:01.413Z | Downloaded base64 v0.22.1 |
1108 | 2025-02-21T21:59:01.419Z | Downloaded bytes v1.9.0 |
1109 | 2025-02-21T21:59:01.422Z | Downloaded spki v0.7.3 |
1110 | 2025-02-21T21:59:01.426Z | Downloaded serde_repr v0.1.19 |
1111 | 2025-02-21T21:59:01.426Z | Downloaded signal-hook-mio v0.2.4 |
1112 | 2025-02-21T21:59:01.426Z | Downloaded serde_plain v1.0.2 |
1113 | 2025-02-21T21:59:01.430Z | Downloaded scheduled-thread-pool v0.2.7 |
1114 | 2025-02-21T21:59:01.430Z | Downloaded ff v0.13.0 |
1115 | 2025-02-21T21:59:01.431Z | Downloaded icu_normalizer v1.5.0 |
1116 | 2025-02-21T21:59:01.433Z | Downloaded hyper-util v0.1.10 |
1117 | 2025-02-21T21:59:01.436Z | Downloaded cc v1.1.30 |
1118 | 2025-02-21T21:59:01.439Z | Downloaded futures-executor v0.3.31 |
1119 | 2025-02-21T21:59:01.439Z | Downloaded filetime v0.2.25 |
1120 | 2025-02-21T21:59:01.444Z | Downloaded zone v0.1.8 |
1121 | 2025-02-21T21:59:01.444Z | Downloaded tinystr v0.7.6 |
1122 | 2025-02-21T21:59:01.444Z | Downloaded dsl_auto_type v0.1.2 |
1123 | 2025-02-21T21:59:01.448Z | Downloaded thiserror-no-std v2.0.2 |
1124 | 2025-02-21T21:59:01.448Z | Downloaded quinn-udp v0.5.5 |
1125 | 2025-02-21T21:59:01.450Z | Downloaded icu_locid_transform v1.5.0 |
1126 | 2025-02-21T21:59:01.453Z | Downloaded const-oid v0.9.6 |
1127 | 2025-02-21T21:59:01.453Z | Downloaded base64 v0.13.1 |
1128 | 2025-02-21T21:59:01.456Z | Downloaded thread_local v1.1.8 |
1129 | 2025-02-21T21:59:01.459Z | Downloaded icu_normalizer_data v1.5.0 |
1130 | 2025-02-21T21:59:01.459Z | Downloaded hyper-staticfile v0.10.1 |
1131 | 2025-02-21T21:59:01.462Z | Downloaded synstructure v0.13.1 |
1132 | 2025-02-21T21:59:01.462Z | Downloaded strum_macros v0.24.3 |
1133 | 2025-02-21T21:59:01.466Z | Downloaded crossbeam-epoch v0.9.18 |
1134 | 2025-02-21T21:59:01.466Z | Downloaded allocator-api2 v0.2.18 |
1135 | 2025-02-21T21:59:01.469Z | Downloaded openssl-macros v0.1.1 |
1136 | 2025-02-21T21:59:01.472Z | Downloaded newline-converter v0.3.0 |
1137 | 2025-02-21T21:59:01.472Z | Downloaded new_debug_unreachable v1.0.6 |
1138 | 2025-02-21T21:59:01.473Z | Downloaded smallvec v0.6.14 |
1139 | 2025-02-21T21:59:01.473Z | Downloaded lock_api v0.4.12 |
1140 | 2025-02-21T21:59:01.475Z | Downloaded hyper-rustls v0.27.3 |
1141 | 2025-02-21T21:59:01.478Z | Downloaded clang-sys v1.8.1 |
1142 | 2025-02-21T21:59:01.479Z | Downloaded async-bb8-diesel v0.2.1 |
1143 | 2025-02-21T21:59:01.481Z | Downloaded md-5 v0.10.6 |
1144 | 2025-02-21T21:59:01.481Z | Downloaded ident_case v1.0.1 |
1145 | 2025-02-21T21:59:01.484Z | Downloaded strum v0.26.3 |
1146 | 2025-02-21T21:59:01.484Z | Downloaded ipnet v2.10.1 |
1147 | 2025-02-21T21:59:01.486Z | Downloaded sigpipe v0.1.3 |
1148 | 2025-02-21T21:59:01.486Z | Downloaded iana-time-zone v0.1.61 |
1149 | 2025-02-21T21:59:01.489Z | Downloaded ciborium v0.2.2 |
1150 | 2025-02-21T21:59:01.492Z | Downloaded cancel-safe-futures v0.1.5 |
1151 | 2025-02-21T21:59:01.494Z | Downloaded crc32fast v1.4.2 |
1152 | 2025-02-21T21:59:01.496Z | Downloaded chacha20 v0.9.1 |
1153 | 2025-02-21T21:59:01.496Z | Downloaded maplit v1.0.2 |
1154 | 2025-02-21T21:59:01.499Z | Downloaded bcs v0.1.6 |
1155 | 2025-02-21T21:59:01.500Z | Downloaded libloading v0.8.5 |
1156 | 2025-02-21T21:59:01.503Z | Downloaded kstat-rs v0.2.4 |
1157 | 2025-02-21T21:59:01.503Z | Downloaded csv-core v0.1.11 |
1158 | 2025-02-21T21:59:01.505Z | Downloaded async-trait v0.1.86 |
1159 | 2025-02-21T21:59:01.509Z | Downloaded hyper-tls v0.6.0 |
1160 | 2025-02-21T21:59:01.513Z | Downloaded async-stream v0.3.6 |
1161 | 2025-02-21T21:59:01.515Z | Downloaded arrayvec v0.7.6 |
1162 | 2025-02-21T21:59:01.517Z | Downloaded lru-cache v0.1.2 |
1163 | 2025-02-21T21:59:01.517Z | Downloaded ipnetwork v0.21.1 |
1164 | 2025-02-21T21:59:01.520Z | Downloaded instability v0.3.2 |
1165 | 2025-02-21T21:59:01.524Z | Downloaded humantime v2.1.0 |
1166 | 2025-02-21T21:59:01.524Z | Downloaded array-init v0.0.4 |
1167 | 2025-02-21T21:59:01.525Z | Downloaded argon2 v0.5.3 |
1168 | 2025-02-21T21:59:01.528Z | Downloaded inout v0.1.3 |
1169 | 2025-02-21T21:59:01.528Z | Downloaded indent_write v2.2.0 |
1170 | 2025-02-21T21:59:01.528Z | Downloaded base16ct v0.2.0 |
1171 | 2025-02-21T21:59:01.528Z | Downloaded arrayref v0.3.9 |
1172 | 2025-02-21T21:59:01.533Z | Downloaded lazy_static v1.5.0 |
1173 | 2025-02-21T21:59:01.533Z | Downloaded lalrpop-util v0.19.12 |
1174 | 2025-02-21T21:59:01.533Z | Downloaded indoc v2.0.5 |
1175 | 2025-02-21T21:59:01.535Z | Downloaded crossbeam-deque v0.8.5 |
1176 | 2025-02-21T21:59:01.535Z | Downloaded constant_time_eq v0.3.1 |
1177 | 2025-02-21T21:59:01.539Z | Downloaded cipher v0.4.4 |
1178 | 2025-02-21T21:59:01.539Z | Downloaded buf-list v1.0.3 |
1179 | 2025-02-21T21:59:01.542Z | Downloaded libsw v3.3.1 |
1180 | 2025-02-21T21:59:01.543Z | Downloaded daft v0.1.1 |
1181 | 2025-02-21T21:59:01.546Z | Downloaded colored v2.1.0 |
1182 | 2025-02-21T21:59:01.546Z | Downloaded chrono-tz-build v0.4.0 |
1183 | 2025-02-21T21:59:01.546Z | Downloaded cexpr v0.6.0 |
1184 | 2025-02-21T21:59:01.552Z | Downloaded bitflags v1.3.2 |
1185 | 2025-02-21T21:59:01.552Z | Downloaded httpdate v1.0.3 |
1186 | 2025-02-21T21:59:01.552Z | Downloaded bitfield-struct v0.6.2 |
1187 | 2025-02-21T21:59:01.555Z | Downloaded cmake v0.1.51 |
1188 | 2025-02-21T21:59:01.555Z | Downloaded cbc v0.1.2 |
1189 | 2025-02-21T21:59:01.555Z | Downloaded castaway v0.2.3 |
1190 | 2025-02-21T21:59:01.557Z | Downloaded cobs v0.2.3 |
1191 | 2025-02-21T21:59:01.557Z | Downloaded block-padding v0.3.3 |
1192 | 2025-02-21T21:59:01.560Z | Downloaded async-recursion v1.1.1 |
1193 | 2025-02-21T21:59:01.564Z | Downloaded ascii-canvas v3.0.0 |
1194 | 2025-02-21T21:59:01.564Z | Downloaded ahash v0.8.11 |
1195 | 2025-02-21T21:59:01.567Z | Downloaded aead v0.5.2 |
1196 | 2025-02-21T21:59:01.567Z | Downloaded bit-set v0.5.3 |
1197 | 2025-02-21T21:59:01.570Z | Downloaded assert_matches v1.5.0 |
1198 | 2025-02-21T21:59:01.570Z | Downloaded arc-swap v1.7.1 |
1199 | 2025-02-21T21:59:01.610Z | Downloaded libsqlite3-sys v0.30.1 |
1200 | 2025-02-21T21:59:01.824Z | Downloaded aws-lc-sys v0.22.0 |
1201 | 2025-02-21T21:59:02.137Z | Compiling serde v1.0.217 |
1202 | 2025-02-21T21:59:02.141Z | Compiling value-bag v1.9.0 |
1203 | 2025-02-21T21:59:02.142Z | Compiling lock_api v0.4.12 |
1204 | 2025-02-21T21:59:02.142Z | Compiling scopeguard v1.2.0 |
1205 | 2025-02-21T21:59:02.142Z | Compiling typenum v1.17.0 |
1206 | 2025-02-21T21:59:02.142Z | Compiling generic-array v0.14.7 |
1207 | 2025-02-21T21:59:02.332Z | Compiling syn v2.0.96 |
1208 | 2025-02-21T21:59:02.347Z | Compiling getrandom v0.2.15 |
1209 | 2025-02-21T21:59:02.455Z | Compiling subtle v2.6.1 |
1210 | 2025-02-21T21:59:02.636Z | Compiling rand_core v0.6.4 |
1211 | 2025-02-21T21:59:02.786Z | Compiling log v0.4.22 |
1212 | 2025-02-21T21:59:02.838Z | Compiling shlex v1.3.0 |
1213 | 2025-02-21T21:59:02.878Z | Compiling jobserver v0.1.32 |
1214 | 2025-02-21T21:59:02.896Z | Compiling smallvec v1.13.2 |
1215 | 2025-02-21T21:59:03.163Z | Compiling const-oid v0.9.6 |
1216 | 2025-02-21T21:59:03.214Z | Compiling pin-project-lite v0.2.14 |
1217 | 2025-02-21T21:59:03.248Z | Compiling parking_lot_core v0.9.10 |
1218 | 2025-02-21T21:59:03.300Z | Compiling cc v1.1.30 |
1219 | 2025-02-21T21:59:03.366Z | Compiling rustix v0.38.37 |
1220 | 2025-02-21T21:59:03.546Z | Compiling futures-core v0.3.31 |
1221 | 2025-02-21T21:59:03.727Z | Compiling spin v0.9.8 |
1222 | 2025-02-21T21:59:03.782Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-02-21T21:59:04.077Z | Compiling mio v1.0.2 |
1224 | 2025-02-21T21:59:04.167Z | Compiling parking_lot v0.12.3 |
1225 | 2025-02-21T21:59:04.276Z | Compiling aho-corasick v1.1.3 |
1226 | 2025-02-21T21:59:04.491Z | Compiling stable_deref_trait v1.2.0 |
1227 | 2025-02-21T21:59:04.616Z | Compiling regex-syntax v0.8.5 |
1228 | 2025-02-21T21:59:04.700Z | Compiling cpufeatures v0.2.14 |
1229 | 2025-02-21T21:59:04.812Z | Compiling futures-sink v0.3.31 |
1230 | 2025-02-21T21:59:04.940Z | Compiling socket2 v0.5.7 |
1231 | 2025-02-21T21:59:04.967Z | Compiling slab v0.4.9 |
1232 | 2025-02-21T21:59:05.078Z | Compiling either v1.13.0 |
1233 | 2025-02-21T21:59:05.150Z | Compiling glob v0.3.2 |
1234 | 2025-02-21T21:59:05.453Z | Compiling prettyplease v0.2.29 |
1235 | 2025-02-21T21:59:05.725Z | Compiling lazy_static v1.5.0 |
1236 | 2025-02-21T21:59:05.785Z | Compiling serde_json v1.0.139 |
1237 | 2025-02-21T21:59:05.833Z | Compiling minimal-lexical v0.2.1 |
1238 | 2025-02-21T21:59:05.862Z | Compiling futures-channel v0.3.31 |
1239 | 2025-02-21T21:59:05.995Z | Compiling clang-sys v1.8.1 |
1240 | 2025-02-21T21:59:06.207Z | Compiling libloading v0.8.5 |
1241 | 2025-02-21T21:59:06.343Z | Compiling nom v7.1.3 |
1242 | 2025-02-21T21:59:06.343Z | Compiling futures-task v0.3.31 |
1243 | 2025-02-21T21:59:06.603Z | Compiling home v0.5.9 |
1244 | 2025-02-21T21:59:06.647Z | Compiling futures-io v0.3.31 |
1245 | 2025-02-21T21:59:06.748Z | Compiling pin-utils v0.1.0 |
1246 | 2025-02-21T21:59:06.785Z | Compiling bindgen v0.69.5 |
1247 | 2025-02-21T21:59:06.856Z | Compiling itertools v0.10.5 |
1248 | 2025-02-21T21:59:06.916Z | Compiling lazycell v1.3.0 |
1249 | 2025-02-21T21:59:07.100Z | Compiling foldhash v0.1.3 |
1250 | 2025-02-21T21:59:07.434Z | Compiling rustc-hash v1.1.0 |
1251 | 2025-02-21T21:59:07.604Z | Compiling allocator-api2 v0.2.18 |
1252 | 2025-02-21T21:59:07.671Z | Compiling libm v0.2.8 |
1253 | 2025-02-21T21:59:08.053Z | Compiling cmake v0.1.51 |
1254 | 2025-02-21T21:59:08.352Z | Compiling regex-automata v0.4.8 |
1255 | 2025-02-21T21:59:08.855Z | Compiling hashbrown v0.15.1 |
1256 | 2025-02-21T21:59:08.909Z | Compiling num-traits v0.2.19 |
1257 | 2025-02-21T21:59:09.218Z | Compiling fs_extra v1.3.0 |
1258 | 2025-02-21T21:59:09.391Z | Compiling dunce v1.0.5 |
1259 | 2025-02-21T21:59:09.534Z | Compiling cexpr v0.6.0 |
1260 | 2025-02-21T21:59:09.719Z | Compiling synstructure v0.13.1 |
1261 | 2025-02-21T21:59:10.095Z | Compiling pkg-config v0.3.31 |
1262 | 2025-02-21T21:59:11.108Z | Compiling litemap v0.7.3 |
1263 | 2025-02-21T21:59:11.131Z | Compiling writeable v0.5.5 |
1264 | 2025-02-21T21:59:11.312Z | Compiling ring v0.17.9 |
1265 | 2025-02-21T21:59:11.530Z | Compiling paste v1.0.15 |
1266 | 2025-02-21T21:59:11.677Z | Compiling base64ct v1.6.0 |
1267 | 2025-02-21T21:59:12.158Z | Compiling pem-rfc7468 v0.7.0 |
1268 | 2025-02-21T21:59:12.239Z | Compiling httparse v1.9.5 |
1269 | 2025-02-21T21:59:12.574Z | Compiling aws-lc-rs v1.10.0 |
1270 | 2025-02-21T21:59:12.761Z | Compiling icu_locid_transform_data v1.5.0 |
1271 | 2025-02-21T21:59:12.868Z | Compiling flagset v0.4.6 |
1272 | 2025-02-21T21:59:13.000Z | Compiling tracing-core v0.1.32 |
1273 | 2025-02-21T21:59:13.077Z | Compiling rustls-pki-types v1.10.0 |
1274 | 2025-02-21T21:59:13.684Z | Compiling regex v1.11.1 |
1275 | 2025-02-21T21:59:14.013Z | Compiling crossbeam-utils v0.8.20 |
1276 | 2025-02-21T21:59:14.037Z | Compiling percent-encoding v2.3.1 |
1277 | 2025-02-21T21:59:14.082Z | Compiling icu_properties_data v1.5.0 |
1278 | 2025-02-21T21:59:14.341Z | Compiling untrusted v0.7.1 |
1279 | 2025-02-21T21:59:14.517Z | Compiling utf16_iter v1.0.5 |
1280 | 2025-02-21T21:59:14.555Z | Compiling time-core v0.1.2 |
1281 | 2025-02-21T21:59:14.579Z | Compiling num-conv v0.1.0 |
1282 | 2025-02-21T21:59:14.601Z | Compiling serde_derive v1.0.217 |
1283 | 2025-02-21T21:59:14.717Z | Compiling zeroize_derive v1.4.2 |
1284 | 2025-02-21T21:59:14.737Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2025-02-21T21:59:14.869Z | Compiling tokio-macros v2.5.0 |
1286 | 2025-02-21T21:59:14.953Z | Compiling zerofrom-derive v0.1.4 |
1287 | 2025-02-21T21:59:16.114Z | Compiling zeroize v1.8.1 |
1288 | 2025-02-21T21:59:16.339Z | Compiling yoke-derive v0.7.4 |
1289 | 2025-02-21T21:59:16.528Z | Compiling thiserror-impl v1.0.69 |
1290 | 2025-02-21T21:59:16.642Z | Compiling zerocopy v0.7.35 |
1291 | 2025-02-21T21:59:17.830Z | Compiling crypto-common v0.1.6 |
1292 | 2025-02-21T21:59:17.935Z | Compiling block-buffer v0.10.4 |
1293 | 2025-02-21T21:59:17.979Z | Compiling futures-macro v0.3.31 |
1294 | 2025-02-21T21:59:17.991Z | Compiling zerovec-derive v0.10.3 |
1295 | 2025-02-21T21:59:18.233Z | Compiling digest v0.10.7 |
1296 | 2025-02-21T21:59:18.388Z | Compiling zerofrom v0.1.4 |
1297 | 2025-02-21T21:59:18.615Z | Compiling displaydoc v0.2.5 |
1298 | 2025-02-21T21:59:18.689Z | Compiling hmac v0.12.1 |
1299 | 2025-02-21T21:59:18.710Z | Compiling block-padding v0.3.3 |
1300 | 2025-02-21T21:59:18.860Z | Compiling yoke v0.7.4 |
1301 | 2025-02-21T21:59:18.944Z | Compiling inout v0.1.3 |
1302 | 2025-02-21T21:59:18.971Z | Compiling sha2 v0.10.8 |
1303 | 2025-02-21T21:59:19.209Z | Compiling cipher v0.4.4 |
1304 | 2025-02-21T21:59:19.226Z | Compiling icu_provider_macros v1.5.0 |
1305 | 2025-02-21T21:59:19.350Z | Compiling thiserror v1.0.69 |
1306 | 2025-02-21T21:59:19.508Z | Compiling ppv-lite86 v0.2.20 |
1307 | 2025-02-21T21:59:19.691Z | Compiling der_derive v0.7.3 |
1308 | 2025-02-21T21:59:19.755Z | Compiling futures-util v0.3.31 |
1309 | 2025-02-21T21:59:20.105Z | Compiling tracing-attributes v0.1.27 |
1310 | 2025-02-21T21:59:20.252Z | Compiling rand_chacha v0.3.1 |
1311 | 2025-02-21T21:59:20.321Z | Compiling salsa20 v0.10.2 |
1312 | 2025-02-21T21:59:20.396Z | Compiling zerovec v0.10.4 |
1313 | 2025-02-21T21:59:20.557Z | Compiling pest v2.7.14 |
1314 | 2025-02-21T21:59:21.877Z | Compiling der v0.7.9 |
1315 | 2025-02-21T21:59:22.493Z | Compiling tinystr v0.7.6 |
1316 | 2025-02-21T21:59:22.536Z | Compiling icu_collections v1.5.0 |
1317 | 2025-02-21T21:59:22.628Z | Compiling rand v0.8.5 |
1318 | 2025-02-21T21:59:22.874Z | Compiling icu_locid v1.5.0 |
1319 | 2025-02-21T21:59:23.315Z | Compiling tracing v0.1.40 |
1320 | 2025-02-21T21:59:23.669Z | Compiling pbkdf2 v0.12.2 |
1321 | 2025-02-21T21:59:23.797Z | Compiling mirai-annotations v1.12.0 |
1322 | 2025-02-21T21:59:23.816Z | Compiling spki v0.7.3 |
1323 | 2025-02-21T21:59:23.841Z | Compiling utf8_iter v1.0.4 |
1324 | 2025-02-21T21:59:23.982Z | Compiling write16 v1.0.0 |
1325 | 2025-02-21T21:59:24.074Z | Compiling icu_provider v1.5.0 |
1326 | 2025-02-21T21:59:24.129Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2025-02-21T21:59:24.173Z | Compiling untrusted v0.9.0 |
1328 | 2025-02-21T21:59:24.256Z | Compiling vcpkg v0.2.15 |
1329 | 2025-02-21T21:59:24.363Z | Compiling powerfmt v0.2.0 |
1330 | 2025-02-21T21:59:24.689Z | Compiling deranged v0.3.11 |
1331 | 2025-02-21T21:59:24.744Z | Compiling icu_locid_transform v1.5.0 |
1332 | 2025-02-21T21:59:24.880Z | Compiling scrypt v0.11.0 |
1333 | 2025-02-21T21:59:24.986Z | Compiling pest_meta v2.7.14 |
1334 | 2025-02-21T21:59:25.006Z | Compiling aes v0.8.4 |
1335 | 2025-02-21T21:59:29.257Z | Compiling cbc v0.1.2 |
1336 | 2025-02-21T21:59:29.257Z | Compiling time-macros v0.2.18 |
1337 | 2025-02-21T21:59:29.257Z | Compiling openssl-sys v0.9.106 |
1338 | 2025-02-21T21:59:29.258Z | Compiling icu_properties v1.5.1 |
1339 | 2025-02-21T21:59:29.258Z | Compiling bitflags v2.6.0 |
1340 | 2025-02-21T21:59:29.258Z | Compiling bytes v1.9.0 |
1341 | 2025-02-21T21:59:29.258Z | Compiling indexmap v2.7.1 |
1342 | 2025-02-21T21:59:29.258Z | Compiling tokio v1.43.0 |
1343 | 2025-02-21T21:59:29.258Z | Compiling http v1.2.0 |
1344 | 2025-02-21T21:59:29.258Z | Compiling semver v1.0.25 |
1345 | 2025-02-21T21:59:29.258Z | Compiling scroll_derive v0.12.0 |
1346 | 2025-02-21T21:59:29.704Z | Compiling rustc_version v0.4.1 |
1347 | 2025-02-21T21:59:29.814Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-02-21T21:59:30.290Z | Compiling atomic-waker v1.1.2 |
1349 | 2025-02-21T21:59:30.394Z | Compiling num_threads v0.1.7 |
1350 | 2025-02-21T21:59:30.448Z | Compiling tinyvec_macros v0.1.1 |
1351 | 2025-02-21T21:59:30.492Z | Compiling time v0.3.36 |
1352 | 2025-02-21T21:59:30.511Z | Compiling scroll v0.12.0 |
1353 | 2025-02-21T21:59:30.557Z | Compiling tinyvec v1.8.0 |
1354 | 2025-02-21T21:59:30.697Z | Compiling idna_adapter v1.2.0 |
1355 | 2025-02-21T21:59:30.728Z | Compiling http-body v1.0.1 |
1356 | 2025-02-21T21:59:30.919Z | Compiling which v4.4.2 |
1357 | 2025-02-21T21:59:31.019Z | Compiling pest_generator v2.7.14 |
1358 | 2025-02-21T21:59:31.072Z | Compiling pkcs5 v0.7.1 |
1359 | 2025-02-21T21:59:31.511Z | Compiling form_urlencoded v1.2.1 |
1360 | 2025-02-21T21:59:31.814Z | Compiling try-lock v0.2.5 |
1361 | 2025-02-21T21:59:31.991Z | Compiling slog v2.7.0 |
1362 | 2025-02-21T21:59:32.015Z | Compiling goblin v0.8.2 |
1363 | 2025-02-21T21:59:32.074Z | Compiling want v0.3.1 |
1364 | 2025-02-21T21:59:32.187Z | Compiling pkcs8 v0.10.2 |
1365 | 2025-02-21T21:59:32.367Z | Compiling idna v1.0.3 |
1366 | 2025-02-21T21:59:32.547Z | Compiling uuid v1.12.0 |
1367 | 2025-02-21T21:59:32.811Z | Compiling iana-time-zone v0.1.61 |
1368 | 2025-02-21T21:59:32.856Z | Compiling pest_derive v2.7.14 |
1369 | 2025-02-21T21:59:33.194Z | Compiling tower-service v0.3.3 |
1370 | 2025-02-21T21:59:33.347Z | Compiling httpdate v1.0.3 |
1371 | 2025-02-21T21:59:33.659Z | Compiling dtrace-parser v0.2.0 |
1372 | 2025-02-21T21:59:33.764Z | Compiling chrono v0.4.39 |
1373 | 2025-02-21T21:59:34.042Z | Compiling serde_spanned v0.6.8 |
1374 | 2025-02-21T21:59:34.295Z | Compiling serde_tokenstream v0.2.2 |
1375 | 2025-02-21T21:59:34.547Z | Compiling toml_datetime v0.6.8 |
1376 | 2025-02-21T21:59:34.878Z | Compiling base64 v0.22.1 |
1377 | 2025-02-21T21:59:34.984Z | Compiling adler2 v2.0.0 |
1378 | 2025-02-21T21:59:35.075Z | Compiling openssl v0.10.71 |
1379 | 2025-02-21T21:59:35.207Z | Compiling match_cfg v0.1.0 |
1380 | 2025-02-21T21:59:35.316Z | Compiling foreign-types-shared v0.1.1 |
1381 | 2025-02-21T21:59:35.452Z | Compiling rustversion v1.0.17 |
1382 | 2025-02-21T21:59:35.512Z | Compiling foreign-types v0.3.2 |
1383 | 2025-02-21T21:59:35.534Z | Compiling hostname v0.3.1 |
1384 | 2025-02-21T21:59:35.553Z | Compiling miniz_oxide v0.8.0 |
1385 | 2025-02-21T21:59:35.604Z | Compiling url v2.5.3 |
1386 | 2025-02-21T21:59:36.136Z | Compiling tokio-util v0.7.12 |
1387 | 2025-02-21T21:59:36.985Z | Compiling async-trait v0.1.86 |
1388 | 2025-02-21T21:59:37.029Z | Compiling openssl-macros v0.1.1 |
1389 | 2025-02-21T21:59:37.059Z | Compiling serde_derive_internals v0.29.1 |
1390 | 2025-02-21T21:59:37.386Z | Compiling h2 v0.4.6 |
1391 | 2025-02-21T21:59:37.411Z | Compiling dirs-sys-next v0.1.2 |
1392 | 2025-02-21T21:59:37.778Z | Compiling dof v0.3.0 |
1393 | 2025-02-21T21:59:37.961Z | Compiling rustls v0.22.4 |
1394 | 2025-02-21T21:59:38.262Z | Compiling data-encoding v2.6.0 |
1395 | 2025-02-21T21:59:39.208Z | Compiling usdt-impl v0.5.0 |
1396 | 2025-02-21T21:59:39.373Z | Compiling syn v1.0.109 |
1397 | 2025-02-21T21:59:39.498Z | Compiling native-tls v0.2.12 |
1398 | 2025-02-21T21:59:39.855Z | Compiling rustls v0.23.19 |
1399 | 2025-02-21T21:59:39.967Z | Compiling schemars v0.8.21 |
1400 | 2025-02-21T21:59:40.110Z | Compiling siphasher v0.3.11 |
1401 | 2025-02-21T21:59:40.254Z | Compiling schemars_derive v0.8.21 |
1402 | 2025-02-21T21:59:40.500Z | Compiling dirs-next v2.0.0 |
1403 | 2025-02-21T21:59:40.695Z | Compiling unicode-normalization v0.1.24 |
1404 | 2025-02-21T21:59:40.921Z | Compiling http-body-util v0.1.2 |
1405 | 2025-02-21T21:59:41.191Z | Compiling heapless v0.7.17 |
1406 | 2025-02-21T21:59:41.390Z | Compiling crossbeam-epoch v0.9.18 |
1407 | 2025-02-21T21:59:41.657Z | Compiling signature v2.2.0 |
1408 | 2025-02-21T21:59:41.802Z | Compiling sha1 v0.10.6 |
1409 | 2025-02-21T21:59:41.807Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2025-02-21T21:59:41.951Z | Compiling thread_local v1.1.8 |
1411 | 2025-02-21T21:59:42.067Z | Compiling cookie v0.18.1 |
1412 | 2025-02-21T21:59:42.218Z | Compiling multer v3.1.0 |
1413 | 2025-02-21T21:59:42.331Z | Compiling encoding_rs v0.8.34 |
1414 | 2025-02-21T21:59:42.374Z | Compiling slog-async v2.8.0 |
1415 | 2025-02-21T21:59:42.410Z | Compiling ipnet v2.10.1 |
1416 | 2025-02-21T21:59:42.532Z | Compiling unicode-properties v0.1.3 |
1417 | 2025-02-21T21:59:42.863Z | Compiling gimli v0.31.1 |
1418 | 2025-02-21T21:59:42.956Z | Compiling dyn-clone v1.0.18 |
1419 | 2025-02-21T21:59:43.178Z | Compiling rayon-core v1.12.1 |
1420 | 2025-02-21T21:59:43.275Z | Compiling unicode-bidi v0.3.17 |
1421 | 2025-02-21T21:59:43.384Z | Compiling openssl-probe v0.1.5 |
1422 | 2025-02-21T21:59:43.466Z | Compiling mime v0.3.17 |
1423 | 2025-02-21T21:59:43.695Z | Compiling signal-hook v0.3.17 |
1424 | 2025-02-21T21:59:43.993Z | Compiling stringprep v0.1.5 |
1425 | 2025-02-21T21:59:44.040Z | Compiling toml_edit v0.22.22 |
1426 | 2025-02-21T21:59:44.489Z | Compiling hyper v1.5.2 |
1427 | 2025-02-21T21:59:46.972Z | Compiling hyper-util v0.1.10 |
1428 | 2025-02-21T21:59:47.293Z | Compiling addr2line v0.24.2 |
1429 | 2025-02-21T21:59:47.979Z | Compiling crossbeam-deque v0.8.5 |
1430 | 2025-02-21T21:59:48.081Z | Compiling usdt-macro v0.5.0 |
1431 | 2025-02-21T21:59:48.112Z | Compiling usdt-attr-macro v0.5.0 |
1432 | 2025-02-21T21:59:48.160Z | Compiling term v0.7.0 |
1433 | 2025-02-21T21:59:49.343Z | Compiling slog-json v2.6.1 |
1434 | 2025-02-21T21:59:49.409Z | Compiling serde_urlencoded v0.7.1 |
1435 | 2025-02-21T21:59:49.458Z | Compiling curve25519-dalek v4.1.3 |
1436 | 2025-02-21T21:59:49.581Z | Compiling crossbeam-channel v0.5.13 |
1437 | 2025-02-21T21:59:49.711Z | Compiling futures-executor v0.3.31 |
1438 | 2025-02-21T21:59:49.756Z | Compiling enum-as-inner v0.6.1 |
1439 | 2025-02-21T21:59:49.882Z | Compiling md-5 v0.10.6 |
1440 | 2025-02-21T21:59:50.140Z | Compiling async-stream-impl v0.3.6 |
1441 | 2025-02-21T21:59:50.164Z | Compiling rustls-pemfile v2.2.0 |
1442 | 2025-02-21T21:59:50.217Z | Compiling num-integer v0.1.46 |
1443 | 2025-02-21T21:59:50.505Z | Compiling hash32 v0.2.1 |
1444 | 2025-02-21T21:59:50.583Z | Compiling ff v0.13.0 |
1445 | 2025-02-21T21:59:50.785Z | Compiling is-terminal v0.4.13 |
1446 | 2025-02-21T21:59:50.830Z | Compiling object v0.36.5 |
1447 | 2025-02-21T21:59:50.860Z | Compiling memoffset v0.9.1 |
1448 | 2025-02-21T21:59:50.908Z | Compiling dropshot v0.12.0 |
1449 | 2025-02-21T21:59:50.935Z | Compiling base16ct v0.2.0 |
1450 | 2025-02-21T21:59:51.195Z | Compiling smoltcp v0.9.1 |
1451 | 2025-02-21T21:59:51.230Z | Compiling cfg_aliases v0.2.1 |
1452 | 2025-02-21T21:59:51.263Z | Compiling portable-atomic v1.9.0 |
1453 | 2025-02-21T21:59:51.283Z | Compiling psl-types v2.0.11 |
1454 | 2025-02-21T21:59:51.344Z | Compiling take_mut v0.2.2 |
1455 | 2025-02-21T21:59:51.365Z | Compiling num-bigint-dig v0.8.4 |
1456 | 2025-02-21T21:59:51.484Z | Compiling utf-8 v0.7.6 |
1457 | 2025-02-21T21:59:51.531Z | Compiling linked-hash-map v0.5.6 |
1458 | 2025-02-21T21:59:51.703Z | Compiling anyhow v1.0.96 |
1459 | 2025-02-21T21:59:51.794Z | Compiling quick-error v1.2.3 |
1460 | 2025-02-21T21:59:51.862Z | Compiling rustc-demangle v0.1.24 |
1461 | 2025-02-21T21:59:51.883Z | Compiling litrs v0.4.1 |
1462 | 2025-02-21T21:59:51.960Z | Compiling fallible-iterator v0.2.0 |
1463 | 2025-02-21T21:59:52.265Z | Compiling resolv-conf v0.7.0 |
1464 | 2025-02-21T21:59:52.621Z | Compiling postgres-protocol v0.6.7 |
1465 | 2025-02-21T21:59:52.719Z | Compiling lru-cache v0.1.2 |
1466 | 2025-02-21T21:59:52.785Z | Compiling tungstenite v0.24.0 |
1467 | 2025-02-21T21:59:52.926Z | Compiling publicsuffix v2.3.0 |
1468 | 2025-02-21T21:59:52.958Z | Compiling document-features v0.2.10 |
1469 | 2025-02-21T21:59:53.206Z | Compiling async-stream v0.3.6 |
1470 | 2025-02-21T21:59:53.501Z | Compiling nix v0.29.0 |
1471 | 2025-02-21T21:59:53.943Z | Compiling sec1 v0.7.3 |
1472 | 2025-02-21T21:59:53.997Z | Compiling slog-term v2.9.1 |
1473 | 2025-02-21T21:59:54.060Z | Compiling usdt v0.5.0 |
1474 | 2025-02-21T21:59:54.473Z | Compiling group v0.13.0 |
1475 | 2025-02-21T21:59:54.520Z | Compiling hickory-proto v0.24.3 |
1476 | 2025-02-21T21:59:54.786Z | Compiling num-iter v0.1.45 |
1477 | 2025-02-21T21:59:54.935Z | Compiling futures v0.3.31 |
1478 | 2025-02-21T21:59:54.978Z | Compiling slog-bunyan v2.5.0 |
1479 | 2025-02-21T21:59:55.310Z | Compiling toml v0.8.19 |
1480 | 2025-02-21T21:59:56.148Z | Compiling tokio-native-tls v0.3.1 |
1481 | 2025-02-21T21:59:56.201Z | Compiling camino v1.1.9 |
1482 | 2025-02-21T21:59:56.603Z | Compiling phf_shared v0.11.2 |
1483 | 2025-02-21T21:59:56.797Z | Compiling dropshot_endpoint v0.12.0 |
1484 | 2025-02-21T21:59:56.988Z | Compiling terminal_size v0.4.0 |
1485 | 2025-02-21T21:59:57.054Z | Compiling waitgroup v0.1.2 |
1486 | 2025-02-21T21:59:57.216Z | Compiling openapiv3 v2.0.0 |
1487 | 2025-02-21T21:59:57.291Z | Compiling serde_path_to_error v0.1.16 |
1488 | 2025-02-21T21:59:57.317Z | Compiling hkdf v0.12.4 |
1489 | 2025-02-21T21:59:57.594Z | Compiling backtrace v0.3.74 |
1490 | 2025-02-21T21:59:57.973Z | Compiling crypto-bigint v0.5.5 |
1491 | 2025-02-21T21:59:58.082Z | Compiling curve25519-dalek-derive v0.1.1 |
1492 | 2025-02-21T21:59:59.508Z | Compiling zerocopy-derive v0.6.6 |
1493 | 2025-02-21T22:00:00.009Z | Compiling hubpack_derive v0.1.1 |
1494 | 2025-02-21T22:00:00.407Z | Compiling webpki-roots v0.26.6 |
1495 | 2025-02-21T22:00:00.637Z | Compiling sync_wrapper v1.0.1 |
1496 | 2025-02-21T22:00:00.799Z | Compiling hostname v0.4.0 |
1497 | 2025-02-21T22:00:00.818Z | Compiling fs-err v2.11.0 |
1498 | 2025-02-21T22:00:00.854Z | Compiling crc32fast v1.4.2 |
1499 | 2025-02-21T22:00:01.012Z | Compiling ahash v0.8.11 |
1500 | 2025-02-21T22:00:01.165Z | Compiling newtype-uuid v1.2.1 |
1501 | 2025-02-21T22:00:01.203Z | Compiling managed v0.8.0 |
1502 | 2025-02-21T22:00:01.221Z | Compiling tower-layer v0.3.3 |
1503 | 2025-02-21T22:00:01.377Z | Compiling debug-ignore v1.0.5 |
1504 | 2025-02-21T22:00:01.398Z | Compiling unicode-width v0.2.0 |
1505 | 2025-02-21T22:00:01.494Z | Compiling bitflags v1.3.2 |
1506 | 2025-02-21T22:00:01.517Z | Compiling winnow v0.5.40 |
1507 | 2025-02-21T22:00:01.548Z | Compiling clap_builder v4.5.30 |
1508 | 2025-02-21T22:00:01.642Z | Compiling strum_macros v0.25.3 |
1509 | 2025-02-21T22:00:01.935Z | Compiling console v0.15.10 |
1510 | 2025-02-21T22:00:03.265Z | Compiling tower v0.5.2 |
1511 | 2025-02-21T22:00:03.284Z | Compiling zerocopy v0.6.6 |
1512 | 2025-02-21T22:00:03.785Z | Compiling flate2 v1.0.35 |
1513 | 2025-02-21T22:00:03.838Z | Compiling elliptic-curve v0.13.8 |
1514 | 2025-02-21T22:00:04.005Z | Compiling hubpack v0.1.2 |
1515 | 2025-02-21T22:00:04.042Z | Compiling hickory-resolver v0.24.3 |
1516 | 2025-02-21T22:00:04.642Z | Compiling phf v0.11.2 |
1517 | 2025-02-21T22:00:05.648Z | Compiling toml_edit v0.19.15 |
1518 | 2025-02-21T22:00:05.678Z | Compiling signal-hook-mio v0.2.4 |
1519 | 2025-02-21T22:00:05.678Z | Compiling hyper-tls v0.6.0 |
1520 | 2025-02-21T22:00:05.679Z | Compiling rayon v1.10.0 |
1521 | 2025-02-21T22:00:05.679Z | Compiling cookie_store v0.21.1 |
1522 | 2025-02-21T22:00:05.679Z | Compiling bzip2 v0.4.4 |
1523 | 2025-02-21T22:00:06.939Z | Compiling tokio-tungstenite v0.24.0 |
1524 | 2025-02-21T22:00:07.474Z | Compiling postgres-types v0.2.8 |
1525 | 2025-02-21T22:00:09.254Z | Compiling ed25519 v2.2.3 |
1526 | 2025-02-21T22:00:09.656Z | Compiling phf_shared v0.10.0 |
1527 | 2025-02-21T22:00:09.691Z | Compiling tokio-stream v0.1.16 |
1528 | 2025-02-21T22:00:09.950Z | Compiling pkcs1 v0.7.5 |
1529 | 2025-02-21T22:00:10.046Z | Compiling serde-big-array v0.5.1 |
1530 | 2025-02-21T22:00:10.285Z | Compiling clap_derive v4.5.28 |
1531 | 2025-02-21T22:00:10.660Z | Compiling rfc6979 v0.4.0 |
1532 | 2025-02-21T22:00:10.837Z | Compiling serde_repr v0.1.19 |
1533 | 2025-02-21T22:00:10.867Z | Compiling derive-where v1.2.7 |
1534 | 2025-02-21T22:00:11.061Z | Compiling bstr v1.10.0 |
1535 | 2025-02-21T22:00:11.786Z | Compiling float-cmp v0.10.0 |
1536 | 2025-02-21T22:00:11.960Z | Compiling bit-vec v0.6.3 |
1537 | 2025-02-21T22:00:12.042Z | Compiling predicates-core v1.0.8 |
1538 | 2025-02-21T22:00:12.193Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-02-21T22:00:12.341Z | Compiling unicode-segmentation v1.12.0 |
1540 | 2025-02-21T22:00:12.360Z | Compiling number_prefix v0.4.0 |
1541 | 2025-02-21T22:00:12.381Z | Compiling new_debug_unreachable v1.0.6 |
1542 | 2025-02-21T22:00:12.491Z | Compiling fixedbitset v0.4.2 |
1543 | 2025-02-21T22:00:12.575Z | Compiling static_assertions v1.1.0 |
1544 | 2025-02-21T22:00:12.688Z | Compiling precomputed-hash v0.1.1 |
1545 | 2025-02-21T22:00:12.691Z | Compiling whoami v1.5.2 |
1546 | 2025-02-21T22:00:12.825Z | Compiling difflib v0.4.0 |
1547 | 2025-02-21T22:00:12.918Z | Compiling string_cache v0.8.7 |
1548 | 2025-02-21T22:00:13.179Z | Compiling tokio-postgres v0.7.12 |
1549 | 2025-02-21T22:00:13.307Z | Compiling predicates v3.1.3 |
1550 | 2025-02-21T22:00:13.343Z | Compiling similar v2.6.0 |
1551 | 2025-02-21T22:00:14.090Z | Compiling petgraph v0.6.5 |
1552 | 2025-02-21T22:00:14.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1553 | 2025-02-21T22:00:14.686Z | Compiling clap v4.5.30 |
1554 | 2025-02-21T22:00:14.762Z | Compiling indicatif v0.17.11 |
1555 | 2025-02-21T22:00:14.816Z | Compiling bit-set v0.5.3 |
1556 | 2025-02-21T22:00:15.109Z | Compiling ecdsa v0.16.9 |
1557 | 2025-02-21T22:00:15.406Z | Compiling rsa v0.9.6 |
1558 | 2025-02-21T22:00:15.950Z | Compiling ed25519-dalek v2.1.1 |
1559 | 2025-02-21T22:00:16.686Z | Compiling toml v0.7.8 |
1560 | 2025-02-21T22:00:17.706Z | Compiling zip v0.6.6 |
1561 | 2025-02-21T22:00:18.149Z | Compiling crossterm v0.28.1 |
1562 | 2025-02-21T22:00:19.357Z | Compiling hex v0.4.3 |
1563 | 2025-02-21T22:00:19.512Z | Compiling x509-cert v0.2.5 |
1564 | 2025-02-21T22:00:19.515Z | Compiling lalrpop-util v0.19.12 |
1565 | 2025-02-21T22:00:19.610Z | Compiling unicode-xid v0.2.6 |
1566 | 2025-02-21T22:00:19.813Z | Compiling peg-runtime v0.8.3 |
1567 | 2025-02-21T22:00:19.909Z | Compiling strum_macros v0.26.4 |
1568 | 2025-02-21T22:00:19.928Z | Compiling xattr v1.3.1 |
1569 | 2025-02-21T22:00:20.203Z | Compiling filetime v0.2.25 |
1570 | 2025-02-21T22:00:20.507Z | Compiling tar v0.4.42 |
1571 | 2025-02-21T22:00:24.285Z | Compiling strum v0.26.3 |
1572 | 2025-02-21T22:00:27.690Z | Compiling aws-lc-sys v0.22.0 |
1573 | 2025-02-21T22:00:54.999Z | Compiling rustls-webpki v0.102.8 |
1574 | 2025-02-21T22:00:58.181Z | Compiling tokio-rustls v0.25.0 |
1575 | 2025-02-21T22:00:59.924Z | Compiling tokio-rustls v0.26.0 |
1576 | 2025-02-21T22:01:00.241Z | Compiling hyper-rustls v0.27.3 |
1577 | 2025-02-21T22:01:00.633Z | Compiling reqwest v0.12.12 |
1578 | 2025-02-21T22:01:01.859Z | Compiling qorb v0.2.1 |
1579 | 2025-02-21T22:01:04.824Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1580 | 2025-02-21T22:01:05.090Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1581 | 2025-02-21T22:01:09.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
1582 | 2025-02-21T22:01:09.588Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1583 | 2025-02-21T22:01:09.637Z | Feb 21 22:01:08.964 INFO Starting download, target: Clickhouse |
1584 | 2025-02-21T22:01:09.637Z | Feb 21 22:01:08.964 INFO Starting download, target: Console |
1585 | 2025-02-21T22:01:09.637Z | Feb 21 22:01:08.964 INFO Starting download, target: Cockroach |
1586 | 2025-02-21T22:01:09.637Z | Feb 21 22:01:08.964 INFO Starting download, target: DendriteOpenapi |
1587 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.964 INFO Starting download, target: DendriteStub |
1588 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.964 INFO Starting download, target: MaghemiteMgd |
1589 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.964 INFO Starting download, target: TransceiverControl |
1590 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1591 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1592 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1593 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1594 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1595 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1596 | 2025-02-21T22:01:09.640Z | Feb 21 22:01:08.965 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1597 | 2025-02-21T22:01:09.840Z | Feb 21 22:01:09.167 INFO Download complete, target: DendriteOpenapi |
1598 | 2025-02-21T22:01:10.066Z | Feb 21 22:01:09.386 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1599 | 2025-02-21T22:01:10.206Z | Feb 21 22:01:09.513 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1600 | 2025-02-21T22:01:10.568Z | Feb 21 22:01:09.869 INFO Download complete, target: Console |
1601 | 2025-02-21T22:01:10.594Z | Feb 21 22:01:09.871 INFO Download complete, target: TransceiverControl |
1602 | 2025-02-21T22:01:10.635Z | Feb 21 22:01:09.944 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1603 | 2025-02-21T22:01:10.792Z | Feb 21 22:01:10.118 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2025-02-21T22:01:11.295Z | Feb 21 22:01:10.622 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1605 | 2025-02-21T22:01:11.295Z | Feb 21 22:01:10.622 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1606 | 2025-02-21T22:01:11.837Z | Feb 21 22:01:11.164 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1607 | 2025-02-21T22:01:13.596Z | Feb 21 22:01:12.922 INFO Download complete, target: DendriteStub |
1608 | 2025-02-21T22:01:13.953Z | Feb 21 22:01:13.280 INFO Download complete, target: MaghemiteMgd |
1609 | 2025-02-21T22:01:18.875Z | Feb 21 22:01:18.201 INFO Checking that binary works, target: Cockroach |
1610 | 2025-02-21T22:01:19.038Z | Feb 21 22:01:18.363 INFO Download complete, target: Cockroach |
1611 | 2025-02-21T22:01:24.541Z | Feb 21 22:01:23.866 INFO Checking that binary works, target: Clickhouse |
1612 | 2025-02-21T22:01:24.702Z | Feb 21 22:01:24.027 INFO Download complete, target: Clickhouse |
1613 | 2025-02-21T22:01:24.721Z | All builder prerequisites installed successfully, and PATH looks valid |
1614 | 2025-02-21T22:01:24.726Z | |
1615 | 2025-02-21T22:01:24.726Z | real 4:26.974270168 |
1616 | 2025-02-21T22:01:24.726Z | user 15:19.038093188 |
1617 | 2025-02-21T22:01:24.726Z | sys 2:04.843513155 |
1618 | 2025-02-21T22:01:24.726Z | trap 0.550502893 |
1619 | 2025-02-21T22:01:24.726Z | tflt 0.945599547 |
1620 | 2025-02-21T22:01:24.726Z | dflt 1.425485537 |
1621 | 2025-02-21T22:01:24.726Z | kflt 0.029655541 |
1622 | 2025-02-21T22:01:24.726Z | lock 23:56.437533576 |
1623 | 2025-02-21T22:01:24.726Z | slp 53:03.570070918 |
1624 | 2025-02-21T22:01:24.726Z | lat 59.867088503 |
1625 | 2025-02-21T22:01:24.726Z | stop 2:22.699012248 |
1626 | 2025-02-21T22:01:24.726Z | + banner hack-check |
1627 | 2025-02-21T22:01:24.730Z | |
1628 | 2025-02-21T22:01:24.730Z | # # ## #### # # #### # # ###### #### # # |
1629 | 2025-02-21T22:01:24.730Z | # # # # # # # # # # # # # # # # # |
1630 | 2025-02-21T22:01:24.730Z | ###### # # # #### ##### # ###### ##### # #### |
1631 | 2025-02-21T22:01:24.730Z | # # ###### # # # # # # # # # # |
1632 | 2025-02-21T22:01:24.730Z | # # # # # # # # # # # # # # # # # |
1633 | 2025-02-21T22:01:24.730Z | # # # # #### # # #### # # ###### #### # # |
1634 | 2025-02-21T22:01:24.730Z | |
1635 | 2025-02-21T22:01:24.730Z | + export CARGO_INCREMENTAL=0 |
1636 | 2025-02-21T22:01:24.730Z | + CARGO_INCREMENTAL=0 |
1637 | 2025-02-21T22:01:24.730Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1638 | 2025-02-21T22:01:25.251Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1639 | 2025-02-21T22:01:28.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
1640 | 2025-02-21T22:01:28.077Z | Running `target/debug/xtask check-features --ci` |
1641 | 2025-02-21T22:01:28.098Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1642 | 2025-02-21T22:01:28.101Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1643 | 2025-02-21T22:01:28.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1644 | 2025-02-21T22:01:28.567Z | Running `target/debug/xtask download cargo-hack` |
1645 | 2025-02-21T22:01:29.394Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1646 | 2025-02-21T22:01:29.760Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1647 | 2025-02-21T22:01:33.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
1648 | 2025-02-21T22:01:33.566Z | Running `target/debug/xtask-downloader cargo-hack` |
1649 | 2025-02-21T22:01:33.603Z | Feb 21 22:01:32.927 INFO Starting download, target: CargoHack |
1650 | 2025-02-21T22:01:33.606Z | Feb 21 22:01:32.927 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1651 | 2025-02-21T22:01:34.255Z | Feb 21 22:01:33.578 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1652 | 2025-02-21T22:01:34.348Z | Feb 21 22:01:33.671 INFO Download complete, target: CargoHack |
1653 | 2025-02-21T22:01:34.351Z | 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" |
1654 | 2025-02-21T22:01:34.370Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1655 | 2025-02-21T22:01:34.542Z | info: running `cargo check --bins` on api_identity (1/199) |
1656 | 2025-02-21T22:01:35.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-02-21T22:01:35.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-02-21T22:01:35.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-02-21T22:01:35.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1660 | 2025-02-21T22:01:35.147Z | |
1661 | 2025-02-21T22:01:35.147Z | info: running `cargo check --bins` on bootstore (2/199) |
1662 | 2025-02-21T22:01:35.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-02-21T22:01:35.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-02-21T22:01:35.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-02-21T22:01:35.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1666 | 2025-02-21T22:01:35.804Z | |
1667 | 2025-02-21T22:01:35.805Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1668 | 2025-02-21T22:01:36.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-02-21T22:01:36.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-02-21T22:01:36.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-02-21T22:01:36.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1672 | 2025-02-21T22:01:36.425Z | |
1673 | 2025-02-21T22:01:36.425Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1674 | 2025-02-21T22:01:36.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-02-21T22:01:36.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-02-21T22:01:36.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-02-21T22:01:36.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1678 | 2025-02-21T22:01:37.048Z | |
1679 | 2025-02-21T22:01:37.048Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1680 | 2025-02-21T22:01:37.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-02-21T22:01:37.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-02-21T22:01:37.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-02-21T22:01:37.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1684 | 2025-02-21T22:01:37.474Z | |
1685 | 2025-02-21T22:01:37.474Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1686 | 2025-02-21T22:01:37.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-02-21T22:01:37.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-02-21T22:01:37.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-02-21T22:01:37.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1690 | 2025-02-21T22:01:37.902Z | |
1691 | 2025-02-21T22:01:37.903Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1692 | 2025-02-21T22:01:38.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-02-21T22:01:38.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-02-21T22:01:38.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-02-21T22:01:38.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1696 | 2025-02-21T22:01:38.328Z | |
1697 | 2025-02-21T22:01:38.328Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1698 | 2025-02-21T22:01:38.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-02-21T22:01:38.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-02-21T22:01:38.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-02-21T22:01:38.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1702 | 2025-02-21T22:01:38.753Z | |
1703 | 2025-02-21T22:01:38.753Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1704 | 2025-02-21T22:01:39.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-02-21T22:01:39.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-02-21T22:01:39.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-02-21T22:01:39.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1708 | 2025-02-21T22:01:39.184Z | |
1709 | 2025-02-21T22:01:39.184Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1710 | 2025-02-21T22:01:39.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-02-21T22:01:39.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-02-21T22:01:39.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-02-21T22:01:39.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1714 | 2025-02-21T22:01:39.613Z | |
1715 | 2025-02-21T22:01:39.613Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1716 | 2025-02-21T22:01:39.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-02-21T22:01:40.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-02-21T22:01:40.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-02-21T22:01:40.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1720 | 2025-02-21T22:01:40.041Z | |
1721 | 2025-02-21T22:01:40.041Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1722 | 2025-02-21T22:01:40.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-02-21T22:01:40.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-02-21T22:01:40.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-02-21T22:01:40.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1726 | 2025-02-21T22:01:40.594Z | |
1727 | 2025-02-21T22:01:40.594Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1728 | 2025-02-21T22:01:40.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-02-21T22:01:40.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-02-21T22:01:40.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-02-21T22:01:40.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1732 | 2025-02-21T22:01:40.898Z | |
1733 | 2025-02-21T22:01:40.898Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1734 | 2025-02-21T22:01:41.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-02-21T22:01:41.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-02-21T22:01:41.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-02-21T22:01:41.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1738 | 2025-02-21T22:01:41.328Z | |
1739 | 2025-02-21T22:01:41.328Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1740 | 2025-02-21T22:01:41.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-02-21T22:01:41.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-02-21T22:01:41.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-02-21T22:01:41.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1744 | 2025-02-21T22:01:41.758Z | |
1745 | 2025-02-21T22:01:41.758Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1746 | 2025-02-21T22:01:42.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-02-21T22:01:42.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-02-21T22:01:42.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-02-21T22:01:42.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1750 | 2025-02-21T22:01:42.190Z | |
1751 | 2025-02-21T22:01:42.190Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1752 | 2025-02-21T22:01:42.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-02-21T22:01:42.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-02-21T22:01:42.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-02-21T22:01:42.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1756 | 2025-02-21T22:01:42.624Z | |
1757 | 2025-02-21T22:01:42.625Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1758 | 2025-02-21T22:01:43.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-02-21T22:01:43.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-02-21T22:01:43.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-02-21T22:01:43.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1762 | 2025-02-21T22:01:43.058Z | |
1763 | 2025-02-21T22:01:43.058Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1764 | 2025-02-21T22:01:43.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-02-21T22:01:43.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-02-21T22:01:43.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-02-21T22:01:43.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1768 | 2025-02-21T22:01:43.493Z | |
1769 | 2025-02-21T22:01:43.493Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1770 | 2025-02-21T22:01:43.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-02-21T22:01:43.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-02-21T22:01:43.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-02-21T22:01:43.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1774 | 2025-02-21T22:01:43.924Z | |
1775 | 2025-02-21T22:01:43.924Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1776 | 2025-02-21T22:01:44.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-02-21T22:01:44.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-02-21T22:01:44.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-02-21T22:01:44.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1780 | 2025-02-21T22:01:44.361Z | |
1781 | 2025-02-21T22:01:44.361Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1782 | 2025-02-21T22:01:44.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-02-21T22:01:44.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-02-21T22:01:44.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-02-21T22:01:44.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1786 | 2025-02-21T22:01:44.802Z | |
1787 | 2025-02-21T22:01:44.802Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1788 | 2025-02-21T22:01:45.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-02-21T22:01:45.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-02-21T22:01:45.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-02-21T22:01:45.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1792 | 2025-02-21T22:01:45.244Z | |
1793 | 2025-02-21T22:01:45.244Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1794 | 2025-02-21T22:01:45.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-02-21T22:01:45.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-02-21T22:01:45.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-02-21T22:01:45.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1798 | 2025-02-21T22:01:45.675Z | |
1799 | 2025-02-21T22:01:45.675Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1800 | 2025-02-21T22:01:46.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-02-21T22:01:46.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-02-21T22:01:46.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-02-21T22:01:46.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1804 | 2025-02-21T22:01:46.104Z | |
1805 | 2025-02-21T22:01:46.104Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1806 | 2025-02-21T22:01:46.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-02-21T22:01:46.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-02-21T22:01:46.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-02-21T22:01:46.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1810 | 2025-02-21T22:01:46.538Z | |
1811 | 2025-02-21T22:01:46.538Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1812 | 2025-02-21T22:01:46.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-02-21T22:01:46.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-02-21T22:01:46.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-02-21T22:01:46.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1816 | 2025-02-21T22:01:46.973Z | |
1817 | 2025-02-21T22:01:46.974Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1818 | 2025-02-21T22:01:47.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-02-21T22:01:47.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-02-21T22:01:47.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-02-21T22:01:47.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1822 | 2025-02-21T22:01:47.408Z | |
1823 | 2025-02-21T22:01:47.408Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1824 | 2025-02-21T22:01:47.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-02-21T22:01:47.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-02-21T22:01:47.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-02-21T22:01:47.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1828 | 2025-02-21T22:01:47.842Z | |
1829 | 2025-02-21T22:01:47.842Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1830 | 2025-02-21T22:01:48.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-02-21T22:01:48.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-02-21T22:01:48.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-02-21T22:01:48.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1834 | 2025-02-21T22:01:48.273Z | |
1835 | 2025-02-21T22:01:48.273Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1836 | 2025-02-21T22:01:48.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-02-21T22:01:48.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-02-21T22:01:48.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-02-21T22:01:48.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1840 | 2025-02-21T22:01:48.706Z | |
1841 | 2025-02-21T22:01:48.706Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1842 | 2025-02-21T22:01:49.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-02-21T22:01:49.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-02-21T22:01:49.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-02-21T22:01:49.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1846 | 2025-02-21T22:01:49.137Z | |
1847 | 2025-02-21T22:01:49.137Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1848 | 2025-02-21T22:01:49.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-02-21T22:01:49.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-02-21T22:01:49.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-02-21T22:01:49.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1852 | 2025-02-21T22:01:49.571Z | |
1853 | 2025-02-21T22:01:49.571Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1854 | 2025-02-21T22:01:49.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-02-21T22:01:49.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-02-21T22:01:49.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-02-21T22:01:49.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1858 | 2025-02-21T22:01:50.003Z | |
1859 | 2025-02-21T22:01:50.003Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1860 | 2025-02-21T22:01:50.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-02-21T22:01:50.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-02-21T22:01:50.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-02-21T22:01:50.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1864 | 2025-02-21T22:01:50.435Z | |
1865 | 2025-02-21T22:01:50.435Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1866 | 2025-02-21T22:01:50.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-02-21T22:01:50.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-02-21T22:01:50.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-02-21T22:01:50.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1870 | 2025-02-21T22:01:50.867Z | |
1871 | 2025-02-21T22:01:50.867Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1872 | 2025-02-21T22:01:51.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-02-21T22:01:51.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-02-21T22:01:51.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-02-21T22:01:51.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1876 | 2025-02-21T22:01:51.301Z | |
1877 | 2025-02-21T22:01:51.301Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1878 | 2025-02-21T22:01:51.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-02-21T22:01:51.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-02-21T22:01:51.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-02-21T22:01:51.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1882 | 2025-02-21T22:01:51.737Z | |
1883 | 2025-02-21T22:01:51.737Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1884 | 2025-02-21T22:01:52.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-02-21T22:01:52.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-02-21T22:01:52.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-02-21T22:01:52.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1888 | 2025-02-21T22:01:52.170Z | |
1889 | 2025-02-21T22:01:52.170Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1890 | 2025-02-21T22:01:52.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-02-21T22:01:52.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-02-21T22:01:52.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-02-21T22:01:52.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1894 | 2025-02-21T22:01:52.607Z | |
1895 | 2025-02-21T22:01:52.607Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1896 | 2025-02-21T22:01:52.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-02-21T22:01:53.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-02-21T22:01:53.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-02-21T22:01:53.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1900 | 2025-02-21T22:01:53.042Z | |
1901 | 2025-02-21T22:01:53.043Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1902 | 2025-02-21T22:01:53.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-02-21T22:01:53.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-02-21T22:01:53.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1905 | 2025-02-21T22:01:53.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1906 | 2025-02-21T22:01:53.480Z | |
1907 | 2025-02-21T22:01:53.480Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1908 | 2025-02-21T22:01:53.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1909 | 2025-02-21T22:01:53.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1910 | 2025-02-21T22:01:53.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1911 | 2025-02-21T22:01:53.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1912 | 2025-02-21T22:01:53.921Z | |
1913 | 2025-02-21T22:01:53.921Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1914 | 2025-02-21T22:01:54.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1915 | 2025-02-21T22:01:54.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1916 | 2025-02-21T22:01:54.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1917 | 2025-02-21T22:01:54.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1918 | 2025-02-21T22:01:54.359Z | |
1919 | 2025-02-21T22:01:54.359Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1920 | 2025-02-21T22:01:54.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1921 | 2025-02-21T22:01:54.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1922 | 2025-02-21T22:01:54.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1923 | 2025-02-21T22:01:54.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1924 | 2025-02-21T22:01:54.996Z | |
1925 | 2025-02-21T22:01:54.996Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1926 | 2025-02-21T22:01:55.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1927 | 2025-02-21T22:01:55.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1928 | 2025-02-21T22:01:55.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1929 | 2025-02-21T22:01:55.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1930 | 2025-02-21T22:01:55.627Z | |
1931 | 2025-02-21T22:01:55.627Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1932 | 2025-02-21T22:01:56.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1933 | 2025-02-21T22:01:56.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1934 | 2025-02-21T22:01:56.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1935 | 2025-02-21T22:01:56.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1936 | 2025-02-21T22:01:56.270Z | |
1937 | 2025-02-21T22:01:56.270Z | info: running `cargo check --bins` on oxlog (48/199) |
1938 | 2025-02-21T22:01:56.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1939 | 2025-02-21T22:01:56.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1940 | 2025-02-21T22:01:56.905Z | Checking cfg-if v1.0.0 |
1941 | 2025-02-21T22:01:56.908Z | Checking libc v0.2.169 |
1942 | 2025-02-21T22:01:57.015Z | Checking serde v1.0.217 |
1943 | 2025-02-21T22:01:57.018Z | Checking zeroize v1.8.1 |
1944 | 2025-02-21T22:01:57.031Z | Checking memchr v2.7.4 |
1945 | 2025-02-21T22:01:57.040Z | Checking typenum v1.17.0 |
1946 | 2025-02-21T22:01:57.053Z | Checking subtle v2.6.1 |
1947 | 2025-02-21T22:01:57.068Z | Checking value-bag v1.9.0 |
1948 | 2025-02-21T22:01:57.082Z | Checking scopeguard v1.2.0 |
1949 | 2025-02-21T22:01:57.233Z | Checking smallvec v1.13.2 |
1950 | 2025-02-21T22:01:57.259Z | Checking lock_api v0.4.12 |
1951 | 2025-02-21T22:01:57.312Z | Checking const-oid v0.9.6 |
1952 | 2025-02-21T22:01:57.455Z | Checking log v0.4.22 |
1953 | 2025-02-21T22:01:57.552Z | Checking itoa v1.0.11 |
1954 | 2025-02-21T22:01:57.643Z | Checking pin-project-lite v0.2.14 |
1955 | 2025-02-21T22:01:57.791Z | Checking byteorder v1.5.0 |
1956 | 2025-02-21T22:01:57.796Z | Checking once_cell v1.20.3 |
1957 | 2025-02-21T22:01:57.835Z | Checking futures-core v0.3.31 |
1958 | 2025-02-21T22:01:57.941Z | Checking futures-sink v0.3.31 |
1959 | 2025-02-21T22:01:58.015Z | Checking stable_deref_trait v1.2.0 |
1960 | 2025-02-21T22:01:58.060Z | Checking generic-array v0.14.7 |
1961 | 2025-02-21T22:01:58.073Z | Checking getrandom v0.2.15 |
1962 | 2025-02-21T22:01:58.090Z | Checking signal-hook-registry v1.4.2 |
1963 | 2025-02-21T22:01:58.105Z | Checking parking_lot_core v0.9.10 |
1964 | 2025-02-21T22:01:58.126Z | Checking mio v1.0.2 |
1965 | 2025-02-21T22:01:58.177Z | Checking cpufeatures v0.2.14 |
1966 | 2025-02-21T22:01:58.277Z | Checking socket2 v0.5.7 |
1967 | 2025-02-21T22:01:58.313Z | Checking rand_core v0.6.4 |
1968 | 2025-02-21T22:01:58.351Z | Checking zerocopy v0.7.35 |
1969 | 2025-02-21T22:01:58.440Z | Checking parking_lot v0.12.3 |
1970 | 2025-02-21T22:01:58.623Z | Checking zerofrom v0.1.4 |
1971 | 2025-02-21T22:01:58.732Z | Checking slab v0.4.9 |
1972 | 2025-02-21T22:01:58.759Z | Checking futures-channel v0.3.31 |
1973 | 2025-02-21T22:01:58.781Z | Checking pin-utils v0.1.0 |
1974 | 2025-02-21T22:01:58.825Z | Checking yoke v0.7.4 |
1975 | 2025-02-21T22:01:58.871Z | Checking futures-io v0.3.31 |
1976 | 2025-02-21T22:01:59.007Z | Checking futures-task v0.3.31 |
1977 | 2025-02-21T22:01:59.060Z | Checking equivalent v1.0.1 |
1978 | 2025-02-21T22:01:59.110Z | Checking foldhash v0.1.3 |
1979 | 2025-02-21T22:01:59.126Z | Checking crypto-common v0.1.6 |
1980 | 2025-02-21T22:01:59.152Z | Checking block-buffer v0.10.4 |
1981 | 2025-02-21T22:01:59.182Z | Checking zerovec v0.10.4 |
1982 | 2025-02-21T22:01:59.218Z | Checking allocator-api2 v0.2.18 |
1983 | 2025-02-21T22:01:59.245Z | Checking futures-util v0.3.31 |
1984 | 2025-02-21T22:01:59.309Z | Checking block-padding v0.3.3 |
1985 | 2025-02-21T22:01:59.331Z | Checking ryu v1.0.18 |
1986 | 2025-02-21T22:01:59.375Z | Checking digest v0.10.7 |
1987 | 2025-02-21T22:01:59.539Z | Checking inout v0.1.3 |
1988 | 2025-02-21T22:01:59.575Z | Checking fnv v1.0.7 |
1989 | 2025-02-21T22:01:59.592Z | Checking writeable v0.5.5 |
1990 | 2025-02-21T22:01:59.714Z | Checking hmac v0.12.1 |
1991 | 2025-02-21T22:01:59.714Z | Checking litemap v0.7.3 |
1992 | 2025-02-21T22:01:59.779Z | Checking cipher v0.4.4 |
1993 | 2025-02-21T22:01:59.821Z | Checking hashbrown v0.15.1 |
1994 | 2025-02-21T22:01:59.912Z | Checking sha2 v0.10.8 |
1995 | 2025-02-21T22:01:59.943Z | Checking libm v0.2.8 |
1996 | 2025-02-21T22:02:00.064Z | Checking base64ct v1.6.0 |
1997 | 2025-02-21T22:02:00.163Z | Checking ppv-lite86 v0.2.20 |
1998 | 2025-02-21T22:02:00.464Z | Checking flagset v0.4.6 |
1999 | 2025-02-21T22:02:00.533Z | Checking pem-rfc7468 v0.7.0 |
2000 | 2025-02-21T22:02:00.693Z | Checking icu_locid_transform_data v1.5.0 |
2001 | 2025-02-21T22:02:00.763Z | Checking tinystr v0.7.6 |
2002 | 2025-02-21T22:02:00.804Z | Checking der v0.7.9 |
2003 | 2025-02-21T22:02:00.804Z | Checking icu_collections v1.5.0 |
2004 | 2025-02-21T22:02:00.842Z | Checking num-traits v0.2.19 |
2005 | 2025-02-21T22:02:00.860Z | Checking rand_chacha v0.3.1 |
2006 | 2025-02-21T22:02:00.900Z | Checking tracing-core v0.1.32 |
2007 | 2025-02-21T22:02:01.106Z | Checking icu_locid v1.5.0 |
2008 | 2025-02-21T22:02:01.258Z | Checking thiserror v1.0.69 |
2009 | 2025-02-21T22:02:01.412Z | Checking rustls-pki-types v1.10.0 |
2010 | 2025-02-21T22:02:01.452Z | Checking icu_properties_data v1.5.0 |
2011 | 2025-02-21T22:02:01.520Z | Checking percent-encoding v2.3.1 |
2012 | 2025-02-21T22:02:01.568Z | Checking bytes v1.9.0 |
2013 | 2025-02-21T22:02:01.703Z | Checking indexmap v2.7.1 |
2014 | 2025-02-21T22:02:01.730Z | Checking serde_json v1.0.139 |
2015 | 2025-02-21T22:02:01.985Z | Checking bitflags v2.6.0 |
2016 | 2025-02-21T22:02:02.103Z | Checking icu_provider v1.5.0 |
2017 | 2025-02-21T22:02:02.304Z | Checking tracing v0.1.40 |
2018 | 2025-02-21T22:02:02.353Z | Checking rand v0.8.5 |
2019 | 2025-02-21T22:02:02.373Z | Checking tokio v1.43.0 |
2020 | 2025-02-21T22:02:02.461Z | Checking http v1.2.0 |
2021 | 2025-02-21T22:02:02.660Z | Checking spki v0.7.3 |
2022 | 2025-02-21T22:02:02.753Z | Checking icu_locid_transform v1.5.0 |
2023 | 2025-02-21T22:02:02.873Z | Checking salsa20 v0.10.2 |
2024 | 2025-02-21T22:02:02.968Z | Checking pbkdf2 v0.12.2 |
2025 | 2025-02-21T22:02:03.097Z | Checking aws-lc-sys v0.22.0 |
2026 | 2025-02-21T22:02:03.135Z | Checking httparse v1.9.5 |
2027 | 2025-02-21T22:02:03.377Z | Checking powerfmt v0.2.0 |
2028 | 2025-02-21T22:02:03.518Z | Checking utf16_iter v1.0.5 |
2029 | 2025-02-21T22:02:03.604Z | Checking mirai-annotations v1.12.0 |
2030 | 2025-02-21T22:02:03.662Z | Checking untrusted v0.7.1 |
2031 | 2025-02-21T22:02:03.696Z | Checking untrusted v0.9.0 |
2032 | 2025-02-21T22:02:03.724Z | Checking icu_normalizer_data v1.5.0 |
2033 | 2025-02-21T22:02:03.742Z | Checking icu_properties v1.5.1 |
2034 | 2025-02-21T22:02:03.774Z | Checking write16 v1.0.0 |
2035 | 2025-02-21T22:02:03.801Z | Checking utf8_iter v1.0.4 |
2036 | 2025-02-21T22:02:03.820Z | Checking deranged v0.3.11 |
2037 | 2025-02-21T22:02:03.837Z | Checking scrypt v0.11.0 |
2038 | 2025-02-21T22:02:03.867Z | Checking ring v0.17.9 |
2039 | 2025-02-21T22:02:03.900Z | Checking aes v0.8.4 |
2040 | 2025-02-21T22:02:04.001Z | Checking cbc v0.1.2 |
2041 | 2025-02-21T22:02:04.074Z | Checking crossbeam-utils v0.8.20 |
2042 | 2025-02-21T22:02:04.208Z | Checking spin v0.9.8 |
2043 | 2025-02-21T22:02:04.560Z | Checking time-core v0.1.2 |
2044 | 2025-02-21T22:02:04.730Z | Checking tinyvec_macros v0.1.1 |
2045 | 2025-02-21T22:02:04.772Z | Checking num-conv v0.1.0 |
2046 | 2025-02-21T22:02:04.789Z | Checking atomic-waker v1.1.2 |
2047 | 2025-02-21T22:02:04.818Z | Checking num_threads v0.1.7 |
2048 | 2025-02-21T22:02:04.937Z | Checking tinyvec v1.8.0 |
2049 | 2025-02-21T22:02:04.954Z | Checking pkcs5 v0.7.1 |
2050 | 2025-02-21T22:02:05.005Z | Checking http-body v1.0.1 |
2051 | 2025-02-21T22:02:05.079Z | Checking time v0.3.36 |
2052 | 2025-02-21T22:02:05.119Z | Checking aws-lc-rs v1.10.0 |
2053 | 2025-02-21T22:02:05.209Z | Checking form_urlencoded v1.2.1 |
2054 | 2025-02-21T22:02:05.434Z | Checking try-lock v0.2.5 |
2055 | 2025-02-21T22:02:05.452Z | Checking pkcs8 v0.10.2 |
2056 | 2025-02-21T22:02:05.605Z | Checking want v0.3.1 |
2057 | 2025-02-21T22:02:05.804Z | Checking uuid v1.12.0 |
2058 | 2025-02-21T22:02:05.819Z | Checking tower-service v0.3.3 |
2059 | 2025-02-21T22:02:05.959Z | Checking httpdate v1.0.3 |
2060 | 2025-02-21T22:02:06.073Z | Checking unicode-ident v1.0.14 |
2061 | 2025-02-21T22:02:06.216Z | Checking toml_datetime v0.6.8 |
2062 | 2025-02-21T22:02:06.264Z | Checking proc-macro2 v1.0.92 |
2063 | 2025-02-21T22:02:06.267Z | Checking serde_spanned v0.6.8 |
2064 | 2025-02-21T22:02:06.432Z | Checking slog v2.7.0 |
2065 | 2025-02-21T22:02:06.492Z | Checking scroll v0.12.0 |
2066 | 2025-02-21T22:02:06.510Z | Checking ucd-trie v0.1.7 |
2067 | 2025-02-21T22:02:06.723Z | Checking match_cfg v0.1.0 |
2068 | 2025-02-21T22:02:06.812Z | Checking rustls-webpki v0.102.8 |
2069 | 2025-02-21T22:02:06.826Z | Checking plain v0.2.3 |
2070 | 2025-02-21T22:02:06.896Z | Checking base64 v0.22.1 |
2071 | 2025-02-21T22:02:06.911Z | Checking adler2 v2.0.0 |
2072 | 2025-02-21T22:02:06.958Z | Checking iana-time-zone v0.1.61 |
2073 | 2025-02-21T22:02:06.973Z | Checking icu_normalizer v1.5.0 |
2074 | 2025-02-21T22:02:06.988Z | Checking foreign-types-shared v0.1.1 |
2075 | 2025-02-21T22:02:07.069Z | Checking miniz_oxide v0.8.0 |
2076 | 2025-02-21T22:02:07.109Z | Checking foreign-types v0.3.2 |
2077 | 2025-02-21T22:02:07.125Z | Checking chrono v0.4.39 |
2078 | 2025-02-21T22:02:07.213Z | Checking goblin v0.8.2 |
2079 | 2025-02-21T22:02:07.371Z | Checking quote v1.0.38 |
2080 | 2025-02-21T22:02:07.427Z | Checking hostname v0.3.1 |
2081 | 2025-02-21T22:02:07.560Z | Checking pest v2.7.14 |
2082 | 2025-02-21T22:02:07.578Z | Checking openssl-sys v0.9.106 |
2083 | 2025-02-21T22:02:07.717Z | Checking dirs-sys-next v0.1.2 |
2084 | 2025-02-21T22:02:07.732Z | Checking idna_adapter v1.2.0 |
2085 | 2025-02-21T22:02:07.786Z | Checking errno v0.3.9 |
2086 | 2025-02-21T22:02:07.897Z | Checking aho-corasick v1.1.3 |
2087 | 2025-02-21T22:02:07.917Z | Checking idna v1.0.3 |
2088 | 2025-02-21T22:02:07.977Z | Checking data-encoding v2.6.0 |
2089 | 2025-02-21T22:02:08.376Z | Checking url v2.5.3 |
2090 | 2025-02-21T22:02:08.520Z | Checking siphasher v0.3.11 |
2091 | 2025-02-21T22:02:08.676Z | Checking pretty-hex v0.4.1 |
2092 | 2025-02-21T22:02:08.829Z | Checking regex-syntax v0.8.5 |
2093 | 2025-02-21T22:02:08.871Z | Compiling newtype-uuid v1.2.1 |
2094 | 2025-02-21T22:02:09.010Z | Checking tokio-util v0.7.12 |
2095 | 2025-02-21T22:02:09.075Z | Checking openssl v0.10.71 |
2096 | 2025-02-21T22:02:09.195Z | Checking rustix v0.38.37 |
2097 | 2025-02-21T22:02:09.215Z | Checking dirs-next v2.0.0 |
2098 | 2025-02-21T22:02:09.356Z | Checking syn v2.0.96 |
2099 | 2025-02-21T22:02:09.482Z | Checking unicode-normalization v0.1.24 |
2100 | 2025-02-21T22:02:09.853Z | Checking h2 v0.4.6 |
2101 | 2025-02-21T22:02:10.077Z | Checking dtrace-parser v0.2.0 |
2102 | 2025-02-21T22:02:10.437Z | Checking http-body-util v0.1.2 |
2103 | 2025-02-21T22:02:10.605Z | Checking crossbeam-epoch v0.9.18 |
2104 | 2025-02-21T22:02:10.887Z | Checking sha1 v0.10.6 |
2105 | 2025-02-21T22:02:11.051Z | Checking signature v2.2.0 |
2106 | 2025-02-21T22:02:11.176Z | Checking thread_local v1.1.8 |
2107 | 2025-02-21T22:02:11.248Z | Checking thread-id v4.2.2 |
2108 | 2025-02-21T22:02:11.360Z | Checking encoding_rs v0.8.34 |
2109 | 2025-02-21T22:02:11.460Z | Checking winnow v0.6.20 |
2110 | 2025-02-21T22:02:11.885Z | Checking dof v0.3.0 |
2111 | 2025-02-21T22:02:12.039Z | Checking regex-automata v0.4.8 |
2112 | 2025-02-21T22:02:12.365Z | Checking unicode-bidi v0.3.17 |
2113 | 2025-02-21T22:02:12.490Z | Checking openssl-probe v0.1.5 |
2114 | 2025-02-21T22:02:12.655Z | Checking ipnet v2.10.1 |
2115 | 2025-02-21T22:02:13.001Z | Checking anstyle v1.0.10 |
2116 | 2025-02-21T22:02:13.151Z | Checking gimli v0.31.1 |
2117 | 2025-02-21T22:02:13.353Z | Checking unicode-properties v0.1.3 |
2118 | 2025-02-21T22:02:13.638Z | Checking mime v0.3.17 |
2119 | 2025-02-21T22:02:13.736Z | Checking utf8parse v0.2.2 |
2120 | 2025-02-21T22:02:13.904Z | Checking anstyle-parse v0.2.5 |
2121 | 2025-02-21T22:02:13.939Z | Checking stringprep v0.1.5 |
2122 | 2025-02-21T22:02:14.072Z | Checking toml_edit v0.22.22 |
2123 | 2025-02-21T22:02:14.188Z | Checking crossbeam-deque v0.8.5 |
2124 | 2025-02-21T22:02:14.228Z | Checking term v0.7.0 |
2125 | 2025-02-21T22:02:14.310Z | Checking native-tls v0.2.12 |
2126 | 2025-02-21T22:02:14.521Z | Checking rustls v0.23.19 |
2127 | 2025-02-21T22:02:14.613Z | Checking rustls v0.22.4 |
2128 | 2025-02-21T22:02:14.661Z | Checking slog-json v2.6.1 |
2129 | 2025-02-21T22:02:14.924Z | Checking serde_urlencoded v0.7.1 |
2130 | 2025-02-21T22:02:15.266Z | Checking usdt-impl v0.5.0 |
2131 | 2025-02-21T22:02:15.313Z | Checking crossbeam-channel v0.5.13 |
2132 | 2025-02-21T22:02:15.824Z | Checking futures-executor v0.3.31 |
2133 | 2025-02-21T22:02:15.981Z | Checking hyper v1.5.2 |
2134 | 2025-02-21T22:02:16.038Z | Checking num-integer v0.1.46 |
2135 | 2025-02-21T22:02:16.072Z | Checking rustls-pemfile v2.2.0 |
2136 | 2025-02-21T22:02:16.294Z | Checking md-5 v0.10.6 |
2137 | 2025-02-21T22:02:16.519Z | Checking ff v0.13.0 |
2138 | 2025-02-21T22:02:16.535Z | Checking hash32 v0.2.1 |
2139 | 2025-02-21T22:02:16.551Z | Checking memmap v0.7.0 |
2140 | 2025-02-21T22:02:16.745Z | Checking is-terminal v0.4.13 |
2141 | 2025-02-21T22:02:16.761Z | Checking object v0.36.5 |
2142 | 2025-02-21T22:02:16.764Z | Checking quick-error v1.2.3 |
2143 | 2025-02-21T22:02:16.826Z | Checking take_mut v0.2.2 |
2144 | 2025-02-21T22:02:16.868Z | Checking addr2line v0.24.2 |
2145 | 2025-02-21T22:02:16.871Z | Checking utf-8 v0.7.6 |
2146 | 2025-02-21T22:02:16.917Z | Checking either v1.13.0 |
2147 | 2025-02-21T22:02:16.969Z | Checking colorchoice v1.0.2 |
2148 | 2025-02-21T22:02:17.096Z | Checking base16ct v0.2.0 |
2149 | 2025-02-21T22:02:17.123Z | Checking rustc-demangle v0.1.24 |
2150 | 2025-02-21T22:02:17.281Z | Checking is_terminal_polyfill v1.70.1 |
2151 | 2025-02-21T22:02:17.304Z | Checking dyn-clone v1.0.18 |
2152 | 2025-02-21T22:02:17.391Z | Checking psl-types v2.0.11 |
2153 | 2025-02-21T22:02:17.407Z | Checking linked-hash-map v0.5.6 |
2154 | 2025-02-21T22:02:17.451Z | Checking anstyle-query v1.1.1 |
2155 | 2025-02-21T22:02:17.561Z | Checking fallible-iterator v0.2.0 |
2156 | 2025-02-21T22:02:17.582Z | Checking publicsuffix v2.3.0 |
2157 | 2025-02-21T22:02:17.585Z | Checking anstream v0.6.15 |
2158 | 2025-02-21T22:02:17.721Z | Checking lru-cache v0.1.2 |
2159 | 2025-02-21T22:02:17.865Z | Checking schemars v0.8.21 |
2160 | 2025-02-21T22:02:17.882Z | Checking hyper-util v0.1.10 |
2161 | 2025-02-21T22:02:17.910Z | Checking sec1 v0.7.3 |
2162 | 2025-02-21T22:02:17.913Z | Checking tokio-rustls v0.25.0 |
2163 | 2025-02-21T22:02:17.958Z | Checking tungstenite v0.24.0 |
2164 | 2025-02-21T22:02:18.113Z | Checking postgres-protocol v0.6.7 |
2165 | 2025-02-21T22:02:18.284Z | Checking slog-async v2.8.0 |
2166 | 2025-02-21T22:02:18.287Z | Checking resolv-conf v0.7.0 |
2167 | 2025-02-21T22:02:18.604Z | Checking slog-term v2.9.1 |
2168 | 2025-02-21T22:02:18.642Z | Checking heapless v0.7.17 |
2169 | 2025-02-21T22:02:18.753Z | Checking usdt v0.5.0 |
2170 | 2025-02-21T22:02:18.829Z | Checking toml v0.8.19 |
2171 | 2025-02-21T22:02:19.033Z | Checking group v0.13.0 |
2172 | 2025-02-21T22:02:19.136Z | Checking num-iter v0.1.45 |
2173 | 2025-02-21T22:02:19.298Z | Checking futures v0.3.31 |
2174 | 2025-02-21T22:02:19.357Z | Checking slog-bunyan v2.5.0 |
2175 | 2025-02-21T22:02:19.398Z | Checking tokio-native-tls v0.3.1 |
2176 | 2025-02-21T22:02:19.424Z | Checking rayon-core v1.12.1 |
2177 | 2025-02-21T22:02:19.473Z | Checking multer v3.1.0 |
2178 | 2025-02-21T22:02:19.524Z | Checking hickory-proto v0.24.3 |
2179 | 2025-02-21T22:02:19.550Z | Checking terminal_size v0.4.0 |
2180 | 2025-02-21T22:02:19.579Z | Checking tokio-rustls v0.26.0 |
2181 | 2025-02-21T22:02:19.736Z | Checking phf_shared v0.11.2 |
2182 | 2025-02-21T22:02:19.814Z | Checking cookie v0.18.1 |
2183 | 2025-02-21T22:02:19.856Z | Checking async-stream v0.3.6 |
2184 | 2025-02-21T22:02:19.921Z | Checking bzip2-sys v0.1.11+1.0.8 |
2185 | 2025-02-21T22:02:19.948Z | Checking signal-hook v0.3.17 |
2186 | 2025-02-21T22:02:20.014Z | Checking camino v1.1.9 |
2187 | 2025-02-21T22:02:20.051Z | Checking waitgroup v0.1.2 |
2188 | 2025-02-21T22:02:20.068Z | Checking lazy_static v1.5.0 |
2189 | 2025-02-21T22:02:20.068Z | Checking openapiv3 v2.0.0 |
2190 | 2025-02-21T22:02:20.208Z | Checking webpki-roots v0.26.6 |
2191 | 2025-02-21T22:02:20.226Z | Checking serde_path_to_error v0.1.16 |
2192 | 2025-02-21T22:02:20.230Z | Checking hkdf v0.12.4 |
2193 | 2025-02-21T22:02:20.276Z | Checking crypto-bigint v0.5.5 |
2194 | 2025-02-21T22:02:20.419Z | Checking hostname v0.4.0 |
2195 | 2025-02-21T22:02:20.471Z | Checking sync_wrapper v1.0.1 |
2196 | 2025-02-21T22:02:20.533Z | Checking crc32fast v1.4.2 |
2197 | 2025-02-21T22:02:20.565Z | Checking tower-layer v0.3.3 |
2198 | 2025-02-21T22:02:20.611Z | Checking debug-ignore v1.0.5 |
2199 | 2025-02-21T22:02:20.766Z | Checking strsim v0.11.1 |
2200 | 2025-02-21T22:02:20.789Z | Checking managed v0.8.0 |
2201 | 2025-02-21T22:02:20.829Z | Checking bitflags v1.3.2 |
2202 | 2025-02-21T22:02:20.832Z | Checking clap_lex v0.7.4 |
2203 | 2025-02-21T22:02:20.931Z | Checking unicode-width v0.2.0 |
2204 | 2025-02-21T22:02:21.050Z | Checking winnow v0.5.40 |
2205 | 2025-02-21T22:02:21.105Z | Checking clap_builder v4.5.30 |
2206 | 2025-02-21T22:02:21.146Z | Checking smoltcp v0.9.1 |
2207 | 2025-02-21T22:02:21.413Z | Checking console v0.15.10 |
2208 | 2025-02-21T22:02:21.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2209 | 2025-02-21T22:02:22.304Z | Checking tower v0.5.2 |
2210 | 2025-02-21T22:02:22.577Z | Checking backtrace v0.3.74 |
2211 | 2025-02-21T22:02:22.612Z | Checking flate2 v1.0.35 |
2212 | 2025-02-21T22:02:23.020Z | Checking hyper-rustls v0.27.3 |
2213 | 2025-02-21T22:02:23.077Z | Checking elliptic-curve v0.13.8 |
2214 | 2025-02-21T22:02:23.152Z | Checking anyhow v1.0.96 |
2215 | 2025-02-21T22:02:23.207Z | Checking dropshot v0.12.0 |
2216 | 2025-02-21T22:02:23.233Z | Checking signal-hook-mio v0.2.4 |
2217 | 2025-02-21T22:02:23.374Z | Checking cookie_store v0.21.1 |
2218 | 2025-02-21T22:02:23.391Z | Checking num-bigint-dig v0.8.4 |
2219 | 2025-02-21T22:02:23.513Z | Checking rayon v1.10.0 |
2220 | 2025-02-21T22:02:23.681Z | Checking bzip2 v0.4.4 |
2221 | 2025-02-21T22:02:23.816Z | Checking toml_edit v0.19.15 |
2222 | 2025-02-21T22:02:23.976Z | Checking phf v0.11.2 |
2223 | 2025-02-21T22:02:24.025Z | Checking hickory-resolver v0.24.3 |
2224 | 2025-02-21T22:02:24.058Z | Checking hyper-tls v0.6.0 |
2225 | 2025-02-21T22:02:24.063Z | Checking tokio-tungstenite v0.24.0 |
2226 | 2025-02-21T22:02:24.230Z | Checking postgres-types v0.2.8 |
2227 | 2025-02-21T22:02:24.328Z | Checking regex v1.11.1 |
2228 | 2025-02-21T22:02:24.532Z | Checking bstr v1.10.0 |
2229 | 2025-02-21T22:02:24.892Z | Checking ed25519 v2.2.3 |
2230 | 2025-02-21T22:02:24.935Z | Checking tokio-stream v0.1.16 |
2231 | 2025-02-21T22:02:25.223Z | Checking phf_shared v0.10.0 |
2232 | 2025-02-21T22:02:25.386Z | Checking curve25519-dalek v4.1.3 |
2233 | 2025-02-21T22:02:25.450Z | Checking zerocopy v0.6.6 |
2234 | 2025-02-21T22:02:25.486Z | Checking hubpack v0.1.2 |
2235 | 2025-02-21T22:02:25.596Z | Checking memoffset v0.9.1 |
2236 | 2025-02-21T22:02:25.717Z | Checking portable-atomic v1.9.0 |
2237 | 2025-02-21T22:02:25.743Z | Checking pkcs1 v0.7.5 |
2238 | 2025-02-21T22:02:25.812Z | Checking float-cmp v0.10.0 |
2239 | 2025-02-21T22:02:26.016Z | Checking serde-big-array v0.5.1 |
2240 | 2025-02-21T22:02:26.102Z | Checking rfc6979 v0.4.0 |
2241 | 2025-02-21T22:02:26.165Z | Checking difflib v0.4.0 |
2242 | 2025-02-21T22:02:26.244Z | Checking normalize-line-endings v0.3.0 |
2243 | 2025-02-21T22:02:26.295Z | Checking whoami v1.5.2 |
2244 | 2025-02-21T22:02:26.305Z | Checking number_prefix v0.4.0 |
2245 | 2025-02-21T22:02:26.383Z | Checking bit-vec v0.6.3 |
2246 | 2025-02-21T22:02:26.482Z | Checking minimal-lexical v0.2.1 |
2247 | 2025-02-21T22:02:26.499Z | Checking predicates-core v1.0.8 |
2248 | 2025-02-21T22:02:26.595Z | Checking precomputed-hash v0.1.1 |
2249 | 2025-02-21T22:02:26.654Z | Checking static_assertions v1.1.0 |
2250 | 2025-02-21T22:02:26.698Z | Checking fixedbitset v0.4.2 |
2251 | 2025-02-21T22:02:26.715Z | Checking unicode-segmentation v1.12.0 |
2252 | 2025-02-21T22:02:26.719Z | Checking new_debug_unreachable v1.0.6 |
2253 | 2025-02-21T22:02:26.719Z | Checking bit-set v0.5.3 |
2254 | 2025-02-21T22:02:26.759Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2255 | 2025-02-21T22:02:26.831Z | Checking string_cache v0.8.7 |
2256 | 2025-02-21T22:02:26.862Z | Checking nom v7.1.3 |
2257 | 2025-02-21T22:02:26.954Z | Checking petgraph v0.6.5 |
2258 | 2025-02-21T22:02:26.996Z | Checking indicatif v0.17.11 |
2259 | 2025-02-21T22:02:27.021Z | Checking predicates v3.1.3 |
2260 | 2025-02-21T22:02:27.105Z | Checking qorb v0.2.1 |
2261 | 2025-02-21T22:02:27.107Z | Checking ed25519-dalek v2.1.1 |
2262 | 2025-02-21T22:02:27.397Z | Checking similar v2.6.0 |
2263 | 2025-02-21T22:02:27.540Z | Checking tokio-postgres v0.7.12 |
2264 | 2025-02-21T22:02:28.049Z | Checking toml v0.7.8 |
2265 | 2025-02-21T22:02:28.075Z | Checking ecdsa v0.16.9 |
2266 | 2025-02-21T22:02:28.231Z | Checking rsa v0.9.6 |
2267 | 2025-02-21T22:02:28.326Z | Checking nix v0.29.0 |
2268 | 2025-02-21T22:02:28.427Z | Checking reqwest v0.12.12 |
2269 | 2025-02-21T22:02:29.179Z | Checking clap v4.5.30 |
2270 | 2025-02-21T22:02:29.306Z | Checking zip v0.6.6 |
2271 | 2025-02-21T22:02:29.482Z | Checking crossterm v0.28.1 |
2272 | 2025-02-21T22:02:29.584Z | Checking itertools v0.10.5 |
2273 | 2025-02-21T22:02:29.894Z | Checking ahash v0.8.11 |
2274 | 2025-02-21T22:02:29.932Z | Checking fs-err v2.11.0 |
2275 | 2025-02-21T22:02:29.974Z | Checking x509-cert v0.2.5 |
2276 | 2025-02-21T22:02:30.178Z | Checking hex v0.4.3 |
2277 | 2025-02-21T22:02:30.354Z | Checking semver v1.0.25 |
2278 | 2025-02-21T22:02:30.448Z | Checking peg-runtime v0.8.3 |
2279 | 2025-02-21T22:02:30.466Z | Checking lalrpop-util v0.19.12 |
2280 | 2025-02-21T22:02:30.685Z | Checking sigpipe v0.1.3 |
2281 | 2025-02-21T22:02:31.448Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2282 | 2025-02-21T22:02:31.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s |
2283 | 2025-02-21T22:02:31.937Z | |
2284 | 2025-02-21T22:02:31.937Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2285 | 2025-02-21T22:02:32.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2025-02-21T22:02:32.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2025-02-21T22:02:32.602Z | Compiling hashbrown v0.14.5 |
2288 | 2025-02-21T22:02:32.722Z | Checking heck v0.5.0 |
2289 | 2025-02-21T22:02:32.734Z | Compiling unsafe-libyaml v0.2.11 |
2290 | 2025-02-21T22:02:32.766Z | Checking ipnetwork v0.21.1 |
2291 | 2025-02-21T22:02:32.769Z | Compiling ident_case v1.0.1 |
2292 | 2025-02-21T22:02:32.779Z | Checking progenitor-client v0.8.0 |
2293 | 2025-02-21T22:02:32.795Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2294 | 2025-02-21T22:02:32.891Z | Checking newtype-uuid v1.2.1 |
2295 | 2025-02-21T22:02:32.940Z | Compiling darling_core v0.20.10 |
2296 | 2025-02-21T22:02:33.108Z | Checking oxnet v0.1.0 |
2297 | 2025-02-21T22:02:33.114Z | Compiling proc-macro-crate v1.3.1 |
2298 | 2025-02-21T22:02:33.186Z | Compiling structmeta-derive v0.3.0 |
2299 | 2025-02-21T22:02:33.200Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2300 | 2025-02-21T22:02:33.510Z | Compiling thiserror v2.0.11 |
2301 | 2025-02-21T22:02:33.552Z | Compiling lzma-sys v0.1.20 |
2302 | 2025-02-21T22:02:33.669Z | Compiling regress v0.10.1 |
2303 | 2025-02-21T22:02:34.002Z | Compiling serde_yaml v0.9.34+deprecated |
2304 | 2025-02-21T22:02:34.253Z | Compiling num_enum_derive v0.5.11 |
2305 | 2025-02-21T22:02:34.437Z | Compiling foreign-types-macros v0.2.3 |
2306 | 2025-02-21T22:02:34.469Z | Compiling thiserror-impl v2.0.11 |
2307 | 2025-02-21T22:02:35.730Z | Compiling daft-derive v0.1.1 |
2308 | 2025-02-21T22:02:35.782Z | Compiling structmeta v0.3.0 |
2309 | 2025-02-21T22:02:36.189Z | Compiling dropshot v0.15.1 |
2310 | 2025-02-21T22:02:36.484Z | Checking arc-swap v1.7.1 |
2311 | 2025-02-21T22:02:36.525Z | Checking foreign-types-shared v0.3.1 |
2312 | 2025-02-21T22:02:36.658Z | Checking foreign-types v0.5.0 |
2313 | 2025-02-21T22:02:36.850Z | Checking num_enum v0.5.11 |
2314 | 2025-02-21T22:02:36.905Z | Checking slog-scope v4.4.0 |
2315 | 2025-02-21T22:02:37.015Z | Compiling parse-display-derive v0.10.0 |
2316 | 2025-02-21T22:02:37.147Z | Compiling proc-macro-error v1.0.4 |
2317 | 2025-02-21T22:02:37.212Z | Compiling typify-impl v0.2.0 |
2318 | 2025-02-21T22:02:37.453Z | Checking daft v0.1.1 |
2319 | 2025-02-21T22:02:37.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2320 | 2025-02-21T22:02:37.889Z | Checking tungstenite v0.21.0 |
2321 | 2025-02-21T22:02:37.929Z | Compiling heck v0.3.3 |
2322 | 2025-02-21T22:02:37.967Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2323 | 2025-02-21T22:02:38.166Z | Compiling dropshot_endpoint v0.15.1 |
2324 | 2025-02-21T22:02:38.249Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2325 | 2025-02-21T22:02:38.575Z | Compiling darling_macro v0.20.10 |
2326 | 2025-02-21T22:02:38.784Z | Checking cstr-argument v0.1.2 |
2327 | 2025-02-21T22:02:38.787Z | Checking instant v0.1.13 |
2328 | 2025-02-21T22:02:38.920Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2329 | 2025-02-21T22:02:38.965Z | Checking pretty-hex v0.2.1 |
2330 | 2025-02-21T22:02:39.019Z | Checking base64 v0.21.7 |
2331 | 2025-02-21T22:02:39.138Z | Checking fastrand v2.1.1 |
2332 | 2025-02-21T22:02:39.364Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2333 | 2025-02-21T22:02:39.452Z | Checking tempfile v3.13.0 |
2334 | 2025-02-21T22:02:39.492Z | Compiling darling v0.20.10 |
2335 | 2025-02-21T22:02:39.495Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2336 | 2025-02-21T22:02:39.614Z | Compiling serde_with_macros v3.11.0 |
2337 | 2025-02-21T22:02:39.633Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2338 | 2025-02-21T22:02:39.668Z | Checking backoff v0.4.0 |
2339 | 2025-02-21T22:02:39.713Z | Checking tokio-tungstenite v0.21.0 |
2340 | 2025-02-21T22:02:39.791Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2341 | 2025-02-21T22:02:39.937Z | Compiling zone_cfg_derive v0.1.2 |
2342 | 2025-02-21T22:02:39.954Z | Checking strum v0.26.3 |
2343 | 2025-02-21T22:02:39.969Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2344 | 2025-02-21T22:02:40.128Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2345 | 2025-02-21T22:02:40.367Z | Checking slog-stdlog v4.1.1 |
2346 | 2025-02-21T22:02:40.469Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2347 | 2025-02-21T22:02:40.603Z | Checking regress v0.9.1 |
2348 | 2025-02-21T22:02:40.638Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2349 | 2025-02-21T22:02:40.754Z | Checking progenitor-client v0.9.1 |
2350 | 2025-02-21T22:02:40.856Z | Checking parse-display v0.10.0 |
2351 | 2025-02-21T22:02:40.939Z | Checking colored v2.1.0 |
2352 | 2025-02-21T22:02:41.094Z | Checking macaddr v1.0.1 |
2353 | 2025-02-21T22:02:41.157Z | Checking unicode-width v0.1.14 |
2354 | 2025-02-21T22:02:41.244Z | Checking base64 v0.13.1 |
2355 | 2025-02-21T22:02:41.364Z | Checking zone v0.1.8 |
2356 | 2025-02-21T22:02:41.646Z | Checking ron v0.7.1 |
2357 | 2025-02-21T22:02:41.662Z | Checking tabwriter v1.4.0 |
2358 | 2025-02-21T22:02:41.890Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2359 | 2025-02-21T22:02:42.007Z | Checking slog-envlogger v2.2.0 |
2360 | 2025-02-21T22:02:42.113Z | Checking serde_with v3.11.0 |
2361 | 2025-02-21T22:02:42.251Z | Checking xz2 v0.1.7 |
2362 | 2025-02-21T22:02:42.334Z | Checking xattr v1.3.1 |
2363 | 2025-02-21T22:02:42.546Z | Checking pem v3.0.4 |
2364 | 2025-02-21T22:02:42.563Z | Checking yasna v0.5.2 |
2365 | 2025-02-21T22:02:42.687Z | Checking headers-core v0.3.0 |
2366 | 2025-02-21T22:02:42.811Z | Checking smf v0.2.3 |
2367 | 2025-02-21T22:02:42.841Z | Checking filetime v0.2.25 |
2368 | 2025-02-21T22:02:43.062Z | Checking same-file v1.0.6 |
2369 | 2025-02-21T22:02:43.239Z | Checking walkdir v2.5.0 |
2370 | 2025-02-21T22:02:43.255Z | Checking tar v0.4.42 |
2371 | 2025-02-21T22:02:43.287Z | Checking headers v0.4.0 |
2372 | 2025-02-21T22:02:43.383Z | Checking rcgen v0.12.1 |
2373 | 2025-02-21T22:02:43.534Z | Checking atomicwrites v0.4.4 |
2374 | 2025-02-21T22:02:43.744Z | Checking camino-tempfile v1.1.1 |
2375 | 2025-02-21T22:02:44.013Z | Checking subprocess v0.2.9 |
2376 | 2025-02-21T22:02:46.301Z | Compiling typify-macro v0.2.0 |
2377 | 2025-02-21T22:02:47.795Z | Compiling typify v0.2.0 |
2378 | 2025-02-21T22:02:47.868Z | Compiling progenitor-impl v0.8.0 |
2379 | 2025-02-21T22:02:50.253Z | Compiling progenitor-macro v0.8.0 |
2380 | 2025-02-21T22:02:53.782Z | Checking progenitor v0.8.0 |
2381 | 2025-02-21T22:02:53.910Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2382 | 2025-02-21T22:02:53.913Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2383 | 2025-02-21T22:02:56.410Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2384 | 2025-02-21T22:02:56.757Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2385 | 2025-02-21T22:03:02.779Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2386 | 2025-02-21T22:03:04.284Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2387 | 2025-02-21T22:03:05.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s |
2388 | 2025-02-21T22:03:05.675Z | |
2389 | 2025-02-21T22:03:05.675Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2390 | 2025-02-21T22:03:06.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-02-21T22:03:06.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-02-21T22:03:06.337Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2393 | 2025-02-21T22:03:07.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
2394 | 2025-02-21T22:03:07.857Z | |
2395 | 2025-02-21T22:03:07.857Z | info: running `cargo check --bins` on nexus-config (51/199) |
2396 | 2025-02-21T22:03:08.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-02-21T22:03:08.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-02-21T22:03:08.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2025-02-21T22:03:08.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2400 | 2025-02-21T22:03:08.487Z | |
2401 | 2025-02-21T22:03:08.487Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2402 | 2025-02-21T22:03:09.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2025-02-21T22:03:09.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2025-02-21T22:03:09.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2025-02-21T22:03:09.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2406 | 2025-02-21T22:03:09.098Z | |
2407 | 2025-02-21T22:03:09.098Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2408 | 2025-02-21T22:03:09.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2025-02-21T22:03:09.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2025-02-21T22:03:09.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2025-02-21T22:03:09.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2412 | 2025-02-21T22:03:09.712Z | |
2413 | 2025-02-21T22:03:09.712Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2414 | 2025-02-21T22:03:10.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2025-02-21T22:03:10.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2025-02-21T22:03:10.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2025-02-21T22:03:10.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2418 | 2025-02-21T22:03:10.339Z | |
2419 | 2025-02-21T22:03:10.339Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2420 | 2025-02-21T22:03:10.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2025-02-21T22:03:10.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2025-02-21T22:03:11.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2423 | 2025-02-21T22:03:11.141Z | Compiling ipnetwork v0.21.1 |
2424 | 2025-02-21T22:03:11.143Z | Compiling zerocopy v0.8.10 |
2425 | 2025-02-21T22:03:11.143Z | Compiling progenitor-client v0.8.0 |
2426 | 2025-02-21T22:03:11.144Z | Compiling itertools v0.13.0 |
2427 | 2025-02-21T22:03:11.144Z | Compiling zerocopy-derive v0.8.10 |
2428 | 2025-02-21T22:03:11.144Z | Compiling heapless v0.8.0 |
2429 | 2025-02-21T22:03:11.153Z | Compiling thiserror v2.0.11 |
2430 | 2025-02-21T22:03:11.324Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2431 | 2025-02-21T22:03:11.408Z | Checking hash32 v0.3.1 |
2432 | 2025-02-21T22:03:11.609Z | Compiling oxnet v0.1.0 |
2433 | 2025-02-21T22:03:11.626Z | Compiling progenitor v0.8.0 |
2434 | 2025-02-21T22:03:11.849Z | Compiling instant v0.1.13 |
2435 | 2025-02-21T22:03:11.867Z | Compiling smoltcp v0.11.0 |
2436 | 2025-02-21T22:03:11.956Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2437 | 2025-02-21T22:03:11.973Z | Compiling daft v0.1.1 |
2438 | 2025-02-21T22:03:12.037Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2025-02-21T22:03:12.250Z | Compiling backoff v0.4.0 |
2440 | 2025-02-21T22:03:12.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2441 | 2025-02-21T22:03:12.526Z | Compiling dropshot v0.15.1 |
2442 | 2025-02-21T22:03:12.593Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2443 | 2025-02-21T22:03:12.790Z | Compiling serde_with v3.11.0 |
2444 | 2025-02-21T22:03:12.850Z | Compiling parse-display v0.10.0 |
2445 | 2025-02-21T22:03:12.886Z | Checking num-rational v0.4.2 |
2446 | 2025-02-21T22:03:13.447Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2447 | 2025-02-21T22:03:13.523Z | Compiling progenitor-client v0.9.1 |
2448 | 2025-02-21T22:03:14.071Z | Compiling regress v0.9.1 |
2449 | 2025-02-21T22:03:14.085Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2450 | 2025-02-21T22:03:15.483Z | Compiling phf_generator v0.11.2 |
2451 | 2025-02-21T22:03:15.503Z | Checking num-complex v0.4.6 |
2452 | 2025-02-21T22:03:16.186Z | Compiling macaddr v1.0.1 |
2453 | 2025-02-21T22:03:16.434Z | Checking cobs v0.2.3 |
2454 | 2025-02-21T22:03:16.621Z | Checking num v0.4.3 |
2455 | 2025-02-21T22:03:16.643Z | Checking postcard v1.0.10 |
2456 | 2025-02-21T22:03:16.739Z | Compiling phf_codegen v0.11.2 |
2457 | 2025-02-21T22:03:17.076Z | Compiling parse-zoneinfo v0.3.1 |
2458 | 2025-02-21T22:03:17.176Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2459 | 2025-02-21T22:03:17.504Z | Compiling float-ord v0.3.2 |
2460 | 2025-02-21T22:03:18.747Z | Compiling convert_case v0.4.0 |
2461 | 2025-02-21T22:03:18.862Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2462 | 2025-02-21T22:03:19.029Z | Compiling chrono-tz-build v0.4.0 |
2463 | 2025-02-21T22:03:19.314Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2464 | 2025-02-21T22:03:19.564Z | Compiling derive_more v0.99.19 |
2465 | 2025-02-21T22:03:19.853Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2025-02-21T22:03:20.131Z | Checking newline-converter v0.3.0 |
2467 | 2025-02-21T22:03:20.201Z | Compiling chrono-tz v0.10.1 |
2468 | 2025-02-21T22:03:20.308Z | Checking prettyplease v0.2.29 |
2469 | 2025-02-21T22:03:20.374Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2470 | 2025-02-21T22:03:20.954Z | Compiling slog-dtrace v0.3.0 |
2471 | 2025-02-21T22:03:21.022Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2472 | 2025-02-21T22:03:21.051Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2473 | 2025-02-21T22:03:21.355Z | Checking expectorate v1.1.0 |
2474 | 2025-02-21T22:03:21.573Z | Compiling zone_cfg_derive v0.3.0 |
2475 | 2025-02-21T22:03:21.634Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2476 | 2025-02-21T22:03:22.377Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2477 | 2025-02-21T22:03:22.441Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2478 | 2025-02-21T22:03:22.636Z | Compiling const_format_proc_macros v0.2.34 |
2479 | 2025-02-21T22:03:22.763Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2480 | 2025-02-21T22:03:22.798Z | Compiling num-derive v0.4.2 |
2481 | 2025-02-21T22:03:22.887Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2482 | 2025-02-21T22:03:23.057Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2483 | 2025-02-21T22:03:23.197Z | Checking highway v1.2.0 |
2484 | 2025-02-21T22:03:23.650Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2485 | 2025-02-21T22:03:23.808Z | Checking zone v0.3.0 |
2486 | 2025-02-21T22:03:23.899Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2487 | 2025-02-21T22:03:24.402Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2488 | 2025-02-21T22:03:24.549Z | Checking const_format v0.2.34 |
2489 | 2025-02-21T22:03:24.986Z | Checking gethostname v0.5.0 |
2490 | 2025-02-21T22:03:25.029Z | Checking bcs v0.1.6 |
2491 | 2025-02-21T22:03:25.059Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2492 | 2025-02-21T22:03:25.113Z | Compiling async-recursion v1.1.1 |
2493 | 2025-02-21T22:03:25.456Z | Checking nanorand v0.7.0 |
2494 | 2025-02-21T22:03:25.472Z | Checking termtree v0.5.1 |
2495 | 2025-02-21T22:03:25.650Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2496 | 2025-02-21T22:03:25.695Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2497 | 2025-02-21T22:03:25.872Z | Checking flume v0.11.1 |
2498 | 2025-02-21T22:03:25.935Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2499 | 2025-02-21T22:03:25.956Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2500 | 2025-02-21T22:03:26.275Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2501 | 2025-02-21T22:03:27.965Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2502 | 2025-02-21T22:03:32.701Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2503 | 2025-02-21T22:03:35.912Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2504 | 2025-02-21T22:03:38.342Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2505 | 2025-02-21T22:03:39.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.25s |
2506 | 2025-02-21T22:03:39.779Z | |
2507 | 2025-02-21T22:03:39.779Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2508 | 2025-02-21T22:03:40.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-02-21T22:03:40.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-02-21T22:03:40.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-02-21T22:03:40.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2512 | 2025-02-21T22:03:40.419Z | |
2513 | 2025-02-21T22:03:40.419Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2514 | 2025-02-21T22:03:40.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-02-21T22:03:40.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-02-21T22:03:40.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-02-21T22:03:40.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2518 | 2025-02-21T22:03:41.070Z | |
2519 | 2025-02-21T22:03:41.070Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2520 | 2025-02-21T22:03:41.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-02-21T22:03:41.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-02-21T22:03:41.733Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2523 | 2025-02-21T22:03:42.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2524 | 2025-02-21T22:03:42.537Z | |
2525 | 2025-02-21T22:03:42.537Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2526 | 2025-02-21T22:03:43.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-02-21T22:03:43.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-02-21T22:03:43.227Z | Compiling cfg_aliases v0.1.1 |
2529 | 2025-02-21T22:03:43.253Z | Compiling vte_generate_state_changes v0.1.2 |
2530 | 2025-02-21T22:03:43.253Z | Checking fd-lock v4.0.2 |
2531 | 2025-02-21T22:03:43.253Z | Checking nibble_vec v0.1.0 |
2532 | 2025-02-21T22:03:43.253Z | Checking bytecount v0.6.8 |
2533 | 2025-02-21T22:03:43.321Z | Checking endian-type v0.1.2 |
2534 | 2025-02-21T22:03:43.345Z | Compiling tabled_derive v0.7.0 |
2535 | 2025-02-21T22:03:43.374Z | Checking itertools v0.12.1 |
2536 | 2025-02-21T22:03:43.412Z | Compiling nix v0.28.0 |
2537 | 2025-02-21T22:03:43.492Z | Checking papergrid v0.11.0 |
2538 | 2025-02-21T22:03:43.515Z | Compiling peg-macros v0.8.4 |
2539 | 2025-02-21T22:03:43.555Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2540 | 2025-02-21T22:03:43.573Z | Checking radix_trie v0.2.1 |
2541 | 2025-02-21T22:03:43.902Z | Checking vte v0.11.1 |
2542 | 2025-02-21T22:03:43.945Z | Compiling sqlparser_derive v0.2.2 |
2543 | 2025-02-21T22:03:44.574Z | Checking nu-ansi-term v0.50.1 |
2544 | 2025-02-21T22:03:44.923Z | Checking unicode_categories v0.1.1 |
2545 | 2025-02-21T22:03:44.959Z | Checking home v0.5.9 |
2546 | 2025-02-21T22:03:45.009Z | Checking sqlparser v0.45.0 |
2547 | 2025-02-21T22:03:45.156Z | Checking display-error-chain v0.2.2 |
2548 | 2025-02-21T22:03:45.218Z | Checking sqlformat v0.2.6 |
2549 | 2025-02-21T22:03:45.298Z | Checking strip-ansi-escapes v0.2.0 |
2550 | 2025-02-21T22:03:45.505Z | Checking tabled v0.15.0 |
2551 | 2025-02-21T22:03:45.755Z | Checking reedline v0.35.0 |
2552 | 2025-02-21T22:03:46.143Z | Checking peg v0.8.4 |
2553 | 2025-02-21T22:03:46.403Z | Checking rustyline v14.0.0 |
2554 | 2025-02-21T22:03:55.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.13s |
2555 | 2025-02-21T22:03:55.850Z | |
2556 | 2025-02-21T22:03:55.850Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2557 | 2025-02-21T22:03:56.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-02-21T22:03:56.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-02-21T22:03:56.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-02-21T22:04:01.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2561 | 2025-02-21T22:04:01.777Z | |
2562 | 2025-02-21T22:04:01.778Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2563 | 2025-02-21T22:04:02.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-02-21T22:04:02.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-02-21T22:04:02.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2566 | 2025-02-21T22:04:05.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
2567 | 2025-02-21T22:04:06.094Z | |
2568 | 2025-02-21T22:04:06.094Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2569 | 2025-02-21T22:04:06.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-02-21T22:04:06.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-02-21T22:04:06.767Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-02-21T22:04:11.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2573 | 2025-02-21T22:04:11.707Z | |
2574 | 2025-02-21T22:04:11.707Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2575 | 2025-02-21T22:04:12.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-02-21T22:04:12.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-02-21T22:04:12.383Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-02-21T22:04:17.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2579 | 2025-02-21T22:04:17.433Z | |
2580 | 2025-02-21T22:04:17.433Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2581 | 2025-02-21T22:04:18.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-02-21T22:04:18.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-02-21T22:04:18.108Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-02-21T22:04:21.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2585 | 2025-02-21T22:04:21.921Z | |
2586 | 2025-02-21T22:04:21.921Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2587 | 2025-02-21T22:04:22.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-02-21T22:04:22.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-02-21T22:04:22.594Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2590 | 2025-02-21T22:04:26.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2591 | 2025-02-21T22:04:26.480Z | |
2592 | 2025-02-21T22:04:26.480Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2593 | 2025-02-21T22:04:27.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-02-21T22:04:27.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-02-21T22:04:27.150Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2596 | 2025-02-21T22:04:32.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2597 | 2025-02-21T22:04:32.290Z | |
2598 | 2025-02-21T22:04:32.291Z | info: running `cargo check --bins` on oximeter (67/199) |
2599 | 2025-02-21T22:04:32.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-02-21T22:04:32.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-02-21T22:04:32.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2025-02-21T22:04:32.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2603 | 2025-02-21T22:04:32.915Z | |
2604 | 2025-02-21T22:04:32.916Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2605 | 2025-02-21T22:04:33.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-02-21T22:04:33.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-02-21T22:04:33.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2025-02-21T22:04:33.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2609 | 2025-02-21T22:04:33.526Z | |
2610 | 2025-02-21T22:04:33.526Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2611 | 2025-02-21T22:04:34.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-02-21T22:04:34.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-02-21T22:04:34.165Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2614 | 2025-02-21T22:04:36.145Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2615 | 2025-02-21T22:04:37.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
2616 | 2025-02-21T22:04:37.268Z | |
2617 | 2025-02-21T22:04:37.268Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2618 | 2025-02-21T22:04:37.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-02-21T22:04:37.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-02-21T22:04:37.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-02-21T22:04:37.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2622 | 2025-02-21T22:04:37.894Z | |
2623 | 2025-02-21T22:04:37.895Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2624 | 2025-02-21T22:04:38.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-02-21T22:04:38.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-02-21T22:04:38.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-02-21T22:04:38.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2628 | 2025-02-21T22:04:38.522Z | |
2629 | 2025-02-21T22:04:38.522Z | info: running `cargo check --bins` on oxql-types (72/199) |
2630 | 2025-02-21T22:04:39.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-02-21T22:04:39.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-02-21T22:04:39.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-02-21T22:04:39.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2634 | 2025-02-21T22:04:39.147Z | |
2635 | 2025-02-21T22:04:39.147Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2636 | 2025-02-21T22:04:39.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-02-21T22:04:39.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-02-21T22:04:39.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-02-21T22:04:39.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2640 | 2025-02-21T22:04:39.802Z | |
2641 | 2025-02-21T22:04:39.802Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2642 | 2025-02-21T22:04:40.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-02-21T22:04:40.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-02-21T22:04:40.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-02-21T22:04:40.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2646 | 2025-02-21T22:04:40.434Z | |
2647 | 2025-02-21T22:04:40.434Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2648 | 2025-02-21T22:04:41.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-02-21T22:04:41.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-02-21T22:04:41.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-02-21T22:04:41.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2652 | 2025-02-21T22:04:41.091Z | |
2653 | 2025-02-21T22:04:41.091Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2654 | 2025-02-21T22:04:41.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-02-21T22:04:41.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-02-21T22:04:41.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-02-21T22:04:41.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2658 | 2025-02-21T22:04:41.732Z | |
2659 | 2025-02-21T22:04:41.732Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2660 | 2025-02-21T22:04:42.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-02-21T22:04:42.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-02-21T22:04:42.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-02-21T22:04:42.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2664 | 2025-02-21T22:04:42.369Z | |
2665 | 2025-02-21T22:04:42.370Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2666 | 2025-02-21T22:04:42.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-02-21T22:04:42.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-02-21T22:04:42.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-02-21T22:04:42.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2670 | 2025-02-21T22:04:43.015Z | |
2671 | 2025-02-21T22:04:43.015Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2672 | 2025-02-21T22:04:43.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-02-21T22:04:43.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-02-21T22:04:43.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-02-21T22:04:43.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2676 | 2025-02-21T22:04:43.641Z | |
2677 | 2025-02-21T22:04:43.641Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2678 | 2025-02-21T22:04:44.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-02-21T22:04:44.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-02-21T22:04:44.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-02-21T22:04:44.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2682 | 2025-02-21T22:04:44.290Z | |
2683 | 2025-02-21T22:04:44.290Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2684 | 2025-02-21T22:04:44.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-02-21T22:04:44.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-02-21T22:04:44.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-02-21T22:04:44.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2688 | 2025-02-21T22:04:44.936Z | |
2689 | 2025-02-21T22:04:44.937Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2690 | 2025-02-21T22:04:45.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-02-21T22:04:45.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-02-21T22:04:45.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-02-21T22:04:45.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2694 | 2025-02-21T22:04:45.563Z | |
2695 | 2025-02-21T22:04:45.563Z | info: running `cargo check --bins` on dpd-client (83/199) |
2696 | 2025-02-21T22:04:46.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-02-21T22:04:46.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-02-21T22:04:46.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-02-21T22:04:46.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2700 | 2025-02-21T22:04:46.186Z | |
2701 | 2025-02-21T22:04:46.187Z | info: running `cargo check --bins` on gateway-client (84/199) |
2702 | 2025-02-21T22:04:46.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-02-21T22:04:46.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-02-21T22:04:46.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-02-21T22:04:46.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2706 | 2025-02-21T22:04:46.811Z | |
2707 | 2025-02-21T22:04:46.811Z | info: running `cargo check --bins` on installinator-client (85/199) |
2708 | 2025-02-21T22:04:47.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-02-21T22:04:47.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-02-21T22:04:47.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-02-21T22:04:47.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2712 | 2025-02-21T22:04:47.480Z | |
2713 | 2025-02-21T22:04:47.480Z | info: running `cargo check --bins` on installinator-common (86/199) |
2714 | 2025-02-21T22:04:48.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-02-21T22:04:48.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-02-21T22:04:48.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-02-21T22:04:48.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2718 | 2025-02-21T22:04:48.125Z | |
2719 | 2025-02-21T22:04:48.125Z | info: running `cargo check --bins` on update-engine (87/199) |
2720 | 2025-02-21T22:04:48.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-02-21T22:04:48.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-02-21T22:04:48.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-02-21T22:04:48.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2724 | 2025-02-21T22:04:48.751Z | |
2725 | 2025-02-21T22:04:48.751Z | info: running `cargo check --bins` on nexus-client (88/199) |
2726 | 2025-02-21T22:04:49.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-02-21T22:04:49.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-02-21T22:04:49.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-02-21T22:04:49.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2730 | 2025-02-21T22:04:49.411Z | |
2731 | 2025-02-21T22:04:49.411Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2732 | 2025-02-21T22:04:50.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-02-21T22:04:50.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-02-21T22:04:50.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-02-21T22:04:50.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2736 | 2025-02-21T22:04:50.498Z | |
2737 | 2025-02-21T22:04:50.498Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2738 | 2025-02-21T22:04:50.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-02-21T22:04:50.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-02-21T22:04:50.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-02-21T22:04:50.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2742 | 2025-02-21T22:04:50.687Z | |
2743 | 2025-02-21T22:04:50.687Z | info: running `cargo check --bins` on nexus-types (91/199) |
2744 | 2025-02-21T22:04:51.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-02-21T22:04:51.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-02-21T22:04:51.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-02-21T22:04:51.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2748 | 2025-02-21T22:04:51.355Z | |
2749 | 2025-02-21T22:04:51.355Z | info: running `cargo check --bins` on oxide-client (92/199) |
2750 | 2025-02-21T22:04:51.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-02-21T22:04:51.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-02-21T22:04:51.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-02-21T22:04:51.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2754 | 2025-02-21T22:04:51.978Z | |
2755 | 2025-02-21T22:04:51.978Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2756 | 2025-02-21T22:04:52.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-02-21T22:04:52.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-02-21T22:04:52.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-02-21T22:04:52.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2760 | 2025-02-21T22:04:52.615Z | |
2761 | 2025-02-21T22:04:52.615Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2762 | 2025-02-21T22:04:53.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-02-21T22:04:53.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-02-21T22:04:53.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-02-21T22:04:53.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2766 | 2025-02-21T22:04:53.242Z | |
2767 | 2025-02-21T22:04:53.243Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2768 | 2025-02-21T22:04:53.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-02-21T22:04:53.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-02-21T22:04:53.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-02-21T22:04:53.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2772 | 2025-02-21T22:04:53.902Z | |
2773 | 2025-02-21T22:04:53.902Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2774 | 2025-02-21T22:04:54.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-02-21T22:04:54.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-02-21T22:04:54.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-02-21T22:04:54.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2778 | 2025-02-21T22:04:54.576Z | |
2779 | 2025-02-21T22:04:54.576Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2780 | 2025-02-21T22:04:55.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-02-21T22:04:55.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-02-21T22:04:55.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-02-21T22:04:55.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2784 | 2025-02-21T22:04:55.246Z | |
2785 | 2025-02-21T22:04:55.246Z | info: running `cargo check --bins` on wicket-common (98/199) |
2786 | 2025-02-21T22:04:55.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-02-21T22:04:55.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-02-21T22:04:55.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-02-21T22:04:55.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2790 | 2025-02-21T22:04:55.912Z | |
2791 | 2025-02-21T22:04:55.912Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2792 | 2025-02-21T22:04:56.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-02-21T22:04:56.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-02-21T22:04:56.578Z | Checking csv-core v0.1.11 |
2795 | 2025-02-21T22:04:56.582Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2796 | 2025-02-21T22:04:56.582Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2797 | 2025-02-21T22:04:56.582Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2798 | 2025-02-21T22:04:56.858Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2799 | 2025-02-21T22:04:56.876Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2800 | 2025-02-21T22:04:56.920Z | Checking csv v1.3.1 |
2801 | 2025-02-21T22:04:57.465Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2802 | 2025-02-21T22:04:57.867Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2803 | 2025-02-21T22:04:59.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
2804 | 2025-02-21T22:04:59.560Z | |
2805 | 2025-02-21T22:04:59.560Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2806 | 2025-02-21T22:05:00.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-02-21T22:05:00.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-02-21T22:05:00.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-02-21T22:05:00.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2810 | 2025-02-21T22:05:00.196Z | |
2811 | 2025-02-21T22:05:00.196Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2812 | 2025-02-21T22:05:00.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-02-21T22:05:00.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-02-21T22:05:00.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-02-21T22:05:00.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2816 | 2025-02-21T22:05:00.839Z | |
2817 | 2025-02-21T22:05:00.839Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2818 | 2025-02-21T22:05:01.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-02-21T22:05:01.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-02-21T22:05:01.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-02-21T22:05:01.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2822 | 2025-02-21T22:05:01.587Z | |
2823 | 2025-02-21T22:05:01.587Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2824 | 2025-02-21T22:05:02.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-02-21T22:05:02.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-02-21T22:05:02.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-02-21T22:05:02.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2828 | 2025-02-21T22:05:02.316Z | |
2829 | 2025-02-21T22:05:02.317Z | info: running `cargo check --bins` on dns-server (104/199) |
2830 | 2025-02-21T22:05:02.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-02-21T22:05:02.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-02-21T22:05:02.990Z | Compiling typify-impl v0.3.0 |
2833 | 2025-02-21T22:05:07.140Z | Compiling parking_lot_core v0.8.6 |
2834 | 2025-02-21T22:05:07.222Z | Checking fxhash v0.2.1 |
2835 | 2025-02-21T22:05:07.222Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2836 | 2025-02-21T22:05:07.222Z | Checking hickory-client v0.24.3 |
2837 | 2025-02-21T22:05:07.222Z | Checking hickory-server v0.24.3 |
2838 | 2025-02-21T22:05:07.223Z | Checking parking_lot v0.11.2 |
2839 | 2025-02-21T22:05:07.223Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2840 | 2025-02-21T22:05:07.223Z | Checking sled v0.34.7 |
2841 | 2025-02-21T22:05:08.433Z | Compiling typify-macro v0.3.0 |
2842 | 2025-02-21T22:05:09.950Z | Compiling typify v0.3.0 |
2843 | 2025-02-21T22:05:10.022Z | Compiling progenitor-impl v0.9.1 |
2844 | 2025-02-21T22:05:12.426Z | Compiling progenitor-macro v0.9.1 |
2845 | 2025-02-21T22:05:15.974Z | Checking progenitor v0.9.1 |
2846 | 2025-02-21T22:05:16.106Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2847 | 2025-02-21T22:05:16.562Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2848 | 2025-02-21T22:05:17.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s |
2849 | 2025-02-21T22:05:17.989Z | |
2850 | 2025-02-21T22:05:17.989Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2851 | 2025-02-21T22:05:18.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-02-21T22:05:18.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-02-21T22:05:18.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-02-21T22:05:18.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2855 | 2025-02-21T22:05:18.623Z | |
2856 | 2025-02-21T22:05:18.624Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2857 | 2025-02-21T22:05:19.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-02-21T22:05:19.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-02-21T22:05:19.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-02-21T22:05:19.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2861 | 2025-02-21T22:05:19.313Z | |
2862 | 2025-02-21T22:05:19.313Z | info: running `cargo check --bins` on gateway-types (107/199) |
2863 | 2025-02-21T22:05:19.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-02-21T22:05:19.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-02-21T22:05:19.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-02-21T22:05:19.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2867 | 2025-02-21T22:05:19.948Z | |
2868 | 2025-02-21T22:05:19.948Z | info: running `cargo check --bins` on ipcc (108/199) |
2869 | 2025-02-21T22:05:20.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-02-21T22:05:20.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-02-21T22:05:20.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-02-21T22:05:20.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2873 | 2025-02-21T22:05:20.590Z | |
2874 | 2025-02-21T22:05:20.590Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2875 | 2025-02-21T22:05:21.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-02-21T22:05:21.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-02-21T22:05:21.299Z | Compiling semver v0.1.20 |
2878 | 2025-02-21T22:05:21.299Z | Compiling radium v0.7.0 |
2879 | 2025-02-21T22:05:21.416Z | Compiling maybe-uninit v2.0.0 |
2880 | 2025-02-21T22:05:21.421Z | Checking tap v1.0.1 |
2881 | 2025-02-21T22:05:21.438Z | Checking password-hash v0.5.0 |
2882 | 2025-02-21T22:05:21.440Z | Checking blake2 v0.10.6 |
2883 | 2025-02-21T22:05:21.440Z | Checking crc-catalog v2.4.0 |
2884 | 2025-02-21T22:05:21.441Z | Checking funty v2.0.0 |
2885 | 2025-02-21T22:05:21.550Z | Checking wyz v0.5.1 |
2886 | 2025-02-21T22:05:21.624Z | Compiling cancel-safe-futures v0.1.5 |
2887 | 2025-02-21T22:05:21.860Z | Compiling rustc_version v0.1.7 |
2888 | 2025-02-21T22:05:21.895Z | Compiling packed_struct v0.10.1 |
2889 | 2025-02-21T22:05:21.895Z | Compiling owo-colors v4.1.0 |
2890 | 2025-02-21T22:05:21.951Z | Checking argon2 v0.5.3 |
2891 | 2025-02-21T22:05:22.031Z | Checking crc v3.2.1 |
2892 | 2025-02-21T22:05:22.116Z | Compiling packed_struct_codegen v0.10.1 |
2893 | 2025-02-21T22:05:22.254Z | Compiling newtype_derive v0.1.6 |
2894 | 2025-02-21T22:05:22.270Z | Checking half v2.4.1 |
2895 | 2025-02-21T22:05:22.273Z | Compiling indexmap v1.9.3 |
2896 | 2025-02-21T22:05:22.273Z | Checking bitvec v1.0.1 |
2897 | 2025-02-21T22:05:22.374Z | Checking nodrop v0.1.14 |
2898 | 2025-02-21T22:05:22.463Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2899 | 2025-02-21T22:05:22.503Z | Checking ciborium-io v0.2.2 |
2900 | 2025-02-21T22:05:22.639Z | Checking array-init v0.0.4 |
2901 | 2025-02-21T22:05:22.642Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2902 | 2025-02-21T22:05:22.714Z | Checking ciborium-ll v0.2.2 |
2903 | 2025-02-21T22:05:22.733Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2904 | 2025-02-21T22:05:22.801Z | Checking smallvec v0.6.14 |
2905 | 2025-02-21T22:05:23.013Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2906 | 2025-02-21T22:05:23.162Z | Checking libsw v3.3.1 |
2907 | 2025-02-21T22:05:23.347Z | Checking swrite v0.1.0 |
2908 | 2025-02-21T22:05:23.386Z | Checking indent_write v2.2.0 |
2909 | 2025-02-21T22:05:23.430Z | Checking hashbrown v0.12.3 |
2910 | 2025-02-21T22:05:23.492Z | Checking linear-map v1.2.0 |
2911 | 2025-02-21T22:05:23.523Z | Checking bitfield v0.14.0 |
2912 | 2025-02-21T22:05:23.595Z | Checking termcolor v1.4.1 |
2913 | 2025-02-21T22:05:23.792Z | Checking ron v0.8.1 |
2914 | 2025-02-21T22:05:23.829Z | Checking serde-hex v0.1.0 |
2915 | 2025-02-21T22:05:23.961Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2916 | 2025-02-21T22:05:24.010Z | Checking env_logger v0.10.2 |
2917 | 2025-02-21T22:05:24.206Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2918 | 2025-02-21T22:05:24.392Z | Checking ciborium v0.2.2 |
2919 | 2025-02-21T22:05:24.798Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2920 | 2025-02-21T22:05:24.990Z | Checking steno v0.4.1 |
2921 | 2025-02-21T22:05:25.043Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2922 | 2025-02-21T22:05:25.321Z | Checking hashbrown v0.13.2 |
2923 | 2025-02-21T22:05:25.325Z | Checking crc-any v2.5.0 |
2924 | 2025-02-21T22:05:25.478Z | Checking humantime v2.1.0 |
2925 | 2025-02-21T22:05:25.704Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2926 | 2025-02-21T22:05:25.808Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2927 | 2025-02-21T22:05:26.134Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2928 | 2025-02-21T22:05:26.278Z | Checking path-slash v0.1.5 |
2929 | 2025-02-21T22:05:26.287Z | Checking object v0.30.4 |
2930 | 2025-02-21T22:05:26.419Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2931 | 2025-02-21T22:05:26.519Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2932 | 2025-02-21T22:05:27.147Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2933 | 2025-02-21T22:05:27.166Z | Checking nix v0.27.1 |
2934 | 2025-02-21T22:05:27.211Z | Checking tungstenite v0.23.0 |
2935 | 2025-02-21T22:05:27.416Z | Checking kstat-rs v0.2.4 |
2936 | 2025-02-21T22:05:27.641Z | Checking signal-hook-tokio v0.3.1 |
2937 | 2025-02-21T22:05:27.769Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2938 | 2025-02-21T22:05:28.072Z | Checking tokio-tungstenite v0.23.1 |
2939 | 2025-02-21T22:05:28.321Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2940 | 2025-02-21T22:05:28.833Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2941 | 2025-02-21T22:05:28.984Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2942 | 2025-02-21T22:05:35.675Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2943 | 2025-02-21T22:05:36.989Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2944 | 2025-02-21T22:05:39.502Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2945 | 2025-02-21T22:05:44.692Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2946 | 2025-02-21T22:05:45.344Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2947 | 2025-02-21T22:05:47.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.38s |
2948 | 2025-02-21T22:05:48.167Z | |
2949 | 2025-02-21T22:05:48.167Z | info: running `cargo check --bins` on gateway-api (110/199) |
2950 | 2025-02-21T22:05:48.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2025-02-21T22:05:48.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2025-02-21T22:05:48.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2953 | 2025-02-21T22:05:48.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2954 | 2025-02-21T22:05:48.804Z | |
2955 | 2025-02-21T22:05:48.804Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2956 | 2025-02-21T22:05:49.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2025-02-21T22:05:49.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2025-02-21T22:05:49.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2959 | 2025-02-21T22:05:49.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2960 | 2025-02-21T22:05:49.414Z | |
2961 | 2025-02-21T22:05:49.414Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2962 | 2025-02-21T22:05:49.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2025-02-21T22:05:49.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2025-02-21T22:05:49.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2025-02-21T22:05:49.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2966 | 2025-02-21T22:05:50.049Z | |
2967 | 2025-02-21T22:05:50.049Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2968 | 2025-02-21T22:05:50.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2025-02-21T22:05:50.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2025-02-21T22:05:50.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2025-02-21T22:05:50.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2972 | 2025-02-21T22:05:50.695Z | |
2973 | 2025-02-21T22:05:50.695Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2974 | 2025-02-21T22:05:51.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2025-02-21T22:05:51.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2025-02-21T22:05:51.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2025-02-21T22:05:51.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2978 | 2025-02-21T22:05:51.333Z | |
2979 | 2025-02-21T22:05:51.333Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2980 | 2025-02-21T22:05:51.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2025-02-21T22:05:51.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2025-02-21T22:05:51.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2025-02-21T22:05:51.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2984 | 2025-02-21T22:05:51.970Z | |
2985 | 2025-02-21T22:05:51.970Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2986 | 2025-02-21T22:05:52.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2025-02-21T22:05:52.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2025-02-21T22:05:52.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2025-02-21T22:05:52.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2990 | 2025-02-21T22:05:52.607Z | |
2991 | 2025-02-21T22:05:52.607Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
2992 | 2025-02-21T22:05:53.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2025-02-21T22:05:53.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2025-02-21T22:05:53.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2995 | 2025-02-21T22:05:53.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2996 | 2025-02-21T22:05:53.250Z | |
2997 | 2025-02-21T22:05:53.250Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
2998 | 2025-02-21T22:05:53.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2025-02-21T22:05:53.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2025-02-21T22:05:53.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2025-02-21T22:05:53.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3002 | 2025-02-21T22:05:53.910Z | |
3003 | 2025-02-21T22:05:53.910Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3004 | 2025-02-21T22:05:54.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2025-02-21T22:05:54.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2025-02-21T22:05:54.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2025-02-21T22:05:54.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3008 | 2025-02-21T22:05:54.547Z | |
3009 | 2025-02-21T22:05:54.547Z | info: running `cargo check --bins` on sp-sim (120/199) |
3010 | 2025-02-21T22:05:55.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-02-21T22:05:55.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-02-21T22:05:55.192Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3013 | 2025-02-21T22:05:55.641Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3014 | 2025-02-21T22:05:57.296Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3015 | 2025-02-21T22:05:58.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
3016 | 2025-02-21T22:05:59.156Z | |
3017 | 2025-02-21T22:05:59.156Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3018 | 2025-02-21T22:05:59.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2025-02-21T22:05:59.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2025-02-21T22:05:59.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2025-02-21T22:05:59.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3022 | 2025-02-21T22:05:59.846Z | |
3023 | 2025-02-21T22:05:59.846Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3024 | 2025-02-21T22:06:00.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2025-02-21T22:06:00.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2025-02-21T22:06:00.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2025-02-21T22:06:00.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3028 | 2025-02-21T22:06:00.542Z | |
3029 | 2025-02-21T22:06:00.542Z | info: running `cargo check --bins` on db-macros (123/199) |
3030 | 2025-02-21T22:06:01.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2025-02-21T22:06:01.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2025-02-21T22:06:01.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2025-02-21T22:06:01.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3034 | 2025-02-21T22:06:01.161Z | |
3035 | 2025-02-21T22:06:01.161Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3036 | 2025-02-21T22:06:01.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2025-02-21T22:06:01.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2025-02-21T22:06:01.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2025-02-21T22:06:01.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3040 | 2025-02-21T22:06:01.781Z | |
3041 | 2025-02-21T22:06:01.781Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3042 | 2025-02-21T22:06:02.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-02-21T22:06:02.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-02-21T22:06:02.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-02-21T22:06:02.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3046 | 2025-02-21T22:06:02.468Z | |
3047 | 2025-02-21T22:06:02.468Z | info: running `cargo check --bins` on authz-macros (126/199) |
3048 | 2025-02-21T22:06:03.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-02-21T22:06:03.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-02-21T22:06:03.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-02-21T22:06:03.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3052 | 2025-02-21T22:06:03.080Z | |
3053 | 2025-02-21T22:06:03.080Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3054 | 2025-02-21T22:06:03.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-02-21T22:06:03.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-02-21T22:06:03.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2025-02-21T22:06:03.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3058 | 2025-02-21T22:06:03.746Z | |
3059 | 2025-02-21T22:06:03.746Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3060 | 2025-02-21T22:06:04.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2025-02-21T22:06:04.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2025-02-21T22:06:04.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2025-02-21T22:06:04.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3064 | 2025-02-21T22:06:04.408Z | |
3065 | 2025-02-21T22:06:04.408Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3066 | 2025-02-21T22:06:04.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2025-02-21T22:06:04.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2025-02-21T22:06:04.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2025-02-21T22:06:04.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3070 | 2025-02-21T22:06:05.044Z | |
3071 | 2025-02-21T22:06:05.044Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3072 | 2025-02-21T22:06:05.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-02-21T22:06:05.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-02-21T22:06:05.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-02-21T22:06:05.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3076 | 2025-02-21T22:06:05.708Z | |
3077 | 2025-02-21T22:06:05.708Z | info: running `cargo check --bins` on typed-rng (131/199) |
3078 | 2025-02-21T22:06:06.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-02-21T22:06:06.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-02-21T22:06:06.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-02-21T22:06:06.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3082 | 2025-02-21T22:06:06.316Z | |
3083 | 2025-02-21T22:06:06.316Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3084 | 2025-02-21T22:06:06.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-02-21T22:06:06.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-02-21T22:06:07.062Z | Checking keccak v0.1.5 |
3087 | 2025-02-21T22:06:07.174Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3088 | 2025-02-21T22:06:07.177Z | Checking secrecy v0.8.0 |
3089 | 2025-02-21T22:06:07.177Z | Compiling unicase v2.7.0 |
3090 | 2025-02-21T22:06:07.177Z | Compiling same-file v1.0.6 |
3091 | 2025-02-21T22:06:07.200Z | Compiling tempfile v3.13.0 |
3092 | 2025-02-21T22:06:07.240Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3093 | 2025-02-21T22:06:07.240Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3094 | 2025-02-21T22:06:07.369Z | Compiling walkdir v2.5.0 |
3095 | 2025-02-21T22:06:07.454Z | Compiling thiserror-impl-no-std v2.0.2 |
3096 | 2025-02-21T22:06:07.476Z | Checking sha3 v0.10.8 |
3097 | 2025-02-21T22:06:07.495Z | Checking universal-hash v0.5.1 |
3098 | 2025-02-21T22:06:07.535Z | Compiling blake3 v1.5.4 |
3099 | 2025-02-21T22:06:07.685Z | Checking opaque-debug v0.3.1 |
3100 | 2025-02-21T22:06:07.720Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3101 | 2025-02-21T22:06:07.795Z | Checking poly1305 v0.8.0 |
3102 | 2025-02-21T22:06:07.817Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3103 | 2025-02-21T22:06:07.871Z | Checking chacha20 v0.9.1 |
3104 | 2025-02-21T22:06:07.944Z | Checking aead v0.5.2 |
3105 | 2025-02-21T22:06:08.022Z | Compiling memmap2 v0.9.5 |
3106 | 2025-02-21T22:06:08.049Z | Compiling libefi-sys v0.1.0 |
3107 | 2025-02-21T22:06:08.182Z | Compiling arrayvec v0.7.6 |
3108 | 2025-02-21T22:06:08.209Z | Compiling constant_time_eq v0.3.1 |
3109 | 2025-02-21T22:06:08.297Z | Compiling salty v0.3.0 |
3110 | 2025-02-21T22:06:08.356Z | Compiling arrayref v0.3.9 |
3111 | 2025-02-21T22:06:08.418Z | Checking chacha20poly1305 v0.10.1 |
3112 | 2025-02-21T22:06:08.484Z | Compiling toolchain_find v0.4.0 |
3113 | 2025-02-21T22:06:08.551Z | Compiling camino-tempfile v1.1.1 |
3114 | 2025-02-21T22:06:08.591Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3115 | 2025-02-21T22:06:08.741Z | Compiling bitfield-struct v0.6.2 |
3116 | 2025-02-21T22:06:08.846Z | Compiling topological-sort v0.2.2 |
3117 | 2025-02-21T22:06:08.965Z | Compiling mime_guess v2.0.5 |
3118 | 2025-02-21T22:06:09.059Z | Compiling rustfmt-wrapper v0.2.1 |
3119 | 2025-02-21T22:06:09.481Z | Compiling omicron-zone-package v0.12.0 |
3120 | 2025-02-21T22:06:09.639Z | Compiling progenitor v0.9.1 |
3121 | 2025-02-21T22:06:09.659Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3122 | 2025-02-21T22:06:09.869Z | Checking primeorder v0.13.6 |
3123 | 2025-02-21T22:06:09.897Z | Checking env_filter v0.1.2 |
3124 | 2025-02-21T22:06:09.938Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3125 | 2025-02-21T22:06:09.996Z | Checking thiserror-no-std v2.0.2 |
3126 | 2025-02-21T22:06:10.089Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3127 | 2025-02-21T22:06:10.120Z | Checking env_logger v0.11.5 |
3128 | 2025-02-21T22:06:10.138Z | Checking vsss-rs v3.3.4 |
3129 | 2025-02-21T22:06:10.154Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3130 | 2025-02-21T22:06:10.318Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3131 | 2025-02-21T22:06:10.338Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3132 | 2025-02-21T22:06:10.341Z | Checking p384 v0.13.0 |
3133 | 2025-02-21T22:06:10.559Z | Checking lockfree-object-pool v0.1.6 |
3134 | 2025-02-21T22:06:10.669Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3135 | 2025-02-21T22:06:10.744Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3136 | 2025-02-21T22:06:10.796Z | Checking bumpalo v3.16.0 |
3137 | 2025-02-21T22:06:10.842Z | Compiling zip v2.1.3 |
3138 | 2025-02-21T22:06:11.073Z | Checking http-range v0.1.5 |
3139 | 2025-02-21T22:06:11.137Z | Checking simd-adler32 v0.3.7 |
3140 | 2025-02-21T22:06:11.140Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3141 | 2025-02-21T22:06:11.266Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3142 | 2025-02-21T22:06:11.473Z | Checking zopfli v0.8.1 |
3143 | 2025-02-21T22:06:11.507Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3144 | 2025-02-21T22:06:11.800Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3145 | 2025-02-21T22:06:11.860Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3146 | 2025-02-21T22:06:12.059Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3147 | 2025-02-21T22:06:12.171Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3148 | 2025-02-21T22:06:12.248Z | Checking atty v0.2.14 |
3149 | 2025-02-21T22:06:12.392Z | Checking glob v0.3.2 |
3150 | 2025-02-21T22:06:12.470Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3151 | 2025-02-21T22:06:12.558Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3152 | 2025-02-21T22:06:12.721Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3153 | 2025-02-21T22:06:13.184Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3154 | 2025-02-21T22:06:13.695Z | Checking hyper-staticfile v0.10.1 |
3155 | 2025-02-21T22:06:13.876Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3156 | 2025-02-21T22:06:14.147Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3157 | 2025-02-21T22:06:14.191Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3158 | 2025-02-21T22:06:14.211Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3159 | 2025-02-21T22:06:14.520Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3160 | 2025-02-21T22:06:14.567Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3161 | 2025-02-21T22:06:14.733Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3162 | 2025-02-21T22:06:15.093Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3163 | 2025-02-21T22:06:15.231Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3164 | 2025-02-21T22:06:15.343Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3165 | 2025-02-21T22:06:15.525Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3166 | 2025-02-21T22:06:18.517Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3167 | 2025-02-21T22:06:18.517Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3168 | 2025-02-21T22:06:27.168Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3169 | 2025-02-21T22:06:40.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.00s |
3170 | 2025-02-21T22:06:40.517Z | |
3171 | 2025-02-21T22:06:40.517Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3172 | 2025-02-21T22:06:41.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-02-21T22:06:41.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-02-21T22:06:41.263Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-02-21T22:06:54.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
3176 | 2025-02-21T22:06:54.590Z | |
3177 | 2025-02-21T22:06:54.590Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3178 | 2025-02-21T22:06:55.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-02-21T22:06:55.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-02-21T22:06:55.333Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-02-21T22:07:08.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
3182 | 2025-02-21T22:07:08.754Z | |
3183 | 2025-02-21T22:07:08.754Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3184 | 2025-02-21T22:07:09.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-02-21T22:07:09.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-02-21T22:07:09.494Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-02-21T22:07:22.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3188 | 2025-02-21T22:07:22.923Z | |
3189 | 2025-02-21T22:07:22.923Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3190 | 2025-02-21T22:07:23.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-02-21T22:07:23.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-02-21T22:07:23.664Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3193 | 2025-02-21T22:07:36.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
3194 | 2025-02-21T22:07:37.003Z | |
3195 | 2025-02-21T22:07:37.003Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3196 | 2025-02-21T22:07:37.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-02-21T22:07:37.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-02-21T22:07:37.747Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3199 | 2025-02-21T22:07:50.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
3200 | 2025-02-21T22:07:51.108Z | |
3201 | 2025-02-21T22:07:51.108Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3202 | 2025-02-21T22:07:51.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-02-21T22:07:51.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-02-21T22:07:51.846Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2025-02-21T22:08:05.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3206 | 2025-02-21T22:08:05.318Z | |
3207 | 2025-02-21T22:08:05.318Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3208 | 2025-02-21T22:08:05.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-02-21T22:08:05.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-02-21T22:08:06.060Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3211 | 2025-02-21T22:08:19.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
3212 | 2025-02-21T22:08:19.449Z | |
3213 | 2025-02-21T22:08:19.449Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3214 | 2025-02-21T22:08:20.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-02-21T22:08:20.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-02-21T22:08:20.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2025-02-21T22:08:20.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3218 | 2025-02-21T22:08:20.108Z | |
3219 | 2025-02-21T22:08:20.108Z | info: running `cargo check --bins` on key-manager (141/199) |
3220 | 2025-02-21T22:08:20.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-02-21T22:08:20.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-02-21T22:08:20.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-02-21T22:08:20.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3224 | 2025-02-21T22:08:20.744Z | |
3225 | 2025-02-21T22:08:20.744Z | info: running `cargo check --bins` on range-requests (142/199) |
3226 | 2025-02-21T22:08:21.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-02-21T22:08:21.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-02-21T22:08:21.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-02-21T22:08:21.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3230 | 2025-02-21T22:08:21.356Z | |
3231 | 2025-02-21T22:08:21.356Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3232 | 2025-02-21T22:08:21.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-02-21T22:08:21.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-02-21T22:08:21.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-02-21T22:08:21.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3236 | 2025-02-21T22:08:21.992Z | |
3237 | 2025-02-21T22:08:21.993Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3238 | 2025-02-21T22:08:22.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-02-21T22:08:22.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-02-21T22:08:22.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-02-21T22:08:22.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3242 | 2025-02-21T22:08:22.648Z | |
3243 | 2025-02-21T22:08:22.648Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3244 | 2025-02-21T22:08:23.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-02-21T22:08:23.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-02-21T22:08:23.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-02-21T22:08:23.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3248 | 2025-02-21T22:08:23.265Z | |
3249 | 2025-02-21T22:08:23.265Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3250 | 2025-02-21T22:08:23.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-02-21T22:08:23.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-02-21T22:08:23.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-02-21T22:08:23.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3254 | 2025-02-21T22:08:23.913Z | |
3255 | 2025-02-21T22:08:23.913Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3256 | 2025-02-21T22:08:24.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-02-21T22:08:24.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-02-21T22:08:24.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-02-21T22:08:24.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3260 | 2025-02-21T22:08:24.564Z | |
3261 | 2025-02-21T22:08:24.564Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3262 | 2025-02-21T22:08:25.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-02-21T22:08:25.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-02-21T22:08:25.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-02-21T22:08:25.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3266 | 2025-02-21T22:08:25.206Z | |
3267 | 2025-02-21T22:08:25.206Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3268 | 2025-02-21T22:08:25.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-02-21T22:08:25.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-02-21T22:08:25.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-02-21T22:08:25.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3272 | 2025-02-21T22:08:25.869Z | |
3273 | 2025-02-21T22:08:25.870Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3274 | 2025-02-21T22:08:26.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-02-21T22:08:26.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-02-21T22:08:26.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-02-21T22:08:26.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3278 | 2025-02-21T22:08:26.539Z | |
3279 | 2025-02-21T22:08:26.539Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3280 | 2025-02-21T22:08:27.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-02-21T22:08:27.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-02-21T22:08:27.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-02-21T22:08:27.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3284 | 2025-02-21T22:08:27.218Z | |
3285 | 2025-02-21T22:08:27.218Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3286 | 2025-02-21T22:08:27.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-02-21T22:08:27.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-02-21T22:08:27.937Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3289 | 2025-02-21T22:08:27.937Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3290 | 2025-02-21T22:08:28.814Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3291 | 2025-02-21T22:08:30.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
3292 | 2025-02-21T22:08:30.938Z | |
3293 | 2025-02-21T22:08:30.939Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3294 | 2025-02-21T22:08:31.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-02-21T22:08:31.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-02-21T22:08:31.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-02-21T22:08:31.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3298 | 2025-02-21T22:08:31.579Z | |
3299 | 2025-02-21T22:08:31.580Z | info: running `cargo check --bins` on cert-dev (154/199) |
3300 | 2025-02-21T22:08:32.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-02-21T22:08:32.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-02-21T22:08:32.214Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3303 | 2025-02-21T22:08:32.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3304 | 2025-02-21T22:08:32.650Z | |
3305 | 2025-02-21T22:08:32.650Z | info: running `cargo check --bins` on clickana (155/199) |
3306 | 2025-02-21T22:08:33.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-02-21T22:08:33.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-02-21T22:08:33.310Z | Checking castaway v0.2.3 |
3309 | 2025-02-21T22:08:33.313Z | Checking unicode-truncate v1.1.0 |
3310 | 2025-02-21T22:08:33.313Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3311 | 2025-02-21T22:08:33.313Z | Checking lru v0.12.5 |
3312 | 2025-02-21T22:08:33.313Z | Compiling instability v0.3.2 |
3313 | 2025-02-21T22:08:33.313Z | Checking cassowary v0.3.0 |
3314 | 2025-02-21T22:08:33.314Z | Compiling indoc v2.0.5 |
3315 | 2025-02-21T22:08:33.534Z | Checking compact_str v0.8.0 |
3316 | 2025-02-21T22:08:34.192Z | Checking ratatui v0.29.0 |
3317 | 2025-02-21T22:08:35.071Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3318 | 2025-02-21T22:08:36.237Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3319 | 2025-02-21T22:08:37.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
3320 | 2025-02-21T22:08:37.228Z | |
3321 | 2025-02-21T22:08:37.228Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3322 | 2025-02-21T22:08:37.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-02-21T22:08:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-02-21T22:08:37.921Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3325 | 2025-02-21T22:08:37.924Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3326 | 2025-02-21T22:08:38.910Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3327 | 2025-02-21T22:08:39.363Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3328 | 2025-02-21T22:08:39.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
3329 | 2025-02-21T22:08:39.902Z | |
3330 | 2025-02-21T22:08:39.902Z | info: running `cargo check --bins` on ch-dev (157/199) |
3331 | 2025-02-21T22:08:40.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-02-21T22:08:40.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-02-21T22:08:40.565Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3334 | 2025-02-21T22:08:41.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3335 | 2025-02-21T22:08:41.458Z | |
3336 | 2025-02-21T22:08:41.458Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3337 | 2025-02-21T22:08:42.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-02-21T22:08:42.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-02-21T22:08:42.128Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3340 | 2025-02-21T22:08:42.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3341 | 2025-02-21T22:08:42.654Z | |
3342 | 2025-02-21T22:08:42.655Z | info: running `cargo check --bins` on db-dev (159/199) |
3343 | 2025-02-21T22:08:43.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-02-21T22:08:43.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-02-21T22:08:43.323Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3346 | 2025-02-21T22:08:44.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3347 | 2025-02-21T22:08:44.230Z | |
3348 | 2025-02-21T22:08:44.230Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3349 | 2025-02-21T22:08:44.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-02-21T22:08:44.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-02-21T22:08:44.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-02-21T22:08:44.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3353 | 2025-02-21T22:08:44.889Z | |
3354 | 2025-02-21T22:08:44.889Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3355 | 2025-02-21T22:08:45.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-02-21T22:08:45.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-02-21T22:08:45.504Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3358 | 2025-02-21T22:08:46.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3359 | 2025-02-21T22:08:46.509Z | |
3360 | 2025-02-21T22:08:46.509Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3361 | 2025-02-21T22:08:47.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-02-21T22:08:47.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-02-21T22:08:47.129Z | Checking cargo-platform v0.1.8 |
3364 | 2025-02-21T22:08:47.410Z | Checking cargo_metadata v0.18.1 |
3365 | 2025-02-21T22:08:48.599Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3366 | 2025-02-21T22:08:49.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3367 | 2025-02-21T22:08:49.293Z | |
3368 | 2025-02-21T22:08:49.294Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3369 | 2025-02-21T22:08:49.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-02-21T22:08:49.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-02-21T22:08:50.010Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3372 | 2025-02-21T22:08:51.464Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3373 | 2025-02-21T22:08:52.012Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3374 | 2025-02-21T22:08:52.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
3375 | 2025-02-21T22:08:52.723Z | |
3376 | 2025-02-21T22:08:52.723Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3377 | 2025-02-21T22:08:53.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2025-02-21T22:08:53.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2025-02-21T22:08:53.515Z | Compiling crunchy v0.2.2 |
3380 | 2025-02-21T22:08:53.515Z | Compiling tiny-keccak v2.0.2 |
3381 | 2025-02-21T22:08:53.519Z | Compiling dsl_auto_type v0.1.2 |
3382 | 2025-02-21T22:08:53.519Z | Checking scheduled-thread-pool v0.2.7 |
3383 | 2025-02-21T22:08:53.519Z | Compiling diesel_table_macro_syntax v0.2.0 |
3384 | 2025-02-21T22:08:53.675Z | Compiling ascii-canvas v3.0.0 |
3385 | 2025-02-21T22:08:53.678Z | Compiling ena v0.14.3 |
3386 | 2025-02-21T22:08:53.678Z | Compiling diff v0.1.13 |
3387 | 2025-02-21T22:08:53.856Z | Checking r2d2 v0.8.10 |
3388 | 2025-02-21T22:08:53.950Z | Compiling regex-syntax v0.6.29 |
3389 | 2025-02-21T22:08:54.048Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3390 | 2025-02-21T22:08:54.070Z | Compiling ref-cast v1.0.23 |
3391 | 2025-02-21T22:08:54.117Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3392 | 2025-02-21T22:08:54.173Z | Compiling derive_builder_core v0.20.2 |
3393 | 2025-02-21T22:08:54.193Z | Compiling libxml v0.3.3 |
3394 | 2025-02-21T22:08:54.277Z | Compiling ref-cast-impl v1.0.23 |
3395 | 2025-02-21T22:08:54.414Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3396 | 2025-02-21T22:08:54.621Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3397 | 2025-02-21T22:08:54.649Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3398 | 2025-02-21T22:08:54.902Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3399 | 2025-02-21T22:08:54.940Z | Compiling strum_macros v0.24.3 |
3400 | 2025-02-21T22:08:54.960Z | Compiling diesel_derives v2.2.3 |
3401 | 2025-02-21T22:08:54.978Z | Compiling samael v0.0.17 |
3402 | 2025-02-21T22:08:55.246Z | Compiling indoc v1.0.9 |
3403 | 2025-02-21T22:08:56.133Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3404 | 2025-02-21T22:08:56.255Z | Compiling derive_builder_macro v0.20.2 |
3405 | 2025-02-21T22:08:56.442Z | Compiling oso-derive v0.27.3 |
3406 | 2025-02-21T22:08:57.015Z | Compiling impl-trait-for-tuples v0.2.2 |
3407 | 2025-02-21T22:08:57.130Z | Checking derive_builder v0.20.2 |
3408 | 2025-02-21T22:08:57.295Z | Compiling lalrpop v0.19.12 |
3409 | 2025-02-21T22:08:57.427Z | Checking quick-xml v0.33.0 |
3410 | 2025-02-21T22:08:57.620Z | Compiling diesel-dtrace v0.4.2 |
3411 | 2025-02-21T22:08:57.941Z | Checking maplit v1.0.2 |
3412 | 2025-02-21T22:08:58.113Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3413 | 2025-02-21T22:08:58.144Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3414 | 2025-02-21T22:08:58.449Z | Checking bb8 v0.8.5 |
3415 | 2025-02-21T22:08:58.879Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3416 | 2025-02-21T22:08:58.931Z | Checking rand_seeder v0.3.0 |
3417 | 2025-02-21T22:08:59.158Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3418 | 2025-02-21T22:08:59.185Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3419 | 2025-02-21T22:08:59.226Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3420 | 2025-02-21T22:08:59.396Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3421 | 2025-02-21T22:08:59.600Z | Checking is_ci v1.2.0 |
3422 | 2025-02-21T22:08:59.707Z | Checking smawk v0.3.2 |
3423 | 2025-02-21T22:08:59.760Z | Checking unicode-linebreak v0.1.5 |
3424 | 2025-02-21T22:08:59.929Z | Checking supports-color v3.0.1 |
3425 | 2025-02-21T22:09:00.178Z | Checking multimap v0.10.0 |
3426 | 2025-02-21T22:09:00.195Z | Checking textwrap v0.16.1 |
3427 | 2025-02-21T22:09:01.301Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3428 | 2025-02-21T22:09:03.005Z | Checking diesel v2.2.7 |
3429 | 2025-02-21T22:09:27.048Z | Compiling polar-core v0.27.3 |
3430 | 2025-02-21T22:09:28.570Z | Checking async-bb8-diesel v0.2.1 |
3431 | 2025-02-21T22:09:34.205Z | Checking oso v0.27.3 |
3432 | 2025-02-21T22:10:37.207Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3433 | 2025-02-21T22:10:43.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s |
3434 | 2025-02-21T22:10:43.977Z | |
3435 | 2025-02-21T22:10:43.977Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3436 | 2025-02-21T22:10:44.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2025-02-21T22:10:44.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2025-02-21T22:10:44.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3439 | 2025-02-21T22:10:44.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3440 | 2025-02-21T22:10:44.654Z | |
3441 | 2025-02-21T22:10:44.654Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3442 | 2025-02-21T22:10:45.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2025-02-21T22:10:45.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2025-02-21T22:10:45.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3445 | 2025-02-21T22:10:45.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3446 | 2025-02-21T22:10:45.327Z | |
3447 | 2025-02-21T22:10:45.327Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3448 | 2025-02-21T22:10:45.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-02-21T22:10:45.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-02-21T22:10:45.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3451 | 2025-02-21T22:10:45.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3452 | 2025-02-21T22:10:45.948Z | |
3453 | 2025-02-21T22:10:45.948Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3454 | 2025-02-21T22:10:46.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-02-21T22:10:46.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-02-21T22:10:46.775Z | Compiling libz-sys v1.1.20 |
3457 | 2025-02-21T22:10:46.778Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3458 | 2025-02-21T22:10:46.903Z | Compiling vergen v8.3.2 |
3459 | 2025-02-21T22:10:46.906Z | Compiling cargo-platform v0.1.8 |
3460 | 2025-02-21T22:10:46.906Z | Compiling pin-project-internal v1.1.6 |
3461 | 2025-02-21T22:10:46.940Z | Compiling libsqlite3-sys v0.30.1 |
3462 | 2025-02-21T22:10:46.943Z | Compiling snafu-derive v0.8.5 |
3463 | 2025-02-21T22:10:46.943Z | Compiling rustls v0.21.12 |
3464 | 2025-02-21T22:10:47.231Z | Compiling cargo_metadata v0.18.1 |
3465 | 2025-02-21T22:10:47.269Z | Compiling buf-list v1.0.3 |
3466 | 2025-02-21T22:10:47.422Z | Checking globset v0.4.15 |
3467 | 2025-02-21T22:10:47.529Z | Checking olpc-cjson v0.1.4 |
3468 | 2025-02-21T22:10:47.606Z | Checking sct v0.7.1 |
3469 | 2025-02-21T22:10:47.801Z | Checking rustls-webpki v0.101.7 |
3470 | 2025-02-21T22:10:47.821Z | Checking serde_plain v1.0.2 |
3471 | 2025-02-21T22:10:47.924Z | Checking typed-path v0.9.3 |
3472 | 2025-02-21T22:10:48.220Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3473 | 2025-02-21T22:10:48.452Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3474 | 2025-02-21T22:10:48.517Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3475 | 2025-02-21T22:10:48.780Z | Checking hashlink v0.9.1 |
3476 | 2025-02-21T22:10:48.828Z | Checking fallible-streaming-iterator v0.1.9 |
3477 | 2025-02-21T22:10:49.064Z | Checking fallible-iterator v0.3.0 |
3478 | 2025-02-21T22:10:49.328Z | Checking parse-size v1.1.0 |
3479 | 2025-02-21T22:10:49.548Z | Checking pin-project v1.1.6 |
3480 | 2025-02-21T22:10:49.621Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3481 | 2025-02-21T22:10:49.641Z | Checking rusqlite v0.32.1 |
3482 | 2025-02-21T22:10:49.672Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3483 | 2025-02-21T22:10:49.693Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3484 | 2025-02-21T22:10:50.183Z | Checking rustls-pemfile v1.0.4 |
3485 | 2025-02-21T22:10:50.378Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3486 | 2025-02-21T22:10:50.397Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3487 | 2025-02-21T22:10:50.524Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3488 | 2025-02-21T22:10:50.633Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3489 | 2025-02-21T22:10:50.693Z | Checking twox-hash v2.1.0 |
3490 | 2025-02-21T22:10:50.749Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3491 | 2025-02-21T22:10:50.977Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3492 | 2025-02-21T22:10:51.275Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3493 | 2025-02-21T22:10:51.409Z | Checking tokio-rustls v0.24.1 |
3494 | 2025-02-21T22:10:51.541Z | Checking snafu v0.8.5 |
3495 | 2025-02-21T22:10:51.957Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3496 | 2025-02-21T22:10:51.977Z | Checking tough v0.19.0 |
3497 | 2025-02-21T22:10:52.482Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3498 | 2025-02-21T22:10:52.525Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3499 | 2025-02-21T22:10:52.701Z | Checking fatfs v0.3.6 |
3500 | 2025-02-21T22:10:53.104Z | Checking assert_matches v1.5.0 |
3501 | 2025-02-21T22:10:55.943Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3502 | 2025-02-21T22:10:57.193Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3503 | 2025-02-21T22:10:59.070Z | Compiling git2 v0.19.0 |
3504 | 2025-02-21T22:11:03.058Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3505 | 2025-02-21T22:11:59.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3506 | 2025-02-21T22:12:00.215Z | |
3507 | 2025-02-21T22:12:00.215Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3508 | 2025-02-21T22:12:00.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2025-02-21T22:12:00.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2025-02-21T22:12:00.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3511 | 2025-02-21T22:12:00.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3512 | 2025-02-21T22:12:00.939Z | |
3513 | 2025-02-21T22:12:00.940Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3514 | 2025-02-21T22:12:01.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2025-02-21T22:12:01.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2025-02-21T22:12:01.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3517 | 2025-02-21T22:12:01.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3518 | 2025-02-21T22:12:01.558Z | |
3519 | 2025-02-21T22:12:01.558Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3520 | 2025-02-21T22:12:02.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2025-02-21T22:12:02.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2025-02-21T22:12:02.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2025-02-21T22:12:02.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3524 | 2025-02-21T22:12:02.229Z | |
3525 | 2025-02-21T22:12:02.229Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3526 | 2025-02-21T22:12:02.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2025-02-21T22:12:02.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2025-02-21T22:12:02.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2025-02-21T22:12:02.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3530 | 2025-02-21T22:12:02.909Z | |
3531 | 2025-02-21T22:12:02.909Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3532 | 2025-02-21T22:12:03.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2025-02-21T22:12:03.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2025-02-21T22:12:03.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3535 | 2025-02-21T22:12:03.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3536 | 2025-02-21T22:12:03.599Z | |
3537 | 2025-02-21T22:12:03.599Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3538 | 2025-02-21T22:12:04.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-02-21T22:12:04.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-02-21T22:12:04.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3541 | 2025-02-21T22:12:04.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3542 | 2025-02-21T22:12:04.285Z | |
3543 | 2025-02-21T22:12:04.285Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3544 | 2025-02-21T22:12:04.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2025-02-21T22:12:04.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2025-02-21T22:12:04.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3547 | 2025-02-21T22:12:04.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3548 | 2025-02-21T22:12:04.971Z | |
3549 | 2025-02-21T22:12:04.971Z | info: running `cargo check --bins` on update-common (176/199) |
3550 | 2025-02-21T22:12:05.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2025-02-21T22:12:05.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2025-02-21T22:12:05.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3553 | 2025-02-21T22:12:05.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3554 | 2025-02-21T22:12:05.630Z | |
3555 | 2025-02-21T22:12:05.630Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3556 | 2025-02-21T22:12:06.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-02-21T22:12:06.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-02-21T22:12:06.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3559 | 2025-02-21T22:12:06.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3560 | 2025-02-21T22:12:06.293Z | |
3561 | 2025-02-21T22:12:06.293Z | info: running `cargo check --bins` on tufaceous (178/199) |
3562 | 2025-02-21T22:12:06.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3563 | 2025-02-21T22:12:06.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3564 | 2025-02-21T22:12:06.970Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3565 | 2025-02-21T22:12:07.261Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3566 | 2025-02-21T22:12:08.241Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3567 | 2025-02-21T22:12:09.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3568 | 2025-02-21T22:12:09.209Z | |
3569 | 2025-02-21T22:12:09.209Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3570 | 2025-02-21T22:12:09.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2025-02-21T22:12:09.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2025-02-21T22:12:10.075Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3573 | 2025-02-21T22:12:10.078Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3574 | 2025-02-21T22:12:10.214Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3575 | 2025-02-21T22:12:10.217Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3576 | 2025-02-21T22:12:11.221Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3577 | 2025-02-21T22:12:37.371Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3578 | 2025-02-21T22:12:37.376Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3579 | 2025-02-21T22:12:37.376Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3580 | 2025-02-21T22:12:37.376Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3581 | 2025-02-21T22:12:37.377Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3582 | 2025-02-21T22:12:37.377Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3583 | 2025-02-21T22:12:38.144Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3584 | 2025-02-21T22:12:39.361Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3585 | 2025-02-21T22:13:20.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3586 | 2025-02-21T22:13:21.063Z | |
3587 | 2025-02-21T22:13:21.063Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3588 | 2025-02-21T22:13:21.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-02-21T22:13:21.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-02-21T22:13:21.781Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3591 | 2025-02-21T22:13:21.781Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3592 | 2025-02-21T22:13:21.803Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3593 | 2025-02-21T22:13:21.977Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3594 | 2025-02-21T22:13:21.990Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3595 | 2025-02-21T22:13:21.990Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3596 | 2025-02-21T22:13:21.990Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3597 | 2025-02-21T22:13:21.990Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3598 | 2025-02-21T22:13:22.169Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3599 | 2025-02-21T22:13:22.251Z | Checking heck v0.4.1 |
3600 | 2025-02-21T22:13:22.343Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3601 | 2025-02-21T22:13:22.451Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3602 | 2025-02-21T22:13:22.476Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3603 | 2025-02-21T22:13:22.522Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3604 | 2025-02-21T22:13:22.958Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3605 | 2025-02-21T22:13:23.275Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3606 | 2025-02-21T22:13:23.305Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3607 | 2025-02-21T22:13:24.417Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3608 | 2025-02-21T22:13:25.096Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3609 | 2025-02-21T22:13:25.253Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3610 | 2025-02-21T22:13:26.087Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3611 | 2025-02-21T22:13:27.391Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3612 | 2025-02-21T22:13:27.391Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3613 | 2025-02-21T22:13:30.929Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3614 | 2025-02-21T22:13:30.969Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3615 | 2025-02-21T22:13:36.448Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3616 | 2025-02-21T22:13:36.448Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3617 | 2025-02-21T22:13:37.702Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3618 | 2025-02-21T22:13:38.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s |
3619 | 2025-02-21T22:13:38.885Z | |
3620 | 2025-02-21T22:13:38.885Z | info: running `cargo check --bins` on installinator-api (181/199) |
3621 | 2025-02-21T22:13:39.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-02-21T22:13:39.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-02-21T22:13:39.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3624 | 2025-02-21T22:13:39.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3625 | 2025-02-21T22:13:39.546Z | |
3626 | 2025-02-21T22:13:39.546Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3627 | 2025-02-21T22:13:40.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-02-21T22:13:40.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-02-21T22:13:40.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3630 | 2025-02-21T22:13:40.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3631 | 2025-02-21T22:13:40.213Z | |
3632 | 2025-02-21T22:13:40.213Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3633 | 2025-02-21T22:13:40.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2025-02-21T22:13:40.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2025-02-21T22:13:40.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3636 | 2025-02-21T22:13:40.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3637 | 2025-02-21T22:13:40.835Z | |
3638 | 2025-02-21T22:13:40.835Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3639 | 2025-02-21T22:13:41.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3640 | 2025-02-21T22:13:41.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3641 | 2025-02-21T22:13:41.538Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3642 | 2025-02-21T22:13:41.541Z | Compiling petname v2.0.2 |
3643 | 2025-02-21T22:13:41.541Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3644 | 2025-02-21T22:13:41.541Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3645 | 2025-02-21T22:13:41.541Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3646 | 2025-02-21T22:13:41.541Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3647 | 2025-02-21T22:13:41.668Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3648 | 2025-02-21T22:13:41.704Z | Checking sync-ptr v0.1.1 |
3649 | 2025-02-21T22:13:46.845Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3650 | 2025-02-21T22:13:47.464Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3651 | 2025-02-21T22:13:48.622Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3652 | 2025-02-21T22:13:50.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s |
3653 | 2025-02-21T22:13:50.334Z | |
3654 | 2025-02-21T22:13:50.335Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3655 | 2025-02-21T22:13:50.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3656 | 2025-02-21T22:13:50.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3657 | 2025-02-21T22:13:50.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3658 | 2025-02-21T22:13:50.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3659 | 2025-02-21T22:13:51.018Z | |
3660 | 2025-02-21T22:13:51.018Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3661 | 2025-02-21T22:13:51.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3662 | 2025-02-21T22:13:51.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3663 | 2025-02-21T22:13:51.697Z | Checking memmap2 v0.9.5 |
3664 | 2025-02-21T22:13:51.697Z | Checking arrayref v0.3.9 |
3665 | 2025-02-21T22:13:51.702Z | Checking constant_time_eq v0.3.1 |
3666 | 2025-02-21T22:13:51.702Z | Checking arrayvec v0.7.6 |
3667 | 2025-02-21T22:13:51.702Z | Checking topological-sort v0.2.2 |
3668 | 2025-02-21T22:13:51.802Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3669 | 2025-02-21T22:13:51.811Z | Checking shell-words v1.1.0 |
3670 | 2025-02-21T22:13:52.101Z | Checking blake3 v1.5.4 |
3671 | 2025-02-21T22:13:52.462Z | Checking omicron-zone-package v0.12.0 |
3672 | 2025-02-21T22:13:53.580Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3673 | 2025-02-21T22:13:54.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
3674 | 2025-02-21T22:13:54.670Z | |
3675 | 2025-02-21T22:13:54.670Z | info: running `cargo check --bins` on xtask (187/199) |
3676 | 2025-02-21T22:13:55.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3677 | 2025-02-21T22:13:55.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3678 | 2025-02-21T22:13:55.104Z | Checking bitflags v2.6.0 |
3679 | 2025-02-21T22:13:55.107Z | Checking serde v1.0.217 |
3680 | 2025-02-21T22:13:55.107Z | Checking thiserror v1.0.69 |
3681 | 2025-02-21T22:13:55.197Z | Checking scroll v0.12.0 |
3682 | 2025-02-21T22:13:55.200Z | Checking log v0.4.22 |
3683 | 2025-02-21T22:13:55.205Z | Checking hashbrown v0.15.1 |
3684 | 2025-02-21T22:13:55.225Z | Checking zerocopy v0.7.35 |
3685 | 2025-02-21T22:13:55.240Z | Checking syn v2.0.96 |
3686 | 2025-02-21T22:13:55.314Z | Checking pest v2.7.14 |
3687 | 2025-02-21T22:13:55.447Z | Checking rustix v0.38.37 |
3688 | 2025-02-21T22:13:55.447Z | Checking once_cell v1.20.3 |
3689 | 2025-02-21T22:13:55.627Z | Checking goblin v0.8.2 |
3690 | 2025-02-21T22:13:55.779Z | Checking fs-err v2.11.0 |
3691 | 2025-02-21T22:13:56.114Z | Checking anyhow v1.0.96 |
3692 | 2025-02-21T22:13:56.227Z | Checking indexmap v2.7.1 |
3693 | 2025-02-21T22:13:56.400Z | Checking tabled v0.15.0 |
3694 | 2025-02-21T22:13:57.250Z | Checking terminal_size v0.4.0 |
3695 | 2025-02-21T22:13:57.250Z | Checking tempfile v3.13.0 |
3696 | 2025-02-21T22:13:57.438Z | Checking clap_builder v4.5.30 |
3697 | 2025-02-21T22:13:57.481Z | Checking dtrace-parser v0.2.0 |
3698 | 2025-02-21T22:13:59.296Z | Checking serde_json v1.0.139 |
3699 | 2025-02-21T22:13:59.296Z | Checking serde_spanned v0.6.8 |
3700 | 2025-02-21T22:13:59.299Z | Checking toml_datetime v0.6.8 |
3701 | 2025-02-21T22:13:59.299Z | Checking camino v1.1.9 |
3702 | 2025-02-21T22:13:59.299Z | Checking cargo-platform v0.1.8 |
3703 | 2025-02-21T22:13:59.299Z | Checking semver v1.0.25 |
3704 | 2025-02-21T22:13:59.454Z | Checking macaddr v1.0.1 |
3705 | 2025-02-21T22:13:59.640Z | Checking toml_edit v0.22.22 |
3706 | 2025-02-21T22:13:59.762Z | Checking camino-tempfile v1.1.1 |
3707 | 2025-02-21T22:13:59.951Z | Checking clap v4.5.30 |
3708 | 2025-02-21T22:14:00.407Z | Checking dof v0.3.0 |
3709 | 2025-02-21T22:14:00.407Z | Checking cargo_metadata v0.18.1 |
3710 | 2025-02-21T22:14:00.827Z | Checking usdt-impl v0.5.0 |
3711 | 2025-02-21T22:14:01.199Z | Checking usdt v0.5.0 |
3712 | 2025-02-21T22:14:01.392Z | Checking toml v0.8.19 |
3713 | 2025-02-21T22:14:01.829Z | Checking cargo_toml v0.20.5 |
3714 | 2025-02-21T22:14:02.962Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3715 | 2025-02-21T22:14:03.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
3716 | 2025-02-21T22:14:03.711Z | |
3717 | 2025-02-21T22:14:03.711Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3718 | 2025-02-21T22:14:04.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3719 | 2025-02-21T22:14:04.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3720 | 2025-02-21T22:14:04.472Z | Checking polyval v0.6.2 |
3721 | 2025-02-21T22:14:04.586Z | Checking ctr v0.9.2 |
3722 | 2025-02-21T22:14:04.597Z | Checking ssh-encoding v0.2.0 |
3723 | 2025-02-21T22:14:04.601Z | Checking blowfish v0.9.1 |
3724 | 2025-02-21T22:14:04.627Z | Checking password-hash v0.4.2 |
3725 | 2025-02-21T22:14:04.652Z | Checking p521 v0.13.3 |
3726 | 2025-02-21T22:14:04.652Z | Checking p256 v0.13.2 |
3727 | 2025-02-21T22:14:04.672Z | Checking russh-cryptovec v0.7.3 |
3728 | 2025-02-21T22:14:04.816Z | Checking bcrypt-pbkdf v0.10.0 |
3729 | 2025-02-21T22:14:04.836Z | Checking md5 v0.7.0 |
3730 | 2025-02-21T22:14:04.840Z | Checking ghash v0.5.1 |
3731 | 2025-02-21T22:14:04.884Z | Checking num-bigint v0.4.6 |
3732 | 2025-02-21T22:14:04.905Z | Checking des v0.8.1 |
3733 | 2025-02-21T22:14:05.011Z | Checking pbkdf2 v0.11.0 |
3734 | 2025-02-21T22:14:05.028Z | Checking aes-gcm v0.10.3 |
3735 | 2025-02-21T22:14:05.084Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3736 | 2025-02-21T22:14:05.107Z | Checking hex-literal v0.4.1 |
3737 | 2025-02-21T22:14:05.134Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3738 | 2025-02-21T22:14:05.163Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3739 | 2025-02-21T22:14:05.328Z | Checking internet-checksum v0.2.1 |
3740 | 2025-02-21T22:14:05.333Z | Checking ssh-cipher v0.2.0 |
3741 | 2025-02-21T22:14:05.554Z | Checking ssh-key v0.6.6 |
3742 | 2025-02-21T22:14:05.770Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3743 | 2025-02-21T22:14:06.702Z | Checking russh-keys v0.45.0 |
3744 | 2025-02-21T22:14:07.534Z | Checking russh v0.45.0 |
3745 | 2025-02-21T22:14:25.566Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3746 | 2025-02-21T22:14:26.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.20s |
3747 | 2025-02-21T22:14:27.111Z | |
3748 | 2025-02-21T22:14:27.111Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3749 | 2025-02-21T22:14:27.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3750 | 2025-02-21T22:14:27.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3751 | 2025-02-21T22:14:27.764Z | Checking termios v0.3.3 |
3752 | 2025-02-21T22:14:27.991Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3753 | 2025-02-21T22:14:28.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3754 | 2025-02-21T22:14:28.977Z | |
3755 | 2025-02-21T22:14:28.977Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3756 | 2025-02-21T22:14:29.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3757 | 2025-02-21T22:14:29.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3758 | 2025-02-21T22:14:29.673Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3759 | 2025-02-21T22:14:29.706Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3760 | 2025-02-21T22:14:29.706Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3761 | 2025-02-21T22:14:29.708Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3762 | 2025-02-21T22:14:30.672Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3763 | 2025-02-21T22:14:31.908Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3764 | 2025-02-21T22:14:33.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3765 | 2025-02-21T22:14:33.878Z | |
3766 | 2025-02-21T22:14:33.878Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3767 | 2025-02-21T22:14:34.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3768 | 2025-02-21T22:14:34.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3769 | 2025-02-21T22:14:34.523Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3770 | 2025-02-21T22:14:34.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3771 | 2025-02-21T22:14:35.165Z | |
3772 | 2025-02-21T22:14:35.165Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3773 | 2025-02-21T22:14:35.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3774 | 2025-02-21T22:14:35.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3775 | 2025-02-21T22:14:35.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3776 | 2025-02-21T22:14:35.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3777 | 2025-02-21T22:14:35.779Z | |
3778 | 2025-02-21T22:14:35.779Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3779 | 2025-02-21T22:14:36.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3780 | 2025-02-21T22:14:36.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3781 | 2025-02-21T22:14:36.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3782 | 2025-02-21T22:14:36.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3783 | 2025-02-21T22:14:36.402Z | |
3784 | 2025-02-21T22:14:36.403Z | info: running `cargo check --bins` on omicron-package (194/199) |
3785 | 2025-02-21T22:14:36.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3786 | 2025-02-21T22:14:36.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3787 | 2025-02-21T22:14:37.091Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3788 | 2025-02-21T22:14:38.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3789 | 2025-02-21T22:14:38.602Z | |
3790 | 2025-02-21T22:14:38.603Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3791 | 2025-02-21T22:14:39.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3792 | 2025-02-21T22:14:39.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3793 | 2025-02-21T22:14:39.323Z | Checking rtoolbox v0.0.2 |
3794 | 2025-02-21T22:14:39.326Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3795 | 2025-02-21T22:14:39.326Z | Checking tui-tree-widget v0.23.0 |
3796 | 2025-02-21T22:14:39.557Z | Checking rpassword v7.3.1 |
3797 | 2025-02-21T22:14:43.306Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3798 | 2025-02-21T22:14:46.067Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3799 | 2025-02-21T22:14:47.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s |
3800 | 2025-02-21T22:14:47.404Z | |
3801 | 2025-02-21T22:14:47.404Z | info: running `cargo check --bins` on wicket (196/199) |
3802 | 2025-02-21T22:14:47.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3803 | 2025-02-21T22:14:48.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3804 | 2025-02-21T22:14:48.111Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3805 | 2025-02-21T22:14:48.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3806 | 2025-02-21T22:14:48.708Z | |
3807 | 2025-02-21T22:14:48.708Z | info: running `cargo check --bins` on wicketd (197/199) |
3808 | 2025-02-21T22:14:49.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3809 | 2025-02-21T22:14:49.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3810 | 2025-02-21T22:14:49.432Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3811 | 2025-02-21T22:14:49.436Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3812 | 2025-02-21T22:14:50.263Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3813 | 2025-02-21T22:14:54.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
3814 | 2025-02-21T22:14:54.223Z | |
3815 | 2025-02-21T22:14:54.223Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3816 | 2025-02-21T22:14:54.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3817 | 2025-02-21T22:14:54.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3818 | 2025-02-21T22:14:54.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3819 | 2025-02-21T22:14:54.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3820 | 2025-02-21T22:14:54.961Z | |
3821 | 2025-02-21T22:14:54.961Z | info: running `cargo check --bins` on zone-setup (199/199) |
3822 | 2025-02-21T22:14:55.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3823 | 2025-02-21T22:14:55.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3824 | 2025-02-21T22:14:55.668Z | Checking uzers v0.12.1 |
3825 | 2025-02-21T22:14:55.950Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3826 | 2025-02-21T22:15:00.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
3827 | 2025-02-21T22:15:00.653Z | |
3828 | 2025-02-21T22:15:00.653Z | real 13:32.399301347 |
3829 | 2025-02-21T22:15:00.653Z | user 25:39.560002073 |
3830 | 2025-02-21T22:15:00.653Z | sys 4:15.108026178 |
3831 | 2025-02-21T22:15:00.653Z | trap 0.502540762 |
3832 | 2025-02-21T22:15:00.653Z | tflt 0.508956306 |
3833 | 2025-02-21T22:15:00.653Z | dflt 1.579067521 |
3834 | 2025-02-21T22:15:00.653Z | kflt 0.001675630 |
3835 | 2025-02-21T22:15:00.653Z | lock 45:53.968384599 |
3836 | 2025-02-21T22:15:00.653Z | slp 2:08:41.237690102 |
3837 | 2025-02-21T22:15:00.653Z | lat 1:06.114615269 |
3838 | 2025-02-21T22:15:00.653Z | stop 3:44.596990791 |
3839 | 2025-02-21T22:15:00.653Z | process exited: duration 1079521 ms, exit code 0 |
|
3840 | 2025-02-21T22:15:00.765Z | found 0 output files |