|
|
|
1 | 2025-01-25T04:33:06.834Z | job assigned to worker 01JJDVPVGWQM40AFZ599KP6HVZ [factory aws, i-0667a3969a6a9cac1] (queued for 11 m 14 s) |
|
2 | 2025-01-25T04:33:14.987Z | starting task 0: "setup" |
3 | 2025-01-25T04:33:14.994Z | ++ uname -s |
4 | 2025-01-25T04:33:14.997Z | + kern=SunOS |
5 | 2025-01-25T04:33:14.997Z | + case "$kern" in |
6 | 2025-01-25T04:33:14.997Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:33:15.000Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:33:17.007Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:33:17.099Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:33:17.103Z | + home_fs=zfs |
11 | 2025-01-25T04:33:17.103Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:33:17.104Z | + mkdir -p /home/build |
13 | 2025-01-25T04:33:17.106Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:33:19.105Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:33:19.108Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2025-01-25T04:33:19.114Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:33:19.119Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:33:19.119Z | * toolchain channel = "1.84.0" |
19 | 2025-01-25T04:33:19.119Z | ' 1.84.0 |
20 | 2025-01-25T04:33:19.119Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-25T04:33:19.119Z | ' default |
22 | 2025-01-25T04:33:19.119Z | * toolchain profile = "default" |
23 | 2025-01-25T04:33:19.123Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:33:19.123Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:33:19.244Z | info: downloading installer |
26 | 2025-01-25T04:33:20.688Z | info: profile set to 'default' |
27 | 2025-01-25T04:33:20.688Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:33:20.781Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:33:20.860Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:33:20.860Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:33:22.088Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:33:22.486Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:33:23.909Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:33:26.024Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:33:34.138Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:33:34.443Z | info: installing component 'cargo' |
37 | 2025-01-25T04:33:35.289Z | info: installing component 'clippy' |
38 | 2025-01-25T04:33:35.671Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:33:37.370Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:33:39.064Z | info: installing component 'rustc' |
41 | 2025-01-25T04:33:45.260Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:33:45.604Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:33:45.604Z | |
44 | 2025-01-25T04:33:45.998Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:33:45.998Z | |
46 | 2025-01-25T04:33:46.000Z | |
47 | 2025-01-25T04:33:46.001Z | Rust is installed now. Great! |
48 | 2025-01-25T04:33:46.001Z | |
49 | 2025-01-25T04:33:46.001Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:33:46.001Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:33:46.001Z | |
52 | 2025-01-25T04:33:46.001Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:33:46.001Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:33:46.001Z | |
55 | 2025-01-25T04:33:46.001Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:33:46.001Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:33:46.001Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:33:46.082Z | + rustc --version |
59 | 2025-01-25T04:33:46.150Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:33:46.154Z | process exited: duration 27037 ms, exit code 0 |
|
61 | 2025-01-25T04:33:46.163Z | starting task 2: "authentication" |
62 | 2025-01-25T04:33:46.182Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-25T04:33:46.190Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:33:46.194Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:33:46.197Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:33:46.447Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:33:54.441Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:33:54.441Z | + git fetch origin 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
69 | 2025-01-25T04:33:54.798Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:33:54.798Z | * branch 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 -> FETCH_HEAD |
71 | 2025-01-25T04:33:54.809Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2025-01-25T04:33:54.812Z | ++ git branch --show-current |
73 | 2025-01-25T04:33:54.815Z | + current=main |
74 | 2025-01-25T04:33:54.815Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2025-01-25T04:33:54.815Z | + git branch -f renovate/secrecy-0.x 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
76 | 2025-01-25T04:33:54.817Z | + git checkout -f renovate/secrecy-0.x |
77 | 2025-01-25T04:33:55.004Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2025-01-25T04:33:55.007Z | + git reset --hard 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
79 | 2025-01-25T04:33:55.022Z | HEAD is now at 4b3cf7821 Update Rust crate secrecy to 0.10.3 |
80 | 2025-01-25T04:33:55.025Z | process exited: duration 8834 ms, exit code 0 |
|
81 | 2025-01-25T04:33:55.030Z | starting task 4: "build" |
82 | 2025-01-25T04:33:55.037Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:33:55.037Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:33:55.037Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:33:55.039Z | + cargo --version |
86 | 2025-01-25T04:33:55.100Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:33:55.103Z | + rustc --version |
88 | 2025-01-25T04:33:55.168Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:33:55.172Z | + source ./env.sh |
90 | 2025-01-25T04:33:55.175Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-25T04:33:55.175Z | ++ set -o xtrace |
92 | 2025-01-25T04:33:55.175Z | ++++ dirname ./env.sh |
93 | 2025-01-25T04:33:55.177Z | +++ readlink -f . |
94 | 2025-01-25T04:33:55.254Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-25T04:33:55.256Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-25T04:33:55.257Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-25T04:33:55.257Z | ++ 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 |
98 | 2025-01-25T04:33:55.257Z | ++ 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 |
99 | 2025-01-25T04:33:55.257Z | ++ 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 |
100 | 2025-01-25T04:33:55.257Z | ++ 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 |
101 | 2025-01-25T04:33:55.257Z | ++ 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 |
102 | 2025-01-25T04:33:55.257Z | ++ 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 |
103 | 2025-01-25T04:33:55.257Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-25T04:33:55.257Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-25T04:33:55.257Z | + 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 |
106 | 2025-01-25T04:33:55.257Z | + 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 |
107 | 2025-01-25T04:33:55.257Z | + banner prerequisites |
108 | 2025-01-25T04:33:55.367Z | |
109 | 2025-01-25T04:33:55.367Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-25T04:33:55.367Z | # # # # # # # # # # # # # # # |
111 | 2025-01-25T04:33:55.367Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-25T04:33:55.367Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-25T04:33:55.368Z | # # # # # # # # # # # # # # # |
114 | 2025-01-25T04:33:55.368Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-25T04:33:55.368Z | |
116 | 2025-01-25T04:33:55.374Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-25T04:34:06.947Z | pkg list: illegal option -- F |
118 | 2025-01-25T04:34:06.947Z | Usage: |
119 | 2025-01-25T04:34:06.950Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-25T04:34:06.950Z | [pkg_fmri_pattern ...] |
121 | 2025-01-25T04:34:07.797Z | pkg list: illegal option -- F |
122 | 2025-01-25T04:34:07.797Z | Usage: |
123 | 2025-01-25T04:34:07.800Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-25T04:34:07.800Z | [pkg_fmri_pattern ...] |
125 | 2025-01-25T04:34:15.686Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-25T04:34:20.116Z | Startup: Caching catalogs ... Done |
127 | 2025-01-25T04:34:31.474Z | Planning: Solver setup ... Done (10.516s) |
128 | 2025-01-25T04:34:31.653Z | Planning: Running solver ... Done (0.148s) |
129 | 2025-01-25T04:34:32.159Z | Planning: Finding local manifests ... Done (0.426s) |
130 | 2025-01-25T04:34:32.172Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-25T04:34:32.541Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-25T04:34:33.224Z | Planning: Package planning ... Done (0.683s) |
133 | 2025-01-25T04:34:33.281Z | Planning: Merging actions ... Done (0.056s) |
134 | 2025-01-25T04:34:34.273Z | Planning: Checking for conflicting actions ... Done (0.992s) |
135 | 2025-01-25T04:34:41.924Z | Planning: Consolidating action changes ... Done (7.650s) |
136 | 2025-01-25T04:34:42.327Z | Planning: Evaluating mediators ... Done (0.402s) |
137 | 2025-01-25T04:34:42.527Z | Planning: Planning completed in 22.31 seconds |
138 | 2025-01-25T04:34:43.387Z | Packages to install: 4 |
139 | 2025-01-25T04:34:43.387Z | Packages to update: 3 |
140 | 2025-01-25T04:34:43.387Z | Mediators to change: 2 |
141 | 2025-01-25T04:34:43.390Z | Services to change: 1 |
142 | 2025-01-25T04:34:43.390Z | Estimated space available: 155.61 GB |
143 | 2025-01-25T04:34:43.390Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-25T04:34:43.390Z | Create boot environment: No |
145 | 2025-01-25T04:34:43.390Z | Create backup boot environment: Yes |
146 | 2025-01-25T04:34:43.390Z | Rebuild boot archive: No |
147 | 2025-01-25T04:34:43.390Z | |
148 | 2025-01-25T04:34:43.390Z | Changed mediators: |
149 | 2025-01-25T04:34:43.390Z | mediator clang: |
150 | 2025-01-25T04:34:43.390Z | version: None -> 15 (system default) |
151 | 2025-01-25T04:34:43.390Z | |
152 | 2025-01-25T04:34:43.390Z | mediator llvm: |
153 | 2025-01-25T04:34:43.390Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-25T04:34:43.390Z | |
155 | 2025-01-25T04:34:43.390Z | Changed packages: |
156 | 2025-01-25T04:34:43.390Z | helios-dev |
157 | 2025-01-25T04:34:43.391Z | developer/build-essential |
158 | 2025-01-25T04:34:43.391Z | None -> 11-2.0 |
159 | 2025-01-25T04:34:43.391Z | library/libxmlsec1 |
160 | 2025-01-25T04:34:43.391Z | None -> 1.2.35-2.0 |
161 | 2025-01-25T04:34:43.391Z | ooce/developer/clang-15 |
162 | 2025-01-25T04:34:43.391Z | None -> 15.0.7-2.0 |
163 | 2025-01-25T04:34:43.391Z | ooce/developer/llvm-15 |
164 | 2025-01-25T04:34:43.391Z | None -> 15.0.7-2.0 |
165 | 2025-01-25T04:34:43.391Z | package/pkg |
166 | 2025-01-25T04:34:43.391Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-25T04:34:43.391Z | system/library/g++-runtime |
168 | 2025-01-25T04:34:43.391Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-25T04:34:43.391Z | system/library/gcc-runtime |
170 | 2025-01-25T04:34:43.391Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-25T04:34:43.391Z | |
172 | 2025-01-25T04:34:43.391Z | Services: |
173 | 2025-01-25T04:34:43.391Z | restart_fmri: |
174 | 2025-01-25T04:34:43.391Z | svc:/system/update-man-index:default |
175 | 2025-01-25T04:34:43.391Z | |
176 | 2025-01-25T04:34:43.391Z | Editable files to change: |
177 | 2025-01-25T04:34:43.391Z | Update: |
178 | 2025-01-25T04:34:43.391Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-25T04:34:43.810Z | |
180 | 2025-01-25T04:34:43.810Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-25T04:34:48.812Z | Download: 1023/4301 items 19.5/225.4MB 8% complete (4.0M/s) |
182 | 2025-01-25T04:34:53.820Z | Download: 1747/4301 items 116.8/225.4MB 51% complete (11.9M/s) |
183 | 2025-01-25T04:34:58.821Z | Download: 2943/4301 items 121.2/225.4MB 53% complete (10.2M/s) |
184 | 2025-01-25T04:35:03.938Z | Download: 4203/4301 items 220.5/225.4MB 97% complete (10.4M/s) |
185 | 2025-01-25T04:35:05.343Z | Download: Completed 225.42 MB in 21.53 seconds (10.5M/s) |
186 | 2025-01-25T04:35:07.476Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-01-25T04:35:07.491Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-01-25T04:35:12.513Z | Actions: 4099/5122 actions (Installing new actions) |
189 | 2025-01-25T04:35:13.371Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-01-25T04:35:14.150Z | Actions: Completed 5122 actions in 6.59 seconds. |
191 | 2025-01-25T04:35:14.486Z | Done (0.414s) |
192 | 2025-01-25T04:35:14.488Z | Done (0.001s) |
193 | 2025-01-25T04:35:15.081Z | Done (0.592s) |
194 | 2025-01-25T04:35:22.241Z | Done (6.922s) |
195 | 2025-01-25T04:35:22.790Z | Done (0.297s) |
196 | 2025-01-25T04:35:22.807Z | Done (0.000s) |
197 | 2025-01-25T04:35:22.807Z | Done (0.000s) |
198 | 2025-01-25T04:35:23.535Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-01-25T04:35:23.705Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-25T04:35:23.708Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-25T04:35:23.988Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-25T04:35:23.991Z | Planning: Planning completed in 0.45 seconds |
203 | 2025-01-25T04:35:24.029Z | Mediators to change: 2 |
204 | 2025-01-25T04:35:24.029Z | Create boot environment: No |
205 | 2025-01-25T04:35:24.029Z | Create backup boot environment: No |
206 | 2025-01-25T04:35:24.105Z | Done |
207 | 2025-01-25T04:35:24.105Z | Done |
208 | 2025-01-25T04:35:24.483Z | Done |
209 | 2025-01-25T04:35:28.553Z | Done |
210 | 2025-01-25T04:35:28.690Z | Done |
211 | 2025-01-25T04:35:28.693Z | Done |
212 | 2025-01-25T04:35:28.785Z | Done |
213 | 2025-01-25T04:35:29.432Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-01-25T04:35:29.435Z | Planning: Merging actions ... Done |
215 | 2025-01-25T04:35:29.629Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-01-25T04:35:29.633Z | Planning: Consolidating action changes ... Done |
217 | 2025-01-25T04:35:29.903Z | Planning: Evaluating mediators ... Done |
218 | 2025-01-25T04:35:29.961Z | Planning: Planning completed in 0.78 seconds |
219 | 2025-01-25T04:35:30.006Z | Packages to change: 1 |
220 | 2025-01-25T04:35:30.006Z | Mediators to change: 1 |
221 | 2025-01-25T04:35:30.006Z | Services to change: 1 |
222 | 2025-01-25T04:35:30.006Z | Create boot environment: No |
223 | 2025-01-25T04:35:30.009Z | Create backup boot environment: Yes |
224 | 2025-01-25T04:35:32.282Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-01-25T04:35:32.416Z | Actions: Completed 6 actions in 0.13 seconds. |
226 | 2025-01-25T04:35:32.418Z | Done |
227 | 2025-01-25T04:35:32.418Z | Done |
228 | 2025-01-25T04:35:32.536Z | Done |
229 | 2025-01-25T04:35:36.557Z | Done |
230 | 2025-01-25T04:35:36.657Z | Done |
231 | 2025-01-25T04:35:36.659Z | Done |
232 | 2025-01-25T04:35:36.788Z | Done |
233 | 2025-01-25T04:35:37.254Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-01-25T04:35:37.255Z | clang system 15 system |
235 | 2025-01-25T04:35:37.255Z | csh system system illumos |
236 | 2025-01-25T04:35:37.255Z | ctags system system illumos |
237 | 2025-01-25T04:35:37.255Z | gcc vendor 12 vendor |
238 | 2025-01-25T04:35:37.255Z | gcc system 10 system |
239 | 2025-01-25T04:35:37.255Z | gcc system 7 system |
240 | 2025-01-25T04:35:37.255Z | go system 1.20 system |
241 | 2025-01-25T04:35:37.255Z | go system 1.19 system |
242 | 2025-01-25T04:35:37.255Z | llvm system 15 system |
243 | 2025-01-25T04:35:37.255Z | llvm system 14 system |
244 | 2025-01-25T04:35:37.255Z | mariadb system 10.6 system |
245 | 2025-01-25T04:35:37.255Z | mta vendor vendor dma |
246 | 2025-01-25T04:35:37.255Z | openjdk system 17 system |
247 | 2025-01-25T04:35:37.255Z | openjdk system 11 system |
248 | 2025-01-25T04:35:37.255Z | openjdk system 1.8 system |
249 | 2025-01-25T04:35:37.255Z | openssl vendor 3 vendor |
250 | 2025-01-25T04:35:37.255Z | perl system 5.36 system |
251 | 2025-01-25T04:35:37.255Z | postgresql system 15 system |
252 | 2025-01-25T04:35:37.255Z | postgresql system 13 system |
253 | 2025-01-25T04:35:37.255Z | python vendor 3 vendor |
254 | 2025-01-25T04:35:37.255Z | python system 2 system |
255 | 2025-01-25T04:35:37.255Z | python3 system 3.11 system |
256 | 2025-01-25T04:35:37.255Z | ruby system 3.0 system |
257 | 2025-01-25T04:35:37.255Z | words vendor vendor american-english |
258 | 2025-01-25T04:35:37.255Z | words system system australian-english |
259 | 2025-01-25T04:35:37.255Z | words system system british-english |
260 | 2025-01-25T04:35:37.255Z | words system system canadian-english |
261 | 2025-01-25T04:35:37.255Z | words system system french |
262 | 2025-01-25T04:35:37.255Z | words system system italian |
263 | 2025-01-25T04:35:37.255Z | words system system ngerman |
264 | 2025-01-25T04:35:37.255Z | words system system ogerman |
265 | 2025-01-25T04:35:37.255Z | words system system spanish |
266 | 2025-01-25T04:35:37.642Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-01-25T04:35:37.643Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-01-25T04:35:40.479Z | FMRI IFO |
269 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-01-25T04:35:40.479Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-01-25T04:35:41.292Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-01-25T04:35:41.583Z | Updating crates.io index |
286 | 2025-01-25T04:35:41.586Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
287 | 2025-01-25T04:35:41.956Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-01-25T04:35:42.534Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2025-01-25T04:35:42.806Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-01-25T04:35:43.077Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-01-25T04:35:43.374Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-01-25T04:35:44.339Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-01-25T04:35:46.007Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-01-25T04:35:46.713Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-01-25T04:35:47.516Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-01-25T04:35:47.807Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-01-25T04:35:48.110Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-01-25T04:35:48.732Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2025-01-25T04:35:49.199Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-01-25T04:35:49.533Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-01-25T04:35:49.814Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-01-25T04:35:50.113Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-01-25T04:35:50.382Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-01-25T04:35:50.680Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
305 | 2025-01-25T04:35:51.114Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-01-25T04:35:51.397Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-01-25T04:35:51.702Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-01-25T04:35:52.210Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-01-25T04:35:52.425Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-01-25T04:35:52.994Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-01-25T04:35:53.348Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-01-25T04:35:53.724Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-01-25T04:35:54.185Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-01-25T04:35:54.498Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-01-25T04:35:54.781Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-01-25T04:35:55.055Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-01-25T04:35:56.389Z | Downloading crates ... |
318 | 2025-01-25T04:35:56.457Z | Downloaded anstream v0.6.15 |
319 | 2025-01-25T04:35:56.461Z | Downloaded byteorder v1.5.0 |
320 | 2025-01-25T04:35:56.463Z | Downloaded autocfg v1.4.0 |
321 | 2025-01-25T04:35:56.466Z | Downloaded anyhow v1.0.95 |
322 | 2025-01-25T04:35:56.478Z | Downloaded usdt-macro v0.5.0 |
323 | 2025-01-25T04:35:56.483Z | Downloaded pretty-hex v0.4.1 |
324 | 2025-01-25T04:35:56.487Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-01-25T04:35:56.489Z | Downloaded proc-macro-error-attr v1.0.4 |
326 | 2025-01-25T04:35:56.497Z | Downloaded swrite v0.1.0 |
327 | 2025-01-25T04:35:56.502Z | Downloaded equivalent v1.0.1 |
328 | 2025-01-25T04:35:56.506Z | Downloaded anstyle-query v1.1.1 |
329 | 2025-01-25T04:35:56.508Z | Downloaded anstyle-parse v0.2.5 |
330 | 2025-01-25T04:35:56.512Z | Downloaded bytecount v0.6.8 |
331 | 2025-01-25T04:35:56.515Z | Downloaded fastrand v2.1.1 |
332 | 2025-01-25T04:35:56.515Z | Downloaded cfg-if v1.0.0 |
333 | 2025-01-25T04:35:56.515Z | Downloaded memmap v0.7.0 |
334 | 2025-01-25T04:35:56.518Z | Downloaded colorchoice v1.0.2 |
335 | 2025-01-25T04:35:56.518Z | Downloaded clap_lex v0.7.2 |
336 | 2025-01-25T04:35:56.523Z | Downloaded anstyle v1.0.10 |
337 | 2025-01-25T04:35:56.523Z | Downloaded utf8parse v0.2.2 |
338 | 2025-01-25T04:35:56.523Z | Downloaded version_check v0.9.5 |
339 | 2025-01-25T04:35:56.526Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2025-01-25T04:35:56.526Z | Downloaded digest v0.10.7 |
341 | 2025-01-25T04:35:56.529Z | Downloaded camino v1.1.9 |
342 | 2025-01-25T04:35:56.532Z | Downloaded plain v0.2.3 |
343 | 2025-01-25T04:35:56.538Z | Downloaded heck v0.4.1 |
344 | 2025-01-25T04:35:56.540Z | Downloaded heck v0.5.0 |
345 | 2025-01-25T04:35:56.541Z | Downloaded fnv v1.0.7 |
346 | 2025-01-25T04:35:56.541Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2025-01-25T04:35:56.543Z | Downloaded errno v0.3.9 |
348 | 2025-01-25T04:35:56.543Z | Downloaded dof v0.3.0 |
349 | 2025-01-25T04:35:56.547Z | Downloaded cargo-platform v0.1.8 |
350 | 2025-01-25T04:35:56.550Z | Downloaded thread-id v4.2.2 |
351 | 2025-01-25T04:35:56.554Z | Downloaded pest_generator v2.7.14 |
352 | 2025-01-25T04:35:56.554Z | Downloaded block-buffer v0.10.4 |
353 | 2025-01-25T04:35:56.559Z | Downloaded camino-tempfile v1.1.1 |
354 | 2025-01-25T04:35:56.563Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2025-01-25T04:35:56.566Z | Downloaded crypto-common v0.1.6 |
356 | 2025-01-25T04:35:56.566Z | Downloaded toml_datetime v0.6.8 |
357 | 2025-01-25T04:35:56.569Z | Downloaded serde_spanned v0.6.8 |
358 | 2025-01-25T04:35:56.569Z | Downloaded quote v1.0.38 |
359 | 2025-01-25T04:35:56.573Z | Downloaded scroll v0.12.0 |
360 | 2025-01-25T04:35:56.577Z | Downloaded proc-macro-error v1.0.4 |
361 | 2025-01-25T04:35:56.577Z | Downloaded sha2 v0.10.8 |
362 | 2025-01-25T04:35:56.580Z | Downloaded fs-err v2.11.0 |
363 | 2025-01-25T04:35:56.583Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2025-01-25T04:35:56.587Z | Downloaded tabled_derive v0.7.0 |
365 | 2025-01-25T04:35:56.587Z | Downloaded cargo_toml v0.20.5 |
366 | 2025-01-25T04:35:56.591Z | Downloaded strsim v0.11.1 |
367 | 2025-01-25T04:35:56.591Z | Downloaded thiserror-impl v1.0.69 |
368 | 2025-01-25T04:35:56.591Z | Downloaded tempfile v3.13.0 |
369 | 2025-01-25T04:35:56.594Z | Downloaded cargo_metadata v0.18.1 |
370 | 2025-01-25T04:35:56.597Z | Downloaded thiserror v1.0.69 |
371 | 2025-01-25T04:35:56.696Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-25T04:35:56.716Z | Downloaded once_cell v1.20.2 |
373 | 2025-01-25T04:35:56.716Z | Downloaded usdt v0.5.0 |
374 | 2025-01-25T04:35:56.716Z | Downloaded clap_derive v4.5.18 |
375 | 2025-01-25T04:35:56.716Z | Downloaded bitflags v2.6.0 |
376 | 2025-01-25T04:35:56.716Z | Downloaded toml v0.8.19 |
377 | 2025-01-25T04:35:56.716Z | Downloaded smawk v0.3.2 |
378 | 2025-01-25T04:35:56.716Z | Downloaded ryu v1.0.18 |
379 | 2025-01-25T04:35:56.716Z | Downloaded typenum v1.17.0 |
380 | 2025-01-25T04:35:56.716Z | Downloaded pest_meta v2.7.14 |
381 | 2025-01-25T04:35:56.716Z | Downloaded unicode-ident v1.0.14 |
382 | 2025-01-25T04:35:56.716Z | Downloaded cpufeatures v0.2.14 |
383 | 2025-01-25T04:35:56.716Z | Downloaded clap v4.5.21 |
384 | 2025-01-25T04:35:56.716Z | Downloaded pest_derive v2.7.14 |
385 | 2025-01-25T04:35:56.716Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-01-25T04:35:56.716Z | Downloaded log v0.4.22 |
387 | 2025-01-25T04:35:56.716Z | Downloaded proc-macro2 v1.0.92 |
388 | 2025-01-25T04:35:56.716Z | Downloaded generic-array v0.14.7 |
389 | 2025-01-25T04:35:56.716Z | Downloaded indexmap v2.7.0 |
390 | 2025-01-25T04:35:56.716Z | Downloaded serde_derive v1.0.217 |
391 | 2025-01-25T04:35:56.716Z | Downloaded dtrace-parser v0.2.0 |
392 | 2025-01-25T04:35:56.716Z | Downloaded textwrap v0.16.1 |
393 | 2025-01-25T04:35:56.716Z | Downloaded papergrid v0.11.0 |
394 | 2025-01-25T04:35:56.716Z | Downloaded memchr v2.7.4 |
395 | 2025-01-25T04:35:56.716Z | Downloaded usdt-attr-macro v0.5.0 |
396 | 2025-01-25T04:35:56.716Z | Downloaded serde v1.0.217 |
397 | 2025-01-25T04:35:56.717Z | Downloaded terminal_size v0.4.0 |
398 | 2025-01-25T04:35:56.717Z | Downloaded macaddr v1.0.1 |
399 | 2025-01-25T04:35:56.724Z | Downloaded itoa v1.0.11 |
400 | 2025-01-25T04:35:56.724Z | Downloaded toml_edit v0.22.22 |
401 | 2025-01-25T04:35:56.727Z | Downloaded semver v1.0.24 |
402 | 2025-01-25T04:35:56.738Z | Downloaded hashbrown v0.15.1 |
403 | 2025-01-25T04:35:56.746Z | Downloaded pest v2.7.14 |
404 | 2025-01-25T04:35:56.753Z | Downloaded zerocopy v0.7.35 |
405 | 2025-01-25T04:35:56.770Z | Downloaded winnow v0.6.20 |
406 | 2025-01-25T04:35:56.779Z | Downloaded clap_builder v4.5.21 |
407 | 2025-01-25T04:35:56.785Z | Downloaded goblin v0.8.2 |
408 | 2025-01-25T04:35:56.791Z | Downloaded tabled v0.15.0 |
409 | 2025-01-25T04:35:56.808Z | Downloaded syn v1.0.109 |
410 | 2025-01-25T04:35:56.817Z | Downloaded unicode-width v0.1.14 |
411 | 2025-01-25T04:35:56.822Z | Downloaded serde_json v1.0.135 |
412 | 2025-01-25T04:35:56.838Z | Downloaded syn v2.0.96 |
413 | 2025-01-25T04:35:56.849Z | Downloaded rustix v0.38.37 |
414 | 2025-01-25T04:35:56.885Z | Downloaded libc v0.2.169 |
415 | 2025-01-25T04:35:57.199Z | Compiling proc-macro2 v1.0.92 |
416 | 2025-01-25T04:35:57.199Z | Compiling unicode-ident v1.0.14 |
417 | 2025-01-25T04:35:57.202Z | Compiling version_check v0.9.5 |
418 | 2025-01-25T04:35:57.202Z | Compiling serde v1.0.217 |
419 | 2025-01-25T04:35:57.202Z | Compiling thiserror v1.0.69 |
420 | 2025-01-25T04:35:57.236Z | Compiling memchr v2.7.4 |
421 | 2025-01-25T04:35:57.239Z | Compiling libc v0.2.169 |
422 | 2025-01-25T04:35:57.239Z | Compiling itoa v1.0.11 |
423 | 2025-01-25T04:35:57.464Z | Compiling ryu v1.0.18 |
424 | 2025-01-25T04:35:57.597Z | Compiling ucd-trie v0.1.7 |
425 | 2025-01-25T04:35:57.916Z | Compiling once_cell v1.20.2 |
426 | 2025-01-25T04:35:58.066Z | Compiling byteorder v1.5.0 |
427 | 2025-01-25T04:35:58.224Z | Compiling rustix v0.38.37 |
428 | 2025-01-25T04:35:58.396Z | Compiling serde_json v1.0.135 |
429 | 2025-01-25T04:35:59.346Z | Compiling bitflags v2.6.0 |
430 | 2025-01-25T04:35:59.348Z | Compiling usdt-impl v0.5.0 |
431 | 2025-01-25T04:35:59.439Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2025-01-25T04:35:59.542Z | Compiling syn v1.0.109 |
433 | 2025-01-25T04:35:59.654Z | Compiling proc-macro-error v1.0.4 |
434 | 2025-01-25T04:35:59.783Z | Compiling camino v1.1.9 |
435 | 2025-01-25T04:35:59.812Z | Compiling plain v0.2.3 |
436 | 2025-01-25T04:35:59.844Z | Compiling log v0.4.22 |
437 | 2025-01-25T04:35:59.954Z | Compiling utf8parse v0.2.2 |
438 | 2025-01-25T04:36:00.064Z | Compiling thread-id v4.2.2 |
439 | 2025-01-25T04:36:00.068Z | Compiling equivalent v1.0.1 |
440 | 2025-01-25T04:36:00.113Z | Compiling hashbrown v0.15.1 |
441 | 2025-01-25T04:36:00.116Z | Compiling anstyle-parse v0.2.5 |
442 | 2025-01-25T04:36:00.237Z | Compiling quote v1.0.38 |
443 | 2025-01-25T04:36:00.338Z | Compiling anstyle-query v1.1.1 |
444 | 2025-01-25T04:36:00.446Z | Compiling pretty-hex v0.4.1 |
445 | 2025-01-25T04:36:00.475Z | Compiling autocfg v1.4.0 |
446 | 2025-01-25T04:36:00.504Z | Compiling unicode-width v0.1.14 |
447 | 2025-01-25T04:36:00.570Z | Compiling errno v0.3.9 |
448 | 2025-01-25T04:36:00.710Z | Compiling syn v2.0.96 |
449 | 2025-01-25T04:36:00.879Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-01-25T04:36:01.015Z | Compiling winnow v0.6.20 |
451 | 2025-01-25T04:36:01.043Z | Compiling anstyle v1.0.10 |
452 | 2025-01-25T04:36:01.202Z | Compiling indexmap v2.7.0 |
453 | 2025-01-25T04:36:01.462Z | Compiling colorchoice v1.0.2 |
454 | 2025-01-25T04:36:01.492Z | Compiling semver v1.0.24 |
455 | 2025-01-25T04:36:01.644Z | Compiling anstream v0.6.15 |
456 | 2025-01-25T04:36:02.100Z | Compiling fs-err v2.11.0 |
457 | 2025-01-25T04:36:02.361Z | Compiling fastrand v2.1.1 |
458 | 2025-01-25T04:36:02.396Z | Compiling cfg-if v1.0.0 |
459 | 2025-01-25T04:36:02.423Z | Compiling anyhow v1.0.95 |
460 | 2025-01-25T04:36:02.459Z | Compiling heck v0.5.0 |
461 | 2025-01-25T04:36:02.511Z | Compiling strsim v0.11.1 |
462 | 2025-01-25T04:36:02.891Z | Compiling terminal_size v0.4.0 |
463 | 2025-01-25T04:36:02.969Z | Compiling bytecount v0.6.8 |
464 | 2025-01-25T04:36:03.111Z | Compiling heck v0.4.1 |
465 | 2025-01-25T04:36:03.192Z | Compiling fnv v1.0.7 |
466 | 2025-01-25T04:36:03.312Z | Compiling clap_lex v0.7.2 |
467 | 2025-01-25T04:36:03.423Z | Compiling papergrid v0.11.0 |
468 | 2025-01-25T04:36:03.432Z | Compiling tempfile v3.13.0 |
469 | 2025-01-25T04:36:03.756Z | Compiling clap_builder v4.5.21 |
470 | 2025-01-25T04:36:03.895Z | Compiling memmap v0.7.0 |
471 | 2025-01-25T04:36:04.167Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-01-25T04:36:04.234Z | Compiling smawk v0.3.2 |
473 | 2025-01-25T04:36:04.611Z | Compiling textwrap v0.16.1 |
474 | 2025-01-25T04:36:04.664Z | Compiling swrite v0.1.0 |
475 | 2025-01-25T04:36:05.654Z | Compiling tabled_derive v0.7.0 |
476 | 2025-01-25T04:36:06.849Z | Compiling tabled v0.15.0 |
477 | 2025-01-25T04:36:07.685Z | Compiling serde_derive v1.0.217 |
478 | 2025-01-25T04:36:07.887Z | Compiling thiserror-impl v1.0.69 |
479 | 2025-01-25T04:36:07.902Z | Compiling zerocopy-derive v0.7.35 |
480 | 2025-01-25T04:36:07.902Z | Compiling scroll_derive v0.12.0 |
481 | 2025-01-25T04:36:08.025Z | Compiling clap_derive v4.5.18 |
482 | 2025-01-25T04:36:09.264Z | Compiling scroll v0.12.0 |
483 | 2025-01-25T04:36:09.741Z | Compiling goblin v0.8.2 |
484 | 2025-01-25T04:36:10.169Z | Compiling zerocopy v0.7.35 |
485 | 2025-01-25T04:36:10.273Z | Compiling pest v2.7.14 |
486 | 2025-01-25T04:36:11.547Z | Compiling clap v4.5.21 |
487 | 2025-01-25T04:36:12.597Z | Compiling pest_meta v2.7.14 |
488 | 2025-01-25T04:36:13.511Z | Compiling pest_generator v2.7.14 |
489 | 2025-01-25T04:36:14.935Z | Compiling pest_derive v2.7.14 |
490 | 2025-01-25T04:36:15.695Z | Compiling dtrace-parser v0.2.0 |
491 | 2025-01-25T04:36:16.508Z | Compiling serde_spanned v0.6.8 |
492 | 2025-01-25T04:36:16.511Z | Compiling toml_datetime v0.6.8 |
493 | 2025-01-25T04:36:16.511Z | Compiling cargo-platform v0.1.8 |
494 | 2025-01-25T04:36:16.857Z | Compiling serde_tokenstream v0.2.2 |
495 | 2025-01-25T04:36:16.984Z | Compiling toml_edit v0.22.22 |
496 | 2025-01-25T04:36:17.020Z | Compiling macaddr v1.0.1 |
497 | 2025-01-25T04:36:17.196Z | Compiling camino-tempfile v1.1.1 |
498 | 2025-01-25T04:36:17.920Z | Compiling dof v0.3.0 |
499 | 2025-01-25T04:36:17.920Z | Compiling cargo_metadata v0.18.1 |
500 | 2025-01-25T04:36:19.555Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-25T04:36:19.557Z | Compiling usdt-macro v0.5.0 |
502 | 2025-01-25T04:36:19.797Z | Compiling toml v0.8.19 |
503 | 2025-01-25T04:36:20.670Z | Compiling cargo_toml v0.20.5 |
504 | 2025-01-25T04:36:20.798Z | Compiling usdt v0.5.0 |
505 | 2025-01-25T04:36:23.386Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2025-01-25T04:36:26.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.57s |
507 | 2025-01-25T04:36:26.928Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2025-01-25T04:36:27.463Z | Downloading crates ... |
509 | 2025-01-25T04:36:27.596Z | Downloaded atomic-waker v1.1.2 |
510 | 2025-01-25T04:36:27.599Z | Downloaded array-init v0.0.4 |
511 | 2025-01-25T04:36:27.601Z | Downloaded arrayref v0.3.9 |
512 | 2025-01-25T04:36:27.606Z | Downloaded async-stream-impl v0.3.6 |
513 | 2025-01-25T04:36:27.610Z | Downloaded cfg_aliases v0.1.1 |
514 | 2025-01-25T04:36:27.613Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2025-01-25T04:36:27.616Z | Downloaded atomicwrites v0.4.4 |
516 | 2025-01-25T04:36:27.619Z | Downloaded cstr-argument v0.1.2 |
517 | 2025-01-25T04:36:27.623Z | Downloaded crunchy v0.2.2 |
518 | 2025-01-25T04:36:27.625Z | Downloaded ciborium-io v0.2.2 |
519 | 2025-01-25T04:36:27.628Z | Downloaded cfg_aliases v0.2.1 |
520 | 2025-01-25T04:36:27.632Z | Downloaded heck v0.3.3 |
521 | 2025-01-25T04:36:27.635Z | Downloaded hex v0.4.3 |
522 | 2025-01-25T04:36:27.637Z | Downloaded darling v0.20.10 |
523 | 2025-01-25T04:36:27.641Z | Downloaded heapless v0.8.0 |
524 | 2025-01-25T04:36:27.646Z | Downloaded block-padding v0.3.3 |
525 | 2025-01-25T04:36:27.648Z | Downloaded atty v0.2.14 |
526 | 2025-01-25T04:36:27.651Z | Downloaded ascii-canvas v3.0.0 |
527 | 2025-01-25T04:36:27.654Z | Downloaded adler2 v2.0.0 |
528 | 2025-01-25T04:36:27.656Z | Downloaded cbc v0.1.2 |
529 | 2025-01-25T04:36:27.658Z | Downloaded castaway v0.2.3 |
530 | 2025-01-25T04:36:27.661Z | Downloaded bcrypt-pbkdf v0.10.0 |
531 | 2025-01-25T04:36:27.663Z | Downloaded aead v0.5.2 |
532 | 2025-01-25T04:36:27.666Z | Downloaded assert_matches v1.5.0 |
533 | 2025-01-25T04:36:27.673Z | Downloaded async-recursion v1.1.1 |
534 | 2025-01-25T04:36:27.676Z | Downloaded crc-catalog v2.4.0 |
535 | 2025-01-25T04:36:27.679Z | Downloaded crc v3.2.1 |
536 | 2025-01-25T04:36:27.682Z | Downloaded cexpr v0.6.0 |
537 | 2025-01-25T04:36:27.682Z | Downloaded buf-list v1.0.3 |
538 | 2025-01-25T04:36:27.684Z | Downloaded cobs v0.2.3 |
539 | 2025-01-25T04:36:27.687Z | Downloaded curve25519-dalek-derive v0.1.1 |
540 | 2025-01-25T04:36:27.690Z | Downloaded aho-corasick v1.1.3 |
541 | 2025-01-25T04:36:27.693Z | Downloaded cmake v0.1.51 |
542 | 2025-01-25T04:36:27.696Z | Downloaded cipher v0.4.4 |
543 | 2025-01-25T04:36:27.698Z | Downloaded blowfish v0.9.1 |
544 | 2025-01-25T04:36:27.698Z | Downloaded cassowary v0.3.0 |
545 | 2025-01-25T04:36:27.701Z | Downloaded convert_case v0.4.0 |
546 | 2025-01-25T04:36:27.701Z | Downloaded chacha20 v0.9.1 |
547 | 2025-01-25T04:36:27.703Z | Downloaded ciborium-ll v0.2.2 |
548 | 2025-01-25T04:36:27.717Z | Downloaded bitfield-struct v0.6.2 |
549 | 2025-01-25T04:36:27.720Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2025-01-25T04:36:27.720Z | Downloaded ctr v0.9.2 |
551 | 2025-01-25T04:36:27.723Z | Downloaded bit-vec v0.6.3 |
552 | 2025-01-25T04:36:27.723Z | Downloaded bit-set v0.5.3 |
553 | 2025-01-25T04:36:27.727Z | Downloaded constant_time_eq v0.3.1 |
554 | 2025-01-25T04:36:27.727Z | Downloaded bcs v0.1.6 |
555 | 2025-01-25T04:36:27.730Z | Downloaded base64ct v1.6.0 |
556 | 2025-01-25T04:36:27.730Z | Downloaded async-trait v0.1.83 |
557 | 2025-01-25T04:36:27.732Z | Downloaded backoff v0.4.0 |
558 | 2025-01-25T04:36:27.735Z | Downloaded ciborium v0.2.2 |
559 | 2025-01-25T04:36:27.738Z | Downloaded async-stream v0.3.6 |
560 | 2025-01-25T04:36:27.741Z | Downloaded hubpack_derive v0.1.1 |
561 | 2025-01-25T04:36:27.741Z | Downloaded http-range v0.1.5 |
562 | 2025-01-25T04:36:27.743Z | Downloaded addr2line v0.24.2 |
563 | 2025-01-25T04:36:27.743Z | Downloaded icu_normalizer v1.5.0 |
564 | 2025-01-25T04:36:27.747Z | Downloaded hyper-staticfile v0.10.1 |
565 | 2025-01-25T04:36:27.751Z | Downloaded hubpack v0.1.2 |
566 | 2025-01-25T04:36:27.754Z | Downloaded icu_locid v1.5.0 |
567 | 2025-01-25T04:36:27.757Z | Downloaded hyper-rustls v0.27.3 |
568 | 2025-01-25T04:36:27.759Z | Downloaded csv-core v0.1.11 |
569 | 2025-01-25T04:36:27.762Z | Downloaded instability v0.3.2 |
570 | 2025-01-25T04:36:27.762Z | Downloaded icu_collections v1.5.0 |
571 | 2025-01-25T04:36:27.769Z | Downloaded icu_provider v1.5.0 |
572 | 2025-01-25T04:36:27.772Z | Downloaded bitflags v1.3.2 |
573 | 2025-01-25T04:36:27.774Z | Downloaded bitfield v0.14.0 |
574 | 2025-01-25T04:36:27.777Z | Downloaded strum v0.26.3 |
575 | 2025-01-25T04:36:27.779Z | Downloaded icu_properties v1.5.1 |
576 | 2025-01-25T04:36:27.782Z | Downloaded take_mut v0.2.2 |
577 | 2025-01-25T04:36:27.782Z | Downloaded time-core v0.1.2 |
578 | 2025-01-25T04:36:27.784Z | Downloaded sqlparser_derive v0.2.2 |
579 | 2025-01-25T04:36:27.784Z | Downloaded base16ct v0.2.0 |
580 | 2025-01-25T04:36:27.787Z | Downloaded rand_seeder v0.3.0 |
581 | 2025-01-25T04:36:27.787Z | Downloaded icu_normalizer_data v1.5.0 |
582 | 2025-01-25T04:36:27.789Z | Downloaded chrono-tz-build v0.4.0 |
583 | 2025-01-25T04:36:27.792Z | Downloaded icu_provider_macros v1.5.0 |
584 | 2025-01-25T04:36:27.792Z | Downloaded cancel-safe-futures v0.1.5 |
585 | 2025-01-25T04:36:27.795Z | Downloaded hyper-tls v0.6.0 |
586 | 2025-01-25T04:36:27.797Z | Downloaded bzip2 v0.4.4 |
587 | 2025-01-25T04:36:27.801Z | Downloaded bb8 v0.8.5 |
588 | 2025-01-25T04:36:27.801Z | Downloaded crossbeam-utils v0.8.20 |
589 | 2025-01-25T04:36:27.804Z | Downloaded instant v0.1.13 |
590 | 2025-01-25T04:36:27.804Z | Downloaded ident_case v1.0.1 |
591 | 2025-01-25T04:36:27.807Z | Downloaded ahash v0.8.11 |
592 | 2025-01-25T04:36:27.809Z | Downloaded crc32fast v1.4.2 |
593 | 2025-01-25T04:36:27.811Z | Downloaded const-oid v0.9.6 |
594 | 2025-01-25T04:36:27.814Z | Downloaded progenitor-client v0.9.1 |
595 | 2025-01-25T04:36:27.814Z | Downloaded idna_adapter v1.2.0 |
596 | 2025-01-25T04:36:27.817Z | Downloaded is_ci v1.2.0 |
597 | 2025-01-25T04:36:27.817Z | Downloaded rustc-hash v2.0.0 |
598 | 2025-01-25T04:36:27.821Z | Downloaded async-bb8-diesel v0.2.1 |
599 | 2025-01-25T04:36:27.823Z | Downloaded lazy_static v1.5.0 |
600 | 2025-01-25T04:36:27.823Z | Downloaded internet-checksum v0.2.1 |
601 | 2025-01-25T04:36:27.823Z | Downloaded impl-trait-for-tuples v0.2.2 |
602 | 2025-01-25T04:36:27.826Z | Downloaded radium v0.7.0 |
603 | 2025-01-25T04:36:27.829Z | Downloaded http-body v1.0.1 |
604 | 2025-01-25T04:36:27.831Z | Downloaded hostname v0.3.1 |
605 | 2025-01-25T04:36:27.831Z | Downloaded const_format_proc_macros v0.2.33 |
606 | 2025-01-25T04:36:27.834Z | Downloaded arrayvec v0.7.6 |
607 | 2025-01-25T04:36:27.836Z | Downloaded md5 v0.7.0 |
608 | 2025-01-25T04:36:27.836Z | Downloaded keccak v0.1.5 |
609 | 2025-01-25T04:36:27.839Z | Downloaded signal-hook-registry v1.4.2 |
610 | 2025-01-25T04:36:27.841Z | Downloaded lalrpop-util v0.19.12 |
611 | 2025-01-25T04:36:27.841Z | Downloaded is-terminal v0.4.13 |
612 | 2025-01-25T04:36:27.841Z | Downloaded ipnetwork v0.20.0 |
613 | 2025-01-25T04:36:27.844Z | Downloaded ssh-cipher v0.2.0 |
614 | 2025-01-25T04:36:27.846Z | Downloaded smf v0.2.3 |
615 | 2025-01-25T04:36:27.846Z | Downloaded libefi-sys v0.1.0 |
616 | 2025-01-25T04:36:27.849Z | Downloaded thread_local v1.1.8 |
617 | 2025-01-25T04:36:27.849Z | Downloaded tap v1.0.1 |
618 | 2025-01-25T04:36:27.851Z | Downloaded subtle v2.6.1 |
619 | 2025-01-25T04:36:27.851Z | Downloaded match_cfg v0.1.0 |
620 | 2025-01-25T04:36:27.854Z | Downloaded crossbeam-epoch v0.9.18 |
621 | 2025-01-25T04:36:27.857Z | Downloaded mirai-annotations v1.12.0 |
622 | 2025-01-25T04:36:27.857Z | Downloaded crc-any v2.5.0 |
623 | 2025-01-25T04:36:27.859Z | Downloaded lazycell v1.3.0 |
624 | 2025-01-25T04:36:27.859Z | Downloaded kstat-rs v0.2.4 |
625 | 2025-01-25T04:36:27.862Z | Downloaded indent_write v2.2.0 |
626 | 2025-01-25T04:36:27.862Z | Downloaded hostname v0.4.0 |
627 | 2025-01-25T04:36:27.865Z | Downloaded maplit v1.0.2 |
628 | 2025-01-25T04:36:27.865Z | Downloaded ipnet v2.10.1 |
629 | 2025-01-25T04:36:27.868Z | Downloaded indoc v1.0.9 |
630 | 2025-01-25T04:36:27.871Z | Downloaded home v0.5.9 |
631 | 2025-01-25T04:36:27.871Z | Downloaded slog-scope v4.4.0 |
632 | 2025-01-25T04:36:27.873Z | Downloaded managed v0.8.0 |
633 | 2025-01-25T04:36:27.876Z | Downloaded lockfree-object-pool v0.1.6 |
634 | 2025-01-25T04:36:27.876Z | Downloaded newtype_derive v0.1.6 |
635 | 2025-01-25T04:36:27.880Z | Downloaded hex-literal v0.4.1 |
636 | 2025-01-25T04:36:27.880Z | Downloaded bytes v1.9.0 |
637 | 2025-01-25T04:36:27.883Z | Downloaded derive_builder_macro v0.20.2 |
638 | 2025-01-25T04:36:27.886Z | Downloaded typify-macro v0.3.0 |
639 | 2025-01-25T04:36:27.886Z | Downloaded tui-tree-widget v0.22.0 |
640 | 2025-01-25T04:36:27.886Z | Downloaded lru v0.12.5 |
641 | 2025-01-25T04:36:27.889Z | Downloaded typify-macro v0.2.0 |
642 | 2025-01-25T04:36:27.889Z | Downloaded libloading v0.8.5 |
643 | 2025-01-25T04:36:27.891Z | Downloaded mime v0.3.17 |
644 | 2025-01-25T04:36:27.894Z | Downloaded progenitor-impl v0.8.0 |
645 | 2025-01-25T04:36:27.897Z | Downloaded blake2 v0.10.6 |
646 | 2025-01-25T04:36:27.897Z | Downloaded unicode-truncate v1.1.0 |
647 | 2025-01-25T04:36:27.902Z | Downloaded md-5 v0.10.6 |
648 | 2025-01-25T04:36:27.907Z | Downloaded utf8_iter v1.0.4 |
649 | 2025-01-25T04:36:27.907Z | Downloaded memoffset v0.9.1 |
650 | 2025-01-25T04:36:27.907Z | Downloaded jobserver v0.1.32 |
651 | 2025-01-25T04:36:27.907Z | Downloaded normalize-line-endings v0.3.0 |
652 | 2025-01-25T04:36:27.909Z | Downloaded http-body-util v0.1.2 |
653 | 2025-01-25T04:36:27.910Z | Downloaded lru-cache v0.1.2 |
654 | 2025-01-25T04:36:27.910Z | Downloaded peg-runtime v0.8.3 |
655 | 2025-01-25T04:36:27.910Z | Downloaded indexmap v1.9.3 |
656 | 2025-01-25T04:36:27.913Z | Downloaded serde_urlencoded v0.7.1 |
657 | 2025-01-25T04:36:27.915Z | Downloaded either v1.13.0 |
658 | 2025-01-25T04:36:27.918Z | Downloaded linked-hash-map v0.5.6 |
659 | 2025-01-25T04:36:27.921Z | Downloaded maybe-uninit v2.0.0 |
660 | 2025-01-25T04:36:27.921Z | Downloaded humantime v2.1.0 |
661 | 2025-01-25T04:36:27.921Z | Downloaded serde-hex v0.1.0 |
662 | 2025-01-25T04:36:27.925Z | Downloaded inout v0.1.3 |
663 | 2025-01-25T04:36:27.925Z | Downloaded cookie v0.18.1 |
664 | 2025-01-25T04:36:27.927Z | Downloaded salsa20 v0.10.2 |
665 | 2025-01-25T04:36:27.929Z | Downloaded libsw v3.3.1 |
666 | 2025-01-25T04:36:27.929Z | Downloaded compact_str v0.8.0 |
667 | 2025-01-25T04:36:27.933Z | Downloaded memmap2 v0.9.5 |
668 | 2025-01-25T04:36:27.936Z | Downloaded hickory-client v0.24.2 |
669 | 2025-01-25T04:36:27.938Z | Downloaded backtrace v0.3.74 |
670 | 2025-01-25T04:36:27.943Z | Downloaded dunce v1.0.5 |
671 | 2025-01-25T04:36:27.946Z | Downloaded rustc_version v0.4.1 |
672 | 2025-01-25T04:36:27.947Z | Downloaded display-error-chain v0.2.2 |
673 | 2025-01-25T04:36:27.949Z | Downloaded zone v0.1.8 |
674 | 2025-01-25T04:36:27.949Z | Downloaded scheduled-thread-pool v0.2.7 |
675 | 2025-01-25T04:36:27.949Z | Downloaded tinyvec_macros v0.1.1 |
676 | 2025-01-25T04:36:27.952Z | Downloaded float-ord v0.3.2 |
677 | 2025-01-25T04:36:27.952Z | Downloaded hmac v0.12.1 |
678 | 2025-01-25T04:36:27.955Z | Downloaded funty v2.0.0 |
679 | 2025-01-25T04:36:27.955Z | Downloaded float-cmp v0.9.0 |
680 | 2025-01-25T04:36:27.959Z | Downloaded defmt-parser v0.3.4 |
681 | 2025-01-25T04:36:27.959Z | Downloaded zone v0.3.0 |
682 | 2025-01-25T04:36:27.961Z | Downloaded hyper v1.5.2 |
683 | 2025-01-25T04:36:27.964Z | Downloaded nanorand v0.7.0 |
684 | 2025-01-25T04:36:27.967Z | Downloaded arc-swap v1.7.1 |
685 | 2025-01-25T04:36:27.971Z | Downloaded mime_guess v2.0.5 |
686 | 2025-01-25T04:36:27.973Z | Downloaded which v4.4.2 |
687 | 2025-01-25T04:36:27.976Z | Downloaded uzers v0.12.1 |
688 | 2025-01-25T04:36:27.979Z | Downloaded litemap v0.7.3 |
689 | 2025-01-25T04:36:27.982Z | Downloaded httparse v1.9.5 |
690 | 2025-01-25T04:36:27.982Z | Downloaded wyz v0.5.1 |
691 | 2025-01-25T04:36:27.986Z | Downloaded nu-ansi-term v0.50.1 |
692 | 2025-01-25T04:36:27.988Z | Downloaded parse-display v0.10.0 |
693 | 2025-01-25T04:36:27.988Z | Downloaded downcast v0.11.0 |
694 | 2025-01-25T04:36:27.991Z | Downloaded want v0.3.1 |
695 | 2025-01-25T04:36:27.991Z | Downloaded socket2 v0.5.7 |
696 | 2025-01-25T04:36:27.993Z | Downloaded slog v2.7.0 |
697 | 2025-01-25T04:36:28.005Z | Downloaded rpassword v7.3.1 |
698 | 2025-01-25T04:36:28.008Z | Downloaded r2d2 v0.8.10 |
699 | 2025-01-25T04:36:28.011Z | Downloaded quinn-udp v0.5.5 |
700 | 2025-01-25T04:36:28.011Z | Downloaded rcgen v0.12.1 |
701 | 2025-01-25T04:36:28.013Z | Downloaded chacha20poly1305 v0.10.1 |
702 | 2025-01-25T04:36:28.016Z | Downloaded signature v2.2.0 |
703 | 2025-01-25T04:36:28.018Z | Downloaded tiny-keccak v2.0.2 |
704 | 2025-01-25T04:36:28.021Z | Downloaded slog-envlogger v2.2.0 |
705 | 2025-01-25T04:36:28.023Z | Downloaded slog-bunyan v2.5.0 |
706 | 2025-01-25T04:36:28.023Z | Downloaded shell-words v1.1.0 |
707 | 2025-01-25T04:36:28.025Z | Downloaded num-conv v0.1.0 |
708 | 2025-01-25T04:36:28.025Z | Downloaded ron v0.8.1 |
709 | 2025-01-25T04:36:28.029Z | Downloaded slog-stdlog v4.1.1 |
710 | 2025-01-25T04:36:28.032Z | Downloaded mockall_derive v0.13.0 |
711 | 2025-01-25T04:36:28.034Z | Downloaded strum_macros v0.24.3 |
712 | 2025-01-25T04:36:28.036Z | Downloaded indicatif v0.17.9 |
713 | 2025-01-25T04:36:28.040Z | Downloaded qorb v0.2.1 |
714 | 2025-01-25T04:36:28.045Z | Downloaded unicode-xid v0.2.6 |
715 | 2025-01-25T04:36:28.048Z | Downloaded tls_codec v0.4.1 |
716 | 2025-01-25T04:36:28.048Z | Downloaded predicates v3.1.2 |
717 | 2025-01-25T04:36:28.051Z | Downloaded pretty-hex v0.2.1 |
718 | 2025-01-25T04:36:28.053Z | Downloaded walkdir v2.5.0 |
719 | 2025-01-25T04:36:28.056Z | Downloaded tinystr v0.7.6 |
720 | 2025-01-25T04:36:28.056Z | Downloaded tokio-rustls v0.24.1 |
721 | 2025-01-25T04:36:28.058Z | Downloaded document-features v0.2.10 |
722 | 2025-01-25T04:36:28.061Z | Downloaded peg-macros v0.8.4 |
723 | 2025-01-25T04:36:28.172Z | Downloaded pkg-config v0.3.31 |
724 | 2025-01-25T04:36:28.172Z | Downloaded rustls-pki-types v1.10.0 |
725 | 2025-01-25T04:36:28.175Z | Downloaded parking_lot_core v0.9.10 |
726 | 2025-01-25T04:36:28.175Z | Downloaded sigpipe v0.1.3 |
727 | 2025-01-25T04:36:28.175Z | Downloaded russh-cryptovec v0.7.3 |
728 | 2025-01-25T04:36:28.175Z | Downloaded pkcs5 v0.7.1 |
729 | 2025-01-25T04:36:28.175Z | Downloaded const_format v0.2.33 |
730 | 2025-01-25T04:36:28.175Z | Downloaded signal-hook-tokio v0.3.1 |
731 | 2025-01-25T04:36:28.175Z | Downloaded futures-task v0.3.31 |
732 | 2025-01-25T04:36:28.175Z | Downloaded embedded-io v0.6.1 |
733 | 2025-01-25T04:36:28.175Z | Downloaded embedded-io v0.4.0 |
734 | 2025-01-25T04:36:28.175Z | Downloaded siphasher v0.3.11 |
735 | 2025-01-25T04:36:28.176Z | Downloaded base64 v0.13.1 |
736 | 2025-01-25T04:36:28.176Z | Downloaded hash32 v0.3.1 |
737 | 2025-01-25T04:36:28.176Z | Downloaded ghash v0.5.1 |
738 | 2025-01-25T04:36:28.176Z | Downloaded num-derive v0.4.2 |
739 | 2025-01-25T04:36:28.176Z | Downloaded zerofrom v0.1.4 |
740 | 2025-01-25T04:36:28.176Z | Downloaded diesel_table_macro_syntax v0.2.0 |
741 | 2025-01-25T04:36:28.176Z | Downloaded tower-service v0.3.3 |
742 | 2025-01-25T04:36:28.176Z | Downloaded num-integer v0.1.46 |
743 | 2025-01-25T04:36:28.176Z | Downloaded num-traits v0.2.19 |
744 | 2025-01-25T04:36:28.176Z | Downloaded pkcs8 v0.10.2 |
745 | 2025-01-25T04:36:28.176Z | Downloaded polyval v0.6.2 |
746 | 2025-01-25T04:36:28.176Z | Downloaded test-strategy v0.3.1 |
747 | 2025-01-25T04:36:28.176Z | Downloaded progenitor v0.9.1 |
748 | 2025-01-25T04:36:28.176Z | Downloaded primeorder v0.13.6 |
749 | 2025-01-25T04:36:28.176Z | Downloaded phf_codegen v0.11.2 |
750 | 2025-01-25T04:36:28.176Z | Downloaded phf v0.11.2 |
751 | 2025-01-25T04:36:28.176Z | Downloaded unsafe-libyaml v0.2.11 |
752 | 2025-01-25T04:36:28.176Z | Downloaded defmt v0.3.8 |
753 | 2025-01-25T04:36:28.176Z | Downloaded foreign-types-shared v0.3.1 |
754 | 2025-01-25T04:36:28.176Z | Downloaded foreign-types-shared v0.1.1 |
755 | 2025-01-25T04:36:28.176Z | Downloaded yasna v0.5.2 |
756 | 2025-01-25T04:36:28.176Z | Downloaded ron v0.7.1 |
757 | 2025-01-25T04:36:28.176Z | Downloaded static_assertions v1.1.0 |
758 | 2025-01-25T04:36:28.176Z | Downloaded aes v0.8.4 |
759 | 2025-01-25T04:36:28.176Z | Downloaded simd-adler32 v0.3.7 |
760 | 2025-01-25T04:36:28.176Z | Downloaded hickory-server v0.24.2 |
761 | 2025-01-25T04:36:28.176Z | Downloaded precomputed-hash v0.1.1 |
762 | 2025-01-25T04:36:28.176Z | Downloaded supports-color v3.0.1 |
763 | 2025-01-25T04:36:28.176Z | Downloaded hyper-util v0.1.10 |
764 | 2025-01-25T04:36:28.177Z | Downloaded thiserror-impl v2.0.11 |
765 | 2025-01-25T04:36:28.177Z | Downloaded parking_lot_core v0.8.6 |
766 | 2025-01-25T04:36:28.177Z | Downloaded untrusted v0.9.0 |
767 | 2025-01-25T04:36:28.177Z | Downloaded untrusted v0.7.1 |
768 | 2025-01-25T04:36:28.177Z | Downloaded yoke v0.7.4 |
769 | 2025-01-25T04:36:28.177Z | Downloaded tinyvec v1.8.0 |
770 | 2025-01-25T04:36:28.177Z | Downloaded difflib v0.4.0 |
771 | 2025-01-25T04:36:28.177Z | Downloaded termtree v0.4.1 |
772 | 2025-01-25T04:36:28.177Z | Downloaded http v1.2.0 |
773 | 2025-01-25T04:36:28.177Z | Downloaded diesel-dtrace v0.4.2 |
774 | 2025-01-25T04:36:28.177Z | Downloaded write16 v1.0.0 |
775 | 2025-01-25T04:36:28.177Z | Downloaded zeroize_derive v1.4.2 |
776 | 2025-01-25T04:36:28.177Z | Downloaded zeroize v1.8.1 |
777 | 2025-01-25T04:36:28.177Z | Downloaded zerofrom-derive v0.1.4 |
778 | 2025-01-25T04:36:28.180Z | Downloaded derive-where v1.2.7 |
779 | 2025-01-25T04:36:28.180Z | Downloaded hickory-resolver v0.24.2 |
780 | 2025-01-25T04:36:28.185Z | Downloaded crossterm v0.28.1 |
781 | 2025-01-25T04:36:28.190Z | Downloaded strum_macros v0.26.4 |
782 | 2025-01-25T04:36:28.193Z | Downloaded num-iter v0.1.45 |
783 | 2025-01-25T04:36:28.195Z | Downloaded num_enum v0.5.11 |
784 | 2025-01-25T04:36:28.199Z | Downloaded num_threads v0.1.7 |
785 | 2025-01-25T04:36:28.201Z | Downloaded futures-sink v0.3.31 |
786 | 2025-01-25T04:36:28.201Z | Downloaded filetime v0.2.25 |
787 | 2025-01-25T04:36:28.205Z | Downloaded futures-macro v0.3.31 |
788 | 2025-01-25T04:36:28.205Z | Downloaded futures-io v0.3.31 |
789 | 2025-01-25T04:36:28.209Z | Downloaded futures-executor v0.3.31 |
790 | 2025-01-25T04:36:28.209Z | Downloaded progenitor-client v0.8.0 |
791 | 2025-01-25T04:36:28.209Z | Downloaded tungstenite v0.21.0 |
792 | 2025-01-25T04:36:28.212Z | Downloaded stable_deref_trait v1.2.0 |
793 | 2025-01-25T04:36:28.212Z | Downloaded rand_chacha v0.3.1 |
794 | 2025-01-25T04:36:28.214Z | Downloaded percent-encoding v2.3.1 |
795 | 2025-01-25T04:36:28.217Z | Downloaded pbkdf2 v0.12.2 |
796 | 2025-01-25T04:36:28.217Z | Downloaded tokio-stream v0.1.16 |
797 | 2025-01-25T04:36:28.220Z | Downloaded zerocopy-derive v0.8.10 |
798 | 2025-01-25T04:36:28.228Z | Downloaded termios v0.3.3 |
799 | 2025-01-25T04:36:28.230Z | Downloaded tabwriter v1.4.0 |
800 | 2025-01-25T04:36:28.230Z | Downloaded form_urlencoded v1.2.1 |
801 | 2025-01-25T04:36:28.234Z | Downloaded termcolor v1.4.1 |
802 | 2025-01-25T04:36:28.234Z | Downloaded writeable v0.5.5 |
803 | 2025-01-25T04:36:28.236Z | Downloaded ref-cast-impl v1.0.23 |
804 | 2025-01-25T04:36:28.236Z | Downloaded twox-hash v1.6.3 |
805 | 2025-01-25T04:36:28.239Z | Downloaded psl-types v2.0.11 |
806 | 2025-01-25T04:36:28.239Z | Downloaded ref-cast v1.0.23 |
807 | 2025-01-25T04:36:28.241Z | Downloaded russh-keys v0.45.0 |
808 | 2025-01-25T04:36:28.244Z | Downloaded waitgroup v0.1.2 |
809 | 2025-01-25T04:36:28.246Z | Downloaded tokio-macros v2.5.0 |
810 | 2025-01-25T04:36:28.246Z | Downloaded schemars v0.8.21 |
811 | 2025-01-25T04:36:28.257Z | Downloaded number_prefix v0.4.0 |
812 | 2025-01-25T04:36:28.260Z | Downloaded oso-derive v0.27.3 |
813 | 2025-01-25T04:36:28.260Z | Downloaded subprocess v0.2.9 |
814 | 2025-01-25T04:36:28.262Z | Downloaded vte_generate_state_changes v0.1.2 |
815 | 2025-01-25T04:36:28.264Z | Downloaded num-rational v0.4.2 |
816 | 2025-01-25T04:36:28.267Z | Downloaded foreign-types v0.5.0 |
817 | 2025-01-25T04:36:28.267Z | Downloaded foreign-types v0.3.2 |
818 | 2025-01-25T04:36:28.269Z | Downloaded pem-rfc7468 v0.7.0 |
819 | 2025-01-25T04:36:28.269Z | Downloaded secrecy v0.10.3 |
820 | 2025-01-25T04:36:28.271Z | Downloaded pin-utils v0.1.0 |
821 | 2025-01-25T04:36:28.271Z | Downloaded flagset v0.4.6 |
822 | 2025-01-25T04:36:28.274Z | Downloaded nodrop v0.1.14 |
823 | 2025-01-25T04:36:28.274Z | Downloaded fixedbitset v0.4.2 |
824 | 2025-01-25T04:36:28.276Z | Downloaded ppv-lite86 v0.2.20 |
825 | 2025-01-25T04:36:28.279Z | Downloaded rand_core v0.6.4 |
826 | 2025-01-25T04:36:28.279Z | Downloaded snafu-derive v0.8.5 |
827 | 2025-01-25T04:36:28.281Z | Downloaded paste v1.0.15 |
828 | 2025-01-25T04:36:28.283Z | Downloaded num v0.4.3 |
829 | 2025-01-25T04:36:28.286Z | Downloaded secrecy v0.8.0 |
830 | 2025-01-25T04:36:28.286Z | Downloaded prettyplease v0.2.25 |
831 | 2025-01-25T04:36:28.289Z | Downloaded x509-cert v0.2.5 |
832 | 2025-01-25T04:36:28.296Z | Downloaded ed25519-dalek v2.1.1 |
833 | 2025-01-25T04:36:28.299Z | Downloaded try-lock v0.2.5 |
834 | 2025-01-25T04:36:28.301Z | Downloaded termtree v0.5.1 |
835 | 2025-01-25T04:36:28.305Z | Downloaded wait-timeout v0.2.0 |
836 | 2025-01-25T04:36:28.305Z | Downloaded tls_codec_derive v0.4.1 |
837 | 2025-01-25T04:36:28.308Z | Downloaded futures-channel v0.3.31 |
838 | 2025-01-25T04:36:28.308Z | Downloaded unicode-properties v0.1.3 |
839 | 2025-01-25T04:36:28.311Z | Downloaded sync_wrapper v1.0.1 |
840 | 2025-01-25T04:36:28.311Z | Downloaded typed-path v0.9.3 |
841 | 2025-01-25T04:36:28.316Z | Downloaded derive_more v0.99.18 |
842 | 2025-01-25T04:36:28.322Z | Downloaded endian-type v0.1.2 |
843 | 2025-01-25T04:36:28.324Z | Downloaded zone_cfg_derive v0.1.2 |
844 | 2025-01-25T04:36:28.324Z | Downloaded pin-project-lite v0.2.14 |
845 | 2025-01-25T04:36:28.328Z | Downloaded unicode_categories v0.1.1 |
846 | 2025-01-25T04:36:28.331Z | Downloaded expectorate v1.1.0 |
847 | 2025-01-25T04:36:28.333Z | Downloaded fallible-streaming-iterator v0.1.9 |
848 | 2025-01-25T04:36:28.335Z | Downloaded fallible-iterator v0.3.0 |
849 | 2025-01-25T04:36:28.335Z | Downloaded num_enum_derive v0.5.11 |
850 | 2025-01-25T04:36:28.338Z | Downloaded unarray v0.1.4 |
851 | 2025-01-25T04:36:28.340Z | Downloaded diff v0.1.13 |
852 | 2025-01-25T04:36:28.343Z | Downloaded tungstenite v0.23.0 |
853 | 2025-01-25T04:36:28.345Z | Downloaded num-complex v0.4.6 |
854 | 2025-01-25T04:36:28.348Z | Downloaded rustc-hash v1.1.0 |
855 | 2025-01-25T04:36:28.350Z | Downloaded smallvec v0.6.14 |
856 | 2025-01-25T04:36:28.351Z | Downloaded rustversion v1.0.17 |
857 | 2025-01-25T04:36:28.353Z | Downloaded darling_macro v0.20.10 |
858 | 2025-01-25T04:36:28.355Z | Downloaded rustls-pemfile v1.0.4 |
859 | 2025-01-25T04:36:28.357Z | Downloaded libxml v0.3.3 |
860 | 2025-01-25T04:36:28.362Z | Downloaded time v0.3.36 |
861 | 2025-01-25T04:36:28.370Z | Downloaded phf_shared v0.10.0 |
862 | 2025-01-25T04:36:28.372Z | Downloaded xattr v1.3.1 |
863 | 2025-01-25T04:36:28.372Z | Downloaded phf_generator v0.11.2 |
864 | 2025-01-25T04:36:28.375Z | Downloaded rfc6979 v0.4.0 |
865 | 2025-01-25T04:36:28.375Z | Downloaded heapless v0.7.17 |
866 | 2025-01-25T04:36:28.378Z | Downloaded synstructure v0.13.1 |
867 | 2025-01-25T04:36:28.380Z | Downloaded enum-as-inner v0.6.1 |
868 | 2025-01-25T04:36:28.383Z | Downloaded dyn-clone v1.0.17 |
869 | 2025-01-25T04:36:28.386Z | Downloaded dsl_auto_type v0.1.2 |
870 | 2025-01-25T04:36:28.386Z | Downloaded itertools v0.12.1 |
871 | 2025-01-25T04:36:28.392Z | Downloaded newline-converter v0.3.0 |
872 | 2025-01-25T04:36:28.394Z | Downloaded ed25519 v2.2.3 |
873 | 2025-01-25T04:36:28.396Z | Downloaded yoke-derive v0.7.4 |
874 | 2025-01-25T04:36:28.397Z | Downloaded defmt-macros v0.3.9 |
875 | 2025-01-25T04:36:28.399Z | Downloaded vsss-rs v3.3.4 |
876 | 2025-01-25T04:36:28.402Z | Downloaded ecdsa v0.16.9 |
877 | 2025-01-25T04:36:28.404Z | Downloaded openssl-macros v0.1.1 |
878 | 2025-01-25T04:36:28.407Z | Downloaded opaque-debug v0.3.1 |
879 | 2025-01-25T04:36:28.407Z | Downloaded new_debug_unreachable v1.0.6 |
880 | 2025-01-25T04:36:28.409Z | Downloaded postgres-types v0.2.8 |
881 | 2025-01-25T04:36:28.412Z | Downloaded serde_repr v0.1.19 |
882 | 2025-01-25T04:36:28.412Z | Downloaded serde_path_to_error v0.1.16 |
883 | 2025-01-25T04:36:28.414Z | Downloaded strum_macros v0.25.3 |
884 | 2025-01-25T04:36:28.417Z | Downloaded rayon-core v1.12.1 |
885 | 2025-01-25T04:36:28.419Z | Downloaded fd-lock v4.0.2 |
886 | 2025-01-25T04:36:28.421Z | Downloaded zone_cfg_derive v0.3.0 |
887 | 2025-01-25T04:36:28.423Z | Downloaded rustls-pemfile v2.2.0 |
888 | 2025-01-25T04:36:28.425Z | Downloaded blake3 v1.5.4 |
889 | 2025-01-25T04:36:28.432Z | Downloaded scopeguard v1.2.0 |
890 | 2025-01-25T04:36:28.435Z | Downloaded olpc-cjson v0.1.4 |
891 | 2025-01-25T04:36:28.435Z | Downloaded tough v0.19.0 |
892 | 2025-01-25T04:36:28.442Z | Downloaded tokio-native-tls v0.3.1 |
893 | 2025-01-25T04:36:28.445Z | Downloaded typify v0.2.0 |
894 | 2025-01-25T04:36:28.448Z | Downloaded rusty-fork v0.3.0 |
895 | 2025-01-25T04:36:28.451Z | Downloaded thiserror-impl-no-std v2.0.2 |
896 | 2025-01-25T04:36:28.451Z | Downloaded diesel_derives v2.2.3 |
897 | 2025-01-25T04:36:28.454Z | Downloaded darling_core v0.20.10 |
898 | 2025-01-25T04:36:28.461Z | Downloaded ff v0.13.0 |
899 | 2025-01-25T04:36:28.464Z | Downloaded postgres-protocol v0.6.7 |
900 | 2025-01-25T04:36:28.464Z | Downloaded vergen v8.3.2 |
901 | 2025-01-25T04:36:28.467Z | Downloaded fallible-iterator v0.2.0 |
902 | 2025-01-25T04:36:28.467Z | Downloaded slab v0.4.9 |
903 | 2025-01-25T04:36:28.469Z | Downloaded tokio-tungstenite v0.21.0 |
904 | 2025-01-25T04:36:28.472Z | Downloaded headers-core v0.3.0 |
905 | 2025-01-25T04:36:28.472Z | Downloaded serde_with_macros v3.11.0 |
906 | 2025-01-25T04:36:28.476Z | Downloaded postcard v1.0.10 |
907 | 2025-01-25T04:36:28.479Z | Downloaded stringprep v0.1.5 |
908 | 2025-01-25T04:36:28.479Z | Downloaded tokio-tungstenite v0.23.1 |
909 | 2025-01-25T04:36:28.483Z | Downloaded deranged v0.3.11 |
910 | 2025-01-25T04:36:28.483Z | Downloaded xz2 v0.1.7 |
911 | 2025-01-25T04:36:28.486Z | Downloaded ssh-encoding v0.2.0 |
912 | 2025-01-25T04:36:28.486Z | Downloaded nibble_vec v0.1.0 |
913 | 2025-01-25T04:36:28.486Z | Downloaded schemars_derive v0.8.21 |
914 | 2025-01-25T04:36:28.489Z | Downloaded poly1305 v0.8.0 |
915 | 2025-01-25T04:36:28.492Z | Downloaded pkcs1 v0.7.5 |
916 | 2025-01-25T04:36:28.495Z | Downloaded tokio-rustls v0.25.0 |
917 | 2025-01-25T04:36:28.495Z | Downloaded string_cache v0.8.7 |
918 | 2025-01-25T04:36:28.498Z | Downloaded phf_shared v0.11.2 |
919 | 2025-01-25T04:36:28.498Z | Downloaded serde-big-array v0.5.1 |
920 | 2025-01-25T04:36:28.498Z | Downloaded newtype-uuid v1.2.1 |
921 | 2025-01-25T04:36:28.501Z | Downloaded publicsuffix v2.3.0 |
922 | 2025-01-25T04:36:28.506Z | Downloaded rand v0.8.5 |
923 | 2025-01-25T04:36:28.506Z | Downloaded whoami v1.5.2 |
924 | 2025-01-25T04:36:28.509Z | Downloaded tar v0.4.42 |
925 | 2025-01-25T04:36:28.512Z | Downloaded utf16_iter v1.0.5 |
926 | 2025-01-25T04:36:28.512Z | Downloaded utf-8 v0.7.6 |
927 | 2025-01-25T04:36:28.512Z | Downloaded rustc-demangle v0.1.24 |
928 | 2025-01-25T04:36:28.515Z | Downloaded sync-ptr v0.1.1 |
929 | 2025-01-25T04:36:28.515Z | Downloaded openssl-probe v0.1.5 |
930 | 2025-01-25T04:36:28.520Z | Downloaded serde_with v3.11.0 |
931 | 2025-01-25T04:36:28.525Z | Downloaded toolchain_find v0.4.0 |
932 | 2025-01-25T04:36:28.528Z | Downloaded powerfmt v0.2.0 |
933 | 2025-01-25T04:36:28.528Z | Downloaded tungstenite v0.24.0 |
934 | 2025-01-25T04:36:28.538Z | Downloaded fxhash v0.2.1 |
935 | 2025-01-25T04:36:28.538Z | Downloaded aws-lc-rs v1.10.0 |
936 | 2025-01-25T04:36:28.544Z | Downloaded scrypt v0.11.0 |
937 | 2025-01-25T04:36:28.544Z | Downloaded progenitor-macro v0.9.1 |
938 | 2025-01-25T04:36:28.544Z | Downloaded flate2 v1.0.35 |
939 | 2025-01-25T04:36:28.555Z | Downloaded shlex v1.3.0 |
940 | 2025-01-25T04:36:28.555Z | Downloaded parse-display-derive v0.10.0 |
941 | 2025-01-25T04:36:28.555Z | Downloaded glob v0.3.1 |
942 | 2025-01-25T04:36:28.555Z | Downloaded toml v0.7.8 |
943 | 2025-01-25T04:36:28.558Z | Downloaded reqwest v0.12.9 |
944 | 2025-01-25T04:36:28.561Z | Downloaded parse-size v1.1.0 |
945 | 2025-01-25T04:36:28.563Z | Downloaded zerovec-derive v0.10.3 |
946 | 2025-01-25T04:36:28.565Z | Downloaded hkdf v0.12.4 |
947 | 2025-01-25T04:36:28.567Z | Downloaded unicode-segmentation v1.12.0 |
948 | 2025-01-25T04:36:28.571Z | Downloaded packed_struct v0.10.1 |
949 | 2025-01-25T04:36:28.573Z | Downloaded sha1 v0.10.6 |
950 | 2025-01-25T04:36:28.573Z | Downloaded foreign-types-macros v0.2.3 |
951 | 2025-01-25T04:36:28.582Z | Downloaded env_filter v0.1.2 |
952 | 2025-01-25T04:36:28.582Z | Downloaded value-bag v1.9.0 |
953 | 2025-01-25T04:36:28.582Z | Downloaded sqlformat v0.2.6 |
954 | 2025-01-25T04:36:28.582Z | Downloaded tracing v0.1.40 |
955 | 2025-01-25T04:36:28.584Z | Downloaded thiserror-no-std v2.0.2 |
956 | 2025-01-25T04:36:28.589Z | Downloaded dropshot_endpoint v0.12.0 |
957 | 2025-01-25T04:36:28.592Z | Downloaded topological-sort v0.2.2 |
958 | 2025-01-25T04:36:28.592Z | Downloaded data-encoding v2.6.0 |
959 | 2025-01-25T04:36:28.595Z | Downloaded spin v0.9.8 |
960 | 2025-01-25T04:36:28.597Z | Downloaded omicron-zone-package v0.12.0 |
961 | 2025-01-25T04:36:28.599Z | Downloaded dropshot_endpoint v0.15.1 |
962 | 2025-01-25T04:36:28.602Z | Downloaded serde_yaml v0.9.34+deprecated |
963 | 2025-01-25T04:36:28.605Z | Downloaded oso v0.27.3 |
964 | 2025-01-25T04:36:28.608Z | Downloaded half v2.4.1 |
965 | 2025-01-25T04:36:28.610Z | Downloaded der_derive v0.7.3 |
966 | 2025-01-25T04:36:28.615Z | Downloaded openssl-sys v0.9.103 |
967 | 2025-01-25T04:36:28.618Z | Downloaded headers v0.4.0 |
968 | 2025-01-25T04:36:28.621Z | Downloaded sqlparser v0.45.0 |
969 | 2025-01-25T04:36:28.627Z | Downloaded packed_struct_codegen v0.10.1 |
970 | 2025-01-25T04:36:28.630Z | Downloaded samael v0.0.17 |
971 | 2025-01-25T04:36:28.634Z | Downloaded native-tls v0.2.12 |
972 | 2025-01-25T04:36:28.638Z | Downloaded time-macros v0.2.18 |
973 | 2025-01-25T04:36:28.638Z | Downloaded fatfs v0.3.6 |
974 | 2025-01-25T04:36:28.640Z | Downloaded russh v0.45.0 |
975 | 2025-01-25T04:36:28.646Z | Downloaded pin-project v1.1.6 |
976 | 2025-01-25T04:36:28.660Z | Downloaded tokio-postgres v0.7.12 |
977 | 2025-01-25T04:36:28.664Z | Downloaded signal-hook v0.3.17 |
978 | 2025-01-25T04:36:28.667Z | Downloaded bindgen v0.69.5 |
979 | 2025-01-25T04:36:28.671Z | Downloaded ssh-key v0.6.6 |
980 | 2025-01-25T04:36:28.678Z | Downloaded quick-xml v0.33.0 |
981 | 2025-01-25T04:36:28.684Z | Downloaded zerocopy v0.6.6 |
982 | 2025-01-25T04:36:28.687Z | Downloaded chrono v0.4.39 |
983 | 2025-01-25T04:36:28.694Z | Downloaded num-bigint-dig v0.8.4 |
984 | 2025-01-25T04:36:28.699Z | Downloaded nom v7.1.3 |
985 | 2025-01-25T04:36:28.704Z | Downloaded toml_edit v0.19.15 |
986 | 2025-01-25T04:36:28.723Z | Downloaded unicode-bidi v0.3.17 |
987 | 2025-01-25T04:36:28.727Z | Downloaded tracing-core v0.1.32 |
988 | 2025-01-25T04:36:28.727Z | Downloaded snafu v0.8.5 |
989 | 2025-01-25T04:36:28.733Z | Downloaded steno v0.4.1 |
990 | 2025-01-25T04:36:28.735Z | Downloaded zip v0.6.6 |
991 | 2025-01-25T04:36:28.738Z | Downloaded der v0.7.9 |
992 | 2025-01-25T04:36:28.744Z | Downloaded parse-zoneinfo v0.3.1 |
993 | 2025-01-25T04:36:28.746Z | Downloaded zip v2.1.3 |
994 | 2025-01-25T04:36:28.750Z | Downloaded hashbrown v0.13.2 |
995 | 2025-01-25T04:36:28.755Z | Downloaded hashbrown v0.12.3 |
996 | 2025-01-25T04:36:28.759Z | Downloaded tokio-util v0.7.12 |
997 | 2025-01-25T04:36:28.766Z | Downloaded hashbrown v0.14.5 |
998 | 2025-01-25T04:36:28.771Z | Downloaded lalrpop v0.19.12 |
999 | 2025-01-25T04:36:28.783Z | Downloaded rustyline v14.0.0 |
1000 | 2025-01-25T04:36:28.788Z | Downloaded p521 v0.13.3 |
1001 | 2025-01-25T04:36:28.791Z | Downloaded winnow v0.5.40 |
1002 | 2025-01-25T04:36:28.800Z | Downloaded rayon v1.10.0 |
1003 | 2025-01-25T04:36:28.811Z | Downloaded portable-atomic v1.9.0 |
1004 | 2025-01-25T04:36:28.817Z | Downloaded quinn-proto v0.11.8 |
1005 | 2025-01-25T04:36:28.823Z | Downloaded bitvec v1.0.1 |
1006 | 2025-01-25T04:36:28.838Z | Downloaded proptest v1.5.0 |
1007 | 2025-01-25T04:36:28.847Z | Downloaded petname v2.0.2 |
1008 | 2025-01-25T04:36:28.853Z | Downloaded curve25519-dalek v4.1.3 |
1009 | 2025-01-25T04:36:28.861Z | Downloaded pin-project-internal v1.1.6 |
1010 | 2025-01-25T04:36:28.864Z | Downloaded gethostname v0.5.0 |
1011 | 2025-01-25T04:36:28.867Z | Downloaded unicase v2.7.0 |
1012 | 2025-01-25T04:36:28.867Z | Downloaded resolv-conf v0.7.0 |
1013 | 2025-01-25T04:36:28.869Z | Downloaded rustls-webpki v0.101.7 |
1014 | 2025-01-25T04:36:28.881Z | Downloaded unicode-width v0.2.0 |
1015 | 2025-01-25T04:36:28.887Z | Downloaded num-bigint v0.4.6 |
1016 | 2025-01-25T04:36:28.891Z | Downloaded progenitor-macro v0.8.0 |
1017 | 2025-01-25T04:36:28.894Z | Downloaded slog-async v2.8.0 |
1018 | 2025-01-25T04:36:28.894Z | Downloaded salty v0.3.0 |
1019 | 2025-01-25T04:36:28.900Z | Downloaded hash32 v0.2.1 |
1020 | 2025-01-25T04:36:28.902Z | Downloaded semver v0.1.20 |
1021 | 2025-01-25T04:36:28.902Z | Downloaded password-hash v0.4.2 |
1022 | 2025-01-25T04:36:28.905Z | Downloaded h2 v0.4.6 |
1023 | 2025-01-25T04:36:28.911Z | Downloaded unicode-normalization v0.1.24 |
1024 | 2025-01-25T04:36:28.914Z | Downloaded zerovec v0.10.4 |
1025 | 2025-01-25T04:36:28.920Z | Downloaded rusqlite v0.32.1 |
1026 | 2025-01-25T04:36:28.926Z | Downloaded rustls-webpki v0.102.8 |
1027 | 2025-01-25T04:36:28.944Z | Downloaded futures-util v0.3.31 |
1028 | 2025-01-25T04:36:28.955Z | Downloaded object v0.36.5 |
1029 | 2025-01-25T04:36:28.967Z | Downloaded regex v1.11.1 |
1030 | 2025-01-25T04:36:28.979Z | Downloaded openssl v0.10.66 |
1031 | 2025-01-25T04:36:28.988Z | Downloaded radix_trie v0.2.1 |
1032 | 2025-01-25T04:36:28.993Z | Downloaded vcpkg v0.2.15 |
1033 | 2025-01-25T04:36:29.029Z | Downloaded zerocopy v0.8.10 |
1034 | 2025-01-25T04:36:29.052Z | Downloaded object v0.30.4 |
1035 | 2025-01-25T04:36:29.061Z | Downloaded nix v0.29.0 |
1036 | 2025-01-25T04:36:29.075Z | Downloaded smoltcp v0.9.1 |
1037 | 2025-01-25T04:36:29.082Z | Downloaded webpki-roots v0.26.6 |
1038 | 2025-01-25T04:36:29.086Z | Downloaded nix v0.27.1 |
1039 | 2025-01-25T04:36:29.098Z | Downloaded diesel v2.2.6 |
1040 | 2025-01-25T04:36:29.115Z | Downloaded regex-syntax v0.6.29 |
1041 | 2025-01-25T04:36:29.122Z | Downloaded openapiv3 v2.0.0 |
1042 | 2025-01-25T04:36:29.135Z | Downloaded regress v0.10.1 |
1043 | 2025-01-25T04:36:29.143Z | Downloaded rustls v0.23.19 |
1044 | 2025-01-25T04:36:29.156Z | Downloaded dropshot v0.15.1 |
1045 | 2025-01-25T04:36:29.176Z | Downloaded smoltcp v0.11.0 |
1046 | 2025-01-25T04:36:29.274Z | Downloaded regex-syntax v0.8.5 |
1047 | 2025-01-25T04:36:29.290Z | Downloaded zerocopy-derive v0.6.6 |
1048 | 2025-01-25T04:36:29.290Z | Downloaded polar-core v0.27.3 |
1049 | 2025-01-25T04:36:29.290Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1050 | 2025-01-25T04:36:29.290Z | Downloaded typify-impl v0.3.0 |
1051 | 2025-01-25T04:36:29.290Z | Downloaded nix v0.28.0 |
1052 | 2025-01-25T04:36:29.290Z | Downloaded typify-impl v0.2.0 |
1053 | 2025-01-25T04:36:29.290Z | Downloaded dropshot v0.12.0 |
1054 | 2025-01-25T04:36:29.297Z | Downloaded hickory-proto v0.24.2 |
1055 | 2025-01-25T04:36:29.306Z | Downloaded sled v0.34.7 |
1056 | 2025-01-25T04:36:29.310Z | Downloaded ratatui v0.28.1 |
1057 | 2025-01-25T04:36:29.328Z | Downloaded gimli v0.31.1 |
1058 | 2025-01-25T04:36:29.337Z | Downloaded regress v0.9.1 |
1059 | 2025-01-25T04:36:29.345Z | Downloaded git2 v0.19.0 |
1060 | 2025-01-25T04:36:29.353Z | Downloaded regex-automata v0.4.8 |
1061 | 2025-01-25T04:36:29.369Z | Downloaded p384 v0.13.0 |
1062 | 2025-01-25T04:36:29.375Z | Downloaded rustls v0.22.4 |
1063 | 2025-01-25T04:36:29.388Z | Downloaded lzma-sys v0.1.20 |
1064 | 2025-01-25T04:36:29.416Z | Downloaded bstr v1.10.0 |
1065 | 2025-01-25T04:36:29.427Z | Downloaded chrono-tz v0.10.1 |
1066 | 2025-01-25T04:36:29.433Z | Downloaded csv v1.3.0 |
1067 | 2025-01-25T04:36:29.453Z | Downloaded petgraph v0.6.5 |
1068 | 2025-01-25T04:36:29.471Z | Downloaded rustls v0.21.12 |
1069 | 2025-01-25T04:36:29.480Z | Downloaded debug-ignore v1.0.5 |
1070 | 2025-01-25T04:36:29.483Z | Downloaded vte v0.11.1 |
1071 | 2025-01-25T04:36:29.486Z | Downloaded rsa v0.9.6 |
1072 | 2025-01-25T04:36:29.489Z | Downloaded itertools v0.13.0 |
1073 | 2025-01-25T04:36:29.498Z | Downloaded libz-sys v1.1.20 |
1074 | 2025-01-25T04:36:29.515Z | Downloaded aes-gcm v0.10.3 |
1075 | 2025-01-25T04:36:29.520Z | Downloaded tokio v1.43.0 |
1076 | 2025-01-25T04:36:29.556Z | Downloaded sha3 v0.10.8 |
1077 | 2025-01-25T04:36:29.560Z | Downloaded getrandom v0.2.15 |
1078 | 2025-01-25T04:36:29.562Z | Downloaded url v2.5.3 |
1079 | 2025-01-25T04:36:29.567Z | Downloaded password-hash v0.5.0 |
1080 | 2025-01-25T04:36:29.570Z | Downloaded progenitor-impl v0.9.1 |
1081 | 2025-01-25T04:36:29.570Z | Downloaded reedline v0.35.0 |
1082 | 2025-01-25T04:36:29.575Z | Downloaded idna v1.0.3 |
1083 | 2025-01-25T04:36:29.579Z | Downloaded rustc_version v0.1.7 |
1084 | 2025-01-25T04:36:29.582Z | Downloaded tracing-attributes v0.1.27 |
1085 | 2025-01-25T04:36:29.585Z | Downloaded des v0.8.1 |
1086 | 2025-01-25T04:36:29.585Z | Downloaded flume v0.11.1 |
1087 | 2025-01-25T04:36:29.588Z | Downloaded spki v0.7.3 |
1088 | 2025-01-25T04:36:29.590Z | Downloaded smallvec v1.13.2 |
1089 | 2025-01-25T04:36:29.595Z | Downloaded slog-term v2.9.1 |
1090 | 2025-01-25T04:36:29.595Z | Downloaded predicates-tree v1.0.11 |
1091 | 2025-01-25T04:36:29.598Z | Downloaded predicates-core v1.0.8 |
1092 | 2025-01-25T04:36:29.598Z | Downloaded term v0.7.0 |
1093 | 2025-01-25T04:36:29.598Z | Downloaded parking_lot v0.12.3 |
1094 | 2025-01-25T04:36:29.601Z | Downloaded foldhash v0.1.3 |
1095 | 2025-01-25T04:36:29.601Z | Downloaded dirs-sys-next v0.1.2 |
1096 | 2025-01-25T04:36:29.604Z | Downloaded libm v0.2.8 |
1097 | 2025-01-25T04:36:29.609Z | Downloaded quinn v0.11.5 |
1098 | 2025-01-25T04:36:29.612Z | Downloaded rand_xorshift v0.3.0 |
1099 | 2025-01-25T04:36:29.615Z | Downloaded dirs-next v2.0.0 |
1100 | 2025-01-25T04:36:29.615Z | Downloaded tokio-rustls v0.26.0 |
1101 | 2025-01-25T04:36:29.618Z | Downloaded thiserror v2.0.11 |
1102 | 2025-01-25T04:36:29.621Z | Downloaded pbkdf2 v0.11.0 |
1103 | 2025-01-25T04:36:29.624Z | Downloaded itertools v0.10.5 |
1104 | 2025-01-25T04:36:29.628Z | Downloaded mio v1.0.2 |
1105 | 2025-01-25T04:36:29.635Z | Downloaded minimal-lexical v0.2.1 |
1106 | 2025-01-25T04:36:29.639Z | Downloaded sct v0.7.1 |
1107 | 2025-01-25T04:36:29.643Z | Downloaded zopfli v0.8.1 |
1108 | 2025-01-25T04:36:29.648Z | Downloaded typify v0.3.0 |
1109 | 2025-01-25T04:36:29.648Z | Downloaded p256 v0.13.2 |
1110 | 2025-01-25T04:36:29.653Z | Downloaded universal-hash v0.5.1 |
1111 | 2025-01-25T04:36:29.653Z | Downloaded serde_derive_internals v0.29.1 |
1112 | 2025-01-25T04:36:29.658Z | Downloaded parking_lot v0.11.2 |
1113 | 2025-01-25T04:36:29.658Z | Downloaded signal-hook-mio v0.2.4 |
1114 | 2025-01-25T04:36:29.658Z | Downloaded path-slash v0.1.5 |
1115 | 2025-01-25T04:36:29.658Z | Downloaded rtoolbox v0.0.2 |
1116 | 2025-01-25T04:36:29.658Z | Downloaded ena v0.14.3 |
1117 | 2025-01-25T04:36:29.662Z | Downloaded futures v0.3.31 |
1118 | 2025-01-25T04:36:29.665Z | Downloaded elliptic-curve v0.13.8 |
1119 | 2025-01-25T04:36:29.668Z | Downloaded multimap v0.10.0 |
1120 | 2025-01-25T04:36:29.668Z | Downloaded futures-core v0.3.31 |
1121 | 2025-01-25T04:36:29.668Z | Downloaded fs_extra v1.3.0 |
1122 | 2025-01-25T04:36:29.674Z | Downloaded miniz_oxide v0.8.0 |
1123 | 2025-01-25T04:36:29.674Z | Downloaded slog-dtrace v0.3.0 |
1124 | 2025-01-25T04:36:29.674Z | Downloaded hashlink v0.9.1 |
1125 | 2025-01-25T04:36:29.677Z | Downloaded derive_builder v0.20.2 |
1126 | 2025-01-25T04:36:29.681Z | Downloaded uuid v1.12.0 |
1127 | 2025-01-25T04:36:29.685Z | Downloaded cc v1.1.30 |
1128 | 2025-01-25T04:36:29.685Z | Downloaded structmeta-derive v0.3.0 |
1129 | 2025-01-25T04:36:29.691Z | Downloaded structmeta-derive v0.2.0 |
1130 | 2025-01-25T04:36:29.691Z | Downloaded structmeta v0.3.0 |
1131 | 2025-01-25T04:36:29.691Z | Downloaded structmeta v0.2.0 |
1132 | 2025-01-25T04:36:29.691Z | Downloaded encoding_rs v0.8.34 |
1133 | 2025-01-25T04:36:29.708Z | Downloaded strip-ansi-escapes v0.2.0 |
1134 | 2025-01-25T04:36:29.711Z | Downloaded slog-json v2.6.1 |
1135 | 2025-01-25T04:36:29.711Z | Downloaded globset v0.4.15 |
1136 | 2025-01-25T04:36:29.715Z | Downloaded env_logger v0.11.5 |
1137 | 2025-01-25T04:36:29.718Z | Downloaded env_logger v0.10.2 |
1138 | 2025-01-25T04:36:29.718Z | Downloaded icu_locid_transform_data v1.5.0 |
1139 | 2025-01-25T04:36:29.721Z | Downloaded iana-time-zone v0.1.61 |
1140 | 2025-01-25T04:36:29.721Z | Downloaded crossbeam-channel v0.5.13 |
1141 | 2025-01-25T04:36:29.727Z | Downloaded base64 v0.22.1 |
1142 | 2025-01-25T04:36:29.732Z | Downloaded mockall v0.13.0 |
1143 | 2025-01-25T04:36:29.732Z | Downloaded litrs v0.4.1 |
1144 | 2025-01-25T04:36:29.735Z | Downloaded rustfmt-wrapper v0.2.1 |
1145 | 2025-01-25T04:36:29.735Z | Downloaded progenitor v0.8.0 |
1146 | 2025-01-25T04:36:29.735Z | Downloaded serde_plain v1.0.2 |
1147 | 2025-01-25T04:36:29.735Z | Downloaded same-file v1.0.6 |
1148 | 2025-01-25T04:36:29.738Z | Downloaded quick-error v1.2.3 |
1149 | 2025-01-25T04:36:29.738Z | Downloaded proc-macro-crate v1.3.1 |
1150 | 2025-01-25T04:36:29.738Z | Downloaded owo-colors v4.1.0 |
1151 | 2025-01-25T04:36:29.743Z | Downloaded displaydoc v0.2.5 |
1152 | 2025-01-25T04:36:29.747Z | Downloaded derive_builder_core v0.20.2 |
1153 | 2025-01-25T04:36:29.747Z | Downloaded bumpalo v3.16.0 |
1154 | 2025-01-25T04:36:29.749Z | Downloaded base64 v0.21.7 |
1155 | 2025-01-25T04:36:29.753Z | Downloaded similar v2.6.0 |
1156 | 2025-01-25T04:36:29.756Z | Downloaded crypto-bigint v0.5.5 |
1157 | 2025-01-25T04:36:29.762Z | Downloaded pem v3.0.4 |
1158 | 2025-01-25T04:36:29.766Z | Downloaded peg v0.8.4 |
1159 | 2025-01-25T04:36:29.769Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1160 | 2025-01-25T04:36:29.824Z | Downloaded fragile v2.0.0 |
1161 | 2025-01-25T04:36:29.826Z | Downloaded lock_api v0.4.12 |
1162 | 2025-01-25T04:36:29.827Z | Downloaded allocator-api2 v0.2.18 |
1163 | 2025-01-25T04:36:29.831Z | Downloaded icu_locid_transform v1.5.0 |
1164 | 2025-01-25T04:36:29.834Z | Downloaded group v0.13.0 |
1165 | 2025-01-25T04:36:29.834Z | Downloaded tokio-tungstenite v0.24.0 |
1166 | 2025-01-25T04:36:29.836Z | Downloaded sec1 v0.7.3 |
1167 | 2025-01-25T04:36:29.836Z | Downloaded multer v3.1.0 |
1168 | 2025-01-25T04:36:29.839Z | Downloaded linear-map v1.2.0 |
1169 | 2025-01-25T04:36:29.842Z | Downloaded highway v1.2.0 |
1170 | 2025-01-25T04:36:29.842Z | Downloaded icu_properties_data v1.5.0 |
1171 | 2025-01-25T04:36:29.852Z | Downloaded console v0.15.8 |
1172 | 2025-01-25T04:36:29.854Z | Downloaded clang-sys v1.8.1 |
1173 | 2025-01-25T04:36:29.858Z | Downloaded colored v2.1.0 |
1174 | 2025-01-25T04:36:29.861Z | Downloaded httpdate v1.0.3 |
1175 | 2025-01-25T04:36:29.861Z | Downloaded cookie_store v0.21.1 |
1176 | 2025-01-25T04:36:29.865Z | Downloaded argon2 v0.5.3 |
1177 | 2025-01-25T04:36:30.065Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2025-01-25T04:36:30.189Z | Downloaded ring v0.17.8 |
1179 | 2025-01-25T04:36:30.504Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2025-01-25T04:36:30.812Z | Compiling serde v1.0.217 |
1181 | 2025-01-25T04:36:30.815Z | Compiling lock_api v0.4.12 |
1182 | 2025-01-25T04:36:30.815Z | Compiling scopeguard v1.2.0 |
1183 | 2025-01-25T04:36:30.815Z | Compiling value-bag v1.9.0 |
1184 | 2025-01-25T04:36:30.815Z | Compiling typenum v1.17.0 |
1185 | 2025-01-25T04:36:30.815Z | Compiling generic-array v0.14.7 |
1186 | 2025-01-25T04:36:31.009Z | Compiling syn v2.0.96 |
1187 | 2025-01-25T04:36:31.023Z | Compiling getrandom v0.2.15 |
1188 | 2025-01-25T04:36:31.151Z | Compiling shlex v1.3.0 |
1189 | 2025-01-25T04:36:31.325Z | Compiling rand_core v0.6.4 |
1190 | 2025-01-25T04:36:31.518Z | Compiling log v0.4.22 |
1191 | 2025-01-25T04:36:31.537Z | Compiling subtle v2.6.1 |
1192 | 2025-01-25T04:36:31.537Z | Compiling jobserver v0.1.32 |
1193 | 2025-01-25T04:36:31.555Z | Compiling smallvec v1.13.2 |
1194 | 2025-01-25T04:36:31.870Z | Compiling const-oid v0.9.6 |
1195 | 2025-01-25T04:36:31.963Z | Compiling spin v0.9.8 |
1196 | 2025-01-25T04:36:32.009Z | Compiling pin-project-lite v0.2.14 |
1197 | 2025-01-25T04:36:32.069Z | Compiling cc v1.1.30 |
1198 | 2025-01-25T04:36:32.160Z | Compiling rustix v0.38.37 |
1199 | 2025-01-25T04:36:32.339Z | Compiling parking_lot_core v0.9.10 |
1200 | 2025-01-25T04:36:32.360Z | Compiling futures-core v0.3.31 |
1201 | 2025-01-25T04:36:32.540Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2025-01-25T04:36:32.653Z | Compiling mio v1.0.2 |
1203 | 2025-01-25T04:36:33.008Z | Compiling aho-corasick v1.1.3 |
1204 | 2025-01-25T04:36:33.297Z | Compiling parking_lot v0.12.3 |
1205 | 2025-01-25T04:36:33.364Z | Compiling regex-syntax v0.8.5 |
1206 | 2025-01-25T04:36:33.419Z | Compiling cpufeatures v0.2.14 |
1207 | 2025-01-25T04:36:33.528Z | Compiling either v1.13.0 |
1208 | 2025-01-25T04:36:33.785Z | Compiling stable_deref_trait v1.2.0 |
1209 | 2025-01-25T04:36:33.920Z | Compiling lazy_static v1.5.0 |
1210 | 2025-01-25T04:36:33.970Z | Compiling glob v0.3.1 |
1211 | 2025-01-25T04:36:34.061Z | Compiling futures-sink v0.3.31 |
1212 | 2025-01-25T04:36:34.082Z | Compiling socket2 v0.5.7 |
1213 | 2025-01-25T04:36:34.205Z | Compiling slab v0.4.9 |
1214 | 2025-01-25T04:36:34.232Z | Compiling prettyplease v0.2.25 |
1215 | 2025-01-25T04:36:34.587Z | Compiling serde_json v1.0.135 |
1216 | 2025-01-25T04:36:34.666Z | Compiling minimal-lexical v0.2.1 |
1217 | 2025-01-25T04:36:34.888Z | Compiling clang-sys v1.8.1 |
1218 | 2025-01-25T04:36:34.951Z | Compiling libloading v0.8.5 |
1219 | 2025-01-25T04:36:35.167Z | Compiling nom v7.1.3 |
1220 | 2025-01-25T04:36:35.239Z | Compiling bindgen v0.69.5 |
1221 | 2025-01-25T04:36:35.352Z | Compiling home v0.5.9 |
1222 | 2025-01-25T04:36:35.626Z | Compiling futures-channel v0.3.31 |
1223 | 2025-01-25T04:36:36.011Z | Compiling itertools v0.12.1 |
1224 | 2025-01-25T04:36:36.028Z | Compiling lazycell v1.3.0 |
1225 | 2025-01-25T04:36:36.083Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-25T04:36:36.217Z | Compiling futures-io v0.3.31 |
1227 | 2025-01-25T04:36:36.389Z | Compiling futures-task v0.3.31 |
1228 | 2025-01-25T04:36:36.511Z | Compiling rustc-hash v1.1.0 |
1229 | 2025-01-25T04:36:36.668Z | Compiling allocator-api2 v0.2.18 |
1230 | 2025-01-25T04:36:36.693Z | Compiling libm v0.2.8 |
1231 | 2025-01-25T04:36:37.022Z | Compiling pin-utils v0.1.0 |
1232 | 2025-01-25T04:36:37.138Z | Compiling regex-automata v0.4.8 |
1233 | 2025-01-25T04:36:37.476Z | Compiling hashbrown v0.15.1 |
1234 | 2025-01-25T04:36:37.975Z | Compiling cmake v0.1.51 |
1235 | 2025-01-25T04:36:38.571Z | Compiling synstructure v0.13.1 |
1236 | 2025-01-25T04:36:38.854Z | Compiling cexpr v0.6.0 |
1237 | 2025-01-25T04:36:38.888Z | Compiling num-traits v0.2.19 |
1238 | 2025-01-25T04:36:39.175Z | Compiling fs_extra v1.3.0 |
1239 | 2025-01-25T04:36:39.722Z | Compiling pkg-config v0.3.31 |
1240 | 2025-01-25T04:36:39.754Z | Compiling dunce v1.0.5 |
1241 | 2025-01-25T04:36:40.133Z | Compiling litemap v0.7.3 |
1242 | 2025-01-25T04:36:40.516Z | Compiling writeable v0.5.5 |
1243 | 2025-01-25T04:36:40.530Z | Compiling ring v0.17.8 |
1244 | 2025-01-25T04:36:41.087Z | Compiling paste v1.0.15 |
1245 | 2025-01-25T04:36:41.317Z | Compiling base64ct v1.6.0 |
1246 | 2025-01-25T04:36:41.457Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-01-25T04:36:41.662Z | Compiling httparse v1.9.5 |
1248 | 2025-01-25T04:36:41.903Z | Compiling pem-rfc7468 v0.7.0 |
1249 | 2025-01-25T04:36:41.925Z | Compiling icu_locid_transform_data v1.5.0 |
1250 | 2025-01-25T04:36:42.024Z | Compiling flagset v0.4.6 |
1251 | 2025-01-25T04:36:42.454Z | Compiling regex v1.11.1 |
1252 | 2025-01-25T04:36:42.493Z | Compiling tracing-core v0.1.32 |
1253 | 2025-01-25T04:36:42.765Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2025-01-25T04:36:43.271Z | Compiling rustls-pki-types v1.10.0 |
1255 | 2025-01-25T04:36:43.319Z | Compiling icu_properties_data v1.5.0 |
1256 | 2025-01-25T04:36:43.362Z | Compiling percent-encoding v2.3.1 |
1257 | 2025-01-25T04:36:43.644Z | Compiling vcpkg v0.2.15 |
1258 | 2025-01-25T04:36:43.681Z | Compiling untrusted v0.7.1 |
1259 | 2025-01-25T04:36:43.879Z | Compiling num-conv v0.1.0 |
1260 | 2025-01-25T04:36:44.149Z | Compiling serde_derive v1.0.217 |
1261 | 2025-01-25T04:36:44.170Z | Compiling zeroize_derive v1.4.2 |
1262 | 2025-01-25T04:36:44.173Z | Compiling zerocopy-derive v0.7.35 |
1263 | 2025-01-25T04:36:44.308Z | Compiling tokio-macros v2.5.0 |
1264 | 2025-01-25T04:36:45.310Z | Compiling zerofrom-derive v0.1.4 |
1265 | 2025-01-25T04:36:45.573Z | Compiling zeroize v1.8.1 |
1266 | 2025-01-25T04:36:45.764Z | Compiling yoke-derive v0.7.4 |
1267 | 2025-01-25T04:36:45.900Z | Compiling zerovec-derive v0.10.3 |
1268 | 2025-01-25T04:36:45.970Z | Compiling zerocopy v0.7.35 |
1269 | 2025-01-25T04:36:47.103Z | Compiling crypto-common v0.1.6 |
1270 | 2025-01-25T04:36:47.348Z | Compiling block-buffer v0.10.4 |
1271 | 2025-01-25T04:36:47.366Z | Compiling thiserror-impl v1.0.69 |
1272 | 2025-01-25T04:36:47.610Z | Compiling digest v0.10.7 |
1273 | 2025-01-25T04:36:47.735Z | Compiling displaydoc v0.2.5 |
1274 | 2025-01-25T04:36:48.054Z | Compiling hmac v0.12.1 |
1275 | 2025-01-25T04:36:48.319Z | Compiling futures-macro v0.3.31 |
1276 | 2025-01-25T04:36:48.366Z | Compiling block-padding v0.3.3 |
1277 | 2025-01-25T04:36:48.482Z | Compiling sha2 v0.10.8 |
1278 | 2025-01-25T04:36:48.603Z | Compiling inout v0.1.3 |
1279 | 2025-01-25T04:36:48.796Z | Compiling zerofrom v0.1.4 |
1280 | 2025-01-25T04:36:48.884Z | Compiling cipher v0.4.4 |
1281 | 2025-01-25T04:36:48.997Z | Compiling yoke v0.7.4 |
1282 | 2025-01-25T04:36:49.128Z | Compiling icu_provider_macros v1.5.0 |
1283 | 2025-01-25T04:36:49.340Z | Compiling zerovec v0.10.4 |
1284 | 2025-01-25T04:36:49.455Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2025-01-25T04:36:49.972Z | Compiling futures-util v0.3.31 |
1286 | 2025-01-25T04:36:50.099Z | Compiling der_derive v0.7.3 |
1287 | 2025-01-25T04:36:50.126Z | Compiling rand_chacha v0.3.1 |
1288 | 2025-01-25T04:36:50.212Z | Compiling thiserror v1.0.69 |
1289 | 2025-01-25T04:36:50.370Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-01-25T04:36:51.320Z | Compiling tinystr v0.7.6 |
1291 | 2025-01-25T04:36:51.725Z | Compiling icu_locid v1.5.0 |
1292 | 2025-01-25T04:36:52.014Z | Compiling icu_collections v1.5.0 |
1293 | 2025-01-25T04:36:52.237Z | Compiling rand v0.8.5 |
1294 | 2025-01-25T04:36:52.339Z | Compiling der v0.7.9 |
1295 | 2025-01-25T04:36:53.316Z | Compiling icu_provider v1.5.0 |
1296 | 2025-01-25T04:36:53.637Z | Compiling tracing v0.1.40 |
1297 | 2025-01-25T04:36:53.938Z | Compiling pest v2.7.14 |
1298 | 2025-01-25T04:36:54.139Z | Compiling icu_locid_transform v1.5.0 |
1299 | 2025-01-25T04:36:54.160Z | Compiling salsa20 v0.10.2 |
1300 | 2025-01-25T04:36:54.229Z | Compiling pbkdf2 v0.12.2 |
1301 | 2025-01-25T04:36:54.402Z | Compiling spki v0.7.3 |
1302 | 2025-01-25T04:36:54.423Z | Compiling time-core v0.1.2 |
1303 | 2025-01-25T04:36:54.598Z | Compiling powerfmt v0.2.0 |
1304 | 2025-01-25T04:36:54.758Z | Compiling untrusted v0.9.0 |
1305 | 2025-01-25T04:36:54.948Z | Compiling utf8_iter v1.0.4 |
1306 | 2025-01-25T04:36:55.050Z | Compiling mirai-annotations v1.12.0 |
1307 | 2025-01-25T04:36:55.183Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-01-25T04:36:55.202Z | Compiling utf16_iter v1.0.5 |
1309 | 2025-01-25T04:36:55.234Z | Compiling write16 v1.0.0 |
1310 | 2025-01-25T04:36:55.262Z | Compiling deranged v0.3.11 |
1311 | 2025-01-25T04:36:55.289Z | Compiling time-macros v0.2.18 |
1312 | 2025-01-25T04:36:55.364Z | Compiling icu_properties v1.5.1 |
1313 | 2025-01-25T04:36:55.389Z | Compiling scrypt v0.11.0 |
1314 | 2025-01-25T04:36:55.870Z | Compiling aes v0.8.4 |
1315 | 2025-01-25T04:36:56.393Z | Compiling cbc v0.1.2 |
1316 | 2025-01-25T04:36:56.622Z | Compiling bitflags v2.6.0 |
1317 | 2025-01-25T04:36:56.638Z | Compiling bytes v1.9.0 |
1318 | 2025-01-25T04:36:56.945Z | Compiling indexmap v2.7.0 |
1319 | 2025-01-25T04:36:57.046Z | Compiling semver v1.0.24 |
1320 | 2025-01-25T04:36:57.793Z | Compiling tokio v1.43.0 |
1321 | 2025-01-25T04:36:57.819Z | Compiling http v1.2.0 |
1322 | 2025-01-25T04:36:58.268Z | Compiling rustc_version v0.4.1 |
1323 | 2025-01-25T04:36:58.643Z | Compiling pest_meta v2.7.14 |
1324 | 2025-01-25T04:36:58.951Z | Compiling icu_normalizer v1.5.0 |
1325 | 2025-01-25T04:36:59.872Z | Compiling openssl-sys v0.9.103 |
1326 | 2025-01-25T04:36:59.917Z | Compiling scroll_derive v0.12.0 |
1327 | 2025-01-25T04:37:00.821Z | Compiling which v4.4.2 |
1328 | 2025-01-25T04:37:00.978Z | Compiling tinyvec_macros v0.1.1 |
1329 | 2025-01-25T04:37:01.003Z | Compiling num_threads v0.1.7 |
1330 | 2025-01-25T04:37:01.334Z | Compiling atomic-waker v1.1.2 |
1331 | 2025-01-25T04:37:01.366Z | Compiling time v0.3.36 |
1332 | 2025-01-25T04:37:01.383Z | Compiling scroll v0.12.0 |
1333 | 2025-01-25T04:37:01.541Z | Compiling tinyvec v1.8.0 |
1334 | 2025-01-25T04:37:01.809Z | Compiling pest_generator v2.7.14 |
1335 | 2025-01-25T04:37:01.974Z | Compiling idna_adapter v1.2.0 |
1336 | 2025-01-25T04:37:01.996Z | Compiling http-body v1.0.1 |
1337 | 2025-01-25T04:37:02.207Z | Compiling pkcs5 v0.7.1 |
1338 | 2025-01-25T04:37:02.246Z | Compiling form_urlencoded v1.2.1 |
1339 | 2025-01-25T04:37:02.577Z | Compiling slog v2.7.0 |
1340 | 2025-01-25T04:37:03.087Z | Compiling try-lock v0.2.5 |
1341 | 2025-01-25T04:37:03.107Z | Compiling goblin v0.8.2 |
1342 | 2025-01-25T04:37:03.262Z | Compiling want v0.3.1 |
1343 | 2025-01-25T04:37:03.279Z | Compiling pkcs8 v0.10.2 |
1344 | 2025-01-25T04:37:03.298Z | Compiling idna v1.0.3 |
1345 | 2025-01-25T04:37:03.536Z | Compiling uuid v1.12.0 |
1346 | 2025-01-25T04:37:03.726Z | Compiling pest_derive v2.7.14 |
1347 | 2025-01-25T04:37:03.939Z | Compiling httpdate v1.0.3 |
1348 | 2025-01-25T04:37:04.421Z | Compiling iana-time-zone v0.1.61 |
1349 | 2025-01-25T04:37:04.540Z | Compiling dtrace-parser v0.2.0 |
1350 | 2025-01-25T04:37:04.806Z | Compiling chrono v0.4.39 |
1351 | 2025-01-25T04:37:05.058Z | Compiling serde_spanned v0.6.8 |
1352 | 2025-01-25T04:37:05.312Z | Compiling toml_datetime v0.6.8 |
1353 | 2025-01-25T04:37:05.679Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-25T04:37:05.819Z | Compiling foreign-types-shared v0.1.1 |
1355 | 2025-01-25T04:37:05.959Z | Compiling tokio-util v0.7.12 |
1356 | 2025-01-25T04:37:06.238Z | Compiling rustversion v1.0.17 |
1357 | 2025-01-25T04:37:06.280Z | Compiling base64 v0.22.1 |
1358 | 2025-01-25T04:37:06.492Z | Compiling match_cfg v0.1.0 |
1359 | 2025-01-25T04:37:06.611Z | Compiling adler2 v2.0.0 |
1360 | 2025-01-25T04:37:06.843Z | Compiling tower-service v0.3.3 |
1361 | 2025-01-25T04:37:06.969Z | Compiling h2 v0.4.6 |
1362 | 2025-01-25T04:37:06.999Z | Compiling openssl v0.10.66 |
1363 | 2025-01-25T04:37:07.106Z | Compiling miniz_oxide v0.8.0 |
1364 | 2025-01-25T04:37:07.316Z | Compiling hostname v0.3.1 |
1365 | 2025-01-25T04:37:07.451Z | Compiling foreign-types v0.3.2 |
1366 | 2025-01-25T04:37:07.531Z | Compiling url v2.5.3 |
1367 | 2025-01-25T04:37:08.250Z | Compiling async-trait v0.1.83 |
1368 | 2025-01-25T04:37:08.542Z | Compiling openssl-macros v0.1.1 |
1369 | 2025-01-25T04:37:08.831Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-01-25T04:37:09.301Z | Compiling dof v0.3.0 |
1371 | 2025-01-25T04:37:09.374Z | Compiling dirs-sys-next v0.1.2 |
1372 | 2025-01-25T04:37:09.957Z | Compiling data-encoding v2.6.0 |
1373 | 2025-01-25T04:37:10.652Z | Compiling usdt-impl v0.5.0 |
1374 | 2025-01-25T04:37:11.204Z | Compiling native-tls v0.2.12 |
1375 | 2025-01-25T04:37:11.241Z | Compiling rustls v0.22.4 |
1376 | 2025-01-25T04:37:11.529Z | Compiling syn v1.0.109 |
1377 | 2025-01-25T04:37:11.547Z | Compiling siphasher v0.3.11 |
1378 | 2025-01-25T04:37:11.570Z | Compiling schemars v0.8.21 |
1379 | 2025-01-25T04:37:11.952Z | Compiling rustls v0.23.19 |
1380 | 2025-01-25T04:37:12.070Z | Compiling schemars_derive v0.8.21 |
1381 | 2025-01-25T04:37:12.179Z | Compiling dirs-next v2.0.0 |
1382 | 2025-01-25T04:37:12.233Z | Compiling unicode-normalization v0.1.24 |
1383 | 2025-01-25T04:37:12.305Z | Compiling http-body-util v0.1.2 |
1384 | 2025-01-25T04:37:12.750Z | Compiling crossbeam-epoch v0.9.18 |
1385 | 2025-01-25T04:37:12.848Z | Compiling heapless v0.7.17 |
1386 | 2025-01-25T04:37:13.302Z | Compiling signature v2.2.0 |
1387 | 2025-01-25T04:37:13.333Z | Compiling sha1 v0.10.6 |
1388 | 2025-01-25T04:37:13.460Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2025-01-25T04:37:13.483Z | Compiling thread_local v1.1.8 |
1390 | 2025-01-25T04:37:13.587Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-01-25T04:37:13.742Z | Compiling multer v3.1.0 |
1392 | 2025-01-25T04:37:13.942Z | Compiling cookie v0.18.1 |
1393 | 2025-01-25T04:37:13.987Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-01-25T04:37:14.030Z | Compiling gimli v0.31.1 |
1395 | 2025-01-25T04:37:14.233Z | Compiling hyper v1.5.2 |
1396 | 2025-01-25T04:37:14.414Z | Compiling openssl-probe v0.1.5 |
1397 | 2025-01-25T04:37:14.741Z | Compiling mime v0.3.17 |
1398 | 2025-01-25T04:37:15.113Z | Compiling dyn-clone v1.0.17 |
1399 | 2025-01-25T04:37:15.271Z | Compiling slog-async v2.8.0 |
1400 | 2025-01-25T04:37:15.338Z | Compiling ipnet v2.10.1 |
1401 | 2025-01-25T04:37:15.773Z | Compiling unicode-bidi v0.3.17 |
1402 | 2025-01-25T04:37:16.474Z | Compiling rayon-core v1.12.1 |
1403 | 2025-01-25T04:37:16.801Z | Compiling hyper-util v0.1.10 |
1404 | 2025-01-25T04:37:17.189Z | Compiling signal-hook v0.3.17 |
1405 | 2025-01-25T04:37:17.379Z | Compiling toml_edit v0.22.22 |
1406 | 2025-01-25T04:37:17.542Z | Compiling stringprep v0.1.5 |
1407 | 2025-01-25T04:37:18.440Z | Compiling addr2line v0.24.2 |
1408 | 2025-01-25T04:37:19.022Z | Compiling crossbeam-deque v0.8.5 |
1409 | 2025-01-25T04:37:19.165Z | Compiling usdt-macro v0.5.0 |
1410 | 2025-01-25T04:37:19.390Z | Compiling usdt-attr-macro v0.5.0 |
1411 | 2025-01-25T04:37:19.760Z | Compiling term v0.7.0 |
1412 | 2025-01-25T04:37:20.242Z | Compiling slog-json v2.6.1 |
1413 | 2025-01-25T04:37:20.560Z | Compiling serde_urlencoded v0.7.1 |
1414 | 2025-01-25T04:37:20.597Z | Compiling crossbeam-channel v0.5.13 |
1415 | 2025-01-25T04:37:20.868Z | Compiling curve25519-dalek v4.1.3 |
1416 | 2025-01-25T04:37:21.105Z | Compiling futures-executor v0.3.31 |
1417 | 2025-01-25T04:37:21.108Z | Compiling enum-as-inner v0.6.1 |
1418 | 2025-01-25T04:37:21.417Z | Compiling md-5 v0.10.6 |
1419 | 2025-01-25T04:37:21.529Z | Compiling async-stream-impl v0.3.6 |
1420 | 2025-01-25T04:37:21.594Z | Compiling rustls-pemfile v2.2.0 |
1421 | 2025-01-25T04:37:21.614Z | Compiling num-integer v0.1.46 |
1422 | 2025-01-25T04:37:21.677Z | Compiling ff v0.13.0 |
1423 | 2025-01-25T04:37:21.964Z | Compiling hash32 v0.2.1 |
1424 | 2025-01-25T04:37:21.984Z | Compiling is-terminal v0.4.13 |
1425 | 2025-01-25T04:37:22.230Z | Compiling dropshot v0.12.0 |
1426 | 2025-01-25T04:37:22.236Z | Compiling object v0.36.5 |
1427 | 2025-01-25T04:37:22.337Z | Compiling portable-atomic v1.9.0 |
1428 | 2025-01-25T04:37:22.418Z | Compiling litrs v0.4.1 |
1429 | 2025-01-25T04:37:22.421Z | Compiling num-bigint-dig v0.8.4 |
1430 | 2025-01-25T04:37:22.738Z | Compiling fallible-iterator v0.2.0 |
1431 | 2025-01-25T04:37:22.807Z | Compiling anyhow v1.0.95 |
1432 | 2025-01-25T04:37:23.351Z | Compiling smoltcp v0.9.1 |
1433 | 2025-01-25T04:37:23.411Z | Compiling psl-types v2.0.11 |
1434 | 2025-01-25T04:37:23.440Z | Compiling linked-hash-map v0.5.6 |
1435 | 2025-01-25T04:37:23.543Z | Compiling base16ct v0.2.0 |
1436 | 2025-01-25T04:37:23.619Z | Compiling quick-error v1.2.3 |
1437 | 2025-01-25T04:37:23.782Z | Compiling rustc-demangle v0.1.24 |
1438 | 2025-01-25T04:37:23.800Z | Compiling take_mut v0.2.2 |
1439 | 2025-01-25T04:37:23.876Z | Compiling utf-8 v0.7.6 |
1440 | 2025-01-25T04:37:24.044Z | Compiling sec1 v0.7.3 |
1441 | 2025-01-25T04:37:24.198Z | Compiling tungstenite v0.24.0 |
1442 | 2025-01-25T04:37:24.611Z | Compiling resolv-conf v0.7.0 |
1443 | 2025-01-25T04:37:24.741Z | Compiling lru-cache v0.1.2 |
1444 | 2025-01-25T04:37:24.959Z | Compiling publicsuffix v2.3.0 |
1445 | 2025-01-25T04:37:25.004Z | Compiling document-features v0.2.10 |
1446 | 2025-01-25T04:37:25.254Z | Compiling postgres-protocol v0.6.7 |
1447 | 2025-01-25T04:37:25.423Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-25T04:37:25.736Z | Compiling hickory-proto v0.24.2 |
1449 | 2025-01-25T04:37:26.184Z | Compiling num-iter v0.1.45 |
1450 | 2025-01-25T04:37:26.391Z | Compiling usdt v0.5.0 |
1451 | 2025-01-25T04:37:26.413Z | Compiling slog-term v2.9.1 |
1452 | 2025-01-25T04:37:26.557Z | Compiling group v0.13.0 |
1453 | 2025-01-25T04:37:26.697Z | Compiling futures v0.3.31 |
1454 | 2025-01-25T04:37:26.855Z | Compiling toml v0.8.19 |
1455 | 2025-01-25T04:37:26.909Z | Compiling slog-bunyan v2.5.0 |
1456 | 2025-01-25T04:37:28.201Z | Compiling tokio-native-tls v0.3.1 |
1457 | 2025-01-25T04:37:28.497Z | Compiling camino v1.1.9 |
1458 | 2025-01-25T04:37:28.699Z | Compiling phf_shared v0.11.2 |
1459 | 2025-01-25T04:37:28.762Z | Compiling dropshot_endpoint v0.12.0 |
1460 | 2025-01-25T04:37:29.073Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-25T04:37:29.335Z | Compiling waitgroup v0.1.2 |
1462 | 2025-01-25T04:37:29.366Z | Compiling terminal_size v0.4.0 |
1463 | 2025-01-25T04:37:29.498Z | Compiling openapiv3 v2.0.0 |
1464 | 2025-01-25T04:37:29.575Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2025-01-25T04:37:29.593Z | Compiling hkdf v0.12.4 |
1466 | 2025-01-25T04:37:29.873Z | Compiling crypto-bigint v0.5.5 |
1467 | 2025-01-25T04:37:30.384Z | Compiling zerocopy-derive v0.6.6 |
1468 | 2025-01-25T04:37:32.267Z | Compiling curve25519-dalek-derive v0.1.1 |
1469 | 2025-01-25T04:37:32.393Z | Compiling webpki-roots v0.26.6 |
1470 | 2025-01-25T04:37:32.634Z | Compiling hostname v0.4.0 |
1471 | 2025-01-25T04:37:32.871Z | Compiling ahash v0.8.11 |
1472 | 2025-01-25T04:37:32.916Z | Compiling hubpack_derive v0.1.1 |
1473 | 2025-01-25T04:37:33.072Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-25T04:37:33.211Z | Compiling fs-err v2.11.0 |
1475 | 2025-01-25T04:37:33.424Z | Compiling managed v0.8.0 |
1476 | 2025-01-25T04:37:33.517Z | Compiling debug-ignore v1.0.5 |
1477 | 2025-01-25T04:37:33.680Z | Compiling newtype-uuid v1.2.1 |
1478 | 2025-01-25T04:37:33.745Z | Compiling winnow v0.5.40 |
1479 | 2025-01-25T04:37:33.807Z | Compiling bitflags v1.3.2 |
1480 | 2025-01-25T04:37:33.830Z | Compiling clap_builder v4.5.21 |
1481 | 2025-01-25T04:37:33.859Z | Compiling hubpack v0.1.2 |
1482 | 2025-01-25T04:37:34.284Z | Compiling console v0.15.8 |
1483 | 2025-01-25T04:37:35.317Z | Compiling strum_macros v0.25.3 |
1484 | 2025-01-25T04:37:35.905Z | Compiling flate2 v1.0.35 |
1485 | 2025-01-25T04:37:36.077Z | Compiling elliptic-curve v0.13.8 |
1486 | 2025-01-25T04:37:36.188Z | Compiling zerocopy v0.6.6 |
1487 | 2025-01-25T04:37:36.832Z | Compiling hickory-resolver v0.24.2 |
1488 | 2025-01-25T04:37:37.007Z | Compiling phf v0.11.2 |
1489 | 2025-01-25T04:37:37.305Z | Compiling toml_edit v0.19.15 |
1490 | 2025-01-25T04:37:37.392Z | Compiling signal-hook-mio v0.2.4 |
1491 | 2025-01-25T04:37:37.570Z | Compiling hyper-tls v0.6.0 |
1492 | 2025-01-25T04:37:37.868Z | Compiling cookie_store v0.21.1 |
1493 | 2025-01-25T04:37:37.985Z | Compiling rayon v1.10.0 |
1494 | 2025-01-25T04:37:39.226Z | Compiling bzip2 v0.4.4 |
1495 | 2025-01-25T04:37:39.621Z | Compiling postgres-types v0.2.8 |
1496 | 2025-01-25T04:37:42.195Z | Compiling tokio-tungstenite v0.24.0 |
1497 | 2025-01-25T04:37:42.333Z | Compiling ed25519 v2.2.3 |
1498 | 2025-01-25T04:37:42.354Z | Compiling phf_shared v0.10.0 |
1499 | 2025-01-25T04:37:42.503Z | Compiling tokio-stream v0.1.16 |
1500 | 2025-01-25T04:37:42.761Z | Compiling pkcs1 v0.7.5 |
1501 | 2025-01-25T04:37:42.782Z | Compiling serde-big-array v0.5.1 |
1502 | 2025-01-25T04:37:42.904Z | Compiling clap_derive v4.5.18 |
1503 | 2025-01-25T04:37:43.033Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-01-25T04:37:43.252Z | Compiling serde_repr v0.1.19 |
1505 | 2025-01-25T04:37:43.483Z | Compiling derive-where v1.2.7 |
1506 | 2025-01-25T04:37:43.688Z | Compiling float-cmp v0.9.0 |
1507 | 2025-01-25T04:37:43.937Z | Compiling bstr v1.10.0 |
1508 | 2025-01-25T04:37:44.242Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-01-25T04:37:44.419Z | Compiling number_prefix v0.4.0 |
1510 | 2025-01-25T04:37:44.441Z | Compiling difflib v0.4.0 |
1511 | 2025-01-25T04:37:44.738Z | Compiling whoami v1.5.2 |
1512 | 2025-01-25T04:37:44.952Z | Compiling unicode-width v0.2.0 |
1513 | 2025-01-25T04:37:45.292Z | Compiling predicates-core v1.0.8 |
1514 | 2025-01-25T04:37:45.447Z | Compiling bit-vec v0.6.3 |
1515 | 2025-01-25T04:37:45.553Z | Compiling static_assertions v1.1.0 |
1516 | 2025-01-25T04:37:45.698Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-01-25T04:37:45.702Z | Compiling precomputed-hash v0.1.1 |
1518 | 2025-01-25T04:37:45.757Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2025-01-25T04:37:45.809Z | Compiling fixedbitset v0.4.2 |
1520 | 2025-01-25T04:37:45.863Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-25T04:37:45.867Z | Compiling predicates v3.1.2 |
1522 | 2025-01-25T04:37:45.902Z | Compiling string_cache v0.8.7 |
1523 | 2025-01-25T04:37:46.270Z | Compiling petgraph v0.6.5 |
1524 | 2025-01-25T04:37:46.383Z | Compiling bit-set v0.5.3 |
1525 | 2025-01-25T04:37:46.673Z | Compiling similar v2.6.0 |
1526 | 2025-01-25T04:37:46.827Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1527 | 2025-01-25T04:37:46.854Z | Compiling indicatif v0.17.9 |
1528 | 2025-01-25T04:37:47.539Z | Compiling tokio-postgres v0.7.12 |
1529 | 2025-01-25T04:37:47.653Z | Compiling clap v4.5.21 |
1530 | 2025-01-25T04:37:47.792Z | Compiling rsa v0.9.6 |
1531 | 2025-01-25T04:37:48.905Z | Compiling ecdsa v0.16.9 |
1532 | 2025-01-25T04:37:49.071Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2025-01-25T04:37:49.762Z | Compiling toml v0.7.8 |
1534 | 2025-01-25T04:37:50.055Z | Compiling zip v0.6.6 |
1535 | 2025-01-25T04:37:50.439Z | Compiling crossterm v0.28.1 |
1536 | 2025-01-25T04:37:52.253Z | Compiling hex v0.4.3 |
1537 | 2025-01-25T04:37:52.430Z | Compiling x509-cert v0.2.5 |
1538 | 2025-01-25T04:37:52.840Z | Compiling itertools v0.10.5 |
1539 | 2025-01-25T04:37:53.436Z | Compiling lalrpop-util v0.19.12 |
1540 | 2025-01-25T04:37:53.449Z | Compiling unicode-xid v0.2.6 |
1541 | 2025-01-25T04:37:53.668Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-25T04:37:53.807Z | Compiling strum_macros v0.26.4 |
1543 | 2025-01-25T04:37:53.909Z | Compiling xattr v1.3.1 |
1544 | 2025-01-25T04:37:53.945Z | Compiling filetime v0.2.25 |
1545 | 2025-01-25T04:37:54.178Z | Compiling tar v0.4.42 |
1546 | 2025-01-25T04:37:58.640Z | Compiling strum v0.26.3 |
1547 | 2025-01-25T04:38:01.428Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2025-01-25T04:38:37.228Z | Compiling rustls-webpki v0.102.8 |
1549 | 2025-01-25T04:38:40.533Z | Compiling tokio-rustls v0.25.0 |
1550 | 2025-01-25T04:38:42.259Z | Compiling tokio-rustls v0.26.0 |
1551 | 2025-01-25T04:38:42.573Z | Compiling hyper-rustls v0.27.3 |
1552 | 2025-01-25T04:38:43.160Z | Compiling reqwest v0.12.9 |
1553 | 2025-01-25T04:38:44.336Z | Compiling qorb v0.2.1 |
1554 | 2025-01-25T04:38:47.518Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2025-01-25T04:38:47.765Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2025-01-25T04:38:52.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1557 | 2025-01-25T04:38:52.466Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2025-01-25T04:38:52.519Z | Jan 25 04:38:51.905 INFO Starting download, target: Clickhouse |
1559 | 2025-01-25T04:38:52.519Z | Jan 25 04:38:51.906 INFO Starting download, target: Cockroach |
1560 | 2025-01-25T04:38:52.519Z | Jan 25 04:38:51.906 INFO Starting download, target: Console |
1561 | 2025-01-25T04:38:52.519Z | Jan 25 04:38:51.906 INFO Starting download, target: DendriteOpenapi |
1562 | 2025-01-25T04:38:52.519Z | Jan 25 04:38:51.906 INFO Starting download, target: DendriteStub |
1563 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.906 INFO Starting download, target: MaghemiteMgd |
1564 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.906 INFO Starting download, target: TransceiverControl |
1565 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1567 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-25T04:38:52.522Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-01-25T04:38:52.523Z | Jan 25 04:38:51.907 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2025-01-25T04:38:52.717Z | Jan 25 04:38:52.088 INFO Download complete, target: DendriteOpenapi |
1573 | 2025-01-25T04:38:52.912Z | Jan 25 04:38:52.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2025-01-25T04:38:53.277Z | Jan 25 04:38:52.416 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2025-01-25T04:38:53.383Z | Jan 25 04:38:52.738 INFO Download complete, target: Console |
1576 | 2025-01-25T04:38:53.492Z | Jan 25 04:38:52.874 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1577 | 2025-01-25T04:38:53.569Z | Jan 25 04:38:52.951 INFO Download complete, target: TransceiverControl |
1578 | 2025-01-25T04:38:53.712Z | Jan 25 04:38:53.096 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1579 | 2025-01-25T04:38:54.031Z | Jan 25 04:38:53.417 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1580 | 2025-01-25T04:38:54.031Z | Jan 25 04:38:53.417 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1581 | 2025-01-25T04:38:54.852Z | Jan 25 04:38:54.238 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2025-01-25T04:38:56.314Z | Jan 25 04:38:55.699 INFO Download complete, target: MaghemiteMgd |
1583 | 2025-01-25T04:38:56.502Z | Jan 25 04:38:55.888 INFO Download complete, target: DendriteStub |
1584 | 2025-01-25T04:39:01.620Z | Jan 25 04:39:01.005 INFO Checking that binary works, target: Cockroach |
1585 | 2025-01-25T04:39:01.796Z | Jan 25 04:39:01.181 INFO Download complete, target: Cockroach |
1586 | 2025-01-25T04:39:07.275Z | Jan 25 04:39:06.658 INFO Checking that binary works, target: Clickhouse |
1587 | 2025-01-25T04:39:08.181Z | Jan 25 04:39:07.565 INFO Download complete, target: Clickhouse |
1588 | 2025-01-25T04:39:08.296Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2025-01-25T04:39:08.299Z | |
1590 | 2025-01-25T04:39:08.299Z | real 5:12.888551132 |
1591 | 2025-01-25T04:39:08.299Z | user 16:03.927986292 |
1592 | 2025-01-25T04:39:08.299Z | sys 2:05.532995321 |
1593 | 2025-01-25T04:39:08.299Z | trap 0.585152094 |
1594 | 2025-01-25T04:39:08.299Z | tflt 8.940376941 |
1595 | 2025-01-25T04:39:08.299Z | dflt 7.492930051 |
1596 | 2025-01-25T04:39:08.299Z | kflt 0.445535640 |
1597 | 2025-01-25T04:39:08.299Z | lock 25:52.491038237 |
1598 | 2025-01-25T04:39:08.299Z | slp 58:45.876749629 |
1599 | 2025-01-25T04:39:08.299Z | lat 55.540914048 |
1600 | 2025-01-25T04:39:08.299Z | stop 2:19.091182854 |
1601 | 2025-01-25T04:39:08.299Z | + banner hack-check |
1602 | 2025-01-25T04:39:08.303Z | |
1603 | 2025-01-25T04:39:08.303Z | # # ## #### # # #### # # ###### #### # # |
1604 | 2025-01-25T04:39:08.303Z | # # # # # # # # # # # # # # # # # |
1605 | 2025-01-25T04:39:08.303Z | ###### # # # #### ##### # ###### ##### # #### |
1606 | 2025-01-25T04:39:08.303Z | # # ###### # # # # # # # # # # |
1607 | 2025-01-25T04:39:08.303Z | # # # # # # # # # # # # # # # # # |
1608 | 2025-01-25T04:39:08.303Z | # # # # #### # # #### # # ###### #### # # |
1609 | 2025-01-25T04:39:08.303Z | |
1610 | 2025-01-25T04:39:08.303Z | + export CARGO_INCREMENTAL=0 |
1611 | 2025-01-25T04:39:08.303Z | + CARGO_INCREMENTAL=0 |
1612 | 2025-01-25T04:39:08.303Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1613 | 2025-01-25T04:39:08.866Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2025-01-25T04:39:11.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
1615 | 2025-01-25T04:39:11.974Z | Running `target/debug/xtask check-features --ci` |
1616 | 2025-01-25T04:39:12.002Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1617 | 2025-01-25T04:39:12.002Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1618 | 2025-01-25T04:39:12.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1619 | 2025-01-25T04:39:12.504Z | Running `target/debug/xtask download cargo-hack` |
1620 | 2025-01-25T04:39:13.444Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1621 | 2025-01-25T04:39:13.760Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1622 | 2025-01-25T04:39:17.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s |
1623 | 2025-01-25T04:39:17.753Z | Running `target/debug/xtask-downloader cargo-hack` |
1624 | 2025-01-25T04:39:17.796Z | Jan 25 04:39:17.179 INFO Starting download, target: CargoHack |
1625 | 2025-01-25T04:39:17.798Z | Jan 25 04:39:17.179 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1626 | 2025-01-25T04:39:18.204Z | Jan 25 04:39:17.587 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1627 | 2025-01-25T04:39:18.293Z | Jan 25 04:39:17.676 INFO Download complete, target: CargoHack |
1628 | 2025-01-25T04:39:18.298Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1629 | 2025-01-25T04:39:18.315Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1630 | 2025-01-25T04:39:18.494Z | info: running `cargo check --bins` on api_identity (1/197) |
1631 | 2025-01-25T04:39:19.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2025-01-25T04:39:19.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2025-01-25T04:39:19.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2025-01-25T04:39:19.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1635 | 2025-01-25T04:39:19.117Z | |
1636 | 2025-01-25T04:39:19.117Z | info: running `cargo check --bins` on bootstore (2/197) |
1637 | 2025-01-25T04:39:19.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2025-01-25T04:39:19.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2025-01-25T04:39:19.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2025-01-25T04:39:19.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1641 | 2025-01-25T04:39:19.764Z | |
1642 | 2025-01-25T04:39:19.764Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1643 | 2025-01-25T04:39:20.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2025-01-25T04:39:20.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2025-01-25T04:39:20.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2025-01-25T04:39:20.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1647 | 2025-01-25T04:39:20.381Z | |
1648 | 2025-01-25T04:39:20.381Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1649 | 2025-01-25T04:39:20.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2025-01-25T04:39:20.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2025-01-25T04:39:20.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2025-01-25T04:39:20.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1653 | 2025-01-25T04:39:21.020Z | |
1654 | 2025-01-25T04:39:21.020Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1655 | 2025-01-25T04:39:21.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2025-01-25T04:39:21.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2025-01-25T04:39:21.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2025-01-25T04:39:21.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1659 | 2025-01-25T04:39:21.469Z | |
1660 | 2025-01-25T04:39:21.469Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1661 | 2025-01-25T04:39:21.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2025-01-25T04:39:21.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2025-01-25T04:39:21.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2025-01-25T04:39:21.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1665 | 2025-01-25T04:39:21.918Z | |
1666 | 2025-01-25T04:39:21.918Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1667 | 2025-01-25T04:39:22.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-01-25T04:39:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-01-25T04:39:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-01-25T04:39:22.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1671 | 2025-01-25T04:39:22.403Z | |
1672 | 2025-01-25T04:39:22.403Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1673 | 2025-01-25T04:39:22.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-01-25T04:39:22.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-01-25T04:39:22.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-01-25T04:39:22.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1677 | 2025-01-25T04:39:22.828Z | |
1678 | 2025-01-25T04:39:22.828Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1679 | 2025-01-25T04:39:23.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-01-25T04:39:23.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-01-25T04:39:23.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-01-25T04:39:23.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1683 | 2025-01-25T04:39:23.278Z | |
1684 | 2025-01-25T04:39:23.278Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1685 | 2025-01-25T04:39:23.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-01-25T04:39:23.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-01-25T04:39:23.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-01-25T04:39:23.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1689 | 2025-01-25T04:39:23.712Z | |
1690 | 2025-01-25T04:39:23.712Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1691 | 2025-01-25T04:39:24.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-01-25T04:39:24.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-01-25T04:39:24.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-01-25T04:39:24.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1695 | 2025-01-25T04:39:24.134Z | |
1696 | 2025-01-25T04:39:24.134Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1697 | 2025-01-25T04:39:24.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-01-25T04:39:24.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-01-25T04:39:24.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-01-25T04:39:24.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2025-01-25T04:39:24.637Z | |
1702 | 2025-01-25T04:39:24.637Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1703 | 2025-01-25T04:39:24.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-01-25T04:39:24.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-01-25T04:39:24.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-01-25T04:39:24.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1707 | 2025-01-25T04:39:24.976Z | |
1708 | 2025-01-25T04:39:24.976Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1709 | 2025-01-25T04:39:25.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-01-25T04:39:25.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-01-25T04:39:25.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-01-25T04:39:25.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2025-01-25T04:39:25.399Z | |
1714 | 2025-01-25T04:39:25.399Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1715 | 2025-01-25T04:39:25.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-01-25T04:39:25.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-01-25T04:39:25.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-01-25T04:39:25.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1719 | 2025-01-25T04:39:25.820Z | |
1720 | 2025-01-25T04:39:25.820Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1721 | 2025-01-25T04:39:26.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-01-25T04:39:26.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-01-25T04:39:26.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-01-25T04:39:26.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2025-01-25T04:39:26.255Z | |
1726 | 2025-01-25T04:39:26.255Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1727 | 2025-01-25T04:39:26.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-01-25T04:39:26.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-01-25T04:39:26.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-01-25T04:39:26.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1731 | 2025-01-25T04:39:26.704Z | |
1732 | 2025-01-25T04:39:26.704Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1733 | 2025-01-25T04:39:27.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-01-25T04:39:27.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-01-25T04:39:27.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-01-25T04:39:27.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1737 | 2025-01-25T04:39:27.163Z | |
1738 | 2025-01-25T04:39:27.163Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1739 | 2025-01-25T04:39:27.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-01-25T04:39:27.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-01-25T04:39:27.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-01-25T04:39:27.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1743 | 2025-01-25T04:39:27.636Z | |
1744 | 2025-01-25T04:39:27.636Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1745 | 2025-01-25T04:39:28.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-01-25T04:39:28.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-01-25T04:39:28.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-01-25T04:39:28.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1749 | 2025-01-25T04:39:28.093Z | |
1750 | 2025-01-25T04:39:28.093Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1751 | 2025-01-25T04:39:28.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-01-25T04:39:28.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-01-25T04:39:28.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-01-25T04:39:28.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1755 | 2025-01-25T04:39:28.557Z | |
1756 | 2025-01-25T04:39:28.557Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1757 | 2025-01-25T04:39:28.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-01-25T04:39:28.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-01-25T04:39:28.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-01-25T04:39:28.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1761 | 2025-01-25T04:39:29.022Z | |
1762 | 2025-01-25T04:39:29.022Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1763 | 2025-01-25T04:39:29.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-01-25T04:39:29.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-01-25T04:39:29.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-01-25T04:39:29.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1767 | 2025-01-25T04:39:29.483Z | |
1768 | 2025-01-25T04:39:29.483Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1769 | 2025-01-25T04:39:29.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-01-25T04:39:29.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-01-25T04:39:29.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-01-25T04:39:29.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1773 | 2025-01-25T04:39:29.939Z | |
1774 | 2025-01-25T04:39:29.940Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1775 | 2025-01-25T04:39:30.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-01-25T04:39:30.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-01-25T04:39:30.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-01-25T04:39:30.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1779 | 2025-01-25T04:39:30.393Z | |
1780 | 2025-01-25T04:39:30.393Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1781 | 2025-01-25T04:39:30.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-01-25T04:39:30.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-01-25T04:39:30.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-01-25T04:39:30.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1785 | 2025-01-25T04:39:30.848Z | |
1786 | 2025-01-25T04:39:30.848Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1787 | 2025-01-25T04:39:31.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-01-25T04:39:31.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-01-25T04:39:31.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-01-25T04:39:31.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1791 | 2025-01-25T04:39:31.365Z | |
1792 | 2025-01-25T04:39:31.365Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1793 | 2025-01-25T04:39:31.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-01-25T04:39:31.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-01-25T04:39:31.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-01-25T04:39:31.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1797 | 2025-01-25T04:39:31.751Z | |
1798 | 2025-01-25T04:39:31.751Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1799 | 2025-01-25T04:39:32.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-01-25T04:39:32.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-01-25T04:39:32.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-01-25T04:39:32.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1803 | 2025-01-25T04:39:32.207Z | |
1804 | 2025-01-25T04:39:32.207Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1805 | 2025-01-25T04:39:32.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-01-25T04:39:32.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-01-25T04:39:32.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-01-25T04:39:32.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1809 | 2025-01-25T04:39:32.658Z | |
1810 | 2025-01-25T04:39:32.658Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1811 | 2025-01-25T04:39:33.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-01-25T04:39:33.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-01-25T04:39:33.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-01-25T04:39:33.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1815 | 2025-01-25T04:39:33.095Z | |
1816 | 2025-01-25T04:39:33.095Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1817 | 2025-01-25T04:39:33.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-01-25T04:39:33.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-01-25T04:39:33.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-01-25T04:39:33.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1821 | 2025-01-25T04:39:33.594Z | |
1822 | 2025-01-25T04:39:33.594Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1823 | 2025-01-25T04:39:33.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-01-25T04:39:33.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-01-25T04:39:33.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-01-25T04:39:33.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1827 | 2025-01-25T04:39:34.003Z | |
1828 | 2025-01-25T04:39:34.003Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1829 | 2025-01-25T04:39:34.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-01-25T04:39:34.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-01-25T04:39:34.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-01-25T04:39:34.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1833 | 2025-01-25T04:39:34.442Z | |
1834 | 2025-01-25T04:39:34.442Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1835 | 2025-01-25T04:39:34.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-01-25T04:39:34.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-01-25T04:39:34.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-01-25T04:39:34.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1839 | 2025-01-25T04:39:34.897Z | |
1840 | 2025-01-25T04:39:34.897Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1841 | 2025-01-25T04:39:35.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-01-25T04:39:35.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-01-25T04:39:35.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-01-25T04:39:35.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1845 | 2025-01-25T04:39:35.333Z | |
1846 | 2025-01-25T04:39:35.333Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1847 | 2025-01-25T04:39:35.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-01-25T04:39:35.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-01-25T04:39:35.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-01-25T04:39:35.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1851 | 2025-01-25T04:39:35.836Z | |
1852 | 2025-01-25T04:39:35.836Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1853 | 2025-01-25T04:39:36.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-01-25T04:39:36.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-01-25T04:39:36.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-01-25T04:39:36.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1857 | 2025-01-25T04:39:36.227Z | |
1858 | 2025-01-25T04:39:36.227Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1859 | 2025-01-25T04:39:36.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-01-25T04:39:36.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-01-25T04:39:36.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-01-25T04:39:36.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1863 | 2025-01-25T04:39:36.657Z | |
1864 | 2025-01-25T04:39:36.657Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1865 | 2025-01-25T04:39:37.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-01-25T04:39:37.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-01-25T04:39:37.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-01-25T04:39:37.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1869 | 2025-01-25T04:39:37.113Z | |
1870 | 2025-01-25T04:39:37.113Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1871 | 2025-01-25T04:39:37.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-01-25T04:39:37.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-01-25T04:39:37.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-01-25T04:39:37.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1875 | 2025-01-25T04:39:37.545Z | |
1876 | 2025-01-25T04:39:37.545Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1877 | 2025-01-25T04:39:37.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-01-25T04:39:37.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-01-25T04:39:37.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-01-25T04:39:37.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1881 | 2025-01-25T04:39:38.077Z | |
1882 | 2025-01-25T04:39:38.077Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1883 | 2025-01-25T04:39:38.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-01-25T04:39:38.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-01-25T04:39:38.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-01-25T04:39:38.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1887 | 2025-01-25T04:39:38.413Z | |
1888 | 2025-01-25T04:39:38.413Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1889 | 2025-01-25T04:39:38.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-01-25T04:39:38.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-01-25T04:39:38.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-01-25T04:39:38.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1893 | 2025-01-25T04:39:38.858Z | |
1894 | 2025-01-25T04:39:38.858Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1895 | 2025-01-25T04:39:39.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-01-25T04:39:39.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-01-25T04:39:39.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-01-25T04:39:39.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1899 | 2025-01-25T04:39:39.504Z | |
1900 | 2025-01-25T04:39:39.504Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1901 | 2025-01-25T04:39:40.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-01-25T04:39:40.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-01-25T04:39:40.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-01-25T04:39:40.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1905 | 2025-01-25T04:39:40.137Z | |
1906 | 2025-01-25T04:39:40.137Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1907 | 2025-01-25T04:39:40.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-01-25T04:39:40.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-01-25T04:39:40.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-01-25T04:39:40.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1911 | 2025-01-25T04:39:40.768Z | |
1912 | 2025-01-25T04:39:40.768Z | info: running `cargo check --bins` on oxlog (48/197) |
1913 | 2025-01-25T04:39:41.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-01-25T04:39:41.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-01-25T04:39:41.425Z | Checking cfg-if v1.0.0 |
1916 | 2025-01-25T04:39:41.429Z | Checking libc v0.2.169 |
1917 | 2025-01-25T04:39:41.489Z | Checking serde v1.0.217 |
1918 | 2025-01-25T04:39:41.489Z | Checking zeroize v1.8.1 |
1919 | 2025-01-25T04:39:41.509Z | Checking memchr v2.7.4 |
1920 | 2025-01-25T04:39:41.512Z | Checking typenum v1.17.0 |
1921 | 2025-01-25T04:39:41.532Z | Checking scopeguard v1.2.0 |
1922 | 2025-01-25T04:39:41.544Z | Checking subtle v2.6.1 |
1923 | 2025-01-25T04:39:41.558Z | Checking value-bag v1.9.0 |
1924 | 2025-01-25T04:39:41.672Z | Checking lock_api v0.4.12 |
1925 | 2025-01-25T04:39:41.742Z | Checking smallvec v1.13.2 |
1926 | 2025-01-25T04:39:41.823Z | Checking itoa v1.0.11 |
1927 | 2025-01-25T04:39:41.964Z | Checking log v0.4.22 |
1928 | 2025-01-25T04:39:42.050Z | Checking const-oid v0.9.6 |
1929 | 2025-01-25T04:39:42.077Z | Checking pin-project-lite v0.2.14 |
1930 | 2025-01-25T04:39:42.092Z | Checking byteorder v1.5.0 |
1931 | 2025-01-25T04:39:42.211Z | Checking futures-core v0.3.31 |
1932 | 2025-01-25T04:39:42.332Z | Checking once_cell v1.20.2 |
1933 | 2025-01-25T04:39:42.414Z | Checking stable_deref_trait v1.2.0 |
1934 | 2025-01-25T04:39:42.430Z | Checking cpufeatures v0.2.14 |
1935 | 2025-01-25T04:39:42.547Z | Checking getrandom v0.2.15 |
1936 | 2025-01-25T04:39:42.556Z | Checking parking_lot_core v0.9.10 |
1937 | 2025-01-25T04:39:42.557Z | Checking signal-hook-registry v1.4.2 |
1938 | 2025-01-25T04:39:42.557Z | Checking mio v1.0.2 |
1939 | 2025-01-25T04:39:42.559Z | Checking generic-array v0.14.7 |
1940 | 2025-01-25T04:39:42.616Z | Checking futures-sink v0.3.31 |
1941 | 2025-01-25T04:39:42.698Z | Checking rand_core v0.6.4 |
1942 | 2025-01-25T04:39:42.761Z | Checking socket2 v0.5.7 |
1943 | 2025-01-25T04:39:42.778Z | Checking spin v0.9.8 |
1944 | 2025-01-25T04:39:42.828Z | Checking parking_lot v0.12.3 |
1945 | 2025-01-25T04:39:43.024Z | Checking zerocopy v0.7.35 |
1946 | 2025-01-25T04:39:43.100Z | Checking zerofrom v0.1.4 |
1947 | 2025-01-25T04:39:43.118Z | Checking slab v0.4.9 |
1948 | 2025-01-25T04:39:43.161Z | Checking futures-channel v0.3.31 |
1949 | 2025-01-25T04:39:43.209Z | Checking pin-utils v0.1.0 |
1950 | 2025-01-25T04:39:43.300Z | Checking equivalent v1.0.1 |
1951 | 2025-01-25T04:39:43.317Z | Checking yoke v0.7.4 |
1952 | 2025-01-25T04:39:43.374Z | Checking allocator-api2 v0.2.18 |
1953 | 2025-01-25T04:39:43.414Z | Checking foldhash v0.1.3 |
1954 | 2025-01-25T04:39:43.501Z | Checking futures-task v0.3.31 |
1955 | 2025-01-25T04:39:43.669Z | Checking futures-io v0.3.31 |
1956 | 2025-01-25T04:39:43.672Z | Checking crypto-common v0.1.6 |
1957 | 2025-01-25T04:39:43.672Z | Checking block-buffer v0.10.4 |
1958 | 2025-01-25T04:39:43.749Z | Checking zerovec v0.10.4 |
1959 | 2025-01-25T04:39:43.800Z | Checking futures-util v0.3.31 |
1960 | 2025-01-25T04:39:43.824Z | Checking block-padding v0.3.3 |
1961 | 2025-01-25T04:39:43.877Z | Checking ryu v1.0.18 |
1962 | 2025-01-25T04:39:43.975Z | Checking digest v0.10.7 |
1963 | 2025-01-25T04:39:43.978Z | Checking hashbrown v0.15.1 |
1964 | 2025-01-25T04:39:44.018Z | Checking inout v0.1.3 |
1965 | 2025-01-25T04:39:44.127Z | Checking writeable v0.5.5 |
1966 | 2025-01-25T04:39:44.255Z | Checking fnv v1.0.7 |
1967 | 2025-01-25T04:39:44.271Z | Checking litemap v0.7.3 |
1968 | 2025-01-25T04:39:44.330Z | Checking hmac v0.12.1 |
1969 | 2025-01-25T04:39:44.398Z | Checking sha2 v0.10.8 |
1970 | 2025-01-25T04:39:44.440Z | Checking cipher v0.4.4 |
1971 | 2025-01-25T04:39:44.562Z | Checking libm v0.2.8 |
1972 | 2025-01-25T04:39:44.606Z | Checking base64ct v1.6.0 |
1973 | 2025-01-25T04:39:44.838Z | Checking ppv-lite86 v0.2.20 |
1974 | 2025-01-25T04:39:44.970Z | Checking icu_locid_transform_data v1.5.0 |
1975 | 2025-01-25T04:39:45.029Z | Checking flagset v0.4.6 |
1976 | 2025-01-25T04:39:45.046Z | Checking pem-rfc7468 v0.7.0 |
1977 | 2025-01-25T04:39:45.066Z | Checking tracing-core v0.1.32 |
1978 | 2025-01-25T04:39:45.227Z | Checking thiserror v1.0.69 |
1979 | 2025-01-25T04:39:45.283Z | Checking tinystr v0.7.6 |
1980 | 2025-01-25T04:39:45.327Z | Checking der v0.7.9 |
1981 | 2025-01-25T04:39:45.374Z | Checking icu_collections v1.5.0 |
1982 | 2025-01-25T04:39:45.477Z | Checking num-traits v0.2.19 |
1983 | 2025-01-25T04:39:45.568Z | Checking rand_chacha v0.3.1 |
1984 | 2025-01-25T04:39:45.603Z | Checking icu_locid v1.5.0 |
1985 | 2025-01-25T04:39:45.706Z | Checking icu_properties_data v1.5.0 |
1986 | 2025-01-25T04:39:45.965Z | Checking percent-encoding v2.3.1 |
1987 | 2025-01-25T04:39:45.985Z | Checking rustls-pki-types v1.10.0 |
1988 | 2025-01-25T04:39:46.045Z | Checking bytes v1.9.0 |
1989 | 2025-01-25T04:39:46.045Z | Checking indexmap v2.7.0 |
1990 | 2025-01-25T04:39:46.188Z | Checking serde_json v1.0.135 |
1991 | 2025-01-25T04:39:46.566Z | Checking bitflags v2.6.0 |
1992 | 2025-01-25T04:39:46.569Z | Checking icu_provider v1.5.0 |
1993 | 2025-01-25T04:39:46.870Z | Checking tokio v1.43.0 |
1994 | 2025-01-25T04:39:46.888Z | Checking http v1.2.0 |
1995 | 2025-01-25T04:39:47.018Z | Checking spki v0.7.3 |
1996 | 2025-01-25T04:39:47.026Z | Checking rand v0.8.5 |
1997 | 2025-01-25T04:39:47.213Z | Checking icu_locid_transform v1.5.0 |
1998 | 2025-01-25T04:39:47.213Z | Checking tracing v0.1.40 |
1999 | 2025-01-25T04:39:47.304Z | Checking salsa20 v0.10.2 |
2000 | 2025-01-25T04:39:47.539Z | Checking pbkdf2 v0.12.2 |
2001 | 2025-01-25T04:39:47.577Z | Checking aws-lc-sys v0.22.0 |
2002 | 2025-01-25T04:39:47.699Z | Checking httparse v1.9.5 |
2003 | 2025-01-25T04:39:47.878Z | Checking write16 v1.0.0 |
2004 | 2025-01-25T04:39:48.017Z | Checking utf8_iter v1.0.4 |
2005 | 2025-01-25T04:39:48.170Z | Checking mirai-annotations v1.12.0 |
2006 | 2025-01-25T04:39:48.203Z | Checking utf16_iter v1.0.5 |
2007 | 2025-01-25T04:39:48.220Z | Checking powerfmt v0.2.0 |
2008 | 2025-01-25T04:39:48.239Z | Checking icu_properties v1.5.1 |
2009 | 2025-01-25T04:39:48.283Z | Checking untrusted v0.9.0 |
2010 | 2025-01-25T04:39:48.332Z | Checking untrusted v0.7.1 |
2011 | 2025-01-25T04:39:48.356Z | Checking icu_normalizer_data v1.5.0 |
2012 | 2025-01-25T04:39:48.372Z | Checking scrypt v0.11.0 |
2013 | 2025-01-25T04:39:48.448Z | Checking ring v0.17.8 |
2014 | 2025-01-25T04:39:48.465Z | Checking cbc v0.1.2 |
2015 | 2025-01-25T04:39:48.479Z | Checking deranged v0.3.11 |
2016 | 2025-01-25T04:39:48.502Z | Checking aes v0.8.4 |
2017 | 2025-01-25T04:39:48.592Z | Checking crossbeam-utils v0.8.20 |
2018 | 2025-01-25T04:39:48.674Z | Checking time-core v0.1.2 |
2019 | 2025-01-25T04:39:48.835Z | Checking num-conv v0.1.0 |
2020 | 2025-01-25T04:39:49.095Z | Checking num_threads v0.1.7 |
2021 | 2025-01-25T04:39:49.261Z | Checking tinyvec_macros v0.1.1 |
2022 | 2025-01-25T04:39:49.311Z | Checking atomic-waker v1.1.2 |
2023 | 2025-01-25T04:39:49.329Z | Checking tinyvec v1.8.0 |
2024 | 2025-01-25T04:39:49.457Z | Checking http-body v1.0.1 |
2025 | 2025-01-25T04:39:49.474Z | Checking pkcs5 v0.7.1 |
2026 | 2025-01-25T04:39:49.659Z | Checking aws-lc-rs v1.10.0 |
2027 | 2025-01-25T04:39:49.680Z | Checking form_urlencoded v1.2.1 |
2028 | 2025-01-25T04:39:49.777Z | Checking time v0.3.36 |
2029 | 2025-01-25T04:39:49.907Z | Checking try-lock v0.2.5 |
2030 | 2025-01-25T04:39:49.990Z | Checking pkcs8 v0.10.2 |
2031 | 2025-01-25T04:39:50.061Z | Checking want v0.3.1 |
2032 | 2025-01-25T04:39:50.248Z | Checking uuid v1.12.0 |
2033 | 2025-01-25T04:39:50.266Z | Checking httpdate v1.0.3 |
2034 | 2025-01-25T04:39:50.381Z | Checking unicode-ident v1.0.14 |
2035 | 2025-01-25T04:39:50.492Z | Checking proc-macro2 v1.0.92 |
2036 | 2025-01-25T04:39:50.526Z | Checking serde_spanned v0.6.8 |
2037 | 2025-01-25T04:39:50.684Z | Checking toml_datetime v0.6.8 |
2038 | 2025-01-25T04:39:50.736Z | Checking slog v2.7.0 |
2039 | 2025-01-25T04:39:50.879Z | Checking scroll v0.12.0 |
2040 | 2025-01-25T04:39:50.991Z | Checking match_cfg v0.1.0 |
2041 | 2025-01-25T04:39:51.107Z | Checking iana-time-zone v0.1.61 |
2042 | 2025-01-25T04:39:51.185Z | Checking foreign-types-shared v0.1.1 |
2043 | 2025-01-25T04:39:51.228Z | Checking tower-service v0.3.3 |
2044 | 2025-01-25T04:39:51.275Z | Checking plain v0.2.3 |
2045 | 2025-01-25T04:39:51.313Z | Checking ucd-trie v0.1.7 |
2046 | 2025-01-25T04:39:51.358Z | Checking base64 v0.22.1 |
2047 | 2025-01-25T04:39:51.374Z | Checking adler2 v2.0.0 |
2048 | 2025-01-25T04:39:51.496Z | Checking rustls-webpki v0.102.8 |
2049 | 2025-01-25T04:39:51.505Z | Checking goblin v0.8.2 |
2050 | 2025-01-25T04:39:51.521Z | Checking pest v2.7.14 |
2051 | 2025-01-25T04:39:51.537Z | Checking miniz_oxide v0.8.0 |
2052 | 2025-01-25T04:39:51.552Z | Checking icu_normalizer v1.5.0 |
2053 | 2025-01-25T04:39:51.830Z | Checking foreign-types v0.3.2 |
2054 | 2025-01-25T04:39:51.935Z | Checking chrono v0.4.39 |
2055 | 2025-01-25T04:39:52.214Z | Checking quote v1.0.38 |
2056 | 2025-01-25T04:39:52.231Z | Checking hostname v0.3.1 |
2057 | 2025-01-25T04:39:52.297Z | Checking openssl-sys v0.9.103 |
2058 | 2025-01-25T04:39:52.350Z | Checking idna_adapter v1.2.0 |
2059 | 2025-01-25T04:39:52.367Z | Checking errno v0.3.9 |
2060 | 2025-01-25T04:39:52.638Z | Checking dirs-sys-next v0.1.2 |
2061 | 2025-01-25T04:39:52.655Z | Checking idna v1.0.3 |
2062 | 2025-01-25T04:39:52.656Z | Checking aho-corasick v1.1.3 |
2063 | 2025-01-25T04:39:52.729Z | Checking pretty-hex v0.4.1 |
2064 | 2025-01-25T04:39:52.913Z | Checking regex-syntax v0.8.5 |
2065 | 2025-01-25T04:39:53.054Z | Checking url v2.5.3 |
2066 | 2025-01-25T04:39:53.471Z | Compiling newtype-uuid v1.2.1 |
2067 | 2025-01-25T04:39:53.647Z | Checking tokio-util v0.7.12 |
2068 | 2025-01-25T04:39:53.775Z | Checking siphasher v0.3.11 |
2069 | 2025-01-25T04:39:53.884Z | Checking data-encoding v2.6.0 |
2070 | 2025-01-25T04:39:53.960Z | Checking openssl v0.10.66 |
2071 | 2025-01-25T04:39:54.073Z | Checking dirs-next v2.0.0 |
2072 | 2025-01-25T04:39:54.091Z | Checking dtrace-parser v0.2.0 |
2073 | 2025-01-25T04:39:54.120Z | Checking rustix v0.38.37 |
2074 | 2025-01-25T04:39:54.206Z | Checking syn v2.0.96 |
2075 | 2025-01-25T04:39:54.422Z | Checking unicode-normalization v0.1.24 |
2076 | 2025-01-25T04:39:54.510Z | Checking h2 v0.4.6 |
2077 | 2025-01-25T04:39:54.548Z | Checking http-body-util v0.1.2 |
2078 | 2025-01-25T04:39:54.980Z | Checking crossbeam-epoch v0.9.18 |
2079 | 2025-01-25T04:39:55.382Z | Checking signature v2.2.0 |
2080 | 2025-01-25T04:39:55.428Z | Checking sha1 v0.10.6 |
2081 | 2025-01-25T04:39:55.596Z | Checking lazy_static v1.5.0 |
2082 | 2025-01-25T04:39:55.712Z | Checking thread_local v1.1.8 |
2083 | 2025-01-25T04:39:55.745Z | Checking thread-id v4.2.2 |
2084 | 2025-01-25T04:39:55.871Z | Checking encoding_rs v0.8.34 |
2085 | 2025-01-25T04:39:56.000Z | Checking winnow v0.6.20 |
2086 | 2025-01-25T04:39:56.314Z | Checking dof v0.3.0 |
2087 | 2025-01-25T04:39:56.331Z | Checking regex-automata v0.4.8 |
2088 | 2025-01-25T04:39:56.934Z | Checking unicode-bidi v0.3.17 |
2089 | 2025-01-25T04:39:57.409Z | Checking either v1.13.0 |
2090 | 2025-01-25T04:39:57.547Z | Checking ipnet v2.10.1 |
2091 | 2025-01-25T04:39:57.794Z | Checking gimli v0.31.1 |
2092 | 2025-01-25T04:39:58.030Z | Checking mime v0.3.17 |
2093 | 2025-01-25T04:39:58.296Z | Checking unicode-properties v0.1.3 |
2094 | 2025-01-25T04:39:58.344Z | Checking utf8parse v0.2.2 |
2095 | 2025-01-25T04:39:58.495Z | Checking openssl-probe v0.1.5 |
2096 | 2025-01-25T04:39:58.652Z | Checking anstyle v1.0.10 |
2097 | 2025-01-25T04:39:58.668Z | Checking stringprep v0.1.5 |
2098 | 2025-01-25T04:39:58.691Z | Checking toml_edit v0.22.22 |
2099 | 2025-01-25T04:39:58.954Z | Checking anstyle-parse v0.2.5 |
2100 | 2025-01-25T04:39:58.996Z | Checking crossbeam-deque v0.8.5 |
2101 | 2025-01-25T04:39:59.154Z | Checking native-tls v0.2.12 |
2102 | 2025-01-25T04:39:59.228Z | Checking term v0.7.0 |
2103 | 2025-01-25T04:39:59.358Z | Checking slog-json v2.6.1 |
2104 | 2025-01-25T04:39:59.477Z | Checking rustls v0.22.4 |
2105 | 2025-01-25T04:39:59.601Z | Checking rustls v0.23.19 |
2106 | 2025-01-25T04:39:59.659Z | Checking serde_urlencoded v0.7.1 |
2107 | 2025-01-25T04:40:00.081Z | Checking crossbeam-channel v0.5.13 |
2108 | 2025-01-25T04:40:00.187Z | Checking usdt-impl v0.5.0 |
2109 | 2025-01-25T04:40:00.768Z | Checking futures-executor v0.3.31 |
2110 | 2025-01-25T04:40:00.771Z | Checking num-integer v0.1.46 |
2111 | 2025-01-25T04:40:00.800Z | Checking rustls-pemfile v2.2.0 |
2112 | 2025-01-25T04:40:01.000Z | Checking hyper v1.5.2 |
2113 | 2025-01-25T04:40:01.018Z | Checking md-5 v0.10.6 |
2114 | 2025-01-25T04:40:01.037Z | Checking ff v0.13.0 |
2115 | 2025-01-25T04:40:01.264Z | Checking hash32 v0.2.1 |
2116 | 2025-01-25T04:40:01.283Z | Checking is-terminal v0.4.13 |
2117 | 2025-01-25T04:40:01.299Z | Checking memmap v0.7.0 |
2118 | 2025-01-25T04:40:01.336Z | Checking object v0.36.5 |
2119 | 2025-01-25T04:40:01.427Z | Checking anstyle-query v1.1.1 |
2120 | 2025-01-25T04:40:01.589Z | Checking dyn-clone v1.0.17 |
2121 | 2025-01-25T04:40:01.594Z | Checking fallible-iterator v0.2.0 |
2122 | 2025-01-25T04:40:01.594Z | Checking is_terminal_polyfill v1.70.1 |
2123 | 2025-01-25T04:40:01.665Z | Checking addr2line v0.24.2 |
2124 | 2025-01-25T04:40:01.686Z | Checking rustc-demangle v0.1.24 |
2125 | 2025-01-25T04:40:01.717Z | Checking quick-error v1.2.3 |
2126 | 2025-01-25T04:40:01.886Z | Checking linked-hash-map v0.5.6 |
2127 | 2025-01-25T04:40:02.179Z | Checking utf-8 v0.7.6 |
2128 | 2025-01-25T04:40:02.196Z | Checking base16ct v0.2.0 |
2129 | 2025-01-25T04:40:02.218Z | Checking colorchoice v1.0.2 |
2130 | 2025-01-25T04:40:02.232Z | Checking take_mut v0.2.2 |
2131 | 2025-01-25T04:40:02.369Z | Checking psl-types v2.0.11 |
2132 | 2025-01-25T04:40:02.387Z | Checking slog-async v2.8.0 |
2133 | 2025-01-25T04:40:02.401Z | Checking tungstenite v0.24.0 |
2134 | 2025-01-25T04:40:02.417Z | Checking sec1 v0.7.3 |
2135 | 2025-01-25T04:40:02.555Z | Checking publicsuffix v2.3.0 |
2136 | 2025-01-25T04:40:02.709Z | Checking anstream v0.6.15 |
2137 | 2025-01-25T04:40:02.798Z | Checking lru-cache v0.1.2 |
2138 | 2025-01-25T04:40:02.848Z | Checking postgres-protocol v0.6.7 |
2139 | 2025-01-25T04:40:02.913Z | Checking tokio-rustls v0.25.0 |
2140 | 2025-01-25T04:40:02.989Z | Checking resolv-conf v0.7.0 |
2141 | 2025-01-25T04:40:03.034Z | Checking hyper-util v0.1.10 |
2142 | 2025-01-25T04:40:03.069Z | Checking schemars v0.8.21 |
2143 | 2025-01-25T04:40:03.275Z | Checking heapless v0.7.17 |
2144 | 2025-01-25T04:40:03.294Z | Checking usdt v0.5.0 |
2145 | 2025-01-25T04:40:03.359Z | Checking slog-term v2.9.1 |
2146 | 2025-01-25T04:40:03.504Z | Checking toml v0.8.19 |
2147 | 2025-01-25T04:40:03.559Z | Checking group v0.13.0 |
2148 | 2025-01-25T04:40:03.833Z | Checking num-iter v0.1.45 |
2149 | 2025-01-25T04:40:03.881Z | Checking futures v0.3.31 |
2150 | 2025-01-25T04:40:04.004Z | Checking slog-bunyan v2.5.0 |
2151 | 2025-01-25T04:40:04.025Z | Checking tokio-native-tls v0.3.1 |
2152 | 2025-01-25T04:40:04.191Z | Checking rayon-core v1.12.1 |
2153 | 2025-01-25T04:40:04.219Z | Checking multer v3.1.0 |
2154 | 2025-01-25T04:40:04.237Z | Checking hickory-proto v0.24.2 |
2155 | 2025-01-25T04:40:04.287Z | Checking terminal_size v0.4.0 |
2156 | 2025-01-25T04:40:04.472Z | Checking phf_shared v0.11.2 |
2157 | 2025-01-25T04:40:04.723Z | Checking cookie v0.18.1 |
2158 | 2025-01-25T04:40:04.763Z | Checking async-stream v0.3.6 |
2159 | 2025-01-25T04:40:04.947Z | Checking bzip2-sys v0.1.11+1.0.8 |
2160 | 2025-01-25T04:40:04.951Z | Checking tokio-rustls v0.26.0 |
2161 | 2025-01-25T04:40:04.951Z | Checking camino v1.1.9 |
2162 | 2025-01-25T04:40:04.963Z | Checking signal-hook v0.3.17 |
2163 | 2025-01-25T04:40:05.013Z | Checking waitgroup v0.1.2 |
2164 | 2025-01-25T04:40:05.035Z | Checking openapiv3 v2.0.0 |
2165 | 2025-01-25T04:40:05.163Z | Checking webpki-roots v0.26.6 |
2166 | 2025-01-25T04:40:05.179Z | Checking serde_path_to_error v0.1.16 |
2167 | 2025-01-25T04:40:05.291Z | Checking hkdf v0.12.4 |
2168 | 2025-01-25T04:40:05.307Z | Checking crypto-bigint v0.5.5 |
2169 | 2025-01-25T04:40:05.376Z | Checking hostname v0.4.0 |
2170 | 2025-01-25T04:40:05.463Z | Checking crc32fast v1.4.2 |
2171 | 2025-01-25T04:40:05.519Z | Checking winnow v0.5.40 |
2172 | 2025-01-25T04:40:05.536Z | Checking clap_lex v0.7.2 |
2173 | 2025-01-25T04:40:05.709Z | Checking debug-ignore v1.0.5 |
2174 | 2025-01-25T04:40:05.760Z | Checking unicode-width v0.1.14 |
2175 | 2025-01-25T04:40:05.814Z | Checking managed v0.8.0 |
2176 | 2025-01-25T04:40:05.860Z | Checking bitflags v1.3.2 |
2177 | 2025-01-25T04:40:05.965Z | Checking strsim v0.11.1 |
2178 | 2025-01-25T04:40:06.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2179 | 2025-01-25T04:40:06.275Z | Checking console v0.15.8 |
2180 | 2025-01-25T04:40:06.278Z | Checking clap_builder v4.5.21 |
2181 | 2025-01-25T04:40:06.530Z | Checking smoltcp v0.9.1 |
2182 | 2025-01-25T04:40:07.095Z | Checking flate2 v1.0.35 |
2183 | 2025-01-25T04:40:07.386Z | Checking backtrace v0.3.74 |
2184 | 2025-01-25T04:40:07.568Z | Checking hyper-rustls v0.27.3 |
2185 | 2025-01-25T04:40:07.925Z | Checking signal-hook-mio v0.2.4 |
2186 | 2025-01-25T04:40:07.980Z | Checking anyhow v1.0.95 |
2187 | 2025-01-25T04:40:08.017Z | Checking cookie_store v0.21.1 |
2188 | 2025-01-25T04:40:08.081Z | Checking hyper-tls v0.6.0 |
2189 | 2025-01-25T04:40:08.151Z | Checking elliptic-curve v0.13.8 |
2190 | 2025-01-25T04:40:08.363Z | Checking bzip2 v0.4.4 |
2191 | 2025-01-25T04:40:08.382Z | Checking rayon v1.10.0 |
2192 | 2025-01-25T04:40:08.438Z | Checking toml_edit v0.19.15 |
2193 | 2025-01-25T04:40:08.454Z | Checking dropshot v0.12.0 |
2194 | 2025-01-25T04:40:08.651Z | Checking phf v0.11.2 |
2195 | 2025-01-25T04:40:08.693Z | Checking num-bigint-dig v0.8.4 |
2196 | 2025-01-25T04:40:08.810Z | Checking postgres-types v0.2.8 |
2197 | 2025-01-25T04:40:08.907Z | Checking tokio-tungstenite v0.24.0 |
2198 | 2025-01-25T04:40:08.961Z | Checking hickory-resolver v0.24.2 |
2199 | 2025-01-25T04:40:09.316Z | Checking regex v1.11.1 |
2200 | 2025-01-25T04:40:09.434Z | Checking bstr v1.10.0 |
2201 | 2025-01-25T04:40:09.461Z | Checking ed25519 v2.2.3 |
2202 | 2025-01-25T04:40:09.808Z | Checking tokio-stream v0.1.16 |
2203 | 2025-01-25T04:40:09.947Z | Checking phf_shared v0.10.0 |
2204 | 2025-01-25T04:40:10.240Z | Checking curve25519-dalek v4.1.3 |
2205 | 2025-01-25T04:40:10.308Z | Checking zerocopy v0.6.6 |
2206 | 2025-01-25T04:40:10.601Z | Checking hubpack v0.1.2 |
2207 | 2025-01-25T04:40:10.626Z | Checking portable-atomic v1.9.0 |
2208 | 2025-01-25T04:40:10.807Z | Checking pkcs1 v0.7.5 |
2209 | 2025-01-25T04:40:10.926Z | Checking float-cmp v0.9.0 |
2210 | 2025-01-25T04:40:10.960Z | Checking serde-big-array v0.5.1 |
2211 | 2025-01-25T04:40:10.977Z | Checking rfc6979 v0.4.0 |
2212 | 2025-01-25T04:40:11.142Z | Checking sync_wrapper v1.0.1 |
2213 | 2025-01-25T04:40:11.175Z | Checking difflib v0.4.0 |
2214 | 2025-01-25T04:40:11.197Z | Checking unicode-segmentation v1.12.0 |
2215 | 2025-01-25T04:40:11.253Z | Checking normalize-line-endings v0.3.0 |
2216 | 2025-01-25T04:40:11.300Z | Checking precomputed-hash v0.1.1 |
2217 | 2025-01-25T04:40:11.400Z | Checking static_assertions v1.1.0 |
2218 | 2025-01-25T04:40:11.435Z | Checking bit-vec v0.6.3 |
2219 | 2025-01-25T04:40:11.515Z | Checking predicates-core v1.0.8 |
2220 | 2025-01-25T04:40:11.547Z | Checking new_debug_unreachable v1.0.6 |
2221 | 2025-01-25T04:40:11.668Z | Checking minimal-lexical v0.2.1 |
2222 | 2025-01-25T04:40:11.671Z | Checking number_prefix v0.4.0 |
2223 | 2025-01-25T04:40:11.726Z | Checking fixedbitset v0.4.2 |
2224 | 2025-01-25T04:40:11.769Z | Checking unicode-width v0.2.0 |
2225 | 2025-01-25T04:40:11.853Z | Checking whoami v1.5.2 |
2226 | 2025-01-25T04:40:11.870Z | Checking bit-set v0.5.3 |
2227 | 2025-01-25T04:40:11.929Z | Checking similar v2.6.0 |
2228 | 2025-01-25T04:40:11.999Z | Checking petgraph v0.6.5 |
2229 | 2025-01-25T04:40:12.045Z | Checking qorb v0.2.1 |
2230 | 2025-01-25T04:40:12.062Z | Checking nom v7.1.3 |
2231 | 2025-01-25T04:40:12.123Z | Checking predicates v3.1.2 |
2232 | 2025-01-25T04:40:12.141Z | Checking ed25519-dalek v2.1.1 |
2233 | 2025-01-25T04:40:12.156Z | Checking tokio-postgres v0.7.12 |
2234 | 2025-01-25T04:40:12.255Z | Checking indicatif v0.17.9 |
2235 | 2025-01-25T04:40:12.543Z | Checking string_cache v0.8.7 |
2236 | 2025-01-25T04:40:12.786Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2237 | 2025-01-25T04:40:12.792Z | Checking reqwest v0.12.9 |
2238 | 2025-01-25T04:40:12.827Z | Checking rsa v0.9.6 |
2239 | 2025-01-25T04:40:13.011Z | Checking ecdsa v0.16.9 |
2240 | 2025-01-25T04:40:13.753Z | Checking toml v0.7.8 |
2241 | 2025-01-25T04:40:13.901Z | Checking clap v4.5.21 |
2242 | 2025-01-25T04:40:13.949Z | Checking zip v0.6.6 |
2243 | 2025-01-25T04:40:14.451Z | Checking crossterm v0.28.1 |
2244 | 2025-01-25T04:40:14.665Z | Checking itertools v0.10.5 |
2245 | 2025-01-25T04:40:14.699Z | Checking itertools v0.12.1 |
2246 | 2025-01-25T04:40:14.715Z | Checking fs-err v2.11.0 |
2247 | 2025-01-25T04:40:14.734Z | Checking ahash v0.8.11 |
2248 | 2025-01-25T04:40:15.133Z | Checking x509-cert v0.2.5 |
2249 | 2025-01-25T04:40:15.205Z | Checking hex v0.4.3 |
2250 | 2025-01-25T04:40:15.235Z | Checking semver v1.0.24 |
2251 | 2025-01-25T04:40:15.328Z | Checking lalrpop-util v0.19.12 |
2252 | 2025-01-25T04:40:15.638Z | Checking peg-runtime v0.8.3 |
2253 | 2025-01-25T04:40:15.667Z | Checking sigpipe v0.1.3 |
2254 | 2025-01-25T04:40:17.272Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2255 | 2025-01-25T04:40:17.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s |
2256 | 2025-01-25T04:40:17.786Z | |
2257 | 2025-01-25T04:40:17.787Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2258 | 2025-01-25T04:40:18.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2025-01-25T04:40:18.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2025-01-25T04:40:18.501Z | Compiling hashbrown v0.14.5 |
2261 | 2025-01-25T04:40:18.625Z | Checking heck v0.5.0 |
2262 | 2025-01-25T04:40:18.639Z | Compiling unsafe-libyaml v0.2.11 |
2263 | 2025-01-25T04:40:18.655Z | Checking ipnetwork v0.20.0 |
2264 | 2025-01-25T04:40:18.658Z | Compiling ident_case v1.0.1 |
2265 | 2025-01-25T04:40:18.689Z | Checking progenitor-client v0.8.0 |
2266 | 2025-01-25T04:40:18.703Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2267 | 2025-01-25T04:40:18.803Z | Checking newtype-uuid v1.2.1 |
2268 | 2025-01-25T04:40:18.851Z | Compiling darling_core v0.20.10 |
2269 | 2025-01-25T04:40:19.002Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2270 | 2025-01-25T04:40:19.067Z | Compiling proc-macro-crate v1.3.1 |
2271 | 2025-01-25T04:40:19.069Z | Compiling structmeta-derive v0.3.0 |
2272 | 2025-01-25T04:40:19.102Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2273 | 2025-01-25T04:40:19.365Z | Compiling thiserror v2.0.11 |
2274 | 2025-01-25T04:40:19.501Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2275 | 2025-01-25T04:40:19.596Z | Checking regress v0.10.1 |
2276 | 2025-01-25T04:40:19.985Z | Compiling serde_yaml v0.9.34+deprecated |
2277 | 2025-01-25T04:40:20.014Z | Compiling num_enum_derive v0.5.11 |
2278 | 2025-01-25T04:40:20.707Z | Compiling lzma-sys v0.1.20 |
2279 | 2025-01-25T04:40:20.949Z | Compiling foreign-types-macros v0.2.3 |
2280 | 2025-01-25T04:40:21.440Z | Compiling thiserror-impl v2.0.11 |
2281 | 2025-01-25T04:40:21.852Z | Compiling structmeta v0.3.0 |
2282 | 2025-01-25T04:40:22.247Z | Compiling dropshot v0.15.1 |
2283 | 2025-01-25T04:40:22.266Z | Checking foreign-types-shared v0.3.1 |
2284 | 2025-01-25T04:40:22.327Z | Checking arc-swap v1.7.1 |
2285 | 2025-01-25T04:40:22.397Z | Checking foreign-types v0.5.0 |
2286 | 2025-01-25T04:40:22.519Z | Checking num_enum v0.5.11 |
2287 | 2025-01-25T04:40:22.646Z | Compiling parse-display-derive v0.10.0 |
2288 | 2025-01-25T04:40:22.739Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2289 | 2025-01-25T04:40:22.754Z | Checking slog-scope v4.4.0 |
2290 | 2025-01-25T04:40:22.962Z | Compiling proc-macro-error v1.0.4 |
2291 | 2025-01-25T04:40:23.266Z | Checking typify-impl v0.2.0 |
2292 | 2025-01-25T04:40:23.701Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2293 | 2025-01-25T04:40:23.737Z | Checking tungstenite v0.21.0 |
2294 | 2025-01-25T04:40:23.819Z | Compiling heck v0.3.3 |
2295 | 2025-01-25T04:40:24.224Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2296 | 2025-01-25T04:40:24.658Z | Compiling dropshot_endpoint v0.15.1 |
2297 | 2025-01-25T04:40:24.683Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2298 | 2025-01-25T04:40:24.886Z | Checking cstr-argument v0.1.2 |
2299 | 2025-01-25T04:40:25.029Z | Checking instant v0.1.13 |
2300 | 2025-01-25T04:40:25.082Z | Checking base64 v0.21.7 |
2301 | 2025-01-25T04:40:25.141Z | Compiling darling_macro v0.20.10 |
2302 | 2025-01-25T04:40:25.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2303 | 2025-01-25T04:40:25.431Z | Checking fastrand v2.1.1 |
2304 | 2025-01-25T04:40:25.457Z | Checking pretty-hex v0.2.1 |
2305 | 2025-01-25T04:40:25.637Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2306 | 2025-01-25T04:40:25.708Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2307 | 2025-01-25T04:40:25.784Z | Checking tempfile v3.13.0 |
2308 | 2025-01-25T04:40:25.821Z | Checking backoff v0.4.0 |
2309 | 2025-01-25T04:40:25.860Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2310 | 2025-01-25T04:40:25.918Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2311 | 2025-01-25T04:40:26.055Z | Compiling darling v0.20.10 |
2312 | 2025-01-25T04:40:26.141Z | Checking tokio-tungstenite v0.21.0 |
2313 | 2025-01-25T04:40:26.162Z | Checking strum v0.26.3 |
2314 | 2025-01-25T04:40:26.181Z | Compiling zone_cfg_derive v0.1.2 |
2315 | 2025-01-25T04:40:26.222Z | Compiling serde_with_macros v3.11.0 |
2316 | 2025-01-25T04:40:26.237Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2025-01-25T04:40:26.331Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2318 | 2025-01-25T04:40:26.635Z | Checking slog-stdlog v4.1.1 |
2319 | 2025-01-25T04:40:26.806Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2320 | 2025-01-25T04:40:26.809Z | Checking parse-display v0.10.0 |
2321 | 2025-01-25T04:40:26.840Z | Checking regress v0.9.1 |
2322 | 2025-01-25T04:40:26.976Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2025-01-25T04:40:27.007Z | Checking progenitor-client v0.9.1 |
2324 | 2025-01-25T04:40:27.070Z | Checking colored v2.1.0 |
2325 | 2025-01-25T04:40:27.260Z | Checking macaddr v1.0.1 |
2326 | 2025-01-25T04:40:27.364Z | Checking base64 v0.13.1 |
2327 | 2025-01-25T04:40:27.619Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2328 | 2025-01-25T04:40:27.637Z | Checking zone v0.1.8 |
2329 | 2025-01-25T04:40:27.788Z | Checking ron v0.7.1 |
2330 | 2025-01-25T04:40:28.129Z | Checking xz2 v0.1.7 |
2331 | 2025-01-25T04:40:28.326Z | Checking slog-envlogger v2.2.0 |
2332 | 2025-01-25T04:40:28.467Z | Checking tabwriter v1.4.0 |
2333 | 2025-01-25T04:40:28.567Z | Checking xattr v1.3.1 |
2334 | 2025-01-25T04:40:28.713Z | Checking pem v3.0.4 |
2335 | 2025-01-25T04:40:28.773Z | Checking yasna v0.5.2 |
2336 | 2025-01-25T04:40:28.887Z | Checking serde_with v3.11.0 |
2337 | 2025-01-25T04:40:28.957Z | Checking headers-core v0.3.0 |
2338 | 2025-01-25T04:40:29.006Z | Checking smf v0.2.3 |
2339 | 2025-01-25T04:40:29.111Z | Checking filetime v0.2.25 |
2340 | 2025-01-25T04:40:29.334Z | Checking same-file v1.0.6 |
2341 | 2025-01-25T04:40:29.401Z | Checking tar v0.4.42 |
2342 | 2025-01-25T04:40:29.463Z | Checking headers v0.4.0 |
2343 | 2025-01-25T04:40:29.524Z | Checking walkdir v2.5.0 |
2344 | 2025-01-25T04:40:29.682Z | Checking rcgen v0.12.1 |
2345 | 2025-01-25T04:40:29.827Z | Checking camino-tempfile v1.1.1 |
2346 | 2025-01-25T04:40:30.142Z | Checking atomicwrites v0.4.4 |
2347 | 2025-01-25T04:40:30.301Z | Checking subprocess v0.2.9 |
2348 | 2025-01-25T04:40:33.028Z | Compiling typify-macro v0.2.0 |
2349 | 2025-01-25T04:40:34.574Z | Compiling typify v0.2.0 |
2350 | 2025-01-25T04:40:34.643Z | Compiling progenitor-impl v0.8.0 |
2351 | 2025-01-25T04:40:37.104Z | Compiling progenitor-macro v0.8.0 |
2352 | 2025-01-25T04:40:40.859Z | Checking progenitor v0.8.0 |
2353 | 2025-01-25T04:40:41.002Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2354 | 2025-01-25T04:40:41.002Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2355 | 2025-01-25T04:40:43.606Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2356 | 2025-01-25T04:40:43.924Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2357 | 2025-01-25T04:40:50.094Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2025-01-25T04:40:51.628Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2359 | 2025-01-25T04:40:52.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s |
2360 | 2025-01-25T04:40:53.041Z | |
2361 | 2025-01-25T04:40:53.041Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2362 | 2025-01-25T04:40:53.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2025-01-25T04:40:53.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2025-01-25T04:40:53.699Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2025-01-25T04:40:55.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2366 | 2025-01-25T04:40:55.275Z | |
2367 | 2025-01-25T04:40:55.276Z | info: running `cargo check --bins` on nexus-config (51/197) |
2368 | 2025-01-25T04:40:55.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2025-01-25T04:40:55.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2025-01-25T04:40:55.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2025-01-25T04:40:55.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2372 | 2025-01-25T04:40:55.902Z | |
2373 | 2025-01-25T04:40:55.902Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2374 | 2025-01-25T04:40:56.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2025-01-25T04:40:56.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2025-01-25T04:40:56.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2025-01-25T04:40:56.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2378 | 2025-01-25T04:40:56.521Z | |
2379 | 2025-01-25T04:40:56.521Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2380 | 2025-01-25T04:40:57.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2025-01-25T04:40:57.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2025-01-25T04:40:57.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2025-01-25T04:40:57.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2384 | 2025-01-25T04:40:57.141Z | |
2385 | 2025-01-25T04:40:57.141Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2386 | 2025-01-25T04:40:57.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2025-01-25T04:40:57.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2025-01-25T04:40:57.827Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2389 | 2025-01-25T04:40:57.940Z | Compiling ipnetwork v0.20.0 |
2390 | 2025-01-25T04:40:57.940Z | Compiling zerocopy v0.8.10 |
2391 | 2025-01-25T04:40:57.945Z | Compiling progenitor-client v0.8.0 |
2392 | 2025-01-25T04:40:57.945Z | Compiling itertools v0.13.0 |
2393 | 2025-01-25T04:40:57.945Z | Compiling zerocopy-derive v0.8.10 |
2394 | 2025-01-25T04:40:57.945Z | Compiling heapless v0.8.0 |
2395 | 2025-01-25T04:40:57.945Z | Compiling thiserror v2.0.11 |
2396 | 2025-01-25T04:40:58.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2397 | 2025-01-25T04:40:58.266Z | Checking hash32 v0.3.1 |
2398 | 2025-01-25T04:40:58.475Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2399 | 2025-01-25T04:40:58.493Z | Compiling progenitor v0.8.0 |
2400 | 2025-01-25T04:40:58.696Z | Compiling instant v0.1.13 |
2401 | 2025-01-25T04:40:58.780Z | Compiling smoltcp v0.11.0 |
2402 | 2025-01-25T04:40:58.796Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2403 | 2025-01-25T04:40:58.851Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2404 | 2025-01-25T04:40:58.869Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2405 | 2025-01-25T04:40:59.141Z | Compiling backoff v0.4.0 |
2406 | 2025-01-25T04:40:59.428Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2407 | 2025-01-25T04:40:59.484Z | Compiling dropshot v0.15.1 |
2408 | 2025-01-25T04:40:59.719Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2409 | 2025-01-25T04:40:59.735Z | Compiling serde_with v3.11.0 |
2410 | 2025-01-25T04:40:59.891Z | Compiling parse-display v0.10.0 |
2411 | 2025-01-25T04:40:59.920Z | Checking num-rational v0.4.2 |
2412 | 2025-01-25T04:41:00.512Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2413 | 2025-01-25T04:41:00.628Z | Compiling progenitor-client v0.9.1 |
2414 | 2025-01-25T04:41:00.894Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2415 | 2025-01-25T04:41:01.201Z | Compiling regress v0.9.1 |
2416 | 2025-01-25T04:41:02.435Z | Compiling phf_generator v0.11.2 |
2417 | 2025-01-25T04:41:02.566Z | Checking num-complex v0.4.6 |
2418 | 2025-01-25T04:41:03.389Z | Compiling macaddr v1.0.1 |
2419 | 2025-01-25T04:41:03.639Z | Checking cobs v0.2.3 |
2420 | 2025-01-25T04:41:03.857Z | Checking postcard v1.0.10 |
2421 | 2025-01-25T04:41:03.860Z | Checking num v0.4.3 |
2422 | 2025-01-25T04:41:03.985Z | Compiling phf_codegen v0.11.2 |
2423 | 2025-01-25T04:41:04.345Z | Compiling parse-zoneinfo v0.3.1 |
2424 | 2025-01-25T04:41:04.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2425 | 2025-01-25T04:41:04.717Z | Checking float-ord v0.3.2 |
2426 | 2025-01-25T04:41:04.883Z | Compiling convert_case v0.4.0 |
2427 | 2025-01-25T04:41:06.235Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2428 | 2025-01-25T04:41:06.339Z | Compiling derive_more v0.99.18 |
2429 | 2025-01-25T04:41:06.413Z | Compiling chrono-tz-build v0.4.0 |
2430 | 2025-01-25T04:41:06.585Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2431 | 2025-01-25T04:41:07.325Z | Compiling crucible-workspace-hack v0.1.0 |
2432 | 2025-01-25T04:41:07.481Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2433 | 2025-01-25T04:41:07.660Z | Checking newline-converter v0.3.0 |
2434 | 2025-01-25T04:41:07.681Z | Compiling chrono-tz v0.10.1 |
2435 | 2025-01-25T04:41:07.733Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2436 | 2025-01-25T04:41:07.840Z | Checking prettyplease v0.2.25 |
2437 | 2025-01-25T04:41:08.395Z | Compiling slog-dtrace v0.3.0 |
2438 | 2025-01-25T04:41:08.432Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2439 | 2025-01-25T04:41:08.706Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2440 | 2025-01-25T04:41:08.979Z | Checking expectorate v1.1.0 |
2441 | 2025-01-25T04:41:09.181Z | Compiling zone_cfg_derive v0.3.0 |
2442 | 2025-01-25T04:41:09.483Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2443 | 2025-01-25T04:41:10.284Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2444 | 2025-01-25T04:41:10.364Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2445 | 2025-01-25T04:41:10.463Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2446 | 2025-01-25T04:41:10.651Z | Compiling const_format_proc_macros v0.2.33 |
2447 | 2025-01-25T04:41:10.692Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2025-01-25T04:41:11.022Z | Compiling num-derive v0.4.2 |
2449 | 2025-01-25T04:41:11.403Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2450 | 2025-01-25T04:41:11.728Z | Checking highway v1.2.0 |
2451 | 2025-01-25T04:41:11.859Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2452 | 2025-01-25T04:41:11.914Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2453 | 2025-01-25T04:41:12.184Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2454 | 2025-01-25T04:41:12.202Z | Checking zone v0.3.0 |
2455 | 2025-01-25T04:41:12.811Z | Checking const_format v0.2.33 |
2456 | 2025-01-25T04:41:12.977Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2457 | 2025-01-25T04:41:12.997Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2458 | 2025-01-25T04:41:13.429Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2459 | 2025-01-25T04:41:13.457Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2460 | 2025-01-25T04:41:13.639Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2461 | 2025-01-25T04:41:13.649Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2462 | 2025-01-25T04:41:13.862Z | Checking gethostname v0.5.0 |
2463 | 2025-01-25T04:41:13.933Z | Checking bcs v0.1.6 |
2464 | 2025-01-25T04:41:13.972Z | Compiling async-recursion v1.1.1 |
2465 | 2025-01-25T04:41:14.006Z | Checking termtree v0.5.1 |
2466 | 2025-01-25T04:41:15.727Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2467 | 2025-01-25T04:41:21.179Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2468 | 2025-01-25T04:41:24.498Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2469 | 2025-01-25T04:41:27.226Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2470 | 2025-01-25T04:41:28.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.33s |
2471 | 2025-01-25T04:41:28.663Z | |
2472 | 2025-01-25T04:41:28.663Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2473 | 2025-01-25T04:41:29.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2025-01-25T04:41:29.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2025-01-25T04:41:29.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2025-01-25T04:41:29.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2025-01-25T04:41:29.370Z | |
2478 | 2025-01-25T04:41:29.370Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2479 | 2025-01-25T04:41:29.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2025-01-25T04:41:29.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2025-01-25T04:41:29.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2025-01-25T04:41:29.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2483 | 2025-01-25T04:41:29.946Z | |
2484 | 2025-01-25T04:41:29.946Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2485 | 2025-01-25T04:41:30.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2025-01-25T04:41:30.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2025-01-25T04:41:30.627Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2488 | 2025-01-25T04:41:31.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2489 | 2025-01-25T04:41:31.439Z | |
2490 | 2025-01-25T04:41:31.439Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2491 | 2025-01-25T04:41:32.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2025-01-25T04:41:32.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2025-01-25T04:41:32.117Z | Compiling cfg_aliases v0.1.1 |
2494 | 2025-01-25T04:41:32.120Z | Compiling vte_generate_state_changes v0.1.2 |
2495 | 2025-01-25T04:41:32.120Z | Checking fd-lock v4.0.2 |
2496 | 2025-01-25T04:41:32.120Z | Checking nibble_vec v0.1.0 |
2497 | 2025-01-25T04:41:32.222Z | Checking bytecount v0.6.8 |
2498 | 2025-01-25T04:41:32.234Z | Checking endian-type v0.1.2 |
2499 | 2025-01-25T04:41:32.270Z | Compiling tabled_derive v0.7.0 |
2500 | 2025-01-25T04:41:32.284Z | Compiling peg-macros v0.8.4 |
2501 | 2025-01-25T04:41:32.314Z | Compiling nix v0.28.0 |
2502 | 2025-01-25T04:41:32.407Z | Checking papergrid v0.11.0 |
2503 | 2025-01-25T04:41:32.424Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2504 | 2025-01-25T04:41:32.438Z | Compiling sqlparser_derive v0.2.2 |
2505 | 2025-01-25T04:41:32.459Z | Checking radix_trie v0.2.1 |
2506 | 2025-01-25T04:41:32.826Z | Checking vte v0.11.1 |
2507 | 2025-01-25T04:41:32.846Z | Checking unicode_categories v0.1.1 |
2508 | 2025-01-25T04:41:33.161Z | Checking home v0.5.9 |
2509 | 2025-01-25T04:41:33.326Z | Checking nu-ansi-term v0.50.1 |
2510 | 2025-01-25T04:41:33.452Z | Checking sqlformat v0.2.6 |
2511 | 2025-01-25T04:41:33.469Z | Checking sqlparser v0.45.0 |
2512 | 2025-01-25T04:41:33.722Z | Checking display-error-chain v0.2.2 |
2513 | 2025-01-25T04:41:34.250Z | Checking strip-ansi-escapes v0.2.0 |
2514 | 2025-01-25T04:41:34.418Z | Checking reedline v0.35.0 |
2515 | 2025-01-25T04:41:34.422Z | Checking tabled v0.15.0 |
2516 | 2025-01-25T04:41:34.902Z | Checking peg v0.8.4 |
2517 | 2025-01-25T04:41:35.130Z | Checking rustyline v14.0.0 |
2518 | 2025-01-25T04:41:44.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s |
2519 | 2025-01-25T04:41:44.414Z | |
2520 | 2025-01-25T04:41:44.414Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2521 | 2025-01-25T04:41:44.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2025-01-25T04:41:44.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2025-01-25T04:41:45.090Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2524 | 2025-01-25T04:41:50.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2525 | 2025-01-25T04:41:50.436Z | |
2526 | 2025-01-25T04:41:50.436Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2527 | 2025-01-25T04:41:51.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2025-01-25T04:41:51.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2025-01-25T04:41:51.122Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2530 | 2025-01-25T04:41:54.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2531 | 2025-01-25T04:41:54.965Z | |
2532 | 2025-01-25T04:41:54.965Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2533 | 2025-01-25T04:41:55.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2025-01-25T04:41:55.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2025-01-25T04:41:55.613Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2536 | 2025-01-25T04:42:00.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2537 | 2025-01-25T04:42:00.735Z | |
2538 | 2025-01-25T04:42:00.735Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2539 | 2025-01-25T04:42:01.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2025-01-25T04:42:01.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2025-01-25T04:42:01.428Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2542 | 2025-01-25T04:42:06.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2543 | 2025-01-25T04:42:06.765Z | |
2544 | 2025-01-25T04:42:06.765Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2545 | 2025-01-25T04:42:07.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2025-01-25T04:42:07.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2025-01-25T04:42:07.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2548 | 2025-01-25T04:42:11.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
2549 | 2025-01-25T04:42:11.412Z | |
2550 | 2025-01-25T04:42:11.412Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2551 | 2025-01-25T04:42:11.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2025-01-25T04:42:11.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2025-01-25T04:42:12.085Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2554 | 2025-01-25T04:42:16.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2555 | 2025-01-25T04:42:16.191Z | |
2556 | 2025-01-25T04:42:16.192Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2557 | 2025-01-25T04:42:16.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2025-01-25T04:42:16.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2025-01-25T04:42:16.865Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2560 | 2025-01-25T04:42:22.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
2561 | 2025-01-25T04:42:22.364Z | |
2562 | 2025-01-25T04:42:22.364Z | info: running `cargo check --bins` on oximeter (66/197) |
2563 | 2025-01-25T04:42:22.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-01-25T04:42:22.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-01-25T04:42:22.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2025-01-25T04:42:22.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2567 | 2025-01-25T04:42:22.961Z | |
2568 | 2025-01-25T04:42:22.961Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2569 | 2025-01-25T04:42:23.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-01-25T04:42:23.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-01-25T04:42:23.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2025-01-25T04:42:23.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2573 | 2025-01-25T04:42:23.573Z | |
2574 | 2025-01-25T04:42:23.573Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2575 | 2025-01-25T04:42:24.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-01-25T04:42:24.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-01-25T04:42:24.222Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2578 | 2025-01-25T04:42:26.308Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2579 | 2025-01-25T04:42:27.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
2580 | 2025-01-25T04:42:27.453Z | |
2581 | 2025-01-25T04:42:27.453Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2582 | 2025-01-25T04:42:28.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-01-25T04:42:28.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-01-25T04:42:28.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2025-01-25T04:42:28.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2586 | 2025-01-25T04:42:28.096Z | |
2587 | 2025-01-25T04:42:28.096Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2588 | 2025-01-25T04:42:28.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2025-01-25T04:42:28.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2025-01-25T04:42:28.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2025-01-25T04:42:28.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2592 | 2025-01-25T04:42:28.726Z | |
2593 | 2025-01-25T04:42:28.726Z | info: running `cargo check --bins` on oxql-types (71/197) |
2594 | 2025-01-25T04:42:29.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2025-01-25T04:42:29.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2025-01-25T04:42:29.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2025-01-25T04:42:29.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2598 | 2025-01-25T04:42:29.387Z | |
2599 | 2025-01-25T04:42:29.387Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2600 | 2025-01-25T04:42:30.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-01-25T04:42:30.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-01-25T04:42:30.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2025-01-25T04:42:30.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2604 | 2025-01-25T04:42:30.093Z | |
2605 | 2025-01-25T04:42:30.093Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2606 | 2025-01-25T04:42:30.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-01-25T04:42:30.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-01-25T04:42:30.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2025-01-25T04:42:30.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2610 | 2025-01-25T04:42:30.796Z | |
2611 | 2025-01-25T04:42:30.796Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2612 | 2025-01-25T04:42:31.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-01-25T04:42:31.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-01-25T04:42:31.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-01-25T04:42:31.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2616 | 2025-01-25T04:42:31.506Z | |
2617 | 2025-01-25T04:42:31.506Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2618 | 2025-01-25T04:42:32.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-01-25T04:42:32.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-01-25T04:42:32.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-01-25T04:42:32.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2622 | 2025-01-25T04:42:32.183Z | |
2623 | 2025-01-25T04:42:32.183Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2624 | 2025-01-25T04:42:32.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-01-25T04:42:32.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-01-25T04:42:32.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-01-25T04:42:32.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2628 | 2025-01-25T04:42:32.825Z | |
2629 | 2025-01-25T04:42:32.825Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2630 | 2025-01-25T04:42:33.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-01-25T04:42:33.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-01-25T04:42:33.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-01-25T04:42:33.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2634 | 2025-01-25T04:42:33.475Z | |
2635 | 2025-01-25T04:42:33.475Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2636 | 2025-01-25T04:42:34.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-01-25T04:42:34.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-01-25T04:42:34.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-01-25T04:42:34.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2640 | 2025-01-25T04:42:34.110Z | |
2641 | 2025-01-25T04:42:34.110Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2642 | 2025-01-25T04:42:34.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-01-25T04:42:34.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-01-25T04:42:34.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-01-25T04:42:34.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2646 | 2025-01-25T04:42:34.776Z | |
2647 | 2025-01-25T04:42:34.776Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2648 | 2025-01-25T04:42:35.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-25T04:42:35.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-25T04:42:35.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-25T04:42:35.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2652 | 2025-01-25T04:42:35.414Z | |
2653 | 2025-01-25T04:42:35.414Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2654 | 2025-01-25T04:42:35.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-25T04:42:35.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-25T04:42:35.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-25T04:42:35.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2658 | 2025-01-25T04:42:36.041Z | |
2659 | 2025-01-25T04:42:36.041Z | info: running `cargo check --bins` on dpd-client (82/197) |
2660 | 2025-01-25T04:42:36.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-25T04:42:36.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-25T04:42:36.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-25T04:42:36.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2664 | 2025-01-25T04:42:36.690Z | |
2665 | 2025-01-25T04:42:36.690Z | info: running `cargo check --bins` on gateway-client (83/197) |
2666 | 2025-01-25T04:42:37.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-25T04:42:37.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-25T04:42:37.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-25T04:42:37.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2670 | 2025-01-25T04:42:37.297Z | |
2671 | 2025-01-25T04:42:37.297Z | info: running `cargo check --bins` on installinator-client (84/197) |
2672 | 2025-01-25T04:42:37.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-25T04:42:37.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-25T04:42:37.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-01-25T04:42:37.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2676 | 2025-01-25T04:42:37.943Z | |
2677 | 2025-01-25T04:42:37.943Z | info: running `cargo check --bins` on installinator-common (85/197) |
2678 | 2025-01-25T04:42:38.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-01-25T04:42:38.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-01-25T04:42:38.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-01-25T04:42:38.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2682 | 2025-01-25T04:42:38.584Z | |
2683 | 2025-01-25T04:42:38.584Z | info: running `cargo check --bins` on update-engine (86/197) |
2684 | 2025-01-25T04:42:39.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-01-25T04:42:39.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-01-25T04:42:39.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-01-25T04:42:39.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2688 | 2025-01-25T04:42:39.223Z | |
2689 | 2025-01-25T04:42:39.223Z | info: running `cargo check --bins` on nexus-client (87/197) |
2690 | 2025-01-25T04:42:39.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-01-25T04:42:39.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-01-25T04:42:39.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-01-25T04:42:39.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2694 | 2025-01-25T04:42:39.870Z | |
2695 | 2025-01-25T04:42:39.870Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2696 | 2025-01-25T04:42:40.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-01-25T04:42:40.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-01-25T04:42:40.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-01-25T04:42:40.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2700 | 2025-01-25T04:42:40.512Z | |
2701 | 2025-01-25T04:42:40.512Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2702 | 2025-01-25T04:42:41.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-01-25T04:42:41.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-01-25T04:42:41.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-01-25T04:42:41.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2706 | 2025-01-25T04:42:41.132Z | |
2707 | 2025-01-25T04:42:41.132Z | info: running `cargo check --bins` on nexus-types (90/197) |
2708 | 2025-01-25T04:42:41.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-01-25T04:42:41.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-01-25T04:42:41.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-01-25T04:42:41.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2712 | 2025-01-25T04:42:41.792Z | |
2713 | 2025-01-25T04:42:41.792Z | info: running `cargo check --bins` on oxide-client (91/197) |
2714 | 2025-01-25T04:42:42.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-01-25T04:42:42.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-01-25T04:42:42.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-01-25T04:42:42.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2718 | 2025-01-25T04:42:42.404Z | |
2719 | 2025-01-25T04:42:42.404Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2720 | 2025-01-25T04:42:42.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-01-25T04:42:42.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-01-25T04:42:42.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-01-25T04:42:42.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2724 | 2025-01-25T04:42:43.038Z | |
2725 | 2025-01-25T04:42:43.038Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2726 | 2025-01-25T04:42:43.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-01-25T04:42:43.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-01-25T04:42:43.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-01-25T04:42:43.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2730 | 2025-01-25T04:42:43.718Z | |
2731 | 2025-01-25T04:42:43.718Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2732 | 2025-01-25T04:42:44.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-01-25T04:42:44.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-01-25T04:42:44.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-01-25T04:42:44.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2736 | 2025-01-25T04:42:44.307Z | |
2737 | 2025-01-25T04:42:44.307Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2738 | 2025-01-25T04:42:44.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-01-25T04:42:44.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-01-25T04:42:44.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-01-25T04:42:44.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2742 | 2025-01-25T04:42:44.992Z | |
2743 | 2025-01-25T04:42:44.992Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2744 | 2025-01-25T04:42:45.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-01-25T04:42:45.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-01-25T04:42:45.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-01-25T04:42:45.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2748 | 2025-01-25T04:42:45.638Z | |
2749 | 2025-01-25T04:42:45.638Z | info: running `cargo check --bins` on wicket-common (97/197) |
2750 | 2025-01-25T04:42:46.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-01-25T04:42:46.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-01-25T04:42:46.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-01-25T04:42:46.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2754 | 2025-01-25T04:42:46.303Z | |
2755 | 2025-01-25T04:42:46.303Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2756 | 2025-01-25T04:42:46.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-01-25T04:42:46.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-01-25T04:42:46.979Z | Checking csv-core v0.1.11 |
2759 | 2025-01-25T04:42:46.979Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2760 | 2025-01-25T04:42:46.982Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2761 | 2025-01-25T04:42:46.982Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2762 | 2025-01-25T04:42:47.300Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2763 | 2025-01-25T04:42:47.303Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2764 | 2025-01-25T04:42:47.329Z | Checking csv v1.3.0 |
2765 | 2025-01-25T04:42:47.873Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2766 | 2025-01-25T04:42:48.233Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2767 | 2025-01-25T04:42:49.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
2768 | 2025-01-25T04:42:50.078Z | |
2769 | 2025-01-25T04:42:50.078Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2770 | 2025-01-25T04:42:50.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-01-25T04:42:50.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-01-25T04:42:50.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-01-25T04:42:50.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2774 | 2025-01-25T04:42:50.718Z | |
2775 | 2025-01-25T04:42:50.718Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2776 | 2025-01-25T04:42:51.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-01-25T04:42:51.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-01-25T04:42:51.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-01-25T04:42:51.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2780 | 2025-01-25T04:42:51.348Z | |
2781 | 2025-01-25T04:42:51.348Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2782 | 2025-01-25T04:42:51.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-01-25T04:42:51.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-01-25T04:42:51.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-01-25T04:42:51.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2786 | 2025-01-25T04:42:52.083Z | |
2787 | 2025-01-25T04:42:52.083Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2788 | 2025-01-25T04:42:52.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-01-25T04:42:52.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-01-25T04:42:52.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-01-25T04:42:52.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2792 | 2025-01-25T04:42:52.896Z | |
2793 | 2025-01-25T04:42:52.896Z | info: running `cargo check --bins` on dns-server (103/197) |
2794 | 2025-01-25T04:42:53.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-01-25T04:42:53.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-01-25T04:42:53.457Z | Compiling typify-impl v0.3.0 |
2797 | 2025-01-25T04:42:53.565Z | Compiling parking_lot_core v0.8.6 |
2798 | 2025-01-25T04:42:53.576Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2799 | 2025-01-25T04:42:53.588Z | Checking fxhash v0.2.1 |
2800 | 2025-01-25T04:42:53.598Z | Checking hickory-client v0.24.2 |
2801 | 2025-01-25T04:42:53.610Z | Checking hickory-server v0.24.2 |
2802 | 2025-01-25T04:42:54.358Z | Checking parking_lot v0.11.2 |
2803 | 2025-01-25T04:42:54.380Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2804 | 2025-01-25T04:42:54.658Z | Checking sled v0.34.7 |
2805 | 2025-01-25T04:42:59.151Z | Compiling typify-macro v0.3.0 |
2806 | 2025-01-25T04:43:00.792Z | Compiling typify v0.3.0 |
2807 | 2025-01-25T04:43:00.855Z | Compiling progenitor-impl v0.9.1 |
2808 | 2025-01-25T04:43:03.448Z | Compiling progenitor-macro v0.9.1 |
2809 | 2025-01-25T04:43:07.243Z | Checking progenitor v0.9.1 |
2810 | 2025-01-25T04:43:07.386Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2811 | 2025-01-25T04:43:07.886Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2812 | 2025-01-25T04:43:09.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.41s |
2813 | 2025-01-25T04:43:09.425Z | |
2814 | 2025-01-25T04:43:09.425Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2815 | 2025-01-25T04:43:10.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-01-25T04:43:10.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-01-25T04:43:10.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-01-25T04:43:10.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2819 | 2025-01-25T04:43:10.095Z | |
2820 | 2025-01-25T04:43:10.095Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2821 | 2025-01-25T04:43:10.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-01-25T04:43:10.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-01-25T04:43:10.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-01-25T04:43:10.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2825 | 2025-01-25T04:43:11.027Z | |
2826 | 2025-01-25T04:43:11.027Z | info: running `cargo check --bins` on gateway-types (106/197) |
2827 | 2025-01-25T04:43:11.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-25T04:43:11.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-25T04:43:11.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-25T04:43:11.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2831 | 2025-01-25T04:43:11.490Z | |
2832 | 2025-01-25T04:43:11.491Z | info: running `cargo check --bins` on ipcc (107/197) |
2833 | 2025-01-25T04:43:12.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-25T04:43:12.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-25T04:43:12.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-25T04:43:12.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2837 | 2025-01-25T04:43:12.224Z | |
2838 | 2025-01-25T04:43:12.224Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2839 | 2025-01-25T04:43:12.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-25T04:43:12.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-25T04:43:12.916Z | Compiling radium v0.7.0 |
2842 | 2025-01-25T04:43:12.916Z | Compiling semver v0.1.20 |
2843 | 2025-01-25T04:43:13.036Z | Compiling maybe-uninit v2.0.0 |
2844 | 2025-01-25T04:43:13.038Z | Checking tap v1.0.1 |
2845 | 2025-01-25T04:43:13.059Z | Checking password-hash v0.5.0 |
2846 | 2025-01-25T04:43:13.062Z | Checking blake2 v0.10.6 |
2847 | 2025-01-25T04:43:13.062Z | Compiling cancel-safe-futures v0.1.5 |
2848 | 2025-01-25T04:43:13.062Z | Checking crc-catalog v2.4.0 |
2849 | 2025-01-25T04:43:13.205Z | Checking wyz v0.5.1 |
2850 | 2025-01-25T04:43:13.250Z | Compiling packed_struct v0.10.1 |
2851 | 2025-01-25T04:43:13.407Z | Compiling rustc_version v0.1.7 |
2852 | 2025-01-25T04:43:13.502Z | Compiling owo-colors v4.1.0 |
2853 | 2025-01-25T04:43:13.561Z | Checking funty v2.0.0 |
2854 | 2025-01-25T04:43:13.564Z | Checking argon2 v0.5.3 |
2855 | 2025-01-25T04:43:13.665Z | Checking crc v3.2.1 |
2856 | 2025-01-25T04:43:13.687Z | Compiling packed_struct_codegen v0.10.1 |
2857 | 2025-01-25T04:43:13.731Z | Compiling indexmap v1.9.3 |
2858 | 2025-01-25T04:43:13.841Z | Compiling newtype_derive v0.1.6 |
2859 | 2025-01-25T04:43:13.841Z | Checking half v2.4.1 |
2860 | 2025-01-25T04:43:13.878Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2861 | 2025-01-25T04:43:14.035Z | Checking nodrop v0.1.14 |
2862 | 2025-01-25T04:43:14.091Z | Checking ciborium-io v0.2.2 |
2863 | 2025-01-25T04:43:14.189Z | Checking array-init v0.0.4 |
2864 | 2025-01-25T04:43:14.258Z | Checking smallvec v0.6.14 |
2865 | 2025-01-25T04:43:14.278Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2866 | 2025-01-25T04:43:14.312Z | Checking ciborium-ll v0.2.2 |
2867 | 2025-01-25T04:43:14.351Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2025-01-25T04:43:14.395Z | Checking bitvec v1.0.1 |
2869 | 2025-01-25T04:43:14.613Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2870 | 2025-01-25T04:43:14.640Z | Checking libsw v3.3.1 |
2871 | 2025-01-25T04:43:14.936Z | Compiling memoffset v0.9.1 |
2872 | 2025-01-25T04:43:15.032Z | Checking hashbrown v0.12.3 |
2873 | 2025-01-25T04:43:15.050Z | Checking linear-map v1.2.0 |
2874 | 2025-01-25T04:43:15.071Z | Checking termcolor v1.4.1 |
2875 | 2025-01-25T04:43:15.254Z | Checking swrite v0.1.0 |
2876 | 2025-01-25T04:43:15.393Z | Checking bitfield v0.14.0 |
2877 | 2025-01-25T04:43:15.411Z | Checking indent_write v2.2.0 |
2878 | 2025-01-25T04:43:15.492Z | Checking ron v0.8.1 |
2879 | 2025-01-25T04:43:15.621Z | Checking env_logger v0.10.2 |
2880 | 2025-01-25T04:43:15.699Z | Checking serde-hex v0.1.0 |
2881 | 2025-01-25T04:43:15.718Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2882 | 2025-01-25T04:43:15.812Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2883 | 2025-01-25T04:43:16.025Z | Checking ciborium v0.2.2 |
2884 | 2025-01-25T04:43:16.311Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2885 | 2025-01-25T04:43:16.718Z | Checking steno v0.4.1 |
2886 | 2025-01-25T04:43:16.993Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2887 | 2025-01-25T04:43:17.043Z | Checking hashbrown v0.13.2 |
2888 | 2025-01-25T04:43:17.285Z | Checking crc-any v2.5.0 |
2889 | 2025-01-25T04:43:17.395Z | Checking humantime v2.1.0 |
2890 | 2025-01-25T04:43:17.675Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2891 | 2025-01-25T04:43:17.724Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2892 | 2025-01-25T04:43:18.017Z | Checking object v0.30.4 |
2893 | 2025-01-25T04:43:18.096Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2894 | 2025-01-25T04:43:18.317Z | Checking path-slash v0.1.5 |
2895 | 2025-01-25T04:43:18.482Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2896 | 2025-01-25T04:43:18.502Z | Checking nix v0.27.1 |
2897 | 2025-01-25T04:43:18.630Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2898 | 2025-01-25T04:43:18.961Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2899 | 2025-01-25T04:43:19.131Z | Checking tungstenite v0.23.0 |
2900 | 2025-01-25T04:43:19.358Z | Checking kstat-rs v0.2.4 |
2901 | 2025-01-25T04:43:19.553Z | Checking signal-hook-tokio v0.3.1 |
2902 | 2025-01-25T04:43:19.711Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2025-01-25T04:43:20.091Z | Checking tokio-tungstenite v0.23.1 |
2904 | 2025-01-25T04:43:20.625Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2905 | 2025-01-25T04:43:20.762Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2906 | 2025-01-25T04:43:21.107Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2907 | 2025-01-25T04:43:28.050Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2908 | 2025-01-25T04:43:29.422Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2909 | 2025-01-25T04:43:31.462Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2910 | 2025-01-25T04:43:37.248Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2911 | 2025-01-25T04:43:37.948Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2912 | 2025-01-25T04:43:40.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.60s |
2913 | 2025-01-25T04:43:40.986Z | |
2914 | 2025-01-25T04:43:40.986Z | info: running `cargo check --bins` on gateway-api (109/197) |
2915 | 2025-01-25T04:43:41.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-01-25T04:43:41.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-01-25T04:43:41.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-01-25T04:43:41.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2919 | 2025-01-25T04:43:41.645Z | |
2920 | 2025-01-25T04:43:41.645Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2921 | 2025-01-25T04:43:42.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-01-25T04:43:42.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-01-25T04:43:42.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2025-01-25T04:43:42.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2925 | 2025-01-25T04:43:42.287Z | |
2926 | 2025-01-25T04:43:42.287Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2927 | 2025-01-25T04:43:42.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-01-25T04:43:42.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-01-25T04:43:42.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-01-25T04:43:42.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2931 | 2025-01-25T04:43:42.950Z | |
2932 | 2025-01-25T04:43:42.950Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2933 | 2025-01-25T04:43:43.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-01-25T04:43:43.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-01-25T04:43:43.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-01-25T04:43:43.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2937 | 2025-01-25T04:43:43.612Z | |
2938 | 2025-01-25T04:43:43.612Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2939 | 2025-01-25T04:43:44.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-01-25T04:43:44.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-01-25T04:43:44.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-01-25T04:43:44.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2943 | 2025-01-25T04:43:44.285Z | |
2944 | 2025-01-25T04:43:44.285Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2945 | 2025-01-25T04:43:44.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-01-25T04:43:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-01-25T04:43:44.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-01-25T04:43:44.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2949 | 2025-01-25T04:43:44.992Z | |
2950 | 2025-01-25T04:43:44.992Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2951 | 2025-01-25T04:43:45.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-01-25T04:43:45.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-01-25T04:43:45.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-01-25T04:43:45.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2955 | 2025-01-25T04:43:45.605Z | |
2956 | 2025-01-25T04:43:45.605Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2957 | 2025-01-25T04:43:46.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-01-25T04:43:46.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-01-25T04:43:46.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-01-25T04:43:46.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2961 | 2025-01-25T04:43:46.280Z | |
2962 | 2025-01-25T04:43:46.280Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2963 | 2025-01-25T04:43:46.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-01-25T04:43:46.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-01-25T04:43:46.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-01-25T04:43:46.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2967 | 2025-01-25T04:43:46.960Z | |
2968 | 2025-01-25T04:43:46.960Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2969 | 2025-01-25T04:43:47.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-01-25T04:43:47.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-01-25T04:43:47.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-01-25T04:43:47.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2973 | 2025-01-25T04:43:47.609Z | |
2974 | 2025-01-25T04:43:47.609Z | info: running `cargo check --bins` on sp-sim (119/197) |
2975 | 2025-01-25T04:43:48.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-01-25T04:43:48.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-01-25T04:43:48.275Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2978 | 2025-01-25T04:43:48.736Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2979 | 2025-01-25T04:43:50.499Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2980 | 2025-01-25T04:43:52.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2981 | 2025-01-25T04:43:52.390Z | |
2982 | 2025-01-25T04:43:52.390Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2983 | 2025-01-25T04:43:52.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2025-01-25T04:43:53.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2025-01-25T04:43:53.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2025-01-25T04:43:53.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2987 | 2025-01-25T04:43:53.087Z | |
2988 | 2025-01-25T04:43:53.087Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2989 | 2025-01-25T04:43:53.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2025-01-25T04:43:53.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2025-01-25T04:43:53.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2025-01-25T04:43:53.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2993 | 2025-01-25T04:43:53.796Z | |
2994 | 2025-01-25T04:43:53.796Z | info: running `cargo check --bins` on db-macros (122/197) |
2995 | 2025-01-25T04:43:54.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2025-01-25T04:43:54.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2025-01-25T04:43:54.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2025-01-25T04:43:54.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2999 | 2025-01-25T04:43:54.422Z | |
3000 | 2025-01-25T04:43:54.422Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3001 | 2025-01-25T04:43:54.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2025-01-25T04:43:54.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2025-01-25T04:43:54.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2025-01-25T04:43:54.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3005 | 2025-01-25T04:43:55.135Z | |
3006 | 2025-01-25T04:43:55.135Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3007 | 2025-01-25T04:43:55.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-01-25T04:43:55.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-01-25T04:43:55.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-01-25T04:43:55.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3011 | 2025-01-25T04:43:55.774Z | |
3012 | 2025-01-25T04:43:55.774Z | info: running `cargo check --bins` on authz-macros (125/197) |
3013 | 2025-01-25T04:43:56.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-01-25T04:43:56.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-01-25T04:43:56.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2025-01-25T04:43:56.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3017 | 2025-01-25T04:43:56.418Z | |
3018 | 2025-01-25T04:43:56.418Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3019 | 2025-01-25T04:43:57.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-01-25T04:43:57.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-01-25T04:43:57.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-01-25T04:43:57.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3023 | 2025-01-25T04:43:57.115Z | |
3024 | 2025-01-25T04:43:57.115Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3025 | 2025-01-25T04:43:57.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-01-25T04:43:57.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-01-25T04:43:57.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-01-25T04:43:57.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3029 | 2025-01-25T04:43:57.807Z | |
3030 | 2025-01-25T04:43:57.807Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3031 | 2025-01-25T04:43:58.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-01-25T04:43:58.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-01-25T04:43:58.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-01-25T04:43:58.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3035 | 2025-01-25T04:43:58.507Z | |
3036 | 2025-01-25T04:43:58.507Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3037 | 2025-01-25T04:43:59.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-01-25T04:43:59.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-01-25T04:43:59.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-01-25T04:43:59.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3041 | 2025-01-25T04:43:59.187Z | |
3042 | 2025-01-25T04:43:59.187Z | info: running `cargo check --bins` on typed-rng (130/197) |
3043 | 2025-01-25T04:43:59.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-01-25T04:43:59.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-01-25T04:43:59.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-01-25T04:43:59.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3047 | 2025-01-25T04:43:59.820Z | |
3048 | 2025-01-25T04:43:59.820Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3049 | 2025-01-25T04:44:00.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-01-25T04:44:00.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-01-25T04:44:00.624Z | Checking keccak v0.1.5 |
3052 | 2025-01-25T04:44:00.749Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3053 | 2025-01-25T04:44:00.756Z | Compiling unicase v2.7.0 |
3054 | 2025-01-25T04:44:00.756Z | Compiling same-file v1.0.6 |
3055 | 2025-01-25T04:44:00.773Z | Compiling tempfile v3.13.0 |
3056 | 2025-01-25T04:44:00.777Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3057 | 2025-01-25T04:44:00.791Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3058 | 2025-01-25T04:44:00.794Z | Compiling thiserror-impl-no-std v2.0.2 |
3059 | 2025-01-25T04:44:01.025Z | Checking sha3 v0.10.8 |
3060 | 2025-01-25T04:44:01.028Z | Compiling walkdir v2.5.0 |
3061 | 2025-01-25T04:44:01.077Z | Checking universal-hash v0.5.1 |
3062 | 2025-01-25T04:44:01.122Z | Checking secrecy v0.10.3 |
3063 | 2025-01-25T04:44:01.280Z | Compiling blake3 v1.5.4 |
3064 | 2025-01-25T04:44:01.309Z | Checking opaque-debug v0.3.1 |
3065 | 2025-01-25T04:44:01.312Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3066 | 2025-01-25T04:44:01.369Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3067 | 2025-01-25T04:44:01.414Z | Checking poly1305 v0.8.0 |
3068 | 2025-01-25T04:44:01.417Z | Checking chacha20 v0.9.1 |
3069 | 2025-01-25T04:44:01.588Z | Checking aead v0.5.2 |
3070 | 2025-01-25T04:44:01.652Z | Compiling memmap2 v0.9.5 |
3071 | 2025-01-25T04:44:01.747Z | Compiling constant_time_eq v0.3.1 |
3072 | 2025-01-25T04:44:01.869Z | Compiling libefi-sys v0.1.0 |
3073 | 2025-01-25T04:44:01.883Z | Compiling arrayvec v0.7.6 |
3074 | 2025-01-25T04:44:01.932Z | Compiling salty v0.3.0 |
3075 | 2025-01-25T04:44:01.953Z | Compiling arrayref v0.3.9 |
3076 | 2025-01-25T04:44:02.092Z | Checking chacha20poly1305 v0.10.1 |
3077 | 2025-01-25T04:44:02.148Z | Compiling toolchain_find v0.4.0 |
3078 | 2025-01-25T04:44:02.189Z | Compiling camino-tempfile v1.1.1 |
3079 | 2025-01-25T04:44:02.346Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3080 | 2025-01-25T04:44:02.374Z | Compiling bitfield-struct v0.6.2 |
3081 | 2025-01-25T04:44:02.555Z | Compiling topological-sort v0.2.2 |
3082 | 2025-01-25T04:44:02.620Z | Compiling mime_guess v2.0.5 |
3083 | 2025-01-25T04:44:02.776Z | Compiling rustfmt-wrapper v0.2.1 |
3084 | 2025-01-25T04:44:03.277Z | Compiling omicron-zone-package v0.12.0 |
3085 | 2025-01-25T04:44:03.321Z | Compiling progenitor v0.9.1 |
3086 | 2025-01-25T04:44:03.383Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3087 | 2025-01-25T04:44:03.551Z | Checking primeorder v0.13.6 |
3088 | 2025-01-25T04:44:03.971Z | Checking thiserror-no-std v2.0.2 |
3089 | 2025-01-25T04:44:03.998Z | Checking env_filter v0.1.2 |
3090 | 2025-01-25T04:44:03.998Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3091 | 2025-01-25T04:44:03.998Z | Checking vsss-rs v3.3.4 |
3092 | 2025-01-25T04:44:03.998Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3093 | 2025-01-25T04:44:03.998Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3094 | 2025-01-25T04:44:03.998Z | Checking env_logger v0.11.5 |
3095 | 2025-01-25T04:44:04.005Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3096 | 2025-01-25T04:44:04.009Z | Checking p384 v0.13.0 |
3097 | 2025-01-25T04:44:04.135Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3098 | 2025-01-25T04:44:04.332Z | Compiling zip v2.1.3 |
3099 | 2025-01-25T04:44:04.417Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3100 | 2025-01-25T04:44:04.436Z | Checking lockfree-object-pool v0.1.6 |
3101 | 2025-01-25T04:44:04.520Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3102 | 2025-01-25T04:44:04.658Z | Checking http-range v0.1.5 |
3103 | 2025-01-25T04:44:04.699Z | Checking simd-adler32 v0.3.7 |
3104 | 2025-01-25T04:44:04.835Z | Checking bumpalo v3.16.0 |
3105 | 2025-01-25T04:44:04.886Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3106 | 2025-01-25T04:44:05.060Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3107 | 2025-01-25T04:44:05.146Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3108 | 2025-01-25T04:44:05.249Z | Checking zopfli v0.8.1 |
3109 | 2025-01-25T04:44:05.420Z | error[E0432]: unresolved import `secrecy::Secret` |
3110 | 2025-01-25T04:44:05.420Z | --> key-manager/src/lib.rs:12:29 |
3111 | 2025-01-25T04:44:05.420Z | | |
3112 | 2025-01-25T04:44:05.420Z | 12 | use secrecy::{ExposeSecret, Secret}; |
3113 | 2025-01-25T04:44:05.420Z | | ^^^^^^ no `Secret` in the root |
3114 | 2025-01-25T04:44:05.420Z | |
3115 | 2025-01-25T04:44:05.442Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3116 | 2025-01-25T04:44:05.667Z | For more information about this error, try `rustc --explain E0432`. |
3117 | 2025-01-25T04:44:05.791Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3118 | 2025-01-25T04:44:05.870Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3119 | 2025-01-25T04:44:05.907Z | error: could not compile `key-manager` (lib) due to 1 previous error |
3120 | 2025-01-25T04:44:05.907Z | warning: build failed, waiting for other jobs to finish... |
3121 | 2025-01-25T04:44:07.713Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101) |
3122 | 2025-01-25T04:44:07.718Z | Error: cargo-hack install failed: exit status: 1 |
3123 | 2025-01-25T04:44:07.721Z | |
3124 | 2025-01-25T04:44:07.721Z | real 4:59.377612741 |
3125 | 2025-01-25T04:44:07.721Z | user 12:54.210076715 |
3126 | 2025-01-25T04:44:07.721Z | sys 2:30.535796556 |
3127 | 2025-01-25T04:44:07.721Z | trap 0.340401749 |
3128 | 2025-01-25T04:44:07.721Z | tflt 1.521942359 |
3129 | 2025-01-25T04:44:07.721Z | dflt 2.201353691 |
3130 | 2025-01-25T04:44:07.721Z | kflt 0.000726106 |
3131 | 2025-01-25T04:44:07.721Z | lock 16:40.401099905 |
3132 | 2025-01-25T04:44:07.721Z | slp 58:48.586094735 |
3133 | 2025-01-25T04:44:07.721Z | lat 49.449306252 |
3134 | 2025-01-25T04:44:07.721Z | stop 2:45.751809839 |
3135 | 2025-01-25T04:44:07.721Z | process exited: duration 612610 ms, exit code 1 |
|
3136 | 2025-01-25T04:44:07.729Z | found 0 output files |