|
|
|
1 | 2024-12-21T02:24:10.182Z | job assigned to worker 01JFKGDH1NYG3Q0PXMZXBGHVTA [factory aws, i-0d1b22444e938943b] (queued for 53 s) |
|
2 | 2024-12-21T02:24:18.054Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:18.063Z | ++ uname -s |
4 | 2024-12-21T02:24:18.065Z | + kern=SunOS |
5 | 2024-12-21T02:24:18.065Z | + case "$kern" in |
6 | 2024-12-21T02:24:18.065Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:18.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:24:20.073Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:24:20.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:24:20.191Z | + home_fs=zfs |
11 | 2024-12-21T02:24:20.191Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:24:20.191Z | + mkdir -p /home/build |
13 | 2024-12-21T02:24:20.194Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:24:21.194Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:24:21.197Z | process exited: duration 3142 ms, exit code 0 |
|
16 | 2024-12-21T02:24:21.201Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:24:21.207Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:24:21.207Z | ' 1.81.0 |
19 | 2024-12-21T02:24:21.207Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T02:24:21.207Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T02:24:21.207Z | ' default |
22 | 2024-12-21T02:24:21.207Z | * toolchain profile = "default" |
23 | 2024-12-21T02:24:21.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:24:21.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:24:21.328Z | info: downloading installer |
26 | 2024-12-21T02:24:22.665Z | info: profile set to 'default' |
27 | 2024-12-21T02:24:22.665Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:24:22.665Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:24:22.819Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:24:22.819Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:24:23.676Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:24:23.991Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:24:25.176Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:24:27.019Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:24:33.625Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:24:33.876Z | info: installing component 'cargo' |
37 | 2024-12-21T02:24:34.655Z | info: installing component 'clippy' |
38 | 2024-12-21T02:24:35.009Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:24:36.548Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:24:38.274Z | info: installing component 'rustc' |
41 | 2024-12-21T02:24:43.840Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:24:44.158Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:24:44.158Z | |
44 | 2024-12-21T02:24:44.515Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:24:44.515Z | |
46 | 2024-12-21T02:24:44.518Z | |
47 | 2024-12-21T02:24:44.518Z | Rust is installed now. Great! |
48 | 2024-12-21T02:24:44.518Z | |
49 | 2024-12-21T02:24:44.518Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:24:44.518Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:24:44.518Z | |
52 | 2024-12-21T02:24:44.518Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:24:44.518Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:24:44.518Z | |
55 | 2024-12-21T02:24:44.518Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:24:44.518Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:24:44.518Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:24:44.586Z | + rustc --version |
59 | 2024-12-21T02:24:44.653Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:24:44.656Z | process exited: duration 23452 ms, exit code 0 |
|
61 | 2024-12-21T02:24:44.662Z | starting task 2: "authentication" |
62 | 2024-12-21T02:24:44.683Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-21T02:24:44.688Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:24:44.693Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:24:44.696Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:24:44.961Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:24:51.493Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:24:51.493Z | + git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
69 | 2024-12-21T02:24:51.777Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:24:51.777Z | * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD |
71 | 2024-12-21T02:24:51.787Z | + [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
72 | 2024-12-21T02:24:51.790Z | ++ git branch --show-current |
73 | 2024-12-21T02:24:51.792Z | + current=main |
74 | 2024-12-21T02:24:51.792Z | + [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
75 | 2024-12-21T02:24:51.792Z | + git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
76 | 2024-12-21T02:24:51.795Z | + git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package |
77 | 2024-12-21T02:24:51.981Z | Switched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package' |
78 | 2024-12-21T02:24:51.984Z | + git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
79 | 2024-12-21T02:24:52.160Z | HEAD is now at ecf33f7ef fix test |
80 | 2024-12-21T02:24:52.163Z | process exited: duration 7473 ms, exit code 0 |
|
81 | 2024-12-21T02:24:52.170Z | starting task 4: "build" |
82 | 2024-12-21T02:24:52.176Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:24:52.176Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:24:52.176Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:24:52.176Z | + cargo --version |
86 | 2024-12-21T02:24:52.234Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:24:52.236Z | + rustc --version |
88 | 2024-12-21T02:24:52.297Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:24:52.300Z | + source ./env.sh |
90 | 2024-12-21T02:24:52.300Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-21T02:24:52.300Z | ++ set -o xtrace |
92 | 2024-12-21T02:24:52.302Z | ++++ dirname ./env.sh |
93 | 2024-12-21T02:24:52.305Z | +++ readlink -f . |
94 | 2024-12-21T02:24:52.321Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-21T02:24:52.325Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-21T02:24:52.325Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-21T02:24:52.325Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-21T02:24:52.325Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-21T02:24:52.325Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-21T02:24:52.325Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-21T02:24:52.325Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-21T02:24:52.325Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-21T02:24:52.325Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-21T02:24:52.325Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-21T02:24:52.325Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-21T02:24:52.325Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-21T02:24:52.325Z | + banner prerequisites |
108 | 2024-12-21T02:24:52.345Z | |
109 | 2024-12-21T02:24:52.345Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-21T02:24:52.345Z | # # # # # # # # # # # # # # # |
111 | 2024-12-21T02:24:52.345Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-21T02:24:52.345Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-21T02:24:52.345Z | # # # # # # # # # # # # # # # |
114 | 2024-12-21T02:24:52.345Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-21T02:24:52.345Z | |
116 | 2024-12-21T02:24:52.348Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-21T02:25:07.181Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-21T02:25:11.313Z | Startup: Caching catalogs ... Done |
119 | 2024-12-21T02:25:21.795Z | Planning: Solver setup ... Done (9.538s) |
120 | 2024-12-21T02:25:21.929Z | Planning: Running solver ... Done (0.133s) |
121 | 2024-12-21T02:25:22.268Z | Planning: Finding local manifests ... Done (0.244s) |
122 | 2024-12-21T02:25:22.299Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-21T02:25:22.534Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-21T02:25:22.818Z | Planning: Package planning ... Done (0.284s) |
125 | 2024-12-21T02:25:22.874Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-21T02:25:24.160Z | Planning: Checking for conflicting actions ... Done (1.286s) |
127 | 2024-12-21T02:25:32.156Z | Planning: Consolidating action changes ... Done (7.995s) |
128 | 2024-12-21T02:25:32.615Z | Planning: Evaluating mediators ... Done (0.459s) |
129 | 2024-12-21T02:25:32.781Z | Planning: Planning completed in 21.37 seconds |
130 | 2024-12-21T02:25:32.797Z | Packages to install: 4 |
131 | 2024-12-21T02:25:32.797Z | Packages to update: 1 |
132 | 2024-12-21T02:25:32.799Z | Mediators to change: 2 |
133 | 2024-12-21T02:25:32.799Z | Services to change: 1 |
134 | 2024-12-21T02:25:32.799Z | Estimated space available: 155.63 GB |
135 | 2024-12-21T02:25:32.799Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-21T02:25:32.799Z | Create boot environment: No |
137 | 2024-12-21T02:25:32.799Z | Create backup boot environment: Yes |
138 | 2024-12-21T02:25:32.800Z | Rebuild boot archive: No |
139 | 2024-12-21T02:25:32.800Z | |
140 | 2024-12-21T02:25:32.800Z | Changed mediators: |
141 | 2024-12-21T02:25:32.800Z | mediator clang: |
142 | 2024-12-21T02:25:32.800Z | version: None -> 15 (system default) |
143 | 2024-12-21T02:25:32.800Z | |
144 | 2024-12-21T02:25:32.800Z | mediator llvm: |
145 | 2024-12-21T02:25:32.800Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-21T02:25:32.800Z | |
147 | 2024-12-21T02:25:32.800Z | Changed packages: |
148 | 2024-12-21T02:25:32.800Z | helios-dev |
149 | 2024-12-21T02:25:32.800Z | developer/build-essential |
150 | 2024-12-21T02:25:32.800Z | None -> 11-2.0 |
151 | 2024-12-21T02:25:32.800Z | library/libxmlsec1 |
152 | 2024-12-21T02:25:32.800Z | None -> 1.2.35-2.0 |
153 | 2024-12-21T02:25:32.800Z | ooce/developer/clang-15 |
154 | 2024-12-21T02:25:32.800Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T02:25:32.800Z | ooce/developer/llvm-15 |
156 | 2024-12-21T02:25:32.800Z | None -> 15.0.7-2.0 |
157 | 2024-12-21T02:25:32.800Z | package/pkg |
158 | 2024-12-21T02:25:32.800Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-21T02:25:32.800Z | |
160 | 2024-12-21T02:25:32.800Z | Services: |
161 | 2024-12-21T02:25:32.800Z | restart_fmri: |
162 | 2024-12-21T02:25:32.800Z | svc:/system/update-man-index:default |
163 | 2024-12-21T02:25:32.800Z | |
164 | 2024-12-21T02:25:32.800Z | Editable files to change: |
165 | 2024-12-21T02:25:32.800Z | Update: |
166 | 2024-12-21T02:25:32.800Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-21T02:25:33.291Z | |
168 | 2024-12-21T02:25:33.291Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-21T02:25:40.227Z | Download: 213/4281 items 1.3/220.6MB 0% complete (601k/s) |
170 | 2024-12-21T02:25:45.251Z | Download: 1132/4281 items 30.9/220.6MB 14% complete (2.9M/s) |
171 | 2024-12-21T02:25:50.362Z | Download: 1238/4281 items 89.9/220.6MB 40% complete (8.8M/s) |
172 | 2024-12-21T02:25:55.367Z | Download: 1598/4281 items 117.0/220.6MB 53% complete (8.8M/s) |
173 | 2024-12-21T02:26:00.383Z | Download: 2206/4281 items 118.5/220.6MB 53% complete (3.0M/s) |
174 | 2024-12-21T02:26:05.377Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (225k/s) |
175 | 2024-12-21T02:26:10.382Z | Download: 3102/4281 items 132.9/220.6MB 60% complete (1.4M/s) |
176 | 2024-12-21T02:26:15.729Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (9.1M/s) |
177 | 2024-12-21T02:26:32.960Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
178 | 2024-12-21T02:26:39.265Z | Download: 3279/4281 items 209.0/220.6MB 94% complete (4.8M/s) |
179 | 2024-12-21T02:26:45.685Z | Download: 3285/4281 items 211.7/220.6MB 95% complete (1.4M/s) |
180 | 2024-12-21T02:26:50.696Z | Download: 3644/4281 items 216.2/220.6MB 98% complete (942k/s) |
181 | 2024-12-21T02:26:55.702Z | Download: 3984/4281 items 218.6/220.6MB 99% complete (706k/s) |
182 | 2024-12-21T02:27:00.777Z | Download: 4170/4281 items 220.4/220.6MB 99% complete (462k/s) |
183 | 2024-12-21T02:27:06.709Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (388k/s) |
184 | 2024-12-21T02:27:11.133Z | Download: Completed 220.60 MB in 97.83 seconds (2.2M/s) |
185 | 2024-12-21T02:27:13.261Z | Actions: 1/5063 actions (Removing old actions) |
186 | 2024-12-21T02:27:13.277Z | Actions: 194/5063 actions (Installing new actions) |
187 | 2024-12-21T02:27:18.315Z | Actions: 4119/5063 actions (Installing new actions) |
188 | 2024-12-21T02:27:18.579Z | Actions: 4226/5063 actions (Updating modified actions) |
189 | 2024-12-21T02:27:18.934Z | Actions: Completed 5063 actions in 5.67 seconds. |
190 | 2024-12-21T02:27:19.339Z | Done (0.398s) |
191 | 2024-12-21T02:27:19.341Z | Done (0.000s) |
192 | 2024-12-21T02:27:19.909Z | Done (0.568s) |
193 | 2024-12-21T02:27:26.676Z | Done (6.542s) |
194 | 2024-12-21T02:27:27.038Z | Done (0.298s) |
195 | 2024-12-21T02:27:27.040Z | Done (0.000s) |
196 | 2024-12-21T02:27:27.201Z | Done (0.000s) |
197 | 2024-12-21T02:27:27.863Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-21T02:27:28.020Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-12-21T02:27:28.023Z | Planning: Consolidating action changes ... Done |
200 | 2024-12-21T02:27:28.285Z | Planning: Evaluating mediators ... Done |
201 | 2024-12-21T02:27:28.287Z | Planning: Planning completed in 0.42 seconds |
202 | 2024-12-21T02:27:28.322Z | Mediators to change: 2 |
203 | 2024-12-21T02:27:28.322Z | Create boot environment: No |
204 | 2024-12-21T02:27:28.322Z | Create backup boot environment: No |
205 | 2024-12-21T02:27:28.408Z | Done |
206 | 2024-12-21T02:27:28.408Z | Done |
207 | 2024-12-21T02:27:28.760Z | Done |
208 | 2024-12-21T02:27:32.261Z | Done |
209 | 2024-12-21T02:27:32.346Z | Done |
210 | 2024-12-21T02:27:32.346Z | Done |
211 | 2024-12-21T02:27:32.477Z | Done |
212 | 2024-12-21T02:27:33.068Z | Planning: Evaluating mediator changes ... Done |
213 | 2024-12-21T02:27:33.074Z | Planning: Merging actions ... Done |
214 | 2024-12-21T02:27:33.255Z | Planning: Checking for conflicting actions ... Done |
215 | 2024-12-21T02:27:33.259Z | Planning: Consolidating action changes ... Done |
216 | 2024-12-21T02:27:33.510Z | Planning: Evaluating mediators ... Done |
217 | 2024-12-21T02:27:33.563Z | Planning: Planning completed in 0.73 seconds |
218 | 2024-12-21T02:27:33.601Z | Packages to change: 1 |
219 | 2024-12-21T02:27:33.601Z | Mediators to change: 1 |
220 | 2024-12-21T02:27:33.603Z | Services to change: 1 |
221 | 2024-12-21T02:27:33.603Z | Create boot environment: No |
222 | 2024-12-21T02:27:33.603Z | Create backup boot environment: Yes |
223 | 2024-12-21T02:27:35.806Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2024-12-21T02:27:35.935Z | Actions: Completed 6 actions in 0.13 seconds. |
225 | 2024-12-21T02:27:35.935Z | Done |
226 | 2024-12-21T02:27:35.935Z | Done |
227 | 2024-12-21T02:27:36.049Z | Done |
228 | 2024-12-21T02:27:39.549Z | Done |
229 | 2024-12-21T02:27:39.636Z | Done |
230 | 2024-12-21T02:27:39.636Z | Done |
231 | 2024-12-21T02:27:39.753Z | Done |
232 | 2024-12-21T02:27:40.169Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2024-12-21T02:27:40.169Z | clang system 15 system |
234 | 2024-12-21T02:27:40.169Z | csh system system illumos |
235 | 2024-12-21T02:27:40.169Z | ctags system system illumos |
236 | 2024-12-21T02:27:40.169Z | gcc vendor 12 vendor |
237 | 2024-12-21T02:27:40.169Z | gcc system 10 system |
238 | 2024-12-21T02:27:40.169Z | gcc system 7 system |
239 | 2024-12-21T02:27:40.169Z | go system 1.20 system |
240 | 2024-12-21T02:27:40.169Z | go system 1.19 system |
241 | 2024-12-21T02:27:40.169Z | llvm system 15 system |
242 | 2024-12-21T02:27:40.169Z | llvm system 14 system |
243 | 2024-12-21T02:27:40.169Z | mariadb system 10.6 system |
244 | 2024-12-21T02:27:40.169Z | mta vendor vendor dma |
245 | 2024-12-21T02:27:40.169Z | openjdk system 17 system |
246 | 2024-12-21T02:27:40.169Z | openjdk system 11 system |
247 | 2024-12-21T02:27:40.169Z | openjdk system 1.8 system |
248 | 2024-12-21T02:27:40.170Z | openssl vendor 3 vendor |
249 | 2024-12-21T02:27:40.170Z | perl system 5.36 system |
250 | 2024-12-21T02:27:40.170Z | postgresql system 15 system |
251 | 2024-12-21T02:27:40.170Z | postgresql system 13 system |
252 | 2024-12-21T02:27:40.170Z | python vendor 3 vendor |
253 | 2024-12-21T02:27:40.170Z | python system 2 system |
254 | 2024-12-21T02:27:40.170Z | python3 system 3.11 system |
255 | 2024-12-21T02:27:40.170Z | ruby system 3.0 system |
256 | 2024-12-21T02:27:40.170Z | words vendor vendor american-english |
257 | 2024-12-21T02:27:40.170Z | words system system australian-english |
258 | 2024-12-21T02:27:40.170Z | words system system british-english |
259 | 2024-12-21T02:27:40.170Z | words system system canadian-english |
260 | 2024-12-21T02:27:40.170Z | words system system french |
261 | 2024-12-21T02:27:40.170Z | words system system italian |
262 | 2024-12-21T02:27:40.170Z | words system system ngerman |
263 | 2024-12-21T02:27:40.170Z | words system system ogerman |
264 | 2024-12-21T02:27:40.170Z | words system system spanish |
265 | 2024-12-21T02:27:40.487Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2024-12-21T02:27:40.487Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2024-12-21T02:27:43.180Z | FMRI IFO |
268 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
278 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
279 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
281 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
282 | 2024-12-21T02:27:43.180Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2024-12-21T02:27:43.927Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2024-12-21T02:27:44.192Z | Updating crates.io index |
285 | 2024-12-21T02:27:44.194Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2024-12-21T02:27:44.782Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2024-12-21T02:27:45.039Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2024-12-21T02:27:45.257Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2024-12-21T02:27:45.522Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2024-12-21T02:27:46.504Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2024-12-21T02:27:48.083Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2024-12-21T02:27:48.769Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2024-12-21T02:27:49.420Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2024-12-21T02:27:49.737Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2024-12-21T02:27:50.064Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2024-12-21T02:27:50.655Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2024-12-21T02:27:51.023Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2024-12-21T02:27:51.333Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2024-12-21T02:27:51.605Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2024-12-21T02:27:51.906Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2024-12-21T02:27:52.147Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2024-12-21T02:27:52.485Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2024-12-21T02:27:52.779Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-21T02:27:53.077Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2024-12-21T02:27:53.396Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-21T02:27:53.932Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2024-12-21T02:27:54.271Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2024-12-21T02:27:54.600Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2024-12-21T02:27:55.091Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2024-12-21T02:27:55.350Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-12-21T02:27:55.664Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-12-21T02:27:55.923Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-12-21T02:27:57.261Z | Downloading crates ... |
314 | 2024-12-21T02:27:57.341Z | Downloaded autocfg v1.4.0 |
315 | 2024-12-21T02:27:57.344Z | Downloaded anstyle v1.0.10 |
316 | 2024-12-21T02:27:57.347Z | Downloaded anstyle-query v1.1.1 |
317 | 2024-12-21T02:27:57.349Z | Downloaded anyhow v1.0.93 |
318 | 2024-12-21T02:27:57.354Z | Downloaded anstyle-parse v0.2.5 |
319 | 2024-12-21T02:27:57.357Z | Downloaded anstream v0.6.15 |
320 | 2024-12-21T02:27:57.360Z | Downloaded equivalent v1.0.1 |
321 | 2024-12-21T02:27:57.364Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-12-21T02:27:57.373Z | Downloaded swrite v0.1.0 |
323 | 2024-12-21T02:27:57.375Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-12-21T02:27:57.380Z | Downloaded pretty-hex v0.4.1 |
325 | 2024-12-21T02:27:57.383Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-12-21T02:27:57.383Z | Downloaded dtrace-parser v0.2.0 |
327 | 2024-12-21T02:27:57.383Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-12-21T02:27:57.387Z | Downloaded terminal_size v0.4.0 |
329 | 2024-12-21T02:27:57.390Z | Downloaded fnv v1.0.7 |
330 | 2024-12-21T02:27:57.395Z | Downloaded thread-id v4.2.2 |
331 | 2024-12-21T02:27:57.397Z | Downloaded itoa v1.0.11 |
332 | 2024-12-21T02:27:57.400Z | Downloaded fastrand v2.1.1 |
333 | 2024-12-21T02:27:57.402Z | Downloaded clap_lex v0.7.2 |
334 | 2024-12-21T02:27:57.405Z | Downloaded strsim v0.11.1 |
335 | 2024-12-21T02:27:57.408Z | Downloaded memmap v0.7.0 |
336 | 2024-12-21T02:27:57.411Z | Downloaded macaddr v1.0.1 |
337 | 2024-12-21T02:27:57.411Z | Downloaded dof v0.3.0 |
338 | 2024-12-21T02:27:57.411Z | Downloaded toml_datetime v0.6.8 |
339 | 2024-12-21T02:27:57.415Z | Downloaded thiserror-impl v1.0.69 |
340 | 2024-12-21T02:27:57.415Z | Downloaded heck v0.5.0 |
341 | 2024-12-21T02:27:57.418Z | Downloaded heck v0.4.1 |
342 | 2024-12-21T02:27:57.418Z | Downloaded crypto-common v0.1.6 |
343 | 2024-12-21T02:27:57.418Z | Downloaded tabled_derive v0.7.0 |
344 | 2024-12-21T02:27:57.418Z | Downloaded errno v0.3.9 |
345 | 2024-12-21T02:27:57.420Z | Downloaded serde_spanned v0.6.8 |
346 | 2024-12-21T02:27:57.420Z | Downloaded byteorder v1.5.0 |
347 | 2024-12-21T02:27:57.422Z | Downloaded plain v0.2.3 |
348 | 2024-12-21T02:27:57.422Z | Downloaded block-buffer v0.10.4 |
349 | 2024-12-21T02:27:57.425Z | Downloaded cargo-platform v0.1.8 |
350 | 2024-12-21T02:27:57.425Z | Downloaded bytecount v0.6.8 |
351 | 2024-12-21T02:27:57.428Z | Downloaded unicode-linebreak v0.1.5 |
352 | 2024-12-21T02:27:57.428Z | Downloaded digest v0.10.7 |
353 | 2024-12-21T02:27:57.430Z | Downloaded usdt v0.5.0 |
354 | 2024-12-21T02:27:57.430Z | Downloaded cargo_toml v0.20.5 |
355 | 2024-12-21T02:27:57.433Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2024-12-21T02:27:57.433Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-12-21T02:27:57.437Z | Downloaded colorchoice v1.0.2 |
358 | 2024-12-21T02:27:57.437Z | Downloaded cfg-if v1.0.0 |
359 | 2024-12-21T02:27:57.437Z | Downloaded pest_generator v2.7.14 |
360 | 2024-12-21T02:27:57.440Z | Downloaded utf8parse v0.2.2 |
361 | 2024-12-21T02:27:57.442Z | Downloaded cargo_metadata v0.18.1 |
362 | 2024-12-21T02:27:57.445Z | Downloaded tempfile v3.13.0 |
363 | 2024-12-21T02:27:57.445Z | Downloaded smawk v0.3.2 |
364 | 2024-12-21T02:27:57.447Z | Downloaded fs-err v2.11.0 |
365 | 2024-12-21T02:27:57.450Z | Downloaded thiserror v1.0.69 |
366 | 2024-12-21T02:27:57.453Z | Downloaded quote v1.0.37 |
367 | 2024-12-21T02:27:57.455Z | Downloaded generic-array v0.14.7 |
368 | 2024-12-21T02:27:57.457Z | Downloaded camino-tempfile v1.1.1 |
369 | 2024-12-21T02:27:57.460Z | Downloaded sha2 v0.10.8 |
370 | 2024-12-21T02:27:57.462Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-12-21T02:27:57.464Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-12-21T02:27:57.467Z | Downloaded cpufeatures v0.2.14 |
373 | 2024-12-21T02:27:57.467Z | Downloaded version_check v0.9.5 |
374 | 2024-12-21T02:27:57.469Z | Downloaded scroll v0.12.0 |
375 | 2024-12-21T02:27:57.469Z | Downloaded once_cell v1.20.2 |
376 | 2024-12-21T02:27:57.473Z | Downloaded clap_derive v4.5.18 |
377 | 2024-12-21T02:27:57.475Z | Downloaded camino v1.1.9 |
378 | 2024-12-21T02:27:57.478Z | Downloaded clap v4.5.21 |
379 | 2024-12-21T02:27:57.486Z | Downloaded ucd-trie v0.1.7 |
380 | 2024-12-21T02:27:57.489Z | Downloaded proc-macro2 v1.0.89 |
381 | 2024-12-21T02:27:57.492Z | Downloaded unicode-ident v1.0.13 |
382 | 2024-12-21T02:27:57.494Z | Downloaded typenum v1.17.0 |
383 | 2024-12-21T02:27:57.496Z | Downloaded serde_derive v1.0.215 |
384 | 2024-12-21T02:27:57.499Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2024-12-21T02:27:57.502Z | Downloaded bitflags v2.6.0 |
386 | 2024-12-21T02:27:57.505Z | Downloaded pest_meta v2.7.14 |
387 | 2024-12-21T02:27:57.508Z | Downloaded semver v1.0.23 |
388 | 2024-12-21T02:27:57.511Z | Downloaded toml v0.8.19 |
389 | 2024-12-21T02:27:57.514Z | Downloaded textwrap v0.16.1 |
390 | 2024-12-21T02:27:57.518Z | Downloaded ryu v1.0.18 |
391 | 2024-12-21T02:27:57.522Z | Downloaded pest_derive v2.7.14 |
392 | 2024-12-21T02:27:57.522Z | Downloaded log v0.4.22 |
393 | 2024-12-21T02:27:57.531Z | Downloaded serde v1.0.215 |
394 | 2024-12-21T02:27:57.534Z | Downloaded papergrid v0.11.0 |
395 | 2024-12-21T02:27:57.539Z | Downloaded memchr v2.7.4 |
396 | 2024-12-21T02:27:57.543Z | Downloaded indexmap v2.6.0 |
397 | 2024-12-21T02:27:57.554Z | Downloaded toml_edit v0.22.22 |
398 | 2024-12-21T02:27:57.575Z | Downloaded pest v2.7.14 |
399 | 2024-12-21T02:27:57.580Z | Downloaded hashbrown v0.15.1 |
400 | 2024-12-21T02:27:57.598Z | Downloaded serde_json v1.0.132 |
401 | 2024-12-21T02:27:57.604Z | Downloaded zerocopy v0.7.35 |
402 | 2024-12-21T02:27:57.619Z | Downloaded winnow v0.6.20 |
403 | 2024-12-21T02:27:57.627Z | Downloaded clap_builder v4.5.21 |
404 | 2024-12-21T02:27:57.635Z | Downloaded goblin v0.8.2 |
405 | 2024-12-21T02:27:57.648Z | Downloaded tabled v0.15.0 |
406 | 2024-12-21T02:27:57.662Z | Downloaded unicode-width v0.1.14 |
407 | 2024-12-21T02:27:57.667Z | Downloaded syn v1.0.109 |
408 | 2024-12-21T02:27:57.676Z | Downloaded syn v2.0.87 |
409 | 2024-12-21T02:27:57.693Z | Downloaded rustix v0.38.37 |
410 | 2024-12-21T02:27:57.730Z | Downloaded libc v0.2.162 |
411 | 2024-12-21T02:27:58.031Z | Compiling proc-macro2 v1.0.89 |
412 | 2024-12-21T02:27:58.031Z | Compiling unicode-ident v1.0.13 |
413 | 2024-12-21T02:27:58.031Z | Compiling serde v1.0.215 |
414 | 2024-12-21T02:27:58.031Z | Compiling version_check v0.9.5 |
415 | 2024-12-21T02:27:58.036Z | Compiling thiserror v1.0.69 |
416 | 2024-12-21T02:27:58.036Z | Compiling memchr v2.7.4 |
417 | 2024-12-21T02:27:58.036Z | Compiling libc v0.2.162 |
418 | 2024-12-21T02:27:58.036Z | Compiling ucd-trie v0.1.7 |
419 | 2024-12-21T02:27:58.378Z | Compiling ryu v1.0.18 |
420 | 2024-12-21T02:27:58.700Z | Compiling itoa v1.0.11 |
421 | 2024-12-21T02:27:58.785Z | Compiling once_cell v1.20.2 |
422 | 2024-12-21T02:27:58.876Z | Compiling byteorder v1.5.0 |
423 | 2024-12-21T02:27:59.095Z | Compiling serde_json v1.0.132 |
424 | 2024-12-21T02:27:59.369Z | Compiling rustix v0.38.37 |
425 | 2024-12-21T02:27:59.972Z | Compiling bitflags v2.6.0 |
426 | 2024-12-21T02:28:00.017Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2024-12-21T02:28:00.131Z | Compiling usdt-impl v0.5.0 |
428 | 2024-12-21T02:28:00.153Z | Compiling syn v1.0.109 |
429 | 2024-12-21T02:28:00.390Z | Compiling proc-macro-error v1.0.4 |
430 | 2024-12-21T02:28:00.412Z | Compiling equivalent v1.0.1 |
431 | 2024-12-21T02:28:00.414Z | Compiling plain v0.2.3 |
432 | 2024-12-21T02:28:00.519Z | Compiling camino v1.1.9 |
433 | 2024-12-21T02:28:00.586Z | Compiling hashbrown v0.15.1 |
434 | 2024-12-21T02:28:00.624Z | Compiling log v0.4.22 |
435 | 2024-12-21T02:28:00.651Z | Compiling utf8parse v0.2.2 |
436 | 2024-12-21T02:28:00.801Z | Compiling thread-id v4.2.2 |
437 | 2024-12-21T02:28:00.825Z | Compiling anstyle-parse v0.2.5 |
438 | 2024-12-21T02:28:01.015Z | Compiling quote v1.0.37 |
439 | 2024-12-21T02:28:01.018Z | Compiling unicode-width v0.1.14 |
440 | 2024-12-21T02:28:01.172Z | Compiling winnow v0.6.20 |
441 | 2024-12-21T02:28:01.209Z | Compiling anstyle v1.0.10 |
442 | 2024-12-21T02:28:01.238Z | Compiling autocfg v1.4.0 |
443 | 2024-12-21T02:28:01.569Z | Compiling syn v2.0.87 |
444 | 2024-12-21T02:28:01.605Z | Compiling errno v0.3.9 |
445 | 2024-12-21T02:28:01.754Z | Compiling indexmap v2.6.0 |
446 | 2024-12-21T02:28:01.847Z | Compiling pretty-hex v0.4.1 |
447 | 2024-12-21T02:28:02.050Z | Compiling colorchoice v1.0.2 |
448 | 2024-12-21T02:28:02.246Z | Compiling is_terminal_polyfill v1.70.1 |
449 | 2024-12-21T02:28:02.381Z | Compiling anstyle-query v1.1.1 |
450 | 2024-12-21T02:28:02.407Z | Compiling semver v1.0.23 |
451 | 2024-12-21T02:28:02.533Z | Compiling anstream v0.6.15 |
452 | 2024-12-21T02:28:03.026Z | Compiling fs-err v2.11.0 |
453 | 2024-12-21T02:28:03.275Z | Compiling strsim v0.11.1 |
454 | 2024-12-21T02:28:03.299Z | Compiling fastrand v2.1.1 |
455 | 2024-12-21T02:28:03.325Z | Compiling clap_lex v0.7.2 |
456 | 2024-12-21T02:28:03.370Z | Compiling bytecount v0.6.8 |
457 | 2024-12-21T02:28:03.840Z | Compiling heck v0.4.1 |
458 | 2024-12-21T02:28:03.865Z | Compiling heck v0.5.0 |
459 | 2024-12-21T02:28:04.015Z | Compiling terminal_size v0.4.0 |
460 | 2024-12-21T02:28:04.176Z | Compiling cfg-if v1.0.0 |
461 | 2024-12-21T02:28:04.234Z | Compiling anyhow v1.0.93 |
462 | 2024-12-21T02:28:04.273Z | Compiling fnv v1.0.7 |
463 | 2024-12-21T02:28:04.320Z | Compiling tempfile v3.13.0 |
464 | 2024-12-21T02:28:04.414Z | Compiling papergrid v0.11.0 |
465 | 2024-12-21T02:28:04.768Z | Compiling clap_builder v4.5.21 |
466 | 2024-12-21T02:28:05.090Z | Compiling memmap v0.7.0 |
467 | 2024-12-21T02:28:05.113Z | Compiling smawk v0.3.2 |
468 | 2024-12-21T02:28:05.239Z | Compiling unicode-linebreak v0.1.5 |
469 | 2024-12-21T02:28:05.451Z | Compiling swrite v0.1.0 |
470 | 2024-12-21T02:28:05.638Z | Compiling textwrap v0.16.1 |
471 | 2024-12-21T02:28:07.082Z | Compiling tabled_derive v0.7.0 |
472 | 2024-12-21T02:28:08.715Z | Compiling tabled v0.15.0 |
473 | 2024-12-21T02:28:10.248Z | Compiling serde_derive v1.0.215 |
474 | 2024-12-21T02:28:10.248Z | Compiling thiserror-impl v1.0.69 |
475 | 2024-12-21T02:28:10.251Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-12-21T02:28:10.251Z | Compiling scroll_derive v0.12.0 |
477 | 2024-12-21T02:28:10.251Z | Compiling clap_derive v4.5.18 |
478 | 2024-12-21T02:28:11.462Z | Compiling scroll v0.12.0 |
479 | 2024-12-21T02:28:11.903Z | Compiling zerocopy v0.7.35 |
480 | 2024-12-21T02:28:12.039Z | Compiling goblin v0.8.2 |
481 | 2024-12-21T02:28:13.133Z | Compiling pest v2.7.14 |
482 | 2024-12-21T02:28:13.724Z | Compiling clap v4.5.21 |
483 | 2024-12-21T02:28:15.140Z | Compiling pest_meta v2.7.14 |
484 | 2024-12-21T02:28:15.947Z | Compiling pest_generator v2.7.14 |
485 | 2024-12-21T02:28:17.880Z | Compiling pest_derive v2.7.14 |
486 | 2024-12-21T02:28:18.453Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-12-21T02:28:20.118Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-12-21T02:28:20.262Z | Compiling serde_spanned v0.6.8 |
489 | 2024-12-21T02:28:20.264Z | Compiling toml_datetime v0.6.8 |
490 | 2024-12-21T02:28:20.523Z | Compiling cargo-platform v0.1.8 |
491 | 2024-12-21T02:28:20.654Z | Compiling toml_edit v0.22.22 |
492 | 2024-12-21T02:28:20.681Z | Compiling macaddr v1.0.1 |
493 | 2024-12-21T02:28:21.001Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-12-21T02:28:21.593Z | Compiling dof v0.3.0 |
495 | 2024-12-21T02:28:21.766Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-12-21T02:28:23.226Z | Compiling usdt-macro v0.5.0 |
497 | 2024-12-21T02:28:23.250Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2024-12-21T02:28:23.451Z | Compiling toml v0.8.19 |
499 | 2024-12-21T02:28:24.273Z | Compiling cargo_toml v0.20.5 |
500 | 2024-12-21T02:28:24.425Z | Compiling usdt v0.5.0 |
501 | 2024-12-21T02:28:27.636Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-12-21T02:28:31.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s |
503 | 2024-12-21T02:28:31.913Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-12-21T02:28:32.423Z | Downloading crates ... |
505 | 2024-12-21T02:28:32.523Z | Downloaded adler2 v2.0.0 |
506 | 2024-12-21T02:28:32.535Z | Downloaded async-recursion v1.1.1 |
507 | 2024-12-21T02:28:32.539Z | Downloaded addr2line v0.24.2 |
508 | 2024-12-21T02:28:32.542Z | Downloaded atomicwrites v0.4.4 |
509 | 2024-12-21T02:28:32.545Z | Downloaded ascii-canvas v3.0.0 |
510 | 2024-12-21T02:28:32.545Z | Downloaded array-init v0.0.4 |
511 | 2024-12-21T02:28:32.548Z | Downloaded ciborium-io v0.2.2 |
512 | 2024-12-21T02:28:32.548Z | Downloaded http-body v1.0.1 |
513 | 2024-12-21T02:28:32.554Z | Downloaded cfg_aliases v0.1.1 |
514 | 2024-12-21T02:28:32.556Z | Downloaded async-stream-impl v0.3.6 |
515 | 2024-12-21T02:28:32.556Z | Downloaded hex-literal v0.4.1 |
516 | 2024-12-21T02:28:32.559Z | Downloaded cfg_aliases v0.2.1 |
517 | 2024-12-21T02:28:32.559Z | Downloaded atty v0.2.14 |
518 | 2024-12-21T02:28:32.562Z | Downloaded hickory-client v0.24.1 |
519 | 2024-12-21T02:28:32.569Z | Downloaded hubpack_derive v0.1.1 |
520 | 2024-12-21T02:28:32.572Z | Downloaded is_ci v1.2.0 |
521 | 2024-12-21T02:28:32.574Z | Downloaded http-range v0.1.5 |
522 | 2024-12-21T02:28:32.577Z | Downloaded headers-core v0.3.0 |
523 | 2024-12-21T02:28:32.577Z | Downloaded cstr-argument v0.1.2 |
524 | 2024-12-21T02:28:32.579Z | Downloaded instant v0.1.13 |
525 | 2024-12-21T02:28:32.582Z | Downloaded mirai-annotations v1.12.0 |
526 | 2024-12-21T02:28:32.582Z | Downloaded md5 v0.7.0 |
527 | 2024-12-21T02:28:32.584Z | Downloaded crunchy v0.2.2 |
528 | 2024-12-21T02:28:32.584Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2024-12-21T02:28:32.584Z | Downloaded assert_matches v1.5.0 |
530 | 2024-12-21T02:28:32.587Z | Downloaded hostname v0.4.0 |
531 | 2024-12-21T02:28:32.589Z | Downloaded hostname v0.3.1 |
532 | 2024-12-21T02:28:32.589Z | Downloaded chrono-tz-build v0.4.0 |
533 | 2024-12-21T02:28:32.593Z | Downloaded bitflags v1.3.2 |
534 | 2024-12-21T02:28:32.596Z | Downloaded match_cfg v0.1.0 |
535 | 2024-12-21T02:28:32.596Z | Downloaded cobs v0.2.3 |
536 | 2024-12-21T02:28:32.599Z | Downloaded curve25519-dalek-derive v0.1.1 |
537 | 2024-12-21T02:28:32.599Z | Downloaded ctr v0.9.2 |
538 | 2024-12-21T02:28:32.601Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2024-12-21T02:28:32.601Z | Downloaded cbc v0.1.2 |
540 | 2024-12-21T02:28:32.604Z | Downloaded httpdate v1.0.3 |
541 | 2024-12-21T02:28:32.607Z | Downloaded home v0.5.9 |
542 | 2024-12-21T02:28:32.607Z | Downloaded bit-vec v0.6.3 |
543 | 2024-12-21T02:28:32.610Z | Downloaded hubpack v0.1.2 |
544 | 2024-12-21T02:28:32.611Z | Downloaded md-5 v0.10.6 |
545 | 2024-12-21T02:28:32.614Z | Downloaded managed v0.8.0 |
546 | 2024-12-21T02:28:32.614Z | Downloaded lru v0.12.5 |
547 | 2024-12-21T02:28:32.618Z | Downloaded constant_time_eq v0.3.1 |
548 | 2024-12-21T02:28:32.618Z | Downloaded maybe-uninit v2.0.0 |
549 | 2024-12-21T02:28:32.621Z | Downloaded chacha20 v0.9.1 |
550 | 2024-12-21T02:28:32.621Z | Downloaded lalrpop-util v0.19.12 |
551 | 2024-12-21T02:28:32.621Z | Downloaded is-terminal v0.4.13 |
552 | 2024-12-21T02:28:32.623Z | Downloaded impl-trait-for-tuples v0.2.2 |
553 | 2024-12-21T02:28:32.625Z | Downloaded matches v0.1.10 |
554 | 2024-12-21T02:28:32.629Z | Downloaded lockfree-object-pool v0.1.6 |
555 | 2024-12-21T02:28:32.631Z | Downloaded ident_case v1.0.1 |
556 | 2024-12-21T02:28:32.631Z | Downloaded lru-cache v0.1.2 |
557 | 2024-12-21T02:28:32.631Z | Downloaded lazy_static v1.5.0 |
558 | 2024-12-21T02:28:32.634Z | Downloaded mime v0.3.17 |
559 | 2024-12-21T02:28:32.636Z | Downloaded linear-map v1.2.0 |
560 | 2024-12-21T02:28:32.638Z | Downloaded ipnetwork v0.20.0 |
561 | 2024-12-21T02:28:32.638Z | Downloaded humantime v2.1.0 |
562 | 2024-12-21T02:28:32.641Z | Downloaded instability v0.3.2 |
563 | 2024-12-21T02:28:32.644Z | Downloaded crc v3.2.1 |
564 | 2024-12-21T02:28:32.647Z | Downloaded convert_case v0.4.0 |
565 | 2024-12-21T02:28:32.647Z | Downloaded maplit v1.0.2 |
566 | 2024-12-21T02:28:32.649Z | Downloaded linked-hash-map v0.5.6 |
567 | 2024-12-21T02:28:32.650Z | Downloaded libsw v3.3.1 |
568 | 2024-12-21T02:28:32.653Z | Downloaded libefi-sys v0.1.0 |
569 | 2024-12-21T02:28:32.657Z | Downloaded async-bb8-diesel v0.2.1 |
570 | 2024-12-21T02:28:32.657Z | Downloaded crc-catalog v2.4.0 |
571 | 2024-12-21T02:28:32.660Z | Downloaded arrayvec v0.7.6 |
572 | 2024-12-21T02:28:32.660Z | Downloaded memoffset v0.9.1 |
573 | 2024-12-21T02:28:32.662Z | Downloaded cexpr v0.6.0 |
574 | 2024-12-21T02:28:32.665Z | Downloaded litemap v0.7.3 |
575 | 2024-12-21T02:28:32.667Z | Downloaded arc-swap v1.7.1 |
576 | 2024-12-21T02:28:32.671Z | Downloaded hyper-staticfile v0.10.1 |
577 | 2024-12-21T02:28:32.673Z | Downloaded cancel-safe-futures v0.1.5 |
578 | 2024-12-21T02:28:32.677Z | Downloaded lazycell v1.3.0 |
579 | 2024-12-21T02:28:32.680Z | Downloaded keccak v0.1.5 |
580 | 2024-12-21T02:28:32.684Z | Downloaded crossbeam-deque v0.8.5 |
581 | 2024-12-21T02:28:32.684Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2024-12-21T02:28:32.684Z | Downloaded crc32fast v1.4.2 |
583 | 2024-12-21T02:28:32.687Z | Downloaded libloading v0.8.5 |
584 | 2024-12-21T02:28:32.689Z | Downloaded mockall v0.13.0 |
585 | 2024-12-21T02:28:32.689Z | Downloaded iana-time-zone v0.1.61 |
586 | 2024-12-21T02:28:32.691Z | Downloaded termtree v0.4.1 |
587 | 2024-12-21T02:28:32.694Z | Downloaded lock_api v0.4.12 |
588 | 2024-12-21T02:28:32.696Z | Downloaded dhcproto-macros v0.1.0 |
589 | 2024-12-21T02:28:32.696Z | Downloaded want v0.3.1 |
590 | 2024-12-21T02:28:32.699Z | Downloaded internet-checksum v0.2.1 |
591 | 2024-12-21T02:28:32.699Z | Downloaded progenitor-macro v0.8.0 |
592 | 2024-12-21T02:28:32.699Z | Downloaded jobserver v0.1.32 |
593 | 2024-12-21T02:28:32.702Z | Downloaded zone_cfg_derive v0.3.0 |
594 | 2024-12-21T02:28:32.705Z | Downloaded zone_cfg_derive v0.1.2 |
595 | 2024-12-21T02:28:32.705Z | Downloaded rustfmt-wrapper v0.2.1 |
596 | 2024-12-21T02:28:32.705Z | Downloaded rustc_version v0.4.1 |
597 | 2024-12-21T02:28:32.709Z | Downloaded hmac v0.12.1 |
598 | 2024-12-21T02:28:32.711Z | Downloaded scrypt v0.11.0 |
599 | 2024-12-21T02:28:32.711Z | Downloaded ahash v0.8.11 |
600 | 2024-12-21T02:28:32.713Z | Downloaded hyper-rustls v0.27.3 |
601 | 2024-12-21T02:28:32.716Z | Downloaded icu_normalizer_data v1.5.0 |
602 | 2024-12-21T02:28:32.719Z | Downloaded console v0.15.8 |
603 | 2024-12-21T02:28:32.722Z | Downloaded icu_normalizer v1.5.0 |
604 | 2024-12-21T02:28:32.726Z | Downloaded dyn-clone v1.0.17 |
605 | 2024-12-21T02:28:32.729Z | Downloaded ssh-encoding v0.2.0 |
606 | 2024-12-21T02:28:32.731Z | Downloaded spki v0.7.3 |
607 | 2024-12-21T02:28:32.733Z | Downloaded bzip2 v0.4.4 |
608 | 2024-12-21T02:28:32.736Z | Downloaded num-conv v0.1.0 |
609 | 2024-12-21T02:28:32.738Z | Downloaded crc-any v2.5.0 |
610 | 2024-12-21T02:28:32.740Z | Downloaded memmap2 v0.9.5 |
611 | 2024-12-21T02:28:32.743Z | Downloaded thiserror-impl v2.0.3 |
612 | 2024-12-21T02:28:32.743Z | Downloaded which v4.4.2 |
613 | 2024-12-21T02:28:32.745Z | Downloaded strum_macros v0.25.3 |
614 | 2024-12-21T02:28:32.748Z | Downloaded termios v0.3.3 |
615 | 2024-12-21T02:28:32.750Z | Downloaded icu_locid_transform_data v1.5.0 |
616 | 2024-12-21T02:28:32.753Z | Downloaded miniz_oxide v0.8.0 |
617 | 2024-12-21T02:28:32.755Z | Downloaded zone v0.1.8 |
618 | 2024-12-21T02:28:32.755Z | Downloaded tui-tree-widget v0.22.0 |
619 | 2024-12-21T02:28:32.758Z | Downloaded rusty-fork v0.3.0 |
620 | 2024-12-21T02:28:32.760Z | Downloaded zone v0.3.0 |
621 | 2024-12-21T02:28:32.764Z | Downloaded universal-hash v0.5.1 |
622 | 2024-12-21T02:28:32.764Z | Downloaded icu_locid v1.5.0 |
623 | 2024-12-21T02:28:32.767Z | Downloaded either v1.13.0 |
624 | 2024-12-21T02:28:32.769Z | Downloaded const-oid v0.9.6 |
625 | 2024-12-21T02:28:32.772Z | Downloaded crossbeam-utils v0.8.20 |
626 | 2024-12-21T02:28:32.774Z | Downloaded filetime v0.2.25 |
627 | 2024-12-21T02:28:32.776Z | Downloaded async-trait v0.1.83 |
628 | 2024-12-21T02:28:32.781Z | Downloaded futures-macro v0.3.31 |
629 | 2024-12-21T02:28:32.784Z | Downloaded futures-executor v0.3.31 |
630 | 2024-12-21T02:28:32.784Z | Downloaded float-ord v0.3.2 |
631 | 2024-12-21T02:28:32.786Z | Downloaded futures-io v0.3.31 |
632 | 2024-12-21T02:28:32.786Z | Downloaded foldhash v0.1.3 |
633 | 2024-12-21T02:28:32.788Z | Downloaded ed25519 v2.2.3 |
634 | 2024-12-21T02:28:32.791Z | Downloaded nibble_vec v0.1.0 |
635 | 2024-12-21T02:28:32.791Z | Downloaded hash32 v0.3.1 |
636 | 2024-12-21T02:28:32.794Z | Downloaded hash32 v0.2.1 |
637 | 2024-12-21T02:28:32.796Z | Downloaded strum v0.26.3 |
638 | 2024-12-21T02:28:32.796Z | Downloaded slab v0.4.9 |
639 | 2024-12-21T02:28:32.800Z | Downloaded try-lock v0.2.5 |
640 | 2024-12-21T02:28:32.800Z | Downloaded chacha20poly1305 v0.10.1 |
641 | 2024-12-21T02:28:32.802Z | Downloaded strum_macros v0.26.4 |
642 | 2024-12-21T02:28:32.806Z | Downloaded olpc-cjson v0.1.4 |
643 | 2024-12-21T02:28:32.806Z | Downloaded tokio-stream v0.1.16 |
644 | 2024-12-21T02:28:32.809Z | Downloaded darling_macro v0.20.10 |
645 | 2024-12-21T02:28:32.812Z | Downloaded zerofrom v0.1.4 |
646 | 2024-12-21T02:28:32.812Z | Downloaded russh-keys v0.45.0 |
647 | 2024-12-21T02:28:32.815Z | Downloaded mockall_derive v0.13.0 |
648 | 2024-12-21T02:28:32.817Z | Downloaded pbkdf2 v0.11.0 |
649 | 2024-12-21T02:28:32.820Z | Downloaded pkg-config v0.3.31 |
650 | 2024-12-21T02:28:32.822Z | Downloaded percent-encoding v2.3.1 |
651 | 2024-12-21T02:28:32.824Z | Downloaded pem v3.0.4 |
652 | 2024-12-21T02:28:32.824Z | Downloaded ecdsa v0.16.9 |
653 | 2024-12-21T02:28:32.827Z | Downloaded icu_provider v1.5.0 |
654 | 2024-12-21T02:28:32.829Z | Downloaded compact_str v0.8.0 |
655 | 2024-12-21T02:28:32.834Z | Downloaded resolv-conf v0.7.0 |
656 | 2024-12-21T02:28:32.841Z | Downloaded base64 v0.22.1 |
657 | 2024-12-21T02:28:32.847Z | Downloaded newline-converter v0.3.0 |
658 | 2024-12-21T02:28:32.847Z | Downloaded rand_xorshift v0.3.0 |
659 | 2024-12-21T02:28:32.847Z | Downloaded futures-core v0.3.31 |
660 | 2024-12-21T02:28:32.850Z | Downloaded endian-type v0.1.2 |
661 | 2024-12-21T02:28:32.850Z | Downloaded smallvec v0.6.14 |
662 | 2024-12-21T02:28:32.850Z | Downloaded rustls-pemfile v1.0.4 |
663 | 2024-12-21T02:28:32.850Z | Downloaded structmeta-derive v0.3.0 |
664 | 2024-12-21T02:28:32.853Z | Downloaded structmeta-derive v0.2.0 |
665 | 2024-12-21T02:28:32.857Z | Downloaded nu-ansi-term v0.50.1 |
666 | 2024-12-21T02:28:32.857Z | Downloaded strum_macros v0.24.3 |
667 | 2024-12-21T02:28:32.859Z | Downloaded bumpalo v3.16.0 |
668 | 2024-12-21T02:28:32.861Z | Downloaded test-strategy v0.3.1 |
669 | 2024-12-21T02:28:32.865Z | Downloaded unicode-xid v0.2.6 |
670 | 2024-12-21T02:28:32.867Z | Downloaded tokio-native-tls v0.3.1 |
671 | 2024-12-21T02:28:32.869Z | Downloaded zerovec-derive v0.10.3 |
672 | 2024-12-21T02:28:32.871Z | Downloaded wyz v0.5.1 |
673 | 2024-12-21T02:28:32.874Z | Downloaded postcard v1.0.10 |
674 | 2024-12-21T02:28:32.876Z | Downloaded parking_lot v0.11.2 |
675 | 2024-12-21T02:28:32.878Z | Downloaded precomputed-hash v0.1.1 |
676 | 2024-12-21T02:28:32.878Z | Downloaded http v1.1.0 |
677 | 2024-12-21T02:28:32.883Z | Downloaded wait-timeout v0.2.0 |
678 | 2024-12-21T02:28:32.885Z | Downloaded postgres-protocol v0.6.7 |
679 | 2024-12-21T02:28:32.887Z | Downloaded hickory-server v0.24.1 |
680 | 2024-12-21T02:28:32.894Z | Downloaded sigpipe v0.1.3 |
681 | 2024-12-21T02:28:32.897Z | Downloaded powerfmt v0.2.0 |
682 | 2024-12-21T02:28:32.897Z | Downloaded hickory-resolver v0.24.1 |
683 | 2024-12-21T02:28:32.901Z | Downloaded funty v2.0.0 |
684 | 2024-12-21T02:28:32.903Z | Downloaded parse-display v0.10.0 |
685 | 2024-12-21T02:28:32.905Z | Downloaded float-cmp v0.9.0 |
686 | 2024-12-21T02:28:32.905Z | Downloaded sync-ptr v0.1.1 |
687 | 2024-12-21T02:28:32.907Z | Downloaded slog-term v2.9.1 |
688 | 2024-12-21T02:28:32.910Z | Downloaded icu_collections v1.5.0 |
689 | 2024-12-21T02:28:32.916Z | Downloaded nodrop v0.1.14 |
690 | 2024-12-21T02:28:32.919Z | Downloaded yoke-derive v0.7.4 |
691 | 2024-12-21T02:28:32.919Z | Downloaded derive_builder_macro v0.20.2 |
692 | 2024-12-21T02:28:32.921Z | Downloaded debug-ignore v1.0.5 |
693 | 2024-12-21T02:28:32.924Z | Downloaded foreign-types v0.3.2 |
694 | 2024-12-21T02:28:32.924Z | Downloaded downcast v0.11.0 |
695 | 2024-12-21T02:28:32.927Z | Downloaded mio v1.0.2 |
696 | 2024-12-21T02:28:32.931Z | Downloaded ref-cast v1.0.23 |
697 | 2024-12-21T02:28:32.933Z | Downloaded phf_generator v0.11.2 |
698 | 2024-12-21T02:28:32.945Z | Downloaded unsafe-libyaml v0.2.11 |
699 | 2024-12-21T02:28:32.945Z | Downloaded crypto-bigint v0.5.5 |
700 | 2024-12-21T02:28:32.947Z | Downloaded opaque-debug v0.3.1 |
701 | 2024-12-21T02:28:32.948Z | Downloaded number_prefix v0.4.0 |
702 | 2024-12-21T02:28:32.950Z | Downloaded num_threads v0.1.7 |
703 | 2024-12-21T02:28:32.950Z | Downloaded ppv-lite86 v0.2.20 |
704 | 2024-12-21T02:28:32.952Z | Downloaded tiny-keccak v2.0.2 |
705 | 2024-12-21T02:28:32.955Z | Downloaded supports-color v3.0.1 |
706 | 2024-12-21T02:28:32.958Z | Downloaded utf-8 v0.7.6 |
707 | 2024-12-21T02:28:32.958Z | Downloaded rustc-hash v1.1.0 |
708 | 2024-12-21T02:28:32.961Z | Downloaded flume v0.11.1 |
709 | 2024-12-21T02:28:32.963Z | Downloaded parking_lot_core v0.9.10 |
710 | 2024-12-21T02:28:32.965Z | Downloaded hashlink v0.9.1 |
711 | 2024-12-21T02:28:32.968Z | Downloaded tinystr v0.7.6 |
712 | 2024-12-21T02:28:32.970Z | Downloaded serde_path_to_error v0.1.16 |
713 | 2024-12-21T02:28:32.973Z | Downloaded zopfli v0.8.1 |
714 | 2024-12-21T02:28:32.985Z | Downloaded take_mut v0.2.2 |
715 | 2024-12-21T02:28:32.987Z | Downloaded fallible-streaming-iterator v0.1.9 |
716 | 2024-12-21T02:28:32.989Z | Downloaded utf16_iter v1.0.5 |
717 | 2024-12-21T02:28:32.989Z | Downloaded aes v0.8.4 |
718 | 2024-12-21T02:28:32.992Z | Downloaded num-complex v0.4.6 |
719 | 2024-12-21T02:28:32.995Z | Downloaded uuid v1.11.0 |
720 | 2024-12-21T02:28:32.998Z | Downloaded num_enum_derive v0.5.11 |
721 | 2024-12-21T02:28:33.001Z | Downloaded quick-error v1.2.3 |
722 | 2024-12-21T02:28:33.003Z | Downloaded fxhash v0.2.1 |
723 | 2024-12-21T02:28:33.003Z | Downloaded predicates v3.1.2 |
724 | 2024-12-21T02:28:33.006Z | Downloaded zerocopy-derive v0.8.10 |
725 | 2024-12-21T02:28:33.012Z | Downloaded salsa20 v0.10.2 |
726 | 2024-12-21T02:28:33.015Z | Downloaded rtoolbox v0.0.2 |
727 | 2024-12-21T02:28:33.017Z | Downloaded libxml v0.3.3 |
728 | 2024-12-21T02:28:33.022Z | Downloaded rustc-demangle v0.1.24 |
729 | 2024-12-21T02:28:33.024Z | Downloaded unicode_categories v0.1.1 |
730 | 2024-12-21T02:28:33.027Z | Downloaded futures v0.3.31 |
731 | 2024-12-21T02:28:33.034Z | Downloaded parse-size v1.1.0 |
732 | 2024-12-21T02:28:33.037Z | Downloaded topological-sort v0.2.2 |
733 | 2024-12-21T02:28:33.037Z | Downloaded tabwriter v1.4.0 |
734 | 2024-12-21T02:28:33.037Z | Downloaded dirs-sys-next v0.1.2 |
735 | 2024-12-21T02:28:33.040Z | Downloaded derive_builder_core v0.20.2 |
736 | 2024-12-21T02:28:33.042Z | Downloaded shlex v1.3.0 |
737 | 2024-12-21T02:28:33.042Z | Downloaded zip v2.1.3 |
738 | 2024-12-21T02:28:33.046Z | Downloaded russh-cryptovec v0.7.3 |
739 | 2024-12-21T02:28:33.049Z | Downloaded displaydoc v0.2.5 |
740 | 2024-12-21T02:28:33.051Z | Downloaded typify v0.2.0 |
741 | 2024-12-21T02:28:33.054Z | Downloaded oso v0.27.3 |
742 | 2024-12-21T02:28:33.058Z | Downloaded pkcs5 v0.7.1 |
743 | 2024-12-21T02:28:33.063Z | Downloaded write16 v1.0.0 |
744 | 2024-12-21T02:28:33.066Z | Downloaded gethostname v0.5.0 |
745 | 2024-12-21T02:28:33.066Z | Downloaded futures-task v0.3.31 |
746 | 2024-12-21T02:28:33.068Z | Downloaded ena v0.14.3 |
747 | 2024-12-21T02:28:33.068Z | Downloaded multimap v0.10.0 |
748 | 2024-12-21T02:28:33.070Z | Downloaded embedded-io v0.6.1 |
749 | 2024-12-21T02:28:33.073Z | Downloaded embedded-io v0.4.0 |
750 | 2024-12-21T02:28:33.073Z | Downloaded slog v2.7.0 |
751 | 2024-12-21T02:28:33.078Z | Downloaded enum-as-inner v0.5.1 |
752 | 2024-12-21T02:28:33.078Z | Downloaded rustc-hash v2.0.0 |
753 | 2024-12-21T02:28:33.080Z | Downloaded half v2.4.1 |
754 | 2024-12-21T02:28:33.083Z | Downloaded pkcs1 v0.7.5 |
755 | 2024-12-21T02:28:33.085Z | Downloaded zerocopy v0.6.6 |
756 | 2024-12-21T02:28:33.088Z | Downloaded tinyvec v1.8.0 |
757 | 2024-12-21T02:28:33.092Z | Downloaded num-iter v0.1.45 |
758 | 2024-12-21T02:28:33.097Z | Downloaded hashbrown v0.13.2 |
759 | 2024-12-21T02:28:33.101Z | Downloaded paste v1.0.15 |
760 | 2024-12-21T02:28:33.103Z | Downloaded sync_wrapper v1.0.1 |
761 | 2024-12-21T02:28:33.103Z | Downloaded slog-json v2.6.1 |
762 | 2024-12-21T02:28:33.105Z | Downloaded rustc_version v0.1.7 |
763 | 2024-12-21T02:28:33.106Z | Downloaded slog-dtrace v0.3.0 |
764 | 2024-12-21T02:28:33.108Z | Downloaded progenitor-client v0.8.0 |
765 | 2024-12-21T02:28:33.111Z | Downloaded value-bag v1.9.0 |
766 | 2024-12-21T02:28:33.113Z | Downloaded tokio-tungstenite v0.24.0 |
767 | 2024-12-21T02:28:33.115Z | Downloaded thread_local v1.1.8 |
768 | 2024-12-21T02:28:33.116Z | Downloaded sqlparser_derive v0.2.2 |
769 | 2024-12-21T02:28:33.118Z | Downloaded yasna v0.5.2 |
770 | 2024-12-21T02:28:33.120Z | Downloaded slog-scope v4.4.0 |
771 | 2024-12-21T02:28:33.122Z | Downloaded derive_builder v0.20.2 |
772 | 2024-12-21T02:28:33.126Z | Downloaded dsl_auto_type v0.1.2 |
773 | 2024-12-21T02:28:33.128Z | Downloaded diesel-dtrace v0.4.2 |
774 | 2024-12-21T02:28:33.131Z | Downloaded unicase v2.7.0 |
775 | 2024-12-21T02:28:33.133Z | Downloaded hyper v1.5.0 |
776 | 2024-12-21T02:28:33.139Z | Downloaded foreign-types-shared v0.3.1 |
777 | 2024-12-21T02:28:33.141Z | Downloaded foreign-types-shared v0.1.1 |
778 | 2024-12-21T02:28:33.141Z | Downloaded path-slash v0.1.5 |
779 | 2024-12-21T02:28:33.143Z | Downloaded pkcs8 v0.10.2 |
780 | 2024-12-21T02:28:33.146Z | Downloaded dunce v1.0.5 |
781 | 2024-12-21T02:28:33.146Z | Downloaded parking_lot_core v0.8.6 |
782 | 2024-12-21T02:28:33.148Z | Downloaded env_filter v0.1.2 |
783 | 2024-12-21T02:28:33.151Z | Downloaded password-hash v0.5.0 |
784 | 2024-12-21T02:28:33.153Z | Downloaded headers v0.4.0 |
785 | 2024-12-21T02:28:33.159Z | Downloaded tinyvec_macros v0.1.1 |
786 | 2024-12-21T02:28:33.161Z | Downloaded time-core v0.1.2 |
787 | 2024-12-21T02:28:33.162Z | Downloaded pin-utils v0.1.0 |
788 | 2024-12-21T02:28:33.165Z | Downloaded string_cache v0.8.7 |
789 | 2024-12-21T02:28:33.165Z | Downloaded signal-hook-mio v0.2.4 |
790 | 2024-12-21T02:28:33.165Z | Downloaded secrecy v0.8.0 |
791 | 2024-12-21T02:28:33.168Z | Downloaded schemars_derive v0.8.21 |
792 | 2024-12-21T02:28:33.170Z | Downloaded derive-where v1.2.7 |
793 | 2024-12-21T02:28:33.173Z | Downloaded normalize-line-endings v0.3.0 |
794 | 2024-12-21T02:28:33.175Z | Downloaded pretty-hex v0.2.1 |
795 | 2024-12-21T02:28:33.175Z | Downloaded tower-service v0.3.3 |
796 | 2024-12-21T02:28:33.177Z | Downloaded ssh-cipher v0.2.0 |
797 | 2024-12-21T02:28:33.177Z | Downloaded static_assertions v1.1.0 |
798 | 2024-12-21T02:28:33.181Z | Downloaded rand_core v0.6.4 |
799 | 2024-12-21T02:28:33.184Z | Downloaded writeable v0.5.5 |
800 | 2024-12-21T02:28:33.184Z | Downloaded url v2.5.3 |
801 | 2024-12-21T02:28:33.187Z | Downloaded x509-cert v0.2.5 |
802 | 2024-12-21T02:28:33.193Z | Downloaded r2d2 v0.8.10 |
803 | 2024-12-21T02:28:33.197Z | Downloaded waitgroup v0.1.2 |
804 | 2024-12-21T02:28:33.197Z | Downloaded foreign-types-macros v0.2.3 |
805 | 2024-12-21T02:28:33.199Z | Downloaded flagset v0.4.6 |
806 | 2024-12-21T02:28:33.202Z | Downloaded form_urlencoded v1.2.1 |
807 | 2024-12-21T02:28:33.202Z | Downloaded parking_lot v0.12.3 |
808 | 2024-12-21T02:28:33.204Z | Downloaded owo-colors v4.1.0 |
809 | 2024-12-21T02:28:33.206Z | Downloaded polyval v0.6.2 |
810 | 2024-12-21T02:28:33.209Z | Downloaded rfc6979 v0.4.0 |
811 | 2024-12-21T02:28:33.212Z | Downloaded pbkdf2 v0.12.2 |
812 | 2024-12-21T02:28:33.212Z | Downloaded blake3 v1.5.4 |
813 | 2024-12-21T02:28:33.220Z | Downloaded serde-big-array v0.5.1 |
814 | 2024-12-21T02:28:33.223Z | Downloaded rand_chacha v0.3.1 |
815 | 2024-12-21T02:28:33.226Z | Downloaded der v0.7.9 |
816 | 2024-12-21T02:28:33.228Z | Downloaded unicode-truncate v1.1.0 |
817 | 2024-12-21T02:28:33.231Z | Downloaded typify-macro v0.2.0 |
818 | 2024-12-21T02:28:33.234Z | Downloaded snafu-derive v0.8.5 |
819 | 2024-12-21T02:28:33.234Z | Downloaded unarray v0.1.4 |
820 | 2024-12-21T02:28:33.237Z | Downloaded vsss-rs v3.3.4 |
821 | 2024-12-21T02:28:33.239Z | Downloaded num v0.4.3 |
822 | 2024-12-21T02:28:33.239Z | Downloaded newtype_derive v0.1.6 |
823 | 2024-12-21T02:28:33.242Z | Downloaded flate2 v1.0.34 |
824 | 2024-12-21T02:28:33.246Z | Downloaded vergen v8.3.2 |
825 | 2024-12-21T02:28:33.248Z | Downloaded env_logger v0.10.2 |
826 | 2024-12-21T02:28:33.252Z | Downloaded new_debug_unreachable v1.0.6 |
827 | 2024-12-21T02:28:33.254Z | Downloaded oso-derive v0.27.3 |
828 | 2024-12-21T02:28:33.254Z | Downloaded quinn-udp v0.5.5 |
829 | 2024-12-21T02:28:33.257Z | Downloaded der_derive v0.7.3 |
830 | 2024-12-21T02:28:33.257Z | Downloaded dropshot_endpoint v0.13.0 |
831 | 2024-12-21T02:28:33.261Z | Downloaded toolchain_find v0.4.0 |
832 | 2024-12-21T02:28:33.263Z | Downloaded vte_generate_state_changes v0.1.2 |
833 | 2024-12-21T02:28:33.264Z | Downloaded deranged v0.3.11 |
834 | 2024-12-21T02:28:33.266Z | Downloaded difflib v0.4.0 |
835 | 2024-12-21T02:28:33.266Z | Downloaded phf_shared v0.10.0 |
836 | 2024-12-21T02:28:33.268Z | Downloaded openssl-macros v0.1.1 |
837 | 2024-12-21T02:28:33.268Z | Downloaded ghash v0.5.1 |
838 | 2024-12-21T02:28:33.268Z | Downloaded synstructure v0.13.1 |
839 | 2024-12-21T02:28:33.272Z | Downloaded futures-sink v0.3.31 |
840 | 2024-12-21T02:28:33.272Z | Downloaded fd-lock v4.0.2 |
841 | 2024-12-21T02:28:33.274Z | Downloaded fragile v2.0.0 |
842 | 2024-12-21T02:28:33.277Z | Downloaded peg-runtime v0.8.3 |
843 | 2024-12-21T02:28:33.278Z | Downloaded xz2 v0.1.7 |
844 | 2024-12-21T02:28:33.280Z | Downloaded xattr v1.3.1 |
845 | 2024-12-21T02:28:33.280Z | Downloaded poly1305 v0.8.0 |
846 | 2024-12-21T02:28:33.282Z | Downloaded thiserror-impl-no-std v2.0.2 |
847 | 2024-12-21T02:28:33.285Z | Downloaded termcolor v1.4.1 |
848 | 2024-12-21T02:28:33.288Z | Downloaded fallible-iterator v0.3.0 |
849 | 2024-12-21T02:28:33.288Z | Downloaded unicode-bidi v0.3.17 |
850 | 2024-12-21T02:28:33.290Z | Downloaded phf v0.11.2 |
851 | 2024-12-21T02:28:33.293Z | Downloaded typed-path v0.9.3 |
852 | 2024-12-21T02:28:33.298Z | Downloaded signal-hook-registry v1.4.2 |
853 | 2024-12-21T02:28:33.300Z | Downloaded serde_plain v1.0.2 |
854 | 2024-12-21T02:28:33.303Z | Downloaded rustversion v1.0.17 |
855 | 2024-12-21T02:28:33.306Z | Downloaded psl-types v2.0.11 |
856 | 2024-12-21T02:28:33.306Z | Downloaded openssl-probe v0.1.5 |
857 | 2024-12-21T02:28:33.306Z | Downloaded proc-macro-crate v1.3.1 |
858 | 2024-12-21T02:28:33.309Z | Downloaded defmt-parser v0.3.4 |
859 | 2024-12-21T02:28:33.309Z | Downloaded defmt-macros v0.3.9 |
860 | 2024-12-21T02:28:33.312Z | Downloaded zeroize_derive v1.4.2 |
861 | 2024-12-21T02:28:33.315Z | Downloaded aws-lc-rs v1.10.0 |
862 | 2024-12-21T02:28:33.321Z | Downloaded newtype-uuid v1.1.3 |
863 | 2024-12-21T02:28:33.325Z | Downloaded nanorand v0.7.0 |
864 | 2024-12-21T02:28:33.325Z | Downloaded slog-bunyan v2.5.0 |
865 | 2024-12-21T02:28:33.328Z | Downloaded predicates-tree v1.0.11 |
866 | 2024-12-21T02:28:33.328Z | Downloaded tokio-macros v2.4.0 |
867 | 2024-12-21T02:28:33.330Z | Downloaded whoami v1.5.2 |
868 | 2024-12-21T02:28:33.332Z | Downloaded heck v0.3.3 |
869 | 2024-12-21T02:28:33.332Z | Downloaded group v0.13.0 |
870 | 2024-12-21T02:28:33.335Z | Downloaded rand v0.8.5 |
871 | 2024-12-21T02:28:33.338Z | Downloaded tls_codec_derive v0.4.1 |
872 | 2024-12-21T02:28:33.340Z | Downloaded serde-hex v0.1.0 |
873 | 2024-12-21T02:28:33.343Z | Downloaded tls_codec v0.4.1 |
874 | 2024-12-21T02:28:33.345Z | Downloaded globset v0.4.15 |
875 | 2024-12-21T02:28:33.345Z | Downloaded hex v0.4.3 |
876 | 2024-12-21T02:28:33.347Z | Downloaded russh v0.45.0 |
877 | 2024-12-21T02:28:33.352Z | Downloaded untrusted v0.9.0 |
878 | 2024-12-21T02:28:33.355Z | Downloaded semver v0.1.20 |
879 | 2024-12-21T02:28:33.357Z | Downloaded zeroize v1.8.1 |
880 | 2024-12-21T02:28:33.357Z | Downloaded glob v0.3.1 |
881 | 2024-12-21T02:28:33.360Z | Downloaded rsa v0.9.6 |
882 | 2024-12-21T02:28:33.363Z | Downloaded term v0.7.0 |
883 | 2024-12-21T02:28:33.366Z | Downloaded ron v0.8.1 |
884 | 2024-12-21T02:28:33.372Z | Downloaded scheduled-thread-pool v0.2.7 |
885 | 2024-12-21T02:28:33.376Z | Downloaded pin-project-internal v1.1.6 |
886 | 2024-12-21T02:28:33.379Z | Downloaded native-tls v0.2.12 |
887 | 2024-12-21T02:28:33.379Z | Downloaded yoke v0.7.4 |
888 | 2024-12-21T02:28:33.381Z | Downloaded getrandom v0.2.15 |
889 | 2024-12-21T02:28:33.384Z | Downloaded num-bigint-dig v0.8.4 |
890 | 2024-12-21T02:28:33.387Z | Downloaded rustyline v14.0.0 |
891 | 2024-12-21T02:28:33.392Z | Downloaded rayon-core v1.12.1 |
892 | 2024-12-21T02:28:33.396Z | Downloaded serde_with v3.11.0 |
893 | 2024-12-21T02:28:33.405Z | Downloaded peg-macros v0.8.4 |
894 | 2024-12-21T02:28:33.407Z | Downloaded rustls-pki-types v1.10.0 |
895 | 2024-12-21T02:28:33.410Z | Downloaded chrono v0.4.38 |
896 | 2024-12-21T02:28:33.418Z | Downloaded tracing v0.1.40 |
897 | 2024-12-21T02:28:33.423Z | Downloaded rayon v1.10.0 |
898 | 2024-12-21T02:28:33.432Z | Downloaded toml v0.7.8 |
899 | 2024-12-21T02:28:33.439Z | Downloaded rusqlite v0.32.1 |
900 | 2024-12-21T02:28:33.442Z | Downloaded vte v0.11.1 |
901 | 2024-12-21T02:28:33.444Z | Downloaded tough v0.19.0 |
902 | 2024-12-21T02:28:33.453Z | Downloaded multer v3.1.0 |
903 | 2024-12-21T02:28:33.455Z | Downloaded des v0.8.1 |
904 | 2024-12-21T02:28:33.458Z | Downloaded publicsuffix v2.2.3 |
905 | 2024-12-21T02:28:33.460Z | Downloaded qorb v0.2.1 |
906 | 2024-12-21T02:28:33.464Z | Downloaded diff v0.1.13 |
907 | 2024-12-21T02:28:33.467Z | Downloaded num-traits v0.2.19 |
908 | 2024-12-21T02:28:33.470Z | Downloaded futures-util v0.3.31 |
909 | 2024-12-21T02:28:33.482Z | Downloaded samael v0.0.17 |
910 | 2024-12-21T02:28:33.488Z | Downloaded pin-project v1.1.6 |
911 | 2024-12-21T02:28:33.499Z | Downloaded p256 v0.13.2 |
912 | 2024-12-21T02:28:33.502Z | Downloaded derive_more v0.99.18 |
913 | 2024-12-21T02:28:33.507Z | Downloaded proptest v1.5.0 |
914 | 2024-12-21T02:28:33.518Z | Downloaded diesel_derives v2.2.3 |
915 | 2024-12-21T02:28:33.521Z | Downloaded zerovec v0.10.4 |
916 | 2024-12-21T02:28:33.526Z | Downloaded p521 v0.13.3 |
917 | 2024-12-21T02:28:33.531Z | Downloaded object v0.30.4 |
918 | 2024-12-21T02:28:33.541Z | Downloaded unicode-normalization v0.1.24 |
919 | 2024-12-21T02:28:33.545Z | Downloaded toml_edit v0.19.15 |
920 | 2024-12-21T02:28:33.562Z | Downloaded time v0.3.36 |
921 | 2024-12-21T02:28:33.569Z | Downloaded tokio-util v0.7.12 |
922 | 2024-12-21T02:28:33.577Z | Downloaded nom v7.1.3 |
923 | 2024-12-21T02:28:33.582Z | Downloaded idna v0.5.0 |
924 | 2024-12-21T02:28:33.589Z | Downloaded regex v1.11.1 |
925 | 2024-12-21T02:28:33.603Z | Downloaded h2 v0.4.6 |
926 | 2024-12-21T02:28:33.609Z | Downloaded sqlparser v0.45.0 |
927 | 2024-12-21T02:28:33.616Z | Downloaded idna v0.3.0 |
928 | 2024-12-21T02:28:33.623Z | Downloaded quinn-proto v0.11.8 |
929 | 2024-12-21T02:28:33.629Z | Downloaded webpki-roots v0.26.6 |
930 | 2024-12-21T02:28:33.633Z | Downloaded idna v0.2.3 |
931 | 2024-12-21T02:28:33.641Z | Downloaded winnow v0.5.40 |
932 | 2024-12-21T02:28:33.650Z | Downloaded object v0.36.5 |
933 | 2024-12-21T02:28:33.661Z | Downloaded portable-atomic v1.9.0 |
934 | 2024-12-21T02:28:33.668Z | Downloaded idna v0.4.0 |
935 | 2024-12-21T02:28:33.675Z | Downloaded diesel v2.2.6 |
936 | 2024-12-21T02:28:33.694Z | Downloaded rustls-webpki v0.101.7 |
937 | 2024-12-21T02:28:33.709Z | Downloaded petname v2.0.2 |
938 | 2024-12-21T02:28:33.718Z | Downloaded git2 v0.19.0 |
939 | 2024-12-21T02:28:33.725Z | Downloaded regex-syntax v0.6.29 |
940 | 2024-12-21T02:28:33.731Z | Downloaded polar-core v0.27.3 |
941 | 2024-12-21T02:28:33.745Z | Downloaded smoltcp v0.9.1 |
942 | 2024-12-21T02:28:33.751Z | Downloaded regress v0.10.1 |
943 | 2024-12-21T02:28:33.759Z | Downloaded regex-syntax v0.8.5 |
944 | 2024-12-21T02:28:33.768Z | Downloaded openapiv3 v2.0.0 |
945 | 2024-12-21T02:28:33.780Z | Downloaded smoltcp v0.11.0 |
946 | 2024-12-21T02:28:33.792Z | Downloaded rustls v0.21.12 |
947 | 2024-12-21T02:28:33.804Z | Downloaded nix v0.28.0 |
948 | 2024-12-21T02:28:33.816Z | Downloaded ratatui v0.28.1 |
949 | 2024-12-21T02:28:33.833Z | Downloaded openssl v0.10.66 |
950 | 2024-12-21T02:28:33.842Z | Downloaded unicode-width v0.2.0 |
951 | 2024-12-21T02:28:33.850Z | Downloaded dropshot v0.13.0 |
952 | 2024-12-21T02:28:33.867Z | Downloaded nix v0.29.0 |
953 | 2024-12-21T02:28:33.878Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2024-12-21T02:28:33.889Z | Downloaded trust-dns-proto v0.22.0 |
955 | 2024-12-21T02:28:33.901Z | Downloaded p384 v0.13.0 |
956 | 2024-12-21T02:28:33.906Z | Downloaded rustls-webpki v0.102.8 |
957 | 2024-12-21T02:28:33.923Z | Downloaded rustls v0.22.4 |
958 | 2024-12-21T02:28:33.935Z | Downloaded regress v0.9.1 |
959 | 2024-12-21T02:28:33.944Z | Downloaded sled v0.34.7 |
960 | 2024-12-21T02:28:33.954Z | Downloaded zerocopy v0.8.10 |
961 | 2024-12-21T02:28:33.976Z | Downloaded reqwest v0.12.9 |
962 | 2024-12-21T02:28:33.984Z | Downloaded radix_trie v0.2.1 |
963 | 2024-12-21T02:28:33.989Z | Downloaded nix v0.27.1 |
964 | 2024-12-21T02:28:33.999Z | Downloaded typify-impl v0.2.0 |
965 | 2024-12-21T02:28:34.014Z | Downloaded zerocopy-derive v0.6.6 |
966 | 2024-12-21T02:28:34.023Z | Downloaded vcpkg v0.2.15 |
967 | 2024-12-21T02:28:34.058Z | Downloaded gimli v0.31.1 |
968 | 2024-12-21T02:28:34.066Z | Downloaded csv v1.3.0 |
969 | 2024-12-21T02:28:34.085Z | Downloaded rustls v0.23.19 |
970 | 2024-12-21T02:28:34.096Z | Downloaded dropshot v0.12.0 |
971 | 2024-12-21T02:28:34.114Z | Downloaded chrono-tz v0.10.0 |
972 | 2024-12-21T02:28:34.121Z | Downloaded bstr v1.10.0 |
973 | 2024-12-21T02:28:34.131Z | Downloaded hickory-proto v0.24.1 |
974 | 2024-12-21T02:28:34.145Z | Downloaded icu_properties_data v1.5.0 |
975 | 2024-12-21T02:28:34.155Z | Downloaded curve25519-dalek v4.1.3 |
976 | 2024-12-21T02:28:34.163Z | Downloaded regex-automata v0.4.8 |
977 | 2024-12-21T02:28:34.179Z | Downloaded petgraph v0.6.5 |
978 | 2024-12-21T02:28:34.196Z | Downloaded lzma-sys v0.1.20 |
979 | 2024-12-21T02:28:34.224Z | Downloaded salty v0.3.0 |
980 | 2024-12-21T02:28:34.229Z | Downloaded quick-xml v0.33.0 |
981 | 2024-12-21T02:28:34.235Z | Downloaded lalrpop v0.19.12 |
982 | 2024-12-21T02:28:34.245Z | Downloaded unicode-segmentation v1.12.0 |
983 | 2024-12-21T02:28:34.248Z | Downloaded libz-sys v1.1.20 |
984 | 2024-12-21T02:28:34.268Z | Downloaded reedline v0.35.0 |
985 | 2024-12-21T02:28:34.274Z | Downloaded steno v0.4.1 |
986 | 2024-12-21T02:28:34.278Z | Downloaded bitvec v1.0.1 |
987 | 2024-12-21T02:28:34.291Z | Downloaded bindgen v0.69.5 |
988 | 2024-12-21T02:28:34.298Z | Downloaded snafu v0.8.5 |
989 | 2024-12-21T02:28:34.303Z | Downloaded num-bigint v0.4.6 |
990 | 2024-12-21T02:28:34.307Z | Downloaded expectorate v1.1.0 |
991 | 2024-12-21T02:28:34.310Z | Downloaded hashbrown v0.14.5 |
992 | 2024-12-21T02:28:34.314Z | Downloaded serde_yaml v0.9.34+deprecated |
993 | 2024-12-21T02:28:34.319Z | Downloaded dropshot_endpoint v0.12.0 |
994 | 2024-12-21T02:28:34.321Z | Downloaded tokio v1.40.0 |
995 | 2024-12-21T02:28:34.355Z | Downloaded sha3 v0.10.8 |
996 | 2024-12-21T02:28:34.359Z | Downloaded enum-as-inner v0.6.1 |
997 | 2024-12-21T02:28:34.362Z | Downloaded itertools v0.13.0 |
998 | 2024-12-21T02:28:34.367Z | Downloaded twox-hash v1.6.3 |
999 | 2024-12-21T02:28:34.370Z | Downloaded rcgen v0.12.1 |
1000 | 2024-12-21T02:28:34.372Z | Downloaded ssh-key v0.6.6 |
1001 | 2024-12-21T02:28:34.377Z | Downloaded heapless v0.8.0 |
1002 | 2024-12-21T02:28:34.381Z | Downloaded heapless v0.7.17 |
1003 | 2024-12-21T02:28:34.384Z | Downloaded sha1 v0.10.6 |
1004 | 2024-12-21T02:28:34.387Z | Downloaded pin-project-lite v0.2.14 |
1005 | 2024-12-21T02:28:34.390Z | Downloaded tar v0.4.42 |
1006 | 2024-12-21T02:28:34.392Z | Downloaded idna v1.0.3 |
1007 | 2024-12-21T02:28:34.397Z | Downloaded aho-corasick v1.1.3 |
1008 | 2024-12-21T02:28:34.401Z | Downloaded fixedbitset v0.4.2 |
1009 | 2024-12-21T02:28:34.404Z | Downloaded ff v0.13.0 |
1010 | 2024-12-21T02:28:34.405Z | Downloaded hkdf v0.12.4 |
1011 | 2024-12-21T02:28:34.407Z | Downloaded unicode-properties v0.1.3 |
1012 | 2024-12-21T02:28:34.410Z | Downloaded parse-zoneinfo v0.3.1 |
1013 | 2024-12-21T02:28:34.421Z | Downloaded tokio-tungstenite v0.23.1 |
1014 | 2024-12-21T02:28:34.421Z | Downloaded peg v0.8.4 |
1015 | 2024-12-21T02:28:34.421Z | Downloaded slog-envlogger v2.2.0 |
1016 | 2024-12-21T02:28:34.421Z | Downloaded itertools v0.12.1 |
1017 | 2024-12-21T02:28:34.424Z | Downloaded password-hash v0.4.2 |
1018 | 2024-12-21T02:28:34.426Z | Downloaded num-rational v0.4.2 |
1019 | 2024-12-21T02:28:34.428Z | Downloaded schemars v0.8.21 |
1020 | 2024-12-21T02:28:34.436Z | Downloaded hashbrown v0.12.3 |
1021 | 2024-12-21T02:28:34.440Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1022 | 2024-12-21T02:28:34.443Z | Downloaded fallible-iterator v0.2.0 |
1023 | 2024-12-21T02:28:34.443Z | Downloaded zerofrom-derive v0.1.4 |
1024 | 2024-12-21T02:28:34.445Z | Downloaded crossterm v0.28.1 |
1025 | 2024-12-21T02:28:34.449Z | Downloaded thiserror-no-std v2.0.2 |
1026 | 2024-12-21T02:28:34.452Z | Downloaded rpassword v7.3.1 |
1027 | 2024-12-21T02:28:34.455Z | Downloaded packed_struct_codegen v0.10.1 |
1028 | 2024-12-21T02:28:34.455Z | Downloaded packed_struct v0.10.1 |
1029 | 2024-12-21T02:28:34.458Z | Downloaded aes-gcm v0.10.3 |
1030 | 2024-12-21T02:28:34.462Z | Downloaded encoding_rs v0.8.34 |
1031 | 2024-12-21T02:28:34.479Z | Downloaded libm v0.2.8 |
1032 | 2024-12-21T02:28:34.486Z | Downloaded sqlformat v0.2.6 |
1033 | 2024-12-21T02:28:34.488Z | Downloaded shell-words v1.1.0 |
1034 | 2024-12-21T02:28:34.488Z | Downloaded elliptic-curve v0.13.8 |
1035 | 2024-12-21T02:28:34.491Z | Downloaded socket2 v0.5.7 |
1036 | 2024-12-21T02:28:34.493Z | Downloaded tokio-postgres v0.7.12 |
1037 | 2024-12-21T02:28:34.497Z | Downloaded quinn v0.11.5 |
1038 | 2024-12-21T02:28:34.502Z | Downloaded prettyplease v0.2.25 |
1039 | 2024-12-21T02:28:34.505Z | Downloaded itertools v0.10.5 |
1040 | 2024-12-21T02:28:34.509Z | Downloaded openssl-sys v0.9.103 |
1041 | 2024-12-21T02:28:34.513Z | Downloaded tracing-core v0.1.32 |
1042 | 2024-12-21T02:28:34.516Z | Downloaded zip v0.6.6 |
1043 | 2024-12-21T02:28:34.520Z | Downloaded tap v1.0.1 |
1044 | 2024-12-21T02:28:34.523Z | Downloaded slog-stdlog v4.1.1 |
1045 | 2024-12-21T02:28:34.523Z | Downloaded spin v0.9.8 |
1046 | 2024-12-21T02:28:34.525Z | Downloaded darling_core v0.20.10 |
1047 | 2024-12-21T02:28:34.529Z | Downloaded fatfs v0.3.6 |
1048 | 2024-12-21T02:28:34.531Z | Downloaded foreign-types v0.5.0 |
1049 | 2024-12-21T02:28:34.534Z | Downloaded stringprep v0.1.5 |
1050 | 2024-12-21T02:28:34.534Z | Downloaded serde_derive_internals v0.29.1 |
1051 | 2024-12-21T02:28:34.536Z | Downloaded predicates-core v1.0.8 |
1052 | 2024-12-21T02:28:34.537Z | Downloaded ed25519-dalek v2.1.1 |
1053 | 2024-12-21T02:28:34.540Z | Downloaded progenitor v0.8.0 |
1054 | 2024-12-21T02:28:34.540Z | Downloaded phf_shared v0.11.2 |
1055 | 2024-12-21T02:28:34.542Z | Downloaded num_enum v0.5.11 |
1056 | 2024-12-21T02:28:34.545Z | Downloaded minimal-lexical v0.2.1 |
1057 | 2024-12-21T02:28:34.548Z | Downloaded tungstenite v0.24.0 |
1058 | 2024-12-21T02:28:34.551Z | Downloaded display-error-chain v0.2.2 |
1059 | 2024-12-21T02:28:34.553Z | Downloaded dirs-next v2.0.0 |
1060 | 2024-12-21T02:28:34.553Z | Downloaded uzers v0.12.1 |
1061 | 2024-12-21T02:28:34.556Z | Downloaded postgres-types v0.2.8 |
1062 | 2024-12-21T02:28:34.558Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1063 | 2024-12-21T02:28:34.611Z | Downloaded tokio-rustls v0.24.1 |
1064 | 2024-12-21T02:28:34.614Z | Downloaded smallvec v1.13.2 |
1065 | 2024-12-21T02:28:34.616Z | Downloaded serde_with_macros v3.11.0 |
1066 | 2024-12-21T02:28:34.619Z | Downloaded futures-channel v0.3.31 |
1067 | 2024-12-21T02:28:34.619Z | Downloaded fs_extra v1.3.0 |
1068 | 2024-12-21T02:28:34.622Z | Downloaded time-macros v0.2.18 |
1069 | 2024-12-21T02:28:34.625Z | Downloaded subtle v2.6.1 |
1070 | 2024-12-21T02:28:34.625Z | Downloaded slog-async v2.8.0 |
1071 | 2024-12-21T02:28:34.628Z | Downloaded parse-display-derive v0.10.0 |
1072 | 2024-12-21T02:28:34.631Z | Downloaded phf_codegen v0.11.2 |
1073 | 2024-12-21T02:28:34.631Z | Downloaded num-integer v0.1.46 |
1074 | 2024-12-21T02:28:34.631Z | Downloaded env_logger v0.11.5 |
1075 | 2024-12-21T02:28:34.633Z | Downloaded defmt v0.3.8 |
1076 | 2024-12-21T02:28:34.636Z | Downloaded tracing-attributes v0.1.27 |
1077 | 2024-12-21T02:28:34.639Z | Downloaded omicron-zone-package v0.12.0 |
1078 | 2024-12-21T02:28:34.642Z | Downloaded utf8_iter v1.0.4 |
1079 | 2024-12-21T02:28:34.642Z | Downloaded rustls-pemfile v2.2.0 |
1080 | 2024-12-21T02:28:34.645Z | Downloaded tungstenite v0.23.0 |
1081 | 2024-12-21T02:28:34.647Z | Downloaded tungstenite v0.21.0 |
1082 | 2024-12-21T02:28:34.650Z | Downloaded tokio-rustls v0.26.0 |
1083 | 2024-12-21T02:28:34.650Z | Downloaded sct v0.7.1 |
1084 | 2024-12-21T02:28:34.653Z | Downloaded similar v2.6.0 |
1085 | 2024-12-21T02:28:34.657Z | Downloaded pem-rfc7468 v0.7.0 |
1086 | 2024-12-21T02:28:34.659Z | Downloaded signal-hook v0.3.17 |
1087 | 2024-12-21T02:28:34.661Z | Downloaded crossbeam-channel v0.5.13 |
1088 | 2024-12-21T02:28:34.666Z | Downloaded dhcproto v0.12.0 |
1089 | 2024-12-21T02:28:34.669Z | Downloaded data-encoding v2.6.0 |
1090 | 2024-12-21T02:28:34.669Z | Downloaded progenitor-impl v0.8.0 |
1091 | 2024-12-21T02:28:34.674Z | Downloaded subprocess v0.2.9 |
1092 | 2024-12-21T02:28:34.694Z | Downloaded smf v0.2.3 |
1093 | 2024-12-21T02:28:34.702Z | Downloaded structmeta v0.3.0 |
1094 | 2024-12-21T02:28:34.703Z | Downloaded structmeta v0.2.0 |
1095 | 2024-12-21T02:28:34.703Z | Downloaded strip-ansi-escapes v0.2.0 |
1096 | 2024-12-21T02:28:34.703Z | Downloaded sec1 v0.7.3 |
1097 | 2024-12-21T02:28:34.708Z | Downloaded cc v1.1.30 |
1098 | 2024-12-21T02:28:34.710Z | Downloaded indexmap v1.9.3 |
1099 | 2024-12-21T02:28:34.712Z | Downloaded signature v2.2.0 |
1100 | 2024-12-21T02:28:34.712Z | Downloaded signal-hook-tokio v0.3.1 |
1101 | 2024-12-21T02:28:34.714Z | Downloaded primeorder v0.13.6 |
1102 | 2024-12-21T02:28:34.717Z | Downloaded const_format v0.2.33 |
1103 | 2024-12-21T02:28:34.721Z | Downloaded base64 v0.21.7 |
1104 | 2024-12-21T02:28:34.725Z | Downloaded backtrace v0.3.74 |
1105 | 2024-12-21T02:28:34.732Z | Downloaded allocator-api2 v0.2.18 |
1106 | 2024-12-21T02:28:34.736Z | Downloaded ron v0.7.1 |
1107 | 2024-12-21T02:28:34.742Z | Downloaded walkdir v2.5.0 |
1108 | 2024-12-21T02:28:34.745Z | Downloaded icu_properties v1.5.1 |
1109 | 2024-12-21T02:28:34.748Z | Downloaded hyper-util v0.1.10 |
1110 | 2024-12-21T02:28:34.753Z | Downloaded tokio-rustls v0.25.0 |
1111 | 2024-12-21T02:28:34.756Z | Downloaded thiserror v2.0.3 |
1112 | 2024-12-21T02:28:34.763Z | Downloaded indicatif v0.17.9 |
1113 | 2024-12-21T02:28:34.771Z | Downloaded num-derive v0.4.2 |
1114 | 2024-12-21T02:28:34.773Z | Downloaded cookie_store v0.21.0 |
1115 | 2024-12-21T02:28:34.776Z | Downloaded bytes v1.8.0 |
1116 | 2024-12-21T02:28:34.783Z | Downloaded base64 v0.13.1 |
1117 | 2024-12-21T02:28:34.786Z | Downloaded blake2 v0.10.6 |
1118 | 2024-12-21T02:28:34.788Z | Downloaded untrusted v0.7.1 |
1119 | 2024-12-21T02:28:34.791Z | Downloaded tokio-tungstenite v0.21.0 |
1120 | 2024-12-21T02:28:34.791Z | Downloaded mime_guess v2.0.5 |
1121 | 2024-12-21T02:28:34.793Z | Downloaded clang-sys v1.8.1 |
1122 | 2024-12-21T02:28:34.795Z | Downloaded siphasher v0.3.11 |
1123 | 2024-12-21T02:28:34.798Z | Downloaded simd-adler32 v0.3.7 |
1124 | 2024-12-21T02:28:34.798Z | Downloaded serde_urlencoded v0.7.1 |
1125 | 2024-12-21T02:28:34.801Z | Downloaded serde_repr v0.1.19 |
1126 | 2024-12-21T02:28:34.801Z | Downloaded crossbeam-epoch v0.9.18 |
1127 | 2024-12-21T02:28:34.804Z | Downloaded base64ct v1.6.0 |
1128 | 2024-12-21T02:28:34.808Z | Downloaded cookie v0.18.1 |
1129 | 2024-12-21T02:28:34.808Z | Downloaded scopeguard v1.2.0 |
1130 | 2024-12-21T02:28:34.808Z | Downloaded same-file v1.0.6 |
1131 | 2024-12-21T02:28:34.810Z | Downloaded indent_write v2.2.0 |
1132 | 2024-12-21T02:28:34.810Z | Downloaded const_format_proc_macros v0.2.33 |
1133 | 2024-12-21T02:28:34.813Z | Downloaded backoff v0.4.0 |
1134 | 2024-12-21T02:28:34.813Z | Downloaded ref-cast-impl v1.0.23 |
1135 | 2024-12-21T02:28:34.815Z | Downloaded rand_seeder v0.3.0 |
1136 | 2024-12-21T02:28:34.815Z | Downloaded radium v0.7.0 |
1137 | 2024-12-21T02:28:34.817Z | Downloaded icu_locid_transform v1.5.0 |
1138 | 2024-12-21T02:28:34.820Z | Downloaded argon2 v0.5.3 |
1139 | 2024-12-21T02:28:34.820Z | Downloaded inout v0.1.3 |
1140 | 2024-12-21T02:28:34.822Z | Downloaded csv-core v0.1.11 |
1141 | 2024-12-21T02:28:34.822Z | Downloaded ipnet v2.10.1 |
1142 | 2024-12-21T02:28:34.824Z | Downloaded bcs v0.1.6 |
1143 | 2024-12-21T02:28:34.827Z | Downloaded idna_adapter v1.2.0 |
1144 | 2024-12-21T02:28:34.827Z | Downloaded ciborium v0.2.2 |
1145 | 2024-12-21T02:28:34.830Z | Downloaded httparse v1.9.5 |
1146 | 2024-12-21T02:28:34.830Z | Downloaded highway v1.2.0 |
1147 | 2024-12-21T02:28:34.832Z | Downloaded darling v0.20.10 |
1148 | 2024-12-21T02:28:34.835Z | Downloaded ciborium-ll v0.2.2 |
1149 | 2024-12-21T02:28:34.837Z | Downloaded buf-list v1.0.3 |
1150 | 2024-12-21T02:28:34.840Z | Downloaded blowfish v0.9.1 |
1151 | 2024-12-21T02:28:34.840Z | Downloaded bitfield v0.14.0 |
1152 | 2024-12-21T02:28:34.843Z | Downloaded base16ct v0.2.0 |
1153 | 2024-12-21T02:28:34.843Z | Downloaded indoc v1.0.9 |
1154 | 2024-12-21T02:28:34.845Z | Downloaded hyper-tls v0.6.0 |
1155 | 2024-12-21T02:28:34.845Z | Downloaded cipher v0.4.4 |
1156 | 2024-12-21T02:28:34.848Z | Downloaded kstat-rs v0.2.4 |
1157 | 2024-12-21T02:28:34.848Z | Downloaded http-body-util v0.1.2 |
1158 | 2024-12-21T02:28:34.853Z | Downloaded cmake v0.1.51 |
1159 | 2024-12-21T02:28:34.853Z | Downloaded cassowary v0.3.0 |
1160 | 2024-12-21T02:28:34.857Z | Downloaded bit-set v0.5.3 |
1161 | 2024-12-21T02:28:34.857Z | Downloaded bb8 v0.8.5 |
1162 | 2024-12-21T02:28:34.858Z | Downloaded atomic-waker v1.1.2 |
1163 | 2024-12-21T02:28:34.858Z | Downloaded colored v2.1.0 |
1164 | 2024-12-21T02:28:34.861Z | Downloaded bitfield-struct v0.6.2 |
1165 | 2024-12-21T02:28:34.861Z | Downloaded castaway v0.2.3 |
1166 | 2024-12-21T02:28:34.861Z | Downloaded block-padding v0.3.3 |
1167 | 2024-12-21T02:28:34.861Z | Downloaded bcrypt-pbkdf v0.10.0 |
1168 | 2024-12-21T02:28:34.864Z | Downloaded async-stream v0.3.6 |
1169 | 2024-12-21T02:28:34.864Z | Downloaded aead v0.5.2 |
1170 | 2024-12-21T02:28:34.864Z | Downloaded arrayref v0.3.9 |
1171 | 2024-12-21T02:28:34.922Z | Downloaded ring v0.17.8 |
1172 | 2024-12-21T02:28:35.013Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2024-12-21T02:28:35.262Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2024-12-21T02:28:35.556Z | Compiling serde v1.0.215 |
1175 | 2024-12-21T02:28:35.558Z | Compiling lock_api v0.4.12 |
1176 | 2024-12-21T02:28:35.558Z | Compiling scopeguard v1.2.0 |
1177 | 2024-12-21T02:28:35.558Z | Compiling value-bag v1.9.0 |
1178 | 2024-12-21T02:28:35.558Z | Compiling typenum v1.17.0 |
1179 | 2024-12-21T02:28:35.558Z | Compiling generic-array v0.14.7 |
1180 | 2024-12-21T02:28:35.558Z | Compiling syn v2.0.87 |
1181 | 2024-12-21T02:28:35.713Z | Compiling getrandom v0.2.15 |
1182 | 2024-12-21T02:28:35.817Z | Compiling shlex v1.3.0 |
1183 | 2024-12-21T02:28:36.016Z | Compiling rand_core v0.6.4 |
1184 | 2024-12-21T02:28:36.212Z | Compiling log v0.4.22 |
1185 | 2024-12-21T02:28:36.249Z | Compiling subtle v2.6.1 |
1186 | 2024-12-21T02:28:36.296Z | Compiling jobserver v0.1.32 |
1187 | 2024-12-21T02:28:36.377Z | Compiling const-oid v0.9.6 |
1188 | 2024-12-21T02:28:36.542Z | Compiling smallvec v1.13.2 |
1189 | 2024-12-21T02:28:36.591Z | Compiling spin v0.9.8 |
1190 | 2024-12-21T02:28:36.608Z | Compiling pin-project-lite v0.2.14 |
1191 | 2024-12-21T02:28:36.737Z | Compiling cc v1.1.30 |
1192 | 2024-12-21T02:28:36.946Z | Compiling rustix v0.38.37 |
1193 | 2024-12-21T02:28:36.996Z | Compiling parking_lot_core v0.9.10 |
1194 | 2024-12-21T02:28:37.139Z | Compiling futures-core v0.3.31 |
1195 | 2024-12-21T02:28:37.257Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2024-12-21T02:28:37.398Z | Compiling mio v1.0.2 |
1197 | 2024-12-21T02:28:37.823Z | Compiling aho-corasick v1.1.3 |
1198 | 2024-12-21T02:28:38.102Z | Compiling parking_lot v0.12.3 |
1199 | 2024-12-21T02:28:38.143Z | Compiling either v1.13.0 |
1200 | 2024-12-21T02:28:38.368Z | Compiling cpufeatures v0.2.14 |
1201 | 2024-12-21T02:28:38.473Z | Compiling regex-syntax v0.8.5 |
1202 | 2024-12-21T02:28:38.549Z | Compiling lazy_static v1.5.0 |
1203 | 2024-12-21T02:28:38.573Z | Compiling glob v0.3.1 |
1204 | 2024-12-21T02:28:38.600Z | Compiling stable_deref_trait v1.2.0 |
1205 | 2024-12-21T02:28:38.668Z | Compiling futures-sink v0.3.31 |
1206 | 2024-12-21T02:28:38.706Z | Compiling socket2 v0.5.7 |
1207 | 2024-12-21T02:28:38.820Z | Compiling slab v0.4.9 |
1208 | 2024-12-21T02:28:39.047Z | Compiling prettyplease v0.2.25 |
1209 | 2024-12-21T02:28:39.249Z | Compiling minimal-lexical v0.2.1 |
1210 | 2024-12-21T02:28:39.509Z | Compiling clang-sys v1.8.1 |
1211 | 2024-12-21T02:28:39.639Z | Compiling nom v7.1.3 |
1212 | 2024-12-21T02:28:39.668Z | Compiling libloading v0.8.5 |
1213 | 2024-12-21T02:28:39.788Z | Compiling home v0.5.9 |
1214 | 2024-12-21T02:28:40.054Z | Compiling serde_json v1.0.132 |
1215 | 2024-12-21T02:28:40.141Z | Compiling bindgen v0.69.5 |
1216 | 2024-12-21T02:28:40.387Z | Compiling futures-channel v0.3.31 |
1217 | 2024-12-21T02:28:40.815Z | Compiling itertools v0.12.1 |
1218 | 2024-12-21T02:28:40.956Z | Compiling rustc-hash v1.1.0 |
1219 | 2024-12-21T02:28:41.105Z | Compiling lazycell v1.3.0 |
1220 | 2024-12-21T02:28:41.154Z | Compiling futures-io v0.3.31 |
1221 | 2024-12-21T02:28:41.278Z | Compiling futures-task v0.3.31 |
1222 | 2024-12-21T02:28:41.486Z | Compiling foldhash v0.1.3 |
1223 | 2024-12-21T02:28:41.585Z | Compiling pin-utils v0.1.0 |
1224 | 2024-12-21T02:28:41.683Z | Compiling allocator-api2 v0.2.18 |
1225 | 2024-12-21T02:28:41.793Z | Compiling cmake v0.1.51 |
1226 | 2024-12-21T02:28:42.485Z | Compiling regex-automata v0.4.8 |
1227 | 2024-12-21T02:28:42.791Z | Compiling hashbrown v0.15.1 |
1228 | 2024-12-21T02:28:43.367Z | Compiling synstructure v0.13.1 |
1229 | 2024-12-21T02:28:43.941Z | Compiling cexpr v0.6.0 |
1230 | 2024-12-21T02:28:44.132Z | Compiling fs_extra v1.3.0 |
1231 | 2024-12-21T02:28:44.759Z | Compiling libm v0.2.8 |
1232 | 2024-12-21T02:28:45.078Z | Compiling dunce v1.0.5 |
1233 | 2024-12-21T02:28:45.099Z | Compiling pkg-config v0.3.31 |
1234 | 2024-12-21T02:28:45.218Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-12-21T02:28:45.305Z | Compiling tinyvec v1.8.0 |
1236 | 2024-12-21T02:28:45.323Z | Compiling num-traits v0.2.19 |
1237 | 2024-12-21T02:28:45.821Z | Compiling ring v0.17.8 |
1238 | 2024-12-21T02:28:46.564Z | Compiling base64ct v1.6.0 |
1239 | 2024-12-21T02:28:46.661Z | Compiling litemap v0.7.3 |
1240 | 2024-12-21T02:28:46.774Z | Compiling unicode-normalization v0.1.24 |
1241 | 2024-12-21T02:28:46.951Z | Compiling writeable v0.5.5 |
1242 | 2024-12-21T02:28:47.037Z | Compiling paste v1.0.15 |
1243 | 2024-12-21T02:28:47.152Z | Compiling unicode-bidi v0.3.17 |
1244 | 2024-12-21T02:28:47.208Z | Compiling pem-rfc7468 v0.7.0 |
1245 | 2024-12-21T02:28:47.840Z | Compiling httparse v1.9.5 |
1246 | 2024-12-21T02:28:47.914Z | Compiling regex v1.11.1 |
1247 | 2024-12-21T02:28:48.533Z | Compiling aws-lc-rs v1.10.0 |
1248 | 2024-12-21T02:28:48.589Z | Compiling flagset v0.4.6 |
1249 | 2024-12-21T02:28:48.868Z | Compiling tracing-core v0.1.32 |
1250 | 2024-12-21T02:28:48.984Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2024-12-21T02:28:49.423Z | Compiling percent-encoding v2.3.1 |
1252 | 2024-12-21T02:28:49.746Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2024-12-21T02:28:49.848Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2024-12-21T02:28:50.063Z | Compiling num-conv v0.1.0 |
1255 | 2024-12-21T02:28:50.108Z | Compiling time-core v0.1.2 |
1256 | 2024-12-21T02:28:50.167Z | Compiling serde_derive v1.0.215 |
1257 | 2024-12-21T02:28:50.289Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-12-21T02:28:50.341Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2024-12-21T02:28:50.439Z | Compiling tokio-macros v2.4.0 |
1260 | 2024-12-21T02:28:50.670Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2024-12-21T02:28:51.795Z | Compiling zeroize v1.8.1 |
1262 | 2024-12-21T02:28:51.978Z | Compiling thiserror-impl v1.0.69 |
1263 | 2024-12-21T02:28:52.208Z | Compiling yoke-derive v0.7.4 |
1264 | 2024-12-21T02:28:52.480Z | Compiling zerocopy v0.7.35 |
1265 | 2024-12-21T02:28:53.567Z | Compiling crypto-common v0.1.6 |
1266 | 2024-12-21T02:28:53.748Z | Compiling block-buffer v0.10.4 |
1267 | 2024-12-21T02:28:53.989Z | Compiling digest v0.10.7 |
1268 | 2024-12-21T02:28:54.116Z | Compiling futures-macro v0.3.31 |
1269 | 2024-12-21T02:28:54.459Z | Compiling hmac v0.12.1 |
1270 | 2024-12-21T02:28:54.653Z | Compiling zerovec-derive v0.10.3 |
1271 | 2024-12-21T02:28:54.686Z | Compiling zerofrom v0.1.4 |
1272 | 2024-12-21T02:28:54.738Z | Compiling block-padding v0.3.3 |
1273 | 2024-12-21T02:28:54.945Z | Compiling displaydoc v0.2.5 |
1274 | 2024-12-21T02:28:54.985Z | Compiling inout v0.1.3 |
1275 | 2024-12-21T02:28:55.136Z | Compiling yoke v0.7.4 |
1276 | 2024-12-21T02:28:55.259Z | Compiling cipher v0.4.4 |
1277 | 2024-12-21T02:28:55.331Z | Compiling thiserror v1.0.69 |
1278 | 2024-12-21T02:28:55.460Z | Compiling sha2 v0.10.8 |
1279 | 2024-12-21T02:28:55.489Z | Compiling ppv-lite86 v0.2.20 |
1280 | 2024-12-21T02:28:55.732Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2024-12-21T02:28:56.088Z | Compiling futures-util v0.3.31 |
1282 | 2024-12-21T02:28:56.251Z | Compiling der_derive v0.7.3 |
1283 | 2024-12-21T02:28:56.554Z | Compiling rand_chacha v0.3.1 |
1284 | 2024-12-21T02:28:56.880Z | Compiling tracing-attributes v0.1.27 |
1285 | 2024-12-21T02:28:57.254Z | Compiling zerovec v0.10.4 |
1286 | 2024-12-21T02:28:58.671Z | Compiling rand v0.8.5 |
1287 | 2024-12-21T02:28:58.703Z | Compiling der v0.7.9 |
1288 | 2024-12-21T02:28:58.753Z | Compiling salsa20 v0.10.2 |
1289 | 2024-12-21T02:28:58.972Z | Compiling tinystr v0.7.6 |
1290 | 2024-12-21T02:28:59.362Z | Compiling icu_locid v1.5.0 |
1291 | 2024-12-21T02:28:59.393Z | Compiling icu_collections v1.5.0 |
1292 | 2024-12-21T02:29:00.515Z | Compiling icu_provider v1.5.0 |
1293 | 2024-12-21T02:29:00.669Z | Compiling tracing v0.1.40 |
1294 | 2024-12-21T02:29:00.808Z | Compiling spki v0.7.3 |
1295 | 2024-12-21T02:29:00.842Z | Compiling pest v2.7.14 |
1296 | 2024-12-21T02:29:01.173Z | Compiling pbkdf2 v0.12.2 |
1297 | 2024-12-21T02:29:01.221Z | Compiling icu_properties_data v1.5.0 |
1298 | 2024-12-21T02:29:01.352Z | Compiling icu_locid_transform v1.5.0 |
1299 | 2024-12-21T02:29:01.487Z | Compiling powerfmt v0.2.0 |
1300 | 2024-12-21T02:29:01.599Z | Compiling mirai-annotations v1.12.0 |
1301 | 2024-12-21T02:29:01.737Z | Compiling untrusted v0.7.1 |
1302 | 2024-12-21T02:29:01.792Z | Compiling untrusted v0.9.0 |
1303 | 2024-12-21T02:29:01.883Z | Compiling vcpkg v0.2.15 |
1304 | 2024-12-21T02:29:01.920Z | Compiling deranged v0.3.11 |
1305 | 2024-12-21T02:29:01.994Z | Compiling scrypt v0.11.0 |
1306 | 2024-12-21T02:29:02.587Z | Compiling icu_properties v1.5.1 |
1307 | 2024-12-21T02:29:03.317Z | Compiling cbc v0.1.2 |
1308 | 2024-12-21T02:29:03.565Z | Compiling bitflags v2.6.0 |
1309 | 2024-12-21T02:29:03.831Z | Compiling bytes v1.8.0 |
1310 | 2024-12-21T02:29:04.010Z | Compiling indexmap v2.6.0 |
1311 | 2024-12-21T02:29:04.012Z | Compiling semver v1.0.23 |
1312 | 2024-12-21T02:29:04.061Z | Compiling openssl-sys v0.9.103 |
1313 | 2024-12-21T02:29:04.781Z | Compiling tokio v1.40.0 |
1314 | 2024-12-21T02:29:05.167Z | Compiling http v1.1.0 |
1315 | 2024-12-21T02:29:05.217Z | Compiling rustc_version v0.4.1 |
1316 | 2024-12-21T02:29:05.512Z | Compiling pest_meta v2.7.14 |
1317 | 2024-12-21T02:29:05.729Z | Compiling aes v0.8.4 |
1318 | 2024-12-21T02:29:05.992Z | Compiling time-macros v0.2.18 |
1319 | 2024-12-21T02:29:07.150Z | Compiling scroll_derive v0.12.0 |
1320 | 2024-12-21T02:29:07.592Z | Compiling utf8_iter v1.0.4 |
1321 | 2024-12-21T02:29:07.595Z | Compiling write16 v1.0.0 |
1322 | 2024-12-21T02:29:07.720Z | Compiling atomic-waker v1.1.2 |
1323 | 2024-12-21T02:29:07.851Z | Compiling which v4.4.2 |
1324 | 2024-12-21T02:29:07.908Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2024-12-21T02:29:08.012Z | Compiling num_threads v0.1.7 |
1326 | 2024-12-21T02:29:08.140Z | Compiling utf16_iter v1.0.5 |
1327 | 2024-12-21T02:29:08.449Z | Compiling icu_normalizer v1.5.0 |
1328 | 2024-12-21T02:29:08.534Z | Compiling pest_generator v2.7.14 |
1329 | 2024-12-21T02:29:08.645Z | Compiling scroll v0.12.0 |
1330 | 2024-12-21T02:29:09.212Z | Compiling pkcs5 v0.7.1 |
1331 | 2024-12-21T02:29:09.235Z | Compiling http-body v1.0.1 |
1332 | 2024-12-21T02:29:09.320Z | Compiling time v0.3.36 |
1333 | 2024-12-21T02:29:09.780Z | Compiling form_urlencoded v1.2.1 |
1334 | 2024-12-21T02:29:10.127Z | Compiling slog v2.7.0 |
1335 | 2024-12-21T02:29:10.438Z | Compiling try-lock v0.2.5 |
1336 | 2024-12-21T02:29:10.470Z | Compiling goblin v0.8.2 |
1337 | 2024-12-21T02:29:10.586Z | Compiling want v0.3.1 |
1338 | 2024-12-21T02:29:10.589Z | Compiling pkcs8 v0.10.2 |
1339 | 2024-12-21T02:29:10.625Z | Compiling pest_derive v2.7.14 |
1340 | 2024-12-21T02:29:10.707Z | Compiling idna_adapter v1.2.0 |
1341 | 2024-12-21T02:29:10.875Z | Compiling httpdate v1.0.3 |
1342 | 2024-12-21T02:29:10.927Z | Compiling idna v1.0.3 |
1343 | 2024-12-21T02:29:11.350Z | Compiling serde_spanned v0.6.8 |
1344 | 2024-12-21T02:29:11.387Z | Compiling dtrace-parser v0.2.0 |
1345 | 2024-12-21T02:29:11.576Z | Compiling serde_tokenstream v0.2.2 |
1346 | 2024-12-21T02:29:12.111Z | Compiling uuid v1.11.0 |
1347 | 2024-12-21T02:29:12.179Z | Compiling toml_datetime v0.6.8 |
1348 | 2024-12-21T02:29:12.696Z | Compiling base64 v0.22.1 |
1349 | 2024-12-21T02:29:12.731Z | Compiling match_cfg v0.1.0 |
1350 | 2024-12-21T02:29:12.827Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-21T02:29:13.464Z | Compiling tokio-util v0.7.12 |
1352 | 2024-12-21T02:29:13.512Z | Compiling tower-service v0.3.3 |
1353 | 2024-12-21T02:29:13.531Z | Compiling adler2 v2.0.0 |
1354 | 2024-12-21T02:29:13.549Z | Compiling openssl v0.10.66 |
1355 | 2024-12-21T02:29:13.639Z | Compiling iana-time-zone v0.1.61 |
1356 | 2024-12-21T02:29:13.736Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2024-12-21T02:29:13.849Z | Compiling foreign-types v0.3.2 |
1358 | 2024-12-21T02:29:13.949Z | Compiling chrono v0.4.38 |
1359 | 2024-12-21T02:29:13.996Z | Compiling miniz_oxide v0.8.0 |
1360 | 2024-12-21T02:29:14.179Z | Compiling hostname v0.3.1 |
1361 | 2024-12-21T02:29:14.434Z | Compiling h2 v0.4.6 |
1362 | 2024-12-21T02:29:14.600Z | Compiling url v2.5.3 |
1363 | 2024-12-21T02:29:15.564Z | Compiling async-trait v0.1.83 |
1364 | 2024-12-21T02:29:16.284Z | Compiling dof v0.3.0 |
1365 | 2024-12-21T02:29:16.637Z | Compiling openssl-macros v0.1.1 |
1366 | 2024-12-21T02:29:17.391Z | Compiling usdt-impl v0.5.0 |
1367 | 2024-12-21T02:29:17.826Z | Compiling dirs-sys-next v0.1.2 |
1368 | 2024-12-21T02:29:18.281Z | Compiling syn v1.0.109 |
1369 | 2024-12-21T02:29:18.439Z | Compiling rustls v0.22.4 |
1370 | 2024-12-21T02:29:18.483Z | Compiling data-encoding v2.6.0 |
1371 | 2024-12-21T02:29:18.695Z | Compiling rustls v0.23.19 |
1372 | 2024-12-21T02:29:18.918Z | Compiling native-tls v0.2.12 |
1373 | 2024-12-21T02:29:18.939Z | Compiling siphasher v0.3.11 |
1374 | 2024-12-21T02:29:19.059Z | Compiling dirs-next v2.0.0 |
1375 | 2024-12-21T02:29:19.327Z | Compiling http-body-util v0.1.2 |
1376 | 2024-12-21T02:29:19.863Z | Compiling heapless v0.7.17 |
1377 | 2024-12-21T02:29:20.307Z | Compiling crossbeam-epoch v0.9.18 |
1378 | 2024-12-21T02:29:20.332Z | Compiling signature v2.2.0 |
1379 | 2024-12-21T02:29:20.621Z | Compiling sha1 v0.10.6 |
1380 | 2024-12-21T02:29:20.642Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1381 | 2024-12-21T02:29:20.731Z | Compiling serde_derive_internals v0.29.1 |
1382 | 2024-12-21T02:29:20.902Z | Compiling thread_local v1.1.8 |
1383 | 2024-12-21T02:29:21.056Z | Compiling cookie v0.18.1 |
1384 | 2024-12-21T02:29:21.089Z | Compiling encoding_rs v0.8.34 |
1385 | 2024-12-21T02:29:21.113Z | Compiling multer v3.1.0 |
1386 | 2024-12-21T02:29:21.313Z | Compiling hyper v1.5.0 |
1387 | 2024-12-21T02:29:21.373Z | Compiling rayon-core v1.12.1 |
1388 | 2024-12-21T02:29:21.411Z | Compiling mime v0.3.17 |
1389 | 2024-12-21T02:29:21.646Z | Compiling schemars v0.8.21 |
1390 | 2024-12-21T02:29:21.985Z | Compiling signal-hook v0.3.17 |
1391 | 2024-12-21T02:29:22.004Z | Compiling gimli v0.31.1 |
1392 | 2024-12-21T02:29:22.242Z | Compiling unicode-properties v0.1.3 |
1393 | 2024-12-21T02:29:22.662Z | Compiling openssl-probe v0.1.5 |
1394 | 2024-12-21T02:29:23.015Z | Compiling ipnet v2.10.1 |
1395 | 2024-12-21T02:29:23.495Z | Compiling slog-async v2.8.0 |
1396 | 2024-12-21T02:29:23.998Z | Compiling hyper-util v0.1.10 |
1397 | 2024-12-21T02:29:24.337Z | Compiling schemars_derive v0.8.21 |
1398 | 2024-12-21T02:29:25.020Z | Compiling stringprep v0.1.5 |
1399 | 2024-12-21T02:29:25.473Z | Compiling toml_edit v0.22.22 |
1400 | 2024-12-21T02:29:26.301Z | Compiling crossbeam-deque v0.8.5 |
1401 | 2024-12-21T02:29:26.632Z | Compiling addr2line v0.24.2 |
1402 | 2024-12-21T02:29:27.163Z | Compiling usdt-attr-macro v0.5.0 |
1403 | 2024-12-21T02:29:27.260Z | Compiling usdt-macro v0.5.0 |
1404 | 2024-12-21T02:29:27.361Z | Compiling term v0.7.0 |
1405 | 2024-12-21T02:29:27.727Z | Compiling slog-json v2.6.1 |
1406 | 2024-12-21T02:29:27.863Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2024-12-21T02:29:28.086Z | Compiling curve25519-dalek v4.1.3 |
1408 | 2024-12-21T02:29:28.393Z | Compiling crossbeam-channel v0.5.13 |
1409 | 2024-12-21T02:29:28.697Z | Compiling futures-executor v0.3.31 |
1410 | 2024-12-21T02:29:28.715Z | Compiling md-5 v0.10.6 |
1411 | 2024-12-21T02:29:28.735Z | Compiling enum-as-inner v0.6.1 |
1412 | 2024-12-21T02:29:28.854Z | Compiling async-stream-impl v0.3.6 |
1413 | 2024-12-21T02:29:29.004Z | Compiling rustls-pemfile v2.2.0 |
1414 | 2024-12-21T02:29:29.253Z | Compiling num-integer v0.1.46 |
1415 | 2024-12-21T02:29:29.327Z | Compiling idna v0.4.0 |
1416 | 2024-12-21T02:29:29.514Z | Compiling idna v0.3.0 |
1417 | 2024-12-21T02:29:29.823Z | Compiling hash32 v0.2.1 |
1418 | 2024-12-21T02:29:30.054Z | Compiling ff v0.13.0 |
1419 | 2024-12-21T02:29:30.188Z | Compiling is-terminal v0.4.13 |
1420 | 2024-12-21T02:29:30.262Z | Compiling object v0.36.5 |
1421 | 2024-12-21T02:29:30.288Z | Compiling dropshot v0.12.0 |
1422 | 2024-12-21T02:29:30.305Z | Compiling base16ct v0.2.0 |
1423 | 2024-12-21T02:29:30.561Z | Compiling utf-8 v0.7.6 |
1424 | 2024-12-21T02:29:30.628Z | Compiling num-bigint-dig v0.8.4 |
1425 | 2024-12-21T02:29:30.889Z | Compiling quick-error v1.2.3 |
1426 | 2024-12-21T02:29:30.911Z | Compiling portable-atomic v1.9.0 |
1427 | 2024-12-21T02:29:31.043Z | Compiling psl-types v2.0.11 |
1428 | 2024-12-21T02:29:31.084Z | Compiling rustc-demangle v0.1.24 |
1429 | 2024-12-21T02:29:31.157Z | Compiling anyhow v1.0.93 |
1430 | 2024-12-21T02:29:31.240Z | Compiling dyn-clone v1.0.17 |
1431 | 2024-12-21T02:29:31.452Z | Compiling smoltcp v0.9.1 |
1432 | 2024-12-21T02:29:31.788Z | Compiling linked-hash-map v0.5.6 |
1433 | 2024-12-21T02:29:31.935Z | Compiling take_mut v0.2.2 |
1434 | 2024-12-21T02:29:32.063Z | Compiling fallible-iterator v0.2.0 |
1435 | 2024-12-21T02:29:32.179Z | Compiling lru-cache v0.1.2 |
1436 | 2024-12-21T02:29:32.627Z | Compiling publicsuffix v2.2.3 |
1437 | 2024-12-21T02:29:32.726Z | Compiling postgres-protocol v0.6.7 |
1438 | 2024-12-21T02:29:32.888Z | Compiling resolv-conf v0.7.0 |
1439 | 2024-12-21T02:29:33.329Z | Compiling tungstenite v0.24.0 |
1440 | 2024-12-21T02:29:33.770Z | Compiling sec1 v0.7.3 |
1441 | 2024-12-21T02:29:33.845Z | Compiling slog-term v2.9.1 |
1442 | 2024-12-21T02:29:34.072Z | Compiling hickory-proto v0.24.1 |
1443 | 2024-12-21T02:29:34.326Z | Compiling async-stream v0.3.6 |
1444 | 2024-12-21T02:29:34.642Z | Compiling group v0.13.0 |
1445 | 2024-12-21T02:29:35.015Z | Compiling usdt v0.5.0 |
1446 | 2024-12-21T02:29:35.550Z | Compiling num-iter v0.1.45 |
1447 | 2024-12-21T02:29:35.707Z | Compiling futures v0.3.31 |
1448 | 2024-12-21T02:29:35.829Z | Compiling toml v0.8.19 |
1449 | 2024-12-21T02:29:35.850Z | Compiling slog-bunyan v2.5.0 |
1450 | 2024-12-21T02:29:37.296Z | Compiling camino v1.1.9 |
1451 | 2024-12-21T02:29:37.604Z | Compiling backtrace v0.3.74 |
1452 | 2024-12-21T02:29:37.970Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2024-12-21T02:29:38.239Z | Compiling phf_shared v0.11.2 |
1454 | 2024-12-21T02:29:38.265Z | Compiling dropshot_endpoint v0.12.0 |
1455 | 2024-12-21T02:29:38.317Z | Compiling waitgroup v0.1.2 |
1456 | 2024-12-21T02:29:38.361Z | Compiling terminal_size v0.4.0 |
1457 | 2024-12-21T02:29:38.539Z | Compiling openapiv3 v2.0.0 |
1458 | 2024-12-21T02:29:38.578Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2024-12-21T02:29:38.620Z | Compiling hkdf v0.12.4 |
1460 | 2024-12-21T02:29:38.887Z | Compiling crypto-bigint v0.5.5 |
1461 | 2024-12-21T02:29:39.413Z | Compiling curve25519-dalek-derive v0.1.1 |
1462 | 2024-12-21T02:29:41.018Z | Compiling zerocopy-derive v0.6.6 |
1463 | 2024-12-21T02:29:41.317Z | Compiling webpki-roots v0.26.6 |
1464 | 2024-12-21T02:29:41.540Z | Compiling idna v0.5.0 |
1465 | 2024-12-21T02:29:42.163Z | Compiling hubpack_derive v0.1.1 |
1466 | 2024-12-21T02:29:42.942Z | Compiling hostname v0.4.0 |
1467 | 2024-12-21T02:29:42.973Z | Compiling fs-err v2.11.0 |
1468 | 2024-12-21T02:29:43.014Z | Compiling ahash v0.8.11 |
1469 | 2024-12-21T02:29:43.531Z | Compiling crc32fast v1.4.2 |
1470 | 2024-12-21T02:29:43.531Z | Compiling debug-ignore v1.0.5 |
1471 | 2024-12-21T02:29:43.531Z | Compiling winnow v0.5.40 |
1472 | 2024-12-21T02:29:43.531Z | Compiling bitflags v1.3.2 |
1473 | 2024-12-21T02:29:43.531Z | Compiling managed v0.8.0 |
1474 | 2024-12-21T02:29:43.532Z | Compiling clap_builder v4.5.21 |
1475 | 2024-12-21T02:29:43.532Z | Compiling console v0.15.8 |
1476 | 2024-12-21T02:29:43.544Z | Compiling flate2 v1.0.34 |
1477 | 2024-12-21T02:29:44.550Z | Compiling strum_macros v0.25.3 |
1478 | 2024-12-21T02:29:44.737Z | Compiling zerocopy v0.6.6 |
1479 | 2024-12-21T02:29:45.130Z | Compiling hubpack v0.1.2 |
1480 | 2024-12-21T02:29:45.161Z | Compiling cookie_store v0.21.0 |
1481 | 2024-12-21T02:29:45.590Z | Compiling elliptic-curve v0.13.8 |
1482 | 2024-12-21T02:29:45.918Z | Compiling hickory-resolver v0.24.1 |
1483 | 2024-12-21T02:29:46.435Z | Compiling phf v0.11.2 |
1484 | 2024-12-21T02:29:46.735Z | Compiling toml_edit v0.19.15 |
1485 | 2024-12-21T02:29:47.086Z | Compiling hyper-tls v0.6.0 |
1486 | 2024-12-21T02:29:47.523Z | Compiling signal-hook-mio v0.2.4 |
1487 | 2024-12-21T02:29:47.653Z | Compiling rayon v1.10.0 |
1488 | 2024-12-21T02:29:47.675Z | Compiling bzip2 v0.4.4 |
1489 | 2024-12-21T02:29:48.673Z | Compiling tokio-tungstenite v0.24.0 |
1490 | 2024-12-21T02:29:49.211Z | Compiling postgres-types v0.2.8 |
1491 | 2024-12-21T02:29:52.125Z | Compiling ed25519 v2.2.3 |
1492 | 2024-12-21T02:29:52.450Z | Compiling phf_shared v0.10.0 |
1493 | 2024-12-21T02:29:52.672Z | Compiling tokio-stream v0.1.16 |
1494 | 2024-12-21T02:29:52.742Z | Compiling pkcs1 v0.7.5 |
1495 | 2024-12-21T02:29:52.836Z | Compiling serde-big-array v0.5.1 |
1496 | 2024-12-21T02:29:53.069Z | Compiling rfc6979 v0.4.0 |
1497 | 2024-12-21T02:29:53.276Z | Compiling derive-where v1.2.7 |
1498 | 2024-12-21T02:29:53.624Z | Compiling clap_derive v4.5.18 |
1499 | 2024-12-21T02:29:53.763Z | Compiling serde_repr v0.1.19 |
1500 | 2024-12-21T02:29:53.767Z | Compiling float-cmp v0.9.0 |
1501 | 2024-12-21T02:29:54.010Z | Compiling bstr v1.10.0 |
1502 | 2024-12-21T02:29:54.780Z | Compiling sync_wrapper v1.0.1 |
1503 | 2024-12-21T02:29:54.853Z | Compiling predicates-core v1.0.8 |
1504 | 2024-12-21T02:29:54.873Z | Compiling unicode-segmentation v1.12.0 |
1505 | 2024-12-21T02:29:54.890Z | Compiling number_prefix v0.4.0 |
1506 | 2024-12-21T02:29:55.121Z | Compiling unicode-width v0.2.0 |
1507 | 2024-12-21T02:29:55.213Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2024-12-21T02:29:55.310Z | Compiling precomputed-hash v0.1.1 |
1509 | 2024-12-21T02:29:55.432Z | Compiling whoami v1.5.2 |
1510 | 2024-12-21T02:29:55.647Z | Compiling static_assertions v1.1.0 |
1511 | 2024-12-21T02:29:55.731Z | Compiling fixedbitset v0.4.2 |
1512 | 2024-12-21T02:29:55.751Z | Compiling difflib v0.4.0 |
1513 | 2024-12-21T02:29:55.769Z | Compiling bit-vec v0.6.3 |
1514 | 2024-12-21T02:29:56.065Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2024-12-21T02:29:56.193Z | Compiling predicates v3.1.2 |
1516 | 2024-12-21T02:29:56.196Z | Compiling bit-set v0.5.3 |
1517 | 2024-12-21T02:29:56.248Z | Compiling petgraph v0.6.5 |
1518 | 2024-12-21T02:29:56.495Z | Compiling tokio-postgres v0.7.12 |
1519 | 2024-12-21T02:29:56.740Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1520 | 2024-12-21T02:29:57.433Z | Compiling indicatif v0.17.9 |
1521 | 2024-12-21T02:29:57.945Z | Compiling similar v2.6.0 |
1522 | 2024-12-21T02:29:58.691Z | Compiling clap v4.5.21 |
1523 | 2024-12-21T02:29:58.817Z | Compiling string_cache v0.8.7 |
1524 | 2024-12-21T02:29:59.291Z | Compiling ecdsa v0.16.9 |
1525 | 2024-12-21T02:29:59.736Z | Compiling rsa v0.9.6 |
1526 | 2024-12-21T02:30:00.208Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2024-12-21T02:30:00.453Z | Compiling toml v0.7.8 |
1528 | 2024-12-21T02:30:00.560Z | Compiling zip v0.6.6 |
1529 | 2024-12-21T02:30:01.513Z | Compiling crossterm v0.28.1 |
1530 | 2024-12-21T02:30:02.170Z | Compiling hex v0.4.3 |
1531 | 2024-12-21T02:30:02.487Z | Compiling x509-cert v0.2.5 |
1532 | 2024-12-21T02:30:02.772Z | Compiling itertools v0.10.5 |
1533 | 2024-12-21T02:30:02.803Z | Compiling lalrpop-util v0.19.12 |
1534 | 2024-12-21T02:30:02.856Z | Compiling unicode-xid v0.2.6 |
1535 | 2024-12-21T02:30:03.047Z | Compiling peg-runtime v0.8.3 |
1536 | 2024-12-21T02:30:03.152Z | Compiling strum_macros v0.26.4 |
1537 | 2024-12-21T02:30:03.625Z | Compiling xattr v1.3.1 |
1538 | 2024-12-21T02:30:03.722Z | Compiling filetime v0.2.25 |
1539 | 2024-12-21T02:30:04.118Z | Compiling tar v0.4.42 |
1540 | 2024-12-21T02:30:10.456Z | Compiling strum v0.26.3 |
1541 | 2024-12-21T02:30:10.964Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2024-12-21T02:30:45.307Z | Compiling rustls-webpki v0.102.8 |
1543 | 2024-12-21T02:30:48.531Z | Compiling tokio-rustls v0.25.0 |
1544 | 2024-12-21T02:30:50.185Z | Compiling tokio-rustls v0.26.0 |
1545 | 2024-12-21T02:30:50.625Z | Compiling hyper-rustls v0.27.3 |
1546 | 2024-12-21T02:30:50.895Z | Compiling reqwest v0.12.9 |
1547 | 2024-12-21T02:30:51.835Z | Compiling qorb v0.2.1 |
1548 | 2024-12-21T02:30:56.784Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2024-12-21T02:30:57.012Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2024-12-21T02:31:02.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1551 | 2024-12-21T02:31:02.794Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2024-12-21T02:31:02.843Z | Dec 21 02:31:01.669 INFO Starting download, target: Clickhouse |
1553 | 2024-12-21T02:31:02.843Z | Dec 21 02:31:01.670 INFO Starting download, target: Cockroach |
1554 | 2024-12-21T02:31:02.844Z | Dec 21 02:31:01.670 INFO Starting download, target: Console |
1555 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Starting download, target: DendriteOpenapi |
1556 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Starting download, target: DendriteStub |
1557 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Starting download, target: MaghemiteMgd |
1558 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Starting download, target: TransceiverControl |
1559 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1560 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1561 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.670 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1562 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.671 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1563 | 2024-12-21T02:31:02.848Z | Dec 21 02:31:01.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1564 | 2024-12-21T02:31:02.849Z | Dec 21 02:31:01.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1565 | 2024-12-21T02:31:02.849Z | Dec 21 02:31:01.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1566 | 2024-12-21T02:31:03.191Z | Dec 21 02:31:01.960 INFO Download complete, target: DendriteOpenapi |
1567 | 2024-12-21T02:31:03.313Z | Dec 21 02:31:02.129 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1568 | 2024-12-21T02:31:03.336Z | Dec 21 02:31:02.143 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2024-12-21T02:31:03.710Z | Dec 21 02:31:02.511 INFO Download complete, target: Console |
1570 | 2024-12-21T02:31:03.988Z | Dec 21 02:31:02.774 INFO Download complete, target: TransceiverControl |
1571 | 2024-12-21T02:31:04.057Z | Dec 21 02:31:02.876 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2024-12-21T02:31:04.167Z | Dec 21 02:31:02.990 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1573 | 2024-12-21T02:31:04.888Z | Dec 21 02:31:03.713 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1574 | 2024-12-21T02:31:04.888Z | Dec 21 02:31:03.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1575 | 2024-12-21T02:31:04.920Z | Dec 21 02:31:03.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2024-12-21T02:31:06.998Z | Dec 21 02:31:05.821 INFO Download complete, target: DendriteStub |
1577 | 2024-12-21T02:31:07.205Z | Dec 21 02:31:06.032 INFO Download complete, target: MaghemiteMgd |
1578 | 2024-12-21T02:31:12.400Z | Dec 21 02:31:11.225 INFO Checking that binary works, target: Cockroach |
1579 | 2024-12-21T02:31:12.545Z | Dec 21 02:31:11.371 INFO Download complete, target: Cockroach |
1580 | 2024-12-21T02:31:17.669Z | Dec 21 02:31:16.495 INFO Checking that binary works, target: Clickhouse |
1581 | 2024-12-21T02:31:18.412Z | Dec 21 02:31:17.238 INFO Download complete, target: Clickhouse |
1582 | 2024-12-21T02:31:18.493Z | All builder prerequisites installed successfully, and PATH looks valid |
1583 | 2024-12-21T02:31:18.497Z | |
1584 | 2024-12-21T02:31:18.497Z | real 6:26.115650164 |
1585 | 2024-12-21T02:31:18.497Z | user 16:16.768407689 |
1586 | 2024-12-21T02:31:18.497Z | sys 3:11.161572704 |
1587 | 2024-12-21T02:31:18.497Z | trap 0.514102125 |
1588 | 2024-12-21T02:31:18.497Z | tflt 7.190435756 |
1589 | 2024-12-21T02:31:18.497Z | dflt 6.996191131 |
1590 | 2024-12-21T02:31:18.497Z | kflt 0.331883278 |
1591 | 2024-12-21T02:31:18.498Z | lock 29:58.504732773 |
1592 | 2024-12-21T02:31:18.498Z | slp 1:05:01.251700260 |
1593 | 2024-12-21T02:31:18.498Z | lat 51.771875929 |
1594 | 2024-12-21T02:31:18.498Z | stop 2:10.471221523 |
1595 | 2024-12-21T02:31:18.498Z | + banner hack-check |
1596 | 2024-12-21T02:31:18.498Z | |
1597 | 2024-12-21T02:31:18.498Z | # # ## #### # # #### # # ###### #### # # |
1598 | 2024-12-21T02:31:18.498Z | # # # # # # # # # # # # # # # # # |
1599 | 2024-12-21T02:31:18.498Z | ###### # # # #### ##### # ###### ##### # #### |
1600 | 2024-12-21T02:31:18.498Z | # # ###### # # # # # # # # # # |
1601 | 2024-12-21T02:31:18.498Z | # # # # # # # # # # # # # # # # # |
1602 | 2024-12-21T02:31:18.498Z | # # # # #### # # #### # # ###### #### # # |
1603 | 2024-12-21T02:31:18.498Z | |
1604 | 2024-12-21T02:31:18.498Z | + export CARGO_INCREMENTAL=0 |
1605 | 2024-12-21T02:31:18.498Z | + CARGO_INCREMENTAL=0 |
1606 | 2024-12-21T02:31:18.498Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1607 | 2024-12-21T02:31:19.003Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1608 | 2024-12-21T02:31:22.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
1609 | 2024-12-21T02:31:22.502Z | Running `target/debug/xtask check-features --ci` |
1610 | 2024-12-21T02:31:22.508Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1611 | 2024-12-21T02:31:22.508Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1612 | 2024-12-21T02:31:22.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1613 | 2024-12-21T02:31:22.953Z | Running `target/debug/xtask download cargo-hack` |
1614 | 2024-12-21T02:31:23.732Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1615 | 2024-12-21T02:31:24.085Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1616 | 2024-12-21T02:31:28.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
1617 | 2024-12-21T02:31:29.148Z | Running `target/debug/xtask-downloader cargo-hack` |
1618 | 2024-12-21T02:31:29.222Z | Dec 21 02:31:27.965 INFO Starting download, target: CargoHack |
1619 | 2024-12-21T02:31:29.222Z | Dec 21 02:31:27.965 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1620 | 2024-12-21T02:31:29.745Z | Dec 21 02:31:28.569 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1621 | 2024-12-21T02:31:29.840Z | Dec 21 02:31:28.661 INFO Download complete, target: CargoHack |
1622 | 2024-12-21T02:31:29.848Z | 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" |
1623 | 2024-12-21T02:31:29.858Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1624 | 2024-12-21T02:31:30.022Z | info: running `cargo check --bins` on api_identity (1/176) |
1625 | 2024-12-21T02:31:30.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-12-21T02:31:30.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-12-21T02:31:30.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-12-21T02:31:30.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1629 | 2024-12-21T02:31:30.605Z | |
1630 | 2024-12-21T02:31:30.605Z | info: running `cargo check --bins` on bootstore (2/176) |
1631 | 2024-12-21T02:31:31.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-21T02:31:31.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-21T02:31:31.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-21T02:31:31.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1635 | 2024-12-21T02:31:31.221Z | |
1636 | 2024-12-21T02:31:31.223Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1637 | 2024-12-21T02:31:31.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-21T02:31:31.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-21T02:31:31.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-21T02:31:31.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1641 | 2024-12-21T02:31:31.814Z | |
1642 | 2024-12-21T02:31:31.814Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1643 | 2024-12-21T02:31:32.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-21T02:31:32.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-21T02:31:32.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-21T02:31:32.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1647 | 2024-12-21T02:31:32.418Z | |
1648 | 2024-12-21T02:31:32.418Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1649 | 2024-12-21T02:31:32.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-21T02:31:32.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-21T02:31:32.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-21T02:31:32.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1653 | 2024-12-21T02:31:32.824Z | |
1654 | 2024-12-21T02:31:32.824Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1655 | 2024-12-21T02:31:33.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-21T02:31:33.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-21T02:31:33.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-21T02:31:33.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1659 | 2024-12-21T02:31:33.232Z | |
1660 | 2024-12-21T02:31:33.232Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1661 | 2024-12-21T02:31:33.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-21T02:31:33.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-21T02:31:33.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-21T02:31:33.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1665 | 2024-12-21T02:31:33.635Z | |
1666 | 2024-12-21T02:31:33.635Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1667 | 2024-12-21T02:31:34.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-21T02:31:34.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-21T02:31:34.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-21T02:31:34.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1671 | 2024-12-21T02:31:34.038Z | |
1672 | 2024-12-21T02:31:34.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1673 | 2024-12-21T02:31:34.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-21T02:31:34.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-21T02:31:34.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-21T02:31:34.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1677 | 2024-12-21T02:31:34.448Z | |
1678 | 2024-12-21T02:31:34.448Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1679 | 2024-12-21T02:31:34.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-21T02:31:34.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-21T02:31:34.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-21T02:31:34.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1683 | 2024-12-21T02:31:34.859Z | |
1684 | 2024-12-21T02:31:34.859Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1685 | 2024-12-21T02:31:35.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-21T02:31:35.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-21T02:31:35.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-21T02:31:35.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1689 | 2024-12-21T02:31:35.268Z | |
1690 | 2024-12-21T02:31:35.268Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1691 | 2024-12-21T02:31:35.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-21T02:31:35.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-21T02:31:35.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-21T02:31:35.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1695 | 2024-12-21T02:31:35.672Z | |
1696 | 2024-12-21T02:31:35.672Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1697 | 2024-12-21T02:31:36.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-21T02:31:36.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-21T02:31:36.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-21T02:31:36.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1701 | 2024-12-21T02:31:36.082Z | |
1702 | 2024-12-21T02:31:36.082Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1703 | 2024-12-21T02:31:36.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-21T02:31:36.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-21T02:31:36.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-21T02:31:36.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1707 | 2024-12-21T02:31:36.483Z | |
1708 | 2024-12-21T02:31:36.483Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1709 | 2024-12-21T02:31:36.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-21T02:31:36.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-21T02:31:36.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-21T02:31:36.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1713 | 2024-12-21T02:31:36.884Z | |
1714 | 2024-12-21T02:31:36.884Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1715 | 2024-12-21T02:31:37.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-21T02:31:37.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-21T02:31:37.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-21T02:31:37.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1719 | 2024-12-21T02:31:37.291Z | |
1720 | 2024-12-21T02:31:37.291Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1721 | 2024-12-21T02:31:37.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-21T02:31:37.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-21T02:31:37.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-21T02:31:37.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1725 | 2024-12-21T02:31:37.696Z | |
1726 | 2024-12-21T02:31:37.696Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1727 | 2024-12-21T02:31:38.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-21T02:31:38.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-21T02:31:38.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-21T02:31:38.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1731 | 2024-12-21T02:31:38.108Z | |
1732 | 2024-12-21T02:31:38.108Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1733 | 2024-12-21T02:31:38.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-21T02:31:38.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-21T02:31:38.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-21T02:31:38.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1737 | 2024-12-21T02:31:38.520Z | |
1738 | 2024-12-21T02:31:38.520Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1739 | 2024-12-21T02:31:38.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-21T02:31:38.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-21T02:31:38.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-21T02:31:38.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1743 | 2024-12-21T02:31:38.928Z | |
1744 | 2024-12-21T02:31:38.928Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1745 | 2024-12-21T02:31:39.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-21T02:31:39.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-21T02:31:39.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-21T02:31:39.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2024-12-21T02:31:39.341Z | |
1750 | 2024-12-21T02:31:39.341Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1751 | 2024-12-21T02:31:39.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-21T02:31:39.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-21T02:31:39.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-21T02:31:39.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-12-21T02:31:39.767Z | |
1756 | 2024-12-21T02:31:39.767Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1757 | 2024-12-21T02:31:40.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-21T02:31:40.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-21T02:31:40.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-21T02:31:40.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1761 | 2024-12-21T02:31:40.173Z | |
1762 | 2024-12-21T02:31:40.173Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1763 | 2024-12-21T02:31:40.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-21T02:31:40.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-21T02:31:40.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-21T02:31:40.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1767 | 2024-12-21T02:31:40.580Z | |
1768 | 2024-12-21T02:31:40.580Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1769 | 2024-12-21T02:31:41.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-21T02:31:41.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-21T02:31:41.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-21T02:31:41.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1773 | 2024-12-21T02:31:41.188Z | |
1774 | 2024-12-21T02:31:41.188Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1775 | 2024-12-21T02:31:41.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-21T02:31:41.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-21T02:31:41.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2024-12-21T02:31:41.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1779 | 2024-12-21T02:31:41.931Z | |
1780 | 2024-12-21T02:31:41.931Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1781 | 2024-12-21T02:31:42.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-12-21T02:31:42.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-12-21T02:31:42.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2024-12-21T02:31:42.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1785 | 2024-12-21T02:31:42.404Z | |
1786 | 2024-12-21T02:31:42.404Z | info: running `cargo check --bins` on oxlog (28/176) |
1787 | 2024-12-21T02:31:42.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2024-12-21T02:31:42.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2024-12-21T02:31:43.022Z | Checking cfg-if v1.0.0 |
1790 | 2024-12-21T02:31:43.022Z | Checking libc v0.2.162 |
1791 | 2024-12-21T02:31:43.108Z | Checking serde v1.0.215 |
1792 | 2024-12-21T02:31:43.177Z | Checking zeroize v1.8.1 |
1793 | 2024-12-21T02:31:43.178Z | Checking memchr v2.7.4 |
1794 | 2024-12-21T02:31:43.178Z | Checking typenum v1.17.0 |
1795 | 2024-12-21T02:31:43.179Z | Checking scopeguard v1.2.0 |
1796 | 2024-12-21T02:31:43.245Z | Checking subtle v2.6.1 |
1797 | 2024-12-21T02:31:43.245Z | Checking value-bag v1.9.0 |
1798 | 2024-12-21T02:31:43.298Z | Checking lock_api v0.4.12 |
1799 | 2024-12-21T02:31:43.380Z | Checking itoa v1.0.11 |
1800 | 2024-12-21T02:31:43.435Z | Checking smallvec v1.13.2 |
1801 | 2024-12-21T02:31:43.556Z | Checking const-oid v0.9.6 |
1802 | 2024-12-21T02:31:43.586Z | Checking log v0.4.22 |
1803 | 2024-12-21T02:31:43.689Z | Checking pin-project-lite v0.2.14 |
1804 | 2024-12-21T02:31:43.713Z | Checking byteorder v1.5.0 |
1805 | 2024-12-21T02:31:43.800Z | Checking futures-core v0.3.31 |
1806 | 2024-12-21T02:31:43.971Z | Checking once_cell v1.20.2 |
1807 | 2024-12-21T02:31:43.996Z | Checking cpufeatures v0.2.14 |
1808 | 2024-12-21T02:31:44.049Z | Checking futures-sink v0.3.31 |
1809 | 2024-12-21T02:31:44.077Z | Checking stable_deref_trait v1.2.0 |
1810 | 2024-12-21T02:31:44.165Z | Checking spin v0.9.8 |
1811 | 2024-12-21T02:31:44.202Z | Checking zerocopy v0.7.35 |
1812 | 2024-12-21T02:31:44.235Z | Checking slab v0.4.9 |
1813 | 2024-12-21T02:31:44.282Z | Checking getrandom v0.2.15 |
1814 | 2024-12-21T02:31:44.329Z | Checking signal-hook-registry v1.4.2 |
1815 | 2024-12-21T02:31:44.470Z | Checking generic-array v0.14.7 |
1816 | 2024-12-21T02:31:44.527Z | Checking parking_lot_core v0.9.10 |
1817 | 2024-12-21T02:31:44.527Z | Checking mio v1.0.2 |
1818 | 2024-12-21T02:31:44.527Z | Checking rand_core v0.6.4 |
1819 | 2024-12-21T02:31:44.575Z | Checking socket2 v0.5.7 |
1820 | 2024-12-21T02:31:44.789Z | Checking parking_lot v0.12.3 |
1821 | 2024-12-21T02:31:44.804Z | Checking zerofrom v0.1.4 |
1822 | 2024-12-21T02:31:44.993Z | Checking yoke v0.7.4 |
1823 | 2024-12-21T02:31:45.006Z | Checking futures-channel v0.3.31 |
1824 | 2024-12-21T02:31:45.092Z | Checking futures-io v0.3.31 |
1825 | 2024-12-21T02:31:45.099Z | Checking allocator-api2 v0.2.18 |
1826 | 2024-12-21T02:31:45.278Z | Checking foldhash v0.1.3 |
1827 | 2024-12-21T02:31:45.328Z | Checking pin-utils v0.1.0 |
1828 | 2024-12-21T02:31:45.342Z | Checking equivalent v1.0.1 |
1829 | 2024-12-21T02:31:45.379Z | Checking futures-task v0.3.31 |
1830 | 2024-12-21T02:31:45.411Z | Checking zerovec v0.10.4 |
1831 | 2024-12-21T02:31:45.431Z | Checking ryu v1.0.18 |
1832 | 2024-12-21T02:31:45.466Z | Checking tinyvec_macros v0.1.1 |
1833 | 2024-12-21T02:31:45.547Z | Checking tinyvec v1.8.0 |
1834 | 2024-12-21T02:31:45.568Z | Checking fnv v1.0.7 |
1835 | 2024-12-21T02:31:45.583Z | Checking crypto-common v0.1.6 |
1836 | 2024-12-21T02:31:45.598Z | Checking block-buffer v0.10.4 |
1837 | 2024-12-21T02:31:45.646Z | Checking futures-util v0.3.31 |
1838 | 2024-12-21T02:31:45.695Z | Checking block-padding v0.3.3 |
1839 | 2024-12-21T02:31:45.741Z | Checking hashbrown v0.15.1 |
1840 | 2024-12-21T02:31:45.767Z | Checking libm v0.2.8 |
1841 | 2024-12-21T02:31:45.805Z | Checking digest v0.10.7 |
1842 | 2024-12-21T02:31:45.894Z | Checking inout v0.1.3 |
1843 | 2024-12-21T02:31:46.147Z | Checking cipher v0.4.4 |
1844 | 2024-12-21T02:31:46.246Z | Checking hmac v0.12.1 |
1845 | 2024-12-21T02:31:46.466Z | Checking sha2 v0.10.8 |
1846 | 2024-12-21T02:31:46.559Z | Checking writeable v0.5.5 |
1847 | 2024-12-21T02:31:46.703Z | Checking unicode-bidi v0.3.17 |
1848 | 2024-12-21T02:31:46.787Z | Checking litemap v0.7.3 |
1849 | 2024-12-21T02:31:46.859Z | Checking unicode-normalization v0.1.24 |
1850 | 2024-12-21T02:31:46.884Z | Checking base64ct v1.6.0 |
1851 | 2024-12-21T02:31:46.926Z | Checking num-traits v0.2.19 |
1852 | 2024-12-21T02:31:47.041Z | Checking tinystr v0.7.6 |
1853 | 2024-12-21T02:31:47.105Z | Checking ppv-lite86 v0.2.20 |
1854 | 2024-12-21T02:31:47.270Z | Checking flagset v0.4.6 |
1855 | 2024-12-21T02:31:47.314Z | Checking pem-rfc7468 v0.7.0 |
1856 | 2024-12-21T02:31:47.384Z | Checking icu_locid v1.5.0 |
1857 | 2024-12-21T02:31:47.444Z | Checking tracing-core v0.1.32 |
1858 | 2024-12-21T02:31:47.565Z | Checking der v0.7.9 |
1859 | 2024-12-21T02:31:47.769Z | Checking thiserror v1.0.69 |
1860 | 2024-12-21T02:31:47.857Z | Checking rand_chacha v0.3.1 |
1861 | 2024-12-21T02:31:47.900Z | Checking icu_locid_transform_data v1.5.0 |
1862 | 2024-12-21T02:31:47.992Z | Checking percent-encoding v2.3.1 |
1863 | 2024-12-21T02:31:48.072Z | Checking rustls-pki-types v1.10.0 |
1864 | 2024-12-21T02:31:48.094Z | Checking bytes v1.8.0 |
1865 | 2024-12-21T02:31:48.206Z | Checking indexmap v2.6.0 |
1866 | 2024-12-21T02:31:48.220Z | Checking serde_json v1.0.132 |
1867 | 2024-12-21T02:31:48.395Z | Checking icu_provider v1.5.0 |
1868 | 2024-12-21T02:31:48.628Z | Checking bitflags v2.6.0 |
1869 | 2024-12-21T02:31:48.630Z | Checking rand v0.8.5 |
1870 | 2024-12-21T02:31:48.902Z | Checking tokio v1.40.0 |
1871 | 2024-12-21T02:31:48.924Z | Checking http v1.1.0 |
1872 | 2024-12-21T02:31:49.026Z | Checking icu_locid_transform v1.5.0 |
1873 | 2024-12-21T02:31:49.436Z | Checking spki v0.7.3 |
1874 | 2024-12-21T02:31:49.473Z | Checking tracing v0.1.40 |
1875 | 2024-12-21T02:31:49.716Z | Checking icu_collections v1.5.0 |
1876 | 2024-12-21T02:31:49.819Z | Checking salsa20 v0.10.2 |
1877 | 2024-12-21T02:31:49.947Z | Checking pbkdf2 v0.12.2 |
1878 | 2024-12-21T02:31:49.967Z | Checking aws-lc-sys v0.22.0 |
1879 | 2024-12-21T02:31:50.015Z | Checking httparse v1.9.5 |
1880 | 2024-12-21T02:31:50.033Z | Checking untrusted v0.9.0 |
1881 | 2024-12-21T02:31:50.100Z | Checking untrusted v0.7.1 |
1882 | 2024-12-21T02:31:50.176Z | Checking powerfmt v0.2.0 |
1883 | 2024-12-21T02:31:50.257Z | Checking icu_properties_data v1.5.0 |
1884 | 2024-12-21T02:31:50.307Z | Checking mirai-annotations v1.12.0 |
1885 | 2024-12-21T02:31:50.348Z | Checking ring v0.17.8 |
1886 | 2024-12-21T02:31:50.425Z | Checking scrypt v0.11.0 |
1887 | 2024-12-21T02:31:50.439Z | Checking deranged v0.3.11 |
1888 | 2024-12-21T02:31:50.473Z | Checking cbc v0.1.2 |
1889 | 2024-12-21T02:31:50.495Z | Checking icu_properties v1.5.1 |
1890 | 2024-12-21T02:31:50.634Z | Checking aes v0.8.4 |
1891 | 2024-12-21T02:31:50.667Z | Checking crossbeam-utils v0.8.20 |
1892 | 2024-12-21T02:31:50.684Z | Checking icu_normalizer_data v1.5.0 |
1893 | 2024-12-21T02:31:50.777Z | Checking time-core v0.1.2 |
1894 | 2024-12-21T02:31:50.923Z | Checking utf16_iter v1.0.5 |
1895 | 2024-12-21T02:31:51.083Z | Checking atomic-waker v1.1.2 |
1896 | 2024-12-21T02:31:51.210Z | Checking write16 v1.0.0 |
1897 | 2024-12-21T02:31:51.329Z | Checking utf8_iter v1.0.4 |
1898 | 2024-12-21T02:31:51.350Z | Checking num-conv v0.1.0 |
1899 | 2024-12-21T02:31:51.518Z | Checking num_threads v0.1.7 |
1900 | 2024-12-21T02:31:51.531Z | Checking pkcs5 v0.7.1 |
1901 | 2024-12-21T02:31:51.596Z | Checking http-body v1.0.1 |
1902 | 2024-12-21T02:31:51.622Z | Checking form_urlencoded v1.2.1 |
1903 | 2024-12-21T02:31:51.780Z | Checking try-lock v0.2.5 |
1904 | 2024-12-21T02:31:51.818Z | Checking httpdate v1.0.3 |
1905 | 2024-12-21T02:31:51.910Z | Checking want v0.3.1 |
1906 | 2024-12-21T02:31:52.034Z | Checking unicode-ident v1.0.13 |
1907 | 2024-12-21T02:31:52.049Z | Checking pkcs8 v0.10.2 |
1908 | 2024-12-21T02:31:52.070Z | Checking toml_datetime v0.6.8 |
1909 | 2024-12-21T02:31:52.143Z | Checking serde_spanned v0.6.8 |
1910 | 2024-12-21T02:31:52.170Z | Checking time v0.3.36 |
1911 | 2024-12-21T02:31:52.188Z | Checking proc-macro2 v1.0.89 |
1912 | 2024-12-21T02:31:52.314Z | Checking uuid v1.11.0 |
1913 | 2024-12-21T02:31:52.335Z | Checking slog v2.7.0 |
1914 | 2024-12-21T02:31:52.337Z | Checking scroll v0.12.0 |
1915 | 2024-12-21T02:31:52.479Z | Checking aws-lc-rs v1.10.0 |
1916 | 2024-12-21T02:31:52.790Z | Checking adler2 v2.0.0 |
1917 | 2024-12-21T02:31:52.805Z | Checking tower-service v0.3.3 |
1918 | 2024-12-21T02:31:52.832Z | Checking ucd-trie v0.1.7 |
1919 | 2024-12-21T02:31:52.910Z | Checking iana-time-zone v0.1.61 |
1920 | 2024-12-21T02:31:52.925Z | Checking foreign-types-shared v0.1.1 |
1921 | 2024-12-21T02:31:52.940Z | Checking match_cfg v0.1.0 |
1922 | 2024-12-21T02:31:53.017Z | Checking plain v0.2.3 |
1923 | 2024-12-21T02:31:53.032Z | Checking base64 v0.22.1 |
1924 | 2024-12-21T02:31:53.034Z | Checking pest v2.7.14 |
1925 | 2024-12-21T02:31:53.054Z | Checking chrono v0.4.38 |
1926 | 2024-12-21T02:31:53.159Z | Checking goblin v0.8.2 |
1927 | 2024-12-21T02:31:53.484Z | Checking foreign-types v0.3.2 |
1928 | 2024-12-21T02:31:53.573Z | Checking hostname v0.3.1 |
1929 | 2024-12-21T02:31:53.689Z | Checking miniz_oxide v0.8.0 |
1930 | 2024-12-21T02:31:53.749Z | Checking icu_normalizer v1.5.0 |
1931 | 2024-12-21T02:31:54.295Z | Checking rustls-webpki v0.102.8 |
1932 | 2024-12-21T02:31:54.448Z | Checking quote v1.0.37 |
1933 | 2024-12-21T02:31:54.521Z | Checking idna_adapter v1.2.0 |
1934 | 2024-12-21T02:31:54.655Z | Checking openssl-sys v0.9.103 |
1935 | 2024-12-21T02:31:54.723Z | Checking idna v1.0.3 |
1936 | 2024-12-21T02:31:54.800Z | Checking dirs-sys-next v0.1.2 |
1937 | 2024-12-21T02:31:54.964Z | Checking errno v0.3.9 |
1938 | 2024-12-21T02:31:55.117Z | Checking aho-corasick v1.1.3 |
1939 | 2024-12-21T02:31:55.147Z | Checking data-encoding v2.6.0 |
1940 | 2024-12-21T02:31:55.149Z | Checking pretty-hex v0.4.1 |
1941 | 2024-12-21T02:31:55.202Z | Checking url v2.5.3 |
1942 | 2024-12-21T02:31:55.309Z | Checking regex-syntax v0.8.5 |
1943 | 2024-12-21T02:31:55.531Z | Checking siphasher v0.3.11 |
1944 | 2024-12-21T02:31:55.834Z | Checking dtrace-parser v0.2.0 |
1945 | 2024-12-21T02:31:55.875Z | Checking rustix v0.38.37 |
1946 | 2024-12-21T02:31:55.971Z | Checking openssl v0.10.66 |
1947 | 2024-12-21T02:31:56.050Z | Checking dirs-next v2.0.0 |
1948 | 2024-12-21T02:31:56.145Z | Checking tokio-util v0.7.12 |
1949 | 2024-12-21T02:31:56.163Z | Checking syn v2.0.87 |
1950 | 2024-12-21T02:31:56.256Z | Checking http-body-util v0.1.2 |
1951 | 2024-12-21T02:31:56.690Z | Checking crossbeam-epoch v0.9.18 |
1952 | 2024-12-21T02:31:56.737Z | Checking signature v2.2.0 |
1953 | 2024-12-21T02:31:56.923Z | Checking sha1 v0.10.6 |
1954 | 2024-12-21T02:31:57.034Z | Checking h2 v0.4.6 |
1955 | 2024-12-21T02:31:57.120Z | Checking lazy_static v1.5.0 |
1956 | 2024-12-21T02:31:57.193Z | Checking thread_local v1.1.8 |
1957 | 2024-12-21T02:31:57.233Z | Checking thread-id v4.2.2 |
1958 | 2024-12-21T02:31:57.333Z | Checking encoding_rs v0.8.34 |
1959 | 2024-12-21T02:31:57.451Z | Checking gimli v0.31.1 |
1960 | 2024-12-21T02:31:58.081Z | Checking dof v0.3.0 |
1961 | 2024-12-21T02:31:58.659Z | Checking regex-automata v0.4.8 |
1962 | 2024-12-21T02:31:58.799Z | Checking ipnet v2.10.1 |
1963 | 2024-12-21T02:31:59.117Z | Checking unicode-properties v0.1.3 |
1964 | 2024-12-21T02:31:59.406Z | Checking winnow v0.6.20 |
1965 | 2024-12-21T02:31:59.499Z | Checking mime v0.3.17 |
1966 | 2024-12-21T02:31:59.689Z | Checking anstyle v1.0.10 |
1967 | 2024-12-21T02:31:59.829Z | Checking openssl-probe v0.1.5 |
1968 | 2024-12-21T02:31:59.957Z | Checking either v1.13.0 |
1969 | 2024-12-21T02:32:00.046Z | Checking utf8parse v0.2.2 |
1970 | 2024-12-21T02:32:00.202Z | Checking anstyle-parse v0.2.5 |
1971 | 2024-12-21T02:32:00.350Z | Checking stringprep v0.1.5 |
1972 | 2024-12-21T02:32:00.471Z | Checking crossbeam-deque v0.8.5 |
1973 | 2024-12-21T02:32:00.619Z | Checking term v0.7.0 |
1974 | 2024-12-21T02:32:00.777Z | Checking rustls v0.23.19 |
1975 | 2024-12-21T02:32:01.030Z | Checking rustls v0.22.4 |
1976 | 2024-12-21T02:32:01.339Z | Checking native-tls v0.2.12 |
1977 | 2024-12-21T02:32:01.416Z | Checking addr2line v0.24.2 |
1978 | 2024-12-21T02:32:01.644Z | Checking slog-json v2.6.1 |
1979 | 2024-12-21T02:32:01.899Z | Checking serde_urlencoded v0.7.1 |
1980 | 2024-12-21T02:32:01.917Z | Checking crossbeam-channel v0.5.13 |
1981 | 2024-12-21T02:32:02.322Z | Checking toml_edit v0.22.22 |
1982 | 2024-12-21T02:32:02.325Z | Checking futures-executor v0.3.31 |
1983 | 2024-12-21T02:32:02.376Z | Checking usdt-impl v0.5.0 |
1984 | 2024-12-21T02:32:02.543Z | Checking rustls-pemfile v2.2.0 |
1985 | 2024-12-21T02:32:02.597Z | Checking num-integer v0.1.46 |
1986 | 2024-12-21T02:32:02.748Z | Checking idna v0.4.0 |
1987 | 2024-12-21T02:32:02.920Z | Checking idna v0.3.0 |
1988 | 2024-12-21T02:32:03.098Z | Checking md-5 v0.10.6 |
1989 | 2024-12-21T02:32:03.164Z | Checking hyper v1.5.0 |
1990 | 2024-12-21T02:32:03.206Z | Checking ff v0.13.0 |
1991 | 2024-12-21T02:32:03.315Z | Checking memmap v0.7.0 |
1992 | 2024-12-21T02:32:03.403Z | Checking is-terminal v0.4.13 |
1993 | 2024-12-21T02:32:03.512Z | Checking hash32 v0.2.1 |
1994 | 2024-12-21T02:32:03.527Z | Checking object v0.36.5 |
1995 | 2024-12-21T02:32:03.587Z | Checking colorchoice v1.0.2 |
1996 | 2024-12-21T02:32:03.710Z | Checking anstyle-query v1.1.1 |
1997 | 2024-12-21T02:32:03.768Z | Checking dyn-clone v1.0.17 |
1998 | 2024-12-21T02:32:03.805Z | Checking linked-hash-map v0.5.6 |
1999 | 2024-12-21T02:32:03.830Z | Checking take_mut v0.2.2 |
2000 | 2024-12-21T02:32:03.906Z | Checking fallible-iterator v0.2.0 |
2001 | 2024-12-21T02:32:03.968Z | Checking utf-8 v0.7.6 |
2002 | 2024-12-21T02:32:04.134Z | Checking base16ct v0.2.0 |
2003 | 2024-12-21T02:32:04.171Z | Checking psl-types v2.0.11 |
2004 | 2024-12-21T02:32:04.315Z | Checking rustc-demangle v0.1.24 |
2005 | 2024-12-21T02:32:04.351Z | Checking is_terminal_polyfill v1.70.1 |
2006 | 2024-12-21T02:32:04.465Z | Checking quick-error v1.2.3 |
2007 | 2024-12-21T02:32:04.531Z | Checking postgres-protocol v0.6.7 |
2008 | 2024-12-21T02:32:04.607Z | Checking resolv-conf v0.7.0 |
2009 | 2024-12-21T02:32:04.680Z | Checking tokio-rustls v0.25.0 |
2010 | 2024-12-21T02:32:04.746Z | Checking anstream v0.6.15 |
2011 | 2024-12-21T02:32:04.874Z | Checking toml v0.8.19 |
2012 | 2024-12-21T02:32:04.926Z | Checking publicsuffix v2.2.3 |
2013 | 2024-12-21T02:32:05.053Z | Checking sec1 v0.7.3 |
2014 | 2024-12-21T02:32:05.106Z | Checking tungstenite v0.24.0 |
2015 | 2024-12-21T02:32:05.145Z | Checking lru-cache v0.1.2 |
2016 | 2024-12-21T02:32:05.209Z | Checking slog-async v2.8.0 |
2017 | 2024-12-21T02:32:05.229Z | Checking hyper-util v0.1.10 |
2018 | 2024-12-21T02:32:05.321Z | Checking schemars v0.8.21 |
2019 | 2024-12-21T02:32:05.415Z | Checking heapless v0.7.17 |
2020 | 2024-12-21T02:32:05.486Z | Checking hickory-proto v0.24.1 |
2021 | 2024-12-21T02:32:05.630Z | Checking usdt v0.5.0 |
2022 | 2024-12-21T02:32:05.889Z | Checking slog-term v2.9.1 |
2023 | 2024-12-21T02:32:06.056Z | Checking group v0.13.0 |
2024 | 2024-12-21T02:32:06.295Z | Checking num-iter v0.1.45 |
2025 | 2024-12-21T02:32:06.314Z | Checking tokio-rustls v0.26.0 |
2026 | 2024-12-21T02:32:06.376Z | Checking futures v0.3.31 |
2027 | 2024-12-21T02:32:06.425Z | Checking slog-bunyan v2.5.0 |
2028 | 2024-12-21T02:32:06.461Z | Checking tokio-native-tls v0.3.1 |
2029 | 2024-12-21T02:32:06.481Z | Checking rayon-core v1.12.1 |
2030 | 2024-12-21T02:32:06.583Z | Checking multer v3.1.0 |
2031 | 2024-12-21T02:32:06.712Z | Checking terminal_size v0.4.0 |
2032 | 2024-12-21T02:32:06.725Z | Checking phf_shared v0.11.2 |
2033 | 2024-12-21T02:32:06.880Z | Checking cookie v0.18.1 |
2034 | 2024-12-21T02:32:06.937Z | Checking async-stream v0.3.6 |
2035 | 2024-12-21T02:32:06.980Z | Checking bzip2-sys v0.1.11+1.0.8 |
2036 | 2024-12-21T02:32:07.003Z | Checking camino v1.1.9 |
2037 | 2024-12-21T02:32:07.114Z | Checking signal-hook v0.3.17 |
2038 | 2024-12-21T02:32:07.149Z | Checking waitgroup v0.1.2 |
2039 | 2024-12-21T02:32:07.163Z | Checking openapiv3 v2.0.0 |
2040 | 2024-12-21T02:32:07.182Z | Checking webpki-roots v0.26.6 |
2041 | 2024-12-21T02:32:07.254Z | Checking serde_path_to_error v0.1.16 |
2042 | 2024-12-21T02:32:07.330Z | Checking idna v0.5.0 |
2043 | 2024-12-21T02:32:07.389Z | Checking hkdf v0.12.4 |
2044 | 2024-12-21T02:32:07.505Z | Checking crypto-bigint v0.5.5 |
2045 | 2024-12-21T02:32:07.676Z | Checking hostname v0.4.0 |
2046 | 2024-12-21T02:32:07.778Z | Checking crc32fast v1.4.2 |
2047 | 2024-12-21T02:32:07.778Z | Checking unicode-width v0.1.14 |
2048 | 2024-12-21T02:32:07.877Z | Checking debug-ignore v1.0.5 |
2049 | 2024-12-21T02:32:07.928Z | Checking bitflags v1.3.2 |
2050 | 2024-12-21T02:32:07.942Z | Checking winnow v0.5.40 |
2051 | 2024-12-21T02:32:07.955Z | Checking clap_lex v0.7.2 |
2052 | 2024-12-21T02:32:08.129Z | Checking strsim v0.11.1 |
2053 | 2024-12-21T02:32:08.173Z | Checking managed v0.8.0 |
2054 | 2024-12-21T02:32:08.185Z | Checking cookie_store v0.21.0 |
2055 | 2024-12-21T02:32:08.376Z | Checking clap_builder v4.5.21 |
2056 | 2024-12-21T02:32:08.540Z | Checking smoltcp v0.9.1 |
2057 | 2024-12-21T02:32:08.865Z | Checking console v0.15.8 |
2058 | 2024-12-21T02:32:09.448Z | Checking flate2 v1.0.34 |
2059 | 2024-12-21T02:32:09.905Z | Checking backtrace v0.3.74 |
2060 | 2024-12-21T02:32:10.100Z | Checking signal-hook-mio v0.2.4 |
2061 | 2024-12-21T02:32:10.114Z | Checking hyper-rustls v0.27.3 |
2062 | 2024-12-21T02:32:10.155Z | Checking hickory-resolver v0.24.1 |
2063 | 2024-12-21T02:32:10.227Z | Checking hyper-tls v0.6.0 |
2064 | 2024-12-21T02:32:10.294Z | Checking elliptic-curve v0.13.8 |
2065 | 2024-12-21T02:32:10.433Z | Checking rayon v1.10.0 |
2066 | 2024-12-21T02:32:10.446Z | Checking anyhow v1.0.93 |
2067 | 2024-12-21T02:32:10.502Z | Checking bzip2 v0.4.4 |
2068 | 2024-12-21T02:32:10.563Z | Checking dropshot v0.12.0 |
2069 | 2024-12-21T02:32:10.782Z | Checking phf v0.11.2 |
2070 | 2024-12-21T02:32:10.811Z | Checking num-bigint-dig v0.8.4 |
2071 | 2024-12-21T02:32:10.926Z | Checking tokio-tungstenite v0.24.0 |
2072 | 2024-12-21T02:32:10.984Z | Checking toml_edit v0.19.15 |
2073 | 2024-12-21T02:32:11.029Z | Checking postgres-types v0.2.8 |
2074 | 2024-12-21T02:32:11.389Z | Checking regex v1.11.1 |
2075 | 2024-12-21T02:32:11.431Z | Checking bstr v1.10.0 |
2076 | 2024-12-21T02:32:11.680Z | Checking tokio-stream v0.1.16 |
2077 | 2024-12-21T02:32:11.723Z | Checking ed25519 v2.2.3 |
2078 | 2024-12-21T02:32:12.009Z | Checking phf_shared v0.10.0 |
2079 | 2024-12-21T02:32:12.040Z | Checking zerocopy v0.6.6 |
2080 | 2024-12-21T02:32:12.289Z | Checking curve25519-dalek v4.1.3 |
2081 | 2024-12-21T02:32:12.380Z | Checking pkcs1 v0.7.5 |
2082 | 2024-12-21T02:32:12.509Z | Checking hubpack v0.1.2 |
2083 | 2024-12-21T02:32:12.764Z | Checking portable-atomic v1.9.0 |
2084 | 2024-12-21T02:32:12.811Z | Checking float-cmp v0.9.0 |
2085 | 2024-12-21T02:32:12.826Z | Checking serde-big-array v0.5.1 |
2086 | 2024-12-21T02:32:12.956Z | Checking rfc6979 v0.4.0 |
2087 | 2024-12-21T02:32:13.015Z | Checking sync_wrapper v1.0.1 |
2088 | 2024-12-21T02:32:13.074Z | Checking bit-vec v0.6.3 |
2089 | 2024-12-21T02:32:13.130Z | Checking number_prefix v0.4.0 |
2090 | 2024-12-21T02:32:13.186Z | Checking precomputed-hash v0.1.1 |
2091 | 2024-12-21T02:32:13.275Z | Checking whoami v1.5.2 |
2092 | 2024-12-21T02:32:13.306Z | Checking difflib v0.4.0 |
2093 | 2024-12-21T02:32:13.375Z | Checking predicates-core v1.0.8 |
2094 | 2024-12-21T02:32:13.460Z | Checking unicode-width v0.2.0 |
2095 | 2024-12-21T02:32:13.555Z | Checking fixedbitset v0.4.2 |
2096 | 2024-12-21T02:32:13.590Z | Checking static_assertions v1.1.0 |
2097 | 2024-12-21T02:32:13.590Z | Checking new_debug_unreachable v1.0.6 |
2098 | 2024-12-21T02:32:13.637Z | Checking normalize-line-endings v0.3.0 |
2099 | 2024-12-21T02:32:13.643Z | Checking minimal-lexical v0.2.1 |
2100 | 2024-12-21T02:32:13.743Z | Checking unicode-segmentation v1.12.0 |
2101 | 2024-12-21T02:32:13.779Z | Checking petgraph v0.6.5 |
2102 | 2024-12-21T02:32:13.805Z | Checking predicates v3.1.2 |
2103 | 2024-12-21T02:32:13.890Z | Checking string_cache v0.8.7 |
2104 | 2024-12-21T02:32:14.000Z | Checking nom v7.1.3 |
2105 | 2024-12-21T02:32:14.105Z | Checking ed25519-dalek v2.1.1 |
2106 | 2024-12-21T02:32:14.167Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2107 | 2024-12-21T02:32:14.182Z | Checking qorb v0.2.1 |
2108 | 2024-12-21T02:32:14.216Z | Checking indicatif v0.17.9 |
2109 | 2024-12-21T02:32:14.397Z | Checking similar v2.6.0 |
2110 | 2024-12-21T02:32:14.460Z | Checking tokio-postgres v0.7.12 |
2111 | 2024-12-21T02:32:14.508Z | Checking toml v0.7.8 |
2112 | 2024-12-21T02:32:14.975Z | Checking bit-set v0.5.3 |
2113 | 2024-12-21T02:32:15.235Z | Checking reqwest v0.12.9 |
2114 | 2024-12-21T02:32:15.271Z | Checking ecdsa v0.16.9 |
2115 | 2024-12-21T02:32:15.307Z | Checking rsa v0.9.6 |
2116 | 2024-12-21T02:32:15.999Z | Checking clap v4.5.21 |
2117 | 2024-12-21T02:32:16.116Z | Checking zip v0.6.6 |
2118 | 2024-12-21T02:32:16.300Z | Checking crossterm v0.28.1 |
2119 | 2024-12-21T02:32:16.644Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2120 | 2024-12-21T02:32:16.670Z | Checking itertools v0.10.5 |
2121 | 2024-12-21T02:32:16.789Z | Checking itertools v0.12.1 |
2122 | 2024-12-21T02:32:16.874Z | Checking fs-err v2.11.0 |
2123 | 2024-12-21T02:32:17.068Z | Checking ahash v0.8.11 |
2124 | 2024-12-21T02:32:17.153Z | Checking x509-cert v0.2.5 |
2125 | 2024-12-21T02:32:17.414Z | Checking hex v0.4.3 |
2126 | 2024-12-21T02:32:17.530Z | Checking semver v1.0.23 |
2127 | 2024-12-21T02:32:17.643Z | Checking lalrpop-util v0.19.12 |
2128 | 2024-12-21T02:32:17.912Z | Checking peg-runtime v0.8.3 |
2129 | 2024-12-21T02:32:17.926Z | Checking sigpipe v0.1.3 |
2130 | 2024-12-21T02:32:19.051Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2131 | 2024-12-21T02:32:19.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.93s |
2132 | 2024-12-21T02:32:19.501Z | |
2133 | 2024-12-21T02:32:19.501Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2134 | 2024-12-21T02:32:20.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-12-21T02:32:20.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-12-21T02:32:20.145Z | Compiling hashbrown v0.14.5 |
2137 | 2024-12-21T02:32:20.261Z | Checking heck v0.5.0 |
2138 | 2024-12-21T02:32:20.271Z | Compiling unsafe-libyaml v0.2.11 |
2139 | 2024-12-21T02:32:20.283Z | Compiling ident_case v1.0.1 |
2140 | 2024-12-21T02:32:20.286Z | Checking progenitor-client v0.8.0 |
2141 | 2024-12-21T02:32:20.310Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2142 | 2024-12-21T02:32:20.327Z | Compiling proc-macro-crate v1.3.1 |
2143 | 2024-12-21T02:32:20.409Z | Compiling darling_core v0.20.10 |
2144 | 2024-12-21T02:32:20.433Z | Checking ipnetwork v0.20.0 |
2145 | 2024-12-21T02:32:20.652Z | Compiling structmeta-derive v0.3.0 |
2146 | 2024-12-21T02:32:20.667Z | Compiling newtype-uuid v1.1.3 |
2147 | 2024-12-21T02:32:20.752Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2148 | 2024-12-21T02:32:20.978Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2149 | 2024-12-21T02:32:21.038Z | Compiling lzma-sys v0.1.20 |
2150 | 2024-12-21T02:32:21.318Z | Compiling foreign-types-macros v0.2.3 |
2151 | 2024-12-21T02:32:21.374Z | Checking regress v0.10.1 |
2152 | 2024-12-21T02:32:21.502Z | Compiling num_enum_derive v0.5.11 |
2153 | 2024-12-21T02:32:21.800Z | Compiling serde_yaml v0.9.34+deprecated |
2154 | 2024-12-21T02:32:22.161Z | Compiling dropshot v0.13.0 |
2155 | 2024-12-21T02:32:22.436Z | Checking arc-swap v1.7.1 |
2156 | 2024-12-21T02:32:22.630Z | Checking foreign-types-shared v0.3.1 |
2157 | 2024-12-21T02:32:22.747Z | Checking foreign-types v0.5.0 |
2158 | 2024-12-21T02:32:22.866Z | Checking slog-scope v4.4.0 |
2159 | 2024-12-21T02:32:22.951Z | Compiling proc-macro-error v1.0.4 |
2160 | 2024-12-21T02:32:23.495Z | Compiling structmeta v0.3.0 |
2161 | 2024-12-21T02:32:23.617Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2162 | 2024-12-21T02:32:23.667Z | Checking tungstenite v0.21.0 |
2163 | 2024-12-21T02:32:23.715Z | Compiling heck v0.3.3 |
2164 | 2024-12-21T02:32:23.939Z | Compiling parse-display-derive v0.10.0 |
2165 | 2024-12-21T02:32:23.996Z | Checking num_enum v0.5.11 |
2166 | 2024-12-21T02:32:24.124Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2167 | 2024-12-21T02:32:24.139Z | Compiling dropshot_endpoint v0.13.0 |
2168 | 2024-12-21T02:32:24.650Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-12-21T02:32:24.848Z | Checking typify-impl v0.2.0 |
2170 | 2024-12-21T02:32:24.956Z | Checking cstr-argument v0.1.2 |
2171 | 2024-12-21T02:32:25.415Z | Checking instant v0.1.13 |
2172 | 2024-12-21T02:32:25.523Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2173 | 2024-12-21T02:32:25.787Z | Checking base64 v0.21.7 |
2174 | 2024-12-21T02:32:26.091Z | Checking fastrand v2.1.1 |
2175 | 2024-12-21T02:32:26.261Z | Checking pretty-hex v0.2.1 |
2176 | 2024-12-21T02:32:26.404Z | Checking tempfile v3.13.0 |
2177 | 2024-12-21T02:32:26.406Z | Checking backoff v0.4.0 |
2178 | 2024-12-21T02:32:26.433Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2179 | 2024-12-21T02:32:26.698Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2180 | 2024-12-21T02:32:26.714Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2181 | 2024-12-21T02:32:26.747Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2182 | 2024-12-21T02:32:26.835Z | Checking tokio-tungstenite v0.21.0 |
2183 | 2024-12-21T02:32:26.895Z | Checking strum v0.26.3 |
2184 | 2024-12-21T02:32:27.056Z | Compiling zone_cfg_derive v0.1.2 |
2185 | 2024-12-21T02:32:27.068Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2186 | 2024-12-21T02:32:27.261Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2187 | 2024-12-21T02:32:27.342Z | Checking slog-stdlog v4.1.1 |
2188 | 2024-12-21T02:32:27.378Z | Compiling darling_macro v0.20.10 |
2189 | 2024-12-21T02:32:27.513Z | Checking regress v0.9.1 |
2190 | 2024-12-21T02:32:27.657Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2191 | 2024-12-21T02:32:27.763Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-12-21T02:32:27.791Z | Checking colored v2.1.0 |
2193 | 2024-12-21T02:32:28.024Z | Checking macaddr v1.0.1 |
2194 | 2024-12-21T02:32:28.059Z | Checking base64 v0.13.1 |
2195 | 2024-12-21T02:32:28.310Z | Compiling darling v0.20.10 |
2196 | 2024-12-21T02:32:28.420Z | Compiling serde_with_macros v3.11.0 |
2197 | 2024-12-21T02:32:28.434Z | Checking ron v0.7.1 |
2198 | 2024-12-21T02:32:28.447Z | Checking zone v0.1.8 |
2199 | 2024-12-21T02:32:28.539Z | Checking parse-display v0.10.0 |
2200 | 2024-12-21T02:32:28.764Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2201 | 2024-12-21T02:32:29.069Z | Checking xz2 v0.1.7 |
2202 | 2024-12-21T02:32:29.216Z | Checking slog-envlogger v2.2.0 |
2203 | 2024-12-21T02:32:29.357Z | Checking tabwriter v1.4.0 |
2204 | 2024-12-21T02:32:29.419Z | Checking xattr v1.3.1 |
2205 | 2024-12-21T02:32:29.611Z | Checking pem v3.0.4 |
2206 | 2024-12-21T02:32:29.629Z | Checking yasna v0.5.2 |
2207 | 2024-12-21T02:32:29.632Z | Checking headers-core v0.3.0 |
2208 | 2024-12-21T02:32:29.780Z | Checking smf v0.2.3 |
2209 | 2024-12-21T02:32:29.873Z | Checking filetime v0.2.25 |
2210 | 2024-12-21T02:32:30.087Z | Checking same-file v1.0.6 |
2211 | 2024-12-21T02:32:30.239Z | Checking tar v0.4.42 |
2212 | 2024-12-21T02:32:30.255Z | Checking walkdir v2.5.0 |
2213 | 2024-12-21T02:32:30.322Z | Checking headers v0.4.0 |
2214 | 2024-12-21T02:32:30.498Z | Checking rcgen v0.12.1 |
2215 | 2024-12-21T02:32:30.517Z | Checking camino-tempfile v1.1.1 |
2216 | 2024-12-21T02:32:30.772Z | Checking atomicwrites v0.4.4 |
2217 | 2024-12-21T02:32:30.968Z | Checking subprocess v0.2.9 |
2218 | 2024-12-21T02:32:31.330Z | Checking serde_with v3.11.0 |
2219 | 2024-12-21T02:32:35.038Z | Compiling typify-macro v0.2.0 |
2220 | 2024-12-21T02:32:36.844Z | Compiling typify v0.2.0 |
2221 | 2024-12-21T02:32:36.909Z | Compiling progenitor-impl v0.8.0 |
2222 | 2024-12-21T02:32:40.019Z | Compiling progenitor-macro v0.8.0 |
2223 | 2024-12-21T02:32:44.614Z | Checking progenitor v0.8.0 |
2224 | 2024-12-21T02:32:44.764Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2225 | 2024-12-21T02:32:44.764Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2226 | 2024-12-21T02:32:47.324Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2227 | 2024-12-21T02:32:47.682Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2228 | 2024-12-21T02:32:53.676Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2229 | 2024-12-21T02:32:55.269Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2230 | 2024-12-21T02:32:56.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s |
2231 | 2024-12-21T02:32:56.588Z | |
2232 | 2024-12-21T02:32:56.588Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2233 | 2024-12-21T02:32:57.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-12-21T02:32:57.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-12-21T02:32:57.219Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2024-12-21T02:32:58.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2237 | 2024-12-21T02:32:58.747Z | |
2238 | 2024-12-21T02:32:58.747Z | info: running `cargo check --bins` on nexus-config (31/176) |
2239 | 2024-12-21T02:32:59.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-21T02:32:59.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-21T02:32:59.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-12-21T02:32:59.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2243 | 2024-12-21T02:32:59.340Z | |
2244 | 2024-12-21T02:32:59.340Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2245 | 2024-12-21T02:32:59.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-21T02:32:59.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-21T02:32:59.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-12-21T02:32:59.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2249 | 2024-12-21T02:32:59.919Z | |
2250 | 2024-12-21T02:32:59.919Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2251 | 2024-12-21T02:33:00.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-21T02:33:00.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-21T02:33:00.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-12-21T02:33:00.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2255 | 2024-12-21T02:33:00.530Z | |
2256 | 2024-12-21T02:33:00.530Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2257 | 2024-12-21T02:33:01.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-12-21T02:33:01.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-12-21T02:33:01.192Z | Compiling zerocopy v0.8.10 |
2260 | 2024-12-21T02:33:01.192Z | Compiling progenitor-client v0.8.0 |
2261 | 2024-12-21T02:33:01.192Z | Compiling itertools v0.13.0 |
2262 | 2024-12-21T02:33:01.195Z | Compiling zerocopy-derive v0.8.10 |
2263 | 2024-12-21T02:33:01.195Z | Compiling heapless v0.8.0 |
2264 | 2024-12-21T02:33:01.195Z | Compiling newtype-uuid v1.1.3 |
2265 | 2024-12-21T02:33:01.195Z | Compiling ipnetwork v0.20.0 |
2266 | 2024-12-21T02:33:01.195Z | Checking hash32 v0.3.1 |
2267 | 2024-12-21T02:33:01.509Z | Compiling instant v0.1.13 |
2268 | 2024-12-21T02:33:01.646Z | Compiling smoltcp v0.11.0 |
2269 | 2024-12-21T02:33:01.661Z | Compiling backoff v0.4.0 |
2270 | 2024-12-21T02:33:01.828Z | Compiling progenitor v0.8.0 |
2271 | 2024-12-21T02:33:01.977Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2272 | 2024-12-21T02:33:02.081Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2273 | 2024-12-21T02:33:02.205Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2274 | 2024-12-21T02:33:02.226Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2275 | 2024-12-21T02:33:02.373Z | Compiling dropshot v0.13.0 |
2276 | 2024-12-21T02:33:02.391Z | Compiling serde_with v3.11.0 |
2277 | 2024-12-21T02:33:02.550Z | Compiling parse-display v0.10.0 |
2278 | 2024-12-21T02:33:02.705Z | Checking num-rational v0.4.2 |
2279 | 2024-12-21T02:33:03.068Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2280 | 2024-12-21T02:33:03.284Z | Compiling regress v0.9.1 |
2281 | 2024-12-21T02:33:03.356Z | Compiling phf_generator v0.11.2 |
2282 | 2024-12-21T02:33:03.533Z | Checking num-complex v0.4.6 |
2283 | 2024-12-21T02:33:04.424Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2284 | 2024-12-21T02:33:05.032Z | Compiling macaddr v1.0.1 |
2285 | 2024-12-21T02:33:05.492Z | Checking cobs v0.2.3 |
2286 | 2024-12-21T02:33:05.534Z | Compiling num v0.4.3 |
2287 | 2024-12-21T02:33:05.674Z | Checking postcard v1.0.10 |
2288 | 2024-12-21T02:33:05.742Z | Compiling phf_codegen v0.11.2 |
2289 | 2024-12-21T02:33:06.224Z | Compiling parse-zoneinfo v0.3.1 |
2290 | 2024-12-21T02:33:06.394Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-21T02:33:06.669Z | Compiling convert_case v0.4.0 |
2292 | 2024-12-21T02:33:07.243Z | Checking float-ord v0.3.2 |
2293 | 2024-12-21T02:33:07.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2294 | 2024-12-21T02:33:07.609Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2295 | 2024-12-21T02:33:07.754Z | Compiling derive_more v0.99.18 |
2296 | 2024-12-21T02:33:08.166Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2297 | 2024-12-21T02:33:08.461Z | Compiling chrono-tz-build v0.4.0 |
2298 | 2024-12-21T02:33:09.069Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2024-12-21T02:33:09.940Z | Compiling crucible-workspace-hack v0.1.0 |
2300 | 2024-12-21T02:33:09.972Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2301 | 2024-12-21T02:33:10.187Z | Compiling thiserror v2.0.3 |
2302 | 2024-12-21T02:33:10.267Z | Compiling chrono-tz v0.10.0 |
2303 | 2024-12-21T02:33:10.287Z | Checking newline-converter v0.3.0 |
2304 | 2024-12-21T02:33:10.948Z | Checking prettyplease v0.2.25 |
2305 | 2024-12-21T02:33:11.165Z | Compiling thiserror-impl v2.0.3 |
2306 | 2024-12-21T02:33:11.704Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2024-12-21T02:33:11.707Z | Compiling slog-dtrace v0.3.0 |
2308 | 2024-12-21T02:33:11.722Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2309 | 2024-12-21T02:33:12.029Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2024-12-21T02:33:12.444Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2311 | 2024-12-21T02:33:13.047Z | Checking expectorate v1.1.0 |
2312 | 2024-12-21T02:33:13.123Z | Compiling zone_cfg_derive v0.3.0 |
2313 | 2024-12-21T02:33:13.236Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2314 | 2024-12-21T02:33:13.305Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2315 | 2024-12-21T02:33:13.616Z | Compiling const_format_proc_macros v0.2.33 |
2316 | 2024-12-21T02:33:13.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2317 | 2024-12-21T02:33:14.427Z | Compiling num-derive v0.4.2 |
2318 | 2024-12-21T02:33:14.652Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2319 | 2024-12-21T02:33:14.749Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2320 | 2024-12-21T02:33:14.925Z | Checking highway v1.2.0 |
2321 | 2024-12-21T02:33:14.996Z | Checking zone v0.3.0 |
2322 | 2024-12-21T02:33:15.148Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2323 | 2024-12-21T02:33:15.364Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2324 | 2024-12-21T02:33:15.736Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2325 | 2024-12-21T02:33:15.765Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2326 | 2024-12-21T02:33:15.812Z | Checking const_format v0.2.33 |
2327 | 2024-12-21T02:33:16.139Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2328 | 2024-12-21T02:33:16.695Z | Checking gethostname v0.5.0 |
2329 | 2024-12-21T02:33:16.741Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2330 | 2024-12-21T02:33:16.782Z | Checking bcs v0.1.6 |
2331 | 2024-12-21T02:33:16.801Z | Compiling async-recursion v1.1.1 |
2332 | 2024-12-21T02:33:17.816Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2333 | 2024-12-21T02:33:18.023Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2334 | 2024-12-21T02:33:23.665Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2335 | 2024-12-21T02:33:26.874Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2024-12-21T02:33:29.374Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2337 | 2024-12-21T02:33:30.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.06s |
2338 | 2024-12-21T02:33:30.771Z | |
2339 | 2024-12-21T02:33:30.771Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2340 | 2024-12-21T02:33:31.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-12-21T02:33:31.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-12-21T02:33:31.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-12-21T02:33:31.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2344 | 2024-12-21T02:33:31.373Z | |
2345 | 2024-12-21T02:33:31.373Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2346 | 2024-12-21T02:33:31.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-21T02:33:31.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-21T02:33:31.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2349 | 2024-12-21T02:33:31.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2350 | 2024-12-21T02:33:31.972Z | |
2351 | 2024-12-21T02:33:31.972Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2352 | 2024-12-21T02:33:32.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-12-21T02:33:32.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-12-21T02:33:32.594Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2024-12-21T02:33:33.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2356 | 2024-12-21T02:33:33.379Z | |
2357 | 2024-12-21T02:33:33.379Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2358 | 2024-12-21T02:33:33.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-12-21T02:33:33.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-12-21T02:33:34.012Z | Compiling cfg_aliases v0.1.1 |
2361 | 2024-12-21T02:33:34.014Z | Compiling vte_generate_state_changes v0.1.2 |
2362 | 2024-12-21T02:33:34.014Z | Checking fd-lock v4.0.2 |
2363 | 2024-12-21T02:33:34.015Z | Checking nibble_vec v0.1.0 |
2364 | 2024-12-21T02:33:34.015Z | Checking bytecount v0.6.8 |
2365 | 2024-12-21T02:33:34.117Z | Checking endian-type v0.1.2 |
2366 | 2024-12-21T02:33:34.125Z | Compiling tabled_derive v0.7.0 |
2367 | 2024-12-21T02:33:34.155Z | Compiling peg-macros v0.8.4 |
2368 | 2024-12-21T02:33:34.195Z | Compiling nix v0.28.0 |
2369 | 2024-12-21T02:33:34.263Z | Checking papergrid v0.11.0 |
2370 | 2024-12-21T02:33:34.280Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2371 | 2024-12-21T02:33:34.280Z | Compiling sqlparser_derive v0.2.2 |
2372 | 2024-12-21T02:33:34.351Z | Checking radix_trie v0.2.1 |
2373 | 2024-12-21T02:33:34.742Z | Checking vte v0.11.1 |
2374 | 2024-12-21T02:33:34.761Z | Checking home v0.5.9 |
2375 | 2024-12-21T02:33:34.904Z | Checking unicode_categories v0.1.1 |
2376 | 2024-12-21T02:33:35.200Z | Checking nu-ansi-term v0.50.1 |
2377 | 2024-12-21T02:33:35.395Z | Checking sqlparser v0.45.0 |
2378 | 2024-12-21T02:33:35.466Z | Checking sqlformat v0.2.6 |
2379 | 2024-12-21T02:33:35.602Z | Checking display-error-chain v0.2.2 |
2380 | 2024-12-21T02:33:36.035Z | Checking strip-ansi-escapes v0.2.0 |
2381 | 2024-12-21T02:33:36.175Z | Checking reedline v0.35.0 |
2382 | 2024-12-21T02:33:36.502Z | Checking tabled v0.15.0 |
2383 | 2024-12-21T02:33:37.076Z | Checking peg v0.8.4 |
2384 | 2024-12-21T02:33:37.239Z | Checking rustyline v14.0.0 |
2385 | 2024-12-21T02:33:45.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s |
2386 | 2024-12-21T02:33:45.701Z | |
2387 | 2024-12-21T02:33:45.701Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2388 | 2024-12-21T02:33:46.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-21T02:33:46.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-21T02:33:46.341Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-21T02:33:51.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2392 | 2024-12-21T02:33:51.274Z | |
2393 | 2024-12-21T02:33:51.274Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2394 | 2024-12-21T02:33:51.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-21T02:33:51.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-21T02:33:51.908Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-21T02:33:55.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
2398 | 2024-12-21T02:33:55.679Z | |
2399 | 2024-12-21T02:33:55.679Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2400 | 2024-12-21T02:33:56.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-21T02:33:56.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-21T02:33:56.312Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-21T02:34:00.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
2404 | 2024-12-21T02:34:00.982Z | |
2405 | 2024-12-21T02:34:00.982Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2406 | 2024-12-21T02:34:01.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-21T02:34:01.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-21T02:34:01.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-21T02:34:06.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
2410 | 2024-12-21T02:34:06.353Z | |
2411 | 2024-12-21T02:34:06.353Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2412 | 2024-12-21T02:34:06.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-21T02:34:06.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-21T02:34:06.990Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-21T02:34:10.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2416 | 2024-12-21T02:34:10.936Z | |
2417 | 2024-12-21T02:34:10.936Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2418 | 2024-12-21T02:34:11.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-21T02:34:11.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-21T02:34:11.576Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-21T02:34:15.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
2422 | 2024-12-21T02:34:15.563Z | |
2423 | 2024-12-21T02:34:15.563Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2424 | 2024-12-21T02:34:16.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-21T02:34:16.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-21T02:34:16.198Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2427 | 2024-12-21T02:34:20.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2428 | 2024-12-21T02:34:21.131Z | |
2429 | 2024-12-21T02:34:21.132Z | info: running `cargo check --bins` on oximeter (46/176) |
2430 | 2024-12-21T02:34:21.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-21T02:34:21.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-21T02:34:21.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-21T02:34:21.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2434 | 2024-12-21T02:34:21.728Z | |
2435 | 2024-12-21T02:34:21.728Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2436 | 2024-12-21T02:34:22.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-21T02:34:22.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-21T02:34:22.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-12-21T02:34:22.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2440 | 2024-12-21T02:34:22.311Z | |
2441 | 2024-12-21T02:34:22.311Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2442 | 2024-12-21T02:34:22.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-12-21T02:34:22.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-12-21T02:34:22.920Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2445 | 2024-12-21T02:34:23.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2446 | 2024-12-21T02:34:23.517Z | |
2447 | 2024-12-21T02:34:23.518Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2448 | 2024-12-21T02:34:24.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-21T02:34:24.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-21T02:34:24.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-21T02:34:24.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2452 | 2024-12-21T02:34:24.115Z | |
2453 | 2024-12-21T02:34:24.115Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2454 | 2024-12-21T02:34:24.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-21T02:34:24.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-21T02:34:24.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-21T02:34:24.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2458 | 2024-12-21T02:34:24.720Z | |
2459 | 2024-12-21T02:34:24.720Z | info: running `cargo check --bins` on oxql-types (51/176) |
2460 | 2024-12-21T02:34:25.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-21T02:34:25.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-21T02:34:25.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-21T02:34:25.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2464 | 2024-12-21T02:34:25.323Z | |
2465 | 2024-12-21T02:34:25.323Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2466 | 2024-12-21T02:34:25.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-21T02:34:25.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-21T02:34:25.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-21T02:34:25.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2470 | 2024-12-21T02:34:25.940Z | |
2471 | 2024-12-21T02:34:25.940Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2472 | 2024-12-21T02:34:26.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-21T02:34:26.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-21T02:34:26.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-21T02:34:26.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2476 | 2024-12-21T02:34:26.540Z | |
2477 | 2024-12-21T02:34:26.540Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2478 | 2024-12-21T02:34:27.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-21T02:34:27.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-21T02:34:27.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-21T02:34:27.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2482 | 2024-12-21T02:34:27.148Z | |
2483 | 2024-12-21T02:34:27.148Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2484 | 2024-12-21T02:34:27.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-21T02:34:27.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-21T02:34:27.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-21T02:34:27.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2488 | 2024-12-21T02:34:27.746Z | |
2489 | 2024-12-21T02:34:27.746Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2490 | 2024-12-21T02:34:28.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-21T02:34:28.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-21T02:34:28.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-21T02:34:28.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2494 | 2024-12-21T02:34:28.351Z | |
2495 | 2024-12-21T02:34:28.351Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2496 | 2024-12-21T02:34:28.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-21T02:34:28.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-21T02:34:28.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-21T02:34:28.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2500 | 2024-12-21T02:34:28.947Z | |
2501 | 2024-12-21T02:34:28.947Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2502 | 2024-12-21T02:34:29.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-21T02:34:29.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-21T02:34:29.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-21T02:34:29.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2506 | 2024-12-21T02:34:29.533Z | |
2507 | 2024-12-21T02:34:29.533Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2508 | 2024-12-21T02:34:30.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-21T02:34:30.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-21T02:34:30.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-21T02:34:30.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2512 | 2024-12-21T02:34:30.148Z | |
2513 | 2024-12-21T02:34:30.148Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2514 | 2024-12-21T02:34:30.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-21T02:34:30.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-21T02:34:30.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-21T02:34:30.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2518 | 2024-12-21T02:34:30.771Z | |
2519 | 2024-12-21T02:34:30.771Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2520 | 2024-12-21T02:34:31.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-21T02:34:31.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-21T02:34:31.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-21T02:34:31.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2524 | 2024-12-21T02:34:31.352Z | |
2525 | 2024-12-21T02:34:31.352Z | info: running `cargo check --bins` on dpd-client (62/176) |
2526 | 2024-12-21T02:34:31.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-21T02:34:31.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-21T02:34:31.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-21T02:34:31.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2530 | 2024-12-21T02:34:31.943Z | |
2531 | 2024-12-21T02:34:31.943Z | info: running `cargo check --bins` on gateway-client (63/176) |
2532 | 2024-12-21T02:34:32.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-21T02:34:32.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-21T02:34:32.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-21T02:34:32.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2536 | 2024-12-21T02:34:32.526Z | |
2537 | 2024-12-21T02:34:32.527Z | info: running `cargo check --bins` on installinator-client (64/176) |
2538 | 2024-12-21T02:34:33.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-21T02:34:33.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-21T02:34:33.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-21T02:34:33.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2542 | 2024-12-21T02:34:33.141Z | |
2543 | 2024-12-21T02:34:33.141Z | info: running `cargo check --bins` on installinator-common (65/176) |
2544 | 2024-12-21T02:34:33.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-21T02:34:33.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-21T02:34:33.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-21T02:34:33.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2548 | 2024-12-21T02:34:33.756Z | |
2549 | 2024-12-21T02:34:33.756Z | info: running `cargo check --bins` on update-engine (66/176) |
2550 | 2024-12-21T02:34:34.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-21T02:34:34.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-21T02:34:34.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-21T02:34:34.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2554 | 2024-12-21T02:34:34.341Z | |
2555 | 2024-12-21T02:34:34.341Z | info: running `cargo check --bins` on nexus-client (67/176) |
2556 | 2024-12-21T02:34:34.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-21T02:34:34.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-21T02:34:34.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-21T02:34:34.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2560 | 2024-12-21T02:34:34.964Z | |
2561 | 2024-12-21T02:34:34.965Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2562 | 2024-12-21T02:34:35.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-21T02:34:35.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-21T02:34:35.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-21T02:34:35.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2566 | 2024-12-21T02:34:35.576Z | |
2567 | 2024-12-21T02:34:35.576Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2568 | 2024-12-21T02:34:36.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-21T02:34:36.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-21T02:34:36.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-21T02:34:36.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2572 | 2024-12-21T02:34:36.159Z | |
2573 | 2024-12-21T02:34:36.159Z | info: running `cargo check --bins` on nexus-types (70/176) |
2574 | 2024-12-21T02:34:36.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-21T02:34:36.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-21T02:34:36.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-21T02:34:36.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2578 | 2024-12-21T02:34:36.780Z | |
2579 | 2024-12-21T02:34:36.780Z | info: running `cargo check --bins` on oxide-client (71/176) |
2580 | 2024-12-21T02:34:37.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-21T02:34:37.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-21T02:34:37.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-21T02:34:37.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2584 | 2024-12-21T02:34:37.375Z | |
2585 | 2024-12-21T02:34:37.375Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2586 | 2024-12-21T02:34:37.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-21T02:34:37.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-21T02:34:37.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-21T02:34:37.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2590 | 2024-12-21T02:34:37.971Z | |
2591 | 2024-12-21T02:34:37.971Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2592 | 2024-12-21T02:34:38.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-21T02:34:38.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-21T02:34:38.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-21T02:34:38.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2596 | 2024-12-21T02:34:38.556Z | |
2597 | 2024-12-21T02:34:38.556Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2598 | 2024-12-21T02:34:39.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-21T02:34:39.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-21T02:34:39.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-21T02:34:39.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2602 | 2024-12-21T02:34:39.169Z | |
2603 | 2024-12-21T02:34:39.170Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2604 | 2024-12-21T02:34:39.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-21T02:34:39.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-21T02:34:39.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-21T02:34:39.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2608 | 2024-12-21T02:34:39.803Z | |
2609 | 2024-12-21T02:34:39.803Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2610 | 2024-12-21T02:34:40.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-21T02:34:40.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-21T02:34:40.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-21T02:34:40.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2614 | 2024-12-21T02:34:40.425Z | |
2615 | 2024-12-21T02:34:40.425Z | info: running `cargo check --bins` on wicket-common (77/176) |
2616 | 2024-12-21T02:34:40.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-21T02:34:40.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-21T02:34:40.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-12-21T02:34:40.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2620 | 2024-12-21T02:34:41.042Z | |
2621 | 2024-12-21T02:34:41.043Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2622 | 2024-12-21T02:34:41.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-12-21T02:34:41.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-12-21T02:34:41.674Z | Checking csv-core v0.1.11 |
2625 | 2024-12-21T02:34:41.674Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2626 | 2024-12-21T02:34:41.677Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2627 | 2024-12-21T02:34:41.979Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2628 | 2024-12-21T02:34:41.994Z | Checking csv v1.3.0 |
2629 | 2024-12-21T02:34:42.504Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2630 | 2024-12-21T02:34:42.850Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2631 | 2024-12-21T02:34:44.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2632 | 2024-12-21T02:34:44.230Z | |
2633 | 2024-12-21T02:34:44.230Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2634 | 2024-12-21T02:34:44.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-12-21T02:34:44.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-12-21T02:34:44.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-12-21T02:34:44.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2638 | 2024-12-21T02:34:44.836Z | |
2639 | 2024-12-21T02:34:44.836Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2640 | 2024-12-21T02:34:45.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-12-21T02:34:45.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-12-21T02:34:45.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-12-21T02:34:45.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2644 | 2024-12-21T02:34:45.443Z | |
2645 | 2024-12-21T02:34:45.443Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2646 | 2024-12-21T02:34:46.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-12-21T02:34:46.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-12-21T02:34:46.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-12-21T02:34:46.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2650 | 2024-12-21T02:34:46.148Z | |
2651 | 2024-12-21T02:34:46.148Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2652 | 2024-12-21T02:34:46.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-12-21T02:34:46.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-12-21T02:34:46.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-12-21T02:34:46.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2656 | 2024-12-21T02:34:46.850Z | |
2657 | 2024-12-21T02:34:46.850Z | info: running `cargo check --bins` on dns-server (83/176) |
2658 | 2024-12-21T02:34:47.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-12-21T02:34:47.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-12-21T02:34:47.470Z | Compiling parking_lot_core v0.8.6 |
2661 | 2024-12-21T02:34:47.470Z | Checking fxhash v0.2.1 |
2662 | 2024-12-21T02:34:47.473Z | Checking hickory-server v0.24.1 |
2663 | 2024-12-21T02:34:47.473Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2664 | 2024-12-21T02:34:47.473Z | Checking hickory-client v0.24.1 |
2665 | 2024-12-21T02:34:48.138Z | Checking parking_lot v0.11.2 |
2666 | 2024-12-21T02:34:48.258Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-12-21T02:34:48.262Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2668 | 2024-12-21T02:34:48.367Z | Checking sled v0.34.7 |
2669 | 2024-12-21T02:34:50.063Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2670 | 2024-12-21T02:34:51.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2671 | 2024-12-21T02:34:51.405Z | |
2672 | 2024-12-21T02:34:51.405Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2673 | 2024-12-21T02:34:51.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-12-21T02:34:51.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-12-21T02:34:51.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-12-21T02:34:51.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2677 | 2024-12-21T02:34:52.006Z | |
2678 | 2024-12-21T02:34:52.006Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2679 | 2024-12-21T02:34:52.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-12-21T02:34:52.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-12-21T02:34:52.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-12-21T02:34:52.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2683 | 2024-12-21T02:34:52.656Z | |
2684 | 2024-12-21T02:34:52.656Z | info: running `cargo check --bins` on gateway-types (86/176) |
2685 | 2024-12-21T02:34:53.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-12-21T02:34:53.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-12-21T02:34:53.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-12-21T02:34:53.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2689 | 2024-12-21T02:34:53.265Z | |
2690 | 2024-12-21T02:34:53.265Z | info: running `cargo check --bins` on ipcc (87/176) |
2691 | 2024-12-21T02:34:53.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-12-21T02:34:53.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-12-21T02:34:53.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-12-21T02:34:53.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2695 | 2024-12-21T02:34:53.875Z | |
2696 | 2024-12-21T02:34:53.875Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2697 | 2024-12-21T02:34:54.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-12-21T02:34:54.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-12-21T02:34:54.546Z | Compiling radium v0.7.0 |
2700 | 2024-12-21T02:34:54.546Z | Compiling semver v0.1.20 |
2701 | 2024-12-21T02:34:54.660Z | Checking tap v1.0.1 |
2702 | 2024-12-21T02:34:54.662Z | Compiling maybe-uninit v2.0.0 |
2703 | 2024-12-21T02:34:54.668Z | Checking password-hash v0.5.0 |
2704 | 2024-12-21T02:34:54.678Z | Checking blake2 v0.10.6 |
2705 | 2024-12-21T02:34:54.681Z | Compiling owo-colors v4.1.0 |
2706 | 2024-12-21T02:34:54.681Z | Compiling packed_struct v0.10.1 |
2707 | 2024-12-21T02:34:54.798Z | Checking wyz v0.5.1 |
2708 | 2024-12-21T02:34:54.939Z | Checking crc-catalog v2.4.0 |
2709 | 2024-12-21T02:34:55.072Z | Compiling rustc_version v0.1.7 |
2710 | 2024-12-21T02:34:55.139Z | Checking funty v2.0.0 |
2711 | 2024-12-21T02:34:55.139Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-12-21T02:34:55.154Z | Checking argon2 v0.5.3 |
2713 | 2024-12-21T02:34:55.235Z | Checking crc v3.2.1 |
2714 | 2024-12-21T02:34:55.276Z | Compiling packed_struct_codegen v0.10.1 |
2715 | 2024-12-21T02:34:55.297Z | Compiling indexmap v1.9.3 |
2716 | 2024-12-21T02:34:55.487Z | Checking half v2.4.1 |
2717 | 2024-12-21T02:34:55.510Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2718 | 2024-12-21T02:34:55.543Z | Compiling newtype_derive v0.1.6 |
2719 | 2024-12-21T02:34:55.581Z | Checking nodrop v0.1.14 |
2720 | 2024-12-21T02:34:55.623Z | Checking ciborium-io v0.2.2 |
2721 | 2024-12-21T02:34:55.695Z | Checking array-init v0.0.4 |
2722 | 2024-12-21T02:34:55.818Z | Checking smallvec v0.6.14 |
2723 | 2024-12-21T02:34:55.835Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2724 | 2024-12-21T02:34:55.934Z | Checking ciborium-ll v0.2.2 |
2725 | 2024-12-21T02:34:55.983Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2726 | 2024-12-21T02:34:56.094Z | Checking bitvec v1.0.1 |
2727 | 2024-12-21T02:34:56.177Z | Checking libsw v3.3.1 |
2728 | 2024-12-21T02:34:56.205Z | Compiling memoffset v0.9.1 |
2729 | 2024-12-21T02:34:56.231Z | Checking linear-map v1.2.0 |
2730 | 2024-12-21T02:34:56.435Z | Checking termcolor v1.4.1 |
2731 | 2024-12-21T02:34:56.490Z | Checking swrite v0.1.0 |
2732 | 2024-12-21T02:34:56.541Z | Checking indent_write v2.2.0 |
2733 | 2024-12-21T02:34:56.609Z | Checking bitfield v0.14.0 |
2734 | 2024-12-21T02:34:56.680Z | Checking hashbrown v0.12.3 |
2735 | 2024-12-21T02:34:56.725Z | Checking serde-hex v0.1.0 |
2736 | 2024-12-21T02:34:56.742Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2737 | 2024-12-21T02:34:56.830Z | Checking env_logger v0.10.2 |
2738 | 2024-12-21T02:34:56.895Z | Checking ron v0.8.1 |
2739 | 2024-12-21T02:34:57.389Z | Checking ciborium v0.2.2 |
2740 | 2024-12-21T02:34:57.989Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2024-12-21T02:34:58.051Z | Checking steno v0.4.1 |
2742 | 2024-12-21T02:34:58.320Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2743 | 2024-12-21T02:34:58.348Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2744 | 2024-12-21T02:34:58.363Z | Checking hashbrown v0.13.2 |
2745 | 2024-12-21T02:34:58.390Z | Checking crc-any v2.5.0 |
2746 | 2024-12-21T02:34:58.579Z | Checking humantime v2.1.0 |
2747 | 2024-12-21T02:34:58.784Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2748 | 2024-12-21T02:34:58.868Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2749 | 2024-12-21T02:34:59.155Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2750 | 2024-12-21T02:34:59.375Z | Checking object v0.30.4 |
2751 | 2024-12-21T02:34:59.454Z | Checking path-slash v0.1.5 |
2752 | 2024-12-21T02:34:59.548Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2753 | 2024-12-21T02:34:59.703Z | Checking nix v0.27.1 |
2754 | 2024-12-21T02:35:00.237Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2755 | 2024-12-21T02:35:00.657Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2756 | 2024-12-21T02:35:00.902Z | Checking tungstenite v0.23.0 |
2757 | 2024-12-21T02:35:00.964Z | Checking kstat-rs v0.2.4 |
2758 | 2024-12-21T02:35:00.981Z | Checking signal-hook-tokio v0.3.1 |
2759 | 2024-12-21T02:35:01.315Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2760 | 2024-12-21T02:35:01.818Z | Checking tokio-tungstenite v0.23.1 |
2761 | 2024-12-21T02:35:02.053Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2762 | 2024-12-21T02:35:02.293Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2763 | 2024-12-21T02:35:02.668Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2764 | 2024-12-21T02:35:08.834Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2765 | 2024-12-21T02:35:10.112Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2766 | 2024-12-21T02:35:12.939Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2767 | 2024-12-21T02:35:18.365Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2024-12-21T02:35:19.046Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2769 | 2024-12-21T02:35:21.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.89s |
2770 | 2024-12-21T02:35:21.943Z | |
2771 | 2024-12-21T02:35:21.943Z | info: running `cargo check --bins` on gateway-api (89/176) |
2772 | 2024-12-21T02:35:22.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-12-21T02:35:22.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-12-21T02:35:22.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-12-21T02:35:22.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2776 | 2024-12-21T02:35:22.544Z | |
2777 | 2024-12-21T02:35:22.544Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2778 | 2024-12-21T02:35:23.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-12-21T02:35:23.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-12-21T02:35:23.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-12-21T02:35:23.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2782 | 2024-12-21T02:35:23.121Z | |
2783 | 2024-12-21T02:35:23.121Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2784 | 2024-12-21T02:35:23.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-21T02:35:23.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-21T02:35:23.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-21T02:35:23.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2788 | 2024-12-21T02:35:23.720Z | |
2789 | 2024-12-21T02:35:23.720Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2790 | 2024-12-21T02:35:24.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-21T02:35:24.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-21T02:35:24.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-21T02:35:24.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2794 | 2024-12-21T02:35:24.318Z | |
2795 | 2024-12-21T02:35:24.318Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2796 | 2024-12-21T02:35:24.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-21T02:35:24.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-21T02:35:24.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-21T02:35:24.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2800 | 2024-12-21T02:35:24.920Z | |
2801 | 2024-12-21T02:35:24.920Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2802 | 2024-12-21T02:35:25.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-21T02:35:25.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-21T02:35:25.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-21T02:35:25.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2806 | 2024-12-21T02:35:25.517Z | |
2807 | 2024-12-21T02:35:25.517Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2808 | 2024-12-21T02:35:26.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-21T02:35:26.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-21T02:35:26.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-21T02:35:26.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2812 | 2024-12-21T02:35:26.117Z | |
2813 | 2024-12-21T02:35:26.117Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2814 | 2024-12-21T02:35:26.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-21T02:35:26.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-21T02:35:26.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-21T02:35:26.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2818 | 2024-12-21T02:35:26.721Z | |
2819 | 2024-12-21T02:35:26.721Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2820 | 2024-12-21T02:35:27.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-21T02:35:27.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-21T02:35:27.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-21T02:35:27.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2824 | 2024-12-21T02:35:27.344Z | |
2825 | 2024-12-21T02:35:27.345Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2826 | 2024-12-21T02:35:27.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-21T02:35:27.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-21T02:35:27.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-12-21T02:35:27.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2830 | 2024-12-21T02:35:27.940Z | |
2831 | 2024-12-21T02:35:27.940Z | info: running `cargo check --bins` on sp-sim (99/176) |
2832 | 2024-12-21T02:35:28.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-21T02:35:28.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-21T02:35:28.548Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2835 | 2024-12-21T02:35:30.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2836 | 2024-12-21T02:35:30.494Z | |
2837 | 2024-12-21T02:35:30.494Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2838 | 2024-12-21T02:35:31.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-21T02:35:31.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-21T02:35:31.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-21T02:35:31.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2842 | 2024-12-21T02:35:31.133Z | |
2843 | 2024-12-21T02:35:31.133Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2844 | 2024-12-21T02:35:31.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-21T02:35:31.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-21T02:35:31.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-21T02:35:31.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2848 | 2024-12-21T02:35:31.786Z | |
2849 | 2024-12-21T02:35:31.786Z | info: running `cargo check --bins` on db-macros (102/176) |
2850 | 2024-12-21T02:35:32.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-21T02:35:32.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-21T02:35:32.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-21T02:35:32.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2854 | 2024-12-21T02:35:32.365Z | |
2855 | 2024-12-21T02:35:32.366Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2856 | 2024-12-21T02:35:32.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-21T02:35:32.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-21T02:35:32.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-21T02:35:32.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2860 | 2024-12-21T02:35:32.951Z | |
2861 | 2024-12-21T02:35:32.951Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2862 | 2024-12-21T02:35:33.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-21T02:35:33.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-21T02:35:33.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-21T02:35:33.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2866 | 2024-12-21T02:35:33.596Z | |
2867 | 2024-12-21T02:35:33.596Z | info: running `cargo check --bins` on authz-macros (105/176) |
2868 | 2024-12-21T02:35:34.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-21T02:35:34.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-21T02:35:34.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-21T02:35:34.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2872 | 2024-12-21T02:35:34.181Z | |
2873 | 2024-12-21T02:35:34.181Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2874 | 2024-12-21T02:35:34.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-21T02:35:34.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-21T02:35:34.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-21T02:35:34.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2878 | 2024-12-21T02:35:34.811Z | |
2879 | 2024-12-21T02:35:34.812Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2880 | 2024-12-21T02:35:35.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-21T02:35:35.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-21T02:35:35.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-21T02:35:35.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2884 | 2024-12-21T02:35:35.461Z | |
2885 | 2024-12-21T02:35:35.461Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2886 | 2024-12-21T02:35:35.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-21T02:35:36.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-21T02:35:36.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-21T02:35:36.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2890 | 2024-12-21T02:35:36.071Z | |
2891 | 2024-12-21T02:35:36.071Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2892 | 2024-12-21T02:35:36.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-21T02:35:36.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-21T02:35:36.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-21T02:35:36.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2896 | 2024-12-21T02:35:36.712Z | |
2897 | 2024-12-21T02:35:36.712Z | info: running `cargo check --bins` on typed-rng (110/176) |
2898 | 2024-12-21T02:35:37.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-21T02:35:37.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-21T02:35:37.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-12-21T02:35:37.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2902 | 2024-12-21T02:35:37.300Z | |
2903 | 2024-12-21T02:35:37.300Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2904 | 2024-12-21T02:35:37.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-12-21T02:35:37.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-12-21T02:35:38.020Z | Checking keccak v0.1.5 |
2907 | 2024-12-21T02:35:38.024Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2908 | 2024-12-21T02:35:38.129Z | Checking secrecy v0.8.0 |
2909 | 2024-12-21T02:35:38.131Z | Compiling unicase v2.7.0 |
2910 | 2024-12-21T02:35:38.154Z | Compiling same-file v1.0.6 |
2911 | 2024-12-21T02:35:38.157Z | Compiling tempfile v3.13.0 |
2912 | 2024-12-21T02:35:38.181Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2913 | 2024-12-21T02:35:38.184Z | Compiling thiserror-impl-no-std v2.0.2 |
2914 | 2024-12-21T02:35:38.318Z | Compiling walkdir v2.5.0 |
2915 | 2024-12-21T02:35:38.397Z | Checking sha3 v0.10.8 |
2916 | 2024-12-21T02:35:38.451Z | Checking universal-hash v0.5.1 |
2917 | 2024-12-21T02:35:38.521Z | Compiling blake3 v1.5.4 |
2918 | 2024-12-21T02:35:38.539Z | Checking opaque-debug v0.3.1 |
2919 | 2024-12-21T02:35:38.624Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2920 | 2024-12-21T02:35:38.642Z | Checking poly1305 v0.8.0 |
2921 | 2024-12-21T02:35:38.696Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2922 | 2024-12-21T02:35:38.833Z | Checking chacha20 v0.9.1 |
2923 | 2024-12-21T02:35:38.908Z | Checking aead v0.5.2 |
2924 | 2024-12-21T02:35:39.005Z | Compiling memmap2 v0.9.5 |
2925 | 2024-12-21T02:35:39.062Z | Compiling constant_time_eq v0.3.1 |
2926 | 2024-12-21T02:35:39.120Z | Compiling arrayref v0.3.9 |
2927 | 2024-12-21T02:35:39.137Z | Compiling libefi-sys v0.1.0 |
2928 | 2024-12-21T02:35:39.170Z | Compiling arrayvec v0.7.6 |
2929 | 2024-12-21T02:35:39.218Z | Compiling salty v0.3.0 |
2930 | 2024-12-21T02:35:39.240Z | Checking chacha20poly1305 v0.10.1 |
2931 | 2024-12-21T02:35:39.441Z | Compiling toolchain_find v0.4.0 |
2932 | 2024-12-21T02:35:39.484Z | Compiling camino-tempfile v1.1.1 |
2933 | 2024-12-21T02:35:39.557Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2934 | 2024-12-21T02:35:39.647Z | Compiling bitfield-struct v0.6.2 |
2935 | 2024-12-21T02:35:39.833Z | Compiling topological-sort v0.2.2 |
2936 | 2024-12-21T02:35:39.929Z | Compiling mime_guess v2.0.5 |
2937 | 2024-12-21T02:35:40.048Z | Compiling rustfmt-wrapper v0.2.1 |
2938 | 2024-12-21T02:35:40.520Z | Compiling omicron-zone-package v0.12.0 |
2939 | 2024-12-21T02:35:40.608Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2940 | 2024-12-21T02:35:40.623Z | Checking primeorder v0.13.6 |
2941 | 2024-12-21T02:35:40.927Z | Checking env_filter v0.1.2 |
2942 | 2024-12-21T02:35:41.065Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-21T02:35:41.092Z | Checking p384 v0.13.0 |
2944 | 2024-12-21T02:35:41.106Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2024-12-21T02:35:41.124Z | Checking env_logger v0.11.5 |
2946 | 2024-12-21T02:35:41.249Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2947 | 2024-12-21T02:35:41.349Z | Checking thiserror-no-std v2.0.2 |
2948 | 2024-12-21T02:35:41.382Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2949 | 2024-12-21T02:35:41.397Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2950 | 2024-12-21T02:35:41.474Z | Checking vsss-rs v3.3.4 |
2951 | 2024-12-21T02:35:41.621Z | Compiling zip v2.1.3 |
2952 | 2024-12-21T02:35:41.692Z | Checking lockfree-object-pool v0.1.6 |
2953 | 2024-12-21T02:35:41.696Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2954 | 2024-12-21T02:35:41.861Z | Checking simd-adler32 v0.3.7 |
2955 | 2024-12-21T02:35:41.923Z | Checking http-range v0.1.5 |
2956 | 2024-12-21T02:35:41.946Z | Checking bumpalo v3.16.0 |
2957 | 2024-12-21T02:35:42.102Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2958 | 2024-12-21T02:35:42.141Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2959 | 2024-12-21T02:35:42.159Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2960 | 2024-12-21T02:35:42.256Z | Checking zopfli v0.8.1 |
2961 | 2024-12-21T02:35:42.404Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2962 | 2024-12-21T02:35:42.422Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2963 | 2024-12-21T02:35:42.878Z | Checking nanorand v0.7.0 |
2964 | 2024-12-21T02:35:42.902Z | Checking atty v0.2.14 |
2965 | 2024-12-21T02:35:43.019Z | Checking glob v0.3.1 |
2966 | 2024-12-21T02:35:43.034Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2967 | 2024-12-21T02:35:43.249Z | Checking flume v0.11.1 |
2968 | 2024-12-21T02:35:43.544Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2969 | 2024-12-21T02:35:43.641Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2970 | 2024-12-21T02:35:43.762Z | Checking hyper-staticfile v0.10.1 |
2971 | 2024-12-21T02:35:44.406Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2972 | 2024-12-21T02:35:44.510Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2973 | 2024-12-21T02:35:44.886Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2974 | 2024-12-21T02:35:44.965Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2975 | 2024-12-21T02:35:45.285Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2976 | 2024-12-21T02:35:45.650Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2977 | 2024-12-21T02:35:45.821Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2978 | 2024-12-21T02:35:46.089Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2979 | 2024-12-21T02:35:47.007Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2980 | 2024-12-21T02:35:47.206Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2981 | 2024-12-21T02:35:49.953Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2982 | 2024-12-21T02:35:49.956Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2983 | 2024-12-21T02:35:58.545Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-12-21T02:36:11.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.28s |
2985 | 2024-12-21T02:36:11.768Z | |
2986 | 2024-12-21T02:36:11.768Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2987 | 2024-12-21T02:36:12.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-12-21T02:36:12.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-12-21T02:36:12.478Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-12-21T02:36:25.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
2991 | 2024-12-21T02:36:25.835Z | |
2992 | 2024-12-21T02:36:25.835Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
2993 | 2024-12-21T02:36:26.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-12-21T02:36:26.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-12-21T02:36:26.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-12-21T02:36:39.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
2997 | 2024-12-21T02:36:40.005Z | |
2998 | 2024-12-21T02:36:40.005Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
2999 | 2024-12-21T02:36:40.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-12-21T02:36:40.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-12-21T02:36:40.705Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-12-21T02:36:53.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
3003 | 2024-12-21T02:36:54.060Z | |
3004 | 2024-12-21T02:36:54.060Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3005 | 2024-12-21T02:36:54.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-12-21T02:36:54.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-12-21T02:36:54.772Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-12-21T02:37:08.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3009 | 2024-12-21T02:37:08.223Z | |
3010 | 2024-12-21T02:37:08.223Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3011 | 2024-12-21T02:37:08.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-12-21T02:37:08.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-12-21T02:37:08.932Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2024-12-21T02:37:22.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
3015 | 2024-12-21T02:37:22.315Z | |
3016 | 2024-12-21T02:37:22.315Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3017 | 2024-12-21T02:37:22.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-12-21T02:37:22.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-12-21T02:37:23.015Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-12-21T02:37:36.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3021 | 2024-12-21T02:37:36.511Z | |
3022 | 2024-12-21T02:37:36.512Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3023 | 2024-12-21T02:37:37.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-12-21T02:37:37.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-12-21T02:37:37.225Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3026 | 2024-12-21T02:37:50.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
3027 | 2024-12-21T02:37:50.471Z | |
3028 | 2024-12-21T02:37:50.471Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3029 | 2024-12-21T02:37:51.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-12-21T02:37:51.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-12-21T02:37:51.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-12-21T02:37:51.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3033 | 2024-12-21T02:37:51.102Z | |
3034 | 2024-12-21T02:37:51.102Z | info: running `cargo check --bins` on key-manager (120/176) |
3035 | 2024-12-21T02:37:51.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-12-21T02:37:51.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-12-21T02:37:51.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-12-21T02:37:51.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3039 | 2024-12-21T02:37:51.701Z | |
3040 | 2024-12-21T02:37:51.701Z | info: running `cargo check --bins` on range-requests (121/176) |
3041 | 2024-12-21T02:37:52.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-12-21T02:37:52.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-12-21T02:37:52.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-12-21T02:37:52.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3045 | 2024-12-21T02:37:52.292Z | |
3046 | 2024-12-21T02:37:52.292Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3047 | 2024-12-21T02:37:52.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-12-21T02:37:52.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-12-21T02:37:52.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-12-21T02:37:52.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3051 | 2024-12-21T02:37:52.894Z | |
3052 | 2024-12-21T02:37:52.894Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3053 | 2024-12-21T02:37:53.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-12-21T02:37:53.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-12-21T02:37:53.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-12-21T02:37:53.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3057 | 2024-12-21T02:37:53.532Z | |
3058 | 2024-12-21T02:37:53.532Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3059 | 2024-12-21T02:37:54.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-12-21T02:37:54.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-12-21T02:37:54.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-12-21T02:37:54.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3063 | 2024-12-21T02:37:54.109Z | |
3064 | 2024-12-21T02:37:54.109Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3065 | 2024-12-21T02:37:54.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-12-21T02:37:54.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-12-21T02:37:54.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-12-21T02:37:54.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3069 | 2024-12-21T02:37:54.726Z | |
3070 | 2024-12-21T02:37:54.726Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3071 | 2024-12-21T02:37:55.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-12-21T02:37:55.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-12-21T02:37:55.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-12-21T02:37:55.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3075 | 2024-12-21T02:37:55.339Z | |
3076 | 2024-12-21T02:37:55.339Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3077 | 2024-12-21T02:37:55.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-12-21T02:37:55.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-12-21T02:37:55.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-12-21T02:37:55.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3081 | 2024-12-21T02:37:55.954Z | |
3082 | 2024-12-21T02:37:55.954Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3083 | 2024-12-21T02:37:56.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-21T02:37:56.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-21T02:37:56.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2024-12-21T02:37:56.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3087 | 2024-12-21T02:37:56.579Z | |
3088 | 2024-12-21T02:37:56.579Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3089 | 2024-12-21T02:37:57.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-21T02:37:57.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-21T02:37:57.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2024-12-21T02:37:57.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3093 | 2024-12-21T02:37:57.199Z | |
3094 | 2024-12-21T02:37:57.199Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3095 | 2024-12-21T02:37:57.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-21T02:37:57.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-21T02:37:57.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2024-12-21T02:37:57.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3099 | 2024-12-21T02:37:57.824Z | |
3100 | 2024-12-21T02:37:57.824Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3101 | 2024-12-21T02:37:58.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-12-21T02:37:58.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-12-21T02:37:58.486Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3104 | 2024-12-21T02:37:58.486Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3105 | 2024-12-21T02:37:59.327Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3106 | 2024-12-21T02:38:01.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3107 | 2024-12-21T02:38:01.461Z | |
3108 | 2024-12-21T02:38:01.461Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3109 | 2024-12-21T02:38:01.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-12-21T02:38:01.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-12-21T02:38:01.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2024-12-21T02:38:01.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3113 | 2024-12-21T02:38:02.066Z | |
3114 | 2024-12-21T02:38:02.066Z | info: running `cargo check --bins` on cert-dev (133/176) |
3115 | 2024-12-21T02:38:02.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-12-21T02:38:02.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-12-21T02:38:02.652Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3118 | 2024-12-21T02:38:02.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3119 | 2024-12-21T02:38:03.067Z | |
3120 | 2024-12-21T02:38:03.067Z | info: running `cargo check --bins` on clickana (134/176) |
3121 | 2024-12-21T02:38:03.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-21T02:38:03.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-21T02:38:03.691Z | Checking castaway v0.2.3 |
3124 | 2024-12-21T02:38:03.691Z | Checking unicode-truncate v1.1.0 |
3125 | 2024-12-21T02:38:03.691Z | Checking lru v0.12.5 |
3126 | 2024-12-21T02:38:03.691Z | Compiling instability v0.3.2 |
3127 | 2024-12-21T02:38:03.694Z | Checking cassowary v0.3.0 |
3128 | 2024-12-21T02:38:03.694Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3129 | 2024-12-21T02:38:03.900Z | Checking compact_str v0.8.0 |
3130 | 2024-12-21T02:38:04.485Z | Checking ratatui v0.28.1 |
3131 | 2024-12-21T02:38:06.293Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3132 | 2024-12-21T02:38:07.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3133 | 2024-12-21T02:38:07.271Z | |
3134 | 2024-12-21T02:38:07.271Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3135 | 2024-12-21T02:38:07.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-12-21T02:38:07.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-12-21T02:38:07.928Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3138 | 2024-12-21T02:38:07.928Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3139 | 2024-12-21T02:38:08.501Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3140 | 2024-12-21T02:38:08.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3141 | 2024-12-21T02:38:09.025Z | |
3142 | 2024-12-21T02:38:09.025Z | info: running `cargo check --bins` on ch-dev (136/176) |
3143 | 2024-12-21T02:38:09.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-12-21T02:38:09.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-12-21T02:38:09.674Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3146 | 2024-12-21T02:38:10.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3147 | 2024-12-21T02:38:10.527Z | |
3148 | 2024-12-21T02:38:10.528Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3149 | 2024-12-21T02:38:11.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-12-21T02:38:11.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-12-21T02:38:11.164Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3152 | 2024-12-21T02:38:11.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3153 | 2024-12-21T02:38:11.689Z | |
3154 | 2024-12-21T02:38:11.689Z | info: running `cargo check --bins` on db-dev (138/176) |
3155 | 2024-12-21T02:38:12.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-12-21T02:38:12.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-12-21T02:38:12.320Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3158 | 2024-12-21T02:38:13.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3159 | 2024-12-21T02:38:13.194Z | |
3160 | 2024-12-21T02:38:13.194Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3161 | 2024-12-21T02:38:13.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-12-21T02:38:13.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-12-21T02:38:13.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3164 | 2024-12-21T02:38:13.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3165 | 2024-12-21T02:38:13.811Z | |
3166 | 2024-12-21T02:38:13.811Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3167 | 2024-12-21T02:38:14.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-12-21T02:38:14.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-12-21T02:38:14.403Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3170 | 2024-12-21T02:38:15.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3171 | 2024-12-21T02:38:15.418Z | |
3172 | 2024-12-21T02:38:15.418Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3173 | 2024-12-21T02:38:15.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-12-21T02:38:15.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-12-21T02:38:16.007Z | Checking cargo-platform v0.1.8 |
3176 | 2024-12-21T02:38:16.267Z | Checking cargo_metadata v0.18.1 |
3177 | 2024-12-21T02:38:17.205Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3178 | 2024-12-21T02:38:17.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3179 | 2024-12-21T02:38:18.137Z | |
3180 | 2024-12-21T02:38:18.137Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3181 | 2024-12-21T02:38:18.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-12-21T02:38:18.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-12-21T02:38:18.820Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3184 | 2024-12-21T02:38:19.524Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3185 | 2024-12-21T02:38:20.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3186 | 2024-12-21T02:38:20.250Z | |
3187 | 2024-12-21T02:38:20.250Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3188 | 2024-12-21T02:38:20.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2024-12-21T02:38:20.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2024-12-21T02:38:20.994Z | Compiling crunchy v0.2.2 |
3191 | 2024-12-21T02:38:20.994Z | Compiling tiny-keccak v2.0.2 |
3192 | 2024-12-21T02:38:20.997Z | Compiling dsl_auto_type v0.1.2 |
3193 | 2024-12-21T02:38:20.997Z | Checking scheduled-thread-pool v0.2.7 |
3194 | 2024-12-21T02:38:20.997Z | Compiling diesel_table_macro_syntax v0.2.0 |
3195 | 2024-12-21T02:38:21.130Z | Compiling ascii-canvas v3.0.0 |
3196 | 2024-12-21T02:38:21.133Z | Compiling ena v0.14.3 |
3197 | 2024-12-21T02:38:21.144Z | Compiling diff v0.1.13 |
3198 | 2024-12-21T02:38:21.295Z | Checking r2d2 v0.8.10 |
3199 | 2024-12-21T02:38:21.400Z | Compiling regex-syntax v0.6.29 |
3200 | 2024-12-21T02:38:21.519Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3201 | 2024-12-21T02:38:21.560Z | Compiling ref-cast v1.0.23 |
3202 | 2024-12-21T02:38:21.606Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3203 | 2024-12-21T02:38:21.698Z | Compiling derive_builder_core v0.20.2 |
3204 | 2024-12-21T02:38:21.745Z | Compiling libxml v0.3.3 |
3205 | 2024-12-21T02:38:21.789Z | Compiling ref-cast-impl v1.0.23 |
3206 | 2024-12-21T02:38:21.861Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3207 | 2024-12-21T02:38:22.139Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3208 | 2024-12-21T02:38:22.158Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3209 | 2024-12-21T02:38:22.355Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3210 | 2024-12-21T02:38:22.380Z | Compiling strum_macros v0.24.3 |
3211 | 2024-12-21T02:38:22.424Z | Compiling samael v0.0.17 |
3212 | 2024-12-21T02:38:22.689Z | Compiling diesel_derives v2.2.3 |
3213 | 2024-12-21T02:38:22.749Z | Compiling indoc v1.0.9 |
3214 | 2024-12-21T02:38:23.679Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3215 | 2024-12-21T02:38:23.945Z | Compiling oso-derive v0.27.3 |
3216 | 2024-12-21T02:38:24.127Z | Compiling derive_builder_macro v0.20.2 |
3217 | 2024-12-21T02:38:24.904Z | Compiling lalrpop v0.19.12 |
3218 | 2024-12-21T02:38:24.996Z | Compiling impl-trait-for-tuples v0.2.2 |
3219 | 2024-12-21T02:38:25.040Z | Checking derive_builder v0.20.2 |
3220 | 2024-12-21T02:38:25.194Z | Checking quick-xml v0.33.0 |
3221 | 2024-12-21T02:38:25.553Z | Compiling diesel-dtrace v0.4.2 |
3222 | 2024-12-21T02:38:25.848Z | Checking maplit v1.0.2 |
3223 | 2024-12-21T02:38:26.062Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3224 | 2024-12-21T02:38:26.082Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3225 | 2024-12-21T02:38:26.345Z | Checking bb8 v0.8.5 |
3226 | 2024-12-21T02:38:26.891Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3227 | 2024-12-21T02:38:26.911Z | Checking rand_seeder v0.3.0 |
3228 | 2024-12-21T02:38:26.921Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3229 | 2024-12-21T02:38:27.064Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3230 | 2024-12-21T02:38:27.266Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3231 | 2024-12-21T02:38:27.294Z | Checking smawk v0.3.2 |
3232 | 2024-12-21T02:38:27.488Z | Checking unicode-linebreak v0.1.5 |
3233 | 2024-12-21T02:38:27.529Z | Checking is_ci v1.2.0 |
3234 | 2024-12-21T02:38:27.658Z | Checking supports-color v3.0.1 |
3235 | 2024-12-21T02:38:27.746Z | Checking multimap v0.10.0 |
3236 | 2024-12-21T02:38:27.890Z | Checking textwrap v0.16.1 |
3237 | 2024-12-21T02:38:28.741Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3238 | 2024-12-21T02:38:31.404Z | Checking diesel v2.2.6 |
3239 | 2024-12-21T02:38:57.278Z | Compiling polar-core v0.27.3 |
3240 | 2024-12-21T02:39:00.262Z | Checking async-bb8-diesel v0.2.1 |
3241 | 2024-12-21T02:39:04.562Z | Checking oso v0.27.3 |
3242 | 2024-12-21T02:40:10.756Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3243 | 2024-12-21T02:40:16.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s |
3244 | 2024-12-21T02:40:16.821Z | |
3245 | 2024-12-21T02:40:16.821Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3246 | 2024-12-21T02:40:17.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-12-21T02:40:17.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-12-21T02:40:17.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2024-12-21T02:40:17.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3250 | 2024-12-21T02:40:17.466Z | |
3251 | 2024-12-21T02:40:17.466Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3252 | 2024-12-21T02:40:18.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-12-21T02:40:18.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-12-21T02:40:18.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3255 | 2024-12-21T02:40:18.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3256 | 2024-12-21T02:40:18.107Z | |
3257 | 2024-12-21T02:40:18.107Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3258 | 2024-12-21T02:40:18.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-12-21T02:40:18.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-12-21T02:40:18.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2024-12-21T02:40:18.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3262 | 2024-12-21T02:40:18.691Z | |
3263 | 2024-12-21T02:40:18.691Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3264 | 2024-12-21T02:40:19.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2024-12-21T02:40:19.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2024-12-21T02:40:19.461Z | Compiling libz-sys v1.1.20 |
3267 | 2024-12-21T02:40:19.575Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3268 | 2024-12-21T02:40:19.587Z | Compiling vergen v8.3.2 |
3269 | 2024-12-21T02:40:19.589Z | Compiling cargo-platform v0.1.8 |
3270 | 2024-12-21T02:40:19.589Z | Compiling pin-project-internal v1.1.6 |
3271 | 2024-12-21T02:40:19.626Z | Compiling libsqlite3-sys v0.30.1 |
3272 | 2024-12-21T02:40:19.626Z | Compiling snafu-derive v0.8.5 |
3273 | 2024-12-21T02:40:19.630Z | Compiling cfg_aliases v0.2.1 |
3274 | 2024-12-21T02:40:19.753Z | Compiling buf-list v1.0.3 |
3275 | 2024-12-21T02:40:19.869Z | Compiling cargo_metadata v0.18.1 |
3276 | 2024-12-21T02:40:20.129Z | Compiling rustls v0.21.12 |
3277 | 2024-12-21T02:40:20.224Z | Compiling nix v0.29.0 |
3278 | 2024-12-21T02:40:20.454Z | Checking globset v0.4.15 |
3279 | 2024-12-21T02:40:20.503Z | Checking olpc-cjson v0.1.4 |
3280 | 2024-12-21T02:40:20.557Z | Checking sct v0.7.1 |
3281 | 2024-12-21T02:40:20.694Z | Checking rustls-webpki v0.101.7 |
3282 | 2024-12-21T02:40:20.713Z | Checking serde_plain v1.0.2 |
3283 | 2024-12-21T02:40:20.894Z | Checking typed-path v0.9.3 |
3284 | 2024-12-21T02:40:21.250Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3285 | 2024-12-21T02:40:21.486Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3286 | 2024-12-21T02:40:21.528Z | Checking hashlink v0.9.1 |
3287 | 2024-12-21T02:40:21.746Z | Checking fallible-streaming-iterator v0.1.9 |
3288 | 2024-12-21T02:40:21.984Z | Checking fallible-iterator v0.3.0 |
3289 | 2024-12-21T02:40:22.092Z | Checking parse-size v1.1.0 |
3290 | 2024-12-21T02:40:22.628Z | Checking pin-project v1.1.6 |
3291 | 2024-12-21T02:40:22.645Z | Checking rusqlite v0.32.1 |
3292 | 2024-12-21T02:40:22.735Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3293 | 2024-12-21T02:40:22.751Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3294 | 2024-12-21T02:40:22.771Z | Checking rustls-pemfile v1.0.4 |
3295 | 2024-12-21T02:40:22.955Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3296 | 2024-12-21T02:40:23.408Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3297 | 2024-12-21T02:40:23.600Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3298 | 2024-12-21T02:40:23.639Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3299 | 2024-12-21T02:40:23.656Z | Checking twox-hash v1.6.3 |
3300 | 2024-12-21T02:40:23.771Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3301 | 2024-12-21T02:40:24.118Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3302 | 2024-12-21T02:40:24.137Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3303 | 2024-12-21T02:40:24.680Z | Checking tokio-rustls v0.24.1 |
3304 | 2024-12-21T02:40:24.732Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3305 | 2024-12-21T02:40:24.751Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3306 | 2024-12-21T02:40:25.034Z | Checking fatfs v0.3.6 |
3307 | 2024-12-21T02:40:25.167Z | Checking snafu v0.8.5 |
3308 | 2024-12-21T02:40:25.656Z | Checking tough v0.19.0 |
3309 | 2024-12-21T02:40:25.844Z | Checking assert_matches v1.5.0 |
3310 | 2024-12-21T02:40:29.731Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3311 | 2024-12-21T02:40:31.000Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3312 | 2024-12-21T02:40:31.892Z | Compiling git2 v0.19.0 |
3313 | 2024-12-21T02:40:36.448Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3314 | 2024-12-21T02:41:27.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3315 | 2024-12-21T02:41:27.708Z | |
3316 | 2024-12-21T02:41:27.708Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3317 | 2024-12-21T02:41:28.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-12-21T02:41:28.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-12-21T02:41:28.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-12-21T02:41:28.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3321 | 2024-12-21T02:41:28.368Z | |
3322 | 2024-12-21T02:41:28.368Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3323 | 2024-12-21T02:41:28.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-12-21T02:41:28.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-12-21T02:41:28.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-12-21T02:41:28.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3327 | 2024-12-21T02:41:28.959Z | |
3328 | 2024-12-21T02:41:28.959Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3329 | 2024-12-21T02:41:29.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-12-21T02:41:29.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-12-21T02:41:29.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-12-21T02:41:29.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3333 | 2024-12-21T02:41:29.597Z | |
3334 | 2024-12-21T02:41:29.597Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3335 | 2024-12-21T02:41:30.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-12-21T02:41:30.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-12-21T02:41:30.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2024-12-21T02:41:30.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3339 | 2024-12-21T02:41:30.245Z | |
3340 | 2024-12-21T02:41:30.245Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3341 | 2024-12-21T02:41:30.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-12-21T02:41:30.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-12-21T02:41:30.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2024-12-21T02:41:30.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3345 | 2024-12-21T02:41:30.885Z | |
3346 | 2024-12-21T02:41:30.885Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3347 | 2024-12-21T02:41:31.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-12-21T02:41:31.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-12-21T02:41:31.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2024-12-21T02:41:31.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3351 | 2024-12-21T02:41:31.534Z | |
3352 | 2024-12-21T02:41:31.534Z | info: running `cargo check --bins` on update-common (154/176) |
3353 | 2024-12-21T02:41:32.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-12-21T02:41:32.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-12-21T02:41:32.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2024-12-21T02:41:32.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3357 | 2024-12-21T02:41:32.152Z | |
3358 | 2024-12-21T02:41:32.152Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3359 | 2024-12-21T02:41:32.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-12-21T02:41:32.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-12-21T02:41:32.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2024-12-21T02:41:32.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3363 | 2024-12-21T02:41:32.771Z | |
3364 | 2024-12-21T02:41:32.771Z | info: running `cargo check --bins` on tufaceous (156/176) |
3365 | 2024-12-21T02:41:33.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-12-21T02:41:33.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-12-21T02:41:33.419Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3368 | 2024-12-21T02:41:34.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3369 | 2024-12-21T02:41:34.542Z | |
3370 | 2024-12-21T02:41:34.542Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3371 | 2024-12-21T02:41:35.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-12-21T02:41:35.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-12-21T02:41:35.366Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3374 | 2024-12-21T02:41:35.489Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3375 | 2024-12-21T02:41:35.492Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3376 | 2024-12-21T02:41:35.492Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3377 | 2024-12-21T02:42:00.075Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3378 | 2024-12-21T02:42:00.078Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3379 | 2024-12-21T02:42:00.078Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3380 | 2024-12-21T02:42:00.078Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3381 | 2024-12-21T02:42:00.078Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3382 | 2024-12-21T02:42:00.920Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3383 | 2024-12-21T02:42:02.156Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3384 | 2024-12-21T02:42:38.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
3385 | 2024-12-21T02:42:38.842Z | |
3386 | 2024-12-21T02:42:38.842Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3387 | 2024-12-21T02:42:39.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-12-21T02:42:39.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-12-21T02:42:39.534Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3390 | 2024-12-21T02:42:39.534Z | Checking heck v0.4.1 |
3391 | 2024-12-21T02:42:39.536Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3392 | 2024-12-21T02:42:39.770Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3393 | 2024-12-21T02:42:41.112Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3394 | 2024-12-21T02:42:41.972Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3395 | 2024-12-21T02:42:43.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
3396 | 2024-12-21T02:42:43.193Z | |
3397 | 2024-12-21T02:42:43.193Z | info: running `cargo check --bins` on installinator-api (159/176) |
3398 | 2024-12-21T02:42:43.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-12-21T02:42:43.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-12-21T02:42:43.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3401 | 2024-12-21T02:42:43.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3402 | 2024-12-21T02:42:43.810Z | |
3403 | 2024-12-21T02:42:43.811Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3404 | 2024-12-21T02:42:44.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2024-12-21T02:42:44.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2024-12-21T02:42:44.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3407 | 2024-12-21T02:42:44.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3408 | 2024-12-21T02:42:44.441Z | |
3409 | 2024-12-21T02:42:44.441Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3410 | 2024-12-21T02:42:45.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2024-12-21T02:42:45.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2024-12-21T02:42:45.118Z | Compiling petname v2.0.2 |
3413 | 2024-12-21T02:42:45.120Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3414 | 2024-12-21T02:42:45.120Z | Checking sync-ptr v0.1.1 |
3415 | 2024-12-21T02:42:46.501Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3416 | 2024-12-21T02:42:47.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3417 | 2024-12-21T02:42:48.168Z | |
3418 | 2024-12-21T02:42:48.168Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3419 | 2024-12-21T02:42:48.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2024-12-21T02:42:48.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2024-12-21T02:42:48.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3422 | 2024-12-21T02:42:48.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3423 | 2024-12-21T02:42:48.811Z | |
3424 | 2024-12-21T02:42:48.811Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3425 | 2024-12-21T02:42:49.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2024-12-21T02:42:49.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2024-12-21T02:42:49.453Z | Checking memmap2 v0.9.5 |
3428 | 2024-12-21T02:42:49.453Z | Checking arrayvec v0.7.6 |
3429 | 2024-12-21T02:42:49.453Z | Checking arrayref v0.3.9 |
3430 | 2024-12-21T02:42:49.456Z | Checking constant_time_eq v0.3.1 |
3431 | 2024-12-21T02:42:49.456Z | Checking topological-sort v0.2.2 |
3432 | 2024-12-21T02:42:49.456Z | Checking shell-words v1.1.0 |
3433 | 2024-12-21T02:42:49.839Z | Checking blake3 v1.5.4 |
3434 | 2024-12-21T02:42:50.165Z | Checking omicron-zone-package v0.12.0 |
3435 | 2024-12-21T02:42:51.307Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3436 | 2024-12-21T02:42:52.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
3437 | 2024-12-21T02:42:52.332Z | |
3438 | 2024-12-21T02:42:52.332Z | info: running `cargo check --bins` on xtask (164/176) |
3439 | 2024-12-21T02:42:52.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3440 | 2024-12-21T02:42:52.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3441 | 2024-12-21T02:42:52.742Z | Checking bitflags v2.6.0 |
3442 | 2024-12-21T02:42:52.745Z | Checking serde v1.0.215 |
3443 | 2024-12-21T02:42:52.745Z | Checking thiserror v1.0.69 |
3444 | 2024-12-21T02:42:52.833Z | Checking scroll v0.12.0 |
3445 | 2024-12-21T02:42:52.836Z | Checking hashbrown v0.15.1 |
3446 | 2024-12-21T02:42:52.841Z | Checking log v0.4.22 |
3447 | 2024-12-21T02:42:52.850Z | Checking zerocopy v0.7.35 |
3448 | 2024-12-21T02:42:52.870Z | Checking syn v2.0.87 |
3449 | 2024-12-21T02:42:52.921Z | Checking pest v2.7.14 |
3450 | 2024-12-21T02:42:53.064Z | Checking rustix v0.38.37 |
3451 | 2024-12-21T02:42:53.088Z | Checking once_cell v1.20.2 |
3452 | 2024-12-21T02:42:53.275Z | Checking goblin v0.8.2 |
3453 | 2024-12-21T02:42:53.364Z | Checking fs-err v2.11.0 |
3454 | 2024-12-21T02:42:53.673Z | Checking tabled v0.15.0 |
3455 | 2024-12-21T02:42:53.859Z | Checking indexmap v2.6.0 |
3456 | 2024-12-21T02:42:54.248Z | Checking anyhow v1.0.93 |
3457 | 2024-12-21T02:42:54.877Z | Checking terminal_size v0.4.0 |
3458 | 2024-12-21T02:42:54.877Z | Checking tempfile v3.13.0 |
3459 | 2024-12-21T02:42:55.045Z | Checking clap_builder v4.5.21 |
3460 | 2024-12-21T02:42:55.329Z | Checking dtrace-parser v0.2.0 |
3461 | 2024-12-21T02:42:56.999Z | Checking serde_json v1.0.132 |
3462 | 2024-12-21T02:42:56.999Z | Checking serde_spanned v0.6.8 |
3463 | 2024-12-21T02:42:57.001Z | Checking toml_datetime v0.6.8 |
3464 | 2024-12-21T02:42:57.001Z | Checking camino v1.1.9 |
3465 | 2024-12-21T02:42:57.001Z | Checking semver v1.0.23 |
3466 | 2024-12-21T02:42:57.030Z | Checking cargo-platform v0.1.8 |
3467 | 2024-12-21T02:42:57.201Z | Checking macaddr v1.0.1 |
3468 | 2024-12-21T02:42:57.312Z | Checking toml_edit v0.22.22 |
3469 | 2024-12-21T02:42:57.497Z | Checking clap v4.5.21 |
3470 | 2024-12-21T02:42:57.514Z | Checking camino-tempfile v1.1.1 |
3471 | 2024-12-21T02:42:58.105Z | Checking dof v0.3.0 |
3472 | 2024-12-21T02:42:58.105Z | Checking cargo_metadata v0.18.1 |
3473 | 2024-12-21T02:42:58.490Z | Checking usdt-impl v0.5.0 |
3474 | 2024-12-21T02:42:58.833Z | Checking usdt v0.5.0 |
3475 | 2024-12-21T02:42:59.024Z | Checking toml v0.8.19 |
3476 | 2024-12-21T02:42:59.462Z | Checking cargo_toml v0.20.5 |
3477 | 2024-12-21T02:43:00.599Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3478 | 2024-12-21T02:43:01.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s |
3479 | 2024-12-21T02:43:01.275Z | |
3480 | 2024-12-21T02:43:01.275Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3481 | 2024-12-21T02:43:01.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2024-12-21T02:43:01.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2024-12-21T02:43:02.008Z | Checking polyval v0.6.2 |
3484 | 2024-12-21T02:43:02.011Z | Checking ctr v0.9.2 |
3485 | 2024-12-21T02:43:02.130Z | Checking ssh-encoding v0.2.0 |
3486 | 2024-12-21T02:43:02.133Z | Checking blowfish v0.9.1 |
3487 | 2024-12-21T02:43:02.154Z | Checking password-hash v0.4.2 |
3488 | 2024-12-21T02:43:02.158Z | Checking matches v0.1.10 |
3489 | 2024-12-21T02:43:02.182Z | Checking p256 v0.13.2 |
3490 | 2024-12-21T02:43:02.182Z | Checking p521 v0.13.3 |
3491 | 2024-12-21T02:43:02.250Z | Checking idna v0.2.3 |
3492 | 2024-12-21T02:43:02.338Z | Checking ghash v0.5.1 |
3493 | 2024-12-21T02:43:02.356Z | Checking bcrypt-pbkdf v0.10.0 |
3494 | 2024-12-21T02:43:02.374Z | Compiling enum-as-inner v0.5.1 |
3495 | 2024-12-21T02:43:02.439Z | Checking russh-cryptovec v0.7.3 |
3496 | 2024-12-21T02:43:02.516Z | Checking aes-gcm v0.10.3 |
3497 | 2024-12-21T02:43:02.541Z | Checking pbkdf2 v0.11.0 |
3498 | 2024-12-21T02:43:02.594Z | Checking md5 v0.7.0 |
3499 | 2024-12-21T02:43:02.621Z | Checking num-bigint v0.4.6 |
3500 | 2024-12-21T02:43:02.640Z | Checking des v0.8.1 |
3501 | 2024-12-21T02:43:02.736Z | Checking ssh-cipher v0.2.0 |
3502 | 2024-12-21T02:43:02.821Z | Checking hex-literal v0.4.1 |
3503 | 2024-12-21T02:43:02.849Z | Compiling dhcproto-macros v0.1.0 |
3504 | 2024-12-21T02:43:02.889Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3505 | 2024-12-21T02:43:02.951Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3506 | 2024-12-21T02:43:03.013Z | Checking ssh-key v0.6.6 |
3507 | 2024-12-21T02:43:03.057Z | Checking internet-checksum v0.2.1 |
3508 | 2024-12-21T02:43:03.388Z | Checking trust-dns-proto v0.22.0 |
3509 | 2024-12-21T02:43:04.326Z | Checking russh-keys v0.45.0 |
3510 | 2024-12-21T02:43:05.206Z | Checking russh v0.45.0 |
3511 | 2024-12-21T02:43:05.823Z | Checking dhcproto v0.12.0 |
3512 | 2024-12-21T02:43:22.095Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3513 | 2024-12-21T02:43:23.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.15s |
3514 | 2024-12-21T02:43:23.617Z | |
3515 | 2024-12-21T02:43:23.617Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3516 | 2024-12-21T02:43:24.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-21T02:43:24.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-21T02:43:24.235Z | Checking termios v0.3.3 |
3519 | 2024-12-21T02:43:24.443Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3520 | 2024-12-21T02:43:25.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3521 | 2024-12-21T02:43:25.348Z | |
3522 | 2024-12-21T02:43:25.348Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3523 | 2024-12-21T02:43:25.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-12-21T02:43:25.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-12-21T02:43:26.011Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3526 | 2024-12-21T02:43:27.945Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-21T02:43:29.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
3528 | 2024-12-21T02:43:29.914Z | |
3529 | 2024-12-21T02:43:29.914Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3530 | 2024-12-21T02:43:30.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-12-21T02:43:30.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-12-21T02:43:30.524Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3533 | 2024-12-21T02:43:30.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3534 | 2024-12-21T02:43:31.167Z | |
3535 | 2024-12-21T02:43:31.167Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3536 | 2024-12-21T02:43:31.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-12-21T02:43:31.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-12-21T02:43:31.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3539 | 2024-12-21T02:43:31.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3540 | 2024-12-21T02:43:31.751Z | |
3541 | 2024-12-21T02:43:31.751Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3542 | 2024-12-21T02:43:32.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2024-12-21T02:43:32.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2024-12-21T02:43:32.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3545 | 2024-12-21T02:43:32.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3546 | 2024-12-21T02:43:32.333Z | |
3547 | 2024-12-21T02:43:32.333Z | info: running `cargo check --bins` on omicron-package (171/176) |
3548 | 2024-12-21T02:43:32.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2024-12-21T02:43:32.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2024-12-21T02:43:32.969Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3551 | 2024-12-21T02:43:34.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3552 | 2024-12-21T02:43:34.458Z | |
3553 | 2024-12-21T02:43:34.458Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3554 | 2024-12-21T02:43:35.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2024-12-21T02:43:35.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2024-12-21T02:43:35.130Z | Checking rtoolbox v0.0.2 |
3557 | 2024-12-21T02:43:35.130Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3558 | 2024-12-21T02:43:35.132Z | Checking tui-tree-widget v0.22.0 |
3559 | 2024-12-21T02:43:35.351Z | Checking rpassword v7.3.1 |
3560 | 2024-12-21T02:43:39.237Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3561 | 2024-12-21T02:43:42.085Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3562 | 2024-12-21T02:43:43.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
3563 | 2024-12-21T02:43:43.449Z | |
3564 | 2024-12-21T02:43:43.449Z | info: running `cargo check --bins` on wicket (173/176) |
3565 | 2024-12-21T02:43:44.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2024-12-21T02:43:44.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2024-12-21T02:43:44.136Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3568 | 2024-12-21T02:43:44.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3569 | 2024-12-21T02:43:44.751Z | |
3570 | 2024-12-21T02:43:44.751Z | info: running `cargo check --bins` on wicketd (174/176) |
3571 | 2024-12-21T02:43:45.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2024-12-21T02:43:45.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2024-12-21T02:43:45.438Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3574 | 2024-12-21T02:43:49.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3575 | 2024-12-21T02:43:49.388Z | |
3576 | 2024-12-21T02:43:49.388Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3577 | 2024-12-21T02:43:49.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2024-12-21T02:43:49.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2024-12-21T02:43:49.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3580 | 2024-12-21T02:43:49.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3581 | 2024-12-21T02:43:49.968Z | |
3582 | 2024-12-21T02:43:49.969Z | info: running `cargo check --bins` on zone-setup (176/176) |
3583 | 2024-12-21T02:43:50.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2024-12-21T02:43:50.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2024-12-21T02:43:50.664Z | Checking uzers v0.12.1 |
3586 | 2024-12-21T02:43:50.995Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3587 | 2024-12-21T02:43:52.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
3588 | 2024-12-21T02:43:52.330Z | |
3589 | 2024-12-21T02:43:52.332Z | real 12:33.774912466 |
3590 | 2024-12-21T02:43:52.333Z | user 23:35.827357875 |
3591 | 2024-12-21T02:43:52.333Z | sys 5:17.081096958 |
3592 | 2024-12-21T02:43:52.333Z | trap 0.451012620 |
3593 | 2024-12-21T02:43:52.333Z | tflt 2.335323309 |
3594 | 2024-12-21T02:43:52.333Z | dflt 3.103769401 |
3595 | 2024-12-21T02:43:52.333Z | kflt 0.001357871 |
3596 | 2024-12-21T02:43:52.333Z | lock 44:14.366679087 |
3597 | 2024-12-21T02:43:52.333Z | slp 2:02:37.619638850 |
3598 | 2024-12-21T02:43:52.333Z | lat 59.536924787 |
3599 | 2024-12-21T02:43:52.333Z | stop 3:09.135878389 |
3600 | 2024-12-21T02:43:52.333Z | process exited: duration 1140074 ms, exit code 0 |
|
3601 | 2024-12-21T02:43:52.340Z | found 0 output files |