|
|
|
1 | 2025-01-17T05:41:05.111Z | job assigned to worker 01JHSCDH8CK48JPZVVECK20GFW [factory aws, i-055d2f9155a23e95b] (queued for 4 m 38 s) |
|
2 | 2025-01-17T05:41:13.796Z | starting task 0: "setup" |
3 | 2025-01-17T05:41:13.805Z | ++ uname -s |
4 | 2025-01-17T05:41:13.808Z | + kern=SunOS |
5 | 2025-01-17T05:41:13.808Z | + case "$kern" in |
6 | 2025-01-17T05:41:13.808Z | + groupadd -g 12345 build |
7 | 2025-01-17T05:41:13.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T05:41:15.817Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T05:41:15.949Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T05:41:15.952Z | + home_fs=zfs |
11 | 2025-01-17T05:41:15.952Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T05:41:15.952Z | + mkdir -p /home/build |
13 | 2025-01-17T05:41:15.952Z | + chown build:build /home/build /work |
14 | 2025-01-17T05:41:17.956Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T05:41:17.959Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2025-01-17T05:41:17.964Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T05:41:17.970Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T05:41:17.970Z | * toolchain channel = "1.84.0" |
19 | 2025-01-17T05:41:17.970Z | ' 1.84.0 |
20 | 2025-01-17T05:41:17.970Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-17T05:41:17.970Z | ' default |
22 | 2025-01-17T05:41:17.970Z | * toolchain profile = "default" |
23 | 2025-01-17T05:41:17.973Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T05:41:17.973Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T05:41:18.088Z | info: downloading installer |
26 | 2025-01-17T05:41:19.409Z | info: profile set to 'default' |
27 | 2025-01-17T05:41:19.409Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T05:41:19.409Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T05:41:19.568Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T05:41:19.568Z | info: downloading component 'cargo' |
31 | 2025-01-17T05:41:20.438Z | info: downloading component 'clippy' |
32 | 2025-01-17T05:41:20.771Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T05:41:21.959Z | info: downloading component 'rust-std' |
34 | 2025-01-17T05:41:23.760Z | info: downloading component 'rustc' |
35 | 2025-01-17T05:41:30.507Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T05:41:30.762Z | info: installing component 'cargo' |
37 | 2025-01-17T05:41:31.606Z | info: installing component 'clippy' |
38 | 2025-01-17T05:41:31.987Z | info: installing component 'rust-docs' |
39 | 2025-01-17T05:41:33.665Z | info: installing component 'rust-std' |
40 | 2025-01-17T05:41:35.336Z | info: installing component 'rustc' |
41 | 2025-01-17T05:41:41.450Z | info: installing component 'rustfmt' |
42 | 2025-01-17T05:41:41.783Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T05:41:41.783Z | |
44 | 2025-01-17T05:41:42.167Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T05:41:42.167Z | |
46 | 2025-01-17T05:41:42.167Z | |
47 | 2025-01-17T05:41:42.167Z | Rust is installed now. Great! |
48 | 2025-01-17T05:41:42.167Z | |
49 | 2025-01-17T05:41:42.167Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T05:41:42.167Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T05:41:42.167Z | |
52 | 2025-01-17T05:41:42.167Z | To configure your current shell, you need to source |
53 | 2025-01-17T05:41:42.167Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T05:41:42.167Z | |
55 | 2025-01-17T05:41:42.167Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T05:41:42.167Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T05:41:42.167Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T05:41:42.239Z | + rustc --version |
59 | 2025-01-17T05:41:42.311Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T05:41:42.314Z | process exited: duration 24343 ms, exit code 0 |
|
61 | 2025-01-17T05:41:42.320Z | starting task 2: "authentication" |
62 | 2025-01-17T05:41:42.340Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T05:41:42.354Z | starting task 3: "clone repository" |
64 | 2025-01-17T05:41:42.359Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T05:41:42.361Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T05:41:42.668Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T05:41:49.961Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T05:41:49.961Z | + git fetch origin 358f4662a350868d1538b10d7534b806883f82a1 |
69 | 2025-01-17T05:41:50.302Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T05:41:50.302Z | * branch 358f4662a350868d1538b10d7534b806883f82a1 -> FETCH_HEAD |
71 | 2025-01-17T05:41:50.312Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2025-01-17T05:41:50.315Z | ++ git branch --show-current |
73 | 2025-01-17T05:41:50.318Z | + current=main |
74 | 2025-01-17T05:41:50.318Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2025-01-17T05:41:50.318Z | + git branch -f renovate/test-strategy-0.x 358f4662a350868d1538b10d7534b806883f82a1 |
76 | 2025-01-17T05:41:50.321Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2025-01-17T05:41:50.500Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2025-01-17T05:41:50.503Z | + git reset --hard 358f4662a350868d1538b10d7534b806883f82a1 |
79 | 2025-01-17T05:41:50.517Z | HEAD is now at 358f4662a Update Rust crate test-strategy to 0.4.0 |
80 | 2025-01-17T05:41:50.520Z | process exited: duration 8162 ms, exit code 0 |
|
81 | 2025-01-17T05:41:50.525Z | starting task 4: "build" |
82 | 2025-01-17T05:41:50.531Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T05:41:50.531Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T05:41:50.531Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T05:41:50.534Z | + cargo --version |
86 | 2025-01-17T05:41:50.593Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T05:41:50.596Z | + rustc --version |
88 | 2025-01-17T05:41:50.659Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T05:41:50.662Z | + source ./env.sh |
90 | 2025-01-17T05:41:50.662Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-17T05:41:50.662Z | ++ set -o xtrace |
92 | 2025-01-17T05:41:50.665Z | ++++ dirname ./env.sh |
93 | 2025-01-17T05:41:50.669Z | +++ readlink -f . |
94 | 2025-01-17T05:41:50.809Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-17T05:41:50.810Z | ++ 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-17T05:41:50.810Z | ++ 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-17T05:41:50.825Z | ++ 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-17T05:41:50.825Z | ++ 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-17T05:41:50.825Z | ++ 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-17T05:41:50.825Z | ++ 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-17T05:41:50.825Z | ++ 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-17T05:41:50.825Z | ++ 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-17T05:41:50.826Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-17T05:41:50.826Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-17T05:41:50.826Z | + 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-17T05:41:50.826Z | + 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-17T05:41:50.826Z | + banner prerequisites |
108 | 2025-01-17T05:41:50.870Z | |
109 | 2025-01-17T05:41:50.870Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-17T05:41:50.870Z | # # # # # # # # # # # # # # # |
111 | 2025-01-17T05:41:50.870Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-17T05:41:50.870Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-17T05:41:50.870Z | # # # # # # # # # # # # # # # |
114 | 2025-01-17T05:41:50.870Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-17T05:41:50.870Z | |
116 | 2025-01-17T05:41:50.872Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-17T05:41:59.656Z | pkg list: illegal option -- F |
118 | 2025-01-17T05:41:59.656Z | Usage: |
119 | 2025-01-17T05:41:59.656Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-17T05:41:59.656Z | [pkg_fmri_pattern ...] |
121 | 2025-01-17T05:42:00.531Z | pkg list: illegal option -- F |
122 | 2025-01-17T05:42:00.532Z | Usage: |
123 | 2025-01-17T05:42:00.532Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-17T05:42:00.532Z | [pkg_fmri_pattern ...] |
125 | 2025-01-17T05:42:06.736Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-17T05:42:11.059Z | Startup: Caching catalogs ... Done |
127 | 2025-01-17T05:42:22.158Z | Planning: Solver setup ... Done (10.326s) |
128 | 2025-01-17T05:42:22.307Z | Planning: Running solver ... Done (0.149s) |
129 | 2025-01-17T05:42:22.741Z | Planning: Finding local manifests ... Done (0.333s) |
130 | 2025-01-17T05:42:22.755Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-17T05:42:23.102Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-17T05:42:23.731Z | Planning: Package planning ... Done (0.625s) |
133 | 2025-01-17T05:42:23.787Z | Planning: Merging actions ... Done (0.058s) |
134 | 2025-01-17T05:42:24.824Z | Planning: Checking for conflicting actions ... Done (1.037s) |
135 | 2025-01-17T05:42:32.039Z | Planning: Consolidating action changes ... Done (7.212s) |
136 | 2025-01-17T05:42:32.435Z | Planning: Evaluating mediators ... Done (0.398s) |
137 | 2025-01-17T05:42:32.519Z | Planning: Planning completed in 21.38 seconds |
138 | 2025-01-17T05:42:33.439Z | Packages to install: 4 |
139 | 2025-01-17T05:42:33.439Z | Packages to update: 3 |
140 | 2025-01-17T05:42:33.439Z | Mediators to change: 2 |
141 | 2025-01-17T05:42:33.439Z | Services to change: 1 |
142 | 2025-01-17T05:42:33.439Z | Estimated space available: 155.61 GB |
143 | 2025-01-17T05:42:33.442Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-17T05:42:33.442Z | Create boot environment: No |
145 | 2025-01-17T05:42:33.442Z | Create backup boot environment: Yes |
146 | 2025-01-17T05:42:33.442Z | Rebuild boot archive: No |
147 | 2025-01-17T05:42:33.442Z | |
148 | 2025-01-17T05:42:33.442Z | Changed mediators: |
149 | 2025-01-17T05:42:33.442Z | mediator clang: |
150 | 2025-01-17T05:42:33.442Z | version: None -> 15 (system default) |
151 | 2025-01-17T05:42:33.442Z | |
152 | 2025-01-17T05:42:33.442Z | mediator llvm: |
153 | 2025-01-17T05:42:33.442Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-17T05:42:33.442Z | |
155 | 2025-01-17T05:42:33.442Z | Changed packages: |
156 | 2025-01-17T05:42:33.442Z | helios-dev |
157 | 2025-01-17T05:42:33.442Z | developer/build-essential |
158 | 2025-01-17T05:42:33.442Z | None -> 11-2.0 |
159 | 2025-01-17T05:42:33.442Z | library/libxmlsec1 |
160 | 2025-01-17T05:42:33.442Z | None -> 1.2.35-2.0 |
161 | 2025-01-17T05:42:33.443Z | ooce/developer/clang-15 |
162 | 2025-01-17T05:42:33.443Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T05:42:33.443Z | ooce/developer/llvm-15 |
164 | 2025-01-17T05:42:33.443Z | None -> 15.0.7-2.0 |
165 | 2025-01-17T05:42:33.443Z | package/pkg |
166 | 2025-01-17T05:42:33.443Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-17T05:42:33.443Z | system/library/g++-runtime |
168 | 2025-01-17T05:42:33.443Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T05:42:33.443Z | system/library/gcc-runtime |
170 | 2025-01-17T05:42:33.443Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-17T05:42:33.443Z | |
172 | 2025-01-17T05:42:33.443Z | Services: |
173 | 2025-01-17T05:42:33.443Z | restart_fmri: |
174 | 2025-01-17T05:42:33.443Z | svc:/system/update-man-index:default |
175 | 2025-01-17T05:42:33.443Z | |
176 | 2025-01-17T05:42:33.443Z | Editable files to change: |
177 | 2025-01-17T05:42:33.443Z | Update: |
178 | 2025-01-17T05:42:33.443Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-17T05:42:33.785Z | |
180 | 2025-01-17T05:42:33.785Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-17T05:42:38.788Z | Download: 1560/4301 items 117.6/225.4MB 52% complete (23.9M/s) |
182 | 2025-01-17T05:42:43.798Z | Download: 3214/4301 items 160.7/225.4MB 71% complete (16.1M/s) |
183 | 2025-01-17T05:42:49.012Z | Download: 4206/4301 items 220.5/225.4MB 97% complete (12.0M/s) |
184 | 2025-01-17T05:42:49.608Z | Download: Completed 225.42 MB in 15.82 seconds (14.2M/s) |
185 | 2025-01-17T05:42:52.639Z | Actions: 1/5122 actions (Removing old actions) |
186 | 2025-01-17T05:42:52.669Z | Actions: 194/5122 actions (Installing new actions) |
187 | 2025-01-17T05:42:57.701Z | Actions: 4135/5122 actions (Installing new actions) |
188 | 2025-01-17T05:42:58.294Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-01-17T05:42:58.882Z | Actions: Completed 5122 actions in 6.24 seconds. |
190 | 2025-01-17T05:42:59.286Z | Done (0.395s) |
191 | 2025-01-17T05:42:59.289Z | Done (0.001s) |
192 | 2025-01-17T05:42:59.866Z | Done (0.578s) |
193 | 2025-01-17T05:43:06.818Z | Done (6.708s) |
194 | 2025-01-17T05:43:07.237Z | Done (0.350s) |
195 | 2025-01-17T05:43:07.244Z | Done (0.000s) |
196 | 2025-01-17T05:43:07.406Z | Done (0.000s) |
197 | 2025-01-17T05:43:08.099Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-01-17T05:43:08.260Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-01-17T05:43:08.264Z | Planning: Consolidating action changes ... Done |
200 | 2025-01-17T05:43:08.527Z | Planning: Evaluating mediators ... Done |
201 | 2025-01-17T05:43:08.531Z | Planning: Planning completed in 0.43 seconds |
202 | 2025-01-17T05:43:08.567Z | Mediators to change: 2 |
203 | 2025-01-17T05:43:08.567Z | Create boot environment: No |
204 | 2025-01-17T05:43:08.567Z | Create backup boot environment: No |
205 | 2025-01-17T05:43:08.644Z | Done |
206 | 2025-01-17T05:43:08.644Z | Done |
207 | 2025-01-17T05:43:09.416Z | Done |
208 | 2025-01-17T05:43:12.755Z | Done |
209 | 2025-01-17T05:43:12.846Z | Done |
210 | 2025-01-17T05:43:12.846Z | Done |
211 | 2025-01-17T05:43:12.992Z | Done |
212 | 2025-01-17T05:43:13.623Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-01-17T05:43:13.632Z | Planning: Merging actions ... Done |
214 | 2025-01-17T05:43:13.813Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-01-17T05:43:13.834Z | Planning: Consolidating action changes ... Done |
216 | 2025-01-17T05:43:14.071Z | Planning: Evaluating mediators ... Done |
217 | 2025-01-17T05:43:14.126Z | Planning: Planning completed in 0.76 seconds |
218 | 2025-01-17T05:43:14.165Z | Packages to change: 1 |
219 | 2025-01-17T05:43:14.165Z | Mediators to change: 1 |
220 | 2025-01-17T05:43:14.165Z | Services to change: 1 |
221 | 2025-01-17T05:43:14.170Z | Create boot environment: No |
222 | 2025-01-17T05:43:14.170Z | Create backup boot environment: Yes |
223 | 2025-01-17T05:43:16.304Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-01-17T05:43:16.356Z | Actions: Completed 6 actions in 0.05 seconds. |
225 | 2025-01-17T05:43:16.356Z | Done |
226 | 2025-01-17T05:43:16.356Z | Done |
227 | 2025-01-17T05:43:16.509Z | Done |
228 | 2025-01-17T05:43:20.245Z | Done |
229 | 2025-01-17T05:43:20.340Z | Done |
230 | 2025-01-17T05:43:20.340Z | Done |
231 | 2025-01-17T05:43:20.498Z | Done |
232 | 2025-01-17T05:43:20.948Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-01-17T05:43:20.948Z | clang system 15 system |
234 | 2025-01-17T05:43:20.948Z | csh system system illumos |
235 | 2025-01-17T05:43:20.948Z | ctags system system illumos |
236 | 2025-01-17T05:43:20.948Z | gcc vendor 12 vendor |
237 | 2025-01-17T05:43:20.948Z | gcc system 10 system |
238 | 2025-01-17T05:43:20.948Z | gcc system 7 system |
239 | 2025-01-17T05:43:20.948Z | go system 1.20 system |
240 | 2025-01-17T05:43:20.948Z | go system 1.19 system |
241 | 2025-01-17T05:43:20.948Z | llvm system 15 system |
242 | 2025-01-17T05:43:20.948Z | llvm system 14 system |
243 | 2025-01-17T05:43:20.948Z | mariadb system 10.6 system |
244 | 2025-01-17T05:43:20.948Z | mta vendor vendor dma |
245 | 2025-01-17T05:43:20.948Z | openjdk system 17 system |
246 | 2025-01-17T05:43:20.948Z | openjdk system 11 system |
247 | 2025-01-17T05:43:20.948Z | openjdk system 1.8 system |
248 | 2025-01-17T05:43:20.948Z | openssl vendor 3 vendor |
249 | 2025-01-17T05:43:20.948Z | perl system 5.36 system |
250 | 2025-01-17T05:43:20.948Z | postgresql system 15 system |
251 | 2025-01-17T05:43:20.948Z | postgresql system 13 system |
252 | 2025-01-17T05:43:20.949Z | python vendor 3 vendor |
253 | 2025-01-17T05:43:20.949Z | python system 2 system |
254 | 2025-01-17T05:43:20.949Z | python3 system 3.11 system |
255 | 2025-01-17T05:43:20.949Z | ruby system 3.0 system |
256 | 2025-01-17T05:43:20.949Z | words vendor vendor american-english |
257 | 2025-01-17T05:43:20.949Z | words system system australian-english |
258 | 2025-01-17T05:43:20.949Z | words system system british-english |
259 | 2025-01-17T05:43:20.949Z | words system system canadian-english |
260 | 2025-01-17T05:43:20.949Z | words system system french |
261 | 2025-01-17T05:43:20.949Z | words system system italian |
262 | 2025-01-17T05:43:20.949Z | words system system ngerman |
263 | 2025-01-17T05:43:20.949Z | words system system ogerman |
264 | 2025-01-17T05:43:20.949Z | words system system spanish |
265 | 2025-01-17T05:43:21.303Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-01-17T05:43:21.303Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-01-17T05:43:24.094Z | FMRI IFO |
268 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-01-17T05:43:24.094Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-01-17T05:43:24.851Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-01-17T05:43:25.142Z | Updating crates.io index |
285 | 2025-01-17T05:43:25.144Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
286 | 2025-01-17T05:43:25.508Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-01-17T05:43:25.961Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2025-01-17T05:43:26.344Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-01-17T05:43:26.557Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-01-17T05:43:26.837Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-01-17T05:43:27.790Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-01-17T05:43:29.385Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-01-17T05:43:30.053Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-01-17T05:43:30.862Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-01-17T05:43:31.120Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-01-17T05:43:31.418Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-01-17T05:43:31.997Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2025-01-17T05:43:32.413Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-01-17T05:43:32.723Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-01-17T05:43:32.978Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-01-17T05:43:33.252Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-01-17T05:43:33.501Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-01-17T05:43:33.778Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
304 | 2025-01-17T05:43:34.073Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2025-01-17T05:43:34.384Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2025-01-17T05:43:34.749Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2025-01-17T05:43:35.270Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2025-01-17T05:43:35.608Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2025-01-17T05:43:35.953Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2025-01-17T05:43:36.441Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
311 | 2025-01-17T05:43:36.854Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2025-01-17T05:43:37.128Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2025-01-17T05:43:37.459Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2025-01-17T05:43:38.800Z | Downloading crates ... |
315 | 2025-01-17T05:43:38.890Z | Downloaded colorchoice v1.0.2 |
316 | 2025-01-17T05:43:38.893Z | Downloaded anstyle-query v1.1.1 |
317 | 2025-01-17T05:43:38.896Z | Downloaded anstyle v1.0.10 |
318 | 2025-01-17T05:43:38.900Z | Downloaded digest v0.10.7 |
319 | 2025-01-17T05:43:38.900Z | Downloaded fnv v1.0.7 |
320 | 2025-01-17T05:43:38.903Z | Downloaded dtrace-parser v0.2.0 |
321 | 2025-01-17T05:43:38.905Z | Downloaded equivalent v1.0.1 |
322 | 2025-01-17T05:43:38.916Z | Downloaded block-buffer v0.10.4 |
323 | 2025-01-17T05:43:38.925Z | Downloaded usdt-macro v0.5.0 |
324 | 2025-01-17T05:43:38.928Z | Downloaded swrite v0.1.0 |
325 | 2025-01-17T05:43:38.938Z | Downloaded autocfg v1.4.0 |
326 | 2025-01-17T05:43:38.942Z | Downloaded crypto-common v0.1.6 |
327 | 2025-01-17T05:43:38.945Z | Downloaded byteorder v1.5.0 |
328 | 2025-01-17T05:43:38.945Z | Downloaded anstyle-parse v0.2.5 |
329 | 2025-01-17T05:43:38.947Z | Downloaded proc-macro-error-attr v1.0.4 |
330 | 2025-01-17T05:43:38.950Z | Downloaded cfg-if v1.0.0 |
331 | 2025-01-17T05:43:38.950Z | Downloaded cargo-platform v0.1.8 |
332 | 2025-01-17T05:43:38.953Z | Downloaded usdt-attr-macro v0.5.0 |
333 | 2025-01-17T05:43:38.956Z | Downloaded thiserror v1.0.69 |
334 | 2025-01-17T05:43:38.960Z | Downloaded heck v0.4.1 |
335 | 2025-01-17T05:43:38.964Z | Downloaded thiserror-impl v1.0.69 |
336 | 2025-01-17T05:43:38.968Z | Downloaded version_check v0.9.5 |
337 | 2025-01-17T05:43:38.973Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2025-01-17T05:43:38.973Z | Downloaded cpufeatures v0.2.14 |
339 | 2025-01-17T05:43:38.975Z | Downloaded smawk v0.3.2 |
340 | 2025-01-17T05:43:38.975Z | Downloaded bytecount v0.6.8 |
341 | 2025-01-17T05:43:38.976Z | Downloaded pest_generator v2.7.14 |
342 | 2025-01-17T05:43:38.978Z | Downloaded thread-id v4.2.2 |
343 | 2025-01-17T05:43:38.981Z | Downloaded usdt-impl v0.5.0 |
344 | 2025-01-17T05:43:38.981Z | Downloaded scroll_derive v0.12.0 |
345 | 2025-01-17T05:43:38.981Z | Downloaded fs-err v2.11.0 |
346 | 2025-01-17T05:43:38.984Z | Downloaded cargo_toml v0.20.5 |
347 | 2025-01-17T05:43:38.984Z | Downloaded memmap v0.7.0 |
348 | 2025-01-17T05:43:38.986Z | Downloaded fastrand v2.1.1 |
349 | 2025-01-17T05:43:38.986Z | Downloaded strsim v0.11.1 |
350 | 2025-01-17T05:43:38.989Z | Downloaded utf8parse v0.2.2 |
351 | 2025-01-17T05:43:38.989Z | Downloaded plain v0.2.3 |
352 | 2025-01-17T05:43:38.994Z | Downloaded quote v1.0.38 |
353 | 2025-01-17T05:43:38.997Z | Downloaded pretty-hex v0.4.1 |
354 | 2025-01-17T05:43:39.000Z | Downloaded dof v0.3.0 |
355 | 2025-01-17T05:43:39.000Z | Downloaded camino v1.1.9 |
356 | 2025-01-17T05:43:39.005Z | Downloaded anstream v0.6.15 |
357 | 2025-01-17T05:43:39.008Z | Downloaded usdt v0.5.0 |
358 | 2025-01-17T05:43:39.008Z | Downloaded terminal_size v0.4.0 |
359 | 2025-01-17T05:43:39.010Z | Downloaded toml_datetime v0.6.8 |
360 | 2025-01-17T05:43:39.010Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2025-01-17T05:43:39.013Z | Downloaded macaddr v1.0.1 |
362 | 2025-01-17T05:43:39.016Z | Downloaded serde_spanned v0.6.8 |
363 | 2025-01-17T05:43:39.016Z | Downloaded clap_derive v4.5.18 |
364 | 2025-01-17T05:43:39.019Z | Downloaded zerocopy-derive v0.7.35 |
365 | 2025-01-17T05:43:39.023Z | Downloaded scroll v0.12.0 |
366 | 2025-01-17T05:43:39.027Z | Downloaded proc-macro-error v1.0.4 |
367 | 2025-01-17T05:43:39.030Z | Downloaded clap_lex v0.7.2 |
368 | 2025-01-17T05:43:39.030Z | Downloaded generic-array v0.14.7 |
369 | 2025-01-17T05:43:39.033Z | Downloaded sha2 v0.10.8 |
370 | 2025-01-17T05:43:39.037Z | Downloaded heck v0.5.0 |
371 | 2025-01-17T05:43:39.040Z | Downloaded tabled_derive v0.7.0 |
372 | 2025-01-17T05:43:39.040Z | Downloaded bitflags v2.6.0 |
373 | 2025-01-17T05:43:39.043Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2025-01-17T05:43:39.049Z | Downloaded itoa v1.0.11 |
375 | 2025-01-17T05:43:39.052Z | Downloaded semver v1.0.24 |
376 | 2025-01-17T05:43:39.056Z | Downloaded typenum v1.17.0 |
377 | 2025-01-17T05:43:39.060Z | Downloaded once_cell v1.20.2 |
378 | 2025-01-17T05:43:39.064Z | Downloaded textwrap v0.16.1 |
379 | 2025-01-17T05:43:39.064Z | Downloaded ucd-trie v0.1.7 |
380 | 2025-01-17T05:43:39.067Z | Downloaded tempfile v3.13.0 |
381 | 2025-01-17T05:43:39.067Z | Downloaded log v0.4.22 |
382 | 2025-01-17T05:43:39.070Z | Downloaded pest_meta v2.7.14 |
383 | 2025-01-17T05:43:39.073Z | Downloaded camino-tempfile v1.1.1 |
384 | 2025-01-17T05:43:39.073Z | Downloaded anyhow v1.0.93 |
385 | 2025-01-17T05:43:39.077Z | Downloaded unicode-ident v1.0.14 |
386 | 2025-01-17T05:43:39.082Z | Downloaded cargo_metadata v0.18.1 |
387 | 2025-01-17T05:43:39.082Z | Downloaded toml v0.8.19 |
388 | 2025-01-17T05:43:39.087Z | Downloaded errno v0.3.9 |
389 | 2025-01-17T05:43:39.087Z | Downloaded papergrid v0.11.0 |
390 | 2025-01-17T05:43:39.089Z | Downloaded ryu v1.0.18 |
391 | 2025-01-17T05:43:39.092Z | Downloaded pest_derive v2.7.14 |
392 | 2025-01-17T05:43:39.095Z | Downloaded proc-macro2 v1.0.92 |
393 | 2025-01-17T05:43:39.098Z | Downloaded clap v4.5.21 |
394 | 2025-01-17T05:43:39.104Z | Downloaded serde v1.0.217 |
395 | 2025-01-17T05:43:39.116Z | Downloaded indexmap v2.7.0 |
396 | 2025-01-17T05:43:39.133Z | Downloaded serde_derive v1.0.217 |
397 | 2025-01-17T05:43:39.137Z | Downloaded memchr v2.7.4 |
398 | 2025-01-17T05:43:39.140Z | Downloaded toml_edit v0.22.22 |
399 | 2025-01-17T05:43:39.170Z | Downloaded hashbrown v0.15.1 |
400 | 2025-01-17T05:43:39.180Z | Downloaded zerocopy v0.7.35 |
401 | 2025-01-17T05:43:39.194Z | Downloaded pest v2.7.14 |
402 | 2025-01-17T05:43:39.200Z | Downloaded winnow v0.6.20 |
403 | 2025-01-17T05:43:39.208Z | Downloaded serde_json v1.0.135 |
404 | 2025-01-17T05:43:39.214Z | Downloaded clap_builder v4.5.21 |
405 | 2025-01-17T05:43:39.220Z | Downloaded tabled v0.15.0 |
406 | 2025-01-17T05:43:39.236Z | Downloaded goblin v0.8.2 |
407 | 2025-01-17T05:43:39.242Z | Downloaded syn v1.0.109 |
408 | 2025-01-17T05:43:39.258Z | Downloaded syn v2.0.96 |
409 | 2025-01-17T05:43:39.269Z | Downloaded unicode-width v0.1.14 |
410 | 2025-01-17T05:43:39.275Z | Downloaded rustix v0.38.37 |
411 | 2025-01-17T05:43:39.313Z | Downloaded libc v0.2.169 |
412 | 2025-01-17T05:43:39.622Z | Compiling proc-macro2 v1.0.92 |
413 | 2025-01-17T05:43:39.622Z | Compiling unicode-ident v1.0.14 |
414 | 2025-01-17T05:43:39.622Z | Compiling serde v1.0.217 |
415 | 2025-01-17T05:43:39.625Z | Compiling version_check v0.9.5 |
416 | 2025-01-17T05:43:39.625Z | Compiling thiserror v1.0.69 |
417 | 2025-01-17T05:43:39.625Z | Compiling memchr v2.7.4 |
418 | 2025-01-17T05:43:39.625Z | Compiling libc v0.2.169 |
419 | 2025-01-17T05:43:39.655Z | Compiling ryu v1.0.18 |
420 | 2025-01-17T05:43:39.898Z | Compiling ucd-trie v0.1.7 |
421 | 2025-01-17T05:43:40.129Z | Compiling itoa v1.0.11 |
422 | 2025-01-17T05:43:40.338Z | Compiling once_cell v1.20.2 |
423 | 2025-01-17T05:43:40.432Z | Compiling byteorder v1.5.0 |
424 | 2025-01-17T05:43:40.808Z | Compiling rustix v0.38.37 |
425 | 2025-01-17T05:43:41.056Z | Compiling serde_json v1.0.135 |
426 | 2025-01-17T05:43:41.102Z | Compiling bitflags v2.6.0 |
427 | 2025-01-17T05:43:41.348Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2025-01-17T05:43:41.475Z | Compiling usdt-impl v0.5.0 |
429 | 2025-01-17T05:43:41.475Z | Compiling syn v1.0.109 |
430 | 2025-01-17T05:43:41.495Z | Compiling proc-macro-error v1.0.4 |
431 | 2025-01-17T05:43:41.579Z | Compiling utf8parse v0.2.2 |
432 | 2025-01-17T05:43:41.690Z | Compiling hashbrown v0.15.1 |
433 | 2025-01-17T05:43:41.764Z | Compiling log v0.4.22 |
434 | 2025-01-17T05:43:41.818Z | Compiling plain v0.2.3 |
435 | 2025-01-17T05:43:41.939Z | Compiling camino v1.1.9 |
436 | 2025-01-17T05:43:41.990Z | Compiling equivalent v1.0.1 |
437 | 2025-01-17T05:43:42.072Z | Compiling quote v1.0.38 |
438 | 2025-01-17T05:43:42.100Z | Compiling thread-id v4.2.2 |
439 | 2025-01-17T05:43:42.145Z | Compiling errno v0.3.9 |
440 | 2025-01-17T05:43:42.251Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-01-17T05:43:42.378Z | Compiling semver v1.0.24 |
442 | 2025-01-17T05:43:42.529Z | Compiling syn v2.0.96 |
443 | 2025-01-17T05:43:42.701Z | Compiling indexmap v2.7.0 |
444 | 2025-01-17T05:43:42.704Z | Compiling anstyle-query v1.1.1 |
445 | 2025-01-17T05:43:42.784Z | Compiling winnow v0.6.20 |
446 | 2025-01-17T05:43:42.854Z | Compiling unicode-width v0.1.14 |
447 | 2025-01-17T05:43:42.887Z | Compiling anstyle v1.0.10 |
448 | 2025-01-17T05:43:43.329Z | Compiling is_terminal_polyfill v1.70.1 |
449 | 2025-01-17T05:43:43.384Z | Compiling autocfg v1.4.0 |
450 | 2025-01-17T05:43:43.468Z | Compiling pretty-hex v0.4.1 |
451 | 2025-01-17T05:43:43.711Z | Compiling colorchoice v1.0.2 |
452 | 2025-01-17T05:43:43.849Z | Compiling anstream v0.6.15 |
453 | 2025-01-17T05:43:44.040Z | Compiling fastrand v2.1.1 |
454 | 2025-01-17T05:43:44.066Z | Compiling heck v0.5.0 |
455 | 2025-01-17T05:43:44.376Z | Compiling fs-err v2.11.0 |
456 | 2025-01-17T05:43:44.521Z | Compiling terminal_size v0.4.0 |
457 | 2025-01-17T05:43:44.577Z | Compiling bytecount v0.6.8 |
458 | 2025-01-17T05:43:44.581Z | Compiling clap_lex v0.7.2 |
459 | 2025-01-17T05:43:44.682Z | Compiling anyhow v1.0.93 |
460 | 2025-01-17T05:43:44.761Z | Compiling cfg-if v1.0.0 |
461 | 2025-01-17T05:43:44.795Z | Compiling strsim v0.11.1 |
462 | 2025-01-17T05:43:44.863Z | Compiling heck v0.4.1 |
463 | 2025-01-17T05:43:45.039Z | Compiling fnv v1.0.7 |
464 | 2025-01-17T05:43:45.141Z | Compiling tempfile v3.13.0 |
465 | 2025-01-17T05:43:45.197Z | Compiling papergrid v0.11.0 |
466 | 2025-01-17T05:43:45.600Z | Compiling clap_builder v4.5.21 |
467 | 2025-01-17T05:43:45.868Z | Compiling memmap v0.7.0 |
468 | 2025-01-17T05:43:45.920Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-01-17T05:43:45.973Z | Compiling smawk v0.3.2 |
470 | 2025-01-17T05:43:46.237Z | Compiling swrite v0.1.0 |
471 | 2025-01-17T05:43:46.381Z | Compiling textwrap v0.16.1 |
472 | 2025-01-17T05:43:47.328Z | Compiling tabled_derive v0.7.0 |
473 | 2025-01-17T05:43:48.537Z | Compiling tabled v0.15.0 |
474 | 2025-01-17T05:43:49.467Z | Compiling serde_derive v1.0.217 |
475 | 2025-01-17T05:43:49.519Z | Compiling thiserror-impl v1.0.69 |
476 | 2025-01-17T05:43:49.519Z | Compiling zerocopy-derive v0.7.35 |
477 | 2025-01-17T05:43:49.519Z | Compiling scroll_derive v0.12.0 |
478 | 2025-01-17T05:43:49.545Z | Compiling clap_derive v4.5.18 |
479 | 2025-01-17T05:43:50.742Z | Compiling scroll v0.12.0 |
480 | 2025-01-17T05:43:51.283Z | Compiling goblin v0.8.2 |
481 | 2025-01-17T05:43:51.341Z | Compiling zerocopy v0.7.35 |
482 | 2025-01-17T05:43:52.086Z | Compiling pest v2.7.14 |
483 | 2025-01-17T05:43:53.208Z | Compiling clap v4.5.21 |
484 | 2025-01-17T05:43:54.234Z | Compiling pest_meta v2.7.14 |
485 | 2025-01-17T05:43:55.122Z | Compiling pest_generator v2.7.14 |
486 | 2025-01-17T05:43:56.611Z | Compiling pest_derive v2.7.14 |
487 | 2025-01-17T05:43:57.217Z | Compiling dtrace-parser v0.2.0 |
488 | 2025-01-17T05:43:57.806Z | Compiling serde_tokenstream v0.2.2 |
489 | 2025-01-17T05:43:58.007Z | Compiling serde_spanned v0.6.8 |
490 | 2025-01-17T05:43:58.007Z | Compiling toml_datetime v0.6.8 |
491 | 2025-01-17T05:43:58.289Z | Compiling cargo-platform v0.1.8 |
492 | 2025-01-17T05:43:58.341Z | Compiling macaddr v1.0.1 |
493 | 2025-01-17T05:43:58.369Z | Compiling toml_edit v0.22.22 |
494 | 2025-01-17T05:43:58.637Z | Compiling camino-tempfile v1.1.1 |
495 | 2025-01-17T05:43:59.181Z | Compiling dof v0.3.0 |
496 | 2025-01-17T05:43:59.452Z | Compiling cargo_metadata v0.18.1 |
497 | 2025-01-17T05:44:00.635Z | Compiling usdt-macro v0.5.0 |
498 | 2025-01-17T05:44:00.635Z | Compiling usdt-attr-macro v0.5.0 |
499 | 2025-01-17T05:44:01.221Z | Compiling toml v0.8.19 |
500 | 2025-01-17T05:44:01.691Z | Compiling usdt v0.5.0 |
501 | 2025-01-17T05:44:02.043Z | Compiling cargo_toml v0.20.5 |
502 | 2025-01-17T05:44:04.597Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
503 | 2025-01-17T05:44:07.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.10s |
504 | 2025-01-17T05:44:08.017Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
505 | 2025-01-17T05:44:08.548Z | Downloading crates ... |
506 | 2025-01-17T05:44:08.677Z | Downloaded base64 v0.22.1 |
507 | 2025-01-17T05:44:08.683Z | Downloaded atomicwrites v0.4.4 |
508 | 2025-01-17T05:44:08.685Z | Downloaded async-stream-impl v0.3.6 |
509 | 2025-01-17T05:44:08.701Z | Downloaded crucible-workspace-hack v0.1.0 |
510 | 2025-01-17T05:44:08.703Z | Downloaded cfg_aliases v0.2.1 |
511 | 2025-01-17T05:44:08.706Z | Downloaded cstr-argument v0.1.2 |
512 | 2025-01-17T05:44:08.706Z | Downloaded cfg_aliases v0.1.1 |
513 | 2025-01-17T05:44:08.706Z | Downloaded atty v0.2.14 |
514 | 2025-01-17T05:44:08.711Z | Downloaded heapless v0.7.17 |
515 | 2025-01-17T05:44:08.716Z | Downloaded headers-core v0.3.0 |
516 | 2025-01-17T05:44:08.719Z | Downloaded ciborium-io v0.2.2 |
517 | 2025-01-17T05:44:08.719Z | Downloaded block-padding v0.3.3 |
518 | 2025-01-17T05:44:08.721Z | Downloaded instant v0.1.13 |
519 | 2025-01-17T05:44:08.724Z | Downloaded crunchy v0.2.2 |
520 | 2025-01-17T05:44:08.727Z | Downloaded is_ci v1.2.0 |
521 | 2025-01-17T05:44:08.731Z | Downloaded http-body v1.0.1 |
522 | 2025-01-17T05:44:08.739Z | Downloaded md5 v0.7.0 |
523 | 2025-01-17T05:44:08.741Z | Downloaded colored v2.1.0 |
524 | 2025-01-17T05:44:08.747Z | Downloaded heck v0.3.3 |
525 | 2025-01-17T05:44:08.747Z | Downloaded bitfield-struct v0.6.2 |
526 | 2025-01-17T05:44:08.750Z | Downloaded bit-set v0.5.3 |
527 | 2025-01-17T05:44:08.750Z | Downloaded base16ct v0.2.0 |
528 | 2025-01-17T05:44:08.750Z | Downloaded hubpack_derive v0.1.1 |
529 | 2025-01-17T05:44:08.750Z | Downloaded bitfield v0.14.0 |
530 | 2025-01-17T05:44:08.750Z | Downloaded bb8 v0.8.5 |
531 | 2025-01-17T05:44:08.753Z | Downloaded async-recursion v1.1.1 |
532 | 2025-01-17T05:44:08.756Z | Downloaded matches v0.1.10 |
533 | 2025-01-17T05:44:08.756Z | Downloaded icu_provider_macros v1.5.0 |
534 | 2025-01-17T05:44:08.759Z | Downloaded http-range v0.1.5 |
535 | 2025-01-17T05:44:08.759Z | Downloaded chrono-tz-build v0.4.0 |
536 | 2025-01-17T05:44:08.759Z | Downloaded array-init v0.0.4 |
537 | 2025-01-17T05:44:08.762Z | Downloaded cipher v0.4.4 |
538 | 2025-01-17T05:44:08.762Z | Downloaded blowfish v0.9.1 |
539 | 2025-01-17T05:44:08.764Z | Downloaded cexpr v0.6.0 |
540 | 2025-01-17T05:44:08.764Z | Downloaded aead v0.5.2 |
541 | 2025-01-17T05:44:08.767Z | Downloaded adler2 v2.0.0 |
542 | 2025-01-17T05:44:08.767Z | Downloaded bitflags v1.3.2 |
543 | 2025-01-17T05:44:08.770Z | Downloaded match_cfg v0.1.0 |
544 | 2025-01-17T05:44:08.774Z | Downloaded backoff v0.4.0 |
545 | 2025-01-17T05:44:08.776Z | Downloaded ident_case v1.0.1 |
546 | 2025-01-17T05:44:08.780Z | Downloaded home v0.5.9 |
547 | 2025-01-17T05:44:08.783Z | Downloaded kstat-rs v0.2.4 |
548 | 2025-01-17T05:44:08.783Z | Downloaded inout v0.1.3 |
549 | 2025-01-17T05:44:08.786Z | Downloaded managed v0.8.0 |
550 | 2025-01-17T05:44:08.786Z | Downloaded lru v0.12.5 |
551 | 2025-01-17T05:44:08.789Z | Downloaded curve25519-dalek-derive v0.1.1 |
552 | 2025-01-17T05:44:08.789Z | Downloaded crc-catalog v2.4.0 |
553 | 2025-01-17T05:44:08.793Z | Downloaded cassowary v0.3.0 |
554 | 2025-01-17T05:44:08.793Z | Downloaded linear-map v1.2.0 |
555 | 2025-01-17T05:44:08.798Z | Downloaded ctr v0.9.2 |
556 | 2025-01-17T05:44:08.798Z | Downloaded cmake v0.1.51 |
557 | 2025-01-17T05:44:08.803Z | Downloaded httpdate v1.0.3 |
558 | 2025-01-17T05:44:08.803Z | Downloaded castaway v0.2.3 |
559 | 2025-01-17T05:44:08.803Z | Downloaded ascii-canvas v3.0.0 |
560 | 2025-01-17T05:44:08.803Z | Downloaded ciborium-ll v0.2.2 |
561 | 2025-01-17T05:44:08.807Z | Downloaded hex-literal v0.4.1 |
562 | 2025-01-17T05:44:08.807Z | Downloaded constant_time_eq v0.3.1 |
563 | 2025-01-17T05:44:08.807Z | Downloaded cobs v0.2.3 |
564 | 2025-01-17T05:44:08.810Z | Downloaded buf-list v1.0.3 |
565 | 2025-01-17T05:44:08.810Z | Downloaded crc v3.2.1 |
566 | 2025-01-17T05:44:08.813Z | Downloaded lockfree-object-pool v0.1.6 |
567 | 2025-01-17T05:44:08.817Z | Downloaded chacha20 v0.9.1 |
568 | 2025-01-17T05:44:08.817Z | Downloaded maybe-uninit v2.0.0 |
569 | 2025-01-17T05:44:08.820Z | Downloaded instability v0.3.2 |
570 | 2025-01-17T05:44:08.821Z | Downloaded http-body-util v0.1.2 |
571 | 2025-01-17T05:44:08.821Z | Downloaded argon2 v0.5.3 |
572 | 2025-01-17T05:44:08.824Z | Downloaded ipnetwork v0.20.0 |
573 | 2025-01-17T05:44:08.826Z | Downloaded csv-core v0.1.11 |
574 | 2025-01-17T05:44:08.826Z | Downloaded lru-cache v0.1.2 |
575 | 2025-01-17T05:44:08.832Z | Downloaded lazy_static v1.5.0 |
576 | 2025-01-17T05:44:08.832Z | Downloaded bcrypt-pbkdf v0.10.0 |
577 | 2025-01-17T05:44:08.835Z | Downloaded async-bb8-diesel v0.2.1 |
578 | 2025-01-17T05:44:08.835Z | Downloaded linked-hash-map v0.5.6 |
579 | 2025-01-17T05:44:08.835Z | Downloaded bzip2 v0.4.4 |
580 | 2025-01-17T05:44:08.838Z | Downloaded is-terminal v0.4.13 |
581 | 2025-01-17T05:44:08.838Z | Downloaded internet-checksum v0.2.1 |
582 | 2025-01-17T05:44:08.841Z | Downloaded indoc v1.0.9 |
583 | 2025-01-17T05:44:08.841Z | Downloaded hex v0.4.3 |
584 | 2025-01-17T05:44:08.846Z | Downloaded lazycell v1.3.0 |
585 | 2025-01-17T05:44:08.846Z | Downloaded base64ct v1.6.0 |
586 | 2025-01-17T05:44:08.849Z | Downloaded maplit v1.0.2 |
587 | 2025-01-17T05:44:08.850Z | Downloaded darling v0.20.10 |
588 | 2025-01-17T05:44:08.853Z | Downloaded const_format_proc_macros v0.2.33 |
589 | 2025-01-17T05:44:08.855Z | Downloaded libsw v3.3.1 |
590 | 2025-01-17T05:44:08.858Z | Downloaded libefi-sys v0.1.0 |
591 | 2025-01-17T05:44:08.861Z | Downloaded hickory-client v0.24.1 |
592 | 2025-01-17T05:44:08.865Z | Downloaded tinyvec_macros v0.1.1 |
593 | 2025-01-17T05:44:08.865Z | Downloaded rand_seeder v0.3.0 |
594 | 2025-01-17T05:44:08.868Z | Downloaded progenitor-macro v0.9.1 |
595 | 2025-01-17T05:44:08.868Z | Downloaded progenitor v0.9.1 |
596 | 2025-01-17T05:44:08.868Z | Downloaded iana-time-zone v0.1.61 |
597 | 2025-01-17T05:44:08.871Z | Downloaded ref-cast v1.0.23 |
598 | 2025-01-17T05:44:08.873Z | Downloaded libloading v0.8.5 |
599 | 2025-01-17T05:44:08.876Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2025-01-17T05:44:08.879Z | Downloaded ahash v0.8.11 |
601 | 2025-01-17T05:44:08.884Z | Downloaded rand_core v0.6.4 |
602 | 2025-01-17T05:44:08.884Z | Downloaded quick-error v1.2.3 |
603 | 2025-01-17T05:44:08.886Z | Downloaded icu_locid_transform v1.5.0 |
604 | 2025-01-17T05:44:08.886Z | Downloaded hubpack v0.1.2 |
605 | 2025-01-17T05:44:08.890Z | Downloaded crc-any v2.5.0 |
606 | 2025-01-17T05:44:08.890Z | Downloaded memoffset v0.9.1 |
607 | 2025-01-17T05:44:08.893Z | Downloaded md-5 v0.10.6 |
608 | 2025-01-17T05:44:08.893Z | Downloaded crc32fast v1.4.2 |
609 | 2025-01-17T05:44:08.897Z | Downloaded clang-sys v1.8.1 |
610 | 2025-01-17T05:44:08.901Z | Downloaded toolchain_find v0.4.0 |
611 | 2025-01-17T05:44:08.901Z | Downloaded mime_guess v2.0.5 |
612 | 2025-01-17T05:44:08.901Z | Downloaded keccak v0.1.5 |
613 | 2025-01-17T05:44:08.904Z | Downloaded const-oid v0.9.6 |
614 | 2025-01-17T05:44:08.904Z | Downloaded litemap v0.7.3 |
615 | 2025-01-17T05:44:08.907Z | Downloaded blake2 v0.10.6 |
616 | 2025-01-17T05:44:08.910Z | Downloaded lock_api v0.4.12 |
617 | 2025-01-17T05:44:08.912Z | Downloaded sqlparser_derive v0.2.2 |
618 | 2025-01-17T05:44:08.912Z | Downloaded lalrpop-util v0.19.12 |
619 | 2025-01-17T05:44:08.912Z | Downloaded ipnet v2.10.1 |
620 | 2025-01-17T05:44:08.915Z | Downloaded cookie v0.18.1 |
621 | 2025-01-17T05:44:08.918Z | Downloaded indent_write v2.2.0 |
622 | 2025-01-17T05:44:08.918Z | Downloaded console v0.15.8 |
623 | 2025-01-17T05:44:08.922Z | Downloaded zone_cfg_derive v0.3.0 |
624 | 2025-01-17T05:44:08.925Z | Downloaded normalize-line-endings v0.3.0 |
625 | 2025-01-17T05:44:08.925Z | Downloaded newline-converter v0.3.0 |
626 | 2025-01-17T05:44:08.925Z | Downloaded new_debug_unreachable v1.0.6 |
627 | 2025-01-17T05:44:08.925Z | Downloaded mime v0.3.17 |
628 | 2025-01-17T05:44:08.928Z | Downloaded scheduled-thread-pool v0.2.7 |
629 | 2025-01-17T05:44:08.928Z | Downloaded ssh-encoding v0.2.0 |
630 | 2025-01-17T05:44:08.931Z | Downloaded slog-stdlog v4.1.1 |
631 | 2025-01-17T05:44:08.935Z | Downloaded ssh-cipher v0.2.0 |
632 | 2025-01-17T05:44:08.935Z | Downloaded slog-json v2.6.1 |
633 | 2025-01-17T05:44:08.938Z | Downloaded serde_urlencoded v0.7.1 |
634 | 2025-01-17T05:44:08.938Z | Downloaded icu_locid v1.5.0 |
635 | 2025-01-17T05:44:08.940Z | Downloaded endian-type v0.1.2 |
636 | 2025-01-17T05:44:08.943Z | Downloaded stable_deref_trait v1.2.0 |
637 | 2025-01-17T05:44:08.943Z | Downloaded sec1 v0.7.3 |
638 | 2025-01-17T05:44:08.946Z | Downloaded static_assertions v1.1.0 |
639 | 2025-01-17T05:44:08.946Z | Downloaded cbc v0.1.2 |
640 | 2025-01-17T05:44:08.949Z | Downloaded crossbeam-utils v0.8.20 |
641 | 2025-01-17T05:44:08.953Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2025-01-17T05:44:08.956Z | Downloaded bytes v1.9.0 |
643 | 2025-01-17T05:44:08.959Z | Downloaded derive_builder_macro v0.20.2 |
644 | 2025-01-17T05:44:08.959Z | Downloaded utf16_iter v1.0.5 |
645 | 2025-01-17T05:44:08.959Z | Downloaded backtrace v0.3.74 |
646 | 2025-01-17T05:44:08.964Z | Downloaded async-trait v0.1.83 |
647 | 2025-01-17T05:44:08.968Z | Downloaded typify-macro v0.2.0 |
648 | 2025-01-17T05:44:08.971Z | Downloaded jobserver v0.1.32 |
649 | 2025-01-17T05:44:08.972Z | Downloaded icu_locid_transform_data v1.5.0 |
650 | 2025-01-17T05:44:08.975Z | Downloaded base64 v0.13.1 |
651 | 2025-01-17T05:44:08.978Z | Downloaded memmap2 v0.9.5 |
652 | 2025-01-17T05:44:08.978Z | Downloaded hmac v0.12.1 |
653 | 2025-01-17T05:44:08.981Z | Downloaded arc-swap v1.7.1 |
654 | 2025-01-17T05:44:08.984Z | Downloaded sigpipe v0.1.3 |
655 | 2025-01-17T05:44:08.985Z | Downloaded dunce v1.0.5 |
656 | 2025-01-17T05:44:08.988Z | Downloaded dsl_auto_type v0.1.2 |
657 | 2025-01-17T05:44:08.988Z | Downloaded utf8_iter v1.0.4 |
658 | 2025-01-17T05:44:08.988Z | Downloaded icu_provider v1.5.0 |
659 | 2025-01-17T05:44:08.991Z | Downloaded fallible-iterator v0.2.0 |
660 | 2025-01-17T05:44:08.994Z | Downloaded pretty-hex v0.2.1 |
661 | 2025-01-17T05:44:08.994Z | Downloaded packed_struct_codegen v0.10.1 |
662 | 2025-01-17T05:44:09.001Z | Downloaded funty v2.0.0 |
663 | 2025-01-17T05:44:09.001Z | Downloaded slog-scope v4.4.0 |
664 | 2025-01-17T05:44:09.001Z | Downloaded allocator-api2 v0.2.18 |
665 | 2025-01-17T05:44:09.006Z | Downloaded zeroize_derive v1.4.2 |
666 | 2025-01-17T05:44:09.006Z | Downloaded zeroize v1.8.1 |
667 | 2025-01-17T05:44:09.006Z | Downloaded tokio-rustls v0.24.1 |
668 | 2025-01-17T05:44:09.011Z | Downloaded thiserror v2.0.11 |
669 | 2025-01-17T05:44:09.014Z | Downloaded indicatif v0.17.9 |
670 | 2025-01-17T05:44:09.017Z | Downloaded cc v1.1.30 |
671 | 2025-01-17T05:44:09.021Z | Downloaded indexmap v1.9.3 |
672 | 2025-01-17T05:44:09.024Z | Downloaded take_mut v0.2.2 |
673 | 2025-01-17T05:44:09.024Z | Downloaded percent-encoding v2.3.1 |
674 | 2025-01-17T05:44:09.024Z | Downloaded num-conv v0.1.0 |
675 | 2025-01-17T05:44:09.024Z | Downloaded fallible-streaming-iterator v0.1.9 |
676 | 2025-01-17T05:44:09.028Z | Downloaded uzers v0.12.1 |
677 | 2025-01-17T05:44:09.028Z | Downloaded zerofrom v0.1.4 |
678 | 2025-01-17T05:44:09.031Z | Downloaded dhcproto-macros v0.1.0 |
679 | 2025-01-17T05:44:09.031Z | Downloaded hash32 v0.3.1 |
680 | 2025-01-17T05:44:09.031Z | Downloaded chacha20poly1305 v0.10.1 |
681 | 2025-01-17T05:44:09.035Z | Downloaded rustls-pki-types v1.10.0 |
682 | 2025-01-17T05:44:09.038Z | Downloaded num-derive v0.4.2 |
683 | 2025-01-17T05:44:09.038Z | Downloaded num v0.4.3 |
684 | 2025-01-17T05:44:09.041Z | Downloaded hash32 v0.2.1 |
685 | 2025-01-17T05:44:09.041Z | Downloaded futures-macro v0.3.31 |
686 | 2025-01-17T05:44:09.041Z | Downloaded derive_builder_core v0.20.2 |
687 | 2025-01-17T05:44:09.044Z | Downloaded crypto-bigint v0.5.5 |
688 | 2025-01-17T05:44:09.050Z | Downloaded foreign-types-shared v0.1.1 |
689 | 2025-01-17T05:44:09.053Z | Downloaded foreign-types-shared v0.3.1 |
690 | 2025-01-17T05:44:09.053Z | Downloaded foreign-types v0.3.2 |
691 | 2025-01-17T05:44:09.053Z | Downloaded siphasher v0.3.11 |
692 | 2025-01-17T05:44:09.057Z | Downloaded openssl-probe v0.1.5 |
693 | 2025-01-17T05:44:09.057Z | Downloaded signature v2.2.0 |
694 | 2025-01-17T05:44:09.057Z | Downloaded futures-io v0.3.31 |
695 | 2025-01-17T05:44:09.060Z | Downloaded icu_normalizer_data v1.5.0 |
696 | 2025-01-17T05:44:09.063Z | Downloaded thiserror-impl-no-std v2.0.2 |
697 | 2025-01-17T05:44:09.063Z | Downloaded tabwriter v1.4.0 |
698 | 2025-01-17T05:44:09.065Z | Downloaded test-strategy v0.4.0 |
699 | 2025-01-17T05:44:09.068Z | Downloaded const_format v0.2.33 |
700 | 2025-01-17T05:44:09.072Z | Downloaded predicates-tree v1.0.11 |
701 | 2025-01-17T05:44:09.075Z | Downloaded prettyplease v0.2.25 |
702 | 2025-01-17T05:44:09.080Z | Downloaded rand_xorshift v0.3.0 |
703 | 2025-01-17T05:44:09.080Z | Downloaded primeorder v0.13.6 |
704 | 2025-01-17T05:44:09.090Z | Downloaded num_enum_derive v0.5.11 |
705 | 2025-01-17T05:44:09.093Z | Downloaded slab v0.4.9 |
706 | 2025-01-17T05:44:09.093Z | Downloaded filetime v0.2.25 |
707 | 2025-01-17T05:44:09.098Z | Downloaded utf-8 v0.7.6 |
708 | 2025-01-17T05:44:09.101Z | Downloaded value-bag v1.9.0 |
709 | 2025-01-17T05:44:09.101Z | Downloaded rustfmt-wrapper v0.2.1 |
710 | 2025-01-17T05:44:09.101Z | Downloaded predicates v3.1.2 |
711 | 2025-01-17T05:44:09.104Z | Downloaded nu-ansi-term v0.50.1 |
712 | 2025-01-17T05:44:09.106Z | Downloaded des v0.8.1 |
713 | 2025-01-17T05:44:09.109Z | Downloaded simd-adler32 v0.3.7 |
714 | 2025-01-17T05:44:09.109Z | Downloaded similar v2.6.0 |
715 | 2025-01-17T05:44:09.113Z | Downloaded diesel-dtrace v0.4.2 |
716 | 2025-01-17T05:44:09.116Z | Downloaded zerofrom-derive v0.1.4 |
717 | 2025-01-17T05:44:09.119Z | Downloaded wyz v0.5.1 |
718 | 2025-01-17T05:44:09.119Z | Downloaded tiny-keccak v2.0.2 |
719 | 2025-01-17T05:44:09.122Z | Downloaded spki v0.7.3 |
720 | 2025-01-17T05:44:09.122Z | Downloaded twox-hash v1.6.3 |
721 | 2025-01-17T05:44:09.126Z | Downloaded phf_shared v0.10.0 |
722 | 2025-01-17T05:44:09.126Z | Downloaded bumpalo v3.16.0 |
723 | 2025-01-17T05:44:09.129Z | Downloaded dropshot_endpoint v0.15.1 |
724 | 2025-01-17T05:44:09.131Z | Downloaded base64 v0.21.7 |
725 | 2025-01-17T05:44:09.135Z | Downloaded tokio-stream v0.1.16 |
726 | 2025-01-17T05:44:09.141Z | Downloaded defmt-parser v0.3.4 |
727 | 2025-01-17T05:44:09.144Z | Downloaded password-hash v0.5.0 |
728 | 2025-01-17T05:44:09.144Z | Downloaded yoke-derive v0.7.4 |
729 | 2025-01-17T05:44:09.144Z | Downloaded foreign-types v0.5.0 |
730 | 2025-01-17T05:44:09.147Z | Downloaded num-complex v0.4.6 |
731 | 2025-01-17T05:44:09.147Z | Downloaded ron v0.7.1 |
732 | 2025-01-17T05:44:09.151Z | Downloaded polyval v0.6.2 |
733 | 2025-01-17T05:44:09.153Z | Downloaded derive_builder v0.20.2 |
734 | 2025-01-17T05:44:09.158Z | Downloaded derive_more v0.99.18 |
735 | 2025-01-17T05:44:09.162Z | Downloaded darling_macro v0.20.10 |
736 | 2025-01-17T05:44:09.165Z | Downloaded ff v0.13.0 |
737 | 2025-01-17T05:44:09.165Z | Downloaded same-file v1.0.6 |
738 | 2025-01-17T05:44:09.168Z | Downloaded termtree v0.4.1 |
739 | 2025-01-17T05:44:09.168Z | Downloaded hickory-resolver v0.24.1 |
740 | 2025-01-17T05:44:09.173Z | Downloaded number_prefix v0.4.0 |
741 | 2025-01-17T05:44:09.176Z | Downloaded slog-async v2.8.0 |
742 | 2025-01-17T05:44:09.177Z | Downloaded rustversion v1.0.17 |
743 | 2025-01-17T05:44:09.181Z | Downloaded nanorand v0.7.0 |
744 | 2025-01-17T05:44:09.183Z | Downloaded fragile v2.0.0 |
745 | 2025-01-17T05:44:09.183Z | Downloaded shlex v1.3.0 |
746 | 2025-01-17T05:44:09.183Z | Downloaded zopfli v0.8.1 |
747 | 2025-01-17T05:44:09.186Z | Downloaded hickory-server v0.24.1 |
748 | 2025-01-17T05:44:09.191Z | Downloaded oso-derive v0.27.3 |
749 | 2025-01-17T05:44:09.196Z | Downloaded fxhash v0.2.1 |
750 | 2025-01-17T05:44:09.196Z | Downloaded fatfs v0.3.6 |
751 | 2025-01-17T05:44:09.199Z | Downloaded phf_generator v0.11.2 |
752 | 2025-01-17T05:44:09.199Z | Downloaded aes v0.8.4 |
753 | 2025-01-17T05:44:09.202Z | Downloaded half v2.4.1 |
754 | 2025-01-17T05:44:09.205Z | Downloaded russh-cryptovec v0.7.3 |
755 | 2025-01-17T05:44:09.205Z | Downloaded packed_struct v0.10.1 |
756 | 2025-01-17T05:44:09.207Z | Downloaded rand_chacha v0.3.1 |
757 | 2025-01-17T05:44:09.208Z | Downloaded ron v0.8.1 |
758 | 2025-01-17T05:44:09.213Z | Downloaded untrusted v0.9.0 |
759 | 2025-01-17T05:44:09.218Z | Downloaded unicode-xid v0.2.6 |
760 | 2025-01-17T05:44:09.221Z | Downloaded poly1305 v0.8.0 |
761 | 2025-01-17T05:44:09.221Z | Downloaded postcard v1.0.10 |
762 | 2025-01-17T05:44:09.224Z | Downloaded rusty-fork v0.3.0 |
763 | 2025-01-17T05:44:09.224Z | Downloaded resolv-conf v0.7.0 |
764 | 2025-01-17T05:44:09.227Z | Downloaded slog-bunyan v2.5.0 |
765 | 2025-01-17T05:44:09.227Z | Downloaded schemars_derive v0.8.21 |
766 | 2025-01-17T05:44:09.227Z | Downloaded peg-macros v0.8.4 |
767 | 2025-01-17T05:44:09.230Z | Downloaded tungstenite v0.23.0 |
768 | 2025-01-17T05:44:09.233Z | Downloaded float-ord v0.3.2 |
769 | 2025-01-17T05:44:09.235Z | Downloaded env_filter v0.1.2 |
770 | 2025-01-17T05:44:09.235Z | Downloaded heapless v0.8.0 |
771 | 2025-01-17T05:44:09.245Z | Downloaded group v0.13.0 |
772 | 2025-01-17T05:44:09.245Z | Downloaded glob v0.3.1 |
773 | 2025-01-17T05:44:09.246Z | Downloaded data-encoding v2.6.0 |
774 | 2025-01-17T05:44:09.246Z | Downloaded dhcproto v0.12.0 |
775 | 2025-01-17T05:44:09.250Z | Downloaded form_urlencoded v1.2.1 |
776 | 2025-01-17T05:44:09.250Z | Downloaded num-traits v0.2.19 |
777 | 2025-01-17T05:44:09.253Z | Downloaded tokio-native-tls v0.3.1 |
778 | 2025-01-17T05:44:09.253Z | Downloaded tokio-macros v2.5.0 |
779 | 2025-01-17T05:44:09.256Z | Downloaded termios v0.3.3 |
780 | 2025-01-17T05:44:09.256Z | Downloaded fs_extra v1.3.0 |
781 | 2025-01-17T05:44:09.259Z | Downloaded unicode-bidi v0.3.17 |
782 | 2025-01-17T05:44:09.262Z | Downloaded icu_normalizer v1.5.0 |
783 | 2025-01-17T05:44:09.265Z | Downloaded crossterm v0.28.1 |
784 | 2025-01-17T05:44:09.270Z | Downloaded write16 v1.0.0 |
785 | 2025-01-17T05:44:09.275Z | Downloaded defmt v0.3.8 |
786 | 2025-01-17T05:44:09.278Z | Downloaded num_enum v0.5.11 |
787 | 2025-01-17T05:44:09.281Z | Downloaded rustc-hash v2.0.0 |
788 | 2025-01-17T05:44:09.284Z | Downloaded opaque-debug v0.3.1 |
789 | 2025-01-17T05:44:09.284Z | Downloaded rustc-hash v1.1.0 |
790 | 2025-01-17T05:44:09.284Z | Downloaded whoami v1.5.2 |
791 | 2025-01-17T05:44:09.289Z | Downloaded rtoolbox v0.0.2 |
792 | 2025-01-17T05:44:09.289Z | Downloaded pin-utils v0.1.0 |
793 | 2025-01-17T05:44:09.293Z | Downloaded path-slash v0.1.5 |
794 | 2025-01-17T05:44:09.293Z | Downloaded vergen v8.3.2 |
795 | 2025-01-17T05:44:09.296Z | Downloaded postgres-types v0.2.8 |
796 | 2025-01-17T05:44:09.296Z | Downloaded yoke v0.7.4 |
797 | 2025-01-17T05:44:09.299Z | Downloaded enum-as-inner v0.6.1 |
798 | 2025-01-17T05:44:09.299Z | Downloaded pkg-config v0.3.31 |
799 | 2025-01-17T05:44:09.301Z | Downloaded debug-ignore v1.0.5 |
800 | 2025-01-17T05:44:09.301Z | Downloaded parse-size v1.1.0 |
801 | 2025-01-17T05:44:09.304Z | Downloaded openssl-macros v0.1.1 |
802 | 2025-01-17T05:44:09.304Z | Downloaded parking_lot v0.11.2 |
803 | 2025-01-17T05:44:09.307Z | Downloaded time-macros v0.2.18 |
804 | 2025-01-17T05:44:09.310Z | Downloaded tls_codec v0.4.1 |
805 | 2025-01-17T05:44:09.312Z | Downloaded tap v1.0.1 |
806 | 2025-01-17T05:44:09.312Z | Downloaded globset v0.4.15 |
807 | 2025-01-17T05:44:09.315Z | Downloaded spin v0.9.8 |
808 | 2025-01-17T05:44:09.318Z | Downloaded synstructure v0.13.1 |
809 | 2025-01-17T05:44:09.318Z | Downloaded pin-project-internal v1.1.6 |
810 | 2025-01-17T05:44:09.321Z | Downloaded samael v0.0.17 |
811 | 2025-01-17T05:44:09.324Z | Downloaded serde-big-array v0.5.1 |
812 | 2025-01-17T05:44:09.328Z | Downloaded tui-tree-widget v0.22.0 |
813 | 2025-01-17T05:44:09.331Z | Downloaded expectorate v1.1.0 |
814 | 2025-01-17T05:44:09.331Z | Downloaded try-lock v0.2.5 |
815 | 2025-01-17T05:44:09.331Z | Downloaded shell-words v1.1.0 |
816 | 2025-01-17T05:44:09.334Z | Downloaded owo-colors v4.1.0 |
817 | 2025-01-17T05:44:09.336Z | Downloaded defmt-macros v0.3.9 |
818 | 2025-01-17T05:44:09.339Z | Downloaded http v1.2.0 |
819 | 2025-01-17T05:44:09.343Z | Downloaded sqlformat v0.2.6 |
820 | 2025-01-17T05:44:09.347Z | Downloaded downcast v0.11.0 |
821 | 2025-01-17T05:44:09.347Z | Downloaded want v0.3.1 |
822 | 2025-01-17T05:44:09.347Z | Downloaded flagset v0.4.6 |
823 | 2025-01-17T05:44:09.349Z | Downloaded pin-project-lite v0.2.14 |
824 | 2025-01-17T05:44:09.353Z | Downloaded topological-sort v0.2.2 |
825 | 2025-01-17T05:44:09.357Z | Downloaded futures-task v0.3.31 |
826 | 2025-01-17T05:44:09.357Z | Downloaded parse-display-derive v0.10.0 |
827 | 2025-01-17T05:44:09.360Z | Downloaded which v4.4.2 |
828 | 2025-01-17T05:44:09.360Z | Downloaded rcgen v0.12.1 |
829 | 2025-01-17T05:44:09.360Z | Downloaded tls_codec_derive v0.4.1 |
830 | 2025-01-17T05:44:09.363Z | Downloaded stringprep v0.1.5 |
831 | 2025-01-17T05:44:09.366Z | Downloaded string_cache v0.8.7 |
832 | 2025-01-17T05:44:09.366Z | Downloaded zone v0.1.8 |
833 | 2025-01-17T05:44:09.369Z | Downloaded slog-term v2.9.1 |
834 | 2025-01-17T05:44:09.369Z | Downloaded progenitor-client v0.9.1 |
835 | 2025-01-17T05:44:09.371Z | Downloaded num_threads v0.1.7 |
836 | 2025-01-17T05:44:09.371Z | Downloaded pkcs1 v0.7.5 |
837 | 2025-01-17T05:44:09.374Z | Downloaded wait-timeout v0.2.0 |
838 | 2025-01-17T05:44:09.377Z | Downloaded num-integer v0.1.46 |
839 | 2025-01-17T05:44:09.377Z | Downloaded psl-types v2.0.11 |
840 | 2025-01-17T05:44:09.380Z | Downloaded zerocopy-derive v0.8.10 |
841 | 2025-01-17T05:44:09.383Z | Downloaded paste v1.0.15 |
842 | 2025-01-17T05:44:09.386Z | Downloaded slog-dtrace v0.3.0 |
843 | 2025-01-17T05:44:09.389Z | Downloaded pkcs8 v0.10.2 |
844 | 2025-01-17T05:44:09.392Z | Downloaded typify-macro v0.3.0 |
845 | 2025-01-17T05:44:09.392Z | Downloaded supports-color v3.0.1 |
846 | 2025-01-17T05:44:09.395Z | Downloaded diesel_derives v2.2.3 |
847 | 2025-01-17T05:44:09.398Z | Downloaded thiserror-no-std v2.0.2 |
848 | 2025-01-17T05:44:09.401Z | Downloaded thiserror-impl v2.0.11 |
849 | 2025-01-17T05:44:09.405Z | Downloaded libxml v0.3.3 |
850 | 2025-01-17T05:44:09.408Z | Downloaded futures-sink v0.3.31 |
851 | 2025-01-17T05:44:09.411Z | Downloaded mirai-annotations v1.12.0 |
852 | 2025-01-17T05:44:09.411Z | Downloaded display-error-chain v0.2.2 |
853 | 2025-01-17T05:44:09.414Z | Downloaded native-tls v0.2.12 |
854 | 2025-01-17T05:44:09.415Z | Downloaded russh-keys v0.45.0 |
855 | 2025-01-17T05:44:09.418Z | Downloaded rfc6979 v0.4.0 |
856 | 2025-01-17T05:44:09.418Z | Downloaded socket2 v0.5.7 |
857 | 2025-01-17T05:44:09.421Z | Downloaded dirs-sys-next v0.1.2 |
858 | 2025-01-17T05:44:09.421Z | Downloaded dirs-next v2.0.0 |
859 | 2025-01-17T05:44:09.423Z | Downloaded displaydoc v0.2.5 |
860 | 2025-01-17T05:44:09.426Z | Downloaded rand v0.8.5 |
861 | 2025-01-17T05:44:09.429Z | Downloaded aes-gcm v0.10.3 |
862 | 2025-01-17T05:44:09.434Z | Downloaded serde-hex v0.1.0 |
863 | 2025-01-17T05:44:09.437Z | Downloaded flume v0.11.1 |
864 | 2025-01-17T05:44:09.439Z | Downloaded darling_core v0.20.10 |
865 | 2025-01-17T05:44:09.442Z | Downloaded termcolor v1.4.1 |
866 | 2025-01-17T05:44:09.445Z | Downloaded num-bigint v0.4.6 |
867 | 2025-01-17T05:44:09.449Z | Downloaded untrusted v0.7.1 |
868 | 2025-01-17T05:44:09.452Z | Downloaded strum_macros v0.24.3 |
869 | 2025-01-17T05:44:09.452Z | Downloaded smf v0.2.3 |
870 | 2025-01-17T05:44:09.455Z | Downloaded ref-cast-impl v1.0.23 |
871 | 2025-01-17T05:44:09.455Z | Downloaded radium v0.7.0 |
872 | 2025-01-17T05:44:09.455Z | Downloaded libm v0.2.8 |
873 | 2025-01-17T05:44:09.462Z | Downloaded subtle v2.6.1 |
874 | 2025-01-17T05:44:09.465Z | Downloaded aho-corasick v1.1.3 |
875 | 2025-01-17T05:44:09.469Z | Downloaded unicode-properties v0.1.3 |
876 | 2025-01-17T05:44:09.472Z | Downloaded blake3 v1.5.4 |
877 | 2025-01-17T05:44:09.481Z | Downloaded num-iter v0.1.45 |
878 | 2025-01-17T05:44:09.483Z | Downloaded fixedbitset v0.4.2 |
879 | 2025-01-17T05:44:09.483Z | Downloaded fd-lock v4.0.2 |
880 | 2025-01-17T05:44:09.486Z | Downloaded itertools v0.13.0 |
881 | 2025-01-17T05:44:09.492Z | Downloaded serde_with v3.11.0 |
882 | 2025-01-17T05:44:09.499Z | Downloaded diesel_table_macro_syntax v0.2.0 |
883 | 2025-01-17T05:44:09.502Z | Downloaded powerfmt v0.2.0 |
884 | 2025-01-17T05:44:09.502Z | Downloaded snafu v0.8.5 |
885 | 2025-01-17T05:44:09.507Z | Downloaded serde_derive_internals v0.29.1 |
886 | 2025-01-17T05:44:09.510Z | Downloaded semver v0.1.20 |
887 | 2025-01-17T05:44:09.513Z | Downloaded tungstenite v0.24.0 |
888 | 2025-01-17T05:44:09.515Z | Downloaded structmeta v0.3.0 |
889 | 2025-01-17T05:44:09.516Z | Downloaded rustc_version v0.4.1 |
890 | 2025-01-17T05:44:09.518Z | Downloaded unsafe-libyaml v0.2.11 |
891 | 2025-01-17T05:44:09.521Z | Downloaded deranged v0.3.11 |
892 | 2025-01-17T05:44:09.524Z | Downloaded nodrop v0.1.14 |
893 | 2025-01-17T05:44:09.524Z | Downloaded vte_generate_state_changes v0.1.2 |
894 | 2025-01-17T05:44:09.524Z | Downloaded vsss-rs v3.3.4 |
895 | 2025-01-17T05:44:09.527Z | Downloaded strum_macros v0.26.4 |
896 | 2025-01-17T05:44:09.530Z | Downloaded secrecy v0.8.0 |
897 | 2025-01-17T05:44:09.530Z | Downloaded scopeguard v1.2.0 |
898 | 2025-01-17T05:44:09.532Z | Downloaded olpc-cjson v0.1.4 |
899 | 2025-01-17T05:44:09.533Z | Downloaded zerovec-derive v0.10.3 |
900 | 2025-01-17T05:44:09.537Z | Downloaded xattr v1.3.1 |
901 | 2025-01-17T05:44:09.537Z | Downloaded walkdir v2.5.0 |
902 | 2025-01-17T05:44:09.539Z | Downloaded phf v0.11.2 |
903 | 2025-01-17T05:44:09.539Z | Downloaded toml_edit v0.19.15 |
904 | 2025-01-17T05:44:09.554Z | Downloaded slog-envlogger v2.2.0 |
905 | 2025-01-17T05:44:09.557Z | Downloaded unarray v0.1.4 |
906 | 2025-01-17T05:44:09.560Z | Downloaded ed25519-dalek v2.1.1 |
907 | 2025-01-17T05:44:09.562Z | Downloaded structmeta-derive v0.3.0 |
908 | 2025-01-17T05:44:09.562Z | Downloaded rustls-pemfile v1.0.4 |
909 | 2025-01-17T05:44:09.566Z | Downloaded ppv-lite86 v0.2.20 |
910 | 2025-01-17T05:44:09.566Z | Downloaded smallvec v0.6.14 |
911 | 2025-01-17T05:44:09.570Z | Downloaded miniz_oxide v0.8.0 |
912 | 2025-01-17T05:44:09.572Z | Downloaded russh v0.45.0 |
913 | 2025-01-17T05:44:09.575Z | Downloaded num-rational v0.4.2 |
914 | 2025-01-17T05:44:09.578Z | Downloaded embedded-io v0.4.0 |
915 | 2025-01-17T05:44:09.578Z | Downloaded parking_lot_core v0.9.10 |
916 | 2025-01-17T05:44:09.582Z | Downloaded p256 v0.13.2 |
917 | 2025-01-17T05:44:09.585Z | Downloaded ghash v0.5.1 |
918 | 2025-01-17T05:44:09.585Z | Downloaded ena v0.14.3 |
919 | 2025-01-17T05:44:09.588Z | Downloaded embedded-io v0.6.1 |
920 | 2025-01-17T05:44:09.588Z | Downloaded scrypt v0.11.0 |
921 | 2025-01-17T05:44:09.591Z | Downloaded subprocess v0.2.9 |
922 | 2025-01-17T05:44:09.593Z | Downloaded tokio-rustls v0.25.0 |
923 | 2025-01-17T05:44:09.593Z | Downloaded signal-hook v0.3.17 |
924 | 2025-01-17T05:44:09.597Z | Downloaded hkdf v0.12.4 |
925 | 2025-01-17T05:44:09.604Z | Downloaded difflib v0.4.0 |
926 | 2025-01-17T05:44:09.604Z | Downloaded tinystr v0.7.6 |
927 | 2025-01-17T05:44:09.609Z | Downloaded rpassword v7.3.1 |
928 | 2025-01-17T05:44:09.609Z | Downloaded quinn-udp v0.5.5 |
929 | 2025-01-17T05:44:09.609Z | Downloaded phf_codegen v0.11.2 |
930 | 2025-01-17T05:44:09.609Z | Downloaded writeable v0.5.5 |
931 | 2025-01-17T05:44:09.609Z | Downloaded hashlink v0.9.1 |
932 | 2025-01-17T05:44:09.612Z | Downloaded progenitor-client v0.8.0 |
933 | 2025-01-17T05:44:09.612Z | Downloaded universal-hash v0.5.1 |
934 | 2025-01-17T05:44:09.612Z | Downloaded idna v1.0.3 |
935 | 2025-01-17T05:44:09.615Z | Downloaded r2d2 v0.8.10 |
936 | 2025-01-17T05:44:09.618Z | Downloaded mockall v0.13.0 |
937 | 2025-01-17T05:44:09.621Z | Downloaded signal-hook-mio v0.2.4 |
938 | 2025-01-17T05:44:09.621Z | Downloaded xz2 v0.1.7 |
939 | 2025-01-17T05:44:09.624Z | Downloaded multimap v0.10.0 |
940 | 2025-01-17T05:44:09.624Z | Downloaded aws-lc-rs v1.10.0 |
941 | 2025-01-17T05:44:09.631Z | Downloaded waitgroup v0.1.2 |
942 | 2025-01-17T05:44:09.634Z | Downloaded time-core v0.1.2 |
943 | 2025-01-17T05:44:09.634Z | Downloaded tower-service v0.3.3 |
944 | 2025-01-17T05:44:09.634Z | Downloaded peg-runtime v0.8.3 |
945 | 2025-01-17T05:44:09.637Z | Downloaded tokio-tungstenite v0.21.0 |
946 | 2025-01-17T05:44:09.639Z | Downloaded sync-ptr v0.1.1 |
947 | 2025-01-17T05:44:09.639Z | Downloaded newtype_derive v0.1.6 |
948 | 2025-01-17T05:44:09.640Z | Downloaded rustls-pemfile v2.2.0 |
949 | 2025-01-17T05:44:09.642Z | Downloaded phf_shared v0.11.2 |
950 | 2025-01-17T05:44:09.642Z | Downloaded dropshot_endpoint v0.12.0 |
951 | 2025-01-17T05:44:09.645Z | Downloaded sqlparser v0.45.0 |
952 | 2025-01-17T05:44:09.651Z | Downloaded unicode-truncate v1.1.0 |
953 | 2025-01-17T05:44:09.654Z | Downloaded signal-hook-tokio v0.3.1 |
954 | 2025-01-17T05:44:09.654Z | Downloaded signal-hook-registry v1.4.2 |
955 | 2025-01-17T05:44:09.654Z | Downloaded unicase v2.7.0 |
956 | 2025-01-17T05:44:09.657Z | Downloaded precomputed-hash v0.1.1 |
957 | 2025-01-17T05:44:09.657Z | Downloaded headers v0.4.0 |
958 | 2025-01-17T05:44:09.662Z | Downloaded hashbrown v0.12.3 |
959 | 2025-01-17T05:44:09.666Z | Downloaded hyper v1.5.2 |
960 | 2025-01-17T05:44:09.673Z | Downloaded x509-cert v0.2.5 |
961 | 2025-01-17T05:44:09.678Z | Downloaded sync_wrapper v1.0.1 |
962 | 2025-01-17T05:44:09.681Z | Downloaded strum v0.26.3 |
963 | 2025-01-17T05:44:09.681Z | Downloaded rustyline v14.0.0 |
964 | 2025-01-17T05:44:09.684Z | Downloaded float-cmp v0.9.0 |
965 | 2025-01-17T05:44:09.688Z | Downloaded sha1 v0.10.6 |
966 | 2025-01-17T05:44:09.688Z | Downloaded rustc_version v0.1.7 |
967 | 2025-01-17T05:44:09.688Z | Downloaded progenitor-macro v0.8.0 |
968 | 2025-01-17T05:44:09.691Z | Downloaded steno v0.4.1 |
969 | 2025-01-17T05:44:09.693Z | Downloaded reedline v0.35.0 |
970 | 2025-01-17T05:44:09.705Z | Downloaded progenitor v0.8.0 |
971 | 2025-01-17T05:44:09.708Z | Downloaded salty v0.3.0 |
972 | 2025-01-17T05:44:09.708Z | Downloaded qorb v0.2.1 |
973 | 2025-01-17T05:44:09.712Z | Downloaded enum-as-inner v0.5.1 |
974 | 2025-01-17T05:44:09.715Z | Downloaded futures-core v0.3.31 |
975 | 2025-01-17T05:44:09.717Z | Downloaded futures-executor v0.3.31 |
976 | 2025-01-17T05:44:09.718Z | Downloaded tokio-tungstenite v0.24.0 |
977 | 2025-01-17T05:44:09.720Z | Downloaded vte v0.11.1 |
978 | 2025-01-17T05:44:09.720Z | Downloaded ssh-key v0.6.6 |
979 | 2025-01-17T05:44:09.727Z | Downloaded serde_with_macros v3.11.0 |
980 | 2025-01-17T05:44:09.730Z | Downloaded newtype-uuid v1.2.1 |
981 | 2025-01-17T05:44:09.734Z | Downloaded serde_path_to_error v0.1.16 |
982 | 2025-01-17T05:44:09.734Z | Downloaded pem v3.0.4 |
983 | 2025-01-17T05:44:09.734Z | Downloaded peg v0.8.4 |
984 | 2025-01-17T05:44:09.737Z | Downloaded ecdsa v0.16.9 |
985 | 2025-01-17T05:44:09.739Z | Downloaded bindgen v0.69.5 |
986 | 2025-01-17T05:44:09.745Z | Downloaded ed25519 v2.2.3 |
987 | 2025-01-17T05:44:09.748Z | Downloaded tokio-rustls v0.26.0 |
988 | 2025-01-17T05:44:09.751Z | Downloaded der_derive v0.7.3 |
989 | 2025-01-17T05:44:09.751Z | Downloaded zip v0.6.6 |
990 | 2025-01-17T05:44:09.755Z | Downloaded num-bigint-dig v0.8.4 |
991 | 2025-01-17T05:44:09.759Z | Downloaded chrono v0.4.38 |
992 | 2025-01-17T05:44:09.766Z | Downloaded getrandom v0.2.15 |
993 | 2025-01-17T05:44:09.769Z | Downloaded quick-xml v0.33.0 |
994 | 2025-01-17T05:44:09.775Z | Downloaded omicron-zone-package v0.12.0 |
995 | 2025-01-17T05:44:09.778Z | Downloaded typed-path v0.9.3 |
996 | 2025-01-17T05:44:09.784Z | Downloaded oso v0.27.3 |
997 | 2025-01-17T05:44:09.787Z | Downloaded proc-macro-crate v1.3.1 |
998 | 2025-01-17T05:44:09.790Z | Downloaded progenitor-impl v0.8.0 |
999 | 2025-01-17T05:44:09.793Z | Downloaded diff v0.1.13 |
1000 | 2025-01-17T05:44:09.795Z | Downloaded thread_local v1.1.8 |
1001 | 2025-01-17T05:44:09.795Z | Downloaded toml v0.7.8 |
1002 | 2025-01-17T05:44:09.798Z | Downloaded futures-channel v0.3.31 |
1003 | 2025-01-17T05:44:09.801Z | Downloaded either v1.13.0 |
1004 | 2025-01-17T05:44:09.801Z | Downloaded portable-atomic v1.9.0 |
1005 | 2025-01-17T05:44:09.807Z | Downloaded nibble_vec v0.1.0 |
1006 | 2025-01-17T05:44:09.810Z | Downloaded tinyvec v1.8.0 |
1007 | 2025-01-17T05:44:09.812Z | Downloaded smallvec v1.13.2 |
1008 | 2025-01-17T05:44:09.817Z | Downloaded slog v2.7.0 |
1009 | 2025-01-17T05:44:09.820Z | Downloaded env_logger v0.10.2 |
1010 | 2025-01-17T05:44:09.820Z | Downloaded tracing-core v0.1.32 |
1011 | 2025-01-17T05:44:09.823Z | Downloaded rusqlite v0.32.1 |
1012 | 2025-01-17T05:44:09.828Z | Downloaded openssl-sys v0.9.103 |
1013 | 2025-01-17T05:44:09.832Z | Downloaded quinn v0.11.5 |
1014 | 2025-01-17T05:44:09.835Z | Downloaded derive-where v1.2.7 |
1015 | 2025-01-17T05:44:09.839Z | Downloaded tungstenite v0.21.0 |
1016 | 2025-01-17T05:44:09.842Z | Downloaded futures v0.3.31 |
1017 | 2025-01-17T05:44:09.847Z | Downloaded progenitor-impl v0.9.1 |
1018 | 2025-01-17T05:44:09.849Z | Downloaded env_logger v0.11.5 |
1019 | 2025-01-17T05:44:09.852Z | Downloaded elliptic-curve v0.13.8 |
1020 | 2025-01-17T05:44:09.855Z | Downloaded mockall_derive v0.13.0 |
1021 | 2025-01-17T05:44:09.857Z | Downloaded tokio-postgres v0.7.12 |
1022 | 2025-01-17T05:44:09.862Z | Downloaded zerocopy v0.8.10 |
1023 | 2025-01-17T05:44:09.884Z | Downloaded yasna v0.5.2 |
1024 | 2025-01-17T05:44:09.887Z | Downloaded pin-project v1.1.6 |
1025 | 2025-01-17T05:44:09.897Z | Downloaded parking_lot_core v0.8.6 |
1026 | 2025-01-17T05:44:09.899Z | Downloaded parse-zoneinfo v0.3.1 |
1027 | 2025-01-17T05:44:09.902Z | Downloaded mio v1.0.2 |
1028 | 2025-01-17T05:44:09.906Z | Downloaded flate2 v1.0.34 |
1029 | 2025-01-17T05:44:09.911Z | Downloaded curve25519-dalek v4.1.3 |
1030 | 2025-01-17T05:44:09.919Z | Downloaded der v0.7.9 |
1031 | 2025-01-17T05:44:09.924Z | Downloaded futures-util v0.3.31 |
1032 | 2025-01-17T05:44:09.935Z | Downloaded zerocopy v0.6.6 |
1033 | 2025-01-17T05:44:09.937Z | Downloaded unicode-segmentation v1.12.0 |
1034 | 2025-01-17T05:44:09.940Z | Downloaded hashbrown v0.13.2 |
1035 | 2025-01-17T05:44:09.944Z | Downloaded lalrpop v0.19.12 |
1036 | 2025-01-17T05:44:09.955Z | Downloaded rsa v0.9.6 |
1037 | 2025-01-17T05:44:09.960Z | Downloaded icu_properties_data v1.5.0 |
1038 | 2025-01-17T05:44:09.970Z | Downloaded rayon v1.10.0 |
1039 | 2025-01-17T05:44:09.979Z | Downloaded tar v0.4.42 |
1040 | 2025-01-17T05:44:09.982Z | Downloaded gimli v0.31.1 |
1041 | 2025-01-17T05:44:09.990Z | Downloaded time v0.3.36 |
1042 | 2025-01-17T05:44:09.996Z | Downloaded url v2.5.3 |
1043 | 2025-01-17T05:44:09.999Z | Downloaded hashbrown v0.14.5 |
1044 | 2025-01-17T05:44:10.004Z | Downloaded rustls-webpki v0.102.8 |
1045 | 2025-01-17T05:44:10.021Z | Downloaded tokio-util v0.7.12 |
1046 | 2025-01-17T05:44:10.028Z | Downloaded serde_yaml v0.9.34+deprecated |
1047 | 2025-01-17T05:44:10.030Z | Downloaded publicsuffix v2.2.3 |
1048 | 2025-01-17T05:44:10.033Z | Downloaded nom v7.1.3 |
1049 | 2025-01-17T05:44:10.038Z | Downloaded rustls-webpki v0.101.7 |
1050 | 2025-01-17T05:44:10.051Z | Downloaded proptest v1.5.0 |
1051 | 2025-01-17T05:44:10.060Z | Downloaded winnow v0.5.40 |
1052 | 2025-01-17T05:44:10.068Z | Downloaded unicode_categories v0.1.1 |
1053 | 2025-01-17T05:44:10.071Z | Downloaded trust-dns-proto v0.22.0 |
1054 | 2025-01-17T05:44:10.082Z | Downloaded unicode-normalization v0.1.24 |
1055 | 2025-01-17T05:44:10.085Z | Downloaded idna v0.3.0 |
1056 | 2025-01-17T05:44:10.095Z | Downloaded quinn-proto v0.11.8 |
1057 | 2025-01-17T05:44:10.099Z | Downloaded rustls v0.22.4 |
1058 | 2025-01-17T05:44:10.112Z | Downloaded zerovec v0.10.4 |
1059 | 2025-01-17T05:44:10.118Z | Downloaded tough v0.19.0 |
1060 | 2025-01-17T05:44:10.125Z | Downloaded nix v0.28.0 |
1061 | 2025-01-17T05:44:10.136Z | Downloaded git2 v0.19.0 |
1062 | 2025-01-17T05:44:10.145Z | Downloaded nix v0.27.1 |
1063 | 2025-01-17T05:44:10.155Z | Downloaded chrono-tz v0.10.0 |
1064 | 2025-01-17T05:44:10.162Z | Downloaded reqwest v0.12.9 |
1065 | 2025-01-17T05:44:10.171Z | Downloaded diesel v2.2.6 |
1066 | 2025-01-17T05:44:10.189Z | Downloaded regex-syntax v0.6.29 |
1067 | 2025-01-17T05:44:10.196Z | Downloaded regress v0.9.1 |
1068 | 2025-01-17T05:44:10.204Z | Downloaded rustls v0.21.12 |
1069 | 2025-01-17T05:44:10.215Z | Downloaded rustls v0.23.19 |
1070 | 2025-01-17T05:44:10.226Z | Downloaded polar-core v0.27.3 |
1071 | 2025-01-17T05:44:10.234Z | Downloaded webpki-roots v0.26.6 |
1072 | 2025-01-17T05:44:10.239Z | Downloaded regex-syntax v0.8.5 |
1073 | 2025-01-17T05:44:10.247Z | Downloaded p384 v0.13.0 |
1074 | 2025-01-17T05:44:10.253Z | Downloaded typify-impl v0.2.0 |
1075 | 2025-01-17T05:44:10.268Z | Downloaded openapiv3 v2.0.0 |
1076 | 2025-01-17T05:44:10.280Z | Downloaded unicode-width v0.2.0 |
1077 | 2025-01-17T05:44:10.286Z | Downloaded radix_trie v0.2.1 |
1078 | 2025-01-17T05:44:10.291Z | Downloaded dropshot v0.12.0 |
1079 | 2025-01-17T05:44:10.310Z | Downloaded regex v1.11.1 |
1080 | 2025-01-17T05:44:10.322Z | Downloaded sled v0.34.7 |
1081 | 2025-01-17T05:44:10.332Z | Downloaded object v0.30.4 |
1082 | 2025-01-17T05:44:10.343Z | Downloaded regress v0.10.1 |
1083 | 2025-01-17T05:44:10.349Z | Downloaded hickory-proto v0.24.1 |
1084 | 2025-01-17T05:44:10.363Z | Downloaded smoltcp v0.9.1 |
1085 | 2025-01-17T05:44:10.373Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1086 | 2025-01-17T05:44:10.386Z | Downloaded openssl v0.10.66 |
1087 | 2025-01-17T05:44:10.400Z | Downloaded dropshot v0.15.1 |
1088 | 2025-01-17T05:44:10.432Z | Downloaded nix v0.29.0 |
1089 | 2025-01-17T05:44:10.445Z | Downloaded object v0.36.5 |
1090 | 2025-01-17T05:44:10.460Z | Downloaded smoltcp v0.11.0 |
1091 | 2025-01-17T05:44:10.479Z | Downloaded idna v0.2.3 |
1092 | 2025-01-17T05:44:10.486Z | Downloaded petname v2.0.2 |
1093 | 2025-01-17T05:44:10.493Z | Downloaded idna v0.5.0 |
1094 | 2025-01-17T05:44:10.499Z | Downloaded typify-impl v0.3.0 |
1095 | 2025-01-17T05:44:10.516Z | Downloaded csv v1.3.0 |
1096 | 2025-01-17T05:44:10.532Z | Downloaded vcpkg v0.2.15 |
1097 | 2025-01-17T05:44:10.568Z | Downloaded idna v0.4.0 |
1098 | 2025-01-17T05:44:10.574Z | Downloaded bstr v1.10.0 |
1099 | 2025-01-17T05:44:10.584Z | Downloaded zip v2.1.3 |
1100 | 2025-01-17T05:44:10.588Z | Downloaded tokio v1.43.0 |
1101 | 2025-01-17T05:44:10.626Z | Downloaded ratatui v0.28.1 |
1102 | 2025-01-17T05:44:10.644Z | Downloaded p521 v0.13.3 |
1103 | 2025-01-17T05:44:10.647Z | Downloaded h2 v0.4.6 |
1104 | 2025-01-17T05:44:10.654Z | Downloaded rayon-core v1.12.1 |
1105 | 2025-01-17T05:44:10.657Z | Downloaded bitvec v1.0.1 |
1106 | 2025-01-17T05:44:10.672Z | Downloaded itertools v0.12.1 |
1107 | 2025-01-17T05:44:10.679Z | Downloaded itertools v0.10.5 |
1108 | 2025-01-17T05:44:10.686Z | Downloaded dyn-clone v1.0.17 |
1109 | 2025-01-17T05:44:10.688Z | Downloaded multer v3.1.0 |
1110 | 2025-01-17T05:44:10.691Z | Downloaded gethostname v0.5.0 |
1111 | 2025-01-17T05:44:10.694Z | Downloaded pkcs5 v0.7.1 |
1112 | 2025-01-17T05:44:10.698Z | Downloaded parking_lot v0.12.3 |
1113 | 2025-01-17T05:44:10.702Z | Downloaded tracing v0.1.40 |
1114 | 2025-01-17T05:44:10.705Z | Downloaded schemars v0.8.21 |
1115 | 2025-01-17T05:44:10.714Z | Downloaded zerocopy-derive v0.6.6 |
1116 | 2025-01-17T05:44:10.723Z | Downloaded regex-automata v0.4.8 |
1117 | 2025-01-17T05:44:10.740Z | Downloaded petgraph v0.6.5 |
1118 | 2025-01-17T05:44:10.757Z | Downloaded pbkdf2 v0.12.2 |
1119 | 2025-01-17T05:44:10.760Z | Downloaded pbkdf2 v0.11.0 |
1120 | 2025-01-17T05:44:10.760Z | Downloaded foldhash v0.1.3 |
1121 | 2025-01-17T05:44:10.765Z | Downloaded term v0.7.0 |
1122 | 2025-01-17T05:44:10.769Z | Downloaded parse-display v0.10.0 |
1123 | 2025-01-17T05:44:10.769Z | Downloaded zone v0.3.0 |
1124 | 2025-01-17T05:44:10.769Z | Downloaded snafu-derive v0.8.5 |
1125 | 2025-01-17T05:44:10.769Z | Downloaded minimal-lexical v0.2.1 |
1126 | 2025-01-17T05:44:10.773Z | Downloaded lzma-sys v0.1.20 |
1127 | 2025-01-17T05:44:10.800Z | Downloaded rustc-demangle v0.1.24 |
1128 | 2025-01-17T05:44:10.802Z | Downloaded zone_cfg_derive v0.1.2 |
1129 | 2025-01-17T05:44:10.803Z | Downloaded hyper-util v0.1.10 |
1130 | 2025-01-17T05:44:10.807Z | Downloaded postgres-protocol v0.6.7 |
1131 | 2025-01-17T05:44:10.810Z | Downloaded icu_collections v1.5.0 |
1132 | 2025-01-17T05:44:10.814Z | Downloaded crossbeam-channel v0.5.13 |
1133 | 2025-01-17T05:44:10.820Z | Downloaded libz-sys v1.1.20 |
1134 | 2025-01-17T05:44:10.841Z | Downloaded compact_str v0.8.0 |
1135 | 2025-01-17T05:44:10.845Z | Downloaded uuid v1.11.0 |
1136 | 2025-01-17T05:44:10.848Z | Downloaded typify v0.3.0 |
1137 | 2025-01-17T05:44:10.852Z | Downloaded icu_properties v1.5.1 |
1138 | 2025-01-17T05:44:10.855Z | Downloaded predicates-core v1.0.8 |
1139 | 2025-01-17T05:44:10.858Z | Downloaded pem-rfc7468 v0.7.0 |
1140 | 2025-01-17T05:44:10.858Z | Downloaded password-hash v0.4.2 |
1141 | 2025-01-17T05:44:10.862Z | Downloaded strum_macros v0.25.3 |
1142 | 2025-01-17T05:44:10.862Z | Downloaded strip-ansi-escapes v0.2.0 |
1143 | 2025-01-17T05:44:10.867Z | Downloaded foreign-types-macros v0.2.3 |
1144 | 2025-01-17T05:44:10.867Z | Downloaded salsa20 v0.10.2 |
1145 | 2025-01-17T05:44:10.867Z | Downloaded encoding_rs v0.8.34 |
1146 | 2025-01-17T05:44:10.885Z | Downloaded tracing-attributes v0.1.27 |
1147 | 2025-01-17T05:44:10.887Z | Downloaded tokio-tungstenite v0.23.1 |
1148 | 2025-01-17T05:44:10.890Z | Downloaded sha3 v0.10.8 |
1149 | 2025-01-17T05:44:10.894Z | Downloaded fallible-iterator v0.3.0 |
1150 | 2025-01-17T05:44:10.896Z | Downloaded typify v0.2.0 |
1151 | 2025-01-17T05:44:10.900Z | Downloaded sct v0.7.1 |
1152 | 2025-01-17T05:44:10.903Z | Downloaded httparse v1.9.5 |
1153 | 2025-01-17T05:44:10.903Z | Downloaded serde_repr v0.1.19 |
1154 | 2025-01-17T05:44:10.907Z | Downloaded serde_plain v1.0.2 |
1155 | 2025-01-17T05:44:10.907Z | Downloaded impl-trait-for-tuples v0.2.2 |
1156 | 2025-01-17T05:44:10.910Z | Downloaded hyper-staticfile v0.10.1 |
1157 | 2025-01-17T05:44:10.910Z | Downloaded hyper-rustls v0.27.3 |
1158 | 2025-01-17T05:44:10.913Z | Downloaded idna_adapter v1.2.0 |
1159 | 2025-01-17T05:44:10.913Z | Downloaded hyper-tls v0.6.0 |
1160 | 2025-01-17T05:44:10.916Z | Downloaded hostname v0.4.0 |
1161 | 2025-01-17T05:44:10.916Z | Downloaded cookie_store v0.21.0 |
1162 | 2025-01-17T05:44:10.916Z | Downloaded highway v1.2.0 |
1163 | 2025-01-17T05:44:10.919Z | Downloaded bit-vec v0.6.3 |
1164 | 2025-01-17T05:44:10.919Z | Downloaded bcs v0.1.6 |
1165 | 2025-01-17T05:44:10.925Z | Downloaded convert_case v0.4.0 |
1166 | 2025-01-17T05:44:10.925Z | Downloaded ciborium v0.2.2 |
1167 | 2025-01-17T05:44:10.930Z | Downloaded cancel-safe-futures v0.1.5 |
1168 | 2025-01-17T05:44:10.930Z | Downloaded humantime v2.1.0 |
1169 | 2025-01-17T05:44:10.930Z | Downloaded hostname v0.3.1 |
1170 | 2025-01-17T05:44:10.935Z | Downloaded addr2line v0.24.2 |
1171 | 2025-01-17T05:44:10.935Z | Downloaded atomic-waker v1.1.2 |
1172 | 2025-01-17T05:44:10.935Z | Downloaded arrayvec v0.7.6 |
1173 | 2025-01-17T05:44:10.938Z | Downloaded assert_matches v1.5.0 |
1174 | 2025-01-17T05:44:10.938Z | Downloaded async-stream v0.3.6 |
1175 | 2025-01-17T05:44:10.938Z | Downloaded arrayref v0.3.9 |
1176 | 2025-01-17T05:44:11.014Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1177 | 2025-01-17T05:44:11.334Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2025-01-17T05:44:11.410Z | Downloaded ring v0.17.8 |
1179 | 2025-01-17T05:44:11.727Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2025-01-17T05:44:12.039Z | Compiling serde v1.0.217 |
1181 | 2025-01-17T05:44:12.042Z | Compiling lock_api v0.4.12 |
1182 | 2025-01-17T05:44:12.042Z | Compiling scopeguard v1.2.0 |
1183 | 2025-01-17T05:44:12.042Z | Compiling value-bag v1.9.0 |
1184 | 2025-01-17T05:44:12.042Z | Compiling typenum v1.17.0 |
1185 | 2025-01-17T05:44:12.198Z | Compiling generic-array v0.14.7 |
1186 | 2025-01-17T05:44:12.258Z | Compiling syn v2.0.96 |
1187 | 2025-01-17T05:44:12.273Z | Compiling getrandom v0.2.15 |
1188 | 2025-01-17T05:44:12.351Z | Compiling subtle v2.6.1 |
1189 | 2025-01-17T05:44:12.578Z | Compiling rand_core v0.6.4 |
1190 | 2025-01-17T05:44:12.689Z | Compiling log v0.4.22 |
1191 | 2025-01-17T05:44:12.772Z | Compiling shlex v1.3.0 |
1192 | 2025-01-17T05:44:12.793Z | Compiling jobserver v0.1.32 |
1193 | 2025-01-17T05:44:12.810Z | Compiling smallvec v1.13.2 |
1194 | 2025-01-17T05:44:13.071Z | Compiling const-oid v0.9.6 |
1195 | 2025-01-17T05:44:13.102Z | Compiling spin v0.9.8 |
1196 | 2025-01-17T05:44:13.144Z | Compiling pin-project-lite v0.2.14 |
1197 | 2025-01-17T05:44:13.185Z | Compiling rustix v0.38.37 |
1198 | 2025-01-17T05:44:13.321Z | Compiling cc v1.1.30 |
1199 | 2025-01-17T05:44:13.448Z | Compiling parking_lot_core v0.9.10 |
1200 | 2025-01-17T05:44:13.518Z | Compiling futures-core v0.3.31 |
1201 | 2025-01-17T05:44:13.625Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2025-01-17T05:44:13.771Z | Compiling mio v1.0.2 |
1203 | 2025-01-17T05:44:13.987Z | Compiling aho-corasick v1.1.3 |
1204 | 2025-01-17T05:44:14.320Z | Compiling parking_lot v0.12.3 |
1205 | 2025-01-17T05:44:14.484Z | Compiling regex-syntax v0.8.5 |
1206 | 2025-01-17T05:44:14.626Z | Compiling either v1.13.0 |
1207 | 2025-01-17T05:44:14.847Z | Compiling cpufeatures v0.2.14 |
1208 | 2025-01-17T05:44:14.961Z | Compiling lazy_static v1.5.0 |
1209 | 2025-01-17T05:44:15.052Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2025-01-17T05:44:15.099Z | Compiling futures-sink v0.3.31 |
1211 | 2025-01-17T05:44:15.139Z | Compiling glob v0.3.1 |
1212 | 2025-01-17T05:44:15.162Z | Compiling socket2 v0.5.7 |
1213 | 2025-01-17T05:44:15.179Z | Compiling slab v0.4.9 |
1214 | 2025-01-17T05:44:15.249Z | Compiling prettyplease v0.2.25 |
1215 | 2025-01-17T05:44:15.680Z | Compiling minimal-lexical v0.2.1 |
1216 | 2025-01-17T05:44:15.707Z | Compiling serde_json v1.0.135 |
1217 | 2025-01-17T05:44:16.073Z | Compiling clang-sys v1.8.1 |
1218 | 2025-01-17T05:44:16.146Z | Compiling nom v7.1.3 |
1219 | 2025-01-17T05:44:16.244Z | Compiling libloading v0.8.5 |
1220 | 2025-01-17T05:44:16.380Z | Compiling bindgen v0.69.5 |
1221 | 2025-01-17T05:44:16.630Z | Compiling home v0.5.9 |
1222 | 2025-01-17T05:44:16.875Z | Compiling futures-channel v0.3.31 |
1223 | 2025-01-17T05:44:17.090Z | Compiling itertools v0.12.1 |
1224 | 2025-01-17T05:44:17.219Z | Compiling rustc-hash v1.1.0 |
1225 | 2025-01-17T05:44:17.303Z | Compiling foldhash v0.1.3 |
1226 | 2025-01-17T05:44:17.386Z | Compiling lazycell v1.3.0 |
1227 | 2025-01-17T05:44:17.572Z | Compiling futures-task v0.3.31 |
1228 | 2025-01-17T05:44:17.634Z | Compiling allocator-api2 v0.2.18 |
1229 | 2025-01-17T05:44:17.894Z | Compiling libm v0.2.8 |
1230 | 2025-01-17T05:44:18.220Z | Compiling regex-automata v0.4.8 |
1231 | 2025-01-17T05:44:18.439Z | Compiling futures-io v0.3.31 |
1232 | 2025-01-17T05:44:18.713Z | Compiling pin-utils v0.1.0 |
1233 | 2025-01-17T05:44:18.819Z | Compiling hashbrown v0.15.1 |
1234 | 2025-01-17T05:44:18.869Z | Compiling cmake v0.1.51 |
1235 | 2025-01-17T05:44:19.480Z | Compiling cexpr v0.6.0 |
1236 | 2025-01-17T05:44:19.782Z | Compiling synstructure v0.13.1 |
1237 | 2025-01-17T05:44:20.036Z | Compiling num-traits v0.2.19 |
1238 | 2025-01-17T05:44:20.329Z | Compiling fs_extra v1.3.0 |
1239 | 2025-01-17T05:44:20.837Z | Compiling dunce v1.0.5 |
1240 | 2025-01-17T05:44:20.913Z | Compiling pkg-config v0.3.31 |
1241 | 2025-01-17T05:44:20.986Z | Compiling tinyvec_macros v0.1.1 |
1242 | 2025-01-17T05:44:21.085Z | Compiling tinyvec v1.8.0 |
1243 | 2025-01-17T05:44:21.383Z | Compiling ring v0.17.8 |
1244 | 2025-01-17T05:44:22.452Z | Compiling litemap v0.7.3 |
1245 | 2025-01-17T05:44:22.624Z | Compiling unicode-normalization v0.1.24 |
1246 | 2025-01-17T05:44:22.627Z | Compiling writeable v0.5.5 |
1247 | 2025-01-17T05:44:22.796Z | Compiling base64ct v1.6.0 |
1248 | 2025-01-17T05:44:22.818Z | Compiling unicode-bidi v0.3.17 |
1249 | 2025-01-17T05:44:23.197Z | Compiling paste v1.0.15 |
1250 | 2025-01-17T05:44:23.351Z | Compiling pem-rfc7468 v0.7.0 |
1251 | 2025-01-17T05:44:23.683Z | Compiling regex v1.11.1 |
1252 | 2025-01-17T05:44:23.919Z | Compiling aws-lc-rs v1.10.0 |
1253 | 2025-01-17T05:44:23.997Z | Compiling httparse v1.9.5 |
1254 | 2025-01-17T05:44:24.052Z | Compiling flagset v0.4.6 |
1255 | 2025-01-17T05:44:24.259Z | Compiling tracing-core v0.1.32 |
1256 | 2025-01-17T05:44:24.646Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2025-01-17T05:44:24.757Z | Compiling percent-encoding v2.3.1 |
1258 | 2025-01-17T05:44:25.045Z | Compiling icu_locid_transform_data v1.5.0 |
1259 | 2025-01-17T05:44:25.142Z | Compiling rustls-pki-types v1.10.0 |
1260 | 2025-01-17T05:44:25.300Z | Compiling powerfmt v0.2.0 |
1261 | 2025-01-17T05:44:25.329Z | Compiling serde_derive v1.0.217 |
1262 | 2025-01-17T05:44:25.390Z | Compiling zeroize_derive v1.4.2 |
1263 | 2025-01-17T05:44:25.682Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2025-01-17T05:44:25.848Z | Compiling tokio-macros v2.5.0 |
1265 | 2025-01-17T05:44:26.144Z | Compiling zerofrom-derive v0.1.4 |
1266 | 2025-01-17T05:44:26.791Z | Compiling zeroize v1.8.1 |
1267 | 2025-01-17T05:44:27.281Z | Compiling yoke-derive v0.7.4 |
1268 | 2025-01-17T05:44:27.362Z | Compiling thiserror-impl v1.0.69 |
1269 | 2025-01-17T05:44:27.703Z | Compiling zerocopy v0.7.35 |
1270 | 2025-01-17T05:44:28.425Z | Compiling crypto-common v0.1.6 |
1271 | 2025-01-17T05:44:28.682Z | Compiling block-buffer v0.10.4 |
1272 | 2025-01-17T05:44:28.934Z | Compiling digest v0.10.7 |
1273 | 2025-01-17T05:44:28.957Z | Compiling zerovec-derive v0.10.3 |
1274 | 2025-01-17T05:44:29.262Z | Compiling futures-macro v0.3.31 |
1275 | 2025-01-17T05:44:29.386Z | Compiling hmac v0.12.1 |
1276 | 2025-01-17T05:44:29.538Z | Compiling zerofrom v0.1.4 |
1277 | 2025-01-17T05:44:29.618Z | Compiling block-padding v0.3.3 |
1278 | 2025-01-17T05:44:29.755Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-17T05:44:29.855Z | Compiling inout v0.1.3 |
1280 | 2025-01-17T05:44:29.935Z | Compiling yoke v0.7.4 |
1281 | 2025-01-17T05:44:30.134Z | Compiling cipher v0.4.4 |
1282 | 2025-01-17T05:44:30.286Z | Compiling sha2 v0.10.8 |
1283 | 2025-01-17T05:44:30.311Z | Compiling thiserror v1.0.69 |
1284 | 2025-01-17T05:44:30.506Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2025-01-17T05:44:30.691Z | Compiling icu_provider_macros v1.5.0 |
1286 | 2025-01-17T05:44:31.162Z | Compiling futures-util v0.3.31 |
1287 | 2025-01-17T05:44:31.220Z | Compiling der_derive v0.7.3 |
1288 | 2025-01-17T05:44:31.312Z | Compiling rand_chacha v0.3.1 |
1289 | 2025-01-17T05:44:31.538Z | Compiling zerovec v0.10.4 |
1290 | 2025-01-17T05:44:31.715Z | Compiling tracing-attributes v0.1.27 |
1291 | 2025-01-17T05:44:33.400Z | Compiling tinystr v0.7.6 |
1292 | 2025-01-17T05:44:33.426Z | Compiling der v0.7.9 |
1293 | 2025-01-17T05:44:33.471Z | Compiling icu_collections v1.5.0 |
1294 | 2025-01-17T05:44:33.818Z | Compiling icu_locid v1.5.0 |
1295 | 2025-01-17T05:44:33.909Z | Compiling rand v0.8.5 |
1296 | 2025-01-17T05:44:34.839Z | Compiling salsa20 v0.10.2 |
1297 | 2025-01-17T05:44:35.053Z | Compiling icu_provider v1.5.0 |
1298 | 2025-01-17T05:44:35.094Z | Compiling tracing v0.1.40 |
1299 | 2025-01-17T05:44:35.668Z | Compiling spki v0.7.3 |
1300 | 2025-01-17T05:44:35.838Z | Compiling icu_locid_transform v1.5.0 |
1301 | 2025-01-17T05:44:35.898Z | Compiling pest v2.7.14 |
1302 | 2025-01-17T05:44:36.048Z | Compiling pbkdf2 v0.12.2 |
1303 | 2025-01-17T05:44:36.059Z | Compiling mirai-annotations v1.12.0 |
1304 | 2025-01-17T05:44:36.102Z | Compiling untrusted v0.9.0 |
1305 | 2025-01-17T05:44:36.188Z | Compiling untrusted v0.7.1 |
1306 | 2025-01-17T05:44:36.235Z | Compiling vcpkg v0.2.15 |
1307 | 2025-01-17T05:44:36.329Z | Compiling icu_properties_data v1.5.0 |
1308 | 2025-01-17T05:44:36.380Z | Compiling time-core v0.1.2 |
1309 | 2025-01-17T05:44:36.380Z | Compiling num-conv v0.1.0 |
1310 | 2025-01-17T05:44:37.093Z | Compiling scrypt v0.11.0 |
1311 | 2025-01-17T05:44:37.114Z | Compiling cbc v0.1.2 |
1312 | 2025-01-17T05:44:37.114Z | Compiling time-macros v0.2.18 |
1313 | 2025-01-17T05:44:37.114Z | Compiling aes v0.8.4 |
1314 | 2025-01-17T05:44:37.114Z | Compiling deranged v0.3.11 |
1315 | 2025-01-17T05:44:37.762Z | Compiling bitflags v2.6.0 |
1316 | 2025-01-17T05:44:38.047Z | Compiling bytes v1.9.0 |
1317 | 2025-01-17T05:44:38.375Z | Compiling indexmap v2.7.0 |
1318 | 2025-01-17T05:44:38.909Z | Compiling tokio v1.43.0 |
1319 | 2025-01-17T05:44:39.222Z | Compiling http v1.2.0 |
1320 | 2025-01-17T05:44:39.615Z | Compiling semver v1.0.24 |
1321 | 2025-01-17T05:44:39.675Z | Compiling pest_meta v2.7.14 |
1322 | 2025-01-17T05:44:39.698Z | Compiling openssl-sys v0.9.103 |
1323 | 2025-01-17T05:44:39.797Z | Compiling icu_properties v1.5.1 |
1324 | 2025-01-17T05:44:40.322Z | Compiling rustc_version v0.4.1 |
1325 | 2025-01-17T05:44:40.805Z | Compiling scroll_derive v0.12.0 |
1326 | 2025-01-17T05:44:41.150Z | Compiling utf8_iter v1.0.4 |
1327 | 2025-01-17T05:44:41.406Z | Compiling write16 v1.0.0 |
1328 | 2025-01-17T05:44:41.476Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-17T05:44:41.557Z | Compiling icu_normalizer_data v1.5.0 |
1330 | 2025-01-17T05:44:41.673Z | Compiling which v4.4.2 |
1331 | 2025-01-17T05:44:41.693Z | Compiling utf16_iter v1.0.5 |
1332 | 2025-01-17T05:44:41.892Z | Compiling num_threads v0.1.7 |
1333 | 2025-01-17T05:44:42.209Z | Compiling time v0.3.36 |
1334 | 2025-01-17T05:44:42.253Z | Compiling scroll v0.12.0 |
1335 | 2025-01-17T05:44:42.278Z | Compiling pest_generator v2.7.14 |
1336 | 2025-01-17T05:44:42.884Z | Compiling http-body v1.0.1 |
1337 | 2025-01-17T05:44:43.060Z | Compiling pkcs5 v0.7.1 |
1338 | 2025-01-17T05:44:43.126Z | Compiling form_urlencoded v1.2.1 |
1339 | 2025-01-17T05:44:43.450Z | Compiling icu_normalizer v1.5.0 |
1340 | 2025-01-17T05:44:44.089Z | Compiling slog v2.7.0 |
1341 | 2025-01-17T05:44:44.215Z | Compiling try-lock v0.2.5 |
1342 | 2025-01-17T05:44:44.281Z | Compiling pest_derive v2.7.14 |
1343 | 2025-01-17T05:44:44.384Z | Compiling idna_adapter v1.2.0 |
1344 | 2025-01-17T05:44:44.507Z | Compiling want v0.3.1 |
1345 | 2025-01-17T05:44:44.626Z | Compiling goblin v0.8.2 |
1346 | 2025-01-17T05:44:44.661Z | Compiling pkcs8 v0.10.2 |
1347 | 2025-01-17T05:44:44.804Z | Compiling uuid v1.11.0 |
1348 | 2025-01-17T05:44:45.058Z | Compiling iana-time-zone v0.1.61 |
1349 | 2025-01-17T05:44:45.307Z | Compiling httpdate v1.0.3 |
1350 | 2025-01-17T05:44:45.330Z | Compiling chrono v0.4.38 |
1351 | 2025-01-17T05:44:45.503Z | Compiling dtrace-parser v0.2.0 |
1352 | 2025-01-17T05:44:46.233Z | Compiling idna v1.0.3 |
1353 | 2025-01-17T05:44:46.491Z | Compiling serde_spanned v0.6.8 |
1354 | 2025-01-17T05:44:46.754Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2025-01-17T05:44:46.994Z | Compiling toml_datetime v0.6.8 |
1356 | 2025-01-17T05:44:47.356Z | Compiling tokio-util v0.7.12 |
1357 | 2025-01-17T05:44:47.500Z | Compiling rustversion v1.0.17 |
1358 | 2025-01-17T05:44:47.538Z | Compiling match_cfg v0.1.0 |
1359 | 2025-01-17T05:44:47.613Z | Compiling adler2 v2.0.0 |
1360 | 2025-01-17T05:44:47.872Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2025-01-17T05:44:47.901Z | Compiling tower-service v0.3.3 |
1362 | 2025-01-17T05:44:47.956Z | Compiling openssl v0.10.66 |
1363 | 2025-01-17T05:44:48.026Z | Compiling base64 v0.22.1 |
1364 | 2025-01-17T05:44:48.221Z | Compiling foreign-types v0.3.2 |
1365 | 2025-01-17T05:44:48.330Z | Compiling h2 v0.4.6 |
1366 | 2025-01-17T05:44:48.410Z | Compiling miniz_oxide v0.8.0 |
1367 | 2025-01-17T05:44:48.658Z | Compiling hostname v0.3.1 |
1368 | 2025-01-17T05:44:48.738Z | Compiling url v2.5.3 |
1369 | 2025-01-17T05:44:48.961Z | Compiling async-trait v0.1.83 |
1370 | 2025-01-17T05:44:49.901Z | Compiling openssl-macros v0.1.1 |
1371 | 2025-01-17T05:44:50.112Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2025-01-17T05:44:50.496Z | Compiling dof v0.3.0 |
1373 | 2025-01-17T05:44:51.054Z | Compiling dirs-sys-next v0.1.2 |
1374 | 2025-01-17T05:44:51.230Z | Compiling data-encoding v2.6.0 |
1375 | 2025-01-17T05:44:51.302Z | Compiling usdt-impl v0.5.0 |
1376 | 2025-01-17T05:44:52.429Z | Compiling schemars v0.8.21 |
1377 | 2025-01-17T05:44:52.600Z | Compiling native-tls v0.2.12 |
1378 | 2025-01-17T05:44:52.729Z | Compiling rustls v0.23.19 |
1379 | 2025-01-17T05:44:52.751Z | Compiling siphasher v0.3.11 |
1380 | 2025-01-17T05:44:52.772Z | Compiling syn v1.0.109 |
1381 | 2025-01-17T05:44:52.937Z | Compiling rustls v0.22.4 |
1382 | 2025-01-17T05:44:53.071Z | Compiling schemars_derive v0.8.21 |
1383 | 2025-01-17T05:44:53.128Z | Compiling dirs-next v2.0.0 |
1384 | 2025-01-17T05:44:53.321Z | Compiling http-body-util v0.1.2 |
1385 | 2025-01-17T05:44:53.415Z | Compiling crossbeam-epoch v0.9.18 |
1386 | 2025-01-17T05:44:53.815Z | Compiling heapless v0.7.17 |
1387 | 2025-01-17T05:44:54.119Z | Compiling sha1 v0.10.6 |
1388 | 2025-01-17T05:44:54.181Z | Compiling signature v2.2.0 |
1389 | 2025-01-17T05:44:54.268Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1390 | 2025-01-17T05:44:54.490Z | Compiling thread_local v1.1.8 |
1391 | 2025-01-17T05:44:54.543Z | Compiling encoding_rs v0.8.34 |
1392 | 2025-01-17T05:44:54.570Z | Compiling multer v3.1.0 |
1393 | 2025-01-17T05:44:54.728Z | Compiling cookie v0.18.1 |
1394 | 2025-01-17T05:44:54.828Z | Compiling signal-hook v0.3.17 |
1395 | 2025-01-17T05:44:54.968Z | Compiling mime v0.3.17 |
1396 | 2025-01-17T05:44:55.026Z | Compiling slog-async v2.8.0 |
1397 | 2025-01-17T05:44:55.107Z | Compiling gimli v0.31.1 |
1398 | 2025-01-17T05:44:55.521Z | Compiling hyper v1.5.2 |
1399 | 2025-01-17T05:44:55.540Z | Compiling openssl-probe v0.1.5 |
1400 | 2025-01-17T05:44:55.875Z | Compiling dyn-clone v1.0.17 |
1401 | 2025-01-17T05:44:56.098Z | Compiling ipnet v2.10.1 |
1402 | 2025-01-17T05:44:56.164Z | Compiling unicode-properties v0.1.3 |
1403 | 2025-01-17T05:44:56.604Z | Compiling rayon-core v1.12.1 |
1404 | 2025-01-17T05:44:56.929Z | Compiling stringprep v0.1.5 |
1405 | 2025-01-17T05:44:58.058Z | Compiling hyper-util v0.1.10 |
1406 | 2025-01-17T05:44:58.805Z | Compiling toml_edit v0.22.22 |
1407 | 2025-01-17T05:44:59.920Z | Compiling addr2line v0.24.2 |
1408 | 2025-01-17T05:45:00.067Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2025-01-17T05:45:00.373Z | Compiling usdt-macro v0.5.0 |
1410 | 2025-01-17T05:45:00.544Z | Compiling crossbeam-deque v0.8.5 |
1411 | 2025-01-17T05:45:00.921Z | Compiling term v0.7.0 |
1412 | 2025-01-17T05:45:01.036Z | Compiling slog-json v2.6.1 |
1413 | 2025-01-17T05:45:01.081Z | Compiling serde_urlencoded v0.7.1 |
1414 | 2025-01-17T05:45:01.389Z | Compiling crossbeam-channel v0.5.13 |
1415 | 2025-01-17T05:45:01.589Z | Compiling curve25519-dalek v4.1.3 |
1416 | 2025-01-17T05:45:01.649Z | Compiling enum-as-inner v0.6.1 |
1417 | 2025-01-17T05:45:01.791Z | Compiling futures-executor v0.3.31 |
1418 | 2025-01-17T05:45:02.198Z | Compiling md-5 v0.10.6 |
1419 | 2025-01-17T05:45:02.293Z | Compiling rustls-pemfile v2.2.0 |
1420 | 2025-01-17T05:45:02.375Z | Compiling async-stream-impl v0.3.6 |
1421 | 2025-01-17T05:45:02.450Z | Compiling num-integer v0.1.46 |
1422 | 2025-01-17T05:45:02.485Z | Compiling idna v0.3.0 |
1423 | 2025-01-17T05:45:02.621Z | Compiling idna v0.4.0 |
1424 | 2025-01-17T05:45:02.735Z | Compiling hash32 v0.2.1 |
1425 | 2025-01-17T05:45:03.100Z | Compiling ff v0.13.0 |
1426 | 2025-01-17T05:45:03.185Z | Compiling is-terminal v0.4.13 |
1427 | 2025-01-17T05:45:03.386Z | Compiling dropshot v0.12.0 |
1428 | 2025-01-17T05:45:03.386Z | Compiling object v0.36.5 |
1429 | 2025-01-17T05:45:03.695Z | Compiling base16ct v0.2.0 |
1430 | 2025-01-17T05:45:03.803Z | Compiling fallible-iterator v0.2.0 |
1431 | 2025-01-17T05:45:04.050Z | Compiling psl-types v2.0.11 |
1432 | 2025-01-17T05:45:04.274Z | Compiling smoltcp v0.9.1 |
1433 | 2025-01-17T05:45:04.610Z | Compiling quick-error v1.2.3 |
1434 | 2025-01-17T05:45:04.611Z | Compiling linked-hash-map v0.5.6 |
1435 | 2025-01-17T05:45:04.611Z | Compiling portable-atomic v1.9.0 |
1436 | 2025-01-17T05:45:04.611Z | Compiling rustc-demangle v0.1.24 |
1437 | 2025-01-17T05:45:04.763Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-17T05:45:05.021Z | Compiling take_mut v0.2.2 |
1439 | 2025-01-17T05:45:05.021Z | Compiling anyhow v1.0.93 |
1440 | 2025-01-17T05:45:05.248Z | Compiling utf-8 v0.7.6 |
1441 | 2025-01-17T05:45:05.472Z | Compiling tungstenite v0.24.0 |
1442 | 2025-01-17T05:45:05.643Z | Compiling lru-cache v0.1.2 |
1443 | 2025-01-17T05:45:05.773Z | Compiling resolv-conf v0.7.0 |
1444 | 2025-01-17T05:45:05.955Z | Compiling postgres-protocol v0.6.7 |
1445 | 2025-01-17T05:45:06.327Z | Compiling publicsuffix v2.2.3 |
1446 | 2025-01-17T05:45:06.408Z | Compiling sec1 v0.7.3 |
1447 | 2025-01-17T05:45:06.449Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-17T05:45:06.666Z | Compiling hickory-proto v0.24.1 |
1449 | 2025-01-17T05:45:06.720Z | Compiling usdt v0.5.0 |
1450 | 2025-01-17T05:45:06.966Z | Compiling slog-term v2.9.1 |
1451 | 2025-01-17T05:45:07.175Z | Compiling group v0.13.0 |
1452 | 2025-01-17T05:45:07.349Z | Compiling num-iter v0.1.45 |
1453 | 2025-01-17T05:45:07.544Z | Compiling toml v0.8.19 |
1454 | 2025-01-17T05:45:07.607Z | Compiling futures v0.3.31 |
1455 | 2025-01-17T05:45:07.736Z | Compiling slog-bunyan v2.5.0 |
1456 | 2025-01-17T05:45:08.264Z | Compiling tokio-native-tls v0.3.1 |
1457 | 2025-01-17T05:45:09.311Z | Compiling camino v1.1.9 |
1458 | 2025-01-17T05:45:09.520Z | Compiling phf_shared v0.11.2 |
1459 | 2025-01-17T05:45:09.610Z | Compiling dropshot_endpoint v0.12.0 |
1460 | 2025-01-17T05:45:09.900Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-17T05:45:09.989Z | Compiling terminal_size v0.4.0 |
1462 | 2025-01-17T05:45:10.175Z | Compiling waitgroup v0.1.2 |
1463 | 2025-01-17T05:45:10.228Z | Compiling openapiv3 v2.0.0 |
1464 | 2025-01-17T05:45:10.409Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2025-01-17T05:45:10.445Z | Compiling hkdf v0.12.4 |
1466 | 2025-01-17T05:45:10.728Z | Compiling crypto-bigint v0.5.5 |
1467 | 2025-01-17T05:45:11.210Z | Compiling webpki-roots v0.26.6 |
1468 | 2025-01-17T05:45:11.442Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2025-01-17T05:45:13.073Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2025-01-17T05:45:13.354Z | Compiling hubpack_derive v0.1.1 |
1471 | 2025-01-17T05:45:13.454Z | Compiling idna v0.5.0 |
1472 | 2025-01-17T05:45:13.886Z | Compiling hostname v0.4.0 |
1473 | 2025-01-17T05:45:14.124Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-17T05:45:14.193Z | Compiling ahash v0.8.11 |
1475 | 2025-01-17T05:45:14.357Z | Compiling fs-err v2.11.0 |
1476 | 2025-01-17T05:45:14.466Z | Compiling newtype-uuid v1.2.1 |
1477 | 2025-01-17T05:45:14.526Z | Compiling winnow v0.5.40 |
1478 | 2025-01-17T05:45:14.552Z | Compiling bitflags v1.3.2 |
1479 | 2025-01-17T05:45:14.666Z | Compiling managed v0.8.0 |
1480 | 2025-01-17T05:45:14.687Z | Compiling debug-ignore v1.0.5 |
1481 | 2025-01-17T05:45:14.774Z | Compiling strum_macros v0.25.3 |
1482 | 2025-01-17T05:45:14.846Z | Compiling clap_builder v4.5.21 |
1483 | 2025-01-17T05:45:15.014Z | Compiling console v0.15.8 |
1484 | 2025-01-17T05:45:16.494Z | Compiling cookie_store v0.21.0 |
1485 | 2025-01-17T05:45:16.935Z | Compiling flate2 v1.0.34 |
1486 | 2025-01-17T05:45:17.144Z | Compiling hubpack v0.1.2 |
1487 | 2025-01-17T05:45:17.580Z | Compiling elliptic-curve v0.13.8 |
1488 | 2025-01-17T05:45:17.823Z | Compiling toml_edit v0.19.15 |
1489 | 2025-01-17T05:45:17.975Z | Compiling zerocopy v0.6.6 |
1490 | 2025-01-17T05:45:18.077Z | Compiling hickory-resolver v0.24.1 |
1491 | 2025-01-17T05:45:18.678Z | Compiling phf v0.11.2 |
1492 | 2025-01-17T05:45:18.681Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2025-01-17T05:45:18.864Z | Compiling rayon v1.10.0 |
1494 | 2025-01-17T05:45:18.952Z | Compiling hyper-tls v0.6.0 |
1495 | 2025-01-17T05:45:19.155Z | Compiling bzip2 v0.4.4 |
1496 | 2025-01-17T05:45:19.551Z | Compiling postgres-types v0.2.8 |
1497 | 2025-01-17T05:45:20.904Z | Compiling tokio-tungstenite v0.24.0 |
1498 | 2025-01-17T05:45:22.745Z | Compiling ed25519 v2.2.3 |
1499 | 2025-01-17T05:45:23.247Z | Compiling phf_shared v0.10.0 |
1500 | 2025-01-17T05:45:23.336Z | Compiling tokio-stream v0.1.16 |
1501 | 2025-01-17T05:45:23.634Z | Compiling pkcs1 v0.7.5 |
1502 | 2025-01-17T05:45:24.005Z | Compiling serde-big-array v0.5.1 |
1503 | 2025-01-17T05:45:24.430Z | Compiling clap_derive v4.5.18 |
1504 | 2025-01-17T05:45:24.530Z | Compiling rfc6979 v0.4.0 |
1505 | 2025-01-17T05:45:24.530Z | Compiling serde_repr v0.1.19 |
1506 | 2025-01-17T05:45:24.575Z | Compiling derive-where v1.2.7 |
1507 | 2025-01-17T05:45:24.624Z | Compiling float-cmp v0.9.0 |
1508 | 2025-01-17T05:45:24.722Z | Compiling bstr v1.10.0 |
1509 | 2025-01-17T05:45:24.844Z | Compiling sync_wrapper v1.0.1 |
1510 | 2025-01-17T05:45:25.016Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2025-01-17T05:45:25.085Z | Compiling unicode-segmentation v1.12.0 |
1512 | 2025-01-17T05:45:25.101Z | Compiling bit-vec v0.6.3 |
1513 | 2025-01-17T05:45:25.470Z | Compiling precomputed-hash v0.1.1 |
1514 | 2025-01-17T05:45:25.530Z | Compiling predicates-core v1.0.8 |
1515 | 2025-01-17T05:45:25.611Z | Compiling unicode-width v0.2.0 |
1516 | 2025-01-17T05:45:25.864Z | Compiling fixedbitset v0.4.2 |
1517 | 2025-01-17T05:45:25.980Z | Compiling static_assertions v1.1.0 |
1518 | 2025-01-17T05:45:26.096Z | Compiling whoami v1.5.2 |
1519 | 2025-01-17T05:45:26.150Z | Compiling difflib v0.4.0 |
1520 | 2025-01-17T05:45:26.299Z | Compiling number_prefix v0.4.0 |
1521 | 2025-01-17T05:45:26.327Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2025-01-17T05:45:26.472Z | Compiling tokio-postgres v0.7.12 |
1523 | 2025-01-17T05:45:26.534Z | Compiling indicatif v0.17.9 |
1524 | 2025-01-17T05:45:26.646Z | Compiling predicates v3.1.2 |
1525 | 2025-01-17T05:45:27.557Z | Compiling petgraph v0.6.5 |
1526 | 2025-01-17T05:45:27.712Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1527 | 2025-01-17T05:45:28.204Z | Compiling similar v2.6.0 |
1528 | 2025-01-17T05:45:28.554Z | Compiling string_cache v0.8.7 |
1529 | 2025-01-17T05:45:28.926Z | Compiling clap v4.5.21 |
1530 | 2025-01-17T05:45:28.996Z | Compiling bit-set v0.5.3 |
1531 | 2025-01-17T05:45:29.058Z | Compiling ecdsa v0.16.9 |
1532 | 2025-01-17T05:45:29.276Z | Compiling rsa v0.9.6 |
1533 | 2025-01-17T05:45:29.911Z | Compiling ed25519-dalek v2.1.1 |
1534 | 2025-01-17T05:45:30.399Z | Compiling toml v0.7.8 |
1535 | 2025-01-17T05:45:31.129Z | Compiling zip v0.6.6 |
1536 | 2025-01-17T05:45:31.245Z | Compiling crossterm v0.28.1 |
1537 | 2025-01-17T05:45:32.504Z | Compiling hex v0.4.3 |
1538 | 2025-01-17T05:45:32.806Z | Compiling x509-cert v0.2.5 |
1539 | 2025-01-17T05:45:33.018Z | Compiling itertools v0.10.5 |
1540 | 2025-01-17T05:45:33.089Z | Compiling unicode-xid v0.2.6 |
1541 | 2025-01-17T05:45:33.205Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-17T05:45:33.294Z | Compiling lalrpop-util v0.19.12 |
1543 | 2025-01-17T05:45:33.652Z | Compiling strum_macros v0.26.4 |
1544 | 2025-01-17T05:45:33.809Z | Compiling xattr v1.3.1 |
1545 | 2025-01-17T05:45:34.095Z | Compiling filetime v0.2.25 |
1546 | 2025-01-17T05:45:34.416Z | Compiling tar v0.4.42 |
1547 | 2025-01-17T05:45:38.083Z | Compiling strum v0.26.3 |
1548 | 2025-01-17T05:45:41.660Z | Compiling aws-lc-sys v0.22.0 |
1549 | 2025-01-17T05:46:16.048Z | Compiling rustls-webpki v0.102.8 |
1550 | 2025-01-17T05:46:19.239Z | Compiling tokio-rustls v0.25.0 |
1551 | 2025-01-17T05:46:20.951Z | Compiling tokio-rustls v0.26.0 |
1552 | 2025-01-17T05:46:21.282Z | Compiling hyper-rustls v0.27.3 |
1553 | 2025-01-17T05:46:21.603Z | Compiling reqwest v0.12.9 |
1554 | 2025-01-17T05:46:22.879Z | Compiling qorb v0.2.1 |
1555 | 2025-01-17T05:46:26.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1556 | 2025-01-17T05:46:26.366Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1557 | 2025-01-17T05:46:30.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1558 | 2025-01-17T05:46:31.080Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1559 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: Clickhouse |
1560 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: Cockroach |
1561 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: Console |
1562 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: DendriteOpenapi |
1563 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: DendriteStub |
1564 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: MaghemiteMgd |
1565 | 2025-01-17T05:46:31.129Z | Jan 17 05:46:30.093 INFO Starting download, target: TransceiverControl |
1566 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1567 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1569 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2025-01-17T05:46:31.133Z | Jan 17 05:46:30.094 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1573 | 2025-01-17T05:46:31.326Z | Jan 17 05:46:30.277 INFO Download complete, target: DendriteOpenapi |
1574 | 2025-01-17T05:46:31.507Z | Jan 17 05:46:30.459 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1575 | 2025-01-17T05:46:31.752Z | Jan 17 05:46:30.692 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1576 | 2025-01-17T05:46:32.072Z | Jan 17 05:46:31.021 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1577 | 2025-01-17T05:46:32.086Z | Jan 17 05:46:31.025 INFO Download complete, target: Console |
1578 | 2025-01-17T05:46:32.157Z | Jan 17 05:46:31.120 INFO Download complete, target: TransceiverControl |
1579 | 2025-01-17T05:46:32.279Z | Jan 17 05:46:31.240 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1580 | 2025-01-17T05:46:32.790Z | Jan 17 05:46:31.753 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1581 | 2025-01-17T05:46:32.790Z | Jan 17 05:46:31.753 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1582 | 2025-01-17T05:46:33.370Z | Jan 17 05:46:32.332 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1583 | 2025-01-17T05:46:34.900Z | Jan 17 05:46:33.863 INFO Download complete, target: DendriteStub |
1584 | 2025-01-17T05:46:35.190Z | Jan 17 05:46:34.153 INFO Download complete, target: MaghemiteMgd |
1585 | 2025-01-17T05:46:40.302Z | Jan 17 05:46:39.263 INFO Checking that binary works, target: Cockroach |
1586 | 2025-01-17T05:46:40.462Z | Jan 17 05:46:39.424 INFO Download complete, target: Cockroach |
1587 | 2025-01-17T05:46:45.854Z | Jan 17 05:46:44.813 INFO Checking that binary works, target: Clickhouse |
1588 | 2025-01-17T05:46:46.471Z | Jan 17 05:46:45.431 INFO Download complete, target: Clickhouse |
1589 | 2025-01-17T05:46:46.566Z | All builder prerequisites installed successfully, and PATH looks valid |
1590 | 2025-01-17T05:46:46.568Z | |
1591 | 2025-01-17T05:46:46.569Z | real 4:55.617267579 |
1592 | 2025-01-17T05:46:46.569Z | user 15:55.327195808 |
1593 | 2025-01-17T05:46:46.569Z | sys 2:04.390304386 |
1594 | 2025-01-17T05:46:46.569Z | trap 0.569677324 |
1595 | 2025-01-17T05:46:46.569Z | tflt 6.686749330 |
1596 | 2025-01-17T05:46:46.569Z | dflt 5.263462122 |
1597 | 2025-01-17T05:46:46.569Z | kflt 0.349521287 |
1598 | 2025-01-17T05:46:46.569Z | lock 25:38.326881082 |
1599 | 2025-01-17T05:46:46.569Z | slp 57:01.777576567 |
1600 | 2025-01-17T05:46:46.569Z | lat 56.294084614 |
1601 | 2025-01-17T05:46:46.569Z | stop 2:22.020024164 |
1602 | 2025-01-17T05:46:46.569Z | + banner hack-check |
1603 | 2025-01-17T05:46:46.572Z | |
1604 | 2025-01-17T05:46:46.572Z | # # ## #### # # #### # # ###### #### # # |
1605 | 2025-01-17T05:46:46.572Z | # # # # # # # # # # # # # # # # # |
1606 | 2025-01-17T05:46:46.572Z | ###### # # # #### ##### # ###### ##### # #### |
1607 | 2025-01-17T05:46:46.572Z | # # ###### # # # # # # # # # # |
1608 | 2025-01-17T05:46:46.572Z | # # # # # # # # # # # # # # # # # |
1609 | 2025-01-17T05:46:46.572Z | # # # # #### # # #### # # ###### #### # # |
1610 | 2025-01-17T05:46:46.572Z | |
1611 | 2025-01-17T05:46:46.572Z | + export CARGO_INCREMENTAL=0 |
1612 | 2025-01-17T05:46:46.573Z | + CARGO_INCREMENTAL=0 |
1613 | 2025-01-17T05:46:46.573Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1614 | 2025-01-17T05:46:47.107Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1615 | 2025-01-17T05:46:50.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
1616 | 2025-01-17T05:46:50.078Z | Running `target/debug/xtask check-features --ci` |
1617 | 2025-01-17T05:46:50.100Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1618 | 2025-01-17T05:46:50.101Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1619 | 2025-01-17T05:46:50.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1620 | 2025-01-17T05:46:50.570Z | Running `target/debug/xtask download cargo-hack` |
1621 | 2025-01-17T05:46:51.381Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1622 | 2025-01-17T05:46:51.758Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1623 | 2025-01-17T05:46:55.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
1624 | 2025-01-17T05:46:55.704Z | Running `target/debug/xtask-downloader cargo-hack` |
1625 | 2025-01-17T05:46:55.742Z | Jan 17 05:46:54.700 INFO Starting download, target: CargoHack |
1626 | 2025-01-17T05:46:55.745Z | Jan 17 05:46:54.701 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1627 | 2025-01-17T05:46:56.212Z | Jan 17 05:46:55.169 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1628 | 2025-01-17T05:46:56.301Z | Jan 17 05:46:55.257 INFO Download complete, target: CargoHack |
1629 | 2025-01-17T05:46:56.304Z | 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" |
1630 | 2025-01-17T05:46:56.321Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1631 | 2025-01-17T05:46:56.497Z | info: running `cargo check --bins` on api_identity (1/197) |
1632 | 2025-01-17T05:46:57.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2025-01-17T05:46:57.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2025-01-17T05:46:57.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2025-01-17T05:46:57.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1636 | 2025-01-17T05:46:57.095Z | |
1637 | 2025-01-17T05:46:57.095Z | info: running `cargo check --bins` on bootstore (2/197) |
1638 | 2025-01-17T05:46:57.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2025-01-17T05:46:57.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2025-01-17T05:46:57.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2025-01-17T05:46:57.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1642 | 2025-01-17T05:46:57.726Z | |
1643 | 2025-01-17T05:46:57.726Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1644 | 2025-01-17T05:46:58.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2025-01-17T05:46:58.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2025-01-17T05:46:58.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2025-01-17T05:46:58.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1648 | 2025-01-17T05:46:58.345Z | |
1649 | 2025-01-17T05:46:58.345Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1650 | 2025-01-17T05:46:59.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2025-01-17T05:46:59.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2025-01-17T05:46:59.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2025-01-17T05:46:59.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1654 | 2025-01-17T05:46:59.270Z | |
1655 | 2025-01-17T05:46:59.270Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1656 | 2025-01-17T05:46:59.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-01-17T05:46:59.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-01-17T05:46:59.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-01-17T05:46:59.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1660 | 2025-01-17T05:46:59.390Z | |
1661 | 2025-01-17T05:46:59.390Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1662 | 2025-01-17T05:46:59.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-01-17T05:46:59.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-01-17T05:46:59.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-01-17T05:46:59.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1666 | 2025-01-17T05:46:59.823Z | |
1667 | 2025-01-17T05:46:59.823Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1668 | 2025-01-17T05:47:00.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-01-17T05:47:00.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-01-17T05:47:00.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-01-17T05:47:00.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1672 | 2025-01-17T05:47:00.261Z | |
1673 | 2025-01-17T05:47:00.261Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1674 | 2025-01-17T05:47:00.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-01-17T05:47:00.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-01-17T05:47:00.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-01-17T05:47:00.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1678 | 2025-01-17T05:47:00.698Z | |
1679 | 2025-01-17T05:47:00.698Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1680 | 2025-01-17T05:47:01.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-01-17T05:47:01.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-01-17T05:47:01.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-01-17T05:47:01.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1684 | 2025-01-17T05:47:01.132Z | |
1685 | 2025-01-17T05:47:01.132Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1686 | 2025-01-17T05:47:01.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-01-17T05:47:01.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-01-17T05:47:01.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-01-17T05:47:01.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1690 | 2025-01-17T05:47:01.557Z | |
1691 | 2025-01-17T05:47:01.557Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1692 | 2025-01-17T05:47:01.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-01-17T05:47:01.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-01-17T05:47:01.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-01-17T05:47:01.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1696 | 2025-01-17T05:47:01.976Z | |
1697 | 2025-01-17T05:47:01.976Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1698 | 2025-01-17T05:47:02.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-01-17T05:47:02.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-01-17T05:47:02.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-01-17T05:47:02.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1702 | 2025-01-17T05:47:02.400Z | |
1703 | 2025-01-17T05:47:02.400Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1704 | 2025-01-17T05:47:02.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-01-17T05:47:02.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-01-17T05:47:02.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-01-17T05:47:02.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1708 | 2025-01-17T05:47:02.821Z | |
1709 | 2025-01-17T05:47:02.821Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1710 | 2025-01-17T05:47:03.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-01-17T05:47:03.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-01-17T05:47:03.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-01-17T05:47:03.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1714 | 2025-01-17T05:47:03.246Z | |
1715 | 2025-01-17T05:47:03.246Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1716 | 2025-01-17T05:47:03.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-01-17T05:47:03.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-01-17T05:47:03.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-01-17T05:47:03.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1720 | 2025-01-17T05:47:03.672Z | |
1721 | 2025-01-17T05:47:03.672Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1722 | 2025-01-17T05:47:04.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-01-17T05:47:04.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-01-17T05:47:04.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-01-17T05:47:04.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1726 | 2025-01-17T05:47:04.105Z | |
1727 | 2025-01-17T05:47:04.105Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1728 | 2025-01-17T05:47:04.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-01-17T05:47:04.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-01-17T05:47:04.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-01-17T05:47:04.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1732 | 2025-01-17T05:47:04.535Z | |
1733 | 2025-01-17T05:47:04.535Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1734 | 2025-01-17T05:47:04.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-01-17T05:47:04.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-01-17T05:47:04.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-01-17T05:47:04.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1738 | 2025-01-17T05:47:04.966Z | |
1739 | 2025-01-17T05:47:04.966Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1740 | 2025-01-17T05:47:05.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-01-17T05:47:05.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-01-17T05:47:05.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-01-17T05:47:05.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1744 | 2025-01-17T05:47:05.404Z | |
1745 | 2025-01-17T05:47:05.404Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1746 | 2025-01-17T05:47:05.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-01-17T05:47:05.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-01-17T05:47:05.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-01-17T05:47:05.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1750 | 2025-01-17T05:47:05.840Z | |
1751 | 2025-01-17T05:47:05.840Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1752 | 2025-01-17T05:47:06.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-01-17T05:47:06.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-01-17T05:47:06.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-01-17T05:47:06.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1756 | 2025-01-17T05:47:06.282Z | |
1757 | 2025-01-17T05:47:06.282Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1758 | 2025-01-17T05:47:06.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-01-17T05:47:06.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-01-17T05:47:06.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-01-17T05:47:06.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1762 | 2025-01-17T05:47:06.715Z | |
1763 | 2025-01-17T05:47:06.715Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1764 | 2025-01-17T05:47:07.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-01-17T05:47:07.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-01-17T05:47:07.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-01-17T05:47:07.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1768 | 2025-01-17T05:47:07.148Z | |
1769 | 2025-01-17T05:47:07.148Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1770 | 2025-01-17T05:47:07.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-01-17T05:47:07.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-01-17T05:47:07.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-01-17T05:47:07.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1774 | 2025-01-17T05:47:07.576Z | |
1775 | 2025-01-17T05:47:07.576Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1776 | 2025-01-17T05:47:07.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-01-17T05:47:07.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-01-17T05:47:07.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-01-17T05:47:07.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1780 | 2025-01-17T05:47:08.010Z | |
1781 | 2025-01-17T05:47:08.011Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1782 | 2025-01-17T05:47:08.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-01-17T05:47:08.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-01-17T05:47:08.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-01-17T05:47:08.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1786 | 2025-01-17T05:47:08.444Z | |
1787 | 2025-01-17T05:47:08.444Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1788 | 2025-01-17T05:47:08.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-01-17T05:47:08.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-01-17T05:47:08.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-01-17T05:47:08.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1792 | 2025-01-17T05:47:08.866Z | |
1793 | 2025-01-17T05:47:08.866Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1794 | 2025-01-17T05:47:09.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-01-17T05:47:09.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-01-17T05:47:09.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-01-17T05:47:09.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1798 | 2025-01-17T05:47:09.298Z | |
1799 | 2025-01-17T05:47:09.298Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1800 | 2025-01-17T05:47:09.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-01-17T05:47:09.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-01-17T05:47:09.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-01-17T05:47:09.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1804 | 2025-01-17T05:47:09.724Z | |
1805 | 2025-01-17T05:47:09.724Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1806 | 2025-01-17T05:47:10.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-01-17T05:47:10.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-01-17T05:47:10.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-01-17T05:47:10.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1810 | 2025-01-17T05:47:10.161Z | |
1811 | 2025-01-17T05:47:10.161Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1812 | 2025-01-17T05:47:10.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-01-17T05:47:10.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-01-17T05:47:10.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-01-17T05:47:10.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1816 | 2025-01-17T05:47:10.589Z | |
1817 | 2025-01-17T05:47:10.589Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1818 | 2025-01-17T05:47:10.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-01-17T05:47:10.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-01-17T05:47:10.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-01-17T05:47:10.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1822 | 2025-01-17T05:47:11.011Z | |
1823 | 2025-01-17T05:47:11.011Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1824 | 2025-01-17T05:47:11.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-01-17T05:47:11.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-01-17T05:47:11.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-01-17T05:47:11.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1828 | 2025-01-17T05:47:11.439Z | |
1829 | 2025-01-17T05:47:11.439Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1830 | 2025-01-17T05:47:11.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-01-17T05:47:11.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-01-17T05:47:11.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-01-17T05:47:11.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1834 | 2025-01-17T05:47:11.873Z | |
1835 | 2025-01-17T05:47:11.873Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1836 | 2025-01-17T05:47:12.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-01-17T05:47:12.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-01-17T05:47:12.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-01-17T05:47:12.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1840 | 2025-01-17T05:47:12.300Z | |
1841 | 2025-01-17T05:47:12.300Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1842 | 2025-01-17T05:47:12.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-01-17T05:47:12.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-01-17T05:47:12.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-01-17T05:47:12.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1846 | 2025-01-17T05:47:12.727Z | |
1847 | 2025-01-17T05:47:12.727Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1848 | 2025-01-17T05:47:13.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-01-17T05:47:13.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-01-17T05:47:13.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-01-17T05:47:13.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1852 | 2025-01-17T05:47:13.158Z | |
1853 | 2025-01-17T05:47:13.158Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1854 | 2025-01-17T05:47:13.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-01-17T05:47:13.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-01-17T05:47:13.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-01-17T05:47:13.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1858 | 2025-01-17T05:47:13.589Z | |
1859 | 2025-01-17T05:47:13.589Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1860 | 2025-01-17T05:47:13.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-01-17T05:47:13.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-01-17T05:47:13.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-01-17T05:47:13.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1864 | 2025-01-17T05:47:14.020Z | |
1865 | 2025-01-17T05:47:14.020Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1866 | 2025-01-17T05:47:14.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-01-17T05:47:14.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-01-17T05:47:14.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-01-17T05:47:14.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1870 | 2025-01-17T05:47:14.444Z | |
1871 | 2025-01-17T05:47:14.444Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1872 | 2025-01-17T05:47:14.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-01-17T05:47:14.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-01-17T05:47:14.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-01-17T05:47:14.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1876 | 2025-01-17T05:47:14.875Z | |
1877 | 2025-01-17T05:47:14.875Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1878 | 2025-01-17T05:47:15.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-01-17T05:47:15.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-01-17T05:47:15.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-01-17T05:47:15.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1882 | 2025-01-17T05:47:15.302Z | |
1883 | 2025-01-17T05:47:15.302Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1884 | 2025-01-17T05:47:15.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-01-17T05:47:15.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-01-17T05:47:15.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-01-17T05:47:15.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1888 | 2025-01-17T05:47:15.730Z | |
1889 | 2025-01-17T05:47:15.730Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1890 | 2025-01-17T05:47:16.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-01-17T05:47:16.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-01-17T05:47:16.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-01-17T05:47:16.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1894 | 2025-01-17T05:47:16.159Z | |
1895 | 2025-01-17T05:47:16.160Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1896 | 2025-01-17T05:47:16.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-01-17T05:47:16.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-01-17T05:47:16.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-01-17T05:47:16.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1900 | 2025-01-17T05:47:16.797Z | |
1901 | 2025-01-17T05:47:16.797Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1902 | 2025-01-17T05:47:17.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-01-17T05:47:17.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-01-17T05:47:17.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1905 | 2025-01-17T05:47:17.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1906 | 2025-01-17T05:47:17.432Z | |
1907 | 2025-01-17T05:47:17.432Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1908 | 2025-01-17T05:47:17.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1909 | 2025-01-17T05:47:17.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1910 | 2025-01-17T05:47:17.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1911 | 2025-01-17T05:47:17.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1912 | 2025-01-17T05:47:18.072Z | |
1913 | 2025-01-17T05:47:18.072Z | info: running `cargo check --bins` on oxlog (48/197) |
1914 | 2025-01-17T05:47:18.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1915 | 2025-01-17T05:47:18.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1916 | 2025-01-17T05:47:18.689Z | Checking cfg-if v1.0.0 |
1917 | 2025-01-17T05:47:18.692Z | Checking libc v0.2.169 |
1918 | 2025-01-17T05:47:18.803Z | Checking serde v1.0.217 |
1919 | 2025-01-17T05:47:18.805Z | Checking zeroize v1.8.1 |
1920 | 2025-01-17T05:47:18.824Z | Checking memchr v2.7.4 |
1921 | 2025-01-17T05:47:18.826Z | Checking typenum v1.17.0 |
1922 | 2025-01-17T05:47:18.850Z | Checking scopeguard v1.2.0 |
1923 | 2025-01-17T05:47:18.862Z | Checking subtle v2.6.1 |
1924 | 2025-01-17T05:47:18.877Z | Checking value-bag v1.9.0 |
1925 | 2025-01-17T05:47:18.989Z | Checking lock_api v0.4.12 |
1926 | 2025-01-17T05:47:19.057Z | Checking const-oid v0.9.6 |
1927 | 2025-01-17T05:47:19.116Z | Checking itoa v1.0.11 |
1928 | 2025-01-17T05:47:19.280Z | Checking log v0.4.22 |
1929 | 2025-01-17T05:47:19.323Z | Checking smallvec v1.13.2 |
1930 | 2025-01-17T05:47:19.384Z | Checking pin-project-lite v0.2.14 |
1931 | 2025-01-17T05:47:19.523Z | Checking byteorder v1.5.0 |
1932 | 2025-01-17T05:47:19.677Z | Checking futures-core v0.3.31 |
1933 | 2025-01-17T05:47:19.690Z | Checking once_cell v1.20.2 |
1934 | 2025-01-17T05:47:19.764Z | Checking cpufeatures v0.2.14 |
1935 | 2025-01-17T05:47:19.859Z | Checking getrandom v0.2.15 |
1936 | 2025-01-17T05:47:19.873Z | Checking signal-hook-registry v1.4.2 |
1937 | 2025-01-17T05:47:19.876Z | Checking parking_lot_core v0.9.10 |
1938 | 2025-01-17T05:47:19.902Z | Checking mio v1.0.2 |
1939 | 2025-01-17T05:47:19.904Z | Checking generic-array v0.14.7 |
1940 | 2025-01-17T05:47:19.977Z | Checking futures-sink v0.3.31 |
1941 | 2025-01-17T05:47:20.101Z | Checking rand_core v0.6.4 |
1942 | 2025-01-17T05:47:20.131Z | Checking stable_deref_trait v1.2.0 |
1943 | 2025-01-17T05:47:20.154Z | Checking socket2 v0.5.7 |
1944 | 2025-01-17T05:47:20.237Z | Checking parking_lot v0.12.3 |
1945 | 2025-01-17T05:47:20.252Z | Checking spin v0.9.8 |
1946 | 2025-01-17T05:47:20.410Z | Checking zerocopy v0.7.35 |
1947 | 2025-01-17T05:47:20.488Z | Checking slab v0.4.9 |
1948 | 2025-01-17T05:47:20.584Z | Checking zerofrom v0.1.4 |
1949 | 2025-01-17T05:47:20.600Z | Checking futures-channel v0.3.31 |
1950 | 2025-01-17T05:47:20.615Z | Checking futures-io v0.3.31 |
1951 | 2025-01-17T05:47:20.748Z | Checking pin-utils v0.1.0 |
1952 | 2025-01-17T05:47:20.797Z | Checking yoke v0.7.4 |
1953 | 2025-01-17T05:47:20.799Z | Checking futures-task v0.3.31 |
1954 | 2025-01-17T05:47:20.846Z | Checking allocator-api2 v0.2.18 |
1955 | 2025-01-17T05:47:20.923Z | Checking foldhash v0.1.3 |
1956 | 2025-01-17T05:47:20.938Z | Checking equivalent v1.0.1 |
1957 | 2025-01-17T05:47:20.961Z | Checking crypto-common v0.1.6 |
1958 | 2025-01-17T05:47:21.031Z | Checking block-buffer v0.10.4 |
1959 | 2025-01-17T05:47:21.049Z | Checking futures-util v0.3.31 |
1960 | 2025-01-17T05:47:21.120Z | Checking zerovec v0.10.4 |
1961 | 2025-01-17T05:47:21.134Z | Checking block-padding v0.3.3 |
1962 | 2025-01-17T05:47:21.149Z | Checking ryu v1.0.18 |
1963 | 2025-01-17T05:47:21.246Z | Checking digest v0.10.7 |
1964 | 2025-01-17T05:47:21.325Z | Checking tinyvec_macros v0.1.1 |
1965 | 2025-01-17T05:47:21.389Z | Checking inout v0.1.3 |
1966 | 2025-01-17T05:47:21.421Z | Checking tinyvec v1.8.0 |
1967 | 2025-01-17T05:47:21.467Z | Checking hashbrown v0.15.1 |
1968 | 2025-01-17T05:47:21.581Z | Checking hmac v0.12.1 |
1969 | 2025-01-17T05:47:21.596Z | Checking fnv v1.0.7 |
1970 | 2025-01-17T05:47:21.612Z | Checking cipher v0.4.4 |
1971 | 2025-01-17T05:47:21.722Z | Checking sha2 v0.10.8 |
1972 | 2025-01-17T05:47:21.783Z | Checking libm v0.2.8 |
1973 | 2025-01-17T05:47:21.988Z | Checking litemap v0.7.3 |
1974 | 2025-01-17T05:47:22.292Z | Checking unicode-bidi v0.3.17 |
1975 | 2025-01-17T05:47:22.308Z | Checking writeable v0.5.5 |
1976 | 2025-01-17T05:47:22.501Z | Checking base64ct v1.6.0 |
1977 | 2025-01-17T05:47:22.635Z | Checking ppv-lite86 v0.2.20 |
1978 | 2025-01-17T05:47:22.682Z | Checking tinystr v0.7.6 |
1979 | 2025-01-17T05:47:22.700Z | Checking num-traits v0.2.19 |
1980 | 2025-01-17T05:47:22.711Z | Checking unicode-normalization v0.1.24 |
1981 | 2025-01-17T05:47:22.937Z | Checking flagset v0.4.6 |
1982 | 2025-01-17T05:47:22.956Z | Checking pem-rfc7468 v0.7.0 |
1983 | 2025-01-17T05:47:23.007Z | Checking icu_locid v1.5.0 |
1984 | 2025-01-17T05:47:23.128Z | Checking tracing-core v0.1.32 |
1985 | 2025-01-17T05:47:23.223Z | Checking der v0.7.9 |
1986 | 2025-01-17T05:47:23.344Z | Checking rand_chacha v0.3.1 |
1987 | 2025-01-17T05:47:23.406Z | Checking bytes v1.9.0 |
1988 | 2025-01-17T05:47:23.695Z | Checking indexmap v2.7.0 |
1989 | 2025-01-17T05:47:23.750Z | Checking serde_json v1.0.135 |
1990 | 2025-01-17T05:47:23.765Z | Checking bitflags v2.6.0 |
1991 | 2025-01-17T05:47:23.942Z | Checking icu_provider v1.5.0 |
1992 | 2025-01-17T05:47:24.055Z | Checking thiserror v1.0.69 |
1993 | 2025-01-17T05:47:24.165Z | Checking percent-encoding v2.3.1 |
1994 | 2025-01-17T05:47:24.190Z | Checking rustls-pki-types v1.10.0 |
1995 | 2025-01-17T05:47:24.204Z | Checking tokio v1.43.0 |
1996 | 2025-01-17T05:47:24.369Z | Checking http v1.2.0 |
1997 | 2025-01-17T05:47:24.587Z | Checking icu_locid_transform_data v1.5.0 |
1998 | 2025-01-17T05:47:24.686Z | Checking icu_locid_transform v1.5.0 |
1999 | 2025-01-17T05:47:24.764Z | Checking rand v0.8.5 |
2000 | 2025-01-17T05:47:24.844Z | Checking tracing v0.1.40 |
2001 | 2025-01-17T05:47:24.961Z | Checking spki v0.7.3 |
2002 | 2025-01-17T05:47:25.197Z | Checking icu_collections v1.5.0 |
2003 | 2025-01-17T05:47:25.244Z | Checking salsa20 v0.10.2 |
2004 | 2025-01-17T05:47:25.372Z | Checking pbkdf2 v0.12.2 |
2005 | 2025-01-17T05:47:25.479Z | Checking aws-lc-sys v0.22.0 |
2006 | 2025-01-17T05:47:25.530Z | Checking httparse v1.9.5 |
2007 | 2025-01-17T05:47:25.553Z | Checking powerfmt v0.2.0 |
2008 | 2025-01-17T05:47:25.651Z | Checking icu_properties_data v1.5.0 |
2009 | 2025-01-17T05:47:25.671Z | Checking mirai-annotations v1.12.0 |
2010 | 2025-01-17T05:47:25.798Z | Checking untrusted v0.7.1 |
2011 | 2025-01-17T05:47:25.846Z | Checking untrusted v0.9.0 |
2012 | 2025-01-17T05:47:25.862Z | Checking deranged v0.3.11 |
2013 | 2025-01-17T05:47:25.885Z | Checking icu_properties v1.5.1 |
2014 | 2025-01-17T05:47:25.958Z | Checking scrypt v0.11.0 |
2015 | 2025-01-17T05:47:25.975Z | Checking aes v0.8.4 |
2016 | 2025-01-17T05:47:25.975Z | Checking cbc v0.1.2 |
2017 | 2025-01-17T05:47:26.010Z | Checking ring v0.17.8 |
2018 | 2025-01-17T05:47:26.176Z | Checking crossbeam-utils v0.8.20 |
2019 | 2025-01-17T05:47:26.193Z | Checking num_threads v0.1.7 |
2020 | 2025-01-17T05:47:26.308Z | Checking atomic-waker v1.1.2 |
2021 | 2025-01-17T05:47:26.460Z | Checking write16 v1.0.0 |
2022 | 2025-01-17T05:47:26.600Z | Checking utf8_iter v1.0.4 |
2023 | 2025-01-17T05:47:26.815Z | Checking utf16_iter v1.0.5 |
2024 | 2025-01-17T05:47:26.855Z | Checking time-core v0.1.2 |
2025 | 2025-01-17T05:47:26.884Z | Checking icu_normalizer_data v1.5.0 |
2026 | 2025-01-17T05:47:26.977Z | Checking num-conv v0.1.0 |
2027 | 2025-01-17T05:47:26.992Z | Checking pkcs5 v0.7.1 |
2028 | 2025-01-17T05:47:27.022Z | Checking http-body v1.0.1 |
2029 | 2025-01-17T05:47:27.168Z | Checking form_urlencoded v1.2.1 |
2030 | 2025-01-17T05:47:27.217Z | Checking time v0.3.36 |
2031 | 2025-01-17T05:47:27.235Z | Checking try-lock v0.2.5 |
2032 | 2025-01-17T05:47:27.372Z | Checking uuid v1.11.0 |
2033 | 2025-01-17T05:47:27.389Z | Checking want v0.3.1 |
2034 | 2025-01-17T05:47:27.495Z | Checking pkcs8 v0.10.2 |
2035 | 2025-01-17T05:47:27.570Z | Checking aws-lc-rs v1.10.0 |
2036 | 2025-01-17T05:47:27.582Z | Checking unicode-ident v1.0.14 |
2037 | 2025-01-17T05:47:27.758Z | Checking httpdate v1.0.3 |
2038 | 2025-01-17T05:47:27.775Z | Checking proc-macro2 v1.0.92 |
2039 | 2025-01-17T05:47:27.822Z | Checking toml_datetime v0.6.8 |
2040 | 2025-01-17T05:47:27.966Z | Checking serde_spanned v0.6.8 |
2041 | 2025-01-17T05:47:27.999Z | Checking slog v2.7.0 |
2042 | 2025-01-17T05:47:28.113Z | Checking scroll v0.12.0 |
2043 | 2025-01-17T05:47:28.170Z | Checking match_cfg v0.1.0 |
2044 | 2025-01-17T05:47:28.272Z | Checking foreign-types-shared v0.1.1 |
2045 | 2025-01-17T05:47:28.397Z | Checking iana-time-zone v0.1.61 |
2046 | 2025-01-17T05:47:28.456Z | Checking tower-service v0.3.3 |
2047 | 2025-01-17T05:47:28.460Z | Checking adler2 v2.0.0 |
2048 | 2025-01-17T05:47:28.537Z | Checking ucd-trie v0.1.7 |
2049 | 2025-01-17T05:47:28.575Z | Checking base64 v0.22.1 |
2050 | 2025-01-17T05:47:28.587Z | Checking plain v0.2.3 |
2051 | 2025-01-17T05:47:28.635Z | Checking miniz_oxide v0.8.0 |
2052 | 2025-01-17T05:47:28.740Z | Checking goblin v0.8.2 |
2053 | 2025-01-17T05:47:28.754Z | Checking pest v2.7.14 |
2054 | 2025-01-17T05:47:29.049Z | Checking chrono v0.4.38 |
2055 | 2025-01-17T05:47:29.275Z | Checking icu_normalizer v1.5.0 |
2056 | 2025-01-17T05:47:29.301Z | Checking rustls-webpki v0.102.8 |
2057 | 2025-01-17T05:47:29.345Z | Checking quote v1.0.38 |
2058 | 2025-01-17T05:47:29.654Z | Checking foreign-types v0.3.2 |
2059 | 2025-01-17T05:47:29.671Z | Checking hostname v0.3.1 |
2060 | 2025-01-17T05:47:29.758Z | Checking openssl-sys v0.9.103 |
2061 | 2025-01-17T05:47:29.808Z | Checking errno v0.3.9 |
2062 | 2025-01-17T05:47:30.017Z | Checking dirs-sys-next v0.1.2 |
2063 | 2025-01-17T05:47:30.053Z | Checking aho-corasick v1.1.3 |
2064 | 2025-01-17T05:47:30.071Z | Checking idna_adapter v1.2.0 |
2065 | 2025-01-17T05:47:30.209Z | Checking pretty-hex v0.4.1 |
2066 | 2025-01-17T05:47:30.267Z | Checking idna v1.0.3 |
2067 | 2025-01-17T05:47:30.412Z | Checking regex-syntax v0.8.5 |
2068 | 2025-01-17T05:47:30.800Z | Checking url v2.5.3 |
2069 | 2025-01-17T05:47:30.935Z | Compiling newtype-uuid v1.2.1 |
2070 | 2025-01-17T05:47:30.987Z | Checking tokio-util v0.7.12 |
2071 | 2025-01-17T05:47:31.040Z | Checking siphasher v0.3.11 |
2072 | 2025-01-17T05:47:31.213Z | Checking data-encoding v2.6.0 |
2073 | 2025-01-17T05:47:31.343Z | Checking dtrace-parser v0.2.0 |
2074 | 2025-01-17T05:47:31.390Z | Checking openssl v0.10.66 |
2075 | 2025-01-17T05:47:31.573Z | Checking dirs-next v2.0.0 |
2076 | 2025-01-17T05:47:31.642Z | Checking rustix v0.38.37 |
2077 | 2025-01-17T05:47:31.718Z | Checking syn v2.0.96 |
2078 | 2025-01-17T05:47:31.752Z | Checking http-body-util v0.1.2 |
2079 | 2025-01-17T05:47:31.789Z | Checking h2 v0.4.6 |
2080 | 2025-01-17T05:47:31.810Z | Checking crossbeam-epoch v0.9.18 |
2081 | 2025-01-17T05:47:32.175Z | Checking signature v2.2.0 |
2082 | 2025-01-17T05:47:32.217Z | Checking sha1 v0.10.6 |
2083 | 2025-01-17T05:47:32.370Z | Checking lazy_static v1.5.0 |
2084 | 2025-01-17T05:47:32.496Z | Checking thread_local v1.1.8 |
2085 | 2025-01-17T05:47:32.512Z | Checking thread-id v4.2.2 |
2086 | 2025-01-17T05:47:32.621Z | Checking encoding_rs v0.8.34 |
2087 | 2025-01-17T05:47:32.770Z | Checking openssl-probe v0.1.5 |
2088 | 2025-01-17T05:47:32.926Z | Checking unicode-properties v0.1.3 |
2089 | 2025-01-17T05:47:33.278Z | Checking ipnet v2.10.1 |
2090 | 2025-01-17T05:47:33.553Z | Checking dof v0.3.0 |
2091 | 2025-01-17T05:47:33.612Z | Checking regex-automata v0.4.8 |
2092 | 2025-01-17T05:47:33.706Z | Checking either v1.13.0 |
2093 | 2025-01-17T05:47:34.085Z | Checking mime v0.3.17 |
2094 | 2025-01-17T05:47:34.136Z | Checking winnow v0.6.20 |
2095 | 2025-01-17T05:47:34.422Z | Checking gimli v0.31.1 |
2096 | 2025-01-17T05:47:34.756Z | Checking anstyle v1.0.10 |
2097 | 2025-01-17T05:47:34.999Z | Checking utf8parse v0.2.2 |
2098 | 2025-01-17T05:47:35.145Z | Checking stringprep v0.1.5 |
2099 | 2025-01-17T05:47:35.177Z | Checking anstyle-parse v0.2.5 |
2100 | 2025-01-17T05:47:35.439Z | Checking crossbeam-deque v0.8.5 |
2101 | 2025-01-17T05:47:35.465Z | Checking term v0.7.0 |
2102 | 2025-01-17T05:47:35.779Z | Checking rustls v0.22.4 |
2103 | 2025-01-17T05:47:35.898Z | Checking rustls v0.23.19 |
2104 | 2025-01-17T05:47:36.489Z | Checking native-tls v0.2.12 |
2105 | 2025-01-17T05:47:36.814Z | Checking slog-json v2.6.1 |
2106 | 2025-01-17T05:47:36.934Z | Checking toml_edit v0.22.22 |
2107 | 2025-01-17T05:47:37.083Z | Checking serde_urlencoded v0.7.1 |
2108 | 2025-01-17T05:47:37.505Z | Checking crossbeam-channel v0.5.13 |
2109 | 2025-01-17T05:47:37.789Z | Checking usdt-impl v0.5.0 |
2110 | 2025-01-17T05:47:38.022Z | Checking hyper v1.5.2 |
2111 | 2025-01-17T05:47:38.080Z | Checking addr2line v0.24.2 |
2112 | 2025-01-17T05:47:38.083Z | Checking futures-executor v0.3.31 |
2113 | 2025-01-17T05:47:38.174Z | Checking rustls-pemfile v2.2.0 |
2114 | 2025-01-17T05:47:38.347Z | Checking num-integer v0.1.46 |
2115 | 2025-01-17T05:47:38.376Z | Checking idna v0.4.0 |
2116 | 2025-01-17T05:47:38.392Z | Checking idna v0.3.0 |
2117 | 2025-01-17T05:47:38.589Z | Checking md-5 v0.10.6 |
2118 | 2025-01-17T05:47:38.811Z | Checking ff v0.13.0 |
2119 | 2025-01-17T05:47:38.827Z | Checking hash32 v0.2.1 |
2120 | 2025-01-17T05:47:39.037Z | Checking is-terminal v0.4.13 |
2121 | 2025-01-17T05:47:39.105Z | Checking memmap v0.7.0 |
2122 | 2025-01-17T05:47:39.171Z | Checking object v0.36.5 |
2123 | 2025-01-17T05:47:39.250Z | Checking dyn-clone v1.0.17 |
2124 | 2025-01-17T05:47:39.282Z | Checking quick-error v1.2.3 |
2125 | 2025-01-17T05:47:39.299Z | Checking rustc-demangle v0.1.24 |
2126 | 2025-01-17T05:47:39.314Z | Checking fallible-iterator v0.2.0 |
2127 | 2025-01-17T05:47:39.407Z | Checking colorchoice v1.0.2 |
2128 | 2025-01-17T05:47:39.427Z | Checking is_terminal_polyfill v1.70.1 |
2129 | 2025-01-17T05:47:39.547Z | Checking base16ct v0.2.0 |
2130 | 2025-01-17T05:47:39.550Z | Checking psl-types v2.0.11 |
2131 | 2025-01-17T05:47:39.550Z | Checking take_mut v0.2.2 |
2132 | 2025-01-17T05:47:39.726Z | Checking anstyle-query v1.1.1 |
2133 | 2025-01-17T05:47:39.742Z | Checking utf-8 v0.7.6 |
2134 | 2025-01-17T05:47:39.756Z | Checking linked-hash-map v0.5.6 |
2135 | 2025-01-17T05:47:39.759Z | Checking sec1 v0.7.3 |
2136 | 2025-01-17T05:47:39.848Z | Checking anstream v0.6.15 |
2137 | 2025-01-17T05:47:39.868Z | Checking postgres-protocol v0.6.7 |
2138 | 2025-01-17T05:47:39.938Z | Checking tungstenite v0.24.0 |
2139 | 2025-01-17T05:47:39.948Z | Checking hyper-util v0.1.10 |
2140 | 2025-01-17T05:47:40.060Z | Checking lru-cache v0.1.2 |
2141 | 2025-01-17T05:47:40.141Z | Checking publicsuffix v2.2.3 |
2142 | 2025-01-17T05:47:40.228Z | Checking slog-async v2.8.0 |
2143 | 2025-01-17T05:47:40.257Z | Checking toml v0.8.19 |
2144 | 2025-01-17T05:47:40.376Z | Checking resolv-conf v0.7.0 |
2145 | 2025-01-17T05:47:40.517Z | Checking schemars v0.8.21 |
2146 | 2025-01-17T05:47:40.520Z | Checking usdt v0.5.0 |
2147 | 2025-01-17T05:47:40.733Z | Checking hickory-proto v0.24.1 |
2148 | 2025-01-17T05:47:40.791Z | Checking tokio-rustls v0.25.0 |
2149 | 2025-01-17T05:47:40.829Z | Checking slog-term v2.9.1 |
2150 | 2025-01-17T05:47:40.947Z | Checking heapless v0.7.17 |
2151 | 2025-01-17T05:47:41.112Z | Checking tokio-rustls v0.26.0 |
2152 | 2025-01-17T05:47:41.158Z | Checking group v0.13.0 |
2153 | 2025-01-17T05:47:41.322Z | Checking num-iter v0.1.45 |
2154 | 2025-01-17T05:47:41.408Z | Checking futures v0.3.31 |
2155 | 2025-01-17T05:47:41.492Z | Checking slog-bunyan v2.5.0 |
2156 | 2025-01-17T05:47:41.492Z | Checking tokio-native-tls v0.3.1 |
2157 | 2025-01-17T05:47:41.523Z | Checking rayon-core v1.12.1 |
2158 | 2025-01-17T05:47:41.657Z | Checking multer v3.1.0 |
2159 | 2025-01-17T05:47:41.762Z | Checking terminal_size v0.4.0 |
2160 | 2025-01-17T05:47:41.927Z | Checking phf_shared v0.11.2 |
2161 | 2025-01-17T05:47:41.944Z | Checking cookie v0.18.1 |
2162 | 2025-01-17T05:47:42.052Z | Checking async-stream v0.3.6 |
2163 | 2025-01-17T05:47:42.094Z | Checking bzip2-sys v0.1.11+1.0.8 |
2164 | 2025-01-17T05:47:42.114Z | Checking signal-hook v0.3.17 |
2165 | 2025-01-17T05:47:42.175Z | Checking camino v1.1.9 |
2166 | 2025-01-17T05:47:42.192Z | Checking waitgroup v0.1.2 |
2167 | 2025-01-17T05:47:42.211Z | Checking openapiv3 v2.0.0 |
2168 | 2025-01-17T05:47:42.243Z | Checking webpki-roots v0.26.6 |
2169 | 2025-01-17T05:47:42.332Z | Checking idna v0.5.0 |
2170 | 2025-01-17T05:47:42.392Z | Checking serde_path_to_error v0.1.16 |
2171 | 2025-01-17T05:47:42.450Z | Checking hkdf v0.12.4 |
2172 | 2025-01-17T05:47:42.465Z | Checking crypto-bigint v0.5.5 |
2173 | 2025-01-17T05:47:42.671Z | Checking hostname v0.4.0 |
2174 | 2025-01-17T05:47:42.699Z | Checking crc32fast v1.4.2 |
2175 | 2025-01-17T05:47:42.811Z | Checking strsim v0.11.1 |
2176 | 2025-01-17T05:47:42.951Z | Checking debug-ignore v1.0.5 |
2177 | 2025-01-17T05:47:42.974Z | Checking winnow v0.5.40 |
2178 | 2025-01-17T05:47:43.083Z | Checking bitflags v1.3.2 |
2179 | 2025-01-17T05:47:43.108Z | Checking managed v0.8.0 |
2180 | 2025-01-17T05:47:43.191Z | Checking unicode-width v0.1.14 |
2181 | 2025-01-17T05:47:43.230Z | Checking clap_lex v0.7.2 |
2182 | 2025-01-17T05:47:43.483Z | Checking smoltcp v0.9.1 |
2183 | 2025-01-17T05:47:43.500Z | Checking clap_builder v4.5.21 |
2184 | 2025-01-17T05:47:43.714Z | Checking console v0.15.8 |
2185 | 2025-01-17T05:47:44.284Z | Checking cookie_store v0.21.0 |
2186 | 2025-01-17T05:47:44.875Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2187 | 2025-01-17T05:47:44.939Z | Checking flate2 v1.0.34 |
2188 | 2025-01-17T05:47:45.175Z | Checking signal-hook-mio v0.2.4 |
2189 | 2025-01-17T05:47:45.246Z | Checking elliptic-curve v0.13.8 |
2190 | 2025-01-17T05:47:45.249Z | Checking hickory-resolver v0.24.1 |
2191 | 2025-01-17T05:47:45.261Z | Checking backtrace v0.3.74 |
2192 | 2025-01-17T05:47:45.321Z | Checking hyper-rustls v0.27.3 |
2193 | 2025-01-17T05:47:45.420Z | Checking dropshot v0.12.0 |
2194 | 2025-01-17T05:47:45.522Z | Checking bzip2 v0.4.4 |
2195 | 2025-01-17T05:47:45.663Z | Checking rayon v1.10.0 |
2196 | 2025-01-17T05:47:45.773Z | Checking toml_edit v0.19.15 |
2197 | 2025-01-17T05:47:45.810Z | Checking phf v0.11.2 |
2198 | 2025-01-17T05:47:45.837Z | Checking anyhow v1.0.93 |
2199 | 2025-01-17T05:47:45.870Z | Checking hyper-tls v0.6.0 |
2200 | 2025-01-17T05:47:46.059Z | Checking num-bigint-dig v0.8.4 |
2201 | 2025-01-17T05:47:46.155Z | Checking tokio-tungstenite v0.24.0 |
2202 | 2025-01-17T05:47:46.200Z | Checking postgres-types v0.2.8 |
2203 | 2025-01-17T05:47:46.623Z | Checking regex v1.11.1 |
2204 | 2025-01-17T05:47:46.649Z | Checking bstr v1.10.0 |
2205 | 2025-01-17T05:47:46.839Z | Checking ed25519 v2.2.3 |
2206 | 2025-01-17T05:47:46.880Z | Checking tokio-stream v0.1.16 |
2207 | 2025-01-17T05:47:47.015Z | Checking phf_shared v0.10.0 |
2208 | 2025-01-17T05:47:47.156Z | Checking zerocopy v0.6.6 |
2209 | 2025-01-17T05:47:47.294Z | Checking curve25519-dalek v4.1.3 |
2210 | 2025-01-17T05:47:47.477Z | Checking hubpack v0.1.2 |
2211 | 2025-01-17T05:47:47.672Z | Checking pkcs1 v0.7.5 |
2212 | 2025-01-17T05:47:47.775Z | Checking portable-atomic v1.9.0 |
2213 | 2025-01-17T05:47:47.831Z | Checking float-cmp v0.9.0 |
2214 | 2025-01-17T05:47:48.038Z | Checking serde-big-array v0.5.1 |
2215 | 2025-01-17T05:47:48.079Z | Checking rfc6979 v0.4.0 |
2216 | 2025-01-17T05:47:48.096Z | Checking sync_wrapper v1.0.1 |
2217 | 2025-01-17T05:47:48.246Z | Checking bit-vec v0.6.3 |
2218 | 2025-01-17T05:47:48.261Z | Checking unicode-segmentation v1.12.0 |
2219 | 2025-01-17T05:47:48.264Z | Checking precomputed-hash v0.1.1 |
2220 | 2025-01-17T05:47:48.289Z | Checking predicates-core v1.0.8 |
2221 | 2025-01-17T05:47:48.401Z | Checking static_assertions v1.1.0 |
2222 | 2025-01-17T05:47:48.471Z | Checking difflib v0.4.0 |
2223 | 2025-01-17T05:47:48.503Z | Checking unicode-width v0.2.0 |
2224 | 2025-01-17T05:47:48.592Z | Checking whoami v1.5.2 |
2225 | 2025-01-17T05:47:48.752Z | Checking minimal-lexical v0.2.1 |
2226 | 2025-01-17T05:47:48.787Z | Checking new_debug_unreachable v1.0.6 |
2227 | 2025-01-17T05:47:48.869Z | Checking number_prefix v0.4.0 |
2228 | 2025-01-17T05:47:48.884Z | Checking fixedbitset v0.4.2 |
2229 | 2025-01-17T05:47:48.886Z | Checking normalize-line-endings v0.3.0 |
2230 | 2025-01-17T05:47:48.936Z | Checking similar v2.6.0 |
2231 | 2025-01-17T05:47:48.996Z | Checking tokio-postgres v0.7.12 |
2232 | 2025-01-17T05:47:49.020Z | Checking predicates v3.1.2 |
2233 | 2025-01-17T05:47:49.064Z | Checking string_cache v0.8.7 |
2234 | 2025-01-17T05:47:49.098Z | Checking ed25519-dalek v2.1.1 |
2235 | 2025-01-17T05:47:49.134Z | Checking nom v7.1.3 |
2236 | 2025-01-17T05:47:49.137Z | Checking petgraph v0.6.5 |
2237 | 2025-01-17T05:47:49.153Z | Checking indicatif v0.17.9 |
2238 | 2025-01-17T05:47:49.349Z | Checking qorb v0.2.1 |
2239 | 2025-01-17T05:47:49.513Z | Checking bit-set v0.5.3 |
2240 | 2025-01-17T05:47:49.620Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2241 | 2025-01-17T05:47:49.744Z | Checking toml v0.7.8 |
2242 | 2025-01-17T05:47:49.761Z | Checking ecdsa v0.16.9 |
2243 | 2025-01-17T05:47:49.881Z | Checking reqwest v0.12.9 |
2244 | 2025-01-17T05:47:50.459Z | Checking rsa v0.9.6 |
2245 | 2025-01-17T05:47:50.473Z | Checking clap v4.5.21 |
2246 | 2025-01-17T05:47:50.589Z | Checking zip v0.6.6 |
2247 | 2025-01-17T05:47:51.277Z | Checking crossterm v0.28.1 |
2248 | 2025-01-17T05:47:51.504Z | Checking itertools v0.12.1 |
2249 | 2025-01-17T05:47:51.689Z | Checking itertools v0.10.5 |
2250 | 2025-01-17T05:47:51.780Z | Checking fs-err v2.11.0 |
2251 | 2025-01-17T05:47:51.907Z | Checking ahash v0.8.11 |
2252 | 2025-01-17T05:47:52.152Z | Checking x509-cert v0.2.5 |
2253 | 2025-01-17T05:47:52.198Z | Checking semver v1.0.24 |
2254 | 2025-01-17T05:47:52.313Z | Checking hex v0.4.3 |
2255 | 2025-01-17T05:47:52.377Z | Checking peg-runtime v0.8.3 |
2256 | 2025-01-17T05:47:52.619Z | Checking lalrpop-util v0.19.12 |
2257 | 2025-01-17T05:47:52.642Z | Checking sigpipe v0.1.3 |
2258 | 2025-01-17T05:47:54.080Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2259 | 2025-01-17T05:47:54.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s |
2260 | 2025-01-17T05:47:54.578Z | |
2261 | 2025-01-17T05:47:54.578Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2262 | 2025-01-17T05:47:55.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2025-01-17T05:47:55.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2025-01-17T05:47:55.250Z | Compiling hashbrown v0.14.5 |
2265 | 2025-01-17T05:47:55.372Z | Checking heck v0.5.0 |
2266 | 2025-01-17T05:47:55.387Z | Compiling unsafe-libyaml v0.2.11 |
2267 | 2025-01-17T05:47:55.400Z | Checking ipnetwork v0.20.0 |
2268 | 2025-01-17T05:47:55.403Z | Compiling ident_case v1.0.1 |
2269 | 2025-01-17T05:47:55.431Z | Checking progenitor-client v0.8.0 |
2270 | 2025-01-17T05:47:55.444Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2271 | 2025-01-17T05:47:55.542Z | Checking newtype-uuid v1.2.1 |
2272 | 2025-01-17T05:47:55.589Z | Compiling darling_core v0.20.10 |
2273 | 2025-01-17T05:47:55.741Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2274 | 2025-01-17T05:47:55.759Z | Compiling proc-macro-crate v1.3.1 |
2275 | 2025-01-17T05:47:55.797Z | Compiling structmeta-derive v0.3.0 |
2276 | 2025-01-17T05:47:55.841Z | Compiling thiserror v2.0.11 |
2277 | 2025-01-17T05:47:56.068Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2278 | 2025-01-17T05:47:56.369Z | Compiling regress v0.10.1 |
2279 | 2025-01-17T05:47:56.451Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2280 | 2025-01-17T05:47:56.758Z | Compiling serde_yaml v0.9.34+deprecated |
2281 | 2025-01-17T05:47:56.805Z | Compiling num_enum_derive v0.5.11 |
2282 | 2025-01-17T05:47:57.192Z | Compiling lzma-sys v0.1.20 |
2283 | 2025-01-17T05:47:57.679Z | Compiling foreign-types-macros v0.2.3 |
2284 | 2025-01-17T05:47:57.934Z | Compiling thiserror-impl v2.0.11 |
2285 | 2025-01-17T05:47:58.403Z | Compiling structmeta v0.3.0 |
2286 | 2025-01-17T05:47:58.791Z | Compiling dropshot v0.15.1 |
2287 | 2025-01-17T05:47:58.977Z | Checking arc-swap v1.7.1 |
2288 | 2025-01-17T05:47:59.088Z | Checking foreign-types-shared v0.3.1 |
2289 | 2025-01-17T05:47:59.168Z | Checking num_enum v0.5.11 |
2290 | 2025-01-17T05:47:59.216Z | Checking foreign-types v0.5.0 |
2291 | 2025-01-17T05:47:59.338Z | Compiling parse-display-derive v0.10.0 |
2292 | 2025-01-17T05:47:59.406Z | Checking slog-scope v4.4.0 |
2293 | 2025-01-17T05:47:59.428Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2294 | 2025-01-17T05:47:59.596Z | Compiling proc-macro-error v1.0.4 |
2295 | 2025-01-17T05:47:59.880Z | Checking typify-impl v0.2.0 |
2296 | 2025-01-17T05:48:00.445Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2297 | 2025-01-17T05:48:00.460Z | Checking tungstenite v0.21.0 |
2298 | 2025-01-17T05:48:00.563Z | Compiling heck v0.3.3 |
2299 | 2025-01-17T05:48:00.917Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2300 | 2025-01-17T05:48:01.216Z | Compiling dropshot_endpoint v0.15.1 |
2301 | 2025-01-17T05:48:01.352Z | Checking cstr-argument v0.1.2 |
2302 | 2025-01-17T05:48:01.397Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2303 | 2025-01-17T05:48:01.524Z | Checking instant v0.1.13 |
2304 | 2025-01-17T05:48:01.640Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2305 | 2025-01-17T05:48:01.702Z | Checking pretty-hex v0.2.1 |
2306 | 2025-01-17T05:48:01.740Z | Compiling darling_macro v0.20.10 |
2307 | 2025-01-17T05:48:01.877Z | Checking fastrand v2.1.1 |
2308 | 2025-01-17T05:48:01.919Z | Checking base64 v0.21.7 |
2309 | 2025-01-17T05:48:02.193Z | Checking tempfile v3.13.0 |
2310 | 2025-01-17T05:48:02.253Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2311 | 2025-01-17T05:48:02.408Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2312 | 2025-01-17T05:48:02.424Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2313 | 2025-01-17T05:48:02.440Z | Checking backoff v0.4.0 |
2314 | 2025-01-17T05:48:02.565Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2315 | 2025-01-17T05:48:02.581Z | Checking tokio-tungstenite v0.21.0 |
2316 | 2025-01-17T05:48:02.611Z | Compiling darling v0.20.10 |
2317 | 2025-01-17T05:48:02.654Z | Checking strum v0.26.3 |
2318 | 2025-01-17T05:48:02.712Z | Compiling zone_cfg_derive v0.1.2 |
2319 | 2025-01-17T05:48:02.729Z | Compiling serde_with_macros v3.11.0 |
2320 | 2025-01-17T05:48:02.823Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2321 | 2025-01-17T05:48:02.843Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2322 | 2025-01-17T05:48:03.072Z | Checking slog-stdlog v4.1.1 |
2323 | 2025-01-17T05:48:03.240Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2324 | 2025-01-17T05:48:03.324Z | Checking regress v0.9.1 |
2325 | 2025-01-17T05:48:03.397Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2326 | 2025-01-17T05:48:03.412Z | Checking parse-display v0.10.0 |
2327 | 2025-01-17T05:48:03.545Z | Checking progenitor-client v0.9.1 |
2328 | 2025-01-17T05:48:03.652Z | Checking colored v2.1.0 |
2329 | 2025-01-17T05:48:03.669Z | Checking macaddr v1.0.1 |
2330 | 2025-01-17T05:48:03.948Z | Checking base64 v0.13.1 |
2331 | 2025-01-17T05:48:03.985Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2332 | 2025-01-17T05:48:04.066Z | Checking zone v0.1.8 |
2333 | 2025-01-17T05:48:04.364Z | Checking ron v0.7.1 |
2334 | 2025-01-17T05:48:04.460Z | Checking xz2 v0.1.7 |
2335 | 2025-01-17T05:48:04.728Z | Checking slog-envlogger v2.2.0 |
2336 | 2025-01-17T05:48:04.753Z | Checking tabwriter v1.4.0 |
2337 | 2025-01-17T05:48:04.963Z | Checking xattr v1.3.1 |
2338 | 2025-01-17T05:48:05.050Z | Checking pem v3.0.4 |
2339 | 2025-01-17T05:48:05.196Z | Checking yasna v0.5.2 |
2340 | 2025-01-17T05:48:05.325Z | Checking headers-core v0.3.0 |
2341 | 2025-01-17T05:48:05.408Z | Checking serde_with v3.11.0 |
2342 | 2025-01-17T05:48:05.484Z | Checking smf v0.2.3 |
2343 | 2025-01-17T05:48:05.519Z | Checking filetime v0.2.25 |
2344 | 2025-01-17T05:48:05.746Z | Checking same-file v1.0.6 |
2345 | 2025-01-17T05:48:05.927Z | Checking tar v0.4.42 |
2346 | 2025-01-17T05:48:05.943Z | Checking walkdir v2.5.0 |
2347 | 2025-01-17T05:48:05.959Z | Checking headers v0.4.0 |
2348 | 2025-01-17T05:48:06.037Z | Checking rcgen v0.12.1 |
2349 | 2025-01-17T05:48:06.220Z | Checking camino-tempfile v1.1.1 |
2350 | 2025-01-17T05:48:06.506Z | Checking atomicwrites v0.4.4 |
2351 | 2025-01-17T05:48:06.662Z | Checking subprocess v0.2.9 |
2352 | 2025-01-17T05:48:09.496Z | Compiling typify-macro v0.2.0 |
2353 | 2025-01-17T05:48:11.042Z | Compiling typify v0.2.0 |
2354 | 2025-01-17T05:48:11.112Z | Compiling progenitor-impl v0.8.0 |
2355 | 2025-01-17T05:48:13.520Z | Compiling progenitor-macro v0.8.0 |
2356 | 2025-01-17T05:48:17.164Z | Checking progenitor v0.8.0 |
2357 | 2025-01-17T05:48:17.296Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2358 | 2025-01-17T05:48:17.303Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2359 | 2025-01-17T05:48:19.785Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2360 | 2025-01-17T05:48:20.165Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2361 | 2025-01-17T05:48:26.207Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2362 | 2025-01-17T05:48:27.680Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2363 | 2025-01-17T05:48:28.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s |
2364 | 2025-01-17T05:48:29.103Z | |
2365 | 2025-01-17T05:48:29.103Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2366 | 2025-01-17T05:48:29.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2025-01-17T05:48:29.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2025-01-17T05:48:29.738Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2369 | 2025-01-17T05:48:31.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2370 | 2025-01-17T05:48:31.280Z | |
2371 | 2025-01-17T05:48:31.281Z | info: running `cargo check --bins` on nexus-config (51/197) |
2372 | 2025-01-17T05:48:31.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2025-01-17T05:48:31.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2025-01-17T05:48:31.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2025-01-17T05:48:31.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2376 | 2025-01-17T05:48:31.910Z | |
2377 | 2025-01-17T05:48:31.910Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2378 | 2025-01-17T05:48:32.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2025-01-17T05:48:32.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2025-01-17T05:48:32.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2025-01-17T05:48:32.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2382 | 2025-01-17T05:48:32.512Z | |
2383 | 2025-01-17T05:48:32.512Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2384 | 2025-01-17T05:48:33.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2025-01-17T05:48:33.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2025-01-17T05:48:33.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2025-01-17T05:48:33.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2388 | 2025-01-17T05:48:33.136Z | |
2389 | 2025-01-17T05:48:33.136Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2390 | 2025-01-17T05:48:34.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-01-17T05:48:34.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-01-17T05:48:34.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2393 | 2025-01-17T05:48:34.038Z | Compiling ipnetwork v0.20.0 |
2394 | 2025-01-17T05:48:34.038Z | Compiling zerocopy v0.8.10 |
2395 | 2025-01-17T05:48:34.038Z | Compiling progenitor-client v0.8.0 |
2396 | 2025-01-17T05:48:34.038Z | Compiling itertools v0.13.0 |
2397 | 2025-01-17T05:48:34.038Z | Compiling zerocopy-derive v0.8.10 |
2398 | 2025-01-17T05:48:34.038Z | Compiling heapless v0.8.0 |
2399 | 2025-01-17T05:48:34.038Z | Compiling thiserror v2.0.11 |
2400 | 2025-01-17T05:48:34.130Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2025-01-17T05:48:34.196Z | Checking hash32 v0.3.1 |
2402 | 2025-01-17T05:48:34.392Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2403 | 2025-01-17T05:48:34.454Z | Compiling progenitor v0.8.0 |
2404 | 2025-01-17T05:48:34.678Z | Compiling instant v0.1.13 |
2405 | 2025-01-17T05:48:34.739Z | Compiling smoltcp v0.11.0 |
2406 | 2025-01-17T05:48:34.776Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2407 | 2025-01-17T05:48:34.793Z | Compiling backoff v0.4.0 |
2408 | 2025-01-17T05:48:34.844Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2025-01-17T05:48:35.087Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2410 | 2025-01-17T05:48:35.131Z | Compiling dropshot v0.15.1 |
2411 | 2025-01-17T05:48:35.437Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2025-01-17T05:48:35.652Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2413 | 2025-01-17T05:48:35.691Z | Compiling serde_with v3.11.0 |
2414 | 2025-01-17T05:48:35.833Z | Compiling parse-display v0.10.0 |
2415 | 2025-01-17T05:48:35.868Z | Checking num-rational v0.4.2 |
2416 | 2025-01-17T05:48:36.461Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2417 | 2025-01-17T05:48:36.527Z | Compiling progenitor-client v0.9.1 |
2418 | 2025-01-17T05:48:36.886Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2419 | 2025-01-17T05:48:37.043Z | Compiling regress v0.9.1 |
2420 | 2025-01-17T05:48:38.184Z | Compiling phf_generator v0.11.2 |
2421 | 2025-01-17T05:48:38.382Z | Checking num-complex v0.4.6 |
2422 | 2025-01-17T05:48:39.241Z | Compiling macaddr v1.0.1 |
2423 | 2025-01-17T05:48:39.512Z | Checking cobs v0.2.3 |
2424 | 2025-01-17T05:48:39.678Z | Checking num v0.4.3 |
2425 | 2025-01-17T05:48:39.704Z | Checking postcard v1.0.10 |
2426 | 2025-01-17T05:48:39.785Z | Compiling phf_codegen v0.11.2 |
2427 | 2025-01-17T05:48:40.138Z | Compiling parse-zoneinfo v0.3.1 |
2428 | 2025-01-17T05:48:40.234Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2429 | 2025-01-17T05:48:40.532Z | Compiling float-ord v0.3.2 |
2430 | 2025-01-17T05:48:41.880Z | Compiling convert_case v0.4.0 |
2431 | 2025-01-17T05:48:41.968Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2432 | 2025-01-17T05:48:42.131Z | Compiling chrono-tz-build v0.4.0 |
2433 | 2025-01-17T05:48:42.657Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2434 | 2025-01-17T05:48:42.712Z | Compiling derive_more v0.99.18 |
2435 | 2025-01-17T05:48:42.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2436 | 2025-01-17T05:48:43.256Z | Compiling crucible-workspace-hack v0.1.0 |
2437 | 2025-01-17T05:48:43.384Z | Compiling chrono-tz v0.10.0 |
2438 | 2025-01-17T05:48:43.561Z | Checking newline-converter v0.3.0 |
2439 | 2025-01-17T05:48:43.737Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2440 | 2025-01-17T05:48:43.737Z | Checking prettyplease v0.2.25 |
2441 | 2025-01-17T05:48:44.024Z | Compiling slog-dtrace v0.3.0 |
2442 | 2025-01-17T05:48:44.222Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2443 | 2025-01-17T05:48:44.409Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2444 | 2025-01-17T05:48:44.873Z | Checking expectorate v1.1.0 |
2445 | 2025-01-17T05:48:44.959Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2446 | 2025-01-17T05:48:45.192Z | Compiling zone_cfg_derive v0.3.0 |
2447 | 2025-01-17T05:48:45.585Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2448 | 2025-01-17T05:48:46.127Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2449 | 2025-01-17T05:48:46.425Z | Compiling const_format_proc_macros v0.2.33 |
2450 | 2025-01-17T05:48:46.471Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2451 | 2025-01-17T05:48:46.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2452 | 2025-01-17T05:48:46.635Z | Compiling num-derive v0.4.2 |
2453 | 2025-01-17T05:48:46.676Z | Checking highway v1.2.0 |
2454 | 2025-01-17T05:48:47.117Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2455 | 2025-01-17T05:48:47.432Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2456 | 2025-01-17T05:48:47.547Z | Checking zone v0.3.0 |
2457 | 2025-01-17T05:48:47.666Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2458 | 2025-01-17T05:48:47.842Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2459 | 2025-01-17T05:48:48.367Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2460 | 2025-01-17T05:48:48.418Z | Checking const_format v0.2.33 |
2461 | 2025-01-17T05:48:48.672Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2462 | 2025-01-17T05:48:48.873Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2463 | 2025-01-17T05:48:48.890Z | Checking gethostname v0.5.0 |
2464 | 2025-01-17T05:48:49.022Z | Checking bcs v0.1.6 |
2465 | 2025-01-17T05:48:49.279Z | Compiling async-recursion v1.1.1 |
2466 | 2025-01-17T05:48:49.513Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2467 | 2025-01-17T05:48:49.610Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2468 | 2025-01-17T05:48:49.612Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2469 | 2025-01-17T05:48:51.449Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2470 | 2025-01-17T05:48:55.756Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2471 | 2025-01-17T05:48:58.985Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2472 | 2025-01-17T05:49:01.461Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2473 | 2025-01-17T05:49:02.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.46s |
2474 | 2025-01-17T05:49:02.790Z | |
2475 | 2025-01-17T05:49:02.790Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2476 | 2025-01-17T05:49:03.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2025-01-17T05:49:03.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2025-01-17T05:49:03.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2025-01-17T05:49:03.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2480 | 2025-01-17T05:49:03.431Z | |
2481 | 2025-01-17T05:49:03.431Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2482 | 2025-01-17T05:49:04.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2025-01-17T05:49:04.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2025-01-17T05:49:04.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2025-01-17T05:49:04.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2486 | 2025-01-17T05:49:04.076Z | |
2487 | 2025-01-17T05:49:04.076Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2488 | 2025-01-17T05:49:04.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2025-01-17T05:49:04.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2025-01-17T05:49:04.738Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2491 | 2025-01-17T05:49:05.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2492 | 2025-01-17T05:49:05.538Z | |
2493 | 2025-01-17T05:49:05.538Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2494 | 2025-01-17T05:49:06.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2025-01-17T05:49:06.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2025-01-17T05:49:06.213Z | Compiling cfg_aliases v0.1.1 |
2497 | 2025-01-17T05:49:06.213Z | Compiling vte_generate_state_changes v0.1.2 |
2498 | 2025-01-17T05:49:06.216Z | Checking fd-lock v4.0.2 |
2499 | 2025-01-17T05:49:06.216Z | Checking nibble_vec v0.1.0 |
2500 | 2025-01-17T05:49:06.317Z | Checking bytecount v0.6.8 |
2501 | 2025-01-17T05:49:06.330Z | Checking endian-type v0.1.2 |
2502 | 2025-01-17T05:49:06.362Z | Compiling tabled_derive v0.7.0 |
2503 | 2025-01-17T05:49:06.377Z | Compiling peg-macros v0.8.4 |
2504 | 2025-01-17T05:49:06.410Z | Compiling nix v0.28.0 |
2505 | 2025-01-17T05:49:06.473Z | Checking papergrid v0.11.0 |
2506 | 2025-01-17T05:49:06.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2507 | 2025-01-17T05:49:06.530Z | Compiling sqlparser_derive v0.2.2 |
2508 | 2025-01-17T05:49:06.576Z | Checking radix_trie v0.2.1 |
2509 | 2025-01-17T05:49:06.892Z | Checking vte v0.11.1 |
2510 | 2025-01-17T05:49:06.956Z | Checking unicode_categories v0.1.1 |
2511 | 2025-01-17T05:49:07.261Z | Checking home v0.5.9 |
2512 | 2025-01-17T05:49:07.425Z | Checking nu-ansi-term v0.50.1 |
2513 | 2025-01-17T05:49:07.559Z | Checking sqlparser v0.45.0 |
2514 | 2025-01-17T05:49:07.580Z | Checking sqlformat v0.2.6 |
2515 | 2025-01-17T05:49:07.846Z | Checking display-error-chain v0.2.2 |
2516 | 2025-01-17T05:49:08.264Z | Checking strip-ansi-escapes v0.2.0 |
2517 | 2025-01-17T05:49:08.427Z | Checking reedline v0.35.0 |
2518 | 2025-01-17T05:49:08.491Z | Checking tabled v0.15.0 |
2519 | 2025-01-17T05:49:08.848Z | Checking peg v0.8.4 |
2520 | 2025-01-17T05:49:09.431Z | Checking rustyline v14.0.0 |
2521 | 2025-01-17T05:49:17.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s |
2522 | 2025-01-17T05:49:17.668Z | |
2523 | 2025-01-17T05:49:17.668Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2524 | 2025-01-17T05:49:18.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-01-17T05:49:18.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-01-17T05:49:18.324Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2527 | 2025-01-17T05:49:23.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
2528 | 2025-01-17T05:49:23.218Z | |
2529 | 2025-01-17T05:49:23.218Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2530 | 2025-01-17T05:49:23.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-01-17T05:49:23.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-01-17T05:49:23.883Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2025-01-17T05:49:27.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
2534 | 2025-01-17T05:49:27.527Z | |
2535 | 2025-01-17T05:49:27.527Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2536 | 2025-01-17T05:49:28.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-01-17T05:49:28.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-01-17T05:49:28.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2539 | 2025-01-17T05:49:32.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s |
2540 | 2025-01-17T05:49:32.856Z | |
2541 | 2025-01-17T05:49:32.856Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2542 | 2025-01-17T05:49:33.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2025-01-17T05:49:33.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2025-01-17T05:49:33.526Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2545 | 2025-01-17T05:49:37.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
2546 | 2025-01-17T05:49:38.165Z | |
2547 | 2025-01-17T05:49:38.165Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2548 | 2025-01-17T05:49:38.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2025-01-17T05:49:38.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2025-01-17T05:49:38.818Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2551 | 2025-01-17T05:49:42.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2552 | 2025-01-17T05:49:42.687Z | |
2553 | 2025-01-17T05:49:42.687Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2554 | 2025-01-17T05:49:43.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2025-01-17T05:49:43.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2025-01-17T05:49:43.337Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2557 | 2025-01-17T05:49:47.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2558 | 2025-01-17T05:49:47.225Z | |
2559 | 2025-01-17T05:49:47.225Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2560 | 2025-01-17T05:49:47.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-01-17T05:49:47.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-01-17T05:49:47.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2563 | 2025-01-17T05:49:52.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
2564 | 2025-01-17T05:49:52.676Z | |
2565 | 2025-01-17T05:49:52.676Z | info: running `cargo check --bins` on oximeter (66/197) |
2566 | 2025-01-17T05:49:53.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-01-17T05:49:53.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-01-17T05:49:53.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-01-17T05:49:53.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2570 | 2025-01-17T05:49:53.283Z | |
2571 | 2025-01-17T05:49:53.283Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2572 | 2025-01-17T05:49:53.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-01-17T05:49:53.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-01-17T05:49:53.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-01-17T05:49:53.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2576 | 2025-01-17T05:49:53.872Z | |
2577 | 2025-01-17T05:49:53.872Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2578 | 2025-01-17T05:49:54.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-17T05:49:54.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-17T05:49:54.487Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2581 | 2025-01-17T05:49:56.462Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2582 | 2025-01-17T05:49:57.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
2583 | 2025-01-17T05:49:57.558Z | |
2584 | 2025-01-17T05:49:57.558Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2585 | 2025-01-17T05:49:58.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-01-17T05:49:58.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-01-17T05:49:58.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2025-01-17T05:49:58.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2589 | 2025-01-17T05:49:58.168Z | |
2590 | 2025-01-17T05:49:58.168Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2591 | 2025-01-17T05:49:58.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-01-17T05:49:58.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-01-17T05:49:58.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2025-01-17T05:49:58.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2595 | 2025-01-17T05:49:58.781Z | |
2596 | 2025-01-17T05:49:58.781Z | info: running `cargo check --bins` on oxql-types (71/197) |
2597 | 2025-01-17T05:49:59.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-01-17T05:49:59.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-01-17T05:49:59.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2025-01-17T05:49:59.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2601 | 2025-01-17T05:49:59.389Z | |
2602 | 2025-01-17T05:49:59.389Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2603 | 2025-01-17T05:49:59.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-01-17T05:49:59.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-01-17T05:49:59.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2025-01-17T05:49:59.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2607 | 2025-01-17T05:50:00.020Z | |
2608 | 2025-01-17T05:50:00.020Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2609 | 2025-01-17T05:50:00.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2025-01-17T05:50:00.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2025-01-17T05:50:00.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2025-01-17T05:50:00.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2613 | 2025-01-17T05:50:00.640Z | |
2614 | 2025-01-17T05:50:00.640Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2615 | 2025-01-17T05:50:01.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2025-01-17T05:50:01.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2025-01-17T05:50:01.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2025-01-17T05:50:01.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2619 | 2025-01-17T05:50:01.264Z | |
2620 | 2025-01-17T05:50:01.264Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2621 | 2025-01-17T05:50:01.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2025-01-17T05:50:01.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2025-01-17T05:50:01.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2025-01-17T05:50:01.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2625 | 2025-01-17T05:50:01.881Z | |
2626 | 2025-01-17T05:50:01.881Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2627 | 2025-01-17T05:50:02.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2025-01-17T05:50:02.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2025-01-17T05:50:02.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2025-01-17T05:50:02.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2631 | 2025-01-17T05:50:02.498Z | |
2632 | 2025-01-17T05:50:02.498Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2633 | 2025-01-17T05:50:03.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2025-01-17T05:50:03.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2025-01-17T05:50:03.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2025-01-17T05:50:03.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2637 | 2025-01-17T05:50:03.114Z | |
2638 | 2025-01-17T05:50:03.114Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2639 | 2025-01-17T05:50:03.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2025-01-17T05:50:03.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2025-01-17T05:50:03.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2025-01-17T05:50:03.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2643 | 2025-01-17T05:50:03.731Z | |
2644 | 2025-01-17T05:50:03.731Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2645 | 2025-01-17T05:50:04.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2025-01-17T05:50:04.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2025-01-17T05:50:04.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2025-01-17T05:50:04.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2649 | 2025-01-17T05:50:04.363Z | |
2650 | 2025-01-17T05:50:04.363Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2651 | 2025-01-17T05:50:04.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2025-01-17T05:50:04.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2025-01-17T05:50:04.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2025-01-17T05:50:04.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2655 | 2025-01-17T05:50:04.978Z | |
2656 | 2025-01-17T05:50:04.978Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2657 | 2025-01-17T05:50:05.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2025-01-17T05:50:05.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2025-01-17T05:50:05.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2025-01-17T05:50:05.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2661 | 2025-01-17T05:50:05.590Z | |
2662 | 2025-01-17T05:50:05.590Z | info: running `cargo check --bins` on dpd-client (82/197) |
2663 | 2025-01-17T05:50:06.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2025-01-17T05:50:06.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2025-01-17T05:50:06.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2025-01-17T05:50:06.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2667 | 2025-01-17T05:50:06.199Z | |
2668 | 2025-01-17T05:50:06.199Z | info: running `cargo check --bins` on gateway-client (83/197) |
2669 | 2025-01-17T05:50:06.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2025-01-17T05:50:06.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2025-01-17T05:50:06.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2025-01-17T05:50:06.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2673 | 2025-01-17T05:50:06.803Z | |
2674 | 2025-01-17T05:50:06.803Z | info: running `cargo check --bins` on installinator-client (84/197) |
2675 | 2025-01-17T05:50:07.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-01-17T05:50:07.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-01-17T05:50:07.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2025-01-17T05:50:07.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2679 | 2025-01-17T05:50:07.432Z | |
2680 | 2025-01-17T05:50:07.432Z | info: running `cargo check --bins` on installinator-common (85/197) |
2681 | 2025-01-17T05:50:07.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-01-17T05:50:07.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-01-17T05:50:07.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-01-17T05:50:07.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2685 | 2025-01-17T05:50:08.067Z | |
2686 | 2025-01-17T05:50:08.067Z | info: running `cargo check --bins` on update-engine (86/197) |
2687 | 2025-01-17T05:50:08.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-01-17T05:50:08.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-01-17T05:50:08.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-01-17T05:50:08.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2691 | 2025-01-17T05:50:08.830Z | |
2692 | 2025-01-17T05:50:08.830Z | info: running `cargo check --bins` on nexus-client (87/197) |
2693 | 2025-01-17T05:50:09.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-01-17T05:50:09.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-01-17T05:50:09.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-01-17T05:50:09.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2697 | 2025-01-17T05:50:09.320Z | |
2698 | 2025-01-17T05:50:09.320Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2699 | 2025-01-17T05:50:09.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-01-17T05:50:09.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-01-17T05:50:09.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-01-17T05:50:09.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2703 | 2025-01-17T05:50:09.945Z | |
2704 | 2025-01-17T05:50:09.945Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2705 | 2025-01-17T05:50:10.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-01-17T05:50:10.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-01-17T05:50:10.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-01-17T05:50:10.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2709 | 2025-01-17T05:50:10.547Z | |
2710 | 2025-01-17T05:50:10.547Z | info: running `cargo check --bins` on nexus-types (90/197) |
2711 | 2025-01-17T05:50:11.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-01-17T05:50:11.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-01-17T05:50:11.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-01-17T05:50:11.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2715 | 2025-01-17T05:50:11.188Z | |
2716 | 2025-01-17T05:50:11.188Z | info: running `cargo check --bins` on oxide-client (91/197) |
2717 | 2025-01-17T05:50:11.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-01-17T05:50:11.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-01-17T05:50:11.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-01-17T05:50:11.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2721 | 2025-01-17T05:50:11.783Z | |
2722 | 2025-01-17T05:50:11.783Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2723 | 2025-01-17T05:50:12.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-01-17T05:50:12.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-01-17T05:50:12.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2025-01-17T05:50:12.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2727 | 2025-01-17T05:50:12.404Z | |
2728 | 2025-01-17T05:50:12.404Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2729 | 2025-01-17T05:50:12.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-01-17T05:50:12.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-01-17T05:50:12.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2025-01-17T05:50:12.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2733 | 2025-01-17T05:50:13.008Z | |
2734 | 2025-01-17T05:50:13.008Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2735 | 2025-01-17T05:50:13.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-01-17T05:50:13.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-01-17T05:50:13.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2025-01-17T05:50:13.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2739 | 2025-01-17T05:50:13.646Z | |
2740 | 2025-01-17T05:50:13.646Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2741 | 2025-01-17T05:50:14.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-01-17T05:50:14.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-01-17T05:50:14.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2025-01-17T05:50:14.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2745 | 2025-01-17T05:50:14.303Z | |
2746 | 2025-01-17T05:50:14.303Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2747 | 2025-01-17T05:50:14.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-01-17T05:50:14.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-01-17T05:50:14.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-01-17T05:50:14.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2751 | 2025-01-17T05:50:14.953Z | |
2752 | 2025-01-17T05:50:14.953Z | info: running `cargo check --bins` on wicket-common (97/197) |
2753 | 2025-01-17T05:50:15.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-01-17T05:50:15.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-01-17T05:50:15.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-01-17T05:50:15.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2757 | 2025-01-17T05:50:15.602Z | |
2758 | 2025-01-17T05:50:15.602Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2759 | 2025-01-17T05:50:16.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-01-17T05:50:16.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-01-17T05:50:16.263Z | Checking csv-core v0.1.11 |
2762 | 2025-01-17T05:50:16.263Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2763 | 2025-01-17T05:50:16.266Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2764 | 2025-01-17T05:50:16.266Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2765 | 2025-01-17T05:50:16.570Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2766 | 2025-01-17T05:50:16.573Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2767 | 2025-01-17T05:50:16.605Z | Checking csv v1.3.0 |
2768 | 2025-01-17T05:50:17.148Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2769 | 2025-01-17T05:50:17.516Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2770 | 2025-01-17T05:50:19.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
2771 | 2025-01-17T05:50:19.305Z | |
2772 | 2025-01-17T05:50:19.305Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2773 | 2025-01-17T05:50:19.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2025-01-17T05:50:19.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2025-01-17T05:50:19.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2025-01-17T05:50:19.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2777 | 2025-01-17T05:50:19.924Z | |
2778 | 2025-01-17T05:50:19.924Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2779 | 2025-01-17T05:50:20.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-01-17T05:50:20.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-01-17T05:50:20.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-01-17T05:50:20.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2783 | 2025-01-17T05:50:20.563Z | |
2784 | 2025-01-17T05:50:20.563Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2785 | 2025-01-17T05:50:21.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-01-17T05:50:21.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-01-17T05:50:21.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-01-17T05:50:21.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2789 | 2025-01-17T05:50:21.280Z | |
2790 | 2025-01-17T05:50:21.281Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2791 | 2025-01-17T05:50:21.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-01-17T05:50:21.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-01-17T05:50:21.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-01-17T05:50:21.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2795 | 2025-01-17T05:50:22.001Z | |
2796 | 2025-01-17T05:50:22.001Z | info: running `cargo check --bins` on dns-server (103/197) |
2797 | 2025-01-17T05:50:22.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-01-17T05:50:22.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-01-17T05:50:22.644Z | Compiling typify-impl v0.3.0 |
2800 | 2025-01-17T05:50:22.751Z | Compiling parking_lot_core v0.8.6 |
2801 | 2025-01-17T05:50:22.762Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2802 | 2025-01-17T05:50:22.771Z | Checking fxhash v0.2.1 |
2803 | 2025-01-17T05:50:22.774Z | Checking hickory-client v0.24.1 |
2804 | 2025-01-17T05:50:22.784Z | Checking hickory-server v0.24.1 |
2805 | 2025-01-17T05:50:23.459Z | Checking parking_lot v0.11.2 |
2806 | 2025-01-17T05:50:23.612Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2807 | 2025-01-17T05:50:23.778Z | Checking sled v0.34.7 |
2808 | 2025-01-17T05:50:28.287Z | Compiling typify-macro v0.3.0 |
2809 | 2025-01-17T05:50:29.837Z | Compiling typify v0.3.0 |
2810 | 2025-01-17T05:50:29.917Z | Compiling progenitor-impl v0.9.1 |
2811 | 2025-01-17T05:50:32.354Z | Compiling progenitor-macro v0.9.1 |
2812 | 2025-01-17T05:50:36.033Z | Checking progenitor v0.9.1 |
2813 | 2025-01-17T05:50:36.165Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2814 | 2025-01-17T05:50:36.635Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2815 | 2025-01-17T05:50:37.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.89s |
2816 | 2025-01-17T05:50:38.076Z | |
2817 | 2025-01-17T05:50:38.076Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2818 | 2025-01-17T05:50:38.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-01-17T05:50:38.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-01-17T05:50:38.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-01-17T05:50:38.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2822 | 2025-01-17T05:50:38.701Z | |
2823 | 2025-01-17T05:50:38.701Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2824 | 2025-01-17T05:50:39.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-01-17T05:50:39.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-01-17T05:50:39.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-01-17T05:50:39.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2828 | 2025-01-17T05:50:39.375Z | |
2829 | 2025-01-17T05:50:39.375Z | info: running `cargo check --bins` on gateway-types (106/197) |
2830 | 2025-01-17T05:50:39.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-01-17T05:50:39.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-01-17T05:50:39.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-01-17T05:50:39.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2834 | 2025-01-17T05:50:40.007Z | |
2835 | 2025-01-17T05:50:40.007Z | info: running `cargo check --bins` on ipcc (107/197) |
2836 | 2025-01-17T05:50:40.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-01-17T05:50:40.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-01-17T05:50:40.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-01-17T05:50:40.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2840 | 2025-01-17T05:50:40.636Z | |
2841 | 2025-01-17T05:50:40.636Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2842 | 2025-01-17T05:50:41.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-01-17T05:50:41.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-01-17T05:50:41.332Z | Compiling radium v0.7.0 |
2845 | 2025-01-17T05:50:41.332Z | Compiling semver v0.1.20 |
2846 | 2025-01-17T05:50:41.452Z | Checking tap v1.0.1 |
2847 | 2025-01-17T05:50:41.452Z | Compiling maybe-uninit v2.0.0 |
2848 | 2025-01-17T05:50:41.477Z | Checking password-hash v0.5.0 |
2849 | 2025-01-17T05:50:41.479Z | Checking blake2 v0.10.6 |
2850 | 2025-01-17T05:50:41.479Z | Compiling cancel-safe-futures v0.1.5 |
2851 | 2025-01-17T05:50:41.479Z | Compiling packed_struct v0.10.1 |
2852 | 2025-01-17T05:50:41.622Z | Checking wyz v0.5.1 |
2853 | 2025-01-17T05:50:41.812Z | Compiling rustc_version v0.1.7 |
2854 | 2025-01-17T05:50:41.897Z | Compiling owo-colors v4.1.0 |
2855 | 2025-01-17T05:50:41.929Z | Checking crc-catalog v2.4.0 |
2856 | 2025-01-17T05:50:41.952Z | Checking funty v2.0.0 |
2857 | 2025-01-17T05:50:41.998Z | Checking argon2 v0.5.3 |
2858 | 2025-01-17T05:50:42.057Z | Compiling packed_struct_codegen v0.10.1 |
2859 | 2025-01-17T05:50:42.074Z | Checking half v2.4.1 |
2860 | 2025-01-17T05:50:42.091Z | Checking crc v3.2.1 |
2861 | 2025-01-17T05:50:42.194Z | Compiling indexmap v1.9.3 |
2862 | 2025-01-17T05:50:42.232Z | Compiling newtype_derive v0.1.6 |
2863 | 2025-01-17T05:50:42.247Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2864 | 2025-01-17T05:50:42.505Z | Checking ciborium-io v0.2.2 |
2865 | 2025-01-17T05:50:42.522Z | Checking nodrop v0.1.14 |
2866 | 2025-01-17T05:50:42.604Z | Checking smallvec v0.6.14 |
2867 | 2025-01-17T05:50:42.637Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2868 | 2025-01-17T05:50:42.652Z | Checking array-init v0.0.4 |
2869 | 2025-01-17T05:50:42.655Z | Checking ciborium-ll v0.2.2 |
2870 | 2025-01-17T05:50:42.724Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2871 | 2025-01-17T05:50:42.760Z | Checking bitvec v1.0.1 |
2872 | 2025-01-17T05:50:42.958Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2873 | 2025-01-17T05:50:42.975Z | Checking libsw v3.3.1 |
2874 | 2025-01-17T05:50:43.248Z | Compiling memoffset v0.9.1 |
2875 | 2025-01-17T05:50:43.313Z | Checking bitfield v0.14.0 |
2876 | 2025-01-17T05:50:43.408Z | Checking swrite v0.1.0 |
2877 | 2025-01-17T05:50:43.473Z | Checking indent_write v2.2.0 |
2878 | 2025-01-17T05:50:43.542Z | Checking linear-map v1.2.0 |
2879 | 2025-01-17T05:50:43.570Z | Checking hashbrown v0.12.3 |
2880 | 2025-01-17T05:50:43.572Z | Checking termcolor v1.4.1 |
2881 | 2025-01-17T05:50:43.835Z | Checking serde-hex v0.1.0 |
2882 | 2025-01-17T05:50:43.853Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2883 | 2025-01-17T05:50:43.896Z | Checking ron v0.8.1 |
2884 | 2025-01-17T05:50:44.017Z | Checking env_logger v0.10.2 |
2885 | 2025-01-17T05:50:44.077Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2886 | 2025-01-17T05:50:44.441Z | Checking ciborium v0.2.2 |
2887 | 2025-01-17T05:50:44.563Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2888 | 2025-01-17T05:50:45.111Z | Checking steno v0.4.1 |
2889 | 2025-01-17T05:50:45.321Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2890 | 2025-01-17T05:50:45.412Z | Checking hashbrown v0.13.2 |
2891 | 2025-01-17T05:50:45.433Z | Checking humantime v2.1.0 |
2892 | 2025-01-17T05:50:45.597Z | Checking crc-any v2.5.0 |
2893 | 2025-01-17T05:50:45.737Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2894 | 2025-01-17T05:50:45.956Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2895 | 2025-01-17T05:50:46.136Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2896 | 2025-01-17T05:50:46.311Z | Checking object v0.30.4 |
2897 | 2025-01-17T05:50:46.441Z | Checking path-slash v0.1.5 |
2898 | 2025-01-17T05:50:46.559Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2899 | 2025-01-17T05:50:46.658Z | Checking nix v0.27.1 |
2900 | 2025-01-17T05:50:46.960Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2901 | 2025-01-17T05:50:47.219Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2902 | 2025-01-17T05:50:47.498Z | Checking tungstenite v0.23.0 |
2903 | 2025-01-17T05:50:47.678Z | Checking kstat-rs v0.2.4 |
2904 | 2025-01-17T05:50:47.780Z | Checking signal-hook-tokio v0.3.1 |
2905 | 2025-01-17T05:50:47.973Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2025-01-17T05:50:48.343Z | Checking tokio-tungstenite v0.23.1 |
2907 | 2025-01-17T05:50:48.616Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2908 | 2025-01-17T05:50:48.940Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2909 | 2025-01-17T05:50:49.105Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2910 | 2025-01-17T05:50:55.430Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2911 | 2025-01-17T05:50:56.740Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2912 | 2025-01-17T05:50:58.895Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2913 | 2025-01-17T05:51:04.174Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2914 | 2025-01-17T05:51:04.826Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2915 | 2025-01-17T05:51:07.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.90s |
2916 | 2025-01-17T05:51:07.731Z | |
2917 | 2025-01-17T05:51:07.732Z | info: running `cargo check --bins` on gateway-api (109/197) |
2918 | 2025-01-17T05:51:08.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2025-01-17T05:51:08.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2025-01-17T05:51:08.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2025-01-17T05:51:08.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2922 | 2025-01-17T05:51:08.364Z | |
2923 | 2025-01-17T05:51:08.364Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2924 | 2025-01-17T05:51:08.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2025-01-17T05:51:08.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2025-01-17T05:51:08.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2025-01-17T05:51:08.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2928 | 2025-01-17T05:51:08.971Z | |
2929 | 2025-01-17T05:51:08.971Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2930 | 2025-01-17T05:51:09.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2025-01-17T05:51:09.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2025-01-17T05:51:09.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2025-01-17T05:51:09.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2934 | 2025-01-17T05:51:09.593Z | |
2935 | 2025-01-17T05:51:09.593Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2936 | 2025-01-17T05:51:10.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2025-01-17T05:51:10.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2025-01-17T05:51:10.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2939 | 2025-01-17T05:51:10.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2940 | 2025-01-17T05:51:10.214Z | |
2941 | 2025-01-17T05:51:10.214Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2942 | 2025-01-17T05:51:10.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2025-01-17T05:51:10.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2025-01-17T05:51:10.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2945 | 2025-01-17T05:51:10.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2946 | 2025-01-17T05:51:10.843Z | |
2947 | 2025-01-17T05:51:10.844Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2948 | 2025-01-17T05:51:11.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2949 | 2025-01-17T05:51:11.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2950 | 2025-01-17T05:51:11.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2951 | 2025-01-17T05:51:11.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2952 | 2025-01-17T05:51:11.465Z | |
2953 | 2025-01-17T05:51:11.465Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2954 | 2025-01-17T05:51:12.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2025-01-17T05:51:12.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2025-01-17T05:51:12.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2957 | 2025-01-17T05:51:12.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2958 | 2025-01-17T05:51:12.088Z | |
2959 | 2025-01-17T05:51:12.088Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2960 | 2025-01-17T05:51:12.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2025-01-17T05:51:12.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2025-01-17T05:51:12.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2025-01-17T05:51:12.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2964 | 2025-01-17T05:51:12.714Z | |
2965 | 2025-01-17T05:51:12.715Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2966 | 2025-01-17T05:51:13.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2025-01-17T05:51:13.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2025-01-17T05:51:13.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2969 | 2025-01-17T05:51:13.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2970 | 2025-01-17T05:51:13.369Z | |
2971 | 2025-01-17T05:51:13.369Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2972 | 2025-01-17T05:51:13.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2025-01-17T05:51:13.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2025-01-17T05:51:13.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2025-01-17T05:51:13.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2976 | 2025-01-17T05:51:13.991Z | |
2977 | 2025-01-17T05:51:13.991Z | info: running `cargo check --bins` on sp-sim (119/197) |
2978 | 2025-01-17T05:51:14.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2025-01-17T05:51:14.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2025-01-17T05:51:14.627Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2981 | 2025-01-17T05:51:15.067Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2982 | 2025-01-17T05:51:16.730Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2983 | 2025-01-17T05:51:18.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2984 | 2025-01-17T05:51:18.559Z | |
2985 | 2025-01-17T05:51:18.559Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2986 | 2025-01-17T05:51:19.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2025-01-17T05:51:19.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2025-01-17T05:51:19.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2025-01-17T05:51:19.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2990 | 2025-01-17T05:51:19.252Z | |
2991 | 2025-01-17T05:51:19.252Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2992 | 2025-01-17T05:51:19.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2025-01-17T05:51:19.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2025-01-17T05:51:19.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2995 | 2025-01-17T05:51:19.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2996 | 2025-01-17T05:51:19.944Z | |
2997 | 2025-01-17T05:51:19.944Z | info: running `cargo check --bins` on db-macros (122/197) |
2998 | 2025-01-17T05:51:20.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2025-01-17T05:51:20.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2025-01-17T05:51:20.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2025-01-17T05:51:20.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3002 | 2025-01-17T05:51:20.550Z | |
3003 | 2025-01-17T05:51:20.550Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3004 | 2025-01-17T05:51:21.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2025-01-17T05:51:21.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2025-01-17T05:51:21.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2025-01-17T05:51:21.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3008 | 2025-01-17T05:51:21.169Z | |
3009 | 2025-01-17T05:51:21.169Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3010 | 2025-01-17T05:51:21.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-01-17T05:51:21.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-01-17T05:51:21.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2025-01-17T05:51:21.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3014 | 2025-01-17T05:51:21.844Z | |
3015 | 2025-01-17T05:51:21.844Z | info: running `cargo check --bins` on authz-macros (125/197) |
3016 | 2025-01-17T05:51:22.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-01-17T05:51:22.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-01-17T05:51:22.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-01-17T05:51:22.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3020 | 2025-01-17T05:51:22.449Z | |
3021 | 2025-01-17T05:51:22.449Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3022 | 2025-01-17T05:51:23.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-01-17T05:51:23.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-01-17T05:51:23.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-01-17T05:51:23.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3026 | 2025-01-17T05:51:23.105Z | |
3027 | 2025-01-17T05:51:23.105Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3028 | 2025-01-17T05:51:23.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-01-17T05:51:23.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-01-17T05:51:23.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-01-17T05:51:23.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3032 | 2025-01-17T05:51:23.760Z | |
3033 | 2025-01-17T05:51:23.760Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3034 | 2025-01-17T05:51:24.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-01-17T05:51:24.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-01-17T05:51:24.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-01-17T05:51:24.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3038 | 2025-01-17T05:51:24.385Z | |
3039 | 2025-01-17T05:51:24.385Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3040 | 2025-01-17T05:51:24.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-01-17T05:51:24.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-01-17T05:51:24.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-01-17T05:51:24.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3044 | 2025-01-17T05:51:25.047Z | |
3045 | 2025-01-17T05:51:25.047Z | info: running `cargo check --bins` on typed-rng (130/197) |
3046 | 2025-01-17T05:51:25.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-01-17T05:51:25.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-01-17T05:51:25.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-01-17T05:51:25.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3050 | 2025-01-17T05:51:25.655Z | |
3051 | 2025-01-17T05:51:25.655Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3052 | 2025-01-17T05:51:26.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-01-17T05:51:26.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-01-17T05:51:26.403Z | Checking keccak v0.1.5 |
3055 | 2025-01-17T05:51:26.516Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3056 | 2025-01-17T05:51:26.519Z | Checking secrecy v0.8.0 |
3057 | 2025-01-17T05:51:26.519Z | Compiling unicase v2.7.0 |
3058 | 2025-01-17T05:51:26.543Z | Compiling same-file v1.0.6 |
3059 | 2025-01-17T05:51:26.556Z | Compiling tempfile v3.13.0 |
3060 | 2025-01-17T05:51:26.587Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3061 | 2025-01-17T05:51:26.590Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3062 | 2025-01-17T05:51:26.710Z | Compiling thiserror-impl-no-std v2.0.2 |
3063 | 2025-01-17T05:51:26.814Z | Checking sha3 v0.10.8 |
3064 | 2025-01-17T05:51:26.828Z | Compiling walkdir v2.5.0 |
3065 | 2025-01-17T05:51:26.879Z | Checking universal-hash v0.5.1 |
3066 | 2025-01-17T05:51:26.906Z | Compiling blake3 v1.5.4 |
3067 | 2025-01-17T05:51:27.019Z | Checking opaque-debug v0.3.1 |
3068 | 2025-01-17T05:51:27.084Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3069 | 2025-01-17T05:51:27.125Z | Checking poly1305 v0.8.0 |
3070 | 2025-01-17T05:51:27.147Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3071 | 2025-01-17T05:51:27.193Z | Checking chacha20 v0.9.1 |
3072 | 2025-01-17T05:51:27.377Z | Checking aead v0.5.2 |
3073 | 2025-01-17T05:51:27.395Z | Compiling memmap2 v0.9.5 |
3074 | 2025-01-17T05:51:27.490Z | Compiling libefi-sys v0.1.0 |
3075 | 2025-01-17T05:51:27.535Z | Compiling salty v0.3.0 |
3076 | 2025-01-17T05:51:27.600Z | Compiling arrayvec v0.7.6 |
3077 | 2025-01-17T05:51:27.656Z | Compiling constant_time_eq v0.3.1 |
3078 | 2025-01-17T05:51:27.767Z | Compiling arrayref v0.3.9 |
3079 | 2025-01-17T05:51:27.853Z | Checking chacha20poly1305 v0.10.1 |
3080 | 2025-01-17T05:51:27.892Z | Compiling toolchain_find v0.4.0 |
3081 | 2025-01-17T05:51:27.953Z | Compiling camino-tempfile v1.1.1 |
3082 | 2025-01-17T05:51:27.977Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3083 | 2025-01-17T05:51:28.027Z | Compiling bitfield-struct v0.6.2 |
3084 | 2025-01-17T05:51:28.300Z | Compiling topological-sort v0.2.2 |
3085 | 2025-01-17T05:51:28.379Z | Compiling mime_guess v2.0.5 |
3086 | 2025-01-17T05:51:28.477Z | Compiling rustfmt-wrapper v0.2.1 |
3087 | 2025-01-17T05:51:28.883Z | Compiling omicron-zone-package v0.12.0 |
3088 | 2025-01-17T05:51:29.063Z | Compiling progenitor v0.9.1 |
3089 | 2025-01-17T05:51:29.081Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3090 | 2025-01-17T05:51:29.295Z | Checking primeorder v0.13.6 |
3091 | 2025-01-17T05:51:29.329Z | Checking env_filter v0.1.2 |
3092 | 2025-01-17T05:51:29.370Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3093 | 2025-01-17T05:51:29.410Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3094 | 2025-01-17T05:51:29.443Z | Checking thiserror-no-std v2.0.2 |
3095 | 2025-01-17T05:51:29.559Z | Checking env_logger v0.11.5 |
3096 | 2025-01-17T05:51:29.576Z | Checking vsss-rs v3.3.4 |
3097 | 2025-01-17T05:51:29.594Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3098 | 2025-01-17T05:51:29.714Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3099 | 2025-01-17T05:51:29.731Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3100 | 2025-01-17T05:51:29.734Z | Checking p384 v0.13.0 |
3101 | 2025-01-17T05:51:29.930Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3102 | 2025-01-17T05:51:29.965Z | Checking lockfree-object-pool v0.1.6 |
3103 | 2025-01-17T05:51:30.132Z | Checking bumpalo v3.16.0 |
3104 | 2025-01-17T05:51:30.198Z | Compiling zip v2.1.3 |
3105 | 2025-01-17T05:51:30.238Z | Checking http-range v0.1.5 |
3106 | 2025-01-17T05:51:30.425Z | Checking simd-adler32 v0.3.7 |
3107 | 2025-01-17T05:51:30.442Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3108 | 2025-01-17T05:51:30.464Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3109 | 2025-01-17T05:51:30.757Z | Checking zopfli v0.8.1 |
3110 | 2025-01-17T05:51:30.781Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3111 | 2025-01-17T05:51:30.941Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3112 | 2025-01-17T05:51:31.245Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3113 | 2025-01-17T05:51:31.332Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3114 | 2025-01-17T05:51:31.362Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3115 | 2025-01-17T05:51:31.433Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3116 | 2025-01-17T05:51:31.730Z | Checking nanorand v0.7.0 |
3117 | 2025-01-17T05:51:31.830Z | Checking atty v0.2.14 |
3118 | 2025-01-17T05:51:31.964Z | Checking glob v0.3.1 |
3119 | 2025-01-17T05:51:31.968Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3120 | 2025-01-17T05:51:32.004Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3121 | 2025-01-17T05:51:32.090Z | Checking flume v0.11.1 |
3122 | 2025-01-17T05:51:32.306Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3123 | 2025-01-17T05:51:32.479Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3124 | 2025-01-17T05:51:33.169Z | Checking hyper-staticfile v0.10.1 |
3125 | 2025-01-17T05:51:33.438Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3126 | 2025-01-17T05:51:33.675Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3127 | 2025-01-17T05:51:33.695Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3128 | 2025-01-17T05:51:33.906Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3129 | 2025-01-17T05:51:34.058Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3130 | 2025-01-17T05:51:34.308Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3131 | 2025-01-17T05:51:34.551Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3132 | 2025-01-17T05:51:34.780Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3133 | 2025-01-17T05:51:34.858Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3134 | 2025-01-17T05:51:35.152Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3135 | 2025-01-17T05:51:38.214Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3136 | 2025-01-17T05:51:38.214Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3137 | 2025-01-17T05:51:46.458Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3138 | 2025-01-17T05:51:59.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.04s |
3139 | 2025-01-17T05:51:59.895Z | |
3140 | 2025-01-17T05:51:59.896Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3141 | 2025-01-17T05:52:00.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2025-01-17T05:52:00.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2025-01-17T05:52:00.624Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3144 | 2025-01-17T05:52:14.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
3145 | 2025-01-17T05:52:14.465Z | |
3146 | 2025-01-17T05:52:14.465Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3147 | 2025-01-17T05:52:15.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2025-01-17T05:52:15.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2025-01-17T05:52:15.215Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3150 | 2025-01-17T05:52:28.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
3151 | 2025-01-17T05:52:29.050Z | |
3152 | 2025-01-17T05:52:29.050Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3153 | 2025-01-17T05:52:29.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2025-01-17T05:52:29.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2025-01-17T05:52:29.782Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3156 | 2025-01-17T05:52:43.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
3157 | 2025-01-17T05:52:43.583Z | |
3158 | 2025-01-17T05:52:43.583Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3159 | 2025-01-17T05:52:44.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2025-01-17T05:52:44.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2025-01-17T05:52:44.324Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3162 | 2025-01-17T05:52:57.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
3163 | 2025-01-17T05:52:57.922Z | |
3164 | 2025-01-17T05:52:57.922Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3165 | 2025-01-17T05:52:58.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-01-17T05:52:58.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-01-17T05:52:58.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3168 | 2025-01-17T05:53:12.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
3169 | 2025-01-17T05:53:12.259Z | |
3170 | 2025-01-17T05:53:12.259Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3171 | 2025-01-17T05:53:12.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-01-17T05:53:12.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-01-17T05:53:12.996Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3174 | 2025-01-17T05:53:26.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
3175 | 2025-01-17T05:53:26.582Z | |
3176 | 2025-01-17T05:53:26.582Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3177 | 2025-01-17T05:53:27.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-01-17T05:53:27.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-01-17T05:53:27.316Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3180 | 2025-01-17T05:53:40.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
3181 | 2025-01-17T05:53:40.972Z | |
3182 | 2025-01-17T05:53:40.973Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3183 | 2025-01-17T05:53:41.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-01-17T05:53:41.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-01-17T05:53:41.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2025-01-17T05:53:41.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3187 | 2025-01-17T05:53:41.600Z | |
3188 | 2025-01-17T05:53:41.600Z | info: running `cargo check --bins` on key-manager (140/197) |
3189 | 2025-01-17T05:53:42.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-01-17T05:53:42.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-01-17T05:53:42.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2025-01-17T05:53:42.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3193 | 2025-01-17T05:53:42.217Z | |
3194 | 2025-01-17T05:53:42.217Z | info: running `cargo check --bins` on range-requests (141/197) |
3195 | 2025-01-17T05:53:42.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-01-17T05:53:42.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-01-17T05:53:42.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2025-01-17T05:53:42.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3199 | 2025-01-17T05:53:42.820Z | |
3200 | 2025-01-17T05:53:42.820Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3201 | 2025-01-17T05:53:43.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-01-17T05:53:43.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-01-17T05:53:43.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2025-01-17T05:53:43.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3205 | 2025-01-17T05:53:43.440Z | |
3206 | 2025-01-17T05:53:43.440Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3207 | 2025-01-17T05:53:44.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-01-17T05:53:44.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-01-17T05:53:44.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3210 | 2025-01-17T05:53:44.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3211 | 2025-01-17T05:53:44.097Z | |
3212 | 2025-01-17T05:53:44.097Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3213 | 2025-01-17T05:53:44.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-01-17T05:53:44.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-01-17T05:53:44.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3216 | 2025-01-17T05:53:44.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3217 | 2025-01-17T05:53:44.702Z | |
3218 | 2025-01-17T05:53:44.702Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3219 | 2025-01-17T05:53:45.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-01-17T05:53:45.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-01-17T05:53:45.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2025-01-17T05:53:45.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3223 | 2025-01-17T05:53:45.343Z | |
3224 | 2025-01-17T05:53:45.343Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3225 | 2025-01-17T05:53:45.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2025-01-17T05:53:45.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2025-01-17T05:53:45.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2025-01-17T05:53:45.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3229 | 2025-01-17T05:53:45.984Z | |
3230 | 2025-01-17T05:53:45.984Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3231 | 2025-01-17T05:53:46.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2025-01-17T05:53:46.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2025-01-17T05:53:46.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2025-01-17T05:53:46.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3235 | 2025-01-17T05:53:46.624Z | |
3236 | 2025-01-17T05:53:46.624Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3237 | 2025-01-17T05:53:47.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-01-17T05:53:47.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-01-17T05:53:47.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3240 | 2025-01-17T05:53:47.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3241 | 2025-01-17T05:53:47.266Z | |
3242 | 2025-01-17T05:53:47.266Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3243 | 2025-01-17T05:53:47.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2025-01-17T05:53:47.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2025-01-17T05:53:47.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2025-01-17T05:53:47.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3247 | 2025-01-17T05:53:47.916Z | |
3248 | 2025-01-17T05:53:47.916Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3249 | 2025-01-17T05:53:48.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-01-17T05:53:48.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-01-17T05:53:48.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2025-01-17T05:53:48.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3253 | 2025-01-17T05:53:48.572Z | |
3254 | 2025-01-17T05:53:48.572Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3255 | 2025-01-17T05:53:49.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-01-17T05:53:49.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-01-17T05:53:49.259Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3258 | 2025-01-17T05:53:49.259Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3259 | 2025-01-17T05:53:50.126Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3260 | 2025-01-17T05:53:52.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
3261 | 2025-01-17T05:53:52.250Z | |
3262 | 2025-01-17T05:53:52.251Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3263 | 2025-01-17T05:53:52.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-01-17T05:53:52.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-01-17T05:53:52.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2025-01-17T05:53:52.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3267 | 2025-01-17T05:53:52.867Z | |
3268 | 2025-01-17T05:53:52.867Z | info: running `cargo check --bins` on cert-dev (153/197) |
3269 | 2025-01-17T05:53:53.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-01-17T05:53:53.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-01-17T05:53:53.467Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3272 | 2025-01-17T05:53:53.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3273 | 2025-01-17T05:53:53.904Z | |
3274 | 2025-01-17T05:53:53.904Z | info: running `cargo check --bins` on clickana (154/197) |
3275 | 2025-01-17T05:53:54.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-01-17T05:53:54.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-01-17T05:53:54.541Z | Checking castaway v0.2.3 |
3278 | 2025-01-17T05:53:54.541Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3279 | 2025-01-17T05:53:54.544Z | Checking unicode-truncate v1.1.0 |
3280 | 2025-01-17T05:53:54.544Z | Checking lru v0.12.5 |
3281 | 2025-01-17T05:53:54.544Z | Compiling instability v0.3.2 |
3282 | 2025-01-17T05:53:54.544Z | Checking cassowary v0.3.0 |
3283 | 2025-01-17T05:53:54.761Z | Checking compact_str v0.8.0 |
3284 | 2025-01-17T05:53:55.349Z | Checking ratatui v0.28.1 |
3285 | 2025-01-17T05:53:56.157Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3286 | 2025-01-17T05:53:57.134Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3287 | 2025-01-17T05:53:57.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3288 | 2025-01-17T05:53:58.142Z | |
3289 | 2025-01-17T05:53:58.142Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3290 | 2025-01-17T05:53:58.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2025-01-17T05:53:58.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2025-01-17T05:53:58.828Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3293 | 2025-01-17T05:53:58.828Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3294 | 2025-01-17T05:53:59.829Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3295 | 2025-01-17T05:54:00.303Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3296 | 2025-01-17T05:54:00.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
3297 | 2025-01-17T05:54:00.839Z | |
3298 | 2025-01-17T05:54:00.839Z | info: running `cargo check --bins` on ch-dev (156/197) |
3299 | 2025-01-17T05:54:01.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-01-17T05:54:01.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-01-17T05:54:01.507Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3302 | 2025-01-17T05:54:02.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3303 | 2025-01-17T05:54:02.416Z | |
3304 | 2025-01-17T05:54:02.416Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3305 | 2025-01-17T05:54:02.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-01-17T05:54:02.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-01-17T05:54:03.086Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3308 | 2025-01-17T05:54:03.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3309 | 2025-01-17T05:54:03.606Z | |
3310 | 2025-01-17T05:54:03.606Z | info: running `cargo check --bins` on db-dev (158/197) |
3311 | 2025-01-17T05:54:04.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-01-17T05:54:04.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-01-17T05:54:04.267Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3314 | 2025-01-17T05:54:04.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3315 | 2025-01-17T05:54:05.176Z | |
3316 | 2025-01-17T05:54:05.176Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3317 | 2025-01-17T05:54:05.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2025-01-17T05:54:05.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2025-01-17T05:54:05.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2025-01-17T05:54:05.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3321 | 2025-01-17T05:54:05.828Z | |
3322 | 2025-01-17T05:54:05.828Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3323 | 2025-01-17T05:54:06.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-01-17T05:54:06.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-01-17T05:54:06.431Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3326 | 2025-01-17T05:54:07.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3327 | 2025-01-17T05:54:07.452Z | |
3328 | 2025-01-17T05:54:07.452Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3329 | 2025-01-17T05:54:07.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-01-17T05:54:07.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-01-17T05:54:08.056Z | Checking cargo-platform v0.1.8 |
3332 | 2025-01-17T05:54:08.330Z | Checking cargo_metadata v0.18.1 |
3333 | 2025-01-17T05:54:09.251Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3334 | 2025-01-17T05:54:10.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3335 | 2025-01-17T05:54:10.234Z | |
3336 | 2025-01-17T05:54:10.234Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3337 | 2025-01-17T05:54:10.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-01-17T05:54:10.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-01-17T05:54:10.942Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3340 | 2025-01-17T05:54:12.351Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3341 | 2025-01-17T05:54:12.902Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3342 | 2025-01-17T05:54:13.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
3343 | 2025-01-17T05:54:13.624Z | |
3344 | 2025-01-17T05:54:13.624Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3345 | 2025-01-17T05:54:14.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2025-01-17T05:54:14.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2025-01-17T05:54:14.403Z | Compiling crunchy v0.2.2 |
3348 | 2025-01-17T05:54:14.403Z | Compiling tiny-keccak v2.0.2 |
3349 | 2025-01-17T05:54:14.403Z | Compiling dsl_auto_type v0.1.2 |
3350 | 2025-01-17T05:54:14.406Z | Checking scheduled-thread-pool v0.2.7 |
3351 | 2025-01-17T05:54:14.406Z | Compiling diesel_table_macro_syntax v0.2.0 |
3352 | 2025-01-17T05:54:14.406Z | Compiling ascii-canvas v3.0.0 |
3353 | 2025-01-17T05:54:14.518Z | Compiling ena v0.14.3 |
3354 | 2025-01-17T05:54:14.530Z | Compiling diff v0.1.13 |
3355 | 2025-01-17T05:54:14.726Z | Checking r2d2 v0.8.10 |
3356 | 2025-01-17T05:54:14.815Z | Compiling regex-syntax v0.6.29 |
3357 | 2025-01-17T05:54:14.944Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3358 | 2025-01-17T05:54:14.946Z | Compiling ref-cast v1.0.23 |
3359 | 2025-01-17T05:54:15.034Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3360 | 2025-01-17T05:54:15.078Z | Compiling derive_builder_core v0.20.2 |
3361 | 2025-01-17T05:54:15.154Z | Compiling libxml v0.3.3 |
3362 | 2025-01-17T05:54:15.175Z | Compiling ref-cast-impl v1.0.23 |
3363 | 2025-01-17T05:54:15.324Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3364 | 2025-01-17T05:54:15.538Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3365 | 2025-01-17T05:54:15.557Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3366 | 2025-01-17T05:54:15.812Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3367 | 2025-01-17T05:54:15.835Z | Compiling strum_macros v0.24.3 |
3368 | 2025-01-17T05:54:15.851Z | Compiling samael v0.0.17 |
3369 | 2025-01-17T05:54:15.885Z | Compiling diesel_derives v2.2.3 |
3370 | 2025-01-17T05:54:16.168Z | Compiling indoc v1.0.9 |
3371 | 2025-01-17T05:54:17.047Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3372 | 2025-01-17T05:54:17.331Z | Compiling impl-trait-for-tuples v0.2.2 |
3373 | 2025-01-17T05:54:17.366Z | Compiling derive_builder_macro v0.20.2 |
3374 | 2025-01-17T05:54:17.984Z | Compiling oso-derive v0.27.3 |
3375 | 2025-01-17T05:54:18.220Z | Compiling lalrpop v0.19.12 |
3376 | 2025-01-17T05:54:18.686Z | Checking derive_builder v0.20.2 |
3377 | 2025-01-17T05:54:18.858Z | Checking quick-xml v0.33.0 |
3378 | 2025-01-17T05:54:18.963Z | Compiling diesel-dtrace v0.4.2 |
3379 | 2025-01-17T05:54:19.106Z | Checking maplit v1.0.2 |
3380 | 2025-01-17T05:54:19.264Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3381 | 2025-01-17T05:54:19.352Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3382 | 2025-01-17T05:54:19.599Z | Checking bb8 v0.8.5 |
3383 | 2025-01-17T05:54:19.690Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3384 | 2025-01-17T05:54:19.980Z | Checking rand_seeder v0.3.0 |
3385 | 2025-01-17T05:54:20.166Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3386 | 2025-01-17T05:54:20.288Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3387 | 2025-01-17T05:54:20.307Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3388 | 2025-01-17T05:54:20.501Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3389 | 2025-01-17T05:54:20.809Z | Checking smawk v0.3.2 |
3390 | 2025-01-17T05:54:20.871Z | Checking is_ci v1.2.0 |
3391 | 2025-01-17T05:54:21.018Z | Checking unicode-linebreak v0.1.5 |
3392 | 2025-01-17T05:54:21.036Z | Checking supports-color v3.0.1 |
3393 | 2025-01-17T05:54:21.285Z | Checking multimap v0.10.0 |
3394 | 2025-01-17T05:54:21.475Z | Checking textwrap v0.16.1 |
3395 | 2025-01-17T05:54:22.137Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3396 | 2025-01-17T05:54:24.048Z | Checking diesel v2.2.6 |
3397 | 2025-01-17T05:54:48.428Z | Compiling polar-core v0.27.3 |
3398 | 2025-01-17T05:54:49.229Z | Checking async-bb8-diesel v0.2.1 |
3399 | 2025-01-17T05:54:55.575Z | Checking oso v0.27.3 |
3400 | 2025-01-17T05:55:57.471Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3401 | 2025-01-17T05:56:03.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
3402 | 2025-01-17T05:56:03.926Z | |
3403 | 2025-01-17T05:56:03.926Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3404 | 2025-01-17T05:56:04.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2025-01-17T05:56:04.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2025-01-17T05:56:04.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3407 | 2025-01-17T05:56:04.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3408 | 2025-01-17T05:56:04.595Z | |
3409 | 2025-01-17T05:56:04.595Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3410 | 2025-01-17T05:56:05.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2025-01-17T05:56:05.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2025-01-17T05:56:05.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3413 | 2025-01-17T05:56:05.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3414 | 2025-01-17T05:56:05.261Z | |
3415 | 2025-01-17T05:56:05.261Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3416 | 2025-01-17T05:56:05.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2025-01-17T05:56:05.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2025-01-17T05:56:05.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3419 | 2025-01-17T05:56:05.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3420 | 2025-01-17T05:56:05.865Z | |
3421 | 2025-01-17T05:56:05.865Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3422 | 2025-01-17T05:56:06.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2025-01-17T05:56:06.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2025-01-17T05:56:06.662Z | Compiling libz-sys v1.1.20 |
3425 | 2025-01-17T05:56:06.665Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3426 | 2025-01-17T05:56:06.792Z | Compiling vergen v8.3.2 |
3427 | 2025-01-17T05:56:06.796Z | Compiling cargo-platform v0.1.8 |
3428 | 2025-01-17T05:56:06.796Z | Compiling pin-project-internal v1.1.6 |
3429 | 2025-01-17T05:56:06.836Z | Compiling libsqlite3-sys v0.30.1 |
3430 | 2025-01-17T05:56:06.836Z | Compiling snafu-derive v0.8.5 |
3431 | 2025-01-17T05:56:06.839Z | Compiling cfg_aliases v0.2.1 |
3432 | 2025-01-17T05:56:06.977Z | Compiling buf-list v1.0.3 |
3433 | 2025-01-17T05:56:07.112Z | Compiling cargo_metadata v0.18.1 |
3434 | 2025-01-17T05:56:07.283Z | Compiling rustls v0.21.12 |
3435 | 2025-01-17T05:56:07.408Z | Compiling nix v0.29.0 |
3436 | 2025-01-17T05:56:07.617Z | Checking globset v0.4.15 |
3437 | 2025-01-17T05:56:07.620Z | Checking sct v0.7.1 |
3438 | 2025-01-17T05:56:07.681Z | Checking rustls-webpki v0.101.7 |
3439 | 2025-01-17T05:56:07.859Z | Checking olpc-cjson v0.1.4 |
3440 | 2025-01-17T05:56:08.093Z | Checking serde_plain v1.0.2 |
3441 | 2025-01-17T05:56:08.144Z | Checking typed-path v0.9.3 |
3442 | 2025-01-17T05:56:08.580Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3443 | 2025-01-17T05:56:08.767Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3444 | 2025-01-17T05:56:08.862Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3445 | 2025-01-17T05:56:09.059Z | Checking hashlink v0.9.1 |
3446 | 2025-01-17T05:56:09.143Z | Checking parse-size v1.1.0 |
3447 | 2025-01-17T05:56:09.343Z | Checking fallible-streaming-iterator v0.1.9 |
3448 | 2025-01-17T05:56:09.528Z | Checking pin-project v1.1.6 |
3449 | 2025-01-17T05:56:09.560Z | Checking fallible-iterator v0.3.0 |
3450 | 2025-01-17T05:56:09.722Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3451 | 2025-01-17T05:56:09.967Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3452 | 2025-01-17T05:56:10.148Z | Checking rusqlite v0.32.1 |
3453 | 2025-01-17T05:56:10.190Z | Checking rustls-pemfile v1.0.4 |
3454 | 2025-01-17T05:56:10.209Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3455 | 2025-01-17T05:56:10.406Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3456 | 2025-01-17T05:56:10.692Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3457 | 2025-01-17T05:56:10.753Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3458 | 2025-01-17T05:56:10.853Z | Checking twox-hash v1.6.3 |
3459 | 2025-01-17T05:56:10.875Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3460 | 2025-01-17T05:56:10.900Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3461 | 2025-01-17T05:56:11.326Z | Checking tokio-rustls v0.24.1 |
3462 | 2025-01-17T05:56:11.679Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3463 | 2025-01-17T05:56:11.695Z | Checking snafu v0.8.5 |
3464 | 2025-01-17T05:56:12.103Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3465 | 2025-01-17T05:56:12.134Z | Checking tough v0.19.0 |
3466 | 2025-01-17T05:56:12.198Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3467 | 2025-01-17T05:56:12.320Z | Checking fatfs v0.3.6 |
3468 | 2025-01-17T05:56:12.649Z | Checking assert_matches v1.5.0 |
3469 | 2025-01-17T05:56:15.919Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3470 | 2025-01-17T05:56:17.218Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3471 | 2025-01-17T05:56:19.233Z | Compiling git2 v0.19.0 |
3472 | 2025-01-17T05:56:23.252Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3473 | 2025-01-17T05:57:19.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3474 | 2025-01-17T05:57:19.819Z | |
3475 | 2025-01-17T05:57:19.819Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3476 | 2025-01-17T05:57:20.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-17T05:57:20.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-17T05:57:20.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3479 | 2025-01-17T05:57:20.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3480 | 2025-01-17T05:57:20.513Z | |
3481 | 2025-01-17T05:57:20.513Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3482 | 2025-01-17T05:57:21.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2025-01-17T05:57:21.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2025-01-17T05:57:21.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3485 | 2025-01-17T05:57:21.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3486 | 2025-01-17T05:57:21.111Z | |
3487 | 2025-01-17T05:57:21.111Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3488 | 2025-01-17T05:57:21.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3489 | 2025-01-17T05:57:21.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3490 | 2025-01-17T05:57:21.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3491 | 2025-01-17T05:57:21.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3492 | 2025-01-17T05:57:21.759Z | |
3493 | 2025-01-17T05:57:21.759Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3494 | 2025-01-17T05:57:22.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-01-17T05:57:22.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-01-17T05:57:22.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3497 | 2025-01-17T05:57:22.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3498 | 2025-01-17T05:57:22.424Z | |
3499 | 2025-01-17T05:57:22.424Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3500 | 2025-01-17T05:57:23.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-01-17T05:57:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-01-17T05:57:23.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2025-01-17T05:57:23.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3504 | 2025-01-17T05:57:23.092Z | |
3505 | 2025-01-17T05:57:23.092Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3506 | 2025-01-17T05:57:23.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2025-01-17T05:57:23.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2025-01-17T05:57:23.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2025-01-17T05:57:23.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3510 | 2025-01-17T05:57:23.757Z | |
3511 | 2025-01-17T05:57:23.757Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3512 | 2025-01-17T05:57:24.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-01-17T05:57:24.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-01-17T05:57:24.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2025-01-17T05:57:24.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3516 | 2025-01-17T05:57:24.427Z | |
3517 | 2025-01-17T05:57:24.427Z | info: running `cargo check --bins` on update-common (175/197) |
3518 | 2025-01-17T05:57:24.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-01-17T05:57:24.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-01-17T05:57:24.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2025-01-17T05:57:24.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3522 | 2025-01-17T05:57:25.065Z | |
3523 | 2025-01-17T05:57:25.065Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3524 | 2025-01-17T05:57:25.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2025-01-17T05:57:25.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2025-01-17T05:57:25.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2025-01-17T05:57:25.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3528 | 2025-01-17T05:57:25.708Z | |
3529 | 2025-01-17T05:57:25.708Z | info: running `cargo check --bins` on tufaceous (177/197) |
3530 | 2025-01-17T05:57:26.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2025-01-17T05:57:26.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2025-01-17T05:57:26.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3533 | 2025-01-17T05:57:27.516Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3534 | 2025-01-17T05:57:28.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3535 | 2025-01-17T05:57:28.492Z | |
3536 | 2025-01-17T05:57:28.493Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3537 | 2025-01-17T05:57:29.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2025-01-17T05:57:29.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2025-01-17T05:57:29.344Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3540 | 2025-01-17T05:57:29.344Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3541 | 2025-01-17T05:57:29.484Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3542 | 2025-01-17T05:57:29.487Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3543 | 2025-01-17T05:57:30.500Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3544 | 2025-01-17T05:57:58.111Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3545 | 2025-01-17T05:57:58.111Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3546 | 2025-01-17T05:57:58.113Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3547 | 2025-01-17T05:57:58.113Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3548 | 2025-01-17T05:57:58.113Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3549 | 2025-01-17T05:57:58.113Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3550 | 2025-01-17T05:57:58.919Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3551 | 2025-01-17T05:58:00.182Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3552 | 2025-01-17T05:58:41.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3553 | 2025-01-17T05:58:41.477Z | |
3554 | 2025-01-17T05:58:41.477Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3555 | 2025-01-17T05:58:42.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2025-01-17T05:58:42.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2025-01-17T05:58:42.184Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3558 | 2025-01-17T05:58:42.184Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3559 | 2025-01-17T05:58:42.187Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3560 | 2025-01-17T05:58:42.314Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3561 | 2025-01-17T05:58:42.317Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3562 | 2025-01-17T05:58:42.344Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3563 | 2025-01-17T05:58:42.346Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3564 | 2025-01-17T05:58:42.358Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3565 | 2025-01-17T05:58:42.497Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3566 | 2025-01-17T05:58:42.549Z | Checking heck v0.4.1 |
3567 | 2025-01-17T05:58:42.649Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3568 | 2025-01-17T05:58:42.754Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3569 | 2025-01-17T05:58:42.904Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3570 | 2025-01-17T05:58:43.139Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3571 | 2025-01-17T05:58:43.651Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3572 | 2025-01-17T05:58:43.727Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3573 | 2025-01-17T05:58:44.117Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3574 | 2025-01-17T05:58:44.957Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3575 | 2025-01-17T05:58:45.252Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3576 | 2025-01-17T05:58:45.839Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3577 | 2025-01-17T05:58:45.996Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3578 | 2025-01-17T05:58:47.657Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3579 | 2025-01-17T05:58:47.657Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3580 | 2025-01-17T05:58:49.373Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3581 | 2025-01-17T05:58:50.828Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3582 | 2025-01-17T05:58:55.875Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3583 | 2025-01-17T05:58:55.878Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3584 | 2025-01-17T05:58:57.057Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3585 | 2025-01-17T05:58:58.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.58s |
3586 | 2025-01-17T05:58:58.254Z | |
3587 | 2025-01-17T05:58:58.254Z | info: running `cargo check --bins` on installinator-api (180/197) |
3588 | 2025-01-17T05:58:58.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-01-17T05:58:58.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-01-17T05:58:58.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3591 | 2025-01-17T05:58:58.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3592 | 2025-01-17T05:58:58.910Z | |
3593 | 2025-01-17T05:58:58.910Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3594 | 2025-01-17T05:58:59.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-01-17T05:58:59.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-01-17T05:58:59.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3597 | 2025-01-17T05:58:59.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3598 | 2025-01-17T05:58:59.583Z | |
3599 | 2025-01-17T05:58:59.584Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3600 | 2025-01-17T05:59:00.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-01-17T05:59:00.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-01-17T05:59:00.307Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3603 | 2025-01-17T05:59:00.307Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3604 | 2025-01-17T05:59:00.319Z | Compiling petname v2.0.2 |
3605 | 2025-01-17T05:59:00.319Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3606 | 2025-01-17T05:59:00.319Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3607 | 2025-01-17T05:59:00.319Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3608 | 2025-01-17T05:59:00.320Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3609 | 2025-01-17T05:59:00.444Z | Checking sync-ptr v0.1.1 |
3610 | 2025-01-17T05:59:05.564Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3611 | 2025-01-17T05:59:06.174Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3612 | 2025-01-17T05:59:07.320Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3613 | 2025-01-17T05:59:08.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3614 | 2025-01-17T05:59:09.041Z | |
3615 | 2025-01-17T05:59:09.041Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3616 | 2025-01-17T05:59:09.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2025-01-17T05:59:09.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2025-01-17T05:59:09.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3619 | 2025-01-17T05:59:09.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3620 | 2025-01-17T05:59:09.710Z | |
3621 | 2025-01-17T05:59:09.710Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3622 | 2025-01-17T05:59:10.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2025-01-17T05:59:10.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2025-01-17T05:59:10.385Z | Checking memmap2 v0.9.5 |
3625 | 2025-01-17T05:59:10.385Z | Checking arrayref v0.3.9 |
3626 | 2025-01-17T05:59:10.387Z | Checking arrayvec v0.7.6 |
3627 | 2025-01-17T05:59:10.388Z | Checking constant_time_eq v0.3.1 |
3628 | 2025-01-17T05:59:10.388Z | Checking topological-sort v0.2.2 |
3629 | 2025-01-17T05:59:10.491Z | Checking shell-words v1.1.0 |
3630 | 2025-01-17T05:59:10.757Z | Checking blake3 v1.5.4 |
3631 | 2025-01-17T05:59:11.085Z | Checking omicron-zone-package v0.12.0 |
3632 | 2025-01-17T05:59:12.202Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3633 | 2025-01-17T05:59:13.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
3634 | 2025-01-17T05:59:13.289Z | |
3635 | 2025-01-17T05:59:13.289Z | info: running `cargo check --bins` on xtask (185/197) |
3636 | 2025-01-17T05:59:13.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3637 | 2025-01-17T05:59:13.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3638 | 2025-01-17T05:59:13.707Z | Checking bitflags v2.6.0 |
3639 | 2025-01-17T05:59:13.709Z | Checking serde v1.0.217 |
3640 | 2025-01-17T05:59:13.709Z | Checking thiserror v1.0.69 |
3641 | 2025-01-17T05:59:13.803Z | Checking scroll v0.12.0 |
3642 | 2025-01-17T05:59:13.807Z | Checking log v0.4.22 |
3643 | 2025-01-17T05:59:13.820Z | Checking hashbrown v0.15.1 |
3644 | 2025-01-17T05:59:13.823Z | Checking zerocopy v0.7.35 |
3645 | 2025-01-17T05:59:13.846Z | Checking syn v2.0.96 |
3646 | 2025-01-17T05:59:13.909Z | Checking pest v2.7.14 |
3647 | 2025-01-17T05:59:14.036Z | Checking rustix v0.38.37 |
3648 | 2025-01-17T05:59:14.053Z | Checking once_cell v1.20.2 |
3649 | 2025-01-17T05:59:14.231Z | Checking goblin v0.8.2 |
3650 | 2025-01-17T05:59:14.338Z | Checking fs-err v2.11.0 |
3651 | 2025-01-17T05:59:14.647Z | Checking anyhow v1.0.93 |
3652 | 2025-01-17T05:59:14.797Z | Checking indexmap v2.7.0 |
3653 | 2025-01-17T05:59:14.981Z | Checking tabled v0.15.0 |
3654 | 2025-01-17T05:59:15.869Z | Checking terminal_size v0.4.0 |
3655 | 2025-01-17T05:59:15.872Z | Checking tempfile v3.13.0 |
3656 | 2025-01-17T05:59:16.046Z | Checking clap_builder v4.5.21 |
3657 | 2025-01-17T05:59:16.336Z | Checking dtrace-parser v0.2.0 |
3658 | 2025-01-17T05:59:17.614Z | Checking serde_json v1.0.135 |
3659 | 2025-01-17T05:59:17.615Z | Checking toml_datetime v0.6.8 |
3660 | 2025-01-17T05:59:17.617Z | Checking serde_spanned v0.6.8 |
3661 | 2025-01-17T05:59:17.617Z | Checking camino v1.1.9 |
3662 | 2025-01-17T05:59:17.617Z | Checking semver v1.0.24 |
3663 | 2025-01-17T05:59:17.828Z | Checking cargo-platform v0.1.8 |
3664 | 2025-01-17T05:59:17.945Z | Checking toml_edit v0.22.22 |
3665 | 2025-01-17T05:59:18.023Z | Checking macaddr v1.0.1 |
3666 | 2025-01-17T05:59:18.154Z | Checking camino-tempfile v1.1.1 |
3667 | 2025-01-17T05:59:18.537Z | Checking clap v4.5.21 |
3668 | 2025-01-17T05:59:18.789Z | Checking dof v0.3.0 |
3669 | 2025-01-17T05:59:18.789Z | Checking cargo_metadata v0.18.1 |
3670 | 2025-01-17T05:59:19.180Z | Checking usdt-impl v0.5.0 |
3671 | 2025-01-17T05:59:19.531Z | Checking usdt v0.5.0 |
3672 | 2025-01-17T05:59:19.696Z | Checking toml v0.8.19 |
3673 | 2025-01-17T05:59:20.125Z | Checking cargo_toml v0.20.5 |
3674 | 2025-01-17T05:59:21.245Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3675 | 2025-01-17T05:59:21.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s |
3676 | 2025-01-17T05:59:21.967Z | |
3677 | 2025-01-17T05:59:21.967Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3678 | 2025-01-17T05:59:22.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-01-17T05:59:22.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-01-17T05:59:22.728Z | Checking polyval v0.6.2 |
3681 | 2025-01-17T05:59:22.841Z | Checking ctr v0.9.2 |
3682 | 2025-01-17T05:59:22.854Z | Checking ssh-encoding v0.2.0 |
3683 | 2025-01-17T05:59:22.854Z | Checking blowfish v0.9.1 |
3684 | 2025-01-17T05:59:22.882Z | Checking password-hash v0.4.2 |
3685 | 2025-01-17T05:59:22.884Z | Checking matches v0.1.10 |
3686 | 2025-01-17T05:59:22.914Z | Checking p256 v0.13.2 |
3687 | 2025-01-17T05:59:22.916Z | Checking p521 v0.13.3 |
3688 | 2025-01-17T05:59:22.994Z | Checking idna v0.2.3 |
3689 | 2025-01-17T05:59:23.064Z | Checking ghash v0.5.1 |
3690 | 2025-01-17T05:59:23.082Z | Checking bcrypt-pbkdf v0.10.0 |
3691 | 2025-01-17T05:59:23.099Z | Compiling enum-as-inner v0.5.1 |
3692 | 2025-01-17T05:59:23.183Z | Checking russh-cryptovec v0.7.3 |
3693 | 2025-01-17T05:59:23.224Z | Checking aes-gcm v0.10.3 |
3694 | 2025-01-17T05:59:23.279Z | Checking pbkdf2 v0.11.0 |
3695 | 2025-01-17T05:59:23.336Z | Checking md5 v0.7.0 |
3696 | 2025-01-17T05:59:23.381Z | Checking num-bigint v0.4.6 |
3697 | 2025-01-17T05:59:23.401Z | Checking des v0.8.1 |
3698 | 2025-01-17T05:59:23.456Z | Checking ssh-cipher v0.2.0 |
3699 | 2025-01-17T05:59:23.568Z | Compiling dhcproto-macros v0.1.0 |
3700 | 2025-01-17T05:59:23.636Z | Checking hex-literal v0.4.1 |
3701 | 2025-01-17T05:59:23.686Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3702 | 2025-01-17T05:59:23.741Z | Checking ssh-key v0.6.6 |
3703 | 2025-01-17T05:59:23.779Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3704 | 2025-01-17T05:59:23.874Z | Checking internet-checksum v0.2.1 |
3705 | 2025-01-17T05:59:24.085Z | Checking trust-dns-proto v0.22.0 |
3706 | 2025-01-17T05:59:24.974Z | Checking russh-keys v0.45.0 |
3707 | 2025-01-17T05:59:25.868Z | Checking russh v0.45.0 |
3708 | 2025-01-17T05:59:26.519Z | Checking dhcproto v0.12.0 |
3709 | 2025-01-17T05:59:42.758Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3710 | 2025-01-17T05:59:44.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s |
3711 | 2025-01-17T05:59:44.287Z | |
3712 | 2025-01-17T05:59:44.287Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3713 | 2025-01-17T05:59:44.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3714 | 2025-01-17T05:59:44.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3715 | 2025-01-17T05:59:44.923Z | Checking termios v0.3.3 |
3716 | 2025-01-17T05:59:45.144Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3717 | 2025-01-17T05:59:45.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3718 | 2025-01-17T05:59:46.120Z | |
3719 | 2025-01-17T05:59:46.120Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3720 | 2025-01-17T05:59:46.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3721 | 2025-01-17T05:59:46.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3722 | 2025-01-17T05:59:46.822Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3723 | 2025-01-17T05:59:46.822Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3724 | 2025-01-17T05:59:46.825Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3725 | 2025-01-17T05:59:46.825Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3726 | 2025-01-17T05:59:47.831Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3727 | 2025-01-17T05:59:49.055Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3728 | 2025-01-17T05:59:50.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3729 | 2025-01-17T05:59:50.985Z | |
3730 | 2025-01-17T05:59:50.985Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3731 | 2025-01-17T05:59:51.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3732 | 2025-01-17T05:59:51.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3733 | 2025-01-17T05:59:51.633Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3734 | 2025-01-17T05:59:52.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3735 | 2025-01-17T05:59:52.282Z | |
3736 | 2025-01-17T05:59:52.282Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3737 | 2025-01-17T05:59:52.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3738 | 2025-01-17T05:59:52.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3739 | 2025-01-17T05:59:52.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3740 | 2025-01-17T05:59:52.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3741 | 2025-01-17T05:59:52.902Z | |
3742 | 2025-01-17T05:59:52.902Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3743 | 2025-01-17T05:59:53.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3744 | 2025-01-17T05:59:53.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3745 | 2025-01-17T05:59:53.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3746 | 2025-01-17T05:59:53.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3747 | 2025-01-17T05:59:53.525Z | |
3748 | 2025-01-17T05:59:53.525Z | info: running `cargo check --bins` on omicron-package (192/197) |
3749 | 2025-01-17T05:59:54.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3750 | 2025-01-17T05:59:54.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3751 | 2025-01-17T05:59:54.198Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3752 | 2025-01-17T05:59:55.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3753 | 2025-01-17T05:59:55.723Z | |
3754 | 2025-01-17T05:59:55.723Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3755 | 2025-01-17T05:59:56.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3756 | 2025-01-17T05:59:56.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3757 | 2025-01-17T05:59:56.446Z | Checking rtoolbox v0.0.2 |
3758 | 2025-01-17T05:59:56.446Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3759 | 2025-01-17T05:59:56.449Z | Checking tui-tree-widget v0.22.0 |
3760 | 2025-01-17T05:59:56.676Z | Checking rpassword v7.3.1 |
3761 | 2025-01-17T06:00:00.387Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3762 | 2025-01-17T06:00:03.176Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3763 | 2025-01-17T06:00:04.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s |
3764 | 2025-01-17T06:00:04.470Z | |
3765 | 2025-01-17T06:00:04.470Z | info: running `cargo check --bins` on wicket (194/197) |
3766 | 2025-01-17T06:00:05.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-01-17T06:00:05.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-01-17T06:00:05.171Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3769 | 2025-01-17T06:00:05.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3770 | 2025-01-17T06:00:05.762Z | |
3771 | 2025-01-17T06:00:05.762Z | info: running `cargo check --bins` on wicketd (195/197) |
3772 | 2025-01-17T06:00:06.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-01-17T06:00:06.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-01-17T06:00:06.475Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3775 | 2025-01-17T06:00:06.475Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3776 | 2025-01-17T06:00:07.274Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3777 | 2025-01-17T06:00:10.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
3778 | 2025-01-17T06:00:11.166Z | |
3779 | 2025-01-17T06:00:11.166Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3780 | 2025-01-17T06:00:11.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3781 | 2025-01-17T06:00:11.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3782 | 2025-01-17T06:00:11.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3783 | 2025-01-17T06:00:11.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3784 | 2025-01-17T06:00:11.772Z | |
3785 | 2025-01-17T06:00:11.772Z | info: running `cargo check --bins` on zone-setup (197/197) |
3786 | 2025-01-17T06:00:12.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3787 | 2025-01-17T06:00:12.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3788 | 2025-01-17T06:00:12.510Z | Checking uzers v0.12.1 |
3789 | 2025-01-17T06:00:12.851Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3790 | 2025-01-17T06:00:13.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
3791 | 2025-01-17T06:00:14.133Z | |
3792 | 2025-01-17T06:00:14.133Z | real 13:27.356630540 |
3793 | 2025-01-17T06:00:14.133Z | user 25:57.663638444 |
3794 | 2025-01-17T06:00:14.133Z | sys 4:12.810252340 |
3795 | 2025-01-17T06:00:14.133Z | trap 0.553934256 |
3796 | 2025-01-17T06:00:14.133Z | tflt 2.870854522 |
3797 | 2025-01-17T06:00:14.136Z | dflt 2.126833981 |
3798 | 2025-01-17T06:00:14.136Z | kflt 0.001120104 |
3799 | 2025-01-17T06:00:14.136Z | lock 45:52.738441740 |
3800 | 2025-01-17T06:00:14.136Z | slp 2:09:04.899976679 |
3801 | 2025-01-17T06:00:14.136Z | lat 1:05.696208542 |
3802 | 2025-01-17T06:00:14.136Z | stop 3:41.980885383 |
3803 | 2025-01-17T06:00:14.136Z | process exited: duration 1103328 ms, exit code 0 |
|
3804 | 2025-01-17T06:00:14.143Z | found 0 output files |