|
|
|
1 | 2024-11-25T18:42:47.877Z | job assigned to worker 01JDJA2XQ4B5ZKEDWCD0W0E15N [factory aws, i-01851afe32491b37e] (queued for 50 s) |
|
2 | 2024-11-25T18:42:55.491Z | starting task 0: "setup" |
3 | 2024-11-25T18:42:55.501Z | ++ uname -s |
4 | 2024-11-25T18:42:55.507Z | + kern=SunOS |
5 | 2024-11-25T18:42:55.507Z | + case "$kern" in |
6 | 2024-11-25T18:42:55.507Z | + groupadd -g 12345 build |
7 | 2024-11-25T18:42:55.507Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-25T18:42:57.514Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-25T18:42:57.607Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-25T18:42:57.609Z | + home_fs=zfs |
11 | 2024-11-25T18:42:57.610Z | + [[ zfs == autofs ]] |
12 | 2024-11-25T18:42:57.610Z | + mkdir -p /home/build |
13 | 2024-11-25T18:42:57.612Z | + chown build:build /home/build /work |
14 | 2024-11-25T18:42:59.613Z | + chmod 0700 /home/build /work |
15 | 2024-11-25T18:42:59.616Z | process exited: duration 4124 ms, exit code 0 |
|
16 | 2024-11-25T18:42:59.620Z | starting task 1: "rust-toolchain" |
17 | 2024-11-25T18:42:59.625Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-25T18:42:59.625Z | ' 1.81.0 |
19 | 2024-11-25T18:42:59.626Z | * toolchain channel = "1.81.0" |
20 | 2024-11-25T18:42:59.628Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-25T18:42:59.628Z | ' default |
22 | 2024-11-25T18:42:59.628Z | * toolchain profile = "default" |
23 | 2024-11-25T18:42:59.628Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-25T18:42:59.628Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-25T18:42:59.741Z | info: downloading installer |
26 | 2024-11-25T18:43:01.066Z | info: profile set to 'default' |
27 | 2024-11-25T18:43:01.066Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-25T18:43:01.069Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-25T18:43:01.217Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-25T18:43:01.217Z | info: downloading component 'cargo' |
31 | 2024-11-25T18:43:02.159Z | info: downloading component 'clippy' |
32 | 2024-11-25T18:43:02.467Z | info: downloading component 'rust-docs' |
33 | 2024-11-25T18:43:03.631Z | info: downloading component 'rust-std' |
34 | 2024-11-25T18:43:05.438Z | info: downloading component 'rustc' |
35 | 2024-11-25T18:43:11.982Z | info: downloading component 'rustfmt' |
36 | 2024-11-25T18:43:12.224Z | info: installing component 'cargo' |
37 | 2024-11-25T18:43:13.021Z | info: installing component 'clippy' |
38 | 2024-11-25T18:43:13.380Z | info: installing component 'rust-docs' |
39 | 2024-11-25T18:43:14.989Z | info: installing component 'rust-std' |
40 | 2024-11-25T18:43:16.692Z | info: installing component 'rustc' |
41 | 2024-11-25T18:43:22.323Z | info: installing component 'rustfmt' |
42 | 2024-11-25T18:43:22.643Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-25T18:43:22.643Z | |
44 | 2024-11-25T18:43:23.008Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-25T18:43:23.008Z | |
46 | 2024-11-25T18:43:23.011Z | |
47 | 2024-11-25T18:43:23.011Z | Rust is installed now. Great! |
48 | 2024-11-25T18:43:23.011Z | |
49 | 2024-11-25T18:43:23.011Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-25T18:43:23.011Z | environment variable. This has not been done automatically. |
51 | 2024-11-25T18:43:23.011Z | |
52 | 2024-11-25T18:43:23.011Z | To configure your current shell, you need to source |
53 | 2024-11-25T18:43:23.011Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-25T18:43:23.011Z | |
55 | 2024-11-25T18:43:23.011Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-25T18:43:23.011Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-25T18:43:23.011Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-25T18:43:23.082Z | + rustc --version |
59 | 2024-11-25T18:43:23.146Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-25T18:43:23.149Z | process exited: duration 23523 ms, exit code 0 |
|
61 | 2024-11-25T18:43:23.155Z | starting task 2: "authentication" |
62 | 2024-11-25T18:43:23.175Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-25T18:43:23.180Z | starting task 3: "clone repository" |
64 | 2024-11-25T18:43:23.185Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-25T18:43:23.189Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-25T18:43:23.225Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-25T18:43:28.790Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-25T18:43:28.793Z | + git fetch origin 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
69 | 2024-11-25T18:43:29.114Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-25T18:43:29.114Z | * branch 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 -> FETCH_HEAD |
71 | 2024-11-25T18:43:29.125Z | + [[ -n re-apply-7006 ]] |
72 | 2024-11-25T18:43:29.127Z | ++ git branch --show-current |
73 | 2024-11-25T18:43:29.130Z | + current=main |
74 | 2024-11-25T18:43:29.130Z | + [[ main != re-apply-7006 ]] |
75 | 2024-11-25T18:43:29.130Z | + git branch -f re-apply-7006 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
76 | 2024-11-25T18:43:29.133Z | + git checkout -f re-apply-7006 |
77 | 2024-11-25T18:43:29.319Z | Switched to branch 're-apply-7006' |
78 | 2024-11-25T18:43:29.322Z | + git reset --hard 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
79 | 2024-11-25T18:43:29.495Z | HEAD is now at 3d3ba51ad [sled-agent] PUT zones doesn't create datasets (#7006) |
80 | 2024-11-25T18:43:29.497Z | process exited: duration 6315 ms, exit code 0 |
|
81 | 2024-11-25T18:43:29.503Z | starting task 4: "build" |
82 | 2024-11-25T18:43:29.508Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-25T18:43:29.510Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-25T18:43:29.510Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-25T18:43:29.511Z | + cargo --version |
86 | 2024-11-25T18:43:29.566Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-25T18:43:29.568Z | + rustc --version |
88 | 2024-11-25T18:43:29.629Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-25T18:43:29.632Z | + source ./env.sh |
90 | 2024-11-25T18:43:29.632Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-25T18:43:29.632Z | ++ set -o xtrace |
92 | 2024-11-25T18:43:29.634Z | ++++ dirname ./env.sh |
93 | 2024-11-25T18:43:29.636Z | +++ readlink -f . |
94 | 2024-11-25T18:43:29.639Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-25T18:43:29.641Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-25T18:43:29.641Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-25T18:43:29.641Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-25T18:43:29.641Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-25T18:43:29.641Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-25T18:43:29.642Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-25T18:43:29.642Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-25T18:43:29.642Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-25T18:43:29.642Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-25T18:43:29.642Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-25T18:43:29.642Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-25T18:43:29.642Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-25T18:43:29.642Z | + banner prerequisites |
108 | 2024-11-25T18:43:29.642Z | |
109 | 2024-11-25T18:43:29.642Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-25T18:43:29.642Z | # # # # # # # # # # # # # # # |
111 | 2024-11-25T18:43:29.642Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-25T18:43:29.642Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-25T18:43:29.642Z | # # # # # # # # # # # # # # # |
114 | 2024-11-25T18:43:29.642Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-25T18:43:29.642Z | |
116 | 2024-11-25T18:43:29.644Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-25T18:43:38.421Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-25T18:43:42.047Z | Startup: Caching catalogs ... Done |
119 | 2024-11-25T18:43:51.079Z | Planning: Solver setup ... Done (8.292s) |
120 | 2024-11-25T18:43:51.192Z | Planning: Running solver ... Done (0.113s) |
121 | 2024-11-25T18:43:51.288Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-11-25T18:43:51.301Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-25T18:43:51.519Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-25T18:43:51.619Z | Planning: Package planning ... Done (0.098s) |
125 | 2024-11-25T18:43:51.673Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-11-25T18:43:51.860Z | Planning: Checking for conflicting actions ... Done (0.187s) |
127 | 2024-11-25T18:43:53.678Z | Planning: Consolidating action changes ... Done (1.817s) |
128 | 2024-11-25T18:43:54.092Z | Planning: Evaluating mediators ... Done (0.415s) |
129 | 2024-11-25T18:43:54.176Z | Planning: Planning completed in 12.04 seconds |
130 | 2024-11-25T18:43:54.191Z | Packages to install: 4 |
131 | 2024-11-25T18:43:54.191Z | Packages to update: 1 |
132 | 2024-11-25T18:43:54.194Z | Mediators to change: 2 |
133 | 2024-11-25T18:43:54.194Z | Services to change: 1 |
134 | 2024-11-25T18:43:54.194Z | Estimated space available: 155.64 GB |
135 | 2024-11-25T18:43:54.194Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-25T18:43:54.194Z | Create boot environment: No |
137 | 2024-11-25T18:43:54.194Z | Create backup boot environment: Yes |
138 | 2024-11-25T18:43:54.194Z | Rebuild boot archive: No |
139 | 2024-11-25T18:43:54.194Z | |
140 | 2024-11-25T18:43:54.194Z | Changed mediators: |
141 | 2024-11-25T18:43:54.194Z | mediator clang: |
142 | 2024-11-25T18:43:54.194Z | version: None -> 15 (system default) |
143 | 2024-11-25T18:43:54.194Z | |
144 | 2024-11-25T18:43:54.194Z | mediator llvm: |
145 | 2024-11-25T18:43:54.194Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-25T18:43:54.194Z | |
147 | 2024-11-25T18:43:54.194Z | Changed packages: |
148 | 2024-11-25T18:43:54.194Z | helios-dev |
149 | 2024-11-25T18:43:54.194Z | developer/build-essential |
150 | 2024-11-25T18:43:54.194Z | None -> 11-2.0 |
151 | 2024-11-25T18:43:54.194Z | library/libxmlsec1 |
152 | 2024-11-25T18:43:54.194Z | None -> 1.2.35-2.0 |
153 | 2024-11-25T18:43:54.194Z | ooce/developer/clang-15 |
154 | 2024-11-25T18:43:54.194Z | None -> 15.0.7-2.0 |
155 | 2024-11-25T18:43:54.194Z | ooce/developer/llvm-15 |
156 | 2024-11-25T18:43:54.194Z | None -> 15.0.7-2.0 |
157 | 2024-11-25T18:43:54.194Z | package/pkg |
158 | 2024-11-25T18:43:54.194Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-25T18:43:54.194Z | |
160 | 2024-11-25T18:43:54.194Z | Services: |
161 | 2024-11-25T18:43:54.194Z | restart_fmri: |
162 | 2024-11-25T18:43:54.194Z | svc:/system/update-man-index:default |
163 | 2024-11-25T18:43:54.194Z | |
164 | 2024-11-25T18:43:54.194Z | Editable files to change: |
165 | 2024-11-25T18:43:54.195Z | Update: |
166 | 2024-11-25T18:43:54.195Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-25T18:43:54.273Z | |
168 | 2024-11-25T18:43:54.273Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-25T18:43:59.275Z | Download: 1478/4281 items 117.3/220.6MB 53% complete (23.7M/s) |
170 | 2024-11-25T18:44:04.280Z | Download: 3053/4281 items 121.4/220.6MB 55% complete (12.2M/s) |
171 | 2024-11-25T18:44:09.596Z | Download: 3285/4281 items 211.9/220.6MB 96% complete (10.5M/s) |
172 | 2024-11-25T18:44:14.597Z | Download: 4049/4281 items 218.8/220.6MB 99% complete (8.7M/s) |
173 | 2024-11-25T18:44:16.243Z | Download: Completed 220.60 MB in 21.97 seconds (10.0M/s) |
174 | 2024-11-25T18:44:17.414Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-25T18:44:17.434Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-25T18:44:22.111Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-25T18:44:22.410Z | Actions: Completed 5063 actions in 4.99 seconds. |
178 | 2024-11-25T18:44:22.791Z | Done (0.375s) |
179 | 2024-11-25T18:44:22.795Z | Done (0.000s) |
180 | 2024-11-25T18:44:23.321Z | Done (0.528s) |
181 | 2024-11-25T18:44:27.714Z | Done (4.173s) |
182 | 2024-11-25T18:44:27.800Z | Done (0.020s) |
183 | 2024-11-25T18:44:27.802Z | Done (0.000s) |
184 | 2024-11-25T18:44:27.974Z | Done (0.000s) |
185 | 2024-11-25T18:44:28.648Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-25T18:44:28.805Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-25T18:44:28.807Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-25T18:44:29.074Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-25T18:44:29.076Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-11-25T18:44:29.114Z | Mediators to change: 2 |
191 | 2024-11-25T18:44:29.114Z | Create boot environment: No |
192 | 2024-11-25T18:44:29.116Z | Create backup boot environment: No |
193 | 2024-11-25T18:44:29.197Z | Done |
194 | 2024-11-25T18:44:29.198Z | Done |
195 | 2024-11-25T18:44:29.537Z | Done |
196 | 2024-11-25T18:44:33.171Z | Done |
197 | 2024-11-25T18:44:33.264Z | Done |
198 | 2024-11-25T18:44:33.267Z | Done |
199 | 2024-11-25T18:44:33.391Z | Done |
200 | 2024-11-25T18:44:34.006Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-25T18:44:34.008Z | Planning: Merging actions ... Done |
202 | 2024-11-25T18:44:34.195Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-25T18:44:34.198Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-25T18:44:34.470Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-25T18:44:34.527Z | Planning: Planning completed in 0.77 seconds |
206 | 2024-11-25T18:44:34.570Z | Packages to change: 1 |
207 | 2024-11-25T18:44:34.570Z | Mediators to change: 1 |
208 | 2024-11-25T18:44:34.573Z | Services to change: 1 |
209 | 2024-11-25T18:44:34.573Z | Create boot environment: No |
210 | 2024-11-25T18:44:34.573Z | Create backup boot environment: Yes |
211 | 2024-11-25T18:44:36.655Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-25T18:44:36.658Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-25T18:44:36.658Z | Done |
214 | 2024-11-25T18:44:36.658Z | Done |
215 | 2024-11-25T18:44:36.764Z | Done |
216 | 2024-11-25T18:44:40.363Z | Done |
217 | 2024-11-25T18:44:40.453Z | Done |
218 | 2024-11-25T18:44:40.455Z | Done |
219 | 2024-11-25T18:44:40.589Z | Done |
220 | 2024-11-25T18:44:41.029Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-25T18:44:41.029Z | clang system 15 system |
222 | 2024-11-25T18:44:41.029Z | csh system system illumos |
223 | 2024-11-25T18:44:41.029Z | ctags system system illumos |
224 | 2024-11-25T18:44:41.029Z | gcc vendor 12 vendor |
225 | 2024-11-25T18:44:41.029Z | gcc system 10 system |
226 | 2024-11-25T18:44:41.029Z | gcc system 7 system |
227 | 2024-11-25T18:44:41.029Z | go system 1.20 system |
228 | 2024-11-25T18:44:41.029Z | go system 1.19 system |
229 | 2024-11-25T18:44:41.029Z | llvm system 15 system |
230 | 2024-11-25T18:44:41.029Z | llvm system 14 system |
231 | 2024-11-25T18:44:41.029Z | mariadb system 10.6 system |
232 | 2024-11-25T18:44:41.029Z | mta vendor vendor dma |
233 | 2024-11-25T18:44:41.030Z | openjdk system 17 system |
234 | 2024-11-25T18:44:41.030Z | openjdk system 11 system |
235 | 2024-11-25T18:44:41.030Z | openjdk system 1.8 system |
236 | 2024-11-25T18:44:41.030Z | openssl vendor 3 vendor |
237 | 2024-11-25T18:44:41.030Z | perl system 5.36 system |
238 | 2024-11-25T18:44:41.030Z | postgresql system 15 system |
239 | 2024-11-25T18:44:41.030Z | postgresql system 13 system |
240 | 2024-11-25T18:44:41.030Z | python vendor 3 vendor |
241 | 2024-11-25T18:44:41.030Z | python system 2 system |
242 | 2024-11-25T18:44:41.030Z | python3 system 3.11 system |
243 | 2024-11-25T18:44:41.030Z | ruby system 3.0 system |
244 | 2024-11-25T18:44:41.030Z | words vendor vendor american-english |
245 | 2024-11-25T18:44:41.030Z | words system system australian-english |
246 | 2024-11-25T18:44:41.030Z | words system system british-english |
247 | 2024-11-25T18:44:41.030Z | words system system canadian-english |
248 | 2024-11-25T18:44:41.030Z | words system system french |
249 | 2024-11-25T18:44:41.030Z | words system system italian |
250 | 2024-11-25T18:44:41.030Z | words system system ngerman |
251 | 2024-11-25T18:44:41.030Z | words system system ogerman |
252 | 2024-11-25T18:44:41.030Z | words system system spanish |
253 | 2024-11-25T18:44:41.362Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-25T18:44:41.362Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-25T18:44:43.923Z | FMRI IFO |
256 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-25T18:44:43.923Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-25T18:44:44.657Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-25T18:44:44.941Z | Updating crates.io index |
273 | 2024-11-25T18:44:45.000Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-25T18:44:45.778Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-25T18:44:46.036Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-25T18:44:46.254Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-25T18:44:46.563Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-25T18:44:47.476Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-25T18:44:49.901Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-25T18:44:51.089Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-25T18:44:51.847Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-25T18:44:52.144Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-25T18:44:52.446Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-25T18:44:53.020Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-25T18:44:53.469Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-25T18:44:53.816Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-25T18:44:54.045Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-25T18:44:54.257Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-25T18:44:54.489Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-25T18:44:54.795Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-25T18:44:55.116Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-25T18:44:55.498Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-25T18:44:55.758Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-25T18:44:56.271Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-25T18:44:56.609Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-11-25T18:44:57.273Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-11-25T18:44:57.691Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-11-25T18:44:58.014Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-11-25T18:44:58.315Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-11-25T18:44:58.519Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-11-25T18:44:58.757Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-11-25T18:45:00.092Z | Downloading crates ... |
303 | 2024-11-25T18:45:00.191Z | Downloaded autocfg v1.4.0 |
304 | 2024-11-25T18:45:00.199Z | Downloaded block-buffer v0.10.4 |
305 | 2024-11-25T18:45:00.201Z | Downloaded anyhow v1.0.93 |
306 | 2024-11-25T18:45:00.204Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-11-25T18:45:00.208Z | Downloaded camino v1.1.9 |
308 | 2024-11-25T18:45:00.210Z | Downloaded bytecount v0.6.8 |
309 | 2024-11-25T18:45:00.212Z | Downloaded anstream v0.6.15 |
310 | 2024-11-25T18:45:00.215Z | Downloaded bitflags v2.6.0 |
311 | 2024-11-25T18:45:00.217Z | Downloaded camino-tempfile v1.1.1 |
312 | 2024-11-25T18:45:00.221Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-11-25T18:45:00.223Z | Downloaded anstyle v1.0.10 |
314 | 2024-11-25T18:45:00.224Z | Downloaded byteorder v1.5.0 |
315 | 2024-11-25T18:45:00.229Z | Downloaded colorchoice v1.0.2 |
316 | 2024-11-25T18:45:00.231Z | Downloaded terminal_size v0.4.0 |
317 | 2024-11-25T18:45:00.231Z | Downloaded cfg-if v1.0.0 |
318 | 2024-11-25T18:45:00.233Z | Downloaded clap_derive v4.5.18 |
319 | 2024-11-25T18:45:00.250Z | Downloaded equivalent v1.0.1 |
320 | 2024-11-25T18:45:00.259Z | Downloaded goblin v0.8.2 |
321 | 2024-11-25T18:45:00.265Z | Downloaded heck v0.5.0 |
322 | 2024-11-25T18:45:00.267Z | Downloaded fs-err v2.11.0 |
323 | 2024-11-25T18:45:00.269Z | Downloaded dof v0.3.0 |
324 | 2024-11-25T18:45:00.269Z | Downloaded thiserror v1.0.69 |
325 | 2024-11-25T18:45:00.273Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-11-25T18:45:00.276Z | Downloaded clap_lex v0.7.2 |
327 | 2024-11-25T18:45:00.276Z | Downloaded cargo-platform v0.1.8 |
328 | 2024-11-25T18:45:00.278Z | Downloaded heck v0.4.1 |
329 | 2024-11-25T18:45:00.278Z | Downloaded strsim v0.11.1 |
330 | 2024-11-25T18:45:00.281Z | Downloaded serde_spanned v0.6.8 |
331 | 2024-11-25T18:45:00.281Z | Downloaded digest v0.10.7 |
332 | 2024-11-25T18:45:00.283Z | Downloaded cpufeatures v0.2.14 |
333 | 2024-11-25T18:45:00.283Z | Downloaded cargo_toml v0.20.5 |
334 | 2024-11-25T18:45:00.294Z | Downloaded dtrace-parser v0.2.0 |
335 | 2024-11-25T18:45:00.297Z | Downloaded scroll_derive v0.12.0 |
336 | 2024-11-25T18:45:00.301Z | Downloaded swrite v0.1.0 |
337 | 2024-11-25T18:45:00.303Z | Downloaded pretty-hex v0.4.1 |
338 | 2024-11-25T18:45:00.305Z | Downloaded proc-macro-error v1.0.4 |
339 | 2024-11-25T18:45:00.308Z | Downloaded fnv v1.0.7 |
340 | 2024-11-25T18:45:00.311Z | Downloaded textwrap v0.16.1 |
341 | 2024-11-25T18:45:00.314Z | Downloaded proc-macro2 v1.0.89 |
342 | 2024-11-25T18:45:00.327Z | Downloaded usdt-macro v0.5.0 |
343 | 2024-11-25T18:45:00.330Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-11-25T18:45:00.330Z | Downloaded memmap v0.7.0 |
345 | 2024-11-25T18:45:00.333Z | Downloaded is_terminal_polyfill v1.70.1 |
346 | 2024-11-25T18:45:00.333Z | Downloaded generic-array v0.14.7 |
347 | 2024-11-25T18:45:00.336Z | Downloaded errno v0.3.9 |
348 | 2024-11-25T18:45:00.336Z | Downloaded cargo_metadata v0.18.1 |
349 | 2024-11-25T18:45:00.336Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-11-25T18:45:00.338Z | Downloaded thiserror-impl v1.0.69 |
351 | 2024-11-25T18:45:00.338Z | Downloaded fastrand v2.1.1 |
352 | 2024-11-25T18:45:00.341Z | Downloaded plain v0.2.3 |
353 | 2024-11-25T18:45:00.346Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-11-25T18:45:00.349Z | Downloaded crypto-common v0.1.6 |
355 | 2024-11-25T18:45:00.352Z | Downloaded serde_derive v1.0.215 |
356 | 2024-11-25T18:45:00.354Z | Downloaded thread-id v4.2.2 |
357 | 2024-11-25T18:45:00.357Z | Downloaded version_check v0.9.5 |
358 | 2024-11-25T18:45:00.357Z | Downloaded usdt-impl v0.5.0 |
359 | 2024-11-25T18:45:00.360Z | Downloaded macaddr v1.0.1 |
360 | 2024-11-25T18:45:00.362Z | Downloaded unicode-linebreak v0.1.5 |
361 | 2024-11-25T18:45:00.364Z | Downloaded usdt v0.5.0 |
362 | 2024-11-25T18:45:00.364Z | Downloaded utf8parse v0.2.2 |
363 | 2024-11-25T18:45:00.367Z | Downloaded toml_datetime v0.6.8 |
364 | 2024-11-25T18:45:00.367Z | Downloaded pest_generator v2.7.14 |
365 | 2024-11-25T18:45:00.370Z | Downloaded sha2 v0.10.8 |
366 | 2024-11-25T18:45:00.372Z | Downloaded semver v1.0.23 |
367 | 2024-11-25T18:45:00.374Z | Downloaded quote v1.0.37 |
368 | 2024-11-25T18:45:00.377Z | Downloaded once_cell v1.20.2 |
369 | 2024-11-25T18:45:00.379Z | Downloaded itoa v1.0.11 |
370 | 2024-11-25T18:45:00.381Z | Downloaded log v0.4.22 |
371 | 2024-11-25T18:45:00.384Z | Downloaded serde v1.0.215 |
372 | 2024-11-25T18:45:00.386Z | Downloaded pest_derive v2.7.14 |
373 | 2024-11-25T18:45:00.390Z | Downloaded smawk v0.3.2 |
374 | 2024-11-25T18:45:00.392Z | Downloaded scroll v0.12.0 |
375 | 2024-11-25T18:45:00.399Z | Downloaded ryu v1.0.18 |
376 | 2024-11-25T18:45:00.401Z | Downloaded tempfile v3.13.0 |
377 | 2024-11-25T18:45:00.406Z | Downloaded clap v4.5.21 |
378 | 2024-11-25T18:45:00.415Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2024-11-25T18:45:00.419Z | Downloaded ucd-trie v0.1.7 |
380 | 2024-11-25T18:45:00.421Z | Downloaded typenum v1.17.0 |
381 | 2024-11-25T18:45:00.424Z | Downloaded toml v0.8.19 |
382 | 2024-11-25T18:45:00.427Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-11-25T18:45:00.429Z | Downloaded memchr v2.7.4 |
384 | 2024-11-25T18:45:00.433Z | Downloaded pest_meta v2.7.14 |
385 | 2024-11-25T18:45:00.435Z | Downloaded papergrid v0.11.0 |
386 | 2024-11-25T18:45:00.439Z | Downloaded indexmap v2.6.0 |
387 | 2024-11-25T18:45:00.459Z | Downloaded hashbrown v0.15.0 |
388 | 2024-11-25T18:45:00.468Z | Downloaded clap_builder v4.5.21 |
389 | 2024-11-25T18:45:00.474Z | Downloaded serde_json v1.0.132 |
390 | 2024-11-25T18:45:00.480Z | Downloaded toml_edit v0.22.22 |
391 | 2024-11-25T18:45:00.505Z | Downloaded zerocopy v0.7.35 |
392 | 2024-11-25T18:45:00.520Z | Downloaded pest v2.7.14 |
393 | 2024-11-25T18:45:00.525Z | Downloaded winnow v0.6.20 |
394 | 2024-11-25T18:45:00.534Z | Downloaded tabled v0.15.0 |
395 | 2024-11-25T18:45:00.548Z | Downloaded syn v1.0.109 |
396 | 2024-11-25T18:45:00.558Z | Downloaded unicode-width v0.1.14 |
397 | 2024-11-25T18:45:00.563Z | Downloaded syn v2.0.87 |
398 | 2024-11-25T18:45:00.582Z | Downloaded rustix v0.38.37 |
399 | 2024-11-25T18:45:00.613Z | Downloaded libc v0.2.162 |
400 | 2024-11-25T18:45:00.925Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-11-25T18:45:00.925Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-25T18:45:00.925Z | Compiling serde v1.0.215 |
403 | 2024-11-25T18:45:00.927Z | Compiling version_check v0.9.5 |
404 | 2024-11-25T18:45:00.927Z | Compiling thiserror v1.0.69 |
405 | 2024-11-25T18:45:00.927Z | Compiling memchr v2.7.4 |
406 | 2024-11-25T18:45:00.927Z | Compiling libc v0.2.162 |
407 | 2024-11-25T18:45:00.927Z | Compiling itoa v1.0.11 |
408 | 2024-11-25T18:45:01.177Z | Compiling ryu v1.0.18 |
409 | 2024-11-25T18:45:01.289Z | Compiling ucd-trie v0.1.7 |
410 | 2024-11-25T18:45:01.543Z | Compiling once_cell v1.20.2 |
411 | 2024-11-25T18:45:01.889Z | Compiling byteorder v1.5.0 |
412 | 2024-11-25T18:45:01.913Z | Compiling serde_json v1.0.132 |
413 | 2024-11-25T18:45:01.935Z | Compiling rustix v0.38.37 |
414 | 2024-11-25T18:45:02.335Z | Compiling bitflags v2.6.0 |
415 | 2024-11-25T18:45:02.431Z | Compiling usdt-impl v0.5.0 |
416 | 2024-11-25T18:45:02.599Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-11-25T18:45:02.745Z | Compiling quote v1.0.37 |
418 | 2024-11-25T18:45:02.747Z | Compiling syn v1.0.109 |
419 | 2024-11-25T18:45:02.837Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-11-25T18:45:02.925Z | Compiling utf8parse v0.2.2 |
421 | 2024-11-25T18:45:02.949Z | Compiling camino v1.1.9 |
422 | 2024-11-25T18:45:03.092Z | Compiling syn v2.0.87 |
423 | 2024-11-25T18:45:03.119Z | Compiling errno v0.3.9 |
424 | 2024-11-25T18:45:03.297Z | Compiling log v0.4.22 |
425 | 2024-11-25T18:45:03.443Z | Compiling equivalent v1.0.1 |
426 | 2024-11-25T18:45:03.468Z | Compiling plain v0.2.3 |
427 | 2024-11-25T18:45:03.569Z | Compiling thread-id v4.2.2 |
428 | 2024-11-25T18:45:03.596Z | Compiling hashbrown v0.15.0 |
429 | 2024-11-25T18:45:03.701Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-11-25T18:45:03.811Z | Compiling semver v1.0.23 |
431 | 2024-11-25T18:45:04.031Z | Compiling autocfg v1.4.0 |
432 | 2024-11-25T18:45:04.058Z | Compiling anstyle v1.0.10 |
433 | 2024-11-25T18:45:04.370Z | Compiling anstyle-query v1.1.1 |
434 | 2024-11-25T18:45:04.526Z | Compiling colorchoice v1.0.2 |
435 | 2024-11-25T18:45:04.553Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-11-25T18:45:04.556Z | Compiling pretty-hex v0.4.1 |
437 | 2024-11-25T18:45:04.685Z | Compiling winnow v0.6.20 |
438 | 2024-11-25T18:45:04.712Z | Compiling indexmap v2.6.0 |
439 | 2024-11-25T18:45:04.754Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-25T18:45:04.794Z | Compiling anstream v0.6.15 |
441 | 2024-11-25T18:45:05.188Z | Compiling fs-err v2.11.0 |
442 | 2024-11-25T18:45:05.477Z | Compiling terminal_size v0.4.0 |
443 | 2024-11-25T18:45:05.557Z | Compiling cfg-if v1.0.0 |
444 | 2024-11-25T18:45:05.681Z | Compiling heck v0.5.0 |
445 | 2024-11-25T18:45:05.704Z | Compiling heck v0.4.1 |
446 | 2024-11-25T18:45:05.728Z | Compiling fnv v1.0.7 |
447 | 2024-11-25T18:45:06.110Z | Compiling anyhow v1.0.93 |
448 | 2024-11-25T18:45:06.200Z | Compiling bytecount v0.6.8 |
449 | 2024-11-25T18:45:06.224Z | Compiling clap_lex v0.7.2 |
450 | 2024-11-25T18:45:06.294Z | Compiling fastrand v2.1.1 |
451 | 2024-11-25T18:45:06.331Z | Compiling strsim v0.11.1 |
452 | 2024-11-25T18:45:06.412Z | Compiling papergrid v0.11.0 |
453 | 2024-11-25T18:45:06.861Z | Compiling clap_builder v4.5.21 |
454 | 2024-11-25T18:45:07.128Z | Compiling tempfile v3.13.0 |
455 | 2024-11-25T18:45:07.437Z | Compiling memmap v0.7.0 |
456 | 2024-11-25T18:45:07.439Z | Compiling smawk v0.3.2 |
457 | 2024-11-25T18:45:07.676Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-11-25T18:45:08.138Z | Compiling textwrap v0.16.1 |
459 | 2024-11-25T18:45:08.374Z | Compiling swrite v0.1.0 |
460 | 2024-11-25T18:45:09.482Z | Compiling tabled_derive v0.7.0 |
461 | 2024-11-25T18:45:11.051Z | Compiling tabled v0.15.0 |
462 | 2024-11-25T18:45:12.182Z | Compiling serde_derive v1.0.215 |
463 | 2024-11-25T18:45:12.182Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-11-25T18:45:12.231Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-11-25T18:45:12.234Z | Compiling scroll_derive v0.12.0 |
466 | 2024-11-25T18:45:12.276Z | Compiling clap_derive v4.5.18 |
467 | 2024-11-25T18:45:13.493Z | Compiling scroll v0.12.0 |
468 | 2024-11-25T18:45:14.032Z | Compiling goblin v0.8.2 |
469 | 2024-11-25T18:45:14.122Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-25T18:45:14.764Z | Compiling pest v2.7.14 |
471 | 2024-11-25T18:45:16.116Z | Compiling clap v4.5.21 |
472 | 2024-11-25T18:45:17.047Z | Compiling pest_meta v2.7.14 |
473 | 2024-11-25T18:45:17.879Z | Compiling pest_generator v2.7.14 |
474 | 2024-11-25T18:45:19.846Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-25T18:45:20.533Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-11-25T18:45:22.401Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-25T18:45:22.401Z | Compiling serde_spanned v0.6.8 |
478 | 2024-11-25T18:45:22.404Z | Compiling cargo-platform v0.1.8 |
479 | 2024-11-25T18:45:22.771Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-25T18:45:22.879Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-25T18:45:22.930Z | Compiling macaddr v1.0.1 |
482 | 2024-11-25T18:45:23.049Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-11-25T18:45:23.996Z | Compiling dof v0.3.0 |
484 | 2024-11-25T18:45:23.996Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-11-25T18:45:25.578Z | Compiling toml v0.8.19 |
486 | 2024-11-25T18:45:25.889Z | Compiling usdt-macro v0.5.0 |
487 | 2024-11-25T18:45:25.893Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-11-25T18:45:26.440Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-25T18:45:27.211Z | Compiling usdt v0.5.0 |
490 | 2024-11-25T18:45:29.984Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-11-25T18:45:34.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.64s |
492 | 2024-11-25T18:45:34.337Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-11-25T18:45:34.872Z | Downloading crates ... |
494 | 2024-11-25T18:45:35.016Z | Downloaded hubpack v0.1.2 |
495 | 2024-11-25T18:45:35.020Z | Downloaded addr2line v0.24.2 |
496 | 2024-11-25T18:45:35.027Z | Downloaded aead v0.5.2 |
497 | 2024-11-25T18:45:35.030Z | Downloaded array-init v0.0.4 |
498 | 2024-11-25T18:45:35.033Z | Downloaded hyper v1.5.0 |
499 | 2024-11-25T18:45:35.040Z | Downloaded ahash v0.8.11 |
500 | 2024-11-25T18:45:35.045Z | Downloaded ascii-canvas v3.0.0 |
501 | 2024-11-25T18:45:35.053Z | Downloaded darling v0.20.10 |
502 | 2024-11-25T18:45:35.060Z | Downloaded arrayref v0.3.9 |
503 | 2024-11-25T18:45:35.063Z | Downloaded argon2 v0.5.3 |
504 | 2024-11-25T18:45:35.066Z | Downloaded arc-swap v1.7.1 |
505 | 2024-11-25T18:45:35.070Z | Downloaded aes-gcm v0.10.3 |
506 | 2024-11-25T18:45:35.073Z | Downloaded allocator-api2 v0.2.18 |
507 | 2024-11-25T18:45:35.080Z | Downloaded arrayvec v0.7.6 |
508 | 2024-11-25T18:45:35.083Z | Downloaded assert_matches v1.5.0 |
509 | 2024-11-25T18:45:35.085Z | Downloaded adler2 v2.0.0 |
510 | 2024-11-25T18:45:35.087Z | Downloaded aes v0.8.4 |
511 | 2024-11-25T18:45:35.090Z | Downloaded async-trait v0.1.83 |
512 | 2024-11-25T18:45:35.094Z | Downloaded hostname v0.3.1 |
513 | 2024-11-25T18:45:35.096Z | Downloaded highway v1.2.0 |
514 | 2024-11-25T18:45:35.099Z | Downloaded async-bb8-diesel v0.2.1 |
515 | 2024-11-25T18:45:35.101Z | Downloaded cobs v0.2.3 |
516 | 2024-11-25T18:45:35.103Z | Downloaded aho-corasick v1.1.3 |
517 | 2024-11-25T18:45:35.109Z | Downloaded hickory-server v0.24.1 |
518 | 2024-11-25T18:45:35.115Z | Downloaded hostname v0.4.0 |
519 | 2024-11-25T18:45:35.118Z | Downloaded const-oid v0.9.6 |
520 | 2024-11-25T18:45:35.120Z | Downloaded block-padding v0.3.3 |
521 | 2024-11-25T18:45:35.123Z | Downloaded hmac v0.12.1 |
522 | 2024-11-25T18:45:35.125Z | Downloaded hickory-resolver v0.24.1 |
523 | 2024-11-25T18:45:35.130Z | Downloaded humantime v2.1.0 |
524 | 2024-11-25T18:45:35.132Z | Downloaded cfg_aliases v0.2.1 |
525 | 2024-11-25T18:45:35.135Z | Downloaded atty v0.2.14 |
526 | 2024-11-25T18:45:35.135Z | Downloaded async-stream-impl v0.3.6 |
527 | 2024-11-25T18:45:35.137Z | Downloaded colored v2.1.0 |
528 | 2024-11-25T18:45:35.140Z | Downloaded bitfield v0.14.0 |
529 | 2024-11-25T18:45:35.142Z | Downloaded hkdf v0.12.4 |
530 | 2024-11-25T18:45:35.144Z | Downloaded bitfield-struct v0.6.2 |
531 | 2024-11-25T18:45:35.146Z | Downloaded hubpack_derive v0.1.1 |
532 | 2024-11-25T18:45:35.146Z | Downloaded crucible-workspace-hack v0.1.0 |
533 | 2024-11-25T18:45:35.146Z | Downloaded headers-core v0.3.0 |
534 | 2024-11-25T18:45:35.149Z | Downloaded http-range v0.1.5 |
535 | 2024-11-25T18:45:35.151Z | Downloaded cstr-argument v0.1.2 |
536 | 2024-11-25T18:45:35.151Z | Downloaded crunchy v0.2.2 |
537 | 2024-11-25T18:45:35.154Z | Downloaded ciborium-io v0.2.2 |
538 | 2024-11-25T18:45:35.154Z | Downloaded cfg_aliases v0.1.1 |
539 | 2024-11-25T18:45:35.157Z | Downloaded http-body v1.0.1 |
540 | 2024-11-25T18:45:35.157Z | Downloaded const_format_proc_macros v0.2.33 |
541 | 2024-11-25T18:45:35.159Z | Downloaded instant v0.1.13 |
542 | 2024-11-25T18:45:35.162Z | Downloaded ident_case v1.0.1 |
543 | 2024-11-25T18:45:35.162Z | Downloaded constant_time_eq v0.3.1 |
544 | 2024-11-25T18:45:35.164Z | Downloaded atomic-waker v1.1.2 |
545 | 2024-11-25T18:45:35.166Z | Downloaded is_ci v1.2.0 |
546 | 2024-11-25T18:45:35.166Z | Downloaded bit-set v0.5.3 |
547 | 2024-11-25T18:45:35.169Z | Downloaded bcrypt-pbkdf v0.10.0 |
548 | 2024-11-25T18:45:35.169Z | Downloaded icu_provider_macros v1.5.0 |
549 | 2024-11-25T18:45:35.172Z | Downloaded castaway v0.2.3 |
550 | 2024-11-25T18:45:35.175Z | Downloaded buf-list v1.0.3 |
551 | 2024-11-25T18:45:35.175Z | Downloaded heapless v0.7.17 |
552 | 2024-11-25T18:45:35.179Z | Downloaded backoff v0.4.0 |
553 | 2024-11-25T18:45:35.181Z | Downloaded hyper-rustls v0.27.3 |
554 | 2024-11-25T18:45:35.185Z | Downloaded hyper-tls v0.6.0 |
555 | 2024-11-25T18:45:35.187Z | Downloaded http-body-util v0.1.2 |
556 | 2024-11-25T18:45:35.190Z | Downloaded console v0.15.8 |
557 | 2024-11-25T18:45:35.199Z | Downloaded matches v0.1.10 |
558 | 2024-11-25T18:45:35.203Z | Downloaded match_cfg v0.1.0 |
559 | 2024-11-25T18:45:35.203Z | Downloaded idna_adapter v1.2.0 |
560 | 2024-11-25T18:45:35.203Z | Downloaded httpdate v1.0.3 |
561 | 2024-11-25T18:45:35.203Z | Downloaded bitflags v1.3.2 |
562 | 2024-11-25T18:45:35.203Z | Downloaded md5 v0.7.0 |
563 | 2024-11-25T18:45:35.203Z | Downloaded sync-ptr v0.1.1 |
564 | 2024-11-25T18:45:35.203Z | Downloaded cmake v0.1.51 |
565 | 2024-11-25T18:45:35.205Z | Downloaded bb8 v0.8.5 |
566 | 2024-11-25T18:45:35.208Z | Downloaded crc-catalog v2.4.0 |
567 | 2024-11-25T18:45:35.208Z | Downloaded cbc v0.1.2 |
568 | 2024-11-25T18:45:35.210Z | Downloaded async-recursion v1.1.1 |
569 | 2024-11-25T18:45:35.213Z | Downloaded impl-trait-for-tuples v0.2.2 |
570 | 2024-11-25T18:45:35.216Z | Downloaded crc v3.2.1 |
571 | 2024-11-25T18:45:35.220Z | Downloaded lazycell v1.3.0 |
572 | 2024-11-25T18:45:35.222Z | Downloaded base64ct v1.6.0 |
573 | 2024-11-25T18:45:35.225Z | Downloaded ctr v0.9.2 |
574 | 2024-11-25T18:45:35.227Z | Downloaded libsw v3.3.1 |
575 | 2024-11-25T18:45:35.229Z | Downloaded crossbeam-deque v0.8.5 |
576 | 2024-11-25T18:45:35.232Z | Downloaded convert_case v0.4.0 |
577 | 2024-11-25T18:45:35.234Z | Downloaded libefi-sys v0.1.0 |
578 | 2024-11-25T18:45:35.234Z | Downloaded lalrpop-util v0.19.12 |
579 | 2024-11-25T18:45:35.236Z | Downloaded managed v0.8.0 |
580 | 2024-11-25T18:45:35.239Z | Downloaded toolchain_find v0.4.0 |
581 | 2024-11-25T18:45:35.241Z | Downloaded icu_locid_transform v1.5.0 |
582 | 2024-11-25T18:45:35.243Z | Downloaded curve25519-dalek-derive v0.1.1 |
583 | 2024-11-25T18:45:35.243Z | Downloaded hyper-staticfile v0.10.1 |
584 | 2024-11-25T18:45:35.246Z | Downloaded rtoolbox v0.0.2 |
585 | 2024-11-25T18:45:35.248Z | Downloaded iana-time-zone v0.1.61 |
586 | 2024-11-25T18:45:35.251Z | Downloaded ciborium v0.2.2 |
587 | 2024-11-25T18:45:35.254Z | Downloaded tinyvec_macros v0.1.1 |
588 | 2024-11-25T18:45:35.256Z | Downloaded chacha20 v0.9.1 |
589 | 2024-11-25T18:45:35.258Z | Downloaded mime v0.3.17 |
590 | 2024-11-25T18:45:35.261Z | Downloaded waitgroup v0.1.2 |
591 | 2024-11-25T18:45:35.261Z | Downloaded quinn-udp v0.5.5 |
592 | 2024-11-25T18:45:35.263Z | Downloaded slab v0.4.9 |
593 | 2024-11-25T18:45:35.265Z | Downloaded blowfish v0.9.1 |
594 | 2024-11-25T18:45:35.268Z | Downloaded structmeta v0.3.0 |
595 | 2024-11-25T18:45:35.268Z | Downloaded zerofrom v0.1.4 |
596 | 2024-11-25T18:45:35.270Z | Downloaded sec1 v0.7.3 |
597 | 2024-11-25T18:45:35.273Z | Downloaded icu_locid v1.5.0 |
598 | 2024-11-25T18:45:35.277Z | Downloaded supports-color v3.0.1 |
599 | 2024-11-25T18:45:35.279Z | Downloaded stable_deref_trait v1.2.0 |
600 | 2024-11-25T18:45:35.281Z | Downloaded libloading v0.8.5 |
601 | 2024-11-25T18:45:35.285Z | Downloaded structmeta v0.2.0 |
602 | 2024-11-25T18:45:35.285Z | Downloaded lazy_static v1.5.0 |
603 | 2024-11-25T18:45:35.288Z | Downloaded jobserver v0.1.32 |
604 | 2024-11-25T18:45:35.291Z | Downloaded thiserror-impl-no-std v2.0.2 |
605 | 2024-11-25T18:45:35.291Z | Downloaded lock_api v0.4.12 |
606 | 2024-11-25T18:45:35.294Z | Downloaded spin v0.5.2 |
607 | 2024-11-25T18:45:35.294Z | Downloaded siphasher v0.3.11 |
608 | 2024-11-25T18:45:35.296Z | Downloaded rustc_version v0.1.7 |
609 | 2024-11-25T18:45:35.299Z | Downloaded universal-hash v0.5.1 |
610 | 2024-11-25T18:45:35.299Z | Downloaded chrono-tz-build v0.4.0 |
611 | 2024-11-25T18:45:35.301Z | Downloaded bcs v0.1.6 |
612 | 2024-11-25T18:45:35.303Z | Downloaded nodrop v0.1.14 |
613 | 2024-11-25T18:45:35.305Z | Downloaded foreign-types-shared v0.3.1 |
614 | 2024-11-25T18:45:35.305Z | Downloaded rustversion v1.0.17 |
615 | 2024-11-25T18:45:35.308Z | Downloaded xz2 v0.1.7 |
616 | 2024-11-25T18:45:35.310Z | Downloaded newtype_derive v0.1.6 |
617 | 2024-11-25T18:45:35.312Z | Downloaded unarray v0.1.4 |
618 | 2024-11-25T18:45:35.312Z | Downloaded typify-macro v0.2.0 |
619 | 2024-11-25T18:45:35.314Z | Downloaded csv-core v0.1.11 |
620 | 2024-11-25T18:45:35.317Z | Downloaded mime_guess v2.0.5 |
621 | 2024-11-25T18:45:35.319Z | Downloaded crossbeam-epoch v0.9.18 |
622 | 2024-11-25T18:45:35.322Z | Downloaded openssl-probe v0.1.5 |
623 | 2024-11-25T18:45:35.322Z | Downloaded compact_str v0.8.0 |
624 | 2024-11-25T18:45:35.325Z | Downloaded psl-types v2.0.11 |
625 | 2024-11-25T18:45:35.328Z | Downloaded peg-runtime v0.8.3 |
626 | 2024-11-25T18:45:35.328Z | Downloaded serde_with_macros v3.11.0 |
627 | 2024-11-25T18:45:35.330Z | Downloaded serde_path_to_error v0.1.16 |
628 | 2024-11-25T18:45:35.332Z | Downloaded progenitor-client v0.8.0 |
629 | 2024-11-25T18:45:35.334Z | Downloaded slog v2.7.0 |
630 | 2024-11-25T18:45:35.336Z | Downloaded downcast v0.11.0 |
631 | 2024-11-25T18:45:35.338Z | Downloaded spin v0.9.8 |
632 | 2024-11-25T18:45:35.341Z | Downloaded zeroize_derive v1.4.2 |
633 | 2024-11-25T18:45:35.341Z | Downloaded ed25519 v2.2.3 |
634 | 2024-11-25T18:45:35.343Z | Downloaded crc32fast v1.4.2 |
635 | 2024-11-25T18:45:35.345Z | Downloaded cookie v0.18.1 |
636 | 2024-11-25T18:45:35.347Z | Downloaded tls_codec_derive v0.4.1 |
637 | 2024-11-25T18:45:35.349Z | Downloaded zeroize v1.8.1 |
638 | 2024-11-25T18:45:35.352Z | Downloaded subtle v2.6.1 |
639 | 2024-11-25T18:45:35.354Z | Downloaded fallible-iterator v0.3.0 |
640 | 2024-11-25T18:45:35.354Z | Downloaded crossbeam-utils v0.8.20 |
641 | 2024-11-25T18:45:35.357Z | Downloaded flagset v0.4.6 |
642 | 2024-11-25T18:45:35.359Z | Downloaded foldhash v0.1.3 |
643 | 2024-11-25T18:45:35.359Z | Downloaded tls_codec v0.4.1 |
644 | 2024-11-25T18:45:35.362Z | Downloaded bytes v1.8.0 |
645 | 2024-11-25T18:45:35.365Z | Downloaded ghash v0.5.1 |
646 | 2024-11-25T18:45:35.373Z | Downloaded ipnet v2.10.1 |
647 | 2024-11-25T18:45:35.375Z | Downloaded fs_extra v1.3.0 |
648 | 2024-11-25T18:45:35.375Z | Downloaded form_urlencoded v1.2.1 |
649 | 2024-11-25T18:45:35.375Z | Downloaded walkdir v2.5.0 |
650 | 2024-11-25T18:45:35.375Z | Downloaded base64 v0.22.1 |
651 | 2024-11-25T18:45:35.378Z | Downloaded xattr v1.3.1 |
652 | 2024-11-25T18:45:35.380Z | Downloaded progenitor-impl v0.8.0 |
653 | 2024-11-25T18:45:35.382Z | Downloaded yoke-derive v0.7.4 |
654 | 2024-11-25T18:45:35.385Z | Downloaded backtrace v0.3.74 |
655 | 2024-11-25T18:45:35.388Z | Downloaded num-iter v0.1.45 |
656 | 2024-11-25T18:45:35.390Z | Downloaded parse-display-derive v0.10.0 |
657 | 2024-11-25T18:45:35.392Z | Downloaded percent-encoding v2.3.1 |
658 | 2024-11-25T18:45:35.392Z | Downloaded parse-display v0.10.0 |
659 | 2024-11-25T18:45:35.395Z | Downloaded pem v3.0.4 |
660 | 2024-11-25T18:45:35.397Z | Downloaded dhcproto-macros v0.1.0 |
661 | 2024-11-25T18:45:35.397Z | Downloaded rustc-hash v1.1.0 |
662 | 2024-11-25T18:45:35.397Z | Downloaded progenitor-macro v0.8.0 |
663 | 2024-11-25T18:45:35.397Z | Downloaded progenitor v0.8.0 |
664 | 2024-11-25T18:45:35.410Z | Downloaded mirai-annotations v1.12.0 |
665 | 2024-11-25T18:45:35.412Z | Downloaded indicatif v0.17.9 |
666 | 2024-11-25T18:45:35.415Z | Downloaded embedded-io v0.6.1 |
667 | 2024-11-25T18:45:35.417Z | Downloaded icu_properties v1.5.1 |
668 | 2024-11-25T18:45:35.420Z | Downloaded slog-envlogger v2.2.0 |
669 | 2024-11-25T18:45:35.422Z | Downloaded heapless v0.8.0 |
670 | 2024-11-25T18:45:35.425Z | Downloaded cc v1.1.30 |
671 | 2024-11-25T18:45:35.429Z | Downloaded oso-derive v0.27.3 |
672 | 2024-11-25T18:45:35.431Z | Downloaded tinystr v0.7.6 |
673 | 2024-11-25T18:45:35.434Z | Downloaded group v0.13.0 |
674 | 2024-11-25T18:45:35.436Z | Downloaded openssl-macros v0.1.1 |
675 | 2024-11-25T18:45:35.436Z | Downloaded num-conv v0.1.0 |
676 | 2024-11-25T18:45:35.436Z | Downloaded hyper-util v0.1.10 |
677 | 2024-11-25T18:45:35.440Z | Downloaded pretty-hex v0.2.1 |
678 | 2024-11-25T18:45:35.443Z | Downloaded unicase v2.7.0 |
679 | 2024-11-25T18:45:35.445Z | Downloaded strip-ansi-escapes v0.2.0 |
680 | 2024-11-25T18:45:35.445Z | Downloaded bumpalo v3.16.0 |
681 | 2024-11-25T18:45:35.448Z | Downloaded which v4.4.2 |
682 | 2024-11-25T18:45:35.450Z | Downloaded unicode-truncate v1.1.0 |
683 | 2024-11-25T18:45:35.452Z | Downloaded num-rational v0.4.2 |
684 | 2024-11-25T18:45:35.454Z | Downloaded stringprep v0.1.5 |
685 | 2024-11-25T18:45:35.454Z | Downloaded wyz v0.5.1 |
686 | 2024-11-25T18:45:35.456Z | Downloaded pem-rfc7468 v0.7.0 |
687 | 2024-11-25T18:45:35.459Z | Downloaded rustc-hash v2.0.0 |
688 | 2024-11-25T18:45:35.461Z | Downloaded parking_lot_core v0.9.10 |
689 | 2024-11-25T18:45:35.463Z | Downloaded vergen v8.3.2 |
690 | 2024-11-25T18:45:35.466Z | Downloaded termtree v0.4.1 |
691 | 2024-11-25T18:45:35.466Z | Downloaded postgres-types v0.2.8 |
692 | 2024-11-25T18:45:35.468Z | Downloaded sync_wrapper v1.0.1 |
693 | 2024-11-25T18:45:35.470Z | Downloaded rustc-demangle v0.1.24 |
694 | 2024-11-25T18:45:35.473Z | Downloaded sqlparser_derive v0.2.2 |
695 | 2024-11-25T18:45:35.473Z | Downloaded enum-as-inner v0.5.1 |
696 | 2024-11-25T18:45:35.475Z | Downloaded try-lock v0.2.5 |
697 | 2024-11-25T18:45:35.475Z | Downloaded indexmap v1.9.3 |
698 | 2024-11-25T18:45:35.478Z | Downloaded samael v0.0.17 |
699 | 2024-11-25T18:45:35.484Z | Downloaded futures-io v0.3.31 |
700 | 2024-11-25T18:45:35.487Z | Downloaded signature v2.2.0 |
701 | 2024-11-25T18:45:35.487Z | Downloaded crypto-bigint v0.5.5 |
702 | 2024-11-25T18:45:35.494Z | Downloaded darling_macro v0.20.10 |
703 | 2024-11-25T18:45:35.498Z | Downloaded http v1.1.0 |
704 | 2024-11-25T18:45:35.501Z | Downloaded difflib v0.4.0 |
705 | 2024-11-25T18:45:35.504Z | Downloaded phf v0.11.2 |
706 | 2024-11-25T18:45:35.507Z | Downloaded structmeta-derive v0.2.0 |
707 | 2024-11-25T18:45:35.507Z | Downloaded rsa v0.9.6 |
708 | 2024-11-25T18:45:35.512Z | Downloaded quick-error v1.2.3 |
709 | 2024-11-25T18:45:35.515Z | Downloaded proc-macro-crate v1.3.1 |
710 | 2024-11-25T18:45:35.518Z | Downloaded serde_plain v1.0.2 |
711 | 2024-11-25T18:45:35.520Z | Downloaded resolv-conf v0.7.0 |
712 | 2024-11-25T18:45:35.525Z | Downloaded oso v0.27.3 |
713 | 2024-11-25T18:45:35.529Z | Downloaded num_threads v0.1.7 |
714 | 2024-11-25T18:45:35.532Z | Downloaded newline-converter v0.3.0 |
715 | 2024-11-25T18:45:35.535Z | Downloaded opaque-debug v0.3.1 |
716 | 2024-11-25T18:45:35.535Z | Downloaded tokio-native-tls v0.3.1 |
717 | 2024-11-25T18:45:35.537Z | Downloaded synstructure v0.13.1 |
718 | 2024-11-25T18:45:35.537Z | Downloaded ssh-cipher v0.2.0 |
719 | 2024-11-25T18:45:35.539Z | Downloaded slog-bunyan v2.5.0 |
720 | 2024-11-25T18:45:35.539Z | Downloaded same-file v1.0.6 |
721 | 2024-11-25T18:45:35.542Z | Downloaded salsa20 v0.10.2 |
722 | 2024-11-25T18:45:35.544Z | Downloaded time-macros v0.2.18 |
723 | 2024-11-25T18:45:35.546Z | Downloaded tui-tree-widget v0.22.0 |
724 | 2024-11-25T18:45:35.546Z | Downloaded russh-keys v0.45.0 |
725 | 2024-11-25T18:45:35.549Z | Downloaded float-ord v0.3.2 |
726 | 2024-11-25T18:45:35.551Z | Downloaded foreign-types-shared v0.1.1 |
727 | 2024-11-25T18:45:35.551Z | Downloaded foreign-types-macros v0.2.3 |
728 | 2024-11-25T18:45:35.553Z | Downloaded slog-async v2.8.0 |
729 | 2024-11-25T18:45:35.553Z | Downloaded tokio-rustls v0.25.0 |
730 | 2024-11-25T18:45:35.556Z | Downloaded either v1.13.0 |
731 | 2024-11-25T18:45:35.558Z | Downloaded deranged v0.3.11 |
732 | 2024-11-25T18:45:35.560Z | Downloaded zone v0.3.0 |
733 | 2024-11-25T18:45:35.560Z | Downloaded tower-service v0.3.3 |
734 | 2024-11-25T18:45:35.562Z | Downloaded foreign-types v0.3.2 |
735 | 2024-11-25T18:45:35.563Z | Downloaded data-encoding v2.6.0 |
736 | 2024-11-25T18:45:35.565Z | Downloaded futures-sink v0.3.31 |
737 | 2024-11-25T18:45:35.565Z | Downloaded parking_lot_core v0.8.6 |
738 | 2024-11-25T18:45:35.568Z | Downloaded float-cmp v0.9.0 |
739 | 2024-11-25T18:45:35.570Z | Downloaded fixedbitset v0.4.2 |
740 | 2024-11-25T18:45:35.572Z | Downloaded openssl-sys v0.9.103 |
741 | 2024-11-25T18:45:35.577Z | Downloaded dunce v1.0.5 |
742 | 2024-11-25T18:45:35.580Z | Downloaded tracing-attributes v0.1.27 |
743 | 2024-11-25T18:45:35.582Z | Downloaded foreign-types v0.5.0 |
744 | 2024-11-25T18:45:35.585Z | Downloaded dsl_auto_type v0.1.2 |
745 | 2024-11-25T18:45:35.585Z | Downloaded serde_derive_internals v0.29.1 |
746 | 2024-11-25T18:45:35.587Z | Downloaded dropshot_endpoint v0.12.0 |
747 | 2024-11-25T18:45:35.591Z | Downloaded polyval v0.6.2 |
748 | 2024-11-25T18:45:35.593Z | Downloaded phf_shared v0.11.2 |
749 | 2024-11-25T18:45:35.593Z | Downloaded minimal-lexical v0.2.1 |
750 | 2024-11-25T18:45:35.598Z | Downloaded precomputed-hash v0.1.1 |
751 | 2024-11-25T18:45:35.600Z | Downloaded number_prefix v0.4.0 |
752 | 2024-11-25T18:45:35.600Z | Downloaded normalize-line-endings v0.3.0 |
753 | 2024-11-25T18:45:35.603Z | Downloaded gethostname v0.5.0 |
754 | 2024-11-25T18:45:35.603Z | Downloaded ppv-lite86 v0.2.20 |
755 | 2024-11-25T18:45:35.605Z | Downloaded ref-cast v1.0.23 |
756 | 2024-11-25T18:45:35.608Z | Downloaded fatfs v0.3.6 |
757 | 2024-11-25T18:45:35.610Z | Downloaded schemars v0.8.21 |
758 | 2024-11-25T18:45:35.624Z | Downloaded termios v0.3.3 |
759 | 2024-11-25T18:45:35.626Z | Downloaded rusty-fork v0.3.0 |
760 | 2024-11-25T18:45:35.628Z | Downloaded half v2.4.1 |
761 | 2024-11-25T18:45:35.631Z | Downloaded rustls-pemfile v1.0.4 |
762 | 2024-11-25T18:45:35.633Z | Downloaded take_mut v0.2.2 |
763 | 2024-11-25T18:45:35.636Z | Downloaded topological-sort v0.2.2 |
764 | 2024-11-25T18:45:35.636Z | Downloaded thiserror-no-std v2.0.2 |
765 | 2024-11-25T18:45:35.639Z | Downloaded termcolor v1.4.1 |
766 | 2024-11-25T18:45:35.642Z | Downloaded spki v0.7.3 |
767 | 2024-11-25T18:45:35.644Z | Downloaded defmt v0.3.8 |
768 | 2024-11-25T18:45:35.647Z | Downloaded new_debug_unreachable v1.0.6 |
769 | 2024-11-25T18:45:35.650Z | Downloaded fallible-iterator v0.2.0 |
770 | 2024-11-25T18:45:35.652Z | Downloaded tracing-core v0.1.32 |
771 | 2024-11-25T18:45:35.655Z | Downloaded defmt-macros v0.3.9 |
772 | 2024-11-25T18:45:35.657Z | Downloaded debug-ignore v1.0.5 |
773 | 2024-11-25T18:45:35.660Z | Downloaded owo-colors v4.1.0 |
774 | 2024-11-25T18:45:35.663Z | Downloaded nibble_vec v0.1.0 |
775 | 2024-11-25T18:45:35.665Z | Downloaded miniz_oxide v0.8.0 |
776 | 2024-11-25T18:45:35.668Z | Downloaded flume v0.11.1 |
777 | 2024-11-25T18:45:35.670Z | Downloaded rand_chacha v0.3.1 |
778 | 2024-11-25T18:45:35.672Z | Downloaded radium v0.7.0 |
779 | 2024-11-25T18:45:35.675Z | Downloaded num_enum_derive v0.5.11 |
780 | 2024-11-25T18:45:35.675Z | Downloaded num_enum v0.5.11 |
781 | 2024-11-25T18:45:35.679Z | Downloaded vte v0.11.1 |
782 | 2024-11-25T18:45:35.682Z | Downloaded parking_lot v0.12.3 |
783 | 2024-11-25T18:45:35.685Z | Downloaded dhcproto v0.12.0 |
784 | 2024-11-25T18:45:35.689Z | Downloaded time-core v0.1.2 |
785 | 2024-11-25T18:45:35.691Z | Downloaded sigpipe v0.1.3 |
786 | 2024-11-25T18:45:35.691Z | Downloaded r2d2 v0.8.10 |
787 | 2024-11-25T18:45:35.694Z | Downloaded slog-term v2.9.1 |
788 | 2024-11-25T18:45:35.696Z | Downloaded tabwriter v1.4.0 |
789 | 2024-11-25T18:45:35.698Z | Downloaded secrecy v0.8.0 |
790 | 2024-11-25T18:45:35.698Z | Downloaded wait-timeout v0.2.0 |
791 | 2024-11-25T18:45:35.701Z | Downloaded tokio-tungstenite v0.24.0 |
792 | 2024-11-25T18:45:35.704Z | Downloaded semver v0.1.20 |
793 | 2024-11-25T18:45:35.704Z | Downloaded dyn-clone v1.0.17 |
794 | 2024-11-25T18:45:35.706Z | Downloaded unicode-xid v0.2.6 |
795 | 2024-11-25T18:45:35.706Z | Downloaded tap v1.0.1 |
796 | 2024-11-25T18:45:35.709Z | Downloaded vsss-rs v3.3.4 |
797 | 2024-11-25T18:45:35.711Z | Downloaded value-bag v1.9.0 |
798 | 2024-11-25T18:45:35.713Z | Downloaded embedded-io v0.4.0 |
799 | 2024-11-25T18:45:35.722Z | Downloaded url v2.5.3 |
800 | 2024-11-25T18:45:35.722Z | Downloaded itertools v0.10.5 |
801 | 2024-11-25T18:45:35.726Z | Downloaded display-error-chain v0.2.2 |
802 | 2024-11-25T18:45:35.728Z | Downloaded enum-as-inner v0.6.1 |
803 | 2024-11-25T18:45:35.730Z | Downloaded ecdsa v0.16.9 |
804 | 2024-11-25T18:45:35.734Z | Downloaded pin-project v1.1.6 |
805 | 2024-11-25T18:45:35.744Z | Downloaded rand_core v0.6.4 |
806 | 2024-11-25T18:45:35.746Z | Downloaded pbkdf2 v0.12.2 |
807 | 2024-11-25T18:45:35.749Z | Downloaded write16 v1.0.0 |
808 | 2024-11-25T18:45:35.749Z | Downloaded rustls-pki-types v1.9.0 |
809 | 2024-11-25T18:45:35.751Z | Downloaded idna v1.0.3 |
810 | 2024-11-25T18:45:35.756Z | Downloaded rand_seeder v0.3.0 |
811 | 2024-11-25T18:45:35.758Z | Downloaded sct v0.7.1 |
812 | 2024-11-25T18:45:35.761Z | Downloaded scrypt v0.11.0 |
813 | 2024-11-25T18:45:35.763Z | Downloaded libxml v0.3.3 |
814 | 2024-11-25T18:45:35.769Z | Downloaded zone_cfg_derive v0.1.2 |
815 | 2024-11-25T18:45:35.772Z | Downloaded signal-hook-tokio v0.3.1 |
816 | 2024-11-25T18:45:35.772Z | Downloaded slog-dtrace v0.3.0 |
817 | 2024-11-25T18:45:35.774Z | Downloaded thread_local v1.1.8 |
818 | 2024-11-25T18:45:35.776Z | Downloaded diesel-dtrace v0.3.0 |
819 | 2024-11-25T18:45:35.778Z | Downloaded multimap v0.10.0 |
820 | 2024-11-25T18:45:35.778Z | Downloaded defmt-parser v0.3.4 |
821 | 2024-11-25T18:45:35.781Z | Downloaded tokio-macros v2.4.0 |
822 | 2024-11-25T18:45:35.781Z | Downloaded nanorand v0.7.0 |
823 | 2024-11-25T18:45:35.783Z | Downloaded futures-task v0.3.31 |
824 | 2024-11-25T18:45:35.785Z | Downloaded tokio-tungstenite v0.23.1 |
825 | 2024-11-25T18:45:35.788Z | Downloaded futures-executor v0.3.31 |
826 | 2024-11-25T18:45:35.790Z | Downloaded typify v0.2.0 |
827 | 2024-11-25T18:45:35.792Z | Downloaded steno v0.4.1 |
828 | 2024-11-25T18:45:35.796Z | Downloaded x509-cert v0.2.5 |
829 | 2024-11-25T18:45:35.802Z | Downloaded serde-big-array v0.5.1 |
830 | 2024-11-25T18:45:35.804Z | Downloaded p256 v0.13.2 |
831 | 2024-11-25T18:45:35.806Z | Downloaded futures v0.3.31 |
832 | 2024-11-25T18:45:35.811Z | Downloaded derive_builder_macro v0.20.2 |
833 | 2024-11-25T18:45:35.814Z | Downloaded signal-hook-registry v1.4.2 |
834 | 2024-11-25T18:45:35.814Z | Downloaded signal-hook-mio v0.2.4 |
835 | 2024-11-25T18:45:35.817Z | Downloaded shell-words v1.1.0 |
836 | 2024-11-25T18:45:35.817Z | Downloaded serde_repr v0.1.19 |
837 | 2024-11-25T18:45:35.819Z | Downloaded whoami v1.5.2 |
838 | 2024-11-25T18:45:35.822Z | Downloaded writeable v0.5.5 |
839 | 2024-11-25T18:45:35.822Z | Downloaded untrusted v0.9.0 |
840 | 2024-11-25T18:45:35.824Z | Downloaded pkcs1 v0.7.5 |
841 | 2024-11-25T18:45:35.827Z | Downloaded nu-ansi-term v0.50.1 |
842 | 2024-11-25T18:45:35.829Z | Downloaded mio v1.0.2 |
843 | 2024-11-25T18:45:35.835Z | Downloaded zerocopy-derive v0.8.10 |
844 | 2024-11-25T18:45:35.841Z | Downloaded diesel_table_macro_syntax v0.2.0 |
845 | 2024-11-25T18:45:35.843Z | Downloaded smallvec v0.6.14 |
846 | 2024-11-25T18:45:35.845Z | Downloaded path-slash v0.1.5 |
847 | 2024-11-25T18:45:35.845Z | Downloaded slog-stdlog v4.1.1 |
848 | 2024-11-25T18:45:35.848Z | Downloaded native-tls v0.2.12 |
849 | 2024-11-25T18:45:35.850Z | Downloaded env_logger v0.11.5 |
850 | 2024-11-25T18:45:35.852Z | Downloaded tokio-rustls v0.26.0 |
851 | 2024-11-25T18:45:35.855Z | Downloaded want v0.3.1 |
852 | 2024-11-25T18:45:35.857Z | Downloaded darling_core v0.20.10 |
853 | 2024-11-25T18:45:35.860Z | Downloaded phf_shared v0.10.0 |
854 | 2024-11-25T18:45:35.862Z | Downloaded phf_generator v0.11.2 |
855 | 2024-11-25T18:45:35.864Z | Downloaded fxhash v0.2.1 |
856 | 2024-11-25T18:45:35.864Z | Downloaded unicode-properties v0.1.3 |
857 | 2024-11-25T18:45:35.866Z | Downloaded dropshot_endpoint v0.13.0 |
858 | 2024-11-25T18:45:35.868Z | Downloaded subprocess v0.2.9 |
859 | 2024-11-25T18:45:35.871Z | Downloaded futures-core v0.3.31 |
860 | 2024-11-25T18:45:35.874Z | Downloaded rustc_version v0.4.1 |
861 | 2024-11-25T18:45:35.876Z | Downloaded rand_xorshift v0.3.0 |
862 | 2024-11-25T18:45:35.876Z | Downloaded multer v3.1.0 |
863 | 2024-11-25T18:45:35.878Z | Downloaded tokio-postgres v0.7.12 |
864 | 2024-11-25T18:45:35.884Z | Downloaded strum v0.26.3 |
865 | 2024-11-25T18:45:35.886Z | Downloaded twox-hash v1.6.3 |
866 | 2024-11-25T18:45:35.888Z | Downloaded ff v0.13.0 |
867 | 2024-11-25T18:45:35.891Z | Downloaded predicates v3.1.2 |
868 | 2024-11-25T18:45:35.893Z | Downloaded itertools v0.13.0 |
869 | 2024-11-25T18:45:35.900Z | Downloaded russh-cryptovec v0.7.3 |
870 | 2024-11-25T18:45:35.902Z | Downloaded pbkdf2 v0.11.0 |
871 | 2024-11-25T18:45:35.904Z | Downloaded ron v0.7.1 |
872 | 2024-11-25T18:45:35.908Z | Downloaded hash32 v0.3.1 |
873 | 2024-11-25T18:45:35.911Z | Downloaded ssh-encoding v0.2.0 |
874 | 2024-11-25T18:45:35.913Z | Downloaded phf_codegen v0.11.2 |
875 | 2024-11-25T18:45:35.913Z | Downloaded slog-scope v4.4.0 |
876 | 2024-11-25T18:45:35.916Z | Downloaded pin-project-lite v0.2.14 |
877 | 2024-11-25T18:45:35.919Z | Downloaded globset v0.4.15 |
878 | 2024-11-25T18:45:35.921Z | Downloaded tinyvec v1.8.0 |
879 | 2024-11-25T18:45:35.923Z | Downloaded elliptic-curve v0.13.8 |
880 | 2024-11-25T18:45:35.927Z | Downloaded unicode-bidi v0.3.17 |
881 | 2024-11-25T18:45:35.930Z | Downloaded ssh-key v0.6.6 |
882 | 2024-11-25T18:45:35.937Z | Downloaded endian-type v0.1.2 |
883 | 2024-11-25T18:45:35.940Z | Downloaded pkg-config v0.3.31 |
884 | 2024-11-25T18:45:35.940Z | Downloaded zone_cfg_derive v0.3.0 |
885 | 2024-11-25T18:45:35.942Z | Downloaded packed_struct_codegen v0.10.1 |
886 | 2024-11-25T18:45:35.944Z | Downloaded env_filter v0.1.2 |
887 | 2024-11-25T18:45:35.946Z | Downloaded serde-hex v0.1.0 |
888 | 2024-11-25T18:45:35.946Z | Downloaded mockall_derive v0.13.0 |
889 | 2024-11-25T18:45:35.948Z | Downloaded zerovec-derive v0.10.3 |
890 | 2024-11-25T18:45:35.950Z | Downloaded rfc6979 v0.4.0 |
891 | 2024-11-25T18:45:35.950Z | Downloaded parse-size v1.1.0 |
892 | 2024-11-25T18:45:35.953Z | Downloaded tokio-tungstenite v0.21.0 |
893 | 2024-11-25T18:45:35.955Z | Downloaded utf8_iter v1.0.4 |
894 | 2024-11-25T18:45:35.955Z | Downloaded untrusted v0.7.1 |
895 | 2024-11-25T18:45:35.957Z | Downloaded structmeta-derive v0.3.0 |
896 | 2024-11-25T18:45:35.958Z | Downloaded rpassword v7.3.1 |
897 | 2024-11-25T18:45:35.960Z | Downloaded futures-channel v0.3.31 |
898 | 2024-11-25T18:45:35.963Z | Downloaded des v0.8.1 |
899 | 2024-11-25T18:45:35.963Z | Downloaded der_derive v0.7.3 |
900 | 2024-11-25T18:45:35.965Z | Downloaded poly1305 v0.8.0 |
901 | 2024-11-25T18:45:35.968Z | Downloaded signal-hook v0.3.17 |
902 | 2024-11-25T18:45:35.971Z | Downloaded dirs-sys-next v0.1.2 |
903 | 2024-11-25T18:45:35.973Z | Downloaded pin-utils v0.1.0 |
904 | 2024-11-25T18:45:35.973Z | Downloaded strum_macros v0.25.3 |
905 | 2024-11-25T18:45:35.976Z | Downloaded olpc-cjson v0.1.4 |
906 | 2024-11-25T18:45:35.978Z | Downloaded dirs-next v2.0.0 |
907 | 2024-11-25T18:45:35.981Z | Downloaded num-bigint v0.4.6 |
908 | 2024-11-25T18:45:35.983Z | Downloaded smf v0.2.3 |
909 | 2024-11-25T18:45:35.986Z | Downloaded hashlink v0.9.1 |
910 | 2024-11-25T18:45:35.988Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-11-25T18:45:35.992Z | Downloaded aws-lc-rs v1.10.0 |
912 | 2024-11-25T18:45:36.001Z | Downloaded uzers v0.12.1 |
913 | 2024-11-25T18:45:36.004Z | Downloaded diesel_derives v2.2.3 |
914 | 2024-11-25T18:45:36.008Z | Downloaded paste v1.0.15 |
915 | 2024-11-25T18:45:36.011Z | Downloaded ed25519-dalek v2.1.1 |
916 | 2024-11-25T18:45:36.015Z | Downloaded tokio-stream v0.1.16 |
917 | 2024-11-25T18:45:36.019Z | Downloaded strum_macros v0.26.4 |
918 | 2024-11-25T18:45:36.021Z | Downloaded term v0.7.0 |
919 | 2024-11-25T18:45:36.025Z | Downloaded serde_with v3.11.0 |
920 | 2024-11-25T18:45:36.033Z | Downloaded pkcs8 v0.10.2 |
921 | 2024-11-25T18:45:36.036Z | Downloaded omicron-zone-package v0.11.1 |
922 | 2024-11-25T18:45:36.039Z | Downloaded blake3 v1.5.4 |
923 | 2024-11-25T18:45:36.047Z | Downloaded rayon v1.10.0 |
924 | 2024-11-25T18:45:36.055Z | Downloaded password-hash v0.4.2 |
925 | 2024-11-25T18:45:36.057Z | Downloaded password-hash v0.5.0 |
926 | 2024-11-25T18:45:36.059Z | Downloaded unicode-segmentation v1.12.0 |
927 | 2024-11-25T18:45:36.062Z | Downloaded flate2 v1.0.34 |
928 | 2024-11-25T18:45:36.067Z | Downloaded parking_lot v0.11.2 |
929 | 2024-11-25T18:45:36.070Z | Downloaded chrono v0.4.38 |
930 | 2024-11-25T18:45:36.077Z | Downloaded headers v0.4.0 |
931 | 2024-11-25T18:45:36.083Z | Downloaded smallvec v1.13.2 |
932 | 2024-11-25T18:45:36.085Z | Downloaded uuid v1.11.0 |
933 | 2024-11-25T18:45:36.088Z | Downloaded tough v0.19.0 |
934 | 2024-11-25T18:45:36.097Z | Downloaded zopfli v0.8.1 |
935 | 2024-11-25T18:45:36.099Z | Downloaded bindgen v0.69.5 |
936 | 2024-11-25T18:45:36.107Z | Downloaded rcgen v0.12.1 |
937 | 2024-11-25T18:45:36.109Z | Downloaded diff v0.1.13 |
938 | 2024-11-25T18:45:36.112Z | Downloaded tar v0.4.42 |
939 | 2024-11-25T18:45:36.115Z | Downloaded bitvec v1.0.1 |
940 | 2024-11-25T18:45:36.131Z | Downloaded rustyline v14.0.0 |
941 | 2024-11-25T18:45:36.136Z | Downloaded icu_properties_data v1.5.0 |
942 | 2024-11-25T18:45:36.147Z | Downloaded quinn v0.11.5 |
943 | 2024-11-25T18:45:36.151Z | Downloaded expectorate v1.1.0 |
944 | 2024-11-25T18:45:36.154Z | Downloaded rayon-core v1.12.1 |
945 | 2024-11-25T18:45:36.157Z | Downloaded tungstenite v0.24.0 |
946 | 2024-11-25T18:45:36.161Z | Downloaded ron v0.8.1 |
947 | 2024-11-25T18:45:36.167Z | Downloaded zip v0.6.6 |
948 | 2024-11-25T18:45:36.171Z | Downloaded parse-zoneinfo v0.3.1 |
949 | 2024-11-25T18:45:36.174Z | Downloaded glob v0.3.1 |
950 | 2024-11-25T18:45:36.176Z | Downloaded der v0.7.9 |
951 | 2024-11-25T18:45:36.181Z | Downloaded unicode-normalization v0.1.24 |
952 | 2024-11-25T18:45:36.185Z | Downloaded env_logger v0.10.2 |
953 | 2024-11-25T18:45:36.188Z | Downloaded salty v0.3.0 |
954 | 2024-11-25T18:45:36.195Z | Downloaded rustls-webpki v0.101.7 |
955 | 2024-11-25T18:45:36.210Z | Downloaded lalrpop v0.19.12 |
956 | 2024-11-25T18:45:36.223Z | Downloaded typed-path v0.9.3 |
957 | 2024-11-25T18:45:36.229Z | Downloaded zip v2.1.3 |
958 | 2024-11-25T18:45:36.233Z | Downloaded reqwest v0.12.9 |
959 | 2024-11-25T18:45:36.241Z | Downloaded petname v2.0.2 |
960 | 2024-11-25T18:45:36.247Z | Downloaded idna v0.3.0 |
961 | 2024-11-25T18:45:36.255Z | Downloaded time v0.3.36 |
962 | 2024-11-25T18:45:36.263Z | Downloaded zerocopy v0.8.10 |
963 | 2024-11-25T18:45:36.290Z | Downloaded russh v0.45.0 |
964 | 2024-11-25T18:45:36.295Z | Downloaded winnow v0.5.40 |
965 | 2024-11-25T18:45:36.303Z | Downloaded zerovec v0.10.4 |
966 | 2024-11-25T18:45:36.310Z | Downloaded p521 v0.13.3 |
967 | 2024-11-25T18:45:36.313Z | Downloaded h2 v0.4.6 |
968 | 2024-11-25T18:45:36.320Z | Downloaded rustls-webpki v0.102.8 |
969 | 2024-11-25T18:45:36.339Z | Downloaded reedline v0.35.0 |
970 | 2024-11-25T18:45:36.345Z | Downloaded idna v0.2.3 |
971 | 2024-11-25T18:45:36.352Z | Downloaded hickory-proto v0.24.1 |
972 | 2024-11-25T18:45:36.367Z | Downloaded rusqlite v0.32.1 |
973 | 2024-11-25T18:45:36.373Z | Downloaded futures-util v0.3.31 |
974 | 2024-11-25T18:45:36.386Z | Downloaded vcpkg v0.2.15 |
975 | 2024-11-25T18:45:36.422Z | Downloaded quick-xml v0.33.0 |
976 | 2024-11-25T18:45:36.428Z | Downloaded git2 v0.19.0 |
977 | 2024-11-25T18:45:36.436Z | Downloaded regress v0.9.1 |
978 | 2024-11-25T18:45:36.445Z | Downloaded unicode-width v0.2.0 |
979 | 2024-11-25T18:45:36.451Z | Downloaded p384 v0.13.0 |
980 | 2024-11-25T18:45:36.458Z | Downloaded radix_trie v0.2.1 |
981 | 2024-11-25T18:45:36.462Z | Downloaded sqlparser v0.45.0 |
982 | 2024-11-25T18:45:36.468Z | Downloaded dropshot v0.13.0 |
983 | 2024-11-25T18:45:36.489Z | Downloaded quinn-proto v0.11.8 |
984 | 2024-11-25T18:45:36.494Z | Downloaded regex-syntax v0.6.29 |
985 | 2024-11-25T18:45:36.502Z | Downloaded regex v1.11.1 |
986 | 2024-11-25T18:45:36.514Z | Downloaded openssl v0.10.66 |
987 | 2024-11-25T18:45:36.524Z | Downloaded trust-dns-proto v0.22.0 |
988 | 2024-11-25T18:45:36.536Z | Downloaded rustls v0.21.12 |
989 | 2024-11-25T18:45:36.547Z | Downloaded object v0.36.5 |
990 | 2024-11-25T18:45:36.558Z | Downloaded webpki-roots v0.26.6 |
991 | 2024-11-25T18:45:36.562Z | Downloaded regex-syntax v0.8.5 |
992 | 2024-11-25T18:45:36.570Z | Downloaded sled v0.34.7 |
993 | 2024-11-25T18:45:36.581Z | Downloaded gimli v0.31.1 |
994 | 2024-11-25T18:45:36.589Z | Downloaded nix v0.29.0 |
995 | 2024-11-25T18:45:36.600Z | Downloaded openapiv3 v2.0.0 |
996 | 2024-11-25T18:45:36.612Z | Downloaded smoltcp v0.11.0 |
997 | 2024-11-25T18:45:36.625Z | Downloaded rustls v0.22.4 |
998 | 2024-11-25T18:45:36.638Z | Downloaded dropshot v0.12.0 |
999 | 2024-11-25T18:45:36.658Z | Downloaded regress v0.10.1 |
1000 | 2024-11-25T18:45:36.666Z | Downloaded ratatui v0.28.1 |
1001 | 2024-11-25T18:45:36.685Z | Downloaded chrono-tz v0.10.0 |
1002 | 2024-11-25T18:45:36.692Z | Downloaded bstr v1.10.0 |
1003 | 2024-11-25T18:45:36.703Z | Downloaded rustls v0.23.14 |
1004 | 2024-11-25T18:45:36.714Z | Downloaded typify-impl v0.2.0 |
1005 | 2024-11-25T18:45:36.729Z | Downloaded nix v0.28.0 |
1006 | 2024-11-25T18:45:36.740Z | Downloaded petgraph v0.6.5 |
1007 | 2024-11-25T18:45:36.757Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1008 | 2024-11-25T18:45:36.769Z | Downloaded lzma-sys v0.1.20 |
1009 | 2024-11-25T18:45:36.798Z | Downloaded diesel v2.2.4 |
1010 | 2024-11-25T18:45:36.816Z | Downloaded object v0.30.4 |
1011 | 2024-11-25T18:45:36.825Z | Downloaded zerocopy-derive v0.6.6 |
1012 | 2024-11-25T18:45:36.834Z | Downloaded regex-automata v0.4.8 |
1013 | 2024-11-25T18:45:36.851Z | Downloaded libz-sys v1.1.20 |
1014 | 2024-11-25T18:45:36.871Z | Downloaded nix v0.27.1 |
1015 | 2024-11-25T18:45:36.881Z | Downloaded polar-core v0.27.3 |
1016 | 2024-11-25T18:45:36.889Z | Downloaded tokio v1.40.0 |
1017 | 2024-11-25T18:45:36.926Z | Downloaded smoltcp v0.9.1 |
1018 | 2024-11-25T18:45:36.936Z | Downloaded curve25519-dalek v4.1.3 |
1019 | 2024-11-25T18:45:36.944Z | Downloaded portable-atomic v1.9.0 |
1020 | 2024-11-25T18:45:36.951Z | Downloaded idna v0.5.0 |
1021 | 2024-11-25T18:45:36.957Z | Downloaded idna v0.4.0 |
1022 | 2024-11-25T18:45:36.964Z | Downloaded proptest v1.5.0 |
1023 | 2024-11-25T18:45:36.974Z | Downloaded nom v7.1.3 |
1024 | 2024-11-25T18:45:36.978Z | Downloaded csv v1.3.0 |
1025 | 2024-11-25T18:45:36.997Z | Downloaded hashbrown v0.14.5 |
1026 | 2024-11-25T18:45:37.003Z | Downloaded socket2 v0.5.7 |
1027 | 2024-11-25T18:45:37.005Z | Downloaded pin-project-internal v1.1.6 |
1028 | 2024-11-25T18:45:37.007Z | Downloaded fd-lock v4.0.2 |
1029 | 2024-11-25T18:45:37.010Z | Downloaded pkcs5 v0.7.1 |
1030 | 2024-11-25T18:45:37.012Z | Downloaded funty v2.0.0 |
1031 | 2024-11-25T18:45:37.012Z | Downloaded zone v0.1.8 |
1032 | 2024-11-25T18:45:37.015Z | Downloaded hash32 v0.2.1 |
1033 | 2024-11-25T18:45:37.015Z | Downloaded fallible-streaming-iterator v0.1.9 |
1034 | 2024-11-25T18:45:37.015Z | Downloaded tiny-keccak v2.0.2 |
1035 | 2024-11-25T18:45:37.018Z | Downloaded sha3 v0.10.8 |
1036 | 2024-11-25T18:45:37.021Z | Downloaded strum_macros v0.24.3 |
1037 | 2024-11-25T18:45:37.024Z | Downloaded getrandom v0.2.15 |
1038 | 2024-11-25T18:45:37.026Z | Downloaded derive_more v0.99.18 |
1039 | 2024-11-25T18:45:37.030Z | Downloaded tokio-util v0.7.12 |
1040 | 2024-11-25T18:45:37.037Z | Downloaded simd-adler32 v0.3.7 |
1041 | 2024-11-25T18:45:37.039Z | Downloaded shlex v1.3.0 |
1042 | 2024-11-25T18:45:37.043Z | Downloaded packed_struct v0.10.1 |
1043 | 2024-11-25T18:45:37.043Z | Downloaded num-integer v0.1.46 |
1044 | 2024-11-25T18:45:37.046Z | Downloaded tungstenite v0.23.0 |
1045 | 2024-11-25T18:45:37.046Z | Downloaded tungstenite v0.21.0 |
1046 | 2024-11-25T18:45:37.049Z | Downloaded libm v0.2.8 |
1047 | 2024-11-25T18:45:37.056Z | Downloaded itertools v0.12.1 |
1048 | 2024-11-25T18:45:37.063Z | Downloaded crossterm v0.28.1 |
1049 | 2024-11-25T18:45:37.069Z | Downloaded publicsuffix v2.2.3 |
1050 | 2024-11-25T18:45:37.071Z | Downloaded scopeguard v1.2.0 |
1051 | 2024-11-25T18:45:37.074Z | Downloaded rustfmt-wrapper v0.2.1 |
1052 | 2024-11-25T18:45:37.074Z | Downloaded sqlformat v0.2.6 |
1053 | 2024-11-25T18:45:37.076Z | Downloaded tracing v0.1.40 |
1054 | 2024-11-25T18:45:37.079Z | Downloaded hashbrown v0.13.2 |
1055 | 2024-11-25T18:45:37.083Z | Downloaded hashbrown v0.12.3 |
1056 | 2024-11-25T18:45:37.086Z | Downloaded num-derive v0.4.2 |
1057 | 2024-11-25T18:45:37.088Z | Downloaded num v0.4.3 |
1058 | 2024-11-25T18:45:37.091Z | Downloaded postcard v1.0.10 |
1059 | 2024-11-25T18:45:37.091Z | Downloaded snafu v0.8.5 |
1060 | 2024-11-25T18:45:37.096Z | Downloaded unicode_categories v0.1.1 |
1061 | 2024-11-25T18:45:37.099Z | Downloaded toml_edit v0.19.15 |
1062 | 2024-11-25T18:45:37.113Z | Downloaded powerfmt v0.2.0 |
1063 | 2024-11-25T18:45:37.115Z | Downloaded encoding_rs v0.8.34 |
1064 | 2024-11-25T18:45:37.134Z | Downloaded newtype-uuid v1.1.3 |
1065 | 2024-11-25T18:45:37.138Z | Downloaded rustls-pemfile v2.2.0 |
1066 | 2024-11-25T18:45:37.140Z | Downloaded postgres-protocol v0.6.7 |
1067 | 2024-11-25T18:45:37.140Z | Downloaded peg-macros v0.8.4 |
1068 | 2024-11-25T18:45:37.142Z | Downloaded zerocopy v0.6.6 |
1069 | 2024-11-25T18:45:37.145Z | Downloaded yasna v0.5.2 |
1070 | 2024-11-25T18:45:37.145Z | Downloaded filetime v0.2.25 |
1071 | 2024-11-25T18:45:37.147Z | Downloaded num-complex v0.4.6 |
1072 | 2024-11-25T18:45:37.147Z | Downloaded crossbeam-channel v0.5.13 |
1073 | 2024-11-25T18:45:37.151Z | Downloaded rand v0.8.5 |
1074 | 2024-11-25T18:45:37.154Z | Downloaded primeorder v0.13.6 |
1075 | 2024-11-25T18:45:37.157Z | Downloaded predicates-tree v1.0.11 |
1076 | 2024-11-25T18:45:37.157Z | Downloaded peg v0.8.4 |
1077 | 2024-11-25T18:45:37.160Z | Downloaded yoke v0.7.4 |
1078 | 2024-11-25T18:45:37.162Z | Downloaded num-traits v0.2.19 |
1079 | 2024-11-25T18:45:37.165Z | Downloaded qorb v0.2.0 |
1080 | 2024-11-25T18:45:37.168Z | Downloaded vte_generate_state_changes v0.1.2 |
1081 | 2024-11-25T18:45:37.171Z | Downloaded mockall v0.13.0 |
1082 | 2024-11-25T18:45:37.171Z | Downloaded futures-macro v0.3.31 |
1083 | 2024-11-25T18:45:37.171Z | Downloaded tokio-rustls v0.24.1 |
1084 | 2024-11-25T18:45:37.174Z | Downloaded snafu-derive v0.8.5 |
1085 | 2024-11-25T18:45:37.174Z | Downloaded slog-json v2.6.1 |
1086 | 2024-11-25T18:45:37.177Z | Downloaded unsafe-libyaml v0.2.11 |
1087 | 2024-11-25T18:45:37.179Z | Downloaded toml v0.7.8 |
1088 | 2024-11-25T18:45:37.181Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1089 | 2024-11-25T18:45:37.237Z | Downloaded crc-any v2.5.0 |
1090 | 2024-11-25T18:45:37.240Z | Downloaded derive_builder_core v0.20.2 |
1091 | 2024-11-25T18:45:37.242Z | Downloaded derive-where v1.2.7 |
1092 | 2024-11-25T18:45:37.244Z | Downloaded serde_yaml v0.9.34+deprecated |
1093 | 2024-11-25T18:45:37.247Z | Downloaded prettyplease v0.2.25 |
1094 | 2024-11-25T18:45:37.250Z | Downloaded utf16_iter v1.0.5 |
1095 | 2024-11-25T18:45:37.253Z | Downloaded utf-8 v0.7.6 |
1096 | 2024-11-25T18:45:37.253Z | Downloaded string_cache v0.8.7 |
1097 | 2024-11-25T18:45:37.256Z | Downloaded static_assertions v1.1.0 |
1098 | 2024-11-25T18:45:37.256Z | Downloaded chacha20poly1305 v0.10.1 |
1099 | 2024-11-25T18:45:37.258Z | Downloaded schemars_derive v0.8.21 |
1100 | 2024-11-25T18:45:37.258Z | Downloaded scheduled-thread-pool v0.2.7 |
1101 | 2024-11-25T18:45:37.261Z | Downloaded fragile v2.0.0 |
1102 | 2024-11-25T18:45:37.261Z | Downloaded test-strategy v0.3.1 |
1103 | 2024-11-25T18:45:37.264Z | Downloaded const_format v0.2.33 |
1104 | 2024-11-25T18:45:37.269Z | Downloaded serde_urlencoded v0.7.1 |
1105 | 2024-11-25T18:45:37.271Z | Downloaded predicates-core v1.0.8 |
1106 | 2024-11-25T18:45:37.271Z | Downloaded ena v0.14.3 |
1107 | 2024-11-25T18:45:37.273Z | Downloaded displaydoc v0.2.5 |
1108 | 2024-11-25T18:45:37.276Z | Downloaded derive_builder v0.20.2 |
1109 | 2024-11-25T18:45:37.279Z | Downloaded similar v2.6.0 |
1110 | 2024-11-25T18:45:37.284Z | Downloaded base64 v0.13.1 |
1111 | 2024-11-25T18:45:37.287Z | Downloaded icu_collections v1.5.0 |
1112 | 2024-11-25T18:45:37.292Z | Downloaded clang-sys v1.8.1 |
1113 | 2024-11-25T18:45:37.294Z | Downloaded zerofrom-derive v0.1.4 |
1114 | 2024-11-25T18:45:37.297Z | Downloaded icu_provider v1.5.0 |
1115 | 2024-11-25T18:45:37.299Z | Downloaded icu_normalizer_data v1.5.0 |
1116 | 2024-11-25T18:45:37.301Z | Downloaded icu_normalizer v1.5.0 |
1117 | 2024-11-25T18:45:37.304Z | Downloaded icu_locid_transform_data v1.5.0 |
1118 | 2024-11-25T18:45:37.306Z | Downloaded blake2 v0.10.6 |
1119 | 2024-11-25T18:45:37.308Z | Downloaded memmap2 v0.9.5 |
1120 | 2024-11-25T18:45:37.310Z | Downloaded maybe-uninit v2.0.0 |
1121 | 2024-11-25T18:45:37.310Z | Downloaded lru-cache v0.1.2 |
1122 | 2024-11-25T18:45:37.310Z | Downloaded cookie_store v0.21.0 |
1123 | 2024-11-25T18:45:37.313Z | Downloaded litemap v0.7.3 |
1124 | 2024-11-25T18:45:37.316Z | Downloaded bzip2 v0.4.4 |
1125 | 2024-11-25T18:45:37.316Z | Downloaded sha1 v0.10.6 |
1126 | 2024-11-25T18:45:37.318Z | Downloaded ref-cast-impl v1.0.23 |
1127 | 2024-11-25T18:45:37.318Z | Downloaded memoffset v0.9.1 |
1128 | 2024-11-25T18:45:37.321Z | Downloaded md-5 v0.10.6 |
1129 | 2024-11-25T18:45:37.321Z | Downloaded maplit v1.0.2 |
1130 | 2024-11-25T18:45:37.321Z | Downloaded linked-hash-map v0.5.6 |
1131 | 2024-11-25T18:45:37.324Z | Downloaded kstat-rs v0.2.4 |
1132 | 2024-11-25T18:45:37.324Z | Downloaded cancel-safe-futures v0.1.5 |
1133 | 2024-11-25T18:45:37.326Z | Downloaded httparse v1.9.5 |
1134 | 2024-11-25T18:45:37.328Z | Downloaded cexpr v0.6.0 |
1135 | 2024-11-25T18:45:37.331Z | Downloaded lru v0.12.5 |
1136 | 2024-11-25T18:45:37.331Z | Downloaded lockfree-object-pool v0.1.6 |
1137 | 2024-11-25T18:45:37.333Z | Downloaded linear-map v1.2.0 |
1138 | 2024-11-25T18:45:37.336Z | Downloaded ipnetwork v0.20.0 |
1139 | 2024-11-25T18:45:37.336Z | Downloaded indoc v1.0.9 |
1140 | 2024-11-25T18:45:37.338Z | Downloaded indent_write v2.2.0 |
1141 | 2024-11-25T18:45:37.340Z | Downloaded keccak v0.1.5 |
1142 | 2024-11-25T18:45:37.340Z | Downloaded is-terminal v0.4.13 |
1143 | 2024-11-25T18:45:37.342Z | Downloaded internet-checksum v0.2.1 |
1144 | 2024-11-25T18:45:37.342Z | Downloaded instability v0.3.2 |
1145 | 2024-11-25T18:45:37.342Z | Downloaded inout v0.1.3 |
1146 | 2024-11-25T18:45:37.345Z | Downloaded cassowary v0.3.0 |
1147 | 2024-11-25T18:45:37.345Z | Downloaded bit-vec v0.6.3 |
1148 | 2024-11-25T18:45:37.347Z | Downloaded cipher v0.4.4 |
1149 | 2024-11-25T18:45:37.350Z | Downloaded ciborium-ll v0.2.2 |
1150 | 2024-11-25T18:45:37.350Z | Downloaded hickory-client v0.24.1 |
1151 | 2024-11-25T18:45:37.352Z | Downloaded async-stream v0.3.6 |
1152 | 2024-11-25T18:45:37.355Z | Downloaded base64 v0.21.7 |
1153 | 2024-11-25T18:45:37.358Z | Downloaded hex-literal v0.4.1 |
1154 | 2024-11-25T18:45:37.362Z | Downloaded heck v0.3.3 |
1155 | 2024-11-25T18:45:37.362Z | Downloaded base16ct v0.2.0 |
1156 | 2024-11-25T18:45:37.362Z | Downloaded atomicwrites v0.4.4 |
1157 | 2024-11-25T18:45:37.364Z | Downloaded home v0.5.9 |
1158 | 2024-11-25T18:45:37.364Z | Downloaded hex v0.4.3 |
1159 | 2024-11-25T18:45:37.523Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-11-25T18:45:37.890Z | Downloaded ring v0.17.8 |
1161 | 2024-11-25T18:45:38.041Z | Downloaded ring v0.16.20 |
1162 | 2024-11-25T18:45:38.306Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2024-11-25T18:45:38.607Z | Compiling serde v1.0.215 |
1164 | 2024-11-25T18:45:38.609Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-25T18:45:38.609Z | Compiling scopeguard v1.2.0 |
1166 | 2024-11-25T18:45:38.609Z | Compiling value-bag v1.9.0 |
1167 | 2024-11-25T18:45:38.609Z | Compiling typenum v1.17.0 |
1168 | 2024-11-25T18:45:38.609Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-25T18:45:38.783Z | Compiling syn v2.0.87 |
1170 | 2024-11-25T18:45:38.786Z | Compiling getrandom v0.2.15 |
1171 | 2024-11-25T18:45:38.910Z | Compiling subtle v2.6.1 |
1172 | 2024-11-25T18:45:39.169Z | Compiling rand_core v0.6.4 |
1173 | 2024-11-25T18:45:39.243Z | Compiling log v0.4.22 |
1174 | 2024-11-25T18:45:39.290Z | Compiling shlex v1.3.0 |
1175 | 2024-11-25T18:45:39.328Z | Compiling jobserver v0.1.32 |
1176 | 2024-11-25T18:45:39.417Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-25T18:45:39.599Z | Compiling const-oid v0.9.6 |
1178 | 2024-11-25T18:45:39.707Z | Compiling cc v1.1.30 |
1179 | 2024-11-25T18:45:39.755Z | Compiling spin v0.9.8 |
1180 | 2024-11-25T18:45:39.836Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-11-25T18:45:39.982Z | Compiling rustix v0.38.37 |
1182 | 2024-11-25T18:45:40.147Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-11-25T18:45:40.256Z | Compiling futures-core v0.3.31 |
1184 | 2024-11-25T18:45:40.381Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-11-25T18:45:40.454Z | Compiling mio v1.0.2 |
1186 | 2024-11-25T18:45:40.929Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-11-25T18:45:41.199Z | Compiling parking_lot v0.12.3 |
1188 | 2024-11-25T18:45:41.339Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-11-25T18:45:41.508Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-11-25T18:45:41.615Z | Compiling either v1.13.0 |
1191 | 2024-11-25T18:45:41.645Z | Compiling lazy_static v1.5.0 |
1192 | 2024-11-25T18:45:41.756Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-25T18:45:41.775Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-11-25T18:45:41.890Z | Compiling glob v0.3.1 |
1195 | 2024-11-25T18:45:41.912Z | Compiling socket2 v0.5.7 |
1196 | 2024-11-25T18:45:42.056Z | Compiling slab v0.4.9 |
1197 | 2024-11-25T18:45:42.220Z | Compiling prettyplease v0.2.25 |
1198 | 2024-11-25T18:45:42.511Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-11-25T18:45:42.869Z | Compiling libloading v0.8.5 |
1200 | 2024-11-25T18:45:42.873Z | Compiling home v0.5.9 |
1201 | 2024-11-25T18:45:42.918Z | Compiling clang-sys v1.8.1 |
1202 | 2024-11-25T18:45:43.042Z | Compiling nom v7.1.3 |
1203 | 2024-11-25T18:45:43.167Z | Compiling bindgen v0.69.5 |
1204 | 2024-11-25T18:45:43.293Z | Compiling serde_json v1.0.132 |
1205 | 2024-11-25T18:45:43.666Z | Compiling itertools v0.12.1 |
1206 | 2024-11-25T18:45:43.965Z | Compiling futures-channel v0.3.31 |
1207 | 2024-11-25T18:45:44.155Z | Compiling pin-utils v0.1.0 |
1208 | 2024-11-25T18:45:44.257Z | Compiling futures-io v0.3.31 |
1209 | 2024-11-25T18:45:44.400Z | Compiling futures-task v0.3.31 |
1210 | 2024-11-25T18:45:44.612Z | Compiling allocator-api2 v0.2.18 |
1211 | 2024-11-25T18:45:44.707Z | Compiling foldhash v0.1.3 |
1212 | 2024-11-25T18:45:45.022Z | Compiling lazycell v1.3.0 |
1213 | 2024-11-25T18:45:45.176Z | Compiling regex-automata v0.4.8 |
1214 | 2024-11-25T18:45:45.405Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-11-25T18:45:45.590Z | Compiling hashbrown v0.15.0 |
1216 | 2024-11-25T18:45:46.700Z | Compiling synstructure v0.13.1 |
1217 | 2024-11-25T18:45:46.854Z | Compiling cexpr v0.6.0 |
1218 | 2024-11-25T18:45:46.971Z | Compiling cmake v0.1.51 |
1219 | 2024-11-25T18:45:48.005Z | Compiling pkg-config v0.3.31 |
1220 | 2024-11-25T18:45:48.358Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-11-25T18:45:48.408Z | Compiling libm v0.2.8 |
1222 | 2024-11-25T18:45:48.450Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-25T18:45:48.642Z | Compiling dunce v1.0.5 |
1224 | 2024-11-25T18:45:48.761Z | Compiling tinyvec v1.8.0 |
1225 | 2024-11-25T18:45:48.778Z | Compiling num-traits v0.2.19 |
1226 | 2024-11-25T18:45:49.286Z | Compiling ring v0.17.8 |
1227 | 2024-11-25T18:45:49.566Z | Compiling litemap v0.7.3 |
1228 | 2024-11-25T18:45:49.959Z | Compiling writeable v0.5.5 |
1229 | 2024-11-25T18:45:49.982Z | Compiling paste v1.0.15 |
1230 | 2024-11-25T18:45:50.284Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-11-25T18:45:50.382Z | Compiling base64ct v1.6.0 |
1232 | 2024-11-25T18:45:50.402Z | Compiling unicode-bidi v0.3.17 |
1233 | 2024-11-25T18:45:50.983Z | Compiling regex v1.11.1 |
1234 | 2024-11-25T18:45:51.377Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-11-25T18:45:51.849Z | Compiling flagset v0.4.6 |
1236 | 2024-11-25T18:45:52.057Z | Compiling httparse v1.9.5 |
1237 | 2024-11-25T18:45:52.075Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-11-25T18:45:52.499Z | Compiling tracing-core v0.1.32 |
1239 | 2024-11-25T18:45:52.568Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2024-11-25T18:45:52.852Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-11-25T18:45:52.950Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-11-25T18:45:53.128Z | Compiling rustls-pki-types v1.9.0 |
1243 | 2024-11-25T18:45:53.299Z | Compiling untrusted v0.7.1 |
1244 | 2024-11-25T18:45:53.469Z | Compiling time-core v0.1.2 |
1245 | 2024-11-25T18:45:53.532Z | Compiling serde_derive v1.0.215 |
1246 | 2024-11-25T18:45:53.638Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-11-25T18:45:53.891Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-11-25T18:45:53.964Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-11-25T18:45:54.246Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-11-25T18:45:55.137Z | Compiling zeroize v1.8.1 |
1251 | 2024-11-25T18:45:55.539Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-11-25T18:45:55.678Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-11-25T18:45:56.174Z | Compiling zerocopy v0.7.35 |
1254 | 2024-11-25T18:45:56.382Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-11-25T18:45:56.981Z | Compiling crypto-common v0.1.6 |
1256 | 2024-11-25T18:45:57.234Z | Compiling block-buffer v0.10.4 |
1257 | 2024-11-25T18:45:57.502Z | Compiling digest v0.10.7 |
1258 | 2024-11-25T18:45:57.828Z | Compiling futures-macro v0.3.31 |
1259 | 2024-11-25T18:45:57.985Z | Compiling hmac v0.12.1 |
1260 | 2024-11-25T18:45:58.072Z | Compiling block-padding v0.3.3 |
1261 | 2024-11-25T18:45:58.243Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-25T18:45:58.319Z | Compiling inout v0.1.3 |
1263 | 2024-11-25T18:45:58.372Z | Compiling zerofrom v0.1.4 |
1264 | 2024-11-25T18:45:58.606Z | Compiling cipher v0.4.4 |
1265 | 2024-11-25T18:45:58.626Z | Compiling sha2 v0.10.8 |
1266 | 2024-11-25T18:45:58.641Z | Compiling yoke v0.7.4 |
1267 | 2024-11-25T18:45:59.036Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-25T18:45:59.085Z | Compiling thiserror v1.0.69 |
1269 | 2024-11-25T18:45:59.086Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-11-25T18:45:59.154Z | Compiling zerovec v0.10.4 |
1271 | 2024-11-25T18:45:59.231Z | Compiling der_derive v0.7.3 |
1272 | 2024-11-25T18:45:59.698Z | Compiling futures-util v0.3.31 |
1273 | 2024-11-25T18:45:59.895Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-11-25T18:45:59.998Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-11-25T18:46:00.265Z | Compiling pest v2.7.14 |
1276 | 2024-11-25T18:46:01.460Z | Compiling tinystr v0.7.6 |
1277 | 2024-11-25T18:46:01.714Z | Compiling der v0.7.9 |
1278 | 2024-11-25T18:46:01.890Z | Compiling icu_locid v1.5.0 |
1279 | 2024-11-25T18:46:02.248Z | Compiling icu_collections v1.5.0 |
1280 | 2024-11-25T18:46:02.361Z | Compiling rand v0.8.5 |
1281 | 2024-11-25T18:46:03.375Z | Compiling icu_provider v1.5.0 |
1282 | 2024-11-25T18:46:03.705Z | Compiling salsa20 v0.10.2 |
1283 | 2024-11-25T18:46:03.900Z | Compiling tracing v0.1.40 |
1284 | 2024-11-25T18:46:03.944Z | Compiling spki v0.7.3 |
1285 | 2024-11-25T18:46:04.313Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-11-25T18:46:04.341Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-11-25T18:46:04.398Z | Compiling num-conv v0.1.0 |
1288 | 2024-11-25T18:46:04.502Z | Compiling untrusted v0.9.0 |
1289 | 2024-11-25T18:46:04.520Z | Compiling icu_properties_data v1.5.0 |
1290 | 2024-11-25T18:46:04.539Z | Compiling powerfmt v0.2.0 |
1291 | 2024-11-25T18:46:04.673Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-11-25T18:46:04.693Z | Compiling vcpkg v0.2.15 |
1293 | 2024-11-25T18:46:04.769Z | Compiling time-macros v0.2.18 |
1294 | 2024-11-25T18:46:04.867Z | Compiling deranged v0.3.11 |
1295 | 2024-11-25T18:46:05.094Z | Compiling scrypt v0.11.0 |
1296 | 2024-11-25T18:46:05.702Z | Compiling icu_properties v1.5.1 |
1297 | 2024-11-25T18:46:06.020Z | Compiling pest_meta v2.7.14 |
1298 | 2024-11-25T18:46:06.837Z | Compiling aes v0.8.4 |
1299 | 2024-11-25T18:46:06.951Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-11-25T18:46:07.012Z | Compiling cbc v0.1.2 |
1301 | 2024-11-25T18:46:07.256Z | Compiling scroll_derive v0.12.0 |
1302 | 2024-11-25T18:46:08.033Z | Compiling bitflags v2.6.0 |
1303 | 2024-11-25T18:46:08.063Z | Compiling bytes v1.8.0 |
1304 | 2024-11-25T18:46:08.716Z | Compiling indexmap v2.6.0 |
1305 | 2024-11-25T18:46:08.739Z | Compiling semver v1.0.23 |
1306 | 2024-11-25T18:46:09.387Z | Compiling tokio v1.40.0 |
1307 | 2024-11-25T18:46:09.490Z | Compiling http v1.1.0 |
1308 | 2024-11-25T18:46:09.653Z | Compiling rustc_version v0.4.1 |
1309 | 2024-11-25T18:46:10.453Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-11-25T18:46:10.685Z | Compiling write16 v1.0.0 |
1311 | 2024-11-25T18:46:10.706Z | Compiling utf8_iter v1.0.4 |
1312 | 2024-11-25T18:46:10.819Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-11-25T18:46:10.964Z | Compiling num_threads v0.1.7 |
1314 | 2024-11-25T18:46:11.026Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2024-11-25T18:46:11.084Z | Compiling time v0.3.36 |
1316 | 2024-11-25T18:46:11.104Z | Compiling http-body v1.0.1 |
1317 | 2024-11-25T18:46:11.130Z | Compiling icu_normalizer v1.5.0 |
1318 | 2024-11-25T18:46:11.339Z | Compiling scroll v0.12.0 |
1319 | 2024-11-25T18:46:11.454Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-11-25T18:46:11.478Z | Compiling pest_generator v2.7.14 |
1321 | 2024-11-25T18:46:11.889Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-11-25T18:46:12.057Z | Compiling try-lock v0.2.5 |
1323 | 2024-11-25T18:46:12.201Z | Compiling slog v2.7.0 |
1324 | 2024-11-25T18:46:12.203Z | Compiling goblin v0.8.2 |
1325 | 2024-11-25T18:46:12.716Z | Compiling which v4.4.2 |
1326 | 2024-11-25T18:46:12.809Z | Compiling want v0.3.1 |
1327 | 2024-11-25T18:46:13.133Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-11-25T18:46:13.316Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-11-25T18:46:13.468Z | Compiling pest_derive v2.7.14 |
1330 | 2024-11-25T18:46:13.530Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-25T18:46:13.857Z | Compiling idna v1.0.3 |
1332 | 2024-11-25T18:46:13.987Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-11-25T18:46:14.265Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-11-25T18:46:14.623Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-11-25T18:46:14.782Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-11-25T18:46:15.017Z | Compiling uuid v1.11.0 |
1337 | 2024-11-25T18:46:15.127Z | Compiling foreign-types-shared v0.1.1 |
1338 | 2024-11-25T18:46:15.243Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-25T18:46:15.716Z | Compiling base64 v0.22.1 |
1340 | 2024-11-25T18:46:15.794Z | Compiling tower-service v0.3.3 |
1341 | 2024-11-25T18:46:15.927Z | Compiling openssl v0.10.66 |
1342 | 2024-11-25T18:46:16.346Z | Compiling adler2 v2.0.0 |
1343 | 2024-11-25T18:46:16.395Z | Compiling match_cfg v0.1.0 |
1344 | 2024-11-25T18:46:16.465Z | Compiling rustversion v1.0.17 |
1345 | 2024-11-25T18:46:16.503Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-11-25T18:46:16.505Z | Compiling hostname v0.3.1 |
1347 | 2024-11-25T18:46:16.540Z | Compiling chrono v0.4.38 |
1348 | 2024-11-25T18:46:16.558Z | Compiling foreign-types v0.3.2 |
1349 | 2024-11-25T18:46:16.653Z | Compiling url v2.5.3 |
1350 | 2024-11-25T18:46:17.256Z | Compiling async-trait v0.1.83 |
1351 | 2024-11-25T18:46:18.044Z | Compiling tokio-util v0.7.12 |
1352 | 2024-11-25T18:46:18.197Z | Compiling dof v0.3.0 |
1353 | 2024-11-25T18:46:18.597Z | Compiling openssl-macros v0.1.1 |
1354 | 2024-11-25T18:46:19.363Z | Compiling h2 v0.4.6 |
1355 | 2024-11-25T18:46:19.492Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-25T18:46:19.990Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-25T18:46:20.291Z | Compiling rustls v0.22.4 |
1358 | 2024-11-25T18:46:20.342Z | Compiling syn v1.0.109 |
1359 | 2024-11-25T18:46:20.541Z | Compiling rustls v0.23.14 |
1360 | 2024-11-25T18:46:20.684Z | Compiling siphasher v0.3.11 |
1361 | 2024-11-25T18:46:20.817Z | Compiling native-tls v0.2.12 |
1362 | 2024-11-25T18:46:21.000Z | Compiling data-encoding v2.6.0 |
1363 | 2024-11-25T18:46:21.124Z | Compiling dirs-next v2.0.0 |
1364 | 2024-11-25T18:46:21.320Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-25T18:46:21.855Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-25T18:46:22.607Z | Compiling heapless v0.7.17 |
1367 | 2024-11-25T18:46:22.628Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-25T18:46:22.648Z | Compiling signature v2.2.0 |
1369 | 2024-11-25T18:46:22.950Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-11-25T18:46:23.050Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-11-25T18:46:23.069Z | Compiling thread_local v1.1.8 |
1372 | 2024-11-25T18:46:23.350Z | Compiling multer v3.1.0 |
1373 | 2024-11-25T18:46:23.452Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-25T18:46:23.628Z | Compiling cookie v0.18.1 |
1375 | 2024-11-25T18:46:23.630Z | Compiling mime v0.3.17 |
1376 | 2024-11-25T18:46:23.911Z | Compiling gimli v0.31.1 |
1377 | 2024-11-25T18:46:24.193Z | Compiling openssl-probe v0.1.5 |
1378 | 2024-11-25T18:46:24.567Z | Compiling schemars v0.8.21 |
1379 | 2024-11-25T18:46:24.911Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-11-25T18:46:25.034Z | Compiling rayon-core v1.12.1 |
1381 | 2024-11-25T18:46:25.293Z | Compiling ipnet v2.10.1 |
1382 | 2024-11-25T18:46:25.313Z | Compiling slog-async v2.8.0 |
1383 | 2024-11-25T18:46:25.851Z | Compiling signal-hook v0.3.17 |
1384 | 2024-11-25T18:46:25.940Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-11-25T18:46:26.169Z | Compiling stringprep v0.1.5 |
1386 | 2024-11-25T18:46:26.570Z | Compiling hyper v1.5.0 |
1387 | 2024-11-25T18:46:27.876Z | Compiling toml_edit v0.22.22 |
1388 | 2024-11-25T18:46:29.189Z | Compiling hyper-util v0.1.10 |
1389 | 2024-11-25T18:46:29.229Z | Compiling addr2line v0.24.2 |
1390 | 2024-11-25T18:46:29.824Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-11-25T18:46:29.883Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-11-25T18:46:29.917Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-11-25T18:46:29.947Z | Compiling term v0.7.0 |
1394 | 2024-11-25T18:46:30.693Z | Compiling slog-json v2.6.1 |
1395 | 2024-11-25T18:46:31.086Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-11-25T18:46:31.425Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-25T18:46:31.488Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2024-11-25T18:46:31.510Z | Compiling futures-executor v0.3.31 |
1399 | 2024-11-25T18:46:31.626Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-25T18:46:31.902Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-11-25T18:46:32.073Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-11-25T18:46:32.102Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-11-25T18:46:32.240Z | Compiling num-integer v0.1.46 |
1404 | 2024-11-25T18:46:32.330Z | Compiling idna v0.3.0 |
1405 | 2024-11-25T18:46:32.500Z | Compiling idna v0.4.0 |
1406 | 2024-11-25T18:46:33.004Z | Compiling hash32 v0.2.1 |
1407 | 2024-11-25T18:46:33.175Z | Compiling ff v0.13.0 |
1408 | 2024-11-25T18:46:33.370Z | Compiling is-terminal v0.4.13 |
1409 | 2024-11-25T18:46:33.408Z | Compiling object v0.36.5 |
1410 | 2024-11-25T18:46:33.495Z | Compiling dropshot v0.12.0 |
1411 | 2024-11-25T18:46:33.515Z | Compiling utf-8 v0.7.6 |
1412 | 2024-11-25T18:46:33.769Z | Compiling base16ct v0.2.0 |
1413 | 2024-11-25T18:46:33.831Z | Compiling dyn-clone v1.0.17 |
1414 | 2024-11-25T18:46:34.027Z | Compiling fallible-iterator v0.2.0 |
1415 | 2024-11-25T18:46:34.048Z | Compiling portable-atomic v1.9.0 |
1416 | 2024-11-25T18:46:34.077Z | Compiling anyhow v1.0.93 |
1417 | 2024-11-25T18:46:34.158Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-11-25T18:46:34.539Z | Compiling take_mut v0.2.2 |
1419 | 2024-11-25T18:46:34.683Z | Compiling quick-error v1.2.3 |
1420 | 2024-11-25T18:46:34.703Z | Compiling smoltcp v0.9.1 |
1421 | 2024-11-25T18:46:34.745Z | Compiling psl-types v2.0.11 |
1422 | 2024-11-25T18:46:34.835Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2024-11-25T18:46:34.939Z | Compiling rustc-demangle v0.1.24 |
1424 | 2024-11-25T18:46:35.159Z | Compiling publicsuffix v2.2.3 |
1425 | 2024-11-25T18:46:35.179Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-11-25T18:46:35.463Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-11-25T18:46:35.921Z | Compiling lru-cache v0.1.2 |
1428 | 2024-11-25T18:46:36.110Z | Compiling sec1 v0.7.3 |
1429 | 2024-11-25T18:46:36.366Z | Compiling tungstenite v0.24.0 |
1430 | 2024-11-25T18:46:36.696Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-25T18:46:36.847Z | Compiling slog-term v2.9.1 |
1432 | 2024-11-25T18:46:37.011Z | Compiling usdt v0.5.0 |
1433 | 2024-11-25T18:46:37.108Z | Compiling group v0.13.0 |
1434 | 2024-11-25T18:46:37.432Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-11-25T18:46:38.136Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-25T18:46:38.425Z | Compiling futures v0.3.31 |
1437 | 2024-11-25T18:46:38.548Z | Compiling toml v0.8.19 |
1438 | 2024-11-25T18:46:38.699Z | Compiling slog-bunyan v2.5.0 |
1439 | 2024-11-25T18:46:40.200Z | Compiling camino v1.1.9 |
1440 | 2024-11-25T18:46:40.303Z | Compiling tokio-native-tls v0.3.1 |
1441 | 2024-11-25T18:46:40.584Z | Compiling phf_shared v0.11.2 |
1442 | 2024-11-25T18:46:40.897Z | Compiling backtrace v0.3.74 |
1443 | 2024-11-25T18:46:40.971Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-11-25T18:46:41.181Z | Compiling terminal_size v0.4.0 |
1445 | 2024-11-25T18:46:41.404Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-25T18:46:41.527Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-11-25T18:46:41.530Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-11-25T18:46:41.645Z | Compiling hkdf v0.12.4 |
1449 | 2024-11-25T18:46:41.910Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-11-25T18:46:42.431Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-11-25T18:46:42.655Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-25T18:46:44.565Z | Compiling hubpack_derive v0.1.1 |
1453 | 2024-11-25T18:46:44.635Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-11-25T18:46:44.963Z | Compiling idna v0.5.0 |
1455 | 2024-11-25T18:46:45.450Z | Compiling hostname v0.4.0 |
1456 | 2024-11-25T18:46:45.597Z | Compiling crc32fast v1.4.2 |
1457 | 2024-11-25T18:46:45.747Z | Compiling fs-err v2.11.0 |
1458 | 2024-11-25T18:46:45.941Z | Compiling ahash v0.8.11 |
1459 | 2024-11-25T18:46:45.980Z | Compiling winnow v0.5.40 |
1460 | 2024-11-25T18:46:46.040Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-11-25T18:46:46.160Z | Compiling managed v0.8.0 |
1462 | 2024-11-25T18:46:46.190Z | Compiling bitflags v1.3.2 |
1463 | 2024-11-25T18:46:46.261Z | Compiling clap_builder v4.5.21 |
1464 | 2024-11-25T18:46:46.660Z | Compiling console v0.15.8 |
1465 | 2024-11-25T18:46:48.018Z | Compiling strum_macros v0.25.3 |
1466 | 2024-11-25T18:46:48.148Z | Compiling cookie_store v0.21.0 |
1467 | 2024-11-25T18:46:48.294Z | Compiling flate2 v1.0.34 |
1468 | 2024-11-25T18:46:48.693Z | Compiling hubpack v0.1.2 |
1469 | 2024-11-25T18:46:49.157Z | Compiling zerocopy v0.6.6 |
1470 | 2024-11-25T18:46:49.245Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-11-25T18:46:49.754Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-25T18:46:49.846Z | Compiling hickory-resolver v0.24.1 |
1473 | 2024-11-25T18:46:50.090Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2024-11-25T18:46:50.251Z | Compiling phf v0.11.2 |
1475 | 2024-11-25T18:46:50.578Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-25T18:46:50.946Z | Compiling rayon v1.10.0 |
1477 | 2024-11-25T18:46:51.023Z | Compiling bzip2 v0.4.4 |
1478 | 2024-11-25T18:46:52.197Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-25T18:46:52.740Z | Compiling postgres-types v0.2.8 |
1480 | 2024-11-25T18:46:54.476Z | Compiling ed25519 v2.2.3 |
1481 | 2024-11-25T18:46:55.637Z | Compiling phf_shared v0.10.0 |
1482 | 2024-11-25T18:46:55.682Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-11-25T18:46:55.778Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-11-25T18:46:56.053Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-11-25T18:46:56.288Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-25T18:46:56.374Z | Compiling clap_derive v4.5.18 |
1487 | 2024-11-25T18:46:56.474Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-25T18:46:56.764Z | Compiling derive-where v1.2.7 |
1489 | 2024-11-25T18:46:56.787Z | Compiling float-cmp v0.9.0 |
1490 | 2024-11-25T18:46:56.809Z | Compiling bstr v1.10.0 |
1491 | 2024-11-25T18:46:57.010Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-11-25T18:46:57.173Z | Compiling unicode-width v0.2.0 |
1493 | 2024-11-25T18:46:57.677Z | Compiling whoami v1.5.2 |
1494 | 2024-11-25T18:46:57.695Z | Compiling precomputed-hash v0.1.1 |
1495 | 2024-11-25T18:46:57.803Z | Compiling fixedbitset v0.4.2 |
1496 | 2024-11-25T18:46:57.825Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2024-11-25T18:46:57.926Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-11-25T18:46:58.054Z | Compiling number_prefix v0.4.0 |
1499 | 2024-11-25T18:46:58.283Z | Compiling bit-vec v0.6.3 |
1500 | 2024-11-25T18:46:58.305Z | Compiling predicates-core v1.0.8 |
1501 | 2024-11-25T18:46:58.307Z | Compiling static_assertions v1.1.0 |
1502 | 2024-11-25T18:46:58.428Z | Compiling difflib v0.4.0 |
1503 | 2024-11-25T18:46:58.551Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-11-25T18:46:58.670Z | Compiling bit-set v0.5.3 |
1505 | 2024-11-25T18:46:58.755Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-11-25T18:46:58.940Z | Compiling predicates v3.1.2 |
1507 | 2024-11-25T18:46:59.462Z | Compiling similar v2.6.0 |
1508 | 2024-11-25T18:47:00.086Z | Compiling indicatif v0.17.9 |
1509 | 2024-11-25T18:47:00.387Z | Compiling petgraph v0.6.5 |
1510 | 2024-11-25T18:47:00.719Z | Compiling tokio-postgres v0.7.12 |
1511 | 2024-11-25T18:47:01.449Z | Compiling clap v4.5.21 |
1512 | 2024-11-25T18:47:01.580Z | Compiling string_cache v0.8.7 |
1513 | 2024-11-25T18:47:01.931Z | Compiling ecdsa v0.16.9 |
1514 | 2024-11-25T18:47:02.065Z | Compiling rsa v0.9.6 |
1515 | 2024-11-25T18:47:02.379Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-11-25T18:47:02.820Z | Compiling toml v0.7.8 |
1517 | 2024-11-25T18:47:03.684Z | Compiling zip v0.6.6 |
1518 | 2024-11-25T18:47:04.514Z | Compiling crossterm v0.28.1 |
1519 | 2024-11-25T18:47:05.462Z | Compiling hex v0.4.3 |
1520 | 2024-11-25T18:47:05.566Z | Compiling x509-cert v0.2.5 |
1521 | 2024-11-25T18:47:05.769Z | Compiling itertools v0.10.5 |
1522 | 2024-11-25T18:47:06.044Z | Compiling unicode-xid v0.2.6 |
1523 | 2024-11-25T18:47:06.105Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-11-25T18:47:06.222Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-11-25T18:47:06.513Z | Compiling strum_macros v0.26.4 |
1526 | 2024-11-25T18:47:06.585Z | Compiling xattr v1.3.1 |
1527 | 2024-11-25T18:47:06.790Z | Compiling filetime v0.2.25 |
1528 | 2024-11-25T18:47:07.122Z | Compiling tar v0.4.42 |
1529 | 2024-11-25T18:47:11.265Z | Compiling strum v0.26.3 |
1530 | 2024-11-25T18:47:14.227Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-11-25T18:47:42.106Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-11-25T18:47:45.431Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-11-25T18:47:47.105Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-11-25T18:47:47.500Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-11-25T18:47:47.854Z | Compiling reqwest v0.12.9 |
1536 | 2024-11-25T18:47:48.684Z | Compiling qorb v0.2.0 |
1537 | 2024-11-25T18:47:53.735Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-11-25T18:47:53.964Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-11-25T18:47:59.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1540 | 2024-11-25T18:47:59.888Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-11-25T18:47:59.937Z | Nov 25 18:47:58.560 INFO Starting download, target: Clickhouse |
1542 | 2024-11-25T18:47:59.937Z | Nov 25 18:47:58.560 INFO Starting download, target: Cockroach |
1543 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.560 INFO Starting download, target: Console |
1544 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.560 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.560 INFO Starting download, target: DendriteStub |
1546 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.560 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.560 INFO Starting download, target: TransceiverControl |
1548 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-11-25T18:47:59.940Z | Nov 25 18:47:58.561 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1555 | 2024-11-25T18:48:00.335Z | Nov 25 18:47:58.935 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-11-25T18:48:00.707Z | Nov 25 18:47:59.323 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-11-25T18:48:00.901Z | Nov 25 18:47:59.486 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-11-25T18:48:01.194Z | Nov 25 18:47:59.782 INFO Download complete, target: Console |
1559 | 2024-11-25T18:48:01.384Z | Nov 25 18:47:59.952 INFO Download complete, target: TransceiverControl |
1560 | 2024-11-25T18:48:01.504Z | Nov 25 18:48:00.109 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-11-25T18:48:01.529Z | Nov 25 18:48:00.112 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1562 | 2024-11-25T18:48:02.262Z | Nov 25 18:48:00.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-25T18:48:02.262Z | Nov 25 18:48:00.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-25T18:48:02.332Z | Nov 25 18:48:00.955 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-11-25T18:48:04.208Z | Nov 25 18:48:02.830 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-25T18:48:04.211Z | Nov 25 18:48:02.833 INFO Download complete, target: DendriteStub |
1567 | 2024-11-25T18:48:09.277Z | Nov 25 18:48:07.897 INFO Checking that binary works, target: Cockroach |
1568 | 2024-11-25T18:48:09.545Z | Nov 25 18:48:08.166 INFO Download complete, target: Cockroach |
1569 | 2024-11-25T18:48:14.094Z | Nov 25 18:48:12.714 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-11-25T18:48:14.243Z | Nov 25 18:48:12.863 INFO Download complete, target: Clickhouse |
1571 | 2024-11-25T18:48:14.262Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-11-25T18:48:14.265Z | |
1573 | 2024-11-25T18:48:14.265Z | real 4:44.564891227 |
1574 | 2024-11-25T18:48:14.265Z | user 16:23.007303361 |
1575 | 2024-11-25T18:48:14.265Z | sys 3:11.988824734 |
1576 | 2024-11-25T18:48:14.265Z | trap 0.550955427 |
1577 | 2024-11-25T18:48:14.265Z | tflt 1.557919686 |
1578 | 2024-11-25T18:48:14.265Z | dflt 2.096437288 |
1579 | 2024-11-25T18:48:14.265Z | kflt 0.029991538 |
1580 | 2024-11-25T18:48:14.265Z | lock 28:58.634617990 |
1581 | 2024-11-25T18:48:14.265Z | slp 1:01:00.420305862 |
1582 | 2024-11-25T18:48:14.265Z | lat 57.784469628 |
1583 | 2024-11-25T18:48:14.265Z | stop 2:19.069072800 |
1584 | 2024-11-25T18:48:14.265Z | + banner hack-check |
1585 | 2024-11-25T18:48:14.268Z | |
1586 | 2024-11-25T18:48:14.268Z | # # ## #### # # #### # # ###### #### # # |
1587 | 2024-11-25T18:48:14.268Z | # # # # # # # # # # # # # # # # # |
1588 | 2024-11-25T18:48:14.268Z | ###### # # # #### ##### # ###### ##### # #### |
1589 | 2024-11-25T18:48:14.268Z | # # ###### # # # # # # # # # # |
1590 | 2024-11-25T18:48:14.268Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-11-25T18:48:14.268Z | # # # # #### # # #### # # ###### #### # # |
1592 | 2024-11-25T18:48:14.268Z | |
1593 | 2024-11-25T18:48:14.268Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-11-25T18:48:14.268Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-11-25T18:48:14.268Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1596 | 2024-11-25T18:48:14.804Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-11-25T18:48:18.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
1598 | 2024-11-25T18:48:18.631Z | Running `target/debug/xtask check-features --ci` |
1599 | 2024-11-25T18:48:18.653Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1600 | 2024-11-25T18:48:18.653Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1601 | 2024-11-25T18:48:19.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1602 | 2024-11-25T18:48:19.131Z | Running `target/debug/xtask download cargo-hack` |
1603 | 2024-11-25T18:48:19.953Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2024-11-25T18:48:20.314Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2024-11-25T18:48:25.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
1606 | 2024-11-25T18:48:25.482Z | Running `target/debug/xtask-downloader cargo-hack` |
1607 | 2024-11-25T18:48:25.518Z | Nov 25 18:48:24.136 INFO Starting download, target: CargoHack |
1608 | 2024-11-25T18:48:25.520Z | Nov 25 18:48:24.136 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1609 | 2024-11-25T18:48:26.190Z | Nov 25 18:48:24.808 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1610 | 2024-11-25T18:48:26.279Z | Nov 25 18:48:24.896 INFO Download complete, target: CargoHack |
1611 | 2024-11-25T18:48:26.282Z | 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" |
1612 | 2024-11-25T18:48:26.299Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1613 | 2024-11-25T18:48:26.462Z | info: running `cargo check --bins` on api_identity (1/173) |
1614 | 2024-11-25T18:48:26.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-11-25T18:48:27.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-11-25T18:48:27.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-11-25T18:48:27.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1618 | 2024-11-25T18:48:27.069Z | |
1619 | 2024-11-25T18:48:27.070Z | info: running `cargo check --bins` on bootstore (2/173) |
1620 | 2024-11-25T18:48:27.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-11-25T18:48:27.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-11-25T18:48:27.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-11-25T18:48:27.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1624 | 2024-11-25T18:48:27.708Z | |
1625 | 2024-11-25T18:48:27.708Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1626 | 2024-11-25T18:48:28.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-11-25T18:48:28.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-11-25T18:48:28.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-11-25T18:48:28.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1630 | 2024-11-25T18:48:28.321Z | |
1631 | 2024-11-25T18:48:28.321Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1632 | 2024-11-25T18:48:28.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-11-25T18:48:28.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-11-25T18:48:28.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-11-25T18:48:28.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1636 | 2024-11-25T18:48:28.938Z | |
1637 | 2024-11-25T18:48:28.938Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1638 | 2024-11-25T18:48:29.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-11-25T18:48:29.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-11-25T18:48:29.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-11-25T18:48:29.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1642 | 2024-11-25T18:48:29.377Z | |
1643 | 2024-11-25T18:48:29.377Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1644 | 2024-11-25T18:48:29.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-11-25T18:48:29.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-11-25T18:48:29.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-11-25T18:48:29.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1648 | 2024-11-25T18:48:29.808Z | |
1649 | 2024-11-25T18:48:29.808Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1650 | 2024-11-25T18:48:30.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-11-25T18:48:30.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-11-25T18:48:30.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-11-25T18:48:30.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1654 | 2024-11-25T18:48:30.230Z | |
1655 | 2024-11-25T18:48:30.230Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1656 | 2024-11-25T18:48:30.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-11-25T18:48:30.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-11-25T18:48:30.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-11-25T18:48:30.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1660 | 2024-11-25T18:48:30.654Z | |
1661 | 2024-11-25T18:48:30.654Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1662 | 2024-11-25T18:48:31.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-11-25T18:48:31.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-11-25T18:48:31.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-11-25T18:48:31.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1666 | 2024-11-25T18:48:31.082Z | |
1667 | 2024-11-25T18:48:31.082Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1668 | 2024-11-25T18:48:31.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-11-25T18:48:31.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-11-25T18:48:31.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-11-25T18:48:31.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1672 | 2024-11-25T18:48:31.506Z | |
1673 | 2024-11-25T18:48:31.506Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1674 | 2024-11-25T18:48:31.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-11-25T18:48:31.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-11-25T18:48:31.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-11-25T18:48:31.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1678 | 2024-11-25T18:48:31.931Z | |
1679 | 2024-11-25T18:48:31.931Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1680 | 2024-11-25T18:48:32.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-11-25T18:48:32.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-11-25T18:48:32.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-11-25T18:48:32.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1684 | 2024-11-25T18:48:32.361Z | |
1685 | 2024-11-25T18:48:32.361Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1686 | 2024-11-25T18:48:32.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-11-25T18:48:32.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-11-25T18:48:32.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-11-25T18:48:32.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1690 | 2024-11-25T18:48:32.786Z | |
1691 | 2024-11-25T18:48:32.786Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1692 | 2024-11-25T18:48:33.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-11-25T18:48:33.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-11-25T18:48:33.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-11-25T18:48:33.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1696 | 2024-11-25T18:48:33.209Z | |
1697 | 2024-11-25T18:48:33.209Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1698 | 2024-11-25T18:48:33.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-11-25T18:48:33.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-11-25T18:48:33.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-11-25T18:48:33.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2024-11-25T18:48:33.632Z | |
1703 | 2024-11-25T18:48:33.632Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1704 | 2024-11-25T18:48:34.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-11-25T18:48:34.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-11-25T18:48:34.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-11-25T18:48:34.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1708 | 2024-11-25T18:48:34.054Z | |
1709 | 2024-11-25T18:48:34.054Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1710 | 2024-11-25T18:48:34.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-11-25T18:48:34.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-11-25T18:48:34.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-11-25T18:48:34.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1714 | 2024-11-25T18:48:34.472Z | |
1715 | 2024-11-25T18:48:34.472Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1716 | 2024-11-25T18:48:34.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-11-25T18:48:34.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-11-25T18:48:34.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-11-25T18:48:34.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1720 | 2024-11-25T18:48:34.899Z | |
1721 | 2024-11-25T18:48:34.899Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1722 | 2024-11-25T18:48:35.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-11-25T18:48:35.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-11-25T18:48:35.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-11-25T18:48:35.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1726 | 2024-11-25T18:48:35.327Z | |
1727 | 2024-11-25T18:48:35.327Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1728 | 2024-11-25T18:48:35.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-11-25T18:48:35.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-11-25T18:48:35.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-11-25T18:48:35.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1732 | 2024-11-25T18:48:35.751Z | |
1733 | 2024-11-25T18:48:35.751Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1734 | 2024-11-25T18:48:36.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-11-25T18:48:36.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-11-25T18:48:36.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-11-25T18:48:36.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1738 | 2024-11-25T18:48:36.172Z | |
1739 | 2024-11-25T18:48:36.172Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1740 | 2024-11-25T18:48:36.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-11-25T18:48:36.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-11-25T18:48:36.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-11-25T18:48:36.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1744 | 2024-11-25T18:48:36.596Z | |
1745 | 2024-11-25T18:48:36.596Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1746 | 2024-11-25T18:48:36.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-11-25T18:48:36.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-11-25T18:48:36.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-11-25T18:48:36.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1750 | 2024-11-25T18:48:37.023Z | |
1751 | 2024-11-25T18:48:37.023Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1752 | 2024-11-25T18:48:37.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-11-25T18:48:37.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-11-25T18:48:37.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-11-25T18:48:37.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1756 | 2024-11-25T18:48:37.445Z | |
1757 | 2024-11-25T18:48:37.445Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1758 | 2024-11-25T18:48:38.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-11-25T18:48:38.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-11-25T18:48:38.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-11-25T18:48:38.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1762 | 2024-11-25T18:48:38.082Z | |
1763 | 2024-11-25T18:48:38.082Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1764 | 2024-11-25T18:48:38.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-11-25T18:48:38.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-11-25T18:48:38.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-11-25T18:48:38.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1768 | 2024-11-25T18:48:38.714Z | |
1769 | 2024-11-25T18:48:38.714Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1770 | 2024-11-25T18:48:39.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-11-25T18:48:39.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-11-25T18:48:39.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-11-25T18:48:39.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1774 | 2024-11-25T18:48:39.345Z | |
1775 | 2024-11-25T18:48:39.345Z | info: running `cargo check --bins` on oxlog (28/173) |
1776 | 2024-11-25T18:48:39.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-11-25T18:48:39.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-11-25T18:48:39.974Z | Checking cfg-if v1.0.0 |
1779 | 2024-11-25T18:48:39.977Z | Checking libc v0.2.162 |
1780 | 2024-11-25T18:48:40.086Z | Checking serde v1.0.215 |
1781 | 2024-11-25T18:48:40.089Z | Checking zeroize v1.8.1 |
1782 | 2024-11-25T18:48:40.110Z | Checking memchr v2.7.4 |
1783 | 2024-11-25T18:48:40.120Z | Checking typenum v1.17.0 |
1784 | 2024-11-25T18:48:40.123Z | Checking scopeguard v1.2.0 |
1785 | 2024-11-25T18:48:40.143Z | Checking subtle v2.6.1 |
1786 | 2024-11-25T18:48:40.156Z | Checking value-bag v1.9.0 |
1787 | 2024-11-25T18:48:40.244Z | Checking lock_api v0.4.12 |
1788 | 2024-11-25T18:48:40.328Z | Checking itoa v1.0.11 |
1789 | 2024-11-25T18:48:40.391Z | Checking const-oid v0.9.6 |
1790 | 2024-11-25T18:48:40.523Z | Checking smallvec v1.13.2 |
1791 | 2024-11-25T18:48:40.564Z | Checking log v0.4.22 |
1792 | 2024-11-25T18:48:40.682Z | Checking pin-project-lite v0.2.14 |
1793 | 2024-11-25T18:48:40.809Z | Checking byteorder v1.5.0 |
1794 | 2024-11-25T18:48:40.899Z | Checking futures-core v0.3.31 |
1795 | 2024-11-25T18:48:40.923Z | Checking once_cell v1.20.2 |
1796 | 2024-11-25T18:48:41.064Z | Checking cpufeatures v0.2.14 |
1797 | 2024-11-25T18:48:41.081Z | Checking stable_deref_trait v1.2.0 |
1798 | 2024-11-25T18:48:41.158Z | Checking futures-sink v0.3.31 |
1799 | 2024-11-25T18:48:41.175Z | Checking spin v0.9.8 |
1800 | 2024-11-25T18:48:41.206Z | Checking zerocopy v0.7.35 |
1801 | 2024-11-25T18:48:41.223Z | Checking zerofrom v0.1.4 |
1802 | 2024-11-25T18:48:41.240Z | Checking getrandom v0.2.15 |
1803 | 2024-11-25T18:48:41.286Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-11-25T18:48:41.415Z | Checking generic-array v0.14.7 |
1805 | 2024-11-25T18:48:41.433Z | Checking parking_lot_core v0.9.10 |
1806 | 2024-11-25T18:48:41.450Z | Checking rand_core v0.6.4 |
1807 | 2024-11-25T18:48:41.504Z | Checking mio v1.0.2 |
1808 | 2024-11-25T18:48:41.533Z | Checking socket2 v0.5.7 |
1809 | 2024-11-25T18:48:41.763Z | Checking slab v0.4.9 |
1810 | 2024-11-25T18:48:41.777Z | Checking parking_lot v0.12.3 |
1811 | 2024-11-25T18:48:42.004Z | Checking yoke v0.7.4 |
1812 | 2024-11-25T18:48:42.022Z | Checking futures-channel v0.3.31 |
1813 | 2024-11-25T18:48:42.078Z | Checking foldhash v0.1.3 |
1814 | 2024-11-25T18:48:42.111Z | Checking allocator-api2 v0.2.18 |
1815 | 2024-11-25T18:48:42.199Z | Checking pin-utils v0.1.0 |
1816 | 2024-11-25T18:48:42.267Z | Checking futures-task v0.3.31 |
1817 | 2024-11-25T18:48:42.289Z | Checking equivalent v1.0.1 |
1818 | 2024-11-25T18:48:42.341Z | Checking futures-io v0.3.31 |
1819 | 2024-11-25T18:48:42.377Z | Checking zerovec v0.10.4 |
1820 | 2024-11-25T18:48:42.394Z | Checking tinyvec_macros v0.1.1 |
1821 | 2024-11-25T18:48:42.477Z | Checking ryu v1.0.18 |
1822 | 2024-11-25T18:48:42.493Z | Checking tinyvec v1.8.0 |
1823 | 2024-11-25T18:48:42.519Z | Checking futures-util v0.3.31 |
1824 | 2024-11-25T18:48:42.545Z | Checking crypto-common v0.1.6 |
1825 | 2024-11-25T18:48:42.596Z | Checking block-buffer v0.10.4 |
1826 | 2024-11-25T18:48:42.691Z | Checking block-padding v0.3.3 |
1827 | 2024-11-25T18:48:42.724Z | Checking fnv v1.0.7 |
1828 | 2024-11-25T18:48:42.740Z | Checking hashbrown v0.15.0 |
1829 | 2024-11-25T18:48:42.805Z | Checking digest v0.10.7 |
1830 | 2024-11-25T18:48:42.846Z | Checking libm v0.2.8 |
1831 | 2024-11-25T18:48:42.892Z | Checking inout v0.1.3 |
1832 | 2024-11-25T18:48:43.104Z | Checking cipher v0.4.4 |
1833 | 2024-11-25T18:48:43.176Z | Checking hmac v0.12.1 |
1834 | 2024-11-25T18:48:43.393Z | Checking sha2 v0.10.8 |
1835 | 2024-11-25T18:48:43.488Z | Checking litemap v0.7.3 |
1836 | 2024-11-25T18:48:43.700Z | Checking base64ct v1.6.0 |
1837 | 2024-11-25T18:48:43.790Z | Checking unicode-normalization v0.1.24 |
1838 | 2024-11-25T18:48:43.834Z | Checking writeable v0.5.5 |
1839 | 2024-11-25T18:48:43.878Z | Checking unicode-bidi v0.3.17 |
1840 | 2024-11-25T18:48:43.957Z | Checking num-traits v0.2.19 |
1841 | 2024-11-25T18:48:44.008Z | Checking tinystr v0.7.6 |
1842 | 2024-11-25T18:48:44.142Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-11-25T18:48:44.145Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-11-25T18:48:44.412Z | Checking flagset v0.4.6 |
1845 | 2024-11-25T18:48:44.427Z | Checking icu_locid v1.5.0 |
1846 | 2024-11-25T18:48:44.497Z | Checking tracing-core v0.1.32 |
1847 | 2024-11-25T18:48:44.595Z | Checking der v0.7.9 |
1848 | 2024-11-25T18:48:44.703Z | Checking thiserror v1.0.69 |
1849 | 2024-11-25T18:48:44.843Z | Checking icu_locid_transform_data v1.5.0 |
1850 | 2024-11-25T18:48:44.925Z | Checking rand_chacha v0.3.1 |
1851 | 2024-11-25T18:48:44.944Z | Checking percent-encoding v2.3.1 |
1852 | 2024-11-25T18:48:45.156Z | Checking rustls-pki-types v1.9.0 |
1853 | 2024-11-25T18:48:45.172Z | Checking tracing v0.1.40 |
1854 | 2024-11-25T18:48:45.185Z | Checking bytes v1.8.0 |
1855 | 2024-11-25T18:48:45.323Z | Checking indexmap v2.6.0 |
1856 | 2024-11-25T18:48:45.442Z | Checking serde_json v1.0.132 |
1857 | 2024-11-25T18:48:45.515Z | Checking icu_provider v1.5.0 |
1858 | 2024-11-25T18:48:45.615Z | Checking bitflags v2.6.0 |
1859 | 2024-11-25T18:48:45.712Z | Checking rand v0.8.5 |
1860 | 2024-11-25T18:48:45.906Z | Checking icu_collections v1.5.0 |
1861 | 2024-11-25T18:48:46.029Z | Checking tokio v1.40.0 |
1862 | 2024-11-25T18:48:46.160Z | Checking http v1.1.0 |
1863 | 2024-11-25T18:48:46.456Z | Checking spki v0.7.3 |
1864 | 2024-11-25T18:48:46.553Z | Checking icu_locid_transform v1.5.0 |
1865 | 2024-11-25T18:48:46.608Z | Checking salsa20 v0.10.2 |
1866 | 2024-11-25T18:48:46.749Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-11-25T18:48:46.832Z | Checking aws-lc-sys v0.22.0 |
1868 | 2024-11-25T18:48:46.908Z | Checking httparse v1.9.5 |
1869 | 2024-11-25T18:48:47.030Z | Checking untrusted v0.9.0 |
1870 | 2024-11-25T18:48:47.190Z | Checking untrusted v0.7.1 |
1871 | 2024-11-25T18:48:47.227Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-11-25T18:48:47.341Z | Checking powerfmt v0.2.0 |
1873 | 2024-11-25T18:48:47.354Z | Checking icu_properties_data v1.5.0 |
1874 | 2024-11-25T18:48:47.393Z | Checking ring v0.17.8 |
1875 | 2024-11-25T18:48:47.478Z | Checking scrypt v0.11.0 |
1876 | 2024-11-25T18:48:47.525Z | Checking aes v0.8.4 |
1877 | 2024-11-25T18:48:47.577Z | Checking icu_properties v1.5.1 |
1878 | 2024-11-25T18:48:47.615Z | Checking deranged v0.3.11 |
1879 | 2024-11-25T18:48:47.633Z | Checking cbc v0.1.2 |
1880 | 2024-11-25T18:48:47.688Z | Checking crossbeam-utils v0.8.20 |
1881 | 2024-11-25T18:48:47.837Z | Checking write16 v1.0.0 |
1882 | 2024-11-25T18:48:47.964Z | Checking time-core v0.1.2 |
1883 | 2024-11-25T18:48:48.114Z | Checking num-conv v0.1.0 |
1884 | 2024-11-25T18:48:48.375Z | Checking utf8_iter v1.0.4 |
1885 | 2024-11-25T18:48:48.391Z | Checking atomic-waker v1.1.2 |
1886 | 2024-11-25T18:48:48.412Z | Checking utf16_iter v1.0.5 |
1887 | 2024-11-25T18:48:48.520Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-11-25T18:48:48.570Z | Checking num_threads v0.1.7 |
1889 | 2024-11-25T18:48:48.585Z | Checking pkcs5 v0.7.1 |
1890 | 2024-11-25T18:48:48.617Z | Checking http-body v1.0.1 |
1891 | 2024-11-25T18:48:48.686Z | Checking form_urlencoded v1.2.1 |
1892 | 2024-11-25T18:48:48.821Z | Checking try-lock v0.2.5 |
1893 | 2024-11-25T18:48:48.891Z | Checking httpdate v1.0.3 |
1894 | 2024-11-25T18:48:48.944Z | Checking want v0.3.1 |
1895 | 2024-11-25T18:48:49.088Z | Checking pkcs8 v0.10.2 |
1896 | 2024-11-25T18:48:49.124Z | Checking unicode-ident v1.0.13 |
1897 | 2024-11-25T18:48:49.144Z | Checking toml_datetime v0.6.8 |
1898 | 2024-11-25T18:48:49.204Z | Checking uuid v1.11.0 |
1899 | 2024-11-25T18:48:49.282Z | Checking proc-macro2 v1.0.89 |
1900 | 2024-11-25T18:48:49.359Z | Checking aws-lc-rs v1.10.0 |
1901 | 2024-11-25T18:48:49.397Z | Checking serde_spanned v0.6.8 |
1902 | 2024-11-25T18:48:49.410Z | Checking time v0.3.36 |
1903 | 2024-11-25T18:48:49.432Z | Checking slog v2.7.0 |
1904 | 2024-11-25T18:48:49.572Z | Checking scroll v0.12.0 |
1905 | 2024-11-25T18:48:49.829Z | Checking base64 v0.22.1 |
1906 | 2024-11-25T18:48:49.915Z | Checking tower-service v0.3.3 |
1907 | 2024-11-25T18:48:49.960Z | Checking iana-time-zone v0.1.61 |
1908 | 2024-11-25T18:48:50.037Z | Checking plain v0.2.3 |
1909 | 2024-11-25T18:48:50.039Z | Checking match_cfg v0.1.0 |
1910 | 2024-11-25T18:48:50.098Z | Checking adler2 v2.0.0 |
1911 | 2024-11-25T18:48:50.130Z | Checking foreign-types-shared v0.1.1 |
1912 | 2024-11-25T18:48:50.184Z | Checking ucd-trie v0.1.7 |
1913 | 2024-11-25T18:48:50.235Z | Checking foreign-types v0.3.2 |
1914 | 2024-11-25T18:48:50.250Z | Checking miniz_oxide v0.8.0 |
1915 | 2024-11-25T18:48:50.294Z | Checking goblin v0.8.2 |
1916 | 2024-11-25T18:48:50.325Z | Checking hostname v0.3.1 |
1917 | 2024-11-25T18:48:50.373Z | Checking pest v2.7.14 |
1918 | 2024-11-25T18:48:50.453Z | Checking chrono v0.4.38 |
1919 | 2024-11-25T18:48:50.889Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-11-25T18:48:50.959Z | Checking quote v1.0.37 |
1921 | 2024-11-25T18:48:51.194Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-11-25T18:48:51.316Z | Checking openssl-sys v0.9.103 |
1923 | 2024-11-25T18:48:51.660Z | Checking idna_adapter v1.2.0 |
1924 | 2024-11-25T18:48:51.876Z | Checking idna v1.0.3 |
1925 | 2024-11-25T18:48:52.011Z | Checking dirs-sys-next v0.1.2 |
1926 | 2024-11-25T18:48:52.028Z | Checking errno v0.3.9 |
1927 | 2024-11-25T18:48:52.193Z | Checking aho-corasick v1.1.3 |
1928 | 2024-11-25T18:48:52.207Z | Checking pretty-hex v0.4.1 |
1929 | 2024-11-25T18:48:52.351Z | Checking url v2.5.3 |
1930 | 2024-11-25T18:48:52.376Z | Checking data-encoding v2.6.0 |
1931 | 2024-11-25T18:48:52.493Z | Checking regex-syntax v0.8.5 |
1932 | 2024-11-25T18:48:52.584Z | Checking siphasher v0.3.11 |
1933 | 2024-11-25T18:48:52.844Z | Checking dtrace-parser v0.2.0 |
1934 | 2024-11-25T18:48:52.899Z | Checking openssl v0.10.66 |
1935 | 2024-11-25T18:48:53.013Z | Checking rustix v0.38.37 |
1936 | 2024-11-25T18:48:53.175Z | Checking dirs-next v2.0.0 |
1937 | 2024-11-25T18:48:53.287Z | Checking tokio-util v0.7.12 |
1938 | 2024-11-25T18:48:53.290Z | Checking syn v2.0.87 |
1939 | 2024-11-25T18:48:53.318Z | Checking http-body-util v0.1.2 |
1940 | 2024-11-25T18:48:53.766Z | Checking crossbeam-epoch v0.9.18 |
1941 | 2024-11-25T18:48:53.820Z | Checking signature v2.2.0 |
1942 | 2024-11-25T18:48:54.013Z | Checking sha1 v0.10.6 |
1943 | 2024-11-25T18:48:54.173Z | Checking h2 v0.4.6 |
1944 | 2024-11-25T18:48:54.188Z | Checking lazy_static v1.5.0 |
1945 | 2024-11-25T18:48:54.307Z | Checking thread-id v4.2.2 |
1946 | 2024-11-25T18:48:54.341Z | Checking thread_local v1.1.8 |
1947 | 2024-11-25T18:48:54.405Z | Checking encoding_rs v0.8.34 |
1948 | 2024-11-25T18:48:54.613Z | Checking either v1.13.0 |
1949 | 2024-11-25T18:48:55.013Z | Checking unicode-properties v0.1.3 |
1950 | 2024-11-25T18:48:55.265Z | Checking dof v0.3.0 |
1951 | 2024-11-25T18:48:55.355Z | Checking anstyle v1.0.10 |
1952 | 2024-11-25T18:48:55.683Z | Checking gimli v0.31.1 |
1953 | 2024-11-25T18:48:55.735Z | Checking regex-automata v0.4.8 |
1954 | 2024-11-25T18:48:55.892Z | Checking winnow v0.6.20 |
1955 | 2024-11-25T18:48:56.444Z | Checking openssl-probe v0.1.5 |
1956 | 2024-11-25T18:48:56.601Z | Checking ipnet v2.10.1 |
1957 | 2024-11-25T18:48:56.679Z | Checking utf8parse v0.2.2 |
1958 | 2024-11-25T18:48:56.833Z | Checking mime v0.3.17 |
1959 | 2024-11-25T18:48:57.070Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-11-25T18:48:57.166Z | Checking stringprep v0.1.5 |
1961 | 2024-11-25T18:48:57.348Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-11-25T18:48:57.450Z | Checking term v0.7.0 |
1963 | 2024-11-25T18:48:57.673Z | Checking rustls v0.23.14 |
1964 | 2024-11-25T18:48:57.862Z | Checking rustls v0.22.4 |
1965 | 2024-11-25T18:48:58.314Z | Checking native-tls v0.2.12 |
1966 | 2024-11-25T18:48:58.622Z | Checking slog-json v2.6.1 |
1967 | 2024-11-25T18:48:58.881Z | Checking serde_urlencoded v0.7.1 |
1968 | 2024-11-25T18:48:58.897Z | Checking toml_edit v0.22.22 |
1969 | 2024-11-25T18:48:59.301Z | Checking crossbeam-channel v0.5.13 |
1970 | 2024-11-25T18:48:59.731Z | Checking usdt-impl v0.5.0 |
1971 | 2024-11-25T18:48:59.748Z | Checking addr2line v0.24.2 |
1972 | 2024-11-25T18:49:00.022Z | Checking futures-executor v0.3.31 |
1973 | 2024-11-25T18:49:00.246Z | Checking rustls-pemfile v2.2.0 |
1974 | 2024-11-25T18:49:00.249Z | Checking num-integer v0.1.46 |
1975 | 2024-11-25T18:49:00.275Z | Checking idna v0.3.0 |
1976 | 2024-11-25T18:49:00.278Z | Checking hyper v1.5.0 |
1977 | 2024-11-25T18:49:00.338Z | Checking idna v0.4.0 |
1978 | 2024-11-25T18:49:00.462Z | Checking md-5 v0.10.6 |
1979 | 2024-11-25T18:49:00.688Z | Checking ff v0.13.0 |
1980 | 2024-11-25T18:49:00.731Z | Checking memmap v0.7.0 |
1981 | 2024-11-25T18:49:00.888Z | Checking is-terminal v0.4.13 |
1982 | 2024-11-25T18:49:00.927Z | Checking hash32 v0.2.1 |
1983 | 2024-11-25T18:49:01.012Z | Checking object v0.36.5 |
1984 | 2024-11-25T18:49:01.094Z | Checking is_terminal_polyfill v1.70.1 |
1985 | 2024-11-25T18:49:01.209Z | Checking anstyle-query v1.1.1 |
1986 | 2024-11-25T18:49:01.224Z | Checking take_mut v0.2.2 |
1987 | 2024-11-25T18:49:01.226Z | Checking colorchoice v1.0.2 |
1988 | 2024-11-25T18:49:01.328Z | Checking utf-8 v0.7.6 |
1989 | 2024-11-25T18:49:01.365Z | Checking fallible-iterator v0.2.0 |
1990 | 2024-11-25T18:49:01.365Z | Checking quick-error v1.2.3 |
1991 | 2024-11-25T18:49:01.409Z | Checking psl-types v2.0.11 |
1992 | 2024-11-25T18:49:01.494Z | Checking base16ct v0.2.0 |
1993 | 2024-11-25T18:49:01.511Z | Checking dyn-clone v1.0.17 |
1994 | 2024-11-25T18:49:01.525Z | Checking linked-hash-map v0.5.6 |
1995 | 2024-11-25T18:49:01.579Z | Checking rustc-demangle v0.1.24 |
1996 | 2024-11-25T18:49:01.648Z | Checking schemars v0.8.21 |
1997 | 2024-11-25T18:49:01.672Z | Checking sec1 v0.7.3 |
1998 | 2024-11-25T18:49:01.840Z | Checking lru-cache v0.1.2 |
1999 | 2024-11-25T18:49:01.966Z | Checking postgres-protocol v0.6.7 |
2000 | 2024-11-25T18:49:01.997Z | Checking publicsuffix v2.2.3 |
2001 | 2024-11-25T18:49:02.028Z | Checking tungstenite v0.24.0 |
2002 | 2024-11-25T18:49:02.042Z | Checking resolv-conf v0.7.0 |
2003 | 2024-11-25T18:49:02.224Z | Checking tokio-rustls v0.25.0 |
2004 | 2024-11-25T18:49:02.279Z | Checking hyper-util v0.1.10 |
2005 | 2024-11-25T18:49:02.383Z | Checking toml v0.8.19 |
2006 | 2024-11-25T18:49:02.591Z | Checking anstream v0.6.15 |
2007 | 2024-11-25T18:49:02.615Z | Checking slog-async v2.8.0 |
2008 | 2024-11-25T18:49:02.890Z | Checking heapless v0.7.17 |
2009 | 2024-11-25T18:49:02.937Z | Checking hickory-proto v0.24.1 |
2010 | 2024-11-25T18:49:02.951Z | Checking slog-term v2.9.1 |
2011 | 2024-11-25T18:49:03.100Z | Checking usdt v0.5.0 |
2012 | 2024-11-25T18:49:03.152Z | Checking tokio-rustls v0.26.0 |
2013 | 2024-11-25T18:49:03.273Z | Checking group v0.13.0 |
2014 | 2024-11-25T18:49:03.350Z | Checking num-iter v0.1.45 |
2015 | 2024-11-25T18:49:03.447Z | Checking futures v0.3.31 |
2016 | 2024-11-25T18:49:03.527Z | Checking slog-bunyan v2.5.0 |
2017 | 2024-11-25T18:49:03.542Z | Checking tokio-native-tls v0.3.1 |
2018 | 2024-11-25T18:49:03.561Z | Checking rayon-core v1.12.1 |
2019 | 2024-11-25T18:49:03.575Z | Checking multer v3.1.0 |
2020 | 2024-11-25T18:49:03.679Z | Checking terminal_size v0.4.0 |
2021 | 2024-11-25T18:49:03.790Z | Checking phf_shared v0.11.2 |
2022 | 2024-11-25T18:49:03.850Z | Checking cookie v0.18.1 |
2023 | 2024-11-25T18:49:03.932Z | Checking async-stream v0.3.6 |
2024 | 2024-11-25T18:49:03.947Z | Checking bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-11-25T18:49:04.061Z | Checking camino v1.1.9 |
2026 | 2024-11-25T18:49:04.064Z | Checking signal-hook v0.3.17 |
2027 | 2024-11-25T18:49:04.120Z | Checking waitgroup v0.1.2 |
2028 | 2024-11-25T18:49:04.218Z | Checking openapiv3 v2.0.0 |
2029 | 2024-11-25T18:49:04.244Z | Checking webpki-roots v0.26.6 |
2030 | 2024-11-25T18:49:04.259Z | Checking serde_path_to_error v0.1.16 |
2031 | 2024-11-25T18:49:04.330Z | Checking idna v0.5.0 |
2032 | 2024-11-25T18:49:04.416Z | Checking hkdf v0.12.4 |
2033 | 2024-11-25T18:49:04.449Z | Checking crypto-bigint v0.5.5 |
2034 | 2024-11-25T18:49:04.616Z | Checking hostname v0.4.0 |
2035 | 2024-11-25T18:49:04.618Z | Checking crc32fast v1.4.2 |
2036 | 2024-11-25T18:49:04.753Z | Checking managed v0.8.0 |
2037 | 2024-11-25T18:49:04.860Z | Checking winnow v0.5.40 |
2038 | 2024-11-25T18:49:04.885Z | Checking clap_lex v0.7.2 |
2039 | 2024-11-25T18:49:05.130Z | Checking unicode-width v0.1.14 |
2040 | 2024-11-25T18:49:05.132Z | Checking debug-ignore v1.0.5 |
2041 | 2024-11-25T18:49:05.191Z | Checking bitflags v1.3.2 |
2042 | 2024-11-25T18:49:05.277Z | Checking strsim v0.11.1 |
2043 | 2024-11-25T18:49:05.294Z | Checking smoltcp v0.9.1 |
2044 | 2024-11-25T18:49:05.552Z | Checking clap_builder v4.5.21 |
2045 | 2024-11-25T18:49:05.607Z | Checking console v0.15.8 |
2046 | 2024-11-25T18:49:06.222Z | Checking cookie_store v0.21.0 |
2047 | 2024-11-25T18:49:06.728Z | Checking flate2 v1.0.34 |
2048 | 2024-11-25T18:49:06.935Z | Checking hyper-rustls v0.27.3 |
2049 | 2024-11-25T18:49:07.270Z | Checking elliptic-curve v0.13.8 |
2050 | 2024-11-25T18:49:07.284Z | Checking signal-hook-mio v0.2.4 |
2051 | 2024-11-25T18:49:07.361Z | Checking hyper-tls v0.6.0 |
2052 | 2024-11-25T18:49:07.380Z | Checking backtrace v0.3.74 |
2053 | 2024-11-25T18:49:07.413Z | Checking rayon v1.10.0 |
2054 | 2024-11-25T18:49:07.630Z | Checking bzip2 v0.4.4 |
2055 | 2024-11-25T18:49:07.729Z | Checking hickory-resolver v0.24.1 |
2056 | 2024-11-25T18:49:07.766Z | Checking dropshot v0.12.0 |
2057 | 2024-11-25T18:49:07.862Z | Checking toml_edit v0.19.15 |
2058 | 2024-11-25T18:49:07.882Z | Checking phf v0.11.2 |
2059 | 2024-11-25T18:49:07.903Z | Checking num-bigint-dig v0.8.4 |
2060 | 2024-11-25T18:49:07.918Z | Checking anyhow v1.0.93 |
2061 | 2024-11-25T18:49:08.136Z | Checking tokio-tungstenite v0.24.0 |
2062 | 2024-11-25T18:49:08.301Z | Checking postgres-types v0.2.8 |
2063 | 2024-11-25T18:49:08.520Z | Checking bstr v1.10.0 |
2064 | 2024-11-25T18:49:08.600Z | Checking regex v1.11.1 |
2065 | 2024-11-25T18:49:09.020Z | Checking tokio-stream v0.1.16 |
2066 | 2024-11-25T18:49:09.262Z | Checking ed25519 v2.2.3 |
2067 | 2024-11-25T18:49:09.319Z | Checking phf_shared v0.10.0 |
2068 | 2024-11-25T18:49:09.509Z | Checking zerocopy v0.6.6 |
2069 | 2024-11-25T18:49:09.574Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-11-25T18:49:09.605Z | Checking pkcs1 v0.7.5 |
2071 | 2024-11-25T18:49:09.858Z | Checking hubpack v0.1.2 |
2072 | 2024-11-25T18:49:09.996Z | Checking portable-atomic v1.9.0 |
2073 | 2024-11-25T18:49:10.038Z | Checking float-cmp v0.9.0 |
2074 | 2024-11-25T18:49:10.184Z | Checking serde-big-array v0.5.1 |
2075 | 2024-11-25T18:49:10.226Z | Checking rfc6979 v0.4.0 |
2076 | 2024-11-25T18:49:10.248Z | Checking sync_wrapper v1.0.1 |
2077 | 2024-11-25T18:49:10.313Z | Checking normalize-line-endings v0.3.0 |
2078 | 2024-11-25T18:49:10.378Z | Checking unicode-width v0.2.0 |
2079 | 2024-11-25T18:49:10.406Z | Checking whoami v1.5.2 |
2080 | 2024-11-25T18:49:10.409Z | Checking new_debug_unreachable v1.0.6 |
2081 | 2024-11-25T18:49:10.433Z | Checking static_assertions v1.1.0 |
2082 | 2024-11-25T18:49:10.502Z | Checking precomputed-hash v0.1.1 |
2083 | 2024-11-25T18:49:10.519Z | Checking number_prefix v0.4.0 |
2084 | 2024-11-25T18:49:10.604Z | Checking fixedbitset v0.4.2 |
2085 | 2024-11-25T18:49:10.687Z | Checking predicates-core v1.0.8 |
2086 | 2024-11-25T18:49:10.705Z | Checking bit-vec v0.6.3 |
2087 | 2024-11-25T18:49:10.844Z | Checking difflib v0.4.0 |
2088 | 2024-11-25T18:49:10.873Z | Checking unicode-segmentation v1.12.0 |
2089 | 2024-11-25T18:49:10.877Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-11-25T18:49:11.021Z | Checking petgraph v0.6.5 |
2091 | 2024-11-25T18:49:11.037Z | Checking bit-set v0.5.3 |
2092 | 2024-11-25T18:49:11.152Z | Checking predicates v3.1.2 |
2093 | 2024-11-25T18:49:11.251Z | Checking nom v7.1.3 |
2094 | 2024-11-25T18:49:11.267Z | Checking indicatif v0.17.9 |
2095 | 2024-11-25T18:49:11.280Z | Checking tokio-postgres v0.7.12 |
2096 | 2024-11-25T18:49:11.392Z | Checking ed25519-dalek v2.1.1 |
2097 | 2024-11-25T18:49:11.410Z | Checking qorb v0.2.0 |
2098 | 2024-11-25T18:49:11.564Z | Checking similar v2.6.0 |
2099 | 2024-11-25T18:49:11.788Z | Checking string_cache v0.8.7 |
2100 | 2024-11-25T18:49:11.802Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2101 | 2024-11-25T18:49:12.037Z | Checking ecdsa v0.16.9 |
2102 | 2024-11-25T18:49:12.053Z | Checking reqwest v0.12.9 |
2103 | 2024-11-25T18:49:12.407Z | Checking toml v0.7.8 |
2104 | 2024-11-25T18:49:12.759Z | Checking rsa v0.9.6 |
2105 | 2024-11-25T18:49:13.148Z | Checking clap v4.5.21 |
2106 | 2024-11-25T18:49:13.271Z | Checking zip v0.6.6 |
2107 | 2024-11-25T18:49:13.858Z | Checking crossterm v0.28.1 |
2108 | 2024-11-25T18:49:13.923Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2109 | 2024-11-25T18:49:13.938Z | Checking itertools v0.12.1 |
2110 | 2024-11-25T18:49:13.952Z | Checking itertools v0.10.5 |
2111 | 2024-11-25T18:49:13.967Z | Checking fs-err v2.11.0 |
2112 | 2024-11-25T18:49:14.089Z | Checking ahash v0.8.11 |
2113 | 2024-11-25T18:49:14.349Z | Checking x509-cert v0.2.5 |
2114 | 2024-11-25T18:49:14.373Z | Checking hex v0.4.3 |
2115 | 2024-11-25T18:49:14.541Z | Checking semver v1.0.23 |
2116 | 2024-11-25T18:49:14.659Z | Checking lalrpop-util v0.19.12 |
2117 | 2024-11-25T18:49:14.898Z | Checking peg-runtime v0.8.3 |
2118 | 2024-11-25T18:49:14.953Z | Checking sigpipe v0.1.3 |
2119 | 2024-11-25T18:49:16.613Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2024-11-25T18:49:16.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.56s |
2121 | 2024-11-25T18:49:17.077Z | |
2122 | 2024-11-25T18:49:17.077Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2123 | 2024-11-25T18:49:17.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-11-25T18:49:17.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-11-25T18:49:17.744Z | Compiling hashbrown v0.14.5 |
2126 | 2024-11-25T18:49:17.866Z | Checking heck v0.5.0 |
2127 | 2024-11-25T18:49:17.886Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2024-11-25T18:49:17.897Z | Compiling ident_case v1.0.1 |
2129 | 2024-11-25T18:49:17.907Z | Checking progenitor-client v0.8.0 |
2130 | 2024-11-25T18:49:17.921Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2024-11-25T18:49:17.937Z | Compiling proc-macro-crate v1.3.1 |
2132 | 2024-11-25T18:49:18.020Z | Compiling darling_core v0.20.10 |
2133 | 2024-11-25T18:49:18.053Z | Checking ipnetwork v0.20.0 |
2134 | 2024-11-25T18:49:18.247Z | Compiling structmeta-derive v0.3.0 |
2135 | 2024-11-25T18:49:18.268Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2136 | 2024-11-25T18:49:18.401Z | Compiling newtype-uuid v1.1.3 |
2137 | 2024-11-25T18:49:18.576Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-11-25T18:49:18.712Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-11-25T18:49:18.924Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2024-11-25T18:49:19.026Z | Compiling num_enum_derive v0.5.11 |
2141 | 2024-11-25T18:49:19.028Z | Checking regress v0.10.1 |
2142 | 2024-11-25T18:49:19.498Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2024-11-25T18:49:19.776Z | Compiling dropshot v0.13.0 |
2144 | 2024-11-25T18:49:20.053Z | Checking arc-swap v1.7.1 |
2145 | 2024-11-25T18:49:20.242Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-11-25T18:49:20.353Z | Checking foreign-types v0.5.0 |
2147 | 2024-11-25T18:49:20.479Z | Checking slog-scope v4.4.0 |
2148 | 2024-11-25T18:49:20.567Z | Compiling proc-macro-error v1.0.4 |
2149 | 2024-11-25T18:49:21.192Z | Compiling structmeta v0.3.0 |
2150 | 2024-11-25T18:49:21.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2151 | 2024-11-25T18:49:21.245Z | Checking tungstenite v0.21.0 |
2152 | 2024-11-25T18:49:21.310Z | Compiling heck v0.3.3 |
2153 | 2024-11-25T18:49:21.576Z | Checking num_enum v0.5.11 |
2154 | 2024-11-25T18:49:21.639Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-11-25T18:49:21.729Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2024-11-25T18:49:21.749Z | Compiling dropshot_endpoint v0.13.0 |
2157 | 2024-11-25T18:49:22.203Z | Checking cstr-argument v0.1.2 |
2158 | 2024-11-25T18:49:22.375Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2024-11-25T18:49:22.562Z | Checking instant v0.1.13 |
2160 | 2024-11-25T18:49:22.585Z | Checking typify-impl v0.2.0 |
2161 | 2024-11-25T18:49:22.677Z | Checking pretty-hex v0.2.1 |
2162 | 2024-11-25T18:49:23.131Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2163 | 2024-11-25T18:49:23.404Z | Checking fastrand v2.1.1 |
2164 | 2024-11-25T18:49:23.729Z | Checking base64 v0.21.7 |
2165 | 2024-11-25T18:49:23.731Z | Checking tempfile v3.13.0 |
2166 | 2024-11-25T18:49:24.142Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-11-25T18:49:24.193Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2168 | 2024-11-25T18:49:24.275Z | Checking backoff v0.4.0 |
2169 | 2024-11-25T18:49:24.313Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2170 | 2024-11-25T18:49:24.465Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2171 | 2024-11-25T18:49:24.479Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2024-11-25T18:49:24.583Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-11-25T18:49:24.783Z | Checking strum v0.26.3 |
2174 | 2024-11-25T18:49:24.944Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2024-11-25T18:49:24.996Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-11-25T18:49:25.039Z | Compiling darling_macro v0.20.10 |
2177 | 2024-11-25T18:49:25.067Z | Checking slog-stdlog v4.1.1 |
2178 | 2024-11-25T18:49:25.237Z | Checking regress v0.9.1 |
2179 | 2024-11-25T18:49:25.381Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-11-25T18:49:25.528Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2024-11-25T18:49:25.679Z | Checking colored v2.1.0 |
2182 | 2024-11-25T18:49:25.811Z | Checking macaddr v1.0.1 |
2183 | 2024-11-25T18:49:25.930Z | Compiling darling v0.20.10 |
2184 | 2024-11-25T18:49:25.972Z | Checking base64 v0.13.1 |
2185 | 2024-11-25T18:49:26.043Z | Compiling serde_with_macros v3.11.0 |
2186 | 2024-11-25T18:49:26.063Z | Checking zone v0.1.8 |
2187 | 2024-11-25T18:49:26.231Z | Checking parse-display v0.10.0 |
2188 | 2024-11-25T18:49:26.363Z | Checking ron v0.7.1 |
2189 | 2024-11-25T18:49:26.467Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2190 | 2024-11-25T18:49:26.681Z | Checking xz2 v0.1.7 |
2191 | 2024-11-25T18:49:26.956Z | Checking slog-envlogger v2.2.0 |
2192 | 2024-11-25T18:49:26.992Z | Checking tabwriter v1.4.0 |
2193 | 2024-11-25T18:49:27.176Z | Checking xattr v1.3.1 |
2194 | 2024-11-25T18:49:27.237Z | Checking pem v3.0.4 |
2195 | 2024-11-25T18:49:27.367Z | Checking yasna v0.5.2 |
2196 | 2024-11-25T18:49:27.438Z | Checking headers-core v0.3.0 |
2197 | 2024-11-25T18:49:27.501Z | Checking smf v0.2.3 |
2198 | 2024-11-25T18:49:27.580Z | Checking filetime v0.2.25 |
2199 | 2024-11-25T18:49:27.782Z | Checking same-file v1.0.6 |
2200 | 2024-11-25T18:49:27.952Z | Checking tar v0.4.42 |
2201 | 2024-11-25T18:49:27.955Z | Checking walkdir v2.5.0 |
2202 | 2024-11-25T18:49:28.074Z | Checking headers v0.4.0 |
2203 | 2024-11-25T18:49:28.228Z | Checking camino-tempfile v1.1.1 |
2204 | 2024-11-25T18:49:28.250Z | Checking rcgen v0.12.1 |
2205 | 2024-11-25T18:49:28.492Z | Checking atomicwrites v0.4.4 |
2206 | 2024-11-25T18:49:28.681Z | Checking subprocess v0.2.9 |
2207 | 2024-11-25T18:49:28.945Z | Checking serde_with v3.11.0 |
2208 | 2024-11-25T18:49:32.860Z | Compiling typify-macro v0.2.0 |
2209 | 2024-11-25T18:49:34.709Z | Compiling typify v0.2.0 |
2210 | 2024-11-25T18:49:34.777Z | Compiling progenitor-impl v0.8.0 |
2211 | 2024-11-25T18:49:37.879Z | Compiling progenitor-macro v0.8.0 |
2212 | 2024-11-25T18:49:43.108Z | Checking progenitor v0.8.0 |
2213 | 2024-11-25T18:49:43.258Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2024-11-25T18:49:43.261Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2215 | 2024-11-25T18:49:45.927Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2216 | 2024-11-25T18:49:46.237Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2024-11-25T18:49:52.648Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-11-25T18:49:54.208Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-11-25T18:49:55.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.35s |
2220 | 2024-11-25T18:49:55.618Z | |
2221 | 2024-11-25T18:49:55.618Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2222 | 2024-11-25T18:49:56.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-11-25T18:49:56.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-11-25T18:49:56.283Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-11-25T18:49:57.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
2226 | 2024-11-25T18:49:57.857Z | |
2227 | 2024-11-25T18:49:57.858Z | info: running `cargo check --bins` on nexus-config (31/173) |
2228 | 2024-11-25T18:49:58.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-11-25T18:49:58.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-11-25T18:49:58.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-11-25T18:49:58.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2232 | 2024-11-25T18:49:58.490Z | |
2233 | 2024-11-25T18:49:58.490Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2234 | 2024-11-25T18:49:59.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-11-25T18:49:59.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-11-25T18:49:59.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-11-25T18:49:59.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2238 | 2024-11-25T18:49:59.105Z | |
2239 | 2024-11-25T18:49:59.105Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2240 | 2024-11-25T18:49:59.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-11-25T18:49:59.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-11-25T18:49:59.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-11-25T18:49:59.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2244 | 2024-11-25T18:49:59.740Z | |
2245 | 2024-11-25T18:49:59.741Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2246 | 2024-11-25T18:50:00.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-11-25T18:50:00.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-11-25T18:50:00.435Z | Compiling zerocopy v0.8.10 |
2249 | 2024-11-25T18:50:00.435Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-11-25T18:50:00.435Z | Compiling itertools v0.13.0 |
2251 | 2024-11-25T18:50:00.438Z | Compiling zerocopy-derive v0.8.10 |
2252 | 2024-11-25T18:50:00.438Z | Compiling heapless v0.8.0 |
2253 | 2024-11-25T18:50:00.438Z | Compiling newtype-uuid v1.1.3 |
2254 | 2024-11-25T18:50:00.438Z | Compiling ipnetwork v0.20.0 |
2255 | 2024-11-25T18:50:00.438Z | Checking hash32 v0.3.1 |
2256 | 2024-11-25T18:50:00.770Z | Compiling instant v0.1.13 |
2257 | 2024-11-25T18:50:00.875Z | Compiling smoltcp v0.11.0 |
2258 | 2024-11-25T18:50:00.926Z | Compiling progenitor v0.8.0 |
2259 | 2024-11-25T18:50:01.026Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2260 | 2024-11-25T18:50:01.184Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2261 | 2024-11-25T18:50:01.424Z | Compiling backoff v0.4.0 |
2262 | 2024-11-25T18:50:01.528Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-11-25T18:50:01.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-11-25T18:50:01.767Z | Compiling dropshot v0.13.0 |
2265 | 2024-11-25T18:50:01.799Z | Compiling serde_with v3.11.0 |
2266 | 2024-11-25T18:50:01.814Z | Compiling parse-display v0.10.0 |
2267 | 2024-11-25T18:50:01.877Z | Checking num-rational v0.4.2 |
2268 | 2024-11-25T18:50:02.313Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2269 | 2024-11-25T18:50:02.505Z | Compiling regress v0.9.1 |
2270 | 2024-11-25T18:50:02.539Z | Compiling phf_generator v0.11.2 |
2271 | 2024-11-25T18:50:02.727Z | Checking num-complex v0.4.6 |
2272 | 2024-11-25T18:50:03.773Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2273 | 2024-11-25T18:50:04.197Z | Compiling macaddr v1.0.1 |
2274 | 2024-11-25T18:50:04.664Z | Checking cobs v0.2.3 |
2275 | 2024-11-25T18:50:04.711Z | Compiling num v0.4.3 |
2276 | 2024-11-25T18:50:04.839Z | Checking postcard v1.0.10 |
2277 | 2024-11-25T18:50:04.928Z | Compiling phf_codegen v0.11.2 |
2278 | 2024-11-25T18:50:05.403Z | Compiling parse-zoneinfo v0.3.1 |
2279 | 2024-11-25T18:50:05.967Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2280 | 2024-11-25T18:50:06.241Z | Checking float-ord v0.3.2 |
2281 | 2024-11-25T18:50:06.388Z | Compiling convert_case v0.4.0 |
2282 | 2024-11-25T18:50:06.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2024-11-25T18:50:07.384Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2284 | 2024-11-25T18:50:07.399Z | Compiling derive_more v0.99.18 |
2285 | 2024-11-25T18:50:07.535Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2286 | 2024-11-25T18:50:07.761Z | Compiling chrono-tz-build v0.4.0 |
2287 | 2024-11-25T18:50:08.162Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2288 | 2024-11-25T18:50:09.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2289 | 2024-11-25T18:50:09.300Z | Compiling crucible-workspace-hack v0.1.0 |
2290 | 2024-11-25T18:50:09.371Z | Compiling chrono-tz v0.10.0 |
2291 | 2024-11-25T18:50:09.422Z | Checking newline-converter v0.3.0 |
2292 | 2024-11-25T18:50:09.581Z | Checking prettyplease v0.2.25 |
2293 | 2024-11-25T18:50:09.603Z | Compiling slog-dtrace v0.3.0 |
2294 | 2024-11-25T18:50:09.900Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2295 | 2024-11-25T18:50:10.649Z | Checking expectorate v1.1.0 |
2296 | 2024-11-25T18:50:10.814Z | Compiling zone_cfg_derive v0.3.0 |
2297 | 2024-11-25T18:50:10.854Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-11-25T18:50:10.944Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2299 | 2024-11-25T18:50:11.209Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2300 | 2024-11-25T18:50:11.324Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2301 | 2024-11-25T18:50:11.606Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-11-25T18:50:12.012Z | Compiling const_format_proc_macros v0.2.33 |
2303 | 2024-11-25T18:50:12.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2304 | 2024-11-25T18:50:12.275Z | Compiling num-derive v0.4.2 |
2305 | 2024-11-25T18:50:12.454Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-11-25T18:50:12.734Z | Checking highway v1.2.0 |
2307 | 2024-11-25T18:50:13.161Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2308 | 2024-11-25T18:50:13.508Z | Checking zone v0.3.0 |
2309 | 2024-11-25T18:50:13.944Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2310 | 2024-11-25T18:50:14.116Z | Checking const_format v0.2.33 |
2311 | 2024-11-25T18:50:14.279Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2312 | 2024-11-25T18:50:14.591Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2313 | 2024-11-25T18:50:14.622Z | Checking gethostname v0.5.0 |
2314 | 2024-11-25T18:50:14.663Z | Checking bcs v0.1.6 |
2315 | 2024-11-25T18:50:14.767Z | Compiling async-recursion v1.1.1 |
2316 | 2024-11-25T18:50:15.240Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2317 | 2024-11-25T18:50:15.244Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2318 | 2024-11-25T18:50:15.271Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2319 | 2024-11-25T18:50:16.551Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2320 | 2024-11-25T18:50:16.920Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2321 | 2024-11-25T18:50:22.965Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2322 | 2024-11-25T18:50:26.236Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2323 | 2024-11-25T18:50:28.854Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2324 | 2024-11-25T18:50:30.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.29s |
2325 | 2024-11-25T18:50:30.231Z | |
2326 | 2024-11-25T18:50:30.231Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2327 | 2024-11-25T18:50:30.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-11-25T18:50:30.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-11-25T18:50:30.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-11-25T18:50:30.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2331 | 2024-11-25T18:50:30.871Z | |
2332 | 2024-11-25T18:50:30.871Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2333 | 2024-11-25T18:50:31.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-11-25T18:50:31.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-11-25T18:50:31.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-11-25T18:50:31.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2337 | 2024-11-25T18:50:31.511Z | |
2338 | 2024-11-25T18:50:31.511Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2339 | 2024-11-25T18:50:32.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-11-25T18:50:32.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-11-25T18:50:32.167Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2342 | 2024-11-25T18:50:32.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2343 | 2024-11-25T18:50:32.967Z | |
2344 | 2024-11-25T18:50:32.967Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2345 | 2024-11-25T18:50:33.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-11-25T18:50:33.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-11-25T18:50:33.631Z | Compiling cfg_aliases v0.1.1 |
2348 | 2024-11-25T18:50:33.633Z | Compiling vte_generate_state_changes v0.1.2 |
2349 | 2024-11-25T18:50:33.634Z | Checking fd-lock v4.0.2 |
2350 | 2024-11-25T18:50:33.734Z | Checking nibble_vec v0.1.0 |
2351 | 2024-11-25T18:50:33.737Z | Checking endian-type v0.1.2 |
2352 | 2024-11-25T18:50:33.746Z | Checking bytecount v0.6.8 |
2353 | 2024-11-25T18:50:33.756Z | Compiling tabled_derive v0.7.0 |
2354 | 2024-11-25T18:50:33.788Z | Compiling peg-macros v0.8.4 |
2355 | 2024-11-25T18:50:33.813Z | Compiling nix v0.28.0 |
2356 | 2024-11-25T18:50:33.877Z | Checking papergrid v0.11.0 |
2357 | 2024-11-25T18:50:33.893Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2358 | 2024-11-25T18:50:33.947Z | Compiling sqlparser_derive v0.2.2 |
2359 | 2024-11-25T18:50:33.950Z | Checking radix_trie v0.2.1 |
2360 | 2024-11-25T18:50:34.357Z | Checking vte v0.11.1 |
2361 | 2024-11-25T18:50:34.378Z | Checking nu-ansi-term v0.50.1 |
2362 | 2024-11-25T18:50:34.766Z | Checking home v0.5.9 |
2363 | 2024-11-25T18:50:34.917Z | Checking unicode_categories v0.1.1 |
2364 | 2024-11-25T18:50:35.020Z | Checking display-error-chain v0.2.2 |
2365 | 2024-11-25T18:50:35.036Z | Checking sqlparser v0.45.0 |
2366 | 2024-11-25T18:50:35.208Z | Checking sqlformat v0.2.6 |
2367 | 2024-11-25T18:50:35.678Z | Checking strip-ansi-escapes v0.2.0 |
2368 | 2024-11-25T18:50:35.822Z | Checking reedline v0.35.0 |
2369 | 2024-11-25T18:50:36.184Z | Checking tabled v0.15.0 |
2370 | 2024-11-25T18:50:36.605Z | Checking peg v0.8.4 |
2371 | 2024-11-25T18:50:37.003Z | Checking rustyline v14.0.0 |
2372 | 2024-11-25T18:50:45.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.64s |
2373 | 2024-11-25T18:50:45.785Z | |
2374 | 2024-11-25T18:50:45.785Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2375 | 2024-11-25T18:50:46.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-11-25T18:50:46.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-11-25T18:50:46.448Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-11-25T18:50:51.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2379 | 2024-11-25T18:50:51.568Z | |
2380 | 2024-11-25T18:50:51.568Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2381 | 2024-11-25T18:50:52.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-11-25T18:50:52.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-11-25T18:50:52.235Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-11-25T18:50:55.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2385 | 2024-11-25T18:50:56.115Z | |
2386 | 2024-11-25T18:50:56.115Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2387 | 2024-11-25T18:50:56.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-11-25T18:50:56.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-11-25T18:50:56.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-11-25T18:51:01.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2391 | 2024-11-25T18:51:01.613Z | |
2392 | 2024-11-25T18:51:01.614Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2393 | 2024-11-25T18:51:02.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-11-25T18:51:02.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-11-25T18:51:02.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-11-25T18:51:06.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
2397 | 2024-11-25T18:51:07.164Z | |
2398 | 2024-11-25T18:51:07.164Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2399 | 2024-11-25T18:51:07.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-11-25T18:51:07.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-11-25T18:51:07.828Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-11-25T18:51:11.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2403 | 2024-11-25T18:51:11.927Z | |
2404 | 2024-11-25T18:51:11.927Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2405 | 2024-11-25T18:51:12.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-11-25T18:51:12.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-11-25T18:51:12.588Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-11-25T18:51:16.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2409 | 2024-11-25T18:51:16.724Z | |
2410 | 2024-11-25T18:51:16.724Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2411 | 2024-11-25T18:51:17.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-11-25T18:51:17.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-11-25T18:51:17.385Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-11-25T18:51:22.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2415 | 2024-11-25T18:51:22.441Z | |
2416 | 2024-11-25T18:51:22.441Z | info: running `cargo check --bins` on oximeter (46/173) |
2417 | 2024-11-25T18:51:22.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-11-25T18:51:22.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-11-25T18:51:22.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-11-25T18:51:22.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2421 | 2024-11-25T18:51:23.064Z | |
2422 | 2024-11-25T18:51:23.064Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2423 | 2024-11-25T18:51:23.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-11-25T18:51:23.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-11-25T18:51:23.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-11-25T18:51:23.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2427 | 2024-11-25T18:51:23.671Z | |
2428 | 2024-11-25T18:51:23.671Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2429 | 2024-11-25T18:51:24.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-11-25T18:51:24.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-11-25T18:51:24.304Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2432 | 2024-11-25T18:51:24.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2433 | 2024-11-25T18:51:24.914Z | |
2434 | 2024-11-25T18:51:24.914Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2435 | 2024-11-25T18:51:25.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-11-25T18:51:25.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-11-25T18:51:25.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-11-25T18:51:25.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2439 | 2024-11-25T18:51:25.551Z | |
2440 | 2024-11-25T18:51:25.551Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2441 | 2024-11-25T18:51:26.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-11-25T18:51:26.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-11-25T18:51:26.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-11-25T18:51:26.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2445 | 2024-11-25T18:51:26.185Z | |
2446 | 2024-11-25T18:51:26.185Z | info: running `cargo check --bins` on oxql-types (51/173) |
2447 | 2024-11-25T18:51:26.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-11-25T18:51:26.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-11-25T18:51:26.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-11-25T18:51:26.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2451 | 2024-11-25T18:51:26.820Z | |
2452 | 2024-11-25T18:51:26.820Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2453 | 2024-11-25T18:51:27.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-11-25T18:51:27.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-11-25T18:51:27.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-11-25T18:51:27.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2457 | 2024-11-25T18:51:27.541Z | |
2458 | 2024-11-25T18:51:27.541Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2459 | 2024-11-25T18:51:28.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-11-25T18:51:28.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-11-25T18:51:28.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-11-25T18:51:28.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2463 | 2024-11-25T18:51:28.119Z | |
2464 | 2024-11-25T18:51:28.119Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2465 | 2024-11-25T18:51:28.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-11-25T18:51:28.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-11-25T18:51:28.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-11-25T18:51:28.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2469 | 2024-11-25T18:51:28.764Z | |
2470 | 2024-11-25T18:51:28.764Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2471 | 2024-11-25T18:51:29.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-11-25T18:51:29.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-11-25T18:51:29.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-11-25T18:51:29.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2475 | 2024-11-25T18:51:29.399Z | |
2476 | 2024-11-25T18:51:29.399Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2477 | 2024-11-25T18:51:29.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-11-25T18:51:29.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-11-25T18:51:29.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-11-25T18:51:29.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2481 | 2024-11-25T18:51:30.036Z | |
2482 | 2024-11-25T18:51:30.036Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2483 | 2024-11-25T18:51:30.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-11-25T18:51:30.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-11-25T18:51:30.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-11-25T18:51:30.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2487 | 2024-11-25T18:51:30.673Z | |
2488 | 2024-11-25T18:51:30.673Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2489 | 2024-11-25T18:51:31.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-11-25T18:51:31.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-11-25T18:51:31.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-11-25T18:51:31.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2493 | 2024-11-25T18:51:31.284Z | |
2494 | 2024-11-25T18:51:31.284Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2495 | 2024-11-25T18:51:31.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-11-25T18:51:31.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-11-25T18:51:31.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-11-25T18:51:31.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2499 | 2024-11-25T18:51:31.931Z | |
2500 | 2024-11-25T18:51:31.931Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2501 | 2024-11-25T18:51:32.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-11-25T18:51:32.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-11-25T18:51:32.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-11-25T18:51:32.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2505 | 2024-11-25T18:51:32.555Z | |
2506 | 2024-11-25T18:51:32.556Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2507 | 2024-11-25T18:51:33.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-11-25T18:51:33.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-11-25T18:51:33.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-11-25T18:51:33.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2511 | 2024-11-25T18:51:33.190Z | |
2512 | 2024-11-25T18:51:33.190Z | info: running `cargo check --bins` on dpd-client (62/173) |
2513 | 2024-11-25T18:51:33.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-11-25T18:51:33.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-11-25T18:51:33.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-11-25T18:51:33.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2517 | 2024-11-25T18:51:33.807Z | |
2518 | 2024-11-25T18:51:33.807Z | info: running `cargo check --bins` on gateway-client (63/173) |
2519 | 2024-11-25T18:51:34.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-11-25T18:51:34.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-11-25T18:51:34.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-11-25T18:51:34.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2523 | 2024-11-25T18:51:34.420Z | |
2524 | 2024-11-25T18:51:34.420Z | info: running `cargo check --bins` on installinator-client (64/173) |
2525 | 2024-11-25T18:51:34.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-11-25T18:51:34.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-11-25T18:51:34.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-11-25T18:51:34.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2529 | 2024-11-25T18:51:35.072Z | |
2530 | 2024-11-25T18:51:35.072Z | info: running `cargo check --bins` on installinator-common (65/173) |
2531 | 2024-11-25T18:51:35.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-11-25T18:51:35.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-11-25T18:51:35.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-11-25T18:51:35.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2535 | 2024-11-25T18:51:35.720Z | |
2536 | 2024-11-25T18:51:35.720Z | info: running `cargo check --bins` on update-engine (66/173) |
2537 | 2024-11-25T18:51:36.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-11-25T18:51:36.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-11-25T18:51:36.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-11-25T18:51:36.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2541 | 2024-11-25T18:51:36.341Z | |
2542 | 2024-11-25T18:51:36.341Z | info: running `cargo check --bins` on nexus-client (67/173) |
2543 | 2024-11-25T18:51:36.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-11-25T18:51:36.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-11-25T18:51:36.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-11-25T18:51:36.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2547 | 2024-11-25T18:51:36.992Z | |
2548 | 2024-11-25T18:51:36.992Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2549 | 2024-11-25T18:51:37.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-11-25T18:51:37.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-11-25T18:51:37.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-11-25T18:51:37.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2553 | 2024-11-25T18:51:37.638Z | |
2554 | 2024-11-25T18:51:37.638Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2555 | 2024-11-25T18:51:38.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-11-25T18:51:38.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-11-25T18:51:38.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-11-25T18:51:38.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2559 | 2024-11-25T18:51:38.261Z | |
2560 | 2024-11-25T18:51:38.262Z | info: running `cargo check --bins` on nexus-types (70/173) |
2561 | 2024-11-25T18:51:38.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-11-25T18:51:38.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-11-25T18:51:38.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-11-25T18:51:38.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2565 | 2024-11-25T18:51:38.917Z | |
2566 | 2024-11-25T18:51:38.917Z | info: running `cargo check --bins` on oxide-client (71/173) |
2567 | 2024-11-25T18:51:39.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-11-25T18:51:39.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-11-25T18:51:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-11-25T18:51:39.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2571 | 2024-11-25T18:51:39.536Z | |
2572 | 2024-11-25T18:51:39.536Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2573 | 2024-11-25T18:51:40.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-11-25T18:51:40.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-11-25T18:51:40.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-11-25T18:51:40.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2577 | 2024-11-25T18:51:40.181Z | |
2578 | 2024-11-25T18:51:40.181Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2579 | 2024-11-25T18:51:40.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-11-25T18:51:40.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-11-25T18:51:40.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-11-25T18:51:40.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2583 | 2024-11-25T18:51:40.799Z | |
2584 | 2024-11-25T18:51:40.799Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2585 | 2024-11-25T18:51:41.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-11-25T18:51:41.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-11-25T18:51:41.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-11-25T18:51:41.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2589 | 2024-11-25T18:51:41.437Z | |
2590 | 2024-11-25T18:51:41.437Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2591 | 2024-11-25T18:51:42.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-11-25T18:51:42.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-11-25T18:51:42.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-11-25T18:51:42.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2595 | 2024-11-25T18:51:42.096Z | |
2596 | 2024-11-25T18:51:42.096Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2597 | 2024-11-25T18:51:42.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-11-25T18:51:42.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-11-25T18:51:42.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-11-25T18:51:42.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2601 | 2024-11-25T18:51:42.744Z | |
2602 | 2024-11-25T18:51:42.744Z | info: running `cargo check --bins` on wicket-common (77/173) |
2603 | 2024-11-25T18:51:43.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-11-25T18:51:43.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-11-25T18:51:43.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-11-25T18:51:43.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2607 | 2024-11-25T18:51:43.403Z | |
2608 | 2024-11-25T18:51:43.403Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2609 | 2024-11-25T18:51:43.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-11-25T18:51:43.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-11-25T18:51:44.065Z | Checking csv-core v0.1.11 |
2612 | 2024-11-25T18:51:44.065Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2613 | 2024-11-25T18:51:44.068Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2024-11-25T18:51:44.374Z | Checking csv v1.3.0 |
2615 | 2024-11-25T18:51:44.385Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2616 | 2024-11-25T18:51:44.930Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2617 | 2024-11-25T18:51:45.263Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2618 | 2024-11-25T18:51:46.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
2619 | 2024-11-25T18:51:46.689Z | |
2620 | 2024-11-25T18:51:46.689Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2621 | 2024-11-25T18:51:47.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-11-25T18:51:47.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-11-25T18:51:47.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-11-25T18:51:47.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2625 | 2024-11-25T18:51:47.322Z | |
2626 | 2024-11-25T18:51:47.323Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2627 | 2024-11-25T18:51:47.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-11-25T18:51:47.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-11-25T18:51:47.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-11-25T18:51:47.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2631 | 2024-11-25T18:51:47.949Z | |
2632 | 2024-11-25T18:51:47.949Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2633 | 2024-11-25T18:51:48.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-11-25T18:51:48.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-11-25T18:51:48.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-11-25T18:51:48.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2637 | 2024-11-25T18:51:48.676Z | |
2638 | 2024-11-25T18:51:48.676Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2639 | 2024-11-25T18:51:49.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-11-25T18:51:49.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-11-25T18:51:49.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-11-25T18:51:49.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2643 | 2024-11-25T18:51:49.406Z | |
2644 | 2024-11-25T18:51:49.407Z | info: running `cargo check --bins` on dns-server (83/173) |
2645 | 2024-11-25T18:51:49.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-11-25T18:51:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-11-25T18:51:50.050Z | Compiling parking_lot_core v0.8.6 |
2648 | 2024-11-25T18:51:50.052Z | Checking fxhash v0.2.1 |
2649 | 2024-11-25T18:51:50.052Z | Checking hickory-server v0.24.1 |
2650 | 2024-11-25T18:51:50.053Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2651 | 2024-11-25T18:51:50.053Z | Checking hickory-client v0.24.1 |
2652 | 2024-11-25T18:51:50.741Z | Checking parking_lot v0.11.2 |
2653 | 2024-11-25T18:51:50.853Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2654 | 2024-11-25T18:51:50.853Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2655 | 2024-11-25T18:51:50.971Z | Checking sled v0.34.7 |
2656 | 2024-11-25T18:51:52.745Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2657 | 2024-11-25T18:51:53.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2658 | 2024-11-25T18:51:54.153Z | |
2659 | 2024-11-25T18:51:54.153Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2660 | 2024-11-25T18:51:54.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-11-25T18:51:54.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-11-25T18:51:54.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-11-25T18:51:54.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2664 | 2024-11-25T18:51:54.782Z | |
2665 | 2024-11-25T18:51:54.782Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2666 | 2024-11-25T18:51:55.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-11-25T18:51:55.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-11-25T18:51:55.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-11-25T18:51:55.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2670 | 2024-11-25T18:51:55.465Z | |
2671 | 2024-11-25T18:51:55.465Z | info: running `cargo check --bins` on gateway-types (86/173) |
2672 | 2024-11-25T18:51:56.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-11-25T18:51:56.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-11-25T18:51:56.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-11-25T18:51:56.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2676 | 2024-11-25T18:51:56.092Z | |
2677 | 2024-11-25T18:51:56.092Z | info: running `cargo check --bins` on ipcc (87/173) |
2678 | 2024-11-25T18:51:56.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-11-25T18:51:56.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-11-25T18:51:56.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-11-25T18:51:56.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2682 | 2024-11-25T18:51:56.729Z | |
2683 | 2024-11-25T18:51:56.729Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2684 | 2024-11-25T18:51:57.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-11-25T18:51:57.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-11-25T18:51:57.436Z | Compiling radium v0.7.0 |
2687 | 2024-11-25T18:51:57.436Z | Compiling semver v0.1.20 |
2688 | 2024-11-25T18:51:57.439Z | Compiling maybe-uninit v2.0.0 |
2689 | 2024-11-25T18:51:57.543Z | Checking tap v1.0.1 |
2690 | 2024-11-25T18:51:57.574Z | Checking password-hash v0.5.0 |
2691 | 2024-11-25T18:51:57.576Z | Checking blake2 v0.10.6 |
2692 | 2024-11-25T18:51:57.576Z | Checking funty v2.0.0 |
2693 | 2024-11-25T18:51:57.576Z | Checking crc-catalog v2.4.0 |
2694 | 2024-11-25T18:51:57.692Z | Checking wyz v0.5.1 |
2695 | 2024-11-25T18:51:57.746Z | Compiling packed_struct v0.10.1 |
2696 | 2024-11-25T18:51:57.977Z | Compiling rustc_version v0.1.7 |
2697 | 2024-11-25T18:51:58.048Z | Compiling cancel-safe-futures v0.1.5 |
2698 | 2024-11-25T18:51:58.071Z | Compiling owo-colors v4.1.0 |
2699 | 2024-11-25T18:51:58.136Z | Checking argon2 v0.5.3 |
2700 | 2024-11-25T18:51:58.206Z | Checking crc v3.2.1 |
2701 | 2024-11-25T18:51:58.250Z | Compiling packed_struct_codegen v0.10.1 |
2702 | 2024-11-25T18:51:58.375Z | Compiling indexmap v1.9.3 |
2703 | 2024-11-25T18:51:58.413Z | Checking half v2.4.1 |
2704 | 2024-11-25T18:51:58.428Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2705 | 2024-11-25T18:51:58.469Z | Compiling newtype_derive v0.1.6 |
2706 | 2024-11-25T18:51:58.496Z | Checking bitvec v1.0.1 |
2707 | 2024-11-25T18:51:58.609Z | Checking nodrop v0.1.14 |
2708 | 2024-11-25T18:51:58.669Z | Checking ciborium-io v0.2.2 |
2709 | 2024-11-25T18:51:58.717Z | Checking array-init v0.0.4 |
2710 | 2024-11-25T18:51:58.838Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2711 | 2024-11-25T18:51:58.855Z | Checking ciborium-ll v0.2.2 |
2712 | 2024-11-25T18:51:58.909Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2713 | 2024-11-25T18:51:59.129Z | Checking smallvec v0.6.14 |
2714 | 2024-11-25T18:51:59.144Z | Checking libsw v3.3.1 |
2715 | 2024-11-25T18:51:59.195Z | Compiling memoffset v0.9.1 |
2716 | 2024-11-25T18:51:59.407Z | Checking bitfield v0.14.0 |
2717 | 2024-11-25T18:51:59.500Z | Checking indent_write v2.2.0 |
2718 | 2024-11-25T18:51:59.520Z | Checking linear-map v1.2.0 |
2719 | 2024-11-25T18:51:59.672Z | Checking hashbrown v0.12.3 |
2720 | 2024-11-25T18:51:59.690Z | Checking swrite v0.1.0 |
2721 | 2024-11-25T18:51:59.693Z | Checking termcolor v1.4.1 |
2722 | 2024-11-25T18:51:59.754Z | Checking ron v0.8.1 |
2723 | 2024-11-25T18:51:59.823Z | Checking serde-hex v0.1.0 |
2724 | 2024-11-25T18:51:59.840Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2725 | 2024-11-25T18:52:00.126Z | Checking env_logger v0.10.2 |
2726 | 2024-11-25T18:52:00.662Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2727 | 2024-11-25T18:52:00.665Z | Checking ciborium v0.2.2 |
2728 | 2024-11-25T18:52:01.006Z | Checking steno v0.4.1 |
2729 | 2024-11-25T18:52:01.361Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2730 | 2024-11-25T18:52:01.409Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2731 | 2024-11-25T18:52:01.432Z | Checking hashbrown v0.13.2 |
2732 | 2024-11-25T18:52:01.629Z | Checking crc-any v2.5.0 |
2733 | 2024-11-25T18:52:01.651Z | Checking humantime v2.1.0 |
2734 | 2024-11-25T18:52:01.960Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2735 | 2024-11-25T18:52:02.023Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2736 | 2024-11-25T18:52:02.406Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2737 | 2024-11-25T18:52:02.519Z | Checking object v0.30.4 |
2738 | 2024-11-25T18:52:02.564Z | Checking path-slash v0.1.5 |
2739 | 2024-11-25T18:52:02.702Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2740 | 2024-11-25T18:52:02.744Z | Checking nix v0.27.1 |
2741 | 2024-11-25T18:52:03.203Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2024-11-25T18:52:03.599Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2743 | 2024-11-25T18:52:03.792Z | Checking tungstenite v0.23.0 |
2744 | 2024-11-25T18:52:03.829Z | Checking kstat-rs v0.2.4 |
2745 | 2024-11-25T18:52:03.937Z | Checking signal-hook-tokio v0.3.1 |
2746 | 2024-11-25T18:52:04.172Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2747 | 2024-11-25T18:52:04.684Z | Checking tokio-tungstenite v0.23.1 |
2748 | 2024-11-25T18:52:05.132Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2749 | 2024-11-25T18:52:05.434Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2750 | 2024-11-25T18:52:05.717Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2751 | 2024-11-25T18:52:12.098Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-11-25T18:52:13.358Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2753 | 2024-11-25T18:52:16.325Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2754 | 2024-11-25T18:52:21.941Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2755 | 2024-11-25T18:52:22.627Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-11-25T18:52:25.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.69s |
2757 | 2024-11-25T18:52:25.617Z | |
2758 | 2024-11-25T18:52:25.617Z | info: running `cargo check --bins` on gateway-api (89/173) |
2759 | 2024-11-25T18:52:26.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-11-25T18:52:26.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-11-25T18:52:26.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-11-25T18:52:26.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2763 | 2024-11-25T18:52:26.254Z | |
2764 | 2024-11-25T18:52:26.254Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2765 | 2024-11-25T18:52:26.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-11-25T18:52:26.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-11-25T18:52:26.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-11-25T18:52:26.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2769 | 2024-11-25T18:52:26.870Z | |
2770 | 2024-11-25T18:52:26.870Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2771 | 2024-11-25T18:52:27.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-11-25T18:52:27.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-11-25T18:52:27.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-11-25T18:52:27.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2775 | 2024-11-25T18:52:27.504Z | |
2776 | 2024-11-25T18:52:27.505Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2777 | 2024-11-25T18:52:28.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-11-25T18:52:28.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-11-25T18:52:28.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-11-25T18:52:28.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2781 | 2024-11-25T18:52:28.139Z | |
2782 | 2024-11-25T18:52:28.139Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2783 | 2024-11-25T18:52:28.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-11-25T18:52:28.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-11-25T18:52:28.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-11-25T18:52:28.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2787 | 2024-11-25T18:52:28.771Z | |
2788 | 2024-11-25T18:52:28.771Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2789 | 2024-11-25T18:52:29.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-11-25T18:52:29.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-11-25T18:52:29.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-11-25T18:52:29.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2793 | 2024-11-25T18:52:29.410Z | |
2794 | 2024-11-25T18:52:29.410Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2795 | 2024-11-25T18:52:29.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-11-25T18:52:29.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-11-25T18:52:29.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-11-25T18:52:29.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2799 | 2024-11-25T18:52:30.043Z | |
2800 | 2024-11-25T18:52:30.043Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2801 | 2024-11-25T18:52:30.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-11-25T18:52:30.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-11-25T18:52:30.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-11-25T18:52:30.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2805 | 2024-11-25T18:52:30.680Z | |
2806 | 2024-11-25T18:52:30.680Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2807 | 2024-11-25T18:52:31.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-11-25T18:52:31.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-11-25T18:52:31.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-11-25T18:52:31.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2811 | 2024-11-25T18:52:31.333Z | |
2812 | 2024-11-25T18:52:31.333Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2813 | 2024-11-25T18:52:31.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-11-25T18:52:31.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-11-25T18:52:31.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-11-25T18:52:31.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2817 | 2024-11-25T18:52:31.956Z | |
2818 | 2024-11-25T18:52:31.956Z | info: running `cargo check --bins` on sp-sim (99/173) |
2819 | 2024-11-25T18:52:32.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-11-25T18:52:32.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-11-25T18:52:32.591Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2024-11-25T18:52:34.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
2823 | 2024-11-25T18:52:34.582Z | |
2824 | 2024-11-25T18:52:34.582Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2825 | 2024-11-25T18:52:35.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-11-25T18:52:35.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-11-25T18:52:35.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-11-25T18:52:35.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2829 | 2024-11-25T18:52:35.253Z | |
2830 | 2024-11-25T18:52:35.253Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2831 | 2024-11-25T18:52:35.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-11-25T18:52:35.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-11-25T18:52:35.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-11-25T18:52:35.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2835 | 2024-11-25T18:52:35.934Z | |
2836 | 2024-11-25T18:52:35.934Z | info: running `cargo check --bins` on db-macros (102/173) |
2837 | 2024-11-25T18:52:36.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-11-25T18:52:36.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-11-25T18:52:36.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2024-11-25T18:52:36.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2841 | 2024-11-25T18:52:36.543Z | |
2842 | 2024-11-25T18:52:36.543Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2843 | 2024-11-25T18:52:37.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-11-25T18:52:37.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-11-25T18:52:37.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-11-25T18:52:37.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2847 | 2024-11-25T18:52:37.151Z | |
2848 | 2024-11-25T18:52:37.151Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2849 | 2024-11-25T18:52:37.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-11-25T18:52:37.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-11-25T18:52:37.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-11-25T18:52:37.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2853 | 2024-11-25T18:52:37.818Z | |
2854 | 2024-11-25T18:52:37.818Z | info: running `cargo check --bins` on authz-macros (105/173) |
2855 | 2024-11-25T18:52:38.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-11-25T18:52:38.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-11-25T18:52:38.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-11-25T18:52:38.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2859 | 2024-11-25T18:52:38.425Z | |
2860 | 2024-11-25T18:52:38.425Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2861 | 2024-11-25T18:52:38.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-25T18:52:39.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-25T18:52:39.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-11-25T18:52:39.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2865 | 2024-11-25T18:52:39.077Z | |
2866 | 2024-11-25T18:52:39.077Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2867 | 2024-11-25T18:52:39.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-25T18:52:39.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-25T18:52:39.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-11-25T18:52:39.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2871 | 2024-11-25T18:52:39.731Z | |
2872 | 2024-11-25T18:52:39.731Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2873 | 2024-11-25T18:52:40.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-25T18:52:40.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-25T18:52:40.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-11-25T18:52:40.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2877 | 2024-11-25T18:52:40.364Z | |
2878 | 2024-11-25T18:52:40.364Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2879 | 2024-11-25T18:52:40.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-25T18:52:40.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-25T18:52:40.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-11-25T18:52:40.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2883 | 2024-11-25T18:52:41.013Z | |
2884 | 2024-11-25T18:52:41.013Z | info: running `cargo check --bins` on typed-rng (110/173) |
2885 | 2024-11-25T18:52:41.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-11-25T18:52:41.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-11-25T18:52:41.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-11-25T18:52:41.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2889 | 2024-11-25T18:52:41.618Z | |
2890 | 2024-11-25T18:52:41.618Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2891 | 2024-11-25T18:52:42.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-11-25T18:52:42.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-11-25T18:52:42.344Z | Checking keccak v0.1.5 |
2894 | 2024-11-25T18:52:42.454Z | Checking secrecy v0.8.0 |
2895 | 2024-11-25T18:52:42.457Z | Compiling unicase v2.7.0 |
2896 | 2024-11-25T18:52:42.457Z | Compiling same-file v1.0.6 |
2897 | 2024-11-25T18:52:42.483Z | Compiling tempfile v3.13.0 |
2898 | 2024-11-25T18:52:42.497Z | Compiling thiserror-impl-no-std v2.0.2 |
2899 | 2024-11-25T18:52:42.500Z | Checking universal-hash v0.5.1 |
2900 | 2024-11-25T18:52:42.500Z | Compiling blake3 v1.5.4 |
2901 | 2024-11-25T18:52:42.640Z | Compiling walkdir v2.5.0 |
2902 | 2024-11-25T18:52:42.702Z | Compiling ring v0.16.20 |
2903 | 2024-11-25T18:52:42.736Z | Checking sha3 v0.10.8 |
2904 | 2024-11-25T18:52:42.739Z | Checking opaque-debug v0.3.1 |
2905 | 2024-11-25T18:52:42.846Z | Checking poly1305 v0.8.0 |
2906 | 2024-11-25T18:52:42.899Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2907 | 2024-11-25T18:52:43.154Z | Checking chacha20 v0.9.1 |
2908 | 2024-11-25T18:52:43.182Z | Checking aead v0.5.2 |
2909 | 2024-11-25T18:52:43.336Z | Compiling memmap2 v0.9.5 |
2910 | 2024-11-25T18:52:43.351Z | Compiling salty v0.3.0 |
2911 | 2024-11-25T18:52:43.397Z | Compiling constant_time_eq v0.3.1 |
2912 | 2024-11-25T18:52:43.414Z | Compiling arrayref v0.3.9 |
2913 | 2024-11-25T18:52:43.492Z | Compiling arrayvec v0.7.6 |
2914 | 2024-11-25T18:52:43.516Z | Compiling libefi-sys v0.1.0 |
2915 | 2024-11-25T18:52:43.556Z | Compiling spin v0.5.2 |
2916 | 2024-11-25T18:52:43.771Z | Checking chacha20poly1305 v0.10.1 |
2917 | 2024-11-25T18:52:43.797Z | Compiling toolchain_find v0.4.0 |
2918 | 2024-11-25T18:52:43.810Z | Compiling camino-tempfile v1.1.1 |
2919 | 2024-11-25T18:52:43.891Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2920 | 2024-11-25T18:52:43.952Z | Compiling bitfield-struct v0.6.2 |
2921 | 2024-11-25T18:52:44.209Z | Compiling topological-sort v0.2.2 |
2922 | 2024-11-25T18:52:44.312Z | Compiling mime_guess v2.0.5 |
2923 | 2024-11-25T18:52:44.411Z | Compiling rustfmt-wrapper v0.2.1 |
2924 | 2024-11-25T18:52:44.831Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2925 | 2024-11-25T18:52:44.982Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2926 | 2024-11-25T18:52:45.059Z | Checking primeorder v0.13.6 |
2927 | 2024-11-25T18:52:45.118Z | Checking env_filter v0.1.2 |
2928 | 2024-11-25T18:52:45.288Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-11-25T18:52:45.358Z | Checking env_logger v0.11.5 |
2930 | 2024-11-25T18:52:45.380Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2931 | 2024-11-25T18:52:45.532Z | Checking p384 v0.13.0 |
2932 | 2024-11-25T18:52:45.635Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2933 | 2024-11-25T18:52:45.655Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2934 | 2024-11-25T18:52:45.703Z | Checking thiserror-no-std v2.0.2 |
2935 | 2024-11-25T18:52:45.814Z | Checking vsss-rs v3.3.4 |
2936 | 2024-11-25T18:52:45.886Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2937 | 2024-11-25T18:52:45.919Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-11-25T18:52:45.935Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2939 | 2024-11-25T18:52:46.267Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2940 | 2024-11-25T18:52:46.287Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2941 | 2024-11-25T18:52:46.377Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2942 | 2024-11-25T18:52:46.631Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2943 | 2024-11-25T18:52:46.865Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2944 | 2024-11-25T18:52:46.890Z | Checking nanorand v0.7.0 |
2945 | 2024-11-25T18:52:46.915Z | Checking atty v0.2.14 |
2946 | 2024-11-25T18:52:46.930Z | Checking http-range v0.1.5 |
2947 | 2024-11-25T18:52:47.038Z | Checking glob v0.3.1 |
2948 | 2024-11-25T18:52:47.115Z | Checking hyper-staticfile v0.10.1 |
2949 | 2024-11-25T18:52:47.257Z | Checking flume v0.11.1 |
2950 | 2024-11-25T18:52:47.356Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2951 | 2024-11-25T18:52:47.757Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2952 | 2024-11-25T18:52:47.831Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2953 | 2024-11-25T18:52:48.023Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2954 | 2024-11-25T18:52:48.350Z | Compiling omicron-zone-package v0.11.1 |
2955 | 2024-11-25T18:52:48.789Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2956 | 2024-11-25T18:52:49.119Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2957 | 2024-11-25T18:52:49.871Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2958 | 2024-11-25T18:52:49.983Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2959 | 2024-11-25T18:52:50.082Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2960 | 2024-11-25T18:52:50.436Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2961 | 2024-11-25T18:52:51.706Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2962 | 2024-11-25T18:52:52.394Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2963 | 2024-11-25T18:52:54.572Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2964 | 2024-11-25T18:52:54.588Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2965 | 2024-11-25T18:53:05.686Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2966 | 2024-11-25T18:53:16.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.36s |
2967 | 2024-11-25T18:53:17.170Z | |
2968 | 2024-11-25T18:53:17.170Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2969 | 2024-11-25T18:53:17.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-11-25T18:53:17.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-11-25T18:53:17.904Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2972 | 2024-11-25T18:53:30.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
2973 | 2024-11-25T18:53:31.124Z | |
2974 | 2024-11-25T18:53:31.124Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2975 | 2024-11-25T18:53:31.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-11-25T18:53:31.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-11-25T18:53:31.852Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2024-11-25T18:53:44.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
2979 | 2024-11-25T18:53:44.992Z | |
2980 | 2024-11-25T18:53:44.992Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2981 | 2024-11-25T18:53:45.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-11-25T18:53:45.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-11-25T18:53:45.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-11-25T18:53:58.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
2985 | 2024-11-25T18:53:58.912Z | |
2986 | 2024-11-25T18:53:58.912Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2987 | 2024-11-25T18:53:59.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-11-25T18:53:59.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-11-25T18:53:59.648Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-11-25T18:54:12.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
2991 | 2024-11-25T18:54:12.807Z | |
2992 | 2024-11-25T18:54:12.807Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
2993 | 2024-11-25T18:54:13.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-25T18:54:13.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-25T18:54:13.539Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-11-25T18:54:26.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
2997 | 2024-11-25T18:54:26.693Z | |
2998 | 2024-11-25T18:54:26.693Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
2999 | 2024-11-25T18:54:27.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-11-25T18:54:27.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-11-25T18:54:27.427Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-11-25T18:54:40.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
3003 | 2024-11-25T18:54:40.587Z | |
3004 | 2024-11-25T18:54:40.587Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3005 | 2024-11-25T18:54:41.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-11-25T18:54:41.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-11-25T18:54:41.325Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-11-25T18:54:54.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
3009 | 2024-11-25T18:54:54.732Z | |
3010 | 2024-11-25T18:54:54.732Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3011 | 2024-11-25T18:54:55.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-11-25T18:54:55.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-11-25T18:54:55.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2024-11-25T18:54:55.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3015 | 2024-11-25T18:54:55.386Z | |
3016 | 2024-11-25T18:54:55.386Z | info: running `cargo check --bins` on key-manager (120/173) |
3017 | 2024-11-25T18:54:55.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-11-25T18:54:55.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-11-25T18:54:55.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2024-11-25T18:54:55.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3021 | 2024-11-25T18:54:56.021Z | |
3022 | 2024-11-25T18:54:56.021Z | info: running `cargo check --bins` on repo-depot-api (121/173) |
3023 | 2024-11-25T18:54:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-11-25T18:54:56.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-11-25T18:54:56.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-11-25T18:54:56.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3027 | 2024-11-25T18:54:56.646Z | |
3028 | 2024-11-25T18:54:56.646Z | info: running `cargo check --bins` on sled-agent-api (122/173) |
3029 | 2024-11-25T18:54:57.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-11-25T18:54:57.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-11-25T18:54:57.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-11-25T18:54:57.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3033 | 2024-11-25T18:54:57.310Z | |
3034 | 2024-11-25T18:54:57.310Z | info: running `cargo check --bins` on sled-hardware (123/173) |
3035 | 2024-11-25T18:54:57.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-11-25T18:54:57.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-11-25T18:54:57.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-11-25T18:54:57.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3039 | 2024-11-25T18:54:57.956Z | |
3040 | 2024-11-25T18:54:57.956Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/173) |
3041 | 2024-11-25T18:54:58.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-11-25T18:54:58.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-11-25T18:54:58.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-11-25T18:54:58.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3045 | 2024-11-25T18:54:58.598Z | |
3046 | 2024-11-25T18:54:58.598Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173) |
3047 | 2024-11-25T18:54:59.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-11-25T18:54:59.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-11-25T18:54:59.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-11-25T18:54:59.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3051 | 2024-11-25T18:54:59.244Z | |
3052 | 2024-11-25T18:54:59.244Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/173) |
3053 | 2024-11-25T18:54:59.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-11-25T18:54:59.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-11-25T18:54:59.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-11-25T18:54:59.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3057 | 2024-11-25T18:54:59.899Z | |
3058 | 2024-11-25T18:54:59.899Z | info: running `cargo check --bins` on nexus-test-interface (127/173) |
3059 | 2024-11-25T18:55:00.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-11-25T18:55:00.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-11-25T18:55:00.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-11-25T18:55:00.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3063 | 2024-11-25T18:55:00.555Z | |
3064 | 2024-11-25T18:55:00.555Z | info: running `cargo check --bins` on oximeter-collector (128/173) |
3065 | 2024-11-25T18:55:01.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-11-25T18:55:01.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-11-25T18:55:01.244Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3068 | 2024-11-25T18:55:01.244Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3069 | 2024-11-25T18:55:01.993Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3070 | 2024-11-25T18:55:03.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
3071 | 2024-11-25T18:55:04.090Z | |
3072 | 2024-11-25T18:55:04.090Z | info: running `cargo check --bins` on oximeter-api (129/173) |
3073 | 2024-11-25T18:55:04.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-11-25T18:55:04.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-11-25T18:55:04.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-11-25T18:55:04.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3077 | 2024-11-25T18:55:04.731Z | |
3078 | 2024-11-25T18:55:04.731Z | info: running `cargo check --bins` on cert-dev (130/173) |
3079 | 2024-11-25T18:55:05.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-11-25T18:55:05.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-11-25T18:55:05.343Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3082 | 2024-11-25T18:55:05.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3083 | 2024-11-25T18:55:05.775Z | |
3084 | 2024-11-25T18:55:05.775Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/173) |
3085 | 2024-11-25T18:55:06.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-11-25T18:55:06.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-11-25T18:55:06.452Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3088 | 2024-11-25T18:55:06.452Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3089 | 2024-11-25T18:55:07.036Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3090 | 2024-11-25T18:55:07.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3091 | 2024-11-25T18:55:07.564Z | |
3092 | 2024-11-25T18:55:07.564Z | info: running `cargo check --bins` on ch-dev (132/173) |
3093 | 2024-11-25T18:55:08.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-11-25T18:55:08.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-11-25T18:55:08.230Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3096 | 2024-11-25T18:55:08.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3097 | 2024-11-25T18:55:09.112Z | |
3098 | 2024-11-25T18:55:09.112Z | info: running `cargo check --bins` on crdb-seed (133/173) |
3099 | 2024-11-25T18:55:09.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-11-25T18:55:09.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-11-25T18:55:09.767Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3102 | 2024-11-25T18:55:10.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3103 | 2024-11-25T18:55:10.309Z | |
3104 | 2024-11-25T18:55:10.309Z | info: running `cargo check --bins` on db-dev (134/173) |
3105 | 2024-11-25T18:55:10.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-11-25T18:55:10.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-11-25T18:55:10.969Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3108 | 2024-11-25T18:55:11.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3109 | 2024-11-25T18:55:11.862Z | |
3110 | 2024-11-25T18:55:11.862Z | info: running `cargo check --bins` on omicron-dev-lib (135/173) |
3111 | 2024-11-25T18:55:12.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-11-25T18:55:12.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-11-25T18:55:12.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2024-11-25T18:55:12.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3115 | 2024-11-25T18:55:12.504Z | |
3116 | 2024-11-25T18:55:12.504Z | info: running `cargo check --bins` on xtask-downloader (136/173) |
3117 | 2024-11-25T18:55:13.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-11-25T18:55:13.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-11-25T18:55:13.116Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3120 | 2024-11-25T18:55:13.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3121 | 2024-11-25T18:55:14.148Z | |
3122 | 2024-11-25T18:55:14.148Z | info: running `cargo check --bins` on omicron-ls-apis (137/173) |
3123 | 2024-11-25T18:55:14.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-11-25T18:55:14.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-11-25T18:55:14.767Z | Checking cargo-platform v0.1.8 |
3126 | 2024-11-25T18:55:15.033Z | Checking cargo_metadata v0.18.1 |
3127 | 2024-11-25T18:55:16.002Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3128 | 2024-11-25T18:55:16.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3129 | 2024-11-25T18:55:16.896Z | |
3130 | 2024-11-25T18:55:16.896Z | info: running `cargo check --bins` on mgs-dev (138/173) |
3131 | 2024-11-25T18:55:17.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-11-25T18:55:17.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-11-25T18:55:17.621Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3134 | 2024-11-25T18:55:18.329Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3135 | 2024-11-25T18:55:18.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3136 | 2024-11-25T18:55:19.064Z | |
3137 | 2024-11-25T18:55:19.065Z | info: running `cargo check --bins` on omicron-omdb (139/173) |
3138 | 2024-11-25T18:55:19.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-11-25T18:55:19.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-11-25T18:55:19.860Z | Compiling crunchy v0.2.2 |
3141 | 2024-11-25T18:55:19.860Z | Compiling tiny-keccak v2.0.2 |
3142 | 2024-11-25T18:55:19.863Z | Compiling dsl_auto_type v0.1.2 |
3143 | 2024-11-25T18:55:19.863Z | Checking scheduled-thread-pool v0.2.7 |
3144 | 2024-11-25T18:55:19.863Z | Compiling diesel_table_macro_syntax v0.2.0 |
3145 | 2024-11-25T18:55:20.013Z | Compiling ascii-canvas v3.0.0 |
3146 | 2024-11-25T18:55:20.016Z | Compiling ena v0.14.3 |
3147 | 2024-11-25T18:55:20.029Z | Compiling diff v0.1.13 |
3148 | 2024-11-25T18:55:20.206Z | Checking r2d2 v0.8.10 |
3149 | 2024-11-25T18:55:20.280Z | Compiling regex-syntax v0.6.29 |
3150 | 2024-11-25T18:55:20.400Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3151 | 2024-11-25T18:55:20.418Z | Compiling ref-cast v1.0.23 |
3152 | 2024-11-25T18:55:20.522Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3153 | 2024-11-25T18:55:20.580Z | Compiling derive_builder_core v0.20.2 |
3154 | 2024-11-25T18:55:20.616Z | Compiling libxml v0.3.3 |
3155 | 2024-11-25T18:55:20.723Z | Compiling ref-cast-impl v1.0.23 |
3156 | 2024-11-25T18:55:20.782Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3157 | 2024-11-25T18:55:21.016Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3158 | 2024-11-25T18:55:21.034Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3159 | 2024-11-25T18:55:21.201Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3160 | 2024-11-25T18:55:21.305Z | Compiling strum_macros v0.24.3 |
3161 | 2024-11-25T18:55:21.324Z | Compiling samael v0.0.17 |
3162 | 2024-11-25T18:55:21.609Z | Compiling diesel_derives v2.2.3 |
3163 | 2024-11-25T18:55:21.628Z | Compiling indoc v1.0.9 |
3164 | 2024-11-25T18:55:22.612Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3165 | 2024-11-25T18:55:22.882Z | Compiling impl-trait-for-tuples v0.2.2 |
3166 | 2024-11-25T18:55:23.050Z | Compiling derive_builder_macro v0.20.2 |
3167 | 2024-11-25T18:55:23.849Z | Compiling lalrpop v0.19.12 |
3168 | 2024-11-25T18:55:23.921Z | Checking derive_builder v0.20.2 |
3169 | 2024-11-25T18:55:24.082Z | Compiling oso-derive v0.27.3 |
3170 | 2024-11-25T18:55:24.458Z | Checking quick-xml v0.33.0 |
3171 | 2024-11-25T18:55:24.966Z | Compiling diesel-dtrace v0.3.0 |
3172 | 2024-11-25T18:55:25.161Z | Checking maplit v1.0.2 |
3173 | 2024-11-25T18:55:25.312Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3174 | 2024-11-25T18:55:25.335Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3175 | 2024-11-25T18:55:25.581Z | Checking bb8 v0.8.5 |
3176 | 2024-11-25T18:55:25.645Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3177 | 2024-11-25T18:55:25.928Z | Checking castaway v0.2.3 |
3178 | 2024-11-25T18:55:26.086Z | Checking rand_seeder v0.3.0 |
3179 | 2024-11-25T18:55:26.105Z | Checking compact_str v0.8.0 |
3180 | 2024-11-25T18:55:26.261Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3181 | 2024-11-25T18:55:26.305Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3182 | 2024-11-25T18:55:26.496Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3183 | 2024-11-25T18:55:26.979Z | Checking unicode-truncate v1.1.0 |
3184 | 2024-11-25T18:55:26.999Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3185 | 2024-11-25T18:55:27.197Z | Checking lru v0.12.5 |
3186 | 2024-11-25T18:55:27.290Z | Compiling instability v0.3.2 |
3187 | 2024-11-25T18:55:27.499Z | Checking is_ci v1.2.0 |
3188 | 2024-11-25T18:55:27.645Z | Checking smawk v0.3.2 |
3189 | 2024-11-25T18:55:27.705Z | Checking cassowary v0.3.0 |
3190 | 2024-11-25T18:55:27.858Z | Checking unicode-linebreak v0.1.5 |
3191 | 2024-11-25T18:55:28.113Z | Checking supports-color v3.0.1 |
3192 | 2024-11-25T18:55:28.287Z | Checking textwrap v0.16.1 |
3193 | 2024-11-25T18:55:28.329Z | Checking ratatui v0.28.1 |
3194 | 2024-11-25T18:55:28.331Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3195 | 2024-11-25T18:55:28.362Z | Checking multimap v0.10.0 |
3196 | 2024-11-25T18:55:31.376Z | Checking diesel v2.2.4 |
3197 | 2024-11-25T18:55:57.117Z | Compiling polar-core v0.27.3 |
3198 | 2024-11-25T18:56:00.589Z | Checking async-bb8-diesel v0.2.1 |
3199 | 2024-11-25T18:56:04.498Z | Checking oso v0.27.3 |
3200 | 2024-11-25T18:57:13.616Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3201 | 2024-11-25T18:57:19.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3202 | 2024-11-25T18:57:19.759Z | |
3203 | 2024-11-25T18:57:19.759Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173) |
3204 | 2024-11-25T18:57:20.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-11-25T18:57:20.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-11-25T18:57:20.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2024-11-25T18:57:20.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3208 | 2024-11-25T18:57:20.424Z | |
3209 | 2024-11-25T18:57:20.425Z | info: running `cargo check --bins` on nexus-saga-recovery (141/173) |
3210 | 2024-11-25T18:57:21.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-11-25T18:57:21.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-11-25T18:57:21.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2024-11-25T18:57:21.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3214 | 2024-11-25T18:57:21.091Z | |
3215 | 2024-11-25T18:57:21.091Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/173) |
3216 | 2024-11-25T18:57:21.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-11-25T18:57:21.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-11-25T18:57:21.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2024-11-25T18:57:21.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3220 | 2024-11-25T18:57:21.698Z | |
3221 | 2024-11-25T18:57:21.698Z | info: running `cargo check --bins` on omicron-nexus (143/173) |
3222 | 2024-11-25T18:57:22.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-11-25T18:57:22.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-11-25T18:57:22.490Z | Compiling libz-sys v1.1.20 |
3225 | 2024-11-25T18:57:22.606Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3226 | 2024-11-25T18:57:22.618Z | Compiling vergen v8.3.2 |
3227 | 2024-11-25T18:57:22.620Z | Compiling cargo-platform v0.1.8 |
3228 | 2024-11-25T18:57:22.620Z | Compiling pin-project-internal v1.1.6 |
3229 | 2024-11-25T18:57:22.652Z | Compiling libsqlite3-sys v0.30.1 |
3230 | 2024-11-25T18:57:22.652Z | Compiling snafu-derive v0.8.5 |
3231 | 2024-11-25T18:57:22.654Z | Compiling buf-list v1.0.3 |
3232 | 2024-11-25T18:57:22.895Z | Checking simd-adler32 v0.3.7 |
3233 | 2024-11-25T18:57:23.150Z | Compiling cargo_metadata v0.18.1 |
3234 | 2024-11-25T18:57:23.202Z | Checking bumpalo v3.16.0 |
3235 | 2024-11-25T18:57:23.241Z | Compiling zip v2.1.3 |
3236 | 2024-11-25T18:57:23.304Z | Compiling cfg_aliases v0.2.1 |
3237 | 2024-11-25T18:57:23.436Z | Compiling rustls v0.21.12 |
3238 | 2024-11-25T18:57:23.519Z | Checking lockfree-object-pool v0.1.6 |
3239 | 2024-11-25T18:57:23.577Z | Compiling nix v0.29.0 |
3240 | 2024-11-25T18:57:23.701Z | Checking globset v0.4.15 |
3241 | 2024-11-25T18:57:23.719Z | Checking olpc-cjson v0.1.4 |
3242 | 2024-11-25T18:57:23.751Z | Checking zopfli v0.8.1 |
3243 | 2024-11-25T18:57:23.929Z | Checking rustls-webpki v0.101.7 |
3244 | 2024-11-25T18:57:24.204Z | Checking sct v0.7.1 |
3245 | 2024-11-25T18:57:24.418Z | Checking serde_plain v1.0.2 |
3246 | 2024-11-25T18:57:24.438Z | Checking typed-path v0.9.3 |
3247 | 2024-11-25T18:57:25.324Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3248 | 2024-11-25T18:57:25.566Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3249 | 2024-11-25T18:57:25.594Z | Checking hashlink v0.9.1 |
3250 | 2024-11-25T18:57:25.683Z | Checking pin-project v1.1.6 |
3251 | 2024-11-25T18:57:25.818Z | Checking fallible-iterator v0.3.0 |
3252 | 2024-11-25T18:57:25.821Z | Checking fallible-streaming-iterator v0.1.9 |
3253 | 2024-11-25T18:57:26.066Z | Checking parse-size v1.1.0 |
3254 | 2024-11-25T18:57:26.269Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3255 | 2024-11-25T18:57:26.446Z | Checking rusqlite v0.32.1 |
3256 | 2024-11-25T18:57:26.483Z | Checking rustls-pemfile v1.0.4 |
3257 | 2024-11-25T18:57:26.672Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3258 | 2024-11-25T18:57:26.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3259 | 2024-11-25T18:57:26.811Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3260 | 2024-11-25T18:57:26.979Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3261 | 2024-11-25T18:57:27.113Z | Checking twox-hash v1.6.3 |
3262 | 2024-11-25T18:57:27.211Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3263 | 2024-11-25T18:57:27.570Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3264 | 2024-11-25T18:57:27.879Z | Checking tokio-rustls v0.24.1 |
3265 | 2024-11-25T18:57:27.955Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3266 | 2024-11-25T18:57:28.112Z | Checking snafu v0.8.5 |
3267 | 2024-11-25T18:57:28.248Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3268 | 2024-11-25T18:57:28.391Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3269 | 2024-11-25T18:57:28.552Z | Checking fatfs v0.3.6 |
3270 | 2024-11-25T18:57:28.587Z | Checking tough v0.19.0 |
3271 | 2024-11-25T18:57:29.088Z | Checking assert_matches v1.5.0 |
3272 | 2024-11-25T18:57:32.901Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3273 | 2024-11-25T18:57:34.248Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3274 | 2024-11-25T18:57:35.203Z | Compiling git2 v0.19.0 |
3275 | 2024-11-25T18:57:39.865Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3276 | 2024-11-25T18:58:32.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3277 | 2024-11-25T18:58:32.546Z | |
3278 | 2024-11-25T18:58:32.546Z | info: running `cargo check --bins` on nexus-external-api (144/173) |
3279 | 2024-11-25T18:58:33.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-11-25T18:58:33.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-11-25T18:58:33.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-11-25T18:58:33.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3283 | 2024-11-25T18:58:33.243Z | |
3284 | 2024-11-25T18:58:33.243Z | info: running `cargo check --bins` on openapi-manager-types (145/173) |
3285 | 2024-11-25T18:58:33.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-25T18:58:33.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-25T18:58:33.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-11-25T18:58:33.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3289 | 2024-11-25T18:58:33.858Z | |
3290 | 2024-11-25T18:58:33.858Z | info: running `cargo check --bins` on nexus-internal-api (146/173) |
3291 | 2024-11-25T18:58:34.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-11-25T18:58:34.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-11-25T18:58:34.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-11-25T18:58:34.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3295 | 2024-11-25T18:58:34.512Z | |
3296 | 2024-11-25T18:58:34.512Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/173) |
3297 | 2024-11-25T18:58:35.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-11-25T18:58:35.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-11-25T18:58:35.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-11-25T18:58:35.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3301 | 2024-11-25T18:58:35.178Z | |
3302 | 2024-11-25T18:58:35.178Z | info: running `cargo check --bins` on nexus-networking (148/173) |
3303 | 2024-11-25T18:58:35.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-11-25T18:58:35.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-11-25T18:58:35.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-11-25T18:58:35.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3307 | 2024-11-25T18:58:35.839Z | |
3308 | 2024-11-25T18:58:35.840Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/173) |
3309 | 2024-11-25T18:58:36.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-25T18:58:36.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-25T18:58:36.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-11-25T18:58:36.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3313 | 2024-11-25T18:58:36.508Z | |
3314 | 2024-11-25T18:58:36.508Z | info: running `cargo check --bins` on update-common (150/173) |
3315 | 2024-11-25T18:58:37.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-11-25T18:58:37.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-11-25T18:58:37.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-11-25T18:58:37.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3319 | 2024-11-25T18:58:37.157Z | |
3320 | 2024-11-25T18:58:37.157Z | info: running `cargo check --bins` on tufaceous-lib (151/173) |
3321 | 2024-11-25T18:58:37.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-11-25T18:58:37.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-11-25T18:58:37.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-11-25T18:58:37.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3325 | 2024-11-25T18:58:37.803Z | |
3326 | 2024-11-25T18:58:37.803Z | info: running `cargo check --bins` on tufaceous (152/173) |
3327 | 2024-11-25T18:58:38.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-11-25T18:58:38.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-11-25T18:58:38.467Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3330 | 2024-11-25T18:58:39.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3331 | 2024-11-25T18:58:39.609Z | |
3332 | 2024-11-25T18:58:39.609Z | info: running `cargo check --bins` on omicron-dev (153/173) |
3333 | 2024-11-25T18:58:40.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-11-25T18:58:40.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-11-25T18:58:40.460Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3336 | 2024-11-25T18:58:40.587Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3337 | 2024-11-25T18:58:40.587Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3338 | 2024-11-25T18:58:40.589Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3339 | 2024-11-25T18:59:05.868Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3340 | 2024-11-25T18:59:05.871Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3341 | 2024-11-25T18:59:05.871Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3342 | 2024-11-25T18:59:05.871Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3343 | 2024-11-25T18:59:05.871Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3344 | 2024-11-25T18:59:06.669Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3345 | 2024-11-25T18:59:07.925Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3346 | 2024-11-25T18:59:44.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3347 | 2024-11-25T18:59:45.028Z | |
3348 | 2024-11-25T18:59:45.028Z | info: running `cargo check --bins` on openapi-manager (154/173) |
3349 | 2024-11-25T18:59:45.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-11-25T18:59:45.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-11-25T18:59:45.728Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3352 | 2024-11-25T18:59:45.730Z | Checking heck v0.4.1 |
3353 | 2024-11-25T18:59:45.730Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3354 | 2024-11-25T18:59:47.303Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3355 | 2024-11-25T18:59:47.349Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3356 | 2024-11-25T18:59:48.222Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3357 | 2024-11-25T18:59:49.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
3358 | 2024-11-25T18:59:49.504Z | |
3359 | 2024-11-25T18:59:49.504Z | info: running `cargo check --bins` on installinator-api (155/173) |
3360 | 2024-11-25T18:59:50.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-11-25T18:59:50.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-11-25T18:59:50.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2024-11-25T18:59:50.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3364 | 2024-11-25T18:59:50.146Z | |
3365 | 2024-11-25T18:59:50.146Z | info: running `cargo check --bins` on wicketd-api (156/173) |
3366 | 2024-11-25T18:59:50.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-11-25T18:59:50.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-11-25T18:59:50.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-11-25T18:59:50.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3370 | 2024-11-25T18:59:50.791Z | |
3371 | 2024-11-25T18:59:50.791Z | info: running `cargo check --bins` on reconfigurator-cli (157/173) |
3372 | 2024-11-25T18:59:51.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-11-25T18:59:51.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-11-25T18:59:51.467Z | Compiling petname v2.0.2 |
3375 | 2024-11-25T18:59:51.470Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3376 | 2024-11-25T18:59:51.470Z | Checking sync-ptr v0.1.1 |
3377 | 2024-11-25T18:59:52.890Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3378 | 2024-11-25T18:59:54.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
3379 | 2024-11-25T18:59:54.597Z | |
3380 | 2024-11-25T18:59:54.597Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/173) |
3381 | 2024-11-25T18:59:55.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-11-25T18:59:55.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-11-25T18:59:55.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2024-11-25T18:59:55.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3385 | 2024-11-25T18:59:55.252Z | |
3386 | 2024-11-25T18:59:55.252Z | info: running `cargo check --bins` on omicron-releng (159/173) |
3387 | 2024-11-25T18:59:55.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-11-25T18:59:55.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-11-25T18:59:55.910Z | Checking memmap2 v0.9.5 |
3390 | 2024-11-25T18:59:55.911Z | Checking arrayvec v0.7.6 |
3391 | 2024-11-25T18:59:55.911Z | Checking constant_time_eq v0.3.1 |
3392 | 2024-11-25T18:59:55.914Z | Checking spin v0.5.2 |
3393 | 2024-11-25T18:59:55.914Z | Checking arrayref v0.3.9 |
3394 | 2024-11-25T18:59:55.914Z | Checking topological-sort v0.2.2 |
3395 | 2024-11-25T18:59:56.015Z | Checking shell-words v1.1.0 |
3396 | 2024-11-25T18:59:56.177Z | Checking ring v0.16.20 |
3397 | 2024-11-25T18:59:56.294Z | Checking blake3 v1.5.4 |
3398 | 2024-11-25T18:59:57.277Z | Checking omicron-zone-package v0.11.1 |
3399 | 2024-11-25T18:59:58.393Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3400 | 2024-11-25T18:59:59.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
3401 | 2024-11-25T18:59:59.447Z | |
3402 | 2024-11-25T18:59:59.447Z | info: running `cargo check --bins` on xtask (160/173) |
3403 | 2024-11-25T18:59:59.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-11-25T18:59:59.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-11-25T18:59:59.875Z | Checking bitflags v2.6.0 |
3406 | 2024-11-25T18:59:59.878Z | Checking serde v1.0.215 |
3407 | 2024-11-25T18:59:59.878Z | Checking thiserror v1.0.69 |
3408 | 2024-11-25T18:59:59.966Z | Checking scroll v0.12.0 |
3409 | 2024-11-25T18:59:59.974Z | Checking hashbrown v0.15.0 |
3410 | 2024-11-25T18:59:59.976Z | Checking log v0.4.22 |
3411 | 2024-11-25T18:59:59.996Z | Checking zerocopy v0.7.35 |
3412 | 2024-11-25T19:00:00.009Z | Checking syn v2.0.87 |
3413 | 2024-11-25T19:00:00.193Z | Checking rustix v0.38.37 |
3414 | 2024-11-25T19:00:00.230Z | Checking once_cell v1.20.2 |
3415 | 2024-11-25T19:00:00.329Z | Checking goblin v0.8.2 |
3416 | 2024-11-25T19:00:00.479Z | Checking fs-err v2.11.0 |
3417 | 2024-11-25T19:00:00.754Z | Checking anyhow v1.0.93 |
3418 | 2024-11-25T19:00:01.034Z | Checking indexmap v2.6.0 |
3419 | 2024-11-25T19:00:01.142Z | Checking tabled v0.15.0 |
3420 | 2024-11-25T19:00:01.789Z | Checking terminal_size v0.4.0 |
3421 | 2024-11-25T19:00:01.790Z | Checking tempfile v3.13.0 |
3422 | 2024-11-25T19:00:01.936Z | Checking clap_builder v4.5.21 |
3423 | 2024-11-25T19:00:04.074Z | Checking pest v2.7.14 |
3424 | 2024-11-25T19:00:04.128Z | Checking serde_json v1.0.132 |
3425 | 2024-11-25T19:00:04.128Z | Checking serde_spanned v0.6.8 |
3426 | 2024-11-25T19:00:04.132Z | Checking toml_datetime v0.6.8 |
3427 | 2024-11-25T19:00:04.132Z | Checking camino v1.1.9 |
3428 | 2024-11-25T19:00:04.132Z | Checking semver v1.0.23 |
3429 | 2024-11-25T19:00:04.291Z | Checking cargo-platform v0.1.8 |
3430 | 2024-11-25T19:00:04.334Z | Checking macaddr v1.0.1 |
3431 | 2024-11-25T19:00:04.430Z | Checking toml_edit v0.22.22 |
3432 | 2024-11-25T19:00:04.618Z | Checking clap v4.5.21 |
3433 | 2024-11-25T19:00:04.702Z | Checking camino-tempfile v1.1.1 |
3434 | 2024-11-25T19:00:05.340Z | Checking dof v0.3.0 |
3435 | 2024-11-25T19:00:05.340Z | Checking cargo_metadata v0.18.1 |
3436 | 2024-11-25T19:00:05.882Z | Checking dtrace-parser v0.2.0 |
3437 | 2024-11-25T19:00:06.202Z | Checking usdt-impl v0.5.0 |
3438 | 2024-11-25T19:00:06.230Z | Checking toml v0.8.19 |
3439 | 2024-11-25T19:00:06.547Z | Checking usdt v0.5.0 |
3440 | 2024-11-25T19:00:06.704Z | Checking cargo_toml v0.20.5 |
3441 | 2024-11-25T19:00:07.897Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3442 | 2024-11-25T19:00:08.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s |
3443 | 2024-11-25T19:00:08.615Z | |
3444 | 2024-11-25T19:00:08.615Z | info: running `cargo check --bins` on end-to-end-tests (161/173) |
3445 | 2024-11-25T19:00:09.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3446 | 2024-11-25T19:00:09.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3447 | 2024-11-25T19:00:09.373Z | Checking polyval v0.6.2 |
3448 | 2024-11-25T19:00:09.486Z | Checking ctr v0.9.2 |
3449 | 2024-11-25T19:00:09.499Z | Checking ssh-encoding v0.2.0 |
3450 | 2024-11-25T19:00:09.502Z | Checking blowfish v0.9.1 |
3451 | 2024-11-25T19:00:09.525Z | Checking password-hash v0.4.2 |
3452 | 2024-11-25T19:00:09.527Z | Checking matches v0.1.10 |
3453 | 2024-11-25T19:00:09.554Z | Checking p521 v0.13.3 |
3454 | 2024-11-25T19:00:09.554Z | Checking p256 v0.13.2 |
3455 | 2024-11-25T19:00:09.631Z | Checking idna v0.2.3 |
3456 | 2024-11-25T19:00:09.705Z | Checking bcrypt-pbkdf v0.10.0 |
3457 | 2024-11-25T19:00:09.705Z | Checking ghash v0.5.1 |
3458 | 2024-11-25T19:00:09.743Z | Compiling enum-as-inner v0.5.1 |
3459 | 2024-11-25T19:00:09.826Z | Checking russh-cryptovec v0.7.3 |
3460 | 2024-11-25T19:00:09.879Z | Checking aes-gcm v0.10.3 |
3461 | 2024-11-25T19:00:09.900Z | Checking pbkdf2 v0.11.0 |
3462 | 2024-11-25T19:00:09.945Z | Checking md5 v0.7.0 |
3463 | 2024-11-25T19:00:10.034Z | Checking num-bigint v0.4.6 |
3464 | 2024-11-25T19:00:10.049Z | Checking des v0.8.1 |
3465 | 2024-11-25T19:00:10.106Z | Checking ssh-cipher v0.2.0 |
3466 | 2024-11-25T19:00:10.161Z | Checking hex-literal v0.4.1 |
3467 | 2024-11-25T19:00:10.218Z | Compiling dhcproto-macros v0.1.0 |
3468 | 2024-11-25T19:00:10.292Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3469 | 2024-11-25T19:00:10.324Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3470 | 2024-11-25T19:00:10.395Z | Checking ssh-key v0.6.6 |
3471 | 2024-11-25T19:00:10.478Z | Checking internet-checksum v0.2.1 |
3472 | 2024-11-25T19:00:10.818Z | Checking trust-dns-proto v0.22.0 |
3473 | 2024-11-25T19:00:11.719Z | Checking russh-keys v0.45.0 |
3474 | 2024-11-25T19:00:12.621Z | Checking russh v0.45.0 |
3475 | 2024-11-25T19:00:13.330Z | Checking dhcproto v0.12.0 |
3476 | 2024-11-25T19:00:30.210Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3477 | 2024-11-25T19:00:31.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.96s |
3478 | 2024-11-25T19:00:31.801Z | |
3479 | 2024-11-25T19:00:31.801Z | info: running `cargo check --bins` on gateway-cli (162/173) |
3480 | 2024-11-25T19:00:32.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2024-11-25T19:00:32.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2024-11-25T19:00:32.437Z | Checking termios v0.3.3 |
3483 | 2024-11-25T19:00:32.655Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3484 | 2024-11-25T19:00:33.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3485 | 2024-11-25T19:00:33.620Z | |
3486 | 2024-11-25T19:00:33.620Z | info: running `cargo check --bins --no-default-features` on installinator (163/173) |
3487 | 2024-11-25T19:00:34.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-11-25T19:00:34.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-11-25T19:00:34.322Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3490 | 2024-11-25T19:00:36.350Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3491 | 2024-11-25T19:00:38.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
3492 | 2024-11-25T19:00:38.426Z | |
3493 | 2024-11-25T19:00:38.426Z | info: running `cargo check --bins` on internal-dns-cli (164/173) |
3494 | 2024-11-25T19:00:38.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2024-11-25T19:00:38.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2024-11-25T19:00:39.069Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3497 | 2024-11-25T19:00:39.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3498 | 2024-11-25T19:00:39.739Z | |
3499 | 2024-11-25T19:00:39.739Z | info: running `cargo check --bins` on omicron-live-tests (165/173) |
3500 | 2024-11-25T19:00:40.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-11-25T19:00:40.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-11-25T19:00:40.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2024-11-25T19:00:40.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3504 | 2024-11-25T19:00:40.366Z | |
3505 | 2024-11-25T19:00:40.366Z | info: running `cargo check --bins` on live-tests-macros (166/173) |
3506 | 2024-11-25T19:00:40.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-11-25T19:00:40.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-11-25T19:00:40.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2024-11-25T19:00:40.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3510 | 2024-11-25T19:00:40.995Z | |
3511 | 2024-11-25T19:00:40.995Z | info: running `cargo check --bins` on omicron-package (167/173) |
3512 | 2024-11-25T19:00:41.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-11-25T19:00:41.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-11-25T19:00:41.673Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3515 | 2024-11-25T19:00:42.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3516 | 2024-11-25T19:00:43.162Z | |
3517 | 2024-11-25T19:00:43.162Z | info: running `cargo check --bins` on range-requests (168/173) |
3518 | 2024-11-25T19:00:43.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-11-25T19:00:43.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-11-25T19:00:43.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2024-11-25T19:00:43.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3522 | 2024-11-25T19:00:43.783Z | |
3523 | 2024-11-25T19:00:43.783Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3524 | 2024-11-25T19:00:44.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-11-25T19:00:44.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-11-25T19:00:44.488Z | Checking rtoolbox v0.0.2 |
3527 | 2024-11-25T19:00:44.491Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3528 | 2024-11-25T19:00:44.491Z | Checking tui-tree-widget v0.22.0 |
3529 | 2024-11-25T19:00:44.715Z | Checking rpassword v7.3.1 |
3530 | 2024-11-25T19:00:48.752Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3531 | 2024-11-25T19:00:51.766Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3532 | 2024-11-25T19:00:52.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3533 | 2024-11-25T19:00:53.175Z | |
3534 | 2024-11-25T19:00:53.175Z | info: running `cargo check --bins` on wicket (170/173) |
3535 | 2024-11-25T19:00:53.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-11-25T19:00:53.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-11-25T19:00:53.868Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3538 | 2024-11-25T19:00:54.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3539 | 2024-11-25T19:00:54.496Z | |
3540 | 2024-11-25T19:00:54.496Z | info: running `cargo check --bins` on wicketd (171/173) |
3541 | 2024-11-25T19:00:55.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-11-25T19:00:55.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-11-25T19:00:55.216Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3544 | 2024-11-25T19:00:59.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3545 | 2024-11-25T19:00:59.386Z | |
3546 | 2024-11-25T19:00:59.386Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3547 | 2024-11-25T19:00:59.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-11-25T19:00:59.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-11-25T19:00:59.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2024-11-25T19:00:59.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3551 | 2024-11-25T19:00:59.996Z | |
3552 | 2024-11-25T19:00:59.996Z | info: running `cargo check --bins` on zone-setup (173/173) |
3553 | 2024-11-25T19:01:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-11-25T19:01:00.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-11-25T19:01:00.734Z | Checking uzers v0.12.1 |
3556 | 2024-11-25T19:01:01.074Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3557 | 2024-11-25T19:01:02.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
3558 | 2024-11-25T19:01:02.429Z | |
3559 | 2024-11-25T19:01:02.429Z | real 12:48.015906589 |
3560 | 2024-11-25T19:01:02.429Z | user 23:52.515659743 |
3561 | 2024-11-25T19:01:02.429Z | sys 5:23.950771361 |
3562 | 2024-11-25T19:01:02.432Z | trap 0.461942577 |
3563 | 2024-11-25T19:01:02.432Z | tflt 2.221648380 |
3564 | 2024-11-25T19:01:02.432Z | dflt 3.228810060 |
3565 | 2024-11-25T19:01:02.432Z | kflt 0.001152114 |
3566 | 2024-11-25T19:01:02.432Z | lock 45:12.359153993 |
3567 | 2024-11-25T19:01:02.432Z | slp 2:04:28.838269409 |
3568 | 2024-11-25T19:01:02.432Z | lat 1:02.291185890 |
3569 | 2024-11-25T19:01:02.432Z | stop 3:23.490838693 |
3570 | 2024-11-25T19:01:02.432Z | process exited: duration 1052728 ms, exit code 0 |
|
3571 | 2024-11-25T19:01:02.439Z | found 0 output files |