|
|
|
1 | 2024-11-21T21:52:55.018Z | job assigned to worker 01JD8BC9HMPQEBYSGD2SSCER5T [factory aws, i-000b797f066eb7757] (queued for 48 s) |
|
2 | 2024-11-21T21:53:01.962Z | starting task 0: "setup" |
3 | 2024-11-21T21:53:01.971Z | ++ uname -s |
4 | 2024-11-21T21:53:01.974Z | + kern=SunOS |
5 | 2024-11-21T21:53:01.974Z | + case "$kern" in |
6 | 2024-11-21T21:53:01.974Z | + groupadd -g 12345 build |
7 | 2024-11-21T21:53:01.976Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T21:53:03.982Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T21:53:04.084Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T21:53:04.087Z | + home_fs=zfs |
11 | 2024-11-21T21:53:04.087Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T21:53:04.087Z | + mkdir -p /home/build |
13 | 2024-11-21T21:53:04.089Z | + chown build:build /home/build /work |
14 | 2024-11-21T21:53:06.090Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T21:53:06.093Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-11-21T21:53:06.098Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T21:53:06.103Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T21:53:06.103Z | ' 1.81.0 |
19 | 2024-11-21T21:53:06.103Z | * toolchain channel = "1.81.0" |
20 | 2024-11-21T21:53:06.106Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-21T21:53:06.106Z | * toolchain profile = "default" |
22 | 2024-11-21T21:53:06.106Z | ' default |
23 | 2024-11-21T21:53:06.106Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T21:53:06.106Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-21T21:53:06.227Z | info: downloading installer |
26 | 2024-11-21T21:53:07.369Z | info: profile set to 'default' |
27 | 2024-11-21T21:53:07.369Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T21:53:07.372Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-21T21:53:07.508Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-21T21:53:07.508Z | info: downloading component 'cargo' |
31 | 2024-11-21T21:53:08.208Z | info: downloading component 'clippy' |
32 | 2024-11-21T21:53:08.466Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T21:53:09.437Z | info: downloading component 'rust-std' |
34 | 2024-11-21T21:53:10.947Z | info: downloading component 'rustc' |
35 | 2024-11-21T21:53:16.382Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T21:53:16.587Z | info: installing component 'cargo' |
37 | 2024-11-21T21:53:17.376Z | info: installing component 'clippy' |
38 | 2024-11-21T21:53:17.731Z | info: installing component 'rust-docs' |
39 | 2024-11-21T21:53:19.329Z | info: installing component 'rust-std' |
40 | 2024-11-21T21:53:21.037Z | info: installing component 'rustc' |
41 | 2024-11-21T21:53:26.660Z | info: installing component 'rustfmt' |
42 | 2024-11-21T21:53:26.978Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-21T21:53:26.978Z | |
44 | 2024-11-21T21:53:27.344Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-21T21:53:27.344Z | |
46 | 2024-11-21T21:53:27.347Z | |
47 | 2024-11-21T21:53:27.347Z | Rust is installed now. Great! |
48 | 2024-11-21T21:53:27.347Z | |
49 | 2024-11-21T21:53:27.347Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T21:53:27.347Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T21:53:27.347Z | |
52 | 2024-11-21T21:53:27.347Z | To configure your current shell, you need to source |
53 | 2024-11-21T21:53:27.347Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T21:53:27.347Z | |
55 | 2024-11-21T21:53:27.347Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T21:53:27.347Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T21:53:27.347Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T21:53:27.422Z | + rustc --version |
59 | 2024-11-21T21:53:27.491Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-21T21:53:27.494Z | process exited: duration 21395 ms, exit code 0 |
|
61 | 2024-11-21T21:53:27.499Z | starting task 2: "authentication" |
62 | 2024-11-21T21:53:27.519Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-21T21:53:27.524Z | starting task 3: "clone repository" |
64 | 2024-11-21T21:53:27.529Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-21T21:53:27.532Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-21T21:53:27.561Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-21T21:53:33.241Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-21T21:53:33.241Z | + git fetch origin b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
69 | 2024-11-21T21:53:33.886Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-21T21:53:33.886Z | * branch b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e -> FETCH_HEAD |
71 | 2024-11-21T21:53:33.897Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2024-11-21T21:53:33.899Z | ++ git branch --show-current |
73 | 2024-11-21T21:53:33.901Z | + current=main |
74 | 2024-11-21T21:53:33.901Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2024-11-21T21:53:33.901Z | + git branch -f iliana/nexus-tuf b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
76 | 2024-11-21T21:53:33.904Z | + git checkout -f iliana/nexus-tuf |
77 | 2024-11-21T21:53:34.001Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2024-11-21T21:53:34.004Z | + git reset --hard b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
79 | 2024-11-21T21:53:34.099Z | HEAD is now at b2fd7494c integration test |
80 | 2024-11-21T21:53:34.102Z | process exited: duration 6576 ms, exit code 0 |
|
81 | 2024-11-21T21:53:34.107Z | starting task 4: "build" |
82 | 2024-11-21T21:53:34.112Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-21T21:53:34.115Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-21T21:53:34.115Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-21T21:53:34.115Z | + cargo --version |
86 | 2024-11-21T21:53:34.170Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-21T21:53:34.173Z | + rustc --version |
88 | 2024-11-21T21:53:34.232Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-21T21:53:34.235Z | + source ./env.sh |
90 | 2024-11-21T21:53:34.237Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-21T21:53:34.237Z | ++ set -o xtrace |
92 | 2024-11-21T21:53:34.237Z | ++++ dirname ./env.sh |
93 | 2024-11-21T21:53:34.240Z | +++ readlink -f . |
94 | 2024-11-21T21:53:34.242Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-21T21:53:34.242Z | ++ 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-21T21:53:34.242Z | ++ 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-21T21:53:34.245Z | ++ 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-21T21:53:34.245Z | ++ 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-21T21:53:34.245Z | ++ 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-21T21:53:34.245Z | ++ 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-21T21:53:34.245Z | ++ 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-21T21:53:34.245Z | ++ 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-21T21:53:34.245Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-21T21:53:34.245Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-21T21:53:34.245Z | + 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-21T21:53:34.245Z | + 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-21T21:53:34.245Z | + banner prerequisites |
108 | 2024-11-21T21:53:34.245Z | |
109 | 2024-11-21T21:53:34.245Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-21T21:53:34.246Z | # # # # # # # # # # # # # # # |
111 | 2024-11-21T21:53:34.246Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-21T21:53:34.246Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-21T21:53:34.246Z | # # # # # # # # # # # # # # # |
114 | 2024-11-21T21:53:34.246Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-21T21:53:34.246Z | |
116 | 2024-11-21T21:53:34.248Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-21T21:53:40.707Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-21T21:53:44.321Z | Startup: Caching catalogs ... Done |
119 | 2024-11-21T21:53:53.149Z | Planning: Solver setup ... Done (8.067s) |
120 | 2024-11-21T21:53:53.258Z | Planning: Running solver ... Done (0.111s) |
121 | 2024-11-21T21:53:53.360Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-11-21T21:53:53.372Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-21T21:53:53.692Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-21T21:53:53.791Z | Planning: Package planning ... Done (0.098s) |
125 | 2024-11-21T21:53:53.847Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-21T21:53:54.032Z | Planning: Checking for conflicting actions ... Done (0.184s) |
127 | 2024-11-21T21:53:55.868Z | Planning: Consolidating action changes ... Done (1.836s) |
128 | 2024-11-21T21:53:56.276Z | Planning: Evaluating mediators ... Done (0.409s) |
129 | 2024-11-21T21:53:56.356Z | Planning: Planning completed in 11.95 seconds |
130 | 2024-11-21T21:53:56.373Z | Packages to install: 4 |
131 | 2024-11-21T21:53:56.373Z | Packages to update: 1 |
132 | 2024-11-21T21:53:56.375Z | Mediators to change: 2 |
133 | 2024-11-21T21:53:56.375Z | Services to change: 1 |
134 | 2024-11-21T21:53:56.375Z | Estimated space available: 155.64 GB |
135 | 2024-11-21T21:53:56.375Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-21T21:53:56.375Z | Create boot environment: No |
137 | 2024-11-21T21:53:56.375Z | Create backup boot environment: Yes |
138 | 2024-11-21T21:53:56.375Z | Rebuild boot archive: No |
139 | 2024-11-21T21:53:56.375Z | |
140 | 2024-11-21T21:53:56.375Z | Changed mediators: |
141 | 2024-11-21T21:53:56.376Z | mediator clang: |
142 | 2024-11-21T21:53:56.376Z | version: None -> 15 (system default) |
143 | 2024-11-21T21:53:56.376Z | |
144 | 2024-11-21T21:53:56.376Z | mediator llvm: |
145 | 2024-11-21T21:53:56.376Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-21T21:53:56.376Z | |
147 | 2024-11-21T21:53:56.376Z | Changed packages: |
148 | 2024-11-21T21:53:56.376Z | helios-dev |
149 | 2024-11-21T21:53:56.376Z | developer/build-essential |
150 | 2024-11-21T21:53:56.376Z | None -> 11-2.0 |
151 | 2024-11-21T21:53:56.377Z | library/libxmlsec1 |
152 | 2024-11-21T21:53:56.377Z | None -> 1.2.35-2.0 |
153 | 2024-11-21T21:53:56.377Z | ooce/developer/clang-15 |
154 | 2024-11-21T21:53:56.377Z | None -> 15.0.7-2.0 |
155 | 2024-11-21T21:53:56.377Z | ooce/developer/llvm-15 |
156 | 2024-11-21T21:53:56.377Z | None -> 15.0.7-2.0 |
157 | 2024-11-21T21:53:56.377Z | package/pkg |
158 | 2024-11-21T21:53:56.377Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-21T21:53:56.377Z | |
160 | 2024-11-21T21:53:56.377Z | Services: |
161 | 2024-11-21T21:53:56.377Z | restart_fmri: |
162 | 2024-11-21T21:53:56.377Z | svc:/system/update-man-index:default |
163 | 2024-11-21T21:53:56.377Z | |
164 | 2024-11-21T21:53:56.377Z | Editable files to change: |
165 | 2024-11-21T21:53:56.377Z | Update: |
166 | 2024-11-21T21:53:56.377Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-21T21:53:56.450Z | |
168 | 2024-11-21T21:53:56.450Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-21T21:54:01.882Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (17.8M/s) |
170 | 2024-11-21T21:54:07.068Z | Download: 2215/4281 items 118.5/220.6MB 53% complete (11.8M/s) |
171 | 2024-11-21T21:54:12.071Z | Download: 3108/4281 items 130.9/220.6MB 59% complete (4.6M/s) |
172 | 2024-11-21T21:54:17.080Z | Download: 3710/4281 items 216.5/220.6MB 98% complete (9.8M/s) |
173 | 2024-11-21T21:54:22.385Z | Download: 4200/4281 items 220.5/220.6MB 99% complete (9.8M/s) |
174 | 2024-11-21T21:54:28.297Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (8.0M/s) |
175 | 2024-11-21T21:54:28.400Z | Download: Completed 220.60 MB in 31.95 seconds (6.9M/s) |
176 | 2024-11-21T21:54:30.285Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-11-21T21:54:30.305Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-11-21T21:54:34.960Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-11-21T21:54:35.260Z | Actions: Completed 5063 actions in 4.97 seconds. |
180 | 2024-11-21T21:54:35.482Z | Done (0.213s) |
181 | 2024-11-21T21:54:35.484Z | Done (0.000s) |
182 | 2024-11-21T21:54:36.007Z | Done (0.523s) |
183 | 2024-11-21T21:54:40.504Z | Done (4.282s) |
184 | 2024-11-21T21:54:40.591Z | Done (0.016s) |
185 | 2024-11-21T21:54:40.594Z | Done (0.000s) |
186 | 2024-11-21T21:54:40.744Z | Done (0.000s) |
187 | 2024-11-21T21:54:41.420Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-21T21:54:41.577Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-11-21T21:54:41.580Z | Planning: Consolidating action changes ... Done |
190 | 2024-11-21T21:54:41.844Z | Planning: Evaluating mediators ... Done |
191 | 2024-11-21T21:54:41.847Z | Planning: Planning completed in 0.42 seconds |
192 | 2024-11-21T21:54:41.884Z | Mediators to change: 2 |
193 | 2024-11-21T21:54:41.884Z | Create boot environment: No |
194 | 2024-11-21T21:54:41.886Z | Create backup boot environment: No |
195 | 2024-11-21T21:54:41.958Z | Done |
196 | 2024-11-21T21:54:41.958Z | Done |
197 | 2024-11-21T21:54:42.318Z | Done |
198 | 2024-11-21T21:54:45.992Z | Done |
199 | 2024-11-21T21:54:46.084Z | Done |
200 | 2024-11-21T21:54:46.086Z | Done |
201 | 2024-11-21T21:54:46.196Z | Done |
202 | 2024-11-21T21:54:46.802Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-21T21:54:46.804Z | Planning: Merging actions ... Done |
204 | 2024-11-21T21:54:46.989Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-11-21T21:54:46.991Z | Planning: Consolidating action changes ... Done |
206 | 2024-11-21T21:54:47.254Z | Planning: Evaluating mediators ... Done |
207 | 2024-11-21T21:54:47.308Z | Planning: Planning completed in 0.75 seconds |
208 | 2024-11-21T21:54:47.351Z | Packages to change: 1 |
209 | 2024-11-21T21:54:47.351Z | Mediators to change: 1 |
210 | 2024-11-21T21:54:47.354Z | Services to change: 1 |
211 | 2024-11-21T21:54:47.354Z | Create boot environment: No |
212 | 2024-11-21T21:54:47.354Z | Create backup boot environment: Yes |
213 | 2024-11-21T21:54:49.505Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-11-21T21:54:49.508Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-11-21T21:54:49.511Z | Done |
216 | 2024-11-21T21:54:49.511Z | Done |
217 | 2024-11-21T21:54:49.618Z | Done |
218 | 2024-11-21T21:54:53.316Z | Done |
219 | 2024-11-21T21:54:53.406Z | Done |
220 | 2024-11-21T21:54:53.408Z | Done |
221 | 2024-11-21T21:54:53.527Z | Done |
222 | 2024-11-21T21:54:53.958Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-11-21T21:54:53.958Z | clang system 15 system |
224 | 2024-11-21T21:54:53.958Z | csh system system illumos |
225 | 2024-11-21T21:54:53.958Z | ctags system system illumos |
226 | 2024-11-21T21:54:53.958Z | gcc vendor 12 vendor |
227 | 2024-11-21T21:54:53.958Z | gcc system 10 system |
228 | 2024-11-21T21:54:53.958Z | gcc system 7 system |
229 | 2024-11-21T21:54:53.958Z | go system 1.20 system |
230 | 2024-11-21T21:54:53.958Z | go system 1.19 system |
231 | 2024-11-21T21:54:53.958Z | llvm system 15 system |
232 | 2024-11-21T21:54:53.958Z | llvm system 14 system |
233 | 2024-11-21T21:54:53.958Z | mariadb system 10.6 system |
234 | 2024-11-21T21:54:53.958Z | mta vendor vendor dma |
235 | 2024-11-21T21:54:53.958Z | openjdk system 17 system |
236 | 2024-11-21T21:54:53.959Z | openjdk system 11 system |
237 | 2024-11-21T21:54:53.959Z | openjdk system 1.8 system |
238 | 2024-11-21T21:54:53.959Z | openssl vendor 3 vendor |
239 | 2024-11-21T21:54:53.959Z | perl system 5.36 system |
240 | 2024-11-21T21:54:53.959Z | postgresql system 15 system |
241 | 2024-11-21T21:54:53.959Z | postgresql system 13 system |
242 | 2024-11-21T21:54:53.959Z | python vendor 3 vendor |
243 | 2024-11-21T21:54:53.959Z | python system 2 system |
244 | 2024-11-21T21:54:53.959Z | python3 system 3.11 system |
245 | 2024-11-21T21:54:53.959Z | ruby system 3.0 system |
246 | 2024-11-21T21:54:53.959Z | words vendor vendor american-english |
247 | 2024-11-21T21:54:53.959Z | words system system australian-english |
248 | 2024-11-21T21:54:53.959Z | words system system british-english |
249 | 2024-11-21T21:54:53.959Z | words system system canadian-english |
250 | 2024-11-21T21:54:53.959Z | words system system french |
251 | 2024-11-21T21:54:53.959Z | words system system italian |
252 | 2024-11-21T21:54:53.959Z | words system system ngerman |
253 | 2024-11-21T21:54:53.959Z | words system system ogerman |
254 | 2024-11-21T21:54:53.959Z | words system system spanish |
255 | 2024-11-21T21:54:54.293Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-11-21T21:54:54.293Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-11-21T21:54:56.845Z | FMRI IFO |
258 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-11-21T21:54:56.845Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-11-21T21:54:56.846Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-11-21T21:54:56.846Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-11-21T21:54:56.846Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-11-21T21:54:56.846Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-11-21T21:54:56.846Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-11-21T21:54:57.584Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-11-21T21:54:57.835Z | Updating crates.io index |
275 | 2024-11-21T21:54:57.838Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-11-21T21:54:58.697Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-11-21T21:54:58.955Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-11-21T21:54:59.304Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-11-21T21:54:59.613Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-11-21T21:55:00.636Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-11-21T21:55:03.092Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-11-21T21:55:04.127Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-11-21T21:55:04.908Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-11-21T21:55:05.203Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-11-21T21:55:05.495Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-11-21T21:55:06.194Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-11-21T21:55:06.497Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-11-21T21:55:06.810Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-11-21T21:55:07.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-11-21T21:55:07.382Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-11-21T21:55:07.640Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-11-21T21:55:07.952Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-11-21T21:55:08.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-11-21T21:55:08.672Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-11-21T21:55:08.978Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-11-21T21:55:09.423Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-11-21T21:55:09.774Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2024-11-21T21:55:10.493Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-11-21T21:55:10.861Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-11-21T21:55:11.257Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-11-21T21:55:11.605Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-21T21:55:11.869Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-21T21:55:12.203Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-21T21:55:13.661Z | Downloading crates ... |
305 | 2024-11-21T21:55:13.767Z | Downloaded anstream v0.6.15 |
306 | 2024-11-21T21:55:13.784Z | Downloaded block-buffer v0.10.4 |
307 | 2024-11-21T21:55:13.786Z | Downloaded autocfg v1.4.0 |
308 | 2024-11-21T21:55:13.793Z | Downloaded cargo_metadata v0.18.1 |
309 | 2024-11-21T21:55:13.795Z | Downloaded anyhow v1.0.93 |
310 | 2024-11-21T21:55:13.798Z | Downloaded clap_lex v0.7.2 |
311 | 2024-11-21T21:55:13.800Z | Downloaded cfg-if v1.0.0 |
312 | 2024-11-21T21:55:13.801Z | Downloaded cargo_toml v0.20.5 |
313 | 2024-11-21T21:55:13.812Z | Downloaded cargo-platform v0.1.8 |
314 | 2024-11-21T21:55:13.815Z | Downloaded camino v1.1.9 |
315 | 2024-11-21T21:55:13.817Z | Downloaded bytecount v0.6.8 |
316 | 2024-11-21T21:55:13.817Z | Downloaded colorchoice v1.0.2 |
317 | 2024-11-21T21:55:13.820Z | Downloaded byteorder v1.5.0 |
318 | 2024-11-21T21:55:13.822Z | Downloaded anstyle-query v1.1.1 |
319 | 2024-11-21T21:55:13.822Z | Downloaded anstyle v1.0.10 |
320 | 2024-11-21T21:55:13.825Z | Downloaded clap_derive v4.5.18 |
321 | 2024-11-21T21:55:13.827Z | Downloaded clap_builder v4.5.21 |
322 | 2024-11-21T21:55:13.832Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-11-21T21:55:13.835Z | Downloaded equivalent v1.0.1 |
324 | 2024-11-21T21:55:13.835Z | Downloaded clap v4.5.21 |
325 | 2024-11-21T21:55:13.844Z | Downloaded itoa v1.0.11 |
326 | 2024-11-21T21:55:13.846Z | Downloaded fastrand v2.1.1 |
327 | 2024-11-21T21:55:13.849Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-11-21T21:55:13.849Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2024-11-21T21:55:13.849Z | Downloaded dof v0.3.0 |
330 | 2024-11-21T21:55:13.852Z | Downloaded digest v0.10.7 |
331 | 2024-11-21T21:55:13.852Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-11-21T21:55:13.854Z | Downloaded crypto-common v0.1.6 |
333 | 2024-11-21T21:55:13.854Z | Downloaded cpufeatures v0.2.14 |
334 | 2024-11-21T21:55:13.854Z | Downloaded is_terminal_polyfill v1.70.1 |
335 | 2024-11-21T21:55:13.856Z | Downloaded swrite v0.1.0 |
336 | 2024-11-21T21:55:13.856Z | Downloaded heck v0.5.0 |
337 | 2024-11-21T21:55:13.859Z | Downloaded heck v0.4.1 |
338 | 2024-11-21T21:55:13.859Z | Downloaded fs-err v2.11.0 |
339 | 2024-11-21T21:55:13.861Z | Downloaded fnv v1.0.7 |
340 | 2024-11-21T21:55:13.861Z | Downloaded bitflags v2.6.0 |
341 | 2024-11-21T21:55:13.865Z | Downloaded anstyle-parse v0.2.5 |
342 | 2024-11-21T21:55:13.867Z | Downloaded camino-tempfile v1.1.1 |
343 | 2024-11-21T21:55:13.873Z | Downloaded plain v0.2.3 |
344 | 2024-11-21T21:55:13.876Z | Downloaded memmap v0.7.0 |
345 | 2024-11-21T21:55:13.879Z | Downloaded pest_generator v2.7.14 |
346 | 2024-11-21T21:55:13.879Z | Downloaded errno v0.3.9 |
347 | 2024-11-21T21:55:13.882Z | Downloaded scroll v0.12.0 |
348 | 2024-11-21T21:55:13.885Z | Downloaded version_check v0.9.5 |
349 | 2024-11-21T21:55:13.887Z | Downloaded toml_datetime v0.6.8 |
350 | 2024-11-21T21:55:13.887Z | Downloaded usdt v0.5.0 |
351 | 2024-11-21T21:55:13.889Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-11-21T21:55:13.889Z | Downloaded thread-id v4.2.2 |
353 | 2024-11-21T21:55:13.892Z | Downloaded thiserror v1.0.69 |
354 | 2024-11-21T21:55:13.895Z | Downloaded serde_tokenstream v0.2.2 |
355 | 2024-11-21T21:55:13.898Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-11-21T21:55:13.898Z | Downloaded terminal_size v0.4.0 |
357 | 2024-11-21T21:55:13.901Z | Downloaded serde_spanned v0.6.8 |
358 | 2024-11-21T21:55:13.901Z | Downloaded strsim v0.11.1 |
359 | 2024-11-21T21:55:13.903Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-11-21T21:55:13.905Z | Downloaded smawk v0.3.2 |
361 | 2024-11-21T21:55:13.905Z | Downloaded proc-macro-error-attr v1.0.4 |
362 | 2024-11-21T21:55:13.908Z | Downloaded once_cell v1.20.2 |
363 | 2024-11-21T21:55:13.910Z | Downloaded generic-array v0.14.7 |
364 | 2024-11-21T21:55:13.912Z | Downloaded dtrace-parser v0.2.0 |
365 | 2024-11-21T21:55:13.915Z | Downloaded pest_derive v2.7.14 |
366 | 2024-11-21T21:55:13.918Z | Downloaded utf8parse v0.2.2 |
367 | 2024-11-21T21:55:13.921Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-11-21T21:55:13.926Z | Downloaded tempfile v3.13.0 |
369 | 2024-11-21T21:55:13.929Z | Downloaded semver v1.0.23 |
370 | 2024-11-21T21:55:13.931Z | Downloaded sha2 v0.10.8 |
371 | 2024-11-21T21:55:13.934Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-11-21T21:55:13.936Z | Downloaded quote v1.0.37 |
373 | 2024-11-21T21:55:13.939Z | Downloaded papergrid v0.11.0 |
374 | 2024-11-21T21:55:13.943Z | Downloaded pest_meta v2.7.14 |
375 | 2024-11-21T21:55:13.946Z | Downloaded log v0.4.22 |
376 | 2024-11-21T21:55:13.948Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-11-21T21:55:13.952Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-11-21T21:55:13.955Z | Downloaded ucd-trie v0.1.7 |
379 | 2024-11-21T21:55:13.957Z | Downloaded toml v0.8.19 |
380 | 2024-11-21T21:55:13.960Z | Downloaded ryu v1.0.18 |
381 | 2024-11-21T21:55:13.963Z | Downloaded typenum v1.17.0 |
382 | 2024-11-21T21:55:13.965Z | Downloaded textwrap v0.16.1 |
383 | 2024-11-21T21:55:13.968Z | Downloaded macaddr v1.0.1 |
384 | 2024-11-21T21:55:13.972Z | Downloaded serde_derive v1.0.215 |
385 | 2024-11-21T21:55:13.975Z | Downloaded proc-macro2 v1.0.89 |
386 | 2024-11-21T21:55:13.977Z | Downloaded serde v1.0.215 |
387 | 2024-11-21T21:55:13.995Z | Downloaded memchr v2.7.4 |
388 | 2024-11-21T21:55:14.001Z | Downloaded indexmap v2.6.0 |
389 | 2024-11-21T21:55:14.010Z | Downloaded pest v2.7.14 |
390 | 2024-11-21T21:55:14.017Z | Downloaded hashbrown v0.15.0 |
391 | 2024-11-21T21:55:14.023Z | Downloaded toml_edit v0.22.22 |
392 | 2024-11-21T21:55:14.044Z | Downloaded zerocopy v0.7.35 |
393 | 2024-11-21T21:55:14.058Z | Downloaded winnow v0.6.20 |
394 | 2024-11-21T21:55:14.066Z | Downloaded serde_json v1.0.132 |
395 | 2024-11-21T21:55:14.081Z | Downloaded goblin v0.8.2 |
396 | 2024-11-21T21:55:14.088Z | Downloaded tabled v0.15.0 |
397 | 2024-11-21T21:55:14.103Z | Downloaded unicode-width v0.1.14 |
398 | 2024-11-21T21:55:14.109Z | Downloaded syn v2.0.87 |
399 | 2024-11-21T21:55:14.119Z | Downloaded syn v1.0.109 |
400 | 2024-11-21T21:55:14.129Z | Downloaded rustix v0.38.37 |
401 | 2024-11-21T21:55:14.173Z | Downloaded libc v0.2.162 |
402 | 2024-11-21T21:55:14.484Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-21T21:55:14.486Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-21T21:55:14.486Z | Compiling serde v1.0.215 |
405 | 2024-11-21T21:55:14.486Z | Compiling version_check v0.9.5 |
406 | 2024-11-21T21:55:14.486Z | Compiling thiserror v1.0.69 |
407 | 2024-11-21T21:55:14.486Z | Compiling memchr v2.7.4 |
408 | 2024-11-21T21:55:14.522Z | Compiling libc v0.2.162 |
409 | 2024-11-21T21:55:14.526Z | Compiling itoa v1.0.11 |
410 | 2024-11-21T21:55:14.728Z | Compiling ryu v1.0.18 |
411 | 2024-11-21T21:55:14.891Z | Compiling ucd-trie v0.1.7 |
412 | 2024-11-21T21:55:15.083Z | Compiling once_cell v1.20.2 |
413 | 2024-11-21T21:55:15.429Z | Compiling byteorder v1.5.0 |
414 | 2024-11-21T21:55:15.480Z | Compiling serde_json v1.0.132 |
415 | 2024-11-21T21:55:15.526Z | Compiling rustix v0.38.37 |
416 | 2024-11-21T21:55:15.862Z | Compiling bitflags v2.6.0 |
417 | 2024-11-21T21:55:15.888Z | Compiling usdt-impl v0.5.0 |
418 | 2024-11-21T21:55:16.191Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-11-21T21:55:16.224Z | Compiling syn v1.0.109 |
420 | 2024-11-21T21:55:16.308Z | Compiling quote v1.0.37 |
421 | 2024-11-21T21:55:16.404Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-11-21T21:55:16.471Z | Compiling utf8parse v0.2.2 |
423 | 2024-11-21T21:55:16.519Z | Compiling log v0.4.22 |
424 | 2024-11-21T21:55:16.630Z | Compiling equivalent v1.0.1 |
425 | 2024-11-21T21:55:16.695Z | Compiling syn v2.0.87 |
426 | 2024-11-21T21:55:16.747Z | Compiling plain v0.2.3 |
427 | 2024-11-21T21:55:16.910Z | Compiling errno v0.3.9 |
428 | 2024-11-21T21:55:16.934Z | Compiling camino v1.1.9 |
429 | 2024-11-21T21:55:16.935Z | Compiling hashbrown v0.15.0 |
430 | 2024-11-21T21:55:17.163Z | Compiling thread-id v4.2.2 |
431 | 2024-11-21T21:55:17.287Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-11-21T21:55:17.638Z | Compiling winnow v0.6.20 |
433 | 2024-11-21T21:55:17.665Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-11-21T21:55:17.689Z | Compiling colorchoice v1.0.2 |
435 | 2024-11-21T21:55:17.805Z | Compiling pretty-hex v0.4.1 |
436 | 2024-11-21T21:55:17.870Z | Compiling autocfg v1.4.0 |
437 | 2024-11-21T21:55:18.051Z | Compiling indexmap v2.6.0 |
438 | 2024-11-21T21:55:18.073Z | Compiling anstyle-query v1.1.1 |
439 | 2024-11-21T21:55:18.135Z | Compiling unicode-width v0.1.14 |
440 | 2024-11-21T21:55:18.232Z | Compiling anstyle v1.0.10 |
441 | 2024-11-21T21:55:18.728Z | Compiling semver v1.0.23 |
442 | 2024-11-21T21:55:18.759Z | Compiling anstream v0.6.15 |
443 | 2024-11-21T21:55:19.177Z | Compiling fs-err v2.11.0 |
444 | 2024-11-21T21:55:19.355Z | Compiling terminal_size v0.4.0 |
445 | 2024-11-21T21:55:19.579Z | Compiling bytecount v0.6.8 |
446 | 2024-11-21T21:55:19.630Z | Compiling strsim v0.11.1 |
447 | 2024-11-21T21:55:19.665Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-21T21:55:19.772Z | Compiling anyhow v1.0.93 |
449 | 2024-11-21T21:55:19.812Z | Compiling heck v0.4.1 |
450 | 2024-11-21T21:55:20.162Z | Compiling fastrand v2.1.1 |
451 | 2024-11-21T21:55:20.323Z | Compiling heck v0.5.0 |
452 | 2024-11-21T21:55:20.419Z | Compiling clap_lex v0.7.2 |
453 | 2024-11-21T21:55:20.575Z | Compiling fnv v1.0.7 |
454 | 2024-11-21T21:55:20.701Z | Compiling papergrid v0.11.0 |
455 | 2024-11-21T21:55:20.728Z | Compiling clap_builder v4.5.21 |
456 | 2024-11-21T21:55:20.731Z | Compiling tempfile v3.13.0 |
457 | 2024-11-21T21:55:21.107Z | Compiling memmap v0.7.0 |
458 | 2024-11-21T21:55:21.227Z | Compiling smawk v0.3.2 |
459 | 2024-11-21T21:55:21.446Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-21T21:55:21.644Z | Compiling swrite v0.1.0 |
461 | 2024-11-21T21:55:21.969Z | Compiling textwrap v0.16.1 |
462 | 2024-11-21T21:55:22.842Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-21T21:55:24.490Z | Compiling tabled v0.15.0 |
464 | 2024-11-21T21:55:25.870Z | Compiling serde_derive v1.0.215 |
465 | 2024-11-21T21:55:25.872Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-11-21T21:55:25.872Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-21T21:55:25.872Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-21T21:55:26.176Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-21T21:55:27.443Z | Compiling scroll v0.12.0 |
470 | 2024-11-21T21:55:27.924Z | Compiling goblin v0.8.2 |
471 | 2024-11-21T21:55:27.966Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-21T21:55:28.611Z | Compiling pest v2.7.14 |
473 | 2024-11-21T21:55:30.429Z | Compiling clap v4.5.21 |
474 | 2024-11-21T21:55:30.899Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-21T21:55:31.740Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-21T21:55:33.735Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-21T21:55:34.401Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-21T21:55:36.316Z | Compiling toml_datetime v0.6.8 |
479 | 2024-11-21T21:55:36.316Z | Compiling serde_spanned v0.6.8 |
480 | 2024-11-21T21:55:36.319Z | Compiling cargo-platform v0.1.8 |
481 | 2024-11-21T21:55:36.683Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-11-21T21:55:36.754Z | Compiling toml_edit v0.22.22 |
483 | 2024-11-21T21:55:36.911Z | Compiling macaddr v1.0.1 |
484 | 2024-11-21T21:55:36.977Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-21T21:55:37.826Z | Compiling dof v0.3.0 |
486 | 2024-11-21T21:55:37.826Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-21T21:55:39.614Z | Compiling toml v0.8.19 |
488 | 2024-11-21T21:55:39.795Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-21T21:55:39.795Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-11-21T21:55:40.444Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-21T21:55:41.176Z | Compiling usdt v0.5.0 |
492 | 2024-11-21T21:55:44.037Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-21T21:55:48.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.84s |
494 | 2024-11-21T21:55:48.463Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-21T21:55:49.019Z | Downloading crates ... |
496 | 2024-11-21T21:55:49.156Z | Downloaded addr2line v0.24.2 |
497 | 2024-11-21T21:55:49.162Z | Downloaded ahash v0.8.11 |
498 | 2024-11-21T21:55:49.168Z | Downloaded adler2 v2.0.0 |
499 | 2024-11-21T21:55:49.171Z | Downloaded ipnet v2.10.1 |
500 | 2024-11-21T21:55:49.173Z | Downloaded aead v0.5.2 |
501 | 2024-11-21T21:55:49.175Z | Downloaded array-init v0.0.4 |
502 | 2024-11-21T21:55:49.178Z | Downloaded argon2 v0.5.3 |
503 | 2024-11-21T21:55:49.180Z | Downloaded icu_normalizer v1.5.0 |
504 | 2024-11-21T21:55:49.185Z | Downloaded allocator-api2 v0.2.18 |
505 | 2024-11-21T21:55:49.188Z | Downloaded md5 v0.7.0 |
506 | 2024-11-21T21:55:49.192Z | Downloaded arc-swap v1.7.1 |
507 | 2024-11-21T21:55:49.196Z | Downloaded managed v0.8.0 |
508 | 2024-11-21T21:55:49.198Z | Downloaded iana-time-zone v0.1.61 |
509 | 2024-11-21T21:55:49.200Z | Downloaded aes-gcm v0.10.3 |
510 | 2024-11-21T21:55:49.204Z | Downloaded lazycell v1.3.0 |
511 | 2024-11-21T21:55:49.206Z | Downloaded aho-corasick v1.1.3 |
512 | 2024-11-21T21:55:49.211Z | Downloaded atomicwrites v0.4.4 |
513 | 2024-11-21T21:55:49.214Z | Downloaded atty v0.2.14 |
514 | 2024-11-21T21:55:49.217Z | Downloaded base16ct v0.2.0 |
515 | 2024-11-21T21:55:49.217Z | Downloaded backoff v0.4.0 |
516 | 2024-11-21T21:55:49.220Z | Downloaded assert_matches v1.5.0 |
517 | 2024-11-21T21:55:49.220Z | Downloaded async-stream v0.3.6 |
518 | 2024-11-21T21:55:49.222Z | Downloaded backtrace v0.3.74 |
519 | 2024-11-21T21:55:49.227Z | Downloaded async-bb8-diesel v0.2.1 |
520 | 2024-11-21T21:55:49.230Z | Downloaded async-recursion v1.1.1 |
521 | 2024-11-21T21:55:49.235Z | Downloaded async-stream-impl v0.3.6 |
522 | 2024-11-21T21:55:49.238Z | Downloaded ascii-canvas v3.0.0 |
523 | 2024-11-21T21:55:49.238Z | Downloaded arrayvec v0.7.6 |
524 | 2024-11-21T21:55:49.241Z | Downloaded ciborium-io v0.2.2 |
525 | 2024-11-21T21:55:49.241Z | Downloaded atomic-waker v1.1.2 |
526 | 2024-11-21T21:55:49.244Z | Downloaded arrayref v0.3.9 |
527 | 2024-11-21T21:55:49.244Z | Downloaded aes v0.8.4 |
528 | 2024-11-21T21:55:49.247Z | Downloaded cfg_aliases v0.1.1 |
529 | 2024-11-21T21:55:49.250Z | Downloaded instability v0.3.2 |
530 | 2024-11-21T21:55:49.252Z | Downloaded headers-core v0.3.0 |
531 | 2024-11-21T21:55:49.252Z | Downloaded cfg_aliases v0.2.1 |
532 | 2024-11-21T21:55:49.255Z | Downloaded bitflags v1.3.2 |
533 | 2024-11-21T21:55:49.257Z | Downloaded bit-set v0.5.3 |
534 | 2024-11-21T21:55:49.258Z | Downloaded bb8 v0.8.5 |
535 | 2024-11-21T21:55:49.260Z | Downloaded cassowary v0.3.0 |
536 | 2024-11-21T21:55:49.264Z | Downloaded lalrpop v0.19.12 |
537 | 2024-11-21T21:55:49.276Z | Downloaded convert_case v0.4.0 |
538 | 2024-11-21T21:55:49.278Z | Downloaded cbc v0.1.2 |
539 | 2024-11-21T21:55:49.280Z | Downloaded cexpr v0.6.0 |
540 | 2024-11-21T21:55:49.288Z | Downloaded bitfield v0.14.0 |
541 | 2024-11-21T21:55:49.288Z | Downloaded darling v0.20.10 |
542 | 2024-11-21T21:55:49.288Z | Downloaded crc-catalog v2.4.0 |
543 | 2024-11-21T21:55:49.292Z | Downloaded block-padding v0.3.3 |
544 | 2024-11-21T21:55:49.292Z | Downloaded bcrypt-pbkdf v0.10.0 |
545 | 2024-11-21T21:55:49.292Z | Downloaded hubpack_derive v0.1.1 |
546 | 2024-11-21T21:55:49.295Z | Downloaded castaway v0.2.3 |
547 | 2024-11-21T21:55:49.297Z | Downloaded crossbeam-deque v0.8.5 |
548 | 2024-11-21T21:55:49.298Z | Downloaded heck v0.3.3 |
549 | 2024-11-21T21:55:49.300Z | Downloaded constant_time_eq v0.3.1 |
550 | 2024-11-21T21:55:49.300Z | Downloaded bzip2 v0.4.4 |
551 | 2024-11-21T21:55:49.302Z | Downloaded curve25519-dalek-derive v0.1.1 |
552 | 2024-11-21T21:55:49.304Z | Downloaded cstr-argument v0.1.2 |
553 | 2024-11-21T21:55:49.307Z | Downloaded hostname v0.3.1 |
554 | 2024-11-21T21:55:49.307Z | Downloaded hex-literal v0.4.1 |
555 | 2024-11-21T21:55:49.309Z | Downloaded cipher v0.4.4 |
556 | 2024-11-21T21:55:49.311Z | Downloaded bitfield-struct v0.6.2 |
557 | 2024-11-21T21:55:49.311Z | Downloaded ident_case v1.0.1 |
558 | 2024-11-21T21:55:49.313Z | Downloaded async-trait v0.1.83 |
559 | 2024-11-21T21:55:49.316Z | Downloaded instant v0.1.13 |
560 | 2024-11-21T21:55:49.318Z | Downloaded is_ci v1.2.0 |
561 | 2024-11-21T21:55:49.321Z | Downloaded icu_provider_macros v1.5.0 |
562 | 2024-11-21T21:55:49.321Z | Downloaded crc v3.2.1 |
563 | 2024-11-21T21:55:49.324Z | Downloaded colored v2.1.0 |
564 | 2024-11-21T21:55:49.326Z | Downloaded cmake v0.1.51 |
565 | 2024-11-21T21:55:49.329Z | Downloaded http-body v1.0.1 |
566 | 2024-11-21T21:55:49.329Z | Downloaded chrono-tz-build v0.4.0 |
567 | 2024-11-21T21:55:49.329Z | Downloaded buf-list v1.0.3 |
568 | 2024-11-21T21:55:49.331Z | Downloaded http-range v0.1.5 |
569 | 2024-11-21T21:55:49.334Z | Downloaded crunchy v0.2.2 |
570 | 2024-11-21T21:55:49.334Z | Downloaded home v0.5.9 |
571 | 2024-11-21T21:55:49.336Z | Downloaded hubpack v0.1.2 |
572 | 2024-11-21T21:55:49.339Z | Downloaded blowfish v0.9.1 |
573 | 2024-11-21T21:55:49.339Z | Downloaded httpdate v1.0.3 |
574 | 2024-11-21T21:55:49.341Z | Downloaded http-body-util v0.1.2 |
575 | 2024-11-21T21:55:49.344Z | Downloaded base64ct v1.6.0 |
576 | 2024-11-21T21:55:49.346Z | Downloaded const_format_proc_macros v0.2.33 |
577 | 2024-11-21T21:55:49.348Z | Downloaded chacha20 v0.9.1 |
578 | 2024-11-21T21:55:49.351Z | Downloaded ctr v0.9.2 |
579 | 2024-11-21T21:55:49.354Z | Downloaded ciborium-ll v0.2.2 |
580 | 2024-11-21T21:55:49.354Z | Downloaded crucible-workspace-hack v0.1.0 |
581 | 2024-11-21T21:55:49.356Z | Downloaded bit-vec v0.6.3 |
582 | 2024-11-21T21:55:49.356Z | Downloaded match_cfg v0.1.0 |
583 | 2024-11-21T21:55:49.356Z | Downloaded thread_local v1.1.8 |
584 | 2024-11-21T21:55:49.360Z | Downloaded bcs v0.1.6 |
585 | 2024-11-21T21:55:49.362Z | Downloaded matches v0.1.10 |
586 | 2024-11-21T21:55:49.363Z | Downloaded hex v0.4.3 |
587 | 2024-11-21T21:55:49.365Z | Downloaded serde_urlencoded v0.7.1 |
588 | 2024-11-21T21:55:49.367Z | Downloaded idna v0.3.0 |
589 | 2024-11-21T21:55:49.373Z | Downloaded slog-bunyan v2.5.0 |
590 | 2024-11-21T21:55:49.376Z | Downloaded cookie_store v0.21.0 |
591 | 2024-11-21T21:55:49.378Z | Downloaded hostname v0.4.0 |
592 | 2024-11-21T21:55:49.380Z | Downloaded slog-dtrace v0.3.0 |
593 | 2024-11-21T21:55:49.382Z | Downloaded idna_adapter v1.2.0 |
594 | 2024-11-21T21:55:49.382Z | Downloaded blake2 v0.10.6 |
595 | 2024-11-21T21:55:49.385Z | Downloaded crc32fast v1.4.2 |
596 | 2024-11-21T21:55:49.388Z | Downloaded synstructure v0.13.1 |
597 | 2024-11-21T21:55:49.391Z | Downloaded csv-core v0.1.11 |
598 | 2024-11-21T21:55:49.391Z | Downloaded strum_macros v0.25.3 |
599 | 2024-11-21T21:55:49.393Z | Downloaded strip-ansi-escapes v0.2.0 |
600 | 2024-11-21T21:55:49.393Z | Downloaded spin v0.5.2 |
601 | 2024-11-21T21:55:49.397Z | Downloaded inout v0.1.3 |
602 | 2024-11-21T21:55:49.399Z | Downloaded clang-sys v1.8.1 |
603 | 2024-11-21T21:55:49.402Z | Downloaded indent_write v2.2.0 |
604 | 2024-11-21T21:55:49.402Z | Downloaded impl-trait-for-tuples v0.2.2 |
605 | 2024-11-21T21:55:49.404Z | Downloaded endian-type v0.1.2 |
606 | 2024-11-21T21:55:49.406Z | Downloaded zerofrom v0.1.4 |
607 | 2024-11-21T21:55:49.406Z | Downloaded base64 v0.13.1 |
608 | 2024-11-21T21:55:49.410Z | Downloaded try-lock v0.2.5 |
609 | 2024-11-21T21:55:49.412Z | Downloaded topological-sort v0.2.2 |
610 | 2024-11-21T21:55:49.414Z | Downloaded humantime v2.1.0 |
611 | 2024-11-21T21:55:49.414Z | Downloaded httparse v1.9.5 |
612 | 2024-11-21T21:55:49.417Z | Downloaded slog-envlogger v2.2.0 |
613 | 2024-11-21T21:55:49.419Z | Downloaded crc-any v2.5.0 |
614 | 2024-11-21T21:55:49.421Z | Downloaded cookie v0.18.1 |
615 | 2024-11-21T21:55:49.424Z | Downloaded linear-map v1.2.0 |
616 | 2024-11-21T21:55:49.426Z | Downloaded unicode-truncate v1.1.0 |
617 | 2024-11-21T21:55:49.429Z | Downloaded lockfree-object-pool v0.1.6 |
618 | 2024-11-21T21:55:49.431Z | Downloaded mime v0.3.17 |
619 | 2024-11-21T21:55:49.433Z | Downloaded maybe-uninit v2.0.0 |
620 | 2024-11-21T21:55:49.436Z | Downloaded parse-size v1.1.0 |
621 | 2024-11-21T21:55:49.436Z | Downloaded snafu-derive v0.8.5 |
622 | 2024-11-21T21:55:49.438Z | Downloaded serde_with_macros v3.11.0 |
623 | 2024-11-21T21:55:49.441Z | Downloaded crossbeam-utils v0.8.20 |
624 | 2024-11-21T21:55:49.443Z | Downloaded lru-cache v0.1.2 |
625 | 2024-11-21T21:55:49.445Z | Downloaded const-oid v0.9.6 |
626 | 2024-11-21T21:55:49.448Z | Downloaded quinn-udp v0.5.5 |
627 | 2024-11-21T21:55:49.450Z | Downloaded compact_str v0.8.0 |
628 | 2024-11-21T21:55:49.452Z | Downloaded normalize-line-endings v0.3.0 |
629 | 2024-11-21T21:55:49.454Z | Downloaded new_debug_unreachable v1.0.6 |
630 | 2024-11-21T21:55:49.454Z | Downloaded difflib v0.4.0 |
631 | 2024-11-21T21:55:49.458Z | Downloaded term v0.7.0 |
632 | 2024-11-21T21:55:49.460Z | Downloaded icu_locid_transform v1.5.0 |
633 | 2024-11-21T21:55:49.463Z | Downloaded twox-hash v1.6.3 |
634 | 2024-11-21T21:55:49.465Z | Downloaded russh-keys v0.45.0 |
635 | 2024-11-21T21:55:49.468Z | Downloaded progenitor-impl v0.8.0 |
636 | 2024-11-21T21:55:49.471Z | Downloaded funty v2.0.0 |
637 | 2024-11-21T21:55:49.474Z | Downloaded rustfmt-wrapper v0.2.1 |
638 | 2024-11-21T21:55:49.474Z | Downloaded litemap v0.7.3 |
639 | 2024-11-21T21:55:49.476Z | Downloaded lalrpop-util v0.19.12 |
640 | 2024-11-21T21:55:49.478Z | Downloaded rustc_version v0.4.1 |
641 | 2024-11-21T21:55:49.478Z | Downloaded base64 v0.22.1 |
642 | 2024-11-21T21:55:49.483Z | Downloaded zerofrom-derive v0.1.4 |
643 | 2024-11-21T21:55:49.485Z | Downloaded whoami v1.5.2 |
644 | 2024-11-21T21:55:49.487Z | Downloaded hmac v0.12.1 |
645 | 2024-11-21T21:55:49.490Z | Downloaded rustc_version v0.1.7 |
646 | 2024-11-21T21:55:49.490Z | Downloaded foreign-types v0.5.0 |
647 | 2024-11-21T21:55:49.493Z | Downloaded deranged v0.3.11 |
648 | 2024-11-21T21:55:49.495Z | Downloaded parse-display-derive v0.10.0 |
649 | 2024-11-21T21:55:49.495Z | Downloaded memoffset v0.9.1 |
650 | 2024-11-21T21:55:49.497Z | Downloaded md-5 v0.10.6 |
651 | 2024-11-21T21:55:49.497Z | Downloaded linked-hash-map v0.5.6 |
652 | 2024-11-21T21:55:49.500Z | Downloaded maplit v1.0.2 |
653 | 2024-11-21T21:55:49.500Z | Downloaded const_format v0.2.33 |
654 | 2024-11-21T21:55:49.505Z | Downloaded derive-where v1.2.7 |
655 | 2024-11-21T21:55:49.509Z | Downloaded phf v0.11.2 |
656 | 2024-11-21T21:55:49.511Z | Downloaded mime_guess v2.0.5 |
657 | 2024-11-21T21:55:49.514Z | Downloaded fd-lock v4.0.2 |
658 | 2024-11-21T21:55:49.518Z | Downloaded env_logger v0.11.5 |
659 | 2024-11-21T21:55:49.521Z | Downloaded downcast v0.11.0 |
660 | 2024-11-21T21:55:49.521Z | Downloaded stable_deref_trait v1.2.0 |
661 | 2024-11-21T21:55:49.523Z | Downloaded polyval v0.6.2 |
662 | 2024-11-21T21:55:49.525Z | Downloaded icu_normalizer_data v1.5.0 |
663 | 2024-11-21T21:55:49.528Z | Downloaded icu_locid_transform_data v1.5.0 |
664 | 2024-11-21T21:55:49.530Z | Downloaded base64 v0.21.7 |
665 | 2024-11-21T21:55:49.543Z | Downloaded fs_extra v1.3.0 |
666 | 2024-11-21T21:55:49.545Z | Downloaded time-core v0.1.2 |
667 | 2024-11-21T21:55:49.547Z | Downloaded write16 v1.0.0 |
668 | 2024-11-21T21:55:49.547Z | Downloaded unicode-properties v0.1.3 |
669 | 2024-11-21T21:55:49.550Z | Downloaded jobserver v0.1.32 |
670 | 2024-11-21T21:55:49.552Z | Downloaded resolv-conf v0.7.0 |
671 | 2024-11-21T21:55:49.555Z | Downloaded socket2 v0.5.7 |
672 | 2024-11-21T21:55:49.557Z | Downloaded pem v3.0.4 |
673 | 2024-11-21T21:55:49.559Z | Downloaded slab v0.4.9 |
674 | 2024-11-21T21:55:49.562Z | Downloaded siphasher v0.3.11 |
675 | 2024-11-21T21:55:49.562Z | Downloaded simd-adler32 v0.3.7 |
676 | 2024-11-21T21:55:49.564Z | Downloaded serde_plain v1.0.2 |
677 | 2024-11-21T21:55:49.567Z | Downloaded icu_locid v1.5.0 |
678 | 2024-11-21T21:55:49.570Z | Downloaded cc v1.1.30 |
679 | 2024-11-21T21:55:49.574Z | Downloaded thiserror-impl-no-std v2.0.2 |
680 | 2024-11-21T21:55:49.577Z | Downloaded tabwriter v1.4.0 |
681 | 2024-11-21T21:55:49.579Z | Downloaded diff v0.1.13 |
682 | 2024-11-21T21:55:49.582Z | Downloaded untrusted v0.9.0 |
683 | 2024-11-21T21:55:49.582Z | Downloaded untrusted v0.7.1 |
684 | 2024-11-21T21:55:49.585Z | Downloaded prettyplease v0.2.25 |
685 | 2024-11-21T21:55:49.589Z | Downloaded num-conv v0.1.0 |
686 | 2024-11-21T21:55:49.591Z | Downloaded postgres-protocol v0.6.7 |
687 | 2024-11-21T21:55:49.591Z | Downloaded serde_yaml v0.9.34+deprecated |
688 | 2024-11-21T21:55:49.595Z | Downloaded miniz_oxide v0.8.0 |
689 | 2024-11-21T21:55:49.598Z | Downloaded serde-big-array v0.5.1 |
690 | 2024-11-21T21:55:49.600Z | Downloaded phf_generator v0.11.2 |
691 | 2024-11-21T21:55:49.603Z | Downloaded openssl-macros v0.1.1 |
692 | 2024-11-21T21:55:49.603Z | Downloaded opaque-debug v0.3.1 |
693 | 2024-11-21T21:55:49.605Z | Downloaded futures v0.3.31 |
694 | 2024-11-21T21:55:49.609Z | Downloaded russh-cryptovec v0.7.3 |
695 | 2024-11-21T21:55:49.611Z | Downloaded newtype-uuid v1.1.3 |
696 | 2024-11-21T21:55:49.614Z | Downloaded group v0.13.0 |
697 | 2024-11-21T21:55:49.614Z | Downloaded tinystr v0.7.6 |
698 | 2024-11-21T21:55:49.616Z | Downloaded serde_repr v0.1.19 |
699 | 2024-11-21T21:55:49.619Z | Downloaded indexmap v1.9.3 |
700 | 2024-11-21T21:55:49.621Z | Downloaded peg v0.8.4 |
701 | 2024-11-21T21:55:49.625Z | Downloaded crypto-bigint v0.5.5 |
702 | 2024-11-21T21:55:49.633Z | Downloaded signal-hook-tokio v0.3.1 |
703 | 2024-11-21T21:55:49.635Z | Downloaded want v0.3.1 |
704 | 2024-11-21T21:55:49.638Z | Downloaded progenitor v0.8.0 |
705 | 2024-11-21T21:55:49.638Z | Downloaded pbkdf2 v0.12.2 |
706 | 2024-11-21T21:55:49.640Z | Downloaded displaydoc v0.2.5 |
707 | 2024-11-21T21:55:49.643Z | Downloaded r2d2 v0.8.10 |
708 | 2024-11-21T21:55:49.645Z | Downloaded headers v0.4.0 |
709 | 2024-11-21T21:55:49.651Z | Downloaded foreign-types v0.3.2 |
710 | 2024-11-21T21:55:49.653Z | Downloaded lock_api v0.4.12 |
711 | 2024-11-21T21:55:49.653Z | Downloaded indicatif v0.17.9 |
712 | 2024-11-21T21:55:49.657Z | Downloaded pin-project-internal v1.1.6 |
713 | 2024-11-21T21:55:49.660Z | Downloaded hash32 v0.2.1 |
714 | 2024-11-21T21:55:49.662Z | Downloaded ff v0.13.0 |
715 | 2024-11-21T21:55:49.665Z | Downloaded newtype_derive v0.1.6 |
716 | 2024-11-21T21:55:49.668Z | Downloaded spki v0.7.3 |
717 | 2024-11-21T21:55:49.668Z | Downloaded signal-hook-mio v0.2.4 |
718 | 2024-11-21T21:55:49.670Z | Downloaded fallible-iterator v0.2.0 |
719 | 2024-11-21T21:55:49.670Z | Downloaded foreign-types-macros v0.2.3 |
720 | 2024-11-21T21:55:49.673Z | Downloaded password-hash v0.4.2 |
721 | 2024-11-21T21:55:49.676Z | Downloaded spin v0.9.8 |
722 | 2024-11-21T21:55:49.678Z | Downloaded p256 v0.13.2 |
723 | 2024-11-21T21:55:49.681Z | Downloaded pin-utils v0.1.0 |
724 | 2024-11-21T21:55:49.683Z | Downloaded rusty-fork v0.3.0 |
725 | 2024-11-21T21:55:49.686Z | Downloaded typify v0.2.0 |
726 | 2024-11-21T21:55:49.688Z | Downloaded phf_shared v0.10.0 |
727 | 2024-11-21T21:55:49.690Z | Downloaded utf-8 v0.7.6 |
728 | 2024-11-21T21:55:49.690Z | Downloaded test-strategy v0.3.1 |
729 | 2024-11-21T21:55:49.694Z | Downloaded rustls-pemfile v2.2.0 |
730 | 2024-11-21T21:55:49.697Z | Downloaded icu_collections v1.5.0 |
731 | 2024-11-21T21:55:49.704Z | Downloaded zone_cfg_derive v0.3.0 |
732 | 2024-11-21T21:55:49.706Z | Downloaded hickory-server v0.24.1 |
733 | 2024-11-21T21:55:49.711Z | Downloaded foldhash v0.1.3 |
734 | 2024-11-21T21:55:49.713Z | Downloaded des v0.8.1 |
735 | 2024-11-21T21:55:49.721Z | Downloaded float-ord v0.3.2 |
736 | 2024-11-21T21:55:49.721Z | Downloaded signal-hook-registry v1.4.2 |
737 | 2024-11-21T21:55:49.724Z | Downloaded num v0.4.3 |
738 | 2024-11-21T21:55:49.725Z | Downloaded ssh-encoding v0.2.0 |
739 | 2024-11-21T21:55:49.725Z | Downloaded smallvec v1.13.2 |
740 | 2024-11-21T21:55:49.726Z | Downloaded hickory-resolver v0.24.1 |
741 | 2024-11-21T21:55:49.730Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-11-21T21:55:49.730Z | Downloaded termcolor v1.4.1 |
743 | 2024-11-21T21:55:49.733Z | Downloaded tokio-rustls v0.26.0 |
744 | 2024-11-21T21:55:49.733Z | Downloaded omicron-zone-package v0.11.1 |
745 | 2024-11-21T21:55:49.736Z | Downloaded termios v0.3.3 |
746 | 2024-11-21T21:55:49.739Z | Downloaded path-slash v0.1.5 |
747 | 2024-11-21T21:55:49.741Z | Downloaded powerfmt v0.2.0 |
748 | 2024-11-21T21:55:49.741Z | Downloaded phf_shared v0.11.2 |
749 | 2024-11-21T21:55:49.743Z | Downloaded unsafe-libyaml v0.2.11 |
750 | 2024-11-21T21:55:49.746Z | Downloaded openssl-probe v0.1.5 |
751 | 2024-11-21T21:55:49.748Z | Downloaded darling_macro v0.20.10 |
752 | 2024-11-21T21:55:49.748Z | Downloaded termtree v0.4.1 |
753 | 2024-11-21T21:55:49.751Z | Downloaded take_mut v0.2.2 |
754 | 2024-11-21T21:55:49.751Z | Downloaded sync_wrapper v1.0.1 |
755 | 2024-11-21T21:55:49.751Z | Downloaded sync-ptr v0.1.1 |
756 | 2024-11-21T21:55:49.754Z | Downloaded ppv-lite86 v0.2.20 |
757 | 2024-11-21T21:55:49.754Z | Downloaded subtle v2.6.1 |
758 | 2024-11-21T21:55:49.757Z | Downloaded writeable v0.5.5 |
759 | 2024-11-21T21:55:49.759Z | Downloaded defmt-parser v0.3.4 |
760 | 2024-11-21T21:55:49.759Z | Downloaded strum_macros v0.24.3 |
761 | 2024-11-21T21:55:49.762Z | Downloaded strum v0.26.3 |
762 | 2024-11-21T21:55:49.766Z | Downloaded serde-hex v0.1.0 |
763 | 2024-11-21T21:55:49.766Z | Downloaded embedded-io v0.6.1 |
764 | 2024-11-21T21:55:49.769Z | Downloaded pkcs1 v0.7.5 |
765 | 2024-11-21T21:55:49.769Z | Downloaded float-cmp v0.9.0 |
766 | 2024-11-21T21:55:49.772Z | Downloaded half v2.4.1 |
767 | 2024-11-21T21:55:49.774Z | Downloaded pkg-config v0.3.31 |
768 | 2024-11-21T21:55:49.777Z | Downloaded tui-tree-widget v0.22.0 |
769 | 2024-11-21T21:55:49.779Z | Downloaded typify-macro v0.2.0 |
770 | 2024-11-21T21:55:49.779Z | Downloaded dsl_auto_type v0.1.2 |
771 | 2024-11-21T21:55:49.782Z | Downloaded parse-display v0.10.0 |
772 | 2024-11-21T21:55:49.782Z | Downloaded env_logger v0.10.2 |
773 | 2024-11-21T21:55:49.784Z | Downloaded parking_lot_core v0.9.10 |
774 | 2024-11-21T21:55:49.787Z | Downloaded pretty-hex v0.2.1 |
775 | 2024-11-21T21:55:49.789Z | Downloaded enum-as-inner v0.6.1 |
776 | 2024-11-21T21:55:49.792Z | Downloaded enum-as-inner v0.5.1 |
777 | 2024-11-21T21:55:49.794Z | Downloaded ena v0.14.3 |
778 | 2024-11-21T21:55:49.794Z | Downloaded either v1.13.0 |
779 | 2024-11-21T21:55:49.799Z | Downloaded parking_lot_core v0.8.6 |
780 | 2024-11-21T21:55:49.799Z | Downloaded minimal-lexical v0.2.1 |
781 | 2024-11-21T21:55:49.803Z | Downloaded paste v1.0.15 |
782 | 2024-11-21T21:55:49.807Z | Downloaded mirai-annotations v1.12.0 |
783 | 2024-11-21T21:55:49.809Z | Downloaded tinyvec_macros v0.1.1 |
784 | 2024-11-21T21:55:49.810Z | Downloaded predicates-core v1.0.8 |
785 | 2024-11-21T21:55:49.812Z | Downloaded strum_macros v0.26.4 |
786 | 2024-11-21T21:55:49.814Z | Downloaded predicates-tree v1.0.11 |
787 | 2024-11-21T21:55:49.817Z | Downloaded serde_derive_internals v0.29.1 |
788 | 2024-11-21T21:55:49.817Z | Downloaded predicates v3.1.2 |
789 | 2024-11-21T21:55:49.820Z | Downloaded yoke-derive v0.7.4 |
790 | 2024-11-21T21:55:49.822Z | Downloaded unicode-segmentation v1.12.0 |
791 | 2024-11-21T21:55:49.825Z | Downloaded tap v1.0.1 |
792 | 2024-11-21T21:55:49.827Z | Downloaded supports-color v3.0.1 |
793 | 2024-11-21T21:55:49.830Z | Downloaded smallvec v0.6.14 |
794 | 2024-11-21T21:55:49.832Z | Downloaded pkcs5 v0.7.1 |
795 | 2024-11-21T21:55:49.835Z | Downloaded slog-stdlog v4.1.1 |
796 | 2024-11-21T21:55:49.837Z | Downloaded value-bag v1.9.0 |
797 | 2024-11-21T21:55:49.839Z | Downloaded filetime v0.2.25 |
798 | 2024-11-21T21:55:49.842Z | Downloaded wyz v0.5.1 |
799 | 2024-11-21T21:55:49.844Z | Downloaded wait-timeout v0.2.0 |
800 | 2024-11-21T21:55:49.847Z | Downloaded ed25519 v2.2.3 |
801 | 2024-11-21T21:55:49.847Z | Downloaded xz2 v0.1.7 |
802 | 2024-11-21T21:55:49.849Z | Downloaded pkcs8 v0.10.2 |
803 | 2024-11-21T21:55:49.852Z | Downloaded olpc-cjson v0.1.4 |
804 | 2024-11-21T21:55:49.855Z | Downloaded nu-ansi-term v0.50.1 |
805 | 2024-11-21T21:55:49.857Z | Downloaded hashlink v0.9.1 |
806 | 2024-11-21T21:55:49.859Z | Downloaded nodrop v0.1.14 |
807 | 2024-11-21T21:55:49.861Z | Downloaded futures-io v0.3.31 |
808 | 2024-11-21T21:55:49.862Z | Downloaded same-file v1.0.6 |
809 | 2024-11-21T21:55:49.865Z | Downloaded ref-cast v1.0.23 |
810 | 2024-11-21T21:55:49.867Z | Downloaded primeorder v0.13.6 |
811 | 2024-11-21T21:55:49.870Z | Downloaded pin-project-lite v0.2.14 |
812 | 2024-11-21T21:55:49.873Z | Downloaded crossterm v0.28.1 |
813 | 2024-11-21T21:55:49.880Z | Downloaded packed_struct v0.10.1 |
814 | 2024-11-21T21:55:49.883Z | Downloaded sigpipe v0.1.3 |
815 | 2024-11-21T21:55:49.885Z | Downloaded slog-term v2.9.1 |
816 | 2024-11-21T21:55:49.888Z | Downloaded hash32 v0.3.1 |
817 | 2024-11-21T21:55:49.891Z | Downloaded unicode-normalization v0.1.24 |
818 | 2024-11-21T21:55:49.893Z | Downloaded quick-error v1.2.3 |
819 | 2024-11-21T21:55:49.896Z | Downloaded progenitor-client v0.8.0 |
820 | 2024-11-21T21:55:49.896Z | Downloaded peg-runtime v0.8.3 |
821 | 2024-11-21T21:55:49.898Z | Downloaded toml v0.7.8 |
822 | 2024-11-21T21:55:49.901Z | Downloaded number_prefix v0.4.0 |
823 | 2024-11-21T21:55:49.903Z | Downloaded tls_codec_derive v0.4.1 |
824 | 2024-11-21T21:55:49.905Z | Downloaded dirs-next v2.0.0 |
825 | 2024-11-21T21:55:49.906Z | Downloaded walkdir v2.5.0 |
826 | 2024-11-21T21:55:49.909Z | Downloaded unarray v0.1.4 |
827 | 2024-11-21T21:55:49.909Z | Downloaded slog-async v2.8.0 |
828 | 2024-11-21T21:55:49.911Z | Downloaded tls_codec v0.4.1 |
829 | 2024-11-21T21:55:49.913Z | Downloaded packed_struct_codegen v0.10.1 |
830 | 2024-11-21T21:55:49.916Z | Downloaded shlex v1.3.0 |
831 | 2024-11-21T21:55:49.918Z | Downloaded blake3 v1.5.4 |
832 | 2024-11-21T21:55:49.925Z | Downloaded xattr v1.3.1 |
833 | 2024-11-21T21:55:49.928Z | Downloaded pin-project v1.1.6 |
834 | 2024-11-21T21:55:49.940Z | Downloaded rustls-pemfile v1.0.4 |
835 | 2024-11-21T21:55:49.943Z | Downloaded mockall v0.13.0 |
836 | 2024-11-21T21:55:49.946Z | Downloaded oso-derive v0.27.3 |
837 | 2024-11-21T21:55:49.946Z | Downloaded scrypt v0.11.0 |
838 | 2024-11-21T21:55:49.948Z | Downloaded num-complex v0.4.6 |
839 | 2024-11-21T21:55:49.951Z | Downloaded num_threads v0.1.7 |
840 | 2024-11-21T21:55:49.951Z | Downloaded slog-scope v4.4.0 |
841 | 2024-11-21T21:55:49.954Z | Downloaded serde_with v3.11.0 |
842 | 2024-11-21T21:55:49.964Z | Downloaded dhcproto v0.12.0 |
843 | 2024-11-21T21:55:49.966Z | Downloaded url v2.5.3 |
844 | 2024-11-21T21:55:49.970Z | Downloaded defmt-macros v0.3.9 |
845 | 2024-11-21T21:55:49.974Z | Downloaded fixedbitset v0.4.2 |
846 | 2024-11-21T21:55:49.976Z | Downloaded tokio-tungstenite v0.21.0 |
847 | 2024-11-21T21:55:49.978Z | Downloaded rpassword v7.3.1 |
848 | 2024-11-21T21:55:49.982Z | Downloaded tungstenite v0.21.0 |
849 | 2024-11-21T21:55:49.984Z | Downloaded aws-lc-rs v1.10.0 |
850 | 2024-11-21T21:55:49.995Z | Downloaded fxhash v0.2.1 |
851 | 2024-11-21T21:55:49.997Z | Downloaded rustc-hash v2.0.0 |
852 | 2024-11-21T21:55:49.997Z | Downloaded rustc-hash v1.1.0 |
853 | 2024-11-21T21:55:50.000Z | Downloaded num-derive v0.4.2 |
854 | 2024-11-21T21:55:50.002Z | Downloaded num-rational v0.4.2 |
855 | 2024-11-21T21:55:50.002Z | Downloaded slog v2.7.0 |
856 | 2024-11-21T21:55:50.006Z | Downloaded rsa v0.9.6 |
857 | 2024-11-21T21:55:50.011Z | Downloaded diesel_derives v2.2.3 |
858 | 2024-11-21T21:55:50.016Z | Downloaded steno v0.4.1 |
859 | 2024-11-21T21:55:50.020Z | Downloaded nom v7.1.3 |
860 | 2024-11-21T21:55:50.026Z | Downloaded tokio-tungstenite v0.23.1 |
861 | 2024-11-21T21:55:50.029Z | Downloaded tokio-rustls v0.25.0 |
862 | 2024-11-21T21:55:50.031Z | Downloaded tower-service v0.3.3 |
863 | 2024-11-21T21:55:50.033Z | Downloaded winnow v0.5.40 |
864 | 2024-11-21T21:55:50.042Z | Downloaded universal-hash v0.5.1 |
865 | 2024-11-21T21:55:50.045Z | Downloaded rustversion v1.0.17 |
866 | 2024-11-21T21:55:50.048Z | Downloaded signature v2.2.0 |
867 | 2024-11-21T21:55:50.050Z | Downloaded tracing-attributes v0.1.27 |
868 | 2024-11-21T21:55:50.053Z | Downloaded smf v0.2.3 |
869 | 2024-11-21T21:55:50.053Z | Downloaded dhcproto-macros v0.1.0 |
870 | 2024-11-21T21:55:50.053Z | Downloaded sqlformat v0.2.6 |
871 | 2024-11-21T21:55:50.056Z | Downloaded newline-converter v0.3.0 |
872 | 2024-11-21T21:55:50.059Z | Downloaded display-error-chain v0.2.2 |
873 | 2024-11-21T21:55:50.059Z | Downloaded futures-task v0.3.31 |
874 | 2024-11-21T21:55:50.062Z | Downloaded tracing-core v0.1.32 |
875 | 2024-11-21T21:55:50.064Z | Downloaded fragile v2.0.0 |
876 | 2024-11-21T21:55:50.064Z | Downloaded foreign-types-shared v0.3.1 |
877 | 2024-11-21T21:55:50.066Z | Downloaded foreign-types-shared v0.1.1 |
878 | 2024-11-21T21:55:50.066Z | Downloaded shell-words v1.1.0 |
879 | 2024-11-21T21:55:50.066Z | Downloaded multimap v0.10.0 |
880 | 2024-11-21T21:55:50.069Z | Downloaded futures-core v0.3.31 |
881 | 2024-11-21T21:55:50.069Z | Downloaded percent-encoding v2.3.1 |
882 | 2024-11-21T21:55:50.071Z | Downloaded dyn-clone v1.0.17 |
883 | 2024-11-21T21:55:50.074Z | Downloaded tokio-tungstenite v0.24.0 |
884 | 2024-11-21T21:55:50.076Z | Downloaded vte v0.11.1 |
885 | 2024-11-21T21:55:50.078Z | Downloaded uzers v0.12.1 |
886 | 2024-11-21T21:55:50.081Z | Downloaded radium v0.7.0 |
887 | 2024-11-21T21:55:50.081Z | Downloaded quinn-proto v0.11.8 |
888 | 2024-11-21T21:55:50.088Z | Downloaded sqlparser_derive v0.2.2 |
889 | 2024-11-21T21:55:50.091Z | Downloaded owo-colors v4.1.0 |
890 | 2024-11-21T21:55:50.093Z | Downloaded nanorand v0.7.0 |
891 | 2024-11-21T21:55:50.095Z | Downloaded unicode-xid v0.2.6 |
892 | 2024-11-21T21:55:50.098Z | Downloaded tungstenite v0.24.0 |
893 | 2024-11-21T21:55:50.101Z | Downloaded derive_builder_macro v0.20.2 |
894 | 2024-11-21T21:55:50.104Z | Downloaded tungstenite v0.23.0 |
895 | 2024-11-21T21:55:50.107Z | Downloaded vergen v8.3.2 |
896 | 2024-11-21T21:55:50.110Z | Downloaded progenitor-macro v0.8.0 |
897 | 2024-11-21T21:55:50.110Z | Downloaded hashbrown v0.12.3 |
898 | 2024-11-21T21:55:50.116Z | Downloaded futures-sink v0.3.31 |
899 | 2024-11-21T21:55:50.119Z | Downloaded toolchain_find v0.4.0 |
900 | 2024-11-21T21:55:50.119Z | Downloaded phf_codegen v0.11.2 |
901 | 2024-11-21T21:55:50.119Z | Downloaded psl-types v2.0.11 |
902 | 2024-11-21T21:55:50.123Z | Downloaded itertools v0.13.0 |
903 | 2024-11-21T21:55:50.126Z | Downloaded pem-rfc7468 v0.7.0 |
904 | 2024-11-21T21:55:50.129Z | Downloaded ghash v0.5.1 |
905 | 2024-11-21T21:55:50.132Z | Downloaded chrono v0.4.38 |
906 | 2024-11-21T21:55:50.138Z | Downloaded futures-executor v0.3.31 |
907 | 2024-11-21T21:55:50.142Z | Downloaded flagset v0.4.6 |
908 | 2024-11-21T21:55:50.142Z | Downloaded dirs-sys-next v0.1.2 |
909 | 2024-11-21T21:55:50.144Z | Downloaded form_urlencoded v1.2.1 |
910 | 2024-11-21T21:55:50.144Z | Downloaded semver v0.1.20 |
911 | 2024-11-21T21:55:50.146Z | Downloaded sct v0.7.1 |
912 | 2024-11-21T21:55:50.150Z | Downloaded serde_path_to_error v0.1.16 |
913 | 2024-11-21T21:55:50.152Z | Downloaded pbkdf2 v0.11.0 |
914 | 2024-11-21T21:55:50.154Z | Downloaded vsss-rs v3.3.4 |
915 | 2024-11-21T21:55:50.157Z | Downloaded rtoolbox v0.0.2 |
916 | 2024-11-21T21:55:50.159Z | Downloaded unicase v2.7.0 |
917 | 2024-11-21T21:55:50.159Z | Downloaded num_enum v0.5.11 |
918 | 2024-11-21T21:55:50.163Z | Downloaded openssl-sys v0.9.103 |
919 | 2024-11-21T21:55:50.170Z | Downloaded ssh-cipher v0.2.0 |
920 | 2024-11-21T21:55:50.173Z | Downloaded schemars v0.8.21 |
921 | 2024-11-21T21:55:50.185Z | Downloaded structmeta-derive v0.3.0 |
922 | 2024-11-21T21:55:50.188Z | Downloaded rand_seeder v0.3.0 |
923 | 2024-11-21T21:55:50.188Z | Downloaded structmeta-derive v0.2.0 |
924 | 2024-11-21T21:55:50.188Z | Downloaded structmeta v0.3.0 |
925 | 2024-11-21T21:55:50.191Z | Downloaded hkdf v0.12.4 |
926 | 2024-11-21T21:55:50.191Z | Downloaded rustc-demangle v0.1.24 |
927 | 2024-11-21T21:55:50.194Z | Downloaded snafu v0.8.5 |
928 | 2024-11-21T21:55:50.200Z | Downloaded ed25519-dalek v2.1.1 |
929 | 2024-11-21T21:55:50.203Z | Downloaded num-bigint-dig v0.8.4 |
930 | 2024-11-21T21:55:50.208Z | Downloaded unicode-bidi v0.3.17 |
931 | 2024-11-21T21:55:50.214Z | Downloaded getrandom v0.2.15 |
932 | 2024-11-21T21:55:50.217Z | Downloaded der v0.7.9 |
933 | 2024-11-21T21:55:50.220Z | Downloaded stringprep v0.1.5 |
934 | 2024-11-21T21:55:50.223Z | Downloaded uuid v1.11.0 |
935 | 2024-11-21T21:55:50.225Z | Downloaded peg-macros v0.8.4 |
936 | 2024-11-21T21:55:50.228Z | Downloaded password-hash v0.5.0 |
937 | 2024-11-21T21:55:50.231Z | Downloaded h2 v0.4.6 |
938 | 2024-11-21T21:55:50.236Z | Downloaded dropshot_endpoint v0.12.0 |
939 | 2024-11-21T21:55:50.246Z | Downloaded zip v0.6.6 |
940 | 2024-11-21T21:55:50.249Z | Downloaded zerovec v0.10.4 |
941 | 2024-11-21T21:55:50.251Z | Downloaded derive_builder_core v0.20.2 |
942 | 2024-11-21T21:55:50.255Z | Downloaded samael v0.0.17 |
943 | 2024-11-21T21:55:50.258Z | Downloaded derive_builder v0.20.2 |
944 | 2024-11-21T21:55:50.263Z | Downloaded unicode_categories v0.1.1 |
945 | 2024-11-21T21:55:50.266Z | Downloaded derive_more v0.99.18 |
946 | 2024-11-21T21:55:50.271Z | Downloaded signal-hook v0.3.17 |
947 | 2024-11-21T21:55:50.275Z | Downloaded hashbrown v0.14.5 |
948 | 2024-11-21T21:55:50.280Z | Downloaded zerocopy v0.8.10 |
949 | 2024-11-21T21:55:50.305Z | Downloaded parse-zoneinfo v0.3.1 |
950 | 2024-11-21T21:55:50.308Z | Downloaded oso v0.27.3 |
951 | 2024-11-21T21:55:50.311Z | Downloaded mio v1.0.2 |
952 | 2024-11-21T21:55:50.317Z | Downloaded russh v0.45.0 |
953 | 2024-11-21T21:55:50.323Z | Downloaded rustls-webpki v0.101.7 |
954 | 2024-11-21T21:55:50.339Z | Downloaded p521 v0.13.3 |
955 | 2024-11-21T21:55:50.343Z | Downloaded x509-cert v0.2.5 |
956 | 2024-11-21T21:55:50.349Z | Downloaded p384 v0.13.0 |
957 | 2024-11-21T21:55:50.356Z | Downloaded time v0.3.36 |
958 | 2024-11-21T21:55:50.364Z | Downloaded publicsuffix v2.2.3 |
959 | 2024-11-21T21:55:50.366Z | Downloaded zip v2.1.3 |
960 | 2024-11-21T21:55:50.372Z | Downloaded vcpkg v0.2.15 |
961 | 2024-11-21T21:55:50.412Z | Downloaded ron v0.8.1 |
962 | 2024-11-21T21:55:50.416Z | Downloaded tracing v0.1.40 |
963 | 2024-11-21T21:55:50.421Z | Downloaded quick-xml v0.33.0 |
964 | 2024-11-21T21:55:50.428Z | Downloaded toml_edit v0.19.15 |
965 | 2024-11-21T21:55:50.445Z | Downloaded rustls-webpki v0.102.8 |
966 | 2024-11-21T21:55:50.463Z | Downloaded icu_properties_data v1.5.0 |
967 | 2024-11-21T21:55:50.474Z | Downloaded polar-core v0.27.3 |
968 | 2024-11-21T21:55:50.483Z | Downloaded webpki-roots v0.26.6 |
969 | 2024-11-21T21:55:50.487Z | Downloaded reedline v0.35.0 |
970 | 2024-11-21T21:55:50.495Z | Downloaded curve25519-dalek v4.1.3 |
971 | 2024-11-21T21:55:50.505Z | Downloaded rusqlite v0.32.1 |
972 | 2024-11-21T21:55:50.513Z | Downloaded salty v0.3.0 |
973 | 2024-11-21T21:55:50.519Z | Downloaded rayon v1.10.0 |
974 | 2024-11-21T21:55:50.529Z | Downloaded tough v0.19.0 |
975 | 2024-11-21T21:55:50.538Z | Downloaded nix v0.29.0 |
976 | 2024-11-21T21:55:50.550Z | Downloaded object v0.30.4 |
977 | 2024-11-21T21:55:50.561Z | Downloaded radix_trie v0.2.1 |
978 | 2024-11-21T21:55:50.566Z | Downloaded nix v0.27.1 |
979 | 2024-11-21T21:55:50.578Z | Downloaded idna v0.5.0 |
980 | 2024-11-21T21:55:50.586Z | Downloaded nix v0.28.0 |
981 | 2024-11-21T21:55:50.598Z | Downloaded futures-util v0.3.31 |
982 | 2024-11-21T21:55:50.610Z | Downloaded rustls v0.22.4 |
983 | 2024-11-21T21:55:50.624Z | Downloaded sqlparser v0.45.0 |
984 | 2024-11-21T21:55:50.631Z | Downloaded diesel v2.2.4 |
985 | 2024-11-21T21:55:50.651Z | Downloaded openssl v0.10.66 |
986 | 2024-11-21T21:55:50.663Z | Downloaded rustls v0.21.12 |
987 | 2024-11-21T21:55:50.674Z | Downloaded petname v2.0.2 |
988 | 2024-11-21T21:55:50.678Z | Downloaded trust-dns-proto v0.22.0 |
989 | 2024-11-21T21:55:50.691Z | Downloaded regress v0.10.1 |
990 | 2024-11-21T21:55:50.700Z | Downloaded sled v0.34.7 |
991 | 2024-11-21T21:55:50.710Z | Downloaded regress v0.9.1 |
992 | 2024-11-21T21:55:50.719Z | Downloaded regex v1.11.1 |
993 | 2024-11-21T21:55:50.732Z | Downloaded zerocopy-derive v0.6.6 |
994 | 2024-11-21T21:55:50.742Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
995 | 2024-11-21T21:55:50.754Z | Downloaded dropshot v0.13.0 |
996 | 2024-11-21T21:55:50.776Z | Downloaded regex-syntax v0.6.29 |
997 | 2024-11-21T21:55:50.783Z | Downloaded hickory-proto v0.24.1 |
998 | 2024-11-21T21:55:50.798Z | Downloaded dropshot v0.12.0 |
999 | 2024-11-21T21:55:50.818Z | Downloaded regex-syntax v0.8.5 |
1000 | 2024-11-21T21:55:50.827Z | Downloaded smoltcp v0.9.1 |
1001 | 2024-11-21T21:55:50.838Z | Downloaded gimli v0.31.1 |
1002 | 2024-11-21T21:55:50.846Z | Downloaded openapiv3 v2.0.0 |
1003 | 2024-11-21T21:55:50.859Z | Downloaded smoltcp v0.11.0 |
1004 | 2024-11-21T21:55:50.872Z | Downloaded unicode-width v0.2.0 |
1005 | 2024-11-21T21:55:50.879Z | Downloaded rustls v0.23.14 |
1006 | 2024-11-21T21:55:50.891Z | Downloaded object v0.36.5 |
1007 | 2024-11-21T21:55:50.903Z | Downloaded idna v0.4.0 |
1008 | 2024-11-21T21:55:50.910Z | Downloaded idna v0.2.3 |
1009 | 2024-11-21T21:55:50.917Z | Downloaded csv v1.3.0 |
1010 | 2024-11-21T21:55:50.938Z | Downloaded typify-impl v0.2.0 |
1011 | 2024-11-21T21:55:50.954Z | Downloaded bstr v1.10.0 |
1012 | 2024-11-21T21:55:50.965Z | Downloaded git2 v0.19.0 |
1013 | 2024-11-21T21:55:50.973Z | Downloaded libz-sys v1.1.20 |
1014 | 2024-11-21T21:55:50.994Z | Downloaded chrono-tz v0.10.0 |
1015 | 2024-11-21T21:55:51.002Z | Downloaded proptest v1.5.0 |
1016 | 2024-11-21T21:55:51.011Z | Downloaded expectorate v1.1.0 |
1017 | 2024-11-21T21:55:51.013Z | Downloaded bitvec v1.0.1 |
1018 | 2024-11-21T21:55:51.028Z | Downloaded parking_lot v0.11.2 |
1019 | 2024-11-21T21:55:51.031Z | Downloaded reqwest v0.12.9 |
1020 | 2024-11-21T21:55:51.040Z | Downloaded ron v0.7.1 |
1021 | 2024-11-21T21:55:51.044Z | Downloaded structmeta v0.2.0 |
1022 | 2024-11-21T21:55:51.047Z | Downloaded parking_lot v0.12.3 |
1023 | 2024-11-21T21:55:51.049Z | Downloaded dropshot_endpoint v0.13.0 |
1024 | 2024-11-21T21:55:51.051Z | Downloaded hashbrown v0.13.2 |
1025 | 2024-11-21T21:55:51.055Z | Downloaded tokio-util v0.7.12 |
1026 | 2024-11-21T21:55:51.062Z | Downloaded hyper v1.5.0 |
1027 | 2024-11-21T21:55:51.069Z | Downloaded nibble_vec v0.1.0 |
1028 | 2024-11-21T21:55:51.071Z | Downloaded native-tls v0.2.12 |
1029 | 2024-11-21T21:55:51.074Z | Downloaded utf8_iter v1.0.4 |
1030 | 2024-11-21T21:55:51.074Z | Downloaded utf16_iter v1.0.5 |
1031 | 2024-11-21T21:55:51.076Z | Downloaded rustls-pki-types v1.9.0 |
1032 | 2024-11-21T21:55:51.079Z | Downloaded quinn v0.11.5 |
1033 | 2024-11-21T21:55:51.081Z | Downloaded portable-atomic v1.9.0 |
1034 | 2024-11-21T21:55:51.088Z | Downloaded ratatui v0.28.1 |
1035 | 2024-11-21T21:55:51.111Z | Downloaded mockall_derive v0.13.0 |
1036 | 2024-11-21T21:55:51.114Z | Downloaded regex-automata v0.4.8 |
1037 | 2024-11-21T21:55:51.128Z | Downloaded num-bigint v0.4.6 |
1038 | 2024-11-21T21:55:51.136Z | Downloaded ssh-key v0.6.6 |
1039 | 2024-11-21T21:55:51.140Z | Downloaded lzma-sys v0.1.20 |
1040 | 2024-11-21T21:55:51.171Z | Downloaded tokio-rustls v0.24.1 |
1041 | 2024-11-21T21:55:51.174Z | Downloaded darling_core v0.20.10 |
1042 | 2024-11-21T21:55:51.178Z | Downloaded flate2 v1.0.34 |
1043 | 2024-11-21T21:55:51.183Z | Downloaded libxml v0.3.3 |
1044 | 2024-11-21T21:55:51.188Z | Downloaded num-traits v0.2.19 |
1045 | 2024-11-21T21:55:51.191Z | Downloaded petgraph v0.6.5 |
1046 | 2024-11-21T21:55:51.209Z | Downloaded tar v0.4.42 |
1047 | 2024-11-21T21:55:51.212Z | Downloaded tokio v1.40.0 |
1048 | 2024-11-21T21:55:51.250Z | Downloaded bindgen v0.69.5 |
1049 | 2024-11-21T21:55:51.258Z | Downloaded libm v0.2.8 |
1050 | 2024-11-21T21:55:51.264Z | Downloaded itertools v0.12.1 |
1051 | 2024-11-21T21:55:51.271Z | Downloaded itertools v0.10.5 |
1052 | 2024-11-21T21:55:51.277Z | Downloaded idna v1.0.3 |
1053 | 2024-11-21T21:55:51.281Z | Downloaded tokio-stream v0.1.16 |
1054 | 2024-11-21T21:55:51.286Z | Downloaded defmt v0.3.8 |
1055 | 2024-11-21T21:55:51.289Z | Downloaded zone v0.3.0 |
1056 | 2024-11-21T21:55:51.291Z | Downloaded zone v0.1.8 |
1057 | 2024-11-21T21:55:51.291Z | Downloaded zerovec-derive v0.10.3 |
1058 | 2024-11-21T21:55:51.294Z | Downloaded rand v0.8.5 |
1059 | 2024-11-21T21:55:51.296Z | Downloaded sha3 v0.10.8 |
1060 | 2024-11-21T21:55:51.301Z | Downloaded vte_generate_state_changes v0.1.2 |
1061 | 2024-11-21T21:55:51.303Z | Downloaded zopfli v0.8.1 |
1062 | 2024-11-21T21:55:51.305Z | Downloaded rayon-core v1.12.1 |
1063 | 2024-11-21T21:55:51.308Z | Downloaded typed-path v0.9.3 |
1064 | 2024-11-21T21:55:51.314Z | Downloaded rcgen v0.12.1 |
1065 | 2024-11-21T21:55:51.318Z | Downloaded futures-macro v0.3.31 |
1066 | 2024-11-21T21:55:51.322Z | Downloaded ecdsa v0.16.9 |
1067 | 2024-11-21T21:55:51.322Z | Downloaded yoke v0.7.4 |
1068 | 2024-11-21T21:55:51.322Z | Downloaded yasna v0.5.2 |
1069 | 2024-11-21T21:55:51.326Z | Downloaded slog-json v2.6.1 |
1070 | 2024-11-21T21:55:51.331Z | Downloaded flume v0.11.1 |
1071 | 2024-11-21T21:55:51.332Z | Downloaded subprocess v0.2.9 |
1072 | 2024-11-21T21:55:51.334Z | Downloaded multer v3.1.0 |
1073 | 2024-11-21T21:55:51.337Z | Downloaded embedded-io v0.4.0 |
1074 | 2024-11-21T21:55:51.337Z | Downloaded rustyline v14.0.0 |
1075 | 2024-11-21T21:55:51.342Z | Downloaded zone_cfg_derive v0.1.2 |
1076 | 2024-11-21T21:55:51.345Z | Downloaded diesel-dtrace v0.3.0 |
1077 | 2024-11-21T21:55:51.345Z | Downloaded zerocopy-derive v0.8.10 |
1078 | 2024-11-21T21:55:51.352Z | Downloaded similar v2.6.0 |
1079 | 2024-11-21T21:55:51.357Z | Downloaded globset v0.4.15 |
1080 | 2024-11-21T21:55:51.359Z | Downloaded futures-channel v0.3.31 |
1081 | 2024-11-21T21:55:51.362Z | Downloaded fatfs v0.3.6 |
1082 | 2024-11-21T21:55:51.364Z | Downloaded http v1.1.0 |
1083 | 2024-11-21T21:55:51.367Z | Downloaded gethostname v0.5.0 |
1084 | 2024-11-21T21:55:51.369Z | Downloaded fallible-streaming-iterator v0.1.9 |
1085 | 2024-11-21T21:55:51.369Z | Downloaded fallible-iterator v0.3.0 |
1086 | 2024-11-21T21:55:51.372Z | Downloaded env_filter v0.1.2 |
1087 | 2024-11-21T21:55:51.372Z | Downloaded proc-macro-crate v1.3.1 |
1088 | 2024-11-21T21:55:51.375Z | Downloaded tokio-postgres v0.7.12 |
1089 | 2024-11-21T21:55:51.379Z | Downloaded heapless v0.8.0 |
1090 | 2024-11-21T21:55:51.384Z | Downloaded which v4.4.2 |
1091 | 2024-11-21T21:55:51.387Z | Downloaded tiny-keccak v2.0.2 |
1092 | 2024-11-21T21:55:51.389Z | Downloaded time-macros v0.2.18 |
1093 | 2024-11-21T21:55:51.391Z | Downloaded thiserror-no-std v2.0.2 |
1094 | 2024-11-21T21:55:51.394Z | Downloaded elliptic-curve v0.13.8 |
1095 | 2024-11-21T21:55:51.398Z | Downloaded num_enum_derive v0.5.11 |
1096 | 2024-11-21T21:55:51.401Z | Downloaded string_cache v0.8.7 |
1097 | 2024-11-21T21:55:51.403Z | Downloaded static_assertions v1.1.0 |
1098 | 2024-11-21T21:55:51.403Z | Downloaded icu_properties v1.5.1 |
1099 | 2024-11-21T21:55:51.406Z | Downloaded hyper-util v0.1.10 |
1100 | 2024-11-21T21:55:51.409Z | Downloaded salsa20 v0.10.2 |
1101 | 2024-11-21T21:55:51.412Z | Downloaded encoding_rs v0.8.34 |
1102 | 2024-11-21T21:55:51.432Z | Downloaded num-integer v0.1.46 |
1103 | 2024-11-21T21:55:51.435Z | Downloaded tinyvec v1.8.0 |
1104 | 2024-11-21T21:55:51.437Z | Downloaded icu_provider v1.5.0 |
1105 | 2024-11-21T21:55:51.440Z | Downloaded crossbeam-channel v0.5.13 |
1106 | 2024-11-21T21:55:51.444Z | Downloaded debug-ignore v1.0.5 |
1107 | 2024-11-21T21:55:51.446Z | Downloaded data-encoding v2.6.0 |
1108 | 2024-11-21T21:55:51.446Z | Downloaded zeroize_derive v1.4.2 |
1109 | 2024-11-21T21:55:51.449Z | Downloaded zeroize v1.8.1 |
1110 | 2024-11-21T21:55:51.449Z | Downloaded rand_core v0.6.4 |
1111 | 2024-11-21T21:55:51.451Z | Downloaded postgres-types v0.2.8 |
1112 | 2024-11-21T21:55:51.453Z | Downloaded postcard v1.0.10 |
1113 | 2024-11-21T21:55:51.456Z | Downloaded poly1305 v0.8.0 |
1114 | 2024-11-21T21:55:51.458Z | Downloaded qorb v0.2.0 |
1115 | 2024-11-21T21:55:51.461Z | Downloaded heapless v0.7.17 |
1116 | 2024-11-21T21:55:51.465Z | Downloaded zerocopy v0.6.6 |
1117 | 2024-11-21T21:55:51.468Z | Downloaded hyper-rustls v0.27.3 |
1118 | 2024-11-21T21:55:51.470Z | Downloaded scopeguard v1.2.0 |
1119 | 2024-11-21T21:55:51.473Z | Downloaded schemars_derive v0.8.21 |
1120 | 2024-11-21T21:55:51.475Z | Downloaded rand_chacha v0.3.1 |
1121 | 2024-11-21T21:55:51.475Z | Downloaded num-iter v0.1.45 |
1122 | 2024-11-21T21:55:51.478Z | Downloaded chacha20poly1305 v0.10.1 |
1123 | 2024-11-21T21:55:51.478Z | Downloaded hyper-staticfile v0.10.1 |
1124 | 2024-11-21T21:55:51.480Z | Downloaded glob v0.3.1 |
1125 | 2024-11-21T21:55:51.483Z | Downloaded dunce v1.0.5 |
1126 | 2024-11-21T21:55:51.483Z | Downloaded memmap2 v0.9.5 |
1127 | 2024-11-21T21:55:51.483Z | Downloaded der_derive v0.7.3 |
1128 | 2024-11-21T21:55:51.486Z | Downloaded libloading v0.8.5 |
1129 | 2024-11-21T21:55:51.488Z | Downloaded bumpalo v3.16.0 |
1130 | 2024-11-21T21:55:51.491Z | Downloaded lazy_static v1.5.0 |
1131 | 2024-11-21T21:55:51.493Z | Downloaded kstat-rs v0.2.4 |
1132 | 2024-11-21T21:55:51.493Z | Downloaded indoc v1.0.9 |
1133 | 2024-11-21T21:55:51.496Z | Downloaded internet-checksum v0.2.1 |
1134 | 2024-11-21T21:55:51.496Z | Downloaded crossbeam-epoch v0.9.18 |
1135 | 2024-11-21T21:55:51.499Z | Downloaded libsw v3.3.1 |
1136 | 2024-11-21T21:55:51.501Z | Downloaded sha1 v0.10.6 |
1137 | 2024-11-21T21:55:51.504Z | Downloaded is-terminal v0.4.13 |
1138 | 2024-11-21T21:55:51.504Z | Downloaded tokio-native-tls v0.3.1 |
1139 | 2024-11-21T21:55:51.506Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1140 | 2024-11-21T21:55:51.564Z | Downloaded tokio-macros v2.4.0 |
1141 | 2024-11-21T21:55:51.567Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1142 | 2024-11-21T21:55:51.567Z | Downloaded waitgroup v0.1.2 |
1143 | 2024-11-21T21:55:51.567Z | Downloaded lru v0.12.5 |
1144 | 2024-11-21T21:55:51.569Z | Downloaded libefi-sys v0.1.0 |
1145 | 2024-11-21T21:55:51.569Z | Downloaded keccak v0.1.5 |
1146 | 2024-11-21T21:55:51.575Z | Downloaded ipnetwork v0.20.0 |
1147 | 2024-11-21T21:55:51.576Z | Downloaded bytes v1.8.0 |
1148 | 2024-11-21T21:55:51.576Z | Downloaded hyper-tls v0.6.0 |
1149 | 2024-11-21T21:55:51.580Z | Downloaded console v0.15.8 |
1150 | 2024-11-21T21:55:51.580Z | Downloaded cobs v0.2.3 |
1151 | 2024-11-21T21:55:51.582Z | Downloaded ciborium v0.2.2 |
1152 | 2024-11-21T21:55:51.584Z | Downloaded cancel-safe-futures v0.1.5 |
1153 | 2024-11-21T21:55:51.587Z | Downloaded highway v1.2.0 |
1154 | 2024-11-21T21:55:51.591Z | Downloaded hickory-client v0.24.1 |
1155 | 2024-11-21T21:55:51.593Z | Downloaded secrecy v0.8.0 |
1156 | 2024-11-21T21:55:51.593Z | Downloaded sec1 v0.7.3 |
1157 | 2024-11-21T21:55:51.593Z | Downloaded scheduled-thread-pool v0.2.7 |
1158 | 2024-11-21T21:55:51.599Z | Downloaded rfc6979 v0.4.0 |
1159 | 2024-11-21T21:55:51.599Z | Downloaded ref-cast-impl v1.0.23 |
1160 | 2024-11-21T21:55:51.599Z | Downloaded rand_xorshift v0.3.0 |
1161 | 2024-11-21T21:55:51.819Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-11-21T21:55:51.905Z | Downloaded ring v0.17.8 |
1163 | 2024-11-21T21:55:52.082Z | Downloaded ring v0.16.20 |
1164 | 2024-11-21T21:55:52.303Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-11-21T21:55:52.606Z | Compiling serde v1.0.215 |
1166 | 2024-11-21T21:55:52.610Z | Compiling lock_api v0.4.12 |
1167 | 2024-11-21T21:55:52.610Z | Compiling scopeguard v1.2.0 |
1168 | 2024-11-21T21:55:52.610Z | Compiling value-bag v1.9.0 |
1169 | 2024-11-21T21:55:52.610Z | Compiling typenum v1.17.0 |
1170 | 2024-11-21T21:55:52.610Z | Compiling generic-array v0.14.7 |
1171 | 2024-11-21T21:55:52.800Z | Compiling syn v2.0.87 |
1172 | 2024-11-21T21:55:52.814Z | Compiling getrandom v0.2.15 |
1173 | 2024-11-21T21:55:52.984Z | Compiling shlex v1.3.0 |
1174 | 2024-11-21T21:55:53.085Z | Compiling rand_core v0.6.4 |
1175 | 2024-11-21T21:55:53.229Z | Compiling log v0.4.22 |
1176 | 2024-11-21T21:55:53.372Z | Compiling subtle v2.6.1 |
1177 | 2024-11-21T21:55:53.396Z | Compiling jobserver v0.1.32 |
1178 | 2024-11-21T21:55:53.417Z | Compiling smallvec v1.13.2 |
1179 | 2024-11-21T21:55:53.777Z | Compiling const-oid v0.9.6 |
1180 | 2024-11-21T21:55:53.798Z | Compiling spin v0.9.8 |
1181 | 2024-11-21T21:55:53.801Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-11-21T21:55:53.934Z | Compiling cc v1.1.30 |
1183 | 2024-11-21T21:55:53.955Z | Compiling rustix v0.38.37 |
1184 | 2024-11-21T21:55:54.215Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-11-21T21:55:54.281Z | Compiling futures-core v0.3.31 |
1186 | 2024-11-21T21:55:54.552Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-11-21T21:55:54.572Z | Compiling mio v1.0.2 |
1188 | 2024-11-21T21:55:54.886Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-11-21T21:55:55.409Z | Compiling parking_lot v0.12.3 |
1190 | 2024-11-21T21:55:55.460Z | Compiling either v1.13.0 |
1191 | 2024-11-21T21:55:55.855Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-11-21T21:55:55.881Z | Compiling regex-syntax v0.8.5 |
1193 | 2024-11-21T21:55:55.900Z | Compiling lazy_static v1.5.0 |
1194 | 2024-11-21T21:55:55.963Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-11-21T21:55:55.983Z | Compiling futures-sink v0.3.31 |
1196 | 2024-11-21T21:55:56.031Z | Compiling glob v0.3.1 |
1197 | 2024-11-21T21:55:56.076Z | Compiling socket2 v0.5.7 |
1198 | 2024-11-21T21:55:56.136Z | Compiling slab v0.4.9 |
1199 | 2024-11-21T21:55:56.404Z | Compiling prettyplease v0.2.25 |
1200 | 2024-11-21T21:55:56.597Z | Compiling minimal-lexical v0.2.1 |
1201 | 2024-11-21T21:55:57.075Z | Compiling nom v7.1.3 |
1202 | 2024-11-21T21:55:57.097Z | Compiling clang-sys v1.8.1 |
1203 | 2024-11-21T21:55:57.118Z | Compiling libloading v0.8.5 |
1204 | 2024-11-21T21:55:57.137Z | Compiling bindgen v0.69.5 |
1205 | 2024-11-21T21:55:57.528Z | Compiling home v0.5.9 |
1206 | 2024-11-21T21:55:57.812Z | Compiling serde_json v1.0.132 |
1207 | 2024-11-21T21:55:57.945Z | Compiling futures-channel v0.3.31 |
1208 | 2024-11-21T21:55:58.152Z | Compiling itertools v0.12.1 |
1209 | 2024-11-21T21:55:58.364Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-11-21T21:55:58.518Z | Compiling pin-utils v0.1.0 |
1211 | 2024-11-21T21:55:58.540Z | Compiling futures-io v0.3.31 |
1212 | 2024-11-21T21:55:58.624Z | Compiling futures-task v0.3.31 |
1213 | 2024-11-21T21:55:58.881Z | Compiling lazycell v1.3.0 |
1214 | 2024-11-21T21:55:58.949Z | Compiling foldhash v0.1.3 |
1215 | 2024-11-21T21:55:59.041Z | Compiling allocator-api2 v0.2.18 |
1216 | 2024-11-21T21:55:59.270Z | Compiling cmake v0.1.51 |
1217 | 2024-11-21T21:55:59.857Z | Compiling regex-automata v0.4.8 |
1218 | 2024-11-21T21:56:00.353Z | Compiling hashbrown v0.15.0 |
1219 | 2024-11-21T21:56:00.800Z | Compiling synstructure v0.13.1 |
1220 | 2024-11-21T21:56:01.387Z | Compiling cexpr v0.6.0 |
1221 | 2024-11-21T21:56:01.706Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-21T21:56:02.559Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-21T21:56:02.748Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-11-21T21:56:02.843Z | Compiling libm v0.2.8 |
1225 | 2024-11-21T21:56:03.155Z | Compiling dunce v1.0.5 |
1226 | 2024-11-21T21:56:03.205Z | Compiling tinyvec v1.8.0 |
1227 | 2024-11-21T21:56:03.231Z | Compiling num-traits v0.2.19 |
1228 | 2024-11-21T21:56:03.298Z | Compiling ring v0.17.8 |
1229 | 2024-11-21T21:56:03.748Z | Compiling paste v1.0.15 |
1230 | 2024-11-21T21:56:04.081Z | Compiling writeable v0.5.5 |
1231 | 2024-11-21T21:56:04.274Z | Compiling litemap v0.7.3 |
1232 | 2024-11-21T21:56:04.472Z | Compiling unicode-bidi v0.3.17 |
1233 | 2024-11-21T21:56:04.652Z | Compiling base64ct v1.6.0 |
1234 | 2024-11-21T21:56:04.695Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-11-21T21:56:05.225Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-11-21T21:56:05.758Z | Compiling regex v1.11.1 |
1237 | 2024-11-21T21:56:05.856Z | Compiling httparse v1.9.5 |
1238 | 2024-11-21T21:56:05.993Z | Compiling flagset v0.4.6 |
1239 | 2024-11-21T21:56:06.212Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-11-21T21:56:06.667Z | Compiling tracing-core v0.1.32 |
1241 | 2024-11-21T21:56:06.798Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-11-21T21:56:06.839Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-11-21T21:56:06.902Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-11-21T21:56:07.204Z | Compiling rustls-pki-types v1.9.0 |
1245 | 2024-11-21T21:56:07.497Z | Compiling serde_derive v1.0.215 |
1246 | 2024-11-21T21:56:07.517Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-11-21T21:56:07.820Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-11-21T21:56:07.992Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-11-21T21:56:08.326Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-11-21T21:56:09.120Z | Compiling zeroize v1.8.1 |
1251 | 2024-11-21T21:56:09.584Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-11-21T21:56:10.171Z | Compiling zerocopy v0.7.35 |
1253 | 2024-11-21T21:56:10.217Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-11-21T21:56:10.444Z | Compiling futures-macro v0.3.31 |
1255 | 2024-11-21T21:56:10.948Z | Compiling crypto-common v0.1.6 |
1256 | 2024-11-21T21:56:11.189Z | Compiling block-buffer v0.10.4 |
1257 | 2024-11-21T21:56:11.613Z | Compiling digest v0.10.7 |
1258 | 2024-11-21T21:56:11.805Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-11-21T21:56:11.977Z | Compiling hmac v0.12.1 |
1260 | 2024-11-21T21:56:12.221Z | Compiling block-padding v0.3.3 |
1261 | 2024-11-21T21:56:12.473Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-21T21:56:12.476Z | Compiling futures-util v0.3.31 |
1263 | 2024-11-21T21:56:12.558Z | Compiling zerofrom v0.1.4 |
1264 | 2024-11-21T21:56:12.691Z | Compiling inout v0.1.3 |
1265 | 2024-11-21T21:56:12.795Z | Compiling yoke v0.7.4 |
1266 | 2024-11-21T21:56:12.984Z | Compiling cipher v0.4.4 |
1267 | 2024-11-21T21:56:13.075Z | Compiling sha2 v0.10.8 |
1268 | 2024-11-21T21:56:13.185Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-11-21T21:56:13.573Z | Compiling der_derive v0.7.3 |
1270 | 2024-11-21T21:56:13.807Z | Compiling thiserror v1.0.69 |
1271 | 2024-11-21T21:56:13.959Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-11-21T21:56:14.100Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-11-21T21:56:14.282Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-21T21:56:14.636Z | Compiling zerovec v0.10.4 |
1275 | 2024-11-21T21:56:15.182Z | Compiling rand v0.8.5 |
1276 | 2024-11-21T21:56:16.253Z | Compiling der v0.7.9 |
1277 | 2024-11-21T21:56:16.564Z | Compiling tinystr v0.7.6 |
1278 | 2024-11-21T21:56:16.746Z | Compiling icu_collections v1.5.0 |
1279 | 2024-11-21T21:56:16.924Z | Compiling pest v2.7.14 |
1280 | 2024-11-21T21:56:17.027Z | Compiling icu_locid v1.5.0 |
1281 | 2024-11-21T21:56:17.303Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-21T21:56:17.543Z | Compiling pbkdf2 v0.12.2 |
1283 | 2024-11-21T21:56:18.142Z | Compiling tracing v0.1.40 |
1284 | 2024-11-21T21:56:18.232Z | Compiling untrusted v0.7.1 |
1285 | 2024-11-21T21:56:18.416Z | Compiling icu_provider v1.5.0 |
1286 | 2024-11-21T21:56:18.529Z | Compiling spki v0.7.3 |
1287 | 2024-11-21T21:56:18.726Z | Compiling icu_properties_data v1.5.0 |
1288 | 2024-11-21T21:56:18.755Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-11-21T21:56:18.928Z | Compiling num-conv v0.1.0 |
1290 | 2024-11-21T21:56:18.966Z | Compiling untrusted v0.9.0 |
1291 | 2024-11-21T21:56:19.003Z | Compiling time-core v0.1.2 |
1292 | 2024-11-21T21:56:19.146Z | Compiling vcpkg v0.2.15 |
1293 | 2024-11-21T21:56:19.180Z | Compiling powerfmt v0.2.0 |
1294 | 2024-11-21T21:56:19.235Z | Compiling icu_locid_transform v1.5.0 |
1295 | 2024-11-21T21:56:19.577Z | Compiling pest_meta v2.7.14 |
1296 | 2024-11-21T21:56:19.597Z | Compiling deranged v0.3.11 |
1297 | 2024-11-21T21:56:19.597Z | Compiling time-macros v0.2.18 |
1298 | 2024-11-21T21:56:21.349Z | Compiling icu_properties v1.5.1 |
1299 | 2024-11-21T21:56:21.438Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-11-21T21:56:21.520Z | Compiling scrypt v0.11.0 |
1301 | 2024-11-21T21:56:21.975Z | Compiling bitflags v2.6.0 |
1302 | 2024-11-21T21:56:22.108Z | Compiling bytes v1.8.0 |
1303 | 2024-11-21T21:56:22.540Z | Compiling indexmap v2.6.0 |
1304 | 2024-11-21T21:56:22.974Z | Compiling semver v1.0.23 |
1305 | 2024-11-21T21:56:23.468Z | Compiling tokio v1.40.0 |
1306 | 2024-11-21T21:56:23.656Z | Compiling http v1.1.0 |
1307 | 2024-11-21T21:56:23.812Z | Compiling rustc_version v0.4.1 |
1308 | 2024-11-21T21:56:24.089Z | Compiling aes v0.8.4 |
1309 | 2024-11-21T21:56:24.628Z | Compiling cbc v0.1.2 |
1310 | 2024-11-21T21:56:24.753Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-11-21T21:56:24.880Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-11-21T21:56:24.987Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-11-21T21:56:25.198Z | Compiling num_threads v0.1.7 |
1314 | 2024-11-21T21:56:25.337Z | Compiling write16 v1.0.0 |
1315 | 2024-11-21T21:56:25.476Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-11-21T21:56:25.509Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-11-21T21:56:25.677Z | Compiling time v0.3.36 |
1318 | 2024-11-21T21:56:25.773Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-11-21T21:56:26.176Z | Compiling http-body v1.0.1 |
1320 | 2024-11-21T21:56:26.282Z | Compiling scroll v0.12.0 |
1321 | 2024-11-21T21:56:26.383Z | Compiling pkcs5 v0.7.1 |
1322 | 2024-11-21T21:56:26.507Z | Compiling which v4.4.2 |
1323 | 2024-11-21T21:56:26.860Z | Compiling pest_generator v2.7.14 |
1324 | 2024-11-21T21:56:27.133Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-11-21T21:56:27.485Z | Compiling slog v2.7.0 |
1326 | 2024-11-21T21:56:27.631Z | Compiling try-lock v0.2.5 |
1327 | 2024-11-21T21:56:27.785Z | Compiling want v0.3.1 |
1328 | 2024-11-21T21:56:27.816Z | Compiling goblin v0.8.2 |
1329 | 2024-11-21T21:56:27.937Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-11-21T21:56:28.060Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-11-21T21:56:28.109Z | Compiling httpdate v1.0.3 |
1332 | 2024-11-21T21:56:28.289Z | Compiling idna v1.0.3 |
1333 | 2024-11-21T21:56:28.705Z | Compiling uuid v1.11.0 |
1334 | 2024-11-21T21:56:28.948Z | Compiling pest_derive v2.7.14 |
1335 | 2024-11-21T21:56:29.471Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-11-21T21:56:29.713Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-11-21T21:56:29.743Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-11-21T21:56:30.164Z | Compiling serde_tokenstream v0.2.2 |
1339 | 2024-11-21T21:56:30.185Z | Compiling match_cfg v0.1.0 |
1340 | 2024-11-21T21:56:30.227Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-11-21T21:56:30.294Z | Compiling tower-service v0.3.3 |
1342 | 2024-11-21T21:56:30.426Z | Compiling adler2 v2.0.0 |
1343 | 2024-11-21T21:56:30.640Z | Compiling rustversion v1.0.17 |
1344 | 2024-11-21T21:56:30.699Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-11-21T21:56:30.804Z | Compiling openssl v0.10.66 |
1346 | 2024-11-21T21:56:30.826Z | Compiling base64 v0.22.1 |
1347 | 2024-11-21T21:56:30.998Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-21T21:56:31.101Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-11-21T21:56:31.271Z | Compiling chrono v0.4.38 |
1350 | 2024-11-21T21:56:31.422Z | Compiling hostname v0.3.1 |
1351 | 2024-11-21T21:56:31.568Z | Compiling url v2.5.3 |
1352 | 2024-11-21T21:56:31.882Z | Compiling async-trait v0.1.83 |
1353 | 2024-11-21T21:56:32.682Z | Compiling tokio-util v0.7.12 |
1354 | 2024-11-21T21:56:33.091Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-11-21T21:56:33.576Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2024-11-21T21:56:33.889Z | Compiling h2 v0.4.6 |
1357 | 2024-11-21T21:56:34.160Z | Compiling dof v0.3.0 |
1358 | 2024-11-21T21:56:34.227Z | Compiling siphasher v0.3.11 |
1359 | 2024-11-21T21:56:34.617Z | Compiling rustls v0.22.4 |
1360 | 2024-11-21T21:56:34.698Z | Compiling native-tls v0.2.12 |
1361 | 2024-11-21T21:56:34.881Z | Compiling syn v1.0.109 |
1362 | 2024-11-21T21:56:35.005Z | Compiling usdt-impl v0.5.0 |
1363 | 2024-11-21T21:56:35.104Z | Compiling rustls v0.23.14 |
1364 | 2024-11-21T21:56:35.384Z | Compiling data-encoding v2.6.0 |
1365 | 2024-11-21T21:56:36.381Z | Compiling dirs-next v2.0.0 |
1366 | 2024-11-21T21:56:36.602Z | Compiling http-body-util v0.1.2 |
1367 | 2024-11-21T21:56:37.174Z | Compiling heapless v0.7.17 |
1368 | 2024-11-21T21:56:37.637Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-11-21T21:56:37.853Z | Compiling sha1 v0.10.6 |
1370 | 2024-11-21T21:56:38.014Z | Compiling signature v2.2.0 |
1371 | 2024-11-21T21:56:38.294Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2024-11-21T21:56:38.296Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-11-21T21:56:38.334Z | Compiling thread_local v1.1.8 |
1374 | 2024-11-21T21:56:38.402Z | Compiling cookie v0.18.1 |
1375 | 2024-11-21T21:56:38.719Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-11-21T21:56:38.849Z | Compiling multer v3.1.0 |
1377 | 2024-11-21T21:56:38.925Z | Compiling gimli v0.31.1 |
1378 | 2024-11-21T21:56:39.130Z | Compiling schemars v0.8.21 |
1379 | 2024-11-21T21:56:39.460Z | Compiling ipnet v2.10.1 |
1380 | 2024-11-21T21:56:39.481Z | Compiling rayon-core v1.12.1 |
1381 | 2024-11-21T21:56:39.748Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-11-21T21:56:40.130Z | Compiling signal-hook v0.3.17 |
1383 | 2024-11-21T21:56:40.400Z | Compiling slog-async v2.8.0 |
1384 | 2024-11-21T21:56:40.733Z | Compiling mime v0.3.17 |
1385 | 2024-11-21T21:56:40.926Z | Compiling hyper v1.5.0 |
1386 | 2024-11-21T21:56:41.071Z | Compiling openssl-probe v0.1.5 |
1387 | 2024-11-21T21:56:41.347Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-11-21T21:56:41.531Z | Compiling toml_edit v0.22.22 |
1389 | 2024-11-21T21:56:44.909Z | Compiling hyper-util v0.1.10 |
1390 | 2024-11-21T21:56:44.912Z | Compiling addr2line v0.24.2 |
1391 | 2024-11-21T21:56:44.912Z | Compiling stringprep v0.1.5 |
1392 | 2024-11-21T21:56:44.949Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-11-21T21:56:44.951Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-11-21T21:56:45.142Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-11-21T21:56:45.536Z | Compiling term v0.7.0 |
1396 | 2024-11-21T21:56:46.306Z | Compiling slog-json v2.6.1 |
1397 | 2024-11-21T21:56:46.454Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-11-21T21:56:46.557Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-11-21T21:56:46.680Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2024-11-21T21:56:46.979Z | Compiling enum-as-inner v0.6.1 |
1401 | 2024-11-21T21:56:47.022Z | Compiling futures-executor v0.3.31 |
1402 | 2024-11-21T21:56:47.043Z | Compiling md-5 v0.10.6 |
1403 | 2024-11-21T21:56:47.164Z | Compiling rustls-pemfile v2.2.0 |
1404 | 2024-11-21T21:56:47.303Z | Compiling async-stream-impl v0.3.6 |
1405 | 2024-11-21T21:56:47.504Z | Compiling num-integer v0.1.46 |
1406 | 2024-11-21T21:56:47.595Z | Compiling idna v0.4.0 |
1407 | 2024-11-21T21:56:47.819Z | Compiling idna v0.3.0 |
1408 | 2024-11-21T21:56:48.111Z | Compiling hash32 v0.2.1 |
1409 | 2024-11-21T21:56:48.314Z | Compiling ff v0.13.0 |
1410 | 2024-11-21T21:56:48.531Z | Compiling is-terminal v0.4.13 |
1411 | 2024-11-21T21:56:48.582Z | Compiling dropshot v0.12.0 |
1412 | 2024-11-21T21:56:48.673Z | Compiling object v0.36.5 |
1413 | 2024-11-21T21:56:48.676Z | Compiling utf-8 v0.7.6 |
1414 | 2024-11-21T21:56:48.864Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-11-21T21:56:49.020Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-11-21T21:56:49.306Z | Compiling base16ct v0.2.0 |
1417 | 2024-11-21T21:56:49.326Z | Compiling fallible-iterator v0.2.0 |
1418 | 2024-11-21T21:56:49.607Z | Compiling smoltcp v0.9.1 |
1419 | 2024-11-21T21:56:49.648Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-11-21T21:56:49.864Z | Compiling anyhow v1.0.93 |
1421 | 2024-11-21T21:56:49.986Z | Compiling quick-error v1.2.3 |
1422 | 2024-11-21T21:56:50.017Z | Compiling take_mut v0.2.2 |
1423 | 2024-11-21T21:56:50.070Z | Compiling dyn-clone v1.0.17 |
1424 | 2024-11-21T21:56:50.138Z | Compiling portable-atomic v1.9.0 |
1425 | 2024-11-21T21:56:50.180Z | Compiling psl-types v2.0.11 |
1426 | 2024-11-21T21:56:50.365Z | Compiling publicsuffix v2.2.3 |
1427 | 2024-11-21T21:56:50.635Z | Compiling resolv-conf v0.7.0 |
1428 | 2024-11-21T21:56:50.855Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-11-21T21:56:51.317Z | Compiling lru-cache v0.1.2 |
1430 | 2024-11-21T21:56:51.479Z | Compiling sec1 v0.7.3 |
1431 | 2024-11-21T21:56:51.550Z | Compiling tungstenite v0.24.0 |
1432 | 2024-11-21T21:56:51.699Z | Compiling async-stream v0.3.6 |
1433 | 2024-11-21T21:56:52.000Z | Compiling slog-term v2.9.1 |
1434 | 2024-11-21T21:56:52.054Z | Compiling usdt v0.5.0 |
1435 | 2024-11-21T21:56:52.216Z | Compiling group v0.13.0 |
1436 | 2024-11-21T21:56:52.540Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-11-21T21:56:53.296Z | Compiling num-iter v0.1.45 |
1438 | 2024-11-21T21:56:53.522Z | Compiling futures v0.3.31 |
1439 | 2024-11-21T21:56:53.771Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-11-21T21:56:54.036Z | Compiling toml v0.8.19 |
1441 | 2024-11-21T21:56:55.155Z | Compiling camino v1.1.9 |
1442 | 2024-11-21T21:56:55.269Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-11-21T21:56:55.722Z | Compiling phf_shared v0.11.2 |
1444 | 2024-11-21T21:56:55.819Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2024-11-21T21:56:56.099Z | Compiling terminal_size v0.4.0 |
1446 | 2024-11-21T21:56:56.167Z | Compiling waitgroup v0.1.2 |
1447 | 2024-11-21T21:56:56.321Z | Compiling backtrace v0.3.74 |
1448 | 2024-11-21T21:56:56.399Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-11-21T21:56:56.589Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-11-21T21:56:56.973Z | Compiling hkdf v0.12.4 |
1451 | 2024-11-21T21:56:57.233Z | Compiling crypto-bigint v0.5.5 |
1452 | 2024-11-21T21:56:57.419Z | Compiling webpki-roots v0.26.6 |
1453 | 2024-11-21T21:56:57.634Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-11-21T21:56:59.940Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-11-21T21:57:00.116Z | Compiling idna v0.5.0 |
1456 | 2024-11-21T21:57:00.277Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-11-21T21:57:00.607Z | Compiling hostname v0.4.0 |
1458 | 2024-11-21T21:57:00.879Z | Compiling crc32fast v1.4.2 |
1459 | 2024-11-21T21:57:01.004Z | Compiling fs-err v2.11.0 |
1460 | 2024-11-21T21:57:01.184Z | Compiling ahash v0.8.11 |
1461 | 2024-11-21T21:57:01.212Z | Compiling managed v0.8.0 |
1462 | 2024-11-21T21:57:01.299Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-11-21T21:57:01.606Z | Compiling winnow v0.5.40 |
1464 | 2024-11-21T21:57:01.610Z | Compiling bitflags v1.3.2 |
1465 | 2024-11-21T21:57:01.610Z | Compiling strum_macros v0.25.3 |
1466 | 2024-11-21T21:57:01.638Z | Compiling console v0.15.8 |
1467 | 2024-11-21T21:57:01.716Z | Compiling clap_builder v4.5.21 |
1468 | 2024-11-21T21:57:03.498Z | Compiling hubpack v0.1.2 |
1469 | 2024-11-21T21:57:03.520Z | Compiling flate2 v1.0.34 |
1470 | 2024-11-21T21:57:03.801Z | Compiling cookie_store v0.21.0 |
1471 | 2024-11-21T21:57:03.980Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-11-21T21:57:04.534Z | Compiling zerocopy v0.6.6 |
1473 | 2024-11-21T21:57:04.865Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-11-21T21:57:05.402Z | Compiling toml_edit v0.19.15 |
1475 | 2024-11-21T21:57:05.448Z | Compiling phf v0.11.2 |
1476 | 2024-11-21T21:57:05.758Z | Compiling signal-hook-mio v0.2.4 |
1477 | 2024-11-21T21:57:05.893Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-11-21T21:57:05.921Z | Compiling rayon v1.10.0 |
1479 | 2024-11-21T21:57:06.326Z | Compiling bzip2 v0.4.4 |
1480 | 2024-11-21T21:57:06.763Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-11-21T21:57:07.320Z | Compiling postgres-types v0.2.8 |
1482 | 2024-11-21T21:57:10.255Z | Compiling ed25519 v2.2.3 |
1483 | 2024-11-21T21:57:10.961Z | Compiling phf_shared v0.10.0 |
1484 | 2024-11-21T21:57:11.286Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-11-21T21:57:11.361Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-11-21T21:57:11.490Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-11-21T21:57:11.720Z | Compiling clap_derive v4.5.18 |
1488 | 2024-11-21T21:57:11.886Z | Compiling rfc6979 v0.4.0 |
1489 | 2024-11-21T21:57:12.090Z | Compiling serde_repr v0.1.19 |
1490 | 2024-11-21T21:57:12.202Z | Compiling derive-where v1.2.7 |
1491 | 2024-11-21T21:57:12.336Z | Compiling float-cmp v0.9.0 |
1492 | 2024-11-21T21:57:12.386Z | Compiling bstr v1.10.0 |
1493 | 2024-11-21T21:57:12.581Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-11-21T21:57:12.741Z | Compiling difflib v0.4.0 |
1495 | 2024-11-21T21:57:13.304Z | Compiling unicode-width v0.2.0 |
1496 | 2024-11-21T21:57:13.734Z | Compiling bit-vec v0.6.3 |
1497 | 2024-11-21T21:57:13.866Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-11-21T21:57:13.990Z | Compiling number_prefix v0.4.0 |
1499 | 2024-11-21T21:57:14.214Z | Compiling predicates-core v1.0.8 |
1500 | 2024-11-21T21:57:14.235Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-11-21T21:57:14.235Z | Compiling whoami v1.5.2 |
1502 | 2024-11-21T21:57:14.406Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2024-11-21T21:57:14.541Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-11-21T21:57:14.588Z | Compiling static_assertions v1.1.0 |
1505 | 2024-11-21T21:57:14.698Z | Compiling new_debug_unreachable v1.0.6 |
1506 | 2024-11-21T21:57:14.718Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1507 | 2024-11-21T21:57:14.802Z | Compiling string_cache v0.8.7 |
1508 | 2024-11-21T21:57:14.913Z | Compiling tokio-postgres v0.7.12 |
1509 | 2024-11-21T21:57:15.297Z | Compiling similar v2.6.0 |
1510 | 2024-11-21T21:57:15.461Z | Compiling predicates v3.1.2 |
1511 | 2024-11-21T21:57:15.830Z | Compiling petgraph v0.6.5 |
1512 | 2024-11-21T21:57:17.054Z | Compiling clap v4.5.21 |
1513 | 2024-11-21T21:57:17.183Z | Compiling indicatif v0.17.9 |
1514 | 2024-11-21T21:57:17.220Z | Compiling bit-set v0.5.3 |
1515 | 2024-11-21T21:57:17.510Z | Compiling ecdsa v0.16.9 |
1516 | 2024-11-21T21:57:17.821Z | Compiling rsa v0.9.6 |
1517 | 2024-11-21T21:57:18.384Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-11-21T21:57:19.508Z | Compiling toml v0.7.8 |
1519 | 2024-11-21T21:57:19.724Z | Compiling zip v0.6.6 |
1520 | 2024-11-21T21:57:20.016Z | Compiling crossterm v0.28.1 |
1521 | 2024-11-21T21:57:21.193Z | Compiling hex v0.4.3 |
1522 | 2024-11-21T21:57:21.242Z | Compiling x509-cert v0.2.5 |
1523 | 2024-11-21T21:57:21.652Z | Compiling itertools v0.10.5 |
1524 | 2024-11-21T21:57:21.725Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-11-21T21:57:21.778Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-11-21T21:57:21.829Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-11-21T21:57:21.896Z | Compiling strum_macros v0.26.4 |
1528 | 2024-11-21T21:57:22.158Z | Compiling xattr v1.3.1 |
1529 | 2024-11-21T21:57:22.442Z | Compiling filetime v0.2.25 |
1530 | 2024-11-21T21:57:22.782Z | Compiling tar v0.4.42 |
1531 | 2024-11-21T21:57:27.199Z | Compiling strum v0.26.3 |
1532 | 2024-11-21T21:57:29.954Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-11-21T21:57:57.998Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-11-21T21:58:01.418Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-11-21T21:58:02.937Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-11-21T21:58:03.333Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-11-21T21:58:03.710Z | Compiling reqwest v0.12.9 |
1538 | 2024-11-21T21:58:04.943Z | Compiling qorb v0.2.0 |
1539 | 2024-11-21T21:58:09.935Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-11-21T21:58:10.035Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-11-21T21:58:15.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1542 | 2024-11-21T21:58:16.056Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-11-21T21:58:16.110Z | Nov 21 21:58:14.966 INFO Starting download, target: Clickhouse |
1544 | 2024-11-21T21:58:16.110Z | Nov 21 21:58:14.966 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-11-21T21:58:16.113Z | Nov 21 21:58:14.966 INFO Starting download, target: Console |
1546 | 2024-11-21T21:58:16.113Z | Nov 21 21:58:14.966 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-11-21T21:58:16.113Z | Nov 21 21:58:14.966 INFO Starting download, target: Cockroach |
1548 | 2024-11-21T21:58:16.113Z | Nov 21 21:58:14.966 INFO Starting download, target: DendriteStub |
1549 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.966 INFO Starting download, target: TransceiverControl |
1550 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-11-21T21:58:16.114Z | Nov 21 21:58:14.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-11-21T21:58:16.414Z | Nov 21 21:58:15.268 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-11-21T21:58:16.664Z | Nov 21 21:58:15.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1559 | 2024-11-21T21:58:16.754Z | Nov 21 21:58:15.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-11-21T21:58:16.942Z | Nov 21 21:58:15.795 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-11-21T21:58:17.044Z | Nov 21 21:58:15.897 INFO Download complete, target: Console |
1562 | 2024-11-21T21:58:17.214Z | Nov 21 21:58:16.069 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-11-21T21:58:17.314Z | Nov 21 21:58:16.165 INFO Download complete, target: TransceiverControl |
1564 | 2024-11-21T21:58:17.903Z | Nov 21 21:58:16.759 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1565 | 2024-11-21T21:58:17.903Z | Nov 21 21:58:16.759 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1566 | 2024-11-21T21:58:18.678Z | Nov 21 21:58:17.534 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-11-21T21:58:19.905Z | Nov 21 21:58:18.761 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-11-21T21:58:20.030Z | Nov 21 21:58:18.886 INFO Download complete, target: DendriteStub |
1569 | 2024-11-21T21:58:25.186Z | Nov 21 21:58:24.040 INFO Checking that binary works, target: Cockroach |
1570 | 2024-11-21T21:58:25.341Z | Nov 21 21:58:24.196 INFO Download complete, target: Cockroach |
1571 | 2024-11-21T21:58:30.571Z | Nov 21 21:58:29.425 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-11-21T21:58:30.720Z | Nov 21 21:58:29.575 INFO Download complete, target: Clickhouse |
1573 | 2024-11-21T21:58:30.739Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-11-21T21:58:30.741Z | |
1575 | 2024-11-21T21:58:30.741Z | real 4:56.485443681 |
1576 | 2024-11-21T21:58:30.741Z | user 16:39.513031087 |
1577 | 2024-11-21T21:58:30.742Z | sys 3:16.887797839 |
1578 | 2024-11-21T21:58:30.742Z | trap 0.593953940 |
1579 | 2024-11-21T21:58:30.742Z | tflt 1.513403833 |
1580 | 2024-11-21T21:58:30.742Z | dflt 2.028330233 |
1581 | 2024-11-21T21:58:30.742Z | kflt 0.021643538 |
1582 | 2024-11-21T21:58:30.742Z | lock 29:46.373076120 |
1583 | 2024-11-21T21:58:30.742Z | slp 1:02:20.399846768 |
1584 | 2024-11-21T21:58:30.742Z | lat 59.308040174 |
1585 | 2024-11-21T21:58:30.742Z | stop 2:26.614006021 |
1586 | 2024-11-21T21:58:30.742Z | + banner hack-check |
1587 | 2024-11-21T21:58:30.745Z | |
1588 | 2024-11-21T21:58:30.745Z | # # ## #### # # #### # # ###### #### # # |
1589 | 2024-11-21T21:58:30.745Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-11-21T21:58:30.745Z | ###### # # # #### ##### # ###### ##### # #### |
1591 | 2024-11-21T21:58:30.745Z | # # ###### # # # # # # # # # # |
1592 | 2024-11-21T21:58:30.745Z | # # # # # # # # # # # # # # # # # |
1593 | 2024-11-21T21:58:30.745Z | # # # # #### # # #### # # ###### #### # # |
1594 | 2024-11-21T21:58:30.745Z | |
1595 | 2024-11-21T21:58:30.745Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-11-21T21:58:30.745Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-11-21T21:58:30.745Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1598 | 2024-11-21T21:58:31.302Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-11-21T21:58:34.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
1600 | 2024-11-21T21:58:34.911Z | Running `target/debug/xtask check-features --ci` |
1601 | 2024-11-21T21:58:34.934Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1602 | 2024-11-21T21:58:34.934Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1603 | 2024-11-21T21:58:35.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1604 | 2024-11-21T21:58:35.409Z | Running `target/debug/xtask download cargo-hack` |
1605 | 2024-11-21T21:58:36.246Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1606 | 2024-11-21T21:58:36.612Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1607 | 2024-11-21T21:58:41.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
1608 | 2024-11-21T21:58:41.939Z | Running `target/debug/xtask-downloader cargo-hack` |
1609 | 2024-11-21T21:58:41.979Z | Nov 21 21:58:40.834 INFO Starting download, target: CargoHack |
1610 | 2024-11-21T21:58:41.981Z | Nov 21 21:58:40.835 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1611 | 2024-11-21T21:58:42.558Z | Nov 21 21:58:41.413 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1612 | 2024-11-21T21:58:42.645Z | Nov 21 21:58:41.500 INFO Download complete, target: CargoHack |
1613 | 2024-11-21T21:58:42.649Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1614 | 2024-11-21T21:58:42.665Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1615 | 2024-11-21T21:58:42.832Z | info: running `cargo check --bins` on api_identity (1/172) |
1616 | 2024-11-21T21:58:43.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-11-21T21:58:43.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-11-21T21:58:43.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-11-21T21:58:43.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1620 | 2024-11-21T21:58:43.456Z | |
1621 | 2024-11-21T21:58:43.456Z | info: running `cargo check --bins` on bootstore (2/172) |
1622 | 2024-11-21T21:58:44.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-11-21T21:58:44.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-11-21T21:58:44.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-11-21T21:58:44.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1626 | 2024-11-21T21:58:44.111Z | |
1627 | 2024-11-21T21:58:44.111Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/172) |
1628 | 2024-11-21T21:58:44.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-11-21T21:58:44.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-11-21T21:58:44.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-11-21T21:58:44.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1632 | 2024-11-21T21:58:44.749Z | |
1633 | 2024-11-21T21:58:44.749Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172) |
1634 | 2024-11-21T21:58:45.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-11-21T21:58:45.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-11-21T21:58:45.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-11-21T21:58:45.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1638 | 2024-11-21T21:58:45.384Z | |
1639 | 2024-11-21T21:58:45.384Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172) |
1640 | 2024-11-21T21:58:45.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-11-21T21:58:45.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-11-21T21:58:45.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-11-21T21:58:45.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1644 | 2024-11-21T21:58:45.829Z | |
1645 | 2024-11-21T21:58:45.829Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172) |
1646 | 2024-11-21T21:58:46.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-11-21T21:58:46.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-11-21T21:58:46.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-11-21T21:58:46.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1650 | 2024-11-21T21:58:46.288Z | |
1651 | 2024-11-21T21:58:46.288Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172) |
1652 | 2024-11-21T21:58:46.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-11-21T21:58:46.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-11-21T21:58:46.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-11-21T21:58:46.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1656 | 2024-11-21T21:58:46.729Z | |
1657 | 2024-11-21T21:58:46.729Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172) |
1658 | 2024-11-21T21:58:47.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-11-21T21:58:47.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-11-21T21:58:47.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-11-21T21:58:47.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1662 | 2024-11-21T21:58:47.175Z | |
1663 | 2024-11-21T21:58:47.175Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172) |
1664 | 2024-11-21T21:58:47.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-11-21T21:58:47.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-11-21T21:58:47.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-11-21T21:58:47.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1668 | 2024-11-21T21:58:47.609Z | |
1669 | 2024-11-21T21:58:47.609Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172) |
1670 | 2024-11-21T21:58:48.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-11-21T21:58:48.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-11-21T21:58:48.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-11-21T21:58:48.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1674 | 2024-11-21T21:58:48.046Z | |
1675 | 2024-11-21T21:58:48.046Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172) |
1676 | 2024-11-21T21:58:48.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-11-21T21:58:48.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-11-21T21:58:48.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-11-21T21:58:48.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1680 | 2024-11-21T21:58:48.578Z | |
1681 | 2024-11-21T21:58:48.578Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172) |
1682 | 2024-11-21T21:58:48.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-11-21T21:58:48.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-11-21T21:58:48.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-11-21T21:58:48.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1686 | 2024-11-21T21:58:48.923Z | |
1687 | 2024-11-21T21:58:48.923Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172) |
1688 | 2024-11-21T21:58:49.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-11-21T21:58:49.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-11-21T21:58:49.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-11-21T21:58:49.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1692 | 2024-11-21T21:58:49.355Z | |
1693 | 2024-11-21T21:58:49.355Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172) |
1694 | 2024-11-21T21:58:49.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-11-21T21:58:49.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-11-21T21:58:49.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-11-21T21:58:49.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1698 | 2024-11-21T21:58:49.784Z | |
1699 | 2024-11-21T21:58:49.785Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172) |
1700 | 2024-11-21T21:58:50.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-11-21T21:58:50.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-11-21T21:58:50.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-11-21T21:58:50.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1704 | 2024-11-21T21:58:50.217Z | |
1705 | 2024-11-21T21:58:50.217Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172) |
1706 | 2024-11-21T21:58:50.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2024-11-21T21:58:50.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2024-11-21T21:58:50.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2024-11-21T21:58:50.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1710 | 2024-11-21T21:58:50.643Z | |
1711 | 2024-11-21T21:58:50.643Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172) |
1712 | 2024-11-21T21:58:51.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-11-21T21:58:51.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-11-21T21:58:51.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-11-21T21:58:51.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1716 | 2024-11-21T21:58:51.074Z | |
1717 | 2024-11-21T21:58:51.074Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172) |
1718 | 2024-11-21T21:58:51.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-11-21T21:58:51.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-11-21T21:58:51.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-11-21T21:58:51.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1722 | 2024-11-21T21:58:51.512Z | |
1723 | 2024-11-21T21:58:51.512Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172) |
1724 | 2024-11-21T21:58:51.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-11-21T21:58:51.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-11-21T21:58:51.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-11-21T21:58:51.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1728 | 2024-11-21T21:58:51.952Z | |
1729 | 2024-11-21T21:58:51.952Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172) |
1730 | 2024-11-21T21:58:52.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2024-11-21T21:58:52.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2024-11-21T21:58:52.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2024-11-21T21:58:52.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1734 | 2024-11-21T21:58:52.388Z | |
1735 | 2024-11-21T21:58:52.388Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172) |
1736 | 2024-11-21T21:58:52.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2024-11-21T21:58:52.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2024-11-21T21:58:52.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2024-11-21T21:58:52.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1740 | 2024-11-21T21:58:52.824Z | |
1741 | 2024-11-21T21:58:52.824Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172) |
1742 | 2024-11-21T21:58:53.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2024-11-21T21:58:53.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2024-11-21T21:58:53.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2024-11-21T21:58:53.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1746 | 2024-11-21T21:58:53.266Z | |
1747 | 2024-11-21T21:58:53.266Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172) |
1748 | 2024-11-21T21:58:53.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2024-11-21T21:58:53.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2024-11-21T21:58:53.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2024-11-21T21:58:53.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2024-11-21T21:58:53.698Z | |
1753 | 2024-11-21T21:58:53.698Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172) |
1754 | 2024-11-21T21:58:54.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2024-11-21T21:58:54.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2024-11-21T21:58:54.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2024-11-21T21:58:54.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1758 | 2024-11-21T21:58:54.129Z | |
1759 | 2024-11-21T21:58:54.129Z | info: running `cargo check --bins` on sled-hardware-types (25/172) |
1760 | 2024-11-21T21:58:54.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2024-11-21T21:58:54.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2024-11-21T21:58:54.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2024-11-21T21:58:54.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1764 | 2024-11-21T21:58:54.775Z | |
1765 | 2024-11-21T21:58:54.775Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/172) |
1766 | 2024-11-21T21:58:55.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-11-21T21:58:55.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-11-21T21:58:55.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-11-21T21:58:55.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1770 | 2024-11-21T21:58:55.517Z | |
1771 | 2024-11-21T21:58:55.517Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172) |
1772 | 2024-11-21T21:58:55.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-11-21T21:58:55.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-11-21T21:58:55.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2024-11-21T21:58:55.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1776 | 2024-11-21T21:58:56.074Z | |
1777 | 2024-11-21T21:58:56.074Z | info: running `cargo check --bins` on oxlog (28/172) |
1778 | 2024-11-21T21:58:56.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2024-11-21T21:58:56.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2024-11-21T21:58:56.700Z | Checking cfg-if v1.0.0 |
1781 | 2024-11-21T21:58:56.703Z | Checking libc v0.2.162 |
1782 | 2024-11-21T21:58:56.811Z | Checking serde v1.0.215 |
1783 | 2024-11-21T21:58:56.813Z | Checking zeroize v1.8.1 |
1784 | 2024-11-21T21:58:56.828Z | Checking memchr v2.7.4 |
1785 | 2024-11-21T21:58:56.836Z | Checking typenum v1.17.0 |
1786 | 2024-11-21T21:58:56.838Z | Checking scopeguard v1.2.0 |
1787 | 2024-11-21T21:58:56.860Z | Checking subtle v2.6.1 |
1788 | 2024-11-21T21:58:56.874Z | Checking value-bag v1.9.0 |
1789 | 2024-11-21T21:58:57.073Z | Checking lock_api v0.4.12 |
1790 | 2024-11-21T21:58:57.073Z | Checking smallvec v1.13.2 |
1791 | 2024-11-21T21:58:57.115Z | Checking const-oid v0.9.6 |
1792 | 2024-11-21T21:58:57.319Z | Checking log v0.4.22 |
1793 | 2024-11-21T21:58:57.366Z | Checking itoa v1.0.11 |
1794 | 2024-11-21T21:58:57.454Z | Checking pin-project-lite v0.2.14 |
1795 | 2024-11-21T21:58:57.573Z | Checking byteorder v1.5.0 |
1796 | 2024-11-21T21:58:57.626Z | Checking futures-core v0.3.31 |
1797 | 2024-11-21T21:58:57.687Z | Checking once_cell v1.20.2 |
1798 | 2024-11-21T21:58:57.810Z | Checking cpufeatures v0.2.14 |
1799 | 2024-11-21T21:58:57.838Z | Checking stable_deref_trait v1.2.0 |
1800 | 2024-11-21T21:58:57.897Z | Checking futures-sink v0.3.31 |
1801 | 2024-11-21T21:58:57.935Z | Checking spin v0.9.8 |
1802 | 2024-11-21T21:58:57.982Z | Checking slab v0.4.9 |
1803 | 2024-11-21T21:58:57.985Z | Checking zerocopy v0.7.35 |
1804 | 2024-11-21T21:58:57.999Z | Checking getrandom v0.2.15 |
1805 | 2024-11-21T21:58:58.025Z | Checking signal-hook-registry v1.4.2 |
1806 | 2024-11-21T21:58:58.148Z | Checking generic-array v0.14.7 |
1807 | 2024-11-21T21:58:58.231Z | Checking rand_core v0.6.4 |
1808 | 2024-11-21T21:58:58.249Z | Checking parking_lot_core v0.9.10 |
1809 | 2024-11-21T21:58:58.270Z | Checking mio v1.0.2 |
1810 | 2024-11-21T21:58:58.291Z | Checking socket2 v0.5.7 |
1811 | 2024-11-21T21:58:58.530Z | Checking zerofrom v0.1.4 |
1812 | 2024-11-21T21:58:58.573Z | Checking parking_lot v0.12.3 |
1813 | 2024-11-21T21:58:58.750Z | Checking yoke v0.7.4 |
1814 | 2024-11-21T21:58:58.763Z | Checking futures-channel v0.3.31 |
1815 | 2024-11-21T21:58:58.927Z | Checking foldhash v0.1.3 |
1816 | 2024-11-21T21:58:58.945Z | Checking pin-utils v0.1.0 |
1817 | 2024-11-21T21:58:58.945Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-11-21T21:58:59.027Z | Checking futures-task v0.3.31 |
1819 | 2024-11-21T21:58:59.113Z | Checking futures-io v0.3.31 |
1820 | 2024-11-21T21:58:59.123Z | Checking equivalent v1.0.1 |
1821 | 2024-11-21T21:58:59.123Z | Checking zerovec v0.10.4 |
1822 | 2024-11-21T21:58:59.217Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-11-21T21:58:59.241Z | Checking ryu v1.0.18 |
1824 | 2024-11-21T21:58:59.274Z | Checking futures-util v0.3.31 |
1825 | 2024-11-21T21:58:59.292Z | Checking tinyvec v1.8.0 |
1826 | 2024-11-21T21:58:59.366Z | Checking crypto-common v0.1.6 |
1827 | 2024-11-21T21:58:59.393Z | Checking block-buffer v0.10.4 |
1828 | 2024-11-21T21:58:59.475Z | Checking block-padding v0.3.3 |
1829 | 2024-11-21T21:58:59.549Z | Checking fnv v1.0.7 |
1830 | 2024-11-21T21:58:59.596Z | Checking hashbrown v0.15.0 |
1831 | 2024-11-21T21:58:59.612Z | Checking digest v0.10.7 |
1832 | 2024-11-21T21:58:59.667Z | Checking libm v0.2.8 |
1833 | 2024-11-21T21:58:59.689Z | Checking inout v0.1.3 |
1834 | 2024-11-21T21:58:59.927Z | Checking cipher v0.4.4 |
1835 | 2024-11-21T21:58:59.998Z | Checking hmac v0.12.1 |
1836 | 2024-11-21T21:59:00.219Z | Checking sha2 v0.10.8 |
1837 | 2024-11-21T21:59:00.351Z | Checking litemap v0.7.3 |
1838 | 2024-11-21T21:59:00.551Z | Checking unicode-bidi v0.3.17 |
1839 | 2024-11-21T21:59:00.577Z | Checking unicode-normalization v0.1.24 |
1840 | 2024-11-21T21:59:00.681Z | Checking base64ct v1.6.0 |
1841 | 2024-11-21T21:59:00.744Z | Checking writeable v0.5.5 |
1842 | 2024-11-21T21:59:00.789Z | Checking num-traits v0.2.19 |
1843 | 2024-11-21T21:59:00.806Z | Checking tinystr v0.7.6 |
1844 | 2024-11-21T21:59:01.078Z | Checking ppv-lite86 v0.2.20 |
1845 | 2024-11-21T21:59:01.149Z | Checking pem-rfc7468 v0.7.0 |
1846 | 2024-11-21T21:59:01.184Z | Checking flagset v0.4.6 |
1847 | 2024-11-21T21:59:01.198Z | Checking icu_locid v1.5.0 |
1848 | 2024-11-21T21:59:01.376Z | Checking tracing-core v0.1.32 |
1849 | 2024-11-21T21:59:01.408Z | Checking der v0.7.9 |
1850 | 2024-11-21T21:59:01.510Z | Checking thiserror v1.0.69 |
1851 | 2024-11-21T21:59:01.646Z | Checking icu_locid_transform_data v1.5.0 |
1852 | 2024-11-21T21:59:01.750Z | Checking rustls-pki-types v1.9.0 |
1853 | 2024-11-21T21:59:01.868Z | Checking rand_chacha v0.3.1 |
1854 | 2024-11-21T21:59:01.915Z | Checking bytes v1.8.0 |
1855 | 2024-11-21T21:59:02.022Z | Checking indexmap v2.6.0 |
1856 | 2024-11-21T21:59:02.244Z | Checking serde_json v1.0.132 |
1857 | 2024-11-21T21:59:02.270Z | Checking icu_provider v1.5.0 |
1858 | 2024-11-21T21:59:02.332Z | Checking bitflags v2.6.0 |
1859 | 2024-11-21T21:59:02.550Z | Checking percent-encoding v2.3.1 |
1860 | 2024-11-21T21:59:02.630Z | Checking rand v0.8.5 |
1861 | 2024-11-21T21:59:02.742Z | Checking tracing v0.1.40 |
1862 | 2024-11-21T21:59:02.758Z | Checking tokio v1.40.0 |
1863 | 2024-11-21T21:59:02.959Z | Checking http v1.1.0 |
1864 | 2024-11-21T21:59:03.102Z | Checking icu_locid_transform v1.5.0 |
1865 | 2024-11-21T21:59:03.286Z | Checking spki v0.7.3 |
1866 | 2024-11-21T21:59:03.289Z | Checking icu_collections v1.5.0 |
1867 | 2024-11-21T21:59:03.570Z | Checking salsa20 v0.10.2 |
1868 | 2024-11-21T21:59:03.780Z | Checking pbkdf2 v0.12.2 |
1869 | 2024-11-21T21:59:03.944Z | Checking aws-lc-sys v0.22.0 |
1870 | 2024-11-21T21:59:03.947Z | Checking httparse v1.9.5 |
1871 | 2024-11-21T21:59:03.974Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-11-21T21:59:04.072Z | Checking untrusted v0.7.1 |
1873 | 2024-11-21T21:59:04.086Z | Checking powerfmt v0.2.0 |
1874 | 2024-11-21T21:59:04.129Z | Checking icu_properties_data v1.5.0 |
1875 | 2024-11-21T21:59:04.236Z | Checking untrusted v0.9.0 |
1876 | 2024-11-21T21:59:04.333Z | Checking deranged v0.3.11 |
1877 | 2024-11-21T21:59:04.333Z | Checking scrypt v0.11.0 |
1878 | 2024-11-21T21:59:04.369Z | Checking icu_properties v1.5.1 |
1879 | 2024-11-21T21:59:04.385Z | Checking aes v0.8.4 |
1880 | 2024-11-21T21:59:04.401Z | Checking ring v0.17.8 |
1881 | 2024-11-21T21:59:04.434Z | Checking cbc v0.1.2 |
1882 | 2024-11-21T21:59:04.545Z | Checking crossbeam-utils v0.8.20 |
1883 | 2024-11-21T21:59:04.637Z | Checking write16 v1.0.0 |
1884 | 2024-11-21T21:59:04.761Z | Checking icu_normalizer_data v1.5.0 |
1885 | 2024-11-21T21:59:04.862Z | Checking num_threads v0.1.7 |
1886 | 2024-11-21T21:59:04.981Z | Checking utf8_iter v1.0.4 |
1887 | 2024-11-21T21:59:05.181Z | Checking utf16_iter v1.0.5 |
1888 | 2024-11-21T21:59:05.268Z | Checking time-core v0.1.2 |
1889 | 2024-11-21T21:59:05.307Z | Checking num-conv v0.1.0 |
1890 | 2024-11-21T21:59:05.338Z | Checking atomic-waker v1.1.2 |
1891 | 2024-11-21T21:59:05.428Z | Checking pkcs5 v0.7.1 |
1892 | 2024-11-21T21:59:05.475Z | Checking http-body v1.0.1 |
1893 | 2024-11-21T21:59:05.561Z | Checking form_urlencoded v1.2.1 |
1894 | 2024-11-21T21:59:05.678Z | Checking try-lock v0.2.5 |
1895 | 2024-11-21T21:59:05.764Z | Checking unicode-ident v1.0.13 |
1896 | 2024-11-21T21:59:05.815Z | Checking want v0.3.1 |
1897 | 2024-11-21T21:59:05.927Z | Checking httpdate v1.0.3 |
1898 | 2024-11-21T21:59:05.942Z | Checking pkcs8 v0.10.2 |
1899 | 2024-11-21T21:59:05.997Z | Checking proc-macro2 v1.0.89 |
1900 | 2024-11-21T21:59:06.109Z | Checking time v0.3.36 |
1901 | 2024-11-21T21:59:06.178Z | Checking toml_datetime v0.6.8 |
1902 | 2024-11-21T21:59:06.250Z | Checking uuid v1.11.0 |
1903 | 2024-11-21T21:59:06.283Z | Checking serde_spanned v0.6.8 |
1904 | 2024-11-21T21:59:06.458Z | Checking slog v2.7.0 |
1905 | 2024-11-21T21:59:06.480Z | Checking scroll v0.12.0 |
1906 | 2024-11-21T21:59:06.571Z | Checking aws-lc-rs v1.10.0 |
1907 | 2024-11-21T21:59:06.712Z | Checking plain v0.2.3 |
1908 | 2024-11-21T21:59:06.857Z | Checking ucd-trie v0.1.7 |
1909 | 2024-11-21T21:59:06.883Z | Checking foreign-types-shared v0.1.1 |
1910 | 2024-11-21T21:59:06.923Z | Checking iana-time-zone v0.1.61 |
1911 | 2024-11-21T21:59:06.947Z | Checking match_cfg v0.1.0 |
1912 | 2024-11-21T21:59:06.987Z | Checking adler2 v2.0.0 |
1913 | 2024-11-21T21:59:07.032Z | Checking tower-service v0.3.3 |
1914 | 2024-11-21T21:59:07.049Z | Checking base64 v0.22.1 |
1915 | 2024-11-21T21:59:07.068Z | Checking chrono v0.4.38 |
1916 | 2024-11-21T21:59:07.140Z | Checking miniz_oxide v0.8.0 |
1917 | 2024-11-21T21:59:07.154Z | Checking pest v2.7.14 |
1918 | 2024-11-21T21:59:07.540Z | Checking hostname v0.3.1 |
1919 | 2024-11-21T21:59:07.676Z | Checking foreign-types v0.3.2 |
1920 | 2024-11-21T21:59:07.771Z | Checking goblin v0.8.2 |
1921 | 2024-11-21T21:59:07.826Z | Checking icu_normalizer v1.5.0 |
1922 | 2024-11-21T21:59:07.865Z | Checking quote v1.0.37 |
1923 | 2024-11-21T21:59:08.222Z | Checking openssl-sys v0.9.103 |
1924 | 2024-11-21T21:59:08.385Z | Checking rustls-webpki v0.102.8 |
1925 | 2024-11-21T21:59:08.620Z | Checking idna_adapter v1.2.0 |
1926 | 2024-11-21T21:59:08.701Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-11-21T21:59:08.822Z | Checking idna v1.0.3 |
1928 | 2024-11-21T21:59:08.878Z | Checking errno v0.3.9 |
1929 | 2024-11-21T21:59:09.044Z | Checking aho-corasick v1.1.3 |
1930 | 2024-11-21T21:59:09.151Z | Checking pretty-hex v0.4.1 |
1931 | 2024-11-21T21:59:09.179Z | Checking regex-syntax v0.8.5 |
1932 | 2024-11-21T21:59:09.315Z | Checking url v2.5.3 |
1933 | 2024-11-21T21:59:09.342Z | Checking siphasher v0.3.11 |
1934 | 2024-11-21T21:59:09.490Z | Checking data-encoding v2.6.0 |
1935 | 2024-11-21T21:59:09.623Z | Checking openssl v0.10.66 |
1936 | 2024-11-21T21:59:09.721Z | Checking dtrace-parser v0.2.0 |
1937 | 2024-11-21T21:59:10.168Z | Checking rustix v0.38.37 |
1938 | 2024-11-21T21:59:10.183Z | Checking dirs-next v2.0.0 |
1939 | 2024-11-21T21:59:10.200Z | Checking tokio-util v0.7.12 |
1940 | 2024-11-21T21:59:10.217Z | Checking syn v2.0.87 |
1941 | 2024-11-21T21:59:10.314Z | Checking http-body-util v0.1.2 |
1942 | 2024-11-21T21:59:10.679Z | Checking crossbeam-epoch v0.9.18 |
1943 | 2024-11-21T21:59:10.774Z | Checking sha1 v0.10.6 |
1944 | 2024-11-21T21:59:11.078Z | Checking signature v2.2.0 |
1945 | 2024-11-21T21:59:11.123Z | Checking h2 v0.4.6 |
1946 | 2024-11-21T21:59:11.139Z | Checking lazy_static v1.5.0 |
1947 | 2024-11-21T21:59:11.255Z | Checking thread-id v4.2.2 |
1948 | 2024-11-21T21:59:11.282Z | Checking thread_local v1.1.8 |
1949 | 2024-11-21T21:59:11.361Z | Checking encoding_rs v0.8.34 |
1950 | 2024-11-21T21:59:11.566Z | Checking unicode-properties v0.1.3 |
1951 | 2024-11-21T21:59:11.922Z | Checking openssl-probe v0.1.5 |
1952 | 2024-11-21T21:59:12.084Z | Checking mime v0.3.17 |
1953 | 2024-11-21T21:59:12.384Z | Checking ipnet v2.10.1 |
1954 | 2024-11-21T21:59:12.548Z | Checking regex-automata v0.4.8 |
1955 | 2024-11-21T21:59:12.829Z | Checking anstyle v1.0.10 |
1956 | 2024-11-21T21:59:12.954Z | Checking dof v0.3.0 |
1957 | 2024-11-21T21:59:13.187Z | Checking gimli v0.31.1 |
1958 | 2024-11-21T21:59:13.601Z | Checking utf8parse v0.2.2 |
1959 | 2024-11-21T21:59:13.664Z | Checking either v1.13.0 |
1960 | 2024-11-21T21:59:13.701Z | Checking winnow v0.6.20 |
1961 | 2024-11-21T21:59:13.742Z | Checking anstyle-parse v0.2.5 |
1962 | 2024-11-21T21:59:14.021Z | Checking stringprep v0.1.5 |
1963 | 2024-11-21T21:59:14.061Z | Checking crossbeam-deque v0.8.5 |
1964 | 2024-11-21T21:59:14.310Z | Checking term v0.7.0 |
1965 | 2024-11-21T21:59:14.378Z | Checking rustls v0.22.4 |
1966 | 2024-11-21T21:59:14.735Z | Checking rustls v0.23.14 |
1967 | 2024-11-21T21:59:15.186Z | Checking native-tls v0.2.12 |
1968 | 2024-11-21T21:59:15.489Z | Checking slog-json v2.6.1 |
1969 | 2024-11-21T21:59:15.744Z | Checking serde_urlencoded v0.7.1 |
1970 | 2024-11-21T21:59:16.187Z | Checking crossbeam-channel v0.5.13 |
1971 | 2024-11-21T21:59:16.781Z | Checking toml_edit v0.22.22 |
1972 | 2024-11-21T21:59:16.861Z | Checking usdt-impl v0.5.0 |
1973 | 2024-11-21T21:59:16.910Z | Checking futures-executor v0.3.31 |
1974 | 2024-11-21T21:59:17.145Z | Checking num-integer v0.1.46 |
1975 | 2024-11-21T21:59:17.331Z | Checking addr2line v0.24.2 |
1976 | 2024-11-21T21:59:17.361Z | Checking hyper v1.5.0 |
1977 | 2024-11-21T21:59:17.392Z | Checking rustls-pemfile v2.2.0 |
1978 | 2024-11-21T21:59:17.442Z | Checking idna v0.4.0 |
1979 | 2024-11-21T21:59:17.594Z | Checking idna v0.3.0 |
1980 | 2024-11-21T21:59:17.627Z | Checking md-5 v0.10.6 |
1981 | 2024-11-21T21:59:17.843Z | Checking ff v0.13.0 |
1982 | 2024-11-21T21:59:17.843Z | Checking memmap v0.7.0 |
1983 | 2024-11-21T21:59:18.049Z | Checking is-terminal v0.4.13 |
1984 | 2024-11-21T21:59:18.054Z | Checking hash32 v0.2.1 |
1985 | 2024-11-21T21:59:18.054Z | Checking object v0.36.5 |
1986 | 2024-11-21T21:59:18.173Z | Checking take_mut v0.2.2 |
1987 | 2024-11-21T21:59:18.311Z | Checking base16ct v0.2.0 |
1988 | 2024-11-21T21:59:18.330Z | Checking dyn-clone v1.0.17 |
1989 | 2024-11-21T21:59:18.381Z | Checking utf-8 v0.7.6 |
1990 | 2024-11-21T21:59:18.462Z | Checking quick-error v1.2.3 |
1991 | 2024-11-21T21:59:18.477Z | Checking fallible-iterator v0.2.0 |
1992 | 2024-11-21T21:59:18.498Z | Checking rustc-demangle v0.1.24 |
1993 | 2024-11-21T21:59:18.574Z | Checking colorchoice v1.0.2 |
1994 | 2024-11-21T21:59:18.598Z | Checking psl-types v2.0.11 |
1995 | 2024-11-21T21:59:18.709Z | Checking linked-hash-map v0.5.6 |
1996 | 2024-11-21T21:59:18.782Z | Checking is_terminal_polyfill v1.70.1 |
1997 | 2024-11-21T21:59:18.906Z | Checking anstyle-query v1.1.1 |
1998 | 2024-11-21T21:59:18.923Z | Checking publicsuffix v2.2.3 |
1999 | 2024-11-21T21:59:19.035Z | Checking anstream v0.6.15 |
2000 | 2024-11-21T21:59:19.050Z | Checking lru-cache v0.1.2 |
2001 | 2024-11-21T21:59:19.078Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-11-21T21:59:19.145Z | Checking resolv-conf v0.7.0 |
2003 | 2024-11-21T21:59:19.218Z | Checking tungstenite v0.24.0 |
2004 | 2024-11-21T21:59:19.360Z | Checking toml v0.8.19 |
2005 | 2024-11-21T21:59:19.392Z | Checking sec1 v0.7.3 |
2006 | 2024-11-21T21:59:19.441Z | Checking hyper-util v0.1.10 |
2007 | 2024-11-21T21:59:19.472Z | Checking schemars v0.8.21 |
2008 | 2024-11-21T21:59:19.760Z | Checking heapless v0.7.17 |
2009 | 2024-11-21T21:59:19.780Z | Checking slog-async v2.8.0 |
2010 | 2024-11-21T21:59:20.089Z | Checking hickory-proto v0.24.1 |
2011 | 2024-11-21T21:59:20.105Z | Checking slog-term v2.9.1 |
2012 | 2024-11-21T21:59:20.143Z | Checking tokio-rustls v0.25.0 |
2013 | 2024-11-21T21:59:20.276Z | Checking tokio-rustls v0.26.0 |
2014 | 2024-11-21T21:59:20.517Z | Checking group v0.13.0 |
2015 | 2024-11-21T21:59:20.625Z | Checking usdt v0.5.0 |
2016 | 2024-11-21T21:59:20.695Z | Checking num-iter v0.1.45 |
2017 | 2024-11-21T21:59:20.760Z | Checking futures v0.3.31 |
2018 | 2024-11-21T21:59:20.843Z | Checking slog-bunyan v2.5.0 |
2019 | 2024-11-21T21:59:20.872Z | Checking tokio-native-tls v0.3.1 |
2020 | 2024-11-21T21:59:20.885Z | Checking rayon-core v1.12.1 |
2021 | 2024-11-21T21:59:20.887Z | Checking terminal_size v0.4.0 |
2022 | 2024-11-21T21:59:21.004Z | Checking multer v3.1.0 |
2023 | 2024-11-21T21:59:21.077Z | Checking phf_shared v0.11.2 |
2024 | 2024-11-21T21:59:21.141Z | Checking cookie v0.18.1 |
2025 | 2024-11-21T21:59:21.157Z | Checking async-stream v0.3.6 |
2026 | 2024-11-21T21:59:21.347Z | Checking bzip2-sys v0.1.11+1.0.8 |
2027 | 2024-11-21T21:59:21.361Z | Checking camino v1.1.9 |
2028 | 2024-11-21T21:59:21.394Z | Checking waitgroup v0.1.2 |
2029 | 2024-11-21T21:59:21.415Z | Checking signal-hook v0.3.17 |
2030 | 2024-11-21T21:59:21.461Z | Checking openapiv3 v2.0.0 |
2031 | 2024-11-21T21:59:21.526Z | Checking webpki-roots v0.26.6 |
2032 | 2024-11-21T21:59:21.597Z | Checking serde_path_to_error v0.1.16 |
2033 | 2024-11-21T21:59:21.613Z | Checking idna v0.5.0 |
2034 | 2024-11-21T21:59:21.730Z | Checking hkdf v0.12.4 |
2035 | 2024-11-21T21:59:21.747Z | Checking crypto-bigint v0.5.5 |
2036 | 2024-11-21T21:59:21.921Z | Checking hostname v0.4.0 |
2037 | 2024-11-21T21:59:21.951Z | Checking crc32fast v1.4.2 |
2038 | 2024-11-21T21:59:22.061Z | Checking managed v0.8.0 |
2039 | 2024-11-21T21:59:22.175Z | Checking debug-ignore v1.0.5 |
2040 | 2024-11-21T21:59:22.221Z | Checking winnow v0.5.40 |
2041 | 2024-11-21T21:59:22.317Z | Checking bitflags v1.3.2 |
2042 | 2024-11-21T21:59:22.421Z | Checking unicode-width v0.1.14 |
2043 | 2024-11-21T21:59:22.436Z | Checking strsim v0.11.1 |
2044 | 2024-11-21T21:59:22.484Z | Checking clap_lex v0.7.2 |
2045 | 2024-11-21T21:59:22.715Z | Checking cookie_store v0.21.0 |
2046 | 2024-11-21T21:59:22.729Z | Checking clap_builder v4.5.21 |
2047 | 2024-11-21T21:59:22.903Z | Checking console v0.15.8 |
2048 | 2024-11-21T21:59:23.429Z | Checking smoltcp v0.9.1 |
2049 | 2024-11-21T21:59:23.521Z | Checking flate2 v1.0.34 |
2050 | 2024-11-21T21:59:24.211Z | Checking signal-hook-mio v0.2.4 |
2051 | 2024-11-21T21:59:24.359Z | Checking hyper-rustls v0.27.3 |
2052 | 2024-11-21T21:59:24.655Z | Checking elliptic-curve v0.13.8 |
2053 | 2024-11-21T21:59:24.682Z | Checking backtrace v0.3.74 |
2054 | 2024-11-21T21:59:24.707Z | Checking rayon v1.10.0 |
2055 | 2024-11-21T21:59:24.897Z | Checking bzip2 v0.4.4 |
2056 | 2024-11-21T21:59:24.959Z | Checking hickory-resolver v0.24.1 |
2057 | 2024-11-21T21:59:24.995Z | Checking dropshot v0.12.0 |
2058 | 2024-11-21T21:59:25.185Z | Checking hyper-tls v0.6.0 |
2059 | 2024-11-21T21:59:25.263Z | Checking anyhow v1.0.93 |
2060 | 2024-11-21T21:59:25.278Z | Checking toml_edit v0.19.15 |
2061 | 2024-11-21T21:59:25.295Z | Checking phf v0.11.2 |
2062 | 2024-11-21T21:59:25.471Z | Checking num-bigint-dig v0.8.4 |
2063 | 2024-11-21T21:59:25.573Z | Checking tokio-tungstenite v0.24.0 |
2064 | 2024-11-21T21:59:25.662Z | Checking postgres-types v0.2.8 |
2065 | 2024-11-21T21:59:25.826Z | Checking bstr v1.10.0 |
2066 | 2024-11-21T21:59:26.042Z | Checking regex v1.11.1 |
2067 | 2024-11-21T21:59:26.387Z | Checking ed25519 v2.2.3 |
2068 | 2024-11-21T21:59:26.590Z | Checking tokio-stream v0.1.16 |
2069 | 2024-11-21T21:59:26.697Z | Checking phf_shared v0.10.0 |
2070 | 2024-11-21T21:59:26.704Z | Checking curve25519-dalek v4.1.3 |
2071 | 2024-11-21T21:59:26.741Z | Checking zerocopy v0.6.6 |
2072 | 2024-11-21T21:59:26.987Z | Checking pkcs1 v0.7.5 |
2073 | 2024-11-21T21:59:27.408Z | Checking hubpack v0.1.2 |
2074 | 2024-11-21T21:59:27.535Z | Checking portable-atomic v1.9.0 |
2075 | 2024-11-21T21:59:27.581Z | Checking float-cmp v0.9.0 |
2076 | 2024-11-21T21:59:27.693Z | Checking serde-big-array v0.5.1 |
2077 | 2024-11-21T21:59:27.779Z | Checking rfc6979 v0.4.0 |
2078 | 2024-11-21T21:59:27.873Z | Checking sync_wrapper v1.0.1 |
2079 | 2024-11-21T21:59:27.873Z | Checking fixedbitset v0.4.2 |
2080 | 2024-11-21T21:59:27.927Z | Checking minimal-lexical v0.2.1 |
2081 | 2024-11-21T21:59:27.928Z | Checking precomputed-hash v0.1.1 |
2082 | 2024-11-21T21:59:27.928Z | Checking whoami v1.5.2 |
2083 | 2024-11-21T21:59:28.001Z | Checking new_debug_unreachable v1.0.6 |
2084 | 2024-11-21T21:59:28.065Z | Checking static_assertions v1.1.0 |
2085 | 2024-11-21T21:59:28.101Z | Checking difflib v0.4.0 |
2086 | 2024-11-21T21:59:28.152Z | Checking bit-vec v0.6.3 |
2087 | 2024-11-21T21:59:28.196Z | Checking number_prefix v0.4.0 |
2088 | 2024-11-21T21:59:28.247Z | Checking normalize-line-endings v0.3.0 |
2089 | 2024-11-21T21:59:28.360Z | Checking predicates-core v1.0.8 |
2090 | 2024-11-21T21:59:28.381Z | Checking unicode-width v0.2.0 |
2091 | 2024-11-21T21:59:28.406Z | Checking unicode-segmentation v1.12.0 |
2092 | 2024-11-21T21:59:28.488Z | Checking bit-set v0.5.3 |
2093 | 2024-11-21T21:59:28.552Z | Checking nom v7.1.3 |
2094 | 2024-11-21T21:59:28.558Z | Checking predicates v3.1.2 |
2095 | 2024-11-21T21:59:28.626Z | Checking ed25519-dalek v2.1.1 |
2096 | 2024-11-21T21:59:28.692Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-11-21T21:59:28.709Z | Checking qorb v0.2.0 |
2098 | 2024-11-21T21:59:28.725Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2099 | 2024-11-21T21:59:28.825Z | Checking indicatif v0.17.9 |
2100 | 2024-11-21T21:59:29.016Z | Checking string_cache v0.8.7 |
2101 | 2024-11-21T21:59:29.040Z | Checking similar v2.6.0 |
2102 | 2024-11-21T21:59:29.203Z | Checking petgraph v0.6.5 |
2103 | 2024-11-21T21:59:29.303Z | Checking ecdsa v0.16.9 |
2104 | 2024-11-21T21:59:29.570Z | Checking reqwest v0.12.9 |
2105 | 2024-11-21T21:59:29.957Z | Checking toml v0.7.8 |
2106 | 2024-11-21T21:59:30.037Z | Checking rsa v0.9.6 |
2107 | 2024-11-21T21:59:30.704Z | Checking clap v4.5.21 |
2108 | 2024-11-21T21:59:30.829Z | Checking zip v0.6.6 |
2109 | 2024-11-21T21:59:31.072Z | Checking crossterm v0.28.1 |
2110 | 2024-11-21T21:59:31.299Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2111 | 2024-11-21T21:59:31.323Z | Checking itertools v0.12.1 |
2112 | 2024-11-21T21:59:31.371Z | Checking itertools v0.10.5 |
2113 | 2024-11-21T21:59:31.505Z | Checking fs-err v2.11.0 |
2114 | 2024-11-21T21:59:31.529Z | Checking ahash v0.8.11 |
2115 | 2024-11-21T21:59:31.815Z | Checking x509-cert v0.2.5 |
2116 | 2024-11-21T21:59:32.084Z | Checking hex v0.4.3 |
2117 | 2024-11-21T21:59:32.105Z | Checking semver v1.0.23 |
2118 | 2024-11-21T21:59:32.512Z | Checking lalrpop-util v0.19.12 |
2119 | 2024-11-21T21:59:32.591Z | Checking peg-runtime v0.8.3 |
2120 | 2024-11-21T21:59:32.678Z | Checking sigpipe v0.1.3 |
2121 | 2024-11-21T21:59:33.736Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2122 | 2024-11-21T21:59:34.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s |
2123 | 2024-11-21T21:59:34.212Z | |
2124 | 2024-11-21T21:59:34.212Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172) |
2125 | 2024-11-21T21:59:34.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-11-21T21:59:34.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-11-21T21:59:34.872Z | Compiling hashbrown v0.14.5 |
2128 | 2024-11-21T21:59:34.994Z | Checking heck v0.5.0 |
2129 | 2024-11-21T21:59:35.008Z | Compiling unsafe-libyaml v0.2.11 |
2130 | 2024-11-21T21:59:35.021Z | Compiling ident_case v1.0.1 |
2131 | 2024-11-21T21:59:35.023Z | Checking progenitor-client v0.8.0 |
2132 | 2024-11-21T21:59:35.047Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2133 | 2024-11-21T21:59:35.062Z | Compiling proc-macro-crate v1.3.1 |
2134 | 2024-11-21T21:59:35.149Z | Compiling darling_core v0.20.10 |
2135 | 2024-11-21T21:59:35.188Z | Checking ipnetwork v0.20.0 |
2136 | 2024-11-21T21:59:35.379Z | Compiling structmeta-derive v0.3.0 |
2137 | 2024-11-21T21:59:35.401Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2024-11-21T21:59:35.544Z | Compiling newtype-uuid v1.1.3 |
2139 | 2024-11-21T21:59:35.730Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2140 | 2024-11-21T21:59:35.853Z | Compiling lzma-sys v0.1.20 |
2141 | 2024-11-21T21:59:36.104Z | Compiling foreign-types-macros v0.2.3 |
2142 | 2024-11-21T21:59:36.171Z | Checking regress v0.10.1 |
2143 | 2024-11-21T21:59:36.199Z | Compiling num_enum_derive v0.5.11 |
2144 | 2024-11-21T21:59:36.666Z | Compiling serde_yaml v0.9.34+deprecated |
2145 | 2024-11-21T21:59:36.904Z | Compiling dropshot v0.13.0 |
2146 | 2024-11-21T21:59:37.186Z | Checking foreign-types-shared v0.3.1 |
2147 | 2024-11-21T21:59:37.303Z | Checking arc-swap v1.7.1 |
2148 | 2024-11-21T21:59:37.433Z | Checking foreign-types v0.5.0 |
2149 | 2024-11-21T21:59:37.657Z | Compiling proc-macro-error v1.0.4 |
2150 | 2024-11-21T21:59:37.730Z | Checking slog-scope v4.4.0 |
2151 | 2024-11-21T21:59:38.397Z | Compiling structmeta v0.3.0 |
2152 | 2024-11-21T21:59:38.406Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2153 | 2024-11-21T21:59:38.513Z | Checking tungstenite v0.21.0 |
2154 | 2024-11-21T21:59:38.546Z | Compiling heck v0.3.3 |
2155 | 2024-11-21T21:59:38.812Z | Compiling parse-display-derive v0.10.0 |
2156 | 2024-11-21T21:59:38.866Z | Checking num_enum v0.5.11 |
2157 | 2024-11-21T21:59:38.964Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2158 | 2024-11-21T21:59:39.024Z | Compiling dropshot_endpoint v0.13.0 |
2159 | 2024-11-21T21:59:39.425Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-11-21T21:59:39.679Z | Checking typify-impl v0.2.0 |
2161 | 2024-11-21T21:59:39.778Z | Checking cstr-argument v0.1.2 |
2162 | 2024-11-21T21:59:39.953Z | Checking instant v0.1.13 |
2163 | 2024-11-21T21:59:40.198Z | Checking pretty-hex v0.2.1 |
2164 | 2024-11-21T21:59:40.361Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-11-21T21:59:40.639Z | Checking fastrand v2.1.1 |
2166 | 2024-11-21T21:59:40.966Z | Checking base64 v0.21.7 |
2167 | 2024-11-21T21:59:41.089Z | Checking tempfile v3.13.0 |
2168 | 2024-11-21T21:59:41.492Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2169 | 2024-11-21T21:59:41.508Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2170 | 2024-11-21T21:59:41.524Z | Checking backoff v0.4.0 |
2171 | 2024-11-21T21:59:41.657Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2024-11-21T21:59:41.783Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2024-11-21T21:59:41.843Z | Checking tokio-tungstenite v0.21.0 |
2174 | 2024-11-21T21:59:41.942Z | Checking strum v0.26.3 |
2175 | 2024-11-21T21:59:41.979Z | Compiling zone_cfg_derive v0.1.2 |
2176 | 2024-11-21T21:59:42.104Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-11-21T21:59:42.241Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2178 | 2024-11-21T21:59:42.353Z | Checking slog-stdlog v4.1.1 |
2179 | 2024-11-21T21:59:42.382Z | Compiling darling_macro v0.20.10 |
2180 | 2024-11-21T21:59:42.518Z | Checking regress v0.9.1 |
2181 | 2024-11-21T21:59:42.659Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2182 | 2024-11-21T21:59:42.816Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2024-11-21T21:59:42.852Z | Checking colored v2.1.0 |
2184 | 2024-11-21T21:59:43.108Z | Checking macaddr v1.0.1 |
2185 | 2024-11-21T21:59:43.134Z | Checking base64 v0.13.1 |
2186 | 2024-11-21T21:59:43.331Z | Compiling darling v0.20.10 |
2187 | 2024-11-21T21:59:43.451Z | Compiling serde_with_macros v3.11.0 |
2188 | 2024-11-21T21:59:43.477Z | Checking zone v0.1.8 |
2189 | 2024-11-21T21:59:43.504Z | Checking parse-display v0.10.0 |
2190 | 2024-11-21T21:59:43.520Z | Checking ron v0.7.1 |
2191 | 2024-11-21T21:59:43.741Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-11-21T21:59:44.226Z | Checking xz2 v0.1.7 |
2193 | 2024-11-21T21:59:44.229Z | Checking slog-envlogger v2.2.0 |
2194 | 2024-11-21T21:59:44.433Z | Checking tabwriter v1.4.0 |
2195 | 2024-11-21T21:59:44.479Z | Checking xattr v1.3.1 |
2196 | 2024-11-21T21:59:44.606Z | Checking pem v3.0.4 |
2197 | 2024-11-21T21:59:44.671Z | Checking yasna v0.5.2 |
2198 | 2024-11-21T21:59:44.688Z | Checking headers-core v0.3.0 |
2199 | 2024-11-21T21:59:44.834Z | Checking smf v0.2.3 |
2200 | 2024-11-21T21:59:44.870Z | Checking filetime v0.2.25 |
2201 | 2024-11-21T21:59:45.083Z | Checking same-file v1.0.6 |
2202 | 2024-11-21T21:59:45.261Z | Checking walkdir v2.5.0 |
2203 | 2024-11-21T21:59:45.307Z | Checking tar v0.4.42 |
2204 | 2024-11-21T21:59:45.427Z | Checking headers v0.4.0 |
2205 | 2024-11-21T21:59:45.536Z | Checking camino-tempfile v1.1.1 |
2206 | 2024-11-21T21:59:45.570Z | Checking rcgen v0.12.1 |
2207 | 2024-11-21T21:59:45.830Z | Checking atomicwrites v0.4.4 |
2208 | 2024-11-21T21:59:45.996Z | Checking subprocess v0.2.9 |
2209 | 2024-11-21T21:59:46.414Z | Checking serde_with v3.11.0 |
2210 | 2024-11-21T21:59:50.403Z | Compiling typify-macro v0.2.0 |
2211 | 2024-11-21T21:59:52.307Z | Compiling typify v0.2.0 |
2212 | 2024-11-21T21:59:52.387Z | Compiling progenitor-impl v0.8.0 |
2213 | 2024-11-21T21:59:55.631Z | Compiling progenitor-macro v0.8.0 |
2214 | 2024-11-21T22:00:01.014Z | Checking progenitor v0.8.0 |
2215 | 2024-11-21T22:00:01.177Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2216 | 2024-11-21T22:00:01.180Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2217 | 2024-11-21T22:00:03.930Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2218 | 2024-11-21T22:00:04.223Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2219 | 2024-11-21T22:00:10.841Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2220 | 2024-11-21T22:00:12.489Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-11-21T22:00:13.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s |
2222 | 2024-11-21T22:00:13.978Z | |
2223 | 2024-11-21T22:00:13.979Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172) |
2224 | 2024-11-21T22:00:14.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-11-21T22:00:14.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-11-21T22:00:14.654Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-11-21T22:00:16.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2228 | 2024-11-21T22:00:16.282Z | |
2229 | 2024-11-21T22:00:16.282Z | info: running `cargo check --bins` on nexus-config (31/172) |
2230 | 2024-11-21T22:00:16.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-11-21T22:00:16.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-11-21T22:00:16.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-11-21T22:00:16.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2234 | 2024-11-21T22:00:16.920Z | |
2235 | 2024-11-21T22:00:16.920Z | info: running `cargo check --bins` on omicron-rpaths (32/172) |
2236 | 2024-11-21T22:00:17.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-11-21T22:00:17.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-11-21T22:00:17.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-11-21T22:00:17.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2240 | 2024-11-21T22:00:17.532Z | |
2241 | 2024-11-21T22:00:17.532Z | info: running `cargo check --bins` on omicron-certificates (33/172) |
2242 | 2024-11-21T22:00:18.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-11-21T22:00:18.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-11-21T22:00:18.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2245 | 2024-11-21T22:00:18.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2246 | 2024-11-21T22:00:18.170Z | |
2247 | 2024-11-21T22:00:18.170Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/172) |
2248 | 2024-11-21T22:00:18.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-11-21T22:00:18.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-11-21T22:00:18.863Z | Compiling zerocopy v0.8.10 |
2251 | 2024-11-21T22:00:18.863Z | Compiling progenitor-client v0.8.0 |
2252 | 2024-11-21T22:00:18.863Z | Compiling itertools v0.13.0 |
2253 | 2024-11-21T22:00:18.865Z | Compiling zerocopy-derive v0.8.10 |
2254 | 2024-11-21T22:00:18.865Z | Compiling heapless v0.8.0 |
2255 | 2024-11-21T22:00:18.865Z | Compiling newtype-uuid v1.1.3 |
2256 | 2024-11-21T22:00:18.865Z | Compiling ipnetwork v0.20.0 |
2257 | 2024-11-21T22:00:18.865Z | Checking hash32 v0.3.1 |
2258 | 2024-11-21T22:00:19.216Z | Compiling instant v0.1.13 |
2259 | 2024-11-21T22:00:19.248Z | Compiling smoltcp v0.11.0 |
2260 | 2024-11-21T22:00:19.375Z | Compiling progenitor v0.8.0 |
2261 | 2024-11-21T22:00:19.479Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-11-21T22:00:19.634Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2263 | 2024-11-21T22:00:19.905Z | Compiling backoff v0.4.0 |
2264 | 2024-11-21T22:00:19.922Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2265 | 2024-11-21T22:00:19.979Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2266 | 2024-11-21T22:00:20.158Z | Compiling serde_with v3.11.0 |
2267 | 2024-11-21T22:00:20.216Z | Compiling dropshot v0.13.0 |
2268 | 2024-11-21T22:00:20.262Z | Compiling parse-display v0.10.0 |
2269 | 2024-11-21T22:00:20.278Z | Checking num-rational v0.4.2 |
2270 | 2024-11-21T22:00:20.839Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2271 | 2024-11-21T22:00:20.985Z | Compiling regress v0.9.1 |
2272 | 2024-11-21T22:00:21.002Z | Compiling phf_generator v0.11.2 |
2273 | 2024-11-21T22:00:21.202Z | Checking num-complex v0.4.6 |
2274 | 2024-11-21T22:00:22.197Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2275 | 2024-11-21T22:00:22.769Z | Compiling macaddr v1.0.1 |
2276 | 2024-11-21T22:00:23.221Z | Checking cobs v0.2.3 |
2277 | 2024-11-21T22:00:23.240Z | Compiling num v0.4.3 |
2278 | 2024-11-21T22:00:23.408Z | Checking postcard v1.0.10 |
2279 | 2024-11-21T22:00:23.463Z | Compiling phf_codegen v0.11.2 |
2280 | 2024-11-21T22:00:23.993Z | Compiling parse-zoneinfo v0.3.1 |
2281 | 2024-11-21T22:00:24.176Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2282 | 2024-11-21T22:00:24.449Z | Compiling float-ord v0.3.2 |
2283 | 2024-11-21T22:00:24.781Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2284 | 2024-11-21T22:00:24.937Z | Compiling convert_case v0.4.0 |
2285 | 2024-11-21T22:00:25.059Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2286 | 2024-11-21T22:00:25.947Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2024-11-21T22:00:26.146Z | Compiling derive_more v0.99.18 |
2288 | 2024-11-21T22:00:26.177Z | Compiling chrono-tz-build v0.4.0 |
2289 | 2024-11-21T22:00:26.916Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2290 | 2024-11-21T22:00:27.692Z | Compiling crucible-workspace-hack v0.1.0 |
2291 | 2024-11-21T22:00:27.855Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2292 | 2024-11-21T22:00:27.999Z | Compiling chrono-tz v0.10.0 |
2293 | 2024-11-21T22:00:28.164Z | Checking newline-converter v0.3.0 |
2294 | 2024-11-21T22:00:28.182Z | Checking prettyplease v0.2.25 |
2295 | 2024-11-21T22:00:28.310Z | Compiling slog-dtrace v0.3.0 |
2296 | 2024-11-21T22:00:28.614Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2297 | 2024-11-21T22:00:28.821Z | Checking expectorate v1.1.0 |
2298 | 2024-11-21T22:00:28.988Z | Compiling zone_cfg_derive v0.3.0 |
2299 | 2024-11-21T22:00:29.308Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2300 | 2024-11-21T22:00:29.684Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-11-21T22:00:29.872Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2302 | 2024-11-21T22:00:30.057Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2303 | 2024-11-21T22:00:30.432Z | Compiling const_format_proc_macros v0.2.33 |
2304 | 2024-11-21T22:00:30.470Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2024-11-21T22:00:30.499Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2306 | 2024-11-21T22:00:30.800Z | Compiling num-derive v0.4.2 |
2307 | 2024-11-21T22:00:31.393Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2308 | 2024-11-21T22:00:31.536Z | Checking highway v1.2.0 |
2309 | 2024-11-21T22:00:31.794Z | Checking zone v0.3.0 |
2310 | 2024-11-21T22:00:31.946Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2311 | 2024-11-21T22:00:32.588Z | Checking const_format v0.2.33 |
2312 | 2024-11-21T22:00:32.605Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2313 | 2024-11-21T22:00:32.904Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2314 | 2024-11-21T22:00:33.081Z | Checking gethostname v0.5.0 |
2315 | 2024-11-21T22:00:33.206Z | Checking bcs v0.1.6 |
2316 | 2024-11-21T22:00:33.312Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2317 | 2024-11-21T22:00:33.468Z | Compiling async-recursion v1.1.1 |
2318 | 2024-11-21T22:00:34.126Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2319 | 2024-11-21T22:00:34.128Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2320 | 2024-11-21T22:00:34.265Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2321 | 2024-11-21T22:00:35.638Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2322 | 2024-11-21T22:00:35.667Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2323 | 2024-11-21T22:00:42.153Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2024-11-21T22:00:45.511Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2325 | 2024-11-21T22:00:48.658Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2326 | 2024-11-21T22:00:49.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.68s |
2327 | 2024-11-21T22:00:50.045Z | |
2328 | 2024-11-21T22:00:50.045Z | info: running `cargo check --bins` on clickhouse-admin-api (35/172) |
2329 | 2024-11-21T22:00:50.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-11-21T22:00:50.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-11-21T22:00:50.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-11-21T22:00:50.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2333 | 2024-11-21T22:00:50.686Z | |
2334 | 2024-11-21T22:00:50.686Z | info: running `cargo check --bins` on clickhouse-admin-types (36/172) |
2335 | 2024-11-21T22:00:51.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-11-21T22:00:51.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-11-21T22:00:51.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-11-21T22:00:51.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2339 | 2024-11-21T22:00:51.334Z | |
2340 | 2024-11-21T22:00:51.335Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/172) |
2341 | 2024-11-21T22:00:51.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-11-21T22:00:51.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-11-21T22:00:51.995Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2024-11-21T22:00:52.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2345 | 2024-11-21T22:00:52.834Z | |
2346 | 2024-11-21T22:00:52.835Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172) |
2347 | 2024-11-21T22:00:53.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-11-21T22:00:53.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-11-21T22:00:53.510Z | Compiling cfg_aliases v0.1.1 |
2350 | 2024-11-21T22:00:53.513Z | Compiling vte_generate_state_changes v0.1.2 |
2351 | 2024-11-21T22:00:53.513Z | Checking fd-lock v4.0.2 |
2352 | 2024-11-21T22:00:53.615Z | Checking nibble_vec v0.1.0 |
2353 | 2024-11-21T22:00:53.619Z | Checking bytecount v0.6.8 |
2354 | 2024-11-21T22:00:53.627Z | Checking endian-type v0.1.2 |
2355 | 2024-11-21T22:00:53.649Z | Compiling tabled_derive v0.7.0 |
2356 | 2024-11-21T22:00:53.676Z | Compiling peg-macros v0.8.4 |
2357 | 2024-11-21T22:00:53.704Z | Compiling nix v0.28.0 |
2358 | 2024-11-21T22:00:53.767Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2359 | 2024-11-21T22:00:53.801Z | Checking papergrid v0.11.0 |
2360 | 2024-11-21T22:00:53.816Z | Compiling sqlparser_derive v0.2.2 |
2361 | 2024-11-21T22:00:53.838Z | Checking radix_trie v0.2.1 |
2362 | 2024-11-21T22:00:54.242Z | Checking home v0.5.9 |
2363 | 2024-11-21T22:00:54.259Z | Checking vte v0.11.1 |
2364 | 2024-11-21T22:00:54.384Z | Checking nu-ansi-term v0.50.1 |
2365 | 2024-11-21T22:00:54.800Z | Checking unicode_categories v0.1.1 |
2366 | 2024-11-21T22:00:54.907Z | Checking sqlparser v0.45.0 |
2367 | 2024-11-21T22:00:54.965Z | Checking display-error-chain v0.2.2 |
2368 | 2024-11-21T22:00:55.093Z | Checking sqlformat v0.2.6 |
2369 | 2024-11-21T22:00:55.598Z | Checking strip-ansi-escapes v0.2.0 |
2370 | 2024-11-21T22:00:55.766Z | Checking reedline v0.35.0 |
2371 | 2024-11-21T22:00:55.966Z | Checking tabled v0.15.0 |
2372 | 2024-11-21T22:00:56.647Z | Checking peg v0.8.4 |
2373 | 2024-11-21T22:00:56.872Z | Checking rustyline v14.0.0 |
2374 | 2024-11-21T22:01:06.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
2375 | 2024-11-21T22:01:06.969Z | |
2376 | 2024-11-21T22:01:06.969Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172) |
2377 | 2024-11-21T22:01:07.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-11-21T22:01:07.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-11-21T22:01:07.659Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-11-21T22:01:13.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
2381 | 2024-11-21T22:01:13.552Z | |
2382 | 2024-11-21T22:01:13.552Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172) |
2383 | 2024-11-21T22:01:14.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-11-21T22:01:14.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-11-21T22:01:14.229Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-11-21T22:01:18.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
2387 | 2024-11-21T22:01:18.660Z | |
2388 | 2024-11-21T22:01:18.660Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172) |
2389 | 2024-11-21T22:01:19.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-11-21T22:01:19.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-11-21T22:01:19.345Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-11-21T22:01:24.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
2393 | 2024-11-21T22:01:24.916Z | |
2394 | 2024-11-21T22:01:24.916Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172) |
2395 | 2024-11-21T22:01:25.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-11-21T22:01:25.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-11-21T22:01:25.596Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-11-21T22:01:31.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
2399 | 2024-11-21T22:01:31.260Z | |
2400 | 2024-11-21T22:01:31.260Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172) |
2401 | 2024-11-21T22:01:31.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-11-21T22:01:31.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-11-21T22:01:31.950Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-11-21T22:01:36.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
2405 | 2024-11-21T22:01:36.595Z | |
2406 | 2024-11-21T22:01:36.595Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172) |
2407 | 2024-11-21T22:01:37.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-11-21T22:01:37.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-11-21T22:01:37.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-11-21T22:01:41.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
2411 | 2024-11-21T22:01:41.975Z | |
2412 | 2024-11-21T22:01:41.975Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172) |
2413 | 2024-11-21T22:01:42.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-11-21T22:01:42.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-11-21T22:01:42.669Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2024-11-21T22:01:48.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
2417 | 2024-11-21T22:01:48.486Z | |
2418 | 2024-11-21T22:01:48.486Z | info: running `cargo check --bins` on oximeter (46/172) |
2419 | 2024-11-21T22:01:49.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-11-21T22:01:49.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-11-21T22:01:49.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-11-21T22:01:49.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2423 | 2024-11-21T22:01:49.132Z | |
2424 | 2024-11-21T22:01:49.132Z | info: running `cargo check --bins` on oximeter-macro-impl (47/172) |
2425 | 2024-11-21T22:01:49.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-11-21T22:01:49.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-11-21T22:01:49.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-11-21T22:01:49.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2429 | 2024-11-21T22:01:49.759Z | |
2430 | 2024-11-21T22:01:49.759Z | info: running `cargo check --bins` on oximeter-schema (48/172) |
2431 | 2024-11-21T22:01:50.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-11-21T22:01:50.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-11-21T22:01:50.405Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2434 | 2024-11-21T22:01:50.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2435 | 2024-11-21T22:01:51.041Z | |
2436 | 2024-11-21T22:01:51.041Z | info: running `cargo check --bins` on oximeter-types (49/172) |
2437 | 2024-11-21T22:01:51.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-11-21T22:01:51.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-11-21T22:01:51.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-11-21T22:01:51.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2441 | 2024-11-21T22:01:51.692Z | |
2442 | 2024-11-21T22:01:51.692Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/172) |
2443 | 2024-11-21T22:01:52.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-11-21T22:01:52.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-11-21T22:01:52.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-11-21T22:01:52.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2447 | 2024-11-21T22:01:52.336Z | |
2448 | 2024-11-21T22:01:52.337Z | info: running `cargo check --bins` on oxql-types (51/172) |
2449 | 2024-11-21T22:01:52.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-11-21T22:01:52.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-11-21T22:01:52.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-11-21T22:01:52.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2453 | 2024-11-21T22:01:52.981Z | |
2454 | 2024-11-21T22:01:52.981Z | info: running `cargo check --bins` on oximeter-test-utils (52/172) |
2455 | 2024-11-21T22:01:53.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-11-21T22:01:53.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-11-21T22:01:53.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-11-21T22:01:53.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2459 | 2024-11-21T22:01:53.652Z | |
2460 | 2024-11-21T22:01:53.652Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/172) |
2461 | 2024-11-21T22:01:54.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-11-21T22:01:54.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-11-21T22:01:54.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-11-21T22:01:54.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2465 | 2024-11-21T22:01:54.299Z | |
2466 | 2024-11-21T22:01:54.299Z | info: running `cargo check --bins` on bootstrap-agent-client (54/172) |
2467 | 2024-11-21T22:01:54.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-11-21T22:01:54.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-11-21T22:01:54.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-11-21T22:01:54.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2471 | 2024-11-21T22:01:54.955Z | |
2472 | 2024-11-21T22:01:54.955Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172) |
2473 | 2024-11-21T22:01:55.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-11-21T22:01:55.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-11-21T22:01:55.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-11-21T22:01:55.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2024-11-21T22:01:55.599Z | |
2478 | 2024-11-21T22:01:55.599Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/172) |
2479 | 2024-11-21T22:01:56.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-11-21T22:01:56.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-11-21T22:01:56.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-11-21T22:01:56.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2483 | 2024-11-21T22:01:56.252Z | |
2484 | 2024-11-21T22:01:56.252Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/172) |
2485 | 2024-11-21T22:01:56.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-11-21T22:01:56.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-11-21T22:01:56.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-11-21T22:01:56.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2489 | 2024-11-21T22:01:56.901Z | |
2490 | 2024-11-21T22:01:56.901Z | info: running `cargo check --bins` on cockroach-admin-client (58/172) |
2491 | 2024-11-21T22:01:57.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-11-21T22:01:57.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-11-21T22:01:57.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-11-21T22:01:57.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2495 | 2024-11-21T22:01:57.533Z | |
2496 | 2024-11-21T22:01:57.533Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/172) |
2497 | 2024-11-21T22:01:58.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-11-21T22:01:58.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-11-21T22:01:58.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-11-21T22:01:58.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2501 | 2024-11-21T22:01:58.191Z | |
2502 | 2024-11-21T22:01:58.191Z | info: running `cargo check --bins` on dns-service-client (60/172) |
2503 | 2024-11-21T22:01:58.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-11-21T22:01:58.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-11-21T22:01:58.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-11-21T22:01:58.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2507 | 2024-11-21T22:01:58.837Z | |
2508 | 2024-11-21T22:01:58.837Z | info: running `cargo check --bins` on internal-dns-types (61/172) |
2509 | 2024-11-21T22:01:59.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-11-21T22:01:59.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-11-21T22:01:59.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-11-21T22:01:59.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2513 | 2024-11-21T22:01:59.483Z | |
2514 | 2024-11-21T22:01:59.483Z | info: running `cargo check --bins` on dpd-client (62/172) |
2515 | 2024-11-21T22:02:00.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-11-21T22:02:00.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-11-21T22:02:00.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-11-21T22:02:00.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2519 | 2024-11-21T22:02:00.126Z | |
2520 | 2024-11-21T22:02:00.126Z | info: running `cargo check --bins` on gateway-client (63/172) |
2521 | 2024-11-21T22:02:00.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-11-21T22:02:00.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-11-21T22:02:00.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-11-21T22:02:00.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2525 | 2024-11-21T22:02:00.759Z | |
2526 | 2024-11-21T22:02:00.759Z | info: running `cargo check --bins` on installinator-client (64/172) |
2527 | 2024-11-21T22:02:01.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-11-21T22:02:01.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-11-21T22:02:01.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-11-21T22:02:01.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2531 | 2024-11-21T22:02:01.422Z | |
2532 | 2024-11-21T22:02:01.422Z | info: running `cargo check --bins` on installinator-common (65/172) |
2533 | 2024-11-21T22:02:01.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-11-21T22:02:02.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-11-21T22:02:02.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-11-21T22:02:02.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2537 | 2024-11-21T22:02:02.085Z | |
2538 | 2024-11-21T22:02:02.085Z | info: running `cargo check --bins` on update-engine (66/172) |
2539 | 2024-11-21T22:02:02.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-11-21T22:02:02.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-11-21T22:02:02.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-11-21T22:02:02.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2543 | 2024-11-21T22:02:02.713Z | |
2544 | 2024-11-21T22:02:02.713Z | info: running `cargo check --bins` on nexus-client (67/172) |
2545 | 2024-11-21T22:02:03.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-11-21T22:02:03.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-11-21T22:02:03.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-11-21T22:02:03.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2549 | 2024-11-21T22:02:03.382Z | |
2550 | 2024-11-21T22:02:03.382Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/172) |
2551 | 2024-11-21T22:02:03.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-11-21T22:02:03.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-11-21T22:02:03.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-11-21T22:02:03.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2555 | 2024-11-21T22:02:04.037Z | |
2556 | 2024-11-21T22:02:04.037Z | info: running `cargo check --bins` on omicron-passwords (69/172) |
2557 | 2024-11-21T22:02:04.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-11-21T22:02:04.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-11-21T22:02:04.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-11-21T22:02:04.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2561 | 2024-11-21T22:02:04.666Z | |
2562 | 2024-11-21T22:02:04.667Z | info: running `cargo check --bins` on nexus-types (70/172) |
2563 | 2024-11-21T22:02:05.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-11-21T22:02:05.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-11-21T22:02:05.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-11-21T22:02:05.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2567 | 2024-11-21T22:02:05.335Z | |
2568 | 2024-11-21T22:02:05.335Z | info: running `cargo check --bins` on oxide-client (71/172) |
2569 | 2024-11-21T22:02:05.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-11-21T22:02:05.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-11-21T22:02:05.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-11-21T22:02:05.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2573 | 2024-11-21T22:02:05.963Z | |
2574 | 2024-11-21T22:02:05.963Z | info: running `cargo check --bins` on oximeter-client (72/172) |
2575 | 2024-11-21T22:02:06.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-11-21T22:02:06.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-11-21T22:02:06.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-11-21T22:02:06.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2579 | 2024-11-21T22:02:06.610Z | |
2580 | 2024-11-21T22:02:06.610Z | info: running `cargo check --bins` on repo-depot-client (73/172) |
2581 | 2024-11-21T22:02:07.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-11-21T22:02:07.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-11-21T22:02:07.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-11-21T22:02:07.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2585 | 2024-11-21T22:02:07.248Z | |
2586 | 2024-11-21T22:02:07.248Z | info: running `cargo check --bins` on sled-agent-client (74/172) |
2587 | 2024-11-21T22:02:07.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-11-21T22:02:07.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-11-21T22:02:07.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-11-21T22:02:07.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2591 | 2024-11-21T22:02:07.907Z | |
2592 | 2024-11-21T22:02:07.907Z | info: running `cargo check --bins` on wicketd-client (75/172) |
2593 | 2024-11-21T22:02:08.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-11-21T22:02:08.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-11-21T22:02:08.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-11-21T22:02:08.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2597 | 2024-11-21T22:02:08.590Z | |
2598 | 2024-11-21T22:02:08.590Z | info: running `cargo check --bins` on sled-agent-types (76/172) |
2599 | 2024-11-21T22:02:09.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-11-21T22:02:09.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-11-21T22:02:09.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-11-21T22:02:09.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2603 | 2024-11-21T22:02:09.258Z | |
2604 | 2024-11-21T22:02:09.258Z | info: running `cargo check --bins` on wicket-common (77/172) |
2605 | 2024-11-21T22:02:09.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-11-21T22:02:09.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-11-21T22:02:09.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-11-21T22:02:09.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2609 | 2024-11-21T22:02:09.925Z | |
2610 | 2024-11-21T22:02:09.925Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/172) |
2611 | 2024-11-21T22:02:10.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-11-21T22:02:10.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-11-21T22:02:10.597Z | Checking csv-core v0.1.11 |
2614 | 2024-11-21T22:02:10.597Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2615 | 2024-11-21T22:02:10.600Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-11-21T22:02:10.913Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2617 | 2024-11-21T22:02:10.925Z | Checking csv v1.3.0 |
2618 | 2024-11-21T22:02:11.509Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2619 | 2024-11-21T22:02:11.870Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2620 | 2024-11-21T22:02:13.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
2621 | 2024-11-21T22:02:13.302Z | |
2622 | 2024-11-21T22:02:13.302Z | info: running `cargo check --bins` on cockroach-admin-api (79/172) |
2623 | 2024-11-21T22:02:13.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-11-21T22:02:13.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-11-21T22:02:13.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-11-21T22:02:13.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2627 | 2024-11-21T22:02:13.947Z | |
2628 | 2024-11-21T22:02:13.947Z | info: running `cargo check --bins` on cockroach-admin-types (80/172) |
2629 | 2024-11-21T22:02:14.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-11-21T22:02:14.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-11-21T22:02:14.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-11-21T22:02:14.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2633 | 2024-11-21T22:02:14.598Z | |
2634 | 2024-11-21T22:02:14.598Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172) |
2635 | 2024-11-21T22:02:15.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-11-21T22:02:15.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-11-21T22:02:15.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-11-21T22:02:15.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2639 | 2024-11-21T22:02:15.343Z | |
2640 | 2024-11-21T22:02:15.343Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172) |
2641 | 2024-11-21T22:02:15.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-11-21T22:02:15.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-11-21T22:02:15.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-11-21T22:02:15.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2645 | 2024-11-21T22:02:16.086Z | |
2646 | 2024-11-21T22:02:16.086Z | info: running `cargo check --bins` on dns-server (83/172) |
2647 | 2024-11-21T22:02:16.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-11-21T22:02:16.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-11-21T22:02:16.752Z | Compiling parking_lot_core v0.8.6 |
2650 | 2024-11-21T22:02:16.752Z | Checking fxhash v0.2.1 |
2651 | 2024-11-21T22:02:16.755Z | Checking hickory-server v0.24.1 |
2652 | 2024-11-21T22:02:16.755Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2653 | 2024-11-21T22:02:16.755Z | Checking hickory-client v0.24.1 |
2654 | 2024-11-21T22:02:17.470Z | Checking parking_lot v0.11.2 |
2655 | 2024-11-21T22:02:17.580Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2656 | 2024-11-21T22:02:17.580Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2657 | 2024-11-21T22:02:17.706Z | Checking sled v0.34.7 |
2658 | 2024-11-21T22:02:19.505Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2659 | 2024-11-21T22:02:20.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2660 | 2024-11-21T22:02:20.935Z | |
2661 | 2024-11-21T22:02:20.936Z | info: running `cargo check --bins` on dns-server-api (84/172) |
2662 | 2024-11-21T22:02:21.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-11-21T22:02:21.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-11-21T22:02:21.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-11-21T22:02:21.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2666 | 2024-11-21T22:02:21.583Z | |
2667 | 2024-11-21T22:02:21.583Z | info: running `cargo check --bins` on gateway-test-utils (85/172) |
2668 | 2024-11-21T22:02:22.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-11-21T22:02:22.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-11-21T22:02:22.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-11-21T22:02:22.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2672 | 2024-11-21T22:02:22.287Z | |
2673 | 2024-11-21T22:02:22.287Z | info: running `cargo check --bins` on gateway-types (86/172) |
2674 | 2024-11-21T22:02:22.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-11-21T22:02:22.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-11-21T22:02:22.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-11-21T22:02:22.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2678 | 2024-11-21T22:02:22.934Z | |
2679 | 2024-11-21T22:02:22.934Z | info: running `cargo check --bins` on ipcc (87/172) |
2680 | 2024-11-21T22:02:23.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-11-21T22:02:23.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-11-21T22:02:23.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-11-21T22:02:23.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2684 | 2024-11-21T22:02:23.587Z | |
2685 | 2024-11-21T22:02:23.587Z | info: running `cargo check --bins` on omicron-gateway (88/172) |
2686 | 2024-11-21T22:02:24.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-11-21T22:02:24.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-11-21T22:02:24.302Z | Compiling radium v0.7.0 |
2689 | 2024-11-21T22:02:24.302Z | Compiling semver v0.1.20 |
2690 | 2024-11-21T22:02:24.419Z | Compiling maybe-uninit v2.0.0 |
2691 | 2024-11-21T22:02:24.422Z | Checking tap v1.0.1 |
2692 | 2024-11-21T22:02:24.441Z | Checking password-hash v0.5.0 |
2693 | 2024-11-21T22:02:24.443Z | Checking blake2 v0.10.6 |
2694 | 2024-11-21T22:02:24.443Z | Compiling packed_struct v0.10.1 |
2695 | 2024-11-21T22:02:24.443Z | Checking funty v2.0.0 |
2696 | 2024-11-21T22:02:24.842Z | Compiling rustc_version v0.1.7 |
2697 | 2024-11-21T22:02:24.882Z | Checking wyz v0.5.1 |
2698 | 2024-11-21T22:02:24.899Z | Compiling owo-colors v4.1.0 |
2699 | 2024-11-21T22:02:24.930Z | Checking crc-catalog v2.4.0 |
2700 | 2024-11-21T22:02:24.967Z | Compiling cancel-safe-futures v0.1.5 |
2701 | 2024-11-21T22:02:25.073Z | Checking crc v3.2.1 |
2702 | 2024-11-21T22:02:25.148Z | Checking argon2 v0.5.3 |
2703 | 2024-11-21T22:02:25.200Z | Compiling packed_struct_codegen v0.10.1 |
2704 | 2024-11-21T22:02:25.224Z | Compiling indexmap v1.9.3 |
2705 | 2024-11-21T22:02:25.266Z | Checking half v2.4.1 |
2706 | 2024-11-21T22:02:25.310Z | Checking ciborium-io v0.2.2 |
2707 | 2024-11-21T22:02:25.332Z | Checking bitvec v1.0.1 |
2708 | 2024-11-21T22:02:25.335Z | Compiling newtype_derive v0.1.6 |
2709 | 2024-11-21T22:02:25.437Z | Checking nodrop v0.1.14 |
2710 | 2024-11-21T22:02:25.504Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2711 | 2024-11-21T22:02:25.564Z | Checking array-init v0.0.4 |
2712 | 2024-11-21T22:02:25.724Z | Checking ciborium-ll v0.2.2 |
2713 | 2024-11-21T22:02:25.797Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2714 | 2024-11-21T22:02:25.812Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-11-21T22:02:25.997Z | Checking smallvec v0.6.14 |
2716 | 2024-11-21T22:02:26.034Z | Checking libsw v3.3.1 |
2717 | 2024-11-21T22:02:26.103Z | Compiling memoffset v0.9.1 |
2718 | 2024-11-21T22:02:26.341Z | Checking swrite v0.1.0 |
2719 | 2024-11-21T22:02:26.420Z | Checking linear-map v1.2.0 |
2720 | 2024-11-21T22:02:26.436Z | Checking bitfield v0.14.0 |
2721 | 2024-11-21T22:02:26.457Z | Checking hashbrown v0.12.3 |
2722 | 2024-11-21T22:02:26.596Z | Checking indent_write v2.2.0 |
2723 | 2024-11-21T22:02:26.616Z | Checking termcolor v1.4.1 |
2724 | 2024-11-21T22:02:26.734Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2725 | 2024-11-21T22:02:26.737Z | Checking ron v0.8.1 |
2726 | 2024-11-21T22:02:26.790Z | Checking serde-hex v0.1.0 |
2727 | 2024-11-21T22:02:27.065Z | Checking env_logger v0.10.2 |
2728 | 2024-11-21T22:02:27.635Z | Checking ciborium v0.2.2 |
2729 | 2024-11-21T22:02:27.657Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2730 | 2024-11-21T22:02:28.078Z | Checking steno v0.4.1 |
2731 | 2024-11-21T22:02:28.189Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2732 | 2024-11-21T22:02:28.214Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2733 | 2024-11-21T22:02:28.390Z | Checking hashbrown v0.13.2 |
2734 | 2024-11-21T22:02:28.463Z | Checking crc-any v2.5.0 |
2735 | 2024-11-21T22:02:28.663Z | Checking humantime v2.1.0 |
2736 | 2024-11-21T22:02:28.840Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2737 | 2024-11-21T22:02:28.975Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2738 | 2024-11-21T22:02:29.361Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2739 | 2024-11-21T22:02:29.429Z | Checking object v0.30.4 |
2740 | 2024-11-21T22:02:29.478Z | Checking path-slash v0.1.5 |
2741 | 2024-11-21T22:02:29.629Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2742 | 2024-11-21T22:02:29.717Z | Checking nix v0.27.1 |
2743 | 2024-11-21T22:02:30.369Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2744 | 2024-11-21T22:02:30.793Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2745 | 2024-11-21T22:02:30.815Z | Checking tungstenite v0.23.0 |
2746 | 2024-11-21T22:02:31.068Z | Checking kstat-rs v0.2.4 |
2747 | 2024-11-21T22:02:31.122Z | Checking signal-hook-tokio v0.3.1 |
2748 | 2024-11-21T22:02:31.400Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2749 | 2024-11-21T22:02:31.790Z | Checking tokio-tungstenite v0.23.1 |
2750 | 2024-11-21T22:02:31.830Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2751 | 2024-11-21T22:02:32.444Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2752 | 2024-11-21T22:02:32.817Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2753 | 2024-11-21T22:02:39.077Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2754 | 2024-11-21T22:02:40.411Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2755 | 2024-11-21T22:02:43.767Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2756 | 2024-11-21T22:02:49.502Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-11-21T22:02:50.199Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2758 | 2024-11-21T22:02:53.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.47s |
2759 | 2024-11-21T22:02:53.265Z | |
2760 | 2024-11-21T22:02:53.265Z | info: running `cargo check --bins` on gateway-api (89/172) |
2761 | 2024-11-21T22:02:53.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-11-21T22:02:53.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-11-21T22:02:53.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-11-21T22:02:53.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2765 | 2024-11-21T22:02:53.907Z | |
2766 | 2024-11-21T22:02:53.907Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172) |
2767 | 2024-11-21T22:02:54.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-11-21T22:02:54.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-11-21T22:02:54.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-11-21T22:02:54.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2771 | 2024-11-21T22:02:54.526Z | |
2772 | 2024-11-21T22:02:54.526Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172) |
2773 | 2024-11-21T22:02:55.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-11-21T22:02:55.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-11-21T22:02:55.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-11-21T22:02:55.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2777 | 2024-11-21T22:02:55.172Z | |
2778 | 2024-11-21T22:02:55.172Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172) |
2779 | 2024-11-21T22:02:55.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-11-21T22:02:55.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-11-21T22:02:55.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-11-21T22:02:55.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2783 | 2024-11-21T22:02:55.818Z | |
2784 | 2024-11-21T22:02:55.818Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172) |
2785 | 2024-11-21T22:02:56.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-11-21T22:02:56.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-11-21T22:02:56.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-11-21T22:02:56.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2789 | 2024-11-21T22:02:56.455Z | |
2790 | 2024-11-21T22:02:56.455Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172) |
2791 | 2024-11-21T22:02:57.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-11-21T22:02:57.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-11-21T22:02:57.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-11-21T22:02:57.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2795 | 2024-11-21T22:02:57.091Z | |
2796 | 2024-11-21T22:02:57.091Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172) |
2797 | 2024-11-21T22:02:57.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-11-21T22:02:57.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-11-21T22:02:57.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-11-21T22:02:57.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2801 | 2024-11-21T22:02:57.731Z | |
2802 | 2024-11-21T22:02:57.731Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172) |
2803 | 2024-11-21T22:02:58.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-11-21T22:02:58.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-11-21T22:02:58.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-11-21T22:02:58.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2024-11-21T22:02:58.370Z | |
2808 | 2024-11-21T22:02:58.370Z | info: running `cargo check --bins` on oximeter-producer (97/172) |
2809 | 2024-11-21T22:02:58.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-11-21T22:02:58.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-11-21T22:02:58.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-11-21T22:02:58.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2813 | 2024-11-21T22:02:59.049Z | |
2814 | 2024-11-21T22:02:59.049Z | info: running `cargo check --bins` on internal-dns-resolver (98/172) |
2815 | 2024-11-21T22:02:59.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-11-21T22:02:59.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-11-21T22:02:59.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-11-21T22:02:59.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2819 | 2024-11-21T22:02:59.696Z | |
2820 | 2024-11-21T22:02:59.696Z | info: running `cargo check --bins` on sp-sim (99/172) |
2821 | 2024-11-21T22:03:00.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-11-21T22:03:00.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-11-21T22:03:00.345Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2024-11-21T22:03:02.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
2825 | 2024-11-21T22:03:02.405Z | |
2826 | 2024-11-21T22:03:02.405Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172) |
2827 | 2024-11-21T22:03:03.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-11-21T22:03:03.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-11-21T22:03:03.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-11-21T22:03:03.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2831 | 2024-11-21T22:03:03.097Z | |
2832 | 2024-11-21T22:03:03.097Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172) |
2833 | 2024-11-21T22:03:03.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-11-21T22:03:03.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-11-21T22:03:03.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-11-21T22:03:03.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2837 | 2024-11-21T22:03:03.799Z | |
2838 | 2024-11-21T22:03:03.799Z | info: running `cargo check --bins` on db-macros (102/172) |
2839 | 2024-11-21T22:03:04.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-11-21T22:03:04.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-11-21T22:03:04.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-11-21T22:03:04.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2843 | 2024-11-21T22:03:04.428Z | |
2844 | 2024-11-21T22:03:04.428Z | info: running `cargo check --bins` on nexus-macros-common (103/172) |
2845 | 2024-11-21T22:03:04.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-11-21T22:03:04.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-11-21T22:03:04.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-11-21T22:03:04.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2849 | 2024-11-21T22:03:05.068Z | |
2850 | 2024-11-21T22:03:05.068Z | info: running `cargo check --bins` on nexus-auth (104/172) |
2851 | 2024-11-21T22:03:05.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-11-21T22:03:05.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-11-21T22:03:05.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-11-21T22:03:05.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2855 | 2024-11-21T22:03:05.751Z | |
2856 | 2024-11-21T22:03:05.751Z | info: running `cargo check --bins` on authz-macros (105/172) |
2857 | 2024-11-21T22:03:06.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-11-21T22:03:06.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-11-21T22:03:06.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-11-21T22:03:06.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2861 | 2024-11-21T22:03:06.378Z | |
2862 | 2024-11-21T22:03:06.378Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/172) |
2863 | 2024-11-21T22:03:06.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-11-21T22:03:06.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-11-21T22:03:06.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-11-21T22:03:06.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2867 | 2024-11-21T22:03:07.057Z | |
2868 | 2024-11-21T22:03:07.057Z | info: running `cargo check --bins` on nexus-db-model (107/172) |
2869 | 2024-11-21T22:03:07.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-11-21T22:03:07.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-11-21T22:03:07.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-11-21T22:03:07.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2873 | 2024-11-21T22:03:07.741Z | |
2874 | 2024-11-21T22:03:07.741Z | info: running `cargo check --bins` on nexus-defaults (108/172) |
2875 | 2024-11-21T22:03:08.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-11-21T22:03:08.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-11-21T22:03:08.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-11-21T22:03:08.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2879 | 2024-11-21T22:03:08.394Z | |
2880 | 2024-11-21T22:03:08.394Z | info: running `cargo check --bins` on nexus-inventory (109/172) |
2881 | 2024-11-21T22:03:08.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-11-21T22:03:08.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-11-21T22:03:08.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-11-21T22:03:08.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2885 | 2024-11-21T22:03:09.069Z | |
2886 | 2024-11-21T22:03:09.069Z | info: running `cargo check --bins` on typed-rng (110/172) |
2887 | 2024-11-21T22:03:09.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-11-21T22:03:09.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-11-21T22:03:09.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-11-21T22:03:09.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2891 | 2024-11-21T22:03:09.696Z | |
2892 | 2024-11-21T22:03:09.696Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172) |
2893 | 2024-11-21T22:03:10.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-11-21T22:03:10.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-11-21T22:03:10.456Z | Checking keccak v0.1.5 |
2896 | 2024-11-21T22:03:10.566Z | Checking secrecy v0.8.0 |
2897 | 2024-11-21T22:03:10.569Z | Compiling unicase v2.7.0 |
2898 | 2024-11-21T22:03:10.569Z | Compiling same-file v1.0.6 |
2899 | 2024-11-21T22:03:10.587Z | Compiling tempfile v3.13.0 |
2900 | 2024-11-21T22:03:10.612Z | Compiling thiserror-impl-no-std v2.0.2 |
2901 | 2024-11-21T22:03:10.614Z | Checking universal-hash v0.5.1 |
2902 | 2024-11-21T22:03:10.614Z | Compiling ring v0.16.20 |
2903 | 2024-11-21T22:03:10.745Z | Compiling walkdir v2.5.0 |
2904 | 2024-11-21T22:03:10.829Z | Checking sha3 v0.10.8 |
2905 | 2024-11-21T22:03:10.879Z | Compiling blake3 v1.5.4 |
2906 | 2024-11-21T22:03:11.006Z | Checking opaque-debug v0.3.1 |
2907 | 2024-11-21T22:03:11.105Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2908 | 2024-11-21T22:03:11.236Z | Checking chacha20 v0.9.1 |
2909 | 2024-11-21T22:03:11.390Z | Checking aead v0.5.2 |
2910 | 2024-11-21T22:03:11.407Z | Compiling memmap2 v0.9.5 |
2911 | 2024-11-21T22:03:11.463Z | Compiling arrayref v0.3.9 |
2912 | 2024-11-21T22:03:11.569Z | Compiling salty v0.3.0 |
2913 | 2024-11-21T22:03:11.588Z | Compiling libefi-sys v0.1.0 |
2914 | 2024-11-21T22:03:11.607Z | Compiling constant_time_eq v0.3.1 |
2915 | 2024-11-21T22:03:11.770Z | Compiling spin v0.5.2 |
2916 | 2024-11-21T22:03:11.832Z | Compiling arrayvec v0.7.6 |
2917 | 2024-11-21T22:03:11.901Z | Compiling toolchain_find v0.4.0 |
2918 | 2024-11-21T22:03:11.989Z | Compiling camino-tempfile v1.1.1 |
2919 | 2024-11-21T22:03:12.106Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2920 | 2024-11-21T22:03:12.345Z | Compiling bitfield-struct v0.6.2 |
2921 | 2024-11-21T22:03:12.405Z | Compiling topological-sort v0.2.2 |
2922 | 2024-11-21T22:03:12.562Z | Compiling mime_guess v2.0.5 |
2923 | 2024-11-21T22:03:12.576Z | Compiling rustfmt-wrapper v0.2.1 |
2924 | 2024-11-21T22:03:13.182Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2925 | 2024-11-21T22:03:13.364Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2926 | 2024-11-21T22:03:13.490Z | Checking primeorder v0.13.6 |
2927 | 2024-11-21T22:03:13.647Z | Checking env_filter v0.1.2 |
2928 | 2024-11-21T22:03:13.665Z | Checking poly1305 v0.8.0 |
2929 | 2024-11-21T22:03:13.690Z | Checking thiserror-no-std v2.0.2 |
2930 | 2024-11-21T22:03:13.719Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2931 | 2024-11-21T22:03:13.776Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-11-21T22:03:13.802Z | Checking vsss-rs v3.3.4 |
2933 | 2024-11-21T22:03:13.862Z | Checking env_logger v0.11.5 |
2934 | 2024-11-21T22:03:13.939Z | Checking p384 v0.13.0 |
2935 | 2024-11-21T22:03:14.162Z | Checking chacha20poly1305 v0.10.1 |
2936 | 2024-11-21T22:03:14.184Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2024-11-21T22:03:14.208Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2938 | 2024-11-21T22:03:14.279Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2939 | 2024-11-21T22:03:14.421Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2940 | 2024-11-21T22:03:14.640Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2941 | 2024-11-21T22:03:14.767Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2942 | 2024-11-21T22:03:14.851Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2943 | 2024-11-21T22:03:14.955Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2944 | 2024-11-21T22:03:15.048Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2945 | 2024-11-21T22:03:15.327Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2946 | 2024-11-21T22:03:15.500Z | Checking nanorand v0.7.0 |
2947 | 2024-11-21T22:03:15.532Z | Checking atty v0.2.14 |
2948 | 2024-11-21T22:03:15.548Z | Checking http-range v0.1.5 |
2949 | 2024-11-21T22:03:15.651Z | Checking glob v0.3.1 |
2950 | 2024-11-21T22:03:15.726Z | Checking hyper-staticfile v0.10.1 |
2951 | 2024-11-21T22:03:15.863Z | Checking flume v0.11.1 |
2952 | 2024-11-21T22:03:15.985Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2953 | 2024-11-21T22:03:16.277Z | Compiling omicron-zone-package v0.11.1 |
2954 | 2024-11-21T22:03:16.295Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2955 | 2024-11-21T22:03:16.368Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2956 | 2024-11-21T22:03:16.590Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2957 | 2024-11-21T22:03:17.592Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2958 | 2024-11-21T22:03:17.828Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2959 | 2024-11-21T22:03:18.015Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2960 | 2024-11-21T22:03:18.310Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2961 | 2024-11-21T22:03:18.924Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2962 | 2024-11-21T22:03:19.093Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2963 | 2024-11-21T22:03:19.824Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2964 | 2024-11-21T22:03:20.743Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2965 | 2024-11-21T22:03:22.804Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2966 | 2024-11-21T22:03:22.806Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2967 | 2024-11-21T22:03:32.793Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2968 | 2024-11-21T22:03:46.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s |
2969 | 2024-11-21T22:03:46.376Z | |
2970 | 2024-11-21T22:03:46.376Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172) |
2971 | 2024-11-21T22:03:46.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-11-21T22:03:46.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-11-21T22:03:47.127Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2974 | 2024-11-21T22:04:00.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s |
2975 | 2024-11-21T22:04:00.728Z | |
2976 | 2024-11-21T22:04:00.728Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172) |
2977 | 2024-11-21T22:04:01.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-11-21T22:04:01.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-11-21T22:04:01.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-11-21T22:04:14.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
2981 | 2024-11-21T22:04:14.994Z | |
2982 | 2024-11-21T22:04:14.994Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172) |
2983 | 2024-11-21T22:04:15.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-11-21T22:04:15.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-11-21T22:04:15.739Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-11-21T22:04:29.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
2987 | 2024-11-21T22:04:29.435Z | |
2988 | 2024-11-21T22:04:29.435Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172) |
2989 | 2024-11-21T22:04:30.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-11-21T22:04:30.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-11-21T22:04:30.183Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-11-21T22:04:43.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
2993 | 2024-11-21T22:04:43.925Z | |
2994 | 2024-11-21T22:04:43.925Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172) |
2995 | 2024-11-21T22:04:44.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-11-21T22:04:44.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-11-21T22:04:44.685Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-11-21T22:04:58.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
2999 | 2024-11-21T22:04:58.432Z | |
3000 | 2024-11-21T22:04:58.433Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172) |
3001 | 2024-11-21T22:04:59.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-11-21T22:04:59.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-11-21T22:04:59.187Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-11-21T22:05:12.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
3005 | 2024-11-21T22:05:12.923Z | |
3006 | 2024-11-21T22:05:12.923Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172) |
3007 | 2024-11-21T22:05:13.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-11-21T22:05:13.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-11-21T22:05:13.666Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-11-21T22:05:27.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3011 | 2024-11-21T22:05:27.420Z | |
3012 | 2024-11-21T22:05:27.420Z | info: running `cargo check --bins` on bootstrap-agent-api (119/172) |
3013 | 2024-11-21T22:05:28.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-11-21T22:05:28.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-11-21T22:05:28.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2024-11-21T22:05:28.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3017 | 2024-11-21T22:05:28.087Z | |
3018 | 2024-11-21T22:05:28.087Z | info: running `cargo check --bins` on key-manager (120/172) |
3019 | 2024-11-21T22:05:28.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-11-21T22:05:28.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-11-21T22:05:28.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2024-11-21T22:05:28.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3023 | 2024-11-21T22:05:28.724Z | |
3024 | 2024-11-21T22:05:28.724Z | info: running `cargo check --bins` on repo-depot-api (121/172) |
3025 | 2024-11-21T22:05:29.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-11-21T22:05:29.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-11-21T22:05:29.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-11-21T22:05:29.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3029 | 2024-11-21T22:05:29.365Z | |
3030 | 2024-11-21T22:05:29.365Z | info: running `cargo check --bins` on sled-agent-api (122/172) |
3031 | 2024-11-21T22:05:29.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-11-21T22:05:29.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-11-21T22:05:29.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-11-21T22:05:29.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3035 | 2024-11-21T22:05:30.030Z | |
3036 | 2024-11-21T22:05:30.030Z | info: running `cargo check --bins` on sled-hardware (123/172) |
3037 | 2024-11-21T22:05:30.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-11-21T22:05:30.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-11-21T22:05:30.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-11-21T22:05:30.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3041 | 2024-11-21T22:05:30.687Z | |
3042 | 2024-11-21T22:05:30.687Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/172) |
3043 | 2024-11-21T22:05:31.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-11-21T22:05:31.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-11-21T22:05:31.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-11-21T22:05:31.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3047 | 2024-11-21T22:05:31.342Z | |
3048 | 2024-11-21T22:05:31.343Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172) |
3049 | 2024-11-21T22:05:31.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-11-21T22:05:31.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-11-21T22:05:31.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-11-21T22:05:31.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3053 | 2024-11-21T22:05:31.999Z | |
3054 | 2024-11-21T22:05:31.999Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/172) |
3055 | 2024-11-21T22:05:32.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-11-21T22:05:32.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-11-21T22:05:32.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-11-21T22:05:32.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3059 | 2024-11-21T22:05:32.660Z | |
3060 | 2024-11-21T22:05:32.660Z | info: running `cargo check --bins` on nexus-test-interface (127/172) |
3061 | 2024-11-21T22:05:33.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-11-21T22:05:33.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-11-21T22:05:33.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-11-21T22:05:33.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3065 | 2024-11-21T22:05:33.327Z | |
3066 | 2024-11-21T22:05:33.327Z | info: running `cargo check --bins` on oximeter-collector (128/172) |
3067 | 2024-11-21T22:05:33.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-11-21T22:05:33.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-11-21T22:05:34.020Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3070 | 2024-11-21T22:05:34.020Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3071 | 2024-11-21T22:05:34.757Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3072 | 2024-11-21T22:05:36.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
3073 | 2024-11-21T22:05:36.836Z | |
3074 | 2024-11-21T22:05:36.836Z | info: running `cargo check --bins` on oximeter-api (129/172) |
3075 | 2024-11-21T22:05:37.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-11-21T22:05:37.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-11-21T22:05:37.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-11-21T22:05:37.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3079 | 2024-11-21T22:05:37.477Z | |
3080 | 2024-11-21T22:05:37.477Z | info: running `cargo check --bins` on cert-dev (130/172) |
3081 | 2024-11-21T22:05:38.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-11-21T22:05:38.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-11-21T22:05:38.100Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3084 | 2024-11-21T22:05:38.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3085 | 2024-11-21T22:05:38.546Z | |
3086 | 2024-11-21T22:05:38.546Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/172) |
3087 | 2024-11-21T22:05:39.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-11-21T22:05:39.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-11-21T22:05:39.229Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3090 | 2024-11-21T22:05:39.229Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3091 | 2024-11-21T22:05:39.826Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3092 | 2024-11-21T22:05:40.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3093 | 2024-11-21T22:05:40.386Z | |
3094 | 2024-11-21T22:05:40.386Z | info: running `cargo check --bins` on ch-dev (132/172) |
3095 | 2024-11-21T22:05:40.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-11-21T22:05:40.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-11-21T22:05:41.054Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3098 | 2024-11-21T22:05:41.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3099 | 2024-11-21T22:05:41.961Z | |
3100 | 2024-11-21T22:05:41.961Z | info: running `cargo check --bins` on crdb-seed (133/172) |
3101 | 2024-11-21T22:05:42.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-11-21T22:05:42.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-11-21T22:05:42.637Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3104 | 2024-11-21T22:05:43.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3105 | 2024-11-21T22:05:43.191Z | |
3106 | 2024-11-21T22:05:43.191Z | info: running `cargo check --bins` on db-dev (134/172) |
3107 | 2024-11-21T22:05:43.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-11-21T22:05:43.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-11-21T22:05:43.860Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3110 | 2024-11-21T22:05:44.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3111 | 2024-11-21T22:05:44.779Z | |
3112 | 2024-11-21T22:05:44.779Z | info: running `cargo check --bins` on omicron-dev-lib (135/172) |
3113 | 2024-11-21T22:05:45.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-11-21T22:05:45.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-11-21T22:05:45.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2024-11-21T22:05:45.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3117 | 2024-11-21T22:05:45.434Z | |
3118 | 2024-11-21T22:05:45.434Z | info: running `cargo check --bins` on xtask-downloader (136/172) |
3119 | 2024-11-21T22:05:45.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-11-21T22:05:45.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-11-21T22:05:46.057Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3122 | 2024-11-21T22:05:46.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3123 | 2024-11-21T22:05:47.121Z | |
3124 | 2024-11-21T22:05:47.121Z | info: running `cargo check --bins` on omicron-ls-apis (137/172) |
3125 | 2024-11-21T22:05:47.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-11-21T22:05:47.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-11-21T22:05:47.745Z | Checking cargo-platform v0.1.8 |
3128 | 2024-11-21T22:05:48.015Z | Checking cargo_metadata v0.18.1 |
3129 | 2024-11-21T22:05:48.982Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3130 | 2024-11-21T22:05:49.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3131 | 2024-11-21T22:05:49.908Z | |
3132 | 2024-11-21T22:05:49.908Z | info: running `cargo check --bins` on mgs-dev (138/172) |
3133 | 2024-11-21T22:05:50.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-11-21T22:05:50.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-11-21T22:05:50.633Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3136 | 2024-11-21T22:05:51.356Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3137 | 2024-11-21T22:05:51.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3138 | 2024-11-21T22:05:52.109Z | |
3139 | 2024-11-21T22:05:52.109Z | info: running `cargo check --bins` on omicron-omdb (139/172) |
3140 | 2024-11-21T22:05:52.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-11-21T22:05:52.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-11-21T22:05:52.897Z | Compiling crunchy v0.2.2 |
3143 | 2024-11-21T22:05:52.897Z | Compiling tiny-keccak v2.0.2 |
3144 | 2024-11-21T22:05:52.899Z | Compiling dsl_auto_type v0.1.2 |
3145 | 2024-11-21T22:05:52.899Z | Checking scheduled-thread-pool v0.2.7 |
3146 | 2024-11-21T22:05:52.899Z | Compiling diesel_table_macro_syntax v0.2.0 |
3147 | 2024-11-21T22:05:52.899Z | Compiling ascii-canvas v3.0.0 |
3148 | 2024-11-21T22:05:52.899Z | Compiling ena v0.14.3 |
3149 | 2024-11-21T22:05:53.023Z | Compiling diff v0.1.13 |
3150 | 2024-11-21T22:05:53.219Z | Checking r2d2 v0.8.10 |
3151 | 2024-11-21T22:05:53.336Z | Compiling regex-syntax v0.6.29 |
3152 | 2024-11-21T22:05:53.495Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3153 | 2024-11-21T22:05:53.498Z | Compiling ref-cast v1.0.23 |
3154 | 2024-11-21T22:05:53.547Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3155 | 2024-11-21T22:05:53.547Z | Compiling derive_builder_core v0.20.2 |
3156 | 2024-11-21T22:05:53.719Z | Compiling libxml v0.3.3 |
3157 | 2024-11-21T22:05:53.738Z | Compiling ref-cast-impl v1.0.23 |
3158 | 2024-11-21T22:05:53.818Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3159 | 2024-11-21T22:05:54.114Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3160 | 2024-11-21T22:05:54.134Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3161 | 2024-11-21T22:05:54.314Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3162 | 2024-11-21T22:05:54.341Z | Compiling strum_macros v0.24.3 |
3163 | 2024-11-21T22:05:54.412Z | Compiling samael v0.0.17 |
3164 | 2024-11-21T22:05:54.688Z | Compiling diesel_derives v2.2.3 |
3165 | 2024-11-21T22:05:54.707Z | Compiling indoc v1.0.9 |
3166 | 2024-11-21T22:05:55.671Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3167 | 2024-11-21T22:05:55.961Z | Compiling impl-trait-for-tuples v0.2.2 |
3168 | 2024-11-21T22:05:56.059Z | Compiling derive_builder_macro v0.20.2 |
3169 | 2024-11-21T22:05:56.935Z | Compiling lalrpop v0.19.12 |
3170 | 2024-11-21T22:05:56.976Z | Checking derive_builder v0.20.2 |
3171 | 2024-11-21T22:05:57.140Z | Compiling oso-derive v0.27.3 |
3172 | 2024-11-21T22:05:57.545Z | Checking quick-xml v0.33.0 |
3173 | 2024-11-21T22:05:58.190Z | Compiling diesel-dtrace v0.3.0 |
3174 | 2024-11-21T22:05:58.207Z | Checking maplit v1.0.2 |
3175 | 2024-11-21T22:05:58.362Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3176 | 2024-11-21T22:05:58.564Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3177 | 2024-11-21T22:05:58.583Z | Checking bb8 v0.8.5 |
3178 | 2024-11-21T22:05:58.894Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3179 | 2024-11-21T22:05:59.065Z | Checking castaway v0.2.3 |
3180 | 2024-11-21T22:05:59.189Z | Checking rand_seeder v0.3.0 |
3181 | 2024-11-21T22:05:59.233Z | Checking compact_str v0.8.0 |
3182 | 2024-11-21T22:05:59.424Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3183 | 2024-11-21T22:05:59.452Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3184 | 2024-11-21T22:05:59.634Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3185 | 2024-11-21T22:06:00.083Z | Checking unicode-truncate v1.1.0 |
3186 | 2024-11-21T22:06:00.107Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3187 | 2024-11-21T22:06:00.330Z | Checking lru v0.12.5 |
3188 | 2024-11-21T22:06:00.397Z | Compiling instability v0.3.2 |
3189 | 2024-11-21T22:06:00.644Z | Checking unicode-linebreak v0.1.5 |
3190 | 2024-11-21T22:06:01.078Z | Checking is_ci v1.2.0 |
3191 | 2024-11-21T22:06:01.219Z | Checking cassowary v0.3.0 |
3192 | 2024-11-21T22:06:01.248Z | Checking smawk v0.3.2 |
3193 | 2024-11-21T22:06:01.285Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3194 | 2024-11-21T22:06:01.460Z | Checking textwrap v0.16.1 |
3195 | 2024-11-21T22:06:01.500Z | Checking supports-color v3.0.1 |
3196 | 2024-11-21T22:06:01.752Z | Checking ratatui v0.28.1 |
3197 | 2024-11-21T22:06:01.759Z | Checking multimap v0.10.0 |
3198 | 2024-11-21T22:06:04.565Z | Checking diesel v2.2.4 |
3199 | 2024-11-21T22:06:30.845Z | Compiling polar-core v0.27.3 |
3200 | 2024-11-21T22:06:33.809Z | Checking async-bb8-diesel v0.2.1 |
3201 | 2024-11-21T22:06:38.381Z | Checking oso v0.27.3 |
3202 | 2024-11-21T22:07:50.161Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3203 | 2024-11-21T22:07:56.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
3204 | 2024-11-21T22:07:56.578Z | |
3205 | 2024-11-21T22:07:56.578Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172) |
3206 | 2024-11-21T22:07:57.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2024-11-21T22:07:57.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2024-11-21T22:07:57.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2024-11-21T22:07:57.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3210 | 2024-11-21T22:07:57.269Z | |
3211 | 2024-11-21T22:07:57.270Z | info: running `cargo check --bins` on nexus-saga-recovery (141/172) |
3212 | 2024-11-21T22:07:57.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-11-21T22:07:57.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-11-21T22:07:57.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2024-11-21T22:07:57.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3216 | 2024-11-21T22:07:57.959Z | |
3217 | 2024-11-21T22:07:57.959Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/172) |
3218 | 2024-11-21T22:07:58.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-11-21T22:07:58.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-11-21T22:07:58.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2024-11-21T22:07:58.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3222 | 2024-11-21T22:07:58.585Z | |
3223 | 2024-11-21T22:07:58.585Z | info: running `cargo check --bins` on omicron-nexus (143/172) |
3224 | 2024-11-21T22:07:59.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-11-21T22:07:59.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-11-21T22:07:59.397Z | Compiling libz-sys v1.1.20 |
3227 | 2024-11-21T22:07:59.512Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3228 | 2024-11-21T22:07:59.527Z | Compiling vergen v8.3.2 |
3229 | 2024-11-21T22:07:59.529Z | Compiling cargo-platform v0.1.8 |
3230 | 2024-11-21T22:07:59.529Z | Compiling pin-project-internal v1.1.6 |
3231 | 2024-11-21T22:07:59.567Z | Compiling libsqlite3-sys v0.30.1 |
3232 | 2024-11-21T22:07:59.567Z | Compiling snafu-derive v0.8.5 |
3233 | 2024-11-21T22:07:59.570Z | Checking simd-adler32 v0.3.7 |
3234 | 2024-11-21T22:07:59.815Z | Checking lockfree-object-pool v0.1.6 |
3235 | 2024-11-21T22:07:59.941Z | Compiling cargo_metadata v0.18.1 |
3236 | 2024-11-21T22:08:00.045Z | Compiling zip v2.1.3 |
3237 | 2024-11-21T22:08:00.084Z | Compiling buf-list v1.0.3 |
3238 | 2024-11-21T22:08:00.160Z | Compiling cfg_aliases v0.2.1 |
3239 | 2024-11-21T22:08:00.286Z | Compiling rustls v0.21.12 |
3240 | 2024-11-21T22:08:00.340Z | Checking bumpalo v3.16.0 |
3241 | 2024-11-21T22:08:00.475Z | Compiling nix v0.29.0 |
3242 | 2024-11-21T22:08:00.629Z | Checking globset v0.4.15 |
3243 | 2024-11-21T22:08:00.670Z | Checking zopfli v0.8.1 |
3244 | 2024-11-21T22:08:00.840Z | Checking olpc-cjson v0.1.4 |
3245 | 2024-11-21T22:08:01.075Z | Checking sct v0.7.1 |
3246 | 2024-11-21T22:08:01.155Z | Checking rustls-webpki v0.101.7 |
3247 | 2024-11-21T22:08:01.296Z | Checking serde_plain v1.0.2 |
3248 | 2024-11-21T22:08:01.371Z | Checking typed-path v0.9.3 |
3249 | 2024-11-21T22:08:02.315Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3250 | 2024-11-21T22:08:02.489Z | Checking pin-project v1.1.6 |
3251 | 2024-11-21T22:08:02.510Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3252 | 2024-11-21T22:08:02.598Z | Checking hashlink v0.9.1 |
3253 | 2024-11-21T22:08:02.623Z | Checking parse-size v1.1.0 |
3254 | 2024-11-21T22:08:02.780Z | Checking fallible-streaming-iterator v0.1.9 |
3255 | 2024-11-21T22:08:02.800Z | Checking fallible-iterator v0.3.0 |
3256 | 2024-11-21T22:08:03.224Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3257 | 2024-11-21T22:08:03.361Z | Checking rustls-pemfile v1.0.4 |
3258 | 2024-11-21T22:08:03.456Z | Checking rusqlite v0.32.1 |
3259 | 2024-11-21T22:08:03.526Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3260 | 2024-11-21T22:08:03.564Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3261 | 2024-11-21T22:08:03.618Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3262 | 2024-11-21T22:08:03.829Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3263 | 2024-11-21T22:08:03.968Z | Checking twox-hash v1.6.3 |
3264 | 2024-11-21T22:08:04.050Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3265 | 2024-11-21T22:08:04.453Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3266 | 2024-11-21T22:08:05.056Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3267 | 2024-11-21T22:08:05.159Z | Checking snafu v0.8.5 |
3268 | 2024-11-21T22:08:05.178Z | Checking tokio-rustls v0.24.1 |
3269 | 2024-11-21T22:08:05.331Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3270 | 2024-11-21T22:08:05.547Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3271 | 2024-11-21T22:08:05.634Z | Checking tough v0.19.0 |
3272 | 2024-11-21T22:08:05.654Z | Checking fatfs v0.3.6 |
3273 | 2024-11-21T22:08:05.864Z | Checking assert_matches v1.5.0 |
3274 | 2024-11-21T22:08:09.959Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3275 | 2024-11-21T22:08:11.357Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3276 | 2024-11-21T22:08:12.092Z | Compiling git2 v0.19.0 |
3277 | 2024-11-21T22:08:16.887Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3278 | 2024-11-21T22:09:12.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3279 | 2024-11-21T22:09:12.498Z | |
3280 | 2024-11-21T22:09:12.498Z | info: running `cargo check --bins` on nexus-external-api (144/172) |
3281 | 2024-11-21T22:09:13.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2024-11-21T22:09:13.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2024-11-21T22:09:13.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2024-11-21T22:09:13.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3285 | 2024-11-21T22:09:13.208Z | |
3286 | 2024-11-21T22:09:13.209Z | info: running `cargo check --bins` on openapi-manager-types (145/172) |
3287 | 2024-11-21T22:09:13.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-11-21T22:09:13.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-11-21T22:09:13.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2024-11-21T22:09:13.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3291 | 2024-11-21T22:09:13.842Z | |
3292 | 2024-11-21T22:09:13.842Z | info: running `cargo check --bins` on nexus-internal-api (146/172) |
3293 | 2024-11-21T22:09:14.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-11-21T22:09:14.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-11-21T22:09:14.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-11-21T22:09:14.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3297 | 2024-11-21T22:09:14.507Z | |
3298 | 2024-11-21T22:09:14.507Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/172) |
3299 | 2024-11-21T22:09:15.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-11-21T22:09:15.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-11-21T22:09:15.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-11-21T22:09:15.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3303 | 2024-11-21T22:09:15.213Z | |
3304 | 2024-11-21T22:09:15.214Z | info: running `cargo check --bins` on nexus-networking (148/172) |
3305 | 2024-11-21T22:09:15.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-11-21T22:09:15.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-11-21T22:09:15.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-11-21T22:09:15.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3309 | 2024-11-21T22:09:15.897Z | |
3310 | 2024-11-21T22:09:15.897Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/172) |
3311 | 2024-11-21T22:09:16.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-11-21T22:09:16.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-11-21T22:09:16.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-11-21T22:09:16.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3315 | 2024-11-21T22:09:16.581Z | |
3316 | 2024-11-21T22:09:16.581Z | info: running `cargo check --bins` on update-common (150/172) |
3317 | 2024-11-21T22:09:17.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-21T22:09:17.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-21T22:09:17.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-11-21T22:09:17.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3321 | 2024-11-21T22:09:17.247Z | |
3322 | 2024-11-21T22:09:17.247Z | info: running `cargo check --bins` on tufaceous-lib (151/172) |
3323 | 2024-11-21T22:09:17.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-11-21T22:09:17.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-11-21T22:09:17.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-11-21T22:09:17.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3327 | 2024-11-21T22:09:17.907Z | |
3328 | 2024-11-21T22:09:17.907Z | info: running `cargo check --bins` on tufaceous (152/172) |
3329 | 2024-11-21T22:09:18.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-11-21T22:09:18.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-11-21T22:09:18.586Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3332 | 2024-11-21T22:09:19.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3333 | 2024-11-21T22:09:19.765Z | |
3334 | 2024-11-21T22:09:19.765Z | info: running `cargo check --bins` on omicron-dev (153/172) |
3335 | 2024-11-21T22:09:20.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-11-21T22:09:20.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-11-21T22:09:20.628Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3338 | 2024-11-21T22:09:20.755Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3339 | 2024-11-21T22:09:20.758Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3340 | 2024-11-21T22:09:20.758Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3341 | 2024-11-21T22:09:47.003Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3342 | 2024-11-21T22:09:47.005Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3343 | 2024-11-21T22:09:47.005Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3344 | 2024-11-21T22:09:47.005Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3345 | 2024-11-21T22:09:47.005Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3346 | 2024-11-21T22:09:47.955Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3347 | 2024-11-21T22:09:49.231Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3348 | 2024-11-21T22:10:30.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3349 | 2024-11-21T22:10:30.556Z | |
3350 | 2024-11-21T22:10:30.556Z | info: running `cargo check --bins` on openapi-manager (154/172) |
3351 | 2024-11-21T22:10:31.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-11-21T22:10:31.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-11-21T22:10:31.268Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3354 | 2024-11-21T22:10:31.268Z | Checking heck v0.4.1 |
3355 | 2024-11-21T22:10:31.271Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3356 | 2024-11-21T22:10:31.513Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3357 | 2024-11-21T22:10:32.898Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3358 | 2024-11-21T22:10:33.775Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3359 | 2024-11-21T22:10:34.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
3360 | 2024-11-21T22:10:35.083Z | |
3361 | 2024-11-21T22:10:35.083Z | info: running `cargo check --bins` on installinator-api (155/172) |
3362 | 2024-11-21T22:10:35.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-11-21T22:10:35.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-11-21T22:10:35.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3365 | 2024-11-21T22:10:35.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3366 | 2024-11-21T22:10:35.744Z | |
3367 | 2024-11-21T22:10:35.744Z | info: running `cargo check --bins` on wicketd-api (156/172) |
3368 | 2024-11-21T22:10:36.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2024-11-21T22:10:36.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2024-11-21T22:10:36.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3371 | 2024-11-21T22:10:36.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3372 | 2024-11-21T22:10:36.413Z | |
3373 | 2024-11-21T22:10:36.413Z | info: running `cargo check --bins` on reconfigurator-cli (157/172) |
3374 | 2024-11-21T22:10:37.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-11-21T22:10:37.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-11-21T22:10:37.109Z | Compiling petname v2.0.2 |
3377 | 2024-11-21T22:10:37.123Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3378 | 2024-11-21T22:10:37.123Z | Checking sync-ptr v0.1.1 |
3379 | 2024-11-21T22:10:38.537Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3380 | 2024-11-21T22:10:40.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
3381 | 2024-11-21T22:10:40.307Z | |
3382 | 2024-11-21T22:10:40.307Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172) |
3383 | 2024-11-21T22:10:40.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-11-21T22:10:40.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-11-21T22:10:40.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2024-11-21T22:10:40.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3387 | 2024-11-21T22:10:40.978Z | |
3388 | 2024-11-21T22:10:40.978Z | info: running `cargo check --bins` on omicron-releng (159/172) |
3389 | 2024-11-21T22:10:41.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-11-21T22:10:41.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-11-21T22:10:41.664Z | Checking memmap2 v0.9.5 |
3392 | 2024-11-21T22:10:41.664Z | Checking constant_time_eq v0.3.1 |
3393 | 2024-11-21T22:10:41.667Z | Checking spin v0.5.2 |
3394 | 2024-11-21T22:10:41.667Z | Checking arrayref v0.3.9 |
3395 | 2024-11-21T22:10:41.667Z | Checking arrayvec v0.7.6 |
3396 | 2024-11-21T22:10:41.667Z | Checking topological-sort v0.2.2 |
3397 | 2024-11-21T22:10:41.770Z | Checking shell-words v1.1.0 |
3398 | 2024-11-21T22:10:41.953Z | Checking ring v0.16.20 |
3399 | 2024-11-21T22:10:42.066Z | Checking blake3 v1.5.4 |
3400 | 2024-11-21T22:10:43.140Z | Checking omicron-zone-package v0.11.1 |
3401 | 2024-11-21T22:10:44.279Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3402 | 2024-11-21T22:10:45.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
3403 | 2024-11-21T22:10:45.404Z | |
3404 | 2024-11-21T22:10:45.404Z | info: running `cargo check --bins` on xtask (160/172) |
3405 | 2024-11-21T22:10:45.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-11-21T22:10:45.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-11-21T22:10:45.845Z | Checking bitflags v2.6.0 |
3408 | 2024-11-21T22:10:45.848Z | Checking serde v1.0.215 |
3409 | 2024-11-21T22:10:45.848Z | Checking thiserror v1.0.69 |
3410 | 2024-11-21T22:10:45.940Z | Checking scroll v0.12.0 |
3411 | 2024-11-21T22:10:45.947Z | Checking hashbrown v0.15.0 |
3412 | 2024-11-21T22:10:45.950Z | Checking log v0.4.22 |
3413 | 2024-11-21T22:10:45.956Z | Checking zerocopy v0.7.35 |
3414 | 2024-11-21T22:10:45.976Z | Checking syn v2.0.87 |
3415 | 2024-11-21T22:10:46.044Z | Checking pest v2.7.14 |
3416 | 2024-11-21T22:10:46.160Z | Checking rustix v0.38.37 |
3417 | 2024-11-21T22:10:46.224Z | Checking once_cell v1.20.2 |
3418 | 2024-11-21T22:10:46.388Z | Checking goblin v0.8.2 |
3419 | 2024-11-21T22:10:46.516Z | Checking fs-err v2.11.0 |
3420 | 2024-11-21T22:10:46.816Z | Checking tabled v0.15.0 |
3421 | 2024-11-21T22:10:47.010Z | Checking indexmap v2.6.0 |
3422 | 2024-11-21T22:10:47.322Z | Checking anyhow v1.0.93 |
3423 | 2024-11-21T22:10:48.010Z | Checking terminal_size v0.4.0 |
3424 | 2024-11-21T22:10:48.010Z | Checking tempfile v3.13.0 |
3425 | 2024-11-21T22:10:48.181Z | Checking clap_builder v4.5.21 |
3426 | 2024-11-21T22:10:48.614Z | Checking dtrace-parser v0.2.0 |
3427 | 2024-11-21T22:10:50.163Z | Checking serde_json v1.0.132 |
3428 | 2024-11-21T22:10:50.163Z | Checking toml_datetime v0.6.8 |
3429 | 2024-11-21T22:10:50.166Z | Checking serde_spanned v0.6.8 |
3430 | 2024-11-21T22:10:50.166Z | Checking camino v1.1.9 |
3431 | 2024-11-21T22:10:50.166Z | Checking semver v1.0.23 |
3432 | 2024-11-21T22:10:50.231Z | Checking cargo-platform v0.1.8 |
3433 | 2024-11-21T22:10:50.389Z | Checking macaddr v1.0.1 |
3434 | 2024-11-21T22:10:50.466Z | Checking toml_edit v0.22.22 |
3435 | 2024-11-21T22:10:50.749Z | Checking camino-tempfile v1.1.1 |
3436 | 2024-11-21T22:10:50.942Z | Checking clap v4.5.21 |
3437 | 2024-11-21T22:10:51.386Z | Checking dof v0.3.0 |
3438 | 2024-11-21T22:10:51.386Z | Checking cargo_metadata v0.18.1 |
3439 | 2024-11-21T22:10:51.797Z | Checking usdt-impl v0.5.0 |
3440 | 2024-11-21T22:10:52.150Z | Checking usdt v0.5.0 |
3441 | 2024-11-21T22:10:52.226Z | Checking toml v0.8.19 |
3442 | 2024-11-21T22:10:52.699Z | Checking cargo_toml v0.20.5 |
3443 | 2024-11-21T22:10:53.911Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3444 | 2024-11-21T22:10:54.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3445 | 2024-11-21T22:10:54.628Z | |
3446 | 2024-11-21T22:10:54.628Z | info: running `cargo check --bins` on end-to-end-tests (161/172) |
3447 | 2024-11-21T22:10:55.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2024-11-21T22:10:55.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2024-11-21T22:10:55.407Z | Checking polyval v0.6.2 |
3450 | 2024-11-21T22:10:55.521Z | Checking ctr v0.9.2 |
3451 | 2024-11-21T22:10:55.534Z | Checking ssh-encoding v0.2.0 |
3452 | 2024-11-21T22:10:55.537Z | Checking blowfish v0.9.1 |
3453 | 2024-11-21T22:10:55.559Z | Checking password-hash v0.4.2 |
3454 | 2024-11-21T22:10:55.562Z | Checking matches v0.1.10 |
3455 | 2024-11-21T22:10:55.595Z | Checking p521 v0.13.3 |
3456 | 2024-11-21T22:10:55.595Z | Checking p256 v0.13.2 |
3457 | 2024-11-21T22:10:55.677Z | Checking idna v0.2.3 |
3458 | 2024-11-21T22:10:55.741Z | Checking ghash v0.5.1 |
3459 | 2024-11-21T22:10:55.741Z | Checking bcrypt-pbkdf v0.10.0 |
3460 | 2024-11-21T22:10:55.820Z | Compiling enum-as-inner v0.5.1 |
3461 | 2024-11-21T22:10:55.862Z | Checking russh-cryptovec v0.7.3 |
3462 | 2024-11-21T22:10:55.918Z | Checking aes-gcm v0.10.3 |
3463 | 2024-11-21T22:10:55.975Z | Checking pbkdf2 v0.11.0 |
3464 | 2024-11-21T22:10:56.044Z | Checking md5 v0.7.0 |
3465 | 2024-11-21T22:10:56.067Z | Checking num-bigint v0.4.6 |
3466 | 2024-11-21T22:10:56.067Z | Checking des v0.8.1 |
3467 | 2024-11-21T22:10:56.149Z | Checking ssh-cipher v0.2.0 |
3468 | 2024-11-21T22:10:56.252Z | Checking hex-literal v0.4.1 |
3469 | 2024-11-21T22:10:56.310Z | Compiling dhcproto-macros v0.1.0 |
3470 | 2024-11-21T22:10:56.346Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3471 | 2024-11-21T22:10:56.380Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3472 | 2024-11-21T22:10:56.457Z | Checking ssh-key v0.6.6 |
3473 | 2024-11-21T22:10:56.527Z | Checking internet-checksum v0.2.1 |
3474 | 2024-11-21T22:10:56.842Z | Checking trust-dns-proto v0.22.0 |
3475 | 2024-11-21T22:10:57.753Z | Checking russh-keys v0.45.0 |
3476 | 2024-11-21T22:10:58.717Z | Checking russh v0.45.0 |
3477 | 2024-11-21T22:10:59.394Z | Checking dhcproto v0.12.0 |
3478 | 2024-11-21T22:11:16.780Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3479 | 2024-11-21T22:11:18.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.56s |
3480 | 2024-11-21T22:11:18.395Z | |
3481 | 2024-11-21T22:11:18.395Z | info: running `cargo check --bins` on gateway-cli (162/172) |
3482 | 2024-11-21T22:11:18.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2024-11-21T22:11:18.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2024-11-21T22:11:19.047Z | Checking termios v0.3.3 |
3485 | 2024-11-21T22:11:19.269Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3486 | 2024-11-21T22:11:20.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3487 | 2024-11-21T22:11:20.252Z | |
3488 | 2024-11-21T22:11:20.252Z | info: running `cargo check --bins --no-default-features` on installinator (163/172) |
3489 | 2024-11-21T22:11:20.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2024-11-21T22:11:20.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2024-11-21T22:11:20.958Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3492 | 2024-11-21T22:11:23.004Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3493 | 2024-11-21T22:11:24.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
3494 | 2024-11-21T22:11:25.100Z | |
3495 | 2024-11-21T22:11:25.100Z | info: running `cargo check --bins` on internal-dns-cli (164/172) |
3496 | 2024-11-21T22:11:25.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-11-21T22:11:25.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-11-21T22:11:25.765Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3499 | 2024-11-21T22:11:26.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3500 | 2024-11-21T22:11:26.441Z | |
3501 | 2024-11-21T22:11:26.441Z | info: running `cargo check --bins` on omicron-live-tests (165/172) |
3502 | 2024-11-21T22:11:26.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2024-11-21T22:11:26.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2024-11-21T22:11:26.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3505 | 2024-11-21T22:11:26.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3506 | 2024-11-21T22:11:27.063Z | |
3507 | 2024-11-21T22:11:27.063Z | info: running `cargo check --bins` on live-tests-macros (166/172) |
3508 | 2024-11-21T22:11:27.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2024-11-21T22:11:27.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2024-11-21T22:11:27.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3511 | 2024-11-21T22:11:27.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3512 | 2024-11-21T22:11:27.693Z | |
3513 | 2024-11-21T22:11:27.693Z | info: running `cargo check --bins` on omicron-package (167/172) |
3514 | 2024-11-21T22:11:28.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-11-21T22:11:28.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-11-21T22:11:28.369Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3517 | 2024-11-21T22:11:29.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3518 | 2024-11-21T22:11:29.874Z | |
3519 | 2024-11-21T22:11:29.874Z | info: running `cargo check --bins` on wicket-dbg (168/172) |
3520 | 2024-11-21T22:11:30.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-11-21T22:11:30.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-11-21T22:11:30.591Z | Checking rtoolbox v0.0.2 |
3523 | 2024-11-21T22:11:30.594Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3524 | 2024-11-21T22:11:30.594Z | Checking tui-tree-widget v0.22.0 |
3525 | 2024-11-21T22:11:30.819Z | Checking rpassword v7.3.1 |
3526 | 2024-11-21T22:11:34.937Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3527 | 2024-11-21T22:11:37.959Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3528 | 2024-11-21T22:11:39.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s |
3529 | 2024-11-21T22:11:39.392Z | |
3530 | 2024-11-21T22:11:39.392Z | info: running `cargo check --bins` on wicket (169/172) |
3531 | 2024-11-21T22:11:40.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2024-11-21T22:11:40.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2024-11-21T22:11:40.119Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3534 | 2024-11-21T22:11:40.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3535 | 2024-11-21T22:11:40.757Z | |
3536 | 2024-11-21T22:11:40.757Z | info: running `cargo check --bins` on wicketd (170/172) |
3537 | 2024-11-21T22:11:41.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2024-11-21T22:11:41.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2024-11-21T22:11:41.502Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3540 | 2024-11-21T22:11:45.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
3541 | 2024-11-21T22:11:45.746Z | |
3542 | 2024-11-21T22:11:45.747Z | info: running `cargo check --bins` on omicron-workspace-hack (171/172) |
3543 | 2024-11-21T22:11:46.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3544 | 2024-11-21T22:11:46.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3545 | 2024-11-21T22:11:46.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3546 | 2024-11-21T22:11:46.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3547 | 2024-11-21T22:11:46.375Z | |
3548 | 2024-11-21T22:11:46.375Z | info: running `cargo check --bins` on zone-setup (172/172) |
3549 | 2024-11-21T22:11:46.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3550 | 2024-11-21T22:11:46.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3551 | 2024-11-21T22:11:47.119Z | Checking uzers v0.12.1 |
3552 | 2024-11-21T22:11:47.463Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3553 | 2024-11-21T22:11:48.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3554 | 2024-11-21T22:11:48.841Z | |
3555 | 2024-11-21T22:11:48.841Z | real 13:18.079457015 |
3556 | 2024-11-21T22:11:48.844Z | user 24:35.857478715 |
3557 | 2024-11-21T22:11:48.844Z | sys 5:33.230733692 |
3558 | 2024-11-21T22:11:48.844Z | trap 0.479833744 |
3559 | 2024-11-21T22:11:48.844Z | tflt 2.449087903 |
3560 | 2024-11-21T22:11:48.844Z | dflt 3.267684915 |
3561 | 2024-11-21T22:11:48.844Z | kflt 0.000986568 |
3562 | 2024-11-21T22:11:48.844Z | lock 47:20.561562328 |
3563 | 2024-11-21T22:11:48.844Z | slp 2:08:56.087445051 |
3564 | 2024-11-21T22:11:48.844Z | lat 59.114212962 |
3565 | 2024-11-21T22:11:48.844Z | stop 3:23.367633897 |
3566 | 2024-11-21T22:11:48.844Z | process exited: duration 1094711 ms, exit code 0 |
|
3567 | 2024-11-21T22:11:48.850Z | found 0 output files |