|
|
|
1 | 2025-02-13T04:27:12.305Z | job assigned to worker 01JKYRXE46DMN7CJZ24G6E5CTF [factory aws, i-0c57e9c0d4724f2b8] (queued for 2 m 48 s) |
|
2 | 2025-02-13T04:27:19.891Z | starting task 0: "setup" |
3 | 2025-02-13T04:27:19.897Z | ++ uname -s |
4 | 2025-02-13T04:27:19.899Z | + kern=SunOS |
5 | 2025-02-13T04:27:19.899Z | + build_user=build |
6 | 2025-02-13T04:27:19.899Z | + build_uid=12345 |
7 | 2025-02-13T04:27:19.899Z | + work_dir=/work |
8 | 2025-02-13T04:27:19.899Z | + input_dir=/input |
9 | 2025-02-13T04:27:19.899Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:27:19.899Z | + case "$kern" in |
11 | 2025-02-13T04:27:19.899Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:27:19.902Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:27:21.909Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:27:22.025Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:27:22.029Z | + home_fs=zfs |
16 | 2025-02-13T04:27:22.029Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:27:22.029Z | + mkdir -p /home/build |
18 | 2025-02-13T04:27:22.029Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:27:24.030Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:27:24.033Z | process exited: duration 4143 ms, exit code 0 |
|
21 | 2025-02-13T04:27:24.040Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:27:24.047Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:27:24.047Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-13T04:27:24.047Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-13T04:27:24.047Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-02-13T04:27:24.047Z | * rust toolchain profile = "default" |
27 | 2025-02-13T04:27:24.047Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:27:24.050Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:27:24.050Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:27:24.166Z | info: downloading installer |
31 | 2025-02-13T04:27:25.496Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:27:25.496Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:27:25.496Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:27:25.496Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:27:25.496Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:27:25.496Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:27:25.496Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:27:25.496Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:27:25.496Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:27:25.512Z | info: profile set to 'default' |
41 | 2025-02-13T04:27:25.512Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:27:25.515Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:27:25.693Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:27:25.693Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:27:26.747Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:27:27.148Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:27:28.583Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:27:30.912Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:27:39.114Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:27:39.420Z | info: installing component 'cargo' |
51 | 2025-02-13T04:27:40.275Z | info: installing component 'clippy' |
52 | 2025-02-13T04:27:40.675Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:27:42.367Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:27:44.297Z | info: installing component 'rustc' |
55 | 2025-02-13T04:27:50.522Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:27:50.855Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:27:50.855Z | |
58 | 2025-02-13T04:27:51.244Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:27:51.244Z | |
60 | 2025-02-13T04:27:51.247Z | |
61 | 2025-02-13T04:27:51.247Z | Rust is installed now. Great! |
62 | 2025-02-13T04:27:51.247Z | |
63 | 2025-02-13T04:27:51.247Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:27:51.247Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:27:51.247Z | |
66 | 2025-02-13T04:27:51.247Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:27:51.247Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:27:51.247Z | |
69 | 2025-02-13T04:27:51.247Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:27:51.247Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:27:51.247Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:27:51.321Z | + rustup --version |
73 | 2025-02-13T04:27:51.328Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:27:51.331Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:27:51.406Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:27:51.409Z | + cargo --version |
77 | 2025-02-13T04:27:51.467Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:27:51.469Z | + rustc --version |
79 | 2025-02-13T04:27:51.531Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:27:51.534Z | process exited: duration 27488 ms, exit code 0 |
|
81 | 2025-02-13T04:27:51.540Z | starting task 2: "authentication" |
82 | 2025-02-13T04:27:51.561Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-13T04:27:51.567Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:27:51.571Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:27:51.574Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:27:51.615Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:27:58.685Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:27:58.685Z | + git fetch origin c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
89 | 2025-02-13T04:27:58.972Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:27:58.973Z | * branch c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 -> FETCH_HEAD |
91 | 2025-02-13T04:27:58.982Z | + [[ -n '' ]] |
92 | 2025-02-13T04:27:58.982Z | + git reset --hard c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
93 | 2025-02-13T04:27:59.165Z | HEAD is now at c3b0e63cb Update Rust crate tokio-tungstenite to 0.26.1 |
94 | 2025-02-13T04:27:59.168Z | process exited: duration 7598 ms, exit code 0 |
|
95 | 2025-02-13T04:27:59.176Z | starting task 4: "build" |
96 | 2025-02-13T04:27:59.179Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-13T04:27:59.182Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-13T04:27:59.182Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-13T04:27:59.182Z | + cargo --version |
100 | 2025-02-13T04:27:59.231Z | cargo 1.84.1 (66221abde 2024-11-19) |
101 | 2025-02-13T04:27:59.233Z | + rustc --version |
102 | 2025-02-13T04:27:59.293Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
103 | 2025-02-13T04:27:59.296Z | + source ./env.sh |
104 | 2025-02-13T04:27:59.296Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-02-13T04:27:59.296Z | ++ set -o xtrace |
106 | 2025-02-13T04:27:59.299Z | ++++ dirname ./env.sh |
107 | 2025-02-13T04:27:59.302Z | +++ readlink -f . |
108 | 2025-02-13T04:27:59.304Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-02-13T04:27:59.304Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-02-13T04:27:59.304Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-02-13T04:27:59.305Z | ++ 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 |
112 | 2025-02-13T04:27:59.305Z | ++ 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 |
113 | 2025-02-13T04:27:59.305Z | ++ 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 |
114 | 2025-02-13T04:27:59.305Z | ++ 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 |
115 | 2025-02-13T04:27:59.305Z | ++ 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 |
116 | 2025-02-13T04:27:59.305Z | ++ 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 |
117 | 2025-02-13T04:27:59.305Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-02-13T04:27:59.305Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-02-13T04:27:59.305Z | + 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 |
120 | 2025-02-13T04:27:59.305Z | + 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 |
121 | 2025-02-13T04:27:59.305Z | + banner prerequisites |
122 | 2025-02-13T04:27:59.308Z | |
123 | 2025-02-13T04:27:59.308Z | ##### ##### ###### ##### ###### #### # # # #### # |
124 | 2025-02-13T04:27:59.308Z | # # # # # # # # # # # # # # # |
125 | 2025-02-13T04:27:59.308Z | # # # # ##### # # ##### # # # # # #### # |
126 | 2025-02-13T04:27:59.308Z | ##### ##### # ##### # # # # # # # # # |
127 | 2025-02-13T04:27:59.308Z | # # # # # # # # # # # # # # # |
128 | 2025-02-13T04:27:59.308Z | # # # ###### # # ###### ### # #### # #### # |
129 | 2025-02-13T04:27:59.308Z | |
130 | 2025-02-13T04:27:59.308Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
131 | 2025-02-13T04:28:00.945Z | pkg list: illegal option -- F |
132 | 2025-02-13T04:28:00.945Z | Usage: |
133 | 2025-02-13T04:28:00.948Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
134 | 2025-02-13T04:28:00.948Z | [pkg_fmri_pattern ...] |
135 | 2025-02-13T04:28:01.800Z | pkg list: illegal option -- F |
136 | 2025-02-13T04:28:01.800Z | Usage: |
137 | 2025-02-13T04:28:01.806Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-13T04:28:01.806Z | [pkg_fmri_pattern ...] |
139 | 2025-02-13T04:28:10.634Z | Startup: Refreshing catalog 'helios-dev' ... Done |
140 | 2025-02-13T04:28:14.954Z | Startup: Caching catalogs ... Done |
141 | 2025-02-13T04:28:27.737Z | Planning: Solver setup ... Done (11.819s) |
142 | 2025-02-13T04:28:27.907Z | Planning: Running solver ... Done (0.159s) |
143 | 2025-02-13T04:28:28.019Z | Planning: Finding local manifests ... Done (0.007s) |
144 | 2025-02-13T04:28:28.083Z | Planning: Fetching manifests: 0/7 0% complete |
145 | 2025-02-13T04:28:28.716Z | Planning: Fetching manifests: 7/7 100% complete |
146 | 2025-02-13T04:28:28.827Z | Planning: Package planning ... Done (0.110s) |
147 | 2025-02-13T04:28:28.894Z | Planning: Merging actions ... Done (0.056s) |
148 | 2025-02-13T04:28:29.077Z | Planning: Checking for conflicting actions ... Done (0.195s) |
149 | 2025-02-13T04:28:31.185Z | Planning: Consolidating action changes ... Done (2.108s) |
150 | 2025-02-13T04:28:31.615Z | Planning: Evaluating mediators ... Done (0.430s) |
151 | 2025-02-13T04:28:31.699Z | Planning: Planning completed in 16.64 seconds |
152 | 2025-02-13T04:28:31.712Z | Packages to install: 4 |
153 | 2025-02-13T04:28:31.712Z | Packages to update: 3 |
154 | 2025-02-13T04:28:31.715Z | Mediators to change: 2 |
155 | 2025-02-13T04:28:31.715Z | Services to change: 1 |
156 | 2025-02-13T04:28:31.715Z | Estimated space available: 155.61 GB |
157 | 2025-02-13T04:28:31.715Z | Estimated space to be consumed: 1.65 GB |
158 | 2025-02-13T04:28:31.715Z | Create boot environment: No |
159 | 2025-02-13T04:28:31.715Z | Create backup boot environment: Yes |
160 | 2025-02-13T04:28:31.715Z | Rebuild boot archive: No |
161 | 2025-02-13T04:28:31.715Z | |
162 | 2025-02-13T04:28:31.715Z | Changed mediators: |
163 | 2025-02-13T04:28:31.715Z | mediator clang: |
164 | 2025-02-13T04:28:31.715Z | version: None -> 15 (system default) |
165 | 2025-02-13T04:28:31.715Z | |
166 | 2025-02-13T04:28:31.715Z | mediator llvm: |
167 | 2025-02-13T04:28:31.715Z | version: 14 (system default) -> 15 (system default) |
168 | 2025-02-13T04:28:31.715Z | |
169 | 2025-02-13T04:28:31.715Z | Changed packages: |
170 | 2025-02-13T04:28:31.716Z | helios-dev |
171 | 2025-02-13T04:28:31.716Z | developer/build-essential |
172 | 2025-02-13T04:28:31.716Z | None -> 11-2.0 |
173 | 2025-02-13T04:28:31.716Z | library/libxmlsec1 |
174 | 2025-02-13T04:28:31.716Z | None -> 1.2.35-2.0 |
175 | 2025-02-13T04:28:31.716Z | ooce/developer/clang-15 |
176 | 2025-02-13T04:28:31.716Z | None -> 15.0.7-2.0 |
177 | 2025-02-13T04:28:31.716Z | ooce/developer/llvm-15 |
178 | 2025-02-13T04:28:31.716Z | None -> 15.0.7-2.0 |
179 | 2025-02-13T04:28:31.716Z | package/pkg |
180 | 2025-02-13T04:28:31.716Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
181 | 2025-02-13T04:28:31.716Z | system/library/g++-runtime |
182 | 2025-02-13T04:28:31.716Z | 13-2.0 -> 14-2.0 |
183 | 2025-02-13T04:28:31.716Z | system/library/gcc-runtime |
184 | 2025-02-13T04:28:31.716Z | 13-2.0 -> 14-2.0 |
185 | 2025-02-13T04:28:31.716Z | |
186 | 2025-02-13T04:28:31.716Z | Services: |
187 | 2025-02-13T04:28:31.716Z | restart_fmri: |
188 | 2025-02-13T04:28:31.716Z | svc:/system/update-man-index:default |
189 | 2025-02-13T04:28:31.716Z | |
190 | 2025-02-13T04:28:31.716Z | Editable files to change: |
191 | 2025-02-13T04:28:31.716Z | Update: |
192 | 2025-02-13T04:28:31.716Z | usr/share/lib/pkg/web/config.shtml |
193 | 2025-02-13T04:28:31.794Z | |
194 | 2025-02-13T04:28:31.794Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
195 | 2025-02-13T04:28:36.884Z | Download: 124/4301 items 0.3/225.4MB 0% complete (346k/s) |
196 | 2025-02-13T04:28:42.796Z | Download: 206/4301 items 1.3/225.4MB 0% complete (136k/s) |
197 | 2025-02-13T04:28:48.676Z | Download: 209/4301 items 1.3/225.4MB 0% complete (132k/s) |
198 | 2025-02-13T04:28:57.160Z | Download: 211/4301 items 1.3/225.4MB 0% complete |
199 | 2025-02-13T04:29:02.165Z | Download: 370/4301 items 16.6/225.4MB 7% complete (3.1M/s) |
200 | 2025-02-13T04:29:07.228Z | Download: 825/4301 items 18.5/225.4MB 8% complete (1.8M/s) |
201 | 2025-02-13T04:29:12.233Z | Download: 1094/4301 items 19.8/225.4MB 8% complete (1.3M/s) |
202 | 2025-02-13T04:29:18.666Z | Download: 1196/4301 items 80.3/225.4MB 35% complete (6.2M/s) |
203 | 2025-02-13T04:29:38.697Z | Download: 1198/4301 items 80.9/225.4MB 35% complete |
204 | 2025-02-13T04:29:43.720Z | Download: 2212/4301 items 119.1/225.4MB 52% complete (7.8M/s) |
205 | 2025-02-13T04:29:48.725Z | Download: 2237/4301 items 119.3/225.4MB 52% complete (3.9M/s) |
206 | 2025-02-13T04:29:53.726Z | Download: 3124/4301 items 168.9/225.4MB 74% complete (4.9M/s) |
207 | 2025-02-13T04:30:01.763Z | Download: 3281/4301 items 211.3/225.4MB 93% complete (10.7M/s) |
208 | 2025-02-13T04:30:07.101Z | Download: 4297/4301 items 224.9/225.4MB 99% complete (1.6M/s) |
209 | 2025-02-13T04:30:07.115Z | Download: Completed 225.42 MB in 95.30 seconds (2.4M/s) |
210 | 2025-02-13T04:30:09.315Z | Actions: 1/5122 actions (Removing old actions) |
211 | 2025-02-13T04:30:09.338Z | Actions: 194/5122 actions (Installing new actions) |
212 | 2025-02-13T04:30:13.997Z | Actions: 4267/5122 actions (Updating modified actions) |
213 | 2025-02-13T04:30:14.350Z | Actions: Completed 5122 actions in 5.03 seconds. |
214 | 2025-02-13T04:30:14.585Z | Done (0.227s) |
215 | 2025-02-13T04:30:14.587Z | Done (0.001s) |
216 | 2025-02-13T04:30:15.187Z | Done (0.600s) |
217 | 2025-02-13T04:30:19.727Z | Done (4.311s) |
218 | 2025-02-13T04:30:19.816Z | Done (0.018s) |
219 | 2025-02-13T04:30:19.820Z | Done (0.000s) |
220 | 2025-02-13T04:30:19.985Z | Done (0.000s) |
221 | 2025-02-13T04:30:20.695Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-02-13T04:30:20.858Z | Planning: Checking for conflicting actions ... Done |
223 | 2025-02-13T04:30:20.861Z | Planning: Consolidating action changes ... Done |
224 | 2025-02-13T04:30:21.130Z | Planning: Evaluating mediators ... Done |
225 | 2025-02-13T04:30:21.133Z | Planning: Planning completed in 0.44 seconds |
226 | 2025-02-13T04:30:21.171Z | Mediators to change: 2 |
227 | 2025-02-13T04:30:21.171Z | Create boot environment: No |
228 | 2025-02-13T04:30:21.174Z | Create backup boot environment: No |
229 | 2025-02-13T04:30:21.326Z | Done |
230 | 2025-02-13T04:30:21.326Z | Done |
231 | 2025-02-13T04:30:21.706Z | Done |
232 | 2025-02-13T04:30:25.348Z | Done |
233 | 2025-02-13T04:30:25.439Z | Done |
234 | 2025-02-13T04:30:25.442Z | Done |
235 | 2025-02-13T04:30:25.591Z | Done |
236 | 2025-02-13T04:30:26.219Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-02-13T04:30:26.222Z | Planning: Merging actions ... Done |
238 | 2025-02-13T04:30:26.412Z | Planning: Checking for conflicting actions ... Done |
239 | 2025-02-13T04:30:26.415Z | Planning: Consolidating action changes ... Done |
240 | 2025-02-13T04:30:26.679Z | Planning: Evaluating mediators ... Done |
241 | 2025-02-13T04:30:26.734Z | Planning: Planning completed in 0.76 seconds |
242 | 2025-02-13T04:30:26.775Z | Packages to change: 1 |
243 | 2025-02-13T04:30:26.775Z | Mediators to change: 1 |
244 | 2025-02-13T04:30:26.778Z | Services to change: 1 |
245 | 2025-02-13T04:30:26.778Z | Create boot environment: No |
246 | 2025-02-13T04:30:26.778Z | Create backup boot environment: Yes |
247 | 2025-02-13T04:30:28.996Z | Actions: 1/6 actions (Updating modified actions) |
248 | 2025-02-13T04:30:29.001Z | Actions: Completed 6 actions in 0.00 seconds. |
249 | 2025-02-13T04:30:29.002Z | Done |
250 | 2025-02-13T04:30:29.002Z | Done |
251 | 2025-02-13T04:30:29.119Z | Done |
252 | 2025-02-13T04:30:32.738Z | Done |
253 | 2025-02-13T04:30:32.832Z | Done |
254 | 2025-02-13T04:30:32.834Z | Done |
255 | 2025-02-13T04:30:32.964Z | Done |
256 | 2025-02-13T04:30:33.404Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
257 | 2025-02-13T04:30:33.404Z | clang system 15 system |
258 | 2025-02-13T04:30:33.404Z | csh system system illumos |
259 | 2025-02-13T04:30:33.404Z | ctags system system illumos |
260 | 2025-02-13T04:30:33.404Z | gcc vendor 12 vendor |
261 | 2025-02-13T04:30:33.404Z | gcc system 10 system |
262 | 2025-02-13T04:30:33.404Z | gcc system 7 system |
263 | 2025-02-13T04:30:33.404Z | go system 1.20 system |
264 | 2025-02-13T04:30:33.404Z | go system 1.19 system |
265 | 2025-02-13T04:30:33.404Z | llvm system 15 system |
266 | 2025-02-13T04:30:33.404Z | llvm system 14 system |
267 | 2025-02-13T04:30:33.404Z | mariadb system 10.6 system |
268 | 2025-02-13T04:30:33.404Z | mta vendor vendor dma |
269 | 2025-02-13T04:30:33.404Z | openjdk system 17 system |
270 | 2025-02-13T04:30:33.404Z | openjdk system 11 system |
271 | 2025-02-13T04:30:33.404Z | openjdk system 1.8 system |
272 | 2025-02-13T04:30:33.404Z | openssl vendor 3 vendor |
273 | 2025-02-13T04:30:33.404Z | perl system 5.36 system |
274 | 2025-02-13T04:30:33.404Z | postgresql system 15 system |
275 | 2025-02-13T04:30:33.404Z | postgresql system 13 system |
276 | 2025-02-13T04:30:33.404Z | python vendor 3 vendor |
277 | 2025-02-13T04:30:33.404Z | python system 2 system |
278 | 2025-02-13T04:30:33.404Z | python3 system 3.11 system |
279 | 2025-02-13T04:30:33.404Z | ruby system 3.0 system |
280 | 2025-02-13T04:30:33.405Z | words vendor vendor american-english |
281 | 2025-02-13T04:30:33.405Z | words system system australian-english |
282 | 2025-02-13T04:30:33.405Z | words system system british-english |
283 | 2025-02-13T04:30:33.405Z | words system system canadian-english |
284 | 2025-02-13T04:30:33.405Z | words system system french |
285 | 2025-02-13T04:30:33.405Z | words system system italian |
286 | 2025-02-13T04:30:33.405Z | words system system ngerman |
287 | 2025-02-13T04:30:33.405Z | words system system ogerman |
288 | 2025-02-13T04:30:33.405Z | words system system spanish |
289 | 2025-02-13T04:30:33.737Z | PUBLISHER TYPE STATUS P LOCATION |
290 | 2025-02-13T04:30:33.737Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
291 | 2025-02-13T04:30:36.707Z | FMRI IFO |
292 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
293 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
294 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
295 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
296 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
297 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
298 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
299 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
300 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
301 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
302 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
303 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
304 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
305 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
306 | 2025-02-13T04:30:36.707Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
307 | 2025-02-13T04:30:37.486Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
308 | 2025-02-13T04:30:37.773Z | Updating crates.io index |
309 | 2025-02-13T04:30:37.843Z | Updating git repository `https://github.com/oxidecomputer/daft` |
310 | 2025-02-13T04:30:38.140Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
311 | 2025-02-13T04:30:38.694Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
312 | 2025-02-13T04:30:38.946Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
313 | 2025-02-13T04:30:39.225Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
314 | 2025-02-13T04:30:39.500Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
315 | 2025-02-13T04:30:40.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
316 | 2025-02-13T04:30:42.272Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2025-02-13T04:30:42.891Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
318 | 2025-02-13T04:30:43.623Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
319 | 2025-02-13T04:30:43.885Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
320 | 2025-02-13T04:30:44.172Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
321 | 2025-02-13T04:30:44.826Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
322 | 2025-02-13T04:30:45.140Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
323 | 2025-02-13T04:30:45.536Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
324 | 2025-02-13T04:30:45.790Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
325 | 2025-02-13T04:30:46.030Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
326 | 2025-02-13T04:30:46.255Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
327 | 2025-02-13T04:30:46.551Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
328 | 2025-02-13T04:30:46.927Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
329 | 2025-02-13T04:30:47.253Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
330 | 2025-02-13T04:30:47.563Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
331 | 2025-02-13T04:30:47.921Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
332 | 2025-02-13T04:30:48.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
333 | 2025-02-13T04:30:48.686Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
334 | 2025-02-13T04:30:48.949Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
335 | 2025-02-13T04:30:49.390Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
336 | 2025-02-13T04:30:49.811Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
337 | 2025-02-13T04:30:50.141Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2025-02-13T04:30:50.409Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2025-02-13T04:30:50.688Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
340 | 2025-02-13T04:30:51.985Z | Downloading crates ... |
341 | 2025-02-13T04:30:52.069Z | Downloaded anstyle-query v1.1.1 |
342 | 2025-02-13T04:30:52.079Z | Downloaded bitflags v2.6.0 |
343 | 2025-02-13T04:30:52.083Z | Downloaded anyhow v1.0.95 |
344 | 2025-02-13T04:30:52.087Z | Downloaded autocfg v1.4.0 |
345 | 2025-02-13T04:30:52.089Z | Downloaded anstyle v1.0.10 |
346 | 2025-02-13T04:30:52.092Z | Downloaded pretty-hex v0.4.1 |
347 | 2025-02-13T04:30:52.094Z | Downloaded errno v0.3.9 |
348 | 2025-02-13T04:30:52.097Z | Downloaded block-buffer v0.10.4 |
349 | 2025-02-13T04:30:52.111Z | Downloaded swrite v0.1.0 |
350 | 2025-02-13T04:30:52.114Z | Downloaded usdt-macro v0.5.0 |
351 | 2025-02-13T04:30:52.114Z | Downloaded terminal_size v0.4.0 |
352 | 2025-02-13T04:30:52.117Z | Downloaded heck v0.5.0 |
353 | 2025-02-13T04:30:52.120Z | Downloaded toml_datetime v0.6.8 |
354 | 2025-02-13T04:30:52.122Z | Downloaded camino-tempfile v1.1.1 |
355 | 2025-02-13T04:30:52.125Z | Downloaded byteorder v1.5.0 |
356 | 2025-02-13T04:30:52.125Z | Downloaded dof v0.3.0 |
357 | 2025-02-13T04:30:52.134Z | Downloaded fnv v1.0.7 |
358 | 2025-02-13T04:30:52.140Z | Downloaded memmap v0.7.0 |
359 | 2025-02-13T04:30:52.142Z | Downloaded bytecount v0.6.8 |
360 | 2025-02-13T04:30:52.145Z | Downloaded strsim v0.11.1 |
361 | 2025-02-13T04:30:52.145Z | Downloaded digest v0.10.7 |
362 | 2025-02-13T04:30:52.148Z | Downloaded clap_lex v0.7.4 |
363 | 2025-02-13T04:30:52.154Z | Downloaded scroll_derive v0.12.0 |
364 | 2025-02-13T04:30:52.156Z | Downloaded anstyle-parse v0.2.5 |
365 | 2025-02-13T04:30:52.160Z | Downloaded utf8parse v0.2.2 |
366 | 2025-02-13T04:30:52.162Z | Downloaded usdt-attr-macro v0.5.0 |
367 | 2025-02-13T04:30:52.162Z | Downloaded generic-array v0.14.7 |
368 | 2025-02-13T04:30:52.165Z | Downloaded smawk v0.3.2 |
369 | 2025-02-13T04:30:52.165Z | Downloaded thiserror-impl v1.0.69 |
370 | 2025-02-13T04:30:52.168Z | Downloaded scroll v0.12.0 |
371 | 2025-02-13T04:30:52.168Z | Downloaded clap_derive v4.5.24 |
372 | 2025-02-13T04:30:52.175Z | Downloaded fastrand v2.1.1 |
373 | 2025-02-13T04:30:52.179Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2025-02-13T04:30:52.181Z | Downloaded equivalent v1.0.1 |
375 | 2025-02-13T04:30:52.187Z | Downloaded sha2 v0.10.8 |
376 | 2025-02-13T04:30:52.190Z | Downloaded anstream v0.6.15 |
377 | 2025-02-13T04:30:52.192Z | Downloaded proc-macro-error v1.0.4 |
378 | 2025-02-13T04:30:52.195Z | Downloaded plain v0.2.3 |
379 | 2025-02-13T04:30:52.199Z | Downloaded pest_derive v2.7.14 |
380 | 2025-02-13T04:30:52.202Z | Downloaded crypto-common v0.1.6 |
381 | 2025-02-13T04:30:52.205Z | Downloaded unicode-linebreak v0.1.5 |
382 | 2025-02-13T04:30:52.209Z | Downloaded tabled_derive v0.7.0 |
383 | 2025-02-13T04:30:52.212Z | Downloaded cargo_toml v0.20.5 |
384 | 2025-02-13T04:30:52.212Z | Downloaded itoa v1.0.11 |
385 | 2025-02-13T04:30:52.215Z | Downloaded is_terminal_polyfill v1.70.1 |
386 | 2025-02-13T04:30:52.215Z | Downloaded cpufeatures v0.2.14 |
387 | 2025-02-13T04:30:52.218Z | Downloaded cargo-platform v0.1.8 |
388 | 2025-02-13T04:30:52.218Z | Downloaded pest_generator v2.7.14 |
389 | 2025-02-13T04:30:52.218Z | Downloaded camino v1.1.9 |
390 | 2025-02-13T04:30:52.221Z | Downloaded cargo_metadata v0.18.1 |
391 | 2025-02-13T04:30:52.223Z | Downloaded zerocopy-derive v0.7.35 |
392 | 2025-02-13T04:30:52.226Z | Downloaded version_check v0.9.5 |
393 | 2025-02-13T04:30:52.228Z | Downloaded thread-id v4.2.2 |
394 | 2025-02-13T04:30:52.228Z | Downloaded proc-macro-error-attr v1.0.4 |
395 | 2025-02-13T04:30:52.228Z | Downloaded dtrace-parser v0.2.0 |
396 | 2025-02-13T04:30:52.231Z | Downloaded usdt-impl v0.5.0 |
397 | 2025-02-13T04:30:52.231Z | Downloaded textwrap v0.16.1 |
398 | 2025-02-13T04:30:52.234Z | Downloaded cfg-if v1.0.0 |
399 | 2025-02-13T04:30:52.234Z | Downloaded once_cell v1.20.2 |
400 | 2025-02-13T04:30:52.236Z | Downloaded serde_spanned v0.6.8 |
401 | 2025-02-13T04:30:52.239Z | Downloaded usdt v0.5.0 |
402 | 2025-02-13T04:30:52.241Z | Downloaded thiserror v1.0.69 |
403 | 2025-02-13T04:30:52.245Z | Downloaded fs-err v2.11.0 |
404 | 2025-02-13T04:30:52.247Z | Downloaded ucd-trie v0.1.7 |
405 | 2025-02-13T04:30:52.250Z | Downloaded ryu v1.0.18 |
406 | 2025-02-13T04:30:52.252Z | Downloaded proc-macro2 v1.0.92 |
407 | 2025-02-13T04:30:52.256Z | Downloaded quote v1.0.38 |
408 | 2025-02-13T04:30:52.259Z | Downloaded macaddr v1.0.1 |
409 | 2025-02-13T04:30:52.259Z | Downloaded heck v0.4.1 |
410 | 2025-02-13T04:30:52.259Z | Downloaded colorchoice v1.0.2 |
411 | 2025-02-13T04:30:52.282Z | Downloaded tempfile v3.13.0 |
412 | 2025-02-13T04:30:52.285Z | Downloaded semver v1.0.24 |
413 | 2025-02-13T04:30:52.292Z | Downloaded unicode-ident v1.0.14 |
414 | 2025-02-13T04:30:52.297Z | Downloaded toml v0.8.19 |
415 | 2025-02-13T04:30:52.301Z | Downloaded log v0.4.22 |
416 | 2025-02-13T04:30:52.304Z | Downloaded clap v4.5.27 |
417 | 2025-02-13T04:30:52.310Z | Downloaded typenum v1.17.0 |
418 | 2025-02-13T04:30:52.313Z | Downloaded serde v1.0.217 |
419 | 2025-02-13T04:30:52.316Z | Downloaded pest_meta v2.7.14 |
420 | 2025-02-13T04:30:52.323Z | Downloaded papergrid v0.11.0 |
421 | 2025-02-13T04:30:52.328Z | Downloaded serde_derive v1.0.217 |
422 | 2025-02-13T04:30:52.338Z | Downloaded indexmap v2.7.1 |
423 | 2025-02-13T04:30:52.365Z | Downloaded memchr v2.7.4 |
424 | 2025-02-13T04:30:52.374Z | Downloaded toml_edit v0.22.22 |
425 | 2025-02-13T04:30:52.395Z | Downloaded pest v2.7.14 |
426 | 2025-02-13T04:30:52.416Z | Downloaded serde_json v1.0.135 |
427 | 2025-02-13T04:30:52.425Z | Downloaded hashbrown v0.15.1 |
428 | 2025-02-13T04:30:52.427Z | Downloaded zerocopy v0.7.35 |
429 | 2025-02-13T04:30:52.441Z | Downloaded clap_builder v4.5.27 |
430 | 2025-02-13T04:30:52.447Z | Downloaded winnow v0.6.20 |
431 | 2025-02-13T04:30:52.455Z | Downloaded tabled v0.15.0 |
432 | 2025-02-13T04:30:52.470Z | Downloaded goblin v0.8.2 |
433 | 2025-02-13T04:30:52.476Z | Downloaded syn v1.0.109 |
434 | 2025-02-13T04:30:52.485Z | Downloaded syn v2.0.96 |
435 | 2025-02-13T04:30:52.496Z | Downloaded unicode-width v0.1.14 |
436 | 2025-02-13T04:30:52.507Z | Downloaded rustix v0.38.37 |
437 | 2025-02-13T04:30:52.538Z | Downloaded libc v0.2.169 |
438 | 2025-02-13T04:30:52.851Z | Compiling proc-macro2 v1.0.92 |
439 | 2025-02-13T04:30:52.851Z | Compiling unicode-ident v1.0.14 |
440 | 2025-02-13T04:30:52.854Z | Compiling serde v1.0.217 |
441 | 2025-02-13T04:30:52.854Z | Compiling version_check v0.9.5 |
442 | 2025-02-13T04:30:52.854Z | Compiling thiserror v1.0.69 |
443 | 2025-02-13T04:30:52.854Z | Compiling memchr v2.7.4 |
444 | 2025-02-13T04:30:52.854Z | Compiling libc v0.2.169 |
445 | 2025-02-13T04:30:52.854Z | Compiling ryu v1.0.18 |
446 | 2025-02-13T04:30:53.131Z | Compiling itoa v1.0.11 |
447 | 2025-02-13T04:30:53.312Z | Compiling ucd-trie v0.1.7 |
448 | 2025-02-13T04:30:53.619Z | Compiling once_cell v1.20.2 |
449 | 2025-02-13T04:30:53.689Z | Compiling byteorder v1.5.0 |
450 | 2025-02-13T04:30:53.914Z | Compiling rustix v0.38.37 |
451 | 2025-02-13T04:30:53.917Z | Compiling serde_json v1.0.135 |
452 | 2025-02-13T04:30:54.245Z | Compiling bitflags v2.6.0 |
453 | 2025-02-13T04:30:54.331Z | Compiling proc-macro-error-attr v1.0.4 |
454 | 2025-02-13T04:30:54.620Z | Compiling usdt-impl v0.5.0 |
455 | 2025-02-13T04:30:54.644Z | Compiling syn v1.0.109 |
456 | 2025-02-13T04:30:54.668Z | Compiling proc-macro-error v1.0.4 |
457 | 2025-02-13T04:30:54.736Z | Compiling quote v1.0.38 |
458 | 2025-02-13T04:30:54.822Z | Compiling log v0.4.22 |
459 | 2025-02-13T04:30:54.967Z | Compiling equivalent v1.0.1 |
460 | 2025-02-13T04:30:55.103Z | Compiling syn v2.0.96 |
461 | 2025-02-13T04:30:55.107Z | Compiling errno v0.3.9 |
462 | 2025-02-13T04:30:55.203Z | Compiling utf8parse v0.2.2 |
463 | 2025-02-13T04:30:55.254Z | Compiling camino v1.1.9 |
464 | 2025-02-13T04:30:55.350Z | Compiling plain v0.2.3 |
465 | 2025-02-13T04:30:55.376Z | Compiling hashbrown v0.15.1 |
466 | 2025-02-13T04:30:55.400Z | Compiling anstyle-parse v0.2.5 |
467 | 2025-02-13T04:30:55.438Z | Compiling thread-id v4.2.2 |
468 | 2025-02-13T04:30:55.759Z | Compiling anstyle v1.0.10 |
469 | 2025-02-13T04:30:55.913Z | Compiling winnow v0.6.20 |
470 | 2025-02-13T04:30:56.098Z | Compiling unicode-width v0.1.14 |
471 | 2025-02-13T04:30:56.182Z | Compiling autocfg v1.4.0 |
472 | 2025-02-13T04:30:56.246Z | Compiling anstyle-query v1.1.1 |
473 | 2025-02-13T04:30:56.430Z | Compiling indexmap v2.7.1 |
474 | 2025-02-13T04:30:56.467Z | Compiling pretty-hex v0.4.1 |
475 | 2025-02-13T04:30:56.632Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-02-13T04:30:56.693Z | Compiling semver v1.0.24 |
477 | 2025-02-13T04:30:56.783Z | Compiling colorchoice v1.0.2 |
478 | 2025-02-13T04:30:56.972Z | Compiling anstream v0.6.15 |
479 | 2025-02-13T04:30:57.121Z | Compiling fs-err v2.11.0 |
480 | 2025-02-13T04:30:57.282Z | Compiling terminal_size v0.4.0 |
481 | 2025-02-13T04:30:57.585Z | Compiling heck v0.5.0 |
482 | 2025-02-13T04:30:57.646Z | Compiling cfg-if v1.0.0 |
483 | 2025-02-13T04:30:57.676Z | Compiling fnv v1.0.7 |
484 | 2025-02-13T04:30:57.754Z | Compiling strsim v0.11.1 |
485 | 2025-02-13T04:30:57.803Z | Compiling anyhow v1.0.95 |
486 | 2025-02-13T04:30:57.835Z | Compiling fastrand v2.1.1 |
487 | 2025-02-13T04:30:58.063Z | Compiling bytecount v0.6.8 |
488 | 2025-02-13T04:30:58.124Z | Compiling clap_lex v0.7.4 |
489 | 2025-02-13T04:30:58.405Z | Compiling heck v0.4.1 |
490 | 2025-02-13T04:30:58.559Z | Compiling clap_builder v4.5.27 |
491 | 2025-02-13T04:30:58.587Z | Compiling tempfile v3.13.0 |
492 | 2025-02-13T04:30:58.844Z | Compiling papergrid v0.11.0 |
493 | 2025-02-13T04:30:58.895Z | Compiling memmap v0.7.0 |
494 | 2025-02-13T04:30:59.022Z | Compiling smawk v0.3.2 |
495 | 2025-02-13T04:30:59.253Z | Compiling unicode-linebreak v0.1.5 |
496 | 2025-02-13T04:30:59.390Z | Compiling swrite v0.1.0 |
497 | 2025-02-13T04:30:59.766Z | Compiling textwrap v0.16.1 |
498 | 2025-02-13T04:31:00.327Z | Compiling tabled_derive v0.7.0 |
499 | 2025-02-13T04:31:01.958Z | Compiling tabled v0.15.0 |
500 | 2025-02-13T04:31:02.053Z | Compiling serde_derive v1.0.217 |
501 | 2025-02-13T04:31:02.053Z | Compiling thiserror-impl v1.0.69 |
502 | 2025-02-13T04:31:02.055Z | Compiling zerocopy-derive v0.7.35 |
503 | 2025-02-13T04:31:02.055Z | Compiling scroll_derive v0.12.0 |
504 | 2025-02-13T04:31:02.056Z | Compiling clap_derive v4.5.24 |
505 | 2025-02-13T04:31:03.533Z | Compiling scroll v0.12.0 |
506 | 2025-02-13T04:31:03.966Z | Compiling zerocopy v0.7.35 |
507 | 2025-02-13T04:31:04.084Z | Compiling goblin v0.8.2 |
508 | 2025-02-13T04:31:05.117Z | Compiling pest v2.7.14 |
509 | 2025-02-13T04:31:05.547Z | Compiling clap v4.5.27 |
510 | 2025-02-13T04:31:07.185Z | Compiling pest_meta v2.7.14 |
511 | 2025-02-13T04:31:08.136Z | Compiling pest_generator v2.7.14 |
512 | 2025-02-13T04:31:09.518Z | Compiling pest_derive v2.7.14 |
513 | 2025-02-13T04:31:10.132Z | Compiling dtrace-parser v0.2.0 |
514 | 2025-02-13T04:31:10.795Z | Compiling toml_datetime v0.6.8 |
515 | 2025-02-13T04:31:10.795Z | Compiling serde_spanned v0.6.8 |
516 | 2025-02-13T04:31:10.951Z | Compiling serde_tokenstream v0.2.2 |
517 | 2025-02-13T04:31:11.085Z | Compiling cargo-platform v0.1.8 |
518 | 2025-02-13T04:31:11.087Z | Compiling macaddr v1.0.1 |
519 | 2025-02-13T04:31:11.319Z | Compiling toml_edit v0.22.22 |
520 | 2025-02-13T04:31:11.565Z | Compiling camino-tempfile v1.1.1 |
521 | 2025-02-13T04:31:12.153Z | Compiling dof v0.3.0 |
522 | 2025-02-13T04:31:12.153Z | Compiling cargo_metadata v0.18.1 |
523 | 2025-02-13T04:31:13.686Z | Compiling usdt-macro v0.5.0 |
524 | 2025-02-13T04:31:13.687Z | Compiling usdt-attr-macro v0.5.0 |
525 | 2025-02-13T04:31:14.036Z | Compiling toml v0.8.19 |
526 | 2025-02-13T04:31:14.863Z | Compiling cargo_toml v0.20.5 |
527 | 2025-02-13T04:31:14.895Z | Compiling usdt v0.5.0 |
528 | 2025-02-13T04:31:17.494Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
529 | 2025-02-13T04:31:20.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.38s |
530 | 2025-02-13T04:31:20.930Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
531 | 2025-02-13T04:31:21.454Z | Downloading crates ... |
532 | 2025-02-13T04:31:21.566Z | Downloaded ascii-canvas v3.0.0 |
533 | 2025-02-13T04:31:21.578Z | Downloaded arrayvec v0.7.6 |
534 | 2025-02-13T04:31:21.592Z | Downloaded cfg_aliases v0.1.1 |
535 | 2025-02-13T04:31:21.595Z | Downloaded cstr-argument v0.1.2 |
536 | 2025-02-13T04:31:21.598Z | Downloaded atty v0.2.14 |
537 | 2025-02-13T04:31:21.604Z | Downloaded crunchy v0.2.2 |
538 | 2025-02-13T04:31:21.608Z | Downloaded darling v0.20.10 |
539 | 2025-02-13T04:31:21.610Z | Downloaded async-stream v0.3.6 |
540 | 2025-02-13T04:31:21.613Z | Downloaded cassowary v0.3.0 |
541 | 2025-02-13T04:31:21.615Z | Downloaded http-body v1.0.1 |
542 | 2025-02-13T04:31:21.615Z | Downloaded bit-vec v0.6.3 |
543 | 2025-02-13T04:31:21.618Z | Downloaded icu_locid v1.5.0 |
544 | 2025-02-13T04:31:21.622Z | Downloaded http-range v0.1.5 |
545 | 2025-02-13T04:31:21.625Z | Downloaded hubpack_derive v0.1.1 |
546 | 2025-02-13T04:31:21.625Z | Downloaded cfg_aliases v0.2.1 |
547 | 2025-02-13T04:31:21.627Z | Downloaded bitfield-struct v0.6.2 |
548 | 2025-02-13T04:31:21.627Z | Downloaded crc v3.2.1 |
549 | 2025-02-13T04:31:21.630Z | Downloaded convert_case v0.4.0 |
550 | 2025-02-13T04:31:21.633Z | Downloaded castaway v0.2.3 |
551 | 2025-02-13T04:31:21.633Z | Downloaded new_debug_unreachable v1.0.6 |
552 | 2025-02-13T04:31:21.635Z | Downloaded md5 v0.7.0 |
553 | 2025-02-13T04:31:21.635Z | Downloaded is_ci v1.2.0 |
554 | 2025-02-13T04:31:21.638Z | Downloaded argon2 v0.5.3 |
555 | 2025-02-13T04:31:21.641Z | Downloaded constant_time_eq v0.3.1 |
556 | 2025-02-13T04:31:21.641Z | Downloaded block-padding v0.3.3 |
557 | 2025-02-13T04:31:21.644Z | Downloaded bitfield v0.14.0 |
558 | 2025-02-13T04:31:21.644Z | Downloaded array-init v0.0.4 |
559 | 2025-02-13T04:31:21.646Z | Downloaded adler2 v2.0.0 |
560 | 2025-02-13T04:31:21.647Z | Downloaded icu_provider_macros v1.5.0 |
561 | 2025-02-13T04:31:21.647Z | Downloaded chrono-tz-build v0.4.0 |
562 | 2025-02-13T04:31:21.649Z | Downloaded bb8 v0.8.5 |
563 | 2025-02-13T04:31:21.649Z | Downloaded colored v2.1.0 |
564 | 2025-02-13T04:31:21.652Z | Downloaded async-recursion v1.1.1 |
565 | 2025-02-13T04:31:21.657Z | Downloaded mime v0.3.17 |
566 | 2025-02-13T04:31:21.659Z | Downloaded cmake v0.1.51 |
567 | 2025-02-13T04:31:21.660Z | Downloaded cipher v0.4.4 |
568 | 2025-02-13T04:31:21.662Z | Downloaded async-stream-impl v0.3.6 |
569 | 2025-02-13T04:31:21.665Z | Downloaded indent_write v2.2.0 |
570 | 2025-02-13T04:31:21.665Z | Downloaded httparse v1.9.5 |
571 | 2025-02-13T04:31:21.667Z | Downloaded curve25519-dalek-derive v0.1.1 |
572 | 2025-02-13T04:31:21.670Z | Downloaded chacha20 v0.9.1 |
573 | 2025-02-13T04:31:21.673Z | Downloaded bcrypt-pbkdf v0.10.0 |
574 | 2025-02-13T04:31:21.673Z | Downloaded lazycell v1.3.0 |
575 | 2025-02-13T04:31:21.675Z | Downloaded bitflags v1.3.2 |
576 | 2025-02-13T04:31:21.678Z | Downloaded hyper-rustls v0.27.3 |
577 | 2025-02-13T04:31:21.681Z | Downloaded instant v0.1.13 |
578 | 2025-02-13T04:31:21.683Z | Downloaded addr2line v0.24.2 |
579 | 2025-02-13T04:31:21.686Z | Downloaded maybe-uninit v2.0.0 |
580 | 2025-02-13T04:31:21.686Z | Downloaded match_cfg v0.1.0 |
581 | 2025-02-13T04:31:21.690Z | Downloaded ident_case v1.0.1 |
582 | 2025-02-13T04:31:21.690Z | Downloaded ciborium-ll v0.2.2 |
583 | 2025-02-13T04:31:21.693Z | Downloaded buf-list v1.0.3 |
584 | 2025-02-13T04:31:21.693Z | Downloaded atomic-waker v1.1.2 |
585 | 2025-02-13T04:31:22.109Z | Downloaded cookie v0.18.1 |
586 | 2025-02-13T04:31:22.121Z | Downloaded internet-checksum v0.2.1 |
587 | 2025-02-13T04:31:22.121Z | Downloaded hyper-staticfile v0.10.1 |
588 | 2025-02-13T04:31:22.121Z | Downloaded humantime v2.1.0 |
589 | 2025-02-13T04:31:22.121Z | Downloaded console v0.15.10 |
590 | 2025-02-13T04:31:22.121Z | Downloaded memoffset v0.9.1 |
591 | 2025-02-13T04:31:22.121Z | Downloaded ciborium-io v0.2.2 |
592 | 2025-02-13T04:31:22.121Z | Downloaded native-tls v0.2.12 |
593 | 2025-02-13T04:31:22.121Z | Downloaded crucible-workspace-hack v0.1.0 |
594 | 2025-02-13T04:31:22.121Z | Downloaded lockfree-object-pool v0.1.6 |
595 | 2025-02-13T04:31:22.121Z | Downloaded atomicwrites v0.4.4 |
596 | 2025-02-13T04:31:22.121Z | Downloaded mirai-annotations v1.12.0 |
597 | 2025-02-13T04:31:22.121Z | Downloaded clang-sys v1.8.1 |
598 | 2025-02-13T04:31:22.121Z | Downloaded aes-gcm v0.10.3 |
599 | 2025-02-13T04:31:22.121Z | Downloaded ctr v0.9.2 |
600 | 2025-02-13T04:31:22.121Z | Downloaded lalrpop-util v0.19.12 |
601 | 2025-02-13T04:31:22.121Z | Downloaded icu_locid_transform v1.5.0 |
602 | 2025-02-13T04:31:22.121Z | Downloaded nanorand v0.7.0 |
603 | 2025-02-13T04:31:22.121Z | Downloaded csv-core v0.1.11 |
604 | 2025-02-13T04:31:22.122Z | Downloaded md-5 v0.10.6 |
605 | 2025-02-13T04:31:22.122Z | Downloaded multimap v0.10.0 |
606 | 2025-02-13T04:31:22.122Z | Downloaded managed v0.8.0 |
607 | 2025-02-13T04:31:22.122Z | Downloaded is-terminal v0.4.13 |
608 | 2025-02-13T04:31:22.122Z | Downloaded crossbeam-deque v0.8.5 |
609 | 2025-02-13T04:31:22.122Z | Downloaded assert_matches v1.5.0 |
610 | 2025-02-13T04:31:22.122Z | Downloaded litemap v0.7.3 |
611 | 2025-02-13T04:31:22.122Z | Downloaded lru-cache v0.1.2 |
612 | 2025-02-13T04:31:22.122Z | Downloaded cancel-safe-futures v0.1.5 |
613 | 2025-02-13T04:31:22.122Z | Downloaded keccak v0.1.5 |
614 | 2025-02-13T04:31:22.122Z | Downloaded async-bb8-diesel v0.2.1 |
615 | 2025-02-13T04:31:22.122Z | Downloaded backoff v0.4.0 |
616 | 2025-02-13T04:31:22.122Z | Downloaded indoc v1.0.9 |
617 | 2025-02-13T04:31:22.122Z | Downloaded rand_core v0.6.4 |
618 | 2025-02-13T04:31:22.122Z | Downloaded base64 v0.13.1 |
619 | 2025-02-13T04:31:22.122Z | Downloaded radium v0.7.0 |
620 | 2025-02-13T04:31:22.122Z | Downloaded cexpr v0.6.0 |
621 | 2025-02-13T04:31:22.122Z | Downloaded time-core v0.1.2 |
622 | 2025-02-13T04:31:22.122Z | Downloaded icu_locid_transform_data v1.5.0 |
623 | 2025-02-13T04:31:22.122Z | Downloaded arrayref v0.3.9 |
624 | 2025-02-13T04:31:22.122Z | Downloaded crc-any v2.5.0 |
625 | 2025-02-13T04:31:22.122Z | Downloaded newline-converter v0.3.0 |
626 | 2025-02-13T04:31:22.122Z | Downloaded bit-set v0.5.3 |
627 | 2025-02-13T04:31:22.122Z | Downloaded base16ct v0.2.0 |
628 | 2025-02-13T04:31:22.122Z | Downloaded libefi-sys v0.1.0 |
629 | 2025-02-13T04:31:22.122Z | Downloaded crc-catalog v2.4.0 |
630 | 2025-02-13T04:31:22.122Z | Downloaded const-oid v0.9.6 |
631 | 2025-02-13T04:31:22.122Z | Downloaded tinyvec_macros v0.1.1 |
632 | 2025-02-13T04:31:22.122Z | Downloaded write16 v1.0.0 |
633 | 2025-02-13T04:31:22.122Z | Downloaded instability v0.3.2 |
634 | 2025-02-13T04:31:22.122Z | Downloaded linear-map v1.2.0 |
635 | 2025-02-13T04:31:22.122Z | Downloaded derive_builder_macro v0.20.2 |
636 | 2025-02-13T04:31:22.122Z | Downloaded zerofrom v0.1.4 |
637 | 2025-02-13T04:31:22.123Z | Downloaded libsw v3.3.1 |
638 | 2025-02-13T04:31:22.123Z | Downloaded rusty-fork v0.3.0 |
639 | 2025-02-13T04:31:22.123Z | Downloaded blowfish v0.9.1 |
640 | 2025-02-13T04:31:22.123Z | Downloaded slog-scope v4.4.0 |
641 | 2025-02-13T04:31:22.123Z | Downloaded slog-stdlog v4.1.1 |
642 | 2025-02-13T04:31:22.123Z | Downloaded maplit v1.0.2 |
643 | 2025-02-13T04:31:22.123Z | Downloaded serde_urlencoded v0.7.1 |
644 | 2025-02-13T04:31:22.123Z | Downloaded serde_repr v0.1.19 |
645 | 2025-02-13T04:31:22.123Z | Downloaded secrecy v0.8.0 |
646 | 2025-02-13T04:31:22.123Z | Downloaded salsa20 v0.10.2 |
647 | 2025-02-13T04:31:22.123Z | Downloaded lock_api v0.4.12 |
648 | 2025-02-13T04:31:22.123Z | Downloaded endian-type v0.1.2 |
649 | 2025-02-13T04:31:22.123Z | Downloaded memmap2 v0.9.5 |
650 | 2025-02-13T04:31:22.123Z | Downloaded bzip2 v0.4.4 |
651 | 2025-02-13T04:31:22.123Z | Downloaded headers-core v0.3.0 |
652 | 2025-02-13T04:31:22.123Z | Downloaded mime_guess v2.0.5 |
653 | 2025-02-13T04:31:22.123Z | Downloaded strum_macros v0.25.3 |
654 | 2025-02-13T04:31:22.123Z | Downloaded sha1 v0.10.6 |
655 | 2025-02-13T04:31:22.123Z | Downloaded crc32fast v1.4.2 |
656 | 2025-02-13T04:31:22.123Z | Downloaded mockall_derive v0.13.0 |
657 | 2025-02-13T04:31:22.123Z | Downloaded mockall v0.13.0 |
658 | 2025-02-13T04:31:22.123Z | Downloaded hmac v0.12.1 |
659 | 2025-02-13T04:31:22.123Z | Downloaded multer v3.1.0 |
660 | 2025-02-13T04:31:22.123Z | Downloaded stable_deref_trait v1.2.0 |
661 | 2025-02-13T04:31:22.123Z | Downloaded strum_macros v0.24.3 |
662 | 2025-02-13T04:31:22.123Z | Downloaded jobserver v0.1.32 |
663 | 2025-02-13T04:31:22.123Z | Downloaded ipnet v2.10.1 |
664 | 2025-02-13T04:31:22.123Z | Downloaded async-trait v0.1.86 |
665 | 2025-02-13T04:31:22.123Z | Downloaded rustc-demangle v0.1.24 |
666 | 2025-02-13T04:31:22.123Z | Downloaded inout v0.1.3 |
667 | 2025-02-13T04:31:22.123Z | Downloaded tinystr v0.7.6 |
668 | 2025-02-13T04:31:22.123Z | Downloaded backtrace v0.3.74 |
669 | 2025-02-13T04:31:22.123Z | Downloaded progenitor-client v0.8.0 |
670 | 2025-02-13T04:31:22.123Z | Downloaded data-encoding v2.6.0 |
671 | 2025-02-13T04:31:22.123Z | Downloaded parse-size v1.1.0 |
672 | 2025-02-13T04:31:22.123Z | Downloaded universal-hash v0.5.1 |
673 | 2025-02-13T04:31:22.123Z | Downloaded const_format_proc_macros v0.2.34 |
674 | 2025-02-13T04:31:22.123Z | Downloaded tls_codec_derive v0.4.1 |
675 | 2025-02-13T04:31:22.124Z | Downloaded serde_with_macros v3.11.0 |
676 | 2025-02-13T04:31:22.124Z | Downloaded miniz_oxide v0.8.0 |
677 | 2025-02-13T04:31:22.124Z | Downloaded debug-ignore v1.0.5 |
678 | 2025-02-13T04:31:22.124Z | Downloaded zerofrom-derive v0.1.4 |
679 | 2025-02-13T04:31:22.124Z | Downloaded float-ord v0.3.2 |
680 | 2025-02-13T04:31:22.124Z | Downloaded rustls-pemfile v2.2.0 |
681 | 2025-02-13T04:31:22.124Z | Downloaded libloading v0.8.5 |
682 | 2025-02-13T04:31:22.124Z | Downloaded indexmap v1.9.3 |
683 | 2025-02-13T04:31:22.124Z | Downloaded enum-as-inner v0.6.1 |
684 | 2025-02-13T04:31:22.124Z | Downloaded hyper-util v0.1.10 |
685 | 2025-02-13T04:31:22.124Z | Downloaded hash32 v0.3.1 |
686 | 2025-02-13T04:31:22.129Z | Downloaded ahash v0.8.11 |
687 | 2025-02-13T04:31:22.129Z | Downloaded futures-executor v0.3.31 |
688 | 2025-02-13T04:31:22.129Z | Downloaded futures-core v0.3.31 |
689 | 2025-02-13T04:31:22.129Z | Downloaded icu_normalizer v1.5.0 |
690 | 2025-02-13T04:31:22.129Z | Downloaded icu_collections v1.5.0 |
691 | 2025-02-13T04:31:22.129Z | Downloaded num-derive v0.4.2 |
692 | 2025-02-13T04:31:22.129Z | Downloaded nodrop v0.1.14 |
693 | 2025-02-13T04:31:22.129Z | Downloaded twox-hash v2.1.0 |
694 | 2025-02-13T04:31:22.129Z | Downloaded snafu-derive v0.8.5 |
695 | 2025-02-13T04:31:22.129Z | Downloaded thiserror v2.0.11 |
696 | 2025-02-13T04:31:22.129Z | Downloaded value-bag v1.9.0 |
697 | 2025-02-13T04:31:22.129Z | Downloaded r2d2 v0.8.10 |
698 | 2025-02-13T04:31:22.129Z | Downloaded progenitor v0.9.1 |
699 | 2025-02-13T04:31:22.129Z | Downloaded structmeta-derive v0.2.0 |
700 | 2025-02-13T04:31:22.129Z | Downloaded phf v0.11.2 |
701 | 2025-02-13T04:31:22.129Z | Downloaded num-iter v0.1.45 |
702 | 2025-02-13T04:31:22.129Z | Downloaded num-integer v0.1.46 |
703 | 2025-02-13T04:31:22.129Z | Downloaded downcast v0.11.0 |
704 | 2025-02-13T04:31:22.129Z | Downloaded yoke-derive v0.7.4 |
705 | 2025-02-13T04:31:22.129Z | Downloaded vte_generate_state_changes v0.1.2 |
706 | 2025-02-13T04:31:22.129Z | Downloaded toolchain_find v0.4.0 |
707 | 2025-02-13T04:31:22.129Z | Downloaded icu_provider v1.5.0 |
708 | 2025-02-13T04:31:22.129Z | Downloaded tower-service v0.3.3 |
709 | 2025-02-13T04:31:22.129Z | Downloaded rustfmt-wrapper v0.2.1 |
710 | 2025-02-13T04:31:22.129Z | Downloaded polyval v0.6.2 |
711 | 2025-02-13T04:31:22.129Z | Downloaded des v0.8.1 |
712 | 2025-02-13T04:31:22.129Z | Downloaded crypto-bigint v0.5.5 |
713 | 2025-02-13T04:31:22.129Z | Downloaded getrandom v0.2.15 |
714 | 2025-02-13T04:31:22.129Z | Downloaded rcgen v0.12.1 |
715 | 2025-02-13T04:31:22.129Z | Downloaded darling_macro v0.20.10 |
716 | 2025-02-13T04:31:22.130Z | Downloaded vergen v8.3.2 |
717 | 2025-02-13T04:31:22.130Z | Downloaded openssl-macros v0.1.1 |
718 | 2025-02-13T04:31:22.130Z | Downloaded static_assertions v1.1.0 |
719 | 2025-02-13T04:31:22.130Z | Downloaded thread_local v1.1.8 |
720 | 2025-02-13T04:31:22.130Z | Downloaded sec1 v0.7.3 |
721 | 2025-02-13T04:31:22.130Z | Downloaded slog-dtrace v0.3.0 |
722 | 2025-02-13T04:31:22.130Z | Downloaded peg-runtime v0.8.3 |
723 | 2025-02-13T04:31:22.130Z | Downloaded socket2 v0.5.7 |
724 | 2025-02-13T04:31:22.130Z | Downloaded precomputed-hash v0.1.1 |
725 | 2025-02-13T04:31:22.130Z | Downloaded hickory-client v0.24.2 |
726 | 2025-02-13T04:31:22.130Z | Downloaded allocator-api2 v0.2.18 |
727 | 2025-02-13T04:31:22.130Z | Downloaded topological-sort v0.2.2 |
728 | 2025-02-13T04:31:22.130Z | Downloaded subprocess v0.2.9 |
729 | 2025-02-13T04:31:22.130Z | Downloaded tinyvec v1.8.0 |
730 | 2025-02-13T04:31:22.130Z | Downloaded zone_cfg_derive v0.3.0 |
731 | 2025-02-13T04:31:22.130Z | Downloaded password-hash v0.4.2 |
732 | 2025-02-13T04:31:22.130Z | Downloaded aes v0.8.4 |
733 | 2025-02-13T04:31:22.130Z | Downloaded openssl-probe v0.1.5 |
734 | 2025-02-13T04:31:22.130Z | Downloaded serde_yaml v0.9.34+deprecated |
735 | 2025-02-13T04:31:22.130Z | Downloaded form_urlencoded v1.2.1 |
736 | 2025-02-13T04:31:22.130Z | Downloaded dirs-sys-next v0.1.2 |
737 | 2025-02-13T04:31:22.130Z | Downloaded rustc_version v0.4.1 |
738 | 2025-02-13T04:31:22.130Z | Downloaded dropshot_endpoint v0.15.1 |
739 | 2025-02-13T04:31:22.130Z | Downloaded cc v1.1.30 |
740 | 2025-02-13T04:31:22.130Z | Downloaded chacha20poly1305 v0.10.1 |
741 | 2025-02-13T04:31:22.130Z | Downloaded try-lock v0.2.5 |
742 | 2025-02-13T04:31:22.130Z | Downloaded take_mut v0.2.2 |
743 | 2025-02-13T04:31:22.130Z | Downloaded sigpipe v0.1.3 |
744 | 2025-02-13T04:31:22.130Z | Downloaded structmeta-derive v0.3.0 |
745 | 2025-02-13T04:31:22.130Z | Downloaded olpc-cjson v0.1.4 |
746 | 2025-02-13T04:31:22.130Z | Downloaded slog-bunyan v2.5.0 |
747 | 2025-02-13T04:31:22.130Z | Downloaded siphasher v0.3.11 |
748 | 2025-02-13T04:31:22.130Z | Downloaded term v0.7.0 |
749 | 2025-02-13T04:31:22.130Z | Downloaded futures-macro v0.3.31 |
750 | 2025-02-13T04:31:22.130Z | Downloaded poly1305 v0.8.0 |
751 | 2025-02-13T04:31:22.130Z | Downloaded same-file v1.0.6 |
752 | 2025-02-13T04:31:22.130Z | Downloaded parse-display-derive v0.10.0 |
753 | 2025-02-13T04:31:22.130Z | Downloaded parse-display v0.10.0 |
754 | 2025-02-13T04:31:22.130Z | Downloaded zone_cfg_derive v0.1.2 |
755 | 2025-02-13T04:31:22.130Z | Downloaded num v0.4.3 |
756 | 2025-02-13T04:31:22.131Z | Downloaded hickory-server v0.24.2 |
757 | 2025-02-13T04:31:22.131Z | Downloaded fxhash v0.2.1 |
758 | 2025-02-13T04:31:22.131Z | Downloaded num_enum_derive v0.5.11 |
759 | 2025-02-13T04:31:22.131Z | Downloaded foreign-types v0.3.2 |
760 | 2025-02-13T04:31:22.131Z | Downloaded dirs-next v2.0.0 |
761 | 2025-02-13T04:31:22.131Z | Downloaded uzers v0.12.1 |
762 | 2025-02-13T04:31:22.131Z | Downloaded pem v3.0.4 |
763 | 2025-02-13T04:31:22.131Z | Downloaded num-traits v0.2.19 |
764 | 2025-02-13T04:31:22.131Z | Downloaded bumpalo v3.16.0 |
765 | 2025-02-13T04:31:22.131Z | Downloaded ron v0.8.1 |
766 | 2025-02-13T04:31:22.131Z | Downloaded phf_shared v0.10.0 |
767 | 2025-02-13T04:31:22.131Z | Downloaded vsss-rs v3.3.4 |
768 | 2025-02-13T04:31:22.131Z | Downloaded derive_more v0.99.18 |
769 | 2025-02-13T04:31:22.131Z | Downloaded scheduled-thread-pool v0.2.7 |
770 | 2025-02-13T04:31:22.131Z | Downloaded compact_str v0.8.0 |
771 | 2025-02-13T04:31:22.131Z | Downloaded synstructure v0.13.1 |
772 | 2025-02-13T04:31:22.131Z | Downloaded ref-cast v1.0.23 |
773 | 2025-02-13T04:31:22.131Z | Downloaded unicode-truncate v1.1.0 |
774 | 2025-02-13T04:31:22.131Z | Downloaded tap v1.0.1 |
775 | 2025-02-13T04:31:22.131Z | Downloaded tabwriter v1.4.0 |
776 | 2025-02-13T04:31:22.131Z | Downloaded toml v0.7.8 |
777 | 2025-02-13T04:31:22.131Z | Downloaded strip-ansi-escapes v0.2.0 |
778 | 2025-02-13T04:31:22.131Z | Downloaded ssh-cipher v0.2.0 |
779 | 2025-02-13T04:31:22.131Z | Downloaded strum v0.26.3 |
780 | 2025-02-13T04:31:22.131Z | Downloaded opaque-debug v0.3.1 |
781 | 2025-02-13T04:31:22.131Z | Downloaded slog-envlogger v2.2.0 |
782 | 2025-02-13T04:31:22.131Z | Downloaded zone v0.3.0 |
783 | 2025-02-13T04:31:22.131Z | Downloaded rustversion v1.0.17 |
784 | 2025-02-13T04:31:22.131Z | Downloaded filetime v0.2.25 |
785 | 2025-02-13T04:31:22.545Z | Downloaded serde-big-array v0.5.1 |
786 | 2025-02-13T04:31:22.545Z | Downloaded defmt-macros v0.3.9 |
787 | 2025-02-13T04:31:22.545Z | Downloaded rand_xorshift v0.3.0 |
788 | 2025-02-13T04:31:22.548Z | Downloaded xattr v1.3.1 |
789 | 2025-02-13T04:31:22.548Z | Downloaded tui-tree-widget v0.22.0 |
790 | 2025-02-13T04:31:22.548Z | Downloaded deranged v0.3.11 |
791 | 2025-02-13T04:31:22.548Z | Downloaded zopfli v0.8.1 |
792 | 2025-02-13T04:31:22.548Z | Downloaded defmt-parser v0.3.4 |
793 | 2025-02-13T04:31:22.548Z | Downloaded predicates v3.1.2 |
794 | 2025-02-13T04:31:22.548Z | Downloaded pem-rfc7468 v0.7.0 |
795 | 2025-02-13T04:31:22.548Z | Downloaded diesel_table_macro_syntax v0.2.0 |
796 | 2025-02-13T04:31:22.548Z | Downloaded minimal-lexical v0.2.1 |
797 | 2025-02-13T04:31:22.548Z | Downloaded postcard v1.0.10 |
798 | 2025-02-13T04:31:22.548Z | Downloaded phf_generator v0.11.2 |
799 | 2025-02-13T04:31:22.548Z | Downloaded packed_struct_codegen v0.10.1 |
800 | 2025-02-13T04:31:22.548Z | Downloaded packed_struct v0.10.1 |
801 | 2025-02-13T04:31:22.548Z | Downloaded schemars v0.8.21 |
802 | 2025-02-13T04:31:22.548Z | Downloaded scrypt v0.11.0 |
803 | 2025-02-13T04:31:22.548Z | Downloaded futures-channel v0.3.31 |
804 | 2025-02-13T04:31:22.548Z | Downloaded ref-cast-impl v1.0.23 |
805 | 2025-02-13T04:31:22.548Z | Downloaded phf_codegen v0.11.2 |
806 | 2025-02-13T04:31:22.548Z | Downloaded num_enum v0.5.11 |
807 | 2025-02-13T04:31:22.548Z | Downloaded fallible-streaming-iterator v0.1.9 |
808 | 2025-02-13T04:31:22.548Z | Downloaded stringprep v0.1.5 |
809 | 2025-02-13T04:31:22.548Z | Downloaded ppv-lite86 v0.2.20 |
810 | 2025-02-13T04:31:22.548Z | Downloaded dropshot_endpoint v0.12.0 |
811 | 2025-02-13T04:31:22.548Z | Downloaded thiserror-impl v2.0.11 |
812 | 2025-02-13T04:31:22.548Z | Downloaded serde-hex v0.1.0 |
813 | 2025-02-13T04:31:22.548Z | Downloaded sync-ptr v0.1.1 |
814 | 2025-02-13T04:31:22.548Z | Downloaded der_derive v0.7.3 |
815 | 2025-02-13T04:31:22.548Z | Downloaded tokio-tungstenite v0.21.0 |
816 | 2025-02-13T04:31:22.549Z | Downloaded darling_core v0.20.10 |
817 | 2025-02-13T04:31:22.549Z | Downloaded subtle v2.6.1 |
818 | 2025-02-13T04:31:22.549Z | Downloaded semver v0.1.20 |
819 | 2025-02-13T04:31:22.549Z | Downloaded progenitor-macro v0.8.0 |
820 | 2025-02-13T04:31:22.549Z | Downloaded tar v0.4.42 |
821 | 2025-02-13T04:31:22.549Z | Downloaded snafu v0.8.5 |
822 | 2025-02-13T04:31:22.549Z | Downloaded fallible-iterator v0.3.0 |
823 | 2025-02-13T04:31:22.549Z | Downloaded wyz v0.5.1 |
824 | 2025-02-13T04:31:22.549Z | Downloaded sync_wrapper v1.0.1 |
825 | 2025-02-13T04:31:22.549Z | Downloaded slog v2.7.0 |
826 | 2025-02-13T04:31:22.549Z | Downloaded utf8_iter v1.0.4 |
827 | 2025-02-13T04:31:22.549Z | Downloaded newtype-uuid v1.2.1 |
828 | 2025-02-13T04:31:22.549Z | Downloaded waitgroup v0.1.2 |
829 | 2025-02-13T04:31:22.549Z | Downloaded typed-path v0.9.3 |
830 | 2025-02-13T04:31:22.549Z | Downloaded heck v0.3.3 |
831 | 2025-02-13T04:31:22.549Z | Downloaded hash32 v0.2.1 |
832 | 2025-02-13T04:31:22.549Z | Downloaded embedded-io v0.6.1 |
833 | 2025-02-13T04:31:22.549Z | Downloaded powerfmt v0.2.0 |
834 | 2025-02-13T04:31:22.549Z | Downloaded hashlink v0.9.1 |
835 | 2025-02-13T04:31:22.549Z | Downloaded hex-literal v0.4.1 |
836 | 2025-02-13T04:31:22.549Z | Downloaded normalize-line-endings v0.3.0 |
837 | 2025-02-13T04:31:22.549Z | Downloaded hex v0.4.3 |
838 | 2025-02-13T04:31:22.549Z | Downloaded fd-lock v4.0.2 |
839 | 2025-02-13T04:31:22.549Z | Downloaded oso-derive v0.27.3 |
840 | 2025-02-13T04:31:22.549Z | Downloaded want v0.3.1 |
841 | 2025-02-13T04:31:22.549Z | Downloaded rustc-hash v2.0.0 |
842 | 2025-02-13T04:31:22.549Z | Downloaded rpassword v7.3.1 |
843 | 2025-02-13T04:31:22.549Z | Downloaded percent-encoding v2.3.1 |
844 | 2025-02-13T04:31:22.549Z | Downloaded sct v0.7.1 |
845 | 2025-02-13T04:31:22.549Z | Downloaded sqlformat v0.2.6 |
846 | 2025-02-13T04:31:22.549Z | Downloaded fs_extra v1.3.0 |
847 | 2025-02-13T04:31:22.549Z | Downloaded sqlparser_derive v0.2.2 |
848 | 2025-02-13T04:31:22.549Z | Downloaded schemars_derive v0.8.21 |
849 | 2025-02-13T04:31:22.549Z | Downloaded phf_shared v0.11.2 |
850 | 2025-02-13T04:31:22.549Z | Downloaded peg v0.8.4 |
851 | 2025-02-13T04:31:22.550Z | Downloaded rustyline v14.0.0 |
852 | 2025-02-13T04:31:22.550Z | Downloaded typify-macro v0.2.0 |
853 | 2025-02-13T04:31:22.550Z | Downloaded structmeta v0.2.0 |
854 | 2025-02-13T04:31:22.550Z | Downloaded string_cache v0.8.7 |
855 | 2025-02-13T04:31:22.550Z | Downloaded smf v0.2.3 |
856 | 2025-02-13T04:31:22.550Z | Downloaded tracing-attributes v0.1.27 |
857 | 2025-02-13T04:31:22.550Z | Downloaded yasna v0.5.2 |
858 | 2025-02-13T04:31:22.550Z | Downloaded fallible-iterator v0.2.0 |
859 | 2025-02-13T04:31:22.550Z | Downloaded samael v0.0.17 |
860 | 2025-02-13T04:31:22.550Z | Downloaded path-slash v0.1.5 |
861 | 2025-02-13T04:31:22.550Z | Downloaded itertools v0.10.5 |
862 | 2025-02-13T04:31:22.550Z | Downloaded tokio-tungstenite v0.26.1 |
863 | 2025-02-13T04:31:22.550Z | Downloaded embedded-io v0.4.0 |
864 | 2025-02-13T04:31:22.550Z | Downloaded number_prefix v0.4.0 |
865 | 2025-02-13T04:31:22.550Z | Downloaded either v1.13.0 |
866 | 2025-02-13T04:31:22.550Z | Downloaded scopeguard v1.2.0 |
867 | 2025-02-13T04:31:22.550Z | Downloaded flate2 v1.0.35 |
868 | 2025-02-13T04:31:22.550Z | Downloaded peg-macros v0.8.4 |
869 | 2025-02-13T04:31:22.550Z | Downloaded toml_edit v0.19.15 |
870 | 2025-02-13T04:31:22.550Z | Downloaded signal-hook-mio v0.2.4 |
871 | 2025-02-13T04:31:22.550Z | Downloaded shlex v1.3.0 |
872 | 2025-02-13T04:31:22.550Z | Downloaded predicates-core v1.0.8 |
873 | 2025-02-13T04:31:22.550Z | Downloaded env_filter v0.1.2 |
874 | 2025-02-13T04:31:22.550Z | Downloaded progenitor-impl v0.9.1 |
875 | 2025-02-13T04:31:22.550Z | Downloaded tungstenite v0.21.0 |
876 | 2025-02-13T04:31:22.550Z | Downloaded thiserror-no-std v2.0.2 |
877 | 2025-02-13T04:31:22.550Z | Downloaded ssh-encoding v0.2.0 |
878 | 2025-02-13T04:31:22.550Z | Downloaded resolv-conf v0.7.0 |
879 | 2025-02-13T04:31:22.550Z | Downloaded ecdsa v0.16.9 |
880 | 2025-02-13T04:31:22.550Z | Downloaded crossterm v0.28.1 |
881 | 2025-02-13T04:31:22.550Z | Downloaded paste v1.0.15 |
882 | 2025-02-13T04:31:22.550Z | Downloaded structmeta v0.3.0 |
883 | 2025-02-13T04:31:22.550Z | Downloaded hyper v1.5.2 |
884 | 2025-02-13T04:31:22.550Z | Downloaded owo-colors v4.1.0 |
885 | 2025-02-13T04:31:22.550Z | Downloaded proc-macro-crate v1.3.1 |
886 | 2025-02-13T04:31:22.550Z | Downloaded parking_lot_core v0.8.6 |
887 | 2025-02-13T04:31:22.551Z | Downloaded zone v0.1.8 |
888 | 2025-02-13T04:31:22.554Z | Downloaded writeable v0.5.5 |
889 | 2025-02-13T04:31:22.554Z | Downloaded nom v7.1.3 |
890 | 2025-02-13T04:31:22.554Z | Downloaded flagset v0.4.6 |
891 | 2025-02-13T04:31:22.554Z | Downloaded progenitor v0.8.0 |
892 | 2025-02-13T04:31:22.554Z | Downloaded diesel-dtrace v0.4.2 |
893 | 2025-02-13T04:31:22.554Z | Downloaded utf-8 v0.7.6 |
894 | 2025-02-13T04:31:22.554Z | Downloaded rfc6979 v0.4.0 |
895 | 2025-02-13T04:31:22.554Z | Downloaded pbkdf2 v0.11.0 |
896 | 2025-02-13T04:31:22.554Z | Downloaded postgres-protocol v0.6.7 |
897 | 2025-02-13T04:31:22.554Z | Downloaded tracing-core v0.1.32 |
898 | 2025-02-13T04:31:22.554Z | Downloaded progenitor-client v0.9.1 |
899 | 2025-02-13T04:31:22.554Z | Downloaded funty v2.0.0 |
900 | 2025-02-13T04:31:22.554Z | Downloaded group v0.13.0 |
901 | 2025-02-13T04:31:22.554Z | Downloaded utf16_iter v1.0.5 |
902 | 2025-02-13T04:31:22.554Z | Downloaded russh-cryptovec v0.7.3 |
903 | 2025-02-13T04:31:22.554Z | Downloaded tokio-stream v0.1.16 |
904 | 2025-02-13T04:31:22.554Z | Downloaded slog-json v2.6.1 |
905 | 2025-02-13T04:31:22.554Z | Downloaded zerovec-derive v0.10.3 |
906 | 2025-02-13T04:31:22.554Z | Downloaded tokio-rustls v0.26.0 |
907 | 2025-02-13T04:31:22.554Z | Downloaded newtype_derive v0.1.6 |
908 | 2025-02-13T04:31:22.554Z | Downloaded progenitor-impl v0.8.0 |
909 | 2025-02-13T04:31:22.554Z | Downloaded der v0.7.9 |
910 | 2025-02-13T04:31:22.554Z | Downloaded dunce v1.0.5 |
911 | 2025-02-13T04:31:22.554Z | Downloaded dsl_auto_type v0.1.2 |
912 | 2025-02-13T04:31:22.554Z | Downloaded unarray v0.1.4 |
913 | 2025-02-13T04:31:22.554Z | Downloaded pin-project v1.1.6 |
914 | 2025-02-13T04:31:22.554Z | Downloaded num-conv v0.1.0 |
915 | 2025-02-13T04:31:22.555Z | Downloaded futures-sink v0.3.31 |
916 | 2025-02-13T04:31:22.555Z | Downloaded fatfs v0.3.6 |
917 | 2025-02-13T04:31:22.555Z | Downloaded itertools v0.13.0 |
918 | 2025-02-13T04:31:22.555Z | Downloaded num_threads v0.1.7 |
919 | 2025-02-13T04:31:22.555Z | Downloaded pin-project-internal v1.1.6 |
920 | 2025-02-13T04:31:22.555Z | Downloaded zerovec v0.10.4 |
921 | 2025-02-13T04:31:22.555Z | Downloaded fixedbitset v0.4.2 |
922 | 2025-02-13T04:31:22.555Z | Downloaded ff v0.13.0 |
923 | 2025-02-13T04:31:22.555Z | Downloaded signal-hook-tokio v0.3.1 |
924 | 2025-02-13T04:31:22.555Z | Downloaded hashbrown v0.13.2 |
925 | 2025-02-13T04:31:22.555Z | Downloaded password-hash v0.5.0 |
926 | 2025-02-13T04:31:22.555Z | Downloaded signature v2.2.0 |
927 | 2025-02-13T04:31:22.555Z | Downloaded aws-lc-rs v1.10.0 |
928 | 2025-02-13T04:31:22.555Z | Downloaded pretty-hex v0.2.1 |
929 | 2025-02-13T04:31:22.555Z | Downloaded reqwest v0.12.9 |
930 | 2025-02-13T04:31:22.555Z | Downloaded quick-error v1.2.3 |
931 | 2025-02-13T04:31:22.555Z | Downloaded termcolor v1.4.1 |
932 | 2025-02-13T04:31:22.555Z | Downloaded env_logger v0.10.2 |
933 | 2025-02-13T04:31:22.555Z | Downloaded parking_lot_core v0.9.10 |
934 | 2025-02-13T04:31:22.555Z | Downloaded ghash v0.5.1 |
935 | 2025-02-13T04:31:22.555Z | Downloaded whoami v1.5.2 |
936 | 2025-02-13T04:31:22.555Z | Downloaded bindgen v0.69.5 |
937 | 2025-02-13T04:31:22.555Z | Downloaded termtree v0.4.1 |
938 | 2025-02-13T04:31:22.555Z | Downloaded foreign-types-shared v0.1.1 |
939 | 2025-02-13T04:31:22.555Z | Downloaded termios v0.3.3 |
940 | 2025-02-13T04:31:22.555Z | Downloaded foreign-types-shared v0.3.1 |
941 | 2025-02-13T04:31:22.555Z | Downloaded serde_plain v1.0.2 |
942 | 2025-02-13T04:31:22.555Z | Downloaded tracing v0.1.40 |
943 | 2025-02-13T04:31:22.555Z | Downloaded thiserror-impl-no-std v2.0.2 |
944 | 2025-02-13T04:31:22.555Z | Downloaded fragile v2.0.0 |
945 | 2025-02-13T04:31:22.555Z | Downloaded tokio-rustls v0.24.1 |
946 | 2025-02-13T04:31:22.555Z | Downloaded pin-project-lite v0.2.14 |
947 | 2025-02-13T04:31:22.558Z | Downloaded tokio-macros v2.5.0 |
948 | 2025-02-13T04:31:22.558Z | Downloaded typify-macro v0.3.0 |
949 | 2025-02-13T04:31:22.561Z | Downloaded gethostname v0.5.0 |
950 | 2025-02-13T04:31:22.561Z | Downloaded hashbrown v0.12.3 |
951 | 2025-02-13T04:31:22.564Z | Downloaded primeorder v0.13.6 |
952 | 2025-02-13T04:31:22.568Z | Downloaded quinn-udp v0.5.5 |
953 | 2025-02-13T04:31:22.571Z | Downloaded untrusted v0.9.0 |
954 | 2025-02-13T04:31:22.571Z | Downloaded nibble_vec v0.1.0 |
955 | 2025-02-13T04:31:22.571Z | Downloaded derive-where v1.2.7 |
956 | 2025-02-13T04:31:22.574Z | Downloaded proptest v1.5.0 |
957 | 2025-02-13T04:31:22.584Z | Downloaded similar v2.6.0 |
958 | 2025-02-13T04:31:22.589Z | Downloaded predicates-tree v1.0.11 |
959 | 2025-02-13T04:31:22.591Z | Downloaded uuid v1.12.0 |
960 | 2025-02-13T04:31:22.594Z | Downloaded zeroize v1.8.1 |
961 | 2025-02-13T04:31:22.597Z | Downloaded termtree v0.5.1 |
962 | 2025-02-13T04:31:22.599Z | Downloaded aho-corasick v1.1.3 |
963 | 2025-02-13T04:31:22.603Z | Downloaded unicode_categories v0.1.1 |
964 | 2025-02-13T04:31:22.606Z | Downloaded signal-hook v0.3.17 |
965 | 2025-02-13T04:31:22.609Z | Downloaded futures-task v0.3.31 |
966 | 2025-02-13T04:31:22.614Z | Downloaded difflib v0.4.0 |
967 | 2025-02-13T04:31:22.614Z | Downloaded foldhash v0.1.3 |
968 | 2025-02-13T04:31:22.616Z | Downloaded futures v0.3.31 |
969 | 2025-02-13T04:31:22.619Z | Downloaded tungstenite v0.24.0 |
970 | 2025-02-13T04:31:22.622Z | Downloaded zerocopy v0.6.6 |
971 | 2025-02-13T04:31:22.624Z | Downloaded zip v0.6.6 |
972 | 2025-02-13T04:31:22.628Z | Downloaded foreign-types v0.5.0 |
973 | 2025-02-13T04:31:22.634Z | Downloaded diesel_derives v2.2.3 |
974 | 2025-02-13T04:31:22.638Z | Downloaded env_logger v0.11.5 |
975 | 2025-02-13T04:31:22.638Z | Downloaded tokio-native-tls v0.3.1 |
976 | 2025-02-13T04:31:22.643Z | Downloaded chrono v0.4.39 |
977 | 2025-02-13T04:31:22.646Z | Downloaded tokio-rustls v0.25.0 |
978 | 2025-02-13T04:31:22.649Z | Downloaded pkcs1 v0.7.5 |
979 | 2025-02-13T04:31:22.652Z | Downloaded url v2.5.3 |
980 | 2025-02-13T04:31:22.656Z | Downloaded time v0.3.36 |
981 | 2025-02-13T04:31:22.664Z | Downloaded hashbrown v0.14.5 |
982 | 2025-02-13T04:31:22.671Z | Downloaded zip v2.1.3 |
983 | 2025-02-13T04:31:22.674Z | Downloaded zeroize_derive v1.4.2 |
984 | 2025-02-13T04:31:22.674Z | Downloaded test-strategy v0.3.1 |
985 | 2025-02-13T04:31:22.677Z | Downloaded reedline v0.35.0 |
986 | 2025-02-13T04:31:22.687Z | Downloaded rayon v1.10.0 |
987 | 2025-02-13T04:31:23.095Z | Downloaded typify v0.2.0 |
988 | 2025-02-13T04:31:23.098Z | Downloaded ed25519-dalek v2.1.1 |
989 | 2025-02-13T04:31:23.098Z | Downloaded pkcs5 v0.7.1 |
990 | 2025-02-13T04:31:23.098Z | Downloaded unicode-bidi v0.3.17 |
991 | 2025-02-13T04:31:23.098Z | Downloaded flume v0.11.1 |
992 | 2025-02-13T04:31:23.098Z | Downloaded prettyplease v0.2.25 |
993 | 2025-02-13T04:31:23.098Z | Downloaded portable-atomic v1.9.0 |
994 | 2025-02-13T04:31:23.098Z | Downloaded typify v0.3.0 |
995 | 2025-02-13T04:31:23.098Z | Downloaded expectorate v1.1.0 |
996 | 2025-02-13T04:31:23.098Z | Downloaded oso v0.27.3 |
997 | 2025-02-13T04:31:23.098Z | Downloaded x509-cert v0.2.5 |
998 | 2025-02-13T04:31:23.098Z | Downloaded unicode-normalization v0.1.24 |
999 | 2025-02-13T04:31:23.098Z | Downloaded elliptic-curve v0.13.8 |
1000 | 2025-02-13T04:31:23.098Z | Downloaded num-bigint v0.4.6 |
1001 | 2025-02-13T04:31:23.098Z | Downloaded serde_path_to_error v0.1.16 |
1002 | 2025-02-13T04:31:23.098Z | Downloaded vcpkg v0.2.15 |
1003 | 2025-02-13T04:31:23.098Z | Downloaded rand v0.8.5 |
1004 | 2025-02-13T04:31:23.098Z | Downloaded lalrpop v0.19.12 |
1005 | 2025-02-13T04:31:23.098Z | Downloaded rsa v0.9.6 |
1006 | 2025-02-13T04:31:23.098Z | Downloaded petname v2.0.2 |
1007 | 2025-02-13T04:31:23.098Z | Downloaded publicsuffix v2.3.0 |
1008 | 2025-02-13T04:31:23.098Z | Downloaded num-bigint-dig v0.8.4 |
1009 | 2025-02-13T04:31:23.098Z | Downloaded futures-util v0.3.31 |
1010 | 2025-02-13T04:31:23.099Z | Downloaded icu_properties_data v1.5.0 |
1011 | 2025-02-13T04:31:23.099Z | Downloaded salty v0.3.0 |
1012 | 2025-02-13T04:31:23.099Z | Downloaded p521 v0.13.3 |
1013 | 2025-02-13T04:31:23.099Z | Downloaded russh v0.45.0 |
1014 | 2025-02-13T04:31:23.099Z | Downloaded steno v0.4.1 |
1015 | 2025-02-13T04:31:23.099Z | Downloaded ssh-key v0.6.6 |
1016 | 2025-02-13T04:31:23.099Z | Downloaded sqlparser v0.45.0 |
1017 | 2025-02-13T04:31:23.099Z | Downloaded curve25519-dalek v4.1.3 |
1018 | 2025-02-13T04:31:23.099Z | Downloaded rusqlite v0.32.1 |
1019 | 2025-02-13T04:31:23.099Z | Downloaded rustls-webpki v0.102.8 |
1020 | 2025-02-13T04:31:23.099Z | Downloaded h2 v0.4.6 |
1021 | 2025-02-13T04:31:23.099Z | Downloaded quinn v0.11.5 |
1022 | 2025-02-13T04:31:23.099Z | Downloaded regex v1.11.1 |
1023 | 2025-02-13T04:31:23.099Z | Downloaded winnow v0.5.40 |
1024 | 2025-02-13T04:31:23.099Z | Downloaded unicode-width v0.2.0 |
1025 | 2025-02-13T04:31:23.099Z | Downloaded rustls v0.21.12 |
1026 | 2025-02-13T04:31:23.099Z | Downloaded bstr v1.10.0 |
1027 | 2025-02-13T04:31:23.099Z | Downloaded nix v0.27.1 |
1028 | 2025-02-13T04:31:23.099Z | Downloaded rustls-webpki v0.101.7 |
1029 | 2025-02-13T04:31:23.099Z | Downloaded git2 v0.19.0 |
1030 | 2025-02-13T04:31:23.099Z | Downloaded p384 v0.13.0 |
1031 | 2025-02-13T04:31:23.099Z | Downloaded rustls v0.22.4 |
1032 | 2025-02-13T04:31:23.099Z | Downloaded chrono-tz v0.10.1 |
1033 | 2025-02-13T04:31:23.099Z | Downloaded openssl v0.10.70 |
1034 | 2025-02-13T04:31:23.099Z | Downloaded object v0.30.4 |
1035 | 2025-02-13T04:31:23.099Z | Downloaded quinn-proto v0.11.8 |
1036 | 2025-02-13T04:31:23.099Z | Downloaded webpki-roots v0.26.6 |
1037 | 2025-02-13T04:31:23.099Z | Downloaded regress v0.10.1 |
1038 | 2025-02-13T04:31:23.099Z | Downloaded rustls v0.23.19 |
1039 | 2025-02-13T04:31:23.106Z | Downloaded dropshot v0.12.0 |
1040 | 2025-02-13T04:31:23.132Z | Downloaded nix v0.29.0 |
1041 | 2025-02-13T04:31:23.138Z | Downloaded openapiv3 v2.0.0 |
1042 | 2025-02-13T04:31:23.146Z | Downloaded hickory-proto v0.24.3 |
1043 | 2025-02-13T04:31:23.159Z | Downloaded dropshot v0.15.1 |
1044 | 2025-02-13T04:31:23.182Z | Downloaded smoltcp v0.9.1 |
1045 | 2025-02-13T04:31:23.192Z | Downloaded gimli v0.31.1 |
1046 | 2025-02-13T04:31:23.202Z | Downloaded radix_trie v0.2.1 |
1047 | 2025-02-13T04:31:23.207Z | Downloaded zerocopy v0.8.10 |
1048 | 2025-02-13T04:31:23.230Z | Downloaded regex-syntax v0.6.29 |
1049 | 2025-02-13T04:31:23.237Z | Downloaded polar-core v0.27.3 |
1050 | 2025-02-13T04:31:23.246Z | Downloaded typify-impl v0.3.0 |
1051 | 2025-02-13T04:31:23.262Z | Downloaded smoltcp v0.11.0 |
1052 | 2025-02-13T04:31:23.272Z | Downloaded regress v0.9.1 |
1053 | 2025-02-13T04:31:23.280Z | Downloaded object v0.36.5 |
1054 | 2025-02-13T04:31:23.293Z | Downloaded nix v0.28.0 |
1055 | 2025-02-13T04:31:23.304Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1056 | 2025-02-13T04:31:23.317Z | Downloaded regex-syntax v0.8.5 |
1057 | 2025-02-13T04:31:23.326Z | Downloaded petgraph v0.6.5 |
1058 | 2025-02-13T04:31:23.343Z | Downloaded diesel v2.2.6 |
1059 | 2025-02-13T04:31:23.363Z | Downloaded ratatui v0.28.1 |
1060 | 2025-02-13T04:31:23.380Z | Downloaded zerocopy-derive v0.6.6 |
1061 | 2025-02-13T04:31:23.389Z | Downloaded hkdf v0.12.4 |
1062 | 2025-02-13T04:31:23.393Z | Downloaded num-complex v0.4.6 |
1063 | 2025-02-13T04:31:23.397Z | Downloaded quick-xml v0.33.0 |
1064 | 2025-02-13T04:31:23.401Z | Downloaded blake3 v1.5.4 |
1065 | 2025-02-13T04:31:23.406Z | Downloaded csv v1.3.1 |
1066 | 2025-02-13T04:31:23.427Z | Downloaded sled v0.34.7 |
1067 | 2025-02-13T04:31:23.437Z | Downloaded typify-impl v0.2.0 |
1068 | 2025-02-13T04:31:23.452Z | Downloaded headers v0.4.0 |
1069 | 2025-02-13T04:31:23.457Z | Downloaded tokio-postgres v0.7.12 |
1070 | 2025-02-13T04:31:23.462Z | Downloaded tough v0.19.0 |
1071 | 2025-02-13T04:31:23.470Z | Downloaded rustls-pemfile v1.0.4 |
1072 | 2025-02-13T04:31:23.473Z | Downloaded slog-term v2.9.1 |
1073 | 2025-02-13T04:31:23.477Z | Downloaded slab v0.4.9 |
1074 | 2025-02-13T04:31:23.480Z | Downloaded shell-words v1.1.0 |
1075 | 2025-02-13T04:31:23.480Z | Downloaded rustc_version v0.1.7 |
1076 | 2025-02-13T04:31:23.480Z | Downloaded spki v0.7.3 |
1077 | 2025-02-13T04:31:23.480Z | Downloaded tokio-tungstenite v0.24.0 |
1078 | 2025-02-13T04:31:23.485Z | Downloaded tokio-util v0.7.12 |
1079 | 2025-02-13T04:31:23.489Z | Downloaded regex-automata v0.4.8 |
1080 | 2025-02-13T04:31:23.505Z | Downloaded bitvec v1.0.1 |
1081 | 2025-02-13T04:31:23.520Z | Downloaded pkg-config v0.3.31 |
1082 | 2025-02-13T04:31:23.523Z | Downloaded unicase v2.7.0 |
1083 | 2025-02-13T04:31:23.523Z | Downloaded simd-adler32 v0.3.7 |
1084 | 2025-02-13T04:31:23.527Z | Downloaded pin-utils v0.1.0 |
1085 | 2025-02-13T04:31:23.527Z | Downloaded foreign-types-macros v0.2.3 |
1086 | 2025-02-13T04:31:23.530Z | Downloaded derive_builder v0.20.2 |
1087 | 2025-02-13T04:31:23.532Z | Downloaded glob v0.3.2 |
1088 | 2025-02-13T04:31:23.532Z | Downloaded lzma-sys v0.1.20 |
1089 | 2025-02-13T04:31:23.561Z | Downloaded walkdir v2.5.0 |
1090 | 2025-02-13T04:31:23.564Z | Downloaded russh-keys v0.45.0 |
1091 | 2025-02-13T04:31:23.567Z | Downloaded serde_with v3.11.0 |
1092 | 2025-02-13T04:31:23.573Z | Downloaded pbkdf2 v0.12.2 |
1093 | 2025-02-13T04:31:23.576Z | Downloaded half v2.4.1 |
1094 | 2025-02-13T04:31:23.580Z | Downloaded diff v0.1.13 |
1095 | 2025-02-13T04:31:23.583Z | Downloaded serde_derive_internals v0.29.1 |
1096 | 2025-02-13T04:31:23.583Z | Downloaded rand_chacha v0.3.1 |
1097 | 2025-02-13T04:31:23.583Z | Downloaded yoke v0.7.4 |
1098 | 2025-02-13T04:31:23.586Z | Downloaded rustls-pki-types v1.10.0 |
1099 | 2025-02-13T04:31:23.590Z | Downloaded parking_lot v0.11.2 |
1100 | 2025-02-13T04:31:23.593Z | Downloaded unicode-segmentation v1.12.0 |
1101 | 2025-02-13T04:31:23.598Z | Downloaded itertools v0.12.1 |
1102 | 2025-02-13T04:31:23.601Z | Downloaded tokio v1.43.0 |
1103 | 2025-02-13T04:31:23.644Z | Downloaded libz-sys v1.1.20 |
1104 | 2025-02-13T04:31:23.666Z | Downloaded dyn-clone v1.0.17 |
1105 | 2025-02-13T04:31:24.075Z | Downloaded sha3 v0.10.8 |
1106 | 2025-02-13T04:31:24.078Z | Downloaded which v4.4.2 |
1107 | 2025-02-13T04:31:24.078Z | Downloaded wait-timeout v0.2.0 |
1108 | 2025-02-13T04:31:24.078Z | Downloaded supports-color v3.0.1 |
1109 | 2025-02-13T04:31:24.078Z | Downloaded smallvec v0.6.14 |
1110 | 2025-02-13T04:31:24.078Z | Downloaded qorb v0.2.1 |
1111 | 2025-02-13T04:31:24.078Z | Downloaded idna v1.0.3 |
1112 | 2025-02-13T04:31:24.078Z | Downloaded encoding_rs v0.8.34 |
1113 | 2025-02-13T04:31:24.078Z | Downloaded omicron-zone-package v0.12.0 |
1114 | 2025-02-13T04:31:24.078Z | Downloaded nu-ansi-term v0.50.1 |
1115 | 2025-02-13T04:31:24.079Z | Downloaded heapless v0.7.17 |
1116 | 2025-02-13T04:31:24.079Z | Downloaded parse-zoneinfo v0.3.1 |
1117 | 2025-02-13T04:31:24.079Z | Downloaded smallvec v1.13.2 |
1118 | 2025-02-13T04:31:24.079Z | Downloaded openssl-sys v0.9.105 |
1119 | 2025-02-13T04:31:24.079Z | Downloaded unicode-properties v0.1.3 |
1120 | 2025-02-13T04:31:24.079Z | Downloaded libxml v0.3.3 |
1121 | 2025-02-13T04:31:24.079Z | Downloaded postgres-types v0.2.8 |
1122 | 2025-02-13T04:31:24.079Z | Downloaded zerocopy-derive v0.8.10 |
1123 | 2025-02-13T04:31:24.079Z | Downloaded libm v0.2.8 |
1124 | 2025-02-13T04:31:24.079Z | Downloaded defmt v0.3.8 |
1125 | 2025-02-13T04:31:24.079Z | Downloaded slog-async v2.8.0 |
1126 | 2025-02-13T04:31:24.079Z | Downloaded rayon-core v1.12.1 |
1127 | 2025-02-13T04:31:24.079Z | Downloaded p256 v0.13.2 |
1128 | 2025-02-13T04:31:24.079Z | Downloaded vte v0.11.1 |
1129 | 2025-02-13T04:31:24.079Z | Downloaded spin v0.9.8 |
1130 | 2025-02-13T04:31:24.079Z | Downloaded unicode-xid v0.2.6 |
1131 | 2025-02-13T04:31:24.079Z | Downloaded parking_lot v0.12.3 |
1132 | 2025-02-13T04:31:24.079Z | Downloaded pkcs8 v0.10.2 |
1133 | 2025-02-13T04:31:24.079Z | Downloaded displaydoc v0.2.5 |
1134 | 2025-02-13T04:31:24.079Z | Downloaded tungstenite v0.26.1 |
1135 | 2025-02-13T04:31:24.079Z | Downloaded rand_seeder v0.3.0 |
1136 | 2025-02-13T04:31:24.079Z | Downloaded psl-types v2.0.11 |
1137 | 2025-02-13T04:31:24.079Z | Downloaded progenitor-macro v0.9.1 |
1138 | 2025-02-13T04:31:24.079Z | Downloaded ron v0.7.1 |
1139 | 2025-02-13T04:31:24.079Z | Downloaded indicatif v0.17.11 |
1140 | 2025-02-13T04:31:24.079Z | Downloaded untrusted v0.7.1 |
1141 | 2025-02-13T04:31:24.079Z | Downloaded unsafe-libyaml v0.2.11 |
1142 | 2025-02-13T04:31:24.079Z | Downloaded hickory-resolver v0.24.2 |
1143 | 2025-02-13T04:31:24.079Z | Downloaded futures-io v0.3.31 |
1144 | 2025-02-13T04:31:24.079Z | Downloaded document-features v0.2.10 |
1145 | 2025-02-13T04:31:24.079Z | Downloaded display-error-chain v0.2.2 |
1146 | 2025-02-13T04:31:24.079Z | Downloaded mio v1.0.2 |
1147 | 2025-02-13T04:31:24.079Z | Downloaded num-rational v0.4.2 |
1148 | 2025-02-13T04:31:24.079Z | Downloaded ed25519 v2.2.3 |
1149 | 2025-02-13T04:31:24.079Z | Downloaded globset v0.4.15 |
1150 | 2025-02-13T04:31:24.079Z | Downloaded const_format v0.2.34 |
1151 | 2025-02-13T04:31:24.079Z | Downloaded signal-hook-registry v1.4.2 |
1152 | 2025-02-13T04:31:24.079Z | Downloaded base64 v0.21.7 |
1153 | 2025-02-13T04:31:24.080Z | Downloaded arc-swap v1.7.1 |
1154 | 2025-02-13T04:31:24.080Z | Downloaded http v1.2.0 |
1155 | 2025-02-13T04:31:24.080Z | Downloaded derive_builder_core v0.20.2 |
1156 | 2025-02-13T04:31:24.080Z | Downloaded icu_properties v1.5.1 |
1157 | 2025-02-13T04:31:24.080Z | Downloaded bytes v1.9.0 |
1158 | 2025-02-13T04:31:24.080Z | Downloaded blake2 v0.10.6 |
1159 | 2025-02-13T04:31:24.080Z | Downloaded base64 v0.22.1 |
1160 | 2025-02-13T04:31:24.080Z | Downloaded time-macros v0.2.18 |
1161 | 2025-02-13T04:31:24.080Z | Downloaded tiny-keccak v2.0.2 |
1162 | 2025-02-13T04:31:24.080Z | Downloaded icu_normalizer_data v1.5.0 |
1163 | 2025-02-13T04:31:24.080Z | Downloaded crossbeam-channel v0.5.13 |
1164 | 2025-02-13T04:31:24.080Z | Downloaded float-cmp v0.9.0 |
1165 | 2025-02-13T04:31:24.080Z | Downloaded ena v0.14.3 |
1166 | 2025-02-13T04:31:24.080Z | Downloaded strum_macros v0.26.4 |
1167 | 2025-02-13T04:31:24.080Z | Downloaded litrs v0.4.1 |
1168 | 2025-02-13T04:31:24.080Z | Downloaded heapless v0.8.0 |
1169 | 2025-02-13T04:31:24.080Z | Downloaded rtoolbox v0.0.2 |
1170 | 2025-02-13T04:31:24.080Z | Downloaded xz2 v0.1.7 |
1171 | 2025-02-13T04:31:24.080Z | Downloaded tls_codec v0.4.1 |
1172 | 2025-02-13T04:31:24.080Z | Downloaded idna_adapter v1.2.0 |
1173 | 2025-02-13T04:31:24.080Z | Downloaded iana-time-zone v0.1.61 |
1174 | 2025-02-13T04:31:24.080Z | Downloaded highway v1.2.0 |
1175 | 2025-02-13T04:31:24.080Z | Downloaded cookie_store v0.21.1 |
1176 | 2025-02-13T04:31:24.080Z | Downloaded bcs v0.1.6 |
1177 | 2025-02-13T04:31:24.080Z | Downloaded kstat-rs v0.2.4 |
1178 | 2025-02-13T04:31:24.080Z | Downloaded hyper-tls v0.6.0 |
1179 | 2025-02-13T04:31:24.080Z | Downloaded hostname v0.3.1 |
1180 | 2025-02-13T04:31:24.080Z | Downloaded cobs v0.2.3 |
1181 | 2025-02-13T04:31:24.080Z | Downloaded rustc-hash v1.1.0 |
1182 | 2025-02-13T04:31:24.080Z | Downloaded lazy_static v1.5.0 |
1183 | 2025-02-13T04:31:24.080Z | Downloaded http-body-util v0.1.2 |
1184 | 2025-02-13T04:31:24.080Z | Downloaded crossbeam-utils v0.8.20 |
1185 | 2025-02-13T04:31:24.080Z | Downloaded crossbeam-epoch v0.9.18 |
1186 | 2025-02-13T04:31:24.080Z | Downloaded base64ct v1.6.0 |
1187 | 2025-02-13T04:31:24.080Z | Downloaded hostname v0.4.0 |
1188 | 2025-02-13T04:31:24.080Z | Downloaded home v0.5.9 |
1189 | 2025-02-13T04:31:24.080Z | Downloaded ciborium v0.2.2 |
1190 | 2025-02-13T04:31:24.080Z | Downloaded cbc v0.1.2 |
1191 | 2025-02-13T04:31:24.080Z | Downloaded lru v0.12.5 |
1192 | 2025-02-13T04:31:24.081Z | Downloaded linked-hash-map v0.5.6 |
1193 | 2025-02-13T04:31:24.081Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1194 | 2025-02-13T04:31:24.081Z | Downloaded ipnetwork v0.20.0 |
1195 | 2025-02-13T04:31:24.081Z | Downloaded impl-trait-for-tuples v0.2.2 |
1196 | 2025-02-13T04:31:24.081Z | Downloaded hubpack v0.1.2 |
1197 | 2025-02-13T04:31:24.081Z | Downloaded httpdate v1.0.3 |
1198 | 2025-02-13T04:31:24.081Z | Downloaded aead v0.5.2 |
1199 | 2025-02-13T04:31:24.346Z | Downloaded aws-lc-sys v0.22.0 |
1200 | 2025-02-13T04:31:24.579Z | Downloaded ring v0.17.8 |
1201 | 2025-02-13T04:31:24.692Z | Downloaded libsqlite3-sys v0.30.1 |
1202 | 2025-02-13T04:31:24.868Z | Compiling serde v1.0.217 |
1203 | 2025-02-13T04:31:24.872Z | Compiling lock_api v0.4.12 |
1204 | 2025-02-13T04:31:24.872Z | Compiling value-bag v1.9.0 |
1205 | 2025-02-13T04:31:24.872Z | Compiling scopeguard v1.2.0 |
1206 | 2025-02-13T04:31:24.872Z | Compiling typenum v1.17.0 |
1207 | 2025-02-13T04:31:25.026Z | Compiling generic-array v0.14.7 |
1208 | 2025-02-13T04:31:25.072Z | Compiling syn v2.0.96 |
1209 | 2025-02-13T04:31:25.086Z | Compiling getrandom v0.2.15 |
1210 | 2025-02-13T04:31:25.220Z | Compiling shlex v1.3.0 |
1211 | 2025-02-13T04:31:25.417Z | Compiling log v0.4.22 |
1212 | 2025-02-13T04:31:25.489Z | Compiling rand_core v0.6.4 |
1213 | 2025-02-13T04:31:25.549Z | Compiling subtle v2.6.1 |
1214 | 2025-02-13T04:31:25.595Z | Compiling jobserver v0.1.32 |
1215 | 2025-02-13T04:31:25.616Z | Compiling smallvec v1.13.2 |
1216 | 2025-02-13T04:31:25.873Z | Compiling const-oid v0.9.6 |
1217 | 2025-02-13T04:31:25.919Z | Compiling pin-project-lite v0.2.14 |
1218 | 2025-02-13T04:31:26.000Z | Compiling cc v1.1.30 |
1219 | 2025-02-13T04:31:26.040Z | Compiling rustix v0.38.37 |
1220 | 2025-02-13T04:31:26.062Z | Compiling spin v0.9.8 |
1221 | 2025-02-13T04:31:26.160Z | Compiling parking_lot_core v0.9.10 |
1222 | 2025-02-13T04:31:26.417Z | Compiling futures-core v0.3.31 |
1223 | 2025-02-13T04:31:26.452Z | Compiling signal-hook-registry v1.4.2 |
1224 | 2025-02-13T04:31:26.679Z | Compiling mio v1.0.2 |
1225 | 2025-02-13T04:31:26.854Z | Compiling aho-corasick v1.1.3 |
1226 | 2025-02-13T04:31:27.132Z | Compiling parking_lot v0.12.3 |
1227 | 2025-02-13T04:31:27.158Z | Compiling regex-syntax v0.8.5 |
1228 | 2025-02-13T04:31:27.323Z | Compiling cpufeatures v0.2.14 |
1229 | 2025-02-13T04:31:27.435Z | Compiling either v1.13.0 |
1230 | 2025-02-13T04:31:27.737Z | Compiling stable_deref_trait v1.2.0 |
1231 | 2025-02-13T04:31:27.840Z | Compiling glob v0.3.2 |
1232 | 2025-02-13T04:31:27.866Z | Compiling futures-sink v0.3.31 |
1233 | 2025-02-13T04:31:27.890Z | Compiling socket2 v0.5.7 |
1234 | 2025-02-13T04:31:28.063Z | Compiling slab v0.4.9 |
1235 | 2025-02-13T04:31:28.082Z | Compiling prettyplease v0.2.25 |
1236 | 2025-02-13T04:31:28.435Z | Compiling lazy_static v1.5.0 |
1237 | 2025-02-13T04:31:28.540Z | Compiling serde_json v1.0.135 |
1238 | 2025-02-13T04:31:28.577Z | Compiling minimal-lexical v0.2.1 |
1239 | 2025-02-13T04:31:28.834Z | Compiling clang-sys v1.8.1 |
1240 | 2025-02-13T04:31:28.905Z | Compiling libloading v0.8.5 |
1241 | 2025-02-13T04:31:29.086Z | Compiling nom v7.1.3 |
1242 | 2025-02-13T04:31:29.185Z | Compiling home v0.5.9 |
1243 | 2025-02-13T04:31:29.308Z | Compiling bindgen v0.69.5 |
1244 | 2025-02-13T04:31:29.457Z | Compiling futures-channel v0.3.31 |
1245 | 2025-02-13T04:31:29.720Z | Compiling itertools v0.12.1 |
1246 | 2025-02-13T04:31:29.860Z | Compiling futures-io v0.3.31 |
1247 | 2025-02-13T04:31:30.367Z | Compiling foldhash v0.1.3 |
1248 | 2025-02-13T04:31:30.408Z | Compiling lazycell v1.3.0 |
1249 | 2025-02-13T04:31:30.433Z | Compiling rustc-hash v1.1.0 |
1250 | 2025-02-13T04:31:30.440Z | Compiling libm v0.2.8 |
1251 | 2025-02-13T04:31:30.571Z | Compiling futures-task v0.3.31 |
1252 | 2025-02-13T04:31:30.778Z | Compiling pin-utils v0.1.0 |
1253 | 2025-02-13T04:31:30.882Z | Compiling allocator-api2 v0.2.18 |
1254 | 2025-02-13T04:31:30.929Z | Compiling regex-automata v0.4.8 |
1255 | 2025-02-13T04:31:31.634Z | Compiling hashbrown v0.15.1 |
1256 | 2025-02-13T04:31:31.683Z | Compiling cmake v0.1.51 |
1257 | 2025-02-13T04:31:32.390Z | Compiling synstructure v0.13.1 |
1258 | 2025-02-13T04:31:32.592Z | Compiling cexpr v0.6.0 |
1259 | 2025-02-13T04:31:32.836Z | Compiling num-traits v0.2.19 |
1260 | 2025-02-13T04:31:33.158Z | Compiling dunce v1.0.5 |
1261 | 2025-02-13T04:31:33.303Z | Compiling fs_extra v1.3.0 |
1262 | 2025-02-13T04:31:33.516Z | Compiling pkg-config v0.3.31 |
1263 | 2025-02-13T04:31:34.107Z | Compiling litemap v0.7.3 |
1264 | 2025-02-13T04:31:34.223Z | Compiling writeable v0.5.5 |
1265 | 2025-02-13T04:31:34.484Z | Compiling ring v0.17.8 |
1266 | 2025-02-13T04:31:34.744Z | Compiling base64ct v1.6.0 |
1267 | 2025-02-13T04:31:35.239Z | Compiling paste v1.0.15 |
1268 | 2025-02-13T04:31:35.325Z | Compiling pem-rfc7468 v0.7.0 |
1269 | 2025-02-13T04:31:35.424Z | Compiling flagset v0.4.6 |
1270 | 2025-02-13T04:31:35.627Z | Compiling icu_locid_transform_data v1.5.0 |
1271 | 2025-02-13T04:31:35.744Z | Compiling aws-lc-rs v1.10.0 |
1272 | 2025-02-13T04:31:35.779Z | Compiling httparse v1.9.5 |
1273 | 2025-02-13T04:31:36.138Z | Compiling tracing-core v0.1.32 |
1274 | 2025-02-13T04:31:36.445Z | Compiling regex v1.11.1 |
1275 | 2025-02-13T04:31:36.582Z | Compiling rustls-pki-types v1.10.0 |
1276 | 2025-02-13T04:31:37.029Z | Compiling icu_properties_data v1.5.0 |
1277 | 2025-02-13T04:31:37.277Z | Compiling crossbeam-utils v0.8.20 |
1278 | 2025-02-13T04:31:37.296Z | Compiling percent-encoding v2.3.1 |
1279 | 2025-02-13T04:31:37.503Z | Compiling vcpkg v0.2.15 |
1280 | 2025-02-13T04:31:37.622Z | Compiling write16 v1.0.0 |
1281 | 2025-02-13T04:31:37.778Z | Compiling icu_normalizer_data v1.5.0 |
1282 | 2025-02-13T04:31:37.833Z | Compiling serde_derive v1.0.217 |
1283 | 2025-02-13T04:31:37.864Z | Compiling zeroize_derive v1.4.2 |
1284 | 2025-02-13T04:31:37.942Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2025-02-13T04:31:38.005Z | Compiling zerofrom-derive v0.1.4 |
1286 | 2025-02-13T04:31:39.340Z | Compiling tokio-macros v2.5.0 |
1287 | 2025-02-13T04:31:39.343Z | Compiling zeroize v1.8.1 |
1288 | 2025-02-13T04:31:39.972Z | Compiling zerocopy v0.7.35 |
1289 | 2025-02-13T04:31:40.160Z | Compiling yoke-derive v0.7.4 |
1290 | 2025-02-13T04:31:40.783Z | Compiling thiserror-impl v1.0.69 |
1291 | 2025-02-13T04:31:40.897Z | Compiling crypto-common v0.1.6 |
1292 | 2025-02-13T04:31:41.140Z | Compiling block-buffer v0.10.4 |
1293 | 2025-02-13T04:31:41.192Z | Compiling zerovec-derive v0.10.3 |
1294 | 2025-02-13T04:31:41.307Z | Compiling futures-macro v0.3.31 |
1295 | 2025-02-13T04:31:41.422Z | Compiling digest v0.10.7 |
1296 | 2025-02-13T04:31:41.520Z | Compiling zerofrom v0.1.4 |
1297 | 2025-02-13T04:31:41.750Z | Compiling displaydoc v0.2.5 |
1298 | 2025-02-13T04:31:41.878Z | Compiling hmac v0.12.1 |
1299 | 2025-02-13T04:31:41.915Z | Compiling block-padding v0.3.3 |
1300 | 2025-02-13T04:31:42.137Z | Compiling inout v0.1.3 |
1301 | 2025-02-13T04:31:42.182Z | Compiling sha2 v0.10.8 |
1302 | 2025-02-13T04:31:42.427Z | Compiling cipher v0.4.4 |
1303 | 2025-02-13T04:31:42.790Z | Compiling yoke v0.7.4 |
1304 | 2025-02-13T04:31:42.989Z | Compiling icu_provider_macros v1.5.0 |
1305 | 2025-02-13T04:31:43.187Z | Compiling ppv-lite86 v0.2.20 |
1306 | 2025-02-13T04:31:43.190Z | Compiling futures-util v0.3.31 |
1307 | 2025-02-13T04:31:43.328Z | Compiling der_derive v0.7.3 |
1308 | 2025-02-13T04:31:43.677Z | Compiling zerovec v0.10.4 |
1309 | 2025-02-13T04:31:43.785Z | Compiling thiserror v1.0.69 |
1310 | 2025-02-13T04:31:43.903Z | Compiling rand_chacha v0.3.1 |
1311 | 2025-02-13T04:31:43.929Z | Compiling tracing-attributes v0.1.27 |
1312 | 2025-02-13T04:31:44.043Z | Compiling pest v2.7.14 |
1313 | 2025-02-13T04:31:45.643Z | Compiling tinystr v0.7.6 |
1314 | 2025-02-13T04:31:45.672Z | Compiling der v0.7.9 |
1315 | 2025-02-13T04:31:45.675Z | Compiling icu_collections v1.5.0 |
1316 | 2025-02-13T04:31:46.026Z | Compiling icu_locid v1.5.0 |
1317 | 2025-02-13T04:31:46.263Z | Compiling rand v0.8.5 |
1318 | 2025-02-13T04:31:46.975Z | Compiling salsa20 v0.10.2 |
1319 | 2025-02-13T04:31:47.062Z | Compiling pbkdf2 v0.12.2 |
1320 | 2025-02-13T04:31:47.190Z | Compiling icu_provider v1.5.0 |
1321 | 2025-02-13T04:31:47.252Z | Compiling tracing v0.1.40 |
1322 | 2025-02-13T04:31:47.255Z | Compiling utf8_iter v1.0.4 |
1323 | 2025-02-13T04:31:47.534Z | Compiling num-conv v0.1.0 |
1324 | 2025-02-13T04:31:47.754Z | Compiling spki v0.7.3 |
1325 | 2025-02-13T04:31:47.824Z | Compiling time-core v0.1.2 |
1326 | 2025-02-13T04:31:48.071Z | Compiling icu_locid_transform v1.5.0 |
1327 | 2025-02-13T04:31:48.164Z | Compiling powerfmt v0.2.0 |
1328 | 2025-02-13T04:31:48.185Z | Compiling mirai-annotations v1.12.0 |
1329 | 2025-02-13T04:31:48.188Z | Compiling untrusted v0.7.1 |
1330 | 2025-02-13T04:31:48.303Z | Compiling utf16_iter v1.0.5 |
1331 | 2025-02-13T04:31:48.383Z | Compiling untrusted v0.9.0 |
1332 | 2025-02-13T04:31:48.404Z | Compiling time-macros v0.2.18 |
1333 | 2025-02-13T04:31:48.480Z | Compiling deranged v0.3.11 |
1334 | 2025-02-13T04:31:48.511Z | Compiling scrypt v0.11.0 |
1335 | 2025-02-13T04:31:48.595Z | Compiling pest_meta v2.7.14 |
1336 | 2025-02-13T04:31:48.778Z | Compiling aes v0.8.4 |
1337 | 2025-02-13T04:31:49.029Z | Compiling cbc v0.1.2 |
1338 | 2025-02-13T04:31:49.274Z | Compiling icu_properties v1.5.1 |
1339 | 2025-02-13T04:31:49.895Z | Compiling openssl-sys v0.9.105 |
1340 | 2025-02-13T04:31:50.924Z | Compiling bitflags v2.6.0 |
1341 | 2025-02-13T04:31:51.071Z | Compiling bytes v1.9.0 |
1342 | 2025-02-13T04:31:51.567Z | Compiling indexmap v2.7.1 |
1343 | 2025-02-13T04:31:51.570Z | Compiling semver v1.0.24 |
1344 | 2025-02-13T04:31:51.903Z | Compiling scroll_derive v0.12.0 |
1345 | 2025-02-13T04:31:52.268Z | Compiling tokio v1.43.0 |
1346 | 2025-02-13T04:31:52.302Z | Compiling http v1.2.0 |
1347 | 2025-02-13T04:31:52.875Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-02-13T04:31:53.104Z | Compiling rustc_version v0.4.1 |
1349 | 2025-02-13T04:31:53.382Z | Compiling tinyvec_macros v0.1.1 |
1350 | 2025-02-13T04:31:53.492Z | Compiling atomic-waker v1.1.2 |
1351 | 2025-02-13T04:31:53.692Z | Compiling num_threads v0.1.7 |
1352 | 2025-02-13T04:31:53.809Z | Compiling time v0.3.36 |
1353 | 2025-02-13T04:31:53.829Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-02-13T04:31:53.831Z | Compiling http-body v1.0.1 |
1355 | 2025-02-13T04:31:54.083Z | Compiling tinyvec v1.8.0 |
1356 | 2025-02-13T04:31:54.083Z | Compiling scroll v0.12.0 |
1357 | 2025-02-13T04:31:54.433Z | Compiling pest_generator v2.7.14 |
1358 | 2025-02-13T04:31:54.459Z | Compiling pkcs5 v0.7.1 |
1359 | 2025-02-13T04:31:54.630Z | Compiling form_urlencoded v1.2.1 |
1360 | 2025-02-13T04:31:54.700Z | Compiling slog v2.7.0 |
1361 | 2025-02-13T04:31:54.958Z | Compiling which v4.4.2 |
1362 | 2025-02-13T04:31:55.200Z | Compiling try-lock v0.2.5 |
1363 | 2025-02-13T04:31:55.508Z | Compiling goblin v0.8.2 |
1364 | 2025-02-13T04:31:55.528Z | Compiling want v0.3.1 |
1365 | 2025-02-13T04:31:55.668Z | Compiling pkcs8 v0.10.2 |
1366 | 2025-02-13T04:31:55.806Z | Compiling idna v1.0.3 |
1367 | 2025-02-13T04:31:55.991Z | Compiling uuid v1.12.0 |
1368 | 2025-02-13T04:31:56.243Z | Compiling pest_derive v2.7.14 |
1369 | 2025-02-13T04:31:56.334Z | Compiling iana-time-zone v0.1.61 |
1370 | 2025-02-13T04:31:56.740Z | Compiling httpdate v1.0.3 |
1371 | 2025-02-13T04:31:57.015Z | Compiling dtrace-parser v0.2.0 |
1372 | 2025-02-13T04:31:57.191Z | Compiling chrono v0.4.39 |
1373 | 2025-02-13T04:31:57.453Z | Compiling serde_tokenstream v0.2.2 |
1374 | 2025-02-13T04:31:58.055Z | Compiling serde_spanned v0.6.8 |
1375 | 2025-02-13T04:31:58.183Z | Compiling toml_datetime v0.6.8 |
1376 | 2025-02-13T04:31:58.304Z | Compiling foreign-types-shared v0.1.1 |
1377 | 2025-02-13T04:31:58.439Z | Compiling openssl v0.10.70 |
1378 | 2025-02-13T04:31:58.460Z | Compiling rustversion v1.0.17 |
1379 | 2025-02-13T04:31:58.649Z | Compiling match_cfg v0.1.0 |
1380 | 2025-02-13T04:31:58.759Z | Compiling base64 v0.22.1 |
1381 | 2025-02-13T04:31:58.870Z | Compiling adler2 v2.0.0 |
1382 | 2025-02-13T04:31:58.970Z | Compiling tower-service v0.3.3 |
1383 | 2025-02-13T04:31:59.086Z | Compiling miniz_oxide v0.8.0 |
1384 | 2025-02-13T04:31:59.155Z | Compiling hostname v0.3.1 |
1385 | 2025-02-13T04:31:59.202Z | Compiling foreign-types v0.3.2 |
1386 | 2025-02-13T04:31:59.312Z | Compiling url v2.5.3 |
1387 | 2025-02-13T04:31:59.422Z | Compiling openssl-macros v0.1.1 |
1388 | 2025-02-13T04:32:00.119Z | Compiling async-trait v0.1.86 |
1389 | 2025-02-13T04:32:00.564Z | Compiling tokio-util v0.7.12 |
1390 | 2025-02-13T04:32:00.579Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2025-02-13T04:32:00.613Z | Compiling dirs-sys-next v0.1.2 |
1392 | 2025-02-13T04:32:01.073Z | Compiling siphasher v0.3.11 |
1393 | 2025-02-13T04:32:01.164Z | Compiling dof v0.3.0 |
1394 | 2025-02-13T04:32:01.442Z | Compiling native-tls v0.2.12 |
1395 | 2025-02-13T04:32:01.786Z | Compiling h2 v0.4.6 |
1396 | 2025-02-13T04:32:01.825Z | Compiling syn v1.0.109 |
1397 | 2025-02-13T04:32:02.417Z | Compiling usdt-impl v0.5.0 |
1398 | 2025-02-13T04:32:02.708Z | Compiling data-encoding v2.6.0 |
1399 | 2025-02-13T04:32:02.893Z | Compiling rustls v0.23.19 |
1400 | 2025-02-13T04:32:03.039Z | Compiling schemars v0.8.21 |
1401 | 2025-02-13T04:32:03.202Z | Compiling rustls v0.22.4 |
1402 | 2025-02-13T04:32:03.417Z | Compiling schemars_derive v0.8.21 |
1403 | 2025-02-13T04:32:03.632Z | Compiling dirs-next v2.0.0 |
1404 | 2025-02-13T04:32:04.811Z | Compiling unicode-normalization v0.1.24 |
1405 | 2025-02-13T04:32:04.857Z | Compiling http-body-util v0.1.2 |
1406 | 2025-02-13T04:32:05.115Z | Compiling heapless v0.7.17 |
1407 | 2025-02-13T04:32:05.348Z | Compiling crossbeam-epoch v0.9.18 |
1408 | 2025-02-13T04:32:05.555Z | Compiling signature v2.2.0 |
1409 | 2025-02-13T04:32:05.845Z | Compiling sha1 v0.10.6 |
1410 | 2025-02-13T04:32:05.869Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2025-02-13T04:32:05.895Z | Compiling thread_local v1.1.8 |
1412 | 2025-02-13T04:32:06.043Z | Compiling cookie v0.18.1 |
1413 | 2025-02-13T04:32:06.294Z | Compiling multer v3.1.0 |
1414 | 2025-02-13T04:32:06.318Z | Compiling encoding_rs v0.8.34 |
1415 | 2025-02-13T04:32:06.350Z | Compiling openssl-probe v0.1.5 |
1416 | 2025-02-13T04:32:06.374Z | Compiling dyn-clone v1.0.17 |
1417 | 2025-02-13T04:32:06.417Z | Compiling rayon-core v1.12.1 |
1418 | 2025-02-13T04:32:06.582Z | Compiling ipnet v2.10.1 |
1419 | 2025-02-13T04:32:06.603Z | Compiling slog-async v2.8.0 |
1420 | 2025-02-13T04:32:06.641Z | Compiling unicode-bidi v0.3.17 |
1421 | 2025-02-13T04:32:06.699Z | Compiling gimli v0.31.1 |
1422 | 2025-02-13T04:32:07.087Z | Compiling mime v0.3.17 |
1423 | 2025-02-13T04:32:07.613Z | Compiling signal-hook v0.3.17 |
1424 | 2025-02-13T04:32:07.712Z | Compiling unicode-properties v0.1.3 |
1425 | 2025-02-13T04:32:07.953Z | Compiling toml_edit v0.22.22 |
1426 | 2025-02-13T04:32:08.166Z | Compiling stringprep v0.1.5 |
1427 | 2025-02-13T04:32:09.282Z | Compiling hyper v1.5.2 |
1428 | 2025-02-13T04:32:11.092Z | Compiling addr2line v0.24.2 |
1429 | 2025-02-13T04:32:11.582Z | Compiling hyper-util v0.1.10 |
1430 | 2025-02-13T04:32:11.636Z | Compiling crossbeam-deque v0.8.5 |
1431 | 2025-02-13T04:32:11.804Z | Compiling usdt-attr-macro v0.5.0 |
1432 | 2025-02-13T04:32:11.828Z | Compiling usdt-macro v0.5.0 |
1433 | 2025-02-13T04:32:11.965Z | Compiling term v0.7.0 |
1434 | 2025-02-13T04:32:12.923Z | Compiling slog-json v2.6.1 |
1435 | 2025-02-13T04:32:13.220Z | Compiling serde_urlencoded v0.7.1 |
1436 | 2025-02-13T04:32:13.294Z | Compiling curve25519-dalek v4.1.3 |
1437 | 2025-02-13T04:32:13.297Z | Compiling crossbeam-channel v0.5.13 |
1438 | 2025-02-13T04:32:13.297Z | Compiling enum-as-inner v0.6.1 |
1439 | 2025-02-13T04:32:13.717Z | Compiling futures-executor v0.3.31 |
1440 | 2025-02-13T04:32:13.951Z | Compiling md-5 v0.10.6 |
1441 | 2025-02-13T04:32:14.240Z | Compiling async-stream-impl v0.3.6 |
1442 | 2025-02-13T04:32:14.242Z | Compiling rustls-pemfile v2.2.0 |
1443 | 2025-02-13T04:32:14.279Z | Compiling num-integer v0.1.46 |
1444 | 2025-02-13T04:32:14.382Z | Compiling hash32 v0.2.1 |
1445 | 2025-02-13T04:32:14.385Z | Compiling ff v0.13.0 |
1446 | 2025-02-13T04:32:14.581Z | Compiling is-terminal v0.4.13 |
1447 | 2025-02-13T04:32:14.646Z | Compiling object v0.36.5 |
1448 | 2025-02-13T04:32:14.732Z | Compiling dropshot v0.12.0 |
1449 | 2025-02-13T04:32:14.748Z | Compiling rustc-demangle v0.1.24 |
1450 | 2025-02-13T04:32:14.995Z | Compiling num-bigint-dig v0.8.4 |
1451 | 2025-02-13T04:32:15.033Z | Compiling utf-8 v0.7.6 |
1452 | 2025-02-13T04:32:15.308Z | Compiling linked-hash-map v0.5.6 |
1453 | 2025-02-13T04:32:15.354Z | Compiling quick-error v1.2.3 |
1454 | 2025-02-13T04:32:15.375Z | Compiling fallible-iterator v0.2.0 |
1455 | 2025-02-13T04:32:15.499Z | Compiling litrs v0.4.1 |
1456 | 2025-02-13T04:32:15.517Z | Compiling take_mut v0.2.2 |
1457 | 2025-02-13T04:32:15.630Z | Compiling anyhow v1.0.95 |
1458 | 2025-02-13T04:32:15.655Z | Compiling portable-atomic v1.9.0 |
1459 | 2025-02-13T04:32:15.678Z | Compiling smoltcp v0.9.1 |
1460 | 2025-02-13T04:32:16.006Z | Compiling base16ct v0.2.0 |
1461 | 2025-02-13T04:32:16.240Z | Compiling psl-types v2.0.11 |
1462 | 2025-02-13T04:32:16.379Z | Compiling sec1 v0.7.3 |
1463 | 2025-02-13T04:32:16.449Z | Compiling publicsuffix v2.3.0 |
1464 | 2025-02-13T04:32:16.602Z | Compiling document-features v0.2.10 |
1465 | 2025-02-13T04:32:16.731Z | Compiling postgres-protocol v0.6.7 |
1466 | 2025-02-13T04:32:16.783Z | Compiling lru-cache v0.1.2 |
1467 | 2025-02-13T04:32:16.898Z | Compiling async-stream v0.3.6 |
1468 | 2025-02-13T04:32:16.975Z | Compiling resolv-conf v0.7.0 |
1469 | 2025-02-13T04:32:17.230Z | Compiling tungstenite v0.24.0 |
1470 | 2025-02-13T04:32:17.933Z | Compiling num-iter v0.1.45 |
1471 | 2025-02-13T04:32:17.958Z | Compiling slog-term v2.9.1 |
1472 | 2025-02-13T04:32:17.990Z | Compiling usdt v0.5.0 |
1473 | 2025-02-13T04:32:18.003Z | Compiling group v0.13.0 |
1474 | 2025-02-13T04:32:18.330Z | Compiling hickory-proto v0.24.3 |
1475 | 2025-02-13T04:32:18.466Z | Compiling futures v0.3.31 |
1476 | 2025-02-13T04:32:18.718Z | Compiling slog-bunyan v2.5.0 |
1477 | 2025-02-13T04:32:19.024Z | Compiling toml v0.8.19 |
1478 | 2025-02-13T04:32:19.256Z | Compiling tokio-native-tls v0.3.1 |
1479 | 2025-02-13T04:32:20.046Z | Compiling camino v1.1.9 |
1480 | 2025-02-13T04:32:20.516Z | Compiling phf_shared v0.11.2 |
1481 | 2025-02-13T04:32:20.552Z | Compiling dropshot_endpoint v0.12.0 |
1482 | 2025-02-13T04:32:20.876Z | Compiling terminal_size v0.4.0 |
1483 | 2025-02-13T04:32:20.896Z | Compiling waitgroup v0.1.2 |
1484 | 2025-02-13T04:32:21.117Z | Compiling backtrace v0.3.74 |
1485 | 2025-02-13T04:32:21.137Z | Compiling openapiv3 v2.0.0 |
1486 | 2025-02-13T04:32:21.370Z | Compiling serde_path_to_error v0.1.16 |
1487 | 2025-02-13T04:32:21.594Z | Compiling hkdf v0.12.4 |
1488 | 2025-02-13T04:32:21.874Z | Compiling crypto-bigint v0.5.5 |
1489 | 2025-02-13T04:32:22.157Z | Compiling zerocopy-derive v0.6.6 |
1490 | 2025-02-13T04:32:24.172Z | Compiling curve25519-dalek-derive v0.1.1 |
1491 | 2025-02-13T04:32:24.202Z | Compiling webpki-roots v0.26.6 |
1492 | 2025-02-13T04:32:24.432Z | Compiling hostname v0.4.0 |
1493 | 2025-02-13T04:32:24.663Z | Compiling fs-err v2.11.0 |
1494 | 2025-02-13T04:32:24.742Z | Compiling crc32fast v1.4.2 |
1495 | 2025-02-13T04:32:24.972Z | Compiling ahash v0.8.11 |
1496 | 2025-02-13T04:32:25.101Z | Compiling bitflags v1.3.2 |
1497 | 2025-02-13T04:32:25.125Z | Compiling managed v0.8.0 |
1498 | 2025-02-13T04:32:25.212Z | Compiling newtype-uuid v1.2.1 |
1499 | 2025-02-13T04:32:25.235Z | Compiling hubpack_derive v0.1.1 |
1500 | 2025-02-13T04:32:25.301Z | Compiling unicode-width v0.2.0 |
1501 | 2025-02-13T04:32:25.478Z | Compiling debug-ignore v1.0.5 |
1502 | 2025-02-13T04:32:25.578Z | Compiling winnow v0.5.40 |
1503 | 2025-02-13T04:32:25.834Z | Compiling console v0.15.10 |
1504 | 2025-02-13T04:32:26.045Z | Compiling hubpack v0.1.2 |
1505 | 2025-02-13T04:32:26.567Z | Compiling clap_builder v4.5.27 |
1506 | 2025-02-13T04:32:27.177Z | Compiling strum_macros v0.25.3 |
1507 | 2025-02-13T04:32:27.587Z | Compiling flate2 v1.0.35 |
1508 | 2025-02-13T04:32:27.784Z | Compiling elliptic-curve v0.13.8 |
1509 | 2025-02-13T04:32:27.815Z | Compiling zerocopy v0.6.6 |
1510 | 2025-02-13T04:32:28.540Z | Compiling hickory-resolver v0.24.2 |
1511 | 2025-02-13T04:32:28.668Z | Compiling signal-hook-mio v0.2.4 |
1512 | 2025-02-13T04:32:28.857Z | Compiling toml_edit v0.19.15 |
1513 | 2025-02-13T04:32:29.028Z | Compiling phf v0.11.2 |
1514 | 2025-02-13T04:32:29.316Z | Compiling rayon v1.10.0 |
1515 | 2025-02-13T04:32:29.374Z | Compiling cookie_store v0.21.1 |
1516 | 2025-02-13T04:32:30.876Z | Compiling hyper-tls v0.6.0 |
1517 | 2025-02-13T04:32:30.978Z | Compiling bzip2 v0.4.4 |
1518 | 2025-02-13T04:32:31.277Z | Compiling tokio-tungstenite v0.24.0 |
1519 | 2025-02-13T04:32:31.813Z | Compiling postgres-types v0.2.8 |
1520 | 2025-02-13T04:32:33.665Z | Compiling ed25519 v2.2.3 |
1521 | 2025-02-13T04:32:33.687Z | Compiling tokio-stream v0.1.16 |
1522 | 2025-02-13T04:32:34.377Z | Compiling phf_shared v0.10.0 |
1523 | 2025-02-13T04:32:34.418Z | Compiling pkcs1 v0.7.5 |
1524 | 2025-02-13T04:32:34.626Z | Compiling serde-big-array v0.5.1 |
1525 | 2025-02-13T04:32:34.656Z | Compiling clap_derive v4.5.24 |
1526 | 2025-02-13T04:32:34.769Z | Compiling rfc6979 v0.4.0 |
1527 | 2025-02-13T04:32:34.856Z | Compiling serde_repr v0.1.19 |
1528 | 2025-02-13T04:32:34.977Z | Compiling derive-where v1.2.7 |
1529 | 2025-02-13T04:32:35.315Z | Compiling float-cmp v0.9.0 |
1530 | 2025-02-13T04:32:35.557Z | Compiling bstr v1.10.0 |
1531 | 2025-02-13T04:32:35.575Z | Compiling sync_wrapper v1.0.1 |
1532 | 2025-02-13T04:32:35.755Z | Compiling unicode-segmentation v1.12.0 |
1533 | 2025-02-13T04:32:35.972Z | Compiling bit-vec v0.6.3 |
1534 | 2025-02-13T04:32:36.004Z | Compiling static_assertions v1.1.0 |
1535 | 2025-02-13T04:32:36.112Z | Compiling precomputed-hash v0.1.1 |
1536 | 2025-02-13T04:32:36.251Z | Compiling difflib v0.4.0 |
1537 | 2025-02-13T04:32:36.376Z | Compiling normalize-line-endings v0.3.0 |
1538 | 2025-02-13T04:32:36.518Z | Compiling fixedbitset v0.4.2 |
1539 | 2025-02-13T04:32:36.609Z | Compiling whoami v1.5.2 |
1540 | 2025-02-13T04:32:36.972Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2025-02-13T04:32:37.084Z | Compiling predicates-core v1.0.8 |
1542 | 2025-02-13T04:32:37.176Z | Compiling number_prefix v0.4.0 |
1543 | 2025-02-13T04:32:37.198Z | Compiling string_cache v0.8.7 |
1544 | 2025-02-13T04:32:37.402Z | Compiling indicatif v0.17.11 |
1545 | 2025-02-13T04:32:37.424Z | Compiling predicates v3.1.2 |
1546 | 2025-02-13T04:32:37.615Z | Compiling tokio-postgres v0.7.12 |
1547 | 2025-02-13T04:32:37.615Z | Compiling petgraph v0.6.5 |
1548 | 2025-02-13T04:32:38.212Z | Compiling similar v2.6.0 |
1549 | 2025-02-13T04:32:38.975Z | Compiling bit-set v0.5.3 |
1550 | 2025-02-13T04:32:39.264Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1551 | 2025-02-13T04:32:39.283Z | Compiling clap v4.5.27 |
1552 | 2025-02-13T04:32:39.403Z | Compiling ecdsa v0.16.9 |
1553 | 2025-02-13T04:32:39.529Z | Compiling rsa v0.9.6 |
1554 | 2025-02-13T04:32:40.203Z | Compiling ed25519-dalek v2.1.1 |
1555 | 2025-02-13T04:32:40.265Z | Compiling toml v0.7.8 |
1556 | 2025-02-13T04:32:41.213Z | Compiling zip v0.6.6 |
1557 | 2025-02-13T04:32:41.467Z | Compiling crossterm v0.28.1 |
1558 | 2025-02-13T04:32:42.899Z | Compiling hex v0.4.3 |
1559 | 2025-02-13T04:32:43.104Z | Compiling x509-cert v0.2.5 |
1560 | 2025-02-13T04:32:43.338Z | Compiling itertools v0.10.5 |
1561 | 2025-02-13T04:32:43.586Z | Compiling lalrpop-util v0.19.12 |
1562 | 2025-02-13T04:32:43.997Z | Compiling unicode-xid v0.2.6 |
1563 | 2025-02-13T04:32:44.264Z | Compiling peg-runtime v0.8.3 |
1564 | 2025-02-13T04:32:44.703Z | Compiling strum_macros v0.26.4 |
1565 | 2025-02-13T04:32:44.893Z | Compiling xattr v1.3.1 |
1566 | 2025-02-13T04:32:45.209Z | Compiling filetime v0.2.25 |
1567 | 2025-02-13T04:32:45.472Z | Compiling tar v0.4.42 |
1568 | 2025-02-13T04:32:49.272Z | Compiling strum v0.26.3 |
1569 | 2025-02-13T04:32:52.405Z | Compiling aws-lc-sys v0.22.0 |
1570 | 2025-02-13T04:33:19.984Z | Compiling rustls-webpki v0.102.8 |
1571 | 2025-02-13T04:33:23.099Z | Compiling tokio-rustls v0.25.0 |
1572 | 2025-02-13T04:33:24.901Z | Compiling tokio-rustls v0.26.0 |
1573 | 2025-02-13T04:33:25.155Z | Compiling hyper-rustls v0.27.3 |
1574 | 2025-02-13T04:33:25.501Z | Compiling reqwest v0.12.9 |
1575 | 2025-02-13T04:33:26.826Z | Compiling qorb v0.2.1 |
1576 | 2025-02-13T04:33:29.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1577 | 2025-02-13T04:33:30.204Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1578 | 2025-02-13T04:33:34.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1579 | 2025-02-13T04:33:34.719Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1580 | 2025-02-13T04:33:34.765Z | Feb 13 04:33:33.944 INFO Starting download, target: Clickhouse |
1581 | 2025-02-13T04:33:34.765Z | Feb 13 04:33:33.944 INFO Starting download, target: Console |
1582 | 2025-02-13T04:33:34.765Z | Feb 13 04:33:33.944 INFO Starting download, target: Cockroach |
1583 | 2025-02-13T04:33:34.766Z | Feb 13 04:33:33.944 INFO Starting download, target: DendriteOpenapi |
1584 | 2025-02-13T04:33:34.766Z | Feb 13 04:33:33.944 INFO Starting download, target: DendriteStub |
1585 | 2025-02-13T04:33:34.766Z | Feb 13 04:33:33.944 INFO Starting download, target: MaghemiteMgd |
1586 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.944 INFO Starting download, target: TransceiverControl |
1587 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1588 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1589 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1590 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1591 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1592 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1593 | 2025-02-13T04:33:34.771Z | Feb 13 04:33:33.945 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1594 | 2025-02-13T04:33:34.948Z | Feb 13 04:33:34.124 INFO Download complete, target: DendriteOpenapi |
1595 | 2025-02-13T04:33:35.186Z | Feb 13 04:33:34.349 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1596 | 2025-02-13T04:33:35.303Z | Feb 13 04:33:34.471 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1597 | 2025-02-13T04:33:35.620Z | Feb 13 04:33:34.780 INFO Download complete, target: Console |
1598 | 2025-02-13T04:33:35.719Z | Feb 13 04:33:34.835 INFO Download complete, target: TransceiverControl |
1599 | 2025-02-13T04:33:36.133Z | Feb 13 04:33:35.211 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1600 | 2025-02-13T04:33:36.322Z | Feb 13 04:33:35.437 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1601 | 2025-02-13T04:33:37.059Z | Feb 13 04:33:36.230 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1602 | 2025-02-13T04:33:37.165Z | Feb 13 04:33:36.344 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1603 | 2025-02-13T04:33:37.165Z | Feb 13 04:33:36.344 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1604 | 2025-02-13T04:33:38.917Z | Feb 13 04:33:38.096 INFO Download complete, target: MaghemiteMgd |
1605 | 2025-02-13T04:33:39.154Z | Feb 13 04:33:38.334 INFO Download complete, target: DendriteStub |
1606 | 2025-02-13T04:33:44.665Z | Feb 13 04:33:43.843 INFO Checking that binary works, target: Cockroach |
1607 | 2025-02-13T04:33:44.823Z | Feb 13 04:33:44.002 INFO Download complete, target: Cockroach |
1608 | 2025-02-13T04:33:49.752Z | Feb 13 04:33:48.930 INFO Checking that binary works, target: Clickhouse |
1609 | 2025-02-13T04:33:49.868Z | Feb 13 04:33:49.045 INFO Download complete, target: Clickhouse |
1610 | 2025-02-13T04:33:49.898Z | All builder prerequisites installed successfully, and PATH looks valid |
1611 | 2025-02-13T04:33:49.902Z | |
1612 | 2025-02-13T04:33:49.902Z | real 5:50.515453245 |
1613 | 2025-02-13T04:33:49.902Z | user 15:46.761228104 |
1614 | 2025-02-13T04:33:49.902Z | sys 2:05.607962771 |
1615 | 2025-02-13T04:33:49.902Z | trap 0.559324617 |
1616 | 2025-02-13T04:33:49.902Z | tflt 1.705594944 |
1617 | 2025-02-13T04:33:49.902Z | dflt 1.594966562 |
1618 | 2025-02-13T04:33:49.902Z | kflt 0.026032944 |
1619 | 2025-02-13T04:33:49.902Z | lock 24:48.563654763 |
1620 | 2025-02-13T04:33:49.902Z | slp 57:11.834123436 |
1621 | 2025-02-13T04:33:49.902Z | lat 1:00.275460682 |
1622 | 2025-02-13T04:33:49.902Z | stop 2:21.827649552 |
1623 | 2025-02-13T04:33:49.902Z | + banner hack-check |
1624 | 2025-02-13T04:33:49.903Z | |
1625 | 2025-02-13T04:33:49.903Z | # # ## #### # # #### # # ###### #### # # |
1626 | 2025-02-13T04:33:49.903Z | # # # # # # # # # # # # # # # # # |
1627 | 2025-02-13T04:33:49.903Z | ###### # # # #### ##### # ###### ##### # #### |
1628 | 2025-02-13T04:33:49.903Z | # # ###### # # # # # # # # # # |
1629 | 2025-02-13T04:33:49.903Z | # # # # # # # # # # # # # # # # # |
1630 | 2025-02-13T04:33:49.903Z | # # # # #### # # #### # # ###### #### # # |
1631 | 2025-02-13T04:33:49.903Z | |
1632 | 2025-02-13T04:33:49.903Z | + export CARGO_INCREMENTAL=0 |
1633 | 2025-02-13T04:33:49.903Z | + CARGO_INCREMENTAL=0 |
1634 | 2025-02-13T04:33:49.903Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1635 | 2025-02-13T04:33:50.421Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1636 | 2025-02-13T04:33:53.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
1637 | 2025-02-13T04:33:53.291Z | Running `target/debug/xtask check-features --ci` |
1638 | 2025-02-13T04:33:53.311Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1639 | 2025-02-13T04:33:53.313Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1640 | 2025-02-13T04:33:53.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1641 | 2025-02-13T04:33:53.779Z | Running `target/debug/xtask download cargo-hack` |
1642 | 2025-02-13T04:33:54.577Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1643 | 2025-02-13T04:33:54.925Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1644 | 2025-02-13T04:33:58.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
1645 | 2025-02-13T04:33:58.754Z | Running `target/debug/xtask-downloader cargo-hack` |
1646 | 2025-02-13T04:33:58.793Z | Feb 13 04:33:57.969 INFO Starting download, target: CargoHack |
1647 | 2025-02-13T04:33:58.796Z | Feb 13 04:33:57.970 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1648 | 2025-02-13T04:33:59.285Z | Feb 13 04:33:58.461 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1649 | 2025-02-13T04:33:59.379Z | Feb 13 04:33:58.555 INFO Download complete, target: CargoHack |
1650 | 2025-02-13T04:33:59.385Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1651 | 2025-02-13T04:33:59.399Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1652 | 2025-02-13T04:33:59.572Z | info: running `cargo check --bins` on api_identity (1/199) |
1653 | 2025-02-13T04:34:00.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2025-02-13T04:34:00.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2025-02-13T04:34:00.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2025-02-13T04:34:00.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1657 | 2025-02-13T04:34:00.161Z | |
1658 | 2025-02-13T04:34:00.161Z | info: running `cargo check --bins` on bootstore (2/199) |
1659 | 2025-02-13T04:34:00.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-02-13T04:34:00.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-02-13T04:34:00.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-02-13T04:34:00.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1663 | 2025-02-13T04:34:00.784Z | |
1664 | 2025-02-13T04:34:00.784Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1665 | 2025-02-13T04:34:01.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-02-13T04:34:01.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-02-13T04:34:01.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-02-13T04:34:01.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1669 | 2025-02-13T04:34:01.394Z | |
1670 | 2025-02-13T04:34:01.394Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1671 | 2025-02-13T04:34:01.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-02-13T04:34:01.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-02-13T04:34:01.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-02-13T04:34:01.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1675 | 2025-02-13T04:34:02.005Z | |
1676 | 2025-02-13T04:34:02.005Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1677 | 2025-02-13T04:34:02.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-02-13T04:34:02.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-02-13T04:34:02.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-02-13T04:34:02.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1681 | 2025-02-13T04:34:02.433Z | |
1682 | 2025-02-13T04:34:02.433Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1683 | 2025-02-13T04:34:02.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-02-13T04:34:02.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-02-13T04:34:02.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-02-13T04:34:02.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1687 | 2025-02-13T04:34:02.864Z | |
1688 | 2025-02-13T04:34:02.864Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1689 | 2025-02-13T04:34:03.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-02-13T04:34:03.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-02-13T04:34:03.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-02-13T04:34:03.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1693 | 2025-02-13T04:34:03.288Z | |
1694 | 2025-02-13T04:34:03.288Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1695 | 2025-02-13T04:34:03.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-02-13T04:34:03.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-02-13T04:34:03.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-02-13T04:34:03.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1699 | 2025-02-13T04:34:03.707Z | |
1700 | 2025-02-13T04:34:03.707Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1701 | 2025-02-13T04:34:04.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-02-13T04:34:04.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-02-13T04:34:04.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-02-13T04:34:04.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1705 | 2025-02-13T04:34:04.128Z | |
1706 | 2025-02-13T04:34:04.128Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1707 | 2025-02-13T04:34:04.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-02-13T04:34:04.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-02-13T04:34:04.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-02-13T04:34:04.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1711 | 2025-02-13T04:34:04.542Z | |
1712 | 2025-02-13T04:34:04.543Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1713 | 2025-02-13T04:34:04.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-02-13T04:34:04.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-02-13T04:34:04.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-02-13T04:34:04.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1717 | 2025-02-13T04:34:04.968Z | |
1718 | 2025-02-13T04:34:04.968Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1719 | 2025-02-13T04:34:05.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-02-13T04:34:05.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-02-13T04:34:05.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-02-13T04:34:05.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1723 | 2025-02-13T04:34:05.390Z | |
1724 | 2025-02-13T04:34:05.390Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1725 | 2025-02-13T04:34:05.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-02-13T04:34:05.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-02-13T04:34:05.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-02-13T04:34:05.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1729 | 2025-02-13T04:34:05.816Z | |
1730 | 2025-02-13T04:34:05.816Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1731 | 2025-02-13T04:34:06.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-02-13T04:34:06.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-02-13T04:34:06.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-02-13T04:34:06.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1735 | 2025-02-13T04:34:06.243Z | |
1736 | 2025-02-13T04:34:06.243Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1737 | 2025-02-13T04:34:06.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-02-13T04:34:06.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-02-13T04:34:06.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-02-13T04:34:06.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1741 | 2025-02-13T04:34:06.664Z | |
1742 | 2025-02-13T04:34:06.664Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1743 | 2025-02-13T04:34:07.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-02-13T04:34:07.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-02-13T04:34:07.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-02-13T04:34:07.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2025-02-13T04:34:07.091Z | |
1748 | 2025-02-13T04:34:07.091Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1749 | 2025-02-13T04:34:07.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-02-13T04:34:07.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-02-13T04:34:07.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-02-13T04:34:07.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2025-02-13T04:34:07.516Z | |
1754 | 2025-02-13T04:34:07.516Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1755 | 2025-02-13T04:34:07.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-02-13T04:34:07.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-02-13T04:34:07.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-02-13T04:34:07.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1759 | 2025-02-13T04:34:07.942Z | |
1760 | 2025-02-13T04:34:07.942Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1761 | 2025-02-13T04:34:08.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-02-13T04:34:08.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-02-13T04:34:08.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-02-13T04:34:08.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1765 | 2025-02-13T04:34:08.374Z | |
1766 | 2025-02-13T04:34:08.374Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1767 | 2025-02-13T04:34:08.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-02-13T04:34:08.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-02-13T04:34:08.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-02-13T04:34:08.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1771 | 2025-02-13T04:34:08.809Z | |
1772 | 2025-02-13T04:34:08.809Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1773 | 2025-02-13T04:34:09.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-02-13T04:34:09.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-02-13T04:34:09.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-02-13T04:34:09.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1777 | 2025-02-13T04:34:09.234Z | |
1778 | 2025-02-13T04:34:09.234Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1779 | 2025-02-13T04:34:09.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-02-13T04:34:09.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-02-13T04:34:09.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-02-13T04:34:09.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1783 | 2025-02-13T04:34:09.664Z | |
1784 | 2025-02-13T04:34:09.664Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1785 | 2025-02-13T04:34:10.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-02-13T04:34:10.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-02-13T04:34:10.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-02-13T04:34:10.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1789 | 2025-02-13T04:34:10.090Z | |
1790 | 2025-02-13T04:34:10.090Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1791 | 2025-02-13T04:34:10.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-02-13T04:34:10.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-02-13T04:34:10.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-02-13T04:34:10.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1795 | 2025-02-13T04:34:10.516Z | |
1796 | 2025-02-13T04:34:10.517Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1797 | 2025-02-13T04:34:10.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-02-13T04:34:10.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-02-13T04:34:10.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-02-13T04:34:10.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1801 | 2025-02-13T04:34:10.943Z | |
1802 | 2025-02-13T04:34:10.943Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1803 | 2025-02-13T04:34:11.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-02-13T04:34:11.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-02-13T04:34:11.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-02-13T04:34:11.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1807 | 2025-02-13T04:34:11.361Z | |
1808 | 2025-02-13T04:34:11.362Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1809 | 2025-02-13T04:34:11.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-02-13T04:34:11.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-02-13T04:34:11.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-02-13T04:34:11.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1813 | 2025-02-13T04:34:11.781Z | |
1814 | 2025-02-13T04:34:11.781Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1815 | 2025-02-13T04:34:12.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-02-13T04:34:12.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-02-13T04:34:12.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-02-13T04:34:12.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1819 | 2025-02-13T04:34:12.199Z | |
1820 | 2025-02-13T04:34:12.199Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1821 | 2025-02-13T04:34:12.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-02-13T04:34:12.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-02-13T04:34:12.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-02-13T04:34:12.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1825 | 2025-02-13T04:34:12.619Z | |
1826 | 2025-02-13T04:34:12.619Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1827 | 2025-02-13T04:34:12.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-02-13T04:34:12.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-02-13T04:34:12.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-02-13T04:34:13.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1831 | 2025-02-13T04:34:13.037Z | |
1832 | 2025-02-13T04:34:13.037Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1833 | 2025-02-13T04:34:13.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-02-13T04:34:13.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-02-13T04:34:13.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-02-13T04:34:13.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1837 | 2025-02-13T04:34:13.452Z | |
1838 | 2025-02-13T04:34:13.452Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1839 | 2025-02-13T04:34:13.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-02-13T04:34:13.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-02-13T04:34:13.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-02-13T04:34:13.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1843 | 2025-02-13T04:34:13.873Z | |
1844 | 2025-02-13T04:34:13.873Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1845 | 2025-02-13T04:34:14.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-02-13T04:34:14.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-02-13T04:34:14.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-02-13T04:34:14.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1849 | 2025-02-13T04:34:14.287Z | |
1850 | 2025-02-13T04:34:14.287Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1851 | 2025-02-13T04:34:14.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-02-13T04:34:14.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-02-13T04:34:14.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-02-13T04:34:14.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1855 | 2025-02-13T04:34:14.700Z | |
1856 | 2025-02-13T04:34:14.700Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1857 | 2025-02-13T04:34:15.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-02-13T04:34:15.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-02-13T04:34:15.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-02-13T04:34:15.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1861 | 2025-02-13T04:34:15.117Z | |
1862 | 2025-02-13T04:34:15.117Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1863 | 2025-02-13T04:34:15.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-02-13T04:34:15.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-02-13T04:34:15.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-02-13T04:34:15.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1867 | 2025-02-13T04:34:15.537Z | |
1868 | 2025-02-13T04:34:15.537Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1869 | 2025-02-13T04:34:15.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-02-13T04:34:15.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-02-13T04:34:15.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-02-13T04:34:15.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1873 | 2025-02-13T04:34:15.963Z | |
1874 | 2025-02-13T04:34:15.963Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1875 | 2025-02-13T04:34:16.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-02-13T04:34:16.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-02-13T04:34:16.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-02-13T04:34:16.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1879 | 2025-02-13T04:34:16.392Z | |
1880 | 2025-02-13T04:34:16.392Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1881 | 2025-02-13T04:34:16.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-02-13T04:34:16.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-02-13T04:34:16.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-02-13T04:34:16.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1885 | 2025-02-13T04:34:16.818Z | |
1886 | 2025-02-13T04:34:16.818Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1887 | 2025-02-13T04:34:17.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-02-13T04:34:17.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-02-13T04:34:17.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-02-13T04:34:17.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1891 | 2025-02-13T04:34:17.249Z | |
1892 | 2025-02-13T04:34:17.249Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1893 | 2025-02-13T04:34:17.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-02-13T04:34:17.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-02-13T04:34:17.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-02-13T04:34:17.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1897 | 2025-02-13T04:34:17.673Z | |
1898 | 2025-02-13T04:34:17.673Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1899 | 2025-02-13T04:34:18.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-02-13T04:34:18.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-02-13T04:34:18.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-02-13T04:34:18.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1903 | 2025-02-13T04:34:18.102Z | |
1904 | 2025-02-13T04:34:18.102Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1905 | 2025-02-13T04:34:18.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-02-13T04:34:18.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-02-13T04:34:18.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-02-13T04:34:18.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1909 | 2025-02-13T04:34:18.528Z | |
1910 | 2025-02-13T04:34:18.528Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1911 | 2025-02-13T04:34:18.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-02-13T04:34:18.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-02-13T04:34:18.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-02-13T04:34:18.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1915 | 2025-02-13T04:34:18.957Z | |
1916 | 2025-02-13T04:34:18.957Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1917 | 2025-02-13T04:34:19.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-02-13T04:34:19.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-02-13T04:34:19.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-02-13T04:34:19.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1921 | 2025-02-13T04:34:19.581Z | |
1922 | 2025-02-13T04:34:19.581Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1923 | 2025-02-13T04:34:20.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-02-13T04:34:20.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-02-13T04:34:20.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-02-13T04:34:20.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1927 | 2025-02-13T04:34:20.207Z | |
1928 | 2025-02-13T04:34:20.207Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1929 | 2025-02-13T04:34:20.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-02-13T04:34:20.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-02-13T04:34:20.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-02-13T04:34:20.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1933 | 2025-02-13T04:34:20.835Z | |
1934 | 2025-02-13T04:34:20.835Z | info: running `cargo check --bins` on oxlog (48/199) |
1935 | 2025-02-13T04:34:21.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-02-13T04:34:21.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-02-13T04:34:21.448Z | Checking cfg-if v1.0.0 |
1938 | 2025-02-13T04:34:21.451Z | Checking libc v0.2.169 |
1939 | 2025-02-13T04:34:21.563Z | Checking serde v1.0.217 |
1940 | 2025-02-13T04:34:21.565Z | Checking zeroize v1.8.1 |
1941 | 2025-02-13T04:34:21.585Z | Checking memchr v2.7.4 |
1942 | 2025-02-13T04:34:21.610Z | Checking typenum v1.17.0 |
1943 | 2025-02-13T04:34:21.618Z | Checking subtle v2.6.1 |
1944 | 2025-02-13T04:34:21.618Z | Checking scopeguard v1.2.0 |
1945 | 2025-02-13T04:34:21.639Z | Checking value-bag v1.9.0 |
1946 | 2025-02-13T04:34:21.777Z | Checking lock_api v0.4.12 |
1947 | 2025-02-13T04:34:21.845Z | Checking smallvec v1.13.2 |
1948 | 2025-02-13T04:34:21.881Z | Checking itoa v1.0.11 |
1949 | 2025-02-13T04:34:22.073Z | Checking log v0.4.22 |
1950 | 2025-02-13T04:34:22.108Z | Checking const-oid v0.9.6 |
1951 | 2025-02-13T04:34:22.163Z | Checking pin-project-lite v0.2.14 |
1952 | 2025-02-13T04:34:22.189Z | Checking byteorder v1.5.0 |
1953 | 2025-02-13T04:34:22.260Z | Checking once_cell v1.20.2 |
1954 | 2025-02-13T04:34:22.419Z | Checking futures-core v0.3.31 |
1955 | 2025-02-13T04:34:22.509Z | Checking cpufeatures v0.2.14 |
1956 | 2025-02-13T04:34:22.539Z | Checking getrandom v0.2.15 |
1957 | 2025-02-13T04:34:22.559Z | Checking signal-hook-registry v1.4.2 |
1958 | 2025-02-13T04:34:22.574Z | Checking parking_lot_core v0.9.10 |
1959 | 2025-02-13T04:34:22.595Z | Checking mio v1.0.2 |
1960 | 2025-02-13T04:34:22.645Z | Checking generic-array v0.14.7 |
1961 | 2025-02-13T04:34:22.658Z | Checking stable_deref_trait v1.2.0 |
1962 | 2025-02-13T04:34:22.757Z | Checking rand_core v0.6.4 |
1963 | 2025-02-13T04:34:22.774Z | Checking futures-sink v0.3.31 |
1964 | 2025-02-13T04:34:22.799Z | Checking socket2 v0.5.7 |
1965 | 2025-02-13T04:34:22.915Z | Checking zerocopy v0.7.35 |
1966 | 2025-02-13T04:34:22.949Z | Checking parking_lot v0.12.3 |
1967 | 2025-02-13T04:34:23.048Z | Checking zerofrom v0.1.4 |
1968 | 2025-02-13T04:34:23.198Z | Checking spin v0.9.8 |
1969 | 2025-02-13T04:34:23.261Z | Checking yoke v0.7.4 |
1970 | 2025-02-13T04:34:23.279Z | Checking slab v0.4.9 |
1971 | 2025-02-13T04:34:23.295Z | Checking futures-channel v0.3.31 |
1972 | 2025-02-13T04:34:23.515Z | Checking foldhash v0.1.3 |
1973 | 2025-02-13T04:34:23.538Z | Checking futures-io v0.3.31 |
1974 | 2025-02-13T04:34:23.614Z | Checking zerovec v0.10.4 |
1975 | 2025-02-13T04:34:23.662Z | Checking pin-utils v0.1.0 |
1976 | 2025-02-13T04:34:23.710Z | Checking crypto-common v0.1.6 |
1977 | 2025-02-13T04:34:23.724Z | Checking block-buffer v0.10.4 |
1978 | 2025-02-13T04:34:23.738Z | Checking futures-task v0.3.31 |
1979 | 2025-02-13T04:34:23.752Z | Checking equivalent v1.0.1 |
1980 | 2025-02-13T04:34:23.871Z | Checking allocator-api2 v0.2.18 |
1981 | 2025-02-13T04:34:23.889Z | Checking block-padding v0.3.3 |
1982 | 2025-02-13T04:34:23.943Z | Checking ryu v1.0.18 |
1983 | 2025-02-13T04:34:23.960Z | Checking digest v0.10.7 |
1984 | 2025-02-13T04:34:23.960Z | Checking futures-util v0.3.31 |
1985 | 2025-02-13T04:34:24.088Z | Checking inout v0.1.3 |
1986 | 2025-02-13T04:34:24.129Z | Checking litemap v0.7.3 |
1987 | 2025-02-13T04:34:24.185Z | Checking writeable v0.5.5 |
1988 | 2025-02-13T04:34:24.317Z | Checking fnv v1.0.7 |
1989 | 2025-02-13T04:34:24.320Z | Checking hmac v0.12.1 |
1990 | 2025-02-13T04:34:24.454Z | Checking sha2 v0.10.8 |
1991 | 2025-02-13T04:34:24.471Z | Checking hashbrown v0.15.1 |
1992 | 2025-02-13T04:34:24.486Z | Checking cipher v0.4.4 |
1993 | 2025-02-13T04:34:24.496Z | Checking libm v0.2.8 |
1994 | 2025-02-13T04:34:24.547Z | Checking base64ct v1.6.0 |
1995 | 2025-02-13T04:34:24.888Z | Checking ppv-lite86 v0.2.20 |
1996 | 2025-02-13T04:34:24.977Z | Checking icu_locid_transform_data v1.5.0 |
1997 | 2025-02-13T04:34:24.993Z | Checking pem-rfc7468 v0.7.0 |
1998 | 2025-02-13T04:34:25.079Z | Checking flagset v0.4.6 |
1999 | 2025-02-13T04:34:25.093Z | Checking tinystr v0.7.6 |
2000 | 2025-02-13T04:34:25.260Z | Checking icu_collections v1.5.0 |
2001 | 2025-02-13T04:34:25.276Z | Checking der v0.7.9 |
2002 | 2025-02-13T04:34:25.382Z | Checking num-traits v0.2.19 |
2003 | 2025-02-13T04:34:25.411Z | Checking icu_locid v1.5.0 |
2004 | 2025-02-13T04:34:25.449Z | Checking tracing-core v0.1.32 |
2005 | 2025-02-13T04:34:25.588Z | Checking rand_chacha v0.3.1 |
2006 | 2025-02-13T04:34:25.901Z | Checking thiserror v1.0.69 |
2007 | 2025-02-13T04:34:25.983Z | Checking icu_properties_data v1.5.0 |
2008 | 2025-02-13T04:34:26.046Z | Checking percent-encoding v2.3.1 |
2009 | 2025-02-13T04:34:26.048Z | Checking bytes v1.9.0 |
2010 | 2025-02-13T04:34:26.093Z | Checking indexmap v2.7.1 |
2011 | 2025-02-13T04:34:26.220Z | Checking serde_json v1.0.135 |
2012 | 2025-02-13T04:34:26.263Z | Checking bitflags v2.6.0 |
2013 | 2025-02-13T04:34:26.341Z | Checking icu_provider v1.5.0 |
2014 | 2025-02-13T04:34:26.562Z | Checking rustls-pki-types v1.10.0 |
2015 | 2025-02-13T04:34:26.823Z | Checking tracing v0.1.40 |
2016 | 2025-02-13T04:34:26.840Z | Checking tokio v1.43.0 |
2017 | 2025-02-13T04:34:26.923Z | Checking http v1.2.0 |
2018 | 2025-02-13T04:34:26.943Z | Checking icu_locid_transform v1.5.0 |
2019 | 2025-02-13T04:34:27.118Z | Checking spki v0.7.3 |
2020 | 2025-02-13T04:34:27.162Z | Checking rand v0.8.5 |
2021 | 2025-02-13T04:34:27.218Z | Checking salsa20 v0.10.2 |
2022 | 2025-02-13T04:34:27.381Z | Checking pbkdf2 v0.12.2 |
2023 | 2025-02-13T04:34:27.431Z | Checking aws-lc-sys v0.22.0 |
2024 | 2025-02-13T04:34:27.540Z | Checking httparse v1.9.5 |
2025 | 2025-02-13T04:34:27.861Z | Checking mirai-annotations v1.12.0 |
2026 | 2025-02-13T04:34:27.946Z | Checking icu_properties v1.5.1 |
2027 | 2025-02-13T04:34:27.963Z | Checking powerfmt v0.2.0 |
2028 | 2025-02-13T04:34:28.027Z | Checking write16 v1.0.0 |
2029 | 2025-02-13T04:34:28.158Z | Checking icu_normalizer_data v1.5.0 |
2030 | 2025-02-13T04:34:28.203Z | Checking utf8_iter v1.0.4 |
2031 | 2025-02-13T04:34:28.232Z | Checking untrusted v0.7.1 |
2032 | 2025-02-13T04:34:28.257Z | Checking untrusted v0.9.0 |
2033 | 2025-02-13T04:34:28.348Z | Checking utf16_iter v1.0.5 |
2034 | 2025-02-13T04:34:28.407Z | Checking deranged v0.3.11 |
2035 | 2025-02-13T04:34:28.410Z | Checking scrypt v0.11.0 |
2036 | 2025-02-13T04:34:28.435Z | Checking ring v0.17.8 |
2037 | 2025-02-13T04:34:28.454Z | Checking cbc v0.1.2 |
2038 | 2025-02-13T04:34:28.534Z | Checking aes v0.8.4 |
2039 | 2025-02-13T04:34:28.642Z | Checking crossbeam-utils v0.8.20 |
2040 | 2025-02-13T04:34:28.656Z | Checking num_threads v0.1.7 |
2041 | 2025-02-13T04:34:28.771Z | Checking atomic-waker v1.1.2 |
2042 | 2025-02-13T04:34:28.920Z | Checking time-core v0.1.2 |
2043 | 2025-02-13T04:34:29.080Z | Checking num-conv v0.1.0 |
2044 | 2025-02-13T04:34:29.325Z | Checking tinyvec_macros v0.1.1 |
2045 | 2025-02-13T04:34:29.356Z | Checking http-body v1.0.1 |
2046 | 2025-02-13T04:34:29.424Z | Checking tinyvec v1.8.0 |
2047 | 2025-02-13T04:34:29.439Z | Checking pkcs5 v0.7.1 |
2048 | 2025-02-13T04:34:29.456Z | Checking aws-lc-rs v1.10.0 |
2049 | 2025-02-13T04:34:29.549Z | Checking form_urlencoded v1.2.1 |
2050 | 2025-02-13T04:34:29.747Z | Checking time v0.3.36 |
2051 | 2025-02-13T04:34:29.765Z | Checking try-lock v0.2.5 |
2052 | 2025-02-13T04:34:29.903Z | Checking pkcs8 v0.10.2 |
2053 | 2025-02-13T04:34:29.920Z | Checking want v0.3.1 |
2054 | 2025-02-13T04:34:30.103Z | Checking uuid v1.12.0 |
2055 | 2025-02-13T04:34:30.199Z | Checking unicode-ident v1.0.14 |
2056 | 2025-02-13T04:34:30.217Z | Checking httpdate v1.0.3 |
2057 | 2025-02-13T04:34:30.387Z | Checking proc-macro2 v1.0.92 |
2058 | 2025-02-13T04:34:30.463Z | Checking toml_datetime v0.6.8 |
2059 | 2025-02-13T04:34:30.701Z | Checking serde_spanned v0.6.8 |
2060 | 2025-02-13T04:34:30.729Z | Checking slog v2.7.0 |
2061 | 2025-02-13T04:34:30.752Z | Checking scroll v0.12.0 |
2062 | 2025-02-13T04:34:30.899Z | Checking tower-service v0.3.3 |
2063 | 2025-02-13T04:34:31.031Z | Checking adler2 v2.0.0 |
2064 | 2025-02-13T04:34:31.045Z | Checking ucd-trie v0.1.7 |
2065 | 2025-02-13T04:34:31.170Z | Checking base64 v0.22.1 |
2066 | 2025-02-13T04:34:31.186Z | Checking rustls-webpki v0.102.8 |
2067 | 2025-02-13T04:34:31.205Z | Checking icu_normalizer v1.5.0 |
2068 | 2025-02-13T04:34:31.209Z | Checking match_cfg v0.1.0 |
2069 | 2025-02-13T04:34:31.209Z | Checking foreign-types-shared v0.1.1 |
2070 | 2025-02-13T04:34:31.253Z | Checking plain v0.2.3 |
2071 | 2025-02-13T04:34:31.284Z | Checking iana-time-zone v0.1.61 |
2072 | 2025-02-13T04:34:31.343Z | Checking foreign-types v0.3.2 |
2073 | 2025-02-13T04:34:31.397Z | Checking goblin v0.8.2 |
2074 | 2025-02-13T04:34:31.433Z | Checking hostname v0.3.1 |
2075 | 2025-02-13T04:34:31.449Z | Checking chrono v0.4.39 |
2076 | 2025-02-13T04:34:31.567Z | Checking pest v2.7.14 |
2077 | 2025-02-13T04:34:31.632Z | Checking miniz_oxide v0.8.0 |
2078 | 2025-02-13T04:34:31.967Z | Checking quote v1.0.38 |
2079 | 2025-02-13T04:34:31.981Z | Checking idna_adapter v1.2.0 |
2080 | 2025-02-13T04:34:32.084Z | Checking openssl-sys v0.9.105 |
2081 | 2025-02-13T04:34:32.168Z | Checking idna v1.0.3 |
2082 | 2025-02-13T04:34:32.308Z | Checking errno v0.3.9 |
2083 | 2025-02-13T04:34:32.325Z | Checking dirs-sys-next v0.1.2 |
2084 | 2025-02-13T04:34:32.491Z | Checking aho-corasick v1.1.3 |
2085 | 2025-02-13T04:34:32.517Z | Checking pretty-hex v0.4.1 |
2086 | 2025-02-13T04:34:32.658Z | Checking url v2.5.3 |
2087 | 2025-02-13T04:34:32.714Z | Checking regex-syntax v0.8.5 |
2088 | 2025-02-13T04:34:33.240Z | Checking siphasher v0.3.11 |
2089 | 2025-02-13T04:34:33.349Z | Compiling newtype-uuid v1.2.1 |
2090 | 2025-02-13T04:34:33.402Z | Checking tokio-util v0.7.12 |
2091 | 2025-02-13T04:34:33.456Z | Checking data-encoding v2.6.0 |
2092 | 2025-02-13T04:34:33.556Z | Checking openssl v0.10.70 |
2093 | 2025-02-13T04:34:33.674Z | Checking dirs-next v2.0.0 |
2094 | 2025-02-13T04:34:33.815Z | Checking rustix v0.38.37 |
2095 | 2025-02-13T04:34:34.006Z | Checking syn v2.0.96 |
2096 | 2025-02-13T04:34:34.064Z | Checking unicode-normalization v0.1.24 |
2097 | 2025-02-13T04:34:34.096Z | Checking dtrace-parser v0.2.0 |
2098 | 2025-02-13T04:34:34.255Z | Checking h2 v0.4.6 |
2099 | 2025-02-13T04:34:34.529Z | Checking http-body-util v0.1.2 |
2100 | 2025-02-13T04:34:34.931Z | Checking crossbeam-epoch v0.9.18 |
2101 | 2025-02-13T04:34:34.994Z | Checking sha1 v0.10.6 |
2102 | 2025-02-13T04:34:35.295Z | Checking signature v2.2.0 |
2103 | 2025-02-13T04:34:35.333Z | Checking thread_local v1.1.8 |
2104 | 2025-02-13T04:34:35.480Z | Checking thread-id v4.2.2 |
2105 | 2025-02-13T04:34:35.589Z | Checking encoding_rs v0.8.34 |
2106 | 2025-02-13T04:34:35.627Z | Checking utf8parse v0.2.2 |
2107 | 2025-02-13T04:34:35.794Z | Checking anstyle v1.0.10 |
2108 | 2025-02-13T04:34:35.914Z | Checking regex-automata v0.4.8 |
2109 | 2025-02-13T04:34:36.099Z | Checking dof v0.3.0 |
2110 | 2025-02-13T04:34:36.121Z | Checking openssl-probe v0.1.5 |
2111 | 2025-02-13T04:34:36.276Z | Checking either v1.13.0 |
2112 | 2025-02-13T04:34:36.650Z | Checking winnow v0.6.20 |
2113 | 2025-02-13T04:34:36.683Z | Checking gimli v0.31.1 |
2114 | 2025-02-13T04:34:36.883Z | Checking mime v0.3.17 |
2115 | 2025-02-13T04:34:37.207Z | Checking ipnet v2.10.1 |
2116 | 2025-02-13T04:34:37.669Z | Checking unicode-properties v0.1.3 |
2117 | 2025-02-13T04:34:37.983Z | Checking unicode-bidi v0.3.17 |
2118 | 2025-02-13T04:34:38.057Z | Checking anstyle-parse v0.2.5 |
2119 | 2025-02-13T04:34:38.332Z | Checking crossbeam-deque v0.8.5 |
2120 | 2025-02-13T04:34:38.600Z | Checking stringprep v0.1.5 |
2121 | 2025-02-13T04:34:38.671Z | Checking term v0.7.0 |
2122 | 2025-02-13T04:34:38.781Z | Checking native-tls v0.2.12 |
2123 | 2025-02-13T04:34:38.889Z | Checking slog-json v2.6.1 |
2124 | 2025-02-13T04:34:39.081Z | Checking rustls v0.22.4 |
2125 | 2025-02-13T04:34:39.097Z | Checking rustls v0.23.19 |
2126 | 2025-02-13T04:34:39.138Z | Checking serde_urlencoded v0.7.1 |
2127 | 2025-02-13T04:34:39.373Z | Checking toml_edit v0.22.22 |
2128 | 2025-02-13T04:34:39.619Z | Checking crossbeam-channel v0.5.13 |
2129 | 2025-02-13T04:34:39.871Z | Checking usdt-impl v0.5.0 |
2130 | 2025-02-13T04:34:40.245Z | Checking futures-executor v0.3.31 |
2131 | 2025-02-13T04:34:40.259Z | Checking rustls-pemfile v2.2.0 |
2132 | 2025-02-13T04:34:40.275Z | Checking hyper v1.5.2 |
2133 | 2025-02-13T04:34:40.394Z | Checking addr2line v0.24.2 |
2134 | 2025-02-13T04:34:40.410Z | Checking num-integer v0.1.46 |
2135 | 2025-02-13T04:34:40.460Z | Checking md-5 v0.10.6 |
2136 | 2025-02-13T04:34:40.476Z | Checking ff v0.13.0 |
2137 | 2025-02-13T04:34:40.690Z | Checking hash32 v0.2.1 |
2138 | 2025-02-13T04:34:40.695Z | Checking memmap v0.7.0 |
2139 | 2025-02-13T04:34:40.893Z | Checking is-terminal v0.4.13 |
2140 | 2025-02-13T04:34:40.914Z | Checking object v0.36.5 |
2141 | 2025-02-13T04:34:40.928Z | Checking rustc-demangle v0.1.24 |
2142 | 2025-02-13T04:34:40.993Z | Checking anstyle-query v1.1.1 |
2143 | 2025-02-13T04:34:41.018Z | Checking quick-error v1.2.3 |
2144 | 2025-02-13T04:34:41.133Z | Checking psl-types v2.0.11 |
2145 | 2025-02-13T04:34:41.165Z | Checking is_terminal_polyfill v1.70.1 |
2146 | 2025-02-13T04:34:41.290Z | Checking fallible-iterator v0.2.0 |
2147 | 2025-02-13T04:34:41.331Z | Checking dyn-clone v1.0.17 |
2148 | 2025-02-13T04:34:41.350Z | Checking base16ct v0.2.0 |
2149 | 2025-02-13T04:34:41.487Z | Checking take_mut v0.2.2 |
2150 | 2025-02-13T04:34:41.560Z | Checking colorchoice v1.0.2 |
2151 | 2025-02-13T04:34:41.643Z | Checking linked-hash-map v0.5.6 |
2152 | 2025-02-13T04:34:41.704Z | Checking utf-8 v0.7.6 |
2153 | 2025-02-13T04:34:41.877Z | Checking toml v0.8.19 |
2154 | 2025-02-13T04:34:41.895Z | Checking postgres-protocol v0.6.7 |
2155 | 2025-02-13T04:34:41.927Z | Checking tungstenite v0.24.0 |
2156 | 2025-02-13T04:34:41.939Z | Checking lru-cache v0.1.2 |
2157 | 2025-02-13T04:34:42.111Z | Checking anstream v0.6.15 |
2158 | 2025-02-13T04:34:42.157Z | Checking hyper-util v0.1.10 |
2159 | 2025-02-13T04:34:42.328Z | Checking tokio-rustls v0.25.0 |
2160 | 2025-02-13T04:34:42.476Z | Checking slog-async v2.8.0 |
2161 | 2025-02-13T04:34:42.539Z | Checking sec1 v0.7.3 |
2162 | 2025-02-13T04:34:42.572Z | Checking schemars v0.8.21 |
2163 | 2025-02-13T04:34:42.677Z | Checking publicsuffix v2.3.0 |
2164 | 2025-02-13T04:34:42.763Z | Checking resolv-conf v0.7.0 |
2165 | 2025-02-13T04:34:42.786Z | Checking slog-term v2.9.1 |
2166 | 2025-02-13T04:34:42.904Z | Checking heapless v0.7.17 |
2167 | 2025-02-13T04:34:42.946Z | Checking usdt v0.5.0 |
2168 | 2025-02-13T04:34:43.101Z | Checking num-iter v0.1.45 |
2169 | 2025-02-13T04:34:43.215Z | Checking group v0.13.0 |
2170 | 2025-02-13T04:34:43.273Z | Checking futures v0.3.31 |
2171 | 2025-02-13T04:34:43.276Z | Checking slog-bunyan v2.5.0 |
2172 | 2025-02-13T04:34:43.384Z | Checking tokio-native-tls v0.3.1 |
2173 | 2025-02-13T04:34:43.469Z | Checking rayon-core v1.12.1 |
2174 | 2025-02-13T04:34:43.486Z | Checking multer v3.1.0 |
2175 | 2025-02-13T04:34:43.643Z | Checking hickory-proto v0.24.3 |
2176 | 2025-02-13T04:34:43.790Z | Checking terminal_size v0.4.0 |
2177 | 2025-02-13T04:34:43.969Z | Checking phf_shared v0.11.2 |
2178 | 2025-02-13T04:34:44.123Z | Checking cookie v0.18.1 |
2179 | 2025-02-13T04:34:44.129Z | Checking async-stream v0.3.6 |
2180 | 2025-02-13T04:34:44.135Z | Checking bzip2-sys v0.1.11+1.0.8 |
2181 | 2025-02-13T04:34:44.156Z | Checking signal-hook v0.3.17 |
2182 | 2025-02-13T04:34:44.172Z | Checking tokio-rustls v0.26.0 |
2183 | 2025-02-13T04:34:44.221Z | Checking camino v1.1.9 |
2184 | 2025-02-13T04:34:44.256Z | Checking waitgroup v0.1.2 |
2185 | 2025-02-13T04:34:44.310Z | Checking openapiv3 v2.0.0 |
2186 | 2025-02-13T04:34:44.395Z | Checking webpki-roots v0.26.6 |
2187 | 2025-02-13T04:34:44.481Z | Checking serde_path_to_error v0.1.16 |
2188 | 2025-02-13T04:34:44.518Z | Checking hkdf v0.12.4 |
2189 | 2025-02-13T04:34:44.556Z | Checking crypto-bigint v0.5.5 |
2190 | 2025-02-13T04:34:44.600Z | Checking lazy_static v1.5.0 |
2191 | 2025-02-13T04:34:44.731Z | Checking hostname v0.4.0 |
2192 | 2025-02-13T04:34:44.748Z | Checking crc32fast v1.4.2 |
2193 | 2025-02-13T04:34:44.752Z | Checking clap_lex v0.7.4 |
2194 | 2025-02-13T04:34:44.863Z | Checking unicode-width v0.2.0 |
2195 | 2025-02-13T04:34:44.971Z | Checking managed v0.8.0 |
2196 | 2025-02-13T04:34:45.001Z | Checking winnow v0.5.40 |
2197 | 2025-02-13T04:34:45.045Z | Checking strsim v0.11.1 |
2198 | 2025-02-13T04:34:45.314Z | Checking bitflags v1.3.2 |
2199 | 2025-02-13T04:34:45.331Z | Checking debug-ignore v1.0.5 |
2200 | 2025-02-13T04:34:45.349Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2201 | 2025-02-13T04:34:45.417Z | Checking smoltcp v0.9.1 |
2202 | 2025-02-13T04:34:45.465Z | Checking console v0.15.10 |
2203 | 2025-02-13T04:34:45.620Z | Checking clap_builder v4.5.27 |
2204 | 2025-02-13T04:34:46.037Z | Checking flate2 v1.0.35 |
2205 | 2025-02-13T04:34:46.657Z | Checking num-bigint-dig v0.8.4 |
2206 | 2025-02-13T04:34:46.767Z | Checking hyper-rustls v0.27.3 |
2207 | 2025-02-13T04:34:46.770Z | Checking backtrace v0.3.74 |
2208 | 2025-02-13T04:34:47.114Z | Checking cookie_store v0.21.1 |
2209 | 2025-02-13T04:34:47.234Z | Checking elliptic-curve v0.13.8 |
2210 | 2025-02-13T04:34:47.344Z | Checking anyhow v1.0.95 |
2211 | 2025-02-13T04:34:47.437Z | Checking dropshot v0.12.0 |
2212 | 2025-02-13T04:34:47.721Z | Checking signal-hook-mio v0.2.4 |
2213 | 2025-02-13T04:34:47.774Z | Checking toml_edit v0.19.15 |
2214 | 2025-02-13T04:34:47.808Z | Checking bzip2 v0.4.4 |
2215 | 2025-02-13T04:34:47.830Z | Checking phf v0.11.2 |
2216 | 2025-02-13T04:34:47.857Z | Checking hyper-tls v0.6.0 |
2217 | 2025-02-13T04:34:48.081Z | Checking rayon v1.10.0 |
2218 | 2025-02-13T04:34:48.096Z | Checking tokio-tungstenite v0.24.0 |
2219 | 2025-02-13T04:34:48.137Z | Checking postgres-types v0.2.8 |
2220 | 2025-02-13T04:34:48.151Z | Checking hickory-resolver v0.24.2 |
2221 | 2025-02-13T04:34:48.523Z | Checking regex v1.11.1 |
2222 | 2025-02-13T04:34:48.559Z | Checking bstr v1.10.0 |
2223 | 2025-02-13T04:34:48.654Z | Checking ed25519 v2.2.3 |
2224 | 2025-02-13T04:34:48.785Z | Checking tokio-stream v0.1.16 |
2225 | 2025-02-13T04:34:48.966Z | Checking phf_shared v0.10.0 |
2226 | 2025-02-13T04:34:49.127Z | Checking curve25519-dalek v4.1.3 |
2227 | 2025-02-13T04:34:49.238Z | Checking zerocopy v0.6.6 |
2228 | 2025-02-13T04:34:49.425Z | Checking hubpack v0.1.2 |
2229 | 2025-02-13T04:34:49.581Z | Checking portable-atomic v1.9.0 |
2230 | 2025-02-13T04:34:49.731Z | Checking pkcs1 v0.7.5 |
2231 | 2025-02-13T04:34:49.761Z | Checking float-cmp v0.9.0 |
2232 | 2025-02-13T04:34:49.856Z | Checking serde-big-array v0.5.1 |
2233 | 2025-02-13T04:34:49.944Z | Checking rfc6979 v0.4.0 |
2234 | 2025-02-13T04:34:50.066Z | Checking sync_wrapper v1.0.1 |
2235 | 2025-02-13T04:34:50.123Z | Checking static_assertions v1.1.0 |
2236 | 2025-02-13T04:34:50.140Z | Checking fixedbitset v0.4.2 |
2237 | 2025-02-13T04:34:50.186Z | Checking predicates-core v1.0.8 |
2238 | 2025-02-13T04:34:50.209Z | Checking new_debug_unreachable v1.0.6 |
2239 | 2025-02-13T04:34:50.226Z | Checking minimal-lexical v0.2.1 |
2240 | 2025-02-13T04:34:50.310Z | Checking bit-vec v0.6.3 |
2241 | 2025-02-13T04:34:50.380Z | Checking precomputed-hash v0.1.1 |
2242 | 2025-02-13T04:34:50.386Z | Checking number_prefix v0.4.0 |
2243 | 2025-02-13T04:34:50.502Z | Checking normalize-line-endings v0.3.0 |
2244 | 2025-02-13T04:34:50.574Z | Checking whoami v1.5.2 |
2245 | 2025-02-13T04:34:50.594Z | Checking unicode-segmentation v1.12.0 |
2246 | 2025-02-13T04:34:50.611Z | Checking difflib v0.4.0 |
2247 | 2025-02-13T04:34:50.614Z | Checking bit-set v0.5.3 |
2248 | 2025-02-13T04:34:50.652Z | Checking nom v7.1.3 |
2249 | 2025-02-13T04:34:50.812Z | Checking qorb v0.2.1 |
2250 | 2025-02-13T04:34:50.844Z | Checking string_cache v0.8.7 |
2251 | 2025-02-13T04:34:50.866Z | Checking tokio-postgres v0.7.12 |
2252 | 2025-02-13T04:34:50.915Z | Checking predicates v3.1.2 |
2253 | 2025-02-13T04:34:50.954Z | Checking ed25519-dalek v2.1.1 |
2254 | 2025-02-13T04:34:51.120Z | Checking petgraph v0.6.5 |
2255 | 2025-02-13T04:34:51.267Z | Checking similar v2.6.0 |
2256 | 2025-02-13T04:34:51.348Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2257 | 2025-02-13T04:34:51.500Z | Checking indicatif v0.17.11 |
2258 | 2025-02-13T04:34:51.528Z | Checking reqwest v0.12.9 |
2259 | 2025-02-13T04:34:52.121Z | Checking toml v0.7.8 |
2260 | 2025-02-13T04:34:52.268Z | Checking rsa v0.9.6 |
2261 | 2025-02-13T04:34:52.776Z | Checking ecdsa v0.16.9 |
2262 | 2025-02-13T04:34:53.208Z | Checking clap v4.5.27 |
2263 | 2025-02-13T04:34:53.276Z | Checking zip v0.6.6 |
2264 | 2025-02-13T04:34:53.279Z | Checking crossterm v0.28.1 |
2265 | 2025-02-13T04:34:53.325Z | Checking itertools v0.12.1 |
2266 | 2025-02-13T04:34:53.346Z | Checking itertools v0.10.5 |
2267 | 2025-02-13T04:34:53.477Z | Checking fs-err v2.11.0 |
2268 | 2025-02-13T04:34:53.617Z | Checking ahash v0.8.11 |
2269 | 2025-02-13T04:34:54.019Z | Checking x509-cert v0.2.5 |
2270 | 2025-02-13T04:34:54.056Z | Checking hex v0.4.3 |
2271 | 2025-02-13T04:34:54.103Z | Checking semver v1.0.24 |
2272 | 2025-02-13T04:34:54.153Z | Checking peg-runtime v0.8.3 |
2273 | 2025-02-13T04:34:54.396Z | Checking lalrpop-util v0.19.12 |
2274 | 2025-02-13T04:34:54.515Z | Checking sigpipe v0.1.3 |
2275 | 2025-02-13T04:34:55.701Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2276 | 2025-02-13T04:34:56.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.17s |
2277 | 2025-02-13T04:34:56.179Z | |
2278 | 2025-02-13T04:34:56.179Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2279 | 2025-02-13T04:34:56.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2025-02-13T04:34:56.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2025-02-13T04:34:56.846Z | Compiling hashbrown v0.14.5 |
2282 | 2025-02-13T04:34:56.967Z | Checking heck v0.5.0 |
2283 | 2025-02-13T04:34:56.979Z | Compiling unsafe-libyaml v0.2.11 |
2284 | 2025-02-13T04:34:56.990Z | Checking ipnetwork v0.20.0 |
2285 | 2025-02-13T04:34:57.003Z | Compiling ident_case v1.0.1 |
2286 | 2025-02-13T04:34:57.017Z | Checking progenitor-client v0.8.0 |
2287 | 2025-02-13T04:34:57.030Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2288 | 2025-02-13T04:34:57.135Z | Compiling darling_core v0.20.10 |
2289 | 2025-02-13T04:34:57.171Z | Checking newtype-uuid v1.2.1 |
2290 | 2025-02-13T04:34:57.318Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2291 | 2025-02-13T04:34:57.338Z | Compiling proc-macro-crate v1.3.1 |
2292 | 2025-02-13T04:34:57.410Z | Compiling structmeta-derive v0.3.0 |
2293 | 2025-02-13T04:34:57.427Z | Compiling thiserror v2.0.11 |
2294 | 2025-02-13T04:34:57.646Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2295 | 2025-02-13T04:34:57.907Z | Checking regress v0.10.1 |
2296 | 2025-02-13T04:34:58.049Z | Compiling lzma-sys v0.1.20 |
2297 | 2025-02-13T04:34:58.283Z | Compiling serde_yaml v0.9.34+deprecated |
2298 | 2025-02-13T04:34:58.342Z | Compiling num_enum_derive v0.5.11 |
2299 | 2025-02-13T04:34:58.758Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2300 | 2025-02-13T04:34:58.855Z | Compiling foreign-types-macros v0.2.3 |
2301 | 2025-02-13T04:34:59.873Z | Compiling thiserror-impl v2.0.11 |
2302 | 2025-02-13T04:35:00.089Z | Compiling structmeta v0.3.0 |
2303 | 2025-02-13T04:35:00.105Z | Compiling dropshot v0.15.1 |
2304 | 2025-02-13T04:35:00.386Z | Checking arc-swap v1.7.1 |
2305 | 2025-02-13T04:35:00.498Z | Checking foreign-types-shared v0.3.1 |
2306 | 2025-02-13T04:35:00.625Z | Checking num_enum v0.5.11 |
2307 | 2025-02-13T04:35:00.639Z | Checking foreign-types v0.5.0 |
2308 | 2025-02-13T04:35:00.752Z | Compiling parse-display-derive v0.10.0 |
2309 | 2025-02-13T04:35:00.802Z | Checking slog-scope v4.4.0 |
2310 | 2025-02-13T04:35:00.857Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2311 | 2025-02-13T04:35:01.047Z | Compiling proc-macro-error v1.0.4 |
2312 | 2025-02-13T04:35:01.458Z | Checking typify-impl v0.2.0 |
2313 | 2025-02-13T04:35:01.479Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2314 | 2025-02-13T04:35:01.661Z | Checking tungstenite v0.21.0 |
2315 | 2025-02-13T04:35:01.874Z | Compiling heck v0.3.3 |
2316 | 2025-02-13T04:35:02.238Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2317 | 2025-02-13T04:35:02.563Z | Compiling dropshot_endpoint v0.15.1 |
2318 | 2025-02-13T04:35:02.676Z | Checking cstr-argument v0.1.2 |
2319 | 2025-02-13T04:35:02.861Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2320 | 2025-02-13T04:35:03.042Z | Checking instant v0.1.13 |
2321 | 2025-02-13T04:35:03.099Z | Compiling darling_macro v0.20.10 |
2322 | 2025-02-13T04:35:03.164Z | Checking pretty-hex v0.2.1 |
2323 | 2025-02-13T04:35:03.244Z | Checking fastrand v2.1.1 |
2324 | 2025-02-13T04:35:03.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2325 | 2025-02-13T04:35:03.635Z | Checking base64 v0.21.7 |
2326 | 2025-02-13T04:35:03.701Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2327 | 2025-02-13T04:35:03.757Z | Checking tempfile v3.13.0 |
2328 | 2025-02-13T04:35:03.849Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2329 | 2025-02-13T04:35:03.899Z | Checking backoff v0.4.0 |
2330 | 2025-02-13T04:35:04.074Z | Compiling darling v0.20.10 |
2331 | 2025-02-13T04:35:04.091Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2332 | 2025-02-13T04:35:04.107Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2333 | 2025-02-13T04:35:04.125Z | Checking tokio-tungstenite v0.21.0 |
2334 | 2025-02-13T04:35:04.191Z | Compiling serde_with_macros v3.11.0 |
2335 | 2025-02-13T04:35:04.206Z | Checking strum v0.26.3 |
2336 | 2025-02-13T04:35:04.238Z | Compiling zone_cfg_derive v0.1.2 |
2337 | 2025-02-13T04:35:04.376Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2338 | 2025-02-13T04:35:04.404Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2339 | 2025-02-13T04:35:04.701Z | Checking slog-stdlog v4.1.1 |
2340 | 2025-02-13T04:35:04.731Z | Checking parse-display v0.10.0 |
2341 | 2025-02-13T04:35:04.764Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2342 | 2025-02-13T04:35:04.877Z | Checking regress v0.9.1 |
2343 | 2025-02-13T04:35:04.929Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2344 | 2025-02-13T04:35:04.969Z | Checking progenitor-client v0.9.1 |
2345 | 2025-02-13T04:35:05.115Z | Checking colored v2.1.0 |
2346 | 2025-02-13T04:35:05.191Z | Checking macaddr v1.0.1 |
2347 | 2025-02-13T04:35:05.353Z | Checking unicode-width v0.1.14 |
2348 | 2025-02-13T04:35:05.411Z | Checking base64 v0.13.1 |
2349 | 2025-02-13T04:35:05.588Z | Checking zone v0.1.8 |
2350 | 2025-02-13T04:35:05.816Z | Checking ron v0.7.1 |
2351 | 2025-02-13T04:35:05.834Z | Checking tabwriter v1.4.0 |
2352 | 2025-02-13T04:35:06.075Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2353 | 2025-02-13T04:35:06.238Z | Checking slog-envlogger v2.2.0 |
2354 | 2025-02-13T04:35:06.466Z | Checking xz2 v0.1.7 |
2355 | 2025-02-13T04:35:06.520Z | Checking xattr v1.3.1 |
2356 | 2025-02-13T04:35:06.719Z | Checking pem v3.0.4 |
2357 | 2025-02-13T04:35:06.753Z | Checking serde_with v3.11.0 |
2358 | 2025-02-13T04:35:06.769Z | Checking yasna v0.5.2 |
2359 | 2025-02-13T04:35:06.885Z | Checking headers-core v0.3.0 |
2360 | 2025-02-13T04:35:07.003Z | Checking smf v0.2.3 |
2361 | 2025-02-13T04:35:07.033Z | Checking filetime v0.2.25 |
2362 | 2025-02-13T04:35:07.246Z | Checking same-file v1.0.6 |
2363 | 2025-02-13T04:35:07.387Z | Checking tar v0.4.42 |
2364 | 2025-02-13T04:35:07.434Z | Checking walkdir v2.5.0 |
2365 | 2025-02-13T04:35:07.450Z | Checking headers v0.4.0 |
2366 | 2025-02-13T04:35:07.570Z | Checking rcgen v0.12.1 |
2367 | 2025-02-13T04:35:07.707Z | Checking camino-tempfile v1.1.1 |
2368 | 2025-02-13T04:35:07.995Z | Checking atomicwrites v0.4.4 |
2369 | 2025-02-13T04:35:08.195Z | Checking subprocess v0.2.9 |
2370 | 2025-02-13T04:35:10.818Z | Compiling typify-macro v0.2.0 |
2371 | 2025-02-13T04:35:12.308Z | Compiling typify v0.2.0 |
2372 | 2025-02-13T04:35:12.376Z | Compiling progenitor-impl v0.8.0 |
2373 | 2025-02-13T04:35:14.765Z | Compiling progenitor-macro v0.8.0 |
2374 | 2025-02-13T04:35:18.504Z | Checking progenitor v0.8.0 |
2375 | 2025-02-13T04:35:18.602Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2376 | 2025-02-13T04:35:18.630Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2377 | 2025-02-13T04:35:20.994Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2378 | 2025-02-13T04:35:21.351Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2379 | 2025-02-13T04:35:27.232Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2380 | 2025-02-13T04:35:28.724Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2381 | 2025-02-13T04:35:29.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.73s |
2382 | 2025-02-13T04:35:30.099Z | |
2383 | 2025-02-13T04:35:30.099Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2384 | 2025-02-13T04:35:30.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2025-02-13T04:35:30.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2025-02-13T04:35:30.748Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2387 | 2025-02-13T04:35:32.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2388 | 2025-02-13T04:35:32.276Z | |
2389 | 2025-02-13T04:35:32.276Z | info: running `cargo check --bins` on nexus-config (51/199) |
2390 | 2025-02-13T04:35:32.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-02-13T04:35:32.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-02-13T04:35:32.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2025-02-13T04:35:32.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2394 | 2025-02-13T04:35:32.893Z | |
2395 | 2025-02-13T04:35:32.893Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2396 | 2025-02-13T04:35:33.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-02-13T04:35:33.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-02-13T04:35:33.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2025-02-13T04:35:33.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2400 | 2025-02-13T04:35:33.498Z | |
2401 | 2025-02-13T04:35:33.498Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2402 | 2025-02-13T04:35:34.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2025-02-13T04:35:34.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2025-02-13T04:35:34.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2025-02-13T04:35:34.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2406 | 2025-02-13T04:35:34.101Z | |
2407 | 2025-02-13T04:35:34.101Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2408 | 2025-02-13T04:35:34.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2025-02-13T04:35:34.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2025-02-13T04:35:34.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2025-02-13T04:35:34.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2412 | 2025-02-13T04:35:34.720Z | |
2413 | 2025-02-13T04:35:34.720Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2414 | 2025-02-13T04:35:35.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2025-02-13T04:35:35.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2025-02-13T04:35:35.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2025-02-13T04:35:35.509Z | Compiling ipnetwork v0.20.0 |
2418 | 2025-02-13T04:35:35.512Z | Compiling zerocopy v0.8.10 |
2419 | 2025-02-13T04:35:35.512Z | Compiling progenitor-client v0.8.0 |
2420 | 2025-02-13T04:35:35.512Z | Compiling itertools v0.13.0 |
2421 | 2025-02-13T04:35:35.512Z | Compiling zerocopy-derive v0.8.10 |
2422 | 2025-02-13T04:35:35.512Z | Compiling heapless v0.8.0 |
2423 | 2025-02-13T04:35:35.512Z | Compiling thiserror v2.0.11 |
2424 | 2025-02-13T04:35:35.694Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2425 | 2025-02-13T04:35:35.750Z | Checking hash32 v0.3.1 |
2426 | 2025-02-13T04:35:35.945Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2427 | 2025-02-13T04:35:36.007Z | Compiling progenitor v0.8.0 |
2428 | 2025-02-13T04:35:36.218Z | Compiling instant v0.1.13 |
2429 | 2025-02-13T04:35:36.295Z | Compiling smoltcp v0.11.0 |
2430 | 2025-02-13T04:35:36.371Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2431 | 2025-02-13T04:35:36.387Z | Compiling backoff v0.4.0 |
2432 | 2025-02-13T04:35:36.390Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2433 | 2025-02-13T04:35:36.630Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2434 | 2025-02-13T04:35:36.689Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2435 | 2025-02-13T04:35:36.705Z | Compiling dropshot v0.15.1 |
2436 | 2025-02-13T04:35:36.927Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2437 | 2025-02-13T04:35:37.113Z | Compiling serde_with v3.11.0 |
2438 | 2025-02-13T04:35:37.151Z | Compiling parse-display v0.10.0 |
2439 | 2025-02-13T04:35:37.249Z | Checking num-rational v0.4.2 |
2440 | 2025-02-13T04:35:37.734Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2441 | 2025-02-13T04:35:37.873Z | Compiling progenitor-client v0.9.1 |
2442 | 2025-02-13T04:35:38.268Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2443 | 2025-02-13T04:35:38.383Z | Compiling regress v0.9.1 |
2444 | 2025-02-13T04:35:39.520Z | Compiling phf_generator v0.11.2 |
2445 | 2025-02-13T04:35:39.721Z | Checking num-complex v0.4.6 |
2446 | 2025-02-13T04:35:40.549Z | Compiling macaddr v1.0.1 |
2447 | 2025-02-13T04:35:40.983Z | Checking cobs v0.2.3 |
2448 | 2025-02-13T04:35:40.995Z | Checking num v0.4.3 |
2449 | 2025-02-13T04:35:41.099Z | Compiling phf_codegen v0.11.2 |
2450 | 2025-02-13T04:35:41.183Z | Checking postcard v1.0.10 |
2451 | 2025-02-13T04:35:41.432Z | Compiling parse-zoneinfo v0.3.1 |
2452 | 2025-02-13T04:35:41.742Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2453 | 2025-02-13T04:35:43.266Z | Compiling convert_case v0.4.0 |
2454 | 2025-02-13T04:35:43.281Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2455 | 2025-02-13T04:35:43.439Z | Checking float-ord v0.3.2 |
2456 | 2025-02-13T04:35:43.797Z | Compiling chrono-tz-build v0.4.0 |
2457 | 2025-02-13T04:35:44.082Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2458 | 2025-02-13T04:35:44.141Z | Compiling derive_more v0.99.18 |
2459 | 2025-02-13T04:35:44.253Z | Compiling crucible-workspace-hack v0.1.0 |
2460 | 2025-02-13T04:35:44.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2461 | 2025-02-13T04:35:44.854Z | Checking newline-converter v0.3.0 |
2462 | 2025-02-13T04:35:44.928Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2463 | 2025-02-13T04:35:44.979Z | Compiling chrono-tz v0.10.1 |
2464 | 2025-02-13T04:35:45.027Z | Checking prettyplease v0.2.25 |
2465 | 2025-02-13T04:35:45.573Z | Compiling slog-dtrace v0.3.0 |
2466 | 2025-02-13T04:35:45.595Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2467 | 2025-02-13T04:35:45.644Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2468 | 2025-02-13T04:35:45.943Z | Checking expectorate v1.1.0 |
2469 | 2025-02-13T04:35:46.122Z | Compiling zone_cfg_derive v0.3.0 |
2470 | 2025-02-13T04:35:46.350Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2471 | 2025-02-13T04:35:47.059Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2472 | 2025-02-13T04:35:47.433Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2473 | 2025-02-13T04:35:47.476Z | Compiling const_format_proc_macros v0.2.34 |
2474 | 2025-02-13T04:35:47.553Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2475 | 2025-02-13T04:35:47.771Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2476 | 2025-02-13T04:35:47.957Z | Compiling num-derive v0.4.2 |
2477 | 2025-02-13T04:35:48.141Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2478 | 2025-02-13T04:35:48.481Z | Checking highway v1.2.0 |
2479 | 2025-02-13T04:35:48.882Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2480 | 2025-02-13T04:35:48.938Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2481 | 2025-02-13T04:35:48.960Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2482 | 2025-02-13T04:35:49.184Z | Checking zone v0.3.0 |
2483 | 2025-02-13T04:35:49.437Z | Checking const_format v0.2.34 |
2484 | 2025-02-13T04:35:49.635Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2485 | 2025-02-13T04:35:49.874Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2486 | 2025-02-13T04:35:50.311Z | Checking gethostname v0.5.0 |
2487 | 2025-02-13T04:35:50.342Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2488 | 2025-02-13T04:35:50.441Z | Checking bcs v0.1.6 |
2489 | 2025-02-13T04:35:50.566Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2490 | 2025-02-13T04:35:50.616Z | Compiling async-recursion v1.1.1 |
2491 | 2025-02-13T04:35:50.759Z | Checking nanorand v0.7.0 |
2492 | 2025-02-13T04:35:50.860Z | Checking termtree v0.5.1 |
2493 | 2025-02-13T04:35:51.058Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2494 | 2025-02-13T04:35:51.081Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2495 | 2025-02-13T04:35:51.098Z | Checking flume v0.11.1 |
2496 | 2025-02-13T04:35:52.887Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2497 | 2025-02-13T04:35:57.097Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2498 | 2025-02-13T04:36:00.280Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2499 | 2025-02-13T04:36:02.699Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2500 | 2025-02-13T04:36:03.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.20s |
2501 | 2025-02-13T04:36:04.115Z | |
2502 | 2025-02-13T04:36:04.115Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2503 | 2025-02-13T04:36:04.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2025-02-13T04:36:04.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2025-02-13T04:36:04.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2025-02-13T04:36:04.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2507 | 2025-02-13T04:36:04.754Z | |
2508 | 2025-02-13T04:36:04.754Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2509 | 2025-02-13T04:36:05.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2025-02-13T04:36:05.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2025-02-13T04:36:05.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2025-02-13T04:36:05.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2513 | 2025-02-13T04:36:05.375Z | |
2514 | 2025-02-13T04:36:05.375Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2515 | 2025-02-13T04:36:05.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2025-02-13T04:36:05.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2025-02-13T04:36:06.016Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2518 | 2025-02-13T04:36:06.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2519 | 2025-02-13T04:36:06.809Z | |
2520 | 2025-02-13T04:36:06.809Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2521 | 2025-02-13T04:36:07.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2025-02-13T04:36:07.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2025-02-13T04:36:07.463Z | Compiling cfg_aliases v0.1.1 |
2524 | 2025-02-13T04:36:07.466Z | Compiling vte_generate_state_changes v0.1.2 |
2525 | 2025-02-13T04:36:07.466Z | Checking fd-lock v4.0.2 |
2526 | 2025-02-13T04:36:07.466Z | Checking nibble_vec v0.1.0 |
2527 | 2025-02-13T04:36:07.466Z | Checking bytecount v0.6.8 |
2528 | 2025-02-13T04:36:07.569Z | Checking endian-type v0.1.2 |
2529 | 2025-02-13T04:36:07.589Z | Compiling tabled_derive v0.7.0 |
2530 | 2025-02-13T04:36:07.627Z | Compiling peg-macros v0.8.4 |
2531 | 2025-02-13T04:36:07.652Z | Compiling nix v0.28.0 |
2532 | 2025-02-13T04:36:07.730Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2025-02-13T04:36:07.748Z | Checking papergrid v0.11.0 |
2534 | 2025-02-13T04:36:07.764Z | Compiling sqlparser_derive v0.2.2 |
2535 | 2025-02-13T04:36:07.800Z | Checking radix_trie v0.2.1 |
2536 | 2025-02-13T04:36:08.144Z | Checking vte v0.11.1 |
2537 | 2025-02-13T04:36:08.205Z | Checking home v0.5.9 |
2538 | 2025-02-13T04:36:08.364Z | Checking nu-ansi-term v0.50.1 |
2539 | 2025-02-13T04:36:08.712Z | Checking unicode_categories v0.1.1 |
2540 | 2025-02-13T04:36:08.780Z | Checking sqlparser v0.45.0 |
2541 | 2025-02-13T04:36:08.802Z | Checking display-error-chain v0.2.2 |
2542 | 2025-02-13T04:36:09.008Z | Checking sqlformat v0.2.6 |
2543 | 2025-02-13T04:36:09.534Z | Checking strip-ansi-escapes v0.2.0 |
2544 | 2025-02-13T04:36:09.692Z | Checking reedline v0.35.0 |
2545 | 2025-02-13T04:36:09.752Z | Checking tabled v0.15.0 |
2546 | 2025-02-13T04:36:10.141Z | Checking peg v0.8.4 |
2547 | 2025-02-13T04:36:10.565Z | Checking rustyline v14.0.0 |
2548 | 2025-02-13T04:36:18.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s |
2549 | 2025-02-13T04:36:19.153Z | |
2550 | 2025-02-13T04:36:19.153Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2551 | 2025-02-13T04:36:19.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2025-02-13T04:36:19.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2025-02-13T04:36:19.805Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2554 | 2025-02-13T04:36:24.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2555 | 2025-02-13T04:36:24.965Z | |
2556 | 2025-02-13T04:36:24.965Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2557 | 2025-02-13T04:36:25.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-02-13T04:36:25.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-02-13T04:36:25.617Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-02-13T04:36:29.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
2561 | 2025-02-13T04:36:29.236Z | |
2562 | 2025-02-13T04:36:29.236Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2563 | 2025-02-13T04:36:29.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-02-13T04:36:29.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-02-13T04:36:29.885Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2566 | 2025-02-13T04:36:34.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
2567 | 2025-02-13T04:36:34.791Z | |
2568 | 2025-02-13T04:36:34.791Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2569 | 2025-02-13T04:36:35.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-02-13T04:36:35.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-02-13T04:36:35.452Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-02-13T04:36:40.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2573 | 2025-02-13T04:36:40.484Z | |
2574 | 2025-02-13T04:36:40.484Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2575 | 2025-02-13T04:36:41.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-02-13T04:36:41.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-02-13T04:36:41.142Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-02-13T04:36:44.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2579 | 2025-02-13T04:36:44.970Z | |
2580 | 2025-02-13T04:36:44.970Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2581 | 2025-02-13T04:36:45.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-02-13T04:36:45.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-02-13T04:36:45.622Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-02-13T04:36:49.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2585 | 2025-02-13T04:36:49.517Z | |
2586 | 2025-02-13T04:36:49.517Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2587 | 2025-02-13T04:36:50.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-02-13T04:36:50.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-02-13T04:36:50.189Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2590 | 2025-02-13T04:36:55.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2591 | 2025-02-13T04:36:55.334Z | |
2592 | 2025-02-13T04:36:55.334Z | info: running `cargo check --bins` on oximeter (67/199) |
2593 | 2025-02-13T04:36:55.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-02-13T04:36:55.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-02-13T04:36:55.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2025-02-13T04:36:55.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2597 | 2025-02-13T04:36:55.956Z | |
2598 | 2025-02-13T04:36:55.956Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2599 | 2025-02-13T04:36:56.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-02-13T04:36:56.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-02-13T04:36:56.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2025-02-13T04:36:56.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2603 | 2025-02-13T04:36:56.562Z | |
2604 | 2025-02-13T04:36:56.562Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2605 | 2025-02-13T04:36:57.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-02-13T04:36:57.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-02-13T04:36:57.187Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2608 | 2025-02-13T04:36:59.149Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2609 | 2025-02-13T04:37:00.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
2610 | 2025-02-13T04:37:00.237Z | |
2611 | 2025-02-13T04:37:00.237Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2612 | 2025-02-13T04:37:00.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-02-13T04:37:00.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-02-13T04:37:00.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-02-13T04:37:00.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2616 | 2025-02-13T04:37:00.854Z | |
2617 | 2025-02-13T04:37:00.854Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2618 | 2025-02-13T04:37:01.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-02-13T04:37:01.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-02-13T04:37:01.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-02-13T04:37:01.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2622 | 2025-02-13T04:37:01.476Z | |
2623 | 2025-02-13T04:37:01.476Z | info: running `cargo check --bins` on oxql-types (72/199) |
2624 | 2025-02-13T04:37:02.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-02-13T04:37:02.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-02-13T04:37:02.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-02-13T04:37:02.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2628 | 2025-02-13T04:37:02.095Z | |
2629 | 2025-02-13T04:37:02.095Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2630 | 2025-02-13T04:37:02.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-02-13T04:37:02.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-02-13T04:37:02.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-02-13T04:37:02.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2634 | 2025-02-13T04:37:02.753Z | |
2635 | 2025-02-13T04:37:02.753Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2636 | 2025-02-13T04:37:03.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-02-13T04:37:03.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-02-13T04:37:03.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-02-13T04:37:03.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2640 | 2025-02-13T04:37:03.381Z | |
2641 | 2025-02-13T04:37:03.381Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2642 | 2025-02-13T04:37:03.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-02-13T04:37:03.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-02-13T04:37:03.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-02-13T04:37:03.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2646 | 2025-02-13T04:37:04.012Z | |
2647 | 2025-02-13T04:37:04.012Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2648 | 2025-02-13T04:37:04.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-02-13T04:37:04.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-02-13T04:37:04.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-02-13T04:37:04.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2652 | 2025-02-13T04:37:04.636Z | |
2653 | 2025-02-13T04:37:04.636Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2654 | 2025-02-13T04:37:05.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-02-13T04:37:05.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-02-13T04:37:05.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-02-13T04:37:05.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2658 | 2025-02-13T04:37:05.264Z | |
2659 | 2025-02-13T04:37:05.264Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2660 | 2025-02-13T04:37:05.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-02-13T04:37:05.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-02-13T04:37:05.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-02-13T04:37:05.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2025-02-13T04:37:05.881Z | |
2665 | 2025-02-13T04:37:05.881Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2666 | 2025-02-13T04:37:06.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-02-13T04:37:06.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-02-13T04:37:06.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-02-13T04:37:06.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2670 | 2025-02-13T04:37:06.486Z | |
2671 | 2025-02-13T04:37:06.486Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2672 | 2025-02-13T04:37:07.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-02-13T04:37:07.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-02-13T04:37:07.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-02-13T04:37:07.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2676 | 2025-02-13T04:37:07.114Z | |
2677 | 2025-02-13T04:37:07.114Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2678 | 2025-02-13T04:37:07.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-02-13T04:37:07.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-02-13T04:37:07.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-02-13T04:37:07.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2682 | 2025-02-13T04:37:07.729Z | |
2683 | 2025-02-13T04:37:07.729Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2684 | 2025-02-13T04:37:08.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-02-13T04:37:08.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-02-13T04:37:08.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-02-13T04:37:08.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2688 | 2025-02-13T04:37:08.345Z | |
2689 | 2025-02-13T04:37:08.345Z | info: running `cargo check --bins` on dpd-client (83/199) |
2690 | 2025-02-13T04:37:08.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-02-13T04:37:08.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-02-13T04:37:08.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-02-13T04:37:08.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2694 | 2025-02-13T04:37:08.961Z | |
2695 | 2025-02-13T04:37:08.961Z | info: running `cargo check --bins` on gateway-client (84/199) |
2696 | 2025-02-13T04:37:09.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-02-13T04:37:09.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-02-13T04:37:09.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-02-13T04:37:09.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2700 | 2025-02-13T04:37:09.564Z | |
2701 | 2025-02-13T04:37:09.564Z | info: running `cargo check --bins` on installinator-client (85/199) |
2702 | 2025-02-13T04:37:10.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-02-13T04:37:10.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-02-13T04:37:10.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-02-13T04:37:10.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2706 | 2025-02-13T04:37:10.197Z | |
2707 | 2025-02-13T04:37:10.198Z | info: running `cargo check --bins` on installinator-common (86/199) |
2708 | 2025-02-13T04:37:10.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-02-13T04:37:10.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-02-13T04:37:10.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-02-13T04:37:10.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2712 | 2025-02-13T04:37:10.825Z | |
2713 | 2025-02-13T04:37:10.825Z | info: running `cargo check --bins` on update-engine (87/199) |
2714 | 2025-02-13T04:37:11.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-02-13T04:37:11.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-02-13T04:37:11.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-02-13T04:37:11.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2718 | 2025-02-13T04:37:11.429Z | |
2719 | 2025-02-13T04:37:11.429Z | info: running `cargo check --bins` on nexus-client (88/199) |
2720 | 2025-02-13T04:37:11.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-02-13T04:37:11.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-02-13T04:37:11.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-02-13T04:37:11.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2724 | 2025-02-13T04:37:12.075Z | |
2725 | 2025-02-13T04:37:12.075Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2726 | 2025-02-13T04:37:12.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-02-13T04:37:12.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-02-13T04:37:12.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-02-13T04:37:12.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2730 | 2025-02-13T04:37:12.703Z | |
2731 | 2025-02-13T04:37:12.703Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2732 | 2025-02-13T04:37:13.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-02-13T04:37:13.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-02-13T04:37:13.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-02-13T04:37:13.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2736 | 2025-02-13T04:37:13.303Z | |
2737 | 2025-02-13T04:37:13.303Z | info: running `cargo check --bins` on nexus-types (91/199) |
2738 | 2025-02-13T04:37:13.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-02-13T04:37:13.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-02-13T04:37:13.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-02-13T04:37:13.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2742 | 2025-02-13T04:37:13.952Z | |
2743 | 2025-02-13T04:37:13.952Z | info: running `cargo check --bins` on oxide-client (92/199) |
2744 | 2025-02-13T04:37:14.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-02-13T04:37:14.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-02-13T04:37:14.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-02-13T04:37:14.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2748 | 2025-02-13T04:37:14.554Z | |
2749 | 2025-02-13T04:37:14.554Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2750 | 2025-02-13T04:37:15.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-02-13T04:37:15.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-02-13T04:37:15.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-02-13T04:37:15.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2754 | 2025-02-13T04:37:15.171Z | |
2755 | 2025-02-13T04:37:15.171Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2756 | 2025-02-13T04:37:15.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-02-13T04:37:15.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-02-13T04:37:15.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-02-13T04:37:15.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2760 | 2025-02-13T04:37:15.766Z | |
2761 | 2025-02-13T04:37:15.766Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2762 | 2025-02-13T04:37:16.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-02-13T04:37:16.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-02-13T04:37:16.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-02-13T04:37:16.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2766 | 2025-02-13T04:37:16.402Z | |
2767 | 2025-02-13T04:37:16.402Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2768 | 2025-02-13T04:37:16.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-02-13T04:37:16.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-02-13T04:37:16.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-02-13T04:37:16.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2772 | 2025-02-13T04:37:17.052Z | |
2773 | 2025-02-13T04:37:17.052Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2774 | 2025-02-13T04:37:17.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-02-13T04:37:17.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-02-13T04:37:17.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-02-13T04:37:17.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2778 | 2025-02-13T04:37:17.693Z | |
2779 | 2025-02-13T04:37:17.693Z | info: running `cargo check --bins` on wicket-common (98/199) |
2780 | 2025-02-13T04:37:18.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-02-13T04:37:18.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-02-13T04:37:18.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-02-13T04:37:18.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2025-02-13T04:37:18.332Z | |
2785 | 2025-02-13T04:37:18.332Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2786 | 2025-02-13T04:37:18.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-02-13T04:37:18.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-02-13T04:37:18.989Z | Checking csv-core v0.1.11 |
2789 | 2025-02-13T04:37:18.992Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2790 | 2025-02-13T04:37:18.992Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2791 | 2025-02-13T04:37:18.992Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2792 | 2025-02-13T04:37:19.272Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2793 | 2025-02-13T04:37:19.303Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2794 | 2025-02-13T04:37:19.319Z | Checking csv v1.3.1 |
2795 | 2025-02-13T04:37:19.852Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2796 | 2025-02-13T04:37:20.218Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2797 | 2025-02-13T04:37:21.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
2798 | 2025-02-13T04:37:21.948Z | |
2799 | 2025-02-13T04:37:21.948Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2800 | 2025-02-13T04:37:22.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-02-13T04:37:22.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-02-13T04:37:22.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-02-13T04:37:22.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2804 | 2025-02-13T04:37:22.587Z | |
2805 | 2025-02-13T04:37:22.587Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2806 | 2025-02-13T04:37:23.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-02-13T04:37:23.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-02-13T04:37:23.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-02-13T04:37:23.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2810 | 2025-02-13T04:37:23.213Z | |
2811 | 2025-02-13T04:37:23.213Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2812 | 2025-02-13T04:37:23.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-02-13T04:37:23.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-02-13T04:37:23.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-02-13T04:37:23.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2816 | 2025-02-13T04:37:23.942Z | |
2817 | 2025-02-13T04:37:23.942Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2818 | 2025-02-13T04:37:24.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-02-13T04:37:24.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-02-13T04:37:24.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-02-13T04:37:24.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2822 | 2025-02-13T04:37:24.659Z | |
2823 | 2025-02-13T04:37:24.659Z | info: running `cargo check --bins` on dns-server (104/199) |
2824 | 2025-02-13T04:37:25.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-02-13T04:37:25.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-02-13T04:37:25.296Z | Compiling typify-impl v0.3.0 |
2827 | 2025-02-13T04:37:25.404Z | Compiling parking_lot_core v0.8.6 |
2828 | 2025-02-13T04:37:25.422Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2829 | 2025-02-13T04:37:25.425Z | Checking fxhash v0.2.1 |
2830 | 2025-02-13T04:37:25.425Z | Checking hickory-client v0.24.2 |
2831 | 2025-02-13T04:37:25.435Z | Checking hickory-server v0.24.2 |
2832 | 2025-02-13T04:37:26.090Z | Checking parking_lot v0.11.2 |
2833 | 2025-02-13T04:37:26.264Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2834 | 2025-02-13T04:37:26.362Z | Checking sled v0.34.7 |
2835 | 2025-02-13T04:37:30.929Z | Compiling typify-macro v0.3.0 |
2836 | 2025-02-13T04:37:32.469Z | Compiling typify v0.3.0 |
2837 | 2025-02-13T04:37:32.543Z | Compiling progenitor-impl v0.9.1 |
2838 | 2025-02-13T04:37:34.948Z | Compiling progenitor-macro v0.9.1 |
2839 | 2025-02-13T04:37:38.593Z | Checking progenitor v0.9.1 |
2840 | 2025-02-13T04:37:38.735Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2841 | 2025-02-13T04:37:39.195Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2842 | 2025-02-13T04:37:40.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.78s |
2843 | 2025-02-13T04:37:40.620Z | |
2844 | 2025-02-13T04:37:40.620Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2845 | 2025-02-13T04:37:41.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-02-13T04:37:41.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-02-13T04:37:41.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-02-13T04:37:41.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2849 | 2025-02-13T04:37:41.233Z | |
2850 | 2025-02-13T04:37:41.233Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2851 | 2025-02-13T04:37:41.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-02-13T04:37:41.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-02-13T04:37:41.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-02-13T04:37:41.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2855 | 2025-02-13T04:37:41.899Z | |
2856 | 2025-02-13T04:37:41.899Z | info: running `cargo check --bins` on gateway-types (107/199) |
2857 | 2025-02-13T04:37:42.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-02-13T04:37:42.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-02-13T04:37:42.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-02-13T04:37:42.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2861 | 2025-02-13T04:37:42.528Z | |
2862 | 2025-02-13T04:37:42.528Z | info: running `cargo check --bins` on ipcc (108/199) |
2863 | 2025-02-13T04:37:43.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-02-13T04:37:43.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-02-13T04:37:43.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-02-13T04:37:43.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2867 | 2025-02-13T04:37:43.143Z | |
2868 | 2025-02-13T04:37:43.143Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2869 | 2025-02-13T04:37:43.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-02-13T04:37:43.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-02-13T04:37:43.835Z | Compiling radium v0.7.0 |
2872 | 2025-02-13T04:37:43.835Z | Compiling semver v0.1.20 |
2873 | 2025-02-13T04:37:43.942Z | Checking tap v1.0.1 |
2874 | 2025-02-13T04:37:43.956Z | Compiling maybe-uninit v2.0.0 |
2875 | 2025-02-13T04:37:43.975Z | Checking password-hash v0.5.0 |
2876 | 2025-02-13T04:37:43.978Z | Checking blake2 v0.10.6 |
2877 | 2025-02-13T04:37:43.978Z | Compiling cancel-safe-futures v0.1.5 |
2878 | 2025-02-13T04:37:43.978Z | Checking crc-catalog v2.4.0 |
2879 | 2025-02-13T04:37:44.098Z | Checking wyz v0.5.1 |
2880 | 2025-02-13T04:37:44.167Z | Compiling packed_struct v0.10.1 |
2881 | 2025-02-13T04:37:44.339Z | Compiling rustc_version v0.1.7 |
2882 | 2025-02-13T04:37:44.404Z | Checking funty v2.0.0 |
2883 | 2025-02-13T04:37:44.409Z | Compiling owo-colors v4.1.0 |
2884 | 2025-02-13T04:37:44.471Z | Checking argon2 v0.5.3 |
2885 | 2025-02-13T04:37:44.542Z | Checking crc v3.2.1 |
2886 | 2025-02-13T04:37:44.614Z | Compiling packed_struct_codegen v0.10.1 |
2887 | 2025-02-13T04:37:44.631Z | Checking half v2.4.1 |
2888 | 2025-02-13T04:37:44.707Z | Compiling indexmap v1.9.3 |
2889 | 2025-02-13T04:37:44.729Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2890 | 2025-02-13T04:37:44.746Z | Compiling newtype_derive v0.1.6 |
2891 | 2025-02-13T04:37:44.959Z | Checking ciborium-io v0.2.2 |
2892 | 2025-02-13T04:37:45.014Z | Checking nodrop v0.1.14 |
2893 | 2025-02-13T04:37:45.085Z | Checking ciborium-ll v0.2.2 |
2894 | 2025-02-13T04:37:45.114Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2895 | 2025-02-13T04:37:45.114Z | Checking smallvec v0.6.14 |
2896 | 2025-02-13T04:37:45.132Z | Checking array-init v0.0.4 |
2897 | 2025-02-13T04:37:45.224Z | Checking bitvec v1.0.1 |
2898 | 2025-02-13T04:37:45.273Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2899 | 2025-02-13T04:37:45.417Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2900 | 2025-02-13T04:37:45.468Z | Checking libsw v3.3.1 |
2901 | 2025-02-13T04:37:45.745Z | Compiling memoffset v0.9.1 |
2902 | 2025-02-13T04:37:45.801Z | Checking swrite v0.1.0 |
2903 | 2025-02-13T04:37:45.903Z | Checking bitfield v0.14.0 |
2904 | 2025-02-13T04:37:45.933Z | Checking termcolor v1.4.1 |
2905 | 2025-02-13T04:37:45.997Z | Checking indent_write v2.2.0 |
2906 | 2025-02-13T04:37:46.050Z | Checking hashbrown v0.12.3 |
2907 | 2025-02-13T04:37:46.191Z | Checking linear-map v1.2.0 |
2908 | 2025-02-13T04:37:46.210Z | Checking ron v0.8.1 |
2909 | 2025-02-13T04:37:46.342Z | Checking env_logger v0.10.2 |
2910 | 2025-02-13T04:37:46.493Z | Checking serde-hex v0.1.0 |
2911 | 2025-02-13T04:37:46.536Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2912 | 2025-02-13T04:37:46.571Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2913 | 2025-02-13T04:37:46.768Z | Checking ciborium v0.2.2 |
2914 | 2025-02-13T04:37:47.027Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2915 | 2025-02-13T04:37:47.414Z | Checking steno v0.4.1 |
2916 | 2025-02-13T04:37:47.719Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2917 | 2025-02-13T04:37:47.841Z | Checking hashbrown v0.13.2 |
2918 | 2025-02-13T04:37:47.988Z | Checking humantime v2.1.0 |
2919 | 2025-02-13T04:37:48.071Z | Checking crc-any v2.5.0 |
2920 | 2025-02-13T04:37:48.282Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2921 | 2025-02-13T04:37:48.444Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2922 | 2025-02-13T04:37:48.704Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2923 | 2025-02-13T04:37:48.783Z | Checking object v0.30.4 |
2924 | 2025-02-13T04:37:49.211Z | Checking path-slash v0.1.5 |
2925 | 2025-02-13T04:37:49.235Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2926 | 2025-02-13T04:37:49.245Z | Checking nix v0.27.1 |
2927 | 2025-02-13T04:37:49.365Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2928 | 2025-02-13T04:37:49.602Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2929 | 2025-02-13T04:37:49.848Z | Checking tungstenite v0.26.1 |
2930 | 2025-02-13T04:37:50.081Z | Checking kstat-rs v0.2.4 |
2931 | 2025-02-13T04:37:50.278Z | Checking signal-hook-tokio v0.3.1 |
2932 | 2025-02-13T04:37:50.408Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2933 | 2025-02-13T04:37:50.652Z | Checking tokio-tungstenite v0.26.1 |
2934 | 2025-02-13T04:37:51.065Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2935 | 2025-02-13T04:37:51.250Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2936 | 2025-02-13T04:37:51.562Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2937 | 2025-02-13T04:37:57.882Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2938 | 2025-02-13T04:37:59.197Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2939 | 2025-02-13T04:38:01.682Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2940 | 2025-02-13T04:38:06.844Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2941 | 2025-02-13T04:38:07.492Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2942 | 2025-02-13T04:38:08.470Z | error[E0639]: cannot create non-exhaustive struct using struct expression |
2943 | 2025-02-13T04:38:08.470Z | --> gateway/src/serial_console.rs:54:18 |
2944 | 2025-02-13T04:38:08.470Z | | |
2945 | 2025-02-13T04:38:08.471Z | 54 | let config = WebSocketConfig { |
2946 | 2025-02-13T04:38:08.471Z | | __________________^ |
2947 | 2025-02-13T04:38:08.471Z | 55 | | // Maintain a max write buffer size of 2 MB (this is only relevant if |
2948 | 2025-02-13T04:38:08.471Z | 56 | | // writes are failing). |
2949 | 2025-02-13T04:38:08.471Z | 57 | | max_write_buffer_size: 2 * 1024 * 1024, |
2950 | 2025-02-13T04:38:08.471Z | 58 | | ..Default::default() |
2951 | 2025-02-13T04:38:08.471Z | 59 | | }; |
2952 | 2025-02-13T04:38:08.471Z | | |_____^ |
2953 | 2025-02-13T04:38:08.471Z | |
2954 | 2025-02-13T04:38:08.701Z | error[E0308]: mismatched types |
2955 | 2025-02-13T04:38:08.701Z | --> gateway/src/serial_console.rs:182:36 |
2956 | 2025-02-13T04:38:08.701Z | | |
2957 | 2025-02-13T04:38:08.701Z | 182 | ... .write(data) |
2958 | 2025-02-13T04:38:08.701Z | | ----- ^^^^- help: try using a conversion method: `.to_vec()` |
2959 | 2025-02-13T04:38:08.701Z | | | | |
2960 | 2025-02-13T04:38:08.701Z | | | expected `Vec<u8>`, found `Bytes` |
2961 | 2025-02-13T04:38:08.701Z | | arguments to this method are incorrect |
2962 | 2025-02-13T04:38:08.701Z | | |
2963 | 2025-02-13T04:38:08.701Z | = note: expected struct `Vec<u8>` |
2964 | 2025-02-13T04:38:08.701Z | found struct `tokio_tungstenite::tungstenite::Bytes` |
2965 | 2025-02-13T04:38:08.701Z | note: method defined here |
2966 | 2025-02-13T04:38:08.701Z | --> /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/single_sp.rs:1413:18 |
2967 | 2025-02-13T04:38:08.701Z | | |
2968 | 2025-02-13T04:38:08.701Z | 1413 | pub async fn write(&mut self, data: Vec<u8>) -> Result<()> { |
2969 | 2025-02-13T04:38:08.701Z | | ^^^^^ |
2970 | 2025-02-13T04:38:08.701Z | |
2971 | 2025-02-13T04:38:08.719Z | error[E0308]: mismatched types |
2972 | 2025-02-13T04:38:08.719Z | --> gateway/src/serial_console.rs:114:67 |
2973 | 2025-02-13T04:38:08.719Z | | |
2974 | 2025-02-13T04:38:08.719Z | 114 | match ws_sink_tx.try_send(Message::Binary(data)) { |
2975 | 2025-02-13T04:38:08.719Z | | --------------- ^^^^ expected `Bytes`, found `Vec<u8>` |
2976 | 2025-02-13T04:38:08.719Z | | | |
2977 | 2025-02-13T04:38:08.719Z | | arguments to this enum variant are incorrect |
2978 | 2025-02-13T04:38:08.719Z | | |
2979 | 2025-02-13T04:38:08.719Z | = note: expected struct `tokio_tungstenite::tungstenite::Bytes` |
2980 | 2025-02-13T04:38:08.719Z | found struct `Vec<u8>` |
2981 | 2025-02-13T04:38:08.719Z | note: tuple variant defined here |
2982 | 2025-02-13T04:38:08.719Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.1/src/protocol/message.rs:162:5 |
2983 | 2025-02-13T04:38:08.719Z | | |
2984 | 2025-02-13T04:38:08.719Z | 162 | Binary(Bytes), |
2985 | 2025-02-13T04:38:08.719Z | | ^^^^^^ |
2986 | 2025-02-13T04:38:08.719Z | help: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes` |
2987 | 2025-02-13T04:38:08.719Z | | |
2988 | 2025-02-13T04:38:08.719Z | 114 | match ws_sink_tx.try_send(Message::Binary(data.into())) { |
2989 | 2025-02-13T04:38:08.719Z | | +++++++ |
2990 | 2025-02-13T04:38:08.719Z | |
2991 | 2025-02-13T04:38:08.723Z | error[E0308]: mismatched types |
2992 | 2025-02-13T04:38:08.723Z | --> gateway/src/serial_console.rs:137:37 |
2993 | 2025-02-13T04:38:08.723Z | | |
2994 | 2025-02-13T04:38:08.723Z | 137 | ... reason: Cow::Borrowed("serial console was detached"), |
2995 | 2025-02-13T04:38:08.723Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `Cow<'_, str>` |
2996 | 2025-02-13T04:38:08.723Z | | |
2997 | 2025-02-13T04:38:08.723Z | = note: expected struct `Utf8Bytes` |
2998 | 2025-02-13T04:38:08.723Z | found enum `Cow<'_, str>` |
2999 | 2025-02-13T04:38:08.723Z | |
3000 | 2025-02-13T04:38:09.615Z | Some errors have detailed explanations: E0308, E0639. |
3001 | 2025-02-13T04:38:09.615Z | For more information about an error, try `rustc --explain E0308`. |
3002 | 2025-02-13T04:38:09.793Z | error: could not compile `omicron-gateway` (lib) due to 4 previous errors |
3003 | 2025-02-13T04:38:10.000Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path gateway/Cargo.toml` (exit status: 101) |
3004 | 2025-02-13T04:38:10.003Z | Error: cargo-hack install failed: exit status: 1 |
3005 | 2025-02-13T04:38:10.006Z | |
3006 | 2025-02-13T04:38:10.006Z | real 4:20.063504441 |
3007 | 2025-02-13T04:38:10.006Z | user 11:36.029787408 |
3008 | 2025-02-13T04:38:10.006Z | sys 2:09.711169612 |
3009 | 2025-02-13T04:38:10.006Z | trap 0.298868667 |
3010 | 2025-02-13T04:38:10.006Z | tflt 1.657895934 |
3011 | 2025-02-13T04:38:10.006Z | dflt 1.700732558 |
3012 | 2025-02-13T04:38:10.006Z | kflt 0.000800269 |
3013 | 2025-02-13T04:38:10.006Z | lock 15:01.903525652 |
3014 | 2025-02-13T04:38:10.006Z | slp 52:24.906064692 |
3015 | 2025-02-13T04:38:10.006Z | lat 42.485025539 |
3016 | 2025-02-13T04:38:10.006Z | stop 2:20.840367834 |
3017 | 2025-02-13T04:38:10.006Z | process exited: duration 610721 ms, exit code 1 |
|
3018 | 2025-02-13T04:38:10.017Z | found 0 output files |