|
|
|
1 | 2025-01-02T22:26:17.355Z | job assigned to worker 01JGMHZCAA51F2H49DAZQW3RQH [factory aws, i-02443ead9253d8a22] (queued for 54 s) |
|
2 | 2025-01-02T22:26:25.768Z | starting task 0: "setup" |
3 | 2025-01-02T22:26:25.775Z | ++ uname -s |
4 | 2025-01-02T22:26:25.777Z | + kern=SunOS |
5 | 2025-01-02T22:26:25.777Z | + case "$kern" in |
6 | 2025-01-02T22:26:25.777Z | + groupadd -g 12345 build |
7 | 2025-01-02T22:26:25.779Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-02T22:26:27.787Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-02T22:26:27.844Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-02T22:26:27.847Z | + home_fs=zfs |
11 | 2025-01-02T22:26:27.847Z | + [[ zfs == autofs ]] |
12 | 2025-01-02T22:26:27.847Z | + mkdir -p /home/build |
13 | 2025-01-02T22:26:27.849Z | + chown build:build /home/build /work |
14 | 2025-01-02T22:26:29.851Z | + chmod 0700 /home/build /work |
15 | 2025-01-02T22:26:29.854Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2025-01-02T22:26:29.860Z | starting task 1: "rust-toolchain" |
17 | 2025-01-02T22:26:29.866Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-02T22:26:29.866Z | ' 1.81.0 |
19 | 2025-01-02T22:26:29.866Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-02T22:26:29.866Z | ' default |
21 | 2025-01-02T22:26:29.866Z | * toolchain channel = "1.81.0" |
22 | 2025-01-02T22:26:29.868Z | * toolchain profile = "default" |
23 | 2025-01-02T22:26:29.868Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-02T22:26:29.868Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-02T22:26:29.980Z | info: downloading installer |
26 | 2025-01-02T22:26:31.361Z | info: profile set to 'default' |
27 | 2025-01-02T22:26:31.361Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-02T22:26:31.364Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-02T22:26:31.496Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-02T22:26:31.496Z | info: downloading component 'cargo' |
31 | 2025-01-02T22:26:32.182Z | info: downloading component 'clippy' |
32 | 2025-01-02T22:26:32.437Z | info: downloading component 'rust-docs' |
33 | 2025-01-02T22:26:33.390Z | info: downloading component 'rust-std' |
34 | 2025-01-02T22:26:34.882Z | info: downloading component 'rustc' |
35 | 2025-01-02T22:26:40.220Z | info: downloading component 'rustfmt' |
36 | 2025-01-02T22:26:40.429Z | info: installing component 'cargo' |
37 | 2025-01-02T22:26:41.225Z | info: installing component 'clippy' |
38 | 2025-01-02T22:26:41.582Z | info: installing component 'rust-docs' |
39 | 2025-01-02T22:26:43.204Z | info: installing component 'rust-std' |
40 | 2025-01-02T22:26:44.936Z | info: installing component 'rustc' |
41 | 2025-01-02T22:26:50.719Z | info: installing component 'rustfmt' |
42 | 2025-01-02T22:26:51.039Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-02T22:26:51.039Z | |
44 | 2025-01-02T22:26:51.409Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-02T22:26:51.409Z | |
46 | 2025-01-02T22:26:51.411Z | |
47 | 2025-01-02T22:26:51.412Z | Rust is installed now. Great! |
48 | 2025-01-02T22:26:51.412Z | |
49 | 2025-01-02T22:26:51.412Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-02T22:26:51.412Z | environment variable. This has not been done automatically. |
51 | 2025-01-02T22:26:51.412Z | |
52 | 2025-01-02T22:26:51.412Z | To configure your current shell, you need to source |
53 | 2025-01-02T22:26:51.412Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-02T22:26:51.412Z | |
55 | 2025-01-02T22:26:51.412Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-02T22:26:51.412Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-02T22:26:51.412Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-02T22:26:51.488Z | + rustc --version |
59 | 2025-01-02T22:26:51.553Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-02T22:26:51.556Z | process exited: duration 21693 ms, exit code 0 |
|
61 | 2025-01-02T22:26:51.562Z | starting task 2: "authentication" |
62 | 2025-01-02T22:26:51.582Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-02T22:26:51.587Z | starting task 3: "clone repository" |
64 | 2025-01-02T22:26:51.592Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-02T22:26:51.595Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-02T22:26:51.706Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-02T22:26:58.286Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-02T22:26:58.286Z | + git fetch origin e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 |
69 | 2025-01-02T22:26:58.689Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-02T22:26:58.689Z | * branch e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 -> FETCH_HEAD |
71 | 2025-01-02T22:26:58.699Z | + [[ -n eliza/webhook-api ]] |
72 | 2025-01-02T22:26:58.702Z | ++ git branch --show-current |
73 | 2025-01-02T22:26:58.704Z | + current=main |
74 | 2025-01-02T22:26:58.704Z | + [[ main != eliza/webhook-api ]] |
75 | 2025-01-02T22:26:58.704Z | + git branch -f eliza/webhook-api e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 |
76 | 2025-01-02T22:26:58.707Z | + git checkout -f eliza/webhook-api |
77 | 2025-01-02T22:26:58.879Z | Switched to branch 'eliza/webhook-api' |
78 | 2025-01-02T22:26:58.882Z | + git reset --hard e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 |
79 | 2025-01-02T22:26:58.944Z | HEAD is now at e2f3f2ce0 apparently this is also a thing we need to do |
80 | 2025-01-02T22:26:58.946Z | process exited: duration 7358 ms, exit code 0 |
|
81 | 2025-01-02T22:26:58.951Z | starting task 4: "build" |
82 | 2025-01-02T22:26:58.956Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-02T22:26:58.960Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-02T22:26:58.960Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-02T22:26:58.961Z | + cargo --version |
86 | 2025-01-02T22:26:59.014Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-02T22:26:59.018Z | + rustc --version |
88 | 2025-01-02T22:26:59.079Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-02T22:26:59.082Z | + source ./env.sh |
90 | 2025-01-02T22:26:59.082Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-02T22:26:59.082Z | ++ set -o xtrace |
92 | 2025-01-02T22:26:59.085Z | ++++ dirname ./env.sh |
93 | 2025-01-02T22:26:59.087Z | +++ readlink -f . |
94 | 2025-01-02T22:26:59.101Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-02T22:26:59.103Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-02T22:26:59.103Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-02T22:26:59.103Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2025-01-02T22:26:59.103Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2025-01-02T22:26:59.103Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2025-01-02T22:26:59.103Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2025-01-02T22:26:59.103Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2025-01-02T22:26:59.103Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-01-02T22:26:59.103Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-02T22:26:59.103Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-02T22:26:59.103Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2025-01-02T22:26:59.103Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2025-01-02T22:26:59.103Z | + banner prerequisites |
108 | 2025-01-02T22:26:59.105Z | |
109 | 2025-01-02T22:26:59.105Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-02T22:26:59.105Z | # # # # # # # # # # # # # # # |
111 | 2025-01-02T22:26:59.105Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-02T22:26:59.105Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-02T22:26:59.105Z | # # # # # # # # # # # # # # # |
114 | 2025-01-02T22:26:59.105Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-02T22:26:59.105Z | |
116 | 2025-01-02T22:26:59.106Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-02T22:27:06.284Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-02T22:27:10.289Z | Startup: Caching catalogs ... Done |
119 | 2025-01-02T22:27:21.126Z | Planning: Solver setup ... Done (9.846s) |
120 | 2025-01-02T22:27:21.259Z | Planning: Running solver ... Done (0.133s) |
121 | 2025-01-02T22:27:21.455Z | Planning: Finding local manifests ... Done (0.091s) |
122 | 2025-01-02T22:27:21.469Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2025-01-02T22:27:21.706Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2025-01-02T22:27:21.894Z | Planning: Package planning ... Done (0.188s) |
125 | 2025-01-02T22:27:22.123Z | Planning: Merging actions ... Done (0.228s) |
126 | 2025-01-02T22:27:22.775Z | Planning: Checking for conflicting actions ... Done (0.651s) |
127 | 2025-01-02T22:27:28.258Z | Planning: Consolidating action changes ... Done (5.484s) |
128 | 2025-01-02T22:27:28.667Z | Planning: Evaluating mediators ... Done (0.408s) |
129 | 2025-01-02T22:27:28.748Z | Planning: Planning completed in 18.36 seconds |
130 | 2025-01-02T22:27:28.763Z | Packages to install: 4 |
131 | 2025-01-02T22:27:28.763Z | Packages to update: 1 |
132 | 2025-01-02T22:27:28.765Z | Mediators to change: 2 |
133 | 2025-01-02T22:27:28.765Z | Services to change: 1 |
134 | 2025-01-02T22:27:28.765Z | Estimated space available: 155.63 GB |
135 | 2025-01-02T22:27:28.765Z | Estimated space to be consumed: 1.62 GB |
136 | 2025-01-02T22:27:28.765Z | Create boot environment: No |
137 | 2025-01-02T22:27:28.765Z | Create backup boot environment: Yes |
138 | 2025-01-02T22:27:28.765Z | Rebuild boot archive: No |
139 | 2025-01-02T22:27:28.765Z | |
140 | 2025-01-02T22:27:28.765Z | Changed mediators: |
141 | 2025-01-02T22:27:28.765Z | mediator clang: |
142 | 2025-01-02T22:27:28.765Z | version: None -> 15 (system default) |
143 | 2025-01-02T22:27:28.765Z | |
144 | 2025-01-02T22:27:28.765Z | mediator llvm: |
145 | 2025-01-02T22:27:28.766Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-02T22:27:28.766Z | |
147 | 2025-01-02T22:27:28.766Z | Changed packages: |
148 | 2025-01-02T22:27:28.766Z | helios-dev |
149 | 2025-01-02T22:27:28.766Z | developer/build-essential |
150 | 2025-01-02T22:27:28.766Z | None -> 11-2.0 |
151 | 2025-01-02T22:27:28.766Z | library/libxmlsec1 |
152 | 2025-01-02T22:27:28.766Z | None -> 1.2.35-2.0 |
153 | 2025-01-02T22:27:28.766Z | ooce/developer/clang-15 |
154 | 2025-01-02T22:27:28.766Z | None -> 15.0.7-2.0 |
155 | 2025-01-02T22:27:28.766Z | ooce/developer/llvm-15 |
156 | 2025-01-02T22:27:28.766Z | None -> 15.0.7-2.0 |
157 | 2025-01-02T22:27:28.766Z | package/pkg |
158 | 2025-01-02T22:27:28.766Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-02T22:27:28.766Z | |
160 | 2025-01-02T22:27:28.766Z | Services: |
161 | 2025-01-02T22:27:28.766Z | restart_fmri: |
162 | 2025-01-02T22:27:28.766Z | svc:/system/update-man-index:default |
163 | 2025-01-02T22:27:28.766Z | |
164 | 2025-01-02T22:27:28.766Z | Editable files to change: |
165 | 2025-01-02T22:27:28.766Z | Update: |
166 | 2025-01-02T22:27:28.766Z | usr/share/lib/pkg/web/config.shtml |
167 | 2025-01-02T22:27:28.961Z | |
168 | 2025-01-02T22:27:28.961Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2025-01-02T22:27:33.967Z | Download: 815/4281 items 18.7/220.6MB 8% complete (3.8M/s) |
170 | 2025-01-02T22:27:38.981Z | Download: 1194/4281 items 83.5/220.6MB 37% complete (9.7M/s) |
171 | 2025-01-02T22:27:45.812Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.5M/s) |
172 | 2025-01-02T22:27:50.945Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (7.7M/s) |
173 | 2025-01-02T22:27:55.946Z | Download: 3245/4281 items 181.7/220.6MB 82% complete (9.7M/s) |
174 | 2025-01-02T22:28:04.937Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (10.6M/s) |
175 | 2025-01-02T22:28:10.076Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (3.6M/s) |
176 | 2025-01-02T22:28:10.228Z | Download: Completed 220.60 MB in 41.26 seconds (5.3M/s) |
177 | 2025-01-02T22:28:12.207Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2025-01-02T22:28:12.225Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2025-01-02T22:28:17.031Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2025-01-02T22:28:17.343Z | Actions: Completed 5063 actions in 5.14 seconds. |
181 | 2025-01-02T22:28:17.767Z | Done (0.415s) |
182 | 2025-01-02T22:28:17.769Z | Done (0.000s) |
183 | 2025-01-02T22:28:18.334Z | Done (0.566s) |
184 | 2025-01-02T22:28:24.310Z | Done (5.725s) |
185 | 2025-01-02T22:28:24.591Z | Done (0.230s) |
186 | 2025-01-02T22:28:24.594Z | Done (0.000s) |
187 | 2025-01-02T22:28:24.760Z | Done (0.000s) |
188 | 2025-01-02T22:28:25.457Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-01-02T22:28:25.618Z | Planning: Checking for conflicting actions ... Done |
190 | 2025-01-02T22:28:25.620Z | Planning: Consolidating action changes ... Done |
191 | 2025-01-02T22:28:25.894Z | Planning: Evaluating mediators ... Done |
192 | 2025-01-02T22:28:25.897Z | Planning: Planning completed in 0.44 seconds |
193 | 2025-01-02T22:28:25.935Z | Mediators to change: 2 |
194 | 2025-01-02T22:28:25.937Z | Create boot environment: No |
195 | 2025-01-02T22:28:25.937Z | Create backup boot environment: No |
196 | 2025-01-02T22:28:26.020Z | Done |
197 | 2025-01-02T22:28:26.020Z | Done |
198 | 2025-01-02T22:28:26.380Z | Done |
199 | 2025-01-02T22:28:30.118Z | Done |
200 | 2025-01-02T22:28:30.211Z | Done |
201 | 2025-01-02T22:28:30.213Z | Done |
202 | 2025-01-02T22:28:30.329Z | Done |
203 | 2025-01-02T22:28:30.950Z | Planning: Evaluating mediator changes ... Done |
204 | 2025-01-02T22:28:30.952Z | Planning: Merging actions ... Done |
205 | 2025-01-02T22:28:31.141Z | Planning: Checking for conflicting actions ... Done |
206 | 2025-01-02T22:28:31.144Z | Planning: Consolidating action changes ... Done |
207 | 2025-01-02T22:28:31.420Z | Planning: Evaluating mediators ... Done |
208 | 2025-01-02T22:28:31.478Z | Planning: Planning completed in 0.77 seconds |
209 | 2025-01-02T22:28:31.520Z | Packages to change: 1 |
210 | 2025-01-02T22:28:31.520Z | Mediators to change: 1 |
211 | 2025-01-02T22:28:31.522Z | Services to change: 1 |
212 | 2025-01-02T22:28:31.522Z | Create boot environment: No |
213 | 2025-01-02T22:28:31.522Z | Create backup boot environment: Yes |
214 | 2025-01-02T22:28:33.740Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2025-01-02T22:28:33.743Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2025-01-02T22:28:33.743Z | Done |
217 | 2025-01-02T22:28:33.743Z | Done |
218 | 2025-01-02T22:28:33.860Z | Done |
219 | 2025-01-02T22:28:37.617Z | Done |
220 | 2025-01-02T22:28:37.707Z | Done |
221 | 2025-01-02T22:28:37.709Z | Done |
222 | 2025-01-02T22:28:37.836Z | Done |
223 | 2025-01-02T22:28:38.280Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2025-01-02T22:28:38.280Z | clang system 15 system |
225 | 2025-01-02T22:28:38.280Z | csh system system illumos |
226 | 2025-01-02T22:28:38.280Z | ctags system system illumos |
227 | 2025-01-02T22:28:38.280Z | gcc vendor 12 vendor |
228 | 2025-01-02T22:28:38.280Z | gcc system 10 system |
229 | 2025-01-02T22:28:38.280Z | gcc system 7 system |
230 | 2025-01-02T22:28:38.280Z | go system 1.20 system |
231 | 2025-01-02T22:28:38.280Z | go system 1.19 system |
232 | 2025-01-02T22:28:38.280Z | llvm system 15 system |
233 | 2025-01-02T22:28:38.280Z | llvm system 14 system |
234 | 2025-01-02T22:28:38.280Z | mariadb system 10.6 system |
235 | 2025-01-02T22:28:38.281Z | mta vendor vendor dma |
236 | 2025-01-02T22:28:38.281Z | openjdk system 17 system |
237 | 2025-01-02T22:28:38.281Z | openjdk system 11 system |
238 | 2025-01-02T22:28:38.281Z | openjdk system 1.8 system |
239 | 2025-01-02T22:28:38.281Z | openssl vendor 3 vendor |
240 | 2025-01-02T22:28:38.281Z | perl system 5.36 system |
241 | 2025-01-02T22:28:38.281Z | postgresql system 15 system |
242 | 2025-01-02T22:28:38.281Z | postgresql system 13 system |
243 | 2025-01-02T22:28:38.281Z | python vendor 3 vendor |
244 | 2025-01-02T22:28:38.281Z | python system 2 system |
245 | 2025-01-02T22:28:38.281Z | python3 system 3.11 system |
246 | 2025-01-02T22:28:38.281Z | ruby system 3.0 system |
247 | 2025-01-02T22:28:38.281Z | words vendor vendor american-english |
248 | 2025-01-02T22:28:38.281Z | words system system australian-english |
249 | 2025-01-02T22:28:38.281Z | words system system british-english |
250 | 2025-01-02T22:28:38.281Z | words system system canadian-english |
251 | 2025-01-02T22:28:38.281Z | words system system french |
252 | 2025-01-02T22:28:38.281Z | words system system italian |
253 | 2025-01-02T22:28:38.281Z | words system system ngerman |
254 | 2025-01-02T22:28:38.281Z | words system system ogerman |
255 | 2025-01-02T22:28:38.281Z | words system system spanish |
256 | 2025-01-02T22:28:38.617Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2025-01-02T22:28:38.617Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2025-01-02T22:28:41.393Z | FMRI IFO |
259 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2025-01-02T22:28:41.393Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2025-01-02T22:28:42.168Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2025-01-02T22:28:42.502Z | Updating crates.io index |
276 | 2025-01-02T22:28:42.505Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2025-01-02T22:28:43.975Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2025-01-02T22:28:44.245Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2025-01-02T22:28:44.515Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2025-01-02T22:28:44.790Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2025-01-02T22:28:45.698Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2025-01-02T22:28:47.352Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2025-01-02T22:28:48.031Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2025-01-02T22:28:48.676Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2025-01-02T22:28:48.954Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2025-01-02T22:28:49.261Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2025-01-02T22:28:49.862Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2025-01-02T22:28:50.184Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2025-01-02T22:28:50.495Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2025-01-02T22:28:51.443Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2025-01-02T22:28:51.677Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2025-01-02T22:28:51.942Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2025-01-02T22:28:52.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2025-01-02T22:28:52.578Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2025-01-02T22:28:52.950Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2025-01-02T22:28:53.323Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2025-01-02T22:28:53.809Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2025-01-02T22:28:54.094Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2025-01-02T22:28:54.481Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2025-01-02T22:28:54.882Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2025-01-02T22:28:55.167Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2025-01-02T22:28:55.451Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2025-01-02T22:28:55.711Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2025-01-02T22:28:56.984Z | Downloading crates ... |
305 | 2025-01-02T22:28:57.052Z | Downloaded cargo-platform v0.1.8 |
306 | 2025-01-02T22:28:57.056Z | Downloaded anstream v0.6.15 |
307 | 2025-01-02T22:28:57.058Z | Downloaded cargo_toml v0.20.5 |
308 | 2025-01-02T22:28:57.058Z | Downloaded anstyle-parse v0.2.5 |
309 | 2025-01-02T22:28:57.061Z | Downloaded anstyle v1.0.10 |
310 | 2025-01-02T22:28:57.063Z | Downloaded byteorder v1.5.0 |
311 | 2025-01-02T22:28:57.080Z | Downloaded scroll_derive v0.12.0 |
312 | 2025-01-02T22:28:57.084Z | Downloaded dtrace-parser v0.2.0 |
313 | 2025-01-02T22:28:57.086Z | Downloaded equivalent v1.0.1 |
314 | 2025-01-02T22:28:57.102Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2025-01-02T22:28:57.104Z | Downloaded usdt-macro v0.5.0 |
316 | 2025-01-02T22:28:57.107Z | Downloaded pretty-hex v0.4.1 |
317 | 2025-01-02T22:28:57.109Z | Downloaded swrite v0.1.0 |
318 | 2025-01-02T22:28:57.111Z | Downloaded block-buffer v0.10.4 |
319 | 2025-01-02T22:28:57.114Z | Downloaded autocfg v1.4.0 |
320 | 2025-01-02T22:28:57.117Z | Downloaded bytecount v0.6.8 |
321 | 2025-01-02T22:28:57.119Z | Downloaded anstyle-query v1.1.1 |
322 | 2025-01-02T22:28:57.126Z | Downloaded digest v0.10.7 |
323 | 2025-01-02T22:28:57.129Z | Downloaded tabled_derive v0.7.0 |
324 | 2025-01-02T22:28:57.131Z | Downloaded serde_spanned v0.6.8 |
325 | 2025-01-02T22:28:57.131Z | Downloaded cpufeatures v0.2.14 |
326 | 2025-01-02T22:28:57.134Z | Downloaded memmap v0.7.0 |
327 | 2025-01-02T22:28:57.136Z | Downloaded pest_generator v2.7.14 |
328 | 2025-01-02T22:28:57.139Z | Downloaded terminal_size v0.4.0 |
329 | 2025-01-02T22:28:57.139Z | Downloaded itoa v1.0.11 |
330 | 2025-01-02T22:28:57.142Z | Downloaded fastrand v2.1.1 |
331 | 2025-01-02T22:28:57.143Z | Downloaded errno v0.3.9 |
332 | 2025-01-02T22:28:57.145Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2025-01-02T22:28:57.145Z | Downloaded thiserror-impl v1.0.69 |
334 | 2025-01-02T22:28:57.147Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2025-01-02T22:28:57.147Z | Downloaded colorchoice v1.0.2 |
336 | 2025-01-02T22:28:57.149Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2025-01-02T22:28:57.149Z | Downloaded thiserror v1.0.69 |
338 | 2025-01-02T22:28:57.153Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2025-01-02T22:28:57.155Z | Downloaded fs-err v2.11.0 |
340 | 2025-01-02T22:28:57.157Z | Downloaded fnv v1.0.7 |
341 | 2025-01-02T22:28:57.157Z | Downloaded strsim v0.11.1 |
342 | 2025-01-02T22:28:57.160Z | Downloaded cfg-if v1.0.0 |
343 | 2025-01-02T22:28:57.160Z | Downloaded dof v0.3.0 |
344 | 2025-01-02T22:28:57.163Z | Downloaded crypto-common v0.1.6 |
345 | 2025-01-02T22:28:57.163Z | Downloaded clap_lex v0.7.2 |
346 | 2025-01-02T22:28:57.163Z | Downloaded version_check v0.9.5 |
347 | 2025-01-02T22:28:57.165Z | Downloaded usdt v0.5.0 |
348 | 2025-01-02T22:28:57.165Z | Downloaded toml_datetime v0.6.8 |
349 | 2025-01-02T22:28:57.168Z | Downloaded generic-array v0.14.7 |
350 | 2025-01-02T22:28:57.171Z | Downloaded thread-id v4.2.2 |
351 | 2025-01-02T22:28:57.173Z | Downloaded cargo_metadata v0.18.1 |
352 | 2025-01-02T22:28:57.176Z | Downloaded camino v1.1.9 |
353 | 2025-01-02T22:28:57.176Z | Downloaded utf8parse v0.2.2 |
354 | 2025-01-02T22:28:57.178Z | Downloaded smawk v0.3.2 |
355 | 2025-01-02T22:28:57.178Z | Downloaded macaddr v1.0.1 |
356 | 2025-01-02T22:28:57.180Z | Downloaded once_cell v1.20.2 |
357 | 2025-01-02T22:28:57.183Z | Downloaded tempfile v3.13.0 |
358 | 2025-01-02T22:28:57.185Z | Downloaded semver v1.0.23 |
359 | 2025-01-02T22:28:57.187Z | Downloaded heck v0.5.0 |
360 | 2025-01-02T22:28:57.187Z | Downloaded scroll v0.12.0 |
361 | 2025-01-02T22:28:57.190Z | Downloaded camino-tempfile v1.1.1 |
362 | 2025-01-02T22:28:57.192Z | Downloaded clap_derive v4.5.18 |
363 | 2025-01-02T22:28:57.194Z | Downloaded proc-macro-error v1.0.4 |
364 | 2025-01-02T22:28:57.196Z | Downloaded pest_derive v2.7.14 |
365 | 2025-01-02T22:28:57.198Z | Downloaded anyhow v1.0.93 |
366 | 2025-01-02T22:28:57.202Z | Downloaded quote v1.0.37 |
367 | 2025-01-02T22:28:57.204Z | Downloaded plain v0.2.3 |
368 | 2025-01-02T22:28:57.206Z | Downloaded heck v0.4.1 |
369 | 2025-01-02T22:28:57.208Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2025-01-02T22:28:57.216Z | Downloaded bitflags v2.6.0 |
371 | 2025-01-02T22:28:57.220Z | Downloaded pest_meta v2.7.14 |
372 | 2025-01-02T22:28:57.225Z | Downloaded toml v0.8.19 |
373 | 2025-01-02T22:28:57.228Z | Downloaded sha2 v0.10.8 |
374 | 2025-01-02T22:28:57.231Z | Downloaded clap v4.5.21 |
375 | 2025-01-02T22:28:57.239Z | Downloaded usdt-impl v0.5.0 |
376 | 2025-01-02T22:28:57.241Z | Downloaded unicode-ident v1.0.13 |
377 | 2025-01-02T22:28:57.243Z | Downloaded ucd-trie v0.1.7 |
378 | 2025-01-02T22:28:57.246Z | Downloaded typenum v1.17.0 |
379 | 2025-01-02T22:28:57.248Z | Downloaded proc-macro2 v1.0.89 |
380 | 2025-01-02T22:28:57.250Z | Downloaded textwrap v0.16.1 |
381 | 2025-01-02T22:28:57.253Z | Downloaded ryu v1.0.18 |
382 | 2025-01-02T22:28:57.255Z | Downloaded serde_derive v1.0.215 |
383 | 2025-01-02T22:28:57.258Z | Downloaded papergrid v0.11.0 |
384 | 2025-01-02T22:28:57.261Z | Downloaded log v0.4.22 |
385 | 2025-01-02T22:28:57.265Z | Downloaded serde v1.0.215 |
386 | 2025-01-02T22:28:57.281Z | Downloaded indexmap v2.6.0 |
387 | 2025-01-02T22:28:57.301Z | Downloaded memchr v2.7.4 |
388 | 2025-01-02T22:28:57.306Z | Downloaded toml_edit v0.22.22 |
389 | 2025-01-02T22:28:57.327Z | Downloaded hashbrown v0.15.1 |
390 | 2025-01-02T22:28:57.337Z | Downloaded serde_json v1.0.132 |
391 | 2025-01-02T22:28:57.346Z | Downloaded pest v2.7.14 |
392 | 2025-01-02T22:28:57.354Z | Downloaded zerocopy v0.7.35 |
393 | 2025-01-02T22:28:57.369Z | Downloaded winnow v0.6.20 |
394 | 2025-01-02T22:28:57.377Z | Downloaded goblin v0.8.2 |
395 | 2025-01-02T22:28:57.382Z | Downloaded clap_builder v4.5.21 |
396 | 2025-01-02T22:28:57.389Z | Downloaded tabled v0.15.0 |
397 | 2025-01-02T22:28:57.404Z | Downloaded syn v1.0.109 |
398 | 2025-01-02T22:28:57.414Z | Downloaded unicode-width v0.1.14 |
399 | 2025-01-02T22:28:57.420Z | Downloaded syn v2.0.87 |
400 | 2025-01-02T22:28:57.430Z | Downloaded rustix v0.38.37 |
401 | 2025-01-02T22:28:57.470Z | Downloaded libc v0.2.162 |
402 | 2025-01-02T22:28:57.789Z | Compiling proc-macro2 v1.0.89 |
403 | 2025-01-02T22:28:57.789Z | Compiling unicode-ident v1.0.13 |
404 | 2025-01-02T22:28:57.792Z | Compiling serde v1.0.215 |
405 | 2025-01-02T22:28:57.792Z | Compiling version_check v0.9.5 |
406 | 2025-01-02T22:28:57.792Z | Compiling memchr v2.7.4 |
407 | 2025-01-02T22:28:57.792Z | Compiling thiserror v1.0.69 |
408 | 2025-01-02T22:28:57.792Z | Compiling libc v0.2.162 |
409 | 2025-01-02T22:28:57.792Z | Compiling ryu v1.0.18 |
410 | 2025-01-02T22:28:58.073Z | Compiling itoa v1.0.11 |
411 | 2025-01-02T22:28:58.305Z | Compiling ucd-trie v0.1.7 |
412 | 2025-01-02T22:28:58.571Z | Compiling once_cell v1.20.2 |
413 | 2025-01-02T22:28:58.726Z | Compiling byteorder v1.5.0 |
414 | 2025-01-02T22:28:58.871Z | Compiling serde_json v1.0.132 |
415 | 2025-01-02T22:28:58.942Z | Compiling rustix v0.38.37 |
416 | 2025-01-02T22:28:59.221Z | Compiling bitflags v2.6.0 |
417 | 2025-01-02T22:28:59.255Z | Compiling usdt-impl v0.5.0 |
418 | 2025-01-02T22:28:59.359Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2025-01-02T22:28:59.595Z | Compiling syn v1.0.109 |
420 | 2025-01-02T22:28:59.655Z | Compiling proc-macro-error v1.0.4 |
421 | 2025-01-02T22:28:59.722Z | Compiling utf8parse v0.2.2 |
422 | 2025-01-02T22:28:59.748Z | Compiling quote v1.0.37 |
423 | 2025-01-02T22:28:59.888Z | Compiling hashbrown v0.15.1 |
424 | 2025-01-02T22:28:59.934Z | Compiling camino v1.1.9 |
425 | 2025-01-02T22:28:59.959Z | Compiling equivalent v1.0.1 |
426 | 2025-01-02T22:29:00.082Z | Compiling errno v0.3.9 |
427 | 2025-01-02T22:29:00.204Z | Compiling syn v2.0.87 |
428 | 2025-01-02T22:29:00.442Z | Compiling log v0.4.22 |
429 | 2025-01-02T22:29:00.478Z | Compiling plain v0.2.3 |
430 | 2025-01-02T22:29:00.588Z | Compiling thread-id v4.2.2 |
431 | 2025-01-02T22:29:00.756Z | Compiling anstyle-parse v0.2.5 |
432 | 2025-01-02T22:29:00.858Z | Compiling anstyle v1.0.10 |
433 | 2025-01-02T22:29:01.100Z | Compiling indexmap v2.6.0 |
434 | 2025-01-02T22:29:01.134Z | Compiling autocfg v1.4.0 |
435 | 2025-01-02T22:29:01.160Z | Compiling winnow v0.6.20 |
436 | 2025-01-02T22:29:01.321Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2025-01-02T22:29:01.462Z | Compiling pretty-hex v0.4.1 |
438 | 2025-01-02T22:29:01.548Z | Compiling colorchoice v1.0.2 |
439 | 2025-01-02T22:29:01.684Z | Compiling anstyle-query v1.1.1 |
440 | 2025-01-02T22:29:01.726Z | Compiling unicode-width v0.1.14 |
441 | 2025-01-02T22:29:01.861Z | Compiling semver v1.0.23 |
442 | 2025-01-02T22:29:02.272Z | Compiling anstream v0.6.15 |
443 | 2025-01-02T22:29:02.385Z | Compiling fs-err v2.11.0 |
444 | 2025-01-02T22:29:02.480Z | Compiling terminal_size v0.4.0 |
445 | 2025-01-02T22:29:02.704Z | Compiling heck v0.5.0 |
446 | 2025-01-02T22:29:02.708Z | Compiling fnv v1.0.7 |
447 | 2025-01-02T22:29:02.840Z | Compiling fastrand v2.1.1 |
448 | 2025-01-02T22:29:02.899Z | Compiling clap_lex v0.7.2 |
449 | 2025-01-02T22:29:03.066Z | Compiling heck v0.4.1 |
450 | 2025-01-02T22:29:03.262Z | Compiling anyhow v1.0.93 |
451 | 2025-01-02T22:29:03.346Z | Compiling bytecount v0.6.8 |
452 | 2025-01-02T22:29:03.421Z | Compiling cfg-if v1.0.0 |
453 | 2025-01-02T22:29:03.448Z | Compiling strsim v0.11.1 |
454 | 2025-01-02T22:29:03.576Z | Compiling papergrid v0.11.0 |
455 | 2025-01-02T22:29:03.981Z | Compiling tempfile v3.13.0 |
456 | 2025-01-02T22:29:04.277Z | Compiling clap_builder v4.5.21 |
457 | 2025-01-02T22:29:04.414Z | Compiling memmap v0.7.0 |
458 | 2025-01-02T22:29:04.471Z | Compiling smawk v0.3.2 |
459 | 2025-01-02T22:29:04.704Z | Compiling unicode-linebreak v0.1.5 |
460 | 2025-01-02T22:29:04.952Z | Compiling swrite v0.1.0 |
461 | 2025-01-02T22:29:05.208Z | Compiling textwrap v0.16.1 |
462 | 2025-01-02T22:29:06.449Z | Compiling tabled_derive v0.7.0 |
463 | 2025-01-02T22:29:07.996Z | Compiling tabled v0.15.0 |
464 | 2025-01-02T22:29:09.240Z | Compiling serde_derive v1.0.215 |
465 | 2025-01-02T22:29:09.240Z | Compiling thiserror-impl v1.0.69 |
466 | 2025-01-02T22:29:09.243Z | Compiling zerocopy-derive v0.7.35 |
467 | 2025-01-02T22:29:09.243Z | Compiling scroll_derive v0.12.0 |
468 | 2025-01-02T22:29:09.514Z | Compiling clap_derive v4.5.18 |
469 | 2025-01-02T22:29:10.791Z | Compiling scroll v0.12.0 |
470 | 2025-01-02T22:29:11.302Z | Compiling goblin v0.8.2 |
471 | 2025-01-02T22:29:11.370Z | Compiling zerocopy v0.7.35 |
472 | 2025-01-02T22:29:11.989Z | Compiling pest v2.7.14 |
473 | 2025-01-02T22:29:13.370Z | Compiling clap v4.5.21 |
474 | 2025-01-02T22:29:14.322Z | Compiling pest_meta v2.7.14 |
475 | 2025-01-02T22:29:15.176Z | Compiling pest_generator v2.7.14 |
476 | 2025-01-02T22:29:16.876Z | Compiling pest_derive v2.7.14 |
477 | 2025-01-02T22:29:17.665Z | Compiling dtrace-parser v0.2.0 |
478 | 2025-01-02T22:29:19.962Z | Compiling serde_tokenstream v0.2.2 |
479 | 2025-01-02T22:29:20.003Z | Compiling toml_datetime v0.6.8 |
480 | 2025-01-02T22:29:20.003Z | Compiling serde_spanned v0.6.8 |
481 | 2025-01-02T22:29:20.357Z | Compiling cargo-platform v0.1.8 |
482 | 2025-01-02T22:29:20.385Z | Compiling toml_edit v0.22.22 |
483 | 2025-01-02T22:29:20.583Z | Compiling macaddr v1.0.1 |
484 | 2025-01-02T22:29:20.963Z | Compiling camino-tempfile v1.1.1 |
485 | 2025-01-02T22:29:21.472Z | Compiling dof v0.3.0 |
486 | 2025-01-02T22:29:21.500Z | Compiling cargo_metadata v0.18.1 |
487 | 2025-01-02T22:29:23.246Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2025-01-02T22:29:23.246Z | Compiling usdt-macro v0.5.0 |
489 | 2025-01-02T22:29:23.293Z | Compiling toml v0.8.19 |
490 | 2025-01-02T22:29:24.172Z | Compiling cargo_toml v0.20.5 |
491 | 2025-01-02T22:29:24.705Z | Compiling usdt v0.5.0 |
492 | 2025-01-02T22:29:27.786Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2025-01-02T22:29:31.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.06s |
494 | 2025-01-02T22:29:32.267Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2025-01-02T22:29:32.829Z | Downloading crates ... |
496 | 2025-01-02T22:29:32.984Z | Downloaded headers-core v0.3.0 |
497 | 2025-01-02T22:29:32.987Z | Downloaded hex v0.4.3 |
498 | 2025-01-02T22:29:32.989Z | Downloaded hostname v0.3.1 |
499 | 2025-01-02T22:29:32.992Z | Downloaded hex-literal v0.4.1 |
500 | 2025-01-02T22:29:32.997Z | Downloaded aho-corasick v1.1.3 |
501 | 2025-01-02T22:29:32.999Z | Downloaded aead v0.5.2 |
502 | 2025-01-02T22:29:33.001Z | Downloaded addr2line v0.24.2 |
503 | 2025-01-02T22:29:33.004Z | Downloaded ahash v0.8.11 |
504 | 2025-01-02T22:29:33.007Z | Downloaded http-range v0.1.5 |
505 | 2025-01-02T22:29:33.010Z | Downloaded http-body v1.0.1 |
506 | 2025-01-02T22:29:33.010Z | Downloaded home v0.5.9 |
507 | 2025-01-02T22:29:33.013Z | Downloaded atomic-waker v1.1.2 |
508 | 2025-01-02T22:29:33.015Z | Downloaded aes-gcm v0.10.3 |
509 | 2025-01-02T22:29:33.017Z | Downloaded ident_case v1.0.1 |
510 | 2025-01-02T22:29:33.020Z | Downloaded backoff v0.4.0 |
511 | 2025-01-02T22:29:33.023Z | Downloaded instant v0.1.13 |
512 | 2025-01-02T22:29:33.023Z | Downloaded assert_matches v1.5.0 |
513 | 2025-01-02T22:29:33.026Z | Downloaded icu_provider_macros v1.5.0 |
514 | 2025-01-02T22:29:33.026Z | Downloaded atty v0.2.14 |
515 | 2025-01-02T22:29:33.026Z | Downloaded atomicwrites v0.4.4 |
516 | 2025-01-02T22:29:33.030Z | Downloaded matches v0.1.10 |
517 | 2025-01-02T22:29:33.036Z | Downloaded aws-lc-rs v1.10.0 |
518 | 2025-01-02T22:29:33.045Z | Downloaded match_cfg v0.1.0 |
519 | 2025-01-02T22:29:33.048Z | Downloaded is_ci v1.2.0 |
520 | 2025-01-02T22:29:33.050Z | Downloaded hubpack_derive v0.1.1 |
521 | 2025-01-02T22:29:33.052Z | Downloaded md5 v0.7.0 |
522 | 2025-01-02T22:29:33.052Z | Downloaded httpdate v1.0.3 |
523 | 2025-01-02T22:29:33.054Z | Downloaded aes v0.8.4 |
524 | 2025-01-02T22:29:33.057Z | Downloaded base16ct v0.2.0 |
525 | 2025-01-02T22:29:33.059Z | Downloaded http-body-util v0.1.2 |
526 | 2025-01-02T22:29:33.061Z | Downloaded httparse v1.9.5 |
527 | 2025-01-02T22:29:33.064Z | Downloaded hubpack v0.1.2 |
528 | 2025-01-02T22:29:33.066Z | Downloaded adler2 v2.0.0 |
529 | 2025-01-02T22:29:33.066Z | Downloaded humantime v2.1.0 |
530 | 2025-01-02T22:29:33.071Z | Downloaded backtrace v0.3.74 |
531 | 2025-01-02T22:29:33.073Z | Downloaded lazy_static v1.5.0 |
532 | 2025-01-02T22:29:33.075Z | Downloaded libefi-sys v0.1.0 |
533 | 2025-01-02T22:29:33.077Z | Downloaded indent_write v2.2.0 |
534 | 2025-01-02T22:29:33.079Z | Downloaded lru v0.12.5 |
535 | 2025-01-02T22:29:33.081Z | Downloaded internet-checksum v0.2.1 |
536 | 2025-01-02T22:29:33.084Z | Downloaded hyper-tls v0.6.0 |
537 | 2025-01-02T22:29:33.084Z | Downloaded impl-trait-for-tuples v0.2.2 |
538 | 2025-01-02T22:29:33.091Z | Downloaded mime v0.3.17 |
539 | 2025-01-02T22:29:33.094Z | Downloaded lru-cache v0.1.2 |
540 | 2025-01-02T22:29:33.097Z | Downloaded async-stream-impl v0.3.6 |
541 | 2025-01-02T22:29:33.099Z | Downloaded ipnetwork v0.20.0 |
542 | 2025-01-02T22:29:33.101Z | Downloaded instability v0.3.2 |
543 | 2025-01-02T22:29:33.103Z | Downloaded linked-hash-map v0.5.6 |
544 | 2025-01-02T22:29:33.105Z | Downloaded kstat-rs v0.2.4 |
545 | 2025-01-02T22:29:33.110Z | Downloaded managed v0.8.0 |
546 | 2025-01-02T22:29:33.112Z | Downloaded linear-map v1.2.0 |
547 | 2025-01-02T22:29:33.116Z | Downloaded inout v0.1.3 |
548 | 2025-01-02T22:29:33.118Z | Downloaded cfg_aliases v0.1.1 |
549 | 2025-01-02T22:29:33.120Z | Downloaded md-5 v0.10.6 |
550 | 2025-01-02T22:29:33.122Z | Downloaded is-terminal v0.4.13 |
551 | 2025-01-02T22:29:33.125Z | Downloaded memoffset v0.9.1 |
552 | 2025-01-02T22:29:33.125Z | Downloaded cfg_aliases v0.2.1 |
553 | 2025-01-02T22:29:33.127Z | Downloaded indoc v1.0.9 |
554 | 2025-01-02T22:29:33.129Z | Downloaded maybe-uninit v2.0.0 |
555 | 2025-01-02T22:29:33.132Z | Downloaded lockfree-object-pool v0.1.6 |
556 | 2025-01-02T22:29:33.134Z | Downloaded libsw v3.3.1 |
557 | 2025-01-02T22:29:33.136Z | Downloaded hostname v0.4.0 |
558 | 2025-01-02T22:29:33.138Z | Downloaded ciborium-io v0.2.2 |
559 | 2025-01-02T22:29:33.140Z | Downloaded hickory-client v0.24.1 |
560 | 2025-01-02T22:29:33.142Z | Downloaded crunchy v0.2.2 |
561 | 2025-01-02T22:29:33.144Z | Downloaded ascii-canvas v3.0.0 |
562 | 2025-01-02T22:29:33.144Z | Downloaded arrayref v0.3.9 |
563 | 2025-01-02T22:29:33.146Z | Downloaded idna_adapter v1.2.0 |
564 | 2025-01-02T22:29:33.146Z | Downloaded cstr-argument v0.1.2 |
565 | 2025-01-02T22:29:33.148Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2025-01-02T22:29:33.150Z | Downloaded highway v1.2.0 |
567 | 2025-01-02T22:29:33.152Z | Downloaded array-init v0.0.4 |
568 | 2025-01-02T22:29:33.152Z | Downloaded bcrypt-pbkdf v0.10.0 |
569 | 2025-01-02T22:29:33.154Z | Downloaded async-stream v0.3.6 |
570 | 2025-01-02T22:29:33.156Z | Downloaded async-recursion v1.1.1 |
571 | 2025-01-02T22:29:33.159Z | Downloaded bit-vec v0.6.3 |
572 | 2025-01-02T22:29:33.161Z | Downloaded bb8 v0.8.5 |
573 | 2025-01-02T22:29:33.164Z | Downloaded constant_time_eq v0.3.1 |
574 | 2025-01-02T22:29:33.166Z | Downloaded bitfield-struct v0.6.2 |
575 | 2025-01-02T22:29:33.169Z | Downloaded bit-set v0.5.3 |
576 | 2025-01-02T22:29:33.171Z | Downloaded cassowary v0.3.0 |
577 | 2025-01-02T22:29:33.174Z | Downloaded libloading v0.8.5 |
578 | 2025-01-02T22:29:33.176Z | Downloaded icu_locid_transform v1.5.0 |
579 | 2025-01-02T22:29:33.179Z | Downloaded lazycell v1.3.0 |
580 | 2025-01-02T22:29:33.183Z | Downloaded jobserver v0.1.32 |
581 | 2025-01-02T22:29:33.188Z | Downloaded strum v0.26.3 |
582 | 2025-01-02T22:29:33.188Z | Downloaded mime_guess v2.0.5 |
583 | 2025-01-02T22:29:33.188Z | Downloaded maplit v1.0.2 |
584 | 2025-01-02T22:29:33.188Z | Downloaded cobs v0.2.3 |
585 | 2025-01-02T22:29:33.191Z | Downloaded buf-list v1.0.3 |
586 | 2025-01-02T22:29:33.193Z | Downloaded blowfish v0.9.1 |
587 | 2025-01-02T22:29:33.195Z | Downloaded crc v3.2.1 |
588 | 2025-01-02T22:29:33.196Z | Downloaded chacha20 v0.9.1 |
589 | 2025-01-02T22:29:33.199Z | Downloaded convert_case v0.4.0 |
590 | 2025-01-02T22:29:33.202Z | Downloaded litemap v0.7.3 |
591 | 2025-01-02T22:29:33.202Z | Downloaded lalrpop-util v0.19.12 |
592 | 2025-01-02T22:29:33.204Z | Downloaded keccak v0.1.5 |
593 | 2025-01-02T22:29:33.207Z | Downloaded try-lock v0.2.5 |
594 | 2025-01-02T22:29:33.207Z | Downloaded subtle v2.6.1 |
595 | 2025-01-02T22:29:33.209Z | Downloaded castaway v0.2.3 |
596 | 2025-01-02T22:29:33.209Z | Downloaded serde-hex v0.1.0 |
597 | 2025-01-02T22:29:33.211Z | Downloaded strip-ansi-escapes v0.2.0 |
598 | 2025-01-02T22:29:33.213Z | Downloaded slog-dtrace v0.3.0 |
599 | 2025-01-02T22:29:33.214Z | Downloaded cbc v0.1.2 |
600 | 2025-01-02T22:29:33.217Z | Downloaded waitgroup v0.1.2 |
601 | 2025-01-02T22:29:33.219Z | Downloaded tabwriter v1.4.0 |
602 | 2025-01-02T22:29:33.219Z | Downloaded ctr v0.9.2 |
603 | 2025-01-02T22:29:33.221Z | Downloaded darling_macro v0.20.10 |
604 | 2025-01-02T22:29:33.223Z | Downloaded zerofrom-derive v0.1.4 |
605 | 2025-01-02T22:29:33.223Z | Downloaded crc-catalog v2.4.0 |
606 | 2025-01-02T22:29:33.224Z | Downloaded downcast v0.11.0 |
607 | 2025-01-02T22:29:33.226Z | Downloaded hmac v0.12.1 |
608 | 2025-01-02T22:29:33.228Z | Downloaded colored v2.1.0 |
609 | 2025-01-02T22:29:33.230Z | Downloaded curve25519-dalek-derive v0.1.1 |
610 | 2025-01-02T22:29:33.232Z | Downloaded heck v0.3.3 |
611 | 2025-01-02T22:29:33.235Z | Downloaded cipher v0.4.4 |
612 | 2025-01-02T22:29:33.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
613 | 2025-01-02T22:29:33.237Z | Downloaded async-trait v0.1.83 |
614 | 2025-01-02T22:29:33.240Z | Downloaded base64ct v1.6.0 |
615 | 2025-01-02T22:29:33.243Z | Downloaded termcolor v1.4.1 |
616 | 2025-01-02T22:29:33.244Z | Downloaded bzip2 v0.4.4 |
617 | 2025-01-02T22:29:33.247Z | Downloaded icu_normalizer_data v1.5.0 |
618 | 2025-01-02T22:29:33.249Z | Downloaded bcs v0.1.6 |
619 | 2025-01-02T22:29:33.251Z | Downloaded bitflags v1.3.2 |
620 | 2025-01-02T22:29:33.254Z | Downloaded rustls-pemfile v1.0.4 |
621 | 2025-01-02T22:29:33.257Z | Downloaded indexmap v1.9.3 |
622 | 2025-01-02T22:29:33.260Z | Downloaded icu_normalizer v1.5.0 |
623 | 2025-01-02T22:29:33.265Z | Downloaded spki v0.7.3 |
624 | 2025-01-02T22:29:33.268Z | Downloaded same-file v1.0.6 |
625 | 2025-01-02T22:29:33.271Z | Downloaded thiserror-impl v2.0.3 |
626 | 2025-01-02T22:29:33.271Z | Downloaded icu_provider v1.5.0 |
627 | 2025-01-02T22:29:33.274Z | Downloaded rfc6979 v0.4.0 |
628 | 2025-01-02T22:29:33.276Z | Downloaded icu_locid_transform_data v1.5.0 |
629 | 2025-01-02T22:29:33.278Z | Downloaded slog-envlogger v2.2.0 |
630 | 2025-01-02T22:29:33.280Z | Downloaded signature v2.2.0 |
631 | 2025-01-02T22:29:33.282Z | Downloaded const_format_proc_macros v0.2.33 |
632 | 2025-01-02T22:29:33.284Z | Downloaded newline-converter v0.3.0 |
633 | 2025-01-02T22:29:33.284Z | Downloaded ciborium v0.2.2 |
634 | 2025-01-02T22:29:33.287Z | Downloaded tokio-macros v2.4.0 |
635 | 2025-01-02T22:29:33.289Z | Downloaded chrono-tz-build v0.4.0 |
636 | 2025-01-02T22:29:33.291Z | Downloaded cexpr v0.6.0 |
637 | 2025-01-02T22:29:33.293Z | Downloaded serde_derive_internals v0.29.1 |
638 | 2025-01-02T22:29:33.295Z | Downloaded tls_codec_derive v0.4.1 |
639 | 2025-01-02T22:29:33.297Z | Downloaded rand_chacha v0.3.1 |
640 | 2025-01-02T22:29:33.297Z | Downloaded zeroize v1.8.1 |
641 | 2025-01-02T22:29:33.299Z | Downloaded utf8_iter v1.0.4 |
642 | 2025-01-02T22:29:33.301Z | Downloaded csv-core v0.1.11 |
643 | 2025-01-02T22:29:33.302Z | Downloaded debug-ignore v1.0.5 |
644 | 2025-01-02T22:29:33.304Z | Downloaded data-encoding v2.6.0 |
645 | 2025-01-02T22:29:33.306Z | Downloaded pin-utils v0.1.0 |
646 | 2025-01-02T22:29:33.306Z | Downloaded xz2 v0.1.7 |
647 | 2025-01-02T22:29:33.309Z | Downloaded xattr v1.3.1 |
648 | 2025-01-02T22:29:33.311Z | Downloaded opaque-debug v0.3.1 |
649 | 2025-01-02T22:29:33.311Z | Downloaded path-slash v0.1.5 |
650 | 2025-01-02T22:29:33.314Z | Downloaded walkdir v2.5.0 |
651 | 2025-01-02T22:29:33.316Z | Downloaded untrusted v0.9.0 |
652 | 2025-01-02T22:29:33.316Z | Downloaded console v0.15.8 |
653 | 2025-01-02T22:29:33.319Z | Downloaded blake2 v0.10.6 |
654 | 2025-01-02T22:29:33.322Z | Downloaded progenitor-impl v0.8.0 |
655 | 2025-01-02T22:29:33.325Z | Downloaded async-bb8-diesel v0.2.1 |
656 | 2025-01-02T22:29:33.328Z | Downloaded memmap2 v0.9.5 |
657 | 2025-01-02T22:29:33.331Z | Downloaded crossbeam-deque v0.8.5 |
658 | 2025-01-02T22:29:33.334Z | Downloaded zone v0.3.0 |
659 | 2025-01-02T22:29:33.337Z | Downloaded const-oid v0.9.6 |
660 | 2025-01-02T22:29:33.347Z | Downloaded num-conv v0.1.0 |
661 | 2025-01-02T22:29:33.349Z | Downloaded hash32 v0.2.1 |
662 | 2025-01-02T22:29:33.352Z | Downloaded fragile v2.0.0 |
663 | 2025-01-02T22:29:33.354Z | Downloaded hyper-util v0.1.10 |
664 | 2025-01-02T22:29:33.357Z | Downloaded ghash v0.5.1 |
665 | 2025-01-02T22:29:33.359Z | Downloaded vte_generate_state_changes v0.1.2 |
666 | 2025-01-02T22:29:33.361Z | Downloaded toolchain_find v0.4.0 |
667 | 2025-01-02T22:29:33.361Z | Downloaded signal-hook-tokio v0.3.1 |
668 | 2025-01-02T22:29:33.363Z | Downloaded crossbeam-epoch v0.9.18 |
669 | 2025-01-02T22:29:33.366Z | Downloaded nodrop v0.1.14 |
670 | 2025-01-02T22:29:33.368Z | Downloaded hickory-server v0.24.1 |
671 | 2025-01-02T22:29:33.373Z | Downloaded yoke-derive v0.7.4 |
672 | 2025-01-02T22:29:33.375Z | Downloaded num_enum v0.5.11 |
673 | 2025-01-02T22:29:33.379Z | Downloaded diesel_table_macro_syntax v0.2.0 |
674 | 2025-01-02T22:29:33.381Z | Downloaded base64 v0.13.1 |
675 | 2025-01-02T22:29:33.384Z | Downloaded fallible-iterator v0.2.0 |
676 | 2025-01-02T22:29:33.386Z | Downloaded proc-macro-crate v1.3.1 |
677 | 2025-01-02T22:29:33.388Z | Downloaded primeorder v0.13.6 |
678 | 2025-01-02T22:29:33.390Z | Downloaded rand_core v0.6.4 |
679 | 2025-01-02T22:29:33.390Z | Downloaded olpc-cjson v0.1.4 |
680 | 2025-01-02T22:29:33.393Z | Downloaded typify v0.2.0 |
681 | 2025-01-02T22:29:33.395Z | Downloaded pbkdf2 v0.11.0 |
682 | 2025-01-02T22:29:33.398Z | Downloaded enum-as-inner v0.6.1 |
683 | 2025-01-02T22:29:33.400Z | Downloaded des v0.8.1 |
684 | 2025-01-02T22:29:33.403Z | Downloaded arc-swap v1.7.1 |
685 | 2025-01-02T22:29:33.406Z | Downloaded normalize-line-endings v0.3.0 |
686 | 2025-01-02T22:29:33.408Z | Downloaded signal-hook-mio v0.2.4 |
687 | 2025-01-02T22:29:33.410Z | Downloaded strum_macros v0.25.3 |
688 | 2025-01-02T22:29:33.412Z | Downloaded serde_repr v0.1.19 |
689 | 2025-01-02T22:29:33.415Z | Downloaded signal-hook-registry v1.4.2 |
690 | 2025-01-02T22:29:33.417Z | Downloaded rustfmt-wrapper v0.2.1 |
691 | 2025-01-02T22:29:33.419Z | Downloaded rustc_version v0.4.1 |
692 | 2025-01-02T22:29:33.419Z | Downloaded fs_extra v1.3.0 |
693 | 2025-01-02T22:29:33.422Z | Downloaded resolv-conf v0.7.0 |
694 | 2025-01-02T22:29:33.424Z | Downloaded serde_urlencoded v0.7.1 |
695 | 2025-01-02T22:29:33.426Z | Downloaded rustc_version v0.1.7 |
696 | 2025-01-02T22:29:33.426Z | Downloaded rustc-hash v2.0.0 |
697 | 2025-01-02T22:29:33.429Z | Downloaded multer v3.1.0 |
698 | 2025-01-02T22:29:33.432Z | Downloaded prettyplease v0.2.25 |
699 | 2025-01-02T22:29:33.435Z | Downloaded icu_collections v1.5.0 |
700 | 2025-01-02T22:29:33.441Z | Downloaded peg-runtime v0.8.3 |
701 | 2025-01-02T22:29:33.444Z | Downloaded heapless v0.8.0 |
702 | 2025-01-02T22:29:33.447Z | Downloaded pbkdf2 v0.12.2 |
703 | 2025-01-02T22:29:33.449Z | Downloaded zeroize_derive v1.4.2 |
704 | 2025-01-02T22:29:33.451Z | Downloaded static_assertions v1.1.0 |
705 | 2025-01-02T22:29:33.454Z | Downloaded stable_deref_trait v1.2.0 |
706 | 2025-01-02T22:29:33.454Z | Downloaded tinystr v0.7.6 |
707 | 2025-01-02T22:29:33.456Z | Downloaded diesel-dtrace v0.4.0 |
708 | 2025-01-02T22:29:33.458Z | Downloaded tui-tree-widget v0.22.0 |
709 | 2025-01-02T22:29:33.460Z | Downloaded writeable v0.5.5 |
710 | 2025-01-02T22:29:33.462Z | Downloaded const_format v0.2.33 |
711 | 2025-01-02T22:29:33.466Z | Downloaded bytes v1.8.0 |
712 | 2025-01-02T22:29:33.471Z | Downloaded serde_plain v1.0.2 |
713 | 2025-01-02T22:29:33.473Z | Downloaded futures-macro v0.3.31 |
714 | 2025-01-02T22:29:33.475Z | Downloaded dropshot_endpoint v0.12.0 |
715 | 2025-01-02T22:29:33.478Z | Downloaded tinyvec_macros v0.1.1 |
716 | 2025-01-02T22:29:33.480Z | Downloaded nanorand v0.7.0 |
717 | 2025-01-02T22:29:33.482Z | Downloaded spin v0.9.8 |
718 | 2025-01-02T22:29:33.484Z | Downloaded difflib v0.4.0 |
719 | 2025-01-02T22:29:33.487Z | Downloaded bumpalo v3.16.0 |
720 | 2025-01-02T22:29:33.489Z | Downloaded multimap v0.10.0 |
721 | 2025-01-02T22:29:33.492Z | Downloaded env_filter v0.1.2 |
722 | 2025-01-02T22:29:33.494Z | Downloaded qorb v0.2.1 |
723 | 2025-01-02T22:29:33.497Z | Downloaded glob v0.3.1 |
724 | 2025-01-02T22:29:33.499Z | Downloaded num-iter v0.1.45 |
725 | 2025-01-02T22:29:33.502Z | Downloaded num-integer v0.1.46 |
726 | 2025-01-02T22:29:33.504Z | Downloaded tokio-stream v0.1.16 |
727 | 2025-01-02T22:29:33.507Z | Downloaded strum_macros v0.26.4 |
728 | 2025-01-02T22:29:33.511Z | Downloaded hickory-resolver v0.24.1 |
729 | 2025-01-02T22:29:33.516Z | Downloaded half v2.4.1 |
730 | 2025-01-02T22:29:33.519Z | Downloaded number_prefix v0.4.0 |
731 | 2025-01-02T22:29:33.522Z | Downloaded packed_struct v0.10.1 |
732 | 2025-01-02T22:29:33.524Z | Downloaded num_threads v0.1.7 |
733 | 2025-01-02T22:29:33.524Z | Downloaded password-hash v0.4.2 |
734 | 2025-01-02T22:29:33.527Z | Downloaded derive_builder_macro v0.20.2 |
735 | 2025-01-02T22:29:33.529Z | Downloaded new_debug_unreachable v1.0.6 |
736 | 2025-01-02T22:29:33.529Z | Downloaded radium v0.7.0 |
737 | 2025-01-02T22:29:33.531Z | Downloaded openssl-probe v0.1.5 |
738 | 2025-01-02T22:29:33.533Z | Downloaded openssl-macros v0.1.1 |
739 | 2025-01-02T22:29:33.533Z | Downloaded salsa20 v0.10.2 |
740 | 2025-01-02T22:29:33.535Z | Downloaded r2d2 v0.8.10 |
741 | 2025-01-02T22:29:33.537Z | Downloaded progenitor-macro v0.8.0 |
742 | 2025-01-02T22:29:33.539Z | Downloaded predicates-core v1.0.8 |
743 | 2025-01-02T22:29:33.539Z | Downloaded tiny-keccak v2.0.2 |
744 | 2025-01-02T22:29:33.542Z | Downloaded scheduled-thread-pool v0.2.7 |
745 | 2025-01-02T22:29:33.544Z | Downloaded rtoolbox v0.0.2 |
746 | 2025-01-02T22:29:33.546Z | Downloaded base64 v0.21.7 |
747 | 2025-01-02T22:29:33.549Z | Downloaded slab v0.4.9 |
748 | 2025-01-02T22:29:33.552Z | Downloaded simd-adler32 v0.3.7 |
749 | 2025-01-02T22:29:33.554Z | Downloaded slog-term v2.9.1 |
750 | 2025-01-02T22:29:33.557Z | Downloaded siphasher v0.3.11 |
751 | 2025-01-02T22:29:33.559Z | Downloaded ron v0.7.1 |
752 | 2025-01-02T22:29:33.564Z | Downloaded pretty-hex v0.2.1 |
753 | 2025-01-02T22:29:33.567Z | Downloaded tls_codec v0.4.1 |
754 | 2025-01-02T22:29:33.569Z | Downloaded thiserror-no-std v2.0.2 |
755 | 2025-01-02T22:29:33.572Z | Downloaded utf-8 v0.7.6 |
756 | 2025-01-02T22:29:33.574Z | Downloaded unicode-truncate v1.1.0 |
757 | 2025-01-02T22:29:33.576Z | Downloaded num-rational v0.4.2 |
758 | 2025-01-02T22:29:33.579Z | Downloaded tokio-native-tls v0.3.1 |
759 | 2025-01-02T22:29:33.581Z | Downloaded sqlparser_derive v0.2.2 |
760 | 2025-01-02T22:29:33.583Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2025-01-02T22:29:33.583Z | Downloaded vte v0.11.1 |
762 | 2025-01-02T22:29:33.586Z | Downloaded crossbeam-channel v0.5.13 |
763 | 2025-01-02T22:29:33.590Z | Downloaded write16 v1.0.0 |
764 | 2025-01-02T22:29:33.592Z | Downloaded take_mut v0.2.2 |
765 | 2025-01-02T22:29:33.594Z | Downloaded peg-macros v0.8.4 |
766 | 2025-01-02T22:29:33.596Z | Downloaded foreign-types-macros v0.2.3 |
767 | 2025-01-02T22:29:33.596Z | Downloaded embedded-io v0.4.0 |
768 | 2025-01-02T22:29:33.598Z | Downloaded futures-core v0.3.31 |
769 | 2025-01-02T22:29:33.600Z | Downloaded mockall v0.13.0 |
770 | 2025-01-02T22:29:33.603Z | Downloaded pem v3.0.4 |
771 | 2025-01-02T22:29:33.605Z | Downloaded peg v0.8.4 |
772 | 2025-01-02T22:29:33.607Z | Downloaded fxhash v0.2.1 |
773 | 2025-01-02T22:29:33.610Z | Downloaded futures v0.3.31 |
774 | 2025-01-02T22:29:33.614Z | Downloaded hash32 v0.3.1 |
775 | 2025-01-02T22:29:33.617Z | Downloaded getrandom v0.2.15 |
776 | 2025-01-02T22:29:33.620Z | Downloaded newtype_derive v0.1.6 |
777 | 2025-01-02T22:29:33.622Z | Downloaded mirai-annotations v1.12.0 |
778 | 2025-01-02T22:29:33.624Z | Downloaded string_cache v0.8.7 |
779 | 2025-01-02T22:29:33.625Z | Downloaded flume v0.11.1 |
780 | 2025-01-02T22:29:33.629Z | Downloaded fd-lock v4.0.2 |
781 | 2025-01-02T22:29:33.631Z | Downloaded value-bag v1.9.0 |
782 | 2025-01-02T22:29:33.634Z | Downloaded omicron-zone-package v0.11.1 |
783 | 2025-01-02T22:29:33.638Z | Downloaded newtype-uuid v1.1.3 |
784 | 2025-01-02T22:29:33.641Z | Downloaded quick-error v1.2.3 |
785 | 2025-01-02T22:29:33.643Z | Downloaded schemars_derive v0.8.21 |
786 | 2025-01-02T22:29:33.645Z | Downloaded serde-big-array v0.5.1 |
787 | 2025-01-02T22:29:33.645Z | Downloaded slog-scope v4.4.0 |
788 | 2025-01-02T22:29:33.648Z | Downloaded minimal-lexical v0.2.1 |
789 | 2025-01-02T22:29:33.652Z | Downloaded percent-encoding v2.3.1 |
790 | 2025-01-02T22:29:33.655Z | Downloaded http v1.1.0 |
791 | 2025-01-02T22:29:33.659Z | Downloaded russh-cryptovec v0.7.3 |
792 | 2025-01-02T22:29:33.662Z | Downloaded time-core v0.1.2 |
793 | 2025-01-02T22:29:33.662Z | Downloaded futures-channel v0.3.31 |
794 | 2025-01-02T22:29:33.664Z | Downloaded slog-json v2.6.1 |
795 | 2025-01-02T22:29:33.667Z | Downloaded libxml v0.3.3 |
796 | 2025-01-02T22:29:33.672Z | Downloaded wyz v0.5.1 |
797 | 2025-01-02T22:29:33.674Z | Downloaded synstructure v0.13.1 |
798 | 2025-01-02T22:29:33.677Z | Downloaded itertools v0.10.5 |
799 | 2025-01-02T22:29:33.682Z | Downloaded ssh-cipher v0.2.0 |
800 | 2025-01-02T22:29:33.685Z | Downloaded dhcproto-macros v0.1.0 |
801 | 2025-01-02T22:29:33.687Z | Downloaded quinn v0.11.5 |
802 | 2025-01-02T22:29:33.689Z | Downloaded either v1.13.0 |
803 | 2025-01-02T22:29:33.691Z | Downloaded unicase v2.7.0 |
804 | 2025-01-02T22:29:33.693Z | Downloaded rusty-fork v0.3.0 |
805 | 2025-01-02T22:29:33.695Z | Downloaded tokio-rustls v0.24.1 |
806 | 2025-01-02T22:29:33.697Z | Downloaded postcard v1.0.10 |
807 | 2025-01-02T22:29:33.700Z | Downloaded nibble_vec v0.1.0 |
808 | 2025-01-02T22:29:33.704Z | Downloaded gethostname v0.5.0 |
809 | 2025-01-02T22:29:33.707Z | Downloaded ena v0.14.3 |
810 | 2025-01-02T22:29:33.707Z | Downloaded tungstenite v0.23.0 |
811 | 2025-01-02T22:29:33.710Z | Downloaded parse-size v1.1.0 |
812 | 2025-01-02T22:29:33.712Z | Downloaded phf_codegen v0.11.2 |
813 | 2025-01-02T22:29:33.714Z | Downloaded phf v0.11.2 |
814 | 2025-01-02T22:29:33.714Z | Downloaded tungstenite v0.21.0 |
815 | 2025-01-02T22:29:33.718Z | Downloaded darling_core v0.20.10 |
816 | 2025-01-02T22:29:33.724Z | Downloaded shlex v1.3.0 |
817 | 2025-01-02T22:29:33.727Z | Downloaded ssh-encoding v0.2.0 |
818 | 2025-01-02T22:29:33.729Z | Downloaded rustc-demangle v0.1.24 |
819 | 2025-01-02T22:29:33.731Z | Downloaded dropshot_endpoint v0.13.0 |
820 | 2025-01-02T22:29:33.733Z | Downloaded der_derive v0.7.3 |
821 | 2025-01-02T22:29:33.736Z | Downloaded serde_path_to_error v0.1.16 |
822 | 2025-01-02T22:29:33.738Z | Downloaded progenitor v0.8.0 |
823 | 2025-01-02T22:29:33.738Z | Downloaded vergen v8.3.2 |
824 | 2025-01-02T22:29:33.742Z | Downloaded unarray v0.1.4 |
825 | 2025-01-02T22:29:33.744Z | Downloaded tokio-rustls v0.26.0 |
826 | 2025-01-02T22:29:33.747Z | Downloaded libm v0.2.8 |
827 | 2025-01-02T22:29:33.755Z | Downloaded spin v0.5.2 |
828 | 2025-01-02T22:29:33.757Z | Downloaded derive_builder_core v0.20.2 |
829 | 2025-01-02T22:29:33.759Z | Downloaded rand v0.8.5 |
830 | 2025-01-02T22:29:33.763Z | Downloaded mockall_derive v0.13.0 |
831 | 2025-01-02T22:29:33.766Z | Downloaded tokio-tungstenite v0.23.1 |
832 | 2025-01-02T22:29:33.769Z | Downloaded itertools v0.12.1 |
833 | 2025-01-02T22:29:33.777Z | Downloaded sigpipe v0.1.3 |
834 | 2025-01-02T22:29:33.779Z | Downloaded progenitor-client v0.8.0 |
835 | 2025-01-02T22:29:33.782Z | Downloaded sync-ptr v0.1.1 |
836 | 2025-01-02T22:29:33.782Z | Downloaded futures-sink v0.3.31 |
837 | 2025-01-02T22:29:33.784Z | Downloaded group v0.13.0 |
838 | 2025-01-02T22:29:33.784Z | Downloaded dirs-next v2.0.0 |
839 | 2025-01-02T22:29:33.786Z | Downloaded oso-derive v0.27.3 |
840 | 2025-01-02T22:29:33.788Z | Downloaded parking_lot_core v0.8.6 |
841 | 2025-01-02T22:29:33.790Z | Downloaded parse-display-derive v0.10.0 |
842 | 2025-01-02T22:29:33.793Z | Downloaded pem-rfc7468 v0.7.0 |
843 | 2025-01-02T22:29:33.795Z | Downloaded parse-display v0.10.0 |
844 | 2025-01-02T22:29:33.795Z | Downloaded num_enum_derive v0.5.11 |
845 | 2025-01-02T22:29:33.797Z | Downloaded futures-task v0.3.31 |
846 | 2025-01-02T22:29:33.797Z | Downloaded psl-types v2.0.11 |
847 | 2025-01-02T22:29:33.800Z | Downloaded phf_shared v0.10.0 |
848 | 2025-01-02T22:29:33.802Z | Downloaded rand_xorshift v0.3.0 |
849 | 2025-01-02T22:29:33.802Z | Downloaded scopeguard v1.2.0 |
850 | 2025-01-02T22:29:33.805Z | Downloaded smallvec v0.6.14 |
851 | 2025-01-02T22:29:33.805Z | Downloaded slog v2.7.0 |
852 | 2025-01-02T22:29:33.808Z | Downloaded scrypt v0.11.0 |
853 | 2025-01-02T22:29:33.810Z | Downloaded strum_macros v0.24.3 |
854 | 2025-01-02T22:29:33.812Z | Downloaded semver v0.1.20 |
855 | 2025-01-02T22:29:33.815Z | Downloaded crossterm v0.28.1 |
856 | 2025-01-02T22:29:33.822Z | Downloaded funty v2.0.0 |
857 | 2025-01-02T22:29:33.828Z | Downloaded hyper v1.5.0 |
858 | 2025-01-02T22:29:33.832Z | Downloaded itertools v0.13.0 |
859 | 2025-01-02T22:29:33.840Z | Downloaded foreign-types-shared v0.1.1 |
860 | 2025-01-02T22:29:33.843Z | Downloaded snafu-derive v0.8.5 |
861 | 2025-01-02T22:29:33.845Z | Downloaded tokio-tungstenite v0.24.0 |
862 | 2025-01-02T22:29:33.847Z | Downloaded time-macros v0.2.18 |
863 | 2025-01-02T22:29:33.849Z | Downloaded yoke v0.7.4 |
864 | 2025-01-02T22:29:33.852Z | Downloaded want v0.3.1 |
865 | 2025-01-02T22:29:33.854Z | Downloaded foreign-types v0.3.2 |
866 | 2025-01-02T22:29:33.854Z | Downloaded tokio-tungstenite v0.21.0 |
867 | 2025-01-02T22:29:33.857Z | Downloaded dyn-clone v1.0.17 |
868 | 2025-01-02T22:29:33.859Z | Downloaded predicates-tree v1.0.11 |
869 | 2025-01-02T22:29:33.862Z | Downloaded supports-color v3.0.1 |
870 | 2025-01-02T22:29:33.864Z | Downloaded shell-words v1.1.0 |
871 | 2025-01-02T22:29:33.864Z | Downloaded sec1 v0.7.3 |
872 | 2025-01-02T22:29:33.866Z | Downloaded phf_generator v0.11.2 |
873 | 2025-01-02T22:29:33.868Z | Downloaded futures-executor v0.3.31 |
874 | 2025-01-02T22:29:33.871Z | Downloaded yasna v0.5.2 |
875 | 2025-01-02T22:29:33.873Z | Downloaded parking_lot_core v0.9.10 |
876 | 2025-01-02T22:29:33.875Z | Downloaded derive_more v0.99.18 |
877 | 2025-01-02T22:29:33.880Z | Downloaded rustversion v1.0.17 |
878 | 2025-01-02T22:29:33.883Z | Downloaded flagset v0.4.6 |
879 | 2025-01-02T22:29:33.885Z | Downloaded globset v0.4.15 |
880 | 2025-01-02T22:29:33.887Z | Downloaded num v0.4.3 |
881 | 2025-01-02T22:29:33.890Z | Downloaded thiserror v2.0.3 |
882 | 2025-01-02T22:29:33.894Z | Downloaded ecdsa v0.16.9 |
883 | 2025-01-02T22:29:33.897Z | Downloaded smallvec v1.13.2 |
884 | 2025-01-02T22:29:33.899Z | Downloaded structmeta v0.2.0 |
885 | 2025-01-02T22:29:33.901Z | Downloaded tokio-postgres v0.7.12 |
886 | 2025-01-02T22:29:33.906Z | Downloaded schemars v0.8.21 |
887 | 2025-01-02T22:29:33.921Z | Downloaded zerofrom v0.1.4 |
888 | 2025-01-02T22:29:33.923Z | Downloaded tower-service v0.3.3 |
889 | 2025-01-02T22:29:33.923Z | Downloaded elliptic-curve v0.13.8 |
890 | 2025-01-02T22:29:33.927Z | Downloaded derive-where v1.2.7 |
891 | 2025-01-02T22:29:33.932Z | Downloaded socket2 v0.5.7 |
892 | 2025-01-02T22:29:33.934Z | Downloaded dunce v1.0.5 |
893 | 2025-01-02T22:29:33.936Z | Downloaded dsl_auto_type v0.1.2 |
894 | 2025-01-02T22:29:33.939Z | Downloaded wait-timeout v0.2.0 |
895 | 2025-01-02T22:29:33.939Z | Downloaded thread_local v1.1.8 |
896 | 2025-01-02T22:29:33.942Z | Downloaded derive_builder v0.20.2 |
897 | 2025-01-02T22:29:33.946Z | Downloaded nu-ansi-term v0.50.1 |
898 | 2025-01-02T22:29:33.948Z | Downloaded zerocopy v0.6.6 |
899 | 2025-01-02T22:29:33.951Z | Downloaded structmeta-derive v0.3.0 |
900 | 2025-01-02T22:29:33.954Z | Downloaded packed_struct_codegen v0.10.1 |
901 | 2025-01-02T22:29:33.956Z | Downloaded which v4.4.2 |
902 | 2025-01-02T22:29:33.956Z | Downloaded unsafe-libyaml v0.2.11 |
903 | 2025-01-02T22:29:33.959Z | Downloaded endian-type v0.1.2 |
904 | 2025-01-02T22:29:33.962Z | Downloaded powerfmt v0.2.0 |
905 | 2025-01-02T22:29:33.964Z | Downloaded smf v0.2.3 |
906 | 2025-01-02T22:29:33.964Z | Downloaded slog-bunyan v2.5.0 |
907 | 2025-01-02T22:29:33.966Z | Downloaded slog-async v2.8.0 |
908 | 2025-01-02T22:29:33.968Z | Downloaded ppv-lite86 v0.2.20 |
909 | 2025-01-02T22:29:33.968Z | Downloaded whoami v1.5.2 |
910 | 2025-01-02T22:29:33.971Z | Downloaded tokio-rustls v0.25.0 |
911 | 2025-01-02T22:29:33.973Z | Downloaded structmeta v0.3.0 |
912 | 2025-01-02T22:29:33.975Z | Downloaded rpassword v7.3.1 |
913 | 2025-01-02T22:29:33.998Z | Downloaded rsa v0.9.6 |
914 | 2025-01-02T22:29:33.998Z | Downloaded sync_wrapper v1.0.1 |
915 | 2025-01-02T22:29:33.998Z | Downloaded precomputed-hash v0.1.1 |
916 | 2025-01-02T22:29:33.998Z | Downloaded zone_cfg_derive v0.3.0 |
917 | 2025-01-02T22:29:33.998Z | Downloaded defmt-parser v0.3.4 |
918 | 2025-01-02T22:29:33.998Z | Downloaded fallible-streaming-iterator v0.1.9 |
919 | 2025-01-02T22:29:33.998Z | Downloaded structmeta-derive v0.2.0 |
920 | 2025-01-02T22:29:34.005Z | Downloaded env_logger v0.11.5 |
921 | 2025-01-02T22:29:34.005Z | Downloaded flate2 v1.0.34 |
922 | 2025-01-02T22:29:34.005Z | Downloaded ed25519-dalek v2.1.1 |
923 | 2025-01-02T22:29:34.005Z | Downloaded blake3 v1.5.4 |
924 | 2025-01-02T22:29:34.009Z | Downloaded termtree v0.4.1 |
925 | 2025-01-02T22:29:34.011Z | Downloaded secrecy v0.8.0 |
926 | 2025-01-02T22:29:34.015Z | Downloaded foreign-types-shared v0.3.1 |
927 | 2025-01-02T22:29:34.015Z | Downloaded serde_with_macros v3.11.0 |
928 | 2025-01-02T22:29:34.015Z | Downloaded ff v0.13.0 |
929 | 2025-01-02T22:29:34.020Z | Downloaded float-ord v0.3.2 |
930 | 2025-01-02T22:29:34.020Z | Downloaded zerovec-derive v0.10.3 |
931 | 2025-01-02T22:29:34.020Z | Downloaded rustls-pemfile v2.2.0 |
932 | 2025-01-02T22:29:34.026Z | Downloaded futures-io v0.3.31 |
933 | 2025-01-02T22:29:34.026Z | Downloaded steno v0.4.1 |
934 | 2025-01-02T22:29:34.031Z | Downloaded phf_shared v0.11.2 |
935 | 2025-01-02T22:29:34.031Z | Downloaded test-strategy v0.3.1 |
936 | 2025-01-02T22:29:34.034Z | Downloaded form_urlencoded v1.2.1 |
937 | 2025-01-02T22:29:34.036Z | Downloaded fallible-iterator v0.3.0 |
938 | 2025-01-02T22:29:34.038Z | Downloaded ref-cast-impl v1.0.23 |
939 | 2025-01-02T22:29:34.038Z | Downloaded zone v0.1.8 |
940 | 2025-01-02T22:29:34.040Z | Downloaded topological-sort v0.2.2 |
941 | 2025-01-02T22:29:34.040Z | Downloaded signal-hook v0.3.17 |
942 | 2025-01-02T22:29:34.043Z | Downloaded p256 v0.13.2 |
943 | 2025-01-02T22:29:34.048Z | Downloaded salty v0.3.0 |
944 | 2025-01-02T22:29:34.055Z | Downloaded untrusted v0.7.1 |
945 | 2025-01-02T22:29:34.058Z | Downloaded unicode-xid v0.2.6 |
946 | 2025-01-02T22:29:34.060Z | Downloaded typify-macro v0.2.0 |
947 | 2025-01-02T22:29:34.060Z | Downloaded postgres-protocol v0.6.7 |
948 | 2025-01-02T22:29:34.062Z | Downloaded unicode-normalization v0.1.24 |
949 | 2025-01-02T22:29:34.065Z | Downloaded ed25519 v2.2.3 |
950 | 2025-01-02T22:29:34.067Z | Downloaded termios v0.3.3 |
951 | 2025-01-02T22:29:34.070Z | Downloaded sct v0.7.1 |
952 | 2025-01-02T22:29:34.073Z | Downloaded zerovec v0.10.4 |
953 | 2025-01-02T22:29:34.080Z | Downloaded hashlink v0.9.1 |
954 | 2025-01-02T22:29:34.082Z | Downloaded rustyline v14.0.0 |
955 | 2025-01-02T22:29:34.088Z | Downloaded pkg-config v0.3.31 |
956 | 2025-01-02T22:29:34.090Z | Downloaded owo-colors v4.1.0 |
957 | 2025-01-02T22:29:34.093Z | Downloaded unicode_categories v0.1.1 |
958 | 2025-01-02T22:29:34.095Z | Downloaded foreign-types v0.5.0 |
959 | 2025-01-02T22:29:34.097Z | Downloaded polyval v0.6.2 |
960 | 2025-01-02T22:29:34.100Z | Downloaded pin-project-internal v1.1.6 |
961 | 2025-01-02T22:29:34.102Z | Downloaded parking_lot v0.11.2 |
962 | 2025-01-02T22:29:34.104Z | Downloaded rustls-pki-types v1.9.0 |
963 | 2025-01-02T22:29:34.107Z | Downloaded env_logger v0.10.2 |
964 | 2025-01-02T22:29:34.109Z | Downloaded poly1305 v0.8.0 |
965 | 2025-01-02T22:29:34.112Z | Downloaded hashbrown v0.12.3 |
966 | 2025-01-02T22:29:34.117Z | Downloaded russh-keys v0.45.0 |
967 | 2025-01-02T22:29:34.119Z | Downloaded tungstenite v0.24.0 |
968 | 2025-01-02T22:29:34.123Z | Downloaded x509-cert v0.2.5 |
969 | 2025-01-02T22:29:34.130Z | Downloaded miniz_oxide v0.8.0 |
970 | 2025-01-02T22:29:34.133Z | Downloaded zip v0.6.6 |
971 | 2025-01-02T22:29:34.137Z | Downloaded snafu v0.8.5 |
972 | 2025-01-02T22:29:34.144Z | Downloaded mio v1.0.2 |
973 | 2025-01-02T22:29:34.151Z | Downloaded pin-project-lite v0.2.14 |
974 | 2025-01-02T22:29:34.156Z | Downloaded der v0.7.9 |
975 | 2025-01-02T22:29:34.162Z | Downloaded num-traits v0.2.19 |
976 | 2025-01-02T22:29:34.165Z | Downloaded parking_lot v0.12.3 |
977 | 2025-01-02T22:29:34.167Z | Downloaded num-complex v0.4.6 |
978 | 2025-01-02T22:29:34.170Z | Downloaded zerocopy-derive v0.8.10 |
979 | 2025-01-02T22:29:34.176Z | Downloaded tracing-attributes v0.1.27 |
980 | 2025-01-02T22:29:34.179Z | Downloaded parse-zoneinfo v0.3.1 |
981 | 2025-01-02T22:29:34.182Z | Downloaded h2 v0.4.6 |
982 | 2025-01-02T22:29:34.189Z | Downloaded zopfli v0.8.1 |
983 | 2025-01-02T22:29:34.192Z | Downloaded sqlparser v0.45.0 |
984 | 2025-01-02T22:29:34.199Z | Downloaded rustls-webpki v0.102.8 |
985 | 2025-01-02T22:29:34.219Z | Downloaded oso v0.27.3 |
986 | 2025-01-02T22:29:34.222Z | Downloaded bitvec v1.0.1 |
987 | 2025-01-02T22:29:34.237Z | Downloaded bindgen v0.69.5 |
988 | 2025-01-02T22:29:34.245Z | Downloaded p521 v0.13.3 |
989 | 2025-01-02T22:29:34.249Z | Downloaded predicates v3.1.2 |
990 | 2025-01-02T22:29:34.252Z | Downloaded futures-util v0.3.31 |
991 | 2025-01-02T22:29:34.265Z | Downloaded serde_yaml v0.9.34+deprecated |
992 | 2025-01-02T22:29:34.268Z | Downloaded russh v0.45.0 |
993 | 2025-01-02T22:29:34.275Z | Downloaded subprocess v0.2.9 |
994 | 2025-01-02T22:29:34.277Z | Downloaded tracing-core v0.1.32 |
995 | 2025-01-02T22:29:34.280Z | Downloaded ron v0.8.1 |
996 | 2025-01-02T22:29:34.286Z | Downloaded tracing v0.1.40 |
997 | 2025-01-02T22:29:34.291Z | Downloaded url v2.5.3 |
998 | 2025-01-02T22:29:34.295Z | Downloaded rcgen v0.12.1 |
999 | 2025-01-02T22:29:34.298Z | Downloaded rayon-core v1.12.1 |
1000 | 2025-01-02T22:29:34.302Z | Downloaded unicode-segmentation v1.12.0 |
1001 | 2025-01-02T22:29:34.306Z | Downloaded headers v0.4.0 |
1002 | 2025-01-02T22:29:34.312Z | Downloaded serde_with v3.11.0 |
1003 | 2025-01-02T22:29:34.321Z | Downloaded hashbrown v0.13.2 |
1004 | 2025-01-02T22:29:34.326Z | Downloaded openssl-sys v0.9.103 |
1005 | 2025-01-02T22:29:34.332Z | Downloaded lalrpop v0.19.12 |
1006 | 2025-01-02T22:29:34.345Z | Downloaded expectorate v1.1.0 |
1007 | 2025-01-02T22:29:34.347Z | Downloaded typed-path v0.9.3 |
1008 | 2025-01-02T22:29:34.354Z | Downloaded ssh-key v0.6.6 |
1009 | 2025-01-02T22:29:34.362Z | Downloaded zip v2.1.3 |
1010 | 2025-01-02T22:29:34.366Z | Downloaded time v0.3.36 |
1011 | 2025-01-02T22:29:34.374Z | Downloaded num-bigint v0.4.6 |
1012 | 2025-01-02T22:29:34.380Z | Downloaded num-bigint-dig v0.8.4 |
1013 | 2025-01-02T22:29:34.385Z | Downloaded idna v0.4.0 |
1014 | 2025-01-02T22:29:34.393Z | Downloaded idna v0.2.3 |
1015 | 2025-01-02T22:29:34.400Z | Downloaded winnow v0.5.40 |
1016 | 2025-01-02T22:29:34.409Z | Downloaded idna v0.5.0 |
1017 | 2025-01-02T22:29:34.417Z | Downloaded hashbrown v0.14.5 |
1018 | 2025-01-02T22:29:34.423Z | Downloaded quick-xml v0.33.0 |
1019 | 2025-01-02T22:29:34.430Z | Downloaded tough v0.19.0 |
1020 | 2025-01-02T22:29:34.438Z | Downloaded quinn-proto v0.11.8 |
1021 | 2025-01-02T22:29:34.446Z | Downloaded git2 v0.19.0 |
1022 | 2025-01-02T22:29:34.455Z | Downloaded rayon v1.10.0 |
1023 | 2025-01-02T22:29:34.465Z | Downloaded object v0.30.4 |
1024 | 2025-01-02T22:29:34.476Z | Downloaded rusqlite v0.32.1 |
1025 | 2025-01-02T22:29:34.483Z | Downloaded vcpkg v0.2.15 |
1026 | 2025-01-02T22:29:34.523Z | Downloaded reedline v0.35.0 |
1027 | 2025-01-02T22:29:34.530Z | Downloaded icu_properties_data v1.5.0 |
1028 | 2025-01-02T22:29:34.541Z | Downloaded chrono v0.4.38 |
1029 | 2025-01-02T22:29:34.549Z | Downloaded radix_trie v0.2.1 |
1030 | 2025-01-02T22:29:34.556Z | Downloaded petname v2.0.2 |
1031 | 2025-01-02T22:29:34.562Z | Downloaded idna v0.3.0 |
1032 | 2025-01-02T22:29:34.569Z | Downloaded rustls-webpki v0.101.7 |
1033 | 2025-01-02T22:29:34.584Z | Downloaded reqwest v0.12.9 |
1034 | 2025-01-02T22:29:34.592Z | Downloaded gimli v0.31.1 |
1035 | 2025-01-02T22:29:34.601Z | Downloaded nix v0.29.0 |
1036 | 2025-01-02T22:29:34.614Z | Downloaded portable-atomic v1.9.0 |
1037 | 2025-01-02T22:29:34.622Z | Downloaded regex v1.11.1 |
1038 | 2025-01-02T22:29:34.637Z | Downloaded chrono-tz v0.10.0 |
1039 | 2025-01-02T22:29:34.643Z | Downloaded zerocopy v0.8.10 |
1040 | 2025-01-02T22:29:34.670Z | Downloaded p384 v0.13.0 |
1041 | 2025-01-02T22:29:34.676Z | Downloaded bstr v1.10.0 |
1042 | 2025-01-02T22:29:34.687Z | Downloaded webpki-roots v0.26.6 |
1043 | 2025-01-02T22:29:34.692Z | Downloaded smoltcp v0.9.1 |
1044 | 2025-01-02T22:29:34.703Z | Downloaded nix v0.28.0 |
1045 | 2025-01-02T22:29:34.715Z | Downloaded polar-core v0.27.3 |
1046 | 2025-01-02T22:29:34.725Z | Downloaded nix v0.27.1 |
1047 | 2025-01-02T22:29:34.736Z | Downloaded regex-syntax v0.6.29 |
1048 | 2025-01-02T22:29:34.744Z | Downloaded regress v0.9.1 |
1049 | 2025-01-02T22:29:34.753Z | Downloaded sled v0.34.7 |
1050 | 2025-01-02T22:29:34.765Z | Downloaded diesel v2.2.6 |
1051 | 2025-01-02T22:29:34.786Z | Downloaded openapiv3 v2.0.0 |
1052 | 2025-01-02T22:29:34.798Z | Downloaded dropshot v0.13.0 |
1053 | 2025-01-02T22:29:34.820Z | Downloaded ratatui v0.28.1 |
1054 | 2025-01-02T22:29:34.839Z | Downloaded regex-syntax v0.8.5 |
1055 | 2025-01-02T22:29:34.847Z | Downloaded unicode-width v0.2.0 |
1056 | 2025-01-02T22:29:34.853Z | Downloaded rustls v0.23.14 |
1057 | 2025-01-02T22:29:34.866Z | Downloaded regress v0.10.1 |
1058 | 2025-01-02T22:29:34.876Z | Downloaded rustls v0.22.4 |
1059 | 2025-01-02T22:29:34.889Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1060 | 2025-01-02T22:29:34.902Z | Downloaded openssl v0.10.66 |
1061 | 2025-01-02T22:29:34.911Z | Downloaded typify-impl v0.2.0 |
1062 | 2025-01-02T22:29:34.927Z | Downloaded zerocopy-derive v0.6.6 |
1063 | 2025-01-02T22:29:34.937Z | Downloaded regex-automata v0.4.8 |
1064 | 2025-01-02T22:29:34.955Z | Downloaded hickory-proto v0.24.1 |
1065 | 2025-01-02T22:29:34.970Z | Downloaded trust-dns-proto v0.22.0 |
1066 | 2025-01-02T22:29:34.982Z | Downloaded rustls v0.21.12 |
1067 | 2025-01-02T22:29:34.993Z | Downloaded object v0.36.5 |
1068 | 2025-01-02T22:29:35.008Z | Downloaded dropshot v0.12.0 |
1069 | 2025-01-02T22:29:35.026Z | Downloaded curve25519-dalek v4.1.3 |
1070 | 2025-01-02T22:29:35.035Z | Downloaded lzma-sys v0.1.20 |
1071 | 2025-01-02T22:29:35.064Z | Downloaded proptest v1.5.0 |
1072 | 2025-01-02T22:29:35.074Z | Downloaded smoltcp v0.11.0 |
1073 | 2025-01-02T22:29:35.085Z | Downloaded petgraph v0.6.5 |
1074 | 2025-01-02T22:29:35.103Z | Downloaded csv v1.3.0 |
1075 | 2025-01-02T22:29:35.123Z | Downloaded nom v7.1.3 |
1076 | 2025-01-02T22:29:35.128Z | Downloaded tokio v1.40.0 |
1077 | 2025-01-02T22:29:35.165Z | Downloaded tokio-util v0.7.12 |
1078 | 2025-01-02T22:29:35.171Z | Downloaded foldhash v0.1.3 |
1079 | 2025-01-02T22:29:35.173Z | Downloaded fixedbitset v0.4.2 |
1080 | 2025-01-02T22:29:35.173Z | Downloaded sha3 v0.10.8 |
1081 | 2025-01-02T22:29:35.178Z | Downloaded twox-hash v1.6.3 |
1082 | 2025-01-02T22:29:35.180Z | Downloaded libz-sys v1.1.20 |
1083 | 2025-01-02T22:29:35.200Z | Downloaded hkdf v0.12.4 |
1084 | 2025-01-02T22:29:35.203Z | Downloaded unicode-bidi v0.3.17 |
1085 | 2025-01-02T22:29:35.205Z | Downloaded rand_seeder v0.3.0 |
1086 | 2025-01-02T22:29:35.208Z | Downloaded deranged v0.3.11 |
1087 | 2025-01-02T22:29:35.208Z | Downloaded pin-project v1.1.6 |
1088 | 2025-01-02T22:29:35.219Z | Downloaded fatfs v0.3.6 |
1089 | 2025-01-02T22:29:35.221Z | Downloaded vsss-rs v3.3.4 |
1090 | 2025-01-02T22:29:35.224Z | Downloaded diesel_derives v2.2.3 |
1091 | 2025-01-02T22:29:35.228Z | Downloaded idna v1.0.3 |
1092 | 2025-01-02T22:29:35.232Z | Downloaded native-tls v0.2.12 |
1093 | 2025-01-02T22:29:35.235Z | Downloaded uzers v0.12.1 |
1094 | 2025-01-02T22:29:35.238Z | Downloaded toml_edit v0.19.15 |
1095 | 2025-01-02T22:29:35.252Z | Downloaded embedded-io v0.6.1 |
1096 | 2025-01-02T22:29:35.254Z | Downloaded postgres-types v0.2.8 |
1097 | 2025-01-02T22:29:35.256Z | Downloaded tinyvec v1.8.0 |
1098 | 2025-01-02T22:29:35.259Z | Downloaded similar v2.6.0 |
1099 | 2025-01-02T22:29:35.262Z | Downloaded tar v0.4.42 |
1100 | 2025-01-02T22:29:35.265Z | Downloaded enum-as-inner v0.5.1 |
1101 | 2025-01-02T22:29:35.267Z | Downloaded diff v0.1.13 |
1102 | 2025-01-02T22:29:35.269Z | Downloaded term v0.7.0 |
1103 | 2025-01-02T22:29:35.272Z | Downloaded cc v1.1.30 |
1104 | 2025-01-02T22:29:35.276Z | Downloaded tap v1.0.1 |
1105 | 2025-01-02T22:29:35.278Z | Downloaded num-derive v0.4.2 |
1106 | 2025-01-02T22:29:35.280Z | Downloaded stringprep v0.1.5 |
1107 | 2025-01-02T22:29:35.280Z | Downloaded defmt-macros v0.3.9 |
1108 | 2025-01-02T22:29:35.283Z | Downloaded defmt v0.3.8 |
1109 | 2025-01-02T22:29:35.285Z | Downloaded pkcs5 v0.7.1 |
1110 | 2025-01-02T22:29:35.289Z | Downloaded unicode-properties v0.1.3 |
1111 | 2025-01-02T22:29:35.291Z | Downloaded quinn-udp v0.5.5 |
1112 | 2025-01-02T22:29:35.293Z | Downloaded zone_cfg_derive v0.1.2 |
1113 | 2025-01-02T22:29:35.293Z | Downloaded crypto-bigint v0.5.5 |
1114 | 2025-01-02T22:29:35.299Z | Downloaded float-cmp v0.9.0 |
1115 | 2025-01-02T22:29:35.301Z | Downloaded publicsuffix v2.2.3 |
1116 | 2025-01-02T22:29:35.304Z | Downloaded compact_str v0.8.0 |
1117 | 2025-01-02T22:29:35.307Z | Downloaded chacha20poly1305 v0.10.1 |
1118 | 2025-01-02T22:29:35.309Z | Downloaded pkcs8 v0.10.2 |
1119 | 2025-01-02T22:29:35.312Z | Downloaded pkcs1 v0.7.5 |
1120 | 2025-01-02T22:29:35.314Z | Downloaded samael v0.0.17 |
1121 | 2025-01-02T22:29:35.318Z | Downloaded password-hash v0.5.0 |
1122 | 2025-01-02T22:29:35.322Z | Downloaded dhcproto v0.12.0 |
1123 | 2025-01-02T22:29:35.324Z | Downloaded uuid v1.11.0 |
1124 | 2025-01-02T22:29:35.326Z | Downloaded toml v0.7.8 |
1125 | 2025-01-02T22:29:35.329Z | Downloaded base64 v0.22.1 |
1126 | 2025-01-02T22:29:35.332Z | Downloaded utf16_iter v1.0.5 |
1127 | 2025-01-02T22:29:35.334Z | Downloaded universal-hash v0.5.1 |
1128 | 2025-01-02T22:29:35.334Z | Downloaded slog-stdlog v4.1.1 |
1129 | 2025-01-02T22:29:35.336Z | Downloaded paste v1.0.15 |
1130 | 2025-01-02T22:29:35.339Z | Downloaded crossbeam-utils v0.8.20 |
1131 | 2025-01-02T22:29:35.341Z | Downloaded crc-any v2.5.0 |
1132 | 2025-01-02T22:29:35.344Z | Downloaded cookie v0.18.1 |
1133 | 2025-01-02T22:29:35.347Z | Downloaded heapless v0.7.17 |
1134 | 2025-01-02T22:29:35.352Z | Downloaded allocator-api2 v0.2.18 |
1135 | 2025-01-02T22:29:35.354Z | Downloaded filetime v0.2.25 |
1136 | 2025-01-02T22:29:35.354Z | Downloaded displaydoc v0.2.5 |
1137 | 2025-01-02T22:29:35.357Z | Downloaded display-error-chain v0.2.2 |
1138 | 2025-01-02T22:29:35.359Z | Downloaded indicatif v0.17.9 |
1139 | 2025-01-02T22:29:35.361Z | Downloaded clang-sys v1.8.1 |
1140 | 2025-01-02T22:29:35.364Z | Downloaded sha1 v0.10.6 |
1141 | 2025-01-02T22:29:35.367Z | Downloaded icu_properties v1.5.1 |
1142 | 2025-01-02T22:29:35.369Z | Downloaded crc32fast v1.4.2 |
1143 | 2025-01-02T22:29:35.372Z | Downloaded cookie_store v0.21.0 |
1144 | 2025-01-02T22:29:35.372Z | Downloaded cancel-safe-futures v0.1.5 |
1145 | 2025-01-02T22:29:35.374Z | Downloaded icu_locid v1.5.0 |
1146 | 2025-01-02T22:29:35.379Z | Downloaded ref-cast v1.0.23 |
1147 | 2025-01-02T22:29:35.381Z | Downloaded lock_api v0.4.12 |
1148 | 2025-01-02T22:29:35.384Z | Downloaded arrayvec v0.7.6 |
1149 | 2025-01-02T22:29:35.386Z | Downloaded block-padding v0.3.3 |
1150 | 2025-01-02T22:29:35.386Z | Downloaded sqlformat v0.2.6 |
1151 | 2025-01-02T22:29:35.389Z | Downloaded rustc-hash v1.1.0 |
1152 | 2025-01-02T22:29:35.389Z | Downloaded hyper-rustls v0.27.3 |
1153 | 2025-01-02T22:29:35.391Z | Downloaded argon2 v0.5.3 |
1154 | 2025-01-02T22:29:35.393Z | Downloaded ipnet v2.10.1 |
1155 | 2025-01-02T22:29:35.393Z | Downloaded iana-time-zone v0.1.61 |
1156 | 2025-01-02T22:29:35.395Z | Downloaded bitfield v0.14.0 |
1157 | 2025-01-02T22:29:35.397Z | Downloaded hyper-staticfile v0.10.1 |
1158 | 2025-01-02T22:29:35.399Z | Downloaded darling v0.20.10 |
1159 | 2025-01-02T22:29:35.402Z | Downloaded cmake v0.1.51 |
1160 | 2025-01-02T22:29:35.404Z | Downloaded ciborium-ll v0.2.2 |
1161 | 2025-01-02T22:29:35.439Z | Downloaded encoding_rs v0.8.34 |
1162 | 2025-01-02T22:29:35.535Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1163 | 2025-01-02T22:29:35.876Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2025-01-02T22:29:36.366Z | Downloaded ring v0.17.8 |
1165 | 2025-01-02T22:29:36.551Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2025-01-02T22:29:36.630Z | Downloaded ring v0.16.20 |
1167 | 2025-01-02T22:29:36.811Z | Compiling serde v1.0.215 |
1168 | 2025-01-02T22:29:36.814Z | Compiling lock_api v0.4.12 |
1169 | 2025-01-02T22:29:36.814Z | Compiling scopeguard v1.2.0 |
1170 | 2025-01-02T22:29:36.814Z | Compiling value-bag v1.9.0 |
1171 | 2025-01-02T22:29:36.814Z | Compiling typenum v1.17.0 |
1172 | 2025-01-02T22:29:36.814Z | Compiling generic-array v0.14.7 |
1173 | 2025-01-02T22:29:36.998Z | Compiling syn v2.0.87 |
1174 | 2025-01-02T22:29:37.014Z | Compiling getrandom v0.2.15 |
1175 | 2025-01-02T22:29:37.128Z | Compiling subtle v2.6.1 |
1176 | 2025-01-02T22:29:37.279Z | Compiling rand_core v0.6.4 |
1177 | 2025-01-02T22:29:37.483Z | Compiling log v0.4.22 |
1178 | 2025-01-02T22:29:37.501Z | Compiling shlex v1.3.0 |
1179 | 2025-01-02T22:29:37.521Z | Compiling jobserver v0.1.32 |
1180 | 2025-01-02T22:29:37.596Z | Compiling smallvec v1.13.2 |
1181 | 2025-01-02T22:29:37.991Z | Compiling const-oid v0.9.6 |
1182 | 2025-01-02T22:29:38.016Z | Compiling cc v1.1.30 |
1183 | 2025-01-02T22:29:38.053Z | Compiling spin v0.9.8 |
1184 | 2025-01-02T22:29:38.191Z | Compiling pin-project-lite v0.2.14 |
1185 | 2025-01-02T22:29:38.322Z | Compiling rustix v0.38.37 |
1186 | 2025-01-02T22:29:38.463Z | Compiling parking_lot_core v0.9.10 |
1187 | 2025-01-02T22:29:38.466Z | Compiling futures-core v0.3.31 |
1188 | 2025-01-02T22:29:38.624Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2025-01-02T22:29:38.740Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2025-01-02T22:29:38.851Z | Compiling mio v1.0.2 |
1191 | 2025-01-02T22:29:39.232Z | Compiling aho-corasick v1.1.3 |
1192 | 2025-01-02T22:29:39.485Z | Compiling parking_lot v0.12.3 |
1193 | 2025-01-02T22:29:39.690Z | Compiling either v1.13.0 |
1194 | 2025-01-02T22:29:39.877Z | Compiling cpufeatures v0.2.14 |
1195 | 2025-01-02T22:29:39.994Z | Compiling regex-syntax v0.8.5 |
1196 | 2025-01-02T22:29:40.131Z | Compiling lazy_static v1.5.0 |
1197 | 2025-01-02T22:29:40.152Z | Compiling futures-sink v0.3.31 |
1198 | 2025-01-02T22:29:40.173Z | Compiling glob v0.3.1 |
1199 | 2025-01-02T22:29:40.254Z | Compiling socket2 v0.5.7 |
1200 | 2025-01-02T22:29:40.312Z | Compiling slab v0.4.9 |
1201 | 2025-01-02T22:29:40.495Z | Compiling prettyplease v0.2.25 |
1202 | 2025-01-02T22:29:40.769Z | Compiling minimal-lexical v0.2.1 |
1203 | 2025-01-02T22:29:41.148Z | Compiling libloading v0.8.5 |
1204 | 2025-01-02T22:29:41.234Z | Compiling clang-sys v1.8.1 |
1205 | 2025-01-02T22:29:41.311Z | Compiling nom v7.1.3 |
1206 | 2025-01-02T22:29:41.342Z | Compiling serde_json v1.0.132 |
1207 | 2025-01-02T22:29:41.585Z | Compiling bindgen v0.69.5 |
1208 | 2025-01-02T22:29:41.662Z | Compiling home v0.5.9 |
1209 | 2025-01-02T22:29:41.980Z | Compiling futures-channel v0.3.31 |
1210 | 2025-01-02T22:29:42.395Z | Compiling itertools v0.12.1 |
1211 | 2025-01-02T22:29:42.415Z | Compiling rustc-hash v1.1.0 |
1212 | 2025-01-02T22:29:42.569Z | Compiling pin-utils v0.1.0 |
1213 | 2025-01-02T22:29:42.627Z | Compiling futures-io v0.3.31 |
1214 | 2025-01-02T22:29:42.667Z | Compiling allocator-api2 v0.2.18 |
1215 | 2025-01-02T22:29:42.950Z | Compiling futures-task v0.3.31 |
1216 | 2025-01-02T22:29:43.255Z | Compiling lazycell v1.3.0 |
1217 | 2025-01-02T22:29:43.434Z | Compiling foldhash v0.1.3 |
1218 | 2025-01-02T22:29:43.529Z | Compiling cmake v0.1.51 |
1219 | 2025-01-02T22:29:43.734Z | Compiling regex-automata v0.4.8 |
1220 | 2025-01-02T22:29:44.587Z | Compiling hashbrown v0.15.1 |
1221 | 2025-01-02T22:29:45.141Z | Compiling synstructure v0.13.1 |
1222 | 2025-01-02T22:29:45.592Z | Compiling cexpr v0.6.0 |
1223 | 2025-01-02T22:29:45.963Z | Compiling dunce v1.0.5 |
1224 | 2025-01-02T22:29:46.097Z | Compiling libm v0.2.8 |
1225 | 2025-01-02T22:29:46.433Z | Compiling litemap v0.7.3 |
1226 | 2025-01-02T22:29:46.836Z | Compiling writeable v0.5.5 |
1227 | 2025-01-02T22:29:46.839Z | Compiling fs_extra v1.3.0 |
1228 | 2025-01-02T22:29:46.898Z | Compiling pkg-config v0.3.31 |
1229 | 2025-01-02T22:29:47.403Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2025-01-02T22:29:47.424Z | Compiling num-traits v0.2.19 |
1231 | 2025-01-02T22:29:47.493Z | Compiling tinyvec v1.8.0 |
1232 | 2025-01-02T22:29:47.951Z | Compiling ring v0.17.8 |
1233 | 2025-01-02T22:29:48.367Z | Compiling base64ct v1.6.0 |
1234 | 2025-01-02T22:29:48.499Z | Compiling unicode-bidi v0.3.17 |
1235 | 2025-01-02T22:29:48.897Z | Compiling icu_locid_transform_data v1.5.0 |
1236 | 2025-01-02T22:29:48.945Z | Compiling paste v1.0.15 |
1237 | 2025-01-02T22:29:48.992Z | Compiling unicode-normalization v0.1.24 |
1238 | 2025-01-02T22:29:49.019Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2025-01-02T22:29:49.434Z | Compiling regex v1.11.1 |
1240 | 2025-01-02T22:29:49.959Z | Compiling httparse v1.9.5 |
1241 | 2025-01-02T22:29:50.128Z | Compiling icu_properties_data v1.5.0 |
1242 | 2025-01-02T22:29:50.403Z | Compiling percent-encoding v2.3.1 |
1243 | 2025-01-02T22:29:50.498Z | Compiling flagset v0.4.6 |
1244 | 2025-01-02T22:29:50.635Z | Compiling aws-lc-rs v1.10.0 |
1245 | 2025-01-02T22:29:50.774Z | Compiling tracing-core v0.1.32 |
1246 | 2025-01-02T22:29:51.088Z | Compiling write16 v1.0.0 |
1247 | 2025-01-02T22:29:51.226Z | Compiling icu_normalizer_data v1.5.0 |
1248 | 2025-01-02T22:29:51.332Z | Compiling utf16_iter v1.0.5 |
1249 | 2025-01-02T22:29:51.531Z | Compiling rustls-pki-types v1.9.0 |
1250 | 2025-01-02T22:29:51.884Z | Compiling utf8_iter v1.0.4 |
1251 | 2025-01-02T22:29:51.924Z | Compiling crossbeam-utils v0.8.20 |
1252 | 2025-01-02T22:29:52.148Z | Compiling vcpkg v0.2.15 |
1253 | 2025-01-02T22:29:52.231Z | Compiling serde_derive v1.0.215 |
1254 | 2025-01-02T22:29:52.500Z | Compiling zeroize_derive v1.4.2 |
1255 | 2025-01-02T22:29:52.613Z | Compiling zerocopy-derive v0.7.35 |
1256 | 2025-01-02T22:29:52.827Z | Compiling zerofrom-derive v0.1.4 |
1257 | 2025-01-02T22:29:54.102Z | Compiling zeroize v1.8.1 |
1258 | 2025-01-02T22:29:54.271Z | Compiling yoke-derive v0.7.4 |
1259 | 2025-01-02T22:29:54.499Z | Compiling tokio-macros v2.4.0 |
1260 | 2025-01-02T22:29:54.949Z | Compiling zerocopy v0.7.35 |
1261 | 2025-01-02T22:29:55.048Z | Compiling zerovec-derive v0.10.3 |
1262 | 2025-01-02T22:29:55.909Z | Compiling crypto-common v0.1.6 |
1263 | 2025-01-02T22:29:56.145Z | Compiling block-buffer v0.10.4 |
1264 | 2025-01-02T22:29:56.167Z | Compiling thiserror-impl v1.0.69 |
1265 | 2025-01-02T22:29:56.418Z | Compiling digest v0.10.7 |
1266 | 2025-01-02T22:29:56.617Z | Compiling displaydoc v0.2.5 |
1267 | 2025-01-02T22:29:56.908Z | Compiling hmac v0.12.1 |
1268 | 2025-01-02T22:29:56.928Z | Compiling futures-macro v0.3.31 |
1269 | 2025-01-02T22:29:57.062Z | Compiling zerofrom v0.1.4 |
1270 | 2025-01-02T22:29:57.170Z | Compiling block-padding v0.3.3 |
1271 | 2025-01-02T22:29:57.292Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2025-01-02T22:29:57.313Z | Compiling yoke v0.7.4 |
1273 | 2025-01-02T22:29:57.418Z | Compiling inout v0.1.3 |
1274 | 2025-01-02T22:29:57.697Z | Compiling cipher v0.4.4 |
1275 | 2025-01-02T22:29:57.717Z | Compiling sha2 v0.10.8 |
1276 | 2025-01-02T22:29:57.742Z | Compiling zerovec v0.10.4 |
1277 | 2025-01-02T22:29:58.302Z | Compiling ppv-lite86 v0.2.20 |
1278 | 2025-01-02T22:29:58.427Z | Compiling der_derive v0.7.3 |
1279 | 2025-01-02T22:29:58.585Z | Compiling tracing-attributes v0.1.27 |
1280 | 2025-01-02T22:29:58.920Z | Compiling futures-util v0.3.31 |
1281 | 2025-01-02T22:29:59.201Z | Compiling rand_chacha v0.3.1 |
1282 | 2025-01-02T22:29:59.770Z | Compiling thiserror v1.0.69 |
1283 | 2025-01-02T22:29:59.907Z | Compiling tinystr v0.7.6 |
1284 | 2025-01-02T22:30:00.049Z | Compiling icu_collections v1.5.0 |
1285 | 2025-01-02T22:30:00.329Z | Compiling icu_locid v1.5.0 |
1286 | 2025-01-02T22:30:01.040Z | Compiling der v0.7.9 |
1287 | 2025-01-02T22:30:01.358Z | Compiling pest v2.7.14 |
1288 | 2025-01-02T22:30:01.554Z | Compiling icu_provider v1.5.0 |
1289 | 2025-01-02T22:30:01.572Z | Compiling rand v0.8.5 |
1290 | 2025-01-02T22:30:02.538Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2025-01-02T22:30:02.673Z | Compiling tracing v0.1.40 |
1292 | 2025-01-02T22:30:02.842Z | Compiling salsa20 v0.10.2 |
1293 | 2025-01-02T22:30:03.085Z | Compiling pbkdf2 v0.12.2 |
1294 | 2025-01-02T22:30:03.239Z | Compiling spki v0.7.3 |
1295 | 2025-01-02T22:30:03.311Z | Compiling mirai-annotations v1.12.0 |
1296 | 2025-01-02T22:30:03.517Z | Compiling untrusted v0.7.1 |
1297 | 2025-01-02T22:30:03.640Z | Compiling time-core v0.1.2 |
1298 | 2025-01-02T22:30:03.711Z | Compiling num-conv v0.1.0 |
1299 | 2025-01-02T22:30:03.817Z | Compiling icu_properties v1.5.1 |
1300 | 2025-01-02T22:30:03.836Z | Compiling untrusted v0.9.0 |
1301 | 2025-01-02T22:30:04.013Z | Compiling powerfmt v0.2.0 |
1302 | 2025-01-02T22:30:04.034Z | Compiling time-macros v0.2.18 |
1303 | 2025-01-02T22:30:04.444Z | Compiling deranged v0.3.11 |
1304 | 2025-01-02T22:30:04.561Z | Compiling pest_meta v2.7.14 |
1305 | 2025-01-02T22:30:05.368Z | Compiling scrypt v0.11.0 |
1306 | 2025-01-02T22:30:05.978Z | Compiling aes v0.8.4 |
1307 | 2025-01-02T22:30:06.366Z | Compiling cbc v0.1.2 |
1308 | 2025-01-02T22:30:06.614Z | Compiling bitflags v2.6.0 |
1309 | 2025-01-02T22:30:06.638Z | Compiling bytes v1.8.0 |
1310 | 2025-01-02T22:30:07.348Z | Compiling indexmap v2.6.0 |
1311 | 2025-01-02T22:30:07.964Z | Compiling tokio v1.40.0 |
1312 | 2025-01-02T22:30:08.378Z | Compiling http v1.1.0 |
1313 | 2025-01-02T22:30:08.826Z | Compiling icu_normalizer v1.5.0 |
1314 | 2025-01-02T22:30:08.877Z | Compiling semver v1.0.23 |
1315 | 2025-01-02T22:30:08.919Z | Compiling openssl-sys v0.9.103 |
1316 | 2025-01-02T22:30:09.677Z | Compiling rustc_version v0.4.1 |
1317 | 2025-01-02T22:30:09.847Z | Compiling idna_adapter v1.2.0 |
1318 | 2025-01-02T22:30:10.034Z | Compiling scroll_derive v0.12.0 |
1319 | 2025-01-02T22:30:10.091Z | Compiling form_urlencoded v1.2.1 |
1320 | 2025-01-02T22:30:10.384Z | Compiling atomic-waker v1.1.2 |
1321 | 2025-01-02T22:30:10.437Z | Compiling num_threads v0.1.7 |
1322 | 2025-01-02T22:30:10.570Z | Compiling time v0.3.36 |
1323 | 2025-01-02T22:30:10.591Z | Compiling idna v1.0.3 |
1324 | 2025-01-02T22:30:10.594Z | Compiling http-body v1.0.1 |
1325 | 2025-01-02T22:30:10.839Z | Compiling pkcs5 v0.7.1 |
1326 | 2025-01-02T22:30:10.861Z | Compiling pest_generator v2.7.14 |
1327 | 2025-01-02T22:30:10.906Z | Compiling try-lock v0.2.5 |
1328 | 2025-01-02T22:30:11.053Z | Compiling which v4.4.2 |
1329 | 2025-01-02T22:30:11.616Z | Compiling scroll v0.12.0 |
1330 | 2025-01-02T22:30:12.144Z | Compiling slog v2.7.0 |
1331 | 2025-01-02T22:30:12.187Z | Compiling goblin v0.8.2 |
1332 | 2025-01-02T22:30:12.434Z | Compiling pkcs8 v0.10.2 |
1333 | 2025-01-02T22:30:12.491Z | Compiling url v2.5.3 |
1334 | 2025-01-02T22:30:12.724Z | Compiling want v0.3.1 |
1335 | 2025-01-02T22:30:12.925Z | Compiling pest_derive v2.7.14 |
1336 | 2025-01-02T22:30:13.072Z | Compiling httpdate v1.0.3 |
1337 | 2025-01-02T22:30:13.583Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2025-01-02T22:30:13.755Z | Compiling dtrace-parser v0.2.0 |
1339 | 2025-01-02T22:30:14.085Z | Compiling uuid v1.11.0 |
1340 | 2025-01-02T22:30:14.225Z | Compiling toml_datetime v0.6.8 |
1341 | 2025-01-02T22:30:14.661Z | Compiling serde_spanned v0.6.8 |
1342 | 2025-01-02T22:30:14.747Z | Compiling adler2 v2.0.0 |
1343 | 2025-01-02T22:30:14.900Z | Compiling iana-time-zone v0.1.61 |
1344 | 2025-01-02T22:30:14.959Z | Compiling tower-service v0.3.3 |
1345 | 2025-01-02T22:30:15.094Z | Compiling openssl v0.10.66 |
1346 | 2025-01-02T22:30:15.368Z | Compiling base64 v0.22.1 |
1347 | 2025-01-02T22:30:15.518Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2025-01-02T22:30:15.539Z | Compiling match_cfg v0.1.0 |
1349 | 2025-01-02T22:30:15.635Z | Compiling rustversion v1.0.17 |
1350 | 2025-01-02T22:30:15.656Z | Compiling hostname v0.3.1 |
1351 | 2025-01-02T22:30:15.911Z | Compiling foreign-types v0.3.2 |
1352 | 2025-01-02T22:30:15.989Z | Compiling chrono v0.4.38 |
1353 | 2025-01-02T22:30:16.030Z | Compiling miniz_oxide v0.8.0 |
1354 | 2025-01-02T22:30:16.140Z | Compiling openssl-macros v0.1.1 |
1355 | 2025-01-02T22:30:16.399Z | Compiling async-trait v0.1.83 |
1356 | 2025-01-02T22:30:16.907Z | Compiling tokio-util v0.7.12 |
1357 | 2025-01-02T22:30:17.407Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2025-01-02T22:30:17.600Z | Compiling data-encoding v2.6.0 |
1359 | 2025-01-02T22:30:18.133Z | Compiling h2 v0.4.6 |
1360 | 2025-01-02T22:30:18.466Z | Compiling dof v0.3.0 |
1361 | 2025-01-02T22:30:19.266Z | Compiling usdt-impl v0.5.0 |
1362 | 2025-01-02T22:30:19.799Z | Compiling rustls v0.22.4 |
1363 | 2025-01-02T22:30:20.054Z | Compiling siphasher v0.3.11 |
1364 | 2025-01-02T22:30:20.077Z | Compiling rustls v0.23.14 |
1365 | 2025-01-02T22:30:20.346Z | Compiling native-tls v0.2.12 |
1366 | 2025-01-02T22:30:20.463Z | Compiling syn v1.0.109 |
1367 | 2025-01-02T22:30:20.725Z | Compiling dirs-next v2.0.0 |
1368 | 2025-01-02T22:30:20.931Z | Compiling http-body-util v0.1.2 |
1369 | 2025-01-02T22:30:21.186Z | Compiling heapless v0.7.17 |
1370 | 2025-01-02T22:30:21.453Z | Compiling crossbeam-epoch v0.9.18 |
1371 | 2025-01-02T22:30:21.637Z | Compiling signature v2.2.0 |
1372 | 2025-01-02T22:30:21.941Z | Compiling sha1 v0.10.6 |
1373 | 2025-01-02T22:30:22.243Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2025-01-02T22:30:22.317Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2025-01-02T22:30:22.378Z | Compiling thread_local v1.1.8 |
1376 | 2025-01-02T22:30:22.744Z | Compiling encoding_rs v0.8.34 |
1377 | 2025-01-02T22:30:22.924Z | Compiling multer v3.1.0 |
1378 | 2025-01-02T22:30:23.011Z | Compiling cookie v0.18.1 |
1379 | 2025-01-02T22:30:23.213Z | Compiling schemars v0.8.21 |
1380 | 2025-01-02T22:30:23.303Z | Compiling unicode-properties v0.1.3 |
1381 | 2025-01-02T22:30:23.564Z | Compiling mime v0.3.17 |
1382 | 2025-01-02T22:30:23.717Z | Compiling slog-async v2.8.0 |
1383 | 2025-01-02T22:30:24.022Z | Compiling ipnet v2.10.1 |
1384 | 2025-01-02T22:30:24.195Z | Compiling openssl-probe v0.1.5 |
1385 | 2025-01-02T22:30:24.247Z | Compiling signal-hook v0.3.17 |
1386 | 2025-01-02T22:30:24.509Z | Compiling gimli v0.31.1 |
1387 | 2025-01-02T22:30:24.546Z | Compiling rayon-core v1.12.1 |
1388 | 2025-01-02T22:30:24.946Z | Compiling stringprep v0.1.5 |
1389 | 2025-01-02T22:30:25.131Z | Compiling schemars_derive v0.8.21 |
1390 | 2025-01-02T22:30:25.300Z | Compiling hyper v1.5.0 |
1391 | 2025-01-02T22:30:26.209Z | Compiling toml_edit v0.22.22 |
1392 | 2025-01-02T22:30:27.986Z | Compiling hyper-util v0.1.10 |
1393 | 2025-01-02T22:30:28.852Z | Compiling usdt-macro v0.5.0 |
1394 | 2025-01-02T22:30:29.111Z | Compiling addr2line v0.24.2 |
1395 | 2025-01-02T22:30:29.579Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2025-01-02T22:30:29.804Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2025-01-02T22:30:30.162Z | Compiling term v0.7.0 |
1398 | 2025-01-02T22:30:30.329Z | Compiling slog-json v2.6.1 |
1399 | 2025-01-02T22:30:30.714Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2025-01-02T22:30:31.053Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2025-01-02T22:30:31.252Z | Compiling crossbeam-channel v0.5.13 |
1402 | 2025-01-02T22:30:31.272Z | Compiling futures-executor v0.3.31 |
1403 | 2025-01-02T22:30:31.345Z | Compiling enum-as-inner v0.6.1 |
1404 | 2025-01-02T22:30:31.613Z | Compiling md-5 v0.10.6 |
1405 | 2025-01-02T22:30:31.684Z | Compiling async-stream-impl v0.3.6 |
1406 | 2025-01-02T22:30:31.853Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2025-01-02T22:30:31.897Z | Compiling num-integer v0.1.46 |
1408 | 2025-01-02T22:30:32.217Z | Compiling idna v0.4.0 |
1409 | 2025-01-02T22:30:32.351Z | Compiling idna v0.3.0 |
1410 | 2025-01-02T22:30:32.483Z | Compiling hash32 v0.2.1 |
1411 | 2025-01-02T22:30:32.676Z | Compiling ff v0.13.0 |
1412 | 2025-01-02T22:30:32.928Z | Compiling is-terminal v0.4.13 |
1413 | 2025-01-02T22:30:32.946Z | Compiling object v0.36.5 |
1414 | 2025-01-02T22:30:33.071Z | Compiling dropshot v0.12.0 |
1415 | 2025-01-02T22:30:33.121Z | Compiling base16ct v0.2.0 |
1416 | 2025-01-02T22:30:33.367Z | Compiling rustc-demangle v0.1.24 |
1417 | 2025-01-02T22:30:33.491Z | Compiling utf-8 v0.7.6 |
1418 | 2025-01-02T22:30:33.833Z | Compiling dyn-clone v1.0.17 |
1419 | 2025-01-02T22:30:33.949Z | Compiling smoltcp v0.9.1 |
1420 | 2025-01-02T22:30:34.062Z | Compiling num-bigint-dig v0.8.4 |
1421 | 2025-01-02T22:30:34.101Z | Compiling portable-atomic v1.9.0 |
1422 | 2025-01-02T22:30:34.335Z | Compiling fallible-iterator v0.2.0 |
1423 | 2025-01-02T22:30:34.358Z | Compiling anyhow v1.0.93 |
1424 | 2025-01-02T22:30:34.646Z | Compiling psl-types v2.0.11 |
1425 | 2025-01-02T22:30:34.763Z | Compiling take_mut v0.2.2 |
1426 | 2025-01-02T22:30:34.854Z | Compiling linked-hash-map v0.5.6 |
1427 | 2025-01-02T22:30:34.924Z | Compiling quick-error v1.2.3 |
1428 | 2025-01-02T22:30:35.070Z | Compiling resolv-conf v0.7.0 |
1429 | 2025-01-02T22:30:35.091Z | Compiling postgres-protocol v0.6.7 |
1430 | 2025-01-02T22:30:35.196Z | Compiling lru-cache v0.1.2 |
1431 | 2025-01-02T22:30:35.347Z | Compiling publicsuffix v2.2.3 |
1432 | 2025-01-02T22:30:35.627Z | Compiling tungstenite v0.24.0 |
1433 | 2025-01-02T22:30:35.939Z | Compiling sec1 v0.7.3 |
1434 | 2025-01-02T22:30:36.458Z | Compiling hickory-proto v0.24.1 |
1435 | 2025-01-02T22:30:36.519Z | Compiling async-stream v0.3.6 |
1436 | 2025-01-02T22:30:36.555Z | Compiling slog-term v2.9.1 |
1437 | 2025-01-02T22:30:36.842Z | Compiling usdt v0.5.0 |
1438 | 2025-01-02T22:30:37.348Z | Compiling group v0.13.0 |
1439 | 2025-01-02T22:30:37.860Z | Compiling num-iter v0.1.45 |
1440 | 2025-01-02T22:30:38.065Z | Compiling futures v0.3.31 |
1441 | 2025-01-02T22:30:38.227Z | Compiling slog-bunyan v2.5.0 |
1442 | 2025-01-02T22:30:38.464Z | Compiling toml v0.8.19 |
1443 | 2025-01-02T22:30:40.160Z | Compiling camino v1.1.9 |
1444 | 2025-01-02T22:30:40.184Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2025-01-02T22:30:40.456Z | Compiling backtrace v0.3.74 |
1446 | 2025-01-02T22:30:40.659Z | Compiling phf_shared v0.11.2 |
1447 | 2025-01-02T22:30:41.057Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2025-01-02T22:30:41.143Z | Compiling terminal_size v0.4.0 |
1449 | 2025-01-02T22:30:41.213Z | Compiling waitgroup v0.1.2 |
1450 | 2025-01-02T22:30:41.282Z | Compiling openapiv3 v2.0.0 |
1451 | 2025-01-02T22:30:41.367Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2025-01-02T22:30:41.452Z | Compiling hkdf v0.12.4 |
1453 | 2025-01-02T22:30:41.723Z | Compiling crypto-bigint v0.5.5 |
1454 | 2025-01-02T22:30:42.243Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2025-01-02T22:30:44.293Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2025-01-02T22:30:44.393Z | Compiling hubpack_derive v0.1.1 |
1457 | 2025-01-02T22:30:44.592Z | Compiling webpki-roots v0.26.6 |
1458 | 2025-01-02T22:30:44.811Z | Compiling idna v0.5.0 |
1459 | 2025-01-02T22:30:45.337Z | Compiling hostname v0.4.0 |
1460 | 2025-01-02T22:30:45.584Z | Compiling ahash v0.8.11 |
1461 | 2025-01-02T22:30:45.762Z | Compiling crc32fast v1.4.2 |
1462 | 2025-01-02T22:30:45.832Z | Compiling fs-err v2.11.0 |
1463 | 2025-01-02T22:30:45.876Z | Compiling winnow v0.5.40 |
1464 | 2025-01-02T22:30:45.919Z | Compiling bitflags v1.3.2 |
1465 | 2025-01-02T22:30:46.034Z | Compiling managed v0.8.0 |
1466 | 2025-01-02T22:30:46.101Z | Compiling debug-ignore v1.0.5 |
1467 | 2025-01-02T22:30:46.259Z | Compiling console v0.15.8 |
1468 | 2025-01-02T22:30:46.280Z | Compiling strum_macros v0.25.3 |
1469 | 2025-01-02T22:30:46.510Z | Compiling flate2 v1.0.34 |
1470 | 2025-01-02T22:30:47.226Z | Compiling clap_builder v4.5.21 |
1471 | 2025-01-02T22:30:48.027Z | Compiling cookie_store v0.21.0 |
1472 | 2025-01-02T22:30:48.603Z | Compiling hubpack v0.1.2 |
1473 | 2025-01-02T22:30:48.639Z | Compiling elliptic-curve v0.13.8 |
1474 | 2025-01-02T22:30:49.084Z | Compiling zerocopy v0.6.6 |
1475 | 2025-01-02T22:30:49.501Z | Compiling toml_edit v0.19.15 |
1476 | 2025-01-02T22:30:49.631Z | Compiling hickory-resolver v0.24.1 |
1477 | 2025-01-02T22:30:49.957Z | Compiling phf v0.11.2 |
1478 | 2025-01-02T22:30:50.268Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2025-01-02T22:30:50.448Z | Compiling hyper-tls v0.6.0 |
1480 | 2025-01-02T22:30:50.571Z | Compiling rayon v1.10.0 |
1481 | 2025-01-02T22:30:50.685Z | Compiling bzip2 v0.4.4 |
1482 | 2025-01-02T22:30:51.083Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2025-01-02T22:30:51.661Z | Compiling postgres-types v0.2.8 |
1484 | 2025-01-02T22:30:54.727Z | Compiling ed25519 v2.2.3 |
1485 | 2025-01-02T22:30:55.507Z | Compiling phf_shared v0.10.0 |
1486 | 2025-01-02T22:30:55.941Z | Compiling tokio-stream v0.1.16 |
1487 | 2025-01-02T22:30:55.990Z | Compiling pkcs1 v0.7.5 |
1488 | 2025-01-02T22:30:56.591Z | Compiling serde-big-array v0.5.1 |
1489 | 2025-01-02T22:30:56.685Z | Compiling clap_derive v4.5.18 |
1490 | 2025-01-02T22:30:56.826Z | Compiling rfc6979 v0.4.0 |
1491 | 2025-01-02T22:30:56.937Z | Compiling derive-where v1.2.7 |
1492 | 2025-01-02T22:30:56.995Z | Compiling serde_repr v0.1.19 |
1493 | 2025-01-02T22:30:57.025Z | Compiling float-cmp v0.9.0 |
1494 | 2025-01-02T22:30:57.047Z | Compiling bstr v1.10.0 |
1495 | 2025-01-02T22:30:57.241Z | Compiling sync_wrapper v1.0.1 |
1496 | 2025-01-02T22:30:57.403Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2025-01-02T22:30:57.767Z | Compiling fixedbitset v0.4.2 |
1498 | 2025-01-02T22:30:58.252Z | Compiling static_assertions v1.1.0 |
1499 | 2025-01-02T22:30:58.279Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2025-01-02T22:30:58.360Z | Compiling number_prefix v0.4.0 |
1501 | 2025-01-02T22:30:58.382Z | Compiling precomputed-hash v0.1.1 |
1502 | 2025-01-02T22:30:58.415Z | Compiling bit-vec v0.6.3 |
1503 | 2025-01-02T22:30:58.493Z | Compiling new_debug_unreachable v1.0.6 |
1504 | 2025-01-02T22:30:58.587Z | Compiling difflib v0.4.0 |
1505 | 2025-01-02T22:30:58.609Z | Compiling predicates-core v1.0.8 |
1506 | 2025-01-02T22:30:58.881Z | Compiling whoami v1.5.2 |
1507 | 2025-01-02T22:30:58.903Z | Compiling unicode-width v0.2.0 |
1508 | 2025-01-02T22:30:58.982Z | Compiling predicates v3.1.2 |
1509 | 2025-01-02T22:30:59.441Z | Compiling indicatif v0.17.9 |
1510 | 2025-01-02T22:30:59.544Z | Compiling tokio-postgres v0.7.12 |
1511 | 2025-01-02T22:31:00.219Z | Compiling bit-set v0.5.3 |
1512 | 2025-01-02T22:31:00.524Z | Compiling string_cache v0.8.7 |
1513 | 2025-01-02T22:31:00.650Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2025-01-02T22:31:00.817Z | Compiling similar v2.6.0 |
1515 | 2025-01-02T22:31:01.009Z | Compiling petgraph v0.6.5 |
1516 | 2025-01-02T22:31:01.721Z | Compiling ecdsa v0.16.9 |
1517 | 2025-01-02T22:31:01.891Z | Compiling clap v4.5.21 |
1518 | 2025-01-02T22:31:02.025Z | Compiling rsa v0.9.6 |
1519 | 2025-01-02T22:31:02.632Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2025-01-02T22:31:03.391Z | Compiling toml v0.7.8 |
1521 | 2025-01-02T22:31:04.058Z | Compiling zip v0.6.6 |
1522 | 2025-01-02T22:31:05.203Z | Compiling crossterm v0.28.1 |
1523 | 2025-01-02T22:31:05.514Z | Compiling hex v0.4.3 |
1524 | 2025-01-02T22:31:05.585Z | Compiling x509-cert v0.2.5 |
1525 | 2025-01-02T22:31:05.947Z | Compiling itertools v0.10.5 |
1526 | 2025-01-02T22:31:06.164Z | Compiling unicode-xid v0.2.6 |
1527 | 2025-01-02T22:31:06.351Z | Compiling lalrpop-util v0.19.12 |
1528 | 2025-01-02T22:31:06.406Z | Compiling peg-runtime v0.8.3 |
1529 | 2025-01-02T22:31:06.735Z | Compiling strum_macros v0.26.4 |
1530 | 2025-01-02T22:31:07.137Z | Compiling xattr v1.3.1 |
1531 | 2025-01-02T22:31:07.407Z | Compiling filetime v0.2.25 |
1532 | 2025-01-02T22:31:07.735Z | Compiling tar v0.4.42 |
1533 | 2025-01-02T22:31:11.917Z | Compiling strum v0.26.3 |
1534 | 2025-01-02T22:31:14.843Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2025-01-02T22:31:43.152Z | Compiling rustls-webpki v0.102.8 |
1536 | 2025-01-02T22:31:46.677Z | Compiling tokio-rustls v0.25.0 |
1537 | 2025-01-02T22:31:48.476Z | Compiling tokio-rustls v0.26.0 |
1538 | 2025-01-02T22:31:48.847Z | Compiling hyper-rustls v0.27.3 |
1539 | 2025-01-02T22:31:49.146Z | Compiling reqwest v0.12.9 |
1540 | 2025-01-02T22:31:50.654Z | Compiling qorb v0.2.1 |
1541 | 2025-01-02T22:31:55.329Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2025-01-02T22:31:55.574Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2025-01-02T22:32:01.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1544 | 2025-01-02T22:32:01.676Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2025-01-02T22:32:01.747Z | Jan 02 22:32:00.964 INFO Starting download, target: Cockroach |
1546 | 2025-01-02T22:32:01.747Z | Jan 02 22:32:00.965 INFO Starting download, target: Console |
1547 | 2025-01-02T22:32:01.754Z | Jan 02 22:32:00.965 INFO Starting download, target: Clickhouse |
1548 | 2025-01-02T22:32:01.754Z | Jan 02 22:32:00.965 INFO Starting download, target: DendriteOpenapi |
1549 | 2025-01-02T22:32:01.755Z | Jan 02 22:32:00.965 INFO Starting download, target: DendriteStub |
1550 | 2025-01-02T22:32:01.755Z | Jan 02 22:32:00.965 INFO Starting download, target: MaghemiteMgd |
1551 | 2025-01-02T22:32:01.755Z | Jan 02 22:32:00.965 INFO Starting download, target: TransceiverControl |
1552 | 2025-01-02T22:32:01.755Z | Jan 02 22:32:00.965 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2025-01-02T22:32:01.755Z | Jan 02 22:32:00.965 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2025-01-02T22:32:01.756Z | Jan 02 22:32:00.965 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2025-01-02T22:32:01.756Z | Jan 02 22:32:00.966 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2025-01-02T22:32:01.756Z | Jan 02 22:32:00.966 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1557 | 2025-01-02T22:32:01.756Z | Jan 02 22:32:00.966 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1558 | 2025-01-02T22:32:01.756Z | Jan 02 22:32:00.966 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2025-01-02T22:32:02.206Z | Jan 02 22:32:01.382 INFO Download complete, target: DendriteOpenapi |
1560 | 2025-01-02T22:32:02.276Z | Jan 02 22:32:01.434 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2025-01-02T22:32:02.417Z | Jan 02 22:32:01.605 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2025-01-02T22:32:02.533Z | Jan 02 22:32:01.736 INFO Download complete, target: Console |
1563 | 2025-01-02T22:32:02.977Z | Jan 02 22:32:02.183 INFO Download complete, target: TransceiverControl |
1564 | 2025-01-02T22:32:03.169Z | Jan 02 22:32:02.396 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1565 | 2025-01-02T22:32:03.282Z | Jan 02 22:32:02.516 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2025-01-02T22:32:03.673Z | Jan 02 22:32:02.902 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2025-01-02T22:32:03.984Z | Jan 02 22:32:03.218 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2025-01-02T22:32:03.984Z | Jan 02 22:32:03.218 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2025-01-02T22:32:06.033Z | Jan 02 22:32:05.266 INFO Download complete, target: DendriteStub |
1570 | 2025-01-02T22:32:06.158Z | Jan 02 22:32:05.393 INFO Download complete, target: MaghemiteMgd |
1571 | 2025-01-02T22:32:11.194Z | Jan 02 22:32:10.428 INFO Checking that binary works, target: Cockroach |
1572 | 2025-01-02T22:32:11.363Z | Jan 02 22:32:10.583 INFO Download complete, target: Cockroach |
1573 | 2025-01-02T22:32:15.803Z | Jan 02 22:32:15.035 INFO Checking that binary works, target: Clickhouse |
1574 | 2025-01-02T22:32:15.932Z | Jan 02 22:32:15.166 INFO Download complete, target: Clickhouse |
1575 | 2025-01-02T22:32:15.952Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2025-01-02T22:32:15.955Z | |
1577 | 2025-01-02T22:32:15.955Z | real 5:16.813864487 |
1578 | 2025-01-02T22:32:15.955Z | user 16:47.968746921 |
1579 | 2025-01-02T22:32:15.955Z | sys 3:17.550371459 |
1580 | 2025-01-02T22:32:15.955Z | trap 0.582428101 |
1581 | 2025-01-02T22:32:15.955Z | tflt 1.746216676 |
1582 | 2025-01-02T22:32:15.955Z | dflt 2.271549570 |
1583 | 2025-01-02T22:32:15.955Z | kflt 0.024206621 |
1584 | 2025-01-02T22:32:15.955Z | lock 29:40.372071797 |
1585 | 2025-01-02T22:32:15.955Z | slp 1:03:22.805434518 |
1586 | 2025-01-02T22:32:15.955Z | lat 59.210185690 |
1587 | 2025-01-02T22:32:15.955Z | stop 2:20.376529726 |
1588 | 2025-01-02T22:32:15.955Z | + banner hack-check |
1589 | 2025-01-02T22:32:15.957Z | |
1590 | 2025-01-02T22:32:15.957Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2025-01-02T22:32:15.957Z | # # # # # # # # # # # # # # # # # |
1592 | 2025-01-02T22:32:15.958Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2025-01-02T22:32:15.958Z | # # ###### # # # # # # # # # # |
1594 | 2025-01-02T22:32:15.958Z | # # # # # # # # # # # # # # # # # |
1595 | 2025-01-02T22:32:15.958Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2025-01-02T22:32:15.958Z | |
1597 | 2025-01-02T22:32:15.958Z | + export CARGO_INCREMENTAL=0 |
1598 | 2025-01-02T22:32:15.958Z | + CARGO_INCREMENTAL=0 |
1599 | 2025-01-02T22:32:15.958Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2025-01-02T22:32:16.500Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2025-01-02T22:32:20.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
1602 | 2025-01-02T22:32:20.162Z | Running `target/debug/xtask check-features --ci` |
1603 | 2025-01-02T22:32:20.184Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2025-01-02T22:32:20.184Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2025-01-02T22:32:20.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1606 | 2025-01-02T22:32:20.679Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2025-01-02T22:32:21.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2025-01-02T22:32:21.899Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2025-01-02T22:32:27.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
1610 | 2025-01-02T22:32:27.210Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2025-01-02T22:32:27.249Z | Jan 02 22:32:26.481 INFO Starting download, target: CargoHack |
1612 | 2025-01-02T22:32:27.251Z | Jan 02 22:32:26.482 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2025-01-02T22:32:27.812Z | Jan 02 22:32:27.044 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2025-01-02T22:32:27.900Z | Jan 02 22:32:27.133 INFO Download complete, target: CargoHack |
1615 | 2025-01-02T22:32:27.904Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1616 | 2025-01-02T22:32:27.920Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2025-01-02T22:32:28.093Z | info: running `cargo check --bins` on api_identity (1/173) |
1618 | 2025-01-02T22:32:28.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2025-01-02T22:32:28.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2025-01-02T22:32:28.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2025-01-02T22:32:28.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1622 | 2025-01-02T22:32:28.715Z | |
1623 | 2025-01-02T22:32:28.715Z | info: running `cargo check --bins` on bootstore (2/173) |
1624 | 2025-01-02T22:32:29.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2025-01-02T22:32:29.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2025-01-02T22:32:29.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2025-01-02T22:32:29.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1628 | 2025-01-02T22:32:29.370Z | |
1629 | 2025-01-02T22:32:29.370Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1630 | 2025-01-02T22:32:29.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2025-01-02T22:32:29.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2025-01-02T22:32:29.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2025-01-02T22:32:29.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1634 | 2025-01-02T22:32:30.004Z | |
1635 | 2025-01-02T22:32:30.004Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1636 | 2025-01-02T22:32:30.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2025-01-02T22:32:30.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2025-01-02T22:32:30.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2025-01-02T22:32:30.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1640 | 2025-01-02T22:32:30.650Z | |
1641 | 2025-01-02T22:32:30.650Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1642 | 2025-01-02T22:32:31.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2025-01-02T22:32:31.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2025-01-02T22:32:31.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2025-01-02T22:32:31.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1646 | 2025-01-02T22:32:31.079Z | |
1647 | 2025-01-02T22:32:31.079Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1648 | 2025-01-02T22:32:31.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2025-01-02T22:32:31.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2025-01-02T22:32:31.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2025-01-02T22:32:31.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1652 | 2025-01-02T22:32:31.509Z | |
1653 | 2025-01-02T22:32:31.509Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1654 | 2025-01-02T22:32:31.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2025-01-02T22:32:31.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2025-01-02T22:32:31.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2025-01-02T22:32:31.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1658 | 2025-01-02T22:32:31.940Z | |
1659 | 2025-01-02T22:32:31.940Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1660 | 2025-01-02T22:32:32.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2025-01-02T22:32:32.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2025-01-02T22:32:32.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2025-01-02T22:32:32.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1664 | 2025-01-02T22:32:32.382Z | |
1665 | 2025-01-02T22:32:32.382Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1666 | 2025-01-02T22:32:32.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-01-02T22:32:32.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-01-02T22:32:32.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-01-02T22:32:32.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1670 | 2025-01-02T22:32:32.822Z | |
1671 | 2025-01-02T22:32:32.822Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1672 | 2025-01-02T22:32:33.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-01-02T22:32:33.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-01-02T22:32:33.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-01-02T22:32:33.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1676 | 2025-01-02T22:32:33.255Z | |
1677 | 2025-01-02T22:32:33.255Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1678 | 2025-01-02T22:32:33.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-01-02T22:32:33.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-01-02T22:32:33.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-01-02T22:32:33.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1682 | 2025-01-02T22:32:33.695Z | |
1683 | 2025-01-02T22:32:33.696Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1684 | 2025-01-02T22:32:34.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-01-02T22:32:34.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-01-02T22:32:34.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-01-02T22:32:34.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1688 | 2025-01-02T22:32:34.143Z | |
1689 | 2025-01-02T22:32:34.143Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1690 | 2025-01-02T22:32:34.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-01-02T22:32:34.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-01-02T22:32:34.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-01-02T22:32:34.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1694 | 2025-01-02T22:32:34.565Z | |
1695 | 2025-01-02T22:32:34.566Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1696 | 2025-01-02T22:32:34.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-01-02T22:32:34.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-01-02T22:32:34.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-01-02T22:32:34.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1700 | 2025-01-02T22:32:34.991Z | |
1701 | 2025-01-02T22:32:34.991Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1702 | 2025-01-02T22:32:35.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-01-02T22:32:35.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-01-02T22:32:35.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-01-02T22:32:35.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1706 | 2025-01-02T22:32:35.418Z | |
1707 | 2025-01-02T22:32:35.418Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1708 | 2025-01-02T22:32:35.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-01-02T22:32:35.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-01-02T22:32:35.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-01-02T22:32:35.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1712 | 2025-01-02T22:32:35.848Z | |
1713 | 2025-01-02T22:32:35.848Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1714 | 2025-01-02T22:32:36.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-01-02T22:32:36.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-01-02T22:32:36.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-01-02T22:32:36.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2025-01-02T22:32:36.270Z | |
1719 | 2025-01-02T22:32:36.270Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1720 | 2025-01-02T22:32:36.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-01-02T22:32:36.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-01-02T22:32:36.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-01-02T22:32:36.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1724 | 2025-01-02T22:32:36.703Z | |
1725 | 2025-01-02T22:32:36.703Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1726 | 2025-01-02T22:32:37.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-01-02T22:32:37.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-01-02T22:32:37.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-01-02T22:32:37.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1730 | 2025-01-02T22:32:37.134Z | |
1731 | 2025-01-02T22:32:37.134Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1732 | 2025-01-02T22:32:37.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-01-02T22:32:37.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-01-02T22:32:37.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-01-02T22:32:37.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1736 | 2025-01-02T22:32:37.566Z | |
1737 | 2025-01-02T22:32:37.566Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1738 | 2025-01-02T22:32:37.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-01-02T22:32:37.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-01-02T22:32:37.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-01-02T22:32:37.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2025-01-02T22:32:37.996Z | |
1743 | 2025-01-02T22:32:37.996Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1744 | 2025-01-02T22:32:38.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-01-02T22:32:38.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-01-02T22:32:38.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-01-02T22:32:38.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1748 | 2025-01-02T22:32:38.437Z | |
1749 | 2025-01-02T22:32:38.437Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1750 | 2025-01-02T22:32:38.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-01-02T22:32:38.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-01-02T22:32:38.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-01-02T22:32:38.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1754 | 2025-01-02T22:32:38.875Z | |
1755 | 2025-01-02T22:32:38.875Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1756 | 2025-01-02T22:32:39.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-01-02T22:32:39.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-01-02T22:32:39.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-01-02T22:32:39.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1760 | 2025-01-02T22:32:39.317Z | |
1761 | 2025-01-02T22:32:39.318Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1762 | 2025-01-02T22:32:39.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-01-02T22:32:39.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-01-02T22:32:39.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-01-02T22:32:39.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1766 | 2025-01-02T22:32:39.968Z | |
1767 | 2025-01-02T22:32:39.968Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1768 | 2025-01-02T22:32:40.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-01-02T22:32:40.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-01-02T22:32:40.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-01-02T22:32:40.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1772 | 2025-01-02T22:32:40.629Z | |
1773 | 2025-01-02T22:32:40.629Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1774 | 2025-01-02T22:32:41.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-01-02T22:32:41.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-01-02T22:32:41.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-01-02T22:32:41.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1778 | 2025-01-02T22:32:41.283Z | |
1779 | 2025-01-02T22:32:41.283Z | info: running `cargo check --bins` on oxlog (28/173) |
1780 | 2025-01-02T22:32:41.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-01-02T22:32:41.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-01-02T22:32:41.917Z | Checking cfg-if v1.0.0 |
1783 | 2025-01-02T22:32:41.920Z | Checking libc v0.2.162 |
1784 | 2025-01-02T22:32:42.026Z | Checking serde v1.0.215 |
1785 | 2025-01-02T22:32:42.028Z | Checking zeroize v1.8.1 |
1786 | 2025-01-02T22:32:42.046Z | Checking memchr v2.7.4 |
1787 | 2025-01-02T22:32:42.049Z | Checking typenum v1.17.0 |
1788 | 2025-01-02T22:32:42.055Z | Checking scopeguard v1.2.0 |
1789 | 2025-01-02T22:32:42.081Z | Checking subtle v2.6.1 |
1790 | 2025-01-02T22:32:42.096Z | Checking value-bag v1.9.0 |
1791 | 2025-01-02T22:32:42.207Z | Checking lock_api v0.4.12 |
1792 | 2025-01-02T22:32:42.287Z | Checking smallvec v1.13.2 |
1793 | 2025-01-02T22:32:42.336Z | Checking const-oid v0.9.6 |
1794 | 2025-01-02T22:32:42.507Z | Checking log v0.4.22 |
1795 | 2025-01-02T22:32:42.655Z | Checking itoa v1.0.11 |
1796 | 2025-01-02T22:32:42.671Z | Checking pin-project-lite v0.2.14 |
1797 | 2025-01-02T22:32:42.814Z | Checking byteorder v1.5.0 |
1798 | 2025-01-02T22:32:42.881Z | Checking futures-core v0.3.31 |
1799 | 2025-01-02T22:32:42.913Z | Checking once_cell v1.20.2 |
1800 | 2025-01-02T22:32:43.037Z | Checking stable_deref_trait v1.2.0 |
1801 | 2025-01-02T22:32:43.074Z | Checking cpufeatures v0.2.14 |
1802 | 2025-01-02T22:32:43.135Z | Checking futures-sink v0.3.31 |
1803 | 2025-01-02T22:32:43.169Z | Checking getrandom v0.2.15 |
1804 | 2025-01-02T22:32:43.182Z | Checking signal-hook-registry v1.4.2 |
1805 | 2025-01-02T22:32:43.201Z | Checking parking_lot_core v0.9.10 |
1806 | 2025-01-02T22:32:43.232Z | Checking mio v1.0.2 |
1807 | 2025-01-02T22:32:43.263Z | Checking socket2 v0.5.7 |
1808 | 2025-01-02T22:32:43.378Z | Checking generic-array v0.14.7 |
1809 | 2025-01-02T22:32:43.412Z | Checking rand_core v0.6.4 |
1810 | 2025-01-02T22:32:43.448Z | Checking spin v0.9.8 |
1811 | 2025-01-02T22:32:43.532Z | Checking parking_lot v0.12.3 |
1812 | 2025-01-02T22:32:43.710Z | Checking zerofrom v0.1.4 |
1813 | 2025-01-02T22:32:43.751Z | Checking zerocopy v0.7.35 |
1814 | 2025-01-02T22:32:43.807Z | Checking slab v0.4.9 |
1815 | 2025-01-02T22:32:43.838Z | Checking futures-channel v0.3.31 |
1816 | 2025-01-02T22:32:43.877Z | Checking allocator-api2 v0.2.18 |
1817 | 2025-01-02T22:32:43.927Z | Checking yoke v0.7.4 |
1818 | 2025-01-02T22:32:44.071Z | Checking futures-task v0.3.31 |
1819 | 2025-01-02T22:32:44.175Z | Checking foldhash v0.1.3 |
1820 | 2025-01-02T22:32:44.211Z | Checking equivalent v1.0.1 |
1821 | 2025-01-02T22:32:44.265Z | Checking zerovec v0.10.4 |
1822 | 2025-01-02T22:32:44.315Z | Checking futures-io v0.3.31 |
1823 | 2025-01-02T22:32:44.330Z | Checking pin-utils v0.1.0 |
1824 | 2025-01-02T22:32:44.378Z | Checking litemap v0.7.3 |
1825 | 2025-01-02T22:32:44.414Z | Checking tinyvec_macros v0.1.1 |
1826 | 2025-01-02T22:32:44.494Z | Checking futures-util v0.3.31 |
1827 | 2025-01-02T22:32:44.509Z | Checking ryu v1.0.18 |
1828 | 2025-01-02T22:32:44.512Z | Checking hashbrown v0.15.1 |
1829 | 2025-01-02T22:32:44.540Z | Checking crypto-common v0.1.6 |
1830 | 2025-01-02T22:32:44.716Z | Checking block-buffer v0.10.4 |
1831 | 2025-01-02T22:32:44.732Z | Checking block-padding v0.3.3 |
1832 | 2025-01-02T22:32:44.746Z | Checking writeable v0.5.5 |
1833 | 2025-01-02T22:32:44.932Z | Checking inout v0.1.3 |
1834 | 2025-01-02T22:32:44.945Z | Checking digest v0.10.7 |
1835 | 2025-01-02T22:32:45.065Z | Checking tinyvec v1.8.0 |
1836 | 2025-01-02T22:32:45.156Z | Checking fnv v1.0.7 |
1837 | 2025-01-02T22:32:45.205Z | Checking cipher v0.4.4 |
1838 | 2025-01-02T22:32:45.282Z | Checking libm v0.2.8 |
1839 | 2025-01-02T22:32:45.325Z | Checking hmac v0.12.1 |
1840 | 2025-01-02T22:32:45.560Z | Checking sha2 v0.10.8 |
1841 | 2025-01-02T22:32:45.621Z | Checking icu_locid_transform_data v1.5.0 |
1842 | 2025-01-02T22:32:45.712Z | Checking unicode-bidi v0.3.17 |
1843 | 2025-01-02T22:32:45.729Z | Checking base64ct v1.6.0 |
1844 | 2025-01-02T22:32:45.978Z | Checking tinystr v0.7.6 |
1845 | 2025-01-02T22:32:46.150Z | Checking icu_collections v1.5.0 |
1846 | 2025-01-02T22:32:46.184Z | Checking pem-rfc7468 v0.7.0 |
1847 | 2025-01-02T22:32:46.203Z | Checking num-traits v0.2.19 |
1848 | 2025-01-02T22:32:46.342Z | Checking icu_locid v1.5.0 |
1849 | 2025-01-02T22:32:46.363Z | Checking ppv-lite86 v0.2.20 |
1850 | 2025-01-02T22:32:46.404Z | Checking unicode-normalization v0.1.24 |
1851 | 2025-01-02T22:32:46.444Z | Checking percent-encoding v2.3.1 |
1852 | 2025-01-02T22:32:46.653Z | Checking icu_properties_data v1.5.0 |
1853 | 2025-01-02T22:32:46.838Z | Checking flagset v0.4.6 |
1854 | 2025-01-02T22:32:46.894Z | Checking tracing-core v0.1.32 |
1855 | 2025-01-02T22:32:47.029Z | Checking der v0.7.9 |
1856 | 2025-01-02T22:32:47.096Z | Checking bytes v1.8.0 |
1857 | 2025-01-02T22:32:47.129Z | Checking indexmap v2.6.0 |
1858 | 2025-01-02T22:32:47.281Z | Checking serde_json v1.0.132 |
1859 | 2025-01-02T22:32:47.424Z | Checking icu_provider v1.5.0 |
1860 | 2025-01-02T22:32:47.589Z | Checking rand_chacha v0.3.1 |
1861 | 2025-01-02T22:32:47.889Z | Checking bitflags v2.6.0 |
1862 | 2025-01-02T22:32:47.906Z | Checking tokio v1.40.0 |
1863 | 2025-01-02T22:32:47.980Z | Checking http v1.1.0 |
1864 | 2025-01-02T22:32:48.117Z | Checking icu_locid_transform v1.5.0 |
1865 | 2025-01-02T22:32:48.188Z | Checking thiserror v1.0.69 |
1866 | 2025-01-02T22:32:48.326Z | Checking write16 v1.0.0 |
1867 | 2025-01-02T22:32:48.449Z | Checking rustls-pki-types v1.9.0 |
1868 | 2025-01-02T22:32:48.465Z | Checking utf8_iter v1.0.4 |
1869 | 2025-01-02T22:32:48.683Z | Checking icu_normalizer_data v1.5.0 |
1870 | 2025-01-02T22:32:48.786Z | Checking utf16_iter v1.0.5 |
1871 | 2025-01-02T22:32:48.889Z | Checking spki v0.7.3 |
1872 | 2025-01-02T22:32:48.953Z | Checking rand v0.8.5 |
1873 | 2025-01-02T22:32:49.035Z | Checking tracing v0.1.40 |
1874 | 2025-01-02T22:32:49.051Z | Checking salsa20 v0.10.2 |
1875 | 2025-01-02T22:32:49.094Z | Checking icu_properties v1.5.1 |
1876 | 2025-01-02T22:32:49.175Z | Checking pbkdf2 v0.12.2 |
1877 | 2025-01-02T22:32:49.258Z | Checking aws-lc-sys v0.22.0 |
1878 | 2025-01-02T22:32:49.349Z | Checking httparse v1.9.5 |
1879 | 2025-01-02T22:32:49.365Z | Checking untrusted v0.7.1 |
1880 | 2025-01-02T22:32:49.380Z | Checking powerfmt v0.2.0 |
1881 | 2025-01-02T22:32:49.528Z | Checking untrusted v0.9.0 |
1882 | 2025-01-02T22:32:49.641Z | Checking mirai-annotations v1.12.0 |
1883 | 2025-01-02T22:32:49.690Z | Checking ring v0.17.8 |
1884 | 2025-01-02T22:32:49.784Z | Checking deranged v0.3.11 |
1885 | 2025-01-02T22:32:49.801Z | Checking scrypt v0.11.0 |
1886 | 2025-01-02T22:32:49.818Z | Checking form_urlencoded v1.2.1 |
1887 | 2025-01-02T22:32:50.020Z | Checking aes v0.8.4 |
1888 | 2025-01-02T22:32:50.037Z | Checking cbc v0.1.2 |
1889 | 2025-01-02T22:32:50.255Z | Checking crossbeam-utils v0.8.20 |
1890 | 2025-01-02T22:32:50.333Z | Checking num-conv v0.1.0 |
1891 | 2025-01-02T22:32:50.586Z | Checking atomic-waker v1.1.2 |
1892 | 2025-01-02T22:32:50.722Z | Checking time-core v0.1.2 |
1893 | 2025-01-02T22:32:50.891Z | Checking num_threads v0.1.7 |
1894 | 2025-01-02T22:32:50.984Z | Checking pkcs5 v0.7.1 |
1895 | 2025-01-02T22:32:51.002Z | Checking http-body v1.0.1 |
1896 | 2025-01-02T22:32:51.019Z | Checking try-lock v0.2.5 |
1897 | 2025-01-02T22:32:51.152Z | Checking want v0.3.1 |
1898 | 2025-01-02T22:32:51.205Z | Checking httpdate v1.0.3 |
1899 | 2025-01-02T22:32:51.335Z | Checking unicode-ident v1.0.13 |
1900 | 2025-01-02T22:32:51.434Z | Checking uuid v1.11.0 |
1901 | 2025-01-02T22:32:51.500Z | Checking proc-macro2 v1.0.89 |
1902 | 2025-01-02T22:32:51.502Z | Checking pkcs8 v0.10.2 |
1903 | 2025-01-02T22:32:51.595Z | Checking serde_spanned v0.6.8 |
1904 | 2025-01-02T22:32:51.666Z | Checking time v0.3.36 |
1905 | 2025-01-02T22:32:51.776Z | Checking toml_datetime v0.6.8 |
1906 | 2025-01-02T22:32:51.801Z | Checking slog v2.7.0 |
1907 | 2025-01-02T22:32:51.909Z | Checking aws-lc-rs v1.10.0 |
1908 | 2025-01-02T22:32:52.042Z | Checking scroll v0.12.0 |
1909 | 2025-01-02T22:32:52.064Z | Checking match_cfg v0.1.0 |
1910 | 2025-01-02T22:32:52.153Z | Checking adler2 v2.0.0 |
1911 | 2025-01-02T22:32:52.194Z | Checking base64 v0.22.1 |
1912 | 2025-01-02T22:32:52.293Z | Checking tower-service v0.3.3 |
1913 | 2025-01-02T22:32:52.309Z | Checking ucd-trie v0.1.7 |
1914 | 2025-01-02T22:32:52.417Z | Checking iana-time-zone v0.1.61 |
1915 | 2025-01-02T22:32:52.482Z | Checking icu_normalizer v1.5.0 |
1916 | 2025-01-02T22:32:52.499Z | Checking foreign-types-shared v0.1.1 |
1917 | 2025-01-02T22:32:52.523Z | Checking plain v0.2.3 |
1918 | 2025-01-02T22:32:52.563Z | Checking chrono v0.4.38 |
1919 | 2025-01-02T22:32:52.606Z | Checking foreign-types v0.3.2 |
1920 | 2025-01-02T22:32:52.656Z | Checking pest v2.7.14 |
1921 | 2025-01-02T22:32:52.676Z | Checking goblin v0.8.2 |
1922 | 2025-01-02T22:32:52.693Z | Checking miniz_oxide v0.8.0 |
1923 | 2025-01-02T22:32:53.280Z | Checking idna_adapter v1.2.0 |
1924 | 2025-01-02T22:32:53.398Z | Checking quote v1.0.37 |
1925 | 2025-01-02T22:32:53.480Z | Checking idna v1.0.3 |
1926 | 2025-01-02T22:32:53.744Z | Checking hostname v0.3.1 |
1927 | 2025-01-02T22:32:53.811Z | Checking rustls-webpki v0.102.8 |
1928 | 2025-01-02T22:32:53.867Z | Checking openssl-sys v0.9.103 |
1929 | 2025-01-02T22:32:53.962Z | Checking url v2.5.3 |
1930 | 2025-01-02T22:32:54.204Z | Checking errno v0.3.9 |
1931 | 2025-01-02T22:32:54.403Z | Checking dirs-sys-next v0.1.2 |
1932 | 2025-01-02T22:32:54.612Z | Checking aho-corasick v1.1.3 |
1933 | 2025-01-02T22:32:54.654Z | Checking siphasher v0.3.11 |
1934 | 2025-01-02T22:32:54.679Z | Checking pretty-hex v0.4.1 |
1935 | 2025-01-02T22:32:54.852Z | Checking data-encoding v2.6.0 |
1936 | 2025-01-02T22:32:54.922Z | Checking regex-syntax v0.8.5 |
1937 | 2025-01-02T22:32:54.962Z | Checking dirs-next v2.0.0 |
1938 | 2025-01-02T22:32:55.178Z | Checking rustix v0.38.37 |
1939 | 2025-01-02T22:32:55.182Z | Checking openssl v0.10.66 |
1940 | 2025-01-02T22:32:55.185Z | Checking dtrace-parser v0.2.0 |
1941 | 2025-01-02T22:32:55.500Z | Checking tokio-util v0.7.12 |
1942 | 2025-01-02T22:32:55.517Z | Checking syn v2.0.87 |
1943 | 2025-01-02T22:32:55.659Z | Checking http-body-util v0.1.2 |
1944 | 2025-01-02T22:32:56.161Z | Checking crossbeam-epoch v0.9.18 |
1945 | 2025-01-02T22:32:56.258Z | Checking sha1 v0.10.6 |
1946 | 2025-01-02T22:32:56.436Z | Checking h2 v0.4.6 |
1947 | 2025-01-02T22:32:56.544Z | Checking signature v2.2.0 |
1948 | 2025-01-02T22:32:56.603Z | Checking lazy_static v1.5.0 |
1949 | 2025-01-02T22:32:56.723Z | Checking thread_local v1.1.8 |
1950 | 2025-01-02T22:32:56.752Z | Checking thread-id v4.2.2 |
1951 | 2025-01-02T22:32:56.873Z | Checking encoding_rs v0.8.34 |
1952 | 2025-01-02T22:32:57.005Z | Checking mime v0.3.17 |
1953 | 2025-01-02T22:32:57.346Z | Checking unicode-properties v0.1.3 |
1954 | 2025-01-02T22:32:57.729Z | Checking utf8parse v0.2.2 |
1955 | 2025-01-02T22:32:57.745Z | Checking dof v0.3.0 |
1956 | 2025-01-02T22:32:57.882Z | Checking anstyle v1.0.10 |
1957 | 2025-01-02T22:32:58.202Z | Checking regex-automata v0.4.8 |
1958 | 2025-01-02T22:32:58.248Z | Checking either v1.13.0 |
1959 | 2025-01-02T22:32:58.342Z | Checking gimli v0.31.1 |
1960 | 2025-01-02T22:32:58.652Z | Checking winnow v0.6.20 |
1961 | 2025-01-02T22:32:58.748Z | Checking openssl-probe v0.1.5 |
1962 | 2025-01-02T22:32:58.915Z | Checking ipnet v2.10.1 |
1963 | 2025-01-02T22:32:59.160Z | Checking anstyle-parse v0.2.5 |
1964 | 2025-01-02T22:32:59.392Z | Checking stringprep v0.1.5 |
1965 | 2025-01-02T22:32:59.447Z | Checking crossbeam-deque v0.8.5 |
1966 | 2025-01-02T22:32:59.687Z | Checking term v0.7.0 |
1967 | 2025-01-02T22:32:59.771Z | Checking rustls v0.22.4 |
1968 | 2025-01-02T22:33:00.128Z | Checking rustls v0.23.14 |
1969 | 2025-01-02T22:33:00.751Z | Checking native-tls v0.2.12 |
1970 | 2025-01-02T22:33:01.100Z | Checking slog-json v2.6.1 |
1971 | 2025-01-02T22:33:01.373Z | Checking crossbeam-channel v0.5.13 |
1972 | 2025-01-02T22:33:01.737Z | Checking toml_edit v0.22.22 |
1973 | 2025-01-02T22:33:02.108Z | Checking serde_urlencoded v0.7.1 |
1974 | 2025-01-02T22:33:02.184Z | Checking usdt-impl v0.5.0 |
1975 | 2025-01-02T22:33:02.398Z | Checking addr2line v0.24.2 |
1976 | 2025-01-02T22:33:02.525Z | Checking futures-executor v0.3.31 |
1977 | 2025-01-02T22:33:02.753Z | Checking rustls-pemfile v2.2.0 |
1978 | 2025-01-02T22:33:02.769Z | Checking num-integer v0.1.46 |
1979 | 2025-01-02T22:33:02.807Z | Checking hyper v1.5.0 |
1980 | 2025-01-02T22:33:02.825Z | Checking idna v0.4.0 |
1981 | 2025-01-02T22:33:02.916Z | Checking idna v0.3.0 |
1982 | 2025-01-02T22:33:02.963Z | Checking md-5 v0.10.6 |
1983 | 2025-01-02T22:33:03.184Z | Checking ff v0.13.0 |
1984 | 2025-01-02T22:33:03.234Z | Checking hash32 v0.2.1 |
1985 | 2025-01-02T22:33:03.388Z | Checking memmap v0.7.0 |
1986 | 2025-01-02T22:33:03.554Z | Checking is-terminal v0.4.13 |
1987 | 2025-01-02T22:33:03.591Z | Checking object v0.36.5 |
1988 | 2025-01-02T22:33:03.606Z | Checking take_mut v0.2.2 |
1989 | 2025-01-02T22:33:03.665Z | Checking base16ct v0.2.0 |
1990 | 2025-01-02T22:33:03.681Z | Checking rustc-demangle v0.1.24 |
1991 | 2025-01-02T22:33:03.745Z | Checking colorchoice v1.0.2 |
1992 | 2025-01-02T22:33:03.783Z | Checking anstyle-query v1.1.1 |
1993 | 2025-01-02T22:33:03.875Z | Checking utf-8 v0.7.6 |
1994 | 2025-01-02T22:33:03.878Z | Checking dyn-clone v1.0.17 |
1995 | 2025-01-02T22:33:03.909Z | Checking quick-error v1.2.3 |
1996 | 2025-01-02T22:33:04.040Z | Checking linked-hash-map v0.5.6 |
1997 | 2025-01-02T22:33:04.056Z | Checking is_terminal_polyfill v1.70.1 |
1998 | 2025-01-02T22:33:04.087Z | Checking fallible-iterator v0.2.0 |
1999 | 2025-01-02T22:33:04.106Z | Checking psl-types v2.0.11 |
2000 | 2025-01-02T22:33:04.173Z | Checking anstream v0.6.15 |
2001 | 2025-01-02T22:33:04.296Z | Checking toml v0.8.19 |
2002 | 2025-01-02T22:33:04.299Z | Checking publicsuffix v2.2.3 |
2003 | 2025-01-02T22:33:04.360Z | Checking lru-cache v0.1.2 |
2004 | 2025-01-02T22:33:04.536Z | Checking tungstenite v0.24.0 |
2005 | 2025-01-02T22:33:04.539Z | Checking resolv-conf v0.7.0 |
2006 | 2025-01-02T22:33:04.569Z | Checking schemars v0.8.21 |
2007 | 2025-01-02T22:33:04.680Z | Checking postgres-protocol v0.6.7 |
2008 | 2025-01-02T22:33:04.876Z | Checking hyper-util v0.1.10 |
2009 | 2025-01-02T22:33:04.898Z | Checking sec1 v0.7.3 |
2010 | 2025-01-02T22:33:05.060Z | Checking slog-async v2.8.0 |
2011 | 2025-01-02T22:33:05.276Z | Checking hickory-proto v0.24.1 |
2012 | 2025-01-02T22:33:05.361Z | Checking slog-term v2.9.1 |
2013 | 2025-01-02T22:33:05.398Z | Checking usdt v0.5.0 |
2014 | 2025-01-02T22:33:05.487Z | Checking tokio-rustls v0.25.0 |
2015 | 2025-01-02T22:33:05.683Z | Checking heapless v0.7.17 |
2016 | 2025-01-02T22:33:05.709Z | Checking tokio-rustls v0.26.0 |
2017 | 2025-01-02T22:33:05.867Z | Checking group v0.13.0 |
2018 | 2025-01-02T22:33:05.893Z | Checking num-iter v0.1.45 |
2019 | 2025-01-02T22:33:06.080Z | Checking futures v0.3.31 |
2020 | 2025-01-02T22:33:06.104Z | Checking slog-bunyan v2.5.0 |
2021 | 2025-01-02T22:33:06.132Z | Checking tokio-native-tls v0.3.1 |
2022 | 2025-01-02T22:33:06.189Z | Checking rayon-core v1.12.1 |
2023 | 2025-01-02T22:33:06.273Z | Checking multer v3.1.0 |
2024 | 2025-01-02T22:33:06.341Z | Checking terminal_size v0.4.0 |
2025 | 2025-01-02T22:33:06.380Z | Checking phf_shared v0.11.2 |
2026 | 2025-01-02T22:33:06.508Z | Checking cookie v0.18.1 |
2027 | 2025-01-02T22:33:06.681Z | Checking async-stream v0.3.6 |
2028 | 2025-01-02T22:33:06.696Z | Checking bzip2-sys v0.1.11+1.0.8 |
2029 | 2025-01-02T22:33:06.741Z | Checking signal-hook v0.3.17 |
2030 | 2025-01-02T22:33:06.817Z | Checking camino v1.1.9 |
2031 | 2025-01-02T22:33:06.863Z | Checking waitgroup v0.1.2 |
2032 | 2025-01-02T22:33:06.866Z | Checking openapiv3 v2.0.0 |
2033 | 2025-01-02T22:33:06.923Z | Checking webpki-roots v0.26.6 |
2034 | 2025-01-02T22:33:06.956Z | Checking idna v0.5.0 |
2035 | 2025-01-02T22:33:06.992Z | Checking serde_path_to_error v0.1.16 |
2036 | 2025-01-02T22:33:07.073Z | Checking hkdf v0.12.4 |
2037 | 2025-01-02T22:33:07.134Z | Checking crypto-bigint v0.5.5 |
2038 | 2025-01-02T22:33:07.305Z | Checking hostname v0.4.0 |
2039 | 2025-01-02T22:33:07.399Z | Checking crc32fast v1.4.2 |
2040 | 2025-01-02T22:33:07.453Z | Checking strsim v0.11.1 |
2041 | 2025-01-02T22:33:07.618Z | Checking clap_lex v0.7.2 |
2042 | 2025-01-02T22:33:07.650Z | Checking debug-ignore v1.0.5 |
2043 | 2025-01-02T22:33:07.741Z | Checking unicode-width v0.1.14 |
2044 | 2025-01-02T22:33:07.786Z | Checking managed v0.8.0 |
2045 | 2025-01-02T22:33:07.841Z | Checking winnow v0.5.40 |
2046 | 2025-01-02T22:33:07.867Z | Checking bitflags v1.3.2 |
2047 | 2025-01-02T22:33:07.963Z | Checking clap_builder v4.5.21 |
2048 | 2025-01-02T22:33:08.186Z | Checking smoltcp v0.9.1 |
2049 | 2025-01-02T22:33:08.216Z | Checking console v0.15.8 |
2050 | 2025-01-02T22:33:08.845Z | Checking cookie_store v0.21.0 |
2051 | 2025-01-02T22:33:09.601Z | Checking flate2 v1.0.34 |
2052 | 2025-01-02T22:33:09.690Z | Checking hyper-rustls v0.27.3 |
2053 | 2025-01-02T22:33:10.006Z | Checking elliptic-curve v0.13.8 |
2054 | 2025-01-02T22:33:10.032Z | Checking signal-hook-mio v0.2.4 |
2055 | 2025-01-02T22:33:10.159Z | Checking hyper-tls v0.6.0 |
2056 | 2025-01-02T22:33:10.175Z | Checking hickory-resolver v0.24.1 |
2057 | 2025-01-02T22:33:10.189Z | Checking backtrace v0.3.74 |
2058 | 2025-01-02T22:33:10.285Z | Checking rayon v1.10.0 |
2059 | 2025-01-02T22:33:10.453Z | Checking bzip2 v0.4.4 |
2060 | 2025-01-02T22:33:10.532Z | Checking dropshot v0.12.0 |
2061 | 2025-01-02T22:33:10.655Z | Checking phf v0.11.2 |
2062 | 2025-01-02T22:33:10.746Z | Checking num-bigint-dig v0.8.4 |
2063 | 2025-01-02T22:33:10.776Z | Checking anyhow v1.0.93 |
2064 | 2025-01-02T22:33:10.912Z | Checking tokio-tungstenite v0.24.0 |
2065 | 2025-01-02T22:33:10.969Z | Checking toml_edit v0.19.15 |
2066 | 2025-01-02T22:33:11.097Z | Checking postgres-types v0.2.8 |
2067 | 2025-01-02T22:33:11.168Z | Checking bstr v1.10.0 |
2068 | 2025-01-02T22:33:11.401Z | Checking regex v1.11.1 |
2069 | 2025-01-02T22:33:11.830Z | Checking ed25519 v2.2.3 |
2070 | 2025-01-02T22:33:11.872Z | Checking tokio-stream v0.1.16 |
2071 | 2025-01-02T22:33:12.022Z | Checking phf_shared v0.10.0 |
2072 | 2025-01-02T22:33:12.140Z | Checking curve25519-dalek v4.1.3 |
2073 | 2025-01-02T22:33:12.157Z | Checking zerocopy v0.6.6 |
2074 | 2025-01-02T22:33:12.298Z | Checking pkcs1 v0.7.5 |
2075 | 2025-01-02T22:33:12.727Z | Checking hubpack v0.1.2 |
2076 | 2025-01-02T22:33:12.779Z | Checking portable-atomic v1.9.0 |
2077 | 2025-01-02T22:33:12.907Z | Checking float-cmp v0.9.0 |
2078 | 2025-01-02T22:33:12.925Z | Checking serde-big-array v0.5.1 |
2079 | 2025-01-02T22:33:13.058Z | Checking rfc6979 v0.4.0 |
2080 | 2025-01-02T22:33:13.104Z | Checking sync_wrapper v1.0.1 |
2081 | 2025-01-02T22:33:13.135Z | Checking number_prefix v0.4.0 |
2082 | 2025-01-02T22:33:13.231Z | Checking predicates-core v1.0.8 |
2083 | 2025-01-02T22:33:13.247Z | Checking unicode-width v0.2.0 |
2084 | 2025-01-02T22:33:13.335Z | Checking unicode-segmentation v1.12.0 |
2085 | 2025-01-02T22:33:13.419Z | Checking minimal-lexical v0.2.1 |
2086 | 2025-01-02T22:33:13.486Z | Checking normalize-line-endings v0.3.0 |
2087 | 2025-01-02T22:33:13.613Z | Checking fixedbitset v0.4.2 |
2088 | 2025-01-02T22:33:13.730Z | Checking whoami v1.5.2 |
2089 | 2025-01-02T22:33:13.827Z | Checking difflib v0.4.0 |
2090 | 2025-01-02T22:33:13.829Z | Checking new_debug_unreachable v1.0.6 |
2091 | 2025-01-02T22:33:13.876Z | Checking precomputed-hash v0.1.1 |
2092 | 2025-01-02T22:33:13.929Z | Checking bit-vec v0.6.3 |
2093 | 2025-01-02T22:33:13.990Z | Checking static_assertions v1.1.0 |
2094 | 2025-01-02T22:33:14.016Z | Checking tokio-postgres v0.7.12 |
2095 | 2025-01-02T22:33:14.031Z | Checking similar v2.6.0 |
2096 | 2025-01-02T22:33:14.050Z | Checking ed25519-dalek v2.1.1 |
2097 | 2025-01-02T22:33:14.086Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2098 | 2025-01-02T22:33:14.145Z | Checking predicates v3.1.2 |
2099 | 2025-01-02T22:33:14.175Z | Checking indicatif v0.17.9 |
2100 | 2025-01-02T22:33:14.275Z | Checking bit-set v0.5.3 |
2101 | 2025-01-02T22:33:14.348Z | Checking qorb v0.2.1 |
2102 | 2025-01-02T22:33:14.451Z | Checking string_cache v0.8.7 |
2103 | 2025-01-02T22:33:14.539Z | Checking petgraph v0.6.5 |
2104 | 2025-01-02T22:33:14.744Z | Checking nom v7.1.3 |
2105 | 2025-01-02T22:33:14.809Z | Checking toml v0.7.8 |
2106 | 2025-01-02T22:33:14.928Z | Checking reqwest v0.12.9 |
2107 | 2025-01-02T22:33:14.944Z | Checking ecdsa v0.16.9 |
2108 | 2025-01-02T22:33:15.598Z | Checking rsa v0.9.6 |
2109 | 2025-01-02T22:33:15.677Z | Checking clap v4.5.21 |
2110 | 2025-01-02T22:33:15.819Z | Checking zip v0.6.6 |
2111 | 2025-01-02T22:33:16.525Z | Checking crossterm v0.28.1 |
2112 | 2025-01-02T22:33:16.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2025-01-02T22:33:16.718Z | Checking itertools v0.10.5 |
2114 | 2025-01-02T22:33:16.833Z | Checking itertools v0.12.1 |
2115 | 2025-01-02T22:33:16.959Z | Checking fs-err v2.11.0 |
2116 | 2025-01-02T22:33:17.213Z | Checking ahash v0.8.11 |
2117 | 2025-01-02T22:33:17.511Z | Checking x509-cert v0.2.5 |
2118 | 2025-01-02T22:33:17.673Z | Checking semver v1.0.23 |
2119 | 2025-01-02T22:33:17.830Z | Checking hex v0.4.3 |
2120 | 2025-01-02T22:33:17.997Z | Checking peg-runtime v0.8.3 |
2121 | 2025-01-02T22:33:18.090Z | Checking lalrpop-util v0.19.12 |
2122 | 2025-01-02T22:33:18.225Z | Checking sigpipe v0.1.3 |
2123 | 2025-01-02T22:33:19.204Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2025-01-02T22:33:19.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s |
2125 | 2025-01-02T22:33:19.694Z | |
2126 | 2025-01-02T22:33:19.694Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2127 | 2025-01-02T22:33:20.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2025-01-02T22:33:20.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2025-01-02T22:33:20.382Z | Compiling hashbrown v0.14.5 |
2130 | 2025-01-02T22:33:20.506Z | Checking heck v0.5.0 |
2131 | 2025-01-02T22:33:20.518Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2025-01-02T22:33:20.532Z | Compiling ident_case v1.0.1 |
2133 | 2025-01-02T22:33:20.544Z | Checking progenitor-client v0.8.0 |
2134 | 2025-01-02T22:33:20.560Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2135 | 2025-01-02T22:33:20.573Z | Compiling proc-macro-crate v1.3.1 |
2136 | 2025-01-02T22:33:20.680Z | Compiling darling_core v0.20.10 |
2137 | 2025-01-02T22:33:20.701Z | Checking ipnetwork v0.20.0 |
2138 | 2025-01-02T22:33:20.902Z | Compiling structmeta-derive v0.3.0 |
2139 | 2025-01-02T22:33:20.920Z | Compiling newtype-uuid v1.1.3 |
2140 | 2025-01-02T22:33:21.107Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2025-01-02T22:33:21.243Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2142 | 2025-01-02T22:33:21.419Z | Compiling lzma-sys v0.1.20 |
2143 | 2025-01-02T22:33:21.624Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2025-01-02T22:33:21.655Z | Compiling num_enum_derive v0.5.11 |
2145 | 2025-01-02T22:33:21.657Z | Checking regress v0.10.1 |
2146 | 2025-01-02T22:33:22.231Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2025-01-02T22:33:22.450Z | Compiling dropshot v0.13.0 |
2148 | 2025-01-02T22:33:22.742Z | Checking arc-swap v1.7.1 |
2149 | 2025-01-02T22:33:22.942Z | Checking foreign-types-shared v0.3.1 |
2150 | 2025-01-02T22:33:23.068Z | Checking foreign-types v0.5.0 |
2151 | 2025-01-02T22:33:23.157Z | Checking slog-scope v4.4.0 |
2152 | 2025-01-02T22:33:23.279Z | Compiling proc-macro-error v1.0.4 |
2153 | 2025-01-02T22:33:23.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2154 | 2025-01-02T22:33:23.966Z | Checking tungstenite v0.21.0 |
2155 | 2025-01-02T22:33:23.996Z | Compiling structmeta v0.3.0 |
2156 | 2025-01-02T22:33:24.087Z | Compiling heck v0.3.3 |
2157 | 2025-01-02T22:33:24.249Z | Checking num_enum v0.5.11 |
2158 | 2025-01-02T22:33:24.409Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2159 | 2025-01-02T22:33:24.443Z | Compiling parse-display-derive v0.10.0 |
2160 | 2025-01-02T22:33:24.543Z | Compiling dropshot_endpoint v0.13.0 |
2161 | 2025-01-02T22:33:24.923Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2025-01-02T22:33:25.178Z | Checking typify-impl v0.2.0 |
2163 | 2025-01-02T22:33:25.247Z | Checking cstr-argument v0.1.2 |
2164 | 2025-01-02T22:33:25.479Z | Checking instant v0.1.13 |
2165 | 2025-01-02T22:33:25.731Z | Checking pretty-hex v0.2.1 |
2166 | 2025-01-02T22:33:25.904Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2167 | 2025-01-02T22:33:26.191Z | Checking base64 v0.21.7 |
2168 | 2025-01-02T22:33:26.590Z | Checking fastrand v2.1.1 |
2169 | 2025-01-02T22:33:26.716Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2025-01-02T22:33:26.942Z | Checking tempfile v3.13.0 |
2171 | 2025-01-02T22:33:26.960Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2025-01-02T22:33:26.997Z | Checking backoff v0.4.0 |
2173 | 2025-01-02T22:33:27.103Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2174 | 2025-01-02T22:33:27.304Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2025-01-02T22:33:27.328Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2025-01-02T22:33:27.423Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2025-01-02T22:33:27.459Z | Checking strum v0.26.3 |
2178 | 2025-01-02T22:33:27.623Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2025-01-02T22:33:27.837Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2180 | 2025-01-02T22:33:27.852Z | Checking slog-stdlog v4.1.1 |
2181 | 2025-01-02T22:33:27.869Z | Compiling darling_macro v0.20.10 |
2182 | 2025-01-02T22:33:28.121Z | Checking regress v0.9.1 |
2183 | 2025-01-02T22:33:28.181Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2184 | 2025-01-02T22:33:28.338Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2025-01-02T22:33:28.399Z | Checking colored v2.1.0 |
2186 | 2025-01-02T22:33:28.614Z | Checking macaddr v1.0.1 |
2187 | 2025-01-02T22:33:28.724Z | Checking base64 v0.13.1 |
2188 | 2025-01-02T22:33:28.823Z | Compiling darling v0.20.10 |
2189 | 2025-01-02T22:33:28.925Z | Checking zone v0.1.8 |
2190 | 2025-01-02T22:33:28.959Z | Compiling serde_with_macros v3.11.0 |
2191 | 2025-01-02T22:33:29.123Z | Checking ron v0.7.1 |
2192 | 2025-01-02T22:33:29.174Z | Checking parse-display v0.10.0 |
2193 | 2025-01-02T22:33:29.410Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2025-01-02T22:33:29.587Z | Checking xz2 v0.1.7 |
2195 | 2025-01-02T22:33:29.887Z | Checking slog-envlogger v2.2.0 |
2196 | 2025-01-02T22:33:29.902Z | Checking tabwriter v1.4.0 |
2197 | 2025-01-02T22:33:30.117Z | Checking xattr v1.3.1 |
2198 | 2025-01-02T22:33:30.140Z | Checking pem v3.0.4 |
2199 | 2025-01-02T22:33:30.275Z | Checking yasna v0.5.2 |
2200 | 2025-01-02T22:33:30.306Z | Checking headers-core v0.3.0 |
2201 | 2025-01-02T22:33:30.464Z | Checking smf v0.2.3 |
2202 | 2025-01-02T22:33:30.501Z | Checking filetime v0.2.25 |
2203 | 2025-01-02T22:33:30.735Z | Checking same-file v1.0.6 |
2204 | 2025-01-02T22:33:30.910Z | Checking walkdir v2.5.0 |
2205 | 2025-01-02T22:33:30.957Z | Checking tar v0.4.42 |
2206 | 2025-01-02T22:33:31.106Z | Checking headers v0.4.0 |
2207 | 2025-01-02T22:33:31.204Z | Checking atomicwrites v0.4.4 |
2208 | 2025-01-02T22:33:31.236Z | Checking rcgen v0.12.1 |
2209 | 2025-01-02T22:33:31.406Z | Checking camino-tempfile v1.1.1 |
2210 | 2025-01-02T22:33:31.675Z | Checking subprocess v0.2.9 |
2211 | 2025-01-02T22:33:31.948Z | Checking serde_with v3.11.0 |
2212 | 2025-01-02T22:33:36.161Z | Compiling typify-macro v0.2.0 |
2213 | 2025-01-02T22:33:38.272Z | Compiling typify v0.2.0 |
2214 | 2025-01-02T22:33:38.360Z | Compiling progenitor-impl v0.8.0 |
2215 | 2025-01-02T22:33:41.676Z | Compiling progenitor-macro v0.8.0 |
2216 | 2025-01-02T22:33:47.208Z | Checking progenitor v0.8.0 |
2217 | 2025-01-02T22:33:47.371Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2218 | 2025-01-02T22:33:47.373Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2025-01-02T22:33:50.136Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2220 | 2025-01-02T22:33:50.503Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2025-01-02T22:33:57.292Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2025-01-02T22:33:58.874Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2025-01-02T22:34:00.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.47s |
2224 | 2025-01-02T22:34:00.353Z | |
2225 | 2025-01-02T22:34:00.353Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2226 | 2025-01-02T22:34:00.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2025-01-02T22:34:00.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2025-01-02T22:34:01.031Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2025-01-02T22:34:02.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
2230 | 2025-01-02T22:34:02.682Z | |
2231 | 2025-01-02T22:34:02.682Z | info: running `cargo check --bins` on nexus-config (31/173) |
2232 | 2025-01-02T22:34:03.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2025-01-02T22:34:03.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2025-01-02T22:34:03.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2025-01-02T22:34:03.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2236 | 2025-01-02T22:34:03.326Z | |
2237 | 2025-01-02T22:34:03.326Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2238 | 2025-01-02T22:34:03.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2025-01-02T22:34:03.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2025-01-02T22:34:03.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2025-01-02T22:34:03.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2242 | 2025-01-02T22:34:03.956Z | |
2243 | 2025-01-02T22:34:03.956Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2244 | 2025-01-02T22:34:04.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2025-01-02T22:34:04.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2025-01-02T22:34:04.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2025-01-02T22:34:04.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2248 | 2025-01-02T22:34:04.594Z | |
2249 | 2025-01-02T22:34:04.594Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2250 | 2025-01-02T22:34:05.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2025-01-02T22:34:05.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2025-01-02T22:34:05.302Z | Compiling zerocopy v0.8.10 |
2253 | 2025-01-02T22:34:05.302Z | Compiling progenitor-client v0.8.0 |
2254 | 2025-01-02T22:34:05.302Z | Compiling itertools v0.13.0 |
2255 | 2025-01-02T22:34:05.305Z | Compiling zerocopy-derive v0.8.10 |
2256 | 2025-01-02T22:34:05.305Z | Compiling heapless v0.8.0 |
2257 | 2025-01-02T22:34:05.305Z | Compiling newtype-uuid v1.1.3 |
2258 | 2025-01-02T22:34:05.305Z | Compiling ipnetwork v0.20.0 |
2259 | 2025-01-02T22:34:05.305Z | Checking hash32 v0.3.1 |
2260 | 2025-01-02T22:34:05.754Z | Compiling instant v0.1.13 |
2261 | 2025-01-02T22:34:05.883Z | Compiling progenitor v0.8.0 |
2262 | 2025-01-02T22:34:06.118Z | Compiling smoltcp v0.11.0 |
2263 | 2025-01-02T22:34:06.215Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2025-01-02T22:34:06.240Z | Compiling backoff v0.4.0 |
2265 | 2025-01-02T22:34:06.268Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2266 | 2025-01-02T22:34:06.354Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2267 | 2025-01-02T22:34:06.571Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2268 | 2025-01-02T22:34:06.755Z | Compiling serde_with v3.11.0 |
2269 | 2025-01-02T22:34:06.832Z | Compiling dropshot v0.13.0 |
2270 | 2025-01-02T22:34:06.845Z | Compiling parse-display v0.10.0 |
2271 | 2025-01-02T22:34:07.159Z | Checking num-rational v0.4.2 |
2272 | 2025-01-02T22:34:07.322Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2025-01-02T22:34:07.565Z | Compiling regress v0.9.1 |
2274 | 2025-01-02T22:34:07.840Z | Compiling phf_generator v0.11.2 |
2275 | 2025-01-02T22:34:08.031Z | Checking num-complex v0.4.6 |
2276 | 2025-01-02T22:34:08.572Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2025-01-02T22:34:09.245Z | Compiling macaddr v1.0.1 |
2278 | 2025-01-02T22:34:09.717Z | Checking cobs v0.2.3 |
2279 | 2025-01-02T22:34:09.900Z | Checking postcard v1.0.10 |
2280 | 2025-01-02T22:34:10.011Z | Compiling num v0.4.3 |
2281 | 2025-01-02T22:34:10.253Z | Compiling phf_codegen v0.11.2 |
2282 | 2025-01-02T22:34:10.506Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2025-01-02T22:34:10.947Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2284 | 2025-01-02T22:34:11.254Z | Checking float-ord v0.3.2 |
2285 | 2025-01-02T22:34:11.411Z | Compiling convert_case v0.4.0 |
2286 | 2025-01-02T22:34:11.577Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2025-01-02T22:34:11.738Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2025-01-02T22:34:12.586Z | Compiling derive_more v0.99.18 |
2289 | 2025-01-02T22:34:12.623Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2290 | 2025-01-02T22:34:12.981Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2025-01-02T22:34:13.559Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2025-01-02T22:34:14.479Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2293 | 2025-01-02T22:34:14.535Z | Compiling thiserror v2.0.3 |
2294 | 2025-01-02T22:34:14.576Z | Compiling crucible-workspace-hack v0.1.0 |
2295 | 2025-01-02T22:34:14.796Z | Compiling chrono-tz v0.10.0 |
2296 | 2025-01-02T22:34:14.885Z | Checking newline-converter v0.3.0 |
2297 | 2025-01-02T22:34:15.044Z | Checking prettyplease v0.2.25 |
2298 | 2025-01-02T22:34:15.489Z | Compiling thiserror-impl v2.0.3 |
2299 | 2025-01-02T22:34:15.565Z | Compiling slog-dtrace v0.3.0 |
2300 | 2025-01-02T22:34:15.868Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2301 | 2025-01-02T22:34:15.961Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2025-01-02T22:34:16.362Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2025-01-02T22:34:16.693Z | Checking expectorate v1.1.0 |
2304 | 2025-01-02T22:34:16.720Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2025-01-02T22:34:16.869Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2025-01-02T22:34:17.461Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2307 | 2025-01-02T22:34:17.478Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2025-01-02T22:34:18.319Z | Compiling const_format_proc_macros v0.2.33 |
2309 | 2025-01-02T22:34:18.395Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2025-01-02T22:34:18.641Z | Compiling num-derive v0.4.2 |
2311 | 2025-01-02T22:34:19.086Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2312 | 2025-01-02T22:34:19.501Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2313 | 2025-01-02T22:34:19.611Z | Checking highway v1.2.0 |
2314 | 2025-01-02T22:34:19.854Z | Checking zone v0.3.0 |
2315 | 2025-01-02T22:34:20.063Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2316 | 2025-01-02T22:34:20.485Z | Checking const_format v0.2.33 |
2317 | 2025-01-02T22:34:20.656Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2318 | 2025-01-02T22:34:20.713Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2025-01-02T22:34:20.730Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2025-01-02T22:34:20.914Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2025-01-02T22:34:21.068Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2322 | 2025-01-02T22:34:21.421Z | Checking gethostname v0.5.0 |
2323 | 2025-01-02T22:34:21.554Z | Checking bcs v0.1.6 |
2324 | 2025-01-02T22:34:21.567Z | Compiling async-recursion v1.1.1 |
2325 | 2025-01-02T22:34:22.423Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2025-01-02T22:34:22.988Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2327 | 2025-01-02T22:34:28.966Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2025-01-02T22:34:32.365Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2329 | 2025-01-02T22:34:35.082Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2025-01-02T22:34:36.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.78s |
2331 | 2025-01-02T22:34:36.560Z | |
2332 | 2025-01-02T22:34:36.560Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2333 | 2025-01-02T22:34:37.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2025-01-02T22:34:37.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2025-01-02T22:34:37.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2025-01-02T22:34:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2337 | 2025-01-02T22:34:37.202Z | |
2338 | 2025-01-02T22:34:37.202Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2339 | 2025-01-02T22:34:37.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2025-01-02T22:34:37.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2025-01-02T22:34:37.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2025-01-02T22:34:37.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2343 | 2025-01-02T22:34:37.849Z | |
2344 | 2025-01-02T22:34:37.849Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2345 | 2025-01-02T22:34:38.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2025-01-02T22:34:38.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2025-01-02T22:34:38.517Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2025-01-02T22:34:39.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2349 | 2025-01-02T22:34:39.349Z | |
2350 | 2025-01-02T22:34:39.349Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2351 | 2025-01-02T22:34:39.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2025-01-02T22:34:39.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2025-01-02T22:34:40.037Z | Compiling cfg_aliases v0.1.1 |
2354 | 2025-01-02T22:34:40.040Z | Compiling vte_generate_state_changes v0.1.2 |
2355 | 2025-01-02T22:34:40.040Z | Checking fd-lock v4.0.2 |
2356 | 2025-01-02T22:34:40.040Z | Checking nibble_vec v0.1.0 |
2357 | 2025-01-02T22:34:40.141Z | Checking endian-type v0.1.2 |
2358 | 2025-01-02T22:34:40.151Z | Checking bytecount v0.6.8 |
2359 | 2025-01-02T22:34:40.153Z | Compiling tabled_derive v0.7.0 |
2360 | 2025-01-02T22:34:40.184Z | Compiling peg-macros v0.8.4 |
2361 | 2025-01-02T22:34:40.226Z | Compiling nix v0.28.0 |
2362 | 2025-01-02T22:34:40.317Z | Checking papergrid v0.11.0 |
2363 | 2025-01-02T22:34:40.335Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2025-01-02T22:34:40.351Z | Checking radix_trie v0.2.1 |
2365 | 2025-01-02T22:34:40.351Z | Compiling sqlparser_derive v0.2.2 |
2366 | 2025-01-02T22:34:40.758Z | Checking vte v0.11.1 |
2367 | 2025-01-02T22:34:40.772Z | Checking unicode_categories v0.1.1 |
2368 | 2025-01-02T22:34:41.094Z | Checking nu-ansi-term v0.50.1 |
2369 | 2025-01-02T22:34:41.436Z | Checking home v0.5.9 |
2370 | 2025-01-02T22:34:41.518Z | Checking sqlparser v0.45.0 |
2371 | 2025-01-02T22:34:41.542Z | Checking sqlformat v0.2.6 |
2372 | 2025-01-02T22:34:41.586Z | Checking display-error-chain v0.2.2 |
2373 | 2025-01-02T22:34:42.187Z | Checking strip-ansi-escapes v0.2.0 |
2374 | 2025-01-02T22:34:42.354Z | Checking reedline v0.35.0 |
2375 | 2025-01-02T22:34:42.640Z | Checking tabled v0.15.0 |
2376 | 2025-01-02T22:34:43.110Z | Checking peg v0.8.4 |
2377 | 2025-01-02T22:34:43.493Z | Checking rustyline v14.0.0 |
2378 | 2025-01-02T22:34:52.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s |
2379 | 2025-01-02T22:34:52.594Z | |
2380 | 2025-01-02T22:34:52.594Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2381 | 2025-01-02T22:34:53.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2025-01-02T22:34:53.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2025-01-02T22:34:53.273Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2025-01-02T22:34:58.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2385 | 2025-01-02T22:34:58.627Z | |
2386 | 2025-01-02T22:34:58.627Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2387 | 2025-01-02T22:34:59.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2025-01-02T22:34:59.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2025-01-02T22:34:59.306Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2025-01-02T22:35:03.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2391 | 2025-01-02T22:35:03.385Z | |
2392 | 2025-01-02T22:35:03.385Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2393 | 2025-01-02T22:35:03.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2025-01-02T22:35:03.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2025-01-02T22:35:04.059Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2025-01-02T22:35:09.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2397 | 2025-01-02T22:35:09.170Z | |
2398 | 2025-01-02T22:35:09.170Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2399 | 2025-01-02T22:35:09.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-01-02T22:35:09.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-01-02T22:35:09.847Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2025-01-02T22:35:14.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2403 | 2025-01-02T22:35:14.993Z | |
2404 | 2025-01-02T22:35:14.993Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2405 | 2025-01-02T22:35:15.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-01-02T22:35:15.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-01-02T22:35:15.674Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2025-01-02T22:35:19.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
2409 | 2025-01-02T22:35:19.941Z | |
2410 | 2025-01-02T22:35:19.941Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2411 | 2025-01-02T22:35:20.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-02T22:35:20.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-02T22:35:20.621Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-02T22:35:24.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
2415 | 2025-01-02T22:35:24.928Z | |
2416 | 2025-01-02T22:35:24.928Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2417 | 2025-01-02T22:35:25.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-02T22:35:25.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-02T22:35:25.611Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-02T22:35:30.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2421 | 2025-01-02T22:35:30.959Z | |
2422 | 2025-01-02T22:35:30.959Z | info: running `cargo check --bins` on oximeter (46/173) |
2423 | 2025-01-02T22:35:31.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-02T22:35:31.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-02T22:35:31.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2025-01-02T22:35:31.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2427 | 2025-01-02T22:35:31.599Z | |
2428 | 2025-01-02T22:35:31.599Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2429 | 2025-01-02T22:35:32.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-02T22:35:32.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-02T22:35:32.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2025-01-02T22:35:32.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2433 | 2025-01-02T22:35:32.210Z | |
2434 | 2025-01-02T22:35:32.210Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2435 | 2025-01-02T22:35:32.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-02T22:35:32.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-02T22:35:32.852Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2438 | 2025-01-02T22:35:33.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2439 | 2025-01-02T22:35:33.485Z | |
2440 | 2025-01-02T22:35:33.485Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2441 | 2025-01-02T22:35:34.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-02T22:35:34.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-02T22:35:34.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-01-02T22:35:34.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2445 | 2025-01-02T22:35:34.130Z | |
2446 | 2025-01-02T22:35:34.130Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2447 | 2025-01-02T22:35:34.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-01-02T22:35:34.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-01-02T22:35:34.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2025-01-02T22:35:34.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2451 | 2025-01-02T22:35:34.766Z | |
2452 | 2025-01-02T22:35:34.766Z | info: running `cargo check --bins` on oxql-types (51/173) |
2453 | 2025-01-02T22:35:35.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-01-02T22:35:35.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-01-02T22:35:35.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2025-01-02T22:35:35.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2457 | 2025-01-02T22:35:35.410Z | |
2458 | 2025-01-02T22:35:35.410Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2459 | 2025-01-02T22:35:35.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2025-01-02T22:35:35.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2025-01-02T22:35:35.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2025-01-02T22:35:35.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2463 | 2025-01-02T22:35:36.070Z | |
2464 | 2025-01-02T22:35:36.070Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2465 | 2025-01-02T22:35:36.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2025-01-02T22:35:36.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2025-01-02T22:35:36.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2025-01-02T22:35:36.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2469 | 2025-01-02T22:35:36.703Z | |
2470 | 2025-01-02T22:35:36.703Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2471 | 2025-01-02T22:35:37.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2025-01-02T22:35:37.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2025-01-02T22:35:37.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2025-01-02T22:35:37.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2475 | 2025-01-02T22:35:37.346Z | |
2476 | 2025-01-02T22:35:37.346Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2477 | 2025-01-02T22:35:37.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2025-01-02T22:35:37.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2025-01-02T22:35:37.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2025-01-02T22:35:37.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2481 | 2025-01-02T22:35:37.985Z | |
2482 | 2025-01-02T22:35:37.985Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2483 | 2025-01-02T22:35:38.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2025-01-02T22:35:38.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2025-01-02T22:35:38.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2025-01-02T22:35:38.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2487 | 2025-01-02T22:35:38.621Z | |
2488 | 2025-01-02T22:35:38.621Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2489 | 2025-01-02T22:35:39.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2025-01-02T22:35:39.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2025-01-02T22:35:39.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2025-01-02T22:35:39.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2493 | 2025-01-02T22:35:39.266Z | |
2494 | 2025-01-02T22:35:39.266Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2495 | 2025-01-02T22:35:39.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2025-01-02T22:35:39.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2025-01-02T22:35:39.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2025-01-02T22:35:39.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2499 | 2025-01-02T22:35:39.883Z | |
2500 | 2025-01-02T22:35:39.883Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2501 | 2025-01-02T22:35:40.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2025-01-02T22:35:40.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2025-01-02T22:35:40.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2025-01-02T22:35:40.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2505 | 2025-01-02T22:35:40.533Z | |
2506 | 2025-01-02T22:35:40.533Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2507 | 2025-01-02T22:35:41.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2025-01-02T22:35:41.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2025-01-02T22:35:41.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2025-01-02T22:35:41.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2511 | 2025-01-02T22:35:41.181Z | |
2512 | 2025-01-02T22:35:41.181Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2513 | 2025-01-02T22:35:41.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2025-01-02T22:35:41.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2025-01-02T22:35:41.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2025-01-02T22:35:41.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2517 | 2025-01-02T22:35:41.829Z | |
2518 | 2025-01-02T22:35:41.829Z | info: running `cargo check --bins` on dpd-client (62/173) |
2519 | 2025-01-02T22:35:42.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2025-01-02T22:35:42.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2025-01-02T22:35:42.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2025-01-02T22:35:42.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2523 | 2025-01-02T22:35:42.466Z | |
2524 | 2025-01-02T22:35:42.466Z | info: running `cargo check --bins` on gateway-client (63/173) |
2525 | 2025-01-02T22:35:43.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2025-01-02T22:35:43.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2025-01-02T22:35:43.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2025-01-02T22:35:43.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2529 | 2025-01-02T22:35:43.087Z | |
2530 | 2025-01-02T22:35:43.087Z | info: running `cargo check --bins` on installinator-client (64/173) |
2531 | 2025-01-02T22:35:43.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2025-01-02T22:35:43.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2025-01-02T22:35:43.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2025-01-02T22:35:43.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2535 | 2025-01-02T22:35:43.737Z | |
2536 | 2025-01-02T22:35:43.737Z | info: running `cargo check --bins` on installinator-common (65/173) |
2537 | 2025-01-02T22:35:44.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2025-01-02T22:35:44.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2025-01-02T22:35:44.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2025-01-02T22:35:44.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2541 | 2025-01-02T22:35:44.400Z | |
2542 | 2025-01-02T22:35:44.400Z | info: running `cargo check --bins` on update-engine (66/173) |
2543 | 2025-01-02T22:35:44.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2025-01-02T22:35:44.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2025-01-02T22:35:44.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2025-01-02T22:35:44.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2547 | 2025-01-02T22:35:45.038Z | |
2548 | 2025-01-02T22:35:45.038Z | info: running `cargo check --bins` on nexus-client (67/173) |
2549 | 2025-01-02T22:35:45.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-01-02T22:35:45.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-01-02T22:35:45.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2025-01-02T22:35:45.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2553 | 2025-01-02T22:35:45.707Z | |
2554 | 2025-01-02T22:35:45.707Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2555 | 2025-01-02T22:35:46.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-01-02T22:35:46.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-01-02T22:35:46.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2025-01-02T22:35:46.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2559 | 2025-01-02T22:35:46.375Z | |
2560 | 2025-01-02T22:35:46.375Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2561 | 2025-01-02T22:35:46.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-01-02T22:35:46.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-01-02T22:35:46.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2025-01-02T22:35:46.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2565 | 2025-01-02T22:35:47.006Z | |
2566 | 2025-01-02T22:35:47.006Z | info: running `cargo check --bins` on nexus-types (70/173) |
2567 | 2025-01-02T22:35:47.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-01-02T22:35:47.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-01-02T22:35:47.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2025-01-02T22:35:47.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2571 | 2025-01-02T22:35:47.677Z | |
2572 | 2025-01-02T22:35:47.677Z | info: running `cargo check --bins` on oxide-client (71/173) |
2573 | 2025-01-02T22:35:48.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-01-02T22:35:48.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-01-02T22:35:48.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2025-01-02T22:35:48.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2577 | 2025-01-02T22:35:48.300Z | |
2578 | 2025-01-02T22:35:48.300Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2579 | 2025-01-02T22:35:48.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-01-02T22:35:48.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-01-02T22:35:48.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2025-01-02T22:35:48.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2583 | 2025-01-02T22:35:48.937Z | |
2584 | 2025-01-02T22:35:48.937Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2585 | 2025-01-02T22:35:49.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-01-02T22:35:49.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-01-02T22:35:49.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2025-01-02T22:35:49.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2589 | 2025-01-02T22:35:49.577Z | |
2590 | 2025-01-02T22:35:49.577Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2591 | 2025-01-02T22:35:50.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-01-02T22:35:50.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-01-02T22:35:50.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2025-01-02T22:35:50.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2595 | 2025-01-02T22:35:50.252Z | |
2596 | 2025-01-02T22:35:50.252Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2597 | 2025-01-02T22:35:50.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-01-02T22:35:50.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-01-02T22:35:50.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2025-01-02T22:35:50.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2601 | 2025-01-02T22:35:50.939Z | |
2602 | 2025-01-02T22:35:50.939Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2603 | 2025-01-02T22:35:51.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-01-02T22:35:51.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-01-02T22:35:51.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2025-01-02T22:35:51.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2607 | 2025-01-02T22:35:51.612Z | |
2608 | 2025-01-02T22:35:51.613Z | info: running `cargo check --bins` on wicket-common (77/173) |
2609 | 2025-01-02T22:35:52.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2025-01-02T22:35:52.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2025-01-02T22:35:52.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2025-01-02T22:35:52.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2613 | 2025-01-02T22:35:52.268Z | |
2614 | 2025-01-02T22:35:52.268Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2615 | 2025-01-02T22:35:52.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2025-01-02T22:35:52.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2025-01-02T22:35:52.948Z | Checking csv-core v0.1.11 |
2618 | 2025-01-02T22:35:52.948Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2619 | 2025-01-02T22:35:52.950Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2620 | 2025-01-02T22:35:53.269Z | Checking csv v1.3.0 |
2621 | 2025-01-02T22:35:53.531Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2025-01-02T22:35:53.848Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2623 | 2025-01-02T22:35:54.242Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2624 | 2025-01-02T22:35:55.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
2625 | 2025-01-02T22:35:55.750Z | |
2626 | 2025-01-02T22:35:55.750Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2627 | 2025-01-02T22:35:56.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2025-01-02T22:35:56.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2025-01-02T22:35:56.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2025-01-02T22:35:56.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2631 | 2025-01-02T22:35:56.387Z | |
2632 | 2025-01-02T22:35:56.387Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2633 | 2025-01-02T22:35:56.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2025-01-02T22:35:56.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2025-01-02T22:35:56.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2025-01-02T22:35:56.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2637 | 2025-01-02T22:35:57.032Z | |
2638 | 2025-01-02T22:35:57.033Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2639 | 2025-01-02T22:35:57.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2025-01-02T22:35:57.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2025-01-02T22:35:57.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2025-01-02T22:35:57.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2643 | 2025-01-02T22:35:57.786Z | |
2644 | 2025-01-02T22:35:57.786Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2645 | 2025-01-02T22:35:58.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2025-01-02T22:35:58.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2025-01-02T22:35:58.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2025-01-02T22:35:58.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2649 | 2025-01-02T22:35:58.534Z | |
2650 | 2025-01-02T22:35:58.534Z | info: running `cargo check --bins` on dns-server (83/173) |
2651 | 2025-01-02T22:35:59.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2025-01-02T22:35:59.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2025-01-02T22:35:59.185Z | Compiling parking_lot_core v0.8.6 |
2654 | 2025-01-02T22:35:59.185Z | Checking fxhash v0.2.1 |
2655 | 2025-01-02T22:35:59.187Z | Checking hickory-server v0.24.1 |
2656 | 2025-01-02T22:35:59.188Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2657 | 2025-01-02T22:35:59.188Z | Checking hickory-client v0.24.1 |
2658 | 2025-01-02T22:35:59.919Z | Checking parking_lot v0.11.2 |
2659 | 2025-01-02T22:36:00.057Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2660 | 2025-01-02T22:36:00.057Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2661 | 2025-01-02T22:36:00.162Z | Checking sled v0.34.7 |
2662 | 2025-01-02T22:36:01.981Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2663 | 2025-01-02T22:36:03.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
2664 | 2025-01-02T22:36:03.475Z | |
2665 | 2025-01-02T22:36:03.475Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2666 | 2025-01-02T22:36:04.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-02T22:36:04.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-02T22:36:04.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-02T22:36:04.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2670 | 2025-01-02T22:36:04.115Z | |
2671 | 2025-01-02T22:36:04.116Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2672 | 2025-01-02T22:36:04.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-02T22:36:04.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-02T22:36:04.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-01-02T22:36:04.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2676 | 2025-01-02T22:36:04.817Z | |
2677 | 2025-01-02T22:36:04.817Z | info: running `cargo check --bins` on gateway-types (86/173) |
2678 | 2025-01-02T22:36:05.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-01-02T22:36:05.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-01-02T22:36:05.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-01-02T22:36:05.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2682 | 2025-01-02T22:36:05.462Z | |
2683 | 2025-01-02T22:36:05.462Z | info: running `cargo check --bins` on ipcc (87/173) |
2684 | 2025-01-02T22:36:06.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-01-02T22:36:06.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-01-02T22:36:06.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-01-02T22:36:06.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2688 | 2025-01-02T22:36:06.103Z | |
2689 | 2025-01-02T22:36:06.103Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2690 | 2025-01-02T22:36:06.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-01-02T22:36:06.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-01-02T22:36:06.825Z | Compiling radium v0.7.0 |
2693 | 2025-01-02T22:36:06.825Z | Compiling semver v0.1.20 |
2694 | 2025-01-02T22:36:06.942Z | Checking tap v1.0.1 |
2695 | 2025-01-02T22:36:06.944Z | Compiling maybe-uninit v2.0.0 |
2696 | 2025-01-02T22:36:06.958Z | Checking password-hash v0.5.0 |
2697 | 2025-01-02T22:36:06.960Z | Checking blake2 v0.10.6 |
2698 | 2025-01-02T22:36:06.961Z | Compiling packed_struct v0.10.1 |
2699 | 2025-01-02T22:36:06.961Z | Compiling owo-colors v4.1.0 |
2700 | 2025-01-02T22:36:07.096Z | Checking wyz v0.5.1 |
2701 | 2025-01-02T22:36:07.248Z | Compiling rustc_version v0.1.7 |
2702 | 2025-01-02T22:36:07.400Z | Checking crc-catalog v2.4.0 |
2703 | 2025-01-02T22:36:07.423Z | Compiling cancel-safe-futures v0.1.5 |
2704 | 2025-01-02T22:36:07.440Z | Checking funty v2.0.0 |
2705 | 2025-01-02T22:36:07.537Z | Checking argon2 v0.5.3 |
2706 | 2025-01-02T22:36:07.555Z | Checking crc v3.2.1 |
2707 | 2025-01-02T22:36:07.595Z | Compiling packed_struct_codegen v0.10.1 |
2708 | 2025-01-02T22:36:07.614Z | Checking half v2.4.1 |
2709 | 2025-01-02T22:36:07.746Z | Compiling newtype_derive v0.1.6 |
2710 | 2025-01-02T22:36:07.776Z | Compiling indexmap v1.9.3 |
2711 | 2025-01-02T22:36:07.787Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2712 | 2025-01-02T22:36:08.011Z | Checking ciborium-io v0.2.2 |
2713 | 2025-01-02T22:36:08.093Z | Checking nodrop v0.1.14 |
2714 | 2025-01-02T22:36:08.157Z | Checking ciborium-ll v0.2.2 |
2715 | 2025-01-02T22:36:08.189Z | Checking smallvec v0.6.14 |
2716 | 2025-01-02T22:36:08.206Z | Checking array-init v0.0.4 |
2717 | 2025-01-02T22:36:08.208Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2718 | 2025-01-02T22:36:08.237Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2025-01-02T22:36:08.352Z | Checking bitvec v1.0.1 |
2720 | 2025-01-02T22:36:08.550Z | Checking libsw v3.3.1 |
2721 | 2025-01-02T22:36:08.571Z | Compiling memoffset v0.9.1 |
2722 | 2025-01-02T22:36:08.608Z | Checking indent_write v2.2.0 |
2723 | 2025-01-02T22:36:08.805Z | Checking hashbrown v0.12.3 |
2724 | 2025-01-02T22:36:08.830Z | Checking termcolor v1.4.1 |
2725 | 2025-01-02T22:36:08.874Z | Checking bitfield v0.14.0 |
2726 | 2025-01-02T22:36:09.005Z | Checking swrite v0.1.0 |
2727 | 2025-01-02T22:36:09.130Z | Checking linear-map v1.2.0 |
2728 | 2025-01-02T22:36:09.149Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2025-01-02T22:36:09.186Z | Checking serde-hex v0.1.0 |
2730 | 2025-01-02T22:36:09.295Z | Checking env_logger v0.10.2 |
2731 | 2025-01-02T22:36:09.634Z | Checking ron v0.8.1 |
2732 | 2025-01-02T22:36:09.747Z | Checking ciborium v0.2.2 |
2733 | 2025-01-02T22:36:10.376Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2734 | 2025-01-02T22:36:10.414Z | Checking steno v0.4.1 |
2735 | 2025-01-02T22:36:10.758Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2736 | 2025-01-02T22:36:10.828Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2737 | 2025-01-02T22:36:10.828Z | Checking hashbrown v0.13.2 |
2738 | 2025-01-02T22:36:10.954Z | Checking humantime v2.1.0 |
2739 | 2025-01-02T22:36:11.025Z | Checking crc-any v2.5.0 |
2740 | 2025-01-02T22:36:11.239Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2741 | 2025-01-02T22:36:11.409Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2742 | 2025-01-02T22:36:11.625Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2743 | 2025-01-02T22:36:11.900Z | Checking path-slash v0.1.5 |
2744 | 2025-01-02T22:36:11.923Z | Checking object v0.30.4 |
2745 | 2025-01-02T22:36:12.078Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2746 | 2025-01-02T22:36:12.115Z | Checking nix v0.27.1 |
2747 | 2025-01-02T22:36:12.786Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2748 | 2025-01-02T22:36:13.296Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2749 | 2025-01-02T22:36:13.444Z | Checking tungstenite v0.23.0 |
2750 | 2025-01-02T22:36:13.514Z | Checking kstat-rs v0.2.4 |
2751 | 2025-01-02T22:36:13.566Z | Checking signal-hook-tokio v0.3.1 |
2752 | 2025-01-02T22:36:13.872Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2753 | 2025-01-02T22:36:14.232Z | Checking tokio-tungstenite v0.23.1 |
2754 | 2025-01-02T22:36:14.895Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2755 | 2025-01-02T22:36:14.987Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2025-01-02T22:36:15.315Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2757 | 2025-01-02T22:36:22.238Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2758 | 2025-01-02T22:36:23.550Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2759 | 2025-01-02T22:36:26.885Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2760 | 2025-01-02T22:36:32.780Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2761 | 2025-01-02T22:36:33.506Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2762 | 2025-01-02T22:36:36.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s |
2763 | 2025-01-02T22:36:36.632Z | |
2764 | 2025-01-02T22:36:36.632Z | info: running `cargo check --bins` on gateway-api (89/173) |
2765 | 2025-01-02T22:36:37.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-01-02T22:36:37.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-01-02T22:36:37.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-01-02T22:36:37.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2769 | 2025-01-02T22:36:37.272Z | |
2770 | 2025-01-02T22:36:37.272Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2771 | 2025-01-02T22:36:37.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-01-02T22:36:37.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-01-02T22:36:37.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-01-02T22:36:37.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2775 | 2025-01-02T22:36:37.899Z | |
2776 | 2025-01-02T22:36:37.899Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2777 | 2025-01-02T22:36:38.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-01-02T22:36:38.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-01-02T22:36:38.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-01-02T22:36:38.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2781 | 2025-01-02T22:36:38.535Z | |
2782 | 2025-01-02T22:36:38.535Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2783 | 2025-01-02T22:36:39.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-01-02T22:36:39.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-01-02T22:36:39.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-01-02T22:36:39.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2787 | 2025-01-02T22:36:39.180Z | |
2788 | 2025-01-02T22:36:39.180Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2789 | 2025-01-02T22:36:39.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-01-02T22:36:39.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-01-02T22:36:39.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-01-02T22:36:39.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2793 | 2025-01-02T22:36:39.818Z | |
2794 | 2025-01-02T22:36:39.818Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2795 | 2025-01-02T22:36:40.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-01-02T22:36:40.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-01-02T22:36:40.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-01-02T22:36:40.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2799 | 2025-01-02T22:36:40.470Z | |
2800 | 2025-01-02T22:36:40.470Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2801 | 2025-01-02T22:36:41.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-01-02T22:36:41.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-01-02T22:36:41.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-01-02T22:36:41.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2805 | 2025-01-02T22:36:41.113Z | |
2806 | 2025-01-02T22:36:41.113Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2807 | 2025-01-02T22:36:41.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-01-02T22:36:41.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-01-02T22:36:41.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-01-02T22:36:41.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2811 | 2025-01-02T22:36:41.753Z | |
2812 | 2025-01-02T22:36:41.753Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2813 | 2025-01-02T22:36:42.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-01-02T22:36:42.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-01-02T22:36:42.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-01-02T22:36:42.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2817 | 2025-01-02T22:36:42.417Z | |
2818 | 2025-01-02T22:36:42.417Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2819 | 2025-01-02T22:36:42.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-01-02T22:36:42.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-01-02T22:36:42.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-01-02T22:36:42.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2823 | 2025-01-02T22:36:43.054Z | |
2824 | 2025-01-02T22:36:43.054Z | info: running `cargo check --bins` on sp-sim (99/173) |
2825 | 2025-01-02T22:36:43.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-01-02T22:36:43.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-01-02T22:36:43.714Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2828 | 2025-01-02T22:36:45.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
2829 | 2025-01-02T22:36:45.813Z | |
2830 | 2025-01-02T22:36:45.813Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2831 | 2025-01-02T22:36:46.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-01-02T22:36:46.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-01-02T22:36:46.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-01-02T22:36:46.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2835 | 2025-01-02T22:36:46.500Z | |
2836 | 2025-01-02T22:36:46.500Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2837 | 2025-01-02T22:36:47.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-01-02T22:36:47.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-01-02T22:36:47.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-01-02T22:36:47.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2841 | 2025-01-02T22:36:47.198Z | |
2842 | 2025-01-02T22:36:47.198Z | info: running `cargo check --bins` on db-macros (102/173) |
2843 | 2025-01-02T22:36:47.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-01-02T22:36:47.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-01-02T22:36:47.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-01-02T22:36:47.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2847 | 2025-01-02T22:36:47.817Z | |
2848 | 2025-01-02T22:36:47.817Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2849 | 2025-01-02T22:36:48.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-01-02T22:36:48.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-01-02T22:36:48.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-01-02T22:36:48.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2853 | 2025-01-02T22:36:48.441Z | |
2854 | 2025-01-02T22:36:48.441Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2855 | 2025-01-02T22:36:49.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-01-02T22:36:49.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-01-02T22:36:49.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-01-02T22:36:49.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2859 | 2025-01-02T22:36:49.127Z | |
2860 | 2025-01-02T22:36:49.127Z | info: running `cargo check --bins` on authz-macros (105/173) |
2861 | 2025-01-02T22:36:49.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-01-02T22:36:49.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-01-02T22:36:49.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-01-02T22:36:49.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2865 | 2025-01-02T22:36:49.748Z | |
2866 | 2025-01-02T22:36:49.748Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2867 | 2025-01-02T22:36:50.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-01-02T22:36:50.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-01-02T22:36:50.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-01-02T22:36:50.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2871 | 2025-01-02T22:36:50.430Z | |
2872 | 2025-01-02T22:36:50.430Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2873 | 2025-01-02T22:36:51.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-01-02T22:36:51.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-01-02T22:36:51.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-01-02T22:36:51.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2877 | 2025-01-02T22:36:51.109Z | |
2878 | 2025-01-02T22:36:51.109Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2879 | 2025-01-02T22:36:51.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-01-02T22:36:51.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-01-02T22:36:51.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-01-02T22:36:51.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2883 | 2025-01-02T22:36:51.752Z | |
2884 | 2025-01-02T22:36:51.752Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2885 | 2025-01-02T22:36:52.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-01-02T22:36:52.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-01-02T22:36:52.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-01-02T22:36:52.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2889 | 2025-01-02T22:36:52.422Z | |
2890 | 2025-01-02T22:36:52.422Z | info: running `cargo check --bins` on typed-rng (110/173) |
2891 | 2025-01-02T22:36:52.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-01-02T22:36:52.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-01-02T22:36:52.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-01-02T22:36:52.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2895 | 2025-01-02T22:36:53.040Z | |
2896 | 2025-01-02T22:36:53.040Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2897 | 2025-01-02T22:36:53.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-01-02T22:36:53.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-01-02T22:36:53.801Z | Checking keccak v0.1.5 |
2900 | 2025-01-02T22:36:53.911Z | Checking secrecy v0.8.0 |
2901 | 2025-01-02T22:36:53.913Z | Compiling unicase v2.7.0 |
2902 | 2025-01-02T22:36:53.923Z | Compiling same-file v1.0.6 |
2903 | 2025-01-02T22:36:53.950Z | Compiling tempfile v3.13.0 |
2904 | 2025-01-02T22:36:53.966Z | Compiling thiserror-impl-no-std v2.0.2 |
2905 | 2025-01-02T22:36:53.969Z | Checking universal-hash v0.5.1 |
2906 | 2025-01-02T22:36:53.969Z | Compiling blake3 v1.5.4 |
2907 | 2025-01-02T22:36:54.115Z | Compiling walkdir v2.5.0 |
2908 | 2025-01-02T22:36:54.176Z | Compiling ring v0.16.20 |
2909 | 2025-01-02T22:36:54.210Z | Checking sha3 v0.10.8 |
2910 | 2025-01-02T22:36:54.227Z | Checking opaque-debug v0.3.1 |
2911 | 2025-01-02T22:36:54.326Z | Checking poly1305 v0.8.0 |
2912 | 2025-01-02T22:36:54.380Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2913 | 2025-01-02T22:36:54.609Z | Checking chacha20 v0.9.1 |
2914 | 2025-01-02T22:36:54.682Z | Checking aead v0.5.2 |
2915 | 2025-01-02T22:36:54.840Z | Compiling memmap2 v0.9.5 |
2916 | 2025-01-02T22:36:54.859Z | Compiling constant_time_eq v0.3.1 |
2917 | 2025-01-02T22:36:54.874Z | Compiling libefi-sys v0.1.0 |
2918 | 2025-01-02T22:36:54.899Z | Compiling salty v0.3.0 |
2919 | 2025-01-02T22:36:54.955Z | Compiling arrayvec v0.7.6 |
2920 | 2025-01-02T22:36:55.024Z | Compiling arrayref v0.3.9 |
2921 | 2025-01-02T22:36:55.125Z | Compiling spin v0.5.2 |
2922 | 2025-01-02T22:36:55.169Z | Checking chacha20poly1305 v0.10.1 |
2923 | 2025-01-02T22:36:55.304Z | Compiling toolchain_find v0.4.0 |
2924 | 2025-01-02T22:36:55.364Z | Compiling camino-tempfile v1.1.1 |
2925 | 2025-01-02T22:36:55.367Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2926 | 2025-01-02T22:36:55.383Z | Compiling bitfield-struct v0.6.2 |
2927 | 2025-01-02T22:36:55.825Z | Compiling topological-sort v0.2.2 |
2928 | 2025-01-02T22:36:55.843Z | Compiling mime_guess v2.0.5 |
2929 | 2025-01-02T22:36:55.969Z | Compiling rustfmt-wrapper v0.2.1 |
2930 | 2025-01-02T22:36:56.457Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2931 | 2025-01-02T22:36:56.544Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2932 | 2025-01-02T22:36:56.566Z | Checking primeorder v0.13.6 |
2933 | 2025-01-02T22:36:56.614Z | Checking env_filter v0.1.2 |
2934 | 2025-01-02T22:36:56.849Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2025-01-02T22:36:56.865Z | Checking env_logger v0.11.5 |
2936 | 2025-01-02T22:36:56.898Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2025-01-02T22:36:57.039Z | Checking p384 v0.13.0 |
2938 | 2025-01-02T22:36:57.176Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2939 | 2025-01-02T22:36:57.200Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2940 | 2025-01-02T22:36:57.235Z | Checking thiserror-no-std v2.0.2 |
2941 | 2025-01-02T22:36:57.348Z | Checking vsss-rs v3.3.4 |
2942 | 2025-01-02T22:36:57.442Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2943 | 2025-01-02T22:36:57.464Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2944 | 2025-01-02T22:36:57.484Z | Checking bumpalo v3.16.0 |
2945 | 2025-01-02T22:36:57.778Z | Compiling zip v2.1.3 |
2946 | 2025-01-02T22:36:57.803Z | Checking lockfree-object-pool v0.1.6 |
2947 | 2025-01-02T22:36:57.897Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2948 | 2025-01-02T22:36:57.937Z | Checking simd-adler32 v0.3.7 |
2949 | 2025-01-02T22:36:58.038Z | Checking http-range v0.1.5 |
2950 | 2025-01-02T22:36:58.107Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2951 | 2025-01-02T22:36:58.143Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2952 | 2025-01-02T22:36:58.231Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2953 | 2025-01-02T22:36:58.294Z | Checking zopfli v0.8.1 |
2954 | 2025-01-02T22:36:58.443Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2955 | 2025-01-02T22:36:58.930Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2956 | 2025-01-02T22:36:58.968Z | Checking nanorand v0.7.0 |
2957 | 2025-01-02T22:36:58.986Z | Checking atty v0.2.14 |
2958 | 2025-01-02T22:36:59.082Z | Checking glob v0.3.1 |
2959 | 2025-01-02T22:36:59.124Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2960 | 2025-01-02T22:36:59.350Z | Checking flume v0.11.1 |
2961 | 2025-01-02T22:36:59.429Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2962 | 2025-01-02T22:36:59.651Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2963 | 2025-01-02T22:36:59.843Z | Compiling omicron-zone-package v0.11.1 |
2964 | 2025-01-02T22:37:00.185Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2965 | 2025-01-02T22:37:01.097Z | Checking hyper-staticfile v0.10.1 |
2966 | 2025-01-02T22:37:01.657Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2967 | 2025-01-02T22:37:01.771Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2968 | 2025-01-02T22:37:01.958Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2969 | 2025-01-02T22:37:02.138Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2970 | 2025-01-02T22:37:02.299Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2971 | 2025-01-02T22:37:02.333Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2972 | 2025-01-02T22:37:02.896Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2973 | 2025-01-02T22:37:03.435Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2974 | 2025-01-02T22:37:04.539Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2975 | 2025-01-02T22:37:06.518Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2976 | 2025-01-02T22:37:06.518Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2977 | 2025-01-02T22:37:17.023Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2025-01-02T22:37:31.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.02s |
2979 | 2025-01-02T22:37:31.256Z | |
2980 | 2025-01-02T22:37:31.256Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2981 | 2025-01-02T22:37:31.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2025-01-02T22:37:31.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2025-01-02T22:37:32.020Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2025-01-02T22:37:46.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s |
2985 | 2025-01-02T22:37:46.192Z | |
2986 | 2025-01-02T22:37:46.192Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2987 | 2025-01-02T22:37:46.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2025-01-02T22:37:46.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2025-01-02T22:37:46.930Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2025-01-02T22:38:00.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s |
2991 | 2025-01-02T22:38:01.058Z | |
2992 | 2025-01-02T22:38:01.058Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2993 | 2025-01-02T22:38:01.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-01-02T22:38:01.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-01-02T22:38:01.806Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2025-01-02T22:38:15.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
2997 | 2025-01-02T22:38:15.861Z | |
2998 | 2025-01-02T22:38:15.861Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2999 | 2025-01-02T22:38:16.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-01-02T22:38:16.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-01-02T22:38:16.613Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2025-01-02T22:38:30.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s |
3003 | 2025-01-02T22:38:30.899Z | |
3004 | 2025-01-02T22:38:30.899Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3005 | 2025-01-02T22:38:31.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-01-02T22:38:31.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-01-02T22:38:31.656Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2025-01-02T22:38:45.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s |
3009 | 2025-01-02T22:38:45.972Z | |
3010 | 2025-01-02T22:38:45.972Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3011 | 2025-01-02T22:38:46.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-02T22:38:46.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-02T22:38:46.725Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2025-01-02T22:39:00.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
3015 | 2025-01-02T22:39:01.037Z | |
3016 | 2025-01-02T22:39:01.037Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3017 | 2025-01-02T22:39:01.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-02T22:39:01.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-02T22:39:01.784Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2025-01-02T22:39:15.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s |
3021 | 2025-01-02T22:39:15.921Z | |
3022 | 2025-01-02T22:39:15.921Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3023 | 2025-01-02T22:39:16.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-02T22:39:16.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-02T22:39:16.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-01-02T22:39:16.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3027 | 2025-01-02T22:39:16.589Z | |
3028 | 2025-01-02T22:39:16.589Z | info: running `cargo check --bins` on key-manager (120/173) |
3029 | 2025-01-02T22:39:17.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-02T22:39:17.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-02T22:39:17.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-01-02T22:39:17.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3033 | 2025-01-02T22:39:17.235Z | |
3034 | 2025-01-02T22:39:17.235Z | info: running `cargo check --bins` on range-requests (121/173) |
3035 | 2025-01-02T22:39:17.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-02T22:39:17.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-02T22:39:17.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-01-02T22:39:17.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3039 | 2025-01-02T22:39:17.857Z | |
3040 | 2025-01-02T22:39:17.857Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3041 | 2025-01-02T22:39:18.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-02T22:39:18.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-02T22:39:18.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-01-02T22:39:18.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3045 | 2025-01-02T22:39:18.499Z | |
3046 | 2025-01-02T22:39:18.499Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3047 | 2025-01-02T22:39:19.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-02T22:39:19.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-02T22:39:19.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-01-02T22:39:19.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3051 | 2025-01-02T22:39:19.168Z | |
3052 | 2025-01-02T22:39:19.168Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3053 | 2025-01-02T22:39:19.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-02T22:39:19.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-02T22:39:19.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-01-02T22:39:19.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3057 | 2025-01-02T22:39:19.832Z | |
3058 | 2025-01-02T22:39:19.832Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3059 | 2025-01-02T22:39:20.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-02T22:39:20.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-02T22:39:20.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-01-02T22:39:20.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3063 | 2025-01-02T22:39:20.505Z | |
3064 | 2025-01-02T22:39:20.505Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3065 | 2025-01-02T22:39:21.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-01-02T22:39:21.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-01-02T22:39:21.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-01-02T22:39:21.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3069 | 2025-01-02T22:39:21.171Z | |
3070 | 2025-01-02T22:39:21.171Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3071 | 2025-01-02T22:39:21.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-01-02T22:39:21.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-01-02T22:39:21.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-01-02T22:39:21.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3075 | 2025-01-02T22:39:21.831Z | |
3076 | 2025-01-02T22:39:21.831Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3077 | 2025-01-02T22:39:22.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-01-02T22:39:22.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-01-02T22:39:22.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2025-01-02T22:39:22.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3081 | 2025-01-02T22:39:22.501Z | |
3082 | 2025-01-02T22:39:22.501Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3083 | 2025-01-02T22:39:23.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-01-02T22:39:23.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-01-02T22:39:23.205Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3086 | 2025-01-02T22:39:23.205Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3087 | 2025-01-02T22:39:24.121Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3088 | 2025-01-02T22:39:26.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s |
3089 | 2025-01-02T22:39:26.402Z | |
3090 | 2025-01-02T22:39:26.402Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3091 | 2025-01-02T22:39:26.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-01-02T22:39:26.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-01-02T22:39:26.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-01-02T22:39:26.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3095 | 2025-01-02T22:39:27.042Z | |
3096 | 2025-01-02T22:39:27.042Z | info: running `cargo check --bins` on cert-dev (131/173) |
3097 | 2025-01-02T22:39:27.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-01-02T22:39:27.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-01-02T22:39:27.670Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3100 | 2025-01-02T22:39:27.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3101 | 2025-01-02T22:39:28.112Z | |
3102 | 2025-01-02T22:39:28.112Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3103 | 2025-01-02T22:39:28.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-01-02T22:39:28.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-01-02T22:39:28.818Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3106 | 2025-01-02T22:39:28.820Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3107 | 2025-01-02T22:39:29.442Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3108 | 2025-01-02T22:39:29.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3109 | 2025-01-02T22:39:30.016Z | |
3110 | 2025-01-02T22:39:30.016Z | info: running `cargo check --bins` on ch-dev (133/173) |
3111 | 2025-01-02T22:39:30.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-02T22:39:30.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-02T22:39:30.686Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3114 | 2025-01-02T22:39:31.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3115 | 2025-01-02T22:39:31.597Z | |
3116 | 2025-01-02T22:39:31.598Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3117 | 2025-01-02T22:39:32.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-01-02T22:39:32.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-01-02T22:39:32.260Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3120 | 2025-01-02T22:39:32.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3121 | 2025-01-02T22:39:32.814Z | |
3122 | 2025-01-02T22:39:32.814Z | info: running `cargo check --bins` on db-dev (135/173) |
3123 | 2025-01-02T22:39:33.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2025-01-02T22:39:33.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2025-01-02T22:39:33.487Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3126 | 2025-01-02T22:39:34.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3127 | 2025-01-02T22:39:34.416Z | |
3128 | 2025-01-02T22:39:34.416Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3129 | 2025-01-02T22:39:35.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2025-01-02T22:39:35.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2025-01-02T22:39:35.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2025-01-02T22:39:35.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3133 | 2025-01-02T22:39:35.088Z | |
3134 | 2025-01-02T22:39:35.088Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3135 | 2025-01-02T22:39:35.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2025-01-02T22:39:35.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2025-01-02T22:39:35.724Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3138 | 2025-01-02T22:39:36.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3139 | 2025-01-02T22:39:36.819Z | |
3140 | 2025-01-02T22:39:36.819Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3141 | 2025-01-02T22:39:37.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2025-01-02T22:39:37.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2025-01-02T22:39:37.457Z | Checking cargo-platform v0.1.8 |
3144 | 2025-01-02T22:39:37.736Z | Checking cargo_metadata v0.18.1 |
3145 | 2025-01-02T22:39:38.738Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3146 | 2025-01-02T22:39:39.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
3147 | 2025-01-02T22:39:39.670Z | |
3148 | 2025-01-02T22:39:39.670Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3149 | 2025-01-02T22:39:40.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2025-01-02T22:39:40.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2025-01-02T22:39:40.408Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3152 | 2025-01-02T22:39:41.141Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3153 | 2025-01-02T22:39:41.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3154 | 2025-01-02T22:39:41.919Z | |
3155 | 2025-01-02T22:39:41.919Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3156 | 2025-01-02T22:39:42.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-01-02T22:39:42.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-01-02T22:39:42.722Z | Compiling crunchy v0.2.2 |
3159 | 2025-01-02T22:39:42.722Z | Compiling tiny-keccak v2.0.2 |
3160 | 2025-01-02T22:39:42.722Z | Compiling dsl_auto_type v0.1.2 |
3161 | 2025-01-02T22:39:42.724Z | Checking scheduled-thread-pool v0.2.7 |
3162 | 2025-01-02T22:39:42.724Z | Compiling diesel_table_macro_syntax v0.2.0 |
3163 | 2025-01-02T22:39:42.724Z | Compiling ascii-canvas v3.0.0 |
3164 | 2025-01-02T22:39:42.724Z | Compiling ena v0.14.3 |
3165 | 2025-01-02T22:39:42.835Z | Compiling regex-syntax v0.6.29 |
3166 | 2025-01-02T22:39:43.128Z | Checking r2d2 v0.8.10 |
3167 | 2025-01-02T22:39:43.187Z | Compiling diff v0.1.13 |
3168 | 2025-01-02T22:39:43.222Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3169 | 2025-01-02T22:39:43.335Z | Compiling ref-cast v1.0.23 |
3170 | 2025-01-02T22:39:43.387Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3171 | 2025-01-02T22:39:43.475Z | Compiling derive_builder_core v0.20.2 |
3172 | 2025-01-02T22:39:43.494Z | Compiling libxml v0.3.3 |
3173 | 2025-01-02T22:39:43.661Z | Compiling ref-cast-impl v1.0.23 |
3174 | 2025-01-02T22:39:43.833Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3175 | 2025-01-02T22:39:43.933Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3176 | 2025-01-02T22:39:43.962Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3177 | 2025-01-02T22:39:44.111Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3178 | 2025-01-02T22:39:44.239Z | Compiling strum_macros v0.24.3 |
3179 | 2025-01-02T22:39:44.398Z | Compiling samael v0.0.17 |
3180 | 2025-01-02T22:39:44.515Z | Compiling diesel_derives v2.2.3 |
3181 | 2025-01-02T22:39:44.562Z | Compiling indoc v1.0.9 |
3182 | 2025-01-02T22:39:45.526Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3183 | 2025-01-02T22:39:45.837Z | Compiling impl-trait-for-tuples v0.2.2 |
3184 | 2025-01-02T22:39:45.996Z | Compiling derive_builder_macro v0.20.2 |
3185 | 2025-01-02T22:39:46.313Z | Compiling lalrpop v0.19.12 |
3186 | 2025-01-02T22:39:46.905Z | Checking derive_builder v0.20.2 |
3187 | 2025-01-02T22:39:47.065Z | Compiling oso-derive v0.27.3 |
3188 | 2025-01-02T22:39:47.495Z | Checking quick-xml v0.33.0 |
3189 | 2025-01-02T22:39:47.982Z | Compiling diesel-dtrace v0.4.0 |
3190 | 2025-01-02T22:39:48.110Z | Checking maplit v1.0.2 |
3191 | 2025-01-02T22:39:48.270Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3192 | 2025-01-02T22:39:48.369Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3193 | 2025-01-02T22:39:48.680Z | Checking bb8 v0.8.5 |
3194 | 2025-01-02T22:39:48.947Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3195 | 2025-01-02T22:39:49.162Z | Checking castaway v0.2.3 |
3196 | 2025-01-02T22:39:49.240Z | Checking rand_seeder v0.3.0 |
3197 | 2025-01-02T22:39:49.288Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3198 | 2025-01-02T22:39:49.344Z | Checking compact_str v0.8.0 |
3199 | 2025-01-02T22:39:49.491Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3200 | 2025-01-02T22:39:49.754Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3201 | 2025-01-02T22:39:49.955Z | Checking unicode-truncate v1.1.0 |
3202 | 2025-01-02T22:39:50.201Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3203 | 2025-01-02T22:39:50.292Z | Checking lru v0.12.5 |
3204 | 2025-01-02T22:39:50.537Z | Compiling instability v0.3.2 |
3205 | 2025-01-02T22:39:50.662Z | Checking unicode-linebreak v0.1.5 |
3206 | 2025-01-02T22:39:51.051Z | Checking is_ci v1.2.0 |
3207 | 2025-01-02T22:39:51.102Z | Checking smawk v0.3.2 |
3208 | 2025-01-02T22:39:51.207Z | Checking cassowary v0.3.0 |
3209 | 2025-01-02T22:39:51.335Z | Checking textwrap v0.16.1 |
3210 | 2025-01-02T22:39:51.645Z | Checking supports-color v3.0.1 |
3211 | 2025-01-02T22:39:51.687Z | Checking ratatui v0.28.1 |
3212 | 2025-01-02T22:39:51.800Z | Checking multimap v0.10.0 |
3213 | 2025-01-02T22:39:51.818Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3214 | 2025-01-02T22:39:54.514Z | Checking diesel v2.2.6 |
3215 | 2025-01-02T22:40:20.728Z | Compiling polar-core v0.27.3 |
3216 | 2025-01-02T22:40:24.559Z | Checking async-bb8-diesel v0.2.1 |
3217 | 2025-01-02T22:40:28.358Z | Checking oso v0.27.3 |
3218 | 2025-01-02T22:41:40.728Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3219 | 2025-01-02T22:41:47.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
3220 | 2025-01-02T22:41:47.259Z | |
3221 | 2025-01-02T22:41:47.259Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3222 | 2025-01-02T22:41:47.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2025-01-02T22:41:47.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2025-01-02T22:41:47.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3225 | 2025-01-02T22:41:47.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3226 | 2025-01-02T22:41:47.952Z | |
3227 | 2025-01-02T22:41:47.952Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3228 | 2025-01-02T22:41:48.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-01-02T22:41:48.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-01-02T22:41:48.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2025-01-02T22:41:48.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3232 | 2025-01-02T22:41:48.645Z | |
3233 | 2025-01-02T22:41:48.645Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3234 | 2025-01-02T22:41:49.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-01-02T22:41:49.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-01-02T22:41:49.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2025-01-02T22:41:49.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3238 | 2025-01-02T22:41:49.263Z | |
3239 | 2025-01-02T22:41:49.263Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3240 | 2025-01-02T22:41:49.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-01-02T22:41:49.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-01-02T22:41:50.090Z | Compiling libz-sys v1.1.20 |
3243 | 2025-01-02T22:41:50.204Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3244 | 2025-01-02T22:41:50.217Z | Compiling vergen v8.3.2 |
3245 | 2025-01-02T22:41:50.220Z | Compiling cargo-platform v0.1.8 |
3246 | 2025-01-02T22:41:50.220Z | Compiling pin-project-internal v1.1.6 |
3247 | 2025-01-02T22:41:50.257Z | Compiling libsqlite3-sys v0.30.1 |
3248 | 2025-01-02T22:41:50.260Z | Compiling snafu-derive v0.8.5 |
3249 | 2025-01-02T22:41:50.260Z | Compiling rustls v0.21.12 |
3250 | 2025-01-02T22:41:50.553Z | Compiling cargo_metadata v0.18.1 |
3251 | 2025-01-02T22:41:50.588Z | Compiling cfg_aliases v0.2.1 |
3252 | 2025-01-02T22:41:50.697Z | Compiling buf-list v1.0.3 |
3253 | 2025-01-02T22:41:50.762Z | Compiling nix v0.29.0 |
3254 | 2025-01-02T22:41:50.859Z | Checking globset v0.4.15 |
3255 | 2025-01-02T22:41:51.180Z | Checking olpc-cjson v0.1.4 |
3256 | 2025-01-02T22:41:51.370Z | Checking sct v0.7.1 |
3257 | 2025-01-02T22:41:51.420Z | Checking rustls-webpki v0.101.7 |
3258 | 2025-01-02T22:41:51.440Z | Checking serde_plain v1.0.2 |
3259 | 2025-01-02T22:41:51.594Z | Checking typed-path v0.9.3 |
3260 | 2025-01-02T22:41:51.945Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3261 | 2025-01-02T22:41:52.135Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3262 | 2025-01-02T22:41:52.228Z | Checking hashlink v0.9.1 |
3263 | 2025-01-02T22:41:52.421Z | Checking fallible-iterator v0.3.0 |
3264 | 2025-01-02T22:41:52.841Z | Checking fallible-streaming-iterator v0.1.9 |
3265 | 2025-01-02T22:41:53.040Z | Checking parse-size v1.1.0 |
3266 | 2025-01-02T22:41:53.090Z | Checking rusqlite v0.32.1 |
3267 | 2025-01-02T22:41:53.268Z | Checking pin-project v1.1.6 |
3268 | 2025-01-02T22:41:53.407Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3269 | 2025-01-02T22:41:53.556Z | Checking rustls-pemfile v1.0.4 |
3270 | 2025-01-02T22:41:53.750Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3271 | 2025-01-02T22:41:53.792Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3272 | 2025-01-02T22:41:54.076Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3273 | 2025-01-02T22:41:54.246Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3274 | 2025-01-02T22:41:54.390Z | Checking twox-hash v1.6.3 |
3275 | 2025-01-02T22:41:54.507Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3276 | 2025-01-02T22:41:54.770Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3277 | 2025-01-02T22:41:54.840Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3278 | 2025-01-02T22:41:55.384Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3279 | 2025-01-02T22:41:55.429Z | Checking tokio-rustls v0.24.1 |
3280 | 2025-01-02T22:41:55.510Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3281 | 2025-01-02T22:41:55.824Z | Checking fatfs v0.3.6 |
3282 | 2025-01-02T22:41:55.914Z | Checking snafu v0.8.5 |
3283 | 2025-01-02T22:41:56.389Z | Checking tough v0.19.0 |
3284 | 2025-01-02T22:41:56.599Z | Checking assert_matches v1.5.0 |
3285 | 2025-01-02T22:42:00.571Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3286 | 2025-01-02T22:42:01.962Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3287 | 2025-01-02T22:42:02.681Z | Compiling git2 v0.19.0 |
3288 | 2025-01-02T22:42:07.529Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3289 | 2025-01-02T22:43:03.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3290 | 2025-01-02T22:43:03.740Z | |
3291 | 2025-01-02T22:43:03.741Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3292 | 2025-01-02T22:43:04.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-01-02T22:43:04.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-01-02T22:43:04.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2025-01-02T22:43:04.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3296 | 2025-01-02T22:43:04.448Z | |
3297 | 2025-01-02T22:43:04.448Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3298 | 2025-01-02T22:43:05.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-01-02T22:43:05.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-01-02T22:43:05.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3301 | 2025-01-02T22:43:05.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3302 | 2025-01-02T22:43:05.090Z | |
3303 | 2025-01-02T22:43:05.090Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3304 | 2025-01-02T22:43:05.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-01-02T22:43:05.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-01-02T22:43:05.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2025-01-02T22:43:05.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3308 | 2025-01-02T22:43:05.783Z | |
3309 | 2025-01-02T22:43:05.783Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3310 | 2025-01-02T22:43:06.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-02T22:43:06.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-02T22:43:06.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2025-01-02T22:43:06.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3314 | 2025-01-02T22:43:06.480Z | |
3315 | 2025-01-02T22:43:06.480Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3316 | 2025-01-02T22:43:07.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-01-02T22:43:07.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-01-02T22:43:07.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2025-01-02T22:43:07.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3320 | 2025-01-02T22:43:07.176Z | |
3321 | 2025-01-02T22:43:07.176Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3322 | 2025-01-02T22:43:07.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-01-02T22:43:07.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-01-02T22:43:07.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3325 | 2025-01-02T22:43:07.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3326 | 2025-01-02T22:43:07.879Z | |
3327 | 2025-01-02T22:43:07.879Z | info: running `cargo check --bins` on update-common (151/173) |
3328 | 2025-01-02T22:43:08.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-01-02T22:43:08.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-01-02T22:43:08.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2025-01-02T22:43:08.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3332 | 2025-01-02T22:43:08.543Z | |
3333 | 2025-01-02T22:43:08.543Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3334 | 2025-01-02T22:43:09.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2025-01-02T22:43:09.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2025-01-02T22:43:09.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2025-01-02T22:43:09.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3338 | 2025-01-02T22:43:09.203Z | |
3339 | 2025-01-02T22:43:09.203Z | info: running `cargo check --bins` on tufaceous (153/173) |
3340 | 2025-01-02T22:43:09.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2025-01-02T22:43:09.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2025-01-02T22:43:09.884Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3343 | 2025-01-02T22:43:10.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
3344 | 2025-01-02T22:43:11.122Z | |
3345 | 2025-01-02T22:43:11.122Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3346 | 2025-01-02T22:43:11.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2025-01-02T22:43:11.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2025-01-02T22:43:11.974Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3349 | 2025-01-02T22:43:12.101Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3350 | 2025-01-02T22:43:12.101Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3351 | 2025-01-02T22:43:12.103Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3352 | 2025-01-02T22:43:39.416Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3353 | 2025-01-02T22:43:39.416Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3354 | 2025-01-02T22:43:39.418Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3355 | 2025-01-02T22:43:39.418Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3356 | 2025-01-02T22:43:39.418Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3357 | 2025-01-02T22:43:40.235Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3358 | 2025-01-02T22:43:41.593Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3359 | 2025-01-02T22:44:22.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3360 | 2025-01-02T22:44:22.753Z | |
3361 | 2025-01-02T22:44:22.753Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3362 | 2025-01-02T22:44:23.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-01-02T22:44:23.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-01-02T22:44:23.471Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3365 | 2025-01-02T22:44:23.473Z | Checking heck v0.4.1 |
3366 | 2025-01-02T22:44:23.473Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3367 | 2025-01-02T22:44:23.717Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3368 | 2025-01-02T22:44:25.195Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3369 | 2025-01-02T22:44:26.100Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3370 | 2025-01-02T22:44:27.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
3371 | 2025-01-02T22:44:27.418Z | |
3372 | 2025-01-02T22:44:27.418Z | info: running `cargo check --bins` on installinator-api (156/173) |
3373 | 2025-01-02T22:44:28.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-02T22:44:28.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-02T22:44:28.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-02T22:44:28.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3377 | 2025-01-02T22:44:28.091Z | |
3378 | 2025-01-02T22:44:28.091Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3379 | 2025-01-02T22:44:28.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-02T22:44:28.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-02T22:44:28.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-01-02T22:44:28.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3383 | 2025-01-02T22:44:28.777Z | |
3384 | 2025-01-02T22:44:28.777Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3385 | 2025-01-02T22:44:29.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-01-02T22:44:29.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-01-02T22:44:29.484Z | Compiling petname v2.0.2 |
3388 | 2025-01-02T22:44:29.487Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3389 | 2025-01-02T22:44:29.487Z | Checking sync-ptr v0.1.1 |
3390 | 2025-01-02T22:44:30.945Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3391 | 2025-01-02T22:44:32.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
3392 | 2025-01-02T22:44:32.745Z | |
3393 | 2025-01-02T22:44:32.745Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3394 | 2025-01-02T22:44:33.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2025-01-02T22:44:33.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2025-01-02T22:44:33.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3397 | 2025-01-02T22:44:33.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3398 | 2025-01-02T22:44:33.422Z | |
3399 | 2025-01-02T22:44:33.422Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3400 | 2025-01-02T22:44:34.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2025-01-02T22:44:34.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2025-01-02T22:44:34.114Z | Checking memmap2 v0.9.5 |
3403 | 2025-01-02T22:44:34.114Z | Checking arrayref v0.3.9 |
3404 | 2025-01-02T22:44:34.116Z | Checking spin v0.5.2 |
3405 | 2025-01-02T22:44:34.116Z | Checking constant_time_eq v0.3.1 |
3406 | 2025-01-02T22:44:34.116Z | Checking arrayvec v0.7.6 |
3407 | 2025-01-02T22:44:34.116Z | Checking topological-sort v0.2.2 |
3408 | 2025-01-02T22:44:34.231Z | Checking shell-words v1.1.0 |
3409 | 2025-01-02T22:44:34.398Z | Checking ring v0.16.20 |
3410 | 2025-01-02T22:44:34.552Z | Checking blake3 v1.5.4 |
3411 | 2025-01-02T22:44:35.562Z | Checking omicron-zone-package v0.11.1 |
3412 | 2025-01-02T22:44:36.712Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3413 | 2025-01-02T22:44:37.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
3414 | 2025-01-02T22:44:37.835Z | |
3415 | 2025-01-02T22:44:37.835Z | info: running `cargo check --bins` on xtask (161/173) |
3416 | 2025-01-02T22:44:38.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2025-01-02T22:44:38.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2025-01-02T22:44:38.281Z | Checking bitflags v2.6.0 |
3419 | 2025-01-02T22:44:38.283Z | Checking serde v1.0.215 |
3420 | 2025-01-02T22:44:38.283Z | Checking thiserror v1.0.69 |
3421 | 2025-01-02T22:44:38.376Z | Checking scroll v0.12.0 |
3422 | 2025-01-02T22:44:38.379Z | Checking log v0.4.22 |
3423 | 2025-01-02T22:44:38.387Z | Checking hashbrown v0.15.1 |
3424 | 2025-01-02T22:44:38.389Z | Checking zerocopy v0.7.35 |
3425 | 2025-01-02T22:44:38.419Z | Checking syn v2.0.87 |
3426 | 2025-01-02T22:44:38.483Z | Checking pest v2.7.14 |
3427 | 2025-01-02T22:44:38.599Z | Checking rustix v0.38.37 |
3428 | 2025-01-02T22:44:38.653Z | Checking once_cell v1.20.2 |
3429 | 2025-01-02T22:44:38.843Z | Checking goblin v0.8.2 |
3430 | 2025-01-02T22:44:38.962Z | Checking fs-err v2.11.0 |
3431 | 2025-01-02T22:44:39.276Z | Checking tabled v0.15.0 |
3432 | 2025-01-02T22:44:39.461Z | Checking indexmap v2.6.0 |
3433 | 2025-01-02T22:44:39.791Z | Checking anyhow v1.0.93 |
3434 | 2025-01-02T22:44:40.588Z | Checking terminal_size v0.4.0 |
3435 | 2025-01-02T22:44:40.591Z | Checking tempfile v3.13.0 |
3436 | 2025-01-02T22:44:40.780Z | Checking clap_builder v4.5.21 |
3437 | 2025-01-02T22:44:41.049Z | Checking dtrace-parser v0.2.0 |
3438 | 2025-01-02T22:44:42.941Z | Checking serde_json v1.0.132 |
3439 | 2025-01-02T22:44:42.941Z | Checking toml_datetime v0.6.8 |
3440 | 2025-01-02T22:44:42.944Z | Checking serde_spanned v0.6.8 |
3441 | 2025-01-02T22:44:42.944Z | Checking camino v1.1.9 |
3442 | 2025-01-02T22:44:42.944Z | Checking semver v1.0.23 |
3443 | 2025-01-02T22:44:42.944Z | Checking cargo-platform v0.1.8 |
3444 | 2025-01-02T22:44:42.944Z | Checking macaddr v1.0.1 |
3445 | 2025-01-02T22:44:43.018Z | Checking clap v4.5.21 |
3446 | 2025-01-02T22:44:43.204Z | Checking toml_edit v0.22.22 |
3447 | 2025-01-02T22:44:43.453Z | Checking camino-tempfile v1.1.1 |
3448 | 2025-01-02T22:44:44.082Z | Checking dof v0.3.0 |
3449 | 2025-01-02T22:44:44.082Z | Checking cargo_metadata v0.18.1 |
3450 | 2025-01-02T22:44:44.521Z | Checking usdt-impl v0.5.0 |
3451 | 2025-01-02T22:44:44.891Z | Checking usdt v0.5.0 |
3452 | 2025-01-02T22:44:44.976Z | Checking toml v0.8.19 |
3453 | 2025-01-02T22:44:45.462Z | Checking cargo_toml v0.20.5 |
3454 | 2025-01-02T22:44:46.713Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3455 | 2025-01-02T22:44:47.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3456 | 2025-01-02T22:44:47.445Z | |
3457 | 2025-01-02T22:44:47.445Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3458 | 2025-01-02T22:44:48.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2025-01-02T22:44:48.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2025-01-02T22:44:48.241Z | Checking polyval v0.6.2 |
3461 | 2025-01-02T22:44:48.354Z | Checking ctr v0.9.2 |
3462 | 2025-01-02T22:44:48.367Z | Checking ssh-encoding v0.2.0 |
3463 | 2025-01-02T22:44:48.367Z | Checking blowfish v0.9.1 |
3464 | 2025-01-02T22:44:48.390Z | Checking password-hash v0.4.2 |
3465 | 2025-01-02T22:44:48.392Z | Checking matches v0.1.10 |
3466 | 2025-01-02T22:44:48.416Z | Checking p256 v0.13.2 |
3467 | 2025-01-02T22:44:48.419Z | Checking p521 v0.13.3 |
3468 | 2025-01-02T22:44:48.495Z | Checking idna v0.2.3 |
3469 | 2025-01-02T22:44:48.584Z | Checking bcrypt-pbkdf v0.10.0 |
3470 | 2025-01-02T22:44:48.584Z | Checking ghash v0.5.1 |
3471 | 2025-01-02T22:44:48.613Z | Compiling enum-as-inner v0.5.1 |
3472 | 2025-01-02T22:44:48.680Z | Checking russh-cryptovec v0.7.3 |
3473 | 2025-01-02T22:44:48.749Z | Checking aes-gcm v0.10.3 |
3474 | 2025-01-02T22:44:48.825Z | Checking pbkdf2 v0.11.0 |
3475 | 2025-01-02T22:44:48.890Z | Checking md5 v0.7.0 |
3476 | 2025-01-02T22:44:48.911Z | Checking num-bigint v0.4.6 |
3477 | 2025-01-02T22:44:48.930Z | Checking des v0.8.1 |
3478 | 2025-01-02T22:44:49.010Z | Checking ssh-cipher v0.2.0 |
3479 | 2025-01-02T22:44:49.097Z | Compiling dhcproto-macros v0.1.0 |
3480 | 2025-01-02T22:44:49.170Z | Checking hex-literal v0.4.1 |
3481 | 2025-01-02T22:44:49.212Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3482 | 2025-01-02T22:44:49.299Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3483 | 2025-01-02T22:44:49.317Z | Checking internet-checksum v0.2.1 |
3484 | 2025-01-02T22:44:49.319Z | Checking ssh-key v0.6.6 |
3485 | 2025-01-02T22:44:49.670Z | Checking trust-dns-proto v0.22.0 |
3486 | 2025-01-02T22:44:50.755Z | Checking russh-keys v0.45.0 |
3487 | 2025-01-02T22:44:51.741Z | Checking russh v0.45.0 |
3488 | 2025-01-02T22:44:52.346Z | Checking dhcproto v0.12.0 |
3489 | 2025-01-02T22:45:10.696Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3490 | 2025-01-02T22:45:12.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.76s |
3491 | 2025-01-02T22:45:12.413Z | |
3492 | 2025-01-02T22:45:12.413Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3493 | 2025-01-02T22:45:12.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2025-01-02T22:45:12.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2025-01-02T22:45:13.073Z | Checking termios v0.3.3 |
3496 | 2025-01-02T22:45:13.296Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3497 | 2025-01-02T22:45:14.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3498 | 2025-01-02T22:45:14.293Z | |
3499 | 2025-01-02T22:45:14.293Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3500 | 2025-01-02T22:45:14.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-01-02T22:45:14.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-01-02T22:45:15.027Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3503 | 2025-01-02T22:45:17.150Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3504 | 2025-01-02T22:45:19.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
3505 | 2025-01-02T22:45:19.288Z | |
3506 | 2025-01-02T22:45:19.288Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3507 | 2025-01-02T22:45:19.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-01-02T22:45:19.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-01-02T22:45:19.939Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3510 | 2025-01-02T22:45:20.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3511 | 2025-01-02T22:45:20.626Z | |
3512 | 2025-01-02T22:45:20.626Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3513 | 2025-01-02T22:45:21.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-01-02T22:45:21.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-01-02T22:45:21.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-01-02T22:45:21.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3517 | 2025-01-02T22:45:21.259Z | |
3518 | 2025-01-02T22:45:21.259Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3519 | 2025-01-02T22:45:21.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-01-02T22:45:21.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-01-02T22:45:21.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-01-02T22:45:21.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3523 | 2025-01-02T22:45:21.883Z | |
3524 | 2025-01-02T22:45:21.884Z | info: running `cargo check --bins` on omicron-package (168/173) |
3525 | 2025-01-02T22:45:22.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-02T22:45:22.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-02T22:45:22.580Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3528 | 2025-01-02T22:45:23.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3529 | 2025-01-02T22:45:24.108Z | |
3530 | 2025-01-02T22:45:24.108Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3531 | 2025-01-02T22:45:24.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-01-02T22:45:24.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-01-02T22:45:24.844Z | Checking rtoolbox v0.0.2 |
3534 | 2025-01-02T22:45:24.845Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3535 | 2025-01-02T22:45:24.847Z | Checking tui-tree-widget v0.22.0 |
3536 | 2025-01-02T22:45:25.085Z | Checking rpassword v7.3.1 |
3537 | 2025-01-02T22:45:29.305Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3538 | 2025-01-02T22:45:32.415Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3539 | 2025-01-02T22:45:33.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.60s |
3540 | 2025-01-02T22:45:33.903Z | |
3541 | 2025-01-02T22:45:33.903Z | info: running `cargo check --bins` on wicket (170/173) |
3542 | 2025-01-02T22:45:34.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2025-01-02T22:45:34.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2025-01-02T22:45:34.628Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3545 | 2025-01-02T22:45:35.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3546 | 2025-01-02T22:45:35.276Z | |
3547 | 2025-01-02T22:45:35.276Z | info: running `cargo check --bins` on wicketd (171/173) |
3548 | 2025-01-02T22:45:35.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2025-01-02T22:45:35.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2025-01-02T22:45:36.021Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3551 | 2025-01-02T22:45:40.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
3552 | 2025-01-02T22:45:40.317Z | |
3553 | 2025-01-02T22:45:40.317Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3554 | 2025-01-02T22:45:40.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2025-01-02T22:45:40.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2025-01-02T22:45:40.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3557 | 2025-01-02T22:45:40.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3558 | 2025-01-02T22:45:40.963Z | |
3559 | 2025-01-02T22:45:40.963Z | info: running `cargo check --bins` on zone-setup (173/173) |
3560 | 2025-01-02T22:45:41.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2025-01-02T22:45:41.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2025-01-02T22:45:41.732Z | Checking uzers v0.12.1 |
3563 | 2025-01-02T22:45:42.080Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3564 | 2025-01-02T22:45:43.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
3565 | 2025-01-02T22:45:43.495Z | |
3566 | 2025-01-02T22:45:43.495Z | real 13:27.459027419 |
3567 | 2025-01-02T22:45:43.495Z | user 24:55.967152281 |
3568 | 2025-01-02T22:45:43.495Z | sys 5:37.932625117 |
3569 | 2025-01-02T22:45:43.495Z | trap 0.497167073 |
3570 | 2025-01-02T22:45:43.495Z | tflt 2.183298855 |
3571 | 2025-01-02T22:45:43.495Z | dflt 3.107464313 |
3572 | 2025-01-02T22:45:43.495Z | kflt 0.002404253 |
3573 | 2025-01-02T22:45:43.498Z | lock 47:40.985167514 |
3574 | 2025-01-02T22:45:43.498Z | slp 2:10:53.167584544 |
3575 | 2025-01-02T22:45:43.498Z | lat 1:03.505024621 |
3576 | 2025-01-02T22:45:43.498Z | stop 3:23.414087305 |
3577 | 2025-01-02T22:45:43.498Z | process exited: duration 1124436 ms, exit code 0 |
|
3578 | 2025-01-02T22:45:43.504Z | found 0 output files |