|
|
|
1 | 2025-01-28T06:50:18.698Z | job assigned to worker 01JJNTR3RH8ZXE6C8R3FXAF6TS [factory aws, i-04f829ae4076376a9] (queued for 12 m 0 s) |
|
2 | 2025-01-28T06:50:26.945Z | starting task 0: "setup" |
3 | 2025-01-28T06:50:26.955Z | ++ uname -s |
4 | 2025-01-28T06:50:26.957Z | + kern=SunOS |
5 | 2025-01-28T06:50:26.957Z | + case "$kern" in |
6 | 2025-01-28T06:50:26.957Z | + groupadd -g 12345 build |
7 | 2025-01-28T06:50:26.960Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T06:50:28.968Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T06:50:29.083Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T06:50:29.086Z | + home_fs=zfs |
11 | 2025-01-28T06:50:29.087Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T06:50:29.087Z | + mkdir -p /home/build |
13 | 2025-01-28T06:50:29.090Z | + chown build:build /home/build /work |
14 | 2025-01-28T06:50:31.090Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T06:50:31.093Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2025-01-28T06:50:31.098Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T06:50:31.104Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T06:50:31.104Z | * toolchain channel = "1.84.0" |
19 | 2025-01-28T06:50:31.104Z | ' 1.84.0 |
20 | 2025-01-28T06:50:31.104Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-28T06:50:31.104Z | ' default |
22 | 2025-01-28T06:50:31.104Z | * toolchain profile = "default" |
23 | 2025-01-28T06:50:31.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T06:50:31.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T06:50:31.226Z | info: downloading installer |
26 | 2025-01-28T06:50:32.339Z | info: profile set to 'default' |
27 | 2025-01-28T06:50:32.339Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T06:50:32.341Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T06:50:32.492Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T06:50:32.492Z | info: downloading component 'cargo' |
31 | 2025-01-28T06:50:33.353Z | info: downloading component 'clippy' |
32 | 2025-01-28T06:50:33.683Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T06:50:34.857Z | info: downloading component 'rust-std' |
34 | 2025-01-28T06:50:36.602Z | info: downloading component 'rustc' |
35 | 2025-01-28T06:50:43.287Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T06:50:43.538Z | info: installing component 'cargo' |
37 | 2025-01-28T06:50:44.420Z | info: installing component 'clippy' |
38 | 2025-01-28T06:50:44.824Z | info: installing component 'rust-docs' |
39 | 2025-01-28T06:50:46.537Z | info: installing component 'rust-std' |
40 | 2025-01-28T06:50:48.387Z | info: installing component 'rustc' |
41 | 2025-01-28T06:50:54.663Z | info: installing component 'rustfmt' |
42 | 2025-01-28T06:50:55.000Z | |
43 | 2025-01-28T06:50:55.001Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
44 | 2025-01-28T06:50:55.394Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T06:50:55.394Z | |
46 | 2025-01-28T06:50:55.397Z | |
47 | 2025-01-28T06:50:55.397Z | Rust is installed now. Great! |
48 | 2025-01-28T06:50:55.397Z | |
49 | 2025-01-28T06:50:55.397Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T06:50:55.397Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T06:50:55.397Z | |
52 | 2025-01-28T06:50:55.397Z | To configure your current shell, you need to source |
53 | 2025-01-28T06:50:55.397Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T06:50:55.397Z | |
55 | 2025-01-28T06:50:55.397Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T06:50:55.397Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T06:50:55.397Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T06:50:55.478Z | + rustc --version |
59 | 2025-01-28T06:50:55.547Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T06:50:55.550Z | process exited: duration 24445 ms, exit code 0 |
|
61 | 2025-01-28T06:50:55.556Z | starting task 2: "authentication" |
62 | 2025-01-28T06:50:55.577Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-28T06:50:55.583Z | starting task 3: "clone repository" |
64 | 2025-01-28T06:50:55.588Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T06:50:55.591Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T06:50:55.628Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T06:51:03.083Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T06:51:03.083Z | + git fetch origin e98365b41adb2804430886777368cbda500567c3 |
69 | 2025-01-28T06:51:03.120Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T06:51:03.121Z | * branch e98365b41adb2804430886777368cbda500567c3 -> FETCH_HEAD |
71 | 2025-01-28T06:51:03.131Z | + [[ -n '' ]] |
72 | 2025-01-28T06:51:03.131Z | + git reset --hard e98365b41adb2804430886777368cbda500567c3 |
73 | 2025-01-28T06:51:03.313Z | HEAD is now at e98365b41 Update Rust crate test-strategy to 0.4.0 |
74 | 2025-01-28T06:51:03.317Z | process exited: duration 7730 ms, exit code 0 |
|
75 | 2025-01-28T06:51:03.324Z | starting task 4: "build" |
76 | 2025-01-28T06:51:03.328Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-28T06:51:03.328Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-28T06:51:03.332Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-28T06:51:03.332Z | + cargo --version |
80 | 2025-01-28T06:51:03.391Z | cargo 1.84.0 (66221abde 2024-11-19) |
81 | 2025-01-28T06:51:03.394Z | + rustc --version |
82 | 2025-01-28T06:51:03.459Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
83 | 2025-01-28T06:51:03.463Z | + source ./env.sh |
84 | 2025-01-28T06:51:03.463Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2025-01-28T06:51:03.463Z | ++ set -o xtrace |
86 | 2025-01-28T06:51:03.466Z | ++++ dirname ./env.sh |
87 | 2025-01-28T06:51:03.468Z | +++ readlink -f . |
88 | 2025-01-28T06:51:03.471Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2025-01-28T06:51:03.471Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-28T06:51:03.471Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-28T06:51:03.471Z | ++ 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 |
92 | 2025-01-28T06:51:03.471Z | ++ 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 |
93 | 2025-01-28T06:51:03.471Z | ++ 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 |
94 | 2025-01-28T06:51:03.471Z | ++ 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 |
95 | 2025-01-28T06:51:03.471Z | ++ 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 |
96 | 2025-01-28T06:51:03.471Z | ++ 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 |
97 | 2025-01-28T06:51:03.471Z | ++ case $OLD_SHELL_OPTS in |
98 | 2025-01-28T06:51:03.471Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2025-01-28T06:51:03.471Z | + 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 |
100 | 2025-01-28T06:51:03.471Z | + 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 |
101 | 2025-01-28T06:51:03.471Z | + banner prerequisites |
102 | 2025-01-28T06:51:03.475Z | |
103 | 2025-01-28T06:51:03.475Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2025-01-28T06:51:03.475Z | # # # # # # # # # # # # # # # |
105 | 2025-01-28T06:51:03.475Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2025-01-28T06:51:03.475Z | ##### ##### # ##### # # # # # # # # # |
107 | 2025-01-28T06:51:03.475Z | # # # # # # # # # # # # # # # |
108 | 2025-01-28T06:51:03.475Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2025-01-28T06:51:03.475Z | |
110 | 2025-01-28T06:51:03.475Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2025-01-28T06:51:05.100Z | pkg list: illegal option -- F |
112 | 2025-01-28T06:51:05.100Z | Usage: |
113 | 2025-01-28T06:51:05.103Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-01-28T06:51:05.103Z | [pkg_fmri_pattern ...] |
115 | 2025-01-28T06:51:05.960Z | pkg list: illegal option -- F |
116 | 2025-01-28T06:51:05.960Z | Usage: |
117 | 2025-01-28T06:51:05.962Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-28T06:51:05.963Z | [pkg_fmri_pattern ...] |
119 | 2025-01-28T06:51:12.064Z | Startup: Refreshing catalog 'helios-dev' ... Done |
120 | 2025-01-28T06:51:16.170Z | Startup: Caching catalogs ... Done |
121 | 2025-01-28T06:51:27.544Z | Planning: Solver setup ... Done (10.545s) |
122 | 2025-01-28T06:51:27.690Z | Planning: Running solver ... Done (0.146s) |
123 | 2025-01-28T06:51:27.813Z | Planning: Finding local manifests ... Done (0.006s) |
124 | 2025-01-28T06:51:27.822Z | Planning: Fetching manifests: 0/7 0% complete |
125 | 2025-01-28T06:51:28.057Z | Planning: Fetching manifests: 7/7 100% complete |
126 | 2025-01-28T06:51:28.179Z | Planning: Package planning ... Done (0.114s) |
127 | 2025-01-28T06:51:28.228Z | Planning: Merging actions ... Done (0.057s) |
128 | 2025-01-28T06:51:28.424Z | Planning: Checking for conflicting actions ... Done (0.196s) |
129 | 2025-01-28T06:51:30.519Z | Planning: Consolidating action changes ... Done (2.094s) |
130 | 2025-01-28T06:51:30.961Z | Planning: Evaluating mediators ... Done (0.441s) |
131 | 2025-01-28T06:51:31.047Z | Planning: Planning completed in 14.78 seconds |
132 | 2025-01-28T06:51:31.099Z | Packages to install: 4 |
133 | 2025-01-28T06:51:31.099Z | Packages to update: 3 |
134 | 2025-01-28T06:51:31.099Z | Mediators to change: 2 |
135 | 2025-01-28T06:51:31.106Z | Services to change: 1 |
136 | 2025-01-28T06:51:31.106Z | Estimated space available: 155.61 GB |
137 | 2025-01-28T06:51:31.106Z | Estimated space to be consumed: 1.64 GB |
138 | 2025-01-28T06:51:31.106Z | Create boot environment: No |
139 | 2025-01-28T06:51:31.106Z | Create backup boot environment: Yes |
140 | 2025-01-28T06:51:31.106Z | Rebuild boot archive: No |
141 | 2025-01-28T06:51:31.106Z | |
142 | 2025-01-28T06:51:31.106Z | Changed mediators: |
143 | 2025-01-28T06:51:31.107Z | mediator clang: |
144 | 2025-01-28T06:51:31.107Z | version: None -> 15 (system default) |
145 | 2025-01-28T06:51:31.107Z | |
146 | 2025-01-28T06:51:31.107Z | mediator llvm: |
147 | 2025-01-28T06:51:31.107Z | version: 14 (system default) -> 15 (system default) |
148 | 2025-01-28T06:51:31.107Z | |
149 | 2025-01-28T06:51:31.107Z | Changed packages: |
150 | 2025-01-28T06:51:31.107Z | helios-dev |
151 | 2025-01-28T06:51:31.107Z | developer/build-essential |
152 | 2025-01-28T06:51:31.107Z | None -> 11-2.0 |
153 | 2025-01-28T06:51:31.107Z | library/libxmlsec1 |
154 | 2025-01-28T06:51:31.107Z | None -> 1.2.35-2.0 |
155 | 2025-01-28T06:51:31.107Z | ooce/developer/clang-15 |
156 | 2025-01-28T06:51:31.107Z | None -> 15.0.7-2.0 |
157 | 2025-01-28T06:51:31.107Z | ooce/developer/llvm-15 |
158 | 2025-01-28T06:51:31.107Z | None -> 15.0.7-2.0 |
159 | 2025-01-28T06:51:31.107Z | package/pkg |
160 | 2025-01-28T06:51:31.107Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
161 | 2025-01-28T06:51:31.107Z | system/library/g++-runtime |
162 | 2025-01-28T06:51:31.107Z | 13-2.0 -> 14-2.0 |
163 | 2025-01-28T06:51:31.107Z | system/library/gcc-runtime |
164 | 2025-01-28T06:51:31.107Z | 13-2.0 -> 14-2.0 |
165 | 2025-01-28T06:51:31.107Z | |
166 | 2025-01-28T06:51:31.107Z | Services: |
167 | 2025-01-28T06:51:31.107Z | restart_fmri: |
168 | 2025-01-28T06:51:31.107Z | svc:/system/update-man-index:default |
169 | 2025-01-28T06:51:31.108Z | |
170 | 2025-01-28T06:51:31.108Z | Editable files to change: |
171 | 2025-01-28T06:51:31.108Z | Update: |
172 | 2025-01-28T06:51:31.108Z | usr/share/lib/pkg/web/config.shtml |
173 | 2025-01-28T06:51:31.184Z | |
174 | 2025-01-28T06:51:31.184Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
175 | 2025-01-28T06:51:36.188Z | Download: 1512/4301 items 116.8/225.4MB 51% complete (23.7M/s) |
176 | 2025-01-28T06:51:41.264Z | Download: 3238/4301 items 165.4/225.4MB 73% complete (16.6M/s) |
177 | 2025-01-28T06:51:46.324Z | Download: 4298/4301 items 225.1/225.4MB 99% complete (11.1M/s) |
178 | 2025-01-28T06:51:46.337Z | Download: Completed 225.42 MB in 15.15 seconds (14.9M/s) |
179 | 2025-01-28T06:51:49.158Z | Actions: 1/5122 actions (Removing old actions) |
180 | 2025-01-28T06:51:49.180Z | Actions: 194/5122 actions (Installing new actions) |
181 | 2025-01-28T06:51:57.736Z | Actions: 4267/5122 actions (Updating modified actions) |
182 | 2025-01-28T06:51:57.830Z | Actions: Completed 5122 actions in 5.13 seconds. |
183 | 2025-01-28T06:51:57.830Z | Done (0.414s) |
184 | 2025-01-28T06:51:57.830Z | Done (0.001s) |
185 | 2025-01-28T06:51:57.830Z | Done (0.577s) |
186 | 2025-01-28T06:51:59.880Z | Done (4.346s) |
187 | 2025-01-28T06:51:59.968Z | Done (0.018s) |
188 | 2025-01-28T06:51:59.971Z | Done (0.000s) |
189 | 2025-01-28T06:52:00.146Z | Done (0.000s) |
190 | 2025-01-28T06:52:00.865Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-01-28T06:52:01.029Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-01-28T06:52:01.031Z | Planning: Consolidating action changes ... Done |
193 | 2025-01-28T06:52:01.305Z | Planning: Evaluating mediators ... Done |
194 | 2025-01-28T06:52:01.308Z | Planning: Planning completed in 0.44 seconds |
195 | 2025-01-28T06:52:01.346Z | Mediators to change: 2 |
196 | 2025-01-28T06:52:01.346Z | Create boot environment: No |
197 | 2025-01-28T06:52:01.348Z | Create backup boot environment: No |
198 | 2025-01-28T06:52:01.429Z | Done |
199 | 2025-01-28T06:52:01.429Z | Done |
200 | 2025-01-28T06:52:01.845Z | Done |
201 | 2025-01-28T06:52:05.634Z | Done |
202 | 2025-01-28T06:52:05.725Z | Done |
203 | 2025-01-28T06:52:05.728Z | Done |
204 | 2025-01-28T06:52:05.864Z | Done |
205 | 2025-01-28T06:52:06.493Z | Planning: Evaluating mediator changes ... Done |
206 | 2025-01-28T06:52:06.495Z | Planning: Merging actions ... Done |
207 | 2025-01-28T06:52:06.689Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-01-28T06:52:06.691Z | Planning: Consolidating action changes ... Done |
209 | 2025-01-28T06:52:06.965Z | Planning: Evaluating mediators ... Done |
210 | 2025-01-28T06:52:07.024Z | Planning: Planning completed in 0.78 seconds |
211 | 2025-01-28T06:52:07.060Z | Packages to change: 1 |
212 | 2025-01-28T06:52:07.060Z | Mediators to change: 1 |
213 | 2025-01-28T06:52:07.063Z | Services to change: 1 |
214 | 2025-01-28T06:52:07.063Z | Create boot environment: No |
215 | 2025-01-28T06:52:07.063Z | Create backup boot environment: Yes |
216 | 2025-01-28T06:52:09.282Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2025-01-28T06:52:09.284Z | Actions: Completed 6 actions in 0.00 seconds. |
218 | 2025-01-28T06:52:09.284Z | Done |
219 | 2025-01-28T06:52:09.284Z | Done |
220 | 2025-01-28T06:52:09.405Z | Done |
221 | 2025-01-28T06:52:13.162Z | Done |
222 | 2025-01-28T06:52:13.260Z | Done |
223 | 2025-01-28T06:52:13.263Z | Done |
224 | 2025-01-28T06:52:13.395Z | Done |
225 | 2025-01-28T06:52:13.845Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2025-01-28T06:52:13.845Z | clang system 15 system |
227 | 2025-01-28T06:52:13.845Z | csh system system illumos |
228 | 2025-01-28T06:52:13.845Z | ctags system system illumos |
229 | 2025-01-28T06:52:13.845Z | gcc vendor 12 vendor |
230 | 2025-01-28T06:52:13.845Z | gcc system 10 system |
231 | 2025-01-28T06:52:13.845Z | gcc system 7 system |
232 | 2025-01-28T06:52:13.845Z | go system 1.20 system |
233 | 2025-01-28T06:52:13.845Z | go system 1.19 system |
234 | 2025-01-28T06:52:13.845Z | llvm system 15 system |
235 | 2025-01-28T06:52:13.845Z | llvm system 14 system |
236 | 2025-01-28T06:52:13.845Z | mariadb system 10.6 system |
237 | 2025-01-28T06:52:13.845Z | mta vendor vendor dma |
238 | 2025-01-28T06:52:13.845Z | openjdk system 17 system |
239 | 2025-01-28T06:52:13.845Z | openjdk system 11 system |
240 | 2025-01-28T06:52:13.846Z | openjdk system 1.8 system |
241 | 2025-01-28T06:52:13.846Z | openssl vendor 3 vendor |
242 | 2025-01-28T06:52:13.846Z | perl system 5.36 system |
243 | 2025-01-28T06:52:13.846Z | postgresql system 15 system |
244 | 2025-01-28T06:52:13.846Z | postgresql system 13 system |
245 | 2025-01-28T06:52:13.846Z | python vendor 3 vendor |
246 | 2025-01-28T06:52:13.846Z | python system 2 system |
247 | 2025-01-28T06:52:13.846Z | python3 system 3.11 system |
248 | 2025-01-28T06:52:13.846Z | ruby system 3.0 system |
249 | 2025-01-28T06:52:13.846Z | words vendor vendor american-english |
250 | 2025-01-28T06:52:13.846Z | words system system australian-english |
251 | 2025-01-28T06:52:13.846Z | words system system british-english |
252 | 2025-01-28T06:52:13.846Z | words system system canadian-english |
253 | 2025-01-28T06:52:13.846Z | words system system french |
254 | 2025-01-28T06:52:13.846Z | words system system italian |
255 | 2025-01-28T06:52:13.846Z | words system system ngerman |
256 | 2025-01-28T06:52:13.846Z | words system system ogerman |
257 | 2025-01-28T06:52:13.846Z | words system system spanish |
258 | 2025-01-28T06:52:14.189Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2025-01-28T06:52:14.189Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2025-01-28T06:52:17.031Z | FMRI IFO |
261 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
271 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
272 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
274 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
275 | 2025-01-28T06:52:17.031Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2025-01-28T06:52:17.819Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2025-01-28T06:52:18.114Z | Updating crates.io index |
278 | 2025-01-28T06:52:18.170Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
279 | 2025-01-28T06:52:18.428Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
280 | 2025-01-28T06:52:18.984Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
281 | 2025-01-28T06:52:19.253Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2025-01-28T06:52:19.563Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2025-01-28T06:52:19.838Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2025-01-28T06:52:20.834Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2025-01-28T06:52:22.587Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2025-01-28T06:52:23.373Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2025-01-28T06:52:24.151Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2025-01-28T06:52:24.466Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2025-01-28T06:52:24.780Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2025-01-28T06:52:25.687Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2025-01-28T06:52:26.020Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
292 | 2025-01-28T06:52:26.333Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
293 | 2025-01-28T06:52:26.687Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
294 | 2025-01-28T06:52:26.945Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
295 | 2025-01-28T06:52:27.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
296 | 2025-01-28T06:52:27.526Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
297 | 2025-01-28T06:52:27.855Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2025-01-28T06:52:28.248Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
299 | 2025-01-28T06:52:28.604Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2025-01-28T06:52:28.922Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2025-01-28T06:52:29.283Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2025-01-28T06:52:29.905Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2025-01-28T06:52:30.189Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2025-01-28T06:52:30.674Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2025-01-28T06:52:31.064Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
306 | 2025-01-28T06:52:31.428Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
307 | 2025-01-28T06:52:31.671Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
308 | 2025-01-28T06:52:31.967Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
309 | 2025-01-28T06:52:33.276Z | Downloading crates ... |
310 | 2025-01-28T06:52:33.369Z | Downloaded byteorder v1.5.0 |
311 | 2025-01-28T06:52:33.373Z | Downloaded anstyle-query v1.1.1 |
312 | 2025-01-28T06:52:33.376Z | Downloaded anstyle-parse v0.2.5 |
313 | 2025-01-28T06:52:33.378Z | Downloaded anstyle v1.0.10 |
314 | 2025-01-28T06:52:33.383Z | Downloaded swrite v0.1.0 |
315 | 2025-01-28T06:52:33.386Z | Downloaded dtrace-parser v0.2.0 |
316 | 2025-01-28T06:52:33.391Z | Downloaded equivalent v1.0.1 |
317 | 2025-01-28T06:52:33.400Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2025-01-28T06:52:33.404Z | Downloaded scroll_derive v0.12.0 |
319 | 2025-01-28T06:52:33.413Z | Downloaded pretty-hex v0.4.1 |
320 | 2025-01-28T06:52:33.416Z | Downloaded usdt-macro v0.5.0 |
321 | 2025-01-28T06:52:33.420Z | Downloaded smawk v0.3.2 |
322 | 2025-01-28T06:52:33.424Z | Downloaded macaddr v1.0.1 |
323 | 2025-01-28T06:52:33.424Z | Downloaded is_terminal_polyfill v1.70.1 |
324 | 2025-01-28T06:52:33.427Z | Downloaded heck v0.4.1 |
325 | 2025-01-28T06:52:33.427Z | Downloaded fnv v1.0.7 |
326 | 2025-01-28T06:52:33.427Z | Downloaded camino v1.1.9 |
327 | 2025-01-28T06:52:33.429Z | Downloaded anyhow v1.0.95 |
328 | 2025-01-28T06:52:33.433Z | Downloaded fastrand v2.1.1 |
329 | 2025-01-28T06:52:33.436Z | Downloaded heck v0.5.0 |
330 | 2025-01-28T06:52:33.438Z | Downloaded generic-array v0.14.7 |
331 | 2025-01-28T06:52:33.438Z | Downloaded dof v0.3.0 |
332 | 2025-01-28T06:52:33.440Z | Downloaded crypto-common v0.1.6 |
333 | 2025-01-28T06:52:33.440Z | Downloaded cpufeatures v0.2.14 |
334 | 2025-01-28T06:52:33.443Z | Downloaded cargo-platform v0.1.8 |
335 | 2025-01-28T06:52:33.443Z | Downloaded colorchoice v1.0.2 |
336 | 2025-01-28T06:52:33.445Z | Downloaded digest v0.10.7 |
337 | 2025-01-28T06:52:33.448Z | Downloaded scroll v0.12.0 |
338 | 2025-01-28T06:52:33.454Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2025-01-28T06:52:33.456Z | Downloaded thiserror v1.0.69 |
340 | 2025-01-28T06:52:33.460Z | Downloaded strsim v0.11.1 |
341 | 2025-01-28T06:52:33.463Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-01-28T06:52:33.465Z | Downloaded usdt v0.5.0 |
343 | 2025-01-28T06:52:33.465Z | Downloaded tabled_derive v0.7.0 |
344 | 2025-01-28T06:52:33.466Z | Downloaded serde_spanned v0.6.8 |
345 | 2025-01-28T06:52:33.468Z | Downloaded memmap v0.7.0 |
346 | 2025-01-28T06:52:33.471Z | Downloaded terminal_size v0.4.0 |
347 | 2025-01-28T06:52:33.474Z | Downloaded version_check v0.9.5 |
348 | 2025-01-28T06:52:33.476Z | Downloaded usdt-impl v0.5.0 |
349 | 2025-01-28T06:52:33.478Z | Downloaded toml_datetime v0.6.8 |
350 | 2025-01-28T06:52:33.478Z | Downloaded plain v0.2.3 |
351 | 2025-01-28T06:52:33.478Z | Downloaded itoa v1.0.11 |
352 | 2025-01-28T06:52:33.481Z | Downloaded thiserror-impl v1.0.69 |
353 | 2025-01-28T06:52:33.483Z | Downloaded pest_generator v2.7.14 |
354 | 2025-01-28T06:52:33.486Z | Downloaded clap_lex v0.7.4 |
355 | 2025-01-28T06:52:33.488Z | Downloaded utf8parse v0.2.2 |
356 | 2025-01-28T06:52:33.493Z | Downloaded autocfg v1.4.0 |
357 | 2025-01-28T06:52:33.495Z | Downloaded thread-id v4.2.2 |
358 | 2025-01-28T06:52:33.495Z | Downloaded fs-err v2.11.0 |
359 | 2025-01-28T06:52:33.498Z | Downloaded errno v0.3.9 |
360 | 2025-01-28T06:52:33.498Z | Downloaded cfg-if v1.0.0 |
361 | 2025-01-28T06:52:33.500Z | Downloaded bytecount v0.6.8 |
362 | 2025-01-28T06:52:33.500Z | Downloaded block-buffer v0.10.4 |
363 | 2025-01-28T06:52:33.503Z | Downloaded cargo_toml v0.20.5 |
364 | 2025-01-28T06:52:33.503Z | Downloaded proc-macro-error v1.0.4 |
365 | 2025-01-28T06:52:33.506Z | Downloaded once_cell v1.20.2 |
366 | 2025-01-28T06:52:33.509Z | Downloaded camino-tempfile v1.1.1 |
367 | 2025-01-28T06:52:33.511Z | Downloaded clap_derive v4.5.24 |
368 | 2025-01-28T06:52:33.514Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2025-01-28T06:52:33.521Z | Downloaded tempfile v3.13.0 |
370 | 2025-01-28T06:52:33.524Z | Downloaded quote v1.0.38 |
371 | 2025-01-28T06:52:33.530Z | Downloaded semver v1.0.24 |
372 | 2025-01-28T06:52:33.532Z | Downloaded sha2 v0.10.8 |
373 | 2025-01-28T06:52:33.535Z | Downloaded anstream v0.6.15 |
374 | 2025-01-28T06:52:33.542Z | Downloaded cargo_metadata v0.18.1 |
375 | 2025-01-28T06:52:33.544Z | Downloaded clap v4.5.27 |
376 | 2025-01-28T06:52:33.551Z | Downloaded unicode-ident v1.0.14 |
377 | 2025-01-28T06:52:33.554Z | Downloaded ryu v1.0.18 |
378 | 2025-01-28T06:52:33.557Z | Downloaded proc-macro2 v1.0.92 |
379 | 2025-01-28T06:52:33.559Z | Downloaded pest_meta v2.7.14 |
380 | 2025-01-28T06:52:33.562Z | Downloaded pest_derive v2.7.14 |
381 | 2025-01-28T06:52:33.564Z | Downloaded typenum v1.17.0 |
382 | 2025-01-28T06:52:33.567Z | Downloaded toml v0.8.19 |
383 | 2025-01-28T06:52:33.569Z | Downloaded log v0.4.22 |
384 | 2025-01-28T06:52:33.571Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2025-01-28T06:52:33.575Z | Downloaded serde_derive v1.0.217 |
386 | 2025-01-28T06:52:33.578Z | Downloaded bitflags v2.6.0 |
387 | 2025-01-28T06:52:33.581Z | Downloaded textwrap v0.16.1 |
388 | 2025-01-28T06:52:33.584Z | Downloaded papergrid v0.11.0 |
389 | 2025-01-28T06:52:33.595Z | Downloaded ucd-trie v0.1.7 |
390 | 2025-01-28T06:52:33.597Z | Downloaded indexmap v2.7.0 |
391 | 2025-01-28T06:52:33.605Z | Downloaded serde v1.0.217 |
392 | 2025-01-28T06:52:33.622Z | Downloaded memchr v2.7.4 |
393 | 2025-01-28T06:52:33.636Z | Downloaded toml_edit v0.22.22 |
394 | 2025-01-28T06:52:33.689Z | Downloaded pest v2.7.14 |
395 | 2025-01-28T06:52:33.699Z | Downloaded clap_builder v4.5.27 |
396 | 2025-01-28T06:52:33.706Z | Downloaded zerocopy v0.7.35 |
397 | 2025-01-28T06:52:33.720Z | Downloaded winnow v0.6.20 |
398 | 2025-01-28T06:52:33.728Z | Downloaded serde_json v1.0.135 |
399 | 2025-01-28T06:52:33.734Z | Downloaded tabled v0.15.0 |
400 | 2025-01-28T06:52:33.749Z | Downloaded goblin v0.8.2 |
401 | 2025-01-28T06:52:33.754Z | Downloaded syn v1.0.109 |
402 | 2025-01-28T06:52:33.763Z | Downloaded unicode-width v0.1.14 |
403 | 2025-01-28T06:52:33.769Z | Downloaded hashbrown v0.15.1 |
404 | 2025-01-28T06:52:33.773Z | Downloaded syn v2.0.96 |
405 | 2025-01-28T06:52:33.784Z | Downloaded rustix v0.38.37 |
406 | 2025-01-28T06:52:33.816Z | Downloaded libc v0.2.169 |
407 | 2025-01-28T06:52:34.132Z | Compiling proc-macro2 v1.0.92 |
408 | 2025-01-28T06:52:34.132Z | Compiling unicode-ident v1.0.14 |
409 | 2025-01-28T06:52:34.135Z | Compiling serde v1.0.217 |
410 | 2025-01-28T06:52:34.135Z | Compiling version_check v0.9.5 |
411 | 2025-01-28T06:52:34.135Z | Compiling thiserror v1.0.69 |
412 | 2025-01-28T06:52:34.135Z | Compiling memchr v2.7.4 |
413 | 2025-01-28T06:52:34.169Z | Compiling libc v0.2.169 |
414 | 2025-01-28T06:52:34.171Z | Compiling ucd-trie v0.1.7 |
415 | 2025-01-28T06:52:34.401Z | Compiling ryu v1.0.18 |
416 | 2025-01-28T06:52:34.768Z | Compiling itoa v1.0.11 |
417 | 2025-01-28T06:52:34.913Z | Compiling once_cell v1.20.2 |
418 | 2025-01-28T06:52:34.978Z | Compiling byteorder v1.5.0 |
419 | 2025-01-28T06:52:35.003Z | Compiling rustix v0.38.37 |
420 | 2025-01-28T06:52:35.148Z | Compiling serde_json v1.0.135 |
421 | 2025-01-28T06:52:35.447Z | Compiling bitflags v2.6.0 |
422 | 2025-01-28T06:52:35.512Z | Compiling usdt-impl v0.5.0 |
423 | 2025-01-28T06:52:35.703Z | Compiling proc-macro-error-attr v1.0.4 |
424 | 2025-01-28T06:52:35.770Z | Compiling syn v1.0.109 |
425 | 2025-01-28T06:52:35.799Z | Compiling proc-macro-error v1.0.4 |
426 | 2025-01-28T06:52:35.854Z | Compiling camino v1.1.9 |
427 | 2025-01-28T06:52:35.987Z | Compiling quote v1.0.38 |
428 | 2025-01-28T06:52:36.086Z | Compiling errno v0.3.9 |
429 | 2025-01-28T06:52:36.115Z | Compiling utf8parse v0.2.2 |
430 | 2025-01-28T06:52:36.321Z | Compiling equivalent v1.0.1 |
431 | 2025-01-28T06:52:36.347Z | Compiling syn v2.0.96 |
432 | 2025-01-28T06:52:36.441Z | Compiling log v0.4.22 |
433 | 2025-01-28T06:52:36.468Z | Compiling hashbrown v0.15.1 |
434 | 2025-01-28T06:52:36.471Z | Compiling plain v0.2.3 |
435 | 2025-01-28T06:52:36.663Z | Compiling thread-id v4.2.2 |
436 | 2025-01-28T06:52:36.794Z | Compiling anstyle-parse v0.2.5 |
437 | 2025-01-28T06:52:36.973Z | Compiling pretty-hex v0.4.1 |
438 | 2025-01-28T06:52:37.114Z | Compiling unicode-width v0.1.14 |
439 | 2025-01-28T06:52:37.188Z | Compiling anstyle-query v1.1.1 |
440 | 2025-01-28T06:52:37.213Z | Compiling semver v1.0.24 |
441 | 2025-01-28T06:52:37.352Z | Compiling autocfg v1.4.0 |
442 | 2025-01-28T06:52:37.457Z | Compiling colorchoice v1.0.2 |
443 | 2025-01-28T06:52:37.601Z | Compiling indexmap v2.7.0 |
444 | 2025-01-28T06:52:37.645Z | Compiling is_terminal_polyfill v1.70.1 |
445 | 2025-01-28T06:52:37.674Z | Compiling anstyle v1.0.10 |
446 | 2025-01-28T06:52:37.700Z | Compiling winnow v0.6.20 |
447 | 2025-01-28T06:52:38.060Z | Compiling anstream v0.6.15 |
448 | 2025-01-28T06:52:38.302Z | Compiling terminal_size v0.4.0 |
449 | 2025-01-28T06:52:38.442Z | Compiling fs-err v2.11.0 |
450 | 2025-01-28T06:52:38.547Z | Compiling fastrand v2.1.1 |
451 | 2025-01-28T06:52:38.683Z | Compiling fnv v1.0.7 |
452 | 2025-01-28T06:52:38.822Z | Compiling cfg-if v1.0.0 |
453 | 2025-01-28T06:52:38.850Z | Compiling anyhow v1.0.95 |
454 | 2025-01-28T06:52:38.899Z | Compiling heck v0.4.1 |
455 | 2025-01-28T06:52:38.943Z | Compiling clap_lex v0.7.4 |
456 | 2025-01-28T06:52:38.971Z | Compiling bytecount v0.6.8 |
457 | 2025-01-28T06:52:39.083Z | Compiling strsim v0.11.1 |
458 | 2025-01-28T06:52:39.210Z | Compiling heck v0.5.0 |
459 | 2025-01-28T06:52:39.713Z | Compiling clap_builder v4.5.27 |
460 | 2025-01-28T06:52:39.831Z | Compiling tempfile v3.13.0 |
461 | 2025-01-28T06:52:39.884Z | Compiling papergrid v0.11.0 |
462 | 2025-01-28T06:52:39.980Z | Compiling memmap v0.7.0 |
463 | 2025-01-28T06:52:40.070Z | Compiling unicode-linebreak v0.1.5 |
464 | 2025-01-28T06:52:40.335Z | Compiling smawk v0.3.2 |
465 | 2025-01-28T06:52:40.570Z | Compiling textwrap v0.16.1 |
466 | 2025-01-28T06:52:41.158Z | Compiling swrite v0.1.0 |
467 | 2025-01-28T06:52:41.742Z | Compiling tabled_derive v0.7.0 |
468 | 2025-01-28T06:52:43.272Z | Compiling serde_derive v1.0.217 |
469 | 2025-01-28T06:52:43.275Z | Compiling thiserror-impl v1.0.69 |
470 | 2025-01-28T06:52:43.275Z | Compiling zerocopy-derive v0.7.35 |
471 | 2025-01-28T06:52:43.276Z | Compiling scroll_derive v0.12.0 |
472 | 2025-01-28T06:52:43.276Z | Compiling clap_derive v4.5.24 |
473 | 2025-01-28T06:52:43.451Z | Compiling tabled v0.15.0 |
474 | 2025-01-28T06:52:44.727Z | Compiling scroll v0.12.0 |
475 | 2025-01-28T06:52:45.251Z | Compiling goblin v0.8.2 |
476 | 2025-01-28T06:52:45.304Z | Compiling zerocopy v0.7.35 |
477 | 2025-01-28T06:52:46.340Z | Compiling pest v2.7.14 |
478 | 2025-01-28T06:52:46.773Z | Compiling clap v4.5.27 |
479 | 2025-01-28T06:52:48.585Z | Compiling pest_meta v2.7.14 |
480 | 2025-01-28T06:52:49.514Z | Compiling pest_generator v2.7.14 |
481 | 2025-01-28T06:52:50.948Z | Compiling pest_derive v2.7.14 |
482 | 2025-01-28T06:52:51.542Z | Compiling dtrace-parser v0.2.0 |
483 | 2025-01-28T06:52:52.275Z | Compiling serde_tokenstream v0.2.2 |
484 | 2025-01-28T06:52:52.323Z | Compiling toml_datetime v0.6.8 |
485 | 2025-01-28T06:52:52.371Z | Compiling serde_spanned v0.6.8 |
486 | 2025-01-28T06:52:52.634Z | Compiling cargo-platform v0.1.8 |
487 | 2025-01-28T06:52:52.655Z | Compiling toml_edit v0.22.22 |
488 | 2025-01-28T06:52:52.814Z | Compiling macaddr v1.0.1 |
489 | 2025-01-28T06:52:53.031Z | Compiling camino-tempfile v1.1.1 |
490 | 2025-01-28T06:52:53.713Z | Compiling dof v0.3.0 |
491 | 2025-01-28T06:52:53.713Z | Compiling cargo_metadata v0.18.1 |
492 | 2025-01-28T06:52:55.180Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2025-01-28T06:52:55.182Z | Compiling usdt-macro v0.5.0 |
494 | 2025-01-28T06:52:55.575Z | Compiling toml v0.8.19 |
495 | 2025-01-28T06:52:56.315Z | Compiling cargo_toml v0.20.5 |
496 | 2025-01-28T06:52:56.389Z | Compiling usdt v0.5.0 |
497 | 2025-01-28T06:52:59.126Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
498 | 2025-01-28T06:53:02.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.81s |
499 | 2025-01-28T06:53:02.700Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
500 | 2025-01-28T06:53:03.290Z | Downloading crates ... |
501 | 2025-01-28T06:53:03.421Z | Downloaded ascii-canvas v3.0.0 |
502 | 2025-01-28T06:53:03.425Z | Downloaded arrayref v0.3.9 |
503 | 2025-01-28T06:53:03.430Z | Downloaded arrayvec v0.7.6 |
504 | 2025-01-28T06:53:03.435Z | Downloaded atty v0.2.14 |
505 | 2025-01-28T06:53:03.446Z | Downloaded home v0.5.9 |
506 | 2025-01-28T06:53:03.448Z | Downloaded hostname v0.3.1 |
507 | 2025-01-28T06:53:03.451Z | Downloaded hex v0.4.3 |
508 | 2025-01-28T06:53:03.453Z | Downloaded heck v0.3.3 |
509 | 2025-01-28T06:53:03.457Z | Downloaded is_ci v1.2.0 |
510 | 2025-01-28T06:53:03.457Z | Downloaded ciborium-io v0.2.2 |
511 | 2025-01-28T06:53:03.457Z | Downloaded castaway v0.2.3 |
512 | 2025-01-28T06:53:03.460Z | Downloaded ident_case v1.0.1 |
513 | 2025-01-28T06:53:03.460Z | Downloaded hubpack_derive v0.1.1 |
514 | 2025-01-28T06:53:03.462Z | Downloaded http-body v1.0.1 |
515 | 2025-01-28T06:53:03.462Z | Downloaded atomicwrites v0.4.4 |
516 | 2025-01-28T06:53:03.464Z | Downloaded icu_provider_macros v1.5.0 |
517 | 2025-01-28T06:53:03.464Z | Downloaded adler2 v2.0.0 |
518 | 2025-01-28T06:53:03.467Z | Downloaded array-init v0.0.4 |
519 | 2025-01-28T06:53:03.470Z | Downloaded aead v0.5.2 |
520 | 2025-01-28T06:53:03.470Z | Downloaded cfg_aliases v0.2.1 |
521 | 2025-01-28T06:53:03.472Z | Downloaded cstr-argument v0.1.2 |
522 | 2025-01-28T06:53:03.472Z | Downloaded crunchy v0.2.2 |
523 | 2025-01-28T06:53:03.472Z | Downloaded cfg_aliases v0.1.1 |
524 | 2025-01-28T06:53:03.475Z | Downloaded async-stream-impl v0.3.6 |
525 | 2025-01-28T06:53:03.475Z | Downloaded instant v0.1.13 |
526 | 2025-01-28T06:53:03.477Z | Downloaded http-range v0.1.5 |
527 | 2025-01-28T06:53:03.479Z | Downloaded curve25519-dalek-derive v0.1.1 |
528 | 2025-01-28T06:53:03.479Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2025-01-28T06:53:03.483Z | Downloaded bitfield-struct v0.6.2 |
530 | 2025-01-28T06:53:03.485Z | Downloaded md5 v0.7.0 |
531 | 2025-01-28T06:53:03.488Z | Downloaded match_cfg v0.1.0 |
532 | 2025-01-28T06:53:03.488Z | Downloaded convert_case v0.4.0 |
533 | 2025-01-28T06:53:03.491Z | Downloaded hickory-client v0.24.2 |
534 | 2025-01-28T06:53:03.493Z | Downloaded inout v0.1.3 |
535 | 2025-01-28T06:53:03.493Z | Downloaded chrono-tz-build v0.4.0 |
536 | 2025-01-28T06:53:03.496Z | Downloaded blowfish v0.9.1 |
537 | 2025-01-28T06:53:03.498Z | Downloaded lazy_static v1.5.0 |
538 | 2025-01-28T06:53:03.500Z | Downloaded keccak v0.1.5 |
539 | 2025-01-28T06:53:03.500Z | Downloaded hex-literal v0.4.1 |
540 | 2025-01-28T06:53:03.503Z | Downloaded cexpr v0.6.0 |
541 | 2025-01-28T06:53:03.506Z | Downloaded kstat-rs v0.2.4 |
542 | 2025-01-28T06:53:03.506Z | Downloaded crc v3.2.1 |
543 | 2025-01-28T06:53:03.510Z | Downloaded libsw v3.3.1 |
544 | 2025-01-28T06:53:03.512Z | Downloaded cassowary v0.3.0 |
545 | 2025-01-28T06:53:03.512Z | Downloaded managed v0.8.0 |
546 | 2025-01-28T06:53:03.515Z | Downloaded mime v0.3.17 |
547 | 2025-01-28T06:53:03.517Z | Downloaded progenitor-client v0.9.1 |
548 | 2025-01-28T06:53:03.517Z | Downloaded addr2line v0.24.2 |
549 | 2025-01-28T06:53:03.520Z | Downloaded argon2 v0.5.3 |
550 | 2025-01-28T06:53:03.522Z | Downloaded mockall v0.13.0 |
551 | 2025-01-28T06:53:03.525Z | Downloaded cobs v0.2.3 |
552 | 2025-01-28T06:53:03.527Z | Downloaded memoffset v0.9.1 |
553 | 2025-01-28T06:53:03.527Z | Downloaded maybe-uninit v2.0.0 |
554 | 2025-01-28T06:53:03.530Z | Downloaded mirai-annotations v1.12.0 |
555 | 2025-01-28T06:53:03.530Z | Downloaded md-5 v0.10.6 |
556 | 2025-01-28T06:53:03.532Z | Downloaded buf-list v1.0.3 |
557 | 2025-01-28T06:53:03.535Z | Downloaded lru v0.12.5 |
558 | 2025-01-28T06:53:03.537Z | Downloaded lockfree-object-pool v0.1.6 |
559 | 2025-01-28T06:53:03.539Z | Downloaded lru-cache v0.1.2 |
560 | 2025-01-28T06:53:03.542Z | Downloaded libefi-sys v0.1.0 |
561 | 2025-01-28T06:53:03.542Z | Downloaded bit-vec v0.6.3 |
562 | 2025-01-28T06:53:03.545Z | Downloaded serde-big-array v0.5.1 |
563 | 2025-01-28T06:53:03.548Z | Downloaded base64ct v1.6.0 |
564 | 2025-01-28T06:53:03.550Z | Downloaded termtree v0.4.1 |
565 | 2025-01-28T06:53:03.550Z | Downloaded rand_xorshift v0.3.0 |
566 | 2025-01-28T06:53:03.554Z | Downloaded async-trait v0.1.85 |
567 | 2025-01-28T06:53:03.557Z | Downloaded hyper-staticfile v0.10.1 |
568 | 2025-01-28T06:53:03.559Z | Downloaded linear-map v1.2.0 |
569 | 2025-01-28T06:53:03.559Z | Downloaded ipnet v2.10.1 |
570 | 2025-01-28T06:53:03.562Z | Downloaded crc32fast v1.4.2 |
571 | 2025-01-28T06:53:03.564Z | Downloaded memmap2 v0.9.5 |
572 | 2025-01-28T06:53:03.567Z | Downloaded lock_api v0.4.12 |
573 | 2025-01-28T06:53:03.569Z | Downloaded cbc v0.1.2 |
574 | 2025-01-28T06:53:03.569Z | Downloaded jobserver v0.1.32 |
575 | 2025-01-28T06:53:03.572Z | Downloaded mime_guess v2.0.5 |
576 | 2025-01-28T06:53:03.574Z | Downloaded darling v0.20.10 |
577 | 2025-01-28T06:53:03.578Z | Downloaded tinyvec_macros v0.1.1 |
578 | 2025-01-28T06:53:03.581Z | Downloaded multer v3.1.0 |
579 | 2025-01-28T06:53:03.584Z | Downloaded litemap v0.7.3 |
580 | 2025-01-28T06:53:03.586Z | Downloaded vte_generate_state_changes v0.1.2 |
581 | 2025-01-28T06:53:03.586Z | Downloaded zerofrom v0.1.4 |
582 | 2025-01-28T06:53:03.589Z | Downloaded heapless v0.8.0 |
583 | 2025-01-28T06:53:03.591Z | Downloaded cookie_store v0.21.1 |
584 | 2025-01-28T06:53:03.594Z | Downloaded rustc-hash v1.1.0 |
585 | 2025-01-28T06:53:03.596Z | Downloaded oso-derive v0.27.3 |
586 | 2025-01-28T06:53:03.596Z | Downloaded zone_cfg_derive v0.3.0 |
587 | 2025-01-28T06:53:03.596Z | Downloaded radium v0.7.0 |
588 | 2025-01-28T06:53:03.599Z | Downloaded block-padding v0.3.3 |
589 | 2025-01-28T06:53:03.599Z | Downloaded path-slash v0.1.5 |
590 | 2025-01-28T06:53:03.601Z | Downloaded async-bb8-diesel v0.2.1 |
591 | 2025-01-28T06:53:03.605Z | Downloaded rusty-fork v0.3.0 |
592 | 2025-01-28T06:53:03.605Z | Downloaded rustversion v1.0.17 |
593 | 2025-01-28T06:53:03.607Z | Downloaded termtree v0.5.1 |
594 | 2025-01-28T06:53:03.610Z | Downloaded cookie v0.18.1 |
595 | 2025-01-28T06:53:03.612Z | Downloaded hmac v0.12.1 |
596 | 2025-01-28T06:53:03.615Z | Downloaded httparse v1.9.5 |
597 | 2025-01-28T06:53:03.617Z | Downloaded iana-time-zone v0.1.61 |
598 | 2025-01-28T06:53:03.619Z | Downloaded clang-sys v1.8.1 |
599 | 2025-01-28T06:53:03.622Z | Downloaded miniz_oxide v0.8.0 |
600 | 2025-01-28T06:53:03.624Z | Downloaded icu_normalizer_data v1.5.0 |
601 | 2025-01-28T06:53:03.627Z | Downloaded mockall_derive v0.13.0 |
602 | 2025-01-28T06:53:03.630Z | Downloaded siphasher v0.3.11 |
603 | 2025-01-28T06:53:03.632Z | Downloaded static_assertions v1.1.0 |
604 | 2025-01-28T06:53:03.632Z | Downloaded slog-stdlog v4.1.1 |
605 | 2025-01-28T06:53:03.635Z | Downloaded supports-color v3.0.1 |
606 | 2025-01-28T06:53:03.637Z | Downloaded untrusted v0.7.1 |
607 | 2025-01-28T06:53:03.640Z | Downloaded tls_codec v0.4.1 |
608 | 2025-01-28T06:53:03.642Z | Downloaded termios v0.3.3 |
609 | 2025-01-28T06:53:03.642Z | Downloaded defmt-parser v0.3.4 |
610 | 2025-01-28T06:53:03.645Z | Downloaded flagset v0.4.6 |
611 | 2025-01-28T06:53:03.648Z | Downloaded unicode-truncate v1.1.0 |
612 | 2025-01-28T06:53:03.653Z | Downloaded typify-macro v0.2.0 |
613 | 2025-01-28T06:53:03.653Z | Downloaded progenitor-client v0.8.0 |
614 | 2025-01-28T06:53:03.653Z | Downloaded defmt v0.3.8 |
615 | 2025-01-28T06:53:03.656Z | Downloaded fragile v2.0.0 |
616 | 2025-01-28T06:53:03.658Z | Downloaded form_urlencoded v1.2.1 |
617 | 2025-01-28T06:53:03.658Z | Downloaded hickory-resolver v0.24.2 |
618 | 2025-01-28T06:53:03.663Z | Downloaded num-iter v0.1.45 |
619 | 2025-01-28T06:53:03.665Z | Downloaded glob v0.3.1 |
620 | 2025-01-28T06:53:03.668Z | Downloaded spin v0.9.8 |
621 | 2025-01-28T06:53:03.670Z | Downloaded rustc-demangle v0.1.24 |
622 | 2025-01-28T06:53:03.673Z | Downloaded icu_locid v1.5.0 |
623 | 2025-01-28T06:53:03.677Z | Downloaded indexmap v1.9.3 |
624 | 2025-01-28T06:53:03.681Z | Downloaded gethostname v0.5.0 |
625 | 2025-01-28T06:53:03.684Z | Downloaded icu_normalizer v1.5.0 |
626 | 2025-01-28T06:53:03.687Z | Downloaded icu_locid_transform_data v1.5.0 |
627 | 2025-01-28T06:53:03.691Z | Downloaded crc-any v2.5.0 |
628 | 2025-01-28T06:53:03.694Z | Downloaded tower-service v0.3.3 |
629 | 2025-01-28T06:53:03.696Z | Downloaded paste v1.0.15 |
630 | 2025-01-28T06:53:03.698Z | Downloaded write16 v1.0.0 |
631 | 2025-01-28T06:53:03.699Z | Downloaded waitgroup v0.1.2 |
632 | 2025-01-28T06:53:03.701Z | Downloaded predicates-core v1.0.8 |
633 | 2025-01-28T06:53:03.704Z | Downloaded hash32 v0.2.1 |
634 | 2025-01-28T06:53:03.704Z | Downloaded env_logger v0.11.5 |
635 | 2025-01-28T06:53:03.706Z | Downloaded quick-error v1.2.3 |
636 | 2025-01-28T06:53:03.709Z | Downloaded zone_cfg_derive v0.1.2 |
637 | 2025-01-28T06:53:03.711Z | Downloaded serde_path_to_error v0.1.16 |
638 | 2025-01-28T06:53:03.711Z | Downloaded rustfmt-wrapper v0.2.1 |
639 | 2025-01-28T06:53:03.714Z | Downloaded futures-macro v0.3.31 |
640 | 2025-01-28T06:53:03.717Z | Downloaded newline-converter v0.3.0 |
641 | 2025-01-28T06:53:03.717Z | Downloaded shell-words v1.1.0 |
642 | 2025-01-28T06:53:03.720Z | Downloaded sec1 v0.7.3 |
643 | 2025-01-28T06:53:03.720Z | Downloaded rfc6979 v0.4.0 |
644 | 2025-01-28T06:53:03.723Z | Downloaded ssh-encoding v0.2.0 |
645 | 2025-01-28T06:53:03.727Z | Downloaded num-rational v0.4.2 |
646 | 2025-01-28T06:53:03.727Z | Downloaded crypto-bigint v0.5.5 |
647 | 2025-01-28T06:53:03.733Z | Downloaded icu_properties v1.5.1 |
648 | 2025-01-28T06:53:03.736Z | Downloaded indicatif v0.17.9 |
649 | 2025-01-28T06:53:03.741Z | Downloaded slog-dtrace v0.3.0 |
650 | 2025-01-28T06:53:03.745Z | Downloaded pretty-hex v0.2.1 |
651 | 2025-01-28T06:53:03.748Z | Downloaded icu_collections v1.5.0 |
652 | 2025-01-28T06:53:03.752Z | Downloaded num_threads v0.1.7 |
653 | 2025-01-28T06:53:03.754Z | Downloaded ron v0.7.1 |
654 | 2025-01-28T06:53:03.760Z | Downloaded unicode-xid v0.2.6 |
655 | 2025-01-28T06:53:03.762Z | Downloaded pbkdf2 v0.11.0 |
656 | 2025-01-28T06:53:03.765Z | Downloaded typify-macro v0.3.0 |
657 | 2025-01-28T06:53:03.767Z | Downloaded pin-project-internal v1.1.6 |
658 | 2025-01-28T06:53:03.770Z | Downloaded sqlparser_derive v0.2.2 |
659 | 2025-01-28T06:53:03.770Z | Downloaded predicates v3.1.2 |
660 | 2025-01-28T06:53:03.774Z | Downloaded deranged v0.3.11 |
661 | 2025-01-28T06:53:03.778Z | Downloaded ff v0.13.0 |
662 | 2025-01-28T06:53:03.778Z | Downloaded env_filter v0.1.2 |
663 | 2025-01-28T06:53:03.783Z | Downloaded zerofrom-derive v0.1.4 |
664 | 2025-01-28T06:53:03.783Z | Downloaded thiserror v2.0.11 |
665 | 2025-01-28T06:53:03.796Z | Downloaded take_mut v0.2.2 |
666 | 2025-01-28T06:53:03.799Z | Downloaded funty v2.0.0 |
667 | 2025-01-28T06:53:03.799Z | Downloaded aes-gcm v0.10.3 |
668 | 2025-01-28T06:53:03.803Z | Downloaded aes v0.8.4 |
669 | 2025-01-28T06:53:03.806Z | Downloaded pbkdf2 v0.12.2 |
670 | 2025-01-28T06:53:03.808Z | Downloaded num_enum_derive v0.5.11 |
671 | 2025-01-28T06:53:03.808Z | Downloaded num_enum v0.5.11 |
672 | 2025-01-28T06:53:03.814Z | Downloaded endian-type v0.1.2 |
673 | 2025-01-28T06:53:03.818Z | Downloaded derive_builder_macro v0.20.2 |
674 | 2025-01-28T06:53:03.818Z | Downloaded tokio-stream v0.1.16 |
675 | 2025-01-28T06:53:03.821Z | Downloaded rustc_version v0.4.1 |
676 | 2025-01-28T06:53:03.824Z | Downloaded num-conv v0.1.0 |
677 | 2025-01-28T06:53:03.824Z | Downloaded foreign-types v0.3.2 |
678 | 2025-01-28T06:53:03.826Z | Downloaded zeroize v1.8.1 |
679 | 2025-01-28T06:53:03.829Z | Downloaded signal-hook-registry v1.4.2 |
680 | 2025-01-28T06:53:03.829Z | Downloaded serde_urlencoded v0.7.1 |
681 | 2025-01-28T06:53:03.831Z | Downloaded rustc_version v0.1.7 |
682 | 2025-01-28T06:53:03.831Z | Downloaded der_derive v0.7.3 |
683 | 2025-01-28T06:53:03.834Z | Downloaded slog-async v2.8.0 |
684 | 2025-01-28T06:53:03.836Z | Downloaded openssl-macros v0.1.1 |
685 | 2025-01-28T06:53:03.836Z | Downloaded rustc-hash v2.0.0 |
686 | 2025-01-28T06:53:03.839Z | Downloaded tap v1.0.1 |
687 | 2025-01-28T06:53:03.841Z | Downloaded progenitor-macro v0.9.1 |
688 | 2025-01-28T06:53:03.841Z | Downloaded progenitor-macro v0.8.0 |
689 | 2025-01-28T06:53:03.844Z | Downloaded fs_extra v1.3.0 |
690 | 2025-01-28T06:53:03.844Z | Downloaded ecdsa v0.16.9 |
691 | 2025-01-28T06:53:03.846Z | Downloaded tabwriter v1.4.0 |
692 | 2025-01-28T06:53:03.848Z | Downloaded futures-channel v0.3.31 |
693 | 2025-01-28T06:53:03.853Z | Downloaded test-strategy v0.4.0 |
694 | 2025-01-28T06:53:03.855Z | Downloaded strum_macros v0.26.4 |
695 | 2025-01-28T06:53:03.858Z | Downloaded sigpipe v0.1.3 |
696 | 2025-01-28T06:53:03.860Z | Downloaded password-hash v0.5.0 |
697 | 2025-01-28T06:53:03.861Z | Downloaded password-hash v0.4.2 |
698 | 2025-01-28T06:53:03.863Z | Downloaded wyz v0.5.1 |
699 | 2025-01-28T06:53:03.865Z | Downloaded zerocopy-derive v0.8.10 |
700 | 2025-01-28T06:53:03.872Z | Downloaded foldhash v0.1.3 |
701 | 2025-01-28T06:53:03.874Z | Downloaded hash32 v0.3.1 |
702 | 2025-01-28T06:53:03.877Z | Downloaded der v0.7.9 |
703 | 2025-01-28T06:53:03.880Z | Downloaded rustls-pemfile v2.2.0 |
704 | 2025-01-28T06:53:03.885Z | Downloaded pkcs8 v0.10.2 |
705 | 2025-01-28T06:53:03.887Z | Downloaded downcast v0.11.0 |
706 | 2025-01-28T06:53:03.890Z | Downloaded synstructure v0.13.1 |
707 | 2025-01-28T06:53:03.890Z | Downloaded aho-corasick v1.1.3 |
708 | 2025-01-28T06:53:03.896Z | Downloaded diesel_table_macro_syntax v0.2.0 |
709 | 2025-01-28T06:53:03.899Z | Downloaded phf v0.11.2 |
710 | 2025-01-28T06:53:03.899Z | Downloaded parse-display v0.10.0 |
711 | 2025-01-28T06:53:03.901Z | Downloaded serde_yaml v0.9.34+deprecated |
712 | 2025-01-28T06:53:03.904Z | Downloaded rand_core v0.6.4 |
713 | 2025-01-28T06:53:03.906Z | Downloaded toml_edit v0.19.15 |
714 | 2025-01-28T06:53:03.923Z | Downloaded russh-cryptovec v0.7.3 |
715 | 2025-01-28T06:53:03.926Z | Downloaded phf_shared v0.10.0 |
716 | 2025-01-28T06:53:03.926Z | Downloaded olpc-cjson v0.1.4 |
717 | 2025-01-28T06:53:03.928Z | Downloaded secrecy v0.8.0 |
718 | 2025-01-28T06:53:03.928Z | Downloaded scrypt v0.11.0 |
719 | 2025-01-28T06:53:03.931Z | Downloaded rand_chacha v0.3.1 |
720 | 2025-01-28T06:53:03.931Z | Downloaded fatfs v0.3.6 |
721 | 2025-01-28T06:53:03.933Z | Downloaded try-lock v0.2.5 |
722 | 2025-01-28T06:53:03.936Z | Downloaded thiserror-no-std v2.0.2 |
723 | 2025-01-28T06:53:03.939Z | Downloaded zone v0.3.0 |
724 | 2025-01-28T06:53:03.942Z | Downloaded xz2 v0.1.7 |
725 | 2025-01-28T06:53:03.944Z | Downloaded xattr v1.3.1 |
726 | 2025-01-28T06:53:03.944Z | Downloaded universal-hash v0.5.1 |
727 | 2025-01-28T06:53:03.947Z | Downloaded tokio-native-tls v0.3.1 |
728 | 2025-01-28T06:53:03.949Z | Downloaded tokio-macros v2.5.0 |
729 | 2025-01-28T06:53:03.949Z | Downloaded pkcs5 v0.7.1 |
730 | 2025-01-28T06:53:03.953Z | Downloaded publicsuffix v2.3.0 |
731 | 2025-01-28T06:53:03.956Z | Downloaded newtype_derive v0.1.6 |
732 | 2025-01-28T06:53:03.959Z | Downloaded ssh-cipher v0.2.0 |
733 | 2025-01-28T06:53:03.959Z | Downloaded parking_lot_core v0.9.10 |
734 | 2025-01-28T06:53:03.962Z | Downloaded number_prefix v0.4.0 |
735 | 2025-01-28T06:53:03.965Z | Downloaded nanorand v0.7.0 |
736 | 2025-01-28T06:53:03.967Z | Downloaded multimap v0.10.0 |
737 | 2025-01-28T06:53:03.967Z | Downloaded diesel-dtrace v0.4.2 |
738 | 2025-01-28T06:53:03.970Z | Downloaded new_debug_unreachable v1.0.6 |
739 | 2025-01-28T06:53:03.972Z | Downloaded headers-core v0.3.0 |
740 | 2025-01-28T06:53:03.972Z | Downloaded sct v0.7.1 |
741 | 2025-01-28T06:53:03.983Z | Downloaded phf_shared v0.11.2 |
742 | 2025-01-28T06:53:03.983Z | Downloaded idna v1.0.3 |
743 | 2025-01-28T06:53:03.983Z | Downloaded phf_generator v0.11.2 |
744 | 2025-01-28T06:53:03.986Z | Downloaded strum v0.26.3 |
745 | 2025-01-28T06:53:03.986Z | Downloaded untrusted v0.9.0 |
746 | 2025-01-28T06:53:03.989Z | Downloaded tui-tree-widget v0.22.0 |
747 | 2025-01-28T06:53:03.989Z | Downloaded p256 v0.13.2 |
748 | 2025-01-28T06:53:03.992Z | Downloaded toolchain_find v0.4.0 |
749 | 2025-01-28T06:53:03.994Z | Downloaded spki v0.7.3 |
750 | 2025-01-28T06:53:03.997Z | Downloaded serde_plain v1.0.2 |
751 | 2025-01-28T06:53:03.999Z | Downloaded foreign-types-shared v0.3.1 |
752 | 2025-01-28T06:53:03.999Z | Downloaded string_cache v0.8.7 |
753 | 2025-01-28T06:53:04.002Z | Downloaded qorb v0.2.1 |
754 | 2025-01-28T06:53:04.005Z | Downloaded num-traits v0.2.19 |
755 | 2025-01-28T06:53:04.008Z | Downloaded peg-runtime v0.8.3 |
756 | 2025-01-28T06:53:04.011Z | Downloaded stable_deref_trait v1.2.0 |
757 | 2025-01-28T06:53:04.011Z | Downloaded rustls-pki-types v1.10.0 |
758 | 2025-01-28T06:53:04.014Z | Downloaded fxhash v0.2.1 |
759 | 2025-01-28T06:53:04.017Z | Downloaded zeroize_derive v1.4.2 |
760 | 2025-01-28T06:53:04.017Z | Downloaded toml v0.7.8 |
761 | 2025-01-28T06:53:04.020Z | Downloaded unicode-bidi v0.3.17 |
762 | 2025-01-28T06:53:04.023Z | Downloaded newtype-uuid v1.2.1 |
763 | 2025-01-28T06:53:04.026Z | Downloaded parse-size v1.1.0 |
764 | 2025-01-28T06:53:04.028Z | Downloaded rustyline v14.0.0 |
765 | 2025-01-28T06:53:04.032Z | Downloaded psl-types v2.0.11 |
766 | 2025-01-28T06:53:04.036Z | Downloaded itertools v0.13.0 |
767 | 2025-01-28T06:53:04.042Z | Downloaded yoke-derive v0.7.4 |
768 | 2025-01-28T06:53:04.045Z | Downloaded want v0.3.1 |
769 | 2025-01-28T06:53:04.045Z | Downloaded pem-rfc7468 v0.7.0 |
770 | 2025-01-28T06:53:04.048Z | Downloaded strum_macros v0.24.3 |
771 | 2025-01-28T06:53:04.050Z | Downloaded topological-sort v0.2.2 |
772 | 2025-01-28T06:53:04.050Z | Downloaded tokio-tungstenite v0.24.0 |
773 | 2025-01-28T06:53:04.053Z | Downloaded ref-cast v1.0.23 |
774 | 2025-01-28T06:53:04.056Z | Downloaded zopfli v0.8.1 |
775 | 2025-01-28T06:53:04.059Z | Downloaded sqlformat v0.2.6 |
776 | 2025-01-28T06:53:04.061Z | Downloaded pin-utils v0.1.0 |
777 | 2025-01-28T06:53:04.064Z | Downloaded prettyplease v0.2.25 |
778 | 2025-01-28T06:53:04.067Z | Downloaded openssl-probe v0.1.5 |
779 | 2025-01-28T06:53:04.070Z | Downloaded which v4.4.2 |
780 | 2025-01-28T06:53:04.070Z | Downloaded normalize-line-endings v0.3.0 |
781 | 2025-01-28T06:53:04.073Z | Downloaded packed_struct v0.10.1 |
782 | 2025-01-28T06:53:04.073Z | Downloaded dropshot_endpoint v0.15.1 |
783 | 2025-01-28T06:53:04.076Z | Downloaded futures-task v0.3.31 |
784 | 2025-01-28T06:53:04.079Z | Downloaded data-encoding v2.6.0 |
785 | 2025-01-28T06:53:04.079Z | Downloaded postcard v1.0.10 |
786 | 2025-01-28T06:53:04.082Z | Downloaded darling_macro v0.20.10 |
787 | 2025-01-28T06:53:04.085Z | Downloaded pin-project v1.1.6 |
788 | 2025-01-28T06:53:04.095Z | Downloaded wait-timeout v0.2.0 |
789 | 2025-01-28T06:53:04.097Z | Downloaded unicode-segmentation v1.12.0 |
790 | 2025-01-28T06:53:04.100Z | Downloaded crossterm v0.28.1 |
791 | 2025-01-28T06:53:04.107Z | Downloaded signal-hook-tokio v0.3.1 |
792 | 2025-01-28T06:53:04.111Z | Downloaded signal-hook-mio v0.2.4 |
793 | 2025-01-28T06:53:04.111Z | Downloaded derive_builder_core v0.20.2 |
794 | 2025-01-28T06:53:04.114Z | Downloaded serde_with_macros v3.11.0 |
795 | 2025-01-28T06:53:04.116Z | Downloaded headers v0.4.0 |
796 | 2025-01-28T06:53:04.120Z | Downloaded precomputed-hash v0.1.1 |
797 | 2025-01-28T06:53:04.123Z | Downloaded stringprep v0.1.5 |
798 | 2025-01-28T06:53:04.123Z | Downloaded peg v0.8.4 |
799 | 2025-01-28T06:53:04.127Z | Downloaded num v0.4.3 |
800 | 2025-01-28T06:53:04.130Z | Downloaded scheduled-thread-pool v0.2.7 |
801 | 2025-01-28T06:53:04.130Z | Downloaded unicode_categories v0.1.1 |
802 | 2025-01-28T06:53:04.132Z | Downloaded hkdf v0.12.4 |
803 | 2025-01-28T06:53:04.135Z | Downloaded same-file v1.0.6 |
804 | 2025-01-28T06:53:04.138Z | Downloaded salsa20 v0.10.2 |
805 | 2025-01-28T06:53:04.138Z | Downloaded packed_struct_codegen v0.10.1 |
806 | 2025-01-28T06:53:04.141Z | Downloaded pin-project-lite v0.2.14 |
807 | 2025-01-28T06:53:04.145Z | Downloaded getrandom v0.2.15 |
808 | 2025-01-28T06:53:04.148Z | Downloaded unicase v2.7.0 |
809 | 2025-01-28T06:53:04.150Z | Downloaded unarray v0.1.4 |
810 | 2025-01-28T06:53:04.153Z | Downloaded ghash v0.5.1 |
811 | 2025-01-28T06:53:04.153Z | Downloaded yasna v0.5.2 |
812 | 2025-01-28T06:53:04.155Z | Downloaded powerfmt v0.2.0 |
813 | 2025-01-28T06:53:04.158Z | Downloaded yoke v0.7.4 |
814 | 2025-01-28T06:53:04.158Z | Downloaded walkdir v2.5.0 |
815 | 2025-01-28T06:53:04.161Z | Downloaded tungstenite v0.24.0 |
816 | 2025-01-28T06:53:04.164Z | Downloaded foreign-types-shared v0.1.1 |
817 | 2025-01-28T06:53:04.166Z | Downloaded time-core v0.1.2 |
818 | 2025-01-28T06:53:04.166Z | Downloaded flume v0.11.1 |
819 | 2025-01-28T06:53:04.169Z | Downloaded thiserror-impl v2.0.11 |
820 | 2025-01-28T06:53:04.171Z | Downloaded opaque-debug v0.3.1 |
821 | 2025-01-28T06:53:04.174Z | Downloaded serde-hex v0.1.0 |
822 | 2025-01-28T06:53:04.174Z | Downloaded thiserror-impl-no-std v2.0.2 |
823 | 2025-01-28T06:53:04.176Z | Downloaded float-cmp v0.9.0 |
824 | 2025-01-28T06:53:04.180Z | Downloaded tiny-keccak v2.0.2 |
825 | 2025-01-28T06:53:04.180Z | Downloaded tinystr v0.7.6 |
826 | 2025-01-28T06:53:04.183Z | Downloaded snafu v0.8.5 |
827 | 2025-01-28T06:53:04.189Z | Downloaded des v0.8.1 |
828 | 2025-01-28T06:53:04.191Z | Downloaded primeorder v0.13.6 |
829 | 2025-01-28T06:53:04.194Z | Downloaded dunce v1.0.5 |
830 | 2025-01-28T06:53:04.194Z | Downloaded nu-ansi-term v0.50.1 |
831 | 2025-01-28T06:53:04.201Z | Downloaded ssh-key v0.6.6 |
832 | 2025-01-28T06:53:04.203Z | Downloaded sync-ptr v0.1.1 |
833 | 2025-01-28T06:53:04.206Z | Downloaded ppv-lite86 v0.2.20 |
834 | 2025-01-28T06:53:04.208Z | Downloaded semver v0.1.20 |
835 | 2025-01-28T06:53:04.209Z | Downloaded peg-macros v0.8.4 |
836 | 2025-01-28T06:53:04.211Z | Downloaded rand v0.8.5 |
837 | 2025-01-28T06:53:04.215Z | Downloaded futures-core v0.3.31 |
838 | 2025-01-28T06:53:04.218Z | Downloaded thread_local v1.1.8 |
839 | 2025-01-28T06:53:04.218Z | Downloaded hashbrown v0.13.2 |
840 | 2025-01-28T06:53:04.221Z | Downloaded r2d2 v0.8.10 |
841 | 2025-01-28T06:53:04.224Z | Downloaded tokio-tungstenite v0.23.1 |
842 | 2025-01-28T06:53:04.226Z | Downloaded tokio-tungstenite v0.21.0 |
843 | 2025-01-28T06:53:04.229Z | Downloaded time-macros v0.2.18 |
844 | 2025-01-28T06:53:04.231Z | Downloaded fallible-iterator v0.3.0 |
845 | 2025-01-28T06:53:04.234Z | Downloaded futures-sink v0.3.31 |
846 | 2025-01-28T06:53:04.234Z | Downloaded parking_lot v0.12.3 |
847 | 2025-01-28T06:53:04.236Z | Downloaded proptest v1.5.0 |
848 | 2025-01-28T06:53:04.246Z | Downloaded foreign-types v0.5.0 |
849 | 2025-01-28T06:53:04.248Z | Downloaded utf16_iter v1.0.5 |
850 | 2025-01-28T06:53:04.249Z | Downloaded progenitor v0.8.0 |
851 | 2025-01-28T06:53:04.251Z | Downloaded unicode-normalization v0.1.24 |
852 | 2025-01-28T06:53:04.254Z | Downloaded dsl_auto_type v0.1.2 |
853 | 2025-01-28T06:53:04.256Z | Downloaded h2 v0.4.6 |
854 | 2025-01-28T06:53:04.263Z | Downloaded tokio-rustls v0.24.1 |
855 | 2025-01-28T06:53:04.266Z | Downloaded typify v0.3.0 |
856 | 2025-01-28T06:53:04.270Z | Downloaded uuid v1.12.0 |
857 | 2025-01-28T06:53:04.273Z | Downloaded bindgen v0.69.5 |
858 | 2025-01-28T06:53:04.281Z | Downloaded tokio-rustls v0.25.0 |
859 | 2025-01-28T06:53:04.283Z | Downloaded schemars v0.8.21 |
860 | 2025-01-28T06:53:04.296Z | Downloaded russh-keys v0.45.0 |
861 | 2025-01-28T06:53:04.298Z | Downloaded icu_properties_data v1.5.0 |
862 | 2025-01-28T06:53:04.310Z | Downloaded hashbrown v0.14.5 |
863 | 2025-01-28T06:53:04.315Z | Downloaded omicron-zone-package v0.12.0 |
864 | 2025-01-28T06:53:04.319Z | Downloaded expectorate v1.1.0 |
865 | 2025-01-28T06:53:04.321Z | Downloaded url v2.5.3 |
866 | 2025-01-28T06:53:04.324Z | Downloaded lalrpop v0.19.12 |
867 | 2025-01-28T06:53:04.336Z | Downloaded chrono v0.4.39 |
868 | 2025-01-28T06:53:04.344Z | Downloaded bitvec v1.0.1 |
869 | 2025-01-28T06:53:04.359Z | Downloaded rsa v0.9.6 |
870 | 2025-01-28T06:53:04.363Z | Downloaded ed25519-dalek v2.1.1 |
871 | 2025-01-28T06:53:04.367Z | Downloaded parse-zoneinfo v0.3.1 |
872 | 2025-01-28T06:53:04.370Z | Downloaded darling_core v0.20.10 |
873 | 2025-01-28T06:53:04.377Z | Downloaded quinn v0.11.5 |
874 | 2025-01-28T06:53:04.380Z | Downloaded zip v0.6.6 |
875 | 2025-01-28T06:53:04.383Z | Downloaded russh v0.45.0 |
876 | 2025-01-28T06:53:04.390Z | Downloaded tokio-postgres v0.7.12 |
877 | 2025-01-28T06:53:04.395Z | Downloaded tokio-util v0.7.12 |
878 | 2025-01-28T06:53:04.406Z | Downloaded typed-path v0.9.3 |
879 | 2025-01-28T06:53:04.410Z | Downloaded rusqlite v0.32.1 |
880 | 2025-01-28T06:53:04.417Z | Downloaded num-bigint v0.4.6 |
881 | 2025-01-28T06:53:04.422Z | Downloaded flate2 v1.0.35 |
882 | 2025-01-28T06:53:04.429Z | Downloaded zerovec v0.10.4 |
883 | 2025-01-28T06:53:04.436Z | Downloaded rayon v1.10.0 |
884 | 2025-01-28T06:53:04.446Z | Downloaded time v0.3.36 |
885 | 2025-01-28T06:53:04.453Z | Downloaded curve25519-dalek v4.1.3 |
886 | 2025-01-28T06:53:04.463Z | Downloaded p521 v0.13.3 |
887 | 2025-01-28T06:53:04.467Z | Downloaded vcpkg v0.2.15 |
888 | 2025-01-28T06:53:04.507Z | Downloaded num-bigint-dig v0.8.4 |
889 | 2025-01-28T06:53:04.510Z | Downloaded futures-util v0.3.31 |
890 | 2025-01-28T06:53:04.523Z | Downloaded portable-atomic v1.9.0 |
891 | 2025-01-28T06:53:04.530Z | Downloaded radix_trie v0.2.1 |
892 | 2025-01-28T06:53:04.536Z | Downloaded salty v0.3.0 |
893 | 2025-01-28T06:53:04.544Z | Downloaded petname v2.0.2 |
894 | 2025-01-28T06:53:04.550Z | Downloaded rustls-webpki v0.101.7 |
895 | 2025-01-28T06:53:04.567Z | Downloaded serde_with v3.11.0 |
896 | 2025-01-28T06:53:04.573Z | Downloaded openssl v0.10.66 |
897 | 2025-01-28T06:53:04.584Z | Downloaded rustls v0.21.12 |
898 | 2025-01-28T06:53:04.595Z | Downloaded rustls-webpki v0.102.8 |
899 | 2025-01-28T06:53:04.615Z | Downloaded object v0.30.4 |
900 | 2025-01-28T06:53:04.625Z | Downloaded webpki-roots v0.26.6 |
901 | 2025-01-28T06:53:04.628Z | Downloaded regress v0.10.1 |
902 | 2025-01-28T06:53:04.638Z | Downloaded quinn-proto v0.11.8 |
903 | 2025-01-28T06:53:04.645Z | Downloaded object v0.36.5 |
904 | 2025-01-28T06:53:04.657Z | Downloaded rustls v0.23.19 |
905 | 2025-01-28T06:53:04.670Z | Downloaded zerocopy v0.8.10 |
906 | 2025-01-28T06:53:04.694Z | Downloaded gimli v0.31.1 |
907 | 2025-01-28T06:53:04.702Z | Downloaded regex-syntax v0.6.29 |
908 | 2025-01-28T06:53:04.710Z | Downloaded smoltcp v0.9.1 |
909 | 2025-01-28T06:53:04.721Z | Downloaded diesel v2.2.6 |
910 | 2025-01-28T06:53:04.740Z | Downloaded typify-impl v0.3.0 |
911 | 2025-01-28T06:53:04.756Z | Downloaded rustls v0.22.4 |
912 | 2025-01-28T06:53:04.770Z | Downloaded smoltcp v0.11.0 |
913 | 2025-01-28T06:53:04.783Z | Downloaded openapiv3 v2.0.0 |
914 | 2025-01-28T06:53:04.796Z | Downloaded regress v0.9.1 |
915 | 2025-01-28T06:53:04.805Z | Downloaded regex-syntax v0.8.5 |
916 | 2025-01-28T06:53:04.814Z | Downloaded sled v0.34.7 |
917 | 2025-01-28T06:53:04.824Z | Downloaded ratatui v0.28.1 |
918 | 2025-01-28T06:53:04.845Z | Downloaded typify-impl v0.2.0 |
919 | 2025-01-28T06:53:04.860Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2025-01-28T06:53:04.873Z | Downloaded zerocopy-derive v0.6.6 |
921 | 2025-01-28T06:53:04.884Z | Downloaded nix v0.27.1 |
922 | 2025-01-28T06:53:04.895Z | Downloaded nix v0.29.0 |
923 | 2025-01-28T06:53:04.908Z | Downloaded regex-automata v0.4.8 |
924 | 2025-01-28T06:53:04.924Z | Downloaded nix v0.28.0 |
925 | 2025-01-28T06:53:04.936Z | Downloaded dropshot v0.12.0 |
926 | 2025-01-28T06:53:04.956Z | Downloaded hickory-proto v0.24.2 |
927 | 2025-01-28T06:53:04.971Z | Downloaded lzma-sys v0.1.20 |
928 | 2025-01-28T06:53:05.001Z | Downloaded petgraph v0.6.5 |
929 | 2025-01-28T06:53:05.018Z | Downloaded chrono-tz v0.10.1 |
930 | 2025-01-28T06:53:05.025Z | Downloaded dropshot v0.15.1 |
931 | 2025-01-28T06:53:05.048Z | Downloaded bstr v1.10.0 |
932 | 2025-01-28T06:53:05.058Z | Downloaded unicode-width v0.2.0 |
933 | 2025-01-28T06:53:05.064Z | Downloaded git2 v0.19.0 |
934 | 2025-01-28T06:53:05.073Z | Downloaded csv v1.3.1 |
935 | 2025-01-28T06:53:05.093Z | Downloaded libz-sys v1.1.20 |
936 | 2025-01-28T06:53:05.115Z | Downloaded polar-core v0.27.3 |
937 | 2025-01-28T06:53:05.122Z | Downloaded p384 v0.13.0 |
938 | 2025-01-28T06:53:05.128Z | Downloaded sha3 v0.10.8 |
939 | 2025-01-28T06:53:05.133Z | Downloaded regex v1.11.1 |
940 | 2025-01-28T06:53:05.146Z | Downloaded tokio v1.43.0 |
941 | 2025-01-28T06:53:05.184Z | Downloaded reqwest v0.12.9 |
942 | 2025-01-28T06:53:05.192Z | Downloaded reedline v0.35.0 |
943 | 2025-01-28T06:53:05.199Z | Downloaded sqlparser v0.45.0 |
944 | 2025-01-28T06:53:05.206Z | Downloaded samael v0.0.17 |
945 | 2025-01-28T06:53:05.210Z | Downloaded winnow v0.5.40 |
946 | 2025-01-28T06:53:05.218Z | Downloaded num-complex v0.4.6 |
947 | 2025-01-28T06:53:05.221Z | Downloaded schemars_derive v0.8.21 |
948 | 2025-01-28T06:53:05.223Z | Downloaded postgres-types v0.2.8 |
949 | 2025-01-28T06:53:05.226Z | Downloaded parking_lot v0.11.2 |
950 | 2025-01-28T06:53:05.228Z | Downloaded strip-ansi-escapes v0.2.0 |
951 | 2025-01-28T06:53:05.228Z | Downloaded proc-macro-crate v1.3.1 |
952 | 2025-01-28T06:53:05.228Z | Downloaded typify v0.2.0 |
953 | 2025-01-28T06:53:05.231Z | Downloaded signal-hook v0.3.17 |
954 | 2025-01-28T06:53:05.234Z | Downloaded foreign-types-macros v0.2.3 |
955 | 2025-01-28T06:53:05.237Z | Downloaded quinn-udp v0.5.5 |
956 | 2025-01-28T06:53:05.240Z | Downloaded zerocopy v0.6.6 |
957 | 2025-01-28T06:53:05.240Z | Downloaded hashbrown v0.12.3 |
958 | 2025-01-28T06:53:05.244Z | Downloaded quick-xml v0.33.0 |
959 | 2025-01-28T06:53:05.250Z | Downloaded scopeguard v1.2.0 |
960 | 2025-01-28T06:53:05.253Z | Downloaded rpassword v7.3.1 |
961 | 2025-01-28T06:53:05.253Z | Downloaded zerovec-derive v0.10.3 |
962 | 2025-01-28T06:53:05.256Z | Downloaded parking_lot_core v0.8.6 |
963 | 2025-01-28T06:53:05.256Z | Downloaded futures-io v0.3.31 |
964 | 2025-01-28T06:53:05.259Z | Downloaded futures-executor v0.3.31 |
965 | 2025-01-28T06:53:05.259Z | Downloaded twox-hash v2.1.0 |
966 | 2025-01-28T06:53:05.261Z | Downloaded heapless v0.7.17 |
967 | 2025-01-28T06:53:05.264Z | Downloaded diesel_derives v2.2.3 |
968 | 2025-01-28T06:53:05.270Z | Downloaded aws-lc-rs v1.10.0 |
969 | 2025-01-28T06:53:05.280Z | Downloaded fallible-streaming-iterator v0.1.9 |
970 | 2025-01-28T06:53:05.282Z | Downloaded embedded-io v0.4.0 |
971 | 2025-01-28T06:53:05.282Z | Downloaded uzers v0.12.1 |
972 | 2025-01-28T06:53:05.285Z | Downloaded smf v0.2.3 |
973 | 2025-01-28T06:53:05.285Z | Downloaded derive_builder v0.20.2 |
974 | 2025-01-28T06:53:05.289Z | Downloaded zip v2.1.3 |
975 | 2025-01-28T06:53:05.293Z | Downloaded tough v0.19.0 |
976 | 2025-01-28T06:53:05.301Z | Downloaded blake3 v1.5.4 |
977 | 2025-01-28T06:53:05.309Z | Downloaded encoding_rs v0.8.34 |
978 | 2025-01-28T06:53:05.330Z | Downloaded polyval v0.6.2 |
979 | 2025-01-28T06:53:05.332Z | Downloaded utf-8 v0.7.6 |
980 | 2025-01-28T06:53:05.332Z | Downloaded x509-cert v0.2.5 |
981 | 2025-01-28T06:53:05.338Z | Downloaded native-tls v0.2.12 |
982 | 2025-01-28T06:53:05.341Z | Downloaded diff v0.1.13 |
983 | 2025-01-28T06:53:05.344Z | Downloaded utf8_iter v1.0.4 |
984 | 2025-01-28T06:53:05.344Z | Downloaded nom v7.1.3 |
985 | 2025-01-28T06:53:05.350Z | Downloaded hyper v1.5.2 |
986 | 2025-01-28T06:53:05.356Z | Downloaded tar v0.4.42 |
987 | 2025-01-28T06:53:05.358Z | Downloaded snafu-derive v0.8.5 |
988 | 2025-01-28T06:53:05.361Z | Downloaded serde_derive_internals v0.29.1 |
989 | 2025-01-28T06:53:05.364Z | Downloaded structmeta-derive v0.3.0 |
990 | 2025-01-28T06:53:05.364Z | Downloaded structmeta v0.3.0 |
991 | 2025-01-28T06:53:05.364Z | Downloaded derive_more v0.99.18 |
992 | 2025-01-28T06:53:05.368Z | Downloaded shlex v1.3.0 |
993 | 2025-01-28T06:53:05.370Z | Downloaded displaydoc v0.2.5 |
994 | 2025-01-28T06:53:05.373Z | Downloaded tungstenite v0.23.0 |
995 | 2025-01-28T06:53:05.375Z | Downloaded tungstenite v0.21.0 |
996 | 2025-01-28T06:53:05.379Z | Downloaded nibble_vec v0.1.0 |
997 | 2025-01-28T06:53:05.381Z | Downloaded fallible-iterator v0.2.0 |
998 | 2025-01-28T06:53:05.381Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
999 | 2025-01-28T06:53:05.440Z | Downloaded enum-as-inner v0.6.1 |
1000 | 2025-01-28T06:53:05.443Z | Downloaded ena v0.14.3 |
1001 | 2025-01-28T06:53:05.443Z | Downloaded embedded-io v0.6.1 |
1002 | 2025-01-28T06:53:05.443Z | Downloaded itertools v0.12.1 |
1003 | 2025-01-28T06:53:05.449Z | Downloaded rtoolbox v0.0.2 |
1004 | 2025-01-28T06:53:05.451Z | Downloaded phf_codegen v0.11.2 |
1005 | 2025-01-28T06:53:05.451Z | Downloaded smallvec v1.13.2 |
1006 | 2025-01-28T06:53:05.454Z | Downloaded slog-term v2.9.1 |
1007 | 2025-01-28T06:53:05.457Z | Downloaded pem v3.0.4 |
1008 | 2025-01-28T06:53:05.457Z | Downloaded libxml v0.3.3 |
1009 | 2025-01-28T06:53:05.462Z | Downloaded libm v0.2.8 |
1010 | 2025-01-28T06:53:05.470Z | Downloaded itertools v0.10.5 |
1011 | 2025-01-28T06:53:05.476Z | Downloaded document-features v0.2.10 |
1012 | 2025-01-28T06:53:05.478Z | Downloaded dirs-next v2.0.0 |
1013 | 2025-01-28T06:53:05.478Z | Downloaded poly1305 v0.8.0 |
1014 | 2025-01-28T06:53:05.481Z | Downloaded unicode-properties v0.1.3 |
1015 | 2025-01-28T06:53:05.483Z | Downloaded slog v2.7.0 |
1016 | 2025-01-28T06:53:05.486Z | Downloaded steno v0.4.1 |
1017 | 2025-01-28T06:53:05.489Z | Downloaded smallvec v0.6.14 |
1018 | 2025-01-28T06:53:05.492Z | Downloaded slab v0.4.9 |
1019 | 2025-01-28T06:53:05.494Z | Downloaded signature v2.2.0 |
1020 | 2025-01-28T06:53:05.494Z | Downloaded progenitor-impl v0.9.1 |
1021 | 2025-01-28T06:53:05.497Z | Downloaded progenitor-impl v0.8.0 |
1022 | 2025-01-28T06:53:05.497Z | Downloaded predicates-tree v1.0.11 |
1023 | 2025-01-28T06:53:05.500Z | Downloaded pkg-config v0.3.31 |
1024 | 2025-01-28T06:53:05.500Z | Downloaded futures v0.3.31 |
1025 | 2025-01-28T06:53:05.504Z | Downloaded derive-where v1.2.7 |
1026 | 2025-01-28T06:53:05.508Z | Downloaded rcgen v0.12.1 |
1027 | 2025-01-28T06:53:05.511Z | Downloaded rayon-core v1.12.1 |
1028 | 2025-01-28T06:53:05.514Z | Downloaded pkcs1 v0.7.5 |
1029 | 2025-01-28T06:53:05.519Z | Downloaded owo-colors v4.1.0 |
1030 | 2025-01-28T06:53:05.521Z | Downloaded float-ord v0.3.2 |
1031 | 2025-01-28T06:53:05.521Z | Downloaded dyn-clone v1.0.17 |
1032 | 2025-01-28T06:53:05.521Z | Downloaded dirs-sys-next v0.1.2 |
1033 | 2025-01-28T06:53:05.521Z | Downloaded zone v0.1.8 |
1034 | 2025-01-28T06:53:05.524Z | Downloaded writeable v0.5.5 |
1035 | 2025-01-28T06:53:05.524Z | Downloaded hashlink v0.9.1 |
1036 | 2025-01-28T06:53:05.526Z | Downloaded tracing v0.1.40 |
1037 | 2025-01-28T06:53:05.537Z | Downloaded mio v1.0.2 |
1038 | 2025-01-28T06:53:05.537Z | Downloaded http v1.2.0 |
1039 | 2025-01-28T06:53:05.540Z | Downloaded openssl-sys v0.9.103 |
1040 | 2025-01-28T06:53:05.546Z | Downloaded ron v0.8.1 |
1041 | 2025-01-28T06:53:05.549Z | Downloaded progenitor v0.9.1 |
1042 | 2025-01-28T06:53:05.552Z | Downloaded whoami v1.5.2 |
1043 | 2025-01-28T06:53:05.554Z | Downloaded elliptic-curve v0.13.8 |
1044 | 2025-01-28T06:53:05.557Z | Downloaded tokio-rustls v0.26.0 |
1045 | 2025-01-28T06:53:05.561Z | Downloaded term v0.7.0 |
1046 | 2025-01-28T06:53:05.569Z | Downloaded unsafe-libyaml v0.2.11 |
1047 | 2025-01-28T06:53:05.569Z | Downloaded tracing-core v0.1.32 |
1048 | 2025-01-28T06:53:05.572Z | Downloaded minimal-lexical v0.2.1 |
1049 | 2025-01-28T06:53:05.572Z | Downloaded sync_wrapper v1.0.1 |
1050 | 2025-01-28T06:53:05.572Z | Downloaded fd-lock v4.0.2 |
1051 | 2025-01-28T06:53:05.574Z | Downloaded slog-envlogger v2.2.0 |
1052 | 2025-01-28T06:53:05.577Z | Downloaded slog-bunyan v2.5.0 |
1053 | 2025-01-28T06:53:05.577Z | Downloaded oso v0.27.3 |
1054 | 2025-01-28T06:53:05.579Z | Downloaded socket2 v0.5.7 |
1055 | 2025-01-28T06:53:05.582Z | Downloaded crossbeam-channel v0.5.13 |
1056 | 2025-01-28T06:53:05.586Z | Downloaded backtrace v0.3.74 |
1057 | 2025-01-28T06:53:05.592Z | Downloaded half v2.4.1 |
1058 | 2025-01-28T06:53:05.598Z | Downloaded base64 v0.13.1 |
1059 | 2025-01-28T06:53:05.600Z | Downloaded postgres-protocol v0.6.7 |
1060 | 2025-01-28T06:53:05.603Z | Downloaded ed25519 v2.2.3 |
1061 | 2025-01-28T06:53:05.606Z | Downloaded difflib v0.4.0 |
1062 | 2025-01-28T06:53:05.606Z | Downloaded dropshot_endpoint v0.12.0 |
1063 | 2025-01-28T06:53:05.608Z | Downloaded vte v0.11.1 |
1064 | 2025-01-28T06:53:05.611Z | Downloaded vergen v8.3.2 |
1065 | 2025-01-28T06:53:05.613Z | Downloaded const_format v0.2.33 |
1066 | 2025-01-28T06:53:05.616Z | Downloaded base64 v0.21.7 |
1067 | 2025-01-28T06:53:05.620Z | Downloaded termcolor v1.4.1 |
1068 | 2025-01-28T06:53:05.623Z | Downloaded strum_macros v0.25.3 |
1069 | 2025-01-28T06:53:05.625Z | Downloaded num-derive v0.4.2 |
1070 | 2025-01-28T06:53:05.626Z | Downloaded tinyvec v1.8.0 |
1071 | 2025-01-28T06:53:05.629Z | Downloaded subprocess v0.2.9 |
1072 | 2025-01-28T06:53:05.631Z | Downloaded compact_str v0.8.0 |
1073 | 2025-01-28T06:53:05.634Z | Downloaded hyper-util v0.1.10 |
1074 | 2025-01-28T06:53:05.637Z | Downloaded hickory-server v0.24.2 |
1075 | 2025-01-28T06:53:05.643Z | Downloaded base64 v0.22.1 |
1076 | 2025-01-28T06:53:05.647Z | Downloaded bytes v1.9.0 |
1077 | 2025-01-28T06:53:05.651Z | Downloaded bumpalo v3.16.0 |
1078 | 2025-01-28T06:53:05.654Z | Downloaded slog-json v2.6.1 |
1079 | 2025-01-28T06:53:05.657Z | Downloaded simd-adler32 v0.3.7 |
1080 | 2025-01-28T06:53:05.659Z | Downloaded chacha20poly1305 v0.10.1 |
1081 | 2025-01-28T06:53:05.659Z | Downloaded cc v1.1.30 |
1082 | 2025-01-28T06:53:05.662Z | Downloaded resolv-conf v0.7.0 |
1083 | 2025-01-28T06:53:05.665Z | Downloaded similar v2.6.0 |
1084 | 2025-01-28T06:53:05.668Z | Downloaded globset v0.4.15 |
1085 | 2025-01-28T06:53:05.671Z | Downloaded env_logger v0.10.2 |
1086 | 2025-01-28T06:53:05.673Z | Downloaded percent-encoding v2.3.1 |
1087 | 2025-01-28T06:53:05.673Z | Downloaded vsss-rs v3.3.4 |
1088 | 2025-01-28T06:53:05.677Z | Downloaded value-bag v1.9.0 |
1089 | 2025-01-28T06:53:05.679Z | Downloaded parse-display-derive v0.10.0 |
1090 | 2025-01-28T06:53:05.679Z | Downloaded num-integer v0.1.46 |
1091 | 2025-01-28T06:53:05.682Z | Downloaded nodrop v0.1.14 |
1092 | 2025-01-28T06:53:05.682Z | Downloaded tracing-attributes v0.1.27 |
1093 | 2025-01-28T06:53:05.684Z | Downloaded tls_codec_derive v0.4.1 |
1094 | 2025-01-28T06:53:05.687Z | Downloaded rand_seeder v0.3.0 |
1095 | 2025-01-28T06:53:05.687Z | Downloaded ciborium v0.2.2 |
1096 | 2025-01-28T06:53:05.690Z | Downloaded allocator-api2 v0.2.18 |
1097 | 2025-01-28T06:53:05.693Z | Downloaded either v1.13.0 |
1098 | 2025-01-28T06:53:05.696Z | Downloaded display-error-chain v0.2.2 |
1099 | 2025-01-28T06:53:05.696Z | Downloaded debug-ignore v1.0.5 |
1100 | 2025-01-28T06:53:05.699Z | Downloaded group v0.13.0 |
1101 | 2025-01-28T06:53:05.699Z | Downloaded filetime v0.2.25 |
1102 | 2025-01-28T06:53:05.702Z | Downloaded rustls-pemfile v1.0.4 |
1103 | 2025-01-28T06:53:05.702Z | Downloaded blake2 v0.10.6 |
1104 | 2025-01-28T06:53:05.705Z | Downloaded fixedbitset v0.4.2 |
1105 | 2025-01-28T06:53:05.705Z | Downloaded defmt-macros v0.3.9 |
1106 | 2025-01-28T06:53:05.708Z | Downloaded csv-core v0.1.11 |
1107 | 2025-01-28T06:53:05.712Z | Downloaded crossbeam-epoch v0.9.18 |
1108 | 2025-01-28T06:53:05.715Z | Downloaded subtle v2.6.1 |
1109 | 2025-01-28T06:53:05.715Z | Downloaded slog-scope v4.4.0 |
1110 | 2025-01-28T06:53:05.715Z | Downloaded litrs v0.4.1 |
1111 | 2025-01-28T06:53:05.717Z | Downloaded icu_provider v1.5.0 |
1112 | 2025-01-28T06:53:05.720Z | Downloaded const-oid v0.9.6 |
1113 | 2025-01-28T06:53:05.723Z | Downloaded crossbeam-utils v0.8.20 |
1114 | 2025-01-28T06:53:05.725Z | Downloaded bzip2 v0.4.4 |
1115 | 2025-01-28T06:53:05.728Z | Downloaded cancel-safe-futures v0.1.5 |
1116 | 2025-01-28T06:53:05.730Z | Downloaded sha1 v0.10.6 |
1117 | 2025-01-28T06:53:05.730Z | Downloaded serde_repr v0.1.19 |
1118 | 2025-01-28T06:53:05.733Z | Downloaded ref-cast-impl v1.0.23 |
1119 | 2025-01-28T06:53:05.733Z | Downloaded ahash v0.8.11 |
1120 | 2025-01-28T06:53:05.736Z | Downloaded libloading v0.8.5 |
1121 | 2025-01-28T06:53:05.738Z | Downloaded crossbeam-deque v0.8.5 |
1122 | 2025-01-28T06:53:05.741Z | Downloaded arc-swap v1.7.1 |
1123 | 2025-01-28T06:53:05.744Z | Downloaded maplit v1.0.2 |
1124 | 2025-01-28T06:53:05.744Z | Downloaded icu_locid_transform v1.5.0 |
1125 | 2025-01-28T06:53:05.747Z | Downloaded hyper-rustls v0.27.3 |
1126 | 2025-01-28T06:53:05.749Z | Downloaded const_format_proc_macros v0.2.33 |
1127 | 2025-01-28T06:53:05.752Z | Downloaded backoff v0.4.0 |
1128 | 2025-01-28T06:53:05.755Z | Downloaded console v0.15.10 |
1129 | 2025-01-28T06:53:05.757Z | Downloaded bcs v0.1.6 |
1130 | 2025-01-28T06:53:05.760Z | Downloaded instability v0.3.2 |
1131 | 2025-01-28T06:53:05.760Z | Downloaded crc-catalog v2.4.0 |
1132 | 2025-01-28T06:53:05.762Z | Downloaded async-recursion v1.1.1 |
1133 | 2025-01-28T06:53:05.765Z | Downloaded bitflags v1.3.2 |
1134 | 2025-01-28T06:53:05.768Z | Downloaded lazycell v1.3.0 |
1135 | 2025-01-28T06:53:05.771Z | Downloaded indent_write v2.2.0 |
1136 | 2025-01-28T06:53:05.774Z | Downloaded impl-trait-for-tuples v0.2.2 |
1137 | 2025-01-28T06:53:05.774Z | Downloaded httpdate v1.0.3 |
1138 | 2025-01-28T06:53:05.777Z | Downloaded http-body-util v0.1.2 |
1139 | 2025-01-28T06:53:05.777Z | Downloaded constant_time_eq v0.3.1 |
1140 | 2025-01-28T06:53:05.780Z | Downloaded ring v0.17.8 |
1141 | 2025-01-28T06:53:05.847Z | Downloaded idna_adapter v1.2.0 |
1142 | 2025-01-28T06:53:05.849Z | Downloaded hyper-tls v0.6.0 |
1143 | 2025-01-28T06:53:05.849Z | Downloaded linked-hash-map v0.5.6 |
1144 | 2025-01-28T06:53:05.852Z | Downloaded bcrypt-pbkdf v0.10.0 |
1145 | 2025-01-28T06:53:05.852Z | Downloaded chacha20 v0.9.1 |
1146 | 2025-01-28T06:53:05.854Z | Downloaded hubpack v0.1.2 |
1147 | 2025-01-28T06:53:05.854Z | Downloaded hostname v0.4.0 |
1148 | 2025-01-28T06:53:05.858Z | Downloaded ctr v0.9.2 |
1149 | 2025-01-28T06:53:05.858Z | Downloaded async-stream v0.3.6 |
1150 | 2025-01-28T06:53:05.861Z | Downloaded cipher v0.4.4 |
1151 | 2025-01-28T06:53:05.861Z | Downloaded bitfield v0.14.0 |
1152 | 2025-01-28T06:53:05.864Z | Downloaded is-terminal v0.4.13 |
1153 | 2025-01-28T06:53:05.864Z | Downloaded ipnetwork v0.20.0 |
1154 | 2025-01-28T06:53:05.867Z | Downloaded internet-checksum v0.2.1 |
1155 | 2025-01-28T06:53:05.867Z | Downloaded indoc v1.0.9 |
1156 | 2025-01-28T06:53:05.869Z | Downloaded humantime v2.1.0 |
1157 | 2025-01-28T06:53:05.869Z | Downloaded lalrpop-util v0.19.12 |
1158 | 2025-01-28T06:53:05.869Z | Downloaded atomic-waker v1.1.2 |
1159 | 2025-01-28T06:53:05.872Z | Downloaded highway v1.2.0 |
1160 | 2025-01-28T06:53:05.874Z | Downloaded colored v2.1.0 |
1161 | 2025-01-28T06:53:05.874Z | Downloaded cmake v0.1.51 |
1162 | 2025-01-28T06:53:05.877Z | Downloaded ciborium-ll v0.2.2 |
1163 | 2025-01-28T06:53:05.877Z | Downloaded bb8 v0.8.5 |
1164 | 2025-01-28T06:53:05.879Z | Downloaded bit-set v0.5.3 |
1165 | 2025-01-28T06:53:05.879Z | Downloaded base16ct v0.2.0 |
1166 | 2025-01-28T06:53:05.884Z | Downloaded assert_matches v1.5.0 |
1167 | 2025-01-28T06:53:05.925Z | Downloaded libsqlite3-sys v0.30.1 |
1168 | 2025-01-28T06:53:06.146Z | Downloaded aws-lc-sys v0.22.0 |
1169 | 2025-01-28T06:53:06.457Z | Compiling serde v1.0.217 |
1170 | 2025-01-28T06:53:06.462Z | Compiling lock_api v0.4.12 |
1171 | 2025-01-28T06:53:06.462Z | Compiling value-bag v1.9.0 |
1172 | 2025-01-28T06:53:06.462Z | Compiling scopeguard v1.2.0 |
1173 | 2025-01-28T06:53:06.462Z | Compiling typenum v1.17.0 |
1174 | 2025-01-28T06:53:06.462Z | Compiling generic-array v0.14.7 |
1175 | 2025-01-28T06:53:06.649Z | Compiling syn v2.0.96 |
1176 | 2025-01-28T06:53:06.666Z | Compiling getrandom v0.2.15 |
1177 | 2025-01-28T06:53:06.840Z | Compiling shlex v1.3.0 |
1178 | 2025-01-28T06:53:06.995Z | Compiling rand_core v0.6.4 |
1179 | 2025-01-28T06:53:07.073Z | Compiling subtle v2.6.1 |
1180 | 2025-01-28T06:53:07.095Z | Compiling log v0.4.22 |
1181 | 2025-01-28T06:53:07.204Z | Compiling jobserver v0.1.32 |
1182 | 2025-01-28T06:53:07.223Z | Compiling smallvec v1.13.2 |
1183 | 2025-01-28T06:53:07.414Z | Compiling const-oid v0.9.6 |
1184 | 2025-01-28T06:53:07.541Z | Compiling pin-project-lite v0.2.14 |
1185 | 2025-01-28T06:53:07.599Z | Compiling cc v1.1.30 |
1186 | 2025-01-28T06:53:07.602Z | Compiling rustix v0.38.37 |
1187 | 2025-01-28T06:53:07.668Z | Compiling spin v0.9.8 |
1188 | 2025-01-28T06:53:07.856Z | Compiling parking_lot_core v0.9.10 |
1189 | 2025-01-28T06:53:07.991Z | Compiling futures-core v0.3.31 |
1190 | 2025-01-28T06:53:08.052Z | Compiling signal-hook-registry v1.4.2 |
1191 | 2025-01-28T06:53:08.235Z | Compiling mio v1.0.2 |
1192 | 2025-01-28T06:53:08.623Z | Compiling aho-corasick v1.1.3 |
1193 | 2025-01-28T06:53:08.860Z | Compiling either v1.13.0 |
1194 | 2025-01-28T06:53:08.956Z | Compiling parking_lot v0.12.3 |
1195 | 2025-01-28T06:53:09.097Z | Compiling regex-syntax v0.8.5 |
1196 | 2025-01-28T06:53:09.268Z | Compiling cpufeatures v0.2.14 |
1197 | 2025-01-28T06:53:09.402Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2025-01-28T06:53:09.496Z | Compiling futures-sink v0.3.31 |
1199 | 2025-01-28T06:53:09.533Z | Compiling glob v0.3.1 |
1200 | 2025-01-28T06:53:09.631Z | Compiling socket2 v0.5.7 |
1201 | 2025-01-28T06:53:09.666Z | Compiling slab v0.4.9 |
1202 | 2025-01-28T06:53:09.841Z | Compiling prettyplease v0.2.25 |
1203 | 2025-01-28T06:53:10.154Z | Compiling lazy_static v1.5.0 |
1204 | 2025-01-28T06:53:10.216Z | Compiling minimal-lexical v0.2.1 |
1205 | 2025-01-28T06:53:10.297Z | Compiling serde_json v1.0.135 |
1206 | 2025-01-28T06:53:10.408Z | Compiling clang-sys v1.8.1 |
1207 | 2025-01-28T06:53:10.664Z | Compiling libloading v0.8.5 |
1208 | 2025-01-28T06:53:10.751Z | Compiling nom v7.1.3 |
1209 | 2025-01-28T06:53:10.862Z | Compiling bindgen v0.69.5 |
1210 | 2025-01-28T06:53:11.065Z | Compiling home v0.5.9 |
1211 | 2025-01-28T06:53:11.333Z | Compiling futures-channel v0.3.31 |
1212 | 2025-01-28T06:53:11.615Z | Compiling itertools v0.12.1 |
1213 | 2025-01-28T06:53:11.743Z | Compiling libm v0.2.8 |
1214 | 2025-01-28T06:53:11.769Z | Compiling futures-task v0.3.31 |
1215 | 2025-01-28T06:53:12.092Z | Compiling foldhash v0.1.3 |
1216 | 2025-01-28T06:53:12.095Z | Compiling lazycell v1.3.0 |
1217 | 2025-01-28T06:53:12.293Z | Compiling pin-utils v0.1.0 |
1218 | 2025-01-28T06:53:12.400Z | Compiling allocator-api2 v0.2.18 |
1219 | 2025-01-28T06:53:12.422Z | Compiling futures-io v0.3.31 |
1220 | 2025-01-28T06:53:12.696Z | Compiling rustc-hash v1.1.0 |
1221 | 2025-01-28T06:53:12.859Z | Compiling regex-automata v0.4.8 |
1222 | 2025-01-28T06:53:13.145Z | Compiling hashbrown v0.15.1 |
1223 | 2025-01-28T06:53:13.559Z | Compiling cmake v0.1.51 |
1224 | 2025-01-28T06:53:14.201Z | Compiling synstructure v0.13.1 |
1225 | 2025-01-28T06:53:14.451Z | Compiling cexpr v0.6.0 |
1226 | 2025-01-28T06:53:14.580Z | Compiling num-traits v0.2.19 |
1227 | 2025-01-28T06:53:14.874Z | Compiling pkg-config v0.3.31 |
1228 | 2025-01-28T06:53:15.463Z | Compiling dunce v1.0.5 |
1229 | 2025-01-28T06:53:15.610Z | Compiling fs_extra v1.3.0 |
1230 | 2025-01-28T06:53:16.065Z | Compiling writeable v0.5.5 |
1231 | 2025-01-28T06:53:16.158Z | Compiling litemap v0.7.3 |
1232 | 2025-01-28T06:53:16.204Z | Compiling ring v0.17.8 |
1233 | 2025-01-28T06:53:16.560Z | Compiling base64ct v1.6.0 |
1234 | 2025-01-28T06:53:16.606Z | Compiling paste v1.0.15 |
1235 | 2025-01-28T06:53:17.188Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2025-01-28T06:53:17.211Z | Compiling flagset v0.4.6 |
1237 | 2025-01-28T06:53:17.289Z | Compiling httparse v1.9.5 |
1238 | 2025-01-28T06:53:17.419Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2025-01-28T06:53:17.534Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2025-01-28T06:53:17.953Z | Compiling tracing-core v0.1.32 |
1241 | 2025-01-28T06:53:17.994Z | Compiling percent-encoding v2.3.1 |
1242 | 2025-01-28T06:53:18.298Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2025-01-28T06:53:18.825Z | Compiling regex v1.11.1 |
1244 | 2025-01-28T06:53:18.857Z | Compiling icu_properties_data v1.5.0 |
1245 | 2025-01-28T06:53:18.902Z | Compiling rustls-pki-types v1.10.0 |
1246 | 2025-01-28T06:53:19.153Z | Compiling num-conv v0.1.0 |
1247 | 2025-01-28T06:53:19.434Z | Compiling write16 v1.0.0 |
1248 | 2025-01-28T06:53:19.575Z | Compiling utf16_iter v1.0.5 |
1249 | 2025-01-28T06:53:19.720Z | Compiling utf8_iter v1.0.4 |
1250 | 2025-01-28T06:53:19.773Z | Compiling vcpkg v0.2.15 |
1251 | 2025-01-28T06:53:19.797Z | Compiling serde_derive v1.0.217 |
1252 | 2025-01-28T06:53:19.802Z | Compiling zeroize_derive v1.4.2 |
1253 | 2025-01-28T06:53:19.836Z | Compiling zerocopy-derive v0.7.35 |
1254 | 2025-01-28T06:53:19.957Z | Compiling tokio-macros v2.5.0 |
1255 | 2025-01-28T06:53:21.205Z | Compiling zeroize v1.8.1 |
1256 | 2025-01-28T06:53:21.556Z | Compiling zerofrom-derive v0.1.4 |
1257 | 2025-01-28T06:53:21.576Z | Compiling yoke-derive v0.7.4 |
1258 | 2025-01-28T06:53:21.851Z | Compiling zerocopy v0.7.35 |
1259 | 2025-01-28T06:53:21.890Z | Compiling thiserror-impl v1.0.69 |
1260 | 2025-01-28T06:53:22.646Z | Compiling crypto-common v0.1.6 |
1261 | 2025-01-28T06:53:22.881Z | Compiling block-buffer v0.10.4 |
1262 | 2025-01-28T06:53:23.142Z | Compiling digest v0.10.7 |
1263 | 2025-01-28T06:53:23.170Z | Compiling zerovec-derive v0.10.3 |
1264 | 2025-01-28T06:53:23.205Z | Compiling displaydoc v0.2.5 |
1265 | 2025-01-28T06:53:23.670Z | Compiling hmac v0.12.1 |
1266 | 2025-01-28T06:53:23.932Z | Compiling futures-macro v0.3.31 |
1267 | 2025-01-28T06:53:24.216Z | Compiling block-padding v0.3.3 |
1268 | 2025-01-28T06:53:24.375Z | Compiling sha2 v0.10.8 |
1269 | 2025-01-28T06:53:24.477Z | Compiling inout v0.1.3 |
1270 | 2025-01-28T06:53:24.774Z | Compiling cipher v0.4.4 |
1271 | 2025-01-28T06:53:24.797Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2025-01-28T06:53:24.938Z | Compiling thiserror v1.0.69 |
1273 | 2025-01-28T06:53:25.099Z | Compiling ppv-lite86 v0.2.20 |
1274 | 2025-01-28T06:53:25.221Z | Compiling zerofrom v0.1.4 |
1275 | 2025-01-28T06:53:25.308Z | Compiling der_derive v0.7.3 |
1276 | 2025-01-28T06:53:25.450Z | Compiling yoke v0.7.4 |
1277 | 2025-01-28T06:53:25.925Z | Compiling tracing-attributes v0.1.27 |
1278 | 2025-01-28T06:53:25.951Z | Compiling zerovec v0.10.4 |
1279 | 2025-01-28T06:53:25.951Z | Compiling futures-util v0.3.31 |
1280 | 2025-01-28T06:53:25.951Z | Compiling rand_chacha v0.3.1 |
1281 | 2025-01-28T06:53:25.951Z | Compiling salsa20 v0.10.2 |
1282 | 2025-01-28T06:53:26.105Z | Compiling pest v2.7.14 |
1283 | 2025-01-28T06:53:27.565Z | Compiling tinystr v0.7.6 |
1284 | 2025-01-28T06:53:27.835Z | Compiling der v0.7.9 |
1285 | 2025-01-28T06:53:27.894Z | Compiling icu_locid v1.5.0 |
1286 | 2025-01-28T06:53:27.963Z | Compiling icu_collections v1.5.0 |
1287 | 2025-01-28T06:53:28.180Z | Compiling rand v0.8.5 |
1288 | 2025-01-28T06:53:29.033Z | Compiling icu_provider v1.5.0 |
1289 | 2025-01-28T06:53:29.217Z | Compiling tracing v0.1.40 |
1290 | 2025-01-28T06:53:29.325Z | Compiling pbkdf2 v0.12.2 |
1291 | 2025-01-28T06:53:29.513Z | Compiling untrusted v0.7.1 |
1292 | 2025-01-28T06:53:29.713Z | Compiling icu_locid_transform v1.5.0 |
1293 | 2025-01-28T06:53:29.740Z | Compiling untrusted v0.9.0 |
1294 | 2025-01-28T06:53:29.934Z | Compiling spki v0.7.3 |
1295 | 2025-01-28T06:53:30.009Z | Compiling time-core v0.1.2 |
1296 | 2025-01-28T06:53:30.029Z | Compiling mirai-annotations v1.12.0 |
1297 | 2025-01-28T06:53:30.203Z | Compiling powerfmt v0.2.0 |
1298 | 2025-01-28T06:53:30.233Z | Compiling icu_normalizer_data v1.5.0 |
1299 | 2025-01-28T06:53:30.236Z | Compiling time-macros v0.2.18 |
1300 | 2025-01-28T06:53:30.346Z | Compiling scrypt v0.11.0 |
1301 | 2025-01-28T06:53:30.579Z | Compiling deranged v0.3.11 |
1302 | 2025-01-28T06:53:30.866Z | Compiling pest_meta v2.7.14 |
1303 | 2025-01-28T06:53:30.905Z | Compiling aes v0.8.4 |
1304 | 2025-01-28T06:53:31.303Z | Compiling icu_properties v1.5.1 |
1305 | 2025-01-28T06:53:31.966Z | Compiling cbc v0.1.2 |
1306 | 2025-01-28T06:53:32.120Z | Compiling openssl-sys v0.9.103 |
1307 | 2025-01-28T06:53:32.211Z | Compiling scroll_derive v0.12.0 |
1308 | 2025-01-28T06:53:33.212Z | Compiling bitflags v2.6.0 |
1309 | 2025-01-28T06:53:33.299Z | Compiling bytes v1.9.0 |
1310 | 2025-01-28T06:53:33.676Z | Compiling indexmap v2.7.0 |
1311 | 2025-01-28T06:53:33.697Z | Compiling semver v1.0.24 |
1312 | 2025-01-28T06:53:34.442Z | Compiling tokio v1.43.0 |
1313 | 2025-01-28T06:53:34.551Z | Compiling http v1.2.0 |
1314 | 2025-01-28T06:53:34.930Z | Compiling rustc_version v0.4.1 |
1315 | 2025-01-28T06:53:34.962Z | Compiling icu_normalizer v1.5.0 |
1316 | 2025-01-28T06:53:35.373Z | Compiling tinyvec_macros v0.1.1 |
1317 | 2025-01-28T06:53:35.478Z | Compiling atomic-waker v1.1.2 |
1318 | 2025-01-28T06:53:35.668Z | Compiling num_threads v0.1.7 |
1319 | 2025-01-28T06:53:35.691Z | Compiling tinyvec v1.8.0 |
1320 | 2025-01-28T06:53:35.819Z | Compiling time v0.3.36 |
1321 | 2025-01-28T06:53:36.005Z | Compiling idna_adapter v1.2.0 |
1322 | 2025-01-28T06:53:36.252Z | Compiling http-body v1.0.1 |
1323 | 2025-01-28T06:53:36.334Z | Compiling scroll v0.12.0 |
1324 | 2025-01-28T06:53:36.620Z | Compiling pest_generator v2.7.14 |
1325 | 2025-01-28T06:53:36.784Z | Compiling pkcs5 v0.7.1 |
1326 | 2025-01-28T06:53:36.806Z | Compiling form_urlencoded v1.2.1 |
1327 | 2025-01-28T06:53:36.883Z | Compiling try-lock v0.2.5 |
1328 | 2025-01-28T06:53:37.046Z | Compiling slog v2.7.0 |
1329 | 2025-01-28T06:53:37.117Z | Compiling goblin v0.8.2 |
1330 | 2025-01-28T06:53:37.228Z | Compiling which v4.4.2 |
1331 | 2025-01-28T06:53:37.868Z | Compiling pkcs8 v0.10.2 |
1332 | 2025-01-28T06:53:37.890Z | Compiling want v0.3.1 |
1333 | 2025-01-28T06:53:38.199Z | Compiling idna v1.0.3 |
1334 | 2025-01-28T06:53:38.406Z | Compiling uuid v1.12.0 |
1335 | 2025-01-28T06:53:38.484Z | Compiling pest_derive v2.7.14 |
1336 | 2025-01-28T06:53:38.544Z | Compiling iana-time-zone v0.1.61 |
1337 | 2025-01-28T06:53:38.975Z | Compiling httpdate v1.0.3 |
1338 | 2025-01-28T06:53:39.261Z | Compiling dtrace-parser v0.2.0 |
1339 | 2025-01-28T06:53:39.454Z | Compiling chrono v0.4.39 |
1340 | 2025-01-28T06:53:39.973Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2025-01-28T06:53:40.575Z | Compiling toml_datetime v0.6.8 |
1342 | 2025-01-28T06:53:40.623Z | Compiling serde_spanned v0.6.8 |
1343 | 2025-01-28T06:53:40.653Z | Compiling match_cfg v0.1.0 |
1344 | 2025-01-28T06:53:40.760Z | Compiling tower-service v0.3.3 |
1345 | 2025-01-28T06:53:40.869Z | Compiling rustversion v1.0.17 |
1346 | 2025-01-28T06:53:40.908Z | Compiling foreign-types-shared v0.1.1 |
1347 | 2025-01-28T06:53:41.039Z | Compiling base64 v0.22.1 |
1348 | 2025-01-28T06:53:41.078Z | Compiling adler2 v2.0.0 |
1349 | 2025-01-28T06:53:41.219Z | Compiling openssl v0.10.66 |
1350 | 2025-01-28T06:53:41.304Z | Compiling miniz_oxide v0.8.0 |
1351 | 2025-01-28T06:53:41.644Z | Compiling foreign-types v0.3.2 |
1352 | 2025-01-28T06:53:41.669Z | Compiling hostname v0.3.1 |
1353 | 2025-01-28T06:53:41.721Z | Compiling url v2.5.3 |
1354 | 2025-01-28T06:53:41.894Z | Compiling async-trait v0.1.85 |
1355 | 2025-01-28T06:53:42.769Z | Compiling tokio-util v0.7.12 |
1356 | 2025-01-28T06:53:42.792Z | Compiling openssl-macros v0.1.1 |
1357 | 2025-01-28T06:53:43.029Z | Compiling dof v0.3.0 |
1358 | 2025-01-28T06:53:43.574Z | Compiling serde_derive_internals v0.29.1 |
1359 | 2025-01-28T06:53:43.595Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2025-01-28T06:53:44.061Z | Compiling h2 v0.4.6 |
1361 | 2025-01-28T06:53:44.143Z | Compiling usdt-impl v0.5.0 |
1362 | 2025-01-28T06:53:44.400Z | Compiling rustls v0.23.19 |
1363 | 2025-01-28T06:53:44.686Z | Compiling native-tls v0.2.12 |
1364 | 2025-01-28T06:53:44.949Z | Compiling rustls v0.22.4 |
1365 | 2025-01-28T06:53:45.028Z | Compiling siphasher v0.3.11 |
1366 | 2025-01-28T06:53:45.237Z | Compiling syn v1.0.109 |
1367 | 2025-01-28T06:53:45.387Z | Compiling data-encoding v2.6.0 |
1368 | 2025-01-28T06:53:45.524Z | Compiling schemars v0.8.21 |
1369 | 2025-01-28T06:53:45.942Z | Compiling schemars_derive v0.8.21 |
1370 | 2025-01-28T06:53:45.962Z | Compiling dirs-next v2.0.0 |
1371 | 2025-01-28T06:53:46.611Z | Compiling unicode-normalization v0.1.24 |
1372 | 2025-01-28T06:53:47.389Z | Compiling http-body-util v0.1.2 |
1373 | 2025-01-28T06:53:47.443Z | Compiling heapless v0.7.17 |
1374 | 2025-01-28T06:53:47.710Z | Compiling crossbeam-epoch v0.9.18 |
1375 | 2025-01-28T06:53:47.863Z | Compiling sha1 v0.10.6 |
1376 | 2025-01-28T06:53:47.885Z | Compiling signature v2.2.0 |
1377 | 2025-01-28T06:53:48.105Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1378 | 2025-01-28T06:53:48.191Z | Compiling thread_local v1.1.8 |
1379 | 2025-01-28T06:53:48.305Z | Compiling cookie v0.18.1 |
1380 | 2025-01-28T06:53:48.421Z | Compiling multer v3.1.0 |
1381 | 2025-01-28T06:53:48.636Z | Compiling encoding_rs v0.8.34 |
1382 | 2025-01-28T06:53:48.657Z | Compiling mime v0.3.17 |
1383 | 2025-01-28T06:53:48.679Z | Compiling slog-async v2.8.0 |
1384 | 2025-01-28T06:53:48.715Z | Compiling ipnet v2.10.1 |
1385 | 2025-01-28T06:53:49.023Z | Compiling gimli v0.31.1 |
1386 | 2025-01-28T06:53:49.155Z | Compiling signal-hook v0.3.17 |
1387 | 2025-01-28T06:53:49.186Z | Compiling dyn-clone v1.0.17 |
1388 | 2025-01-28T06:53:49.408Z | Compiling openssl-probe v0.1.5 |
1389 | 2025-01-28T06:53:49.435Z | Compiling unicode-properties v0.1.3 |
1390 | 2025-01-28T06:53:49.733Z | Compiling rayon-core v1.12.1 |
1391 | 2025-01-28T06:53:49.802Z | Compiling unicode-bidi v0.3.17 |
1392 | 2025-01-28T06:53:49.851Z | Compiling toml_edit v0.22.22 |
1393 | 2025-01-28T06:53:51.055Z | Compiling stringprep v0.1.5 |
1394 | 2025-01-28T06:53:52.165Z | Compiling hyper v1.5.2 |
1395 | 2025-01-28T06:53:53.462Z | Compiling addr2line v0.24.2 |
1396 | 2025-01-28T06:53:53.787Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2025-01-28T06:53:53.881Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2025-01-28T06:53:54.144Z | Compiling usdt-macro v0.5.0 |
1399 | 2025-01-28T06:53:54.146Z | Compiling term v0.7.0 |
1400 | 2025-01-28T06:53:55.113Z | Compiling hyper-util v0.1.10 |
1401 | 2025-01-28T06:53:55.372Z | Compiling slog-json v2.6.1 |
1402 | 2025-01-28T06:53:55.389Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2025-01-28T06:53:55.510Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2025-01-28T06:53:55.734Z | Compiling crossbeam-channel v0.5.13 |
1405 | 2025-01-28T06:53:55.800Z | Compiling futures-executor v0.3.31 |
1406 | 2025-01-28T06:53:55.902Z | Compiling enum-as-inner v0.6.1 |
1407 | 2025-01-28T06:53:56.192Z | Compiling md-5 v0.10.6 |
1408 | 2025-01-28T06:53:56.330Z | Compiling async-stream-impl v0.3.6 |
1409 | 2025-01-28T06:53:56.464Z | Compiling rustls-pemfile v2.2.0 |
1410 | 2025-01-28T06:53:56.771Z | Compiling num-integer v0.1.46 |
1411 | 2025-01-28T06:53:56.811Z | Compiling hash32 v0.2.1 |
1412 | 2025-01-28T06:53:56.980Z | Compiling ff v0.13.0 |
1413 | 2025-01-28T06:53:57.180Z | Compiling is-terminal v0.4.13 |
1414 | 2025-01-28T06:53:57.203Z | Compiling object v0.36.5 |
1415 | 2025-01-28T06:53:57.309Z | Compiling dropshot v0.12.0 |
1416 | 2025-01-28T06:53:57.329Z | Compiling fallible-iterator v0.2.0 |
1417 | 2025-01-28T06:53:57.510Z | Compiling anyhow v1.0.95 |
1418 | 2025-01-28T06:53:57.598Z | Compiling take_mut v0.2.2 |
1419 | 2025-01-28T06:53:57.621Z | Compiling quick-error v1.2.3 |
1420 | 2025-01-28T06:53:57.771Z | Compiling linked-hash-map v0.5.6 |
1421 | 2025-01-28T06:53:57.797Z | Compiling rustc-demangle v0.1.24 |
1422 | 2025-01-28T06:53:57.998Z | Compiling psl-types v2.0.11 |
1423 | 2025-01-28T06:53:58.021Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-01-28T06:53:58.098Z | Compiling base16ct v0.2.0 |
1425 | 2025-01-28T06:53:58.119Z | Compiling utf-8 v0.7.6 |
1426 | 2025-01-28T06:53:58.211Z | Compiling smoltcp v0.9.1 |
1427 | 2025-01-28T06:53:58.475Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-01-28T06:53:58.497Z | Compiling litrs v0.4.1 |
1429 | 2025-01-28T06:53:58.734Z | Compiling tungstenite v0.24.0 |
1430 | 2025-01-28T06:53:58.829Z | Compiling sec1 v0.7.3 |
1431 | 2025-01-28T06:53:58.925Z | Compiling publicsuffix v2.3.0 |
1432 | 2025-01-28T06:53:59.231Z | Compiling lru-cache v0.1.2 |
1433 | 2025-01-28T06:53:59.370Z | Compiling postgres-protocol v0.6.7 |
1434 | 2025-01-28T06:53:59.434Z | Compiling resolv-conf v0.7.0 |
1435 | 2025-01-28T06:53:59.669Z | Compiling document-features v0.2.10 |
1436 | 2025-01-28T06:54:00.223Z | Compiling async-stream v0.3.6 |
1437 | 2025-01-28T06:54:00.527Z | Compiling slog-term v2.9.1 |
1438 | 2025-01-28T06:54:00.569Z | Compiling num-iter v0.1.45 |
1439 | 2025-01-28T06:54:00.594Z | Compiling usdt v0.5.0 |
1440 | 2025-01-28T06:54:00.768Z | Compiling group v0.13.0 |
1441 | 2025-01-28T06:54:00.815Z | Compiling hickory-proto v0.24.2 |
1442 | 2025-01-28T06:54:01.090Z | Compiling futures v0.3.31 |
1443 | 2025-01-28T06:54:01.163Z | Compiling slog-bunyan v2.5.0 |
1444 | 2025-01-28T06:54:01.813Z | Compiling camino v1.1.9 |
1445 | 2025-01-28T06:54:02.433Z | Compiling tokio-native-tls v0.3.1 |
1446 | 2025-01-28T06:54:02.721Z | Compiling toml v0.8.19 |
1447 | 2025-01-28T06:54:02.744Z | Compiling phf_shared v0.11.2 |
1448 | 2025-01-28T06:54:02.968Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2025-01-28T06:54:03.138Z | Compiling terminal_size v0.4.0 |
1450 | 2025-01-28T06:54:03.404Z | Compiling waitgroup v0.1.2 |
1451 | 2025-01-28T06:54:03.647Z | Compiling openapiv3 v2.0.0 |
1452 | 2025-01-28T06:54:03.674Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2025-01-28T06:54:04.314Z | Compiling backtrace v0.3.74 |
1454 | 2025-01-28T06:54:04.432Z | Compiling hkdf v0.12.4 |
1455 | 2025-01-28T06:54:04.466Z | Compiling crypto-bigint v0.5.5 |
1456 | 2025-01-28T06:54:04.713Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2025-01-28T06:54:06.773Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2025-01-28T06:54:06.873Z | Compiling hubpack_derive v0.1.1 |
1459 | 2025-01-28T06:54:07.227Z | Compiling webpki-roots v0.26.6 |
1460 | 2025-01-28T06:54:07.388Z | Compiling hostname v0.4.0 |
1461 | 2025-01-28T06:54:07.461Z | Compiling ahash v0.8.11 |
1462 | 2025-01-28T06:54:07.611Z | Compiling fs-err v2.11.0 |
1463 | 2025-01-28T06:54:07.614Z | Compiling crc32fast v1.4.2 |
1464 | 2025-01-28T06:54:07.761Z | Compiling newtype-uuid v1.2.1 |
1465 | 2025-01-28T06:54:07.790Z | Compiling winnow v0.5.40 |
1466 | 2025-01-28T06:54:07.920Z | Compiling unicode-width v0.2.0 |
1467 | 2025-01-28T06:54:07.955Z | Compiling debug-ignore v1.0.5 |
1468 | 2025-01-28T06:54:08.051Z | Compiling managed v0.8.0 |
1469 | 2025-01-28T06:54:08.106Z | Compiling bitflags v1.3.2 |
1470 | 2025-01-28T06:54:08.245Z | Compiling strum_macros v0.25.3 |
1471 | 2025-01-28T06:54:08.526Z | Compiling console v0.15.10 |
1472 | 2025-01-28T06:54:09.927Z | Compiling clap_builder v4.5.27 |
1473 | 2025-01-28T06:54:10.331Z | Compiling flate2 v1.0.35 |
1474 | 2025-01-28T06:54:10.557Z | Compiling hubpack v0.1.2 |
1475 | 2025-01-28T06:54:10.589Z | Compiling elliptic-curve v0.13.8 |
1476 | 2025-01-28T06:54:10.990Z | Compiling zerocopy v0.6.6 |
1477 | 2025-01-28T06:54:11.208Z | Compiling toml_edit v0.19.15 |
1478 | 2025-01-28T06:54:11.342Z | Compiling hickory-resolver v0.24.2 |
1479 | 2025-01-28T06:54:11.731Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2025-01-28T06:54:11.915Z | Compiling phf v0.11.2 |
1481 | 2025-01-28T06:54:12.068Z | Compiling hyper-tls v0.6.0 |
1482 | 2025-01-28T06:54:12.154Z | Compiling rayon v1.10.0 |
1483 | 2025-01-28T06:54:12.194Z | Compiling cookie_store v0.21.1 |
1484 | 2025-01-28T06:54:12.460Z | Compiling bzip2 v0.4.4 |
1485 | 2025-01-28T06:54:13.696Z | Compiling postgres-types v0.2.8 |
1486 | 2025-01-28T06:54:15.080Z | Compiling tokio-tungstenite v0.24.0 |
1487 | 2025-01-28T06:54:16.167Z | Compiling ed25519 v2.2.3 |
1488 | 2025-01-28T06:54:16.508Z | Compiling phf_shared v0.10.0 |
1489 | 2025-01-28T06:54:16.899Z | Compiling tokio-stream v0.1.16 |
1490 | 2025-01-28T06:54:16.953Z | Compiling pkcs1 v0.7.5 |
1491 | 2025-01-28T06:54:17.269Z | Compiling serde-big-array v0.5.1 |
1492 | 2025-01-28T06:54:17.517Z | Compiling clap_derive v4.5.24 |
1493 | 2025-01-28T06:54:17.885Z | Compiling rfc6979 v0.4.0 |
1494 | 2025-01-28T06:54:17.907Z | Compiling derive-where v1.2.7 |
1495 | 2025-01-28T06:54:18.039Z | Compiling serde_repr v0.1.19 |
1496 | 2025-01-28T06:54:18.095Z | Compiling float-cmp v0.9.0 |
1497 | 2025-01-28T06:54:18.265Z | Compiling bstr v1.10.0 |
1498 | 2025-01-28T06:54:18.336Z | Compiling sync_wrapper v1.0.1 |
1499 | 2025-01-28T06:54:18.433Z | Compiling fixedbitset v0.4.2 |
1500 | 2025-01-28T06:54:18.518Z | Compiling static_assertions v1.1.0 |
1501 | 2025-01-28T06:54:18.639Z | Compiling precomputed-hash v0.1.1 |
1502 | 2025-01-28T06:54:18.790Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2025-01-28T06:54:18.893Z | Compiling bit-vec v0.6.3 |
1504 | 2025-01-28T06:54:18.940Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2025-01-28T06:54:19.052Z | Compiling whoami v1.5.2 |
1506 | 2025-01-28T06:54:19.202Z | Compiling predicates-core v1.0.8 |
1507 | 2025-01-28T06:54:19.301Z | Compiling difflib v0.4.0 |
1508 | 2025-01-28T06:54:19.557Z | Compiling unicode-segmentation v1.12.0 |
1509 | 2025-01-28T06:54:19.649Z | Compiling number_prefix v0.4.0 |
1510 | 2025-01-28T06:54:19.888Z | Compiling indicatif v0.17.9 |
1511 | 2025-01-28T06:54:19.910Z | Compiling predicates v3.1.2 |
1512 | 2025-01-28T06:54:20.443Z | Compiling similar v2.6.0 |
1513 | 2025-01-28T06:54:20.735Z | Compiling tokio-postgres v0.7.12 |
1514 | 2025-01-28T06:54:21.122Z | Compiling bit-set v0.5.3 |
1515 | 2025-01-28T06:54:21.433Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1516 | 2025-01-28T06:54:21.460Z | Compiling string_cache v0.8.7 |
1517 | 2025-01-28T06:54:21.907Z | Compiling petgraph v0.6.5 |
1518 | 2025-01-28T06:54:21.968Z | Compiling ecdsa v0.16.9 |
1519 | 2025-01-28T06:54:22.246Z | Compiling clap v4.5.27 |
1520 | 2025-01-28T06:54:22.370Z | Compiling rsa v0.9.6 |
1521 | 2025-01-28T06:54:22.668Z | Compiling ed25519-dalek v2.1.1 |
1522 | 2025-01-28T06:54:22.772Z | Compiling toml v0.7.8 |
1523 | 2025-01-28T06:54:24.044Z | Compiling zip v0.6.6 |
1524 | 2025-01-28T06:54:24.297Z | Compiling crossterm v0.28.1 |
1525 | 2025-01-28T06:54:26.248Z | Compiling hex v0.4.3 |
1526 | 2025-01-28T06:54:26.414Z | Compiling x509-cert v0.2.5 |
1527 | 2025-01-28T06:54:26.534Z | Compiling itertools v0.10.5 |
1528 | 2025-01-28T06:54:26.770Z | Compiling lalrpop-util v0.19.12 |
1529 | 2025-01-28T06:54:26.864Z | Compiling peg-runtime v0.8.3 |
1530 | 2025-01-28T06:54:27.132Z | Compiling unicode-xid v0.2.6 |
1531 | 2025-01-28T06:54:27.344Z | Compiling strum_macros v0.26.4 |
1532 | 2025-01-28T06:54:27.479Z | Compiling xattr v1.3.1 |
1533 | 2025-01-28T06:54:27.687Z | Compiling filetime v0.2.25 |
1534 | 2025-01-28T06:54:28.033Z | Compiling tar v0.4.42 |
1535 | 2025-01-28T06:54:32.105Z | Compiling strum v0.26.3 |
1536 | 2025-01-28T06:54:35.312Z | Compiling aws-lc-sys v0.22.0 |
1537 | 2025-01-28T06:55:03.246Z | Compiling rustls-webpki v0.102.8 |
1538 | 2025-01-28T06:55:06.487Z | Compiling tokio-rustls v0.25.0 |
1539 | 2025-01-28T06:55:08.377Z | Compiling tokio-rustls v0.26.0 |
1540 | 2025-01-28T06:55:08.661Z | Compiling hyper-rustls v0.27.3 |
1541 | 2025-01-28T06:55:09.024Z | Compiling reqwest v0.12.9 |
1542 | 2025-01-28T06:55:10.271Z | Compiling qorb v0.2.1 |
1543 | 2025-01-28T06:55:13.492Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2025-01-28T06:55:13.756Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1545 | 2025-01-28T06:55:18.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1546 | 2025-01-28T06:55:18.473Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1547 | 2025-01-28T06:55:18.528Z | Jan 28 06:55:17.537 INFO Starting download, target: Console |
1548 | 2025-01-28T06:55:18.528Z | Jan 28 06:55:17.537 INFO Starting download, target: Clickhouse |
1549 | 2025-01-28T06:55:18.528Z | Jan 28 06:55:17.537 INFO Starting download, target: Cockroach |
1550 | 2025-01-28T06:55:18.528Z | Jan 28 06:55:17.537 INFO Starting download, target: DendriteOpenapi |
1551 | 2025-01-28T06:55:18.528Z | Jan 28 06:55:17.537 INFO Starting download, target: DendriteStub |
1552 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.537 INFO Starting download, target: MaghemiteMgd |
1553 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.537 INFO Starting download, target: TransceiverControl |
1554 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1556 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1559 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2025-01-28T06:55:18.531Z | Jan 28 06:55:17.538 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1561 | 2025-01-28T06:55:18.739Z | Jan 28 06:55:17.723 INFO Download complete, target: DendriteOpenapi |
1562 | 2025-01-28T06:55:18.893Z | Jan 28 06:55:17.869 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2025-01-28T06:55:18.995Z | Jan 28 06:55:17.999 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1564 | 2025-01-28T06:55:19.338Z | Jan 28 06:55:18.344 INFO Download complete, target: Console |
1565 | 2025-01-28T06:55:19.383Z | Jan 28 06:55:18.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2025-01-28T06:55:19.424Z | Jan 28 06:55:18.431 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2025-01-28T06:55:19.565Z | Jan 28 06:55:18.573 INFO Download complete, target: TransceiverControl |
1568 | 2025-01-28T06:55:20.005Z | Jan 28 06:55:19.013 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1569 | 2025-01-28T06:55:20.005Z | Jan 28 06:55:19.013 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1570 | 2025-01-28T06:55:20.452Z | Jan 28 06:55:19.460 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1571 | 2025-01-28T06:55:22.312Z | Jan 28 06:55:21.320 INFO Download complete, target: DendriteStub |
1572 | 2025-01-28T06:55:22.404Z | Jan 28 06:55:21.410 INFO Download complete, target: MaghemiteMgd |
1573 | 2025-01-28T06:55:27.439Z | Jan 28 06:55:26.443 INFO Checking that binary works, target: Cockroach |
1574 | 2025-01-28T06:55:27.738Z | Jan 28 06:55:26.744 INFO Download complete, target: Cockroach |
1575 | 2025-01-28T06:55:33.097Z | Jan 28 06:55:32.101 INFO Checking that binary works, target: Clickhouse |
1576 | 2025-01-28T06:55:33.222Z | Jan 28 06:55:32.227 INFO Download complete, target: Clickhouse |
1577 | 2025-01-28T06:55:33.243Z | All builder prerequisites installed successfully, and PATH looks valid |
1578 | 2025-01-28T06:55:33.246Z | |
1579 | 2025-01-28T06:55:33.246Z | real 4:29.701694229 |
1580 | 2025-01-28T06:55:33.246Z | user 15:57.178026996 |
1581 | 2025-01-28T06:55:33.246Z | sys 2:07.165161052 |
1582 | 2025-01-28T06:55:33.246Z | trap 0.610003715 |
1583 | 2025-01-28T06:55:33.246Z | tflt 1.481892391 |
1584 | 2025-01-28T06:55:33.246Z | dflt 1.519095888 |
1585 | 2025-01-28T06:55:33.246Z | kflt 0.028806608 |
1586 | 2025-01-28T06:55:33.246Z | lock 26:48.447091822 |
1587 | 2025-01-28T06:55:33.246Z | slp 55:08.212416016 |
1588 | 2025-01-28T06:55:33.246Z | lat 1:00.064384572 |
1589 | 2025-01-28T06:55:33.246Z | stop 2:31.852189210 |
1590 | 2025-01-28T06:55:33.246Z | + banner hack-check |
1591 | 2025-01-28T06:55:33.249Z | |
1592 | 2025-01-28T06:55:33.249Z | # # ## #### # # #### # # ###### #### # # |
1593 | 2025-01-28T06:55:33.250Z | # # # # # # # # # # # # # # # # # |
1594 | 2025-01-28T06:55:33.250Z | ###### # # # #### ##### # ###### ##### # #### |
1595 | 2025-01-28T06:55:33.250Z | # # ###### # # # # # # # # # # |
1596 | 2025-01-28T06:55:33.250Z | # # # # # # # # # # # # # # # # # |
1597 | 2025-01-28T06:55:33.250Z | # # # # #### # # #### # # ###### #### # # |
1598 | 2025-01-28T06:55:33.250Z | |
1599 | 2025-01-28T06:55:33.250Z | + export CARGO_INCREMENTAL=0 |
1600 | 2025-01-28T06:55:33.250Z | + CARGO_INCREMENTAL=0 |
1601 | 2025-01-28T06:55:33.250Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1602 | 2025-01-28T06:55:33.790Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1603 | 2025-01-28T06:55:36.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1604 | 2025-01-28T06:55:36.734Z | Running `target/debug/xtask check-features --ci` |
1605 | 2025-01-28T06:55:36.756Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1606 | 2025-01-28T06:55:36.756Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1607 | 2025-01-28T06:55:37.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1608 | 2025-01-28T06:55:37.233Z | Running `target/debug/xtask download cargo-hack` |
1609 | 2025-01-28T06:55:38.096Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1610 | 2025-01-28T06:55:38.460Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1611 | 2025-01-28T06:55:42.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
1612 | 2025-01-28T06:55:42.422Z | Running `target/debug/xtask-downloader cargo-hack` |
1613 | 2025-01-28T06:55:42.464Z | Jan 28 06:55:41.467 INFO Starting download, target: CargoHack |
1614 | 2025-01-28T06:55:42.467Z | Jan 28 06:55:41.468 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1615 | 2025-01-28T06:55:43.059Z | Jan 28 06:55:42.062 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1616 | 2025-01-28T06:55:43.147Z | Jan 28 06:55:42.149 INFO Download complete, target: CargoHack |
1617 | 2025-01-28T06:55:43.151Z | 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" |
1618 | 2025-01-28T06:55:43.169Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1619 | 2025-01-28T06:55:43.350Z | info: running `cargo check --bins` on api_identity (1/197) |
1620 | 2025-01-28T06:55:43.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2025-01-28T06:55:43.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2025-01-28T06:55:43.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2025-01-28T06:55:43.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1624 | 2025-01-28T06:55:43.960Z | |
1625 | 2025-01-28T06:55:43.960Z | info: running `cargo check --bins` on bootstore (2/197) |
1626 | 2025-01-28T06:55:44.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2025-01-28T06:55:44.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2025-01-28T06:55:44.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2025-01-28T06:55:44.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1630 | 2025-01-28T06:55:44.609Z | |
1631 | 2025-01-28T06:55:44.609Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1632 | 2025-01-28T06:55:45.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2025-01-28T06:55:45.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2025-01-28T06:55:45.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2025-01-28T06:55:45.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1636 | 2025-01-28T06:55:45.235Z | |
1637 | 2025-01-28T06:55:45.235Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1638 | 2025-01-28T06:55:45.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2025-01-28T06:55:45.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2025-01-28T06:55:45.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2025-01-28T06:55:45.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1642 | 2025-01-28T06:55:45.858Z | |
1643 | 2025-01-28T06:55:45.858Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1644 | 2025-01-28T06:55:46.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2025-01-28T06:55:46.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2025-01-28T06:55:46.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2025-01-28T06:55:46.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1648 | 2025-01-28T06:55:46.285Z | |
1649 | 2025-01-28T06:55:46.285Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1650 | 2025-01-28T06:55:46.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2025-01-28T06:55:46.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2025-01-28T06:55:46.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2025-01-28T06:55:46.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1654 | 2025-01-28T06:55:46.716Z | |
1655 | 2025-01-28T06:55:46.716Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1656 | 2025-01-28T06:55:47.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-01-28T06:55:47.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-01-28T06:55:47.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-01-28T06:55:47.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1660 | 2025-01-28T06:55:47.151Z | |
1661 | 2025-01-28T06:55:47.151Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1662 | 2025-01-28T06:55:47.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-01-28T06:55:47.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-01-28T06:55:47.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-01-28T06:55:47.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1666 | 2025-01-28T06:55:47.591Z | |
1667 | 2025-01-28T06:55:47.591Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1668 | 2025-01-28T06:55:48.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-01-28T06:55:48.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-01-28T06:55:48.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-01-28T06:55:48.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1672 | 2025-01-28T06:55:48.137Z | |
1673 | 2025-01-28T06:55:48.138Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1674 | 2025-01-28T06:55:48.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-01-28T06:55:48.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-01-28T06:55:48.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-01-28T06:55:48.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1678 | 2025-01-28T06:55:48.468Z | |
1679 | 2025-01-28T06:55:48.468Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1680 | 2025-01-28T06:55:48.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-01-28T06:55:48.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-01-28T06:55:48.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-01-28T06:55:48.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1684 | 2025-01-28T06:55:48.903Z | |
1685 | 2025-01-28T06:55:48.903Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1686 | 2025-01-28T06:55:49.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-01-28T06:55:49.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-01-28T06:55:49.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-01-28T06:55:49.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1690 | 2025-01-28T06:55:49.335Z | |
1691 | 2025-01-28T06:55:49.335Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1692 | 2025-01-28T06:55:49.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-01-28T06:55:49.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-01-28T06:55:49.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-01-28T06:55:49.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1696 | 2025-01-28T06:55:49.761Z | |
1697 | 2025-01-28T06:55:49.762Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1698 | 2025-01-28T06:55:50.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-01-28T06:55:50.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-01-28T06:55:50.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-01-28T06:55:50.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1702 | 2025-01-28T06:55:50.189Z | |
1703 | 2025-01-28T06:55:50.189Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1704 | 2025-01-28T06:55:50.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-01-28T06:55:50.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-01-28T06:55:50.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-01-28T06:55:50.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1708 | 2025-01-28T06:55:50.624Z | |
1709 | 2025-01-28T06:55:50.624Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1710 | 2025-01-28T06:55:51.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-01-28T06:55:51.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-01-28T06:55:51.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-01-28T06:55:51.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1714 | 2025-01-28T06:55:51.067Z | |
1715 | 2025-01-28T06:55:51.068Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1716 | 2025-01-28T06:55:51.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-01-28T06:55:51.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-01-28T06:55:51.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-01-28T06:55:51.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1720 | 2025-01-28T06:55:51.511Z | |
1721 | 2025-01-28T06:55:51.511Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1722 | 2025-01-28T06:55:51.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-01-28T06:55:51.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-01-28T06:55:51.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-01-28T06:55:51.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1726 | 2025-01-28T06:55:51.954Z | |
1727 | 2025-01-28T06:55:51.954Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1728 | 2025-01-28T06:55:52.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-01-28T06:55:52.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-01-28T06:55:52.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-01-28T06:55:52.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1732 | 2025-01-28T06:55:52.398Z | |
1733 | 2025-01-28T06:55:52.398Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1734 | 2025-01-28T06:55:52.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-01-28T06:55:52.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-01-28T06:55:52.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-01-28T06:55:52.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1738 | 2025-01-28T06:55:52.858Z | |
1739 | 2025-01-28T06:55:52.858Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1740 | 2025-01-28T06:55:53.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-01-28T06:55:53.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-01-28T06:55:53.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-01-28T06:55:53.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1744 | 2025-01-28T06:55:53.296Z | |
1745 | 2025-01-28T06:55:53.296Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1746 | 2025-01-28T06:55:53.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-01-28T06:55:53.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-01-28T06:55:53.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-01-28T06:55:53.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1750 | 2025-01-28T06:55:53.732Z | |
1751 | 2025-01-28T06:55:53.732Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1752 | 2025-01-28T06:55:54.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-01-28T06:55:54.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-01-28T06:55:54.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-01-28T06:55:54.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1756 | 2025-01-28T06:55:54.167Z | |
1757 | 2025-01-28T06:55:54.167Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1758 | 2025-01-28T06:55:54.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-01-28T06:55:54.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-01-28T06:55:54.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-01-28T06:55:54.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1762 | 2025-01-28T06:55:54.617Z | |
1763 | 2025-01-28T06:55:54.617Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1764 | 2025-01-28T06:55:55.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-01-28T06:55:55.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-01-28T06:55:55.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-01-28T06:55:55.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1768 | 2025-01-28T06:55:55.057Z | |
1769 | 2025-01-28T06:55:55.057Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1770 | 2025-01-28T06:55:55.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-01-28T06:55:55.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-01-28T06:55:55.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-01-28T06:55:55.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1774 | 2025-01-28T06:55:55.489Z | |
1775 | 2025-01-28T06:55:55.489Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1776 | 2025-01-28T06:55:55.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-01-28T06:55:55.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-01-28T06:55:55.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-01-28T06:55:55.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1780 | 2025-01-28T06:55:55.925Z | |
1781 | 2025-01-28T06:55:55.925Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1782 | 2025-01-28T06:55:56.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-01-28T06:55:56.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-01-28T06:55:56.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-01-28T06:55:56.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1786 | 2025-01-28T06:55:56.359Z | |
1787 | 2025-01-28T06:55:56.359Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1788 | 2025-01-28T06:55:56.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-01-28T06:55:56.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-01-28T06:55:56.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-01-28T06:55:56.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1792 | 2025-01-28T06:55:56.797Z | |
1793 | 2025-01-28T06:55:56.797Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1794 | 2025-01-28T06:55:57.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-01-28T06:55:57.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-01-28T06:55:57.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-01-28T06:55:57.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1798 | 2025-01-28T06:55:57.236Z | |
1799 | 2025-01-28T06:55:57.236Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1800 | 2025-01-28T06:55:57.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-01-28T06:55:57.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-01-28T06:55:57.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-01-28T06:55:57.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1804 | 2025-01-28T06:55:57.681Z | |
1805 | 2025-01-28T06:55:57.681Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1806 | 2025-01-28T06:55:58.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-01-28T06:55:58.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-01-28T06:55:58.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-01-28T06:55:58.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1810 | 2025-01-28T06:55:58.123Z | |
1811 | 2025-01-28T06:55:58.123Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1812 | 2025-01-28T06:55:58.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-01-28T06:55:58.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-01-28T06:55:58.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-01-28T06:55:58.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1816 | 2025-01-28T06:55:58.553Z | |
1817 | 2025-01-28T06:55:58.553Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1818 | 2025-01-28T06:55:58.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-01-28T06:55:58.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-01-28T06:55:58.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-01-28T06:55:58.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1822 | 2025-01-28T06:55:58.981Z | |
1823 | 2025-01-28T06:55:58.981Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1824 | 2025-01-28T06:55:59.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-01-28T06:55:59.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-01-28T06:55:59.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-01-28T06:55:59.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1828 | 2025-01-28T06:55:59.421Z | |
1829 | 2025-01-28T06:55:59.421Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1830 | 2025-01-28T06:55:59.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-01-28T06:55:59.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-01-28T06:55:59.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-01-28T06:55:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1834 | 2025-01-28T06:55:59.868Z | |
1835 | 2025-01-28T06:55:59.868Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1836 | 2025-01-28T06:56:00.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-01-28T06:56:00.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-01-28T06:56:00.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-01-28T06:56:00.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1840 | 2025-01-28T06:56:00.314Z | |
1841 | 2025-01-28T06:56:00.315Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1842 | 2025-01-28T06:56:00.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-01-28T06:56:00.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-01-28T06:56:00.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-01-28T06:56:00.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1846 | 2025-01-28T06:56:00.755Z | |
1847 | 2025-01-28T06:56:00.755Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1848 | 2025-01-28T06:56:01.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-01-28T06:56:01.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-01-28T06:56:01.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-01-28T06:56:01.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1852 | 2025-01-28T06:56:01.191Z | |
1853 | 2025-01-28T06:56:01.191Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1854 | 2025-01-28T06:56:01.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-01-28T06:56:01.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-01-28T06:56:01.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-01-28T06:56:01.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1858 | 2025-01-28T06:56:01.639Z | |
1859 | 2025-01-28T06:56:01.640Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1860 | 2025-01-28T06:56:02.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-01-28T06:56:02.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-01-28T06:56:02.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-01-28T06:56:02.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1864 | 2025-01-28T06:56:02.083Z | |
1865 | 2025-01-28T06:56:02.083Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1866 | 2025-01-28T06:56:02.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-01-28T06:56:02.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-01-28T06:56:02.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-01-28T06:56:02.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1870 | 2025-01-28T06:56:02.518Z | |
1871 | 2025-01-28T06:56:02.519Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1872 | 2025-01-28T06:56:02.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-01-28T06:56:02.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-01-28T06:56:02.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-01-28T06:56:02.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1876 | 2025-01-28T06:56:02.964Z | |
1877 | 2025-01-28T06:56:02.964Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1878 | 2025-01-28T06:56:03.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-01-28T06:56:03.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-01-28T06:56:03.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-01-28T06:56:03.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1882 | 2025-01-28T06:56:03.406Z | |
1883 | 2025-01-28T06:56:03.406Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1884 | 2025-01-28T06:56:03.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-01-28T06:56:03.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-01-28T06:56:03.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-01-28T06:56:03.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1888 | 2025-01-28T06:56:04.045Z | |
1889 | 2025-01-28T06:56:04.045Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1890 | 2025-01-28T06:56:04.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-01-28T06:56:04.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-01-28T06:56:04.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-01-28T06:56:04.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1894 | 2025-01-28T06:56:04.682Z | |
1895 | 2025-01-28T06:56:04.683Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1896 | 2025-01-28T06:56:05.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-01-28T06:56:05.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-01-28T06:56:05.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-01-28T06:56:05.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1900 | 2025-01-28T06:56:05.327Z | |
1901 | 2025-01-28T06:56:05.327Z | info: running `cargo check --bins` on oxlog (48/197) |
1902 | 2025-01-28T06:56:05.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-01-28T06:56:05.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-01-28T06:56:05.960Z | Checking cfg-if v1.0.0 |
1905 | 2025-01-28T06:56:05.963Z | Checking libc v0.2.169 |
1906 | 2025-01-28T06:56:06.072Z | Checking serde v1.0.217 |
1907 | 2025-01-28T06:56:06.074Z | Checking zeroize v1.8.1 |
1908 | 2025-01-28T06:56:06.091Z | Checking memchr v2.7.4 |
1909 | 2025-01-28T06:56:06.101Z | Checking typenum v1.17.0 |
1910 | 2025-01-28T06:56:06.103Z | Checking subtle v2.6.1 |
1911 | 2025-01-28T06:56:06.103Z | Checking scopeguard v1.2.0 |
1912 | 2025-01-28T06:56:06.141Z | Checking value-bag v1.9.0 |
1913 | 2025-01-28T06:56:06.267Z | Checking lock_api v0.4.12 |
1914 | 2025-01-28T06:56:06.321Z | Checking smallvec v1.13.2 |
1915 | 2025-01-28T06:56:06.359Z | Checking itoa v1.0.11 |
1916 | 2025-01-28T06:56:06.542Z | Checking log v0.4.22 |
1917 | 2025-01-28T06:56:06.605Z | Checking const-oid v0.9.6 |
1918 | 2025-01-28T06:56:06.628Z | Checking pin-project-lite v0.2.14 |
1919 | 2025-01-28T06:56:06.671Z | Checking byteorder v1.5.0 |
1920 | 2025-01-28T06:56:06.765Z | Checking once_cell v1.20.2 |
1921 | 2025-01-28T06:56:06.913Z | Checking futures-core v0.3.31 |
1922 | 2025-01-28T06:56:07.044Z | Checking stable_deref_trait v1.2.0 |
1923 | 2025-01-28T06:56:07.061Z | Checking cpufeatures v0.2.14 |
1924 | 2025-01-28T06:56:07.077Z | Checking futures-sink v0.3.31 |
1925 | 2025-01-28T06:56:07.102Z | Checking getrandom v0.2.15 |
1926 | 2025-01-28T06:56:07.103Z | Checking parking_lot_core v0.9.10 |
1927 | 2025-01-28T06:56:07.149Z | Checking signal-hook-registry v1.4.2 |
1928 | 2025-01-28T06:56:07.163Z | Checking mio v1.0.2 |
1929 | 2025-01-28T06:56:07.178Z | Checking generic-array v0.14.7 |
1930 | 2025-01-28T06:56:07.207Z | Checking socket2 v0.5.7 |
1931 | 2025-01-28T06:56:07.362Z | Checking rand_core v0.6.4 |
1932 | 2025-01-28T06:56:07.420Z | Checking zerocopy v0.7.35 |
1933 | 2025-01-28T06:56:07.437Z | Checking parking_lot v0.12.3 |
1934 | 2025-01-28T06:56:07.700Z | Checking zerofrom v0.1.4 |
1935 | 2025-01-28T06:56:07.716Z | Checking spin v0.9.8 |
1936 | 2025-01-28T06:56:07.737Z | Checking slab v0.4.9 |
1937 | 2025-01-28T06:56:07.775Z | Checking futures-channel v0.3.31 |
1938 | 2025-01-28T06:56:07.908Z | Checking yoke v0.7.4 |
1939 | 2025-01-28T06:56:07.997Z | Checking pin-utils v0.1.0 |
1940 | 2025-01-28T06:56:08.038Z | Checking foldhash v0.1.3 |
1941 | 2025-01-28T06:56:08.094Z | Checking equivalent v1.0.1 |
1942 | 2025-01-28T06:56:08.118Z | Checking futures-io v0.3.31 |
1943 | 2025-01-28T06:56:08.211Z | Checking futures-task v0.3.31 |
1944 | 2025-01-28T06:56:08.230Z | Checking crypto-common v0.1.6 |
1945 | 2025-01-28T06:56:08.232Z | Checking block-buffer v0.10.4 |
1946 | 2025-01-28T06:56:08.255Z | Checking zerovec v0.10.4 |
1947 | 2025-01-28T06:56:08.306Z | Checking allocator-api2 v0.2.18 |
1948 | 2025-01-28T06:56:08.404Z | Checking block-padding v0.3.3 |
1949 | 2025-01-28T06:56:08.444Z | Checking futures-util v0.3.31 |
1950 | 2025-01-28T06:56:08.463Z | Checking ryu v1.0.18 |
1951 | 2025-01-28T06:56:08.527Z | Checking digest v0.10.7 |
1952 | 2025-01-28T06:56:08.618Z | Checking inout v0.1.3 |
1953 | 2025-01-28T06:56:08.671Z | Checking litemap v0.7.3 |
1954 | 2025-01-28T06:56:08.707Z | Checking writeable v0.5.5 |
1955 | 2025-01-28T06:56:08.855Z | Checking fnv v1.0.7 |
1956 | 2025-01-28T06:56:08.878Z | Checking hmac v0.12.1 |
1957 | 2025-01-28T06:56:08.894Z | Checking hashbrown v0.15.1 |
1958 | 2025-01-28T06:56:08.989Z | Checking sha2 v0.10.8 |
1959 | 2025-01-28T06:56:09.005Z | Checking cipher v0.4.4 |
1960 | 2025-01-28T06:56:09.024Z | Checking libm v0.2.8 |
1961 | 2025-01-28T06:56:09.075Z | Checking base64ct v1.6.0 |
1962 | 2025-01-28T06:56:09.405Z | Checking ppv-lite86 v0.2.20 |
1963 | 2025-01-28T06:56:09.489Z | Checking pem-rfc7468 v0.7.0 |
1964 | 2025-01-28T06:56:09.567Z | Checking icu_locid_transform_data v1.5.0 |
1965 | 2025-01-28T06:56:09.675Z | Checking flagset v0.4.6 |
1966 | 2025-01-28T06:56:09.746Z | Checking tracing-core v0.1.32 |
1967 | 2025-01-28T06:56:09.783Z | Checking tinystr v0.7.6 |
1968 | 2025-01-28T06:56:09.883Z | Checking der v0.7.9 |
1969 | 2025-01-28T06:56:09.903Z | Checking icu_collections v1.5.0 |
1970 | 2025-01-28T06:56:09.969Z | Checking num-traits v0.2.19 |
1971 | 2025-01-28T06:56:10.113Z | Checking icu_locid v1.5.0 |
1972 | 2025-01-28T06:56:10.132Z | Checking rand_chacha v0.3.1 |
1973 | 2025-01-28T06:56:10.358Z | Checking thiserror v1.0.69 |
1974 | 2025-01-28T06:56:10.509Z | Checking icu_properties_data v1.5.0 |
1975 | 2025-01-28T06:56:10.523Z | Checking rustls-pki-types v1.10.0 |
1976 | 2025-01-28T06:56:10.574Z | Checking percent-encoding v2.3.1 |
1977 | 2025-01-28T06:56:10.699Z | Checking bytes v1.9.0 |
1978 | 2025-01-28T06:56:10.754Z | Checking indexmap v2.7.0 |
1979 | 2025-01-28T06:56:10.800Z | Checking serde_json v1.0.135 |
1980 | 2025-01-28T06:56:11.054Z | Checking icu_provider v1.5.0 |
1981 | 2025-01-28T06:56:11.078Z | Checking bitflags v2.6.0 |
1982 | 2025-01-28T06:56:11.386Z | Checking rand v0.8.5 |
1983 | 2025-01-28T06:56:11.447Z | Checking tracing v0.1.40 |
1984 | 2025-01-28T06:56:11.503Z | Checking tokio v1.43.0 |
1985 | 2025-01-28T06:56:11.591Z | Checking http v1.2.0 |
1986 | 2025-01-28T06:56:11.686Z | Checking icu_locid_transform v1.5.0 |
1987 | 2025-01-28T06:56:11.798Z | Checking spki v0.7.3 |
1988 | 2025-01-28T06:56:11.903Z | Checking salsa20 v0.10.2 |
1989 | 2025-01-28T06:56:12.079Z | Checking pbkdf2 v0.12.2 |
1990 | 2025-01-28T06:56:12.123Z | Checking aws-lc-sys v0.22.0 |
1991 | 2025-01-28T06:56:12.252Z | Checking httparse v1.9.5 |
1992 | 2025-01-28T06:56:12.446Z | Checking write16 v1.0.0 |
1993 | 2025-01-28T06:56:12.592Z | Checking icu_normalizer_data v1.5.0 |
1994 | 2025-01-28T06:56:12.623Z | Checking utf8_iter v1.0.4 |
1995 | 2025-01-28T06:56:12.671Z | Checking icu_properties v1.5.1 |
1996 | 2025-01-28T06:56:12.697Z | Checking utf16_iter v1.0.5 |
1997 | 2025-01-28T06:56:12.714Z | Checking untrusted v0.7.1 |
1998 | 2025-01-28T06:56:12.820Z | Checking powerfmt v0.2.0 |
1999 | 2025-01-28T06:56:12.865Z | Checking untrusted v0.9.0 |
2000 | 2025-01-28T06:56:12.882Z | Checking mirai-annotations v1.12.0 |
2001 | 2025-01-28T06:56:12.894Z | Checking scrypt v0.11.0 |
2002 | 2025-01-28T06:56:13.003Z | Checking cbc v0.1.2 |
2003 | 2025-01-28T06:56:13.020Z | Checking ring v0.17.8 |
2004 | 2025-01-28T06:56:13.040Z | Checking aes v0.8.4 |
2005 | 2025-01-28T06:56:13.082Z | Checking deranged v0.3.11 |
2006 | 2025-01-28T06:56:13.130Z | Checking crossbeam-utils v0.8.20 |
2007 | 2025-01-28T06:56:13.207Z | Checking tinyvec_macros v0.1.1 |
2008 | 2025-01-28T06:56:13.311Z | Checking num_threads v0.1.7 |
2009 | 2025-01-28T06:56:13.441Z | Checking time-core v0.1.2 |
2010 | 2025-01-28T06:56:13.616Z | Checking atomic-waker v1.1.2 |
2011 | 2025-01-28T06:56:13.784Z | Checking num-conv v0.1.0 |
2012 | 2025-01-28T06:56:13.856Z | Checking tinyvec v1.8.0 |
2013 | 2025-01-28T06:56:13.930Z | Checking pkcs5 v0.7.1 |
2014 | 2025-01-28T06:56:14.045Z | Checking http-body v1.0.1 |
2015 | 2025-01-28T06:56:14.241Z | Checking aws-lc-rs v1.10.0 |
2016 | 2025-01-28T06:56:14.264Z | Checking form_urlencoded v1.2.1 |
2017 | 2025-01-28T06:56:14.441Z | Checking try-lock v0.2.5 |
2018 | 2025-01-28T06:56:14.458Z | Checking time v0.3.36 |
2019 | 2025-01-28T06:56:14.473Z | Checking pkcs8 v0.10.2 |
2020 | 2025-01-28T06:56:14.579Z | Checking want v0.3.1 |
2021 | 2025-01-28T06:56:14.767Z | Checking uuid v1.12.0 |
2022 | 2025-01-28T06:56:14.784Z | Checking unicode-ident v1.0.14 |
2023 | 2025-01-28T06:56:14.800Z | Checking httpdate v1.0.3 |
2024 | 2025-01-28T06:56:14.960Z | Checking proc-macro2 v1.0.92 |
2025 | 2025-01-28T06:56:15.062Z | Checking serde_spanned v0.6.8 |
2026 | 2025-01-28T06:56:15.165Z | Checking toml_datetime v0.6.8 |
2027 | 2025-01-28T06:56:15.260Z | Checking slog v2.7.0 |
2028 | 2025-01-28T06:56:15.392Z | Checking scroll v0.12.0 |
2029 | 2025-01-28T06:56:15.472Z | Checking tower-service v0.3.3 |
2030 | 2025-01-28T06:56:15.606Z | Checking ucd-trie v0.1.7 |
2031 | 2025-01-28T06:56:15.639Z | Checking match_cfg v0.1.0 |
2032 | 2025-01-28T06:56:15.732Z | Checking foreign-types-shared v0.1.1 |
2033 | 2025-01-28T06:56:15.749Z | Checking iana-time-zone v0.1.61 |
2034 | 2025-01-28T06:56:15.807Z | Checking plain v0.2.3 |
2035 | 2025-01-28T06:56:15.847Z | Checking base64 v0.22.1 |
2036 | 2025-01-28T06:56:15.879Z | Checking adler2 v2.0.0 |
2037 | 2025-01-28T06:56:15.904Z | Checking chrono v0.4.39 |
2038 | 2025-01-28T06:56:15.919Z | Checking icu_normalizer v1.5.0 |
2039 | 2025-01-28T06:56:15.922Z | Checking rustls-webpki v0.102.8 |
2040 | 2025-01-28T06:56:15.961Z | Checking goblin v0.8.2 |
2041 | 2025-01-28T06:56:16.040Z | Checking miniz_oxide v0.8.0 |
2042 | 2025-01-28T06:56:16.314Z | Checking foreign-types v0.3.2 |
2043 | 2025-01-28T06:56:16.416Z | Checking pest v2.7.14 |
2044 | 2025-01-28T06:56:16.690Z | Checking idna_adapter v1.2.0 |
2045 | 2025-01-28T06:56:16.710Z | Checking hostname v0.3.1 |
2046 | 2025-01-28T06:56:16.743Z | Checking quote v1.0.38 |
2047 | 2025-01-28T06:56:16.824Z | Checking openssl-sys v0.9.103 |
2048 | 2025-01-28T06:56:16.856Z | Checking dirs-sys-next v0.1.2 |
2049 | 2025-01-28T06:56:16.880Z | Checking idna v1.0.3 |
2050 | 2025-01-28T06:56:17.044Z | Checking errno v0.3.9 |
2051 | 2025-01-28T06:56:17.111Z | Checking aho-corasick v1.1.3 |
2052 | 2025-01-28T06:56:17.203Z | Checking data-encoding v2.6.0 |
2053 | 2025-01-28T06:56:17.366Z | Checking url v2.5.3 |
2054 | 2025-01-28T06:56:17.770Z | Compiling newtype-uuid v1.2.1 |
2055 | 2025-01-28T06:56:17.927Z | Checking siphasher v0.3.11 |
2056 | 2025-01-28T06:56:17.992Z | Checking regex-syntax v0.8.5 |
2057 | 2025-01-28T06:56:18.042Z | Checking pretty-hex v0.4.1 |
2058 | 2025-01-28T06:56:18.222Z | Checking openssl v0.10.66 |
2059 | 2025-01-28T06:56:18.242Z | Checking rustix v0.38.37 |
2060 | 2025-01-28T06:56:18.257Z | Checking syn v2.0.96 |
2061 | 2025-01-28T06:56:18.277Z | Checking tokio-util v0.7.12 |
2062 | 2025-01-28T06:56:18.635Z | Checking dirs-next v2.0.0 |
2063 | 2025-01-28T06:56:18.772Z | Checking unicode-normalization v0.1.24 |
2064 | 2025-01-28T06:56:19.057Z | Checking dtrace-parser v0.2.0 |
2065 | 2025-01-28T06:56:19.109Z | Checking h2 v0.4.6 |
2066 | 2025-01-28T06:56:19.501Z | Checking http-body-util v0.1.2 |
2067 | 2025-01-28T06:56:19.704Z | Checking crossbeam-epoch v0.9.18 |
2068 | 2025-01-28T06:56:19.951Z | Checking signature v2.2.0 |
2069 | 2025-01-28T06:56:20.123Z | Checking sha1 v0.10.6 |
2070 | 2025-01-28T06:56:20.175Z | Checking thread-id v4.2.2 |
2071 | 2025-01-28T06:56:20.296Z | Checking thread_local v1.1.8 |
2072 | 2025-01-28T06:56:20.418Z | Checking encoding_rs v0.8.34 |
2073 | 2025-01-28T06:56:20.587Z | Checking openssl-probe v0.1.5 |
2074 | 2025-01-28T06:56:20.756Z | Checking winnow v0.6.20 |
2075 | 2025-01-28T06:56:20.869Z | Checking dof v0.3.0 |
2076 | 2025-01-28T06:56:21.270Z | Checking regex-automata v0.4.8 |
2077 | 2025-01-28T06:56:21.391Z | Checking ipnet v2.10.1 |
2078 | 2025-01-28T06:56:21.429Z | Checking anstyle v1.0.10 |
2079 | 2025-01-28T06:56:21.769Z | Checking gimli v0.31.1 |
2080 | 2025-01-28T06:56:21.864Z | Checking mime v0.3.17 |
2081 | 2025-01-28T06:56:22.201Z | Checking unicode-properties v0.1.3 |
2082 | 2025-01-28T06:56:22.604Z | Checking unicode-bidi v0.3.17 |
2083 | 2025-01-28T06:56:22.786Z | Checking utf8parse v0.2.2 |
2084 | 2025-01-28T06:56:22.952Z | Checking either v1.13.0 |
2085 | 2025-01-28T06:56:23.242Z | Checking stringprep v0.1.5 |
2086 | 2025-01-28T06:56:23.321Z | Checking anstyle-parse v0.2.5 |
2087 | 2025-01-28T06:56:23.337Z | Checking native-tls v0.2.12 |
2088 | 2025-01-28T06:56:23.536Z | Checking crossbeam-deque v0.8.5 |
2089 | 2025-01-28T06:56:23.603Z | Checking term v0.7.0 |
2090 | 2025-01-28T06:56:23.648Z | Checking toml_edit v0.22.22 |
2091 | 2025-01-28T06:56:23.648Z | Checking slog-json v2.6.1 |
2092 | 2025-01-28T06:56:23.836Z | Checking rustls v0.22.4 |
2093 | 2025-01-28T06:56:23.927Z | Checking rustls v0.23.19 |
2094 | 2025-01-28T06:56:24.042Z | Checking serde_urlencoded v0.7.1 |
2095 | 2025-01-28T06:56:24.240Z | Checking usdt-impl v0.5.0 |
2096 | 2025-01-28T06:56:24.457Z | Checking crossbeam-channel v0.5.13 |
2097 | 2025-01-28T06:56:24.795Z | Checking futures-executor v0.3.31 |
2098 | 2025-01-28T06:56:25.037Z | Checking num-integer v0.1.46 |
2099 | 2025-01-28T06:56:25.155Z | Checking rustls-pemfile v2.2.0 |
2100 | 2025-01-28T06:56:25.227Z | Checking hyper v1.5.2 |
2101 | 2025-01-28T06:56:25.367Z | Checking md-5 v0.10.6 |
2102 | 2025-01-28T06:56:25.482Z | Checking addr2line v0.24.2 |
2103 | 2025-01-28T06:56:25.525Z | Checking ff v0.13.0 |
2104 | 2025-01-28T06:56:25.589Z | Checking is-terminal v0.4.13 |
2105 | 2025-01-28T06:56:25.645Z | Checking memmap v0.7.0 |
2106 | 2025-01-28T06:56:25.712Z | Checking hash32 v0.2.1 |
2107 | 2025-01-28T06:56:25.750Z | Checking object v0.36.5 |
2108 | 2025-01-28T06:56:25.858Z | Checking take_mut v0.2.2 |
2109 | 2025-01-28T06:56:25.998Z | Checking anstyle-query v1.1.1 |
2110 | 2025-01-28T06:56:26.018Z | Checking is_terminal_polyfill v1.70.1 |
2111 | 2025-01-28T06:56:26.021Z | Checking psl-types v2.0.11 |
2112 | 2025-01-28T06:56:26.134Z | Checking fallible-iterator v0.2.0 |
2113 | 2025-01-28T06:56:26.155Z | Checking dyn-clone v1.0.17 |
2114 | 2025-01-28T06:56:26.224Z | Checking rustc-demangle v0.1.24 |
2115 | 2025-01-28T06:56:26.227Z | Checking linked-hash-map v0.5.6 |
2116 | 2025-01-28T06:56:26.311Z | Checking base16ct v0.2.0 |
2117 | 2025-01-28T06:56:26.522Z | Checking utf-8 v0.7.6 |
2118 | 2025-01-28T06:56:26.539Z | Checking colorchoice v1.0.2 |
2119 | 2025-01-28T06:56:26.664Z | Checking quick-error v1.2.3 |
2120 | 2025-01-28T06:56:26.680Z | Checking anstream v0.6.15 |
2121 | 2025-01-28T06:56:26.699Z | Checking postgres-protocol v0.6.7 |
2122 | 2025-01-28T06:56:26.737Z | Checking tungstenite v0.24.0 |
2123 | 2025-01-28T06:56:26.822Z | Checking resolv-conf v0.7.0 |
2124 | 2025-01-28T06:56:27.034Z | Checking sec1 v0.7.3 |
2125 | 2025-01-28T06:56:27.173Z | Checking lru-cache v0.1.2 |
2126 | 2025-01-28T06:56:27.176Z | Checking hyper-util v0.1.10 |
2127 | 2025-01-28T06:56:27.207Z | Checking tokio-rustls v0.25.0 |
2128 | 2025-01-28T06:56:27.380Z | Checking schemars v0.8.21 |
2129 | 2025-01-28T06:56:27.382Z | Checking toml v0.8.19 |
2130 | 2025-01-28T06:56:27.411Z | Checking publicsuffix v2.3.0 |
2131 | 2025-01-28T06:56:27.592Z | Checking slog-async v2.8.0 |
2132 | 2025-01-28T06:56:27.612Z | Checking heapless v0.7.17 |
2133 | 2025-01-28T06:56:27.696Z | Checking usdt v0.5.0 |
2134 | 2025-01-28T06:56:27.882Z | Checking group v0.13.0 |
2135 | 2025-01-28T06:56:27.966Z | Checking slog-term v2.9.1 |
2136 | 2025-01-28T06:56:28.115Z | Checking num-iter v0.1.45 |
2137 | 2025-01-28T06:56:28.157Z | Checking futures v0.3.31 |
2138 | 2025-01-28T06:56:28.277Z | Checking slog-bunyan v2.5.0 |
2139 | 2025-01-28T06:56:28.298Z | Checking rayon-core v1.12.1 |
2140 | 2025-01-28T06:56:28.460Z | Checking tokio-native-tls v0.3.1 |
2141 | 2025-01-28T06:56:28.482Z | Checking multer v3.1.0 |
2142 | 2025-01-28T06:56:28.541Z | Checking hickory-proto v0.24.2 |
2143 | 2025-01-28T06:56:28.719Z | Checking terminal_size v0.4.0 |
2144 | 2025-01-28T06:56:28.890Z | Checking phf_shared v0.11.2 |
2145 | 2025-01-28T06:56:28.922Z | Checking cookie v0.18.1 |
2146 | 2025-01-28T06:56:28.968Z | Checking async-stream v0.3.6 |
2147 | 2025-01-28T06:56:29.077Z | Checking tokio-rustls v0.26.0 |
2148 | 2025-01-28T06:56:29.128Z | Checking bzip2-sys v0.1.11+1.0.8 |
2149 | 2025-01-28T06:56:29.144Z | Checking camino v1.1.9 |
2150 | 2025-01-28T06:56:29.161Z | Checking signal-hook v0.3.17 |
2151 | 2025-01-28T06:56:29.175Z | Checking waitgroup v0.1.2 |
2152 | 2025-01-28T06:56:29.251Z | Checking openapiv3 v2.0.0 |
2153 | 2025-01-28T06:56:29.308Z | Checking webpki-roots v0.26.6 |
2154 | 2025-01-28T06:56:29.362Z | Checking serde_path_to_error v0.1.16 |
2155 | 2025-01-28T06:56:29.450Z | Checking hkdf v0.12.4 |
2156 | 2025-01-28T06:56:29.489Z | Checking crypto-bigint v0.5.5 |
2157 | 2025-01-28T06:56:29.518Z | Checking lazy_static v1.5.0 |
2158 | 2025-01-28T06:56:29.648Z | Checking hostname v0.4.0 |
2159 | 2025-01-28T06:56:29.663Z | Checking crc32fast v1.4.2 |
2160 | 2025-01-28T06:56:29.667Z | Checking strsim v0.11.1 |
2161 | 2025-01-28T06:56:29.793Z | Checking unicode-width v0.2.0 |
2162 | 2025-01-28T06:56:29.888Z | Checking bitflags v1.3.2 |
2163 | 2025-01-28T06:56:29.947Z | Checking clap_lex v0.7.4 |
2164 | 2025-01-28T06:56:29.970Z | Checking managed v0.8.0 |
2165 | 2025-01-28T06:56:29.989Z | Checking winnow v0.5.40 |
2166 | 2025-01-28T06:56:30.216Z | Checking debug-ignore v1.0.5 |
2167 | 2025-01-28T06:56:30.277Z | Checking console v0.15.10 |
2168 | 2025-01-28T06:56:30.328Z | Checking smoltcp v0.9.1 |
2169 | 2025-01-28T06:56:30.368Z | Checking clap_builder v4.5.27 |
2170 | 2025-01-28T06:56:30.861Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2171 | 2025-01-28T06:56:31.154Z | Checking flate2 v1.0.35 |
2172 | 2025-01-28T06:56:31.730Z | Checking num-bigint-dig v0.8.4 |
2173 | 2025-01-28T06:56:31.748Z | Checking backtrace v0.3.74 |
2174 | 2025-01-28T06:56:31.800Z | Checking hyper-rustls v0.27.3 |
2175 | 2025-01-28T06:56:32.137Z | Checking signal-hook-mio v0.2.4 |
2176 | 2025-01-28T06:56:32.194Z | Checking elliptic-curve v0.13.8 |
2177 | 2025-01-28T06:56:32.298Z | Checking cookie_store v0.21.1 |
2178 | 2025-01-28T06:56:32.335Z | Checking anyhow v1.0.95 |
2179 | 2025-01-28T06:56:32.546Z | Checking dropshot v0.12.0 |
2180 | 2025-01-28T06:56:32.721Z | Checking bzip2 v0.4.4 |
2181 | 2025-01-28T06:56:32.803Z | Checking phf v0.11.2 |
2182 | 2025-01-28T06:56:32.866Z | Checking toml_edit v0.19.15 |
2183 | 2025-01-28T06:56:32.972Z | Checking hyper-tls v0.6.0 |
2184 | 2025-01-28T06:56:33.001Z | Checking rayon v1.10.0 |
2185 | 2025-01-28T06:56:33.028Z | Checking hickory-resolver v0.24.2 |
2186 | 2025-01-28T06:56:33.065Z | Checking tokio-tungstenite v0.24.0 |
2187 | 2025-01-28T06:56:33.260Z | Checking postgres-types v0.2.8 |
2188 | 2025-01-28T06:56:33.323Z | Checking regex v1.11.1 |
2189 | 2025-01-28T06:56:33.514Z | Checking bstr v1.10.0 |
2190 | 2025-01-28T06:56:33.729Z | Checking ed25519 v2.2.3 |
2191 | 2025-01-28T06:56:33.916Z | Checking tokio-stream v0.1.16 |
2192 | 2025-01-28T06:56:33.943Z | Checking phf_shared v0.10.0 |
2193 | 2025-01-28T06:56:34.039Z | Checking curve25519-dalek v4.1.3 |
2194 | 2025-01-28T06:56:34.202Z | Checking zerocopy v0.6.6 |
2195 | 2025-01-28T06:56:34.380Z | Checking hubpack v0.1.2 |
2196 | 2025-01-28T06:56:34.593Z | Checking portable-atomic v1.9.0 |
2197 | 2025-01-28T06:56:34.699Z | Checking pkcs1 v0.7.5 |
2198 | 2025-01-28T06:56:34.702Z | Checking float-cmp v0.9.0 |
2199 | 2025-01-28T06:56:34.842Z | Checking serde-big-array v0.5.1 |
2200 | 2025-01-28T06:56:34.908Z | Checking rfc6979 v0.4.0 |
2201 | 2025-01-28T06:56:35.050Z | Checking sync_wrapper v1.0.1 |
2202 | 2025-01-28T06:56:35.480Z | Checking new_debug_unreachable v1.0.6 |
2203 | 2025-01-28T06:56:35.497Z | Checking fixedbitset v0.4.2 |
2204 | 2025-01-28T06:56:35.497Z | Checking difflib v0.4.0 |
2205 | 2025-01-28T06:56:35.497Z | Checking minimal-lexical v0.2.1 |
2206 | 2025-01-28T06:56:35.497Z | Checking unicode-segmentation v1.12.0 |
2207 | 2025-01-28T06:56:35.498Z | Checking bit-vec v0.6.3 |
2208 | 2025-01-28T06:56:35.528Z | Checking predicates-core v1.0.8 |
2209 | 2025-01-28T06:56:35.629Z | Checking number_prefix v0.4.0 |
2210 | 2025-01-28T06:56:35.646Z | Checking normalize-line-endings v0.3.0 |
2211 | 2025-01-28T06:56:35.723Z | Checking precomputed-hash v0.1.1 |
2212 | 2025-01-28T06:56:35.738Z | Checking whoami v1.5.2 |
2213 | 2025-01-28T06:56:35.770Z | Checking static_assertions v1.1.0 |
2214 | 2025-01-28T06:56:35.807Z | Checking ed25519-dalek v2.1.1 |
2215 | 2025-01-28T06:56:35.824Z | Checking predicates v3.1.2 |
2216 | 2025-01-28T06:56:35.847Z | Checking string_cache v0.8.7 |
2217 | 2025-01-28T06:56:35.865Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2218 | 2025-01-28T06:56:35.959Z | Checking qorb v0.2.1 |
2219 | 2025-01-28T06:56:36.003Z | Checking similar v2.6.0 |
2220 | 2025-01-28T06:56:36.063Z | Checking tokio-postgres v0.7.12 |
2221 | 2025-01-28T06:56:36.131Z | Checking bit-set v0.5.3 |
2222 | 2025-01-28T06:56:36.184Z | Checking nom v7.1.3 |
2223 | 2025-01-28T06:56:36.374Z | Checking petgraph v0.6.5 |
2224 | 2025-01-28T06:56:36.445Z | Checking toml v0.7.8 |
2225 | 2025-01-28T06:56:36.509Z | Checking indicatif v0.17.9 |
2226 | 2025-01-28T06:56:36.849Z | Checking reqwest v0.12.9 |
2227 | 2025-01-28T06:56:37.123Z | Checking rsa v0.9.6 |
2228 | 2025-01-28T06:56:37.234Z | Checking ecdsa v0.16.9 |
2229 | 2025-01-28T06:56:37.964Z | Checking clap v4.5.27 |
2230 | 2025-01-28T06:56:38.087Z | Checking zip v0.6.6 |
2231 | 2025-01-28T06:56:38.154Z | Checking crossterm v0.28.1 |
2232 | 2025-01-28T06:56:38.529Z | Checking itertools v0.10.5 |
2233 | 2025-01-28T06:56:38.660Z | Checking itertools v0.12.1 |
2234 | 2025-01-28T06:56:38.738Z | Checking fs-err v2.11.0 |
2235 | 2025-01-28T06:56:38.835Z | Checking ahash v0.8.11 |
2236 | 2025-01-28T06:56:39.212Z | Checking x509-cert v0.2.5 |
2237 | 2025-01-28T06:56:39.284Z | Checking semver v1.0.24 |
2238 | 2025-01-28T06:56:39.325Z | Checking hex v0.4.3 |
2239 | 2025-01-28T06:56:39.444Z | Checking lalrpop-util v0.19.12 |
2240 | 2025-01-28T06:56:39.693Z | Checking peg-runtime v0.8.3 |
2241 | 2025-01-28T06:56:39.752Z | Checking sigpipe v0.1.3 |
2242 | 2025-01-28T06:56:40.782Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2243 | 2025-01-28T06:56:41.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s |
2244 | 2025-01-28T06:56:41.274Z | |
2245 | 2025-01-28T06:56:41.274Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2246 | 2025-01-28T06:56:41.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2025-01-28T06:56:41.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2025-01-28T06:56:41.943Z | Compiling hashbrown v0.14.5 |
2249 | 2025-01-28T06:56:42.066Z | Checking heck v0.5.0 |
2250 | 2025-01-28T06:56:42.080Z | Compiling unsafe-libyaml v0.2.11 |
2251 | 2025-01-28T06:56:42.095Z | Checking ipnetwork v0.20.0 |
2252 | 2025-01-28T06:56:42.110Z | Compiling ident_case v1.0.1 |
2253 | 2025-01-28T06:56:42.124Z | Checking progenitor-client v0.8.0 |
2254 | 2025-01-28T06:56:42.138Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2255 | 2025-01-28T06:56:42.236Z | Checking newtype-uuid v1.2.1 |
2256 | 2025-01-28T06:56:42.285Z | Compiling darling_core v0.20.10 |
2257 | 2025-01-28T06:56:42.450Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2258 | 2025-01-28T06:56:42.467Z | Compiling proc-macro-crate v1.3.1 |
2259 | 2025-01-28T06:56:42.491Z | Compiling structmeta-derive v0.3.0 |
2260 | 2025-01-28T06:56:42.548Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2261 | 2025-01-28T06:56:42.812Z | Compiling thiserror v2.0.11 |
2262 | 2025-01-28T06:56:42.857Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2263 | 2025-01-28T06:56:43.057Z | Checking regress v0.10.1 |
2264 | 2025-01-28T06:56:43.403Z | Compiling serde_yaml v0.9.34+deprecated |
2265 | 2025-01-28T06:56:43.425Z | Compiling num_enum_derive v0.5.11 |
2266 | 2025-01-28T06:56:44.081Z | Compiling lzma-sys v0.1.20 |
2267 | 2025-01-28T06:56:44.320Z | Compiling foreign-types-macros v0.2.3 |
2268 | 2025-01-28T06:56:44.816Z | Compiling thiserror-impl v2.0.11 |
2269 | 2025-01-28T06:56:45.119Z | Compiling structmeta v0.3.0 |
2270 | 2025-01-28T06:56:45.509Z | Compiling dropshot v0.15.1 |
2271 | 2025-01-28T06:56:45.583Z | Checking arc-swap v1.7.1 |
2272 | 2025-01-28T06:56:45.748Z | Checking foreign-types-shared v0.3.1 |
2273 | 2025-01-28T06:56:45.879Z | Checking num_enum v0.5.11 |
2274 | 2025-01-28T06:56:45.897Z | Checking foreign-types v0.5.0 |
2275 | 2025-01-28T06:56:45.963Z | Checking slog-scope v4.4.0 |
2276 | 2025-01-28T06:56:46.004Z | Compiling parse-display-derive v0.10.0 |
2277 | 2025-01-28T06:56:46.079Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2278 | 2025-01-28T06:56:46.180Z | Compiling proc-macro-error v1.0.4 |
2279 | 2025-01-28T06:56:46.604Z | Checking typify-impl v0.2.0 |
2280 | 2025-01-28T06:56:46.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2281 | 2025-01-28T06:56:46.960Z | Checking tungstenite v0.21.0 |
2282 | 2025-01-28T06:56:47.063Z | Compiling heck v0.3.3 |
2283 | 2025-01-28T06:56:47.446Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2284 | 2025-01-28T06:56:47.920Z | Compiling dropshot_endpoint v0.15.1 |
2285 | 2025-01-28T06:56:48.040Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2286 | 2025-01-28T06:56:48.276Z | Checking cstr-argument v0.1.2 |
2287 | 2025-01-28T06:56:48.310Z | Checking instant v0.1.13 |
2288 | 2025-01-28T06:56:48.378Z | Compiling darling_macro v0.20.10 |
2289 | 2025-01-28T06:56:48.432Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2290 | 2025-01-28T06:56:48.473Z | Checking pretty-hex v0.2.1 |
2291 | 2025-01-28T06:56:48.662Z | Checking fastrand v2.1.1 |
2292 | 2025-01-28T06:56:48.727Z | Checking base64 v0.21.7 |
2293 | 2025-01-28T06:56:48.772Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2294 | 2025-01-28T06:56:49.010Z | Checking tempfile v3.13.0 |
2295 | 2025-01-28T06:56:49.067Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2296 | 2025-01-28T06:56:49.180Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2297 | 2025-01-28T06:56:49.200Z | Checking backoff v0.4.0 |
2298 | 2025-01-28T06:56:49.250Z | Compiling darling v0.20.10 |
2299 | 2025-01-28T06:56:49.329Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2300 | 2025-01-28T06:56:49.378Z | Compiling serde_with_macros v3.11.0 |
2301 | 2025-01-28T06:56:49.381Z | Checking tokio-tungstenite v0.21.0 |
2302 | 2025-01-28T06:56:49.470Z | Checking strum v0.26.3 |
2303 | 2025-01-28T06:56:49.488Z | Compiling zone_cfg_derive v0.1.2 |
2304 | 2025-01-28T06:56:49.491Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2305 | 2025-01-28T06:56:49.631Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2306 | 2025-01-28T06:56:49.870Z | Checking slog-stdlog v4.1.1 |
2307 | 2025-01-28T06:56:50.043Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2308 | 2025-01-28T06:56:50.074Z | Checking parse-display v0.10.0 |
2309 | 2025-01-28T06:56:50.122Z | Checking regress v0.9.1 |
2310 | 2025-01-28T06:56:50.202Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2311 | 2025-01-28T06:56:50.251Z | Checking progenitor-client v0.9.1 |
2312 | 2025-01-28T06:56:50.312Z | Checking colored v2.1.0 |
2313 | 2025-01-28T06:56:50.489Z | Checking macaddr v1.0.1 |
2314 | 2025-01-28T06:56:50.613Z | Checking base64 v0.13.1 |
2315 | 2025-01-28T06:56:50.640Z | Checking unicode-width v0.1.14 |
2316 | 2025-01-28T06:56:50.860Z | Checking zone v0.1.8 |
2317 | 2025-01-28T06:56:51.002Z | Checking ron v0.7.1 |
2318 | 2025-01-28T06:56:51.140Z | Checking tabwriter v1.4.0 |
2319 | 2025-01-28T06:56:51.396Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2025-01-28T06:56:51.547Z | Checking xz2 v0.1.7 |
2321 | 2025-01-28T06:56:51.820Z | Checking slog-envlogger v2.2.0 |
2322 | 2025-01-28T06:56:51.861Z | Checking xattr v1.3.1 |
2323 | 2025-01-28T06:56:51.879Z | Checking serde_with v3.11.0 |
2324 | 2025-01-28T06:56:52.051Z | Checking pem v3.0.4 |
2325 | 2025-01-28T06:56:52.070Z | Checking yasna v0.5.2 |
2326 | 2025-01-28T06:56:52.156Z | Checking headers-core v0.3.0 |
2327 | 2025-01-28T06:56:52.328Z | Checking smf v0.2.3 |
2328 | 2025-01-28T06:56:52.382Z | Checking filetime v0.2.25 |
2329 | 2025-01-28T06:56:52.606Z | Checking same-file v1.0.6 |
2330 | 2025-01-28T06:56:52.787Z | Checking tar v0.4.42 |
2331 | 2025-01-28T06:56:52.806Z | Checking walkdir v2.5.0 |
2332 | 2025-01-28T06:56:52.823Z | Checking headers v0.4.0 |
2333 | 2025-01-28T06:56:52.976Z | Checking rcgen v0.12.1 |
2334 | 2025-01-28T06:56:53.086Z | Checking camino-tempfile v1.1.1 |
2335 | 2025-01-28T06:56:53.395Z | Checking atomicwrites v0.4.4 |
2336 | 2025-01-28T06:56:53.617Z | Checking subprocess v0.2.9 |
2337 | 2025-01-28T06:56:56.255Z | Compiling typify-macro v0.2.0 |
2338 | 2025-01-28T06:56:57.816Z | Compiling typify v0.2.0 |
2339 | 2025-01-28T06:56:57.891Z | Compiling progenitor-impl v0.8.0 |
2340 | 2025-01-28T06:57:00.358Z | Compiling progenitor-macro v0.8.0 |
2341 | 2025-01-28T06:57:04.123Z | Checking progenitor v0.8.0 |
2342 | 2025-01-28T06:57:04.254Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2343 | 2025-01-28T06:57:04.256Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2344 | 2025-01-28T06:57:06.788Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2345 | 2025-01-28T06:57:07.141Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2346 | 2025-01-28T06:57:13.250Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2347 | 2025-01-28T06:57:14.748Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2348 | 2025-01-28T06:57:15.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s |
2349 | 2025-01-28T06:57:16.139Z | |
2350 | 2025-01-28T06:57:16.139Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2351 | 2025-01-28T06:57:16.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2025-01-28T06:57:16.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2025-01-28T06:57:16.797Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2354 | 2025-01-28T06:57:18.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
2355 | 2025-01-28T06:57:18.348Z | |
2356 | 2025-01-28T06:57:18.348Z | info: running `cargo check --bins` on nexus-config (51/197) |
2357 | 2025-01-28T06:57:18.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2025-01-28T06:57:18.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2025-01-28T06:57:18.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2025-01-28T06:57:18.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2361 | 2025-01-28T06:57:18.986Z | |
2362 | 2025-01-28T06:57:18.986Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2363 | 2025-01-28T06:57:19.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-01-28T06:57:19.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-01-28T06:57:19.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2025-01-28T06:57:19.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2367 | 2025-01-28T06:57:19.605Z | |
2368 | 2025-01-28T06:57:19.605Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2369 | 2025-01-28T06:57:20.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2025-01-28T06:57:20.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2025-01-28T06:57:20.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2025-01-28T06:57:20.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2373 | 2025-01-28T06:57:20.241Z | |
2374 | 2025-01-28T06:57:20.241Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2375 | 2025-01-28T06:57:20.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2025-01-28T06:57:20.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2025-01-28T06:57:20.948Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2378 | 2025-01-28T06:57:21.060Z | Compiling ipnetwork v0.20.0 |
2379 | 2025-01-28T06:57:21.060Z | Compiling zerocopy v0.8.10 |
2380 | 2025-01-28T06:57:21.063Z | Compiling progenitor-client v0.8.0 |
2381 | 2025-01-28T06:57:21.063Z | Compiling itertools v0.13.0 |
2382 | 2025-01-28T06:57:21.063Z | Compiling zerocopy-derive v0.8.10 |
2383 | 2025-01-28T06:57:21.063Z | Compiling heapless v0.8.0 |
2384 | 2025-01-28T06:57:21.063Z | Compiling thiserror v2.0.11 |
2385 | 2025-01-28T06:57:21.225Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2386 | 2025-01-28T06:57:21.406Z | Checking hash32 v0.3.1 |
2387 | 2025-01-28T06:57:21.523Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2388 | 2025-01-28T06:57:21.601Z | Compiling progenitor v0.8.0 |
2389 | 2025-01-28T06:57:21.819Z | Compiling instant v0.1.13 |
2390 | 2025-01-28T06:57:21.836Z | Compiling smoltcp v0.11.0 |
2391 | 2025-01-28T06:57:21.943Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2392 | 2025-01-28T06:57:21.958Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2393 | 2025-01-28T06:57:21.973Z | Compiling backoff v0.4.0 |
2394 | 2025-01-28T06:57:22.167Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2395 | 2025-01-28T06:57:22.301Z | Compiling dropshot v0.15.1 |
2396 | 2025-01-28T06:57:22.866Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2397 | 2025-01-28T06:57:22.881Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2398 | 2025-01-28T06:57:22.882Z | Compiling serde_with v3.11.0 |
2399 | 2025-01-28T06:57:22.910Z | Compiling parse-display v0.10.0 |
2400 | 2025-01-28T06:57:23.149Z | Checking num-rational v0.4.2 |
2401 | 2025-01-28T06:57:23.493Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2402 | 2025-01-28T06:57:23.668Z | Compiling progenitor-client v0.9.1 |
2403 | 2025-01-28T06:57:23.952Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2404 | 2025-01-28T06:57:24.204Z | Compiling regress v0.9.1 |
2405 | 2025-01-28T06:57:25.275Z | Compiling phf_generator v0.11.2 |
2406 | 2025-01-28T06:57:25.474Z | Checking num-complex v0.4.6 |
2407 | 2025-01-28T06:57:26.336Z | Compiling macaddr v1.0.1 |
2408 | 2025-01-28T06:57:26.646Z | Checking cobs v0.2.3 |
2409 | 2025-01-28T06:57:26.802Z | Checking num v0.4.3 |
2410 | 2025-01-28T06:57:26.842Z | Checking postcard v1.0.10 |
2411 | 2025-01-28T06:57:26.911Z | Compiling phf_codegen v0.11.2 |
2412 | 2025-01-28T06:57:27.236Z | Compiling parse-zoneinfo v0.3.1 |
2413 | 2025-01-28T06:57:27.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2414 | 2025-01-28T06:57:27.700Z | Compiling convert_case v0.4.0 |
2415 | 2025-01-28T06:57:29.031Z | Checking float-ord v0.3.2 |
2416 | 2025-01-28T06:57:29.197Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2417 | 2025-01-28T06:57:29.351Z | Compiling derive_more v0.99.18 |
2418 | 2025-01-28T06:57:29.369Z | Compiling chrono-tz-build v0.4.0 |
2419 | 2025-01-28T06:57:29.761Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2420 | 2025-01-28T06:57:30.111Z | Compiling crucible-workspace-hack v0.1.0 |
2421 | 2025-01-28T06:57:30.392Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2422 | 2025-01-28T06:57:30.657Z | Compiling chrono-tz v0.10.1 |
2423 | 2025-01-28T06:57:30.681Z | Checking newline-converter v0.3.0 |
2424 | 2025-01-28T06:57:30.847Z | Checking prettyplease v0.2.25 |
2425 | 2025-01-28T06:57:30.864Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2426 | 2025-01-28T06:57:31.303Z | Compiling slog-dtrace v0.3.0 |
2427 | 2025-01-28T06:57:31.348Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2428 | 2025-01-28T06:57:31.507Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2429 | 2025-01-28T06:57:31.679Z | Checking expectorate v1.1.0 |
2430 | 2025-01-28T06:57:31.920Z | Compiling zone_cfg_derive v0.3.0 |
2431 | 2025-01-28T06:57:32.228Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2432 | 2025-01-28T06:57:32.889Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2433 | 2025-01-28T06:57:33.219Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2434 | 2025-01-28T06:57:33.394Z | Compiling const_format_proc_macros v0.2.33 |
2435 | 2025-01-28T06:57:33.570Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2025-01-28T06:57:33.595Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2437 | 2025-01-28T06:57:33.829Z | Compiling num-derive v0.4.2 |
2438 | 2025-01-28T06:57:33.981Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2439 | 2025-01-28T06:57:34.283Z | Checking highway v1.2.0 |
2440 | 2025-01-28T06:57:34.702Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2441 | 2025-01-28T06:57:34.733Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2442 | 2025-01-28T06:57:34.942Z | Checking zone v0.3.0 |
2443 | 2025-01-28T06:57:34.960Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2444 | 2025-01-28T06:57:35.342Z | Checking const_format v0.2.33 |
2445 | 2025-01-28T06:57:35.653Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2446 | 2025-01-28T06:57:35.692Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2447 | 2025-01-28T06:57:36.107Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2448 | 2025-01-28T06:57:36.132Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2449 | 2025-01-28T06:57:36.172Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2450 | 2025-01-28T06:57:36.560Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2451 | 2025-01-28T06:57:36.581Z | Checking gethostname v0.5.0 |
2452 | 2025-01-28T06:57:36.663Z | Checking bcs v0.1.6 |
2453 | 2025-01-28T06:57:36.713Z | Compiling async-recursion v1.1.1 |
2454 | 2025-01-28T06:57:36.880Z | Checking termtree v0.5.1 |
2455 | 2025-01-28T06:57:38.229Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2456 | 2025-01-28T06:57:43.440Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2457 | 2025-01-28T06:57:46.836Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2458 | 2025-01-28T06:57:49.383Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2459 | 2025-01-28T06:57:50.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.30s |
2460 | 2025-01-28T06:57:50.733Z | |
2461 | 2025-01-28T06:57:50.733Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2462 | 2025-01-28T06:57:51.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2025-01-28T06:57:51.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2025-01-28T06:57:51.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2025-01-28T06:57:51.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2466 | 2025-01-28T06:57:51.382Z | |
2467 | 2025-01-28T06:57:51.382Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2468 | 2025-01-28T06:57:51.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2025-01-28T06:57:51.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2025-01-28T06:57:51.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2025-01-28T06:57:51.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2472 | 2025-01-28T06:57:52.060Z | |
2473 | 2025-01-28T06:57:52.060Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2474 | 2025-01-28T06:57:52.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2025-01-28T06:57:52.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2025-01-28T06:57:52.716Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2477 | 2025-01-28T06:57:53.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2478 | 2025-01-28T06:57:53.536Z | |
2479 | 2025-01-28T06:57:53.537Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2480 | 2025-01-28T06:57:54.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2025-01-28T06:57:54.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2025-01-28T06:57:54.213Z | Compiling cfg_aliases v0.1.1 |
2483 | 2025-01-28T06:57:54.217Z | Compiling vte_generate_state_changes v0.1.2 |
2484 | 2025-01-28T06:57:54.217Z | Checking fd-lock v4.0.2 |
2485 | 2025-01-28T06:57:54.218Z | Checking nibble_vec v0.1.0 |
2486 | 2025-01-28T06:57:54.218Z | Checking endian-type v0.1.2 |
2487 | 2025-01-28T06:57:54.317Z | Checking bytecount v0.6.8 |
2488 | 2025-01-28T06:57:54.327Z | Compiling tabled_derive v0.7.0 |
2489 | 2025-01-28T06:57:54.380Z | Compiling peg-macros v0.8.4 |
2490 | 2025-01-28T06:57:54.406Z | Compiling nix v0.28.0 |
2491 | 2025-01-28T06:57:54.494Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2492 | 2025-01-28T06:57:54.511Z | Checking papergrid v0.11.0 |
2493 | 2025-01-28T06:57:54.534Z | Compiling sqlparser_derive v0.2.2 |
2494 | 2025-01-28T06:57:54.538Z | Checking radix_trie v0.2.1 |
2495 | 2025-01-28T06:57:54.889Z | Checking vte v0.11.1 |
2496 | 2025-01-28T06:57:54.935Z | Checking home v0.5.9 |
2497 | 2025-01-28T06:57:55.104Z | Checking unicode_categories v0.1.1 |
2498 | 2025-01-28T06:57:55.425Z | Checking nu-ansi-term v0.50.1 |
2499 | 2025-01-28T06:57:55.540Z | Checking sqlformat v0.2.6 |
2500 | 2025-01-28T06:57:55.558Z | Checking sqlparser v0.45.0 |
2501 | 2025-01-28T06:57:55.802Z | Checking display-error-chain v0.2.2 |
2502 | 2025-01-28T06:57:56.300Z | Checking strip-ansi-escapes v0.2.0 |
2503 | 2025-01-28T06:57:56.470Z | Checking reedline v0.35.0 |
2504 | 2025-01-28T06:57:56.544Z | Checking tabled v0.15.0 |
2505 | 2025-01-28T06:57:56.949Z | Checking peg v0.8.4 |
2506 | 2025-01-28T06:57:57.292Z | Checking rustyline v14.0.0 |
2507 | 2025-01-28T06:58:06.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
2508 | 2025-01-28T06:58:06.613Z | |
2509 | 2025-01-28T06:58:06.613Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2510 | 2025-01-28T06:58:07.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2025-01-28T06:58:07.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2025-01-28T06:58:07.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2513 | 2025-01-28T06:58:12.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2514 | 2025-01-28T06:58:12.640Z | |
2515 | 2025-01-28T06:58:12.640Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2516 | 2025-01-28T06:58:13.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2025-01-28T06:58:13.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2025-01-28T06:58:13.326Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2519 | 2025-01-28T06:58:17.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
2520 | 2025-01-28T06:58:17.764Z | |
2521 | 2025-01-28T06:58:17.764Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2522 | 2025-01-28T06:58:17.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2025-01-28T06:58:17.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2025-01-28T06:58:17.842Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2525 | 2025-01-28T06:58:22.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2526 | 2025-01-28T06:58:22.762Z | |
2527 | 2025-01-28T06:58:22.762Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2528 | 2025-01-28T06:58:23.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2025-01-28T06:58:23.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2025-01-28T06:58:23.449Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2531 | 2025-01-28T06:58:28.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
2532 | 2025-01-28T06:58:28.620Z | |
2533 | 2025-01-28T06:58:28.620Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2534 | 2025-01-28T06:58:29.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2025-01-28T06:58:29.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2025-01-28T06:58:29.302Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2537 | 2025-01-28T06:58:33.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2538 | 2025-01-28T06:58:33.219Z | |
2539 | 2025-01-28T06:58:33.219Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2540 | 2025-01-28T06:58:33.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2025-01-28T06:58:33.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2025-01-28T06:58:33.890Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2543 | 2025-01-28T06:58:37.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
2544 | 2025-01-28T06:58:37.872Z | |
2545 | 2025-01-28T06:58:37.872Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2546 | 2025-01-28T06:58:38.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2025-01-28T06:58:38.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2025-01-28T06:58:38.543Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2549 | 2025-01-28T06:58:43.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2550 | 2025-01-28T06:58:43.863Z | |
2551 | 2025-01-28T06:58:43.863Z | info: running `cargo check --bins` on oximeter (66/197) |
2552 | 2025-01-28T06:58:44.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2025-01-28T06:58:44.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2025-01-28T06:58:44.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2025-01-28T06:58:44.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2556 | 2025-01-28T06:58:44.492Z | |
2557 | 2025-01-28T06:58:44.492Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2558 | 2025-01-28T06:58:45.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2025-01-28T06:58:45.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2025-01-28T06:58:45.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2025-01-28T06:58:45.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2562 | 2025-01-28T06:58:45.121Z | |
2563 | 2025-01-28T06:58:45.121Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2564 | 2025-01-28T06:58:45.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2025-01-28T06:58:45.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2025-01-28T06:58:45.764Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2567 | 2025-01-28T06:58:47.838Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2568 | 2025-01-28T06:58:48.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
2569 | 2025-01-28T06:58:48.960Z | |
2570 | 2025-01-28T06:58:48.961Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2571 | 2025-01-28T06:58:49.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-01-28T06:58:49.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-01-28T06:58:49.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2025-01-28T06:58:49.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2575 | 2025-01-28T06:58:49.608Z | |
2576 | 2025-01-28T06:58:49.608Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2577 | 2025-01-28T06:58:50.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-01-28T06:58:50.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-01-28T06:58:50.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2025-01-28T06:58:50.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2581 | 2025-01-28T06:58:50.240Z | |
2582 | 2025-01-28T06:58:50.240Z | info: running `cargo check --bins` on oxql-types (71/197) |
2583 | 2025-01-28T06:58:50.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2025-01-28T06:58:50.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2025-01-28T06:58:50.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2025-01-28T06:58:50.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2587 | 2025-01-28T06:58:50.873Z | |
2588 | 2025-01-28T06:58:50.873Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2589 | 2025-01-28T06:58:51.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2025-01-28T06:58:51.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2025-01-28T06:58:51.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2025-01-28T06:58:51.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2593 | 2025-01-28T06:58:51.528Z | |
2594 | 2025-01-28T06:58:51.529Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2595 | 2025-01-28T06:58:52.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2025-01-28T06:58:52.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2025-01-28T06:58:52.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2025-01-28T06:58:52.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2599 | 2025-01-28T06:58:52.156Z | |
2600 | 2025-01-28T06:58:52.157Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2601 | 2025-01-28T06:58:52.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2025-01-28T06:58:52.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2025-01-28T06:58:52.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2025-01-28T06:58:52.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2605 | 2025-01-28T06:58:52.817Z | |
2606 | 2025-01-28T06:58:52.817Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2607 | 2025-01-28T06:58:53.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2025-01-28T06:58:53.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2025-01-28T06:58:53.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2025-01-28T06:58:53.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2611 | 2025-01-28T06:58:53.469Z | |
2612 | 2025-01-28T06:58:53.469Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2613 | 2025-01-28T06:58:54.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-01-28T06:58:54.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-01-28T06:58:54.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2025-01-28T06:58:54.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2617 | 2025-01-28T06:58:54.117Z | |
2618 | 2025-01-28T06:58:54.117Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2619 | 2025-01-28T06:58:54.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-01-28T06:58:54.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-01-28T06:58:54.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2025-01-28T06:58:54.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2623 | 2025-01-28T06:58:54.771Z | |
2624 | 2025-01-28T06:58:54.771Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2625 | 2025-01-28T06:58:55.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-01-28T06:58:55.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-01-28T06:58:55.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2025-01-28T06:58:55.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2629 | 2025-01-28T06:58:55.385Z | |
2630 | 2025-01-28T06:58:55.385Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2631 | 2025-01-28T06:58:55.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-01-28T06:58:55.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-01-28T06:58:55.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2025-01-28T06:58:55.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2635 | 2025-01-28T06:58:56.037Z | |
2636 | 2025-01-28T06:58:56.037Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2637 | 2025-01-28T06:58:56.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-01-28T06:58:56.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-01-28T06:58:56.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2025-01-28T06:58:56.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2641 | 2025-01-28T06:58:56.668Z | |
2642 | 2025-01-28T06:58:56.668Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2643 | 2025-01-28T06:58:57.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-01-28T06:58:57.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-01-28T06:58:57.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2025-01-28T06:58:57.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2647 | 2025-01-28T06:58:57.299Z | |
2648 | 2025-01-28T06:58:57.299Z | info: running `cargo check --bins` on dpd-client (82/197) |
2649 | 2025-01-28T06:58:57.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-01-28T06:58:57.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-01-28T06:58:57.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2025-01-28T06:58:57.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2653 | 2025-01-28T06:58:57.935Z | |
2654 | 2025-01-28T06:58:57.935Z | info: running `cargo check --bins` on gateway-client (83/197) |
2655 | 2025-01-28T06:58:58.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-01-28T06:58:58.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-01-28T06:58:58.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2025-01-28T06:58:58.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2659 | 2025-01-28T06:58:58.889Z | |
2660 | 2025-01-28T06:58:58.889Z | info: running `cargo check --bins` on installinator-client (84/197) |
2661 | 2025-01-28T06:58:59.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-01-28T06:58:59.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-01-28T06:58:59.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2025-01-28T06:58:59.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2665 | 2025-01-28T06:58:59.203Z | |
2666 | 2025-01-28T06:58:59.203Z | info: running `cargo check --bins` on installinator-common (85/197) |
2667 | 2025-01-28T06:58:59.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2025-01-28T06:58:59.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2025-01-28T06:58:59.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2025-01-28T06:58:59.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2671 | 2025-01-28T06:58:59.861Z | |
2672 | 2025-01-28T06:58:59.861Z | info: running `cargo check --bins` on update-engine (86/197) |
2673 | 2025-01-28T06:59:00.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2025-01-28T06:59:00.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2025-01-28T06:59:00.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2025-01-28T06:59:00.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2677 | 2025-01-28T06:59:00.482Z | |
2678 | 2025-01-28T06:59:00.482Z | info: running `cargo check --bins` on nexus-client (87/197) |
2679 | 2025-01-28T06:59:01.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-01-28T06:59:01.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-01-28T06:59:01.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-01-28T06:59:01.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2683 | 2025-01-28T06:59:01.149Z | |
2684 | 2025-01-28T06:59:01.149Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2685 | 2025-01-28T06:59:01.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-01-28T06:59:01.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-01-28T06:59:01.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-01-28T06:59:01.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2689 | 2025-01-28T06:59:01.812Z | |
2690 | 2025-01-28T06:59:01.812Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2691 | 2025-01-28T06:59:02.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-01-28T06:59:02.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-01-28T06:59:02.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-01-28T06:59:02.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2695 | 2025-01-28T06:59:02.469Z | |
2696 | 2025-01-28T06:59:02.469Z | info: running `cargo check --bins` on nexus-types (90/197) |
2697 | 2025-01-28T06:59:03.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-01-28T06:59:03.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-01-28T06:59:03.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-01-28T06:59:03.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2701 | 2025-01-28T06:59:03.156Z | |
2702 | 2025-01-28T06:59:03.156Z | info: running `cargo check --bins` on oxide-client (91/197) |
2703 | 2025-01-28T06:59:03.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-01-28T06:59:03.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-01-28T06:59:03.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-01-28T06:59:03.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2707 | 2025-01-28T06:59:03.782Z | |
2708 | 2025-01-28T06:59:03.782Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2709 | 2025-01-28T06:59:04.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-01-28T06:59:04.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-01-28T06:59:04.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-01-28T06:59:04.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2713 | 2025-01-28T06:59:04.414Z | |
2714 | 2025-01-28T06:59:04.414Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2715 | 2025-01-28T06:59:04.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-01-28T06:59:04.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-01-28T06:59:04.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-01-28T06:59:04.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2719 | 2025-01-28T06:59:05.037Z | |
2720 | 2025-01-28T06:59:05.039Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2721 | 2025-01-28T06:59:05.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-01-28T06:59:05.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-01-28T06:59:05.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-01-28T06:59:05.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2725 | 2025-01-28T06:59:05.686Z | |
2726 | 2025-01-28T06:59:05.686Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2727 | 2025-01-28T06:59:06.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-01-28T06:59:06.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-01-28T06:59:06.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2025-01-28T06:59:06.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2731 | 2025-01-28T06:59:06.361Z | |
2732 | 2025-01-28T06:59:06.361Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2733 | 2025-01-28T06:59:06.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2025-01-28T06:59:06.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2025-01-28T06:59:06.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2025-01-28T06:59:06.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2737 | 2025-01-28T06:59:07.021Z | |
2738 | 2025-01-28T06:59:07.021Z | info: running `cargo check --bins` on wicket-common (97/197) |
2739 | 2025-01-28T06:59:07.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2025-01-28T06:59:07.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2025-01-28T06:59:07.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2025-01-28T06:59:07.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2743 | 2025-01-28T06:59:07.681Z | |
2744 | 2025-01-28T06:59:07.681Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2745 | 2025-01-28T06:59:08.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2025-01-28T06:59:08.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2025-01-28T06:59:08.367Z | Checking csv-core v0.1.11 |
2748 | 2025-01-28T06:59:08.367Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2749 | 2025-01-28T06:59:08.371Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2750 | 2025-01-28T06:59:08.371Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2751 | 2025-01-28T06:59:08.677Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2752 | 2025-01-28T06:59:08.680Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2753 | 2025-01-28T06:59:08.712Z | Checking csv v1.3.1 |
2754 | 2025-01-28T06:59:09.257Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2755 | 2025-01-28T06:59:09.607Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2756 | 2025-01-28T06:59:11.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
2757 | 2025-01-28T06:59:11.423Z | |
2758 | 2025-01-28T06:59:11.423Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2759 | 2025-01-28T06:59:11.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-01-28T06:59:11.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-01-28T06:59:11.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-01-28T06:59:11.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2763 | 2025-01-28T06:59:12.054Z | |
2764 | 2025-01-28T06:59:12.054Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2765 | 2025-01-28T06:59:12.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-01-28T06:59:12.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-01-28T06:59:12.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-01-28T06:59:12.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2769 | 2025-01-28T06:59:12.708Z | |
2770 | 2025-01-28T06:59:12.708Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2771 | 2025-01-28T06:59:13.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-01-28T06:59:13.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-01-28T06:59:13.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-01-28T06:59:13.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2775 | 2025-01-28T06:59:13.466Z | |
2776 | 2025-01-28T06:59:13.466Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2777 | 2025-01-28T06:59:14.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-01-28T06:59:14.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-01-28T06:59:14.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-01-28T06:59:14.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2781 | 2025-01-28T06:59:14.206Z | |
2782 | 2025-01-28T06:59:14.206Z | info: running `cargo check --bins` on dns-server (103/197) |
2783 | 2025-01-28T06:59:14.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-01-28T06:59:14.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-01-28T06:59:14.855Z | Compiling typify-impl v0.3.0 |
2786 | 2025-01-28T06:59:14.963Z | Compiling parking_lot_core v0.8.6 |
2787 | 2025-01-28T06:59:14.966Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2788 | 2025-01-28T06:59:14.977Z | Checking fxhash v0.2.1 |
2789 | 2025-01-28T06:59:14.986Z | Checking hickory-client v0.24.2 |
2790 | 2025-01-28T06:59:15.010Z | Checking hickory-server v0.24.2 |
2791 | 2025-01-28T06:59:15.724Z | Checking parking_lot v0.11.2 |
2792 | 2025-01-28T06:59:15.784Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2793 | 2025-01-28T06:59:15.980Z | Checking sled v0.34.7 |
2794 | 2025-01-28T06:59:20.615Z | Compiling typify-macro v0.3.0 |
2795 | 2025-01-28T06:59:22.142Z | Compiling typify v0.3.0 |
2796 | 2025-01-28T06:59:22.213Z | Compiling progenitor-impl v0.9.1 |
2797 | 2025-01-28T06:59:24.669Z | Compiling progenitor-macro v0.9.1 |
2798 | 2025-01-28T06:59:28.552Z | Checking progenitor v0.9.1 |
2799 | 2025-01-28T06:59:28.685Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2800 | 2025-01-28T06:59:29.193Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2801 | 2025-01-28T06:59:30.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.22s |
2802 | 2025-01-28T06:59:30.614Z | |
2803 | 2025-01-28T06:59:30.614Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2804 | 2025-01-28T06:59:31.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-01-28T06:59:31.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-01-28T06:59:31.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-01-28T06:59:31.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2025-01-28T06:59:31.254Z | |
2809 | 2025-01-28T06:59:31.254Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2810 | 2025-01-28T06:59:31.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-01-28T06:59:32.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-01-28T06:59:32.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-01-28T06:59:32.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2814 | 2025-01-28T06:59:32.862Z | |
2815 | 2025-01-28T06:59:32.862Z | info: running `cargo check --bins` on gateway-types (106/197) |
2816 | 2025-01-28T06:59:32.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-01-28T06:59:32.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-01-28T06:59:32.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-01-28T06:59:32.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2820 | 2025-01-28T06:59:32.862Z | |
2821 | 2025-01-28T06:59:32.862Z | info: running `cargo check --bins` on ipcc (107/197) |
2822 | 2025-01-28T06:59:33.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-01-28T06:59:33.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-01-28T06:59:33.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-01-28T06:59:33.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2826 | 2025-01-28T06:59:33.240Z | |
2827 | 2025-01-28T06:59:33.240Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2828 | 2025-01-28T06:59:33.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-01-28T06:59:33.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-01-28T06:59:33.946Z | Compiling semver v0.1.20 |
2831 | 2025-01-28T06:59:33.946Z | Compiling radium v0.7.0 |
2832 | 2025-01-28T06:59:34.067Z | Checking tap v1.0.1 |
2833 | 2025-01-28T06:59:34.067Z | Compiling maybe-uninit v2.0.0 |
2834 | 2025-01-28T06:59:34.091Z | Checking password-hash v0.5.0 |
2835 | 2025-01-28T06:59:34.094Z | Checking blake2 v0.10.6 |
2836 | 2025-01-28T06:59:34.094Z | Checking funty v2.0.0 |
2837 | 2025-01-28T06:59:34.094Z | Compiling packed_struct v0.10.1 |
2838 | 2025-01-28T06:59:34.226Z | Checking wyz v0.5.1 |
2839 | 2025-01-28T06:59:34.501Z | Compiling rustc_version v0.1.7 |
2840 | 2025-01-28T06:59:34.546Z | Checking crc-catalog v2.4.0 |
2841 | 2025-01-28T06:59:34.599Z | Compiling owo-colors v4.1.0 |
2842 | 2025-01-28T06:59:34.602Z | Compiling cancel-safe-futures v0.1.5 |
2843 | 2025-01-28T06:59:34.678Z | Checking argon2 v0.5.3 |
2844 | 2025-01-28T06:59:34.731Z | Checking crc v3.2.1 |
2845 | 2025-01-28T06:59:34.751Z | Compiling packed_struct_codegen v0.10.1 |
2846 | 2025-01-28T06:59:34.866Z | Compiling indexmap v1.9.3 |
2847 | 2025-01-28T06:59:34.906Z | Compiling newtype_derive v0.1.6 |
2848 | 2025-01-28T06:59:34.921Z | Checking bitvec v1.0.1 |
2849 | 2025-01-28T06:59:34.938Z | Checking half v2.4.1 |
2850 | 2025-01-28T06:59:34.988Z | Checking ciborium-io v0.2.2 |
2851 | 2025-01-28T06:59:35.126Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2852 | 2025-01-28T06:59:35.158Z | Checking nodrop v0.1.14 |
2853 | 2025-01-28T06:59:35.297Z | Checking array-init v0.0.4 |
2854 | 2025-01-28T06:59:35.350Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2855 | 2025-01-28T06:59:35.374Z | Checking ciborium-ll v0.2.2 |
2856 | 2025-01-28T06:59:35.455Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2025-01-28T06:59:35.625Z | Checking smallvec v0.6.14 |
2858 | 2025-01-28T06:59:35.648Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2025-01-28T06:59:35.683Z | Checking libsw v3.3.1 |
2860 | 2025-01-28T06:59:35.938Z | Compiling memoffset v0.9.1 |
2861 | 2025-01-28T06:59:36.017Z | Checking swrite v0.1.0 |
2862 | 2025-01-28T06:59:36.129Z | Checking linear-map v1.2.0 |
2863 | 2025-01-28T06:59:36.147Z | Checking hashbrown v0.12.3 |
2864 | 2025-01-28T06:59:36.170Z | Checking indent_write v2.2.0 |
2865 | 2025-01-28T06:59:36.260Z | Checking bitfield v0.14.0 |
2866 | 2025-01-28T06:59:36.389Z | Checking termcolor v1.4.1 |
2867 | 2025-01-28T06:59:36.449Z | Checking ron v0.8.1 |
2868 | 2025-01-28T06:59:36.601Z | Checking serde-hex v0.1.0 |
2869 | 2025-01-28T06:59:36.705Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2870 | 2025-01-28T06:59:36.813Z | Checking env_logger v0.10.2 |
2871 | 2025-01-28T06:59:36.978Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2872 | 2025-01-28T06:59:37.217Z | Checking ciborium v0.2.2 |
2873 | 2025-01-28T06:59:37.271Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2874 | 2025-01-28T06:59:37.835Z | Checking steno v0.4.1 |
2875 | 2025-01-28T06:59:37.878Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2876 | 2025-01-28T06:59:38.152Z | Checking hashbrown v0.13.2 |
2877 | 2025-01-28T06:59:38.254Z | Checking crc-any v2.5.0 |
2878 | 2025-01-28T06:59:38.254Z | Checking humantime v2.1.0 |
2879 | 2025-01-28T06:59:38.590Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2880 | 2025-01-28T06:59:38.644Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2881 | 2025-01-28T06:59:39.068Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2882 | 2025-01-28T06:59:39.086Z | Checking object v0.30.4 |
2883 | 2025-01-28T06:59:39.174Z | Checking path-slash v0.1.5 |
2884 | 2025-01-28T06:59:39.329Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2885 | 2025-01-28T06:59:39.458Z | Checking nix v0.27.1 |
2886 | 2025-01-28T06:59:39.880Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2887 | 2025-01-28T06:59:39.995Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2888 | 2025-01-28T06:59:40.273Z | Checking tungstenite v0.23.0 |
2889 | 2025-01-28T06:59:40.432Z | Checking kstat-rs v0.2.4 |
2890 | 2025-01-28T06:59:40.597Z | Checking signal-hook-tokio v0.3.1 |
2891 | 2025-01-28T06:59:40.793Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2892 | 2025-01-28T06:59:40.943Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2893 | 2025-01-28T06:59:41.061Z | Checking tokio-tungstenite v0.23.1 |
2894 | 2025-01-28T06:59:41.553Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2895 | 2025-01-28T06:59:42.082Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2896 | 2025-01-28T06:59:48.061Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2897 | 2025-01-28T06:59:49.407Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2898 | 2025-01-28T06:59:51.727Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2899 | 2025-01-28T06:59:57.174Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2900 | 2025-01-28T06:59:57.847Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2901 | 2025-01-28T07:00:00.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.34s |
2902 | 2025-01-28T07:00:00.797Z | |
2903 | 2025-01-28T07:00:00.799Z | info: running `cargo check --bins` on gateway-api (109/197) |
2904 | 2025-01-28T07:00:01.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2025-01-28T07:00:01.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2025-01-28T07:00:01.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2025-01-28T07:00:01.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2908 | 2025-01-28T07:00:01.435Z | |
2909 | 2025-01-28T07:00:01.435Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2910 | 2025-01-28T07:00:01.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2025-01-28T07:00:01.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2025-01-28T07:00:01.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2025-01-28T07:00:01.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2914 | 2025-01-28T07:00:02.070Z | |
2915 | 2025-01-28T07:00:02.070Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2916 | 2025-01-28T07:00:02.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2025-01-28T07:00:02.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2025-01-28T07:00:02.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2025-01-28T07:00:02.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2920 | 2025-01-28T07:00:02.722Z | |
2921 | 2025-01-28T07:00:02.722Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2922 | 2025-01-28T07:00:03.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2025-01-28T07:00:03.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2025-01-28T07:00:03.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2025-01-28T07:00:03.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2926 | 2025-01-28T07:00:03.367Z | |
2927 | 2025-01-28T07:00:03.367Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2928 | 2025-01-28T07:00:03.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2025-01-28T07:00:03.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2025-01-28T07:00:03.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2025-01-28T07:00:03.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2932 | 2025-01-28T07:00:03.999Z | |
2933 | 2025-01-28T07:00:03.999Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2934 | 2025-01-28T07:00:04.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2025-01-28T07:00:04.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2025-01-28T07:00:04.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2937 | 2025-01-28T07:00:04.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2938 | 2025-01-28T07:00:04.645Z | |
2939 | 2025-01-28T07:00:04.645Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2940 | 2025-01-28T07:00:05.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2025-01-28T07:00:05.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2025-01-28T07:00:05.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2943 | 2025-01-28T07:00:05.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2944 | 2025-01-28T07:00:05.288Z | |
2945 | 2025-01-28T07:00:05.289Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2946 | 2025-01-28T07:00:05.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2025-01-28T07:00:05.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2025-01-28T07:00:05.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2949 | 2025-01-28T07:00:05.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2950 | 2025-01-28T07:00:05.926Z | |
2951 | 2025-01-28T07:00:05.927Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2952 | 2025-01-28T07:00:06.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2025-01-28T07:00:06.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2025-01-28T07:00:06.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2955 | 2025-01-28T07:00:06.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2956 | 2025-01-28T07:00:06.595Z | |
2957 | 2025-01-28T07:00:06.595Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2958 | 2025-01-28T07:00:07.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2025-01-28T07:00:07.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2025-01-28T07:00:07.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2025-01-28T07:00:07.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2962 | 2025-01-28T07:00:07.235Z | |
2963 | 2025-01-28T07:00:07.235Z | info: running `cargo check --bins` on sp-sim (119/197) |
2964 | 2025-01-28T07:00:07.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2025-01-28T07:00:07.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2025-01-28T07:00:07.904Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2967 | 2025-01-28T07:00:08.355Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2968 | 2025-01-28T07:00:10.031Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2969 | 2025-01-28T07:00:11.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
2970 | 2025-01-28T07:00:11.857Z | |
2971 | 2025-01-28T07:00:11.857Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2972 | 2025-01-28T07:00:12.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2025-01-28T07:00:12.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2025-01-28T07:00:12.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2025-01-28T07:00:12.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2976 | 2025-01-28T07:00:12.546Z | |
2977 | 2025-01-28T07:00:12.546Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2978 | 2025-01-28T07:00:13.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2025-01-28T07:00:13.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2025-01-28T07:00:13.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2981 | 2025-01-28T07:00:13.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2982 | 2025-01-28T07:00:13.261Z | |
2983 | 2025-01-28T07:00:13.261Z | info: running `cargo check --bins` on db-macros (122/197) |
2984 | 2025-01-28T07:00:13.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2025-01-28T07:00:13.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2025-01-28T07:00:13.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2025-01-28T07:00:13.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2988 | 2025-01-28T07:00:13.883Z | |
2989 | 2025-01-28T07:00:13.883Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
2990 | 2025-01-28T07:00:14.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2025-01-28T07:00:14.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2025-01-28T07:00:14.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2025-01-28T07:00:14.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2994 | 2025-01-28T07:00:14.495Z | |
2995 | 2025-01-28T07:00:14.495Z | info: running `cargo check --bins` on nexus-auth (124/197) |
2996 | 2025-01-28T07:00:15.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2025-01-28T07:00:15.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2025-01-28T07:00:15.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2025-01-28T07:00:15.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3000 | 2025-01-28T07:00:15.193Z | |
3001 | 2025-01-28T07:00:15.193Z | info: running `cargo check --bins` on authz-macros (125/197) |
3002 | 2025-01-28T07:00:15.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2025-01-28T07:00:15.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2025-01-28T07:00:15.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2025-01-28T07:00:15.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3006 | 2025-01-28T07:00:15.816Z | |
3007 | 2025-01-28T07:00:15.816Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3008 | 2025-01-28T07:00:16.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2025-01-28T07:00:16.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2025-01-28T07:00:16.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3011 | 2025-01-28T07:00:16.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3012 | 2025-01-28T07:00:16.487Z | |
3013 | 2025-01-28T07:00:16.487Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3014 | 2025-01-28T07:00:17.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2025-01-28T07:00:17.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2025-01-28T07:00:17.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3017 | 2025-01-28T07:00:17.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3018 | 2025-01-28T07:00:17.169Z | |
3019 | 2025-01-28T07:00:17.169Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3020 | 2025-01-28T07:00:17.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2025-01-28T07:00:17.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2025-01-28T07:00:17.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2025-01-28T07:00:17.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3024 | 2025-01-28T07:00:17.800Z | |
3025 | 2025-01-28T07:00:17.800Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3026 | 2025-01-28T07:00:18.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2025-01-28T07:00:18.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2025-01-28T07:00:18.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2025-01-28T07:00:18.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3030 | 2025-01-28T07:00:18.478Z | |
3031 | 2025-01-28T07:00:18.478Z | info: running `cargo check --bins` on typed-rng (130/197) |
3032 | 2025-01-28T07:00:19.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2025-01-28T07:00:19.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2025-01-28T07:00:19.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2025-01-28T07:00:19.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3036 | 2025-01-28T07:00:19.099Z | |
3037 | 2025-01-28T07:00:19.099Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3038 | 2025-01-28T07:00:19.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2025-01-28T07:00:19.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2025-01-28T07:00:19.865Z | Checking keccak v0.1.5 |
3041 | 2025-01-28T07:00:19.977Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3042 | 2025-01-28T07:00:19.980Z | Checking secrecy v0.8.0 |
3043 | 2025-01-28T07:00:19.980Z | Compiling unicase v2.7.0 |
3044 | 2025-01-28T07:00:19.989Z | Compiling same-file v1.0.6 |
3045 | 2025-01-28T07:00:20.031Z | Compiling tempfile v3.13.0 |
3046 | 2025-01-28T07:00:20.034Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3047 | 2025-01-28T07:00:20.045Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3048 | 2025-01-28T07:00:20.153Z | Compiling thiserror-impl-no-std v2.0.2 |
3049 | 2025-01-28T07:00:20.262Z | Checking sha3 v0.10.8 |
3050 | 2025-01-28T07:00:20.300Z | Compiling walkdir v2.5.0 |
3051 | 2025-01-28T07:00:20.320Z | Checking universal-hash v0.5.1 |
3052 | 2025-01-28T07:00:20.357Z | Compiling blake3 v1.5.4 |
3053 | 2025-01-28T07:00:20.488Z | Checking opaque-debug v0.3.1 |
3054 | 2025-01-28T07:00:20.517Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3055 | 2025-01-28T07:00:20.569Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3056 | 2025-01-28T07:00:20.595Z | Checking poly1305 v0.8.0 |
3057 | 2025-01-28T07:00:20.645Z | Checking chacha20 v0.9.1 |
3058 | 2025-01-28T07:00:20.794Z | Checking aead v0.5.2 |
3059 | 2025-01-28T07:00:20.855Z | Compiling memmap2 v0.9.5 |
3060 | 2025-01-28T07:00:20.953Z | Compiling arrayvec v0.7.6 |
3061 | 2025-01-28T07:00:21.003Z | Compiling arrayref v0.3.9 |
3062 | 2025-01-28T07:00:21.020Z | Compiling constant_time_eq v0.3.1 |
3063 | 2025-01-28T07:00:21.107Z | Compiling salty v0.3.0 |
3064 | 2025-01-28T07:00:21.127Z | Compiling libefi-sys v0.1.0 |
3065 | 2025-01-28T07:00:21.221Z | Checking chacha20poly1305 v0.10.1 |
3066 | 2025-01-28T07:00:21.301Z | Compiling toolchain_find v0.4.0 |
3067 | 2025-01-28T07:00:21.400Z | Compiling camino-tempfile v1.1.1 |
3068 | 2025-01-28T07:00:21.447Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3069 | 2025-01-28T07:00:21.524Z | Compiling bitfield-struct v0.6.2 |
3070 | 2025-01-28T07:00:21.663Z | Compiling topological-sort v0.2.2 |
3071 | 2025-01-28T07:00:21.831Z | Compiling mime_guess v2.0.5 |
3072 | 2025-01-28T07:00:21.873Z | Compiling rustfmt-wrapper v0.2.1 |
3073 | 2025-01-28T07:00:22.336Z | Compiling omicron-zone-package v0.12.0 |
3074 | 2025-01-28T07:00:22.474Z | Compiling progenitor v0.9.1 |
3075 | 2025-01-28T07:00:22.504Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3076 | 2025-01-28T07:00:22.725Z | Checking primeorder v0.13.6 |
3077 | 2025-01-28T07:00:22.749Z | Checking env_filter v0.1.2 |
3078 | 2025-01-28T07:00:22.805Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3079 | 2025-01-28T07:00:22.922Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3080 | 2025-01-28T07:00:22.981Z | Checking thiserror-no-std v2.0.2 |
3081 | 2025-01-28T07:00:22.997Z | Checking env_logger v0.11.5 |
3082 | 2025-01-28T07:00:23.055Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3083 | 2025-01-28T07:00:23.103Z | Checking vsss-rs v3.3.4 |
3084 | 2025-01-28T07:00:23.151Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3085 | 2025-01-28T07:00:23.174Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3086 | 2025-01-28T07:00:23.192Z | Checking p384 v0.13.0 |
3087 | 2025-01-28T07:00:23.409Z | Checking lockfree-object-pool v0.1.6 |
3088 | 2025-01-28T07:00:23.449Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3089 | 2025-01-28T07:00:23.587Z | Checking bumpalo v3.16.0 |
3090 | 2025-01-28T07:00:23.649Z | Checking http-range v0.1.5 |
3091 | 2025-01-28T07:00:23.668Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3092 | 2025-01-28T07:00:23.854Z | Compiling zip v2.1.3 |
3093 | 2025-01-28T07:00:23.904Z | Checking simd-adler32 v0.3.7 |
3094 | 2025-01-28T07:00:23.930Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3095 | 2025-01-28T07:00:24.192Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3096 | 2025-01-28T07:00:24.232Z | Checking zopfli v0.8.1 |
3097 | 2025-01-28T07:00:24.298Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3098 | 2025-01-28T07:00:24.590Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3099 | 2025-01-28T07:00:24.763Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3100 | 2025-01-28T07:00:24.789Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3101 | 2025-01-28T07:00:24.911Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3102 | 2025-01-28T07:00:25.170Z | Checking nanorand v0.7.0 |
3103 | 2025-01-28T07:00:25.321Z | Checking atty v0.2.14 |
3104 | 2025-01-28T07:00:25.324Z | Checking glob v0.3.1 |
3105 | 2025-01-28T07:00:25.422Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3106 | 2025-01-28T07:00:25.471Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3107 | 2025-01-28T07:00:25.531Z | Checking flume v0.11.1 |
3108 | 2025-01-28T07:00:25.649Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3109 | 2025-01-28T07:00:25.917Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3110 | 2025-01-28T07:00:26.624Z | Checking hyper-staticfile v0.10.1 |
3111 | 2025-01-28T07:00:26.857Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3112 | 2025-01-28T07:00:27.110Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3113 | 2025-01-28T07:00:27.158Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3114 | 2025-01-28T07:00:27.355Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3115 | 2025-01-28T07:00:27.559Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3116 | 2025-01-28T07:00:27.660Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3117 | 2025-01-28T07:00:28.102Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3118 | 2025-01-28T07:00:28.246Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3119 | 2025-01-28T07:00:28.313Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3120 | 2025-01-28T07:00:28.727Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3121 | 2025-01-28T07:00:31.654Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3122 | 2025-01-28T07:00:31.654Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3123 | 2025-01-28T07:00:39.864Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3124 | 2025-01-28T07:00:52.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s |
3125 | 2025-01-28T07:00:53.144Z | |
3126 | 2025-01-28T07:00:53.144Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3127 | 2025-01-28T07:00:53.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-01-28T07:00:53.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-01-28T07:00:53.889Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3130 | 2025-01-28T07:01:07.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
3131 | 2025-01-28T07:01:07.226Z | |
3132 | 2025-01-28T07:01:07.226Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3133 | 2025-01-28T07:01:07.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-01-28T07:01:07.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-01-28T07:01:07.975Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3136 | 2025-01-28T07:01:21.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
3137 | 2025-01-28T07:01:21.346Z | |
3138 | 2025-01-28T07:01:21.346Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3139 | 2025-01-28T07:01:21.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-01-28T07:01:21.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-01-28T07:01:22.102Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3142 | 2025-01-28T07:01:35.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3143 | 2025-01-28T07:01:35.557Z | |
3144 | 2025-01-28T07:01:35.557Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3145 | 2025-01-28T07:01:36.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2025-01-28T07:01:36.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2025-01-28T07:01:36.314Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3148 | 2025-01-28T07:01:49.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3149 | 2025-01-28T07:01:49.772Z | |
3150 | 2025-01-28T07:01:49.772Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3151 | 2025-01-28T07:01:50.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-01-28T07:01:50.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-01-28T07:01:50.518Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3154 | 2025-01-28T07:02:03.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
3155 | 2025-01-28T07:02:03.992Z | |
3156 | 2025-01-28T07:02:03.992Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3157 | 2025-01-28T07:02:04.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2025-01-28T07:02:04.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2025-01-28T07:02:04.748Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3160 | 2025-01-28T07:02:17.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3161 | 2025-01-28T07:02:18.179Z | |
3162 | 2025-01-28T07:02:18.180Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3163 | 2025-01-28T07:02:18.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-01-28T07:02:18.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-01-28T07:02:18.937Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3166 | 2025-01-28T07:02:32.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3167 | 2025-01-28T07:02:32.364Z | |
3168 | 2025-01-28T07:02:32.364Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3169 | 2025-01-28T07:02:32.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2025-01-28T07:02:32.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2025-01-28T07:02:32.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2025-01-28T07:02:32.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3173 | 2025-01-28T07:02:33.044Z | |
3174 | 2025-01-28T07:02:33.044Z | info: running `cargo check --bins` on key-manager (140/197) |
3175 | 2025-01-28T07:02:33.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-01-28T07:02:33.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-01-28T07:02:33.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2025-01-28T07:02:33.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3179 | 2025-01-28T07:02:33.681Z | |
3180 | 2025-01-28T07:02:33.681Z | info: running `cargo check --bins` on range-requests (141/197) |
3181 | 2025-01-28T07:02:34.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-01-28T07:02:34.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-01-28T07:02:34.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2025-01-28T07:02:34.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3185 | 2025-01-28T07:02:34.304Z | |
3186 | 2025-01-28T07:02:34.304Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3187 | 2025-01-28T07:02:34.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-01-28T07:02:34.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-01-28T07:02:34.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2025-01-28T07:02:34.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3191 | 2025-01-28T07:02:34.942Z | |
3192 | 2025-01-28T07:02:34.943Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3193 | 2025-01-28T07:02:35.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-01-28T07:02:35.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-01-28T07:02:35.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2025-01-28T07:02:35.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3197 | 2025-01-28T07:02:35.617Z | |
3198 | 2025-01-28T07:02:35.617Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3199 | 2025-01-28T07:02:36.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-01-28T07:02:36.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-01-28T07:02:36.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2025-01-28T07:02:36.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3203 | 2025-01-28T07:02:36.232Z | |
3204 | 2025-01-28T07:02:36.232Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3205 | 2025-01-28T07:02:36.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-01-28T07:02:36.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-01-28T07:02:36.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3208 | 2025-01-28T07:02:36.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3209 | 2025-01-28T07:02:36.886Z | |
3210 | 2025-01-28T07:02:36.886Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3211 | 2025-01-28T07:02:37.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-01-28T07:02:37.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-01-28T07:02:37.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3214 | 2025-01-28T07:02:37.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3215 | 2025-01-28T07:02:37.657Z | |
3216 | 2025-01-28T07:02:37.658Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3217 | 2025-01-28T07:02:38.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2025-01-28T07:02:38.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2025-01-28T07:02:38.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2025-01-28T07:02:38.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3221 | 2025-01-28T07:02:38.238Z | |
3222 | 2025-01-28T07:02:38.238Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3223 | 2025-01-28T07:02:38.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2025-01-28T07:02:38.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2025-01-28T07:02:38.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2025-01-28T07:02:38.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3227 | 2025-01-28T07:02:38.909Z | |
3228 | 2025-01-28T07:02:38.909Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3229 | 2025-01-28T07:02:39.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-01-28T07:02:39.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-01-28T07:02:39.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2025-01-28T07:02:39.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3233 | 2025-01-28T07:02:39.580Z | |
3234 | 2025-01-28T07:02:39.581Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3235 | 2025-01-28T07:02:40.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-01-28T07:02:40.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-01-28T07:02:40.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2025-01-28T07:02:40.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3239 | 2025-01-28T07:02:40.258Z | |
3240 | 2025-01-28T07:02:40.258Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3241 | 2025-01-28T07:02:40.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-01-28T07:02:40.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-01-28T07:02:40.970Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3244 | 2025-01-28T07:02:40.970Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3245 | 2025-01-28T07:02:41.848Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3246 | 2025-01-28T07:02:43.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
3247 | 2025-01-28T07:02:44.015Z | |
3248 | 2025-01-28T07:02:44.015Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3249 | 2025-01-28T07:02:44.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-01-28T07:02:44.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-01-28T07:02:44.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2025-01-28T07:02:44.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3253 | 2025-01-28T07:02:44.664Z | |
3254 | 2025-01-28T07:02:44.664Z | info: running `cargo check --bins` on cert-dev (153/197) |
3255 | 2025-01-28T07:02:45.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-01-28T07:02:45.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-01-28T07:02:45.292Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3258 | 2025-01-28T07:02:45.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3259 | 2025-01-28T07:02:45.742Z | |
3260 | 2025-01-28T07:02:45.742Z | info: running `cargo check --bins` on clickana (154/197) |
3261 | 2025-01-28T07:02:46.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-01-28T07:02:46.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-01-28T07:02:46.416Z | Checking castaway v0.2.3 |
3264 | 2025-01-28T07:02:46.419Z | Checking lru v0.12.5 |
3265 | 2025-01-28T07:02:46.419Z | Compiling instability v0.3.2 |
3266 | 2025-01-28T07:02:46.419Z | Checking unicode-truncate v1.1.0 |
3267 | 2025-01-28T07:02:46.419Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3268 | 2025-01-28T07:02:46.419Z | Checking cassowary v0.3.0 |
3269 | 2025-01-28T07:02:46.641Z | Checking compact_str v0.8.0 |
3270 | 2025-01-28T07:02:47.229Z | Checking ratatui v0.28.1 |
3271 | 2025-01-28T07:02:48.144Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3272 | 2025-01-28T07:02:49.137Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3273 | 2025-01-28T07:02:49.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3274 | 2025-01-28T07:02:50.134Z | |
3275 | 2025-01-28T07:02:50.134Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3276 | 2025-01-28T07:02:50.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-01-28T07:02:50.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-01-28T07:02:50.836Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3279 | 2025-01-28T07:02:50.836Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3280 | 2025-01-28T07:02:51.825Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3281 | 2025-01-28T07:02:52.309Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3282 | 2025-01-28T07:02:52.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
3283 | 2025-01-28T07:02:52.849Z | |
3284 | 2025-01-28T07:02:52.849Z | info: running `cargo check --bins` on ch-dev (156/197) |
3285 | 2025-01-28T07:02:53.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-01-28T07:02:53.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-01-28T07:02:53.530Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3288 | 2025-01-28T07:02:54.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3289 | 2025-01-28T07:02:54.434Z | |
3290 | 2025-01-28T07:02:54.434Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3291 | 2025-01-28T07:02:55.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2025-01-28T07:02:55.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2025-01-28T07:02:55.122Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3294 | 2025-01-28T07:02:55.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3295 | 2025-01-28T07:02:55.651Z | |
3296 | 2025-01-28T07:02:55.651Z | info: running `cargo check --bins` on db-dev (158/197) |
3297 | 2025-01-28T07:02:56.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-01-28T07:02:56.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-01-28T07:02:56.324Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3300 | 2025-01-28T07:02:57.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3301 | 2025-01-28T07:02:57.234Z | |
3302 | 2025-01-28T07:02:57.234Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3303 | 2025-01-28T07:02:57.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-01-28T07:02:57.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-01-28T07:02:57.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2025-01-28T07:02:57.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3307 | 2025-01-28T07:02:57.895Z | |
3308 | 2025-01-28T07:02:57.895Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3309 | 2025-01-28T07:02:58.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-01-28T07:02:58.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-01-28T07:02:58.509Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3312 | 2025-01-28T07:02:59.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3313 | 2025-01-28T07:02:59.564Z | |
3314 | 2025-01-28T07:02:59.564Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3315 | 2025-01-28T07:03:00.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-01-28T07:03:00.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-01-28T07:03:00.197Z | Checking cargo-platform v0.1.8 |
3318 | 2025-01-28T07:03:00.475Z | Checking cargo_metadata v0.18.1 |
3319 | 2025-01-28T07:03:01.406Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3320 | 2025-01-28T07:03:02.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3321 | 2025-01-28T07:03:02.424Z | |
3322 | 2025-01-28T07:03:02.424Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3323 | 2025-01-28T07:03:03.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-01-28T07:03:03.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-01-28T07:03:03.166Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3326 | 2025-01-28T07:03:04.610Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3327 | 2025-01-28T07:03:05.193Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3328 | 2025-01-28T07:03:05.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3329 | 2025-01-28T07:03:05.917Z | |
3330 | 2025-01-28T07:03:05.917Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3331 | 2025-01-28T07:03:06.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-01-28T07:03:06.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-01-28T07:03:06.715Z | Compiling crunchy v0.2.2 |
3334 | 2025-01-28T07:03:06.715Z | Compiling tiny-keccak v2.0.2 |
3335 | 2025-01-28T07:03:06.718Z | Compiling dsl_auto_type v0.1.2 |
3336 | 2025-01-28T07:03:06.718Z | Checking scheduled-thread-pool v0.2.7 |
3337 | 2025-01-28T07:03:06.718Z | Compiling diesel_table_macro_syntax v0.2.0 |
3338 | 2025-01-28T07:03:06.845Z | Compiling ascii-canvas v3.0.0 |
3339 | 2025-01-28T07:03:06.858Z | Compiling ena v0.14.3 |
3340 | 2025-01-28T07:03:06.872Z | Compiling diff v0.1.13 |
3341 | 2025-01-28T07:03:07.051Z | Checking r2d2 v0.8.10 |
3342 | 2025-01-28T07:03:07.125Z | Compiling regex-syntax v0.6.29 |
3343 | 2025-01-28T07:03:07.248Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3344 | 2025-01-28T07:03:07.317Z | Compiling ref-cast v1.0.23 |
3345 | 2025-01-28T07:03:07.356Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3346 | 2025-01-28T07:03:07.401Z | Compiling derive_builder_core v0.20.2 |
3347 | 2025-01-28T07:03:07.445Z | Compiling libxml v0.3.3 |
3348 | 2025-01-28T07:03:07.481Z | Compiling ref-cast-impl v1.0.23 |
3349 | 2025-01-28T07:03:07.641Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3350 | 2025-01-28T07:03:07.879Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3351 | 2025-01-28T07:03:07.907Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3352 | 2025-01-28T07:03:08.060Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3353 | 2025-01-28T07:03:08.136Z | Compiling strum_macros v0.24.3 |
3354 | 2025-01-28T07:03:08.188Z | Compiling samael v0.0.17 |
3355 | 2025-01-28T07:03:08.275Z | Compiling diesel_derives v2.2.3 |
3356 | 2025-01-28T07:03:08.434Z | Compiling indoc v1.0.9 |
3357 | 2025-01-28T07:03:09.327Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3358 | 2025-01-28T07:03:09.602Z | Compiling derive_builder_macro v0.20.2 |
3359 | 2025-01-28T07:03:09.604Z | Compiling oso-derive v0.27.3 |
3360 | 2025-01-28T07:03:10.256Z | Compiling impl-trait-for-tuples v0.2.2 |
3361 | 2025-01-28T07:03:10.451Z | Compiling lalrpop v0.19.12 |
3362 | 2025-01-28T07:03:10.622Z | Checking derive_builder v0.20.2 |
3363 | 2025-01-28T07:03:10.787Z | Checking quick-xml v0.33.0 |
3364 | 2025-01-28T07:03:11.068Z | Compiling diesel-dtrace v0.4.2 |
3365 | 2025-01-28T07:03:11.386Z | Checking maplit v1.0.2 |
3366 | 2025-01-28T07:03:11.527Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3367 | 2025-01-28T07:03:11.575Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3368 | 2025-01-28T07:03:11.863Z | Checking bb8 v0.8.5 |
3369 | 2025-01-28T07:03:12.114Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3370 | 2025-01-28T07:03:12.351Z | Checking rand_seeder v0.3.0 |
3371 | 2025-01-28T07:03:12.515Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3372 | 2025-01-28T07:03:12.610Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3373 | 2025-01-28T07:03:12.690Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3374 | 2025-01-28T07:03:12.901Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3375 | 2025-01-28T07:03:13.176Z | Checking is_ci v1.2.0 |
3376 | 2025-01-28T07:03:13.201Z | Checking unicode-linebreak v0.1.5 |
3377 | 2025-01-28T07:03:13.335Z | Checking smawk v0.3.2 |
3378 | 2025-01-28T07:03:13.570Z | Checking supports-color v3.0.1 |
3379 | 2025-01-28T07:03:13.660Z | Checking textwrap v0.16.1 |
3380 | 2025-01-28T07:03:13.819Z | Checking multimap v0.10.0 |
3381 | 2025-01-28T07:03:14.331Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3382 | 2025-01-28T07:03:16.499Z | Checking diesel v2.2.6 |
3383 | 2025-01-28T07:03:41.537Z | Compiling polar-core v0.27.3 |
3384 | 2025-01-28T07:03:41.745Z | Checking async-bb8-diesel v0.2.1 |
3385 | 2025-01-28T07:03:48.962Z | Checking oso v0.27.3 |
3386 | 2025-01-28T07:04:50.951Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3387 | 2025-01-28T07:04:57.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s |
3388 | 2025-01-28T07:04:57.650Z | |
3389 | 2025-01-28T07:04:57.650Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3390 | 2025-01-28T07:04:58.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2025-01-28T07:04:58.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2025-01-28T07:04:58.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2025-01-28T07:04:58.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3394 | 2025-01-28T07:04:58.353Z | |
3395 | 2025-01-28T07:04:58.353Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3396 | 2025-01-28T07:04:58.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2025-01-28T07:04:58.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2025-01-28T07:04:58.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3399 | 2025-01-28T07:04:58.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3400 | 2025-01-28T07:04:59.039Z | |
3401 | 2025-01-28T07:04:59.039Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3402 | 2025-01-28T07:04:59.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3403 | 2025-01-28T07:04:59.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3404 | 2025-01-28T07:04:59.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3405 | 2025-01-28T07:05:00.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3406 | 2025-01-28T07:05:00.593Z | |
3407 | 2025-01-28T07:05:00.593Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3408 | 2025-01-28T07:05:00.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3409 | 2025-01-28T07:05:00.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3410 | 2025-01-28T07:05:00.593Z | Compiling libz-sys v1.1.20 |
3411 | 2025-01-28T07:05:00.593Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3412 | 2025-01-28T07:05:00.624Z | Compiling vergen v8.3.2 |
3413 | 2025-01-28T07:05:00.627Z | Compiling cargo-platform v0.1.8 |
3414 | 2025-01-28T07:05:00.627Z | Compiling pin-project-internal v1.1.6 |
3415 | 2025-01-28T07:05:00.664Z | Compiling libsqlite3-sys v0.30.1 |
3416 | 2025-01-28T07:05:00.667Z | Compiling snafu-derive v0.8.5 |
3417 | 2025-01-28T07:05:00.667Z | Compiling cfg_aliases v0.2.1 |
3418 | 2025-01-28T07:05:00.815Z | Compiling buf-list v1.0.3 |
3419 | 2025-01-28T07:05:00.932Z | Compiling rustls v0.21.12 |
3420 | 2025-01-28T07:05:01.138Z | Compiling cargo_metadata v0.18.1 |
3421 | 2025-01-28T07:05:01.283Z | Compiling nix v0.29.0 |
3422 | 2025-01-28T07:05:01.305Z | Checking globset v0.4.15 |
3423 | 2025-01-28T07:05:01.501Z | Checking olpc-cjson v0.1.4 |
3424 | 2025-01-28T07:05:01.521Z | Checking rustls-webpki v0.101.7 |
3425 | 2025-01-28T07:05:01.732Z | Checking sct v0.7.1 |
3426 | 2025-01-28T07:05:01.807Z | Checking serde_plain v1.0.2 |
3427 | 2025-01-28T07:05:01.926Z | Checking typed-path v0.9.3 |
3428 | 2025-01-28T07:05:02.381Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3429 | 2025-01-28T07:05:02.556Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3430 | 2025-01-28T07:05:02.681Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3431 | 2025-01-28T07:05:02.843Z | Checking hashlink v0.9.1 |
3432 | 2025-01-28T07:05:02.974Z | Checking fallible-iterator v0.3.0 |
3433 | 2025-01-28T07:05:03.376Z | Checking parse-size v1.1.0 |
3434 | 2025-01-28T07:05:03.399Z | Checking pin-project v1.1.6 |
3435 | 2025-01-28T07:05:03.541Z | Checking fallible-streaming-iterator v0.1.9 |
3436 | 2025-01-28T07:05:03.653Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3437 | 2025-01-28T07:05:03.788Z | Checking rusqlite v0.32.1 |
3438 | 2025-01-28T07:05:03.845Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3439 | 2025-01-28T07:05:04.078Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3440 | 2025-01-28T07:05:04.230Z | Checking rustls-pemfile v1.0.4 |
3441 | 2025-01-28T07:05:04.454Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3442 | 2025-01-28T07:05:04.622Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3443 | 2025-01-28T07:05:04.724Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3444 | 2025-01-28T07:05:04.743Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3445 | 2025-01-28T07:05:04.763Z | Checking twox-hash v2.1.0 |
3446 | 2025-01-28T07:05:04.862Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3447 | 2025-01-28T07:05:05.063Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3448 | 2025-01-28T07:05:05.217Z | Checking tokio-rustls v0.24.1 |
3449 | 2025-01-28T07:05:05.279Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3450 | 2025-01-28T07:05:05.524Z | Checking snafu v0.8.5 |
3451 | 2025-01-28T07:05:05.939Z | Checking tough v0.19.0 |
3452 | 2025-01-28T07:05:06.189Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3453 | 2025-01-28T07:05:06.275Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3454 | 2025-01-28T07:05:06.627Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3455 | 2025-01-28T07:05:06.755Z | Checking fatfs v0.3.6 |
3456 | 2025-01-28T07:05:07.036Z | Checking assert_matches v1.5.0 |
3457 | 2025-01-28T07:05:10.017Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3458 | 2025-01-28T07:05:11.299Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3459 | 2025-01-28T07:05:13.141Z | Compiling git2 v0.19.0 |
3460 | 2025-01-28T07:05:17.602Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3461 | 2025-01-28T07:06:12.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3462 | 2025-01-28T07:06:12.472Z | |
3463 | 2025-01-28T07:06:12.472Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3464 | 2025-01-28T07:06:13.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2025-01-28T07:06:13.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2025-01-28T07:06:13.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3467 | 2025-01-28T07:06:13.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3468 | 2025-01-28T07:06:13.172Z | |
3469 | 2025-01-28T07:06:13.172Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3470 | 2025-01-28T07:06:13.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3471 | 2025-01-28T07:06:13.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3472 | 2025-01-28T07:06:13.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3473 | 2025-01-28T07:06:13.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3474 | 2025-01-28T07:06:13.793Z | |
3475 | 2025-01-28T07:06:13.793Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3476 | 2025-01-28T07:06:14.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-28T07:06:14.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-28T07:06:14.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3479 | 2025-01-28T07:06:14.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3480 | 2025-01-28T07:06:14.463Z | |
3481 | 2025-01-28T07:06:14.463Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3482 | 2025-01-28T07:06:15.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2025-01-28T07:06:15.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2025-01-28T07:06:15.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3485 | 2025-01-28T07:06:15.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3486 | 2025-01-28T07:06:15.160Z | |
3487 | 2025-01-28T07:06:15.160Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3488 | 2025-01-28T07:06:15.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3489 | 2025-01-28T07:06:15.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3490 | 2025-01-28T07:06:15.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3491 | 2025-01-28T07:06:15.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3492 | 2025-01-28T07:06:15.844Z | |
3493 | 2025-01-28T07:06:15.844Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3494 | 2025-01-28T07:06:16.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-01-28T07:06:16.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-01-28T07:06:16.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3497 | 2025-01-28T07:06:16.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3498 | 2025-01-28T07:06:16.548Z | |
3499 | 2025-01-28T07:06:16.548Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3500 | 2025-01-28T07:06:17.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-01-28T07:06:17.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-01-28T07:06:17.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2025-01-28T07:06:17.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3504 | 2025-01-28T07:06:17.248Z | |
3505 | 2025-01-28T07:06:17.248Z | info: running `cargo check --bins` on update-common (175/197) |
3506 | 2025-01-28T07:06:17.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2025-01-28T07:06:17.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2025-01-28T07:06:17.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2025-01-28T07:06:17.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3510 | 2025-01-28T07:06:17.924Z | |
3511 | 2025-01-28T07:06:17.924Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3512 | 2025-01-28T07:06:18.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-01-28T07:06:18.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-01-28T07:06:18.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2025-01-28T07:06:18.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3516 | 2025-01-28T07:06:18.574Z | |
3517 | 2025-01-28T07:06:18.574Z | info: running `cargo check --bins` on tufaceous (177/197) |
3518 | 2025-01-28T07:06:19.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-01-28T07:06:19.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-01-28T07:06:19.253Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3521 | 2025-01-28T07:06:20.406Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3522 | 2025-01-28T07:06:21.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
3523 | 2025-01-28T07:06:21.422Z | |
3524 | 2025-01-28T07:06:21.422Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3525 | 2025-01-28T07:06:22.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-28T07:06:22.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-28T07:06:22.314Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3528 | 2025-01-28T07:06:22.316Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3529 | 2025-01-28T07:06:22.458Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3530 | 2025-01-28T07:06:22.461Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3531 | 2025-01-28T07:06:23.504Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3532 | 2025-01-28T07:06:51.580Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3533 | 2025-01-28T07:06:51.583Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3534 | 2025-01-28T07:06:51.583Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3535 | 2025-01-28T07:06:51.583Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3536 | 2025-01-28T07:06:51.583Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3537 | 2025-01-28T07:06:51.583Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3538 | 2025-01-28T07:06:52.422Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3539 | 2025-01-28T07:06:53.709Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3540 | 2025-01-28T07:07:35.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3541 | 2025-01-28T07:07:35.572Z | |
3542 | 2025-01-28T07:07:35.572Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3543 | 2025-01-28T07:07:36.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3544 | 2025-01-28T07:07:36.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3545 | 2025-01-28T07:07:36.306Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3546 | 2025-01-28T07:07:36.308Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3547 | 2025-01-28T07:07:36.427Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3548 | 2025-01-28T07:07:36.439Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3549 | 2025-01-28T07:07:36.442Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3550 | 2025-01-28T07:07:36.472Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3551 | 2025-01-28T07:07:36.474Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3552 | 2025-01-28T07:07:36.490Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3553 | 2025-01-28T07:07:36.644Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3554 | 2025-01-28T07:07:36.698Z | Checking heck v0.4.1 |
3555 | 2025-01-28T07:07:36.742Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3556 | 2025-01-28T07:07:36.908Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3557 | 2025-01-28T07:07:37.054Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3558 | 2025-01-28T07:07:37.301Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3559 | 2025-01-28T07:07:37.711Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3560 | 2025-01-28T07:07:37.892Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3561 | 2025-01-28T07:07:38.178Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3562 | 2025-01-28T07:07:39.020Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3563 | 2025-01-28T07:07:39.614Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3564 | 2025-01-28T07:07:39.861Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3565 | 2025-01-28T07:07:40.236Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3566 | 2025-01-28T07:07:41.885Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3567 | 2025-01-28T07:07:41.888Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3568 | 2025-01-28T07:07:43.657Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3569 | 2025-01-28T07:07:45.136Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3570 | 2025-01-28T07:07:50.372Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3571 | 2025-01-28T07:07:50.375Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3572 | 2025-01-28T07:07:51.600Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3573 | 2025-01-28T07:07:52.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s |
3574 | 2025-01-28T07:07:52.790Z | |
3575 | 2025-01-28T07:07:52.790Z | info: running `cargo check --bins` on installinator-api (180/197) |
3576 | 2025-01-28T07:07:53.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2025-01-28T07:07:53.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2025-01-28T07:07:53.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3579 | 2025-01-28T07:07:53.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3580 | 2025-01-28T07:07:53.459Z | |
3581 | 2025-01-28T07:07:53.459Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3582 | 2025-01-28T07:07:54.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-01-28T07:07:54.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-01-28T07:07:54.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2025-01-28T07:07:54.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3586 | 2025-01-28T07:07:54.142Z | |
3587 | 2025-01-28T07:07:54.142Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3588 | 2025-01-28T07:07:54.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-01-28T07:07:54.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-01-28T07:07:54.861Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3591 | 2025-01-28T07:07:54.861Z | Compiling petname v2.0.2 |
3592 | 2025-01-28T07:07:54.869Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3593 | 2025-01-28T07:07:54.869Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3594 | 2025-01-28T07:07:54.869Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3595 | 2025-01-28T07:07:54.986Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3596 | 2025-01-28T07:07:55.021Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3597 | 2025-01-28T07:07:55.065Z | Checking sync-ptr v0.1.1 |
3598 | 2025-01-28T07:08:00.253Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3599 | 2025-01-28T07:08:00.867Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3600 | 2025-01-28T07:08:02.020Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3601 | 2025-01-28T07:08:03.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s |
3602 | 2025-01-28T07:08:03.755Z | |
3603 | 2025-01-28T07:08:03.755Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3604 | 2025-01-28T07:08:04.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3605 | 2025-01-28T07:08:04.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3606 | 2025-01-28T07:08:04.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3607 | 2025-01-28T07:08:04.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3608 | 2025-01-28T07:08:04.432Z | |
3609 | 2025-01-28T07:08:04.432Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3610 | 2025-01-28T07:08:05.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3611 | 2025-01-28T07:08:05.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3612 | 2025-01-28T07:08:05.116Z | Checking memmap2 v0.9.5 |
3613 | 2025-01-28T07:08:05.116Z | Checking arrayvec v0.7.6 |
3614 | 2025-01-28T07:08:05.118Z | Checking constant_time_eq v0.3.1 |
3615 | 2025-01-28T07:08:05.118Z | Checking arrayref v0.3.9 |
3616 | 2025-01-28T07:08:05.118Z | Checking topological-sort v0.2.2 |
3617 | 2025-01-28T07:08:05.222Z | Checking shell-words v1.1.0 |
3618 | 2025-01-28T07:08:05.476Z | Checking blake3 v1.5.4 |
3619 | 2025-01-28T07:08:05.847Z | Checking omicron-zone-package v0.12.0 |
3620 | 2025-01-28T07:08:06.998Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3621 | 2025-01-28T07:08:07.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
3622 | 2025-01-28T07:08:08.106Z | |
3623 | 2025-01-28T07:08:08.106Z | info: running `cargo check --bins` on xtask (185/197) |
3624 | 2025-01-28T07:08:08.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3625 | 2025-01-28T07:08:08.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3626 | 2025-01-28T07:08:08.541Z | Checking bitflags v2.6.0 |
3627 | 2025-01-28T07:08:08.544Z | Checking serde v1.0.217 |
3628 | 2025-01-28T07:08:08.544Z | Checking thiserror v1.0.69 |
3629 | 2025-01-28T07:08:08.640Z | Checking scroll v0.12.0 |
3630 | 2025-01-28T07:08:08.649Z | Checking log v0.4.22 |
3631 | 2025-01-28T07:08:08.652Z | Checking hashbrown v0.15.1 |
3632 | 2025-01-28T07:08:08.652Z | Checking zerocopy v0.7.35 |
3633 | 2025-01-28T07:08:08.687Z | Checking syn v2.0.96 |
3634 | 2025-01-28T07:08:08.754Z | Checking pest v2.7.14 |
3635 | 2025-01-28T07:08:08.858Z | Checking rustix v0.38.37 |
3636 | 2025-01-28T07:08:08.921Z | Checking once_cell v1.20.2 |
3637 | 2025-01-28T07:08:09.078Z | Checking goblin v0.8.2 |
3638 | 2025-01-28T07:08:09.221Z | Checking fs-err v2.11.0 |
3639 | 2025-01-28T07:08:09.514Z | Checking anyhow v1.0.95 |
3640 | 2025-01-28T07:08:09.644Z | Checking indexmap v2.7.0 |
3641 | 2025-01-28T07:08:09.861Z | Checking tabled v0.15.0 |
3642 | 2025-01-28T07:08:10.727Z | Checking terminal_size v0.4.0 |
3643 | 2025-01-28T07:08:10.730Z | Checking tempfile v3.13.0 |
3644 | 2025-01-28T07:08:10.884Z | Checking clap_builder v4.5.27 |
3645 | 2025-01-28T07:08:11.292Z | Checking dtrace-parser v0.2.0 |
3646 | 2025-01-28T07:08:12.629Z | Checking serde_json v1.0.135 |
3647 | 2025-01-28T07:08:12.629Z | Checking serde_spanned v0.6.8 |
3648 | 2025-01-28T07:08:12.631Z | Checking toml_datetime v0.6.8 |
3649 | 2025-01-28T07:08:12.631Z | Checking camino v1.1.9 |
3650 | 2025-01-28T07:08:12.631Z | Checking semver v1.0.24 |
3651 | 2025-01-28T07:08:12.697Z | Checking cargo-platform v0.1.8 |
3652 | 2025-01-28T07:08:12.868Z | Checking macaddr v1.0.1 |
3653 | 2025-01-28T07:08:12.946Z | Checking toml_edit v0.22.22 |
3654 | 2025-01-28T07:08:13.136Z | Checking camino-tempfile v1.1.1 |
3655 | 2025-01-28T07:08:13.479Z | Checking clap v4.5.27 |
3656 | 2025-01-28T07:08:13.766Z | Checking dof v0.3.0 |
3657 | 2025-01-28T07:08:13.766Z | Checking cargo_metadata v0.18.1 |
3658 | 2025-01-28T07:08:14.169Z | Checking usdt-impl v0.5.0 |
3659 | 2025-01-28T07:08:14.531Z | Checking usdt v0.5.0 |
3660 | 2025-01-28T07:08:14.719Z | Checking toml v0.8.19 |
3661 | 2025-01-28T07:08:15.157Z | Checking cargo_toml v0.20.5 |
3662 | 2025-01-28T07:08:16.306Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3663 | 2025-01-28T07:08:16.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
3664 | 2025-01-28T07:08:17.045Z | |
3665 | 2025-01-28T07:08:17.045Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3666 | 2025-01-28T07:08:17.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3667 | 2025-01-28T07:08:17.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3668 | 2025-01-28T07:08:17.828Z | Checking polyval v0.6.2 |
3669 | 2025-01-28T07:08:17.944Z | Checking ctr v0.9.2 |
3670 | 2025-01-28T07:08:17.957Z | Checking ssh-encoding v0.2.0 |
3671 | 2025-01-28T07:08:17.960Z | Checking blowfish v0.9.1 |
3672 | 2025-01-28T07:08:17.983Z | Checking password-hash v0.4.2 |
3673 | 2025-01-28T07:08:18.001Z | Checking p521 v0.13.3 |
3674 | 2025-01-28T07:08:18.004Z | Checking p256 v0.13.2 |
3675 | 2025-01-28T07:08:18.017Z | Checking russh-cryptovec v0.7.3 |
3676 | 2025-01-28T07:08:18.170Z | Checking ghash v0.5.1 |
3677 | 2025-01-28T07:08:18.170Z | Checking bcrypt-pbkdf v0.10.0 |
3678 | 2025-01-28T07:08:18.241Z | Checking md5 v0.7.0 |
3679 | 2025-01-28T07:08:18.244Z | Checking num-bigint v0.4.6 |
3680 | 2025-01-28T07:08:18.290Z | Checking des v0.8.1 |
3681 | 2025-01-28T07:08:18.358Z | Checking pbkdf2 v0.11.0 |
3682 | 2025-01-28T07:08:18.379Z | Checking aes-gcm v0.10.3 |
3683 | 2025-01-28T07:08:18.464Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3684 | 2025-01-28T07:08:18.485Z | Checking hex-literal v0.4.1 |
3685 | 2025-01-28T07:08:18.552Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3686 | 2025-01-28T07:08:18.571Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3687 | 2025-01-28T07:08:18.616Z | Checking ssh-cipher v0.2.0 |
3688 | 2025-01-28T07:08:18.635Z | Checking internet-checksum v0.2.1 |
3689 | 2025-01-28T07:08:18.910Z | Checking ssh-key v0.6.6 |
3690 | 2025-01-28T07:08:19.100Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3691 | 2025-01-28T07:08:20.070Z | Checking russh-keys v0.45.0 |
3692 | 2025-01-28T07:08:20.912Z | Checking russh v0.45.0 |
3693 | 2025-01-28T07:08:38.240Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3694 | 2025-01-28T07:08:39.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s |
3695 | 2025-01-28T07:08:39.820Z | |
3696 | 2025-01-28T07:08:39.820Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3697 | 2025-01-28T07:08:40.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3698 | 2025-01-28T07:08:40.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3699 | 2025-01-28T07:08:40.469Z | Checking termios v0.3.3 |
3700 | 2025-01-28T07:08:40.693Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3701 | 2025-01-28T07:08:41.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3702 | 2025-01-28T07:08:41.691Z | |
3703 | 2025-01-28T07:08:41.691Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3704 | 2025-01-28T07:08:42.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3705 | 2025-01-28T07:08:42.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3706 | 2025-01-28T07:08:42.401Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3707 | 2025-01-28T07:08:42.401Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3708 | 2025-01-28T07:08:42.403Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3709 | 2025-01-28T07:08:42.403Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3710 | 2025-01-28T07:08:43.436Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3711 | 2025-01-28T07:08:44.678Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3712 | 2025-01-28T07:08:46.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
3713 | 2025-01-28T07:08:46.664Z | |
3714 | 2025-01-28T07:08:46.664Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3715 | 2025-01-28T07:08:47.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3716 | 2025-01-28T07:08:47.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3717 | 2025-01-28T07:08:47.307Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3718 | 2025-01-28T07:08:47.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3719 | 2025-01-28T07:08:47.968Z | |
3720 | 2025-01-28T07:08:47.969Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3721 | 2025-01-28T07:08:48.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3722 | 2025-01-28T07:08:48.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3723 | 2025-01-28T07:08:48.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3724 | 2025-01-28T07:08:48.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3725 | 2025-01-28T07:08:48.582Z | |
3726 | 2025-01-28T07:08:48.582Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3727 | 2025-01-28T07:08:49.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3728 | 2025-01-28T07:08:49.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3729 | 2025-01-28T07:08:49.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3730 | 2025-01-28T07:08:49.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3731 | 2025-01-28T07:08:49.199Z | |
3732 | 2025-01-28T07:08:49.199Z | info: running `cargo check --bins` on omicron-package (192/197) |
3733 | 2025-01-28T07:08:49.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3734 | 2025-01-28T07:08:49.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3735 | 2025-01-28T07:08:49.885Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3736 | 2025-01-28T07:08:51.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3737 | 2025-01-28T07:08:51.430Z | |
3738 | 2025-01-28T07:08:51.430Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3739 | 2025-01-28T07:08:52.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3740 | 2025-01-28T07:08:52.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3741 | 2025-01-28T07:08:52.159Z | Checking rtoolbox v0.0.2 |
3742 | 2025-01-28T07:08:52.162Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3743 | 2025-01-28T07:08:52.162Z | Checking tui-tree-widget v0.22.0 |
3744 | 2025-01-28T07:08:52.401Z | Checking rpassword v7.3.1 |
3745 | 2025-01-28T07:08:56.158Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3746 | 2025-01-28T07:08:59.005Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3747 | 2025-01-28T07:09:00.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s |
3748 | 2025-01-28T07:09:00.367Z | |
3749 | 2025-01-28T07:09:00.367Z | info: running `cargo check --bins` on wicket (194/197) |
3750 | 2025-01-28T07:09:00.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3751 | 2025-01-28T07:09:00.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3752 | 2025-01-28T07:09:01.073Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3753 | 2025-01-28T07:09:01.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3754 | 2025-01-28T07:09:01.694Z | |
3755 | 2025-01-28T07:09:01.694Z | info: running `cargo check --bins` on wicketd (195/197) |
3756 | 2025-01-28T07:09:02.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3757 | 2025-01-28T07:09:02.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3758 | 2025-01-28T07:09:02.428Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3759 | 2025-01-28T07:09:02.431Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3760 | 2025-01-28T07:09:03.253Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3761 | 2025-01-28T07:09:07.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
3762 | 2025-01-28T07:09:07.232Z | |
3763 | 2025-01-28T07:09:07.232Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3764 | 2025-01-28T07:09:07.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3765 | 2025-01-28T07:09:07.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3766 | 2025-01-28T07:09:07.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3767 | 2025-01-28T07:09:07.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3768 | 2025-01-28T07:09:07.869Z | |
3769 | 2025-01-28T07:09:07.869Z | info: running `cargo check --bins` on zone-setup (197/197) |
3770 | 2025-01-28T07:09:08.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3771 | 2025-01-28T07:09:08.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3772 | 2025-01-28T07:09:08.616Z | Checking uzers v0.12.1 |
3773 | 2025-01-28T07:09:08.966Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3774 | 2025-01-28T07:09:10.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3775 | 2025-01-28T07:09:10.287Z | |
3776 | 2025-01-28T07:09:10.287Z | real 13:36.839509280 |
3777 | 2025-01-28T07:09:10.287Z | user 26:03.864422679 |
3778 | 2025-01-28T07:09:10.287Z | sys 4:19.576449520 |
3779 | 2025-01-28T07:09:10.287Z | trap 0.550404815 |
3780 | 2025-01-28T07:09:10.287Z | tflt 2.912310092 |
3781 | 2025-01-28T07:09:10.287Z | dflt 2.677665298 |
3782 | 2025-01-28T07:09:10.287Z | kflt 0.001075565 |
3783 | 2025-01-28T07:09:10.290Z | lock 46:05.055355217 |
3784 | 2025-01-28T07:09:10.290Z | slp 2:09:58.323305635 |
3785 | 2025-01-28T07:09:10.290Z | lat 1:06.907921820 |
3786 | 2025-01-28T07:09:10.290Z | stop 3:48.609080041 |
3787 | 2025-01-28T07:09:10.290Z | process exited: duration 1086702 ms, exit code 0 |
|
3788 | 2025-01-28T07:09:10.296Z | found 0 output files |