|
|
|
1 | 2024-12-20T19:38:17.312Z | job assigned to worker 01JFJS6BBNXY7EG66D7Q222NWM [factory aws, i-09674e992740bded7] (queued for 50 s) |
|
2 | 2024-12-20T19:38:25.734Z | starting task 0: "setup" |
3 | 2024-12-20T19:38:25.741Z | ++ uname -s |
4 | 2024-12-20T19:38:25.743Z | + kern=SunOS |
5 | 2024-12-20T19:38:25.743Z | + case "$kern" in |
6 | 2024-12-20T19:38:25.744Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:38:25.746Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:38:27.751Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:38:27.868Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:38:27.872Z | + home_fs=zfs |
11 | 2024-12-20T19:38:27.872Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:38:27.872Z | + mkdir -p /home/build |
13 | 2024-12-20T19:38:27.875Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:38:29.875Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:38:29.879Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-12-20T19:38:29.885Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:38:29.891Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:38:29.891Z | ' 1.81.0 |
19 | 2024-12-20T19:38:29.891Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T19:38:29.891Z | * toolchain profile = "default" |
21 | 2024-12-20T19:38:29.895Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T19:38:29.895Z | ' default |
23 | 2024-12-20T19:38:29.895Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:38:29.895Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:38:30.010Z | info: downloading installer |
26 | 2024-12-20T19:38:31.310Z | info: profile set to 'default' |
27 | 2024-12-20T19:38:31.310Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:38:31.312Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:38:31.477Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:38:31.477Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:38:32.469Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:38:32.838Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:38:34.213Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:38:36.360Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:38:44.047Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:38:44.335Z | info: installing component 'cargo' |
37 | 2024-12-20T19:38:45.121Z | info: installing component 'clippy' |
38 | 2024-12-20T19:38:45.479Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:38:47.090Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:38:48.770Z | info: installing component 'rustc' |
41 | 2024-12-20T19:38:54.474Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:38:54.792Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:38:54.792Z | |
44 | 2024-12-20T19:38:55.161Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:38:55.161Z | |
46 | 2024-12-20T19:38:55.163Z | |
47 | 2024-12-20T19:38:55.163Z | Rust is installed now. Great! |
48 | 2024-12-20T19:38:55.163Z | |
49 | 2024-12-20T19:38:55.164Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:38:55.164Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:38:55.164Z | |
52 | 2024-12-20T19:38:55.164Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:38:55.164Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:38:55.164Z | |
55 | 2024-12-20T19:38:55.164Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:38:55.164Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:38:55.164Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:38:55.234Z | + rustc --version |
59 | 2024-12-20T19:38:55.300Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:38:55.303Z | process exited: duration 25414 ms, exit code 0 |
|
61 | 2024-12-20T19:38:55.309Z | starting task 2: "authentication" |
62 | 2024-12-20T19:38:55.329Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T19:38:55.334Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:38:55.339Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:38:55.342Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:38:55.806Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:39:03.199Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:39:03.203Z | + git fetch origin 5e4153b5697a135cd51a49210fa9c926f8eae90a |
69 | 2024-12-20T19:39:03.537Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:39:03.537Z | * branch 5e4153b5697a135cd51a49210fa9c926f8eae90a -> FETCH_HEAD |
71 | 2024-12-20T19:39:03.545Z | + [[ -n dap/paginate-endpoints ]] |
72 | 2024-12-20T19:39:03.551Z | ++ git branch --show-current |
73 | 2024-12-20T19:39:03.551Z | + current=main |
74 | 2024-12-20T19:39:03.551Z | + [[ main != dap/paginate-endpoints ]] |
75 | 2024-12-20T19:39:03.551Z | + git branch -f dap/paginate-endpoints 5e4153b5697a135cd51a49210fa9c926f8eae90a |
76 | 2024-12-20T19:39:03.556Z | + git checkout -f dap/paginate-endpoints |
77 | 2024-12-20T19:39:03.729Z | Switched to branch 'dap/paginate-endpoints' |
78 | 2024-12-20T19:39:03.732Z | + git reset --hard 5e4153b5697a135cd51a49210fa9c926f8eae90a |
79 | 2024-12-20T19:39:03.740Z | HEAD is now at 5e4153b56 Revert "add integration test" |
80 | 2024-12-20T19:39:03.742Z | process exited: duration 8405 ms, exit code 0 |
|
81 | 2024-12-20T19:39:03.747Z | starting task 4: "build" |
82 | 2024-12-20T19:39:03.753Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:39:03.757Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:39:03.757Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:39:03.758Z | + cargo --version |
86 | 2024-12-20T19:39:03.811Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:39:03.814Z | + rustc --version |
88 | 2024-12-20T19:39:03.874Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:39:03.878Z | + source ./env.sh |
90 | 2024-12-20T19:39:03.878Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T19:39:03.878Z | ++ set -o xtrace |
92 | 2024-12-20T19:39:03.878Z | ++++ dirname ./env.sh |
93 | 2024-12-20T19:39:03.878Z | +++ readlink -f . |
94 | 2024-12-20T19:39:03.954Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T19:39:03.956Z | ++ 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 | 2024-12-20T19:39:03.956Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-20T19:39:03.956Z | ++ 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 | 2024-12-20T19:39:03.956Z | ++ 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 | 2024-12-20T19:39:03.956Z | ++ 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 | 2024-12-20T19:39:03.956Z | ++ 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 | 2024-12-20T19:39:03.957Z | ++ 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 | 2024-12-20T19:39:03.957Z | ++ 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 | 2024-12-20T19:39:03.957Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T19:39:03.957Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T19:39:03.957Z | + 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 | 2024-12-20T19:39:03.957Z | + 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 | 2024-12-20T19:39:03.957Z | + banner prerequisites |
108 | 2024-12-20T19:39:04.058Z | |
109 | 2024-12-20T19:39:04.058Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T19:39:04.058Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T19:39:04.058Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T19:39:04.058Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T19:39:04.058Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T19:39:04.058Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T19:39:04.058Z | |
116 | 2024-12-20T19:39:04.061Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T19:39:16.794Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T19:39:20.814Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T19:39:31.833Z | Planning: Solver setup ... Done (10.040s) |
120 | 2024-12-20T19:39:31.967Z | Planning: Running solver ... Done (0.136s) |
121 | 2024-12-20T19:39:32.164Z | Planning: Finding local manifests ... Done (0.098s) |
122 | 2024-12-20T19:39:32.220Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T19:39:32.945Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T19:39:33.132Z | Planning: Package planning ... Done (0.188s) |
125 | 2024-12-20T19:39:33.189Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-20T19:39:33.931Z | Planning: Checking for conflicting actions ... Done (0.741s) |
127 | 2024-12-20T19:39:38.648Z | Planning: Consolidating action changes ... Done (4.716s) |
128 | 2024-12-20T19:39:39.016Z | Planning: Evaluating mediators ... Done (0.368s) |
129 | 2024-12-20T19:39:39.143Z | Planning: Planning completed in 18.23 seconds |
130 | 2024-12-20T19:39:39.157Z | Packages to install: 4 |
131 | 2024-12-20T19:39:39.157Z | Packages to update: 1 |
132 | 2024-12-20T19:39:39.160Z | Mediators to change: 2 |
133 | 2024-12-20T19:39:39.160Z | Services to change: 1 |
134 | 2024-12-20T19:39:39.160Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T19:39:39.160Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T19:39:39.160Z | Create boot environment: No |
137 | 2024-12-20T19:39:39.160Z | Create backup boot environment: Yes |
138 | 2024-12-20T19:39:39.160Z | Rebuild boot archive: No |
139 | 2024-12-20T19:39:39.160Z | |
140 | 2024-12-20T19:39:39.160Z | Changed mediators: |
141 | 2024-12-20T19:39:39.161Z | mediator clang: |
142 | 2024-12-20T19:39:39.161Z | version: None -> 15 (system default) |
143 | 2024-12-20T19:39:39.161Z | |
144 | 2024-12-20T19:39:39.161Z | mediator llvm: |
145 | 2024-12-20T19:39:39.161Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T19:39:39.161Z | |
147 | 2024-12-20T19:39:39.161Z | Changed packages: |
148 | 2024-12-20T19:39:39.161Z | helios-dev |
149 | 2024-12-20T19:39:39.161Z | developer/build-essential |
150 | 2024-12-20T19:39:39.161Z | None -> 11-2.0 |
151 | 2024-12-20T19:39:39.161Z | library/libxmlsec1 |
152 | 2024-12-20T19:39:39.161Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T19:39:39.161Z | ooce/developer/clang-15 |
154 | 2024-12-20T19:39:39.161Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T19:39:39.161Z | ooce/developer/llvm-15 |
156 | 2024-12-20T19:39:39.161Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T19:39:39.161Z | package/pkg |
158 | 2024-12-20T19:39:39.161Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T19:39:39.162Z | |
160 | 2024-12-20T19:39:39.162Z | Services: |
161 | 2024-12-20T19:39:39.162Z | restart_fmri: |
162 | 2024-12-20T19:39:39.162Z | svc:/system/update-man-index:default |
163 | 2024-12-20T19:39:39.162Z | |
164 | 2024-12-20T19:39:39.162Z | Editable files to change: |
165 | 2024-12-20T19:39:39.162Z | Update: |
166 | 2024-12-20T19:39:39.162Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T19:39:39.385Z | |
168 | 2024-12-20T19:39:39.385Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T19:39:44.392Z | Download: 429/4281 items 16.7/220.6MB 7% complete (3.5M/s) |
170 | 2024-12-20T19:39:49.427Z | Download: 1198/4281 items 82.5/220.6MB 37% complete (8.4M/s) |
171 | 2024-12-20T19:39:54.429Z | Download: 1796/4281 items 118.4/220.6MB 53% complete (10.2M/s) |
172 | 2024-12-20T19:39:59.429Z | Download: 2602/4281 items 120.5/220.6MB 54% complete (3.8M/s) |
173 | 2024-12-20T19:40:05.345Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (9.4M/s) |
174 | 2024-12-20T19:40:10.348Z | Download: 3995/4281 items 219.0/220.6MB 99% complete (9.8M/s) |
175 | 2024-12-20T19:40:15.945Z | Download: 4205/4281 items 220.5/220.6MB 99% complete (3.0M/s) |
176 | 2024-12-20T19:40:17.995Z | Download: Completed 220.60 MB in 38.61 seconds (5.7M/s) |
177 | 2024-12-20T19:40:20.114Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-20T19:40:20.128Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-20T19:40:25.156Z | Actions: 4080/5063 actions (Installing new actions) |
180 | 2024-12-20T19:40:25.896Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-12-20T19:40:26.317Z | Actions: Completed 5063 actions in 6.20 seconds. |
182 | 2024-12-20T19:40:26.713Z | Done (0.389s) |
183 | 2024-12-20T19:40:26.716Z | Done (0.000s) |
184 | 2024-12-20T19:40:27.300Z | Done (0.583s) |
185 | 2024-12-20T19:40:33.980Z | Done (6.462s) |
186 | 2024-12-20T19:40:34.376Z | Done (0.325s) |
187 | 2024-12-20T19:40:34.378Z | Done (0.000s) |
188 | 2024-12-20T19:40:34.541Z | Done (0.000s) |
189 | 2024-12-20T19:40:35.226Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-12-20T19:40:35.389Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-20T19:40:35.392Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-20T19:40:35.669Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-20T19:40:35.672Z | Planning: Planning completed in 0.44 seconds |
194 | 2024-12-20T19:40:35.708Z | Mediators to change: 2 |
195 | 2024-12-20T19:40:35.708Z | Create boot environment: No |
196 | 2024-12-20T19:40:35.710Z | Create backup boot environment: No |
197 | 2024-12-20T19:40:35.798Z | Done |
198 | 2024-12-20T19:40:35.799Z | Done |
199 | 2024-12-20T19:40:36.154Z | Done |
200 | 2024-12-20T19:40:39.774Z | Done |
201 | 2024-12-20T19:40:39.867Z | Done |
202 | 2024-12-20T19:40:39.869Z | Done |
203 | 2024-12-20T19:40:40.011Z | Done |
204 | 2024-12-20T19:40:40.624Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-20T19:40:40.627Z | Planning: Merging actions ... Done |
206 | 2024-12-20T19:40:40.819Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-20T19:40:40.821Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-20T19:40:41.092Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-20T19:40:41.150Z | Planning: Planning completed in 0.77 seconds |
210 | 2024-12-20T19:40:41.190Z | Packages to change: 1 |
211 | 2024-12-20T19:40:41.190Z | Mediators to change: 1 |
212 | 2024-12-20T19:40:41.193Z | Services to change: 1 |
213 | 2024-12-20T19:40:41.193Z | Create boot environment: No |
214 | 2024-12-20T19:40:41.193Z | Create backup boot environment: Yes |
215 | 2024-12-20T19:40:43.398Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-12-20T19:40:43.479Z | Actions: Completed 6 actions in 0.08 seconds. |
217 | 2024-12-20T19:40:43.483Z | Done |
218 | 2024-12-20T19:40:43.483Z | Done |
219 | 2024-12-20T19:40:43.596Z | Done |
220 | 2024-12-20T19:40:47.164Z | Done |
221 | 2024-12-20T19:40:47.255Z | Done |
222 | 2024-12-20T19:40:47.258Z | Done |
223 | 2024-12-20T19:40:47.408Z | Done |
224 | 2024-12-20T19:40:47.849Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-12-20T19:40:47.849Z | clang system 15 system |
226 | 2024-12-20T19:40:47.849Z | csh system system illumos |
227 | 2024-12-20T19:40:47.849Z | ctags system system illumos |
228 | 2024-12-20T19:40:47.849Z | gcc vendor 12 vendor |
229 | 2024-12-20T19:40:47.849Z | gcc system 10 system |
230 | 2024-12-20T19:40:47.849Z | gcc system 7 system |
231 | 2024-12-20T19:40:47.849Z | go system 1.20 system |
232 | 2024-12-20T19:40:47.849Z | go system 1.19 system |
233 | 2024-12-20T19:40:47.849Z | llvm system 15 system |
234 | 2024-12-20T19:40:47.849Z | llvm system 14 system |
235 | 2024-12-20T19:40:47.849Z | mariadb system 10.6 system |
236 | 2024-12-20T19:40:47.850Z | mta vendor vendor dma |
237 | 2024-12-20T19:40:47.850Z | openjdk system 17 system |
238 | 2024-12-20T19:40:47.850Z | openjdk system 11 system |
239 | 2024-12-20T19:40:47.850Z | openjdk system 1.8 system |
240 | 2024-12-20T19:40:47.850Z | openssl vendor 3 vendor |
241 | 2024-12-20T19:40:47.850Z | perl system 5.36 system |
242 | 2024-12-20T19:40:47.850Z | postgresql system 15 system |
243 | 2024-12-20T19:40:47.850Z | postgresql system 13 system |
244 | 2024-12-20T19:40:47.850Z | python vendor 3 vendor |
245 | 2024-12-20T19:40:47.850Z | python system 2 system |
246 | 2024-12-20T19:40:47.850Z | python3 system 3.11 system |
247 | 2024-12-20T19:40:47.850Z | ruby system 3.0 system |
248 | 2024-12-20T19:40:47.850Z | words vendor vendor american-english |
249 | 2024-12-20T19:40:47.850Z | words system system australian-english |
250 | 2024-12-20T19:40:47.850Z | words system system british-english |
251 | 2024-12-20T19:40:47.850Z | words system system canadian-english |
252 | 2024-12-20T19:40:47.850Z | words system system french |
253 | 2024-12-20T19:40:47.850Z | words system system italian |
254 | 2024-12-20T19:40:47.850Z | words system system ngerman |
255 | 2024-12-20T19:40:47.850Z | words system system ogerman |
256 | 2024-12-20T19:40:47.850Z | words system system spanish |
257 | 2024-12-20T19:40:48.181Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-12-20T19:40:48.181Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-12-20T19:40:50.949Z | FMRI IFO |
260 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-12-20T19:40:50.949Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-12-20T19:40:51.714Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-12-20T19:40:52.142Z | Updating crates.io index |
277 | 2024-12-20T19:40:52.256Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-12-20T19:40:52.635Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-12-20T19:40:52.865Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-12-20T19:40:53.120Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-12-20T19:40:53.401Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-12-20T19:40:54.310Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-12-20T19:40:55.834Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-12-20T19:40:56.589Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-12-20T19:40:57.332Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-12-20T19:40:57.637Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-12-20T19:40:57.937Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-12-20T19:40:58.517Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-12-20T19:40:58.913Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-12-20T19:40:59.327Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-12-20T19:40:59.605Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-12-20T19:40:59.882Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-12-20T19:41:00.146Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-12-20T19:41:00.440Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-12-20T19:41:00.738Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-12-20T19:41:01.048Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-12-20T19:41:01.396Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-12-20T19:41:01.914Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-12-20T19:41:02.159Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-12-20T19:41:02.508Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-12-20T19:41:02.956Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-12-20T19:41:03.303Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-12-20T19:41:03.530Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-12-20T19:41:03.806Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-12-20T19:41:05.030Z | Downloading crates ... |
306 | 2024-12-20T19:41:05.167Z | Downloaded cpufeatures v0.2.14 |
307 | 2024-12-20T19:41:05.169Z | Downloaded cfg-if v1.0.0 |
308 | 2024-12-20T19:41:05.172Z | Downloaded block-buffer v0.10.4 |
309 | 2024-12-20T19:41:05.179Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-12-20T19:41:05.182Z | Downloaded equivalent v1.0.1 |
311 | 2024-12-20T19:41:05.194Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-12-20T19:41:05.196Z | Downloaded anstyle v1.0.10 |
313 | 2024-12-20T19:41:05.199Z | Downloaded camino-tempfile v1.1.1 |
314 | 2024-12-20T19:41:05.199Z | Downloaded crypto-common v0.1.6 |
315 | 2024-12-20T19:41:05.202Z | Downloaded cargo-platform v0.1.8 |
316 | 2024-12-20T19:41:05.204Z | Downloaded swrite v0.1.0 |
317 | 2024-12-20T19:41:05.209Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-12-20T19:41:05.211Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-12-20T19:41:05.213Z | Downloaded clap_lex v0.7.2 |
320 | 2024-12-20T19:41:05.216Z | Downloaded colorchoice v1.0.2 |
321 | 2024-12-20T19:41:05.219Z | Downloaded byteorder v1.5.0 |
322 | 2024-12-20T19:41:05.219Z | Downloaded anstyle-query v1.1.1 |
323 | 2024-12-20T19:41:05.222Z | Downloaded bytecount v0.6.8 |
324 | 2024-12-20T19:41:05.225Z | Downloaded autocfg v1.4.0 |
325 | 2024-12-20T19:41:05.225Z | Downloaded heck v0.4.1 |
326 | 2024-12-20T19:41:05.227Z | Downloaded toml_datetime v0.6.8 |
327 | 2024-12-20T19:41:05.229Z | Downloaded heck v0.5.0 |
328 | 2024-12-20T19:41:05.230Z | Downloaded generic-array v0.14.7 |
329 | 2024-12-20T19:41:05.230Z | Downloaded fnv v1.0.7 |
330 | 2024-12-20T19:41:05.232Z | Downloaded thread-id v4.2.2 |
331 | 2024-12-20T19:41:05.232Z | Downloaded itoa v1.0.11 |
332 | 2024-12-20T19:41:05.235Z | Downloaded memmap v0.7.0 |
333 | 2024-12-20T19:41:05.238Z | Downloaded usdt v0.5.0 |
334 | 2024-12-20T19:41:05.238Z | Downloaded digest v0.10.7 |
335 | 2024-12-20T19:41:05.240Z | Downloaded pest_generator v2.7.14 |
336 | 2024-12-20T19:41:05.240Z | Downloaded macaddr v1.0.1 |
337 | 2024-12-20T19:41:05.243Z | Downloaded errno v0.3.9 |
338 | 2024-12-20T19:41:05.243Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-12-20T19:41:05.245Z | Downloaded anstream v0.6.15 |
340 | 2024-12-20T19:41:05.245Z | Downloaded tabled_derive v0.7.0 |
341 | 2024-12-20T19:41:05.248Z | Downloaded fastrand v2.1.1 |
342 | 2024-12-20T19:41:05.248Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2024-12-20T19:41:05.250Z | Downloaded smawk v0.3.2 |
344 | 2024-12-20T19:41:05.250Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-12-20T19:41:05.253Z | Downloaded version_check v0.9.5 |
346 | 2024-12-20T19:41:05.253Z | Downloaded is_terminal_polyfill v1.70.1 |
347 | 2024-12-20T19:41:05.255Z | Downloaded plain v0.2.3 |
348 | 2024-12-20T19:41:05.255Z | Downloaded terminal_size v0.4.0 |
349 | 2024-12-20T19:41:05.258Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2024-12-20T19:41:05.258Z | Downloaded strsim v0.11.1 |
351 | 2024-12-20T19:41:05.260Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-12-20T19:41:05.262Z | Downloaded cargo_toml v0.20.5 |
353 | 2024-12-20T19:41:05.262Z | Downloaded dof v0.3.0 |
354 | 2024-12-20T19:41:05.265Z | Downloaded clap_derive v4.5.18 |
355 | 2024-12-20T19:41:05.269Z | Downloaded camino v1.1.9 |
356 | 2024-12-20T19:41:05.272Z | Downloaded scroll v0.12.0 |
357 | 2024-12-20T19:41:05.274Z | Downloaded utf8parse v0.2.2 |
358 | 2024-12-20T19:41:05.279Z | Downloaded anstyle-parse v0.2.5 |
359 | 2024-12-20T19:41:05.284Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-12-20T19:41:05.287Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-20T19:41:05.289Z | Downloaded thiserror v1.0.69 |
362 | 2024-12-20T19:41:05.293Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2024-12-20T19:41:05.298Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-12-20T19:41:05.301Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-20T19:41:05.301Z | Downloaded semver v1.0.23 |
366 | 2024-12-20T19:41:05.304Z | Downloaded pest_derive v2.7.14 |
367 | 2024-12-20T19:41:05.307Z | Downloaded bitflags v2.6.0 |
368 | 2024-12-20T19:41:05.309Z | Downloaded unicode-ident v1.0.13 |
369 | 2024-12-20T19:41:05.312Z | Downloaded toml v0.8.19 |
370 | 2024-12-20T19:41:05.314Z | Downloaded textwrap v0.16.1 |
371 | 2024-12-20T19:41:05.317Z | Downloaded ryu v1.0.18 |
372 | 2024-12-20T19:41:05.319Z | Downloaded proc-macro2 v1.0.89 |
373 | 2024-12-20T19:41:05.323Z | Downloaded log v0.4.22 |
374 | 2024-12-20T19:41:05.325Z | Downloaded typenum v1.17.0 |
375 | 2024-12-20T19:41:05.325Z | Downloaded pest_meta v2.7.14 |
376 | 2024-12-20T19:41:05.328Z | Downloaded once_cell v1.20.2 |
377 | 2024-12-20T19:41:05.330Z | Downloaded clap v4.5.21 |
378 | 2024-12-20T19:41:05.337Z | Downloaded ucd-trie v0.1.7 |
379 | 2024-12-20T19:41:05.339Z | Downloaded cargo_metadata v0.18.1 |
380 | 2024-12-20T19:41:05.342Z | Downloaded serde_derive v1.0.215 |
381 | 2024-12-20T19:41:05.346Z | Downloaded papergrid v0.11.0 |
382 | 2024-12-20T19:41:05.348Z | Downloaded tempfile v3.13.0 |
383 | 2024-12-20T19:41:05.350Z | Downloaded quote v1.0.37 |
384 | 2024-12-20T19:41:05.352Z | Downloaded anyhow v1.0.93 |
385 | 2024-12-20T19:41:05.355Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-20T19:41:05.358Z | Downloaded fs-err v2.11.0 |
387 | 2024-12-20T19:41:05.361Z | Downloaded memchr v2.7.4 |
388 | 2024-12-20T19:41:05.377Z | Downloaded toml_edit v0.22.22 |
389 | 2024-12-20T19:41:05.397Z | Downloaded serde v1.0.215 |
390 | 2024-12-20T19:41:05.408Z | Downloaded hashbrown v0.15.1 |
391 | 2024-12-20T19:41:05.415Z | Downloaded serde_json v1.0.132 |
392 | 2024-12-20T19:41:05.422Z | Downloaded pest v2.7.14 |
393 | 2024-12-20T19:41:05.426Z | Downloaded zerocopy v0.7.35 |
394 | 2024-12-20T19:41:05.441Z | Downloaded winnow v0.6.20 |
395 | 2024-12-20T19:41:05.449Z | Downloaded clap_builder v4.5.21 |
396 | 2024-12-20T19:41:05.454Z | Downloaded goblin v0.8.2 |
397 | 2024-12-20T19:41:05.463Z | Downloaded tabled v0.15.0 |
398 | 2024-12-20T19:41:05.477Z | Downloaded syn v1.0.109 |
399 | 2024-12-20T19:41:05.486Z | Downloaded syn v2.0.87 |
400 | 2024-12-20T19:41:05.496Z | Downloaded unicode-width v0.1.14 |
401 | 2024-12-20T19:41:05.505Z | Downloaded rustix v0.38.37 |
402 | 2024-12-20T19:41:05.534Z | Downloaded libc v0.2.162 |
403 | 2024-12-20T19:41:05.842Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T19:41:05.842Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T19:41:05.842Z | Compiling version_check v0.9.5 |
406 | 2024-12-20T19:41:05.842Z | Compiling serde v1.0.215 |
407 | 2024-12-20T19:41:05.845Z | Compiling memchr v2.7.4 |
408 | 2024-12-20T19:41:05.845Z | Compiling thiserror v1.0.69 |
409 | 2024-12-20T19:41:05.845Z | Compiling libc v0.2.162 |
410 | 2024-12-20T19:41:05.845Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-20T19:41:06.080Z | Compiling itoa v1.0.11 |
412 | 2024-12-20T19:41:06.315Z | Compiling ryu v1.0.18 |
413 | 2024-12-20T19:41:06.606Z | Compiling once_cell v1.20.2 |
414 | 2024-12-20T19:41:06.643Z | Compiling byteorder v1.5.0 |
415 | 2024-12-20T19:41:06.910Z | Compiling serde_json v1.0.132 |
416 | 2024-12-20T19:41:06.971Z | Compiling rustix v0.38.37 |
417 | 2024-12-20T19:41:07.806Z | Compiling bitflags v2.6.0 |
418 | 2024-12-20T19:41:07.808Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-20T19:41:07.876Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-12-20T19:41:07.922Z | Compiling syn v1.0.109 |
421 | 2024-12-20T19:41:08.103Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-20T19:41:08.206Z | Compiling camino v1.1.9 |
423 | 2024-12-20T19:41:08.233Z | Compiling hashbrown v0.15.1 |
424 | 2024-12-20T19:41:08.303Z | Compiling utf8parse v0.2.2 |
425 | 2024-12-20T19:41:08.389Z | Compiling plain v0.2.3 |
426 | 2024-12-20T19:41:08.466Z | Compiling equivalent v1.0.1 |
427 | 2024-12-20T19:41:08.567Z | Compiling log v0.4.22 |
428 | 2024-12-20T19:41:08.592Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-20T19:41:08.773Z | Compiling quote v1.0.37 |
430 | 2024-12-20T19:41:08.799Z | Compiling thread-id v4.2.2 |
431 | 2024-12-20T19:41:08.937Z | Compiling pretty-hex v0.4.1 |
432 | 2024-12-20T19:41:08.959Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-20T19:41:08.962Z | Compiling winnow v0.6.20 |
434 | 2024-12-20T19:41:09.109Z | Compiling errno v0.3.9 |
435 | 2024-12-20T19:41:09.153Z | Compiling syn v2.0.87 |
436 | 2024-12-20T19:41:09.337Z | Compiling semver v1.0.23 |
437 | 2024-12-20T19:41:09.453Z | Compiling indexmap v2.6.0 |
438 | 2024-12-20T19:41:09.505Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-20T19:41:09.654Z | Compiling autocfg v1.4.0 |
440 | 2024-12-20T19:41:09.860Z | Compiling colorchoice v1.0.2 |
441 | 2024-12-20T19:41:10.030Z | Compiling unicode-width v0.1.14 |
442 | 2024-12-20T19:41:10.568Z | Compiling anstyle v1.0.10 |
443 | 2024-12-20T19:41:10.837Z | Compiling fs-err v2.11.0 |
444 | 2024-12-20T19:41:10.937Z | Compiling heck v0.5.0 |
445 | 2024-12-20T19:41:10.998Z | Compiling anstream v0.6.15 |
446 | 2024-12-20T19:41:11.040Z | Compiling anyhow v1.0.93 |
447 | 2024-12-20T19:41:11.113Z | Compiling bytecount v0.6.8 |
448 | 2024-12-20T19:41:11.332Z | Compiling terminal_size v0.4.0 |
449 | 2024-12-20T19:41:11.474Z | Compiling heck v0.4.1 |
450 | 2024-12-20T19:41:11.638Z | Compiling clap_lex v0.7.2 |
451 | 2024-12-20T19:41:11.750Z | Compiling fastrand v2.1.1 |
452 | 2024-12-20T19:41:11.953Z | Compiling fnv v1.0.7 |
453 | 2024-12-20T19:41:12.087Z | Compiling strsim v0.11.1 |
454 | 2024-12-20T19:41:12.130Z | Compiling cfg-if v1.0.0 |
455 | 2024-12-20T19:41:12.155Z | Compiling papergrid v0.11.0 |
456 | 2024-12-20T19:41:12.232Z | Compiling tempfile v3.13.0 |
457 | 2024-12-20T19:41:12.738Z | Compiling clap_builder v4.5.21 |
458 | 2024-12-20T19:41:12.885Z | Compiling memmap v0.7.0 |
459 | 2024-12-20T19:41:12.912Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-20T19:41:13.047Z | Compiling smawk v0.3.2 |
461 | 2024-12-20T19:41:13.290Z | Compiling textwrap v0.16.1 |
462 | 2024-12-20T19:41:13.387Z | Compiling swrite v0.1.0 |
463 | 2024-12-20T19:41:14.799Z | Compiling tabled_derive v0.7.0 |
464 | 2024-12-20T19:41:16.297Z | Compiling tabled v0.15.0 |
465 | 2024-12-20T19:41:17.855Z | Compiling serde_derive v1.0.215 |
466 | 2024-12-20T19:41:17.855Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-12-20T19:41:17.858Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-12-20T19:41:17.877Z | Compiling scroll_derive v0.12.0 |
469 | 2024-12-20T19:41:18.129Z | Compiling clap_derive v4.5.18 |
470 | 2024-12-20T19:41:19.117Z | Compiling scroll v0.12.0 |
471 | 2024-12-20T19:41:19.577Z | Compiling goblin v0.8.2 |
472 | 2024-12-20T19:41:19.803Z | Compiling zerocopy v0.7.35 |
473 | 2024-12-20T19:41:21.820Z | Compiling clap v4.5.21 |
474 | 2024-12-20T19:41:23.221Z | Compiling pest v2.7.14 |
475 | 2024-12-20T19:41:24.952Z | Compiling pest_meta v2.7.14 |
476 | 2024-12-20T19:41:26.047Z | Compiling pest_generator v2.7.14 |
477 | 2024-12-20T19:41:27.492Z | Compiling pest_derive v2.7.14 |
478 | 2024-12-20T19:41:27.669Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-20T19:41:27.673Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-20T19:41:27.673Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-20T19:41:28.041Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-12-20T19:41:28.165Z | Compiling dtrace-parser v0.2.0 |
483 | 2024-12-20T19:41:28.191Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-20T19:41:28.287Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-20T19:41:28.659Z | Compiling macaddr v1.0.1 |
486 | 2024-12-20T19:41:29.357Z | Compiling dof v0.3.0 |
487 | 2024-12-20T19:41:29.357Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-12-20T19:41:31.077Z | Compiling toml v0.8.19 |
489 | 2024-12-20T19:41:31.496Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-20T19:41:31.569Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2024-12-20T19:41:31.987Z | Compiling cargo_toml v0.20.5 |
492 | 2024-12-20T19:41:33.026Z | Compiling usdt v0.5.0 |
493 | 2024-12-20T19:41:35.654Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-12-20T19:41:39.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s |
495 | 2024-12-20T19:41:40.061Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-12-20T19:41:40.588Z | Downloading crates ... |
497 | 2024-12-20T19:41:40.726Z | Downloaded headers-core v0.3.0 |
498 | 2024-12-20T19:41:40.733Z | Downloaded http-body v1.0.1 |
499 | 2024-12-20T19:41:40.737Z | Downloaded darling v0.20.10 |
500 | 2024-12-20T19:41:40.743Z | Downloaded heapless v0.7.17 |
501 | 2024-12-20T19:41:40.753Z | Downloaded ident_case v1.0.1 |
502 | 2024-12-20T19:41:40.753Z | Downloaded http-range v0.1.5 |
503 | 2024-12-20T19:41:40.755Z | Downloaded is_ci v1.2.0 |
504 | 2024-12-20T19:41:40.758Z | Downloaded aead v0.5.2 |
505 | 2024-12-20T19:41:40.765Z | Downloaded matches v0.1.10 |
506 | 2024-12-20T19:41:40.770Z | Downloaded icu_provider_macros v1.5.0 |
507 | 2024-12-20T19:41:40.773Z | Downloaded match_cfg v0.1.0 |
508 | 2024-12-20T19:41:40.775Z | Downloaded instant v0.1.13 |
509 | 2024-12-20T19:41:40.777Z | Downloaded async-stream-impl v0.3.6 |
510 | 2024-12-20T19:41:40.777Z | Downloaded array-init v0.0.4 |
511 | 2024-12-20T19:41:40.782Z | Downloaded md5 v0.7.0 |
512 | 2024-12-20T19:41:40.785Z | Downloaded hex v0.4.3 |
513 | 2024-12-20T19:41:40.788Z | Downloaded heck v0.3.3 |
514 | 2024-12-20T19:41:40.788Z | Downloaded async-bb8-diesel v0.2.1 |
515 | 2024-12-20T19:41:40.790Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-12-20T19:41:40.792Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-12-20T19:41:40.792Z | Downloaded hostname v0.4.0 |
518 | 2024-12-20T19:41:40.794Z | Downloaded atty v0.2.14 |
519 | 2024-12-20T19:41:40.797Z | Downloaded hex-literal v0.4.1 |
520 | 2024-12-20T19:41:40.797Z | Downloaded ahash v0.8.11 |
521 | 2024-12-20T19:41:40.800Z | Downloaded hostname v0.3.1 |
522 | 2024-12-20T19:41:40.802Z | Downloaded lru v0.12.5 |
523 | 2024-12-20T19:41:40.804Z | Downloaded aes-gcm v0.10.3 |
524 | 2024-12-20T19:41:40.807Z | Downloaded libsw v3.3.1 |
525 | 2024-12-20T19:41:40.810Z | Downloaded managed v0.8.0 |
526 | 2024-12-20T19:41:40.812Z | Downloaded async-stream v0.3.6 |
527 | 2024-12-20T19:41:40.815Z | Downloaded atomic-waker v1.1.2 |
528 | 2024-12-20T19:41:40.818Z | Downloaded assert_matches v1.5.0 |
529 | 2024-12-20T19:41:40.818Z | Downloaded ascii-canvas v3.0.0 |
530 | 2024-12-20T19:41:40.820Z | Downloaded arrayref v0.3.9 |
531 | 2024-12-20T19:41:40.820Z | Downloaded httpdate v1.0.3 |
532 | 2024-12-20T19:41:40.823Z | Downloaded bit-set v0.5.3 |
533 | 2024-12-20T19:41:40.825Z | Downloaded lalrpop-util v0.19.12 |
534 | 2024-12-20T19:41:40.825Z | Downloaded ipnetwork v0.20.0 |
535 | 2024-12-20T19:41:40.829Z | Downloaded addr2line v0.24.2 |
536 | 2024-12-20T19:41:40.832Z | Downloaded mime v0.3.17 |
537 | 2024-12-20T19:41:40.835Z | Downloaded bcrypt-pbkdf v0.10.0 |
538 | 2024-12-20T19:41:40.835Z | Downloaded lazy_static v1.5.0 |
539 | 2024-12-20T19:41:40.837Z | Downloaded indent_write v2.2.0 |
540 | 2024-12-20T19:41:40.843Z | Downloaded is-terminal v0.4.13 |
541 | 2024-12-20T19:41:40.843Z | Downloaded async-trait v0.1.83 |
542 | 2024-12-20T19:41:40.846Z | Downloaded maybe-uninit v2.0.0 |
543 | 2024-12-20T19:41:40.846Z | Downloaded maplit v1.0.2 |
544 | 2024-12-20T19:41:40.846Z | Downloaded kstat-rs v0.2.4 |
545 | 2024-12-20T19:41:40.849Z | Downloaded base16ct v0.2.0 |
546 | 2024-12-20T19:41:40.849Z | Downloaded idna_adapter v1.2.0 |
547 | 2024-12-20T19:41:40.851Z | Downloaded backoff v0.4.0 |
548 | 2024-12-20T19:41:40.853Z | Downloaded md-5 v0.10.6 |
549 | 2024-12-20T19:41:40.853Z | Downloaded convert_case v0.4.0 |
550 | 2024-12-20T19:41:40.856Z | Downloaded bit-vec v0.6.3 |
551 | 2024-12-20T19:41:40.858Z | Downloaded bcs v0.1.6 |
552 | 2024-12-20T19:41:40.860Z | Downloaded crunchy v0.2.2 |
553 | 2024-12-20T19:41:40.860Z | Downloaded cfg_aliases v0.2.1 |
554 | 2024-12-20T19:41:40.860Z | Downloaded base64ct v1.6.0 |
555 | 2024-12-20T19:41:40.863Z | Downloaded cfg_aliases v0.1.1 |
556 | 2024-12-20T19:41:40.865Z | Downloaded highway v1.2.0 |
557 | 2024-12-20T19:41:40.867Z | Downloaded crucible-workspace-hack v0.1.0 |
558 | 2024-12-20T19:41:40.871Z | Downloaded ciborium-io v0.2.2 |
559 | 2024-12-20T19:41:40.871Z | Downloaded bb8 v0.8.5 |
560 | 2024-12-20T19:41:40.874Z | Downloaded arrayvec v0.7.6 |
561 | 2024-12-20T19:41:40.874Z | Downloaded lru-cache v0.1.2 |
562 | 2024-12-20T19:41:40.878Z | Downloaded linked-hash-map v0.5.6 |
563 | 2024-12-20T19:41:40.878Z | Downloaded libefi-sys v0.1.0 |
564 | 2024-12-20T19:41:40.880Z | Downloaded ipnet v2.10.1 |
565 | 2024-12-20T19:41:40.880Z | Downloaded hyper-staticfile v0.10.1 |
566 | 2024-12-20T19:41:40.883Z | Downloaded lockfree-object-pool v0.1.6 |
567 | 2024-12-20T19:41:40.885Z | Downloaded jobserver v0.1.32 |
568 | 2024-12-20T19:41:40.887Z | Downloaded instability v0.3.2 |
569 | 2024-12-20T19:41:40.890Z | Downloaded litemap v0.7.3 |
570 | 2024-12-20T19:41:40.892Z | Downloaded keccak v0.1.5 |
571 | 2024-12-20T19:41:40.892Z | Downloaded iana-time-zone v0.1.61 |
572 | 2024-12-20T19:41:40.895Z | Downloaded crc v3.2.1 |
573 | 2024-12-20T19:41:40.898Z | Downloaded sigpipe v0.1.3 |
574 | 2024-12-20T19:41:40.901Z | Downloaded indoc v1.0.9 |
575 | 2024-12-20T19:41:40.903Z | Downloaded sqlparser_derive v0.2.2 |
576 | 2024-12-20T19:41:40.905Z | Downloaded cobs v0.2.3 |
577 | 2024-12-20T19:41:40.905Z | Downloaded crossbeam-deque v0.8.5 |
578 | 2024-12-20T19:41:40.908Z | Downloaded hyper-rustls v0.27.3 |
579 | 2024-12-20T19:41:40.910Z | Downloaded take_mut v0.2.2 |
580 | 2024-12-20T19:41:40.913Z | Downloaded try-lock v0.2.5 |
581 | 2024-12-20T19:41:40.913Z | Downloaded tower-service v0.3.3 |
582 | 2024-12-20T19:41:40.915Z | Downloaded rand_core v0.6.4 |
583 | 2024-12-20T19:41:40.915Z | Downloaded ref-cast-impl v1.0.23 |
584 | 2024-12-20T19:41:40.918Z | Downloaded rand_chacha v0.3.1 |
585 | 2024-12-20T19:41:40.918Z | Downloaded quinn-udp v0.5.5 |
586 | 2024-12-20T19:41:40.922Z | Downloaded block-padding v0.3.3 |
587 | 2024-12-20T19:41:40.922Z | Downloaded cstr-argument v0.1.2 |
588 | 2024-12-20T19:41:40.924Z | Downloaded cipher v0.4.4 |
589 | 2024-12-20T19:41:40.924Z | Downloaded yoke-derive v0.7.4 |
590 | 2024-12-20T19:41:40.926Z | Downloaded want v0.3.1 |
591 | 2024-12-20T19:41:40.926Z | Downloaded chrono-tz-build v0.4.0 |
592 | 2024-12-20T19:41:40.928Z | Downloaded diesel_table_macro_syntax v0.2.0 |
593 | 2024-12-20T19:41:40.929Z | Downloaded zone v0.1.8 |
594 | 2024-12-20T19:41:40.931Z | Downloaded ciborium-ll v0.2.2 |
595 | 2024-12-20T19:41:40.931Z | Downloaded castaway v0.2.3 |
596 | 2024-12-20T19:41:40.934Z | Downloaded cassowary v0.3.0 |
597 | 2024-12-20T19:41:40.937Z | Downloaded http-body-util v0.1.2 |
598 | 2024-12-20T19:41:40.940Z | Downloaded scopeguard v1.2.0 |
599 | 2024-12-20T19:41:40.941Z | Downloaded allocator-api2 v0.2.18 |
600 | 2024-12-20T19:41:40.943Z | Downloaded hickory-client v0.24.1 |
601 | 2024-12-20T19:41:40.945Z | Downloaded argon2 v0.5.3 |
602 | 2024-12-20T19:41:40.948Z | Downloaded bitfield-struct v0.6.2 |
603 | 2024-12-20T19:41:40.950Z | Downloaded memoffset v0.9.1 |
604 | 2024-12-20T19:41:40.950Z | Downloaded humantime v2.1.0 |
605 | 2024-12-20T19:41:40.953Z | Downloaded icu_normalizer v1.5.0 |
606 | 2024-12-20T19:41:40.957Z | Downloaded derive_builder_macro v0.20.2 |
607 | 2024-12-20T19:41:40.960Z | Downloaded rustls-pemfile v1.0.4 |
608 | 2024-12-20T19:41:40.962Z | Downloaded memmap2 v0.9.5 |
609 | 2024-12-20T19:41:40.962Z | Downloaded endian-type v0.1.2 |
610 | 2024-12-20T19:41:40.964Z | Downloaded const_format_proc_macros v0.2.33 |
611 | 2024-12-20T19:41:40.967Z | Downloaded base64 v0.13.1 |
612 | 2024-12-20T19:41:40.969Z | Downloaded signature v2.2.0 |
613 | 2024-12-20T19:41:40.972Z | Downloaded scrypt v0.11.0 |
614 | 2024-12-20T19:41:40.974Z | Downloaded ssh-encoding v0.2.0 |
615 | 2024-12-20T19:41:40.976Z | Downloaded curve25519-dalek-derive v0.1.1 |
616 | 2024-12-20T19:41:40.978Z | Downloaded sqlformat v0.2.6 |
617 | 2024-12-20T19:41:40.980Z | Downloaded thiserror-impl v2.0.3 |
618 | 2024-12-20T19:41:40.983Z | Downloaded tap v1.0.1 |
619 | 2024-12-20T19:41:40.983Z | Downloaded slog-term v2.9.1 |
620 | 2024-12-20T19:41:40.985Z | Downloaded icu_provider v1.5.0 |
621 | 2024-12-20T19:41:40.989Z | Downloaded universal-hash v0.5.1 |
622 | 2024-12-20T19:41:40.991Z | Downloaded ssh-cipher v0.2.0 |
623 | 2024-12-20T19:41:40.994Z | Downloaded mirai-annotations v1.12.0 |
624 | 2024-12-20T19:41:40.994Z | Downloaded cancel-safe-futures v0.1.5 |
625 | 2024-12-20T19:41:40.997Z | Downloaded thiserror-impl-no-std v2.0.2 |
626 | 2024-12-20T19:41:40.999Z | Downloaded ciborium v0.2.2 |
627 | 2024-12-20T19:41:41.002Z | Downloaded untrusted v0.9.0 |
628 | 2024-12-20T19:41:41.004Z | Downloaded tokio-native-tls v0.3.1 |
629 | 2024-12-20T19:41:41.006Z | Downloaded zerovec-derive v0.10.3 |
630 | 2024-12-20T19:41:41.008Z | Downloaded untrusted v0.7.1 |
631 | 2024-12-20T19:41:41.008Z | Downloaded tokio-macros v2.4.0 |
632 | 2024-12-20T19:41:41.011Z | Downloaded rustc-demangle v0.1.24 |
633 | 2024-12-20T19:41:41.013Z | Downloaded arc-swap v1.7.1 |
634 | 2024-12-20T19:41:41.016Z | Downloaded progenitor-impl v0.8.0 |
635 | 2024-12-20T19:41:41.018Z | Downloaded icu_properties v1.5.1 |
636 | 2024-12-20T19:41:41.021Z | Downloaded schemars_derive v0.8.21 |
637 | 2024-12-20T19:41:41.024Z | Downloaded csv-core v0.1.11 |
638 | 2024-12-20T19:41:41.027Z | Downloaded slog-bunyan v2.5.0 |
639 | 2024-12-20T19:41:41.027Z | Downloaded serde_with_macros v3.11.0 |
640 | 2024-12-20T19:41:41.029Z | Downloaded lock_api v0.4.12 |
641 | 2024-12-20T19:41:41.031Z | Downloaded libloading v0.8.5 |
642 | 2024-12-20T19:41:41.034Z | Downloaded progenitor-client v0.8.0 |
643 | 2024-12-20T19:41:41.037Z | Downloaded enum-as-inner v0.5.1 |
644 | 2024-12-20T19:41:41.040Z | Downloaded futures-executor v0.3.31 |
645 | 2024-12-20T19:41:41.040Z | Downloaded foreign-types-macros v0.2.3 |
646 | 2024-12-20T19:41:41.040Z | Downloaded foreign-types v0.5.0 |
647 | 2024-12-20T19:41:41.043Z | Downloaded termtree v0.4.1 |
648 | 2024-12-20T19:41:41.043Z | Downloaded blake2 v0.10.6 |
649 | 2024-12-20T19:41:41.047Z | Downloaded icu_locid_transform_data v1.5.0 |
650 | 2024-12-20T19:41:41.050Z | Downloaded toolchain_find v0.4.0 |
651 | 2024-12-20T19:41:41.050Z | Downloaded structmeta v0.3.0 |
652 | 2024-12-20T19:41:41.050Z | Downloaded hyper-util v0.1.10 |
653 | 2024-12-20T19:41:41.055Z | Downloaded tui-tree-widget v0.22.0 |
654 | 2024-12-20T19:41:41.057Z | Downloaded indicatif v0.17.9 |
655 | 2024-12-20T19:41:41.061Z | Downloaded spin v0.9.8 |
656 | 2024-12-20T19:41:41.065Z | Downloaded waitgroup v0.1.2 |
657 | 2024-12-20T19:41:41.068Z | Downloaded unicode-xid v0.2.6 |
658 | 2024-12-20T19:41:41.069Z | Downloaded num-derive v0.4.2 |
659 | 2024-12-20T19:41:41.071Z | Downloaded packed_struct_codegen v0.10.1 |
660 | 2024-12-20T19:41:41.072Z | Downloaded packed_struct v0.10.1 |
661 | 2024-12-20T19:41:41.074Z | Downloaded yoke v0.7.4 |
662 | 2024-12-20T19:41:41.076Z | Downloaded walkdir v2.5.0 |
663 | 2024-12-20T19:41:41.076Z | Downloaded base64 v0.21.7 |
664 | 2024-12-20T19:41:41.081Z | Downloaded base64 v0.22.1 |
665 | 2024-12-20T19:41:41.085Z | Downloaded num-integer v0.1.46 |
666 | 2024-12-20T19:41:41.087Z | Downloaded progenitor v0.8.0 |
667 | 2024-12-20T19:41:41.089Z | Downloaded aes v0.8.4 |
668 | 2024-12-20T19:41:41.093Z | Downloaded prettyplease v0.2.25 |
669 | 2024-12-20T19:41:41.097Z | Downloaded rand_seeder v0.3.0 |
670 | 2024-12-20T19:41:41.099Z | Downloaded scheduled-thread-pool v0.2.7 |
671 | 2024-12-20T19:41:41.101Z | Downloaded same-file v1.0.6 |
672 | 2024-12-20T19:41:41.105Z | Downloaded salsa20 v0.10.2 |
673 | 2024-12-20T19:41:41.105Z | Downloaded crc32fast v1.4.2 |
674 | 2024-12-20T19:41:41.108Z | Downloaded icu_collections v1.5.0 |
675 | 2024-12-20T19:41:41.112Z | Downloaded foreign-types v0.3.2 |
676 | 2024-12-20T19:41:41.114Z | Downloaded structmeta v0.2.0 |
677 | 2024-12-20T19:41:41.117Z | Downloaded strip-ansi-escapes v0.2.0 |
678 | 2024-12-20T19:41:41.117Z | Downloaded progenitor-macro v0.8.0 |
679 | 2024-12-20T19:41:41.119Z | Downloaded slog-dtrace v0.3.0 |
680 | 2024-12-20T19:41:41.121Z | Downloaded slog-async v2.8.0 |
681 | 2024-12-20T19:41:41.132Z | Downloaded phf_shared v0.10.0 |
682 | 2024-12-20T19:41:41.134Z | Downloaded peg-runtime v0.8.3 |
683 | 2024-12-20T19:41:41.134Z | Downloaded oso-derive v0.27.3 |
684 | 2024-12-20T19:41:41.137Z | Downloaded writeable v0.5.5 |
685 | 2024-12-20T19:41:41.139Z | Downloaded postgres-protocol v0.6.7 |
686 | 2024-12-20T19:41:41.139Z | Downloaded pin-project-internal v1.1.6 |
687 | 2024-12-20T19:41:41.141Z | Downloaded pbkdf2 v0.12.2 |
688 | 2024-12-20T19:41:41.144Z | Downloaded thiserror-no-std v2.0.2 |
689 | 2024-12-20T19:41:41.147Z | Downloaded nu-ansi-term v0.50.1 |
690 | 2024-12-20T19:41:41.150Z | Downloaded pin-project-lite v0.2.14 |
691 | 2024-12-20T19:41:41.156Z | Downloaded difflib v0.4.0 |
692 | 2024-12-20T19:41:41.159Z | Downloaded defmt-macros v0.3.9 |
693 | 2024-12-20T19:41:41.161Z | Downloaded dyn-clone v1.0.17 |
694 | 2024-12-20T19:41:41.163Z | Downloaded dunce v1.0.5 |
695 | 2024-12-20T19:41:41.166Z | Downloaded dsl_auto_type v0.1.2 |
696 | 2024-12-20T19:41:41.166Z | Downloaded debug-ignore v1.0.5 |
697 | 2024-12-20T19:41:41.169Z | Downloaded const_format v0.2.33 |
698 | 2024-12-20T19:41:41.173Z | Downloaded group v0.13.0 |
699 | 2024-12-20T19:41:41.176Z | Downloaded heapless v0.8.0 |
700 | 2024-12-20T19:41:41.179Z | Downloaded tungstenite v0.23.0 |
701 | 2024-12-20T19:41:41.183Z | Downloaded tungstenite v0.21.0 |
702 | 2024-12-20T19:41:41.187Z | Downloaded sync_wrapper v1.0.1 |
703 | 2024-12-20T19:41:41.189Z | Downloaded dropshot_endpoint v0.12.0 |
704 | 2024-12-20T19:41:41.192Z | Downloaded gethostname v0.5.0 |
705 | 2024-12-20T19:41:41.194Z | Downloaded tabwriter v1.4.0 |
706 | 2024-12-20T19:41:41.196Z | Downloaded darling_macro v0.20.10 |
707 | 2024-12-20T19:41:41.196Z | Downloaded nibble_vec v0.1.0 |
708 | 2024-12-20T19:41:41.199Z | Downloaded write16 v1.0.0 |
709 | 2024-12-20T19:41:41.199Z | Downloaded foldhash v0.1.3 |
710 | 2024-12-20T19:41:41.201Z | Downloaded float-ord v0.3.2 |
711 | 2024-12-20T19:41:41.201Z | Downloaded qorb v0.2.1 |
712 | 2024-12-20T19:41:41.209Z | Downloaded pin-project v1.1.6 |
713 | 2024-12-20T19:41:41.218Z | Downloaded dhcproto-macros v0.1.0 |
714 | 2024-12-20T19:41:41.221Z | Downloaded quick-error v1.2.3 |
715 | 2024-12-20T19:41:41.221Z | Downloaded rpassword v7.3.1 |
716 | 2024-12-20T19:41:41.223Z | Downloaded tokio-tungstenite v0.23.1 |
717 | 2024-12-20T19:41:41.225Z | Downloaded normalize-line-endings v0.3.0 |
718 | 2024-12-20T19:41:41.227Z | Downloaded serde_derive_internals v0.29.1 |
719 | 2024-12-20T19:41:41.230Z | Downloaded parse-size v1.1.0 |
720 | 2024-12-20T19:41:41.234Z | Downloaded sha1 v0.10.6 |
721 | 2024-12-20T19:41:41.237Z | Downloaded stable_deref_trait v1.2.0 |
722 | 2024-12-20T19:41:41.237Z | Downloaded defmt v0.3.8 |
723 | 2024-12-20T19:41:41.237Z | Downloaded spin v0.5.2 |
724 | 2024-12-20T19:41:41.239Z | Downloaded diff v0.1.13 |
725 | 2024-12-20T19:41:41.242Z | Downloaded slog v2.7.0 |
726 | 2024-12-20T19:41:41.244Z | Downloaded samael v0.0.17 |
727 | 2024-12-20T19:41:41.252Z | Downloaded precomputed-hash v0.1.1 |
728 | 2024-12-20T19:41:41.254Z | Downloaded topological-sort v0.2.2 |
729 | 2024-12-20T19:41:41.254Z | Downloaded thread_local v1.1.8 |
730 | 2024-12-20T19:41:41.257Z | Downloaded native-tls v0.2.12 |
731 | 2024-12-20T19:41:41.260Z | Downloaded termios v0.3.3 |
732 | 2024-12-20T19:41:41.262Z | Downloaded crypto-bigint v0.5.5 |
733 | 2024-12-20T19:41:41.266Z | Downloaded pem v3.0.4 |
734 | 2024-12-20T19:41:41.269Z | Downloaded unicase v2.7.0 |
735 | 2024-12-20T19:41:41.271Z | Downloaded tokio-rustls v0.24.1 |
736 | 2024-12-20T19:41:41.274Z | Downloaded zip v0.6.6 |
737 | 2024-12-20T19:41:41.278Z | Downloaded wyz v0.5.1 |
738 | 2024-12-20T19:41:41.281Z | Downloaded postgres-types v0.2.8 |
739 | 2024-12-20T19:41:41.283Z | Downloaded miniz_oxide v0.8.0 |
740 | 2024-12-20T19:41:41.286Z | Downloaded headers v0.4.0 |
741 | 2024-12-20T19:41:41.291Z | Downloaded vte_generate_state_changes v0.1.2 |
742 | 2024-12-20T19:41:41.293Z | Downloaded num v0.4.3 |
743 | 2024-12-20T19:41:41.293Z | Downloaded ed25519 v2.2.3 |
744 | 2024-12-20T19:41:41.297Z | Downloaded parse-display-derive v0.10.0 |
745 | 2024-12-20T19:41:41.302Z | Downloaded fxhash v0.2.1 |
746 | 2024-12-20T19:41:41.302Z | Downloaded glob v0.3.1 |
747 | 2024-12-20T19:41:41.302Z | Downloaded ghash v0.5.1 |
748 | 2024-12-20T19:41:41.304Z | Downloaded fragile v2.0.0 |
749 | 2024-12-20T19:41:41.304Z | Downloaded futures-task v0.3.31 |
750 | 2024-12-20T19:41:41.307Z | Downloaded ff v0.13.0 |
751 | 2024-12-20T19:41:41.307Z | Downloaded filetime v0.2.25 |
752 | 2024-12-20T19:41:41.309Z | Downloaded sec1 v0.7.3 |
753 | 2024-12-20T19:41:41.312Z | Downloaded dropshot_endpoint v0.13.0 |
754 | 2024-12-20T19:41:41.314Z | Downloaded libxml v0.3.3 |
755 | 2024-12-20T19:41:41.321Z | Downloaded crossbeam-channel v0.5.13 |
756 | 2024-12-20T19:41:41.326Z | Downloaded ppv-lite86 v0.2.20 |
757 | 2024-12-20T19:41:41.328Z | Downloaded parse-display v0.10.0 |
758 | 2024-12-20T19:41:41.331Z | Downloaded tokio-postgres v0.7.12 |
759 | 2024-12-20T19:41:41.335Z | Downloaded rustversion v1.0.17 |
760 | 2024-12-20T19:41:41.338Z | Downloaded openssl-macros v0.1.1 |
761 | 2024-12-20T19:41:41.340Z | Downloaded num_threads v0.1.7 |
762 | 2024-12-20T19:41:41.342Z | Downloaded oso v0.27.3 |
763 | 2024-12-20T19:41:41.344Z | Downloaded num-traits v0.2.19 |
764 | 2024-12-20T19:41:41.347Z | Downloaded shlex v1.3.0 |
765 | 2024-12-20T19:41:41.350Z | Downloaded static_assertions v1.1.0 |
766 | 2024-12-20T19:41:41.353Z | Downloaded serde_urlencoded v0.7.1 |
767 | 2024-12-20T19:41:41.353Z | Downloaded vsss-rs v3.3.4 |
768 | 2024-12-20T19:41:41.357Z | Downloaded structmeta-derive v0.3.0 |
769 | 2024-12-20T19:41:41.361Z | Downloaded structmeta-derive v0.2.0 |
770 | 2024-12-20T19:41:41.361Z | Downloaded stringprep v0.1.5 |
771 | 2024-12-20T19:41:41.364Z | Downloaded zerocopy v0.6.6 |
772 | 2024-12-20T19:41:41.364Z | Downloaded ecdsa v0.16.9 |
773 | 2024-12-20T19:41:41.367Z | Downloaded fs_extra v1.3.0 |
774 | 2024-12-20T19:41:41.370Z | Downloaded libm v0.2.8 |
775 | 2024-12-20T19:41:41.376Z | Downloaded strum v0.26.3 |
776 | 2024-12-20T19:41:41.380Z | Downloaded http v1.1.0 |
777 | 2024-12-20T19:41:41.384Z | Downloaded env_filter v0.1.2 |
778 | 2024-12-20T19:41:41.387Z | Downloaded flume v0.11.1 |
779 | 2024-12-20T19:41:41.390Z | Downloaded diesel-dtrace v0.4.2 |
780 | 2024-12-20T19:41:41.390Z | Downloaded embedded-io v0.6.1 |
781 | 2024-12-20T19:41:41.392Z | Downloaded xz2 v0.1.7 |
782 | 2024-12-20T19:41:41.395Z | Downloaded zerofrom v0.1.4 |
783 | 2024-12-20T19:41:41.395Z | Downloaded itertools v0.10.5 |
784 | 2024-12-20T19:41:41.402Z | Downloaded num-conv v0.1.0 |
785 | 2024-12-20T19:41:41.405Z | Downloaded predicates v3.1.2 |
786 | 2024-12-20T19:41:41.408Z | Downloaded parking_lot_core v0.9.10 |
787 | 2024-12-20T19:41:41.410Z | Downloaded hash32 v0.3.1 |
788 | 2024-12-20T19:41:41.410Z | Downloaded hash32 v0.2.1 |
789 | 2024-12-20T19:41:41.412Z | Downloaded serde_repr v0.1.19 |
790 | 2024-12-20T19:41:41.415Z | Downloaded tokio-tungstenite v0.21.0 |
791 | 2024-12-20T19:41:41.417Z | Downloaded r2d2 v0.8.10 |
792 | 2024-12-20T19:41:41.419Z | Downloaded psl-types v2.0.11 |
793 | 2024-12-20T19:41:41.422Z | Downloaded uuid v1.11.0 |
794 | 2024-12-20T19:41:41.424Z | Downloaded string_cache v0.8.7 |
795 | 2024-12-20T19:41:41.426Z | Downloaded parking_lot_core v0.8.6 |
796 | 2024-12-20T19:41:41.429Z | Downloaded serde-big-array v0.5.1 |
797 | 2024-12-20T19:41:41.431Z | Downloaded signal-hook-tokio v0.3.1 |
798 | 2024-12-20T19:41:41.434Z | Downloaded derive-where v1.2.7 |
799 | 2024-12-20T19:41:41.436Z | Downloaded itertools v0.12.1 |
800 | 2024-12-20T19:41:41.443Z | Downloaded getrandom v0.2.15 |
801 | 2024-12-20T19:41:41.447Z | Downloaded strum_macros v0.25.3 |
802 | 2024-12-20T19:41:41.449Z | Downloaded simd-adler32 v0.3.7 |
803 | 2024-12-20T19:41:41.452Z | Downloaded url v2.5.3 |
804 | 2024-12-20T19:41:41.455Z | Downloaded yasna v0.5.2 |
805 | 2024-12-20T19:41:41.458Z | Downloaded idna v1.0.3 |
806 | 2024-12-20T19:41:41.462Z | Downloaded strum_macros v0.24.3 |
807 | 2024-12-20T19:41:41.465Z | Downloaded fd-lock v4.0.2 |
808 | 2024-12-20T19:41:41.467Z | Downloaded itertools v0.13.0 |
809 | 2024-12-20T19:41:41.475Z | Downloaded zeroize v1.8.1 |
810 | 2024-12-20T19:41:41.478Z | Downloaded futures-channel v0.3.31 |
811 | 2024-12-20T19:41:41.481Z | Downloaded newtype_derive v0.1.6 |
812 | 2024-12-20T19:41:41.483Z | Downloaded proc-macro-crate v1.3.1 |
813 | 2024-12-20T19:41:41.483Z | Downloaded futures-macro v0.3.31 |
814 | 2024-12-20T19:41:41.483Z | Downloaded futures-io v0.3.31 |
815 | 2024-12-20T19:41:41.486Z | Downloaded futures-core v0.3.31 |
816 | 2024-12-20T19:41:41.486Z | Downloaded fallible-streaming-iterator v0.1.9 |
817 | 2024-12-20T19:41:41.488Z | Downloaded unicode-bidi v0.3.17 |
818 | 2024-12-20T19:41:41.490Z | Downloaded toml v0.7.8 |
819 | 2024-12-20T19:41:41.494Z | Downloaded path-slash v0.1.5 |
820 | 2024-12-20T19:41:41.497Z | Downloaded signal-hook v0.3.17 |
821 | 2024-12-20T19:41:41.499Z | Downloaded ref-cast v1.0.23 |
822 | 2024-12-20T19:41:41.504Z | Downloaded percent-encoding v2.3.1 |
823 | 2024-12-20T19:41:41.506Z | Downloaded mio v1.0.2 |
824 | 2024-12-20T19:41:41.509Z | Downloaded quinn v0.11.5 |
825 | 2024-12-20T19:41:41.513Z | Downloaded nodrop v0.1.14 |
826 | 2024-12-20T19:41:41.516Z | Downloaded funty v2.0.0 |
827 | 2024-12-20T19:41:41.516Z | Downloaded tinyvec_macros v0.1.1 |
828 | 2024-12-20T19:41:41.518Z | Downloaded tokio-rustls v0.26.0 |
829 | 2024-12-20T19:41:41.521Z | Downloaded sct v0.7.1 |
830 | 2024-12-20T19:41:41.523Z | Downloaded tracing-attributes v0.1.27 |
831 | 2024-12-20T19:41:41.525Z | Downloaded tinystr v0.7.6 |
832 | 2024-12-20T19:41:41.528Z | Downloaded tiny-keccak v2.0.2 |
833 | 2024-12-20T19:41:41.531Z | Downloaded twox-hash v1.6.3 |
834 | 2024-12-20T19:41:41.533Z | Downloaded foreign-types-shared v0.1.1 |
835 | 2024-12-20T19:41:41.536Z | Downloaded supports-color v3.0.1 |
836 | 2024-12-20T19:41:41.536Z | Downloaded foreign-types-shared v0.3.1 |
837 | 2024-12-20T19:41:41.538Z | Downloaded zone_cfg_derive v0.3.0 |
838 | 2024-12-20T19:41:41.538Z | Downloaded zone_cfg_derive v0.1.2 |
839 | 2024-12-20T19:41:41.538Z | Downloaded zopfli v0.8.1 |
840 | 2024-12-20T19:41:41.550Z | Downloaded embedded-io v0.4.0 |
841 | 2024-12-20T19:41:41.550Z | Downloaded dirs-next v2.0.0 |
842 | 2024-12-20T19:41:41.550Z | Downloaded openssl-probe v0.1.5 |
843 | 2024-12-20T19:41:41.550Z | Downloaded opaque-debug v0.3.1 |
844 | 2024-12-20T19:41:41.550Z | Downloaded fallible-iterator v0.3.0 |
845 | 2024-12-20T19:41:41.554Z | Downloaded fallible-iterator v0.2.0 |
846 | 2024-12-20T19:41:41.554Z | Downloaded num-complex v0.4.6 |
847 | 2024-12-20T19:41:41.554Z | Downloaded password-hash v0.5.0 |
848 | 2024-12-20T19:41:41.556Z | Downloaded pem-rfc7468 v0.7.0 |
849 | 2024-12-20T19:41:41.559Z | Downloaded aws-lc-rs v1.10.0 |
850 | 2024-12-20T19:41:41.567Z | Downloaded new_debug_unreachable v1.0.6 |
851 | 2024-12-20T19:41:41.570Z | Downloaded rfc6979 v0.4.0 |
852 | 2024-12-20T19:41:41.573Z | Downloaded synstructure v0.13.1 |
853 | 2024-12-20T19:41:41.574Z | Downloaded serde_plain v1.0.2 |
854 | 2024-12-20T19:41:41.576Z | Downloaded hyper v1.5.0 |
855 | 2024-12-20T19:41:41.580Z | Downloaded smallvec v0.6.14 |
856 | 2024-12-20T19:41:41.582Z | Downloaded typify v0.2.0 |
857 | 2024-12-20T19:41:41.585Z | Downloaded snafu-derive v0.8.5 |
858 | 2024-12-20T19:41:41.587Z | Downloaded ed25519-dalek v2.1.1 |
859 | 2024-12-20T19:41:41.590Z | Downloaded tls_codec v0.4.1 |
860 | 2024-12-20T19:41:41.594Z | Downloaded time-core v0.1.2 |
861 | 2024-12-20T19:41:41.594Z | Downloaded resolv-conf v0.7.0 |
862 | 2024-12-20T19:41:41.597Z | Downloaded futures v0.3.31 |
863 | 2024-12-20T19:41:41.602Z | Downloaded tls_codec_derive v0.4.1 |
864 | 2024-12-20T19:41:41.604Z | Downloaded rustc-hash v1.1.0 |
865 | 2024-12-20T19:41:41.606Z | Downloaded value-bag v1.9.0 |
866 | 2024-12-20T19:41:41.608Z | Downloaded float-cmp v0.9.0 |
867 | 2024-12-20T19:41:41.611Z | Downloaded defmt-parser v0.3.4 |
868 | 2024-12-20T19:41:41.611Z | Downloaded hashbrown v0.12.3 |
869 | 2024-12-20T19:41:41.615Z | Downloaded pbkdf2 v0.11.0 |
870 | 2024-12-20T19:41:41.617Z | Downloaded env_logger v0.11.5 |
871 | 2024-12-20T19:41:41.620Z | Downloaded env_logger v0.10.2 |
872 | 2024-12-20T19:41:41.624Z | Downloaded utf-8 v0.7.6 |
873 | 2024-12-20T19:41:41.626Z | Downloaded subtle v2.6.1 |
874 | 2024-12-20T19:41:41.629Z | Downloaded hashbrown v0.13.2 |
875 | 2024-12-20T19:41:41.633Z | Downloaded parking_lot v0.11.2 |
876 | 2024-12-20T19:41:41.636Z | Downloaded pretty-hex v0.2.1 |
877 | 2024-12-20T19:41:41.636Z | Downloaded phf_codegen v0.11.2 |
878 | 2024-12-20T19:41:41.639Z | Downloaded phf v0.11.2 |
879 | 2024-12-20T19:41:41.639Z | Downloaded primeorder v0.13.6 |
880 | 2024-12-20T19:41:41.639Z | Downloaded newtype-uuid v1.1.3 |
881 | 2024-12-20T19:41:41.642Z | Downloaded owo-colors v4.1.0 |
882 | 2024-12-20T19:41:41.644Z | Downloaded num_enum_derive v0.5.11 |
883 | 2024-12-20T19:41:41.647Z | Downloaded zerovec v0.10.4 |
884 | 2024-12-20T19:41:41.651Z | Downloaded sync-ptr v0.1.1 |
885 | 2024-12-20T19:41:41.654Z | Downloaded snafu v0.8.5 |
886 | 2024-12-20T19:41:41.659Z | Downloaded publicsuffix v2.2.3 |
887 | 2024-12-20T19:41:41.662Z | Downloaded rustc-hash v2.0.0 |
888 | 2024-12-20T19:41:41.665Z | Downloaded rustls-pki-types v1.10.0 |
889 | 2024-12-20T19:41:41.668Z | Downloaded similar v2.6.0 |
890 | 2024-12-20T19:41:41.671Z | Downloaded uzers v0.12.1 |
891 | 2024-12-20T19:41:41.674Z | Downloaded num_enum v0.5.11 |
892 | 2024-12-20T19:41:41.681Z | Downloaded polyval v0.6.2 |
893 | 2024-12-20T19:41:41.684Z | Downloaded vergen v8.3.2 |
894 | 2024-12-20T19:41:41.687Z | Downloaded blake3 v1.5.4 |
895 | 2024-12-20T19:41:41.693Z | Downloaded newline-converter v0.3.0 |
896 | 2024-12-20T19:41:41.695Z | Downloaded number_prefix v0.4.0 |
897 | 2024-12-20T19:41:41.695Z | Downloaded displaydoc v0.2.5 |
898 | 2024-12-20T19:41:41.698Z | Downloaded p521 v0.13.3 |
899 | 2024-12-20T19:41:41.703Z | Downloaded downcast v0.11.0 |
900 | 2024-12-20T19:41:41.705Z | Downloaded parking_lot v0.12.3 |
901 | 2024-12-20T19:41:41.707Z | Downloaded wait-timeout v0.2.0 |
902 | 2024-12-20T19:41:41.711Z | Downloaded utf8_iter v1.0.4 |
903 | 2024-12-20T19:41:41.711Z | Downloaded derive_builder v0.20.2 |
904 | 2024-12-20T19:41:41.714Z | Downloaded smf v0.2.3 |
905 | 2024-12-20T19:41:41.716Z | Downloaded x509-cert v0.2.5 |
906 | 2024-12-20T19:41:41.722Z | Downloaded serde-hex v0.1.0 |
907 | 2024-12-20T19:41:41.724Z | Downloaded form_urlencoded v1.2.1 |
908 | 2024-12-20T19:41:41.725Z | Downloaded hkdf v0.12.4 |
909 | 2024-12-20T19:41:41.727Z | Downloaded pkcs1 v0.7.5 |
910 | 2024-12-20T19:41:41.729Z | Downloaded tinyvec v1.8.0 |
911 | 2024-12-20T19:41:41.733Z | Downloaded termcolor v1.4.1 |
912 | 2024-12-20T19:41:41.735Z | Downloaded flagset v0.4.6 |
913 | 2024-12-20T19:41:41.738Z | Downloaded num-bigint v0.4.6 |
914 | 2024-12-20T19:41:41.741Z | Downloaded deranged v0.3.11 |
915 | 2024-12-20T19:41:41.744Z | Downloaded zerocopy-derive v0.8.10 |
916 | 2024-12-20T19:41:41.749Z | Downloaded omicron-zone-package v0.11.1 |
917 | 2024-12-20T19:41:41.754Z | Downloaded signal-hook-mio v0.2.4 |
918 | 2024-12-20T19:41:41.757Z | Downloaded multimap v0.10.0 |
919 | 2024-12-20T19:41:41.757Z | Downloaded rand_xorshift v0.3.0 |
920 | 2024-12-20T19:41:41.757Z | Downloaded predicates-tree v1.0.11 |
921 | 2024-12-20T19:41:41.759Z | Downloaded des v0.8.1 |
922 | 2024-12-20T19:41:41.759Z | Downloaded futures-sink v0.3.31 |
923 | 2024-12-20T19:41:41.762Z | Downloaded strum_macros v0.26.4 |
924 | 2024-12-20T19:41:41.764Z | Downloaded rustls-pemfile v2.2.0 |
925 | 2024-12-20T19:41:41.767Z | Downloaded num-iter v0.1.45 |
926 | 2024-12-20T19:41:41.767Z | Downloaded derive_more v0.99.18 |
927 | 2024-12-20T19:41:41.771Z | Downloaded fixedbitset v0.4.2 |
928 | 2024-12-20T19:41:41.774Z | Downloaded bindgen v0.69.5 |
929 | 2024-12-20T19:41:41.781Z | Downloaded either v1.13.0 |
930 | 2024-12-20T19:41:41.785Z | Downloaded olpc-cjson v0.1.4 |
931 | 2024-12-20T19:41:41.785Z | Downloaded semver v0.1.20 |
932 | 2024-12-20T19:41:41.790Z | Downloaded nom v7.1.3 |
933 | 2024-12-20T19:41:41.792Z | Downloaded term v0.7.0 |
934 | 2024-12-20T19:41:41.795Z | Downloaded nanorand v0.7.0 |
935 | 2024-12-20T19:41:41.797Z | Downloaded half v2.4.1 |
936 | 2024-12-20T19:41:41.801Z | Downloaded zone v0.3.0 |
937 | 2024-12-20T19:41:41.806Z | Downloaded toml_edit v0.19.15 |
938 | 2024-12-20T19:41:41.818Z | Downloaded num-rational v0.4.2 |
939 | 2024-12-20T19:41:41.822Z | Downloaded poly1305 v0.8.0 |
940 | 2024-12-20T19:41:41.824Z | Downloaded multer v3.1.0 |
941 | 2024-12-20T19:41:41.827Z | Downloaded globset v0.4.15 |
942 | 2024-12-20T19:41:41.827Z | Downloaded slog-json v2.6.1 |
943 | 2024-12-20T19:41:41.827Z | Downloaded which v4.4.2 |
944 | 2024-12-20T19:41:41.830Z | Downloaded lalrpop v0.19.12 |
945 | 2024-12-20T19:41:41.840Z | Downloaded smallvec v1.13.2 |
946 | 2024-12-20T19:41:41.843Z | Downloaded time v0.3.36 |
947 | 2024-12-20T19:41:41.850Z | Downloaded ron v0.7.1 |
948 | 2024-12-20T19:41:41.855Z | Downloaded ron v0.8.1 |
949 | 2024-12-20T19:41:41.861Z | Downloaded icu_properties_data v1.5.0 |
950 | 2024-12-20T19:41:41.874Z | Downloaded unicode-properties v0.1.3 |
951 | 2024-12-20T19:41:41.878Z | Downloaded der_derive v0.7.3 |
952 | 2024-12-20T19:41:41.878Z | Downloaded dhcproto v0.12.0 |
953 | 2024-12-20T19:41:41.881Z | Downloaded bitvec v1.0.1 |
954 | 2024-12-20T19:41:41.896Z | Downloaded der v0.7.9 |
955 | 2024-12-20T19:41:41.899Z | Downloaded elliptic-curve v0.13.8 |
956 | 2024-12-20T19:41:41.903Z | Downloaded expectorate v1.1.0 |
957 | 2024-12-20T19:41:41.905Z | Downloaded reedline v0.35.0 |
958 | 2024-12-20T19:41:41.912Z | Downloaded mockall_derive v0.13.0 |
959 | 2024-12-20T19:41:41.915Z | Downloaded tungstenite v0.24.0 |
960 | 2024-12-20T19:41:41.918Z | Downloaded tar v0.4.42 |
961 | 2024-12-20T19:41:41.921Z | Downloaded tokio-util v0.7.12 |
962 | 2024-12-20T19:41:41.928Z | Downloaded quick-xml v0.33.0 |
963 | 2024-12-20T19:41:41.934Z | Downloaded typed-path v0.9.3 |
964 | 2024-12-20T19:41:41.941Z | Downloaded winnow v0.5.40 |
965 | 2024-12-20T19:41:41.949Z | Downloaded schemars v0.8.21 |
966 | 2024-12-20T19:41:41.961Z | Downloaded git2 v0.19.0 |
967 | 2024-12-20T19:41:41.969Z | Downloaded idna v0.5.0 |
968 | 2024-12-20T19:41:41.977Z | Downloaded idna v0.3.0 |
969 | 2024-12-20T19:41:41.985Z | Downloaded unicode-segmentation v1.12.0 |
970 | 2024-12-20T19:41:41.990Z | Downloaded p384 v0.13.0 |
971 | 2024-12-20T19:41:41.994Z | Downloaded flate2 v1.0.34 |
972 | 2024-12-20T19:41:42.000Z | Downloaded hashbrown v0.14.5 |
973 | 2024-12-20T19:41:42.006Z | Downloaded rustls-webpki v0.101.7 |
974 | 2024-12-20T19:41:42.021Z | Downloaded portable-atomic v1.9.0 |
975 | 2024-12-20T19:41:42.027Z | Downloaded idna v0.2.3 |
976 | 2024-12-20T19:41:42.035Z | Downloaded idna v0.4.0 |
977 | 2024-12-20T19:41:42.042Z | Downloaded rustls-webpki v0.102.8 |
978 | 2024-12-20T19:41:42.061Z | Downloaded quinn-proto v0.11.8 |
979 | 2024-12-20T19:41:42.068Z | Downloaded rustls v0.21.12 |
980 | 2024-12-20T19:41:42.080Z | Downloaded zerocopy v0.8.10 |
981 | 2024-12-20T19:41:42.103Z | Downloaded rustyline v14.0.0 |
982 | 2024-12-20T19:41:42.107Z | Downloaded gimli v0.31.1 |
983 | 2024-12-20T19:41:42.116Z | Downloaded curve25519-dalek v4.1.3 |
984 | 2024-12-20T19:41:42.125Z | Downloaded openssl v0.10.66 |
985 | 2024-12-20T19:41:42.135Z | Downloaded object v0.30.4 |
986 | 2024-12-20T19:41:42.145Z | Downloaded unicode-normalization v0.1.24 |
987 | 2024-12-20T19:41:42.149Z | Downloaded regex-syntax v0.6.29 |
988 | 2024-12-20T19:41:42.157Z | Downloaded rustls v0.23.19 |
989 | 2024-12-20T19:41:42.171Z | Downloaded smoltcp v0.11.0 |
990 | 2024-12-20T19:41:42.184Z | Downloaded vcpkg v0.2.15 |
991 | 2024-12-20T19:41:42.222Z | Downloaded h2 v0.4.6 |
992 | 2024-12-20T19:41:42.228Z | Downloaded regex v1.11.1 |
993 | 2024-12-20T19:41:42.240Z | Downloaded unicode-width v0.2.0 |
994 | 2024-12-20T19:41:42.247Z | Downloaded openapiv3 v2.0.0 |
995 | 2024-12-20T19:41:42.260Z | Downloaded radix_trie v0.2.1 |
996 | 2024-12-20T19:41:42.265Z | Downloaded polar-core v0.27.3 |
997 | 2024-12-20T19:41:42.274Z | Downloaded trust-dns-proto v0.22.0 |
998 | 2024-12-20T19:41:42.286Z | Downloaded diesel v2.2.6 |
999 | 2024-12-20T19:41:42.322Z | Downloaded regress v0.10.1 |
1000 | 2024-12-20T19:41:42.336Z | Downloaded regex-syntax v0.8.5 |
1001 | 2024-12-20T19:41:42.347Z | Downloaded sled v0.34.7 |
1002 | 2024-12-20T19:41:42.359Z | Downloaded smoltcp v0.9.1 |
1003 | 2024-12-20T19:41:42.372Z | Downloaded petname v2.0.2 |
1004 | 2024-12-20T19:41:42.377Z | Downloaded object v0.36.5 |
1005 | 2024-12-20T19:41:42.388Z | Downloaded nix v0.29.0 |
1006 | 2024-12-20T19:41:42.399Z | Downloaded dropshot v0.13.0 |
1007 | 2024-12-20T19:41:42.420Z | Downloaded hickory-proto v0.24.1 |
1008 | 2024-12-20T19:41:42.435Z | Downloaded chrono-tz v0.10.0 |
1009 | 2024-12-20T19:41:42.442Z | Downloaded nix v0.28.0 |
1010 | 2024-12-20T19:41:42.452Z | Downloaded bstr v1.10.0 |
1011 | 2024-12-20T19:41:42.462Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1012 | 2024-12-20T19:41:42.474Z | Downloaded nix v0.27.1 |
1013 | 2024-12-20T19:41:42.485Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2024-12-20T19:41:42.494Z | Downloaded dropshot v0.12.0 |
1015 | 2024-12-20T19:41:42.514Z | Downloaded rustls v0.22.4 |
1016 | 2024-12-20T19:41:42.527Z | Downloaded regex-automata v0.4.8 |
1017 | 2024-12-20T19:41:42.543Z | Downloaded regress v0.9.1 |
1018 | 2024-12-20T19:41:42.552Z | Downloaded typify-impl v0.2.0 |
1019 | 2024-12-20T19:41:42.565Z | Downloaded ratatui v0.28.1 |
1020 | 2024-12-20T19:41:42.587Z | Downloaded rayon v1.10.0 |
1021 | 2024-12-20T19:41:42.593Z | Downloaded proptest v1.5.0 |
1022 | 2024-12-20T19:41:42.604Z | Downloaded webpki-roots v0.26.6 |
1023 | 2024-12-20T19:41:42.607Z | Downloaded reqwest v0.12.9 |
1024 | 2024-12-20T19:41:42.615Z | Downloaded fatfs v0.3.6 |
1025 | 2024-12-20T19:41:42.618Z | Downloaded serde_with v3.11.0 |
1026 | 2024-12-20T19:41:42.626Z | Downloaded tough v0.19.0 |
1027 | 2024-12-20T19:41:42.634Z | Downloaded chrono v0.4.38 |
1028 | 2024-12-20T19:41:42.642Z | Downloaded lzma-sys v0.1.20 |
1029 | 2024-12-20T19:41:42.670Z | Downloaded csv v1.3.0 |
1030 | 2024-12-20T19:41:42.689Z | Downloaded rusqlite v0.32.1 |
1031 | 2024-12-20T19:41:42.695Z | Downloaded subprocess v0.2.9 |
1032 | 2024-12-20T19:41:42.698Z | Downloaded num-bigint-dig v0.8.4 |
1033 | 2024-12-20T19:41:42.702Z | Downloaded futures-util v0.3.31 |
1034 | 2024-12-20T19:41:42.714Z | Downloaded tokio v1.40.0 |
1035 | 2024-12-20T19:41:42.752Z | Downloaded petgraph v0.6.5 |
1036 | 2024-12-20T19:41:42.768Z | Downloaded libz-sys v1.1.20 |
1037 | 2024-12-20T19:41:42.790Z | Downloaded rusty-fork v0.3.0 |
1038 | 2024-12-20T19:41:42.793Z | Downloaded pkcs5 v0.7.1 |
1039 | 2024-12-20T19:41:42.795Z | Downloaded salty v0.3.0 |
1040 | 2024-12-20T19:41:42.802Z | Downloaded sqlparser v0.45.0 |
1041 | 2024-12-20T19:41:42.807Z | Downloaded ssh-key v0.6.6 |
1042 | 2024-12-20T19:41:42.814Z | Downloaded sha3 v0.10.8 |
1043 | 2024-12-20T19:41:42.819Z | Downloaded slog-stdlog v4.1.1 |
1044 | 2024-12-20T19:41:42.821Z | Downloaded slog-scope v4.4.0 |
1045 | 2024-12-20T19:41:42.823Z | Downloaded serde_path_to_error v0.1.16 |
1046 | 2024-12-20T19:41:42.824Z | Downloaded tokio-stream v0.1.16 |
1047 | 2024-12-20T19:41:42.827Z | Downloaded tokio-rustls v0.25.0 |
1048 | 2024-12-20T19:41:42.829Z | Downloaded time-macros v0.2.18 |
1049 | 2024-12-20T19:41:42.831Z | Downloaded russh v0.45.0 |
1050 | 2024-12-20T19:41:42.836Z | Downloaded utf16_iter v1.0.5 |
1051 | 2024-12-20T19:41:42.838Z | Downloaded vte v0.11.1 |
1052 | 2024-12-20T19:41:42.840Z | Downloaded display-error-chain v0.2.2 |
1053 | 2024-12-20T19:41:42.842Z | Downloaded dirs-sys-next v0.1.2 |
1054 | 2024-12-20T19:41:42.842Z | Downloaded rustc_version v0.4.1 |
1055 | 2024-12-20T19:41:42.847Z | Downloaded p256 v0.13.2 |
1056 | 2024-12-20T19:41:42.849Z | Downloaded steno v0.4.1 |
1057 | 2024-12-20T19:41:42.852Z | Downloaded pkg-config v0.3.31 |
1058 | 2024-12-20T19:41:42.852Z | Downloaded diesel_derives v2.2.3 |
1059 | 2024-12-20T19:41:42.856Z | Downloaded darling_core v0.20.10 |
1060 | 2024-12-20T19:41:42.860Z | Downloaded rayon-core v1.12.1 |
1061 | 2024-12-20T19:41:42.864Z | Downloaded encoding_rs v0.8.34 |
1062 | 2024-12-20T19:41:42.885Z | Downloaded tracing v0.1.40 |
1063 | 2024-12-20T19:41:42.890Z | Downloaded parse-zoneinfo v0.3.1 |
1064 | 2024-12-20T19:41:42.892Z | Downloaded rcgen v0.12.1 |
1065 | 2024-12-20T19:41:42.896Z | Downloaded zeroize_derive v1.4.2 |
1066 | 2024-12-20T19:41:42.896Z | Downloaded whoami v1.5.2 |
1067 | 2024-12-20T19:41:42.898Z | Downloaded signal-hook-registry v1.4.2 |
1068 | 2024-12-20T19:41:42.900Z | Downloaded mockall v0.13.0 |
1069 | 2024-12-20T19:41:42.900Z | Downloaded hashlink v0.9.1 |
1070 | 2024-12-20T19:41:42.902Z | Downloaded openssl-sys v0.9.103 |
1071 | 2024-12-20T19:41:42.906Z | Downloaded unicode_categories v0.1.1 |
1072 | 2024-12-20T19:41:42.909Z | Downloaded crossterm v0.28.1 |
1073 | 2024-12-20T19:41:42.915Z | Downloaded zerofrom-derive v0.1.4 |
1074 | 2024-12-20T19:41:42.918Z | Downloaded xattr v1.3.1 |
1075 | 2024-12-20T19:41:42.920Z | Downloaded unicode-truncate v1.1.0 |
1076 | 2024-12-20T19:41:42.920Z | Downloaded secrecy v0.8.0 |
1077 | 2024-12-20T19:41:42.922Z | Downloaded aho-corasick v1.1.3 |
1078 | 2024-12-20T19:41:42.926Z | Downloaded russh-cryptovec v0.7.3 |
1079 | 2024-12-20T19:41:42.928Z | Downloaded powerfmt v0.2.0 |
1080 | 2024-12-20T19:41:42.928Z | Downloaded rustfmt-wrapper v0.2.1 |
1081 | 2024-12-20T19:41:42.930Z | Downloaded radium v0.7.0 |
1082 | 2024-12-20T19:41:42.930Z | Downloaded pin-utils v0.1.0 |
1083 | 2024-12-20T19:41:42.932Z | Downloaded phf_shared v0.11.2 |
1084 | 2024-12-20T19:41:42.932Z | Downloaded phf_generator v0.11.2 |
1085 | 2024-12-20T19:41:42.942Z | Downloaded paste v1.0.15 |
1086 | 2024-12-20T19:41:42.946Z | Downloaded tokio-tungstenite v0.24.0 |
1087 | 2024-12-20T19:41:42.946Z | Downloaded socket2 v0.5.7 |
1088 | 2024-12-20T19:41:42.946Z | Downloaded rand v0.8.5 |
1089 | 2024-12-20T19:41:42.946Z | Downloaded zip v2.1.3 |
1090 | 2024-12-20T19:41:42.948Z | Downloaded tracing-core v0.1.32 |
1091 | 2024-12-20T19:41:42.950Z | Downloaded rustc_version v0.1.7 |
1092 | 2024-12-20T19:41:42.953Z | Downloaded postcard v1.0.10 |
1093 | 2024-12-20T19:41:42.955Z | Downloaded pkcs8 v0.10.2 |
1094 | 2024-12-20T19:41:42.958Z | Downloaded password-hash v0.4.2 |
1095 | 2024-12-20T19:41:42.958Z | Downloaded test-strategy v0.3.1 |
1096 | 2024-12-20T19:41:42.960Z | Downloaded unsafe-libyaml v0.2.11 |
1097 | 2024-12-20T19:41:42.964Z | Downloaded slab v0.4.9 |
1098 | 2024-12-20T19:41:42.966Z | Downloaded siphasher v0.3.11 |
1099 | 2024-12-20T19:41:42.970Z | Downloaded rtoolbox v0.0.2 |
1100 | 2024-12-20T19:41:42.970Z | Downloaded unarray v0.1.4 |
1101 | 2024-12-20T19:41:42.972Z | Downloaded thiserror v2.0.3 |
1102 | 2024-12-20T19:41:42.975Z | Downloaded rsa v0.9.6 |
1103 | 2024-12-20T19:41:42.980Z | Downloaded bumpalo v3.16.0 |
1104 | 2024-12-20T19:41:42.983Z | Downloaded serde_yaml v0.9.34+deprecated |
1105 | 2024-12-20T19:41:42.987Z | Downloaded minimal-lexical v0.2.1 |
1106 | 2024-12-20T19:41:42.992Z | Downloaded hickory-server v0.24.1 |
1107 | 2024-12-20T19:41:42.997Z | Downloaded cc v1.1.30 |
1108 | 2024-12-20T19:41:43.001Z | Downloaded data-encoding v2.6.0 |
1109 | 2024-12-20T19:41:43.004Z | Downloaded hickory-resolver v0.24.1 |
1110 | 2024-12-20T19:41:43.006Z | Downloaded peg-macros v0.8.4 |
1111 | 2024-12-20T19:41:43.009Z | Downloaded peg v0.8.4 |
1112 | 2024-12-20T19:41:43.012Z | Downloaded crossbeam-utils v0.8.20 |
1113 | 2024-12-20T19:41:43.014Z | Downloaded typify-macro v0.2.0 |
1114 | 2024-12-20T19:41:43.016Z | Downloaded slog-envlogger v2.2.0 |
1115 | 2024-12-20T19:41:43.018Z | Downloaded bytes v1.8.0 |
1116 | 2024-12-20T19:41:43.021Z | Downloaded shell-words v1.1.0 |
1117 | 2024-12-20T19:41:43.023Z | Downloaded enum-as-inner v0.6.1 |
1118 | 2024-12-20T19:41:43.027Z | Downloaded chacha20poly1305 v0.10.1 |
1119 | 2024-12-20T19:41:43.028Z | Downloaded predicates-core v1.0.8 |
1120 | 2024-12-20T19:41:43.028Z | Downloaded backtrace v0.3.74 |
1121 | 2024-12-20T19:41:43.032Z | Downloaded crossbeam-epoch v0.9.18 |
1122 | 2024-12-20T19:41:43.034Z | Downloaded compact_str v0.8.0 |
1123 | 2024-12-20T19:41:43.036Z | Downloaded derive_builder_core v0.20.2 |
1124 | 2024-12-20T19:41:43.039Z | Downloaded russh-keys v0.45.0 |
1125 | 2024-12-20T19:41:43.041Z | Downloaded indexmap v1.9.3 |
1126 | 2024-12-20T19:41:43.044Z | Downloaded const-oid v0.9.6 |
1127 | 2024-12-20T19:41:43.047Z | Downloaded bzip2 v0.4.4 |
1128 | 2024-12-20T19:41:43.050Z | Downloaded clang-sys v1.8.1 |
1129 | 2024-12-20T19:41:43.054Z | Downloaded ena v0.14.3 |
1130 | 2024-12-20T19:41:43.054Z | Downloaded crc-any v2.5.0 |
1131 | 2024-12-20T19:41:43.057Z | Downloaded cookie v0.18.1 |
1132 | 2024-12-20T19:41:43.059Z | Downloaded blowfish v0.9.1 |
1133 | 2024-12-20T19:41:43.059Z | Downloaded cookie_store v0.21.0 |
1134 | 2024-12-20T19:41:43.062Z | Downloaded cbc v0.1.2 |
1135 | 2024-12-20T19:41:43.065Z | Downloaded icu_normalizer_data v1.5.0 |
1136 | 2024-12-20T19:41:43.065Z | Downloaded icu_locid v1.5.0 |
1137 | 2024-12-20T19:41:43.069Z | Downloaded spki v0.7.3 |
1138 | 2024-12-20T19:41:43.071Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1139 | 2024-12-20T19:41:43.129Z | Downloaded console v0.15.8 |
1140 | 2024-12-20T19:41:43.132Z | Downloaded crc-catalog v2.4.0 |
1141 | 2024-12-20T19:41:43.134Z | Downloaded hmac v0.12.1 |
1142 | 2024-12-20T19:41:43.139Z | Downloaded ctr v0.9.2 |
1143 | 2024-12-20T19:41:43.139Z | Downloaded chacha20 v0.9.1 |
1144 | 2024-12-20T19:41:43.141Z | Downloaded buf-list v1.0.3 |
1145 | 2024-12-20T19:41:43.141Z | Downloaded bitflags v1.3.2 |
1146 | 2024-12-20T19:41:43.143Z | Downloaded internet-checksum v0.2.1 |
1147 | 2024-12-20T19:41:43.143Z | Downloaded mime_guess v2.0.5 |
1148 | 2024-12-20T19:41:43.146Z | Downloaded cmake v0.1.51 |
1149 | 2024-12-20T19:41:43.148Z | Downloaded httparse v1.9.5 |
1150 | 2024-12-20T19:41:43.152Z | Downloaded constant_time_eq v0.3.1 |
1151 | 2024-12-20T19:41:43.152Z | Downloaded colored v2.1.0 |
1152 | 2024-12-20T19:41:43.157Z | Downloaded bitfield v0.14.0 |
1153 | 2024-12-20T19:41:43.157Z | Downloaded cexpr v0.6.0 |
1154 | 2024-12-20T19:41:43.160Z | Downloaded icu_locid_transform v1.5.0 |
1155 | 2024-12-20T19:41:43.160Z | Downloaded hubpack v0.1.2 |
1156 | 2024-12-20T19:41:43.160Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-12-20T19:41:43.165Z | Downloaded adler2 v2.0.0 |
1158 | 2024-12-20T19:41:43.168Z | Downloaded linear-map v1.2.0 |
1159 | 2024-12-20T19:41:43.168Z | Downloaded lazycell v1.3.0 |
1160 | 2024-12-20T19:41:43.168Z | Downloaded inout v0.1.3 |
1161 | 2024-12-20T19:41:43.168Z | Downloaded impl-trait-for-tuples v0.2.2 |
1162 | 2024-12-20T19:41:43.170Z | Downloaded hyper-tls v0.6.0 |
1163 | 2024-12-20T19:41:43.175Z | Downloaded home v0.5.9 |
1164 | 2024-12-20T19:41:43.513Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-12-20T19:41:43.899Z | Downloaded ring v0.17.8 |
1166 | 2024-12-20T19:41:44.046Z | Downloaded libsqlite3-sys v0.30.1 |
1167 | 2024-12-20T19:41:44.125Z | Downloaded ring v0.16.20 |
1168 | 2024-12-20T19:41:44.302Z | Compiling serde v1.0.215 |
1169 | 2024-12-20T19:41:44.305Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-20T19:41:44.305Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-20T19:41:44.305Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-20T19:41:44.305Z | Compiling typenum v1.17.0 |
1173 | 2024-12-20T19:41:44.461Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-20T19:41:44.495Z | Compiling syn v2.0.87 |
1175 | 2024-12-20T19:41:44.511Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-20T19:41:44.590Z | Compiling shlex v1.3.0 |
1177 | 2024-12-20T19:41:44.810Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-20T19:41:44.914Z | Compiling log v0.4.22 |
1179 | 2024-12-20T19:41:45.014Z | Compiling subtle v2.6.1 |
1180 | 2024-12-20T19:41:45.065Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-20T19:41:45.084Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-20T19:41:45.293Z | Compiling smallvec v1.13.2 |
1183 | 2024-12-20T19:41:45.340Z | Compiling spin v0.9.8 |
1184 | 2024-12-20T19:41:45.359Z | Compiling pin-project-lite v0.2.14 |
1185 | 2024-12-20T19:41:45.487Z | Compiling cc v1.1.30 |
1186 | 2024-12-20T19:41:45.690Z | Compiling rustix v0.38.37 |
1187 | 2024-12-20T19:41:45.726Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-20T19:41:45.778Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-20T19:41:45.967Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-20T19:41:46.019Z | Compiling mio v1.0.2 |
1191 | 2024-12-20T19:41:46.598Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-20T19:41:46.760Z | Compiling aho-corasick v1.1.3 |
1193 | 2024-12-20T19:41:46.790Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-20T19:41:47.079Z | Compiling cpufeatures v0.2.14 |
1195 | 2024-12-20T19:41:47.119Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-20T19:41:47.154Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2024-12-20T19:41:47.180Z | Compiling either v1.13.0 |
1198 | 2024-12-20T19:41:47.247Z | Compiling glob v0.3.1 |
1199 | 2024-12-20T19:41:47.263Z | Compiling futures-sink v0.3.31 |
1200 | 2024-12-20T19:41:47.567Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-20T19:41:47.579Z | Compiling slab v0.4.9 |
1202 | 2024-12-20T19:41:47.682Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-20T19:41:48.083Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-20T19:41:48.356Z | Compiling libloading v0.8.5 |
1205 | 2024-12-20T19:41:48.432Z | Compiling clang-sys v1.8.1 |
1206 | 2024-12-20T19:41:48.681Z | Compiling nom v7.1.3 |
1207 | 2024-12-20T19:41:48.801Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-20T19:41:48.928Z | Compiling serde_json v1.0.132 |
1209 | 2024-12-20T19:41:49.128Z | Compiling home v0.5.9 |
1210 | 2024-12-20T19:41:49.393Z | Compiling itertools v0.10.5 |
1211 | 2024-12-20T19:41:49.401Z | Compiling futures-channel v0.3.31 |
1212 | 2024-12-20T19:41:49.872Z | Compiling pin-utils v0.1.0 |
1213 | 2024-12-20T19:41:49.939Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-20T19:41:50.071Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-20T19:41:50.263Z | Compiling foldhash v0.1.3 |
1216 | 2024-12-20T19:41:50.566Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-20T19:41:50.909Z | Compiling rustc-hash v1.1.0 |
1218 | 2024-12-20T19:41:51.058Z | Compiling lazycell v1.3.0 |
1219 | 2024-12-20T19:41:51.218Z | Compiling futures-task v0.3.31 |
1220 | 2024-12-20T19:41:51.541Z | Compiling hashbrown v0.15.1 |
1221 | 2024-12-20T19:41:52.127Z | Compiling synstructure v0.13.1 |
1222 | 2024-12-20T19:41:52.652Z | Compiling cexpr v0.6.0 |
1223 | 2024-12-20T19:41:52.964Z | Compiling cmake v0.1.51 |
1224 | 2024-12-20T19:41:53.849Z | Compiling dunce v1.0.5 |
1225 | 2024-12-20T19:41:53.897Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-20T19:41:53.984Z | Compiling fs_extra v1.3.0 |
1227 | 2024-12-20T19:41:53.987Z | Compiling pkg-config v0.3.31 |
1228 | 2024-12-20T19:41:54.019Z | Compiling libm v0.2.8 |
1229 | 2024-12-20T19:41:54.372Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-20T19:41:54.418Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-20T19:41:54.925Z | Compiling ring v0.17.8 |
1232 | 2024-12-20T19:41:55.456Z | Compiling base64ct v1.6.0 |
1233 | 2024-12-20T19:41:55.529Z | Compiling paste v1.0.15 |
1234 | 2024-12-20T19:41:55.891Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-12-20T19:41:55.998Z | Compiling writeable v0.5.5 |
1236 | 2024-12-20T19:41:56.041Z | Compiling regex v1.11.1 |
1237 | 2024-12-20T19:41:56.044Z | Compiling unicode-bidi v0.3.17 |
1238 | 2024-12-20T19:41:56.081Z | Compiling litemap v0.7.3 |
1239 | 2024-12-20T19:41:56.631Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2024-12-20T19:41:57.144Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-20T19:41:57.248Z | Compiling flagset v0.4.6 |
1242 | 2024-12-20T19:41:57.418Z | Compiling httparse v1.9.5 |
1243 | 2024-12-20T19:41:57.584Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-20T19:41:58.220Z | Compiling icu_locid_transform_data v1.5.0 |
1245 | 2024-12-20T19:41:58.330Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-20T19:41:58.616Z | Compiling rustls-pki-types v1.10.0 |
1247 | 2024-12-20T19:41:58.637Z | Compiling crossbeam-utils v0.8.20 |
1248 | 2024-12-20T19:41:58.881Z | Compiling num-conv v0.1.0 |
1249 | 2024-12-20T19:41:59.118Z | Compiling serde_derive v1.0.215 |
1250 | 2024-12-20T19:41:59.138Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-12-20T19:41:59.183Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-12-20T19:41:59.484Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-12-20T19:41:59.644Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-12-20T19:42:00.590Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-20T19:42:01.009Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-12-20T19:42:01.088Z | Compiling yoke-derive v0.7.4 |
1257 | 2024-12-20T19:42:01.397Z | Compiling zerocopy v0.7.35 |
1258 | 2024-12-20T19:42:02.314Z | Compiling crypto-common v0.1.6 |
1259 | 2024-12-20T19:42:02.550Z | Compiling block-buffer v0.10.4 |
1260 | 2024-12-20T19:42:02.811Z | Compiling digest v0.10.7 |
1261 | 2024-12-20T19:42:03.002Z | Compiling futures-macro v0.3.31 |
1262 | 2024-12-20T19:42:03.286Z | Compiling hmac v0.12.1 |
1263 | 2024-12-20T19:42:03.367Z | Compiling zerovec-derive v0.10.3 |
1264 | 2024-12-20T19:42:03.532Z | Compiling block-padding v0.3.3 |
1265 | 2024-12-20T19:42:03.745Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-20T19:42:03.764Z | Compiling displaydoc v0.2.5 |
1267 | 2024-12-20T19:42:03.967Z | Compiling inout v0.1.3 |
1268 | 2024-12-20T19:42:04.156Z | Compiling yoke v0.7.4 |
1269 | 2024-12-20T19:42:04.202Z | Compiling cipher v0.4.4 |
1270 | 2024-12-20T19:42:04.466Z | Compiling thiserror v1.0.69 |
1271 | 2024-12-20T19:42:04.520Z | Compiling sha2 v0.10.8 |
1272 | 2024-12-20T19:42:04.588Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-12-20T19:42:04.742Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-20T19:42:04.881Z | Compiling futures-util v0.3.31 |
1275 | 2024-12-20T19:42:05.326Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2024-12-20T19:42:05.395Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-12-20T19:42:05.950Z | Compiling zerovec v0.10.4 |
1278 | 2024-12-20T19:42:06.441Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-20T19:42:07.089Z | Compiling der v0.7.9 |
1280 | 2024-12-20T19:42:07.762Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-20T19:42:07.977Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-20T19:42:08.134Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-20T19:42:08.206Z | Compiling rand v0.8.5 |
1284 | 2024-12-20T19:42:09.059Z | Compiling salsa20 v0.10.2 |
1285 | 2024-12-20T19:42:09.283Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-20T19:42:09.488Z | Compiling spki v0.7.3 |
1287 | 2024-12-20T19:42:09.877Z | Compiling pest v2.7.14 |
1288 | 2024-12-20T19:42:10.196Z | Compiling tracing v0.1.40 |
1289 | 2024-12-20T19:42:10.331Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-20T19:42:10.363Z | Compiling pbkdf2 v0.12.2 |
1291 | 2024-12-20T19:42:10.505Z | Compiling untrusted v0.9.0 |
1292 | 2024-12-20T19:42:10.545Z | Compiling time-core v0.1.2 |
1293 | 2024-12-20T19:42:10.570Z | Compiling mirai-annotations v1.12.0 |
1294 | 2024-12-20T19:42:10.682Z | Compiling icu_properties_data v1.5.0 |
1295 | 2024-12-20T19:42:10.705Z | Compiling untrusted v0.7.1 |
1296 | 2024-12-20T19:42:10.723Z | Compiling powerfmt v0.2.0 |
1297 | 2024-12-20T19:42:10.760Z | Compiling vcpkg v0.2.15 |
1298 | 2024-12-20T19:42:10.881Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-20T19:42:10.999Z | Compiling deranged v0.3.11 |
1300 | 2024-12-20T19:42:12.401Z | Compiling pest_meta v2.7.14 |
1301 | 2024-12-20T19:42:12.908Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-20T19:42:12.929Z | Compiling bytes v1.8.0 |
1303 | 2024-12-20T19:42:13.064Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-20T19:42:13.352Z | Compiling semver v1.0.23 |
1305 | 2024-12-20T19:42:14.114Z | Compiling tokio v1.40.0 |
1306 | 2024-12-20T19:42:14.196Z | Compiling http v1.1.0 |
1307 | 2024-12-20T19:42:14.283Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-20T19:42:14.525Z | Compiling openssl-sys v0.9.103 |
1309 | 2024-12-20T19:42:14.739Z | Compiling icu_properties v1.5.1 |
1310 | 2024-12-20T19:42:15.080Z | Compiling scrypt v0.11.0 |
1311 | 2024-12-20T19:42:15.606Z | Compiling cbc v0.1.2 |
1312 | 2024-12-20T19:42:15.654Z | Compiling aes v0.8.4 |
1313 | 2024-12-20T19:42:15.848Z | Compiling scroll_derive v0.12.0 |
1314 | 2024-12-20T19:42:16.339Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-20T19:42:16.600Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-20T19:42:16.737Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-12-20T19:42:16.840Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-20T19:42:17.103Z | Compiling write16 v1.0.0 |
1319 | 2024-12-20T19:42:17.373Z | Compiling num_threads v0.1.7 |
1320 | 2024-12-20T19:42:17.373Z | Compiling pkcs5 v0.7.1 |
1321 | 2024-12-20T19:42:17.374Z | Compiling time v0.3.36 |
1322 | 2024-12-20T19:42:17.390Z | Compiling which v4.4.2 |
1323 | 2024-12-20T19:42:17.582Z | Compiling scroll v0.12.0 |
1324 | 2024-12-20T19:42:18.151Z | Compiling http-body v1.0.1 |
1325 | 2024-12-20T19:42:18.381Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-20T19:42:18.486Z | Compiling icu_normalizer v1.5.0 |
1327 | 2024-12-20T19:42:18.529Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-12-20T19:42:18.626Z | Compiling slog v2.7.0 |
1329 | 2024-12-20T19:42:18.859Z | Compiling try-lock v0.2.5 |
1330 | 2024-12-20T19:42:19.011Z | Compiling want v0.3.1 |
1331 | 2024-12-20T19:42:19.197Z | Compiling goblin v0.8.2 |
1332 | 2024-12-20T19:42:19.300Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-12-20T19:42:19.719Z | Compiling idna_adapter v1.2.0 |
1334 | 2024-12-20T19:42:19.948Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-20T19:42:20.041Z | Compiling idna v1.0.3 |
1336 | 2024-12-20T19:42:20.385Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-20T19:42:20.476Z | Compiling serde_spanned v0.6.8 |
1338 | 2024-12-20T19:42:20.709Z | Compiling uuid v1.11.0 |
1339 | 2024-12-20T19:42:21.185Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-12-20T19:42:21.236Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2024-12-20T19:42:21.860Z | Compiling toml_datetime v0.6.8 |
1342 | 2024-12-20T19:42:21.897Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-12-20T19:42:22.115Z | Compiling base64 v0.22.1 |
1344 | 2024-12-20T19:42:22.370Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-12-20T19:42:22.391Z | Compiling tower-service v0.3.3 |
1346 | 2024-12-20T19:42:22.460Z | Compiling match_cfg v0.1.0 |
1347 | 2024-12-20T19:42:22.495Z | Compiling openssl v0.10.66 |
1348 | 2024-12-20T19:42:22.527Z | Compiling tokio-util v0.7.12 |
1349 | 2024-12-20T19:42:22.564Z | Compiling adler2 v2.0.0 |
1350 | 2024-12-20T19:42:22.781Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-20T19:42:22.903Z | Compiling miniz_oxide v0.8.0 |
1352 | 2024-12-20T19:42:22.953Z | Compiling hostname v0.3.1 |
1353 | 2024-12-20T19:42:23.217Z | Compiling foreign-types v0.3.2 |
1354 | 2024-12-20T19:42:23.323Z | Compiling chrono v0.4.38 |
1355 | 2024-12-20T19:42:23.405Z | Compiling url v2.5.3 |
1356 | 2024-12-20T19:42:23.548Z | Compiling h2 v0.4.6 |
1357 | 2024-12-20T19:42:24.440Z | Compiling async-trait v0.1.83 |
1358 | 2024-12-20T19:42:25.371Z | Compiling dof v0.3.0 |
1359 | 2024-12-20T19:42:25.408Z | Compiling openssl-macros v0.1.1 |
1360 | 2024-12-20T19:42:26.178Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-12-20T19:42:26.989Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-12-20T19:42:27.229Z | Compiling native-tls v0.2.12 |
1363 | 2024-12-20T19:42:27.612Z | Compiling rustls v0.23.19 |
1364 | 2024-12-20T19:42:27.632Z | Compiling rustls v0.22.4 |
1365 | 2024-12-20T19:42:27.681Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-20T19:42:27.752Z | Compiling syn v1.0.109 |
1367 | 2024-12-20T19:42:27.873Z | Compiling data-encoding v2.6.0 |
1368 | 2024-12-20T19:42:27.952Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-20T19:42:28.458Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-20T19:42:29.011Z | Compiling heapless v0.7.17 |
1371 | 2024-12-20T19:42:29.446Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-20T19:42:29.511Z | Compiling signature v2.2.0 |
1373 | 2024-12-20T19:42:29.683Z | Compiling sha1 v0.10.6 |
1374 | 2024-12-20T19:42:29.774Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-20T19:42:29.821Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-20T19:42:30.098Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-20T19:42:30.171Z | Compiling cookie v0.18.1 |
1378 | 2024-12-20T19:42:30.248Z | Compiling encoding_rs v0.8.34 |
1379 | 2024-12-20T19:42:30.270Z | Compiling multer v3.1.0 |
1380 | 2024-12-20T19:42:30.453Z | Compiling hyper v1.5.0 |
1381 | 2024-12-20T19:42:30.547Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-20T19:42:30.605Z | Compiling signal-hook v0.3.17 |
1383 | 2024-12-20T19:42:30.870Z | Compiling slog-async v2.8.0 |
1384 | 2024-12-20T19:42:30.955Z | Compiling schemars v0.8.21 |
1385 | 2024-12-20T19:42:31.300Z | Compiling gimli v0.31.1 |
1386 | 2024-12-20T19:42:31.404Z | Compiling mime v0.3.17 |
1387 | 2024-12-20T19:42:32.035Z | Compiling openssl-probe v0.1.5 |
1388 | 2024-12-20T19:42:32.446Z | Compiling rayon-core v1.12.1 |
1389 | 2024-12-20T19:42:32.601Z | Compiling ipnet v2.10.1 |
1390 | 2024-12-20T19:42:32.753Z | Compiling schemars_derive v0.8.21 |
1391 | 2024-12-20T19:42:33.877Z | Compiling hyper-util v0.1.10 |
1392 | 2024-12-20T19:42:34.690Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-20T19:42:34.823Z | Compiling toml_edit v0.22.22 |
1394 | 2024-12-20T19:42:35.890Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-20T19:42:36.111Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-20T19:42:36.417Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-12-20T19:42:36.468Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2024-12-20T19:42:36.662Z | Compiling term v0.7.0 |
1399 | 2024-12-20T19:42:36.806Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-20T19:42:36.968Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-20T19:42:37.200Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-20T19:42:37.531Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-20T19:42:37.842Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-20T19:42:37.913Z | Compiling futures-executor v0.3.31 |
1405 | 2024-12-20T19:42:38.117Z | Compiling md-5 v0.10.6 |
1406 | 2024-12-20T19:42:38.233Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2024-12-20T19:42:38.383Z | Compiling async-stream-impl v0.3.6 |
1408 | 2024-12-20T19:42:38.478Z | Compiling num-integer v0.1.46 |
1409 | 2024-12-20T19:42:38.565Z | Compiling idna v0.4.0 |
1410 | 2024-12-20T19:42:38.663Z | Compiling idna v0.3.0 |
1411 | 2024-12-20T19:42:38.952Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-20T19:42:39.230Z | Compiling ff v0.13.0 |
1413 | 2024-12-20T19:42:39.345Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-20T19:42:39.451Z | Compiling object v0.36.5 |
1415 | 2024-12-20T19:42:39.480Z | Compiling dropshot v0.12.0 |
1416 | 2024-12-20T19:42:39.698Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-12-20T19:42:39.768Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-12-20T19:42:40.141Z | Compiling psl-types v2.0.11 |
1419 | 2024-12-20T19:42:40.268Z | Compiling smoltcp v0.9.1 |
1420 | 2024-12-20T19:42:40.345Z | Compiling anyhow v1.0.93 |
1421 | 2024-12-20T19:42:40.366Z | Compiling quick-error v1.2.3 |
1422 | 2024-12-20T19:42:40.515Z | Compiling fallible-iterator v0.2.0 |
1423 | 2024-12-20T19:42:40.732Z | Compiling dyn-clone v1.0.17 |
1424 | 2024-12-20T19:42:40.940Z | Compiling num-bigint-dig v0.8.4 |
1425 | 2024-12-20T19:42:40.964Z | Compiling portable-atomic v1.9.0 |
1426 | 2024-12-20T19:42:40.983Z | Compiling utf-8 v0.7.6 |
1427 | 2024-12-20T19:42:41.216Z | Compiling base16ct v0.2.0 |
1428 | 2024-12-20T19:42:41.252Z | Compiling take_mut v0.2.2 |
1429 | 2024-12-20T19:42:41.337Z | Compiling postgres-protocol v0.6.7 |
1430 | 2024-12-20T19:42:41.420Z | Compiling sec1 v0.7.3 |
1431 | 2024-12-20T19:42:41.997Z | Compiling tungstenite v0.24.0 |
1432 | 2024-12-20T19:42:42.646Z | Compiling resolv-conf v0.7.0 |
1433 | 2024-12-20T19:42:42.867Z | Compiling publicsuffix v2.2.3 |
1434 | 2024-12-20T19:42:43.131Z | Compiling lru-cache v0.1.2 |
1435 | 2024-12-20T19:42:43.285Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-20T19:42:43.338Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-20T19:42:43.456Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-20T19:42:43.598Z | Compiling group v0.13.0 |
1439 | 2024-12-20T19:42:43.933Z | Compiling usdt v0.5.0 |
1440 | 2024-12-20T19:42:44.458Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-20T19:42:44.643Z | Compiling futures v0.3.31 |
1442 | 2024-12-20T19:42:44.725Z | Compiling toml v0.8.19 |
1443 | 2024-12-20T19:42:44.882Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-20T19:42:46.500Z | Compiling camino v1.1.9 |
1445 | 2024-12-20T19:42:47.073Z | Compiling backtrace v0.3.74 |
1446 | 2024-12-20T19:42:47.501Z | Compiling tokio-native-tls v0.3.1 |
1447 | 2024-12-20T19:42:47.544Z | Compiling phf_shared v0.11.2 |
1448 | 2024-12-20T19:42:47.786Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2024-12-20T19:42:47.808Z | Compiling terminal_size v0.4.0 |
1450 | 2024-12-20T19:42:47.810Z | Compiling waitgroup v0.1.2 |
1451 | 2024-12-20T19:42:47.925Z | Compiling openapiv3 v2.0.0 |
1452 | 2024-12-20T19:42:48.034Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-20T19:42:48.055Z | Compiling hkdf v0.12.4 |
1454 | 2024-12-20T19:42:48.312Z | Compiling crypto-bigint v0.5.5 |
1455 | 2024-12-20T19:42:48.882Z | Compiling webpki-roots v0.26.6 |
1456 | 2024-12-20T19:42:49.112Z | Compiling curve25519-dalek-derive v0.1.1 |
1457 | 2024-12-20T19:42:50.724Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2024-12-20T19:42:50.841Z | Compiling idna v0.5.0 |
1459 | 2024-12-20T19:42:51.059Z | Compiling hubpack_derive v0.1.1 |
1460 | 2024-12-20T19:42:51.942Z | Compiling hostname v0.4.0 |
1461 | 2024-12-20T19:42:52.195Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-20T19:42:52.379Z | Compiling ahash v0.8.11 |
1463 | 2024-12-20T19:42:52.381Z | Compiling fs-err v2.11.0 |
1464 | 2024-12-20T19:42:52.544Z | Compiling managed v0.8.0 |
1465 | 2024-12-20T19:42:52.569Z | Compiling bitflags v1.3.2 |
1466 | 2024-12-20T19:42:52.678Z | Compiling debug-ignore v1.0.5 |
1467 | 2024-12-20T19:42:52.698Z | Compiling winnow v0.5.40 |
1468 | 2024-12-20T19:42:52.729Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-20T19:42:53.033Z | Compiling console v0.15.8 |
1470 | 2024-12-20T19:42:53.069Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-20T19:42:53.994Z | Compiling clap_builder v4.5.21 |
1472 | 2024-12-20T19:42:54.104Z | Compiling flate2 v1.0.34 |
1473 | 2024-12-20T19:42:54.322Z | Compiling hubpack v0.1.2 |
1474 | 2024-12-20T19:42:54.632Z | Compiling cookie_store v0.21.0 |
1475 | 2024-12-20T19:42:54.772Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-20T19:42:55.106Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-20T19:42:55.632Z | Compiling phf v0.11.2 |
1478 | 2024-12-20T19:42:56.282Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-20T19:42:56.615Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-20T19:42:56.854Z | Compiling signal-hook-mio v0.2.4 |
1481 | 2024-12-20T19:42:56.975Z | Compiling rayon v1.10.0 |
1482 | 2024-12-20T19:42:57.020Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-20T19:42:57.460Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-20T19:42:59.388Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-20T19:43:00.956Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-20T19:43:01.887Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-20T19:43:01.909Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-20T19:43:02.305Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-20T19:43:02.923Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-20T19:43:03.019Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-20T19:43:03.155Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-20T19:43:03.203Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-20T19:43:03.339Z | Compiling derive-where v1.2.7 |
1494 | 2024-12-20T19:43:03.360Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-20T19:43:03.528Z | Compiling bstr v1.10.0 |
1496 | 2024-12-20T19:43:03.568Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-20T19:43:03.725Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-12-20T19:43:03.851Z | Compiling number_prefix v0.4.0 |
1499 | 2024-12-20T19:43:04.089Z | Compiling difflib v0.4.0 |
1500 | 2024-12-20T19:43:04.368Z | Compiling bit-vec v0.6.3 |
1501 | 2024-12-20T19:43:04.705Z | Compiling static_assertions v1.1.0 |
1502 | 2024-12-20T19:43:04.721Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-12-20T19:43:04.843Z | Compiling whoami v1.5.2 |
1504 | 2024-12-20T19:43:05.339Z | Compiling fixedbitset v0.4.2 |
1505 | 2024-12-20T19:43:05.433Z | Compiling predicates-core v1.0.8 |
1506 | 2024-12-20T19:43:05.490Z | Compiling normalize-line-endings v0.3.0 |
1507 | 2024-12-20T19:43:05.621Z | Compiling unicode-width v0.2.0 |
1508 | 2024-12-20T19:43:05.710Z | Compiling new_debug_unreachable v1.0.6 |
1509 | 2024-12-20T19:43:05.795Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-20T19:43:05.795Z | Compiling predicates v3.1.2 |
1511 | 2024-12-20T19:43:05.835Z | Compiling petgraph v0.6.5 |
1512 | 2024-12-20T19:43:06.149Z | Compiling indicatif v0.17.9 |
1513 | 2024-12-20T19:43:06.265Z | Compiling similar v2.6.0 |
1514 | 2024-12-20T19:43:06.997Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-20T19:43:07.562Z | Compiling bit-set v0.5.3 |
1516 | 2024-12-20T19:43:07.871Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2024-12-20T19:43:08.161Z | Compiling clap v4.5.21 |
1518 | 2024-12-20T19:43:08.297Z | Compiling ecdsa v0.16.9 |
1519 | 2024-12-20T19:43:08.482Z | Compiling rsa v0.9.6 |
1520 | 2024-12-20T19:43:08.770Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-20T19:43:09.159Z | Compiling toml v0.7.8 |
1522 | 2024-12-20T19:43:10.035Z | Compiling zip v0.6.6 |
1523 | 2024-12-20T19:43:10.106Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-20T19:43:11.803Z | Compiling hex v0.4.3 |
1525 | 2024-12-20T19:43:11.823Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-20T19:43:12.175Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-20T19:43:12.441Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-20T19:43:12.549Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-12-20T19:43:12.741Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-20T19:43:12.998Z | Compiling xattr v1.3.1 |
1531 | 2024-12-20T19:43:13.096Z | Compiling filetime v0.2.25 |
1532 | 2024-12-20T19:43:13.420Z | Compiling tar v0.4.42 |
1533 | 2024-12-20T19:43:17.968Z | Compiling strum v0.26.3 |
1534 | 2024-12-20T19:43:20.867Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-20T19:43:55.645Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-20T19:43:59.019Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-20T19:44:00.623Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-20T19:44:01.085Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-20T19:44:01.379Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-20T19:44:02.814Z | Compiling qorb v0.2.1 |
1541 | 2024-12-20T19:44:07.481Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-20T19:44:07.716Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-20T19:44:13.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1544 | 2024-12-20T19:44:13.678Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-20T19:44:13.729Z | Dec 20 19:44:12.138 INFO Starting download, target: Clickhouse |
1546 | 2024-12-20T19:44:13.729Z | Dec 20 19:44:12.139 INFO Starting download, target: Cockroach |
1547 | 2024-12-20T19:44:13.729Z | Dec 20 19:44:12.139 INFO Starting download, target: Console |
1548 | 2024-12-20T19:44:13.729Z | Dec 20 19:44:12.139 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-20T19:44:13.729Z | Dec 20 19:44:12.139 INFO Starting download, target: DendriteStub |
1550 | 2024-12-20T19:44:13.740Z | Dec 20 19:44:12.139 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-20T19:44:13.740Z | Dec 20 19:44:12.139 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-20T19:44:13.741Z | Dec 20 19:44:12.139 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-12-20T19:44:13.741Z | Dec 20 19:44:12.139 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-12-20T19:44:13.741Z | Dec 20 19:44:12.139 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2024-12-20T19:44:13.742Z | Dec 20 19:44:12.139 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-20T19:44:13.742Z | Dec 20 19:44:12.140 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-20T19:44:13.742Z | Dec 20 19:44:12.140 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-12-20T19:44:13.742Z | Dec 20 19:44:12.140 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2024-12-20T19:44:14.066Z | Dec 20 19:44:12.416 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-20T19:44:14.261Z | Dec 20 19:44:12.588 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-20T19:44:14.377Z | Dec 20 19:44:12.651 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-20T19:44:14.603Z | Dec 20 19:44:12.991 INFO Download complete, target: Console |
1563 | 2024-12-20T19:44:15.017Z | Dec 20 19:44:13.242 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-20T19:44:15.223Z | Dec 20 19:44:13.352 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-20T19:44:15.223Z | Dec 20 19:44:13.400 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-20T19:44:15.643Z | Dec 20 19:44:14.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-20T19:44:16.425Z | Dec 20 19:44:14.804 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-20T19:44:16.425Z | Dec 20 19:44:14.804 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-20T19:44:17.888Z | Dec 20 19:44:16.299 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-12-20T19:44:17.889Z | Dec 20 19:44:16.299 INFO Download complete, target: DendriteStub |
1571 | 2024-12-20T19:44:24.028Z | Dec 20 19:44:22.438 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-20T19:44:24.189Z | Dec 20 19:44:22.600 INFO Download complete, target: Cockroach |
1573 | 2024-12-20T19:44:28.560Z | Dec 20 19:44:26.970 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-20T19:44:29.159Z | Dec 20 19:44:27.569 INFO Download complete, target: Clickhouse |
1575 | 2024-12-20T19:44:29.333Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-20T19:44:29.336Z | |
1577 | 2024-12-20T19:44:29.336Z | real 5:25.241771473 |
1578 | 2024-12-20T19:44:29.336Z | user 16:25.018254558 |
1579 | 2024-12-20T19:44:29.336Z | sys 3:14.200998027 |
1580 | 2024-12-20T19:44:29.336Z | trap 0.513733955 |
1581 | 2024-12-20T19:44:29.336Z | tflt 7.557840732 |
1582 | 2024-12-20T19:44:29.336Z | dflt 6.422907211 |
1583 | 2024-12-20T19:44:29.336Z | kflt 0.260031044 |
1584 | 2024-12-20T19:44:29.336Z | lock 29:33.289104841 |
1585 | 2024-12-20T19:44:29.336Z | slp 1:03:20.298027783 |
1586 | 2024-12-20T19:44:29.336Z | lat 53.456143418 |
1587 | 2024-12-20T19:44:29.336Z | stop 2:13.400516342 |
1588 | 2024-12-20T19:44:29.336Z | + banner hack-check |
1589 | 2024-12-20T19:44:29.336Z | |
1590 | 2024-12-20T19:44:29.336Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2024-12-20T19:44:29.336Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-20T19:44:29.336Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2024-12-20T19:44:29.336Z | # # ###### # # # # # # # # # # |
1594 | 2024-12-20T19:44:29.336Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-12-20T19:44:29.336Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2024-12-20T19:44:29.336Z | |
1597 | 2024-12-20T19:44:29.336Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-20T19:44:29.336Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-20T19:44:29.337Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2024-12-20T19:44:29.872Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-20T19:44:33.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
1602 | 2024-12-20T19:44:33.697Z | Running `target/debug/xtask check-features --ci` |
1603 | 2024-12-20T19:44:33.718Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2024-12-20T19:44:33.721Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2024-12-20T19:44:34.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1606 | 2024-12-20T19:44:34.182Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2024-12-20T19:44:35.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2024-12-20T19:44:35.335Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2024-12-20T19:44:40.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
1610 | 2024-12-20T19:44:40.525Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2024-12-20T19:44:40.561Z | Dec 20 19:44:38.971 INFO Starting download, target: CargoHack |
1612 | 2024-12-20T19:44:40.566Z | Dec 20 19:44:38.971 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2024-12-20T19:44:41.105Z | Dec 20 19:44:39.514 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2024-12-20T19:44:41.195Z | Dec 20 19:44:39.604 INFO Download complete, target: CargoHack |
1615 | 2024-12-20T19:44:41.198Z | 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 | 2024-12-20T19:44:41.215Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2024-12-20T19:44:41.381Z | info: running `cargo check --bins` on api_identity (1/175) |
1618 | 2024-12-20T19:44:41.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-12-20T19:44:41.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-12-20T19:44:41.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-12-20T19:44:41.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1622 | 2024-12-20T19:44:41.980Z | |
1623 | 2024-12-20T19:44:41.980Z | info: running `cargo check --bins` on bootstore (2/175) |
1624 | 2024-12-20T19:44:42.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-12-20T19:44:42.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-12-20T19:44:42.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-12-20T19:44:42.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1628 | 2024-12-20T19:44:42.611Z | |
1629 | 2024-12-20T19:44:42.611Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1630 | 2024-12-20T19:44:43.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-12-20T19:44:43.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-12-20T19:44:43.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-12-20T19:44:43.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1634 | 2024-12-20T19:44:43.243Z | |
1635 | 2024-12-20T19:44:43.244Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1636 | 2024-12-20T19:44:43.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-12-20T19:44:43.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-12-20T19:44:43.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-12-20T19:44:43.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1640 | 2024-12-20T19:44:43.874Z | |
1641 | 2024-12-20T19:44:43.874Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1642 | 2024-12-20T19:44:44.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-12-20T19:44:44.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-12-20T19:44:44.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-12-20T19:44:44.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1646 | 2024-12-20T19:44:44.289Z | |
1647 | 2024-12-20T19:44:44.289Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1648 | 2024-12-20T19:44:44.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-12-20T19:44:44.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-12-20T19:44:44.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-12-20T19:44:44.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-12-20T19:44:44.722Z | |
1653 | 2024-12-20T19:44:44.722Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1654 | 2024-12-20T19:44:45.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-12-20T19:44:45.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-12-20T19:44:45.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-12-20T19:44:45.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1658 | 2024-12-20T19:44:45.117Z | |
1659 | 2024-12-20T19:44:45.117Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1660 | 2024-12-20T19:44:45.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-12-20T19:44:45.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-12-20T19:44:45.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-12-20T19:44:45.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-12-20T19:44:45.536Z | |
1665 | 2024-12-20T19:44:45.536Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1666 | 2024-12-20T19:44:45.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-12-20T19:44:45.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-12-20T19:44:45.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-12-20T19:44:45.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-12-20T19:44:45.962Z | |
1671 | 2024-12-20T19:44:45.962Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1672 | 2024-12-20T19:44:46.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-12-20T19:44:46.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-12-20T19:44:46.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-12-20T19:44:46.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-12-20T19:44:46.368Z | |
1677 | 2024-12-20T19:44:46.368Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1678 | 2024-12-20T19:44:46.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-12-20T19:44:46.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-12-20T19:44:46.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-12-20T19:44:46.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1682 | 2024-12-20T19:44:46.802Z | |
1683 | 2024-12-20T19:44:46.802Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1684 | 2024-12-20T19:44:47.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-12-20T19:44:47.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-12-20T19:44:47.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-12-20T19:44:47.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1688 | 2024-12-20T19:44:47.203Z | |
1689 | 2024-12-20T19:44:47.203Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1690 | 2024-12-20T19:44:51.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-12-20T19:44:51.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-12-20T19:44:51.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-12-20T19:44:51.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1694 | 2024-12-20T19:44:51.542Z | |
1695 | 2024-12-20T19:44:51.542Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1696 | 2024-12-20T19:44:51.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-12-20T19:44:51.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-12-20T19:44:51.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-12-20T19:44:51.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2024-12-20T19:44:51.543Z | |
1701 | 2024-12-20T19:44:51.543Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1702 | 2024-12-20T19:44:51.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-12-20T19:44:51.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-12-20T19:44:51.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-12-20T19:44:51.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2024-12-20T19:44:51.555Z | |
1707 | 2024-12-20T19:44:51.555Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1708 | 2024-12-20T19:44:51.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-12-20T19:44:51.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-12-20T19:44:51.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-12-20T19:44:51.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2024-12-20T19:44:51.555Z | |
1713 | 2024-12-20T19:44:51.555Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1714 | 2024-12-20T19:44:51.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-12-20T19:44:51.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-12-20T19:44:51.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-12-20T19:44:51.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1718 | 2024-12-20T19:44:51.555Z | |
1719 | 2024-12-20T19:44:51.555Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1720 | 2024-12-20T19:44:51.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-12-20T19:44:51.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-12-20T19:44:51.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-12-20T19:44:51.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1724 | 2024-12-20T19:44:51.556Z | |
1725 | 2024-12-20T19:44:51.556Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1726 | 2024-12-20T19:44:51.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-12-20T19:44:51.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-12-20T19:44:51.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-12-20T19:44:51.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-12-20T19:44:51.556Z | |
1731 | 2024-12-20T19:44:51.556Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1732 | 2024-12-20T19:44:51.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-12-20T19:44:51.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-12-20T19:44:51.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-12-20T19:44:51.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1736 | 2024-12-20T19:44:51.556Z | |
1737 | 2024-12-20T19:44:51.556Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1738 | 2024-12-20T19:44:51.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-12-20T19:44:51.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-12-20T19:44:51.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-12-20T19:44:51.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2024-12-20T19:44:51.633Z | |
1743 | 2024-12-20T19:44:51.633Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1744 | 2024-12-20T19:44:51.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-12-20T19:44:51.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-12-20T19:44:51.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-12-20T19:44:51.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2024-12-20T19:44:51.633Z | |
1749 | 2024-12-20T19:44:51.633Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1750 | 2024-12-20T19:44:51.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-12-20T19:44:51.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-12-20T19:44:51.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-12-20T19:44:51.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1754 | 2024-12-20T19:44:51.845Z | |
1755 | 2024-12-20T19:44:51.845Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1756 | 2024-12-20T19:44:52.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-12-20T19:44:52.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-12-20T19:44:52.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-12-20T19:44:52.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1760 | 2024-12-20T19:44:52.272Z | |
1761 | 2024-12-20T19:44:52.272Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1762 | 2024-12-20T19:44:52.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-12-20T19:44:52.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-12-20T19:44:52.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-12-20T19:44:52.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1766 | 2024-12-20T19:44:52.914Z | |
1767 | 2024-12-20T19:44:52.914Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1768 | 2024-12-20T19:44:53.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-12-20T19:44:53.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-12-20T19:44:53.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-12-20T19:44:53.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1772 | 2024-12-20T19:44:53.557Z | |
1773 | 2024-12-20T19:44:53.557Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1774 | 2024-12-20T19:44:54.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-12-20T19:44:54.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-12-20T19:44:54.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2024-12-20T19:44:54.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1778 | 2024-12-20T19:44:54.188Z | |
1779 | 2024-12-20T19:44:54.188Z | info: running `cargo check --bins` on oxlog (28/175) |
1780 | 2024-12-20T19:44:55.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2024-12-20T19:44:55.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2024-12-20T19:44:55.731Z | Checking cfg-if v1.0.0 |
1783 | 2024-12-20T19:44:55.731Z | Checking libc v0.2.162 |
1784 | 2024-12-20T19:44:55.731Z | Checking serde v1.0.215 |
1785 | 2024-12-20T19:44:55.731Z | Checking zeroize v1.8.1 |
1786 | 2024-12-20T19:44:55.731Z | Checking memchr v2.7.4 |
1787 | 2024-12-20T19:44:55.731Z | Checking typenum v1.17.0 |
1788 | 2024-12-20T19:44:55.731Z | Checking scopeguard v1.2.0 |
1789 | 2024-12-20T19:44:55.731Z | Checking subtle v2.6.1 |
1790 | 2024-12-20T19:44:55.731Z | Checking value-bag v1.9.0 |
1791 | 2024-12-20T19:44:55.731Z | Checking lock_api v0.4.12 |
1792 | 2024-12-20T19:44:55.731Z | Checking smallvec v1.13.2 |
1793 | 2024-12-20T19:44:55.731Z | Checking itoa v1.0.11 |
1794 | 2024-12-20T19:44:55.731Z | Checking log v0.4.22 |
1795 | 2024-12-20T19:44:55.731Z | Checking const-oid v0.9.6 |
1796 | 2024-12-20T19:44:55.731Z | Checking pin-project-lite v0.2.14 |
1797 | 2024-12-20T19:44:55.731Z | Checking byteorder v1.5.0 |
1798 | 2024-12-20T19:44:55.731Z | Checking futures-core v0.3.31 |
1799 | 2024-12-20T19:44:55.789Z | Checking once_cell v1.20.2 |
1800 | 2024-12-20T19:44:55.831Z | Checking cpufeatures v0.2.14 |
1801 | 2024-12-20T19:44:55.891Z | Checking futures-sink v0.3.31 |
1802 | 2024-12-20T19:44:55.906Z | Checking stable_deref_trait v1.2.0 |
1803 | 2024-12-20T19:44:55.919Z | Checking spin v0.9.8 |
1804 | 2024-12-20T19:44:55.993Z | Checking zerocopy v0.7.35 |
1805 | 2024-12-20T19:44:56.025Z | Checking zerofrom v0.1.4 |
1806 | 2024-12-20T19:44:56.055Z | Checking getrandom v0.2.15 |
1807 | 2024-12-20T19:44:56.080Z | Checking signal-hook-registry v1.4.2 |
1808 | 2024-12-20T19:44:56.232Z | Checking parking_lot_core v0.9.10 |
1809 | 2024-12-20T19:44:56.236Z | Checking generic-array v0.14.7 |
1810 | 2024-12-20T19:44:56.261Z | Checking mio v1.0.2 |
1811 | 2024-12-20T19:44:56.278Z | Checking rand_core v0.6.4 |
1812 | 2024-12-20T19:44:56.321Z | Checking socket2 v0.5.7 |
1813 | 2024-12-20T19:44:56.570Z | Checking parking_lot v0.12.3 |
1814 | 2024-12-20T19:44:56.570Z | Checking slab v0.4.9 |
1815 | 2024-12-20T19:44:56.811Z | Checking yoke v0.7.4 |
1816 | 2024-12-20T19:44:56.852Z | Checking futures-channel v0.3.31 |
1817 | 2024-12-20T19:44:56.867Z | Checking futures-task v0.3.31 |
1818 | 2024-12-20T19:44:56.903Z | Checking equivalent v1.0.1 |
1819 | 2024-12-20T19:44:57.002Z | Checking foldhash v0.1.3 |
1820 | 2024-12-20T19:44:57.097Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-12-20T19:44:57.127Z | Checking pin-utils v0.1.0 |
1822 | 2024-12-20T19:44:57.178Z | Checking futures-io v0.3.31 |
1823 | 2024-12-20T19:44:57.200Z | Checking zerovec v0.10.4 |
1824 | 2024-12-20T19:44:57.217Z | Checking tinyvec_macros v0.1.1 |
1825 | 2024-12-20T19:44:57.235Z | Checking ryu v1.0.18 |
1826 | 2024-12-20T19:44:57.292Z | Checking tinyvec v1.8.0 |
1827 | 2024-12-20T19:44:57.350Z | Checking futures-util v0.3.31 |
1828 | 2024-12-20T19:44:57.387Z | Checking fnv v1.0.7 |
1829 | 2024-12-20T19:44:57.401Z | Checking crypto-common v0.1.6 |
1830 | 2024-12-20T19:44:57.445Z | Checking block-buffer v0.10.4 |
1831 | 2024-12-20T19:44:57.499Z | Checking block-padding v0.3.3 |
1832 | 2024-12-20T19:44:57.565Z | Checking libm v0.2.8 |
1833 | 2024-12-20T19:44:57.671Z | Checking digest v0.10.7 |
1834 | 2024-12-20T19:44:57.700Z | Checking inout v0.1.3 |
1835 | 2024-12-20T19:44:57.734Z | Checking hashbrown v0.15.1 |
1836 | 2024-12-20T19:44:57.931Z | Checking cipher v0.4.4 |
1837 | 2024-12-20T19:44:58.057Z | Checking hmac v0.12.1 |
1838 | 2024-12-20T19:44:58.278Z | Checking sha2 v0.10.8 |
1839 | 2024-12-20T19:44:58.321Z | Checking writeable v0.5.5 |
1840 | 2024-12-20T19:44:58.489Z | Checking litemap v0.7.3 |
1841 | 2024-12-20T19:44:58.541Z | Checking unicode-normalization v0.1.24 |
1842 | 2024-12-20T19:44:58.635Z | Checking unicode-bidi v0.3.17 |
1843 | 2024-12-20T19:44:58.822Z | Checking base64ct v1.6.0 |
1844 | 2024-12-20T19:44:58.825Z | Checking num-traits v0.2.19 |
1845 | 2024-12-20T19:44:58.877Z | Checking tinystr v0.7.6 |
1846 | 2024-12-20T19:44:58.879Z | Checking ppv-lite86 v0.2.20 |
1847 | 2024-12-20T19:44:59.252Z | Checking pem-rfc7468 v0.7.0 |
1848 | 2024-12-20T19:44:59.266Z | Checking flagset v0.4.6 |
1849 | 2024-12-20T19:44:59.280Z | Checking icu_locid v1.5.0 |
1850 | 2024-12-20T19:44:59.425Z | Checking tracing-core v0.1.32 |
1851 | 2024-12-20T19:44:59.444Z | Checking thiserror v1.0.69 |
1852 | 2024-12-20T19:44:59.511Z | Checking der v0.7.9 |
1853 | 2024-12-20T19:44:59.574Z | Checking percent-encoding v2.3.1 |
1854 | 2024-12-20T19:44:59.642Z | Checking rand_chacha v0.3.1 |
1855 | 2024-12-20T19:44:59.770Z | Checking icu_locid_transform_data v1.5.0 |
1856 | 2024-12-20T19:44:59.855Z | Checking rustls-pki-types v1.10.0 |
1857 | 2024-12-20T19:44:59.872Z | Checking bytes v1.8.0 |
1858 | 2024-12-20T19:45:00.029Z | Checking indexmap v2.6.0 |
1859 | 2024-12-20T19:45:00.098Z | Checking serde_json v1.0.132 |
1860 | 2024-12-20T19:45:00.272Z | Checking icu_provider v1.5.0 |
1861 | 2024-12-20T19:45:00.452Z | Checking bitflags v2.6.0 |
1862 | 2024-12-20T19:45:00.478Z | Checking tracing v0.1.40 |
1863 | 2024-12-20T19:45:00.649Z | Checking tokio v1.40.0 |
1864 | 2024-12-20T19:45:00.757Z | Checking http v1.1.0 |
1865 | 2024-12-20T19:45:00.824Z | Checking rand v0.8.5 |
1866 | 2024-12-20T19:45:00.884Z | Checking icu_locid_transform v1.5.0 |
1867 | 2024-12-20T19:45:01.335Z | Checking icu_collections v1.5.0 |
1868 | 2024-12-20T19:45:01.381Z | Checking spki v0.7.3 |
1869 | 2024-12-20T19:45:01.667Z | Checking salsa20 v0.10.2 |
1870 | 2024-12-20T19:45:01.867Z | Checking pbkdf2 v0.12.2 |
1871 | 2024-12-20T19:45:01.905Z | Checking aws-lc-sys v0.22.0 |
1872 | 2024-12-20T19:45:01.919Z | Checking httparse v1.9.5 |
1873 | 2024-12-20T19:45:01.974Z | Checking untrusted v0.9.0 |
1874 | 2024-12-20T19:45:02.015Z | Checking powerfmt v0.2.0 |
1875 | 2024-12-20T19:45:02.076Z | Checking untrusted v0.7.1 |
1876 | 2024-12-20T19:45:02.112Z | Checking mirai-annotations v1.12.0 |
1877 | 2024-12-20T19:45:02.127Z | Checking icu_properties_data v1.5.0 |
1878 | 2024-12-20T19:45:02.232Z | Checking ring v0.17.8 |
1879 | 2024-12-20T19:45:02.268Z | Checking deranged v0.3.11 |
1880 | 2024-12-20T19:45:02.289Z | Checking scrypt v0.11.0 |
1881 | 2024-12-20T19:45:02.325Z | Checking aes v0.8.4 |
1882 | 2024-12-20T19:45:02.361Z | Checking icu_properties v1.5.1 |
1883 | 2024-12-20T19:45:02.434Z | Checking cbc v0.1.2 |
1884 | 2024-12-20T19:45:02.486Z | Checking crossbeam-utils v0.8.20 |
1885 | 2024-12-20T19:45:02.631Z | Checking time-core v0.1.2 |
1886 | 2024-12-20T19:45:02.787Z | Checking num_threads v0.1.7 |
1887 | 2024-12-20T19:45:02.914Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-12-20T19:45:03.007Z | Checking write16 v1.0.0 |
1889 | 2024-12-20T19:45:03.128Z | Checking num-conv v0.1.0 |
1890 | 2024-12-20T19:45:03.201Z | Checking utf8_iter v1.0.4 |
1891 | 2024-12-20T19:45:03.230Z | Checking atomic-waker v1.1.2 |
1892 | 2024-12-20T19:45:03.352Z | Checking utf16_iter v1.0.5 |
1893 | 2024-12-20T19:45:03.367Z | Checking pkcs5 v0.7.1 |
1894 | 2024-12-20T19:45:03.402Z | Checking http-body v1.0.1 |
1895 | 2024-12-20T19:45:03.517Z | Checking form_urlencoded v1.2.1 |
1896 | 2024-12-20T19:45:03.607Z | Checking try-lock v0.2.5 |
1897 | 2024-12-20T19:45:03.719Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-20T19:45:03.742Z | Checking want v0.3.1 |
1899 | 2024-12-20T19:45:03.870Z | Checking pkcs8 v0.10.2 |
1900 | 2024-12-20T19:45:03.885Z | Checking httpdate v1.0.3 |
1901 | 2024-12-20T19:45:03.915Z | Checking proc-macro2 v1.0.89 |
1902 | 2024-12-20T19:45:04.048Z | Checking time v0.3.36 |
1903 | 2024-12-20T19:45:04.096Z | Checking toml_datetime v0.6.8 |
1904 | 2024-12-20T19:45:04.113Z | Checking serde_spanned v0.6.8 |
1905 | 2024-12-20T19:45:04.162Z | Checking uuid v1.11.0 |
1906 | 2024-12-20T19:45:04.282Z | Checking slog v2.7.0 |
1907 | 2024-12-20T19:45:04.362Z | Checking scroll v0.12.0 |
1908 | 2024-12-20T19:45:04.526Z | Checking aws-lc-rs v1.10.0 |
1909 | 2024-12-20T19:45:04.554Z | Checking iana-time-zone v0.1.61 |
1910 | 2024-12-20T19:45:04.697Z | Checking plain v0.2.3 |
1911 | 2024-12-20T19:45:04.735Z | Checking foreign-types-shared v0.1.1 |
1912 | 2024-12-20T19:45:04.784Z | Checking ucd-trie v0.1.7 |
1913 | 2024-12-20T19:45:04.829Z | Checking adler2 v2.0.0 |
1914 | 2024-12-20T19:45:04.843Z | Checking tower-service v0.3.3 |
1915 | 2024-12-20T19:45:04.846Z | Checking match_cfg v0.1.0 |
1916 | 2024-12-20T19:45:04.939Z | Checking base64 v0.22.1 |
1917 | 2024-12-20T19:45:04.959Z | Checking hostname v0.3.1 |
1918 | 2024-12-20T19:45:04.962Z | Checking miniz_oxide v0.8.0 |
1919 | 2024-12-20T19:45:04.989Z | Checking pest v2.7.14 |
1920 | 2024-12-20T19:45:05.084Z | Checking goblin v0.8.2 |
1921 | 2024-12-20T19:45:05.401Z | Checking foreign-types v0.3.2 |
1922 | 2024-12-20T19:45:05.493Z | Checking chrono v0.4.38 |
1923 | 2024-12-20T19:45:05.664Z | Checking icu_normalizer v1.5.0 |
1924 | 2024-12-20T19:45:05.711Z | Checking quote v1.0.37 |
1925 | 2024-12-20T19:45:06.068Z | Checking openssl-sys v0.9.103 |
1926 | 2024-12-20T19:45:06.343Z | Checking rustls-webpki v0.102.8 |
1927 | 2024-12-20T19:45:06.404Z | Checking idna_adapter v1.2.0 |
1928 | 2024-12-20T19:45:06.588Z | Checking errno v0.3.9 |
1929 | 2024-12-20T19:45:06.604Z | Checking idna v1.0.3 |
1930 | 2024-12-20T19:45:06.769Z | Checking dirs-sys-next v0.1.2 |
1931 | 2024-12-20T19:45:06.932Z | Checking aho-corasick v1.1.3 |
1932 | 2024-12-20T19:45:07.088Z | Checking url v2.5.3 |
1933 | 2024-12-20T19:45:07.125Z | Checking pretty-hex v0.4.1 |
1934 | 2024-12-20T19:45:07.289Z | Checking regex-syntax v0.8.5 |
1935 | 2024-12-20T19:45:07.351Z | Checking data-encoding v2.6.0 |
1936 | 2024-12-20T19:45:07.478Z | Checking siphasher v0.3.11 |
1937 | 2024-12-20T19:45:07.553Z | Checking dtrace-parser v0.2.0 |
1938 | 2024-12-20T19:45:07.782Z | Checking openssl v0.10.66 |
1939 | 2024-12-20T19:45:07.814Z | Checking tokio-util v0.7.12 |
1940 | 2024-12-20T19:45:07.890Z | Checking dirs-next v2.0.0 |
1941 | 2024-12-20T19:45:08.029Z | Checking rustix v0.38.37 |
1942 | 2024-12-20T19:45:08.048Z | Checking syn v2.0.87 |
1943 | 2024-12-20T19:45:08.051Z | Checking http-body-util v0.1.2 |
1944 | 2024-12-20T19:45:08.492Z | Checking crossbeam-epoch v0.9.18 |
1945 | 2024-12-20T19:45:08.579Z | Checking sha1 v0.10.6 |
1946 | 2024-12-20T19:45:08.720Z | Checking h2 v0.4.6 |
1947 | 2024-12-20T19:45:08.844Z | Checking signature v2.2.0 |
1948 | 2024-12-20T19:45:08.934Z | Checking lazy_static v1.5.0 |
1949 | 2024-12-20T19:45:09.042Z | Checking thread_local v1.1.8 |
1950 | 2024-12-20T19:45:09.057Z | Checking thread-id v4.2.2 |
1951 | 2024-12-20T19:45:09.164Z | Checking encoding_rs v0.8.34 |
1952 | 2024-12-20T19:45:09.293Z | Checking gimli v0.31.1 |
1953 | 2024-12-20T19:45:10.137Z | Checking dof v0.3.0 |
1954 | 2024-12-20T19:45:10.611Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-20T19:45:10.772Z | Checking ipnet v2.10.1 |
1956 | 2024-12-20T19:45:11.246Z | Checking mime v0.3.17 |
1957 | 2024-12-20T19:45:11.476Z | Checking unicode-properties v0.1.3 |
1958 | 2024-12-20T19:45:11.575Z | Checking anstyle v1.0.10 |
1959 | 2024-12-20T19:45:11.623Z | Checking winnow v0.6.20 |
1960 | 2024-12-20T19:45:11.822Z | Checking utf8parse v0.2.2 |
1961 | 2024-12-20T19:45:11.918Z | Checking openssl-probe v0.1.5 |
1962 | 2024-12-20T19:45:11.965Z | Checking anstyle-parse v0.2.5 |
1963 | 2024-12-20T19:45:12.072Z | Checking stringprep v0.1.5 |
1964 | 2024-12-20T19:45:12.232Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-12-20T19:45:12.344Z | Checking term v0.7.0 |
1966 | 2024-12-20T19:45:12.537Z | Checking rustls v0.22.4 |
1967 | 2024-12-20T19:45:12.760Z | Checking rustls v0.23.19 |
1968 | 2024-12-20T19:45:13.345Z | Checking native-tls v0.2.12 |
1969 | 2024-12-20T19:45:13.410Z | Checking addr2line v0.24.2 |
1970 | 2024-12-20T19:45:13.663Z | Checking slog-json v2.6.1 |
1971 | 2024-12-20T19:45:13.908Z | Checking serde_urlencoded v0.7.1 |
1972 | 2024-12-20T19:45:13.928Z | Checking crossbeam-channel v0.5.13 |
1973 | 2024-12-20T19:45:14.332Z | Checking futures-executor v0.3.31 |
1974 | 2024-12-20T19:45:14.443Z | Checking usdt-impl v0.5.0 |
1975 | 2024-12-20T19:45:14.561Z | Checking num-integer v0.1.46 |
1976 | 2024-12-20T19:45:14.578Z | Checking toml_edit v0.22.22 |
1977 | 2024-12-20T19:45:14.647Z | Checking rustls-pemfile v2.2.0 |
1978 | 2024-12-20T19:45:14.776Z | Checking hyper v1.5.0 |
1979 | 2024-12-20T19:45:14.856Z | Checking idna v0.4.0 |
1980 | 2024-12-20T19:45:14.961Z | Checking idna v0.3.0 |
1981 | 2024-12-20T19:45:15.049Z | Checking md-5 v0.10.6 |
1982 | 2024-12-20T19:45:15.253Z | Checking ff v0.13.0 |
1983 | 2024-12-20T19:45:15.319Z | Checking is-terminal v0.4.13 |
1984 | 2024-12-20T19:45:15.443Z | Checking memmap v0.7.0 |
1985 | 2024-12-20T19:45:15.463Z | Checking hash32 v0.2.1 |
1986 | 2024-12-20T19:45:15.652Z | Checking object v0.36.5 |
1987 | 2024-12-20T19:45:15.667Z | Checking colorchoice v1.0.2 |
1988 | 2024-12-20T19:45:15.773Z | Checking base16ct v0.2.0 |
1989 | 2024-12-20T19:45:15.788Z | Checking rustc-demangle v0.1.24 |
1990 | 2024-12-20T19:45:15.790Z | Checking fallible-iterator v0.2.0 |
1991 | 2024-12-20T19:45:15.964Z | Checking utf-8 v0.7.6 |
1992 | 2024-12-20T19:45:16.159Z | Checking quick-error v1.2.3 |
1993 | 2024-12-20T19:45:16.186Z | Checking take_mut v0.2.2 |
1994 | 2024-12-20T19:45:16.201Z | Checking is_terminal_polyfill v1.70.1 |
1995 | 2024-12-20T19:45:16.287Z | Checking linked-hash-map v0.5.6 |
1996 | 2024-12-20T19:45:16.308Z | Checking anstyle-query v1.1.1 |
1997 | 2024-12-20T19:45:16.323Z | Checking either v1.13.0 |
1998 | 2024-12-20T19:45:16.421Z | Checking dyn-clone v1.0.17 |
1999 | 2024-12-20T19:45:16.436Z | Checking psl-types v2.0.11 |
2000 | 2024-12-20T19:45:16.549Z | Checking schemars v0.8.21 |
2001 | 2024-12-20T19:45:16.599Z | Checking publicsuffix v2.2.3 |
2002 | 2024-12-20T19:45:16.616Z | Checking lru-cache v0.1.2 |
2003 | 2024-12-20T19:45:16.694Z | Checking anstream v0.6.15 |
2004 | 2024-12-20T19:45:16.788Z | Checking postgres-protocol v0.6.7 |
2005 | 2024-12-20T19:45:16.791Z | Checking hyper-util v0.1.10 |
2006 | 2024-12-20T19:45:16.830Z | Checking slog-async v2.8.0 |
2007 | 2024-12-20T19:45:17.049Z | Checking resolv-conf v0.7.0 |
2008 | 2024-12-20T19:45:17.120Z | Checking tokio-rustls v0.25.0 |
2009 | 2024-12-20T19:45:17.167Z | Checking toml v0.8.19 |
2010 | 2024-12-20T19:45:17.388Z | Checking tungstenite v0.24.0 |
2011 | 2024-12-20T19:45:17.466Z | Checking sec1 v0.7.3 |
2012 | 2024-12-20T19:45:17.490Z | Checking heapless v0.7.17 |
2013 | 2024-12-20T19:45:17.824Z | Checking usdt v0.5.0 |
2014 | 2024-12-20T19:45:17.964Z | Checking hickory-proto v0.24.1 |
2015 | 2024-12-20T19:45:18.076Z | Checking group v0.13.0 |
2016 | 2024-12-20T19:45:18.151Z | Checking slog-term v2.9.1 |
2017 | 2024-12-20T19:45:18.181Z | Checking tokio-rustls v0.26.0 |
2018 | 2024-12-20T19:45:18.315Z | Checking num-iter v0.1.45 |
2019 | 2024-12-20T19:45:18.332Z | Checking futures v0.3.31 |
2020 | 2024-12-20T19:45:18.443Z | Checking slog-bunyan v2.5.0 |
2021 | 2024-12-20T19:45:18.484Z | Checking tokio-native-tls v0.3.1 |
2022 | 2024-12-20T19:45:18.524Z | Checking rayon-core v1.12.1 |
2023 | 2024-12-20T19:45:18.575Z | Checking terminal_size v0.4.0 |
2024 | 2024-12-20T19:45:18.610Z | Checking multer v3.1.0 |
2025 | 2024-12-20T19:45:18.636Z | Checking phf_shared v0.11.2 |
2026 | 2024-12-20T19:45:18.721Z | Checking cookie v0.18.1 |
2027 | 2024-12-20T19:45:18.736Z | Checking async-stream v0.3.6 |
2028 | 2024-12-20T19:45:18.765Z | Checking bzip2-sys v0.1.11+1.0.8 |
2029 | 2024-12-20T19:45:18.885Z | Checking signal-hook v0.3.17 |
2030 | 2024-12-20T19:45:18.906Z | Checking camino v1.1.9 |
2031 | 2024-12-20T19:45:18.909Z | Checking waitgroup v0.1.2 |
2032 | 2024-12-20T19:45:18.995Z | Checking openapiv3 v2.0.0 |
2033 | 2024-12-20T19:45:19.041Z | Checking webpki-roots v0.26.6 |
2034 | 2024-12-20T19:45:19.144Z | Checking serde_path_to_error v0.1.16 |
2035 | 2024-12-20T19:45:19.165Z | Checking idna v0.5.0 |
2036 | 2024-12-20T19:45:19.218Z | Checking hkdf v0.12.4 |
2037 | 2024-12-20T19:45:19.243Z | Checking crypto-bigint v0.5.5 |
2038 | 2024-12-20T19:45:19.429Z | Checking hostname v0.4.0 |
2039 | 2024-12-20T19:45:19.444Z | Checking crc32fast v1.4.2 |
2040 | 2024-12-20T19:45:19.558Z | Checking managed v0.8.0 |
2041 | 2024-12-20T19:45:19.680Z | Checking unicode-width v0.1.14 |
2042 | 2024-12-20T19:45:19.733Z | Checking strsim v0.11.1 |
2043 | 2024-12-20T19:45:19.916Z | Checking debug-ignore v1.0.5 |
2044 | 2024-12-20T19:45:19.990Z | Checking bitflags v1.3.2 |
2045 | 2024-12-20T19:45:20.010Z | Checking clap_lex v0.7.2 |
2046 | 2024-12-20T19:45:20.053Z | Checking winnow v0.5.40 |
2047 | 2024-12-20T19:45:20.089Z | Checking smoltcp v0.9.1 |
2048 | 2024-12-20T19:45:20.142Z | Checking console v0.15.8 |
2049 | 2024-12-20T19:45:20.244Z | Checking clap_builder v4.5.21 |
2050 | 2024-12-20T19:45:20.723Z | Checking cookie_store v0.21.0 |
2051 | 2024-12-20T19:45:21.450Z | Checking flate2 v1.0.34 |
2052 | 2024-12-20T19:45:21.520Z | Checking hyper-rustls v0.27.3 |
2053 | 2024-12-20T19:45:21.852Z | Checking signal-hook-mio v0.2.4 |
2054 | 2024-12-20T19:45:21.981Z | Checking rayon v1.10.0 |
2055 | 2024-12-20T19:45:22.038Z | Checking elliptic-curve v0.13.8 |
2056 | 2024-12-20T19:45:22.111Z | Checking phf v0.11.2 |
2057 | 2024-12-20T19:45:22.187Z | Checking backtrace v0.3.74 |
2058 | 2024-12-20T19:45:22.369Z | Checking bzip2 v0.4.4 |
2059 | 2024-12-20T19:45:22.531Z | Checking dropshot v0.12.0 |
2060 | 2024-12-20T19:45:22.637Z | Checking hyper-tls v0.6.0 |
2061 | 2024-12-20T19:45:22.652Z | Checking num-bigint-dig v0.8.4 |
2062 | 2024-12-20T19:45:22.719Z | Checking hickory-resolver v0.24.1 |
2063 | 2024-12-20T19:45:22.735Z | Checking anyhow v1.0.93 |
2064 | 2024-12-20T19:45:22.904Z | Checking tokio-tungstenite v0.24.0 |
2065 | 2024-12-20T19:45:23.116Z | Checking postgres-types v0.2.8 |
2066 | 2024-12-20T19:45:23.131Z | Checking toml_edit v0.19.15 |
2067 | 2024-12-20T19:45:23.291Z | Checking regex v1.11.1 |
2068 | 2024-12-20T19:45:23.342Z | Checking bstr v1.10.0 |
2069 | 2024-12-20T19:45:23.837Z | Checking ed25519 v2.2.3 |
2070 | 2024-12-20T19:45:23.933Z | Checking tokio-stream v0.1.16 |
2071 | 2024-12-20T19:45:24.121Z | Checking phf_shared v0.10.0 |
2072 | 2024-12-20T19:45:24.273Z | Checking zerocopy v0.6.6 |
2073 | 2024-12-20T19:45:24.343Z | Checking curve25519-dalek v4.1.3 |
2074 | 2024-12-20T19:45:24.379Z | Checking pkcs1 v0.7.5 |
2075 | 2024-12-20T19:45:24.759Z | Checking hubpack v0.1.2 |
2076 | 2024-12-20T19:45:24.812Z | Checking portable-atomic v1.9.0 |
2077 | 2024-12-20T19:45:24.829Z | Checking float-cmp v0.9.0 |
2078 | 2024-12-20T19:45:24.993Z | Checking serde-big-array v0.5.1 |
2079 | 2024-12-20T19:45:24.998Z | Checking rfc6979 v0.4.0 |
2080 | 2024-12-20T19:45:25.072Z | Checking sync_wrapper v1.0.1 |
2081 | 2024-12-20T19:45:25.171Z | Checking minimal-lexical v0.2.1 |
2082 | 2024-12-20T19:45:25.204Z | Checking difflib v0.4.0 |
2083 | 2024-12-20T19:45:25.209Z | Checking unicode-segmentation v1.12.0 |
2084 | 2024-12-20T19:45:25.529Z | Checking predicates-core v1.0.8 |
2085 | 2024-12-20T19:45:25.564Z | Checking bit-vec v0.6.3 |
2086 | 2024-12-20T19:45:25.579Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-12-20T19:45:25.663Z | Checking fixedbitset v0.4.2 |
2088 | 2024-12-20T19:45:25.695Z | Checking normalize-line-endings v0.3.0 |
2089 | 2024-12-20T19:45:25.800Z | Checking static_assertions v1.1.0 |
2090 | 2024-12-20T19:45:25.802Z | Checking unicode-width v0.2.0 |
2091 | 2024-12-20T19:45:25.831Z | Checking number_prefix v0.4.0 |
2092 | 2024-12-20T19:45:25.884Z | Checking whoami v1.5.2 |
2093 | 2024-12-20T19:45:25.901Z | Checking precomputed-hash v0.1.1 |
2094 | 2024-12-20T19:45:25.915Z | Checking petgraph v0.6.5 |
2095 | 2024-12-20T19:45:25.917Z | Checking similar v2.6.0 |
2096 | 2024-12-20T19:45:25.992Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2097 | 2024-12-20T19:45:26.006Z | Checking string_cache v0.8.7 |
2098 | 2024-12-20T19:45:26.162Z | Checking qorb v0.2.1 |
2099 | 2024-12-20T19:45:26.180Z | Checking tokio-postgres v0.7.12 |
2100 | 2024-12-20T19:45:26.198Z | Checking ed25519-dalek v2.1.1 |
2101 | 2024-12-20T19:45:26.252Z | Checking indicatif v0.17.9 |
2102 | 2024-12-20T19:45:26.268Z | Checking bit-set v0.5.3 |
2103 | 2024-12-20T19:45:26.557Z | Checking predicates v3.1.2 |
2104 | 2024-12-20T19:45:26.654Z | Checking nom v7.1.3 |
2105 | 2024-12-20T19:45:26.877Z | Checking toml v0.7.8 |
2106 | 2024-12-20T19:45:27.021Z | Checking reqwest v0.12.9 |
2107 | 2024-12-20T19:45:27.174Z | Checking ecdsa v0.16.9 |
2108 | 2024-12-20T19:45:27.445Z | Checking rsa v0.9.6 |
2109 | 2024-12-20T19:45:27.882Z | Checking clap v4.5.21 |
2110 | 2024-12-20T19:45:28.005Z | Checking zip v0.6.6 |
2111 | 2024-12-20T19:45:28.518Z | Checking crossterm v0.28.1 |
2112 | 2024-12-20T19:45:28.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2024-12-20T19:45:28.715Z | Checking itertools v0.10.5 |
2114 | 2024-12-20T19:45:28.763Z | Checking fs-err v2.11.0 |
2115 | 2024-12-20T19:45:28.875Z | Checking ahash v0.8.11 |
2116 | 2024-12-20T19:45:29.172Z | Checking x509-cert v0.2.5 |
2117 | 2024-12-20T19:45:29.321Z | Checking semver v1.0.23 |
2118 | 2024-12-20T19:45:29.336Z | Checking hex v0.4.3 |
2119 | 2024-12-20T19:45:29.426Z | Checking heck v0.4.1 |
2120 | 2024-12-20T19:45:29.548Z | Checking lalrpop-util v0.19.12 |
2121 | 2024-12-20T19:45:29.636Z | Checking peg-runtime v0.8.3 |
2122 | 2024-12-20T19:45:29.711Z | Checking sigpipe v0.1.3 |
2123 | 2024-12-20T19:45:30.777Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2024-12-20T19:45:31.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.88s |
2125 | 2024-12-20T19:45:31.240Z | |
2126 | 2024-12-20T19:45:31.240Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2127 | 2024-12-20T19:45:31.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-12-20T19:45:31.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-12-20T19:45:31.898Z | Compiling hashbrown v0.14.5 |
2130 | 2024-12-20T19:45:32.015Z | Checking heck v0.5.0 |
2131 | 2024-12-20T19:45:32.029Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2024-12-20T19:45:32.041Z | Compiling ident_case v1.0.1 |
2133 | 2024-12-20T19:45:32.044Z | Checking progenitor-client v0.8.0 |
2134 | 2024-12-20T19:45:32.068Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2135 | 2024-12-20T19:45:32.081Z | Compiling proc-macro-crate v1.3.1 |
2136 | 2024-12-20T19:45:32.172Z | Compiling darling_core v0.20.10 |
2137 | 2024-12-20T19:45:32.227Z | Checking ipnetwork v0.20.0 |
2138 | 2024-12-20T19:45:32.400Z | Compiling structmeta-derive v0.3.0 |
2139 | 2024-12-20T19:45:32.414Z | Compiling newtype-uuid v1.1.3 |
2140 | 2024-12-20T19:45:32.539Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2024-12-20T19:45:32.741Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2142 | 2024-12-20T19:45:32.840Z | Compiling lzma-sys v0.1.20 |
2143 | 2024-12-20T19:45:33.062Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2024-12-20T19:45:33.134Z | Checking regress v0.10.1 |
2145 | 2024-12-20T19:45:33.219Z | Compiling num_enum_derive v0.5.11 |
2146 | 2024-12-20T19:45:33.639Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2024-12-20T19:45:33.937Z | Compiling dropshot v0.13.0 |
2148 | 2024-12-20T19:45:34.233Z | Checking arc-swap v1.7.1 |
2149 | 2024-12-20T19:45:34.324Z | Checking foreign-types-shared v0.3.1 |
2150 | 2024-12-20T19:45:34.437Z | Checking foreign-types v0.5.0 |
2151 | 2024-12-20T19:45:34.644Z | Checking slog-scope v4.4.0 |
2152 | 2024-12-20T19:45:34.657Z | Compiling proc-macro-error v1.0.4 |
2153 | 2024-12-20T19:45:35.318Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2154 | 2024-12-20T19:45:35.395Z | Checking tungstenite v0.21.0 |
2155 | 2024-12-20T19:45:35.413Z | Compiling structmeta v0.3.0 |
2156 | 2024-12-20T19:45:35.428Z | Compiling heck v0.3.3 |
2157 | 2024-12-20T19:45:35.830Z | Compiling parse-display-derive v0.10.0 |
2158 | 2024-12-20T19:45:35.845Z | Checking num_enum v0.5.11 |
2159 | 2024-12-20T19:45:35.878Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2160 | 2024-12-20T19:45:35.996Z | Compiling dropshot_endpoint v0.13.0 |
2161 | 2024-12-20T19:45:36.349Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2024-12-20T19:45:36.644Z | Checking typify-impl v0.2.0 |
2163 | 2024-12-20T19:45:36.717Z | Checking cstr-argument v0.1.2 |
2164 | 2024-12-20T19:45:36.894Z | Checking instant v0.1.13 |
2165 | 2024-12-20T19:45:37.093Z | Checking pretty-hex v0.2.1 |
2166 | 2024-12-20T19:45:37.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2167 | 2024-12-20T19:45:37.533Z | Checking base64 v0.21.7 |
2168 | 2024-12-20T19:45:37.913Z | Checking fastrand v2.1.1 |
2169 | 2024-12-20T19:45:38.081Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2024-12-20T19:45:38.260Z | Checking tempfile v3.13.0 |
2171 | 2024-12-20T19:45:38.371Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-12-20T19:45:38.389Z | Checking backoff v0.4.0 |
2173 | 2024-12-20T19:45:38.523Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2174 | 2024-12-20T19:45:38.642Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2024-12-20T19:45:38.700Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2024-12-20T19:45:38.792Z | Checking strum v0.26.3 |
2177 | 2024-12-20T19:45:38.844Z | Compiling zone_cfg_derive v0.1.2 |
2178 | 2024-12-20T19:45:38.944Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2024-12-20T19:45:39.160Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2180 | 2024-12-20T19:45:39.175Z | Compiling darling_macro v0.20.10 |
2181 | 2024-12-20T19:45:39.192Z | Checking slog-stdlog v4.1.1 |
2182 | 2024-12-20T19:45:39.396Z | Checking regress v0.9.1 |
2183 | 2024-12-20T19:45:39.515Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2184 | 2024-12-20T19:45:39.658Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2024-12-20T19:45:39.674Z | Checking colored v2.1.0 |
2186 | 2024-12-20T19:45:39.942Z | Checking macaddr v1.0.1 |
2187 | 2024-12-20T19:45:39.964Z | Checking base64 v0.13.1 |
2188 | 2024-12-20T19:45:40.102Z | Compiling darling v0.20.10 |
2189 | 2024-12-20T19:45:40.225Z | Compiling serde_with_macros v3.11.0 |
2190 | 2024-12-20T19:45:40.328Z | Checking ron v0.7.1 |
2191 | 2024-12-20T19:45:40.343Z | Checking zone v0.1.8 |
2192 | 2024-12-20T19:45:40.420Z | Checking parse-display v0.10.0 |
2193 | 2024-12-20T19:45:40.655Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2024-12-20T19:45:40.988Z | Checking xz2 v0.1.7 |
2195 | 2024-12-20T19:45:41.134Z | Checking slog-envlogger v2.2.0 |
2196 | 2024-12-20T19:45:41.283Z | Checking tabwriter v1.4.0 |
2197 | 2024-12-20T19:45:41.348Z | Checking xattr v1.3.1 |
2198 | 2024-12-20T19:45:41.487Z | Checking pem v3.0.4 |
2199 | 2024-12-20T19:45:41.515Z | Checking yasna v0.5.2 |
2200 | 2024-12-20T19:45:41.545Z | Checking headers-core v0.3.0 |
2201 | 2024-12-20T19:45:41.681Z | Checking smf v0.2.3 |
2202 | 2024-12-20T19:45:41.759Z | Checking filetime v0.2.25 |
2203 | 2024-12-20T19:45:41.963Z | Checking same-file v1.0.6 |
2204 | 2024-12-20T19:45:42.132Z | Checking walkdir v2.5.0 |
2205 | 2024-12-20T19:45:42.147Z | Checking tar v0.4.42 |
2206 | 2024-12-20T19:45:42.168Z | Checking headers v0.4.0 |
2207 | 2024-12-20T19:45:42.398Z | Checking camino-tempfile v1.1.1 |
2208 | 2024-12-20T19:45:42.401Z | Checking rcgen v0.12.1 |
2209 | 2024-12-20T19:45:42.653Z | Checking atomicwrites v0.4.4 |
2210 | 2024-12-20T19:45:42.835Z | Checking subprocess v0.2.9 |
2211 | 2024-12-20T19:45:43.166Z | Checking serde_with v3.11.0 |
2212 | 2024-12-20T19:45:46.996Z | Compiling typify-macro v0.2.0 |
2213 | 2024-12-20T19:45:48.861Z | Compiling typify v0.2.0 |
2214 | 2024-12-20T19:45:48.927Z | Compiling progenitor-impl v0.8.0 |
2215 | 2024-12-20T19:45:52.110Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-12-20T19:45:56.854Z | Checking progenitor v0.8.0 |
2217 | 2024-12-20T19:45:57.005Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2218 | 2024-12-20T19:45:57.007Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2024-12-20T19:45:59.678Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2220 | 2024-12-20T19:46:00.070Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2024-12-20T19:46:06.244Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2024-12-20T19:46:07.796Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-12-20T19:46:09.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.77s |
2224 | 2024-12-20T19:46:09.185Z | |
2225 | 2024-12-20T19:46:09.185Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2226 | 2024-12-20T19:46:09.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-12-20T19:46:09.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-12-20T19:46:09.837Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2024-12-20T19:46:11.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
2230 | 2024-12-20T19:46:11.380Z | |
2231 | 2024-12-20T19:46:11.380Z | info: running `cargo check --bins` on nexus-config (31/175) |
2232 | 2024-12-20T19:46:11.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-12-20T19:46:11.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-12-20T19:46:11.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-12-20T19:46:11.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2236 | 2024-12-20T19:46:11.993Z | |
2237 | 2024-12-20T19:46:11.993Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2238 | 2024-12-20T19:46:12.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-12-20T19:46:12.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-12-20T19:46:12.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-12-20T19:46:12.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2242 | 2024-12-20T19:46:12.588Z | |
2243 | 2024-12-20T19:46:12.588Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2244 | 2024-12-20T19:46:13.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-20T19:46:13.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-20T19:46:13.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-12-20T19:46:13.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2248 | 2024-12-20T19:46:13.206Z | |
2249 | 2024-12-20T19:46:13.206Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2250 | 2024-12-20T19:46:13.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-12-20T19:46:13.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-12-20T19:46:14.229Z | Compiling zerocopy v0.8.10 |
2253 | 2024-12-20T19:46:14.229Z | Compiling progenitor-client v0.8.0 |
2254 | 2024-12-20T19:46:14.229Z | Compiling itertools v0.13.0 |
2255 | 2024-12-20T19:46:14.258Z | Compiling zerocopy-derive v0.8.10 |
2256 | 2024-12-20T19:46:14.258Z | Compiling heapless v0.8.0 |
2257 | 2024-12-20T19:46:14.258Z | Compiling newtype-uuid v1.1.3 |
2258 | 2024-12-20T19:46:14.258Z | Compiling ipnetwork v0.20.0 |
2259 | 2024-12-20T19:46:14.258Z | Checking hash32 v0.3.1 |
2260 | 2024-12-20T19:46:14.259Z | Compiling instant v0.1.13 |
2261 | 2024-12-20T19:46:14.278Z | Compiling smoltcp v0.11.0 |
2262 | 2024-12-20T19:46:14.301Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-12-20T19:46:14.439Z | Compiling progenitor v0.8.0 |
2264 | 2024-12-20T19:46:14.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2265 | 2024-12-20T19:46:14.695Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2266 | 2024-12-20T19:46:14.861Z | Compiling backoff v0.4.0 |
2267 | 2024-12-20T19:46:14.905Z | Compiling serde_with v3.11.0 |
2268 | 2024-12-20T19:46:14.987Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2269 | 2024-12-20T19:46:15.160Z | Compiling dropshot v0.13.0 |
2270 | 2024-12-20T19:46:15.209Z | Compiling parse-display v0.10.0 |
2271 | 2024-12-20T19:46:15.428Z | Checking num-rational v0.4.2 |
2272 | 2024-12-20T19:46:15.823Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2024-12-20T19:46:15.985Z | Compiling regress v0.9.1 |
2274 | 2024-12-20T19:46:16.109Z | Compiling phf_generator v0.11.2 |
2275 | 2024-12-20T19:46:16.293Z | Checking num-complex v0.4.6 |
2276 | 2024-12-20T19:46:17.069Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2024-12-20T19:46:17.772Z | Compiling macaddr v1.0.1 |
2278 | 2024-12-20T19:46:18.244Z | Checking cobs v0.2.3 |
2279 | 2024-12-20T19:46:18.379Z | Compiling num v0.4.3 |
2280 | 2024-12-20T19:46:18.432Z | Checking postcard v1.0.10 |
2281 | 2024-12-20T19:46:18.594Z | Compiling phf_codegen v0.11.2 |
2282 | 2024-12-20T19:46:18.989Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2024-12-20T19:46:19.093Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2284 | 2024-12-20T19:46:19.369Z | Compiling convert_case v0.4.0 |
2285 | 2024-12-20T19:46:20.123Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2024-12-20T19:46:20.367Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2024-12-20T19:46:20.520Z | Checking float-ord v0.3.2 |
2288 | 2024-12-20T19:46:20.839Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2289 | 2024-12-20T19:46:20.967Z | Compiling derive_more v0.99.18 |
2290 | 2024-12-20T19:46:21.216Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2024-12-20T19:46:21.970Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2024-12-20T19:46:22.704Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2293 | 2024-12-20T19:46:22.886Z | Compiling thiserror v2.0.3 |
2294 | 2024-12-20T19:46:22.925Z | Compiling crucible-workspace-hack v0.1.0 |
2295 | 2024-12-20T19:46:23.028Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-12-20T19:46:23.219Z | Checking newline-converter v0.3.0 |
2297 | 2024-12-20T19:46:23.707Z | Checking prettyplease v0.2.25 |
2298 | 2024-12-20T19:46:23.869Z | Compiling thiserror-impl v2.0.3 |
2299 | 2024-12-20T19:46:24.312Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-20T19:46:24.395Z | Compiling slog-dtrace v0.3.0 |
2301 | 2024-12-20T19:46:24.693Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2302 | 2024-12-20T19:46:24.795Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2024-12-20T19:46:25.031Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2024-12-20T19:46:25.829Z | Checking expectorate v1.1.0 |
2305 | 2024-12-20T19:46:25.969Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2024-12-20T19:46:26.093Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2307 | 2024-12-20T19:46:26.111Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-12-20T19:46:26.469Z | Compiling const_format_proc_macros v0.2.33 |
2309 | 2024-12-20T19:46:26.791Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2024-12-20T19:46:27.237Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2311 | 2024-12-20T19:46:27.271Z | Compiling num-derive v0.4.2 |
2312 | 2024-12-20T19:46:27.524Z | Checking highway v1.2.0 |
2313 | 2024-12-20T19:46:27.815Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2314 | 2024-12-20T19:46:27.982Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2315 | 2024-12-20T19:46:27.998Z | Checking zone v0.3.0 |
2316 | 2024-12-20T19:46:28.120Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2317 | 2024-12-20T19:46:28.551Z | Checking const_format v0.2.33 |
2318 | 2024-12-20T19:46:28.751Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2024-12-20T19:46:28.978Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2024-12-20T19:46:29.021Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-20T19:46:29.184Z | Checking gethostname v0.5.0 |
2322 | 2024-12-20T19:46:29.314Z | Checking bcs v0.1.6 |
2323 | 2024-12-20T19:46:29.466Z | Compiling async-recursion v1.1.1 |
2324 | 2024-12-20T19:46:29.691Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2325 | 2024-12-20T19:46:30.531Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-20T19:46:31.113Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2327 | 2024-12-20T19:46:36.566Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2024-12-20T19:46:39.886Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2329 | 2024-12-20T19:46:42.481Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-12-20T19:46:43.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.51s |
2331 | 2024-12-20T19:46:43.921Z | |
2332 | 2024-12-20T19:46:43.921Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2333 | 2024-12-20T19:46:44.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-12-20T19:46:44.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-12-20T19:46:44.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-12-20T19:46:44.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2337 | 2024-12-20T19:46:44.541Z | |
2338 | 2024-12-20T19:46:44.542Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2339 | 2024-12-20T19:46:45.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-12-20T19:46:45.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-12-20T19:46:45.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-12-20T19:46:45.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2343 | 2024-12-20T19:46:45.176Z | |
2344 | 2024-12-20T19:46:45.177Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2345 | 2024-12-20T19:46:45.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-12-20T19:46:45.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-12-20T19:46:45.819Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2024-12-20T19:46:46.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2349 | 2024-12-20T19:46:46.609Z | |
2350 | 2024-12-20T19:46:46.609Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2351 | 2024-12-20T19:46:47.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-12-20T19:46:47.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-12-20T19:46:47.262Z | Compiling cfg_aliases v0.1.1 |
2354 | 2024-12-20T19:46:47.264Z | Compiling vte_generate_state_changes v0.1.2 |
2355 | 2024-12-20T19:46:47.264Z | Checking fd-lock v4.0.2 |
2356 | 2024-12-20T19:46:47.363Z | Checking nibble_vec v0.1.0 |
2357 | 2024-12-20T19:46:47.371Z | Checking bytecount v0.6.8 |
2358 | 2024-12-20T19:46:47.379Z | Checking endian-type v0.1.2 |
2359 | 2024-12-20T19:46:47.403Z | Compiling tabled_derive v0.7.0 |
2360 | 2024-12-20T19:46:47.410Z | Checking itertools v0.12.1 |
2361 | 2024-12-20T19:46:47.437Z | Compiling nix v0.28.0 |
2362 | 2024-12-20T19:46:47.513Z | Checking papergrid v0.11.0 |
2363 | 2024-12-20T19:46:47.530Z | Compiling peg-macros v0.8.4 |
2364 | 2024-12-20T19:46:47.545Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2365 | 2024-12-20T19:46:47.579Z | Checking radix_trie v0.2.1 |
2366 | 2024-12-20T19:46:47.980Z | Compiling sqlparser_derive v0.2.2 |
2367 | 2024-12-20T19:46:47.995Z | Checking vte v0.11.1 |
2368 | 2024-12-20T19:46:48.704Z | Checking nu-ansi-term v0.50.1 |
2369 | 2024-12-20T19:46:48.995Z | Checking unicode_categories v0.1.1 |
2370 | 2024-12-20T19:46:49.095Z | Checking home v0.5.9 |
2371 | 2024-12-20T19:46:49.139Z | Checking sqlparser v0.45.0 |
2372 | 2024-12-20T19:46:49.267Z | Checking display-error-chain v0.2.2 |
2373 | 2024-12-20T19:46:49.300Z | Checking sqlformat v0.2.6 |
2374 | 2024-12-20T19:46:49.417Z | Checking strip-ansi-escapes v0.2.0 |
2375 | 2024-12-20T19:46:49.934Z | Checking tabled v0.15.0 |
2376 | 2024-12-20T19:46:49.995Z | Checking reedline v0.35.0 |
2377 | 2024-12-20T19:46:50.597Z | Checking peg v0.8.4 |
2378 | 2024-12-20T19:46:50.633Z | Checking rustyline v14.0.0 |
2379 | 2024-12-20T19:47:00.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
2380 | 2024-12-20T19:47:00.197Z | |
2381 | 2024-12-20T19:47:00.197Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2382 | 2024-12-20T19:47:00.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-12-20T19:47:00.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-12-20T19:47:00.855Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-12-20T19:47:05.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2386 | 2024-12-20T19:47:06.029Z | |
2387 | 2024-12-20T19:47:06.029Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2388 | 2024-12-20T19:47:06.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-20T19:47:06.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-20T19:47:06.662Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-20T19:47:10.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2392 | 2024-12-20T19:47:10.560Z | |
2393 | 2024-12-20T19:47:10.560Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2394 | 2024-12-20T19:47:11.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-20T19:47:11.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-20T19:47:11.208Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-20T19:47:15.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
2398 | 2024-12-20T19:47:16.016Z | |
2399 | 2024-12-20T19:47:16.016Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2400 | 2024-12-20T19:47:16.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-20T19:47:16.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-20T19:47:16.676Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-20T19:47:21.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2404 | 2024-12-20T19:47:21.616Z | |
2405 | 2024-12-20T19:47:21.616Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2406 | 2024-12-20T19:47:22.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-20T19:47:22.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-20T19:47:22.268Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-20T19:47:26.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2410 | 2024-12-20T19:47:26.328Z | |
2411 | 2024-12-20T19:47:26.328Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2412 | 2024-12-20T19:47:26.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-20T19:47:26.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-20T19:47:26.981Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-20T19:47:30.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2416 | 2024-12-20T19:47:31.097Z | |
2417 | 2024-12-20T19:47:31.097Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2418 | 2024-12-20T19:47:31.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-20T19:47:31.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-20T19:47:31.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-20T19:47:36.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2422 | 2024-12-20T19:47:36.843Z | |
2423 | 2024-12-20T19:47:36.843Z | info: running `cargo check --bins` on oximeter (46/175) |
2424 | 2024-12-20T19:47:37.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-20T19:47:37.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-20T19:47:37.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-12-20T19:47:37.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2428 | 2024-12-20T19:47:37.459Z | |
2429 | 2024-12-20T19:47:37.459Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2430 | 2024-12-20T19:47:37.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-20T19:47:37.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-20T19:47:37.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-20T19:47:37.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2434 | 2024-12-20T19:47:38.057Z | |
2435 | 2024-12-20T19:47:38.057Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2436 | 2024-12-20T19:47:38.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-20T19:47:38.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-20T19:47:38.682Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2439 | 2024-12-20T19:47:39.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2440 | 2024-12-20T19:47:39.288Z | |
2441 | 2024-12-20T19:47:39.288Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2442 | 2024-12-20T19:47:39.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-12-20T19:47:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-12-20T19:47:39.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-12-20T19:47:39.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2446 | 2024-12-20T19:47:39.906Z | |
2447 | 2024-12-20T19:47:39.906Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2448 | 2024-12-20T19:47:40.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-20T19:47:40.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-20T19:47:40.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-20T19:47:40.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2452 | 2024-12-20T19:47:40.523Z | |
2453 | 2024-12-20T19:47:40.523Z | info: running `cargo check --bins` on oxql-types (51/175) |
2454 | 2024-12-20T19:47:41.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-20T19:47:41.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-20T19:47:41.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-20T19:47:41.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2458 | 2024-12-20T19:47:41.142Z | |
2459 | 2024-12-20T19:47:41.142Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2460 | 2024-12-20T19:47:41.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-20T19:47:41.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-20T19:47:41.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-20T19:47:41.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2464 | 2024-12-20T19:47:41.785Z | |
2465 | 2024-12-20T19:47:41.785Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2466 | 2024-12-20T19:47:42.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-20T19:47:42.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-20T19:47:42.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-20T19:47:42.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2470 | 2024-12-20T19:47:42.409Z | |
2471 | 2024-12-20T19:47:42.409Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2472 | 2024-12-20T19:47:42.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-20T19:47:42.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-20T19:47:42.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-20T19:47:42.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2476 | 2024-12-20T19:47:43.040Z | |
2477 | 2024-12-20T19:47:43.040Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2478 | 2024-12-20T19:47:43.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-20T19:47:43.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-20T19:47:43.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-20T19:47:43.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2024-12-20T19:47:43.662Z | |
2483 | 2024-12-20T19:47:43.663Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2484 | 2024-12-20T19:47:44.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-20T19:47:44.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-20T19:47:44.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-20T19:47:44.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2488 | 2024-12-20T19:47:44.284Z | |
2489 | 2024-12-20T19:47:44.284Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2490 | 2024-12-20T19:47:44.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-20T19:47:44.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-20T19:47:44.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-20T19:47:44.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2494 | 2024-12-20T19:47:44.910Z | |
2495 | 2024-12-20T19:47:44.910Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2496 | 2024-12-20T19:47:45.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-20T19:47:45.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-20T19:47:45.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-20T19:47:45.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2500 | 2024-12-20T19:47:45.513Z | |
2501 | 2024-12-20T19:47:45.513Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2502 | 2024-12-20T19:47:46.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-20T19:47:46.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-20T19:47:46.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-20T19:47:46.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2506 | 2024-12-20T19:47:46.150Z | |
2507 | 2024-12-20T19:47:46.150Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2508 | 2024-12-20T19:47:46.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-20T19:47:46.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-20T19:47:46.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-20T19:47:46.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2512 | 2024-12-20T19:47:46.770Z | |
2513 | 2024-12-20T19:47:46.770Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2514 | 2024-12-20T19:47:47.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-20T19:47:47.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-20T19:47:47.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-20T19:47:47.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2518 | 2024-12-20T19:47:47.390Z | |
2519 | 2024-12-20T19:47:47.390Z | info: running `cargo check --bins` on dpd-client (62/175) |
2520 | 2024-12-20T19:47:47.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-20T19:47:47.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-20T19:47:47.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-20T19:47:47.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2524 | 2024-12-20T19:47:48.003Z | |
2525 | 2024-12-20T19:47:48.004Z | info: running `cargo check --bins` on gateway-client (63/175) |
2526 | 2024-12-20T19:47:48.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-20T19:47:48.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-20T19:47:48.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-20T19:47:48.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2530 | 2024-12-20T19:47:48.901Z | |
2531 | 2024-12-20T19:47:48.901Z | info: running `cargo check --bins` on installinator-client (64/175) |
2532 | 2024-12-20T19:47:49.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-20T19:47:49.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-20T19:47:49.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-20T19:47:49.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2536 | 2024-12-20T19:47:49.239Z | |
2537 | 2024-12-20T19:47:49.239Z | info: running `cargo check --bins` on installinator-common (65/175) |
2538 | 2024-12-20T19:47:49.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-20T19:47:49.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-20T19:47:49.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-20T19:47:49.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2542 | 2024-12-20T19:47:49.873Z | |
2543 | 2024-12-20T19:47:49.873Z | info: running `cargo check --bins` on update-engine (66/175) |
2544 | 2024-12-20T19:47:50.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-20T19:47:50.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-20T19:47:50.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-20T19:47:50.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2548 | 2024-12-20T19:47:50.478Z | |
2549 | 2024-12-20T19:47:50.478Z | info: running `cargo check --bins` on nexus-client (67/175) |
2550 | 2024-12-20T19:47:51.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-20T19:47:51.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-20T19:47:51.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-20T19:47:51.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2554 | 2024-12-20T19:47:51.117Z | |
2555 | 2024-12-20T19:47:51.117Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2556 | 2024-12-20T19:47:51.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-20T19:47:51.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-20T19:47:51.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-20T19:47:51.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2560 | 2024-12-20T19:47:51.756Z | |
2561 | 2024-12-20T19:47:51.757Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2562 | 2024-12-20T19:47:52.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-20T19:47:52.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-20T19:47:52.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-20T19:47:52.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2566 | 2024-12-20T19:47:52.373Z | |
2567 | 2024-12-20T19:47:52.373Z | info: running `cargo check --bins` on nexus-types (70/175) |
2568 | 2024-12-20T19:47:52.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-20T19:47:52.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-20T19:47:52.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-20T19:47:52.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2572 | 2024-12-20T19:47:53.003Z | |
2573 | 2024-12-20T19:47:53.003Z | info: running `cargo check --bins` on oxide-client (71/175) |
2574 | 2024-12-20T19:47:53.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-20T19:47:53.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-20T19:47:53.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-20T19:47:53.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2578 | 2024-12-20T19:47:53.609Z | |
2579 | 2024-12-20T19:47:53.609Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2580 | 2024-12-20T19:47:54.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-20T19:47:54.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-20T19:47:54.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-20T19:47:54.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2584 | 2024-12-20T19:47:54.225Z | |
2585 | 2024-12-20T19:47:54.225Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2586 | 2024-12-20T19:47:54.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-20T19:47:54.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-20T19:47:54.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-20T19:47:54.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2590 | 2024-12-20T19:47:54.833Z | |
2591 | 2024-12-20T19:47:54.833Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2592 | 2024-12-20T19:47:55.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-20T19:47:55.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-20T19:47:55.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-20T19:47:55.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2596 | 2024-12-20T19:47:55.464Z | |
2597 | 2024-12-20T19:47:55.464Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2598 | 2024-12-20T19:47:56.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-20T19:47:56.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-20T19:47:56.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-20T19:47:56.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2024-12-20T19:47:56.119Z | |
2603 | 2024-12-20T19:47:56.119Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2604 | 2024-12-20T19:47:56.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-20T19:47:56.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-20T19:47:56.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-20T19:47:56.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2608 | 2024-12-20T19:47:56.768Z | |
2609 | 2024-12-20T19:47:56.768Z | info: running `cargo check --bins` on wicket-common (77/175) |
2610 | 2024-12-20T19:47:57.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-20T19:47:57.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-20T19:47:57.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-20T19:47:57.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2614 | 2024-12-20T19:47:57.417Z | |
2615 | 2024-12-20T19:47:57.417Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2616 | 2024-12-20T19:47:57.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-20T19:47:57.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-20T19:47:58.072Z | Checking csv-core v0.1.11 |
2619 | 2024-12-20T19:47:58.072Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2620 | 2024-12-20T19:47:58.074Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2621 | 2024-12-20T19:47:58.377Z | Checking csv v1.3.0 |
2622 | 2024-12-20T19:47:58.391Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2024-12-20T19:47:58.952Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2624 | 2024-12-20T19:47:59.292Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2625 | 2024-12-20T19:48:00.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
2626 | 2024-12-20T19:48:00.711Z | |
2627 | 2024-12-20T19:48:00.711Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2628 | 2024-12-20T19:48:01.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-12-20T19:48:01.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-12-20T19:48:01.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-12-20T19:48:01.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2632 | 2024-12-20T19:48:01.338Z | |
2633 | 2024-12-20T19:48:01.339Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2634 | 2024-12-20T19:48:01.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-12-20T19:48:01.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-12-20T19:48:01.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-12-20T19:48:01.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2638 | 2024-12-20T19:48:01.970Z | |
2639 | 2024-12-20T19:48:01.970Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2640 | 2024-12-20T19:48:02.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-12-20T19:48:02.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-12-20T19:48:02.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-12-20T19:48:02.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2644 | 2024-12-20T19:48:02.689Z | |
2645 | 2024-12-20T19:48:02.689Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2646 | 2024-12-20T19:48:03.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-12-20T19:48:03.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-12-20T19:48:03.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-12-20T19:48:03.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2650 | 2024-12-20T19:48:03.418Z | |
2651 | 2024-12-20T19:48:03.418Z | info: running `cargo check --bins` on dns-server (83/175) |
2652 | 2024-12-20T19:48:03.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-12-20T19:48:03.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-12-20T19:48:04.064Z | Compiling parking_lot_core v0.8.6 |
2655 | 2024-12-20T19:48:04.067Z | Checking fxhash v0.2.1 |
2656 | 2024-12-20T19:48:04.067Z | Checking hickory-server v0.24.1 |
2657 | 2024-12-20T19:48:04.067Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2658 | 2024-12-20T19:48:04.067Z | Checking hickory-client v0.24.1 |
2659 | 2024-12-20T19:48:04.760Z | Checking parking_lot v0.11.2 |
2660 | 2024-12-20T19:48:04.861Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-12-20T19:48:04.861Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2662 | 2024-12-20T19:48:04.998Z | Checking sled v0.34.7 |
2663 | 2024-12-20T19:48:06.741Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2664 | 2024-12-20T19:48:07.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2665 | 2024-12-20T19:48:08.137Z | |
2666 | 2024-12-20T19:48:08.137Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2667 | 2024-12-20T19:48:08.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-12-20T19:48:08.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-12-20T19:48:08.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-12-20T19:48:08.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2671 | 2024-12-20T19:48:08.752Z | |
2672 | 2024-12-20T19:48:08.752Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2673 | 2024-12-20T19:48:09.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-12-20T19:48:09.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-12-20T19:48:09.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-12-20T19:48:09.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2677 | 2024-12-20T19:48:09.425Z | |
2678 | 2024-12-20T19:48:09.425Z | info: running `cargo check --bins` on gateway-types (86/175) |
2679 | 2024-12-20T19:48:09.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-12-20T19:48:09.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-12-20T19:48:09.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-12-20T19:48:09.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2683 | 2024-12-20T19:48:10.043Z | |
2684 | 2024-12-20T19:48:10.043Z | info: running `cargo check --bins` on ipcc (87/175) |
2685 | 2024-12-20T19:48:10.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-12-20T19:48:10.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-12-20T19:48:10.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-12-20T19:48:10.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2689 | 2024-12-20T19:48:10.665Z | |
2690 | 2024-12-20T19:48:10.665Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2691 | 2024-12-20T19:48:11.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-12-20T19:48:11.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-12-20T19:48:11.353Z | Compiling radium v0.7.0 |
2694 | 2024-12-20T19:48:11.353Z | Compiling semver v0.1.20 |
2695 | 2024-12-20T19:48:11.466Z | Checking tap v1.0.1 |
2696 | 2024-12-20T19:48:11.469Z | Compiling maybe-uninit v2.0.0 |
2697 | 2024-12-20T19:48:11.482Z | Checking password-hash v0.5.0 |
2698 | 2024-12-20T19:48:11.484Z | Checking blake2 v0.10.6 |
2699 | 2024-12-20T19:48:11.484Z | Checking crc-catalog v2.4.0 |
2700 | 2024-12-20T19:48:11.484Z | Checking funty v2.0.0 |
2701 | 2024-12-20T19:48:11.591Z | Checking wyz v0.5.1 |
2702 | 2024-12-20T19:48:11.650Z | Compiling packed_struct v0.10.1 |
2703 | 2024-12-20T19:48:11.885Z | Compiling rustc_version v0.1.7 |
2704 | 2024-12-20T19:48:11.922Z | Compiling cancel-safe-futures v0.1.5 |
2705 | 2024-12-20T19:48:11.972Z | Compiling owo-colors v4.1.0 |
2706 | 2024-12-20T19:48:12.077Z | Checking argon2 v0.5.3 |
2707 | 2024-12-20T19:48:12.135Z | Checking crc v3.2.1 |
2708 | 2024-12-20T19:48:12.156Z | Compiling packed_struct_codegen v0.10.1 |
2709 | 2024-12-20T19:48:12.241Z | Compiling indexmap v1.9.3 |
2710 | 2024-12-20T19:48:12.286Z | Checking half v2.4.1 |
2711 | 2024-12-20T19:48:12.357Z | Checking ciborium-io v0.2.2 |
2712 | 2024-12-20T19:48:12.396Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-12-20T19:48:12.412Z | Checking bitvec v1.0.1 |
2714 | 2024-12-20T19:48:12.478Z | Checking nodrop v0.1.14 |
2715 | 2024-12-20T19:48:12.525Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2716 | 2024-12-20T19:48:12.596Z | Checking array-init v0.0.4 |
2717 | 2024-12-20T19:48:12.725Z | Checking ciborium-ll v0.2.2 |
2718 | 2024-12-20T19:48:12.728Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2024-12-20T19:48:12.864Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-12-20T19:48:13.018Z | Checking smallvec v0.6.14 |
2721 | 2024-12-20T19:48:13.038Z | Checking libsw v3.3.1 |
2722 | 2024-12-20T19:48:13.040Z | Compiling memoffset v0.9.1 |
2723 | 2024-12-20T19:48:13.306Z | Checking hashbrown v0.12.3 |
2724 | 2024-12-20T19:48:13.332Z | Checking bitfield v0.14.0 |
2725 | 2024-12-20T19:48:13.404Z | Checking indent_write v2.2.0 |
2726 | 2024-12-20T19:48:13.585Z | Checking swrite v0.1.0 |
2727 | 2024-12-20T19:48:13.603Z | Checking linear-map v1.2.0 |
2728 | 2024-12-20T19:48:13.606Z | Checking termcolor v1.4.1 |
2729 | 2024-12-20T19:48:13.606Z | Checking ron v0.8.1 |
2730 | 2024-12-20T19:48:13.705Z | Checking serde-hex v0.1.0 |
2731 | 2024-12-20T19:48:13.914Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2732 | 2024-12-20T19:48:14.039Z | Checking env_logger v0.10.2 |
2733 | 2024-12-20T19:48:14.575Z | Checking ciborium v0.2.2 |
2734 | 2024-12-20T19:48:14.755Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-12-20T19:48:14.904Z | Checking steno v0.4.1 |
2736 | 2024-12-20T19:48:15.018Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-12-20T19:48:15.170Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2024-12-20T19:48:15.264Z | Checking hashbrown v0.13.2 |
2739 | 2024-12-20T19:48:15.538Z | Checking crc-any v2.5.0 |
2740 | 2024-12-20T19:48:15.609Z | Checking humantime v2.1.0 |
2741 | 2024-12-20T19:48:15.909Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2742 | 2024-12-20T19:48:15.928Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2743 | 2024-12-20T19:48:16.288Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2744 | 2024-12-20T19:48:16.332Z | Checking object v0.30.4 |
2745 | 2024-12-20T19:48:16.526Z | Checking path-slash v0.1.5 |
2746 | 2024-12-20T19:48:16.626Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2747 | 2024-12-20T19:48:16.664Z | Checking nix v0.27.1 |
2748 | 2024-12-20T19:48:17.085Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2749 | 2024-12-20T19:48:17.738Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2750 | 2024-12-20T19:48:17.763Z | Checking tungstenite v0.23.0 |
2751 | 2024-12-20T19:48:17.834Z | Checking kstat-rs v0.2.4 |
2752 | 2024-12-20T19:48:17.954Z | Checking signal-hook-tokio v0.3.1 |
2753 | 2024-12-20T19:48:18.195Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2754 | 2024-12-20T19:48:18.550Z | Checking tokio-tungstenite v0.23.1 |
2755 | 2024-12-20T19:48:18.922Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2024-12-20T19:48:19.458Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2757 | 2024-12-20T19:48:19.504Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2758 | 2024-12-20T19:48:25.942Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2759 | 2024-12-20T19:48:27.229Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2760 | 2024-12-20T19:48:30.313Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2761 | 2024-12-20T19:48:36.252Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2024-12-20T19:48:36.798Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-12-20T19:48:39.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.89s |
2764 | 2024-12-20T19:48:39.758Z | |
2765 | 2024-12-20T19:48:39.758Z | info: running `cargo check --bins` on gateway-api (89/175) |
2766 | 2024-12-20T19:48:40.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-12-20T19:48:40.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-12-20T19:48:40.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-12-20T19:48:40.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2770 | 2024-12-20T19:48:40.381Z | |
2771 | 2024-12-20T19:48:40.381Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2772 | 2024-12-20T19:48:40.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-12-20T19:48:40.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-12-20T19:48:40.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-12-20T19:48:40.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2776 | 2024-12-20T19:48:40.992Z | |
2777 | 2024-12-20T19:48:40.992Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2778 | 2024-12-20T19:48:41.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-12-20T19:48:41.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-12-20T19:48:41.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-12-20T19:48:41.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2782 | 2024-12-20T19:48:41.620Z | |
2783 | 2024-12-20T19:48:41.620Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2784 | 2024-12-20T19:48:42.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-20T19:48:42.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-20T19:48:42.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-20T19:48:42.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2788 | 2024-12-20T19:48:42.249Z | |
2789 | 2024-12-20T19:48:42.249Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2790 | 2024-12-20T19:48:42.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-20T19:48:42.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-20T19:48:42.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-20T19:48:42.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2794 | 2024-12-20T19:48:42.877Z | |
2795 | 2024-12-20T19:48:42.877Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2796 | 2024-12-20T19:48:43.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-20T19:48:43.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-20T19:48:43.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-20T19:48:43.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2800 | 2024-12-20T19:48:43.501Z | |
2801 | 2024-12-20T19:48:43.501Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2802 | 2024-12-20T19:48:44.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-20T19:48:44.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-20T19:48:44.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-20T19:48:44.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2806 | 2024-12-20T19:48:44.125Z | |
2807 | 2024-12-20T19:48:44.125Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2808 | 2024-12-20T19:48:44.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-20T19:48:44.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-20T19:48:44.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-20T19:48:44.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2812 | 2024-12-20T19:48:44.756Z | |
2813 | 2024-12-20T19:48:44.756Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2814 | 2024-12-20T19:48:45.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-20T19:48:45.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-20T19:48:45.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-20T19:48:45.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2818 | 2024-12-20T19:48:45.411Z | |
2819 | 2024-12-20T19:48:45.411Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2820 | 2024-12-20T19:48:45.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-20T19:48:45.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-20T19:48:45.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-20T19:48:45.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2824 | 2024-12-20T19:48:46.038Z | |
2825 | 2024-12-20T19:48:46.038Z | info: running `cargo check --bins` on sp-sim (99/175) |
2826 | 2024-12-20T19:48:46.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-20T19:48:46.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-20T19:48:46.674Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2829 | 2024-12-20T19:48:48.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2830 | 2024-12-20T19:48:48.692Z | |
2831 | 2024-12-20T19:48:48.692Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2832 | 2024-12-20T19:48:49.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-20T19:48:49.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-20T19:48:49.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-12-20T19:48:49.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2836 | 2024-12-20T19:48:49.366Z | |
2837 | 2024-12-20T19:48:49.366Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2838 | 2024-12-20T19:48:49.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-20T19:48:49.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-20T19:48:49.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-20T19:48:49.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2842 | 2024-12-20T19:48:50.047Z | |
2843 | 2024-12-20T19:48:50.047Z | info: running `cargo check --bins` on db-macros (102/175) |
2844 | 2024-12-20T19:48:50.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-20T19:48:50.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-20T19:48:50.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-20T19:48:50.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2848 | 2024-12-20T19:48:50.649Z | |
2849 | 2024-12-20T19:48:50.649Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2850 | 2024-12-20T19:48:51.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-20T19:48:51.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-20T19:48:51.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-20T19:48:51.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2854 | 2024-12-20T19:48:51.258Z | |
2855 | 2024-12-20T19:48:51.258Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2856 | 2024-12-20T19:48:51.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-20T19:48:51.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-20T19:48:51.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-20T19:48:51.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2860 | 2024-12-20T19:48:51.927Z | |
2861 | 2024-12-20T19:48:51.927Z | info: running `cargo check --bins` on authz-macros (105/175) |
2862 | 2024-12-20T19:48:52.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-20T19:48:52.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-20T19:48:52.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-20T19:48:52.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2866 | 2024-12-20T19:48:52.532Z | |
2867 | 2024-12-20T19:48:52.533Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2868 | 2024-12-20T19:48:53.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-20T19:48:53.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-20T19:48:53.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-20T19:48:53.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2872 | 2024-12-20T19:48:53.190Z | |
2873 | 2024-12-20T19:48:53.190Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2874 | 2024-12-20T19:48:53.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-20T19:48:53.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-20T19:48:53.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-20T19:48:53.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-12-20T19:48:53.849Z | |
2879 | 2024-12-20T19:48:53.849Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2880 | 2024-12-20T19:48:54.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-20T19:48:54.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-20T19:48:54.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-20T19:48:54.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2884 | 2024-12-20T19:48:54.478Z | |
2885 | 2024-12-20T19:48:54.478Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2886 | 2024-12-20T19:48:55.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-20T19:48:55.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-20T19:48:55.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-20T19:48:55.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2890 | 2024-12-20T19:48:55.125Z | |
2891 | 2024-12-20T19:48:55.125Z | info: running `cargo check --bins` on typed-rng (110/175) |
2892 | 2024-12-20T19:48:55.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-20T19:48:55.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-20T19:48:55.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-20T19:48:55.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2896 | 2024-12-20T19:48:55.735Z | |
2897 | 2024-12-20T19:48:55.735Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2898 | 2024-12-20T19:48:56.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-20T19:48:56.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-20T19:48:56.483Z | Checking keccak v0.1.5 |
2901 | 2024-12-20T19:48:56.579Z | Checking secrecy v0.8.0 |
2902 | 2024-12-20T19:48:56.581Z | Compiling unicase v2.7.0 |
2903 | 2024-12-20T19:48:56.581Z | Compiling same-file v1.0.6 |
2904 | 2024-12-20T19:48:56.595Z | Compiling tempfile v3.13.0 |
2905 | 2024-12-20T19:48:56.614Z | Compiling thiserror-impl-no-std v2.0.2 |
2906 | 2024-12-20T19:48:56.617Z | Checking universal-hash v0.5.1 |
2907 | 2024-12-20T19:48:56.617Z | Compiling ring v0.16.20 |
2908 | 2024-12-20T19:48:56.759Z | Compiling walkdir v2.5.0 |
2909 | 2024-12-20T19:48:56.824Z | Compiling blake3 v1.5.4 |
2910 | 2024-12-20T19:48:56.860Z | Checking sha3 v0.10.8 |
2911 | 2024-12-20T19:48:56.864Z | Checking opaque-debug v0.3.1 |
2912 | 2024-12-20T19:48:56.949Z | Checking poly1305 v0.8.0 |
2913 | 2024-12-20T19:48:57.030Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2914 | 2024-12-20T19:48:57.298Z | Checking chacha20 v0.9.1 |
2915 | 2024-12-20T19:48:57.319Z | Checking aead v0.5.2 |
2916 | 2024-12-20T19:48:57.448Z | Compiling memmap2 v0.9.5 |
2917 | 2024-12-20T19:48:57.491Z | Compiling salty v0.3.0 |
2918 | 2024-12-20T19:48:57.510Z | Compiling arrayref v0.3.9 |
2919 | 2024-12-20T19:48:57.545Z | Compiling arrayvec v0.7.6 |
2920 | 2024-12-20T19:48:57.610Z | Compiling libefi-sys v0.1.0 |
2921 | 2024-12-20T19:48:57.646Z | Compiling constant_time_eq v0.3.1 |
2922 | 2024-12-20T19:48:57.819Z | Compiling spin v0.5.2 |
2923 | 2024-12-20T19:48:57.903Z | Checking chacha20poly1305 v0.10.1 |
2924 | 2024-12-20T19:48:57.965Z | Compiling toolchain_find v0.4.0 |
2925 | 2024-12-20T19:48:57.981Z | Compiling camino-tempfile v1.1.1 |
2926 | 2024-12-20T19:48:58.038Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2927 | 2024-12-20T19:48:58.072Z | Compiling bitfield-struct v0.6.2 |
2928 | 2024-12-20T19:48:58.333Z | Compiling topological-sort v0.2.2 |
2929 | 2024-12-20T19:48:58.442Z | Compiling mime_guess v2.0.5 |
2930 | 2024-12-20T19:48:58.542Z | Compiling rustfmt-wrapper v0.2.1 |
2931 | 2024-12-20T19:48:59.070Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2932 | 2024-12-20T19:48:59.097Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2933 | 2024-12-20T19:48:59.119Z | Checking primeorder v0.13.6 |
2934 | 2024-12-20T19:48:59.377Z | Checking env_filter v0.1.2 |
2935 | 2024-12-20T19:48:59.383Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-12-20T19:48:59.534Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-12-20T19:48:59.566Z | Checking p384 v0.13.0 |
2938 | 2024-12-20T19:48:59.592Z | Checking env_logger v0.11.5 |
2939 | 2024-12-20T19:48:59.737Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2940 | 2024-12-20T19:48:59.755Z | Checking thiserror-no-std v2.0.2 |
2941 | 2024-12-20T19:48:59.757Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2942 | 2024-12-20T19:48:59.865Z | Checking vsss-rs v3.3.4 |
2943 | 2024-12-20T19:49:00.019Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2944 | 2024-12-20T19:49:00.097Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2024-12-20T19:49:00.154Z | Compiling zip v2.1.3 |
2946 | 2024-12-20T19:49:00.336Z | Checking http-range v0.1.5 |
2947 | 2024-12-20T19:49:00.422Z | Checking simd-adler32 v0.3.7 |
2948 | 2024-12-20T19:49:00.453Z | Checking lockfree-object-pool v0.1.6 |
2949 | 2024-12-20T19:49:00.512Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2950 | 2024-12-20T19:49:00.558Z | Checking bumpalo v3.16.0 |
2951 | 2024-12-20T19:49:00.636Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2952 | 2024-12-20T19:49:00.680Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2953 | 2024-12-20T19:49:00.826Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2954 | 2024-12-20T19:49:00.861Z | Checking zopfli v0.8.1 |
2955 | 2024-12-20T19:49:00.913Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2956 | 2024-12-20T19:49:01.453Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2957 | 2024-12-20T19:49:01.472Z | Checking nanorand v0.7.0 |
2958 | 2024-12-20T19:49:01.505Z | Checking atty v0.2.14 |
2959 | 2024-12-20T19:49:01.532Z | Checking glob v0.3.1 |
2960 | 2024-12-20T19:49:01.632Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2961 | 2024-12-20T19:49:01.840Z | Checking flume v0.11.1 |
2962 | 2024-12-20T19:49:02.136Z | Compiling omicron-zone-package v0.11.1 |
2963 | 2024-12-20T19:49:02.365Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2964 | 2024-12-20T19:49:02.636Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2965 | 2024-12-20T19:49:02.941Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2966 | 2024-12-20T19:49:03.379Z | Checking hyper-staticfile v0.10.1 |
2967 | 2024-12-20T19:49:03.839Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2968 | 2024-12-20T19:49:03.923Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2969 | 2024-12-20T19:49:04.139Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2970 | 2024-12-20T19:49:04.237Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2971 | 2024-12-20T19:49:04.464Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2972 | 2024-12-20T19:49:05.286Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2973 | 2024-12-20T19:49:05.540Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2974 | 2024-12-20T19:49:05.570Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2975 | 2024-12-20T19:49:05.928Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2976 | 2024-12-20T19:49:06.924Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2977 | 2024-12-20T19:49:08.745Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2978 | 2024-12-20T19:49:08.748Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2979 | 2024-12-20T19:49:18.912Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-12-20T19:49:32.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s |
2981 | 2024-12-20T19:49:32.376Z | |
2982 | 2024-12-20T19:49:32.376Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2983 | 2024-12-20T19:49:32.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-12-20T19:49:32.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-12-20T19:49:33.110Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-12-20T19:49:46.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
2987 | 2024-12-20T19:49:46.699Z | |
2988 | 2024-12-20T19:49:46.699Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
2989 | 2024-12-20T19:49:47.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-12-20T19:49:47.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-12-20T19:49:47.424Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-12-20T19:50:00.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
2993 | 2024-12-20T19:50:00.871Z | |
2994 | 2024-12-20T19:50:00.871Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
2995 | 2024-12-20T19:50:01.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-12-20T19:50:01.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-12-20T19:50:01.603Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-12-20T19:50:14.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
2999 | 2024-12-20T19:50:14.984Z | |
3000 | 2024-12-20T19:50:14.984Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
3001 | 2024-12-20T19:50:15.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-12-20T19:50:15.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-12-20T19:50:15.714Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-12-20T19:50:29.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s |
3005 | 2024-12-20T19:50:29.211Z | |
3006 | 2024-12-20T19:50:29.211Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3007 | 2024-12-20T19:50:29.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-12-20T19:50:29.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-12-20T19:50:29.942Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-12-20T19:50:43.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s |
3011 | 2024-12-20T19:50:43.474Z | |
3012 | 2024-12-20T19:50:43.474Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3013 | 2024-12-20T19:50:44.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-12-20T19:50:44.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-12-20T19:50:44.200Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2024-12-20T19:50:57.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
3017 | 2024-12-20T19:50:58.190Z | |
3018 | 2024-12-20T19:50:58.190Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3019 | 2024-12-20T19:50:58.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-12-20T19:50:58.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-12-20T19:50:58.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2024-12-20T19:51:12.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
3023 | 2024-12-20T19:51:12.260Z | |
3024 | 2024-12-20T19:51:12.260Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3025 | 2024-12-20T19:51:12.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-12-20T19:51:12.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-12-20T19:51:12.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-12-20T19:51:12.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3029 | 2024-12-20T19:51:12.913Z | |
3030 | 2024-12-20T19:51:12.913Z | info: running `cargo check --bins` on key-manager (120/175) |
3031 | 2024-12-20T19:51:13.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-12-20T19:51:13.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-12-20T19:51:13.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-12-20T19:51:13.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3035 | 2024-12-20T19:51:13.537Z | |
3036 | 2024-12-20T19:51:13.537Z | info: running `cargo check --bins` on range-requests (121/175) |
3037 | 2024-12-20T19:51:14.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-12-20T19:51:14.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-12-20T19:51:14.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-12-20T19:51:14.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3041 | 2024-12-20T19:51:14.140Z | |
3042 | 2024-12-20T19:51:14.140Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3043 | 2024-12-20T19:51:14.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-12-20T19:51:14.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-12-20T19:51:14.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-12-20T19:51:14.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3047 | 2024-12-20T19:51:14.765Z | |
3048 | 2024-12-20T19:51:14.765Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3049 | 2024-12-20T19:51:15.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-12-20T19:51:15.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-12-20T19:51:15.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-12-20T19:51:15.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3053 | 2024-12-20T19:51:15.408Z | |
3054 | 2024-12-20T19:51:15.408Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3055 | 2024-12-20T19:51:15.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-12-20T19:51:15.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-12-20T19:51:15.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-12-20T19:51:15.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3059 | 2024-12-20T19:51:16.013Z | |
3060 | 2024-12-20T19:51:16.013Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3061 | 2024-12-20T19:51:16.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-12-20T19:51:16.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-12-20T19:51:16.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-12-20T19:51:16.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3065 | 2024-12-20T19:51:16.647Z | |
3066 | 2024-12-20T19:51:16.647Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3067 | 2024-12-20T19:51:17.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-12-20T19:51:17.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-12-20T19:51:17.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-12-20T19:51:17.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3071 | 2024-12-20T19:51:17.284Z | |
3072 | 2024-12-20T19:51:17.284Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3073 | 2024-12-20T19:51:17.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-12-20T19:51:17.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-12-20T19:51:17.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-12-20T19:51:17.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3077 | 2024-12-20T19:51:17.927Z | |
3078 | 2024-12-20T19:51:17.927Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3079 | 2024-12-20T19:51:18.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-12-20T19:51:18.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-12-20T19:51:18.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2024-12-20T19:51:18.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3083 | 2024-12-20T19:51:18.581Z | |
3084 | 2024-12-20T19:51:18.581Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3085 | 2024-12-20T19:51:19.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-12-20T19:51:19.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-12-20T19:51:19.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2024-12-20T19:51:19.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3089 | 2024-12-20T19:51:19.229Z | |
3090 | 2024-12-20T19:51:19.229Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3091 | 2024-12-20T19:51:19.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2024-12-20T19:51:19.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2024-12-20T19:51:19.913Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3094 | 2024-12-20T19:51:19.913Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3095 | 2024-12-20T19:51:20.793Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3096 | 2024-12-20T19:51:22.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3097 | 2024-12-20T19:51:22.959Z | |
3098 | 2024-12-20T19:51:22.959Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3099 | 2024-12-20T19:51:23.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-12-20T19:51:23.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-12-20T19:51:23.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2024-12-20T19:51:23.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3103 | 2024-12-20T19:51:23.592Z | |
3104 | 2024-12-20T19:51:23.592Z | info: running `cargo check --bins` on cert-dev (132/175) |
3105 | 2024-12-20T19:51:24.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-12-20T19:51:24.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-12-20T19:51:24.208Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3108 | 2024-12-20T19:51:24.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3109 | 2024-12-20T19:51:24.636Z | |
3110 | 2024-12-20T19:51:24.636Z | info: running `cargo check --bins` on clickana (133/175) |
3111 | 2024-12-20T19:51:25.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-12-20T19:51:25.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-12-20T19:51:25.286Z | Checking castaway v0.2.3 |
3114 | 2024-12-20T19:51:25.286Z | Checking unicode-truncate v1.1.0 |
3115 | 2024-12-20T19:51:25.288Z | Checking lru v0.12.5 |
3116 | 2024-12-20T19:51:25.288Z | Compiling instability v0.3.2 |
3117 | 2024-12-20T19:51:25.288Z | Checking cassowary v0.3.0 |
3118 | 2024-12-20T19:51:25.288Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3119 | 2024-12-20T19:51:25.525Z | Checking compact_str v0.8.0 |
3120 | 2024-12-20T19:51:26.150Z | Checking ratatui v0.28.1 |
3121 | 2024-12-20T19:51:27.993Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3122 | 2024-12-20T19:51:28.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
3123 | 2024-12-20T19:51:28.987Z | |
3124 | 2024-12-20T19:51:28.987Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3125 | 2024-12-20T19:51:29.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-12-20T19:51:29.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-12-20T19:51:29.662Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3128 | 2024-12-20T19:51:29.662Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3129 | 2024-12-20T19:51:30.238Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3130 | 2024-12-20T19:51:30.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3131 | 2024-12-20T19:51:30.784Z | |
3132 | 2024-12-20T19:51:30.784Z | info: running `cargo check --bins` on ch-dev (135/175) |
3133 | 2024-12-20T19:51:31.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-20T19:51:31.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-20T19:51:31.440Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3136 | 2024-12-20T19:51:32.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3137 | 2024-12-20T19:51:32.311Z | |
3138 | 2024-12-20T19:51:32.311Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3139 | 2024-12-20T19:51:32.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-12-20T19:51:32.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-12-20T19:51:32.966Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3142 | 2024-12-20T19:51:33.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3143 | 2024-12-20T19:51:33.502Z | |
3144 | 2024-12-20T19:51:33.502Z | info: running `cargo check --bins` on db-dev (137/175) |
3145 | 2024-12-20T19:51:34.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-12-20T19:51:34.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-12-20T19:51:34.159Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3148 | 2024-12-20T19:51:34.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3149 | 2024-12-20T19:51:35.046Z | |
3150 | 2024-12-20T19:51:35.046Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3151 | 2024-12-20T19:51:35.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-12-20T19:51:35.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-12-20T19:51:35.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3154 | 2024-12-20T19:51:35.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3155 | 2024-12-20T19:51:35.690Z | |
3156 | 2024-12-20T19:51:35.690Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3157 | 2024-12-20T19:51:36.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-12-20T19:51:36.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-12-20T19:51:36.305Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3160 | 2024-12-20T19:51:37.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3161 | 2024-12-20T19:51:37.351Z | |
3162 | 2024-12-20T19:51:37.351Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3163 | 2024-12-20T19:51:37.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-12-20T19:51:37.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-12-20T19:51:37.967Z | Checking cargo-platform v0.1.8 |
3166 | 2024-12-20T19:51:38.235Z | Checking cargo_metadata v0.18.1 |
3167 | 2024-12-20T19:51:39.187Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3168 | 2024-12-20T19:51:39.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3169 | 2024-12-20T19:51:40.150Z | |
3170 | 2024-12-20T19:51:40.150Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3171 | 2024-12-20T19:51:40.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-12-20T19:51:40.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-12-20T19:51:40.861Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3174 | 2024-12-20T19:51:41.574Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3175 | 2024-12-20T19:51:42.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3176 | 2024-12-20T19:51:42.323Z | |
3177 | 2024-12-20T19:51:42.323Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3178 | 2024-12-20T19:51:42.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-12-20T19:51:42.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-12-20T19:51:43.101Z | Compiling crunchy v0.2.2 |
3181 | 2024-12-20T19:51:43.104Z | Compiling tiny-keccak v2.0.2 |
3182 | 2024-12-20T19:51:43.104Z | Compiling dsl_auto_type v0.1.2 |
3183 | 2024-12-20T19:51:43.104Z | Checking scheduled-thread-pool v0.2.7 |
3184 | 2024-12-20T19:51:43.104Z | Compiling diesel_table_macro_syntax v0.2.0 |
3185 | 2024-12-20T19:51:43.247Z | Compiling ascii-canvas v3.0.0 |
3186 | 2024-12-20T19:51:43.250Z | Compiling ena v0.14.3 |
3187 | 2024-12-20T19:51:43.250Z | Compiling diff v0.1.13 |
3188 | 2024-12-20T19:51:43.429Z | Checking r2d2 v0.8.10 |
3189 | 2024-12-20T19:51:43.694Z | Compiling regex-syntax v0.6.29 |
3190 | 2024-12-20T19:51:43.708Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3191 | 2024-12-20T19:51:43.710Z | Compiling ref-cast v1.0.23 |
3192 | 2024-12-20T19:51:43.746Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3193 | 2024-12-20T19:51:43.783Z | Compiling derive_builder_core v0.20.2 |
3194 | 2024-12-20T19:51:43.896Z | Compiling libxml v0.3.3 |
3195 | 2024-12-20T19:51:43.920Z | Compiling ref-cast-impl v1.0.23 |
3196 | 2024-12-20T19:51:44.023Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3197 | 2024-12-20T19:51:44.299Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3198 | 2024-12-20T19:51:44.318Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3199 | 2024-12-20T19:51:44.484Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3200 | 2024-12-20T19:51:44.544Z | Compiling strum_macros v0.24.3 |
3201 | 2024-12-20T19:51:44.581Z | Compiling samael v0.0.17 |
3202 | 2024-12-20T19:51:44.838Z | Compiling diesel_derives v2.2.3 |
3203 | 2024-12-20T19:51:44.899Z | Compiling indoc v1.0.9 |
3204 | 2024-12-20T19:51:45.860Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3205 | 2024-12-20T19:51:46.147Z | Compiling oso-derive v0.27.3 |
3206 | 2024-12-20T19:51:46.245Z | Compiling derive_builder_macro v0.20.2 |
3207 | 2024-12-20T19:51:47.021Z | Compiling lalrpop v0.19.12 |
3208 | 2024-12-20T19:51:47.123Z | Checking derive_builder v0.20.2 |
3209 | 2024-12-20T19:51:47.183Z | Compiling impl-trait-for-tuples v0.2.2 |
3210 | 2024-12-20T19:51:47.277Z | Checking quick-xml v0.33.0 |
3211 | 2024-12-20T19:51:47.730Z | Compiling diesel-dtrace v0.4.2 |
3212 | 2024-12-20T19:51:48.062Z | Checking maplit v1.0.2 |
3213 | 2024-12-20T19:51:48.232Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3214 | 2024-12-20T19:51:48.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3215 | 2024-12-20T19:51:48.535Z | Checking bb8 v0.8.5 |
3216 | 2024-12-20T19:51:48.791Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3217 | 2024-12-20T19:51:49.013Z | Checking rand_seeder v0.3.0 |
3218 | 2024-12-20T19:51:49.109Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3219 | 2024-12-20T19:51:49.256Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3220 | 2024-12-20T19:51:49.463Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3221 | 2024-12-20T19:51:49.658Z | Checking is_ci v1.2.0 |
3222 | 2024-12-20T19:51:49.735Z | Checking unicode-linebreak v0.1.5 |
3223 | 2024-12-20T19:51:49.805Z | Checking smawk v0.3.2 |
3224 | 2024-12-20T19:51:49.928Z | Checking supports-color v3.0.1 |
3225 | 2024-12-20T19:51:50.044Z | Checking multimap v0.10.0 |
3226 | 2024-12-20T19:51:50.127Z | Checking textwrap v0.16.1 |
3227 | 2024-12-20T19:51:50.915Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3228 | 2024-12-20T19:51:53.781Z | Checking diesel v2.2.6 |
3229 | 2024-12-20T19:52:20.451Z | Compiling polar-core v0.27.3 |
3230 | 2024-12-20T19:52:23.275Z | Checking async-bb8-diesel v0.2.1 |
3231 | 2024-12-20T19:52:27.966Z | Checking oso v0.27.3 |
3232 | 2024-12-20T19:53:37.024Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3233 | 2024-12-20T19:53:43.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3234 | 2024-12-20T19:53:43.361Z | |
3235 | 2024-12-20T19:53:43.361Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3236 | 2024-12-20T19:53:43.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-12-20T19:53:43.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-12-20T19:53:43.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2024-12-20T19:53:43.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3240 | 2024-12-20T19:53:44.038Z | |
3241 | 2024-12-20T19:53:44.038Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3242 | 2024-12-20T19:53:44.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-12-20T19:53:44.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-12-20T19:53:44.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2024-12-20T19:53:44.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3246 | 2024-12-20T19:53:44.710Z | |
3247 | 2024-12-20T19:53:44.710Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3248 | 2024-12-20T19:53:45.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-12-20T19:53:45.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-12-20T19:53:45.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2024-12-20T19:53:45.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3252 | 2024-12-20T19:53:45.320Z | |
3253 | 2024-12-20T19:53:45.320Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3254 | 2024-12-20T19:53:45.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-12-20T19:53:45.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-12-20T19:53:46.123Z | Compiling libz-sys v1.1.20 |
3257 | 2024-12-20T19:53:46.239Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3258 | 2024-12-20T19:53:46.247Z | Compiling vergen v8.3.2 |
3259 | 2024-12-20T19:53:46.249Z | Compiling cargo-platform v0.1.8 |
3260 | 2024-12-20T19:53:46.250Z | Compiling pin-project-internal v1.1.6 |
3261 | 2024-12-20T19:53:46.281Z | Compiling snafu-derive v0.8.5 |
3262 | 2024-12-20T19:53:46.283Z | Compiling libsqlite3-sys v0.30.1 |
3263 | 2024-12-20T19:53:46.284Z | Compiling rustls v0.21.12 |
3264 | 2024-12-20T19:53:46.527Z | Compiling buf-list v1.0.3 |
3265 | 2024-12-20T19:53:46.563Z | Compiling cargo_metadata v0.18.1 |
3266 | 2024-12-20T19:53:46.779Z | Compiling cfg_aliases v0.2.1 |
3267 | 2024-12-20T19:53:46.888Z | Compiling nix v0.29.0 |
3268 | 2024-12-20T19:53:46.968Z | Checking globset v0.4.15 |
3269 | 2024-12-20T19:53:47.203Z | Checking olpc-cjson v0.1.4 |
3270 | 2024-12-20T19:53:47.222Z | Checking rustls-webpki v0.101.7 |
3271 | 2024-12-20T19:53:47.414Z | Checking sct v0.7.1 |
3272 | 2024-12-20T19:53:47.459Z | Checking serde_plain v1.0.2 |
3273 | 2024-12-20T19:53:47.608Z | Checking typed-path v0.9.3 |
3274 | 2024-12-20T19:53:48.005Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3275 | 2024-12-20T19:53:48.248Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3276 | 2024-12-20T19:53:48.272Z | Checking hashlink v0.9.1 |
3277 | 2024-12-20T19:53:48.521Z | Checking parse-size v1.1.0 |
3278 | 2024-12-20T19:53:48.703Z | Checking fallible-iterator v0.3.0 |
3279 | 2024-12-20T19:53:48.896Z | Checking fallible-streaming-iterator v0.1.9 |
3280 | 2024-12-20T19:53:49.297Z | Checking pin-project v1.1.6 |
3281 | 2024-12-20T19:53:49.333Z | Checking rusqlite v0.32.1 |
3282 | 2024-12-20T19:53:49.426Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3283 | 2024-12-20T19:53:49.596Z | Checking rustls-pemfile v1.0.4 |
3284 | 2024-12-20T19:53:49.663Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3285 | 2024-12-20T19:53:49.801Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3286 | 2024-12-20T19:53:50.066Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3287 | 2024-12-20T19:53:50.135Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3288 | 2024-12-20T19:53:50.273Z | Checking twox-hash v1.6.3 |
3289 | 2024-12-20T19:53:50.394Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3290 | 2024-12-20T19:53:50.744Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3291 | 2024-12-20T19:53:50.849Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3292 | 2024-12-20T19:53:51.267Z | Checking tokio-rustls v0.24.1 |
3293 | 2024-12-20T19:53:51.332Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3294 | 2024-12-20T19:53:51.456Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3295 | 2024-12-20T19:53:51.634Z | Checking fatfs v0.3.6 |
3296 | 2024-12-20T19:53:51.747Z | Checking snafu v0.8.5 |
3297 | 2024-12-20T19:53:52.198Z | Checking tough v0.19.0 |
3298 | 2024-12-20T19:53:52.346Z | Checking assert_matches v1.5.0 |
3299 | 2024-12-20T19:53:56.353Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3300 | 2024-12-20T19:53:57.673Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3301 | 2024-12-20T19:53:58.545Z | Compiling git2 v0.19.0 |
3302 | 2024-12-20T19:54:03.255Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3303 | 2024-12-20T19:54:56.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3304 | 2024-12-20T19:54:56.784Z | |
3305 | 2024-12-20T19:54:56.785Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3306 | 2024-12-20T19:54:57.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2024-12-20T19:54:57.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2024-12-20T19:54:57.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2024-12-20T19:54:57.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3310 | 2024-12-20T19:54:57.492Z | |
3311 | 2024-12-20T19:54:57.492Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3312 | 2024-12-20T19:54:58.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2024-12-20T19:54:58.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2024-12-20T19:54:58.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2024-12-20T19:54:58.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3316 | 2024-12-20T19:54:58.102Z | |
3317 | 2024-12-20T19:54:58.102Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3318 | 2024-12-20T19:54:58.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2024-12-20T19:54:58.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2024-12-20T19:54:58.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2024-12-20T19:54:58.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3322 | 2024-12-20T19:54:58.745Z | |
3323 | 2024-12-20T19:54:58.745Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3324 | 2024-12-20T19:54:59.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-12-20T19:54:59.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-12-20T19:54:59.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2024-12-20T19:54:59.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3328 | 2024-12-20T19:54:59.421Z | |
3329 | 2024-12-20T19:54:59.421Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3330 | 2024-12-20T19:55:00.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-12-20T19:55:00.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-12-20T19:55:00.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2024-12-20T19:55:00.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3334 | 2024-12-20T19:55:00.087Z | |
3335 | 2024-12-20T19:55:00.087Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3336 | 2024-12-20T19:55:00.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-12-20T19:55:00.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-12-20T19:55:00.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3339 | 2024-12-20T19:55:00.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3340 | 2024-12-20T19:55:00.755Z | |
3341 | 2024-12-20T19:55:00.755Z | info: running `cargo check --bins` on update-common (153/175) |
3342 | 2024-12-20T19:55:01.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-12-20T19:55:01.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-12-20T19:55:01.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2024-12-20T19:55:01.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3346 | 2024-12-20T19:55:01.397Z | |
3347 | 2024-12-20T19:55:01.397Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3348 | 2024-12-20T19:55:01.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-12-20T19:55:01.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-12-20T19:55:01.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3351 | 2024-12-20T19:55:01.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3352 | 2024-12-20T19:55:02.035Z | |
3353 | 2024-12-20T19:55:02.035Z | info: running `cargo check --bins` on tufaceous (155/175) |
3354 | 2024-12-20T19:55:02.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-12-20T19:55:02.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-12-20T19:55:02.706Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3357 | 2024-12-20T19:55:03.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3358 | 2024-12-20T19:55:03.868Z | |
3359 | 2024-12-20T19:55:03.868Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3360 | 2024-12-20T19:55:04.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-12-20T19:55:04.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-12-20T19:55:04.715Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3363 | 2024-12-20T19:55:04.843Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3364 | 2024-12-20T19:55:04.845Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3365 | 2024-12-20T19:55:04.845Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3366 | 2024-12-20T19:55:30.943Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3367 | 2024-12-20T19:55:30.944Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3368 | 2024-12-20T19:55:30.946Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3369 | 2024-12-20T19:55:30.946Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3370 | 2024-12-20T19:55:30.946Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3371 | 2024-12-20T19:55:31.851Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3372 | 2024-12-20T19:55:33.144Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3373 | 2024-12-20T19:56:11.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3374 | 2024-12-20T19:56:11.584Z | |
3375 | 2024-12-20T19:56:11.584Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3376 | 2024-12-20T19:56:12.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-20T19:56:12.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-20T19:56:12.281Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3379 | 2024-12-20T19:56:12.284Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3380 | 2024-12-20T19:56:12.284Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3381 | 2024-12-20T19:56:13.959Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3382 | 2024-12-20T19:56:14.846Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3383 | 2024-12-20T19:56:15.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3384 | 2024-12-20T19:56:16.117Z | |
3385 | 2024-12-20T19:56:16.117Z | info: running `cargo check --bins` on installinator-api (158/175) |
3386 | 2024-12-20T19:56:16.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-12-20T19:56:16.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-12-20T19:56:16.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-12-20T19:56:16.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3390 | 2024-12-20T19:56:16.772Z | |
3391 | 2024-12-20T19:56:16.772Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3392 | 2024-12-20T19:56:17.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-12-20T19:56:17.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-12-20T19:56:17.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3395 | 2024-12-20T19:56:17.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3396 | 2024-12-20T19:56:17.435Z | |
3397 | 2024-12-20T19:56:17.435Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3398 | 2024-12-20T19:56:18.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-12-20T19:56:18.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-12-20T19:56:18.128Z | Compiling petname v2.0.2 |
3401 | 2024-12-20T19:56:18.131Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3402 | 2024-12-20T19:56:18.131Z | Checking sync-ptr v0.1.1 |
3403 | 2024-12-20T19:56:19.548Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3404 | 2024-12-20T19:56:21.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3405 | 2024-12-20T19:56:21.284Z | |
3406 | 2024-12-20T19:56:21.285Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3407 | 2024-12-20T19:56:21.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2024-12-20T19:56:21.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2024-12-20T19:56:21.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3410 | 2024-12-20T19:56:21.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3411 | 2024-12-20T19:56:21.954Z | |
3412 | 2024-12-20T19:56:21.954Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3413 | 2024-12-20T19:56:22.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-12-20T19:56:22.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-12-20T19:56:22.632Z | Checking memmap2 v0.9.5 |
3416 | 2024-12-20T19:56:22.632Z | Checking arrayref v0.3.9 |
3417 | 2024-12-20T19:56:22.632Z | Checking spin v0.5.2 |
3418 | 2024-12-20T19:56:22.635Z | Checking constant_time_eq v0.3.1 |
3419 | 2024-12-20T19:56:22.635Z | Checking arrayvec v0.7.6 |
3420 | 2024-12-20T19:56:22.635Z | Checking topological-sort v0.2.2 |
3421 | 2024-12-20T19:56:22.747Z | Checking shell-words v1.1.0 |
3422 | 2024-12-20T19:56:22.907Z | Checking ring v0.16.20 |
3423 | 2024-12-20T19:56:23.051Z | Checking blake3 v1.5.4 |
3424 | 2024-12-20T19:56:24.040Z | Checking omicron-zone-package v0.11.1 |
3425 | 2024-12-20T19:56:25.142Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3426 | 2024-12-20T19:56:26.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3427 | 2024-12-20T19:56:26.221Z | |
3428 | 2024-12-20T19:56:26.221Z | info: running `cargo check --bins` on xtask (163/175) |
3429 | 2024-12-20T19:56:26.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2024-12-20T19:56:26.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2024-12-20T19:56:26.642Z | Checking bitflags v2.6.0 |
3432 | 2024-12-20T19:56:26.644Z | Checking serde v1.0.215 |
3433 | 2024-12-20T19:56:26.644Z | Checking thiserror v1.0.69 |
3434 | 2024-12-20T19:56:26.732Z | Checking scroll v0.12.0 |
3435 | 2024-12-20T19:56:26.735Z | Checking log v0.4.22 |
3436 | 2024-12-20T19:56:26.742Z | Checking hashbrown v0.15.1 |
3437 | 2024-12-20T19:56:26.760Z | Checking zerocopy v0.7.35 |
3438 | 2024-12-20T19:56:26.774Z | Checking syn v2.0.87 |
3439 | 2024-12-20T19:56:26.818Z | Checking pest v2.7.14 |
3440 | 2024-12-20T19:56:26.954Z | Checking rustix v0.38.37 |
3441 | 2024-12-20T19:56:26.982Z | Checking once_cell v1.20.2 |
3442 | 2024-12-20T19:56:27.173Z | Checking goblin v0.8.2 |
3443 | 2024-12-20T19:56:27.266Z | Checking fs-err v2.11.0 |
3444 | 2024-12-20T19:56:27.572Z | Checking anyhow v1.0.93 |
3445 | 2024-12-20T19:56:27.814Z | Checking indexmap v2.6.0 |
3446 | 2024-12-20T19:56:27.973Z | Checking tabled v0.15.0 |
3447 | 2024-12-20T19:56:28.861Z | Checking terminal_size v0.4.0 |
3448 | 2024-12-20T19:56:28.861Z | Checking tempfile v3.13.0 |
3449 | 2024-12-20T19:56:29.022Z | Checking clap_builder v4.5.21 |
3450 | 2024-12-20T19:56:29.204Z | Checking dtrace-parser v0.2.0 |
3451 | 2024-12-20T19:56:31.085Z | Checking serde_json v1.0.132 |
3452 | 2024-12-20T19:56:31.085Z | Checking toml_datetime v0.6.8 |
3453 | 2024-12-20T19:56:31.085Z | Checking serde_spanned v0.6.8 |
3454 | 2024-12-20T19:56:31.093Z | Checking camino v1.1.9 |
3455 | 2024-12-20T19:56:31.094Z | Checking cargo-platform v0.1.8 |
3456 | 2024-12-20T19:56:31.140Z | Checking semver v1.0.23 |
3457 | 2024-12-20T19:56:31.242Z | Checking clap v4.5.21 |
3458 | 2024-12-20T19:56:31.307Z | Checking macaddr v1.0.1 |
3459 | 2024-12-20T19:56:31.378Z | Checking toml_edit v0.22.22 |
3460 | 2024-12-20T19:56:31.580Z | Checking camino-tempfile v1.1.1 |
3461 | 2024-12-20T19:56:32.274Z | Checking dof v0.3.0 |
3462 | 2024-12-20T19:56:32.274Z | Checking cargo_metadata v0.18.1 |
3463 | 2024-12-20T19:56:32.696Z | Checking usdt-impl v0.5.0 |
3464 | 2024-12-20T19:56:33.045Z | Checking usdt v0.5.0 |
3465 | 2024-12-20T19:56:33.158Z | Checking toml v0.8.19 |
3466 | 2024-12-20T19:56:33.624Z | Checking cargo_toml v0.20.5 |
3467 | 2024-12-20T19:56:34.814Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3468 | 2024-12-20T19:56:35.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3469 | 2024-12-20T19:56:35.516Z | |
3470 | 2024-12-20T19:56:35.516Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3471 | 2024-12-20T19:56:36.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3472 | 2024-12-20T19:56:36.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3473 | 2024-12-20T19:56:36.271Z | Checking polyval v0.6.2 |
3474 | 2024-12-20T19:56:36.383Z | Checking ctr v0.9.2 |
3475 | 2024-12-20T19:56:36.396Z | Checking ssh-encoding v0.2.0 |
3476 | 2024-12-20T19:56:36.399Z | Checking blowfish v0.9.1 |
3477 | 2024-12-20T19:56:36.423Z | Checking password-hash v0.4.2 |
3478 | 2024-12-20T19:56:36.426Z | Checking matches v0.1.10 |
3479 | 2024-12-20T19:56:36.455Z | Checking p521 v0.13.3 |
3480 | 2024-12-20T19:56:36.458Z | Checking p256 v0.13.2 |
3481 | 2024-12-20T19:56:36.532Z | Checking idna v0.2.3 |
3482 | 2024-12-20T19:56:36.594Z | Checking ghash v0.5.1 |
3483 | 2024-12-20T19:56:36.617Z | Checking bcrypt-pbkdf v0.10.0 |
3484 | 2024-12-20T19:56:36.634Z | Compiling enum-as-inner v0.5.1 |
3485 | 2024-12-20T19:56:36.731Z | Checking russh-cryptovec v0.7.3 |
3486 | 2024-12-20T19:56:36.756Z | Checking aes-gcm v0.10.3 |
3487 | 2024-12-20T19:56:36.831Z | Checking pbkdf2 v0.11.0 |
3488 | 2024-12-20T19:56:36.875Z | Checking md5 v0.7.0 |
3489 | 2024-12-20T19:56:36.940Z | Checking num-bigint v0.4.6 |
3490 | 2024-12-20T19:56:36.978Z | Checking ssh-cipher v0.2.0 |
3491 | 2024-12-20T19:56:37.110Z | Checking des v0.8.1 |
3492 | 2024-12-20T19:56:37.129Z | Checking hex-literal v0.4.1 |
3493 | 2024-12-20T19:56:37.254Z | Compiling dhcproto-macros v0.1.0 |
3494 | 2024-12-20T19:56:37.257Z | Checking ssh-key v0.6.6 |
3495 | 2024-12-20T19:56:37.319Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3496 | 2024-12-20T19:56:37.357Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3497 | 2024-12-20T19:56:37.652Z | Checking trust-dns-proto v0.22.0 |
3498 | 2024-12-20T19:56:37.710Z | Checking internet-checksum v0.2.1 |
3499 | 2024-12-20T19:56:38.623Z | Checking russh-keys v0.45.0 |
3500 | 2024-12-20T19:56:39.550Z | Checking russh v0.45.0 |
3501 | 2024-12-20T19:56:40.179Z | Checking dhcproto v0.12.0 |
3502 | 2024-12-20T19:56:57.471Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3503 | 2024-12-20T19:56:58.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.36s |
3504 | 2024-12-20T19:56:59.091Z | |
3505 | 2024-12-20T19:56:59.091Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3506 | 2024-12-20T19:56:59.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-12-20T19:56:59.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-12-20T19:56:59.723Z | Checking termios v0.3.3 |
3509 | 2024-12-20T19:56:59.935Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3510 | 2024-12-20T19:57:00.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3511 | 2024-12-20T19:57:00.896Z | |
3512 | 2024-12-20T19:57:00.896Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3513 | 2024-12-20T19:57:01.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2024-12-20T19:57:01.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2024-12-20T19:57:01.598Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3516 | 2024-12-20T19:57:03.607Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3517 | 2024-12-20T19:57:05.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3518 | 2024-12-20T19:57:05.680Z | |
3519 | 2024-12-20T19:57:05.680Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3520 | 2024-12-20T19:57:06.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-12-20T19:57:06.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-12-20T19:57:06.317Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3523 | 2024-12-20T19:57:06.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3524 | 2024-12-20T19:57:06.972Z | |
3525 | 2024-12-20T19:57:06.972Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3526 | 2024-12-20T19:57:07.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-12-20T19:57:07.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-12-20T19:57:07.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2024-12-20T19:57:07.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3530 | 2024-12-20T19:57:07.584Z | |
3531 | 2024-12-20T19:57:07.584Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3532 | 2024-12-20T19:57:08.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2024-12-20T19:57:08.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2024-12-20T19:57:08.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3535 | 2024-12-20T19:57:08.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3536 | 2024-12-20T19:57:08.193Z | |
3537 | 2024-12-20T19:57:08.193Z | info: running `cargo check --bins` on omicron-package (170/175) |
3538 | 2024-12-20T19:57:08.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2024-12-20T19:57:08.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2024-12-20T19:57:08.861Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3541 | 2024-12-20T19:57:10.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3542 | 2024-12-20T19:57:10.383Z | |
3543 | 2024-12-20T19:57:10.383Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3544 | 2024-12-20T19:57:10.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2024-12-20T19:57:10.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2024-12-20T19:57:11.083Z | Checking rtoolbox v0.0.2 |
3547 | 2024-12-20T19:57:11.086Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3548 | 2024-12-20T19:57:11.086Z | Checking tui-tree-widget v0.22.0 |
3549 | 2024-12-20T19:57:11.304Z | Checking rpassword v7.3.1 |
3550 | 2024-12-20T19:57:15.347Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3551 | 2024-12-20T19:57:18.355Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3552 | 2024-12-20T19:57:19.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s |
3553 | 2024-12-20T19:57:19.753Z | |
3554 | 2024-12-20T19:57:19.753Z | info: running `cargo check --bins` on wicket (172/175) |
3555 | 2024-12-20T19:57:20.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2024-12-20T19:57:20.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2024-12-20T19:57:20.445Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3558 | 2024-12-20T19:57:20.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3559 | 2024-12-20T19:57:21.074Z | |
3560 | 2024-12-20T19:57:21.074Z | info: running `cargo check --bins` on wicketd (173/175) |
3561 | 2024-12-20T19:57:21.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3562 | 2024-12-20T19:57:21.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3563 | 2024-12-20T19:57:21.784Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3564 | 2024-12-20T19:57:25.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
3565 | 2024-12-20T19:57:25.939Z | |
3566 | 2024-12-20T19:57:25.939Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3567 | 2024-12-20T19:57:26.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3568 | 2024-12-20T19:57:26.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3569 | 2024-12-20T19:57:26.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3570 | 2024-12-20T19:57:26.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3571 | 2024-12-20T19:57:26.537Z | |
3572 | 2024-12-20T19:57:26.537Z | info: running `cargo check --bins` on zone-setup (175/175) |
3573 | 2024-12-20T19:57:27.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3574 | 2024-12-20T19:57:27.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3575 | 2024-12-20T19:57:27.254Z | Checking uzers v0.12.1 |
3576 | 2024-12-20T19:57:27.594Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3577 | 2024-12-20T19:57:28.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3578 | 2024-12-20T19:57:28.966Z | |
3579 | 2024-12-20T19:57:28.966Z | real 12:59.560852008 |
3580 | 2024-12-20T19:57:28.966Z | user 24:12.231583068 |
3581 | 2024-12-20T19:57:28.967Z | sys 5:25.396555910 |
3582 | 2024-12-20T19:57:28.967Z | trap 0.470199041 |
3583 | 2024-12-20T19:57:28.967Z | tflt 2.378472903 |
3584 | 2024-12-20T19:57:28.967Z | dflt 3.098933246 |
3585 | 2024-12-20T19:57:28.967Z | kflt 0.000695969 |
3586 | 2024-12-20T19:57:28.967Z | lock 46:03.209712621 |
3587 | 2024-12-20T19:57:28.967Z | slp 2:06:09.049721513 |
3588 | 2024-12-20T19:57:28.967Z | lat 59.820172348 |
3589 | 2024-12-20T19:57:28.967Z | stop 3:19.449834959 |
3590 | 2024-12-20T19:57:28.969Z | process exited: duration 1105123 ms, exit code 0 |
|
3591 | 2024-12-20T19:57:28.975Z | found 0 output files |