|
|
|
1 | 2024-10-25T17:26:12.520Z | job assigned to worker 01JB2BC4EVV4R390EVT0BCV9JD (queued for 53 s) |
|
2 | 2024-10-25T17:26:19.698Z | starting task 0: "setup" |
3 | 2024-10-25T17:26:19.708Z | ++ uname -s |
4 | 2024-10-25T17:26:19.712Z | + kern=SunOS |
5 | 2024-10-25T17:26:19.712Z | + case "$kern" in |
6 | 2024-10-25T17:26:19.712Z | + [[ 0 == 12345 ]] |
7 | 2024-10-25T17:26:19.712Z | + groupadd -g 12345 build |
8 | 2024-10-25T17:26:19.715Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-25T17:26:21.724Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-25T17:26:21.783Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-25T17:26:21.786Z | + home_fs=zfs |
12 | 2024-10-25T17:26:21.786Z | + [[ zfs == autofs ]] |
13 | 2024-10-25T17:26:21.786Z | + mkdir -p /home/build |
14 | 2024-10-25T17:26:21.788Z | + chown build:build /home/build /work |
15 | 2024-10-25T17:26:23.790Z | + chmod 0700 /home/build /work |
16 | 2024-10-25T17:26:23.794Z | process exited: duration 4095 ms, exit code 0 |
|
17 | 2024-10-25T17:26:23.800Z | starting task 1: "rust-toolchain" |
18 | 2024-10-25T17:26:23.806Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-25T17:26:23.806Z | * toolchain channel = "1.80.1" |
20 | 2024-10-25T17:26:23.806Z | ' 1.80.1 |
21 | 2024-10-25T17:26:23.806Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-25T17:26:23.806Z | ' default |
23 | 2024-10-25T17:26:23.806Z | * toolchain profile = "default" |
24 | 2024-10-25T17:26:23.809Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-25T17:26:23.809Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-25T17:26:23.926Z | info: downloading installer |
27 | 2024-10-25T17:26:25.240Z | info: profile set to 'default' |
28 | 2024-10-25T17:26:25.240Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-25T17:26:25.243Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-25T17:26:25.384Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-25T17:26:25.384Z | info: downloading component 'cargo' |
32 | 2024-10-25T17:26:26.191Z | info: downloading component 'clippy' |
33 | 2024-10-25T17:26:26.480Z | info: downloading component 'rust-docs' |
34 | 2024-10-25T17:26:27.606Z | info: downloading component 'rust-std' |
35 | 2024-10-25T17:26:29.191Z | info: downloading component 'rustc' |
36 | 2024-10-25T17:26:33.675Z | info: downloading component 'rustfmt' |
37 | 2024-10-25T17:26:33.918Z | info: installing component 'cargo' |
38 | 2024-10-25T17:26:34.840Z | info: installing component 'clippy' |
39 | 2024-10-25T17:26:35.205Z | info: installing component 'rust-docs' |
40 | 2024-10-25T17:26:36.850Z | info: installing component 'rust-std' |
41 | 2024-10-25T17:26:38.498Z | info: installing component 'rustc' |
42 | 2024-10-25T17:26:42.632Z | info: installing component 'rustfmt' |
43 | 2024-10-25T17:26:42.966Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-25T17:26:42.966Z | |
45 | 2024-10-25T17:26:43.224Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-25T17:26:43.224Z | |
47 | 2024-10-25T17:26:43.226Z | |
48 | 2024-10-25T17:26:43.226Z | Rust is installed now. Great! |
49 | 2024-10-25T17:26:43.226Z | |
50 | 2024-10-25T17:26:43.226Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-25T17:26:43.226Z | environment variable. This has not been done automatically. |
52 | 2024-10-25T17:26:43.227Z | |
53 | 2024-10-25T17:26:43.227Z | To configure your current shell, you need to source |
54 | 2024-10-25T17:26:43.227Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-25T17:26:43.227Z | |
56 | 2024-10-25T17:26:43.227Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-25T17:26:43.227Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-25T17:26:43.227Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-25T17:26:43.269Z | + rustc --version |
60 | 2024-10-25T17:26:43.332Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-25T17:26:43.335Z | process exited: duration 19533 ms, exit code 0 |
|
62 | 2024-10-25T17:26:43.343Z | starting task 2: "authentication" |
63 | 2024-10-25T17:26:43.362Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-25T17:26:43.367Z | starting task 3: "clone repository" |
65 | 2024-10-25T17:26:43.373Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-25T17:26:43.375Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-25T17:26:43.419Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-25T17:26:50.298Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-25T17:26:50.298Z | + git fetch origin 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 |
70 | 2024-10-25T17:26:50.587Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-25T17:26:50.587Z | * branch 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 -> FETCH_HEAD |
72 | 2024-10-25T17:26:50.598Z | + [[ -n refresh-harder ]] |
73 | 2024-10-25T17:26:50.600Z | ++ git branch --show-current |
74 | 2024-10-25T17:26:50.602Z | + current=main |
75 | 2024-10-25T17:26:50.602Z | + [[ main != refresh-harder ]] |
76 | 2024-10-25T17:26:50.602Z | + git branch -f refresh-harder 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 |
77 | 2024-10-25T17:26:50.605Z | + git checkout -f refresh-harder |
78 | 2024-10-25T17:26:50.772Z | Switched to branch 'refresh-harder' |
79 | 2024-10-25T17:26:50.774Z | + git reset --hard 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 |
80 | 2024-10-25T17:26:50.802Z | HEAD is now at 30cd97948 Test fixup |
81 | 2024-10-25T17:26:50.805Z | process exited: duration 7435 ms, exit code 0 |
|
82 | 2024-10-25T17:26:50.810Z | starting task 4: "build" |
83 | 2024-10-25T17:26:50.815Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-25T17:26:50.815Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-25T17:26:50.815Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-25T17:26:50.818Z | + cargo --version |
87 | 2024-10-25T17:26:50.870Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-25T17:26:50.872Z | + rustc --version |
89 | 2024-10-25T17:26:50.928Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-25T17:26:50.931Z | + source ./env.sh |
91 | 2024-10-25T17:26:50.931Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-10-25T17:26:50.931Z | ++ set -o xtrace |
93 | 2024-10-25T17:26:50.933Z | ++++ dirname ./env.sh |
94 | 2024-10-25T17:26:50.937Z | +++ readlink -f . |
95 | 2024-10-25T17:26:50.939Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-10-25T17:26:50.939Z | ++ export 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-10-25T17:26:50.939Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-25T17:26:50.939Z | ++ 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 |
99 | 2024-10-25T17:26:50.939Z | ++ 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 |
100 | 2024-10-25T17:26:50.939Z | ++ 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 |
101 | 2024-10-25T17:26:50.939Z | ++ 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 |
102 | 2024-10-25T17:26:50.939Z | ++ 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 |
103 | 2024-10-25T17:26:50.940Z | ++ 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 |
104 | 2024-10-25T17:26:50.940Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-10-25T17:26:50.940Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-10-25T17:26:50.940Z | + 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 |
107 | 2024-10-25T17:26:50.940Z | + 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 |
108 | 2024-10-25T17:26:50.940Z | + banner prerequisites |
109 | 2024-10-25T17:26:50.942Z | |
110 | 2024-10-25T17:26:50.942Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-10-25T17:26:50.942Z | # # # # # # # # # # # # # # # |
112 | 2024-10-25T17:26:50.942Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-10-25T17:26:50.942Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-10-25T17:26:50.942Z | # # # # # # # # # # # # # # # |
115 | 2024-10-25T17:26:50.942Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-10-25T17:26:50.942Z | |
117 | 2024-10-25T17:26:50.942Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-10-25T17:26:59.151Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-10-25T17:27:02.355Z | Startup: Caching catalogs ... Done |
120 | 2024-10-25T17:27:09.050Z | Planning: Solver setup ... Done (5.997s) |
121 | 2024-10-25T17:27:09.137Z | Planning: Running solver ... Done (0.086s) |
122 | 2024-10-25T17:27:09.216Z | Planning: Finding local manifests ... Done (0.003s) |
123 | 2024-10-25T17:27:09.228Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-10-25T17:27:09.442Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-10-25T17:27:09.542Z | Planning: Package planning ... Done (0.099s) |
126 | 2024-10-25T17:27:09.597Z | Planning: Merging actions ... Done (0.056s) |
127 | 2024-10-25T17:27:09.824Z | Planning: Checking for conflicting actions ... Done (0.226s) |
128 | 2024-10-25T17:27:11.761Z | Planning: Consolidating action changes ... Done (1.937s) |
129 | 2024-10-25T17:27:12.187Z | Planning: Evaluating mediators ... Done (0.425s) |
130 | 2024-10-25T17:27:12.266Z | Planning: Planning completed in 9.82 seconds |
131 | 2024-10-25T17:27:12.282Z | Packages to install: 4 |
132 | 2024-10-25T17:27:12.282Z | Packages to update: 1 |
133 | 2024-10-25T17:27:12.285Z | Mediators to change: 2 |
134 | 2024-10-25T17:27:12.285Z | Services to change: 1 |
135 | 2024-10-25T17:27:12.285Z | Estimated space available: 155.71 GB |
136 | 2024-10-25T17:27:12.285Z | Estimated space to be consumed: 1.58 GB |
137 | 2024-10-25T17:27:12.285Z | Create boot environment: No |
138 | 2024-10-25T17:27:12.285Z | Create backup boot environment: Yes |
139 | 2024-10-25T17:27:12.285Z | Rebuild boot archive: No |
140 | 2024-10-25T17:27:12.285Z | |
141 | 2024-10-25T17:27:12.285Z | Changed mediators: |
142 | 2024-10-25T17:27:12.285Z | mediator clang: |
143 | 2024-10-25T17:27:12.285Z | version: None -> 15 (system default) |
144 | 2024-10-25T17:27:12.285Z | |
145 | 2024-10-25T17:27:12.285Z | mediator llvm: |
146 | 2024-10-25T17:27:12.285Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-10-25T17:27:12.285Z | |
148 | 2024-10-25T17:27:12.285Z | Changed packages: |
149 | 2024-10-25T17:27:12.285Z | helios-dev |
150 | 2024-10-25T17:27:12.285Z | developer/build-essential |
151 | 2024-10-25T17:27:12.285Z | None -> 11-2.0 |
152 | 2024-10-25T17:27:12.285Z | library/libxmlsec1 |
153 | 2024-10-25T17:27:12.285Z | None -> 1.2.35-2.0 |
154 | 2024-10-25T17:27:12.285Z | ooce/developer/clang-15 |
155 | 2024-10-25T17:27:12.285Z | None -> 15.0.7-2.0 |
156 | 2024-10-25T17:27:12.285Z | ooce/developer/llvm-15 |
157 | 2024-10-25T17:27:12.285Z | None -> 15.0.7-2.0 |
158 | 2024-10-25T17:27:12.285Z | package/pkg |
159 | 2024-10-25T17:27:12.285Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-10-25T17:27:12.285Z | |
161 | 2024-10-25T17:27:12.285Z | Services: |
162 | 2024-10-25T17:27:12.286Z | restart_fmri: |
163 | 2024-10-25T17:27:12.286Z | svc:/system/update-man-index:default |
164 | 2024-10-25T17:27:12.286Z | |
165 | 2024-10-25T17:27:12.286Z | Editable files to change: |
166 | 2024-10-25T17:27:12.286Z | Update: |
167 | 2024-10-25T17:27:12.286Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-10-25T17:27:12.364Z | |
169 | 2024-10-25T17:27:12.364Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-10-25T17:27:17.365Z | Download: 856/4281 items 18.7/220.6MB 8% complete (3.9M/s) |
171 | 2024-10-25T17:27:22.365Z | Download: 1218/4281 items 93.5/220.6MB 42% complete (9.3M/s) |
172 | 2024-10-25T17:27:27.367Z | Download: 1956/4281 items 118.4/220.6MB 53% complete (10.0M/s) |
173 | 2024-10-25T17:27:34.633Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (4.8M/s) |
174 | 2024-10-25T17:27:39.634Z | Download: 3244/4281 items 196.3/220.6MB 89% complete (7.7M/s) |
175 | 2024-10-25T17:27:46.114Z | Download: 3281/4281 items 209.1/220.6MB 94% complete (9.6M/s) |
176 | 2024-10-25T17:27:48.934Z | Download: Completed 220.60 MB in 36.57 seconds (6.0M/s) |
177 | 2024-10-25T17:27:51.013Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-10-25T17:27:51.036Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-10-25T17:27:55.712Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-10-25T17:27:56.028Z | Actions: Completed 5063 actions in 5.01 seconds. |
181 | 2024-10-25T17:27:56.393Z | Done (0.358s) |
182 | 2024-10-25T17:27:56.396Z | Done (0.000s) |
183 | 2024-10-25T17:27:56.890Z | Done (0.495s) |
184 | 2024-10-25T17:28:01.095Z | Done (4.001s) |
185 | 2024-10-25T17:28:01.185Z | Done (0.019s) |
186 | 2024-10-25T17:28:01.187Z | Done (0.000s) |
187 | 2024-10-25T17:28:01.375Z | Done (0.000s) |
188 | 2024-10-25T17:28:02.043Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-10-25T17:28:02.207Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-10-25T17:28:02.210Z | Planning: Consolidating action changes ... Done |
191 | 2024-10-25T17:28:02.475Z | Planning: Evaluating mediators ... Done |
192 | 2024-10-25T17:28:02.478Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-10-25T17:28:02.515Z | Mediators to change: 2 |
194 | 2024-10-25T17:28:02.515Z | Create boot environment: No |
195 | 2024-10-25T17:28:02.517Z | Create backup boot environment: No |
196 | 2024-10-25T17:28:02.574Z | Done |
197 | 2024-10-25T17:28:02.574Z | Done |
198 | 2024-10-25T17:28:02.896Z | Done |
199 | 2024-10-25T17:28:06.462Z | Done |
200 | 2024-10-25T17:28:06.550Z | Done |
201 | 2024-10-25T17:28:06.552Z | Done |
202 | 2024-10-25T17:28:06.646Z | Done |
203 | 2024-10-25T17:28:07.268Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-10-25T17:28:07.272Z | Planning: Merging actions ... Done |
205 | 2024-10-25T17:28:07.459Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-10-25T17:28:07.461Z | Planning: Consolidating action changes ... Done |
207 | 2024-10-25T17:28:07.725Z | Planning: Evaluating mediators ... Done |
208 | 2024-10-25T17:28:07.781Z | Planning: Planning completed in 0.76 seconds |
209 | 2024-10-25T17:28:07.821Z | Packages to change: 1 |
210 | 2024-10-25T17:28:07.821Z | Mediators to change: 1 |
211 | 2024-10-25T17:28:07.823Z | Services to change: 1 |
212 | 2024-10-25T17:28:07.823Z | Create boot environment: No |
213 | 2024-10-25T17:28:07.823Z | Create backup boot environment: Yes |
214 | 2024-10-25T17:28:09.986Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-10-25T17:28:09.989Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-10-25T17:28:09.989Z | Done |
217 | 2024-10-25T17:28:09.989Z | Done |
218 | 2024-10-25T17:28:10.090Z | Done |
219 | 2024-10-25T17:28:13.663Z | Done |
220 | 2024-10-25T17:28:13.755Z | Done |
221 | 2024-10-25T17:28:13.758Z | Done |
222 | 2024-10-25T17:28:13.872Z | Done |
223 | 2024-10-25T17:28:14.303Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-10-25T17:28:14.303Z | clang system 15 system |
225 | 2024-10-25T17:28:14.303Z | csh system system illumos |
226 | 2024-10-25T17:28:14.303Z | ctags system system illumos |
227 | 2024-10-25T17:28:14.303Z | gcc vendor 12 vendor |
228 | 2024-10-25T17:28:14.303Z | gcc system 10 system |
229 | 2024-10-25T17:28:14.303Z | gcc system 7 system |
230 | 2024-10-25T17:28:14.303Z | go system 1.20 system |
231 | 2024-10-25T17:28:14.303Z | go system 1.19 system |
232 | 2024-10-25T17:28:14.303Z | llvm system 15 system |
233 | 2024-10-25T17:28:14.303Z | llvm system 14 system |
234 | 2024-10-25T17:28:14.303Z | mariadb system 10.6 system |
235 | 2024-10-25T17:28:14.303Z | mta vendor vendor dma |
236 | 2024-10-25T17:28:14.303Z | openjdk system 17 system |
237 | 2024-10-25T17:28:14.303Z | openjdk system 11 system |
238 | 2024-10-25T17:28:14.303Z | openjdk system 1.8 system |
239 | 2024-10-25T17:28:14.304Z | openssl vendor 3 vendor |
240 | 2024-10-25T17:28:14.304Z | perl system 5.36 system |
241 | 2024-10-25T17:28:14.304Z | postgresql system 15 system |
242 | 2024-10-25T17:28:14.304Z | postgresql system 13 system |
243 | 2024-10-25T17:28:14.304Z | python vendor 3 vendor |
244 | 2024-10-25T17:28:14.304Z | python system 2 system |
245 | 2024-10-25T17:28:14.304Z | python3 system 3.11 system |
246 | 2024-10-25T17:28:14.304Z | ruby system 3.0 system |
247 | 2024-10-25T17:28:14.304Z | words vendor vendor american-english |
248 | 2024-10-25T17:28:14.304Z | words system system australian-english |
249 | 2024-10-25T17:28:14.304Z | words system system british-english |
250 | 2024-10-25T17:28:14.304Z | words system system canadian-english |
251 | 2024-10-25T17:28:14.304Z | words system system french |
252 | 2024-10-25T17:28:14.304Z | words system system italian |
253 | 2024-10-25T17:28:14.304Z | words system system ngerman |
254 | 2024-10-25T17:28:14.304Z | words system system ogerman |
255 | 2024-10-25T17:28:14.304Z | words system system spanish |
256 | 2024-10-25T17:28:14.634Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-10-25T17:28:14.634Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-10-25T17:28:16.977Z | FMRI IFO |
259 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-10-25T17:28:16.977Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-10-25T17:28:17.675Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-10-25T17:28:17.971Z | Updating crates.io index |
276 | 2024-10-25T17:28:18.043Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-10-25T17:28:18.763Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-10-25T17:28:18.989Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-10-25T17:28:19.204Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-10-25T17:28:19.465Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-10-25T17:28:20.237Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-10-25T17:28:22.403Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-10-25T17:28:23.331Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-10-25T17:28:23.957Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-10-25T17:28:24.224Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-10-25T17:28:24.495Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-10-25T17:28:25.036Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-10-25T17:28:25.381Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-10-25T17:28:25.648Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-10-25T17:28:25.921Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-10-25T17:28:26.224Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-10-25T17:28:26.450Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-10-25T17:28:26.716Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-10-25T17:28:27.029Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-10-25T17:28:27.367Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-10-25T17:28:27.619Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-10-25T17:28:28.079Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-10-25T17:28:28.344Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-10-25T17:28:28.788Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-10-25T17:28:29.212Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-10-25T17:28:29.470Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-10-25T17:28:29.707Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-10-25T17:28:30.991Z | Downloading crates ... |
304 | 2024-10-25T17:28:31.052Z | Downloaded block-buffer v0.10.4 |
305 | 2024-10-25T17:28:31.054Z | Downloaded cargo_metadata v0.18.1 |
306 | 2024-10-25T17:28:31.057Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-10-25T17:28:31.060Z | Downloaded clap v4.5.20 |
308 | 2024-10-25T17:28:31.070Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-10-25T17:28:31.073Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-10-25T17:28:31.077Z | Downloaded camino v1.1.9 |
311 | 2024-10-25T17:28:31.079Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-10-25T17:28:31.082Z | Downloaded clap_lex v0.7.2 |
313 | 2024-10-25T17:28:31.082Z | Downloaded autocfg v1.4.0 |
314 | 2024-10-25T17:28:31.084Z | Downloaded toml_datetime v0.6.8 |
315 | 2024-10-25T17:28:31.086Z | Downloaded terminal_size v0.4.0 |
316 | 2024-10-25T17:28:31.086Z | Downloaded plain v0.2.3 |
317 | 2024-10-25T17:28:31.089Z | Downloaded fs-err v2.11.0 |
318 | 2024-10-25T17:28:31.089Z | Downloaded errno v0.3.9 |
319 | 2024-10-25T17:28:31.091Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2024-10-25T17:28:31.094Z | Downloaded crypto-common v0.1.6 |
321 | 2024-10-25T17:28:31.094Z | Downloaded thiserror-impl v1.0.64 |
322 | 2024-10-25T17:28:31.094Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-10-25T17:28:31.097Z | Downloaded utf8parse v0.2.2 |
324 | 2024-10-25T17:28:31.100Z | Downloaded swrite v0.1.0 |
325 | 2024-10-25T17:28:31.100Z | Downloaded serde_spanned v0.6.8 |
326 | 2024-10-25T17:28:31.103Z | Downloaded pest_derive v2.7.14 |
327 | 2024-10-25T17:28:31.106Z | Downloaded sha2 v0.10.8 |
328 | 2024-10-25T17:28:31.114Z | Downloaded bytecount v0.6.8 |
329 | 2024-10-25T17:28:31.123Z | Downloaded cargo-platform v0.1.8 |
330 | 2024-10-25T17:28:31.125Z | Downloaded byteorder v1.5.0 |
331 | 2024-10-25T17:28:31.128Z | Downloaded serde_derive v1.0.210 |
332 | 2024-10-25T17:28:31.130Z | Downloaded anstyle v1.0.8 |
333 | 2024-10-25T17:28:31.132Z | Downloaded ucd-trie v0.1.7 |
334 | 2024-10-25T17:28:31.135Z | Downloaded anstyle-query v1.1.1 |
335 | 2024-10-25T17:28:31.141Z | Downloaded equivalent v1.0.1 |
336 | 2024-10-25T17:28:31.151Z | Downloaded anyhow v1.0.89 |
337 | 2024-10-25T17:28:31.154Z | Downloaded pretty-hex v0.4.1 |
338 | 2024-10-25T17:28:31.156Z | Downloaded cfg-if v1.0.0 |
339 | 2024-10-25T17:28:31.156Z | Downloaded cargo_toml v0.20.5 |
340 | 2024-10-25T17:28:31.158Z | Downloaded camino-tempfile v1.1.1 |
341 | 2024-10-25T17:28:31.160Z | Downloaded anstream v0.6.15 |
342 | 2024-10-25T17:28:31.163Z | Downloaded usdt-macro v0.5.0 |
343 | 2024-10-25T17:28:31.169Z | Downloaded bitflags v2.6.0 |
344 | 2024-10-25T17:28:31.173Z | Downloaded papergrid v0.11.0 |
345 | 2024-10-25T17:28:31.178Z | Downloaded indexmap v2.6.0 |
346 | 2024-10-25T17:28:31.182Z | Downloaded cpufeatures v0.2.14 |
347 | 2024-10-25T17:28:31.184Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-10-25T17:28:31.187Z | Downloaded heck v0.5.0 |
349 | 2024-10-25T17:28:31.187Z | Downloaded generic-array v0.14.7 |
350 | 2024-10-25T17:28:31.189Z | Downloaded strsim v0.11.1 |
351 | 2024-10-25T17:28:31.189Z | Downloaded version_check v0.9.5 |
352 | 2024-10-25T17:28:31.189Z | Downloaded fastrand v2.1.1 |
353 | 2024-10-25T17:28:31.192Z | Downloaded serde_tokenstream v0.2.2 |
354 | 2024-10-25T17:28:31.194Z | Downloaded macaddr v1.0.1 |
355 | 2024-10-25T17:28:31.194Z | Downloaded fnv v1.0.7 |
356 | 2024-10-25T17:28:31.196Z | Downloaded dof v0.3.0 |
357 | 2024-10-25T17:28:31.196Z | Downloaded digest v0.10.7 |
358 | 2024-10-25T17:28:31.199Z | Downloaded colorchoice v1.0.2 |
359 | 2024-10-25T17:28:31.199Z | Downloaded smawk v0.3.2 |
360 | 2024-10-25T17:28:31.201Z | Downloaded memmap v0.7.0 |
361 | 2024-10-25T17:28:31.203Z | Downloaded thread-id v4.2.2 |
362 | 2024-10-25T17:28:31.205Z | Downloaded thiserror v1.0.64 |
363 | 2024-10-25T17:28:31.209Z | Downloaded scroll v0.12.0 |
364 | 2024-10-25T17:28:31.212Z | Downloaded usdt-impl v0.5.0 |
365 | 2024-10-25T17:28:31.214Z | Downloaded usdt v0.5.0 |
366 | 2024-10-25T17:28:31.216Z | Downloaded pest_generator v2.7.14 |
367 | 2024-10-25T17:28:31.221Z | Downloaded quote v1.0.37 |
368 | 2024-10-25T17:28:31.224Z | Downloaded itoa v1.0.11 |
369 | 2024-10-25T17:28:31.227Z | Downloaded once_cell v1.20.2 |
370 | 2024-10-25T17:28:31.230Z | Downloaded clap_derive v4.5.18 |
371 | 2024-10-25T17:28:31.230Z | Downloaded heck v0.4.1 |
372 | 2024-10-25T17:28:31.232Z | Downloaded tabled_derive v0.7.0 |
373 | 2024-10-25T17:28:31.238Z | Downloaded tempfile v3.13.0 |
374 | 2024-10-25T17:28:31.241Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-10-25T17:28:31.245Z | Downloaded memchr v2.7.4 |
376 | 2024-10-25T17:28:31.250Z | Downloaded log v0.4.22 |
377 | 2024-10-25T17:28:31.252Z | Downloaded semver v1.0.23 |
378 | 2024-10-25T17:28:31.256Z | Downloaded typenum v1.17.0 |
379 | 2024-10-25T17:28:31.258Z | Downloaded proc-macro2 v1.0.87 |
380 | 2024-10-25T17:28:31.261Z | Downloaded zerocopy-derive v0.7.35 |
381 | 2024-10-25T17:28:31.265Z | Downloaded unicode-ident v1.0.13 |
382 | 2024-10-25T17:28:31.267Z | Downloaded toml v0.8.19 |
383 | 2024-10-25T17:28:31.272Z | Downloaded pest_meta v2.7.14 |
384 | 2024-10-25T17:28:31.274Z | Downloaded ryu v1.0.18 |
385 | 2024-10-25T17:28:31.277Z | Downloaded textwrap v0.16.1 |
386 | 2024-10-25T17:28:31.291Z | Downloaded serde v1.0.210 |
387 | 2024-10-25T17:28:31.294Z | Downloaded hashbrown v0.15.0 |
388 | 2024-10-25T17:28:31.318Z | Downloaded toml_edit v0.22.22 |
389 | 2024-10-25T17:28:31.340Z | Downloaded zerocopy v0.7.35 |
390 | 2024-10-25T17:28:31.355Z | Downloaded tabled v0.15.0 |
391 | 2024-10-25T17:28:31.371Z | Downloaded serde_json v1.0.128 |
392 | 2024-10-25T17:28:31.377Z | Downloaded winnow v0.6.20 |
393 | 2024-10-25T17:28:31.385Z | Downloaded pest v2.7.14 |
394 | 2024-10-25T17:28:31.390Z | Downloaded goblin v0.8.2 |
395 | 2024-10-25T17:28:31.396Z | Downloaded clap_builder v4.5.20 |
396 | 2024-10-25T17:28:31.403Z | Downloaded syn v1.0.109 |
397 | 2024-10-25T17:28:31.413Z | Downloaded unicode-width v0.1.14 |
398 | 2024-10-25T17:28:31.419Z | Downloaded syn v2.0.79 |
399 | 2024-10-25T17:28:31.430Z | Downloaded rustix v0.38.37 |
400 | 2024-10-25T17:28:31.451Z | Downloaded libc v0.2.161 |
401 | 2024-10-25T17:28:31.753Z | Compiling proc-macro2 v1.0.87 |
402 | 2024-10-25T17:28:31.753Z | Compiling unicode-ident v1.0.13 |
403 | 2024-10-25T17:28:31.756Z | Compiling version_check v0.9.5 |
404 | 2024-10-25T17:28:31.756Z | Compiling serde v1.0.210 |
405 | 2024-10-25T17:28:31.756Z | Compiling thiserror v1.0.64 |
406 | 2024-10-25T17:28:31.756Z | Compiling memchr v2.7.4 |
407 | 2024-10-25T17:28:31.756Z | Compiling libc v0.2.161 |
408 | 2024-10-25T17:28:31.787Z | Compiling ucd-trie v0.1.7 |
409 | 2024-10-25T17:28:32.386Z | Compiling ryu v1.0.18 |
410 | 2024-10-25T17:28:32.480Z | Compiling itoa v1.0.11 |
411 | 2024-10-25T17:28:32.552Z | Compiling once_cell v1.20.2 |
412 | 2024-10-25T17:28:32.642Z | Compiling byteorder v1.5.0 |
413 | 2024-10-25T17:28:32.712Z | Compiling serde_json v1.0.128 |
414 | 2024-10-25T17:28:32.960Z | Compiling rustix v0.38.37 |
415 | 2024-10-25T17:28:33.109Z | Compiling bitflags v2.6.0 |
416 | 2024-10-25T17:28:33.161Z | Compiling usdt-impl v0.5.0 |
417 | 2024-10-25T17:28:33.473Z | Compiling quote v1.0.37 |
418 | 2024-10-25T17:28:33.543Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-10-25T17:28:33.590Z | Compiling syn v1.0.109 |
420 | 2024-10-25T17:28:33.760Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-10-25T17:28:33.900Z | Compiling syn v2.0.79 |
422 | 2024-10-25T17:28:33.925Z | Compiling hashbrown v0.15.0 |
423 | 2024-10-25T17:28:34.108Z | Compiling errno v0.3.9 |
424 | 2024-10-25T17:28:34.261Z | Compiling log v0.4.22 |
425 | 2024-10-25T17:28:34.355Z | Compiling thread-id v4.2.2 |
426 | 2024-10-25T17:28:34.383Z | Compiling equivalent v1.0.1 |
427 | 2024-10-25T17:28:34.408Z | Compiling camino v1.1.9 |
428 | 2024-10-25T17:28:34.440Z | Compiling plain v0.2.3 |
429 | 2024-10-25T17:28:34.475Z | Compiling utf8parse v0.2.2 |
430 | 2024-10-25T17:28:34.655Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-10-25T17:28:35.016Z | Compiling colorchoice v1.0.2 |
432 | 2024-10-25T17:28:35.194Z | Compiling indexmap v2.6.0 |
433 | 2024-10-25T17:28:35.221Z | Compiling winnow v0.6.20 |
434 | 2024-10-25T17:28:35.224Z | Compiling anstyle v1.0.8 |
435 | 2024-10-25T17:28:35.225Z | Compiling unicode-width v0.1.14 |
436 | 2024-10-25T17:28:35.460Z | Compiling autocfg v1.4.0 |
437 | 2024-10-25T17:28:35.708Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-10-25T17:28:35.813Z | Compiling anstyle-query v1.1.1 |
439 | 2024-10-25T17:28:35.846Z | Compiling pretty-hex v0.4.1 |
440 | 2024-10-25T17:28:35.973Z | Compiling semver v1.0.23 |
441 | 2024-10-25T17:28:36.073Z | Compiling anstream v0.6.15 |
442 | 2024-10-25T17:28:36.516Z | Compiling terminal_size v0.4.0 |
443 | 2024-10-25T17:28:36.649Z | Compiling fs-err v2.11.0 |
444 | 2024-10-25T17:28:36.766Z | Compiling clap_lex v0.7.2 |
445 | 2024-10-25T17:28:36.832Z | Compiling fastrand v2.1.1 |
446 | 2024-10-25T17:28:36.855Z | Compiling fnv v1.0.7 |
447 | 2024-10-25T17:28:36.942Z | Compiling anyhow v1.0.89 |
448 | 2024-10-25T17:28:36.991Z | Compiling cfg-if v1.0.0 |
449 | 2024-10-25T17:28:37.098Z | Compiling heck v0.5.0 |
450 | 2024-10-25T17:28:37.179Z | Compiling bytecount v0.6.8 |
451 | 2024-10-25T17:28:37.417Z | Compiling strsim v0.11.1 |
452 | 2024-10-25T17:28:37.596Z | Compiling heck v0.4.1 |
453 | 2024-10-25T17:28:37.724Z | Compiling clap_builder v4.5.20 |
454 | 2024-10-25T17:28:37.812Z | Compiling tempfile v3.13.0 |
455 | 2024-10-25T17:28:38.094Z | Compiling papergrid v0.11.0 |
456 | 2024-10-25T17:28:38.268Z | Compiling memmap v0.7.0 |
457 | 2024-10-25T17:28:38.349Z | Compiling smawk v0.3.2 |
458 | 2024-10-25T17:28:38.582Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-10-25T17:28:39.110Z | Compiling textwrap v0.16.1 |
460 | 2024-10-25T17:28:39.136Z | Compiling swrite v0.1.0 |
461 | 2024-10-25T17:28:40.205Z | Compiling tabled_derive v0.7.0 |
462 | 2024-10-25T17:28:42.073Z | Compiling tabled v0.15.0 |
463 | 2024-10-25T17:28:42.869Z | Compiling serde_derive v1.0.210 |
464 | 2024-10-25T17:28:42.871Z | Compiling thiserror-impl v1.0.64 |
465 | 2024-10-25T17:28:42.871Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-10-25T17:28:42.871Z | Compiling scroll_derive v0.12.0 |
467 | 2024-10-25T17:28:43.287Z | Compiling clap_derive v4.5.18 |
468 | 2024-10-25T17:28:44.447Z | Compiling scroll v0.12.0 |
469 | 2024-10-25T17:28:44.874Z | Compiling zerocopy v0.7.35 |
470 | 2024-10-25T17:28:44.941Z | Compiling goblin v0.8.2 |
471 | 2024-10-25T17:28:45.615Z | Compiling pest v2.7.14 |
472 | 2024-10-25T17:28:47.069Z | Compiling clap v4.5.20 |
473 | 2024-10-25T17:28:47.961Z | Compiling pest_meta v2.7.14 |
474 | 2024-10-25T17:28:48.824Z | Compiling pest_generator v2.7.14 |
475 | 2024-10-25T17:28:50.873Z | Compiling pest_derive v2.7.14 |
476 | 2024-10-25T17:28:51.606Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-10-25T17:28:53.181Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-10-25T17:28:53.223Z | Compiling serde_spanned v0.6.8 |
479 | 2024-10-25T17:28:53.226Z | Compiling toml_datetime v0.6.8 |
480 | 2024-10-25T17:28:53.478Z | Compiling cargo-platform v0.1.8 |
481 | 2024-10-25T17:28:53.620Z | Compiling toml_edit v0.22.22 |
482 | 2024-10-25T17:28:53.775Z | Compiling macaddr v1.0.1 |
483 | 2024-10-25T17:28:53.963Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-10-25T17:28:54.670Z | Compiling dof v0.3.0 |
485 | 2024-10-25T17:28:54.692Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-10-25T17:28:56.359Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-10-25T17:28:56.362Z | Compiling usdt-macro v0.5.0 |
488 | 2024-10-25T17:28:56.468Z | Compiling toml v0.8.19 |
489 | 2024-10-25T17:28:57.506Z | Compiling cargo_toml v0.20.5 |
490 | 2024-10-25T17:28:57.773Z | Compiling usdt v0.5.0 |
491 | 2024-10-25T17:29:01.008Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-10-25T17:29:04.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.52s |
493 | 2024-10-25T17:29:05.230Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-10-25T17:29:05.812Z | Downloading crates ... |
495 | 2024-10-25T17:29:05.930Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-10-25T17:29:05.932Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-10-25T17:29:05.937Z | Downloaded addr2line v0.24.2 |
498 | 2024-10-25T17:29:05.942Z | Downloaded bb8 v0.8.5 |
499 | 2024-10-25T17:29:05.946Z | Downloaded async-recursion v1.1.1 |
500 | 2024-10-25T17:29:05.951Z | Downloaded aead v0.5.2 |
501 | 2024-10-25T17:29:05.956Z | Downloaded cassowary v0.3.0 |
502 | 2024-10-25T17:29:05.959Z | Downloaded arrayref v0.3.9 |
503 | 2024-10-25T17:29:05.963Z | Downloaded crc v3.2.1 |
504 | 2024-10-25T17:29:05.966Z | Downloaded convert_case v0.4.0 |
505 | 2024-10-25T17:29:05.968Z | Downloaded curve25519-dalek-derive v0.1.1 |
506 | 2024-10-25T17:29:05.968Z | Downloaded chacha20 v0.9.1 |
507 | 2024-10-25T17:29:05.970Z | Downloaded cexpr v0.6.0 |
508 | 2024-10-25T17:29:05.973Z | Downloaded ahash v0.8.11 |
509 | 2024-10-25T17:29:05.975Z | Downloaded cobs v0.2.3 |
510 | 2024-10-25T17:29:05.978Z | Downloaded csv-core v0.1.11 |
511 | 2024-10-25T17:29:05.980Z | Downloaded cookie v0.18.1 |
512 | 2024-10-25T17:29:05.982Z | Downloaded crc32fast v1.4.2 |
513 | 2024-10-25T17:29:05.983Z | Downloaded crossbeam-epoch v0.9.18 |
514 | 2024-10-25T17:29:05.985Z | Downloaded ciborium-ll v0.2.2 |
515 | 2024-10-25T17:29:05.988Z | Downloaded is_ci v1.2.0 |
516 | 2024-10-25T17:29:05.990Z | Downloaded bzip2 v0.4.4 |
517 | 2024-10-25T17:29:05.990Z | Downloaded chrono-tz-build v0.4.0 |
518 | 2024-10-25T17:29:05.993Z | Downloaded instant v0.1.13 |
519 | 2024-10-25T17:29:05.993Z | Downloaded bitfield v0.14.0 |
520 | 2024-10-25T17:29:05.997Z | Downloaded crypto-bigint v0.5.5 |
521 | 2024-10-25T17:29:06.001Z | Downloaded new_debug_unreachable v1.0.6 |
522 | 2024-10-25T17:29:06.004Z | Downloaded newtype_derive v0.1.6 |
523 | 2024-10-25T17:29:06.004Z | Downloaded matches v0.1.10 |
524 | 2024-10-25T17:29:06.006Z | Downloaded const_format v0.2.33 |
525 | 2024-10-25T17:29:06.010Z | Downloaded arc-swap v1.7.1 |
526 | 2024-10-25T17:29:06.014Z | Downloaded hubpack v0.1.2 |
527 | 2024-10-25T17:29:06.017Z | Downloaded rustc_version v0.1.7 |
528 | 2024-10-25T17:29:06.017Z | Downloaded is-terminal v0.4.13 |
529 | 2024-10-25T17:29:06.019Z | Downloaded num-derive v0.4.2 |
530 | 2024-10-25T17:29:06.019Z | Downloaded managed v0.8.0 |
531 | 2024-10-25T17:29:06.022Z | Downloaded linear-map v1.2.0 |
532 | 2024-10-25T17:29:06.024Z | Downloaded rustls-pki-types v1.9.0 |
533 | 2024-10-25T17:29:06.026Z | Downloaded multimap v0.10.0 |
534 | 2024-10-25T17:29:06.029Z | Downloaded atty v0.2.14 |
535 | 2024-10-25T17:29:06.029Z | Downloaded serde_repr v0.1.19 |
536 | 2024-10-25T17:29:06.031Z | Downloaded mockall v0.13.0 |
537 | 2024-10-25T17:29:06.034Z | Downloaded kstat-rs v0.2.4 |
538 | 2024-10-25T17:29:06.034Z | Downloaded hyper-rustls v0.27.3 |
539 | 2024-10-25T17:29:06.036Z | Downloaded lru v0.12.5 |
540 | 2024-10-25T17:29:06.039Z | Downloaded async-stream v0.3.6 |
541 | 2024-10-25T17:29:06.042Z | Downloaded shlex v1.3.0 |
542 | 2024-10-25T17:29:06.042Z | Downloaded bit-set v0.5.3 |
543 | 2024-10-25T17:29:06.044Z | Downloaded num_enum_derive v0.5.11 |
544 | 2024-10-25T17:29:06.044Z | Downloaded memmap2 v0.9.5 |
545 | 2024-10-25T17:29:06.048Z | Downloaded libloading v0.8.5 |
546 | 2024-10-25T17:29:06.051Z | Downloaded nu-ansi-term v0.50.1 |
547 | 2024-10-25T17:29:06.053Z | Downloaded sync_wrapper v0.1.2 |
548 | 2024-10-25T17:29:06.053Z | Downloaded mime_guess v2.0.5 |
549 | 2024-10-25T17:29:06.056Z | Downloaded jobserver v0.1.32 |
550 | 2024-10-25T17:29:06.058Z | Downloaded backoff v0.4.0 |
551 | 2024-10-25T17:29:06.061Z | Downloaded num-rational v0.4.2 |
552 | 2024-10-25T17:29:06.063Z | Downloaded num-complex v0.4.6 |
553 | 2024-10-25T17:29:06.063Z | Downloaded indexmap v1.9.3 |
554 | 2024-10-25T17:29:06.067Z | Downloaded bitflags v1.3.2 |
555 | 2024-10-25T17:29:06.070Z | Downloaded cfg_aliases v0.2.1 |
556 | 2024-10-25T17:29:06.073Z | Downloaded cstr-argument v0.1.2 |
557 | 2024-10-25T17:29:06.073Z | Downloaded crunchy v0.2.2 |
558 | 2024-10-25T17:29:06.075Z | Downloaded crucible-workspace-hack v0.1.0 |
559 | 2024-10-25T17:29:06.075Z | Downloaded ciborium-io v0.2.2 |
560 | 2024-10-25T17:29:06.075Z | Downloaded base16ct v0.2.0 |
561 | 2024-10-25T17:29:06.077Z | Downloaded bitfield-struct v0.6.2 |
562 | 2024-10-25T17:29:06.078Z | Downloaded atomic-waker v1.1.2 |
563 | 2024-10-25T17:29:06.080Z | Downloaded block-padding v0.3.3 |
564 | 2024-10-25T17:29:06.080Z | Downloaded array-init v0.0.4 |
565 | 2024-10-25T17:29:06.084Z | Downloaded ascii-canvas v3.0.0 |
566 | 2024-10-25T17:29:06.084Z | Downloaded thread_local v1.1.8 |
567 | 2024-10-25T17:29:06.086Z | Downloaded cbc v0.1.2 |
568 | 2024-10-25T17:29:06.086Z | Downloaded bcs v0.1.6 |
569 | 2024-10-25T17:29:06.088Z | Downloaded waitgroup v0.1.2 |
570 | 2024-10-25T17:29:06.095Z | Downloaded minimal-lexical v0.2.1 |
571 | 2024-10-25T17:29:06.098Z | Downloaded cfg_aliases v0.1.1 |
572 | 2024-10-25T17:29:06.098Z | Downloaded tower-service v0.3.3 |
573 | 2024-10-25T17:29:06.098Z | Downloaded tracing-attributes v0.1.27 |
574 | 2024-10-25T17:29:06.101Z | Downloaded colored v2.1.0 |
575 | 2024-10-25T17:29:06.101Z | Downloaded cipher v0.4.4 |
576 | 2024-10-25T17:29:06.105Z | Downloaded itertools v0.12.1 |
577 | 2024-10-25T17:29:06.111Z | Downloaded ident_case v1.0.1 |
578 | 2024-10-25T17:29:06.114Z | Downloaded hubpack_derive v0.1.1 |
579 | 2024-10-25T17:29:06.114Z | Downloaded darling_macro v0.20.10 |
580 | 2024-10-25T17:29:06.114Z | Downloaded castaway v0.2.3 |
581 | 2024-10-25T17:29:06.116Z | Downloaded buf-list v1.0.3 |
582 | 2024-10-25T17:29:06.119Z | Downloaded blake2 v0.10.6 |
583 | 2024-10-25T17:29:06.121Z | Downloaded async-bb8-diesel v0.2.1 |
584 | 2024-10-25T17:29:06.123Z | Downloaded ctr v0.9.2 |
585 | 2024-10-25T17:29:06.126Z | Downloaded crossbeam-deque v0.8.5 |
586 | 2024-10-25T17:29:06.128Z | Downloaded cancel-safe-futures v0.1.5 |
587 | 2024-10-25T17:29:06.131Z | Downloaded base64ct v1.6.0 |
588 | 2024-10-25T17:29:06.133Z | Downloaded indoc v1.0.9 |
589 | 2024-10-25T17:29:06.136Z | Downloaded endian-type v0.1.2 |
590 | 2024-10-25T17:29:06.138Z | Downloaded defmt v0.3.8 |
591 | 2024-10-25T17:29:06.141Z | Downloaded thiserror-impl-no-std v2.0.2 |
592 | 2024-10-25T17:29:06.145Z | Downloaded http-body v0.4.6 |
593 | 2024-10-25T17:29:06.145Z | Downloaded constant_time_eq v0.3.1 |
594 | 2024-10-25T17:29:06.147Z | Downloaded const_format_proc_macros v0.2.33 |
595 | 2024-10-25T17:29:06.147Z | Downloaded ciborium v0.2.2 |
596 | 2024-10-25T17:29:06.151Z | Downloaded impl-trait-for-tuples v0.2.2 |
597 | 2024-10-25T17:29:06.153Z | Downloaded match_cfg v0.1.0 |
598 | 2024-10-25T17:29:06.155Z | Downloaded siphasher v0.3.11 |
599 | 2024-10-25T17:29:06.155Z | Downloaded thiserror-no-std v2.0.2 |
600 | 2024-10-25T17:29:06.160Z | Downloaded lru-cache v0.1.2 |
601 | 2024-10-25T17:29:06.164Z | Downloaded unicase v2.7.0 |
602 | 2024-10-25T17:29:06.164Z | Downloaded path-slash v0.1.5 |
603 | 2024-10-25T17:29:06.166Z | Downloaded nodrop v0.1.14 |
604 | 2024-10-25T17:29:06.166Z | Downloaded num-conv v0.1.0 |
605 | 2024-10-25T17:29:06.166Z | Downloaded md5 v0.7.0 |
606 | 2024-10-25T17:29:06.170Z | Downloaded normalize-line-endings v0.3.0 |
607 | 2024-10-25T17:29:06.170Z | Downloaded strum_macros v0.25.3 |
608 | 2024-10-25T17:29:06.172Z | Downloaded shell-words v1.1.0 |
609 | 2024-10-25T17:29:06.172Z | Downloaded indent_write v2.2.0 |
610 | 2024-10-25T17:29:06.175Z | Downloaded cookie_store v0.21.0 |
611 | 2024-10-25T17:29:06.177Z | Downloaded zeroize v1.8.1 |
612 | 2024-10-25T17:29:06.177Z | Downloaded ipnetwork v0.20.0 |
613 | 2024-10-25T17:29:06.180Z | Downloaded internet-checksum v0.2.1 |
614 | 2024-10-25T17:29:06.180Z | Downloaded instability v0.3.2 |
615 | 2024-10-25T17:29:06.182Z | Downloaded httpdate v1.0.3 |
616 | 2024-10-25T17:29:06.182Z | Downloaded rustls-pemfile v1.0.4 |
617 | 2024-10-25T17:29:06.184Z | Downloaded ref-cast-impl v1.0.23 |
618 | 2024-10-25T17:29:06.187Z | Downloaded diff v0.1.13 |
619 | 2024-10-25T17:29:06.190Z | Downloaded md-5 v0.10.6 |
620 | 2024-10-25T17:29:06.192Z | Downloaded russh-cryptovec v0.7.3 |
621 | 2024-10-25T17:29:06.192Z | Downloaded gethostname v0.5.0 |
622 | 2024-10-25T17:29:06.195Z | Downloaded fd-lock v4.0.2 |
623 | 2024-10-25T17:29:06.198Z | Downloaded zone_cfg_derive v0.3.0 |
624 | 2024-10-25T17:29:06.198Z | Downloaded foreign-types v0.3.2 |
625 | 2024-10-25T17:29:06.198Z | Downloaded diesel_table_macro_syntax v0.2.0 |
626 | 2024-10-25T17:29:06.202Z | Downloaded zone_cfg_derive v0.1.2 |
627 | 2024-10-25T17:29:06.202Z | Downloaded want v0.3.1 |
628 | 2024-10-25T17:29:06.202Z | Downloaded stable_deref_trait v1.2.0 |
629 | 2024-10-25T17:29:06.205Z | Downloaded num_threads v0.1.7 |
630 | 2024-10-25T17:29:06.205Z | Downloaded data-encoding v2.6.0 |
631 | 2024-10-25T17:29:06.205Z | Downloaded slab v0.4.9 |
632 | 2024-10-25T17:29:06.210Z | Downloaded iana-time-zone v0.1.61 |
633 | 2024-10-25T17:29:06.213Z | Downloaded ipnet v2.10.1 |
634 | 2024-10-25T17:29:06.213Z | Downloaded opaque-debug v0.3.1 |
635 | 2024-10-25T17:29:06.213Z | Downloaded sqlparser_derive v0.2.2 |
636 | 2024-10-25T17:29:06.213Z | Downloaded env_logger v0.11.5 |
637 | 2024-10-25T17:29:06.216Z | Downloaded snafu-derive v0.8.5 |
638 | 2024-10-25T17:29:06.219Z | Downloaded maplit v1.0.2 |
639 | 2024-10-25T17:29:06.219Z | Downloaded pkg-config v0.3.31 |
640 | 2024-10-25T17:29:06.221Z | Downloaded paste v1.0.15 |
641 | 2024-10-25T17:29:06.223Z | Downloaded radium v0.7.0 |
642 | 2024-10-25T17:29:06.226Z | Downloaded newline-converter v0.3.0 |
643 | 2024-10-25T17:29:06.226Z | Downloaded crc-any v2.5.0 |
644 | 2024-10-25T17:29:06.229Z | Downloaded maybe-uninit v2.0.0 |
645 | 2024-10-25T17:29:06.231Z | Downloaded newtype-uuid v1.1.2 |
646 | 2024-10-25T17:29:06.231Z | Downloaded nanorand v0.7.0 |
647 | 2024-10-25T17:29:06.233Z | Downloaded bytes v1.7.2 |
648 | 2024-10-25T17:29:06.238Z | Downloaded num v0.4.3 |
649 | 2024-10-25T17:29:06.241Z | Downloaded sqlformat v0.2.6 |
650 | 2024-10-25T17:29:06.244Z | Downloaded num-iter v0.1.45 |
651 | 2024-10-25T17:29:06.244Z | Downloaded num-integer v0.1.46 |
652 | 2024-10-25T17:29:06.250Z | Downloaded dhcproto-macros v0.1.0 |
653 | 2024-10-25T17:29:06.250Z | Downloaded secrecy v0.8.0 |
654 | 2024-10-25T17:29:06.250Z | Downloaded slog-dtrace v0.3.0 |
655 | 2024-10-25T17:29:06.254Z | Downloaded time-core v0.1.2 |
656 | 2024-10-25T17:29:06.254Z | Downloaded termtree v0.4.1 |
657 | 2024-10-25T17:29:06.254Z | Downloaded multer v3.1.0 |
658 | 2024-10-25T17:29:06.254Z | Downloaded hickory-client v0.24.1 |
659 | 2024-10-25T17:29:06.257Z | Downloaded quick-error v1.2.3 |
660 | 2024-10-25T17:29:06.259Z | Downloaded structmeta v0.3.0 |
661 | 2024-10-25T17:29:06.259Z | Downloaded num_enum v0.5.11 |
662 | 2024-10-25T17:29:06.264Z | Downloaded crossbeam-utils v0.8.20 |
663 | 2024-10-25T17:29:06.267Z | Downloaded des v0.8.1 |
664 | 2024-10-25T17:29:06.270Z | Downloaded oso-derive v0.27.3 |
665 | 2024-10-25T17:29:06.270Z | Downloaded glob v0.3.1 |
666 | 2024-10-25T17:29:06.272Z | Downloaded subtle v2.6.1 |
667 | 2024-10-25T17:29:06.275Z | Downloaded rusty-fork v0.3.0 |
668 | 2024-10-25T17:29:06.275Z | Downloaded topological-sort v0.2.2 |
669 | 2024-10-25T17:29:06.277Z | Downloaded tokio-native-tls v0.3.1 |
670 | 2024-10-25T17:29:06.280Z | Downloaded tokio-macros v2.4.0 |
671 | 2024-10-25T17:29:06.280Z | Downloaded pkcs8 v0.10.2 |
672 | 2024-10-25T17:29:06.285Z | Downloaded const-oid v0.9.6 |
673 | 2024-10-25T17:29:06.287Z | Downloaded clang-sys v1.8.1 |
674 | 2024-10-25T17:29:06.291Z | Downloaded chacha20poly1305 v0.10.1 |
675 | 2024-10-25T17:29:06.291Z | Downloaded unicode-xid v0.2.6 |
676 | 2024-10-25T17:29:06.301Z | Downloaded unicode-truncate v1.1.0 |
677 | 2024-10-25T17:29:06.306Z | Downloaded fxhash v0.2.1 |
678 | 2024-10-25T17:29:06.306Z | Downloaded fallible-iterator v0.3.0 |
679 | 2024-10-25T17:29:06.310Z | Downloaded embedded-io v0.6.1 |
680 | 2024-10-25T17:29:06.310Z | Downloaded slog-envlogger v2.2.0 |
681 | 2024-10-25T17:29:06.310Z | Downloaded signature v2.2.0 |
682 | 2024-10-25T17:29:06.314Z | Downloaded diesel_derives v2.2.3 |
683 | 2024-10-25T17:29:06.318Z | Downloaded flume v0.11.0 |
684 | 2024-10-25T17:29:06.322Z | Downloaded semver v0.1.20 |
685 | 2024-10-25T17:29:06.322Z | Downloaded peg-runtime v0.8.3 |
686 | 2024-10-25T17:29:06.326Z | Downloaded hash32 v0.3.1 |
687 | 2024-10-25T17:29:06.326Z | Downloaded spin v0.9.8 |
688 | 2024-10-25T17:29:06.330Z | Downloaded pkcs5 v0.7.1 |
689 | 2024-10-25T17:29:06.337Z | Downloaded hash32 v0.2.1 |
690 | 2024-10-25T17:29:06.337Z | Downloaded foreign-types-shared v0.1.1 |
691 | 2024-10-25T17:29:06.337Z | Downloaded fallible-streaming-iterator v0.1.9 |
692 | 2024-10-25T17:29:06.337Z | Downloaded walkdir v2.5.0 |
693 | 2024-10-25T17:29:06.341Z | Downloaded serde-big-array v0.5.1 |
694 | 2024-10-25T17:29:06.341Z | Downloaded foreign-types-shared v0.3.1 |
695 | 2024-10-25T17:29:06.341Z | Downloaded vte v0.11.1 |
696 | 2024-10-25T17:29:06.341Z | Downloaded try-lock v0.2.5 |
697 | 2024-10-25T17:29:06.345Z | Downloaded toolchain_find v0.4.0 |
698 | 2024-10-25T17:29:06.345Z | Downloaded packed_struct_codegen v0.10.1 |
699 | 2024-10-25T17:29:06.345Z | Downloaded polyval v0.6.2 |
700 | 2024-10-25T17:29:06.352Z | Downloaded highway v1.2.0 |
701 | 2024-10-25T17:29:06.352Z | Downloaded globset v0.4.15 |
702 | 2024-10-25T17:29:06.356Z | Downloaded indicatif v0.17.8 |
703 | 2024-10-25T17:29:06.356Z | Downloaded yasna v0.5.2 |
704 | 2024-10-25T17:29:06.362Z | Downloaded sct v0.7.1 |
705 | 2024-10-25T17:29:06.365Z | Downloaded sha1 v0.10.6 |
706 | 2024-10-25T17:29:06.365Z | Downloaded mockall_derive v0.13.0 |
707 | 2024-10-25T17:29:06.369Z | Downloaded miniz_oxide v0.8.0 |
708 | 2024-10-25T17:29:06.369Z | Downloaded powerfmt v0.2.0 |
709 | 2024-10-25T17:29:06.370Z | Downloaded compact_str v0.8.0 |
710 | 2024-10-25T17:29:06.375Z | Downloaded headers-core v0.3.0 |
711 | 2024-10-25T17:29:06.378Z | Downloaded structmeta v0.2.0 |
712 | 2024-10-25T17:29:06.378Z | Downloaded strip-ansi-escapes v0.2.0 |
713 | 2024-10-25T17:29:06.378Z | Downloaded foreign-types-macros v0.2.3 |
714 | 2024-10-25T17:29:06.378Z | Downloaded stringprep v0.1.5 |
715 | 2024-10-25T17:29:06.383Z | Downloaded xz2 v0.1.7 |
716 | 2024-10-25T17:29:06.383Z | Downloaded prettyplease v0.2.22 |
717 | 2024-10-25T17:29:06.386Z | Downloaded crossbeam-channel v0.5.13 |
718 | 2024-10-25T17:29:06.390Z | Downloaded foreign-types v0.5.0 |
719 | 2024-10-25T17:29:06.394Z | Downloaded fragile v2.0.0 |
720 | 2024-10-25T17:29:06.394Z | Downloaded fallible-iterator v0.2.0 |
721 | 2024-10-25T17:29:06.398Z | Downloaded form_urlencoded v1.2.1 |
722 | 2024-10-25T17:29:06.398Z | Downloaded num-traits v0.2.19 |
723 | 2024-10-25T17:29:06.404Z | Downloaded poly1305 v0.8.0 |
724 | 2024-10-25T17:29:06.404Z | Downloaded rand_core v0.6.4 |
725 | 2024-10-25T17:29:06.408Z | Downloaded rand_chacha v0.3.1 |
726 | 2024-10-25T17:29:06.408Z | Downloaded peg v0.8.4 |
727 | 2024-10-25T17:29:06.415Z | Downloaded pbkdf2 v0.12.2 |
728 | 2024-10-25T17:29:06.415Z | Downloaded pin-utils v0.1.0 |
729 | 2024-10-25T17:29:06.415Z | Downloaded olpc-cjson v0.1.4 |
730 | 2024-10-25T17:29:06.419Z | Downloaded slog-stdlog v4.1.1 |
731 | 2024-10-25T17:29:06.419Z | Downloaded hickory-resolver v0.24.1 |
732 | 2024-10-25T17:29:06.428Z | Downloaded dhcproto v0.12.0 |
733 | 2024-10-25T17:29:06.432Z | Downloaded scrypt v0.11.0 |
734 | 2024-10-25T17:29:06.432Z | Downloaded serde-hex v0.1.0 |
735 | 2024-10-25T17:29:06.432Z | Downloaded utf-8 v0.7.6 |
736 | 2024-10-25T17:29:06.432Z | Downloaded futures-io v0.3.31 |
737 | 2024-10-25T17:29:06.432Z | Downloaded ecdsa v0.16.9 |
738 | 2024-10-25T17:29:06.433Z | Downloaded scheduled-thread-pool v0.2.7 |
739 | 2024-10-25T17:29:06.438Z | Downloaded structmeta-derive v0.3.0 |
740 | 2024-10-25T17:29:06.438Z | Downloaded structmeta-derive v0.2.0 |
741 | 2024-10-25T17:29:06.438Z | Downloaded tabwriter v1.4.0 |
742 | 2024-10-25T17:29:06.445Z | Downloaded ssh-cipher v0.2.0 |
743 | 2024-10-25T17:29:06.445Z | Downloaded derive_builder_core v0.20.2 |
744 | 2024-10-25T17:29:06.445Z | Downloaded derive_builder v0.20.2 |
745 | 2024-10-25T17:29:06.448Z | Downloaded tiny-keccak v2.0.2 |
746 | 2024-10-25T17:29:06.448Z | Downloaded tokio-rustls v0.24.1 |
747 | 2024-10-25T17:29:06.452Z | Downloaded tui-tree-widget v0.22.0 |
748 | 2024-10-25T17:29:06.457Z | Downloaded phf_codegen v0.11.2 |
749 | 2024-10-25T17:29:06.457Z | Downloaded http-body-util v0.1.2 |
750 | 2024-10-25T17:29:06.457Z | Downloaded diesel-dtrace v0.3.0 |
751 | 2024-10-25T17:29:06.461Z | Downloaded ppv-lite86 v0.2.20 |
752 | 2024-10-25T17:29:06.461Z | Downloaded peg-macros v0.8.4 |
753 | 2024-10-25T17:29:06.465Z | Downloaded defmt-parser v0.3.4 |
754 | 2024-10-25T17:29:06.465Z | Downloaded number_prefix v0.4.0 |
755 | 2024-10-25T17:29:06.465Z | Downloaded http-range v0.1.5 |
756 | 2024-10-25T17:29:06.465Z | Downloaded http-body v1.0.1 |
757 | 2024-10-25T17:29:06.467Z | Downloaded futures-executor v0.3.31 |
758 | 2024-10-25T17:29:06.468Z | Downloaded progenitor-client v0.8.0 |
759 | 2024-10-25T17:29:06.468Z | Downloaded filetime v0.2.25 |
760 | 2024-10-25T17:29:06.472Z | Downloaded serde_path_to_error v0.1.16 |
761 | 2024-10-25T17:29:06.475Z | Downloaded resolv-conf v0.7.0 |
762 | 2024-10-25T17:29:06.475Z | Downloaded postgres-types v0.2.8 |
763 | 2024-10-25T17:29:06.479Z | Downloaded spin v0.5.2 |
764 | 2024-10-25T17:29:06.479Z | Downloaded serde_derive_internals v0.29.1 |
765 | 2024-10-25T17:29:06.482Z | Downloaded postgres-protocol v0.6.7 |
766 | 2024-10-25T17:29:06.482Z | Downloaded unicode-bidi v0.3.17 |
767 | 2024-10-25T17:29:06.485Z | Downloaded oso v0.27.3 |
768 | 2024-10-25T17:29:06.489Z | Downloaded take_mut v0.2.2 |
769 | 2024-10-25T17:29:06.493Z | Downloaded tokio-postgres v0.7.12 |
770 | 2024-10-25T17:29:06.495Z | Downloaded phf_shared v0.11.2 |
771 | 2024-10-25T17:29:06.495Z | Downloaded twox-hash v1.6.3 |
772 | 2024-10-25T17:29:06.500Z | Downloaded serde_urlencoded v0.7.1 |
773 | 2024-10-25T17:29:06.504Z | Downloaded rand_seeder v0.3.0 |
774 | 2024-10-25T17:29:06.504Z | Downloaded uzers v0.12.1 |
775 | 2024-10-25T17:29:06.507Z | Downloaded slog-term v2.9.1 |
776 | 2024-10-25T17:29:06.507Z | Downloaded sync_wrapper v1.0.1 |
777 | 2024-10-25T17:29:06.510Z | Downloaded p256 v0.13.2 |
778 | 2024-10-25T17:29:06.514Z | Downloaded postcard v1.0.10 |
779 | 2024-10-25T17:29:06.514Z | Downloaded flagset v0.4.6 |
780 | 2024-10-25T17:29:06.518Z | Downloaded wait-timeout v0.2.0 |
781 | 2024-10-25T17:29:06.519Z | Downloaded slog-json v2.6.1 |
782 | 2024-10-25T17:29:06.523Z | Downloaded serde_yaml v0.9.34+deprecated |
783 | 2024-10-25T17:29:06.527Z | Downloaded slog-bunyan v2.5.0 |
784 | 2024-10-25T17:29:06.527Z | Downloaded fixedbitset v0.4.2 |
785 | 2024-10-25T17:29:06.531Z | Downloaded enum-as-inner v0.5.1 |
786 | 2024-10-25T17:29:06.532Z | Downloaded defmt-macros v0.3.9 |
787 | 2024-10-25T17:29:06.534Z | Downloaded parking_lot v0.11.2 |
788 | 2024-10-25T17:29:06.534Z | Downloaded phf_shared v0.10.0 |
789 | 2024-10-25T17:29:06.537Z | Downloaded sigpipe v0.1.3 |
790 | 2024-10-25T17:29:06.537Z | Downloaded float-cmp v0.9.0 |
791 | 2024-10-25T17:29:06.540Z | Downloaded ff v0.13.0 |
792 | 2024-10-25T17:29:06.540Z | Downloaded strum v0.26.3 |
793 | 2024-10-25T17:29:06.540Z | Downloaded predicates-tree v1.0.11 |
794 | 2024-10-25T17:29:06.543Z | Downloaded tracing-core v0.1.32 |
795 | 2024-10-25T17:29:06.546Z | Downloaded tough v0.17.1 |
796 | 2024-10-25T17:29:06.553Z | Downloaded percent-encoding v2.3.1 |
797 | 2024-10-25T17:29:06.556Z | Downloaded static_assertions v1.1.0 |
798 | 2024-10-25T17:29:06.560Z | Downloaded omicron-zone-package v0.11.1 |
799 | 2024-10-25T17:29:06.564Z | Downloaded rpassword v7.3.1 |
800 | 2024-10-25T17:29:06.564Z | Downloaded display-error-chain v0.2.1 |
801 | 2024-10-25T17:29:06.564Z | Downloaded string_cache v0.8.7 |
802 | 2024-10-25T17:29:06.567Z | Downloaded progenitor v0.8.0 |
803 | 2024-10-25T17:29:06.568Z | Downloaded ref-cast v1.0.23 |
804 | 2024-10-25T17:29:06.585Z | Downloaded phf_generator v0.11.2 |
805 | 2024-10-25T17:29:06.585Z | Downloaded tokio-rustls v0.26.0 |
806 | 2024-10-25T17:29:06.590Z | Downloaded tokio-rustls v0.25.0 |
807 | 2024-10-25T17:29:06.590Z | Downloaded funty v2.0.0 |
808 | 2024-10-25T17:29:06.591Z | Downloaded dropshot_endpoint v0.12.0 |
809 | 2024-10-25T17:29:06.591Z | Downloaded uuid v1.10.0 |
810 | 2024-10-25T17:29:06.591Z | Downloaded whoami v1.5.2 |
811 | 2024-10-25T17:29:06.591Z | Downloaded socket2 v0.5.7 |
812 | 2024-10-25T17:29:06.591Z | Downloaded which v4.4.2 |
813 | 2024-10-25T17:29:06.591Z | Downloaded phf v0.11.2 |
814 | 2024-10-25T17:29:06.595Z | Downloaded pem v3.0.4 |
815 | 2024-10-25T17:29:06.595Z | Downloaded wyz v0.5.1 |
816 | 2024-10-25T17:29:06.597Z | Downloaded owo-colors v4.1.0 |
817 | 2024-10-25T17:29:06.597Z | Downloaded same-file v1.0.6 |
818 | 2024-10-25T17:29:06.600Z | Downloaded float-ord v0.3.2 |
819 | 2024-10-25T17:29:06.600Z | Downloaded derive_more v0.99.18 |
820 | 2024-10-25T17:29:06.611Z | Downloaded unicode_categories v0.1.1 |
821 | 2024-10-25T17:29:06.611Z | Downloaded downcast v0.11.0 |
822 | 2024-10-25T17:29:06.615Z | Downloaded pem-rfc7468 v0.7.0 |
823 | 2024-10-25T17:29:06.615Z | Downloaded pretty-hex v0.2.1 |
824 | 2024-10-25T17:29:06.615Z | Downloaded salsa20 v0.10.2 |
825 | 2024-10-25T17:29:06.615Z | Downloaded rfc6979 v0.4.0 |
826 | 2024-10-25T17:29:06.620Z | Downloaded precomputed-hash v0.1.1 |
827 | 2024-10-25T17:29:06.620Z | Downloaded openssl-probe v0.1.5 |
828 | 2024-10-25T17:29:06.620Z | Downloaded openssl-macros v0.1.1 |
829 | 2024-10-25T17:29:06.620Z | Downloaded parse-size v1.0.0 |
830 | 2024-10-25T17:29:06.623Z | Downloaded value-bag v1.9.0 |
831 | 2024-10-25T17:29:06.623Z | Downloaded typify-macro v0.2.0 |
832 | 2024-10-25T17:29:06.625Z | Downloaded rtoolbox v0.0.2 |
833 | 2024-10-25T17:29:06.625Z | Downloaded russh v0.45.0 |
834 | 2024-10-25T17:29:06.632Z | Downloaded ron v0.8.1 |
835 | 2024-10-25T17:29:06.636Z | Downloaded qorb v0.1.2 |
836 | 2024-10-25T17:29:06.641Z | Downloaded hashbrown v0.14.5 |
837 | 2024-10-25T17:29:06.646Z | Downloaded deranged v0.3.11 |
838 | 2024-10-25T17:29:06.649Z | Downloaded untrusted v0.7.1 |
839 | 2024-10-25T17:29:06.649Z | Downloaded smallvec v1.13.2 |
840 | 2024-10-25T17:29:06.651Z | Downloaded termios v0.3.3 |
841 | 2024-10-25T17:29:06.654Z | Downloaded futures-sink v0.3.31 |
842 | 2024-10-25T17:29:06.656Z | Downloaded futures-core v0.3.31 |
843 | 2024-10-25T17:29:06.656Z | Downloaded smf v0.2.3 |
844 | 2024-10-25T17:29:06.659Z | Downloaded unarray v0.1.4 |
845 | 2024-10-25T17:29:06.659Z | Downloaded aho-corasick v1.1.3 |
846 | 2024-10-25T17:29:06.665Z | Downloaded rustc-demangle v0.1.24 |
847 | 2024-10-25T17:29:06.668Z | Downloaded supports-color v3.0.1 |
848 | 2024-10-25T17:29:06.671Z | Downloaded idna v0.5.0 |
849 | 2024-10-25T17:29:06.677Z | Downloaded hostname v0.3.1 |
850 | 2024-10-25T17:29:06.681Z | Downloaded packed_struct v0.10.1 |
851 | 2024-10-25T17:29:06.681Z | Downloaded tap v1.0.1 |
852 | 2024-10-25T17:29:06.681Z | Downloaded proc-macro-crate v1.3.1 |
853 | 2024-10-25T17:29:06.684Z | Downloaded tungstenite v0.23.0 |
854 | 2024-10-25T17:29:06.687Z | Downloaded tungstenite v0.21.0 |
855 | 2024-10-25T17:29:06.692Z | Downloaded dyn-clone v1.0.17 |
856 | 2024-10-25T17:29:06.696Z | Downloaded dirs-next v2.0.0 |
857 | 2024-10-25T17:29:06.696Z | Downloaded dsl_auto_type v0.1.2 |
858 | 2024-10-25T17:29:06.696Z | Downloaded openssl-sys v0.9.103 |
859 | 2024-10-25T17:29:06.699Z | Downloaded heapless v0.8.0 |
860 | 2024-10-25T17:29:06.702Z | Downloaded rand v0.8.5 |
861 | 2024-10-25T17:29:06.706Z | Downloaded vte_generate_state_changes v0.1.2 |
862 | 2024-10-25T17:29:06.708Z | Downloaded tinyvec_macros v0.1.1 |
863 | 2024-10-25T17:29:06.708Z | Downloaded tls_codec_derive v0.4.1 |
864 | 2024-10-25T17:29:06.711Z | Downloaded rustc-hash v1.1.0 |
865 | 2024-10-25T17:29:06.711Z | Downloaded heck v0.3.3 |
866 | 2024-10-25T17:29:06.714Z | Downloaded vsss-rs v3.3.4 |
867 | 2024-10-25T17:29:06.718Z | Downloaded untrusted v0.9.0 |
868 | 2024-10-25T17:29:06.718Z | Downloaded rustfmt-wrapper v0.2.1 |
869 | 2024-10-25T17:29:06.720Z | Downloaded time-macros v0.2.18 |
870 | 2024-10-25T17:29:06.720Z | Downloaded serde_with_macros v3.11.0 |
871 | 2024-10-25T17:29:06.723Z | Downloaded env_filter v0.1.2 |
872 | 2024-10-25T17:29:06.726Z | Downloaded enum-as-inner v0.6.1 |
873 | 2024-10-25T17:29:06.729Z | Downloaded predicates v3.1.2 |
874 | 2024-10-25T17:29:06.729Z | Downloaded tokio-tungstenite v0.21.0 |
875 | 2024-10-25T17:29:06.731Z | Downloaded zip v0.6.6 |
876 | 2024-10-25T17:29:06.735Z | Downloaded signal-hook-tokio v0.3.1 |
877 | 2024-10-25T17:29:06.738Z | Downloaded group v0.13.0 |
878 | 2024-10-25T17:29:06.740Z | Downloaded nom v7.1.3 |
879 | 2024-10-25T17:29:06.744Z | Downloaded libxml v0.3.3 |
880 | 2024-10-25T17:29:06.750Z | Downloaded signal-hook-registry v1.4.2 |
881 | 2024-10-25T17:29:06.754Z | Downloaded typify v0.2.0 |
882 | 2024-10-25T17:29:06.756Z | Downloaded pin-project-internal v1.1.6 |
883 | 2024-10-25T17:29:06.758Z | Downloaded tls_codec v0.4.1 |
884 | 2024-10-25T17:29:06.758Z | Downloaded progenitor-macro v0.8.0 |
885 | 2024-10-25T17:29:06.761Z | Downloaded parse-display-derive v0.10.0 |
886 | 2024-10-25T17:29:06.761Z | Downloaded tokio-stream v0.1.16 |
887 | 2024-10-25T17:29:06.765Z | Downloaded term v0.7.0 |
888 | 2024-10-25T17:29:06.768Z | Downloaded futures-channel v0.3.31 |
889 | 2024-10-25T17:29:06.771Z | Downloaded env_logger v0.10.2 |
890 | 2024-10-25T17:29:06.773Z | Downloaded progenitor-impl v0.8.0 |
891 | 2024-10-25T17:29:06.776Z | Downloaded signal-hook-mio v0.2.4 |
892 | 2024-10-25T17:29:06.780Z | Downloaded ed25519 v2.2.3 |
893 | 2024-10-25T17:29:06.780Z | Downloaded quinn v0.11.5 |
894 | 2024-10-25T17:29:06.784Z | Downloaded rustc-hash v2.0.0 |
895 | 2024-10-25T17:29:06.786Z | Downloaded ssh-encoding v0.2.0 |
896 | 2024-10-25T17:29:06.786Z | Downloaded derive-where v1.2.7 |
897 | 2024-10-25T17:29:06.789Z | Downloaded xattr v1.3.1 |
898 | 2024-10-25T17:29:06.791Z | Downloaded unsafe-libyaml v0.2.11 |
899 | 2024-10-25T17:29:06.794Z | Downloaded der v0.7.9 |
900 | 2024-10-25T17:29:06.800Z | Downloaded time v0.3.36 |
901 | 2024-10-25T17:29:06.806Z | Downloaded parking_lot_core v0.8.6 |
902 | 2024-10-25T17:29:06.809Z | Downloaded psl-types v2.0.11 |
903 | 2024-10-25T17:29:06.811Z | Downloaded idna v0.2.3 |
904 | 2024-10-25T17:29:06.817Z | Downloaded getrandom v0.2.15 |
905 | 2024-10-25T17:29:06.820Z | Downloaded steno v0.4.1 |
906 | 2024-10-25T17:29:06.824Z | Downloaded signal-hook v0.3.17 |
907 | 2024-10-25T17:29:06.827Z | Downloaded flate2 v1.0.34 |
908 | 2024-10-25T17:29:06.833Z | Downloaded unicode-normalization v0.1.24 |
909 | 2024-10-25T17:29:06.836Z | Downloaded chrono v0.4.38 |
910 | 2024-10-25T17:29:06.844Z | Downloaded strum_macros v0.24.3 |
911 | 2024-10-25T17:29:06.846Z | Downloaded toml_edit v0.19.15 |
912 | 2024-10-25T17:29:06.863Z | Downloaded portable-atomic v1.9.0 |
913 | 2024-10-25T17:29:06.870Z | Downloaded url v2.5.2 |
914 | 2024-10-25T17:29:06.873Z | Downloaded futures-util v0.3.31 |
915 | 2024-10-25T17:29:06.885Z | Downloaded similar v2.6.0 |
916 | 2024-10-25T17:29:06.889Z | Downloaded rayon-core v1.12.1 |
917 | 2024-10-25T17:29:06.894Z | Downloaded elliptic-curve v0.13.8 |
918 | 2024-10-25T17:29:06.898Z | Downloaded rcgen v0.12.1 |
919 | 2024-10-25T17:29:06.901Z | Downloaded publicsuffix v2.2.3 |
920 | 2024-10-25T17:29:06.903Z | Downloaded heapless v0.7.17 |
921 | 2024-10-25T17:29:06.908Z | Downloaded ssh-key v0.6.6 |
922 | 2024-10-25T17:29:06.914Z | Downloaded hkdf v0.12.4 |
923 | 2024-10-25T17:29:06.917Z | Downloaded snafu v0.8.5 |
924 | 2024-10-25T17:29:06.922Z | Downloaded rustyline v14.0.0 |
925 | 2024-10-25T17:29:06.928Z | Downloaded reedline v0.35.0 |
926 | 2024-10-25T17:29:06.936Z | Downloaded h2 v0.3.26 |
927 | 2024-10-25T17:29:06.944Z | Downloaded p384 v0.13.0 |
928 | 2024-10-25T17:29:06.950Z | Downloaded hashbrown v0.13.2 |
929 | 2024-10-25T17:29:06.955Z | Downloaded http v1.1.0 |
930 | 2024-10-25T17:29:06.958Z | Downloaded reqwest v0.12.8 |
931 | 2024-10-25T17:29:06.968Z | Downloaded hashbrown v0.12.3 |
932 | 2024-10-25T17:29:06.971Z | Downloaded p521 v0.13.3 |
933 | 2024-10-25T17:29:06.975Z | Downloaded typed-path v0.7.1 |
934 | 2024-10-25T17:29:06.981Z | Downloaded winnow v0.5.40 |
935 | 2024-10-25T17:29:06.990Z | Downloaded ed25519-dalek v2.1.1 |
936 | 2024-10-25T17:29:06.993Z | Downloaded parse-zoneinfo v0.3.1 |
937 | 2024-10-25T17:29:06.996Z | Downloaded nix v0.29.0 |
938 | 2024-10-25T17:29:07.008Z | Downloaded h2 v0.4.6 |
939 | 2024-10-25T17:29:07.015Z | Downloaded quinn-proto v0.11.8 |
940 | 2024-10-25T17:29:07.022Z | Downloaded x509-cert v0.2.5 |
941 | 2024-10-25T17:29:07.028Z | Downloaded reqwest v0.11.27 |
942 | 2024-10-25T17:29:07.037Z | Downloaded salty v0.3.0 |
943 | 2024-10-25T17:29:07.043Z | Downloaded http v0.2.12 |
944 | 2024-10-25T17:29:07.047Z | Downloaded curve25519-dalek v4.1.3 |
945 | 2024-10-25T17:29:07.055Z | Downloaded regress v0.10.1 |
946 | 2024-10-25T17:29:07.064Z | Downloaded lalrpop v0.19.12 |
947 | 2024-10-25T17:29:07.076Z | Downloaded quick-xml v0.33.0 |
948 | 2024-10-25T17:29:07.083Z | Downloaded webpki-roots v0.26.6 |
949 | 2024-10-25T17:29:07.086Z | Downloaded idna v0.3.0 |
950 | 2024-10-25T17:29:07.093Z | Downloaded polar-core v0.27.3 |
951 | 2024-10-25T17:29:07.102Z | Downloaded rustls-webpki v0.102.8 |
952 | 2024-10-25T17:29:07.121Z | Downloaded git2 v0.19.0 |
953 | 2024-10-25T17:29:07.129Z | Downloaded serde_with v3.11.0 |
954 | 2024-10-25T17:29:07.138Z | Downloaded rustls-webpki v0.101.7 |
955 | 2024-10-25T17:29:07.152Z | Downloaded radix_trie v0.2.1 |
956 | 2024-10-25T17:29:07.157Z | Downloaded smoltcp v0.9.1 |
957 | 2024-10-25T17:29:07.168Z | Downloaded sled v0.34.7 |
958 | 2024-10-25T17:29:07.179Z | Downloaded rustls v0.21.12 |
959 | 2024-10-25T17:29:07.190Z | Downloaded rustls v0.23.14 |
960 | 2024-10-25T17:29:07.202Z | Downloaded object v0.36.5 |
961 | 2024-10-25T17:29:07.214Z | Downloaded nix v0.28.0 |
962 | 2024-10-25T17:29:07.225Z | Downloaded regex-syntax v0.8.5 |
963 | 2024-10-25T17:29:07.235Z | Downloaded object v0.30.4 |
964 | 2024-10-25T17:29:07.243Z | Downloaded proptest v1.5.0 |
965 | 2024-10-25T17:29:07.253Z | Downloaded trust-dns-proto v0.22.0 |
966 | 2024-10-25T17:29:07.265Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
967 | 2024-10-25T17:29:07.278Z | Downloaded zerocopy-derive v0.6.6 |
968 | 2024-10-25T17:29:07.289Z | Downloaded vcpkg v0.2.15 |
969 | 2024-10-25T17:29:07.327Z | Downloaded gimli v0.31.1 |
970 | 2024-10-25T17:29:07.335Z | Downloaded openssl v0.10.66 |
971 | 2024-10-25T17:29:07.344Z | Downloaded regex-syntax v0.6.29 |
972 | 2024-10-25T17:29:07.352Z | Downloaded openapiv3 v2.0.0 |
973 | 2024-10-25T17:29:07.364Z | Downloaded csv v1.3.0 |
974 | 2024-10-25T17:29:07.384Z | Downloaded tokio v1.40.0 |
975 | 2024-10-25T17:29:07.422Z | Downloaded smoltcp v0.11.0 |
976 | 2024-10-25T17:29:07.435Z | Downloaded regex v1.11.0 |
977 | 2024-10-25T17:29:07.449Z | Downloaded regress v0.9.1 |
978 | 2024-10-25T17:29:08.460Z | Downloaded rustls v0.22.4 |
979 | 2024-10-25T17:29:08.464Z | Downloaded diesel v2.2.4 |
980 | 2024-10-25T17:29:08.464Z | Downloaded dropshot v0.12.0 |
981 | 2024-10-25T17:29:08.464Z | Downloaded hickory-proto v0.24.1 |
982 | 2024-10-25T17:29:08.464Z | Downloaded typify-impl v0.2.0 |
983 | 2024-10-25T17:29:08.464Z | Downloaded idna v0.4.0 |
984 | 2024-10-25T17:29:08.464Z | Downloaded chrono-tz v0.10.0 |
985 | 2024-10-25T17:29:08.464Z | Downloaded hyper v0.14.30 |
986 | 2024-10-25T17:29:08.464Z | Downloaded ratatui v0.28.1 |
987 | 2024-10-25T17:29:08.464Z | Downloaded regex-automata v0.4.8 |
988 | 2024-10-25T17:29:08.464Z | Downloaded itertools v0.13.0 |
989 | 2024-10-25T17:29:08.464Z | Downloaded libz-sys v1.1.20 |
990 | 2024-10-25T17:29:08.464Z | Downloaded rsa v0.9.6 |
991 | 2024-10-25T17:29:08.464Z | Downloaded lzma-sys v0.1.20 |
992 | 2024-10-25T17:29:08.464Z | Downloaded ron v0.7.1 |
993 | 2024-10-25T17:29:08.464Z | Downloaded half v2.4.1 |
994 | 2024-10-25T17:29:08.464Z | Downloaded sqlparser v0.45.0 |
995 | 2024-10-25T17:29:08.464Z | Downloaded petgraph v0.6.5 |
996 | 2024-10-25T17:29:08.464Z | Downloaded num-bigint-dig v0.8.4 |
997 | 2024-10-25T17:29:08.464Z | Downloaded sha3 v0.10.8 |
998 | 2024-10-25T17:29:08.464Z | Downloaded strum_macros v0.26.4 |
999 | 2024-10-25T17:29:08.464Z | Downloaded bindgen v0.69.5 |
1000 | 2024-10-25T17:29:08.464Z | Downloaded rayon v1.10.0 |
1001 | 2024-10-25T17:29:08.464Z | Downloaded bitvec v1.0.1 |
1002 | 2024-10-25T17:29:08.464Z | Downloaded difflib v0.4.0 |
1003 | 2024-10-25T17:29:08.464Z | Downloaded samael v0.0.17 |
1004 | 2024-10-25T17:29:08.464Z | Downloaded hyper v1.4.1 |
1005 | 2024-10-25T17:29:08.464Z | Downloaded futures v0.3.31 |
1006 | 2024-10-25T17:29:08.464Z | Downloaded headers v0.4.0 |
1007 | 2024-10-25T17:29:08.464Z | Downloaded rusqlite v0.32.1 |
1008 | 2024-10-25T17:29:08.464Z | Downloaded libm v0.2.8 |
1009 | 2024-10-25T17:29:08.464Z | Downloaded tokio-tungstenite v0.23.1 |
1010 | 2024-10-25T17:29:08.464Z | Downloaded mio v1.0.2 |
1011 | 2024-10-25T17:29:08.464Z | Downloaded pin-project-lite v0.2.14 |
1012 | 2024-10-25T17:29:08.464Z | Downloaded quinn-udp v0.5.5 |
1013 | 2024-10-25T17:29:08.465Z | Downloaded rustc_version v0.4.1 |
1014 | 2024-10-25T17:29:08.465Z | Downloaded tungstenite v0.24.0 |
1015 | 2024-10-25T17:29:08.465Z | Downloaded der_derive v0.7.3 |
1016 | 2024-10-25T17:29:08.465Z | Downloaded ring v0.17.8 |
1017 | 2024-10-25T17:29:08.465Z | Downloaded futures-task v0.3.31 |
1018 | 2024-10-25T17:29:08.465Z | Downloaded termcolor v1.4.1 |
1019 | 2024-10-25T17:29:08.465Z | Downloaded itertools v0.10.5 |
1020 | 2024-10-25T17:29:08.465Z | Downloaded password-hash v0.4.2 |
1021 | 2024-10-25T17:29:08.465Z | Downloaded zone v0.3.0 |
1022 | 2024-10-25T17:29:08.465Z | Downloaded nix v0.27.1 |
1023 | 2024-10-25T17:29:08.465Z | Downloaded tracing v0.1.40 |
1024 | 2024-10-25T17:29:08.465Z | Downloaded rand_xorshift v0.3.0 |
1025 | 2024-10-25T17:29:08.465Z | Downloaded toml v0.7.8 |
1026 | 2024-10-25T17:29:08.465Z | Downloaded dirs-sys-next v0.1.2 |
1027 | 2024-10-25T17:29:08.465Z | Downloaded encoding_rs v0.8.34 |
1028 | 2024-10-25T17:29:08.465Z | Downloaded expectorate v1.1.0 |
1029 | 2024-10-25T17:29:08.465Z | Downloaded pin-project v1.1.6 |
1030 | 2024-10-25T17:29:08.465Z | Downloaded ring v0.16.20 |
1031 | 2024-10-25T17:29:08.465Z | Downloaded parking_lot v0.12.3 |
1032 | 2024-10-25T17:29:08.465Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1033 | 2024-10-25T17:29:08.465Z | Downloaded unicode-segmentation v1.12.0 |
1034 | 2024-10-25T17:29:08.465Z | Downloaded embedded-io v0.4.0 |
1035 | 2024-10-25T17:29:08.465Z | Downloaded num-bigint v0.4.6 |
1036 | 2024-10-25T17:29:08.465Z | Downloaded universal-hash v0.5.1 |
1037 | 2024-10-25T17:29:08.465Z | Downloaded hostname v0.4.0 |
1038 | 2024-10-25T17:29:08.465Z | Downloaded ghash v0.5.1 |
1039 | 2024-10-25T17:29:08.465Z | Downloaded zone v0.1.8 |
1040 | 2024-10-25T17:29:08.465Z | Downloaded predicates-core v1.0.8 |
1041 | 2024-10-25T17:29:08.465Z | Downloaded tinyvec v1.8.0 |
1042 | 2024-10-25T17:29:08.465Z | Downloaded tar v0.4.42 |
1043 | 2024-10-25T17:29:08.465Z | Downloaded hmac v0.12.1 |
1044 | 2024-10-25T17:29:08.465Z | Downloaded tokio-util v0.7.12 |
1045 | 2024-10-25T17:29:08.465Z | Downloaded slog-async v2.8.0 |
1046 | 2024-10-25T17:29:08.465Z | Downloaded serde_plain v1.0.2 |
1047 | 2024-10-25T17:29:08.465Z | Downloaded tokio-tungstenite v0.24.0 |
1048 | 2024-10-25T17:29:08.465Z | Downloaded aes-gcm v0.10.3 |
1049 | 2024-10-25T17:29:08.465Z | Downloaded smallvec v0.6.14 |
1050 | 2024-10-25T17:29:08.466Z | Downloaded slog-scope v4.4.0 |
1051 | 2024-10-25T17:29:08.466Z | Downloaded zerocopy v0.6.6 |
1052 | 2024-10-25T17:29:08.466Z | Downloaded vergen v8.3.2 |
1053 | 2024-10-25T17:29:08.466Z | Downloaded either v1.13.0 |
1054 | 2024-10-25T17:29:08.466Z | Downloaded parking_lot_core v0.9.10 |
1055 | 2024-10-25T17:29:08.466Z | Downloaded home v0.5.9 |
1056 | 2024-10-25T17:29:08.466Z | Downloaded hex-literal v0.4.1 |
1057 | 2024-10-25T17:29:08.466Z | Downloaded hex v0.4.3 |
1058 | 2024-10-25T17:29:08.466Z | Downloaded subprocess v0.2.9 |
1059 | 2024-10-25T17:29:08.466Z | Downloaded aes v0.8.4 |
1060 | 2024-10-25T17:29:08.466Z | Downloaded ena v0.14.3 |
1061 | 2024-10-25T17:29:08.466Z | Downloaded httparse v1.9.5 |
1062 | 2024-10-25T17:29:08.466Z | Downloaded derive_builder_macro v0.20.2 |
1063 | 2024-10-25T17:29:08.466Z | Downloaded lock_api v0.4.12 |
1064 | 2024-10-25T17:29:08.466Z | Downloaded hickory-server v0.24.1 |
1065 | 2024-10-25T17:29:08.466Z | Downloaded cc v1.1.30 |
1066 | 2024-10-25T17:29:08.466Z | Downloaded unicode-properties v0.1.3 |
1067 | 2024-10-25T17:29:08.466Z | Downloaded schemars v0.8.21 |
1068 | 2024-10-25T17:29:08.466Z | Downloaded zeroize_derive v1.4.2 |
1069 | 2024-10-25T17:29:08.466Z | Downloaded fatfs v0.3.6 |
1070 | 2024-10-25T17:29:08.466Z | Downloaded native-tls v0.2.12 |
1071 | 2024-10-25T17:29:08.466Z | Downloaded darling_core v0.20.10 |
1072 | 2024-10-25T17:29:08.466Z | Downloaded pkcs1 v0.7.5 |
1073 | 2024-10-25T17:29:08.466Z | Downloaded password-hash v0.5.0 |
1074 | 2024-10-25T17:29:08.466Z | Downloaded spki v0.7.3 |
1075 | 2024-10-25T17:29:08.466Z | Downloaded pbkdf2 v0.11.0 |
1076 | 2024-10-25T17:29:08.466Z | Downloaded futures-macro v0.3.31 |
1077 | 2024-10-25T17:29:08.466Z | Downloaded foldhash v0.1.3 |
1078 | 2024-10-25T17:29:08.466Z | Downloaded test-strategy v0.3.1 |
1079 | 2024-10-25T17:29:08.470Z | Downloaded slog v2.7.0 |
1080 | 2024-10-25T17:29:08.470Z | Downloaded russh-keys v0.45.0 |
1081 | 2024-10-25T17:29:08.470Z | Downloaded hashlink v0.9.1 |
1082 | 2024-10-25T17:29:08.470Z | Downloaded sec1 v0.7.3 |
1083 | 2024-10-25T17:29:08.470Z | Downloaded rustversion v1.0.17 |
1084 | 2024-10-25T17:29:08.470Z | Downloaded darling v0.20.10 |
1085 | 2024-10-25T17:29:08.470Z | Downloaded r2d2 v0.8.10 |
1086 | 2024-10-25T17:29:08.470Z | Downloaded nibble_vec v0.1.0 |
1087 | 2024-10-25T17:29:08.470Z | Downloaded base64 v0.22.1 |
1088 | 2024-10-25T17:29:08.470Z | Downloaded memoffset v0.9.1 |
1089 | 2024-10-25T17:29:08.470Z | Downloaded libsw v3.3.1 |
1090 | 2024-10-25T17:29:08.470Z | Downloaded primeorder v0.13.6 |
1091 | 2024-10-25T17:29:08.470Z | Downloaded parse-display v0.10.0 |
1092 | 2024-10-25T17:29:08.471Z | Downloaded mime v0.3.17 |
1093 | 2024-10-25T17:29:08.471Z | Downloaded lazycell v1.3.0 |
1094 | 2024-10-25T17:29:08.471Z | Downloaded lazy_static v1.5.0 |
1095 | 2024-10-25T17:29:08.471Z | Downloaded lalrpop-util v0.19.12 |
1096 | 2024-10-25T17:29:08.471Z | Downloaded keccak v0.1.5 |
1097 | 2024-10-25T17:29:08.471Z | Downloaded hyper-staticfile v0.10.1 |
1098 | 2024-10-25T17:29:08.471Z | Downloaded base64 v0.13.1 |
1099 | 2024-10-25T17:29:08.471Z | Downloaded console v0.15.8 |
1100 | 2024-10-25T17:29:08.471Z | Downloaded scopeguard v1.2.0 |
1101 | 2024-10-25T17:29:08.471Z | Downloaded schemars_derive v0.8.21 |
1102 | 2024-10-25T17:29:08.471Z | Downloaded rustls-pemfile v2.2.0 |
1103 | 2024-10-25T17:29:08.471Z | Downloaded bstr v1.10.0 |
1104 | 2024-10-25T17:29:08.471Z | Downloaded allocator-api2 v0.2.18 |
1105 | 2024-10-25T17:29:08.471Z | Downloaded hyper-tls v0.6.0 |
1106 | 2024-10-25T17:29:08.471Z | Downloaded crc-catalog v2.4.0 |
1107 | 2024-10-25T17:29:08.471Z | Downloaded argon2 v0.5.3 |
1108 | 2024-10-25T17:29:08.471Z | Downloaded blowfish v0.9.1 |
1109 | 2024-10-25T17:29:08.471Z | Downloaded adler2 v2.0.0 |
1110 | 2024-10-25T17:29:08.471Z | Downloaded hyper-util v0.1.9 |
1111 | 2024-10-25T17:29:08.471Z | Downloaded bit-vec v0.6.3 |
1112 | 2024-10-25T17:29:08.471Z | Downloaded bcrypt-pbkdf v0.10.0 |
1113 | 2024-10-25T17:29:08.471Z | Downloaded arrayvec v0.7.6 |
1114 | 2024-10-25T17:29:08.471Z | Downloaded async-trait v0.1.83 |
1115 | 2024-10-25T17:29:08.471Z | Downloaded linked-hash-map v0.5.6 |
1116 | 2024-10-25T17:29:08.471Z | Downloaded libefi-sys v0.1.0 |
1117 | 2024-10-25T17:29:08.471Z | Downloaded inout v0.1.3 |
1118 | 2024-10-25T17:29:08.471Z | Downloaded humantime v2.1.0 |
1119 | 2024-10-25T17:29:08.471Z | Downloaded debug-ignore v1.0.5 |
1120 | 2024-10-25T17:29:08.471Z | Downloaded crossterm v0.28.1 |
1121 | 2024-10-25T17:29:08.471Z | Downloaded blake3 v1.5.4 |
1122 | 2024-10-25T17:29:08.471Z | Downloaded base64 v0.21.7 |
1123 | 2024-10-25T17:29:08.471Z | Downloaded backtrace v0.3.74 |
1124 | 2024-10-25T17:29:08.471Z | Downloaded assert_matches v1.5.0 |
1125 | 2024-10-25T17:29:08.471Z | Downloaded libsqlite3-sys v0.30.1 |
1126 | 2024-10-25T17:29:08.481Z | Compiling serde v1.0.210 |
1127 | 2024-10-25T17:29:08.484Z | Compiling typenum v1.17.0 |
1128 | 2024-10-25T17:29:08.484Z | Compiling lock_api v0.4.12 |
1129 | 2024-10-25T17:29:08.484Z | Compiling generic-array v0.14.7 |
1130 | 2024-10-25T17:29:08.484Z | Compiling scopeguard v1.2.0 |
1131 | 2024-10-25T17:29:08.484Z | Compiling subtle v2.6.1 |
1132 | 2024-10-25T17:29:08.644Z | Compiling syn v2.0.79 |
1133 | 2024-10-25T17:29:08.658Z | Compiling getrandom v0.2.15 |
1134 | 2024-10-25T17:29:08.981Z | Compiling value-bag v1.9.0 |
1135 | 2024-10-25T17:29:09.118Z | Compiling rand_core v0.6.4 |
1136 | 2024-10-25T17:29:09.200Z | Compiling const-oid v0.9.6 |
1137 | 2024-10-25T17:29:09.248Z | Compiling pin-project-lite v0.2.14 |
1138 | 2024-10-25T17:29:09.301Z | Compiling smallvec v1.13.2 |
1139 | 2024-10-25T17:29:09.375Z | Compiling jobserver v0.1.32 |
1140 | 2024-10-25T17:29:09.625Z | Compiling log v0.4.22 |
1141 | 2024-10-25T17:29:09.662Z | Compiling parking_lot_core v0.9.10 |
1142 | 2024-10-25T17:29:09.683Z | Compiling shlex v1.3.0 |
1143 | 2024-10-25T17:29:09.744Z | Compiling futures-core v0.3.31 |
1144 | 2024-10-25T17:29:09.986Z | Compiling cc v1.1.30 |
1145 | 2024-10-25T17:29:10.102Z | Compiling signal-hook-registry v1.4.2 |
1146 | 2024-10-25T17:29:10.345Z | Compiling mio v1.0.2 |
1147 | 2024-10-25T17:29:10.564Z | Compiling cpufeatures v0.2.14 |
1148 | 2024-10-25T17:29:10.680Z | Compiling parking_lot v0.12.3 |
1149 | 2024-10-25T17:29:10.867Z | Compiling futures-sink v0.3.31 |
1150 | 2024-10-25T17:29:10.987Z | Compiling spin v0.9.8 |
1151 | 2024-10-25T17:29:11.024Z | Compiling socket2 v0.5.7 |
1152 | 2024-10-25T17:29:11.249Z | Compiling slab v0.4.9 |
1153 | 2024-10-25T17:29:11.407Z | Compiling serde_json v1.0.128 |
1154 | 2024-10-25T17:29:11.575Z | Compiling futures-channel v0.3.31 |
1155 | 2024-10-25T17:29:11.628Z | Compiling allocator-api2 v0.2.18 |
1156 | 2024-10-25T17:29:11.649Z | Compiling futures-io v0.3.31 |
1157 | 2024-10-25T17:29:11.784Z | Compiling pin-utils v0.1.0 |
1158 | 2024-10-25T17:29:11.889Z | Compiling futures-task v0.3.31 |
1159 | 2024-10-25T17:29:11.982Z | Compiling foldhash v0.1.3 |
1160 | 2024-10-25T17:29:12.019Z | Compiling tinyvec_macros v0.1.1 |
1161 | 2024-10-25T17:29:12.045Z | Compiling libm v0.2.8 |
1162 | 2024-10-25T17:29:12.099Z | Compiling tinyvec v1.8.0 |
1163 | 2024-10-25T17:29:12.151Z | Compiling num-traits v0.2.19 |
1164 | 2024-10-25T17:29:12.204Z | Compiling unicode-bidi v0.3.17 |
1165 | 2024-10-25T17:29:12.309Z | Compiling base64ct v1.6.0 |
1166 | 2024-10-25T17:29:12.394Z | Compiling hashbrown v0.15.0 |
1167 | 2024-10-25T17:29:12.688Z | Compiling flagset v0.4.6 |
1168 | 2024-10-25T17:29:12.890Z | Compiling pem-rfc7468 v0.7.0 |
1169 | 2024-10-25T17:29:12.908Z | Compiling httparse v1.9.5 |
1170 | 2024-10-25T17:29:13.623Z | Compiling unicode-normalization v0.1.24 |
1171 | 2024-10-25T17:29:13.666Z | Compiling tracing-core v0.1.32 |
1172 | 2024-10-25T17:29:13.742Z | Compiling percent-encoding v2.3.1 |
1173 | 2024-10-25T17:29:13.788Z | Compiling crossbeam-utils v0.8.20 |
1174 | 2024-10-25T17:29:13.861Z | Compiling rustls-pki-types v1.9.0 |
1175 | 2024-10-25T17:29:14.370Z | Compiling ring v0.17.8 |
1176 | 2024-10-25T17:29:14.504Z | Compiling num-conv v0.1.0 |
1177 | 2024-10-25T17:29:14.744Z | Compiling untrusted v0.9.0 |
1178 | 2024-10-25T17:29:14.812Z | Compiling time-core v0.1.2 |
1179 | 2024-10-25T17:29:14.875Z | Compiling vcpkg v0.2.15 |
1180 | 2024-10-25T17:29:14.925Z | Compiling powerfmt v0.2.0 |
1181 | 2024-10-25T17:29:14.987Z | Compiling pkg-config v0.3.31 |
1182 | 2024-10-25T17:29:14.989Z | Compiling time-macros v0.2.18 |
1183 | 2024-10-25T17:29:15.324Z | Compiling deranged v0.3.11 |
1184 | 2024-10-25T17:29:15.719Z | Compiling num_threads v0.1.7 |
1185 | 2024-10-25T17:29:15.853Z | Compiling atomic-waker v1.1.2 |
1186 | 2024-10-25T17:29:16.056Z | Compiling form_urlencoded v1.2.1 |
1187 | 2024-10-25T17:29:16.349Z | Compiling slog v2.7.0 |
1188 | 2024-10-25T17:29:16.368Z | Compiling try-lock v0.2.5 |
1189 | 2024-10-25T17:29:16.465Z | Compiling rustix v0.38.37 |
1190 | 2024-10-25T17:29:16.501Z | Compiling want v0.3.1 |
1191 | 2024-10-25T17:29:16.774Z | Compiling httpdate v1.0.3 |
1192 | 2024-10-25T17:29:17.004Z | Compiling openssl-sys v0.9.103 |
1193 | 2024-10-25T17:29:17.190Z | Compiling idna v0.5.0 |
1194 | 2024-10-25T17:29:17.222Z | Compiling iana-time-zone v0.1.61 |
1195 | 2024-10-25T17:29:17.364Z | Compiling match_cfg v0.1.0 |
1196 | 2024-10-25T17:29:17.466Z | Compiling openssl v0.10.66 |
1197 | 2024-10-25T17:29:17.650Z | Compiling foreign-types-shared v0.1.1 |
1198 | 2024-10-25T17:29:17.691Z | Compiling tower-service v0.3.3 |
1199 | 2024-10-25T17:29:17.746Z | Compiling base64 v0.22.1 |
1200 | 2024-10-25T17:29:17.803Z | Compiling rustversion v1.0.17 |
1201 | 2024-10-25T17:29:17.864Z | Compiling foreign-types v0.3.2 |
1202 | 2024-10-25T17:29:17.966Z | Compiling hostname v0.3.1 |
1203 | 2024-10-25T17:29:18.229Z | Compiling time v0.3.36 |
1204 | 2024-10-25T17:29:18.232Z | Compiling url v2.5.2 |
1205 | 2024-10-25T17:29:18.525Z | Compiling dirs-sys-next v0.1.2 |
1206 | 2024-10-25T17:29:18.571Z | Compiling aho-corasick v1.1.3 |
1207 | 2024-10-25T17:29:18.745Z | Compiling adler2 v2.0.0 |
1208 | 2024-10-25T17:29:18.987Z | Compiling native-tls v0.2.12 |
1209 | 2024-10-25T17:29:19.192Z | Compiling rustls v0.23.14 |
1210 | 2024-10-25T17:29:19.330Z | Compiling siphasher v0.3.11 |
1211 | 2024-10-25T17:29:19.471Z | Compiling data-encoding v2.6.0 |
1212 | 2024-10-25T17:29:19.598Z | Compiling regex-syntax v0.8.5 |
1213 | 2024-10-25T17:29:19.719Z | Compiling syn v1.0.109 |
1214 | 2024-10-25T17:29:19.991Z | Compiling rustls v0.22.4 |
1215 | 2024-10-25T17:29:20.272Z | Compiling miniz_oxide v0.8.0 |
1216 | 2024-10-25T17:29:20.386Z | Compiling dirs-next v2.0.0 |
1217 | 2024-10-25T17:29:21.815Z | Compiling serde_derive_internals v0.29.1 |
1218 | 2024-10-25T17:29:21.838Z | Compiling crossbeam-epoch v0.9.18 |
1219 | 2024-10-25T17:29:22.010Z | Compiling lazy_static v1.5.0 |
1220 | 2024-10-25T17:29:22.141Z | Compiling thread_local v1.1.8 |
1221 | 2024-10-25T17:29:22.604Z | Compiling encoding_rs v0.8.34 |
1222 | 2024-10-25T17:29:22.684Z | Compiling multer v3.1.0 |
1223 | 2024-10-25T17:29:22.984Z | Compiling cookie v0.18.1 |
1224 | 2024-10-25T17:29:23.142Z | Compiling serde_derive v1.0.210 |
1225 | 2024-10-25T17:29:23.293Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-10-25T17:29:23.328Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-10-25T17:29:23.967Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-10-25T17:29:24.604Z | Compiling thiserror-impl v1.0.64 |
1229 | 2024-10-25T17:29:24.987Z | Compiling zeroize v1.8.1 |
1230 | 2024-10-25T17:29:25.192Z | Compiling futures-macro v0.3.31 |
1231 | 2024-10-25T17:29:25.644Z | Compiling zerocopy v0.7.35 |
1232 | 2024-10-25T17:29:25.689Z | Compiling der_derive v0.7.3 |
1233 | 2024-10-25T17:29:26.200Z | Compiling tracing-attributes v0.1.27 |
1234 | 2024-10-25T17:29:26.885Z | Compiling crypto-common v0.1.6 |
1235 | 2024-10-25T17:29:27.100Z | Compiling block-buffer v0.10.4 |
1236 | 2024-10-25T17:29:27.130Z | Compiling block-padding v0.3.3 |
1237 | 2024-10-25T17:29:27.225Z | Compiling futures-util v0.3.31 |
1238 | 2024-10-25T17:29:27.274Z | Compiling ppv-lite86 v0.2.20 |
1239 | 2024-10-25T17:29:27.363Z | Compiling digest v0.10.7 |
1240 | 2024-10-25T17:29:27.383Z | Compiling inout v0.1.3 |
1241 | 2024-10-25T17:29:27.652Z | Compiling cipher v0.4.4 |
1242 | 2024-10-25T17:29:27.861Z | Compiling hmac v0.12.1 |
1243 | 2024-10-25T17:29:27.933Z | Compiling thiserror v1.0.64 |
1244 | 2024-10-25T17:29:28.078Z | Compiling sha2 v0.10.8 |
1245 | 2024-10-25T17:29:28.107Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-10-25T17:29:28.107Z | Compiling salsa20 v0.10.2 |
1247 | 2024-10-25T17:29:28.165Z | Compiling pbkdf2 v0.12.2 |
1248 | 2024-10-25T17:29:28.183Z | Compiling der v0.7.9 |
1249 | 2024-10-25T17:29:28.328Z | Compiling pest v2.7.14 |
1250 | 2024-10-25T17:29:28.348Z | Compiling cbc v0.1.2 |
1251 | 2024-10-25T17:29:28.581Z | Compiling rand v0.8.5 |
1252 | 2024-10-25T17:29:29.999Z | Compiling tracing v0.1.40 |
1253 | 2024-10-25T17:29:30.512Z | Compiling spki v0.7.3 |
1254 | 2024-10-25T17:29:30.532Z | Compiling scrypt v0.11.0 |
1255 | 2024-10-25T17:29:30.783Z | Compiling aes v0.8.4 |
1256 | 2024-10-25T17:29:30.887Z | Compiling scroll_derive v0.12.0 |
1257 | 2024-10-25T17:29:31.106Z | Compiling pest_meta v2.7.14 |
1258 | 2024-10-25T17:29:31.429Z | Compiling rustls-webpki v0.102.8 |
1259 | 2024-10-25T17:29:31.541Z | Compiling async-trait v0.1.83 |
1260 | 2024-10-25T17:29:31.752Z | Compiling pkcs5 v0.7.1 |
1261 | 2024-10-25T17:29:32.400Z | Compiling scroll v0.12.0 |
1262 | 2024-10-25T17:29:32.958Z | Compiling pest_generator v2.7.14 |
1263 | 2024-10-25T17:29:32.978Z | Compiling goblin v0.8.2 |
1264 | 2024-10-25T17:29:33.381Z | Compiling pkcs8 v0.10.2 |
1265 | 2024-10-25T17:29:33.525Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-10-25T17:29:33.582Z | Compiling sha1 v0.10.6 |
1267 | 2024-10-25T17:29:34.056Z | Compiling signature v2.2.0 |
1268 | 2024-10-25T17:29:34.138Z | Compiling regex-automata v0.4.8 |
1269 | 2024-10-25T17:29:34.308Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-10-25T17:29:34.334Z | Compiling slog-async v2.8.0 |
1271 | 2024-10-25T17:29:34.362Z | Compiling paste v1.0.15 |
1272 | 2024-10-25T17:29:34.690Z | Compiling ipnet v2.10.1 |
1273 | 2024-10-25T17:29:34.882Z | Compiling rayon-core v1.12.1 |
1274 | 2024-10-25T17:29:34.924Z | Compiling schemars v0.8.21 |
1275 | 2024-10-25T17:29:35.011Z | Compiling signal-hook v0.3.17 |
1276 | 2024-10-25T17:29:35.164Z | Compiling either v1.13.0 |
1277 | 2024-10-25T17:29:35.294Z | Compiling gimli v0.31.1 |
1278 | 2024-10-25T17:29:35.313Z | Compiling mime v0.3.17 |
1279 | 2024-10-25T17:29:35.600Z | Compiling unicode-properties v0.1.3 |
1280 | 2024-10-25T17:29:35.951Z | Compiling stringprep v0.1.5 |
1281 | 2024-10-25T17:29:36.063Z | Compiling futures-executor v0.3.31 |
1282 | 2024-10-25T17:29:36.120Z | Compiling pest_derive v2.7.14 |
1283 | 2024-10-25T17:29:36.920Z | Compiling dtrace-parser v0.2.0 |
1284 | 2024-10-25T17:29:37.129Z | Compiling md-5 v0.10.6 |
1285 | 2024-10-25T17:29:37.395Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-10-25T17:29:37.799Z | Compiling bytes v1.7.2 |
1287 | 2024-10-25T17:29:39.108Z | Compiling tokio v1.40.0 |
1288 | 2024-10-25T17:29:40.483Z | Compiling indexmap v2.6.0 |
1289 | 2024-10-25T17:29:40.815Z | Compiling http v1.1.0 |
1290 | 2024-10-25T17:29:41.941Z | Compiling bitflags v2.6.0 |
1291 | 2024-10-25T17:29:42.249Z | Compiling semver v1.0.23 |
1292 | 2024-10-25T17:29:42.388Z | Compiling http-body v1.0.1 |
1293 | 2024-10-25T17:29:43.003Z | Compiling rustc_version v0.4.1 |
1294 | 2024-10-25T17:29:43.321Z | Compiling dof v0.3.0 |
1295 | 2024-10-25T17:29:43.579Z | Compiling uuid v1.10.0 |
1296 | 2024-10-25T17:29:43.759Z | Compiling serde_spanned v0.6.8 |
1297 | 2024-10-25T17:29:44.020Z | Compiling serde_tokenstream v0.2.2 |
1298 | 2024-10-25T17:29:44.648Z | Compiling toml_datetime v0.6.8 |
1299 | 2024-10-25T17:29:45.051Z | Compiling usdt-impl v0.5.0 |
1300 | 2024-10-25T17:29:45.179Z | Compiling chrono v0.4.38 |
1301 | 2024-10-25T17:29:45.564Z | Compiling heapless v0.7.17 |
1302 | 2024-10-25T17:29:46.035Z | Compiling http-body-util v0.1.2 |
1303 | 2024-10-25T17:29:46.568Z | Compiling usdt-macro v0.5.0 |
1304 | 2024-10-25T17:29:46.618Z | Compiling usdt-attr-macro v0.5.0 |
1305 | 2024-10-25T17:29:47.094Z | Compiling toml_edit v0.22.22 |
1306 | 2024-10-25T17:29:48.070Z | Compiling tokio-util v0.7.12 |
1307 | 2024-10-25T17:29:48.113Z | Compiling curve25519-dalek v4.1.3 |
1308 | 2024-10-25T17:29:48.287Z | Compiling slog-json v2.6.1 |
1309 | 2024-10-25T17:29:48.665Z | Compiling addr2line v0.24.2 |
1310 | 2024-10-25T17:29:48.745Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2024-10-25T17:29:49.008Z | Compiling async-stream-impl v0.3.6 |
1312 | 2024-10-25T17:29:49.365Z | Compiling h2 v0.4.6 |
1313 | 2024-10-25T17:29:49.427Z | Compiling enum-as-inner v0.6.1 |
1314 | 2024-10-25T17:29:49.634Z | Compiling crossbeam-deque v0.8.5 |
1315 | 2024-10-25T17:29:49.978Z | Compiling term v0.7.0 |
1316 | 2024-10-25T17:29:50.568Z | Compiling crossbeam-channel v0.5.13 |
1317 | 2024-10-25T17:29:50.936Z | Compiling num-integer v0.1.46 |
1318 | 2024-10-25T17:29:51.576Z | Compiling idna v0.3.0 |
1319 | 2024-10-25T17:29:51.660Z | Compiling idna v0.4.0 |
1320 | 2024-10-25T17:29:51.693Z | Compiling rustls-pemfile v2.2.0 |
1321 | 2024-10-25T17:29:52.035Z | Compiling ff v0.13.0 |
1322 | 2024-10-25T17:29:52.267Z | Compiling hash32 v0.2.1 |
1323 | 2024-10-25T17:29:53.224Z | Compiling is-terminal v0.4.13 |
1324 | 2024-10-25T17:29:53.275Z | Compiling dropshot v0.12.0 |
1325 | 2024-10-25T17:29:53.300Z | Compiling object v0.36.5 |
1326 | 2024-10-25T17:29:53.354Z | Compiling quick-error v1.2.3 |
1327 | 2024-10-25T17:29:53.512Z | Compiling num-bigint-dig v0.8.4 |
1328 | 2024-10-25T17:29:53.581Z | Compiling stable_deref_trait v1.2.0 |
1329 | 2024-10-25T17:29:53.696Z | Compiling rustc-demangle v0.1.24 |
1330 | 2024-10-25T17:29:53.866Z | Compiling anyhow v1.0.89 |
1331 | 2024-10-25T17:29:54.503Z | Compiling dyn-clone v1.0.17 |
1332 | 2024-10-25T17:29:54.523Z | Compiling linked-hash-map v0.5.6 |
1333 | 2024-10-25T17:29:54.715Z | Compiling utf-8 v0.7.6 |
1334 | 2024-10-25T17:29:54.735Z | Compiling fallible-iterator v0.2.0 |
1335 | 2024-10-25T17:29:54.900Z | Compiling portable-atomic v1.9.0 |
1336 | 2024-10-25T17:29:55.043Z | Compiling smoltcp v0.9.1 |
1337 | 2024-10-25T17:29:55.146Z | Compiling take_mut v0.2.2 |
1338 | 2024-10-25T17:29:55.309Z | Compiling psl-types v2.0.11 |
1339 | 2024-10-25T17:29:55.401Z | Compiling base16ct v0.2.0 |
1340 | 2024-10-25T17:29:55.496Z | Compiling publicsuffix v2.2.3 |
1341 | 2024-10-25T17:29:55.513Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-10-25T17:29:55.725Z | Compiling sec1 v0.7.3 |
1343 | 2024-10-25T17:29:55.828Z | Compiling tungstenite v0.24.0 |
1344 | 2024-10-25T17:29:56.017Z | Compiling lru-cache v0.1.2 |
1345 | 2024-10-25T17:29:56.489Z | Compiling hyper v1.4.1 |
1346 | 2024-10-25T17:29:57.031Z | Compiling resolv-conf v0.7.0 |
1347 | 2024-10-25T17:29:57.839Z | Compiling slog-term v2.9.1 |
1348 | 2024-10-25T17:29:58.027Z | Compiling usdt v0.5.0 |
1349 | 2024-10-25T17:29:58.241Z | Compiling tokio-native-tls v0.3.1 |
1350 | 2024-10-25T17:29:58.525Z | Compiling hickory-proto v0.24.1 |
1351 | 2024-10-25T17:29:58.525Z | Compiling group v0.13.0 |
1352 | 2024-10-25T17:29:58.882Z | Compiling num-iter v0.1.45 |
1353 | 2024-10-25T17:29:59.078Z | Compiling hyper-util v0.1.9 |
1354 | 2024-10-25T17:29:59.099Z | Compiling async-stream v0.3.6 |
1355 | 2024-10-25T17:29:59.413Z | Compiling toml v0.8.19 |
1356 | 2024-10-25T17:30:00.767Z | Compiling backtrace v0.3.74 |
1357 | 2024-10-25T17:30:01.224Z | Compiling slog-bunyan v2.5.0 |
1358 | 2024-10-25T17:30:01.318Z | Compiling tokio-rustls v0.26.0 |
1359 | 2024-10-25T17:30:01.445Z | Compiling tokio-rustls v0.25.0 |
1360 | 2024-10-25T17:30:01.772Z | Compiling terminal_size v0.4.0 |
1361 | 2024-10-25T17:30:01.808Z | Compiling dropshot_endpoint v0.12.0 |
1362 | 2024-10-25T17:30:01.866Z | Compiling openapiv3 v2.0.0 |
1363 | 2024-10-25T17:30:01.986Z | Compiling camino v1.1.9 |
1364 | 2024-10-25T17:30:02.086Z | Compiling serde_path_to_error v0.1.16 |
1365 | 2024-10-25T17:30:02.257Z | Compiling futures v0.3.31 |
1366 | 2024-10-25T17:30:02.968Z | Compiling hkdf v0.12.4 |
1367 | 2024-10-25T17:30:03.235Z | Compiling crypto-bigint v0.5.5 |
1368 | 2024-10-25T17:30:03.625Z | Compiling curve25519-dalek-derive v0.1.1 |
1369 | 2024-10-25T17:30:03.912Z | Compiling zerocopy-derive v0.6.6 |
1370 | 2024-10-25T17:30:04.469Z | Compiling phf_shared v0.11.2 |
1371 | 2024-10-25T17:30:04.729Z | Compiling hubpack_derive v0.1.1 |
1372 | 2024-10-25T17:30:04.863Z | Compiling waitgroup v0.1.2 |
1373 | 2024-10-25T17:30:05.093Z | Compiling webpki-roots v0.26.6 |
1374 | 2024-10-25T17:30:05.217Z | Compiling hostname v0.4.0 |
1375 | 2024-10-25T17:30:05.309Z | Compiling ahash v0.8.11 |
1376 | 2024-10-25T17:30:05.477Z | Compiling fs-err v2.11.0 |
1377 | 2024-10-25T17:30:05.669Z | Compiling managed v0.8.0 |
1378 | 2024-10-25T17:30:05.708Z | Compiling debug-ignore v1.0.5 |
1379 | 2024-10-25T17:30:05.784Z | Compiling bitflags v1.3.2 |
1380 | 2024-10-25T17:30:05.854Z | Compiling winnow v0.5.40 |
1381 | 2024-10-25T17:30:05.892Z | Compiling strum_macros v0.25.3 |
1382 | 2024-10-25T17:30:06.117Z | Compiling zerocopy v0.6.6 |
1383 | 2024-10-25T17:30:06.136Z | Compiling elliptic-curve v0.13.8 |
1384 | 2024-10-25T17:30:06.949Z | Compiling console v0.15.8 |
1385 | 2024-10-25T17:30:07.030Z | Compiling clap_builder v4.5.20 |
1386 | 2024-10-25T17:30:08.544Z | Compiling hubpack v0.1.2 |
1387 | 2024-10-25T17:30:08.637Z | Compiling hyper-rustls v0.27.3 |
1388 | 2024-10-25T17:30:09.095Z | Compiling phf v0.11.2 |
1389 | 2024-10-25T17:30:09.289Z | Compiling hickory-resolver v0.24.1 |
1390 | 2024-10-25T17:30:09.374Z | Compiling toml_edit v0.19.15 |
1391 | 2024-10-25T17:30:09.393Z | Compiling signal-hook-mio v0.2.4 |
1392 | 2024-10-25T17:30:09.735Z | Compiling cookie_store v0.21.0 |
1393 | 2024-10-25T17:30:10.121Z | Compiling hyper-tls v0.6.0 |
1394 | 2024-10-25T17:30:10.377Z | Compiling rayon v1.10.0 |
1395 | 2024-10-25T17:30:11.291Z | Compiling tokio-tungstenite v0.24.0 |
1396 | 2024-10-25T17:30:11.839Z | Compiling postgres-types v0.2.8 |
1397 | 2024-10-25T17:30:14.844Z | Compiling tokio-stream v0.1.16 |
1398 | 2024-10-25T17:30:15.226Z | Compiling bstr v1.10.0 |
1399 | 2024-10-25T17:30:15.929Z | Compiling regex v1.11.0 |
1400 | 2024-10-25T17:30:16.043Z | Compiling serde-big-array v0.5.1 |
1401 | 2024-10-25T17:30:16.136Z | Compiling ed25519 v2.2.3 |
1402 | 2024-10-25T17:30:16.281Z | Compiling pkcs1 v0.7.5 |
1403 | 2024-10-25T17:30:16.499Z | Compiling rfc6979 v0.4.0 |
1404 | 2024-10-25T17:30:16.689Z | Compiling derive-where v1.2.7 |
1405 | 2024-10-25T17:30:16.984Z | Compiling clap_derive v4.5.18 |
1406 | 2024-10-25T17:30:17.040Z | Compiling serde_repr v0.1.19 |
1407 | 2024-10-25T17:30:17.271Z | Compiling phf_shared v0.10.0 |
1408 | 2024-10-25T17:30:17.361Z | Compiling float-cmp v0.9.0 |
1409 | 2024-10-25T17:30:17.447Z | Compiling sync_wrapper v1.0.1 |
1410 | 2024-10-25T17:30:17.592Z | Compiling crc32fast v1.4.2 |
1411 | 2024-10-25T17:30:17.612Z | Compiling minimal-lexical v0.2.1 |
1412 | 2024-10-25T17:30:17.687Z | Compiling predicates-core v1.0.8 |
1413 | 2024-10-25T17:30:17.933Z | Compiling static_assertions v1.1.0 |
1414 | 2024-10-25T17:30:18.040Z | Compiling normalize-line-endings v0.3.0 |
1415 | 2024-10-25T17:30:18.064Z | Compiling fixedbitset v0.4.2 |
1416 | 2024-10-25T17:30:18.139Z | Compiling number_prefix v0.4.0 |
1417 | 2024-10-25T17:30:18.159Z | Compiling new_debug_unreachable v1.0.6 |
1418 | 2024-10-25T17:30:18.178Z | Compiling difflib v0.4.0 |
1419 | 2024-10-25T17:30:18.236Z | Compiling whoami v1.5.2 |
1420 | 2024-10-25T17:30:18.261Z | Compiling bit-vec v0.6.3 |
1421 | 2024-10-25T17:30:18.350Z | Compiling unicode-segmentation v1.12.0 |
1422 | 2024-10-25T17:30:18.524Z | Compiling precomputed-hash v0.1.1 |
1423 | 2024-10-25T17:30:18.648Z | Compiling string_cache v0.8.7 |
1424 | 2024-10-25T17:30:18.702Z | Compiling predicates v3.1.2 |
1425 | 2024-10-25T17:30:18.929Z | Compiling tokio-postgres v0.7.12 |
1426 | 2024-10-25T17:30:19.158Z | Compiling similar v2.6.0 |
1427 | 2024-10-25T17:30:19.273Z | Compiling bit-set v0.5.3 |
1428 | 2024-10-25T17:30:19.569Z | Compiling petgraph v0.6.5 |
1429 | 2024-10-25T17:30:19.809Z | Compiling indicatif v0.17.8 |
1430 | 2024-10-25T17:30:20.341Z | Compiling qorb v0.1.2 |
1431 | 2024-10-25T17:30:20.475Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1432 | 2024-10-25T17:30:21.582Z | Compiling nom v7.1.3 |
1433 | 2024-10-25T17:30:22.051Z | Compiling flate2 v1.0.34 |
1434 | 2024-10-25T17:30:22.071Z | Compiling clap v4.5.20 |
1435 | 2024-10-25T17:30:22.200Z | Compiling reqwest v0.12.8 |
1436 | 2024-10-25T17:30:22.975Z | Compiling rsa v0.9.6 |
1437 | 2024-10-25T17:30:23.578Z | Compiling ecdsa v0.16.9 |
1438 | 2024-10-25T17:30:24.477Z | Compiling ed25519-dalek v2.1.1 |
1439 | 2024-10-25T17:30:24.933Z | Compiling toml v0.7.8 |
1440 | 2024-10-25T17:30:25.197Z | Compiling crossterm v0.28.1 |
1441 | 2024-10-25T17:30:25.936Z | Compiling hex v0.4.3 |
1442 | 2024-10-25T17:30:26.573Z | Compiling itertools v0.12.1 |
1443 | 2024-10-25T17:30:26.646Z | Compiling itertools v0.10.5 |
1444 | 2024-10-25T17:30:26.666Z | Compiling x509-cert v0.2.5 |
1445 | 2024-10-25T17:30:26.976Z | Compiling lalrpop-util v0.19.12 |
1446 | 2024-10-25T17:30:27.348Z | Compiling unicode-xid v0.2.6 |
1447 | 2024-10-25T17:30:27.432Z | Compiling peg-runtime v0.8.3 |
1448 | 2024-10-25T17:30:27.521Z | Compiling xattr v1.3.1 |
1449 | 2024-10-25T17:30:27.799Z | Compiling strum_macros v0.26.4 |
1450 | 2024-10-25T17:30:28.135Z | Compiling filetime v0.2.25 |
1451 | 2024-10-25T17:30:28.451Z | Compiling tar v0.4.42 |
1452 | 2024-10-25T17:30:31.471Z | Compiling strum v0.26.3 |
1453 | 2024-10-25T17:30:31.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-10-25T17:30:31.947Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1455 | 2024-10-25T17:30:37.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1456 | 2024-10-25T17:30:37.585Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1457 | 2024-10-25T17:30:37.634Z | Oct 25 17:30:37.109 INFO Starting download, target: Cockroach |
1458 | 2024-10-25T17:30:37.634Z | Oct 25 17:30:37.110 INFO Starting download, target: Clickhouse |
1459 | 2024-10-25T17:30:37.634Z | Oct 25 17:30:37.110 INFO Starting download, target: DendriteOpenapi |
1460 | 2024-10-25T17:30:37.634Z | Oct 25 17:30:37.110 INFO Starting download, target: DendriteStub |
1461 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Starting download, target: Console |
1462 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Starting download, target: MaghemiteMgd |
1463 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Starting download, target: TransceiverControl |
1464 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1465 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1466 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1467 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1468 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1469 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.110 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1470 | 2024-10-25T17:30:37.637Z | Oct 25 17:30:37.111 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1471 | 2024-10-25T17:30:38.021Z | Oct 25 17:30:37.491 INFO Download complete, target: DendriteOpenapi |
1472 | 2024-10-25T17:30:38.249Z | Oct 25 17:30:37.710 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1473 | 2024-10-25T17:30:38.264Z | Oct 25 17:30:37.730 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1474 | 2024-10-25T17:30:38.612Z | Oct 25 17:30:38.085 INFO Download complete, target: Console |
1475 | 2024-10-25T17:30:38.673Z | Oct 25 17:30:38.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1476 | 2024-10-25T17:30:38.762Z | Oct 25 17:30:38.236 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1477 | 2024-10-25T17:30:39.008Z | Oct 25 17:30:38.482 INFO Download complete, target: TransceiverControl |
1478 | 2024-10-25T17:30:39.436Z | Oct 25 17:30:38.911 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1479 | 2024-10-25T17:30:39.436Z | Oct 25 17:30:38.911 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1480 | 2024-10-25T17:30:40.168Z | Oct 25 17:30:39.643 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1481 | 2024-10-25T17:30:41.928Z | Oct 25 17:30:41.401 INFO Download complete, target: DendriteStub |
1482 | 2024-10-25T17:30:42.078Z | Oct 25 17:30:41.551 INFO Download complete, target: MaghemiteMgd |
1483 | 2024-10-25T17:30:47.681Z | Oct 25 17:30:47.155 INFO Checking that binary works, target: Cockroach |
1484 | 2024-10-25T17:30:47.839Z | Oct 25 17:30:47.313 INFO Download complete, target: Cockroach |
1485 | 2024-10-25T17:30:53.972Z | Oct 25 17:30:53.445 INFO Checking that binary works, target: Clickhouse |
1486 | 2024-10-25T17:30:54.108Z | Oct 25 17:30:53.578 INFO Download complete, target: Clickhouse |
1487 | 2024-10-25T17:30:54.125Z | All builder prerequisites installed successfully, and PATH looks valid |
1488 | 2024-10-25T17:30:54.128Z | |
1489 | 2024-10-25T17:30:54.128Z | real 4:03.158074668 |
1490 | 2024-10-25T17:30:54.128Z | user 12:53.217416164 |
1491 | 2024-10-25T17:30:54.128Z | sys 2:43.510271115 |
1492 | 2024-10-25T17:30:54.128Z | trap 0.483654078 |
1493 | 2024-10-25T17:30:54.128Z | tflt 1.759045320 |
1494 | 2024-10-25T17:30:54.128Z | dflt 1.546473551 |
1495 | 2024-10-25T17:30:54.128Z | kflt 0.025095947 |
1496 | 2024-10-25T17:30:54.128Z | lock 24:41.358426676 |
1497 | 2024-10-25T17:30:54.128Z | slp 49:36.940590077 |
1498 | 2024-10-25T17:30:54.128Z | lat 47.974225934 |
1499 | 2024-10-25T17:30:54.128Z | stop 2:06.346657853 |
1500 | 2024-10-25T17:30:54.128Z | + banner hack-check |
1501 | 2024-10-25T17:30:54.131Z | |
1502 | 2024-10-25T17:30:54.131Z | # # ## #### # # #### # # ###### #### # # |
1503 | 2024-10-25T17:30:54.131Z | # # # # # # # # # # # # # # # # # |
1504 | 2024-10-25T17:30:54.131Z | ###### # # # #### ##### # ###### ##### # #### |
1505 | 2024-10-25T17:30:54.131Z | # # ###### # # # # # # # # # # |
1506 | 2024-10-25T17:30:54.131Z | # # # # # # # # # # # # # # # # # |
1507 | 2024-10-25T17:30:54.131Z | # # # # #### # # #### # # ###### #### # # |
1508 | 2024-10-25T17:30:54.131Z | |
1509 | 2024-10-25T17:30:54.131Z | + export CARGO_INCREMENTAL=0 |
1510 | 2024-10-25T17:30:54.131Z | + CARGO_INCREMENTAL=0 |
1511 | 2024-10-25T17:30:54.131Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1512 | 2024-10-25T17:30:54.701Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1513 | 2024-10-25T17:30:58.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
1514 | 2024-10-25T17:30:58.508Z | Running `target/debug/xtask check-features --ci` |
1515 | 2024-10-25T17:30:58.528Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1516 | 2024-10-25T17:30:58.530Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1517 | 2024-10-25T17:30:59.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1518 | 2024-10-25T17:30:59.050Z | Running `target/debug/xtask download cargo-hack` |
1519 | 2024-10-25T17:30:59.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2024-10-25T17:31:00.282Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1521 | 2024-10-25T17:31:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
1522 | 2024-10-25T17:31:05.163Z | Running `target/debug/xtask-downloader cargo-hack` |
1523 | 2024-10-25T17:31:05.200Z | Oct 25 17:31:04.672 INFO Starting download, target: CargoHack |
1524 | 2024-10-25T17:31:05.202Z | Oct 25 17:31:04.673 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1525 | 2024-10-25T17:31:05.818Z | Oct 25 17:31:05.291 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1526 | 2024-10-25T17:31:05.918Z | Oct 25 17:31:05.391 INFO Download complete, target: CargoHack |
1527 | 2024-10-25T17:31:05.922Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1528 | 2024-10-25T17:31:05.938Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1529 | 2024-10-25T17:31:06.101Z | info: running `cargo check --bins` on api_identity (1/166) |
1530 | 2024-10-25T17:31:06.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-10-25T17:31:06.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-10-25T17:31:06.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-10-25T17:31:06.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1534 | 2024-10-25T17:31:06.761Z | |
1535 | 2024-10-25T17:31:06.761Z | info: running `cargo check --bins` on bootstore (2/166) |
1536 | 2024-10-25T17:31:07.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-10-25T17:31:07.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-10-25T17:31:07.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-10-25T17:31:07.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1540 | 2024-10-25T17:31:07.452Z | |
1541 | 2024-10-25T17:31:07.452Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1542 | 2024-10-25T17:31:08.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-10-25T17:31:08.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-10-25T17:31:08.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-10-25T17:31:08.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1546 | 2024-10-25T17:31:08.106Z | |
1547 | 2024-10-25T17:31:08.106Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1548 | 2024-10-25T17:31:08.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-10-25T17:31:08.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-10-25T17:31:08.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-10-25T17:31:08.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1552 | 2024-10-25T17:31:08.764Z | |
1553 | 2024-10-25T17:31:08.764Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1554 | 2024-10-25T17:31:09.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-10-25T17:31:09.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-10-25T17:31:09.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-10-25T17:31:09.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1558 | 2024-10-25T17:31:09.228Z | |
1559 | 2024-10-25T17:31:09.228Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1560 | 2024-10-25T17:31:09.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-10-25T17:31:09.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-10-25T17:31:09.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-10-25T17:31:09.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1564 | 2024-10-25T17:31:09.705Z | |
1565 | 2024-10-25T17:31:09.705Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1566 | 2024-10-25T17:31:10.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-10-25T17:31:10.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-10-25T17:31:10.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-10-25T17:31:10.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1570 | 2024-10-25T17:31:10.180Z | |
1571 | 2024-10-25T17:31:10.180Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1572 | 2024-10-25T17:31:10.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-10-25T17:31:10.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-10-25T17:31:10.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-10-25T17:31:10.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1576 | 2024-10-25T17:31:10.658Z | |
1577 | 2024-10-25T17:31:10.658Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1578 | 2024-10-25T17:31:11.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-10-25T17:31:11.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-10-25T17:31:11.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-10-25T17:31:11.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1582 | 2024-10-25T17:31:11.130Z | |
1583 | 2024-10-25T17:31:11.130Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1584 | 2024-10-25T17:31:11.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-10-25T17:31:11.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-10-25T17:31:11.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-10-25T17:31:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1588 | 2024-10-25T17:31:11.599Z | |
1589 | 2024-10-25T17:31:11.599Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1590 | 2024-10-25T17:31:12.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1591 | 2024-10-25T17:31:12.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1592 | 2024-10-25T17:31:12.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1593 | 2024-10-25T17:31:12.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1594 | 2024-10-25T17:31:12.064Z | |
1595 | 2024-10-25T17:31:12.064Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1596 | 2024-10-25T17:31:12.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1597 | 2024-10-25T17:31:12.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1598 | 2024-10-25T17:31:12.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1599 | 2024-10-25T17:31:12.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1600 | 2024-10-25T17:31:12.538Z | |
1601 | 2024-10-25T17:31:12.538Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1602 | 2024-10-25T17:31:12.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1603 | 2024-10-25T17:31:12.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1604 | 2024-10-25T17:31:12.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1605 | 2024-10-25T17:31:12.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1606 | 2024-10-25T17:31:13.014Z | |
1607 | 2024-10-25T17:31:13.014Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1608 | 2024-10-25T17:31:13.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-10-25T17:31:13.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-10-25T17:31:13.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-10-25T17:31:13.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1612 | 2024-10-25T17:31:13.477Z | |
1613 | 2024-10-25T17:31:13.477Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1614 | 2024-10-25T17:31:13.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-10-25T17:31:13.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-10-25T17:31:13.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-10-25T17:31:13.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1618 | 2024-10-25T17:31:13.952Z | |
1619 | 2024-10-25T17:31:13.952Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1620 | 2024-10-25T17:31:14.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-10-25T17:31:14.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-10-25T17:31:14.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-10-25T17:31:14.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1624 | 2024-10-25T17:31:14.420Z | |
1625 | 2024-10-25T17:31:14.420Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1626 | 2024-10-25T17:31:14.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-10-25T17:31:14.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-10-25T17:31:14.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-10-25T17:31:14.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1630 | 2024-10-25T17:31:14.890Z | |
1631 | 2024-10-25T17:31:14.890Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1632 | 2024-10-25T17:31:15.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-10-25T17:31:15.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-10-25T17:31:15.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-10-25T17:31:15.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1636 | 2024-10-25T17:31:15.366Z | |
1637 | 2024-10-25T17:31:15.366Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1638 | 2024-10-25T17:31:15.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-10-25T17:31:15.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-10-25T17:31:15.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-10-25T17:31:15.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1642 | 2024-10-25T17:31:15.840Z | |
1643 | 2024-10-25T17:31:15.840Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1644 | 2024-10-25T17:31:16.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-10-25T17:31:16.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-10-25T17:31:16.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-10-25T17:31:16.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1648 | 2024-10-25T17:31:16.308Z | |
1649 | 2024-10-25T17:31:16.308Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1650 | 2024-10-25T17:31:16.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-10-25T17:31:16.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-10-25T17:31:16.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-10-25T17:31:16.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1654 | 2024-10-25T17:31:16.783Z | |
1655 | 2024-10-25T17:31:16.783Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1656 | 2024-10-25T17:31:17.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-10-25T17:31:17.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-10-25T17:31:17.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-10-25T17:31:17.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1660 | 2024-10-25T17:31:17.259Z | |
1661 | 2024-10-25T17:31:17.259Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1662 | 2024-10-25T17:31:17.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-10-25T17:31:17.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-10-25T17:31:17.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-10-25T17:31:17.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1666 | 2024-10-25T17:31:17.740Z | |
1667 | 2024-10-25T17:31:17.740Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1668 | 2024-10-25T17:31:18.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-10-25T17:31:18.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-10-25T17:31:18.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-10-25T17:31:18.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1672 | 2024-10-25T17:31:18.212Z | |
1673 | 2024-10-25T17:31:18.212Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1674 | 2024-10-25T17:31:18.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-10-25T17:31:18.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-10-25T17:31:18.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-10-25T17:31:18.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1678 | 2024-10-25T17:31:18.880Z | |
1679 | 2024-10-25T17:31:18.880Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1680 | 2024-10-25T17:31:19.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-10-25T17:31:19.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-10-25T17:31:19.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-10-25T17:31:19.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1684 | 2024-10-25T17:31:19.548Z | |
1685 | 2024-10-25T17:31:19.548Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1686 | 2024-10-25T17:31:20.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-10-25T17:31:20.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-10-25T17:31:20.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-10-25T17:31:20.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1690 | 2024-10-25T17:31:20.224Z | |
1691 | 2024-10-25T17:31:20.224Z | info: running `cargo check --bins` on oxlog (28/166) |
1692 | 2024-10-25T17:31:20.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-10-25T17:31:20.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-10-25T17:31:20.882Z | Checking cfg-if v1.0.0 |
1695 | 2024-10-25T17:31:20.888Z | Checking libc v0.2.161 |
1696 | 2024-10-25T17:31:20.981Z | Checking serde v1.0.210 |
1697 | 2024-10-25T17:31:20.998Z | Checking zeroize v1.8.1 |
1698 | 2024-10-25T17:31:20.998Z | Checking memchr v2.7.4 |
1699 | 2024-10-25T17:31:21.009Z | Checking typenum v1.17.0 |
1700 | 2024-10-25T17:31:21.009Z | Checking scopeguard v1.2.0 |
1701 | 2024-10-25T17:31:21.009Z | Checking subtle v2.6.1 |
1702 | 2024-10-25T17:31:21.042Z | Checking value-bag v1.9.0 |
1703 | 2024-10-25T17:31:21.143Z | Checking lock_api v0.4.12 |
1704 | 2024-10-25T17:31:21.268Z | Checking itoa v1.0.11 |
1705 | 2024-10-25T17:31:21.439Z | Checking log v0.4.22 |
1706 | 2024-10-25T17:31:21.458Z | Checking const-oid v0.9.6 |
1707 | 2024-10-25T17:31:21.563Z | Checking pin-project-lite v0.2.14 |
1708 | 2024-10-25T17:31:21.682Z | Checking smallvec v1.13.2 |
1709 | 2024-10-25T17:31:21.850Z | Checking byteorder v1.5.0 |
1710 | 2024-10-25T17:31:21.974Z | Checking futures-core v0.3.31 |
1711 | 2024-10-25T17:31:22.014Z | Checking once_cell v1.20.2 |
1712 | 2024-10-25T17:31:22.034Z | Checking getrandom v0.2.15 |
1713 | 2024-10-25T17:31:22.123Z | Checking signal-hook-registry v1.4.2 |
1714 | 2024-10-25T17:31:22.165Z | Checking parking_lot_core v0.9.10 |
1715 | 2024-10-25T17:31:22.186Z | Checking mio v1.0.2 |
1716 | 2024-10-25T17:31:22.240Z | Checking rand_core v0.6.4 |
1717 | 2024-10-25T17:31:22.286Z | Checking cpufeatures v0.2.14 |
1718 | 2024-10-25T17:31:22.338Z | Checking futures-sink v0.3.31 |
1719 | 2024-10-25T17:31:22.375Z | Checking socket2 v0.5.7 |
1720 | 2024-10-25T17:31:22.464Z | Checking spin v0.9.8 |
1721 | 2024-10-25T17:31:22.476Z | Checking parking_lot v0.12.3 |
1722 | 2024-10-25T17:31:22.528Z | Checking zerocopy v0.7.35 |
1723 | 2024-10-25T17:31:22.727Z | Checking slab v0.4.9 |
1724 | 2024-10-25T17:31:22.794Z | Checking futures-channel v0.3.31 |
1725 | 2024-10-25T17:31:22.810Z | Checking pin-utils v0.1.0 |
1726 | 2024-10-25T17:31:22.822Z | Checking tinyvec_macros v0.1.1 |
1727 | 2024-10-25T17:31:22.882Z | Checking futures-task v0.3.31 |
1728 | 2024-10-25T17:31:22.896Z | Checking equivalent v1.0.1 |
1729 | 2024-10-25T17:31:22.954Z | Checking futures-io v0.3.31 |
1730 | 2024-10-25T17:31:22.969Z | Checking allocator-api2 v0.2.18 |
1731 | 2024-10-25T17:31:22.982Z | Checking foldhash v0.1.3 |
1732 | 2024-10-25T17:31:23.101Z | Checking tinyvec v1.8.0 |
1733 | 2024-10-25T17:31:23.117Z | Checking ryu v1.0.18 |
1734 | 2024-10-25T17:31:23.140Z | Checking futures-util v0.3.31 |
1735 | 2024-10-25T17:31:23.155Z | Checking unicode-bidi v0.3.17 |
1736 | 2024-10-25T17:31:23.348Z | Checking fnv v1.0.7 |
1737 | 2024-10-25T17:31:23.438Z | Checking libm v0.2.8 |
1738 | 2024-10-25T17:31:23.528Z | Checking hashbrown v0.15.0 |
1739 | 2024-10-25T17:31:23.738Z | Checking base64ct v1.6.0 |
1740 | 2024-10-25T17:31:23.861Z | Checking ppv-lite86 v0.2.20 |
1741 | 2024-10-25T17:31:24.126Z | Checking pem-rfc7468 v0.7.0 |
1742 | 2024-10-25T17:31:24.191Z | Checking num-traits v0.2.19 |
1743 | 2024-10-25T17:31:24.355Z | Checking unicode-normalization v0.1.24 |
1744 | 2024-10-25T17:31:24.388Z | Checking flagset v0.4.6 |
1745 | 2024-10-25T17:31:24.528Z | Checking tracing-core v0.1.32 |
1746 | 2024-10-25T17:31:24.569Z | Checking rand_chacha v0.3.1 |
1747 | 2024-10-25T17:31:24.618Z | Checking thiserror v1.0.64 |
1748 | 2024-10-25T17:31:24.738Z | Checking percent-encoding v2.3.1 |
1749 | 2024-10-25T17:31:24.910Z | Checking rustls-pki-types v1.9.0 |
1750 | 2024-10-25T17:31:24.925Z | Checking rand v0.8.5 |
1751 | 2024-10-25T17:31:25.154Z | Checking tracing v0.1.40 |
1752 | 2024-10-25T17:31:25.261Z | Checking httparse v1.9.5 |
1753 | 2024-10-25T17:31:25.434Z | Checking powerfmt v0.2.0 |
1754 | 2024-10-25T17:31:25.479Z | Checking untrusted v0.9.0 |
1755 | 2024-10-25T17:31:25.520Z | Checking generic-array v0.14.7 |
1756 | 2024-10-25T17:31:25.584Z | Checking bytes v1.7.2 |
1757 | 2024-10-25T17:31:25.631Z | Checking indexmap v2.6.0 |
1758 | 2024-10-25T17:31:25.670Z | Checking serde_json v1.0.128 |
1759 | 2024-10-25T17:31:25.685Z | Checking bitflags v2.6.0 |
1760 | 2024-10-25T17:31:25.713Z | Checking der v0.7.9 |
1761 | 2024-10-25T17:31:25.961Z | Checking deranged v0.3.11 |
1762 | 2024-10-25T17:31:26.132Z | Checking ring v0.17.8 |
1763 | 2024-10-25T17:31:26.378Z | Checking tokio v1.40.0 |
1764 | 2024-10-25T17:31:26.697Z | Checking crypto-common v0.1.6 |
1765 | 2024-10-25T17:31:26.877Z | Checking block-buffer v0.10.4 |
1766 | 2024-10-25T17:31:26.917Z | Checking block-padding v0.3.3 |
1767 | 2024-10-25T17:31:27.100Z | Checking digest v0.10.7 |
1768 | 2024-10-25T17:31:27.116Z | Checking inout v0.1.3 |
1769 | 2024-10-25T17:31:27.348Z | Checking cipher v0.4.4 |
1770 | 2024-10-25T17:31:27.390Z | Checking http v1.1.0 |
1771 | 2024-10-25T17:31:27.455Z | Checking hmac v0.12.1 |
1772 | 2024-10-25T17:31:27.571Z | Checking sha2 v0.10.8 |
1773 | 2024-10-25T17:31:27.664Z | Checking pbkdf2 v0.12.2 |
1774 | 2024-10-25T17:31:27.707Z | Checking spki v0.7.3 |
1775 | 2024-10-25T17:31:27.736Z | Checking salsa20 v0.10.2 |
1776 | 2024-10-25T17:31:27.820Z | Checking cbc v0.1.2 |
1777 | 2024-10-25T17:31:27.928Z | Checking aes v0.8.4 |
1778 | 2024-10-25T17:31:27.977Z | Checking crossbeam-utils v0.8.20 |
1779 | 2024-10-25T17:31:27.992Z | Checking atomic-waker v1.1.2 |
1780 | 2024-10-25T17:31:28.027Z | Checking num-conv v0.1.0 |
1781 | 2024-10-25T17:31:28.094Z | Checking scrypt v0.11.0 |
1782 | 2024-10-25T17:31:28.119Z | Checking time-core v0.1.2 |
1783 | 2024-10-25T17:31:28.169Z | Checking num_threads v0.1.7 |
1784 | 2024-10-25T17:31:28.270Z | Checking rustls-webpki v0.102.8 |
1785 | 2024-10-25T17:31:28.273Z | Checking form_urlencoded v1.2.1 |
1786 | 2024-10-25T17:31:28.299Z | Checking time v0.3.36 |
1787 | 2024-10-25T17:31:28.312Z | Checking try-lock v0.2.5 |
1788 | 2024-10-25T17:31:28.431Z | Checking want v0.3.1 |
1789 | 2024-10-25T17:31:28.473Z | Checking unicode-ident v1.0.13 |
1790 | 2024-10-25T17:31:28.610Z | Checking httpdate v1.0.3 |
1791 | 2024-10-25T17:31:28.634Z | Checking proc-macro2 v1.0.87 |
1792 | 2024-10-25T17:31:28.655Z | Checking serde_spanned v0.6.8 |
1793 | 2024-10-25T17:31:28.713Z | Checking http-body v1.0.1 |
1794 | 2024-10-25T17:31:28.828Z | Checking pkcs5 v0.7.1 |
1795 | 2024-10-25T17:31:28.831Z | Checking uuid v1.10.0 |
1796 | 2024-10-25T17:31:28.857Z | Checking toml_datetime v0.6.8 |
1797 | 2024-10-25T17:31:28.916Z | Checking idna v0.5.0 |
1798 | 2024-10-25T17:31:29.031Z | Checking slog v2.7.0 |
1799 | 2024-10-25T17:31:29.130Z | Checking scroll v0.12.0 |
1800 | 2024-10-25T17:31:29.287Z | Checking ucd-trie v0.1.7 |
1801 | 2024-10-25T17:31:29.365Z | Checking pkcs8 v0.10.2 |
1802 | 2024-10-25T17:31:29.434Z | Checking iana-time-zone v0.1.61 |
1803 | 2024-10-25T17:31:29.491Z | Checking tower-service v0.3.3 |
1804 | 2024-10-25T17:31:29.523Z | Checking match_cfg v0.1.0 |
1805 | 2024-10-25T17:31:29.571Z | Checking foreign-types-shared v0.1.1 |
1806 | 2024-10-25T17:31:29.586Z | Checking plain v0.2.3 |
1807 | 2024-10-25T17:31:29.600Z | Checking base64 v0.22.1 |
1808 | 2024-10-25T17:31:29.615Z | Checking hostname v0.3.1 |
1809 | 2024-10-25T17:31:29.669Z | Checking chrono v0.4.38 |
1810 | 2024-10-25T17:31:29.685Z | Checking foreign-types v0.3.2 |
1811 | 2024-10-25T17:31:29.718Z | Checking goblin v0.8.2 |
1812 | 2024-10-25T17:31:29.734Z | Checking pest v2.7.14 |
1813 | 2024-10-25T17:31:29.775Z | Checking url v2.5.2 |
1814 | 2024-10-25T17:31:29.778Z | Checking quote v1.0.37 |
1815 | 2024-10-25T17:31:30.045Z | Checking openssl-sys v0.9.103 |
1816 | 2024-10-25T17:31:30.105Z | Checking errno v0.3.9 |
1817 | 2024-10-25T17:31:30.291Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-10-25T17:31:30.475Z | Checking aho-corasick v1.1.3 |
1819 | 2024-10-25T17:31:30.581Z | Checking pretty-hex v0.4.1 |
1820 | 2024-10-25T17:31:30.749Z | Checking adler2 v2.0.0 |
1821 | 2024-10-25T17:31:30.752Z | Checking siphasher v0.3.11 |
1822 | 2024-10-25T17:31:30.903Z | Checking regex-syntax v0.8.5 |
1823 | 2024-10-25T17:31:31.083Z | Checking data-encoding v2.6.0 |
1824 | 2024-10-25T17:31:31.355Z | Checking openssl v0.10.66 |
1825 | 2024-10-25T17:31:31.724Z | Checking miniz_oxide v0.8.0 |
1826 | 2024-10-25T17:31:31.762Z | Checking dirs-next v2.0.0 |
1827 | 2024-10-25T17:31:31.885Z | Checking rustix v0.38.37 |
1828 | 2024-10-25T17:31:32.090Z | Checking syn v2.0.79 |
1829 | 2024-10-25T17:31:32.278Z | Checking dtrace-parser v0.2.0 |
1830 | 2024-10-25T17:31:32.453Z | Checking http-body-util v0.1.2 |
1831 | 2024-10-25T17:31:32.734Z | Checking crossbeam-epoch v0.9.18 |
1832 | 2024-10-25T17:31:32.904Z | Checking signature v2.2.0 |
1833 | 2024-10-25T17:31:33.107Z | Checking sha1 v0.10.6 |
1834 | 2024-10-25T17:31:33.182Z | Checking lazy_static v1.5.0 |
1835 | 2024-10-25T17:31:33.307Z | Checking thread_local v1.1.8 |
1836 | 2024-10-25T17:31:33.377Z | Checking thread-id v4.2.2 |
1837 | 2024-10-25T17:31:33.457Z | Checking tokio-util v0.7.12 |
1838 | 2024-10-25T17:31:33.488Z | Checking encoding_rs v0.8.34 |
1839 | 2024-10-25T17:31:33.584Z | Checking either v1.13.0 |
1840 | 2024-10-25T17:31:33.987Z | Checking unicode-properties v0.1.3 |
1841 | 2024-10-25T17:31:34.214Z | Checking regex-automata v0.4.8 |
1842 | 2024-10-25T17:31:34.341Z | Checking ipnet v2.10.1 |
1843 | 2024-10-25T17:31:34.362Z | Checking h2 v0.4.6 |
1844 | 2024-10-25T17:31:34.705Z | Checking dof v0.3.0 |
1845 | 2024-10-25T17:31:34.783Z | Checking anstyle v1.0.8 |
1846 | 2024-10-25T17:31:35.147Z | Checking mime v0.3.17 |
1847 | 2024-10-25T17:31:35.346Z | Checking utf8parse v0.2.2 |
1848 | 2024-10-25T17:31:35.427Z | Checking openssl-probe v0.1.5 |
1849 | 2024-10-25T17:31:35.470Z | Checking winnow v0.6.20 |
1850 | 2024-10-25T17:31:35.488Z | Checking gimli v0.31.1 |
1851 | 2024-10-25T17:31:35.571Z | Checking anstyle-parse v0.2.5 |
1852 | 2024-10-25T17:31:35.789Z | Checking stringprep v0.1.5 |
1853 | 2024-10-25T17:31:35.841Z | Checking crossbeam-deque v0.8.5 |
1854 | 2024-10-25T17:31:36.059Z | Checking term v0.7.0 |
1855 | 2024-10-25T17:31:36.167Z | Checking slog-json v2.6.1 |
1856 | 2024-10-25T17:31:36.418Z | Checking rustls v0.23.14 |
1857 | 2024-10-25T17:31:36.478Z | Checking rustls v0.22.4 |
1858 | 2024-10-25T17:31:36.772Z | Checking native-tls v0.2.12 |
1859 | 2024-10-25T17:31:37.103Z | Checking crossbeam-channel v0.5.13 |
1860 | 2024-10-25T17:31:37.855Z | Checking serde_urlencoded v0.7.1 |
1861 | 2024-10-25T17:31:38.250Z | Checking futures-executor v0.3.31 |
1862 | 2024-10-25T17:31:38.422Z | Checking toml_edit v0.22.22 |
1863 | 2024-10-25T17:31:38.451Z | Checking usdt-impl v0.5.0 |
1864 | 2024-10-25T17:31:38.468Z | Checking md-5 v0.10.6 |
1865 | 2024-10-25T17:31:38.666Z | Checking num-integer v0.1.46 |
1866 | 2024-10-25T17:31:38.687Z | Checking rustls-pemfile v2.2.0 |
1867 | 2024-10-25T17:31:38.899Z | Checking idna v0.3.0 |
1868 | 2024-10-25T17:31:39.002Z | Checking idna v0.4.0 |
1869 | 2024-10-25T17:31:39.128Z | Checking ff v0.13.0 |
1870 | 2024-10-25T17:31:39.334Z | Checking hash32 v0.2.1 |
1871 | 2024-10-25T17:31:39.515Z | Checking addr2line v0.24.2 |
1872 | 2024-10-25T17:31:39.615Z | Checking is-terminal v0.4.13 |
1873 | 2024-10-25T17:31:39.733Z | Checking memmap v0.7.0 |
1874 | 2024-10-25T17:31:39.763Z | Checking object v0.36.5 |
1875 | 2024-10-25T17:31:39.867Z | Checking is_terminal_polyfill v1.70.1 |
1876 | 2024-10-25T17:31:39.925Z | Checking base16ct v0.2.0 |
1877 | 2024-10-25T17:31:39.979Z | Checking linked-hash-map v0.5.6 |
1878 | 2024-10-25T17:31:40.015Z | Checking dyn-clone v1.0.17 |
1879 | 2024-10-25T17:31:40.107Z | Checking rustc-demangle v0.1.24 |
1880 | 2024-10-25T17:31:40.128Z | Checking utf-8 v0.7.6 |
1881 | 2024-10-25T17:31:40.151Z | Checking anstyle-query v1.1.1 |
1882 | 2024-10-25T17:31:40.271Z | Checking stable_deref_trait v1.2.0 |
1883 | 2024-10-25T17:31:40.296Z | Checking psl-types v2.0.11 |
1884 | 2024-10-25T17:31:40.320Z | Checking take_mut v0.2.2 |
1885 | 2024-10-25T17:31:40.363Z | Checking colorchoice v1.0.2 |
1886 | 2024-10-25T17:31:40.464Z | Checking fallible-iterator v0.2.0 |
1887 | 2024-10-25T17:31:40.479Z | Checking quick-error v1.2.3 |
1888 | 2024-10-25T17:31:40.481Z | Checking anstream v0.6.15 |
1889 | 2024-10-25T17:31:40.511Z | Checking publicsuffix v2.2.3 |
1890 | 2024-10-25T17:31:40.569Z | Checking hyper v1.4.1 |
1891 | 2024-10-25T17:31:40.605Z | Checking resolv-conf v0.7.0 |
1892 | 2024-10-25T17:31:40.724Z | Checking slog-async v2.8.0 |
1893 | 2024-10-25T17:31:40.850Z | Checking heapless v0.7.17 |
1894 | 2024-10-25T17:31:40.912Z | Checking toml v0.8.19 |
1895 | 2024-10-25T17:31:40.929Z | Checking tungstenite v0.24.0 |
1896 | 2024-10-25T17:31:41.011Z | Checking lru-cache v0.1.2 |
1897 | 2024-10-25T17:31:41.044Z | Checking postgres-protocol v0.6.7 |
1898 | 2024-10-25T17:31:41.192Z | Checking schemars v0.8.21 |
1899 | 2024-10-25T17:31:41.395Z | Checking tokio-rustls v0.26.0 |
1900 | 2024-10-25T17:31:41.670Z | Checking tokio-rustls v0.25.0 |
1901 | 2024-10-25T17:31:41.734Z | Checking sec1 v0.7.3 |
1902 | 2024-10-25T17:31:41.827Z | Checking usdt v0.5.0 |
1903 | 2024-10-25T17:31:41.844Z | Checking hickory-proto v0.24.1 |
1904 | 2024-10-25T17:31:41.899Z | Checking slog-term v2.9.1 |
1905 | 2024-10-25T17:31:42.021Z | Checking group v0.13.0 |
1906 | 2024-10-25T17:31:42.067Z | Checking num-iter v0.1.45 |
1907 | 2024-10-25T17:31:42.103Z | Checking futures v0.3.31 |
1908 | 2024-10-25T17:31:42.217Z | Checking tokio-native-tls v0.3.1 |
1909 | 2024-10-25T17:31:42.240Z | Checking slog-bunyan v2.5.0 |
1910 | 2024-10-25T17:31:42.274Z | Checking rayon-core v1.12.1 |
1911 | 2024-10-25T17:31:42.395Z | Checking multer v3.1.0 |
1912 | 2024-10-25T17:31:42.397Z | Checking terminal_size v0.4.0 |
1913 | 2024-10-25T17:31:42.469Z | Checking phf_shared v0.11.2 |
1914 | 2024-10-25T17:31:42.555Z | Checking cookie v0.18.1 |
1915 | 2024-10-25T17:31:42.596Z | Checking hyper-util v0.1.9 |
1916 | 2024-10-25T17:31:42.732Z | Checking async-stream v0.3.6 |
1917 | 2024-10-25T17:31:42.800Z | Checking camino v1.1.9 |
1918 | 2024-10-25T17:31:42.816Z | Checking signal-hook v0.3.17 |
1919 | 2024-10-25T17:31:42.914Z | Checking waitgroup v0.1.2 |
1920 | 2024-10-25T17:31:42.931Z | Checking hkdf v0.12.4 |
1921 | 2024-10-25T17:31:43.012Z | Checking openapiv3 v2.0.0 |
1922 | 2024-10-25T17:31:43.051Z | Checking crypto-bigint v0.5.5 |
1923 | 2024-10-25T17:31:43.122Z | Checking serde_path_to_error v0.1.16 |
1924 | 2024-10-25T17:31:43.124Z | Checking webpki-roots v0.26.6 |
1925 | 2024-10-25T17:31:43.341Z | Checking hostname v0.4.0 |
1926 | 2024-10-25T17:31:43.358Z | Checking winnow v0.5.40 |
1927 | 2024-10-25T17:31:43.465Z | Checking managed v0.8.0 |
1928 | 2024-10-25T17:31:43.735Z | Checking unicode-width v0.1.14 |
1929 | 2024-10-25T17:31:43.837Z | Checking strsim v0.11.1 |
1930 | 2024-10-25T17:31:44.122Z | Checking bitflags v1.3.2 |
1931 | 2024-10-25T17:31:44.223Z | Checking debug-ignore v1.0.5 |
1932 | 2024-10-25T17:31:44.226Z | Checking clap_lex v0.7.2 |
1933 | 2024-10-25T17:31:44.359Z | Checking console v0.15.8 |
1934 | 2024-10-25T17:31:44.482Z | Checking clap_builder v4.5.20 |
1935 | 2024-10-25T17:31:44.689Z | Checking hyper-tls v0.6.0 |
1936 | 2024-10-25T17:31:44.930Z | Checking hyper-rustls v0.27.3 |
1937 | 2024-10-25T17:31:44.963Z | Checking smoltcp v0.9.1 |
1938 | 2024-10-25T17:31:45.268Z | Checking signal-hook-mio v0.2.4 |
1939 | 2024-10-25T17:31:45.414Z | Checking cookie_store v0.21.0 |
1940 | 2024-10-25T17:31:45.839Z | Checking elliptic-curve v0.13.8 |
1941 | 2024-10-25T17:31:46.023Z | Checking rayon v1.10.0 |
1942 | 2024-10-25T17:31:46.060Z | Checking backtrace v0.3.74 |
1943 | 2024-10-25T17:31:46.330Z | Checking toml_edit v0.19.15 |
1944 | 2024-10-25T17:31:46.397Z | Checking dropshot v0.12.0 |
1945 | 2024-10-25T17:31:46.435Z | Checking phf v0.11.2 |
1946 | 2024-10-25T17:31:46.468Z | Checking num-bigint-dig v0.8.4 |
1947 | 2024-10-25T17:31:46.490Z | Checking hickory-resolver v0.24.1 |
1948 | 2024-10-25T17:31:46.626Z | Checking anyhow v1.0.89 |
1949 | 2024-10-25T17:31:46.691Z | Checking tokio-tungstenite v0.24.0 |
1950 | 2024-10-25T17:31:47.009Z | Checking postgres-types v0.2.8 |
1951 | 2024-10-25T17:31:47.160Z | Checking regex v1.11.0 |
1952 | 2024-10-25T17:31:47.608Z | Checking bstr v1.10.0 |
1953 | 2024-10-25T17:31:47.746Z | Checking tokio-stream v0.1.16 |
1954 | 2024-10-25T17:31:47.791Z | Checking ed25519 v2.2.3 |
1955 | 2024-10-25T17:31:48.048Z | Checking phf_shared v0.10.0 |
1956 | 2024-10-25T17:31:48.091Z | Checking pkcs1 v0.7.5 |
1957 | 2024-10-25T17:31:48.313Z | Checking zerocopy v0.6.6 |
1958 | 2024-10-25T17:31:48.489Z | Checking curve25519-dalek v4.1.3 |
1959 | 2024-10-25T17:31:48.522Z | Checking hubpack v0.1.2 |
1960 | 2024-10-25T17:31:48.624Z | Checking portable-atomic v1.9.0 |
1961 | 2024-10-25T17:31:48.640Z | Checking rfc6979 v0.4.0 |
1962 | 2024-10-25T17:31:48.768Z | Checking float-cmp v0.9.0 |
1963 | 2024-10-25T17:31:48.803Z | Checking serde-big-array v0.5.1 |
1964 | 2024-10-25T17:31:48.818Z | Checking sync_wrapper v1.0.1 |
1965 | 2024-10-25T17:31:48.950Z | Checking crc32fast v1.4.2 |
1966 | 2024-10-25T17:31:48.953Z | Checking minimal-lexical v0.2.1 |
1967 | 2024-10-25T17:31:49.014Z | Checking fixedbitset v0.4.2 |
1968 | 2024-10-25T17:31:49.080Z | Checking unicode-segmentation v1.12.0 |
1969 | 2024-10-25T17:31:49.183Z | Checking whoami v1.5.2 |
1970 | 2024-10-25T17:31:49.290Z | Checking predicates-core v1.0.8 |
1971 | 2024-10-25T17:31:49.352Z | Checking bit-vec v0.6.3 |
1972 | 2024-10-25T17:31:49.466Z | Checking normalize-line-endings v0.3.0 |
1973 | 2024-10-25T17:31:49.480Z | Checking static_assertions v1.1.0 |
1974 | 2024-10-25T17:31:49.571Z | Checking difflib v0.4.0 |
1975 | 2024-10-25T17:31:49.586Z | Checking new_debug_unreachable v1.0.6 |
1976 | 2024-10-25T17:31:49.643Z | Checking number_prefix v0.4.0 |
1977 | 2024-10-25T17:31:49.666Z | Checking precomputed-hash v0.1.1 |
1978 | 2024-10-25T17:31:49.682Z | Checking bit-set v0.5.3 |
1979 | 2024-10-25T17:31:49.744Z | Checking similar v2.6.0 |
1980 | 2024-10-25T17:31:49.774Z | Checking string_cache v0.8.7 |
1981 | 2024-10-25T17:31:49.834Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1982 | 2024-10-25T17:31:49.865Z | Checking predicates v3.1.2 |
1983 | 2024-10-25T17:31:49.884Z | Checking indicatif v0.17.8 |
1984 | 2024-10-25T17:31:49.916Z | Checking tokio-postgres v0.7.12 |
1985 | 2024-10-25T17:31:49.957Z | Checking qorb v0.1.2 |
1986 | 2024-10-25T17:31:50.047Z | Checking nom v7.1.3 |
1987 | 2024-10-25T17:31:50.290Z | Checking ed25519-dalek v2.1.1 |
1988 | 2024-10-25T17:31:50.505Z | Checking petgraph v0.6.5 |
1989 | 2024-10-25T17:31:50.571Z | Checking flate2 v1.0.34 |
1990 | 2024-10-25T17:31:50.647Z | Checking reqwest v0.12.8 |
1991 | 2024-10-25T17:31:50.695Z | Checking ecdsa v0.16.9 |
1992 | 2024-10-25T17:31:51.226Z | Checking toml v0.7.8 |
1993 | 2024-10-25T17:31:51.403Z | Checking rsa v0.9.6 |
1994 | 2024-10-25T17:31:51.983Z | Checking clap v4.5.20 |
1995 | 2024-10-25T17:31:52.106Z | Checking crossterm v0.28.1 |
1996 | 2024-10-25T17:31:52.347Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-10-25T17:31:52.373Z | Checking itertools v0.10.5 |
1998 | 2024-10-25T17:31:52.463Z | Checking itertools v0.12.1 |
1999 | 2024-10-25T17:31:52.535Z | Checking fs-err v2.11.0 |
2000 | 2024-10-25T17:31:52.839Z | Checking ahash v0.8.11 |
2001 | 2024-10-25T17:31:52.916Z | Checking x509-cert v0.2.5 |
2002 | 2024-10-25T17:31:53.056Z | Checking hex v0.4.3 |
2003 | 2024-10-25T17:31:53.386Z | Checking semver v1.0.23 |
2004 | 2024-10-25T17:31:53.565Z | Checking peg-runtime v0.8.3 |
2005 | 2024-10-25T17:31:53.780Z | Checking lalrpop-util v0.19.12 |
2006 | 2024-10-25T17:31:53.783Z | Checking sigpipe v0.1.3 |
2007 | 2024-10-25T17:31:54.769Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2008 | 2024-10-25T17:31:55.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.84s |
2009 | 2024-10-25T17:31:55.221Z | |
2010 | 2024-10-25T17:31:55.221Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2011 | 2024-10-25T17:31:55.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2024-10-25T17:31:55.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2024-10-25T17:31:55.909Z | Compiling hashbrown v0.14.5 |
2014 | 2024-10-25T17:31:56.022Z | Checking heck v0.5.0 |
2015 | 2024-10-25T17:31:56.035Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-10-25T17:31:56.049Z | Compiling ident_case v1.0.1 |
2017 | 2024-10-25T17:31:56.051Z | Checking progenitor-client v0.8.0 |
2018 | 2024-10-25T17:31:56.075Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2019 | 2024-10-25T17:31:56.089Z | Compiling proc-macro-crate v1.3.1 |
2020 | 2024-10-25T17:31:56.175Z | Checking ipnetwork v0.20.0 |
2021 | 2024-10-25T17:31:56.213Z | Compiling darling_core v0.20.10 |
2022 | 2024-10-25T17:31:56.364Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-10-25T17:31:56.439Z | Compiling newtype-uuid v1.1.2 |
2024 | 2024-10-25T17:31:56.514Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2025 | 2024-10-25T17:31:56.789Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2024-10-25T17:31:56.893Z | Compiling lzma-sys v0.1.20 |
2027 | 2024-10-25T17:31:57.106Z | Checking regress v0.10.1 |
2028 | 2024-10-25T17:31:57.123Z | Compiling foreign-types-macros v0.2.3 |
2029 | 2024-10-25T17:31:57.307Z | Compiling num_enum_derive v0.5.11 |
2030 | 2024-10-25T17:31:57.599Z | Compiling serde_yaml v0.9.34+deprecated |
2031 | 2024-10-25T17:31:58.047Z | Checking foreign-types-shared v0.3.1 |
2032 | 2024-10-25T17:31:58.163Z | Checking arc-swap v1.7.1 |
2033 | 2024-10-25T17:31:58.435Z | Checking foreign-types v0.5.0 |
2034 | 2024-10-25T17:31:58.580Z | Compiling proc-macro-error v1.0.4 |
2035 | 2024-10-25T17:31:58.600Z | Checking slog-scope v4.4.0 |
2036 | 2024-10-25T17:31:59.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2037 | 2024-10-25T17:31:59.335Z | Checking tungstenite v0.21.0 |
2038 | 2024-10-25T17:31:59.375Z | Compiling heck v0.3.3 |
2039 | 2024-10-25T17:31:59.392Z | Compiling structmeta v0.3.0 |
2040 | 2024-10-25T17:31:59.792Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-10-25T17:31:59.824Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2042 | 2024-10-25T17:31:59.919Z | Checking num_enum v0.5.11 |
2043 | 2024-10-25T17:32:00.066Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-10-25T17:32:00.232Z | Checking cstr-argument v0.1.2 |
2045 | 2024-10-25T17:32:00.404Z | Checking instant v0.1.13 |
2046 | 2024-10-25T17:32:00.512Z | Checking base64 v0.21.7 |
2047 | 2024-10-25T17:32:00.557Z | Checking typify-impl v0.2.0 |
2048 | 2024-10-25T17:32:00.669Z | Checking pretty-hex v0.2.1 |
2049 | 2024-10-25T17:32:00.824Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2050 | 2024-10-25T17:32:00.837Z | Checking fastrand v2.1.1 |
2051 | 2024-10-25T17:32:01.137Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2024-10-25T17:32:01.165Z | Checking tempfile v3.13.0 |
2053 | 2024-10-25T17:32:01.412Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-10-25T17:32:01.548Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2024-10-25T17:32:01.583Z | Checking backoff v0.4.0 |
2056 | 2024-10-25T17:32:01.694Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-10-25T17:32:01.716Z | Checking tokio-tungstenite v0.21.0 |
2058 | 2024-10-25T17:32:01.895Z | Checking strum v0.26.3 |
2059 | 2024-10-25T17:32:02.027Z | Compiling zone_cfg_derive v0.1.2 |
2060 | 2024-10-25T17:32:02.055Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2061 | 2024-10-25T17:32:02.231Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-10-25T17:32:02.351Z | Checking slog-stdlog v4.1.1 |
2063 | 2024-10-25T17:32:02.511Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2064 | 2024-10-25T17:32:02.628Z | Checking regress v0.9.1 |
2065 | 2024-10-25T17:32:02.666Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2066 | 2024-10-25T17:32:02.799Z | Checking colored v2.1.0 |
2067 | 2024-10-25T17:32:02.948Z | Checking macaddr v1.0.1 |
2068 | 2024-10-25T17:32:03.036Z | Checking base64 v0.13.1 |
2069 | 2024-10-25T17:32:03.279Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2070 | 2024-10-25T17:32:03.346Z | Compiling darling_macro v0.20.10 |
2071 | 2024-10-25T17:32:03.440Z | Checking ron v0.7.1 |
2072 | 2024-10-25T17:32:03.548Z | Checking zone v0.1.8 |
2073 | 2024-10-25T17:32:03.743Z | Checking xz2 v0.1.7 |
2074 | 2024-10-25T17:32:04.052Z | Checking slog-envlogger v2.2.0 |
2075 | 2024-10-25T17:32:04.166Z | Checking tabwriter v1.4.0 |
2076 | 2024-10-25T17:32:04.273Z | Checking xattr v1.3.1 |
2077 | 2024-10-25T17:32:04.297Z | Compiling darling v0.20.10 |
2078 | 2024-10-25T17:32:04.401Z | Checking pem v3.0.4 |
2079 | 2024-10-25T17:32:04.419Z | Compiling serde_with_macros v3.11.0 |
2080 | 2024-10-25T17:32:04.452Z | Checking yasna v0.5.2 |
2081 | 2024-10-25T17:32:04.479Z | Checking parse-display v0.10.0 |
2082 | 2024-10-25T17:32:04.532Z | Checking headers-core v0.3.0 |
2083 | 2024-10-25T17:32:04.658Z | Checking smf v0.2.3 |
2084 | 2024-10-25T17:32:04.677Z | Checking filetime v0.2.25 |
2085 | 2024-10-25T17:32:04.699Z | Checking same-file v1.0.6 |
2086 | 2024-10-25T17:32:04.869Z | Checking walkdir v2.5.0 |
2087 | 2024-10-25T17:32:04.885Z | Checking tar v0.4.42 |
2088 | 2024-10-25T17:32:05.002Z | Checking headers v0.4.0 |
2089 | 2024-10-25T17:32:05.114Z | Checking camino-tempfile v1.1.1 |
2090 | 2024-10-25T17:32:05.130Z | Checking atomicwrites v0.4.4 |
2091 | 2024-10-25T17:32:05.314Z | Checking rcgen v0.12.1 |
2092 | 2024-10-25T17:32:05.328Z | Checking subprocess v0.2.9 |
2093 | 2024-10-25T17:32:06.830Z | Checking serde_with v3.11.0 |
2094 | 2024-10-25T17:32:09.377Z | Compiling typify-macro v0.2.0 |
2095 | 2024-10-25T17:32:11.294Z | Compiling typify v0.2.0 |
2096 | 2024-10-25T17:32:11.362Z | Compiling progenitor-impl v0.8.0 |
2097 | 2024-10-25T17:32:14.521Z | Compiling progenitor-macro v0.8.0 |
2098 | 2024-10-25T17:32:20.906Z | Checking progenitor v0.8.0 |
2099 | 2024-10-25T17:32:21.036Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2100 | 2024-10-25T17:32:21.039Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2101 | 2024-10-25T17:32:23.682Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2102 | 2024-10-25T17:32:23.942Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2103 | 2024-10-25T17:32:30.258Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2104 | 2024-10-25T17:32:31.826Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2105 | 2024-10-25T17:32:33.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.78s |
2106 | 2024-10-25T17:32:33.170Z | |
2107 | 2024-10-25T17:32:33.170Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2108 | 2024-10-25T17:32:33.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-10-25T17:32:33.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-10-25T17:32:33.848Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2111 | 2024-10-25T17:32:35.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2112 | 2024-10-25T17:32:35.361Z | |
2113 | 2024-10-25T17:32:35.361Z | info: running `cargo check --bins` on nexus-config (31/166) |
2114 | 2024-10-25T17:32:35.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2115 | 2024-10-25T17:32:35.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2116 | 2024-10-25T17:32:35.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2117 | 2024-10-25T17:32:35.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2118 | 2024-10-25T17:32:36.023Z | |
2119 | 2024-10-25T17:32:36.023Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2120 | 2024-10-25T17:32:36.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-10-25T17:32:36.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-10-25T17:32:36.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2123 | 2024-10-25T17:32:36.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2124 | 2024-10-25T17:32:36.662Z | |
2125 | 2024-10-25T17:32:36.662Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2126 | 2024-10-25T17:32:37.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-10-25T17:32:37.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-10-25T17:32:37.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2129 | 2024-10-25T17:32:37.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2130 | 2024-10-25T17:32:37.328Z | |
2131 | 2024-10-25T17:32:37.328Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2132 | 2024-10-25T17:32:37.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2133 | 2024-10-25T17:32:37.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2134 | 2024-10-25T17:32:38.016Z | Compiling heapless v0.8.0 |
2135 | 2024-10-25T17:32:38.018Z | Checking hash32 v0.3.1 |
2136 | 2024-10-25T17:32:38.121Z | Compiling smoltcp v0.11.0 |
2137 | 2024-10-25T17:32:38.131Z | Checking cobs v0.2.3 |
2138 | 2024-10-25T17:32:38.142Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2139 | 2024-10-25T17:32:38.142Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2140 | 2024-10-25T17:32:38.165Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2141 | 2024-10-25T17:32:38.169Z | Compiling crucible-workspace-hack v0.1.0 |
2142 | 2024-10-25T17:32:38.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2143 | 2024-10-25T17:32:38.277Z | Checking newline-converter v0.3.0 |
2144 | 2024-10-25T17:32:38.290Z | Checking postcard v1.0.10 |
2145 | 2024-10-25T17:32:38.410Z | Compiling convert_case v0.4.0 |
2146 | 2024-10-25T17:32:38.465Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2147 | 2024-10-25T17:32:38.601Z | Checking expectorate v1.1.0 |
2148 | 2024-10-25T17:32:38.685Z | Compiling zone_cfg_derive v0.3.0 |
2149 | 2024-10-25T17:32:38.758Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2150 | 2024-10-25T17:32:38.835Z | Checking itertools v0.13.0 |
2151 | 2024-10-25T17:32:38.871Z | Compiling num-derive v0.4.2 |
2152 | 2024-10-25T17:32:39.022Z | Compiling slog-dtrace v0.3.0 |
2153 | 2024-10-25T17:32:39.085Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2154 | 2024-10-25T17:32:39.360Z | Compiling derive_more v0.99.18 |
2155 | 2024-10-25T17:32:39.401Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2156 | 2024-10-25T17:32:40.181Z | Checking zone v0.3.0 |
2157 | 2024-10-25T17:32:40.865Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2158 | 2024-10-25T17:32:42.013Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2159 | 2024-10-25T17:32:42.924Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2160 | 2024-10-25T17:32:43.435Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2161 | 2024-10-25T17:32:43.990Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2162 | 2024-10-25T17:32:44.738Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2163 | 2024-10-25T17:32:45.810Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2164 | 2024-10-25T17:32:46.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
2165 | 2024-10-25T17:32:46.855Z | |
2166 | 2024-10-25T17:32:46.855Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2167 | 2024-10-25T17:32:47.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-10-25T17:32:47.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-10-25T17:32:47.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2170 | 2024-10-25T17:32:47.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2171 | 2024-10-25T17:32:47.521Z | |
2172 | 2024-10-25T17:32:47.521Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2173 | 2024-10-25T17:32:48.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-10-25T17:32:48.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-10-25T17:32:48.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2176 | 2024-10-25T17:32:48.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2177 | 2024-10-25T17:32:48.179Z | |
2178 | 2024-10-25T17:32:48.179Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2179 | 2024-10-25T17:32:48.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-10-25T17:32:48.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-10-25T17:32:48.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-10-25T17:32:48.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2183 | 2024-10-25T17:32:48.954Z | |
2184 | 2024-10-25T17:32:48.954Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2185 | 2024-10-25T17:32:49.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-10-25T17:32:49.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-10-25T17:32:49.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2188 | 2024-10-25T17:32:49.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2189 | 2024-10-25T17:32:49.717Z | |
2190 | 2024-10-25T17:32:49.717Z | info: running `cargo check --bins` on dns-server (39/166) |
2191 | 2024-10-25T17:32:50.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2192 | 2024-10-25T17:32:50.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2193 | 2024-10-25T17:32:50.395Z | Compiling parking_lot_core v0.8.6 |
2194 | 2024-10-25T17:32:50.395Z | Checking nibble_vec v0.1.0 |
2195 | 2024-10-25T17:32:50.395Z | Checking endian-type v0.1.2 |
2196 | 2024-10-25T17:32:50.398Z | Checking fxhash v0.2.1 |
2197 | 2024-10-25T17:32:50.398Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2198 | 2024-10-25T17:32:50.398Z | Checking hickory-server v0.24.1 |
2199 | 2024-10-25T17:32:50.650Z | Checking radix_trie v0.2.1 |
2200 | 2024-10-25T17:32:50.949Z | Checking hickory-client v0.24.1 |
2201 | 2024-10-25T17:32:51.088Z | Checking parking_lot v0.11.2 |
2202 | 2024-10-25T17:32:51.178Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2203 | 2024-10-25T17:32:51.181Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2204 | 2024-10-25T17:32:51.342Z | Checking sled v0.34.7 |
2205 | 2024-10-25T17:32:53.128Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2206 | 2024-10-25T17:32:54.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2207 | 2024-10-25T17:32:54.462Z | |
2208 | 2024-10-25T17:32:54.462Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2209 | 2024-10-25T17:32:55.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2210 | 2024-10-25T17:32:55.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2211 | 2024-10-25T17:32:55.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2212 | 2024-10-25T17:32:55.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2213 | 2024-10-25T17:32:55.121Z | |
2214 | 2024-10-25T17:32:55.121Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2215 | 2024-10-25T17:32:55.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-10-25T17:32:55.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-10-25T17:32:55.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2218 | 2024-10-25T17:32:55.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2219 | 2024-10-25T17:32:55.773Z | |
2220 | 2024-10-25T17:32:55.773Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2221 | 2024-10-25T17:32:56.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-10-25T17:32:56.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-10-25T17:32:56.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-10-25T17:32:56.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2225 | 2024-10-25T17:32:56.426Z | |
2226 | 2024-10-25T17:32:56.426Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2227 | 2024-10-25T17:32:57.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-10-25T17:32:57.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-10-25T17:32:57.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-10-25T17:32:57.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2231 | 2024-10-25T17:32:57.137Z | |
2232 | 2024-10-25T17:32:57.137Z | info: running `cargo check --bins` on gateway-types (44/166) |
2233 | 2024-10-25T17:32:57.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-10-25T17:32:57.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-10-25T17:32:57.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-10-25T17:32:57.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2237 | 2024-10-25T17:32:57.800Z | |
2238 | 2024-10-25T17:32:57.800Z | info: running `cargo check --bins` on ipcc (45/166) |
2239 | 2024-10-25T17:32:58.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-10-25T17:32:58.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-10-25T17:32:58.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-10-25T17:32:58.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2243 | 2024-10-25T17:32:58.455Z | |
2244 | 2024-10-25T17:32:58.455Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2245 | 2024-10-25T17:32:59.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-10-25T17:32:59.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-10-25T17:32:59.180Z | Checking num-rational v0.4.2 |
2248 | 2024-10-25T17:32:59.180Z | Compiling progenitor-client v0.8.0 |
2249 | 2024-10-25T17:32:59.180Z | Checking num-complex v0.4.6 |
2250 | 2024-10-25T17:32:59.183Z | Compiling prettyplease v0.2.22 |
2251 | 2024-10-25T17:32:59.183Z | Compiling newtype-uuid v1.1.2 |
2252 | 2024-10-25T17:32:59.281Z | Compiling ipnetwork v0.20.0 |
2253 | 2024-10-25T17:32:59.283Z | Compiling instant v0.1.13 |
2254 | 2024-10-25T17:32:59.291Z | Checking float-ord v0.3.2 |
2255 | 2024-10-25T17:32:59.421Z | Compiling radium v0.7.0 |
2256 | 2024-10-25T17:32:59.448Z | Compiling semver v0.1.20 |
2257 | 2024-10-25T17:32:59.554Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2258 | 2024-10-25T17:32:59.634Z | Compiling progenitor v0.8.0 |
2259 | 2024-10-25T17:32:59.720Z | Compiling backoff v0.4.0 |
2260 | 2024-10-25T17:32:59.843Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2261 | 2024-10-25T17:32:59.863Z | Compiling rustc_version v0.1.7 |
2262 | 2024-10-25T17:32:59.888Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2263 | 2024-10-25T17:32:59.925Z | Compiling parse-display v0.10.0 |
2264 | 2024-10-25T17:33:00.058Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2265 | 2024-10-25T17:33:00.108Z | Compiling serde_with v3.11.0 |
2266 | 2024-10-25T17:33:00.154Z | Checking num v0.4.3 |
2267 | 2024-10-25T17:33:00.224Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2024-10-25T17:33:00.251Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2269 | 2024-10-25T17:33:00.266Z | Compiling regress v0.9.1 |
2270 | 2024-10-25T17:33:00.621Z | Compiling macaddr v1.0.1 |
2271 | 2024-10-25T17:33:00.624Z | Checking tap v1.0.1 |
2272 | 2024-10-25T17:33:00.800Z | Compiling maybe-uninit v2.0.0 |
2273 | 2024-10-25T17:33:01.029Z | Checking wyz v0.5.1 |
2274 | 2024-10-25T17:33:01.448Z | Compiling newtype_derive v0.1.6 |
2275 | 2024-10-25T17:33:01.557Z | Checking password-hash v0.5.0 |
2276 | 2024-10-25T17:33:01.760Z | Checking blake2 v0.10.6 |
2277 | 2024-10-25T17:33:01.859Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2278 | 2024-10-25T17:33:02.003Z | Compiling owo-colors v4.1.0 |
2279 | 2024-10-25T17:33:02.136Z | Compiling cancel-safe-futures v0.1.5 |
2280 | 2024-10-25T17:33:02.208Z | Checking crc-catalog v2.4.0 |
2281 | 2024-10-25T17:33:02.338Z | Compiling packed_struct v0.10.1 |
2282 | 2024-10-25T17:33:02.352Z | Checking funty v2.0.0 |
2283 | 2024-10-25T17:33:02.536Z | Checking crc v3.2.1 |
2284 | 2024-10-25T17:33:02.891Z | Checking argon2 v0.5.3 |
2285 | 2024-10-25T17:33:03.307Z | Checking bitvec v1.0.1 |
2286 | 2024-10-25T17:33:03.483Z | Compiling packed_struct_codegen v0.10.1 |
2287 | 2024-10-25T17:33:03.547Z | Checking half v2.4.1 |
2288 | 2024-10-25T17:33:03.821Z | Compiling indexmap v1.9.3 |
2289 | 2024-10-25T17:33:03.979Z | Checking ciborium-io v0.2.2 |
2290 | 2024-10-25T17:33:04.103Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2291 | 2024-10-25T17:33:04.120Z | Checking nodrop v0.1.14 |
2292 | 2024-10-25T17:33:04.239Z | Checking array-init v0.0.4 |
2293 | 2024-10-25T17:33:04.284Z | Checking ciborium-ll v0.2.2 |
2294 | 2024-10-25T17:33:04.440Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2295 | 2024-10-25T17:33:04.594Z | Checking smallvec v0.6.14 |
2296 | 2024-10-25T17:33:04.851Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2297 | 2024-10-25T17:33:04.993Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2024-10-25T17:33:05.810Z | Checking libsw v3.3.1 |
2299 | 2024-10-25T17:33:06.073Z | Compiling memoffset v0.9.1 |
2300 | 2024-10-25T17:33:06.121Z | Checking indent_write v2.2.0 |
2301 | 2024-10-25T17:33:06.226Z | Checking bitfield v0.14.0 |
2302 | 2024-10-25T17:33:06.318Z | Checking termcolor v1.4.1 |
2303 | 2024-10-25T17:33:06.393Z | Checking highway v1.2.0 |
2304 | 2024-10-25T17:33:06.516Z | Checking swrite v0.1.0 |
2305 | 2024-10-25T17:33:06.606Z | Checking hashbrown v0.12.3 |
2306 | 2024-10-25T17:33:06.636Z | Checking linear-map v1.2.0 |
2307 | 2024-10-25T17:33:06.789Z | Checking env_logger v0.10.2 |
2308 | 2024-10-25T17:33:06.826Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2309 | 2024-10-25T17:33:06.972Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2024-10-25T17:33:07.106Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2311 | 2024-10-25T17:33:07.350Z | Checking ron v0.8.1 |
2312 | 2024-10-25T17:33:07.708Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2313 | 2024-10-25T17:33:07.992Z | Checking serde-hex v0.1.0 |
2314 | 2024-10-25T17:33:08.320Z | Checking steno v0.4.1 |
2315 | 2024-10-25T17:33:08.338Z | Checking ciborium v0.2.2 |
2316 | 2024-10-25T17:33:08.799Z | Checking bzip2 v0.4.4 |
2317 | 2024-10-25T17:33:09.090Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2318 | 2024-10-25T17:33:09.262Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2319 | 2024-10-25T17:33:09.299Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2320 | 2024-10-25T17:33:09.345Z | Checking hashbrown v0.13.2 |
2321 | 2024-10-25T17:33:09.840Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2322 | 2024-10-25T17:33:10.057Z | Checking humantime v2.1.0 |
2323 | 2024-10-25T17:33:10.341Z | Checking crc-any v2.5.0 |
2324 | 2024-10-25T17:33:10.374Z | Checking object v0.30.4 |
2325 | 2024-10-25T17:33:10.453Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2326 | 2024-10-25T17:33:10.631Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2327 | 2024-10-25T17:33:10.717Z | Checking zip v0.6.6 |
2328 | 2024-10-25T17:33:10.836Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2329 | 2024-10-25T17:33:11.138Z | Checking path-slash v0.1.5 |
2330 | 2024-10-25T17:33:11.221Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2331 | 2024-10-25T17:33:11.349Z | Checking nix v0.27.1 |
2332 | 2024-10-25T17:33:11.419Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2333 | 2024-10-25T17:33:11.978Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2334 | 2024-10-25T17:33:12.101Z | Checking tungstenite v0.23.0 |
2335 | 2024-10-25T17:33:12.237Z | Checking kstat-rs v0.2.4 |
2336 | 2024-10-25T17:33:12.590Z | Checking signal-hook-tokio v0.3.1 |
2337 | 2024-10-25T17:33:12.923Z | Checking tokio-tungstenite v0.23.1 |
2338 | 2024-10-25T17:33:13.710Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2339 | 2024-10-25T17:33:13.901Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2340 | 2024-10-25T17:33:19.463Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2341 | 2024-10-25T17:33:20.786Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2342 | 2024-10-25T17:33:20.991Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2343 | 2024-10-25T17:33:24.031Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2344 | 2024-10-25T17:33:24.287Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2345 | 2024-10-25T17:33:25.945Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2346 | 2024-10-25T17:33:31.444Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2347 | 2024-10-25T17:33:32.080Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2348 | 2024-10-25T17:33:34.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s |
2349 | 2024-10-25T17:33:34.955Z | |
2350 | 2024-10-25T17:33:34.955Z | info: running `cargo check --bins` on gateway-api (47/166) |
2351 | 2024-10-25T17:33:35.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-10-25T17:33:35.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-10-25T17:33:35.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-10-25T17:33:35.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2355 | 2024-10-25T17:33:35.621Z | |
2356 | 2024-10-25T17:33:35.621Z | info: running `cargo check --bins` on oximeter (48/166) |
2357 | 2024-10-25T17:33:36.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-10-25T17:33:36.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-10-25T17:33:36.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-10-25T17:33:36.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2361 | 2024-10-25T17:33:36.279Z | |
2362 | 2024-10-25T17:33:36.280Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2363 | 2024-10-25T17:33:36.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-10-25T17:33:36.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-10-25T17:33:36.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-10-25T17:33:36.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2367 | 2024-10-25T17:33:36.933Z | |
2368 | 2024-10-25T17:33:36.933Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2369 | 2024-10-25T17:33:37.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-10-25T17:33:37.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-10-25T17:33:37.600Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2372 | 2024-10-25T17:33:38.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2373 | 2024-10-25T17:33:38.172Z | |
2374 | 2024-10-25T17:33:38.172Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2375 | 2024-10-25T17:33:38.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-10-25T17:33:38.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-10-25T17:33:38.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-10-25T17:33:38.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2379 | 2024-10-25T17:33:38.832Z | |
2380 | 2024-10-25T17:33:38.832Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2381 | 2024-10-25T17:33:39.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-10-25T17:33:39.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-10-25T17:33:39.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-10-25T17:33:39.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2385 | 2024-10-25T17:33:39.495Z | |
2386 | 2024-10-25T17:33:39.495Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2387 | 2024-10-25T17:33:40.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-10-25T17:33:40.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-10-25T17:33:40.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-10-25T17:33:40.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2391 | 2024-10-25T17:33:40.138Z | |
2392 | 2024-10-25T17:33:40.138Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2393 | 2024-10-25T17:33:40.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-10-25T17:33:40.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-10-25T17:33:40.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-10-25T17:33:40.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2397 | 2024-10-25T17:33:40.804Z | |
2398 | 2024-10-25T17:33:40.805Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2399 | 2024-10-25T17:33:41.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-10-25T17:33:41.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-10-25T17:33:41.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-10-25T17:33:41.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2403 | 2024-10-25T17:33:41.464Z | |
2404 | 2024-10-25T17:33:41.464Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2405 | 2024-10-25T17:33:42.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-10-25T17:33:42.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-10-25T17:33:42.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-10-25T17:33:42.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2409 | 2024-10-25T17:33:42.118Z | |
2410 | 2024-10-25T17:33:42.118Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2411 | 2024-10-25T17:33:42.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-10-25T17:33:42.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-10-25T17:33:42.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-10-25T17:33:42.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2415 | 2024-10-25T17:33:42.787Z | |
2416 | 2024-10-25T17:33:42.787Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2417 | 2024-10-25T17:33:43.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-10-25T17:33:43.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-10-25T17:33:43.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-10-25T17:33:43.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2421 | 2024-10-25T17:33:43.450Z | |
2422 | 2024-10-25T17:33:43.450Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2423 | 2024-10-25T17:33:44.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-10-25T17:33:44.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-10-25T17:33:44.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-10-25T17:33:44.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2427 | 2024-10-25T17:33:44.110Z | |
2428 | 2024-10-25T17:33:44.110Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2429 | 2024-10-25T17:33:44.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-10-25T17:33:44.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-10-25T17:33:44.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-10-25T17:33:44.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2433 | 2024-10-25T17:33:44.799Z | |
2434 | 2024-10-25T17:33:44.799Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2435 | 2024-10-25T17:33:45.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-10-25T17:33:45.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-10-25T17:33:45.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-10-25T17:33:45.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2439 | 2024-10-25T17:33:45.460Z | |
2440 | 2024-10-25T17:33:45.460Z | info: running `cargo check --bins` on nexus-client (62/166) |
2441 | 2024-10-25T17:33:46.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-10-25T17:33:46.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-10-25T17:33:46.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-10-25T17:33:46.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2445 | 2024-10-25T17:33:46.141Z | |
2446 | 2024-10-25T17:33:46.141Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2447 | 2024-10-25T17:33:46.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-10-25T17:33:46.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-10-25T17:33:46.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-10-25T17:33:46.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2451 | 2024-10-25T17:33:46.818Z | |
2452 | 2024-10-25T17:33:46.818Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2453 | 2024-10-25T17:33:47.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-10-25T17:33:47.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-10-25T17:33:47.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-10-25T17:33:47.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2457 | 2024-10-25T17:33:47.470Z | |
2458 | 2024-10-25T17:33:47.470Z | info: running `cargo check --bins` on nexus-types (65/166) |
2459 | 2024-10-25T17:33:48.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-10-25T17:33:48.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-10-25T17:33:48.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-10-25T17:33:48.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2463 | 2024-10-25T17:33:48.154Z | |
2464 | 2024-10-25T17:33:48.154Z | info: running `cargo check --bins` on gateway-client (66/166) |
2465 | 2024-10-25T17:33:48.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-10-25T17:33:48.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-10-25T17:33:48.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-10-25T17:33:48.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2469 | 2024-10-25T17:33:48.801Z | |
2470 | 2024-10-25T17:33:48.801Z | info: running `cargo check --bins` on oxql-types (67/166) |
2471 | 2024-10-25T17:33:49.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-10-25T17:33:49.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-10-25T17:33:49.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-10-25T17:33:49.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2475 | 2024-10-25T17:33:49.462Z | |
2476 | 2024-10-25T17:33:49.462Z | info: running `cargo check --bins` on update-engine (68/166) |
2477 | 2024-10-25T17:33:50.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-10-25T17:33:50.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-10-25T17:33:50.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-10-25T17:33:50.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2481 | 2024-10-25T17:33:50.113Z | |
2482 | 2024-10-25T17:33:50.113Z | info: running `cargo check --bins` on sp-sim (69/166) |
2483 | 2024-10-25T17:33:50.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-10-25T17:33:50.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-10-25T17:33:50.779Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2486 | 2024-10-25T17:33:52.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
2487 | 2024-10-25T17:33:52.676Z | |
2488 | 2024-10-25T17:33:52.676Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2489 | 2024-10-25T17:33:53.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-10-25T17:33:53.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-10-25T17:33:53.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-10-25T17:33:53.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2493 | 2024-10-25T17:33:53.381Z | |
2494 | 2024-10-25T17:33:53.381Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2495 | 2024-10-25T17:33:54.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-10-25T17:33:54.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-10-25T17:33:54.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-10-25T17:33:54.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2499 | 2024-10-25T17:33:54.096Z | |
2500 | 2024-10-25T17:33:54.096Z | info: running `cargo check --bins` on db-macros (72/166) |
2501 | 2024-10-25T17:33:54.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-10-25T17:33:54.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-10-25T17:33:54.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-10-25T17:33:54.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2505 | 2024-10-25T17:33:54.739Z | |
2506 | 2024-10-25T17:33:54.740Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2507 | 2024-10-25T17:33:55.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-10-25T17:33:55.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-10-25T17:33:55.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-10-25T17:33:55.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2511 | 2024-10-25T17:33:55.381Z | |
2512 | 2024-10-25T17:33:55.381Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2513 | 2024-10-25T17:33:56.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-10-25T17:33:56.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-10-25T17:33:56.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-10-25T17:33:56.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2517 | 2024-10-25T17:33:56.081Z | |
2518 | 2024-10-25T17:33:56.081Z | info: running `cargo check --bins` on authz-macros (75/166) |
2519 | 2024-10-25T17:33:56.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-10-25T17:33:56.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-10-25T17:33:56.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-10-25T17:33:56.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2523 | 2024-10-25T17:33:56.727Z | |
2524 | 2024-10-25T17:33:56.728Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2525 | 2024-10-25T17:33:57.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-10-25T17:33:57.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-10-25T17:33:57.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-10-25T17:33:57.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2529 | 2024-10-25T17:33:57.415Z | |
2530 | 2024-10-25T17:33:57.415Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2531 | 2024-10-25T17:33:58.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-10-25T17:33:58.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-10-25T17:33:58.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-10-25T17:33:58.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2535 | 2024-10-25T17:33:58.112Z | |
2536 | 2024-10-25T17:33:58.112Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2537 | 2024-10-25T17:33:58.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-10-25T17:33:58.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-10-25T17:33:58.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-10-25T17:33:58.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2541 | 2024-10-25T17:33:58.784Z | |
2542 | 2024-10-25T17:33:58.784Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2543 | 2024-10-25T17:33:59.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-10-25T17:33:59.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-10-25T17:33:59.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-10-25T17:33:59.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2547 | 2024-10-25T17:33:59.461Z | |
2548 | 2024-10-25T17:33:59.461Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2549 | 2024-10-25T17:34:00.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-10-25T17:34:00.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-10-25T17:34:00.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-10-25T17:34:00.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2553 | 2024-10-25T17:34:00.141Z | |
2554 | 2024-10-25T17:34:00.141Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2555 | 2024-10-25T17:34:00.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-10-25T17:34:00.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-10-25T17:34:00.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-10-25T17:34:00.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2559 | 2024-10-25T17:34:00.803Z | |
2560 | 2024-10-25T17:34:00.803Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2561 | 2024-10-25T17:34:01.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-10-25T17:34:01.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-10-25T17:34:01.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-10-25T17:34:01.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2565 | 2024-10-25T17:34:01.467Z | |
2566 | 2024-10-25T17:34:01.467Z | info: running `cargo check --bins` on typed-rng (83/166) |
2567 | 2024-10-25T17:34:02.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-10-25T17:34:02.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-10-25T17:34:02.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-10-25T17:34:02.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2571 | 2024-10-25T17:34:02.120Z | |
2572 | 2024-10-25T17:34:02.120Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2573 | 2024-10-25T17:34:02.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-10-25T17:34:02.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-10-25T17:34:02.898Z | Checking keccak v0.1.5 |
2576 | 2024-10-25T17:34:03.001Z | Checking secrecy v0.8.0 |
2577 | 2024-10-25T17:34:03.002Z | Compiling unicase v2.7.0 |
2578 | 2024-10-25T17:34:03.004Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2579 | 2024-10-25T17:34:03.004Z | Compiling same-file v1.0.6 |
2580 | 2024-10-25T17:34:03.013Z | Compiling tempfile v3.13.0 |
2581 | 2024-10-25T17:34:03.034Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2582 | 2024-10-25T17:34:03.047Z | Compiling thiserror-impl-no-std v2.0.2 |
2583 | 2024-10-25T17:34:03.193Z | Compiling walkdir v2.5.0 |
2584 | 2024-10-25T17:34:03.268Z | Checking universal-hash v0.5.1 |
2585 | 2024-10-25T17:34:03.284Z | Checking sha3 v0.10.8 |
2586 | 2024-10-25T17:34:03.371Z | Compiling blake3 v1.5.4 |
2587 | 2024-10-25T17:34:03.450Z | Compiling ring v0.16.20 |
2588 | 2024-10-25T17:34:03.526Z | Checking opaque-debug v0.3.1 |
2589 | 2024-10-25T17:34:03.621Z | Checking poly1305 v0.8.0 |
2590 | 2024-10-25T17:34:03.661Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2591 | 2024-10-25T17:34:03.858Z | Checking chacha20 v0.9.1 |
2592 | 2024-10-25T17:34:03.886Z | Checking aead v0.5.2 |
2593 | 2024-10-25T17:34:03.933Z | Compiling memmap2 v0.9.5 |
2594 | 2024-10-25T17:34:03.982Z | Compiling libefi-sys v0.1.0 |
2595 | 2024-10-25T17:34:04.087Z | Compiling constant_time_eq v0.3.1 |
2596 | 2024-10-25T17:34:04.104Z | Compiling spin v0.5.2 |
2597 | 2024-10-25T17:34:04.189Z | Compiling untrusted v0.7.1 |
2598 | 2024-10-25T17:34:04.265Z | Compiling salty v0.3.0 |
2599 | 2024-10-25T17:34:04.281Z | Compiling home v0.5.9 |
2600 | 2024-10-25T17:34:04.331Z | Compiling arrayref v0.3.9 |
2601 | 2024-10-25T17:34:04.351Z | Compiling arrayvec v0.7.6 |
2602 | 2024-10-25T17:34:04.393Z | Compiling toolchain_find v0.4.0 |
2603 | 2024-10-25T17:34:04.434Z | Checking chacha20poly1305 v0.10.1 |
2604 | 2024-10-25T17:34:04.678Z | Compiling camino-tempfile v1.1.1 |
2605 | 2024-10-25T17:34:04.741Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2606 | 2024-10-25T17:34:04.778Z | Compiling bitfield-struct v0.6.2 |
2607 | 2024-10-25T17:34:05.020Z | Compiling topological-sort v0.2.2 |
2608 | 2024-10-25T17:34:05.037Z | Compiling mime_guess v2.0.5 |
2609 | 2024-10-25T17:34:05.228Z | Compiling rustfmt-wrapper v0.2.1 |
2610 | 2024-10-25T17:34:05.651Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2611 | 2024-10-25T17:34:05.708Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2612 | 2024-10-25T17:34:05.819Z | Checking primeorder v0.13.6 |
2613 | 2024-10-25T17:34:05.957Z | Checking env_filter v0.1.2 |
2614 | 2024-10-25T17:34:05.974Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2615 | 2024-10-25T17:34:06.167Z | Checking env_logger v0.11.5 |
2616 | 2024-10-25T17:34:06.202Z | Checking thiserror-no-std v2.0.2 |
2617 | 2024-10-25T17:34:06.240Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2618 | 2024-10-25T17:34:06.260Z | Checking p384 v0.13.0 |
2619 | 2024-10-25T17:34:06.307Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2620 | 2024-10-25T17:34:06.324Z | Checking vsss-rs v3.3.4 |
2621 | 2024-10-25T17:34:06.410Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2622 | 2024-10-25T17:34:06.663Z | Checking gethostname v0.5.0 |
2623 | 2024-10-25T17:34:06.789Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2624 | 2024-10-25T17:34:06.807Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2625 | 2024-10-25T17:34:06.823Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2626 | 2024-10-25T17:34:07.049Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2627 | 2024-10-25T17:34:07.121Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2628 | 2024-10-25T17:34:07.280Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2629 | 2024-10-25T17:34:07.417Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2630 | 2024-10-25T17:34:07.627Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2631 | 2024-10-25T17:34:07.653Z | Checking nanorand v0.7.0 |
2632 | 2024-10-25T17:34:07.654Z | Checking atty v0.2.14 |
2633 | 2024-10-25T17:34:07.712Z | Checking glob v0.3.1 |
2634 | 2024-10-25T17:34:07.784Z | Checking http-range v0.1.5 |
2635 | 2024-10-25T17:34:07.967Z | Checking hyper-staticfile v0.10.1 |
2636 | 2024-10-25T17:34:08.023Z | Checking flume v0.11.0 |
2637 | 2024-10-25T17:34:08.040Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2638 | 2024-10-25T17:34:08.516Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2639 | 2024-10-25T17:34:08.619Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2640 | 2024-10-25T17:34:08.785Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2641 | 2024-10-25T17:34:09.146Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2642 | 2024-10-25T17:34:09.480Z | Compiling omicron-zone-package v0.11.1 |
2643 | 2024-10-25T17:34:09.896Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2644 | 2024-10-25T17:34:10.342Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2645 | 2024-10-25T17:34:10.378Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2646 | 2024-10-25T17:34:10.910Z | Checking display-error-chain v0.2.1 |
2647 | 2024-10-25T17:34:12.177Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2648 | 2024-10-25T17:34:13.561Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2649 | 2024-10-25T17:34:14.820Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2650 | 2024-10-25T17:34:14.822Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2651 | 2024-10-25T17:34:25.649Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2652 | 2024-10-25T17:34:37.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s |
2653 | 2024-10-25T17:34:38.026Z | |
2654 | 2024-10-25T17:34:38.026Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2655 | 2024-10-25T17:34:38.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-10-25T17:34:38.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-10-25T17:34:38.791Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2658 | 2024-10-25T17:34:51.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
2659 | 2024-10-25T17:34:51.279Z | |
2660 | 2024-10-25T17:34:51.279Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2661 | 2024-10-25T17:34:51.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-10-25T17:34:51.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-10-25T17:34:52.043Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2664 | 2024-10-25T17:35:04.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s |
2665 | 2024-10-25T17:35:04.435Z | |
2666 | 2024-10-25T17:35:04.435Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2667 | 2024-10-25T17:35:05.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-10-25T17:35:05.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-10-25T17:35:05.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2670 | 2024-10-25T17:35:17.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s |
2671 | 2024-10-25T17:35:17.793Z | |
2672 | 2024-10-25T17:35:17.793Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2673 | 2024-10-25T17:35:18.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-10-25T17:35:18.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-10-25T17:35:18.561Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2676 | 2024-10-25T17:35:31.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.29s |
2677 | 2024-10-25T17:35:31.272Z | |
2678 | 2024-10-25T17:35:31.272Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2679 | 2024-10-25T17:35:31.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-10-25T17:35:31.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-10-25T17:35:32.035Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2682 | 2024-10-25T17:35:44.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.08s |
2683 | 2024-10-25T17:35:44.531Z | |
2684 | 2024-10-25T17:35:44.531Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2685 | 2024-10-25T17:35:45.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-10-25T17:35:45.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-10-25T17:35:45.293Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2688 | 2024-10-25T17:35:57.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s |
2689 | 2024-10-25T17:35:57.893Z | |
2690 | 2024-10-25T17:35:57.893Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2691 | 2024-10-25T17:35:58.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-10-25T17:35:58.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-10-25T17:35:58.670Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2694 | 2024-10-25T17:36:11.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.14s |
2695 | 2024-10-25T17:36:11.227Z | |
2696 | 2024-10-25T17:36:11.227Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2697 | 2024-10-25T17:36:11.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-10-25T17:36:11.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-10-25T17:36:11.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2024-10-25T17:36:11.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2701 | 2024-10-25T17:36:11.933Z | |
2702 | 2024-10-25T17:36:11.933Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2703 | 2024-10-25T17:36:12.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-10-25T17:36:12.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-10-25T17:36:12.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2024-10-25T17:36:12.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2707 | 2024-10-25T17:36:12.631Z | |
2708 | 2024-10-25T17:36:12.631Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2709 | 2024-10-25T17:36:13.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-10-25T17:36:13.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-10-25T17:36:13.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2024-10-25T17:36:13.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2713 | 2024-10-25T17:36:13.314Z | |
2714 | 2024-10-25T17:36:13.314Z | info: running `cargo check --bins` on dpd-client (95/166) |
2715 | 2024-10-25T17:36:13.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-10-25T17:36:13.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-10-25T17:36:13.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-10-25T17:36:13.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2719 | 2024-10-25T17:36:13.978Z | |
2720 | 2024-10-25T17:36:13.978Z | info: running `cargo check --bins` on installinator-common (96/166) |
2721 | 2024-10-25T17:36:14.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-10-25T17:36:14.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-10-25T17:36:14.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-10-25T17:36:14.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2725 | 2024-10-25T17:36:14.664Z | |
2726 | 2024-10-25T17:36:14.664Z | info: running `cargo check --bins` on key-manager (97/166) |
2727 | 2024-10-25T17:36:15.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-10-25T17:36:15.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-10-25T17:36:15.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2024-10-25T17:36:15.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2731 | 2024-10-25T17:36:15.332Z | |
2732 | 2024-10-25T17:36:15.332Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2733 | 2024-10-25T17:36:15.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-10-25T17:36:15.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-10-25T17:36:15.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2024-10-25T17:36:15.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2737 | 2024-10-25T17:36:16.013Z | |
2738 | 2024-10-25T17:36:16.013Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2739 | 2024-10-25T17:36:16.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-10-25T17:36:16.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-10-25T17:36:16.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2024-10-25T17:36:16.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2743 | 2024-10-25T17:36:16.711Z | |
2744 | 2024-10-25T17:36:16.711Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2745 | 2024-10-25T17:36:17.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-10-25T17:36:17.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-10-25T17:36:17.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-10-25T17:36:17.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2749 | 2024-10-25T17:36:17.402Z | |
2750 | 2024-10-25T17:36:17.402Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2751 | 2024-10-25T17:36:18.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-10-25T17:36:18.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-10-25T17:36:18.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-10-25T17:36:18.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2755 | 2024-10-25T17:36:18.084Z | |
2756 | 2024-10-25T17:36:18.084Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2757 | 2024-10-25T17:36:18.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-10-25T17:36:18.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-10-25T17:36:18.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-10-25T17:36:18.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2761 | 2024-10-25T17:36:18.766Z | |
2762 | 2024-10-25T17:36:18.766Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2763 | 2024-10-25T17:36:19.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-10-25T17:36:19.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-10-25T17:36:19.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-10-25T17:36:19.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2767 | 2024-10-25T17:36:19.459Z | |
2768 | 2024-10-25T17:36:19.459Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2769 | 2024-10-25T17:36:20.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-10-25T17:36:20.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-10-25T17:36:20.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-10-25T17:36:20.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2773 | 2024-10-25T17:36:20.149Z | |
2774 | 2024-10-25T17:36:20.149Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2775 | 2024-10-25T17:36:20.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-10-25T17:36:20.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-10-25T17:36:20.866Z | Compiling phf_generator v0.11.2 |
2778 | 2024-10-25T17:36:20.868Z | Compiling parse-zoneinfo v0.3.1 |
2779 | 2024-10-25T17:36:20.975Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2780 | 2024-10-25T17:36:20.977Z | Checking bcs v0.1.6 |
2781 | 2024-10-25T17:36:20.977Z | Compiling async-recursion v1.1.1 |
2782 | 2024-10-25T17:36:20.977Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2783 | 2024-10-25T17:36:20.977Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2784 | 2024-10-25T17:36:21.060Z | Compiling phf_codegen v0.11.2 |
2785 | 2024-10-25T17:36:21.521Z | Compiling chrono-tz-build v0.4.0 |
2786 | 2024-10-25T17:36:22.393Z | Compiling chrono-tz v0.10.0 |
2787 | 2024-10-25T17:36:29.654Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2788 | 2024-10-25T17:36:33.716Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2789 | 2024-10-25T17:36:35.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.31s |
2790 | 2024-10-25T17:36:35.632Z | |
2791 | 2024-10-25T17:36:35.632Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2792 | 2024-10-25T17:36:36.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-10-25T17:36:36.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-10-25T17:36:36.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-10-25T17:36:36.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2796 | 2024-10-25T17:36:36.290Z | |
2797 | 2024-10-25T17:36:36.291Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2798 | 2024-10-25T17:36:36.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-10-25T17:36:36.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-10-25T17:36:36.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-10-25T17:36:36.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2802 | 2024-10-25T17:36:36.958Z | |
2803 | 2024-10-25T17:36:36.958Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2804 | 2024-10-25T17:36:37.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-10-25T17:36:37.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-10-25T17:36:37.639Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2807 | 2024-10-25T17:36:38.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2808 | 2024-10-25T17:36:38.401Z | |
2809 | 2024-10-25T17:36:38.401Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2810 | 2024-10-25T17:36:39.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-10-25T17:36:39.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-10-25T17:36:39.099Z | Compiling cfg_aliases v0.1.1 |
2813 | 2024-10-25T17:36:39.101Z | Compiling vte_generate_state_changes v0.1.2 |
2814 | 2024-10-25T17:36:39.102Z | Checking fd-lock v4.0.2 |
2815 | 2024-10-25T17:36:39.102Z | Checking bytecount v0.6.8 |
2816 | 2024-10-25T17:36:39.211Z | Compiling tabled_derive v0.7.0 |
2817 | 2024-10-25T17:36:39.220Z | Compiling peg-macros v0.8.4 |
2818 | 2024-10-25T17:36:39.222Z | Compiling sqlparser_derive v0.2.2 |
2819 | 2024-10-25T17:36:39.222Z | Checking nu-ansi-term v0.50.1 |
2820 | 2024-10-25T17:36:39.269Z | Compiling nix v0.28.0 |
2821 | 2024-10-25T17:36:39.334Z | Checking papergrid v0.11.0 |
2822 | 2024-10-25T17:36:39.452Z | Checking home v0.5.9 |
2823 | 2024-10-25T17:36:39.490Z | Checking unicode_categories v0.1.1 |
2824 | 2024-10-25T17:36:39.828Z | Checking sqlformat v0.2.6 |
2825 | 2024-10-25T17:36:39.857Z | Checking vte v0.11.1 |
2826 | 2024-10-25T17:36:40.337Z | Checking sqlparser v0.45.0 |
2827 | 2024-10-25T17:36:41.147Z | Checking strip-ansi-escapes v0.2.0 |
2828 | 2024-10-25T17:36:41.266Z | Checking tabled v0.15.0 |
2829 | 2024-10-25T17:36:41.285Z | Checking reedline v0.35.0 |
2830 | 2024-10-25T17:36:41.891Z | Checking peg v0.8.4 |
2831 | 2024-10-25T17:36:42.279Z | Checking rustyline v14.0.0 |
2832 | 2024-10-25T17:36:46.846Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2833 | 2024-10-25T17:36:53.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s |
2834 | 2024-10-25T17:36:53.255Z | |
2835 | 2024-10-25T17:36:53.255Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2836 | 2024-10-25T17:36:53.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-10-25T17:36:53.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-10-25T17:36:53.938Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2839 | 2024-10-25T17:37:00.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s |
2840 | 2024-10-25T17:37:00.314Z | |
2841 | 2024-10-25T17:37:00.314Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2842 | 2024-10-25T17:37:00.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-10-25T17:37:00.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-10-25T17:37:01.001Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2845 | 2024-10-25T17:37:05.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2846 | 2024-10-25T17:37:06.031Z | |
2847 | 2024-10-25T17:37:06.031Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2848 | 2024-10-25T17:37:06.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-10-25T17:37:06.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-10-25T17:37:06.723Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2851 | 2024-10-25T17:37:12.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s |
2852 | 2024-10-25T17:37:12.791Z | |
2853 | 2024-10-25T17:37:12.791Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2854 | 2024-10-25T17:37:13.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-10-25T17:37:13.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-10-25T17:37:13.478Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2857 | 2024-10-25T17:37:19.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
2858 | 2024-10-25T17:37:19.597Z | |
2859 | 2024-10-25T17:37:19.597Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2860 | 2024-10-25T17:37:20.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-10-25T17:37:20.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-10-25T17:37:20.283Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2863 | 2024-10-25T17:37:25.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2864 | 2024-10-25T17:37:25.414Z | |
2865 | 2024-10-25T17:37:25.414Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2866 | 2024-10-25T17:37:26.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-10-25T17:37:26.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-10-25T17:37:26.104Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2869 | 2024-10-25T17:37:31.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
2870 | 2024-10-25T17:37:31.302Z | |
2871 | 2024-10-25T17:37:31.302Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2872 | 2024-10-25T17:37:31.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-10-25T17:37:31.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-10-25T17:37:31.990Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2875 | 2024-10-25T17:37:38.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s |
2876 | 2024-10-25T17:37:38.352Z | |
2877 | 2024-10-25T17:37:38.352Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2878 | 2024-10-25T17:37:38.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-10-25T17:37:38.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-10-25T17:37:38.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-10-25T17:37:38.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2882 | 2024-10-25T17:37:39.043Z | |
2883 | 2024-10-25T17:37:39.043Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2884 | 2024-10-25T17:37:39.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-10-25T17:37:39.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-10-25T17:37:39.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-10-25T17:37:39.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2888 | 2024-10-25T17:37:39.693Z | |
2889 | 2024-10-25T17:37:39.694Z | info: running `cargo check --bins` on installinator-client (119/166) |
2890 | 2024-10-25T17:37:40.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-10-25T17:37:40.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-10-25T17:37:40.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-10-25T17:37:40.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2894 | 2024-10-25T17:37:40.374Z | |
2895 | 2024-10-25T17:37:40.374Z | info: running `cargo check --bins` on oxide-client (120/166) |
2896 | 2024-10-25T17:37:40.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-10-25T17:37:40.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-10-25T17:37:40.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-10-25T17:37:40.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2900 | 2024-10-25T17:37:41.033Z | |
2901 | 2024-10-25T17:37:41.033Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2902 | 2024-10-25T17:37:41.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-10-25T17:37:41.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-10-25T17:37:41.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-10-25T17:37:41.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2906 | 2024-10-25T17:37:41.746Z | |
2907 | 2024-10-25T17:37:41.746Z | info: running `cargo check --bins` on wicket-common (122/166) |
2908 | 2024-10-25T17:37:42.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-10-25T17:37:42.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-10-25T17:37:42.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-10-25T17:37:42.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2912 | 2024-10-25T17:37:42.437Z | |
2913 | 2024-10-25T17:37:42.437Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2914 | 2024-10-25T17:37:43.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-10-25T17:37:43.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-10-25T17:37:43.142Z | Checking csv-core v0.1.11 |
2917 | 2024-10-25T17:37:43.145Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2918 | 2024-10-25T17:37:43.439Z | Checking csv v1.3.0 |
2919 | 2024-10-25T17:37:43.952Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2920 | 2024-10-25T17:37:44.302Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2921 | 2024-10-25T17:37:45.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
2922 | 2024-10-25T17:37:45.634Z | |
2923 | 2024-10-25T17:37:45.634Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2924 | 2024-10-25T17:37:46.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-10-25T17:37:46.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-10-25T17:37:46.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2024-10-25T17:37:46.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2928 | 2024-10-25T17:37:46.299Z | |
2929 | 2024-10-25T17:37:46.300Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2930 | 2024-10-25T17:37:46.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-10-25T17:37:46.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-10-25T17:37:46.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2024-10-25T17:37:46.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2934 | 2024-10-25T17:37:46.973Z | |
2935 | 2024-10-25T17:37:46.973Z | info: running `cargo check --bins` on cert-dev (126/166) |
2936 | 2024-10-25T17:37:47.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2024-10-25T17:37:47.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2024-10-25T17:37:47.618Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2939 | 2024-10-25T17:37:47.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2940 | 2024-10-25T17:37:48.028Z | |
2941 | 2024-10-25T17:37:48.028Z | info: running `cargo check --bins` on ch-dev (127/166) |
2942 | 2024-10-25T17:37:48.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2024-10-25T17:37:48.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2024-10-25T17:37:48.724Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2945 | 2024-10-25T17:37:49.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2946 | 2024-10-25T17:37:49.578Z | |
2947 | 2024-10-25T17:37:49.578Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2948 | 2024-10-25T17:37:50.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2949 | 2024-10-25T17:37:50.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2950 | 2024-10-25T17:37:50.264Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2951 | 2024-10-25T17:37:50.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
2952 | 2024-10-25T17:37:50.759Z | |
2953 | 2024-10-25T17:37:50.759Z | info: running `cargo check --bins` on db-dev (129/166) |
2954 | 2024-10-25T17:37:51.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-10-25T17:37:51.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-10-25T17:37:51.442Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2957 | 2024-10-25T17:37:52.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2958 | 2024-10-25T17:37:52.291Z | |
2959 | 2024-10-25T17:37:52.291Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2960 | 2024-10-25T17:37:52.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-10-25T17:37:52.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-10-25T17:37:52.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2024-10-25T17:37:52.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2964 | 2024-10-25T17:37:52.975Z | |
2965 | 2024-10-25T17:37:52.975Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2966 | 2024-10-25T17:37:53.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-10-25T17:37:53.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-10-25T17:37:53.624Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2969 | 2024-10-25T17:37:54.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
2970 | 2024-10-25T17:37:54.613Z | |
2971 | 2024-10-25T17:37:54.613Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2972 | 2024-10-25T17:37:55.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-10-25T17:37:55.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-10-25T17:37:55.265Z | Checking cargo-platform v0.1.8 |
2975 | 2024-10-25T17:37:55.524Z | Checking cargo_metadata v0.18.1 |
2976 | 2024-10-25T17:37:56.486Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2977 | 2024-10-25T17:37:57.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
2978 | 2024-10-25T17:37:57.356Z | |
2979 | 2024-10-25T17:37:57.357Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2980 | 2024-10-25T17:37:58.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-10-25T17:37:58.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-10-25T17:37:58.106Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2983 | 2024-10-25T17:37:58.755Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2984 | 2024-10-25T17:37:59.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
2985 | 2024-10-25T17:37:59.426Z | |
2986 | 2024-10-25T17:37:59.426Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2987 | 2024-10-25T17:38:00.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-10-25T17:38:00.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-10-25T17:38:00.248Z | Compiling glob v0.3.1 |
2990 | 2024-10-25T17:38:00.248Z | Compiling crunchy v0.2.2 |
2991 | 2024-10-25T17:38:00.250Z | Compiling tiny-keccak v2.0.2 |
2992 | 2024-10-25T17:38:00.250Z | Compiling dsl_auto_type v0.1.2 |
2993 | 2024-10-25T17:38:00.251Z | Checking scheduled-thread-pool v0.2.7 |
2994 | 2024-10-25T17:38:00.251Z | Compiling diesel_table_macro_syntax v0.2.0 |
2995 | 2024-10-25T17:38:00.354Z | Compiling ascii-canvas v3.0.0 |
2996 | 2024-10-25T17:38:00.358Z | Compiling ena v0.14.3 |
2997 | 2024-10-25T17:38:00.636Z | Checking r2d2 v0.8.10 |
2998 | 2024-10-25T17:38:00.720Z | Compiling libloading v0.8.5 |
2999 | 2024-10-25T17:38:00.792Z | Compiling regex-syntax v0.6.29 |
3000 | 2024-10-25T17:38:00.858Z | Compiling bindgen v0.69.5 |
3001 | 2024-10-25T17:38:00.937Z | Compiling diff v0.1.13 |
3002 | 2024-10-25T17:38:00.957Z | Compiling which v4.4.2 |
3003 | 2024-10-25T17:38:01.128Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3004 | 2024-10-25T17:38:01.277Z | Compiling clang-sys v1.8.1 |
3005 | 2024-10-25T17:38:01.347Z | Compiling cexpr v0.6.0 |
3006 | 2024-10-25T17:38:01.582Z | Compiling ref-cast v1.0.23 |
3007 | 2024-10-25T17:38:01.622Z | Compiling rustc-hash v1.1.0 |
3008 | 2024-10-25T17:38:01.661Z | Compiling lazycell v1.3.0 |
3009 | 2024-10-25T17:38:01.689Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3010 | 2024-10-25T17:38:01.776Z | Compiling derive_builder_core v0.20.2 |
3011 | 2024-10-25T17:38:01.838Z | Compiling libxml v0.3.3 |
3012 | 2024-10-25T17:38:01.987Z | Compiling ref-cast-impl v1.0.23 |
3013 | 2024-10-25T17:38:02.005Z | Compiling diesel_derives v2.2.3 |
3014 | 2024-10-25T17:38:02.195Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3015 | 2024-10-25T17:38:02.281Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3016 | 2024-10-25T17:38:02.695Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3017 | 2024-10-25T17:38:03.008Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3018 | 2024-10-25T17:38:03.115Z | Compiling strum_macros v0.24.3 |
3019 | 2024-10-25T17:38:03.341Z | Compiling indoc v1.0.9 |
3020 | 2024-10-25T17:38:04.322Z | Compiling lalrpop v0.19.12 |
3021 | 2024-10-25T17:38:04.381Z | Compiling derive_builder_macro v0.20.2 |
3022 | 2024-10-25T17:38:05.230Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3023 | 2024-10-25T17:38:05.296Z | Checking derive_builder v0.20.2 |
3024 | 2024-10-25T17:38:05.441Z | Compiling oso-derive v0.27.3 |
3025 | 2024-10-25T17:38:05.516Z | Compiling impl-trait-for-tuples v0.2.2 |
3026 | 2024-10-25T17:38:06.547Z | Checking quick-xml v0.33.0 |
3027 | 2024-10-25T17:38:06.832Z | Compiling diesel-dtrace v0.3.0 |
3028 | 2024-10-25T17:38:06.872Z | Checking maplit v1.0.2 |
3029 | 2024-10-25T17:38:07.030Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3030 | 2024-10-25T17:38:07.232Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3031 | 2024-10-25T17:38:07.543Z | Checking bb8 v0.8.5 |
3032 | 2024-10-25T17:38:08.047Z | Compiling const_format_proc_macros v0.2.33 |
3033 | 2024-10-25T17:38:08.746Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3034 | 2024-10-25T17:38:08.748Z | Checking castaway v0.2.3 |
3035 | 2024-10-25T17:38:08.934Z | Checking rand_seeder v0.3.0 |
3036 | 2024-10-25T17:38:09.079Z | Checking compact_str v0.8.0 |
3037 | 2024-10-25T17:38:09.177Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3038 | 2024-10-25T17:38:09.382Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3039 | 2024-10-25T17:38:09.990Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3040 | 2024-10-25T17:38:10.264Z | Checking const_format v0.2.33 |
3041 | 2024-10-25T17:38:10.759Z | Checking unicode-truncate v1.1.0 |
3042 | 2024-10-25T17:38:10.990Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3043 | 2024-10-25T17:38:11.194Z | Checking lru v0.12.5 |
3044 | 2024-10-25T17:38:11.277Z | Compiling instability v0.3.2 |
3045 | 2024-10-25T17:38:11.295Z | Checking cassowary v0.3.0 |
3046 | 2024-10-25T17:38:11.490Z | Checking smawk v0.3.2 |
3047 | 2024-10-25T17:38:11.727Z | Checking is_ci v1.2.0 |
3048 | 2024-10-25T17:38:11.745Z | Checking unicode-linebreak v0.1.5 |
3049 | 2024-10-25T17:38:11.864Z | Checking supports-color v3.0.1 |
3050 | 2024-10-25T17:38:12.070Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3051 | 2024-10-25T17:38:12.180Z | Checking textwrap v0.16.1 |
3052 | 2024-10-25T17:38:12.422Z | Checking ratatui v0.28.1 |
3053 | 2024-10-25T17:38:12.617Z | Checking multimap v0.10.0 |
3054 | 2024-10-25T17:38:14.576Z | Checking diesel v2.2.4 |
3055 | 2024-10-25T17:38:32.060Z | Compiling samael v0.0.17 |
3056 | 2024-10-25T17:38:49.516Z | Compiling polar-core v0.27.3 |
3057 | 2024-10-25T17:38:49.934Z | Checking async-bb8-diesel v0.2.1 |
3058 | 2024-10-25T17:38:56.473Z | Checking oso v0.27.3 |
3059 | 2024-10-25T17:40:01.469Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3060 | 2024-10-25T17:40:07.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
3061 | 2024-10-25T17:40:07.282Z | |
3062 | 2024-10-25T17:40:07.282Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3063 | 2024-10-25T17:40:07.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-10-25T17:40:07.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-10-25T17:40:07.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-10-25T17:40:07.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3067 | 2024-10-25T17:40:08.002Z | |
3068 | 2024-10-25T17:40:08.002Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3069 | 2024-10-25T17:40:08.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-10-25T17:40:08.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-10-25T17:40:08.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-10-25T17:40:08.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3073 | 2024-10-25T17:40:08.724Z | |
3074 | 2024-10-25T17:40:08.724Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3075 | 2024-10-25T17:40:09.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-10-25T17:40:09.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-10-25T17:40:09.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-10-25T17:40:09.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3079 | 2024-10-25T17:40:09.381Z | |
3080 | 2024-10-25T17:40:09.381Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3081 | 2024-10-25T17:40:10.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-10-25T17:40:10.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-10-25T17:40:10.217Z | Compiling libz-sys v1.1.20 |
3084 | 2024-10-25T17:40:10.325Z | Checking http v0.2.12 |
3085 | 2024-10-25T17:40:10.328Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3086 | 2024-10-25T17:40:10.347Z | Compiling vergen v8.3.2 |
3087 | 2024-10-25T17:40:10.349Z | Compiling cargo-platform v0.1.8 |
3088 | 2024-10-25T17:40:10.349Z | Compiling pin-project-internal v1.1.6 |
3089 | 2024-10-25T17:40:10.388Z | Compiling libsqlite3-sys v0.30.1 |
3090 | 2024-10-25T17:40:10.388Z | Compiling snafu-derive v0.8.5 |
3091 | 2024-10-25T17:40:10.659Z | Compiling cargo_metadata v0.18.1 |
3092 | 2024-10-25T17:40:10.878Z | Checking sync_wrapper v0.1.2 |
3093 | 2024-10-25T17:40:10.960Z | Compiling buf-list v1.0.3 |
3094 | 2024-10-25T17:40:11.009Z | Compiling rustls v0.21.12 |
3095 | 2024-10-25T17:40:11.287Z | Compiling cfg_aliases v0.2.1 |
3096 | 2024-10-25T17:40:11.376Z | Checking globset v0.4.15 |
3097 | 2024-10-25T17:40:11.396Z | Compiling nix v0.29.0 |
3098 | 2024-10-25T17:40:11.674Z | Checking http-body v0.4.6 |
3099 | 2024-10-25T17:40:11.733Z | Checking h2 v0.3.26 |
3100 | 2024-10-25T17:40:11.859Z | Checking olpc-cjson v0.1.4 |
3101 | 2024-10-25T17:40:12.085Z | Checking rustls-webpki v0.101.7 |
3102 | 2024-10-25T17:40:12.087Z | Checking sct v0.7.1 |
3103 | 2024-10-25T17:40:12.277Z | Checking serde_plain v1.0.2 |
3104 | 2024-10-25T17:40:12.309Z | Checking typed-path v0.7.1 |
3105 | 2024-10-25T17:40:13.301Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3106 | 2024-10-25T17:40:13.412Z | Checking pin-project v1.1.6 |
3107 | 2024-10-25T17:40:13.548Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3108 | 2024-10-25T17:40:13.607Z | Checking hashlink v0.9.1 |
3109 | 2024-10-25T17:40:13.857Z | Checking fallible-iterator v0.3.0 |
3110 | 2024-10-25T17:40:14.159Z | Checking parse-size v1.0.0 |
3111 | 2024-10-25T17:40:14.274Z | Checking fallible-streaming-iterator v0.1.9 |
3112 | 2024-10-25T17:40:14.361Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3113 | 2024-10-25T17:40:14.417Z | Checking rustls-pemfile v1.0.4 |
3114 | 2024-10-25T17:40:14.489Z | Checking rusqlite v0.32.1 |
3115 | 2024-10-25T17:40:14.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3116 | 2024-10-25T17:40:14.815Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3117 | 2024-10-25T17:40:14.904Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3118 | 2024-10-25T17:40:15.012Z | Checking twox-hash v1.6.3 |
3119 | 2024-10-25T17:40:15.363Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3120 | 2024-10-25T17:40:15.887Z | Checking tokio-rustls v0.24.1 |
3121 | 2024-10-25T17:40:16.021Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3122 | 2024-10-25T17:40:16.082Z | Checking snafu v0.8.5 |
3123 | 2024-10-25T17:40:16.206Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3124 | 2024-10-25T17:40:16.397Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3125 | 2024-10-25T17:40:16.576Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3126 | 2024-10-25T17:40:16.719Z | Checking fatfs v0.3.6 |
3127 | 2024-10-25T17:40:17.286Z | Checking assert_matches v1.5.0 |
3128 | 2024-10-25T17:40:17.622Z | Checking hyper v0.14.30 |
3129 | 2024-10-25T17:40:21.566Z | Checking reqwest v0.11.27 |
3130 | 2024-10-25T17:40:22.351Z | Checking tough v0.17.1 |
3131 | 2024-10-25T17:40:23.371Z | Compiling git2 v0.19.0 |
3132 | 2024-10-25T17:40:25.326Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3133 | 2024-10-25T17:40:26.470Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3134 | 2024-10-25T17:40:28.225Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3135 | 2024-10-25T17:41:23.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3136 | 2024-10-25T17:41:23.663Z | |
3137 | 2024-10-25T17:41:23.663Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3138 | 2024-10-25T17:41:24.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-10-25T17:41:24.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-10-25T17:41:24.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3141 | 2024-10-25T17:41:24.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3142 | 2024-10-25T17:41:24.384Z | |
3143 | 2024-10-25T17:41:24.384Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3144 | 2024-10-25T17:41:24.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-10-25T17:41:24.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-10-25T17:41:24.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2024-10-25T17:41:24.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3148 | 2024-10-25T17:41:25.037Z | |
3149 | 2024-10-25T17:41:25.037Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3150 | 2024-10-25T17:41:25.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-10-25T17:41:25.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-10-25T17:41:25.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3153 | 2024-10-25T17:41:25.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3154 | 2024-10-25T17:41:25.737Z | |
3155 | 2024-10-25T17:41:25.737Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3156 | 2024-10-25T17:41:26.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2024-10-25T17:41:26.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2024-10-25T17:41:26.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3159 | 2024-10-25T17:41:26.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3160 | 2024-10-25T17:41:26.462Z | |
3161 | 2024-10-25T17:41:26.462Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3162 | 2024-10-25T17:41:27.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-10-25T17:41:27.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-10-25T17:41:27.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3165 | 2024-10-25T17:41:27.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3166 | 2024-10-25T17:41:27.179Z | |
3167 | 2024-10-25T17:41:27.179Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3168 | 2024-10-25T17:41:27.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3169 | 2024-10-25T17:41:27.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3170 | 2024-10-25T17:41:27.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3171 | 2024-10-25T17:41:27.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3172 | 2024-10-25T17:41:27.904Z | |
3173 | 2024-10-25T17:41:27.904Z | info: running `cargo check --bins` on update-common (145/166) |
3174 | 2024-10-25T17:41:28.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2024-10-25T17:41:28.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2024-10-25T17:41:28.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3177 | 2024-10-25T17:41:28.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3178 | 2024-10-25T17:41:28.605Z | |
3179 | 2024-10-25T17:41:28.605Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3180 | 2024-10-25T17:41:29.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2024-10-25T17:41:29.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2024-10-25T17:41:29.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3183 | 2024-10-25T17:41:29.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3184 | 2024-10-25T17:41:29.302Z | |
3185 | 2024-10-25T17:41:29.302Z | info: running `cargo check --bins` on tufaceous (147/166) |
3186 | 2024-10-25T17:41:29.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-10-25T17:41:29.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-10-25T17:41:30.011Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3189 | 2024-10-25T17:41:30.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3190 | 2024-10-25T17:41:31.086Z | |
3191 | 2024-10-25T17:41:31.086Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3192 | 2024-10-25T17:41:31.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-10-25T17:41:31.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-10-25T17:41:31.972Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3195 | 2024-10-25T17:41:31.972Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3196 | 2024-10-25T17:41:31.975Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3197 | 2024-10-25T17:41:33.438Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3198 | 2024-10-25T17:41:35.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
3199 | 2024-10-25T17:41:36.172Z | |
3200 | 2024-10-25T17:41:36.172Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3201 | 2024-10-25T17:41:36.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-10-25T17:41:36.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-10-25T17:41:36.914Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3204 | 2024-10-25T17:41:36.914Z | Checking heck v0.4.1 |
3205 | 2024-10-25T17:41:36.917Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3206 | 2024-10-25T17:41:37.150Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3207 | 2024-10-25T17:41:38.500Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3208 | 2024-10-25T17:41:39.306Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3209 | 2024-10-25T17:41:40.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3210 | 2024-10-25T17:41:40.471Z | |
3211 | 2024-10-25T17:41:40.471Z | info: running `cargo check --bins` on installinator-api (150/166) |
3212 | 2024-10-25T17:41:41.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-10-25T17:41:41.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-10-25T17:41:41.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2024-10-25T17:41:41.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3216 | 2024-10-25T17:41:41.152Z | |
3217 | 2024-10-25T17:41:41.153Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3218 | 2024-10-25T17:41:41.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-10-25T17:41:41.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-10-25T17:41:41.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2024-10-25T17:41:41.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3222 | 2024-10-25T17:41:41.848Z | |
3223 | 2024-10-25T17:41:41.848Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3224 | 2024-10-25T17:41:42.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-10-25T17:41:42.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-10-25T17:41:42.583Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3227 | 2024-10-25T17:41:43.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3228 | 2024-10-25T17:41:43.883Z | |
3229 | 2024-10-25T17:41:43.883Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3230 | 2024-10-25T17:41:44.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-10-25T17:41:44.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-10-25T17:41:44.601Z | Checking memmap2 v0.9.5 |
3233 | 2024-10-25T17:41:44.601Z | Checking spin v0.5.2 |
3234 | 2024-10-25T17:41:44.603Z | Checking arrayref v0.3.9 |
3235 | 2024-10-25T17:41:44.604Z | Checking arrayvec v0.7.6 |
3236 | 2024-10-25T17:41:44.604Z | Checking constant_time_eq v0.3.1 |
3237 | 2024-10-25T17:41:44.604Z | Checking untrusted v0.7.1 |
3238 | 2024-10-25T17:41:44.699Z | Checking topological-sort v0.2.2 |
3239 | 2024-10-25T17:41:44.727Z | Checking shell-words v1.1.0 |
3240 | 2024-10-25T17:41:44.881Z | Checking ring v0.16.20 |
3241 | 2024-10-25T17:41:44.992Z | Checking blake3 v1.5.4 |
3242 | 2024-10-25T17:41:45.984Z | Checking omicron-zone-package v0.11.1 |
3243 | 2024-10-25T17:41:47.072Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3244 | 2024-10-25T17:41:47.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
3245 | 2024-10-25T17:41:48.127Z | |
3246 | 2024-10-25T17:41:48.127Z | info: running `cargo check --bins` on xtask (154/166) |
3247 | 2024-10-25T17:41:48.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-10-25T17:41:48.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-10-25T17:41:48.612Z | Checking bitflags v2.6.0 |
3250 | 2024-10-25T17:41:48.616Z | Checking serde v1.0.210 |
3251 | 2024-10-25T17:41:48.616Z | Checking thiserror v1.0.64 |
3252 | 2024-10-25T17:41:48.702Z | Checking scroll v0.12.0 |
3253 | 2024-10-25T17:41:48.711Z | Checking hashbrown v0.15.0 |
3254 | 2024-10-25T17:41:48.713Z | Checking log v0.4.22 |
3255 | 2024-10-25T17:41:48.713Z | Checking zerocopy v0.7.35 |
3256 | 2024-10-25T17:41:48.747Z | Checking syn v2.0.79 |
3257 | 2024-10-25T17:41:48.889Z | Checking rustix v0.38.37 |
3258 | 2024-10-25T17:41:48.957Z | Checking once_cell v1.20.2 |
3259 | 2024-10-25T17:41:49.146Z | Checking goblin v0.8.2 |
3260 | 2024-10-25T17:41:49.257Z | Checking fs-err v2.11.0 |
3261 | 2024-10-25T17:41:49.566Z | Checking tabled v0.15.0 |
3262 | 2024-10-25T17:41:49.720Z | Checking indexmap v2.6.0 |
3263 | 2024-10-25T17:41:49.895Z | Checking anyhow v1.0.89 |
3264 | 2024-10-25T17:41:50.549Z | Checking terminal_size v0.4.0 |
3265 | 2024-10-25T17:41:50.553Z | Checking tempfile v3.13.0 |
3266 | 2024-10-25T17:41:50.715Z | Checking clap_builder v4.5.20 |
3267 | 2024-10-25T17:41:52.740Z | Checking pest v2.7.14 |
3268 | 2024-10-25T17:41:52.800Z | Checking serde_json v1.0.128 |
3269 | 2024-10-25T17:41:52.800Z | Checking toml_datetime v0.6.8 |
3270 | 2024-10-25T17:41:52.803Z | Checking serde_spanned v0.6.8 |
3271 | 2024-10-25T17:41:52.803Z | Checking camino v1.1.9 |
3272 | 2024-10-25T17:41:52.803Z | Checking semver v1.0.23 |
3273 | 2024-10-25T17:41:52.900Z | Checking cargo-platform v0.1.8 |
3274 | 2024-10-25T17:41:53.023Z | Checking macaddr v1.0.1 |
3275 | 2024-10-25T17:41:53.094Z | Checking toml_edit v0.22.22 |
3276 | 2024-10-25T17:41:53.300Z | Checking camino-tempfile v1.1.1 |
3277 | 2024-10-25T17:41:53.338Z | Checking clap v4.5.20 |
3278 | 2024-10-25T17:41:53.914Z | Checking dof v0.3.0 |
3279 | 2024-10-25T17:41:53.914Z | Checking cargo_metadata v0.18.1 |
3280 | 2024-10-25T17:41:54.559Z | Checking dtrace-parser v0.2.0 |
3281 | 2024-10-25T17:41:54.862Z | Checking toml v0.8.19 |
3282 | 2024-10-25T17:41:54.873Z | Checking usdt-impl v0.5.0 |
3283 | 2024-10-25T17:41:55.205Z | Checking usdt v0.5.0 |
3284 | 2024-10-25T17:41:55.329Z | Checking cargo_toml v0.20.5 |
3285 | 2024-10-25T17:41:56.556Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3286 | 2024-10-25T17:41:57.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s |
3287 | 2024-10-25T17:41:57.254Z | |
3288 | 2024-10-25T17:41:57.254Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3289 | 2024-10-25T17:41:57.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-10-25T17:41:57.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-10-25T17:41:58.058Z | Checking polyval v0.6.2 |
3292 | 2024-10-25T17:41:58.164Z | Checking ctr v0.9.2 |
3293 | 2024-10-25T17:41:58.176Z | Checking ssh-encoding v0.2.0 |
3294 | 2024-10-25T17:41:58.178Z | Checking blowfish v0.9.1 |
3295 | 2024-10-25T17:41:58.197Z | Checking password-hash v0.4.2 |
3296 | 2024-10-25T17:41:58.199Z | Checking matches v0.1.10 |
3297 | 2024-10-25T17:41:58.226Z | Checking p521 v0.13.3 |
3298 | 2024-10-25T17:41:58.226Z | Checking p256 v0.13.2 |
3299 | 2024-10-25T17:41:58.301Z | Checking idna v0.2.3 |
3300 | 2024-10-25T17:41:58.379Z | Checking ghash v0.5.1 |
3301 | 2024-10-25T17:41:58.399Z | Checking bcrypt-pbkdf v0.10.0 |
3302 | 2024-10-25T17:41:58.413Z | Compiling enum-as-inner v0.5.1 |
3303 | 2024-10-25T17:41:58.454Z | Checking russh-cryptovec v0.7.3 |
3304 | 2024-10-25T17:41:58.534Z | Checking aes-gcm v0.10.3 |
3305 | 2024-10-25T17:41:58.585Z | Checking pbkdf2 v0.11.0 |
3306 | 2024-10-25T17:41:58.632Z | Checking md5 v0.7.0 |
3307 | 2024-10-25T17:41:58.652Z | Checking num-bigint v0.4.6 |
3308 | 2024-10-25T17:41:58.710Z | Checking des v0.8.1 |
3309 | 2024-10-25T17:41:58.768Z | Checking ssh-cipher v0.2.0 |
3310 | 2024-10-25T17:41:58.852Z | Compiling dhcproto-macros v0.1.0 |
3311 | 2024-10-25T17:41:58.918Z | Checking hex-literal v0.4.1 |
3312 | 2024-10-25T17:41:58.975Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3313 | 2024-10-25T17:41:59.036Z | Checking ssh-key v0.6.6 |
3314 | 2024-10-25T17:41:59.053Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3315 | 2024-10-25T17:41:59.111Z | Checking internet-checksum v0.2.1 |
3316 | 2024-10-25T17:41:59.413Z | Checking trust-dns-proto v0.22.0 |
3317 | 2024-10-25T17:42:00.343Z | Checking russh-keys v0.45.0 |
3318 | 2024-10-25T17:42:01.273Z | Checking russh v0.45.0 |
3319 | 2024-10-25T17:42:01.892Z | Checking dhcproto v0.12.0 |
3320 | 2024-10-25T17:42:18.910Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3321 | 2024-10-25T17:42:20.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.94s |
3322 | 2024-10-25T17:42:20.388Z | |
3323 | 2024-10-25T17:42:20.388Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3324 | 2024-10-25T17:42:20.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-10-25T17:42:20.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-10-25T17:42:21.060Z | Checking termios v0.3.3 |
3327 | 2024-10-25T17:42:21.268Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3328 | 2024-10-25T17:42:22.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3329 | 2024-10-25T17:42:22.181Z | |
3330 | 2024-10-25T17:42:22.181Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3331 | 2024-10-25T17:42:22.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-10-25T17:42:22.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-10-25T17:42:22.932Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3334 | 2024-10-25T17:42:24.924Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3335 | 2024-10-25T17:42:26.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
3336 | 2024-10-25T17:42:26.863Z | |
3337 | 2024-10-25T17:42:26.863Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3338 | 2024-10-25T17:42:27.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-10-25T17:42:27.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-10-25T17:42:27.576Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3341 | 2024-10-25T17:42:27.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3342 | 2024-10-25T17:42:28.138Z | |
3343 | 2024-10-25T17:42:28.138Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3344 | 2024-10-25T17:42:28.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-10-25T17:42:28.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-10-25T17:42:28.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3347 | 2024-10-25T17:42:28.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3348 | 2024-10-25T17:42:28.783Z | |
3349 | 2024-10-25T17:42:28.783Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3350 | 2024-10-25T17:42:29.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2024-10-25T17:42:29.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2024-10-25T17:42:29.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3353 | 2024-10-25T17:42:29.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3354 | 2024-10-25T17:42:29.430Z | |
3355 | 2024-10-25T17:42:29.430Z | info: running `cargo check --bins` on omicron-package (161/166) |
3356 | 2024-10-25T17:42:30.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2024-10-25T17:42:30.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2024-10-25T17:42:30.127Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3359 | 2024-10-25T17:42:31.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3360 | 2024-10-25T17:42:31.500Z | |
3361 | 2024-10-25T17:42:31.500Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3362 | 2024-10-25T17:42:32.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-10-25T17:42:32.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-10-25T17:42:32.243Z | Checking rtoolbox v0.0.2 |
3365 | 2024-10-25T17:42:32.245Z | Checking tui-tree-widget v0.22.0 |
3366 | 2024-10-25T17:42:32.245Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3367 | 2024-10-25T17:42:32.456Z | Checking rpassword v7.3.1 |
3368 | 2024-10-25T17:42:36.454Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3369 | 2024-10-25T17:42:39.336Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3370 | 2024-10-25T17:42:40.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s |
3371 | 2024-10-25T17:42:40.650Z | |
3372 | 2024-10-25T17:42:40.650Z | info: running `cargo check --bins` on wicket (163/166) |
3373 | 2024-10-25T17:42:41.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2024-10-25T17:42:41.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2024-10-25T17:42:41.380Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3376 | 2024-10-25T17:42:41.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3377 | 2024-10-25T17:42:41.961Z | |
3378 | 2024-10-25T17:42:41.961Z | info: running `cargo check --bins` on wicketd (164/166) |
3379 | 2024-10-25T17:42:42.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2024-10-25T17:42:42.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2024-10-25T17:42:42.730Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3382 | 2024-10-25T17:42:46.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3383 | 2024-10-25T17:42:46.780Z | |
3384 | 2024-10-25T17:42:46.780Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3385 | 2024-10-25T17:42:47.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2024-10-25T17:42:47.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2024-10-25T17:42:47.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3388 | 2024-10-25T17:42:47.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3389 | 2024-10-25T17:42:47.430Z | |
3390 | 2024-10-25T17:42:47.430Z | info: running `cargo check --bins` on zone-setup (166/166) |
3391 | 2024-10-25T17:42:48.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-10-25T17:42:48.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-10-25T17:42:48.191Z | Checking uzers v0.12.1 |
3394 | 2024-10-25T17:42:48.519Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3395 | 2024-10-25T17:42:49.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3396 | 2024-10-25T17:42:49.747Z | |
3397 | 2024-10-25T17:42:49.750Z | real 11:55.545695097 |
3398 | 2024-10-25T17:42:49.750Z | user 24:09.054342996 |
3399 | 2024-10-25T17:42:49.750Z | sys 5:13.140901175 |
3400 | 2024-10-25T17:42:49.750Z | trap 0.477555763 |
3401 | 2024-10-25T17:42:49.750Z | tflt 3.481481348 |
3402 | 2024-10-25T17:42:49.750Z | dflt 2.536725319 |
3403 | 2024-10-25T17:42:49.750Z | kflt 0.002198460 |
3404 | 2024-10-25T17:42:49.750Z | lock 41:35.350041748 |
3405 | 2024-10-25T17:42:49.750Z | slp 1:58:58.622929296 |
3406 | 2024-10-25T17:42:49.750Z | lat 58.102906693 |
3407 | 2024-10-25T17:42:49.750Z | stop 3:03.280926605 |
3408 | 2024-10-25T17:42:49.750Z | process exited: duration 958843 ms, exit code 0 |
|
3409 | 2024-10-25T17:42:49.756Z | found 0 output files |