|
|
|
1 | 2024-12-19T18:33:35.221Z | job assigned to worker 01JFG33124V0C4A2X6ZVYQP8CE [factory aws, i-066e7af201840eaed] (queued for 1 m 1 s) |
|
2 | 2024-12-19T18:33:43.683Z | starting task 0: "setup" |
3 | 2024-12-19T18:33:43.692Z | ++ uname -s |
4 | 2024-12-19T18:33:43.694Z | + kern=SunOS |
5 | 2024-12-19T18:33:43.694Z | + case "$kern" in |
6 | 2024-12-19T18:33:43.694Z | + groupadd -g 12345 build |
7 | 2024-12-19T18:33:43.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T18:33:45.706Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T18:33:45.839Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T18:33:45.842Z | + home_fs=zfs |
11 | 2024-12-19T18:33:45.842Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T18:33:45.842Z | + mkdir -p /home/build |
13 | 2024-12-19T18:33:45.844Z | + chown build:build /home/build /work |
14 | 2024-12-19T18:33:47.846Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T18:33:47.849Z | process exited: duration 4166 ms, exit code 0 |
|
16 | 2024-12-19T18:33:47.855Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T18:33:47.861Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T18:33:47.861Z | ' 1.81.0 |
19 | 2024-12-19T18:33:47.861Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T18:33:47.865Z | * toolchain profile = "default" |
21 | 2024-12-19T18:33:47.865Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T18:33:47.865Z | ' default |
23 | 2024-12-19T18:33:47.865Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T18:33:47.865Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T18:33:47.982Z | info: downloading installer |
26 | 2024-12-19T18:33:49.310Z | info: profile set to 'default' |
27 | 2024-12-19T18:33:49.310Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T18:33:49.313Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T18:33:49.444Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T18:33:49.444Z | info: downloading component 'cargo' |
31 | 2024-12-19T18:33:50.140Z | info: downloading component 'clippy' |
32 | 2024-12-19T18:33:50.397Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T18:33:51.360Z | info: downloading component 'rust-std' |
34 | 2024-12-19T18:33:52.870Z | info: downloading component 'rustc' |
35 | 2024-12-19T18:33:58.268Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T18:33:58.472Z | info: installing component 'cargo' |
37 | 2024-12-19T18:33:59.263Z | info: installing component 'clippy' |
38 | 2024-12-19T18:33:59.618Z | info: installing component 'rust-docs' |
39 | 2024-12-19T18:34:01.238Z | info: installing component 'rust-std' |
40 | 2024-12-19T18:34:02.970Z | info: installing component 'rustc' |
41 | 2024-12-19T18:34:08.653Z | info: installing component 'rustfmt' |
42 | 2024-12-19T18:34:08.971Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T18:34:08.971Z | |
44 | 2024-12-19T18:34:09.336Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T18:34:09.336Z | |
46 | 2024-12-19T18:34:09.339Z | |
47 | 2024-12-19T18:34:09.339Z | Rust is installed now. Great! |
48 | 2024-12-19T18:34:09.339Z | |
49 | 2024-12-19T18:34:09.339Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T18:34:09.339Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T18:34:09.339Z | |
52 | 2024-12-19T18:34:09.339Z | To configure your current shell, you need to source |
53 | 2024-12-19T18:34:09.339Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T18:34:09.339Z | |
55 | 2024-12-19T18:34:09.339Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T18:34:09.339Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T18:34:09.339Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T18:34:09.416Z | + rustc --version |
59 | 2024-12-19T18:34:09.485Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T18:34:09.488Z | process exited: duration 21629 ms, exit code 0 |
|
61 | 2024-12-19T18:34:09.493Z | starting task 2: "authentication" |
62 | 2024-12-19T18:34:09.514Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T18:34:09.521Z | starting task 3: "clone repository" |
64 | 2024-12-19T18:34:09.524Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T18:34:09.526Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T18:34:09.564Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T18:34:15.956Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T18:34:15.956Z | + git fetch origin 331ac9a90c4c250e72cea2843928c762a91a552e |
69 | 2024-12-19T18:34:16.224Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T18:34:16.224Z | * branch 331ac9a90c4c250e72cea2843928c762a91a552e -> FETCH_HEAD |
71 | 2024-12-19T18:34:16.234Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2024-12-19T18:34:16.236Z | ++ git branch --show-current |
73 | 2024-12-19T18:34:16.239Z | + current=main |
74 | 2024-12-19T18:34:16.239Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2024-12-19T18:34:16.239Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 331ac9a90c4c250e72cea2843928c762a91a552e |
76 | 2024-12-19T18:34:16.241Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2024-12-19T18:34:16.415Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2024-12-19T18:34:16.418Z | + git reset --hard 331ac9a90c4c250e72cea2843928c762a91a552e |
79 | 2024-12-19T18:34:16.459Z | HEAD is now at 331ac9a90 Find propolis procs |
80 | 2024-12-19T18:34:16.462Z | process exited: duration 6940 ms, exit code 0 |
|
81 | 2024-12-19T18:34:16.467Z | starting task 4: "build" |
82 | 2024-12-19T18:34:16.472Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T18:34:16.475Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T18:34:16.475Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T18:34:16.475Z | + cargo --version |
86 | 2024-12-19T18:34:16.529Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T18:34:16.532Z | + rustc --version |
88 | 2024-12-19T18:34:16.593Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T18:34:16.596Z | + source ./env.sh |
90 | 2024-12-19T18:34:16.596Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-19T18:34:16.596Z | ++ set -o xtrace |
92 | 2024-12-19T18:34:16.599Z | ++++ dirname ./env.sh |
93 | 2024-12-19T18:34:16.602Z | +++ readlink -f . |
94 | 2024-12-19T18:34:16.605Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-19T18:34:16.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-19T18:34:16.605Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-19T18:34:16.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-19T18:34:16.605Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-19T18:34:16.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-19T18:34:16.605Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-19T18:34:16.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-19T18:34:16.605Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-19T18:34:16.605Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-19T18:34:16.605Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-19T18:34:16.605Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-19T18:34:16.605Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-19T18:34:16.605Z | + banner prerequisites |
108 | 2024-12-19T18:34:16.608Z | |
109 | 2024-12-19T18:34:16.608Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-19T18:34:16.608Z | # # # # # # # # # # # # # # # |
111 | 2024-12-19T18:34:16.608Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-19T18:34:16.608Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-19T18:34:16.608Z | # # # # # # # # # # # # # # # |
114 | 2024-12-19T18:34:16.608Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-19T18:34:16.608Z | |
116 | 2024-12-19T18:34:16.608Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-19T18:34:27.236Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-19T18:34:31.058Z | Startup: Caching catalogs ... Done |
119 | 2024-12-19T18:34:41.632Z | Planning: Solver setup ... Done (9.691s) |
120 | 2024-12-19T18:34:41.764Z | Planning: Running solver ... Done (0.131s) |
121 | 2024-12-19T18:34:41.872Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-12-19T18:34:41.893Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-19T18:34:42.144Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-19T18:34:42.244Z | Planning: Package planning ... Done (0.101s) |
125 | 2024-12-19T18:34:42.301Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-19T18:34:42.488Z | Planning: Checking for conflicting actions ... Done (0.187s) |
127 | 2024-12-19T18:34:44.170Z | Planning: Consolidating action changes ... Done (1.681s) |
128 | 2024-12-19T18:34:44.574Z | Planning: Evaluating mediators ... Done (0.404s) |
129 | 2024-12-19T18:34:44.657Z | Planning: Planning completed in 13.50 seconds |
130 | 2024-12-19T18:34:44.673Z | Packages to install: 4 |
131 | 2024-12-19T18:34:44.673Z | Packages to update: 1 |
132 | 2024-12-19T18:34:44.676Z | Mediators to change: 2 |
133 | 2024-12-19T18:34:44.676Z | Services to change: 1 |
134 | 2024-12-19T18:34:44.676Z | Estimated space available: 155.64 GB |
135 | 2024-12-19T18:34:44.676Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-19T18:34:44.676Z | Create boot environment: No |
137 | 2024-12-19T18:34:44.676Z | Create backup boot environment: Yes |
138 | 2024-12-19T18:34:44.676Z | Rebuild boot archive: No |
139 | 2024-12-19T18:34:44.676Z | |
140 | 2024-12-19T18:34:44.676Z | Changed mediators: |
141 | 2024-12-19T18:34:44.676Z | mediator clang: |
142 | 2024-12-19T18:34:44.676Z | version: None -> 15 (system default) |
143 | 2024-12-19T18:34:44.676Z | |
144 | 2024-12-19T18:34:44.676Z | mediator llvm: |
145 | 2024-12-19T18:34:44.676Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-19T18:34:44.676Z | |
147 | 2024-12-19T18:34:44.676Z | Changed packages: |
148 | 2024-12-19T18:34:44.676Z | helios-dev |
149 | 2024-12-19T18:34:44.676Z | developer/build-essential |
150 | 2024-12-19T18:34:44.676Z | None -> 11-2.0 |
151 | 2024-12-19T18:34:44.676Z | library/libxmlsec1 |
152 | 2024-12-19T18:34:44.676Z | None -> 1.2.35-2.0 |
153 | 2024-12-19T18:34:44.677Z | ooce/developer/clang-15 |
154 | 2024-12-19T18:34:44.677Z | None -> 15.0.7-2.0 |
155 | 2024-12-19T18:34:44.677Z | ooce/developer/llvm-15 |
156 | 2024-12-19T18:34:44.677Z | None -> 15.0.7-2.0 |
157 | 2024-12-19T18:34:44.677Z | package/pkg |
158 | 2024-12-19T18:34:44.677Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-19T18:34:44.677Z | |
160 | 2024-12-19T18:34:44.677Z | Services: |
161 | 2024-12-19T18:34:44.677Z | restart_fmri: |
162 | 2024-12-19T18:34:44.677Z | svc:/system/update-man-index:default |
163 | 2024-12-19T18:34:44.677Z | |
164 | 2024-12-19T18:34:44.677Z | Editable files to change: |
165 | 2024-12-19T18:34:44.677Z | Update: |
166 | 2024-12-19T18:34:44.677Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-19T18:34:44.751Z | |
168 | 2024-12-19T18:34:44.751Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-19T18:34:49.752Z | Download: 621/4281 items 17.7/220.6MB 8% complete (3.6M/s) |
170 | 2024-12-19T18:34:54.780Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
171 | 2024-12-19T18:34:59.783Z | Download: 2306/4281 items 119.6/220.6MB 54% complete (10.2M/s) |
172 | 2024-12-19T18:35:04.958Z | Download: 3247/4281 items 202.6/220.6MB 91% complete (11.9M/s) |
173 | 2024-12-19T18:35:09.962Z | Download: 3729/4281 items 217.0/220.6MB 98% complete (9.7M/s) |
174 | 2024-12-19T18:35:15.707Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.8M/s) |
175 | 2024-12-19T18:35:15.813Z | Download: Completed 220.60 MB in 31.06 seconds (7.1M/s) |
176 | 2024-12-19T18:35:17.913Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-19T18:35:17.932Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-19T18:35:22.789Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-19T18:35:23.097Z | Actions: Completed 5063 actions in 5.18 seconds. |
180 | 2024-12-19T18:35:23.496Z | Done (0.388s) |
181 | 2024-12-19T18:35:23.504Z | Done (0.000s) |
182 | 2024-12-19T18:35:24.065Z | Done (0.575s) |
183 | 2024-12-19T18:35:28.465Z | Done (4.170s) |
184 | 2024-12-19T18:35:28.559Z | Done (0.019s) |
185 | 2024-12-19T18:35:28.562Z | Done (0.000s) |
186 | 2024-12-19T18:35:28.790Z | Done (0.000s) |
187 | 2024-12-19T18:35:29.496Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-19T18:35:29.658Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-19T18:35:29.661Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-19T18:35:29.931Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-19T18:35:29.934Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-12-19T18:35:29.971Z | Mediators to change: 2 |
193 | 2024-12-19T18:35:29.971Z | Create boot environment: No |
194 | 2024-12-19T18:35:29.971Z | Create backup boot environment: No |
195 | 2024-12-19T18:35:30.064Z | Done |
196 | 2024-12-19T18:35:30.064Z | Done |
197 | 2024-12-19T18:35:30.433Z | Done |
198 | 2024-12-19T18:35:34.190Z | Done |
199 | 2024-12-19T18:35:34.289Z | Done |
200 | 2024-12-19T18:35:34.315Z | Done |
201 | 2024-12-19T18:35:34.412Z | Done |
202 | 2024-12-19T18:35:35.031Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-19T18:35:35.034Z | Planning: Merging actions ... Done |
204 | 2024-12-19T18:35:35.226Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-19T18:35:35.228Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-19T18:35:35.500Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-19T18:35:35.556Z | Planning: Planning completed in 0.77 seconds |
208 | 2024-12-19T18:35:35.597Z | Packages to change: 1 |
209 | 2024-12-19T18:35:35.597Z | Mediators to change: 1 |
210 | 2024-12-19T18:35:35.600Z | Services to change: 1 |
211 | 2024-12-19T18:35:35.600Z | Create boot environment: No |
212 | 2024-12-19T18:35:35.600Z | Create backup boot environment: Yes |
213 | 2024-12-19T18:35:37.893Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-19T18:35:37.897Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-12-19T18:35:37.897Z | Done |
216 | 2024-12-19T18:35:37.897Z | Done |
217 | 2024-12-19T18:35:38.010Z | Done |
218 | 2024-12-19T18:35:41.767Z | Done |
219 | 2024-12-19T18:35:41.855Z | Done |
220 | 2024-12-19T18:35:41.864Z | Done |
221 | 2024-12-19T18:35:41.993Z | Done |
222 | 2024-12-19T18:35:42.435Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-19T18:35:42.435Z | clang system 15 system |
224 | 2024-12-19T18:35:42.435Z | csh system system illumos |
225 | 2024-12-19T18:35:42.435Z | ctags system system illumos |
226 | 2024-12-19T18:35:42.435Z | gcc vendor 12 vendor |
227 | 2024-12-19T18:35:42.435Z | gcc system 10 system |
228 | 2024-12-19T18:35:42.435Z | gcc system 7 system |
229 | 2024-12-19T18:35:42.435Z | go system 1.20 system |
230 | 2024-12-19T18:35:42.435Z | go system 1.19 system |
231 | 2024-12-19T18:35:42.435Z | llvm system 15 system |
232 | 2024-12-19T18:35:42.435Z | llvm system 14 system |
233 | 2024-12-19T18:35:42.435Z | mariadb system 10.6 system |
234 | 2024-12-19T18:35:42.435Z | mta vendor vendor dma |
235 | 2024-12-19T18:35:42.435Z | openjdk system 17 system |
236 | 2024-12-19T18:35:42.435Z | openjdk system 11 system |
237 | 2024-12-19T18:35:42.435Z | openjdk system 1.8 system |
238 | 2024-12-19T18:35:42.435Z | openssl vendor 3 vendor |
239 | 2024-12-19T18:35:42.435Z | perl system 5.36 system |
240 | 2024-12-19T18:35:42.435Z | postgresql system 15 system |
241 | 2024-12-19T18:35:42.435Z | postgresql system 13 system |
242 | 2024-12-19T18:35:42.435Z | python vendor 3 vendor |
243 | 2024-12-19T18:35:42.435Z | python system 2 system |
244 | 2024-12-19T18:35:42.435Z | python3 system 3.11 system |
245 | 2024-12-19T18:35:42.435Z | ruby system 3.0 system |
246 | 2024-12-19T18:35:42.435Z | words vendor vendor american-english |
247 | 2024-12-19T18:35:42.435Z | words system system australian-english |
248 | 2024-12-19T18:35:42.435Z | words system system british-english |
249 | 2024-12-19T18:35:42.435Z | words system system canadian-english |
250 | 2024-12-19T18:35:42.435Z | words system system french |
251 | 2024-12-19T18:35:42.435Z | words system system italian |
252 | 2024-12-19T18:35:42.435Z | words system system ngerman |
253 | 2024-12-19T18:35:42.435Z | words system system ogerman |
254 | 2024-12-19T18:35:42.435Z | words system system spanish |
255 | 2024-12-19T18:35:42.764Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-19T18:35:42.764Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-19T18:35:45.484Z | FMRI IFO |
258 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-19T18:35:45.484Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-19T18:35:46.274Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-19T18:35:46.556Z | Updating crates.io index |
275 | 2024-12-19T18:35:46.559Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-19T18:35:47.104Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-19T18:35:47.358Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-19T18:35:47.627Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-19T18:35:47.899Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-19T18:35:48.801Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-19T18:35:50.303Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-19T18:35:50.990Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-19T18:35:51.821Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-19T18:35:52.105Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-19T18:35:52.393Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-19T18:35:52.977Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-19T18:35:53.303Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-19T18:35:53.629Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-19T18:35:53.915Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-19T18:35:54.150Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-19T18:35:54.396Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-19T18:35:54.728Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-19T18:35:55.016Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-19T18:35:55.333Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-19T18:35:55.642Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-19T18:35:56.118Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-19T18:35:56.437Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-19T18:35:56.835Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-19T18:35:57.231Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-19T18:35:57.507Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-19T18:35:57.770Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-19T18:35:58.059Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-19T18:35:59.509Z | Downloading crates ... |
304 | 2024-12-19T18:35:59.583Z | Downloaded block-buffer v0.10.4 |
305 | 2024-12-19T18:35:59.594Z | Downloaded is_terminal_polyfill v1.70.1 |
306 | 2024-12-19T18:35:59.603Z | Downloaded scroll_derive v0.12.0 |
307 | 2024-12-19T18:35:59.609Z | Downloaded equivalent v1.0.1 |
308 | 2024-12-19T18:35:59.612Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-12-19T18:35:59.620Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-12-19T18:35:59.623Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-19T18:35:59.626Z | Downloaded anstyle-parse v0.2.5 |
312 | 2024-12-19T18:35:59.628Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-12-19T18:35:59.631Z | Downloaded anstyle-query v1.1.1 |
314 | 2024-12-19T18:35:59.631Z | Downloaded anstyle v1.0.10 |
315 | 2024-12-19T18:35:59.634Z | Downloaded bytecount v0.6.8 |
316 | 2024-12-19T18:35:59.636Z | Downloaded autocfg v1.4.0 |
317 | 2024-12-19T18:35:59.639Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-12-19T18:35:59.639Z | Downloaded swrite v0.1.0 |
319 | 2024-12-19T18:35:59.651Z | Downloaded digest v0.10.7 |
320 | 2024-12-19T18:35:59.653Z | Downloaded serde_tokenstream v0.2.2 |
321 | 2024-12-19T18:35:59.656Z | Downloaded strsim v0.11.1 |
322 | 2024-12-19T18:35:59.656Z | Downloaded plain v0.2.3 |
323 | 2024-12-19T18:35:59.659Z | Downloaded pest_generator v2.7.14 |
324 | 2024-12-19T18:35:59.659Z | Downloaded itoa v1.0.11 |
325 | 2024-12-19T18:35:59.663Z | Downloaded toml_datetime v0.6.8 |
326 | 2024-12-19T18:35:59.663Z | Downloaded heck v0.4.1 |
327 | 2024-12-19T18:35:59.666Z | Downloaded fastrand v2.1.1 |
328 | 2024-12-19T18:35:59.666Z | Downloaded errno v0.3.9 |
329 | 2024-12-19T18:35:59.670Z | Downloaded fs-err v2.11.0 |
330 | 2024-12-19T18:35:59.670Z | Downloaded cfg-if v1.0.0 |
331 | 2024-12-19T18:35:59.678Z | Downloaded usdt v0.5.0 |
332 | 2024-12-19T18:35:59.678Z | Downloaded thiserror-impl v1.0.69 |
333 | 2024-12-19T18:35:59.678Z | Downloaded clap_lex v0.7.2 |
334 | 2024-12-19T18:35:59.678Z | Downloaded thiserror v1.0.69 |
335 | 2024-12-19T18:36:00.093Z | Downloaded utf8parse v0.2.2 |
336 | 2024-12-19T18:36:00.098Z | Downloaded anstream v0.6.15 |
337 | 2024-12-19T18:36:00.098Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-12-19T18:36:00.098Z | Downloaded cargo_toml v0.20.5 |
339 | 2024-12-19T18:36:00.098Z | Downloaded tabled_derive v0.7.0 |
340 | 2024-12-19T18:36:00.098Z | Downloaded macaddr v1.0.1 |
341 | 2024-12-19T18:36:00.098Z | Downloaded fnv v1.0.7 |
342 | 2024-12-19T18:36:00.098Z | Downloaded crypto-common v0.1.6 |
343 | 2024-12-19T18:36:00.098Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-12-19T18:36:00.098Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-12-19T18:36:00.098Z | Downloaded heck v0.5.0 |
346 | 2024-12-19T18:36:00.098Z | Downloaded memmap v0.7.0 |
347 | 2024-12-19T18:36:00.098Z | Downloaded camino-tempfile v1.1.1 |
348 | 2024-12-19T18:36:00.098Z | Downloaded thread-id v4.2.2 |
349 | 2024-12-19T18:36:00.098Z | Downloaded dof v0.3.0 |
350 | 2024-12-19T18:36:00.098Z | Downloaded cargo_metadata v0.18.1 |
351 | 2024-12-19T18:36:00.098Z | Downloaded scroll v0.12.0 |
352 | 2024-12-19T18:36:00.098Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-12-19T18:36:00.098Z | Downloaded clap_derive v4.5.18 |
354 | 2024-12-19T18:36:00.098Z | Downloaded camino v1.1.9 |
355 | 2024-12-19T18:36:00.098Z | Downloaded sha2 v0.10.8 |
356 | 2024-12-19T18:36:00.098Z | Downloaded semver v1.0.23 |
357 | 2024-12-19T18:36:00.098Z | Downloaded pest_derive v2.7.14 |
358 | 2024-12-19T18:36:00.098Z | Downloaded colorchoice v1.0.2 |
359 | 2024-12-19T18:36:00.098Z | Downloaded tempfile v3.13.0 |
360 | 2024-12-19T18:36:00.098Z | Downloaded quote v1.0.37 |
361 | 2024-12-19T18:36:00.098Z | Downloaded byteorder v1.5.0 |
362 | 2024-12-19T18:36:00.098Z | Downloaded terminal_size v0.4.0 |
363 | 2024-12-19T18:36:00.098Z | Downloaded version_check v0.9.5 |
364 | 2024-12-19T18:36:00.098Z | Downloaded bitflags v2.6.0 |
365 | 2024-12-19T18:36:00.098Z | Downloaded smawk v0.3.2 |
366 | 2024-12-19T18:36:00.098Z | Downloaded anyhow v1.0.93 |
367 | 2024-12-19T18:36:00.098Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-12-19T18:36:00.098Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-12-19T18:36:00.099Z | Downloaded once_cell v1.20.2 |
370 | 2024-12-19T18:36:00.099Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-19T18:36:00.099Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2024-12-19T18:36:00.099Z | Downloaded generic-array v0.14.7 |
373 | 2024-12-19T18:36:00.099Z | Downloaded pest_meta v2.7.14 |
374 | 2024-12-19T18:36:00.099Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-12-19T18:36:00.099Z | Downloaded log v0.4.22 |
376 | 2024-12-19T18:36:00.099Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-19T18:36:00.099Z | Downloaded typenum v1.17.0 |
378 | 2024-12-19T18:36:00.099Z | Downloaded clap v4.5.21 |
379 | 2024-12-19T18:36:00.099Z | Downloaded textwrap v0.16.1 |
380 | 2024-12-19T18:36:00.099Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-19T18:36:00.099Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-19T18:36:00.099Z | Downloaded ryu v1.0.18 |
383 | 2024-12-19T18:36:00.099Z | Downloaded serde v1.0.215 |
384 | 2024-12-19T18:36:00.099Z | Downloaded indexmap v2.6.0 |
385 | 2024-12-19T18:36:00.099Z | Downloaded toml v0.8.19 |
386 | 2024-12-19T18:36:00.099Z | Downloaded memchr v2.7.4 |
387 | 2024-12-19T18:36:00.099Z | Downloaded toml_edit v0.22.22 |
388 | 2024-12-19T18:36:00.099Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-19T18:36:00.099Z | Downloaded pest v2.7.14 |
390 | 2024-12-19T18:36:00.099Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-19T18:36:00.099Z | Downloaded serde_json v1.0.132 |
392 | 2024-12-19T18:36:00.099Z | Downloaded winnow v0.6.20 |
393 | 2024-12-19T18:36:00.099Z | Downloaded tabled v0.15.0 |
394 | 2024-12-19T18:36:00.099Z | Downloaded goblin v0.8.2 |
395 | 2024-12-19T18:36:00.099Z | Downloaded clap_builder v4.5.21 |
396 | 2024-12-19T18:36:00.099Z | Downloaded syn v1.0.109 |
397 | 2024-12-19T18:36:00.099Z | Downloaded syn v2.0.87 |
398 | 2024-12-19T18:36:00.099Z | Downloaded unicode-width v0.1.14 |
399 | 2024-12-19T18:36:00.099Z | Downloaded rustix v0.38.37 |
400 | 2024-12-19T18:36:00.099Z | Downloaded libc v0.2.162 |
401 | 2024-12-19T18:36:00.325Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-19T18:36:00.325Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-19T18:36:00.325Z | Compiling serde v1.0.215 |
404 | 2024-12-19T18:36:00.325Z | Compiling version_check v0.9.5 |
405 | 2024-12-19T18:36:00.328Z | Compiling thiserror v1.0.69 |
406 | 2024-12-19T18:36:00.328Z | Compiling memchr v2.7.4 |
407 | 2024-12-19T18:36:00.328Z | Compiling libc v0.2.162 |
408 | 2024-12-19T18:36:00.328Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-19T18:36:00.608Z | Compiling ryu v1.0.18 |
410 | 2024-12-19T18:36:01.003Z | Compiling itoa v1.0.11 |
411 | 2024-12-19T18:36:01.161Z | Compiling once_cell v1.20.2 |
412 | 2024-12-19T18:36:01.233Z | Compiling byteorder v1.5.0 |
413 | 2024-12-19T18:36:01.353Z | Compiling rustix v0.38.37 |
414 | 2024-12-19T18:36:01.609Z | Compiling serde_json v1.0.132 |
415 | 2024-12-19T18:36:01.740Z | Compiling bitflags v2.6.0 |
416 | 2024-12-19T18:36:02.024Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-19T18:36:02.230Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-19T18:36:02.289Z | Compiling syn v1.0.109 |
419 | 2024-12-19T18:36:02.370Z | Compiling quote v1.0.37 |
420 | 2024-12-19T18:36:02.423Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-19T18:36:02.476Z | Compiling camino v1.1.9 |
422 | 2024-12-19T18:36:02.739Z | Compiling plain v0.2.3 |
423 | 2024-12-19T18:36:02.800Z | Compiling syn v2.0.87 |
424 | 2024-12-19T18:36:02.925Z | Compiling errno v0.3.9 |
425 | 2024-12-19T18:36:03.097Z | Compiling thread-id v4.2.2 |
426 | 2024-12-19T18:36:03.125Z | Compiling utf8parse v0.2.2 |
427 | 2024-12-19T18:36:03.194Z | Compiling log v0.4.22 |
428 | 2024-12-19T18:36:03.197Z | Compiling equivalent v1.0.1 |
429 | 2024-12-19T18:36:03.197Z | Compiling hashbrown v0.15.1 |
430 | 2024-12-19T18:36:03.301Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-12-19T18:36:03.648Z | Compiling semver v1.0.23 |
432 | 2024-12-19T18:36:03.677Z | Compiling colorchoice v1.0.2 |
433 | 2024-12-19T18:36:03.855Z | Compiling pretty-hex v0.4.1 |
434 | 2024-12-19T18:36:03.924Z | Compiling anstyle-query v1.1.1 |
435 | 2024-12-19T18:36:04.103Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-19T18:36:04.131Z | Compiling autocfg v1.4.0 |
437 | 2024-12-19T18:36:04.234Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-12-19T18:36:04.264Z | Compiling winnow v0.6.20 |
439 | 2024-12-19T18:36:04.387Z | Compiling anstyle v1.0.10 |
440 | 2024-12-19T18:36:04.575Z | Compiling indexmap v2.6.0 |
441 | 2024-12-19T18:36:04.896Z | Compiling anstream v0.6.15 |
442 | 2024-12-19T18:36:05.378Z | Compiling fs-err v2.11.0 |
443 | 2024-12-19T18:36:05.566Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-19T18:36:05.673Z | Compiling fastrand v2.1.1 |
445 | 2024-12-19T18:36:05.758Z | Compiling fnv v1.0.7 |
446 | 2024-12-19T18:36:05.790Z | Compiling bytecount v0.6.8 |
447 | 2024-12-19T18:36:05.909Z | Compiling heck v0.4.1 |
448 | 2024-12-19T18:36:06.023Z | Compiling cfg-if v1.0.0 |
449 | 2024-12-19T18:36:06.049Z | Compiling clap_lex v0.7.2 |
450 | 2024-12-19T18:36:06.137Z | Compiling anyhow v1.0.93 |
451 | 2024-12-19T18:36:06.308Z | Compiling strsim v0.11.1 |
452 | 2024-12-19T18:36:06.450Z | Compiling heck v0.5.0 |
453 | 2024-12-19T18:36:06.605Z | Compiling tempfile v3.13.0 |
454 | 2024-12-19T18:36:07.055Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-19T18:36:07.083Z | Compiling papergrid v0.11.0 |
456 | 2024-12-19T18:36:07.346Z | Compiling memmap v0.7.0 |
457 | 2024-12-19T18:36:07.373Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-19T18:36:07.601Z | Compiling smawk v0.3.2 |
459 | 2024-12-19T18:36:07.840Z | Compiling textwrap v0.16.1 |
460 | 2024-12-19T18:36:08.410Z | Compiling swrite v0.1.0 |
461 | 2024-12-19T18:36:09.419Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-19T18:36:11.264Z | Compiling tabled v0.15.0 |
463 | 2024-12-19T18:36:12.399Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-19T18:36:12.399Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-19T18:36:12.402Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-19T18:36:12.402Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-19T18:36:12.728Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-19T18:36:14.045Z | Compiling scroll v0.12.0 |
469 | 2024-12-19T18:36:14.566Z | Compiling goblin v0.8.2 |
470 | 2024-12-19T18:36:14.634Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-19T18:36:15.181Z | Compiling pest v2.7.14 |
472 | 2024-12-19T18:36:16.921Z | Compiling clap v4.5.21 |
473 | 2024-12-19T18:36:17.680Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-19T18:36:18.617Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-19T18:36:20.463Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-19T18:36:21.305Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-19T18:36:23.581Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-19T18:36:23.684Z | Compiling serde_spanned v0.6.8 |
479 | 2024-12-19T18:36:23.687Z | Compiling toml_datetime v0.6.8 |
480 | 2024-12-19T18:36:23.994Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-19T18:36:24.135Z | Compiling toml_edit v0.22.22 |
482 | 2024-12-19T18:36:24.183Z | Compiling macaddr v1.0.1 |
483 | 2024-12-19T18:36:24.524Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-19T18:36:25.196Z | Compiling dof v0.3.0 |
485 | 2024-12-19T18:36:25.223Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-19T18:36:27.074Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-19T18:36:27.074Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-19T18:36:27.158Z | Compiling toml v0.8.19 |
489 | 2024-12-19T18:36:28.071Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-19T18:36:28.546Z | Compiling usdt v0.5.0 |
491 | 2024-12-19T18:36:31.897Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-19T18:36:36.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.44s |
493 | 2024-12-19T18:36:36.772Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-19T18:36:37.388Z | Downloading crates ... |
495 | 2024-12-19T18:36:37.528Z | Downloaded headers-core v0.3.0 |
496 | 2024-12-19T18:36:37.535Z | Downloaded darling v0.20.10 |
497 | 2024-12-19T18:36:37.540Z | Downloaded hex v0.4.3 |
498 | 2024-12-19T18:36:37.545Z | Downloaded http-range v0.1.5 |
499 | 2024-12-19T18:36:37.547Z | Downloaded hubpack_derive v0.1.1 |
500 | 2024-12-19T18:36:37.552Z | Downloaded http-body v1.0.1 |
501 | 2024-12-19T18:36:37.556Z | Downloaded is_ci v1.2.0 |
502 | 2024-12-19T18:36:37.559Z | Downloaded ident_case v1.0.1 |
503 | 2024-12-19T18:36:37.571Z | Downloaded match_cfg v0.1.0 |
504 | 2024-12-19T18:36:37.573Z | Downloaded aead v0.5.2 |
505 | 2024-12-19T18:36:37.579Z | Downloaded http-body-util v0.1.2 |
506 | 2024-12-19T18:36:37.582Z | Downloaded hex-literal v0.4.1 |
507 | 2024-12-19T18:36:37.585Z | Downloaded instant v0.1.13 |
508 | 2024-12-19T18:36:37.587Z | Downloaded atty v0.2.14 |
509 | 2024-12-19T18:36:37.587Z | Downloaded ahash v0.8.11 |
510 | 2024-12-19T18:36:37.590Z | Downloaded md5 v0.7.0 |
511 | 2024-12-19T18:36:37.592Z | Downloaded lazy_static v1.5.0 |
512 | 2024-12-19T18:36:37.594Z | Downloaded arc-swap v1.7.1 |
513 | 2024-12-19T18:36:37.597Z | Downloaded home v0.5.9 |
514 | 2024-12-19T18:36:37.600Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-12-19T18:36:37.603Z | Downloaded hostname v0.3.1 |
516 | 2024-12-19T18:36:37.603Z | Downloaded arrayvec v0.7.6 |
517 | 2024-12-19T18:36:37.605Z | Downloaded matches v0.1.10 |
518 | 2024-12-19T18:36:37.608Z | Downloaded humantime v2.1.0 |
519 | 2024-12-19T18:36:37.608Z | Downloaded hubpack v0.1.2 |
520 | 2024-12-19T18:36:37.611Z | Downloaded lru v0.12.5 |
521 | 2024-12-19T18:36:37.611Z | Downloaded lazycell v1.3.0 |
522 | 2024-12-19T18:36:37.613Z | Downloaded indoc v1.0.9 |
523 | 2024-12-19T18:36:37.616Z | Downloaded managed v0.8.0 |
524 | 2024-12-19T18:36:37.619Z | Downloaded ascii-canvas v3.0.0 |
525 | 2024-12-19T18:36:37.619Z | Downloaded array-init v0.0.4 |
526 | 2024-12-19T18:36:37.619Z | Downloaded keccak v0.1.5 |
527 | 2024-12-19T18:36:37.622Z | Downloaded bcrypt-pbkdf v0.10.0 |
528 | 2024-12-19T18:36:37.622Z | Downloaded httpdate v1.0.3 |
529 | 2024-12-19T18:36:37.624Z | Downloaded libsw v3.3.1 |
530 | 2024-12-19T18:36:37.627Z | Downloaded hyper-tls v0.6.0 |
531 | 2024-12-19T18:36:37.629Z | Downloaded cfg_aliases v0.1.1 |
532 | 2024-12-19T18:36:37.629Z | Downloaded allocator-api2 v0.2.18 |
533 | 2024-12-19T18:36:37.633Z | Downloaded lru-cache v0.1.2 |
534 | 2024-12-19T18:36:37.636Z | Downloaded is-terminal v0.4.13 |
535 | 2024-12-19T18:36:37.638Z | Downloaded heck v0.3.3 |
536 | 2024-12-19T18:36:37.638Z | Downloaded lockfree-object-pool v0.1.6 |
537 | 2024-12-19T18:36:37.641Z | Downloaded async-trait v0.1.83 |
538 | 2024-12-19T18:36:37.644Z | Downloaded maybe-uninit v2.0.0 |
539 | 2024-12-19T18:36:37.647Z | Downloaded kstat-rs v0.2.4 |
540 | 2024-12-19T18:36:37.649Z | Downloaded ipnetwork v0.20.0 |
541 | 2024-12-19T18:36:37.649Z | Downloaded internet-checksum v0.2.1 |
542 | 2024-12-19T18:36:37.660Z | Downloaded mime v0.3.17 |
543 | 2024-12-19T18:36:37.660Z | Downloaded backoff v0.4.0 |
544 | 2024-12-19T18:36:37.660Z | Downloaded bitfield-struct v0.6.2 |
545 | 2024-12-19T18:36:37.660Z | Downloaded bitfield v0.14.0 |
546 | 2024-12-19T18:36:37.660Z | Downloaded cassowary v0.3.0 |
547 | 2024-12-19T18:36:37.664Z | Downloaded memoffset v0.9.1 |
548 | 2024-12-19T18:36:37.664Z | Downloaded hyper-rustls v0.27.3 |
549 | 2024-12-19T18:36:37.666Z | Downloaded cstr-argument v0.1.2 |
550 | 2024-12-19T18:36:37.666Z | Downloaded crunchy v0.2.2 |
551 | 2024-12-19T18:36:37.666Z | Downloaded maplit v1.0.2 |
552 | 2024-12-19T18:36:37.669Z | Downloaded hyper-staticfile v0.10.1 |
553 | 2024-12-19T18:36:37.671Z | Downloaded litemap v0.7.3 |
554 | 2024-12-19T18:36:37.674Z | Downloaded httparse v1.9.5 |
555 | 2024-12-19T18:36:37.676Z | Downloaded castaway v0.2.3 |
556 | 2024-12-19T18:36:37.678Z | Downloaded blowfish v0.9.1 |
557 | 2024-12-19T18:36:37.682Z | Downloaded icu_locid_transform v1.5.0 |
558 | 2024-12-19T18:36:37.684Z | Downloaded libefi-sys v0.1.0 |
559 | 2024-12-19T18:36:37.684Z | Downloaded ipnet v2.10.1 |
560 | 2024-12-19T18:36:37.686Z | Downloaded highway v1.2.0 |
561 | 2024-12-19T18:36:37.691Z | Downloaded memmap2 v0.9.5 |
562 | 2024-12-19T18:36:37.693Z | Downloaded cmake v0.1.51 |
563 | 2024-12-19T18:36:37.693Z | Downloaded jobserver v0.1.32 |
564 | 2024-12-19T18:36:37.695Z | Downloaded crc-catalog v2.4.0 |
565 | 2024-12-19T18:36:37.698Z | Downloaded crc v3.2.1 |
566 | 2024-12-19T18:36:37.703Z | Downloaded cobs v0.2.3 |
567 | 2024-12-19T18:36:37.706Z | Downloaded linear-map v1.2.0 |
568 | 2024-12-19T18:36:37.706Z | Downloaded bzip2 v0.4.4 |
569 | 2024-12-19T18:36:37.709Z | Downloaded libloading v0.8.5 |
570 | 2024-12-19T18:36:37.709Z | Downloaded convert_case v0.4.0 |
571 | 2024-12-19T18:36:37.709Z | Downloaded constant_time_eq v0.3.1 |
572 | 2024-12-19T18:36:37.714Z | Downloaded colored v2.1.0 |
573 | 2024-12-19T18:36:37.717Z | Downloaded termtree v0.4.1 |
574 | 2024-12-19T18:36:37.717Z | Downloaded strum v0.26.3 |
575 | 2024-12-19T18:36:37.717Z | Downloaded yoke-derive v0.7.4 |
576 | 2024-12-19T18:36:37.719Z | Downloaded chrono-tz-build v0.4.0 |
577 | 2024-12-19T18:36:37.719Z | Downloaded cipher v0.4.4 |
578 | 2024-12-19T18:36:37.722Z | Downloaded zone_cfg_derive v0.1.2 |
579 | 2024-12-19T18:36:37.722Z | Downloaded hmac v0.12.1 |
580 | 2024-12-19T18:36:37.724Z | Downloaded ref-cast-impl v1.0.23 |
581 | 2024-12-19T18:36:37.724Z | Downloaded rand_chacha v0.3.1 |
582 | 2024-12-19T18:36:37.727Z | Downloaded blake2 v0.10.6 |
583 | 2024-12-19T18:36:37.729Z | Downloaded icu_locid_transform_data v1.5.0 |
584 | 2024-12-19T18:36:37.732Z | Downloaded icu_normalizer v1.5.0 |
585 | 2024-12-19T18:36:37.734Z | Downloaded addr2line v0.24.2 |
586 | 2024-12-19T18:36:37.737Z | Downloaded scrypt v0.11.0 |
587 | 2024-12-19T18:36:37.739Z | Downloaded slab v0.4.9 |
588 | 2024-12-19T18:36:37.742Z | Downloaded slog-dtrace v0.3.0 |
589 | 2024-12-19T18:36:37.744Z | Downloaded cexpr v0.6.0 |
590 | 2024-12-19T18:36:37.747Z | Downloaded indexmap v1.9.3 |
591 | 2024-12-19T18:36:37.749Z | Downloaded foreign-types-shared v0.3.1 |
592 | 2024-12-19T18:36:37.764Z | Downloaded heapless v0.7.17 |
593 | 2024-12-19T18:36:37.781Z | Downloaded derive_builder_macro v0.20.2 |
594 | 2024-12-19T18:36:37.781Z | Downloaded tiny-keccak v2.0.2 |
595 | 2024-12-19T18:36:37.781Z | Downloaded base64 v0.13.1 |
596 | 2024-12-19T18:36:37.781Z | Downloaded buf-list v1.0.3 |
597 | 2024-12-19T18:36:37.781Z | Downloaded foreign-types-shared v0.1.1 |
598 | 2024-12-19T18:36:37.781Z | Downloaded number_prefix v0.4.0 |
599 | 2024-12-19T18:36:37.781Z | Downloaded secrecy v0.8.0 |
600 | 2024-12-19T18:36:37.781Z | Downloaded icu_normalizer_data v1.5.0 |
601 | 2024-12-19T18:36:37.781Z | Downloaded spin v0.5.2 |
602 | 2024-12-19T18:36:37.781Z | Downloaded unicode-xid v0.2.6 |
603 | 2024-12-19T18:36:37.784Z | Downloaded unicode-truncate v1.1.0 |
604 | 2024-12-19T18:36:37.784Z | Downloaded crc32fast v1.4.2 |
605 | 2024-12-19T18:36:37.784Z | Downloaded structmeta-derive v0.3.0 |
606 | 2024-12-19T18:36:37.784Z | Downloaded strum_macros v0.24.3 |
607 | 2024-12-19T18:36:37.784Z | Downloaded structmeta-derive v0.2.0 |
608 | 2024-12-19T18:36:37.784Z | Downloaded csv-core v0.1.11 |
609 | 2024-12-19T18:36:37.794Z | Downloaded crossbeam-deque v0.8.5 |
610 | 2024-12-19T18:36:37.794Z | Downloaded progenitor-client v0.8.0 |
611 | 2024-12-19T18:36:37.794Z | Downloaded quinn-udp v0.5.5 |
612 | 2024-12-19T18:36:37.794Z | Downloaded cookie_store v0.21.0 |
613 | 2024-12-19T18:36:37.794Z | Downloaded untrusted v0.9.0 |
614 | 2024-12-19T18:36:37.797Z | Downloaded data-encoding v2.6.0 |
615 | 2024-12-19T18:36:37.797Z | Downloaded untrusted v0.7.1 |
616 | 2024-12-19T18:36:37.806Z | Downloaded enum-as-inner v0.6.1 |
617 | 2024-12-19T18:36:37.806Z | Downloaded hyper-util v0.1.10 |
618 | 2024-12-19T18:36:37.806Z | Downloaded const-oid v0.9.6 |
619 | 2024-12-19T18:36:37.822Z | Downloaded form_urlencoded v1.2.1 |
620 | 2024-12-19T18:36:37.822Z | Downloaded time-macros v0.2.18 |
621 | 2024-12-19T18:36:37.823Z | Downloaded linked-hash-map v0.5.6 |
622 | 2024-12-19T18:36:37.823Z | Downloaded tokio-rustls v0.24.1 |
623 | 2024-12-19T18:36:37.823Z | Downloaded bytes v1.8.0 |
624 | 2024-12-19T18:36:37.827Z | Downloaded parse-size v1.1.0 |
625 | 2024-12-19T18:36:37.827Z | Downloaded icu_locid v1.5.0 |
626 | 2024-12-19T18:36:37.827Z | Downloaded parse-display-derive v0.10.0 |
627 | 2024-12-19T18:36:37.830Z | Downloaded deranged v0.3.11 |
628 | 2024-12-19T18:36:37.830Z | Downloaded yasna v0.5.2 |
629 | 2024-12-19T18:36:37.832Z | Downloaded env_filter v0.1.2 |
630 | 2024-12-19T18:36:37.835Z | Downloaded sec1 v0.7.3 |
631 | 2024-12-19T18:36:37.837Z | Downloaded console v0.15.8 |
632 | 2024-12-19T18:36:37.840Z | Downloaded crossbeam-utils v0.8.20 |
633 | 2024-12-19T18:36:37.842Z | Downloaded pkg-config v0.3.31 |
634 | 2024-12-19T18:36:37.845Z | Downloaded mime_guess v2.0.5 |
635 | 2024-12-19T18:36:37.859Z | Downloaded utf-8 v0.7.6 |
636 | 2024-12-19T18:36:37.862Z | Downloaded sync_wrapper v1.0.1 |
637 | 2024-12-19T18:36:37.864Z | Downloaded rand_seeder v0.3.0 |
638 | 2024-12-19T18:36:37.864Z | Downloaded quick-error v1.2.3 |
639 | 2024-12-19T18:36:37.867Z | Downloaded smallvec v0.6.14 |
640 | 2024-12-19T18:36:37.870Z | Downloaded shell-words v1.1.0 |
641 | 2024-12-19T18:36:37.870Z | Downloaded rusty-fork v0.3.0 |
642 | 2024-12-19T18:36:37.872Z | Downloaded rustc-hash v2.0.0 |
643 | 2024-12-19T18:36:37.872Z | Downloaded num-iter v0.1.45 |
644 | 2024-12-19T18:36:37.874Z | Downloaded multer v3.1.0 |
645 | 2024-12-19T18:36:37.877Z | Downloaded backtrace v0.3.74 |
646 | 2024-12-19T18:36:37.882Z | Downloaded foreign-types v0.3.2 |
647 | 2024-12-19T18:36:37.885Z | Downloaded nodrop v0.1.14 |
648 | 2024-12-19T18:36:37.885Z | Downloaded icu_collections v1.5.0 |
649 | 2024-12-19T18:36:37.891Z | Downloaded float-ord v0.3.2 |
650 | 2024-12-19T18:36:37.894Z | Downloaded zone_cfg_derive v0.3.0 |
651 | 2024-12-19T18:36:37.896Z | Downloaded stringprep v0.1.5 |
652 | 2024-12-19T18:36:37.896Z | Downloaded des v0.8.1 |
653 | 2024-12-19T18:36:37.899Z | Downloaded derive_builder_core v0.20.2 |
654 | 2024-12-19T18:36:37.901Z | Downloaded russh-keys v0.45.0 |
655 | 2024-12-19T18:36:37.903Z | Downloaded tokio-macros v2.4.0 |
656 | 2024-12-19T18:36:37.906Z | Downloaded newline-converter v0.3.0 |
657 | 2024-12-19T18:36:37.906Z | Downloaded new_debug_unreachable v1.0.6 |
658 | 2024-12-19T18:36:37.908Z | Downloaded oso-derive v0.27.3 |
659 | 2024-12-19T18:36:37.908Z | Downloaded foreign-types v0.5.0 |
660 | 2024-12-19T18:36:37.911Z | Downloaded pkcs8 v0.10.2 |
661 | 2024-12-19T18:36:37.913Z | Downloaded which v4.4.2 |
662 | 2024-12-19T18:36:37.916Z | Downloaded smf v0.2.3 |
663 | 2024-12-19T18:36:37.916Z | Downloaded zeroize_derive v1.4.2 |
664 | 2024-12-19T18:36:37.918Z | Downloaded compact_str v0.8.0 |
665 | 2024-12-19T18:36:37.921Z | Downloaded simd-adler32 v0.3.7 |
666 | 2024-12-19T18:36:37.924Z | Downloaded cc v1.1.30 |
667 | 2024-12-19T18:36:37.927Z | Downloaded zone v0.3.0 |
668 | 2024-12-19T18:36:37.929Z | Downloaded serde_derive_internals v0.29.1 |
669 | 2024-12-19T18:36:37.929Z | Downloaded ed25519 v2.2.3 |
670 | 2024-12-19T18:36:37.932Z | Downloaded wait-timeout v0.2.0 |
671 | 2024-12-19T18:36:37.934Z | Downloaded typify-macro v0.2.0 |
672 | 2024-12-19T18:36:37.936Z | Downloaded thiserror-impl-no-std v2.0.2 |
673 | 2024-12-19T18:36:37.937Z | Downloaded mockall_derive v0.13.0 |
674 | 2024-12-19T18:36:37.939Z | Downloaded fallible-iterator v0.3.0 |
675 | 2024-12-19T18:36:37.941Z | Downloaded prettyplease v0.2.25 |
676 | 2024-12-19T18:36:37.944Z | Downloaded heapless v0.8.0 |
677 | 2024-12-19T18:36:37.948Z | Downloaded hash32 v0.2.1 |
678 | 2024-12-19T18:36:37.951Z | Downloaded thiserror-impl v2.0.3 |
679 | 2024-12-19T18:36:37.953Z | Downloaded zerocopy v0.6.6 |
680 | 2024-12-19T18:36:37.956Z | Downloaded tinyvec_macros v0.1.1 |
681 | 2024-12-19T18:36:37.956Z | Downloaded tracing-attributes v0.1.27 |
682 | 2024-12-19T18:36:37.958Z | Downloaded pkcs1 v0.7.5 |
683 | 2024-12-19T18:36:37.961Z | Downloaded diesel_table_macro_syntax v0.2.0 |
684 | 2024-12-19T18:36:37.963Z | Downloaded zerofrom v0.1.4 |
685 | 2024-12-19T18:36:37.964Z | Downloaded olpc-cjson v0.1.4 |
686 | 2024-12-19T18:36:37.967Z | Downloaded num-integer v0.1.46 |
687 | 2024-12-19T18:36:37.967Z | Downloaded pem v3.0.4 |
688 | 2024-12-19T18:36:37.969Z | Downloaded dirs-next v2.0.0 |
689 | 2024-12-19T18:36:37.972Z | Downloaded difflib v0.4.0 |
690 | 2024-12-19T18:36:37.972Z | Downloaded flume v0.11.1 |
691 | 2024-12-19T18:36:37.975Z | Downloaded toolchain_find v0.4.0 |
692 | 2024-12-19T18:36:37.978Z | Downloaded resolv-conf v0.7.0 |
693 | 2024-12-19T18:36:37.980Z | Downloaded env_logger v0.11.5 |
694 | 2024-12-19T18:36:37.983Z | Downloaded nanorand v0.7.0 |
695 | 2024-12-19T18:36:37.986Z | Downloaded strum_macros v0.26.4 |
696 | 2024-12-19T18:36:37.988Z | Downloaded ecdsa v0.16.9 |
697 | 2024-12-19T18:36:37.991Z | Downloaded minimal-lexical v0.2.1 |
698 | 2024-12-19T18:36:37.994Z | Downloaded powerfmt v0.2.0 |
699 | 2024-12-19T18:36:37.997Z | Downloaded newtype_derive v0.1.6 |
700 | 2024-12-19T18:36:37.999Z | Downloaded fxhash v0.2.1 |
701 | 2024-12-19T18:36:37.999Z | Downloaded ppv-lite86 v0.2.20 |
702 | 2024-12-19T18:36:38.003Z | Downloaded p256 v0.13.2 |
703 | 2024-12-19T18:36:38.005Z | Downloaded openssl-probe v0.1.5 |
704 | 2024-12-19T18:36:38.005Z | Downloaded normalize-line-endings v0.3.0 |
705 | 2024-12-19T18:36:38.008Z | Downloaded sha1 v0.10.6 |
706 | 2024-12-19T18:36:38.010Z | Downloaded rfc6979 v0.4.0 |
707 | 2024-12-19T18:36:38.010Z | Downloaded tokio-native-tls v0.3.1 |
708 | 2024-12-19T18:36:38.013Z | Downloaded pkcs5 v0.7.1 |
709 | 2024-12-19T18:36:38.016Z | Downloaded unsafe-libyaml v0.2.11 |
710 | 2024-12-19T18:36:38.020Z | Downloaded dirs-sys-next v0.1.2 |
711 | 2024-12-19T18:36:38.023Z | Downloaded zerofrom-derive v0.1.4 |
712 | 2024-12-19T18:36:38.023Z | Downloaded tokio-rustls v0.25.0 |
713 | 2024-12-19T18:36:38.026Z | Downloaded static_assertions v1.1.0 |
714 | 2024-12-19T18:36:38.028Z | Downloaded russh-cryptovec v0.7.3 |
715 | 2024-12-19T18:36:38.028Z | Downloaded sigpipe v0.1.3 |
716 | 2024-12-19T18:36:38.031Z | Downloaded signal-hook-tokio v0.3.1 |
717 | 2024-12-19T18:36:38.031Z | Downloaded termcolor v1.4.1 |
718 | 2024-12-19T18:36:38.035Z | Downloaded try-lock v0.2.5 |
719 | 2024-12-19T18:36:38.035Z | Downloaded fallible-streaming-iterator v0.1.9 |
720 | 2024-12-19T18:36:38.035Z | Downloaded fallible-iterator v0.2.0 |
721 | 2024-12-19T18:36:38.037Z | Downloaded dunce v1.0.5 |
722 | 2024-12-19T18:36:38.037Z | Downloaded ron v0.7.1 |
723 | 2024-12-19T18:36:38.042Z | Downloaded serde_with_macros v3.11.0 |
724 | 2024-12-19T18:36:38.045Z | Downloaded headers v0.4.0 |
725 | 2024-12-19T18:36:38.051Z | Downloaded waitgroup v0.1.2 |
726 | 2024-12-19T18:36:38.053Z | Downloaded vte_generate_state_changes v0.1.2 |
727 | 2024-12-19T18:36:38.053Z | Downloaded ena v0.14.3 |
728 | 2024-12-19T18:36:38.056Z | Downloaded pin-utils v0.1.0 |
729 | 2024-12-19T18:36:38.059Z | Downloaded nibble_vec v0.1.0 |
730 | 2024-12-19T18:36:38.059Z | Downloaded gethostname v0.5.0 |
731 | 2024-12-19T18:36:38.061Z | Downloaded fd-lock v4.0.2 |
732 | 2024-12-19T18:36:38.064Z | Downloaded darling_macro v0.20.10 |
733 | 2024-12-19T18:36:38.064Z | Downloaded phf_generator v0.11.2 |
734 | 2024-12-19T18:36:38.067Z | Downloaded zopfli v0.8.1 |
735 | 2024-12-19T18:36:38.070Z | Downloaded predicates-tree v1.0.11 |
736 | 2024-12-19T18:36:38.070Z | Downloaded tracing-core v0.1.32 |
737 | 2024-12-19T18:36:38.072Z | Downloaded unicode_categories v0.1.1 |
738 | 2024-12-19T18:36:38.075Z | Downloaded der v0.7.9 |
739 | 2024-12-19T18:36:38.080Z | Downloaded parking_lot v0.12.3 |
740 | 2024-12-19T18:36:38.083Z | Downloaded path-slash v0.1.5 |
741 | 2024-12-19T18:36:38.086Z | Downloaded term v0.7.0 |
742 | 2024-12-19T18:36:38.089Z | Downloaded progenitor-macro v0.8.0 |
743 | 2024-12-19T18:36:38.091Z | Downloaded supports-color v3.0.1 |
744 | 2024-12-19T18:36:38.093Z | Downloaded subtle v2.6.1 |
745 | 2024-12-19T18:36:38.093Z | Downloaded salsa20 v0.10.2 |
746 | 2024-12-19T18:36:38.096Z | Downloaded rustls-pemfile v1.0.4 |
747 | 2024-12-19T18:36:38.098Z | Downloaded tokio-tungstenite v0.21.0 |
748 | 2024-12-19T18:36:38.101Z | Downloaded aes-gcm v0.10.3 |
749 | 2024-12-19T18:36:38.103Z | Downloaded thiserror-no-std v2.0.2 |
750 | 2024-12-19T18:36:38.107Z | Downloaded futures-task v0.3.31 |
751 | 2024-12-19T18:36:38.110Z | Downloaded tokio-tungstenite v0.23.1 |
752 | 2024-12-19T18:36:38.113Z | Downloaded mirai-annotations v1.12.0 |
753 | 2024-12-19T18:36:38.115Z | Downloaded xattr v1.3.1 |
754 | 2024-12-19T18:36:38.115Z | Downloaded tinyvec v1.8.0 |
755 | 2024-12-19T18:36:38.118Z | Downloaded time-core v0.1.2 |
756 | 2024-12-19T18:36:38.121Z | Downloaded defmt v0.3.8 |
757 | 2024-12-19T18:36:38.123Z | Downloaded url v2.5.3 |
758 | 2024-12-19T18:36:38.126Z | Downloaded pretty-hex v0.2.1 |
759 | 2024-12-19T18:36:38.129Z | Downloaded embedded-io v0.4.0 |
760 | 2024-12-19T18:36:38.132Z | Downloaded owo-colors v4.1.0 |
761 | 2024-12-19T18:36:38.135Z | Downloaded futures-io v0.3.31 |
762 | 2024-12-19T18:36:38.135Z | Downloaded either v1.13.0 |
763 | 2024-12-19T18:36:38.138Z | Downloaded tokio-stream v0.1.16 |
764 | 2024-12-19T18:36:38.141Z | Downloaded rustfmt-wrapper v0.2.1 |
765 | 2024-12-19T18:36:38.143Z | Downloaded r2d2 v0.8.10 |
766 | 2024-12-19T18:36:38.146Z | Downloaded num_threads v0.1.7 |
767 | 2024-12-19T18:36:38.146Z | Downloaded futures-sink v0.3.31 |
768 | 2024-12-19T18:36:38.149Z | Downloaded itertools v0.12.1 |
769 | 2024-12-19T18:36:38.155Z | Downloaded group v0.13.0 |
770 | 2024-12-19T18:36:38.157Z | Downloaded socket2 v0.5.7 |
771 | 2024-12-19T18:36:38.160Z | Downloaded serde_yaml v0.9.34+deprecated |
772 | 2024-12-19T18:36:38.163Z | Downloaded unarray v0.1.4 |
773 | 2024-12-19T18:36:38.166Z | Downloaded paste v1.0.15 |
774 | 2024-12-19T18:36:38.169Z | Downloaded sqlparser_derive v0.2.2 |
775 | 2024-12-19T18:36:38.171Z | Downloaded num-conv v0.1.0 |
776 | 2024-12-19T18:36:38.171Z | Downloaded predicates-core v1.0.8 |
777 | 2024-12-19T18:36:38.174Z | Downloaded zerovec-derive v0.10.3 |
778 | 2024-12-19T18:36:38.174Z | Downloaded ghash v0.5.1 |
779 | 2024-12-19T18:36:38.177Z | Downloaded rand_core v0.6.4 |
780 | 2024-12-19T18:36:38.179Z | Downloaded zeroize v1.8.1 |
781 | 2024-12-19T18:36:38.179Z | Downloaded radium v0.7.0 |
782 | 2024-12-19T18:36:38.182Z | Downloaded serde_urlencoded v0.7.1 |
783 | 2024-12-19T18:36:38.182Z | Downloaded serde_repr v0.1.19 |
784 | 2024-12-19T18:36:38.185Z | Downloaded spki v0.7.3 |
785 | 2024-12-19T18:36:38.187Z | Downloaded embedded-io v0.6.1 |
786 | 2024-12-19T18:36:38.190Z | Downloaded topological-sort v0.2.2 |
787 | 2024-12-19T18:36:38.190Z | Downloaded siphasher v0.3.11 |
788 | 2024-12-19T18:36:38.193Z | Downloaded slog v2.7.0 |
789 | 2024-12-19T18:36:38.195Z | Downloaded pbkdf2 v0.12.2 |
790 | 2024-12-19T18:36:38.199Z | Downloaded pbkdf2 v0.11.0 |
791 | 2024-12-19T18:36:38.202Z | Downloaded tower-service v0.3.3 |
792 | 2024-12-19T18:36:38.202Z | Downloaded shlex v1.3.0 |
793 | 2024-12-19T18:36:38.202Z | Downloaded fixedbitset v0.4.2 |
794 | 2024-12-19T18:36:38.205Z | Downloaded oso v0.27.3 |
795 | 2024-12-19T18:36:38.207Z | Downloaded termios v0.3.3 |
796 | 2024-12-19T18:36:38.210Z | Downloaded hyper v1.5.0 |
797 | 2024-12-19T18:36:38.217Z | Downloaded ff v0.13.0 |
798 | 2024-12-19T18:36:38.222Z | Downloaded psl-types v2.0.11 |
799 | 2024-12-19T18:36:38.225Z | Downloaded opaque-debug v0.3.1 |
800 | 2024-12-19T18:36:38.225Z | Downloaded vte v0.11.1 |
801 | 2024-12-19T18:36:38.225Z | Downloaded proc-macro-crate v1.3.1 |
802 | 2024-12-19T18:36:38.228Z | Downloaded globset v0.4.15 |
803 | 2024-12-19T18:36:38.228Z | Downloaded writeable v0.5.5 |
804 | 2024-12-19T18:36:38.231Z | Downloaded primeorder v0.13.6 |
805 | 2024-12-19T18:36:38.233Z | Downloaded getrandom v0.2.15 |
806 | 2024-12-19T18:36:38.236Z | Downloaded scheduled-thread-pool v0.2.7 |
807 | 2024-12-19T18:36:38.239Z | Downloaded precomputed-hash v0.1.1 |
808 | 2024-12-19T18:36:38.239Z | Downloaded utf8_iter v1.0.4 |
809 | 2024-12-19T18:36:38.240Z | Downloaded utf16_iter v1.0.5 |
810 | 2024-12-19T18:36:38.240Z | Downloaded pin-project-lite v0.2.14 |
811 | 2024-12-19T18:36:38.245Z | Downloaded wyz v0.5.1 |
812 | 2024-12-19T18:36:38.247Z | Downloaded rayon-core v1.12.1 |
813 | 2024-12-19T18:36:38.251Z | Downloaded spin v0.9.8 |
814 | 2024-12-19T18:36:38.253Z | Downloaded snafu-derive v0.8.5 |
815 | 2024-12-19T18:36:38.256Z | Downloaded peg v0.8.4 |
816 | 2024-12-19T18:36:38.259Z | Downloaded peg-runtime v0.8.3 |
817 | 2024-12-19T18:36:38.262Z | Downloaded write16 v1.0.0 |
818 | 2024-12-19T18:36:38.262Z | Downloaded password-hash v0.4.2 |
819 | 2024-12-19T18:36:38.265Z | Downloaded downcast v0.11.0 |
820 | 2024-12-19T18:36:38.267Z | Downloaded sync-ptr v0.1.1 |
821 | 2024-12-19T18:36:38.267Z | Downloaded defmt-parser v0.3.4 |
822 | 2024-12-19T18:36:38.270Z | Downloaded defmt-macros v0.3.9 |
823 | 2024-12-19T18:36:38.273Z | Downloaded slog-json v2.6.1 |
824 | 2024-12-19T18:36:38.275Z | Downloaded thiserror v2.0.3 |
825 | 2024-12-19T18:36:38.280Z | Downloaded progenitor v0.8.0 |
826 | 2024-12-19T18:36:38.283Z | Downloaded mockall v0.13.0 |
827 | 2024-12-19T18:36:38.283Z | Downloaded tungstenite v0.23.0 |
828 | 2024-12-19T18:36:38.287Z | Downloaded want v0.3.1 |
829 | 2024-12-19T18:36:38.289Z | Downloaded aws-lc-rs v1.10.0 |
830 | 2024-12-19T18:36:38.298Z | Downloaded take_mut v0.2.2 |
831 | 2024-12-19T18:36:38.300Z | Downloaded hkdf v0.12.4 |
832 | 2024-12-19T18:36:38.303Z | Downloaded slog-bunyan v2.5.0 |
833 | 2024-12-19T18:36:38.303Z | Downloaded slog-async v2.8.0 |
834 | 2024-12-19T18:36:38.306Z | Downloaded darling_core v0.20.10 |
835 | 2024-12-19T18:36:38.310Z | Downloaded dhcproto-macros v0.1.0 |
836 | 2024-12-19T18:36:38.312Z | Downloaded blake3 v1.5.4 |
837 | 2024-12-19T18:36:38.319Z | Downloaded rustc_version v0.1.7 |
838 | 2024-12-19T18:36:38.322Z | Downloaded rustc-hash v1.1.0 |
839 | 2024-12-19T18:36:38.322Z | Downloaded newtype-uuid v1.1.3 |
840 | 2024-12-19T18:36:38.324Z | Downloaded peg-macros v0.8.4 |
841 | 2024-12-19T18:36:38.327Z | Downloaded twox-hash v1.6.3 |
842 | 2024-12-19T18:36:38.327Z | Downloaded num-derive v0.4.2 |
843 | 2024-12-19T18:36:38.330Z | Downloaded ref-cast v1.0.23 |
844 | 2024-12-19T18:36:38.332Z | Downloaded rtoolbox v0.0.2 |
845 | 2024-12-19T18:36:38.335Z | Downloaded phf_codegen v0.11.2 |
846 | 2024-12-19T18:36:38.335Z | Downloaded rustyline v14.0.0 |
847 | 2024-12-19T18:36:38.341Z | Downloaded endian-type v0.1.2 |
848 | 2024-12-19T18:36:38.344Z | Downloaded fs_extra v1.3.0 |
849 | 2024-12-19T18:36:38.346Z | Downloaded parking_lot_core v0.9.10 |
850 | 2024-12-19T18:36:38.349Z | Downloaded polyval v0.6.2 |
851 | 2024-12-19T18:36:38.349Z | Downloaded futures-channel v0.3.31 |
852 | 2024-12-19T18:36:38.351Z | Downloaded tinystr v0.7.6 |
853 | 2024-12-19T18:36:38.353Z | Downloaded openssl-macros v0.1.1 |
854 | 2024-12-19T18:36:38.356Z | Downloaded steno v0.4.1 |
855 | 2024-12-19T18:36:38.359Z | Downloaded serde-big-array v0.5.1 |
856 | 2024-12-19T18:36:38.361Z | Downloaded thread_local v1.1.8 |
857 | 2024-12-19T18:36:38.363Z | Downloaded phf_shared v0.11.2 |
858 | 2024-12-19T18:36:38.363Z | Downloaded tabwriter v1.4.0 |
859 | 2024-12-19T18:36:38.366Z | Downloaded phf_shared v0.10.0 |
860 | 2024-12-19T18:36:38.366Z | Downloaded semver v0.1.20 |
861 | 2024-12-19T18:36:38.368Z | Downloaded same-file v1.0.6 |
862 | 2024-12-19T18:36:38.368Z | Downloaded elliptic-curve v0.13.8 |
863 | 2024-12-19T18:36:38.373Z | Downloaded num_enum v0.5.11 |
864 | 2024-12-19T18:36:38.377Z | Downloaded futures-core v0.3.31 |
865 | 2024-12-19T18:36:38.379Z | Downloaded float-cmp v0.9.0 |
866 | 2024-12-19T18:36:38.382Z | Downloaded slog-stdlog v4.1.1 |
867 | 2024-12-19T18:36:38.382Z | Downloaded signal-hook-registry v1.4.2 |
868 | 2024-12-19T18:36:38.384Z | Downloaded snafu v0.8.5 |
869 | 2024-12-19T18:36:38.389Z | Downloaded postgres-protocol v0.6.7 |
870 | 2024-12-19T18:36:38.392Z | Downloaded salty v0.3.0 |
871 | 2024-12-19T18:36:38.399Z | Downloaded slog-scope v4.4.0 |
872 | 2024-12-19T18:36:38.403Z | Downloaded hash32 v0.3.1 |
873 | 2024-12-19T18:36:38.406Z | Downloaded display-error-chain v0.2.2 |
874 | 2024-12-19T18:36:38.406Z | Downloaded nu-ansi-term v0.50.1 |
875 | 2024-12-19T18:36:38.410Z | Downloaded bitvec v1.0.1 |
876 | 2024-12-19T18:36:38.423Z | Downloaded strum_macros v0.25.3 |
877 | 2024-12-19T18:36:38.425Z | Downloaded itertools v0.13.0 |
878 | 2024-12-19T18:36:38.433Z | Downloaded toml_edit v0.19.15 |
879 | 2024-12-19T18:36:38.451Z | Downloaded num v0.4.3 |
880 | 2024-12-19T18:36:38.455Z | Downloaded structmeta v0.3.0 |
881 | 2024-12-19T18:36:38.455Z | Downloaded futures-executor v0.3.31 |
882 | 2024-12-19T18:36:38.459Z | Downloaded flagset v0.4.6 |
883 | 2024-12-19T18:36:38.459Z | Downloaded enum-as-inner v0.5.1 |
884 | 2024-12-19T18:36:38.461Z | Downloaded packed_struct v0.10.1 |
885 | 2024-12-19T18:36:38.462Z | Downloaded bindgen v0.69.5 |
886 | 2024-12-19T18:36:38.469Z | Downloaded subprocess v0.2.9 |
887 | 2024-12-19T18:36:38.471Z | Downloaded mio v1.0.2 |
888 | 2024-12-19T18:36:38.477Z | Downloaded num-rational v0.4.2 |
889 | 2024-12-19T18:36:38.481Z | Downloaded pin-project-internal v1.1.6 |
890 | 2024-12-19T18:36:38.483Z | Downloaded schemars v0.8.21 |
891 | 2024-12-19T18:36:38.495Z | Downloaded string_cache v0.8.7 |
892 | 2024-12-19T18:36:38.497Z | Downloaded serde_with v3.11.0 |
893 | 2024-12-19T18:36:38.506Z | Downloaded vsss-rs v3.3.4 |
894 | 2024-12-19T18:36:38.509Z | Downloaded uzers v0.12.1 |
895 | 2024-12-19T18:36:38.512Z | Downloaded signal-hook v0.3.17 |
896 | 2024-12-19T18:36:38.515Z | Downloaded diesel-dtrace v0.4.2 |
897 | 2024-12-19T18:36:38.519Z | Downloaded pin-project v1.1.6 |
898 | 2024-12-19T18:36:38.528Z | Downloaded unicode-properties v0.1.3 |
899 | 2024-12-19T18:36:38.531Z | Downloaded rcgen v0.12.1 |
900 | 2024-12-19T18:36:38.533Z | Downloaded rand v0.8.5 |
901 | 2024-12-19T18:36:38.537Z | Downloaded ed25519-dalek v2.1.1 |
902 | 2024-12-19T18:36:38.541Z | Downloaded num-traits v0.2.19 |
903 | 2024-12-19T18:36:38.544Z | Downloaded value-bag v1.9.0 |
904 | 2024-12-19T18:36:38.547Z | Downloaded hashbrown v0.12.3 |
905 | 2024-12-19T18:36:38.551Z | Downloaded reedline v0.35.0 |
906 | 2024-12-19T18:36:38.560Z | Downloaded quinn v0.11.5 |
907 | 2024-12-19T18:36:38.564Z | Downloaded tracing v0.1.40 |
908 | 2024-12-19T18:36:38.568Z | Downloaded zerovec v0.10.4 |
909 | 2024-12-19T18:36:38.575Z | Downloaded hashbrown v0.13.2 |
910 | 2024-12-19T18:36:38.579Z | Downloaded rustls-webpki v0.101.7 |
911 | 2024-12-19T18:36:38.595Z | Downloaded dropshot_endpoint v0.13.0 |
912 | 2024-12-19T18:36:38.598Z | Downloaded icu_properties_data v1.5.0 |
913 | 2024-12-19T18:36:38.610Z | Downloaded smoltcp v0.9.1 |
914 | 2024-12-19T18:36:38.621Z | Downloaded diesel_derives v2.2.3 |
915 | 2024-12-19T18:36:38.625Z | Downloaded dhcproto v0.12.0 |
916 | 2024-12-19T18:36:38.628Z | Downloaded x509-cert v0.2.5 |
917 | 2024-12-19T18:36:38.635Z | Downloaded zip v2.1.3 |
918 | 2024-12-19T18:36:38.640Z | Downloaded time v0.3.36 |
919 | 2024-12-19T18:36:38.647Z | Downloaded curve25519-dalek v4.1.3 |
920 | 2024-12-19T18:36:38.658Z | Downloaded num-bigint-dig v0.8.4 |
921 | 2024-12-19T18:36:38.663Z | Downloaded p521 v0.13.3 |
922 | 2024-12-19T18:36:38.667Z | Downloaded flate2 v1.0.34 |
923 | 2024-12-19T18:36:38.673Z | Downloaded zerocopy v0.8.10 |
924 | 2024-12-19T18:36:38.700Z | Downloaded winnow v0.5.40 |
925 | 2024-12-19T18:36:38.712Z | Downloaded russh v0.45.0 |
926 | 2024-12-19T18:36:38.715Z | Downloaded radix_trie v0.2.1 |
927 | 2024-12-19T18:36:38.719Z | Downloaded git2 v0.19.0 |
928 | 2024-12-19T18:36:38.731Z | Downloaded vcpkg v0.2.15 |
929 | 2024-12-19T18:36:38.772Z | Downloaded num-bigint v0.4.6 |
930 | 2024-12-19T18:36:38.775Z | Downloaded h2 v0.4.6 |
931 | 2024-12-19T18:36:38.783Z | Downloaded quinn-proto v0.11.8 |
932 | 2024-12-19T18:36:38.790Z | Downloaded petname v2.0.2 |
933 | 2024-12-19T18:36:38.796Z | Downloaded idna v0.4.0 |
934 | 2024-12-19T18:36:38.803Z | Downloaded nix v0.27.1 |
935 | 2024-12-19T18:36:38.815Z | Downloaded unicode-normalization v0.1.24 |
936 | 2024-12-19T18:36:38.819Z | Downloaded rustls v0.21.12 |
937 | 2024-12-19T18:36:38.831Z | Downloaded hashbrown v0.14.5 |
938 | 2024-12-19T18:36:38.840Z | Downloaded regex-syntax v0.6.29 |
939 | 2024-12-19T18:36:38.849Z | Downloaded sqlparser v0.45.0 |
940 | 2024-12-19T18:36:38.858Z | Downloaded rusqlite v0.32.1 |
941 | 2024-12-19T18:36:38.865Z | Downloaded openssl v0.10.66 |
942 | 2024-12-19T18:36:38.869Z | Downloaded dropshot v0.12.0 |
943 | 2024-12-19T18:36:38.890Z | Downloaded dropshot v0.13.0 |
944 | 2024-12-19T18:36:38.913Z | Downloaded regress v0.9.1 |
945 | 2024-12-19T18:36:38.921Z | Downloaded smoltcp v0.11.0 |
946 | 2024-12-19T18:36:38.935Z | Downloaded polar-core v0.27.3 |
947 | 2024-12-19T18:36:38.944Z | Downloaded rustls v0.23.19 |
948 | 2024-12-19T18:36:38.956Z | Downloaded hickory-proto v0.24.1 |
949 | 2024-12-19T18:36:38.973Z | Downloaded nix v0.29.0 |
950 | 2024-12-19T18:36:38.987Z | Downloaded webpki-roots v0.26.6 |
951 | 2024-12-19T18:36:38.990Z | Downloaded rustls v0.22.4 |
952 | 2024-12-19T18:36:39.004Z | Downloaded regex v1.11.1 |
953 | 2024-12-19T18:36:39.018Z | Downloaded trust-dns-proto v0.22.0 |
954 | 2024-12-19T18:36:39.031Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2024-12-19T18:36:39.044Z | Downloaded zerocopy-derive v0.6.6 |
956 | 2024-12-19T18:36:39.054Z | Downloaded typify-impl v0.2.0 |
957 | 2024-12-19T18:36:39.071Z | Downloaded ratatui v0.28.1 |
958 | 2024-12-19T18:36:39.092Z | Downloaded regex-syntax v0.8.5 |
959 | 2024-12-19T18:36:39.102Z | Downloaded gimli v0.31.1 |
960 | 2024-12-19T18:36:39.111Z | Downloaded portable-atomic v1.9.0 |
961 | 2024-12-19T18:36:39.118Z | Downloaded diesel v2.2.6 |
962 | 2024-12-19T18:36:39.138Z | Downloaded openapiv3 v2.0.0 |
963 | 2024-12-19T18:36:39.150Z | Downloaded regex-automata v0.4.8 |
964 | 2024-12-19T18:36:39.168Z | Downloaded proptest v1.5.0 |
965 | 2024-12-19T18:36:39.177Z | Downloaded sled v0.34.7 |
966 | 2024-12-19T18:36:39.188Z | Downloaded regress v0.10.1 |
967 | 2024-12-19T18:36:39.197Z | Downloaded rustls-webpki v0.102.8 |
968 | 2024-12-19T18:36:39.216Z | Downloaded p384 v0.13.0 |
969 | 2024-12-19T18:36:39.222Z | Downloaded tokio v1.40.0 |
970 | 2024-12-19T18:36:39.261Z | Downloaded csv v1.3.0 |
971 | 2024-12-19T18:36:39.282Z | Downloaded object v0.36.5 |
972 | 2024-12-19T18:36:39.294Z | Downloaded idna v0.5.0 |
973 | 2024-12-19T18:36:39.301Z | Downloaded bstr v1.10.0 |
974 | 2024-12-19T18:36:39.312Z | Downloaded chrono-tz v0.10.0 |
975 | 2024-12-19T18:36:39.319Z | Downloaded nix v0.28.0 |
976 | 2024-12-19T18:36:39.331Z | Downloaded petgraph v0.6.5 |
977 | 2024-12-19T18:36:39.349Z | Downloaded lzma-sys v0.1.20 |
978 | 2024-12-19T18:36:39.379Z | Downloaded quick-xml v0.33.0 |
979 | 2024-12-19T18:36:39.386Z | Downloaded idna v0.3.0 |
980 | 2024-12-19T18:36:39.392Z | Downloaded idna v0.2.3 |
981 | 2024-12-19T18:36:39.400Z | Downloaded object v0.30.4 |
982 | 2024-12-19T18:36:39.412Z | Downloaded unicode-width v0.2.0 |
983 | 2024-12-19T18:36:39.416Z | Downloaded tough v0.19.0 |
984 | 2024-12-19T18:36:39.424Z | Downloaded lalrpop v0.19.12 |
985 | 2024-12-19T18:36:39.435Z | Downloaded libz-sys v1.1.20 |
986 | 2024-12-19T18:36:39.457Z | Downloaded reqwest v0.12.9 |
987 | 2024-12-19T18:36:39.465Z | Downloaded rayon v1.10.0 |
988 | 2024-12-19T18:36:39.475Z | Downloaded sha3 v0.10.8 |
989 | 2024-12-19T18:36:39.481Z | Downloaded dropshot_endpoint v0.12.0 |
990 | 2024-12-19T18:36:39.484Z | Downloaded displaydoc v0.2.5 |
991 | 2024-12-19T18:36:39.487Z | Downloaded uuid v1.11.0 |
992 | 2024-12-19T18:36:39.489Z | Downloaded rsa v0.9.6 |
993 | 2024-12-19T18:36:39.493Z | Downloaded chrono v0.4.38 |
994 | 2024-12-19T18:36:39.500Z | Downloaded expectorate v1.1.0 |
995 | 2024-12-19T18:36:39.503Z | Downloaded nom v7.1.3 |
996 | 2024-12-19T18:36:39.508Z | Downloaded typify v0.2.0 |
997 | 2024-12-19T18:36:39.511Z | Downloaded futures-util v0.3.31 |
998 | 2024-12-19T18:36:39.524Z | Downloaded signal-hook-mio v0.2.4 |
999 | 2024-12-19T18:36:39.526Z | Downloaded serde-hex v0.1.0 |
1000 | 2024-12-19T18:36:39.526Z | Downloaded rustc_version v0.4.1 |
1001 | 2024-12-19T18:36:39.528Z | Downloaded strip-ansi-escapes v0.2.0 |
1002 | 2024-12-19T18:36:39.528Z | Downloaded ron v0.8.1 |
1003 | 2024-12-19T18:36:39.533Z | Downloaded zip v0.6.6 |
1004 | 2024-12-19T18:36:39.537Z | Downloaded futures v0.3.31 |
1005 | 2024-12-19T18:36:39.542Z | Downloaded vergen v8.3.2 |
1006 | 2024-12-19T18:36:39.545Z | Downloaded unicode-bidi v0.3.17 |
1007 | 2024-12-19T18:36:39.547Z | Downloaded postcard v1.0.10 |
1008 | 2024-12-19T18:36:39.550Z | Downloaded tungstenite v0.24.0 |
1009 | 2024-12-19T18:36:39.555Z | Downloaded openssl-sys v0.9.103 |
1010 | 2024-12-19T18:36:39.559Z | Downloaded multimap v0.10.0 |
1011 | 2024-12-19T18:36:39.562Z | Downloaded dsl_auto_type v0.1.2 |
1012 | 2024-12-19T18:36:39.562Z | Downloaded packed_struct_codegen v0.10.1 |
1013 | 2024-12-19T18:36:39.565Z | Downloaded synstructure v0.13.1 |
1014 | 2024-12-19T18:36:39.566Z | Downloaded num-complex v0.4.6 |
1015 | 2024-12-19T18:36:39.569Z | Downloaded half v2.4.1 |
1016 | 2024-12-19T18:36:39.569Z | Downloaded xz2 v0.1.7 |
1017 | 2024-12-19T18:36:39.572Z | Downloaded samael v0.0.17 |
1018 | 2024-12-19T18:36:39.575Z | Downloaded funty v2.0.0 |
1019 | 2024-12-19T18:36:39.578Z | Downloaded fragile v2.0.0 |
1020 | 2024-12-19T18:36:39.578Z | Downloaded tungstenite v0.21.0 |
1021 | 2024-12-19T18:36:39.581Z | Downloaded parse-zoneinfo v0.3.1 |
1022 | 2024-12-19T18:36:39.584Z | Downloaded zone v0.1.8 |
1023 | 2024-12-19T18:36:39.587Z | Downloaded structmeta v0.2.0 |
1024 | 2024-12-19T18:36:39.589Z | Downloaded sqlformat v0.2.6 |
1025 | 2024-12-19T18:36:39.589Z | Downloaded zerocopy-derive v0.8.10 |
1026 | 2024-12-19T18:36:39.595Z | Downloaded tokio-postgres v0.7.12 |
1027 | 2024-12-19T18:36:39.600Z | Downloaded unicode-segmentation v1.12.0 |
1028 | 2024-12-19T18:36:39.603Z | Downloaded ssh-key v0.6.6 |
1029 | 2024-12-19T18:36:39.610Z | Downloaded idna v1.0.3 |
1030 | 2024-12-19T18:36:39.615Z | Downloaded crossterm v0.28.1 |
1031 | 2024-12-19T18:36:39.621Z | Downloaded tap v1.0.1 |
1032 | 2024-12-19T18:36:39.623Z | Downloaded serde_plain v1.0.2 |
1033 | 2024-12-19T18:36:39.627Z | Downloaded predicates v3.1.2 |
1034 | 2024-12-19T18:36:39.627Z | Downloaded password-hash v0.5.0 |
1035 | 2024-12-19T18:36:39.629Z | Downloaded walkdir v2.5.0 |
1036 | 2024-12-19T18:36:39.632Z | Downloaded miniz_oxide v0.8.0 |
1037 | 2024-12-19T18:36:39.634Z | Downloaded qorb v0.2.1 |
1038 | 2024-12-19T18:36:39.637Z | Downloaded num_enum_derive v0.5.11 |
1039 | 2024-12-19T18:36:39.639Z | Downloaded fatfs v0.3.6 |
1040 | 2024-12-19T18:36:39.642Z | Downloaded tokio-util v0.7.12 |
1041 | 2024-12-19T18:36:39.647Z | Downloaded encoding_rs v0.8.34 |
1042 | 2024-12-19T18:36:39.669Z | Downloaded rustls-pemfile v2.2.0 |
1043 | 2024-12-19T18:36:39.671Z | Downloaded libxml v0.3.3 |
1044 | 2024-12-19T18:36:39.677Z | Downloaded debug-ignore v1.0.5 |
1045 | 2024-12-19T18:36:39.681Z | Downloaded poly1305 v0.8.0 |
1046 | 2024-12-19T18:36:39.684Z | Downloaded tokio-rustls v0.26.0 |
1047 | 2024-12-19T18:36:39.684Z | Downloaded omicron-zone-package v0.11.1 |
1048 | 2024-12-19T18:36:39.686Z | Downloaded typed-path v0.9.3 |
1049 | 2024-12-19T18:36:39.692Z | Downloaded itertools v0.10.5 |
1050 | 2024-12-19T18:36:39.698Z | Downloaded diff v0.1.13 |
1051 | 2024-12-19T18:36:39.702Z | Downloaded futures-macro v0.3.31 |
1052 | 2024-12-19T18:36:39.704Z | Downloaded rustls-pki-types v1.10.0 |
1053 | 2024-12-19T18:36:39.706Z | Downloaded libm v0.2.8 |
1054 | 2024-12-19T18:36:39.714Z | Downloaded aho-corasick v1.1.3 |
1055 | 2024-12-19T18:36:39.720Z | Downloaded tar v0.4.42 |
1056 | 2024-12-19T18:36:39.723Z | Downloaded http v1.1.0 |
1057 | 2024-12-19T18:36:39.727Z | Downloaded native-tls v0.2.12 |
1058 | 2024-12-19T18:36:39.729Z | Downloaded hashlink v0.9.1 |
1059 | 2024-12-19T18:36:39.732Z | Downloaded smallvec v1.13.2 |
1060 | 2024-12-19T18:36:39.735Z | Downloaded similar v2.6.0 |
1061 | 2024-12-19T18:36:39.738Z | Downloaded stable_deref_trait v1.2.0 |
1062 | 2024-12-19T18:36:39.738Z | Downloaded parking_lot v0.11.2 |
1063 | 2024-12-19T18:36:39.741Z | Downloaded postgres-types v0.2.8 |
1064 | 2024-12-19T18:36:39.743Z | Downloaded pem-rfc7468 v0.7.0 |
1065 | 2024-12-19T18:36:39.746Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1066 | 2024-12-19T18:36:39.804Z | Downloaded hickory-server v0.24.1 |
1067 | 2024-12-19T18:36:39.810Z | Downloaded publicsuffix v2.2.3 |
1068 | 2024-12-19T18:36:39.813Z | Downloaded ssh-cipher v0.2.0 |
1069 | 2024-12-19T18:36:39.815Z | Downloaded foldhash v0.1.3 |
1070 | 2024-12-19T18:36:39.815Z | Downloaded whoami v1.5.2 |
1071 | 2024-12-19T18:36:39.818Z | Downloaded percent-encoding v2.3.1 |
1072 | 2024-12-19T18:36:39.820Z | Downloaded toml v0.7.8 |
1073 | 2024-12-19T18:36:39.822Z | Downloaded aes v0.8.4 |
1074 | 2024-12-19T18:36:39.824Z | Downloaded crossbeam-channel v0.5.13 |
1075 | 2024-12-19T18:36:39.829Z | Downloaded serde_path_to_error v0.1.16 |
1076 | 2024-12-19T18:36:39.831Z | Downloaded parking_lot_core v0.8.6 |
1077 | 2024-12-19T18:36:39.833Z | Downloaded foreign-types-macros v0.2.3 |
1078 | 2024-12-19T18:36:39.836Z | Downloaded filetime v0.2.25 |
1079 | 2024-12-19T18:36:39.836Z | Downloaded env_logger v0.10.2 |
1080 | 2024-12-19T18:36:39.839Z | Downloaded derive_more v0.99.18 |
1081 | 2024-12-19T18:36:39.842Z | Downloaded derive-where v1.2.7 |
1082 | 2024-12-19T18:36:39.845Z | Downloaded hickory-resolver v0.24.1 |
1083 | 2024-12-19T18:36:39.850Z | Downloaded crypto-bigint v0.5.5 |
1084 | 2024-12-19T18:36:39.856Z | Downloaded slog-term v2.9.1 |
1085 | 2024-12-19T18:36:39.860Z | Downloaded const_format v0.2.33 |
1086 | 2024-12-19T18:36:39.865Z | Downloaded dyn-clone v1.0.17 |
1087 | 2024-12-19T18:36:39.867Z | Downloaded test-strategy v0.3.1 |
1088 | 2024-12-19T18:36:39.870Z | Downloaded base64 v0.22.1 |
1089 | 2024-12-19T18:36:39.874Z | Downloaded tls_codec_derive v0.4.1 |
1090 | 2024-12-19T18:36:39.877Z | Downloaded tls_codec v0.4.1 |
1091 | 2024-12-19T18:36:39.879Z | Downloaded rand_xorshift v0.3.0 |
1092 | 2024-12-19T18:36:39.879Z | Downloaded derive_builder v0.20.2 |
1093 | 2024-12-19T18:36:39.883Z | Downloaded bumpalo v3.16.0 |
1094 | 2024-12-19T18:36:39.886Z | Downloaded phf v0.11.2 |
1095 | 2024-12-19T18:36:39.888Z | Downloaded der_derive v0.7.3 |
1096 | 2024-12-19T18:36:39.891Z | Downloaded yoke v0.7.4 |
1097 | 2024-12-19T18:36:39.891Z | Downloaded ssh-encoding v0.2.0 |
1098 | 2024-12-19T18:36:39.894Z | Downloaded const_format_proc_macros v0.2.33 |
1099 | 2024-12-19T18:36:39.895Z | Downloaded chacha20poly1305 v0.10.1 |
1100 | 2024-12-19T18:36:39.898Z | Downloaded lock_api v0.4.12 |
1101 | 2024-12-19T18:36:39.901Z | Downloaded glob v0.3.1 |
1102 | 2024-12-19T18:36:39.901Z | Downloaded signature v2.2.0 |
1103 | 2024-12-19T18:36:39.904Z | Downloaded sct v0.7.1 |
1104 | 2024-12-19T18:36:39.907Z | Downloaded crc-any v2.5.0 |
1105 | 2024-12-19T18:36:39.907Z | Downloaded cookie v0.18.1 |
1106 | 2024-12-19T18:36:39.911Z | Downloaded crossbeam-epoch v0.9.18 |
1107 | 2024-12-19T18:36:39.915Z | Downloaded parse-display v0.10.0 |
1108 | 2024-12-19T18:36:39.915Z | Downloaded tokio-tungstenite v0.24.0 |
1109 | 2024-12-19T18:36:39.917Z | Downloaded rustc-demangle v0.1.24 |
1110 | 2024-12-19T18:36:39.917Z | Downloaded indicatif v0.17.9 |
1111 | 2024-12-19T18:36:39.920Z | Downloaded icu_properties v1.5.1 |
1112 | 2024-12-19T18:36:39.924Z | Downloaded base64 v0.21.7 |
1113 | 2024-12-19T18:36:39.927Z | Downloaded clang-sys v1.8.1 |
1114 | 2024-12-19T18:36:39.932Z | Downloaded ciborium v0.2.2 |
1115 | 2024-12-19T18:36:39.935Z | Downloaded progenitor-impl v0.8.0 |
1116 | 2024-12-19T18:36:39.935Z | Downloaded universal-hash v0.5.1 |
1117 | 2024-12-19T18:36:39.935Z | Downloaded tui-tree-widget v0.22.0 |
1118 | 2024-12-19T18:36:39.938Z | Downloaded unicase v2.7.0 |
1119 | 2024-12-19T18:36:39.938Z | Downloaded slog-envlogger v2.2.0 |
1120 | 2024-12-19T18:36:39.941Z | Downloaded hostname v0.4.0 |
1121 | 2024-12-19T18:36:39.943Z | Downloaded schemars_derive v0.8.21 |
1122 | 2024-12-19T18:36:39.943Z | Downloaded scopeguard v1.2.0 |
1123 | 2024-12-19T18:36:39.943Z | Downloaded rustversion v1.0.17 |
1124 | 2024-12-19T18:36:39.946Z | Downloaded rpassword v7.3.1 |
1125 | 2024-12-19T18:36:39.946Z | Downloaded icu_provider v1.5.0 |
1126 | 2024-12-19T18:36:39.949Z | Downloaded curve25519-dalek-derive v0.1.1 |
1127 | 2024-12-19T18:36:39.952Z | Downloaded ctr v0.9.2 |
1128 | 2024-12-19T18:36:39.955Z | Downloaded ciborium-ll v0.2.2 |
1129 | 2024-12-19T18:36:39.955Z | Downloaded cbc v0.1.2 |
1130 | 2024-12-19T18:36:39.955Z | Downloaded async-stream v0.3.6 |
1131 | 2024-12-19T18:36:39.958Z | Downloaded chacha20 v0.9.1 |
1132 | 2024-12-19T18:36:39.960Z | Downloaded block-padding v0.3.3 |
1133 | 2024-12-19T18:36:39.960Z | Downloaded adler2 v2.0.0 |
1134 | 2024-12-19T18:36:39.963Z | Downloaded cancel-safe-futures v0.1.5 |
1135 | 2024-12-19T18:36:39.965Z | Downloaded bcs v0.1.6 |
1136 | 2024-12-19T18:36:39.967Z | Downloaded crucible-workspace-hack v0.1.0 |
1137 | 2024-12-19T18:36:39.970Z | Downloaded indent_write v2.2.0 |
1138 | 2024-12-19T18:36:39.970Z | Downloaded base64ct v1.6.0 |
1139 | 2024-12-19T18:36:39.972Z | Downloaded md-5 v0.10.6 |
1140 | 2024-12-19T18:36:39.975Z | Downloaded lalrpop-util v0.19.12 |
1141 | 2024-12-19T18:36:39.975Z | Downloaded async-bb8-diesel v0.2.1 |
1142 | 2024-12-19T18:36:39.978Z | Downloaded instability v0.3.2 |
1143 | 2024-12-19T18:36:39.978Z | Downloaded impl-trait-for-tuples v0.2.2 |
1144 | 2024-12-19T18:36:39.980Z | Downloaded idna_adapter v1.2.0 |
1145 | 2024-12-19T18:36:39.983Z | Downloaded ciborium-io v0.2.2 |
1146 | 2024-12-19T18:36:39.983Z | Downloaded cfg_aliases v0.2.1 |
1147 | 2024-12-19T18:36:39.983Z | Downloaded bitflags v1.3.2 |
1148 | 2024-12-19T18:36:39.985Z | Downloaded bit-set v0.5.3 |
1149 | 2024-12-19T18:36:39.988Z | Downloaded bb8 v0.8.5 |
1150 | 2024-12-19T18:36:39.988Z | Downloaded inout v0.1.3 |
1151 | 2024-12-19T18:36:39.991Z | Downloaded iana-time-zone v0.1.61 |
1152 | 2024-12-19T18:36:39.993Z | Downloaded hickory-client v0.24.1 |
1153 | 2024-12-19T18:36:39.996Z | Downloaded base16ct v0.2.0 |
1154 | 2024-12-19T18:36:39.996Z | Downloaded async-recursion v1.1.1 |
1155 | 2024-12-19T18:36:39.998Z | Downloaded argon2 v0.5.3 |
1156 | 2024-12-19T18:36:40.001Z | Downloaded bit-vec v0.6.3 |
1157 | 2024-12-19T18:36:40.004Z | Downloaded atomic-waker v1.1.2 |
1158 | 2024-12-19T18:36:40.004Z | Downloaded icu_provider_macros v1.5.0 |
1159 | 2024-12-19T18:36:40.004Z | Downloaded async-stream-impl v0.3.6 |
1160 | 2024-12-19T18:36:40.006Z | Downloaded assert_matches v1.5.0 |
1161 | 2024-12-19T18:36:40.006Z | Downloaded arrayref v0.3.9 |
1162 | 2024-12-19T18:36:40.042Z | Downloaded ring v0.17.8 |
1163 | 2024-12-19T18:36:40.320Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2024-12-19T18:36:40.549Z | Downloaded ring v0.16.20 |
1165 | 2024-12-19T18:36:40.635Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2024-12-19T18:36:40.826Z | Compiling serde v1.0.215 |
1167 | 2024-12-19T18:36:40.829Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-19T18:36:40.829Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-19T18:36:40.829Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-19T18:36:40.829Z | Compiling typenum v1.17.0 |
1171 | 2024-12-19T18:36:40.829Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-19T18:36:41.037Z | Compiling syn v2.0.87 |
1173 | 2024-12-19T18:36:41.053Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-19T18:36:41.147Z | Compiling subtle v2.6.1 |
1175 | 2024-12-19T18:36:41.355Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-19T18:36:41.541Z | Compiling log v0.4.22 |
1177 | 2024-12-19T18:36:41.593Z | Compiling shlex v1.3.0 |
1178 | 2024-12-19T18:36:41.635Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-19T18:36:41.699Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-19T18:36:41.968Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-19T18:36:42.111Z | Compiling spin v0.9.8 |
1182 | 2024-12-19T18:36:42.152Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-19T18:36:42.300Z | Compiling cc v1.1.30 |
1184 | 2024-12-19T18:36:42.343Z | Compiling rustix v0.38.37 |
1185 | 2024-12-19T18:36:42.568Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-19T18:36:42.595Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-19T18:36:42.878Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-19T18:36:42.899Z | Compiling mio v1.0.2 |
1189 | 2024-12-19T18:36:43.371Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-19T18:36:43.801Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-19T18:36:43.856Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-19T18:36:43.916Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-19T18:36:44.057Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-19T18:36:44.207Z | Compiling futures-sink v0.3.31 |
1195 | 2024-12-19T18:36:44.230Z | Compiling either v1.13.0 |
1196 | 2024-12-19T18:36:44.275Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2024-12-19T18:36:44.391Z | Compiling glob v0.3.1 |
1198 | 2024-12-19T18:36:44.428Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-19T18:36:44.711Z | Compiling slab v0.4.9 |
1200 | 2024-12-19T18:36:44.846Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-19T18:36:45.208Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-19T18:36:45.503Z | Compiling libloading v0.8.5 |
1203 | 2024-12-19T18:36:45.540Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-19T18:36:45.569Z | Compiling bindgen v0.69.5 |
1205 | 2024-12-19T18:36:45.778Z | Compiling nom v7.1.3 |
1206 | 2024-12-19T18:36:45.997Z | Compiling home v0.5.9 |
1207 | 2024-12-19T18:36:46.297Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-19T18:36:46.486Z | Compiling itertools v0.10.5 |
1209 | 2024-12-19T18:36:46.671Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-19T18:36:47.118Z | Compiling futures-task v0.3.31 |
1211 | 2024-12-19T18:36:47.178Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-12-19T18:36:47.447Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-19T18:36:47.788Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-19T18:36:47.975Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-19T18:36:48.062Z | Compiling rustc-hash v1.1.0 |
1216 | 2024-12-19T18:36:48.238Z | Compiling pin-utils v0.1.0 |
1217 | 2024-12-19T18:36:48.346Z | Compiling foldhash v0.1.3 |
1218 | 2024-12-19T18:36:48.699Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-19T18:36:49.567Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-19T18:36:49.609Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-19T18:36:50.093Z | Compiling cmake v0.1.51 |
1222 | 2024-12-19T18:36:51.216Z | Compiling pkg-config v0.3.31 |
1223 | 2024-12-19T18:36:51.273Z | Compiling fs_extra v1.3.0 |
1224 | 2024-12-19T18:36:51.404Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-19T18:36:51.503Z | Compiling dunce v1.0.5 |
1226 | 2024-12-19T18:36:51.525Z | Compiling libm v0.2.8 |
1227 | 2024-12-19T18:36:51.639Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-19T18:36:51.853Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-19T18:36:52.419Z | Compiling ring v0.17.8 |
1230 | 2024-12-19T18:36:52.846Z | Compiling paste v1.0.15 |
1231 | 2024-12-19T18:36:52.999Z | Compiling writeable v0.5.5 |
1232 | 2024-12-19T18:36:53.278Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-19T18:36:53.380Z | Compiling litemap v0.7.3 |
1234 | 2024-12-19T18:36:53.403Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-19T18:36:53.554Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-19T18:36:53.776Z | Compiling regex v1.11.1 |
1237 | 2024-12-19T18:36:54.008Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-19T18:36:54.776Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-19T18:36:54.870Z | Compiling flagset v0.4.6 |
1240 | 2024-12-19T18:36:54.943Z | Compiling httparse v1.9.5 |
1241 | 2024-12-19T18:36:55.247Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-19T18:36:55.801Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-12-19T18:36:56.183Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2024-12-19T18:36:56.293Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-19T18:36:56.319Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-19T18:36:56.627Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-19T18:36:56.652Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-19T18:36:56.905Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-19T18:36:57.157Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-19T18:36:57.506Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-19T18:36:58.321Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-19T18:36:58.806Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-12-19T18:36:58.947Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-12-19T18:36:59.354Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-19T18:36:59.378Z | Compiling futures-macro v0.3.31 |
1256 | 2024-12-19T18:37:00.172Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-19T18:37:00.435Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-19T18:37:00.744Z | Compiling digest v0.10.7 |
1259 | 2024-12-19T18:37:01.119Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-19T18:37:01.285Z | Compiling hmac v0.12.1 |
1261 | 2024-12-19T18:37:01.438Z | Compiling block-padding v0.3.3 |
1262 | 2024-12-19T18:37:01.526Z | Compiling futures-util v0.3.31 |
1263 | 2024-12-19T18:37:01.559Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-19T18:37:01.699Z | Compiling inout v0.1.3 |
1265 | 2024-12-19T18:37:01.885Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-19T18:37:02.051Z | Compiling cipher v0.4.4 |
1267 | 2024-12-19T18:37:02.075Z | Compiling sha2 v0.10.8 |
1268 | 2024-12-19T18:37:02.172Z | Compiling yoke v0.7.4 |
1269 | 2024-12-19T18:37:02.544Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-19T18:37:02.593Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-12-19T18:37:02.615Z | Compiling der_derive v0.7.3 |
1272 | 2024-12-19T18:37:02.698Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2024-12-19T18:37:03.435Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-12-19T18:37:03.498Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-12-19T18:37:03.951Z | Compiling rand v0.8.5 |
1276 | 2024-12-19T18:37:04.156Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-19T18:37:05.348Z | Compiling der v0.7.9 |
1278 | 2024-12-19T18:37:05.812Z | Compiling pest v2.7.14 |
1279 | 2024-12-19T18:37:06.017Z | Compiling salsa20 v0.10.2 |
1280 | 2024-12-19T18:37:06.198Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-19T18:37:06.263Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-19T18:37:06.576Z | Compiling pbkdf2 v0.12.2 |
1283 | 2024-12-19T18:37:06.700Z | Compiling icu_locid v1.5.0 |
1284 | 2024-12-19T18:37:06.798Z | Compiling untrusted v0.9.0 |
1285 | 2024-12-19T18:37:06.998Z | Compiling vcpkg v0.2.15 |
1286 | 2024-12-19T18:37:07.637Z | Compiling tracing v0.1.40 |
1287 | 2024-12-19T18:37:07.947Z | Compiling spki v0.7.3 |
1288 | 2024-12-19T18:37:08.193Z | Compiling icu_provider v1.5.0 |
1289 | 2024-12-19T18:37:08.251Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-19T18:37:08.361Z | Compiling mirai-annotations v1.12.0 |
1291 | 2024-12-19T18:37:08.460Z | Compiling icu_properties_data v1.5.0 |
1292 | 2024-12-19T18:37:08.580Z | Compiling num-conv v0.1.0 |
1293 | 2024-12-19T18:37:08.749Z | Compiling powerfmt v0.2.0 |
1294 | 2024-12-19T18:37:08.907Z | Compiling time-core v0.1.2 |
1295 | 2024-12-19T18:37:09.113Z | Compiling icu_locid_transform v1.5.0 |
1296 | 2024-12-19T18:37:09.115Z | Compiling time-macros v0.2.18 |
1297 | 2024-12-19T18:37:09.167Z | Compiling deranged v0.3.11 |
1298 | 2024-12-19T18:37:09.190Z | Compiling pest_meta v2.7.14 |
1299 | 2024-12-19T18:37:09.360Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-19T18:37:10.587Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-19T18:37:10.797Z | Compiling scrypt v0.11.0 |
1302 | 2024-12-19T18:37:11.269Z | Compiling cbc v0.1.2 |
1303 | 2024-12-19T18:37:11.409Z | Compiling aes v0.8.4 |
1304 | 2024-12-19T18:37:11.525Z | Compiling scroll_derive v0.12.0 |
1305 | 2024-12-19T18:37:12.052Z | Compiling bitflags v2.6.0 |
1306 | 2024-12-19T18:37:12.310Z | Compiling bytes v1.8.0 |
1307 | 2024-12-19T18:37:13.173Z | Compiling indexmap v2.6.0 |
1308 | 2024-12-19T18:37:13.420Z | Compiling tokio v1.40.0 |
1309 | 2024-12-19T18:37:13.745Z | Compiling http v1.1.0 |
1310 | 2024-12-19T18:37:14.542Z | Compiling semver v1.0.23 |
1311 | 2024-12-19T18:37:14.594Z | Compiling utf8_iter v1.0.4 |
1312 | 2024-12-19T18:37:14.780Z | Compiling write16 v1.0.0 |
1313 | 2024-12-19T18:37:14.852Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-12-19T18:37:14.917Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-19T18:37:14.973Z | Compiling num_threads v0.1.7 |
1316 | 2024-12-19T18:37:15.124Z | Compiling rustc_version v0.4.1 |
1317 | 2024-12-19T18:37:15.146Z | Compiling atomic-waker v1.1.2 |
1318 | 2024-12-19T18:37:15.359Z | Compiling http-body v1.0.1 |
1319 | 2024-12-19T18:37:15.382Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-19T18:37:15.623Z | Compiling time v0.3.36 |
1321 | 2024-12-19T18:37:15.975Z | Compiling scroll v0.12.0 |
1322 | 2024-12-19T18:37:15.998Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-12-19T18:37:16.318Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-19T18:37:16.381Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-12-19T18:37:16.593Z | Compiling slog v2.7.0 |
1326 | 2024-12-19T18:37:16.752Z | Compiling which v4.4.2 |
1327 | 2024-12-19T18:37:17.365Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-19T18:37:17.523Z | Compiling want v0.3.1 |
1329 | 2024-12-19T18:37:17.552Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-12-19T18:37:17.602Z | Compiling goblin v0.8.2 |
1331 | 2024-12-19T18:37:17.855Z | Compiling idna_adapter v1.2.0 |
1332 | 2024-12-19T18:37:18.109Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-19T18:37:18.231Z | Compiling idna v1.0.3 |
1334 | 2024-12-19T18:37:18.551Z | Compiling pest_derive v2.7.14 |
1335 | 2024-12-19T18:37:18.605Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-12-19T18:37:18.843Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-19T18:37:19.228Z | Compiling uuid v1.11.0 |
1338 | 2024-12-19T18:37:19.426Z | Compiling serde_tokenstream v0.2.2 |
1339 | 2024-12-19T18:37:19.437Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-12-19T18:37:20.095Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-19T18:37:20.192Z | Compiling rustversion v1.0.17 |
1342 | 2024-12-19T18:37:20.234Z | Compiling openssl v0.10.66 |
1343 | 2024-12-19T18:37:20.677Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-19T18:37:20.753Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-19T18:37:20.792Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-12-19T18:37:20.913Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-19T18:37:20.985Z | Compiling base64 v0.22.1 |
1348 | 2024-12-19T18:37:21.144Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-12-19T18:37:21.299Z | Compiling chrono v0.4.38 |
1350 | 2024-12-19T18:37:21.328Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-19T18:37:21.436Z | Compiling hostname v0.3.1 |
1352 | 2024-12-19T18:37:21.752Z | Compiling url v2.5.3 |
1353 | 2024-12-19T18:37:21.807Z | Compiling async-trait v0.1.83 |
1354 | 2024-12-19T18:37:22.855Z | Compiling tokio-util v0.7.12 |
1355 | 2024-12-19T18:37:23.293Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-19T18:37:23.923Z | Compiling h2 v0.4.6 |
1357 | 2024-12-19T18:37:24.114Z | Compiling dof v0.3.0 |
1358 | 2024-12-19T18:37:24.390Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-19T18:37:24.809Z | Compiling siphasher v0.3.11 |
1360 | 2024-12-19T18:37:25.106Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-12-19T18:37:25.231Z | Compiling rustls v0.22.4 |
1362 | 2024-12-19T18:37:25.341Z | Compiling data-encoding v2.6.0 |
1363 | 2024-12-19T18:37:25.503Z | Compiling rustls v0.23.19 |
1364 | 2024-12-19T18:37:25.797Z | Compiling syn v1.0.109 |
1365 | 2024-12-19T18:37:26.457Z | Compiling native-tls v0.2.12 |
1366 | 2024-12-19T18:37:26.602Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-19T18:37:26.876Z | Compiling heapless v0.7.17 |
1368 | 2024-12-19T18:37:27.374Z | Compiling http-body-util v0.1.2 |
1369 | 2024-12-19T18:37:27.945Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-19T18:37:27.973Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-19T18:37:28.388Z | Compiling signature v2.2.0 |
1372 | 2024-12-19T18:37:28.421Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-19T18:37:28.717Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-19T18:37:28.758Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-19T18:37:28.780Z | Compiling cookie v0.18.1 |
1376 | 2024-12-19T18:37:28.913Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-19T18:37:29.075Z | Compiling multer v3.1.0 |
1378 | 2024-12-19T18:37:29.369Z | Compiling gimli v0.31.1 |
1379 | 2024-12-19T18:37:29.395Z | Compiling openssl-probe v0.1.5 |
1380 | 2024-12-19T18:37:29.829Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-19T18:37:30.124Z | Compiling mime v0.3.17 |
1382 | 2024-12-19T18:37:30.309Z | Compiling schemars v0.8.21 |
1383 | 2024-12-19T18:37:30.691Z | Compiling rayon-core v1.12.1 |
1384 | 2024-12-19T18:37:30.782Z | Compiling slog-async v2.8.0 |
1385 | 2024-12-19T18:37:30.996Z | Compiling unicode-properties v0.1.3 |
1386 | 2024-12-19T18:37:31.355Z | Compiling ipnet v2.10.1 |
1387 | 2024-12-19T18:37:31.506Z | Compiling hyper v1.5.0 |
1388 | 2024-12-19T18:37:31.678Z | Compiling schemars_derive v0.8.21 |
1389 | 2024-12-19T18:37:32.748Z | Compiling stringprep v0.1.5 |
1390 | 2024-12-19T18:37:34.115Z | Compiling hyper-util v0.1.10 |
1391 | 2024-12-19T18:37:34.485Z | Compiling addr2line v0.24.2 |
1392 | 2024-12-19T18:37:35.246Z | Compiling toml_edit v0.22.22 |
1393 | 2024-12-19T18:37:35.372Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-19T18:37:35.448Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-19T18:37:36.025Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-19T18:37:36.216Z | Compiling term v0.7.0 |
1397 | 2024-12-19T18:37:36.918Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-19T18:37:36.998Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-19T18:37:37.177Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-19T18:37:37.363Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-19T18:37:37.567Z | Compiling futures-executor v0.3.31 |
1402 | 2024-12-19T18:37:37.590Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-19T18:37:37.835Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-19T18:37:37.899Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-19T18:37:38.135Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-19T18:37:38.209Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-19T18:37:38.260Z | Compiling idna v0.4.0 |
1408 | 2024-12-19T18:37:38.545Z | Compiling idna v0.3.0 |
1409 | 2024-12-19T18:37:38.712Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-19T18:37:39.098Z | Compiling ff v0.13.0 |
1411 | 2024-12-19T18:37:39.119Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-19T18:37:39.265Z | Compiling object v0.36.5 |
1413 | 2024-12-19T18:37:39.336Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-19T18:37:39.600Z | Compiling smoltcp v0.9.1 |
1415 | 2024-12-19T18:37:39.648Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-19T18:37:39.962Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-12-19T18:37:40.071Z | Compiling anyhow v1.0.93 |
1418 | 2024-12-19T18:37:40.358Z | Compiling rustc-demangle v0.1.24 |
1419 | 2024-12-19T18:37:40.381Z | Compiling utf-8 v0.7.6 |
1420 | 2024-12-19T18:37:40.744Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-19T18:37:40.766Z | Compiling dyn-clone v1.0.17 |
1422 | 2024-12-19T18:37:40.996Z | Compiling take_mut v0.2.2 |
1423 | 2024-12-19T18:37:41.082Z | Compiling fallible-iterator v0.2.0 |
1424 | 2024-12-19T18:37:41.106Z | Compiling psl-types v2.0.11 |
1425 | 2024-12-19T18:37:41.170Z | Compiling linked-hash-map v0.5.6 |
1426 | 2024-12-19T18:37:41.316Z | Compiling quick-error v1.2.3 |
1427 | 2024-12-19T18:37:41.379Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-12-19T18:37:41.493Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-19T18:37:41.550Z | Compiling lru-cache v0.1.2 |
1430 | 2024-12-19T18:37:41.854Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-19T18:37:41.877Z | Compiling sec1 v0.7.3 |
1432 | 2024-12-19T18:37:42.926Z | Compiling tungstenite v0.24.0 |
1433 | 2024-12-19T18:37:43.159Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-19T18:37:43.313Z | Compiling group v0.13.0 |
1435 | 2024-12-19T18:37:43.503Z | Compiling usdt v0.5.0 |
1436 | 2024-12-19T18:37:43.683Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-19T18:37:44.069Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-12-19T18:37:45.047Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-19T18:37:45.261Z | Compiling toml v0.8.19 |
1440 | 2024-12-19T18:37:45.485Z | Compiling futures v0.3.31 |
1441 | 2024-12-19T18:37:45.667Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-19T18:37:47.140Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-19T18:37:47.198Z | Compiling camino v1.1.9 |
1444 | 2024-12-19T18:37:47.872Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-19T18:37:47.923Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-19T18:37:48.185Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-19T18:37:48.251Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-19T18:37:48.338Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-19T18:37:48.490Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-19T18:37:48.588Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-19T18:37:48.858Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-19T18:37:49.151Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-19T18:37:49.487Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-19T18:37:49.734Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-19T18:37:51.111Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-19T18:37:51.706Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-12-19T18:37:52.244Z | Compiling idna v0.5.0 |
1458 | 2024-12-19T18:37:52.731Z | Compiling hostname v0.4.0 |
1459 | 2024-12-19T18:37:52.848Z | Compiling fs-err v2.11.0 |
1460 | 2024-12-19T18:37:53.006Z | Compiling ahash v0.8.11 |
1461 | 2024-12-19T18:37:53.173Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-19T18:37:53.237Z | Compiling winnow v0.5.40 |
1463 | 2024-12-19T18:37:53.259Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-12-19T18:37:53.372Z | Compiling managed v0.8.0 |
1465 | 2024-12-19T18:37:53.422Z | Compiling bitflags v1.3.2 |
1466 | 2024-12-19T18:37:53.548Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-19T18:37:53.551Z | Compiling flate2 v1.0.34 |
1468 | 2024-12-19T18:37:54.158Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-19T18:37:54.622Z | Compiling console v0.15.8 |
1470 | 2024-12-19T18:37:55.423Z | Compiling cookie_store v0.21.0 |
1471 | 2024-12-19T18:37:56.169Z | Compiling hubpack v0.1.2 |
1472 | 2024-12-19T18:37:56.318Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-19T18:37:56.671Z | Compiling zerocopy v0.6.6 |
1474 | 2024-12-19T18:37:57.190Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-19T18:37:57.286Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-19T18:37:57.359Z | Compiling phf v0.11.2 |
1477 | 2024-12-19T18:37:57.651Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-19T18:37:57.696Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-19T18:37:58.184Z | Compiling rayon v1.10.0 |
1480 | 2024-12-19T18:37:58.804Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-19T18:37:59.252Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-19T18:37:59.868Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-19T18:38:03.049Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-19T18:38:03.340Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-19T18:38:03.777Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-19T18:38:03.897Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-19T18:38:04.529Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-19T18:38:04.669Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-19T18:38:04.783Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-19T18:38:04.934Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-19T18:38:04.958Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-19T18:38:04.982Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-19T18:38:05.026Z | Compiling bstr v1.10.0 |
1494 | 2024-12-19T18:38:05.221Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-19T18:38:05.395Z | Compiling precomputed-hash v0.1.1 |
1496 | 2024-12-19T18:38:05.531Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-12-19T18:38:05.675Z | Compiling difflib v0.4.0 |
1498 | 2024-12-19T18:38:05.861Z | Compiling whoami v1.5.2 |
1499 | 2024-12-19T18:38:06.226Z | Compiling predicates-core v1.0.8 |
1500 | 2024-12-19T18:38:06.551Z | Compiling static_assertions v1.1.0 |
1501 | 2024-12-19T18:38:06.613Z | Compiling bit-vec v0.6.3 |
1502 | 2024-12-19T18:38:06.662Z | Compiling fixedbitset v0.4.2 |
1503 | 2024-12-19T18:38:06.874Z | Compiling new_debug_unreachable v1.0.6 |
1504 | 2024-12-19T18:38:06.987Z | Compiling number_prefix v0.4.0 |
1505 | 2024-12-19T18:38:07.117Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2024-12-19T18:38:07.183Z | Compiling unicode-width v0.2.0 |
1507 | 2024-12-19T18:38:07.223Z | Compiling petgraph v0.6.5 |
1508 | 2024-12-19T18:38:07.396Z | Compiling bit-set v0.5.3 |
1509 | 2024-12-19T18:38:07.706Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-19T18:38:07.752Z | Compiling string_cache v0.8.7 |
1511 | 2024-12-19T18:38:08.021Z | Compiling similar v2.6.0 |
1512 | 2024-12-19T18:38:08.252Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-19T18:38:08.629Z | Compiling predicates v3.1.2 |
1514 | 2024-12-19T18:38:10.008Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-19T18:38:10.048Z | Compiling clap v4.5.21 |
1516 | 2024-12-19T18:38:10.188Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-19T18:38:10.429Z | Compiling rsa v0.9.6 |
1518 | 2024-12-19T18:38:10.577Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-19T18:38:11.120Z | Compiling toml v0.7.8 |
1520 | 2024-12-19T18:38:11.582Z | Compiling zip v0.6.6 |
1521 | 2024-12-19T18:38:11.952Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-19T18:38:13.937Z | Compiling hex v0.4.3 |
1523 | 2024-12-19T18:38:13.962Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-19T18:38:14.117Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-12-19T18:38:14.512Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-19T18:38:14.624Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-19T18:38:14.717Z | Compiling strum_macros v0.26.4 |
1528 | 2024-12-19T18:38:15.363Z | Compiling xattr v1.3.1 |
1529 | 2024-12-19T18:38:15.650Z | Compiling filetime v0.2.25 |
1530 | 2024-12-19T18:38:15.998Z | Compiling tar v0.4.42 |
1531 | 2024-12-19T18:38:20.376Z | Compiling strum v0.26.3 |
1532 | 2024-12-19T18:38:24.075Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-12-19T18:38:54.374Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-12-19T18:38:58.083Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-12-19T18:38:59.826Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-12-19T18:39:00.214Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-12-19T18:39:00.577Z | Compiling reqwest v0.12.9 |
1538 | 2024-12-19T18:39:01.962Z | Compiling qorb v0.2.1 |
1539 | 2024-12-19T18:39:07.117Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-12-19T18:39:07.399Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-12-19T18:39:13.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
1542 | 2024-12-19T18:39:14.060Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-12-19T18:39:14.132Z | Dec 19 18:39:13.052 INFO Starting download, target: Clickhouse |
1544 | 2024-12-19T18:39:14.133Z | Dec 19 18:39:13.052 INFO Starting download, target: Cockroach |
1545 | 2024-12-19T18:39:14.133Z | Dec 19 18:39:13.052 INFO Starting download, target: Console |
1546 | 2024-12-19T18:39:14.133Z | Dec 19 18:39:13.052 INFO Starting download, target: DendriteOpenapi |
1547 | 2024-12-19T18:39:14.134Z | Dec 19 18:39:13.052 INFO Starting download, target: DendriteStub |
1548 | 2024-12-19T18:39:14.134Z | Dec 19 18:39:13.052 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-12-19T18:39:14.134Z | Dec 19 18:39:13.052 INFO Starting download, target: TransceiverControl |
1550 | 2024-12-19T18:39:14.139Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-12-19T18:39:14.139Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-19T18:39:14.139Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-19T18:39:14.139Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-12-19T18:39:14.139Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-12-19T18:39:14.139Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-12-19T18:39:14.140Z | Dec 19 18:39:13.053 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-19T18:39:14.341Z | Dec 19 18:39:13.265 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-12-19T18:39:14.624Z | Dec 19 18:39:13.530 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-12-19T18:39:14.668Z | Dec 19 18:39:13.594 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-19T18:39:14.964Z | Dec 19 18:39:13.869 INFO Download complete, target: Console |
1561 | 2024-12-19T18:39:15.159Z | Dec 19 18:39:14.084 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-19T18:39:15.341Z | Dec 19 18:39:14.270 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-19T18:39:15.420Z | Dec 19 18:39:14.329 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-19T18:39:15.826Z | Dec 19 18:39:14.757 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1565 | 2024-12-19T18:39:15.826Z | Dec 19 18:39:14.757 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1566 | 2024-12-19T18:39:15.988Z | Dec 19 18:39:14.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-19T18:39:18.014Z | Dec 19 18:39:16.944 INFO Download complete, target: DendriteStub |
1568 | 2024-12-19T18:39:18.322Z | Dec 19 18:39:17.253 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-19T18:39:23.369Z | Dec 19 18:39:22.299 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-19T18:39:23.549Z | Dec 19 18:39:22.479 INFO Download complete, target: Cockroach |
1571 | 2024-12-19T18:39:28.724Z | Dec 19 18:39:27.653 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-12-19T18:39:28.904Z | Dec 19 18:39:27.833 INFO Download complete, target: Clickhouse |
1573 | 2024-12-19T18:39:28.927Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-12-19T18:39:28.932Z | |
1575 | 2024-12-19T18:39:28.932Z | real 5:12.272917237 |
1576 | 2024-12-19T18:39:28.932Z | user 17:35.313439706 |
1577 | 2024-12-19T18:39:28.932Z | sys 3:26.197035090 |
1578 | 2024-12-19T18:39:28.932Z | trap 0.659768672 |
1579 | 2024-12-19T18:39:28.932Z | tflt 1.749004659 |
1580 | 2024-12-19T18:39:28.932Z | dflt 2.382821615 |
1581 | 2024-12-19T18:39:28.932Z | kflt 0.025172028 |
1582 | 2024-12-19T18:39:28.932Z | lock 31:07.636723519 |
1583 | 2024-12-19T18:39:28.932Z | slp 1:05:27.621875447 |
1584 | 2024-12-19T18:39:28.932Z | lat 1:01.170839896 |
1585 | 2024-12-19T18:39:28.932Z | stop 2:36.205285415 |
1586 | 2024-12-19T18:39:28.932Z | + banner hack-check |
1587 | 2024-12-19T18:39:28.932Z | |
1588 | 2024-12-19T18:39:28.932Z | # # ## #### # # #### # # ###### #### # # |
1589 | 2024-12-19T18:39:28.932Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-12-19T18:39:28.932Z | ###### # # # #### ##### # ###### ##### # #### |
1591 | 2024-12-19T18:39:28.932Z | # # ###### # # # # # # # # # # |
1592 | 2024-12-19T18:39:28.932Z | # # # # # # # # # # # # # # # # # |
1593 | 2024-12-19T18:39:28.932Z | # # # # #### # # #### # # ###### #### # # |
1594 | 2024-12-19T18:39:28.932Z | |
1595 | 2024-12-19T18:39:28.932Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-19T18:39:28.933Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-19T18:39:28.933Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1598 | 2024-12-19T18:39:29.529Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-12-19T18:39:33.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
1600 | 2024-12-19T18:39:33.487Z | Running `target/debug/xtask check-features --ci` |
1601 | 2024-12-19T18:39:33.517Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1602 | 2024-12-19T18:39:33.517Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1603 | 2024-12-19T18:39:34.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1604 | 2024-12-19T18:39:34.055Z | Running `target/debug/xtask download cargo-hack` |
1605 | 2024-12-19T18:39:34.991Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1606 | 2024-12-19T18:39:35.391Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1607 | 2024-12-19T18:39:41.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s |
1608 | 2024-12-19T18:39:41.200Z | Running `target/debug/xtask-downloader cargo-hack` |
1609 | 2024-12-19T18:39:41.245Z | Dec 19 18:39:40.172 INFO Starting download, target: CargoHack |
1610 | 2024-12-19T18:39:41.248Z | Dec 19 18:39:40.173 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1611 | 2024-12-19T18:39:41.992Z | Dec 19 18:39:40.919 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1612 | 2024-12-19T18:39:42.082Z | Dec 19 18:39:41.009 INFO Download complete, target: CargoHack |
1613 | 2024-12-19T18:39:42.086Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1614 | 2024-12-19T18:39:42.105Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1615 | 2024-12-19T18:39:42.298Z | info: running `cargo check --bins` on api_identity (1/174) |
1616 | 2024-12-19T18:39:42.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-12-19T18:39:42.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-12-19T18:39:42.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-12-19T18:39:42.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1620 | 2024-12-19T18:39:43.024Z | |
1621 | 2024-12-19T18:39:43.024Z | info: running `cargo check --bins` on bootstore (2/174) |
1622 | 2024-12-19T18:39:43.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-12-19T18:39:43.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-12-19T18:39:43.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-12-19T18:39:43.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1626 | 2024-12-19T18:39:43.762Z | |
1627 | 2024-12-19T18:39:43.762Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/174) |
1628 | 2024-12-19T18:39:44.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-12-19T18:39:44.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-12-19T18:39:44.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-12-19T18:39:44.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1632 | 2024-12-19T18:39:44.463Z | |
1633 | 2024-12-19T18:39:44.463Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174) |
1634 | 2024-12-19T18:39:45.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-12-19T18:39:45.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-12-19T18:39:45.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-12-19T18:39:45.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1638 | 2024-12-19T18:39:45.171Z | |
1639 | 2024-12-19T18:39:45.171Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174) |
1640 | 2024-12-19T18:39:45.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-12-19T18:39:45.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-12-19T18:39:45.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-12-19T18:39:45.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1644 | 2024-12-19T18:39:45.650Z | |
1645 | 2024-12-19T18:39:45.650Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174) |
1646 | 2024-12-19T18:39:46.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-12-19T18:39:46.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-12-19T18:39:46.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-12-19T18:39:46.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1650 | 2024-12-19T18:39:46.133Z | |
1651 | 2024-12-19T18:39:46.133Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174) |
1652 | 2024-12-19T18:39:46.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-12-19T18:39:46.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-12-19T18:39:46.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-12-19T18:39:46.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1656 | 2024-12-19T18:39:46.619Z | |
1657 | 2024-12-19T18:39:46.619Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174) |
1658 | 2024-12-19T18:39:47.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-12-19T18:39:47.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-12-19T18:39:47.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-12-19T18:39:47.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1662 | 2024-12-19T18:39:47.185Z | |
1663 | 2024-12-19T18:39:47.186Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174) |
1664 | 2024-12-19T18:39:47.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-12-19T18:39:47.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-12-19T18:39:47.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-12-19T18:39:47.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1668 | 2024-12-19T18:39:47.604Z | |
1669 | 2024-12-19T18:39:47.605Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174) |
1670 | 2024-12-19T18:39:48.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-12-19T18:39:48.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-12-19T18:39:48.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-12-19T18:39:48.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1674 | 2024-12-19T18:39:48.080Z | |
1675 | 2024-12-19T18:39:48.080Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174) |
1676 | 2024-12-19T18:39:48.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-12-19T18:39:48.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-12-19T18:39:48.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-12-19T18:39:48.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1680 | 2024-12-19T18:39:48.553Z | |
1681 | 2024-12-19T18:39:48.553Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174) |
1682 | 2024-12-19T18:39:48.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-12-19T18:39:48.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-12-19T18:39:48.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-12-19T18:39:48.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1686 | 2024-12-19T18:39:49.043Z | |
1687 | 2024-12-19T18:39:49.043Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174) |
1688 | 2024-12-19T18:39:49.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-12-19T18:39:49.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-12-19T18:39:49.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-12-19T18:39:49.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1692 | 2024-12-19T18:39:49.527Z | |
1693 | 2024-12-19T18:39:49.527Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174) |
1694 | 2024-12-19T18:39:49.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-12-19T18:39:49.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-12-19T18:39:49.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-12-19T18:39:49.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1698 | 2024-12-19T18:39:50.005Z | |
1699 | 2024-12-19T18:39:50.005Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174) |
1700 | 2024-12-19T18:39:50.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-12-19T18:39:50.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-12-19T18:39:50.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-12-19T18:39:50.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1704 | 2024-12-19T18:39:50.504Z | |
1705 | 2024-12-19T18:39:50.504Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174) |
1706 | 2024-12-19T18:39:50.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-12-19T18:39:50.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-12-19T18:39:50.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-12-19T18:39:50.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1710 | 2024-12-19T18:39:50.977Z | |
1711 | 2024-12-19T18:39:50.977Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174) |
1712 | 2024-12-19T18:39:51.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-12-19T18:39:51.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-12-19T18:39:51.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-12-19T18:39:51.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1716 | 2024-12-19T18:39:51.467Z | |
1717 | 2024-12-19T18:39:51.467Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174) |
1718 | 2024-12-19T18:39:51.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-12-19T18:39:51.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-12-19T18:39:51.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-12-19T18:39:51.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1722 | 2024-12-19T18:39:51.941Z | |
1723 | 2024-12-19T18:39:51.941Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174) |
1724 | 2024-12-19T18:39:52.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-12-19T18:39:52.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-12-19T18:39:52.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-12-19T18:39:52.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1728 | 2024-12-19T18:39:52.421Z | |
1729 | 2024-12-19T18:39:52.421Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174) |
1730 | 2024-12-19T18:39:52.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2024-12-19T18:39:52.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2024-12-19T18:39:52.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2024-12-19T18:39:52.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1734 | 2024-12-19T18:39:52.897Z | |
1735 | 2024-12-19T18:39:52.897Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174) |
1736 | 2024-12-19T18:39:53.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2024-12-19T18:39:53.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2024-12-19T18:39:53.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2024-12-19T18:39:53.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1740 | 2024-12-19T18:39:53.381Z | |
1741 | 2024-12-19T18:39:53.381Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174) |
1742 | 2024-12-19T18:39:53.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2024-12-19T18:39:53.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2024-12-19T18:39:53.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2024-12-19T18:39:53.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1746 | 2024-12-19T18:39:53.896Z | |
1747 | 2024-12-19T18:39:53.897Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174) |
1748 | 2024-12-19T18:39:54.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2024-12-19T18:39:54.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2024-12-19T18:39:54.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2024-12-19T18:39:54.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1752 | 2024-12-19T18:39:54.365Z | |
1753 | 2024-12-19T18:39:54.365Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174) |
1754 | 2024-12-19T18:39:54.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2024-12-19T18:39:54.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2024-12-19T18:39:54.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2024-12-19T18:39:54.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1758 | 2024-12-19T18:39:54.840Z | |
1759 | 2024-12-19T18:39:54.840Z | info: running `cargo check --bins` on sled-hardware-types (25/174) |
1760 | 2024-12-19T18:39:55.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2024-12-19T18:39:55.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2024-12-19T18:39:55.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2024-12-19T18:39:55.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1764 | 2024-12-19T18:39:55.553Z | |
1765 | 2024-12-19T18:39:55.553Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/174) |
1766 | 2024-12-19T18:39:56.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-12-19T18:39:56.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-12-19T18:39:56.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-12-19T18:39:56.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1770 | 2024-12-19T18:39:56.266Z | |
1771 | 2024-12-19T18:39:56.266Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174) |
1772 | 2024-12-19T18:39:56.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-12-19T18:39:56.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-12-19T18:39:56.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2024-12-19T18:39:56.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1776 | 2024-12-19T18:39:56.992Z | |
1777 | 2024-12-19T18:39:56.992Z | info: running `cargo check --bins` on oxlog (28/174) |
1778 | 2024-12-19T18:39:57.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2024-12-19T18:39:57.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2024-12-19T18:39:57.690Z | Checking cfg-if v1.0.0 |
1781 | 2024-12-19T18:39:57.692Z | Checking libc v0.2.162 |
1782 | 2024-12-19T18:39:57.802Z | Checking serde v1.0.215 |
1783 | 2024-12-19T18:39:57.805Z | Checking zeroize v1.8.1 |
1784 | 2024-12-19T18:39:57.826Z | Checking memchr v2.7.4 |
1785 | 2024-12-19T18:39:57.829Z | Checking typenum v1.17.0 |
1786 | 2024-12-19T18:39:57.841Z | Checking scopeguard v1.2.0 |
1787 | 2024-12-19T18:39:57.856Z | Checking subtle v2.6.1 |
1788 | 2024-12-19T18:39:57.883Z | Checking value-bag v1.9.0 |
1789 | 2024-12-19T18:39:57.997Z | Checking lock_api v0.4.12 |
1790 | 2024-12-19T18:39:58.102Z | Checking smallvec v1.13.2 |
1791 | 2024-12-19T18:39:58.129Z | Checking const-oid v0.9.6 |
1792 | 2024-12-19T18:39:58.333Z | Checking log v0.4.22 |
1793 | 2024-12-19T18:39:58.435Z | Checking itoa v1.0.11 |
1794 | 2024-12-19T18:39:58.475Z | Checking pin-project-lite v0.2.14 |
1795 | 2024-12-19T18:39:58.611Z | Checking byteorder v1.5.0 |
1796 | 2024-12-19T18:39:58.658Z | Checking futures-core v0.3.31 |
1797 | 2024-12-19T18:39:58.755Z | Checking once_cell v1.20.2 |
1798 | 2024-12-19T18:39:58.877Z | Checking cpufeatures v0.2.14 |
1799 | 2024-12-19T18:39:58.911Z | Checking stable_deref_trait v1.2.0 |
1800 | 2024-12-19T18:39:58.981Z | Checking futures-sink v0.3.31 |
1801 | 2024-12-19T18:39:59.015Z | Checking getrandom v0.2.15 |
1802 | 2024-12-19T18:39:59.032Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-12-19T18:39:59.045Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-12-19T18:39:59.066Z | Checking mio v1.0.2 |
1805 | 2024-12-19T18:39:59.123Z | Checking socket2 v0.5.7 |
1806 | 2024-12-19T18:39:59.270Z | Checking rand_core v0.6.4 |
1807 | 2024-12-19T18:39:59.285Z | Checking generic-array v0.14.7 |
1808 | 2024-12-19T18:39:59.316Z | Checking spin v0.9.8 |
1809 | 2024-12-19T18:39:59.370Z | Checking parking_lot v0.12.3 |
1810 | 2024-12-19T18:39:59.611Z | Checking zerocopy v0.7.35 |
1811 | 2024-12-19T18:39:59.634Z | Checking slab v0.4.9 |
1812 | 2024-12-19T18:39:59.694Z | Checking zerofrom v0.1.4 |
1813 | 2024-12-19T18:39:59.714Z | Checking futures-channel v0.3.31 |
1814 | 2024-12-19T18:39:59.745Z | Checking foldhash v0.1.3 |
1815 | 2024-12-19T18:39:59.911Z | Checking allocator-api2 v0.2.18 |
1816 | 2024-12-19T18:39:59.928Z | Checking yoke v0.7.4 |
1817 | 2024-12-19T18:39:59.971Z | Checking equivalent v1.0.1 |
1818 | 2024-12-19T18:40:00.011Z | Checking futures-io v0.3.31 |
1819 | 2024-12-19T18:40:00.090Z | Checking futures-task v0.3.31 |
1820 | 2024-12-19T18:40:00.107Z | Checking pin-utils v0.1.0 |
1821 | 2024-12-19T18:40:00.207Z | Checking ryu v1.0.18 |
1822 | 2024-12-19T18:40:00.209Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-12-19T18:40:00.276Z | Checking zerovec v0.10.4 |
1824 | 2024-12-19T18:40:00.304Z | Checking tinyvec v1.8.0 |
1825 | 2024-12-19T18:40:00.355Z | Checking futures-util v0.3.31 |
1826 | 2024-12-19T18:40:00.488Z | Checking crypto-common v0.1.6 |
1827 | 2024-12-19T18:40:00.489Z | Checking block-buffer v0.10.4 |
1828 | 2024-12-19T18:40:00.606Z | Checking hashbrown v0.15.1 |
1829 | 2024-12-19T18:40:00.686Z | Checking block-padding v0.3.3 |
1830 | 2024-12-19T18:40:00.749Z | Checking digest v0.10.7 |
1831 | 2024-12-19T18:40:00.917Z | Checking inout v0.1.3 |
1832 | 2024-12-19T18:40:01.145Z | Checking fnv v1.0.7 |
1833 | 2024-12-19T18:40:01.162Z | Checking hmac v0.12.1 |
1834 | 2024-12-19T18:40:01.179Z | Checking cipher v0.4.4 |
1835 | 2024-12-19T18:40:01.272Z | Checking sha2 v0.10.8 |
1836 | 2024-12-19T18:40:01.388Z | Checking libm v0.2.8 |
1837 | 2024-12-19T18:40:01.599Z | Checking unicode-bidi v0.3.17 |
1838 | 2024-12-19T18:40:01.724Z | Checking unicode-normalization v0.1.24 |
1839 | 2024-12-19T18:40:01.841Z | Checking base64ct v1.6.0 |
1840 | 2024-12-19T18:40:01.864Z | Checking writeable v0.5.5 |
1841 | 2024-12-19T18:40:02.051Z | Checking tinystr v0.7.6 |
1842 | 2024-12-19T18:40:02.225Z | Checking litemap v0.7.3 |
1843 | 2024-12-19T18:40:02.281Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-12-19T18:40:02.341Z | Checking pem-rfc7468 v0.7.0 |
1845 | 2024-12-19T18:40:02.359Z | Checking num-traits v0.2.19 |
1846 | 2024-12-19T18:40:02.448Z | Checking flagset v0.4.6 |
1847 | 2024-12-19T18:40:02.580Z | Checking icu_locid v1.5.0 |
1848 | 2024-12-19T18:40:02.619Z | Checking tracing-core v0.1.32 |
1849 | 2024-12-19T18:40:02.650Z | Checking der v0.7.9 |
1850 | 2024-12-19T18:40:02.736Z | Checking thiserror v1.0.69 |
1851 | 2024-12-19T18:40:02.882Z | Checking percent-encoding v2.3.1 |
1852 | 2024-12-19T18:40:03.123Z | Checking icu_locid_transform_data v1.5.0 |
1853 | 2024-12-19T18:40:03.140Z | Checking rand_chacha v0.3.1 |
1854 | 2024-12-19T18:40:03.231Z | Checking bytes v1.8.0 |
1855 | 2024-12-19T18:40:03.249Z | Checking indexmap v2.6.0 |
1856 | 2024-12-19T18:40:03.330Z | Checking serde_json v1.0.132 |
1857 | 2024-12-19T18:40:03.552Z | Checking bitflags v2.6.0 |
1858 | 2024-12-19T18:40:03.701Z | Checking icu_provider v1.5.0 |
1859 | 2024-12-19T18:40:03.868Z | Checking rustls-pki-types v1.10.0 |
1860 | 2024-12-19T18:40:04.119Z | Checking tokio v1.40.0 |
1861 | 2024-12-19T18:40:04.222Z | Checking http v1.1.0 |
1862 | 2024-12-19T18:40:04.404Z | Checking icu_locid_transform v1.5.0 |
1863 | 2024-12-19T18:40:04.484Z | Checking rand v0.8.5 |
1864 | 2024-12-19T18:40:04.614Z | Checking spki v0.7.3 |
1865 | 2024-12-19T18:40:04.671Z | Checking tracing v0.1.40 |
1866 | 2024-12-19T18:40:04.912Z | Checking icu_collections v1.5.0 |
1867 | 2024-12-19T18:40:05.047Z | Checking salsa20 v0.10.2 |
1868 | 2024-12-19T18:40:05.266Z | Checking pbkdf2 v0.12.2 |
1869 | 2024-12-19T18:40:05.284Z | Checking aws-lc-sys v0.22.0 |
1870 | 2024-12-19T18:40:05.446Z | Checking httparse v1.9.5 |
1871 | 2024-12-19T18:40:05.485Z | Checking icu_properties_data v1.5.0 |
1872 | 2024-12-19T18:40:05.621Z | Checking powerfmt v0.2.0 |
1873 | 2024-12-19T18:40:05.638Z | Checking untrusted v0.9.0 |
1874 | 2024-12-19T18:40:05.748Z | Checking untrusted v0.7.1 |
1875 | 2024-12-19T18:40:05.766Z | Checking mirai-annotations v1.12.0 |
1876 | 2024-12-19T18:40:05.805Z | Checking ring v0.17.8 |
1877 | 2024-12-19T18:40:05.868Z | Checking icu_properties v1.5.1 |
1878 | 2024-12-19T18:40:05.913Z | Checking scrypt v0.11.0 |
1879 | 2024-12-19T18:40:05.928Z | Checking deranged v0.3.11 |
1880 | 2024-12-19T18:40:05.931Z | Checking cbc v0.1.2 |
1881 | 2024-12-19T18:40:05.960Z | Checking aes v0.8.4 |
1882 | 2024-12-19T18:40:06.145Z | Checking crossbeam-utils v0.8.20 |
1883 | 2024-12-19T18:40:06.163Z | Checking atomic-waker v1.1.2 |
1884 | 2024-12-19T18:40:06.308Z | Checking utf8_iter v1.0.4 |
1885 | 2024-12-19T18:40:06.531Z | Checking num_threads v0.1.7 |
1886 | 2024-12-19T18:40:06.662Z | Checking utf16_iter v1.0.5 |
1887 | 2024-12-19T18:40:06.848Z | Checking num-conv v0.1.0 |
1888 | 2024-12-19T18:40:06.942Z | Checking time-core v0.1.2 |
1889 | 2024-12-19T18:40:06.942Z | Checking write16 v1.0.0 |
1890 | 2024-12-19T18:40:07.094Z | Checking icu_normalizer_data v1.5.0 |
1891 | 2024-12-19T18:40:07.112Z | Checking pkcs5 v0.7.1 |
1892 | 2024-12-19T18:40:07.129Z | Checking http-body v1.0.1 |
1893 | 2024-12-19T18:40:07.193Z | Checking form_urlencoded v1.2.1 |
1894 | 2024-12-19T18:40:07.348Z | Checking try-lock v0.2.5 |
1895 | 2024-12-19T18:40:07.404Z | Checking httpdate v1.0.3 |
1896 | 2024-12-19T18:40:07.504Z | Checking want v0.3.1 |
1897 | 2024-12-19T18:40:07.654Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-19T18:40:07.673Z | Checking pkcs8 v0.10.2 |
1899 | 2024-12-19T18:40:07.720Z | Checking uuid v1.11.0 |
1900 | 2024-12-19T18:40:07.792Z | Checking serde_spanned v0.6.8 |
1901 | 2024-12-19T18:40:07.830Z | Checking time v0.3.36 |
1902 | 2024-12-19T18:40:07.845Z | Checking proc-macro2 v1.0.89 |
1903 | 2024-12-19T18:40:08.003Z | Checking toml_datetime v0.6.8 |
1904 | 2024-12-19T18:40:08.020Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-12-19T18:40:08.038Z | Checking slog v2.7.0 |
1906 | 2024-12-19T18:40:08.313Z | Checking scroll v0.12.0 |
1907 | 2024-12-19T18:40:08.357Z | Checking match_cfg v0.1.0 |
1908 | 2024-12-19T18:40:08.453Z | Checking plain v0.2.3 |
1909 | 2024-12-19T18:40:08.562Z | Checking tower-service v0.3.3 |
1910 | 2024-12-19T18:40:08.580Z | Checking adler2 v2.0.0 |
1911 | 2024-12-19T18:40:08.616Z | Checking ucd-trie v0.1.7 |
1912 | 2024-12-19T18:40:08.699Z | Checking foreign-types-shared v0.1.1 |
1913 | 2024-12-19T18:40:08.744Z | Checking iana-time-zone v0.1.61 |
1914 | 2024-12-19T18:40:08.805Z | Checking base64 v0.22.1 |
1915 | 2024-12-19T18:40:08.823Z | Checking goblin v0.8.2 |
1916 | 2024-12-19T18:40:08.839Z | Checking pest v2.7.14 |
1917 | 2024-12-19T18:40:08.903Z | Checking chrono v0.4.38 |
1918 | 2024-12-19T18:40:09.320Z | Checking foreign-types v0.3.2 |
1919 | 2024-12-19T18:40:09.411Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-12-19T18:40:09.430Z | Checking miniz_oxide v0.8.0 |
1921 | 2024-12-19T18:40:09.987Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-12-19T18:40:10.233Z | Checking quote v1.0.37 |
1923 | 2024-12-19T18:40:10.250Z | Checking idna_adapter v1.2.0 |
1924 | 2024-12-19T18:40:10.462Z | Checking idna v1.0.3 |
1925 | 2024-12-19T18:40:10.598Z | Checking hostname v0.3.1 |
1926 | 2024-12-19T18:40:10.625Z | Checking openssl-sys v0.9.103 |
1927 | 2024-12-19T18:40:10.744Z | Checking errno v0.3.9 |
1928 | 2024-12-19T18:40:10.853Z | Checking dirs-sys-next v0.1.2 |
1929 | 2024-12-19T18:40:10.934Z | Checking aho-corasick v1.1.3 |
1930 | 2024-12-19T18:40:10.979Z | Checking url v2.5.3 |
1931 | 2024-12-19T18:40:11.036Z | Checking siphasher v0.3.11 |
1932 | 2024-12-19T18:40:11.092Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-19T18:40:11.273Z | Checking regex-syntax v0.8.5 |
1934 | 2024-12-19T18:40:11.374Z | Checking data-encoding v2.6.0 |
1935 | 2024-12-19T18:40:11.528Z | Checking dtrace-parser v0.2.0 |
1936 | 2024-12-19T18:40:11.844Z | Checking dirs-next v2.0.0 |
1937 | 2024-12-19T18:40:11.980Z | Checking rustix v0.38.37 |
1938 | 2024-12-19T18:40:12.026Z | Checking tokio-util v0.7.12 |
1939 | 2024-12-19T18:40:12.051Z | Checking openssl v0.10.66 |
1940 | 2024-12-19T18:40:12.054Z | Checking syn v2.0.87 |
1941 | 2024-12-19T18:40:12.089Z | Checking http-body-util v0.1.2 |
1942 | 2024-12-19T18:40:12.582Z | Checking crossbeam-epoch v0.9.18 |
1943 | 2024-12-19T18:40:12.646Z | Checking signature v2.2.0 |
1944 | 2024-12-19T18:40:12.870Z | Checking sha1 v0.10.6 |
1945 | 2024-12-19T18:40:12.989Z | Checking h2 v0.4.6 |
1946 | 2024-12-19T18:40:13.092Z | Checking lazy_static v1.5.0 |
1947 | 2024-12-19T18:40:13.168Z | Checking thread_local v1.1.8 |
1948 | 2024-12-19T18:40:13.215Z | Checking thread-id v4.2.2 |
1949 | 2024-12-19T18:40:13.337Z | Checking encoding_rs v0.8.34 |
1950 | 2024-12-19T18:40:13.482Z | Checking utf8parse v0.2.2 |
1951 | 2024-12-19T18:40:13.657Z | Checking openssl-probe v0.1.5 |
1952 | 2024-12-19T18:40:13.835Z | Checking ipnet v2.10.1 |
1953 | 2024-12-19T18:40:14.219Z | Checking dof v0.3.0 |
1954 | 2024-12-19T18:40:14.366Z | Checking winnow v0.6.20 |
1955 | 2024-12-19T18:40:14.828Z | Checking regex-automata v0.4.8 |
1956 | 2024-12-19T18:40:14.876Z | Checking anstyle v1.0.10 |
1957 | 2024-12-19T18:40:15.260Z | Checking gimli v0.31.1 |
1958 | 2024-12-19T18:40:15.658Z | Checking mime v0.3.17 |
1959 | 2024-12-19T18:40:15.680Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-19T18:40:16.015Z | Checking anstyle-parse v0.2.5 |
1961 | 2024-12-19T18:40:16.085Z | Checking stringprep v0.1.5 |
1962 | 2024-12-19T18:40:16.313Z | Checking crossbeam-deque v0.8.5 |
1963 | 2024-12-19T18:40:16.379Z | Checking term v0.7.0 |
1964 | 2024-12-19T18:40:16.656Z | Checking rustls v0.22.4 |
1965 | 2024-12-19T18:40:16.843Z | Checking rustls v0.23.19 |
1966 | 2024-12-19T18:40:17.614Z | Checking toml_edit v0.22.22 |
1967 | 2024-12-19T18:40:17.923Z | Checking native-tls v0.2.12 |
1968 | 2024-12-19T18:40:18.249Z | Checking slog-json v2.6.1 |
1969 | 2024-12-19T18:40:18.525Z | Checking serde_urlencoded v0.7.1 |
1970 | 2024-12-19T18:40:18.962Z | Checking crossbeam-channel v0.5.13 |
1971 | 2024-12-19T18:40:18.965Z | Checking usdt-impl v0.5.0 |
1972 | 2024-12-19T18:40:19.571Z | Checking addr2line v0.24.2 |
1973 | 2024-12-19T18:40:19.590Z | Checking futures-executor v0.3.31 |
1974 | 2024-12-19T18:40:19.619Z | Checking hyper v1.5.0 |
1975 | 2024-12-19T18:40:19.717Z | Checking rustls-pemfile v2.2.0 |
1976 | 2024-12-19T18:40:19.784Z | Checking num-integer v0.1.46 |
1977 | 2024-12-19T18:40:19.828Z | Checking idna v0.4.0 |
1978 | 2024-12-19T18:40:19.940Z | Checking idna v0.3.0 |
1979 | 2024-12-19T18:40:20.097Z | Checking md-5 v0.10.6 |
1980 | 2024-12-19T18:40:20.284Z | Checking ff v0.13.0 |
1981 | 2024-12-19T18:40:20.321Z | Checking hash32 v0.2.1 |
1982 | 2024-12-19T18:40:20.493Z | Checking memmap v0.7.0 |
1983 | 2024-12-19T18:40:20.514Z | Checking is-terminal v0.4.13 |
1984 | 2024-12-19T18:40:20.562Z | Checking object v0.36.5 |
1985 | 2024-12-19T18:40:20.627Z | Checking rustc-demangle v0.1.24 |
1986 | 2024-12-19T18:40:20.645Z | Checking either v1.13.0 |
1987 | 2024-12-19T18:40:20.707Z | Checking base16ct v0.2.0 |
1988 | 2024-12-19T18:40:20.783Z | Checking quick-error v1.2.3 |
1989 | 2024-12-19T18:40:20.838Z | Checking is_terminal_polyfill v1.70.1 |
1990 | 2024-12-19T18:40:20.913Z | Checking fallible-iterator v0.2.0 |
1991 | 2024-12-19T18:40:20.937Z | Checking anstyle-query v1.1.1 |
1992 | 2024-12-19T18:40:20.966Z | Checking take_mut v0.2.2 |
1993 | 2024-12-19T18:40:21.052Z | Checking linked-hash-map v0.5.6 |
1994 | 2024-12-19T18:40:21.080Z | Checking utf-8 v0.7.6 |
1995 | 2024-12-19T18:40:21.099Z | Checking dyn-clone v1.0.17 |
1996 | 2024-12-19T18:40:21.121Z | Checking colorchoice v1.0.2 |
1997 | 2024-12-19T18:40:21.243Z | Checking psl-types v2.0.11 |
1998 | 2024-12-19T18:40:21.262Z | Checking anstream v0.6.15 |
1999 | 2024-12-19T18:40:21.293Z | Checking tungstenite v0.24.0 |
2000 | 2024-12-19T18:40:21.434Z | Checking lru-cache v0.1.2 |
2001 | 2024-12-19T18:40:21.451Z | Checking publicsuffix v2.2.3 |
2002 | 2024-12-19T18:40:21.586Z | Checking postgres-protocol v0.6.7 |
2003 | 2024-12-19T18:40:21.629Z | Checking schemars v0.8.21 |
2004 | 2024-12-19T18:40:21.664Z | Checking slog-async v2.8.0 |
2005 | 2024-12-19T18:40:21.708Z | Checking resolv-conf v0.7.0 |
2006 | 2024-12-19T18:40:21.865Z | Checking hyper-util v0.1.10 |
2007 | 2024-12-19T18:40:21.972Z | Checking sec1 v0.7.3 |
2008 | 2024-12-19T18:40:22.099Z | Checking hickory-proto v0.24.1 |
2009 | 2024-12-19T18:40:22.287Z | Checking usdt v0.5.0 |
2010 | 2024-12-19T18:40:22.308Z | Checking slog-term v2.9.1 |
2011 | 2024-12-19T18:40:22.406Z | Checking heapless v0.7.17 |
2012 | 2024-12-19T18:40:22.588Z | Checking tokio-rustls v0.25.0 |
2013 | 2024-12-19T18:40:22.669Z | Checking tokio-rustls v0.26.0 |
2014 | 2024-12-19T18:40:22.849Z | Checking group v0.13.0 |
2015 | 2024-12-19T18:40:23.052Z | Checking toml v0.8.19 |
2016 | 2024-12-19T18:40:23.110Z | Checking num-iter v0.1.45 |
2017 | 2024-12-19T18:40:23.146Z | Checking futures v0.3.31 |
2018 | 2024-12-19T18:40:23.261Z | Checking slog-bunyan v2.5.0 |
2019 | 2024-12-19T18:40:23.308Z | Checking tokio-native-tls v0.3.1 |
2020 | 2024-12-19T18:40:23.437Z | Checking rayon-core v1.12.1 |
2021 | 2024-12-19T18:40:23.455Z | Checking multer v3.1.0 |
2022 | 2024-12-19T18:40:23.530Z | Checking terminal_size v0.4.0 |
2023 | 2024-12-19T18:40:23.586Z | Checking phf_shared v0.11.2 |
2024 | 2024-12-19T18:40:23.728Z | Checking cookie v0.18.1 |
2025 | 2024-12-19T18:40:23.881Z | Checking async-stream v0.3.6 |
2026 | 2024-12-19T18:40:23.900Z | Checking bzip2-sys v0.1.11+1.0.8 |
2027 | 2024-12-19T18:40:23.915Z | Checking camino v1.1.9 |
2028 | 2024-12-19T18:40:24.036Z | Checking signal-hook v0.3.17 |
2029 | 2024-12-19T18:40:24.082Z | Checking waitgroup v0.1.2 |
2030 | 2024-12-19T18:40:24.118Z | Checking openapiv3 v2.0.0 |
2031 | 2024-12-19T18:40:24.173Z | Checking webpki-roots v0.26.6 |
2032 | 2024-12-19T18:40:24.211Z | Checking serde_path_to_error v0.1.16 |
2033 | 2024-12-19T18:40:24.228Z | Checking idna v0.5.0 |
2034 | 2024-12-19T18:40:24.402Z | Checking hkdf v0.12.4 |
2035 | 2024-12-19T18:40:24.419Z | Checking crypto-bigint v0.5.5 |
2036 | 2024-12-19T18:40:24.502Z | Checking hostname v0.4.0 |
2037 | 2024-12-19T18:40:24.632Z | Checking crc32fast v1.4.2 |
2038 | 2024-12-19T18:40:24.649Z | Checking unicode-width v0.1.14 |
2039 | 2024-12-19T18:40:24.882Z | Checking strsim v0.11.1 |
2040 | 2024-12-19T18:40:24.899Z | Checking managed v0.8.0 |
2041 | 2024-12-19T18:40:25.152Z | Checking winnow v0.5.40 |
2042 | 2024-12-19T18:40:25.172Z | Checking clap_lex v0.7.2 |
2043 | 2024-12-19T18:40:25.198Z | Checking debug-ignore v1.0.5 |
2044 | 2024-12-19T18:40:25.295Z | Checking bitflags v1.3.2 |
2045 | 2024-12-19T18:40:25.352Z | Checking console v0.15.8 |
2046 | 2024-12-19T18:40:25.408Z | Checking smoltcp v0.9.1 |
2047 | 2024-12-19T18:40:25.443Z | Checking clap_builder v4.5.21 |
2048 | 2024-12-19T18:40:25.975Z | Checking cookie_store v0.21.0 |
2049 | 2024-12-19T18:40:26.750Z | Checking flate2 v1.0.34 |
2050 | 2024-12-19T18:40:26.996Z | Checking hyper-rustls v0.27.3 |
2051 | 2024-12-19T18:40:27.280Z | Checking hickory-resolver v0.24.1 |
2052 | 2024-12-19T18:40:27.369Z | Checking signal-hook-mio v0.2.4 |
2053 | 2024-12-19T18:40:27.409Z | Checking backtrace v0.3.74 |
2054 | 2024-12-19T18:40:27.451Z | Checking rayon v1.10.0 |
2055 | 2024-12-19T18:40:27.521Z | Checking hyper-tls v0.6.0 |
2056 | 2024-12-19T18:40:27.576Z | Checking elliptic-curve v0.13.8 |
2057 | 2024-12-19T18:40:27.838Z | Checking dropshot v0.12.0 |
2058 | 2024-12-19T18:40:27.849Z | Checking bzip2 v0.4.4 |
2059 | 2024-12-19T18:40:28.037Z | Checking anyhow v1.0.93 |
2060 | 2024-12-19T18:40:28.161Z | Checking phf v0.11.2 |
2061 | 2024-12-19T18:40:28.260Z | Checking num-bigint-dig v0.8.4 |
2062 | 2024-12-19T18:40:28.433Z | Checking toml_edit v0.19.15 |
2063 | 2024-12-19T18:40:28.436Z | Checking tokio-tungstenite v0.24.0 |
2064 | 2024-12-19T18:40:28.462Z | Checking postgres-types v0.2.8 |
2065 | 2024-12-19T18:40:28.743Z | Checking regex v1.11.1 |
2066 | 2024-12-19T18:40:28.920Z | Checking bstr v1.10.0 |
2067 | 2024-12-19T18:40:29.122Z | Checking tokio-stream v0.1.16 |
2068 | 2024-12-19T18:40:29.189Z | Checking ed25519 v2.2.3 |
2069 | 2024-12-19T18:40:29.438Z | Checking phf_shared v0.10.0 |
2070 | 2024-12-19T18:40:29.533Z | Checking curve25519-dalek v4.1.3 |
2071 | 2024-12-19T18:40:29.746Z | Checking zerocopy v0.6.6 |
2072 | 2024-12-19T18:40:29.889Z | Checking pkcs1 v0.7.5 |
2073 | 2024-12-19T18:40:30.080Z | Checking hubpack v0.1.2 |
2074 | 2024-12-19T18:40:30.300Z | Checking portable-atomic v1.9.0 |
2075 | 2024-12-19T18:40:30.431Z | Checking float-cmp v0.9.0 |
2076 | 2024-12-19T18:40:30.469Z | Checking serde-big-array v0.5.1 |
2077 | 2024-12-19T18:40:30.528Z | Checking rfc6979 v0.4.0 |
2078 | 2024-12-19T18:40:30.627Z | Checking sync_wrapper v1.0.1 |
2079 | 2024-12-19T18:40:30.714Z | Checking unicode-segmentation v1.12.0 |
2080 | 2024-12-19T18:40:30.730Z | Checking fixedbitset v0.4.2 |
2081 | 2024-12-19T18:40:30.787Z | Checking unicode-width v0.2.0 |
2082 | 2024-12-19T18:40:31.015Z | Checking normalize-line-endings v0.3.0 |
2083 | 2024-12-19T18:40:31.017Z | Checking predicates-core v1.0.8 |
2084 | 2024-12-19T18:40:31.140Z | Checking precomputed-hash v0.1.1 |
2085 | 2024-12-19T18:40:31.219Z | Checking difflib v0.4.0 |
2086 | 2024-12-19T18:40:31.261Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-12-19T18:40:31.264Z | Checking whoami v1.5.2 |
2088 | 2024-12-19T18:40:31.305Z | Checking number_prefix v0.4.0 |
2089 | 2024-12-19T18:40:31.351Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-12-19T18:40:31.416Z | Checking static_assertions v1.1.0 |
2091 | 2024-12-19T18:40:31.466Z | Checking bit-vec v0.6.3 |
2092 | 2024-12-19T18:40:31.493Z | Checking ed25519-dalek v2.1.1 |
2093 | 2024-12-19T18:40:31.515Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2094 | 2024-12-19T18:40:31.517Z | Checking indicatif v0.17.9 |
2095 | 2024-12-19T18:40:31.544Z | Checking predicates v3.1.2 |
2096 | 2024-12-19T18:40:31.583Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-12-19T18:40:31.664Z | Checking qorb v0.2.1 |
2098 | 2024-12-19T18:40:31.745Z | Checking nom v7.1.3 |
2099 | 2024-12-19T18:40:31.796Z | Checking bit-set v0.5.3 |
2100 | 2024-12-19T18:40:31.902Z | Checking similar v2.6.0 |
2101 | 2024-12-19T18:40:32.062Z | Checking string_cache v0.8.7 |
2102 | 2024-12-19T18:40:32.209Z | Checking toml v0.7.8 |
2103 | 2024-12-19T18:40:32.294Z | Checking petgraph v0.6.5 |
2104 | 2024-12-19T18:40:32.353Z | Checking reqwest v0.12.9 |
2105 | 2024-12-19T18:40:32.759Z | Checking ecdsa v0.16.9 |
2106 | 2024-12-19T18:40:33.006Z | Checking rsa v0.9.6 |
2107 | 2024-12-19T18:40:33.524Z | Checking clap v4.5.21 |
2108 | 2024-12-19T18:40:33.656Z | Checking zip v0.6.6 |
2109 | 2024-12-19T18:40:34.072Z | Checking crossterm v0.28.1 |
2110 | 2024-12-19T18:40:34.267Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2111 | 2024-12-19T18:40:34.295Z | Checking itertools v0.10.5 |
2112 | 2024-12-19T18:40:34.312Z | Checking fs-err v2.11.0 |
2113 | 2024-12-19T18:40:34.393Z | Checking ahash v0.8.11 |
2114 | 2024-12-19T18:40:34.749Z | Checking x509-cert v0.2.5 |
2115 | 2024-12-19T18:40:34.767Z | Checking hex v0.4.3 |
2116 | 2024-12-19T18:40:34.893Z | Checking semver v1.0.23 |
2117 | 2024-12-19T18:40:34.947Z | Checking lalrpop-util v0.19.12 |
2118 | 2024-12-19T18:40:35.247Z | Checking peg-runtime v0.8.3 |
2119 | 2024-12-19T18:40:35.280Z | Checking heck v0.4.1 |
2120 | 2024-12-19T18:40:35.335Z | Checking sigpipe v0.1.3 |
2121 | 2024-12-19T18:40:36.476Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2122 | 2024-12-19T18:40:36.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.80s |
2123 | 2024-12-19T18:40:36.967Z | |
2124 | 2024-12-19T18:40:36.967Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174) |
2125 | 2024-12-19T18:40:37.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-12-19T18:40:37.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-12-19T18:40:37.631Z | Compiling hashbrown v0.14.5 |
2128 | 2024-12-19T18:40:37.753Z | Checking heck v0.5.0 |
2129 | 2024-12-19T18:40:37.767Z | Compiling unsafe-libyaml v0.2.11 |
2130 | 2024-12-19T18:40:37.781Z | Compiling ident_case v1.0.1 |
2131 | 2024-12-19T18:40:37.783Z | Checking progenitor-client v0.8.0 |
2132 | 2024-12-19T18:40:37.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2133 | 2024-12-19T18:40:37.822Z | Compiling proc-macro-crate v1.3.1 |
2134 | 2024-12-19T18:40:37.925Z | Compiling darling_core v0.20.10 |
2135 | 2024-12-19T18:40:37.954Z | Checking ipnetwork v0.20.0 |
2136 | 2024-12-19T18:40:38.154Z | Compiling structmeta-derive v0.3.0 |
2137 | 2024-12-19T18:40:38.197Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2024-12-19T18:40:38.325Z | Compiling newtype-uuid v1.1.3 |
2139 | 2024-12-19T18:40:38.507Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2140 | 2024-12-19T18:40:38.643Z | Compiling lzma-sys v0.1.20 |
2141 | 2024-12-19T18:40:38.853Z | Compiling foreign-types-macros v0.2.3 |
2142 | 2024-12-19T18:40:38.894Z | Checking regress v0.10.1 |
2143 | 2024-12-19T18:40:38.977Z | Compiling num_enum_derive v0.5.11 |
2144 | 2024-12-19T18:40:39.446Z | Compiling serde_yaml v0.9.34+deprecated |
2145 | 2024-12-19T18:40:39.712Z | Compiling dropshot v0.13.0 |
2146 | 2024-12-19T18:40:40.005Z | Checking arc-swap v1.7.1 |
2147 | 2024-12-19T18:40:40.146Z | Checking foreign-types-shared v0.3.1 |
2148 | 2024-12-19T18:40:40.274Z | Checking foreign-types v0.5.0 |
2149 | 2024-12-19T18:40:40.435Z | Checking slog-scope v4.4.0 |
2150 | 2024-12-19T18:40:40.496Z | Compiling proc-macro-error v1.0.4 |
2151 | 2024-12-19T18:40:41.183Z | Compiling structmeta v0.3.0 |
2152 | 2024-12-19T18:40:41.186Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2153 | 2024-12-19T18:40:41.229Z | Checking tungstenite v0.21.0 |
2154 | 2024-12-19T18:40:41.310Z | Compiling heck v0.3.3 |
2155 | 2024-12-19T18:40:41.551Z | Checking num_enum v0.5.11 |
2156 | 2024-12-19T18:40:41.625Z | Compiling parse-display-derive v0.10.0 |
2157 | 2024-12-19T18:40:41.714Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2158 | 2024-12-19T18:40:41.728Z | Compiling dropshot_endpoint v0.13.0 |
2159 | 2024-12-19T18:40:42.183Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-12-19T18:40:42.518Z | Checking typify-impl v0.2.0 |
2161 | 2024-12-19T18:40:42.574Z | Checking cstr-argument v0.1.2 |
2162 | 2024-12-19T18:40:42.745Z | Checking instant v0.1.13 |
2163 | 2024-12-19T18:40:43.013Z | Checking pretty-hex v0.2.1 |
2164 | 2024-12-19T18:40:43.187Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-12-19T18:40:43.477Z | Checking base64 v0.21.7 |
2166 | 2024-12-19T18:40:43.812Z | Checking fastrand v2.1.1 |
2167 | 2024-12-19T18:40:43.994Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2168 | 2024-12-19T18:40:44.162Z | Checking tempfile v3.13.0 |
2169 | 2024-12-19T18:40:44.186Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2170 | 2024-12-19T18:40:44.259Z | Checking backoff v0.4.0 |
2171 | 2024-12-19T18:40:44.334Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2024-12-19T18:40:44.535Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2024-12-19T18:40:44.583Z | Checking tokio-tungstenite v0.21.0 |
2174 | 2024-12-19T18:40:44.644Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-12-19T18:40:44.688Z | Checking strum v0.26.3 |
2176 | 2024-12-19T18:40:44.849Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-12-19T18:40:45.045Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2178 | 2024-12-19T18:40:45.075Z | Checking slog-stdlog v4.1.1 |
2179 | 2024-12-19T18:40:45.128Z | Compiling darling_macro v0.20.10 |
2180 | 2024-12-19T18:40:45.275Z | Checking regress v0.9.1 |
2181 | 2024-12-19T18:40:45.412Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2182 | 2024-12-19T18:40:45.568Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2024-12-19T18:40:45.606Z | Checking colored v2.1.0 |
2184 | 2024-12-19T18:40:45.846Z | Checking macaddr v1.0.1 |
2185 | 2024-12-19T18:40:45.899Z | Checking base64 v0.13.1 |
2186 | 2024-12-19T18:40:46.061Z | Compiling darling v0.20.10 |
2187 | 2024-12-19T18:40:46.194Z | Compiling serde_with_macros v3.11.0 |
2188 | 2024-12-19T18:40:46.250Z | Checking zone v0.1.8 |
2189 | 2024-12-19T18:40:46.272Z | Checking ron v0.7.1 |
2190 | 2024-12-19T18:40:46.362Z | Checking parse-display v0.10.0 |
2191 | 2024-12-19T18:40:46.611Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-12-19T18:40:46.929Z | Checking xz2 v0.1.7 |
2193 | 2024-12-19T18:40:47.066Z | Checking slog-envlogger v2.2.0 |
2194 | 2024-12-19T18:40:47.234Z | Checking tabwriter v1.4.0 |
2195 | 2024-12-19T18:40:47.302Z | Checking xattr v1.3.1 |
2196 | 2024-12-19T18:40:47.387Z | Checking pem v3.0.4 |
2197 | 2024-12-19T18:40:47.471Z | Checking yasna v0.5.2 |
2198 | 2024-12-19T18:40:47.507Z | Checking headers-core v0.3.0 |
2199 | 2024-12-19T18:40:47.661Z | Checking smf v0.2.3 |
2200 | 2024-12-19T18:40:47.664Z | Checking filetime v0.2.25 |
2201 | 2024-12-19T18:40:47.919Z | Checking same-file v1.0.6 |
2202 | 2024-12-19T18:40:48.102Z | Checking walkdir v2.5.0 |
2203 | 2024-12-19T18:40:48.155Z | Checking tar v0.4.42 |
2204 | 2024-12-19T18:40:48.204Z | Checking headers v0.4.0 |
2205 | 2024-12-19T18:40:48.375Z | Checking rcgen v0.12.1 |
2206 | 2024-12-19T18:40:48.392Z | Checking camino-tempfile v1.1.1 |
2207 | 2024-12-19T18:40:48.678Z | Checking atomicwrites v0.4.4 |
2208 | 2024-12-19T18:40:48.762Z | Checking subprocess v0.2.9 |
2209 | 2024-12-19T18:40:49.129Z | Checking serde_with v3.11.0 |
2210 | 2024-12-19T18:40:52.993Z | Compiling typify-macro v0.2.0 |
2211 | 2024-12-19T18:40:54.847Z | Compiling typify v0.2.0 |
2212 | 2024-12-19T18:40:54.916Z | Compiling progenitor-impl v0.8.0 |
2213 | 2024-12-19T18:40:58.133Z | Compiling progenitor-macro v0.8.0 |
2214 | 2024-12-19T18:41:02.933Z | Checking progenitor v0.8.0 |
2215 | 2024-12-19T18:41:03.088Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2216 | 2024-12-19T18:41:03.090Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2217 | 2024-12-19T18:41:05.748Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2218 | 2024-12-19T18:41:06.094Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2219 | 2024-12-19T18:41:12.316Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2220 | 2024-12-19T18:41:13.896Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-12-19T18:41:15.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s |
2222 | 2024-12-19T18:41:15.294Z | |
2223 | 2024-12-19T18:41:15.294Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174) |
2224 | 2024-12-19T18:41:15.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-12-19T18:41:15.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-12-19T18:41:15.950Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-12-19T18:41:17.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2228 | 2024-12-19T18:41:17.516Z | |
2229 | 2024-12-19T18:41:17.516Z | info: running `cargo check --bins` on nexus-config (31/174) |
2230 | 2024-12-19T18:41:18.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-12-19T18:41:18.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-12-19T18:41:18.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-12-19T18:41:18.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2234 | 2024-12-19T18:41:18.145Z | |
2235 | 2024-12-19T18:41:18.145Z | info: running `cargo check --bins` on omicron-rpaths (32/174) |
2236 | 2024-12-19T18:41:18.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-12-19T18:41:18.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-12-19T18:41:18.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-12-19T18:41:18.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2240 | 2024-12-19T18:41:18.744Z | |
2241 | 2024-12-19T18:41:18.744Z | info: running `cargo check --bins` on omicron-certificates (33/174) |
2242 | 2024-12-19T18:41:19.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-12-19T18:41:19.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-12-19T18:41:19.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2245 | 2024-12-19T18:41:19.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2246 | 2024-12-19T18:41:19.362Z | |
2247 | 2024-12-19T18:41:19.362Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/174) |
2248 | 2024-12-19T18:41:19.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-12-19T18:41:19.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-12-19T18:41:20.035Z | Compiling zerocopy v0.8.10 |
2251 | 2024-12-19T18:41:20.035Z | Compiling progenitor-client v0.8.0 |
2252 | 2024-12-19T18:41:20.035Z | Compiling itertools v0.13.0 |
2253 | 2024-12-19T18:41:20.038Z | Compiling zerocopy-derive v0.8.10 |
2254 | 2024-12-19T18:41:20.038Z | Compiling heapless v0.8.0 |
2255 | 2024-12-19T18:41:20.038Z | Compiling newtype-uuid v1.1.3 |
2256 | 2024-12-19T18:41:20.038Z | Compiling ipnetwork v0.20.0 |
2257 | 2024-12-19T18:41:20.038Z | Checking hash32 v0.3.1 |
2258 | 2024-12-19T18:41:20.357Z | Compiling instant v0.1.13 |
2259 | 2024-12-19T18:41:20.455Z | Compiling smoltcp v0.11.0 |
2260 | 2024-12-19T18:41:20.511Z | Compiling progenitor v0.8.0 |
2261 | 2024-12-19T18:41:20.601Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-12-19T18:41:20.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2263 | 2024-12-19T18:41:21.072Z | Compiling backoff v0.4.0 |
2264 | 2024-12-19T18:41:21.119Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2265 | 2024-12-19T18:41:21.222Z | Compiling dropshot v0.13.0 |
2266 | 2024-12-19T18:41:21.312Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2267 | 2024-12-19T18:41:21.424Z | Compiling parse-display v0.10.0 |
2268 | 2024-12-19T18:41:21.477Z | Compiling serde_with v3.11.0 |
2269 | 2024-12-19T18:41:21.493Z | Checking num-rational v0.4.2 |
2270 | 2024-12-19T18:41:21.913Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2271 | 2024-12-19T18:41:22.151Z | Compiling regress v0.9.1 |
2272 | 2024-12-19T18:41:22.166Z | Compiling phf_generator v0.11.2 |
2273 | 2024-12-19T18:41:22.358Z | Checking num-complex v0.4.6 |
2274 | 2024-12-19T18:41:23.433Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2275 | 2024-12-19T18:41:23.964Z | Compiling macaddr v1.0.1 |
2276 | 2024-12-19T18:41:24.423Z | Checking cobs v0.2.3 |
2277 | 2024-12-19T18:41:24.457Z | Compiling num v0.4.3 |
2278 | 2024-12-19T18:41:24.605Z | Checking postcard v1.0.10 |
2279 | 2024-12-19T18:41:24.684Z | Compiling phf_codegen v0.11.2 |
2280 | 2024-12-19T18:41:25.196Z | Compiling parse-zoneinfo v0.3.1 |
2281 | 2024-12-19T18:41:25.448Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2282 | 2024-12-19T18:41:25.733Z | Compiling float-ord v0.3.2 |
2283 | 2024-12-19T18:41:26.058Z | Compiling convert_case v0.4.0 |
2284 | 2024-12-19T18:41:26.355Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2285 | 2024-12-19T18:41:27.079Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2286 | 2024-12-19T18:41:27.243Z | Compiling derive_more v0.99.18 |
2287 | 2024-12-19T18:41:27.266Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2288 | 2024-12-19T18:41:27.302Z | Compiling chrono-tz-build v0.4.0 |
2289 | 2024-12-19T18:41:28.051Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2290 | 2024-12-19T18:41:28.818Z | Compiling thiserror v2.0.3 |
2291 | 2024-12-19T18:41:28.967Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2292 | 2024-12-19T18:41:29.024Z | Compiling crucible-workspace-hack v0.1.0 |
2293 | 2024-12-19T18:41:29.280Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-12-19T18:41:29.328Z | Checking newline-converter v0.3.0 |
2295 | 2024-12-19T18:41:29.783Z | Checking prettyplease v0.2.25 |
2296 | 2024-12-19T18:41:29.924Z | Compiling thiserror-impl v2.0.3 |
2297 | 2024-12-19T18:41:30.690Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-12-19T18:41:30.824Z | Compiling slog-dtrace v0.3.0 |
2299 | 2024-12-19T18:41:30.931Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2300 | 2024-12-19T18:41:30.953Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2301 | 2024-12-19T18:41:31.402Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-12-19T18:41:32.027Z | Checking expectorate v1.1.0 |
2303 | 2024-12-19T18:41:32.190Z | Compiling zone_cfg_derive v0.3.0 |
2304 | 2024-12-19T18:41:32.331Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2305 | 2024-12-19T18:41:32.362Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2306 | 2024-12-19T18:41:32.773Z | Compiling const_format_proc_macros v0.2.33 |
2307 | 2024-12-19T18:41:33.124Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2308 | 2024-12-19T18:41:33.621Z | Compiling num-derive v0.4.2 |
2309 | 2024-12-19T18:41:33.737Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2310 | 2024-12-19T18:41:33.765Z | Checking highway v1.2.0 |
2311 | 2024-12-19T18:41:33.867Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2312 | 2024-12-19T18:41:34.185Z | Checking zone v0.3.0 |
2313 | 2024-12-19T18:41:34.210Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2314 | 2024-12-19T18:41:34.357Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-19T18:41:34.901Z | Checking const_format v0.2.33 |
2316 | 2024-12-19T18:41:35.202Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2317 | 2024-12-19T18:41:35.237Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2318 | 2024-12-19T18:41:35.340Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2319 | 2024-12-19T18:41:35.380Z | Checking gethostname v0.5.0 |
2320 | 2024-12-19T18:41:35.505Z | Checking bcs v0.1.6 |
2321 | 2024-12-19T18:41:35.679Z | Compiling async-recursion v1.1.1 |
2322 | 2024-12-19T18:41:35.939Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2323 | 2024-12-19T18:41:36.822Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2324 | 2024-12-19T18:41:37.349Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2325 | 2024-12-19T18:41:43.320Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2326 | 2024-12-19T18:41:46.839Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2327 | 2024-12-19T18:41:49.449Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2328 | 2024-12-19T18:41:50.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.29s |
2329 | 2024-12-19T18:41:50.842Z | |
2330 | 2024-12-19T18:41:50.842Z | info: running `cargo check --bins` on clickhouse-admin-api (35/174) |
2331 | 2024-12-19T18:41:51.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-12-19T18:41:51.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-12-19T18:41:51.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-12-19T18:41:51.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2335 | 2024-12-19T18:41:51.470Z | |
2336 | 2024-12-19T18:41:51.470Z | info: running `cargo check --bins` on clickhouse-admin-types (36/174) |
2337 | 2024-12-19T18:41:52.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-12-19T18:41:52.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-12-19T18:41:52.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-12-19T18:41:52.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2341 | 2024-12-19T18:41:52.103Z | |
2342 | 2024-12-19T18:41:52.103Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/174) |
2343 | 2024-12-19T18:41:52.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-12-19T18:41:52.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-12-19T18:41:52.753Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2346 | 2024-12-19T18:41:53.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2347 | 2024-12-19T18:41:53.580Z | |
2348 | 2024-12-19T18:41:53.580Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174) |
2349 | 2024-12-19T18:41:54.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-12-19T18:41:54.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-12-19T18:41:54.240Z | Compiling cfg_aliases v0.1.1 |
2352 | 2024-12-19T18:41:54.242Z | Compiling vte_generate_state_changes v0.1.2 |
2353 | 2024-12-19T18:41:54.242Z | Checking fd-lock v4.0.2 |
2354 | 2024-12-19T18:41:54.242Z | Checking nibble_vec v0.1.0 |
2355 | 2024-12-19T18:41:54.343Z | Checking endian-type v0.1.2 |
2356 | 2024-12-19T18:41:54.353Z | Checking bytecount v0.6.8 |
2357 | 2024-12-19T18:41:54.378Z | Compiling tabled_derive v0.7.0 |
2358 | 2024-12-19T18:41:54.390Z | Checking itertools v0.12.1 |
2359 | 2024-12-19T18:41:54.422Z | Compiling nix v0.28.0 |
2360 | 2024-12-19T18:41:54.515Z | Checking papergrid v0.11.0 |
2361 | 2024-12-19T18:41:54.518Z | Compiling peg-macros v0.8.4 |
2362 | 2024-12-19T18:41:54.546Z | Checking radix_trie v0.2.1 |
2363 | 2024-12-19T18:41:54.549Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2024-12-19T18:41:54.956Z | Compiling sqlparser_derive v0.2.2 |
2365 | 2024-12-19T18:41:54.958Z | Checking vte v0.11.1 |
2366 | 2024-12-19T18:41:55.724Z | Checking home v0.5.9 |
2367 | 2024-12-19T18:41:55.879Z | Checking nu-ansi-term v0.50.1 |
2368 | 2024-12-19T18:41:56.015Z | Checking unicode_categories v0.1.1 |
2369 | 2024-12-19T18:41:56.119Z | Checking sqlparser v0.45.0 |
2370 | 2024-12-19T18:41:56.321Z | Checking display-error-chain v0.2.2 |
2371 | 2024-12-19T18:41:56.338Z | Checking sqlformat v0.2.6 |
2372 | 2024-12-19T18:41:56.353Z | Checking strip-ansi-escapes v0.2.0 |
2373 | 2024-12-19T18:41:56.921Z | Checking tabled v0.15.0 |
2374 | 2024-12-19T18:41:56.974Z | Checking reedline v0.35.0 |
2375 | 2024-12-19T18:41:57.693Z | Checking peg v0.8.4 |
2376 | 2024-12-19T18:41:57.696Z | Checking rustyline v14.0.0 |
2377 | 2024-12-19T18:42:06.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
2378 | 2024-12-19T18:42:06.652Z | |
2379 | 2024-12-19T18:42:06.652Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174) |
2380 | 2024-12-19T18:42:07.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-12-19T18:42:07.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-12-19T18:42:07.316Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2024-12-19T18:42:12.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2384 | 2024-12-19T18:42:12.453Z | |
2385 | 2024-12-19T18:42:12.453Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174) |
2386 | 2024-12-19T18:42:13.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-12-19T18:42:13.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-12-19T18:42:13.125Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2389 | 2024-12-19T18:42:16.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2390 | 2024-12-19T18:42:17.041Z | |
2391 | 2024-12-19T18:42:17.041Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174) |
2392 | 2024-12-19T18:42:17.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-12-19T18:42:17.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-12-19T18:42:17.697Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-12-19T18:42:22.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
2396 | 2024-12-19T18:42:22.521Z | |
2397 | 2024-12-19T18:42:22.521Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174) |
2398 | 2024-12-19T18:42:23.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-12-19T18:42:23.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-12-19T18:42:23.190Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-12-19T18:42:27.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2402 | 2024-12-19T18:42:28.106Z | |
2403 | 2024-12-19T18:42:28.106Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174) |
2404 | 2024-12-19T18:42:28.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-12-19T18:42:28.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-12-19T18:42:28.760Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-12-19T18:42:32.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2408 | 2024-12-19T18:42:32.895Z | |
2409 | 2024-12-19T18:42:32.895Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174) |
2410 | 2024-12-19T18:42:33.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-12-19T18:42:33.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-12-19T18:42:33.558Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-12-19T18:42:37.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
2414 | 2024-12-19T18:42:37.761Z | |
2415 | 2024-12-19T18:42:37.761Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174) |
2416 | 2024-12-19T18:42:38.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-12-19T18:42:38.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-12-19T18:42:38.445Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2419 | 2024-12-19T18:42:43.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2420 | 2024-12-19T18:42:43.716Z | |
2421 | 2024-12-19T18:42:43.716Z | info: running `cargo check --bins` on oximeter (46/174) |
2422 | 2024-12-19T18:42:44.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-12-19T18:42:44.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-12-19T18:42:44.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-12-19T18:42:44.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2426 | 2024-12-19T18:42:44.339Z | |
2427 | 2024-12-19T18:42:44.339Z | info: running `cargo check --bins` on oximeter-macro-impl (47/174) |
2428 | 2024-12-19T18:42:44.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-12-19T18:42:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-12-19T18:42:44.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-12-19T18:42:44.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2432 | 2024-12-19T18:42:44.951Z | |
2433 | 2024-12-19T18:42:44.951Z | info: running `cargo check --bins` on oximeter-schema (48/174) |
2434 | 2024-12-19T18:42:45.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-12-19T18:42:45.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-12-19T18:42:45.603Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2437 | 2024-12-19T18:42:46.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2438 | 2024-12-19T18:42:46.255Z | |
2439 | 2024-12-19T18:42:46.256Z | info: running `cargo check --bins` on oximeter-types (49/174) |
2440 | 2024-12-19T18:42:46.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-12-19T18:42:46.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-12-19T18:42:46.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-12-19T18:42:46.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2444 | 2024-12-19T18:42:46.869Z | |
2445 | 2024-12-19T18:42:46.869Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/174) |
2446 | 2024-12-19T18:42:47.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-12-19T18:42:47.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-12-19T18:42:47.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-12-19T18:42:47.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2450 | 2024-12-19T18:42:47.512Z | |
2451 | 2024-12-19T18:42:47.512Z | info: running `cargo check --bins` on oxql-types (51/174) |
2452 | 2024-12-19T18:42:48.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-12-19T18:42:48.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-12-19T18:42:48.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-12-19T18:42:48.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2456 | 2024-12-19T18:42:48.166Z | |
2457 | 2024-12-19T18:42:48.166Z | info: running `cargo check --bins` on oximeter-test-utils (52/174) |
2458 | 2024-12-19T18:42:48.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-12-19T18:42:48.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-12-19T18:42:48.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-12-19T18:42:48.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2462 | 2024-12-19T18:42:48.847Z | |
2463 | 2024-12-19T18:42:48.847Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/174) |
2464 | 2024-12-19T18:42:49.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-12-19T18:42:49.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-12-19T18:42:49.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-12-19T18:42:49.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2468 | 2024-12-19T18:42:49.484Z | |
2469 | 2024-12-19T18:42:49.484Z | info: running `cargo check --bins` on bootstrap-agent-client (54/174) |
2470 | 2024-12-19T18:42:50.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-12-19T18:42:50.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-12-19T18:42:50.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-12-19T18:42:50.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2474 | 2024-12-19T18:42:50.134Z | |
2475 | 2024-12-19T18:42:50.134Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174) |
2476 | 2024-12-19T18:42:50.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-12-19T18:42:50.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-12-19T18:42:50.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-12-19T18:42:50.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2480 | 2024-12-19T18:42:50.976Z | |
2481 | 2024-12-19T18:42:50.976Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/174) |
2482 | 2024-12-19T18:42:51.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-12-19T18:42:51.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-12-19T18:42:51.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-12-19T18:42:51.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2486 | 2024-12-19T18:42:51.531Z | |
2487 | 2024-12-19T18:42:51.532Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/174) |
2488 | 2024-12-19T18:42:52.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-12-19T18:42:52.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-12-19T18:42:52.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-12-19T18:42:52.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2492 | 2024-12-19T18:42:52.077Z | |
2493 | 2024-12-19T18:42:52.077Z | info: running `cargo check --bins` on cockroach-admin-client (58/174) |
2494 | 2024-12-19T18:42:52.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-12-19T18:42:52.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-12-19T18:42:52.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-12-19T18:42:52.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2498 | 2024-12-19T18:42:52.696Z | |
2499 | 2024-12-19T18:42:52.696Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/174) |
2500 | 2024-12-19T18:42:53.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-12-19T18:42:53.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-12-19T18:42:53.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-12-19T18:42:53.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2504 | 2024-12-19T18:42:53.370Z | |
2505 | 2024-12-19T18:42:53.370Z | info: running `cargo check --bins` on dns-service-client (60/174) |
2506 | 2024-12-19T18:42:53.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-12-19T18:42:53.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-12-19T18:42:53.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-12-19T18:42:53.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2510 | 2024-12-19T18:42:54.012Z | |
2511 | 2024-12-19T18:42:54.012Z | info: running `cargo check --bins` on internal-dns-types (61/174) |
2512 | 2024-12-19T18:42:54.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-12-19T18:42:54.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-12-19T18:42:54.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-12-19T18:42:54.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2516 | 2024-12-19T18:42:54.651Z | |
2517 | 2024-12-19T18:42:54.651Z | info: running `cargo check --bins` on dpd-client (62/174) |
2518 | 2024-12-19T18:42:55.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-12-19T18:42:55.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-12-19T18:42:55.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-12-19T18:42:55.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2522 | 2024-12-19T18:42:55.295Z | |
2523 | 2024-12-19T18:42:55.295Z | info: running `cargo check --bins` on gateway-client (63/174) |
2524 | 2024-12-19T18:42:55.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-12-19T18:42:55.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-12-19T18:42:55.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-12-19T18:42:55.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2528 | 2024-12-19T18:42:55.922Z | |
2529 | 2024-12-19T18:42:55.922Z | info: running `cargo check --bins` on installinator-client (64/174) |
2530 | 2024-12-19T18:42:56.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-12-19T18:42:56.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-12-19T18:42:56.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-12-19T18:42:56.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2534 | 2024-12-19T18:42:56.576Z | |
2535 | 2024-12-19T18:42:56.576Z | info: running `cargo check --bins` on installinator-common (65/174) |
2536 | 2024-12-19T18:42:57.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-12-19T18:42:57.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-12-19T18:42:57.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-12-19T18:42:57.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2540 | 2024-12-19T18:42:57.227Z | |
2541 | 2024-12-19T18:42:57.227Z | info: running `cargo check --bins` on update-engine (66/174) |
2542 | 2024-12-19T18:42:57.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-12-19T18:42:57.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-12-19T18:42:57.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-12-19T18:42:57.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2546 | 2024-12-19T18:42:57.848Z | |
2547 | 2024-12-19T18:42:57.848Z | info: running `cargo check --bins` on nexus-client (67/174) |
2548 | 2024-12-19T18:42:58.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-12-19T18:42:58.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-12-19T18:42:58.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-12-19T18:42:58.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2024-12-19T18:42:58.509Z | |
2553 | 2024-12-19T18:42:58.509Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/174) |
2554 | 2024-12-19T18:42:59.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-12-19T18:42:59.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-12-19T18:42:59.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-12-19T18:42:59.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2558 | 2024-12-19T18:42:59.158Z | |
2559 | 2024-12-19T18:42:59.158Z | info: running `cargo check --bins` on omicron-passwords (69/174) |
2560 | 2024-12-19T18:42:59.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-12-19T18:42:59.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-12-19T18:42:59.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-12-19T18:42:59.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2564 | 2024-12-19T18:42:59.770Z | |
2565 | 2024-12-19T18:42:59.770Z | info: running `cargo check --bins` on nexus-types (70/174) |
2566 | 2024-12-19T18:43:00.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-12-19T18:43:00.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-12-19T18:43:00.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-12-19T18:43:00.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2570 | 2024-12-19T18:43:00.415Z | |
2571 | 2024-12-19T18:43:00.415Z | info: running `cargo check --bins` on oxide-client (71/174) |
2572 | 2024-12-19T18:43:00.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-12-19T18:43:00.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-12-19T18:43:00.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-12-19T18:43:00.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2576 | 2024-12-19T18:43:01.022Z | |
2577 | 2024-12-19T18:43:01.022Z | info: running `cargo check --bins` on oximeter-client (72/174) |
2578 | 2024-12-19T18:43:01.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-12-19T18:43:01.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-12-19T18:43:01.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-12-19T18:43:01.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2582 | 2024-12-19T18:43:01.646Z | |
2583 | 2024-12-19T18:43:01.646Z | info: running `cargo check --bins` on repo-depot-client (73/174) |
2584 | 2024-12-19T18:43:02.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-12-19T18:43:02.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-12-19T18:43:02.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-12-19T18:43:02.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2588 | 2024-12-19T18:43:02.250Z | |
2589 | 2024-12-19T18:43:02.250Z | info: running `cargo check --bins` on sled-agent-client (74/174) |
2590 | 2024-12-19T18:43:02.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-12-19T18:43:02.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-12-19T18:43:02.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-12-19T18:43:02.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2594 | 2024-12-19T18:43:02.894Z | |
2595 | 2024-12-19T18:43:02.894Z | info: running `cargo check --bins` on wicketd-client (75/174) |
2596 | 2024-12-19T18:43:03.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-12-19T18:43:03.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-12-19T18:43:03.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-12-19T18:43:03.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2600 | 2024-12-19T18:43:03.558Z | |
2601 | 2024-12-19T18:43:03.558Z | info: running `cargo check --bins` on sled-agent-types (76/174) |
2602 | 2024-12-19T18:43:04.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-12-19T18:43:04.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-12-19T18:43:04.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-12-19T18:43:04.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2606 | 2024-12-19T18:43:04.218Z | |
2607 | 2024-12-19T18:43:04.218Z | info: running `cargo check --bins` on wicket-common (77/174) |
2608 | 2024-12-19T18:43:04.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-12-19T18:43:04.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-12-19T18:43:04.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-12-19T18:43:04.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2612 | 2024-12-19T18:43:04.867Z | |
2613 | 2024-12-19T18:43:04.867Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/174) |
2614 | 2024-12-19T18:43:05.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-12-19T18:43:05.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-12-19T18:43:05.534Z | Checking csv-core v0.1.11 |
2617 | 2024-12-19T18:43:05.534Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2618 | 2024-12-19T18:43:05.537Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-12-19T18:43:05.853Z | Checking csv v1.3.0 |
2620 | 2024-12-19T18:43:05.869Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2024-12-19T18:43:06.430Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2622 | 2024-12-19T18:43:06.768Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2623 | 2024-12-19T18:43:08.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
2624 | 2024-12-19T18:43:08.213Z | |
2625 | 2024-12-19T18:43:08.213Z | info: running `cargo check --bins` on cockroach-admin-api (79/174) |
2626 | 2024-12-19T18:43:08.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-12-19T18:43:08.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-12-19T18:43:08.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-12-19T18:43:08.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2630 | 2024-12-19T18:43:08.844Z | |
2631 | 2024-12-19T18:43:08.844Z | info: running `cargo check --bins` on cockroach-admin-types (80/174) |
2632 | 2024-12-19T18:43:09.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-12-19T18:43:09.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-12-19T18:43:09.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-12-19T18:43:09.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2636 | 2024-12-19T18:43:09.469Z | |
2637 | 2024-12-19T18:43:09.469Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174) |
2638 | 2024-12-19T18:43:10.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-12-19T18:43:10.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-12-19T18:43:10.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-12-19T18:43:10.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2642 | 2024-12-19T18:43:10.196Z | |
2643 | 2024-12-19T18:43:10.196Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174) |
2644 | 2024-12-19T18:43:10.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-12-19T18:43:10.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-12-19T18:43:10.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-12-19T18:43:10.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2648 | 2024-12-19T18:43:10.920Z | |
2649 | 2024-12-19T18:43:10.920Z | info: running `cargo check --bins` on dns-server (83/174) |
2650 | 2024-12-19T18:43:11.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-12-19T18:43:11.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-12-19T18:43:11.555Z | Compiling parking_lot_core v0.8.6 |
2653 | 2024-12-19T18:43:11.555Z | Checking fxhash v0.2.1 |
2654 | 2024-12-19T18:43:11.558Z | Checking hickory-server v0.24.1 |
2655 | 2024-12-19T18:43:11.558Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2656 | 2024-12-19T18:43:11.657Z | Checking hickory-client v0.24.1 |
2657 | 2024-12-19T18:43:12.246Z | Checking parking_lot v0.11.2 |
2658 | 2024-12-19T18:43:12.351Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2659 | 2024-12-19T18:43:12.351Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2660 | 2024-12-19T18:43:12.483Z | Checking sled v0.34.7 |
2661 | 2024-12-19T18:43:14.268Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2662 | 2024-12-19T18:43:15.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2663 | 2024-12-19T18:43:15.676Z | |
2664 | 2024-12-19T18:43:15.676Z | info: running `cargo check --bins` on dns-server-api (84/174) |
2665 | 2024-12-19T18:43:16.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-12-19T18:43:16.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-12-19T18:43:16.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-12-19T18:43:16.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2669 | 2024-12-19T18:43:16.303Z | |
2670 | 2024-12-19T18:43:16.303Z | info: running `cargo check --bins` on gateway-test-utils (85/174) |
2671 | 2024-12-19T18:43:16.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-12-19T18:43:16.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-12-19T18:43:16.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-12-19T18:43:16.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2675 | 2024-12-19T18:43:16.988Z | |
2676 | 2024-12-19T18:43:16.988Z | info: running `cargo check --bins` on gateway-types (86/174) |
2677 | 2024-12-19T18:43:17.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-12-19T18:43:17.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-12-19T18:43:17.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-12-19T18:43:17.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2681 | 2024-12-19T18:43:17.624Z | |
2682 | 2024-12-19T18:43:17.624Z | info: running `cargo check --bins` on ipcc (87/174) |
2683 | 2024-12-19T18:43:18.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-12-19T18:43:18.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-12-19T18:43:18.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-12-19T18:43:18.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2687 | 2024-12-19T18:43:18.261Z | |
2688 | 2024-12-19T18:43:18.261Z | info: running `cargo check --bins` on omicron-gateway (88/174) |
2689 | 2024-12-19T18:43:18.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-12-19T18:43:18.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-12-19T18:43:18.962Z | Compiling radium v0.7.0 |
2692 | 2024-12-19T18:43:18.962Z | Compiling semver v0.1.20 |
2693 | 2024-12-19T18:43:18.964Z | Checking tap v1.0.1 |
2694 | 2024-12-19T18:43:19.068Z | Compiling maybe-uninit v2.0.0 |
2695 | 2024-12-19T18:43:19.088Z | Checking password-hash v0.5.0 |
2696 | 2024-12-19T18:43:19.096Z | Checking blake2 v0.10.6 |
2697 | 2024-12-19T18:43:19.099Z | Checking funty v2.0.0 |
2698 | 2024-12-19T18:43:19.099Z | Checking crc-catalog v2.4.0 |
2699 | 2024-12-19T18:43:19.230Z | Checking wyz v0.5.1 |
2700 | 2024-12-19T18:43:19.248Z | Compiling packed_struct v0.10.1 |
2701 | 2024-12-19T18:43:19.507Z | Compiling rustc_version v0.1.7 |
2702 | 2024-12-19T18:43:19.601Z | Compiling owo-colors v4.1.0 |
2703 | 2024-12-19T18:43:19.603Z | Compiling cancel-safe-futures v0.1.5 |
2704 | 2024-12-19T18:43:19.675Z | Checking argon2 v0.5.3 |
2705 | 2024-12-19T18:43:19.752Z | Checking crc v3.2.1 |
2706 | 2024-12-19T18:43:19.771Z | Compiling packed_struct_codegen v0.10.1 |
2707 | 2024-12-19T18:43:19.911Z | Checking half v2.4.1 |
2708 | 2024-12-19T18:43:19.928Z | Compiling indexmap v1.9.3 |
2709 | 2024-12-19T18:43:19.998Z | Checking ciborium-io v0.2.2 |
2710 | 2024-12-19T18:43:20.016Z | Compiling newtype_derive v0.1.6 |
2711 | 2024-12-19T18:43:20.032Z | Checking bitvec v1.0.1 |
2712 | 2024-12-19T18:43:20.126Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2713 | 2024-12-19T18:43:20.190Z | Checking nodrop v0.1.14 |
2714 | 2024-12-19T18:43:20.304Z | Checking array-init v0.0.4 |
2715 | 2024-12-19T18:43:20.362Z | Checking ciborium-ll v0.2.2 |
2716 | 2024-12-19T18:43:20.379Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2717 | 2024-12-19T18:43:20.498Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-12-19T18:43:20.659Z | Checking smallvec v0.6.14 |
2719 | 2024-12-19T18:43:20.676Z | Checking libsw v3.3.1 |
2720 | 2024-12-19T18:43:20.696Z | Compiling memoffset v0.9.1 |
2721 | 2024-12-19T18:43:20.947Z | Checking hashbrown v0.12.3 |
2722 | 2024-12-19T18:43:21.000Z | Checking indent_write v2.2.0 |
2723 | 2024-12-19T18:43:21.038Z | Checking bitfield v0.14.0 |
2724 | 2024-12-19T18:43:21.202Z | Checking linear-map v1.2.0 |
2725 | 2024-12-19T18:43:21.261Z | Checking swrite v0.1.0 |
2726 | 2024-12-19T18:43:21.304Z | Checking termcolor v1.4.1 |
2727 | 2024-12-19T18:43:21.329Z | Checking serde-hex v0.1.0 |
2728 | 2024-12-19T18:43:21.380Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2024-12-19T18:43:21.535Z | Checking ron v0.8.1 |
2730 | 2024-12-19T18:43:21.756Z | Checking env_logger v0.10.2 |
2731 | 2024-12-19T18:43:22.243Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2732 | 2024-12-19T18:43:22.327Z | Checking ciborium v0.2.2 |
2733 | 2024-12-19T18:43:22.605Z | Checking steno v0.4.1 |
2734 | 2024-12-19T18:43:22.818Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2735 | 2024-12-19T18:43:22.862Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2736 | 2024-12-19T18:43:23.035Z | Checking hashbrown v0.13.2 |
2737 | 2024-12-19T18:43:23.076Z | Checking humantime v2.1.0 |
2738 | 2024-12-19T18:43:23.352Z | Checking crc-any v2.5.0 |
2739 | 2024-12-19T18:43:23.406Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2740 | 2024-12-19T18:43:23.727Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2741 | 2024-12-19T18:43:24.058Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2742 | 2024-12-19T18:43:24.131Z | Checking path-slash v0.1.5 |
2743 | 2024-12-19T18:43:24.149Z | Checking object v0.30.4 |
2744 | 2024-12-19T18:43:24.286Z | Checking nix v0.27.1 |
2745 | 2024-12-19T18:43:24.426Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2746 | 2024-12-19T18:43:24.852Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2747 | 2024-12-19T18:43:25.297Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2748 | 2024-12-19T18:43:25.331Z | Checking tungstenite v0.23.0 |
2749 | 2024-12-19T18:43:25.557Z | Checking kstat-rs v0.2.4 |
2750 | 2024-12-19T18:43:25.602Z | Checking signal-hook-tokio v0.3.1 |
2751 | 2024-12-19T18:43:25.922Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2752 | 2024-12-19T18:43:26.151Z | Checking tokio-tungstenite v0.23.1 |
2753 | 2024-12-19T18:43:26.480Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2754 | 2024-12-19T18:43:27.120Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2755 | 2024-12-19T18:43:27.319Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2756 | 2024-12-19T18:43:33.610Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2757 | 2024-12-19T18:43:34.912Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2758 | 2024-12-19T18:43:37.999Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2759 | 2024-12-19T18:43:43.676Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2024-12-19T18:43:44.379Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2761 | 2024-12-19T18:43:47.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.89s |
2762 | 2024-12-19T18:43:47.346Z | |
2763 | 2024-12-19T18:43:47.346Z | info: running `cargo check --bins` on gateway-api (89/174) |
2764 | 2024-12-19T18:43:47.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-12-19T18:43:47.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-12-19T18:43:47.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-12-19T18:43:47.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2768 | 2024-12-19T18:43:47.974Z | |
2769 | 2024-12-19T18:43:47.974Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174) |
2770 | 2024-12-19T18:43:48.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-12-19T18:43:48.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-12-19T18:43:48.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-12-19T18:43:48.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2774 | 2024-12-19T18:43:48.589Z | |
2775 | 2024-12-19T18:43:48.589Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174) |
2776 | 2024-12-19T18:43:49.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-12-19T18:43:49.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-12-19T18:43:49.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-12-19T18:43:49.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2780 | 2024-12-19T18:43:49.276Z | |
2781 | 2024-12-19T18:43:49.276Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174) |
2782 | 2024-12-19T18:43:49.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-12-19T18:43:49.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-12-19T18:43:49.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-12-19T18:43:49.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2786 | 2024-12-19T18:43:49.862Z | |
2787 | 2024-12-19T18:43:49.862Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174) |
2788 | 2024-12-19T18:43:50.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-12-19T18:43:50.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-12-19T18:43:50.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-12-19T18:43:50.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2792 | 2024-12-19T18:43:50.494Z | |
2793 | 2024-12-19T18:43:50.494Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174) |
2794 | 2024-12-19T18:43:51.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-12-19T18:43:51.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-12-19T18:43:51.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-12-19T18:43:51.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2798 | 2024-12-19T18:43:51.121Z | |
2799 | 2024-12-19T18:43:51.121Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174) |
2800 | 2024-12-19T18:43:51.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-12-19T18:43:51.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-12-19T18:43:51.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-12-19T18:43:51.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2804 | 2024-12-19T18:43:51.746Z | |
2805 | 2024-12-19T18:43:51.746Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174) |
2806 | 2024-12-19T18:43:52.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-12-19T18:43:52.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-12-19T18:43:52.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-12-19T18:43:52.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2810 | 2024-12-19T18:43:52.360Z | |
2811 | 2024-12-19T18:43:52.360Z | info: running `cargo check --bins` on oximeter-producer (97/174) |
2812 | 2024-12-19T18:43:52.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-12-19T18:43:52.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-12-19T18:43:52.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-12-19T18:43:52.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2816 | 2024-12-19T18:43:53.006Z | |
2817 | 2024-12-19T18:43:53.006Z | info: running `cargo check --bins` on internal-dns-resolver (98/174) |
2818 | 2024-12-19T18:43:53.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-12-19T18:43:53.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-12-19T18:43:53.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-12-19T18:43:53.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2822 | 2024-12-19T18:43:53.628Z | |
2823 | 2024-12-19T18:43:53.628Z | info: running `cargo check --bins` on sp-sim (99/174) |
2824 | 2024-12-19T18:43:54.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-12-19T18:43:54.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-12-19T18:43:54.266Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2827 | 2024-12-19T18:43:56.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2828 | 2024-12-19T18:43:56.291Z | |
2829 | 2024-12-19T18:43:56.291Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174) |
2830 | 2024-12-19T18:43:56.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-12-19T18:43:56.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-12-19T18:43:56.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-12-19T18:43:56.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2834 | 2024-12-19T18:43:56.957Z | |
2835 | 2024-12-19T18:43:56.957Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174) |
2836 | 2024-12-19T18:43:57.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-12-19T18:43:57.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-12-19T18:43:57.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2024-12-19T18:43:57.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2840 | 2024-12-19T18:43:57.629Z | |
2841 | 2024-12-19T18:43:57.629Z | info: running `cargo check --bins` on db-macros (102/174) |
2842 | 2024-12-19T18:43:58.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-12-19T18:43:58.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-12-19T18:43:58.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-12-19T18:43:58.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2846 | 2024-12-19T18:43:58.234Z | |
2847 | 2024-12-19T18:43:58.234Z | info: running `cargo check --bins` on nexus-macros-common (103/174) |
2848 | 2024-12-19T18:43:58.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-12-19T18:43:58.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-12-19T18:43:58.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-12-19T18:43:58.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2852 | 2024-12-19T18:43:58.833Z | |
2853 | 2024-12-19T18:43:58.833Z | info: running `cargo check --bins` on nexus-auth (104/174) |
2854 | 2024-12-19T18:43:59.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-12-19T18:43:59.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-12-19T18:43:59.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-12-19T18:43:59.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2858 | 2024-12-19T18:43:59.489Z | |
2859 | 2024-12-19T18:43:59.490Z | info: running `cargo check --bins` on authz-macros (105/174) |
2860 | 2024-12-19T18:44:00.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-12-19T18:44:00.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-12-19T18:44:00.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-12-19T18:44:00.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2864 | 2024-12-19T18:44:00.090Z | |
2865 | 2024-12-19T18:44:00.091Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/174) |
2866 | 2024-12-19T18:44:00.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-12-19T18:44:00.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-12-19T18:44:00.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-12-19T18:44:00.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2870 | 2024-12-19T18:44:00.741Z | |
2871 | 2024-12-19T18:44:00.741Z | info: running `cargo check --bins` on nexus-db-model (107/174) |
2872 | 2024-12-19T18:44:01.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-12-19T18:44:01.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-12-19T18:44:01.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-12-19T18:44:01.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2876 | 2024-12-19T18:44:01.396Z | |
2877 | 2024-12-19T18:44:01.396Z | info: running `cargo check --bins` on nexus-defaults (108/174) |
2878 | 2024-12-19T18:44:01.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-12-19T18:44:01.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-12-19T18:44:01.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-12-19T18:44:01.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2882 | 2024-12-19T18:44:02.023Z | |
2883 | 2024-12-19T18:44:02.023Z | info: running `cargo check --bins` on nexus-inventory (109/174) |
2884 | 2024-12-19T18:44:02.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-12-19T18:44:02.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-12-19T18:44:02.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-12-19T18:44:02.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2888 | 2024-12-19T18:44:02.670Z | |
2889 | 2024-12-19T18:44:02.670Z | info: running `cargo check --bins` on typed-rng (110/174) |
2890 | 2024-12-19T18:44:03.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-12-19T18:44:03.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-12-19T18:44:03.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-12-19T18:44:03.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2894 | 2024-12-19T18:44:03.272Z | |
2895 | 2024-12-19T18:44:03.272Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174) |
2896 | 2024-12-19T18:44:03.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-12-19T18:44:03.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-12-19T18:44:04.007Z | Checking keccak v0.1.5 |
2899 | 2024-12-19T18:44:04.117Z | Checking secrecy v0.8.0 |
2900 | 2024-12-19T18:44:04.120Z | Compiling unicase v2.7.0 |
2901 | 2024-12-19T18:44:04.136Z | Compiling same-file v1.0.6 |
2902 | 2024-12-19T18:44:04.138Z | Compiling tempfile v3.13.0 |
2903 | 2024-12-19T18:44:04.155Z | Compiling thiserror-impl-no-std v2.0.2 |
2904 | 2024-12-19T18:44:04.155Z | Checking universal-hash v0.5.1 |
2905 | 2024-12-19T18:44:04.158Z | Compiling blake3 v1.5.4 |
2906 | 2024-12-19T18:44:04.290Z | Compiling walkdir v2.5.0 |
2907 | 2024-12-19T18:44:04.336Z | Compiling ring v0.16.20 |
2908 | 2024-12-19T18:44:04.395Z | Checking sha3 v0.10.8 |
2909 | 2024-12-19T18:44:04.414Z | Checking opaque-debug v0.3.1 |
2910 | 2024-12-19T18:44:04.502Z | Checking poly1305 v0.8.0 |
2911 | 2024-12-19T18:44:04.564Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2912 | 2024-12-19T18:44:04.784Z | Checking chacha20 v0.9.1 |
2913 | 2024-12-19T18:44:04.869Z | Checking aead v0.5.2 |
2914 | 2024-12-19T18:44:05.013Z | Compiling memmap2 v0.9.5 |
2915 | 2024-12-19T18:44:05.014Z | Compiling arrayref v0.3.9 |
2916 | 2024-12-19T18:44:05.050Z | Compiling libefi-sys v0.1.0 |
2917 | 2024-12-19T18:44:05.092Z | Compiling arrayvec v0.7.6 |
2918 | 2024-12-19T18:44:05.127Z | Compiling salty v0.3.0 |
2919 | 2024-12-19T18:44:05.168Z | Compiling constant_time_eq v0.3.1 |
2920 | 2024-12-19T18:44:05.313Z | Compiling spin v0.5.2 |
2921 | 2024-12-19T18:44:05.377Z | Checking chacha20poly1305 v0.10.1 |
2922 | 2024-12-19T18:44:05.478Z | Compiling toolchain_find v0.4.0 |
2923 | 2024-12-19T18:44:05.553Z | Compiling camino-tempfile v1.1.1 |
2924 | 2024-12-19T18:44:05.571Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2925 | 2024-12-19T18:44:05.587Z | Compiling bitfield-struct v0.6.2 |
2926 | 2024-12-19T18:44:05.884Z | Compiling topological-sort v0.2.2 |
2927 | 2024-12-19T18:44:06.014Z | Compiling mime_guess v2.0.5 |
2928 | 2024-12-19T18:44:06.092Z | Compiling rustfmt-wrapper v0.2.1 |
2929 | 2024-12-19T18:44:06.545Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2930 | 2024-12-19T18:44:06.672Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2931 | 2024-12-19T18:44:06.704Z | Checking primeorder v0.13.6 |
2932 | 2024-12-19T18:44:06.720Z | Checking env_filter v0.1.2 |
2933 | 2024-12-19T18:44:06.947Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-12-19T18:44:07.048Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2024-12-19T18:44:07.068Z | Checking env_logger v0.11.5 |
2936 | 2024-12-19T18:44:07.174Z | Checking p384 v0.13.0 |
2937 | 2024-12-19T18:44:07.216Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2938 | 2024-12-19T18:44:07.355Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2939 | 2024-12-19T18:44:07.418Z | Checking thiserror-no-std v2.0.2 |
2940 | 2024-12-19T18:44:07.536Z | Checking vsss-rs v3.3.4 |
2941 | 2024-12-19T18:44:07.600Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2942 | 2024-12-19T18:44:07.603Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-19T18:44:07.675Z | Checking http-range v0.1.5 |
2944 | 2024-12-19T18:44:07.852Z | Checking bumpalo v3.16.0 |
2945 | 2024-12-19T18:44:07.890Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2946 | 2024-12-19T18:44:08.037Z | Checking lockfree-object-pool v0.1.6 |
2947 | 2024-12-19T18:44:08.134Z | Checking simd-adler32 v0.3.7 |
2948 | 2024-12-19T18:44:08.167Z | Compiling zip v2.1.3 |
2949 | 2024-12-19T18:44:08.217Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2950 | 2024-12-19T18:44:08.306Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2951 | 2024-12-19T18:44:08.490Z | Checking zopfli v0.8.1 |
2952 | 2024-12-19T18:44:08.515Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2953 | 2024-12-19T18:44:08.617Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2954 | 2024-12-19T18:44:08.996Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2955 | 2024-12-19T18:44:09.180Z | Checking nanorand v0.7.0 |
2956 | 2024-12-19T18:44:09.201Z | Checking atty v0.2.14 |
2957 | 2024-12-19T18:44:09.216Z | Checking glob v0.3.1 |
2958 | 2024-12-19T18:44:09.328Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2959 | 2024-12-19T18:44:09.535Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2960 | 2024-12-19T18:44:09.562Z | Checking flume v0.11.1 |
2961 | 2024-12-19T18:44:09.685Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2962 | 2024-12-19T18:44:10.040Z | Compiling omicron-zone-package v0.11.1 |
2963 | 2024-12-19T18:44:10.231Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2964 | 2024-12-19T18:44:11.040Z | Checking hyper-staticfile v0.10.1 |
2965 | 2024-12-19T18:44:11.559Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2966 | 2024-12-19T18:44:11.734Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2967 | 2024-12-19T18:44:11.960Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2968 | 2024-12-19T18:44:12.021Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2969 | 2024-12-19T18:44:12.227Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2970 | 2024-12-19T18:44:12.230Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2971 | 2024-12-19T18:44:12.801Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2972 | 2024-12-19T18:44:13.013Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2973 | 2024-12-19T18:44:13.661Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2974 | 2024-12-19T18:44:14.800Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2975 | 2024-12-19T18:44:16.617Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2976 | 2024-12-19T18:44:16.620Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2977 | 2024-12-19T18:44:26.571Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2024-12-19T18:44:40.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
2979 | 2024-12-19T18:44:40.197Z | |
2980 | 2024-12-19T18:44:40.197Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174) |
2981 | 2024-12-19T18:44:40.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-12-19T18:44:40.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-12-19T18:44:40.935Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-12-19T18:44:54.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
2985 | 2024-12-19T18:44:54.708Z | |
2986 | 2024-12-19T18:44:54.708Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174) |
2987 | 2024-12-19T18:44:55.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-12-19T18:44:55.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-12-19T18:44:55.468Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-12-19T18:45:09.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
2991 | 2024-12-19T18:45:09.402Z | |
2992 | 2024-12-19T18:45:09.402Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174) |
2993 | 2024-12-19T18:45:10.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-12-19T18:45:10.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-12-19T18:45:10.140Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-12-19T18:45:23.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2997 | 2024-12-19T18:45:24.076Z | |
2998 | 2024-12-19T18:45:24.076Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174) |
2999 | 2024-12-19T18:45:24.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-12-19T18:45:24.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-12-19T18:45:24.816Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-12-19T18:45:38.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
3003 | 2024-12-19T18:45:38.713Z | |
3004 | 2024-12-19T18:45:38.714Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174) |
3005 | 2024-12-19T18:45:39.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-12-19T18:45:39.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-12-19T18:45:39.449Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-12-19T18:45:53.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
3009 | 2024-12-19T18:45:53.392Z | |
3010 | 2024-12-19T18:45:53.392Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174) |
3011 | 2024-12-19T18:45:54.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-12-19T18:45:54.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-12-19T18:45:54.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2024-12-19T18:46:07.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
3015 | 2024-12-19T18:46:08.025Z | |
3016 | 2024-12-19T18:46:08.025Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174) |
3017 | 2024-12-19T18:46:08.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-12-19T18:46:08.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-12-19T18:46:08.756Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-12-19T18:46:22.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
3021 | 2024-12-19T18:46:22.418Z | |
3022 | 2024-12-19T18:46:22.418Z | info: running `cargo check --bins` on bootstrap-agent-api (119/174) |
3023 | 2024-12-19T18:46:22.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-12-19T18:46:22.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-12-19T18:46:22.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-12-19T18:46:22.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3027 | 2024-12-19T18:46:23.070Z | |
3028 | 2024-12-19T18:46:23.070Z | info: running `cargo check --bins` on key-manager (120/174) |
3029 | 2024-12-19T18:46:23.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-12-19T18:46:23.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-12-19T18:46:23.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-12-19T18:46:23.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3033 | 2024-12-19T18:46:23.686Z | |
3034 | 2024-12-19T18:46:23.687Z | info: running `cargo check --bins` on range-requests (121/174) |
3035 | 2024-12-19T18:46:24.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-12-19T18:46:24.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-12-19T18:46:24.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-12-19T18:46:24.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3039 | 2024-12-19T18:46:24.295Z | |
3040 | 2024-12-19T18:46:24.295Z | info: running `cargo check --bins` on repo-depot-api (122/174) |
3041 | 2024-12-19T18:46:24.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-12-19T18:46:24.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-12-19T18:46:24.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-12-19T18:46:24.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3045 | 2024-12-19T18:46:24.924Z | |
3046 | 2024-12-19T18:46:24.924Z | info: running `cargo check --bins` on sled-agent-api (123/174) |
3047 | 2024-12-19T18:46:25.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-12-19T18:46:25.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-12-19T18:46:25.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-12-19T18:46:25.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3051 | 2024-12-19T18:46:25.582Z | |
3052 | 2024-12-19T18:46:25.582Z | info: running `cargo check --bins` on sled-diagnostics (124/174) |
3053 | 2024-12-19T18:46:26.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-12-19T18:46:26.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-12-19T18:46:26.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-12-19T18:46:26.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3057 | 2024-12-19T18:46:26.192Z | |
3058 | 2024-12-19T18:46:26.192Z | info: running `cargo check --bins` on sled-hardware (125/174) |
3059 | 2024-12-19T18:46:26.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-12-19T18:46:26.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-12-19T18:46:26.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-12-19T18:46:26.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3063 | 2024-12-19T18:46:26.836Z | |
3064 | 2024-12-19T18:46:26.836Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/174) |
3065 | 2024-12-19T18:46:27.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-12-19T18:46:27.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-12-19T18:46:27.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-12-19T18:46:27.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3069 | 2024-12-19T18:46:27.481Z | |
3070 | 2024-12-19T18:46:27.481Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174) |
3071 | 2024-12-19T18:46:28.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-12-19T18:46:28.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-12-19T18:46:28.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-12-19T18:46:28.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3075 | 2024-12-19T18:46:28.122Z | |
3076 | 2024-12-19T18:46:28.122Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/174) |
3077 | 2024-12-19T18:46:28.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-12-19T18:46:28.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-12-19T18:46:28.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-12-19T18:46:28.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3081 | 2024-12-19T18:46:28.778Z | |
3082 | 2024-12-19T18:46:28.778Z | info: running `cargo check --bins` on nexus-test-interface (129/174) |
3083 | 2024-12-19T18:46:29.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-19T18:46:29.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-19T18:46:29.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2024-12-19T18:46:29.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3087 | 2024-12-19T18:46:29.431Z | |
3088 | 2024-12-19T18:46:29.431Z | info: running `cargo check --bins` on oximeter-collector (130/174) |
3089 | 2024-12-19T18:46:30.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-19T18:46:30.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-19T18:46:30.121Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3092 | 2024-12-19T18:46:30.121Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3093 | 2024-12-19T18:46:30.992Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3094 | 2024-12-19T18:46:33.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3095 | 2024-12-19T18:46:33.199Z | |
3096 | 2024-12-19T18:46:33.199Z | info: running `cargo check --bins` on oximeter-api (131/174) |
3097 | 2024-12-19T18:46:33.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2024-12-19T18:46:33.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2024-12-19T18:46:33.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2024-12-19T18:46:33.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3101 | 2024-12-19T18:46:33.827Z | |
3102 | 2024-12-19T18:46:33.827Z | info: running `cargo check --bins` on cert-dev (132/174) |
3103 | 2024-12-19T18:46:34.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-12-19T18:46:34.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-12-19T18:46:34.440Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3106 | 2024-12-19T18:46:34.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3107 | 2024-12-19T18:46:34.869Z | |
3108 | 2024-12-19T18:46:34.869Z | info: running `cargo check --bins` on clickhouse-cluster-dev (133/174) |
3109 | 2024-12-19T18:46:35.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-12-19T18:46:35.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-12-19T18:46:35.539Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3112 | 2024-12-19T18:46:35.539Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3113 | 2024-12-19T18:46:36.135Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3114 | 2024-12-19T18:46:36.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3115 | 2024-12-19T18:46:36.674Z | |
3116 | 2024-12-19T18:46:36.674Z | info: running `cargo check --bins` on ch-dev (134/174) |
3117 | 2024-12-19T18:46:37.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-12-19T18:46:37.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-12-19T18:46:37.333Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3120 | 2024-12-19T18:46:38.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3121 | 2024-12-19T18:46:38.229Z | |
3122 | 2024-12-19T18:46:38.229Z | info: running `cargo check --bins` on crdb-seed (135/174) |
3123 | 2024-12-19T18:46:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-12-19T18:46:38.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-12-19T18:46:38.885Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3126 | 2024-12-19T18:46:39.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3127 | 2024-12-19T18:46:39.439Z | |
3128 | 2024-12-19T18:46:39.440Z | info: running `cargo check --bins` on db-dev (136/174) |
3129 | 2024-12-19T18:46:40.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-12-19T18:46:40.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-12-19T18:46:40.102Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3132 | 2024-12-19T18:46:40.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3133 | 2024-12-19T18:46:41.008Z | |
3134 | 2024-12-19T18:46:41.009Z | info: running `cargo check --bins` on omicron-dev-lib (137/174) |
3135 | 2024-12-19T18:46:41.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-12-19T18:46:41.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-12-19T18:46:41.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3138 | 2024-12-19T18:46:41.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3139 | 2024-12-19T18:46:41.652Z | |
3140 | 2024-12-19T18:46:41.652Z | info: running `cargo check --bins` on xtask-downloader (138/174) |
3141 | 2024-12-19T18:46:42.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-12-19T18:46:42.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-12-19T18:46:42.261Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3144 | 2024-12-19T18:46:43.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3145 | 2024-12-19T18:46:43.329Z | |
3146 | 2024-12-19T18:46:43.329Z | info: running `cargo check --bins` on omicron-ls-apis (139/174) |
3147 | 2024-12-19T18:46:43.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-12-19T18:46:43.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-12-19T18:46:43.945Z | Checking cargo-platform v0.1.8 |
3150 | 2024-12-19T18:46:44.215Z | Checking cargo_metadata v0.18.1 |
3151 | 2024-12-19T18:46:45.178Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3152 | 2024-12-19T18:46:45.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3153 | 2024-12-19T18:46:46.154Z | |
3154 | 2024-12-19T18:46:46.154Z | info: running `cargo check --bins` on mgs-dev (140/174) |
3155 | 2024-12-19T18:46:46.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-12-19T18:46:46.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-12-19T18:46:46.867Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3158 | 2024-12-19T18:46:47.593Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3159 | 2024-12-19T18:46:48.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3160 | 2024-12-19T18:46:48.349Z | |
3161 | 2024-12-19T18:46:48.349Z | info: running `cargo check --bins` on omicron-omdb (141/174) |
3162 | 2024-12-19T18:46:48.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-12-19T18:46:48.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-12-19T18:46:49.138Z | Compiling crunchy v0.2.2 |
3165 | 2024-12-19T18:46:49.138Z | Compiling tiny-keccak v2.0.2 |
3166 | 2024-12-19T18:46:49.142Z | Compiling dsl_auto_type v0.1.2 |
3167 | 2024-12-19T18:46:49.142Z | Checking scheduled-thread-pool v0.2.7 |
3168 | 2024-12-19T18:46:49.142Z | Compiling diesel_table_macro_syntax v0.2.0 |
3169 | 2024-12-19T18:46:49.251Z | Compiling ascii-canvas v3.0.0 |
3170 | 2024-12-19T18:46:49.261Z | Compiling ena v0.14.3 |
3171 | 2024-12-19T18:46:49.270Z | Compiling regex-syntax v0.6.29 |
3172 | 2024-12-19T18:46:49.521Z | Checking r2d2 v0.8.10 |
3173 | 2024-12-19T18:46:49.571Z | Compiling diff v0.1.13 |
3174 | 2024-12-19T18:46:49.689Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3175 | 2024-12-19T18:46:49.736Z | Compiling ref-cast v1.0.23 |
3176 | 2024-12-19T18:46:49.809Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3177 | 2024-12-19T18:46:49.846Z | Compiling derive_builder_core v0.20.2 |
3178 | 2024-12-19T18:46:49.926Z | Compiling libxml v0.3.3 |
3179 | 2024-12-19T18:46:50.088Z | Compiling ref-cast-impl v1.0.23 |
3180 | 2024-12-19T18:46:50.203Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3181 | 2024-12-19T18:46:50.353Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3182 | 2024-12-19T18:46:50.378Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3183 | 2024-12-19T18:46:50.573Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3184 | 2024-12-19T18:46:50.648Z | Compiling strum_macros v0.24.3 |
3185 | 2024-12-19T18:46:50.728Z | Compiling samael v0.0.17 |
3186 | 2024-12-19T18:46:50.856Z | Compiling diesel_derives v2.2.3 |
3187 | 2024-12-19T18:46:50.975Z | Compiling indoc v1.0.9 |
3188 | 2024-12-19T18:46:51.970Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3189 | 2024-12-19T18:46:52.280Z | Compiling oso-derive v0.27.3 |
3190 | 2024-12-19T18:46:52.340Z | Compiling derive_builder_macro v0.20.2 |
3191 | 2024-12-19T18:46:52.638Z | Compiling lalrpop v0.19.12 |
3192 | 2024-12-19T18:46:53.259Z | Checking derive_builder v0.20.2 |
3193 | 2024-12-19T18:46:53.394Z | Compiling impl-trait-for-tuples v0.2.2 |
3194 | 2024-12-19T18:46:53.426Z | Checking quick-xml v0.33.0 |
3195 | 2024-12-19T18:46:53.816Z | Compiling diesel-dtrace v0.4.2 |
3196 | 2024-12-19T18:46:54.102Z | Checking maplit v1.0.2 |
3197 | 2024-12-19T18:46:54.326Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3198 | 2024-12-19T18:46:54.348Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3199 | 2024-12-19T18:46:54.635Z | Checking bb8 v0.8.5 |
3200 | 2024-12-19T18:46:55.175Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3201 | 2024-12-19T18:46:55.355Z | Checking castaway v0.2.3 |
3202 | 2024-12-19T18:46:55.458Z | Checking rand_seeder v0.3.0 |
3203 | 2024-12-19T18:46:55.533Z | Checking compact_str v0.8.0 |
3204 | 2024-12-19T18:46:55.622Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3205 | 2024-12-19T18:46:55.729Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3206 | 2024-12-19T18:46:55.927Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3207 | 2024-12-19T18:46:56.108Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3208 | 2024-12-19T18:46:56.392Z | Checking unicode-truncate v1.1.0 |
3209 | 2024-12-19T18:46:56.412Z | Checking lru v0.12.5 |
3210 | 2024-12-19T18:46:56.630Z | Compiling instability v0.3.2 |
3211 | 2024-12-19T18:46:56.727Z | Checking smawk v0.3.2 |
3212 | 2024-12-19T18:46:56.952Z | Checking is_ci v1.2.0 |
3213 | 2024-12-19T18:46:57.113Z | Checking unicode-linebreak v0.1.5 |
3214 | 2024-12-19T18:46:57.492Z | Checking cassowary v0.3.0 |
3215 | 2024-12-19T18:46:57.544Z | Checking textwrap v0.16.1 |
3216 | 2024-12-19T18:46:57.564Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3217 | 2024-12-19T18:46:57.761Z | Checking supports-color v3.0.1 |
3218 | 2024-12-19T18:46:57.952Z | Checking ratatui v0.28.1 |
3219 | 2024-12-19T18:46:57.977Z | Checking multimap v0.10.0 |
3220 | 2024-12-19T18:47:01.074Z | Checking diesel v2.2.6 |
3221 | 2024-12-19T18:47:26.550Z | Compiling polar-core v0.27.3 |
3222 | 2024-12-19T18:47:30.324Z | Checking async-bb8-diesel v0.2.1 |
3223 | 2024-12-19T18:47:34.008Z | Checking oso v0.27.3 |
3224 | 2024-12-19T18:48:43.578Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3225 | 2024-12-19T18:48:49.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3226 | 2024-12-19T18:48:49.860Z | |
3227 | 2024-12-19T18:48:49.860Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174) |
3228 | 2024-12-19T18:48:50.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2024-12-19T18:48:50.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2024-12-19T18:48:50.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2024-12-19T18:48:50.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3232 | 2024-12-19T18:48:50.541Z | |
3233 | 2024-12-19T18:48:50.541Z | info: running `cargo check --bins` on nexus-saga-recovery (143/174) |
3234 | 2024-12-19T18:48:51.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2024-12-19T18:48:51.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2024-12-19T18:48:51.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2024-12-19T18:48:51.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3238 | 2024-12-19T18:48:51.226Z | |
3239 | 2024-12-19T18:48:51.226Z | info: running `cargo check --bins` on nexus-test-utils-macros (144/174) |
3240 | 2024-12-19T18:48:51.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-12-19T18:48:51.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-12-19T18:48:51.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2024-12-19T18:48:51.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3244 | 2024-12-19T18:48:51.837Z | |
3245 | 2024-12-19T18:48:51.837Z | info: running `cargo check --bins` on omicron-nexus (145/174) |
3246 | 2024-12-19T18:48:52.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-12-19T18:48:52.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-12-19T18:48:52.640Z | Compiling libz-sys v1.1.20 |
3249 | 2024-12-19T18:48:52.756Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3250 | 2024-12-19T18:48:52.772Z | Compiling vergen v8.3.2 |
3251 | 2024-12-19T18:48:52.774Z | Compiling cargo-platform v0.1.8 |
3252 | 2024-12-19T18:48:52.775Z | Compiling pin-project-internal v1.1.6 |
3253 | 2024-12-19T18:48:52.814Z | Compiling snafu-derive v0.8.5 |
3254 | 2024-12-19T18:48:52.816Z | Compiling libsqlite3-sys v0.30.1 |
3255 | 2024-12-19T18:48:52.816Z | Compiling buf-list v1.0.3 |
3256 | 2024-12-19T18:48:53.069Z | Compiling rustls v0.21.12 |
3257 | 2024-12-19T18:48:53.345Z | Compiling cargo_metadata v0.18.1 |
3258 | 2024-12-19T18:48:53.348Z | Compiling cfg_aliases v0.2.1 |
3259 | 2024-12-19T18:48:53.462Z | Compiling nix v0.29.0 |
3260 | 2024-12-19T18:48:53.506Z | Checking globset v0.4.15 |
3261 | 2024-12-19T18:48:53.569Z | Checking olpc-cjson v0.1.4 |
3262 | 2024-12-19T18:48:53.719Z | Checking rustls-webpki v0.101.7 |
3263 | 2024-12-19T18:48:53.793Z | Checking sct v0.7.1 |
3264 | 2024-12-19T18:48:53.976Z | Checking serde_plain v1.0.2 |
3265 | 2024-12-19T18:48:54.014Z | Checking typed-path v0.9.3 |
3266 | 2024-12-19T18:48:54.563Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3267 | 2024-12-19T18:48:54.826Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3268 | 2024-12-19T18:48:54.848Z | Checking hashlink v0.9.1 |
3269 | 2024-12-19T18:48:55.117Z | Checking fallible-streaming-iterator v0.1.9 |
3270 | 2024-12-19T18:48:55.358Z | Checking fallible-iterator v0.3.0 |
3271 | 2024-12-19T18:48:55.410Z | Checking parse-size v1.1.0 |
3272 | 2024-12-19T18:48:55.823Z | Checking pin-project v1.1.6 |
3273 | 2024-12-19T18:48:55.953Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3274 | 2024-12-19T18:48:55.972Z | Checking rusqlite v0.32.1 |
3275 | 2024-12-19T18:48:55.975Z | Checking rustls-pemfile v1.0.4 |
3276 | 2024-12-19T18:48:56.160Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3277 | 2024-12-19T18:48:56.188Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3278 | 2024-12-19T18:48:56.468Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3279 | 2024-12-19T18:48:56.927Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3280 | 2024-12-19T18:48:56.985Z | Checking twox-hash v1.6.3 |
3281 | 2024-12-19T18:48:57.065Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3282 | 2024-12-19T18:48:57.479Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3283 | 2024-12-19T18:48:57.563Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3284 | 2024-12-19T18:48:57.685Z | Checking tokio-rustls v0.24.1 |
3285 | 2024-12-19T18:48:57.982Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3286 | 2024-12-19T18:48:58.057Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3287 | 2024-12-19T18:48:58.202Z | Checking fatfs v0.3.6 |
3288 | 2024-12-19T18:48:58.369Z | Checking snafu v0.8.5 |
3289 | 2024-12-19T18:48:58.881Z | Checking tough v0.19.0 |
3290 | 2024-12-19T18:48:59.111Z | Checking assert_matches v1.5.0 |
3291 | 2024-12-19T18:49:03.035Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3292 | 2024-12-19T18:49:04.401Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3293 | 2024-12-19T18:49:05.123Z | Compiling git2 v0.19.0 |
3294 | 2024-12-19T18:49:09.832Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3295 | 2024-12-19T18:50:01.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3296 | 2024-12-19T18:50:02.087Z | |
3297 | 2024-12-19T18:50:02.087Z | info: running `cargo check --bins` on nexus-external-api (146/174) |
3298 | 2024-12-19T18:50:02.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2024-12-19T18:50:02.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2024-12-19T18:50:02.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3301 | 2024-12-19T18:50:02.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3302 | 2024-12-19T18:50:02.787Z | |
3303 | 2024-12-19T18:50:02.787Z | info: running `cargo check --bins` on openapi-manager-types (147/174) |
3304 | 2024-12-19T18:50:03.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2024-12-19T18:50:03.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2024-12-19T18:50:03.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2024-12-19T18:50:03.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3308 | 2024-12-19T18:50:03.405Z | |
3309 | 2024-12-19T18:50:03.405Z | info: running `cargo check --bins` on nexus-internal-api (148/174) |
3310 | 2024-12-19T18:50:03.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2024-12-19T18:50:03.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2024-12-19T18:50:03.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2024-12-19T18:50:03.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3314 | 2024-12-19T18:50:04.058Z | |
3315 | 2024-12-19T18:50:04.058Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (149/174) |
3316 | 2024-12-19T18:50:04.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2024-12-19T18:50:04.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2024-12-19T18:50:04.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2024-12-19T18:50:04.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3320 | 2024-12-19T18:50:04.723Z | |
3321 | 2024-12-19T18:50:04.724Z | info: running `cargo check --bins` on nexus-networking (150/174) |
3322 | 2024-12-19T18:50:05.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2024-12-19T18:50:05.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2024-12-19T18:50:05.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3325 | 2024-12-19T18:50:05.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3326 | 2024-12-19T18:50:05.403Z | |
3327 | 2024-12-19T18:50:05.403Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (151/174) |
3328 | 2024-12-19T18:50:05.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2024-12-19T18:50:05.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2024-12-19T18:50:05.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2024-12-19T18:50:05.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3332 | 2024-12-19T18:50:06.079Z | |
3333 | 2024-12-19T18:50:06.079Z | info: running `cargo check --bins` on update-common (152/174) |
3334 | 2024-12-19T18:50:06.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-12-19T18:50:06.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-12-19T18:50:06.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2024-12-19T18:50:06.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3338 | 2024-12-19T18:50:06.728Z | |
3339 | 2024-12-19T18:50:06.728Z | info: running `cargo check --bins` on tufaceous-lib (153/174) |
3340 | 2024-12-19T18:50:07.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2024-12-19T18:50:07.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2024-12-19T18:50:07.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3343 | 2024-12-19T18:50:07.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3344 | 2024-12-19T18:50:07.377Z | |
3345 | 2024-12-19T18:50:07.377Z | info: running `cargo check --bins` on tufaceous (154/174) |
3346 | 2024-12-19T18:50:07.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2024-12-19T18:50:07.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2024-12-19T18:50:08.047Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3349 | 2024-12-19T18:50:09.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3350 | 2024-12-19T18:50:09.212Z | |
3351 | 2024-12-19T18:50:09.212Z | info: running `cargo check --bins` on omicron-dev (155/174) |
3352 | 2024-12-19T18:50:09.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2024-12-19T18:50:09.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2024-12-19T18:50:10.064Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3355 | 2024-12-19T18:50:10.192Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3356 | 2024-12-19T18:50:10.193Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3357 | 2024-12-19T18:50:10.205Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3358 | 2024-12-19T18:50:35.893Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3359 | 2024-12-19T18:50:35.893Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3360 | 2024-12-19T18:50:35.896Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3361 | 2024-12-19T18:50:35.896Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3362 | 2024-12-19T18:50:35.897Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3363 | 2024-12-19T18:50:36.721Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3364 | 2024-12-19T18:50:37.992Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3365 | 2024-12-19T18:51:15.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3366 | 2024-12-19T18:51:15.922Z | |
3367 | 2024-12-19T18:51:15.922Z | info: running `cargo check --bins` on openapi-manager (156/174) |
3368 | 2024-12-19T18:51:16.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-12-19T18:51:16.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-12-19T18:51:16.621Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3371 | 2024-12-19T18:51:16.621Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3372 | 2024-12-19T18:51:16.623Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3373 | 2024-12-19T18:51:18.279Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3374 | 2024-12-19T18:51:19.172Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3375 | 2024-12-19T18:51:20.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3376 | 2024-12-19T18:51:20.450Z | |
3377 | 2024-12-19T18:51:20.450Z | info: running `cargo check --bins` on installinator-api (157/174) |
3378 | 2024-12-19T18:51:21.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-12-19T18:51:21.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-12-19T18:51:21.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-12-19T18:51:21.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3382 | 2024-12-19T18:51:21.095Z | |
3383 | 2024-12-19T18:51:21.095Z | info: running `cargo check --bins` on wicketd-api (158/174) |
3384 | 2024-12-19T18:51:21.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-19T18:51:21.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-19T18:51:21.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-12-19T18:51:21.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3388 | 2024-12-19T18:51:21.742Z | |
3389 | 2024-12-19T18:51:21.742Z | info: running `cargo check --bins` on reconfigurator-cli (159/174) |
3390 | 2024-12-19T18:51:22.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-12-19T18:51:22.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-12-19T18:51:22.421Z | Compiling petname v2.0.2 |
3393 | 2024-12-19T18:51:22.424Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3394 | 2024-12-19T18:51:22.424Z | Checking sync-ptr v0.1.1 |
3395 | 2024-12-19T18:51:23.862Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3396 | 2024-12-19T18:51:25.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
3397 | 2024-12-19T18:51:25.583Z | |
3398 | 2024-12-19T18:51:25.584Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174) |
3399 | 2024-12-19T18:51:26.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-12-19T18:51:26.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-12-19T18:51:26.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2024-12-19T18:51:26.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3403 | 2024-12-19T18:51:26.238Z | |
3404 | 2024-12-19T18:51:26.238Z | info: running `cargo check --bins` on omicron-releng (161/174) |
3405 | 2024-12-19T18:51:26.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-12-19T18:51:26.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-12-19T18:51:26.911Z | Checking memmap2 v0.9.5 |
3408 | 2024-12-19T18:51:26.911Z | Checking constant_time_eq v0.3.1 |
3409 | 2024-12-19T18:51:26.911Z | Checking spin v0.5.2 |
3410 | 2024-12-19T18:51:26.911Z | Checking arrayref v0.3.9 |
3411 | 2024-12-19T18:51:26.914Z | Checking arrayvec v0.7.6 |
3412 | 2024-12-19T18:51:26.914Z | Checking topological-sort v0.2.2 |
3413 | 2024-12-19T18:51:27.018Z | Checking shell-words v1.1.0 |
3414 | 2024-12-19T18:51:27.181Z | Checking ring v0.16.20 |
3415 | 2024-12-19T18:51:27.318Z | Checking blake3 v1.5.4 |
3416 | 2024-12-19T18:51:28.322Z | Checking omicron-zone-package v0.11.1 |
3417 | 2024-12-19T18:51:29.438Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3418 | 2024-12-19T18:51:30.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3419 | 2024-12-19T18:51:30.526Z | |
3420 | 2024-12-19T18:51:30.526Z | info: running `cargo check --bins` on xtask (162/174) |
3421 | 2024-12-19T18:51:30.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2024-12-19T18:51:30.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2024-12-19T18:51:30.953Z | Checking bitflags v2.6.0 |
3424 | 2024-12-19T18:51:30.956Z | Checking serde v1.0.215 |
3425 | 2024-12-19T18:51:30.956Z | Checking thiserror v1.0.69 |
3426 | 2024-12-19T18:51:31.048Z | Checking scroll v0.12.0 |
3427 | 2024-12-19T18:51:31.050Z | Checking hashbrown v0.15.1 |
3428 | 2024-12-19T18:51:31.050Z | Checking log v0.4.22 |
3429 | 2024-12-19T18:51:31.066Z | Checking zerocopy v0.7.35 |
3430 | 2024-12-19T18:51:31.088Z | Checking syn v2.0.87 |
3431 | 2024-12-19T18:51:31.155Z | Checking pest v2.7.14 |
3432 | 2024-12-19T18:51:31.281Z | Checking rustix v0.38.37 |
3433 | 2024-12-19T18:51:31.313Z | Checking once_cell v1.20.2 |
3434 | 2024-12-19T18:51:31.513Z | Checking goblin v0.8.2 |
3435 | 2024-12-19T18:51:31.628Z | Checking fs-err v2.11.0 |
3436 | 2024-12-19T18:51:31.923Z | Checking tabled v0.15.0 |
3437 | 2024-12-19T18:51:32.111Z | Checking indexmap v2.6.0 |
3438 | 2024-12-19T18:51:32.450Z | Checking anyhow v1.0.93 |
3439 | 2024-12-19T18:51:33.248Z | Checking terminal_size v0.4.0 |
3440 | 2024-12-19T18:51:33.249Z | Checking tempfile v3.13.0 |
3441 | 2024-12-19T18:51:33.423Z | Checking clap_builder v4.5.21 |
3442 | 2024-12-19T18:51:33.704Z | Checking dtrace-parser v0.2.0 |
3443 | 2024-12-19T18:51:35.457Z | Checking serde_json v1.0.132 |
3444 | 2024-12-19T18:51:35.457Z | Checking toml_datetime v0.6.8 |
3445 | 2024-12-19T18:51:35.459Z | Checking serde_spanned v0.6.8 |
3446 | 2024-12-19T18:51:35.459Z | Checking camino v1.1.9 |
3447 | 2024-12-19T18:51:35.459Z | Checking cargo-platform v0.1.8 |
3448 | 2024-12-19T18:51:35.460Z | Checking semver v1.0.23 |
3449 | 2024-12-19T18:51:35.666Z | Checking macaddr v1.0.1 |
3450 | 2024-12-19T18:51:35.706Z | Checking clap v4.5.21 |
3451 | 2024-12-19T18:51:35.754Z | Checking toml_edit v0.22.22 |
3452 | 2024-12-19T18:51:36.022Z | Checking camino-tempfile v1.1.1 |
3453 | 2024-12-19T18:51:36.686Z | Checking dof v0.3.0 |
3454 | 2024-12-19T18:51:36.686Z | Checking cargo_metadata v0.18.1 |
3455 | 2024-12-19T18:51:37.099Z | Checking usdt-impl v0.5.0 |
3456 | 2024-12-19T18:51:37.491Z | Checking usdt v0.5.0 |
3457 | 2024-12-19T18:51:37.502Z | Checking toml v0.8.19 |
3458 | 2024-12-19T18:51:37.981Z | Checking cargo_toml v0.20.5 |
3459 | 2024-12-19T18:51:39.181Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3460 | 2024-12-19T18:51:39.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3461 | 2024-12-19T18:51:39.891Z | |
3462 | 2024-12-19T18:51:39.891Z | info: running `cargo check --bins` on end-to-end-tests (163/174) |
3463 | 2024-12-19T18:51:40.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2024-12-19T18:51:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2024-12-19T18:51:40.653Z | Checking polyval v0.6.2 |
3466 | 2024-12-19T18:51:40.766Z | Checking ctr v0.9.2 |
3467 | 2024-12-19T18:51:40.782Z | Checking ssh-encoding v0.2.0 |
3468 | 2024-12-19T18:51:40.782Z | Checking blowfish v0.9.1 |
3469 | 2024-12-19T18:51:40.804Z | Checking password-hash v0.4.2 |
3470 | 2024-12-19T18:51:40.807Z | Checking matches v0.1.10 |
3471 | 2024-12-19T18:51:40.836Z | Checking p256 v0.13.2 |
3472 | 2024-12-19T18:51:40.838Z | Checking p521 v0.13.3 |
3473 | 2024-12-19T18:51:40.911Z | Checking idna v0.2.3 |
3474 | 2024-12-19T18:51:40.978Z | Checking ghash v0.5.1 |
3475 | 2024-12-19T18:51:41.000Z | Checking bcrypt-pbkdf v0.10.0 |
3476 | 2024-12-19T18:51:41.071Z | Compiling enum-as-inner v0.5.1 |
3477 | 2024-12-19T18:51:41.108Z | Checking russh-cryptovec v0.7.3 |
3478 | 2024-12-19T18:51:41.158Z | Checking aes-gcm v0.10.3 |
3479 | 2024-12-19T18:51:41.192Z | Checking pbkdf2 v0.11.0 |
3480 | 2024-12-19T18:51:41.242Z | Checking md5 v0.7.0 |
3481 | 2024-12-19T18:51:41.298Z | Checking num-bigint v0.4.6 |
3482 | 2024-12-19T18:51:41.318Z | Checking des v0.8.1 |
3483 | 2024-12-19T18:51:41.398Z | Checking ssh-cipher v0.2.0 |
3484 | 2024-12-19T18:51:41.469Z | Compiling dhcproto-macros v0.1.0 |
3485 | 2024-12-19T18:51:41.540Z | Checking hex-literal v0.4.1 |
3486 | 2024-12-19T18:51:41.590Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3487 | 2024-12-19T18:51:41.682Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3488 | 2024-12-19T18:51:41.685Z | Checking ssh-key v0.6.6 |
3489 | 2024-12-19T18:51:41.765Z | Checking internet-checksum v0.2.1 |
3490 | 2024-12-19T18:51:42.092Z | Checking trust-dns-proto v0.22.0 |
3491 | 2024-12-19T18:51:43.057Z | Checking russh-keys v0.45.0 |
3492 | 2024-12-19T18:51:43.963Z | Checking russh v0.45.0 |
3493 | 2024-12-19T18:51:44.675Z | Checking dhcproto v0.12.0 |
3494 | 2024-12-19T18:52:01.593Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3495 | 2024-12-19T18:52:03.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.13s |
3496 | 2024-12-19T18:52:03.230Z | |
3497 | 2024-12-19T18:52:03.230Z | info: running `cargo check --bins` on gateway-cli (164/174) |
3498 | 2024-12-19T18:52:03.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2024-12-19T18:52:03.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2024-12-19T18:52:03.868Z | Checking termios v0.3.3 |
3501 | 2024-12-19T18:52:04.088Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3502 | 2024-12-19T18:52:04.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3503 | 2024-12-19T18:52:05.047Z | |
3504 | 2024-12-19T18:52:05.047Z | info: running `cargo check --bins --no-default-features` on installinator (165/174) |
3505 | 2024-12-19T18:52:05.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-12-19T18:52:05.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-12-19T18:52:05.743Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3508 | 2024-12-19T18:52:07.789Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3509 | 2024-12-19T18:52:09.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
3510 | 2024-12-19T18:52:09.850Z | |
3511 | 2024-12-19T18:52:09.850Z | info: running `cargo check --bins` on internal-dns-cli (166/174) |
3512 | 2024-12-19T18:52:10.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-12-19T18:52:10.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-12-19T18:52:10.489Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3515 | 2024-12-19T18:52:10.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3516 | 2024-12-19T18:52:11.148Z | |
3517 | 2024-12-19T18:52:11.148Z | info: running `cargo check --bins` on omicron-live-tests (167/174) |
3518 | 2024-12-19T18:52:11.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-12-19T18:52:11.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-12-19T18:52:11.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2024-12-19T18:52:11.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3522 | 2024-12-19T18:52:11.763Z | |
3523 | 2024-12-19T18:52:11.763Z | info: running `cargo check --bins` on live-tests-macros (168/174) |
3524 | 2024-12-19T18:52:12.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-12-19T18:52:12.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-12-19T18:52:12.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2024-12-19T18:52:12.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3528 | 2024-12-19T18:52:12.390Z | |
3529 | 2024-12-19T18:52:12.390Z | info: running `cargo check --bins` on omicron-package (169/174) |
3530 | 2024-12-19T18:52:12.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-12-19T18:52:12.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-12-19T18:52:13.062Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3533 | 2024-12-19T18:52:14.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3534 | 2024-12-19T18:52:14.561Z | |
3535 | 2024-12-19T18:52:14.561Z | info: running `cargo check --bins` on wicket-dbg (170/174) |
3536 | 2024-12-19T18:52:15.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-12-19T18:52:15.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-12-19T18:52:15.269Z | Checking rtoolbox v0.0.2 |
3539 | 2024-12-19T18:52:15.269Z | Checking tui-tree-widget v0.22.0 |
3540 | 2024-12-19T18:52:15.299Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3541 | 2024-12-19T18:52:15.496Z | Checking rpassword v7.3.1 |
3542 | 2024-12-19T18:52:19.583Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3543 | 2024-12-19T18:52:22.579Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3544 | 2024-12-19T18:52:23.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s |
3545 | 2024-12-19T18:52:24.026Z | |
3546 | 2024-12-19T18:52:24.026Z | info: running `cargo check --bins` on wicket (171/174) |
3547 | 2024-12-19T18:52:24.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-19T18:52:24.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-19T18:52:24.727Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3550 | 2024-12-19T18:52:25.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3551 | 2024-12-19T18:52:25.367Z | |
3552 | 2024-12-19T18:52:25.367Z | info: running `cargo check --bins` on wicketd (172/174) |
3553 | 2024-12-19T18:52:25.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-12-19T18:52:25.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-12-19T18:52:26.090Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3556 | 2024-12-19T18:52:30.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3557 | 2024-12-19T18:52:30.252Z | |
3558 | 2024-12-19T18:52:30.252Z | info: running `cargo check --bins` on omicron-workspace-hack (173/174) |
3559 | 2024-12-19T18:52:30.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-19T18:52:30.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-19T18:52:30.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3562 | 2024-12-19T18:52:30.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3563 | 2024-12-19T18:52:30.866Z | |
3564 | 2024-12-19T18:52:30.866Z | info: running `cargo check --bins` on zone-setup (174/174) |
3565 | 2024-12-19T18:52:31.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2024-12-19T18:52:31.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2024-12-19T18:52:31.604Z | Checking uzers v0.12.1 |
3568 | 2024-12-19T18:52:31.945Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3569 | 2024-12-19T18:52:33.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3570 | 2024-12-19T18:52:33.344Z | |
3571 | 2024-12-19T18:52:33.344Z | real 13:04.297634365 |
3572 | 2024-12-19T18:52:33.344Z | user 24:38.087367998 |
3573 | 2024-12-19T18:52:33.344Z | sys 5:36.248090679 |
3574 | 2024-12-19T18:52:33.344Z | trap 0.489913077 |
3575 | 2024-12-19T18:52:33.344Z | tflt 2.316673368 |
3576 | 2024-12-19T18:52:33.344Z | dflt 2.862011917 |
3577 | 2024-12-19T18:52:33.347Z | kflt 0.000897722 |
3578 | 2024-12-19T18:52:33.347Z | lock 46:57.397725474 |
3579 | 2024-12-19T18:52:33.347Z | slp 2:07:52.833943595 |
3580 | 2024-12-19T18:52:33.347Z | lat 1:05.181735691 |
3581 | 2024-12-19T18:52:33.347Z | stop 3:40.390114758 |
3582 | 2024-12-19T18:52:33.347Z | process exited: duration 1096720 ms, exit code 0 |
|
3583 | 2024-12-19T18:52:33.354Z | found 0 output files |