|
|
|
1 | 2024-11-13T04:20:47.384Z | job assigned to worker 01JCHVZKEZTPNPKTC841YCZQ85 (queued for 56 s) |
|
2 | 2024-11-13T04:20:54.552Z | starting task 0: "setup" |
3 | 2024-11-13T04:20:54.562Z | ++ uname -s |
4 | 2024-11-13T04:20:54.565Z | + kern=SunOS |
5 | 2024-11-13T04:20:54.565Z | + case "$kern" in |
6 | 2024-11-13T04:20:54.565Z | + groupadd -g 12345 build |
7 | 2024-11-13T04:20:54.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T04:20:56.580Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T04:20:56.707Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T04:20:56.711Z | + home_fs=zfs |
11 | 2024-11-13T04:20:56.711Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T04:20:56.711Z | + mkdir -p /home/build |
13 | 2024-11-13T04:20:56.713Z | + chown build:build /home/build /work |
14 | 2024-11-13T04:20:58.714Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T04:20:58.717Z | process exited: duration 4166 ms, exit code 0 |
|
16 | 2024-11-13T04:20:58.722Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T04:20:58.728Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T04:20:58.728Z | * toolchain channel = "1.81.0" |
19 | 2024-11-13T04:20:58.728Z | ' 1.81.0 |
20 | 2024-11-13T04:20:58.728Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T04:20:58.728Z | ' default |
22 | 2024-11-13T04:20:58.728Z | * toolchain profile = "default" |
23 | 2024-11-13T04:20:58.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T04:20:58.731Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T04:20:59.067Z | info: downloading installer |
26 | 2024-11-13T04:21:00.270Z | info: profile set to 'default' |
27 | 2024-11-13T04:21:00.270Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T04:21:00.273Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T04:21:00.428Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T04:21:00.428Z | info: downloading component 'cargo' |
31 | 2024-11-13T04:21:01.248Z | info: downloading component 'clippy' |
32 | 2024-11-13T04:21:01.553Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T04:21:02.683Z | info: downloading component 'rust-std' |
34 | 2024-11-13T04:21:04.442Z | info: downloading component 'rustc' |
35 | 2024-11-13T04:21:10.714Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T04:21:10.952Z | info: installing component 'cargo' |
37 | 2024-11-13T04:21:11.784Z | info: installing component 'clippy' |
38 | 2024-11-13T04:21:12.170Z | info: installing component 'rust-docs' |
39 | 2024-11-13T04:21:13.790Z | info: installing component 'rust-std' |
40 | 2024-11-13T04:21:15.607Z | info: installing component 'rustc' |
41 | 2024-11-13T04:21:21.368Z | info: installing component 'rustfmt' |
42 | 2024-11-13T04:21:21.710Z | |
43 | 2024-11-13T04:21:21.710Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-13T04:21:22.078Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T04:21:22.078Z | |
46 | 2024-11-13T04:21:22.081Z | |
47 | 2024-11-13T04:21:22.081Z | Rust is installed now. Great! |
48 | 2024-11-13T04:21:22.081Z | |
49 | 2024-11-13T04:21:22.081Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T04:21:22.081Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T04:21:22.081Z | |
52 | 2024-11-13T04:21:22.081Z | To configure your current shell, you need to source |
53 | 2024-11-13T04:21:22.081Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T04:21:22.081Z | |
55 | 2024-11-13T04:21:22.081Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T04:21:22.081Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T04:21:22.081Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T04:21:22.150Z | + rustc --version |
59 | 2024-11-13T04:21:22.216Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T04:21:22.219Z | process exited: duration 23496 ms, exit code 0 |
|
61 | 2024-11-13T04:21:22.224Z | starting task 2: "authentication" |
62 | 2024-11-13T04:21:22.246Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-13T04:21:22.251Z | starting task 3: "clone repository" |
64 | 2024-11-13T04:21:22.256Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T04:21:22.259Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T04:21:22.296Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T04:21:29.696Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T04:21:29.696Z | + git fetch origin 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
69 | 2024-11-13T04:21:29.997Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T04:21:29.997Z | * branch 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 -> FETCH_HEAD |
71 | 2024-11-13T04:21:30.008Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2024-11-13T04:21:30.012Z | ++ git branch --show-current |
73 | 2024-11-13T04:21:30.015Z | + current=main |
74 | 2024-11-13T04:21:30.015Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2024-11-13T04:21:30.015Z | + git branch -f renovate/bytes-1.x 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
76 | 2024-11-13T04:21:30.018Z | + git checkout -f renovate/bytes-1.x |
77 | 2024-11-13T04:21:30.190Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2024-11-13T04:21:30.192Z | + git reset --hard 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
79 | 2024-11-13T04:21:30.207Z | HEAD is now at 7e1623fdb Update Rust crate bytes to 1.8.0 |
80 | 2024-11-13T04:21:30.209Z | process exited: duration 7956 ms, exit code 0 |
|
81 | 2024-11-13T04:21:30.215Z | starting task 4: "build" |
82 | 2024-11-13T04:21:30.220Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T04:21:30.220Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T04:21:30.220Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T04:21:30.223Z | + cargo --version |
86 | 2024-11-13T04:21:30.276Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T04:21:30.279Z | + rustc --version |
88 | 2024-11-13T04:21:30.339Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T04:21:30.342Z | + source ./env.sh |
90 | 2024-11-13T04:21:30.342Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-13T04:21:30.342Z | ++ set -o xtrace |
92 | 2024-11-13T04:21:30.344Z | ++++ dirname ./env.sh |
93 | 2024-11-13T04:21:30.347Z | +++ readlink -f . |
94 | 2024-11-13T04:21:30.350Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-13T04:21:30.350Z | ++ 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-11-13T04:21:30.350Z | ++ 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-11-13T04:21:30.350Z | ++ 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-11-13T04:21:30.350Z | ++ 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-11-13T04:21:30.351Z | ++ 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-11-13T04:21:30.351Z | ++ 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-11-13T04:21:30.351Z | ++ 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-11-13T04:21:30.351Z | ++ 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-11-13T04:21:30.351Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-13T04:21:30.351Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-13T04:21:30.351Z | + 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-11-13T04:21:30.351Z | + 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-11-13T04:21:30.352Z | + banner prerequisites |
108 | 2024-11-13T04:21:30.355Z | |
109 | 2024-11-13T04:21:30.355Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-13T04:21:30.355Z | # # # # # # # # # # # # # # # |
111 | 2024-11-13T04:21:30.355Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-13T04:21:30.355Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-13T04:21:30.355Z | # # # # # # # # # # # # # # # |
114 | 2024-11-13T04:21:30.355Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-13T04:21:30.355Z | |
116 | 2024-11-13T04:21:30.355Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-13T04:21:38.866Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-13T04:21:42.370Z | Startup: Caching catalogs ... Done |
119 | 2024-11-13T04:21:50.659Z | Planning: Solver setup ... Done (7.568s) |
120 | 2024-11-13T04:21:50.764Z | Planning: Running solver ... Done (0.105s) |
121 | 2024-11-13T04:21:50.854Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-11-13T04:21:50.887Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-13T04:21:52.366Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-13T04:21:52.469Z | Planning: Package planning ... Done (0.102s) |
125 | 2024-11-13T04:21:52.525Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-13T04:21:52.711Z | Planning: Checking for conflicting actions ... Done (0.186s) |
127 | 2024-11-13T04:21:54.560Z | Planning: Consolidating action changes ... Done (1.848s) |
128 | 2024-11-13T04:21:54.988Z | Planning: Evaluating mediators ... Done (0.427s) |
129 | 2024-11-13T04:21:55.068Z | Planning: Planning completed in 12.61 seconds |
130 | 2024-11-13T04:21:55.083Z | Packages to install: 4 |
131 | 2024-11-13T04:21:55.083Z | Packages to update: 1 |
132 | 2024-11-13T04:21:55.086Z | Mediators to change: 2 |
133 | 2024-11-13T04:21:55.086Z | Services to change: 1 |
134 | 2024-11-13T04:21:55.086Z | Estimated space available: 155.64 GB |
135 | 2024-11-13T04:21:55.086Z | Estimated space to be consumed: 1.59 GB |
136 | 2024-11-13T04:21:55.086Z | Create boot environment: No |
137 | 2024-11-13T04:21:55.086Z | Create backup boot environment: Yes |
138 | 2024-11-13T04:21:55.086Z | Rebuild boot archive: No |
139 | 2024-11-13T04:21:55.086Z | |
140 | 2024-11-13T04:21:55.086Z | Changed mediators: |
141 | 2024-11-13T04:21:55.086Z | mediator clang: |
142 | 2024-11-13T04:21:55.086Z | version: None -> 15 (system default) |
143 | 2024-11-13T04:21:55.086Z | |
144 | 2024-11-13T04:21:55.086Z | mediator llvm: |
145 | 2024-11-13T04:21:55.086Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-13T04:21:55.087Z | |
147 | 2024-11-13T04:21:55.087Z | Changed packages: |
148 | 2024-11-13T04:21:55.087Z | helios-dev |
149 | 2024-11-13T04:21:55.087Z | developer/build-essential |
150 | 2024-11-13T04:21:55.087Z | None -> 11-2.0 |
151 | 2024-11-13T04:21:55.087Z | library/libxmlsec1 |
152 | 2024-11-13T04:21:55.087Z | None -> 1.2.35-2.0 |
153 | 2024-11-13T04:21:55.087Z | ooce/developer/clang-15 |
154 | 2024-11-13T04:21:55.087Z | None -> 15.0.7-2.0 |
155 | 2024-11-13T04:21:55.087Z | ooce/developer/llvm-15 |
156 | 2024-11-13T04:21:55.087Z | None -> 15.0.7-2.0 |
157 | 2024-11-13T04:21:55.087Z | package/pkg |
158 | 2024-11-13T04:21:55.087Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-13T04:21:55.087Z | |
160 | 2024-11-13T04:21:55.087Z | Services: |
161 | 2024-11-13T04:21:55.087Z | restart_fmri: |
162 | 2024-11-13T04:21:55.087Z | svc:/system/update-man-index:default |
163 | 2024-11-13T04:21:55.087Z | |
164 | 2024-11-13T04:21:55.087Z | Editable files to change: |
165 | 2024-11-13T04:21:55.087Z | Update: |
166 | 2024-11-13T04:21:55.087Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-13T04:21:55.159Z | |
168 | 2024-11-13T04:21:55.159Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-13T04:22:01.330Z | Download: 210/4281 items 1.3/220.6MB 0% complete (549k/s) |
170 | 2024-11-13T04:22:06.351Z | Download: 771/4281 items 18.6/220.6MB 8% complete (1.8M/s) |
171 | 2024-11-13T04:22:11.676Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.6M/s) |
172 | 2024-11-13T04:22:17.803Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
173 | 2024-11-13T04:22:22.787Z | Download: 3121/4281 items 148.2/220.6MB 67% complete (3.8M/s) |
174 | 2024-11-13T04:22:29.775Z | Download: 3246/4281 items 202.8/220.6MB 91% complete (8.6M/s) |
175 | 2024-11-13T04:22:55.995Z | Download: 3287/4281 items 212.6/220.6MB 96% complete |
176 | 2024-11-13T04:23:01.169Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (3.6M/s) |
177 | 2024-11-13T04:23:06.177Z | Download: 3617/4281 items 216.1/220.6MB 97% complete (436k/s) |
178 | 2024-11-13T04:23:13.681Z | Download: 4201/4281 items 220.5/220.6MB 99% complete (939k/s) |
179 | 2024-11-13T04:23:26.490Z | Download: 4203/4281 items 220.6/220.6MB 99% complete |
180 | 2024-11-13T04:23:31.778Z | Download: 4253/4281 items 220.6/220.6MB 99% complete (7.7k/s) |
181 | 2024-11-13T04:23:31.787Z | Download: Completed 220.60 MB in 96.62 seconds (2.3M/s) |
182 | 2024-11-13T04:23:33.732Z | Actions: 1/5063 actions (Removing old actions) |
183 | 2024-11-13T04:23:33.751Z | Actions: 194/5063 actions (Installing new actions) |
184 | 2024-11-13T04:23:38.482Z | Actions: 4226/5063 actions (Updating modified actions) |
185 | 2024-11-13T04:23:38.797Z | Actions: Completed 5063 actions in 5.06 seconds. |
186 | 2024-11-13T04:23:39.174Z | Done (0.369s) |
187 | 2024-11-13T04:23:39.177Z | Done (0.000s) |
188 | 2024-11-13T04:23:39.699Z | Done (0.523s) |
189 | 2024-11-13T04:23:44.111Z | Done (4.200s) |
190 | 2024-11-13T04:23:44.197Z | Done (0.018s) |
191 | 2024-11-13T04:23:44.200Z | Done (0.000s) |
192 | 2024-11-13T04:23:44.387Z | Done (0.000s) |
193 | 2024-11-13T04:23:45.053Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-11-13T04:23:45.213Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-11-13T04:23:45.216Z | Planning: Consolidating action changes ... Done |
196 | 2024-11-13T04:23:45.483Z | Planning: Evaluating mediators ... Done |
197 | 2024-11-13T04:23:45.485Z | Planning: Planning completed in 0.43 seconds |
198 | 2024-11-13T04:23:45.523Z | Mediators to change: 2 |
199 | 2024-11-13T04:23:45.523Z | Create boot environment: No |
200 | 2024-11-13T04:23:45.526Z | Create backup boot environment: No |
201 | 2024-11-13T04:23:45.578Z | Done |
202 | 2024-11-13T04:23:45.578Z | Done |
203 | 2024-11-13T04:23:45.908Z | Done |
204 | 2024-11-13T04:23:49.496Z | Done |
205 | 2024-11-13T04:23:49.586Z | Done |
206 | 2024-11-13T04:23:49.588Z | Done |
207 | 2024-11-13T04:23:49.665Z | Done |
208 | 2024-11-13T04:23:50.290Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-11-13T04:23:50.294Z | Planning: Merging actions ... Done |
210 | 2024-11-13T04:23:50.480Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-11-13T04:23:50.483Z | Planning: Consolidating action changes ... Done |
212 | 2024-11-13T04:23:50.746Z | Planning: Evaluating mediators ... Done |
213 | 2024-11-13T04:23:50.801Z | Planning: Planning completed in 0.76 seconds |
214 | 2024-11-13T04:23:50.842Z | Packages to change: 1 |
215 | 2024-11-13T04:23:50.842Z | Mediators to change: 1 |
216 | 2024-11-13T04:23:50.843Z | Services to change: 1 |
217 | 2024-11-13T04:23:50.843Z | Create boot environment: No |
218 | 2024-11-13T04:23:50.846Z | Create backup boot environment: Yes |
219 | 2024-11-13T04:23:52.795Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-11-13T04:23:52.797Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2024-11-13T04:23:52.797Z | Done |
222 | 2024-11-13T04:23:52.797Z | Done |
223 | 2024-11-13T04:23:52.903Z | Done |
224 | 2024-11-13T04:23:56.514Z | Done |
225 | 2024-11-13T04:23:56.601Z | Done |
226 | 2024-11-13T04:23:56.604Z | Done |
227 | 2024-11-13T04:23:56.717Z | Done |
228 | 2024-11-13T04:23:57.145Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-11-13T04:23:57.145Z | clang system 15 system |
230 | 2024-11-13T04:23:57.146Z | csh system system illumos |
231 | 2024-11-13T04:23:57.146Z | ctags system system illumos |
232 | 2024-11-13T04:23:57.146Z | gcc vendor 12 vendor |
233 | 2024-11-13T04:23:57.146Z | gcc system 10 system |
234 | 2024-11-13T04:23:57.146Z | gcc system 7 system |
235 | 2024-11-13T04:23:57.146Z | go system 1.20 system |
236 | 2024-11-13T04:23:57.146Z | go system 1.19 system |
237 | 2024-11-13T04:23:57.146Z | llvm system 15 system |
238 | 2024-11-13T04:23:57.146Z | llvm system 14 system |
239 | 2024-11-13T04:23:57.146Z | mariadb system 10.6 system |
240 | 2024-11-13T04:23:57.146Z | mta vendor vendor dma |
241 | 2024-11-13T04:23:57.146Z | openjdk system 17 system |
242 | 2024-11-13T04:23:57.146Z | openjdk system 11 system |
243 | 2024-11-13T04:23:57.146Z | openjdk system 1.8 system |
244 | 2024-11-13T04:23:57.146Z | openssl vendor 3 vendor |
245 | 2024-11-13T04:23:57.146Z | perl system 5.36 system |
246 | 2024-11-13T04:23:57.146Z | postgresql system 15 system |
247 | 2024-11-13T04:23:57.146Z | postgresql system 13 system |
248 | 2024-11-13T04:23:57.146Z | python vendor 3 vendor |
249 | 2024-11-13T04:23:57.146Z | python system 2 system |
250 | 2024-11-13T04:23:57.146Z | python3 system 3.11 system |
251 | 2024-11-13T04:23:57.146Z | ruby system 3.0 system |
252 | 2024-11-13T04:23:57.146Z | words vendor vendor american-english |
253 | 2024-11-13T04:23:57.146Z | words system system australian-english |
254 | 2024-11-13T04:23:57.146Z | words system system british-english |
255 | 2024-11-13T04:23:57.146Z | words system system canadian-english |
256 | 2024-11-13T04:23:57.146Z | words system system french |
257 | 2024-11-13T04:23:57.146Z | words system system italian |
258 | 2024-11-13T04:23:57.146Z | words system system ngerman |
259 | 2024-11-13T04:23:57.146Z | words system system ogerman |
260 | 2024-11-13T04:23:57.146Z | words system system spanish |
261 | 2024-11-13T04:23:57.475Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-11-13T04:23:57.475Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-11-13T04:23:59.988Z | FMRI IFO |
264 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
274 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
275 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
277 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
278 | 2024-11-13T04:23:59.988Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2024-11-13T04:24:00.707Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2024-11-13T04:24:00.995Z | Updating crates.io index |
281 | 2024-11-13T04:24:01.090Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2024-11-13T04:24:01.899Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2024-11-13T04:24:02.282Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2024-11-13T04:24:02.563Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2024-11-13T04:24:02.833Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-11-13T04:24:03.889Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2024-11-13T04:24:06.188Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2024-11-13T04:24:07.218Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-11-13T04:24:07.930Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-11-13T04:24:08.320Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2024-11-13T04:24:08.567Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2024-11-13T04:24:09.235Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2024-11-13T04:24:09.674Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2024-11-13T04:24:10.008Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2024-11-13T04:24:10.387Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2024-11-13T04:24:10.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2024-11-13T04:24:10.878Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2024-11-13T04:24:11.202Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2024-11-13T04:24:11.528Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2024-11-13T04:24:11.803Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2024-11-13T04:24:12.186Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2024-11-13T04:24:12.614Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2024-11-13T04:24:12.934Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2024-11-13T04:24:13.559Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2024-11-13T04:24:13.920Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
306 | 2024-11-13T04:24:14.220Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
307 | 2024-11-13T04:24:14.489Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
308 | 2024-11-13T04:24:15.905Z | Downloading crates ... |
309 | 2024-11-13T04:24:15.994Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-11-13T04:24:15.997Z | Downloaded proc-macro-error v1.0.4 |
311 | 2024-11-13T04:24:16.002Z | Downloaded digest v0.10.7 |
312 | 2024-11-13T04:24:16.010Z | Downloaded clap_builder v4.5.20 |
313 | 2024-11-13T04:24:16.017Z | Downloaded memchr v2.7.4 |
314 | 2024-11-13T04:24:16.022Z | Downloaded serde_derive v1.0.215 |
315 | 2024-11-13T04:24:16.025Z | Downloaded pest_meta v2.7.14 |
316 | 2024-11-13T04:24:16.055Z | Downloaded fastrand v2.1.1 |
317 | 2024-11-13T04:24:16.064Z | Downloaded equivalent v1.0.1 |
318 | 2024-11-13T04:24:16.069Z | Downloaded papergrid v0.11.0 |
319 | 2024-11-13T04:24:16.152Z | Downloaded bitflags v2.6.0 |
320 | 2024-11-13T04:24:16.164Z | Downloaded clap v4.5.20 |
321 | 2024-11-13T04:24:16.173Z | Downloaded generic-array v0.14.7 |
322 | 2024-11-13T04:24:16.207Z | Downloaded usdt-impl v0.5.0 |
323 | 2024-11-13T04:24:16.225Z | Downloaded crypto-common v0.1.6 |
324 | 2024-11-13T04:24:16.243Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-11-13T04:24:16.246Z | Downloaded sha2 v0.10.8 |
326 | 2024-11-13T04:24:16.254Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-11-13T04:24:16.257Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-11-13T04:24:16.264Z | Downloaded swrite v0.1.0 |
329 | 2024-11-13T04:24:16.267Z | Downloaded thiserror-impl v1.0.69 |
330 | 2024-11-13T04:24:16.267Z | Downloaded anstyle-query v1.1.1 |
331 | 2024-11-13T04:24:16.275Z | Downloaded anstream v0.6.15 |
332 | 2024-11-13T04:24:16.286Z | Downloaded cpufeatures v0.2.14 |
333 | 2024-11-13T04:24:16.288Z | Downloaded once_cell v1.20.2 |
334 | 2024-11-13T04:24:16.295Z | Downloaded scroll v0.12.0 |
335 | 2024-11-13T04:24:16.299Z | Downloaded cargo_toml v0.20.5 |
336 | 2024-11-13T04:24:16.301Z | Downloaded plain v0.2.3 |
337 | 2024-11-13T04:24:16.304Z | Downloaded cargo_metadata v0.18.1 |
338 | 2024-11-13T04:24:16.309Z | Downloaded proc-macro2 v1.0.89 |
339 | 2024-11-13T04:24:16.313Z | Downloaded serde_json v1.0.132 |
340 | 2024-11-13T04:24:16.320Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2024-11-13T04:24:16.323Z | Downloaded heck v0.5.0 |
342 | 2024-11-13T04:24:16.323Z | Downloaded errno v0.3.9 |
343 | 2024-11-13T04:24:16.323Z | Downloaded bytecount v0.6.8 |
344 | 2024-11-13T04:24:16.325Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-11-13T04:24:16.328Z | Downloaded anstyle v1.0.10 |
346 | 2024-11-13T04:24:16.335Z | Downloaded version_check v0.9.5 |
347 | 2024-11-13T04:24:16.337Z | Downloaded syn v1.0.109 |
348 | 2024-11-13T04:24:16.350Z | Downloaded tempfile v3.13.0 |
349 | 2024-11-13T04:24:16.354Z | Downloaded heck v0.4.1 |
350 | 2024-11-13T04:24:16.354Z | Downloaded anyhow v1.0.93 |
351 | 2024-11-13T04:24:16.358Z | Downloaded terminal_size v0.4.0 |
352 | 2024-11-13T04:24:16.358Z | Downloaded fs-err v2.11.0 |
353 | 2024-11-13T04:24:16.361Z | Downloaded unicode-width v0.1.14 |
354 | 2024-11-13T04:24:16.363Z | Downloaded usdt v0.5.0 |
355 | 2024-11-13T04:24:16.366Z | Downloaded anstyle-parse v0.2.5 |
356 | 2024-11-13T04:24:16.366Z | Downloaded unicode-ident v1.0.13 |
357 | 2024-11-13T04:24:16.368Z | Downloaded block-buffer v0.10.4 |
358 | 2024-11-13T04:24:16.371Z | Downloaded clap_derive v4.5.18 |
359 | 2024-11-13T04:24:16.374Z | Downloaded dof v0.3.0 |
360 | 2024-11-13T04:24:16.374Z | Downloaded utf8parse v0.2.2 |
361 | 2024-11-13T04:24:16.374Z | Downloaded thiserror v1.0.69 |
362 | 2024-11-13T04:24:16.378Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-11-13T04:24:16.380Z | Downloaded semver v1.0.23 |
364 | 2024-11-13T04:24:16.383Z | Downloaded serde v1.0.215 |
365 | 2024-11-13T04:24:16.386Z | Downloaded thread-id v4.2.2 |
366 | 2024-11-13T04:24:16.387Z | Downloaded autocfg v1.4.0 |
367 | 2024-11-13T04:24:16.389Z | Downloaded pest v2.7.14 |
368 | 2024-11-13T04:24:16.392Z | Downloaded pest_derive v2.7.14 |
369 | 2024-11-13T04:24:16.394Z | Downloaded dtrace-parser v0.2.0 |
370 | 2024-11-13T04:24:16.397Z | Downloaded clap_lex v0.7.2 |
371 | 2024-11-13T04:24:16.397Z | Downloaded serde_spanned v0.6.8 |
372 | 2024-11-13T04:24:16.399Z | Downloaded memmap v0.7.0 |
373 | 2024-11-13T04:24:16.399Z | Downloaded pretty-hex v0.4.1 |
374 | 2024-11-13T04:24:16.402Z | Downloaded is_terminal_polyfill v1.70.1 |
375 | 2024-11-13T04:24:16.402Z | Downloaded itoa v1.0.11 |
376 | 2024-11-13T04:24:16.404Z | Downloaded colorchoice v1.0.2 |
377 | 2024-11-13T04:24:16.404Z | Downloaded fnv v1.0.7 |
378 | 2024-11-13T04:24:16.415Z | Downloaded toml v0.8.19 |
379 | 2024-11-13T04:24:16.418Z | Downloaded serde_tokenstream v0.2.2 |
380 | 2024-11-13T04:24:16.420Z | Downloaded winnow v0.6.20 |
381 | 2024-11-13T04:24:16.437Z | Downloaded camino v1.1.9 |
382 | 2024-11-13T04:24:16.444Z | Downloaded zerocopy v0.7.35 |
383 | 2024-11-13T04:24:16.460Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2024-11-13T04:24:16.464Z | Downloaded macaddr v1.0.1 |
385 | 2024-11-13T04:24:16.466Z | Downloaded cfg-if v1.0.0 |
386 | 2024-11-13T04:24:16.479Z | Downloaded ucd-trie v0.1.7 |
387 | 2024-11-13T04:24:16.482Z | Downloaded log v0.4.22 |
388 | 2024-11-13T04:24:16.485Z | Downloaded indexmap v2.6.0 |
389 | 2024-11-13T04:24:16.488Z | Downloaded textwrap v0.16.1 |
390 | 2024-11-13T04:24:16.500Z | Downloaded byteorder v1.5.0 |
391 | 2024-11-13T04:24:16.515Z | Downloaded usdt-macro v0.5.0 |
392 | 2024-11-13T04:24:16.523Z | Downloaded toml_edit v0.22.22 |
393 | 2024-11-13T04:24:16.543Z | Downloaded unicode-linebreak v0.1.5 |
394 | 2024-11-13T04:24:16.547Z | Downloaded tabled v0.15.0 |
395 | 2024-11-13T04:24:16.558Z | Downloaded smawk v0.3.2 |
396 | 2024-11-13T04:24:16.562Z | Downloaded pest_generator v2.7.14 |
397 | 2024-11-13T04:24:16.575Z | Downloaded rustix v0.38.37 |
398 | 2024-11-13T04:24:16.597Z | Downloaded syn v2.0.87 |
399 | 2024-11-13T04:24:16.608Z | Downloaded strsim v0.11.1 |
400 | 2024-11-13T04:24:16.611Z | Downloaded hashbrown v0.15.0 |
401 | 2024-11-13T04:24:16.621Z | Downloaded goblin v0.8.2 |
402 | 2024-11-13T04:24:16.680Z | Downloaded libc v0.2.162 |
403 | 2024-11-13T04:24:16.708Z | Downloaded quote v1.0.37 |
404 | 2024-11-13T04:24:16.725Z | Downloaded typenum v1.17.0 |
405 | 2024-11-13T04:24:16.745Z | Downloaded ryu v1.0.18 |
406 | 2024-11-13T04:24:17.039Z | Compiling proc-macro2 v1.0.89 |
407 | 2024-11-13T04:24:17.039Z | Compiling unicode-ident v1.0.13 |
408 | 2024-11-13T04:24:17.041Z | Compiling serde v1.0.215 |
409 | 2024-11-13T04:24:17.041Z | Compiling version_check v0.9.5 |
410 | 2024-11-13T04:24:17.041Z | Compiling memchr v2.7.4 |
411 | 2024-11-13T04:24:17.074Z | Compiling thiserror v1.0.69 |
412 | 2024-11-13T04:24:17.077Z | Compiling libc v0.2.162 |
413 | 2024-11-13T04:24:17.077Z | Compiling ucd-trie v0.1.7 |
414 | 2024-11-13T04:24:17.709Z | Compiling ryu v1.0.18 |
415 | 2024-11-13T04:24:17.733Z | Compiling itoa v1.0.11 |
416 | 2024-11-13T04:24:17.914Z | Compiling once_cell v1.20.2 |
417 | 2024-11-13T04:24:17.941Z | Compiling byteorder v1.5.0 |
418 | 2024-11-13T04:24:18.022Z | Compiling serde_json v1.0.132 |
419 | 2024-11-13T04:24:18.071Z | Compiling rustix v0.38.37 |
420 | 2024-11-13T04:24:18.399Z | Compiling bitflags v2.6.0 |
421 | 2024-11-13T04:24:18.422Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2024-11-13T04:24:18.711Z | Compiling usdt-impl v0.5.0 |
423 | 2024-11-13T04:24:18.742Z | Compiling syn v1.0.109 |
424 | 2024-11-13T04:24:18.821Z | Compiling quote v1.0.37 |
425 | 2024-11-13T04:24:18.937Z | Compiling proc-macro-error v1.0.4 |
426 | 2024-11-13T04:24:18.964Z | Compiling equivalent v1.0.1 |
427 | 2024-11-13T04:24:19.028Z | Compiling errno v0.3.9 |
428 | 2024-11-13T04:24:19.174Z | Compiling syn v2.0.87 |
429 | 2024-11-13T04:24:19.263Z | Compiling plain v0.2.3 |
430 | 2024-11-13T04:24:19.317Z | Compiling hashbrown v0.15.0 |
431 | 2024-11-13T04:24:19.413Z | Compiling utf8parse v0.2.2 |
432 | 2024-11-13T04:24:19.433Z | Compiling log v0.4.22 |
433 | 2024-11-13T04:24:19.513Z | Compiling camino v1.1.9 |
434 | 2024-11-13T04:24:19.579Z | Compiling anstyle-parse v0.2.5 |
435 | 2024-11-13T04:24:19.926Z | Compiling thread-id v4.2.2 |
436 | 2024-11-13T04:24:20.165Z | Compiling colorchoice v1.0.2 |
437 | 2024-11-13T04:24:20.217Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-11-13T04:24:20.336Z | Compiling unicode-width v0.1.14 |
439 | 2024-11-13T04:24:20.363Z | Compiling autocfg v1.4.0 |
440 | 2024-11-13T04:24:20.385Z | Compiling semver v1.0.23 |
441 | 2024-11-13T04:24:20.524Z | Compiling indexmap v2.6.0 |
442 | 2024-11-13T04:24:20.557Z | Compiling pretty-hex v0.4.1 |
443 | 2024-11-13T04:24:20.770Z | Compiling winnow v0.6.20 |
444 | 2024-11-13T04:24:20.836Z | Compiling anstyle v1.0.10 |
445 | 2024-11-13T04:24:20.924Z | Compiling anstyle-query v1.1.1 |
446 | 2024-11-13T04:24:21.302Z | Compiling anstream v0.6.15 |
447 | 2024-11-13T04:24:21.449Z | Compiling terminal_size v0.4.0 |
448 | 2024-11-13T04:24:21.483Z | Compiling fs-err v2.11.0 |
449 | 2024-11-13T04:24:21.729Z | Compiling fastrand v2.1.1 |
450 | 2024-11-13T04:24:21.802Z | Compiling heck v0.4.1 |
451 | 2024-11-13T04:24:21.912Z | Compiling heck v0.5.0 |
452 | 2024-11-13T04:24:22.148Z | Compiling clap_lex v0.7.2 |
453 | 2024-11-13T04:24:22.247Z | Compiling bytecount v0.6.8 |
454 | 2024-11-13T04:24:22.316Z | Compiling fnv v1.0.7 |
455 | 2024-11-13T04:24:22.452Z | Compiling strsim v0.11.1 |
456 | 2024-11-13T04:24:22.452Z | Compiling anyhow v1.0.93 |
457 | 2024-11-13T04:24:22.503Z | Compiling cfg-if v1.0.0 |
458 | 2024-11-13T04:24:22.607Z | Compiling papergrid v0.11.0 |
459 | 2024-11-13T04:24:22.770Z | Compiling tempfile v3.13.0 |
460 | 2024-11-13T04:24:23.405Z | Compiling clap_builder v4.5.20 |
461 | 2024-11-13T04:24:23.483Z | Compiling memmap v0.7.0 |
462 | 2024-11-13T04:24:23.580Z | Compiling smawk v0.3.2 |
463 | 2024-11-13T04:24:23.636Z | Compiling unicode-linebreak v0.1.5 |
464 | 2024-11-13T04:24:24.127Z | Compiling textwrap v0.16.1 |
465 | 2024-11-13T04:24:24.436Z | Compiling swrite v0.1.0 |
466 | 2024-11-13T04:24:25.474Z | Compiling tabled_derive v0.7.0 |
467 | 2024-11-13T04:24:27.022Z | Compiling tabled v0.15.0 |
468 | 2024-11-13T04:24:28.088Z | Compiling serde_derive v1.0.215 |
469 | 2024-11-13T04:24:28.090Z | Compiling thiserror-impl v1.0.69 |
470 | 2024-11-13T04:24:28.090Z | Compiling zerocopy-derive v0.7.35 |
471 | 2024-11-13T04:24:28.159Z | Compiling scroll_derive v0.12.0 |
472 | 2024-11-13T04:24:28.162Z | Compiling clap_derive v4.5.18 |
473 | 2024-11-13T04:24:29.662Z | Compiling scroll v0.12.0 |
474 | 2024-11-13T04:24:30.222Z | Compiling goblin v0.8.2 |
475 | 2024-11-13T04:24:30.285Z | Compiling zerocopy v0.7.35 |
476 | 2024-11-13T04:24:31.295Z | Compiling pest v2.7.14 |
477 | 2024-11-13T04:24:31.828Z | Compiling clap v4.5.20 |
478 | 2024-11-13T04:24:33.436Z | Compiling pest_meta v2.7.14 |
479 | 2024-11-13T04:24:34.251Z | Compiling pest_generator v2.7.14 |
480 | 2024-11-13T04:24:36.087Z | Compiling pest_derive v2.7.14 |
481 | 2024-11-13T04:24:36.830Z | Compiling dtrace-parser v0.2.0 |
482 | 2024-11-13T04:24:38.329Z | Compiling toml_datetime v0.6.8 |
483 | 2024-11-13T04:24:38.330Z | Compiling serde_spanned v0.6.8 |
484 | 2024-11-13T04:24:38.332Z | Compiling cargo-platform v0.1.8 |
485 | 2024-11-13T04:24:38.606Z | Compiling macaddr v1.0.1 |
486 | 2024-11-13T04:24:38.940Z | Compiling serde_tokenstream v0.2.2 |
487 | 2024-11-13T04:24:38.963Z | Compiling toml_edit v0.22.22 |
488 | 2024-11-13T04:24:39.054Z | Compiling camino-tempfile v1.1.1 |
489 | 2024-11-13T04:24:39.860Z | Compiling dof v0.3.0 |
490 | 2024-11-13T04:24:39.860Z | Compiling cargo_metadata v0.18.1 |
491 | 2024-11-13T04:24:41.717Z | Compiling toml v0.8.19 |
492 | 2024-11-13T04:24:41.942Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2024-11-13T04:24:41.945Z | Compiling usdt-macro v0.5.0 |
494 | 2024-11-13T04:24:42.529Z | Compiling cargo_toml v0.20.5 |
495 | 2024-11-13T04:24:43.376Z | Compiling usdt v0.5.0 |
496 | 2024-11-13T04:24:46.084Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
497 | 2024-11-13T04:24:50.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.76s |
498 | 2024-11-13T04:24:50.536Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
499 | 2024-11-13T04:24:51.049Z | Downloading crates ... |
500 | 2024-11-13T04:24:51.190Z | Downloaded bitflags v1.3.2 |
501 | 2024-11-13T04:24:51.223Z | Downloaded bit-vec v0.6.3 |
502 | 2024-11-13T04:24:51.232Z | Downloaded constant_time_eq v0.3.1 |
503 | 2024-11-13T04:24:51.235Z | Downloaded hostname v0.3.1 |
504 | 2024-11-13T04:24:51.242Z | Downloaded cfg_aliases v0.1.1 |
505 | 2024-11-13T04:24:51.254Z | Downloaded chrono-tz v0.10.0 |
506 | 2024-11-13T04:24:51.263Z | Downloaded hkdf v0.12.4 |
507 | 2024-11-13T04:24:51.265Z | Downloaded hyper-util v0.1.10 |
508 | 2024-11-13T04:24:51.271Z | Downloaded http-body v1.0.1 |
509 | 2024-11-13T04:24:51.273Z | Downloaded darling v0.20.10 |
510 | 2024-11-13T04:24:51.275Z | Downloaded bumpalo v3.16.0 |
511 | 2024-11-13T04:24:51.278Z | Downloaded mime_guess v2.0.5 |
512 | 2024-11-13T04:24:51.286Z | Downloaded mime v0.3.17 |
513 | 2024-11-13T04:24:51.292Z | Downloaded heck v0.3.3 |
514 | 2024-11-13T04:24:51.322Z | Downloaded array-init v0.0.4 |
515 | 2024-11-13T04:24:51.327Z | Downloaded russh-keys v0.45.0 |
516 | 2024-11-13T04:24:51.330Z | Downloaded bytes v1.8.0 |
517 | 2024-11-13T04:24:51.346Z | Downloaded blake3 v1.5.4 |
518 | 2024-11-13T04:24:51.353Z | Downloaded httpdate v1.0.3 |
519 | 2024-11-13T04:24:51.357Z | Downloaded allocator-api2 v0.2.18 |
520 | 2024-11-13T04:24:51.370Z | Downloaded instant v0.1.13 |
521 | 2024-11-13T04:24:51.372Z | Downloaded crypto-bigint v0.5.5 |
522 | 2024-11-13T04:24:51.379Z | Downloaded cancel-safe-futures v0.1.5 |
523 | 2024-11-13T04:24:51.382Z | Downloaded bb8 v0.8.5 |
524 | 2024-11-13T04:24:51.400Z | Downloaded chacha20poly1305 v0.10.1 |
525 | 2024-11-13T04:24:51.405Z | Downloaded backoff v0.4.0 |
526 | 2024-11-13T04:24:51.408Z | Downloaded http-range v0.1.5 |
527 | 2024-11-13T04:24:51.415Z | Downloaded idna v0.2.3 |
528 | 2024-11-13T04:24:51.421Z | Downloaded ciborium-io v0.2.2 |
529 | 2024-11-13T04:24:51.424Z | Downloaded arrayvec v0.7.6 |
530 | 2024-11-13T04:24:51.426Z | Downloaded cookie v0.18.1 |
531 | 2024-11-13T04:24:51.429Z | Downloaded rustls-webpki v0.101.7 |
532 | 2024-11-13T04:24:51.445Z | Downloaded match_cfg v0.1.0 |
533 | 2024-11-13T04:24:51.447Z | Downloaded hickory-resolver v0.24.1 |
534 | 2024-11-13T04:24:51.450Z | Downloaded hyper-rustls v0.27.3 |
535 | 2024-11-13T04:24:51.453Z | Downloaded ipnet v2.10.1 |
536 | 2024-11-13T04:24:51.456Z | Downloaded crc v3.2.1 |
537 | 2024-11-13T04:24:51.458Z | Downloaded cc v1.1.30 |
538 | 2024-11-13T04:24:51.462Z | Downloaded base64 v0.21.7 |
539 | 2024-11-13T04:24:51.466Z | Downloaded const_format v0.2.33 |
540 | 2024-11-13T04:24:51.471Z | Downloaded base64 v0.22.1 |
541 | 2024-11-13T04:24:51.476Z | Downloaded aes-gcm v0.10.3 |
542 | 2024-11-13T04:24:51.480Z | Downloaded indoc v1.0.9 |
543 | 2024-11-13T04:24:51.482Z | Downloaded bitfield v0.14.0 |
544 | 2024-11-13T04:24:51.485Z | Downloaded cstr-argument v0.1.2 |
545 | 2024-11-13T04:24:51.488Z | Downloaded chacha20 v0.9.1 |
546 | 2024-11-13T04:24:51.490Z | Downloaded cfg_aliases v0.2.1 |
547 | 2024-11-13T04:24:51.494Z | Downloaded crunchy v0.2.2 |
548 | 2024-11-13T04:24:51.496Z | Downloaded atty v0.2.14 |
549 | 2024-11-13T04:24:51.505Z | Downloaded crossbeam-utils v0.8.20 |
550 | 2024-11-13T04:24:51.509Z | Downloaded atomic-waker v1.1.2 |
551 | 2024-11-13T04:24:51.513Z | Downloaded crossbeam-epoch v0.9.18 |
552 | 2024-11-13T04:24:51.520Z | Downloaded linked-hash-map v0.5.6 |
553 | 2024-11-13T04:24:51.523Z | Downloaded convert_case v0.4.0 |
554 | 2024-11-13T04:24:51.525Z | Downloaded cipher v0.4.4 |
555 | 2024-11-13T04:24:51.525Z | Downloaded bitfield-struct v0.6.2 |
556 | 2024-11-13T04:24:51.528Z | Downloaded atomicwrites v0.4.4 |
557 | 2024-11-13T04:24:51.528Z | Downloaded async-trait v0.1.83 |
558 | 2024-11-13T04:24:51.532Z | Downloaded cexpr v0.6.0 |
559 | 2024-11-13T04:24:51.534Z | Downloaded bzip2 v0.4.4 |
560 | 2024-11-13T04:24:51.538Z | Downloaded async-recursion v1.1.1 |
561 | 2024-11-13T04:24:51.541Z | Downloaded rand_xorshift v0.3.0 |
562 | 2024-11-13T04:24:51.543Z | Downloaded ciborium-ll v0.2.2 |
563 | 2024-11-13T04:24:51.546Z | Downloaded buf-list v1.0.3 |
564 | 2024-11-13T04:24:51.551Z | Downloaded const_format_proc_macros v0.2.33 |
565 | 2024-11-13T04:24:51.551Z | Downloaded aead v0.5.2 |
566 | 2024-11-13T04:24:51.551Z | Downloaded console v0.15.8 |
567 | 2024-11-13T04:24:51.558Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-11-13T04:24:51.558Z | Downloaded arrayref v0.3.9 |
569 | 2024-11-13T04:24:51.563Z | Downloaded blake2 v0.10.6 |
570 | 2024-11-13T04:24:51.563Z | Downloaded mio v1.0.2 |
571 | 2024-11-13T04:24:51.568Z | Downloaded crc-catalog v2.4.0 |
572 | 2024-11-13T04:24:51.570Z | Downloaded base64ct v1.6.0 |
573 | 2024-11-13T04:24:51.573Z | Downloaded ascii-canvas v3.0.0 |
574 | 2024-11-13T04:24:51.575Z | Downloaded adler2 v2.0.0 |
575 | 2024-11-13T04:24:51.575Z | Downloaded cobs v0.2.3 |
576 | 2024-11-13T04:24:51.579Z | Downloaded cookie_store v0.21.0 |
577 | 2024-11-13T04:24:51.586Z | Downloaded ident_case v1.0.1 |
578 | 2024-11-13T04:24:51.589Z | Downloaded colored v2.1.0 |
579 | 2024-11-13T04:24:51.591Z | Downloaded chrono-tz-build v0.4.0 |
580 | 2024-11-13T04:24:51.594Z | Downloaded blowfish v0.9.1 |
581 | 2024-11-13T04:24:51.594Z | Downloaded bindgen v0.69.5 |
582 | 2024-11-13T04:24:51.602Z | Downloaded typify-macro v0.2.0 |
583 | 2024-11-13T04:24:51.604Z | Downloaded crossbeam-deque v0.8.5 |
584 | 2024-11-13T04:24:51.607Z | Downloaded castaway v0.2.3 |
585 | 2024-11-13T04:24:51.607Z | Downloaded itertools v0.13.0 |
586 | 2024-11-13T04:24:51.624Z | Downloaded home v0.5.9 |
587 | 2024-11-13T04:24:51.626Z | Downloaded hex-literal v0.4.1 |
588 | 2024-11-13T04:24:51.629Z | Downloaded curve25519-dalek-derive v0.1.1 |
589 | 2024-11-13T04:24:51.629Z | Downloaded wyz v0.5.1 |
590 | 2024-11-13T04:24:51.631Z | Downloaded cassowary v0.3.0 |
591 | 2024-11-13T04:24:51.635Z | Downloaded bcrypt-pbkdf v0.10.0 |
592 | 2024-11-13T04:24:51.635Z | Downloaded async-stream v0.3.6 |
593 | 2024-11-13T04:24:51.637Z | Downloaded bit-set v0.5.3 |
594 | 2024-11-13T04:24:51.640Z | Downloaded humantime v2.1.0 |
595 | 2024-11-13T04:24:51.642Z | Downloaded crucible-workspace-hack v0.1.0 |
596 | 2024-11-13T04:24:51.642Z | Downloaded crc-any v2.5.0 |
597 | 2024-11-13T04:24:51.646Z | Downloaded memoffset v0.9.1 |
598 | 2024-11-13T04:24:51.650Z | Downloaded psl-types v2.0.11 |
599 | 2024-11-13T04:24:51.652Z | Downloaded ctr v0.9.2 |
600 | 2024-11-13T04:24:51.655Z | Downloaded csv-core v0.1.11 |
601 | 2024-11-13T04:24:51.657Z | Downloaded const-oid v0.9.6 |
602 | 2024-11-13T04:24:51.660Z | Downloaded kstat-rs v0.2.4 |
603 | 2024-11-13T04:24:51.662Z | Downloaded async-stream-impl v0.3.6 |
604 | 2024-11-13T04:24:51.664Z | Downloaded keccak v0.1.5 |
605 | 2024-11-13T04:24:51.667Z | Downloaded lock_api v0.4.12 |
606 | 2024-11-13T04:24:51.672Z | Downloaded bcs v0.1.6 |
607 | 2024-11-13T04:24:51.672Z | Downloaded icu_locid_transform v1.5.0 |
608 | 2024-11-13T04:24:51.674Z | Downloaded impl-trait-for-tuples v0.2.2 |
609 | 2024-11-13T04:24:51.677Z | Downloaded hex v0.4.3 |
610 | 2024-11-13T04:24:51.677Z | Downloaded ciborium v0.2.2 |
611 | 2024-11-13T04:24:51.679Z | Downloaded indicatif v0.17.8 |
612 | 2024-11-13T04:24:51.683Z | Downloaded icu_locid v1.5.0 |
613 | 2024-11-13T04:24:51.688Z | Downloaded rustls v0.22.4 |
614 | 2024-11-13T04:24:51.702Z | Downloaded env_logger v0.10.2 |
615 | 2024-11-13T04:24:51.705Z | Downloaded lalrpop v0.19.12 |
616 | 2024-11-13T04:24:51.717Z | Downloaded parse-size v1.1.0 |
617 | 2024-11-13T04:24:51.727Z | Downloaded time-macros v0.2.18 |
618 | 2024-11-13T04:24:51.727Z | Downloaded sec1 v0.7.3 |
619 | 2024-11-13T04:24:51.727Z | Downloaded fs_extra v1.3.0 |
620 | 2024-11-13T04:24:51.730Z | Downloaded aes v0.8.4 |
621 | 2024-11-13T04:24:51.730Z | Downloaded iana-time-zone v0.1.61 |
622 | 2024-11-13T04:24:51.732Z | Downloaded progenitor v0.8.0 |
623 | 2024-11-13T04:24:51.735Z | Downloaded icu_provider v1.5.0 |
624 | 2024-11-13T04:24:51.737Z | Downloaded backtrace v0.3.74 |
625 | 2024-11-13T04:24:51.742Z | Downloaded libxml v0.3.3 |
626 | 2024-11-13T04:24:51.748Z | Downloaded slog-stdlog v4.1.1 |
627 | 2024-11-13T04:24:51.751Z | Downloaded minimal-lexical v0.2.1 |
628 | 2024-11-13T04:24:51.755Z | Downloaded quinn v0.11.5 |
629 | 2024-11-13T04:24:51.759Z | Downloaded cmake v0.1.51 |
630 | 2024-11-13T04:24:51.762Z | Downloaded take_mut v0.2.2 |
631 | 2024-11-13T04:24:51.764Z | Downloaded lalrpop-util v0.19.12 |
632 | 2024-11-13T04:24:51.764Z | Downloaded is_ci v1.2.0 |
633 | 2024-11-13T04:24:51.764Z | Downloaded indexmap v1.9.3 |
634 | 2024-11-13T04:24:51.767Z | Downloaded cbc v0.1.2 |
635 | 2024-11-13T04:24:51.769Z | Downloaded md-5 v0.10.6 |
636 | 2024-11-13T04:24:51.772Z | Downloaded strum v0.26.3 |
637 | 2024-11-13T04:24:51.772Z | Downloaded crossbeam-channel v0.5.13 |
638 | 2024-11-13T04:24:51.776Z | Downloaded crossterm v0.28.1 |
639 | 2024-11-13T04:24:51.783Z | Downloaded rustc-demangle v0.1.24 |
640 | 2024-11-13T04:24:51.785Z | Downloaded aho-corasick v1.1.3 |
641 | 2024-11-13T04:24:51.791Z | Downloaded sqlparser_derive v0.2.2 |
642 | 2024-11-13T04:24:51.793Z | Downloaded chrono v0.4.38 |
643 | 2024-11-13T04:24:51.799Z | Downloaded slog-scope v4.4.0 |
644 | 2024-11-13T04:24:51.803Z | Downloaded bstr v1.10.0 |
645 | 2024-11-13T04:24:51.812Z | Downloaded schemars v0.8.21 |
646 | 2024-11-13T04:24:51.824Z | Downloaded spin v0.5.2 |
647 | 2024-11-13T04:24:51.827Z | Downloaded scheduled-thread-pool v0.2.7 |
648 | 2024-11-13T04:24:51.829Z | Downloaded strum_macros v0.24.3 |
649 | 2024-11-13T04:24:51.831Z | Downloaded indent_write v2.2.0 |
650 | 2024-11-13T04:24:51.831Z | Downloaded http-body-util v0.1.2 |
651 | 2024-11-13T04:24:51.833Z | Downloaded hubpack_derive v0.1.1 |
652 | 2024-11-13T04:24:51.836Z | Downloaded compact_str v0.8.0 |
653 | 2024-11-13T04:24:51.838Z | Downloaded async-bb8-diesel v0.2.1 |
654 | 2024-11-13T04:24:51.841Z | Downloaded managed v0.8.0 |
655 | 2024-11-13T04:24:51.843Z | Downloaded lockfree-object-pool v0.1.6 |
656 | 2024-11-13T04:24:51.846Z | Downloaded libz-sys v1.1.20 |
657 | 2024-11-13T04:24:51.867Z | Downloaded openssl-macros v0.1.1 |
658 | 2024-11-13T04:24:51.869Z | Downloaded reedline v0.35.0 |
659 | 2024-11-13T04:24:51.877Z | Downloaded ena v0.14.3 |
660 | 2024-11-13T04:24:51.881Z | Downloaded tokio-macros v2.4.0 |
661 | 2024-11-13T04:24:51.883Z | Downloaded ssh-encoding v0.2.0 |
662 | 2024-11-13T04:24:51.883Z | Downloaded hash32 v0.2.1 |
663 | 2024-11-13T04:24:51.886Z | Downloaded miniz_oxide v0.8.0 |
664 | 2024-11-13T04:24:51.888Z | Downloaded fallible-iterator v0.3.0 |
665 | 2024-11-13T04:24:51.891Z | Downloaded jobserver v0.1.32 |
666 | 2024-11-13T04:24:51.894Z | Downloaded matches v0.1.10 |
667 | 2024-11-13T04:24:51.894Z | Downloaded icu_normalizer_data v1.5.0 |
668 | 2024-11-13T04:24:51.896Z | Downloaded hostname v0.4.0 |
669 | 2024-11-13T04:24:51.896Z | Downloaded litemap v0.7.3 |
670 | 2024-11-13T04:24:51.899Z | Downloaded fallible-iterator v0.2.0 |
671 | 2024-11-13T04:24:51.901Z | Downloaded thread_local v1.1.8 |
672 | 2024-11-13T04:24:51.901Z | Downloaded highway v1.2.0 |
673 | 2024-11-13T04:24:51.903Z | Downloaded maplit v1.0.2 |
674 | 2024-11-13T04:24:51.905Z | Downloaded libloading v0.8.5 |
675 | 2024-11-13T04:24:51.908Z | Downloaded hyper-staticfile v0.10.1 |
676 | 2024-11-13T04:24:51.911Z | Downloaded idna v1.0.3 |
677 | 2024-11-13T04:24:51.914Z | Downloaded secrecy v0.8.0 |
678 | 2024-11-13T04:24:51.917Z | Downloaded hickory-client v0.24.1 |
679 | 2024-11-13T04:24:51.920Z | Downloaded shell-words v1.1.0 |
680 | 2024-11-13T04:24:51.922Z | Downloaded hmac v0.12.1 |
681 | 2024-11-13T04:24:51.924Z | Downloaded httparse v1.9.5 |
682 | 2024-11-13T04:24:51.926Z | Downloaded zerofrom v0.1.4 |
683 | 2024-11-13T04:24:51.929Z | Downloaded itertools v0.12.1 |
684 | 2024-11-13T04:24:51.935Z | Downloaded parking_lot_core v0.9.10 |
685 | 2024-11-13T04:24:51.937Z | Downloaded hubpack v0.1.2 |
686 | 2024-11-13T04:24:51.940Z | Downloaded http v1.1.0 |
687 | 2024-11-13T04:24:51.943Z | Downloaded zone_cfg_derive v0.1.2 |
688 | 2024-11-13T04:24:51.945Z | Downloaded dsl_auto_type v0.1.2 |
689 | 2024-11-13T04:24:51.948Z | Downloaded writeable v0.5.5 |
690 | 2024-11-13T04:24:51.950Z | Downloaded icu_properties_data v1.5.0 |
691 | 2024-11-13T04:24:51.959Z | Downloaded flume v0.11.1 |
692 | 2024-11-13T04:24:51.964Z | Downloaded funty v2.0.0 |
693 | 2024-11-13T04:24:51.966Z | Downloaded dyn-clone v1.0.17 |
694 | 2024-11-13T04:24:51.968Z | Downloaded dunce v1.0.5 |
695 | 2024-11-13T04:24:51.968Z | Downloaded heapless v0.8.0 |
696 | 2024-11-13T04:24:51.972Z | Downloaded multer v3.1.0 |
697 | 2024-11-13T04:24:51.975Z | Downloaded yoke-derive v0.7.4 |
698 | 2024-11-13T04:24:51.978Z | Downloaded termtree v0.4.1 |
699 | 2024-11-13T04:24:51.978Z | Downloaded radix_trie v0.2.1 |
700 | 2024-11-13T04:24:51.987Z | Downloaded tabwriter v1.4.0 |
701 | 2024-11-13T04:24:51.991Z | Downloaded der_derive v0.7.3 |
702 | 2024-11-13T04:24:51.991Z | Downloaded tungstenite v0.21.0 |
703 | 2024-11-13T04:24:51.994Z | Downloaded zerofrom-derive v0.1.4 |
704 | 2024-11-13T04:24:51.994Z | Downloaded untrusted v0.7.1 |
705 | 2024-11-13T04:24:51.997Z | Downloaded icu_collections v1.5.0 |
706 | 2024-11-13T04:24:52.003Z | Downloaded value-bag v1.9.0 |
707 | 2024-11-13T04:24:52.006Z | Downloaded curve25519-dalek v4.1.3 |
708 | 2024-11-13T04:24:52.016Z | Downloaded rand_core v0.6.4 |
709 | 2024-11-13T04:24:52.018Z | Downloaded radium v0.7.0 |
710 | 2024-11-13T04:24:52.021Z | Downloaded structmeta v0.2.0 |
711 | 2024-11-13T04:24:52.021Z | Downloaded newtype-uuid v1.1.3 |
712 | 2024-11-13T04:24:52.023Z | Downloaded derive-where v1.2.7 |
713 | 2024-11-13T04:24:52.026Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
714 | 2024-11-13T04:24:52.087Z | Downloaded float-ord v0.3.2 |
715 | 2024-11-13T04:24:52.090Z | Downloaded deranged v0.3.11 |
716 | 2024-11-13T04:24:52.092Z | Downloaded time v0.3.36 |
717 | 2024-11-13T04:24:52.099Z | Downloaded darling_macro v0.20.10 |
718 | 2024-11-13T04:24:52.102Z | Downloaded prettyplease v0.2.25 |
719 | 2024-11-13T04:24:52.104Z | Downloaded pretty-hex v0.2.1 |
720 | 2024-11-13T04:24:52.108Z | Downloaded num_enum_derive v0.5.11 |
721 | 2024-11-13T04:24:52.108Z | Downloaded num_threads v0.1.7 |
722 | 2024-11-13T04:24:52.110Z | Downloaded parse-display v0.10.0 |
723 | 2024-11-13T04:24:52.110Z | Downloaded ref-cast-impl v1.0.23 |
724 | 2024-11-13T04:24:52.110Z | Downloaded siphasher v0.3.11 |
725 | 2024-11-13T04:24:52.113Z | Downloaded regex-syntax v0.6.29 |
726 | 2024-11-13T04:24:52.121Z | Downloaded zone v0.1.8 |
727 | 2024-11-13T04:24:52.124Z | Downloaded tower-service v0.3.3 |
728 | 2024-11-13T04:24:52.124Z | Downloaded idna v0.4.0 |
729 | 2024-11-13T04:24:52.133Z | Downloaded rustc-hash v1.1.0 |
730 | 2024-11-13T04:24:52.136Z | Downloaded pin-project v1.1.6 |
731 | 2024-11-13T04:24:52.147Z | Downloaded pkcs1 v0.7.5 |
732 | 2024-11-13T04:24:52.149Z | Downloaded typify v0.2.0 |
733 | 2024-11-13T04:24:52.153Z | Downloaded openssl v0.10.68 |
734 | 2024-11-13T04:24:52.164Z | Downloaded olpc-cjson v0.1.4 |
735 | 2024-11-13T04:24:52.167Z | Downloaded password-hash v0.4.2 |
736 | 2024-11-13T04:24:52.169Z | Downloaded sigpipe v0.1.3 |
737 | 2024-11-13T04:24:52.169Z | Downloaded foreign-types v0.3.2 |
738 | 2024-11-13T04:24:52.172Z | Downloaded schemars_derive v0.8.21 |
739 | 2024-11-13T04:24:52.172Z | Downloaded tungstenite v0.24.0 |
740 | 2024-11-13T04:24:52.176Z | Downloaded progenitor-macro v0.8.0 |
741 | 2024-11-13T04:24:52.181Z | Downloaded headers-core v0.3.0 |
742 | 2024-11-13T04:24:52.181Z | Downloaded number_prefix v0.4.0 |
743 | 2024-11-13T04:24:52.181Z | Downloaded vergen v8.3.2 |
744 | 2024-11-13T04:24:52.184Z | Downloaded hyper v1.4.1 |
745 | 2024-11-13T04:24:52.190Z | Downloaded subtle v2.6.1 |
746 | 2024-11-13T04:24:52.192Z | Downloaded salty v0.3.0 |
747 | 2024-11-13T04:24:52.199Z | Downloaded steno v0.4.1 |
748 | 2024-11-13T04:24:52.204Z | Downloaded spki v0.7.3 |
749 | 2024-11-13T04:24:52.207Z | Downloaded zone v0.3.0 |
750 | 2024-11-13T04:24:52.209Z | Downloaded hickory-proto v0.24.1 |
751 | 2024-11-13T04:24:52.225Z | Downloaded strum_macros v0.25.3 |
752 | 2024-11-13T04:24:52.227Z | Downloaded tokio-stream v0.1.16 |
753 | 2024-11-13T04:24:52.232Z | Downloaded unicode-xid v0.2.6 |
754 | 2024-11-13T04:24:52.234Z | Downloaded smf v0.2.3 |
755 | 2024-11-13T04:24:52.237Z | Downloaded tokio-rustls v0.26.0 |
756 | 2024-11-13T04:24:52.239Z | Downloaded strum_macros v0.26.4 |
757 | 2024-11-13T04:24:52.242Z | Downloaded num-bigint v0.4.6 |
758 | 2024-11-13T04:24:52.245Z | Downloaded percent-encoding v2.3.1 |
759 | 2024-11-13T04:24:52.247Z | Downloaded waitgroup v0.1.2 |
760 | 2024-11-13T04:24:52.247Z | Downloaded nanorand v0.7.0 |
761 | 2024-11-13T04:24:52.250Z | Downloaded darling_core v0.20.10 |
762 | 2024-11-13T04:24:52.255Z | Downloaded nibble_vec v0.1.0 |
763 | 2024-11-13T04:24:52.258Z | Downloaded toml_edit v0.19.15 |
764 | 2024-11-13T04:24:52.274Z | Downloaded tungstenite v0.23.0 |
765 | 2024-11-13T04:24:52.278Z | Downloaded opaque-debug v0.3.1 |
766 | 2024-11-13T04:24:52.281Z | Downloaded rand v0.8.5 |
767 | 2024-11-13T04:24:52.283Z | Downloaded defmt v0.3.8 |
768 | 2024-11-13T04:24:52.287Z | Downloaded num-complex v0.4.6 |
769 | 2024-11-13T04:24:52.290Z | Downloaded scrypt v0.11.0 |
770 | 2024-11-13T04:24:52.292Z | Downloaded data-encoding v2.6.0 |
771 | 2024-11-13T04:24:52.292Z | Downloaded time-core v0.1.2 |
772 | 2024-11-13T04:24:52.295Z | Downloaded rustls v0.21.12 |
773 | 2024-11-13T04:24:52.305Z | Downloaded r2d2 v0.8.10 |
774 | 2024-11-13T04:24:52.308Z | Downloaded primeorder v0.13.6 |
775 | 2024-11-13T04:24:52.311Z | Downloaded difflib v0.4.0 |
776 | 2024-11-13T04:24:52.312Z | Downloaded unicode-truncate v1.1.0 |
777 | 2024-11-13T04:24:52.314Z | Downloaded tokio-tungstenite v0.21.0 |
778 | 2024-11-13T04:24:52.314Z | Downloaded signal-hook-tokio v0.3.1 |
779 | 2024-11-13T04:24:52.317Z | Downloaded object v0.36.5 |
780 | 2024-11-13T04:24:52.330Z | Downloaded num_enum v0.5.11 |
781 | 2024-11-13T04:24:52.336Z | Downloaded heapless v0.7.17 |
782 | 2024-11-13T04:24:52.339Z | Downloaded h2 v0.4.6 |
783 | 2024-11-13T04:24:52.347Z | Downloaded sync_wrapper v1.0.1 |
784 | 2024-11-13T04:24:52.351Z | Downloaded hash32 v0.3.1 |
785 | 2024-11-13T04:24:52.351Z | Downloaded parking_lot_core v0.8.6 |
786 | 2024-11-13T04:24:52.353Z | Downloaded fragile v2.0.0 |
787 | 2024-11-13T04:24:52.356Z | Downloaded pin-utils v0.1.0 |
788 | 2024-11-13T04:24:52.356Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2024-11-13T04:24:52.359Z | Downloaded signature v2.2.0 |
790 | 2024-11-13T04:24:52.362Z | Downloaded universal-hash v0.5.1 |
791 | 2024-11-13T04:24:52.362Z | Downloaded zip v2.1.3 |
792 | 2024-11-13T04:24:52.368Z | Downloaded zeroize v1.8.1 |
793 | 2024-11-13T04:24:52.372Z | Downloaded serde_yaml v0.9.34+deprecated |
794 | 2024-11-13T04:24:52.376Z | Downloaded p256 v0.13.2 |
795 | 2024-11-13T04:24:52.378Z | Downloaded ed25519-dalek v2.1.1 |
796 | 2024-11-13T04:24:52.379Z | Downloaded russh-cryptovec v0.7.3 |
797 | 2024-11-13T04:24:52.381Z | Downloaded serde_repr v0.1.19 |
798 | 2024-11-13T04:24:52.381Z | Downloaded ron v0.8.1 |
799 | 2024-11-13T04:24:52.387Z | Downloaded tokio v1.40.0 |
800 | 2024-11-13T04:24:52.428Z | Downloaded oso-derive v0.27.3 |
801 | 2024-11-13T04:24:52.430Z | Downloaded winnow v0.5.40 |
802 | 2024-11-13T04:24:52.438Z | Downloaded flagset v0.4.6 |
803 | 2024-11-13T04:24:52.440Z | Downloaded omicron-zone-package v0.11.1 |
804 | 2024-11-13T04:24:52.444Z | Downloaded sqlformat v0.2.6 |
805 | 2024-11-13T04:24:52.449Z | Downloaded foreign-types-macros v0.2.3 |
806 | 2024-11-13T04:24:52.449Z | Downloaded which v4.4.2 |
807 | 2024-11-13T04:24:52.453Z | Downloaded predicates-core v1.0.8 |
808 | 2024-11-13T04:24:52.453Z | Downloaded rustls v0.23.14 |
809 | 2024-11-13T04:24:52.463Z | Downloaded futures-macro v0.3.31 |
810 | 2024-11-13T04:24:52.466Z | Downloaded russh v0.45.0 |
811 | 2024-11-13T04:24:52.471Z | Downloaded spin v0.9.8 |
812 | 2024-11-13T04:24:52.475Z | Downloaded parse-zoneinfo v0.3.1 |
813 | 2024-11-13T04:24:52.479Z | Downloaded pin-project-internal v1.1.6 |
814 | 2024-11-13T04:24:52.481Z | Downloaded structmeta-derive v0.2.0 |
815 | 2024-11-13T04:24:52.482Z | Downloaded derive_builder_macro v0.20.2 |
816 | 2024-11-13T04:24:52.482Z | Downloaded serde_urlencoded v0.7.1 |
817 | 2024-11-13T04:24:52.484Z | Downloaded quick-error v1.2.3 |
818 | 2024-11-13T04:24:52.484Z | Downloaded rand_chacha v0.3.1 |
819 | 2024-11-13T04:24:52.487Z | Downloaded predicates-tree v1.0.11 |
820 | 2024-11-13T04:24:52.487Z | Downloaded unsafe-libyaml v0.2.11 |
821 | 2024-11-13T04:24:52.491Z | Downloaded flate2 v1.0.34 |
822 | 2024-11-13T04:24:52.498Z | Downloaded structmeta-derive v0.3.0 |
823 | 2024-11-13T04:24:52.502Z | Downloaded sha1 v0.10.6 |
824 | 2024-11-13T04:24:52.502Z | Downloaded phf_shared v0.11.2 |
825 | 2024-11-13T04:24:52.506Z | Downloaded display-error-chain v0.2.2 |
826 | 2024-11-13T04:24:52.506Z | Downloaded rusty-fork v0.3.0 |
827 | 2024-11-13T04:24:52.506Z | Downloaded enum-as-inner v0.5.1 |
828 | 2024-11-13T04:24:52.510Z | Downloaded slog-dtrace v0.3.0 |
829 | 2024-11-13T04:24:52.510Z | Downloaded zopfli v0.8.1 |
830 | 2024-11-13T04:24:52.512Z | Downloaded quinn-proto v0.11.8 |
831 | 2024-11-13T04:24:52.518Z | Downloaded rpassword v7.3.1 |
832 | 2024-11-13T04:24:52.521Z | Downloaded tinyvec v1.8.0 |
833 | 2024-11-13T04:24:52.524Z | Downloaded rustfmt-wrapper v0.2.1 |
834 | 2024-11-13T04:24:52.527Z | Downloaded test-strategy v0.3.1 |
835 | 2024-11-13T04:24:52.531Z | Downloaded yoke v0.7.4 |
836 | 2024-11-13T04:24:52.533Z | Downloaded slog-envlogger v2.2.0 |
837 | 2024-11-13T04:24:52.533Z | Downloaded rustc_version v0.1.7 |
838 | 2024-11-13T04:24:52.536Z | Downloaded phf v0.11.2 |
839 | 2024-11-13T04:24:52.536Z | Downloaded quick-xml v0.33.0 |
840 | 2024-11-13T04:24:52.542Z | Downloaded pbkdf2 v0.11.0 |
841 | 2024-11-13T04:24:52.545Z | Downloaded twox-hash v1.6.3 |
842 | 2024-11-13T04:24:52.548Z | Downloaded rustyline v14.0.0 |
843 | 2024-11-13T04:24:52.553Z | Downloaded filetime v0.2.25 |
844 | 2024-11-13T04:24:52.555Z | Downloaded glob v0.3.1 |
845 | 2024-11-13T04:24:52.558Z | Downloaded git2 v0.19.0 |
846 | 2024-11-13T04:24:52.566Z | Downloaded thiserror-impl-no-std v2.0.2 |
847 | 2024-11-13T04:24:52.568Z | Downloaded diesel-dtrace v0.3.0 |
848 | 2024-11-13T04:24:52.571Z | Downloaded derive_builder_core v0.20.2 |
849 | 2024-11-13T04:24:52.573Z | Downloaded rsa v0.9.6 |
850 | 2024-11-13T04:24:52.577Z | Downloaded walkdir v2.5.0 |
851 | 2024-11-13T04:24:52.580Z | Downloaded subprocess v0.2.9 |
852 | 2024-11-13T04:24:52.582Z | Downloaded derive_builder v0.20.2 |
853 | 2024-11-13T04:24:52.588Z | Downloaded hashbrown v0.14.5 |
854 | 2024-11-13T04:24:52.594Z | Downloaded env_filter v0.1.2 |
855 | 2024-11-13T04:24:52.597Z | Downloaded stringprep v0.1.5 |
856 | 2024-11-13T04:24:52.600Z | Downloaded progenitor-impl v0.8.0 |
857 | 2024-11-13T04:24:52.603Z | Downloaded rtoolbox v0.0.2 |
858 | 2024-11-13T04:24:52.603Z | Downloaded whoami v1.5.2 |
859 | 2024-11-13T04:24:52.605Z | Downloaded polar-core v0.27.3 |
860 | 2024-11-13T04:24:52.613Z | Downloaded foreign-types-shared v0.1.1 |
861 | 2024-11-13T04:24:52.615Z | Downloaded phf_codegen v0.11.2 |
862 | 2024-11-13T04:24:52.615Z | Downloaded uuid v1.10.0 |
863 | 2024-11-13T04:24:52.618Z | Downloaded futures-core v0.3.31 |
864 | 2024-11-13T04:24:52.622Z | Downloaded object v0.30.4 |
865 | 2024-11-13T04:24:52.631Z | Downloaded ssh-key v0.6.6 |
866 | 2024-11-13T04:24:52.640Z | Downloaded ff v0.13.0 |
867 | 2024-11-13T04:24:52.644Z | Downloaded rand_seeder v0.3.0 |
868 | 2024-11-13T04:24:52.644Z | Downloaded group v0.13.0 |
869 | 2024-11-13T04:24:52.646Z | Downloaded rustls-pemfile v1.0.4 |
870 | 2024-11-13T04:24:52.649Z | Downloaded num-traits v0.2.19 |
871 | 2024-11-13T04:24:52.652Z | Downloaded ed25519 v2.2.3 |
872 | 2024-11-13T04:24:52.655Z | Downloaded unicode_categories v0.1.1 |
873 | 2024-11-13T04:24:52.655Z | Downloaded p521 v0.13.3 |
874 | 2024-11-13T04:24:52.659Z | Downloaded pkg-config v0.3.31 |
875 | 2024-11-13T04:24:52.662Z | Downloaded tokio-util v0.7.12 |
876 | 2024-11-13T04:24:52.668Z | Downloaded vte_generate_state_changes v0.1.2 |
877 | 2024-11-13T04:24:52.670Z | Downloaded proc-macro-crate v1.3.1 |
878 | 2024-11-13T04:24:52.670Z | Downloaded try-lock v0.2.5 |
879 | 2024-11-13T04:24:52.673Z | Downloaded derive_more v0.99.18 |
880 | 2024-11-13T04:24:52.677Z | Downloaded headers v0.4.0 |
881 | 2024-11-13T04:24:52.682Z | Downloaded socket2 v0.5.7 |
882 | 2024-11-13T04:24:52.685Z | Downloaded samael v0.0.17 |
883 | 2024-11-13T04:24:52.691Z | Downloaded num-derive v0.4.2 |
884 | 2024-11-13T04:24:52.694Z | Downloaded term v0.7.0 |
885 | 2024-11-13T04:24:52.697Z | Downloaded tinyvec_macros v0.1.1 |
886 | 2024-11-13T04:24:52.700Z | Downloaded typify-impl v0.2.0 |
887 | 2024-11-13T04:24:52.714Z | Downloaded serde_plain v1.0.2 |
888 | 2024-11-13T04:24:52.716Z | Downloaded shlex v1.3.0 |
889 | 2024-11-13T04:24:52.719Z | Downloaded slog-async v2.8.0 |
890 | 2024-11-13T04:24:52.719Z | Downloaded regex-automata v0.4.8 |
891 | 2024-11-13T04:24:52.739Z | Downloaded form_urlencoded v1.2.1 |
892 | 2024-11-13T04:24:52.743Z | Downloaded termcolor v1.4.1 |
893 | 2024-11-13T04:24:52.743Z | Downloaded fixedbitset v0.4.2 |
894 | 2024-11-13T04:24:52.743Z | Downloaded fatfs v0.3.6 |
895 | 2024-11-13T04:24:52.746Z | Downloaded either v1.13.0 |
896 | 2024-11-13T04:24:52.746Z | Downloaded string_cache v0.8.7 |
897 | 2024-11-13T04:24:52.748Z | Downloaded globset v0.4.15 |
898 | 2024-11-13T04:24:52.751Z | Downloaded dhcproto v0.12.0 |
899 | 2024-11-13T04:24:52.758Z | Downloaded gimli v0.31.1 |
900 | 2024-11-13T04:24:52.761Z | Downloaded serde_derive_internals v0.29.1 |
901 | 2024-11-13T04:24:52.764Z | Downloaded tls_codec_derive v0.4.1 |
902 | 2024-11-13T04:24:52.767Z | Downloaded precomputed-hash v0.1.1 |
903 | 2024-11-13T04:24:52.767Z | Downloaded nu-ansi-term v0.50.1 |
904 | 2024-11-13T04:24:52.771Z | Downloaded futures-channel v0.3.31 |
905 | 2024-11-13T04:24:52.771Z | Downloaded serde-hex v0.1.0 |
906 | 2024-11-13T04:24:52.774Z | Downloaded predicates v3.1.2 |
907 | 2024-11-13T04:24:52.777Z | Downloaded mirai-annotations v1.12.0 |
908 | 2024-11-13T04:24:52.777Z | Downloaded num-iter v0.1.45 |
909 | 2024-11-13T04:24:52.777Z | Downloaded serde_with_macros v3.11.0 |
910 | 2024-11-13T04:24:52.780Z | Downloaded smoltcp v0.9.1 |
911 | 2024-11-13T04:24:52.790Z | Downloaded parking_lot v0.11.2 |
912 | 2024-11-13T04:24:52.793Z | Downloaded embedded-io v0.6.1 |
913 | 2024-11-13T04:24:52.795Z | Downloaded openapiv3 v2.0.0 |
914 | 2024-11-13T04:24:52.808Z | Downloaded tap v1.0.1 |
915 | 2024-11-13T04:24:52.810Z | Downloaded phf_shared v0.10.0 |
916 | 2024-11-13T04:24:52.810Z | Downloaded oso v0.27.3 |
917 | 2024-11-13T04:24:52.813Z | Downloaded openssl-sys v0.9.104 |
918 | 2024-11-13T04:24:52.819Z | Downloaded unicode-bidi v0.3.17 |
919 | 2024-11-13T04:24:52.822Z | Downloaded signal-hook-registry v1.4.2 |
920 | 2024-11-13T04:24:52.824Z | Downloaded strip-ansi-escapes v0.2.0 |
921 | 2024-11-13T04:24:52.825Z | Downloaded enum-as-inner v0.6.1 |
922 | 2024-11-13T04:24:52.827Z | Downloaded openssl-probe v0.1.5 |
923 | 2024-11-13T04:24:52.827Z | Downloaded newtype_derive v0.1.6 |
924 | 2024-11-13T04:24:52.829Z | Downloaded password-hash v0.5.0 |
925 | 2024-11-13T04:24:52.832Z | Downloaded snafu-derive v0.8.5 |
926 | 2024-11-13T04:24:52.832Z | Downloaded packed_struct_codegen v0.10.1 |
927 | 2024-11-13T04:24:52.835Z | Downloaded thiserror-no-std v2.0.2 |
928 | 2024-11-13T04:24:52.838Z | Downloaded progenitor-client v0.8.0 |
929 | 2024-11-13T04:24:52.840Z | Downloaded new_debug_unreachable v1.0.6 |
930 | 2024-11-13T04:24:52.840Z | Downloaded parking_lot v0.12.3 |
931 | 2024-11-13T04:24:52.843Z | Downloaded displaydoc v0.2.5 |
932 | 2024-11-13T04:24:52.845Z | Downloaded fxhash v0.2.1 |
933 | 2024-11-13T04:24:52.851Z | Downloaded url v2.5.3 |
934 | 2024-11-13T04:24:52.855Z | Downloaded toml v0.7.8 |
935 | 2024-11-13T04:24:52.856Z | Downloaded sha3 v0.10.8 |
936 | 2024-11-13T04:24:52.858Z | Downloaded structmeta v0.3.0 |
937 | 2024-11-13T04:24:52.862Z | Downloaded pin-project-lite v0.2.14 |
938 | 2024-11-13T04:24:52.866Z | Downloaded float-cmp v0.9.0 |
939 | 2024-11-13T04:24:52.868Z | Downloaded tough v0.19.0 |
940 | 2024-11-13T04:24:52.874Z | Downloaded tui-tree-widget v0.22.0 |
941 | 2024-11-13T04:24:52.877Z | Downloaded hashbrown v0.13.2 |
942 | 2024-11-13T04:24:52.882Z | Downloaded dirs-sys-next v0.1.2 |
943 | 2024-11-13T04:24:52.885Z | Downloaded ref-cast v1.0.23 |
944 | 2024-11-13T04:24:52.885Z | Downloaded publicsuffix v2.2.3 |
945 | 2024-11-13T04:24:52.887Z | Downloaded serde_path_to_error v0.1.16 |
946 | 2024-11-13T04:24:52.889Z | Downloaded phf_generator v0.11.2 |
947 | 2024-11-13T04:24:52.893Z | Downloaded slog-term v2.9.1 |
948 | 2024-11-13T04:24:52.895Z | Downloaded zerovec v0.10.4 |
949 | 2024-11-13T04:24:52.900Z | Downloaded synstructure v0.13.1 |
950 | 2024-11-13T04:24:52.902Z | Downloaded rustc-hash v2.0.0 |
951 | 2024-11-13T04:24:52.902Z | Downloaded zerocopy v0.6.6 |
952 | 2024-11-13T04:24:52.905Z | Downloaded topological-sort v0.2.2 |
953 | 2024-11-13T04:24:52.907Z | Downloaded normalize-line-endings v0.3.0 |
954 | 2024-11-13T04:24:52.907Z | Downloaded diesel v2.2.4 |
955 | 2024-11-13T04:24:52.927Z | Downloaded x509-cert v0.2.5 |
956 | 2024-11-13T04:24:52.933Z | Downloaded nix v0.28.0 |
957 | 2024-11-13T04:24:52.946Z | Downloaded regress v0.9.1 |
958 | 2024-11-13T04:24:52.955Z | Downloaded slab v0.4.9 |
959 | 2024-11-13T04:24:52.958Z | Downloaded peg-runtime v0.8.3 |
960 | 2024-11-13T04:24:52.958Z | Downloaded futures-io v0.3.31 |
961 | 2024-11-13T04:24:52.961Z | Downloaded diesel_derives v2.2.3 |
962 | 2024-11-13T04:24:52.964Z | Downloaded foreign-types-shared v0.3.1 |
963 | 2024-11-13T04:24:52.964Z | Downloaded signal-hook v0.3.17 |
964 | 2024-11-13T04:24:52.967Z | Downloaded paste v1.0.15 |
965 | 2024-11-13T04:24:52.970Z | Downloaded yasna v0.5.2 |
966 | 2024-11-13T04:24:52.972Z | Downloaded zerocopy-derive v0.6.6 |
967 | 2024-11-13T04:24:52.984Z | Downloaded zerovec-derive v0.10.3 |
968 | 2024-11-13T04:24:52.987Z | Downloaded typed-path v0.9.3 |
969 | 2024-11-13T04:24:52.992Z | Downloaded tiny-keccak v2.0.2 |
970 | 2024-11-13T04:24:52.995Z | Downloaded utf-8 v0.7.6 |
971 | 2024-11-13T04:24:52.998Z | Downloaded getrandom v0.2.15 |
972 | 2024-11-13T04:24:53.000Z | Downloaded elliptic-curve v0.13.8 |
973 | 2024-11-13T04:24:53.003Z | Downloaded zeroize_derive v1.4.2 |
974 | 2024-11-13T04:24:53.009Z | Downloaded tls_codec v0.4.1 |
975 | 2024-11-13T04:24:53.012Z | Downloaded tinystr v0.7.6 |
976 | 2024-11-13T04:24:53.012Z | Downloaded snafu v0.8.5 |
977 | 2024-11-13T04:24:53.014Z | Downloaded postcard v1.0.10 |
978 | 2024-11-13T04:24:53.017Z | Downloaded unicase v2.7.0 |
979 | 2024-11-13T04:24:53.020Z | Downloaded owo-colors v4.1.0 |
980 | 2024-11-13T04:24:53.024Z | Downloaded path-slash v0.1.5 |
981 | 2024-11-13T04:24:53.024Z | Downloaded regex-syntax v0.8.5 |
982 | 2024-11-13T04:24:53.032Z | Downloaded num v0.4.3 |
983 | 2024-11-13T04:24:53.035Z | Downloaded ecdsa v0.16.9 |
984 | 2024-11-13T04:24:53.035Z | Downloaded tokio-postgres v0.7.12 |
985 | 2024-11-13T04:24:53.039Z | Downloaded wait-timeout v0.2.0 |
986 | 2024-11-13T04:24:53.043Z | Downloaded tokio-rustls v0.25.0 |
987 | 2024-11-13T04:24:53.046Z | Downloaded futures-executor v0.3.31 |
988 | 2024-11-13T04:24:53.047Z | Downloaded futures-util v0.3.31 |
989 | 2024-11-13T04:24:53.057Z | Downloaded write16 v1.0.0 |
990 | 2024-11-13T04:24:53.059Z | Downloaded pbkdf2 v0.12.2 |
991 | 2024-11-13T04:24:53.059Z | Downloaded nodrop v0.1.14 |
992 | 2024-11-13T04:24:53.062Z | Downloaded pkcs8 v0.10.2 |
993 | 2024-11-13T04:24:53.065Z | Downloaded futures v0.3.31 |
994 | 2024-11-13T04:24:53.068Z | Downloaded rustls-pemfile v2.2.0 |
995 | 2024-11-13T04:24:53.070Z | Downloaded smoltcp v0.11.0 |
996 | 2024-11-13T04:24:53.084Z | Downloaded want v0.3.1 |
997 | 2024-11-13T04:24:53.088Z | Downloaded packed_struct v0.10.1 |
998 | 2024-11-13T04:24:53.088Z | Downloaded rfc6979 v0.4.0 |
999 | 2024-11-13T04:24:53.090Z | Downloaded signal-hook-mio v0.2.4 |
1000 | 2024-11-13T04:24:53.090Z | Downloaded serde-big-array v0.5.1 |
1001 | 2024-11-13T04:24:53.090Z | Downloaded utf16_iter v1.0.5 |
1002 | 2024-11-13T04:24:53.093Z | Downloaded rustversion v1.0.17 |
1003 | 2024-11-13T04:24:53.097Z | Downloaded slog-json v2.6.1 |
1004 | 2024-11-13T04:24:53.097Z | Downloaded dirs-next v2.0.0 |
1005 | 2024-11-13T04:24:53.100Z | Downloaded petgraph v0.6.5 |
1006 | 2024-11-13T04:24:53.115Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1007 | 2024-11-13T04:24:53.118Z | Downloaded xattr v1.3.1 |
1008 | 2024-11-13T04:24:53.118Z | Downloaded defmt-macros v0.3.9 |
1009 | 2024-11-13T04:24:53.122Z | Downloaded unicode-properties v0.1.3 |
1010 | 2024-11-13T04:24:53.125Z | Downloaded rayon v1.10.0 |
1011 | 2024-11-13T04:24:53.132Z | Downloaded semver v0.1.20 |
1012 | 2024-11-13T04:24:53.134Z | Downloaded proptest v1.5.0 |
1013 | 2024-11-13T04:24:53.143Z | Downloaded portable-atomic v1.9.0 |
1014 | 2024-11-13T04:24:53.149Z | Downloaded zip v0.6.6 |
1015 | 2024-11-13T04:24:53.153Z | Downloaded gethostname v0.5.0 |
1016 | 2024-11-13T04:24:53.156Z | Downloaded postgres-types v0.2.8 |
1017 | 2024-11-13T04:24:53.158Z | Downloaded num-bigint-dig v0.8.4 |
1018 | 2024-11-13T04:24:53.162Z | Downloaded similar v2.6.0 |
1019 | 2024-11-13T04:24:53.167Z | Downloaded qorb v0.2.0 |
1020 | 2024-11-13T04:24:53.172Z | Downloaded rusqlite v0.32.1 |
1021 | 2024-11-13T04:24:53.178Z | Downloaded dropshot v0.12.0 |
1022 | 2024-11-13T04:24:53.199Z | Downloaded peg-macros v0.8.4 |
1023 | 2024-11-13T04:24:53.202Z | Downloaded p384 v0.13.0 |
1024 | 2024-11-13T04:24:53.208Z | Downloaded ghash v0.5.1 |
1025 | 2024-11-13T04:24:53.210Z | Downloaded tokio-native-tls v0.3.1 |
1026 | 2024-11-13T04:24:53.210Z | Downloaded regress v0.10.1 |
1027 | 2024-11-13T04:24:53.218Z | Downloaded regex v1.11.1 |
1028 | 2024-11-13T04:24:53.231Z | Downloaded nix v0.27.1 |
1029 | 2024-11-13T04:24:53.242Z | Downloaded powerfmt v0.2.0 |
1030 | 2024-11-13T04:24:53.245Z | Downloaded diff v0.1.13 |
1031 | 2024-11-13T04:24:53.248Z | Downloaded peg v0.8.4 |
1032 | 2024-11-13T04:24:53.250Z | Downloaded vte v0.11.1 |
1033 | 2024-11-13T04:24:53.252Z | Downloaded rustls-pki-types v1.9.0 |
1034 | 2024-11-13T04:24:53.256Z | Downloaded xz2 v0.1.7 |
1035 | 2024-11-13T04:24:53.258Z | Downloaded ppv-lite86 v0.2.20 |
1036 | 2024-11-13T04:24:53.258Z | Downloaded mockall_derive v0.13.0 |
1037 | 2024-11-13T04:24:53.261Z | Downloaded mockall v0.13.0 |
1038 | 2024-11-13T04:24:53.261Z | Downloaded trust-dns-proto v0.22.0 |
1039 | 2024-11-13T04:24:53.273Z | Downloaded simd-adler32 v0.3.7 |
1040 | 2024-11-13T04:24:53.275Z | Downloaded smallvec v1.13.2 |
1041 | 2024-11-13T04:24:53.278Z | Downloaded sled v0.34.7 |
1042 | 2024-11-13T04:24:53.287Z | Downloaded tokio-rustls v0.24.1 |
1043 | 2024-11-13T04:24:53.289Z | Downloaded postgres-protocol v0.6.7 |
1044 | 2024-11-13T04:24:53.292Z | Downloaded tar v0.4.43 |
1045 | 2024-11-13T04:24:53.296Z | Downloaded rayon-core v1.12.1 |
1046 | 2024-11-13T04:24:53.304Z | Downloaded num-conv v0.1.0 |
1047 | 2024-11-13T04:24:53.304Z | Downloaded endian-type v0.1.2 |
1048 | 2024-11-13T04:24:53.306Z | Downloaded rustls-webpki v0.102.8 |
1049 | 2024-11-13T04:24:53.318Z | Downloaded embedded-io v0.4.0 |
1050 | 2024-11-13T04:24:53.320Z | Downloaded resolv-conf v0.7.0 |
1051 | 2024-11-13T04:24:53.321Z | Downloaded ratatui v0.28.1 |
1052 | 2024-11-13T04:24:53.340Z | Downloaded nom v7.1.3 |
1053 | 2024-11-13T04:24:53.348Z | Downloaded utf8_iter v1.0.4 |
1054 | 2024-11-13T04:24:53.353Z | Downloaded smallvec v0.6.14 |
1055 | 2024-11-13T04:24:53.353Z | Downloaded encoding_rs v0.8.34 |
1056 | 2024-11-13T04:24:53.371Z | Downloaded multimap v0.10.0 |
1057 | 2024-11-13T04:24:53.374Z | Downloaded nix v0.29.0 |
1058 | 2024-11-13T04:24:53.382Z | Downloaded dropshot_endpoint v0.12.0 |
1059 | 2024-11-13T04:24:53.385Z | Downloaded csv v1.3.0 |
1060 | 2024-11-13T04:24:53.405Z | Downloaded webpki-roots v0.26.6 |
1061 | 2024-11-13T04:24:53.409Z | Downloaded native-tls v0.2.12 |
1062 | 2024-11-13T04:24:53.412Z | Downloaded hashlink v0.9.1 |
1063 | 2024-11-13T04:24:53.415Z | Downloaded hashbrown v0.12.3 |
1064 | 2024-11-13T04:24:53.418Z | Downloaded rcgen v0.12.1 |
1065 | 2024-11-13T04:24:53.422Z | Downloaded static_assertions v1.1.0 |
1066 | 2024-11-13T04:24:53.422Z | Downloaded debug-ignore v1.0.5 |
1067 | 2024-11-13T04:24:53.427Z | Downloaded tokio-tungstenite v0.24.0 |
1068 | 2024-11-13T04:24:53.427Z | Downloaded num-rational v0.4.2 |
1069 | 2024-11-13T04:24:53.431Z | Downloaded fd-lock v4.0.2 |
1070 | 2024-11-13T04:24:53.431Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1071 | 2024-11-13T04:24:53.440Z | Downloaded tracing v0.1.40 |
1072 | 2024-11-13T04:24:53.443Z | Downloaded toolchain_find v0.4.0 |
1073 | 2024-11-13T04:24:53.446Z | Downloaded dhcproto-macros v0.1.0 |
1074 | 2024-11-13T04:24:53.446Z | Downloaded des v0.8.1 |
1075 | 2024-11-13T04:24:53.449Z | Downloaded futures-sink v0.3.31 |
1076 | 2024-11-13T04:24:53.449Z | Downloaded tokio-tungstenite v0.23.1 |
1077 | 2024-11-13T04:24:53.451Z | Downloaded rustc_version v0.4.1 |
1078 | 2024-11-13T04:24:53.451Z | Downloaded vsss-rs v3.3.4 |
1079 | 2024-11-13T04:24:53.454Z | Downloaded unicode-normalization v0.1.24 |
1080 | 2024-11-13T04:24:53.457Z | Downloaded ssh-cipher v0.2.0 |
1081 | 2024-11-13T04:24:53.464Z | Downloaded reqwest v0.12.9 |
1082 | 2024-11-13T04:24:53.467Z | Downloaded sct v0.7.1 |
1083 | 2024-11-13T04:24:53.471Z | Downloaded supports-color v3.0.1 |
1084 | 2024-11-13T04:24:53.478Z | Downloaded slog v2.7.0 |
1085 | 2024-11-13T04:24:53.483Z | Downloaded foldhash v0.1.3 |
1086 | 2024-11-13T04:24:53.483Z | Downloaded same-file v1.0.6 |
1087 | 2024-11-13T04:24:53.483Z | Downloaded pkcs5 v0.7.1 |
1088 | 2024-11-13T04:24:53.483Z | Downloaded fallible-streaming-iterator v0.1.9 |
1089 | 2024-11-13T04:24:53.483Z | Downloaded polyval v0.6.2 |
1090 | 2024-11-13T04:24:53.487Z | Downloaded scopeguard v1.2.0 |
1091 | 2024-11-13T04:24:53.487Z | Downloaded sqlparser v0.45.0 |
1092 | 2024-11-13T04:24:53.496Z | Downloaded unicode-segmentation v1.12.0 |
1093 | 2024-11-13T04:24:53.501Z | Downloaded quinn-udp v0.5.5 |
1094 | 2024-11-13T04:24:53.501Z | Downloaded num-integer v0.1.46 |
1095 | 2024-11-13T04:24:53.501Z | Downloaded idna v0.3.0 |
1096 | 2024-11-13T04:24:53.505Z | Downloaded lzma-sys v0.1.20 |
1097 | 2024-11-13T04:24:53.531Z | Downloaded pem v3.0.4 |
1098 | 2024-11-13T04:24:53.533Z | Downloaded zone_cfg_derive v0.3.0 |
1099 | 2024-11-13T04:24:53.534Z | Downloaded termios v0.3.3 |
1100 | 2024-11-13T04:24:53.536Z | Downloaded parse-display-derive v0.10.0 |
1101 | 2024-11-13T04:24:53.536Z | Downloaded ipnetwork v0.20.0 |
1102 | 2024-11-13T04:24:53.538Z | Downloaded expectorate v1.1.0 |
1103 | 2024-11-13T04:24:53.540Z | Downloaded vcpkg v0.2.15 |
1104 | 2024-11-13T04:24:53.578Z | Downloaded env_logger v0.11.5 |
1105 | 2024-11-13T04:24:53.581Z | Downloaded der v0.7.9 |
1106 | 2024-11-13T04:24:53.588Z | Downloaded hyper-tls v0.6.0 |
1107 | 2024-11-13T04:24:53.590Z | Downloaded aws-lc-rs v1.10.0 |
1108 | 2024-11-13T04:24:53.597Z | Downloaded downcast v0.11.0 |
1109 | 2024-11-13T04:24:53.600Z | Downloaded poly1305 v0.8.0 |
1110 | 2024-11-13T04:24:53.602Z | Downloaded foreign-types v0.5.0 |
1111 | 2024-11-13T04:24:53.602Z | Downloaded untrusted v0.9.0 |
1112 | 2024-11-13T04:24:53.605Z | Downloaded tracing-core v0.1.32 |
1113 | 2024-11-13T04:24:53.607Z | Downloaded idna v0.5.0 |
1114 | 2024-11-13T04:24:53.614Z | Downloaded unarray v0.1.4 |
1115 | 2024-11-13T04:24:53.620Z | Downloaded futures-task v0.3.31 |
1116 | 2024-11-13T04:24:53.620Z | Downloaded stable_deref_trait v1.2.0 |
1117 | 2024-11-13T04:24:53.620Z | Downloaded salsa20 v0.10.2 |
1118 | 2024-11-13T04:24:53.623Z | Downloaded tracing-attributes v0.1.27 |
1119 | 2024-11-13T04:24:53.623Z | Downloaded libm v0.2.8 |
1120 | 2024-11-13T04:24:53.627Z | Downloaded serde_with v3.11.0 |
1121 | 2024-11-13T04:24:53.636Z | Downloaded itertools v0.10.5 |
1122 | 2024-11-13T04:24:53.644Z | Downloaded slog-bunyan v2.5.0 |
1123 | 2024-11-13T04:24:53.648Z | Downloaded newline-converter v0.3.0 |
1124 | 2024-11-13T04:24:53.648Z | Downloaded uzers v0.12.1 |
1125 | 2024-11-13T04:24:53.652Z | Downloaded lazycell v1.3.0 |
1126 | 2024-11-13T04:24:53.652Z | Downloaded is-terminal v0.4.13 |
1127 | 2024-11-13T04:24:53.652Z | Downloaded hickory-server v0.24.1 |
1128 | 2024-11-13T04:24:53.655Z | Downloaded bitvec v1.0.1 |
1129 | 2024-11-13T04:24:53.671Z | Downloaded ron v0.7.1 |
1130 | 2024-11-13T04:24:53.674Z | Downloaded icu_locid_transform_data v1.5.0 |
1131 | 2024-11-13T04:24:53.677Z | Downloaded libsw v3.3.1 |
1132 | 2024-11-13T04:24:53.681Z | Downloaded libefi-sys v0.1.0 |
1133 | 2024-11-13T04:24:53.681Z | Downloaded inout v0.1.3 |
1134 | 2024-11-13T04:24:53.685Z | Downloaded lazy_static v1.5.0 |
1135 | 2024-11-13T04:24:53.685Z | Downloaded icu_provider_macros v1.5.0 |
1136 | 2024-11-13T04:24:53.685Z | Downloaded half v2.4.1 |
1137 | 2024-11-13T04:24:53.689Z | Downloaded icu_normalizer v1.5.0 |
1138 | 2024-11-13T04:24:53.692Z | Downloaded defmt-parser v0.3.4 |
1139 | 2024-11-13T04:24:53.692Z | Downloaded memmap2 v0.9.5 |
1140 | 2024-11-13T04:24:53.692Z | Downloaded lru v0.12.5 |
1141 | 2024-11-13T04:24:53.695Z | Downloaded instability v0.3.2 |
1142 | 2024-11-13T04:24:53.695Z | Downloaded icu_properties v1.5.1 |
1143 | 2024-11-13T04:24:53.698Z | Downloaded crc32fast v1.4.2 |
1144 | 2024-11-13T04:24:53.698Z | Downloaded ahash v0.8.11 |
1145 | 2024-11-13T04:24:53.700Z | Downloaded clang-sys v1.8.1 |
1146 | 2024-11-13T04:24:53.704Z | Downloaded md5 v0.7.0 |
1147 | 2024-11-13T04:24:53.704Z | Downloaded lru-cache v0.1.2 |
1148 | 2024-11-13T04:24:53.708Z | Downloaded linear-map v1.2.0 |
1149 | 2024-11-13T04:24:53.708Z | Downloaded internet-checksum v0.2.1 |
1150 | 2024-11-13T04:24:53.708Z | Downloaded arc-swap v1.7.1 |
1151 | 2024-11-13T04:24:53.711Z | Downloaded addr2line v0.24.2 |
1152 | 2024-11-13T04:24:53.714Z | Downloaded base64 v0.13.1 |
1153 | 2024-11-13T04:24:53.714Z | Downloaded argon2 v0.5.3 |
1154 | 2024-11-13T04:24:53.717Z | Downloaded idna_adapter v1.2.0 |
1155 | 2024-11-13T04:24:53.717Z | Downloaded ring v0.17.8 |
1156 | 2024-11-13T04:24:53.787Z | Downloaded base16ct v0.2.0 |
1157 | 2024-11-13T04:24:53.791Z | Downloaded assert_matches v1.5.0 |
1158 | 2024-11-13T04:24:53.791Z | Downloaded block-padding v0.3.3 |
1159 | 2024-11-13T04:24:53.804Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-11-13T04:24:54.045Z | Downloaded ring v0.16.20 |
1161 | 2024-11-13T04:24:54.175Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-11-13T04:24:54.495Z | Compiling serde v1.0.215 |
1163 | 2024-11-13T04:24:54.498Z | Compiling lock_api v0.4.12 |
1164 | 2024-11-13T04:24:54.498Z | Compiling scopeguard v1.2.0 |
1165 | 2024-11-13T04:24:54.498Z | Compiling value-bag v1.9.0 |
1166 | 2024-11-13T04:24:54.498Z | Compiling typenum v1.17.0 |
1167 | 2024-11-13T04:24:54.498Z | Compiling generic-array v0.14.7 |
1168 | 2024-11-13T04:24:54.669Z | Compiling syn v2.0.87 |
1169 | 2024-11-13T04:24:54.684Z | Compiling getrandom v0.2.15 |
1170 | 2024-11-13T04:24:54.788Z | Compiling subtle v2.6.1 |
1171 | 2024-11-13T04:24:54.961Z | Compiling rand_core v0.6.4 |
1172 | 2024-11-13T04:24:55.086Z | Compiling log v0.4.22 |
1173 | 2024-11-13T04:24:55.176Z | Compiling shlex v1.3.0 |
1174 | 2024-11-13T04:24:55.201Z | Compiling jobserver v0.1.32 |
1175 | 2024-11-13T04:24:55.240Z | Compiling const-oid v0.9.6 |
1176 | 2024-11-13T04:24:55.479Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-13T04:24:55.498Z | Compiling spin v0.9.8 |
1178 | 2024-11-13T04:24:55.605Z | Compiling cc v1.1.30 |
1179 | 2024-11-13T04:24:55.877Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-11-13T04:24:55.892Z | Compiling rustix v0.38.37 |
1181 | 2024-11-13T04:24:55.968Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-11-13T04:24:55.997Z | Compiling futures-core v0.3.31 |
1183 | 2024-11-13T04:24:56.152Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-11-13T04:24:56.248Z | Compiling mio v1.0.2 |
1185 | 2024-11-13T04:24:56.951Z | Compiling parking_lot v0.12.3 |
1186 | 2024-11-13T04:24:57.085Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-11-13T04:24:57.156Z | Compiling cpufeatures v0.2.14 |
1188 | 2024-11-13T04:24:57.255Z | Compiling either v1.13.0 |
1189 | 2024-11-13T04:24:57.380Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-11-13T04:24:57.543Z | Compiling lazy_static v1.5.0 |
1191 | 2024-11-13T04:24:57.603Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-11-13T04:24:57.659Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-13T04:24:57.702Z | Compiling glob v0.3.1 |
1194 | 2024-11-13T04:24:57.722Z | Compiling socket2 v0.5.7 |
1195 | 2024-11-13T04:24:57.814Z | Compiling slab v0.4.9 |
1196 | 2024-11-13T04:24:57.977Z | Compiling prettyplease v0.2.25 |
1197 | 2024-11-13T04:24:58.286Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-11-13T04:24:58.652Z | Compiling libloading v0.8.5 |
1199 | 2024-11-13T04:24:58.751Z | Compiling clang-sys v1.8.1 |
1200 | 2024-11-13T04:24:58.763Z | Compiling nom v7.1.3 |
1201 | 2024-11-13T04:24:58.822Z | Compiling home v0.5.9 |
1202 | 2024-11-13T04:24:59.153Z | Compiling bindgen v0.69.5 |
1203 | 2024-11-13T04:24:59.221Z | Compiling serde_json v1.0.132 |
1204 | 2024-11-13T04:24:59.764Z | Compiling futures-channel v0.3.31 |
1205 | 2024-11-13T04:25:00.021Z | Compiling itertools v0.12.1 |
1206 | 2024-11-13T04:25:00.038Z | Compiling lazycell v1.3.0 |
1207 | 2024-11-13T04:25:00.248Z | Compiling foldhash v0.1.3 |
1208 | 2024-11-13T04:25:00.557Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-11-13T04:25:01.337Z | Compiling regex-automata v0.4.8 |
1210 | 2024-11-13T04:25:02.410Z | Compiling synstructure v0.13.1 |
1211 | 2024-11-13T04:25:02.915Z | Compiling cexpr v0.6.0 |
1212 | 2024-11-13T04:25:02.939Z | Compiling futures-io v0.3.31 |
1213 | 2024-11-13T04:25:03.257Z | Compiling pin-utils v0.1.0 |
1214 | 2024-11-13T04:25:03.354Z | Compiling futures-task v0.3.31 |
1215 | 2024-11-13T04:25:03.665Z | Compiling rustc-hash v1.1.0 |
1216 | 2024-11-13T04:25:03.815Z | Compiling hashbrown v0.15.0 |
1217 | 2024-11-13T04:25:04.101Z | Compiling cmake v0.1.51 |
1218 | 2024-11-13T04:25:04.316Z | Compiling libm v0.2.8 |
1219 | 2024-11-13T04:25:04.644Z | Compiling dunce v1.0.5 |
1220 | 2024-11-13T04:25:04.703Z | Compiling fs_extra v1.3.0 |
1221 | 2024-11-13T04:25:04.775Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-13T04:25:05.140Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2024-11-13T04:25:05.230Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-13T04:25:05.249Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-13T04:25:05.743Z | Compiling ring v0.17.8 |
1226 | 2024-11-13T04:25:06.074Z | Compiling paste v1.0.15 |
1227 | 2024-11-13T04:25:06.308Z | Compiling litemap v0.7.3 |
1228 | 2024-11-13T04:25:06.584Z | Compiling base64ct v1.6.0 |
1229 | 2024-11-13T04:25:06.722Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-11-13T04:25:06.744Z | Compiling writeable v0.5.5 |
1231 | 2024-11-13T04:25:06.763Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-11-13T04:25:06.927Z | Compiling regex v1.11.1 |
1233 | 2024-11-13T04:25:07.202Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-13T04:25:07.913Z | Compiling flagset v0.4.6 |
1235 | 2024-11-13T04:25:08.040Z | Compiling httparse v1.9.5 |
1236 | 2024-11-13T04:25:08.099Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-11-13T04:25:08.532Z | Compiling tracing-core v0.1.32 |
1238 | 2024-11-13T04:25:08.854Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-11-13T04:25:08.946Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-11-13T04:25:09.280Z | Compiling rustls-pki-types v1.9.0 |
1241 | 2024-11-13T04:25:09.323Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-11-13T04:25:09.461Z | Compiling serde_derive v1.0.215 |
1243 | 2024-11-13T04:25:09.754Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-11-13T04:25:09.915Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-11-13T04:25:09.935Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-11-13T04:25:10.398Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-11-13T04:25:11.376Z | Compiling zeroize v1.8.1 |
1248 | 2024-11-13T04:25:11.380Z | Compiling yoke-derive v0.7.4 |
1249 | 2024-11-13T04:25:11.657Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-11-13T04:25:12.232Z | Compiling zerocopy v0.7.35 |
1251 | 2024-11-13T04:25:13.020Z | Compiling crypto-common v0.1.6 |
1252 | 2024-11-13T04:25:13.087Z | Compiling block-buffer v0.10.4 |
1253 | 2024-11-13T04:25:13.261Z | Compiling zerovec-derive v0.10.3 |
1254 | 2024-11-13T04:25:13.363Z | Compiling digest v0.10.7 |
1255 | 2024-11-13T04:25:13.778Z | Compiling futures-macro v0.3.31 |
1256 | 2024-11-13T04:25:13.850Z | Compiling hmac v0.12.1 |
1257 | 2024-11-13T04:25:14.093Z | Compiling block-padding v0.3.3 |
1258 | 2024-11-13T04:25:14.352Z | Compiling displaydoc v0.2.5 |
1259 | 2024-11-13T04:25:14.411Z | Compiling inout v0.1.3 |
1260 | 2024-11-13T04:25:14.501Z | Compiling sha2 v0.10.8 |
1261 | 2024-11-13T04:25:14.569Z | Compiling zerofrom v0.1.4 |
1262 | 2024-11-13T04:25:14.698Z | Compiling cipher v0.4.4 |
1263 | 2024-11-13T04:25:14.803Z | Compiling yoke v0.7.4 |
1264 | 2024-11-13T04:25:15.071Z | Compiling thiserror v1.0.69 |
1265 | 2024-11-13T04:25:15.173Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-11-13T04:25:15.214Z | Compiling der_derive v0.7.3 |
1267 | 2024-11-13T04:25:15.233Z | Compiling icu_provider_macros v1.5.0 |
1268 | 2024-11-13T04:25:15.774Z | Compiling futures-util v0.3.31 |
1269 | 2024-11-13T04:25:15.938Z | Compiling zerovec v0.10.4 |
1270 | 2024-11-13T04:25:15.980Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-11-13T04:25:15.998Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-11-13T04:25:16.416Z | Compiling rand v0.8.5 |
1273 | 2024-11-13T04:25:17.762Z | Compiling der v0.7.9 |
1274 | 2024-11-13T04:25:18.117Z | Compiling tinystr v0.7.6 |
1275 | 2024-11-13T04:25:18.196Z | Compiling icu_collections v1.5.0 |
1276 | 2024-11-13T04:25:18.300Z | Compiling pest v2.7.14 |
1277 | 2024-11-13T04:25:18.542Z | Compiling icu_locid v1.5.0 |
1278 | 2024-11-13T04:25:18.654Z | Compiling salsa20 v0.10.2 |
1279 | 2024-11-13T04:25:18.894Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-11-13T04:25:19.720Z | Compiling icu_provider v1.5.0 |
1281 | 2024-11-13T04:25:19.805Z | Compiling tracing v0.1.40 |
1282 | 2024-11-13T04:25:19.826Z | Compiling spki v0.7.3 |
1283 | 2024-11-13T04:25:20.215Z | Compiling vcpkg v0.2.15 |
1284 | 2024-11-13T04:25:20.329Z | Compiling powerfmt v0.2.0 |
1285 | 2024-11-13T04:25:20.720Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-11-13T04:25:20.801Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-13T04:25:20.971Z | Compiling mirai-annotations v1.12.0 |
1288 | 2024-11-13T04:25:21.094Z | Compiling icu_properties_data v1.5.0 |
1289 | 2024-11-13T04:25:21.140Z | Compiling untrusted v0.7.1 |
1290 | 2024-11-13T04:25:21.159Z | Compiling untrusted v0.9.0 |
1291 | 2024-11-13T04:25:21.316Z | Compiling time-core v0.1.2 |
1292 | 2024-11-13T04:25:21.354Z | Compiling pest_meta v2.7.14 |
1293 | 2024-11-13T04:25:21.374Z | Compiling deranged v0.3.11 |
1294 | 2024-11-13T04:25:21.485Z | Compiling time-macros v0.2.18 |
1295 | 2024-11-13T04:25:21.996Z | Compiling icu_properties v1.5.1 |
1296 | 2024-11-13T04:25:22.466Z | Compiling openssl-sys v0.9.104 |
1297 | 2024-11-13T04:25:23.494Z | Compiling scrypt v0.11.0 |
1298 | 2024-11-13T04:25:23.571Z | Compiling cbc v0.1.2 |
1299 | 2024-11-13T04:25:23.812Z | Compiling bitflags v2.6.0 |
1300 | 2024-11-13T04:25:24.021Z | Compiling bytes v1.8.0 |
1301 | 2024-11-13T04:25:24.646Z | Compiling indexmap v2.6.0 |
1302 | 2024-11-13T04:25:24.884Z | Compiling semver v1.0.23 |
1303 | 2024-11-13T04:25:25.145Z | Compiling tokio v1.40.0 |
1304 | 2024-11-13T04:25:25.313Z | Compiling http v1.1.0 |
1305 | 2024-11-13T04:25:25.643Z | Compiling rustc_version v0.4.1 |
1306 | 2024-11-13T04:25:26.039Z | Compiling aes v0.8.4 |
1307 | 2024-11-13T04:25:26.437Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-11-13T04:25:26.493Z | Compiling utf16_iter v1.0.5 |
1309 | 2024-11-13T04:25:26.697Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-11-13T04:25:26.807Z | Compiling num_threads v0.1.7 |
1311 | 2024-11-13T04:25:26.935Z | Compiling write16 v1.0.0 |
1312 | 2024-11-13T04:25:26.954Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-11-13T04:25:27.069Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-11-13T04:25:27.141Z | Compiling pkcs5 v0.7.1 |
1315 | 2024-11-13T04:25:27.316Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-13T04:25:27.333Z | Compiling time v0.3.36 |
1317 | 2024-11-13T04:25:27.855Z | Compiling http-body v1.0.1 |
1318 | 2024-11-13T04:25:27.954Z | Compiling scroll v0.12.0 |
1319 | 2024-11-13T04:25:28.213Z | Compiling which v4.4.2 |
1320 | 2024-11-13T04:25:28.381Z | Compiling pest_generator v2.7.14 |
1321 | 2024-11-13T04:25:28.500Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-11-13T04:25:28.840Z | Compiling slog v2.7.0 |
1323 | 2024-11-13T04:25:28.891Z | Compiling try-lock v0.2.5 |
1324 | 2024-11-13T04:25:29.044Z | Compiling goblin v0.8.2 |
1325 | 2024-11-13T04:25:29.293Z | Compiling want v0.3.1 |
1326 | 2024-11-13T04:25:29.419Z | Compiling idna_adapter v1.2.0 |
1327 | 2024-11-13T04:25:29.586Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-11-13T04:25:29.646Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-13T04:25:29.670Z | Compiling idna v1.0.3 |
1330 | 2024-11-13T04:25:30.322Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2024-11-13T04:25:30.427Z | Compiling pest_derive v2.7.14 |
1332 | 2024-11-13T04:25:30.945Z | Compiling toml_datetime v0.6.8 |
1333 | 2024-11-13T04:25:30.968Z | Compiling uuid v1.10.0 |
1334 | 2024-11-13T04:25:31.251Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-11-13T04:25:31.473Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-11-13T04:25:31.492Z | Compiling openssl v0.10.68 |
1337 | 2024-11-13T04:25:31.738Z | Compiling foreign-types-shared v0.1.1 |
1338 | 2024-11-13T04:25:31.853Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-13T04:25:31.933Z | Compiling match_cfg v0.1.0 |
1340 | 2024-11-13T04:25:32.032Z | Compiling base64 v0.22.1 |
1341 | 2024-11-13T04:25:32.319Z | Compiling tower-service v0.3.3 |
1342 | 2024-11-13T04:25:32.422Z | Compiling adler2 v2.0.0 |
1343 | 2024-11-13T04:25:32.451Z | Compiling rustversion v1.0.17 |
1344 | 2024-11-13T04:25:32.565Z | Compiling miniz_oxide v0.8.0 |
1345 | 2024-11-13T04:25:32.618Z | Compiling hostname v0.3.1 |
1346 | 2024-11-13T04:25:32.804Z | Compiling chrono v0.4.38 |
1347 | 2024-11-13T04:25:32.897Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-13T04:25:32.992Z | Compiling url v2.5.3 |
1349 | 2024-11-13T04:25:33.418Z | Compiling async-trait v0.1.83 |
1350 | 2024-11-13T04:25:34.164Z | Compiling tokio-util v0.7.12 |
1351 | 2024-11-13T04:25:34.611Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-11-13T04:25:34.992Z | Compiling dof v0.3.0 |
1353 | 2024-11-13T04:25:35.362Z | Compiling h2 v0.4.6 |
1354 | 2024-11-13T04:25:35.602Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-11-13T04:25:36.152Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-13T04:25:36.268Z | Compiling rustls v0.22.4 |
1357 | 2024-11-13T04:25:36.531Z | Compiling data-encoding v2.6.0 |
1358 | 2024-11-13T04:25:36.577Z | Compiling native-tls v0.2.12 |
1359 | 2024-11-13T04:25:36.940Z | Compiling rustls v0.23.14 |
1360 | 2024-11-13T04:25:37.156Z | Compiling syn v1.0.109 |
1361 | 2024-11-13T04:25:37.216Z | Compiling siphasher v0.3.11 |
1362 | 2024-11-13T04:25:37.670Z | Compiling dirs-next v2.0.0 |
1363 | 2024-11-13T04:25:37.868Z | Compiling http-body-util v0.1.2 |
1364 | 2024-11-13T04:25:38.413Z | Compiling heapless v0.7.17 |
1365 | 2024-11-13T04:25:38.858Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-13T04:25:39.029Z | Compiling signature v2.2.0 |
1367 | 2024-11-13T04:25:39.302Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-13T04:25:39.321Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-11-13T04:25:39.448Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-11-13T04:25:39.619Z | Compiling thread_local v1.1.8 |
1371 | 2024-11-13T04:25:39.735Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-11-13T04:25:39.817Z | Compiling cookie v0.18.1 |
1373 | 2024-11-13T04:25:40.116Z | Compiling multer v3.1.0 |
1374 | 2024-11-13T04:25:40.156Z | Compiling gimli v0.31.1 |
1375 | 2024-11-13T04:25:40.402Z | Compiling signal-hook v0.3.17 |
1376 | 2024-11-13T04:25:40.661Z | Compiling schemars v0.8.21 |
1377 | 2024-11-13T04:25:40.769Z | Compiling ipnet v2.10.1 |
1378 | 2024-11-13T04:25:41.013Z | Compiling unicode-properties v0.1.3 |
1379 | 2024-11-13T04:25:41.440Z | Compiling openssl-probe v0.1.5 |
1380 | 2024-11-13T04:25:41.822Z | Compiling slog-async v2.8.0 |
1381 | 2024-11-13T04:25:42.126Z | Compiling rayon-core v1.12.1 |
1382 | 2024-11-13T04:25:42.334Z | Compiling hyper v1.4.1 |
1383 | 2024-11-13T04:25:42.337Z | Compiling mime v0.3.17 |
1384 | 2024-11-13T04:25:42.427Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-11-13T04:25:42.987Z | Compiling stringprep v0.1.5 |
1386 | 2024-11-13T04:25:44.247Z | Compiling toml_edit v0.22.22 |
1387 | 2024-11-13T04:25:44.857Z | Compiling hyper-util v0.1.10 |
1388 | 2024-11-13T04:25:45.342Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-13T04:25:46.012Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-11-13T04:25:46.033Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-13T04:25:46.480Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-11-13T04:25:46.823Z | Compiling term v0.7.0 |
1393 | 2024-11-13T04:25:47.410Z | Compiling slog-json v2.6.1 |
1394 | 2024-11-13T04:25:47.442Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-11-13T04:25:47.650Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-11-13T04:25:47.781Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-13T04:25:47.943Z | Compiling futures-executor v0.3.31 |
1398 | 2024-11-13T04:25:48.012Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-13T04:25:48.268Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-13T04:25:48.329Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-11-13T04:25:48.528Z | Compiling num-integer v0.1.46 |
1402 | 2024-11-13T04:25:48.544Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-11-13T04:25:48.673Z | Compiling idna v0.3.0 |
1404 | 2024-11-13T04:25:48.874Z | Compiling idna v0.4.0 |
1405 | 2024-11-13T04:25:49.097Z | Compiling hash32 v0.2.1 |
1406 | 2024-11-13T04:25:49.335Z | Compiling ff v0.13.0 |
1407 | 2024-11-13T04:25:49.445Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-13T04:25:49.572Z | Compiling object v0.36.5 |
1409 | 2024-11-13T04:25:49.575Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-13T04:25:49.869Z | Compiling num-bigint-dig v0.8.4 |
1411 | 2024-11-13T04:25:49.911Z | Compiling fallible-iterator v0.2.0 |
1412 | 2024-11-13T04:25:50.155Z | Compiling portable-atomic v1.9.0 |
1413 | 2024-11-13T04:25:50.353Z | Compiling psl-types v2.0.11 |
1414 | 2024-11-13T04:25:50.531Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-11-13T04:25:50.552Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-11-13T04:25:50.628Z | Compiling quick-error v1.2.3 |
1417 | 2024-11-13T04:25:50.753Z | Compiling smoltcp v0.9.1 |
1418 | 2024-11-13T04:25:50.778Z | Compiling rustc-demangle v0.1.24 |
1419 | 2024-11-13T04:25:50.928Z | Compiling base16ct v0.2.0 |
1420 | 2024-11-13T04:25:51.238Z | Compiling take_mut v0.2.2 |
1421 | 2024-11-13T04:25:51.260Z | Compiling anyhow v1.0.93 |
1422 | 2024-11-13T04:25:51.410Z | Compiling utf-8 v0.7.6 |
1423 | 2024-11-13T04:25:51.742Z | Compiling tungstenite v0.24.0 |
1424 | 2024-11-13T04:25:51.852Z | Compiling sec1 v0.7.3 |
1425 | 2024-11-13T04:25:52.249Z | Compiling lru-cache v0.1.2 |
1426 | 2024-11-13T04:25:52.428Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-11-13T04:25:52.600Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-11-13T04:25:52.734Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-11-13T04:25:53.019Z | Compiling async-stream v0.3.6 |
1430 | 2024-11-13T04:25:53.307Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-13T04:25:53.327Z | Compiling group v0.13.0 |
1432 | 2024-11-13T04:25:53.657Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-13T04:25:53.919Z | Compiling usdt v0.5.0 |
1434 | 2024-11-13T04:25:54.426Z | Compiling num-iter v0.1.45 |
1435 | 2024-11-13T04:25:54.736Z | Compiling futures v0.3.31 |
1436 | 2024-11-13T04:25:54.867Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-11-13T04:25:54.908Z | Compiling toml v0.8.19 |
1438 | 2024-11-13T04:25:56.733Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2024-11-13T04:25:57.042Z | Compiling backtrace v0.3.74 |
1440 | 2024-11-13T04:25:57.066Z | Compiling camino v1.1.9 |
1441 | 2024-11-13T04:25:57.402Z | Compiling phf_shared v0.11.2 |
1442 | 2024-11-13T04:25:57.508Z | Compiling dropshot_endpoint v0.12.0 |
1443 | 2024-11-13T04:25:57.780Z | Compiling terminal_size v0.4.0 |
1444 | 2024-11-13T04:25:57.799Z | Compiling waitgroup v0.1.2 |
1445 | 2024-11-13T04:25:57.999Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-11-13T04:25:58.022Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-11-13T04:25:58.039Z | Compiling hkdf v0.12.4 |
1448 | 2024-11-13T04:25:58.282Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-11-13T04:25:58.879Z | Compiling webpki-roots v0.26.6 |
1450 | 2024-11-13T04:25:59.099Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-11-13T04:26:00.689Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-13T04:26:00.807Z | Compiling idna v0.5.0 |
1453 | 2024-11-13T04:26:00.933Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-11-13T04:26:01.852Z | Compiling hostname v0.4.0 |
1455 | 2024-11-13T04:26:02.125Z | Compiling crc32fast v1.4.2 |
1456 | 2024-11-13T04:26:02.309Z | Compiling ahash v0.8.11 |
1457 | 2024-11-13T04:26:02.347Z | Compiling fs-err v2.11.0 |
1458 | 2024-11-13T04:26:02.468Z | Compiling managed v0.8.0 |
1459 | 2024-11-13T04:26:02.485Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-13T04:26:02.590Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-11-13T04:26:02.616Z | Compiling winnow v0.5.40 |
1462 | 2024-11-13T04:26:02.619Z | Compiling console v0.15.8 |
1463 | 2024-11-13T04:26:02.745Z | Compiling clap_builder v4.5.20 |
1464 | 2024-11-13T04:26:02.944Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-13T04:26:03.957Z | Compiling strum_macros v0.25.3 |
1466 | 2024-11-13T04:26:04.035Z | Compiling flate2 v1.0.34 |
1467 | 2024-11-13T04:26:04.343Z | Compiling hubpack v0.1.2 |
1468 | 2024-11-13T04:26:04.529Z | Compiling cookie_store v0.21.0 |
1469 | 2024-11-13T04:26:04.810Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-11-13T04:26:05.071Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-11-13T04:26:06.147Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-13T04:26:06.411Z | Compiling phf v0.11.2 |
1473 | 2024-11-13T04:26:06.556Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-11-13T04:26:06.743Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-13T04:26:06.921Z | Compiling rayon v1.10.0 |
1476 | 2024-11-13T04:26:07.008Z | Compiling bzip2 v0.4.4 |
1477 | 2024-11-13T04:26:08.174Z | Compiling postgres-types v0.2.8 |
1478 | 2024-11-13T04:26:09.716Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-13T04:26:11.617Z | Compiling ed25519 v2.2.3 |
1480 | 2024-11-13T04:26:11.820Z | Compiling phf_shared v0.10.0 |
1481 | 2024-11-13T04:26:11.874Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-11-13T04:26:12.246Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-11-13T04:26:12.334Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-11-13T04:26:12.574Z | Compiling clap_derive v4.5.18 |
1485 | 2024-11-13T04:26:12.986Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-13T04:26:13.184Z | Compiling float-cmp v0.9.0 |
1487 | 2024-11-13T04:26:13.249Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-13T04:26:13.296Z | Compiling derive-where v1.2.7 |
1489 | 2024-11-13T04:26:13.404Z | Compiling bstr v1.10.0 |
1490 | 2024-11-13T04:26:13.524Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-11-13T04:26:13.675Z | Compiling predicates-core v1.0.8 |
1492 | 2024-11-13T04:26:14.041Z | Compiling fixedbitset v0.4.2 |
1493 | 2024-11-13T04:26:14.324Z | Compiling unicode-segmentation v1.12.0 |
1494 | 2024-11-13T04:26:14.442Z | Compiling bit-vec v0.6.3 |
1495 | 2024-11-13T04:26:14.469Z | Compiling difflib v0.4.0 |
1496 | 2024-11-13T04:26:14.898Z | Compiling static_assertions v1.1.0 |
1497 | 2024-11-13T04:26:15.002Z | Compiling number_prefix v0.4.0 |
1498 | 2024-11-13T04:26:15.212Z | Compiling normalize-line-endings v0.3.0 |
1499 | 2024-11-13T04:26:15.235Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-11-13T04:26:15.276Z | Compiling whoami v1.5.2 |
1501 | 2024-11-13T04:26:15.344Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-11-13T04:26:15.362Z | Compiling predicates v3.1.2 |
1503 | 2024-11-13T04:26:15.444Z | Compiling string_cache v0.8.7 |
1504 | 2024-11-13T04:26:15.928Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-11-13T04:26:15.930Z | Compiling indicatif v0.17.8 |
1506 | 2024-11-13T04:26:16.090Z | Compiling similar v2.6.0 |
1507 | 2024-11-13T04:26:16.873Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-11-13T04:26:17.125Z | Compiling bit-set v0.5.3 |
1509 | 2024-11-13T04:26:17.417Z | Compiling petgraph v0.6.5 |
1510 | 2024-11-13T04:26:17.746Z | Compiling clap v4.5.20 |
1511 | 2024-11-13T04:26:17.872Z | Compiling ecdsa v0.16.9 |
1512 | 2024-11-13T04:26:18.185Z | Compiling rsa v0.9.6 |
1513 | 2024-11-13T04:26:18.517Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-11-13T04:26:18.711Z | Compiling toml v0.7.8 |
1515 | 2024-11-13T04:26:19.863Z | Compiling zip v0.6.6 |
1516 | 2024-11-13T04:26:20.474Z | Compiling crossterm v0.28.1 |
1517 | 2024-11-13T04:26:21.873Z | Compiling hex v0.4.3 |
1518 | 2024-11-13T04:26:21.894Z | Compiling x509-cert v0.2.5 |
1519 | 2024-11-13T04:26:22.217Z | Compiling itertools v0.10.5 |
1520 | 2024-11-13T04:26:22.219Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-11-13T04:26:22.522Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-11-13T04:26:22.855Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-11-13T04:26:23.555Z | Compiling strum_macros v0.26.4 |
1524 | 2024-11-13T04:26:23.758Z | Compiling xattr v1.3.1 |
1525 | 2024-11-13T04:26:24.032Z | Compiling filetime v0.2.25 |
1526 | 2024-11-13T04:26:24.342Z | Compiling tar v0.4.43 |
1527 | 2024-11-13T04:26:28.617Z | Compiling strum v0.26.3 |
1528 | 2024-11-13T04:26:30.739Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-11-13T04:26:59.070Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-11-13T04:27:02.555Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-11-13T04:27:04.047Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-11-13T04:27:04.358Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-11-13T04:27:04.877Z | Compiling reqwest v0.12.9 |
1534 | 2024-11-13T04:27:06.156Z | Compiling qorb v0.2.0 |
1535 | 2024-11-13T04:27:10.931Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-11-13T04:27:11.163Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-11-13T04:27:16.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1538 | 2024-11-13T04:27:17.088Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-11-13T04:27:17.134Z | Nov 13 04:27:16.162 INFO Starting download, target: Clickhouse |
1540 | 2024-11-13T04:27:17.134Z | Nov 13 04:27:16.162 INFO Starting download, target: DendriteOpenapi |
1541 | 2024-11-13T04:27:17.135Z | Nov 13 04:27:16.162 INFO Starting download, target: Console |
1542 | 2024-11-13T04:27:17.137Z | Nov 13 04:27:16.162 INFO Starting download, target: Cockroach |
1543 | 2024-11-13T04:27:17.137Z | Nov 13 04:27:16.162 INFO Starting download, target: DendriteStub |
1544 | 2024-11-13T04:27:17.137Z | Nov 13 04:27:16.162 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-11-13T04:27:17.137Z | Nov 13 04:27:16.162 INFO Starting download, target: TransceiverControl |
1546 | 2024-11-13T04:27:17.137Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2024-11-13T04:27:17.137Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-11-13T04:27:17.138Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-13T04:27:17.138Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-11-13T04:27:17.138Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-11-13T04:27:17.138Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2024-11-13T04:27:17.138Z | Nov 13 04:27:16.163 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-11-13T04:27:17.409Z | Nov 13 04:27:16.435 INFO Download complete, target: DendriteOpenapi |
1554 | 2024-11-13T04:27:17.543Z | Nov 13 04:27:16.543 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2024-11-13T04:27:17.784Z | Nov 13 04:27:16.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-11-13T04:27:18.119Z | Nov 13 04:27:17.144 INFO Download complete, target: Console |
1557 | 2024-11-13T04:27:18.158Z | Nov 13 04:27:17.182 INFO Download complete, target: TransceiverControl |
1558 | 2024-11-13T04:27:18.315Z | Nov 13 04:27:17.341 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-11-13T04:27:18.440Z | Nov 13 04:27:17.467 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-11-13T04:27:18.865Z | Nov 13 04:27:17.893 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-11-13T04:27:18.865Z | Nov 13 04:27:17.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-11-13T04:27:19.046Z | Nov 13 04:27:18.074 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-11-13T04:27:21.035Z | Nov 13 04:27:19.988 INFO Download complete, target: DendriteStub |
1564 | 2024-11-13T04:27:21.320Z | Nov 13 04:27:20.285 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-11-13T04:27:26.079Z | Nov 13 04:27:25.086 INFO Checking that binary works, target: Cockroach |
1566 | 2024-11-13T04:27:26.238Z | Nov 13 04:27:25.246 INFO Download complete, target: Cockroach |
1567 | 2024-11-13T04:27:31.157Z | Nov 13 04:27:30.184 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-11-13T04:27:31.287Z | Nov 13 04:27:30.314 INFO Download complete, target: Clickhouse |
1569 | 2024-11-13T04:27:31.307Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-11-13T04:27:31.309Z | |
1571 | 2024-11-13T04:27:31.309Z | real 6:00.935577589 |
1572 | 2024-11-13T04:27:31.309Z | user 16:28.063570044 |
1573 | 2024-11-13T04:27:31.309Z | sys 3:13.069650111 |
1574 | 2024-11-13T04:27:31.309Z | trap 0.535053310 |
1575 | 2024-11-13T04:27:31.309Z | tflt 1.599589103 |
1576 | 2024-11-13T04:27:31.309Z | dflt 2.226027592 |
1577 | 2024-11-13T04:27:31.309Z | kflt 0.025140857 |
1578 | 2024-11-13T04:27:31.309Z | lock 29:17.705049993 |
1579 | 2024-11-13T04:27:31.309Z | slp 1:03:59.656529596 |
1580 | 2024-11-13T04:27:31.309Z | lat 57.499352436 |
1581 | 2024-11-13T04:27:31.310Z | stop 2:15.280381687 |
1582 | 2024-11-13T04:27:31.310Z | + banner hack-check |
1583 | 2024-11-13T04:27:31.313Z | |
1584 | 2024-11-13T04:27:31.313Z | # # ## #### # # #### # # ###### #### # # |
1585 | 2024-11-13T04:27:31.313Z | # # # # # # # # # # # # # # # # # |
1586 | 2024-11-13T04:27:31.313Z | ###### # # # #### ##### # ###### ##### # #### |
1587 | 2024-11-13T04:27:31.313Z | # # ###### # # # # # # # # # # |
1588 | 2024-11-13T04:27:31.313Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-11-13T04:27:31.313Z | # # # # #### # # #### # # ###### #### # # |
1590 | 2024-11-13T04:27:31.313Z | |
1591 | 2024-11-13T04:27:31.313Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-11-13T04:27:31.313Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-11-13T04:27:31.313Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1594 | 2024-11-13T04:27:31.839Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-11-13T04:27:35.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1596 | 2024-11-13T04:27:35.406Z | Running `target/debug/xtask check-features --ci` |
1597 | 2024-11-13T04:27:35.427Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1598 | 2024-11-13T04:27:35.427Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1599 | 2024-11-13T04:27:35.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1600 | 2024-11-13T04:27:35.884Z | Running `target/debug/xtask download cargo-hack` |
1601 | 2024-11-13T04:27:36.688Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1602 | 2024-11-13T04:27:37.062Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1603 | 2024-11-13T04:27:42.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
1604 | 2024-11-13T04:27:42.299Z | Running `target/debug/xtask-downloader cargo-hack` |
1605 | 2024-11-13T04:27:42.336Z | Nov 13 04:27:41.362 INFO Starting download, target: CargoHack |
1606 | 2024-11-13T04:27:42.338Z | Nov 13 04:27:41.363 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1607 | 2024-11-13T04:27:43.054Z | Nov 13 04:27:42.081 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1608 | 2024-11-13T04:27:43.146Z | Nov 13 04:27:42.173 INFO Download complete, target: CargoHack |
1609 | 2024-11-13T04:27:43.150Z | 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" |
1610 | 2024-11-13T04:27:43.165Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1611 | 2024-11-13T04:27:43.328Z | info: running `cargo check --bins` on api_identity (1/168) |
1612 | 2024-11-13T04:27:43.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-11-13T04:27:43.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-11-13T04:27:43.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-11-13T04:27:43.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1616 | 2024-11-13T04:27:43.926Z | |
1617 | 2024-11-13T04:27:43.926Z | info: running `cargo check --bins` on bootstore (2/168) |
1618 | 2024-11-13T04:27:44.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-11-13T04:27:44.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-11-13T04:27:44.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-11-13T04:27:44.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1622 | 2024-11-13T04:27:44.542Z | |
1623 | 2024-11-13T04:27:44.542Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1624 | 2024-11-13T04:27:45.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-11-13T04:27:45.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-11-13T04:27:45.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-11-13T04:27:45.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1628 | 2024-11-13T04:27:45.164Z | |
1629 | 2024-11-13T04:27:45.164Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1630 | 2024-11-13T04:27:45.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-11-13T04:27:45.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-11-13T04:27:45.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-11-13T04:27:45.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1634 | 2024-11-13T04:27:45.774Z | |
1635 | 2024-11-13T04:27:45.774Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1636 | 2024-11-13T04:27:46.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-11-13T04:27:46.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-11-13T04:27:46.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-11-13T04:27:46.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1640 | 2024-11-13T04:27:46.184Z | |
1641 | 2024-11-13T04:27:46.184Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1642 | 2024-11-13T04:27:46.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-11-13T04:27:46.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-11-13T04:27:46.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-11-13T04:27:46.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1646 | 2024-11-13T04:27:46.598Z | |
1647 | 2024-11-13T04:27:46.598Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1648 | 2024-11-13T04:27:46.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-11-13T04:27:46.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-11-13T04:27:46.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-11-13T04:27:46.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1652 | 2024-11-13T04:27:47.011Z | |
1653 | 2024-11-13T04:27:47.011Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1654 | 2024-11-13T04:27:47.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-11-13T04:27:47.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-11-13T04:27:47.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-11-13T04:27:47.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1658 | 2024-11-13T04:27:47.425Z | |
1659 | 2024-11-13T04:27:47.425Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1660 | 2024-11-13T04:27:47.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-11-13T04:27:47.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-11-13T04:27:47.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-11-13T04:27:47.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-11-13T04:27:47.837Z | |
1665 | 2024-11-13T04:27:47.837Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1666 | 2024-11-13T04:27:48.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-11-13T04:27:48.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-11-13T04:27:48.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-11-13T04:27:48.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-11-13T04:27:48.252Z | |
1671 | 2024-11-13T04:27:48.252Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1672 | 2024-11-13T04:27:48.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-11-13T04:27:48.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-11-13T04:27:48.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-11-13T04:27:48.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1676 | 2024-11-13T04:27:48.650Z | |
1677 | 2024-11-13T04:27:48.651Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1678 | 2024-11-13T04:27:49.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-11-13T04:27:49.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-11-13T04:27:49.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-11-13T04:27:49.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1682 | 2024-11-13T04:27:49.064Z | |
1683 | 2024-11-13T04:27:49.064Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1684 | 2024-11-13T04:27:49.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-11-13T04:27:49.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-11-13T04:27:49.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-11-13T04:27:49.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1688 | 2024-11-13T04:27:49.481Z | |
1689 | 2024-11-13T04:27:49.481Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1690 | 2024-11-13T04:27:49.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-11-13T04:27:49.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-11-13T04:27:49.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-11-13T04:27:49.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1694 | 2024-11-13T04:27:49.894Z | |
1695 | 2024-11-13T04:27:49.894Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1696 | 2024-11-13T04:27:50.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-11-13T04:27:50.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-11-13T04:27:50.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-11-13T04:27:50.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2024-11-13T04:27:50.310Z | |
1701 | 2024-11-13T04:27:50.310Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1702 | 2024-11-13T04:27:50.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-11-13T04:27:50.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-11-13T04:27:50.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-11-13T04:27:50.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1706 | 2024-11-13T04:27:50.716Z | |
1707 | 2024-11-13T04:27:50.717Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1708 | 2024-11-13T04:27:51.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-11-13T04:27:51.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-11-13T04:27:51.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-11-13T04:27:51.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1712 | 2024-11-13T04:27:51.129Z | |
1713 | 2024-11-13T04:27:51.129Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1714 | 2024-11-13T04:27:51.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-11-13T04:27:51.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-11-13T04:27:51.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-11-13T04:27:51.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1718 | 2024-11-13T04:27:51.536Z | |
1719 | 2024-11-13T04:27:51.536Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1720 | 2024-11-13T04:27:51.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-11-13T04:27:51.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-11-13T04:27:51.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-11-13T04:27:51.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1724 | 2024-11-13T04:27:51.946Z | |
1725 | 2024-11-13T04:27:51.947Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1726 | 2024-11-13T04:27:52.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-11-13T04:27:52.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-11-13T04:27:52.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-11-13T04:27:52.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1730 | 2024-11-13T04:27:52.360Z | |
1731 | 2024-11-13T04:27:52.360Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1732 | 2024-11-13T04:27:52.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-11-13T04:27:52.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-11-13T04:27:52.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-11-13T04:27:52.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1736 | 2024-11-13T04:27:52.771Z | |
1737 | 2024-11-13T04:27:52.771Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1738 | 2024-11-13T04:27:53.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-11-13T04:27:53.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-11-13T04:27:53.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-11-13T04:27:53.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1742 | 2024-11-13T04:27:53.199Z | |
1743 | 2024-11-13T04:27:53.199Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1744 | 2024-11-13T04:27:53.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-11-13T04:27:53.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-11-13T04:27:53.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-11-13T04:27:53.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1748 | 2024-11-13T04:27:53.618Z | |
1749 | 2024-11-13T04:27:53.618Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1750 | 2024-11-13T04:27:53.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-11-13T04:27:53.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-11-13T04:27:53.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-11-13T04:27:53.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1754 | 2024-11-13T04:27:54.029Z | |
1755 | 2024-11-13T04:27:54.029Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1756 | 2024-11-13T04:27:54.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-11-13T04:27:54.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-11-13T04:27:54.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-11-13T04:27:54.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1760 | 2024-11-13T04:27:54.649Z | |
1761 | 2024-11-13T04:27:54.649Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1762 | 2024-11-13T04:27:55.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-11-13T04:27:55.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-11-13T04:27:55.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-11-13T04:27:55.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1766 | 2024-11-13T04:27:55.277Z | |
1767 | 2024-11-13T04:27:55.277Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1768 | 2024-11-13T04:27:55.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-11-13T04:27:55.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-11-13T04:27:55.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-11-13T04:27:55.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1772 | 2024-11-13T04:27:55.913Z | |
1773 | 2024-11-13T04:27:55.913Z | info: running `cargo check --bins` on oxlog (28/168) |
1774 | 2024-11-13T04:27:56.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-11-13T04:27:56.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-11-13T04:27:56.523Z | Checking cfg-if v1.0.0 |
1777 | 2024-11-13T04:27:56.525Z | Checking libc v0.2.162 |
1778 | 2024-11-13T04:27:56.632Z | Checking serde v1.0.215 |
1779 | 2024-11-13T04:27:56.634Z | Checking zeroize v1.8.1 |
1780 | 2024-11-13T04:27:56.651Z | Checking memchr v2.7.4 |
1781 | 2024-11-13T04:27:56.654Z | Checking typenum v1.17.0 |
1782 | 2024-11-13T04:27:56.654Z | Checking scopeguard v1.2.0 |
1783 | 2024-11-13T04:27:56.688Z | Checking subtle v2.6.1 |
1784 | 2024-11-13T04:27:56.703Z | Checking value-bag v1.9.0 |
1785 | 2024-11-13T04:27:56.814Z | Checking lock_api v0.4.12 |
1786 | 2024-11-13T04:27:56.872Z | Checking itoa v1.0.11 |
1787 | 2024-11-13T04:27:56.931Z | Checking smallvec v1.13.2 |
1788 | 2024-11-13T04:27:57.082Z | Checking const-oid v0.9.6 |
1789 | 2024-11-13T04:27:57.119Z | Checking log v0.4.22 |
1790 | 2024-11-13T04:27:57.232Z | Checking pin-project-lite v0.2.14 |
1791 | 2024-11-13T04:27:57.253Z | Checking byteorder v1.5.0 |
1792 | 2024-11-13T04:27:57.346Z | Checking futures-core v0.3.31 |
1793 | 2024-11-13T04:27:57.519Z | Checking once_cell v1.20.2 |
1794 | 2024-11-13T04:27:57.539Z | Checking cpufeatures v0.2.14 |
1795 | 2024-11-13T04:27:57.619Z | Checking stable_deref_trait v1.2.0 |
1796 | 2024-11-13T04:27:57.634Z | Checking futures-sink v0.3.31 |
1797 | 2024-11-13T04:27:57.714Z | Checking spin v0.9.8 |
1798 | 2024-11-13T04:27:57.729Z | Checking zerocopy v0.7.35 |
1799 | 2024-11-13T04:27:57.758Z | Checking slab v0.4.9 |
1800 | 2024-11-13T04:27:57.778Z | Checking getrandom v0.2.15 |
1801 | 2024-11-13T04:27:57.807Z | Checking signal-hook-registry v1.4.2 |
1802 | 2024-11-13T04:27:57.928Z | Checking generic-array v0.14.7 |
1803 | 2024-11-13T04:27:58.009Z | Checking rand_core v0.6.4 |
1804 | 2024-11-13T04:27:58.020Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-11-13T04:27:58.040Z | Checking mio v1.0.2 |
1806 | 2024-11-13T04:27:58.068Z | Checking socket2 v0.5.7 |
1807 | 2024-11-13T04:27:58.296Z | Checking zerofrom v0.1.4 |
1808 | 2024-11-13T04:27:58.334Z | Checking parking_lot v0.12.3 |
1809 | 2024-11-13T04:27:58.523Z | Checking yoke v0.7.4 |
1810 | 2024-11-13T04:27:58.544Z | Checking futures-channel v0.3.31 |
1811 | 2024-11-13T04:27:58.634Z | Checking foldhash v0.1.3 |
1812 | 2024-11-13T04:27:58.684Z | Checking pin-utils v0.1.0 |
1813 | 2024-11-13T04:27:58.774Z | Checking equivalent v1.0.1 |
1814 | 2024-11-13T04:27:58.841Z | Checking futures-task v0.3.31 |
1815 | 2024-11-13T04:27:58.844Z | Checking futures-io v0.3.31 |
1816 | 2024-11-13T04:27:58.875Z | Checking allocator-api2 v0.2.18 |
1817 | 2024-11-13T04:27:58.889Z | Checking zerovec v0.10.4 |
1818 | 2024-11-13T04:27:58.935Z | Checking tinyvec_macros v0.1.1 |
1819 | 2024-11-13T04:27:59.015Z | Checking ryu v1.0.18 |
1820 | 2024-11-13T04:27:59.030Z | Checking tinyvec v1.8.0 |
1821 | 2024-11-13T04:27:59.045Z | Checking crypto-common v0.1.6 |
1822 | 2024-11-13T04:27:59.058Z | Checking block-buffer v0.10.4 |
1823 | 2024-11-13T04:27:59.091Z | Checking futures-util v0.3.31 |
1824 | 2024-11-13T04:27:59.217Z | Checking block-padding v0.3.3 |
1825 | 2024-11-13T04:27:59.232Z | Checking fnv v1.0.7 |
1826 | 2024-11-13T04:27:59.262Z | Checking digest v0.10.7 |
1827 | 2024-11-13T04:27:59.343Z | Checking libm v0.2.8 |
1828 | 2024-11-13T04:27:59.409Z | Checking inout v0.1.3 |
1829 | 2024-11-13T04:27:59.511Z | Checking hashbrown v0.15.0 |
1830 | 2024-11-13T04:27:59.628Z | Checking hmac v0.12.1 |
1831 | 2024-11-13T04:27:59.647Z | Checking cipher v0.4.4 |
1832 | 2024-11-13T04:27:59.838Z | Checking sha2 v0.10.8 |
1833 | 2024-11-13T04:28:00.083Z | Checking writeable v0.5.5 |
1834 | 2024-11-13T04:28:00.237Z | Checking base64ct v1.6.0 |
1835 | 2024-11-13T04:28:00.395Z | Checking unicode-bidi v0.3.17 |
1836 | 2024-11-13T04:28:00.412Z | Checking unicode-normalization v0.1.24 |
1837 | 2024-11-13T04:28:00.426Z | Checking litemap v0.7.3 |
1838 | 2024-11-13T04:28:00.541Z | Checking tinystr v0.7.6 |
1839 | 2024-11-13T04:28:00.642Z | Checking num-traits v0.2.19 |
1840 | 2024-11-13T04:28:00.685Z | Checking pem-rfc7468 v0.7.0 |
1841 | 2024-11-13T04:28:00.743Z | Checking ppv-lite86 v0.2.20 |
1842 | 2024-11-13T04:28:00.905Z | Checking icu_locid v1.5.0 |
1843 | 2024-11-13T04:28:00.928Z | Checking flagset v0.4.6 |
1844 | 2024-11-13T04:28:01.026Z | Checking tracing-core v0.1.32 |
1845 | 2024-11-13T04:28:01.107Z | Checking der v0.7.9 |
1846 | 2024-11-13T04:28:01.328Z | Checking thiserror v1.0.69 |
1847 | 2024-11-13T04:28:01.461Z | Checking percent-encoding v2.3.1 |
1848 | 2024-11-13T04:28:01.500Z | Checking rand_chacha v0.3.1 |
1849 | 2024-11-13T04:28:01.653Z | Checking rustls-pki-types v1.9.0 |
1850 | 2024-11-13T04:28:01.668Z | Checking icu_locid_transform_data v1.5.0 |
1851 | 2024-11-13T04:28:01.684Z | Checking bytes v1.8.0 |
1852 | 2024-11-13T04:28:01.760Z | Checking indexmap v2.6.0 |
1853 | 2024-11-13T04:28:01.893Z | Checking serde_json v1.0.132 |
1854 | 2024-11-13T04:28:01.914Z | Checking icu_provider v1.5.0 |
1855 | 2024-11-13T04:28:02.185Z | Checking bitflags v2.6.0 |
1856 | 2024-11-13T04:28:02.344Z | Checking rand v0.8.5 |
1857 | 2024-11-13T04:28:02.465Z | Checking tracing v0.1.40 |
1858 | 2024-11-13T04:28:02.502Z | Checking tokio v1.40.0 |
1859 | 2024-11-13T04:28:02.574Z | Checking http v1.1.0 |
1860 | 2024-11-13T04:28:02.822Z | Checking icu_locid_transform v1.5.0 |
1861 | 2024-11-13T04:28:02.961Z | Checking spki v0.7.3 |
1862 | 2024-11-13T04:28:03.068Z | Checking icu_collections v1.5.0 |
1863 | 2024-11-13T04:28:03.234Z | Checking salsa20 v0.10.2 |
1864 | 2024-11-13T04:28:03.446Z | Checking pbkdf2 v0.12.2 |
1865 | 2024-11-13T04:28:03.603Z | Checking aws-lc-sys v0.22.0 |
1866 | 2024-11-13T04:28:03.646Z | Checking httparse v1.9.5 |
1867 | 2024-11-13T04:28:03.695Z | Checking icu_properties_data v1.5.0 |
1868 | 2024-11-13T04:28:03.734Z | Checking untrusted v0.7.1 |
1869 | 2024-11-13T04:28:03.793Z | Checking powerfmt v0.2.0 |
1870 | 2024-11-13T04:28:03.864Z | Checking untrusted v0.9.0 |
1871 | 2024-11-13T04:28:03.889Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-11-13T04:28:03.919Z | Checking icu_properties v1.5.1 |
1873 | 2024-11-13T04:28:04.022Z | Checking ring v0.17.8 |
1874 | 2024-11-13T04:28:04.050Z | Checking deranged v0.3.11 |
1875 | 2024-11-13T04:28:04.050Z | Checking scrypt v0.11.0 |
1876 | 2024-11-13T04:28:04.081Z | Checking aes v0.8.4 |
1877 | 2024-11-13T04:28:04.220Z | Checking cbc v0.1.2 |
1878 | 2024-11-13T04:28:04.257Z | Checking crossbeam-utils v0.8.20 |
1879 | 2024-11-13T04:28:04.408Z | Checking time-core v0.1.2 |
1880 | 2024-11-13T04:28:04.567Z | Checking utf16_iter v1.0.5 |
1881 | 2024-11-13T04:28:04.732Z | Checking utf8_iter v1.0.4 |
1882 | 2024-11-13T04:28:04.948Z | Checking write16 v1.0.0 |
1883 | 2024-11-13T04:28:05.039Z | Checking atomic-waker v1.1.2 |
1884 | 2024-11-13T04:28:05.060Z | Checking icu_normalizer_data v1.5.0 |
1885 | 2024-11-13T04:28:05.076Z | Checking num-conv v0.1.0 |
1886 | 2024-11-13T04:28:05.159Z | Checking num_threads v0.1.7 |
1887 | 2024-11-13T04:28:05.175Z | Checking pkcs5 v0.7.1 |
1888 | 2024-11-13T04:28:05.274Z | Checking http-body v1.0.1 |
1889 | 2024-11-13T04:28:05.326Z | Checking form_urlencoded v1.2.1 |
1890 | 2024-11-13T04:28:05.475Z | Checking try-lock v0.2.5 |
1891 | 2024-11-13T04:28:05.538Z | Checking unicode-ident v1.0.13 |
1892 | 2024-11-13T04:28:05.601Z | Checking want v0.3.1 |
1893 | 2024-11-13T04:28:05.678Z | Checking pkcs8 v0.10.2 |
1894 | 2024-11-13T04:28:05.701Z | Checking httpdate v1.0.3 |
1895 | 2024-11-13T04:28:05.763Z | Checking proc-macro2 v1.0.89 |
1896 | 2024-11-13T04:28:05.819Z | Checking time v0.3.36 |
1897 | 2024-11-13T04:28:05.854Z | Checking toml_datetime v0.6.8 |
1898 | 2024-11-13T04:28:05.913Z | Checking serde_spanned v0.6.8 |
1899 | 2024-11-13T04:28:05.991Z | Checking uuid v1.10.0 |
1900 | 2024-11-13T04:28:06.090Z | Checking slog v2.7.0 |
1901 | 2024-11-13T04:28:06.122Z | Checking scroll v0.12.0 |
1902 | 2024-11-13T04:28:06.155Z | Checking aws-lc-rs v1.10.0 |
1903 | 2024-11-13T04:28:06.429Z | Checking plain v0.2.3 |
1904 | 2024-11-13T04:28:06.561Z | Checking foreign-types-shared v0.1.1 |
1905 | 2024-11-13T04:28:06.564Z | Checking adler2 v2.0.0 |
1906 | 2024-11-13T04:28:06.591Z | Checking match_cfg v0.1.0 |
1907 | 2024-11-13T04:28:06.591Z | Checking tower-service v0.3.3 |
1908 | 2024-11-13T04:28:06.662Z | Checking ucd-trie v0.1.7 |
1909 | 2024-11-13T04:28:06.678Z | Checking base64 v0.22.1 |
1910 | 2024-11-13T04:28:06.720Z | Checking iana-time-zone v0.1.61 |
1911 | 2024-11-13T04:28:06.722Z | Checking miniz_oxide v0.8.0 |
1912 | 2024-11-13T04:28:06.861Z | Checking chrono v0.4.38 |
1913 | 2024-11-13T04:28:06.875Z | Checking pest v2.7.14 |
1914 | 2024-11-13T04:28:07.134Z | Checking hostname v0.3.1 |
1915 | 2024-11-13T04:28:07.228Z | Checking icu_normalizer v1.5.0 |
1916 | 2024-11-13T04:28:07.253Z | Checking foreign-types v0.3.2 |
1917 | 2024-11-13T04:28:07.340Z | Checking goblin v0.8.2 |
1918 | 2024-11-13T04:28:07.429Z | Checking quote v1.0.37 |
1919 | 2024-11-13T04:28:07.772Z | Checking openssl-sys v0.9.104 |
1920 | 2024-11-13T04:28:07.958Z | Checking rustls-webpki v0.102.8 |
1921 | 2024-11-13T04:28:08.044Z | Checking idna_adapter v1.2.0 |
1922 | 2024-11-13T04:28:08.248Z | Checking idna v1.0.3 |
1923 | 2024-11-13T04:28:08.342Z | Checking errno v0.3.9 |
1924 | 2024-11-13T04:28:08.513Z | Checking dirs-sys-next v0.1.2 |
1925 | 2024-11-13T04:28:08.702Z | Checking aho-corasick v1.1.3 |
1926 | 2024-11-13T04:28:08.742Z | Checking url v2.5.3 |
1927 | 2024-11-13T04:28:08.759Z | Checking pretty-hex v0.4.1 |
1928 | 2024-11-13T04:28:08.906Z | Checking siphasher v0.3.11 |
1929 | 2024-11-13T04:28:08.922Z | Checking regex-syntax v0.8.5 |
1930 | 2024-11-13T04:28:08.987Z | Checking data-encoding v2.6.0 |
1931 | 2024-11-13T04:28:09.211Z | Checking openssl v0.10.68 |
1932 | 2024-11-13T04:28:09.364Z | Checking dtrace-parser v0.2.0 |
1933 | 2024-11-13T04:28:09.585Z | Checking dirs-next v2.0.0 |
1934 | 2024-11-13T04:28:09.658Z | Checking rustix v0.38.37 |
1935 | 2024-11-13T04:28:09.718Z | Checking syn v2.0.87 |
1936 | 2024-11-13T04:28:09.768Z | Checking tokio-util v0.7.12 |
1937 | 2024-11-13T04:28:09.836Z | Checking http-body-util v0.1.2 |
1938 | 2024-11-13T04:28:10.289Z | Checking crossbeam-epoch v0.9.18 |
1939 | 2024-11-13T04:28:10.307Z | Checking sha1 v0.10.6 |
1940 | 2024-11-13T04:28:10.580Z | Checking signature v2.2.0 |
1941 | 2024-11-13T04:28:10.669Z | Checking h2 v0.4.6 |
1942 | 2024-11-13T04:28:10.715Z | Checking lazy_static v1.5.0 |
1943 | 2024-11-13T04:28:10.766Z | Checking thread_local v1.1.8 |
1944 | 2024-11-13T04:28:10.828Z | Checking thread-id v4.2.2 |
1945 | 2024-11-13T04:28:10.928Z | Checking encoding_rs v0.8.34 |
1946 | 2024-11-13T04:28:11.030Z | Checking gimli v0.31.1 |
1947 | 2024-11-13T04:28:12.229Z | Checking regex-automata v0.4.8 |
1948 | 2024-11-13T04:28:12.258Z | Checking dof v0.3.0 |
1949 | 2024-11-13T04:28:12.903Z | Checking winnow v0.6.20 |
1950 | 2024-11-13T04:28:13.165Z | Checking unicode-properties v0.1.3 |
1951 | 2024-11-13T04:28:13.200Z | Checking either v1.13.0 |
1952 | 2024-11-13T04:28:13.500Z | Checking ipnet v2.10.1 |
1953 | 2024-11-13T04:28:13.594Z | Checking openssl-probe v0.1.5 |
1954 | 2024-11-13T04:28:13.750Z | Checking utf8parse v0.2.2 |
1955 | 2024-11-13T04:28:13.898Z | Checking mime v0.3.17 |
1956 | 2024-11-13T04:28:13.961Z | Checking anstyle v1.0.10 |
1957 | 2024-11-13T04:28:14.213Z | Checking anstyle-parse v0.2.5 |
1958 | 2024-11-13T04:28:14.313Z | Checking stringprep v0.1.5 |
1959 | 2024-11-13T04:28:14.486Z | Checking crossbeam-deque v0.8.5 |
1960 | 2024-11-13T04:28:14.575Z | Checking term v0.7.0 |
1961 | 2024-11-13T04:28:14.673Z | Checking native-tls v0.2.12 |
1962 | 2024-11-13T04:28:14.798Z | Checking rustls v0.22.4 |
1963 | 2024-11-13T04:28:14.996Z | Checking rustls v0.23.14 |
1964 | 2024-11-13T04:28:15.017Z | Checking slog-json v2.6.1 |
1965 | 2024-11-13T04:28:15.141Z | Checking addr2line v0.24.2 |
1966 | 2024-11-13T04:28:15.266Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-11-13T04:28:15.647Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-11-13T04:28:15.692Z | Checking futures-executor v0.3.31 |
1969 | 2024-11-13T04:28:15.830Z | Checking toml_edit v0.22.22 |
1970 | 2024-11-13T04:28:15.915Z | Checking num-integer v0.1.46 |
1971 | 2024-11-13T04:28:16.119Z | Checking usdt-impl v0.5.0 |
1972 | 2024-11-13T04:28:16.368Z | Checking rustls-pemfile v2.2.0 |
1973 | 2024-11-13T04:28:16.383Z | Checking idna v0.3.0 |
1974 | 2024-11-13T04:28:16.568Z | Checking idna v0.4.0 |
1975 | 2024-11-13T04:28:16.679Z | Checking md-5 v0.10.6 |
1976 | 2024-11-13T04:28:16.886Z | Checking ff v0.13.0 |
1977 | 2024-11-13T04:28:16.902Z | Checking memmap v0.7.0 |
1978 | 2024-11-13T04:28:16.932Z | Checking hyper v1.4.1 |
1979 | 2024-11-13T04:28:17.084Z | Checking is-terminal v0.4.13 |
1980 | 2024-11-13T04:28:17.102Z | Checking hash32 v0.2.1 |
1981 | 2024-11-13T04:28:17.198Z | Checking object v0.36.5 |
1982 | 2024-11-13T04:28:17.213Z | Checking quick-error v1.2.3 |
1983 | 2024-11-13T04:28:17.354Z | Checking utf-8 v0.7.6 |
1984 | 2024-11-13T04:28:17.380Z | Checking fallible-iterator v0.2.0 |
1985 | 2024-11-13T04:28:17.383Z | Checking linked-hash-map v0.5.6 |
1986 | 2024-11-13T04:28:17.540Z | Checking is_terminal_polyfill v1.70.1 |
1987 | 2024-11-13T04:28:17.662Z | Checking colorchoice v1.0.2 |
1988 | 2024-11-13T04:28:17.709Z | Checking take_mut v0.2.2 |
1989 | 2024-11-13T04:28:17.794Z | Checking dyn-clone v1.0.17 |
1990 | 2024-11-13T04:28:17.854Z | Checking anstyle-query v1.1.1 |
1991 | 2024-11-13T04:28:17.930Z | Checking base16ct v0.2.0 |
1992 | 2024-11-13T04:28:17.974Z | Checking psl-types v2.0.11 |
1993 | 2024-11-13T04:28:17.977Z | Checking rustc-demangle v0.1.24 |
1994 | 2024-11-13T04:28:18.126Z | Checking sec1 v0.7.3 |
1995 | 2024-11-13T04:28:18.143Z | Checking publicsuffix v2.2.3 |
1996 | 2024-11-13T04:28:18.367Z | Checking postgres-protocol v0.6.7 |
1997 | 2024-11-13T04:28:18.402Z | Checking anstream v0.6.15 |
1998 | 2024-11-13T04:28:18.429Z | Checking toml v0.8.19 |
1999 | 2024-11-13T04:28:18.465Z | Checking tokio-rustls v0.25.0 |
2000 | 2024-11-13T04:28:18.509Z | Checking schemars v0.8.21 |
2001 | 2024-11-13T04:28:18.749Z | Checking slog-async v2.8.0 |
2002 | 2024-11-13T04:28:18.856Z | Checking lru-cache v0.1.2 |
2003 | 2024-11-13T04:28:18.999Z | Checking hyper-util v0.1.10 |
2004 | 2024-11-13T04:28:19.031Z | Checking tungstenite v0.24.0 |
2005 | 2024-11-13T04:28:19.047Z | Checking heapless v0.7.17 |
2006 | 2024-11-13T04:28:19.063Z | Checking hickory-proto v0.24.1 |
2007 | 2024-11-13T04:28:19.157Z | Checking resolv-conf v0.7.0 |
2008 | 2024-11-13T04:28:19.505Z | Checking slog-term v2.9.1 |
2009 | 2024-11-13T04:28:19.941Z | Checking usdt v0.5.0 |
2010 | 2024-11-13T04:28:20.004Z | Checking group v0.13.0 |
2011 | 2024-11-13T04:28:20.055Z | Checking num-iter v0.1.45 |
2012 | 2024-11-13T04:28:20.136Z | Checking futures v0.3.31 |
2013 | 2024-11-13T04:28:20.179Z | Checking slog-bunyan v2.5.0 |
2014 | 2024-11-13T04:28:20.216Z | Checking tokio-native-tls v0.3.1 |
2015 | 2024-11-13T04:28:20.242Z | Checking rayon-core v1.12.1 |
2016 | 2024-11-13T04:28:20.258Z | Checking multer v3.1.0 |
2017 | 2024-11-13T04:28:20.331Z | Checking terminal_size v0.4.0 |
2018 | 2024-11-13T04:28:20.450Z | Checking phf_shared v0.11.2 |
2019 | 2024-11-13T04:28:20.497Z | Checking cookie v0.18.1 |
2020 | 2024-11-13T04:28:20.514Z | Checking tokio-rustls v0.26.0 |
2021 | 2024-11-13T04:28:20.643Z | Checking async-stream v0.3.6 |
2022 | 2024-11-13T04:28:20.733Z | Checking bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-11-13T04:28:20.832Z | Checking signal-hook v0.3.17 |
2024 | 2024-11-13T04:28:20.853Z | Checking camino v1.1.9 |
2025 | 2024-11-13T04:28:20.894Z | Checking waitgroup v0.1.2 |
2026 | 2024-11-13T04:28:20.908Z | Checking openapiv3 v2.0.0 |
2027 | 2024-11-13T04:28:20.927Z | Checking webpki-roots v0.26.6 |
2028 | 2024-11-13T04:28:20.996Z | Checking serde_path_to_error v0.1.16 |
2029 | 2024-11-13T04:28:21.023Z | Checking idna v0.5.0 |
2030 | 2024-11-13T04:28:21.133Z | Checking hkdf v0.12.4 |
2031 | 2024-11-13T04:28:21.149Z | Checking crypto-bigint v0.5.5 |
2032 | 2024-11-13T04:28:21.335Z | Checking hostname v0.4.0 |
2033 | 2024-11-13T04:28:21.377Z | Checking crc32fast v1.4.2 |
2034 | 2024-11-13T04:28:21.462Z | Checking managed v0.8.0 |
2035 | 2024-11-13T04:28:21.608Z | Checking strsim v0.11.1 |
2036 | 2024-11-13T04:28:21.608Z | Checking bitflags v1.3.2 |
2037 | 2024-11-13T04:28:21.711Z | Checking unicode-width v0.1.14 |
2038 | 2024-11-13T04:28:21.826Z | Checking debug-ignore v1.0.5 |
2039 | 2024-11-13T04:28:21.893Z | Checking winnow v0.5.40 |
2040 | 2024-11-13T04:28:21.908Z | Checking clap_lex v0.7.2 |
2041 | 2024-11-13T04:28:21.948Z | Checking cookie_store v0.21.0 |
2042 | 2024-11-13T04:28:22.159Z | Checking clap_builder v4.5.20 |
2043 | 2024-11-13T04:28:22.200Z | Checking console v0.15.8 |
2044 | 2024-11-13T04:28:22.604Z | Checking smoltcp v0.9.1 |
2045 | 2024-11-13T04:28:22.764Z | Checking flate2 v1.0.34 |
2046 | 2024-11-13T04:28:23.430Z | Checking signal-hook-mio v0.2.4 |
2047 | 2024-11-13T04:28:23.518Z | Checking backtrace v0.3.74 |
2048 | 2024-11-13T04:28:23.566Z | Checking hyper-rustls v0.27.3 |
2049 | 2024-11-13T04:28:23.858Z | Checking hickory-resolver v0.24.1 |
2050 | 2024-11-13T04:28:23.906Z | Checking hyper-tls v0.6.0 |
2051 | 2024-11-13T04:28:23.928Z | Checking elliptic-curve v0.13.8 |
2052 | 2024-11-13T04:28:24.076Z | Checking anyhow v1.0.93 |
2053 | 2024-11-13T04:28:24.089Z | Checking rayon v1.10.0 |
2054 | 2024-11-13T04:28:24.191Z | Checking bzip2 v0.4.4 |
2055 | 2024-11-13T04:28:24.325Z | Checking dropshot v0.12.0 |
2056 | 2024-11-13T04:28:24.434Z | Checking phf v0.11.2 |
2057 | 2024-11-13T04:28:24.482Z | Checking num-bigint-dig v0.8.4 |
2058 | 2024-11-13T04:28:24.543Z | Checking tokio-tungstenite v0.24.0 |
2059 | 2024-11-13T04:28:24.681Z | Checking postgres-types v0.2.8 |
2060 | 2024-11-13T04:28:24.874Z | Checking toml_edit v0.19.15 |
2061 | 2024-11-13T04:28:25.008Z | Checking regex v1.11.1 |
2062 | 2024-11-13T04:28:25.234Z | Checking bstr v1.10.0 |
2063 | 2024-11-13T04:28:25.406Z | Checking ed25519 v2.2.3 |
2064 | 2024-11-13T04:28:25.499Z | Checking tokio-stream v0.1.16 |
2065 | 2024-11-13T04:28:25.650Z | Checking phf_shared v0.10.0 |
2066 | 2024-11-13T04:28:25.703Z | Checking curve25519-dalek v4.1.3 |
2067 | 2024-11-13T04:28:25.929Z | Checking zerocopy v0.6.6 |
2068 | 2024-11-13T04:28:26.203Z | Checking pkcs1 v0.7.5 |
2069 | 2024-11-13T04:28:26.389Z | Checking hubpack v0.1.2 |
2070 | 2024-11-13T04:28:26.610Z | Checking portable-atomic v1.9.0 |
2071 | 2024-11-13T04:28:26.654Z | Checking float-cmp v0.9.0 |
2072 | 2024-11-13T04:28:26.708Z | Checking serde-big-array v0.5.1 |
2073 | 2024-11-13T04:28:26.708Z | Checking rfc6979 v0.4.0 |
2074 | 2024-11-13T04:28:26.823Z | Checking sync_wrapper v1.0.1 |
2075 | 2024-11-13T04:28:26.906Z | Checking static_assertions v1.1.0 |
2076 | 2024-11-13T04:28:26.922Z | Checking fixedbitset v0.4.2 |
2077 | 2024-11-13T04:28:26.964Z | Checking new_debug_unreachable v1.0.6 |
2078 | 2024-11-13T04:28:27.003Z | Checking bit-vec v0.6.3 |
2079 | 2024-11-13T04:28:27.054Z | Checking predicates-core v1.0.8 |
2080 | 2024-11-13T04:28:27.178Z | Checking difflib v0.4.0 |
2081 | 2024-11-13T04:28:27.229Z | Checking number_prefix v0.4.0 |
2082 | 2024-11-13T04:28:27.334Z | Checking precomputed-hash v0.1.1 |
2083 | 2024-11-13T04:28:27.349Z | Checking unicode-segmentation v1.12.0 |
2084 | 2024-11-13T04:28:27.403Z | Checking normalize-line-endings v0.3.0 |
2085 | 2024-11-13T04:28:27.443Z | Checking whoami v1.5.2 |
2086 | 2024-11-13T04:28:27.478Z | Checking minimal-lexical v0.2.1 |
2087 | 2024-11-13T04:28:27.512Z | Checking predicates v3.1.2 |
2088 | 2024-11-13T04:28:27.555Z | Checking ed25519-dalek v2.1.1 |
2089 | 2024-11-13T04:28:27.613Z | Checking string_cache v0.8.7 |
2090 | 2024-11-13T04:28:27.717Z | Checking tokio-postgres v0.7.12 |
2091 | 2024-11-13T04:28:27.857Z | Checking nom v7.1.3 |
2092 | 2024-11-13T04:28:27.896Z | Checking bit-set v0.5.3 |
2093 | 2024-11-13T04:28:27.898Z | Checking indicatif v0.17.8 |
2094 | 2024-11-13T04:28:27.941Z | Checking qorb v0.2.0 |
2095 | 2024-11-13T04:28:27.943Z | Checking toml v0.7.8 |
2096 | 2024-11-13T04:28:27.993Z | Checking similar v2.6.0 |
2097 | 2024-11-13T04:28:28.132Z | Checking petgraph v0.6.5 |
2098 | 2024-11-13T04:28:28.148Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2099 | 2024-11-13T04:28:28.647Z | Checking reqwest v0.12.9 |
2100 | 2024-11-13T04:28:28.668Z | Checking ecdsa v0.16.9 |
2101 | 2024-11-13T04:28:28.857Z | Checking rsa v0.9.6 |
2102 | 2024-11-13T04:28:29.378Z | Checking clap v4.5.20 |
2103 | 2024-11-13T04:28:29.497Z | Checking zip v0.6.6 |
2104 | 2024-11-13T04:28:29.943Z | Checking crossterm v0.28.1 |
2105 | 2024-11-13T04:28:30.179Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2106 | 2024-11-13T04:28:30.205Z | Checking itertools v0.12.1 |
2107 | 2024-11-13T04:28:30.489Z | Checking itertools v0.10.5 |
2108 | 2024-11-13T04:28:30.505Z | Checking fs-err v2.11.0 |
2109 | 2024-11-13T04:28:30.710Z | Checking ahash v0.8.11 |
2110 | 2024-11-13T04:28:30.795Z | Checking x509-cert v0.2.5 |
2111 | 2024-11-13T04:28:31.048Z | Checking semver v1.0.23 |
2112 | 2024-11-13T04:28:31.287Z | Checking hex v0.4.3 |
2113 | 2024-11-13T04:28:31.459Z | Checking lalrpop-util v0.19.12 |
2114 | 2024-11-13T04:28:31.485Z | Checking peg-runtime v0.8.3 |
2115 | 2024-11-13T04:28:31.707Z | Checking sigpipe v0.1.3 |
2116 | 2024-11-13T04:28:32.952Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2117 | 2024-11-13T04:28:33.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.34s |
2118 | 2024-11-13T04:28:33.420Z | |
2119 | 2024-11-13T04:28:33.420Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2120 | 2024-11-13T04:28:33.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-11-13T04:28:33.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-11-13T04:28:34.057Z | Compiling hashbrown v0.14.5 |
2123 | 2024-11-13T04:28:34.176Z | Checking heck v0.5.0 |
2124 | 2024-11-13T04:28:34.189Z | Compiling unsafe-libyaml v0.2.11 |
2125 | 2024-11-13T04:28:34.204Z | Compiling ident_case v1.0.1 |
2126 | 2024-11-13T04:28:34.208Z | Checking progenitor-client v0.8.0 |
2127 | 2024-11-13T04:28:34.234Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2128 | 2024-11-13T04:28:34.248Z | Compiling proc-macro-crate v1.3.1 |
2129 | 2024-11-13T04:28:34.331Z | Checking ipnetwork v0.20.0 |
2130 | 2024-11-13T04:28:34.366Z | Compiling darling_core v0.20.10 |
2131 | 2024-11-13T04:28:34.568Z | Compiling structmeta-derive v0.3.0 |
2132 | 2024-11-13T04:28:34.586Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2133 | 2024-11-13T04:28:34.662Z | Compiling newtype-uuid v1.1.3 |
2134 | 2024-11-13T04:28:34.908Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-11-13T04:28:34.976Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-11-13T04:28:35.247Z | Compiling foreign-types-macros v0.2.3 |
2137 | 2024-11-13T04:28:35.302Z | Checking regress v0.10.1 |
2138 | 2024-11-13T04:28:35.382Z | Compiling num_enum_derive v0.5.11 |
2139 | 2024-11-13T04:28:35.730Z | Compiling serde_yaml v0.9.34+deprecated |
2140 | 2024-11-13T04:28:36.111Z | Checking foreign-types-shared v0.3.1 |
2141 | 2024-11-13T04:28:36.222Z | Checking arc-swap v1.7.1 |
2142 | 2024-11-13T04:28:36.510Z | Checking foreign-types v0.5.0 |
2143 | 2024-11-13T04:28:36.636Z | Checking slog-scope v4.4.0 |
2144 | 2024-11-13T04:28:36.658Z | Compiling proc-macro-error v1.0.4 |
2145 | 2024-11-13T04:28:37.330Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2146 | 2024-11-13T04:28:37.384Z | Checking tungstenite v0.21.0 |
2147 | 2024-11-13T04:28:37.431Z | Compiling heck v0.3.3 |
2148 | 2024-11-13T04:28:37.524Z | Compiling structmeta v0.3.0 |
2149 | 2024-11-13T04:28:37.867Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2150 | 2024-11-13T04:28:37.939Z | Compiling parse-display-derive v0.10.0 |
2151 | 2024-11-13T04:28:38.000Z | Checking num_enum v0.5.11 |
2152 | 2024-11-13T04:28:38.149Z | Checking cstr-argument v0.1.2 |
2153 | 2024-11-13T04:28:38.302Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2154 | 2024-11-13T04:28:38.324Z | Checking instant v0.1.13 |
2155 | 2024-11-13T04:28:38.429Z | Checking fastrand v2.1.1 |
2156 | 2024-11-13T04:28:38.677Z | Checking base64 v0.21.7 |
2157 | 2024-11-13T04:28:38.734Z | Checking typify-impl v0.2.0 |
2158 | 2024-11-13T04:28:38.761Z | Checking pretty-hex v0.2.1 |
2159 | 2024-11-13T04:28:38.921Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2160 | 2024-11-13T04:28:39.081Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2161 | 2024-11-13T04:28:39.127Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2162 | 2024-11-13T04:28:39.222Z | Checking tempfile v3.13.0 |
2163 | 2024-11-13T04:28:39.396Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2164 | 2024-11-13T04:28:39.551Z | Checking backoff v0.4.0 |
2165 | 2024-11-13T04:28:39.589Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2166 | 2024-11-13T04:28:39.861Z | Checking tokio-tungstenite v0.21.0 |
2167 | 2024-11-13T04:28:39.950Z | Checking strum v0.26.3 |
2168 | 2024-11-13T04:28:40.030Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2024-11-13T04:28:40.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2170 | 2024-11-13T04:28:40.382Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-11-13T04:28:40.655Z | Checking slog-stdlog v4.1.1 |
2172 | 2024-11-13T04:28:40.789Z | Checking regress v0.9.1 |
2173 | 2024-11-13T04:28:40.852Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2174 | 2024-11-13T04:28:40.892Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2175 | 2024-11-13T04:28:41.025Z | Checking colored v2.1.0 |
2176 | 2024-11-13T04:28:41.163Z | Checking macaddr v1.0.1 |
2177 | 2024-11-13T04:28:41.291Z | Checking base64 v0.13.1 |
2178 | 2024-11-13T04:28:41.441Z | Compiling darling_macro v0.20.10 |
2179 | 2024-11-13T04:28:41.467Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-11-13T04:28:41.534Z | Checking zone v0.1.8 |
2181 | 2024-11-13T04:28:41.663Z | Checking ron v0.7.1 |
2182 | 2024-11-13T04:28:41.930Z | Checking xz2 v0.1.7 |
2183 | 2024-11-13T04:28:42.231Z | Checking slog-envlogger v2.2.0 |
2184 | 2024-11-13T04:28:42.248Z | Checking tabwriter v1.4.0 |
2185 | 2024-11-13T04:28:42.374Z | Compiling darling v0.20.10 |
2186 | 2024-11-13T04:28:42.446Z | Checking xattr v1.3.1 |
2187 | 2024-11-13T04:28:42.463Z | Checking pem v3.0.4 |
2188 | 2024-11-13T04:28:42.494Z | Compiling serde_with_macros v3.11.0 |
2189 | 2024-11-13T04:28:42.560Z | Checking parse-display v0.10.0 |
2190 | 2024-11-13T04:28:42.639Z | Checking yasna v0.5.2 |
2191 | 2024-11-13T04:28:42.716Z | Checking headers-core v0.3.0 |
2192 | 2024-11-13T04:28:42.740Z | Checking smf v0.2.3 |
2193 | 2024-11-13T04:28:42.773Z | Checking filetime v0.2.25 |
2194 | 2024-11-13T04:28:42.849Z | Checking same-file v1.0.6 |
2195 | 2024-11-13T04:28:42.977Z | Checking tar v0.4.43 |
2196 | 2024-11-13T04:28:43.008Z | Checking walkdir v2.5.0 |
2197 | 2024-11-13T04:28:43.183Z | Checking headers v0.4.0 |
2198 | 2024-11-13T04:28:43.225Z | Checking atomicwrites v0.4.4 |
2199 | 2024-11-13T04:28:43.273Z | Checking camino-tempfile v1.1.1 |
2200 | 2024-11-13T04:28:43.416Z | Checking subprocess v0.2.9 |
2201 | 2024-11-13T04:28:43.495Z | Checking rcgen v0.12.1 |
2202 | 2024-11-13T04:28:44.886Z | Checking serde_with v3.11.0 |
2203 | 2024-11-13T04:28:48.183Z | Compiling typify-macro v0.2.0 |
2204 | 2024-11-13T04:28:50.043Z | Compiling typify v0.2.0 |
2205 | 2024-11-13T04:28:50.113Z | Compiling progenitor-impl v0.8.0 |
2206 | 2024-11-13T04:28:53.287Z | Compiling progenitor-macro v0.8.0 |
2207 | 2024-11-13T04:28:58.575Z | Checking progenitor v0.8.0 |
2208 | 2024-11-13T04:28:58.728Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2209 | 2024-11-13T04:28:58.731Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2210 | 2024-11-13T04:29:01.434Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2211 | 2024-11-13T04:29:01.723Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2212 | 2024-11-13T04:29:08.455Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2213 | 2024-11-13T04:29:10.045Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2214 | 2024-11-13T04:29:11.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.88s |
2215 | 2024-11-13T04:29:11.475Z | |
2216 | 2024-11-13T04:29:11.475Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2217 | 2024-11-13T04:29:12.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2218 | 2024-11-13T04:29:12.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2219 | 2024-11-13T04:29:12.128Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-11-13T04:29:13.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2221 | 2024-11-13T04:29:13.713Z | |
2222 | 2024-11-13T04:29:13.713Z | info: running `cargo check --bins` on nexus-config (31/168) |
2223 | 2024-11-13T04:29:14.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-11-13T04:29:14.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-11-13T04:29:14.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2226 | 2024-11-13T04:29:14.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2227 | 2024-11-13T04:29:14.321Z | |
2228 | 2024-11-13T04:29:14.321Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2229 | 2024-11-13T04:29:14.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-11-13T04:29:14.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-11-13T04:29:14.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-11-13T04:29:14.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2233 | 2024-11-13T04:29:14.922Z | |
2234 | 2024-11-13T04:29:14.923Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2235 | 2024-11-13T04:29:15.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-11-13T04:29:15.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-11-13T04:29:15.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-11-13T04:29:15.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2239 | 2024-11-13T04:29:15.545Z | |
2240 | 2024-11-13T04:29:15.545Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2241 | 2024-11-13T04:29:16.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-11-13T04:29:16.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-11-13T04:29:16.195Z | Compiling heapless v0.8.0 |
2244 | 2024-11-13T04:29:16.197Z | Checking hash32 v0.3.1 |
2245 | 2024-11-13T04:29:16.307Z | Compiling smoltcp v0.11.0 |
2246 | 2024-11-13T04:29:16.317Z | Checking cobs v0.2.3 |
2247 | 2024-11-13T04:29:16.328Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2248 | 2024-11-13T04:29:16.330Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2249 | 2024-11-13T04:29:16.356Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2250 | 2024-11-13T04:29:16.359Z | Compiling crucible-workspace-hack v0.1.0 |
2251 | 2024-11-13T04:29:16.461Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2252 | 2024-11-13T04:29:16.476Z | Checking postcard v1.0.10 |
2253 | 2024-11-13T04:29:16.491Z | Checking newline-converter v0.3.0 |
2254 | 2024-11-13T04:29:16.639Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2255 | 2024-11-13T04:29:16.641Z | Compiling convert_case v0.4.0 |
2256 | 2024-11-13T04:29:16.669Z | Checking expectorate v1.1.0 |
2257 | 2024-11-13T04:29:16.847Z | Compiling zone_cfg_derive v0.3.0 |
2258 | 2024-11-13T04:29:16.915Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2259 | 2024-11-13T04:29:16.995Z | Checking itertools v0.13.0 |
2260 | 2024-11-13T04:29:17.009Z | Compiling num-derive v0.4.2 |
2261 | 2024-11-13T04:29:17.203Z | Compiling slog-dtrace v0.3.0 |
2262 | 2024-11-13T04:29:17.232Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2263 | 2024-11-13T04:29:17.516Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2264 | 2024-11-13T04:29:17.604Z | Compiling derive_more v0.99.18 |
2265 | 2024-11-13T04:29:18.283Z | Checking zone v0.3.0 |
2266 | 2024-11-13T04:29:18.992Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2267 | 2024-11-13T04:29:20.364Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2268 | 2024-11-13T04:29:21.276Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2269 | 2024-11-13T04:29:21.548Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2270 | 2024-11-13T04:29:22.362Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2271 | 2024-11-13T04:29:22.938Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2272 | 2024-11-13T04:29:24.203Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2273 | 2024-11-13T04:29:25.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.62s |
2274 | 2024-11-13T04:29:25.332Z | |
2275 | 2024-11-13T04:29:25.332Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2276 | 2024-11-13T04:29:25.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2277 | 2024-11-13T04:29:25.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2278 | 2024-11-13T04:29:25.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2279 | 2024-11-13T04:29:25.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2280 | 2024-11-13T04:29:25.953Z | |
2281 | 2024-11-13T04:29:25.953Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2282 | 2024-11-13T04:29:26.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2283 | 2024-11-13T04:29:26.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2284 | 2024-11-13T04:29:26.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2285 | 2024-11-13T04:29:26.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2286 | 2024-11-13T04:29:26.579Z | |
2287 | 2024-11-13T04:29:26.579Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2288 | 2024-11-13T04:29:27.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2024-11-13T04:29:27.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2024-11-13T04:29:27.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2291 | 2024-11-13T04:29:27.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2292 | 2024-11-13T04:29:27.305Z | |
2293 | 2024-11-13T04:29:27.305Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2294 | 2024-11-13T04:29:27.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2295 | 2024-11-13T04:29:27.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2296 | 2024-11-13T04:29:27.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2297 | 2024-11-13T04:29:27.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2298 | 2024-11-13T04:29:28.022Z | |
2299 | 2024-11-13T04:29:28.022Z | info: running `cargo check --bins` on dns-server (39/168) |
2300 | 2024-11-13T04:29:28.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2024-11-13T04:29:28.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2024-11-13T04:29:28.657Z | Compiling parking_lot_core v0.8.6 |
2303 | 2024-11-13T04:29:28.657Z | Checking nibble_vec v0.1.0 |
2304 | 2024-11-13T04:29:28.660Z | Checking endian-type v0.1.2 |
2305 | 2024-11-13T04:29:28.660Z | Checking fxhash v0.2.1 |
2306 | 2024-11-13T04:29:28.660Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2307 | 2024-11-13T04:29:28.757Z | Checking hickory-server v0.24.1 |
2308 | 2024-11-13T04:29:28.937Z | Checking radix_trie v0.2.1 |
2309 | 2024-11-13T04:29:29.208Z | Checking hickory-client v0.24.1 |
2310 | 2024-11-13T04:29:29.348Z | Checking parking_lot v0.11.2 |
2311 | 2024-11-13T04:29:29.472Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2312 | 2024-11-13T04:29:29.472Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2313 | 2024-11-13T04:29:29.592Z | Checking sled v0.34.7 |
2314 | 2024-11-13T04:29:31.443Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2315 | 2024-11-13T04:29:32.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2316 | 2024-11-13T04:29:32.800Z | |
2317 | 2024-11-13T04:29:32.800Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2318 | 2024-11-13T04:29:33.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-11-13T04:29:33.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-11-13T04:29:33.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2321 | 2024-11-13T04:29:33.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2322 | 2024-11-13T04:29:33.400Z | |
2323 | 2024-11-13T04:29:33.400Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2324 | 2024-11-13T04:29:33.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2325 | 2024-11-13T04:29:33.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2326 | 2024-11-13T04:29:33.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2327 | 2024-11-13T04:29:33.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2328 | 2024-11-13T04:29:34.003Z | |
2329 | 2024-11-13T04:29:34.003Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2330 | 2024-11-13T04:29:34.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-11-13T04:29:34.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-11-13T04:29:34.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-11-13T04:29:34.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2334 | 2024-11-13T04:29:34.609Z | |
2335 | 2024-11-13T04:29:34.609Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2336 | 2024-11-13T04:29:35.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-11-13T04:29:35.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-11-13T04:29:35.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-11-13T04:29:35.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2340 | 2024-11-13T04:29:35.269Z | |
2341 | 2024-11-13T04:29:35.269Z | info: running `cargo check --bins` on gateway-types (44/168) |
2342 | 2024-11-13T04:29:35.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-11-13T04:29:35.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-11-13T04:29:35.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2024-11-13T04:29:35.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2346 | 2024-11-13T04:29:35.875Z | |
2347 | 2024-11-13T04:29:35.875Z | info: running `cargo check --bins` on ipcc (45/168) |
2348 | 2024-11-13T04:29:36.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-11-13T04:29:36.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-11-13T04:29:36.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-11-13T04:29:36.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2352 | 2024-11-13T04:29:36.476Z | |
2353 | 2024-11-13T04:29:36.476Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2354 | 2024-11-13T04:29:37.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-11-13T04:29:37.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-11-13T04:29:37.150Z | Checking num-rational v0.4.2 |
2357 | 2024-11-13T04:29:37.150Z | Compiling progenitor-client v0.8.0 |
2358 | 2024-11-13T04:29:37.150Z | Checking num-complex v0.4.6 |
2359 | 2024-11-13T04:29:37.153Z | Compiling newtype-uuid v1.1.3 |
2360 | 2024-11-13T04:29:37.255Z | Compiling ipnetwork v0.20.0 |
2361 | 2024-11-13T04:29:37.265Z | Compiling instant v0.1.13 |
2362 | 2024-11-13T04:29:37.267Z | Compiling radium v0.7.0 |
2363 | 2024-11-13T04:29:37.267Z | Checking float-ord v0.3.2 |
2364 | 2024-11-13T04:29:37.435Z | Compiling semver v0.1.20 |
2365 | 2024-11-13T04:29:37.556Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2366 | 2024-11-13T04:29:37.693Z | Compiling progenitor v0.8.0 |
2367 | 2024-11-13T04:29:37.734Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2368 | 2024-11-13T04:29:37.849Z | Compiling rustc_version v0.1.7 |
2369 | 2024-11-13T04:29:37.882Z | Compiling backoff v0.4.0 |
2370 | 2024-11-13T04:29:37.944Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2371 | 2024-11-13T04:29:38.059Z | Checking num v0.4.3 |
2372 | 2024-11-13T04:29:38.067Z | Compiling parse-display v0.10.0 |
2373 | 2024-11-13T04:29:38.125Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2374 | 2024-11-13T04:29:38.150Z | Compiling serde_with v3.11.0 |
2375 | 2024-11-13T04:29:38.155Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2376 | 2024-11-13T04:29:38.211Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2377 | 2024-11-13T04:29:38.296Z | Compiling regress v0.9.1 |
2378 | 2024-11-13T04:29:38.450Z | Compiling macaddr v1.0.1 |
2379 | 2024-11-13T04:29:38.758Z | Checking tap v1.0.1 |
2380 | 2024-11-13T04:29:38.853Z | Compiling maybe-uninit v2.0.0 |
2381 | 2024-11-13T04:29:38.924Z | Checking wyz v0.5.1 |
2382 | 2024-11-13T04:29:39.300Z | Compiling newtype_derive v0.1.6 |
2383 | 2024-11-13T04:29:39.521Z | Checking password-hash v0.5.0 |
2384 | 2024-11-13T04:29:39.569Z | Checking blake2 v0.10.6 |
2385 | 2024-11-13T04:29:39.967Z | Checking crc-catalog v2.4.0 |
2386 | 2024-11-13T04:29:40.002Z | Compiling owo-colors v4.1.0 |
2387 | 2024-11-13T04:29:40.046Z | Checking funty v2.0.0 |
2388 | 2024-11-13T04:29:40.107Z | Compiling packed_struct v0.10.1 |
2389 | 2024-11-13T04:29:40.153Z | Compiling cancel-safe-futures v0.1.5 |
2390 | 2024-11-13T04:29:40.283Z | Checking crc v3.2.1 |
2391 | 2024-11-13T04:29:40.502Z | Checking argon2 v0.5.3 |
2392 | 2024-11-13T04:29:40.692Z | Compiling packed_struct_codegen v0.10.1 |
2393 | 2024-11-13T04:29:40.744Z | Checking half v2.4.1 |
2394 | 2024-11-13T04:29:41.006Z | Checking bitvec v1.0.1 |
2395 | 2024-11-13T04:29:41.188Z | Compiling indexmap v1.9.3 |
2396 | 2024-11-13T04:29:41.205Z | Checking nodrop v0.1.14 |
2397 | 2024-11-13T04:29:41.319Z | Checking ciborium-io v0.2.2 |
2398 | 2024-11-13T04:29:41.438Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2399 | 2024-11-13T04:29:41.515Z | Checking ciborium-ll v0.2.2 |
2400 | 2024-11-13T04:29:41.733Z | Checking array-init v0.0.4 |
2401 | 2024-11-13T04:29:41.753Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2402 | 2024-11-13T04:29:41.815Z | Checking smallvec v0.6.14 |
2403 | 2024-11-13T04:29:42.161Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2404 | 2024-11-13T04:29:42.639Z | Checking prettyplease v0.2.25 |
2405 | 2024-11-13T04:29:42.728Z | Checking libsw v3.3.1 |
2406 | 2024-11-13T04:29:42.865Z | Compiling memoffset v0.9.1 |
2407 | 2024-11-13T04:29:42.976Z | Checking swrite v0.1.0 |
2408 | 2024-11-13T04:29:43.102Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2024-11-13T04:29:43.164Z | Checking bitfield v0.14.0 |
2410 | 2024-11-13T04:29:43.422Z | Checking highway v1.2.0 |
2411 | 2024-11-13T04:29:43.462Z | Checking linear-map v1.2.0 |
2412 | 2024-11-13T04:29:43.586Z | Checking termcolor v1.4.1 |
2413 | 2024-11-13T04:29:43.730Z | Checking hashbrown v0.12.3 |
2414 | 2024-11-13T04:29:43.775Z | Checking indent_write v2.2.0 |
2415 | 2024-11-13T04:29:43.837Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2416 | 2024-11-13T04:29:43.967Z | Checking ron v0.8.1 |
2417 | 2024-11-13T04:29:44.034Z | Checking env_logger v0.10.2 |
2418 | 2024-11-13T04:29:44.085Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2419 | 2024-11-13T04:29:44.454Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2420 | 2024-11-13T04:29:45.417Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2421 | 2024-11-13T04:29:45.433Z | Checking serde-hex v0.1.0 |
2422 | 2024-11-13T04:29:45.469Z | Checking steno v0.4.1 |
2423 | 2024-11-13T04:29:45.505Z | Checking ciborium v0.2.2 |
2424 | 2024-11-13T04:29:46.129Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2425 | 2024-11-13T04:29:46.384Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2426 | 2024-11-13T04:29:46.483Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2427 | 2024-11-13T04:29:47.035Z | Checking hashbrown v0.13.2 |
2428 | 2024-11-13T04:29:47.145Z | Checking humantime v2.1.0 |
2429 | 2024-11-13T04:29:47.454Z | Checking crc-any v2.5.0 |
2430 | 2024-11-13T04:29:47.624Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2431 | 2024-11-13T04:29:47.624Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2432 | 2024-11-13T04:29:47.670Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2433 | 2024-11-13T04:29:47.917Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2434 | 2024-11-13T04:29:47.943Z | Checking path-slash v0.1.5 |
2435 | 2024-11-13T04:29:48.071Z | Checking object v0.30.4 |
2436 | 2024-11-13T04:29:48.089Z | Checking nix v0.27.1 |
2437 | 2024-11-13T04:29:48.225Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2438 | 2024-11-13T04:29:48.261Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2439 | 2024-11-13T04:29:49.022Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2440 | 2024-11-13T04:29:49.270Z | Checking tungstenite v0.23.0 |
2441 | 2024-11-13T04:29:49.381Z | Checking kstat-rs v0.2.4 |
2442 | 2024-11-13T04:29:49.495Z | Checking signal-hook-tokio v0.3.1 |
2443 | 2024-11-13T04:29:50.188Z | Checking tokio-tungstenite v0.23.1 |
2444 | 2024-11-13T04:29:50.944Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2445 | 2024-11-13T04:29:51.013Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2446 | 2024-11-13T04:29:56.530Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2447 | 2024-11-13T04:29:58.412Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2448 | 2024-11-13T04:29:58.844Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2449 | 2024-11-13T04:30:02.286Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2450 | 2024-11-13T04:30:02.560Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2451 | 2024-11-13T04:30:03.420Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2452 | 2024-11-13T04:30:09.226Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2453 | 2024-11-13T04:30:09.926Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2454 | 2024-11-13T04:30:12.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.35s |
2455 | 2024-11-13T04:30:13.018Z | |
2456 | 2024-11-13T04:30:13.018Z | info: running `cargo check --bins` on gateway-api (47/168) |
2457 | 2024-11-13T04:30:13.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-11-13T04:30:13.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-11-13T04:30:13.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-11-13T04:30:13.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2461 | 2024-11-13T04:30:13.649Z | |
2462 | 2024-11-13T04:30:13.649Z | info: running `cargo check --bins` on oximeter (48/168) |
2463 | 2024-11-13T04:30:14.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-11-13T04:30:14.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-11-13T04:30:14.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-11-13T04:30:14.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2024-11-13T04:30:14.278Z | |
2468 | 2024-11-13T04:30:14.278Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2469 | 2024-11-13T04:30:14.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-11-13T04:30:14.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-11-13T04:30:14.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-11-13T04:30:14.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2473 | 2024-11-13T04:30:14.874Z | |
2474 | 2024-11-13T04:30:14.874Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2475 | 2024-11-13T04:30:15.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-11-13T04:30:15.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-11-13T04:30:15.493Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2478 | 2024-11-13T04:30:15.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2479 | 2024-11-13T04:30:16.112Z | |
2480 | 2024-11-13T04:30:16.112Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2481 | 2024-11-13T04:30:16.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-11-13T04:30:16.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-11-13T04:30:16.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-11-13T04:30:16.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2485 | 2024-11-13T04:30:16.732Z | |
2486 | 2024-11-13T04:30:16.732Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2487 | 2024-11-13T04:30:17.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-11-13T04:30:17.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-11-13T04:30:17.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-11-13T04:30:17.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2491 | 2024-11-13T04:30:17.359Z | |
2492 | 2024-11-13T04:30:17.359Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2493 | 2024-11-13T04:30:17.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-11-13T04:30:17.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-11-13T04:30:17.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-11-13T04:30:17.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2497 | 2024-11-13T04:30:17.962Z | |
2498 | 2024-11-13T04:30:17.962Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2499 | 2024-11-13T04:30:18.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-11-13T04:30:18.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-11-13T04:30:18.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-11-13T04:30:18.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2503 | 2024-11-13T04:30:18.581Z | |
2504 | 2024-11-13T04:30:18.581Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2505 | 2024-11-13T04:30:19.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-11-13T04:30:19.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-11-13T04:30:19.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-11-13T04:30:19.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2509 | 2024-11-13T04:30:19.205Z | |
2510 | 2024-11-13T04:30:19.205Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2511 | 2024-11-13T04:30:19.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-11-13T04:30:19.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-11-13T04:30:19.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-11-13T04:30:19.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2515 | 2024-11-13T04:30:19.826Z | |
2516 | 2024-11-13T04:30:19.826Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2517 | 2024-11-13T04:30:20.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-11-13T04:30:20.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-11-13T04:30:20.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-11-13T04:30:20.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2521 | 2024-11-13T04:30:20.442Z | |
2522 | 2024-11-13T04:30:20.442Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2523 | 2024-11-13T04:30:20.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-11-13T04:30:20.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-11-13T04:30:20.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-11-13T04:30:20.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2527 | 2024-11-13T04:30:21.051Z | |
2528 | 2024-11-13T04:30:21.051Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2529 | 2024-11-13T04:30:21.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-11-13T04:30:21.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-11-13T04:30:21.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-11-13T04:30:21.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2533 | 2024-11-13T04:30:21.656Z | |
2534 | 2024-11-13T04:30:21.656Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2535 | 2024-11-13T04:30:22.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-11-13T04:30:22.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-11-13T04:30:22.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-11-13T04:30:22.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2539 | 2024-11-13T04:30:22.297Z | |
2540 | 2024-11-13T04:30:22.297Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2541 | 2024-11-13T04:30:22.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-11-13T04:30:22.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-11-13T04:30:22.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-11-13T04:30:22.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2545 | 2024-11-13T04:30:22.911Z | |
2546 | 2024-11-13T04:30:22.911Z | info: running `cargo check --bins` on nexus-client (62/168) |
2547 | 2024-11-13T04:30:23.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-11-13T04:30:23.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-11-13T04:30:23.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-11-13T04:30:23.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2551 | 2024-11-13T04:30:23.544Z | |
2552 | 2024-11-13T04:30:23.544Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2553 | 2024-11-13T04:30:24.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-11-13T04:30:24.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-11-13T04:30:24.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-11-13T04:30:24.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2557 | 2024-11-13T04:30:24.164Z | |
2558 | 2024-11-13T04:30:24.164Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2559 | 2024-11-13T04:30:24.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-11-13T04:30:24.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-11-13T04:30:24.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-11-13T04:30:24.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2563 | 2024-11-13T04:30:24.769Z | |
2564 | 2024-11-13T04:30:24.769Z | info: running `cargo check --bins` on nexus-types (65/168) |
2565 | 2024-11-13T04:30:25.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-11-13T04:30:25.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-11-13T04:30:25.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-11-13T04:30:25.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2569 | 2024-11-13T04:30:25.409Z | |
2570 | 2024-11-13T04:30:25.409Z | info: running `cargo check --bins` on gateway-client (66/168) |
2571 | 2024-11-13T04:30:25.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-11-13T04:30:25.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-11-13T04:30:25.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-11-13T04:30:25.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2575 | 2024-11-13T04:30:26.001Z | |
2576 | 2024-11-13T04:30:26.001Z | info: running `cargo check --bins` on oxql-types (67/168) |
2577 | 2024-11-13T04:30:26.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-11-13T04:30:26.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-11-13T04:30:26.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-11-13T04:30:26.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2024-11-13T04:30:26.606Z | |
2582 | 2024-11-13T04:30:26.606Z | info: running `cargo check --bins` on update-engine (68/168) |
2583 | 2024-11-13T04:30:27.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-11-13T04:30:27.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-11-13T04:30:27.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-11-13T04:30:27.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2587 | 2024-11-13T04:30:27.210Z | |
2588 | 2024-11-13T04:30:27.210Z | info: running `cargo check --bins` on sp-sim (69/168) |
2589 | 2024-11-13T04:30:27.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-11-13T04:30:27.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-11-13T04:30:27.838Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2592 | 2024-11-13T04:30:29.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
2593 | 2024-11-13T04:30:29.863Z | |
2594 | 2024-11-13T04:30:29.863Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2595 | 2024-11-13T04:30:30.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-11-13T04:30:30.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-11-13T04:30:30.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-11-13T04:30:30.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2599 | 2024-11-13T04:30:30.522Z | |
2600 | 2024-11-13T04:30:30.522Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2601 | 2024-11-13T04:30:31.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-11-13T04:30:31.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-11-13T04:30:31.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-11-13T04:30:31.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2605 | 2024-11-13T04:30:31.203Z | |
2606 | 2024-11-13T04:30:31.203Z | info: running `cargo check --bins` on db-macros (72/168) |
2607 | 2024-11-13T04:30:31.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-11-13T04:30:31.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-11-13T04:30:31.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-11-13T04:30:31.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2611 | 2024-11-13T04:30:31.817Z | |
2612 | 2024-11-13T04:30:31.817Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2613 | 2024-11-13T04:30:32.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-11-13T04:30:32.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-11-13T04:30:32.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-11-13T04:30:32.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2617 | 2024-11-13T04:30:32.434Z | |
2618 | 2024-11-13T04:30:32.434Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2619 | 2024-11-13T04:30:33.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-11-13T04:30:33.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-11-13T04:30:33.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-11-13T04:30:33.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2623 | 2024-11-13T04:30:33.089Z | |
2624 | 2024-11-13T04:30:33.089Z | info: running `cargo check --bins` on authz-macros (75/168) |
2625 | 2024-11-13T04:30:33.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-11-13T04:30:33.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-11-13T04:30:33.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-11-13T04:30:33.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2629 | 2024-11-13T04:30:33.689Z | |
2630 | 2024-11-13T04:30:33.689Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2631 | 2024-11-13T04:30:34.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-11-13T04:30:34.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-11-13T04:30:34.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-11-13T04:30:34.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2635 | 2024-11-13T04:30:34.336Z | |
2636 | 2024-11-13T04:30:34.336Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2637 | 2024-11-13T04:30:34.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-11-13T04:30:34.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-11-13T04:30:34.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-11-13T04:30:34.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2641 | 2024-11-13T04:30:34.971Z | |
2642 | 2024-11-13T04:30:34.971Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2643 | 2024-11-13T04:30:35.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-11-13T04:30:35.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-11-13T04:30:35.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-11-13T04:30:35.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2647 | 2024-11-13T04:30:35.591Z | |
2648 | 2024-11-13T04:30:35.591Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2649 | 2024-11-13T04:30:36.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-11-13T04:30:36.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-11-13T04:30:36.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-11-13T04:30:36.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2653 | 2024-11-13T04:30:36.223Z | |
2654 | 2024-11-13T04:30:36.223Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2655 | 2024-11-13T04:30:36.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-11-13T04:30:36.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-11-13T04:30:36.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-11-13T04:30:36.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2659 | 2024-11-13T04:30:36.871Z | |
2660 | 2024-11-13T04:30:36.871Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2661 | 2024-11-13T04:30:37.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-11-13T04:30:37.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-11-13T04:30:37.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-11-13T04:30:37.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2665 | 2024-11-13T04:30:37.503Z | |
2666 | 2024-11-13T04:30:37.503Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2667 | 2024-11-13T04:30:38.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-11-13T04:30:38.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-11-13T04:30:38.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-11-13T04:30:38.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2671 | 2024-11-13T04:30:38.150Z | |
2672 | 2024-11-13T04:30:38.150Z | info: running `cargo check --bins` on typed-rng (83/168) |
2673 | 2024-11-13T04:30:38.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-11-13T04:30:38.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-11-13T04:30:38.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-11-13T04:30:38.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2677 | 2024-11-13T04:30:38.760Z | |
2678 | 2024-11-13T04:30:38.760Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2679 | 2024-11-13T04:30:39.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-11-13T04:30:39.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-11-13T04:30:39.497Z | Checking keccak v0.1.5 |
2682 | 2024-11-13T04:30:39.604Z | Checking secrecy v0.8.0 |
2683 | 2024-11-13T04:30:39.608Z | Compiling unicase v2.7.0 |
2684 | 2024-11-13T04:30:39.616Z | Compiling same-file v1.0.6 |
2685 | 2024-11-13T04:30:39.627Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2686 | 2024-11-13T04:30:39.640Z | Compiling tempfile v3.13.0 |
2687 | 2024-11-13T04:30:39.664Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2688 | 2024-11-13T04:30:39.666Z | Compiling thiserror-impl-no-std v2.0.2 |
2689 | 2024-11-13T04:30:39.781Z | Compiling walkdir v2.5.0 |
2690 | 2024-11-13T04:30:39.882Z | Checking sha3 v0.10.8 |
2691 | 2024-11-13T04:30:39.908Z | Checking universal-hash v0.5.1 |
2692 | 2024-11-13T04:30:39.981Z | Compiling blake3 v1.5.4 |
2693 | 2024-11-13T04:30:40.074Z | Compiling ring v0.16.20 |
2694 | 2024-11-13T04:30:40.110Z | Checking opaque-debug v0.3.1 |
2695 | 2024-11-13T04:30:40.206Z | Checking poly1305 v0.8.0 |
2696 | 2024-11-13T04:30:40.278Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2697 | 2024-11-13T04:30:40.472Z | Checking chacha20 v0.9.1 |
2698 | 2024-11-13T04:30:40.527Z | Checking aead v0.5.2 |
2699 | 2024-11-13T04:30:40.543Z | Compiling memmap2 v0.9.5 |
2700 | 2024-11-13T04:30:40.571Z | Compiling constant_time_eq v0.3.1 |
2701 | 2024-11-13T04:30:40.703Z | Compiling salty v0.3.0 |
2702 | 2024-11-13T04:30:40.738Z | Compiling arrayref v0.3.9 |
2703 | 2024-11-13T04:30:40.757Z | Compiling arrayvec v0.7.6 |
2704 | 2024-11-13T04:30:40.801Z | Compiling spin v0.5.2 |
2705 | 2024-11-13T04:30:40.840Z | Compiling libefi-sys v0.1.0 |
2706 | 2024-11-13T04:30:40.974Z | Checking chacha20poly1305 v0.10.1 |
2707 | 2024-11-13T04:30:41.149Z | Compiling toolchain_find v0.4.0 |
2708 | 2024-11-13T04:30:41.151Z | Compiling camino-tempfile v1.1.1 |
2709 | 2024-11-13T04:30:41.151Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2710 | 2024-11-13T04:30:41.286Z | Compiling bitfield-struct v0.6.2 |
2711 | 2024-11-13T04:30:41.506Z | Compiling topological-sort v0.2.2 |
2712 | 2024-11-13T04:30:41.573Z | Compiling mime_guess v2.0.5 |
2713 | 2024-11-13T04:30:41.665Z | Compiling rustfmt-wrapper v0.2.1 |
2714 | 2024-11-13T04:30:42.243Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2715 | 2024-11-13T04:30:42.243Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2716 | 2024-11-13T04:30:42.283Z | Checking primeorder v0.13.6 |
2717 | 2024-11-13T04:30:42.454Z | Checking env_filter v0.1.2 |
2718 | 2024-11-13T04:30:42.520Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2719 | 2024-11-13T04:30:42.685Z | Checking env_logger v0.11.5 |
2720 | 2024-11-13T04:30:42.715Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2721 | 2024-11-13T04:30:42.732Z | Checking p384 v0.13.0 |
2722 | 2024-11-13T04:30:42.801Z | Checking thiserror-no-std v2.0.2 |
2723 | 2024-11-13T04:30:42.863Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2724 | 2024-11-13T04:30:42.863Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2725 | 2024-11-13T04:30:42.904Z | Checking vsss-rs v3.3.4 |
2726 | 2024-11-13T04:30:43.111Z | Checking gethostname v0.5.0 |
2727 | 2024-11-13T04:30:43.238Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2728 | 2024-11-13T04:30:43.255Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2729 | 2024-11-13T04:30:43.277Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2730 | 2024-11-13T04:30:43.547Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2731 | 2024-11-13T04:30:43.619Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2732 | 2024-11-13T04:30:43.724Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2733 | 2024-11-13T04:30:43.839Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2734 | 2024-11-13T04:30:44.127Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2735 | 2024-11-13T04:30:44.145Z | Checking nanorand v0.7.0 |
2736 | 2024-11-13T04:30:44.162Z | Checking atty v0.2.14 |
2737 | 2024-11-13T04:30:44.193Z | Checking glob v0.3.1 |
2738 | 2024-11-13T04:30:44.274Z | Checking http-range v0.1.5 |
2739 | 2024-11-13T04:30:44.456Z | Checking hyper-staticfile v0.10.1 |
2740 | 2024-11-13T04:30:44.484Z | Checking flume v0.11.1 |
2741 | 2024-11-13T04:30:44.513Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2742 | 2024-11-13T04:30:44.982Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2743 | 2024-11-13T04:30:45.182Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2744 | 2024-11-13T04:30:45.339Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2745 | 2024-11-13T04:30:45.705Z | Compiling omicron-zone-package v0.11.1 |
2746 | 2024-11-13T04:30:46.061Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2747 | 2024-11-13T04:30:46.669Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2748 | 2024-11-13T04:30:47.053Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2749 | 2024-11-13T04:30:47.309Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2750 | 2024-11-13T04:30:47.348Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2751 | 2024-11-13T04:30:47.578Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2752 | 2024-11-13T04:30:47.895Z | Checking display-error-chain v0.2.2 |
2753 | 2024-11-13T04:30:48.854Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2754 | 2024-11-13T04:30:49.689Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2755 | 2024-11-13T04:30:51.597Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2756 | 2024-11-13T04:30:51.600Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2757 | 2024-11-13T04:31:01.722Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-11-13T04:31:14.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.79s |
2759 | 2024-11-13T04:31:14.736Z | |
2760 | 2024-11-13T04:31:14.736Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2761 | 2024-11-13T04:31:15.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-11-13T04:31:15.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-11-13T04:31:15.467Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2764 | 2024-11-13T04:31:28.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
2765 | 2024-11-13T04:31:28.619Z | |
2766 | 2024-11-13T04:31:28.619Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2767 | 2024-11-13T04:31:29.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-11-13T04:31:29.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-11-13T04:31:29.330Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2770 | 2024-11-13T04:31:42.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
2771 | 2024-11-13T04:31:42.589Z | |
2772 | 2024-11-13T04:31:42.589Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2773 | 2024-11-13T04:31:43.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-11-13T04:31:43.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-11-13T04:31:43.297Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2776 | 2024-11-13T04:31:56.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
2777 | 2024-11-13T04:31:56.633Z | |
2778 | 2024-11-13T04:31:56.633Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2779 | 2024-11-13T04:31:57.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-11-13T04:31:57.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-11-13T04:31:57.348Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2782 | 2024-11-13T04:32:10.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
2783 | 2024-11-13T04:32:10.578Z | |
2784 | 2024-11-13T04:32:10.578Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2785 | 2024-11-13T04:32:11.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-11-13T04:32:11.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-11-13T04:32:11.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2788 | 2024-11-13T04:32:24.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
2789 | 2024-11-13T04:32:24.615Z | |
2790 | 2024-11-13T04:32:24.615Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2791 | 2024-11-13T04:32:25.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-11-13T04:32:25.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-11-13T04:32:25.338Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2794 | 2024-11-13T04:32:38.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
2795 | 2024-11-13T04:32:38.329Z | |
2796 | 2024-11-13T04:32:38.329Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2797 | 2024-11-13T04:32:38.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-11-13T04:32:38.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-11-13T04:32:39.043Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2800 | 2024-11-13T04:32:52.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
2801 | 2024-11-13T04:32:52.268Z | |
2802 | 2024-11-13T04:32:52.268Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2803 | 2024-11-13T04:32:52.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-11-13T04:32:52.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-11-13T04:32:52.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-11-13T04:32:52.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2024-11-13T04:32:52.900Z | |
2808 | 2024-11-13T04:32:52.900Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2809 | 2024-11-13T04:32:53.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-11-13T04:32:53.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-11-13T04:32:53.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-11-13T04:32:53.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2813 | 2024-11-13T04:32:53.534Z | |
2814 | 2024-11-13T04:32:53.534Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2815 | 2024-11-13T04:32:54.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-11-13T04:32:54.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-11-13T04:32:54.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-11-13T04:32:54.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2819 | 2024-11-13T04:32:54.160Z | |
2820 | 2024-11-13T04:32:54.160Z | info: running `cargo check --bins` on dpd-client (95/168) |
2821 | 2024-11-13T04:32:54.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-11-13T04:32:54.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-11-13T04:32:54.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-11-13T04:32:54.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2825 | 2024-11-13T04:32:54.785Z | |
2826 | 2024-11-13T04:32:54.785Z | info: running `cargo check --bins` on installinator-common (96/168) |
2827 | 2024-11-13T04:32:55.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-11-13T04:32:55.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-11-13T04:32:55.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-11-13T04:32:55.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2831 | 2024-11-13T04:32:55.403Z | |
2832 | 2024-11-13T04:32:55.403Z | info: running `cargo check --bins` on key-manager (97/168) |
2833 | 2024-11-13T04:32:55.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-11-13T04:32:55.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-11-13T04:32:55.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-11-13T04:32:55.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2837 | 2024-11-13T04:32:56.021Z | |
2838 | 2024-11-13T04:32:56.021Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2839 | 2024-11-13T04:32:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-11-13T04:32:56.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-11-13T04:32:56.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-11-13T04:32:56.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2843 | 2024-11-13T04:32:56.646Z | |
2844 | 2024-11-13T04:32:56.646Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2845 | 2024-11-13T04:32:57.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-11-13T04:32:57.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-11-13T04:32:57.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-11-13T04:32:57.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2849 | 2024-11-13T04:32:57.265Z | |
2850 | 2024-11-13T04:32:57.265Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2851 | 2024-11-13T04:32:57.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-11-13T04:32:57.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-11-13T04:32:57.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-11-13T04:32:57.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2855 | 2024-11-13T04:32:57.877Z | |
2856 | 2024-11-13T04:32:57.877Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2857 | 2024-11-13T04:32:58.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-11-13T04:32:58.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-11-13T04:32:58.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-11-13T04:32:58.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2861 | 2024-11-13T04:32:58.530Z | |
2862 | 2024-11-13T04:32:58.530Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2863 | 2024-11-13T04:32:59.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-11-13T04:32:59.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-11-13T04:32:59.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-11-13T04:32:59.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2867 | 2024-11-13T04:32:59.166Z | |
2868 | 2024-11-13T04:32:59.166Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2869 | 2024-11-13T04:32:59.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-11-13T04:32:59.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-11-13T04:32:59.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-11-13T04:32:59.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2873 | 2024-11-13T04:32:59.796Z | |
2874 | 2024-11-13T04:32:59.796Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2875 | 2024-11-13T04:33:00.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-11-13T04:33:00.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-11-13T04:33:00.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-11-13T04:33:00.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2879 | 2024-11-13T04:33:00.419Z | |
2880 | 2024-11-13T04:33:00.419Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2881 | 2024-11-13T04:33:00.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-11-13T04:33:00.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-11-13T04:33:00.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-11-13T04:33:00.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2885 | 2024-11-13T04:33:01.066Z | |
2886 | 2024-11-13T04:33:01.067Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2887 | 2024-11-13T04:33:01.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-11-13T04:33:01.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-11-13T04:33:01.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-11-13T04:33:01.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2891 | 2024-11-13T04:33:01.697Z | |
2892 | 2024-11-13T04:33:01.697Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2893 | 2024-11-13T04:33:02.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-11-13T04:33:02.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-11-13T04:33:02.368Z | Compiling phf_generator v0.11.2 |
2896 | 2024-11-13T04:33:02.370Z | Compiling parse-zoneinfo v0.3.1 |
2897 | 2024-11-13T04:33:02.481Z | Compiling const_format_proc_macros v0.2.33 |
2898 | 2024-11-13T04:33:02.484Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2899 | 2024-11-13T04:33:02.485Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2900 | 2024-11-13T04:33:02.485Z | Checking bcs v0.1.6 |
2901 | 2024-11-13T04:33:02.485Z | Compiling async-recursion v1.1.1 |
2902 | 2024-11-13T04:33:02.493Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2903 | 2024-11-13T04:33:02.600Z | Compiling phf_codegen v0.11.2 |
2904 | 2024-11-13T04:33:02.808Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2905 | 2024-11-13T04:33:03.150Z | Compiling chrono-tz-build v0.4.0 |
2906 | 2024-11-13T04:33:04.139Z | Checking const_format v0.2.33 |
2907 | 2024-11-13T04:33:04.213Z | Compiling chrono-tz v0.10.0 |
2908 | 2024-11-13T04:33:14.900Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2909 | 2024-11-13T04:33:16.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s |
2910 | 2024-11-13T04:33:16.914Z | |
2911 | 2024-11-13T04:33:16.914Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2912 | 2024-11-13T04:33:17.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-11-13T04:33:17.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-11-13T04:33:17.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-11-13T04:33:17.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2916 | 2024-11-13T04:33:17.530Z | |
2917 | 2024-11-13T04:33:17.530Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2918 | 2024-11-13T04:33:18.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-11-13T04:33:18.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-11-13T04:33:18.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2024-11-13T04:33:18.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2922 | 2024-11-13T04:33:18.154Z | |
2923 | 2024-11-13T04:33:18.154Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2924 | 2024-11-13T04:33:18.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-11-13T04:33:18.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-11-13T04:33:18.806Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2927 | 2024-11-13T04:33:19.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2928 | 2024-11-13T04:33:19.632Z | |
2929 | 2024-11-13T04:33:19.632Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2930 | 2024-11-13T04:33:20.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-11-13T04:33:20.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-11-13T04:33:20.291Z | Compiling cfg_aliases v0.1.1 |
2933 | 2024-11-13T04:33:20.291Z | Compiling vte_generate_state_changes v0.1.2 |
2934 | 2024-11-13T04:33:20.293Z | Checking fd-lock v4.0.2 |
2935 | 2024-11-13T04:33:20.413Z | Checking bytecount v0.6.8 |
2936 | 2024-11-13T04:33:20.422Z | Compiling tabled_derive v0.7.0 |
2937 | 2024-11-13T04:33:20.435Z | Compiling peg-macros v0.8.4 |
2938 | 2024-11-13T04:33:20.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2939 | 2024-11-13T04:33:20.438Z | Compiling sqlparser_derive v0.2.2 |
2940 | 2024-11-13T04:33:20.482Z | Compiling nix v0.28.0 |
2941 | 2024-11-13T04:33:20.537Z | Checking papergrid v0.11.0 |
2942 | 2024-11-13T04:33:20.560Z | Checking home v0.5.9 |
2943 | 2024-11-13T04:33:20.700Z | Checking nu-ansi-term v0.50.1 |
2944 | 2024-11-13T04:33:21.003Z | Checking vte v0.11.1 |
2945 | 2024-11-13T04:33:21.094Z | Checking unicode_categories v0.1.1 |
2946 | 2024-11-13T04:33:21.405Z | Checking sqlformat v0.2.6 |
2947 | 2024-11-13T04:33:21.486Z | Checking sqlparser v0.45.0 |
2948 | 2024-11-13T04:33:22.347Z | Checking strip-ansi-escapes v0.2.0 |
2949 | 2024-11-13T04:33:22.502Z | Checking reedline v0.35.0 |
2950 | 2024-11-13T04:33:22.643Z | Checking tabled v0.15.0 |
2951 | 2024-11-13T04:33:23.231Z | Checking peg v0.8.4 |
2952 | 2024-11-13T04:33:23.688Z | Checking rustyline v14.0.0 |
2953 | 2024-11-13T04:33:33.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
2954 | 2024-11-13T04:33:33.679Z | |
2955 | 2024-11-13T04:33:33.679Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2956 | 2024-11-13T04:33:34.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-11-13T04:33:34.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-11-13T04:33:34.326Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2959 | 2024-11-13T04:33:40.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
2960 | 2024-11-13T04:33:40.686Z | |
2961 | 2024-11-13T04:33:40.686Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2962 | 2024-11-13T04:33:41.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-11-13T04:33:41.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-11-13T04:33:41.339Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2965 | 2024-11-13T04:33:46.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
2966 | 2024-11-13T04:33:46.191Z | |
2967 | 2024-11-13T04:33:46.191Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2968 | 2024-11-13T04:33:46.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-11-13T04:33:46.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-11-13T04:33:46.840Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2971 | 2024-11-13T04:33:52.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s |
2972 | 2024-11-13T04:33:52.871Z | |
2973 | 2024-11-13T04:33:52.871Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2974 | 2024-11-13T04:33:53.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-11-13T04:33:53.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-11-13T04:33:53.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2977 | 2024-11-13T04:33:59.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s |
2978 | 2024-11-13T04:33:59.627Z | |
2979 | 2024-11-13T04:33:59.627Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2980 | 2024-11-13T04:34:00.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-11-13T04:34:00.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-11-13T04:34:00.297Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2983 | 2024-11-13T04:34:05.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2984 | 2024-11-13T04:34:05.390Z | |
2985 | 2024-11-13T04:34:05.390Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2986 | 2024-11-13T04:34:05.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-11-13T04:34:05.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-11-13T04:34:06.068Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2989 | 2024-11-13T04:34:11.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2990 | 2024-11-13T04:34:11.305Z | |
2991 | 2024-11-13T04:34:11.305Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2992 | 2024-11-13T04:34:11.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-11-13T04:34:11.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-11-13T04:34:11.965Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2995 | 2024-11-13T04:34:18.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s |
2996 | 2024-11-13T04:34:18.325Z | |
2997 | 2024-11-13T04:34:18.325Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2998 | 2024-11-13T04:34:18.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-11-13T04:34:18.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-11-13T04:34:18.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2024-11-13T04:34:18.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3002 | 2024-11-13T04:34:18.989Z | |
3003 | 2024-11-13T04:34:18.989Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
3004 | 2024-11-13T04:34:19.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-11-13T04:34:19.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-11-13T04:34:19.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2024-11-13T04:34:19.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3008 | 2024-11-13T04:34:19.602Z | |
3009 | 2024-11-13T04:34:19.602Z | info: running `cargo check --bins` on installinator-client (121/168) |
3010 | 2024-11-13T04:34:20.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-11-13T04:34:20.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-11-13T04:34:20.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2024-11-13T04:34:20.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3014 | 2024-11-13T04:34:20.245Z | |
3015 | 2024-11-13T04:34:20.245Z | info: running `cargo check --bins` on oxide-client (122/168) |
3016 | 2024-11-13T04:34:20.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-11-13T04:34:20.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-11-13T04:34:20.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2024-11-13T04:34:20.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3020 | 2024-11-13T04:34:20.851Z | |
3021 | 2024-11-13T04:34:20.852Z | info: running `cargo check --bins` on wicketd-client (123/168) |
3022 | 2024-11-13T04:34:21.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-11-13T04:34:21.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-11-13T04:34:21.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-11-13T04:34:21.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3026 | 2024-11-13T04:34:21.507Z | |
3027 | 2024-11-13T04:34:21.507Z | info: running `cargo check --bins` on wicket-common (124/168) |
3028 | 2024-11-13T04:34:22.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-11-13T04:34:22.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-11-13T04:34:22.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-11-13T04:34:22.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3032 | 2024-11-13T04:34:22.142Z | |
3033 | 2024-11-13T04:34:22.142Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
3034 | 2024-11-13T04:34:22.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-11-13T04:34:22.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-11-13T04:34:22.787Z | Checking csv-core v0.1.11 |
3037 | 2024-11-13T04:34:22.789Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3038 | 2024-11-13T04:34:23.096Z | Checking csv v1.3.0 |
3039 | 2024-11-13T04:34:23.629Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3040 | 2024-11-13T04:34:23.967Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3041 | 2024-11-13T04:34:25.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
3042 | 2024-11-13T04:34:25.376Z | |
3043 | 2024-11-13T04:34:25.376Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
3044 | 2024-11-13T04:34:25.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-11-13T04:34:25.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-11-13T04:34:25.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-11-13T04:34:25.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3048 | 2024-11-13T04:34:25.996Z | |
3049 | 2024-11-13T04:34:25.996Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
3050 | 2024-11-13T04:34:26.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-11-13T04:34:26.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-11-13T04:34:26.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-11-13T04:34:26.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3054 | 2024-11-13T04:34:26.610Z | |
3055 | 2024-11-13T04:34:26.611Z | info: running `cargo check --bins` on cert-dev (128/168) |
3056 | 2024-11-13T04:34:27.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-11-13T04:34:27.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-11-13T04:34:27.217Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3059 | 2024-11-13T04:34:27.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3060 | 2024-11-13T04:34:27.646Z | |
3061 | 2024-11-13T04:34:27.646Z | info: running `cargo check --bins` on ch-dev (129/168) |
3062 | 2024-11-13T04:34:28.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-11-13T04:34:28.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-11-13T04:34:28.309Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3065 | 2024-11-13T04:34:29.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3066 | 2024-11-13T04:34:29.205Z | |
3067 | 2024-11-13T04:34:29.205Z | info: running `cargo check --bins` on crdb-seed (130/168) |
3068 | 2024-11-13T04:34:29.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-11-13T04:34:29.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-11-13T04:34:29.853Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3071 | 2024-11-13T04:34:30.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3072 | 2024-11-13T04:34:30.385Z | |
3073 | 2024-11-13T04:34:30.385Z | info: running `cargo check --bins` on db-dev (131/168) |
3074 | 2024-11-13T04:34:30.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-11-13T04:34:30.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-11-13T04:34:31.022Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3077 | 2024-11-13T04:34:31.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3078 | 2024-11-13T04:34:31.926Z | |
3079 | 2024-11-13T04:34:31.926Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
3080 | 2024-11-13T04:34:32.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-11-13T04:34:32.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-11-13T04:34:32.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-11-13T04:34:32.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3084 | 2024-11-13T04:34:32.551Z | |
3085 | 2024-11-13T04:34:32.551Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
3086 | 2024-11-13T04:34:33.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-11-13T04:34:33.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-11-13T04:34:33.142Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3089 | 2024-11-13T04:34:34.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3090 | 2024-11-13T04:34:34.185Z | |
3091 | 2024-11-13T04:34:34.186Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
3092 | 2024-11-13T04:34:34.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-11-13T04:34:34.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-11-13T04:34:34.794Z | Checking cargo-platform v0.1.8 |
3095 | 2024-11-13T04:34:35.061Z | Checking cargo_metadata v0.18.1 |
3096 | 2024-11-13T04:34:36.036Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3097 | 2024-11-13T04:34:36.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3098 | 2024-11-13T04:34:36.934Z | |
3099 | 2024-11-13T04:34:36.935Z | info: running `cargo check --bins` on mgs-dev (135/168) |
3100 | 2024-11-13T04:34:37.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-11-13T04:34:37.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-11-13T04:34:37.624Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3103 | 2024-11-13T04:34:38.344Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3104 | 2024-11-13T04:34:38.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3105 | 2024-11-13T04:34:39.082Z | |
3106 | 2024-11-13T04:34:39.082Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3107 | 2024-11-13T04:34:39.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-11-13T04:34:39.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-11-13T04:34:39.860Z | Compiling crunchy v0.2.2 |
3110 | 2024-11-13T04:34:39.860Z | Compiling tiny-keccak v2.0.2 |
3111 | 2024-11-13T04:34:39.863Z | Compiling dsl_auto_type v0.1.2 |
3112 | 2024-11-13T04:34:39.863Z | Checking scheduled-thread-pool v0.2.7 |
3113 | 2024-11-13T04:34:39.863Z | Compiling diesel_table_macro_syntax v0.2.0 |
3114 | 2024-11-13T04:34:39.993Z | Compiling ascii-canvas v3.0.0 |
3115 | 2024-11-13T04:34:40.007Z | Compiling ena v0.14.3 |
3116 | 2024-11-13T04:34:40.010Z | Compiling regex-syntax v0.6.29 |
3117 | 2024-11-13T04:34:40.188Z | Checking r2d2 v0.8.10 |
3118 | 2024-11-13T04:34:40.248Z | Compiling diff v0.1.13 |
3119 | 2024-11-13T04:34:40.427Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3120 | 2024-11-13T04:34:40.430Z | Compiling ref-cast v1.0.23 |
3121 | 2024-11-13T04:34:40.482Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3122 | 2024-11-13T04:34:40.586Z | Compiling derive_builder_core v0.20.2 |
3123 | 2024-11-13T04:34:40.638Z | Compiling libxml v0.3.3 |
3124 | 2024-11-13T04:34:40.752Z | Compiling ref-cast-impl v1.0.23 |
3125 | 2024-11-13T04:34:40.884Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3126 | 2024-11-13T04:34:41.040Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3127 | 2024-11-13T04:34:41.059Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3128 | 2024-11-13T04:34:41.207Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3129 | 2024-11-13T04:34:41.338Z | Compiling strum_macros v0.24.3 |
3130 | 2024-11-13T04:34:41.415Z | Compiling samael v0.0.17 |
3131 | 2024-11-13T04:34:41.582Z | Compiling diesel_derives v2.2.3 |
3132 | 2024-11-13T04:34:41.620Z | Compiling indoc v1.0.9 |
3133 | 2024-11-13T04:34:42.583Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3134 | 2024-11-13T04:34:42.860Z | Compiling impl-trait-for-tuples v0.2.2 |
3135 | 2024-11-13T04:34:43.060Z | Compiling derive_builder_macro v0.20.2 |
3136 | 2024-11-13T04:34:43.209Z | Compiling lalrpop v0.19.12 |
3137 | 2024-11-13T04:34:43.949Z | Checking derive_builder v0.20.2 |
3138 | 2024-11-13T04:34:44.090Z | Compiling oso-derive v0.27.3 |
3139 | 2024-11-13T04:34:44.554Z | Checking quick-xml v0.33.0 |
3140 | 2024-11-13T04:34:45.013Z | Compiling diesel-dtrace v0.3.0 |
3141 | 2024-11-13T04:34:45.227Z | Checking maplit v1.0.2 |
3142 | 2024-11-13T04:34:45.365Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3143 | 2024-11-13T04:34:45.387Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3144 | 2024-11-13T04:34:45.676Z | Checking bb8 v0.8.5 |
3145 | 2024-11-13T04:34:46.090Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3146 | 2024-11-13T04:34:46.164Z | Checking castaway v0.2.3 |
3147 | 2024-11-13T04:34:46.185Z | Checking rand_seeder v0.3.0 |
3148 | 2024-11-13T04:34:46.342Z | Checking compact_str v0.8.0 |
3149 | 2024-11-13T04:34:46.400Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3150 | 2024-11-13T04:34:46.423Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3151 | 2024-11-13T04:34:46.625Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3152 | 2024-11-13T04:34:47.112Z | Checking unicode-truncate v1.1.0 |
3153 | 2024-11-13T04:34:47.244Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3154 | 2024-11-13T04:34:47.338Z | Checking lru v0.12.5 |
3155 | 2024-11-13T04:34:47.521Z | Compiling instability v0.3.2 |
3156 | 2024-11-13T04:34:47.632Z | Checking cassowary v0.3.0 |
3157 | 2024-11-13T04:34:47.839Z | Checking unicode-linebreak v0.1.5 |
3158 | 2024-11-13T04:34:48.062Z | Checking is_ci v1.2.0 |
3159 | 2024-11-13T04:34:48.202Z | Checking smawk v0.3.2 |
3160 | 2024-11-13T04:34:48.256Z | Checking supports-color v3.0.1 |
3161 | 2024-11-13T04:34:48.407Z | Checking textwrap v0.16.1 |
3162 | 2024-11-13T04:34:48.441Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3163 | 2024-11-13T04:34:48.492Z | Checking multimap v0.10.0 |
3164 | 2024-11-13T04:34:48.573Z | Checking ratatui v0.28.1 |
3165 | 2024-11-13T04:34:51.351Z | Checking diesel v2.2.4 |
3166 | 2024-11-13T04:35:16.403Z | Compiling polar-core v0.27.3 |
3167 | 2024-11-13T04:35:21.308Z | Checking async-bb8-diesel v0.2.1 |
3168 | 2024-11-13T04:35:23.783Z | Checking oso v0.27.3 |
3169 | 2024-11-13T04:36:32.242Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3170 | 2024-11-13T04:36:38.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3171 | 2024-11-13T04:36:38.504Z | |
3172 | 2024-11-13T04:36:38.504Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3173 | 2024-11-13T04:36:39.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-11-13T04:36:39.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-11-13T04:36:39.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2024-11-13T04:36:39.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3177 | 2024-11-13T04:36:39.188Z | |
3178 | 2024-11-13T04:36:39.188Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3179 | 2024-11-13T04:36:39.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-11-13T04:36:39.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-11-13T04:36:39.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2024-11-13T04:36:39.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3183 | 2024-11-13T04:36:39.873Z | |
3184 | 2024-11-13T04:36:39.873Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3185 | 2024-11-13T04:36:40.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2024-11-13T04:36:40.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2024-11-13T04:36:40.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3188 | 2024-11-13T04:36:40.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3189 | 2024-11-13T04:36:40.507Z | |
3190 | 2024-11-13T04:36:40.507Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3191 | 2024-11-13T04:36:41.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-11-13T04:36:41.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-11-13T04:36:41.306Z | Compiling libz-sys v1.1.20 |
3194 | 2024-11-13T04:36:41.418Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3195 | 2024-11-13T04:36:41.432Z | Compiling vergen v8.3.2 |
3196 | 2024-11-13T04:36:41.435Z | Compiling cargo-platform v0.1.8 |
3197 | 2024-11-13T04:36:41.435Z | Compiling pin-project-internal v1.1.6 |
3198 | 2024-11-13T04:36:41.469Z | Compiling libsqlite3-sys v0.30.1 |
3199 | 2024-11-13T04:36:41.472Z | Compiling snafu-derive v0.8.5 |
3200 | 2024-11-13T04:36:41.472Z | Checking lockfree-object-pool v0.1.6 |
3201 | 2024-11-13T04:36:41.722Z | Compiling buf-list v1.0.3 |
3202 | 2024-11-13T04:36:41.746Z | Compiling cargo_metadata v0.18.1 |
3203 | 2024-11-13T04:36:41.964Z | Checking bumpalo v3.16.0 |
3204 | 2024-11-13T04:36:42.025Z | Compiling cfg_aliases v0.2.1 |
3205 | 2024-11-13T04:36:42.134Z | Checking simd-adler32 v0.3.7 |
3206 | 2024-11-13T04:36:42.309Z | Compiling zip v2.1.3 |
3207 | 2024-11-13T04:36:42.334Z | Compiling rustls v0.21.12 |
3208 | 2024-11-13T04:36:42.421Z | Compiling nix v0.29.0 |
3209 | 2024-11-13T04:36:42.462Z | Checking zopfli v0.8.1 |
3210 | 2024-11-13T04:36:42.647Z | Checking globset v0.4.15 |
3211 | 2024-11-13T04:36:42.665Z | Checking rustls-webpki v0.101.7 |
3212 | 2024-11-13T04:36:43.120Z | Checking sct v0.7.1 |
3213 | 2024-11-13T04:36:43.143Z | Checking olpc-cjson v0.1.4 |
3214 | 2024-11-13T04:36:43.318Z | Checking serde_plain v1.0.2 |
3215 | 2024-11-13T04:36:43.336Z | Checking typed-path v0.9.3 |
3216 | 2024-11-13T04:36:44.312Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3217 | 2024-11-13T04:36:44.469Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3218 | 2024-11-13T04:36:44.549Z | Checking pin-project v1.1.6 |
3219 | 2024-11-13T04:36:44.563Z | Checking hashlink v0.9.1 |
3220 | 2024-11-13T04:36:44.679Z | Checking parse-size v1.1.0 |
3221 | 2024-11-13T04:36:44.737Z | Checking fallible-streaming-iterator v0.1.9 |
3222 | 2024-11-13T04:36:44.902Z | Checking fallible-iterator v0.3.0 |
3223 | 2024-11-13T04:36:45.194Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3224 | 2024-11-13T04:36:45.293Z | Checking rustls-pemfile v1.0.4 |
3225 | 2024-11-13T04:36:45.374Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3226 | 2024-11-13T04:36:45.481Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3227 | 2024-11-13T04:36:45.505Z | Checking rusqlite v0.32.1 |
3228 | 2024-11-13T04:36:45.557Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3229 | 2024-11-13T04:36:45.643Z | Checking twox-hash v1.6.3 |
3230 | 2024-11-13T04:36:45.679Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3231 | 2024-11-13T04:36:46.284Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3232 | 2024-11-13T04:36:46.714Z | Checking tokio-rustls v0.24.1 |
3233 | 2024-11-13T04:36:46.984Z | Checking snafu v0.8.5 |
3234 | 2024-11-13T04:36:47.012Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3235 | 2024-11-13T04:36:47.051Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3236 | 2024-11-13T04:36:47.081Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3237 | 2024-11-13T04:36:47.432Z | Checking tough v0.19.0 |
3238 | 2024-11-13T04:36:47.567Z | Checking fatfs v0.3.6 |
3239 | 2024-11-13T04:36:47.583Z | Checking assert_matches v1.5.0 |
3240 | 2024-11-13T04:36:51.644Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3241 | 2024-11-13T04:36:53.052Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3242 | 2024-11-13T04:36:53.779Z | Compiling git2 v0.19.0 |
3243 | 2024-11-13T04:36:58.626Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3244 | 2024-11-13T04:37:53.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3245 | 2024-11-13T04:37:53.195Z | |
3246 | 2024-11-13T04:37:53.195Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3247 | 2024-11-13T04:37:53.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-11-13T04:37:53.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-11-13T04:37:53.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3250 | 2024-11-13T04:37:53.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3251 | 2024-11-13T04:37:53.870Z | |
3252 | 2024-11-13T04:37:53.870Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3253 | 2024-11-13T04:37:54.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2024-11-13T04:37:54.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2024-11-13T04:37:54.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3256 | 2024-11-13T04:37:54.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3257 | 2024-11-13T04:37:54.477Z | |
3258 | 2024-11-13T04:37:54.477Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3259 | 2024-11-13T04:37:55.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2024-11-13T04:37:55.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2024-11-13T04:37:55.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3262 | 2024-11-13T04:37:55.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3263 | 2024-11-13T04:37:55.112Z | |
3264 | 2024-11-13T04:37:55.113Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3265 | 2024-11-13T04:37:55.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2024-11-13T04:37:55.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2024-11-13T04:37:55.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2024-11-13T04:37:55.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3269 | 2024-11-13T04:37:55.773Z | |
3270 | 2024-11-13T04:37:55.773Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3271 | 2024-11-13T04:37:56.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2024-11-13T04:37:56.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2024-11-13T04:37:56.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2024-11-13T04:37:56.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3275 | 2024-11-13T04:37:56.444Z | |
3276 | 2024-11-13T04:37:56.444Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3277 | 2024-11-13T04:37:57.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-11-13T04:37:57.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-11-13T04:37:57.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2024-11-13T04:37:57.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3281 | 2024-11-13T04:37:57.106Z | |
3282 | 2024-11-13T04:37:57.106Z | info: running `cargo check --bins` on update-common (147/168) |
3283 | 2024-11-13T04:37:57.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-11-13T04:37:57.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-11-13T04:37:57.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2024-11-13T04:37:57.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3287 | 2024-11-13T04:37:57.747Z | |
3288 | 2024-11-13T04:37:57.747Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3289 | 2024-11-13T04:37:58.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-11-13T04:37:58.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-11-13T04:37:58.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-11-13T04:37:58.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3293 | 2024-11-13T04:37:58.392Z | |
3294 | 2024-11-13T04:37:58.392Z | info: running `cargo check --bins` on tufaceous (149/168) |
3295 | 2024-11-13T04:37:58.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-11-13T04:37:58.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-11-13T04:37:59.057Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3298 | 2024-11-13T04:38:00.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3299 | 2024-11-13T04:38:00.209Z | |
3300 | 2024-11-13T04:38:00.210Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3301 | 2024-11-13T04:38:00.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-11-13T04:38:00.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-11-13T04:38:01.039Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3304 | 2024-11-13T04:38:01.162Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3305 | 2024-11-13T04:38:01.165Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3306 | 2024-11-13T04:38:01.165Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3307 | 2024-11-13T04:38:26.981Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3308 | 2024-11-13T04:38:26.985Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3309 | 2024-11-13T04:38:26.985Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3310 | 2024-11-13T04:38:26.985Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3311 | 2024-11-13T04:38:26.985Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3312 | 2024-11-13T04:38:27.920Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3313 | 2024-11-13T04:38:29.172Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3314 | 2024-11-13T04:39:08.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3315 | 2024-11-13T04:39:08.221Z | |
3316 | 2024-11-13T04:39:08.222Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3317 | 2024-11-13T04:39:08.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-13T04:39:08.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-13T04:39:08.917Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3320 | 2024-11-13T04:39:08.917Z | Checking heck v0.4.1 |
3321 | 2024-11-13T04:39:08.920Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3322 | 2024-11-13T04:39:09.152Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3323 | 2024-11-13T04:39:10.548Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3324 | 2024-11-13T04:39:11.414Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3325 | 2024-11-13T04:39:12.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3326 | 2024-11-13T04:39:12.686Z | |
3327 | 2024-11-13T04:39:12.686Z | info: running `cargo check --bins` on installinator-api (152/168) |
3328 | 2024-11-13T04:39:13.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2024-11-13T04:39:13.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2024-11-13T04:39:13.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2024-11-13T04:39:13.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3332 | 2024-11-13T04:39:13.315Z | |
3333 | 2024-11-13T04:39:13.315Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3334 | 2024-11-13T04:39:13.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-11-13T04:39:13.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-11-13T04:39:13.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2024-11-13T04:39:13.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3338 | 2024-11-13T04:39:13.954Z | |
3339 | 2024-11-13T04:39:13.954Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3340 | 2024-11-13T04:39:14.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2024-11-13T04:39:14.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2024-11-13T04:39:14.649Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3343 | 2024-11-13T04:39:15.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
3344 | 2024-11-13T04:39:16.018Z | |
3345 | 2024-11-13T04:39:16.018Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3346 | 2024-11-13T04:39:16.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2024-11-13T04:39:16.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2024-11-13T04:39:16.672Z | Checking memmap2 v0.9.5 |
3349 | 2024-11-13T04:39:16.672Z | Checking spin v0.5.2 |
3350 | 2024-11-13T04:39:16.675Z | Checking constant_time_eq v0.3.1 |
3351 | 2024-11-13T04:39:16.675Z | Checking arrayref v0.3.9 |
3352 | 2024-11-13T04:39:16.675Z | Checking arrayvec v0.7.6 |
3353 | 2024-11-13T04:39:16.675Z | Checking topological-sort v0.2.2 |
3354 | 2024-11-13T04:39:16.675Z | Checking shell-words v1.1.0 |
3355 | 2024-11-13T04:39:16.975Z | Checking ring v0.16.20 |
3356 | 2024-11-13T04:39:17.053Z | Checking blake3 v1.5.4 |
3357 | 2024-11-13T04:39:18.117Z | Checking omicron-zone-package v0.11.1 |
3358 | 2024-11-13T04:39:19.266Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3359 | 2024-11-13T04:39:20.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3360 | 2024-11-13T04:39:20.331Z | |
3361 | 2024-11-13T04:39:20.331Z | info: running `cargo check --bins` on xtask (156/168) |
3362 | 2024-11-13T04:39:20.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-11-13T04:39:20.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-11-13T04:39:20.753Z | Checking bitflags v2.6.0 |
3365 | 2024-11-13T04:39:20.756Z | Checking serde v1.0.215 |
3366 | 2024-11-13T04:39:20.756Z | Checking thiserror v1.0.69 |
3367 | 2024-11-13T04:39:20.845Z | Checking scroll v0.12.0 |
3368 | 2024-11-13T04:39:20.848Z | Checking log v0.4.22 |
3369 | 2024-11-13T04:39:20.848Z | Checking hashbrown v0.15.0 |
3370 | 2024-11-13T04:39:20.855Z | Checking zerocopy v0.7.35 |
3371 | 2024-11-13T04:39:20.888Z | Checking syn v2.0.87 |
3372 | 2024-11-13T04:39:20.938Z | Checking pest v2.7.14 |
3373 | 2024-11-13T04:39:21.068Z | Checking rustix v0.38.37 |
3374 | 2024-11-13T04:39:21.115Z | Checking once_cell v1.20.2 |
3375 | 2024-11-13T04:39:21.296Z | Checking goblin v0.8.2 |
3376 | 2024-11-13T04:39:21.408Z | Checking fs-err v2.11.0 |
3377 | 2024-11-13T04:39:21.693Z | Checking tabled v0.15.0 |
3378 | 2024-11-13T04:39:21.964Z | Checking indexmap v2.6.0 |
3379 | 2024-11-13T04:39:22.303Z | Checking anyhow v1.0.93 |
3380 | 2024-11-13T04:39:23.022Z | Checking terminal_size v0.4.0 |
3381 | 2024-11-13T04:39:23.022Z | Checking tempfile v3.13.0 |
3382 | 2024-11-13T04:39:23.166Z | Checking clap_builder v4.5.20 |
3383 | 2024-11-13T04:39:23.457Z | Checking dtrace-parser v0.2.0 |
3384 | 2024-11-13T04:39:24.951Z | Checking serde_json v1.0.132 |
3385 | 2024-11-13T04:39:24.951Z | Checking toml_datetime v0.6.8 |
3386 | 2024-11-13T04:39:24.954Z | Checking serde_spanned v0.6.8 |
3387 | 2024-11-13T04:39:24.954Z | Checking camino v1.1.9 |
3388 | 2024-11-13T04:39:24.954Z | Checking semver v1.0.23 |
3389 | 2024-11-13T04:39:25.169Z | Checking cargo-platform v0.1.8 |
3390 | 2024-11-13T04:39:25.232Z | Checking toml_edit v0.22.22 |
3391 | 2024-11-13T04:39:25.353Z | Checking macaddr v1.0.1 |
3392 | 2024-11-13T04:39:25.501Z | Checking clap v4.5.20 |
3393 | 2024-11-13T04:39:25.561Z | Checking camino-tempfile v1.1.1 |
3394 | 2024-11-13T04:39:26.176Z | Checking dof v0.3.0 |
3395 | 2024-11-13T04:39:26.176Z | Checking cargo_metadata v0.18.1 |
3396 | 2024-11-13T04:39:26.587Z | Checking usdt-impl v0.5.0 |
3397 | 2024-11-13T04:39:26.952Z | Checking usdt v0.5.0 |
3398 | 2024-11-13T04:39:27.065Z | Checking toml v0.8.19 |
3399 | 2024-11-13T04:39:27.530Z | Checking cargo_toml v0.20.5 |
3400 | 2024-11-13T04:39:28.762Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3401 | 2024-11-13T04:39:29.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
3402 | 2024-11-13T04:39:29.482Z | |
3403 | 2024-11-13T04:39:29.482Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3404 | 2024-11-13T04:39:30.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2024-11-13T04:39:30.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2024-11-13T04:39:30.248Z | Checking polyval v0.6.2 |
3407 | 2024-11-13T04:39:30.361Z | Checking ctr v0.9.2 |
3408 | 2024-11-13T04:39:30.376Z | Checking ssh-encoding v0.2.0 |
3409 | 2024-11-13T04:39:30.379Z | Checking blowfish v0.9.1 |
3410 | 2024-11-13T04:39:30.399Z | Checking password-hash v0.4.2 |
3411 | 2024-11-13T04:39:30.402Z | Checking matches v0.1.10 |
3412 | 2024-11-13T04:39:30.426Z | Checking p256 v0.13.2 |
3413 | 2024-11-13T04:39:30.429Z | Checking p521 v0.13.3 |
3414 | 2024-11-13T04:39:30.502Z | Checking idna v0.2.3 |
3415 | 2024-11-13T04:39:30.582Z | Checking ghash v0.5.1 |
3416 | 2024-11-13T04:39:30.611Z | Checking bcrypt-pbkdf v0.10.0 |
3417 | 2024-11-13T04:39:30.613Z | Compiling enum-as-inner v0.5.1 |
3418 | 2024-11-13T04:39:30.682Z | Checking russh-cryptovec v0.7.3 |
3419 | 2024-11-13T04:39:30.742Z | Checking aes-gcm v0.10.3 |
3420 | 2024-11-13T04:39:30.780Z | Checking pbkdf2 v0.11.0 |
3421 | 2024-11-13T04:39:30.885Z | Checking md5 v0.7.0 |
3422 | 2024-11-13T04:39:30.909Z | Checking num-bigint v0.4.6 |
3423 | 2024-11-13T04:39:30.926Z | Checking des v0.8.1 |
3424 | 2024-11-13T04:39:30.985Z | Checking ssh-cipher v0.2.0 |
3425 | 2024-11-13T04:39:31.050Z | Checking hex-literal v0.4.1 |
3426 | 2024-11-13T04:39:31.172Z | Compiling dhcproto-macros v0.1.0 |
3427 | 2024-11-13T04:39:31.247Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3428 | 2024-11-13T04:39:31.247Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3429 | 2024-11-13T04:39:31.285Z | Checking ssh-key v0.6.6 |
3430 | 2024-11-13T04:39:31.329Z | Checking internet-checksum v0.2.1 |
3431 | 2024-11-13T04:39:31.620Z | Checking trust-dns-proto v0.22.0 |
3432 | 2024-11-13T04:39:32.557Z | Checking russh-keys v0.45.0 |
3433 | 2024-11-13T04:39:33.506Z | Checking russh v0.45.0 |
3434 | 2024-11-13T04:39:35.532Z | Checking dhcproto v0.12.0 |
3435 | 2024-11-13T04:39:51.456Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3436 | 2024-11-13T04:39:52.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.36s |
3437 | 2024-11-13T04:39:53.039Z | |
3438 | 2024-11-13T04:39:53.040Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3439 | 2024-11-13T04:39:53.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3440 | 2024-11-13T04:39:53.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3441 | 2024-11-13T04:39:53.673Z | Checking termios v0.3.3 |
3442 | 2024-11-13T04:39:53.891Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3443 | 2024-11-13T04:39:54.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3444 | 2024-11-13T04:39:54.845Z | |
3445 | 2024-11-13T04:39:54.845Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3446 | 2024-11-13T04:39:55.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2024-11-13T04:39:55.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2024-11-13T04:39:55.537Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3449 | 2024-11-13T04:39:57.563Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3450 | 2024-11-13T04:39:59.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3451 | 2024-11-13T04:39:59.634Z | |
3452 | 2024-11-13T04:39:59.634Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3453 | 2024-11-13T04:40:00.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2024-11-13T04:40:00.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2024-11-13T04:40:00.260Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3456 | 2024-11-13T04:40:00.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3457 | 2024-11-13T04:40:00.910Z | |
3458 | 2024-11-13T04:40:00.910Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3459 | 2024-11-13T04:40:01.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2024-11-13T04:40:01.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2024-11-13T04:40:01.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3462 | 2024-11-13T04:40:01.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3463 | 2024-11-13T04:40:01.521Z | |
3464 | 2024-11-13T04:40:01.521Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3465 | 2024-11-13T04:40:02.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2024-11-13T04:40:02.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2024-11-13T04:40:02.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3468 | 2024-11-13T04:40:02.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3469 | 2024-11-13T04:40:02.117Z | |
3470 | 2024-11-13T04:40:02.117Z | info: running `cargo check --bins` on omicron-package (163/168) |
3471 | 2024-11-13T04:40:02.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3472 | 2024-11-13T04:40:02.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3473 | 2024-11-13T04:40:02.768Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3474 | 2024-11-13T04:40:04.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3475 | 2024-11-13T04:40:04.246Z | |
3476 | 2024-11-13T04:40:04.246Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3477 | 2024-11-13T04:40:04.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2024-11-13T04:40:04.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2024-11-13T04:40:04.945Z | Checking rtoolbox v0.0.2 |
3480 | 2024-11-13T04:40:04.947Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3481 | 2024-11-13T04:40:04.947Z | Checking tui-tree-widget v0.22.0 |
3482 | 2024-11-13T04:40:05.170Z | Checking rpassword v7.3.1 |
3483 | 2024-11-13T04:40:09.242Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3484 | 2024-11-13T04:40:12.252Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3485 | 2024-11-13T04:40:13.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s |
3486 | 2024-11-13T04:40:13.664Z | |
3487 | 2024-11-13T04:40:13.664Z | info: running `cargo check --bins` on wicket (165/168) |
3488 | 2024-11-13T04:40:14.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3489 | 2024-11-13T04:40:14.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3490 | 2024-11-13T04:40:14.358Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3491 | 2024-11-13T04:40:14.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3492 | 2024-11-13T04:40:14.971Z | |
3493 | 2024-11-13T04:40:14.971Z | info: running `cargo check --bins` on wicketd (166/168) |
3494 | 2024-11-13T04:40:15.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2024-11-13T04:40:15.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2024-11-13T04:40:15.672Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3497 | 2024-11-13T04:40:19.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3498 | 2024-11-13T04:40:19.794Z | |
3499 | 2024-11-13T04:40:19.794Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3500 | 2024-11-13T04:40:20.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-11-13T04:40:20.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-11-13T04:40:20.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2024-11-13T04:40:20.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3504 | 2024-11-13T04:40:20.406Z | |
3505 | 2024-11-13T04:40:20.406Z | info: running `cargo check --bins` on zone-setup (168/168) |
3506 | 2024-11-13T04:40:21.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-11-13T04:40:21.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-11-13T04:40:21.141Z | Checking uzers v0.12.1 |
3509 | 2024-11-13T04:40:21.478Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3510 | 2024-11-13T04:40:22.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
3511 | 2024-11-13T04:40:22.819Z | |
3512 | 2024-11-13T04:40:22.820Z | real 12:51.470500935 |
3513 | 2024-11-13T04:40:22.820Z | user 23:35.692246528 |
3514 | 2024-11-13T04:40:22.820Z | sys 5:11.718715024 |
3515 | 2024-11-13T04:40:22.820Z | trap 0.452979419 |
3516 | 2024-11-13T04:40:22.820Z | tflt 2.291920339 |
3517 | 2024-11-13T04:40:22.822Z | dflt 3.084555106 |
3518 | 2024-11-13T04:40:22.823Z | kflt 0.001351242 |
3519 | 2024-11-13T04:40:22.823Z | lock 45:29.655585453 |
3520 | 2024-11-13T04:40:22.823Z | slp 2:02:38.609221085 |
3521 | 2024-11-13T04:40:22.823Z | lat 59.866903920 |
3522 | 2024-11-13T04:40:22.823Z | stop 3:06.504669039 |
3523 | 2024-11-13T04:40:22.823Z | process exited: duration 1132552 ms, exit code 0 |
|
3524 | 2024-11-13T04:40:22.828Z | found 0 output files |